checkout-intents 0.4.0__tar.gz → 0.5.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.
- checkout_intents-0.5.0/.release-please-manifest.json +3 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/CHANGELOG.md +13 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/PKG-INFO +1 -1
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/pyproject.toml +1 -1
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_version.py +1 -1
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/offer.py +2 -0
- checkout_intents-0.4.0/.release-please-manifest.json +0 -3
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/.gitignore +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/CONTRIBUTING.md +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/LICENSE +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/README.md +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/SECURITY.md +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/api.md +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/bin/check-release-environment +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/bin/publish-pypi +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/examples/.keep +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/examples/complete-checkout-intent.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/examples/error-handling.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/noxfile.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/release-please-config.json +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/requirements-dev.lock +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/requirements.lock +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/__init__.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_base_client.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_client.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_compat.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_constants.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_exceptions.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_files.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_models.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_qs.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_resource.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_response.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_streaming.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_types.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/__init__.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_compat.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_datetime_parse.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_logs.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_proxy.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_reflection.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_resources_proxy.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_streams.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_sync.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_transform.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_typing.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_utils.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/lib/.keep +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/pagination.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/py.typed +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/resources/__init__.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/resources/brands.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/resources/checkout_intents.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/__init__.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/base_checkout_intent.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/brand_retrieve_response.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/buyer.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/buyer_param.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/checkout_intent.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/checkout_intent_add_payment_params.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/checkout_intent_confirm_params.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/checkout_intent_create_params.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/checkout_intent_list_params.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/money.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/payment_method.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/payment_method_param.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/variant_selection.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/variant_selection_param.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/__init__.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/api_resources/__init__.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/api_resources/test_brands.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/api_resources/test_checkout_intents.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/conftest.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/sample_file.txt +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_client.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_deepcopy.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_environment_inference.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_extract_files.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_files.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_models.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_polling.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_qs.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_required_args.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_response.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_streaming.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_transform.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_utils/test_proxy.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/test_utils/test_typing.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/utils.py +0 -0
- {checkout_intents-0.4.0 → checkout_intents-0.5.0}/uv.lock +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.5.0 (2025-12-19)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/rye-com/checkout-intents-python/compare/v0.4.0...v0.5.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** add applied promo codes to offer ([abb5a98](https://github.com/rye-com/checkout-intents-python/commit/abb5a9815890e283050dff4a9760e76aa50af0ce))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **internal:** add `--fix` argument to lint script ([6a2fb37](https://github.com/rye-com/checkout-intents-python/commit/6a2fb37ee2d09820fd364e601616b1631f84bdb1))
|
|
15
|
+
|
|
3
16
|
## 0.4.0 (2025-12-18)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.3.3...v0.4.0](https://github.com/rye-com/checkout-intents-python/compare/v0.3.3...v0.4.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: checkout-intents
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: The official Python library for the Checkout Intents API
|
|
5
5
|
Project-URL: Homepage, https://github.com/rye-com/checkout-intents-python
|
|
6
6
|
Project-URL: Repository, https://github.com/rye-com/checkout-intents-python
|
|
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
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_datetime_parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_reflection.py
RENAMED
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/_utils/_resources_proxy.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
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/resources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/resources/checkout_intents.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/base_checkout_intent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/checkout_intent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/payment_method.py
RENAMED
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/payment_method_param.py
RENAMED
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/src/checkout_intents/types/variant_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.4.0 → checkout_intents-0.5.0}/tests/api_resources/test_checkout_intents.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
|