@heliofi/common 0.2.46 → 0.2.49

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 (455) hide show
  1. package/dist/src/domain/{model/redirect-query-params/entities/redirectQueryParams.js → constants/RedirectQueryParams.js} +1 -1
  2. package/dist/src/domain/constants/RedirectQueryParams.js.map +1 -0
  3. package/dist/src/domain/constants/index.d.ts +1 -0
  4. package/dist/src/domain/constants/index.js +1 -0
  5. package/dist/src/domain/constants/index.js.map +1 -1
  6. package/dist/src/domain/constants/intervalUnit.d.ts +7 -7
  7. package/dist/src/domain/constants/solanaTransactionVersion.d.ts +2 -2
  8. package/dist/src/domain/constants/transactionStatusTokenHeaderName.d.ts +1 -2
  9. package/dist/src/domain/constants/wallet.d.ts +2 -2
  10. package/dist/src/domain/decorators/BigintMin.d.ts +2 -8
  11. package/dist/src/domain/decorators/PartialRequired.d.ts +1 -4
  12. package/dist/src/domain/model/access-code-auth-properties/dtos/accessCodeAuthProperties.dto.d.ts +1 -1
  13. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +1 -1
  14. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +3 -3
  15. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +4 -4
  16. package/dist/src/domain/model/allowlist/entities/AllowlistWallet.d.ts +2 -2
  17. package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
  18. package/dist/src/domain/model/audit/tx/AuditTxStatus.d.ts +4 -4
  19. package/dist/src/domain/model/audit/tx/AuditTxVersion.d.ts +1 -1
  20. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +4 -4
  21. package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +2 -2
  22. package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +2 -1
  23. package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +8 -8
  24. package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +2 -1
  25. package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.d.ts +1 -1
  26. package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.d.ts +1 -1
  27. package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.d.ts +2 -2
  28. package/dist/src/domain/model/auth/entities/DiscordAuthToken.d.ts +2 -2
  29. package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +3 -3
  30. package/dist/src/domain/model/blockchain/dtos/blockchain.dto.d.ts +2 -2
  31. package/dist/src/domain/model/blockchain/entities/Blockchain.entity.d.ts +1 -1
  32. package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.d.ts +2 -2
  33. package/dist/src/domain/model/claim/dtos/generateDiscordLink.dto.d.ts +2 -2
  34. package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +9 -9
  35. package/dist/src/domain/model/company/entities/CreateCompany.d.ts +8 -8
  36. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +7 -7
  37. package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +7 -7
  38. package/dist/src/domain/model/content/entities/Content.d.ts +3 -3
  39. package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.d.ts +8 -3
  40. package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.js +10 -10
  41. package/dist/src/domain/model/currency/entities/CurrencyInfo.entity.js.map +1 -1
  42. package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
  43. package/dist/src/domain/model/customer-details/entities/Address.d.ts +3 -3
  44. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +2 -2
  45. package/dist/src/domain/model/discord-user/dtos/discordUser.dto.d.ts +2 -2
  46. package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.d.ts +2 -2
  47. package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +6 -6
  48. package/dist/src/domain/model/discount-codes/DCTokenType.d.ts +2 -2
  49. package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +1 -1
  50. package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +1 -1
  51. package/dist/src/domain/model/fee/entities/FeeProperties.d.ts +3 -3
  52. package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.d.ts +2 -2
  53. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +3 -3
  54. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +1 -1
  55. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +2 -2
  56. package/dist/src/domain/model/index.d.ts +1 -0
  57. package/dist/src/domain/model/index.js +1 -0
  58. package/dist/src/domain/model/index.js.map +1 -1
  59. package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +5 -5
  60. package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.d.ts +5 -5
  61. package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +6 -6
  62. package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +2 -2
  63. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +3 -3
  64. package/dist/src/domain/model/nft-send/entities/TokenNftSendPayload.entity.d.ts +3 -3
  65. package/dist/src/domain/model/paylink/entities/Integration.enum.d.ts +1 -1
  66. package/dist/src/domain/model/paylink/entities/PaylinkStats.d.ts +3 -3
  67. package/dist/src/domain/model/paylink/entities/ShopifyMerchentPaylink.entity.d.ts +1 -1
  68. package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +3 -3
  69. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
  70. package/dist/src/domain/model/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
  71. package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +4 -6
  72. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +4 -4
  73. package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +3 -3
  74. package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +5 -5
  75. package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTx.d.ts +11 -11
  76. package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.d.ts +1 -1
  77. package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.d.ts +1 -1
  78. package/dist/src/domain/model/platform-details/entities/PlatformDetails.entity.d.ts +4 -4
  79. package/dist/src/domain/model/platform-details/entities/PlatformDetailsBase.entity.d.ts +1 -1
  80. package/dist/src/domain/model/platform-model/entities/PlatformModel.d.ts +2 -1
  81. package/dist/src/domain/model/prepare-refund/dtos/prepareRefund.dto.d.ts +3 -3
  82. package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +7 -7
  83. package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.d.ts +2 -2
  84. package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.d.ts +1 -1
  85. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.d.ts +4 -4
  86. package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
  87. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +3 -3
  88. package/dist/src/domain/model/redirect-query-params/dtos/{redirect-query-param.dto.js → redirectQueryParam.dto.js} +6 -6
  89. package/dist/src/domain/model/redirect-query-params/dtos/redirectQueryParam.dto.js.map +1 -0
  90. package/dist/src/domain/model/redirect-query-params/entities/RedirectQueryParam.entity.d.ts +1 -1
  91. package/dist/src/domain/model/redirect-query-params/entities/index.d.ts +0 -1
  92. package/dist/src/domain/model/redirect-query-params/entities/index.js +0 -1
  93. package/dist/src/domain/model/redirect-query-params/entities/index.js.map +1 -1
  94. package/dist/src/domain/model/refund/entities/Refund.entity.d.ts +5 -5
  95. package/dist/src/domain/model/refund-request/entities/BaseRefundRequest.entity.d.ts +6 -6
  96. package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
  97. package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
  98. package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +1 -1
  99. package/dist/src/domain/model/shopify-pay/dtos/paymentMethod/shopifyPaymentMethod.dto.d.ts +2 -2
  100. package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
  101. package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
  102. package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
  103. package/dist/src/domain/model/stream-backend/dtos/topUpStreamBackend.dto.d.ts +4 -4
  104. package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
  105. package/dist/src/domain/model/submit-helio-wallet-transaction/dtos/submitHelioWalletSendTransaction.dto.d.ts +2 -1
  106. package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +3 -3
  107. package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +1 -1
  108. package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.d.ts +1 -1
  109. package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +10 -10
  110. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.d.ts +1 -1
  111. package/dist/src/domain/model/token-swap/entities/SwapRouteTokenPayload.d.ts +4 -4
  112. package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.d.ts +3 -3
  113. package/dist/src/domain/model/transaction/entities/TransactionStatsBuyer.entity.d.ts +2 -2
  114. package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.d.ts +4 -4
  115. package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.d.ts +6 -6
  116. package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +2 -2
  117. package/dist/src/domain/model/user/entities/UserWithPlatformDetails.entity.d.ts +3 -3
  118. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +2 -2
  119. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +2 -2
  120. package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
  121. package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +1 -1
  122. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +3 -3
  123. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.d.ts +2 -2
  124. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.d.ts +2 -2
  125. package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
  126. package/dist/src/domain/services/BigIntCalculatorService.d.ts +3 -3
  127. package/dist/src/domain/services/BlockchainExplorerService.d.ts +1 -5
  128. package/dist/src/domain/services/CommonCurrencyService.d.ts +1 -3
  129. package/dist/src/domain/services/SolanaSerializationService.d.ts +3 -9
  130. package/dist/src/domain/services/SolscanService.d.ts +1 -1
  131. package/dist/src/domain/services/TransactionCalculatorService.d.ts +1 -3
  132. package/dist/tsconfig.tsbuildinfo +1 -1
  133. package/package.json +2 -2
  134. package/dist/src/domain/constants/redirectQueryParams.js +0 -8
  135. package/dist/src/domain/constants/redirectQueryParams.js.map +0 -1
  136. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.d.ts +0 -6
  137. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js +0 -37
  138. package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.js.map +0 -1
  139. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.d.ts +0 -4
  140. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js +0 -27
  141. package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js.map +0 -1
  142. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.d.ts +0 -9
  143. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js +0 -44
  144. package/dist/src/domain/model/auth/dtos/external/externalAuth.dto.js.map +0 -1
  145. package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.d.ts +0 -3
  146. package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js +0 -22
  147. package/dist/src/domain/model/auth/dtos/tokenSwapPayload.dto.js.map +0 -1
  148. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.d.ts +0 -3
  149. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js +0 -7
  150. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js.map +0 -1
  151. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +0 -19
  152. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +0 -87
  153. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +0 -1
  154. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +0 -19
  155. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +0 -87
  156. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +0 -1
  157. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +0 -5
  158. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js +0 -28
  159. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +0 -1
  160. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.d.ts +0 -4
  161. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js +0 -27
  162. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js.map +0 -1
  163. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +0 -4
  164. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js +0 -27
  165. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +0 -1
  166. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +0 -4
  167. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +0 -7
  168. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +0 -1
  169. package/dist/src/domain/model/company/dtos/createCompany.dto copy.d.ts +0 -8
  170. package/dist/src/domain/model/company/dtos/createCompany.dto copy.js +0 -47
  171. package/dist/src/domain/model/company/dtos/createCompany.dto copy.js.map +0 -1
  172. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.d.ts +0 -8
  173. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js +0 -8
  174. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js.map +0 -1
  175. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.d.ts +0 -16
  176. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js +0 -83
  177. package/dist/src/domain/model/email/dtos/emailRenewalReminder.dto.js.map +0 -1
  178. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.d.ts +0 -4
  179. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +0 -29
  180. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +0 -1
  181. package/dist/src/domain/model/eventDetails/dtos/index.d.ts +0 -1
  182. package/dist/src/domain/model/eventDetails/dtos/index.js +0 -18
  183. package/dist/src/domain/model/eventDetails/dtos/index.js.map +0 -1
  184. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +0 -4
  185. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +0 -6
  186. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +0 -1
  187. package/dist/src/domain/model/eventDetails/entities/index.d.ts +0 -1
  188. package/dist/src/domain/model/eventDetails/entities/index.js +0 -18
  189. package/dist/src/domain/model/eventDetails/entities/index.js.map +0 -1
  190. package/dist/src/domain/model/eventDetails/index.d.ts +0 -2
  191. package/dist/src/domain/model/eventDetails/index.js +0 -19
  192. package/dist/src/domain/model/eventDetails/index.js.map +0 -1
  193. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +0 -4
  194. package/dist/src/domain/model/fee/dtos/feeDetailsDto.js +0 -27
  195. package/dist/src/domain/model/fee/dtos/feeDetailsDto.js.map +0 -1
  196. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +0 -8
  197. package/dist/src/domain/model/fee/dtos/feeDto.js +0 -48
  198. package/dist/src/domain/model/fee/dtos/feeDto.js.map +0 -1
  199. package/dist/src/domain/model/fee/dtos/index.d.ts +0 -2
  200. package/dist/src/domain/model/fee/dtos/index.js +0 -19
  201. package/dist/src/domain/model/fee/dtos/index.js.map +0 -1
  202. package/dist/src/domain/model/fee/entities/FeeOptions.d.ts +0 -8
  203. package/dist/src/domain/model/fee/entities/FeeOptions.js +0 -3
  204. package/dist/src/domain/model/fee/entities/FeeOptions.js.map +0 -1
  205. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +0 -8
  206. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +0 -42
  207. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +0 -1
  208. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +0 -14
  209. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +0 -8
  210. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +0 -1
  211. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +0 -14
  212. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +0 -73
  213. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +0 -1
  214. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.d.ts +0 -5
  215. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js +0 -8
  216. package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js.map +0 -1
  217. package/dist/src/domain/model/location/entities/FetchifyResult.entity.d.ts +0 -5
  218. package/dist/src/domain/model/location/entities/FetchifyResult.entity.js +0 -7
  219. package/dist/src/domain/model/location/entities/FetchifyResult.entity.js.map +0 -1
  220. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.d.ts +0 -13
  221. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js +0 -8
  222. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js.map +0 -1
  223. package/dist/src/domain/model/location/entities/index.d.ts +0 -2
  224. package/dist/src/domain/model/location/entities/index.js +0 -19
  225. package/dist/src/domain/model/location/entities/index.js.map +0 -1
  226. package/dist/src/domain/model/location/index.d.ts +0 -1
  227. package/dist/src/domain/model/location/index.js +0 -18
  228. package/dist/src/domain/model/location/index.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/paylink-tx/entities/CreatePaylinkTx.d.ts +0 -8
  236. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js +0 -7
  237. package/dist/src/domain/model/paylink-tx/entities/CreatePaylinkTx.js.map +0 -1
  238. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.d.ts +0 -5
  239. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js +0 -23
  240. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaInfo.js.map +0 -1
  241. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.d.ts +0 -5
  242. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js +0 -23
  243. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMetaWithCurrencyInfo.js.map +0 -1
  244. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.d.ts +0 -4
  245. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js +0 -7
  246. package/dist/src/domain/model/paylink-tx/entities/UpdatePaylinkTx.js.map +0 -1
  247. package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.d.ts +0 -2
  248. package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js +0 -6
  249. package/dist/src/domain/model/payment-request/constants/redirectTimeoutDefaultValue.js.map +0 -1
  250. package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.d.ts +0 -2
  251. package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js +0 -6
  252. package/dist/src/domain/model/payment-request/constants/redirectTimeoutValues.js.map +0 -1
  253. package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.d.ts +0 -4
  254. package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js +0 -7
  255. package/dist/src/domain/model/payment-request/entities/DisabledPaymentRequest.entity.js.map +0 -1
  256. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.d.ts +0 -9
  257. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js +0 -8
  258. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js.map +0 -1
  259. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +0 -22
  260. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +0 -232
  261. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +0 -1
  262. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.d.ts +0 -5
  263. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js +0 -8
  264. package/dist/src/domain/model/payout-wallet/entities/PayoutWalletAsoociatedResource.entity.js.map +0 -1
  265. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.d.ts +0 -11
  266. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js +0 -7
  267. package/dist/src/domain/model/paystream-tx/entities/CreatePaystreamTx.js.map +0 -1
  268. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.d.ts +0 -7
  269. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js +0 -7
  270. package/dist/src/domain/model/paystream-tx/entities/UpdatePaystreamTx.js.map +0 -1
  271. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +0 -4
  272. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +0 -8
  273. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +0 -1
  274. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +0 -4
  275. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +0 -8
  276. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +0 -1
  277. package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +0 -1
  278. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +0 -18
  279. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +0 -1
  280. package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +0 -1
  281. package/dist/src/domain/model/prepare-refund/shopify/index.js +0 -34
  282. package/dist/src/domain/model/prepare-refund/shopify/index.js.map +0 -1
  283. package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +0 -4
  284. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js +0 -31
  285. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +0 -1
  286. package/dist/src/domain/model/pricing/dtos/index.d.ts +0 -2
  287. package/dist/src/domain/model/pricing/dtos/index.js +0 -35
  288. package/dist/src/domain/model/pricing/dtos/index.js.map +0 -1
  289. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +0 -3
  290. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +0 -25
  291. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +0 -1
  292. package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +0 -4
  293. package/dist/src/domain/model/pricing/entities/BasePricing.js +0 -42
  294. package/dist/src/domain/model/pricing/entities/BasePricing.js.map +0 -1
  295. package/dist/src/domain/model/pricing/entities/Pricing.d.ts +0 -5
  296. package/dist/src/domain/model/pricing/entities/Pricing.js +0 -8
  297. package/dist/src/domain/model/pricing/entities/Pricing.js.map +0 -1
  298. package/dist/src/domain/model/pricing/entities/index.d.ts +0 -2
  299. package/dist/src/domain/model/pricing/entities/index.js +0 -19
  300. package/dist/src/domain/model/pricing/entities/index.js.map +0 -1
  301. package/dist/src/domain/model/pricing/index.d.ts +0 -2
  302. package/dist/src/domain/model/pricing/index.js +0 -19
  303. package/dist/src/domain/model/pricing/index.js.map +0 -1
  304. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +0 -7
  305. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +0 -84
  306. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js.map +0 -1
  307. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.d.ts +0 -6
  308. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js +0 -37
  309. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js.map +0 -1
  310. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.d.ts +0 -5
  311. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js +0 -28
  312. package/dist/src/domain/model/redirect-query-params/dtos/RedirectQueryParam.dto.js.map +0 -1
  313. package/dist/src/domain/model/redirect-query-params/dtos/redirect-query-param.dto.js.map +0 -1
  314. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.d.ts +0 -6
  315. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.js +0 -8
  316. package/dist/src/domain/model/redirect-query-params/entities/redirect-query-param.js.map +0 -1
  317. package/dist/src/domain/model/redirect-query-params/entities/redirectQueryParams.d.ts +0 -3
  318. package/dist/src/domain/model/redirect-query-params/entities/redirectQueryParams.js.map +0 -1
  319. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.d.ts +0 -9
  320. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js +0 -74
  321. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js.map +0 -1
  322. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.d.ts +0 -4
  323. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js +0 -26
  324. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js.map +0 -1
  325. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.d.ts +0 -7
  326. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js +0 -41
  327. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js.map +0 -1
  328. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.d.ts +0 -7
  329. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js +0 -41
  330. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js.map +0 -1
  331. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.d.ts +0 -4
  332. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js +0 -9
  333. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js.map +0 -1
  334. package/dist/src/domain/model/role/dtos/createRole.dto.d.ts +0 -6
  335. package/dist/src/domain/model/role/dtos/createRole.dto.js +0 -33
  336. package/dist/src/domain/model/role/dtos/createRole.dto.js.map +0 -1
  337. package/dist/src/domain/model/role/dtos/index.d.ts +0 -2
  338. package/dist/src/domain/model/role/dtos/index.js +0 -19
  339. package/dist/src/domain/model/role/dtos/index.js.map +0 -1
  340. package/dist/src/domain/model/role/dtos/updateRole.dto.d.ts +0 -4
  341. package/dist/src/domain/model/role/dtos/updateRole.dto.js +0 -23
  342. package/dist/src/domain/model/role/dtos/updateRole.dto.js.map +0 -1
  343. package/dist/src/domain/model/shopify/auth/index.d.ts +0 -1
  344. package/dist/src/domain/model/shopify/auth/index.js +0 -18
  345. package/dist/src/domain/model/shopify/auth/index.js.map +0 -1
  346. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.d.ts +0 -6
  347. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js +0 -72
  348. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js.map +0 -1
  349. package/dist/src/domain/model/shopify/index.d.ts +0 -1
  350. package/dist/src/domain/model/shopify/index.js +0 -18
  351. package/dist/src/domain/model/shopify/index.js.map +0 -1
  352. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.d.ts +0 -5
  353. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js +0 -32
  354. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js.map +0 -1
  355. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.d.ts +0 -9
  356. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js +0 -45
  357. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js.map +0 -1
  358. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.d.ts +0 -7
  359. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js +0 -39
  360. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js.map +0 -1
  361. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.d.ts +0 -3
  362. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js +0 -22
  363. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js.map +0 -1
  364. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.d.ts +0 -4
  365. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js +0 -27
  366. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js.map +0 -1
  367. package/dist/src/domain/model/shopify-gdpr/dtos/index.d.ts +0 -5
  368. package/dist/src/domain/model/shopify-gdpr/dtos/index.js +0 -22
  369. package/dist/src/domain/model/shopify-gdpr/dtos/index.js.map +0 -1
  370. package/dist/src/domain/model/shopify-gdpr/index.d.ts +0 -1
  371. package/dist/src/domain/model/shopify-gdpr/index.js +0 -18
  372. package/dist/src/domain/model/shopify-gdpr/index.js.map +0 -1
  373. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.d.ts +0 -9
  374. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js +0 -8
  375. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js.map +0 -1
  376. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +0 -7
  377. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +0 -41
  378. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +0 -1
  379. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +0 -8
  380. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js +0 -92
  381. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +0 -1
  382. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.d.ts +0 -4
  383. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +0 -43
  384. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +0 -1
  385. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +0 -8
  386. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js +0 -43
  387. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +0 -1
  388. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.d.ts +0 -18
  389. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +0 -82
  390. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +0 -1
  391. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +0 -6
  392. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +0 -33
  393. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +0 -1
  394. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +0 -5
  395. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +0 -53
  396. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +0 -1
  397. package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +0 -11
  398. package/dist/src/domain/model/transaction/entities/Claim.entity.js +0 -7
  399. package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +0 -1
  400. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.d.ts +0 -5
  401. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js +0 -8
  402. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaInfo.js.map +0 -1
  403. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.d.ts +0 -5
  404. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js +0 -8
  405. package/dist/src/domain/model/transaction-meta/entities/TransactionMetaWithCurrencyInfo.js.map +0 -1
  406. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.d.ts +0 -5
  407. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js +0 -8
  408. package/dist/src/domain/model/wallet/entities/WalletAsoociatedResource.entity.js.map +0 -1
  409. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.d.ts +0 -6
  410. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js +0 -36
  411. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/createPaylinkSubscriptionHook.dto.js.map +0 -1
  412. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.d.ts +0 -1
  413. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js +0 -18
  414. package/dist/src/domain/model/webhook/paylink-subscription-hook/dtos/index.js.map +0 -1
  415. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.d.ts +0 -5
  416. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js +0 -10
  417. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionEvent.entity.js.map +0 -1
  418. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.d.ts +0 -11
  419. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js +0 -8
  420. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionHook.entity.js.map +0 -1
  421. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.d.ts +0 -8
  422. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js +0 -8
  423. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/PaylinkSubscriptionPayload.entity.js.map +0 -1
  424. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.d.ts +0 -3
  425. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js +0 -20
  426. package/dist/src/domain/model/webhook/paylink-subscription-hook/entities/index.js.map +0 -1
  427. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.d.ts +0 -2
  428. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js +0 -19
  429. package/dist/src/domain/model/webhook/paylink-subscription-hook/index.js.map +0 -1
  430. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.d.ts +0 -6
  431. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js +0 -31
  432. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js.map +0 -1
  433. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.d.ts +0 -1
  434. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js +0 -18
  435. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/index.js.map +0 -1
  436. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +0 -3
  437. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js +0 -8
  438. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.js.map +0 -1
  439. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.d.ts +0 -11
  440. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js +0 -8
  441. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.js.map +0 -1
  442. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.d.ts +0 -8
  443. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js +0 -8
  444. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionPayload.entity.js.map +0 -1
  445. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.d.ts +0 -3
  446. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js +0 -20
  447. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/index.js.map +0 -1
  448. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.d.ts +0 -2
  449. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js +0 -19
  450. package/dist/src/domain/model/webhook/paylink-transaction-hook/index.js.map +0 -1
  451. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.d.ts +0 -3
  452. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js +0 -23
  453. package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.js.map +0 -1
  454. package/dist/src/domain/constants/{redirectQueryParams.d.ts → RedirectQueryParams.d.ts} +0 -0
  455. package/dist/src/domain/model/redirect-query-params/dtos/{redirect-query-param.dto.d.ts → redirectQueryParam.dto.d.ts} +1 -1
