From d4e631599034c197b2924383d3fd7781a47308dd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:24:41 +0000 Subject: [PATCH 1/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index fd8a5981..7cd756e2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-eaee3db1b6a076bc5c49879e3b3154e5ae466d0fd278917a3835f4ed0c9cce63.yml -openapi_spec_hash: 34a379fd12fbaa209f10dde757ede478 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-6484d90ce90f64f000ef24b6582fb2c5b75496c3c61748425fd581b910940d43.yml +openapi_spec_hash: fc75851d75e458b3d108f7641db28f04 config_hash: ac050010e5453883d5e5fa603554a2e0 From b50112aaa7dced8ecbb2253475b3ccf12ae72e48 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 14:53:32 +0000 Subject: [PATCH 2/4] chore: redact api-key headers in debug logs --- src/internal/utils/log.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/internal/utils/log.ts b/src/internal/utils/log.ts index c99bdbaa..e9efe6c5 100644 --- a/src/internal/utils/log.ts +++ b/src/internal/utils/log.ts @@ -107,6 +107,8 @@ export const formatRequestDetails = (details: { name, ( name.toLowerCase() === 'authorization' || + name.toLowerCase() === 'api-key' || + name.toLowerCase() === 'x-api-key' || name.toLowerCase() === 'cookie' || name.toLowerCase() === 'set-cookie' ) ? From 0c3f52b6e843705edcaeb4f75f3c4650f7794dbe Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:32:54 +0000 Subject: [PATCH 3/4] feat(api): api update --- .stats.yml | 4 ++-- src/resources/exports.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7cd756e2..f08fdee0 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-6484d90ce90f64f000ef24b6582fb2c5b75496c3c61748425fd581b910940d43.yml -openapi_spec_hash: fc75851d75e458b3d108f7641db28f04 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-b6168f5ea09213fe8a507a6b13ac02357a31fff02d2801be24c35f8f495142cd.yml +openapi_spec_hash: c0e12e8e60af1893509f4dea2ea2feae config_hash: ac050010e5453883d5e5fa603554a2e0 diff --git a/src/resources/exports.ts b/src/resources/exports.ts index dbbf476f..11857232 100644 --- a/src/resources/exports.ts +++ b/src/resources/exports.ts @@ -109,7 +109,7 @@ export interface Export { * a given date and optional Account. * - `transaction_csv` - Export a CSV of all transactions for a given time range. * - `balance_csv` - Export a CSV of account balances for the dates in a given - * range. + * range. (deprecated, use `daily_account_balance_csv` instead) * - `bookkeeping_account_balance_csv` - Export a CSV of bookkeeping account * balances for the dates in a given range. * - `entity_csv` - Export a CSV of entities with a given status. @@ -573,7 +573,7 @@ export interface ExportCreateParams { * a given date and optional Account. * - `transaction_csv` - Export a CSV of all transactions for a given time range. * - `balance_csv` - Export a CSV of account balances for the dates in a given - * range. + * range. (deprecated, use `daily_account_balance_csv` instead) * - `bookkeeping_account_balance_csv` - Export a CSV of bookkeeping account * balances for the dates in a given range. * - `entity_csv` - Export a CSV of entities with a given status. @@ -884,7 +884,7 @@ export interface ExportListParams extends PageParams { * a given date and optional Account. * - `transaction_csv` - Export a CSV of all transactions for a given time range. * - `balance_csv` - Export a CSV of account balances for the dates in a given - * range. + * range. (deprecated, use `daily_account_balance_csv` instead) * - `bookkeeping_account_balance_csv` - Export a CSV of bookkeeping account * balances for the dates in a given range. * - `entity_csv` - Export a CSV of entities with a given status. From 13c8bc08b65a294245b7adeb2df15f1c9ccf6ab0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:33:32 +0000 Subject: [PATCH 4/4] release: 0.559.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f3f39e10..4aaf3562 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.558.0" + ".": "0.559.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b6bdef..b6ab12b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.559.0 (2026-05-08) + +Full Changelog: [v0.558.0...v0.559.0](https://github.com/Increase/increase-typescript/compare/v0.558.0...v0.559.0) + +### Features + +* **api:** api update ([0c3f52b](https://github.com/Increase/increase-typescript/commit/0c3f52b6e843705edcaeb4f75f3c4650f7794dbe)) + + +### Chores + +* redact api-key headers in debug logs ([b50112a](https://github.com/Increase/increase-typescript/commit/b50112aaa7dced8ecbb2253475b3ccf12ae72e48)) + ## 0.558.0 (2026-05-06) Full Changelog: [v0.557.0...v0.558.0](https://github.com/Increase/increase-typescript/compare/v0.557.0...v0.558.0) diff --git a/package.json b/package.json index d4bbcb92..356561c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "increase", - "version": "0.558.0", + "version": "0.559.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 ab0bb91f..fd7284e4 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.558.0'; // x-release-please-version +export const VERSION = '0.559.0'; // x-release-please-version