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.206.0"
".": "0.207.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 198
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-9c95b020510d1ae7d912fa71032eb2fef43dacfb6ee2ba7b989f18ed8d0a9348.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1a9b03edcf2324393d39557ff1597830acce6897eb2e1aed988ee03e8a6630ee.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.207.0 (2025-03-14)

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

### Features

* **api:** api update ([#1024](https://github.com/Increase/increase-python/issues/1024)) ([b32c283](https://github.com/Increase/increase-python/commit/b32c28341e44b19764c62202b750aeb3ed57d636))

## 0.206.0 (2025-03-13)

Full Changelog: [v0.205.0...v0.206.0](https://github.com/Increase/increase-python/compare/v0.205.0...v0.206.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.206.0"
version = "0.207.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.206.0" # x-release-please-version
__version__ = "0.207.0" # x-release-please-version
6 changes: 6 additions & 0 deletions src/increase/resources/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def create(
"document_request",
"entity_supplemental_document",
"unusual_activity_report_attachment",
"proof_of_authorization_request_submission",
],
description: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -119,6 +120,8 @@ def create(
Entity.
- `unusual_activity_report_attachment` - An attachment to an Unusual Activity
Report.
- `proof_of_authorization_request_submission` - A file containing additional
evidence for a Proof of Authorization Request Submission.

description: The description you choose to give the File.

Expand Down Expand Up @@ -294,6 +297,7 @@ async def create(
"document_request",
"entity_supplemental_document",
"unusual_activity_report_attachment",
"proof_of_authorization_request_submission",
],
description: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -342,6 +346,8 @@ async def create(
Entity.
- `unusual_activity_report_attachment` - An attachment to an Unusual Activity
Report.
- `proof_of_authorization_request_submission` - A file containing additional
evidence for a Proof of Authorization Request Submission.

description: The description you choose to give the File.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def create(
validated_account_ownership_via_credential: bool,
validated_account_ownership_with_account_statement: bool,
validated_account_ownership_with_microdeposit: bool,
additional_evidence_file_id: str | NotGiven = NOT_GIVEN,
authorizer_company: str | NotGiven = NOT_GIVEN,
authorizer_ip_address: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -95,6 +96,8 @@ def create(

validated_account_ownership_with_microdeposit: Whether the account ownership was validated with a microdeposit.

additional_evidence_file_id: The File containing the check's front image.

authorizer_company: Company of the authorizer.

authorizer_ip_address: IP address of the authorizer.
Expand Down Expand Up @@ -122,6 +125,7 @@ def create(
"validated_account_ownership_via_credential": validated_account_ownership_via_credential,
"validated_account_ownership_with_account_statement": validated_account_ownership_with_account_statement,
"validated_account_ownership_with_microdeposit": validated_account_ownership_with_microdeposit,
"additional_evidence_file_id": additional_evidence_file_id,
"authorizer_company": authorizer_company,
"authorizer_ip_address": authorizer_ip_address,
},
Expand Down Expand Up @@ -266,6 +270,7 @@ async def create(
validated_account_ownership_via_credential: bool,
validated_account_ownership_with_account_statement: bool,
validated_account_ownership_with_microdeposit: bool,
additional_evidence_file_id: str | NotGiven = NOT_GIVEN,
authorizer_company: str | NotGiven = NOT_GIVEN,
authorizer_ip_address: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -298,6 +303,8 @@ async def create(

validated_account_ownership_with_microdeposit: Whether the account ownership was validated with a microdeposit.

additional_evidence_file_id: The File containing the check's front image.

authorizer_company: Company of the authorizer.

authorizer_ip_address: IP address of the authorizer.
Expand Down Expand Up @@ -325,6 +332,7 @@ async def create(
"validated_account_ownership_via_credential": validated_account_ownership_via_credential,
"validated_account_ownership_with_account_statement": validated_account_ownership_with_account_statement,
"validated_account_ownership_with_microdeposit": validated_account_ownership_with_microdeposit,
"additional_evidence_file_id": additional_evidence_file_id,
"authorizer_company": authorizer_company,
"authorizer_ip_address": authorizer_ip_address,
},
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class File(BaseModel):
"export",
"unusual_activity_report_attachment",
"deposit_account_control_agreement",
"proof_of_authorization_request_submission",
]
"""What the File will be used for.

Expand Down Expand Up @@ -116,6 +117,8 @@ class File(BaseModel):
Report.
- `deposit_account_control_agreement` - A document granting another entity
access to the funds into your account.
- `proof_of_authorization_request_submission` - A file containing additional
evidence for a Proof of Authorization Request Submission.
"""

type: Literal["file"]
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/file_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class FileCreateParams(TypedDict, total=False):
"document_request",
"entity_supplemental_document",
"unusual_activity_report_attachment",
"proof_of_authorization_request_submission",
]
]
"""What the File will be used for in Increase's systems.
Expand Down Expand Up @@ -66,6 +67,8 @@ class FileCreateParams(TypedDict, total=False):
Entity.
- `unusual_activity_report_attachment` - An attachment to an Unusual Activity
Report.
- `proof_of_authorization_request_submission` - A file containing additional
evidence for a Proof of Authorization Request Submission.
"""

description: str
Expand Down
1 change: 1 addition & 0 deletions src/increase/types/file_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class CreatedAt(TypedDict, total=False):
"export",
"unusual_activity_report_attachment",
"deposit_account_control_agreement",
"proof_of_authorization_request_submission",
]
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ class ProofOfAuthorizationRequestSubmission(BaseModel):
id: str
"""The Proof of Authorization Request Submission identifier."""

additional_evidence_file_id: Optional[str] = None
"""File containing additional evidence."""

authorization_terms: str
"""Terms of authorization."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ class ProofOfAuthorizationRequestSubmissionCreateParams(TypedDict, total=False):
validated_account_ownership_with_microdeposit: Required[bool]
"""Whether the account ownership was validated with a microdeposit."""

additional_evidence_file_id: str
"""The File containing the check's front image."""

authorizer_company: str
"""Company of the authorizer."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
validated_account_ownership_via_credential=True,
validated_account_ownership_with_account_statement=True,
validated_account_ownership_with_microdeposit=True,
additional_evidence_file_id="file_makxrc67oh9l6sg7w9yc",
authorizer_company="National Phonograph Company",
authorizer_ip_address="x",
)
Expand Down Expand Up @@ -235,6 +236,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
validated_account_ownership_via_credential=True,
validated_account_ownership_with_account_statement=True,
validated_account_ownership_with_microdeposit=True,
additional_evidence_file_id="file_makxrc67oh9l6sg7w9yc",
authorizer_company="National Phonograph Company",
authorizer_ip_address="x",
)
Expand Down