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.400.0"
".": "0.401.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a66f039751a4ffdebbbf533f24f55cd2c42708b9cf105512849849fddaafb5e8.yml
openapi_spec_hash: c265609bceb053f898ea14b1191fe927
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bd464d151612058d8029150b376949b22d5515af23621465c0ce1c1069b91644.yml
openapi_spec_hash: e60e1548c523a0ee7c9daa1bd988cbc5
config_hash: ca1425272e17fa23d4466d33492334fa
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.401.0 (2025-11-24)

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

### Features

* **api:** api update ([6c57880](https://github.com/Increase/increase-python/commit/6c57880a9bb6222b67f5d4b5e925eaf7f37350cf))

## 0.400.0 (2025-11-24)

Full Changelog: [v0.399.0...v0.400.0](https://github.com/Increase/increase-python/compare/v0.399.0...v0.400.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.400.0"
version = "0.401.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.400.0" # x-release-please-version
__version__ = "0.401.0" # x-release-please-version
8 changes: 8 additions & 0 deletions src/increase/resources/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def create(
"check_image_back",
"mailed_check_image",
"check_attachment",
"check_voucher_image",
"form_ss_4",
"identity_document",
"loan_application_supplemental_document",
Expand Down Expand Up @@ -97,6 +98,9 @@ def create(
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_attachment` - A document to be printed on an additional page and mailed
with a check that you've requested Increase print.
- `check_voucher_image` - An image to be used as the check voucher image, which
is printed in the middle of the trifold area of a check. This must be a
2550x1100 pixel PNG.
- `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
Expand Down Expand Up @@ -283,6 +287,7 @@ async def create(
"check_image_back",
"mailed_check_image",
"check_attachment",
"check_voucher_image",
"form_ss_4",
"identity_document",
"loan_application_supplemental_document",
Expand Down Expand Up @@ -325,6 +330,9 @@ async def create(
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_attachment` - A document to be printed on an additional page and mailed
with a check that you've requested Increase print.
- `check_voucher_image` - An image to be used as the check voucher image, which
is printed in the middle of the trifold area of a check. This must be a
2550x1100 pixel PNG.
- `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
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/check_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ class PhysicalCheck(BaseModel):
attachment_file_id: Optional[str] = None
"""The ID of the file for the check attachment."""

check_voucher_image_file_id: Optional[str] = None
"""The ID of the file for the check voucher image."""

mailing_address: PhysicalCheckMailingAddress
"""Details for where Increase will mail the check."""

Expand Down
8 changes: 8 additions & 0 deletions src/increase/types/check_transfer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ class PhysicalCheckTyped(TypedDict, total=False):
https://increase.com/documentation/originating-checks#printing-checks .
"""

check_voucher_image_file_id: str
"""The ID of a File to be used as the check voucher image.

This must have `purpose: check_voucher_image`. For details on pricing and
restrictions, see
https://increase.com/documentation/originating-checks#printing-checks .
"""

note: str
"""The descriptor that will be printed on the letter included with the check."""

Expand Down
4 changes: 4 additions & 0 deletions src/increase/types/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class File(BaseModel):
"processed_check_image_back",
"mailed_check_image",
"check_attachment",
"check_voucher_image",
"inbound_mail_item",
"form_1099_int",
"form_1099_misc",
Expand Down Expand Up @@ -90,6 +91,9 @@ class File(BaseModel):
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_attachment` - A document to be printed on an additional page and mailed
with a check that you've requested Increase print.
- `check_voucher_image` - An image to be used as the check voucher image, which
is printed in the middle of the trifold area of a check. This must be a
2550x1100 pixel PNG.
- `inbound_mail_item` - A scanned mail item sent to Increase.
- `form_1099_int` - IRS Form 1099-INT.
- `form_1099_misc` - IRS Form 1099-MISC.
Expand Down
4 changes: 4 additions & 0 deletions src/increase/types/file_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class FileCreateParams(TypedDict, total=False):
"check_image_back",
"mailed_check_image",
"check_attachment",
"check_voucher_image",
"form_ss_4",
"identity_document",
"loan_application_supplemental_document",
Expand All @@ -49,6 +50,9 @@ class FileCreateParams(TypedDict, total=False):
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_attachment` - A document to be printed on an additional page and mailed
with a check that you've requested Increase print.
- `check_voucher_image` - An image to be used as the check voucher image, which
is printed in the middle of the trifold area of a check. This must be a
2550x1100 pixel PNG.
- `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
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 @@ -72,6 +72,7 @@ class CreatedAt(TypedDict, total=False):
"processed_check_image_back",
"mailed_check_image",
"check_attachment",
"check_voucher_image",
"inbound_mail_item",
"form_1099_int",
"form_1099_misc",
Expand Down
2 changes: 2 additions & 0 deletions tests/api_resources/test_check_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
"memo": "Check payment",
"recipient_name": "Ian Crease",
"attachment_file_id": "attachment_file_id",
"check_voucher_image_file_id": "check_voucher_image_file_id",
"note": "x",
"payer": [{"contents": "x"}],
"return_address": {
Expand Down Expand Up @@ -342,6 +343,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
"memo": "Check payment",
"recipient_name": "Ian Crease",
"attachment_file_id": "attachment_file_id",
"check_voucher_image_file_id": "check_voucher_image_file_id",
"note": "x",
"payer": [{"contents": "x"}],
"return_address": {
Expand Down