@heliofi/common 0.2.257 → 0.2.258

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 (151) hide show
  1. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.d.ts +1 -0
  2. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js +1 -0
  3. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js.map +1 -1
  4. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js +1 -0
  5. package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js.map +1 -1
  6. package/dist/src/domain/model/company/dtos/index.d.ts +1 -0
  7. package/dist/src/domain/model/company/dtos/index.js +1 -0
  8. package/dist/src/domain/model/company/dtos/index.js.map +1 -1
  9. package/dist/src/domain/model/company/dtos/updateMinimalDepositAmount.dto.d.ts +3 -0
  10. package/dist/src/domain/model/company/dtos/updateMinimalDepositAmount.dto.js +23 -0
  11. package/dist/src/domain/model/company/dtos/updateMinimalDepositAmount.dto.js.map +1 -0
  12. package/dist/src/domain/model/company/entities/CompanyWithFees.entity.d.ts +1 -0
  13. package/dist/src/domain/model/company/entities/CompanyWithFees.entity.js.map +1 -1
  14. package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.d.ts +3 -0
  15. package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.js +22 -0
  16. package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.js.map +1 -0
  17. package/dist/src/domain/model/on-ramps/dtos/index.d.ts +2 -1
  18. package/dist/src/domain/model/on-ramps/dtos/index.js +2 -1
  19. package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
  20. package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.d.ts +7 -0
  21. package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.js +8 -0
  22. package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.js.map +1 -0
  23. package/dist/src/domain/model/on-ramps/entities/index.d.ts +1 -0
  24. package/dist/src/domain/model/on-ramps/entities/index.js +1 -0
  25. package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
  26. package/dist/src/domain/model/withdraw/constants/{WithdrawFeature.d.ts → WithdrawalFeature.d.ts} +1 -1
  27. package/dist/src/domain/model/withdraw/constants/WithdrawalFeature.js +9 -0
  28. package/dist/src/domain/model/withdraw/constants/WithdrawalFeature.js.map +1 -0
  29. package/dist/src/domain/model/withdraw/constants/WithdrawalKind.d.ts +3 -0
  30. package/dist/src/domain/model/withdraw/constants/WithdrawalKind.js +8 -0
  31. package/dist/src/domain/model/withdraw/constants/WithdrawalKind.js.map +1 -0
  32. package/dist/src/domain/model/withdraw/constants/{WithdrawState.d.ts → WithdrawalState.d.ts} +1 -1
  33. package/dist/src/domain/model/withdraw/constants/WithdrawalState.js +16 -0
  34. package/dist/src/domain/model/withdraw/constants/WithdrawalState.js.map +1 -0
  35. package/dist/src/domain/model/withdraw/constants/{WithdrawTransactionDirection.d.ts → WithdrawalTransactionDirection.d.ts} +1 -1
  36. package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionDirection.js +10 -0
  37. package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionDirection.js.map +1 -0
  38. package/dist/src/domain/model/withdraw/constants/{WithdrawTransactionStatus.d.ts → WithdrawalTransactionStatus.d.ts} +1 -1
  39. package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionStatus.js +10 -0
  40. package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionStatus.js.map +1 -0
  41. package/dist/src/domain/model/withdraw/constants/index.d.ts +5 -5
  42. package/dist/src/domain/model/withdraw/constants/index.js +5 -5
  43. package/dist/src/domain/model/withdraw/constants/index.js.map +1 -1
  44. package/dist/src/domain/model/withdraw/dtos/{baseWithdraw.dto.d.ts → baseWithdrawalConfig.dto.d.ts} +3 -3
  45. package/dist/src/domain/model/withdraw/dtos/{baseWithdraw.dto.js → baseWithdrawalConfig.dto.js} +9 -9
  46. package/dist/src/domain/model/withdraw/dtos/baseWithdrawalConfig.dto.js.map +1 -0
  47. package/dist/src/domain/model/withdraw/dtos/createWithdrawalConfig.dto.d.ts +7 -0
  48. package/dist/src/domain/model/withdraw/dtos/{createWithdraw.dto.js → createWithdrawalConfig.dto.js} +10 -10
  49. package/dist/src/domain/model/withdraw/dtos/createWithdrawalConfig.dto.js.map +1 -0
  50. package/dist/src/domain/model/withdraw/dtos/index.d.ts +13 -13
  51. package/dist/src/domain/model/withdraw/dtos/index.js +13 -13
  52. package/dist/src/domain/model/withdraw/dtos/index.js.map +1 -1
  53. package/dist/src/domain/model/withdraw/dtos/preparedTransaction.dto.d.ts +2 -2
  54. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.d.ts +6 -0
  55. package/dist/src/domain/model/withdraw/dtos/{preparedWithdraw.dto.js → preparedWithdrawal.dto.js} +11 -20
  56. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.js.map +1 -0
  57. package/dist/src/domain/model/withdraw/dtos/{preparedWithdrawCall.dto.d.ts → preparedWithdrawalCall.dto.d.ts} +1 -1
  58. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalCall.dto.js +7 -0
  59. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalCall.dto.js.map +1 -0
  60. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalResponse.dto.d.ts +7 -0
  61. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalResponse.dto.js +7 -0
  62. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalResponse.dto.js.map +1 -0
  63. package/dist/src/domain/model/withdraw/dtos/{preparedWithdrawSummary.dto.d.ts → preparedWithdrawalSummary.dto.d.ts} +1 -1
  64. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.js +7 -0
  65. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.js.map +1 -0
  66. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedData.dto.d.ts +8 -0
  67. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedData.dto.js +7 -0
  68. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedData.dto.js.map +1 -0
  69. package/dist/src/domain/model/withdraw/dtos/{preparedWithdrawTypedDataDomain.dto.d.ts → preparedWithdrawalTypedDataDomain.dto.d.ts} +1 -1
  70. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataDomain.dto.js +7 -0
  71. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataDomain.dto.js.map +1 -0
  72. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataField.dto.d.ts +4 -0
  73. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataField.dto.js +7 -0
  74. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataField.dto.js.map +1 -0
  75. package/dist/src/domain/model/withdraw/dtos/submitWithdrawal.dto.d.ts +5 -0
  76. package/dist/src/domain/model/withdraw/dtos/{submitWithdraw.dto.js → submitWithdrawal.dto.js} +9 -9
  77. package/dist/src/domain/model/withdraw/dtos/submitWithdrawal.dto.js.map +1 -0
  78. package/dist/src/domain/model/withdraw/dtos/submitWithdrawalResponse.dto.d.ts +8 -0
  79. package/dist/src/domain/model/withdraw/dtos/submitWithdrawalResponse.dto.js +7 -0
  80. package/dist/src/domain/model/withdraw/dtos/submitWithdrawalResponse.dto.js.map +1 -0
  81. package/dist/src/domain/model/withdraw/dtos/{submitWithdrawSignedTx.dto.d.ts → submitWithdrawalSignedTx.dto.d.ts} +1 -1
  82. package/dist/src/domain/model/withdraw/dtos/{submitWithdrawSignedTx.dto.js → submitWithdrawalSignedTx.dto.js} +6 -6
  83. package/dist/src/domain/model/withdraw/dtos/submitWithdrawalSignedTx.dto.js.map +1 -0
  84. package/dist/src/domain/model/withdraw/dtos/updateWithdrawalConfig.dto.d.ts +5 -0
  85. package/dist/src/domain/model/withdraw/dtos/{updateWithdraw.dto.js → updateWithdrawalConfig.dto.js} +7 -7
  86. package/dist/src/domain/model/withdraw/dtos/updateWithdrawalConfig.dto.js.map +1 -0
  87. package/dist/src/domain/model/withdraw/entities/{Withdraw.entity.d.ts → WithdrawalConfig.entity.d.ts} +3 -3
  88. package/dist/src/domain/model/withdraw/entities/WithdrawalConfig.entity.js +8 -0
  89. package/dist/src/domain/model/withdraw/entities/WithdrawalConfig.entity.js.map +1 -0
  90. package/dist/src/domain/model/withdraw/entities/{WithdrawCostBreakdown.entity.d.ts → WithdrawalCostBreakdown.entity.d.ts} +1 -1
  91. package/dist/src/domain/model/withdraw/entities/WithdrawalCostBreakdown.entity.js +7 -0
  92. package/dist/src/domain/model/withdraw/entities/WithdrawalCostBreakdown.entity.js.map +1 -0
  93. package/dist/src/domain/model/withdraw/entities/{WithdrawCustomerSwapRoute.entity.d.ts → WithdrawalCustomerSwapRoute.entity.d.ts} +1 -1
  94. package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoute.entity.js +7 -0
  95. package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoute.entity.js.map +1 -0
  96. package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.d.ts +4 -0
  97. package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.js +7 -0
  98. package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.js.map +1 -0
  99. package/dist/src/domain/model/withdraw/entities/index.d.ts +4 -4
  100. package/dist/src/domain/model/withdraw/entities/index.js +4 -4
  101. package/dist/src/domain/model/withdraw/entities/index.js.map +1 -1
  102. package/dist/tsconfig.tsbuildinfo +1 -1
  103. package/package.json +2 -2
  104. package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js +0 -9
  105. package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js.map +0 -1
  106. package/dist/src/domain/model/withdraw/constants/WithdrawKind.d.ts +0 -3
  107. package/dist/src/domain/model/withdraw/constants/WithdrawKind.js +0 -8
  108. package/dist/src/domain/model/withdraw/constants/WithdrawKind.js.map +0 -1
  109. package/dist/src/domain/model/withdraw/constants/WithdrawState.js +0 -16
  110. package/dist/src/domain/model/withdraw/constants/WithdrawState.js.map +0 -1
  111. package/dist/src/domain/model/withdraw/constants/WithdrawTransactionDirection.js +0 -10
  112. package/dist/src/domain/model/withdraw/constants/WithdrawTransactionDirection.js.map +0 -1
  113. package/dist/src/domain/model/withdraw/constants/WithdrawTransactionStatus.js +0 -10
  114. package/dist/src/domain/model/withdraw/constants/WithdrawTransactionStatus.js.map +0 -1
  115. package/dist/src/domain/model/withdraw/dtos/baseWithdraw.dto.js.map +0 -1
  116. package/dist/src/domain/model/withdraw/dtos/createWithdraw.dto.d.ts +0 -7
  117. package/dist/src/domain/model/withdraw/dtos/createWithdraw.dto.js.map +0 -1
  118. package/dist/src/domain/model/withdraw/dtos/preparedWithdraw.dto.d.ts +0 -8
  119. package/dist/src/domain/model/withdraw/dtos/preparedWithdraw.dto.js.map +0 -1
  120. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawCall.dto.js +0 -7
  121. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawCall.dto.js.map +0 -1
  122. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.d.ts +0 -7
  123. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.js +0 -7
  124. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.js.map +0 -1
  125. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawSummary.dto.js +0 -7
  126. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawSummary.dto.js.map +0 -1
  127. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.d.ts +0 -8
  128. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.js +0 -7
  129. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.js.map +0 -1
  130. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataDomain.dto.js +0 -7
  131. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataDomain.dto.js.map +0 -1
  132. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.d.ts +0 -4
  133. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.js +0 -7
  134. package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.js.map +0 -1
  135. package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.d.ts +0 -5
  136. package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.js.map +0 -1
  137. package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.d.ts +0 -8
  138. package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.js +0 -7
  139. package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.js.map +0 -1
  140. package/dist/src/domain/model/withdraw/dtos/submitWithdrawSignedTx.dto.js.map +0 -1
  141. package/dist/src/domain/model/withdraw/dtos/updateWithdraw.dto.d.ts +0 -5
  142. package/dist/src/domain/model/withdraw/dtos/updateWithdraw.dto.js.map +0 -1
  143. package/dist/src/domain/model/withdraw/entities/Withdraw.entity.js +0 -8
  144. package/dist/src/domain/model/withdraw/entities/Withdraw.entity.js.map +0 -1
  145. package/dist/src/domain/model/withdraw/entities/WithdrawCostBreakdown.entity.js +0 -7
  146. package/dist/src/domain/model/withdraw/entities/WithdrawCostBreakdown.entity.js.map +0 -1
  147. package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoute.entity.js +0 -7
  148. package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoute.entity.js.map +0 -1
  149. package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.d.ts +0 -4
  150. package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.js +0 -7
  151. package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.js.map +0 -1
