From d3beb3e439aa08e093516f02df9581e3547bfb33 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:55:45 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/entity_beneficial_owner.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 8db47988..9fd9919f 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-6cc15216773be06ef5899a9f805480d69ba2e610a3746bb638c7773baa10c407.yml -openapi_spec_hash: c24d9a85acb17d73e8d6434d7c907d40 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2aab30efad14c2af42a235cff57e4f530dcc7f223df00093d9d171186d5f2c5e.yml +openapi_spec_hash: 08496939ae1bdbbe2aee358b693020f8 config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/src/increase/types/entity_beneficial_owner.py b/src/increase/types/entity_beneficial_owner.py index 6d16c736..8352e148 100644 --- a/src/increase/types/entity_beneficial_owner.py +++ b/src/increase/types/entity_beneficial_owner.py @@ -104,6 +104,9 @@ class EntityBeneficialOwner(BaseModel): Beneficial Owner was created. """ + entity_id: str + """The identifier of the Entity to which this beneficial owner belongs.""" + idempotency_key: Optional[str] = None """The idempotency key you chose for this object. From 6c8e485f1cfbf78df7b84ee08434c80cc9f38e35 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:56:12 +0000 Subject: [PATCH 2/2] release: 0.438.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 3de0600f..3c933c24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.437.0" + ".": "0.438.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index feb5a2da..1231154a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.438.0 (2026-03-12) + +Full Changelog: [v0.437.0...v0.438.0](https://github.com/Increase/increase-python/compare/v0.437.0...v0.438.0) + +### Features + +* **api:** api update ([d3beb3e](https://github.com/Increase/increase-python/commit/d3beb3e439aa08e093516f02df9581e3547bfb33)) + ## 0.437.0 (2026-03-12) Full Changelog: [v0.436.0...v0.437.0](https://github.com/Increase/increase-python/compare/v0.436.0...v0.437.0) diff --git a/pyproject.toml b/pyproject.toml index 42e0f286..6e0acacc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.437.0" +version = "0.438.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 55b342eb..aecb17d4 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.437.0" # x-release-please-version +__version__ = "0.438.0" # x-release-please-version