increase 0.200.1 → 0.201.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/card-payments.d.ts +4 -4
- package/resources/declined-transactions.d.ts +1 -1
- package/resources/pending-transactions.d.ts +1 -1
- package/resources/real-time-decisions.d.ts +1 -1
- package/src/resources/card-payments.ts +4 -4
- package/src/resources/declined-transactions.ts +1 -1
- package/src/resources/pending-transactions.ts +1 -1
- package/src/resources/real-time-decisions.ts +1 -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.201.0 (2025-04-04)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.200.1...v0.201.0](https://github.com/Increase/increase-node/compare/v0.200.1...v0.201.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([#969](https://github.com/Increase/increase-node/issues/969)) ([97bad51](https://github.com/Increase/increase-node/commit/97bad515ee9fbf697ce2197099bd3f17b8bacdc3))
|
|
10
|
+
|
|
3
11
|
## 0.200.1 (2025-04-03)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.200.0...v0.200.1](https://github.com/Increase/increase-node/compare/v0.200.0...v0.200.1)
|
package/package.json
CHANGED
|
@@ -299,7 +299,7 @@ export declare namespace CardPayment {
|
|
|
299
299
|
*
|
|
300
300
|
* - `text_message` - The one-time code was sent via text message.
|
|
301
301
|
* - `email` - The one-time code was sent via email.
|
|
302
|
-
* - `none_available` - The one-time code was not successfully
|
|
302
|
+
* - `none_available` - The one-time code was not successfully delivered.
|
|
303
303
|
*/
|
|
304
304
|
verification_method: 'text_message' | 'email' | 'none_available';
|
|
305
305
|
/**
|
|
@@ -665,7 +665,7 @@ export declare namespace CardPayment {
|
|
|
665
665
|
/**
|
|
666
666
|
* The address verification result returned to the card network.
|
|
667
667
|
*
|
|
668
|
-
* - `not_checked` - No
|
|
668
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
669
669
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
670
670
|
* address was not verified.
|
|
671
671
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -1098,7 +1098,7 @@ export declare namespace CardPayment {
|
|
|
1098
1098
|
/**
|
|
1099
1099
|
* The address verification result returned to the card network.
|
|
1100
1100
|
*
|
|
1101
|
-
* - `not_checked` - No
|
|
1101
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
1102
1102
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
1103
1103
|
* address was not verified.
|
|
1104
1104
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -2856,7 +2856,7 @@ export declare namespace CardPayment {
|
|
|
2856
2856
|
/**
|
|
2857
2857
|
* The address verification result returned to the card network.
|
|
2858
2858
|
*
|
|
2859
|
-
* - `not_checked` - No
|
|
2859
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
2860
2860
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
2861
2861
|
* address was not verified.
|
|
2862
2862
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -606,7 +606,7 @@ export declare namespace DeclinedTransaction {
|
|
|
606
606
|
/**
|
|
607
607
|
* The address verification result returned to the card network.
|
|
608
608
|
*
|
|
609
|
-
* - `not_checked` - No
|
|
609
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
610
610
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
611
611
|
* address was not verified.
|
|
612
612
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -570,7 +570,7 @@ export declare namespace PendingTransaction {
|
|
|
570
570
|
/**
|
|
571
571
|
* The address verification result returned to the card network.
|
|
572
572
|
*
|
|
573
|
-
* - `not_checked` - No
|
|
573
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
574
574
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
575
575
|
* address was not verified.
|
|
576
576
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -494,7 +494,7 @@ export declare namespace RealTimeDecision {
|
|
|
494
494
|
/**
|
|
495
495
|
* The address verification result returned to the card network.
|
|
496
496
|
*
|
|
497
|
-
* - `not_checked` - No
|
|
497
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
498
498
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
499
499
|
* address was not verified.
|
|
500
500
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -388,7 +388,7 @@ export namespace CardPayment {
|
|
|
388
388
|
*
|
|
389
389
|
* - `text_message` - The one-time code was sent via text message.
|
|
390
390
|
* - `email` - The one-time code was sent via email.
|
|
391
|
-
* - `none_available` - The one-time code was not successfully
|
|
391
|
+
* - `none_available` - The one-time code was not successfully delivered.
|
|
392
392
|
*/
|
|
393
393
|
verification_method: 'text_message' | 'email' | 'none_available';
|
|
394
394
|
|
|
@@ -834,7 +834,7 @@ export namespace CardPayment {
|
|
|
834
834
|
/**
|
|
835
835
|
* The address verification result returned to the card network.
|
|
836
836
|
*
|
|
837
|
-
* - `not_checked` - No
|
|
837
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
838
838
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
839
839
|
* address was not verified.
|
|
840
840
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -1380,7 +1380,7 @@ export namespace CardPayment {
|
|
|
1380
1380
|
/**
|
|
1381
1381
|
* The address verification result returned to the card network.
|
|
1382
1382
|
*
|
|
1383
|
-
* - `not_checked` - No
|
|
1383
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
1384
1384
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
1385
1385
|
* address was not verified.
|
|
1386
1386
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -3566,7 +3566,7 @@ export namespace CardPayment {
|
|
|
3566
3566
|
/**
|
|
3567
3567
|
* The address verification result returned to the card network.
|
|
3568
3568
|
*
|
|
3569
|
-
* - `not_checked` - No
|
|
3569
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
3570
3570
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
3571
3571
|
* address was not verified.
|
|
3572
3572
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -783,7 +783,7 @@ export namespace DeclinedTransaction {
|
|
|
783
783
|
/**
|
|
784
784
|
* The address verification result returned to the card network.
|
|
785
785
|
*
|
|
786
|
-
* - `not_checked` - No
|
|
786
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
787
787
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
788
788
|
* address was not verified.
|
|
789
789
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -704,7 +704,7 @@ export namespace PendingTransaction {
|
|
|
704
704
|
/**
|
|
705
705
|
* The address verification result returned to the card network.
|
|
706
706
|
*
|
|
707
|
-
* - `not_checked` - No
|
|
707
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
708
708
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
709
709
|
* address was not verified.
|
|
710
710
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
|
@@ -611,7 +611,7 @@ export namespace RealTimeDecision {
|
|
|
611
611
|
/**
|
|
612
612
|
* The address verification result returned to the card network.
|
|
613
613
|
*
|
|
614
|
-
* - `not_checked` - No
|
|
614
|
+
* - `not_checked` - No address was provided in the authorization request.
|
|
615
615
|
* - `postal_code_match_address_not_checked` - Postal code matches, but the street
|
|
616
616
|
* address was not verified.
|
|
617
617
|
* - `postal_code_match_address_no_match` - Postal code matches, but the street
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.201.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.201.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.201.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|