increase 0.37.1 → 0.38.1

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 (73) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +50 -4
  3. package/core.d.ts.map +1 -1
  4. package/core.js +2 -2
  5. package/core.js.map +1 -1
  6. package/core.mjs +2 -2
  7. package/core.mjs.map +1 -1
  8. package/error.js +1 -1
  9. package/error.js.map +1 -1
  10. package/error.mjs +1 -1
  11. package/error.mjs.map +1 -1
  12. package/package.json +1 -1
  13. package/resources/card-payments.d.ts +20 -0
  14. package/resources/card-payments.d.ts.map +1 -1
  15. package/resources/card-payments.js.map +1 -1
  16. package/resources/card-payments.mjs.map +1 -1
  17. package/resources/cards.d.ts +0 -5
  18. package/resources/cards.d.ts.map +1 -1
  19. package/resources/cards.js.map +1 -1
  20. package/resources/cards.mjs.map +1 -1
  21. package/resources/declined-transactions.d.ts +5 -0
  22. package/resources/declined-transactions.d.ts.map +1 -1
  23. package/resources/declined-transactions.js.map +1 -1
  24. package/resources/declined-transactions.mjs.map +1 -1
  25. package/resources/pending-transactions.d.ts +5 -0
  26. package/resources/pending-transactions.d.ts.map +1 -1
  27. package/resources/pending-transactions.js.map +1 -1
  28. package/resources/pending-transactions.mjs.map +1 -1
  29. package/resources/physical-cards.d.ts +0 -4
  30. package/resources/physical-cards.d.ts.map +1 -1
  31. package/resources/physical-cards.js.map +1 -1
  32. package/resources/physical-cards.mjs.map +1 -1
  33. package/resources/real-time-decisions.d.ts +5 -9
  34. package/resources/real-time-decisions.d.ts.map +1 -1
  35. package/resources/real-time-decisions.js.map +1 -1
  36. package/resources/real-time-decisions.mjs.map +1 -1
  37. package/resources/real-time-payments-transfers.d.ts +2 -1
  38. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  39. package/resources/real-time-payments-transfers.js.map +1 -1
  40. package/resources/real-time-payments-transfers.mjs.map +1 -1
  41. package/resources/simulations/ach-transfers.d.ts +9 -1
  42. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  43. package/resources/simulations/ach-transfers.js.map +1 -1
  44. package/resources/simulations/ach-transfers.mjs.map +1 -1
  45. package/resources/simulations/cards.d.ts +10 -0
  46. package/resources/simulations/cards.d.ts.map +1 -1
  47. package/resources/simulations/cards.js.map +1 -1
  48. package/resources/simulations/cards.mjs.map +1 -1
  49. package/resources/simulations/real-time-payments-transfers.d.ts +5 -0
  50. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  51. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  52. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  53. package/resources/wire-transfers.d.ts +2 -1
  54. package/resources/wire-transfers.d.ts.map +1 -1
  55. package/resources/wire-transfers.js.map +1 -1
  56. package/resources/wire-transfers.mjs.map +1 -1
  57. package/src/core.ts +3 -2
  58. package/src/error.ts +1 -1
  59. package/src/resources/card-payments.ts +24 -0
  60. package/src/resources/cards.ts +0 -6
  61. package/src/resources/declined-transactions.ts +6 -0
  62. package/src/resources/pending-transactions.ts +6 -0
  63. package/src/resources/physical-cards.ts +0 -5
  64. package/src/resources/real-time-decisions.ts +6 -11
  65. package/src/resources/real-time-payments-transfers.ts +2 -0
  66. package/src/resources/simulations/ach-transfers.ts +11 -1
  67. package/src/resources/simulations/cards.ts +12 -0
  68. package/src/resources/simulations/real-time-payments-transfers.ts +6 -0
  69. package/src/resources/wire-transfers.ts +2 -0
  70. package/src/version.ts +1 -1
  71. package/version.d.ts +1 -1
  72. package/version.js +1 -1
  73. package/version.mjs +1 -1
@@ -408,6 +408,12 @@ export namespace CardAuthorizationSimulation {
408
408
  */
409
409
  network_identifiers: CardDecline.NetworkIdentifiers;
410
410
 
411
+ /**
412
+ * The risk score generated by the card network. For Visa this is the Visa Advanced
413
+ * Authorization risk score, from 0 to 99, where 99 is the riskiest.
414
+ */
415
+ network_risk_score: number | null;
416
+
411
417
  /**
412
418
  * If the authorization was made in-person with a physical card, the Physical Card
413
419
  * that was used.
@@ -1504,6 +1510,12 @@ export namespace CardAuthorizationSimulation {
1504
1510
  */
1505
1511
  network_identifiers: CardAuthorization.NetworkIdentifiers;
1506
1512
 
1513
+ /**
1514
+ * The risk score generated by the card network. For Visa this is the Visa Advanced
1515
+ * Authorization risk score, from 0 to 99, where 99 is the riskiest.
1516
+ */
1517
+ network_risk_score: number | null;
1518
+
1507
1519
  /**
1508
1520
  * The identifier of the Pending Transaction associated with this Transaction.
1509
1521
  */
@@ -407,6 +407,12 @@ export namespace InboundRealTimePaymentsTransferSimulationResult {
407
407
  */
408
408
  network_identifiers: CardDecline.NetworkIdentifiers;
409
409
 
410
+ /**
411
+ * The risk score generated by the card network. For Visa this is the Visa Advanced
412
+ * Authorization risk score, from 0 to 99, where 99 is the riskiest.
413
+ */
414
+ network_risk_score: number | null;
415
+
410
416
  /**
411
417
  * If the authorization was made in-person with a physical card, the Physical Card
412
418
  * that was used.
@@ -217,6 +217,7 @@ export interface WireTransfer {
217
217
  * - `canceled` - The transfer has been canceled.
218
218
  * - `requires_attention` - The transfer requires attention from an Increase
219
219
  * operator.
220
+ * - `pending_reviewing` - The transfer is pending review by Increase.
220
221
  * - `pending_approval` - The transfer is pending approval.
221
222
  * - `rejected` - The transfer has been rejected.
222
223
  * - `reversed` - The transfer has been reversed.
@@ -226,6 +227,7 @@ export interface WireTransfer {
226
227
  status:
227
228
  | 'canceled'
228
229
  | 'requires_attention'
230
+ | 'pending_reviewing'
229
231
  | 'pending_approval'
230
232
  | 'rejected'
231
233
  | 'reversed'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.37.1'; // x-release-please-version
1
+ export const VERSION = '0.38.1'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.37.1";
1
+ export declare const VERSION = "0.38.1";
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.37.1'; // x-release-please-version
4
+ exports.VERSION = '0.38.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.37.1'; // x-release-please-version
1
+ export const VERSION = '0.38.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map