From 85bd40e969d9445861ad2fa7649bb7df7e492eae Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:54:32 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_dispute.py | 16 ++-------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.stats.yml b/.stats.yml index 238098d13..6d6e5b784 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-9e8783129ea725992844a51e7d6f6a639cae93753228cef7262eccb2e4bae58d.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fcc4e952b005ab1fd26ae67fe0cac46a57699299c92e00680d4d0f6be51d7936.yml openapi_spec_hash: f1a7326721f814625c7d5484956afded -config_hash: 4489d6e123ed885f5cb74fe619668e4b +config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/src/increase/types/card_dispute.py b/src/increase/types/card_dispute.py index 77b2aef7c..2ae7f8075 100644 --- a/src/increase/types/card_dispute.py +++ b/src/increase/types/card_dispute.py @@ -25,7 +25,6 @@ "VisaNetworkEventRepresentedCardholderNoLongerDisputes", "VisaNetworkEventRepresentedCreditOrReversalProcessed", "VisaNetworkEventRepresentedInvalidDispute", - "VisaNetworkEventRepresentedNonFiatCurrencyOrNonFungibleTokenAsDescribed", "VisaNetworkEventRepresentedNonFiatCurrencyOrNonFungibleTokenReceived", "VisaNetworkEventRepresentedProofOfCashDisbursement", "VisaNetworkEventRepresentedReversalIssued", @@ -60,7 +59,6 @@ "VisaUserSubmissionChargebackConsumerMerchandiseNotReceivedDelayedReturned", "VisaUserSubmissionChargebackConsumerMerchandiseNotReceivedDeliveredToWrongLocation", "VisaUserSubmissionChargebackConsumerMerchandiseNotReceivedMerchantCancellation", - "VisaUserSubmissionChargebackConsumerNonReceiptOfCash", "VisaUserSubmissionChargebackConsumerOriginalCreditTransactionNotAccepted", "VisaUserSubmissionChargebackConsumerQualityMerchandise", "VisaUserSubmissionChargebackConsumerQualityMerchandiseOngoingNegotiations", @@ -443,10 +441,6 @@ class VisaNetworkEventRepresentedInvalidDispute(BaseModel): """ -class VisaNetworkEventRepresentedNonFiatCurrencyOrNonFungibleTokenAsDescribed(BaseModel): - pass - - class VisaNetworkEventRepresentedNonFiatCurrencyOrNonFungibleTokenReceived(BaseModel): blockchain_transaction_hash: str """Blockchain transaction hash.""" @@ -487,9 +481,7 @@ class VisaNetworkEventRepresented(BaseModel): invalid_dispute: Optional[VisaNetworkEventRepresentedInvalidDispute] = None """Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.""" - non_fiat_currency_or_non_fungible_token_as_described: Optional[ - VisaNetworkEventRepresentedNonFiatCurrencyOrNonFungibleTokenAsDescribed - ] = None + non_fiat_currency_or_non_fungible_token_as_described: Optional[object] = None """Non-fiat currency or non-fungible token as described details. Present if and only if `reason` is @@ -1371,10 +1363,6 @@ class VisaUserSubmissionChargebackConsumerMerchandiseNotReceived(BaseModel): """Purchase information and explanation.""" -class VisaUserSubmissionChargebackConsumerNonReceiptOfCash(BaseModel): - pass - - class VisaUserSubmissionChargebackConsumerOriginalCreditTransactionNotAccepted(BaseModel): explanation: str """Explanation.""" @@ -1897,7 +1885,7 @@ class VisaUserSubmissionChargeback(BaseModel): Present if and only if `category` is `consumer_merchandise_not_received`. """ - consumer_non_receipt_of_cash: Optional[VisaUserSubmissionChargebackConsumerNonReceiptOfCash] = None + consumer_non_receipt_of_cash: Optional[object] = None """Non-receipt of cash. Present if and only if `category` is `consumer_non_receipt_of_cash`. From d6af4254db6fb84557a4ce4a9e939dce2a9a17b2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:54:54 +0000 Subject: [PATCH 2/2] release: 0.351.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 290c612a3..6db6d4bca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.350.1" + ".": "0.351.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f822506..15841e623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.351.0 (2025-10-06) + +Full Changelog: [v0.350.1...v0.351.0](https://github.com/Increase/increase-python/compare/v0.350.1...v0.351.0) + +### Features + +* **api:** api update ([85bd40e](https://github.com/Increase/increase-python/commit/85bd40e969d9445861ad2fa7649bb7df7e492eae)) + ## 0.350.1 (2025-10-06) Full Changelog: [v0.350.0...v0.350.1](https://github.com/Increase/increase-python/compare/v0.350.0...v0.350.1) diff --git a/pyproject.toml b/pyproject.toml index 43b87ff76..551bd05c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.350.1" +version = "0.351.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 bb38096b7..f5da4a01b 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.350.1" # x-release-please-version +__version__ = "0.351.0" # x-release-please-version