@heliofi/common 0.2.15 → 0.2.17

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 (351) hide show
  1. package/dist/src/domain/constants/intervalUnit.d.ts +7 -7
  2. package/dist/src/domain/constants/solanaTransactionVersion.d.ts +2 -2
  3. package/dist/src/domain/constants/transactionStatusTokenHeaderName.d.ts +1 -2
  4. package/dist/src/domain/constants/wallet.d.ts +2 -2
  5. package/dist/src/domain/decorators/BigintMin.d.ts +2 -8
  6. package/dist/src/domain/decorators/PartialRequired.d.ts +1 -4
  7. package/dist/src/domain/model/access-code-auth-properties/dtos/accessCodeAuthProperties.dto.d.ts +1 -1
  8. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +1 -1
  9. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +3 -3
  10. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +4 -4
  11. package/dist/src/domain/model/allowlist/entities/AllowlistWallet.d.ts +2 -2
  12. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.d.ts +4 -0
  13. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js +7 -0
  14. package/dist/src/domain/model/allowlist/entities/InvalidAllowlistWallets.entity.js.map +1 -0
  15. package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
  16. package/dist/src/domain/model/audit/tx/AuditTxStatus.d.ts +4 -4
  17. package/dist/src/domain/model/audit/tx/AuditTxVersion.d.ts +1 -1
  18. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +4 -4
  19. package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +2 -2
  20. package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +2 -1
  21. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.d.ts +8 -0
  22. package/dist/src/domain/model/{submit-shopify-refund/dtos/submitRefund.dto.js → auth/dtos/generateTwitterRefreshToken.dto.js} +11 -11
  23. package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +1 -0
  24. package/dist/src/domain/model/auth/dtos/index.d.ts +0 -2
  25. package/dist/src/domain/model/auth/dtos/index.js +0 -2
  26. package/dist/src/domain/model/auth/dtos/index.js.map +1 -1
  27. package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +8 -8
  28. package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +2 -1
  29. package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.d.ts +1 -1
  30. package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.d.ts +1 -1
  31. package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.d.ts +2 -2
  32. package/dist/src/domain/model/auth/entities/DiscordAuthToken.d.ts +2 -2
  33. package/dist/src/domain/model/auth/entities/index.d.ts +0 -1
  34. package/dist/src/domain/model/auth/entities/index.js +0 -1
  35. package/dist/src/domain/model/auth/entities/index.js.map +1 -1
  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/claim/dtos/generateDiscordLink.dto.d.ts +2 -2
  41. package/dist/src/domain/model/company/dtos/index.d.ts +0 -1
  42. package/dist/src/domain/model/company/dtos/index.js +0 -1
  43. package/dist/src/domain/model/company/dtos/index.js.map +1 -1
  44. package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +9 -9
  45. package/dist/src/domain/model/company/entities/CreateCompany.d.ts +8 -8
  46. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +7 -7
  47. package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +7 -7
  48. package/dist/src/domain/model/content/entities/Content.d.ts +3 -3
  49. package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
  50. package/dist/src/domain/model/customer-details/entities/Address.d.ts +3 -3
  51. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +2 -2
  52. package/dist/src/domain/model/discord-user/dtos/discordUser.dto.d.ts +2 -2
  53. package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.d.ts +2 -2
  54. package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +6 -6
  55. package/dist/src/domain/model/discount-codes/DCTokenType.d.ts +2 -2
  56. package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +1 -1
  57. package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +1 -1
  58. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +2 -2
  59. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +5 -5
  60. package/dist/src/domain/model/fee/dtos/index.d.ts +0 -1
  61. package/dist/src/domain/model/fee/dtos/index.js +0 -1
  62. package/dist/src/domain/model/fee/dtos/index.js.map +1 -1
  63. package/dist/src/domain/model/fee/entities/FeeProperties.d.ts +3 -3
  64. package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.d.ts +2 -2
  65. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +3 -3
  66. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +1 -1
  67. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +2 -2
  68. package/dist/src/domain/model/index.d.ts +1 -0
  69. package/dist/src/domain/model/index.js +1 -0
  70. package/dist/src/domain/model/index.js.map +1 -1
  71. package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +5 -5
  72. package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.d.ts +5 -5
  73. package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +6 -6
  74. package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +2 -2
  75. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +3 -3
  76. package/dist/src/domain/model/nft-send/entities/TokenNftSendPayload.entity.d.ts +3 -3
  77. package/dist/src/domain/model/paylink/entities/Integration.enum.d.ts +1 -1
  78. package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +3 -3
  79. package/dist/src/domain/model/paylink/entities/ShopifyMerchentPaylink.entity.d.ts +1 -1
  80. package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +3 -3
  81. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
  82. package/dist/src/domain/model/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
  83. package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +4 -6
  84. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +4 -4
  85. package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +3 -3
  86. package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +5 -5
  87. package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTx.d.ts +11 -11
  88. package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.d.ts +1 -1
  89. package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.d.ts +1 -1
  90. package/dist/src/domain/model/platform-details/entities/PlatformDetails.entity.d.ts +4 -4
  91. package/dist/src/domain/model/platform-details/entities/PlatformDetailsBase.entity.d.ts +1 -1
  92. package/dist/src/domain/model/platform-model/entities/PlatformModel.d.ts +2 -1
  93. package/dist/src/domain/model/prepare-refund/dtos/prepareRefund.dto.d.ts +3 -3
  94. package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +7 -7
  95. package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.d.ts +2 -2
  96. package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.d.ts +1 -1
  97. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.d.ts +4 -4
  98. package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
  99. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +5 -5
  100. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +30 -70
  101. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +3 -3
  102. package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +5 -5
  103. package/dist/src/domain/model/refund-request/entities/BaseRefundRequest.entity.d.ts +6 -6
  104. package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
  105. package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
  106. package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +1 -1
  107. package/dist/src/domain/model/shopify-pay/dtos/paymentMethod/shopifyPaymentMethod.dto.d.ts +2 -2
  108. package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
  109. package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
  110. package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
  111. package/dist/src/domain/model/stream-backend/dtos/topUpStreamBackend.dto.d.ts +4 -4
  112. package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
  113. package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +2 -1
  114. package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +3 -3
  115. package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +1 -1
  116. package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.d.ts +1 -1
  117. package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +10 -10
  118. package/dist/src/domain/model/telegram-details/dtos/createTelegramDetails.dto.d.ts +5 -0
  119. package/dist/src/domain/model/{pricing/dtos/createPricing.dto.js → telegram-details/dtos/createTelegramDetails.dto.js} +12 -12
  120. package/dist/src/domain/model/telegram-details/dtos/createTelegramDetails.dto.js.map +1 -0
  121. package/dist/src/domain/model/telegram-details/dtos/index.d.ts +2 -0
  122. package/dist/src/domain/model/{eventDetails/entities → telegram-details/dtos}/index.js +2 -1
  123. package/dist/src/domain/model/telegram-details/dtos/index.js.map +1 -0
  124. package/dist/src/domain/model/telegram-details/dtos/updateTelegramDetails.dto.d.ts +5 -0
  125. package/dist/src/domain/model/{charge/dtos/prepareTransactionFromApiKeyCharge.dto.js → telegram-details/dtos/updateTelegramDetails.dto.js} +14 -11
  126. package/dist/src/domain/model/telegram-details/dtos/updateTelegramDetails.dto.js.map +1 -0
  127. package/dist/src/domain/model/telegram-details/entities/BaseTelegramDetails.d.ts +7 -0
  128. package/dist/src/domain/model/telegram-details/entities/BaseTelegramDetails.js +8 -0
  129. package/dist/src/domain/model/telegram-details/entities/BaseTelegramDetails.js.map +1 -0
  130. package/dist/src/domain/model/telegram-details/entities/TelegramDetails.d.ts +5 -0
  131. package/dist/src/domain/model/telegram-details/entities/TelegramDetails.js +8 -0
  132. package/dist/src/domain/model/telegram-details/entities/TelegramDetails.js.map +1 -0
  133. package/dist/src/domain/model/telegram-details/entities/TelegramGroup.entity.d.ts +4 -0
  134. package/dist/src/domain/model/telegram-details/entities/TelegramGroup.entity.js +7 -0
  135. package/dist/src/domain/model/telegram-details/entities/TelegramGroup.entity.js.map +1 -0
  136. package/dist/src/domain/model/telegram-details/entities/index.d.ts +3 -0
  137. package/dist/src/domain/model/{auth/entities/external → telegram-details/entities}/index.js +3 -2
  138. package/dist/src/domain/model/telegram-details/entities/index.js.map +1 -0
  139. package/dist/src/domain/model/telegram-details/index.js.map +1 -0
  140. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.d.ts +1 -1
  141. package/dist/src/domain/model/token-swap/entities/SwapRouteTokenPayload.d.ts +4 -4
  142. package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.d.ts +3 -3
  143. package/dist/src/domain/model/transaction/entities/TransactionStatsBuyer.entity.d.ts +2 -2
  144. package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.d.ts +4 -4
  145. package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.d.ts +6 -6
  146. package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +2 -2
  147. package/dist/src/domain/model/user/entities/UserWithPlatformDetails.entity.d.ts +3 -3
  148. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.d.ts +6 -1
  149. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js +5 -0
  150. package/dist/src/domain/model/userGroups/entities/UserGroupPermissions.js.map +1 -1
  151. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +2 -2
  152. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +2 -2
  153. package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
  154. package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +1 -1
  155. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +3 -3
  156. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.d.ts +2 -2
  157. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.d.ts +2 -2
  158. package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
  159. package/dist/src/domain/services/BigIntCalculatorService.d.ts +3 -3
  160. package/dist/src/domain/services/BlockchainExplorerService.d.ts +1 -5
  161. package/dist/src/domain/services/CommonCurrencyService.d.ts +1 -3
  162. package/dist/src/domain/services/SolanaSerializationService.d.ts +3 -9
  163. package/dist/src/domain/services/SolscanService.d.ts +1 -1
  164. package/dist/src/domain/services/TransactionCalculatorService.d.ts +1 -3
  165. package/dist/tsconfig.tsbuildinfo +1 -1
  166. package/package.json +2 -2
  167. package/yarn-error.log +18384 -0
  168. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.d.ts +0 -9
  169. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js +0 -44
  170. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js.map +0 -1
  171. package/dist/src/domain/model/auth/dtos/external/externalAuthSignIn.dto.d.ts +0 -4
  172. package/dist/src/domain/model/auth/dtos/external/externalAuthSignIn.dto.js +0 -27
  173. package/dist/src/domain/model/auth/dtos/external/externalAuthSignIn.dto.js.map +0 -1
  174. package/dist/src/domain/model/auth/dtos/external/externalAuthSignUp.dto.d.ts +0 -9
  175. package/dist/src/domain/model/auth/dtos/external/externalAuthSignUp.dto.js +0 -44
  176. package/dist/src/domain/model/auth/dtos/external/externalAuthSignUp.dto.js.map +0 -1
  177. package/dist/src/domain/model/auth/entities/external/ExternalSignInResponse.d.ts +0 -8
  178. package/dist/src/domain/model/auth/entities/external/ExternalSignInResponse.js +0 -8
  179. package/dist/src/domain/model/auth/entities/external/ExternalSignInResponse.js.map +0 -1
  180. package/dist/src/domain/model/auth/entities/external/ExternalSignupResponse.d.ts +0 -5
  181. package/dist/src/domain/model/auth/entities/external/ExternalSignupResponse.js +0 -8
  182. package/dist/src/domain/model/auth/entities/external/ExternalSignupResponse.js.map +0 -1
  183. package/dist/src/domain/model/auth/entities/external/index.d.ts +0 -2
  184. package/dist/src/domain/model/auth/entities/external/index.js.map +0 -1
  185. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +0 -19
  186. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +0 -87
  187. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +0 -1
  188. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +0 -19
  189. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +0 -87
  190. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +0 -1
  191. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +0 -5
  192. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +0 -1
  193. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.d.ts +0 -4
  194. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js +0 -27
  195. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js.map +0 -1
  196. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +0 -4
  197. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js +0 -27
  198. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +0 -1
  199. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +0 -4
  200. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +0 -7
  201. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +0 -1
  202. package/dist/src/domain/model/company/dtos/createCompany.dto copy.d.ts +0 -8
  203. package/dist/src/domain/model/company/dtos/createCompany.dto copy.js +0 -47
  204. package/dist/src/domain/model/company/dtos/createCompany.dto copy.js.map +0 -1
  205. package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +0 -9
  206. package/dist/src/domain/model/company/dtos/createCompany.dto.js +0 -52
  207. package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +0 -1
  208. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.d.ts +0 -4
  209. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +0 -29
  210. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +0 -1
  211. package/dist/src/domain/model/eventDetails/dtos/index.d.ts +0 -1
  212. package/dist/src/domain/model/eventDetails/dtos/index.js +0 -18
  213. package/dist/src/domain/model/eventDetails/dtos/index.js.map +0 -1
  214. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +0 -4
  215. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +0 -6
  216. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +0 -1
  217. package/dist/src/domain/model/eventDetails/entities/index.d.ts +0 -1
  218. package/dist/src/domain/model/eventDetails/entities/index.js.map +0 -1
  219. package/dist/src/domain/model/eventDetails/index.js.map +0 -1
  220. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +0 -8
  221. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +0 -42
  222. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +0 -1
  223. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +0 -14
  224. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +0 -8
  225. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +0 -1
  226. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +0 -14
  227. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +0 -73
  228. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +0 -1
  229. package/dist/src/domain/model/paylink/entities/BlinkResponse.d.ts +0 -14
  230. package/dist/src/domain/model/paylink/entities/BlinkResponse.js +0 -3
  231. package/dist/src/domain/model/paylink/entities/BlinkResponse.js.map +0 -1
  232. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +0 -16
  233. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +0 -8
  234. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +0 -1
  235. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.d.ts +0 -9
  236. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js +0 -8
  237. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js.map +0 -1
  238. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +0 -22
  239. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +0 -232
  240. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +0 -1
  241. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.d.ts +0 -5
  242. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js +0 -8
  243. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js.map +0 -1
  244. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +0 -4
  245. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +0 -8
  246. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +0 -1
  247. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +0 -4
  248. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +0 -8
  249. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +0 -1
  250. package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +0 -1
  251. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +0 -18
  252. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +0 -1
  253. package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +0 -1
  254. package/dist/src/domain/model/prepare-refund/shopify/index.js +0 -34
  255. package/dist/src/domain/model/prepare-refund/shopify/index.js.map +0 -1
  256. package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +0 -4
  257. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +0 -1
  258. package/dist/src/domain/model/pricing/dtos/index.d.ts +0 -2
  259. package/dist/src/domain/model/pricing/dtos/index.js +0 -35
  260. package/dist/src/domain/model/pricing/dtos/index.js.map +0 -1
  261. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +0 -3
  262. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +0 -25
  263. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +0 -1
  264. package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +0 -4
  265. package/dist/src/domain/model/pricing/entities/BasePricing.js +0 -42
  266. package/dist/src/domain/model/pricing/entities/BasePricing.js.map +0 -1
  267. package/dist/src/domain/model/pricing/entities/Pricing.d.ts +0 -5
  268. package/dist/src/domain/model/pricing/entities/Pricing.js +0 -8
  269. package/dist/src/domain/model/pricing/entities/Pricing.js.map +0 -1
  270. package/dist/src/domain/model/pricing/entities/index.d.ts +0 -2
  271. package/dist/src/domain/model/pricing/entities/index.js +0 -19
  272. package/dist/src/domain/model/pricing/entities/index.js.map +0 -1
  273. package/dist/src/domain/model/pricing/index.d.ts +0 -2
  274. package/dist/src/domain/model/pricing/index.js +0 -19
  275. package/dist/src/domain/model/pricing/index.js.map +0 -1
  276. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.d.ts +0 -9
  277. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js +0 -74
  278. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js.map +0 -1
  279. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.d.ts +0 -4
  280. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js +0 -26
  281. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js.map +0 -1
  282. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.d.ts +0 -7
  283. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js +0 -41
  284. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js.map +0 -1
  285. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.d.ts +0 -7
  286. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js +0 -41
  287. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js.map +0 -1
  288. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.d.ts +0 -4
  289. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js +0 -9
  290. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js.map +0 -1
  291. package/dist/src/domain/model/shopify/auth/index.d.ts +0 -1
  292. package/dist/src/domain/model/shopify/auth/index.js +0 -18
  293. package/dist/src/domain/model/shopify/auth/index.js.map +0 -1
  294. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.d.ts +0 -6
  295. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js +0 -72
  296. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js.map +0 -1
  297. package/dist/src/domain/model/shopify/index.d.ts +0 -1
  298. package/dist/src/domain/model/shopify/index.js +0 -18
  299. package/dist/src/domain/model/shopify/index.js.map +0 -1
  300. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.d.ts +0 -9
  301. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js +0 -8
  302. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js.map +0 -1
  303. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +0 -7
  304. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +0 -41
  305. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +0 -1
  306. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +0 -8
  307. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js +0 -92
  308. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +0 -1
  309. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.d.ts +0 -4
  310. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +0 -43
  311. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +0 -1
  312. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +0 -8
  313. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +0 -1
  314. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.d.ts +0 -18
  315. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +0 -82
  316. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +0 -1
  317. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +0 -6
  318. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +0 -33
  319. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +0 -1
  320. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +0 -5
  321. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +0 -53
  322. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +0 -1
  323. package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +0 -11
  324. package/dist/src/domain/model/transaction/entities/Claim.entity.js +0 -7
  325. package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +0 -1
  326. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.d.ts +0 -5
  327. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js +0 -8
  328. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js.map +0 -1
  329. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.d.ts +0 -6
  330. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js +0 -36
  331. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js.map +0 -1
  332. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.d.ts +0 -1
  333. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js +0 -18
  334. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js.map +0 -1
  335. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.d.ts +0 -5
  336. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js +0 -10
  337. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js.map +0 -1
  338. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.d.ts +0 -11
  339. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js +0 -8
  340. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js.map +0 -1
  341. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.d.ts +0 -8
  342. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js +0 -8
  343. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js.map +0 -1
  344. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.d.ts +0 -3
  345. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js +0 -20
  346. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js.map +0 -1
  347. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.d.ts +0 -2
  348. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js +0 -19
  349. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js.map +0 -1
  350. /package/dist/src/domain/model/{eventDetails → telegram-details}/index.d.ts +0 -0
  351. /package/dist/src/domain/model/{eventDetails → telegram-details}/index.js +0 -0
