increase 0.10.1 → 0.10.2

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 (162) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/core.d.ts +6 -3
  3. package/core.d.ts.map +1 -1
  4. package/core.js +13 -6
  5. package/core.js.map +1 -1
  6. package/core.mjs +13 -6
  7. package/core.mjs.map +1 -1
  8. package/index.d.mts +8 -4
  9. package/index.d.ts +8 -4
  10. package/index.d.ts.map +1 -1
  11. package/index.js +6 -3
  12. package/index.js.map +1 -1
  13. package/index.mjs +6 -3
  14. package/index.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/resources/account-transfers.d.ts +8 -1
  17. package/resources/account-transfers.d.ts.map +1 -1
  18. package/resources/account-transfers.js.map +1 -1
  19. package/resources/account-transfers.mjs.map +1 -1
  20. package/resources/ach-prenotifications.d.ts +2 -2
  21. package/resources/ach-transfers.d.ts +11 -4
  22. package/resources/ach-transfers.d.ts.map +1 -1
  23. package/resources/ach-transfers.js.map +1 -1
  24. package/resources/ach-transfers.mjs.map +1 -1
  25. package/resources/card-purchase-supplements.d.ts +1 -1
  26. package/resources/check-transfers.d.ts +6 -3
  27. package/resources/check-transfers.d.ts.map +1 -1
  28. package/resources/check-transfers.js.map +1 -1
  29. package/resources/check-transfers.mjs.map +1 -1
  30. package/resources/declined-transactions.d.ts +90 -16
  31. package/resources/declined-transactions.d.ts.map +1 -1
  32. package/resources/declined-transactions.js.map +1 -1
  33. package/resources/declined-transactions.mjs.map +1 -1
  34. package/resources/digital-wallet-tokens.d.ts +1 -1
  35. package/resources/entities/beneficial-owners.d.ts +24 -5
  36. package/resources/entities/beneficial-owners.d.ts.map +1 -1
  37. package/resources/entities/beneficial-owners.js +8 -2
  38. package/resources/entities/beneficial-owners.js.map +1 -1
  39. package/resources/entities/beneficial-owners.mjs +8 -2
  40. package/resources/entities/beneficial-owners.mjs.map +1 -1
  41. package/resources/entities/entities.d.ts +19 -14
  42. package/resources/entities/entities.d.ts.map +1 -1
  43. package/resources/entities/entities.js.map +1 -1
  44. package/resources/entities/entities.mjs.map +1 -1
  45. package/resources/entities/index.d.ts +5 -1
  46. package/resources/entities/index.d.ts.map +1 -1
  47. package/resources/entities/index.js.map +1 -1
  48. package/resources/entities/index.mjs.map +1 -1
  49. package/resources/entities/supplemental-documents.d.ts +1 -1
  50. package/resources/entities/supplemental-documents.js +1 -1
  51. package/resources/entities/supplemental-documents.mjs +1 -1
  52. package/resources/event-subscriptions.d.ts +22 -10
  53. package/resources/event-subscriptions.d.ts.map +1 -1
  54. package/resources/event-subscriptions.js.map +1 -1
  55. package/resources/event-subscriptions.mjs.map +1 -1
  56. package/resources/events.d.ts +13 -5
  57. package/resources/events.d.ts.map +1 -1
  58. package/resources/events.js.map +1 -1
  59. package/resources/events.mjs.map +1 -1
  60. package/resources/external-accounts.d.ts +2 -2
  61. package/resources/inbound-ach-transfer-returns.d.ts +1 -47
  62. package/resources/inbound-ach-transfer-returns.d.ts.map +1 -1
  63. package/resources/inbound-ach-transfer-returns.js +0 -6
  64. package/resources/inbound-ach-transfer-returns.js.map +1 -1
  65. package/resources/inbound-ach-transfer-returns.mjs +0 -6
  66. package/resources/inbound-ach-transfer-returns.mjs.map +1 -1
  67. package/resources/inbound-ach-transfers.d.ts +303 -0
  68. package/resources/inbound-ach-transfers.d.ts.map +1 -0
  69. package/resources/inbound-ach-transfers.js +40 -0
  70. package/resources/inbound-ach-transfers.js.map +1 -0
  71. package/resources/inbound-ach-transfers.mjs +33 -0
  72. package/resources/inbound-ach-transfers.mjs.map +1 -0
  73. package/resources/index.d.ts +7 -2
  74. package/resources/index.d.ts.map +1 -1
  75. package/resources/index.js +16 -29
  76. package/resources/index.js.map +1 -1
  77. package/resources/index.mjs +1 -1
  78. package/resources/index.mjs.map +1 -1
  79. package/resources/pending-transactions.d.ts +50 -8
  80. package/resources/pending-transactions.d.ts.map +1 -1
  81. package/resources/pending-transactions.js.map +1 -1
  82. package/resources/pending-transactions.mjs.map +1 -1
  83. package/resources/real-time-decisions.d.ts +28 -4
  84. package/resources/real-time-decisions.d.ts.map +1 -1
  85. package/resources/real-time-decisions.js.map +1 -1
  86. package/resources/real-time-decisions.mjs.map +1 -1
  87. package/resources/real-time-payments-transfers.d.ts +49 -42
  88. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  89. package/resources/real-time-payments-transfers.js +2 -2
  90. package/resources/real-time-payments-transfers.js.map +1 -1
  91. package/resources/real-time-payments-transfers.mjs +2 -2
  92. package/resources/real-time-payments-transfers.mjs.map +1 -1
  93. package/resources/routing-numbers.d.ts +1 -1
  94. package/resources/simulations/ach-transfers.d.ts +91 -33
  95. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  96. package/resources/simulations/ach-transfers.js.map +1 -1
  97. package/resources/simulations/ach-transfers.mjs.map +1 -1
  98. package/resources/simulations/cards.d.ts +106 -23
  99. package/resources/simulations/cards.d.ts.map +1 -1
  100. package/resources/simulations/cards.js.map +1 -1
  101. package/resources/simulations/cards.mjs.map +1 -1
  102. package/resources/simulations/inbound-wire-drawdown-requests.d.ts +1 -1
  103. package/resources/simulations/inbound-wire-drawdown-requests.js +1 -1
  104. package/resources/simulations/inbound-wire-drawdown-requests.mjs +1 -1
  105. package/resources/simulations/interest-payments.d.ts +16 -16
  106. package/resources/simulations/interest-payments.d.ts.map +1 -1
  107. package/resources/simulations/real-time-payments-transfers.d.ts +122 -64
  108. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  109. package/resources/simulations/real-time-payments-transfers.js +2 -2
  110. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  111. package/resources/simulations/real-time-payments-transfers.mjs +2 -2
  112. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  113. package/resources/simulations/wire-transfers.d.ts +16 -16
  114. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  115. package/resources/transactions.d.ts +16 -16
  116. package/resources/transactions.d.ts.map +1 -1
  117. package/resources/wire-transfers.d.ts +9 -2
  118. package/resources/wire-transfers.d.ts.map +1 -1
  119. package/resources/wire-transfers.js.map +1 -1
  120. package/resources/wire-transfers.mjs.map +1 -1
  121. package/src/core.ts +18 -6
  122. package/src/index.ts +10 -6
  123. package/src/resources/account-transfers.ts +9 -1
  124. package/src/resources/ach-prenotifications.ts +2 -2
  125. package/src/resources/ach-transfers.ts +12 -4
  126. package/src/resources/card-purchase-supplements.ts +1 -1
  127. package/src/resources/check-transfers.ts +6 -3
  128. package/src/resources/declined-transactions.ts +94 -16
  129. package/src/resources/digital-wallet-tokens.ts +1 -1
  130. package/src/resources/entities/beneficial-owners.ts +31 -6
  131. package/src/resources/entities/entities.ts +20 -14
  132. package/src/resources/entities/index.ts +5 -1
  133. package/src/resources/entities/supplemental-documents.ts +1 -1
  134. package/src/resources/event-subscriptions.ts +22 -10
  135. package/src/resources/events.ts +13 -5
  136. package/src/resources/external-accounts.ts +2 -2
  137. package/src/resources/inbound-ach-transfer-returns.ts +1 -52
  138. package/src/resources/inbound-ach-transfers.ts +359 -0
  139. package/src/resources/index.ts +7 -2
  140. package/src/resources/pending-transactions.ts +52 -8
  141. package/src/resources/real-time-decisions.ts +28 -4
  142. package/src/resources/real-time-payments-transfers.ts +50 -42
  143. package/src/resources/routing-numbers.ts +1 -1
  144. package/src/resources/simulations/ach-transfers.ts +93 -33
  145. package/src/resources/simulations/cards.ts +108 -23
  146. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -1
  147. package/src/resources/simulations/interest-payments.ts +16 -16
  148. package/src/resources/simulations/real-time-payments-transfers.ts +124 -64
  149. package/src/resources/simulations/wire-transfers.ts +16 -16
  150. package/src/resources/transactions.ts +16 -16
  151. package/src/resources/wire-transfers.ts +10 -2
  152. package/src/version.ts +1 -1
  153. package/version.d.ts +1 -1
  154. package/version.js +1 -1
  155. package/version.mjs +1 -1
  156. package/resources/shared.d.ts +0 -31
  157. package/resources/shared.d.ts.map +0 -1
  158. package/resources/shared.js +0 -4
  159. package/resources/shared.js.map +0 -1
  160. package/resources/shared.mjs +0 -3
  161. package/resources/shared.mjs.map +0 -1
  162. package/src/resources/shared.ts +0 -32
