diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ec91a641c7..99af071878 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v612 \ No newline at end of file +v614 \ No newline at end of file diff --git a/types/Accounts.d.ts b/types/Accounts.d.ts index 1cb975daf4..6d235c2c81 100644 --- a/types/Accounts.d.ts +++ b/types/Accounts.d.ts @@ -743,7 +743,7 @@ declare module 'stripe' { currently_due: Array | 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;