From 0ac5c641015bbced16f355d0b0977841041f17f4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:08:19 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_push_transfer.py | 7 +++++++ src/increase/types/card_validation.py | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 62f093dc..c0c45d4b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d5ad75c7a80acd1cb3ff0483fa0b5b2eb9d73287f107f53a8fb3a3a0b6a32ed8.yml -openapi_spec_hash: da73faf476df3eddcf0ac51c38dd1b17 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-81da26cfd6540bc5195c268095b26df132373e932997f224d19247a36e1a1183.yml +openapi_spec_hash: 7b9bbc35378f2fc47629810923bd0017 config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/src/increase/types/card_push_transfer.py b/src/increase/types/card_push_transfer.py index aa1297dd..ce3de14d 100644 --- a/src/increase/types/card_push_transfer.py +++ b/src/increase/types/card_push_transfer.py @@ -765,6 +765,13 @@ class CardPushTransfer(BaseModel): recipient_name: str """The name of the funds recipient.""" + route: Literal["visa", "mastercard"] + """The card network route used for the transfer. + + - `visa` - Visa and Interlink + - `mastercard` - Mastercard and Maestro + """ + sender_address_city: str """The city of the sender.""" diff --git a/src/increase/types/card_validation.py b/src/increase/types/card_validation.py index 8c27a071..3f73ba76 100644 --- a/src/increase/types/card_validation.py +++ b/src/increase/types/card_validation.py @@ -381,6 +381,13 @@ class CardValidation(BaseModel): merchant_state: str """The U.S. state where the merchant (typically your business) is located.""" + route: Literal["visa", "mastercard"] + """The card network route used for the validation. + + - `visa` - Visa and Interlink + - `mastercard` - Mastercard and Maestro + """ + status: Literal["requires_attention", "pending_submission", "submitted", "complete", "declined"] """The lifecycle status of the validation. From b3b93d1358f3f023e6f3ae2f556d5ea9f044501c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:08:41 +0000 Subject: [PATCH 2/2] release: 0.444.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 c483112c..3a1207b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.443.0" + ".": "0.444.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6800a759..79d6de1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.444.0 (2026-03-16) + +Full Changelog: [v0.443.0...v0.444.0](https://github.com/Increase/increase-python/compare/v0.443.0...v0.444.0) + +### Features + +* **api:** api update ([0ac5c64](https://github.com/Increase/increase-python/commit/0ac5c641015bbced16f355d0b0977841041f17f4)) + ## 0.443.0 (2026-03-13) Full Changelog: [v0.442.0...v0.443.0](https://github.com/Increase/increase-python/compare/v0.442.0...v0.443.0) diff --git a/pyproject.toml b/pyproject.toml index 3bc399aa..2d356b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.443.0" +version = "0.444.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 5699c3e7..560dda0f 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.443.0" # x-release-please-version +__version__ = "0.444.0" # x-release-please-version