increase 0.271.0 → 0.272.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.272.0 (2025-08-21)
4
+
5
+ Full Changelog: [v0.271.0...v0.272.0](https://github.com/Increase/increase-node/compare/v0.271.0...v0.272.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([45bb12e](https://github.com/Increase/increase-node/commit/45bb12ecb9e8856350a76e32ed20330af54f5682))
10
+
3
11
  ## 0.271.0 (2025-08-20)
4
12
 
5
13
  Full Changelog: [v0.270.0...v0.271.0](https://github.com/Increase/increase-node/compare/v0.270.0...v0.271.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.271.0",
3
+ "version": "0.272.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",
@@ -27,80 +27,70 @@ export interface InboundWireTransferCreateParams {
27
27
  */
28
28
  amount: number;
29
29
  /**
30
- * The sending bank will set beneficiary_address_line1 in production. You can
31
- * simulate any value here.
30
+ * The sending bank will set creditor_address_line1 in production. You can simulate
31
+ * any value here.
32
32
  */
33
- beneficiary_address_line1?: string;
33
+ creditor_address_line1?: string;
34
34
  /**
35
- * The sending bank will set beneficiary_address_line2 in production. You can
36
- * simulate any value here.
35
+ * The sending bank will set creditor_address_line2 in production. You can simulate
36
+ * any value here.
37
37
  */
38
- beneficiary_address_line2?: string;
38
+ creditor_address_line2?: string;
39
39
  /**
40
- * The sending bank will set beneficiary_address_line3 in production. You can
41
- * simulate any value here.
40
+ * The sending bank will set creditor_address_line3 in production. You can simulate
41
+ * any value here.
42
42
  */
43
- beneficiary_address_line3?: string;
43
+ creditor_address_line3?: string;
44
44
  /**
45
- * The sending bank will set beneficiary_name in production. You can simulate any
45
+ * The sending bank will set creditor_name in production. You can simulate any
46
46
  * value here.
47
47
  */
48
- beneficiary_name?: string;
48
+ creditor_name?: string;
49
49
  /**
50
- * The sending bank will set beneficiary_reference in production. You can simulate
50
+ * The sending bank will set debtor_address_line1 in production. You can simulate
51
51
  * any value here.
52
52
  */
53
- beneficiary_reference?: string;
54
- /**
55
- * The sending bank will set originator_address_line1 in production. You can
56
- * simulate any value here.
57
- */
58
- originator_address_line1?: string;
53
+ debtor_address_line1?: string;
59
54
  /**
60
- * The sending bank will set originator_address_line2 in production. You can
61
- * simulate any value here.
55
+ * The sending bank will set debtor_address_line2 in production. You can simulate
56
+ * any value here.
62
57
  */
63
- originator_address_line2?: string;
58
+ debtor_address_line2?: string;
64
59
  /**
65
- * The sending bank will set originator_address_line3 in production. You can
66
- * simulate any value here.
60
+ * The sending bank will set debtor_address_line3 in production. You can simulate
61
+ * any value here.
67
62
  */
68
- originator_address_line3?: string;
63
+ debtor_address_line3?: string;
69
64
  /**
70
- * The sending bank will set originator_name in production. You can simulate any
71
- * value here.
65
+ * The sending bank will set debtor_name in production. You can simulate any value
66
+ * here.
72
67
  */
73
- originator_name?: string;
68
+ debtor_name?: string;
74
69
  /**
75
- * The sending bank will set originator_routing_number in production. You can
70
+ * The sending bank will set end_to_end_identification in production. You can
76
71
  * simulate any value here.
77
72
  */
78
- originator_routing_number?: string;
73
+ end_to_end_identification?: string;
79
74
  /**
80
- * The sending bank will set originator_to_beneficiary_information_line1 in
81
- * production. You can simulate any value here.
75
+ * The sending bank will set instructing_agent_routing_number in production. You
76
+ * can simulate any value here.
82
77
  */
83
- originator_to_beneficiary_information_line1?: string;
78
+ instructing_agent_routing_number?: string;
84
79
  /**
85
- * The sending bank will set originator_to_beneficiary_information_line2 in
86
- * production. You can simulate any value here.
87
- */
88
- originator_to_beneficiary_information_line2?: string;
89
- /**
90
- * The sending bank will set originator_to_beneficiary_information_line3 in
91
- * production. You can simulate any value here.
80
+ * The sending bank will set instruction_identification in production. You can
81
+ * simulate any value here.
92
82
  */
93
- originator_to_beneficiary_information_line3?: string;
83
+ instruction_identification?: string;
94
84
  /**
95
- * The sending bank will set originator_to_beneficiary_information_line4 in
96
- * production. You can simulate any value here.
85
+ * The sending bank will set unique_end_to_end_transaction_reference in production.
86
+ * You can simulate any value here.
97
87
  */
98
- originator_to_beneficiary_information_line4?: string;
88
+ unique_end_to_end_transaction_reference?: string;
99
89
  /**
100
- * The sending bank will set sender_reference in production. You can simulate any
101
- * value here.
90
+ * The sending bank will set unstructured_remittance_information in production. You
91
+ * can simulate any value here.
102
92
  */
103
- sender_reference?: string;
93
+ unstructured_remittance_information?: string;
104
94
  /**
105
95
  * The identifier of a Wire Drawdown Request the inbound Wire Transfer is
106
96
  * fulfilling.
@@ -1 +1 @@
1
- {"version":3,"file":"inbound-wire-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/inbound-wire-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,uBAAuB,MAAM,2BAA2B,CAAC;AAErE,qBAAa,oBAAqB,SAAQ,WAAW;IACnD;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,uBAAuB,CAAC,mBAAmB,CAAC;CAGhE;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,2CAA2C,CAAC,EAAE,MAAM,CAAC;IAErD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC5C,OAAO,EAAE,KAAK,+BAA+B,IAAI,+BAA+B,EAAE,CAAC;CACpF"}
1
+ {"version":3,"file":"inbound-wire-transfers.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/inbound-wire-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,uBAAuB,MAAM,2BAA2B,CAAC;AAErE,qBAAa,oBAAqB,SAAQ,WAAW;IACnD;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,uBAAuB,CAAC,mBAAmB,CAAC;CAGhE;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAE1C;;;OAGG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;OAGG;IACH,uCAAuC,CAAC,EAAE,MAAM,CAAC;IAEjD;;;OAGG;IACH,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAE7C;;;OAGG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC5C,OAAO,EAAE,KAAK,+BAA+B,IAAI,+BAA+B,EAAE,CAAC;CACpF"}
@@ -38,94 +38,82 @@ export interface InboundWireTransferCreateParams {
38
38
  amount: number;
39
39
 
40
40
  /**
41
- * The sending bank will set beneficiary_address_line1 in production. You can
42
- * simulate any value here.
41
+ * The sending bank will set creditor_address_line1 in production. You can simulate
42
+ * any value here.
43
43
  */
44
- beneficiary_address_line1?: string;
44
+ creditor_address_line1?: string;
45
45
 
46
46
  /**
47
- * The sending bank will set beneficiary_address_line2 in production. You can
48
- * simulate any value here.
47
+ * The sending bank will set creditor_address_line2 in production. You can simulate
48
+ * any value here.
49
49
  */
50
- beneficiary_address_line2?: string;
50
+ creditor_address_line2?: string;
51
51
 
52
52
  /**
53
- * The sending bank will set beneficiary_address_line3 in production. You can
54
- * simulate any value here.
53
+ * The sending bank will set creditor_address_line3 in production. You can simulate
54
+ * any value here.
55
55
  */
56
- beneficiary_address_line3?: string;
56
+ creditor_address_line3?: string;
57
57
 
58
58
  /**
59
- * The sending bank will set beneficiary_name in production. You can simulate any
59
+ * The sending bank will set creditor_name in production. You can simulate any
60
60
  * value here.
61
61
  */
62
- beneficiary_name?: string;
62
+ creditor_name?: string;
63
63
 
64
64
  /**
65
- * The sending bank will set beneficiary_reference in production. You can simulate
65
+ * The sending bank will set debtor_address_line1 in production. You can simulate
66
66
  * any value here.
67
67
  */
68
- beneficiary_reference?: string;
69
-
70
- /**
71
- * The sending bank will set originator_address_line1 in production. You can
72
- * simulate any value here.
73
- */
74
- originator_address_line1?: string;
68
+ debtor_address_line1?: string;
75
69
 
76
70
  /**
77
- * The sending bank will set originator_address_line2 in production. You can
78
- * simulate any value here.
71
+ * The sending bank will set debtor_address_line2 in production. You can simulate
72
+ * any value here.
79
73
  */
80
- originator_address_line2?: string;
74
+ debtor_address_line2?: string;
81
75
 
82
76
  /**
83
- * The sending bank will set originator_address_line3 in production. You can
84
- * simulate any value here.
77
+ * The sending bank will set debtor_address_line3 in production. You can simulate
78
+ * any value here.
85
79
  */
86
- originator_address_line3?: string;
80
+ debtor_address_line3?: string;
87
81
 
88
82
  /**
89
- * The sending bank will set originator_name in production. You can simulate any
90
- * value here.
83
+ * The sending bank will set debtor_name in production. You can simulate any value
84
+ * here.
91
85
  */
92
- originator_name?: string;
86
+ debtor_name?: string;
93
87
 
94
88
  /**
95
- * The sending bank will set originator_routing_number in production. You can
89
+ * The sending bank will set end_to_end_identification in production. You can
96
90
  * simulate any value here.
97
91
  */
98
- originator_routing_number?: string;
92
+ end_to_end_identification?: string;
99
93
 
100
94
  /**
101
- * The sending bank will set originator_to_beneficiary_information_line1 in
102
- * production. You can simulate any value here.
95
+ * The sending bank will set instructing_agent_routing_number in production. You
96
+ * can simulate any value here.
103
97
  */
104
- originator_to_beneficiary_information_line1?: string;
98
+ instructing_agent_routing_number?: string;
105
99
 
106
100
  /**
107
- * The sending bank will set originator_to_beneficiary_information_line2 in
108
- * production. You can simulate any value here.
109
- */
110
- originator_to_beneficiary_information_line2?: string;
111
-
112
- /**
113
- * The sending bank will set originator_to_beneficiary_information_line3 in
114
- * production. You can simulate any value here.
101
+ * The sending bank will set instruction_identification in production. You can
102
+ * simulate any value here.
115
103
  */
116
- originator_to_beneficiary_information_line3?: string;
104
+ instruction_identification?: string;
117
105
 
118
106
  /**
119
- * The sending bank will set originator_to_beneficiary_information_line4 in
120
- * production. You can simulate any value here.
107
+ * The sending bank will set unique_end_to_end_transaction_reference in production.
108
+ * You can simulate any value here.
121
109
  */
122
- originator_to_beneficiary_information_line4?: string;
110
+ unique_end_to_end_transaction_reference?: string;
123
111
 
124
112
  /**
125
- * The sending bank will set sender_reference in production. You can simulate any
126
- * value here.
113
+ * The sending bank will set unstructured_remittance_information in production. You
114
+ * can simulate any value here.
127
115
  */
128
- sender_reference?: string;
116
+ unstructured_remittance_information?: string;
129
117
 
130
118
  /**
131
119
  * The identifier of a Wire Drawdown Request the inbound Wire Transfer is
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.271.0'; // x-release-please-version
1
+ export const VERSION = '0.272.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.271.0";
1
+ export declare const VERSION = "0.272.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.271.0'; // x-release-please-version
4
+ exports.VERSION = '0.272.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.271.0'; // x-release-please-version
1
+ export const VERSION = '0.272.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map