@@ -1 +1 @@
1
- {"version":3,"file":"interest-payments.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/interest-payments.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"interest-payments.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/interest-payments.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAE/B,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;OAGG;IACH,MAAM,CACJ,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,+BAA+B,CAAC;CAGpD;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C;;;OAGG;IACH,WAAW,EAAE,+BAA+B,CAAC,WAAW,CAAC;IAEzD;;;OAGG;IACH,IAAI,EAAE,oCAAoC,CAAC;CAC5C;AAED,yBAAiB,+BAA+B,CAAC;IAC/C;;;OAGG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;;WAGG;QACH,MAAM,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;;;;;;;;;;WAWG;QACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;QAExD;;;;WAIG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QAExB;;;;;WAKG;QACH,UAAU,EAAE,gBAAgB,GAAG,MAAM,GAAG,IAAI,CAAC;QAE7C;;;;;WAKG;QACH,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC;QAE3B;;;WAGG;QACH,IAAI,EAAE,aAAa,CAAC;KACrB;IAED,UAAiB,WAAW,CAAC;QAC3B;;;;;WAKG;QACH,UAAiB,MAAM;YACrB;;;eAGG;YACH,0BAA0B,EAAE,MAAM,CAAC,wBAAwB,GAAG,IAAI,CAAC;YAEnE;;;eAGG;YACH,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,GAAG,IAAI,CAAC;YAE3D;;;eAGG;YACH,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,GAAG,IAAI,CAAC;YAE3D;;;eAGG;YACH,mBAAmB,EAAE,MAAM,CAAC,iBAAiB,GAAG,IAAI,CAAC;YAErD;;;eAGG;YACH,uBAAuB,EAAE,MAAM,CAAC,qBAAqB,GAAG,IAAI,CAAC;YAE7D;;;eAGG;YACH,WAAW,EAAE,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;YAEtC;;;eAGG;YACH,oBAAoB,EAAE,MAAM,CAAC,kBAAkB,GAAG,IAAI,CAAC;YAEvD;;;eAGG;YACH,eAAe,EAAE,MAAM,CAAC,cAAc,GAAG,IAAI,CAAC;YAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAiEG;YACH,QAAQ,EACJ,4BAA4B,GAC5B,wBAAwB,GACxB,wBAAwB,GACxB,qBAAqB,GACrB,yBAAyB,GACzB,aAAa,GACb,sBAAsB,GACtB,iBAAiB,GACjB,0BAA0B,GAC1B,sBAAsB,GACtB,wBAAwB,GACxB,0BAA0B,GAC1B,qCAAqC,GACrC,aAAa,GACb,sBAAsB,GACtB,uCAAuC,GACvC,eAAe,GACf,oCAAoC,GACpC,kDAAkD,GAClD,+BAA+B,GAC/B,wCAAwC,GACxC,uBAAuB,GACvB,uBAAuB,GACvB,kBAAkB,GAClB,iBAAiB,GACjB,6CAA6C,GAC7C,cAAc,GACd,yBAAyB,GACzB,yBAAyB,GACzB,OAAO,CAAC;YAEZ;;;eAGG;YACH,wBAAwB,EAAE,MAAM,CAAC,sBAAsB,GAAG,IAAI,CAAC;YAE/D;;;eAGG;YACH,oBAAoB,EAAE,MAAM,CAAC,kBAAkB,GAAG,IAAI,CAAC;YAEvD;;;eAGG;YACH,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,GAAG,IAAI,CAAC;YAE3D;;;eAGG;YACH,wBAAwB,EAAE,MAAM,CAAC,sBAAsB,GAAG,IAAI,CAAC;YAE/D;;;;eAIG;YACH,mCAAmC,EAAE,MAAM,CAAC,+BAA+B,GAAG,IAAI,CAAC;YAEnF;;;eAGG;YACH,WAAW,EAAE,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;YAEtC;;;eAGG;YACH,oBAAoB,EAAE,MAAM,CAAC,kBAAkB,GAAG,IAAI,CAAC;YAEvD;;;eAGG;YACH,aAAa,EAAE,MAAM,CAAC,YAAY,GAAG,IAAI,CAAC;YAE1C;;;;eAIG;YACH,kCAAkC,EAAE,MAAM,CAAC,+BAA+B,GAAG,IAAI,CAAC;YAElF;;;;eAIG;YACH,gDAAgD,EAAE,MAAM,CAAC,2CAA2C,GAAG,IAAI,CAAC;YAE5G;;;eAGG;YACH,6BAA6B,EAAE,MAAM,CAAC,0BAA0B,GAAG,IAAI,CAAC;YAExE;;;;eAIG;YACH,sCAAsC,EAAE,MAAM,CAAC,kCAAkC,GAAG,IAAI,CAAC;YAEzF;;;eAGG;YACH,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;YAEzD;;;eAGG;YACH,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;YAEzD;;;eAGG;YACH,gBAAgB,EAAE,MAAM,CAAC,eAAe,GAAG,IAAI,CAAC;YAEhD;;;eAGG;YACH,eAAe,EAAE,MAAM,CAAC,cAAc,GAAG,IAAI,CAAC;YAE9C;;;;eAIG;YACH,2CAA2C,EAAE,MAAM,CAAC,uCAAuC,GAAG,IAAI,CAAC;YAEnG;;;eAGG;YACH,YAAY,EAAE,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC;YAExC;;;eAGG;YACH,uBAAuB,EAAE,MAAM,CAAC,qBAAqB,GAAG,IAAI,CAAC;YAE7D;;;eAGG;YACH,uBAAuB,EAAE,MAAM,CAAC,qBAAqB,GAAG,IAAI,CAAC;SAC9D;QAED,UAAiB,MAAM,CAAC;YACtB;;;eAGG;YACH,UAAiB,wBAAwB;gBACvC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,CAAC;gBAE/B;;mBAEG;gBACH,iBAAiB,EAAE,MAAM,CAAC;gBAE1B;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;eAGG;YACH,UAAiB,oBAAoB;gBACnC,cAAc,EAAE,MAAM,CAAC;gBAEvB;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf,cAAc,EAAE,MAAM,CAAC;gBAEvB,oBAAoB,EAAE,MAAM,CAAC;gBAE7B;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;eAGG;YACH,UAAiB,oBAAoB;gBACnC;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;eAGG;YACH,UAAiB,iBAAiB;gBAChC;;;mBAGG;gBACH,UAAU,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,CAAC;gBAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAmJG;gBACH,kBAAkB,EACd,mBAAmB,GACnB,YAAY,GACZ,gBAAgB,GAChB,kCAAkC,GAClC,oDAAoD,GACpD,kCAAkC,GAClC,iEAAiE,GACjE,2CAA2C,GAC3C,iBAAiB,GACjB,yBAAyB,GACzB,mBAAmB,GACnB,kCAAkC,GAClC,iEAAiE,GACjE,oBAAoB,GACpB,mCAAmC,GACnC,4BAA4B,GAC5B,2BAA2B,GAC3B,6BAA6B,GAC7B,2BAA2B,GAC3B,2BAA2B,GAC3B,kDAAkD,GAClD,6BAA6B,GAC7B,eAAe,GACf,wCAAwC,GACxC,iDAAiD,GACjD,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,0BAA0B,GAC1B,gCAAgC,GAChC,kCAAkC,GAClC,4CAA4C,GAC5C,8BAA8B,GAC9B,yBAAyB,GACzB,sCAAsC,GACtC,gCAAgC,GAChC,aAAa,GACb,wCAAwC,GACxC,wBAAwB,GACxB,+BAA+B,GAC/B,oDAAoD,GACpD,oBAAoB,GACpB,8CAA8C,GAC9C,8BAA8B,GAC9B,0CAA0C,GAC1C,yCAAyC,GACzC,uBAAuB,GACvB,6BAA6B,GAC7B,kBAAkB,GAClB,iBAAiB,GACjB,yCAAyC,GACzC,gCAAgC,GAChC,0BAA0B,GAC1B,uCAAuC,GACvC,qBAAqB,GACrB,8CAA8C,GAC9C,sEAAsE,GACtE,wBAAwB,GACxB,wCAAwC,GACxC,iCAAiC,GACjC,gCAAgC,GAChC,qBAAqB,GACrB,uCAAuC,GACvC,oCAAoC,GACpC,2CAA2C,GAC3C,iCAAiC,GACjC,wBAAwB,GACxB,oBAAoB,GACpB,4BAA4B,GAC5B,iBAAiB,CAAC;gBAEtB;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;eAGG;YACH,UAAiB,qBAAqB;gBACpC;;;mBAGG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;mBAEG;gBACH,eAAe,EAAE,MAAM,CAAC;gBAExB;;;mBAGG;gBACH,cAAc,EAAE,MAAM,CAAC;aACxB;YAED;;;eAGG;YACH,UAAiB,UAAU;gBACzB;;mBAEG;gBACH,EAAE,EAAE,MAAM,CAAC;gBAEX;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;;mBAGG;gBACH,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEpC;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,CAAC;gBAE/B;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;gBAEzB;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE9B;;;mBAGG;gBACH,gBAAgB,EAAE,UAAU,CAAC,eAAe,GAAG,IAAI,CAAC;gBAEpD;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;;mBAGG;gBACH,IAAI,EAAE,aAAa,CAAC;aACrB;YAED,UAAiB,UAAU,CAAC;gBAC1B;;;mBAGG;gBACH,UAAiB,eAAe;oBAC9B;;uBAEG;oBACH,UAAU,EAAE,eAAe,CAAC,SAAS,GAAG,IAAI,CAAC;oBAE7C;;uBAEG;oBACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;oBAE7C;;uBAEG;oBACH,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAEhC;;;uBAGG;oBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAElC;;uBAEG;oBACH,OAAO,EAAE,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC;oBAExC;;uBAEG;oBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAEnC;;;uBAGG;oBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAErC;;uBAEG;oBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAEnC;;;;;;;;uBAQG;oBACH,0BAA0B,EACtB,WAAW,GACX,cAAc,GACd,yBAAyB,GACzB,oBAAoB,GACpB,gBAAgB,GAChB,IAAI,CAAC;oBAET;;uBAEG;oBACH,MAAM,EAAE,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC;iBACvC;gBAED,UAAiB,eAAe,CAAC;oBAC/B;;uBAEG;oBACH,UAAiB,SAAS;wBACxB;;2BAEG;wBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9B;;;2BAGG;wBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7B;;2BAEG;wBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAExC;;;2BAGG;wBACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE1C;;2BAEG;wBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE3B;;;;;;;;;2BASG;wBACH,aAAa,EACT,iBAAiB,GACjB,KAAK,GACL,eAAe,GACf,aAAa,GACb,qBAAqB,GACrB,mBAAmB,GACnB,IAAI,CAAC;wBAET;;2BAEG;wBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEnC;;;2BAGG;wBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAErC;;2BAEG;wBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAExC;;;2BAGG;wBACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE1C;;;;;;2BAMG;wBACH,iBAAiB,EAAE,gBAAgB,GAAG,iCAAiC,GAAG,IAAI,CAAC;wBAE/E;;;2BAGG;wBACH,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE/C;;;2BAGG;wBACH,iCAAiC,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEjD;;2BAEG;wBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE3B;;2BAEG;wBACH,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEzC;;;2BAGG;wBACH,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;qBAC5C;oBAED;;uBAEG;oBACH,UAAiB,OAAO;wBACtB;;2BAEG;wBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7B;;2BAEG;wBACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEtC;;;2BAGG;wBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAExC;;;;;;;;;;2BAUG;wBACH,aAAa,EACT,iBAAiB,GACjB,YAAY,GACZ,WAAW,GACX,UAAU,GACV,WAAW,GACX,OAAO,GACP,SAAS,GACT,IAAI,CAAC;wBAET;;2BAEG;wBACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE1C;;;2BAGG;wBACH,4BAA4B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE5C;;2BAEG;wBACH,4BAA4B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE5C;;;2BAGG;wBACH,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9C;;;;;;2BAMG;wBACH,iBAAiB,EAAE,gBAAgB,GAAG,SAAS,GAAG,IAAI,CAAC;wBAEvD;;2BAEG;wBACH,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEvC;;;2BAGG;wBACH,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEzC;;2BAEG;wBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE3B;;2BAEG;wBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAErC;;;2BAGG;wBACH,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEvC;;2BAEG;wBACH,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEhC;;;2BAGG;wBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;qBACnC;oBAED;;uBAEG;oBACH,UAAiB,MAAM;wBACrB;;2BAEG;wBACH,SAAS,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;wBAEnC;;2BAEG;wBACH,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE/C;;;;;;;;;;;2BAWG;wBACH,uBAAuB,EACnB,WAAW,GACX,qDAAqD,GACrD,wEAAwE,GACxE,6BAA6B,GAC7B,OAAO,GACP,kCAAkC,GAClC,IAAI,CAAC;wBAET;;2BAEG;wBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9B;;2BAEG;wBACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7C;;2BAEG;wBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9B;;;;;2BAKG;wBACH,2BAA2B,EAAE,iBAAiB,GAAG,kCAAkC,GAAG,IAAI,CAAC;wBAE3F;;;;;;2BAMG;wBACH,uBAAuB,EAAE,MAAM,GAAG,2BAA2B,GAAG,YAAY,GAAG,IAAI,CAAC;wBAEpF;;2BAEG;wBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7B;;2BAEG;wBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAElC;;2BAEG;wBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAElC;;2BAEG;wBACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;qBACzC;oBAED,UAAiB,MAAM,CAAC;wBACtB;;2BAEG;wBACH,UAAiB,SAAS;4BACxB;;;;+BAIG;4BACH,gCAAgC,EAAE,MAAM,GAAG,IAAI,CAAC;4BAEhD;;;;;;;;;+BASG;4BACH,uBAAuB,EACnB,WAAW,GACX,qDAAqD,GACrD,wEAAwE,GACxE,OAAO,GACP,IAAI,CAAC;4BAET;;+BAEG;4BACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7C;;+BAEG;4BACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;4BAEnC;;+BAEG;4BACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;yBACvC;wBAED,UAAiB,SAAS,CAAC;4BACzB,UAAiB,OAAO;gCACtB;;;;;;;;;;;;;;;;;;;;;;;;;;;mCA2BG;gCACH,QAAQ,EACJ,MAAM,GACN,iBAAiB,GACjB,aAAa,GACb,YAAY,GACZ,OAAO,GACP,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,kBAAkB,GAClB,yBAAyB,GACzB,QAAQ,GACR,SAAS,GACT,eAAe,GACf,OAAO,GACP,sBAAsB,GACtB,MAAM,GACN,WAAW,GACX,SAAS,GACT,aAAa,GACb,OAAO,GACP,gBAAgB,GAChB,sBAAsB,GACtB,UAAU,GACV,MAAM,GACN,IAAI,CAAC;gCAET;;mCAEG;gCACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;6BAC7B;yBACF;wBAED,UAAiB,OAAO;4BACtB;;+BAEG;4BACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE5B;;+BAEG;4BACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7C;;+BAEG;4BACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE/B;;+BAEG;4BACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7B;;+BAEG;4BACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7B;;;;;;+BAMG;4BACH,cAAc,EAAE,MAAM,GAAG,mBAAmB,GAAG,uBAAuB,GAAG,IAAI,CAAC;yBAC/E;qBACF;iBACF;aACF;YAED;;;eAGG;YACH,UAAiB,kBAAkB;gBACjC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,UAAU,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,YAAY,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;aACzC;YAED;;;eAGG;YACH,UAAiB,cAAc;gBAC7B;;mBAEG;gBACH,EAAE,EAAE,MAAM,CAAC;gBAEX;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;mBAGG;gBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElC;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;;mBAGG;gBACH,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEpC;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,CAAC;gBAE/B;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;gBAEzB;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE9B;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEtC;;mBAEG;gBACH,kBAAkB,EAAE,MAAM,CAAC;gBAE3B;;;mBAGG;gBACH,oBAAoB,EAAE,MAAM,CAAC;gBAE7B;;;mBAGG;gBACH,gBAAgB,EAAE,cAAc,CAAC,eAAe,GAAG,IAAI,CAAC;gBAExD;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;;mBAGG;gBACH,IAAI,EAAE,iBAAiB,CAAC;aACzB;YAED,UAAiB,cAAc,CAAC;gBAC9B;;;mBAGG;gBACH,UAAiB,eAAe;oBAC9B;;uBAEG;oBACH,UAAU,EAAE,eAAe,CAAC,SAAS,GAAG,IAAI,CAAC;oBAE7C;;uBAEG;oBACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;oBAE7C;;uBAEG;oBACH,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAEhC;;;uBAGG;oBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAElC;;uBAEG;oBACH,OAAO,EAAE,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC;oBAExC;;uBAEG;oBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAEnC;;;uBAGG;oBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAErC;;uBAEG;oBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;oBAEnC;;;;;;;;uBAQG;oBACH,0BAA0B,EACtB,WAAW,GACX,cAAc,GACd,yBAAyB,GACzB,oBAAoB,GACpB,gBAAgB,GAChB,IAAI,CAAC;oBAET;;uBAEG;oBACH,MAAM,EAAE,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC;iBACvC;gBAED,UAAiB,eAAe,CAAC;oBAC/B;;uBAEG;oBACH,UAAiB,SAAS;wBACxB;;2BAEG;wBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9B;;;2BAGG;wBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7B;;2BAEG;wBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAExC;;;2BAGG;wBACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE1C;;2BAEG;wBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE3B;;;;;;;;;2BASG;wBACH,aAAa,EACT,iBAAiB,GACjB,KAAK,GACL,eAAe,GACf,aAAa,GACb,qBAAqB,GACrB,mBAAmB,GACnB,IAAI,CAAC;wBAET;;2BAEG;wBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEnC;;;2BAGG;wBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAErC;;2BAEG;wBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAExC;;;2BAGG;wBACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE1C;;;;;;2BAMG;wBACH,iBAAiB,EAAE,gBAAgB,GAAG,iCAAiC,GAAG,IAAI,CAAC;wBAE/E;;;2BAGG;wBACH,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE/C;;;2BAGG;wBACH,iCAAiC,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEjD;;2BAEG;wBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE3B;;2BAEG;wBACH,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEzC;;;2BAGG;wBACH,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;qBAC5C;oBAED;;uBAEG;oBACH,UAAiB,OAAO;wBACtB;;2BAEG;wBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7B;;2BAEG;wBACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEtC;;;2BAGG;wBACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAExC;;;;;;;;;;2BAUG;wBACH,aAAa,EACT,iBAAiB,GACjB,YAAY,GACZ,WAAW,GACX,UAAU,GACV,WAAW,GACX,OAAO,GACP,SAAS,GACT,IAAI,CAAC;wBAET;;2BAEG;wBACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE1C;;;2BAGG;wBACH,4BAA4B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE5C;;2BAEG;wBACH,4BAA4B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE5C;;;2BAGG;wBACH,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9C;;;;;;2BAMG;wBACH,iBAAiB,EAAE,gBAAgB,GAAG,SAAS,GAAG,IAAI,CAAC;wBAEvD;;2BAEG;wBACH,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEvC;;;2BAGG;wBACH,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEzC;;2BAEG;wBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE3B;;2BAEG;wBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAErC;;;2BAGG;wBACH,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEvC;;2BAEG;wBACH,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAEhC;;;2BAGG;wBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;qBACnC;oBAED;;uBAEG;oBACH,UAAiB,MAAM;wBACrB;;2BAEG;wBACH,SAAS,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;wBAEnC;;2BAEG;wBACH,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE/C;;;;;;;;;;;2BAWG;wBACH,uBAAuB,EACnB,WAAW,GACX,qDAAqD,GACrD,wEAAwE,GACxE,6BAA6B,GAC7B,OAAO,GACP,kCAAkC,GAClC,IAAI,CAAC;wBAET;;2BAEG;wBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9B;;2BAEG;wBACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7C;;2BAEG;wBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE9B;;;;;2BAKG;wBACH,2BAA2B,EAAE,iBAAiB,GAAG,kCAAkC,GAAG,IAAI,CAAC;wBAE3F;;;;;;2BAMG;wBACH,uBAAuB,EAAE,MAAM,GAAG,2BAA2B,GAAG,YAAY,GAAG,IAAI,CAAC;wBAEpF;;2BAEG;wBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;wBAE7B;;2BAEG;wBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAElC;;2BAEG;wBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;wBAElC;;2BAEG;wBACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;qBACzC;oBAED,UAAiB,MAAM,CAAC;wBACtB;;2BAEG;wBACH,UAAiB,SAAS;4BACxB;;;;+BAIG;4BACH,gCAAgC,EAAE,MAAM,GAAG,IAAI,CAAC;4BAEhD;;;;;;;;;+BASG;4BACH,uBAAuB,EACnB,WAAW,GACX,qDAAqD,GACrD,wEAAwE,GACxE,OAAO,GACP,IAAI,CAAC;4BAET;;+BAEG;4BACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7C;;+BAEG;4BACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;4BAEnC;;+BAEG;4BACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;yBACvC;wBAED,UAAiB,SAAS,CAAC;4BACzB,UAAiB,OAAO;gCACtB;;;;;;;;;;;;;;;;;;;;;;;;;;;mCA2BG;gCACH,QAAQ,EACJ,MAAM,GACN,iBAAiB,GACjB,aAAa,GACb,YAAY,GACZ,OAAO,GACP,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,kBAAkB,GAClB,yBAAyB,GACzB,QAAQ,GACR,SAAS,GACT,eAAe,GACf,OAAO,GACP,sBAAsB,GACtB,MAAM,GACN,WAAW,GACX,SAAS,GACT,aAAa,GACb,OAAO,GACP,gBAAgB,GAChB,sBAAsB,GACtB,UAAU,GACV,MAAM,GACN,IAAI,CAAC;gCAET;;mCAEG;gCACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;6BAC7B;yBACF;wBAED,UAAiB,OAAO;4BACtB;;+BAEG;4BACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE5B;;+BAEG;4BACH,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7C;;+BAEG;4BACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE/B;;+BAEG;4BACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7B;;+BAEG;4BACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;4BAE7B;;;;;;+BAMG;4BACH,cAAc,EAAE,MAAM,GAAG,mBAAmB,GAAG,uBAAuB,GAAG,IAAI,CAAC;yBAC/E;qBACF;iBACF;aACF;YAED;;;eAGG;YACH,UAAiB,sBAAsB;gBACrC;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;mBAGG;gBACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE/B;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;gBAEzB;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;;mBAGG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;aAC9B;YAED;;;eAGG;YACH,UAAiB,kBAAkB;gBACjC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;gBAEzB;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;;;;;;;;;;;;mBAaG;gBACH,aAAa,EACT,8BAA8B,GAC9B,gBAAgB,GAChB,sBAAsB,GACtB,oBAAoB,GACpB,YAAY,GACZ,gBAAgB,GAChB,aAAa,GACb,cAAc,GACd,gBAAgB,GAChB,mBAAmB,GACnB,kBAAkB,GAClB,uBAAuB,CAAC;gBAE5B;;;mBAGG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;;mBAGG;gBACH,cAAc,EAAE,MAAM,CAAC;aACxB;YAED;;;eAGG;YACH,UAAiB,oBAAoB;gBACnC;;;mBAGG;gBACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElC;;mBAEG;gBACH,YAAY,EAAE,MAAM,CAAC;gBAErB;;;mBAGG;gBACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEnC;;mBAEG;gBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE9B;;;mBAGG;gBACH,IAAI,EAAE,wBAAwB,CAAC;aAChC;YAED;;;eAGG;YACH,UAAiB,sBAAsB;gBACrC;;mBAEG;gBACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE5B;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B;;mBAEG;gBACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE3B;;mBAEG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE9B;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;;eAIG;YACH,UAAiB,+BAA+B;gBAC9C;;;;;;;mBAOG;gBACH,MAAM,EAAE,sBAAsB,GAAG,sBAAsB,GAAG,SAAS,CAAC;gBAEpE;;mBAEG;gBACH,YAAY,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;;mBAGG;gBACH,IAAI,EAAE,qCAAqC,CAAC;aAC7C;YAED;;;eAGG;YACH,UAAiB,UAAU;gBACzB;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;aAC1B;YAED;;;eAGG;YACH,UAAiB,kBAAkB;gBACjC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf,mCAAmC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEnD,qCAAqC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAErD,oCAAoC,EAAE,MAAM,CAAC;gBAE7C,qBAAqB,EAAE,MAAM,CAAC;gBAE9B,uBAAuB,EAAE,MAAM,CAAC;gBAEhC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAElC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE7B,YAAY,EAAE,MAAM,CAAC;aACtB;YAED;;;eAGG;YACH,UAAiB,YAAY;gBAC3B;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE5B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;aACzD;YAED;;;;eAIG;YACH,UAAiB,+BAA+B;gBAC9C;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf,wBAAwB,EAAE,MAAM,CAAC;gBAEjC,yBAAyB,EAAE,MAAM,CAAC;gBAElC,0BAA0B,EAAE,MAAM,CAAC;gBAEnC,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE1C,oCAAoC,EAAE,MAAM,CAAC;gBAE7C,sBAAsB,EAAE,MAAM,CAAC;gBAE/B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEpC,mCAAmC,EAAE,MAAM,CAAC;gBAE5C,yBAAyB,EAAE,MAAM,CAAC;gBAElC,2DAA2D,EAAE,MAAM,CAAC;gBAEpE,+CAA+C,EAAE,MAAM,CAAC;gBAExD,yDAAyD,EAAE,MAAM,CAAC;gBAElE,iDAAiD,EAAE,MAAM,CAAC;gBAE1D,eAAe,EAAE,MAAM,CAAC;gBAExB,oCAAoC,EAAE,MAAM,CAAC;gBAE7C,kBAAkB,EAAE,MAAM,CAAC;gBAE3B,yBAAyB,EAAE,MAAM,CAAC;gBAElC,eAAe,EAAE,MAAM,CAAC;gBAExB,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEtC,4BAA4B,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE5C,yBAAyB,EAAE,MAAM,CAAC;gBAElC,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE3C,4BAA4B,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE5C,aAAa,EAAE,MAAM,CAAC;gBAEtB,gBAAgB,EAAE,MAAM,CAAC;gBAEzB,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE9C,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEpC,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE1C,uBAAuB,EAAE,MAAM,CAAC;gBAEhC,oCAAoC,EAAE,MAAM,CAAC;gBAE7C,kDAAkD,EAAE,MAAM,CAAC;gBAE3D,6CAA6C,EAAE,MAAM,CAAC;gBAEtD,uDAAuD,EAAE,MAAM,CAAC;gBAEhE,+CAA+C,EAAE,MAAM,CAAC;gBAExD,YAAY,EAAE,MAAM,CAAC;aACtB;YAED;;;;eAIG;YACH,UAAiB,2CAA2C;gBAC1D;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,aAAa,EAAE,MAAM,CAAC;gBAEtB;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,qBAAqB,EAAE,MAAM,CAAC;gBAE9B;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;mBAEG;gBACH,qBAAqB,EAAE,MAAM,CAAC;gBAE9B;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEtC;;mBAEG;gBACH,0BAA0B,EAAE,MAAM,CAAC;aACpC;YAED;;;eAGG;YACH,UAAiB,0BAA0B;gBACzC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEhC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAErC,WAAW,EAAE,MAAM,CAAC;gBAEpB,iCAAiC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEjD,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE/B,qCAAqC,EAAE,MAAM,GAAG,IAAI,CAAC;aACtD;YAED;;;;eAIG;YACH,UAAiB,kCAAkC;gBACjD;;mBAEG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;gBAEzB;;mBAEG;gBACH,iCAAiC,EAAE,MAAM,CAAC;gBAE1C;;mBAEG;gBACH,qBAAqB,EAAE,MAAM,CAAC;gBAE9B;;mBAEG;gBACH,YAAY,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,iCAAiC,EAAE,MAAM,CAAC;gBAE1C;;mBAEG;gBACH,kDAAkD,EAAE,MAAM,CAAC;gBAE3D;;mBAEG;gBACH,sCAAsC,EAAE,MAAM,CAAC;gBAE/C;;mBAEG;gBACH,6BAA6B,EAAE,MAAM,CAAC;aACvC;YAED;;;eAGG;YACH,UAAiB,mBAAmB;gBAClC;;mBAEG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;mBAGG;gBACH,UAAU,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;gBAEpB;;mBAEG;gBACH,0DAA0D,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE1E;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;gBAEzB;;mBAEG;gBACH,iCAAiC,EAAE,MAAM,CAAC;gBAE1C;;mBAEG;gBACH,qBAAqB,EAAE,MAAM,CAAC;gBAE9B;;mBAEG;gBACH,YAAY,EAAE,MAAM,CAAC;gBAErB;;mBAEG;gBACH,iCAAiC,EAAE,MAAM,CAAC;gBAE1C;;mBAEG;gBACH,kDAAkD,EAAE,MAAM,CAAC;gBAE3D;;mBAEG;gBACH,sCAAsC,EAAE,MAAM,CAAC;gBAE/C;;mBAEG;gBACH,6BAA6B,EAAE,MAAM,CAAC;gBAEtC;;;mBAGG;gBACH,0CAA0C,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE1D;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;mBAEG;gBACH,gBAAgB,EAAE,MAAM,CAAC;aAC1B;YAED;;;eAGG;YACH,UAAiB,mBAAmB;gBAClC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEzC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEhC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAErC,WAAW,EAAE,MAAM,CAAC;gBAEpB,iCAAiC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAEjD,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAExC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE/B,qCAAqC,EAAE,MAAM,GAAG,IAAI,CAAC;gBAErD,2CAA2C,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE3D,2CAA2C,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE3D,2CAA2C,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE3D,2CAA2C,EAAE,MAAM,GAAG,IAAI,CAAC;aAC5D;YAED;;;eAGG;YACH,UAAiB,eAAe;gBAC9B;;mBAEG;gBACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;gBAErC;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;mBAEG;gBACH,UAAU,EAAE,MAAM,CAAC;gBAEnB;;mBAEG;gBACH,YAAY,EAAE,MAAM,CAAC;aACtB;YAED;;;eAGG;YACH,UAAiB,cAAc;gBAC7B;;;mBAGG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;;;;;;;;;mBAUG;gBACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;gBAExD;;;;;;;;;;;;;;mBAcG;gBACH,MAAM,EACF,iBAAiB,GACjB,gBAAgB,GAChB,UAAU,GACV,kBAAkB,GAClB,uBAAuB,GACvB,qBAAqB,GACrB,OAAO,GACP,kBAAkB,GAClB,MAAM,GACN,UAAU,GACV,8BAA8B,GAC9B,cAAc,GACd,qBAAqB,CAAC;aAC3B;YAED;;;;eAIG;YACH,UAAiB,uCAAuC;gBACtD;;mBAEG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,0BAA0B,EAAE,MAAM,CAAC;gBAEnC;;mBAEG;gBACH,0BAA0B,EAAE,MAAM,CAAC;gBAEnC;;mBAEG;gBACH,sBAAsB,EAAE,MAAM,CAAC;gBAE/B;;mBAEG;gBACH,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;eAGG;YACH,UAAiB,WAAW;gBAC1B;;mBAEG;gBACH,UAAU,EAAE,MAAM,CAAC;aACpB;YAED;;;eAGG;YACH,UAAiB,qBAAqB;gBACpC;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB;;mBAEG;gBACH,MAAM,EAAE,MAAM,CAAC;gBAEf;;mBAEG;gBACH,oBAAoB,EAAE,MAAM,CAAC;gBAE7B;;mBAEG;gBACH,cAAc,EAAE,MAAM,CAAC;gBAEvB,WAAW,EAAE,MAAM,CAAC;aACrB;YAED;;;eAGG;YACH,UAAiB,qBAAqB;gBACpC,WAAW,EAAE,MAAM,CAAC;aACrB;SACF;KACF;CACF;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,yBAAiB,gBAAgB,CAAC;IAChC,MAAM,QAAQ,+BAA+B,GAAG,GAAG,CAAC,+BAA+B,CAAC;IACpF,MAAM,QAAQ,2BAA2B,GAAG,GAAG,CAAC,2BAA2B,CAAC;CAC7E"}
@@ -1,11 +1,10 @@
1
1
  import * as Core from 'increase/core';
2
2
  import { APIResource } from 'increase/resource';
3
3
  import * as RealTimePaymentsTransfers_ from 'increase/resources/real-time-payments-transfers';
4
- import * as Shared from 'increase/resources/shared';
5
4
  import * as API from './index.js';
6
5
  export declare class RealTimePaymentsTransfers extends APIResource {
7
6
  /**
8
- * Simulates submission of a Real Time Payments transfer and handling the response
7
+ * Simulates submission of a Real-Time Payments transfer and handling the response
9
8
  * from the destination financial institution. This transfer must first have a
10
9
  * `status` of `pending_submission`.
11
10
  */
@@ -15,7 +14,7 @@ export declare class RealTimePaymentsTransfers extends APIResource {
15
14
  options?: Core.RequestOptions,
16
15
  ): Core.APIPromise<RealTimePaymentsTransfers_.RealTimePaymentsTransfer>;
17
16
  /**
18
- * Simulates an inbound Real Time Payments transfer to your account. Real Time
17
+ * Simulates an inbound Real-Time Payments transfer to your account. Real-Time
19
18
  * Payments are a beta feature.
20
19
  */
21
20
  createInbound(
@@ -24,18 +23,18 @@ export declare class RealTimePaymentsTransfers extends APIResource {
24
23
  ): Core.APIPromise<InboundRealTimePaymentsTransferSimulationResult>;
25
24
  }
26
25
  /**
27
- * The results of an inbound Real Time Payments Transfer simulation.
26
+ * The results of an inbound Real-Time Payments Transfer simulation.
28
27
  */
29
28
  export interface InboundRealTimePaymentsTransferSimulationResult {
30
29
  /**
31
- * If the Real Time Payments Transfer attempt fails, this will contain the
30
+ * If the Real-Time Payments Transfer attempt fails, this will contain the
32
31
  * resulting [Declined Transaction](#declined-transactions) object. The Declined
33
32
  * Transaction's `source` will be of
34
33
  * `category: inbound_real_time_payments_transfer_decline`.
35
34
  */
36
35
  declined_transaction: InboundRealTimePaymentsTransferSimulationResult.DeclinedTransaction | null;
37
36
  /**
38
- * If the Real Time Payments Transfer attempt succeeds, this will contain the
37
+ * If the Real-Time Payments Transfer attempt succeeds, this will contain the
39
38
  * resulting [Transaction](#transactions) object. The Transaction's `source` will
40
39
  * be of `category: inbound_real_time_payments_transfer_confirmation`.
41
40
  */
@@ -48,7 +47,7 @@ export interface InboundRealTimePaymentsTransferSimulationResult {
48
47
  }
49
48
  export declare namespace InboundRealTimePaymentsTransferSimulationResult {
50
49
  /**
51
- * If the Real Time Payments Transfer attempt fails, this will contain the
50
+ * If the Real-Time Payments Transfer attempt fails, this will contain the
52
51
  * resulting [Declined Transaction](#declined-transactions) object. The Declined
53
52
  * Transaction's `source` will be of
54
53
  * `category: inbound_real_time_payments_transfer_decline`.
@@ -69,13 +68,13 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
69
68
  amount: number;
70
69
  /**
71
70
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which the
72
- * Transaction occured.
71
+ * Transaction occurred.
73
72
  */
74
73
  created_at: string;
75
74
  /**
76
75
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the Declined
77
76
  * Transaction's currency. This will match the currency on the Declined
78
- * Transcation's Account.
77
+ * Transaction's Account.
79
78
  *
80
79
  * - `CAD` - Canadian Dollar (CAD)
81
80
  * - `CHF` - Swiss Franc (CHF)
@@ -143,7 +142,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
143
142
  * object.
144
143
  * - `check_decline` - Check Decline: details will be under the `check_decline`
145
144
  * object.
146
- * - `inbound_real_time_payments_transfer_decline` - Inbound Real Time Payments
145
+ * - `inbound_real_time_payments_transfer_decline` - Inbound Real-Time Payments
147
146
  * Transfer Decline: details will be under the
148
147
  * `inbound_real_time_payments_transfer_decline` object.
149
148
  * - `international_ach_decline` - International ACH Decline: details will be under
@@ -167,7 +166,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
167
166
  */
168
167
  check_decline: Source.CheckDecline | null;
169
168
  /**
170
- * An Inbound Real Time Payments Transfer Decline object. This field will be
169
+ * An Inbound Real-Time Payments Transfer Decline object. This field will be
171
170
  * present in the JSON response if and only if `category` is equal to
172
171
  * `inbound_real_time_payments_transfer_decline`.
173
172
  */
@@ -189,14 +188,30 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
189
188
  * only if `category` is equal to `ach_decline`.
190
189
  */
191
190
  interface ACHDecline {
191
+ /**
192
+ * The ACH Decline's identifier.
193
+ */
194
+ id: string;
192
195
  /**
193
196
  * The declined amount in the minor unit of the destination account currency. For
194
197
  * dollars, for example, this is cents.
195
198
  */
196
199
  amount: number;
200
+ /**
201
+ * The descriptive date of the transfer.
202
+ */
197
203
  originator_company_descriptive_date: string | null;
204
+ /**
205
+ * The additional information included with the transfer.
206
+ */
198
207
  originator_company_discretionary_data: string | null;
208
+ /**
209
+ * The identifier of the company that initiated the transfer.
210
+ */
199
211
  originator_company_id: string;
212
+ /**
213
+ * The name of the company that initiated the transfer.
214
+ */
200
215
  originator_company_name: string;
201
216
  /**
202
217
  * Why the ACH transfer was declined.
@@ -215,6 +230,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
215
230
  * - `originator_request` - Other.
216
231
  * - `transaction_not_allowed` - The transaction is not allowed per Increase's
217
232
  * terms.
233
+ * - `user_initiated` - The user initiated the decline.
218
234
  */
219
235
  reason:
220
236
  | 'ach_route_canceled'
@@ -229,10 +245,25 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
229
245
  | 'return_of_erroneous_or_reversing_debit'
230
246
  | 'no_ach_route'
231
247
  | 'originator_request'
232
- | 'transaction_not_allowed';
248
+ | 'transaction_not_allowed'
249
+ | 'user_initiated';
250
+ /**
251
+ * The id of the receiver of the transfer.
252
+ */
233
253
  receiver_id_number: string | null;
254
+ /**
255
+ * The name of the receiver of the transfer.
256
+ */
234
257
  receiver_name: string | null;
258
+ /**
259
+ * The trace number of the transfer.
260
+ */
235
261
  trace_number: string;
262
+ /**
263
+ * A constant representing the object's type. For this resource it will always be
264
+ * `ach_decline`.
265
+ */
266
+ type: 'ach_decline';
236
267
  }
237
268
  /**
238
269
  * A Card Decline object. This field will be present in the JSON response if and
@@ -305,6 +336,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
305
336
  * Why the transaction was declined.
306
337
  *
307
338
  * - `card_not_active` - The Card was not active.
339
+ * - `physical_card_not_active` - The Physical Card was not active.
308
340
  * - `entity_not_active` - The account's entity was not active.
309
341
  * - `group_locked` - The account was inactive.
310
342
  * - `insufficient_funds` - The Card's Account did not have a sufficient available
@@ -312,8 +344,6 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
312
344
  * - `cvv2_mismatch` - The given CVV2 did not match the card's value.
313
345
  * - `transaction_not_allowed` - The attempted card transaction is not allowed per
314
346
  * Increase's terms.
315
- * - `breaches_internal_limit` - The transaction was blocked by an internal limit
316
- * for new Increase accounts.
317
347
  * - `breaches_limit` - The transaction was blocked by a Limit.
318
348
  * - `webhook_declined` - Your application declined the transaction via webhook.
319
349
  * - `webhook_timed_out` - Your application webhook did not respond without the
@@ -323,21 +353,24 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
323
353
  * authorization request cryptogram.
324
354
  * - `missing_original_authorization` - The original card authorization for this
325
355
  * incremental authorization does not exist.
356
+ * - `suspected_fraud` - The transaction was suspected to be fraudulent. Please
357
+ * reach out to support@increase.com for more information.
326
358
  */
327
359
  reason:
328
360
  | 'card_not_active'
361
+ | 'physical_card_not_active'
329
362
  | 'entity_not_active'
330
363
  | 'group_locked'
331
364
  | 'insufficient_funds'
332
365
  | 'cvv2_mismatch'
333
366
  | 'transaction_not_allowed'
334
- | 'breaches_internal_limit'
335
367
  | 'breaches_limit'
336
368
  | 'webhook_declined'
337
369
  | 'webhook_timed_out'
338
370
  | 'declined_by_stand_in_processing'
339
371
  | 'invalid_physical_card'
340
- | 'missing_original_authorization';
372
+ | 'missing_original_authorization'
373
+ | 'suspected_fraud';
341
374
  }
342
375
  namespace CardDecline {
343
376
  /**
@@ -408,8 +441,33 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
408
441
  /**
409
442
  * The method used to enter the cardholder's primary account number and card
410
443
  * expiration date
411
- */
412
- point_of_service_entry_mode: Shared.PointOfServiceEntryMode | null;
444
+ *
445
+ * - `unknown` - Unknown
446
+ * - `manual` - Manual key entry
447
+ * - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
448
+ * value
449
+ * - `optical_code` - Optical code
450
+ * - `integrated_circuit_card` - Contact chip card
451
+ * - `contactless` - Contactless read of chip card
452
+ * - `credential_on_file` - Transaction initiated using a credential that has
453
+ * previously been stored on file
454
+ * - `magnetic_stripe` - Magnetic stripe read
455
+ * - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
456
+ * - `integrated_circuit_card_no_cvv` - Contact chip card, without card
457
+ * verification value
458
+ */
459
+ point_of_service_entry_mode:
460
+ | 'unknown'
461
+ | 'manual'
462
+ | 'magnetic_stripe_no_cvv'
463
+ | 'optical_code'
464
+ | 'integrated_circuit_card'
465
+ | 'contactless'
466
+ | 'credential_on_file'
467
+ | 'magnetic_stripe'
468
+ | 'contactless_magnetic_stripe'
469
+ | 'integrated_circuit_card_no_cvv'
470
+ | null;
413
471
  }
414
472
  }
415
473
  }
@@ -461,7 +519,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
461
519
  | 'altered_or_fictitious';
462
520
  }
