increase 0.528.0 → 0.530.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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.530.0 (2026-04-15)
4
+
5
+ Full Changelog: [v0.529.0...v0.530.0](https://github.com/Increase/increase-typescript/compare/v0.529.0...v0.530.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([2f6d4f3](https://github.com/Increase/increase-typescript/commit/2f6d4f369f2790defeacd49953d1229c68af9406))
10
+
11
+ ## 0.529.0 (2026-04-15)
12
+
13
+ Full Changelog: [v0.528.0...v0.529.0](https://github.com/Increase/increase-typescript/compare/v0.528.0...v0.529.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([c4a8edb](https://github.com/Increase/increase-typescript/commit/c4a8edb4b08c49b2aa729ca5ccc4abe8107b3427))
18
+
3
19
  ## 0.528.0 (2026-04-13)
4
20
 
5
21
  Full Changelog: [v0.527.0...v0.528.0](https://github.com/Increase/increase-typescript/compare/v0.527.0...v0.528.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.528.0",
3
+ "version": "0.530.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",
@@ -12,7 +12,7 @@ export declare class RoutingNumbers extends APIResource {
12
12
  * ```ts
13
13
  * // Automatically fetches more pages as needed.
14
14
  * for await (const routingNumberListResponse of client.routingNumbers.list(
15
- * { routing_number: 'xxxxxxxxx' },
15
+ * { routing_number: '483310694' },
16
16
  * )) {
17
17
  * // ...
18
18
  * }
@@ -12,7 +12,7 @@ export declare class RoutingNumbers extends APIResource {
12
12
  * ```ts
13
13
  * // Automatically fetches more pages as needed.
14
14
  * for await (const routingNumberListResponse of client.routingNumbers.list(
15
- * { routing_number: 'xxxxxxxxx' },
15
+ * { routing_number: '483310694' },
16
16
  * )) {
17
17
  * // ...
18
18
  * }
@@ -15,7 +15,7 @@ class RoutingNumbers extends resource_1.APIResource {
15
15
  * ```ts
16
16
  * // Automatically fetches more pages as needed.
17
17
  * for await (const routingNumberListResponse of client.routingNumbers.list(
18
- * { routing_number: 'xxxxxxxxx' },
18
+ * { routing_number: '483310694' },
19
19
  * )) {
20
20
  * // ...
21
21
  * }
@@ -12,7 +12,7 @@ export class RoutingNumbers extends APIResource {
12
12
  * ```ts
13
13
  * // Automatically fetches more pages as needed.
14
14
  * for await (const routingNumberListResponse of client.routingNumbers.list(
15
- * { routing_number: 'xxxxxxxxx' },
15
+ * { routing_number: '483310694' },
16
16
  * )) {
17
17
  * // ...
18
18
  * }
@@ -15,7 +15,7 @@ export class RoutingNumbers extends APIResource {
15
15
  * ```ts
16
16
  * // Automatically fetches more pages as needed.
17
17
  * for await (const routingNumberListResponse of client.routingNumbers.list(
18
- * { routing_number: 'xxxxxxxxx' },
18
+ * { routing_number: '483310694' },
19
19
  * )) {
20
20
  * // ...
21
21
  * }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.528.0'; // x-release-please-version
1
+ export const VERSION = '0.530.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.528.0";
1
+ export declare const VERSION = "0.530.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.528.0";
1
+ export declare const VERSION = "0.530.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.528.0'; // x-release-please-version
4
+ exports.VERSION = '0.530.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.528.0'; // x-release-please-version
1
+ export const VERSION = '0.530.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map