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.386.0"
".": "0.387.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <dev-feedback@increase.com>",
"types": "dist/index.d.ts",
Expand Down
14 changes: 13 additions & 1 deletion src/resources/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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.
Expand Down Expand Up @@ -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'
>;
}

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.386.0'; // x-release-please-version
export const VERSION = '0.387.0'; // x-release-please-version