increase 0.331.0 → 0.332.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/simulations/programs.d.ts +2 -1
- package/resources/simulations/programs.d.ts.map +1 -1
- package/src/resources/simulations/programs.ts +3 -1
- 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.332.0 (2025-10-11)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.331.0...v0.332.0](https://github.com/Increase/increase-node/compare/v0.331.0...v0.332.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([d77849b](https://github.com/Increase/increase-node/commit/d77849bc9393b5ecd26dba415173285a59a23fbd))
|
|
10
|
+
|
|
3
11
|
## 0.331.0 (2025-10-10)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.330.0...v0.331.0](https://github.com/Increase/increase-node/compare/v0.330.0...v0.331.0)
|
package/package.json
CHANGED
|
@@ -30,8 +30,9 @@ export interface ProgramCreateParams {
|
|
|
30
30
|
* - `first_internet_bank` - First Internet Bank of Indiana
|
|
31
31
|
* - `global_innovations_bank` - Global Innovations Bank
|
|
32
32
|
* - `grasshopper_bank` - Grasshopper Bank
|
|
33
|
+
* - `twin_city_bank` - Twin City Bank
|
|
33
34
|
*/
|
|
34
|
-
bank?: 'blue_ridge_bank' | 'core_bank' | 'first_internet_bank' | 'global_innovations_bank' | 'grasshopper_bank';
|
|
35
|
+
bank?: 'blue_ridge_bank' | 'core_bank' | 'first_internet_bank' | 'global_innovations_bank' | 'grasshopper_bank' | 'twin_city_bank';
|
|
35
36
|
/**
|
|
36
37
|
* The identifier of the Account the Program should be added to is for.
|
|
37
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"programs.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/programs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAE3C,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC;CAGvG;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb
|
|
1
|
+
{"version":3,"file":"programs.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/programs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,WAAW,MAAM,aAAa,CAAC;AAE3C,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC;CAGvG;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;OASG;IACH,IAAI,CAAC,EACD,iBAAiB,GACjB,WAAW,GACX,qBAAqB,GACrB,yBAAyB,GACzB,kBAAkB,GAClB,gBAAgB,CAAC;IAErB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EAAE,KAAK,mBAAmB,IAAI,mBAAmB,EAAE,CAAC;CAC5D"}
|
|
@@ -37,13 +37,15 @@ export interface ProgramCreateParams {
|
|
|
37
37
|
* - `first_internet_bank` - First Internet Bank of Indiana
|
|
38
38
|
* - `global_innovations_bank` - Global Innovations Bank
|
|
39
39
|
* - `grasshopper_bank` - Grasshopper Bank
|
|
40
|
+
* - `twin_city_bank` - Twin City Bank
|
|
40
41
|
*/
|
|
41
42
|
bank?:
|
|
42
43
|
| 'blue_ridge_bank'
|
|
43
44
|
| 'core_bank'
|
|
44
45
|
| 'first_internet_bank'
|
|
45
46
|
| 'global_innovations_bank'
|
|
46
|
-
| 'grasshopper_bank'
|
|
47
|
+
| 'grasshopper_bank'
|
|
48
|
+
| 'twin_city_bank';
|
|
47
49
|
|
|
48
50
|
/**
|
|
49
51
|
* The identifier of the Account the Program should be added to is for.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.332.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.332.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.332.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|