@@ -5,4 +5,4 @@ var RedirectQueryParams;
5
5
  (function (RedirectQueryParams) {
6
6
  RedirectQueryParams["WALLET_ADDRESS"] = "WALLET_ADDRESS";
7
7
  })(RedirectQueryParams = exports.RedirectQueryParams || (exports.RedirectQueryParams = {}));
8
- //# sourceMappingURL=redirectQueryParams.js.map
8
+ //# sourceMappingURL=RedirectQueryParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RedirectQueryParams.js","sourceRoot":"","sources":["../../../../src/domain/constants/RedirectQueryParams.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAEX;AAFD,WAAY,mBAAmB;IAC7B,wDAAiC,CAAA;AACnC,CAAC,EAFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAE9B"}
@@ -26,3 +26,4 @@ export * from './urlValidation';
26
26
  export * from './countryCode';
27
27
  export * from './theme';
28
28
  export * from './nftType';
29
+ export * from './RedirectQueryParams';
@@ -42,4 +42,5 @@ __exportStar(require("./urlValidation"), exports);
42
42
  __exportStar(require("./countryCode"), exports);
43
43
  __exportStar(require("./theme"), exports);
44
44
  __exportStar(require("./nftType"), exports);
45
+ __exportStar(require("./RedirectQueryParams"), exports);
45
46
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAC3C,2CAAyB;AACzB,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAC3C,2CAAyB;AACzB,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B;AAC1B,wDAAsC"}
@@ -1,11 +1,11 @@
1
1
  export declare enum IntervalType {
2
- SECOND = 'SECOND',
3
- MINUTE = 'MINUTE',
4
- HOUR = 'HOUR',
5
- DAY = 'DAY',
6
- WEEK = 'WEEK',
7
- MONTH = 'MONTH',
8
- YEAR = 'YEAR',
2
+ SECOND = "SECOND",
3
+ MINUTE = "MINUTE",
4
+ HOUR = "HOUR",
5
+ DAY = "DAY",
6
+ WEEK = "WEEK",
7
+ MONTH = "MONTH",
8
+ YEAR = "YEAR"
9
9
  }
