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.437.1"
".": "0.438.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: 232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-74ade94ecfd7ae3c09e8eb53591e3a346d7a1a8e4fdcc88468aaf732e550d360.yml
openapi_spec_hash: bd4e4f623f593b9d0b9c139fde8245e4
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ff40c6e135e905af36aac783b7524ae0d9f13cd1e165ee56da3b244ae76ab94e.yml
openapi_spec_hash: b0c7738dc63f7362a11b27c7369d7441
config_hash: 4b562e97b3d8b4cba758a87d4927a76d
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.438.0 (2026-02-23)

Full Changelog: [v0.437.1...v0.438.0](https://github.com/Increase/increase-typescript/compare/v0.437.1...v0.438.0)

### Features

* **api:** api update ([c8bf6a2](https://github.com/Increase/increase-typescript/commit/c8bf6a23aa81bdf438d7f086b5e67a24356bdc4d))

## 0.437.1 (2026-02-23)

Full Changelog: [v0.437.0...v0.437.1](https://github.com/Increase/increase-typescript/compare/v0.437.0...v0.437.1)
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.437.1",
"version": "0.438.0",
"description": "The official TypeScript library for the Increase API",
"author": "Increase <dev-feedback@increase.com>",
"types": "dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/resources/check-deposits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ export namespace CheckDeposit {
* - `suspected_fraud` - This check is suspected to be fraudulent.
* - `deposit_window_expired` - This check's deposit window has expired.
* - `requested_by_user` - The check was rejected at the user's request.
* - `international` - The check is not a U.S. domestic check and cannot be
* processed.
* - `unknown` - The check was rejected for an unknown reason.
*/
reason:
Expand All @@ -282,6 +284,7 @@ export namespace CheckDeposit {
| 'suspected_fraud'
| 'deposit_window_expired'
| 'requested_by_user'
| 'international'
| 'unknown';

/**
Expand Down
3 changes: 3 additions & 0 deletions src/resources/declined-transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,8 @@ export namespace DeclinedTransaction {
* - `suspected_fraud` - This check is suspected to be fraudulent.
* - `deposit_window_expired` - This check's deposit window has expired.
* - `requested_by_user` - The check was rejected at the user's request.
* - `international` - The check is not a U.S. domestic check and cannot be
* processed.
* - `unknown` - The check was rejected for an unknown reason.
*/
reason:
Expand All @@ -1315,6 +1317,7 @@ export namespace DeclinedTransaction {
| 'suspected_fraud'
| 'deposit_window_expired'
| 'requested_by_user'
| 'international'
| 'unknown';

/**
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.437.1'; // x-release-please-version
export const VERSION = '0.438.0'; // x-release-please-version