stripe 22.2.0-alpha.4 → 22.2.0-alpha.5

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.
Files changed (191) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/OPENAPI_VERSION +1 -1
  3. package/VERSION +1 -1
  4. package/cjs/StripeEventNotificationHandler.js +2 -0
  5. package/cjs/StripeEventNotificationHandler.js.map +1 -1
  6. package/cjs/resources/Apps/index.d.ts +4 -4
  7. package/cjs/resources/Billing/Analytics/index.d.ts +1 -1
  8. package/cjs/resources/Billing/index.d.ts +24 -24
  9. package/cjs/resources/BillingPortal/index.d.ts +5 -5
  10. package/cjs/resources/Capital/index.d.ts +6 -6
  11. package/cjs/resources/Checkout/index.d.ts +7 -7
  12. package/cjs/resources/Climate/index.d.ts +9 -9
  13. package/cjs/resources/DelegatedCheckout/RequestedSessions.d.ts +121 -0
  14. package/cjs/resources/DelegatedCheckout/index.d.ts +5 -5
  15. package/cjs/resources/Entitlements/index.d.ts +6 -6
  16. package/cjs/resources/FinancialConnections/index.d.ts +15 -15
  17. package/cjs/resources/Forwarding/index.d.ts +3 -3
  18. package/cjs/resources/Identity/index.d.ts +12 -12
  19. package/cjs/resources/Invoices.d.ts +0 -3
  20. package/cjs/resources/Issuing/index.d.ts +44 -44
  21. package/cjs/resources/OAuth.d.ts +7 -8
  22. package/cjs/resources/Orchestration/index.d.ts +1 -1
  23. package/cjs/resources/PaymentAttemptRecords.d.ts +4 -0
  24. package/cjs/resources/PaymentIntents.d.ts +12 -0
  25. package/cjs/resources/PaymentLocations.d.ts +18 -56
  26. package/cjs/resources/PaymentLocations.js +8 -0
  27. package/cjs/resources/PaymentLocations.js.map +1 -1
  28. package/cjs/resources/PaymentRecords.d.ts +12 -0
  29. package/cjs/resources/Privacy/index.d.ts +8 -8
  30. package/cjs/resources/ProductCatalog/index.d.ts +1 -1
  31. package/cjs/resources/QuotePreviewInvoices.d.ts +0 -1
  32. package/cjs/resources/Radar/CustomerEvaluations.d.ts +20 -7
  33. package/cjs/resources/Radar/CustomerEvaluations.js.map +1 -1
  34. package/cjs/resources/Radar/index.d.ts +18 -18
  35. package/cjs/resources/Reporting/index.d.ts +5 -5
  36. package/cjs/resources/Reserve/index.d.ts +5 -5
  37. package/cjs/resources/SetupIntents.d.ts +12 -0
  38. package/cjs/resources/SharedPayment/index.d.ts +4 -4
  39. package/cjs/resources/Sigma/index.d.ts +2 -2
  40. package/cjs/resources/Subscriptions.d.ts +6 -4
  41. package/cjs/resources/Subscriptions.js.map +1 -1
  42. package/cjs/resources/Tax/index.d.ts +20 -20
  43. package/cjs/resources/Terminal/index.d.ts +26 -26
  44. package/cjs/resources/TestHelpers/Issuing/Disputes.d.ts +57 -0
  45. package/cjs/resources/TestHelpers/Issuing/Disputes.js +21 -0
  46. package/cjs/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
  47. package/cjs/resources/TestHelpers/Issuing/index.d.ts +2 -0
  48. package/cjs/resources/TestHelpers/Issuing/index.js +2 -0
  49. package/cjs/resources/TestHelpers/Issuing/index.js.map +1 -1
  50. package/cjs/resources/TestHelpers/index.d.ts +5 -5
  51. package/cjs/resources/Treasury/index.d.ts +33 -33
  52. package/cjs/resources/V2/Billing/index.d.ts +68 -68
  53. package/cjs/resources/V2/Core/Events.d.ts +75 -3
  54. package/cjs/resources/V2/Core/FeeBatches.d.ts +172 -0
  55. package/cjs/resources/V2/Core/FeeBatches.js +23 -0
  56. package/cjs/resources/V2/Core/FeeBatches.js.map +1 -0
  57. package/cjs/resources/V2/Core/FeeEntries.d.ts +178 -0
  58. package/cjs/resources/V2/Core/FeeEntries.js +23 -0
  59. package/cjs/resources/V2/Core/FeeEntries.js.map +1 -0
  60. package/cjs/resources/V2/Core/Vault/index.d.ts +13 -13
  61. package/cjs/resources/V2/Core/index.d.ts +44 -32
  62. package/cjs/resources/V2/Core/index.js +4 -0
  63. package/cjs/resources/V2/Core/index.js.map +1 -1
  64. package/cjs/resources/V2/Data/Reporting/index.d.ts +2 -2
  65. package/cjs/resources/V2/Extend/index.d.ts +5 -5
  66. package/cjs/resources/V2/Iam/index.d.ts +7 -7
  67. package/cjs/resources/V2/MoneyManagement/DebitDisputes.d.ts +171 -0
  68. package/cjs/resources/V2/MoneyManagement/DebitDisputes.js +29 -0
  69. package/cjs/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
  70. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
  71. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js +4 -0
  72. package/cjs/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
  73. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
  74. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +53 -0
  75. package/cjs/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
  76. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.d.ts +5 -0
  77. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +6 -0
  78. package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -1
  79. package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +1 -0
  80. package/cjs/resources/V2/MoneyManagement/ReceivedDebits.d.ts +14 -0
  81. package/cjs/resources/V2/MoneyManagement/TransactionEntries.d.ts +6 -2
  82. package/cjs/resources/V2/MoneyManagement/Transactions.d.ts +6 -2
  83. package/cjs/resources/V2/MoneyManagement/index.d.ts +71 -61
  84. package/cjs/resources/V2/MoneyManagement/index.js +2 -0
  85. package/cjs/resources/V2/MoneyManagement/index.js.map +1 -1
  86. package/cjs/resources/V2/Network/index.d.ts +2 -2
  87. package/cjs/resources/V2/OrchestratedCommerce/index.d.ts +5 -5
  88. package/cjs/resources/V2/Payments/index.d.ts +13 -13
  89. package/cjs/resources/V2/Reporting/index.d.ts +3 -3
  90. package/cjs/resources/V2/Tax/index.d.ts +5 -5
  91. package/cjs/resources.js +10 -2
  92. package/cjs/resources.js.map +1 -1
  93. package/cjs/stripe.core.d.ts +5 -2
  94. package/cjs/stripe.core.js +1 -1
  95. package/cjs/stripe.core.js.map +1 -1
  96. package/esm/StripeEventNotificationHandler.js +2 -0
  97. package/esm/StripeEventNotificationHandler.js.map +1 -1
  98. package/esm/resources/Apps/index.d.ts +4 -4
  99. package/esm/resources/Billing/Analytics/index.d.ts +1 -1
  100. package/esm/resources/Billing/index.d.ts +24 -24
  101. package/esm/resources/BillingPortal/index.d.ts +5 -5
  102. package/esm/resources/Capital/index.d.ts +6 -6
  103. package/esm/resources/Checkout/index.d.ts +7 -7
  104. package/esm/resources/Climate/index.d.ts +9 -9
  105. package/esm/resources/DelegatedCheckout/RequestedSessions.d.ts +121 -0
  106. package/esm/resources/DelegatedCheckout/index.d.ts +5 -5
  107. package/esm/resources/Entitlements/index.d.ts +6 -6
  108. package/esm/resources/FinancialConnections/index.d.ts +15 -15
  109. package/esm/resources/Forwarding/index.d.ts +3 -3
  110. package/esm/resources/Identity/index.d.ts +12 -12
  111. package/esm/resources/Invoices.d.ts +0 -3
  112. package/esm/resources/Issuing/index.d.ts +44 -44
  113. package/esm/resources/OAuth.d.ts +7 -8
  114. package/esm/resources/Orchestration/index.d.ts +1 -1
  115. package/esm/resources/PaymentAttemptRecords.d.ts +4 -0
  116. package/esm/resources/PaymentIntents.d.ts +12 -0
  117. package/esm/resources/PaymentLocations.d.ts +18 -56
  118. package/esm/resources/PaymentLocations.js +8 -0
  119. package/esm/resources/PaymentLocations.js.map +1 -1
  120. package/esm/resources/PaymentRecords.d.ts +12 -0
  121. package/esm/resources/Privacy/index.d.ts +8 -8
  122. package/esm/resources/ProductCatalog/index.d.ts +1 -1
  123. package/esm/resources/QuotePreviewInvoices.d.ts +0 -1
  124. package/esm/resources/Radar/CustomerEvaluations.d.ts +20 -7
  125. package/esm/resources/Radar/CustomerEvaluations.js.map +1 -1
  126. package/esm/resources/Radar/index.d.ts +18 -18
  127. package/esm/resources/Reporting/index.d.ts +5 -5
  128. package/esm/resources/Reserve/index.d.ts +5 -5
  129. package/esm/resources/SetupIntents.d.ts +12 -0
  130. package/esm/resources/SharedPayment/index.d.ts +4 -4
  131. package/esm/resources/Sigma/index.d.ts +2 -2
  132. package/esm/resources/Subscriptions.d.ts +6 -4
  133. package/esm/resources/Subscriptions.js.map +1 -1
  134. package/esm/resources/Tax/index.d.ts +20 -20
  135. package/esm/resources/Terminal/index.d.ts +26 -26
  136. package/esm/resources/TestHelpers/Issuing/Disputes.d.ts +57 -0
  137. package/esm/resources/TestHelpers/Issuing/Disputes.js +17 -0
  138. package/esm/resources/TestHelpers/Issuing/Disputes.js.map +1 -0
  139. package/esm/resources/TestHelpers/Issuing/index.d.ts +2 -0
  140. package/esm/resources/TestHelpers/Issuing/index.js +2 -0
  141. package/esm/resources/TestHelpers/Issuing/index.js.map +1 -1
  142. package/esm/resources/TestHelpers/index.d.ts +5 -5
  143. package/esm/resources/Treasury/index.d.ts +33 -33
  144. package/esm/resources/V2/Billing/index.d.ts +68 -68
  145. package/esm/resources/V2/Core/Events.d.ts +75 -3
  146. package/esm/resources/V2/Core/FeeBatches.d.ts +172 -0
  147. package/esm/resources/V2/Core/FeeBatches.js +19 -0
  148. package/esm/resources/V2/Core/FeeBatches.js.map +1 -0
  149. package/esm/resources/V2/Core/FeeEntries.d.ts +178 -0
  150. package/esm/resources/V2/Core/FeeEntries.js +19 -0
  151. package/esm/resources/V2/Core/FeeEntries.js.map +1 -0
  152. package/esm/resources/V2/Core/Vault/index.d.ts +13 -13
  153. package/esm/resources/V2/Core/index.d.ts +44 -32
  154. package/esm/resources/V2/Core/index.js +4 -0
  155. package/esm/resources/V2/Core/index.js.map +1 -1
  156. package/esm/resources/V2/Data/Reporting/index.d.ts +2 -2
  157. package/esm/resources/V2/Extend/index.d.ts +5 -5
  158. package/esm/resources/V2/Iam/index.d.ts +7 -7
  159. package/esm/resources/V2/MoneyManagement/DebitDisputes.d.ts +171 -0
  160. package/esm/resources/V2/MoneyManagement/DebitDisputes.js +25 -0
  161. package/esm/resources/V2/MoneyManagement/DebitDisputes.js.map +1 -0
  162. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.d.ts +103 -0
  163. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js +3 -0
  164. package/esm/resources/V2/MoneyManagement/FinancialAccountStatements.js.map +1 -0
  165. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.d.ts +44 -0
  166. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js +49 -0
  167. package/esm/resources/V2/MoneyManagement/FinancialAccounts/Statements.js.map +1 -0
  168. package/esm/resources/V2/MoneyManagement/FinancialAccounts.d.ts +5 -0
  169. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +6 -0
  170. package/esm/resources/V2/MoneyManagement/FinancialAccounts.js.map +1 -1
  171. package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.d.ts +1 -0
  172. package/esm/resources/V2/MoneyManagement/ReceivedDebits.d.ts +14 -0
  173. package/esm/resources/V2/MoneyManagement/TransactionEntries.d.ts +6 -2
  174. package/esm/resources/V2/MoneyManagement/Transactions.d.ts +6 -2
  175. package/esm/resources/V2/MoneyManagement/index.d.ts +71 -61
  176. package/esm/resources/V2/MoneyManagement/index.js +2 -0
  177. package/esm/resources/V2/MoneyManagement/index.js.map +1 -1
  178. package/esm/resources/V2/Network/index.d.ts +2 -2
  179. package/esm/resources/V2/OrchestratedCommerce/index.d.ts +5 -5
  180. package/esm/resources/V2/Payments/index.d.ts +13 -13
  181. package/esm/resources/V2/Reporting/index.d.ts +3 -3
  182. package/esm/resources/V2/Tax/index.d.ts +5 -5
  183. package/esm/resources.js +8 -0
  184. package/esm/resources.js.map +1 -1
  185. package/esm/stripe.core.d.ts +5 -2
  186. package/esm/stripe.core.js +1 -1
  187. package/esm/stripe.core.js.map +1 -1
  188. package/esm/stripe.esm.node.d.ts +5 -2
  189. package/esm/stripe.esm.node.js +1 -1
  190. package/esm/stripe.esm.node.js.map +1 -1
  191. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 22.2.0-alpha.5 - 2026-05-13
