@heliofi/common 0.2.37 → 0.2.39

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 (414) hide show
  1. package/dist/src/domain/constants/index.d.ts +1 -0
  2. package/dist/src/domain/constants/index.js +1 -0
  3. package/dist/src/domain/constants/index.js.map +1 -1
  4. package/dist/src/domain/constants/intervalUnit.d.ts +7 -7
  5. package/dist/src/domain/constants/redirectQueryParams.d.ts +3 -0
  6. package/dist/src/domain/constants/redirectQueryParams.js +8 -0
  7. package/dist/src/domain/constants/redirectQueryParams.js.map +1 -0
  8. package/dist/src/domain/constants/solanaTransactionVersion.d.ts +2 -2
  9. package/dist/src/domain/constants/transactionStatusTokenHeaderName.d.ts +2 -1
  10. package/dist/src/domain/constants/wallet.d.ts +2 -2
  11. package/dist/src/domain/decorators/BigintMin.d.ts +8 -2
  12. package/dist/src/domain/decorators/PartialRequired.d.ts +4 -1
  13. package/dist/src/domain/model/access-code-auth-properties/dtos/accessCodeAuthProperties.dto.d.ts +1 -1
  14. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +1 -1
  15. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +3 -3
  16. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +4 -4
  17. package/dist/src/domain/model/allowlist/entities/AllowlistWallet.d.ts +2 -2
  18. package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
  19. package/dist/src/domain/model/audit/tx/AuditTxStatus.d.ts +4 -4
  20. package/dist/src/domain/model/audit/tx/AuditTxVersion.d.ts +1 -1
  21. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +4 -4
  22. package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +2 -2
  23. package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +1 -2
  24. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.d.ts +9 -0
  25. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js +44 -0
  26. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js.map +1 -0
  27. package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +8 -8
  28. package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.d.ts +3 -0
  29. package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js +22 -0
  30. package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js.map +1 -0
  31. package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +1 -2
  32. package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.d.ts +1 -1
  33. package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.d.ts +1 -1
  34. package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.d.ts +2 -2
  35. package/dist/src/domain/model/auth/entities/DiscordAuthToken.d.ts +2 -2
  36. package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +3 -3
  37. package/dist/src/domain/model/blockchain/dtos/blockchain.dto.d.ts +2 -2
  38. package/dist/src/domain/model/blockchain/entities/Blockchain.entity.d.ts +1 -1
  39. package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.d.ts +2 -2
  40. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +19 -0
  41. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +87 -0
  42. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +1 -0
  43. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +19 -0
  44. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +87 -0
  45. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +1 -0
  46. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +5 -0
  47. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js +28 -0
  48. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +1 -0
  49. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.d.ts +4 -0
  50. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js +27 -0
  51. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js.map +1 -0
  52. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +4 -0
  53. package/dist/src/domain/model/{telegram-details/dtos/telegramLogin.dto.js → charge/dtos/shopifyDetails.dto.js} +6 -11
  54. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +1 -0
  55. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +4 -0
  56. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +7 -0
  57. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +1 -0
  58. package/dist/src/domain/model/claim/dtos/generateDiscordLink.dto.d.ts +2 -2
  59. package/dist/src/domain/model/company/dtos/createCompany.dto copy.d.ts +8 -0
  60. package/dist/src/domain/model/company/dtos/createCompany.dto copy.js +47 -0
  61. package/dist/src/domain/model/company/dtos/createCompany.dto copy.js.map +1 -0
  62. package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +9 -9
  63. package/dist/src/domain/model/company/entities/CreateCompany.d.ts +8 -8
  64. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +7 -7
  65. package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +7 -7
  66. package/dist/src/domain/model/content/entities/Content.d.ts +3 -3
  67. package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.d.ts +7 -0
  68. package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.js +16 -0
  69. package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.js.map +1 -0
  70. package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
  71. package/dist/src/domain/model/currency/entities/index.d.ts +1 -0
  72. package/dist/src/domain/model/currency/entities/index.js +1 -0
  73. package/dist/src/domain/model/currency/entities/index.js.map +1 -1
  74. package/dist/src/domain/model/customer-details/entities/Address.d.ts +3 -3
  75. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +2 -2
  76. package/dist/src/domain/model/discord-user/dtos/discordUser.dto.d.ts +2 -2
  77. package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.d.ts +2 -2
  78. package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +6 -6
  79. package/dist/src/domain/model/discount-codes/DCTokenType.d.ts +2 -2
  80. package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +1 -1
  81. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.d.ts +4 -0
  82. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +29 -0
  83. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +1 -0
  84. package/dist/src/domain/model/eventDetails/dtos/index.d.ts +1 -0
  85. package/dist/src/domain/model/eventDetails/dtos/index.js +18 -0
  86. package/dist/src/domain/model/eventDetails/dtos/index.js.map +1 -0
  87. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +4 -0
  88. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +6 -0
  89. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +1 -0
  90. package/dist/src/domain/model/eventDetails/entities/index.d.ts +1 -0
  91. package/dist/src/domain/model/eventDetails/entities/index.js +18 -0
  92. package/dist/src/domain/model/eventDetails/entities/index.js.map +1 -0
  93. package/dist/src/domain/model/eventDetails/index.d.ts +2 -0
  94. package/dist/src/domain/model/eventDetails/index.js +19 -0
  95. package/dist/src/domain/model/eventDetails/index.js.map +1 -0
  96. package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +1 -1
  97. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +2 -2
  98. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +5 -5
  99. package/dist/src/domain/model/fee/dtos/index.d.ts +1 -0
  100. package/dist/src/domain/model/fee/dtos/index.js +1 -0
  101. package/dist/src/domain/model/fee/dtos/index.js.map +1 -1
  102. package/dist/src/domain/model/fee/entities/FeeProperties.d.ts +3 -3
  103. package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.d.ts +2 -2
  104. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +3 -3
  105. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +1 -1
  106. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +2 -2
  107. package/dist/src/domain/model/index.d.ts +2 -0
  108. package/dist/src/domain/model/index.js +2 -0
  109. package/dist/src/domain/model/index.js.map +1 -1
  110. package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +5 -5
  111. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +8 -0
  112. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +42 -0
  113. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +1 -0
  114. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +14 -0
  115. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +8 -0
  116. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +1 -0
  117. package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.d.ts +5 -5
  118. package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +6 -6
  119. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -0
  120. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -0
  121. package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
  122. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +14 -0
  123. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +73 -0
  124. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -0
  125. package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +2 -2
  126. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +3 -3
  127. package/dist/src/domain/model/nft-send/entities/TokenNftSendPayload.entity.d.ts +3 -3
  128. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.d.ts +5 -0
  129. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js +28 -0
  130. package/dist/src/domain/model/onramper/dtos/getPaymentMethods.dto.js.map +1 -0
  131. package/dist/src/domain/model/onramper/dtos/getQuote.dto.d.ts +6 -0
  132. package/dist/src/domain/model/onramper/dtos/getQuote.dto.js +37 -0
  133. package/dist/src/domain/model/onramper/dtos/getQuote.dto.js.map +1 -0
  134. package/dist/src/domain/model/onramper/dtos/index.d.ts +2 -0
  135. package/dist/src/domain/model/onramper/dtos/index.js +19 -0
  136. package/dist/src/domain/model/onramper/dtos/index.js.map +1 -0
  137. package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.d.ts +12 -0
  138. package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js +7 -0
  139. package/dist/src/domain/model/onramper/entities/OnramperCurrency.entity.js.map +1 -0
  140. package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.d.ts +5 -0
  141. package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js +7 -0
  142. package/dist/src/domain/model/onramper/entities/OnramperPaymentMethod.entity.js.map +1 -0
  143. package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.d.ts +10 -0
  144. package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js +7 -0
  145. package/dist/src/domain/model/onramper/entities/OnramperQuote.entity.js.map +1 -0
  146. package/dist/src/domain/model/onramper/entities/index.d.ts +3 -0
  147. package/dist/src/domain/model/onramper/entities/index.js +20 -0
  148. package/dist/src/domain/model/onramper/entities/index.js.map +1 -0
  149. package/dist/src/domain/model/onramper/index.d.ts +2 -0
  150. package/dist/src/domain/model/onramper/index.js +19 -0
  151. package/dist/src/domain/model/onramper/index.js.map +1 -0
  152. package/dist/src/domain/model/paylink/entities/BlinkResponse.d.ts +14 -0
  153. package/dist/src/domain/model/{email/EmailTelegramInviteDto.js → paylink/entities/BlinkResponse.js} +1 -1
  154. package/dist/src/domain/model/paylink/entities/BlinkResponse.js.map +1 -0
  155. package/dist/src/domain/model/paylink/entities/Integration.enum.d.ts +1 -1
  156. package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +3 -3
  157. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +16 -0
  158. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +8 -0
  159. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -0
  160. package/dist/src/domain/model/paylink/entities/ShopifyMerchentPaylink.entity.d.ts +1 -1
  161. package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +3 -3
  162. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
  163. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.d.ts +5 -0
  164. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js +23 -0
  165. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js.map +1 -0
  166. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.d.ts +5 -0
  167. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.d.ts +5 -0
  168. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.js +23 -0
  169. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.entity.js.map +1 -0
  170. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js +23 -0
  171. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js.map +1 -0
  172. package/dist/src/domain/model/paylink-tx/entities/index.d.ts +1 -0
  173. package/dist/src/domain/model/paylink-tx/entities/index.js +1 -0
  174. package/dist/src/domain/model/paylink-tx/entities/index.js.map +1 -1
  175. package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.d.ts +2 -0
  176. package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js +6 -0
  177. package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js.map +1 -0
  178. package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.d.ts +2 -0
  179. package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js +6 -0
  180. package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js.map +1 -0
  181. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.d.ts +2 -0
  182. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js +8 -0
  183. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js.map +1 -1
  184. package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.d.ts +2 -0
  185. package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.js +8 -0
  186. package/dist/src/domain/model/payment-request/dtos/createPaymentRequestWithApi.dto.js.map +1 -1
  187. package/dist/src/domain/model/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
  188. package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +2 -0
  189. package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
  190. package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.d.ts +4 -0
  191. package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js +7 -0
  192. package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js.map +1 -0
  193. package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +6 -4
  194. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.d.ts +9 -0
  195. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js +8 -0
  196. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js.map +1 -0
  197. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +22 -0
  198. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +232 -0
  199. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -0
  200. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
  201. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
  202. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.d.ts +5 -0
  203. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js +8 -0
  204. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js.map +1 -0
  205. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +4 -4
  206. package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +3 -3
  207. package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +5 -5
  208. package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTx.d.ts +11 -11
  209. package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.d.ts +1 -1
  210. package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.d.ts +1 -1
  211. package/dist/src/domain/model/platform-details/entities/PlatformDetails.entity.d.ts +4 -4
  212. package/dist/src/domain/model/platform-details/entities/PlatformDetailsBase.entity.d.ts +1 -1
  213. package/dist/src/domain/model/platform-model/entities/PlatformModel.d.ts +1 -2
  214. package/dist/src/domain/model/prepare-refund/dtos/prepareRefund.dto.d.ts +3 -3
  215. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +4 -0
  216. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +8 -0
  217. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +1 -0
  218. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +4 -0
  219. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +8 -0
  220. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +1 -0
  221. package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +1 -0
  222. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +18 -0
  223. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +1 -0
  224. package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +1 -0
  225. package/dist/src/domain/model/prepare-refund/shopify/index.js +34 -0
  226. package/dist/src/domain/model/prepare-refund/shopify/index.js.map +1 -0
  227. package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +7 -7
  228. package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.d.ts +2 -2
  229. package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.d.ts +1 -1
  230. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.d.ts +4 -4
  231. package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +4 -0
  232. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js +31 -0
  233. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +1 -0
  234. package/dist/src/domain/model/pricing/dtos/index.d.ts +2 -0
  235. package/dist/src/domain/model/pricing/dtos/index.js +35 -0
  236. package/dist/src/domain/model/pricing/dtos/index.js.map +1 -0
  237. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +3 -0
  238. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +25 -0
  239. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +1 -0
  240. package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +4 -0
  241. package/dist/src/domain/model/pricing/entities/BasePricing.js +42 -0
  242. package/dist/src/domain/model/pricing/entities/BasePricing.js.map +1 -0
  243. package/dist/src/domain/model/pricing/entities/Pricing.d.ts +5 -0
  244. package/dist/src/domain/model/pricing/entities/Pricing.js +8 -0
  245. package/dist/src/domain/model/pricing/entities/Pricing.js.map +1 -0
  246. package/dist/src/domain/model/pricing/entities/index.d.ts +2 -0
  247. package/dist/src/domain/model/pricing/entities/index.js +19 -0
  248. package/dist/src/domain/model/pricing/entities/index.js.map +1 -0
  249. package/dist/src/domain/model/pricing/index.d.ts +2 -0
  250. package/dist/src/domain/model/pricing/index.js +19 -0
  251. package/dist/src/domain/model/pricing/index.js.map +1 -0
  252. package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
  253. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +5 -5
  254. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +70 -30
  255. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +3 -3
  256. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.d.ts +5 -0
  257. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js +28 -0
  258. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js.map +1 -0
  259. package/dist/src/domain/model/redirect-query-params/dtos/index.d.ts +1 -0
  260. package/dist/src/domain/model/redirect-query-params/dtos/index.js +18 -0
  261. package/dist/src/domain/model/redirect-query-params/dtos/index.js.map +1 -0
  262. package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.d.ts +6 -0
  263. package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.js +8 -0
  264. package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.js.map +1 -0
  265. package/dist/src/domain/model/redirect-query-params/entities/index.d.ts +1 -0
  266. package/dist/src/domain/model/redirect-query-params/entities/index.js +18 -0
  267. package/dist/src/domain/model/redirect-query-params/entities/index.js.map +1 -0
  268. package/dist/src/domain/model/redirect-query-params/index.d.ts +2 -0
  269. package/dist/src/domain/model/redirect-query-params/index.js +19 -0
  270. package/dist/src/domain/model/redirect-query-params/index.js.map +1 -0
  271. package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +5 -5
  272. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.d.ts +9 -0
  273. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js +74 -0
  274. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js.map +1 -0
  275. package/dist/src/domain/model/refund-request/entities/BaseRefundRequest.entity.d.ts +6 -6
  276. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.d.ts +4 -0
  277. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js +26 -0
  278. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js.map +1 -0
  279. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.d.ts +7 -0
  280. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js +41 -0
  281. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js.map +1 -0
  282. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.d.ts +7 -0
  283. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js +41 -0
  284. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js.map +1 -0
  285. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.d.ts +4 -0
  286. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js +9 -0
  287. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js.map +1 -0
  288. package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
  289. package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
  290. package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +1 -1
  291. package/dist/src/domain/model/shopify/auth/index.d.ts +1 -0
  292. package/dist/src/domain/model/shopify/auth/index.js +18 -0
  293. package/dist/src/domain/model/shopify/auth/index.js.map +1 -0
  294. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.d.ts +6 -0
  295. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js +72 -0
  296. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js.map +1 -0
  297. package/dist/src/domain/model/shopify/index.d.ts +1 -0
  298. package/dist/src/domain/model/shopify/index.js +18 -0
  299. package/dist/src/domain/model/shopify/index.js.map +1 -0
  300. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.d.ts +9 -0
  301. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js +8 -0
  302. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js.map +1 -0
  303. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +7 -0
  304. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +41 -0
  305. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +1 -0
  306. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +8 -0
  307. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js +92 -0
  308. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +1 -0
  309. package/dist/src/domain/model/shopify-pay/dtos/paymentMethod/shopifyPaymentMethod.dto.d.ts +2 -2
  310. package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
  311. package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
  312. package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
  313. package/dist/src/domain/model/stream-backend/dtos/topUpStreamBackend.dto.d.ts +4 -4
  314. package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
  315. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.d.ts +4 -0
  316. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +43 -0
  317. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +1 -0
  318. package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +1 -2
  319. package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +3 -3
  320. package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +1 -1
  321. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +8 -0
  322. package/dist/src/domain/model/{auth/dtos/generateTwitterRefreshToken.dto.js → submit-shopify-refund/dtos/submitRefund.dto.js} +11 -11
  323. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +1 -0
  324. package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.d.ts +1 -1
  325. package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +10 -10
  326. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.d.ts +18 -0
  327. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +82 -0
  328. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +1 -0
  329. package/dist/src/domain/model/telegram-user/dtos/telegramUser.dto.d.ts +1 -1
  330. package/dist/src/domain/model/telegram-user/dtos/telegramUser.dto.js +2 -2
  331. package/dist/src/domain/model/telegram-user/dtos/telegramUser.dto.js.map +1 -1
  332. package/dist/src/domain/model/telegram-user/entities/TelegramUser.entity.d.ts +1 -1
  333. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.d.ts +1 -1
  334. package/dist/src/domain/model/token-swap/entities/SwapRouteTokenPayload.d.ts +4 -4
  335. package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.d.ts +3 -3
  336. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +6 -0
  337. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +33 -0
  338. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +1 -0
  339. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +5 -0
  340. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +53 -0
  341. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +1 -0
  342. package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +11 -0
  343. package/dist/src/domain/model/transaction/entities/Claim.entity.js +7 -0
  344. package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +1 -0
  345. package/dist/src/domain/model/transaction/entities/TransactionStatsBuyer.entity.d.ts +2 -2
  346. package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.d.ts +4 -4
  347. package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.d.ts +6 -6
  348. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.d.ts +5 -0
  349. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js +8 -0
  350. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js.map +1 -0
  351. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.d.ts +5 -0
  352. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.entity.d.ts +5 -0
  353. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.entity.js +8 -0
  354. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.entity.js.map +1 -0
  355. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js +8 -0
  356. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js.map +1 -0
  357. package/dist/src/domain/model/transaction-meta/entities/index.d.ts +1 -0
  358. package/dist/src/domain/model/transaction-meta/entities/index.js +1 -0
  359. package/dist/src/domain/model/transaction-meta/entities/index.js.map +1 -1
  360. package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +2 -2
  361. package/dist/src/domain/model/user/entities/UserWithPlatformDetails.entity.d.ts +3 -3
  362. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.d.ts +1 -0
  363. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js +1 -0
  364. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js.map +1 -1
  365. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +2 -2
  366. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +2 -2
  367. package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
  368. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.d.ts +5 -0
  369. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js +8 -0
  370. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js.map +1 -0
  371. package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +1 -1
  372. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.d.ts +6 -0
  373. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js +36 -0
  374. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js.map +1 -0
  375. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.d.ts +1 -0
  376. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js +18 -0
  377. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js.map +1 -0
  378. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.d.ts +5 -0
  379. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js +10 -0
  380. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js.map +1 -0
  381. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.d.ts +11 -0
  382. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js +8 -0
  383. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js.map +1 -0
  384. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.d.ts +8 -0
  385. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js +8 -0
  386. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js.map +1 -0
  387. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.d.ts +3 -0
  388. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js +20 -0
  389. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js.map +1 -0
  390. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.d.ts +2 -0
  391. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js +19 -0
  392. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js.map +1 -0
  393. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +3 -3
  394. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.d.ts +2 -2
  395. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.d.ts +2 -2
  396. package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
  397. package/dist/src/domain/services/BigIntCalculatorService.d.ts +3 -3
  398. package/dist/src/domain/services/BlockchainExplorerService.d.ts +5 -1
  399. package/dist/src/domain/services/CommonCurrencyService.d.ts +3 -1
  400. package/dist/src/domain/services/SolanaSerializationService.d.ts +9 -3
  401. package/dist/src/domain/services/SolscanService.d.ts +1 -1
  402. package/dist/src/domain/services/TransactionCalculatorService.d.ts +3 -1
  403. package/dist/tsconfig.tsbuildinfo +1 -1
  404. package/package.json +2 -2
  405. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.d.ts +0 -4
  406. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js +0 -7
  407. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js.map +0 -1
  408. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.d.ts +0 -8
  409. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +0 -1
  410. package/dist/src/domain/model/email/EmailTelegramInviteDto.d.ts +0 -8
  411. package/dist/src/domain/model/email/EmailTelegramInviteDto.js.map +0 -1
  412. package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.d.ts +0 -5
  413. package/dist/src/domain/model/telegram-details/dtos/telegramLogin.dto.js.map +0 -1
  414. package/yarn-error.log +0 -18384
