From 5506a321663854fcd032bf17ada374632774dfcd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:51:44 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_payment.py | 6 ++++++ src/increase/types/transaction.py | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index fca327de8..28f0f87b7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f9cc7049ef70f37da85a196a822ee878a193af22d9894422fdc9100255b2a4c6.yml -openapi_spec_hash: efc2e40d9d10c87827994458d0101cd0 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-740517a6a575bb225c5bfa111ab83611c58533d5b1514f505aab22185f4a8992.yml +openapi_spec_hash: 8bfd6dcf11d076c24e4f092dc7e151ac config_hash: 29e452035e915a07cd64333b10a83077 diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index 7dc01f57b..72e58564f 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -2996,6 +2996,12 @@ class ElementCardSettlement(BaseModel): merchant_state: Optional[str] = None """The state the merchant resides in.""" + network: Literal["visa"] + """The card network on which this transaction was processed. + + - `visa` - Visa + """ + network_identifiers: ElementCardSettlementNetworkIdentifiers """Network-specific identifiers for this refund.""" diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index a7c60e946..db2dbbe3d 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -1597,6 +1597,12 @@ class SourceCardSettlement(BaseModel): merchant_state: Optional[str] = None """The state the merchant resides in.""" + network: Literal["visa"] + """The card network on which this transaction was processed. + + - `visa` - Visa + """ + network_identifiers: SourceCardSettlementNetworkIdentifiers """Network-specific identifiers for this refund.""" From 166e9f5b9cca379ad0d53ff96eff38fca2ce4186 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:52:08 +0000 Subject: [PATCH 2/2] release: 0.300.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 32a4dbb4e..87081a10a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.299.0" + ".": "0.300.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aca4c682..fc3db5994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.300.0 (2025-08-26) + +Full Changelog: [v0.299.0...v0.300.0](https://github.com/Increase/increase-python/compare/v0.299.0...v0.300.0) + +### Features + +* **api:** api update ([5506a32](https://github.com/Increase/increase-python/commit/5506a321663854fcd032bf17ada374632774dfcd)) + ## 0.299.0 (2025-08-26) Full Changelog: [v0.298.1...v0.299.0](https://github.com/Increase/increase-python/compare/v0.298.1...v0.299.0) diff --git a/pyproject.toml b/pyproject.toml index 6ee9d8669..044be8c7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.299.0" +version = "0.300.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 76a746d9c..0ad13f7e2 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.299.0" # x-release-please-version +__version__ = "0.300.0" # x-release-please-version