Skip to content

Commit

Permalink
Update generated code for v614
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 20, 2023
1 parent b836dfc commit eca0132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v612
v614
2 changes: 1 addition & 1 deletion types/Accounts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ declare module 'stripe' {
currently_due: Array<string> | null;

/**
* This is typed as a string for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is empty because fields in `future_requirements` will never disable the account.
* This is typed as a string for consistency with `requirements.disabled_reason`.
*/
disabled_reason: string | null;

Expand Down

0 comments on commit eca0132

Please sign in to comment.