4
+ * [#2708](https://github.com/stripe/stripe-node/pull/2708) Update generated code for private-preview
5
+ * Add support for new resources `V2.Core.FeeBatch`, `V2.Core.FeeEntry`, `V2.MoneyManagement.DebitDispute`, and `V2.MoneyManagement.FinancialAccountStatement`
6
+ * Add support for `simulate_network_lifecycle_pre_arbitration_response` and `simulate_network_lifecycle_pre_arbitration_submission` test helper methods on resource `Issuing.Dispute`
7
+ * Add support for `list` method on resource `PaymentLocation`
8
+ * Add support for `list` and `retrieve` methods on resources `V2.Core.FeeBatch`, `V2.Core.FeeEntry`, and `V2.MoneyManagement.FinancialAccountStatement`
9
+ * Add support for `create`, `list`, and `retrieve` methods on resource `V2.MoneyManagement.DebitDispute`
10
+ * Add support for `discounts` on `DelegatedCheckout.RequestedSessionCreateParams`, `DelegatedCheckout.RequestedSessionUpdateParams`, and `DelegatedCheckout.RequestedSession`
11
+ * Add support for `amount_sale` on `DelegatedCheckout.RequestedSession.line_item_details[]` and `DelegatedCheckout.RequestedSession.total_details`
12
+ * Add support for `amount_discount` and `breakdown` on `DelegatedCheckout.RequestedSession.total_details`
13
+ * ⚠️ Remove support for `check_deposit_address` on `Invoice.payment_settings.payment_method_options.check_scan`, `InvoiceCreateParams.payment_settings.payment_method_options.check_scan`, `InvoiceUpdateParams.payment_settings.payment_method_options.check_scan`, `QuotePreviewInvoice.payment_settings.payment_method_options.check_scan`, `Subscription.payment_settings.payment_method_options.check_scan`, `SubscriptionCreateParams.payment_settings.payment_method_options.check_scan`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.check_scan`
14
+ * Add support for `payment_evaluations` on `PaymentAttemptRecordReportGuaranteedParams`, `PaymentRecordReportPaymentAttemptGuaranteedParams`, `PaymentRecordReportPaymentAttemptParams.guaranteed`, and `PaymentRecordReportPaymentParams.guaranteed`
15
+ * Add support for `location` on `PaymentIntentConfirmParams.payment_details`, `PaymentIntentCreateParams.payment_details`, `PaymentIntentUpdateParams.payment_details`, `SetupIntentConfirmParams.setup_details`, `SetupIntentCreateParams.setup_details`, and `SetupIntentUpdateParams.setup_details`
16
+ * Add support for `onboarding_data_update_acknowledged` on `PaymentLocationUpdateParams`
17
+ * Change `PaymentLocationCreateParams.address.country` and `PaymentLocationUpdateParams.address.country` to be optional
18
+ * Add support for `customer` on `Radar.CustomerEvaluationUpdateParams`
19
+ * Add support for `status` on `Radar.CustomerEvaluationUpdateParams` and `Radar.CustomerEvaluation`
20
+ * Change `Radar.CustomerEvaluationUpdateParams.type` to be optional
21
+ * Add support for `payment_behavior` on `SubscriptionResumeParams`
22
+ * Add support for `dispute_details` on `V2.MoneyManagement.ReceivedDebit`
23
+ * ⚠️ Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.transaction_details.category`
24
+ * Add support for `debit_dispute` on `V2.MoneyManagement.Transaction.flow` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow`
25
+ * ⚠️ Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.flow.type` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow.type`
26
+ * Add support for `payment_attempt_record` on `EventsV2PaymentsOffSessionPaymentAttemptFailedEvent` and `EventsV2PaymentsOffSessionPaymentFailedEvent`
27
+ * Add support for event notifications `V2MoneyManagementFinancialAccountStatementCreatedEvent` and `V2MoneyManagementFinancialAccountStatementRestatedEvent` with related object `V2.MoneyManagement.FinancialAccountStatement`
28
+
3
29
  ## 22.2.0-alpha.4 - 2026-05-06
4
30
  * [#2699](https://github.com/stripe/stripe-node/pull/2699) Update generated code for private-preview
5
31
  * Add support for new resource `PaymentLocation`
@@ -234,6 +260,14 @@ This release changes the pinned API version to 2026-04-22.private.
234
260
  * Add support for error type `FxQuoteExpiredError`
235
261
  * Add support for error codes `invalid_workflow_input_parameters` and `workflow_not_invokable` on `CannotProceedError`
236
262
 
263
+ ## 22.1.1 - 2026-05-06
264
+ * [#2703](https://github.com/stripe/stripe-node/pull/2703) Export Decimal type from Stripe namespace
265
+
266
+ - Added `Stripe.Decimal` as a usable type in the `Stripe` namespace, enabling type annotations like `function takesDecimal(d: Stripe.Decimal)`.
267
+ * [#2704](https://github.com/stripe/stripe-node/pull/2704) Fix file upload regression: restore multipart request data processor
268
+
269
+ - Fixed file uploads failing with `StripeInvalidRequestError` on the `/v1/files` endpoint since v22.
270
+
237
271
  ## 22.1.0 - 2026-04-23
238
272
  This release changes the pinned API version to 2026-04-22.dahlia.
239
273
 
package/OPENAPI_VERSION CHANGED
@@ -1 +1 @@
1
- v2256
1
+ v2261
package/VERSION CHANGED
@@ -1 +1 @@
1
- 22.2.0-alpha.4
1
+ 22.2.0-alpha.5
@@ -340,6 +340,8 @@ const KNOWN_EVENT_TYPES = new Set([
340
340
  'v2.money_management.adjustment.created',
341
341
  'v2.money_management.financial_account.created',
342
342
  'v2.money_management.financial_account.updated',
343
+ 'v2.money_management.financial_account_statement.created',
344
+ 'v2.money_management.financial_account_statement.restated',
343
345
  'v2.money_management.financial_address.activated',
344
346
  'v2.money_management.financial_address.failed',
345
347
  'v2.money_management.inbound_transfer.available',
@@ -1 +1 @@
1
- {"version":3,"file":"StripeEventNotificationHandler.js","sourceRoot":"","sources":["../src/StripeEventNotificationHandler.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"StripeEventNotificationHandler.js","sourceRoot":"","sources":["../src/StripeEventNotificationHandler.ts"],"names":[],"mappings":"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"}
@@ -7,9 +7,9 @@ export declare class Apps {
7
7
  constructor(stripe: Stripe);
8
8
  }
9
9
  export declare namespace Apps {
10
- export type SecretListParams = AppsNamespace0.SecretListParams;
11
- export type SecretCreateParams = AppsNamespace0.SecretCreateParams;
12
- export type SecretFindParams = AppsNamespace0.SecretFindParams;
13
- export type SecretDeleteWhereParams = AppsNamespace0.SecretDeleteWhereParams;
10
+ export import SecretListParams = AppsNamespace0.SecretListParams;
11
+ export import SecretCreateParams = AppsNamespace0.SecretCreateParams;
12
+ export import SecretFindParams = AppsNamespace0.SecretFindParams;
13
+ export import SecretDeleteWhereParams = AppsNamespace0.SecretDeleteWhereParams;
14
14
  export { Secret };
15
15
  }
@@ -9,7 +9,7 @@ export declare class Analytics {
9
9
  constructor(stripe: Stripe);
10
10
  }
11
11
  export declare namespace Analytics {
12
- export type MeterUsageRetrieveParams = BillingNamespace0.Analytics.MeterUsageRetrieveParams;
12
+ export import MeterUsageRetrieveParams = BillingNamespace0.Analytics.MeterUsageRetrieveParams;
13
13
  export { MeterUsage };
14
14
  export { MeterUsageRow };
15
15
  }
@@ -33,36 +33,36 @@ export declare class Billing {
33
33
  constructor(stripe: Stripe);
34
34
  }
35
35
  export declare namespace Billing {
36
- export type AlertListParams = BillingNamespace0.AlertListParams;
37
- export type AlertCreateParams = BillingNamespace0.AlertCreateParams;
38
- export type AlertRetrieveParams = BillingNamespace0.AlertRetrieveParams;
39
- export type AlertActivateParams = BillingNamespace0.AlertActivateParams;
40
- export type AlertArchiveParams = BillingNamespace0.AlertArchiveParams;
41
- export type AlertDeactivateParams = BillingNamespace0.AlertDeactivateParams;
36
+ export import AlertListParams = BillingNamespace0.AlertListParams;
37
+ export import AlertCreateParams = BillingNamespace0.AlertCreateParams;
38
+ export import AlertRetrieveParams = BillingNamespace0.AlertRetrieveParams;
39
+ export import AlertActivateParams = BillingNamespace0.AlertActivateParams;
40
+ export import AlertArchiveParams = BillingNamespace0.AlertArchiveParams;
41
+ export import AlertDeactivateParams = BillingNamespace0.AlertDeactivateParams;
42
42
  export { Alert };
43
- export type CreditBalanceSummaryRetrieveParams = BillingNamespace1.CreditBalanceSummaryRetrieveParams;
43
+ export import CreditBalanceSummaryRetrieveParams = BillingNamespace1.CreditBalanceSummaryRetrieveParams;
44
44
  export { CreditBalanceSummary };
45
- export type CreditBalanceTransactionListParams = BillingNamespace2.CreditBalanceTransactionListParams;
46
- export type CreditBalanceTransactionRetrieveParams = BillingNamespace2.CreditBalanceTransactionRetrieveParams;
45
+ export import CreditBalanceTransactionListParams = BillingNamespace2.CreditBalanceTransactionListParams;
46
+ export import CreditBalanceTransactionRetrieveParams = BillingNamespace2.CreditBalanceTransactionRetrieveParams;
47
47
  export { CreditBalanceTransaction };
48
- export type CreditGrantListParams = BillingNamespace3.CreditGrantListParams;
49
- export type CreditGrantCreateParams = BillingNamespace3.CreditGrantCreateParams;
50
- export type CreditGrantRetrieveParams = BillingNamespace3.CreditGrantRetrieveParams;
51
- export type CreditGrantUpdateParams = BillingNamespace3.CreditGrantUpdateParams;
52
- export type CreditGrantExpireParams = BillingNamespace3.CreditGrantExpireParams;
53
- export type CreditGrantVoidGrantParams = BillingNamespace3.CreditGrantVoidGrantParams;
48
+ export import CreditGrantListParams = BillingNamespace3.CreditGrantListParams;
49
+ export import CreditGrantCreateParams = BillingNamespace3.CreditGrantCreateParams;
50
+ export import CreditGrantRetrieveParams = BillingNamespace3.CreditGrantRetrieveParams;
51
+ export import CreditGrantUpdateParams = BillingNamespace3.CreditGrantUpdateParams;
52
+ export import CreditGrantExpireParams = BillingNamespace3.CreditGrantExpireParams;
53
+ export import CreditGrantVoidGrantParams = BillingNamespace3.CreditGrantVoidGrantParams;
54
54
  export { CreditGrant };
55
- export type MeterListParams = BillingNamespace4.MeterListParams;
56
- export type MeterCreateParams = BillingNamespace4.MeterCreateParams;
57
- export type MeterRetrieveParams = BillingNamespace4.MeterRetrieveParams;
58
- export type MeterUpdateParams = BillingNamespace4.MeterUpdateParams;
59
- export type MeterDeactivateParams = BillingNamespace4.MeterDeactivateParams;
60
- export type MeterReactivateParams = BillingNamespace4.MeterReactivateParams;
61
- export type MeterListEventSummariesParams = BillingNamespace4.MeterListEventSummariesParams;
55
+ export import MeterListParams = BillingNamespace4.MeterListParams;
56
+ export import MeterCreateParams = BillingNamespace4.MeterCreateParams;
57
+ export import MeterRetrieveParams = BillingNamespace4.MeterRetrieveParams;
58
+ export import MeterUpdateParams = BillingNamespace4.MeterUpdateParams;
59
+ export import MeterDeactivateParams = BillingNamespace4.MeterDeactivateParams;
60
+ export import MeterReactivateParams = BillingNamespace4.MeterReactivateParams;
61
+ export import MeterListEventSummariesParams = BillingNamespace4.MeterListEventSummariesParams;
62
62
  export { Meter };
63
- export type MeterEventCreateParams = BillingNamespace5.MeterEventCreateParams;
63
+ export import MeterEventCreateParams = BillingNamespace5.MeterEventCreateParams;
64
64
  export { MeterEvent };
65
- export type MeterEventAdjustmentCreateParams = BillingNamespace6.MeterEventAdjustmentCreateParams;
65
+ export import MeterEventAdjustmentCreateParams = BillingNamespace6.MeterEventAdjustmentCreateParams;
66
66
  export { MeterEventAdjustment };
67
67
  export { AlertRecovered };
68
68
  export { AlertTriggered };
@@ -10,11 +10,11 @@ export declare class BillingPortal {
10
10
  constructor(stripe: Stripe);
11
11
  }
12
12
  export declare namespace BillingPortal {
13
- export type ConfigurationListParams = BillingPortalNamespace0.ConfigurationListParams;
14
- export type ConfigurationCreateParams = BillingPortalNamespace0.ConfigurationCreateParams;
15
- export type ConfigurationRetrieveParams = BillingPortalNamespace0.ConfigurationRetrieveParams;
16
- export type ConfigurationUpdateParams = BillingPortalNamespace0.ConfigurationUpdateParams;
13
+ export import ConfigurationListParams = BillingPortalNamespace0.ConfigurationListParams;
14
+ export import ConfigurationCreateParams = BillingPortalNamespace0.ConfigurationCreateParams;
15
+ export import ConfigurationRetrieveParams = BillingPortalNamespace0.ConfigurationRetrieveParams;
16
+ export import ConfigurationUpdateParams = BillingPortalNamespace0.ConfigurationUpdateParams;
17
17
  export { Configuration };
18
- export type SessionCreateParams = BillingPortalNamespace1.SessionCreateParams;
18
+ export import SessionCreateParams = BillingPortalNamespace1.SessionCreateParams;
19
19
  export { Session };
20
20
  }
@@ -13,13 +13,13 @@ export declare class Capital {
13
13
  constructor(stripe: Stripe);
14
14
  }
15
15
  export declare namespace Capital {
16
- export type FinancingOfferListParams = CapitalNamespace0.FinancingOfferListParams;
17
- export type FinancingOfferRetrieveParams = CapitalNamespace0.FinancingOfferRetrieveParams;
18
- export type FinancingOfferMarkDeliveredParams = CapitalNamespace0.FinancingOfferMarkDeliveredParams;
16
+ export import FinancingOfferListParams = CapitalNamespace0.FinancingOfferListParams;
17
+ export import FinancingOfferRetrieveParams = CapitalNamespace0.FinancingOfferRetrieveParams;
18
+ export import FinancingOfferMarkDeliveredParams = CapitalNamespace0.FinancingOfferMarkDeliveredParams;
19
19
  export { FinancingOffer };
20
- export type FinancingSummaryRetrieveParams = CapitalNamespace1.FinancingSummaryRetrieveParams;
20
+ export import FinancingSummaryRetrieveParams = CapitalNamespace1.FinancingSummaryRetrieveParams;
21
21
  export { FinancingSummary };
22
- export type FinancingTransactionListParams = CapitalNamespace2.FinancingTransactionListParams;
23
- export type FinancingTransactionRetrieveParams = CapitalNamespace2.FinancingTransactionRetrieveParams;
22
+ export import FinancingTransactionListParams = CapitalNamespace2.FinancingTransactionListParams;
23
+ export import FinancingTransactionRetrieveParams = CapitalNamespace2.FinancingTransactionRetrieveParams;
24
24
  export { FinancingTransaction };
25
25
  }
@@ -7,12 +7,12 @@ export declare class Checkout {
7
7
  constructor(stripe: Stripe);
8
8
  }
9
9
  export declare namespace Checkout {
10
- export type SessionListParams = CheckoutNamespace0.SessionListParams;
11
- export type SessionCreateParams = CheckoutNamespace0.SessionCreateParams;
12
- export type SessionRetrieveParams = CheckoutNamespace0.SessionRetrieveParams;
13
- export type SessionUpdateParams = CheckoutNamespace0.SessionUpdateParams;
14
- export type SessionApproveParams = CheckoutNamespace0.SessionApproveParams;
15
- export type SessionExpireParams = CheckoutNamespace0.SessionExpireParams;
16
- export type SessionListLineItemsParams = CheckoutNamespace0.SessionListLineItemsParams;
10
+ export import SessionListParams = CheckoutNamespace0.SessionListParams;
11
+ export import SessionCreateParams = CheckoutNamespace0.SessionCreateParams;
12
+ export import SessionRetrieveParams = CheckoutNamespace0.SessionRetrieveParams;
13
+ export import SessionUpdateParams = CheckoutNamespace0.SessionUpdateParams;
14
+ export import SessionApproveParams = CheckoutNamespace0.SessionApproveParams;
15
+ export import SessionExpireParams = CheckoutNamespace0.SessionExpireParams;
16
+ export import SessionListLineItemsParams = CheckoutNamespace0.SessionListLineItemsParams;
17
17
  export { Session };
18
18
  }
@@ -13,16 +13,16 @@ export declare class Climate {
13
13
  constructor(stripe: Stripe);
14
14
  }
15
15
  export declare namespace Climate {
16
- export type OrderListParams = ClimateNamespace0.OrderListParams;
17
- export type OrderCreateParams = ClimateNamespace0.OrderCreateParams;
18
- export type OrderRetrieveParams = ClimateNamespace0.OrderRetrieveParams;
19
- export type OrderUpdateParams = ClimateNamespace0.OrderUpdateParams;
20
- export type OrderCancelParams = ClimateNamespace0.OrderCancelParams;
16
+ export import OrderListParams = ClimateNamespace0.OrderListParams;
17
+ export import OrderCreateParams = ClimateNamespace0.OrderCreateParams;
18
+ export import OrderRetrieveParams = ClimateNamespace0.OrderRetrieveParams;
19
+ export import OrderUpdateParams = ClimateNamespace0.OrderUpdateParams;
20
+ export import OrderCancelParams = ClimateNamespace0.OrderCancelParams;
21
21
  export { Order };
22
- export type ProductListParams = ClimateNamespace1.ProductListParams;
23
- export type ProductRetrieveParams = ClimateNamespace1.ProductRetrieveParams;
22
+ export import ProductListParams = ClimateNamespace1.ProductListParams;
23
+ export import ProductRetrieveParams = ClimateNamespace1.ProductRetrieveParams;
24
24
  export { Product };
25
- export type SupplierListParams = ClimateNamespace2.SupplierListParams;
26
- export type SupplierRetrieveParams = ClimateNamespace2.SupplierRetrieveParams;
25
+ export import SupplierListParams = ClimateNamespace2.SupplierListParams;
26
+ export import SupplierRetrieveParams = ClimateNamespace2.SupplierRetrieveParams;
27
27
  export { Supplier };
28
28
  }
@@ -62,6 +62,10 @@ export interface RequestedSession {
62
62
  * The customer for this requested session.
63
63
  */
64
64
  customer: string | null;
65
+ /**
66
+ * The discounts applied to and rejected from this requested session.
67
+ */
68
+ discounts?: DelegatedCheckout.RequestedSession.Discounts | null;
65
69
  /**
66
70
  * Time at which the requested session expires. Measured in seconds since the Unix epoch.
67
71
  */
@@ -183,6 +187,16 @@ export declare namespace DelegatedCheckout {
183
187
  */
184
188
  marketing: BuyerConsents.Marketing | null;
185
189
  }
190
+ interface Discounts {
191
+ /**
192
+ * The list of successfully applied discounts.
193
+ */
194
+ applied: Array<Discounts.Applied> | null;
195
+ /**
196
+ * The list of discount codes that could not be applied.
197
+ */
198
+ invalid: Array<Discounts.Invalid> | null;
199
+ }
186
200
  interface FulfillmentDetails {
187
201
  /**
188
202
  * The fulfillment address.
@@ -218,6 +232,10 @@ export declare namespace DelegatedCheckout {
218
232
  * The total discount for this line item. If no discount were applied, defaults to 0.
219
233
  */
220
234
  amount_discount: number;
235
+ /**
236
+ * The sale amount for this line item.
237
+ */
238
+ amount_sale?: number;
221
239
  /**
222
240
  * The total before any discounts or taxes are applied.
223
241
  */
@@ -332,6 +350,10 @@ export declare namespace DelegatedCheckout {
332
350
  * The amount of order-level discounts applied to the cart. The total discount amount for this session can be computed by summing the cart discount and the item discounts.
333
351
  */
334
352
  amount_cart_discount: number | null;
353
+ /**
354
+ * The total discount amount from discount codes across the session.
355
+ */
356
+ amount_discount?: number | null;
335
357
  /**
336
358
  * The amount fulfillment of the total details.
337
359
  */
@@ -340,6 +362,10 @@ export declare namespace DelegatedCheckout {
340
362
  * The amount of item-level discounts applied to the cart. The total discount amount for this session can be computed by summing the cart discount and the item discounts.
341
363
  */
342
364
  amount_items_discount: number | null;
365
+ /**
366
+ * The total sale amount across the session.
367
+ */
368
+ amount_sale?: number | null;
343
369
  /**
344
370
  * The amount tax of the total details.
345
371
  */
@@ -348,6 +374,10 @@ export declare namespace DelegatedCheckout {
348
374
  * The applicable fees of the total details.
349
375
  */
350
376
  applicable_fees: Array<TotalDetails.ApplicableFee> | null;
377
+ /**
378
+ * The breakdown of discounts applied to the session.
379
+ */
380
+ breakdown?: TotalDetails.Breakdown | null;
351
381
  }
352
382
  namespace AffiliateAttribution {
353
383
  interface Source {
@@ -414,6 +444,51 @@ export declare namespace DelegatedCheckout {
414
444
  }
415
445
  }
416
446
  }
447
+ namespace Discounts {
448
+ interface Applied {
449
+ /**
450
+ * The amount off provided by this discount.
451
+ */
452
+ amount_off: number | null;
453
+ /**
454
+ * The discount code.
455
+ */
456
+ code: string;
457
+ /**
458
+ * The currency of the discount amount.
459
+ */
460
+ currency: string | null;
461
+ /**
462
+ * The unique key of the applied discount.
463
+ */
464
+ key: string;
465
+ /**
466
+ * The display name of the discount.
467
+ */
468
+ name: string;
469
+ /**
470
+ * The percentage off provided by this discount.
471
+ */
472
+ percent_off: number | null;
473
+ /**
474
+ * The type of discount.
475
+ */
476
+ type: Applied.Type;
477
+ }
478
+ interface Invalid {
479
+ /**
480
+ * The discount code that was invalid.
481
+ */
482
+ code: string;
483
+ /**
484
+ * The reason the discount code is invalid.
485
+ */
486
+ reason: string;
487
+ }
488
+ namespace Applied {
489
+ type Type = 'cart' | 'fulfillment';
490
+ }
491
+ }
417
492
  namespace FulfillmentDetails {
418
493
  interface FulfillmentOption {
419
494
  /**
@@ -709,6 +784,24 @@ export declare namespace DelegatedCheckout {
709
784
  */
710
785
  display_name: string;
711
786
  }
787
+ interface Breakdown {
788
+ /**
789
+ * The breakdown of discounts applied to the session.
790
+ */
791
+ discounts: Array<Breakdown.Discount> | null;
792
+ }
793
+ namespace Breakdown {
794
+ interface Discount {
795
+ /**
796
+ * The amount this discount contributed to the total discount.
797
+ */
798
+ amount: number;
799
+ /**
800
+ * The key of the applied discount.
801
+ */
802
+ key: string;
803
+ }
804
+ }
712
805
  }
713
806
  }
714
807
  }
@@ -734,6 +827,10 @@ export declare namespace DelegatedCheckout {
734
827
  * The customer for this requested session.
735
828
  */
736
829
  customer?: string;
830
+ /**
831
+ * The discount codes to apply to this requested session.
832
+ */
833
+ discounts?: RequestedSessionCreateParams.Discounts;
737
834
  /**
738
835
  * Specifies which fields in the response should be expanded.
739
836
  */
@@ -830,6 +927,16 @@ export declare namespace DelegatedCheckout {
830
927
  */
831
928
  touchpoint: AffiliateAttribution.Touchpoint;
832
929
  }
930
+ interface Discounts {
931
+ /**
932
+ * Array of discount codes to apply.
933
+ */
934
+ codes: Array<string>;
935
+ /**
936
+ * Whether to enforce strict eligibility for discount codes. Defaults to true. When false, invalid codes are returned in the discounts.invalid array instead of raising an error.
937
+ */
938
+ enforce_strict_eligibility?: boolean;
939
+ }
833
940
  interface FulfillmentDetails {
834
941
  /**
835
942
  * The customer's address.
@@ -930,6 +1037,10 @@ export declare namespace DelegatedCheckout {
930
1037
  }
931
1038
  export declare namespace DelegatedCheckout {
932
1039
  interface RequestedSessionUpdateParams {
1040
+ /**
1041
+ * The discount codes to apply to this requested session.
1042
+ */
1043
+ discounts?: RequestedSessionUpdateParams.Discounts;
933
1044
  /**
934
1045
  * Specifies which fields in the response should be expanded.
935
1046
  */
@@ -962,6 +1073,16 @@ export declare namespace DelegatedCheckout {
962
1073
  }>;
963
1074
  }
964
1075
  namespace RequestedSessionUpdateParams {
1076
+ interface Discounts {
1077
+ /**
1078
+ * Array of discount codes to apply.
1079
+ */
1080
+ codes: Array<string>;
1081
+ /**
1082
+ * Whether to enforce strict eligibility for discount codes. Defaults to true. When false, invalid codes are returned in the discounts.invalid array instead of raising an error.
1083
+ */
1084
+ enforce_strict_eligibility?: boolean;
1085
+ }
965
1086
  interface FulfillmentDetails {
966
1087
  /**
967
1088
  * The customer's address.
@@ -7,10 +7,10 @@ export declare class DelegatedCheckout {
7
7
  constructor(stripe: Stripe);
8
8
  }
9
9
  export declare namespace DelegatedCheckout {
10
- export type RequestedSessionRetrieveParams = DelegatedCheckoutNamespace0.RequestedSessionRetrieveParams;
11
- export type RequestedSessionUpdateParams = DelegatedCheckoutNamespace0.RequestedSessionUpdateParams;
12
- export type RequestedSessionCreateParams = DelegatedCheckoutNamespace0.RequestedSessionCreateParams;
13
- export type RequestedSessionConfirmParams = DelegatedCheckoutNamespace0.RequestedSessionConfirmParams;
14
- export type RequestedSessionExpireParams = DelegatedCheckoutNamespace0.RequestedSessionExpireParams;
10
+ export import RequestedSessionRetrieveParams = DelegatedCheckoutNamespace0.RequestedSessionRetrieveParams;
11
+ export import RequestedSessionUpdateParams = DelegatedCheckoutNamespace0.RequestedSessionUpdateParams;
12
+ export import RequestedSessionCreateParams = DelegatedCheckoutNamespace0.RequestedSessionCreateParams;
13
+ export import RequestedSessionConfirmParams = DelegatedCheckoutNamespace0.RequestedSessionConfirmParams;
14
+ export import RequestedSessionExpireParams = DelegatedCheckoutNamespace0.RequestedSessionExpireParams;
15
15
  export { RequestedSession };
16
16
  }
@@ -12,13 +12,13 @@ export declare class Entitlements {
12
12
  constructor(stripe: Stripe);
13
13
  }
14
14
  export declare namespace Entitlements {
15
- export type ActiveEntitlementListParams = EntitlementsNamespace0.ActiveEntitlementListParams;
16
- export type ActiveEntitlementRetrieveParams = EntitlementsNamespace0.ActiveEntitlementRetrieveParams;
15
+ export import ActiveEntitlementListParams = EntitlementsNamespace0.ActiveEntitlementListParams;
16
+ export import ActiveEntitlementRetrieveParams = EntitlementsNamespace0.ActiveEntitlementRetrieveParams;
17
17
  export { ActiveEntitlement };
18
- export type FeatureListParams = EntitlementsNamespace1.FeatureListParams;
19
- export type FeatureCreateParams = EntitlementsNamespace1.FeatureCreateParams;
20
- export type FeatureRetrieveParams = EntitlementsNamespace1.FeatureRetrieveParams;
21
- export type FeatureUpdateParams = EntitlementsNamespace1.FeatureUpdateParams;
18
+ export import FeatureListParams = EntitlementsNamespace1.FeatureListParams;
19
+ export import FeatureCreateParams = EntitlementsNamespace1.FeatureCreateParams;
20
+ export import FeatureRetrieveParams = EntitlementsNamespace1.FeatureRetrieveParams;
21
+ export import FeatureUpdateParams = EntitlementsNamespace1.FeatureUpdateParams;
22
22
  export { Feature };
23
23
  export { ActiveEntitlementSummary };
24
24
  }
@@ -25,25 +25,25 @@ export declare class FinancialConnections {
25
25
  constructor(stripe: Stripe);
26
26
  }
27
27
  export declare namespace FinancialConnections {
28
- export type AccountListParams = FinancialConnectionsNamespace0.AccountListParams;
29
- export type AccountRetrieveParams = FinancialConnectionsNamespace0.AccountRetrieveParams;
30
- export type AccountDisconnectParams = FinancialConnectionsNamespace0.AccountDisconnectParams;
31
- export type AccountRefreshParams = FinancialConnectionsNamespace0.AccountRefreshParams;
32
- export type AccountSubscribeParams = FinancialConnectionsNamespace0.AccountSubscribeParams;
33
- export type AccountUnsubscribeParams = FinancialConnectionsNamespace0.AccountUnsubscribeParams;
34
- export type AccountListInferredBalancesParams = FinancialConnectionsNamespace0.AccountListInferredBalancesParams;
35
- export type AccountListOwnersParams = FinancialConnectionsNamespace0.AccountListOwnersParams;
28
+ export import AccountListParams = FinancialConnectionsNamespace0.AccountListParams;
29
+ export import AccountRetrieveParams = FinancialConnectionsNamespace0.AccountRetrieveParams;
30
+ export import AccountDisconnectParams = FinancialConnectionsNamespace0.AccountDisconnectParams;
31
+ export import AccountRefreshParams = FinancialConnectionsNamespace0.AccountRefreshParams;
32
+ export import AccountSubscribeParams = FinancialConnectionsNamespace0.AccountSubscribeParams;
33
+ export import AccountUnsubscribeParams = FinancialConnectionsNamespace0.AccountUnsubscribeParams;
34
+ export import AccountListInferredBalancesParams = FinancialConnectionsNamespace0.AccountListInferredBalancesParams;
35
+ export import AccountListOwnersParams = FinancialConnectionsNamespace0.AccountListOwnersParams;
36
36
  export { Account };
37
- export type AuthorizationRetrieveParams = FinancialConnectionsNamespace1.AuthorizationRetrieveParams;
37
+ export import AuthorizationRetrieveParams = FinancialConnectionsNamespace1.AuthorizationRetrieveParams;
38
38
  export { Authorization };
39
- export type InstitutionListParams = FinancialConnectionsNamespace2.InstitutionListParams;
40
- export type InstitutionRetrieveParams = FinancialConnectionsNamespace2.InstitutionRetrieveParams;
39
+ export import InstitutionListParams = FinancialConnectionsNamespace2.InstitutionListParams;
40
+ export import InstitutionRetrieveParams = FinancialConnectionsNamespace2.InstitutionRetrieveParams;
41
41
  export { Institution };
42
- export type SessionRetrieveParams = FinancialConnectionsNamespace3.SessionRetrieveParams;
43
- export type SessionCreateParams = FinancialConnectionsNamespace3.SessionCreateParams;
42
+ export import SessionRetrieveParams = FinancialConnectionsNamespace3.SessionRetrieveParams;
43
+ export import SessionCreateParams = FinancialConnectionsNamespace3.SessionCreateParams;
44
44
  export { Session };
45
- export type TransactionListParams = FinancialConnectionsNamespace4.TransactionListParams;
46
- export type TransactionRetrieveParams = FinancialConnectionsNamespace4.TransactionRetrieveParams;
45
+ export import TransactionListParams = FinancialConnectionsNamespace4.TransactionListParams;
46
+ export import TransactionRetrieveParams = FinancialConnectionsNamespace4.TransactionRetrieveParams;
47
47
  export { Transaction };
48
48
  export { AccountOwner };
49
49
  export { AccountOwnership };
@@ -7,8 +7,8 @@ export declare class Forwarding {
7
7
  constructor(stripe: Stripe);
8
8
  }
9
9
  export declare namespace Forwarding {
10
- export type RequestListParams = ForwardingNamespace0.RequestListParams;
11
- export type RequestCreateParams = ForwardingNamespace0.RequestCreateParams;
12
- export type RequestRetrieveParams = ForwardingNamespace0.RequestRetrieveParams;
10
+ export import RequestListParams = ForwardingNamespace0.RequestListParams;
11
+ export import RequestCreateParams = ForwardingNamespace0.RequestCreateParams;
12
+ export import RequestRetrieveParams = ForwardingNamespace0.RequestRetrieveParams;
13
13
  export { Request };
14
14
  }
@@ -13,19 +13,19 @@ export declare class Identity {
13
13
  constructor(stripe: Stripe);
14
14
  }
15
15
  export declare namespace Identity {
16
- export type BlocklistEntryListParams = IdentityNamespace0.BlocklistEntryListParams;
17
- export type BlocklistEntryCreateParams = IdentityNamespace0.BlocklistEntryCreateParams;
18
- export type BlocklistEntryRetrieveParams = IdentityNamespace0.BlocklistEntryRetrieveParams;
19
- export type BlocklistEntryDisableParams = IdentityNamespace0.BlocklistEntryDisableParams;
16
+ export import BlocklistEntryListParams = IdentityNamespace0.BlocklistEntryListParams;
17
+ export import BlocklistEntryCreateParams = IdentityNamespace0.BlocklistEntryCreateParams;
18
+ export import BlocklistEntryRetrieveParams = IdentityNamespace0.BlocklistEntryRetrieveParams;
19
+ export import BlocklistEntryDisableParams = IdentityNamespace0.BlocklistEntryDisableParams;
20
20
  export { BlocklistEntry };
21
- export type VerificationReportListParams = IdentityNamespace1.VerificationReportListParams;
22
- export type VerificationReportRetrieveParams = IdentityNamespace1.VerificationReportRetrieveParams;
21
+ export import VerificationReportListParams = IdentityNamespace1.VerificationReportListParams;
22
+ export import VerificationReportRetrieveParams = IdentityNamespace1.VerificationReportRetrieveParams;
23
23
  export { VerificationReport };
24
- export type VerificationSessionListParams = IdentityNamespace2.VerificationSessionListParams;
25
- export type VerificationSessionCreateParams = IdentityNamespace2.VerificationSessionCreateParams;
26
- export type VerificationSessionRetrieveParams = IdentityNamespace2.VerificationSessionRetrieveParams;
27
- export type VerificationSessionUpdateParams = IdentityNamespace2.VerificationSessionUpdateParams;
28
- export type VerificationSessionCancelParams = IdentityNamespace2.VerificationSessionCancelParams;
29
- export type VerificationSessionRedactParams = IdentityNamespace2.VerificationSessionRedactParams;
24
+ export import VerificationSessionListParams = IdentityNamespace2.VerificationSessionListParams;
25
+ export import VerificationSessionCreateParams = IdentityNamespace2.VerificationSessionCreateParams;
26
+ export import VerificationSessionRetrieveParams = IdentityNamespace2.VerificationSessionRetrieveParams;
27
+ export import VerificationSessionUpdateParams = IdentityNamespace2.VerificationSessionUpdateParams;
28
+ export import VerificationSessionCancelParams = IdentityNamespace2.VerificationSessionCancelParams;
29
+ export import VerificationSessionRedactParams = IdentityNamespace2.VerificationSessionRedactParams;
30
30
  export { VerificationSession };
31
31
  }
@@ -1062,7 +1062,6 @@ export declare namespace Invoice {
1062
1062
  request_three_d_secure: Card.RequestThreeDSecure | null;
1063
1063
  }
1064
1064
  interface CheckScan {
1065
- check_deposit_address?: Address;
1066
1065
  }
1067
1066
  interface CustomerBalance {
1068
1067
  bank_transfer?: CustomerBalance.BankTransfer;
@@ -1716,7 +1715,6 @@ export declare namespace InvoiceCreateParams {
1716
1715
  request_three_d_secure?: Card.RequestThreeDSecure;
1717
1716
  }
1718
1717
  interface CheckScan {
1719
- check_deposit_address?: AddressParam;
1720
1718
  }
1721
1719
  interface CustomerBalance {
1722
1720
  /**
@@ -2433,7 +2431,6 @@ export declare namespace InvoiceUpdateParams {
2433
2431
  request_three_d_secure?: Card.RequestThreeDSecure;
2434
2432
  }
2435
2433
  interface CheckScan {
2436
- check_deposit_address?: AddressParam;
2437
2434
  }
2438
2435
  interface CustomerBalance {
2439
2436
  /**