diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f3c3ad88..620f306a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.189.0" + ".": "0.190.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 3e854e00e..94aeca296 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-187abeef8791e6babfd30ee4517635629b0a175d21d292c7689a0710095807b8.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5e0974f81d8dea4e99659c75d479605f1661bcd04e3c22722f451bba180b308a.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aadf9564..d6159927c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.190.0 (2025-02-11) + +Full Changelog: [v0.189.0...v0.190.0](https://github.com/Increase/increase-python/compare/v0.189.0...v0.190.0) + +### Features + +* **api:** api update ([#962](https://github.com/Increase/increase-python/issues/962)) ([d686a64](https://github.com/Increase/increase-python/commit/d686a64e80c2648a5a2ce460a98fcbab632a2214)) + ## 0.189.0 (2025-02-10) Full Changelog: [v0.188.0...v0.189.0](https://github.com/Increase/increase-python/compare/v0.188.0...v0.189.0) diff --git a/pyproject.toml b/pyproject.toml index 1d5579156..323087440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.189.0" +version = "0.190.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 8266b5064..35da20e88 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.189.0" # x-release-please-version +__version__ = "0.190.0" # x-release-please-version diff --git a/src/increase/types/account.py b/src/increase/types/account.py index b52bd3ff1..bda7880e7 100644 --- a/src/increase/types/account.py +++ b/src/increase/types/account.py @@ -13,10 +13,9 @@ class Account(BaseModel): id: str """The Account identifier.""" - bank: Literal["blue_ridge_bank", "core_bank", "first_internet_bank", "grasshopper_bank"] + bank: Literal["core_bank", "first_internet_bank", "grasshopper_bank"] """The bank the Account is with. - - `blue_ridge_bank` - Blue Ridge Bank, N.A. - `core_bank` - Core Bank - `first_internet_bank` - First Internet Bank of Indiana - `grasshopper_bank` - Grasshopper Bank diff --git a/src/increase/types/program.py b/src/increase/types/program.py index 72f79d4bd..8ede73010 100644 --- a/src/increase/types/program.py +++ b/src/increase/types/program.py @@ -13,10 +13,9 @@ class Program(BaseModel): id: str """The Program identifier.""" - bank: Literal["blue_ridge_bank", "core_bank", "first_internet_bank", "grasshopper_bank"] + bank: Literal["core_bank", "first_internet_bank", "grasshopper_bank"] """The Bank the Program is with. - - `blue_ridge_bank` - Blue Ridge Bank, N.A. - `core_bank` - Core Bank - `first_internet_bank` - First Internet Bank of Indiana - `grasshopper_bank` - Grasshopper Bank