10
10
  export declare const intervalUnit: Record<IntervalType, number>;
11
11
  export declare const intervalValue: Record<number, IntervalType>;
@@ -1,4 +1,4 @@
1
1
  export declare enum SolanaTransactionVersion {
2
- LEGACY = 'LEGACY',
3
- V0 = 'VERSIONED',
2
+ LEGACY = "LEGACY",
3
+ V0 = "VERSIONED"
4
4
  }
@@ -1,2 +1 @@
1
- export declare const transactionStatusTokenHeaderName =
2
- 'x-transaction-status-token';
1
+ export declare const transactionStatusTokenHeaderName = "x-transaction-status-token";
@@ -1,4 +1,4 @@
1
1
  export declare enum WalletType {
2
- EXTENSION = 'EXTENSION',
3
- WEB3AUTH = 'WEB3AUTH',
2
+ EXTENSION = "EXTENSION",
3
+ WEB3AUTH = "WEB3AUTH"
4
4
  }
@@ -1,10 +1,4 @@
1
1
  import { ValidationOptions } from 'class-validator';
2
- declare type DecoratorResponse = (
3
- object: unknown,
4
- propertyName: string,
5
- ) => void;
6
- export declare function BigintMin(
7
- minValue: string | number | bigint,
8
- validationOptions?: ValidationOptions,
9
- ): DecoratorResponse;
2
+ declare type DecoratorResponse = (object: unknown, propertyName: string) => void;
3
+ export declare function BigintMin(minValue: string | number | bigint, validationOptions?: ValidationOptions): DecoratorResponse;
10
4
  export {};