463
521
  /**
464
- * An Inbound Real Time Payments Transfer Decline object. This field will be
522
+ * An Inbound Real-Time Payments Transfer Decline object. This field will be
465
523
  * present in the JSON response if and only if `category` is equal to
466
524
  * `inbound_real_time_payments_transfer_decline`.
467
525
  */
@@ -477,7 +535,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
477
535
  creditor_name: string;
478
536
  /**
479
537
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the declined
480
- * transfer's currency. This will always be "USD" for a Real Time Payments
538
+ * transfer's currency. This will always be "USD" for a Real-Time Payments
481
539
  * transfer.
482
540
  *
483
541
  * - `CAD` - Canadian Dollar (CAD)
@@ -508,8 +566,8 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
508
566
  * - `account_restricted` - Your account is restricted.
509
567
  * - `group_locked` - Your account is inactive.
510
568
  * - `entity_not_active` - The account's entity is not active.
511
- * - `real_time_payments_not_enabled` - Your account is not enabled to receive Real
512
- * Time Payments transfers.
569
+ * - `real_time_payments_not_enabled` - Your account is not enabled to receive
570
+ * Real-Time Payments transfers.
513
571
  */
514
572
  reason:
515
573
  | 'account_number_canceled'
@@ -523,7 +581,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
523
581
  */
