From 64e96eec5873b16227f9faa31bca501d1700d1e5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:24:46 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- tests/api_resources/test_cards.py | 8 ++++---- tests/api_resources/test_digital_card_profiles.py | 4 ++-- tests/api_resources/test_real_time_decisions.py | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7201a22ab..7d2d5b8d9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-33f2c95401f5925e452440863f26a701b345a2da75b2b3f9b3eb33936adef476.yml -openapi_spec_hash: 3a0f2ac488d1d8e875bd118940c81152 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bee1322960faf189518a3ac4b28f52fab559d991b86edfebe33795ed60f4af0f.yml +openapi_spec_hash: c3f12839150ef30de08776d0ea693f59 config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/tests/api_resources/test_cards.py b/tests/api_resources/test_cards.py index 447e714b0..ac1a9a3a4 100644 --- a/tests/api_resources/test_cards.py +++ b/tests/api_resources/test_cards.py @@ -44,7 +44,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None: description="Card for Ian Crease", digital_wallet={ "digital_card_profile_id": "digital_card_profile_id", - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, entity_id="entity_id", @@ -134,7 +134,7 @@ def test_method_update_with_all_params(self, client: Increase) -> None: description="New description", digital_wallet={ "digital_card_profile_id": "digital_card_profile_id", - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, entity_id="entity_id", @@ -368,7 +368,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) description="Card for Ian Crease", digital_wallet={ "digital_card_profile_id": "digital_card_profile_id", - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, entity_id="entity_id", @@ -458,7 +458,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncIncrease) description="New description", digital_wallet={ "digital_card_profile_id": "digital_card_profile_id", - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, entity_id="entity_id", diff --git a/tests/api_resources/test_digital_card_profiles.py b/tests/api_resources/test_digital_card_profiles.py index f45af205c..38bbafeea 100644 --- a/tests/api_resources/test_digital_card_profiles.py +++ b/tests/api_resources/test_digital_card_profiles.py @@ -211,7 +211,7 @@ def test_method_clone_with_all_params(self, client: Increase) -> None: app_icon_file_id="app_icon_file_id", background_image_file_id="file_1ai913suu1zfn1pdetru", card_description="x", - contact_email="x", + contact_email="dev@stainless.com", contact_phone="x", contact_website="contact_website", description="x", @@ -454,7 +454,7 @@ async def test_method_clone_with_all_params(self, async_client: AsyncIncrease) - app_icon_file_id="app_icon_file_id", background_image_file_id="file_1ai913suu1zfn1pdetru", card_description="x", - contact_email="x", + contact_email="dev@stainless.com", contact_phone="x", contact_website="contact_website", description="x", diff --git a/tests/api_resources/test_real_time_decisions.py b/tests/api_resources/test_real_time_decisions.py index fcd9a8683..3cc0575b9 100644 --- a/tests/api_resources/test_real_time_decisions.py +++ b/tests/api_resources/test_real_time_decisions.py @@ -81,13 +81,13 @@ def test_method_action_with_all_params(self, client: Increase) -> None: digital_wallet_authentication={ "result": "success", "success": { - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, }, digital_wallet_token={ "approval": { - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, "decline": {"reason": "x"}, @@ -196,13 +196,13 @@ async def test_method_action_with_all_params(self, async_client: AsyncIncrease) digital_wallet_authentication={ "result": "success", "success": { - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, }, digital_wallet_token={ "approval": { - "email": "x", + "email": "dev@stainless.com", "phone": "x", }, "decline": {"reason": "x"}, From 2778250073b9bc81ab939e151b4c81880dd70e8c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:25:09 +0000 Subject: [PATCH 2/2] release: 0.360.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9f340470..62c73da10 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.359.0" + ".": "0.360.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d0da485c5..4863d375d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.360.0 (2025-10-16) + +Full Changelog: [v0.359.0...v0.360.0](https://github.com/Increase/increase-python/compare/v0.359.0...v0.360.0) + +### Features + +* **api:** api update ([64e96ee](https://github.com/Increase/increase-python/commit/64e96eec5873b16227f9faa31bca501d1700d1e5)) + ## 0.359.0 (2025-10-14) Full Changelog: [v0.358.0...v0.359.0](https://github.com/Increase/increase-python/compare/v0.358.0...v0.359.0) diff --git a/pyproject.toml b/pyproject.toml index d5e0c7426..b67bc6a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.359.0" +version = "0.360.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index e79acdccf..6c7724f47 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.359.0" # x-release-please-version +__version__ = "0.360.0" # x-release-please-version