increase 0.461.0 → 0.462.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
  3. package/resources/card-payments.d.mts +30 -18
  4. package/resources/card-payments.d.mts.map +1 -1
  5. package/resources/card-payments.d.ts +30 -18
  6. package/resources/card-payments.d.ts.map +1 -1
  7. package/resources/declined-transactions.d.mts +10 -6
  8. package/resources/declined-transactions.d.mts.map +1 -1
  9. package/resources/declined-transactions.d.ts +10 -6
  10. package/resources/declined-transactions.d.ts.map +1 -1
  11. package/resources/pending-transactions.d.mts +5 -3
  12. package/resources/pending-transactions.d.mts.map +1 -1
  13. package/resources/pending-transactions.d.ts +5 -3
  14. package/resources/pending-transactions.d.ts.map +1 -1
  15. package/resources/real-time-decisions.d.mts +10 -6
  16. package/resources/real-time-decisions.d.mts.map +1 -1
  17. package/resources/real-time-decisions.d.ts +10 -6
  18. package/resources/real-time-decisions.d.ts.map +1 -1
  19. package/resources/simulations/card-authorizations.d.mts +10 -6
  20. package/resources/simulations/card-authorizations.d.mts.map +1 -1
  21. package/resources/simulations/card-authorizations.d.ts +10 -6
  22. package/resources/simulations/card-authorizations.d.ts.map +1 -1
  23. package/resources/simulations/card-balance-inquiries.d.mts +10 -6
  24. package/resources/simulations/card-balance-inquiries.d.mts.map +1 -1
  25. package/resources/simulations/card-balance-inquiries.d.ts +10 -6
  26. package/resources/simulations/card-balance-inquiries.d.ts.map +1 -1
  27. package/resources/transactions.d.mts +5 -3
  28. package/resources/transactions.d.mts.map +1 -1
  29. package/resources/transactions.d.ts +5 -3
  30. package/resources/transactions.d.ts.map +1 -1
  31. package/src/resources/card-payments.ts +30 -12
  32. package/src/resources/declined-transactions.ts +10 -4
  33. package/src/resources/pending-transactions.ts +5 -2
  34. package/src/resources/real-time-decisions.ts +10 -4
  35. package/src/resources/simulations/card-authorizations.ts +10 -4
  36. package/src/resources/simulations/card-balance-inquiries.ts +10 -4
  37. package/src/resources/transactions.ts +5 -2
  38. package/src/version.ts +1 -1
  39. package/version.d.mts +1 -1
  40. package/version.d.ts +1 -1
  41. package/version.js +1 -1
  42. package/version.mjs +1 -1
