Skip to content

Commit a2d26f4

Browse files
SDK regeneration (#283)
1 parent 1e7adbd commit a2d26f4

7 files changed

Lines changed: 39 additions & 7 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sayari"
33

44
[tool.poetry]
55
name = "sayari"
6-
version = "0.1.39"
6+
version = "0.1.40"
77
description = "A Python SDK for Sayari"
88
readme = "README.md"
99
authors = [

src/sayari/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
2323
"X-Fern-Language": "Python",
2424
"X-Fern-SDK-Name": "sayari",
25-
"X-Fern-SDK-Version": "0.1.39",
25+
"X-Fern-SDK-Version": "0.1.40",
2626
}
2727
token = self._get_token()
2828
if token is not None:

src/sayari/generated_types/types/address_type.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@
33
import typing
44

55
AddressType = typing.Union[
6-
typing.Literal["arrival", "business", "departure", "mailing", "physical", "registered", "transit"], typing.Any
6+
typing.Literal[
7+
"arrival",
8+
"business",
9+
"departure",
10+
"mailing",
11+
"operations",
12+
"physical",
13+
"receiver_address",
14+
"registered",
15+
"shipper_address",
16+
"transit",
17+
],
18+
typing.Any,
719
]

src/sayari/generated_types/types/country_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"address",
99
"citizenship",
1010
"domicile",
11+
"export_activity_in",
12+
"import_activity_in",
1113
"incorporation",
1214
"mentioned_in",
1315
"nationality",

src/sayari/generated_types/types/identifier_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,11 @@
201201
"fra_rna",
202202
"fra_siren",
203203
"fra_siret",
204+
"fra_vat_number",
204205
"fro_reg_num",
205206
"gbr_charity_no",
206207
"gbr_company_number",
208+
"gbr_disqualification_case_num",
207209
"gbr_enforcement_action_num",
208210
"gbr_go_no",
209211
"gbr_hm_treasury_sanction_group_id",

src/sayari/generated_types/types/weak_identifier_type.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"cze_file_number",
3030
"deu_registernummer",
3131
"dma_corporate_registry_entity_num",
32+
"gbr_bankruptcy_case_num",
3233
"gbr_grant_info_number",
3334
"geo_state_registration_number",
3435
"hnd_tegucigalpa_notary",
@@ -101,16 +102,31 @@
101102
"unknown_national_id_num",
102103
"unknown_passport",
103104
"unknown_residency_num",
105+
"usa_camdbs_id",
104106
"usa_cbp_wro_id",
107+
"usa_cedri_id",
108+
"usa_eis_id",
109+
"usa_epa_facility_registry_system",
105110
"usa_former_fein",
111+
"usa_frs_id",
106112
"usa_generic_ticker",
113+
"usa_ghgrp_id",
114+
"usa_icis_air_id",
115+
"usa_icis_id",
116+
"usa_icis_npdes_id",
107117
"usa_il_chicago_site_number",
108118
"usa_imports_system_identity_id",
109119
"usa_mn_filing_number",
110120
"usa_mo_corp_number",
111121
"usa_mo_entity_id",
112122
"usa_nc_corp_no",
113123
"usa_nm_license_id",
124+
"usa_rcra_info_id",
125+
"usa_rmp_id",
126+
"usa_sdwis_id",
127+
"usa_sems_id",
128+
"usa_tri_id",
129+
"usa_tsca_id",
114130
"vat",
115131
"ven_colegiado_number",
116132
"ven_manifiesto_number",

0 commit comments

Comments
 (0)