ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.2

This commit is contained in:
speakeasybot
2024-09-19 05:59:37 +00:00
parent 351d72a1de
commit 22a6122280
48 changed files with 1076 additions and 315 deletions

View File

@@ -24,7 +24,7 @@ class GetGeoDataGeoDataTypedDict(TypedDict):
r"""The name of the city."""
time_zone: str
r"""The time zone of the country."""
postal_code: int
postal_code: str
r"""The postal code of the location."""
subdivisions: str
r"""The name of the primary administrative subdivision."""
@@ -56,7 +56,7 @@ class GetGeoDataGeoData(BaseModel):
time_zone: str
r"""The time zone of the country."""
postal_code: int
postal_code: str
r"""The postal code of the location."""
subdivisions: str