Skip to content

Commit f165883

Browse files
feat(api): api update
1 parent 806ff2c commit f165883

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6cc15216773be06ef5899a9f805480d69ba2e610a3746bb638c7773baa10c407.yml
3-
openapi_spec_hash: c24d9a85acb17d73e8d6434d7c907d40
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2aab30efad14c2af42a235cff57e4f530dcc7f223df00093d9d171186d5f2c5e.yml
3+
openapi_spec_hash: 08496939ae1bdbbe2aee358b693020f8
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/increase/types/entity_beneficial_owner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ class EntityBeneficialOwner(BaseModel):
104104
Beneficial Owner was created.
105105
"""
106106

107+
entity_id: str
108+
"""The identifier of the Entity to which this beneficial owner belongs."""
109+
107110
idempotency_key: Optional[str] = None
108111
"""The idempotency key you chose for this object.
109112

0 commit comments

Comments
 (0)