@@ -0,0 +1,5 @@
1
+ import { PrepareTransactionChargeByApiKeyDto } from './prepareTransactionChargeByApiKey.dto';
2
+ export declare class PrepareTransactionFromApiKeyChargeDto extends PrepareTransactionChargeByApiKeyDto {
3
+ canSwapTokens?: boolean;
4
+ swapRouteToken?: string;
5
+ }
@@ -0,0 +1,28 @@
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.PrepareTransactionFromApiKeyChargeDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const prepareTransactionChargeByApiKey_dto_1 = require("./prepareTransactionChargeByApiKey.dto");
15
+ class PrepareTransactionFromApiKeyChargeDto extends prepareTransactionChargeByApiKey_dto_1.PrepareTransactionChargeByApiKeyDto {
16
+ }
17
+ __decorate([
18
+ (0, class_validator_1.IsBoolean)(),
19
+ (0, class_validator_1.IsOptional)(),
20
+ __metadata("design:type", Boolean)
21
+ ], PrepareTransactionFromApiKeyChargeDto.prototype, "canSwapTokens", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsOptional)(),
25
+ __metadata("design:type", String)
26
+ ], PrepareTransactionFromApiKeyChargeDto.prototype, "swapRouteToken", void 0);
27
+ exports.PrepareTransactionFromApiKeyChargeDto = PrepareTransactionFromApiKeyChargeDto;
28
+ //# sourceMappingURL=prepareTransactionFromApiKeyCharge.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prepareTransactionFromApiKeyCharge.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAClE,iGAA6F;AAE7F,MAAa,qCAAsC,SAAQ,0EAAmC;CAQ7F;AAPC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;4EACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6EACW;AAP1B,sFAQC"}
@@ -0,0 +1,4 @@
1
+ export declare class PrepareTransactionFromChargeForBlinkDto {
2
+ account: string;
3
+ discountToken?: string;
4
+ }
@@ -0,0 +1,27 @@
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.PrepareTransactionFromChargeForBlinkDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class PrepareTransactionFromChargeForBlinkDto {
15
+ }
16
+ __decorate([
17
+ (0, class_validator_1.IsString)(),
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ __metadata("design:type", String)
20
+ ], PrepareTransactionFromChargeForBlinkDto.prototype, "account", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsString)(),
23
+ (0, class_validator_1.IsOptional)(),
24
+ __metadata("design:type", String)
25
+ ], PrepareTransactionFromChargeForBlinkDto.prototype, "discountToken", void 0);
26
+ exports.PrepareTransactionFromChargeForBlinkDto = PrepareTransactionFromChargeForBlinkDto;
27
+ //# sourceMappingURL=prepareTransactionFromChargeForBlink.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prepareTransactionFromChargeForBlink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,uCAAuC;CAQnD;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wEACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8EACU;AAPzB,0FAQC"}
@@ -0,0 +1,4 @@
1
+ export declare class ShopifyDetailsDto {
2
+ shopId: string;
3
+ shopGid: string;
4
+ }
@@ -9,24 +9,19 @@ 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.TelegramLoginDto = void 0;
12
+ exports.ShopifyDetailsDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class TelegramLoginDto {
14
+ class ShopifyDetailsDto {
15
15
  }
16
- __decorate([
17
- (0, class_validator_1.IsNumber)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", Number)
20
- ], TelegramLoginDto.prototype, "id", void 0);
21
16
  __decorate([
22
17
  (0, class_validator_1.IsString)(),
23
18
  (0, class_validator_1.IsNotEmpty)(),
24
19
  __metadata("design:type", String)
25
- ], TelegramLoginDto.prototype, "username", void 0);
20
+ ], ShopifyDetailsDto.prototype, "shopId", void 0);
26
21
  __decorate([
27
22
  (0, class_validator_1.IsString)(),
28
23
  (0, class_validator_1.IsNotEmpty)(),
29
24
  __metadata("design:type", String)
30
- ], TelegramLoginDto.prototype, "hash", void 0);
31
- exports.TelegramLoginDto = TelegramLoginDto;
32
- //# sourceMappingURL=telegramLogin.dto.js.map
25
+ ], ShopifyDetailsDto.prototype, "shopGid", void 0);
26
+ exports.ShopifyDetailsDto = ShopifyDetailsDto;
27
+ //# sourceMappingURL=shopifyDetails.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shopifyDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/shopifyDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;CAQ7B;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAPlB,8CAQC"}
@@ -0,0 +1,4 @@
1
+ export declare class ChargePageUrl {
2
+ id: string;
3
+ pageUrl: string;
4
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChargePageUrl = void 0;
4
+ class ChargePageUrl {
5
+ }
6
+ exports.ChargePageUrl = ChargePageUrl;
7
+ //# sourceMappingURL=ChargePageUrl.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChargePageUrl.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/ChargePageUrl.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAa;CAIzB;AAJD,sCAIC"}
@@ -1,5 +1,5 @@
1
1
  import { PaymentRequestType } from '../../payment-request';
2
2
  export declare class GenerateDiscordLinkDto {
3
- txId: string;
4
- txType: PaymentRequestType;
3
+ txId: string;
4
+ txType: PaymentRequestType;
5
5
  }
@@ -0,0 +1,8 @@
1
+ export declare class CreateCompanyDto {
2
+ name?: string;
3
+ email?: string;
4
+ websiteUrl?: string;
5
+ discordUsername?: string;
6
+ address?: string;
7
+ phoneNumber?: string;
8
+ }
@@ -0,0 +1,47 @@
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.CreateCompanyDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CreateCompanyDto {
15
+ }
16
+ __decorate([
17
+ (0, class_validator_1.IsOptional)(),
18
+ (0, class_validator_1.IsString)(),
19
+ __metadata("design:type", String)
20
+ ], CreateCompanyDto.prototype, "name", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsString)(),
23
+ (0, class_validator_1.IsOptional)(),
24
+ __metadata("design:type", String)
25
+ ], CreateCompanyDto.prototype, "email", void 0);
26
+ __decorate([
27
+ (0, class_validator_1.IsOptional)(),
28
+ (0, class_validator_1.IsString)(),
29
+ __metadata("design:type", String)
30
+ ], CreateCompanyDto.prototype, "websiteUrl", void 0);
31
+ __decorate([
32
+ (0, class_validator_1.IsOptional)(),
33
+ (0, class_validator_1.IsString)(),
34
+ __metadata("design:type", String)
35
+ ], CreateCompanyDto.prototype, "discordUsername", void 0);
36
+ __decorate([
37
+ (0, class_validator_1.IsOptional)(),
38
+ (0, class_validator_1.IsString)(),
39
+ __metadata("design:type", String)
40
+ ], CreateCompanyDto.prototype, "address", void 0);
41
+ __decorate([
42
+ (0, class_validator_1.IsOptional)(),
43
+ (0, class_validator_1.IsString)(),
44
+ __metadata("design:type", String)
45
+ ], CreateCompanyDto.prototype, "phoneNumber", void 0);
46
+ exports.CreateCompanyDto = CreateCompanyDto;
47
+ //# sourceMappingURL=createCompany.dto%20copy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createCompany.dto copy.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createCompany.dto copy.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CAwB5B;AAvBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACM;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAvBvB,4CAwBC"}
@@ -1,11 +1,11 @@
1
1
  export declare class UpdateCompanyDto {
2
- name?: string;
3
- email?: string;
4
- logo?: string;
5
- websiteUrl?: string;
6
- discordUsername?: string;
7
- address?: string;
8
- phoneNumber?: string;
9
- tradingViewDetails?: string;
10
- useDirectEvmTransfers?: boolean;
2
+ name?: string;
3
+ email?: string;
4
+ logo?: string;
5
+ websiteUrl?: string;
6
+ discordUsername?: string;
7
+ address?: string;
8
+ phoneNumber?: string;
9
+ tradingViewDetails?: string;
10
+ useDirectEvmTransfers?: boolean;
11
11
  }