524
582
  remittance_information: string | null;
525
583
  /**
526
- * The Real Time Payments network identification of the declined transfer.
584
+ * The Real-Time Payments network identification of the declined transfer.
527
585
  */
528
586
  transaction_identification: string;
529
587
  }
@@ -620,7 +678,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
620
678
  }
621
679
  }
622
680
  /**
623
- * If the Real Time Payments Transfer attempt succeeds, this will contain the
681
+ * If the Real-Time Payments Transfer attempt succeeds, this will contain the
624
682
  * resulting [Transaction](#transactions) object. The Transaction's `source` will
625
683
  * be of `category: inbound_real_time_payments_transfer_confirmation`.
626
684
  */
@@ -640,12 +698,12 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
640
698
  amount: number;
641
699
  /**
642
700
  * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which the
643
- * Transaction occured.
701
+ * Transaction occurred.
644
702
  */
645
703
  created_at: string;
646
704
  /**
647
705
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
648
- * Transaction's currency. This will match the currency on the Transcation's
706
+ * Transaction's currency. This will match the currency on the Transaction's
649
707
  * Account.
650
708
  *
651
709
  * - `CAD` - Canadian Dollar (CAD)
@@ -774,7 +832,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
774
832
  * object.
775
833
  * - `inbound_international_ach_transfer` - Inbound International ACH Transfer:
776
834
  * details will be under the `inbound_international_ach_transfer` object.
777
- * - `inbound_real_time_payments_transfer_confirmation` - Inbound Real Time
835
+ * - `inbound_real_time_payments_transfer_confirmation` - Inbound Real-Time
778
836
  * Payments Transfer Confirmation: details will be under the
779
837
  * `inbound_real_time_payments_transfer_confirmation` object.
780
838
  * - `inbound_wire_drawdown_payment` - Inbound Wire Drawdown Payment: details will
@@ -790,7 +848,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
790
848
  * `interest_payment` object.
791
849
  * - `internal_source` - Internal Source: details will be under the
792
850
  * `internal_source` object.
793
- * - `real_time_payments_transfer_acknowledgement` - Real Time Payments Transfer
851
+ * - `real_time_payments_transfer_acknowledgement` - Real-Time Payments Transfer
794
852
  * Acknowledgement: details will be under the
795
853
  * `real_time_payments_transfer_acknowledgement` object.
796
854
  * - `sample_funds` - Sample Funds: details will be under the `sample_funds`
@@ -880,7 +938,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
880
938
  */