@@ -1,4 +1,4 @@
1
1
  export declare class SplitAccountDto {
2
- amount: string;
3
- recipient: string;
2
+ amount: string;
3
+ recipient: string;
4
4
  }
@@ -1,7 +1,7 @@
1
1
  export declare class CancelStreamDto {
2
- id: string;
3
- transactionSignature: string;
4
- paymentRequestId: string;
5
- canceledAt: string;
6
- paymentAccount: string;
2
+ id: string;
3
+ transactionSignature: string;
4
+ paymentRequestId: string;
5
+ canceledAt: string;
6
+ paymentAccount: string;
7
7
  }
@@ -1,6 +1,6 @@
1
1
  export declare class TopUpStreamBackendDto {
2
- signedTransaction: string;
3
- time: string;
4
- rateToken?: string;
5
- streamToken?: string;
2
+ signedTransaction: string;
3
+ time: string;
4
+ rateToken?: string;
5
+ streamToken?: string;
6
6
  }
@@ -1,4 +1,4 @@
1
1
  export declare class StreamEvent {
2
- timestamp: bigint;
3
- transactionSignature: string;
2
+ timestamp: bigint;
3
+ transactionSignature: string;
4
4
  }
@@ -1,2 +1,3 @@
1
1
  import { SubmitTransactionDto } from '../../submit-transaction';
