increase 0.510.0 → 0.511.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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.511.0 (2026-04-02)
4
+
5
+ Full Changelog: [v0.510.0...v0.511.0](https://github.com/Increase/increase-typescript/compare/v0.510.0...v0.511.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([54e4f08](https://github.com/Increase/increase-typescript/commit/54e4f083728cafcc236afa530af803366112b0c8))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **tests:** bump steady to v0.20.2 ([824601e](https://github.com/Increase/increase-typescript/commit/824601e43740736a7f008a52dedd7f5c7d03f541))
15
+
3
16
  ## 0.510.0 (2026-03-31)
4
17
 
5
18
  Full Changelog: [v0.509.1...v0.510.0](https://github.com/Increase/increase-typescript/compare/v0.509.1...v0.510.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.510.0",
3
+ "version": "0.511.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",
@@ -23,20 +23,6 @@ export interface Group {
23
23
  * The Group identifier.
24
24
  */
25
25
  id: string;
26
- /**
27
- * If the Group is allowed to create ACH debits.
28
- *
29
- * - `disabled` - The Group cannot make ACH debits.
30
- * - `enabled` - The Group can make ACH debits.
31
- */
32
- ach_debit_status: 'disabled' | 'enabled';
33
- /**
34
- * If the Group is activated or not.
35
- *
36
- * - `unactivated` - The Group is not activated.
37
- * - `activated` - The Group is activated.
38
- */
39
- activation_status: 'unactivated' | 'activated';
40
26
  /**
41
27
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Group
42
28
  * was created.
@@ -47,6 +33,7 @@ export interface Group {
47
33
  * `group`.
48
34
  */
49
35
  type: 'group';
36
+ [k: string]: unknown;
50
37
  }
51
38
  export declare namespace Groups {
52
39
  export { type Group as Group };
@@ -1 +1 @@
1
- {"version":3,"file":"groups.d.mts","sourceRoot":"","sources":["../src/resources/groups.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;CAGtD;AAED;;;;;GAKG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;OAKG;IACH,gBAAgB,EAAE,UAAU,GAAG,SAAS,CAAC;IAEzC;;;;;OAKG;IACH,iBAAiB,EAAE,aAAa,GAAG,WAAW,CAAC;IAE/C;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,KAAK,IAAI,KAAK,EAAE,CAAC;CAChC"}
1
+ {"version":3,"file":"groups.d.mts","sourceRoot":"","sources":["../src/resources/groups.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;CAGtD;AAED;;;;;GAKG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,KAAK,IAAI,KAAK,EAAE,CAAC;CAChC"}
@@ -23,20 +23,6 @@ export interface Group {
23
23
  * The Group identifier.
24
24
  */
25
25
  id: string;
26
- /**
27
- * If the Group is allowed to create ACH debits.
28
- *
29
- * - `disabled` - The Group cannot make ACH debits.
30
- * - `enabled` - The Group can make ACH debits.
31
- */
32
- ach_debit_status: 'disabled' | 'enabled';
33
- /**
34
- * If the Group is activated or not.
35
- *
36
- * - `unactivated` - The Group is not activated.
37
- * - `activated` - The Group is activated.
38
- */
39
- activation_status: 'unactivated' | 'activated';
40
26
  /**
41
27
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Group
42
28
  * was created.
@@ -47,6 +33,7 @@ export interface Group {
47
33
  * `group`.
48
34
  */
49
35
  type: 'group';
36
+ [k: string]: unknown;
50
37
  }
51
38
  export declare namespace Groups {
52
39
  export { type Group as Group };
@@ -1 +1 @@
1
- {"version":3,"file":"groups.d.ts","sourceRoot":"","sources":["../src/resources/groups.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;CAGtD;AAED;;;;;GAKG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;OAKG;IACH,gBAAgB,EAAE,UAAU,GAAG,SAAS,CAAC;IAEzC;;;;;OAKG;IACH,iBAAiB,EAAE,aAAa,GAAG,WAAW,CAAC;IAE/C;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,KAAK,IAAI,KAAK,EAAE,CAAC;CAChC"}
1
+ {"version":3,"file":"groups.d.ts","sourceRoot":"","sources":["../src/resources/groups.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;CAGtD;AAED;;;;;GAKG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,KAAK,IAAI,KAAK,EAAE,CAAC;CAChC"}
@@ -30,22 +30,6 @@ export interface Group {
30
30
  */
31
31
  id: string;
32
32
 
33
- /**
34
- * If the Group is allowed to create ACH debits.
35
- *
36
- * - `disabled` - The Group cannot make ACH debits.
37
- * - `enabled` - The Group can make ACH debits.
38
- */
39
- ach_debit_status: 'disabled' | 'enabled';
40
-
41
- /**
42
- * If the Group is activated or not.
43
- *
44
- * - `unactivated` - The Group is not activated.
45
- * - `activated` - The Group is activated.
46
- */
47
- activation_status: 'unactivated' | 'activated';
48
-
49
33
  /**
50
34
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Group
51
35
  * was created.
@@ -57,6 +41,8 @@ export interface Group {
57
41
  * `group`.
58
42
  */
59
43
  type: 'group';
44
+
45
+ [k: string]: unknown;
60
46
  }
61
47
 
62
48
  export declare namespace Groups {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.510.0'; // x-release-please-version
1
+ export const VERSION = '0.511.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.510.0";
1
+ export declare const VERSION = "0.511.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.510.0";
1
+ export declare const VERSION = "0.511.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.510.0'; // x-release-please-version
4
+ exports.VERSION = '0.511.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.510.0'; // x-release-please-version
1
+ export const VERSION = '0.511.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map