increase 0.532.0 → 0.533.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.533.0 (2026-04-17)
4
+
5
+ Full Changelog: [v0.532.0...v0.533.0](https://github.com/Increase/increase-typescript/compare/v0.532.0...v0.533.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8943290](https://github.com/Increase/increase-typescript/commit/89432909044235542c9bdaa8df5a2e0134c76fe8))
10
+
3
11
  ## 0.532.0 (2026-04-16)
4
12
 
5
13
  Full Changelog: [v0.531.0...v0.532.0](https://github.com/Increase/increase-typescript/compare/v0.531.0...v0.532.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.532.0",
3
+ "version": "0.533.0",
4
4
  "description": "The official TypeScript library for the Increase API",
5
5
  "author": "Increase <dev-feedback@increase.com>",
6
6
  "types": "./index.d.ts",
@@ -89,10 +89,10 @@ export declare class Cards extends APIResource {
89
89
  }
90
90
  export type CardsPage = Page<Card>;
91
91
  /**
92
- * Cards may operate on credit, debit or prepaid BINs. They’ll immediately work for
93
- * online purchases after you create them. All cards work on a good funds model,
94
- * and maintain a maximum limit of 100% of the Account’s available balance at the
95
- * time of transaction. Funds are deducted from the Account upon transaction
92
+ * Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
93
+ * for online purchases after you create them. All cards work on a good funds
94
+ * model, and maintain a maximum limit of 100% of the Account’s available balance
95
+ * at the time of transaction. Funds are deducted from the Account upon transaction
96
96
  * settlement.
97
97
  */
98
98
  export interface Card {
@@ -89,10 +89,10 @@ export declare class Cards extends APIResource {
89
89
  }
90
90
  export type CardsPage = Page<Card>;
91
91
  /**
92
- * Cards may operate on credit, debit or prepaid BINs. They’ll immediately work for
93
- * online purchases after you create them. All cards work on a good funds model,
94
- * and maintain a maximum limit of 100% of the Account’s available balance at the
95
- * time of transaction. Funds are deducted from the Account upon transaction
92
+ * Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
93
+ * for online purchases after you create them. All cards work on a good funds
94
+ * model, and maintain a maximum limit of 100% of the Account’s available balance
95
+ * at the time of transaction. Funds are deducted from the Account upon transaction
96
96
  * settlement.
97
97
  */
98
98
  export interface Card {
@@ -122,10 +122,10 @@ export class Cards extends APIResource {
122
122
  export type CardsPage = Page<Card>;
123
123
 
124
124
  /**
125
- * Cards may operate on credit, debit or prepaid BINs. They’ll immediately work for
126
- * online purchases after you create them. All cards work on a good funds model,
127
- * and maintain a maximum limit of 100% of the Account’s available balance at the
128
- * time of transaction. Funds are deducted from the Account upon transaction
125
+ * Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work
126
+ * for online purchases after you create them. All cards work on a good funds
127
+ * model, and maintain a maximum limit of 100% of the Account’s available balance
128
+ * at the time of transaction. Funds are deducted from the Account upon transaction
129
129
  * settlement.
130
130
  */
131
131
  export interface Card {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.532.0'; // x-release-please-version
1
+ export const VERSION = '0.533.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.532.0";
1
+ export declare const VERSION = "0.533.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.532.0";
1
+ export declare const VERSION = "0.533.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.532.0'; // x-release-please-version
4
+ exports.VERSION = '0.533.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.532.0'; // x-release-please-version
1
+ export const VERSION = '0.533.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map