increase 0.285.0 → 0.286.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.286.0 (2025-08-28)
4
+
5
+ Full Changelog: [v0.285.0...v0.286.0](https://github.com/Increase/increase-node/compare/v0.285.0...v0.286.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([c80c73b](https://github.com/Increase/increase-node/commit/c80c73b8317bb807988f0bf05f0782fcdc57c1a3))
10
+
3
11
  ## 0.285.0 (2025-08-28)
4
12
 
5
13
  Full Changelog: [v0.284.0...v0.285.0](https://github.com/Increase/increase-node/compare/v0.284.0...v0.285.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.285.0",
3
+ "version": "0.286.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",
@@ -108,7 +108,7 @@ export declare namespace Transaction {
108
108
  interface Source {
109
109
  /**
110
110
  * An Account Revenue Payment object. This field will be present in the JSON
111
- * response if and only if `category` is equal to `account_revenue_payment`. A
111
+ * response if and only if `category` is equal to `account_revenue_payment`. An
112
112
  * Account Revenue Payment represents a payment made to an account from the bank.
113
113
  * Account revenue is a type of non-interest income.
114
114
  */
@@ -415,7 +415,7 @@ export declare namespace Transaction {
415
415
  namespace Source {
416
416
  /**
417
417
  * An Account Revenue Payment object. This field will be present in the JSON
418
- * response if and only if `category` is equal to `account_revenue_payment`. A
418
+ * response if and only if `category` is equal to `account_revenue_payment`. An
419
419
  * Account Revenue Payment represents a payment made to an account from the bank.
420
420
  * Account revenue is a type of non-interest income.
421
421
  */
@@ -138,7 +138,7 @@ export namespace Transaction {
138
138
  export interface Source {
139
139
  /**
140
140
  * An Account Revenue Payment object. This field will be present in the JSON
141
- * response if and only if `category` is equal to `account_revenue_payment`. A
141
+ * response if and only if `category` is equal to `account_revenue_payment`. An
142
142
  * Account Revenue Payment represents a payment made to an account from the bank.
143
143
  * Account revenue is a type of non-interest income.
144
144
  */
@@ -512,7 +512,7 @@ export namespace Transaction {
512
512
  export namespace Source {
513
513
  /**
514
514
  * An Account Revenue Payment object. This field will be present in the JSON
515
- * response if and only if `category` is equal to `account_revenue_payment`. A
515
+ * response if and only if `category` is equal to `account_revenue_payment`. An
516
516
  * Account Revenue Payment represents a payment made to an account from the bank.
517
517
  * Account revenue is a type of non-interest income.
518
518
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.285.0'; // x-release-please-version
1
+ export const VERSION = '0.286.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.285.0";
1
+ export declare const VERSION = "0.286.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.285.0'; // x-release-please-version
4
+ exports.VERSION = '0.286.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.285.0'; // x-release-please-version
1
+ export const VERSION = '0.286.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map