From c6d7d69ae9ccffb0ac80e5d6f4e9320dad7411d1 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:38:27 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 6 ++---- openapi/spec3.beta.sdk.yaml | 4 +--- openapi/spec3.json | 6 ++---- openapi/spec3.sdk.json | 6 ++---- openapi/spec3.sdk.yaml | 4 +--- openapi/spec3.yaml | 4 +--- 6 files changed, 9 insertions(+), 21 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 7db6961c..58a27419 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -24246,8 +24246,6 @@ "description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.", "enum": [ "customer_exempt", - "excluded_territory", - "jurisdiction_unsupported", "not_collecting", "not_subject_to_tax", "not_supported", @@ -24261,11 +24259,11 @@ "reverse_charge", "standard_rated", "taxable_basis_reduced", - "vat_exempt", "zero_rated" ], "nullable": true, - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "taxable_amount": { "description": "The amount on which tax is calculated, in %s.", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 714ac136..4b4a5564 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -22221,8 +22221,6 @@ components: tax rules are supported. enum: - customer_exempt - - excluded_territory - - jurisdiction_unsupported - not_collecting - not_subject_to_tax - not_supported @@ -22236,10 +22234,10 @@ components: - reverse_charge - standard_rated - taxable_basis_reduced - - vat_exempt - zero_rated nullable: true type: string + x-stripeBypassValidation: true taxable_amount: description: 'The amount on which tax is calculated, in %s.' nullable: true diff --git a/openapi/spec3.json b/openapi/spec3.json index 88d9e378..64e0d602 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -18147,8 +18147,6 @@ "description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.", "enum": [ "customer_exempt", - "excluded_territory", - "jurisdiction_unsupported", "not_collecting", "not_subject_to_tax", "not_supported", @@ -18162,11 +18160,11 @@ "reverse_charge", "standard_rated", "taxable_basis_reduced", - "vat_exempt", "zero_rated" ], "nullable": true, - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "taxable_amount": { "description": "The amount on which tax is calculated, in %s.", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index c2ee2ac6..8102f407 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -22066,8 +22066,6 @@ "description": "The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.", "enum": [ "customer_exempt", - "excluded_territory", - "jurisdiction_unsupported", "not_collecting", "not_subject_to_tax", "not_supported", @@ -22081,11 +22079,11 @@ "reverse_charge", "standard_rated", "taxable_basis_reduced", - "vat_exempt", "zero_rated" ], "nullable": true, - "type": "string" + "type": "string", + "x-stripeBypassValidation": true }, "taxable_amount": { "description": "The amount on which tax is calculated, in %s.", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index aba18731..0cc42957 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -20260,8 +20260,6 @@ components: tax rules are supported. enum: - customer_exempt - - excluded_territory - - jurisdiction_unsupported - not_collecting - not_subject_to_tax - not_supported @@ -20275,10 +20273,10 @@ components: - reverse_charge - standard_rated - taxable_basis_reduced - - vat_exempt - zero_rated nullable: true type: string + x-stripeBypassValidation: true taxable_amount: description: 'The amount on which tax is calculated, in %s.' nullable: true diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 9941488c..c1ca8975 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -17176,8 +17176,6 @@ components: tax rules are supported. enum: - customer_exempt - - excluded_territory - - jurisdiction_unsupported - not_collecting - not_subject_to_tax - not_supported @@ -17191,10 +17189,10 @@ components: - reverse_charge - standard_rated - taxable_basis_reduced - - vat_exempt - zero_rated nullable: true type: string + x-stripeBypassValidation: true taxable_amount: description: 'The amount on which tax is calculated, in %s.' nullable: true