stripe 17.5.0 → 17.6.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1032 -109
- package/README.md +1 -0
- package/VERSION +1 -1
- package/cjs/resources/AccountNotices.js +21 -0
- package/cjs/resources/Capital/FinancingOffers.js +21 -0
- package/cjs/resources/Capital/FinancingSummary.js +12 -0
- package/cjs/resources/Capital/FinancingTransactions.js +17 -0
- package/cjs/resources/FinancialConnections/Accounts.js +5 -0
- package/cjs/resources/FinancialConnections/Institutions.js +17 -0
- package/cjs/resources/GiftCards/Cards.js +23 -0
- package/cjs/resources/GiftCards/Transactions.js +33 -0
- package/cjs/resources/Invoices.js +17 -0
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +33 -0
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +17 -0
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +17 -0
- package/cjs/resources/Margins.js +22 -0
- package/cjs/resources/Orders.js +24 -0
- package/cjs/resources/PaymentAttemptRecords.js +17 -0
- package/cjs/resources/PaymentIntents.js +8 -0
- package/cjs/resources/PaymentRecords.js +29 -0
- package/cjs/resources/Quotes.js +32 -0
- package/cjs/resources/SubscriptionSchedules.js +4 -0
- package/cjs/resources/Tax/Associations.js +9 -0
- package/cjs/resources/Tax/Forms.js +20 -0
- package/cjs/resources/Terminal/ReaderCollectedData.js +12 -0
- package/cjs/resources/Terminal/Readers.js +12 -0
- package/cjs/resources/Treasury/FinancialAccounts.js +4 -0
- package/cjs/resources.js +48 -10
- package/cjs/stripe.core.js +1 -1
- package/esm/resources/AccountNotices.js +18 -0
- package/esm/resources/Capital/FinancingOffers.js +18 -0
- package/esm/resources/Capital/FinancingSummary.js +9 -0
- package/esm/resources/Capital/FinancingTransactions.js +14 -0
- package/esm/resources/FinancialConnections/Accounts.js +5 -0
- package/esm/resources/FinancialConnections/Institutions.js +14 -0
- package/esm/resources/GiftCards/Cards.js +20 -0
- package/esm/resources/GiftCards/Transactions.js +30 -0
- package/esm/resources/Invoices.js +17 -0
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +30 -0
- package/esm/resources/Issuing/DisputeSettlementDetails.js +14 -0
- package/esm/resources/Issuing/FraudLiabilityDebits.js +14 -0
- package/esm/resources/Margins.js +19 -0
- package/esm/resources/Orders.js +21 -0
- package/esm/resources/PaymentAttemptRecords.js +14 -0
- package/esm/resources/PaymentIntents.js +8 -0
- package/esm/resources/PaymentRecords.js +26 -0
- package/esm/resources/Quotes.js +32 -0
- package/esm/resources/SubscriptionSchedules.js +4 -0
- package/esm/resources/Tax/Associations.js +6 -0
- package/esm/resources/Tax/Forms.js +17 -0
- package/esm/resources/Terminal/ReaderCollectedData.js +9 -0
- package/esm/resources/Terminal/Readers.js +12 -0
- package/esm/resources/Treasury/FinancialAccounts.js +4 -0
- package/esm/resources.js +33 -0
- package/esm/stripe.core.js +1 -1
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +5 -1
- package/types/AccountNotices.d.ts +113 -0
- package/types/AccountNoticesResource.d.ts +98 -0
- package/types/AccountSessions.d.ts +45 -0
- package/types/AccountSessionsResource.d.ts +355 -0
- package/types/Accounts.d.ts +218 -1
- package/types/AccountsResource.d.ts +536 -0
- package/types/Billing/MeterErrorReports.d.ts +106 -0
- package/types/BillingPortal/Configurations.d.ts +1 -4
- package/types/BillingPortal/ConfigurationsResource.d.ts +2 -8
- package/types/Capital/FinancingOffers.d.ts +188 -0
- package/types/Capital/FinancingOffersResource.d.ts +97 -0
- package/types/Capital/FinancingSummary.d.ts +106 -0
- package/types/Capital/FinancingSummaryResource.d.ts +27 -0
- package/types/Capital/FinancingTransactions.d.ts +135 -0
- package/types/Capital/FinancingTransactionsResource.d.ts +68 -0
- package/types/Cards.d.ts +6 -1
- package/types/Charges.d.ts +155 -2
- package/types/ChargesResource.d.ts +1294 -0
- package/types/Checkout/Sessions.d.ts +340 -4
- package/types/Checkout/SessionsResource.d.ts +447 -5
- package/types/ConfirmationTokens.d.ts +105 -1
- package/types/Coupons.d.ts +1 -1
- package/types/CouponsResource.d.ts +1 -1
- package/types/CreditNoteLineItems.d.ts +1 -1
- package/types/CreditNotes.d.ts +22 -1
- package/types/CreditNotesResource.d.ts +51 -0
- package/types/CustomersResource.d.ts +7 -0
- package/types/EventTypes.d.ts +596 -0
- package/types/Events.d.ts +93 -0
- package/types/FinancialConnections/AccountInferredBalances.d.ts +38 -0
- package/types/FinancialConnections/Accounts.d.ts +29 -1
- package/types/FinancialConnections/AccountsResource.d.ts +35 -3
- package/types/FinancialConnections/Institutions.d.ts +93 -0
- package/types/FinancialConnections/InstitutionsResource.d.ts +47 -0
- package/types/FinancialConnections/Sessions.d.ts +49 -1
- package/types/FinancialConnections/SessionsResource.d.ts +38 -1
- package/types/GiftCards/Cards.d.ts +118 -0
- package/types/GiftCards/CardsResource.d.ts +159 -0
- package/types/GiftCards/Transactions.d.ts +129 -0
- package/types/GiftCards/TransactionsResource.d.ts +201 -0
- package/types/InvoiceItems.d.ts +5 -0
- package/types/InvoiceItemsResource.d.ts +98 -0
- package/types/InvoiceLineItems.d.ts +29 -2
- package/types/InvoicePayments.d.ts +113 -0
- package/types/Invoices.d.ts +143 -3
- package/types/InvoicesResource.d.ts +4618 -933
- package/types/Issuing/Authorizations.d.ts +2 -1
- package/types/Issuing/CardholdersResource.d.ts +2 -1
- package/types/Issuing/CreditUnderwritingRecords.d.ts +451 -0
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +1032 -0
- package/types/Issuing/DisputeSettlementDetails.d.ts +73 -0
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +52 -0
- package/types/Issuing/FraudLiabilityDebits.d.ts +52 -0
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +52 -0
- package/types/Issuing/Settlements.d.ts +103 -0
- package/types/Issuing/Transactions.d.ts +3 -1
- package/types/Issuing/TransactionsResource.d.ts +5 -0
- package/types/LineItems.d.ts +32 -0
- package/types/Mandates.d.ts +77 -0
- package/types/Margins.d.ts +56 -0
- package/types/MarginsResource.d.ts +114 -0
- package/types/Orders.d.ts +1179 -0
- package/types/OrdersResource.d.ts +2961 -0
- package/types/PaymentAttemptRecords.d.ts +242 -0
- package/types/PaymentAttemptRecordsResource.d.ts +47 -0
- package/types/PaymentIntents.d.ts +649 -1
- package/types/PaymentIntentsResource.d.ts +8052 -3765
- package/types/PaymentLinks.d.ts +6 -0
- package/types/PaymentLinksResource.d.ts +26 -0
- package/types/PaymentMethodConfigurations.d.ts +180 -0
- package/types/PaymentMethodConfigurationsResource.d.ts +250 -0
- package/types/PaymentMethods.d.ts +105 -1
- package/types/PaymentMethodsResource.d.ts +133 -0
- package/types/PaymentRecords.d.ts +242 -0
- package/types/PaymentRecordsResource.d.ts +455 -0
- package/types/Prices.d.ts +22 -0
- package/types/PricesResource.d.ts +22 -0
- package/types/Products.d.ts +39 -0
- package/types/ProductsResource.d.ts +36 -0
- package/types/QuoteLines.d.ts +634 -0
- package/types/QuotePreviewInvoices.d.ts +1658 -0
- package/types/QuotePreviewSubscriptionSchedules.d.ts +824 -0
- package/types/Quotes.d.ts +591 -1
- package/types/QuotesResource.d.ts +2526 -194
- package/types/Refunds.d.ts +14 -0
- package/types/SetupAttempts.d.ts +43 -0
- package/types/SetupIntents.d.ts +116 -1
- package/types/SetupIntentsResource.d.ts +645 -3
- package/types/Sources.d.ts +29 -0
- package/types/SubscriptionItems.d.ts +21 -0
- package/types/SubscriptionItemsResource.d.ts +109 -0
- package/types/SubscriptionSchedules.d.ts +200 -0
- package/types/SubscriptionSchedulesResource.d.ts +1234 -16
- package/types/Subscriptions.d.ts +91 -1
- package/types/SubscriptionsResource.d.ts +369 -2
- package/types/Tax/Associations.d.ts +126 -0
- package/types/Tax/AssociationsResource.d.ts +29 -0
- package/types/Tax/Forms.d.ts +220 -0
- package/types/Tax/FormsResource.d.ts +107 -0
- package/types/Terminal/ReaderCollectedData.d.ts +51 -0
- package/types/Terminal/ReaderCollectedDataResource.d.ts +29 -0
- package/types/Terminal/Readers.d.ts +310 -0
- package/types/Terminal/ReadersResource.d.ts +215 -0
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +104 -0
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +26 -0
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +26 -0
- package/types/TokensResource.d.ts +8 -0
- package/types/Treasury/FinancialAccountFeatures.d.ts +7 -0
- package/types/Treasury/FinancialAccounts.d.ts +12 -0
- package/types/Treasury/FinancialAccountsResource.d.ts +121 -0
- package/types/Treasury/OutboundTransfers.d.ts +43 -1
- package/types/Treasury/OutboundTransfersResource.d.ts +43 -0
- package/types/Treasury/ReceivedCredits.d.ts +36 -0
- package/types/Treasury/ReceivedCreditsResource.d.ts +1 -0
- package/types/Treasury/ReceivedDebits.d.ts +31 -0
- package/types/WebhookEndpointsResource.d.ts +70 -0
- package/types/index.d.ts +62 -0
package/types/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
///<reference path='./crypto/crypto.d.ts' />
|
|
13
13
|
// Imports: The beginning of the section generated from our OpenAPI spec
|
|
14
14
|
///<reference path='./AccountLinksResource.d.ts' />
|
|
15
|
+
///<reference path='./AccountNoticesResource.d.ts' />
|
|
15
16
|
///<reference path='./AccountSessionsResource.d.ts' />
|
|
16
17
|
///<reference path='./AccountsResource.d.ts' />
|
|
17
18
|
///<reference path='./ApplePayDomainsResource.d.ts' />
|
|
@@ -28,6 +29,9 @@
|
|
|
28
29
|
///<reference path='./Billing/MetersResource.d.ts' />
|
|
29
30
|
///<reference path='./BillingPortal/ConfigurationsResource.d.ts' />
|
|
30
31
|
///<reference path='./BillingPortal/SessionsResource.d.ts' />
|
|
32
|
+
///<reference path='./Capital/FinancingOffersResource.d.ts' />
|
|
33
|
+
///<reference path='./Capital/FinancingSummaryResource.d.ts' />
|
|
34
|
+
///<reference path='./Capital/FinancingTransactionsResource.d.ts' />
|
|
31
35
|
///<reference path='./ChargesResource.d.ts' />
|
|
32
36
|
///<reference path='./Checkout/SessionsResource.d.ts' />
|
|
33
37
|
///<reference path='./Climate/OrdersResource.d.ts' />
|
|
@@ -48,9 +52,12 @@
|
|
|
48
52
|
///<reference path='./FileLinksResource.d.ts' />
|
|
49
53
|
///<reference path='./FilesResource.d.ts' />
|
|
50
54
|
///<reference path='./FinancialConnections/AccountsResource.d.ts' />
|
|
55
|
+
///<reference path='./FinancialConnections/InstitutionsResource.d.ts' />
|
|
51
56
|
///<reference path='./FinancialConnections/SessionsResource.d.ts' />
|
|
52
57
|
///<reference path='./FinancialConnections/TransactionsResource.d.ts' />
|
|
53
58
|
///<reference path='./Forwarding/RequestsResource.d.ts' />
|
|
59
|
+
///<reference path='./GiftCards/CardsResource.d.ts' />
|
|
60
|
+
///<reference path='./GiftCards/TransactionsResource.d.ts' />
|
|
54
61
|
///<reference path='./Identity/VerificationReportsResource.d.ts' />
|
|
55
62
|
///<reference path='./Identity/VerificationSessionsResource.d.ts' />
|
|
56
63
|
///<reference path='./InvoiceItemsResource.d.ts' />
|
|
@@ -59,17 +66,24 @@
|
|
|
59
66
|
///<reference path='./Issuing/AuthorizationsResource.d.ts' />
|
|
60
67
|
///<reference path='./Issuing/CardholdersResource.d.ts' />
|
|
61
68
|
///<reference path='./Issuing/CardsResource.d.ts' />
|
|
69
|
+
///<reference path='./Issuing/CreditUnderwritingRecordsResource.d.ts' />
|
|
70
|
+
///<reference path='./Issuing/DisputeSettlementDetailsResource.d.ts' />
|
|
62
71
|
///<reference path='./Issuing/DisputesResource.d.ts' />
|
|
72
|
+
///<reference path='./Issuing/FraudLiabilityDebitsResource.d.ts' />
|
|
63
73
|
///<reference path='./Issuing/PersonalizationDesignsResource.d.ts' />
|
|
64
74
|
///<reference path='./Issuing/PhysicalBundlesResource.d.ts' />
|
|
65
75
|
///<reference path='./Issuing/TokensResource.d.ts' />
|
|
66
76
|
///<reference path='./Issuing/TransactionsResource.d.ts' />
|
|
67
77
|
///<reference path='./MandatesResource.d.ts' />
|
|
78
|
+
///<reference path='./MarginsResource.d.ts' />
|
|
79
|
+
///<reference path='./OrdersResource.d.ts' />
|
|
80
|
+
///<reference path='./PaymentAttemptRecordsResource.d.ts' />
|
|
68
81
|
///<reference path='./PaymentIntentsResource.d.ts' />
|
|
69
82
|
///<reference path='./PaymentLinksResource.d.ts' />
|
|
70
83
|
///<reference path='./PaymentMethodConfigurationsResource.d.ts' />
|
|
71
84
|
///<reference path='./PaymentMethodDomainsResource.d.ts' />
|
|
72
85
|
///<reference path='./PaymentMethodsResource.d.ts' />
|
|
86
|
+
///<reference path='./PaymentRecordsResource.d.ts' />
|
|
73
87
|
///<reference path='./PayoutsResource.d.ts' />
|
|
74
88
|
///<reference path='./PlansResource.d.ts' />
|
|
75
89
|
///<reference path='./PricesResource.d.ts' />
|
|
@@ -91,7 +105,9 @@
|
|
|
91
105
|
///<reference path='./SubscriptionItemsResource.d.ts' />
|
|
92
106
|
///<reference path='./SubscriptionSchedulesResource.d.ts' />
|
|
93
107
|
///<reference path='./SubscriptionsResource.d.ts' />
|
|
108
|
+
///<reference path='./Tax/AssociationsResource.d.ts' />
|
|
94
109
|
///<reference path='./Tax/CalculationsResource.d.ts' />
|
|
110
|
+
///<reference path='./Tax/FormsResource.d.ts' />
|
|
95
111
|
///<reference path='./Tax/RegistrationsResource.d.ts' />
|
|
96
112
|
///<reference path='./Tax/SettingsResource.d.ts' />
|
|
97
113
|
///<reference path='./Tax/TransactionsResource.d.ts' />
|
|
@@ -101,6 +117,7 @@
|
|
|
101
117
|
///<reference path='./Terminal/ConfigurationsResource.d.ts' />
|
|
102
118
|
///<reference path='./Terminal/ConnectionTokensResource.d.ts' />
|
|
103
119
|
///<reference path='./Terminal/LocationsResource.d.ts' />
|
|
120
|
+
///<reference path='./Terminal/ReaderCollectedDataResource.d.ts' />
|
|
104
121
|
///<reference path='./Terminal/ReadersResource.d.ts' />
|
|
105
122
|
///<reference path='./TestHelpers/ConfirmationTokensResource.d.ts' />
|
|
106
123
|
///<reference path='./TestHelpers/CustomersResource.d.ts' />
|
|
@@ -137,6 +154,7 @@
|
|
|
137
154
|
///<reference path='./V2/Core/EventsResource.d.ts' />
|
|
138
155
|
///<reference path='./WebhookEndpointsResource.d.ts' />
|
|
139
156
|
///<reference path='./AccountLinks.d.ts' />
|
|
157
|
+
///<reference path='./AccountNotices.d.ts' />
|
|
140
158
|
///<reference path='./AccountSessions.d.ts' />
|
|
141
159
|
///<reference path='./Accounts.d.ts' />
|
|
142
160
|
///<reference path='./ApplePayDomains.d.ts' />
|
|
@@ -152,6 +170,7 @@
|
|
|
152
170
|
///<reference path='./Billing/CreditBalanceSummary.d.ts' />
|
|
153
171
|
///<reference path='./Billing/CreditBalanceTransactions.d.ts' />
|
|
154
172
|
///<reference path='./Billing/CreditGrants.d.ts' />
|
|
173
|
+
///<reference path='./Billing/MeterErrorReports.d.ts' />
|
|
155
174
|
///<reference path='./Billing/MeterEventAdjustments.d.ts' />
|
|
156
175
|
///<reference path='./Billing/MeterEventSummaries.d.ts' />
|
|
157
176
|
///<reference path='./Billing/MeterEvents.d.ts' />
|
|
@@ -159,6 +178,9 @@
|
|
|
159
178
|
///<reference path='./BillingPortal/Configurations.d.ts' />
|
|
160
179
|
///<reference path='./BillingPortal/Sessions.d.ts' />
|
|
161
180
|
///<reference path='./Capabilities.d.ts' />
|
|
181
|
+
///<reference path='./Capital/FinancingOffers.d.ts' />
|
|
182
|
+
///<reference path='./Capital/FinancingSummary.d.ts' />
|
|
183
|
+
///<reference path='./Capital/FinancingTransactions.d.ts' />
|
|
162
184
|
///<reference path='./Cards.d.ts' />
|
|
163
185
|
///<reference path='./CashBalances.d.ts' />
|
|
164
186
|
///<reference path='./Charges.d.ts' />
|
|
@@ -189,35 +211,48 @@
|
|
|
189
211
|
///<reference path='./FeeRefunds.d.ts' />
|
|
190
212
|
///<reference path='./FileLinks.d.ts' />
|
|
191
213
|
///<reference path='./Files.d.ts' />
|
|
214
|
+
///<reference path='./FinancialConnections/AccountInferredBalances.d.ts' />
|
|
192
215
|
///<reference path='./FinancialConnections/AccountOwners.d.ts' />
|
|
193
216
|
///<reference path='./FinancialConnections/AccountOwnerships.d.ts' />
|
|
194
217
|
///<reference path='./FinancialConnections/Accounts.d.ts' />
|
|
218
|
+
///<reference path='./FinancialConnections/Institutions.d.ts' />
|
|
195
219
|
///<reference path='./FinancialConnections/Sessions.d.ts' />
|
|
196
220
|
///<reference path='./FinancialConnections/Transactions.d.ts' />
|
|
197
221
|
///<reference path='./Forwarding/Requests.d.ts' />
|
|
198
222
|
///<reference path='./FundingInstructions.d.ts' />
|
|
223
|
+
///<reference path='./GiftCards/Cards.d.ts' />
|
|
224
|
+
///<reference path='./GiftCards/Transactions.d.ts' />
|
|
199
225
|
///<reference path='./Identity/VerificationReports.d.ts' />
|
|
200
226
|
///<reference path='./Identity/VerificationSessions.d.ts' />
|
|
201
227
|
///<reference path='./InvoiceItems.d.ts' />
|
|
202
228
|
///<reference path='./InvoiceLineItems.d.ts' />
|
|
229
|
+
///<reference path='./InvoicePayments.d.ts' />
|
|
203
230
|
///<reference path='./InvoiceRenderingTemplates.d.ts' />
|
|
204
231
|
///<reference path='./Invoices.d.ts' />
|
|
205
232
|
///<reference path='./Issuing/Authorizations.d.ts' />
|
|
206
233
|
///<reference path='./Issuing/Cardholders.d.ts' />
|
|
207
234
|
///<reference path='./Issuing/Cards.d.ts' />
|
|
235
|
+
///<reference path='./Issuing/CreditUnderwritingRecords.d.ts' />
|
|
236
|
+
///<reference path='./Issuing/DisputeSettlementDetails.d.ts' />
|
|
208
237
|
///<reference path='./Issuing/Disputes.d.ts' />
|
|
238
|
+
///<reference path='./Issuing/FraudLiabilityDebits.d.ts' />
|
|
209
239
|
///<reference path='./Issuing/PersonalizationDesigns.d.ts' />
|
|
210
240
|
///<reference path='./Issuing/PhysicalBundles.d.ts' />
|
|
241
|
+
///<reference path='./Issuing/Settlements.d.ts' />
|
|
211
242
|
///<reference path='./Issuing/Tokens.d.ts' />
|
|
212
243
|
///<reference path='./Issuing/Transactions.d.ts' />
|
|
213
244
|
///<reference path='./LineItems.d.ts' />
|
|
214
245
|
///<reference path='./LoginLinks.d.ts' />
|
|
215
246
|
///<reference path='./Mandates.d.ts' />
|
|
247
|
+
///<reference path='./Margins.d.ts' />
|
|
248
|
+
///<reference path='./Orders.d.ts' />
|
|
249
|
+
///<reference path='./PaymentAttemptRecords.d.ts' />
|
|
216
250
|
///<reference path='./PaymentIntents.d.ts' />
|
|
217
251
|
///<reference path='./PaymentLinks.d.ts' />
|
|
218
252
|
///<reference path='./PaymentMethodConfigurations.d.ts' />
|
|
219
253
|
///<reference path='./PaymentMethodDomains.d.ts' />
|
|
220
254
|
///<reference path='./PaymentMethods.d.ts' />
|
|
255
|
+
///<reference path='./PaymentRecords.d.ts' />
|
|
221
256
|
///<reference path='./Payouts.d.ts' />
|
|
222
257
|
///<reference path='./Persons.d.ts' />
|
|
223
258
|
///<reference path='./Plans.d.ts' />
|
|
@@ -225,6 +260,9 @@
|
|
|
225
260
|
///<reference path='./ProductFeatures.d.ts' />
|
|
226
261
|
///<reference path='./Products.d.ts' />
|
|
227
262
|
///<reference path='./PromotionCodes.d.ts' />
|
|
263
|
+
///<reference path='./QuoteLines.d.ts' />
|
|
264
|
+
///<reference path='./QuotePreviewInvoices.d.ts' />
|
|
265
|
+
///<reference path='./QuotePreviewSubscriptionSchedules.d.ts' />
|
|
228
266
|
///<reference path='./Quotes.d.ts' />
|
|
229
267
|
///<reference path='./Radar/EarlyFraudWarnings.d.ts' />
|
|
230
268
|
///<reference path='./Radar/ValueListItems.d.ts' />
|
|
@@ -244,8 +282,10 @@
|
|
|
244
282
|
///<reference path='./SubscriptionItems.d.ts' />
|
|
245
283
|
///<reference path='./SubscriptionSchedules.d.ts' />
|
|
246
284
|
///<reference path='./Subscriptions.d.ts' />
|
|
285
|
+
///<reference path='./Tax/Associations.d.ts' />
|
|
247
286
|
///<reference path='./Tax/CalculationLineItems.d.ts' />
|
|
248
287
|
///<reference path='./Tax/Calculations.d.ts' />
|
|
288
|
+
///<reference path='./Tax/Forms.d.ts' />
|
|
249
289
|
///<reference path='./Tax/Registrations.d.ts' />
|
|
250
290
|
///<reference path='./Tax/Settings.d.ts' />
|
|
251
291
|
///<reference path='./Tax/TransactionLineItems.d.ts' />
|
|
@@ -257,6 +297,7 @@
|
|
|
257
297
|
///<reference path='./Terminal/Configurations.d.ts' />
|
|
258
298
|
///<reference path='./Terminal/ConnectionTokens.d.ts' />
|
|
259
299
|
///<reference path='./Terminal/Locations.d.ts' />
|
|
300
|
+
///<reference path='./Terminal/ReaderCollectedData.d.ts' />
|
|
260
301
|
///<reference path='./Terminal/Readers.d.ts' />
|
|
261
302
|
///<reference path='./TestHelpers/TestClocks.d.ts' />
|
|
262
303
|
///<reference path='./Tokens.d.ts' />
|
|
@@ -303,6 +344,7 @@ declare module 'stripe' {
|
|
|
303
344
|
|
|
304
345
|
// Fields: The beginning of the section generated from our OpenAPI spec
|
|
305
346
|
accountLinks: Stripe.AccountLinksResource;
|
|
347
|
+
accountNotices: Stripe.AccountNoticesResource;
|
|
306
348
|
accountSessions: Stripe.AccountSessionsResource;
|
|
307
349
|
accounts: Stripe.AccountsResource;
|
|
308
350
|
applePayDomains: Stripe.ApplePayDomainsResource;
|
|
@@ -326,11 +368,15 @@ declare module 'stripe' {
|
|
|
326
368
|
invoiceRenderingTemplates: Stripe.InvoiceRenderingTemplatesResource;
|
|
327
369
|
invoices: Stripe.InvoicesResource;
|
|
328
370
|
mandates: Stripe.MandatesResource;
|
|
371
|
+
margins: Stripe.MarginsResource;
|
|
372
|
+
orders: Stripe.OrdersResource;
|
|
373
|
+
paymentAttemptRecords: Stripe.PaymentAttemptRecordsResource;
|
|
329
374
|
paymentIntents: Stripe.PaymentIntentsResource;
|
|
330
375
|
paymentLinks: Stripe.PaymentLinksResource;
|
|
331
376
|
paymentMethodConfigurations: Stripe.PaymentMethodConfigurationsResource;
|
|
332
377
|
paymentMethodDomains: Stripe.PaymentMethodDomainsResource;
|
|
333
378
|
paymentMethods: Stripe.PaymentMethodsResource;
|
|
379
|
+
paymentRecords: Stripe.PaymentRecordsResource;
|
|
334
380
|
payouts: Stripe.PayoutsResource;
|
|
335
381
|
plans: Stripe.PlansResource;
|
|
336
382
|
prices: Stripe.PricesResource;
|
|
@@ -369,6 +415,11 @@ declare module 'stripe' {
|
|
|
369
415
|
configurations: Stripe.BillingPortal.ConfigurationsResource;
|
|
370
416
|
sessions: Stripe.BillingPortal.SessionsResource;
|
|
371
417
|
};
|
|
418
|
+
capital: {
|
|
419
|
+
financingOffers: Stripe.Capital.FinancingOffersResource;
|
|
420
|
+
financingSummary: Stripe.Capital.FinancingSummaryResource;
|
|
421
|
+
financingTransactions: Stripe.Capital.FinancingTransactionsResource;
|
|
422
|
+
};
|
|
372
423
|
checkout: {
|
|
373
424
|
sessions: Stripe.Checkout.SessionsResource;
|
|
374
425
|
};
|
|
@@ -383,12 +434,17 @@ declare module 'stripe' {
|
|
|
383
434
|
};
|
|
384
435
|
financialConnections: {
|
|
385
436
|
accounts: Stripe.FinancialConnections.AccountsResource;
|
|
437
|
+
institutions: Stripe.FinancialConnections.InstitutionsResource;
|
|
386
438
|
sessions: Stripe.FinancialConnections.SessionsResource;
|
|
387
439
|
transactions: Stripe.FinancialConnections.TransactionsResource;
|
|
388
440
|
};
|
|
389
441
|
forwarding: {
|
|
390
442
|
requests: Stripe.Forwarding.RequestsResource;
|
|
391
443
|
};
|
|
444
|
+
giftCards: {
|
|
445
|
+
cards: Stripe.GiftCards.CardsResource;
|
|
446
|
+
transactions: Stripe.GiftCards.TransactionsResource;
|
|
447
|
+
};
|
|
392
448
|
identity: {
|
|
393
449
|
verificationReports: Stripe.Identity.VerificationReportsResource;
|
|
394
450
|
verificationSessions: Stripe.Identity.VerificationSessionsResource;
|
|
@@ -397,7 +453,10 @@ declare module 'stripe' {
|
|
|
397
453
|
authorizations: Stripe.Issuing.AuthorizationsResource;
|
|
398
454
|
cards: Stripe.Issuing.CardsResource;
|
|
399
455
|
cardholders: Stripe.Issuing.CardholdersResource;
|
|
456
|
+
creditUnderwritingRecords: Stripe.Issuing.CreditUnderwritingRecordsResource;
|
|
400
457
|
disputes: Stripe.Issuing.DisputesResource;
|
|
458
|
+
disputeSettlementDetails: Stripe.Issuing.DisputeSettlementDetailsResource;
|
|
459
|
+
fraudLiabilityDebits: Stripe.Issuing.FraudLiabilityDebitsResource;
|
|
401
460
|
personalizationDesigns: Stripe.Issuing.PersonalizationDesignsResource;
|
|
402
461
|
physicalBundles: Stripe.Issuing.PhysicalBundlesResource;
|
|
403
462
|
tokens: Stripe.Issuing.TokensResource;
|
|
@@ -416,7 +475,9 @@ declare module 'stripe' {
|
|
|
416
475
|
scheduledQueryRuns: Stripe.Sigma.ScheduledQueryRunsResource;
|
|
417
476
|
};
|
|
418
477
|
tax: {
|
|
478
|
+
associations: Stripe.Tax.AssociationsResource;
|
|
419
479
|
calculations: Stripe.Tax.CalculationsResource;
|
|
480
|
+
forms: Stripe.Tax.FormsResource;
|
|
420
481
|
registrations: Stripe.Tax.RegistrationsResource;
|
|
421
482
|
settings: Stripe.Tax.SettingsResource;
|
|
422
483
|
transactions: Stripe.Tax.TransactionsResource;
|
|
@@ -426,6 +487,7 @@ declare module 'stripe' {
|
|
|
426
487
|
connectionTokens: Stripe.Terminal.ConnectionTokensResource;
|
|
427
488
|
locations: Stripe.Terminal.LocationsResource;
|
|
428
489
|
readers: Stripe.Terminal.ReadersResource;
|
|
490
|
+
readerCollectedData: Stripe.Terminal.ReaderCollectedDataResource;
|
|
429
491
|
};
|
|
430
492
|
testHelpers: {
|
|
431
493
|
confirmationTokens: Stripe.TestHelpers.ConfirmationTokensResource;
|