increase 0.82.0 → 0.84.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 (147) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +0 -0
  3. package/README.md +0 -0
  4. package/_shims/README.md +0 -0
  5. package/_shims/auto/types.d.ts +0 -0
  6. package/_shims/auto/types.js +0 -0
  7. package/_shims/auto/types.mjs +0 -0
  8. package/_shims/index.d.ts +0 -0
  9. package/_shims/index.js +0 -0
  10. package/_shims/index.mjs +0 -0
  11. package/_shims/manual-types.d.ts +0 -0
  12. package/_shims/manual-types.js +0 -0
  13. package/_shims/manual-types.mjs +0 -0
  14. package/_shims/node-types.d.ts +0 -0
  15. package/_shims/node-types.js +0 -0
  16. package/_shims/node-types.mjs +0 -0
  17. package/_shims/web-types.d.ts +0 -0
  18. package/_shims/web-types.js +0 -0
  19. package/_shims/web-types.mjs +0 -0
  20. package/package.json +1 -1
  21. package/resources/card-payments.d.ts +62 -0
  22. package/resources/card-payments.d.ts.map +1 -1
  23. package/resources/card-payments.js.map +1 -1
  24. package/resources/card-payments.mjs.map +1 -1
  25. package/resources/transactions.d.ts +62 -0
  26. package/resources/transactions.d.ts.map +1 -1
  27. package/resources/transactions.js.map +1 -1
  28. package/resources/transactions.mjs.map +1 -1
  29. package/src/_shims/MultipartBody.ts +0 -0
  30. package/src/_shims/README.md +0 -0
  31. package/src/_shims/auto/runtime-bun.ts +0 -0
  32. package/src/_shims/auto/runtime-node.ts +0 -0
  33. package/src/_shims/auto/runtime.ts +0 -0
  34. package/src/_shims/auto/types-node.ts +0 -0
  35. package/src/_shims/auto/types.d.ts +0 -0
  36. package/src/_shims/auto/types.js +0 -0
  37. package/src/_shims/auto/types.mjs +0 -0
  38. package/src/_shims/bun-runtime.ts +0 -0
  39. package/src/_shims/index.d.ts +0 -0
  40. package/src/_shims/index.js +0 -0
  41. package/src/_shims/index.mjs +0 -0
  42. package/src/_shims/manual-types.d.ts +0 -0
  43. package/src/_shims/manual-types.js +0 -0
  44. package/src/_shims/manual-types.mjs +0 -0
  45. package/src/_shims/node-runtime.ts +0 -0
  46. package/src/_shims/node-types.d.ts +0 -0
  47. package/src/_shims/node-types.js +0 -0
  48. package/src/_shims/node-types.mjs +0 -0
  49. package/src/_shims/registry.ts +0 -0
  50. package/src/_shims/web-runtime.ts +0 -0
  51. package/src/_shims/web-types.d.ts +0 -0
  52. package/src/_shims/web-types.js +0 -0
  53. package/src/_shims/web-types.mjs +0 -0
  54. package/src/core.ts +0 -0
  55. package/src/error.ts +0 -0
  56. package/src/index.ts +0 -0
  57. package/src/lib/.keep +0 -0
  58. package/src/pagination.ts +0 -0
  59. package/src/resource.ts +0 -0
  60. package/src/resources/account-numbers.ts +0 -0
  61. package/src/resources/account-statements.ts +0 -0
  62. package/src/resources/account-transfers.ts +0 -0
  63. package/src/resources/accounts.ts +0 -0
  64. package/src/resources/ach-prenotifications.ts +0 -0
  65. package/src/resources/ach-transfers.ts +0 -0
  66. package/src/resources/bookkeeping-accounts.ts +0 -0
  67. package/src/resources/bookkeeping-entries.ts +0 -0
  68. package/src/resources/bookkeeping-entry-sets.ts +0 -0
  69. package/src/resources/card-disputes.ts +0 -0
  70. package/src/resources/card-payments.ts +70 -0
  71. package/src/resources/card-purchase-supplements.ts +0 -0
  72. package/src/resources/cards.ts +0 -0
  73. package/src/resources/check-deposits.ts +0 -0
  74. package/src/resources/check-transfers.ts +0 -0
  75. package/src/resources/declined-transactions.ts +0 -0
  76. package/src/resources/digital-card-profiles.ts +0 -0
  77. package/src/resources/digital-wallet-tokens.ts +0 -0
  78. package/src/resources/documents.ts +0 -0
  79. package/src/resources/entities.ts +0 -0
  80. package/src/resources/event-subscriptions.ts +0 -0
  81. package/src/resources/events.ts +0 -0
  82. package/src/resources/exports.ts +0 -0
  83. package/src/resources/external-accounts.ts +0 -0
  84. package/src/resources/files.ts +0 -0
  85. package/src/resources/groups.ts +0 -0
  86. package/src/resources/inbound-ach-transfers.ts +0 -0
  87. package/src/resources/inbound-check-deposits.ts +0 -0
  88. package/src/resources/inbound-mail-items.ts +0 -0
  89. package/src/resources/inbound-wire-drawdown-requests.ts +0 -0
  90. package/src/resources/inbound-wire-transfers.ts +0 -0
  91. package/src/resources/index.ts +0 -0
  92. package/src/resources/intrafi-account-enrollments.ts +0 -0
  93. package/src/resources/intrafi-balances.ts +0 -0
  94. package/src/resources/intrafi-exclusions.ts +0 -0
  95. package/src/resources/lockboxes.ts +0 -0
  96. package/src/resources/oauth-connections.ts +0 -0
  97. package/src/resources/oauth-tokens.ts +0 -0
  98. package/src/resources/pending-transactions.ts +0 -0
  99. package/src/resources/physical-card-profiles.ts +0 -0
  100. package/src/resources/physical-cards.ts +0 -0
  101. package/src/resources/programs.ts +0 -0
  102. package/src/resources/proof-of-authorization-request-submissions.ts +0 -0
  103. package/src/resources/proof-of-authorization-requests.ts +0 -0
  104. package/src/resources/real-time-decisions.ts +0 -0
  105. package/src/resources/real-time-payments-request-for-payments.ts +0 -0
  106. package/src/resources/real-time-payments-transfers.ts +0 -0
  107. package/src/resources/routing-numbers.ts +0 -0
  108. package/src/resources/simulations/account-statements.ts +0 -0
  109. package/src/resources/simulations/account-transfers.ts +0 -0
  110. package/src/resources/simulations/ach-transfers.ts +0 -0
  111. package/src/resources/simulations/card-authorization-expirations.ts +0 -0
  112. package/src/resources/simulations/card-authorizations.ts +0 -0
  113. package/src/resources/simulations/card-disputes.ts +0 -0
  114. package/src/resources/simulations/card-fuel-confirmations.ts +0 -0
  115. package/src/resources/simulations/card-increments.ts +0 -0
  116. package/src/resources/simulations/card-refunds.ts +0 -0
  117. package/src/resources/simulations/card-reversals.ts +0 -0
  118. package/src/resources/simulations/card-settlements.ts +0 -0
  119. package/src/resources/simulations/check-deposits.ts +0 -0
  120. package/src/resources/simulations/check-transfers.ts +0 -0
  121. package/src/resources/simulations/digital-wallet-token-requests.ts +0 -0
  122. package/src/resources/simulations/documents.ts +0 -0
  123. package/src/resources/simulations/inbound-ach-transfers.ts +0 -0
  124. package/src/resources/simulations/inbound-check-deposits.ts +0 -0
  125. package/src/resources/simulations/inbound-funds-holds.ts +0 -0
  126. package/src/resources/simulations/inbound-real-time-payments-transfers.ts +0 -0
  127. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +0 -0
  128. package/src/resources/simulations/inbound-wire-transfers.ts +0 -0
  129. package/src/resources/simulations/index.ts +0 -0
  130. package/src/resources/simulations/interest-payments.ts +0 -0
  131. package/src/resources/simulations/physical-cards.ts +0 -0
  132. package/src/resources/simulations/programs.ts +0 -0
  133. package/src/resources/simulations/real-time-payments-transfers.ts +0 -0
  134. package/src/resources/simulations/simulations.ts +0 -0
  135. package/src/resources/simulations/wire-transfers.ts +0 -0
  136. package/src/resources/supplemental-documents.ts +0 -0
  137. package/src/resources/transactions.ts +70 -0
  138. package/src/resources/wire-drawdown-requests.ts +0 -0
  139. package/src/resources/wire-transfers.ts +0 -0
  140. package/src/shims/node.ts +0 -0
  141. package/src/shims/web.ts +0 -0
  142. package/src/tsconfig.json +0 -0
  143. package/src/uploads.ts +0 -0
  144. package/src/version.ts +1 -1
  145. package/version.d.ts +1 -1
  146. package/version.js +1 -1
  147. package/version.mjs +1 -1
