prism-node
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -50,2 +50,3 @@ export * from './Account'; | ||
export * from './PaymentIntentAllOf'; | ||
export * from './PaymentIntentAllOfLineItems'; | ||
export * from './PayoutWallet'; | ||
@@ -52,0 +53,0 @@ export * from './PayoutWalletAllOf'; |
@@ -62,2 +62,3 @@ "use strict"; | ||
__exportStar(require("./PaymentIntentAllOf"), exports); | ||
__exportStar(require("./PaymentIntentAllOfLineItems"), exports); | ||
__exportStar(require("./PayoutWallet"), exports); | ||
@@ -64,0 +65,0 @@ __exportStar(require("./PayoutWalletAllOf"), exports); |
@@ -0,4 +1,6 @@ | ||
import { Price } from './Price'; | ||
export declare class InvoiceAllOfLineItems { | ||
'amount'?: number; | ||
'description'?: string; | ||
'price'?: string | Price; | ||
'price_data'?: any; | ||
'quantity'?: number; | ||
static readonly discriminator: string | undefined; | ||
@@ -5,0 +7,0 @@ static readonly attributeTypeMap: Array<{ |
@@ -15,14 +15,20 @@ "use strict"; | ||
{ | ||
"name": "amount", | ||
"baseName": "amount", | ||
"type": "number", | ||
"name": "price", | ||
"baseName": "price", | ||
"type": "string | Price", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "description", | ||
"baseName": "description", | ||
"type": "string", | ||
"name": "price_data", | ||
"baseName": "price_data", | ||
"type": "any", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "quantity", | ||
"baseName": "quantity", | ||
"type": "number", | ||
"format": "" | ||
} | ||
]; | ||
//# sourceMappingURL=InvoiceAllOfLineItems.js.map |
@@ -50,2 +50,3 @@ export * from './Account'; | ||
export * from './PaymentIntentAllOf'; | ||
export * from './PaymentIntentAllOfLineItems'; | ||
export * from './PayoutWallet'; | ||
@@ -52,0 +53,0 @@ export * from './PayoutWalletAllOf'; |
@@ -63,2 +63,3 @@ "use strict"; | ||
__exportStar(require("./PaymentIntentAllOf"), exports); | ||
__exportStar(require("./PaymentIntentAllOfLineItems"), exports); | ||
__exportStar(require("./PayoutWallet"), exports); | ||
@@ -136,2 +137,3 @@ __exportStar(require("./PayoutWalletAllOf"), exports); | ||
const PaymentIntentAllOf_1 = require("./PaymentIntentAllOf"); | ||
const PaymentIntentAllOfLineItems_1 = require("./PaymentIntentAllOfLineItems"); | ||
const PayoutWallet_1 = require("./PayoutWallet"); | ||
@@ -249,2 +251,3 @@ const PayoutWalletAllOf_1 = require("./PayoutWalletAllOf"); | ||
"PaymentIntentAllOf": PaymentIntentAllOf_1.PaymentIntentAllOf, | ||
"PaymentIntentAllOfLineItems": PaymentIntentAllOfLineItems_1.PaymentIntentAllOfLineItems, | ||
"PayoutWallet": PayoutWallet_1.PayoutWallet, | ||
@@ -251,0 +254,0 @@ "PayoutWalletAllOf": PayoutWalletAllOf_1.PayoutWalletAllOf, |
@@ -5,3 +5,3 @@ import { Account } from './Account'; | ||
import { Invoice } from './Invoice'; | ||
import { InvoiceAllOfLineItems } from './InvoiceAllOfLineItems'; | ||
import { PaymentIntentAllOfLineItems } from './PaymentIntentAllOfLineItems'; | ||
import { Price } from './Price'; | ||
@@ -26,3 +26,3 @@ import { Subscription } from './Subscription'; | ||
'price'?: string | Price; | ||
'line_items'?: Array<InvoiceAllOfLineItems>; | ||
'line_items'?: Array<PaymentIntentAllOfLineItems>; | ||
'customer'?: string | Customer; | ||
@@ -29,0 +29,0 @@ 'wallet'?: string | Wallet; |
@@ -101,3 +101,3 @@ "use strict"; | ||
"baseName": "line_items", | ||
"type": "Array<InvoiceAllOfLineItems>", | ||
"type": "Array<PaymentIntentAllOfLineItems>", | ||
"format": "" | ||
@@ -104,0 +104,0 @@ }, |
@@ -5,3 +5,3 @@ import { Account } from './Account'; | ||
import { Invoice } from './Invoice'; | ||
import { InvoiceAllOfLineItems } from './InvoiceAllOfLineItems'; | ||
import { PaymentIntentAllOfLineItems } from './PaymentIntentAllOfLineItems'; | ||
import { Price } from './Price'; | ||
@@ -22,3 +22,3 @@ import { Subscription } from './Subscription'; | ||
'price'?: string | Price; | ||
'line_items'?: Array<InvoiceAllOfLineItems>; | ||
'line_items'?: Array<PaymentIntentAllOfLineItems>; | ||
'customer'?: string | Customer; | ||
@@ -25,0 +25,0 @@ 'wallet'?: string | Wallet; |
@@ -77,3 +77,3 @@ "use strict"; | ||
"baseName": "line_items", | ||
"type": "Array<InvoiceAllOfLineItems>", | ||
"type": "Array<PaymentIntentAllOfLineItems>", | ||
"format": "" | ||
@@ -80,0 +80,0 @@ }, |
@@ -18,2 +18,3 @@ import { Account } from './Account'; | ||
'application_fee_percent'?: number; | ||
'archived'?: boolean; | ||
'metadata'?: any; | ||
@@ -20,0 +21,0 @@ static readonly discriminator: string | undefined; |
@@ -93,2 +93,8 @@ "use strict"; | ||
{ | ||
"name": "archived", | ||
"baseName": "archived", | ||
"type": "boolean", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "metadata", | ||
@@ -95,0 +101,0 @@ "baseName": "metadata", |
@@ -14,2 +14,3 @@ import { Account } from './Account'; | ||
'application_fee_percent'?: number; | ||
'archived'?: boolean; | ||
'metadata'?: any; | ||
@@ -16,0 +17,0 @@ static readonly discriminator: string | undefined; |
@@ -69,2 +69,8 @@ "use strict"; | ||
{ | ||
"name": "archived", | ||
"baseName": "archived", | ||
"type": "boolean", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "metadata", | ||
@@ -71,0 +77,0 @@ "baseName": "metadata", |
import { Account } from './Account'; | ||
import { Customer } from './Customer'; | ||
import { Invoice } from './Invoice'; | ||
import { InvoiceAllOfLineItems } from './InvoiceAllOfLineItems'; | ||
import { PaymentIntentAllOfLineItems } from './PaymentIntentAllOfLineItems'; | ||
import { Price } from './Price'; | ||
@@ -20,3 +20,3 @@ export declare class Subscription { | ||
'trial_period_duration'?: number; | ||
'line_items'?: Array<InvoiceAllOfLineItems>; | ||
'line_items'?: Array<PaymentIntentAllOfLineItems>; | ||
'current_period_start': number; | ||
@@ -23,0 +23,0 @@ 'current_period_end': number; |
@@ -95,3 +95,3 @@ "use strict"; | ||
"baseName": "line_items", | ||
"type": "Array<InvoiceAllOfLineItems>", | ||
"type": "Array<PaymentIntentAllOfLineItems>", | ||
"format": "" | ||
@@ -98,0 +98,0 @@ }, |
import { Account } from './Account'; | ||
import { Customer } from './Customer'; | ||
import { Invoice } from './Invoice'; | ||
import { InvoiceAllOfLineItems } from './InvoiceAllOfLineItems'; | ||
import { PaymentIntentAllOfLineItems } from './PaymentIntentAllOfLineItems'; | ||
import { Price } from './Price'; | ||
@@ -16,3 +16,3 @@ export declare class SubscriptionAllOf { | ||
'trial_period_duration'?: number; | ||
'line_items'?: Array<InvoiceAllOfLineItems>; | ||
'line_items'?: Array<PaymentIntentAllOfLineItems>; | ||
'current_period_start': number; | ||
@@ -19,0 +19,0 @@ 'current_period_end': number; |
@@ -71,3 +71,3 @@ "use strict"; | ||
"baseName": "line_items", | ||
"type": "Array<InvoiceAllOfLineItems>", | ||
"type": "Array<PaymentIntentAllOfLineItems>", | ||
"format": "" | ||
@@ -74,0 +74,0 @@ }, |
@@ -8,2 +8,3 @@ import { AccountsBranding } from './AccountsBranding'; | ||
'settings'?: AccountsIdSettings; | ||
'settings_retry_period_duration'?: string; | ||
static readonly discriminator: string | undefined; | ||
@@ -10,0 +11,0 @@ static readonly attributeTypeMap: Array<{ |
@@ -37,4 +37,10 @@ "use strict"; | ||
"format": "" | ||
}, | ||
{ | ||
"name": "settings_retry_period_duration", | ||
"baseName": "settings.retry_period_duration", | ||
"type": "string", | ||
"format": "" | ||
} | ||
]; | ||
//# sourceMappingURL=UpdateAccountBody.js.map |
{ | ||
"name": "prism-node", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1037683
403
15506