From b8e0b20eb0a4fa4637014078fcf499af07130ba4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:43:17 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/transaction.py | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.stats.yml b/.stats.yml index a81891058..f77503ab4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 202 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-147712ba3a72b1dea9a966f9b0ebc99ccebe38e1789426115f3b4c8977ed03c8.yml -openapi_spec_hash: 6c6fc01c8ea4f34b3c2553928945c100 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-aca6b5e100fcf8da7f6fc67bfbf47543f197f1c3fed52d5f1147b7cbad515546.yml +openapi_spec_hash: 369011703600762a5a5d701b4e843f7b config_hash: a185e9a72778cc4658ea73fb3a7f1354 diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index 9699a022f..dea8dd407 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -398,24 +398,26 @@ class SourceCardDisputeAcceptance(BaseModel): class SourceCardDisputeFinancialVisa(BaseModel): event_type: Literal[ "chargeback_submitted", - "merchant_prearbitration_declined", - "merchant_prearbitration_received", + "merchant_prearbitration_request_decline_submitted", + "merchant_prearbitration_request_received", "represented", - "user_prearbitration_declined", - "user_prearbitration_submitted", + "user_prearbitration_request_decline_received", + "user_prearbitration_request_submitted", + "user_withdrawal_submitted", ] """The type of card dispute financial event. - `chargeback_submitted` - The user's chargeback was submitted. - - `merchant_prearbitration_declined` - The user declined the merchant's request - for pre-arbitration. - - `merchant_prearbitration_received` - The merchant's request for + - `merchant_prearbitration_request_decline_submitted` - The user declined the + merchant's request for pre-arbitration. + - `merchant_prearbitration_request_received` - The merchant's request for pre-arbitration was received. - `represented` - The transaction was represented by the merchant. - - `user_prearbitration_declined` - The user's request for pre-arbitration was - declined. - - `user_prearbitration_submitted` - The user's request for pre-arbitration was - submitted. + - `user_prearbitration_request_decline_received` - The user's request for + pre-arbitration was declined. + - `user_prearbitration_request_submitted` - The user's request for + pre-arbitration was submitted. + - `user_withdrawal_submitted` - The user withdrew from the dispute. """ From 400210afd66201c22206ce963e7693c50192ec33 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:43:38 +0000 Subject: [PATCH 2/2] release: 0.278.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 ebebec494..156b3887c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.277.0" + ".": "0.278.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3d2c693..7f76a1db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.278.0 (2025-08-06) + +Full Changelog: [v0.277.0...v0.278.0](https://github.com/Increase/increase-python/compare/v0.277.0...v0.278.0) + +### Features + +* **api:** api update ([b8e0b20](https://github.com/Increase/increase-python/commit/b8e0b20eb0a4fa4637014078fcf499af07130ba4)) + ## 0.277.0 (2025-08-06) Full Changelog: [v0.276.0...v0.277.0](https://github.com/Increase/increase-python/compare/v0.276.0...v0.277.0) diff --git a/pyproject.toml b/pyproject.toml index af87aad39..1da469412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.277.0" +version = "0.278.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 f9c7c4ada..d3f4d639c 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.277.0" # x-release-please-version +__version__ = "0.278.0" # x-release-please-version