increase 0.270.0 → 0.271.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.271.0 (2025-08-20)
4
+
5
+ Full Changelog: [v0.270.0...v0.271.0](https://github.com/Increase/increase-node/compare/v0.270.0...v0.271.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([7815336](https://github.com/Increase/increase-node/commit/78153364d7ca65d2d9ef6e7a3d2da11cf70196d6))
10
+
3
11
  ## 0.270.0 (2025-08-20)
4
12
 
5
13
  Full Changelog: [v0.269.0...v0.270.0](https://github.com/Increase/increase-node/compare/v0.269.0...v0.270.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.270.0",
3
+ "version": "0.271.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",
@@ -44,7 +44,7 @@ export declare class RealTimePaymentsTransfers extends APIResource {
44
44
  list(query?: RealTimePaymentsTransferListParams, options?: Core.RequestOptions): Core.PagePromise<RealTimePaymentsTransfersPage, RealTimePaymentsTransfer>;
45
45
  list(options?: Core.RequestOptions): Core.PagePromise<RealTimePaymentsTransfersPage, RealTimePaymentsTransfer>;
46
46
  /**
47
- * Approves an Real-Time Payments Transfer in a pending_approval state.
47
+ * Approves a Real-Time Payments Transfer in a pending_approval state.
48
48
  *
49
49
  * @example
50
50
  * ```ts
@@ -56,7 +56,7 @@ export declare class RealTimePaymentsTransfers extends APIResource {
56
56
  */
57
57
  approve(realTimePaymentsTransferId: string, options?: Core.RequestOptions): Core.APIPromise<RealTimePaymentsTransfer>;
58
58
  /**
59
- * Cancels an Real-Time Payments Transfer in a pending_approval state.
59
+ * Cancels a Real-Time Payments Transfer in a pending_approval state.
60
60
  *
61
61
  * @example
62
62
  * ```ts
@@ -48,7 +48,7 @@ class RealTimePaymentsTransfers extends resource_1.APIResource {
48
48
  });
49
49
  }
50
50
  /**
51
- * Approves an Real-Time Payments Transfer in a pending_approval state.
51
+ * Approves a Real-Time Payments Transfer in a pending_approval state.
52
52
  *
53
53
  * @example
54
54
  * ```ts
@@ -62,7 +62,7 @@ class RealTimePaymentsTransfers extends resource_1.APIResource {
62
62
  return this._client.post(`/real_time_payments_transfers/${realTimePaymentsTransferId}/approve`, options);
63
63
  }
64
64
  /**
65
- * Cancels an Real-Time Payments Transfer in a pending_approval state.
65
+ * Cancels a Real-Time Payments Transfer in a pending_approval state.
66
66
  *
67
67
  * @example
68
68
  * ```ts
@@ -45,7 +45,7 @@ export class RealTimePaymentsTransfers extends APIResource {
45
45
  });
46
46
  }
47
47
  /**
48
- * Approves an Real-Time Payments Transfer in a pending_approval state.
48
+ * Approves a Real-Time Payments Transfer in a pending_approval state.
49
49
  *
50
50
  * @example
51
51
  * ```ts
@@ -59,7 +59,7 @@ export class RealTimePaymentsTransfers extends APIResource {
59
59
  return this._client.post(`/real_time_payments_transfers/${realTimePaymentsTransferId}/approve`, options);
60
60
  }
61
61
  /**
62
- * Cancels an Real-Time Payments Transfer in a pending_approval state.
62
+ * Cancels a Real-Time Payments Transfer in a pending_approval state.
63
63
  *
64
64
  * @example
65
65
  * ```ts
@@ -78,7 +78,7 @@ export class RealTimePaymentsTransfers extends APIResource {
78
78
  }
79
79
 
80
80
  /**
81
- * Approves an Real-Time Payments Transfer in a pending_approval state.
81
+ * Approves a Real-Time Payments Transfer in a pending_approval state.
82
82
  *
83
83
  * @example
84
84
  * ```ts
@@ -96,7 +96,7 @@ export class RealTimePaymentsTransfers extends APIResource {
96
96
  }
97
97
 
98
98
  /**
99
- * Cancels an Real-Time Payments Transfer in a pending_approval state.
99
+ * Cancels a Real-Time Payments Transfer in a pending_approval state.
100
100
  *
101
101
  * @example
102
102
  * ```ts
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.270.0'; // x-release-please-version
1
+ export const VERSION = '0.271.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.270.0";
1
+ export declare const VERSION = "0.271.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.270.0'; // x-release-please-version
4
+ exports.VERSION = '0.271.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.270.0'; // x-release-please-version
1
+ export const VERSION = '0.271.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map