channel3-sdk 2.0.0__tar.gz → 2.1.0__tar.gz
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-2.1.0/.release-please-manifest.json +3 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/CHANGELOG.md +8 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/PKG-INFO +1 -1
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/pyproject.toml +1 -1
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_version.py +1 -1
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/search_perform_params.py +3 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/api_resources/test_search.py +2 -0
- channel3_sdk-2.0.0/.release-please-manifest.json +0 -3
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/.gitignore +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/CONTRIBUTING.md +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/LICENSE +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/README.md +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/SECURITY.md +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/api.md +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/bin/check-release-environment +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/bin/publish-pypi +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/examples/.keep +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/noxfile.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/release-please-config.json +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/requirements-dev.lock +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/requirements.lock +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/__init__.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_base_client.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_client.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_compat.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_constants.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_exceptions.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_files.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_models.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_qs.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_resource.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_response.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_streaming.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_types.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/__init__.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_compat.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_datetime_parse.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_logs.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_proxy.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_reflection.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_resources_proxy.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_streams.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_sync.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_transform.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_typing.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/_utils/_utils.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/lib/.keep +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/py.typed +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/resources/__init__.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/resources/brands.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/resources/enrich.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/resources/products.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/resources/search.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/__init__.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/availability_status.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/brand.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/brand_list_params.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/brand_list_response.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/enrich_enrich_url_params.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/enrich_enrich_url_response.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/price.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/product_retrieve_response.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/search_perform_response.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/variant.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/public_sdk/lib/.keep +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/__init__.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/api_resources/__init__.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/api_resources/test_brands.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/api_resources/test_client.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/api_resources/test_enrich.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/api_resources/test_products.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/conftest.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/sample_file.txt +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_client.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_deepcopy.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_extract_files.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_files.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_models.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_qs.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_required_args.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_response.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_streaming.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_transform.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_utils/test_proxy.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/test_utils/test_typing.py +0 -0
- {channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.1.0 (2025-09-16)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.0.0...v2.1.0](https://github.com/channel3-ai/sdk-python/compare/v2.0.0...v2.1.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([b6dac15](https://github.com/channel3-ai/sdk-python/commit/b6dac1516907c474ecfd919c5fad34943b59b101))
|
|
10
|
+
|
|
3
11
|
## 2.0.0 (2025-09-16)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.0.2...v2.0.0](https://github.com/channel3-ai/sdk-python/compare/v0.0.2...v2.0.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: channel3_sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.1.0
|
|
4
4
|
Summary: The official Python library for the channel3 API
|
|
5
5
|
Project-URL: Homepage, https://github.com/channel3-ai/sdk-python
|
|
6
6
|
Project-URL: Repository, https://github.com/channel3-ai/sdk-python
|
|
@@ -55,6 +55,9 @@ class Filters(TypedDict, total=False):
|
|
|
55
55
|
brand_ids: Optional[SequenceNotStr[str]]
|
|
56
56
|
"""List of brand IDs"""
|
|
57
57
|
|
|
58
|
+
exclude_product_ids: Optional[SequenceNotStr[str]]
|
|
59
|
+
"""List of product IDs to exclude"""
|
|
60
|
+
|
|
58
61
|
gender: Optional[Literal["male", "female", "unisex"]]
|
|
59
62
|
|
|
60
63
|
price: Optional[FiltersPrice]
|
|
@@ -36,6 +36,7 @@ class TestSearch:
|
|
|
36
36
|
filters={
|
|
37
37
|
"availability": ["InStock"],
|
|
38
38
|
"brand_ids": ["string"],
|
|
39
|
+
"exclude_product_ids": ["string"],
|
|
39
40
|
"gender": "male",
|
|
40
41
|
"price": {
|
|
41
42
|
"max_price": 0,
|
|
@@ -95,6 +96,7 @@ class TestAsyncSearch:
|
|
|
95
96
|
filters={
|
|
96
97
|
"availability": ["InStock"],
|
|
97
98
|
"brand_ids": ["string"],
|
|
99
|
+
"exclude_product_ids": ["string"],
|
|
98
100
|
"gender": "male",
|
|
99
101
|
"price": {
|
|
100
102
|
"max_price": 0,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/enrich_enrich_url_params.py
RENAMED
|
File without changes
|
{channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/enrich_enrich_url_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{channel3_sdk-2.0.0 → channel3_sdk-2.1.0}/src/channel3_sdk/types/product_retrieve_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|