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.210.0"
".": "0.211.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: 199
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a47b11a0e607e967e5084b9ca0602eca8b9d8fcae288dd554172894b4ae4bc5.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cc87cb29bb20cb6bb17818eda6283205740084b0a055539bd6a04945eca539ab.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.211.0 (2025-03-22)

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

### Features

* **api:** api update ([#1047](https://github.com/Increase/increase-python/issues/1047)) ([02a8dd8](https://github.com/Increase/increase-python/commit/02a8dd8c9e94f2e6d8f7bca8b259c0a357506a53))

## 0.210.0 (2025-03-18)

Full Changelog: [v0.209.2...v0.210.0](https://github.com/Increase/increase-python/compare/v0.209.2...v0.210.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.210.0"
version = "0.211.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.210.0" # x-release-please-version
__version__ = "0.211.0" # x-release-please-version
10 changes: 8 additions & 2 deletions src/increase/resources/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def create(
"mailed_check_image",
"check_voucher_image",
"check_attachment_image",
"check_attachment",
"form_ss_4",
"identity_document",
"other",
Expand Down Expand Up @@ -100,8 +101,10 @@ def create(
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_voucher_image` - An image to be printed on the bottom or voucher of a
check that you've requested Increase print.
- `check_attachment_image` - An image to be printed on an additional page and
- `check_attachment_image` - A document to be printed on an additional page and
mailed with a check that you've requested Increase print.
- `check_attachment` - A document to be printed on an additional page and mailed
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.
- `other` - A file purpose not covered by any of the other cases.
Expand Down Expand Up @@ -286,6 +289,7 @@ async def create(
"mailed_check_image",
"check_voucher_image",
"check_attachment_image",
"check_attachment",
"form_ss_4",
"identity_document",
"other",
Expand Down Expand Up @@ -326,8 +330,10 @@ async def create(
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_voucher_image` - An image to be printed on the bottom or voucher of a
check that you've requested Increase print.
- `check_attachment_image` - An image to be printed on an additional page and
- `check_attachment_image` - A document to be printed on an additional page and
mailed with a check that you've requested Increase print.
- `check_attachment` - A document to be printed on an additional page and mailed
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.
- `other` - A file purpose not covered by any of the other cases.
Expand Down
5 changes: 4 additions & 1 deletion src/increase/types/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class File(BaseModel):
"mailed_check_image",
"check_voucher_image",
"check_attachment_image",
"check_attachment",
"inbound_mail_item",
"form_1099_int",
"form_1099_misc",
Expand Down Expand Up @@ -83,8 +84,10 @@ class File(BaseModel):
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_voucher_image` - An image to be printed on the bottom or voucher of a
check that you've requested Increase print.
- `check_attachment_image` - An image to be printed on an additional page and
- `check_attachment_image` - A document to be printed on an additional page and
mailed with a check that you've requested Increase print.
- `check_attachment` - A document to be printed on an additional page and mailed
with a check that you've requested Increase print.
- `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
5 changes: 4 additions & 1 deletion 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):
"mailed_check_image",
"check_voucher_image",
"check_attachment_image",
"check_attachment",
"form_ss_4",
"identity_document",
"other",
Expand All @@ -47,8 +48,10 @@ class FileCreateParams(TypedDict, total=False):
- `mailed_check_image` - An image of a check that was mailed to a recipient.
- `check_voucher_image` - An image to be printed on the bottom or voucher of a
check that you've requested Increase print.
- `check_attachment_image` - An image to be printed on an additional page and
- `check_attachment_image` - A document to be printed on an additional page and
mailed with a check that you've requested Increase print.
- `check_attachment` - A document to be printed on an additional page and mailed
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.
- `other` - A file purpose not covered by any of the other cases.
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):
"mailed_check_image",
"check_voucher_image",
"check_attachment_image",
"check_attachment",
"inbound_mail_item",
"form_1099_int",
"form_1099_misc",
Expand Down