increase 0.322.0 → 0.323.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 +11 -11
- package/src/resources/transactions.ts +11 -11
- 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.323.0 (2025-10-01)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.322.0...v0.323.0](https://github.com/Increase/increase-node/compare/v0.322.0...v0.323.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([70ed806](https://github.com/Increase/increase-node/commit/70ed806f4190629f291d2ac0de626abe9c89d482))
|
|
10
|
+
|
|
3
11
|
## 0.322.0 (2025-10-01)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.321.0...v0.322.0](https://github.com/Increase/increase-node/compare/v0.321.0...v0.322.0)
|
package/package.json
CHANGED
|
@@ -144,7 +144,7 @@ export declare namespace Transaction {
|
|
|
144
144
|
*/
|
|
145
145
|
ach_transfer_return: Source.ACHTransferReturn | null;
|
|
146
146
|
/**
|
|
147
|
-
* A Card Dispute Acceptance object. This field will be present in the JSON
|
|
147
|
+
* A Legacy Card Dispute Acceptance object. This field will be present in the JSON
|
|
148
148
|
* response if and only if `category` is equal to `card_dispute_acceptance`.
|
|
149
149
|
* Contains the details of a successful Card Dispute.
|
|
150
150
|
*/
|
|
@@ -156,9 +156,9 @@ export declare namespace Transaction {
|
|
|
156
156
|
*/
|
|
157
157
|
card_dispute_financial: Source.CardDisputeFinancial | null;
|
|
158
158
|
/**
|
|
159
|
-
* A Card Dispute Loss object. This field will be present in the JSON
|
|
160
|
-
* and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
161
|
-
* a lost Card Dispute.
|
|
159
|
+
* A Legacy Card Dispute Loss object. This field will be present in the JSON
|
|
160
|
+
* response if and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
161
|
+
* details of a lost Card Dispute.
|
|
162
162
|
*/
|
|
163
163
|
card_dispute_loss: Source.CardDisputeLoss | null;
|
|
164
164
|
/**
|
|
@@ -217,11 +217,11 @@ export declare namespace Transaction {
|
|
|
217
217
|
* `ach_transfer_return` object.
|
|
218
218
|
* - `cashback_payment` - Cashback Payment: details will be under the
|
|
219
219
|
* `cashback_payment` object.
|
|
220
|
-
* - `card_dispute_acceptance` - Card Dispute Acceptance: details will be
|
|
221
|
-
* `card_dispute_acceptance` object.
|
|
220
|
+
* - `card_dispute_acceptance` - Legacy Card Dispute Acceptance: details will be
|
|
221
|
+
* under the `card_dispute_acceptance` object.
|
|
222
222
|
* - `card_dispute_financial` - Card Dispute Financial: details will be under the
|
|
223
223
|
* `card_dispute_financial` object.
|
|
224
|
-
* - `card_dispute_loss` - Card Dispute Loss: details will be under the
|
|
224
|
+
* - `card_dispute_loss` - Legacy Card Dispute Loss: details will be under the
|
|
225
225
|
* `card_dispute_loss` object.
|
|
226
226
|
* - `card_refund` - Card Refund: details will be under the `card_refund` object.
|
|
227
227
|
* - `card_settlement` - Card Settlement: details will be under the
|
|
@@ -731,7 +731,7 @@ export declare namespace Transaction {
|
|
|
731
731
|
transfer_id: string;
|
|
732
732
|
}
|
|
733
733
|
/**
|
|
734
|
-
* A Card Dispute Acceptance object. This field will be present in the JSON
|
|
734
|
+
* A Legacy Card Dispute Acceptance object. This field will be present in the JSON
|
|
735
735
|
* response if and only if `category` is equal to `card_dispute_acceptance`.
|
|
736
736
|
* Contains the details of a successful Card Dispute.
|
|
737
737
|
*/
|
|
@@ -800,9 +800,9 @@ export declare namespace Transaction {
|
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
802
|
/**
|
|
803
|
-
* A Card Dispute Loss object. This field will be present in the JSON
|
|
804
|
-
* and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
805
|
-
* a lost Card Dispute.
|
|
803
|
+
* A Legacy Card Dispute Loss object. This field will be present in the JSON
|
|
804
|
+
* response if and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
805
|
+
* details of a lost Card Dispute.
|
|
806
806
|
*/
|
|
807
807
|
interface CardDisputeLoss {
|
|
808
808
|
/**
|
|
@@ -179,7 +179,7 @@ export namespace Transaction {
|
|
|
179
179
|
ach_transfer_return: Source.ACHTransferReturn | null;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* A Card Dispute Acceptance object. This field will be present in the JSON
|
|
182
|
+
* A Legacy Card Dispute Acceptance object. This field will be present in the JSON
|
|
183
183
|
* response if and only if `category` is equal to `card_dispute_acceptance`.
|
|
184
184
|
* Contains the details of a successful Card Dispute.
|
|
185
185
|
*/
|
|
@@ -193,9 +193,9 @@ export namespace Transaction {
|
|
|
193
193
|
card_dispute_financial: Source.CardDisputeFinancial | null;
|
|
194
194
|
|
|
195
195
|
/**
|
|
196
|
-
* A Card Dispute Loss object. This field will be present in the JSON
|
|
197
|
-
* and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
198
|
-
* a lost Card Dispute.
|
|
196
|
+
* A Legacy Card Dispute Loss object. This field will be present in the JSON
|
|
197
|
+
* response if and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
198
|
+
* details of a lost Card Dispute.
|
|
199
199
|
*/
|
|
200
200
|
card_dispute_loss: Source.CardDisputeLoss | null;
|
|
201
201
|
|
|
@@ -261,11 +261,11 @@ export namespace Transaction {
|
|
|
261
261
|
* `ach_transfer_return` object.
|
|
262
262
|
* - `cashback_payment` - Cashback Payment: details will be under the
|
|
263
263
|
* `cashback_payment` object.
|
|
264
|
-
* - `card_dispute_acceptance` - Card Dispute Acceptance: details will be
|
|
265
|
-
* `card_dispute_acceptance` object.
|
|
264
|
+
* - `card_dispute_acceptance` - Legacy Card Dispute Acceptance: details will be
|
|
265
|
+
* under the `card_dispute_acceptance` object.
|
|
266
266
|
* - `card_dispute_financial` - Card Dispute Financial: details will be under the
|
|
267
267
|
* `card_dispute_financial` object.
|
|
268
|
-
* - `card_dispute_loss` - Card Dispute Loss: details will be under the
|
|
268
|
+
* - `card_dispute_loss` - Legacy Card Dispute Loss: details will be under the
|
|
269
269
|
* `card_dispute_loss` object.
|
|
270
270
|
* - `card_refund` - Card Refund: details will be under the `card_refund` object.
|
|
271
271
|
* - `card_settlement` - Card Settlement: details will be under the
|
|
@@ -925,7 +925,7 @@ export namespace Transaction {
|
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
/**
|
|
928
|
-
* A Card Dispute Acceptance object. This field will be present in the JSON
|
|
928
|
+
* A Legacy Card Dispute Acceptance object. This field will be present in the JSON
|
|
929
929
|
* response if and only if `category` is equal to `card_dispute_acceptance`.
|
|
930
930
|
* Contains the details of a successful Card Dispute.
|
|
931
931
|
*/
|
|
@@ -1008,9 +1008,9 @@ export namespace Transaction {
|
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
1010
|
/**
|
|
1011
|
-
* A Card Dispute Loss object. This field will be present in the JSON
|
|
1012
|
-
* and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
1013
|
-
* a lost Card Dispute.
|
|
1011
|
+
* A Legacy Card Dispute Loss object. This field will be present in the JSON
|
|
1012
|
+
* response if and only if `category` is equal to `card_dispute_loss`. Contains the
|
|
1013
|
+
* details of a lost Card Dispute.
|
|
1014
1014
|
*/
|
|
1015
1015
|
export interface CardDisputeLoss {
|
|
1016
1016
|
/**
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.323.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.323.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.323.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|