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 Aug 14, 2023
1 parent a18a6b3 commit 78c87a4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
5 changes: 3 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -58900,7 +58900,7 @@
"description": "The Stripe REST API. Please see https://stripe.com/docs/api for more details.",
"termsOfService": "https://stripe.com/us/terms/",
"title": "Stripe API",
"version": "2022-11-15; embedded_connect_beta=v2; server_side_confirmation_beta=v1; orders_beta=v4; gift_cards_beta=v1; tax_calc_beta=v3; tax_txns_beta=v2; tax_regs_beta=v2; unified_accounts_beta=v1; terminal_collect_inputs_beta=v1; terminal_collect_confirm_beta=v1; retrieve_tax_forms_beta=v1; financial_connections_transactions_beta=v1; payment_method_configs_api_beta=v1; specify_payment_method_config_beta=v1; address_validation_beta=v1",
"version": "2023-08-16; embedded_connect_beta=v2; server_side_confirmation_beta=v1; orders_beta=v4; gift_cards_beta=v1; tax_calc_beta=v3; tax_txns_beta=v2; tax_regs_beta=v2; unified_accounts_beta=v1; terminal_collect_inputs_beta=v1; terminal_collect_confirm_beta=v1; retrieve_tax_forms_beta=v1; financial_connections_transactions_beta=v1; payment_method_configs_api_beta=v1; specify_payment_method_config_beta=v1; address_validation_beta=v1",
"x-stripeSpecFilename": "spec3.beta.sdk"
},
"openapi": "3.0.0",
Expand Down Expand Up @@ -163338,7 +163338,8 @@
"2020-03-02",
"2020-08-27",
"2022-08-01",
"2022-11-15"
"2022-11-15",
"2023-08-16"
],
"maxLength": 5000,
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53294,7 +53294,7 @@ info:
termsOfService: 'https://stripe.com/us/terms/'
title: Stripe API
version: >-
2022-11-15; embedded_connect_beta=v2; server_side_confirmation_beta=v1;
2023-08-16; embedded_connect_beta=v2; server_side_confirmation_beta=v1;
orders_beta=v4; gift_cards_beta=v1; tax_calc_beta=v3; tax_txns_beta=v2;
tax_regs_beta=v2; unified_accounts_beta=v1; terminal_collect_inputs_beta=v1;
terminal_collect_confirm_beta=v1; retrieve_tax_forms_beta=v1;
Expand Down Expand Up @@ -152152,6 +152152,7 @@ paths:
- '2020-08-27'
- '2022-08-01'
- '2022-11-15'
- '2023-08-16'
maxLength: 5000
type: string
x-stripeBypassValidation: true
Expand Down
5 changes: 3 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -42425,7 +42425,7 @@
"description": "The Stripe REST API. Please see https://stripe.com/docs/api for more details.",
"termsOfService": "https://stripe.com/us/terms/",
"title": "Stripe API",
"version": "2022-11-15",
"version": "2023-08-16",
"x-stripeSpecFilename": "spec3"
},
"openapi": "3.0.0",
Expand Down Expand Up @@ -129585,7 +129585,8 @@
"2020-03-02",
"2020-08-27",
"2022-08-01",
"2022-11-15"
"2022-11-15",
"2023-08-16"
],
"maxLength": 5000,
"type": "string",
Expand Down
5 changes: 3 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -51278,7 +51278,7 @@
"description": "The Stripe REST API. Please see https://stripe.com/docs/api for more details.",
"termsOfService": "https://stripe.com/us/terms/",
"title": "Stripe API",
"version": "2022-11-15",
"version": "2023-08-16",
"x-stripeSpecFilename": "spec3.sdk"
},
"openapi": "3.0.0",
Expand Down Expand Up @@ -134085,7 +134085,8 @@
"2020-03-02",
"2020-08-27",
"2022-08-01",
"2022-11-15"
"2022-11-15",
"2023-08-16"
],
"maxLength": 5000,
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46733,7 +46733,7 @@ info:
details.
termsOfService: 'https://stripe.com/us/terms/'
title: Stripe API
version: '2022-11-15'
version: '2023-08-16'
x-stripeSpecFilename: spec3.sdk
openapi: 3.0.0
paths:
Expand Down Expand Up @@ -124786,6 +124786,7 @@ paths:
- '2020-08-27'
- '2022-08-01'
- '2022-11-15'
- '2023-08-16'
maxLength: 5000
type: string
x-stripeBypassValidation: true
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39729,7 +39729,7 @@ info:
details.
termsOfService: 'https://stripe.com/us/terms/'
title: Stripe API
version: '2022-11-15'
version: '2023-08-16'
x-stripeSpecFilename: spec3
openapi: 3.0.0
paths:
Expand Down Expand Up @@ -108735,6 +108735,7 @@ paths:
- '2020-08-27'
- '2022-08-01'
- '2022-11-15'
- '2023-08-16'
maxLength: 5000
type: string
x-stripeBypassValidation: true
Expand Down

0 comments on commit 78c87a4

Please sign in to comment.