Skip to content

Commit

Permalink
SDK regeneration (#201)
Browse files Browse the repository at this point in the history
fern-api[bot] authored Sep 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2523df3 commit e0fd073
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sayari"
version = "0.1.16"
version = "0.1.17"
description = "A Python SDK for Sayari"
readme = "README.md"
authors = [
2 changes: 1 addition & 1 deletion src/sayari/core/client_wrapper.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "sayari",
"X-Fern-SDK-Version": "0.1.16",
"X-Fern-SDK-Version": "0.1.17",
}
token = self._get_token()
if token is not None:
6 changes: 6 additions & 0 deletions src/sayari/generated_types/types/identifier_type.py
Original file line number Diff line number Diff line change
@@ -620,6 +620,12 @@
"usa_fl_martin_pid",
"usa_fl_sl_pid",
"can_qc_sap_registry_ref_num",
"xxx_eu_esma_sanctions_id",
"ind_darpan_uid",
"ind_charity_registration_number",
"ind_society_registration_number",
"ind_company_registration_number",
"ind_coopsoc_registration_number",
],
typing.Any,
]
1 change: 1 addition & 0 deletions src/sayari/generated_types/types/weak_identifier_type.py
Original file line number Diff line number Diff line change
@@ -110,6 +110,7 @@
"aus_state_reg_number",
"hun_opten_id",
"irl_registration_no",
"usa_mn_filing_number",
"malformed mmr_prior_reg_no",
],
typing.Any,

0 comments on commit e0fd073

Please sign in to comment.