Skip to content

Commit 7fa889e

Browse files
feat(api): api update
1 parent 8d2e54b commit 7fa889e

3 files changed

Lines changed: 8 additions & 2 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: 16
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-ec0e897d65bee0947046681fd3cd465ee5b44c98b020594736fb9f274ee2c00b.yml
3-
openapi_spec_hash: 9c76eb4b912f046fc93a030b9a7489a3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-98ef96cef5b06ad7a29dadba48258da7d9ea0a2b3938dc9e714ae06eb9afa1a3.yml
3+
openapi_spec_hash: 9e957a30999dff7d4ada925e437bd202
44
config_hash: c3aaaa9794dba44d524c06591ab17894

src/brand/dev/types/brand_ai_product_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ class Product(BaseModel):
1717
features: List[str]
1818
"""List of product features"""
1919

20+
images: List[str]
21+
"""URLs to product images on the page (up to 7)"""
22+
2023
name: str
2124
"""Name of the product"""
2225

src/brand/dev/types/brand_ai_products_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ class Product(BaseModel):
1515
features: List[str]
1616
"""List of product features"""
1717

18+
images: List[str]
19+
"""URLs to product images on the page (up to 7)"""
20+
1821
name: str
1922
"""Name of the product"""
2023

0 commit comments

Comments
 (0)