Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Nov 6, 2024
1 parent 235dd21 commit 0dc6d8f
Show file tree
Hide file tree
Showing 19 changed files with 922 additions and 924 deletions.
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/sayari/generated_types/types/address_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import typing

AddressType = typing.Union[
typing.Literal["arrival", "departure", "mailing", "physical", "registered", "business"], typing.Any
typing.Literal["arrival", "business", "departure", "mailing", "physical", "registered"], typing.Any
]
30 changes: 15 additions & 15 deletions src/sayari/generated_types/types/business_purpose_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@

BusinessPurposeStandard = typing.Union[
typing.Literal[
"ADGM",
"ATECO",
"CAE",
"CAEM2005",
"CCNAE2021",
"CNAE2",
"ESA2010",
"GCED2011",
"HS",
"ISIC3",
"ISIC31",
"ISIC4",
"JSIC13",
"KSIC10",
"NACE1",
"NACE2",
"NAICS2017",
"SKD2002",
"SKD2008",
"TSIC2552",
"NACEBEL2003",
"NACEBEL2008",
"NAF1",
"NAF2",
"GCED2011",
"SCIAN2018",
"CCNAE2021",
"CAEM2005",
"NAICS2017",
"NIC2008",
"PKD2007",
"SBI2008",
"HS",
"SCIAN2018",
"SIC",
"SKD2002",
"SKD2008",
"SSIC2020",
"PKD2007",
"ESA2010",
"ATECO",
"CAE",
"TOL2008",
"ADGM",
"NIC2008",
"TSIC2552",
],
typing.Any,
]
20 changes: 10 additions & 10 deletions src/sayari/generated_types/types/company_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

CompanyStatus = typing.Union[
typing.Literal[
"seized",
"in_receivership",
"registration_revoked",
"opening",
"dissolved",
"active",
"inactive",
"closed",
"closing",
"registered",
"incorporated",
"under_external_control",
"expired",
"dissolved",
"expanded",
"expired",
"in_receivership",
"inactive",
"incorporated",
"opening",
"registered",
"registration_revoked",
"seized",
"terminated",
"under_external_control",
],
typing.Any,
]
2 changes: 1 addition & 1 deletion src/sayari/generated_types/types/contact_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

import typing

ContactType = typing.Union[typing.Literal["phone_number", "fax", "email", "url"], typing.Any]
ContactType = typing.Union[typing.Literal["email", "fax", "phone_number", "url"], typing.Any]
10 changes: 5 additions & 5 deletions src/sayari/generated_types/types/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,18 @@
"BDI",
"BEL",
"BEN",
"BES",
"BFA",
"BGD",
"BGR",
"BHR",
"BHS",
"BIH",
"BLM",
"SHN",
"BLR",
"BLZ",
"BMU",
"BOL",
"BES",
"BRA",
"BRB",
"BRN",
Expand Down Expand Up @@ -128,7 +127,6 @@
"KIR",
"KNA",
"KOR",
"UNK",
"KWT",
"LAO",
"LBN",
Expand Down Expand Up @@ -194,6 +192,7 @@
"PYF",
"QAT",
"REU",
"RKS",
"ROU",
"RUS",
"RWA",
Expand All @@ -202,6 +201,7 @@
"SEN",
"SGP",
"SGS",
"SHN",
"SJM",
"SLB",
"SLE",
Expand Down Expand Up @@ -238,6 +238,7 @@
"UGA",
"UKR",
"UMI",
"UNK",
"URY",
"USA",
"UZB",
Expand All @@ -250,12 +251,11 @@
"VUT",
"WLF",
"WSM",
"XXX",
"YEM",
"ZAF",
"ZMB",
"ZWE",
"XXX",
"RKS",
],
typing.Any,
]
16 changes: 8 additions & 8 deletions src/sayari/generated_types/types/country_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

CountryContext = typing.Union[
typing.Literal[
"activity_in",
"address",
"citizenship",
"domicile",
"incorporation",
"residence",
"mentioned_in",
"nationality",
"address",
"vessel_flag",
"domicile",
"shipment_departure",
"product_origin",
"residence",
"shipment_arrival",
"shipment_departure",
"shipment_transit",
"activity_in",
"mentioned_in",
"product_origin",
"vessel_flag",
],
typing.Any,
]
Loading

0 comments on commit 0dc6d8f

Please sign in to comment.