Skip to content

Commit

Permalink
Update generated code for v1411
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 14, 2024
1 parent eed891f commit fcdc772
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1410
v1411
189 changes: 189 additions & 0 deletions types/Tax/Registrations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,34 @@ declare module 'stripe' {
interface CountryOptions {
ae?: CountryOptions.Ae;

al?: CountryOptions.Al;

am?: CountryOptions.Am;

ao?: CountryOptions.Ao;

at?: CountryOptions.At;

au?: CountryOptions.Au;

ba?: CountryOptions.Ba;

bb?: CountryOptions.Bb;

be?: CountryOptions.Be;

bg?: CountryOptions.Bg;

bh?: CountryOptions.Bh;

bs?: CountryOptions.Bs;

by?: CountryOptions.By;

ca?: CountryOptions.Ca;

cd?: CountryOptions.Cd;

ch?: CountryOptions.Ch;

cl?: CountryOptions.Cl;
Expand Down Expand Up @@ -104,6 +118,8 @@ declare module 'stripe' {

ge?: CountryOptions.Ge;

gn?: CountryOptions.Gn;

gr?: CountryOptions.Gr;

hr?: CountryOptions.Hr;
Expand All @@ -122,6 +138,8 @@ declare module 'stripe' {

ke?: CountryOptions.Ke;

kh?: CountryOptions.Kh;

kr?: CountryOptions.Kr;

kz?: CountryOptions.Kz;
Expand All @@ -136,6 +154,12 @@ declare module 'stripe' {

md?: CountryOptions.Md;

me?: CountryOptions.Me;

mk?: CountryOptions.Mk;

mr?: CountryOptions.Mr;

mt?: CountryOptions.Mt;

mx?: CountryOptions.Mx;
Expand All @@ -148,10 +172,14 @@ declare module 'stripe' {

no?: CountryOptions.No;

np?: CountryOptions.Np;

nz?: CountryOptions.Nz;

om?: CountryOptions.Om;

pe?: CountryOptions.Pe;

pl?: CountryOptions.Pl;

pt?: CountryOptions.Pt;
Expand All @@ -172,19 +200,33 @@ declare module 'stripe' {

sk?: CountryOptions.Sk;

sn?: CountryOptions.Sn;

sr?: CountryOptions.Sr;

th?: CountryOptions.Th;

tj?: CountryOptions.Tj;

tr?: CountryOptions.Tr;

tz?: CountryOptions.Tz;

ug?: CountryOptions.Ug;

us?: CountryOptions.Us;

uy?: CountryOptions.Uy;

uz?: CountryOptions.Uz;

vn?: CountryOptions.Vn;

za?: CountryOptions.Za;

zm?: CountryOptions.Zm;

zw?: CountryOptions.Zw;
}

namespace CountryOptions {
Expand All @@ -195,6 +237,27 @@ declare module 'stripe' {
type: 'standard';
}

interface Al {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Am {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Ao {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface At {
standard?: At.Standard;

Expand Down Expand Up @@ -226,6 +289,20 @@ declare module 'stripe' {
type: 'standard';
}

interface Ba {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Bb {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Be {
standard?: Be.Standard;

Expand Down Expand Up @@ -281,6 +358,13 @@ declare module 'stripe' {
type: 'standard';
}

interface Bs {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface By {
/**
* Type of registration in `country`.
Expand Down Expand Up @@ -308,6 +392,13 @@ declare module 'stripe' {
type Type = 'province_standard' | 'simplified' | 'standard';
}

interface Cd {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Ch {
/**
* Type of registration in `country`.
Expand Down Expand Up @@ -556,6 +647,13 @@ declare module 'stripe' {
type: 'simplified';
}

interface Gn {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Gr {
standard?: Gr.Standard;

Expand Down Expand Up @@ -704,6 +802,13 @@ declare module 'stripe' {
type: 'simplified';
}

interface Kh {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Kr {
/**
* Type of registration in `country`.
Expand Down Expand Up @@ -804,6 +909,27 @@ declare module 'stripe' {
type: 'simplified';
}

interface Me {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Mk {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Mr {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Mt {
standard?: Mt.Standard;

Expand Down Expand Up @@ -880,6 +1006,13 @@ declare module 'stripe' {
type: 'standard';
}

interface Np {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Nz {
/**
* Type of registration in `country`.
Expand All @@ -894,6 +1027,13 @@ declare module 'stripe' {
type: 'standard';
}

interface Pe {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Pl {
standard?: Pl.Standard;

Expand Down Expand Up @@ -1066,13 +1206,34 @@ declare module 'stripe' {
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
}

interface Sn {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Sr {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Th {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Tj {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Tr {
/**
* Type of registration in `country`.
Expand All @@ -1087,6 +1248,13 @@ declare module 'stripe' {
type: 'simplified';
}

interface Ug {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Us {
local_amusement_tax?: Us.LocalAmusementTax;

Expand Down Expand Up @@ -1156,6 +1324,13 @@ declare module 'stripe' {
| 'state_sales_tax';
}

interface Uy {
/**
* Type of registration in `country`.
*/
type: 'standard';
}

interface Uz {
/**
* Type of registration in `country`.
Expand All @@ -1176,6 +1351,20 @@ declare module 'stripe' {
*/
type: 'standard';
}

interface Zm {
/**
* Type of registration in `country`.
*/
type: 'simplified';
}

interface Zw {
/**
* Type of registration in `country`.
*/
type: 'standard';
}
}

type Status = 'active' | 'expired' | 'scheduled';
Expand Down
Loading

0 comments on commit fcdc772

Please sign in to comment.