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.501.0"
".": "0.502.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: 237
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2f50481c658c231d13f4b8851f0e4fb30cd2b72d39aff0cb826a24306bcd27cd.yml
openapi_spec_hash: aa94ab16c59d918fd1b634a365b1dd50
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3b0fb8ec4f6710c53d729d6c7803a7187c1f8747b701117209f3beccba254e65.yml
openapi_spec_hash: 333cca68278fcc6b9d9d24fd8203db5e
config_hash: 9dd89544e7c0403ccb0e0827de6a9cbf
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.502.0 (2026-04-29)

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

### Features

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

## 0.501.0 (2026-04-28)

Full Changelog: [v0.500.0...v0.501.0](https://github.com/Increase/increase-python/compare/v0.500.0...v0.501.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.501.0"
version = "0.502.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.501.0" # x-release-please-version
__version__ = "0.502.0" # x-release-please-version
4 changes: 3 additions & 1 deletion src/increase/types/beneficial_owner_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ class IndividualIdentification(TypedDict, total=False, extra_items=object): # t
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: IndividualIdentificationDriversLicense
Expand Down
4 changes: 3 additions & 1 deletion src/increase/types/beneficial_owner_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ class Identification(TypedDict, total=False, extra_items=object): # type: ignor
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: IdentificationDriversLicense
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ class CorporationLegalIdentifier(BaseModel):
"""The category of the legal identifier.

- `us_employer_identification_number` - The Employer Identification Number (EIN)
for the company. The EIN is a 9-digit number assigned by the IRS.
for the company. The EIN is a 9-digit number assigned by the IRS; submit it as
nine digits with no dashes or other separators.
- `other` - A legal identifier issued by a foreign government, like a tax
identification number or registration number.
"""
Expand Down
37 changes: 28 additions & 9 deletions src/increase/types/entity_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ class CorporationBeneficialOwnerIndividualIdentification(TypedDict, total=False,
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: CorporationBeneficialOwnerIndividualIdentificationDriversLicense
Expand Down Expand Up @@ -345,15 +347,20 @@ class CorporationLegalIdentifier(TypedDict, total=False):
"""

value: Required[str]
"""The legal identifier."""
"""The legal identifier.

For US Employer Identification Numbers, submit nine digits with no dashes or
other separators.
"""

category: Literal["us_employer_identification_number", "other"]
"""The category of the legal identifier.

If not provided, the default is `us_employer_identification_number`.

- `us_employer_identification_number` - The Employer Identification Number (EIN)
for the company. The EIN is a 9-digit number assigned by the IRS.
for the company. The EIN is a 9-digit number assigned by the IRS; submit it as
nine digits with no dashes or other separators.
- `other` - A legal identifier issued by a foreign government, like a tax
identification number or registration number.
"""
Expand Down Expand Up @@ -486,7 +493,10 @@ class GovernmentAuthority(TypedDict, total=False):
"""The legal name of the government authority."""

tax_identifier: Required[str]
"""The Employer Identification Number (EIN) for the government authority."""
"""The Employer Identification Number (EIN) for the government authority.

Submit nine digits with no dashes or other separators.
"""

website: str
"""The website of the government authority."""
Expand Down Expand Up @@ -611,7 +621,9 @@ class JointIndividualIdentification(TypedDict, total=False, extra_items=object):
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: JointIndividualIdentificationDriversLicense
Expand Down Expand Up @@ -787,7 +799,9 @@ class NaturalPersonIdentification(TypedDict, total=False, extra_items=object):
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: NaturalPersonIdentificationDriversLicense
Expand Down Expand Up @@ -1041,7 +1055,9 @@ class TrustTrusteeIndividualIdentification(TypedDict, total=False, extra_items=o
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: TrustTrusteeIndividualIdentificationDriversLicense
Expand Down Expand Up @@ -1227,7 +1243,9 @@ class TrustGrantorIdentification(TypedDict, total=False, extra_items=object): #
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: TrustGrantorIdentificationDriversLicense
Expand Down Expand Up @@ -1319,5 +1337,6 @@ class Trust(TypedDict, total=False):
tax_identifier: str
"""The Employer Identification Number (EIN) for the trust.

Required if `category` is equal to `irrevocable`.
Submit nine digits with no dashes or other separators. Required if `category` is
equal to `irrevocable`.
"""
13 changes: 10 additions & 3 deletions src/increase/types/entity_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,18 @@ class CorporationLegalIdentifier(TypedDict, total=False):
"""

value: Required[str]
"""The identifier of the legal identifier."""
"""The identifier of the legal identifier.

For US Employer Identification Numbers, submit nine digits with no dashes or
other separators.
"""

category: Literal["us_employer_identification_number", "other"]
"""The category of the legal identifier.

- `us_employer_identification_number` - The Employer Identification Number (EIN)
for the company. The EIN is a 9-digit number assigned by the IRS.
for the company. The EIN is a 9-digit number assigned by the IRS; submit it as
nine digits with no dashes or other separators.
- `other` - A legal identifier issued by a foreign government, like a tax
identification number or registration number.
"""
Expand Down Expand Up @@ -335,7 +340,9 @@ class NaturalPersonIdentification(TypedDict, total=False, extra_items=object):
number: Required[str]
"""
An identification number that can be used to verify the individual's identity,
such as a social security number.
such as a social security number. For Social Security Numbers and Individual
Taxpayer Identification Numbers, submit nine digits with no dashes or other
separators.
"""

drivers_license: NaturalPersonIdentificationDriversLicense
Expand Down