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.433.0"
".": "0.434.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-e1f7516f9b6e2330afbb9f36fc3721a0c6b43947b8996105fa21d551591a3950.yml
openapi_spec_hash: 782bc3e21cf8b511cf17b2a48600a67e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1127bb6ee64bebab1bbf8ecbd9ec71c0deb5ca8552fd454fa2ec120fd9eac14a.yml
openapi_spec_hash: 9fedc9dc133202e4d39bf7bffe4839d9
config_hash: 4b562e97b3d8b4cba758a87d4927a76d
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.433.0",
"version": "0.434.0",
"description": "The official TypeScript library for the Increase API",
"author": "Increase <dev-feedback@increase.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/resources/account-statements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions src/resources/ach-transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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).
*/
Expand Down
2 changes: 1 addition & 1 deletion src/resources/bookkeeping-accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/bookkeeping-entries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
20 changes: 10 additions & 10 deletions src/resources/card-payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand All @@ -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.
*/
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
/**
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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 {
/**
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/card-push-transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/digital-card-profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/file-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/inbound-ach-transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/resources/inbound-mail-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class InboundMailItems extends APIResource {
}

/**
* Action a Inbound Mail Item
* Action an Inbound Mail Item
*
* @example
* ```ts
Expand Down
2 changes: 1 addition & 1 deletion src/resources/inbound-wire-drawdown-requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions src/resources/pending-transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/physical-card-profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions src/resources/simulations/ach-transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/resources/simulations/card-increments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/simulations/digital-wallet-token-requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions src/resources/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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.
*/
Expand Down Expand Up @@ -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 {
/**
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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 {
/**
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
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.433.0'; // x-release-please-version
export const VERSION = '0.434.0'; // x-release-please-version