@plutonlabs/sdk 0.0.1-beta

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 (331) hide show
  1. package/README.md +1 -0
  2. package/Readme.md +0 -0
  3. package/dist/common/consts/globalConst.d.ts +12 -0
  4. package/dist/common/consts/globalConst.d.ts.map +1 -0
  5. package/dist/common/consts/globalConst.js +15 -0
  6. package/dist/common/consts/globalConst.js.map +1 -0
  7. package/dist/common/enums/calc_mode.enum.d.ts +8 -0
  8. package/dist/common/enums/calc_mode.enum.d.ts.map +1 -0
  9. package/dist/common/enums/calc_mode.enum.js +32 -0
  10. package/dist/common/enums/calc_mode.enum.js.map +1 -0
  11. package/dist/common/enums/index.d.ts +3 -0
  12. package/dist/common/enums/index.d.ts.map +1 -0
  13. package/dist/common/enums/index.js +19 -0
  14. package/dist/common/enums/index.js.map +1 -0
  15. package/dist/common/enums/intent_type.enum.d.ts +6 -0
  16. package/dist/common/enums/intent_type.enum.d.ts.map +1 -0
  17. package/dist/common/enums/intent_type.enum.js +10 -0
  18. package/dist/common/enums/intent_type.enum.js.map +1 -0
  19. package/dist/common/index.d.ts +3 -0
  20. package/dist/common/index.d.ts.map +1 -0
  21. package/dist/common/index.js +19 -0
  22. package/dist/common/index.js.map +1 -0
  23. package/dist/common/interfaces/IChain.d.ts +20 -0
  24. package/dist/common/interfaces/IChain.d.ts.map +1 -0
  25. package/dist/common/interfaces/IChain.js +3 -0
  26. package/dist/common/interfaces/IChain.js.map +1 -0
  27. package/dist/common/interfaces/ILog.d.ts +8 -0
  28. package/dist/common/interfaces/ILog.d.ts.map +1 -0
  29. package/dist/common/interfaces/ILog.js +3 -0
  30. package/dist/common/interfaces/ILog.js.map +1 -0
  31. package/dist/common/utils/bignumber.column.transformer.d.ts +6 -0
  32. package/dist/common/utils/bignumber.column.transformer.d.ts.map +1 -0
  33. package/dist/common/utils/bignumber.column.transformer.js +17 -0
  34. package/dist/common/utils/bignumber.column.transformer.js.map +1 -0
  35. package/dist/common/utils/index.d.ts +3 -0
  36. package/dist/common/utils/index.d.ts.map +1 -0
  37. package/dist/common/utils/index.js +19 -0
  38. package/dist/common/utils/index.js.map +1 -0
  39. package/dist/common/utils/list.d.ts +3 -0
  40. package/dist/common/utils/list.d.ts.map +1 -0
  41. package/dist/common/utils/list.js +25 -0
  42. package/dist/common/utils/list.js.map +1 -0
  43. package/dist/index.d.ts +2 -0
  44. package/dist/index.d.ts.map +1 -0
  45. package/dist/index.js +18 -0
  46. package/dist/index.js.map +1 -0
  47. package/dist/modules/chainsync/domain/dto/chain_contract.dto.d.ts +35 -0
  48. package/dist/modules/chainsync/domain/dto/chain_contract.dto.d.ts.map +1 -0
  49. package/dist/modules/chainsync/domain/dto/chain_contract.dto.js +44 -0
  50. package/dist/modules/chainsync/domain/dto/chain_contract.dto.js.map +1 -0
  51. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts +131 -0
  52. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts.map +1 -0
  53. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js +133 -0
  54. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js.map +1 -0
  55. package/dist/modules/chainsync/domain/dto/chain_transaction_event_log.dto.d.ts +43 -0
  56. package/dist/modules/chainsync/domain/dto/chain_transaction_event_log.dto.d.ts.map +1 -0
  57. package/dist/modules/chainsync/domain/dto/chain_transaction_event_log.dto.js +51 -0
  58. package/dist/modules/chainsync/domain/dto/chain_transaction_event_log.dto.js.map +1 -0
  59. package/dist/modules/chainsync/domain/dto/index.d.ts +5 -0
  60. package/dist/modules/chainsync/domain/dto/index.d.ts.map +1 -0
  61. package/dist/modules/chainsync/domain/dto/index.js +21 -0
  62. package/dist/modules/chainsync/domain/dto/index.js.map +1 -0
  63. package/dist/modules/chainsync/domain/dto/pluton_request.dto.d.ts +10 -0
  64. package/dist/modules/chainsync/domain/dto/pluton_request.dto.d.ts.map +1 -0
  65. package/dist/modules/chainsync/domain/dto/pluton_request.dto.js +54 -0
  66. package/dist/modules/chainsync/domain/dto/pluton_request.dto.js.map +1 -0
  67. package/dist/modules/chainsync/domain/index.d.ts +2 -0
  68. package/dist/modules/chainsync/domain/index.d.ts.map +1 -0
  69. package/dist/modules/chainsync/domain/index.js +18 -0
  70. package/dist/modules/chainsync/domain/index.js.map +1 -0
  71. package/dist/modules/chainsync/index.d.ts +2 -0
  72. package/dist/modules/chainsync/index.d.ts.map +1 -0
  73. package/dist/modules/chainsync/index.js +18 -0
  74. package/dist/modules/chainsync/index.js.map +1 -0
  75. package/dist/modules/index.d.ts +6 -0
  76. package/dist/modules/index.d.ts.map +1 -0
  77. package/dist/modules/index.js +22 -0
  78. package/dist/modules/index.js.map +1 -0
  79. package/dist/modules/network/domain/dto/index.d.ts +5 -0
  80. package/dist/modules/network/domain/dto/index.d.ts.map +1 -0
  81. package/dist/modules/network/domain/dto/index.js +21 -0
  82. package/dist/modules/network/domain/dto/index.js.map +1 -0
  83. package/dist/modules/network/domain/dto/network.dto.d.ts +50 -0
  84. package/dist/modules/network/domain/dto/network.dto.d.ts.map +1 -0
  85. package/dist/modules/network/domain/dto/network.dto.js +66 -0
  86. package/dist/modules/network/domain/dto/network.dto.js.map +1 -0
  87. package/dist/modules/network/domain/dto/network.update.dto.d.ts +66 -0
  88. package/dist/modules/network/domain/dto/network.update.dto.d.ts.map +1 -0
  89. package/dist/modules/network/domain/dto/network.update.dto.js +87 -0
  90. package/dist/modules/network/domain/dto/network.update.dto.js.map +1 -0
  91. package/dist/modules/network/domain/dto/network_provider.dto.d.ts +42 -0
  92. package/dist/modules/network/domain/dto/network_provider.dto.d.ts.map +1 -0
  93. package/dist/modules/network/domain/dto/network_provider.dto.js +53 -0
  94. package/dist/modules/network/domain/dto/network_provider.dto.js.map +1 -0
  95. package/dist/modules/network/domain/dto/network_provider.update.dto.d.ts +45 -0
  96. package/dist/modules/network/domain/dto/network_provider.update.dto.d.ts.map +1 -0
  97. package/dist/modules/network/domain/dto/network_provider.update.dto.js +58 -0
  98. package/dist/modules/network/domain/dto/network_provider.update.dto.js.map +1 -0
  99. package/dist/modules/network/domain/enums/chain_type.enum.d.ts +8 -0
  100. package/dist/modules/network/domain/enums/chain_type.enum.d.ts.map +1 -0
  101. package/dist/modules/network/domain/enums/chain_type.enum.js +25 -0
  102. package/dist/modules/network/domain/enums/chain_type.enum.js.map +1 -0
  103. package/dist/modules/network/domain/enums/coin_type.enum.d.ts +8 -0
  104. package/dist/modules/network/domain/enums/coin_type.enum.d.ts.map +1 -0
  105. package/dist/modules/network/domain/enums/coin_type.enum.js +12 -0
  106. package/dist/modules/network/domain/enums/coin_type.enum.js.map +1 -0
  107. package/dist/modules/network/domain/enums/index.d.ts +4 -0
  108. package/dist/modules/network/domain/enums/index.d.ts.map +1 -0
  109. package/dist/modules/network/domain/enums/index.js +20 -0
  110. package/dist/modules/network/domain/enums/index.js.map +1 -0
  111. package/dist/modules/network/domain/enums/provider_protocol_type.enum.d.ts +7 -0
  112. package/dist/modules/network/domain/enums/provider_protocol_type.enum.d.ts.map +1 -0
  113. package/dist/modules/network/domain/enums/provider_protocol_type.enum.js +11 -0
  114. package/dist/modules/network/domain/enums/provider_protocol_type.enum.js.map +1 -0
  115. package/dist/modules/network/domain/index.d.ts +3 -0
  116. package/dist/modules/network/domain/index.d.ts.map +1 -0
  117. package/dist/modules/network/domain/index.js +19 -0
  118. package/dist/modules/network/domain/index.js.map +1 -0
  119. package/dist/modules/network/index.d.ts +2 -0
  120. package/dist/modules/network/index.d.ts.map +1 -0
  121. package/dist/modules/network/index.js +18 -0
  122. package/dist/modules/network/index.js.map +1 -0
  123. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.d.ts +21 -0
  124. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.d.ts.map +1 -0
  125. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.js +35 -0
  126. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.js.map +1 -0
  127. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.d.ts +24 -0
  128. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.d.ts.map +1 -0
  129. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js +40 -0
  130. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js.map +1 -0
  131. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.d.ts +28 -0
  132. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.d.ts.map +1 -0
  133. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js +40 -0
  134. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js.map +1 -0
  135. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.d.ts +35 -0
  136. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.d.ts.map +1 -0
  137. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js +19 -0
  138. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js.map +1 -0
  139. package/dist/modules/quote/domain/dto/affiliate/index.d.ts +5 -0
  140. package/dist/modules/quote/domain/dto/affiliate/index.d.ts.map +1 -0
  141. package/dist/modules/quote/domain/dto/affiliate/index.js +21 -0
  142. package/dist/modules/quote/domain/dto/affiliate/index.js.map +1 -0
  143. package/dist/modules/quote/domain/dto/index.d.ts +4 -0
  144. package/dist/modules/quote/domain/dto/index.d.ts.map +1 -0
  145. package/dist/modules/quote/domain/dto/index.js +20 -0
  146. package/dist/modules/quote/domain/dto/index.js.map +1 -0
  147. package/dist/modules/quote/domain/dto/quote/index.d.ts +16 -0
  148. package/dist/modules/quote/domain/dto/quote/index.d.ts.map +1 -0
  149. package/dist/modules/quote/domain/dto/quote/index.js +32 -0
  150. package/dist/modules/quote/domain/dto/quote/index.js.map +1 -0
  151. package/dist/modules/quote/domain/dto/quote/quote.dto.d.ts +9 -0
  152. package/dist/modules/quote/domain/dto/quote/quote.dto.d.ts.map +1 -0
  153. package/dist/modules/quote/domain/dto/quote/quote.dto.js +21 -0
  154. package/dist/modules/quote/domain/dto/quote/quote.dto.js.map +1 -0
  155. package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.d.ts +14 -0
  156. package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.d.ts.map +1 -0
  157. package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.js +27 -0
  158. package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.js.map +1 -0
  159. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_request.dto.d.ts +14 -0
  160. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_request.dto.d.ts.map +1 -0
  161. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_request.dto.js +28 -0
  162. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_request.dto.js.map +1 -0
  163. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts +17 -0
  164. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts.map +1 -0
  165. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js +22 -0
  166. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js.map +1 -0
  167. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.d.ts +44 -0
  168. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.d.ts.map +1 -0
  169. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.js +47 -0
  170. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.js.map +1 -0
  171. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_response.dto.d.ts +8 -0
  172. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_response.dto.d.ts.map +1 -0
  173. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_response.dto.js +22 -0
  174. package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_response.dto.js.map +1 -0
  175. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.d.ts +4 -0
  176. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.d.ts.map +1 -0
  177. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.js +3 -0
  178. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.js.map +1 -0
  179. package/dist/modules/quote/domain/dto/quote/quote_intent_request.dto.d.ts +10 -0
  180. package/dist/modules/quote/domain/dto/quote/quote_intent_request.dto.d.ts.map +1 -0
  181. package/dist/modules/quote/domain/dto/quote/quote_intent_request.dto.js +3 -0
  182. package/dist/modules/quote/domain/dto/quote/quote_intent_request.dto.js.map +1 -0
  183. package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.d.ts +16 -0
  184. package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.d.ts.map +1 -0
  185. package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.js +57 -0
  186. package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.js.map +1 -0
  187. package/dist/modules/quote/domain/dto/quote/quote_request.dto.d.ts +9 -0
  188. package/dist/modules/quote/domain/dto/quote/quote_request.dto.d.ts.map +1 -0
  189. package/dist/modules/quote/domain/dto/quote/quote_request.dto.js +26 -0
  190. package/dist/modules/quote/domain/dto/quote/quote_request.dto.js.map +1 -0
  191. package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.d.ts +50 -0
  192. package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.d.ts.map +1 -0
  193. package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.js +21 -0
  194. package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.js.map +1 -0
  195. package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts +24 -0
  196. package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts.map +1 -0
  197. package/dist/modules/quote/domain/dto/quote/quote_response.dto.js +41 -0
  198. package/dist/modules/quote/domain/dto/quote/quote_response.dto.js.map +1 -0
  199. package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.d.ts +50 -0
  200. package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.d.ts.map +1 -0
  201. package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.js +21 -0
  202. package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.js.map +1 -0
  203. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.d.ts +14 -0
  204. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.d.ts.map +1 -0
  205. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.js +31 -0
  206. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.js.map +1 -0
  207. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.d.ts +3 -0
  208. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.d.ts.map +1 -0
  209. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.js +7 -0
  210. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.js.map +1 -0
  211. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.d.ts +8 -0
  212. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.d.ts.map +1 -0
  213. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.js +21 -0
  214. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.js.map +1 -0
  215. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.d.ts +8 -0
  216. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.d.ts.map +1 -0
  217. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.js +21 -0
  218. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.js.map +1 -0
  219. package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.d.ts +18 -0
  220. package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.d.ts.map +1 -0
  221. package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.js +30 -0
  222. package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.js.map +1 -0
  223. package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.d.ts +23 -0
  224. package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.d.ts.map +1 -0
  225. package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.js +7 -0
  226. package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.js.map +1 -0
  227. package/dist/modules/quote/domain/dto/refund/index.d.ts +5 -0
  228. package/dist/modules/quote/domain/dto/refund/index.d.ts.map +1 -0
  229. package/dist/modules/quote/domain/dto/refund/index.js +21 -0
  230. package/dist/modules/quote/domain/dto/refund/index.js.map +1 -0
  231. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.d.ts +13 -0
  232. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.d.ts.map +1 -0
  233. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.js +26 -0
  234. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.js.map +1 -0
  235. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_response.dto.d.ts +8 -0
  236. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_response.dto.d.ts.map +1 -0
  237. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_response.dto.js +21 -0
  238. package/dist/modules/quote/domain/dto/refund/quote_refund_signature_response.dto.js.map +1 -0
  239. package/dist/modules/quote/domain/enums/index.d.ts +9 -0
  240. package/dist/modules/quote/domain/enums/index.d.ts.map +1 -0
  241. package/dist/modules/quote/domain/enums/index.js +25 -0
  242. package/dist/modules/quote/domain/enums/index.js.map +1 -0
  243. package/dist/modules/quote/domain/enums/quote_affiliate_action.enum.d.ts +4 -0
  244. package/dist/modules/quote/domain/enums/quote_affiliate_action.enum.d.ts.map +1 -0
  245. package/dist/modules/quote/domain/enums/quote_affiliate_action.enum.js +8 -0
  246. package/dist/modules/quote/domain/enums/quote_affiliate_action.enum.js.map +1 -0
  247. package/dist/modules/quote/domain/enums/quote_affiliate_lifecycle.enum.d.ts +15 -0
  248. package/dist/modules/quote/domain/enums/quote_affiliate_lifecycle.enum.d.ts.map +1 -0
  249. package/dist/modules/quote/domain/enums/quote_affiliate_lifecycle.enum.js +22 -0
  250. package/dist/modules/quote/domain/enums/quote_affiliate_lifecycle.enum.js.map +1 -0
  251. package/dist/modules/quote/domain/enums/quote_intent_type.enum.d.ts +4 -0
  252. package/dist/modules/quote/domain/enums/quote_intent_type.enum.d.ts.map +1 -0
  253. package/dist/modules/quote/domain/enums/quote_intent_type.enum.js +8 -0
  254. package/dist/modules/quote/domain/enums/quote_intent_type.enum.js.map +1 -0
  255. package/dist/modules/quote/domain/enums/quote_request_action.enum.d.ts +16 -0
  256. package/dist/modules/quote/domain/enums/quote_request_action.enum.d.ts.map +1 -0
  257. package/dist/modules/quote/domain/enums/quote_request_action.enum.js +20 -0
  258. package/dist/modules/quote/domain/enums/quote_request_action.enum.js.map +1 -0
  259. package/dist/modules/quote/domain/enums/quote_request_lifecycle.enum.d.ts +31 -0
  260. package/dist/modules/quote/domain/enums/quote_request_lifecycle.enum.d.ts.map +1 -0
  261. package/dist/modules/quote/domain/enums/quote_request_lifecycle.enum.js +40 -0
  262. package/dist/modules/quote/domain/enums/quote_request_lifecycle.enum.js.map +1 -0
  263. package/dist/modules/quote/domain/enums/quote_response_action.enum.d.ts +12 -0
  264. package/dist/modules/quote/domain/enums/quote_response_action.enum.d.ts.map +1 -0
  265. package/dist/modules/quote/domain/enums/quote_response_action.enum.js +16 -0
  266. package/dist/modules/quote/domain/enums/quote_response_action.enum.js.map +1 -0
  267. package/dist/modules/quote/domain/enums/quote_response_lifecycle.enum.d.ts +26 -0
  268. package/dist/modules/quote/domain/enums/quote_response_lifecycle.enum.d.ts.map +1 -0
  269. package/dist/modules/quote/domain/enums/quote_response_lifecycle.enum.js +35 -0
  270. package/dist/modules/quote/domain/enums/quote_response_lifecycle.enum.js.map +1 -0
  271. package/dist/modules/quote/domain/enums/selection_status.enum.d.ts +5 -0
  272. package/dist/modules/quote/domain/enums/selection_status.enum.d.ts.map +1 -0
  273. package/dist/modules/quote/domain/enums/selection_status.enum.js +9 -0
  274. package/dist/modules/quote/domain/enums/selection_status.enum.js.map +1 -0
  275. package/dist/modules/quote/domain/index.d.ts +3 -0
  276. package/dist/modules/quote/domain/index.d.ts.map +1 -0
  277. package/dist/modules/quote/domain/index.js +19 -0
  278. package/dist/modules/quote/domain/index.js.map +1 -0
  279. package/dist/modules/quote/index.d.ts +2 -0
  280. package/dist/modules/quote/index.d.ts.map +1 -0
  281. package/dist/modules/quote/index.js +18 -0
  282. package/dist/modules/quote/index.js.map +1 -0
  283. package/dist/modules/swap/domain/dto/index.d.ts +4 -0
  284. package/dist/modules/swap/domain/dto/index.d.ts.map +1 -0
  285. package/dist/modules/swap/domain/dto/index.js +20 -0
  286. package/dist/modules/swap/domain/dto/index.js.map +1 -0
  287. package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.d.ts +9 -0
  288. package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.d.ts.map +1 -0
  289. package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.js +25 -0
  290. package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.js.map +1 -0
  291. package/dist/modules/swap/domain/dto/token_swap_request.dto.d.ts +18 -0
  292. package/dist/modules/swap/domain/dto/token_swap_request.dto.d.ts.map +1 -0
  293. package/dist/modules/swap/domain/dto/token_swap_request.dto.js +31 -0
  294. package/dist/modules/swap/domain/dto/token_swap_request.dto.js.map +1 -0
  295. package/dist/modules/swap/domain/dto/token_swap_response.dto.d.ts +18 -0
  296. package/dist/modules/swap/domain/dto/token_swap_response.dto.d.ts.map +1 -0
  297. package/dist/modules/swap/domain/dto/token_swap_response.dto.js +32 -0
  298. package/dist/modules/swap/domain/dto/token_swap_response.dto.js.map +1 -0
  299. package/dist/modules/swap/domain/index.d.ts +2 -0
  300. package/dist/modules/swap/domain/index.d.ts.map +1 -0
  301. package/dist/modules/swap/domain/index.js +18 -0
  302. package/dist/modules/swap/domain/index.js.map +1 -0
  303. package/dist/modules/swap/index.d.ts +2 -0
  304. package/dist/modules/swap/index.d.ts.map +1 -0
  305. package/dist/modules/swap/index.js +18 -0
  306. package/dist/modules/swap/index.js.map +1 -0
  307. package/dist/modules/token/domain/dto/index.d.ts +4 -0
  308. package/dist/modules/token/domain/dto/index.d.ts.map +1 -0
  309. package/dist/modules/token/domain/dto/index.js +20 -0
  310. package/dist/modules/token/domain/dto/index.js.map +1 -0
  311. package/dist/modules/token/domain/dto/network_contract_find_token.dto.d.ts +27 -0
  312. package/dist/modules/token/domain/dto/network_contract_find_token.dto.d.ts.map +1 -0
  313. package/dist/modules/token/domain/dto/network_contract_find_token.dto.js +46 -0
  314. package/dist/modules/token/domain/dto/network_contract_find_token.dto.js.map +1 -0
  315. package/dist/modules/token/domain/dto/token.dto.d.ts +59 -0
  316. package/dist/modules/token/domain/dto/token.dto.d.ts.map +1 -0
  317. package/dist/modules/token/domain/dto/token.dto.js +70 -0
  318. package/dist/modules/token/domain/dto/token.dto.js.map +1 -0
  319. package/dist/modules/token/domain/dto/token.update.dto.d.ts +66 -0
  320. package/dist/modules/token/domain/dto/token.update.dto.d.ts.map +1 -0
  321. package/dist/modules/token/domain/dto/token.update.dto.js +75 -0
  322. package/dist/modules/token/domain/dto/token.update.dto.js.map +1 -0
  323. package/dist/modules/token/domain/index.d.ts +2 -0
  324. package/dist/modules/token/domain/index.d.ts.map +1 -0
  325. package/dist/modules/token/domain/index.js +18 -0
  326. package/dist/modules/token/domain/index.js.map +1 -0
  327. package/dist/modules/token/index.d.ts +2 -0
  328. package/dist/modules/token/index.d.ts.map +1 -0
  329. package/dist/modules/token/index.js +18 -0
  330. package/dist/modules/token/index.js.map +1 -0
  331. package/package.json +22 -0
