Skip to content

Commit f606974

Browse files
feat(api): api update
1 parent 7abb65f commit f606974

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 12
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-4eb121d211177902ec0685d8829af778dbc02a21df03362e8675a8bcb4ca10a8.yml
3-
openapi_spec_hash: b10e8626e812050d8d0664b5373d7fe4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-fff3572a2d6f3a8461fbf52fb74882e1f4ae4a2b31a75673dcae230b336911d2.yml
3+
openapi_spec_hash: b04ce3c7879b31f1e38cd76372e8e652
44
config_hash: 86160e220c81f47769a71c9343e486d8

src/brand/dev/resources/brand.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ def identify_from_transaction(
560560
561561
city: Optional city name to prioritize when searching for the brand.
562562
563-
country_gl: Optional country code (GL parameter) to specify the country for Google search
564-
results. This affects the geographic location used for search queries.
563+
country_gl: Optional country code (GL parameter) to specify the country. This affects the
564+
geographic location used for search queries.
565565
566566
force_language: Optional parameter to force the language of the retrieved brand data.
567567
@@ -1933,8 +1933,8 @@ async def identify_from_transaction(
19331933
19341934
city: Optional city name to prioritize when searching for the brand.
19351935
1936-
country_gl: Optional country code (GL parameter) to specify the country for Google search
1937-
results. This affects the geographic location used for search queries.
1936+
country_gl: Optional country code (GL parameter) to specify the country. This affects the
1937+
geographic location used for search queries.
19381938
19391939
force_language: Optional parameter to force the language of the retrieved brand data.
19401940

src/brand/dev/types/brand_identify_from_transaction_params.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ class BrandIdentifyFromTransactionParams(TypedDict, total=False):
257257
"zm",
258258
"zw",
259259
]
260-
"""
261-
Optional country code (GL parameter) to specify the country for Google search
262-
results. This affects the geographic location used for search queries.
260+
"""Optional country code (GL parameter) to specify the country.
261+
262+
This affects the geographic location used for search queries.
263263
"""
264264

265265
force_language: Literal[

0 commit comments

Comments
 (0)