881
939
  inbound_international_ach_transfer: Source.InboundInternationalACHTransfer | null;
882
940
  /**
883
- * An Inbound Real Time Payments Transfer Confirmation object. This field will be
941
+ * An Inbound Real-Time Payments Transfer Confirmation object. This field will be
884
942
  * present in the JSON response if and only if `category` is equal to
885
943
  * `inbound_real_time_payments_transfer_confirmation`.
886
944
  */
@@ -917,7 +975,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
917
975
  */
918
976
  internal_source: Source.InternalSource | null;
919
977
  /**
920
- * A Real Time Payments Transfer Acknowledgement object. This field will be present
978
+ * A Real-Time Payments Transfer Acknowledgement object. This field will be present
921
979
  * in the JSON response if and only if `category` is equal to
922
980
  * `real_time_payments_transfer_acknowledgement`.
923
981
  */
@@ -1240,7 +1298,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
1240
1298
  | 'untimely_dishonored_return'
1241
1299
  | 'untimely_return';
1242
1300
  /**
1243
- * The identifier of the Tranasaction associated with this return.
1301
+ * The identifier of the Transaction associated with this return.
1244
1302
  */
1245
1303
  transaction_id: string;
1246
1304
  /**
@@ -1541,7 +1599,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
1541
1599
  */
