From a340c6f0a8570c271b3828bbfd734f4a67fa335a Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:51:30 +0000 Subject: [PATCH] Update OpenAPI specification for beta --- openapi/spec3.beta.sdk.json | 147 +++++++++++++++++++++++++++--------- openapi/spec3.beta.sdk.yaml | 85 +++++++++++++++++++-- 2 files changed, 188 insertions(+), 44 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index a021a2a8..a13110c7 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -78122,7 +78122,7 @@ "description": "", "properties": { "ae": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "al": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" @@ -78137,7 +78137,7 @@ "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe" }, "au": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "ba": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" @@ -78167,7 +78167,7 @@ "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" }, "ch": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "cl": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified" @@ -78209,7 +78209,7 @@ "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe" }, "gb": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "ge": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified" @@ -78239,7 +78239,7 @@ "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe" }, "jp": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "ke": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified" @@ -78293,13 +78293,13 @@ "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe" }, "no": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "np": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified" }, "nz": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "om": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" @@ -78329,7 +78329,7 @@ "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe" }, "sg": { - "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default" + "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods" }, "si": { "$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe" @@ -78628,6 +78628,27 @@ "type" ] }, + "tax_product_registrations_resource_country_options_default_inbound_goods": { + "description": "", + "properties": { + "type": { + "description": "Type of registration in `country`.", + "enum": [ + "standard" + ], + "type": "string" + } + }, + "required": [ + "type" + ], + "title": "TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods", + "type": "object", + "x-expandableFields": [], + "x-stripeMostCommon": [ + "type" + ] + }, "tax_product_registrations_resource_country_options_eu_standard": { "description": "", "properties": { @@ -78637,7 +78658,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228178,6 +228200,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228198,6 +228221,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228238,6 +228262,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228253,7 +228278,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228303,6 +228329,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228323,6 +228350,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228343,6 +228371,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228358,7 +228387,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228403,7 +228433,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228453,6 +228484,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228473,6 +228505,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228554,6 +228587,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228574,6 +228608,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -228649,7 +228684,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228694,7 +228730,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228739,7 +228776,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228784,7 +228822,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228849,7 +228888,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228914,7 +228954,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -228959,7 +229000,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229004,7 +229046,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229054,6 +229097,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229094,6 +229138,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229109,7 +229154,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229154,7 +229200,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229199,7 +229246,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229264,7 +229312,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229314,6 +229363,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229329,7 +229379,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229379,6 +229430,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229474,7 +229526,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229519,7 +229572,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229564,7 +229618,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229654,6 +229709,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229674,6 +229730,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229694,6 +229751,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229709,7 +229767,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229814,7 +229873,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -229864,6 +229924,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229904,6 +229965,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229924,6 +229986,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -229959,7 +230022,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -230004,7 +230068,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -230049,7 +230114,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -230099,6 +230165,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -230154,7 +230221,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -230204,6 +230272,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -230219,7 +230288,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -230264,7 +230334,8 @@ "small_seller", "standard" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ @@ -230334,6 +230405,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -230569,6 +230641,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -230629,6 +230702,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] }, @@ -230669,6 +230743,7 @@ "title": "default", "type": "object", "x-stripeMostCommon": [ + "standard", "type" ] } diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 7dee0827..7ce43a3f 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -70846,7 +70846,7 @@ components: properties: ae: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods al: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_default @@ -70861,7 +70861,7 @@ components: #/components/schemas/tax_product_registrations_resource_country_options_europe au: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods ba: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_default @@ -70891,7 +70891,7 @@ components: #/components/schemas/tax_product_registrations_resource_country_options_default ch: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods cl: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_simplified @@ -70933,7 +70933,7 @@ components: #/components/schemas/tax_product_registrations_resource_country_options_europe gb: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods ge: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_simplified @@ -70963,7 +70963,7 @@ components: #/components/schemas/tax_product_registrations_resource_country_options_europe jp: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods ke: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_simplified @@ -71017,13 +71017,13 @@ components: #/components/schemas/tax_product_registrations_resource_country_options_europe 'no': $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods np: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_simplified nz: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods om: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_default @@ -71053,7 +71053,7 @@ components: #/components/schemas/tax_product_registrations_resource_country_options_europe sg: $ref: >- - #/components/schemas/tax_product_registrations_resource_country_options_default + #/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods si: $ref: >- #/components/schemas/tax_product_registrations_resource_country_options_europe @@ -71331,6 +71331,21 @@ components: x-expandableFields: [] x-stripeMostCommon: - type + tax_product_registrations_resource_country_options_default_inbound_goods: + description: '' + properties: + type: + description: Type of registration in `country`. + enum: + - standard + type: string + required: + - type + title: TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods + type: object + x-expandableFields: [] + x-stripeMostCommon: + - type tax_product_registrations_resource_country_options_eu_standard: description: '' properties: @@ -71340,6 +71355,7 @@ components: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: TaxProductRegistrationsResourceCountryOptionsEuStandard @@ -216148,6 +216164,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type al: description: Options for the registration in AL. @@ -216162,6 +216179,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type am: description: Options for the registration in AM. @@ -216190,6 +216208,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type at: description: Options for the registration in AT. @@ -216205,6 +216224,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216239,6 +216259,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type ba: description: Options for the registration in BA. @@ -216253,6 +216274,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type bb: description: Options for the registration in BB. @@ -216267,6 +216289,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type be: description: Options for the registration in BE. @@ -216282,6 +216305,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216317,6 +216341,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216351,6 +216376,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type bs: description: Options for the registration in BS. @@ -216365,6 +216391,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type by: description: Options for the registration in BY. @@ -216425,6 +216452,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type ch: description: Options for the registration in CH. @@ -216439,6 +216467,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type cl: description: Options for the registration in CL. @@ -216496,6 +216525,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216531,6 +216561,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216566,6 +216597,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216601,6 +216633,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216650,6 +216683,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216699,6 +216733,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216734,6 +216769,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216769,6 +216805,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216803,6 +216840,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type ge: description: Options for the registration in GE. @@ -216831,6 +216869,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type gr: description: Options for the registration in GR. @@ -216846,6 +216885,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216881,6 +216921,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216916,6 +216957,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216965,6 +217007,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -216999,6 +217042,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type it: description: Options for the registration in IT. @@ -217014,6 +217058,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217048,6 +217093,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type ke: description: Options for the registration in KE. @@ -217119,6 +217165,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217154,6 +217201,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217189,6 +217237,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217251,6 +217300,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type mk: description: Options for the registration in MK. @@ -217265,6 +217315,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type mr: description: Options for the registration in MR. @@ -217279,6 +217330,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type mt: description: Options for the registration in MT. @@ -217294,6 +217346,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217371,6 +217424,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217405,6 +217459,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type np: description: Options for the registration in NP. @@ -217433,6 +217488,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type om: description: Options for the registration in OM. @@ -217447,6 +217503,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type pe: description: Options for the registration in PE. @@ -217476,6 +217533,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217511,6 +217569,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217546,6 +217605,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217580,6 +217640,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type ru: description: Options for the registration in RU. @@ -217623,6 +217684,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217657,6 +217719,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type si: description: Options for the registration in SI. @@ -217672,6 +217735,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217707,6 +217771,7 @@ paths: - small_seller - standard type: string + x-stripeBypassValidation: true required: - place_of_supply_scheme title: standard @@ -217755,6 +217820,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type th: description: Options for the registration in TH. @@ -217944,6 +218010,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type uz: description: Options for the registration in UZ. @@ -217986,6 +218053,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type zm: description: Options for the registration in ZM. @@ -218014,6 +218082,7 @@ paths: title: default type: object x-stripeMostCommon: + - standard - type title: country_options type: object