From 9ad9cc3dc897cceb141e659bf51b34615a6c28fb Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 25 Mar 2021 15:11:45 -0400 Subject: [PATCH] Codegen for openapi edc4cae --- types/2020-08-27/Accounts.d.ts | 5 ++++- types/2020-08-27/Capabilities.d.ts | 5 ++++- types/2020-08-27/Checkout/Sessions.d.ts | 4 +++- types/2020-08-27/Persons.d.ts | 5 ++++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/types/2020-08-27/Accounts.d.ts b/types/2020-08-27/Accounts.d.ts index 02d24ddc9b..7d8be22206 100644 --- a/types/2020-08-27/Accounts.d.ts +++ b/types/2020-08-27/Accounts.d.ts @@ -595,7 +595,10 @@ declare module 'stripe' { | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_tax_id_match' - | 'verification_failed_tax_id_not_issued'; + | 'verification_failed_tax_id_not_issued' + | 'verification_missing_executives' + | 'verification_missing_owners' + | 'verification_requires_additional_memorandum_of_associations'; } } diff --git a/types/2020-08-27/Capabilities.d.ts b/types/2020-08-27/Capabilities.d.ts index 206be588de..320e00429f 100644 --- a/types/2020-08-27/Capabilities.d.ts +++ b/types/2020-08-27/Capabilities.d.ts @@ -144,7 +144,10 @@ declare module 'stripe' { | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_tax_id_match' - | 'verification_failed_tax_id_not_issued'; + | 'verification_failed_tax_id_not_issued' + | 'verification_missing_executives' + | 'verification_missing_owners' + | 'verification_requires_additional_memorandum_of_associations'; } } diff --git a/types/2020-08-27/Checkout/Sessions.d.ts b/types/2020-08-27/Checkout/Sessions.d.ts index 9c852440a7..f553601efe 100644 --- a/types/2020-08-27/Checkout/Sessions.d.ts +++ b/types/2020-08-27/Checkout/Sessions.d.ts @@ -267,6 +267,7 @@ declare module 'stripe' { | 'sk' | 'sl' | 'sv' + | 'th' | 'tr' | 'zh' | 'zh-HK' @@ -560,7 +561,7 @@ declare module 'stripe' { /** * This is the sum of all the line item shipping amounts. */ - amount_shipping?: number | null; + amount_shipping: number | null; /** * This is the sum of all the line item tax amounts. @@ -946,6 +947,7 @@ declare module 'stripe' { | 'sk' | 'sl' | 'sv' + | 'th' | 'tr' | 'zh' | 'zh-HK' diff --git a/types/2020-08-27/Persons.d.ts b/types/2020-08-27/Persons.d.ts index 1bc5ac24ce..f942cbd3a4 100644 --- a/types/2020-08-27/Persons.d.ts +++ b/types/2020-08-27/Persons.d.ts @@ -341,7 +341,10 @@ declare module 'stripe' { | 'verification_failed_name_match' | 'verification_failed_other' | 'verification_failed_tax_id_match' - | 'verification_failed_tax_id_not_issued'; + | 'verification_failed_tax_id_not_issued' + | 'verification_missing_executives' + | 'verification_missing_owners' + | 'verification_requires_additional_memorandum_of_associations'; } }