1542
1600
  food_beverage_charges_amount: number | null;
1543
1601
  /**
1544
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the foor and
1602
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the food and
1545
1603
  * beverage charges.
1546
1604
  */
1547
1605
  food_beverage_charges_currency: string | null;
@@ -2122,7 +2180,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
2122
2180
  */
2123
2181
  food_beverage_charges_amount: number | null;
2124
2182
  /**
2125
- * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the foor and
2183
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the food and
2126
2184
  * beverage charges.
2127
2185
  */
2128
2186
  food_beverage_charges_currency: string | null;
@@ -2575,7 +2633,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
2575
2633
  * The reason why this transfer was stopped.
2576
2634
  *
2577
2635
  * - `mail_delivery_failed` - The check could not be delivered.
2578
- * - `rejected_by_increase` - The check was cancelled by an Increase operator who
2636
+ * - `rejected_by_increase` - The check was canceled by an Increase operator who
2579
2637
  * will provide details out-of-band.
2580
2638
  * - `unknown` - The check was stopped for another reason.
2581
2639
  */
@@ -2714,7 +2772,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
2714
2772
  trace_number: string;
2715
2773
  }
2716
2774
  /**
2717
- * An Inbound Real Time Payments Transfer Confirmation object. This field will be
2775
+ * An Inbound Real-Time Payments Transfer Confirmation object. This field will be
2718
2776
  * present in the JSON response if and only if `category` is equal to
2719
2777
  * `inbound_real_time_payments_transfer_confirmation`.
2720
2778
  */