2
- export declare class SubmitHelioWalletSendFundsTransactionDto extends SubmitTransactionDto {}
2
+ export declare class SubmitHelioWalletSendFundsTransactionDto extends SubmitTransactionDto {
3
+ }
@@ -1,6 +1,6 @@
1
1
  import { BaseSubmitTransactionDto } from '../../submit-transaction';
2
2
  export declare class SubmitInvoiceDto extends BaseSubmitTransactionDto {
3
- paymentRequestId: string;
4
- time?: string;
5
- rateToken?: string;
3
+ paymentRequestId: string;
4
+ time?: string;
5
+ rateToken?: string;
6
6
  }
@@ -1,3 +1,3 @@
1
1
  export declare type SuccessfulInvoicePayment = {
2
- transactionSignature: string;
2
+ transactionSignature: string;
3
3
  };
@@ -1,4 +1,4 @@
1
1
  import { SubmitTransactionDto } from './submitTransaction.dto';
2
2
  export declare class SubmitSwapTransactionDto extends SubmitTransactionDto {
3
- signedSwapTransaction?: string;
3
+ signedSwapTransaction?: string;
4
4
  }
@@ -3,14 +3,14 @@ import { ProductDetailsDto } from '../../product-details';
3
3
  import { SplitWalletDto } from '../../split-wallets';
