Skip to content

Commit

Permalink
Codegen for openapi ca9b592 (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe authored Apr 21, 2021
1 parent 4b9b03c commit 54fe780
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions types/2020-08-27/Accounts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ declare module 'stripe' {
| 'public_company'
| 'public_corporation'
| 'public_partnership'
| 'single_member_llc'
| 'sole_proprietorship'
| 'tax_exempt_government_instrumentality'
| 'unincorporated_association'
Expand Down Expand Up @@ -1385,6 +1386,7 @@ declare module 'stripe' {
| 'public_company'
| 'public_corporation'
| 'public_partnership'
| 'single_member_llc'
| 'sole_proprietorship'
| 'tax_exempt_government_instrumentality'
| 'unincorporated_association'
Expand Down Expand Up @@ -2478,6 +2480,7 @@ declare module 'stripe' {
| 'public_company'
| 'public_corporation'
| 'public_partnership'
| 'single_member_llc'
| 'sole_proprietorship'
| 'tax_exempt_government_instrumentality'
| 'unincorporated_association'
Expand Down
2 changes: 1 addition & 1 deletion types/2020-08-27/Issuing/Cards.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ declare module 'stripe' {
}

namespace Shipping {
type Carrier = 'fedex' | 'usps';
type Carrier = 'dhl' | 'fedex' | 'royal_mail' | 'usps';

type Service = 'express' | 'priority' | 'standard';

Expand Down
1 change: 1 addition & 0 deletions types/2020-08-27/Tokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ declare module 'stripe' {
| 'public_company'
| 'public_corporation'
| 'public_partnership'
| 'single_member_llc'
| 'sole_proprietorship'
| 'tax_exempt_government_instrumentality'
| 'unincorporated_association'
Expand Down

0 comments on commit 54fe780

Please sign in to comment.