From 07408e5b7cdc71d1f6efb5072b3393c33879e3b3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:18:04 +0000 Subject: [PATCH 1/4] chore(internal): avoid type checking errors with ts-reset --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index bc355d49..9a112109 100644 --- a/src/client.ts +++ b/src/client.ts @@ -825,7 +825,7 @@ export class Increase { loggerFor(this).info(`${responseInfo} - ${retryMessage}`); const errText = await response.text().catch((err: any) => castToError(err).message); - const errJSON = safeJSON(errText); + const errJSON = safeJSON(errText) as any; const errMessage = errJSON ? undefined : errText; loggerFor(this).debug( From 5cf3d6d6069d055117137979128a1a422eb39c49 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:36:17 +0000 Subject: [PATCH 2/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index fbae033a..df6a1658 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e1f7516f9b6e2330afbb9f36fc3721a0c6b43947b8996105fa21d551591a3950.yml -openapi_spec_hash: 782bc3e21cf8b511cf17b2a48600a67e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a346156e1c92685f35444b555f4377754561632a4862de4d97138a55e7efb8f4.yml +openapi_spec_hash: 0c7c2f7a5eb38d82f9f0d4bbcd9fa53d config_hash: 4b562e97b3d8b4cba758a87d4927a76d From 94af3e34782fa9ce833798ff7589d8de30c2a248 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:12:13 +0000 Subject: [PATCH 3/4] feat(api): api update --- .stats.yml | 4 ++-- src/resources/account-statements.ts | 2 +- src/resources/ach-transfers.ts | 4 ++-- src/resources/bookkeeping-accounts.ts | 2 +- src/resources/bookkeeping-entries.ts | 2 +- src/resources/card-payments.ts | 20 +++++++++---------- src/resources/card-push-transfers.ts | 2 +- src/resources/digital-card-profiles.ts | 2 +- src/resources/file-links.ts | 2 +- src/resources/inbound-ach-transfers.ts | 2 +- src/resources/inbound-mail-items.ts | 2 +- .../inbound-wire-drawdown-requests.ts | 2 +- src/resources/pending-transactions.ts | 4 ++-- src/resources/physical-card-profiles.ts | 2 +- src/resources/simulations/ach-transfers.ts | 4 ++-- src/resources/simulations/card-increments.ts | 2 +- .../digital-wallet-token-requests.ts | 2 +- src/resources/transactions.ts | 16 +++++++-------- 18 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.stats.yml b/.stats.yml index df6a1658..9bcba9df 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a346156e1c92685f35444b555f4377754561632a4862de4d97138a55e7efb8f4.yml -openapi_spec_hash: 0c7c2f7a5eb38d82f9f0d4bbcd9fa53d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1127bb6ee64bebab1bbf8ecbd9ec71c0deb5ca8552fd454fa2ec120fd9eac14a.yml +openapi_spec_hash: 9fedc9dc133202e4d39bf7bffe4839d9 config_hash: 4b562e97b3d8b4cba758a87d4927a76d diff --git a/src/resources/account-statements.ts b/src/resources/account-statements.ts index 9c8e9fd8..c241ca89 100644 --- a/src/resources/account-statements.ts +++ b/src/resources/account-statements.ts @@ -66,7 +66,7 @@ export interface AccountStatement { created_at: string; /** - * The Account's balance at the start of its statement period. + * The Account's balance at the end of its statement period. */ ending_balance: number; diff --git a/src/resources/ach-transfers.ts b/src/resources/ach-transfers.ts index 7bbab94f..4e0aad00 100644 --- a/src/resources/ach-transfers.ts +++ b/src/resources/ach-transfers.ts @@ -224,7 +224,7 @@ export interface ACHTransfer { individual_id: string | null; /** - * The name of the transfer recipient. This value is information and not verified + * The name of the transfer recipient. This value is informational and not verified * by the recipient's bank. */ individual_name: string | null; @@ -1009,7 +1009,7 @@ export namespace ACHTransfer { /** * When the transfer is expected to settle in the recipient's account. Credits may - * be available sooner, at the receiving banks discretion. The FedACH schedule is + * be available sooner, at the receiving bank's discretion. The FedACH schedule is * published * [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html). */ diff --git a/src/resources/bookkeeping-accounts.ts b/src/resources/bookkeeping-accounts.ts index be301031..41d7dd86 100644 --- a/src/resources/bookkeeping-accounts.ts +++ b/src/resources/bookkeeping-accounts.ts @@ -134,7 +134,7 @@ export interface BookkeepingAccount { } /** - * Represents a request to lookup the balance of an Bookkeeping Account at a given + * Represents a request to lookup the balance of a Bookkeeping Account at a given * point in time. */ export interface BookkeepingBalanceLookup { diff --git a/src/resources/bookkeeping-entries.ts b/src/resources/bookkeeping-entries.ts index c788451f..463b484c 100644 --- a/src/resources/bookkeeping-entries.ts +++ b/src/resources/bookkeeping-entries.ts @@ -71,7 +71,7 @@ export interface BookkeepingEntry { created_at: string; /** - * The identifier for the Account the Entry belongs to. + * The identifier for the Entry Set the Entry belongs to. */ entry_set_id: string; diff --git a/src/resources/card-payments.ts b/src/resources/card-payments.ts index 7d86d456..35850735 100644 --- a/src/resources/card-payments.ts +++ b/src/resources/card-payments.ts @@ -157,7 +157,7 @@ export namespace CardPayment { /** * A Card Authorization object. This field will be present in the JSON response if * and only if `category` is equal to `card_authorization`. Card Authorizations are - * temporary holds placed on a customers funds with the intent to later clear a + * temporary holds placed on a customer's funds with the intent to later clear a * transaction. */ card_authorization?: Element.CardAuthorization | null; @@ -188,7 +188,7 @@ export namespace CardPayment { /** * A Card Financial object. This field will be present in the JSON response if and * only if `category` is equal to `card_financial`. Card Financials are temporary - * holds placed on a customers funds with the intent to later clear a transaction. + * holds placed on a customer's funds with the intent to later clear a transaction. */ card_financial?: Element.CardFinancial | null; @@ -210,7 +210,7 @@ export namespace CardPayment { /** * A Card Refund object. This field will be present in the JSON response if and * only if `category` is equal to `card_refund`. Card Refunds move money back to - * the cardholder. While they are usually connected to a Card Settlement an + * the cardholder. While they are usually connected to a Card Settlement, an * acquirer can also refund money directly to a card without relation to a * transaction. */ @@ -453,7 +453,7 @@ export namespace CardPayment { /** * A Card Authorization object. This field will be present in the JSON response if * and only if `category` is equal to `card_authorization`. Card Authorizations are - * temporary holds placed on a customers funds with the intent to later clear a + * temporary holds placed on a customer's funds with the intent to later clear a * transaction. */ export interface CardAuthorization { @@ -2700,7 +2700,7 @@ export namespace CardPayment { /** * A Card Financial object. This field will be present in the JSON response if and * only if `category` is equal to `card_financial`. Card Financials are temporary - * holds placed on a customers funds with the intent to later clear a transaction. + * holds placed on a customer's funds with the intent to later clear a transaction. */ export interface CardFinancial { /** @@ -3895,7 +3895,7 @@ export namespace CardPayment { /** * A Card Refund object. This field will be present in the JSON response if and * only if `category` is equal to `card_refund`. Card Refunds move money back to - * the cardholder. While they are usually connected to a Card Settlement an + * the cardholder. While they are usually connected to a Card Settlement, an * acquirer can also refund money directly to a card without relation to a * transaction. */ @@ -3931,7 +3931,7 @@ export namespace CardPayment { currency: 'USD'; /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. */ interchange: CardRefund.Interchange | null; @@ -4029,7 +4029,7 @@ export namespace CardPayment { } /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. */ export interface Interchange { /** @@ -4907,7 +4907,7 @@ export namespace CardPayment { /** * Surcharge amount details, if applicable. The amount is positive if the surcharge - * is added to to the overall transaction amount (surcharge), and negative if the + * is added to the overall transaction amount (surcharge), and negative if the * surcharge is deducted from the overall transaction amount (discount). */ surcharge: CardSettlement.Surcharge | null; @@ -5530,7 +5530,7 @@ export namespace CardPayment { /** * Surcharge amount details, if applicable. The amount is positive if the surcharge - * is added to to the overall transaction amount (surcharge), and negative if the + * is added to the overall transaction amount (surcharge), and negative if the * surcharge is deducted from the overall transaction amount (discount). */ export interface Surcharge { diff --git a/src/resources/card-push-transfers.ts b/src/resources/card-push-transfers.ts index 642506ba..0de3e549 100644 --- a/src/resources/card-push-transfers.ts +++ b/src/resources/card-push-transfers.ts @@ -949,7 +949,7 @@ export namespace CardPushTransfer { /** * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - * the transfer was submitted to card network. + * the transfer was submitted to the card network. */ submitted_at: string; diff --git a/src/resources/digital-card-profiles.ts b/src/resources/digital-card-profiles.ts index 0ad458bb..87f61597 100644 --- a/src/resources/digital-card-profiles.ts +++ b/src/resources/digital-card-profiles.ts @@ -142,7 +142,7 @@ export interface DigitalCardProfile { /** * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - * the Card Dispute was created. + * the Digital Card Profile was created. */ created_at: string; diff --git a/src/resources/file-links.ts b/src/resources/file-links.ts index 0a353416..bdf69f74 100644 --- a/src/resources/file-links.ts +++ b/src/resources/file-links.ts @@ -75,7 +75,7 @@ export interface FileLinkCreateParams { /** * The time at which the File Link will expire. The default is 1 hour from the time - * of the request. The maxiumum is 1 day from the time of the request. + * of the request. The maximum is 1 day from the time of the request. */ expires_at?: string; diff --git a/src/resources/inbound-ach-transfers.ts b/src/resources/inbound-ach-transfers.ts index 71b527a5..1455ad6f 100644 --- a/src/resources/inbound-ach-transfers.ts +++ b/src/resources/inbound-ach-transfers.ts @@ -701,7 +701,7 @@ export namespace InboundACHTransfer { updated_account_number: string | null; /** - * The new account number provided in the notification of change. + * The new routing number provided in the notification of change. */ updated_routing_number: string | null; } diff --git a/src/resources/inbound-mail-items.ts b/src/resources/inbound-mail-items.ts index e2e47954..32923907 100644 --- a/src/resources/inbound-mail-items.ts +++ b/src/resources/inbound-mail-items.ts @@ -41,7 +41,7 @@ export class InboundMailItems extends APIResource { } /** - * Action a Inbound Mail Item + * Action an Inbound Mail Item * * @example * ```ts diff --git a/src/resources/inbound-wire-drawdown-requests.ts b/src/resources/inbound-wire-drawdown-requests.ts index f82138ab..2a56a2bd 100644 --- a/src/resources/inbound-wire-drawdown-requests.ts +++ b/src/resources/inbound-wire-drawdown-requests.ts @@ -67,7 +67,7 @@ export interface InboundWireDrawdownRequest { /** * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - * the inbound wire drawdown requested was created. + * the inbound wire drawdown request was created. */ created_at: string; diff --git a/src/resources/pending-transactions.ts b/src/resources/pending-transactions.ts index e53939ed..a3bc6fe8 100644 --- a/src/resources/pending-transactions.ts +++ b/src/resources/pending-transactions.ts @@ -275,7 +275,7 @@ export namespace PendingTransaction { /** * A Card Authorization object. This field will be present in the JSON response if * and only if `category` is equal to `card_authorization`. Card Authorizations are - * temporary holds placed on a customers funds with the intent to later clear a + * temporary holds placed on a customer's funds with the intent to later clear a * transaction. */ card_authorization?: Source.CardAuthorization | null; @@ -446,7 +446,7 @@ export namespace PendingTransaction { /** * A Card Authorization object. This field will be present in the JSON response if * and only if `category` is equal to `card_authorization`. Card Authorizations are - * temporary holds placed on a customers funds with the intent to later clear a + * temporary holds placed on a customer's funds with the intent to later clear a * transaction. */ export interface CardAuthorization { diff --git a/src/resources/physical-card-profiles.ts b/src/resources/physical-card-profiles.ts index eca61349..c4af12a0 100644 --- a/src/resources/physical-card-profiles.ts +++ b/src/resources/physical-card-profiles.ts @@ -132,7 +132,7 @@ export interface PhysicalCardProfile { /** * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - * the Card Dispute was created. + * the Physical Card Profile was created. */ created_at: string; diff --git a/src/resources/simulations/ach-transfers.ts b/src/resources/simulations/ach-transfers.ts index 7465e50c..c5cfb383 100644 --- a/src/resources/simulations/ach-transfers.ts +++ b/src/resources/simulations/ach-transfers.ts @@ -9,10 +9,10 @@ import { path } from '../../internal/utils/path'; export class ACHTransfers extends APIResource { /** * Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the - * Federal Reserve. This transfer must first have a `status` of `submitted` . In + * Federal Reserve. This transfer must first have a `status` of `submitted`. In * production, the Federal Reserve generally acknowledges submitted ACH files * within 30 minutes. Since sandbox ACH Transfers are not submitted to the Federal - * Reserve, this endpoint allows you to skip that delay and add the acknowledgment + * Reserve, this endpoint allows you to skip that delay and add the acknowledgement * subresource to the ACH Transfer. * * @example diff --git a/src/resources/simulations/card-increments.ts b/src/resources/simulations/card-increments.ts index 90ec34ec..0bef759b 100644 --- a/src/resources/simulations/card-increments.ts +++ b/src/resources/simulations/card-increments.ts @@ -31,7 +31,7 @@ export interface CardIncrementCreateParams { amount: number; /** - * The identifier of the Card Payment to create a increment on. + * The identifier of the Card Payment to create an increment on. */ card_payment_id: string; diff --git a/src/resources/simulations/digital-wallet-token-requests.ts b/src/resources/simulations/digital-wallet-token-requests.ts index 3cf887a0..a8471eba 100644 --- a/src/resources/simulations/digital-wallet-token-requests.ts +++ b/src/resources/simulations/digital-wallet-token-requests.ts @@ -6,7 +6,7 @@ import { RequestOptions } from '../../internal/request-options'; export class DigitalWalletTokenRequests extends APIResource { /** - * Simulates a user attempting add a [Card](#cards) to a digital wallet such as + * Simulates a user attempting to add a [Card](#cards) to a digital wallet such as * Apple Pay. * * @example diff --git a/src/resources/transactions.ts b/src/resources/transactions.ts index c2fa2daa..1fa6cb73 100644 --- a/src/resources/transactions.ts +++ b/src/resources/transactions.ts @@ -330,7 +330,7 @@ export namespace Transaction { /** * A Card Financial object. This field will be present in the JSON response if and * only if `category` is equal to `card_financial`. Card Financials are temporary - * holds placed on a customers funds with the intent to later clear a transaction. + * holds placed on a customer's funds with the intent to later clear a transaction. */ card_financial?: Source.CardFinancial | null; @@ -345,7 +345,7 @@ export namespace Transaction { /** * A Card Refund object. This field will be present in the JSON response if and * only if `category` is equal to `card_refund`. Card Refunds move money back to - * the cardholder. While they are usually connected to a Card Settlement an + * the cardholder. While they are usually connected to a Card Settlement, an * acquirer can also refund money directly to a card without relation to a * transaction. */ @@ -1101,7 +1101,7 @@ export namespace Transaction { /** * A Card Financial object. This field will be present in the JSON response if and * only if `category` is equal to `card_financial`. Card Financials are temporary - * holds placed on a customers funds with the intent to later clear a transaction. + * holds placed on a customer's funds with the intent to later clear a transaction. */ export interface CardFinancial { /** @@ -1849,7 +1849,7 @@ export namespace Transaction { /** * A Card Refund object. This field will be present in the JSON response if and * only if `category` is equal to `card_refund`. Card Refunds move money back to - * the cardholder. While they are usually connected to a Card Settlement an + * the cardholder. While they are usually connected to a Card Settlement, an * acquirer can also refund money directly to a card without relation to a * transaction. */ @@ -1885,7 +1885,7 @@ export namespace Transaction { currency: 'USD'; /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. */ interchange: CardRefund.Interchange | null; @@ -1983,7 +1983,7 @@ export namespace Transaction { } /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. */ export interface Interchange { /** @@ -2724,7 +2724,7 @@ export namespace Transaction { /** * Surcharge amount details, if applicable. The amount is positive if the surcharge - * is added to to the overall transaction amount (surcharge), and negative if the + * is added to the overall transaction amount (surcharge), and negative if the * surcharge is deducted from the overall transaction amount (discount). */ surcharge: CardSettlement.Surcharge | null; @@ -3347,7 +3347,7 @@ export namespace Transaction { /** * Surcharge amount details, if applicable. The amount is positive if the surcharge - * is added to to the overall transaction amount (surcharge), and negative if the + * is added to the overall transaction amount (surcharge), and negative if the * surcharge is deducted from the overall transaction amount (discount). */ export interface Surcharge { From 5a71eda7c3a4771f7360762ee9063f2a5bddb222 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:12:35 +0000 Subject: [PATCH 4/4] release: 0.434.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 824cf256..43eac5c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.433.0" + ".": "0.434.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43219b70..32fc7ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.434.0 (2026-02-14) + +Full Changelog: [v0.433.0...v0.434.0](https://github.com/Increase/increase-typescript/compare/v0.433.0...v0.434.0) + +### Features + +* **api:** api update ([94af3e3](https://github.com/Increase/increase-typescript/commit/94af3e34782fa9ce833798ff7589d8de30c2a248)) + + +### Chores + +* **internal:** avoid type checking errors with ts-reset ([07408e5](https://github.com/Increase/increase-typescript/commit/07408e5b7cdc71d1f6efb5072b3393c33879e3b3)) + ## 0.433.0 (2026-02-10) Full Changelog: [v0.432.0...v0.433.0](https://github.com/Increase/increase-typescript/compare/v0.432.0...v0.433.0) diff --git a/package.json b/package.json index d4522646..b791ea7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "increase", - "version": "0.433.0", + "version": "0.434.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 c1b8f25f..81a6aba8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.433.0'; // x-release-please-version +export const VERSION = '0.434.0'; // x-release-please-version