Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 25, 2024
1 parent 1292c69 commit 1843daf
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
9 changes: 6 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -38331,7 +38331,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -150485,7 +150486,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -151798,7 +151800,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down
3 changes: 3 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34846,6 +34846,7 @@ components:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
nullable: true
Expand Down Expand Up @@ -143235,6 +143236,7 @@ paths:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
type: array
Expand Down Expand Up @@ -144452,6 +144454,7 @@ paths:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
type: array
Expand Down
9 changes: 6 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26726,7 +26726,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -113588,7 +113589,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -114825,7 +114827,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down
9 changes: 6 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -32810,7 +32810,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -119967,7 +119968,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -121280,7 +121282,8 @@
"sofort",
"swish",
"us_bank_account",
"wechat_pay"
"wechat_pay",
"zip"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down
3 changes: 3 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29943,6 +29943,7 @@ components:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
nullable: true
Expand Down Expand Up @@ -114144,6 +114145,7 @@ paths:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
type: array
Expand Down Expand Up @@ -115361,6 +115363,7 @@ paths:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
type: array
Expand Down
3 changes: 3 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25147,6 +25147,7 @@ components:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
nullable: true
Expand Down Expand Up @@ -96959,6 +96960,7 @@ paths:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
type: array
Expand Down Expand Up @@ -97924,6 +97926,7 @@ paths:
- swish
- us_bank_account
- wechat_pay
- zip
type: string
x-stripeBypassValidation: true
type: array
Expand Down

0 comments on commit 1843daf

Please sign in to comment.