channel3-sdk 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of channel3-sdk might be problematic. Click here for more details.
channel3_sdk/models.py
CHANGED
|
@@ -55,7 +55,7 @@ class Product(BaseModel):
|
|
|
55
55
|
score: float = Field(..., description="Relevance score for the search query")
|
|
56
56
|
title: str = Field(..., description="Product title")
|
|
57
57
|
description: Optional[str] = Field(None, description="Product description")
|
|
58
|
-
|
|
58
|
+
brand_name: str = Field(..., description="Brand name for the product")
|
|
59
59
|
image_url: str = Field(..., description="Main product image URL")
|
|
60
60
|
price: Price = Field(..., description="Price information")
|
|
61
61
|
availability: AvailabilityStatus = Field(
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
channel3_sdk/__init__.py,sha256=vMrsZwY59OoYmoPwEnZ0kuAuWFkOIERUaoy0lWpGIlc,976
|
|
2
|
+
channel3_sdk/client.py,sha256=wNqM9d7M2eiWOZ0Xp9rJGjINUrsaHYXiBJktBfPD-18,20776
|
|
3
|
+
channel3_sdk/exceptions.py,sha256=5HJgrhir4-_b4XKyWAB9qp-CjVZeigXSkyM9fbcB1IA,1044
|
|
4
|
+
channel3_sdk/models.py,sha256=Qzq4evy1LAyekw9KU8VfV_yn9qeTf6rPj9x_R2ANeH4,5039
|
|
5
|
+
channel3_sdk-0.2.2.dist-info/METADATA,sha256=IM9BZe8al3570-PczGj8PhQHJHlFU0uyCZnMl60a8f0,7799
|
|
6
|
+
channel3_sdk-0.2.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
7
|
+
channel3_sdk-0.2.2.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
channel3_sdk/__init__.py,sha256=vMrsZwY59OoYmoPwEnZ0kuAuWFkOIERUaoy0lWpGIlc,976
|
|
2
|
-
channel3_sdk/client.py,sha256=wNqM9d7M2eiWOZ0Xp9rJGjINUrsaHYXiBJktBfPD-18,20776
|
|
3
|
-
channel3_sdk/exceptions.py,sha256=5HJgrhir4-_b4XKyWAB9qp-CjVZeigXSkyM9fbcB1IA,1044
|
|
4
|
-
channel3_sdk/models.py,sha256=K9D2scDVQzrC1s74xJ9Orj6yFCGfqqKZ4AvDBSWWpi0,5030
|
|
5
|
-
channel3_sdk-0.2.1.dist-info/METADATA,sha256=RWOkOFH9jZlGFdTS1PgvfRiovqbfjBAOEne3xsJR-Mo,7799
|
|
6
|
-
channel3_sdk-0.2.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
7
|
-
channel3_sdk-0.2.1.dist-info/RECORD,,
|
|
File without changes
|