Skip to content

Commit dec4a37

Browse files
feat(api): api update
1 parent 3b3fc19 commit dec4a37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-56234b020a54052fccd4039cb771fbc9065afc95cf2b15d559c4a91d4e745ca1.yml
3-
openapi_spec_hash: 1254ab532c5dd4c23fb035149006f802
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2277bacfbbf3570574b1c8abe74936d197944101f1e66238be7baf8e3303e52d.yml
3+
openapi_spec_hash: f9004c6a75fbf5b4984080b8f8dd184c
44
config_hash: d15ecbf4dc8a7a0ef99397d11b557444

src/increase/types/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class CorporationBeneficialOwnerIndividual(BaseModel):
141141

142142

143143
class CorporationBeneficialOwner(BaseModel):
144-
beneficial_owner_id: str
144+
id: str
145145
"""The identifier of this beneficial owner."""
146146

147147
company_title: Optional[str] = None

0 commit comments

Comments
 (0)