From c64b544745110bdfddd3bb1f437fcb63a1da4558 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:51:31 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_push_transfer.py | 12 ------------ src/increase/types/card_validation.py | 12 ------------ .../types/simulations/card_token_create_params.py | 12 ------------ 4 files changed, 2 insertions(+), 38 deletions(-) diff --git a/.stats.yml b/.stats.yml index 5a0f7c11..d4fff91f 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-1bab7be736382985590e568f2b01d1a195c0228b8f2c6599d73335510113e41a.yml -openapi_spec_hash: 222819fc58fce5959c13e13b507239bc +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5444aa15ed771b293975e4ea457bbf96f3fd4268dab9cef1d64fc18efbba3718.yml +openapi_spec_hash: 94be74f7b294a338dd47d95721bb52ae config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/src/increase/types/card_push_transfer.py b/src/increase/types/card_push_transfer.py index b63ca9c4..3b11c2c2 100644 --- a/src/increase/types/card_push_transfer.py +++ b/src/increase/types/card_push_transfer.py @@ -196,7 +196,6 @@ class Decline(BaseModel): "incorrect_pin", "allowable_number_of_pin_entry_tries_exceeded", "unable_to_locate_previous_message", - "data_inconsistent_with_original_message", "pin_error_found", "cannot_verify_pin", "verification_data_failed", @@ -204,15 +203,11 @@ class Decline(BaseModel): "cash_service_not_available", "cashback_request_exceeds_issuer_limit", "transaction_amount_exceeds_pre_authorized_approval_amount", - "invalid_biller_information", - "pin_change_request_declined", - "unsafe_pin", "transaction_does_not_qualify_for_visa_pin", "offline_declined", "unable_to_go_online", "valid_account_but_amount_not_supported", "invalid_use_of_merchant_category_code_correct_and_reattempt", - "forward_to_issuer", "card_authentication_failed", ] """The reason why the transfer was declined. @@ -302,8 +297,6 @@ class Decline(BaseModel): entry tries has been exceeded. - `unable_to_locate_previous_message` - The previous message associated with the transaction could not be located. - - `data_inconsistent_with_original_message` - The data in the transaction is - inconsistent with the original message. - `pin_error_found` - An error was found with the PIN associated with the transaction. - `cannot_verify_pin` - The PIN associated with the transaction could not be @@ -318,9 +311,6 @@ class Decline(BaseModel): issuer limit. - `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction amount exceeds the pre-authorized approval amount. - - `invalid_biller_information` - The biller information provided is invalid. - - `pin_change_request_declined` - The PIN change request has been declined. - - `unsafe_pin` - The PIN provided is considered unsafe. - `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify for Visa PIN processing. - `offline_declined` - The transaction was declined offline. @@ -330,8 +320,6 @@ class Decline(BaseModel): transaction amount is not supported. - `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant category code was used incorrectly; correct it and reattempt the transaction. - - `forward_to_issuer` - The transaction should be forwarded to the issuer for - processing. - `card_authentication_failed` - The card authentication process has failed. """ diff --git a/src/increase/types/card_validation.py b/src/increase/types/card_validation.py index 10278c3e..fd0450c0 100644 --- a/src/increase/types/card_validation.py +++ b/src/increase/types/card_validation.py @@ -206,7 +206,6 @@ class Decline(BaseModel): "incorrect_pin", "allowable_number_of_pin_entry_tries_exceeded", "unable_to_locate_previous_message", - "data_inconsistent_with_original_message", "pin_error_found", "cannot_verify_pin", "verification_data_failed", @@ -214,15 +213,11 @@ class Decline(BaseModel): "cash_service_not_available", "cashback_request_exceeds_issuer_limit", "transaction_amount_exceeds_pre_authorized_approval_amount", - "invalid_biller_information", - "pin_change_request_declined", - "unsafe_pin", "transaction_does_not_qualify_for_visa_pin", "offline_declined", "unable_to_go_online", "valid_account_but_amount_not_supported", "invalid_use_of_merchant_category_code_correct_and_reattempt", - "forward_to_issuer", "card_authentication_failed", ] """The reason why the validation was declined. @@ -312,8 +307,6 @@ class Decline(BaseModel): entry tries has been exceeded. - `unable_to_locate_previous_message` - The previous message associated with the transaction could not be located. - - `data_inconsistent_with_original_message` - The data in the transaction is - inconsistent with the original message. - `pin_error_found` - An error was found with the PIN associated with the transaction. - `cannot_verify_pin` - The PIN associated with the transaction could not be @@ -328,9 +321,6 @@ class Decline(BaseModel): issuer limit. - `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction amount exceeds the pre-authorized approval amount. - - `invalid_biller_information` - The biller information provided is invalid. - - `pin_change_request_declined` - The PIN change request has been declined. - - `unsafe_pin` - The PIN provided is considered unsafe. - `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify for Visa PIN processing. - `offline_declined` - The transaction was declined offline. @@ -340,8 +330,6 @@ class Decline(BaseModel): transaction amount is not supported. - `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant category code was used incorrectly; correct it and reattempt the transaction. - - `forward_to_issuer` - The transaction should be forwarded to the issuer for - processing. - `card_authentication_failed` - The card authentication process has failed. """ diff --git a/src/increase/types/simulations/card_token_create_params.py b/src/increase/types/simulations/card_token_create_params.py index a496bd01..d9b752bc 100644 --- a/src/increase/types/simulations/card_token_create_params.py +++ b/src/increase/types/simulations/card_token_create_params.py @@ -107,7 +107,6 @@ class OutcomeDecline(TypedDict, total=False): "incorrect_pin", "allowable_number_of_pin_entry_tries_exceeded", "unable_to_locate_previous_message", - "data_inconsistent_with_original_message", "pin_error_found", "cannot_verify_pin", "verification_data_failed", @@ -115,15 +114,11 @@ class OutcomeDecline(TypedDict, total=False): "cash_service_not_available", "cashback_request_exceeds_issuer_limit", "transaction_amount_exceeds_pre_authorized_approval_amount", - "invalid_biller_information", - "pin_change_request_declined", - "unsafe_pin", "transaction_does_not_qualify_for_visa_pin", "offline_declined", "unable_to_go_online", "valid_account_but_amount_not_supported", "invalid_use_of_merchant_category_code_correct_and_reattempt", - "forward_to_issuer", "card_authentication_failed", ] """The reason for the decline. @@ -213,8 +208,6 @@ class OutcomeDecline(TypedDict, total=False): entry tries has been exceeded. - `unable_to_locate_previous_message` - The previous message associated with the transaction could not be located. - - `data_inconsistent_with_original_message` - The data in the transaction is - inconsistent with the original message. - `pin_error_found` - An error was found with the PIN associated with the transaction. - `cannot_verify_pin` - The PIN associated with the transaction could not be @@ -229,9 +222,6 @@ class OutcomeDecline(TypedDict, total=False): issuer limit. - `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction amount exceeds the pre-authorized approval amount. - - `invalid_biller_information` - The biller information provided is invalid. - - `pin_change_request_declined` - The PIN change request has been declined. - - `unsafe_pin` - The PIN provided is considered unsafe. - `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify for Visa PIN processing. - `offline_declined` - The transaction was declined offline. @@ -241,8 +231,6 @@ class OutcomeDecline(TypedDict, total=False): transaction amount is not supported. - `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant category code was used incorrectly; correct it and reattempt the transaction. - - `forward_to_issuer` - The transaction should be forwarded to the issuer for - processing. - `card_authentication_failed` - The card authentication process has failed. """ From 2d3b79d500f9fb706369758ff553a6ae4247598b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:51:52 +0000 Subject: [PATCH 2/2] release: 0.449.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 8358f5fe..285be38e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.448.0" + ".": "0.449.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 018de95b..4f2a1b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.449.0 (2026-03-18) + +Full Changelog: [v0.448.0...v0.449.0](https://github.com/Increase/increase-python/compare/v0.448.0...v0.449.0) + +### Features + +* **api:** api update ([c64b544](https://github.com/Increase/increase-python/commit/c64b544745110bdfddd3bb1f437fcb63a1da4558)) + ## 0.448.0 (2026-03-18) Full Changelog: [v0.447.0...v0.448.0](https://github.com/Increase/increase-python/compare/v0.447.0...v0.448.0) diff --git a/pyproject.toml b/pyproject.toml index 125b6cf5..632896cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.448.0" +version = "0.449.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 b8ffcaa5..6cebf721 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.448.0" # x-release-please-version +__version__ = "0.449.0" # x-release-please-version