@@ -2730,7 +2788,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
2730
2788
  creditor_name: string;
2731
2789
  /**
2732
2790
  * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's
2733
- * currency. This will always be "USD" for a Real Time Payments transfer.
2791
+ * currency. This will always be "USD" for a Real-Time Payments transfer.
2734
2792
  *
2735
2793
  * - `CAD` - Canadian Dollar (CAD)
2736
2794
  * - `CHF` - Swiss Franc (CHF)
@@ -2757,7 +2815,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
2757
2815
  */
2758
2816
  remittance_information: string | null;
2759
2817
  /**
2760
- * The Real Time Payments network identification of the transfer
2818
+ * The Real-Time Payments network identification of the transfer
2761
2819
  */
2762
2820
  transaction_identification: string;
2763
2821
  }
@@ -2893,7 +2951,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
2893
2951
  /**
2894
2952
  * The ID for the Transaction associated with the transfer reversal.
2895
2953
  */
2896
- transaction_id: string | null;
2954
+ transaction_id: string;
2897
2955
  /**
2898
2956
  * The ID for the Wire Transfer that is being reversed.
2899
2957
  */
@@ -3014,7 +3072,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
3014
3072
  | 'sample_funds_return';
3015
3073
  }
3016
3074
  /**
3017
- * A Real Time Payments Transfer Acknowledgement object. This field will be present
3075
+ * A Real-Time Payments Transfer Acknowledgement object. This field will be present
3018
3076
  * in the JSON response if and only if `category` is equal to
3019
3077
  * `real_time_payments_transfer_acknowledgement`.
3020
3078
  */