@@ -97,10 +97,12 @@ export interface CardAuthorizationCreateParams {
97
97
  * - `webhook_timed_out` - Your application webhook did not respond without the
98
98
  * required timeout.
99
99
  * - `declined_by_stand_in_processing` - Declined by stand-in processing.
100
- * - `invalid_physical_card` - The card read had an invalid CVV, dCVV, or
101
- * authorization request cryptogram.
100
+ * - `invalid_physical_card` - The card read had an invalid CVV or dCVV.
102
101
  * - `missing_original_authorization` - The original card authorization for this
103
102
  * incremental authorization does not exist.
103
+ * - `invalid_cryptogram` - The card's authorization request cryptogram was
104
+ * invalid. The cryptogram can be from a physical card or a Digital Wallet Token
105
+ * purchase.
104
106
  * - `failed_3ds_authentication` - The transaction was declined because the 3DS
105
107
  * authentication failed.
106
108
  * - `suspected_card_testing` - The transaction was suspected to be used by a card
@@ -126,6 +128,7 @@ export interface CardAuthorizationCreateParams {
126
128
  | 'declined_by_stand_in_processing'
127
129
  | 'invalid_physical_card'
128
130
  | 'missing_original_authorization'
131
+ | 'invalid_cryptogram'
129
132
  | 'failed_3ds_authentication'
130
133
  | 'suspected_card_testing'
131
134
  | 'suspected_fraud';
@@ -225,8 +228,10 @@ export namespace CardAuthorizationCreateParams {
225
228
  *
226
229
  * - `issuer_error` - Increase failed to process the authorization in a timely
227
230
  * manner.
228
- * - `invalid_physical_card` - The physical card read had an invalid CVV, dCVV, or
229
- * authorization request cryptogram.
231
+ * - `invalid_physical_card` - The physical card read had an invalid CVV or dCVV.
232
+ * - `invalid_cryptogram` - The card's authorization request cryptogram was
233
+ * invalid. The cryptogram can be from a physical card or a Digital Wallet Token
234
+ * purchase.
230
235
  * - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
231
236
  * authentication verification value was invalid.
232
237
  * - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
@@ -244,6 +249,7 @@ export namespace CardAuthorizationCreateParams {
244
249
  stand_in_processing_reason?:
245
250
  | 'issuer_error'
246
251
  | 'invalid_physical_card'
252
+ | 'invalid_cryptogram'
247
253
  | 'invalid_cardholder_authentication_verification_value'
248
254
  | 'internal_visa_error'
249
255
  | 'merchant_transaction_advisory_service_authentication_required'
@@ -57,10 +57,12 @@ export interface CardBalanceInquiryCreateParams {
57
57
  * - `webhook_timed_out` - Your application webhook did not respond without the
58
58
  * required timeout.
59
59
  * - `declined_by_stand_in_processing` - Declined by stand-in processing.
60
- * - `invalid_physical_card` - The card read had an invalid CVV, dCVV, or
61
- * authorization request cryptogram.
60
+ * - `invalid_physical_card` - The card read had an invalid CVV or dCVV.
62
61
  * - `missing_original_authorization` - The original card authorization for this
63
62
  * incremental authorization does not exist.
63
+ * - `invalid_cryptogram` - The card's authorization request cryptogram was
64
+ * invalid. The cryptogram can be from a physical card or a Digital Wallet Token
65
+ * purchase.
64
66
  * - `failed_3ds_authentication` - The transaction was declined because the 3DS
65
67
  * authentication failed.
66
68
  * - `suspected_card_testing` - The transaction was suspected to be used by a card
@@ -86,6 +88,7 @@ export interface CardBalanceInquiryCreateParams {
86
88
  | 'declined_by_stand_in_processing'
87
89
  | 'invalid_physical_card'
88
90
  | 'missing_original_authorization'
91
+ | 'invalid_cryptogram'
89
92
  | 'failed_3ds_authentication'
90
93
  | 'suspected_card_testing'
91
94
  | 'suspected_fraud';
@@ -179,8 +182,10 @@ export namespace CardBalanceInquiryCreateParams {
179
182
  *
180
183
  * - `issuer_error` - Increase failed to process the authorization in a timely
181
184
  * manner.
182
- * - `invalid_physical_card` - The physical card read had an invalid CVV, dCVV, or
183
- * authorization request cryptogram.
185
+ * - `invalid_physical_card` - The physical card read had an invalid CVV or dCVV.
186
+ * - `invalid_cryptogram` - The card's authorization request cryptogram was
187
+ * invalid. The cryptogram can be from a physical card or a Digital Wallet Token
188
+ * purchase.
184
189
  * - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
185
190
  * authentication verification value was invalid.
186
191
  * - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
@@ -198,6 +203,7 @@ export namespace CardBalanceInquiryCreateParams {
198
203
  stand_in_processing_reason?:
199
204
  | 'issuer_error'
200
205
  | 'invalid_physical_card'
206
+ | 'invalid_cryptogram'
201
207
  | 'invalid_cardholder_authentication_verification_value'
202
208
  | 'internal_visa_error'
203
209
  | 'merchant_transaction_advisory_service_authentication_required'
@@ -1658,8 +1658,10 @@ export namespace Transaction {
1658
1658
  *
1659
1659
  * - `issuer_error` - Increase failed to process the authorization in a timely
1660
1660
  * manner.
1661
- * - `invalid_physical_card` - The physical card read had an invalid CVV, dCVV, or
1662
- * authorization request cryptogram.
1661
+ * - `invalid_physical_card` - The physical card read had an invalid CVV or dCVV.
1662
+ * - `invalid_cryptogram` - The card's authorization request cryptogram was
1663
+ * invalid. The cryptogram can be from a physical card or a Digital Wallet Token
1664
+ * purchase.
1663
1665
  * - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
1664
1666
  * authentication verification value was invalid.
1665
1667
  * - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
@@ -1677,6 +1679,7 @@ export namespace Transaction {
1677
1679
  stand_in_processing_reason:
1678
1680
  | 'issuer_error'
1679
1681
  | 'invalid_physical_card'
1682
+ | 'invalid_cryptogram'
1680
1683
  | 'invalid_cardholder_authentication_verification_value'
1681
1684
  | 'internal_visa_error'
1682
1685
  | 'merchant_transaction_advisory_service_authentication_required'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.461.0'; // x-release-please-version
1
+ export const VERSION = '0.462.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.461.0";
1
+ export declare const VERSION = "0.462.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.461.0";
1
+ export declare const VERSION = "0.462.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.461.0'; // x-release-please-version
4
+ exports.VERSION = '0.462.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.461.0'; // x-release-please-version
1
+ export const VERSION = '0.462.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map