From bb5a40124caa8c29873de8ae861d2e9c15a6e395 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:26:59 +0000 Subject: [PATCH 1/2] feat(api): api update (#969) --- .stats.yml | 2 +- src/increase/types/inbound_check_deposit.py | 4 +++- src/increase/types/transaction.py | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 32dd62903..7dad937c5 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 201 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b3b6572700500a421109ac83ef56b3046e9f1510ca7d1f583d329d1b8ecf5516.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0a850fe9e55426b331fea3fd2f61ad0e72dd5d7d2cac4c258f69bdf5b23aa42b.yml diff --git a/src/increase/types/inbound_check_deposit.py b/src/increase/types/inbound_check_deposit.py index 02b1a096a..84e949c0c 100644 --- a/src/increase/types/inbound_check_deposit.py +++ b/src/increase/types/inbound_check_deposit.py @@ -16,7 +16,7 @@ class Adjustment(BaseModel): amount: int """The amount of the adjustment.""" - reason: Literal["late_return", "wrong_payee_credit", "adjusted_amount"] + reason: Literal["late_return", "wrong_payee_credit", "adjusted_amount", "non_conforming_item"] """The reason for the adjustment. - `late_return` - The return was initiated too late and the receiving @@ -25,6 +25,8 @@ class Adjustment(BaseModel): depositing institution has reimbursed the funds with a Wrong Payee Credit. - `adjusted_amount` - The check was deposited with a different amount than what was written on the check. + - `non_conforming_item` - The recipient was not able to process the check. This + usually happens for e.g., low quality images. """ transaction_id: str diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index d534ec078..1f765d93f 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -1881,7 +1881,7 @@ class SourceInboundCheckAdjustment(BaseModel): amount: int """The amount of the check adjustment.""" - reason: Literal["late_return", "wrong_payee_credit", "adjusted_amount"] + reason: Literal["late_return", "wrong_payee_credit", "adjusted_amount", "non_conforming_item"] """The reason for the adjustment. - `late_return` - The return was initiated too late and the receiving @@ -1890,6 +1890,8 @@ class SourceInboundCheckAdjustment(BaseModel): depositing institution has reimbursed the funds with a Wrong Payee Credit. - `adjusted_amount` - The check was deposited with a different amount than what was written on the check. + - `non_conforming_item` - The recipient was not able to process the check. This + usually happens for e.g., low quality images. """ From ddff44399970611b011fdb9bc616e85cca485100 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:27:29 +0000 Subject: [PATCH 2/2] release: 0.192.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 f7e28725e..dbf415034 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.191.0" + ".": "0.192.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc8759dc..a098f5bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.192.0 (2025-02-19) + +Full Changelog: [v0.191.0...v0.192.0](https://github.com/Increase/increase-python/compare/v0.191.0...v0.192.0) + +### Features + +* **api:** api update ([#969](https://github.com/Increase/increase-python/issues/969)) ([bb5a401](https://github.com/Increase/increase-python/commit/bb5a40124caa8c29873de8ae861d2e9c15a6e395)) + ## 0.191.0 (2025-02-12) Full Changelog: [v0.190.0...v0.191.0](https://github.com/Increase/increase-python/compare/v0.190.0...v0.191.0) diff --git a/pyproject.toml b/pyproject.toml index 6d42c6a56..cdbf87234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.191.0" +version = "0.192.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 d76519f0f..92cf9e26d 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.191.0" # x-release-please-version +__version__ = "0.192.0" # x-release-please-version