From 8650550d91a3256853de89a142d5030aabf19f95 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:28:27 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/entity.py | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index bec177ee..fcb6c732 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 241 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a507102e6e65ff03ce152e53c8ca9ed97959b797ac87b00eca5d78be3c553502.yml -openapi_spec_hash: 442ee94177455e035d8e84c85f5006f7 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ec147e2dbcccb835ada48a743903d43ab228330e476558ba74dc87f248345303.yml +openapi_spec_hash: 333fdaec2de515a123cc44401b432aa2 config_hash: d48e9f65bcf642f92610034d6c43f07a diff --git a/src/increase/types/entity.py b/src/increase/types/entity.py index b269fe03..6b0e621e 100644 --- a/src/increase/types/entity.py +++ b/src/increase/types/entity.py @@ -872,6 +872,12 @@ class Entity(BaseModel): was created. """ + creating_entity_onboarding_session_id: Optional[str] = None + """ + The identifier of the Entity Onboarding Session that was used to create this + Entity, if any. + """ + description: Optional[str] = None """The entity's description for display purposes.""" From 5fb039c8fdeb45c392618dfb7308c769780cdbff Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:28:53 +0000 Subject: [PATCH 2/2] release: 0.482.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 dadc0bb9..e95d42dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.481.0" + ".": "0.482.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc5a738..ac794c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.482.0 (2026-04-13) + +Full Changelog: [v0.481.0...v0.482.0](https://github.com/Increase/increase-python/compare/v0.481.0...v0.482.0) + +### Features + +* **api:** api update ([8650550](https://github.com/Increase/increase-python/commit/8650550d91a3256853de89a142d5030aabf19f95)) + ## 0.481.0 (2026-04-12) Full Changelog: [v0.480.0...v0.481.0](https://github.com/Increase/increase-python/compare/v0.480.0...v0.481.0) diff --git a/pyproject.toml b/pyproject.toml index 3c501a74..7144eede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.481.0" +version = "0.482.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 e8118850..e458f740 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.481.0" # x-release-please-version +__version__ = "0.482.0" # x-release-please-version