Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.21.0"
".": "1.22.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 12
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-4eb121d211177902ec0685d8829af778dbc02a21df03362e8675a8bcb4ca10a8.yml
openapi_spec_hash: b10e8626e812050d8d0664b5373d7fe4
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-fff3572a2d6f3a8461fbf52fb74882e1f4ae4a2b31a75673dcae230b336911d2.yml
openapi_spec_hash: b04ce3c7879b31f1e38cd76372e8e652
config_hash: 86160e220c81f47769a71c9343e486d8
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.22.0 (2025-11-24)

Full Changelog: [v1.21.0...v1.22.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.21.0...v1.22.0)

### Features

* **api:** api update ([f606974](https://github.com/brand-dot-dev/python-sdk/commit/f6069740829283a3ae92129aead5ecf9e7b1e3c6))

## 1.21.0 (2025-11-24)

Full Changelog: [v1.20.0...v1.21.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.20.0...v1.21.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brand.dev"
version = "1.21.0"
version = "1.22.0"
description = "The official Python library for the brand.dev API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/brand/dev/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "brand.dev"
__version__ = "1.21.0" # x-release-please-version
__version__ = "1.22.0" # x-release-please-version
8 changes: 4 additions & 4 deletions src/brand/dev/resources/brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ def identify_from_transaction(

city: Optional city name to prioritize when searching for the brand.

country_gl: Optional country code (GL parameter) to specify the country for Google search
results. This affects the geographic location used for search queries.
country_gl: Optional country code (GL parameter) to specify the country. This affects the
geographic location used for search queries.

force_language: Optional parameter to force the language of the retrieved brand data.

Expand Down Expand Up @@ -1933,8 +1933,8 @@ async def identify_from_transaction(

city: Optional city name to prioritize when searching for the brand.

country_gl: Optional country code (GL parameter) to specify the country for Google search
results. This affects the geographic location used for search queries.
country_gl: Optional country code (GL parameter) to specify the country. This affects the
geographic location used for search queries.

force_language: Optional parameter to force the language of the retrieved brand data.

Expand Down
6 changes: 3 additions & 3 deletions src/brand/dev/types/brand_identify_from_transaction_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ class BrandIdentifyFromTransactionParams(TypedDict, total=False):
"zm",
"zw",
]
"""
Optional country code (GL parameter) to specify the country for Google search
results. This affects the geographic location used for search queries.
"""Optional country code (GL parameter) to specify the country.

This affects the geographic location used for search queries.
"""

force_language: Literal[
Expand Down