@@ -1,11 +1,11 @@
1
1
  import { Platform } from '../../../constants';
2
2
  export declare class CreateCompany {
3
- name?: string;
4
- email?: string;
5
- logo?: string;
6
- websiteUrl?: string;
7
- discordUsername?: string;
8
- address?: string;
9
- phoneNumber?: string;
10
- platform?: Platform;
3
+ name?: string;
4
+ email?: string;
5
+ logo?: string;
6
+ websiteUrl?: string;
7
+ discordUsername?: string;
8
+ address?: string;
9
+ phoneNumber?: string;
10
+ platform?: Platform;
11
11
  }
@@ -1,9 +1,9 @@
1
1
  export declare class ContactAddressDto {
2
- country?: string;
3
- state?: string;
4
- postCode?: string;
5
- city?: string;
6
- street?: string;
7
- streetNumber?: string;
8
- additionalInfo?: string;
2
+ country?: string;
3
+ state?: string;
4
+ postCode?: string;
5
+ city?: string;
6
+ street?: string;
7
+ streetNumber?: string;
8
+ additionalInfo?: string;
9
9
  }
@@ -1,10 +1,10 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class ContactAddress extends Entity {
3
- country?: string;
4
- postCode?: string;
5
- city?: string;
6
- state?: string;
7
- street?: string;
8
- streetNumber?: string;
9
- additionalInfo?: string;
3
+ country?: string;
4
+ postCode?: string;
5
+ city?: string;
6
+ state?: string;
7
+ street?: string;
8
+ streetNumber?: string;
9
+ additionalInfo?: string;
10
10
  }