@@ -8,6 +8,7 @@ export declare enum ExplorerAuditAction {
8
8
  COMPANY_AFFILIATE_FEE_UPDATE = "COMPANY_AFFILIATE_FEE_UPDATE",
9
9
  COMPANY_BASE_FEE_UPDATE = "COMPANY_BASE_FEE_UPDATE",
10
10
  COMPANY_DAILY_LIMIT_UPDATE = "COMPANY_DAILY_LIMIT_UPDATE",
11
+ COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE = "COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE",
11
12
  COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE",
12
13
  COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE",
13
14
  COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE",
@@ -12,6 +12,7 @@ var ExplorerAuditAction;
12
12
  ExplorerAuditAction["COMPANY_AFFILIATE_FEE_UPDATE"] = "COMPANY_AFFILIATE_FEE_UPDATE";
13
13
  ExplorerAuditAction["COMPANY_BASE_FEE_UPDATE"] = "COMPANY_BASE_FEE_UPDATE";
14
14
  ExplorerAuditAction["COMPANY_DAILY_LIMIT_UPDATE"] = "COMPANY_DAILY_LIMIT_UPDATE";
15
+ ExplorerAuditAction["COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE"] = "COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE";
15
16
  ExplorerAuditAction["COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE"] = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE";
16
17
  ExplorerAuditAction["COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE"] = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE";
17
18
  ExplorerAuditAction["COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE"] = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE";
@@ -1 +1 @@
1
- {"version":3,"file":"ExplorerAuditAction.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditAction.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAgGX;AAhGD,WAAY,mBAAmB;IAE7B,oDAA6B,CAAA;IAC7B,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,wFAAiE,CAAA;IACjE,0FAAmE,CAAA;IACnE,kFAA2D,CAAA;IAC3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,gFAAyD,CAAA;IACzD,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,8FAAuE,CAAA;IACvE,8FAAuE,CAAA;IACvE,0GAAmF,CAAA;IACnF,gEAAyC,CAAA;IACzC,gEAAyC,CAAA;IAGzC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IAGnC,kEAA2C,CAAA;IAC3C,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IACrE,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,0EAAmD,CAAA;IACnD,kFAA2D,CAAA;IAC3D,4FAAqE,CAAA;IACrE,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAG/C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,gFAAyD,CAAA;IACzD,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IAGvC,4DAAqC,CAAA;IACrC,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IAGzB,wEAAiD,CAAA;IACjD,4EAAqD,CAAA;IACrD,4EAAqD,CAAA;IAGrD,sEAA+C,CAAA;IAG/C,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IAGrE,kFAA2D,CAAA;IAC3D,0FAAmE,CAAA;IACnE,oEAA6C,CAAA;IAC7C,0EAAmD,CAAA;IACnD,8EAAuD,CAAA;IACvD,gGAAyE,CAAA;IACzE,gEAAyC,CAAA;IACzC,4GAAqF,CAAA;IACrF,4GAAqF,CAAA;IACrF,kFAA2D,CAAA;IAG3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,4EAAqD,CAAA;AACvD,CAAC,EAhGW,mBAAmB,mCAAnB,mBAAmB,QAgG9B"}
1
+ {"version":3,"file":"ExplorerAuditAction.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditAction.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAiGX;AAjGD,WAAY,mBAAmB;IAE7B,oDAA6B,CAAA;IAC7B,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,wFAAiE,CAAA;IACjE,0FAAmE,CAAA;IACnE,kFAA2D,CAAA;IAC3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,gFAAyD,CAAA;IACzD,sGAA+E,CAAA;IAC/E,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,8FAAuE,CAAA;IACvE,8FAAuE,CAAA;IACvE,0GAAmF,CAAA;IACnF,gEAAyC,CAAA;IACzC,gEAAyC,CAAA;IAGzC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IAGnC,kEAA2C,CAAA;IAC3C,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IACrE,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,0EAAmD,CAAA;IACnD,kFAA2D,CAAA;IAC3D,4FAAqE,CAAA;IACrE,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAG/C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,gFAAyD,CAAA;IACzD,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IAGvC,4DAAqC,CAAA;IACrC,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IAGzB,wEAAiD,CAAA;IACjD,4EAAqD,CAAA;IACrD,4EAAqD,CAAA;IAGrD,sEAA+C,CAAA;IAG/C,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IAGrE,kFAA2D,CAAA;IAC3D,0FAAmE,CAAA;IACnE,oEAA6C,CAAA;IAC7C,0EAAmD,CAAA;IACnD,8EAAuD,CAAA;IACvD,gGAAyE,CAAA;IACzE,gEAAyC,CAAA;IACzC,4GAAqF,CAAA;IACrF,4GAAqF,CAAA;IACrF,kFAA2D,CAAA;IAG3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,4EAAqD,CAAA;AACvD,CAAC,EAjGW,mBAAmB,mCAAnB,mBAAmB,QAiG9B"}
@@ -15,6 +15,7 @@ const WRITE_ACTIONS = new Set([
15
15
  ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_AFFILIATE_FEE_UPDATE,
16
16
  ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_BASE_FEE_UPDATE,
17
17
  ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_DAILY_LIMIT_UPDATE,
18
+ ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE,
18
19
  ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE,
19
20
  ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE,
20
21
  ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE,
@@ -1 +1 @@
1
- {"version":3,"file":"ExplorerAuditActionType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditActionType.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAE5D,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,0CAAe,CAAA;AACjB,CAAC,EAHW,uBAAuB,uCAAvB,uBAAuB,QAGlC;AAED,MAAM,aAAa,GAAG,IAAI,GAAG,CAAsB;IACjD,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,+BAA+B;IACnD,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,0BAA0B;IAC9C,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,uCAAuC;IAC3D,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,mBAAmB;IACvC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,cAAc;IAClC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,iBAAiB;IACrC,yCAAmB,CAAC,UAAU;IAC9B,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,uBAAuB;CAC5C,CAAC,CAAC;AAEI,MAAM,aAAa,GAAG,CAC3B,MAA2B,EACF,EAAE,CAC3B,aAAa,CAAC,GAAG,CAAC,MAAM,CAAC;IACvB,CAAC,CAAC,uBAAuB,CAAC,KAAK;IAC/B,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC;AALtB,QAAA,aAAa,iBAKS"}
1
+ {"version":3,"file":"ExplorerAuditActionType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditActionType.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAE5D,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,0CAAe,CAAA;AACjB,CAAC,EAHW,uBAAuB,uCAAvB,uBAAuB,QAGlC;AAED,MAAM,aAAa,GAAG,IAAI,GAAG,CAAsB;IACjD,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,+BAA+B;IACnD,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,0BAA0B;IAC9C,yCAAmB,CAAC,qCAAqC;IACzD,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,uCAAuC;IAC3D,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,mBAAmB;IACvC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,cAAc;IAClC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,iBAAiB;IACrC,yCAAmB,CAAC,UAAU;IAC9B,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,uBAAuB;CAC5C,CAAC,CAAC;AAEI,MAAM,aAAa,GAAG,CAC3B,MAA2B,EACF,EAAE,CAC3B,aAAa,CAAC,GAAG,CAAC,MAAM,CAAC;IACvB,CAAC,CAAC,uBAAuB,CAAC,KAAK;IAC/B,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC;AALtB,QAAA,aAAa,iBAKS"}
@@ -10,6 +10,7 @@ export * from './updateDepositAffiliateFee.dto';
10
10
  export * from './updateDepositPathFeeRule.dto';
11
11
  export * from './updateDisabledSwapCurrencies.dto';
12
12
  export * from './updateIronApiKey.dto';
13
+ export * from './updateMinimalDepositAmount.dto';
13
14
  export * from './updateMoonpayApiKey.dto';
14
15
  export * from './updateOneToOneSwapRoutes.dto';
15
16
  export * from './updateOnramperApiKey.dto';
@@ -26,6 +26,7 @@ __exportStar(require("./updateDepositAffiliateFee.dto"), exports);
26
26
  __exportStar(require("./updateDepositPathFeeRule.dto"), exports);
27
27
  __exportStar(require("./updateDisabledSwapCurrencies.dto"), exports);
28
28
  __exportStar(require("./updateIronApiKey.dto"), exports);
29
+ __exportStar(require("./updateMinimalDepositAmount.dto"), exports);
29
30
  __exportStar(require("./updateMoonpayApiKey.dto"), exports);
30
31
  __exportStar(require("./updateOneToOneSwapRoutes.dto"), exports);
31
32
  __exportStar(require("./updateOnramperApiKey.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,mEAAiD;AACjD,iEAA+C;AAC/C,mEAAiD;AACjD,iEAA+C;AAC/C,sDAAoC;AACpC,mEAAiD;AACjD,wEAAsD;AACtD,kEAAgD;AAChD,iEAA+C;AAC/C,qEAAmD;AACnD,yDAAuC;AACvC,4DAA0C;AAC1C,iEAA+C;AAC/C,6DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,mEAAiD;AACjD,iEAA+C;AAC/C,mEAAiD;AACjD,iEAA+C;AAC/C,sDAAoC;AACpC,mEAAiD;AACjD,wEAAsD;AACtD,kEAAgD;AAChD,iEAA+C;AAC/C,qEAAmD;AACnD,yDAAuC;AACvC,mEAAiD;AACjD,4DAA0C;AAC1C,iEAA+C;AAC/C,6DAA2C"}
@@ -0,0 +1,3 @@
1
+ export declare class UpdateMinimalDepositAmountDto {
2
+ minDepositAmountUsd: number | null;
3
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.UpdateMinimalDepositAmountDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class UpdateMinimalDepositAmountDto {
15
+ }
16
+ exports.UpdateMinimalDepositAmountDto = UpdateMinimalDepositAmountDto;
17
+ __decorate([
18
+ (0, class_validator_1.ValidateIf)((_, value) => value !== null),
19
+ (0, class_validator_1.IsNumber)(),
20
+ (0, class_validator_1.Min)(0),
21
+ __metadata("design:type", Object)
22
+ ], UpdateMinimalDepositAmountDto.prototype, "minDepositAmountUsd", void 0);
23
+ //# sourceMappingURL=updateMinimalDepositAmount.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateMinimalDepositAmount.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateMinimalDepositAmount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4D;AAE5D,MAAa,6BAA6B;CAYzC;AAZD,sEAYC;AADC;IAHC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IACxC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;0EAC4B"}
@@ -15,5 +15,6 @@ export declare class CompanyWithFees extends BaseCompany {
15
15
  paymentMethodFees?: PaymentMethodFee[];
16
16
  customFeeBps?: number;
17
17
  dailyDepositCustomerLimit?: number;
18
+ minDepositAmountUsd?: number;
18
19
  oneToOneSwapRoutesEnabled?: boolean;
19
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAMzE,MAAa,eAAgB,SAAQ,gCAAW;CAgC/C;AAhCD,0CAgCC"}
1
+ {"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAMzE,MAAa,eAAgB,SAAQ,gCAAW;CAwC/C;AAxCD,0CAwCC"}
@@ -0,0 +1,3 @@
1
+ export declare class GetMoonPayPlatformTransactionDto {
2
+ depositCustomerId: string;
3
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.GetMoonPayPlatformTransactionDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class GetMoonPayPlatformTransactionDto {
15
+ }
16
+ exports.GetMoonPayPlatformTransactionDto = GetMoonPayPlatformTransactionDto;
17
+ __decorate([
18
+ (0, class_validator_1.IsMongoId)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], GetMoonPayPlatformTransactionDto.prototype, "depositCustomerId", void 0);
22
+ //# sourceMappingURL=getMoonPayPlatformTransaction.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMoonPayPlatformTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,gCAAgC;CAI5C;AAJD,4EAIC;AADC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2EACa"}
@@ -1,6 +1,7 @@
1
1
  export * from './createMoonPayPlatformCompanySession.dto';
2
+ export * from './getMoonPayPlatformQuote.dto';
3
+ export * from './getMoonPayPlatformTransaction.dto';
2
4
  export * from './MoonPayPaymentMethodConfigQuery.dto';
3
5
  export * from './moonpayPlatformWebhookPayload.dto';
4
6
  export * from './MoonPayUrl.dto';
5
7
  export * from './createMoonPayPlatformSession.dto';
6
- export * from './getMoonPayPlatformQuote.dto';
@@ -15,9 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./createMoonPayPlatformCompanySession.dto"), exports);
18
+ __exportStar(require("./getMoonPayPlatformQuote.dto"), exports);
19
+ __exportStar(require("./getMoonPayPlatformTransaction.dto"), exports);
18
20
  __exportStar(require("./MoonPayPaymentMethodConfigQuery.dto"), exports);
19
21
  __exportStar(require("./moonpayPlatformWebhookPayload.dto"), exports);
20
22
  __exportStar(require("./MoonPayUrl.dto"), exports);
21
23
  __exportStar(require("./createMoonPayPlatformSession.dto"), exports);
22
- __exportStar(require("./getMoonPayPlatformQuote.dto"), exports);
23
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4EAA0D;AAC1D,wEAAsD;AACtD,sEAAoD;AACpD,mDAAiC;AACjC,qEAAmD;AACnD,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4EAA0D;AAC1D,gEAA8C;AAC9C,sEAAoD;AACpD,wEAAsD;AACtD,sEAAoD;AACpD,mDAAiC;AACjC,qEAAmD"}
@@ -0,0 +1,7 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class MoonPayPlatformTransaction extends Entity {
3
+ id: string;
4
+ status: 'waitingPayment' | 'pending' | 'waitingAuthorization' | 'completed' | 'failed';
5
+ cryptoTransactionId?: string;
6
+ failureReason?: string;
7
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MoonPayPlatformTransaction = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class MoonPayPlatformTransaction extends entity_1.Entity {
6
+ }
7
+ exports.MoonPayPlatformTransaction = MoonPayPlatformTransaction;
8
+ //# sourceMappingURL=MoonPayPlatformTransaction.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MoonPayPlatformTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,0BAA2B,SAAQ,eAAM;CAarD;AAbD,gEAaC"}
@@ -1,5 +1,6 @@
1
1
  export * from './MoonPayPaymentMethodConfig.entity';
2
2
  export * from './MoonPayPlatformQuote.entity';
3
3
  export * from './MoonPayPlatformSession.entity';
4
+ export * from './MoonPayPlatformTransaction.entity';
4
5
  export * from './MoonPayTransactionType';
5
6
  export * from './MoonPayUrlSignature.entity';
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./MoonPayPaymentMethodConfig.entity"), exports);
18
18
  __exportStar(require("./MoonPayPlatformQuote.entity"), exports);
19
19
  __exportStar(require("./MoonPayPlatformSession.entity"), exports);
20
+ __exportStar(require("./MoonPayPlatformTransaction.entity"), exports);
20
21
  __exportStar(require("./MoonPayTransactionType"), exports);
21
22
  __exportStar(require("./MoonPayUrlSignature.entity"), exports);
22
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,gEAA8C;AAC9C,kEAAgD;AAChD,2DAAyC;AACzC,+DAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,gEAA8C;AAC9C,kEAAgD;AAChD,sEAAoD;AACpD,2DAAyC;AACzC,+DAA6C"}
@@ -1,4 +1,4 @@
1
- export declare enum WithdrawFeature {
1
+ export declare enum WithdrawalFeature {
2
2
  IRON = "iron",
3
3
  MP_SELL = "mp_sell"
4
4
  }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WithdrawalFeature = void 0;
4
+ var WithdrawalFeature;
5
+ (function (WithdrawalFeature) {
6
+ WithdrawalFeature["IRON"] = "iron";
7
+ WithdrawalFeature["MP_SELL"] = "mp_sell";
8
+ })(WithdrawalFeature || (exports.WithdrawalFeature = WithdrawalFeature = {}));
9
+ //# sourceMappingURL=WithdrawalFeature.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithdrawalFeature.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalFeature.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,wCAAmB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
@@ -0,0 +1,3 @@
1
+ export declare enum WithdrawalKind {
2
+ POLYMARKET = "polymarket"
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WithdrawalKind = void 0;
4
+ var WithdrawalKind;
5
+ (function (WithdrawalKind) {
6
+ WithdrawalKind["POLYMARKET"] = "polymarket";
7
+ })(WithdrawalKind || (exports.WithdrawalKind = WithdrawalKind = {}));
8
+ //# sourceMappingURL=WithdrawalKind.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithdrawalKind.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalKind.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAEX;AAFD,WAAY,cAAc;IACxB,2CAAyB,CAAA;AAC3B,CAAC,EAFW,cAAc,8BAAd,cAAc,QAEzB"}
@@ -1,4 +1,4 @@
1
- export declare enum WithdrawState {
1
+ export declare enum WithdrawalState {
2
2
  QUOTED = "QUOTED",
3
3
  SUBMITTING = "SUBMITTING",
4
4
  SUBMITTED = "SUBMITTED",
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WithdrawalState = void 0;
4
+ var WithdrawalState;
5
+ (function (WithdrawalState) {
6
+ WithdrawalState["QUOTED"] = "QUOTED";
7
+ WithdrawalState["SUBMITTING"] = "SUBMITTING";
8
+ WithdrawalState["SUBMITTED"] = "SUBMITTED";
9
+ WithdrawalState["BRIDGING"] = "BRIDGING";
10
+ WithdrawalState["COMPLETED"] = "COMPLETED";
11
+ WithdrawalState["FAILED"] = "FAILED";
12
+ WithdrawalState["FAILED_EXPIRED"] = "FAILED_EXPIRED";
13
+ WithdrawalState["EXPIRED"] = "EXPIRED";
14
+ WithdrawalState["REFUNDED_BY_PROVIDER"] = "REFUNDED_BY_PROVIDER";
15
+ })(WithdrawalState || (exports.WithdrawalState = WithdrawalState = {}));
16
+ //# sourceMappingURL=WithdrawalState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithdrawalState.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalState.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAaX;AAbD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IAIjB,4CAAyB,CAAA;IACzB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;IACjB,oDAAiC,CAAA;IACjC,sCAAmB,CAAA;IACnB,gEAA6C,CAAA;AAC/C,CAAC,EAbW,eAAe,+BAAf,eAAe,QAa1B"}
@@ -1,4 +1,4 @@
1
- export declare enum WithdrawTransactionDirection {
1
+ export declare enum WithdrawalTransactionDirection {
2
2
  SUBMIT = "submit",
3
3
  BRIDGE = "bridge",
4
4
  DESTINATION = "destination"
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WithdrawalTransactionDirection = void 0;
4
+ var WithdrawalTransactionDirection;
5
+ (function (WithdrawalTransactionDirection) {
6
+ WithdrawalTransactionDirection["SUBMIT"] = "submit";
7
+ WithdrawalTransactionDirection["BRIDGE"] = "bridge";
8
+ WithdrawalTransactionDirection["DESTINATION"] = "destination";
9
+ })(WithdrawalTransactionDirection || (exports.WithdrawalTransactionDirection = WithdrawalTransactionDirection = {}));
10
+ //# sourceMappingURL=WithdrawalTransactionDirection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithdrawalTransactionDirection.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalTransactionDirection.ts"],"names":[],"mappings":";;;AAAA,IAAY,8BAIX;AAJD,WAAY,8BAA8B;IACxC,mDAAiB,CAAA;IACjB,mDAAiB,CAAA;IACjB,6DAA2B,CAAA;AAC7B,CAAC,EAJW,8BAA8B,8CAA9B,8BAA8B,QAIzC"}
@@ -1,4 +1,4 @@
1
- export declare enum WithdrawTransactionStatus {
1
+ export declare enum WithdrawalTransactionStatus {
2
2
  PENDING = "pending",
3
3
  CONFIRMED = "confirmed",
4
4
  FAILED = "failed"
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WithdrawalTransactionStatus = void 0;
4
+ var WithdrawalTransactionStatus;
5
+ (function (WithdrawalTransactionStatus) {
6
+ WithdrawalTransactionStatus["PENDING"] = "pending";
7
+ WithdrawalTransactionStatus["CONFIRMED"] = "confirmed";
8
+ WithdrawalTransactionStatus["FAILED"] = "failed";
9
+ })(WithdrawalTransactionStatus || (exports.WithdrawalTransactionStatus = WithdrawalTransactionStatus = {}));
10
+ //# sourceMappingURL=WithdrawalTransactionStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithdrawalTransactionStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalTransactionStatus.ts"],"names":[],"mappings":";;;AAAA,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACrC,kDAAmB,CAAA;IACnB,sDAAuB,CAAA;IACvB,gDAAiB,CAAA;AACnB,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC"}
@@ -1,8 +1,8 @@
1
1
  export * from './BroadcastAck';
2
2
  export * from './SmartWalletKind';
3
3
  export * from './SourceWalletKind';
4
- export * from './WithdrawFeature';
5
- export * from './WithdrawState';
6
- export * from './WithdrawTransactionDirection';
7
- export * from './WithdrawTransactionStatus';
8
- export * from './WithdrawKind';
4
+ export * from './WithdrawalFeature';
5
+ export * from './WithdrawalState';
6
+ export * from './WithdrawalTransactionDirection';
7
+ export * from './WithdrawalTransactionStatus';
8
+ export * from './WithdrawalKind';
@@ -17,9 +17,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BroadcastAck"), exports);
18
18
  __exportStar(require("./SmartWalletKind"), exports);
19
19
  __exportStar(require("./SourceWalletKind"), exports);
20
- __exportStar(require("./WithdrawFeature"), exports);
21
- __exportStar(require("./WithdrawState"), exports);
22
- __exportStar(require("./WithdrawTransactionDirection"), exports);
23
- __exportStar(require("./WithdrawTransactionStatus"), exports);
24
- __exportStar(require("./WithdrawKind"), exports);
20
+ __exportStar(require("./WithdrawalFeature"), exports);
21
+ __exportStar(require("./WithdrawalState"), exports);
22
+ __exportStar(require("./WithdrawalTransactionDirection"), exports);
23
+ __exportStar(require("./WithdrawalTransactionStatus"), exports);
24
+ __exportStar(require("./WithdrawalKind"), exports);
25
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,oDAAkC;AAClC,qDAAmC;AACnC,oDAAkC;AAClC,kDAAgC;AAChC,iEAA+C;AAC/C,8DAA4C;AAC5C,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,oDAAkC;AAClC,qDAAmC;AACnC,sDAAoC;AACpC,oDAAkC;AAClC,mEAAiD;AACjD,gEAA8C;AAC9C,mDAAiC"}
@@ -1,7 +1,7 @@
1
1
  import { BlockchainSymbol } from '../../blockchain/constants/BlockchainSymbol';
2
- import { WithdrawFeature } from '../constants/WithdrawFeature';
3
- export declare class BaseWithdrawDto {
2
+ import { WithdrawalFeature } from '../constants/WithdrawalFeature';
3
+ export declare class BaseWithdrawalConfigDto {
4
4
  disabled?: boolean;
5
5
  disabledBlockchainSymbols?: BlockchainSymbol[];
6
- enabledFeatures?: WithdrawFeature[];
6
+ enabledFeatures?: WithdrawalFeature[];
7
7
  }
@@ -9,28 +9,28 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.BaseWithdrawDto = void 0;
12
+ exports.BaseWithdrawalConfigDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const BlockchainSymbol_1 = require("../../blockchain/constants/BlockchainSymbol");
15
- const WithdrawFeature_1 = require("../constants/WithdrawFeature");
16
- class BaseWithdrawDto {
15
+ const WithdrawalFeature_1 = require("../constants/WithdrawalFeature");
16
+ class BaseWithdrawalConfigDto {
17
17
  }
18
- exports.BaseWithdrawDto = BaseWithdrawDto;
18
+ exports.BaseWithdrawalConfigDto = BaseWithdrawalConfigDto;
19
19
  __decorate([
20
20
  (0, class_validator_1.IsBoolean)(),
21
21
  (0, class_validator_1.IsOptional)(),
22
22
  __metadata("design:type", Boolean)
23
- ], BaseWithdrawDto.prototype, "disabled", void 0);
23
+ ], BaseWithdrawalConfigDto.prototype, "disabled", void 0);
24
24
  __decorate([
25
25
  (0, class_validator_1.IsArray)(),
26
26
  (0, class_validator_1.IsEnum)(BlockchainSymbol_1.BlockchainSymbol, { each: true }),
27
27
  (0, class_validator_1.IsOptional)(),
28
28
  __metadata("design:type", Array)
29
- ], BaseWithdrawDto.prototype, "disabledBlockchainSymbols", void 0);
29
+ ], BaseWithdrawalConfigDto.prototype, "disabledBlockchainSymbols", void 0);
30
30
  __decorate([
31
31
  (0, class_validator_1.IsArray)(),
32
- (0, class_validator_1.IsEnum)(WithdrawFeature_1.WithdrawFeature, { each: true }),
32
+ (0, class_validator_1.IsEnum)(WithdrawalFeature_1.WithdrawalFeature, { each: true }),
33
33
  (0, class_validator_1.IsOptional)(),
34
34
  __metadata("design:type", Array)
35
- ], BaseWithdrawDto.prototype, "enabledFeatures", void 0);
36
- //# sourceMappingURL=baseWithdraw.dto.js.map
35
+ ], BaseWithdrawalConfigDto.prototype, "enabledFeatures", void 0);
36
+ //# sourceMappingURL=baseWithdrawalConfig.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseWithdrawalConfig.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/baseWithdrawalConfig.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,kFAA+E;AAC/E,sEAAmE;AAEnE,MAAa,uBAAuB;CAcnC;AAdD,0DAcC;AAXC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACM;AAKnB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,mCAAgB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxC,IAAA,4BAAU,GAAE;;0EACkC;AAK/C;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,qCAAiB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACzC,IAAA,4BAAU,GAAE;;gEACyB"}
@@ -0,0 +1,7 @@
1
+ import { WithdrawalKind } from '../constants/WithdrawalKind';
2
+ import { BaseWithdrawalConfigDto } from './baseWithdrawalConfig.dto';
3
+ export declare class CreateWithdrawalConfigDto extends BaseWithdrawalConfigDto {
4
+ kind: WithdrawalKind;
5
+ name: string;
6
+ currencyIds: string[];
7
+ }
@@ -9,27 +9,27 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CreateWithdrawDto = void 0;
12
+ exports.CreateWithdrawalConfigDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const WithdrawKind_1 = require("../constants/WithdrawKind");
15
- const baseWithdraw_dto_1 = require("./baseWithdraw.dto");
16
- class CreateWithdrawDto extends baseWithdraw_dto_1.BaseWithdrawDto {
14
+ const WithdrawalKind_1 = require("../constants/WithdrawalKind");
15
+ const baseWithdrawalConfig_dto_1 = require("./baseWithdrawalConfig.dto");
16
+ class CreateWithdrawalConfigDto extends baseWithdrawalConfig_dto_1.BaseWithdrawalConfigDto {
17
17
  }
18
- exports.CreateWithdrawDto = CreateWithdrawDto;
18
+ exports.CreateWithdrawalConfigDto = CreateWithdrawalConfigDto;
19
19
  __decorate([
20
- (0, class_validator_1.IsEnum)(WithdrawKind_1.WithdrawKind),
20
+ (0, class_validator_1.IsEnum)(WithdrawalKind_1.WithdrawalKind),
21
21
  __metadata("design:type", String)
22
- ], CreateWithdrawDto.prototype, "kind", void 0);
22
+ ], CreateWithdrawalConfigDto.prototype, "kind", void 0);
23
23
  __decorate([
24
24
  (0, class_validator_1.IsString)(),
25
25
  (0, class_validator_1.IsNotEmpty)(),
26
26
  (0, class_validator_1.MaxLength)(200),
27
27
  __metadata("design:type", String)
28
- ], CreateWithdrawDto.prototype, "name", void 0);
28
+ ], CreateWithdrawalConfigDto.prototype, "name", void 0);
29
29
  __decorate([
30
30
  (0, class_validator_1.IsArray)(),
31
31
  (0, class_validator_1.IsString)({ each: true }),
32
32
  (0, class_validator_1.ArrayMinSize)(1),
33
33
  __metadata("design:type", Array)
34
- ], CreateWithdrawDto.prototype, "currencyIds", void 0);
35
- //# sourceMappingURL=createWithdraw.dto.js.map
34
+ ], CreateWithdrawalConfigDto.prototype, "currencyIds", void 0);
35
+ //# sourceMappingURL=createWithdrawalConfig.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createWithdrawalConfig.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/createWithdrawalConfig.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,gEAA6D;AAC7D,yEAAqE;AAErE,MAAa,yBAA0B,SAAQ,kDAAuB;CAarE;AAbD,8DAaC;AAXC;IADC,IAAA,wBAAM,EAAC,+BAAc,CAAC;;uDACF;AAKrB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;uDACF;AAKb;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,8BAAY,EAAC,CAAC,CAAC;;8DACM"}
@@ -1,14 +1,14 @@
1
- export * from './baseWithdraw.dto';
2
- export * from './createWithdraw.dto';
1
+ export * from './baseWithdrawalConfig.dto';
2
+ export * from './createWithdrawalConfig.dto';
3
3
  export * from './preparedTransaction.dto';
4
- export * from './preparedWithdraw.dto';
5
- export * from './preparedWithdrawCall.dto';
6
- export * from './preparedWithdrawResponse.dto';
7
- export * from './preparedWithdrawSummary.dto';
8
- export * from './preparedWithdrawTypedData.dto';
9
- export * from './preparedWithdrawTypedDataDomain.dto';
10
- export * from './preparedWithdrawTypedDataField.dto';
11
- export * from './submitWithdraw.dto';
12
- export * from './submitWithdrawResponse.dto';
13
- export * from './submitWithdrawSignedTx.dto';
14
- export * from './updateWithdraw.dto';
4
+ export * from './preparedWithdrawal.dto';
5
+ export * from './preparedWithdrawalCall.dto';
6
+ export * from './preparedWithdrawalResponse.dto';
7
+ export * from './preparedWithdrawalSummary.dto';
8
+ export * from './preparedWithdrawalTypedData.dto';
9
+ export * from './preparedWithdrawalTypedDataDomain.dto';
10
+ export * from './preparedWithdrawalTypedDataField.dto';
11
+ export * from './submitWithdrawal.dto';
12
+ export * from './submitWithdrawalResponse.dto';
13
+ export * from './submitWithdrawalSignedTx.dto';
14
+ export * from './updateWithdrawalConfig.dto';
@@ -14,18 +14,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./baseWithdraw.dto"), exports);
18
- __exportStar(require("./createWithdraw.dto"), exports);
17
+ __exportStar(require("./baseWithdrawalConfig.dto"), exports);
18
+ __exportStar(require("./createWithdrawalConfig.dto"), exports);
19
19
  __exportStar(require("./preparedTransaction.dto"), exports);
20
- __exportStar(require("./preparedWithdraw.dto"), exports);
21
- __exportStar(require("./preparedWithdrawCall.dto"), exports);
22
- __exportStar(require("./preparedWithdrawResponse.dto"), exports);
23
- __exportStar(require("./preparedWithdrawSummary.dto"), exports);
24
- __exportStar(require("./preparedWithdrawTypedData.dto"), exports);
25
- __exportStar(require("./preparedWithdrawTypedDataDomain.dto"), exports);
26
- __exportStar(require("./preparedWithdrawTypedDataField.dto"), exports);
27
- __exportStar(require("./submitWithdraw.dto"), exports);
28
- __exportStar(require("./submitWithdrawResponse.dto"), exports);
29
- __exportStar(require("./submitWithdrawSignedTx.dto"), exports);
30
- __exportStar(require("./updateWithdraw.dto"), exports);
20
+ __exportStar(require("./preparedWithdrawal.dto"), exports);
21
+ __exportStar(require("./preparedWithdrawalCall.dto"), exports);
22
+ __exportStar(require("./preparedWithdrawalResponse.dto"), exports);
23
+ __exportStar(require("./preparedWithdrawalSummary.dto"), exports);
24
+ __exportStar(require("./preparedWithdrawalTypedData.dto"), exports);
25
+ __exportStar(require("./preparedWithdrawalTypedDataDomain.dto"), exports);
26
+ __exportStar(require("./preparedWithdrawalTypedDataField.dto"), exports);
27
+ __exportStar(require("./submitWithdrawal.dto"), exports);
28
+ __exportStar(require("./submitWithdrawalResponse.dto"), exports);
29
+ __exportStar(require("./submitWithdrawalSignedTx.dto"), exports);
30
+ __exportStar(require("./updateWithdrawalConfig.dto"), exports);
31
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,uDAAqC;AACrC,4DAA0C;AAC1C,yDAAuC;AACvC,6DAA2C;AAC3C,iEAA+C;AAC/C,gEAA8C;AAC9C,kEAAgD;AAChD,wEAAsD;AACtD,uEAAqD;AACrD,uDAAqC;AACrC,+DAA6C;AAC7C,+DAA6C;AAC7C,uDAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,+DAA6C;AAC7C,4DAA0C;AAC1C,2DAAyC;AACzC,+DAA6C;AAC7C,mEAAiD;AACjD,kEAAgD;AAChD,oEAAkD;AAClD,0EAAwD;AACxD,yEAAuD;AACvD,yDAAuC;AACvC,iEAA+C;AAC/C,iEAA+C;AAC/C,+DAA6C"}
@@ -1,10 +1,10 @@
1
1
  import { BlockchainSymbol } from '../../blockchain/constants/BlockchainSymbol';
2
2
  import { SignedTransactionKind } from '../../broadcast/constants/SignedTransactionKind';
3
- import { PreparedWithdrawTypedDataDto } from './preparedWithdrawTypedData.dto';
3
+ import { PreparedWithdrawalTypedDataDto } from './preparedWithdrawalTypedData.dto';
4
4
  export type PreparedTransaction = PolymarketWalletPreparedTransaction | RawPreparedTransaction | UserOpPreparedTransaction;
5
5
  export interface PolymarketWalletPreparedTransaction {
6
6
  kind: SignedTransactionKind.POLYMARKET_WALLET;
7
- typedData: PreparedWithdrawTypedDataDto;
7
+ typedData: PreparedWithdrawalTypedDataDto;
8
8
  }
9
9
  export interface RawPreparedTransaction {
10
10
  kind: SignedTransactionKind.RAW;
@@ -0,0 +1,6 @@
1
+ export declare class PreparedWithdrawalDto {
2
+ ownerAddress: string;
3
+ recipient: string;
4
+ amount: string;
5
+ toCurrencyId: string;
6
+ }