diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8336dd24..78058d763 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.385.0" + ".": "0.386.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d4beceef3..f961ed3c7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3c8035f19693dda684506d2e1ea8e9ce7db5e7400923872518c3ac9cb19b7a2a.yml -openapi_spec_hash: a41137b030f9e14858f05263731b8f4d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-029ea9e6c4067d483991aa9c3f62773ffaf56ac0b765749983afc182074e834d.yml +openapi_spec_hash: 4b3f58b1324441e24b4c2b4dfa391d74 config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/CHANGELOG.md b/CHANGELOG.md index 5203591cc..9a607094b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.386.0 (2025-11-07) + +Full Changelog: [v0.385.0...v0.386.0](https://github.com/Increase/increase-python/compare/v0.385.0...v0.386.0) + +### Features + +* **api:** api update ([ef00366](https://github.com/Increase/increase-python/commit/ef00366be1ca47cbfb471351f03105c327a80c01)) + ## 0.385.0 (2025-11-07) Full Changelog: [v0.384.0...v0.385.0](https://github.com/Increase/increase-python/compare/v0.384.0...v0.385.0) diff --git a/pyproject.toml b/pyproject.toml index c57ac5226..7ce395f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.385.0" +version = "0.386.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 c7f89aa1b..ef328b9c2 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.385.0" # x-release-please-version +__version__ = "0.386.0" # x-release-please-version diff --git a/src/increase/resources/files.py b/src/increase/resources/files.py index 9cbdf7227..ab8db43de 100644 --- a/src/increase/resources/files.py +++ b/src/increase/resources/files.py @@ -57,6 +57,7 @@ def create( "check_attachment", "form_ss_4", "identity_document", + "loan_application_supplemental_document", "other", "trust_formation_document", "digital_wallet_artwork", @@ -98,6 +99,8 @@ def create( with a check that you've requested Increase print. - `form_ss_4` - IRS Form SS-4. - `identity_document` - An image of a government-issued ID. + - `loan_application_supplemental_document` - A supplemental document for a Loan + Application. - `other` - A file purpose not covered by any of the other cases. - `trust_formation_document` - A legal document forming a trust. - `digital_wallet_artwork` - A card image to be rendered inside digital wallet @@ -282,6 +285,7 @@ async def create( "check_attachment", "form_ss_4", "identity_document", + "loan_application_supplemental_document", "other", "trust_formation_document", "digital_wallet_artwork", @@ -323,6 +327,8 @@ async def create( with a check that you've requested Increase print. - `form_ss_4` - IRS Form SS-4. - `identity_document` - An image of a government-issued ID. + - `loan_application_supplemental_document` - A supplemental document for a Loan + Application. - `other` - A file purpose not covered by any of the other cases. - `trust_formation_document` - A legal document forming a trust. - `digital_wallet_artwork` - A card image to be rendered inside digital wallet diff --git a/src/increase/types/file.py b/src/increase/types/file.py index 1675fba58..15ef9f972 100644 --- a/src/increase/types/file.py +++ b/src/increase/types/file.py @@ -56,6 +56,7 @@ class File(BaseModel): "form_ss_4", "identity_document", "increase_statement", + "loan_application_supplemental_document", "other", "trust_formation_document", "digital_wallet_artwork", @@ -95,6 +96,8 @@ class File(BaseModel): - `form_ss_4` - IRS Form SS-4. - `identity_document` - An image of a government-issued ID. - `increase_statement` - A statement generated by Increase. + - `loan_application_supplemental_document` - A supplemental document for a Loan + Application. - `other` - A file purpose not covered by any of the other cases. - `trust_formation_document` - A legal document forming a trust. - `digital_wallet_artwork` - A card image to be rendered inside digital wallet diff --git a/src/increase/types/file_create_params.py b/src/increase/types/file_create_params.py index e55d115a2..790327157 100644 --- a/src/increase/types/file_create_params.py +++ b/src/increase/types/file_create_params.py @@ -27,6 +27,7 @@ class FileCreateParams(TypedDict, total=False): "check_attachment", "form_ss_4", "identity_document", + "loan_application_supplemental_document", "other", "trust_formation_document", "digital_wallet_artwork", @@ -50,6 +51,8 @@ class FileCreateParams(TypedDict, total=False): with a check that you've requested Increase print. - `form_ss_4` - IRS Form SS-4. - `identity_document` - An image of a government-issued ID. + - `loan_application_supplemental_document` - A supplemental document for a Loan + Application. - `other` - A file purpose not covered by any of the other cases. - `trust_formation_document` - A legal document forming a trust. - `digital_wallet_artwork` - A card image to be rendered inside digital wallet diff --git a/src/increase/types/file_list_params.py b/src/increase/types/file_list_params.py index c6b9a4def..eb333197f 100644 --- a/src/increase/types/file_list_params.py +++ b/src/increase/types/file_list_params.py @@ -78,6 +78,7 @@ class CreatedAt(TypedDict, total=False): "form_ss_4", "identity_document", "increase_statement", + "loan_application_supplemental_document", "other", "trust_formation_document", "digital_wallet_artwork",