From 329ea7257ea7e7acbfd05fb1ef39427f953857fe Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:52:08 +0000 Subject: [PATCH 1/2] feat(api): api update (#1050) --- .stats.yml | 2 +- src/increase/resources/files.py | 12 ------------ src/increase/types/file.py | 6 ------ src/increase/types/file_create_params.py | 6 ------ src/increase/types/file_list_params.py | 2 -- 5 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.stats.yml b/.stats.yml index a76b111f0..38744156e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 199 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cc87cb29bb20cb6bb17818eda6283205740084b0a055539bd6a04945eca539ab.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-37dc1802736b75bd7602c7be0989e9bbfcd9d2d93b1a3491011ce86cb150cc5a.yml diff --git a/src/increase/resources/files.py b/src/increase/resources/files.py index f24643772..1f74e4992 100644 --- a/src/increase/resources/files.py +++ b/src/increase/resources/files.py @@ -58,8 +58,6 @@ def create( "check_image_front", "check_image_back", "mailed_check_image", - "check_voucher_image", - "check_attachment_image", "check_attachment", "form_ss_4", "identity_document", @@ -99,10 +97,6 @@ def create( deposits. - `check_image_back` - An image of the back of a check, used for check deposits. - `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` - 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. @@ -287,8 +281,6 @@ async def create( "check_image_front", "check_image_back", "mailed_check_image", - "check_voucher_image", - "check_attachment_image", "check_attachment", "form_ss_4", "identity_document", @@ -328,10 +320,6 @@ async def create( deposits. - `check_image_back` - An image of the back of a check, used for check deposits. - `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` - 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. diff --git a/src/increase/types/file.py b/src/increase/types/file.py index 0107ba9b3..94c29fadc 100644 --- a/src/increase/types/file.py +++ b/src/increase/types/file.py @@ -46,8 +46,6 @@ class File(BaseModel): "processed_check_image_front", "processed_check_image_back", "mailed_check_image", - "check_voucher_image", - "check_attachment_image", "check_attachment", "inbound_mail_item", "form_1099_int", @@ -82,10 +80,6 @@ class File(BaseModel): - `processed_check_image_back` - An image of the back of a deposited check after processing by Increase and submission to the Federal Reserve. - `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` - 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. diff --git a/src/increase/types/file_create_params.py b/src/increase/types/file_create_params.py index c4788b37c..2bf3ce98c 100644 --- a/src/increase/types/file_create_params.py +++ b/src/increase/types/file_create_params.py @@ -23,8 +23,6 @@ class FileCreateParams(TypedDict, total=False): "check_image_front", "check_image_back", "mailed_check_image", - "check_voucher_image", - "check_attachment_image", "check_attachment", "form_ss_4", "identity_document", @@ -46,10 +44,6 @@ class FileCreateParams(TypedDict, total=False): deposits. - `check_image_back` - An image of the back of a check, used for check deposits. - `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` - 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. diff --git a/src/increase/types/file_list_params.py b/src/increase/types/file_list_params.py index 8b345f5d4..40cfb0456 100644 --- a/src/increase/types/file_list_params.py +++ b/src/increase/types/file_list_params.py @@ -70,8 +70,6 @@ class CreatedAt(TypedDict, total=False): "processed_check_image_front", "processed_check_image_back", "mailed_check_image", - "check_voucher_image", - "check_attachment_image", "check_attachment", "inbound_mail_item", "form_1099_int", From 5bb83f8e42b6ffaa00235a3a51439f32f0fcf579 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:52:33 +0000 Subject: [PATCH 2/2] release: 0.212.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30bf412b9..27a3cb4d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.211.0" + ".": "0.212.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f98773ce..b4d3aa503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.212.0 (2025-03-22) + +Full Changelog: [v0.211.0...v0.212.0](https://github.com/Increase/increase-python/compare/v0.211.0...v0.212.0) + +### Features + +* **api:** api update ([#1050](https://github.com/Increase/increase-python/issues/1050)) ([329ea72](https://github.com/Increase/increase-python/commit/329ea7257ea7e7acbfd05fb1ef39427f953857fe)) + ## 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) diff --git a/pyproject.toml b/pyproject.toml index 83a42bc85..16424c3ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.211.0" +version = "0.212.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 bff435cd0..3c3f5e7f5 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.211.0" # x-release-please-version +__version__ = "0.212.0" # x-release-please-version