From bb0c7d2f5837a51191495cd955fb62b42afac749 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:26:20 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/resources/exports.ts | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1df97ed7..e5b11df2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 230 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1d2c6658404319b576b7bc1c75242f23493b8ffedefd81b41b36dc5456af766a.yml -openapi_spec_hash: 0d8eeda32c249e6371843545f8f211ff +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-acaa7510acabd57dfdde78063277cef0c611dd42abd998e5f1f851c4655e8fd0.yml +openapi_spec_hash: d0684f4b10e09e2585ad70360531501c config_hash: ff2eb5f192b4de36611b37b27961c2d8 diff --git a/src/resources/exports.ts b/src/resources/exports.ts index ba8513d2..d211c682 100644 --- a/src/resources/exports.ts +++ b/src/resources/exports.ts @@ -87,6 +87,10 @@ export interface Export { * management dashboard. * - `dashboard_table_csv` - Certain dashboard tables are available as CSV exports. * This export cannot be created via the API. + * - `account_verification_letter` - A PDF of an account verification letter. + * - `funding_instructions` - A PDF of funding instructions. + * - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT. + * - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC. */ category: | 'account_statement_ofx' @@ -96,7 +100,11 @@ export interface Export { | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' - | 'dashboard_table_csv'; + | 'dashboard_table_csv' + | 'account_verification_letter' + | 'funding_instructions' + | 'form_1099_int' + | 'form_1099_misc'; /** * The time the Export was created. @@ -494,6 +502,10 @@ export namespace ExportListParams { | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' + | 'account_verification_letter' + | 'funding_instructions' + | 'form_1099_int' + | 'form_1099_misc' >; } From 56098c6635ec1f833577130463a429ef839f7e23 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:26:43 +0000 Subject: [PATCH 2/2] release: 0.387.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f494ed5..718eaf8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.386.0" + ".": "0.387.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5c954b..79691e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.387.0 (2025-12-17) + +Full Changelog: [v0.386.0...v0.387.0](https://github.com/Increase/increase-typescript/compare/v0.386.0...v0.387.0) + +### Features + +* **api:** api update ([bb0c7d2](https://github.com/Increase/increase-typescript/commit/bb0c7d2f5837a51191495cd955fb62b42afac749)) + ## 0.386.0 (2025-12-16) Full Changelog: [v0.385.0...v0.386.0](https://github.com/Increase/increase-typescript/compare/v0.385.0...v0.386.0) diff --git a/package.json b/package.json index 1598eead..3fb91490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "increase", - "version": "0.386.0", + "version": "0.387.0", "description": "The official TypeScript library for the Increase API", "author": "Increase ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 537fb30e..6596361e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.386.0'; // x-release-please-version +export const VERSION = '0.387.0'; // x-release-please-version