@@ -3036,7 +3094,7 @@ export declare namespace InboundRealTimePaymentsTransferSimulationResult {
3036
3094
  */
3037
3095
  remittance_information: string;
3038
3096
  /**
3039
- * The identifier of the Real Time Payments Transfer that led to this Transaction.
3097
+ * The identifier of the Real-Time Payments Transfer that led to this Transaction.
3040
3098
  */
3041
3099
  transfer_id: string;
3042
3100
  }
@@ -3097,50 +3155,50 @@ export declare namespace RealTimePaymentsTransferCompleteParams {
3097
3155
  /**
3098
3156
  * The reason code that the simulated rejection will have.
3099
3157
  *
3100
- * - `account_closed` - The destination account is closed. Corresponds to the Real
3101
- * Time Payments reason code `AC04`.
3158
+ * - `account_closed` - The destination account is closed. Corresponds to the
3159
+ * Real-Time Payments reason code `AC04`.
3102
3160
  * - `account_blocked` - The destination account is currently blocked from
3103
- * receiving transactions. Corresponds to the Real Time Payments reason code
3161
+ * receiving transactions. Corresponds to the Real-Time Payments reason code
3104
3162
  * `AC06`.
3105
3163
  * - `invalid_creditor_account_type` - The destination account is ineligible to
3106
- * receive Real Time Payments transfers. Corresponds to the Real Time Payments
3164
+ * receive Real-Time Payments transfers. Corresponds to the Real-Time Payments
3107
3165
  * reason code `AC14`.
3108
3166
  * - `invalid_creditor_account_number` - The destination account does not exist.
3109
- * Corresponds to the Real Time Payments reason code `AC03`.
3167
+ * Corresponds to the Real-Time Payments reason code `AC03`.
3110
3168
  * - `invalid_creditor_financial_institution_identifier` - The destination routing
3111
- * number is invalid. Corresponds to the Real Time Payments reason code `RC04`.
3169
+ * number is invalid. Corresponds to the Real-Time Payments reason code `RC04`.
3112
3170
  * - `end_customer_deceased` - The destination account holder is deceased.
3113
- * Corresponds to the Real Time Payments reason code `MD07`.
3171
+ * Corresponds to the Real-Time Payments reason code `MD07`.
3114
3172
  * - `narrative` - The reason is provided as narrative information in the
3115
3173
  * additional information field.
3116
- * - `transaction_forbidden` - Real Time Payments transfers are not allowed to the
3117
- * destination account. Corresponds to the Real Time Payments reason code `AG01`.
3118
- * - `transaction_type_not_supported` - Real Time Payments transfers are not
3119
- * enabled for the destination account. Corresponds to the Real Time Payments
3174
+ * - `transaction_forbidden` - Real-Time Payments transfers are not allowed to the
3175
+ * destination account. Corresponds to the Real-Time Payments reason code `AG01`.
3176
+ * - `transaction_type_not_supported` - Real-Time Payments transfers are not
3177
+ * enabled for the destination account. Corresponds to the Real-Time Payments
3120
3178
  * reason code `AG03`.
3121
3179
  * - `unexpected_amount` - The amount of the transfer is different than expected by
3122
- * the recipient. Corresponds to the Real Time Payments reason code `AM09`.
3180
+ * the recipient. Corresponds to the Real-Time Payments reason code `AM09`.
3123
3181
  * - `amount_exceeds_bank_limits` - The amount is higher than the recipient is
3124
- * authorized to send or receive. Corresponds to the Real Time Payments reason
3182
+ * authorized to send or receive. Corresponds to the Real-Time Payments reason
3125
3183
  * code `AM14`.
3126
3184
  * - `invalid_creditor_address` - The creditor's address is required, but missing
3127
- * or invalid. Corresponds to the Real Time Payments reason code `BE04`.
3185
+ * or invalid. Corresponds to the Real-Time Payments reason code `BE04`.
3128
3186
  * - `unknown_end_customer` - The specified creditor is unknown. Corresponds to the
3129
- * Real Time Payments reason code `BE06`.
3187
+ * Real-Time Payments reason code `BE06`.
3130
3188
  * - `invalid_debtor_address` - The debtor's address is required, but missing or
3131
- * invalid. Corresponds to the Real Time Payments reason code `BE07`.
3189
+ * invalid. Corresponds to the Real-Time Payments reason code `BE07`.
3132
3190
  * - `timeout` - There was a timeout processing the transfer. Corresponds to the
3133
- * Real Time Payments reason code `DS24`.
3134
- * - `unsupported_message_for_recipient` - Real Time Payments transfers are not
3135
- * enabled for the destination account. Corresponds to the Real Time Payments
3191
+ * Real-Time Payments reason code `DS24`.
3192
+ * - `unsupported_message_for_recipient` - Real-Time Payments transfers are not
3193
+ * enabled for the destination account. Corresponds to the Real-Time Payments
3136
3194
  * reason code `NOAT`.
3137
3195
  * - `recipient_connection_not_available` - The destination financial institution
3138
- * is currently not connected to Real Time Payments. Corresponds to the Real Time
3196
+ * is currently not connected to Real-Time Payments. Corresponds to the Real-Time
3139
3197
  * Payments reason code `9912`.
3140
- * - `real_time_payments_suspended` - Real Time Payments is currently unavailable.
3141
- * Corresponds to the Real Time Payments reason code `9948`.
3198
+ * - `real_time_payments_suspended` - Real-Time Payments is currently unavailable.
3199
+ * Corresponds to the Real-Time Payments reason code `9948`.
3142
3200
  * - `instructed_agent_signed_off` - The destination financial institution is
3143
- * currently signed off of Real Time Payments. Corresponds to the Real Time
3201
+ * currently signed off of Real-Time Payments. Corresponds to the Real-Time
3144
3202
  * Payments reason code `9910`.
3145
3203
  * - `processing_error` - The transfer was rejected due to an internal Increase
3146
3204
  * issue. We have been notified.
@@ -3172,7 +3230,7 @@ export declare namespace RealTimePaymentsTransferCompleteParams {
3172
3230
  }
3173
3231
  export interface RealTimePaymentsTransferCreateInboundParams {
3174
3232
  /**
3175
- * The identifier of the Account Number the inbound Real Time Payments Transfer is
3233
+ * The identifier of the Account Number the inbound Real-Time Payments Transfer is
3176
3234
  * for.
3177
3235
  */
3178
3236
  account_number_id: string;