Skip to content

Commit a729f8c

Browse files
Update generated code (stripe#2237)
* Update generated code for v1399 * Update generated code for v1402 * Update generated code for v1409 * Update generated code for v1412 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: jar-stripe <jar@stripe.com>
1 parent 97c92d7 commit a729f8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1241
-137
lines changed

OPENAPI_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1347
1+
v1412

src/apiVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// File generated from our OpenAPI spec
22

3-
export const ApiVersion = '2024-11-20.acacia';
3+
export const ApiVersion = '2024-12-18.acacia';

test/resources/generated_examples_test.spec.js

+1-1
Large diffs are not rendered by default.

types/AccountSessions.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ declare module 'stripe' {
8282
namespace AccountManagement {
8383
interface Features {
8484
/**
85-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
85+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
8686
*/
8787
disable_stripe_user_authentication: boolean;
8888

@@ -105,7 +105,7 @@ declare module 'stripe' {
105105
namespace AccountOnboarding {
106106
interface Features {
107107
/**
108-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
108+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
109109
*/
110110
disable_stripe_user_authentication: boolean;
111111

@@ -128,7 +128,7 @@ declare module 'stripe' {
128128
namespace Balances {
129129
interface Features {
130130
/**
131-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
131+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
132132
*/
133133
disable_stripe_user_authentication: boolean;
134134

@@ -179,7 +179,7 @@ declare module 'stripe' {
179179
namespace NotificationBanner {
180180
interface Features {
181181
/**
182-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
182+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
183183
*/
184184
disable_stripe_user_authentication: boolean;
185185

@@ -268,7 +268,7 @@ declare module 'stripe' {
268268
namespace Payouts {
269269
interface Features {
270270
/**
271-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
271+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
272272
*/
273273
disable_stripe_user_authentication: boolean;
274274

types/AccountSessionsResource.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ declare module 'stripe' {
9393
namespace AccountManagement {
9494
interface Features {
9595
/**
96-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
96+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
9797
*/
9898
disable_stripe_user_authentication?: boolean;
9999

@@ -119,7 +119,7 @@ declare module 'stripe' {
119119
namespace AccountOnboarding {
120120
interface Features {
121121
/**
122-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
122+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
123123
*/
124124
disable_stripe_user_authentication?: boolean;
125125

@@ -145,7 +145,7 @@ declare module 'stripe' {
145145
namespace Balances {
146146
interface Features {
147147
/**
148-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
148+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
149149
*/
150150
disable_stripe_user_authentication?: boolean;
151151

@@ -202,7 +202,7 @@ declare module 'stripe' {
202202
namespace NotificationBanner {
203203
interface Features {
204204
/**
205-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
205+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
206206
*/
207207
disable_stripe_user_authentication?: boolean;
208208

@@ -300,7 +300,7 @@ declare module 'stripe' {
300300
namespace Payouts {
301301
interface Features {
302302
/**
303-
* Disables Stripe user authentication for this embedded component. This feature can only be false for accounts where you're responsible for collecting updated information when requirements are due or change, like custom accounts. The default value for this feature is `false` when `external_account_collection` is enabled and `true` otherwise.
303+
* Disables Stripe user authentication for this embedded component. This value can only be true for accounts where `controller.requirement_collection` is `application`. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to true and `disable_stripe_user_authentication` defaults to false.
304304
*/
305305
disable_stripe_user_authentication?: boolean;
306306

types/Accounts.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ declare module 'stripe' {
129129
/**
130130
* The applicant's gross annual revenue for its preceding fiscal year.
131131
*/
132-
annual_revenue: BusinessProfile.AnnualRevenue | null;
132+
annual_revenue?: BusinessProfile.AnnualRevenue | null;
133133

134134
/**
135135
* An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
136136
*/
137-
estimated_worker_count: number | null;
137+
estimated_worker_count?: number | null;
138138

139139
/**
140140
* [The merchant category code for the account](https://stripe.com/connect/setting-mcc). MCCs are used to classify businesses based on the goods or services they provide.
@@ -899,7 +899,7 @@ declare module 'stripe' {
899899
alternatives: Array<FutureRequirements.Alternative> | null;
900900

901901
/**
902-
* Date on which `future_requirements` merges with the main `requirements` hash and `future_requirements` becomes empty. After the transition, `currently_due` requirements may immediately become `past_due`, but the account may also be given a grace period depending on its enablement state prior to transitioning.
902+
* Date on which `future_requirements` becomes the main `requirements` hash and `future_requirements` becomes empty. After the transition, `currently_due` requirements may immediately become `past_due`, but the account may also be given a grace period depending on its enablement state prior to transitioning.
903903
*/
904904
current_deadline: number | null;
905905

@@ -919,7 +919,7 @@ declare module 'stripe' {
919919
errors: Array<FutureRequirements.Error> | null;
920920

921921
/**
922-
* Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.
922+
* Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.
923923
*/
924924
eventually_due: Array<string> | null;
925925

@@ -1110,7 +1110,7 @@ declare module 'stripe' {
11101110
errors: Array<Requirements.Error> | null;
11111111

11121112
/**
1113-
* Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
1113+
* Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
11141114
*/
11151115
eventually_due: Array<string> | null;
11161116

types/AccountsResource.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ declare module 'stripe' {
7373
external_account?: string | AccountCreateParams.ExternalAccount;
7474

7575
/**
76-
* A hash of account group type to tokens. These are account groups this account should be added to
76+
* A hash of account group type to tokens. These are account groups this account should be added to.
7777
*/
7878
groups?: AccountCreateParams.Groups;
7979

@@ -1719,7 +1719,7 @@ declare module 'stripe' {
17191719
>;
17201720

17211721
/**
1722-
* A hash of account group type to tokens. These are account groups this account should be added to
1722+
* A hash of account group type to tokens. These are account groups this account should be added to.
17231723
*/
17241724
groups?: AccountUpdateParams.Groups;
17251725

types/BalanceTransactions.d.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ declare module 'stripe' {
8080
status: string;
8181

8282
/**
83-
* Transaction type: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `stripe_fee`, `stripe_fx_fee`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`. Learn more about [balance transaction types and what they represent](https://stripe.com/docs/reports/balance-transaction-types). To classify transactions for accounting purposes, consider `reporting_category` instead.
83+
* Transaction type: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `payout_minimum_balance_hold`, `payout_minimum_balance_release`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `stripe_fee`, `stripe_fx_fee`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`. Learn more about [balance transaction types and what they represent](https://stripe.com/docs/reports/balance-transaction-types). To classify transactions for accounting purposes, consider `reporting_category` instead.
8484
*/
8585
type: BalanceTransaction.Type;
8686
}
@@ -141,6 +141,8 @@ declare module 'stripe' {
141141
| 'payout'
142142
| 'payout_cancel'
143143
| 'payout_failure'
144+
| 'payout_minimum_balance_hold'
145+
| 'payout_minimum_balance_release'
144146
| 'refund'
145147
| 'refund_failure'
146148
| 'reserve_transaction'

types/BalanceTransactionsResource.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ declare module 'stripe' {
3636
source?: string;
3737

3838
/**
39-
* Only returns transactions of the given type. One of: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `stripe_fee`, `stripe_fx_fee`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`.
39+
* Only returns transactions of the given type. One of: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `payout_minimum_balance_hold`, `payout_minimum_balance_release`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `stripe_fee`, `stripe_fx_fee`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`.
4040
*/
4141
type?: string;
4242
}

types/Billing/CreditBalanceSummaryResource.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ declare module 'stripe' {
4141
namespace Filter {
4242
interface ApplicabilityScope {
4343
/**
44-
* The price type for which credit grants can apply. We currently only support the `metered` price type.
44+
* The price type that credit grants can apply to. We currently only support the `metered` price type.
4545
*/
4646
price_type: 'metered';
4747
}
@@ -52,7 +52,7 @@ declare module 'stripe' {
5252

5353
class CreditBalanceSummaryResource {
5454
/**
55-
* Retrieves the credit balance summary for a customer
55+
* Retrieves the credit balance summary for a customer.
5656
*/
5757
retrieve(
5858
params: CreditBalanceSummaryRetrieveParams,

types/Billing/CreditBalanceTransactions.d.ts

+20-1
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ declare module 'stripe' {
6262
interface Credit {
6363
amount: Credit.Amount;
6464

65+
/**
66+
* Details of the invoice to which the reinstated credits were originally applied. Only present if `type` is `credits_application_invoice_voided`.
67+
*/
68+
credits_application_invoice_voided?: Credit.CreditsApplicationInvoiceVoided | null;
69+
6570
/**
6671
* The type of credit transaction.
6772
*/
68-
type: 'credits_granted';
73+
type: Credit.Type;
6974
}
7075

7176
namespace Credit {
@@ -94,6 +99,20 @@ declare module 'stripe' {
9499
value: number;
95100
}
96101
}
102+
103+
interface CreditsApplicationInvoiceVoided {
104+
/**
105+
* The invoice to which the reinstated billing credits were originally applied.
106+
*/
107+
invoice: string | Stripe.Invoice;
108+
109+
/**
110+
* The invoice line item to which the reinstated billing credits were originally applied.
111+
*/
112+
invoice_line_item: string;
113+
}
114+
115+
type Type = 'credits_application_invoice_voided' | 'credits_granted';
97116
}
98117

99118
interface Debit {

types/Billing/CreditBalanceTransactionsResource.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare module 'stripe' {
2929

3030
class CreditBalanceTransactionsResource {
3131
/**
32-
* Retrieves a credit balance transaction
32+
* Retrieves a credit balance transaction.
3333
*/
3434
retrieve(
3535
id: string,
@@ -42,7 +42,7 @@ declare module 'stripe' {
4242
): Promise<Stripe.Response<Stripe.Billing.CreditBalanceTransaction>>;
4343

4444
/**
45-
* Retrieve a list of credit balance transactions
45+
* Retrieve a list of credit balance transactions.
4646
*/
4747
list(
4848
params: CreditBalanceTransactionListParams,

0 commit comments

Comments
 (0)