@@ -1,5 +1,2 @@
1
1
  import { ValidationOptions } from 'class-validator';
2
- export declare function PartialRequired(
3
- property: string,
4
- validationOptions?: ValidationOptions,
5
- ): (object: unknown, propertyName: string) => void;
2
+ export declare function PartialRequired(property: string, validationOptions?: ValidationOptions): (object: unknown, propertyName: string) => void;
@@ -1,3 +1,3 @@
1
1
  export declare class AccessCodeAuthPropertiesDto {
2
- accessCode: string;
2
+ accessCode: string;
3
3
  }
@@ -1,4 +1,4 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class AffiliateDetails extends Entity {
3
- bps: number;
3
+ bps: number;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import { AllowlistWallet } from './allowlistWallet.dto';
2
2
  export declare class AddAllowlistWalletsDto {
3
- prId: string;
4
- prType: string;
5
- wallets: AllowlistWallet[];
3
+ prId: string;
4
+ prType: string;
5
+ wallets: AllowlistWallet[];
6
6
  }
@@ -1,8 +1,8 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { AllowlistWallet } from './AllowlistWallet';
3
3
  export declare class AddAllowlistResponse extends Entity {
4
- id: string;
5
- prId: string;
6
- prType: string;
7
- wallets: AllowlistWallet[];
4
+ id: string;
5
+ prId: string;
6
+ prType: string;
7
+ wallets: AllowlistWallet[];
8
8
  }
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class AllowlistWallet extends Entity {
3
- publicKey: string;
4
- maxAllowedQuantity?: number;
3
+ publicKey: string;
4
+ maxAllowedQuantity?: number;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  export declare class CreateAttachmentInternalDto {
2
- name?: string;
3
- url: string;
4
- attachableType?: string | undefined;
5
- attachableId?: string;
2
+ name?: string;
3
+ url: string;
4
+ attachableType?: string | undefined;
5
+ attachableId?: string;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  export declare enum AuditTxStatus {
2
- PENDING = 'PENDING',
3
- FINALIZED = 'FINALIZED',
4
- FAILED = 'FAILED',
5
- INVALID = 'INVALID',
2
+ PENDING = "PENDING",
3
+ FINALIZED = "FINALIZED",
4
+ FAILED = "FAILED",
5
+ INVALID = "INVALID"
6
6
  }
@@ -1,3 +1,3 @@
1
1
  export declare enum AuditTxVersion {
2
- V1 = 'V1',
2
+ V1 = "V1"
3
3
  }
@@ -1,7 +1,7 @@
1
1
  import { PaymentRequestType } from '../../payment-request';
2
2
  export declare class BaseCheckoutAuthDto {
3
- code: string;
4
- prId: string;
5
- payerPublicKey: string;
6
- prType: PaymentRequestType;
3
+ code: string;
4
+ prId: string;
5
+ payerPublicKey: string;
6
+ prType: PaymentRequestType;
7
7
  }
@@ -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,2 +1,3 @@
1
1
  import { BaseCheckoutAuthDto } from './baseCheckoutAuth.dto';
2
- export declare class DiscordAuthDto extends BaseCheckoutAuthDto {}
2
+ export declare class DiscordAuthDto extends BaseCheckoutAuthDto {
3
+ }
@@ -2,12 +2,12 @@ import { Platform } from '../../../constants';
2
2
  import { WalletOrigin } from '../../wallet';
3
3
  import { AuthScope } from '../entities';
4
4
  export declare class SignOnDto {
5
- publicKey: string;
6
- signature: string;
7
- authMessage: string;
8
- nonce: string;
9
- platform?: Platform;
10
- origin?: WalletOrigin;
11
- nonceV2: boolean;
12
- scopes?: AuthScope[];
5
+ publicKey: string;
6
+ signature: string;
7
+ authMessage: string;
8
+ nonce: string;
9
+ platform?: Platform;
10
+ origin?: WalletOrigin;
11
+ nonceV2: boolean;
12
+ scopes?: AuthScope[];
13
13
  }
@@ -1,2 +1,3 @@
1
1
  import { BaseCheckoutAuthPublicConfigEntity } from './BaseCheckoutAuthPublicConfig.entity';
2
- export declare class AccessCodeAuthPublicConfig extends BaseCheckoutAuthPublicConfigEntity {}
2
+ export declare class AccessCodeAuthPublicConfig extends BaseCheckoutAuthPublicConfigEntity {
3
+ }
@@ -1,4 +1,4 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class AccessCodeAuthResponse extends Entity {
3
- token: string;
3
+ token: string;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class BaseCheckoutAuthPublicConfigEntity extends Entity {
3
- headerName: string;
3
+ headerName: string;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { BaseCheckoutAuthPublicConfigEntity } from './BaseCheckoutAuthPublicConfig.entity';
2
2
  export declare class DiscordAuthPublicConfig extends BaseCheckoutAuthPublicConfigEntity {
3
- redirectUri: string;
4
- clientId: string;
3
+ redirectUri: string;
4
+ clientId: string;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { BaseCheckoutAuthToken } from './BaseCheckoutAuthToken';
2
2
  import { DiscordServerUser } from './DiscordServerUser';
3
3
  export declare class DiscordAuthToken extends BaseCheckoutAuthToken {
4
- user: DiscordServerUser;
5
- txsCount?: number;
4
+ user: DiscordServerUser;
5
+ txsCount?: number;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  export declare enum Cluster {
2
- DEV_NET = 'DEV_NET',
3
- TEST_NET = 'TEST_NET',
4
- MAIN_NET = 'MAIN_NET',
2
+ DEV_NET = "DEV_NET",
3
+ TEST_NET = "TEST_NET",
4
+ MAIN_NET = "MAIN_NET"
5
5
  }
@@ -1,4 +1,4 @@
1
1
  export declare class BlockchainDto {
2
- name: string;
3
- symbol: string;
2
+ name: string;
3
+ symbol: string;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { BaseBlockchain } from './BaseBlockchain.entity';
2
2
  import { BlockchainEngine } from '../../blockchainEngine';
3
3
  export declare class Blockchain extends BaseBlockchain {
4
- engine: BlockchainEngine;
4
+ engine: BlockchainEngine;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { BlockchainEngineType } from '../constants';
3
3
  export declare class BlockchainEngine extends Entity {
4
- id: string;
5
- type: BlockchainEngineType;
4
+ id: string;
5
+ type: BlockchainEngineType;
6
6
  }
@@ -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
  }
@@ -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
  }
@@ -1,7 +1,12 @@
1
1
  import { BaseBlockchain } from '../../blockchain';
2
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 {
3
+ export declare class CurrencyInfo {
4
+ id: string;
5
+ name: string;
6
+ symbol: string;
7
+ decimals: number;
8
+ mintAddress: string;
9
+ coinMarketCapId: number;
5
10
  blockchain: BaseBlockchain;
11
+ constructor(baseCurrency: BaseCurrency, blockchain: BaseBlockchain);
6
12
  }
7
- export {};
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
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
- ]) {
4
+ class CurrencyInfo {
5
+ constructor(baseCurrency, blockchain) {
6
+ this.id = baseCurrency.id;
7
+ this.name = baseCurrency.name;
8
+ this.symbol = baseCurrency.symbol;
9
+ this.decimals = baseCurrency.decimals;
10
+ this.mintAddress = baseCurrency.mintAddress;
11
+ this.coinMarketCapId = baseCurrency.coinMarketCapId;
12
+ this.blockchain = blockchain;
13
+ }
14
14
  }
15
15
  exports.CurrencyInfo = CurrencyInfo;
16
16
  //# sourceMappingURL=CurrencyInfo.entity.js.map
@@ -1 +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
+ {"version":3,"file":"CurrencyInfo.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/CurrencyInfo.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,YAAY;IAevB,YAAY,YAA0B,EAAE,UAA0B;QAChE,IAAI,CAAC,EAAE,GAAG,YAAY,CAAC,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC;QAC9B,IAAI,CAAC,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC;QAClC,IAAI,CAAC,QAAQ,GAAG,YAAY,CAAC,QAAQ,CAAC;QACtC,IAAI,CAAC,WAAW,GAAG,YAAY,CAAC,WAAW,CAAC;QAC5C,IAAI,CAAC,eAAe,GAAG,YAAY,CAAC,eAAe,CAAC;QACpD,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;IAC/B,CAAC;CACF;AAxBD,oCAwBC"}
@@ -1,4 +1,4 @@
1
1
  export declare enum CurrencyType {
2
- FIAT = 'FIAT',
3
- DIGITAL = 'DIGITAL',
2
+ FIAT = "FIAT",
3
+ DIGITAL = "DIGITAL"
4
4
  }
@@ -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
  }
@@ -1,3 +1,3 @@
1
1
  export declare enum BetaFeature {
2
- SWAP = 'SWAP',
2
+ SWAP = "SWAP"
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import { FeeFeature } from './FeeFeature.enum';
2
2
  export interface FeeProperties {
3
- feeBps: number;
4
- feeFeatures: FeeFeature[];
5
- isHelioX: boolean;
3
+ feeBps: number;
4
+ feeFeatures: FeeFeature[];
5
+ isHelioX: boolean;
6
6
  }
@@ -1,4 +1,4 @@
1
1
  export declare class FixedCurrencyDto {
2
- currency: string;
3
- price: number;
2
+ currency: string;
3
+ price: number;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import { MediaPropertiesDto } from '../../media';
2
2
  export declare class HelioPlayPropertiesDto {
3
- durationSec?: number;
4
- previewAttachmentId?: string;
5
- media: MediaPropertiesDto;
3
+ durationSec?: number;
4
+ previewAttachmentId?: string;
5
+ media: MediaPropertiesDto;
6
6
  }
@@ -1,3 +1,3 @@
1
1
  export declare class GetFloorPricesDto {
2
- mintAddresses?: string[];
2
+ mintAddresses?: string[];
3
3
  }
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class CollectionsFloorPriceAndNftAddress extends Entity {
3
- floorPrice: bigint;
4
- address: string;
3
+ floorPrice: bigint;
4
+ address: string;
5
5
  }
@@ -124,3 +124,4 @@ export * from './privateRpc';
124
124
  export * from './telegram-details';
125
125
  export * from './telegram-user';
126
126
  export * from './onramper';
127
+ export * from './redirect-query-params';
@@ -140,4 +140,5 @@ __exportStar(require("./privateRpc"), exports);
140
140
  __exportStar(require("./telegram-details"), exports);
141
141
  __exportStar(require("./telegram-user"), exports);
142
142
  __exportStar(require("./onramper"), exports);
143
+ __exportStar(require("./redirect-query-params"), exports);
143
144
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,yDAAuC;AACvC,6DAA2C;AAC3C,4DAA0C;AAC1C,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,2CAAyB;AACzB,yDAAuC;AACvC,iDAA+B;AAC/B,0CAAwB;AACxB,wCAAsB;AACtB,+CAA6B;AAC7B,qDAAmC;AACnC,kDAAgC;AAChC,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,2CAAyB;AACzB,yDAAuC;AACvC,6DAA2C;AAC3C,4DAA0C;AAC1C,qDAAmC;AACnC,gDAA8B;AAC9B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,0DAAwC;AACxC,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,+CAA6B;AAC7B,oDAAkC;AAClC,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,2CAAyB;AACzB,yDAAuC;AACvC,iDAA+B;AAC/B,0CAAwB;AACxB,wCAAsB;AACtB,+CAA6B;AAC7B,qDAAmC;AACnC,kDAAgC;AAChC,6CAA2B;AAC3B,0DAAwC"}
@@ -5,9 +5,9 @@ import { BaseUser } from '../../user';
5
5
  import { Currency } from '../../currency';
6
6
  import { Recipient } from '../../recipient';
7
7
  export declare class EnrichedInvoice extends Invoice {
8
- company: BaseCompany;
9
- wallet: BaseWallet;
10
- creator: BaseUser;
11
- pricingCurrency: Currency;
12
- recipients: Recipient[];
8
+ company: BaseCompany;
9
+ wallet: BaseWallet;
10
+ creator: BaseUser;
11
+ pricingCurrency: Currency;
12
+ recipients: Recipient[];
13
13
  }