@heliofi/common 0.1.604 → 0.1.605

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 (312) hide show
  1. package/dist/src/domain/constants/intervalUnit.d.ts +7 -7
  2. package/dist/src/domain/constants/platform.d.ts +3 -3
  3. package/dist/src/domain/constants/solanaTransactionVersion.d.ts +2 -2
  4. package/dist/src/domain/constants/transactionStatusTokenHeaderName.d.ts +1 -2
  5. package/dist/src/domain/constants/wallet.d.ts +2 -2
  6. package/dist/src/domain/decorators/BigintMin.d.ts +2 -8
  7. package/dist/src/domain/decorators/PartialRequired.d.ts +1 -4
  8. package/dist/src/domain/model/access-code-auth-properties/dtos/accessCodeAuthProperties.dto.d.ts +1 -1
  9. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +1 -1
  10. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +3 -3
  11. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +4 -4
  12. package/dist/src/domain/model/allowlist/entities/AllowlistWallet.d.ts +2 -2
  13. package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
  14. package/dist/src/domain/model/audit/tx/AuditTxStatus.d.ts +4 -4
  15. package/dist/src/domain/model/audit/tx/AuditTxVersion.d.ts +1 -1
  16. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +4 -4
  17. package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +2 -2
  18. package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +2 -1
  19. package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +8 -8
  20. package/dist/src/domain/model/auth/entities/AccessCodeAuthPublicConfig.entity.d.ts +2 -1
  21. package/dist/src/domain/model/auth/entities/AccessCodeAuthResponse.entity.d.ts +1 -1
  22. package/dist/src/domain/model/auth/entities/BaseCheckoutAuthPublicConfig.entity.d.ts +1 -1
  23. package/dist/src/domain/model/auth/entities/DiscordAuthPublicConfig.entity.d.ts +2 -2
  24. package/dist/src/domain/model/auth/entities/DiscordAuthToken.d.ts +2 -2
  25. package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +3 -3
  26. package/dist/src/domain/model/blockchain/dtos/blockchain.dto.d.ts +2 -2
  27. package/dist/src/domain/model/blockchain/entities/Blockchain.entity.d.ts +1 -1
  28. package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.d.ts +2 -2
  29. package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +1 -0
  30. package/dist/src/domain/model/charge/dtos/createCharge.dto.js +5 -0
  31. package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +1 -1
  32. package/dist/src/domain/model/claim/dtos/generateDiscordLink.dto.d.ts +2 -2
  33. package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +9 -9
  34. package/dist/src/domain/model/company/entities/CreateCompany.d.ts +8 -8
  35. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +7 -7
  36. package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +7 -7
  37. package/dist/src/domain/model/content/entities/Content.d.ts +3 -3
  38. package/dist/src/domain/model/currency/dtos/createCurrency.dto.d.ts +10 -10
  39. package/dist/src/domain/model/currency/dtos/updateCurrency.dto.d.ts +9 -9
  40. package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
  41. package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.d.ts +16 -16
  42. package/dist/src/domain/model/customer-details/entities/Address.d.ts +3 -3
  43. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +2 -2
  44. package/dist/src/domain/model/discord-user/dtos/discordUser.dto.d.ts +2 -2
  45. package/dist/src/domain/model/discord-user/entities/DiscordUser.entity.d.ts +2 -2
  46. package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +6 -6
  47. package/dist/src/domain/model/discount-codes/DCTokenType.d.ts +2 -2
  48. package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +1 -1
  49. package/dist/src/domain/model/enrich-payment-request/entities/EnrichedUrls.d.ts +4 -4
  50. package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +1 -1
  51. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +2 -2
  52. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +5 -5
  53. package/dist/src/domain/model/fee/entities/FeeProperties.d.ts +3 -3
  54. package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.d.ts +2 -2
  55. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +3 -3
  56. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +1 -1
  57. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +2 -2
  58. package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +5 -5
  59. package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.d.ts +5 -5
  60. package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +6 -6
  61. package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +2 -2
  62. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +3 -3
  63. package/dist/src/domain/model/nft-send/dtos/nftSendSubmit.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/paylink-tx/entities/PaylinkTxWithShallowEnrichedPaylink.d.ts +9 -9
  71. package/dist/src/domain/model/payment-request/dtos/duplicatePaymentRequest.dto.d.ts +1 -1
  72. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entity.d.ts +4 -4
  73. package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +4 -6
  74. package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +4 -4
  75. package/dist/src/domain/model/paystream/entities/PaystreamStats.d.ts +3 -3
  76. package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +5 -5
  77. package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTx.d.ts +11 -11
  78. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.entity.d.ts +13 -13
  79. package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.d.ts +1 -1
  80. package/dist/src/domain/model/platform-api-key/dtos/createPlatformAPIKey.dto.d.ts +1 -1
  81. package/dist/src/domain/model/platform-details/entities/PlatformDetails.entity.d.ts +4 -4
  82. package/dist/src/domain/model/platform-details/entities/PlatformDetailsBase.entity.d.ts +1 -1
  83. package/dist/src/domain/model/platform-model/entities/PlatformModel.d.ts +2 -1
  84. package/dist/src/domain/model/prepare-refund/dtos/prepareRefund.dto.d.ts +3 -3
  85. package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +7 -7
  86. package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.d.ts +2 -2
  87. package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.d.ts +1 -1
  88. package/dist/src/domain/model/prepare-transaction/entities/BaseTokenTransactionPayload.entity.d.ts +6 -6
  89. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.d.ts +4 -4
  90. package/dist/src/domain/model/product/entities/Product.d.ts +3 -3
  91. package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
  92. package/dist/src/domain/model/product-details/entities/ProductDetails.d.ts +2 -2
  93. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +3 -3
  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/transaction-meta/entities/PublicTransactionMeta.entity.d.ts +16 -16
  117. package/dist/src/domain/model/user/dtos/updateUser.dto.d.ts +2 -2
  118. package/dist/src/domain/model/user/entities/UserWithPlatformDetails.entity.d.ts +3 -3
  119. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +2 -2
  120. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +2 -2
  121. package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
  122. package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +1 -1
  123. package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +1 -1
  124. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +3 -3
  125. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.d.ts +2 -2
  126. package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.d.ts +2 -2
  127. package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
  128. package/dist/src/domain/services/BigIntCalculatorService.d.ts +3 -3
  129. package/dist/src/domain/services/BlockchainExplorerService.d.ts +1 -5
  130. package/dist/src/domain/services/CommonCurrencyService.d.ts +1 -3
  131. package/dist/src/domain/services/SolanaSerializationService.d.ts +3 -9
  132. package/dist/src/domain/services/SolscanService.d.ts +1 -1
  133. package/dist/src/domain/services/TransactionCalculatorService.d.ts +1 -3
  134. package/dist/tsconfig.tsbuildinfo +1 -1
  135. package/package.json +2 -2
  136. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.d.ts +0 -19
  137. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js +0 -87
  138. package/dist/src/domain/model/charge/dtos/prepareTransactionChargeByApiKey.dto.js.map +0 -1
  139. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.d.ts +0 -19
  140. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js +0 -87
  141. package/dist/src/domain/model/charge/dtos/prepareTransactionForChargeByApiKey.dto.js.map +0 -1
  142. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.d.ts +0 -5
  143. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js +0 -28
  144. package/dist/src/domain/model/charge/dtos/prepareTransactionFromApiKeyCharge.dto.js.map +0 -1
  145. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.d.ts +0 -4
  146. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js +0 -27
  147. package/dist/src/domain/model/charge/dtos/prepareTransactionFromChargeForBlink.dto.js.map +0 -1
  148. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.d.ts +0 -4
  149. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js +0 -27
  150. package/dist/src/domain/model/charge/dtos/shopifyDetails.dto.js.map +0 -1
  151. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.d.ts +0 -4
  152. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js +0 -7
  153. package/dist/src/domain/model/charge/entities/ChargePageUrl.entity.js.map +0 -1
  154. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.d.ts +0 -8
  155. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js +0 -8
  156. package/dist/src/domain/model/discount-codes/entities/DiscountCodePublicAccess.entity.js.map +0 -1
  157. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.d.ts +0 -4
  158. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +0 -29
  159. package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +0 -1
  160. package/dist/src/domain/model/eventDetails/dtos/index.d.ts +0 -1
  161. package/dist/src/domain/model/eventDetails/dtos/index.js +0 -18
  162. package/dist/src/domain/model/eventDetails/dtos/index.js.map +0 -1
  163. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +0 -4
  164. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +0 -6
  165. package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +0 -1
  166. package/dist/src/domain/model/eventDetails/entities/index.d.ts +0 -1
  167. package/dist/src/domain/model/eventDetails/entities/index.js +0 -18
  168. package/dist/src/domain/model/eventDetails/entities/index.js.map +0 -1
  169. package/dist/src/domain/model/eventDetails/index.d.ts +0 -2
  170. package/dist/src/domain/model/eventDetails/index.js +0 -19
  171. package/dist/src/domain/model/eventDetails/index.js.map +0 -1
  172. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +0 -8
  173. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +0 -42
  174. package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +0 -1
  175. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +0 -14
  176. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +0 -8
  177. package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +0 -1
  178. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +0 -14
  179. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +0 -73
  180. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +0 -1
  181. package/dist/src/domain/model/paylink/entities/BlinkResponse.d.ts +0 -14
  182. package/dist/src/domain/model/paylink/entities/BlinkResponse.js +0 -3
  183. package/dist/src/domain/model/paylink/entities/BlinkResponse.js.map +0 -1
  184. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +0 -16
  185. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +0 -8
  186. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +0 -1
  187. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.d.ts +0 -9
  188. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js +0 -8
  189. package/dist/src/domain/model/payment-request/entities/ShopifyMerchantPaymentRequest.js.map +0 -1
  190. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +0 -22
  191. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +0 -232
  192. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +0 -1
  193. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.d.ts +0 -4
  194. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js +0 -8
  195. package/dist/src/domain/model/prepare-refund/shopify/entities/PreparePartialAmountRefundTransaction.entity.js.map +0 -1
  196. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.d.ts +0 -4
  197. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js +0 -8
  198. package/dist/src/domain/model/prepare-refund/shopify/entities/PrepareShopifyTransaction.entity.js.map +0 -1
  199. package/dist/src/domain/model/prepare-refund/shopify/entities/index.d.ts +0 -1
  200. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js +0 -18
  201. package/dist/src/domain/model/prepare-refund/shopify/entities/index.js.map +0 -1
  202. package/dist/src/domain/model/prepare-refund/shopify/index.d.ts +0 -1
  203. package/dist/src/domain/model/prepare-refund/shopify/index.js +0 -34
  204. package/dist/src/domain/model/prepare-refund/shopify/index.js.map +0 -1
  205. package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +0 -4
  206. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js +0 -31
  207. package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +0 -1
  208. package/dist/src/domain/model/pricing/dtos/index.d.ts +0 -2
  209. package/dist/src/domain/model/pricing/dtos/index.js +0 -35
  210. package/dist/src/domain/model/pricing/dtos/index.js.map +0 -1
  211. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +0 -3
  212. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +0 -25
  213. package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +0 -1
  214. package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +0 -4
  215. package/dist/src/domain/model/pricing/entities/BasePricing.js +0 -42
  216. package/dist/src/domain/model/pricing/entities/BasePricing.js.map +0 -1
  217. package/dist/src/domain/model/pricing/entities/Pricing.d.ts +0 -5
  218. package/dist/src/domain/model/pricing/entities/Pricing.js +0 -8
  219. package/dist/src/domain/model/pricing/entities/Pricing.js.map +0 -1
  220. package/dist/src/domain/model/pricing/entities/index.d.ts +0 -2
  221. package/dist/src/domain/model/pricing/entities/index.js +0 -19
  222. package/dist/src/domain/model/pricing/entities/index.js.map +0 -1
  223. package/dist/src/domain/model/pricing/index.d.ts +0 -2
  224. package/dist/src/domain/model/pricing/index.js +0 -19
  225. package/dist/src/domain/model/pricing/index.js.map +0 -1
  226. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.d.ts +0 -7
  227. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js +0 -84
  228. package/dist/src/domain/model/raffle-details/dtos/createRaffleDetails.dto.js.map +0 -1
  229. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.d.ts +0 -6
  230. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js +0 -37
  231. package/dist/src/domain/model/raffle-details/dtos/updateRaffleDetails.dto.js.map +0 -1
  232. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.d.ts +0 -9
  233. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js +0 -74
  234. package/dist/src/domain/model/refund-request/dtos/SubmitRefundRequest.dto.js.map +0 -1
  235. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.d.ts +0 -4
  236. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js +0 -26
  237. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsCountQueryParams.js.map +0 -1
  238. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.d.ts +0 -7
  239. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js +0 -41
  240. package/dist/src/domain/model/refund-request/entities/GetRefundRequestsQueryParams.js.map +0 -1
  241. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.d.ts +0 -7
  242. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js +0 -41
  243. package/dist/src/domain/model/refund-request/entities/RefundRequestQueryParams.js.map +0 -1
  244. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.d.ts +0 -4
  245. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js +0 -9
  246. package/dist/src/domain/model/refund-request/entities/RefundRequestType.enum.js.map +0 -1
  247. package/dist/src/domain/model/role/dtos/createRole.dto.d.ts +0 -6
  248. package/dist/src/domain/model/role/dtos/createRole.dto.js +0 -33
  249. package/dist/src/domain/model/role/dtos/createRole.dto.js.map +0 -1
  250. package/dist/src/domain/model/role/dtos/index.d.ts +0 -2
  251. package/dist/src/domain/model/role/dtos/index.js +0 -19
  252. package/dist/src/domain/model/role/dtos/index.js.map +0 -1
  253. package/dist/src/domain/model/role/dtos/updateRole.dto.d.ts +0 -4
  254. package/dist/src/domain/model/role/dtos/updateRole.dto.js +0 -23
  255. package/dist/src/domain/model/role/dtos/updateRole.dto.js.map +0 -1
  256. package/dist/src/domain/model/shopify/auth/index.d.ts +0 -1
  257. package/dist/src/domain/model/shopify/auth/index.js +0 -18
  258. package/dist/src/domain/model/shopify/auth/index.js.map +0 -1
  259. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.d.ts +0 -6
  260. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js +0 -72
  261. package/dist/src/domain/model/shopify/auth/shopifyAuthQueryParams.dto.js.map +0 -1
  262. package/dist/src/domain/model/shopify/index.d.ts +0 -1
  263. package/dist/src/domain/model/shopify/index.js +0 -18
  264. package/dist/src/domain/model/shopify/index.js.map +0 -1
  265. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.d.ts +0 -4
  266. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js +0 -27
  267. package/dist/src/domain/model/shopify-gdpr/dtos/Customer.dto.js.map +0 -1
  268. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.d.ts +0 -9
  269. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js +0 -85
  270. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerDataRequest.dto.js.map +0 -1
  271. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.d.ts +0 -7
  272. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js +0 -74
  273. package/dist/src/domain/model/shopify-gdpr/dtos/CustomerRedactRequest.dto.js.map +0 -1
  274. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.d.ts +0 -3
  275. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js +0 -22
  276. package/dist/src/domain/model/shopify-gdpr/dtos/DataRequest.dto.js.map +0 -1
  277. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.d.ts +0 -4
  278. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js +0 -27
  279. package/dist/src/domain/model/shopify-gdpr/dtos/ShopRedactRequest.dto.js.map +0 -1
  280. package/dist/src/domain/model/shopify-gdpr/dtos/index.d.ts +0 -5
  281. package/dist/src/domain/model/shopify-gdpr/dtos/index.js +0 -22
  282. package/dist/src/domain/model/shopify-gdpr/dtos/index.js.map +0 -1
  283. package/dist/src/domain/model/shopify-gdpr/index.d.ts +0 -1
  284. package/dist/src/domain/model/shopify-gdpr/index.js +0 -18
  285. package/dist/src/domain/model/shopify-gdpr/index.js.map +0 -1
  286. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.d.ts +0 -9
  287. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js +0 -8
  288. package/dist/src/domain/model/shopify-merchant-details/entities/ShopifyMerchantData.entity.js.map +0 -1
  289. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.d.ts +0 -7
  290. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js +0 -41
  291. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomer.dto.js.map +0 -1
  292. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.d.ts +0 -8
  293. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js +0 -92
  294. package/dist/src/domain/model/shopify-pay/dtos/customer/shopifyCustomerAddress.dto.js.map +0 -1
  295. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.d.ts +0 -4
  296. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +0 -43
  297. package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +0 -1
  298. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.d.ts +0 -8
  299. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js +0 -43
  300. package/dist/src/domain/model/submit-shopify-refund/dtos/submitRefund.dto.js.map +0 -1
  301. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.d.ts +0 -18
  302. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +0 -82
  303. package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +0 -1
  304. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +0 -6
  305. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +0 -33
  306. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +0 -1
  307. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +0 -5
  308. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +0 -53
  309. package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +0 -1
  310. package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +0 -11
  311. package/dist/src/domain/model/transaction/entities/Claim.entity.js +0 -7
  312. package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +0 -1
