Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.320.0"
".": "0.321.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 217
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-438f2a4d4f35670ae5692a6a9a36711af7944ac975bf309a6d50c02a28b13a70.yml
openapi_spec_hash: e4930cc26be238707449872070607e64
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5d85239e5d724254ab22d922c6cad05e1c361c791ef4a578e1165158bd967753.yml
openapi_spec_hash: b2c90485c02d643ad09954f4d88dbc25
config_hash: e1885b38eded054b77308a024c5d80cc
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.321.0 (2025-09-08)

Full Changelog: [v0.320.0...v0.321.0](https://github.com/Increase/increase-python/compare/v0.320.0...v0.321.0)

### Features

* **api:** api update ([eaddb8b](https://github.com/Increase/increase-python/commit/eaddb8b15dfcd17a7aef38823a143e2378cabf2a))

## 0.320.0 (2025-09-08)

Full Changelog: [v0.319.0...v0.320.0](https://github.com/Increase/increase-python/compare/v0.319.0...v0.320.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.320.0"
version = "0.321.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.320.0" # x-release-please-version
__version__ = "0.321.0" # x-release-please-version
20 changes: 12 additions & 8 deletions src/increase/resources/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ def create(

supplemental_documents: Additional documentation associated with the entity.

third_party_verification: A reference to data stored in a third-party verification service. Your
integration may or may not use this field.
third_party_verification: If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.

trust: Details of the trust entity to create. Required if `structure` is equal to
`trust`.
Expand Down Expand Up @@ -224,8 +225,9 @@ def update(
risk_rating: An assessment of the entity’s potential risk of involvement in financial crimes,
such as money laundering.

third_party_verification: A reference to data stored in a third-party verification service. Your
integration may or may not use this field.
third_party_verification: If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.

trust: Details of the trust entity to update. If you specify this parameter and the
entity is not a trust, the request will fail.
Expand Down Expand Up @@ -750,8 +752,9 @@ async def create(

supplemental_documents: Additional documentation associated with the entity.

third_party_verification: A reference to data stored in a third-party verification service. Your
integration may or may not use this field.
third_party_verification: If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.

trust: Details of the trust entity to create. Required if `structure` is equal to
`trust`.
Expand Down Expand Up @@ -864,8 +867,9 @@ async def update(
risk_rating: An assessment of the entity’s potential risk of involvement in financial crimes,
such as money laundering.

third_party_verification: A reference to data stored in a third-party verification service. Your
integration may or may not use this field.
third_party_verification: If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.

trust: Details of the trust entity to update. If you specify this parameter and the
entity is not a trust, the request will fail.
Expand Down
13 changes: 7 additions & 6 deletions src/increase/types/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ class RiskRating(BaseModel):
rating: Literal["low", "medium", "high"]
"""The rating given to this entity.

- `low` - Low
- `medium` - Medium
- `high` - High
- `low` - Minimal risk of involvement in financial crime.
- `medium` - Moderate risk of involvement in financial crime.
- `high` - Elevated risk of involvement in financial crime.
"""


Expand Down Expand Up @@ -633,9 +633,10 @@ class Entity(BaseModel):
"""

third_party_verification: Optional[ThirdPartyVerification] = None
"""A reference to data stored in a third-party verification service.

Your integration may or may not use this field.
"""
If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.
"""

trust: Optional[Trust] = None
Expand Down
13 changes: 7 additions & 6 deletions src/increase/types/entity_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ class EntityCreateParams(TypedDict, total=False):
"""Additional documentation associated with the entity."""

third_party_verification: ThirdPartyVerification
"""A reference to data stored in a third-party verification service.

Your integration may or may not use this field.
"""
If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.
"""

trust: Trust
Expand Down Expand Up @@ -700,9 +701,9 @@ class RiskRating(TypedDict, total=False):
rating: Required[Literal["low", "medium", "high"]]
"""The rating given to this entity.

- `low` - Low
- `medium` - Medium
- `high` - High
- `low` - Minimal risk of involvement in financial crime.
- `medium` - Moderate risk of involvement in financial crime.
- `high` - Elevated risk of involvement in financial crime.
"""


Expand Down
13 changes: 7 additions & 6 deletions src/increase/types/entity_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ class EntityUpdateParams(TypedDict, total=False):
"""

third_party_verification: ThirdPartyVerification
"""A reference to data stored in a third-party verification service.

Your integration may or may not use this field.
"""
If you are using a third-party service for identity verification, you can use
this field to associate this Entity with the identifier that represents them in
that service.
"""

trust: Trust
Expand Down Expand Up @@ -176,9 +177,9 @@ class RiskRating(TypedDict, total=False):
rating: Required[Literal["low", "medium", "high"]]
"""The rating given to this entity.

- `low` - Low
- `medium` - Medium
- `high` - High
- `low` - Minimal risk of involvement in financial crime.
- `medium` - Moderate risk of involvement in financial crime.
- `high` - Elevated risk of involvement in financial crime.
"""


Expand Down