Skip to content

Commit

Permalink
Update generated code for v1437
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 9, 2025
1 parent ca630d5 commit fbe1514
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1436
v1437
2 changes: 1 addition & 1 deletion types/Cards.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion types/Charges.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion types/ConfirmationTokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion types/PaymentMethods.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fbe1514

Please sign in to comment.