@@ -0,0 +1,59 @@
1
+ export declare class TokenDto {
2
+ /**
3
+ * @description Converts an entity object into a TokenDto.
4
+ * @param obj The entity object to convert.
5
+ * @returns A TokenDto instance.
6
+ */
7
+ static from<T extends {
8
+ networkId: string;
9
+ name: string;
10
+ symbol: string;
11
+ contract?: string;
12
+ image: string;
13
+ decimals: number;
14
+ }>(obj: T): TokenDto;
15
+ /**
16
+ * @description Converts a list of entity objects into an array of TokenDto.
17
+ * @param objs The array of entity objects to convert.
18
+ * @returns An array of TokenDto instances.
19
+ */
20
+ static listFrom<T extends {
21
+ networkId: string;
22
+ name: string;
23
+ symbol: string;
24
+ contract?: string;
25
+ image: string;
26
+ decimals: number;
27
+ }>(objs: T[]): TokenDto[];
28
+ /**
29
+ * @description The ID of the token's network
30
+ * @example '123e4567-e89b-12d3-a456-426614174000'
31
+ */
32
+ networkId: string;
33
+ /**
34
+ * @description The name of the token
35
+ * @example 'Ethereum'
36
+ */
37
+ name: string;
38
+ /**
39
+ * @description The symbol of the token
40
+ * @example 'ETH'
41
+ */
42
+ symbol: string;
43
+ /**
44
+ * @description Image URL for the token
45
+ * @example '/public/images/token/usdt.svg'
46
+ */
47
+ image: string;
48
+ /**
49
+ * @description The contract address of the token (optional)
50
+ * @example '0xc0...'
51
+ */
52
+ contract?: string;
53
+ /**
54
+ * @description The number of decimals the token uses
55
+ * @example 18
56
+ */
57
+ decimals: number;
58
+ }
59
+ //# sourceMappingURL=token.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,QAAQ;IACnB;;;;OAIG;WACW,IAAI,CAChB,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,GAAG,EAAE,CAAC,GAAG,QAAQ;IAWnB;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,QAAQ,EAAE;IAKxB;;;OAGG;IAGH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IAGH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAEH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,70 @@
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.TokenDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const common_1 = require("../../../../common");
15
+ class TokenDto {
16
+ /**
17
+ * @description Converts an entity object into a TokenDto.
18
+ * @param obj The entity object to convert.
19
+ * @returns A TokenDto instance.
20
+ */
21
+ static from(obj) {
22
+ const dto = new TokenDto();
23
+ dto.networkId = obj.networkId;
24
+ dto.name = obj.name;
25
+ dto.symbol = obj.symbol;
26
+ dto.contract = obj.contract;
27
+ dto.decimals = obj.decimals;
28
+ dto.image = obj.image;
29
+ return dto;
30
+ }
31
+ /**
32
+ * @description Converts a list of entity objects into an array of TokenDto.
33
+ * @param objs The array of entity objects to convert.
34
+ * @returns An array of TokenDto instances.
35
+ */
36
+ static listFrom(objs) {
37
+ return (0, common_1.makeList)(objs, TokenDto.from);
38
+ }
39
+ }
40
+ exports.TokenDto = TokenDto;
41
+ __decorate([
42
+ (0, class_validator_1.IsUUID)(),
43
+ (0, class_validator_1.IsNotEmpty)(),
44
+ __metadata("design:type", String)
45
+ ], TokenDto.prototype, "networkId", void 0);
46
+ __decorate([
47
+ (0, class_validator_1.IsNotEmpty)(),
48
+ (0, class_validator_1.IsString)(),
49
+ __metadata("design:type", String)
50
+ ], TokenDto.prototype, "name", void 0);
51
+ __decorate([
52
+ (0, class_validator_1.IsNotEmpty)(),
53
+ (0, class_validator_1.IsString)(),
54
+ __metadata("design:type", String)
55
+ ], TokenDto.prototype, "symbol", void 0);
56
+ __decorate([
57
+ (0, class_validator_1.IsNotEmpty)(),
58
+ (0, class_validator_1.IsString)(),
59
+ __metadata("design:type", String)
60
+ ], TokenDto.prototype, "image", void 0);
61
+ __decorate([
62
+ (0, class_validator_1.IsString)(),
63
+ __metadata("design:type", String)
64
+ ], TokenDto.prototype, "contract", void 0);
65
+ __decorate([
66
+ (0, class_validator_1.IsNotEmpty)(),
67
+ (0, class_validator_1.IsNumber)(),
68
+ __metadata("design:type", Number)
69
+ ], TokenDto.prototype, "decimals", void 0);
70
+ //# sourceMappingURL=token.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token.dto.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAA8C;AAE9C,MAAa,QAAQ;IACnB;;;;OAIG;IACI,MAAM,CAAC,IAAI,CAShB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,QAAQ,EAAE,CAAC;QAC3B,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QAC9B,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACpB,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QACxB,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACtB,OAAO,GAAG,CAAC;IACb,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CASb,IAAS;QACT,OAAO,IAAA,iBAAQ,EAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;CAiDF;AA3FD,4BA2FC;AAxCC;IAFC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;2CACK;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sCACE;AAQb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wCACI;AAQf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uCACG;AAOd;IADC,IAAA,0BAAQ,GAAE;;0CACO;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0CACM"}
@@ -0,0 +1,66 @@
1
+ export declare class TokenUpdateDto {
2
+ /**
3
+ * @description The unique identifier for the token
4
+ * @example '123e4567-e89b-12d3-a456-426614174000'
5
+ */
6
+ id: string;
7
+ /**
8
+ * @description The ID of the token's network
9
+ * @example '123e4567-e89b-12d3-a456-426614174000'
10
+ */
11
+ networkId: string;
12
+ /**
13
+ * @description The name of the token
14
+ * @example 'Ethereum'
15
+ */
16
+ name: string;
17
+ /**
18
+ * @description The symbol of the token
19
+ * @example 'ETH'
20
+ */
21
+ symbol: string;
22
+ /**
23
+ * @description The image URL for the token
24
+ * @example '/public/images/token/usdt.svg'
25
+ */
26
+ image: string;
27
+ /**
28
+ * @description The contract address of the token (optional)
29
+ * @example '0xc0...'
30
+ */
31
+ contract?: string;
32
+ /**
33
+ * @description The number of decimals the token uses
34
+ * @example 18
35
+ */
36
+ decimals: number;
37
+ /**
38
+ * @description Converts an entity to TokenUpdateDto
39
+ * @param obj The entity to convert
40
+ * @returns A TokenUpdateDto instance
41
+ */
42
+ static from<T extends {
43
+ id: string;
44
+ networkId: string;
45
+ name: string;
46
+ symbol: string;
47
+ image: string;
48
+ contract?: string;
49
+ decimals: number;
50
+ }>(obj: T): TokenUpdateDto;
51
+ /**
52
+ * @description Converts a list of entities to an array of TokenUpdateDto
53
+ * @param objs The array of entity objects
54
+ * @returns An array of TokenUpdateDto instances
55
+ */
56
+ static listFrom<T extends {
57
+ id: string;
58
+ networkId: string;
59
+ name: string;
60
+ symbol: string;
61
+ image: string;
62
+ contract?: string;
63
+ decimals: number;
64
+ }>(objs: T[]): TokenUpdateDto[];
65
+ }
66
+ //# sourceMappingURL=token.update.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token.update.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.update.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,cAAc;IACzB;;;OAGG;IAEH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAGH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IAGH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAEH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IAGH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;WACW,IAAI,CAChB,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,GAAG,EAAE,CAAC,GAAG,cAAc;IAYzB;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;KAClB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE;CAG/B"}
@@ -0,0 +1,75 @@
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.TokenUpdateDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const common_1 = require("../../../../common");
15
+ class TokenUpdateDto {
16
+ /**
17
+ * @description Converts an entity to TokenUpdateDto
18
+ * @param obj The entity to convert
19
+ * @returns A TokenUpdateDto instance
20
+ */
21
+ static from(obj) {
22
+ const dto = new TokenUpdateDto();
23
+ dto.id = obj.id;
24
+ dto.networkId = obj.networkId;
25
+ dto.name = obj.name;
26
+ dto.symbol = obj.symbol;
27
+ dto.image = obj.image;
28
+ dto.contract = obj.contract;
29
+ dto.decimals = obj.decimals;
30
+ return dto;
31
+ }
32
+ /**
33
+ * @description Converts a list of entities to an array of TokenUpdateDto
34
+ * @param objs The array of entity objects
35
+ * @returns An array of TokenUpdateDto instances
36
+ */
37
+ static listFrom(objs) {
38
+ return (0, common_1.makeList)(objs, TokenUpdateDto.from);
39
+ }
40
+ }
41
+ exports.TokenUpdateDto = TokenUpdateDto;
42
+ __decorate([
43
+ (0, class_validator_1.IsUUID)(),
44
+ __metadata("design:type", String)
45
+ ], TokenUpdateDto.prototype, "id", void 0);
46
+ __decorate([
47
+ (0, class_validator_1.IsUUID)(),
48
+ (0, class_validator_1.IsNotEmpty)(),
49
+ __metadata("design:type", String)
50
+ ], TokenUpdateDto.prototype, "networkId", void 0);
51
+ __decorate([
52
+ (0, class_validator_1.IsNotEmpty)(),
53
+ (0, class_validator_1.IsString)(),
54
+ __metadata("design:type", String)
55
+ ], TokenUpdateDto.prototype, "name", void 0);
56
+ __decorate([
57
+ (0, class_validator_1.IsNotEmpty)(),
58
+ (0, class_validator_1.IsString)(),
59
+ __metadata("design:type", String)
60
+ ], TokenUpdateDto.prototype, "symbol", void 0);
61
+ __decorate([
62
+ (0, class_validator_1.IsNotEmpty)(),
63
+ (0, class_validator_1.IsString)(),
64
+ __metadata("design:type", String)
65
+ ], TokenUpdateDto.prototype, "image", void 0);
66
+ __decorate([
67
+ (0, class_validator_1.IsString)(),
68
+ __metadata("design:type", String)
69
+ ], TokenUpdateDto.prototype, "contract", void 0);
70
+ __decorate([
71
+ (0, class_validator_1.IsNotEmpty)(),
72
+ (0, class_validator_1.IsNumber)(),
73
+ __metadata("design:type", Number)
74
+ ], TokenUpdateDto.prototype, "decimals", void 0);
75
+ //# sourceMappingURL=token.update.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token.update.dto.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/token.update.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,+CAA8C;AAE9C,MAAa,cAAc;IAuDzB;;;;OAIG;IACI,MAAM,CAAC,IAAI,CAUhB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,cAAc,EAAE,CAAC;QACjC,GAAG,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QAChB,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QAC9B,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACpB,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QACxB,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACtB,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,OAAO,GAAG,CAAC;IACb,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CAUb,IAAS;QACT,OAAO,IAAA,iBAAQ,EAAC,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;CACF;AApGD,wCAoGC;AA9FC;IADC,IAAA,wBAAM,GAAE;;0CACE;AAQX;IAFC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;iDACK;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACE;AAQb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACI;AAQf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACG;AAOd;IADC,IAAA,0BAAQ,GAAE;;gDACO;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACM"}
@@ -0,0 +1,2 @@
1
+ export * from './dto';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/token/domain/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./dto"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/token/domain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
@@ -0,0 +1,2 @@
1
+ export * from './domain';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/token/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./domain"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/token/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB"}
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@plutonlabs/sdk",
3
+ "version": "0.0.1-beta",
4
+ "main": "dist/index.js",
5
+ "types": "dist/index.d.ts",
6
+ "files": ["dist"],
7
+ "scripts": {
8
+ "build": "tsc"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC",
13
+ "description": "",
14
+ "devDependencies": {
15
+ "typescript": "^5.7.3"
16
+ },
17
+ "dependencies": {
18
+ "bignumber.js": "^9.1.2",
19
+ "class-transformer": "^0.5.1",
20
+ "class-validator": "^0.14.1"
21
+ }
22
+ }