@@ -1,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class ContentResponse extends Entity {
3
- text?: string;
4
- mediaUrl?: string;
5
- mediaAttachmentId?: string;
3
+ text?: string;
4
+ mediaUrl?: string;
5
+ mediaAttachmentId?: string;
6
6
  }
@@ -0,0 +1,7 @@
1
+ import { BaseBlockchain } from '../../blockchain';
2
+ import { BaseCurrency } from './BaseCurrency.entity';
3
+ declare const CurrencyInfo_base: import("@nestjs/mapped-types").MappedType<Pick<BaseCurrency, "symbol" | "id" | "name" | "decimals" | "mintAddress" | "coinMarketCapId">>;
4
+ export declare class CurrencyInfo extends CurrencyInfo_base {
5
+ blockchain: BaseBlockchain;
6
+ }
7
+ export {};
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CurrencyInfo = void 0;
4
+ const mapped_types_1 = require("@nestjs/mapped-types");
5
+ const BaseCurrency_entity_1 = require("./BaseCurrency.entity");
6
+ class CurrencyInfo extends (0, mapped_types_1.PickType)(BaseCurrency_entity_1.BaseCurrency, [
7
+ 'id',
8
+ 'name',
9
+ 'symbol',
10
+ 'decimals',
11
+ 'mintAddress',
12
+ 'coinMarketCapId',
13
+ ]) {
14
+ }
15
+ exports.CurrencyInfo = CurrencyInfo;
16
+ //# sourceMappingURL=CurrencyInfo.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CurrencyInfo.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/CurrencyInfo.entity.ts"],"names":[],"mappings":";;;AAAA,uDAAgD;AAEhD,+DAAqD;AAErD,MAAa,YAAa,SAAQ,IAAA,uBAAQ,EAAC,kCAAY,EAAE;IACvD,IAAI;IACJ,MAAM;IACN,QAAQ;IACR,UAAU;IACV,aAAa;IACb,iBAAiB;CAClB,CAAC;CAED;AATD,oCASC"}
@@ -1,4 +1,4 @@
1
1
  export declare enum CurrencyType {
2
- FIAT = "FIAT",
3
- DIGITAL = "DIGITAL"
2
+ FIAT = 'FIAT',
3
+ DIGITAL = 'DIGITAL',
4
4
  }
