diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b62648db9..623b397aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.186.0" + ".": "0.187.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index a1005b8ce..d415aa66b 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-28ffd3b61bd618b2a60b46dd2afb8f52370c43e02cab2e9106465c3cffafb95a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ce741f23d99b551b38099da78d730af0cf9019e3b51e61bc988a5e5979c26143.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 84022cb3a..37c38845a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.187.0 (2025-02-04) + +Full Changelog: [v0.186.0...v0.187.0](https://github.com/Increase/increase-python/compare/v0.186.0...v0.187.0) + +### Features + +* **api:** api update ([#949](https://github.com/Increase/increase-python/issues/949)) ([cb02b70](https://github.com/Increase/increase-python/commit/cb02b708ab3e039fa38a48480f5da851a73e36aa)) + ## 0.186.0 (2025-02-03) Full Changelog: [v0.185.0...v0.186.0](https://github.com/Increase/increase-python/compare/v0.185.0...v0.186.0) diff --git a/pyproject.toml b/pyproject.toml index dddc7eb6c..4dcdf5865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.186.0" +version = "0.187.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 585b0c3b3..9e36aab94 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.186.0" # x-release-please-version +__version__ = "0.187.0" # x-release-please-version diff --git a/src/increase/types/account.py b/src/increase/types/account.py index 4905d0476..b52bd3ff1 100644 --- a/src/increase/types/account.py +++ b/src/increase/types/account.py @@ -13,10 +13,11 @@ class Account(BaseModel): id: str """The Account identifier.""" - bank: Literal["blue_ridge_bank", "first_internet_bank", "grasshopper_bank"] + bank: Literal["blue_ridge_bank", "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 bf8c2f6f9..72f79d4bd 100644 --- a/src/increase/types/program.py +++ b/src/increase/types/program.py @@ -13,10 +13,11 @@ class Program(BaseModel): id: str """The Program identifier.""" - bank: Literal["blue_ridge_bank", "first_internet_bank", "grasshopper_bank"] + bank: Literal["blue_ridge_bank", "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 """