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 +8 -0
- package/package.json +1 -1
- package/resources/transactions.d.ts +2 -2
- package/src/resources/transactions.ts +2 -2
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
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
|
@@ -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`.
|
|
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`.
|
|
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`.
|
|
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`.
|
|
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.
|
|
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.
|
|
1
|
+
export declare const VERSION = "0.286.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.286.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|