@@ -3,3 +3,4 @@ export * from './BaseCurrency.entity';
3
3
  export * from './CurrencyType';
4
4
  export * from './CurrencyFeature';
5
5
  export * from './CurrencyTokenProgram';
6
+ export * from './CurrencyInfo.entity';
@@ -19,4 +19,5 @@ __exportStar(require("./BaseCurrency.entity"), exports);
19
19
  __exportStar(require("./CurrencyType"), exports);
20
20
  __exportStar(require("./CurrencyFeature"), exports);
21
21
  __exportStar(require("./CurrencyTokenProgram"), exports);
22
+ __exportStar(require("./CurrencyInfo.entity"), exports);
22
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,wDAAsC;AACtC,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,wDAAsC;AACtC,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC;AACvC,wDAAsC"}
@@ -1,6 +1,6 @@
1
1
  import { CustomerDetails } from './CustomerDetails';
2
2
  export declare class Address extends CustomerDetails {
3
- id: string;
4
- createdAt: string;
5
- updatedAt: string;
3
+ id: string;
4
+ createdAt: string;
5
+ updatedAt: string;
6
6
  }
@@ -1,4 +1,4 @@
1
1
  export declare class DiscordAuthDetailsDto {
2
- serverId: string;
3
- roleId: string;
2
+ serverId: string;
3
+ roleId: string;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  export declare class DiscordUserDto {
2
- id?: string;
3
- username: string;
2
+ id?: string;
3
+ username: string;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  export declare class DiscordUser {
2
- id?: string;
3
- username: string;
2
+ id?: string;
3
+ username: string;
4
4
  }
@@ -1,9 +1,9 @@
1
1
  import { DiscordBotVersion, DiscordRole } from '../entities';
2
2
  export declare class CreateDiscordDetailsDto {
3
- serverId: string;
4
- roleId?: string;
5
- roles?: DiscordRole[];
6
- active?: boolean;
7
- company: string;
8
- botVersion?: DiscordBotVersion;
3
+ serverId: string;
4
+ roleId?: string;
5
+ roles?: DiscordRole[];
6
+ active?: boolean;
7
+ company: string;
8
+ botVersion?: DiscordBotVersion;
9
9
  }
@@ -1,4 +1,4 @@
1
1
  export declare enum DCTokenType {
2
- CODE = "CODE",
3
- NFT_COLLECTION = "NFT_COLLECTION"
2
+ CODE = 'CODE',
3
+ NFT_COLLECTION = 'NFT_COLLECTION',
4
4
  }
@@ -1,3 +1,3 @@
1
1
  export declare class EmailClaimSuccessDto {
2
- email: string;
2
+ email: string;
3
3
  }
@@ -0,0 +1,4 @@
1
+ export declare class EventDetailsDto {
2
+ datetime: Date;
3
+ location?: string;
4
+ }
@@ -0,0 +1,29 @@
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.EventDetailsDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ class EventDetailsDto {
16
+ }
17
+ __decorate([
18
+ (0, class_transformer_1.Type)(() => Date),
19
+ (0, class_validator_1.IsDate)(),
20
+ (0, class_validator_1.IsNotEmpty)(),
21
+ __metadata("design:type", Date)
22
+ ], EventDetailsDto.prototype, "datetime", void 0);
23
+ __decorate([
24
+ (0, class_validator_1.IsString)(),
25
+ (0, class_validator_1.IsOptional)(),
26
+ __metadata("design:type", String)
27
+ ], EventDetailsDto.prototype, "location", void 0);
28
+ exports.EventDetailsDto = EventDetailsDto;
29
+ //# sourceMappingURL=eventDetails.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eventDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/dtos/eventDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,yDAAyC;AAEzC,MAAa,eAAe;CAS3B;AARC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACH,IAAI;iDAAC;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACK;AARpB,0CASC"}
@@ -0,0 +1 @@
1
+ export * from './eventDetails.dto';
@@ -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("./eventDetails.dto"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
@@ -0,0 +1,4 @@
1
+ export declare class EventDetails {
2
+ datetime: Date;
3
+ location?: string;
4
+ }
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+ Object.defineProperty(exports, '__esModule', { value: true });
3
+ exports.EventDetails = void 0;
4
+ class EventDetails {}
5
+ exports.EventDetails = EventDetails;
6
+ //# sourceMappingURL=EventDetails.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/entities/EventDetails.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,YAAY;CAIxB;AAJD,oCAIC"}
@@ -0,0 +1 @@
1
+ export * from './EventDetails.entity';
@@ -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("./EventDetails.entity"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
@@ -0,0 +1,2 @@
1
+ export * from './dtos';
2
+ export * from './entities';
@@ -0,0 +1,19 @@
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("./dtos"), exports);
18
+ __exportStar(require("./entities"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/eventDetails/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -1,3 +1,3 @@
1
1
  export declare enum BetaFeature {
2
- SWAP = "SWAP"
2
+ SWAP = 'SWAP',
3
3
  }
@@ -1,4 +1,4 @@
1
1
  export declare class FeeDetailsDto {
2
- feeBps: number;
3
- code?: string;
2
+ feeBps: number;
3
+ code?: string;
4
4
  }
@@ -1,8 +1,8 @@
1
1
  import { FeeDetailsDto } from './feeDetailsDto';
2
2
  export declare class FeeDto {
3
- fee: FeeDetailsDto;
4
- helioXFee: FeeDetailsDto;
5
- feature: string;
6
- name?: string;
7
- description?: string;
3
+ fee: FeeDetailsDto;
4
+ helioXFee: FeeDetailsDto;
5
+ feature: string;
6
+ name?: string;
7
+ description?: string;
8
8
  }
@@ -1 +1,2 @@
1
+ export * from './feeDto';
1
2
  export * from './feeDetailsDto';
@@ -14,5 +14,6 @@ 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("./feeDto"), exports);
17
18
  __exportStar(require("./feeDetailsDto"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fee/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fee/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,kDAAgC"}