4
4
  import { BaseSubmitTransactionDto } from './baseSubmitTransaction.dto';
5
5
  export declare class SubmitTransactionDto extends BaseSubmitTransactionDto {
6
- quantity?: number | undefined;
7
- time?: string;
8
- customerDetails?: CustomerDetailsDto;
9
- productDetails?: ProductDetailsDto;
10
- splitRevenue?: boolean;
11
- splitWallets?: SplitWalletDto[];
12
- rateToken?: string;
13
- discountToken?: string;
14
- affiliateCode?: string;
15
- addressLookupTableAccounts?: string[];
6
+ quantity?: number | undefined;
7
+ time?: string;
8
+ customerDetails?: CustomerDetailsDto;
9
+ productDetails?: ProductDetailsDto;
10
+ splitRevenue?: boolean;
11
+ splitWallets?: SplitWalletDto[];
12
+ rateToken?: string;
13
+ discountToken?: string;
14
+ affiliateCode?: string;
15
+ addressLookupTableAccounts?: string[];
16
16
  }
@@ -0,0 +1,5 @@
1
+ import { TelegramGroup } from '../entities/TelegramGroup.entity';
2
+ export declare class CreateTelegramDetailsDto {
3
+ groups: TelegramGroup[];
4
+ company: string;
5
+ }
@@ -9,23 +9,23 @@ 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.CreatePricingDto = void 0;
12
+ exports.CreateTelegramDetailsDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const class_transformer_1 = require("class-transformer");
15
- const decorators_1 = require("../../../decorators");
16
- class CreatePricingDto {
15
+ const TelegramGroup_entity_1 = require("../entities/TelegramGroup.entity");
16
+ class CreateTelegramDetailsDto {
17
17
  }
18
18
  __decorate([
19
- (0, class_validator_1.IsString)(),
19
+ (0, class_transformer_1.Type)(() => TelegramGroup_entity_1.TelegramGroup),
20
+ (0, class_validator_1.IsArray)(),
21
+ (0, class_validator_1.ValidateNested)({ each: true }),
20
22
  (0, class_validator_1.IsNotEmpty)(),
21
- (0, class_validator_1.IsMongoId)(),
22
- __metadata("design:type", String)
23
- ], CreatePricingDto.prototype, "currencyId", void 0);
23
+ __metadata("design:type", Array)
24
+ ], CreateTelegramDetailsDto.prototype, "groups", void 0);
24
25
  __decorate([
25
- (0, decorators_1.BigintMin)(1n, { message: 'Price must be greater than 0' }),
26
+ (0, class_validator_1.IsString)(),
26
27
  (0, class_validator_1.IsNotEmpty)(),
27
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
28
28
  __metadata("design:type", String)
29
- ], CreatePricingDto.prototype, "price", void 0);
30
- exports.CreatePricingDto = CreatePricingDto;
31
- //# sourceMappingURL=createPricing.dto.js.map
29
+ ], CreateTelegramDetailsDto.prototype, "company", void 0);
30
+ exports.CreateTelegramDetailsDto = CreateTelegramDetailsDto;
31
+ //# sourceMappingURL=createTelegramDetails.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createTelegramDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/dtos/createTelegramDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,yDAAyC;AACzC,2EAAiE;AAEjE,MAAa,wBAAwB;CAUpC;AATC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAa,CAAC;IACzB,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;;wDACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACG;AATlB,4DAUC"}
@@ -0,0 +1,2 @@
1
+ export * from './createTelegramDetails.dto';
2
+ export * from './updateTelegramDetails.dto';
@@ -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("./EventDetails.entity"), exports);
17
+ __exportStar(require("./createTelegramDetails.dto"), exports);
18
+ __exportStar(require("./updateTelegramDetails.dto"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,8DAA4C"}
@@ -0,0 +1,5 @@
1
+ import { TelegramGroup } from '../entities/TelegramGroup.entity';
2
+ export declare class UpdateTelegramDetailsDto {
3
+ groups?: TelegramGroup[];
4
+ active?: boolean;
5
+ }
@@ -9,20 +9,23 @@ 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.PrepareTransactionFromApiKeyChargeDto = void 0;
12
+ exports.UpdateTelegramDetailsDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- const prepareTransactionChargeByApiKey_dto_1 = require("./prepareTransactionChargeByApiKey.dto");
15
- class PrepareTransactionFromApiKeyChargeDto extends prepareTransactionChargeByApiKey_dto_1.PrepareTransactionChargeByApiKeyDto {
14
+ const class_transformer_1 = require("class-transformer");
15
+ const TelegramGroup_entity_1 = require("../entities/TelegramGroup.entity");
16
+ class UpdateTelegramDetailsDto {
16
17
  }
17
18
  __decorate([
18
- (0, class_validator_1.IsBoolean)(),
19
+ (0, class_transformer_1.Type)(() => TelegramGroup_entity_1.TelegramGroup),
20
+ (0, class_validator_1.IsArray)(),
21
+ (0, class_validator_1.ValidateNested)({ each: true }),
19
22
  (0, class_validator_1.IsOptional)(),
20
- __metadata("design:type", Boolean)
21
- ], PrepareTransactionFromApiKeyChargeDto.prototype, "canSwapTokens", void 0);
23
+ __metadata("design:type", Array)
24
+ ], UpdateTelegramDetailsDto.prototype, "groups", void 0);
22
25
  __decorate([
23
- (0, class_validator_1.IsString)(),
26
+ (0, class_validator_1.IsBoolean)(),
24
27
  (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
28
+ __metadata("design:type", Boolean)
29
+ ], UpdateTelegramDetailsDto.prototype, "active", void 0);
30
+ exports.UpdateTelegramDetailsDto = UpdateTelegramDetailsDto;
31
+ //# sourceMappingURL=updateTelegramDetails.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateTelegramDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/dtos/updateTelegramDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,yDAAyC;AACzC,2EAAiE;AAEjE,MAAa,wBAAwB;CAUpC;AATC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAa,CAAC;IACzB,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,4BAAU,GAAE;;wDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACI;AATnB,4DAUC"}
@@ -0,0 +1,7 @@
1
+ import { Entity } from '../../entity';
2
+ import { TelegramGroup } from './TelegramGroup.entity';
3
+ export declare class BaseTelegramDetails extends Entity {
4
+ id: string;
5
+ groups: TelegramGroup[];
6
+ active: boolean;
7
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BaseTelegramDetails = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class BaseTelegramDetails extends entity_1.Entity {
6
+ }
7
+ exports.BaseTelegramDetails = BaseTelegramDetails;
8
+ //# sourceMappingURL=BaseTelegramDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseTelegramDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/entities/BaseTelegramDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,mBAAoB,SAAQ,eAAM;CAM9C;AAND,kDAMC"}
@@ -0,0 +1,5 @@
1
+ import { BaseTelegramDetails } from './BaseTelegramDetails';
2
+ import { BaseCompany } from '../../company';
3
+ export declare class TelegramDetails extends BaseTelegramDetails {
4
+ company: BaseCompany;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TelegramDetails = void 0;
4
+ const BaseTelegramDetails_1 = require("./BaseTelegramDetails");
5
+ class TelegramDetails extends BaseTelegramDetails_1.BaseTelegramDetails {
6
+ }
7
+ exports.TelegramDetails = TelegramDetails;
8
+ //# sourceMappingURL=TelegramDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TelegramDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/entities/TelegramDetails.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAG5D,MAAa,eAAgB,SAAQ,yCAAmB;CAEvD;AAFD,0CAEC"}
@@ -0,0 +1,4 @@
1
+ export declare class TelegramGroup {
2
+ id: string;
3
+ name?: string;
4
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TelegramGroup = void 0;
4
+ class TelegramGroup {
5
+ }
6
+ exports.TelegramGroup = TelegramGroup;
7
+ //# sourceMappingURL=TelegramGroup.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TelegramGroup.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/entities/TelegramGroup.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAa;CAIzB;AAJD,sCAIC"}
@@ -0,0 +1,3 @@
1
+ export * from './BaseTelegramDetails';
2
+ export * from './TelegramDetails';
3
+ export * from './TelegramGroup.entity';
@@ -14,6 +14,7 @@ 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("./ExternalSignInResponse"), exports);
18
- __exportStar(require("./ExternalSignupResponse"), exports);
17
+ __exportStar(require("./BaseTelegramDetails"), exports);
18
+ __exportStar(require("./TelegramDetails"), exports);
19
+ __exportStar(require("./TelegramGroup.entity"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/telegram-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,oDAAkC;AAClC,yDAAuC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/telegram-details/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -1,4 +1,4 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class TokenQuoting extends Entity {
3
- rateToken: string;
3
+ rateToken: string;
4
4
  }
@@ -1,7 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class SwapRouteTokenPayload extends Entity {
3
- route: string;
4
- from: string;
5
- to: string;
6
- prid: string;
3
+ route: string;
4
+ from: string;
5
+ to: string;
6
+ prid: string;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  export declare class TradingViewIndicatorDto {
2
- id: string;
3
- url: string;
4
- name: string;
2
+ id: string;
3
+ url: string;
4
+ name: string;
5
5
  }
@@ -1,4 +1,4 @@
1
1
  export declare class TransactionStatsBuyer {
2
- amount: number;
3
- count: number;
2
+ amount: number;
3
+ count: number;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  export declare enum ExportTransactionType {
2
- REFUNDED = 'REFUNDED',
3
- PAYLINK = 'PAYLINK',
4
- INVOICE = 'INVOICE',
5
- STREAM = 'STREAM',
2
+ REFUNDED = "REFUNDED",
3
+ PAYLINK = "PAYLINK",
4
+ INVOICE = "INVOICE",
5
+ STREAM = "STREAM"
6
6
  }
@@ -1,9 +1,9 @@
1
1
  export declare enum TransactionStatus {
2
- INITIATED = 'INITIATED',
3
- PENDING = 'PENDING',
4
- SUCCESS = 'SUCCESS',
5
- FAILED = 'FAILED',
6
- CANCELED = 'CANCELED',
7
- SETTLED = 'SETTLED',
2
+ INITIATED = "INITIATED",
3
+ PENDING = "PENDING",
4
+ SUCCESS = "SUCCESS",
5
+ FAILED = "FAILED",
6
+ CANCELED = "CANCELED",
7
+ SETTLED = "SETTLED"
8
8
  }
9
9
  export declare const toTransactionStatus: (status: string) => TransactionStatus;
@@ -1,4 +1,4 @@
1
1
  export declare class UpdateUserDto {
2
- email?: string;
3
- name?: string;
2
+ email?: string;
3
+ name?: string;
4
4
  }
@@ -1,7 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { PlatformDetails } from '../../platform-details';
3
3
  export declare class UserWithPlatformDetails extends Entity {
4
- id: string;
5
- isDisabled: boolean;
6
- platformDetails?: PlatformDetails;
4
+ id: string;
5
+ isDisabled: boolean;
6
+ platformDetails?: PlatformDetails;
7
7
  }
@@ -78,5 +78,10 @@ export declare enum UserGroupPermission {
78
78
  PAYOUT_WALLET_READ = "PAYOUT_WALLET_READ",
79
79
  PAYOUT_WALLET_CREATE = "PAYOUT_WALLET_CREATE",
80
80
  PAYOUT_WALLET_UPDATE = "PAYOUT_WALLET_UPDATE",
81
- PAYOUT_WALLET_DELETE = "PAYOUT_WALLET_DELETE"
81
+ PAYOUT_WALLET_DELETE = "PAYOUT_WALLET_DELETE",
82
+ TELEGRAM_DETAILS_ADMIN = "TELEGRAM_DETAILS_ADMIN",
83
+ TELEGRAM_DETAILS_WRITE = "TELEGRAM_DETAILS_WRITE",
84
+ TELEGRAM_DETAILS_READ = "TELEGRAM_DETAILS_READ",
85
+ TELEGRAM_DETAILS_CREATE = "TELEGRAM_DETAILS_CREATE",
86
+ TELEGRAM_DETAILS_UPDATE = "TELEGRAM_DETAILS_UPDATE"
82
87
  }
@@ -83,5 +83,10 @@ var UserGroupPermission;
83
83
  UserGroupPermission["PAYOUT_WALLET_CREATE"] = "PAYOUT_WALLET_CREATE";
84
84
  UserGroupPermission["PAYOUT_WALLET_UPDATE"] = "PAYOUT_WALLET_UPDATE";
85
85
  UserGroupPermission["PAYOUT_WALLET_DELETE"] = "PAYOUT_WALLET_DELETE";
86
+ UserGroupPermission["TELEGRAM_DETAILS_ADMIN"] = "TELEGRAM_DETAILS_ADMIN";
87
+ UserGroupPermission["TELEGRAM_DETAILS_WRITE"] = "TELEGRAM_DETAILS_WRITE";
88
+ UserGroupPermission["TELEGRAM_DETAILS_READ"] = "TELEGRAM_DETAILS_READ";
89
+ UserGroupPermission["TELEGRAM_DETAILS_CREATE"] = "TELEGRAM_DETAILS_CREATE";
90
+ UserGroupPermission["TELEGRAM_DETAILS_UPDATE"] = "TELEGRAM_DETAILS_UPDATE";
86
91
  })(UserGroupPermission = exports.UserGroupPermission || (exports.UserGroupPermission = {}));
87
92
  //# sourceMappingURL=UserGroupPermissions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserGroupPermissions.js","sourceRoot":"","sources":["../../../../../../src/domain/model/userGroups/entities/UserGroupPermissions.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAiFX;AAjFD,WAAY,mBAAmB;IAC7B,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,oCAAa,CAAA;IACb,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,oFAA6D,CAAA;IAC7D,oFAA6D,CAAA;IAC7D,8EAAuD,CAAA;IACvD,0DAAmC,CAAA;IACnC,kEAA2C,CAAA;IAC3C,8DAAuC,CAAA;IACvC,8DAAuC,CAAA;IACvC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IACnC,wDAAiC,CAAA;IACjC,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,wFAAiE,CAAA;IACjE,kFAA2D,CAAA;IAC3D,8DAAuC,CAAA;IACvC,sEAA+C,CAAA;IAC/C,kEAA2C,CAAA;IAC3C,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oEAA6C,CAAA;IAC7C,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,8DAAuC,CAAA;IACvC,4DAAqC,CAAA;IACrC,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,8EAAuD,CAAA;IACvD,kGAA2E,CAAA;IAC3E,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,kDAA2B,CAAA;IAC3B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,kEAA2C,CAAA;IAC3C,kEAA2C,CAAA;IAC3C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;AAC/C,CAAC,EAjFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAiF9B"}
1
+ {"version":3,"file":"UserGroupPermissions.js","sourceRoot":"","sources":["../../../../../../src/domain/model/userGroups/entities/UserGroupPermissions.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAsFX;AAtFD,WAAY,mBAAmB;IAC7B,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,oCAAa,CAAA;IACb,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,wDAAiC,CAAA;IACjC,kEAA2C,CAAA;IAC3C,oFAA6D,CAAA;IAC7D,oFAA6D,CAAA;IAC7D,8EAAuD,CAAA;IACvD,0DAAmC,CAAA;IACnC,kEAA2C,CAAA;IAC3C,8DAAuC,CAAA;IACvC,8DAAuC,CAAA;IACvC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IACnC,wDAAiC,CAAA;IACjC,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,4DAAqC,CAAA;IACrC,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,wFAAiE,CAAA;IACjE,kFAA2D,CAAA;IAC3D,8DAAuC,CAAA;IACvC,sEAA+C,CAAA;IAC/C,kEAA2C,CAAA;IAC3C,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oEAA6C,CAAA;IAC7C,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,wDAAiC,CAAA;IACjC,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,8DAAuC,CAAA;IACvC,4DAAqC,CAAA;IACrC,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,8EAAuD,CAAA;IACvD,kGAA2E,CAAA;IAC3E,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,wDAAiC,CAAA;IACjC,sDAA+B,CAAA;IAC/B,oDAA6B,CAAA;IAC7B,oDAA6B,CAAA;IAC7B,kDAA2B,CAAA;IAC3B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,kEAA2C,CAAA;IAC3C,kEAA2C,CAAA;IAC3C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,sEAA+C,CAAA;IAC/C,0EAAmD,CAAA;IACnD,0EAAmD,CAAA;AACrD,CAAC,EAtFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAsF9B"}
@@ -1,5 +1,5 @@
1
1
  import { BTCPaymentAddressVersion } from '../entities';
2
2
  export declare class BTCPaymentAddressDto {
3
- address: string;
4
- version?: BTCPaymentAddressVersion;
3
+ address: string;
4
+ version?: BTCPaymentAddressVersion;
5
5
  }
@@ -1,4 +1,4 @@
1
1
  export declare class BTCPropertiesDto {
2
- paymentAddress: string;
3
- ordinalsAddress: string;
2
+ paymentAddress: string;
3
+ ordinalsAddress: string;
4
4
  }
@@ -1,3 +1,3 @@
1
1
  export declare class UpdateWalletDto {
2
- name?: string;
2
+ name?: string;
3
3
  }
@@ -1,4 +1,4 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class WalletDetails extends Entity {
3
- isHelioX: boolean;
3
+ isHelioX: boolean;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import { StreamTransactionEvent } from '../entities';
2
2
  export declare class CreateStreamTransactionHookDto {
3
- streamId: string;
4
- targetUrl: string;
5
- events?: StreamTransactionEvent[];
3
+ streamId: string;
4
+ targetUrl: string;
5
+ events?: StreamTransactionEvent[];
6
6
  }
@@ -2,6 +2,6 @@ import { StreamTransactionEvent } from './StreamTransactionEvent.entity';
2
2
  import { PaystreamTxWithMeta } from '../../../paystream-tx';
3
3
  import { StreamEventPayload } from './StreamEventPayload';
4
4
  export declare class StartStreamEventPayload extends StreamEventPayload {
5
- event: StreamTransactionEvent;
6
- transaction: PaystreamTxWithMeta;
5
+ event: StreamTransactionEvent;
6
+ transaction: PaystreamTxWithMeta;
7
7
  }
@@ -2,6 +2,6 @@ import { Entity } from '../../../entity';
2
2
  import { StreamTransactionEvent } from './StreamTransactionEvent.entity';
3
3
  import { PaystreamTxWithMeta } from '../../../paystream-tx';
4
4
  export declare class StreamEventPayload extends Entity {
5
- event: StreamTransactionEvent;
6
- transaction: PaystreamTxWithMeta;
5
+ event: StreamTransactionEvent;
6
+ transaction: PaystreamTxWithMeta;
7
7
  }
@@ -1,6 +1,6 @@
1
1
  import { CreateStreamEventDto } from '../../stream-event';
2
2
  export declare class CreateWithdrawalDto extends CreateStreamEventDto {
3
- paystreamTx: string;
4
- amount: bigint;
5
- fee?: bigint;
3
+ paystreamTx: string;
4
+ amount: bigint;
5
+ fee?: bigint;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  export declare class BigIntCalculatorService {
2
- static calculatePercentage(amount: bigint, percent: number): bigint;
3
- static getBigintMultiplierFromDecimals(decimals: number): bigint;
4
- static calculatePercentageBalance(amount: bigint, percent: number): bigint;
2
+ static calculatePercentage(amount: bigint, percent: number): bigint;
3
+ static getBigintMultiplierFromDecimals(decimals: number): bigint;
4
+ static calculatePercentageBalance(amount: bigint, percent: number): bigint;
5
5
  }
@@ -1,9 +1,5 @@
1
1
  import { BlockchainSymbol } from '../model';
2
2
  import { Environment } from '../constants';
3
3
  export declare class BlockchainExplorerService {
4
- static getExplorerUrl(
5
- blockchain: BlockchainSymbol,
6
- transactionId: string,
7
- network: Environment,
8
- ): string | undefined;
4
+ static getExplorerUrl(blockchain: BlockchainSymbol, transactionId: string, network: Environment): string | undefined;
9
5
  }
@@ -1,7 +1,5 @@
1
1
  import BigNumber from 'bignumber.js';
2
2
  import { Currency } from '../model';
3
3
  export declare class CommonCurrencyService {
4
- static minValueFromCurrencyMinDecimals(
5
- currency?: Pick<Currency, 'decimals' | 'minDecimals'>,
6
- ): BigNumber | undefined;
4
+ static minValueFromCurrencyMinDecimals(currency?: Pick<Currency, 'decimals' | 'minDecimals'>): BigNumber | undefined;
7
5
  }
@@ -1,12 +1,6 @@
1
1
  import { Transaction, VersionedTransaction } from '@solana/web3.js';
2
2
  export declare class SolanaSerializationService {
3
- static serializeVersionedTransaction(
4
- transaction: VersionedTransaction,
5
- ): string;
6
- static deserializeVersionedTransaction(
7
- serializedTransaction: string,
8
- ): VersionedTransaction | undefined;
9
- static deserializeLegacyTransaction(
10
- serializedTransaction: string,
11
- ): Transaction | undefined;
3
+ static serializeVersionedTransaction(transaction: VersionedTransaction): string;
4
+ static deserializeVersionedTransaction(serializedTransaction: string): VersionedTransaction | undefined;
5
+ static deserializeLegacyTransaction(serializedTransaction: string): Transaction | undefined;
12
6
  }
@@ -1,4 +1,4 @@
1
1
  import { Environment } from '../constants';
2
2
  export declare class SolscanService {
3
- static toSolScanLink(tx: string, env: Environment): string;
3
+ static toSolScanLink(tx: string, env: Environment): string;
4
4
  }
@@ -1,6 +1,4 @@
1
1
  import { BaseTransactionMeta } from '../model';
2
2
  export declare class TransactionCalculatorService {
3
- static calculateTotalAmount(
4
- meta: Partial<Pick<BaseTransactionMeta, 'amount' | 'remainingAccounts'>>,
5
- ): bigint;
3
+ static calculateTotalAmount(meta: Partial<Pick<BaseTransactionMeta, 'amount' | 'remainingAccounts'>>): bigint;
6
4
  }