File without changes
File without changes
File without changes
@@ -1281,6 +1281,11 @@ export namespace CardPayment {
1281
1281
  */
1282
1282
  currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
1283
1283
 
1284
+ /**
1285
+ * Interchange assessed as a part of this transaciton.
1286
+ */
1287
+ interchange: CardRefund.Interchange | null;
1288
+
1284
1289
  /**
1285
1290
  * The merchant identifier (commonly abbreviated as MID) of the merchant the card
1286
1291
  * is transacting with.
@@ -1347,6 +1352,36 @@ export namespace CardPayment {
1347
1352
  }
1348
1353
 
1349
1354
  export namespace CardRefund {
1355
+ /**
1356
+ * Interchange assessed as a part of this transaciton.
1357
+ */
1358
+ export interface Interchange {
1359
+ /**
1360
+ * The interchange amount given as a string containing a decimal number. The amount
1361
+ * is a positive number if it is credited to Increase (e.g., settlements) and a
1362
+ * negative number if it is debited (e.g., refunds).
1363
+ */
1364
+ amount: string;
1365
+
1366
+ /**
1367
+ * The card network specific interchange code.
1368
+ */
1369
+ code: string | null;
1370
+
1371
+ /**
1372
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
1373
+ * reimbursement.
1374
+ *
1375
+ * - `CAD` - Canadian Dollar (CAD)
1376
+ * - `CHF` - Swiss Franc (CHF)
1377
+ * - `EUR` - Euro (EUR)
1378
+ * - `GBP` - British Pound (GBP)
1379
+ * - `JPY` - Japanese Yen (JPY)
1380
+ * - `USD` - US Dollar (USD)
1381
+ */
1382
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
1383
+ }
1384
+
1350
1385
  /**
1351
1386
  * Network-specific identifiers for this refund.
1352
1387
  */
@@ -2027,6 +2062,11 @@ export namespace CardPayment {
2027
2062
  */
2028
2063
  currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
2029
2064
 
2065
+ /**
2066
+ * Interchange assessed as a part of this transaciton.
2067
+ */
2068
+ interchange: CardSettlement.Interchange | null;
2069
+
2030
2070
  /**
2031
2071
  * The merchant identifier (commonly abbreviated as MID) of the merchant the card
2032
2072
  * is transacting with.
@@ -2098,6 +2138,36 @@ export namespace CardPayment {
2098
2138
  }
2099
2139
 
2100
2140
  export namespace CardSettlement {
2141
+ /**
2142
+ * Interchange assessed as a part of this transaciton.
2143
+ */
2144
+ export interface Interchange {
2145
+ /**
2146
+ * The interchange amount given as a string containing a decimal number. The amount
2147
+ * is a positive number if it is credited to Increase (e.g., settlements) and a
2148
+ * negative number if it is debited (e.g., refunds).
2149
+ */
2150
+ amount: string;
2151
+
2152
+ /**
2153
+ * The card network specific interchange code.
2154
+ */
2155
+ code: string | null;
2156
+
2157
+ /**
2158
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
2159
+ * reimbursement.
2160
+ *
2161
+ * - `CAD` - Canadian Dollar (CAD)
2162
+ * - `CHF` - Swiss Franc (CHF)
2163
+ * - `EUR` - Euro (EUR)
2164
+ * - `GBP` - British Pound (GBP)
2165
+ * - `JPY` - Japanese Yen (JPY)
2166
+ * - `USD` - US Dollar (USD)
2167
+ */
2168
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
2169
+ }
2170
+
2101
2171
  /**
2102
2172
  * Network-specific identifiers for this refund.
2103
2173
  */
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -794,6 +794,11 @@ export namespace Transaction {
794
794
  */
795
795
  currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
796
796
 
797
+ /**
798
+ * Interchange assessed as a part of this transaciton.
799
+ */
800
+ interchange: CardRefund.Interchange | null;
801
+
797
802
  /**
798
803
  * The merchant identifier (commonly abbreviated as MID) of the merchant the card
799
804
  * is transacting with.
@@ -860,6 +865,36 @@ export namespace Transaction {
860
865
  }
861
866
 
862
867
  export namespace CardRefund {
868
+ /**
869
+ * Interchange assessed as a part of this transaciton.
870
+ */
871
+ export interface Interchange {
872
+ /**
873
+ * The interchange amount given as a string containing a decimal number. The amount
874
+ * is a positive number if it is credited to Increase (e.g., settlements) and a
875
+ * negative number if it is debited (e.g., refunds).
876
+ */
877
+ amount: string;
878
+
879
+ /**
880
+ * The card network specific interchange code.
881
+ */
882
+ code: string | null;
883
+
884
+ /**
885
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
886
+ * reimbursement.
887
+ *
888
+ * - `CAD` - Canadian Dollar (CAD)
889
+ * - `CHF` - Swiss Franc (CHF)
890
+ * - `EUR` - Euro (EUR)
891
+ * - `GBP` - British Pound (GBP)
892
+ * - `JPY` - Japanese Yen (JPY)
893
+ * - `USD` - US Dollar (USD)
894
+ */
895
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
896
+ }
897
+
863
898
  /**
864
899
  * Network-specific identifiers for this refund.
865
900
  */
@@ -1490,6 +1525,11 @@ export namespace Transaction {
1490
1525
  */
1491
1526
  currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
1492
1527
 
1528
+ /**
1529
+ * Interchange assessed as a part of this transaciton.
1530
+ */
1531
+ interchange: CardSettlement.Interchange | null;
1532
+
1493
1533
  /**
1494
1534
  * The merchant identifier (commonly abbreviated as MID) of the merchant the card
1495
1535
  * is transacting with.
@@ -1561,6 +1601,36 @@ export namespace Transaction {
1561
1601
  }
1562
1602
 
1563
1603
  export namespace CardSettlement {
1604
+ /**
1605
+ * Interchange assessed as a part of this transaciton.
1606
+ */
1607
+ export interface Interchange {
1608
+ /**
1609
+ * The interchange amount given as a string containing a decimal number. The amount
1610
+ * is a positive number if it is credited to Increase (e.g., settlements) and a
1611
+ * negative number if it is debited (e.g., refunds).
1612
+ */
1613
+ amount: string;
1614
+
1615
+ /**
1616
+ * The card network specific interchange code.
1617
+ */
1618
+ code: string | null;
1619
+
1620
+ /**
1621
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
1622
+ * reimbursement.
1623
+ *
1624
+ * - `CAD` - Canadian Dollar (CAD)
1625
+ * - `CHF` - Swiss Franc (CHF)
1626
+ * - `EUR` - Euro (EUR)
1627
+ * - `GBP` - British Pound (GBP)
1628
+ * - `JPY` - Japanese Yen (JPY)
1629
+ * - `USD` - US Dollar (USD)
1630
+ */
1631
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
1632
+ }
1633
+
1564
1634
  /**
1565
1635
  * Network-specific identifiers for this refund.
1566
1636
  */
File without changes
File without changes
package/src/shims/node.ts CHANGED
File without changes
package/src/shims/web.ts CHANGED
File without changes
package/src/tsconfig.json CHANGED
File without changes
package/src/uploads.ts CHANGED
File without changes
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.82.0'; // x-release-please-version
1
+ export const VERSION = '0.84.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.82.0";
1
+ export declare const VERSION = "0.84.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.82.0'; // x-release-please-version
4
+ exports.VERSION = '0.84.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.82.0'; // x-release-please-version
1
+ export const VERSION = '0.84.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map