From fbe15149057f17d41202d680d48e6184c8fe07c2 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 03:02:57 +0000 Subject: [PATCH] Update generated code for v1437 --- OPENAPI_VERSION | 2 +- types/Cards.d.ts | 2 +- types/Charges.d.ts | 2 +- types/ConfirmationTokens.d.ts | 2 +- types/PaymentMethods.d.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 115863e959..0a0b2f0c6c 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1436 \ No newline at end of file +v1437 \ No newline at end of file diff --git a/types/Cards.d.ts b/types/Cards.d.ts index 8f66b8b80c..2394f5a6c0 100644 --- a/types/Cards.d.ts +++ b/types/Cards.d.ts @@ -177,7 +177,7 @@ declare module 'stripe' { /** * Status of a card based on the card issuer. */ - regulated_status?: Card.RegulatedStatus | null; + regulated_status: Card.RegulatedStatus | null; /** * For external accounts that are cards, possible values are `new` and `errored`. If a payout fails, the status is set to `errored` and [scheduled payouts](https://stripe.com/docs/payouts#payout-schedule) are stopped until account details are updated. diff --git a/types/Charges.d.ts b/types/Charges.d.ts index f70bcf5a83..027142c6e9 100644 --- a/types/Charges.d.ts +++ b/types/Charges.d.ts @@ -919,7 +919,7 @@ declare module 'stripe' { /** * Status of a card based on the card issuer. */ - regulated_status?: Card.RegulatedStatus | null; + regulated_status: Card.RegulatedStatus | null; /** * Populated if this transaction used 3D Secure authentication. diff --git a/types/ConfirmationTokens.d.ts b/types/ConfirmationTokens.d.ts index 9805f93c46..b6a0e80dd6 100644 --- a/types/ConfirmationTokens.d.ts +++ b/types/ConfirmationTokens.d.ts @@ -443,7 +443,7 @@ declare module 'stripe' { /** * Status of a card based on the card issuer. */ - regulated_status?: Card.RegulatedStatus | null; + regulated_status: Card.RegulatedStatus | null; /** * Contains details on how this Card may be used for 3D Secure authentication. diff --git a/types/PaymentMethods.d.ts b/types/PaymentMethods.d.ts index e95cba783a..194c143ac4 100644 --- a/types/PaymentMethods.d.ts +++ b/types/PaymentMethods.d.ts @@ -345,7 +345,7 @@ declare module 'stripe' { /** * Status of a card based on the card issuer. */ - regulated_status?: Card.RegulatedStatus | null; + regulated_status: Card.RegulatedStatus | null; /** * Contains details on how this Card may be used for 3D Secure authentication.