Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #790

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 147 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62594,6 +62594,9 @@
"bg": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
"bh": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default"
},
"ca": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_canada"
},
Expand Down Expand Up @@ -62621,6 +62624,9 @@
"ee": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
"eg": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"es": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
Expand All @@ -62633,6 +62639,9 @@
"gb": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default"
},
"ge": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"gr": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
Expand All @@ -62657,9 +62666,15 @@
"jp": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default"
},
"ke": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"kr": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"kz": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"lt": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
Expand All @@ -62678,6 +62693,9 @@
"my": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"ng": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_simplified"
},
"nl": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
Expand All @@ -62687,6 +62705,9 @@
"nz": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default"
},
"om": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_default"
},
"pl": {
"$ref": "#/components/schemas/tax_product_registrations_resource_country_options_europe"
},
Expand Down Expand Up @@ -62735,6 +62756,7 @@
"au",
"be",
"bg",
"bh",
"ca",
"ch",
"cl",
Expand All @@ -62744,10 +62766,12 @@
"de",
"dk",
"ee",
"eg",
"es",
"fi",
"fr",
"gb",
"ge",
"gr",
"hr",
"hu",
Expand All @@ -62756,16 +62780,20 @@
"is",
"it",
"jp",
"ke",
"kr",
"kz",
"lt",
"lu",
"lv",
"mt",
"mx",
"my",
"ng",
"nl",
"no",
"nz",
"om",
"pl",
"pt",
"ro",
Expand Down Expand Up @@ -185534,6 +185562,23 @@
"title": "europe",
"type": "object"
},
"bh": {
"description": "Options for the registration in BH.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"standard"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "default",
"type": "object"
},
"ca": {
"description": "Options for the registration in CA.",
"properties": {
Expand Down Expand Up @@ -185809,6 +185854,23 @@
"title": "europe",
"type": "object"
},
"eg": {
"description": "Options for the registration in EG.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"simplified"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "simplified",
"type": "object"
},
"es": {
"description": "Options for the registration in ES.",
"properties": {
Expand Down Expand Up @@ -185940,6 +186002,23 @@
"title": "default",
"type": "object"
},
"ge": {
"description": "Options for the registration in GE.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"simplified"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "simplified",
"type": "object"
},
"gr": {
"description": "Options for the registration in GR.",
"properties": {
Expand Down Expand Up @@ -186181,6 +186260,23 @@
"title": "default",
"type": "object"
},
"ke": {
"description": "Options for the registration in KE.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"simplified"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "simplified",
"type": "object"
},
"kr": {
"description": "Options for the registration in KR.",
"properties": {
Expand All @@ -186198,6 +186294,23 @@
"title": "simplified",
"type": "object"
},
"kz": {
"description": "Options for the registration in KZ.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"simplified"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "simplified",
"type": "object"
},
"lt": {
"description": "Options for the registration in LT.",
"properties": {
Expand Down Expand Up @@ -186384,6 +186497,23 @@
"title": "simplified",
"type": "object"
},
"ng": {
"description": "Options for the registration in NG.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"simplified"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "simplified",
"type": "object"
},
"nl": {
"description": "Options for the registration in NL.",
"properties": {
Expand Down Expand Up @@ -186456,6 +186586,23 @@
"title": "default",
"type": "object"
},
"om": {
"description": "Options for the registration in OM.",
"properties": {
"type": {
"description": "Type of registration to be created in `country`.",
"enum": [
"standard"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "default",
"type": "object"
},
"pl": {
"description": "Options for the registration in PL.",
"properties": {
Expand Down
Loading
Loading