@@ -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
  }
@@ -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
  }
@@ -1,7 +1,7 @@
1
1
  export declare class InvoiceItemDto {
2
- price: string;
3
- name: string;
4
- image?: string;
5
- quantity?: number;
6
- description?: string;
2
+ price: string;
3
+ name: string;
4
+ image?: string;
5
+ quantity?: number;
6
+ description?: string;
7
7
  }
@@ -1,10 +1,10 @@
1
1
  import { BaseAttachment } from '../../attachment';
2
2
  import { Entity } from '../../entity';
3
3
  export declare class InvoiceItem extends Entity {
4
- price: bigint;
5
- id: string;
6
- name: string;
7
- quantity: number;
8
- image?: BaseAttachment;
9
- description?: string;
4
+ price: bigint;
5
+ id: string;
6
+ name: string;
7
+ quantity: number;
8
+ image?: BaseAttachment;
9
+ description?: string;
10
10
  }
@@ -1,5 +1,5 @@
1
1
  import { MediaType } from '../entities';
2
2
  export declare class MediaPropertiesDto {
3
- type: MediaType;
4
- hosted: boolean;
3
+ type: MediaType;
4
+ hosted: boolean;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export declare class NftEscrowCancelDto {
2
- ownerPK: string;
3
- paymentRequestId: string;
4
- mintAddress: string;
2
+ ownerPK: string;
3
+ paymentRequestId: string;
4
+ mintAddress: string;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export declare class NftSendSubmitDto {
2
- signedTransaction: string;
3
- transactionToken?: string;
4
- receiverPK?: string;
2
+ signedTransaction: string;
3
+ transactionToken?: string;
4
+ receiverPK?: string;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class TokenNftSendPayload extends Entity {
3
- hash: string;
4
- sessionHash?: string;
5
- receiverPK?: string;
3
+ hash: string;
4
+ sessionHash?: string;
5
+ receiverPK?: string;
6
6
  }
@@ -1,3 +1,3 @@
1
1
  export declare enum Integration {
2
- BIZZABO = 'BIZZABO',
2
+ BIZZABO = "BIZZABO"
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class PaylinkStats extends Entity {
3
- sales: bigint;
4
- currency: string;
5
- volume: number;
3
+ sales: bigint;
4
+ currency: string;
5
+ volume: number;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import { ShopifyMerchantPaymentRequest } from '../../payment-request';
2
2
  import { LinkFeatures } from '../../link-features';
3
3
  export declare class ShopifyMerchantPaylink extends ShopifyMerchantPaymentRequest {
4
- features: LinkFeatures;
4
+ features: LinkFeatures;
5
5
  }
@@ -3,7 +3,7 @@ import type { Paylink } from '../../paylink';
3
3
  import { BasePaylinkTx } from './BasePaylinkTx';
4
4
  import { Refund } from '../../refund';
5
5
  export declare class PaylinkTx extends BasePaylinkTx {
6
- meta: TransactionMeta;
7
- paylink: Paylink;
8
- refunds: Refund[];
6
+ meta: TransactionMeta;
7
+ paylink: Paylink;
8
+ refunds: Refund[];
9
9
  }
@@ -1,5 +1,5 @@
1
1
  import { BasePaylinkTx } from './BasePaylinkTx';
2
2
  import { ShallowEnrichedTransactionMeta } from '../../transaction-meta';
3
3
  export declare class PaylinkTxWithMeta extends BasePaylinkTx {
4
- meta: ShallowEnrichedTransactionMeta;
4
+ meta: ShallowEnrichedTransactionMeta;
5
5
  }
@@ -5,13 +5,13 @@ import { Contact } from '../../contact';
5
5
  import { BlockchainSymbol } from '../../blockchain';
6
6
  import { Refund } from '../../refund';
7
7
  export declare class PaylinkTxWithShallowEnrichedPaylink extends BasePaylinkTx {
8
- meta: ShallowEnrichedTransactionMeta;
9
- paylink: ShallowEnrichedPaylink;
10
- contact?: Contact;
11
- paymentRequestCreatorId: string;
12
- paymentRequestName: string;
13
- paymentRequestImageUrl?: string;
14
- paymentRequestCurrencySymbol: string;
15
- paymentRequestBlockchain: BlockchainSymbol;
16
- refunds: Refund[];
8
+ meta: ShallowEnrichedTransactionMeta;
9
+ paylink: ShallowEnrichedPaylink;
10
+ contact?: Contact;
11
+ paymentRequestCreatorId: string;
12
+ paymentRequestName: string;
13
+ paymentRequestImageUrl?: string;
14
+ paymentRequestCurrencySymbol: string;
15
+ paymentRequestBlockchain: BlockchainSymbol;
16
+ refunds: Refund[];
17
17
  }
@@ -1,3 +1,3 @@
1
1
  export declare class DuplicatePaymentRequestDto {
2
- prId: string;
2
+ prId: string;
3
3
  }
@@ -1,7 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class PaymentRequestPreview extends Entity {
3
- title?: string;
4
- imageUrl?: string;
5
- description?: string;
6
- isHelioPlay?: boolean;
3
+ title?: string;
4
+ imageUrl?: string;
5
+ description?: string;
6
+ isHelioPlay?: boolean;
7
7
  }
@@ -1,8 +1,6 @@
1
1
  export declare enum PaymentRequestType {
2
- PAYLINK = 'PAYLINK',
3
- PAYSTREAM = 'PAYSTREAM',
4
- INVOICE = 'INVOICE',
2
+ PAYLINK = "PAYLINK",
3
+ PAYSTREAM = "PAYSTREAM",
4
+ INVOICE = "INVOICE"
5
5
  }
6
- export declare const toPaymentRequestType: (
7
- type?: string,
8
- ) => PaymentRequestType | undefined;
6
+ export declare const toPaymentRequestType: (type?: string) => PaymentRequestType | undefined;
@@ -3,8 +3,8 @@ import { CreatePaymentRequestDto } from '../../payment-request';
3
3
  import { HelioPlayPropertiesDto } from '../../helio-play';
4
4
  import { IntervalType } from '../../../constants';
5
5
  export declare class CreatePaystreamDto extends CreatePaymentRequestDto {
6
- helioPlayProperties?: HelioPlayPropertiesDto;
7
- features: CreateStreamFeaturesDto;
8
- interval: IntervalType;
9
- maxTime: number;
6
+ helioPlayProperties?: HelioPlayPropertiesDto;
7
+ features: CreateStreamFeaturesDto;
8
+ interval: IntervalType;
9
+ maxTime: number;
10
10
  }
@@ -1,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class PaystreamStats extends Entity {
3
- sales: bigint;
4
- currency: string;
5
- volume: number;
3
+ sales: bigint;
4
+ currency: string;
5
+ volume: number;
6
6
  }
@@ -4,9 +4,9 @@ import { ContentResponse } from '../../content';
4
4
  import { HelioPlayProperties } from '../../helio-play';
5
5
  import { IntervalType } from '../../../constants';
6
6
  export declare class ShallowEnrichedPaystream extends ShallowEnrichedPaymentRequest {
7
- maxTime: number;
8
- interval: IntervalType;
9
- content?: ContentResponse;
10
- features: StreamFeatures;
11
- helioPlayProperties?: HelioPlayProperties;
7
+ maxTime: number;
8
+ interval: IntervalType;
9
+ content?: ContentResponse;
10
+ features: StreamFeatures;
11
+ helioPlayProperties?: HelioPlayProperties;
12
12
  }
@@ -3,15 +3,15 @@ import { StreamEvent } from '../../stream-event';
3
3
  import { PaymentRequestType } from '../../payment-request';
4
4
  import { ClaimDetails } from '../../claim-details';
5
5
  export declare class BasePaystreamTx extends Entity {
6
- startedAt: StreamEvent;
7
- canceledAt: StreamEvent | null;
8
- endedAt: bigint;
9
- id: string;
10
- paymentAccount: string;
11
- createdAt: string;
12
- interval: number;
13
- paymentType: PaymentRequestType;
14
- active: boolean;
15
- isHelioX?: boolean;
16
- claimDetails: ClaimDetails;
6
+ startedAt: StreamEvent;
7
+ canceledAt: StreamEvent | null;
8
+ endedAt: bigint;
9
+ id: string;
10
+ paymentAccount: string;
11
+ createdAt: string;
12
+ interval: number;
13
+ paymentType: PaymentRequestType;
14
+ active: boolean;
15
+ isHelioX?: boolean;
16
+ claimDetails: ClaimDetails;
17
17
  }
@@ -6,17 +6,17 @@ import { Contact } from '../../contact';
6
6
  import { BlockchainSymbol } from '../../blockchain';
7
7
  import { Funding } from '../../funding';
8
8
  export declare class PaystreamTx extends BasePaystreamTx {
9
- paystream: Paystream;
10
- meta: TransactionMeta;
11
- withdrawals: Withdrawal[];
12
- fundings: Funding[];
13
- fee: bigint;
14
- contact?: Contact;
15
- paymentRequestCreatorId: string;
16
- paymentRequestName: string;
17
- paymentRequestImageUrl?: string;
18
- paymentRequestCurrencySymbol: string;
19
- paymentRequestBlockchain: BlockchainSymbol;
20
- totalWithdrawn?: bigint;
21
- canWithdraw?: boolean;
9
+ paystream: Paystream;
10
+ meta: TransactionMeta;
11
+ withdrawals: Withdrawal[];
12
+ fundings: Funding[];
13
+ fee: bigint;
14
+ contact?: Contact;
15
+ paymentRequestCreatorId: string;
16
+ paymentRequestName: string;
17
+ paymentRequestImageUrl?: string;
18
+ paymentRequestCurrencySymbol: string;
19
+ paymentRequestBlockchain: BlockchainSymbol;
20
+ totalWithdrawn?: bigint;
21
+ canWithdraw?: boolean;
22
22
  }
@@ -1,5 +1,5 @@
1
1
  import { ContentResponse } from '../../content';
2
2
  import { BasePaystreamTx } from './BasePaystreamTx';
3
3
  export declare class PaystreamTxWithContent extends BasePaystreamTx {
4
- content: ContentResponse;
4
+ content: ContentResponse;
5
5
  }
@@ -1,4 +1,4 @@
1
1
  import { Platform } from '../../../constants';
2
2
  export declare class CreatePlatformAPIKeyDto {
3
- platform: Platform;
3
+ platform: Platform;
4
4
  }
@@ -1,7 +1,7 @@
1
1
  import { PlatformDetailsBase } from './PlatformDetailsBase.entity';
2
2
  export declare class PlatformDetails extends PlatformDetailsBase {
3
- externalId?: string;
4
- issuer?: string;
5
- email?: string;
6
- publicAddress?: string;
3
+ externalId?: string;
4
+ issuer?: string;
5
+ email?: string;
6
+ publicAddress?: string;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import { Platform } from '../../../constants';
2
2
  import { Entity } from '../../entity';
3
3
  export declare class PlatformDetailsBase extends Entity {
4
- platform: Platform;
4
+ platform: Platform;
5
5
  }
@@ -1,2 +1,3 @@
1
1
  import { BasePlatform } from './BasePlatform.entity';
2
- export declare class PlatformModel extends BasePlatform {}
2
+ export declare class PlatformModel extends BasePlatform {
3
+ }
@@ -1,6 +1,6 @@
1
1
  import { PaymentRequestType } from '../../payment-request';
2
2
  export declare class PrepareRefundDto {
3
- paymentRequestTxId: string;
4
- paymentRequestType: PaymentRequestType;
5
- senderPK: string;
3
+ paymentRequestTxId: string;
4
+ paymentRequestType: PaymentRequestType;
5
+ senderPK: string;
6
6
  }
@@ -1,10 +1,10 @@
1
1
  import { PreparePaymentRequestDto } from '../../prepare-payment-request';
2
2
  export declare class CreateStreamPrepareDto extends PreparePaymentRequestDto {
3
- paymentAccount: string;
4
- currency: string;
5
- startedAt: string;
6
- endedAt: string;
7
- interval: number;
8
- fixedCurrencyRateToken?: string;
9
- pricingCurrencyRateToken?: string;
3
+ paymentAccount: string;
4
+ currency: string;
5
+ startedAt: string;
6
+ endedAt: string;
7
+ interval: number;
8
+ fixedCurrencyRateToken?: string;
9
+ pricingCurrencyRateToken?: string;
10
10
  }
@@ -1,4 +1,4 @@
1
1
  export declare class TopUpStreamPrepareDto {
2
- paystreamTxId: string;
3
- intervalCount: number;
2
+ paystreamTxId: string;
3
+ intervalCount: number;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { PrepareTransactionDto } from './prepareTransaction.dto';
2
2
  export declare class PrepareSwapTransactionDto extends PrepareTransactionDto {
3
- swapRouteToken: string;
3
+ swapRouteToken: string;
4
4
  }
@@ -1,10 +1,10 @@
1
1
  import { EventName } from '@heliofi/evm-adapter';
2
2
  import { Entity } from '../../entity';
3
3
  export declare class BaseTokenTransactionPayload extends Entity {
4
- finalAmount?: string;
5
- hash: string;
6
- sessionHash?: string;
7
- eventName?: EventName;
8
- transactionDbId?: string;
9
- metaTransactionDbId?: string;
4
+ finalAmount?: string;
5
+ hash: string;
6
+ sessionHash?: string;
7
+ eventName?: EventName;
8
+ transactionDbId?: string;
9
+ metaTransactionDbId?: string;
10
10
  }
@@ -1,7 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class PrepareTransaction extends Entity {
3
- transactionToken: string;
4
- transactionMessage: string;
5
- serializedTransaction?: string;
6
- addressLookupTableAccounts?: string[];
3
+ transactionToken: string;
4
+ transactionMessage: string;
5
+ serializedTransaction?: string;
6
+ addressLookupTableAccounts?: string[];
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { ProductInputType } from './ProductInputType';
3
3
  export declare class Product extends Entity {
4
- name: string;
5
- description: string;
6
- type: ProductInputType;
4
+ name: string;
5
+ description: string;
6
+ type: ProductInputType;
7
7
  }
@@ -1,4 +1,4 @@
1
1
  export declare enum ProductInputType {
2
- TEXT = 'TEXT',
3
- SELECTOR = 'SELECTOR',
2
+ TEXT = "TEXT",
3
+ SELECTOR = "SELECTOR"
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class ProductDetails extends Entity {
3
- name?: string;
4
- value?: string;
3
+ name?: string;
4
+ value?: string;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { EntryDetailsType } from '../../../constants';
2
2
  export declare class EntryDetails {
3
- type: EntryDetailsType;
4
- identifier: string;
5
- label?: string;
3
+ type: EntryDetailsType;
4
+ identifier: string;
5
+ label?: string;
6
6
  }
@@ -3,9 +3,9 @@ import { TransactionMeta } from '../../transaction-meta';
3
3
  import { Contact } from '../../contact';
4
4
  import { BasePaymentRequest } from '../../payment-request';
5
5
  export declare class Refund extends Entity {
6
- id: string;
7
- meta: TransactionMeta;
8
- paymentRequest: BasePaymentRequest;
9
- paymentRequestTx: string;
10
- contact?: Contact;
6
+ id: string;
7
+ meta: TransactionMeta;
8
+ paymentRequest: BasePaymentRequest;
9
+ paymentRequestTx: string;
10
+ contact?: Contact;
11
11
  }
@@ -1,9 +1,9 @@
1
1
  import { Entity } from '../../entity';
2
2
  export declare class BaseRefundRequest extends Entity {
3
- refundAmount: bigint;
4
- refundUSDCAmount: bigint;
5
- id: string;
6
- requestedAt: Date;
7
- completedAt?: Date | undefined;
8
- rejectionReason?: string | undefined;
3
+ refundAmount: bigint;
4
+ refundUSDCAmount: bigint;
5
+ id: string;
6
+ requestedAt: Date;
7
+ completedAt?: Date | undefined;
8
+ rejectionReason?: string | undefined;
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { RoleType } from './RoleType';
3
3
  export declare class BaseRole extends Entity {
4
- id: string;
5
- type: RoleType;
4
+ id: string;
5
+ type: RoleType;
6
6
  }
@@ -2,6 +2,6 @@ import { BaseRole } from './BaseRole';
2
2
  import type { BaseUser } from '../../user';
3
3
  import { BaseCompany } from '../../company';
4
4
  export declare class ShallowEnrichedRole extends BaseRole {
5
- company: BaseCompany;
6
- user: BaseUser;
5
+ company: BaseCompany;
6
+ user: BaseUser;
7
7
  }
@@ -1,4 +1,4 @@
1
1
  import { TransactionStatus } from '../../transaction-meta';
2
2
  export declare class SettleTransactionDto {
3
- transactionStatus: TransactionStatus.CANCELED | TransactionStatus.FAILED;
3
+ transactionStatus: TransactionStatus.CANCELED | TransactionStatus.FAILED;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { ShopifyPaymentMethodDataDto } from './shopifyPaymentMethodData.dto';
2
2
  export declare class ShopifyPaymentMethodDto {
3
- type: string;
4
- data: ShopifyPaymentMethodDataDto;
3
+ type: string;
4
+ data: ShopifyPaymentMethodDataDto;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export declare enum SlugObjectType {
2
- PAYLINK = 'PAYLINK',
3
- PAYSTREAM = 'PAYSTREAM',
4
- USER = 'USER',
2
+ PAYLINK = "PAYLINK",
3
+ PAYSTREAM = "PAYSTREAM",
4
+ USER = "USER"
5
5
  }
@@ -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
  };