@synonymdev/blocktank-lsp-http-client
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -1,7 +0,7 @@ | ||
import { BtBolt11PaymentState } from './BtBolt11PaymentState'; | ||
import { BtBolt11InvoiceState } from './BtBolt11InvoiceState'; | ||
export interface IBtBolt11Invoice { | ||
request: string; | ||
state: BtBolt11PaymentState; | ||
state: BtBolt11InvoiceState; | ||
expiresAt: string; | ||
updatedAt: string; | ||
} |
@@ -5,2 +5,3 @@ import { IBtBolt11Invoice } from "./IBtBolt11Invoice"; | ||
import { BtPaymentState2 } from './BtPaymentState2'; | ||
import { IManualRefund } from './IManualRefund'; | ||
export interface IBtPayment { | ||
@@ -19,2 +20,3 @@ /** | ||
isManuallyPaid?: boolean; | ||
manualRefund?: IManualRefund; | ||
} |
@@ -1,2 +0,2 @@ | ||
export * from './BtBolt11PaymentState'; | ||
export * from './BtBolt11InvoiceState'; | ||
export * from './BtOpenChannelState'; | ||
@@ -3,0 +3,0 @@ export * from './BtOrderState'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./BtBolt11PaymentState"), exports); | ||
__exportStar(require("./BtBolt11InvoiceState"), exports); | ||
__exportStar(require("./BtOpenChannelState"), exports); | ||
@@ -20,0 +20,0 @@ __exportStar(require("./BtOrderState"), exports); |
{ | ||
"name": "@synonymdev/blocktank-lsp-http-client", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Blocktank Http Api Client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79542
98
1723