@heliofi/common 0.1.159 → 0.1.162
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.
- package/dist/src/domain/constants/currencies.d.ts +3 -2
- package/dist/src/domain/constants/currencies.js +3 -3
- package/dist/src/domain/constants/fixedPriceTokens.js +7 -1
- package/dist/src/domain/constants/fixedPriceTokens.js.map +1 -1
- package/dist/src/domain/constants/orderDirection.js +13 -10
- package/dist/src/domain/decorators/PartialRequired.d.ts +4 -1
- package/dist/src/domain/decorators/PartialRequired.js +20 -20
- package/dist/src/domain/decorators/index.js +34 -18
- package/dist/src/domain/model/apiKey/dtos/createApiKey.dto.d.ts +2 -2
- package/dist/src/domain/model/apiKey/dtos/createApiKey.dto.js +45 -20
- package/dist/src/domain/model/apiKey/dtos/index.js +36 -20
- package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.d.ts +2 -2
- package/dist/src/domain/model/apiKey/dtos/updateApiKey.dto.js +45 -20
- package/dist/src/domain/model/apiKey/entities/ApiKey.entity.d.ts +7 -7
- package/dist/src/domain/model/apiKey/entities/ApiKey.entity.js +5 -6
- package/dist/src/domain/model/apiKey/entities/index.js +35 -19
- package/dist/src/domain/model/apiKey/index.js +35 -19
- package/dist/src/domain/model/approve-transaction/dtos/approveTransaction.dto.js +129 -54
- package/dist/src/domain/model/attachment/dtos/createAttachment.dto.d.ts +3 -3
- package/dist/src/domain/model/attachment/dtos/createAttachment.dto.js +45 -20
- package/dist/src/domain/model/attachment/dtos/index.js +35 -19
- package/dist/src/domain/model/attachment/entities/AttachmentType.d.ts +2 -2
- package/dist/src/domain/model/attachment/entities/AttachmentType.js +6 -6
- package/dist/src/domain/model/attachment/entities/index.js +43 -22
- package/dist/src/domain/model/audit/index.js +34 -18
- package/dist/src/domain/model/audit/tx/AuditTxStatus.d.ts +4 -4
- package/dist/src/domain/model/audit/tx/AuditTxStatus.js +8 -8
- package/dist/src/domain/model/audit/tx/AuditTxVersion.d.ts +1 -1
- package/dist/src/domain/model/audit/tx/AuditTxVersion.js +5 -5
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.d.ts +11 -11
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.js +3 -3
- package/dist/src/domain/model/audit/tx/dtos/CreateTxAudit.dto.d.ts +11 -11
- package/dist/src/domain/model/audit/tx/dtos/index.js +34 -18
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.d.ts +3 -3
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbol.js +10 -7
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +3 -3
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +5 -6
- package/dist/src/domain/model/blockchainEngine/constants/BlockchainEngineType.d.ts +2 -2
- package/dist/src/domain/model/blockchainEngine/constants/BlockchainEngineType.js +9 -6
- package/dist/src/domain/model/blockchainEngine/constants/index.js +34 -18
- package/dist/src/domain/model/blockchainEngine/dtos/blockchainEngine.dto.d.ts +1 -1
- package/dist/src/domain/model/blockchainEngine/dtos/blockchainEngine.dto.js +38 -18
- package/dist/src/domain/model/blockchainEngine/dtos/index.js +34 -18
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.d.ts +2 -2
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.js +5 -6
- package/dist/src/domain/model/blockchainEngine/entities/index.js +34 -18
- package/dist/src/domain/model/blockchainEngine/index.js +36 -20
- package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +8 -8
- package/dist/src/domain/model/company/dtos/createCompany.dto.js +93 -38
- package/dist/src/domain/model/company/dtos/index.js +35 -19
- package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +8 -8
- package/dist/src/domain/model/company/dtos/updateCompany.dto.js +93 -38
- package/dist/src/domain/model/contact/dtos/createContact.dto.d.ts +7 -7
- package/dist/src/domain/model/contact/dtos/createContact.dto.js +87 -37
- package/dist/src/domain/model/contact/dtos/index.js +35 -19
- package/dist/src/domain/model/contact/dtos/updateContact.dto.d.ts +7 -7
- package/dist/src/domain/model/contact/dtos/updateContact.dto.js +87 -37
- package/dist/src/domain/model/contact/entities/Contact.entity.d.ts +9 -9
- package/dist/src/domain/model/contact/entities/Contact.entity.js +5 -6
- package/dist/src/domain/model/contact/entities/index.js +34 -18
- package/dist/src/domain/model/contact/index.js +35 -19
- package/dist/src/domain/model/contactAddress/dtos/ContactAddress.dto.d.ts +7 -7
- package/dist/src/domain/model/contactAddress/dtos/ContactAddress.dto.js +85 -35
- package/dist/src/domain/model/contactAddress/dtos/index.js +34 -18
- package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +7 -7
- package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.js +5 -6
- package/dist/src/domain/model/contactAddress/entities/index.js +34 -18
- package/dist/src/domain/model/contactAddress/index.js +35 -19
- package/dist/src/domain/model/contactCompany/entities/ContactCompany.entity.d.ts +2 -2
- package/dist/src/domain/model/contactCompany/entities/ContactCompany.entity.js +5 -6
- package/dist/src/domain/model/contactCompany/entities/index.js +34 -18
- package/dist/src/domain/model/contactCompany/index.js +34 -18
- package/dist/src/domain/model/content/dtos/content.dto.d.ts +3 -3
- package/dist/src/domain/model/content/dtos/content.dto.js +53 -23
- package/dist/src/domain/model/content/dtos/index.js +34 -18
- package/dist/src/domain/model/content/entities/Content.d.ts +3 -3
- package/dist/src/domain/model/content/entities/Content.js +5 -6
- package/dist/src/domain/model/content/entities/index.js +34 -18
- package/dist/src/domain/model/currency/dtos/createCurrency.dto.d.ts +10 -10
- package/dist/src/domain/model/currency/dtos/createCurrency.dto.js +102 -49
- package/dist/src/domain/model/currency/dtos/index.js +35 -19
- package/dist/src/domain/model/currency/dtos/updateCurrency.dto.d.ts +9 -9
- package/dist/src/domain/model/currency/dtos/updateCurrency.dto.js +102 -42
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +10 -10
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +5 -6
- package/dist/src/domain/model/currency/entities/Currency.js +5 -6
- package/dist/src/domain/model/currency/entities/CurrencyType.d.ts +2 -2
- package/dist/src/domain/model/currency/entities/CurrencyType.js +6 -6
- package/dist/src/domain/model/currency/entities/index.js +36 -20
- package/dist/src/domain/model/currency/index.js +35 -19
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.d.ts +13 -13
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js +133 -53
- package/dist/src/domain/model/customer-details/dtos/index.js +34 -18
- package/dist/src/domain/model/customer-details/entities/Address.d.ts +3 -3
- package/dist/src/domain/model/customer-details/entities/Address.js +5 -6
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +13 -13
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.js +5 -6
- package/dist/src/domain/model/customer-details/entities/index.js +35 -19
- package/dist/src/domain/model/customer-details/index.js +35 -19
- package/dist/src/domain/model/email/dtos/email.dto.d.ts +21 -21
- package/dist/src/domain/model/email/dtos/email.dto.js +198 -78
- package/dist/src/domain/model/email/dtos/emailInvoice.dto.d.ts +14 -14
- package/dist/src/domain/model/email/dtos/emailInvoice.dto.js +142 -57
- package/dist/src/domain/model/email/dtos/index.js +35 -19
- package/dist/src/domain/model/email/index.js +34 -18
- package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +1 -1
- package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.js +5 -5
- package/dist/src/domain/model/feature-flags/entities/index.js +34 -18
- package/dist/src/domain/model/feature-flags/index.js +34 -18
- package/dist/src/domain/model/fee/dtos/FeeDetailsDto.d.ts +2 -2
- package/dist/src/domain/model/fee/dtos/FeeDetailsDto.js +45 -20
- package/dist/src/domain/model/fee/dtos/FeeDto.d.ts +5 -5
- package/dist/src/domain/model/fee/dtos/FeeDto.js +71 -31
- package/dist/src/domain/model/fee/dtos/index.js +35 -19
- package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.d.ts +2 -2
- package/dist/src/domain/model/fixed-currency/dtos/fixedCurrency.dto.js +41 -22
- package/dist/src/domain/model/fixed-currency/dtos/index.js +34 -18
- package/dist/src/domain/model/fixed-currency/entities/FixedCurrency.d.ts +2 -2
- package/dist/src/domain/model/fixed-currency/entities/FixedCurrency.js +5 -6
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +6 -6
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +5 -6
- package/dist/src/domain/model/fixed-currency/entities/index.js +35 -19
- package/dist/src/domain/model/fixed-currency/index.js +35 -19
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.d.ts +9 -9
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.js +103 -43
- package/dist/src/domain/model/invoice/dtos/index.js +35 -19
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.d.ts +9 -9
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.js +103 -43
- package/dist/src/domain/model/invoice/entities/EnrichedInvoice.entity.d.ts +3 -3
- package/dist/src/domain/model/invoice/entities/InvoiceStatus.d.ts +3 -3
- package/dist/src/domain/model/invoice/entities/InvoiceStatus.js +7 -7
- package/dist/src/domain/model/invoice/index.js +35 -19
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +3 -3
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js +58 -26
- package/dist/src/domain/model/invoice-tx/dtos/index.js +34 -18
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +4 -4
- package/dist/src/domain/model/invoice-tx/index.js +35 -19
- package/dist/src/domain/model/invoiceItem/dtos/index.js +34 -18
- package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.d.ts +5 -5
- package/dist/src/domain/model/invoiceItem/dtos/invoiceItem.dto.js +70 -30
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +6 -6
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.js +38 -18
- package/dist/src/domain/model/invoiceItem/entities/index.js +34 -18
- package/dist/src/domain/model/invoiceItem/index.js +35 -19
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +5 -5
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +10 -10
- package/dist/src/domain/model/paylink/entities/index.js +39 -23
- package/dist/src/domain/model/payment-request/entities/PaymentRequest.d.ts +7 -7
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +3 -3
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.js +10 -7
- package/dist/src/domain/model/payment-request-features/index.js +35 -19
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTx.d.ts +10 -10
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.d.ts +4 -0
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.js +8 -0
- package/dist/src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithContent.js +5 -6
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithMeta.d.ts +4 -4
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTxWithMeta.js +56 -26
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +2 -2
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +5 -6
- package/dist/src/domain/model/prepare-invoice/entities/TokenInvoicePayload.d.ts +2 -2
- package/dist/src/domain/model/prepare-invoice/entities/TokenInvoicePayload.js +5 -6
- package/dist/src/domain/model/prepare-invoice/entities/index.js +35 -19
- package/dist/src/domain/model/prepare-invoice/index.js +35 -19
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.d.ts +1 -1
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.js +37 -17
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.d.ts +1 -1
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.js +37 -17
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwapTransaction.dto.js +38 -18
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwappedTransaction.dto.d.ts +2 -2
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwappedTransaction.dto.js +40 -20
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwappedTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +2 -2
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +4 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwappedTransaction.d.ts +3 -3
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwappedTransaction.js +6 -7
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwappedTransaction.js.map +1 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +2 -2
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +5 -6
- package/dist/src/domain/model/prepare-transaction/index.js +35 -19
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.d.ts +3 -3
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.js +54 -24
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.d.ts +6 -6
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js +80 -35
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.d.ts +3 -3
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js +54 -24
- package/dist/src/domain/model/submit-invoice/dtos/index.js +10 -5
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +7 -7
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js +87 -37
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +1 -1
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.js +3 -3
- package/dist/src/domain/model/submit-invoice/entities/index.js +34 -18
- package/dist/src/domain/model/submit-invoice/index.js +35 -19
- package/dist/src/domain/model/submit-transaction/dtos/index.js +17 -7
- package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.d.ts +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitSwapTransaction.dto.js +38 -18
- package/dist/src/domain/model/submit-transaction/dtos/submitSwappedTransaction.dto.d.ts +2 -2
- package/dist/src/domain/model/submit-transaction/dtos/submitSwappedTransaction.dto.js +40 -20
- package/dist/src/domain/model/submit-transaction/dtos/submitSwappedTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +12 -12
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js +130 -55
- package/dist/src/domain/model/submit-transaction/index.js +34 -18
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +1 -1
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +5 -6
- package/dist/src/domain/model/token-quoting/entities/index.js +34 -18
- package/dist/src/domain/model/token-quoting/index.js +34 -18
- package/dist/src/domain/model/token-swap/entities/SwapMode.d.ts +2 -2
- package/dist/src/domain/model/token-swap/entities/SwapMode.js +6 -6
- package/dist/src/domain/model/token-swap/entities/SwapRouteObject.d.ts +10 -10
- package/dist/src/domain/model/token-swap/entities/SwapRouteObject.js +6 -6
- package/dist/src/domain/model/token-swap/entities/SwapRouteOptions.d.ts +8 -8
- package/dist/src/domain/model/token-swap/entities/SwapRouteOptions.js +3 -3
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +1 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +5 -6
- package/dist/src/domain/model/token-swap/entities/SwapRouteTokenPayload.d.ts +4 -4
- package/dist/src/domain/model/token-swap/entities/SwapRouteTokenPayload.js +5 -6
- package/dist/src/domain/model/token-swap/entities/index.js +37 -21
- package/dist/src/domain/model/token-swap/index.js +34 -18
- package/dist/src/domain/model/transaction/entities/index.d.ts +4 -1
- package/dist/src/domain/model/transaction/entities/index.js +3 -3
- package/dist/src/domain/model/transaction/index.js +34 -18
- package/dist/src/domain/model/transaction-meta/entities/index.js +36 -20
- package/dist/src/domain/model/transaction-meta/index.js +35 -19
- package/dist/src/domain/model/webhook/index.js +35 -19
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.entity.d.ts +7 -7
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/CreateStreamTransactionHook.dto.d.ts +3 -3
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/CreateStreamTransactionHook.dto.js +53 -27
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/index.js +34 -18
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/EndStreamEventPayload.d.ts +2 -2
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/EndStreamEventPayload.js +9 -9
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.d.ts +2 -2
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StartStreamEventPayload.js +9 -9
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.d.ts +2 -2
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamEventPayload.js +5 -6
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamTransactionEvent.entity.d.ts +2 -2
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamTransactionEvent.entity.js +9 -6
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamTransactionHook.entity.d.ts +7 -7
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/StreamTransactionHook.entity.js +5 -6
- package/dist/src/domain/model/webhook/stream-transaction-hook/entities/index.js +38 -22
- package/dist/src/domain/model/webhook/stream-transaction-hook/index.js +35 -19
- package/dist/src/domain/services/FeeService.d.ts +7 -4
- package/dist/src/domain/services/FeeService.js +8 -9
- package/dist/src/domain/services/HelioUIService.d.ts +1 -1
- package/dist/src/domain/services/HelioUIService.js +6 -6
- package/dist/src/domain/services/SplitWalletService.d.ts +1 -1
- package/dist/src/domain/services/TransactionSignService.d.ts +5 -5
- package/dist/src/domain/services/TransactionSignService.js +27 -21
- package/dist/src/index.js +34 -18
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/contact/dtos/createContact.dto.d.ts +0 -8
- package/dist/src/domain/contact/dtos/createContact.dto.js +0 -45
- package/dist/src/domain/contact/dtos/createContact.dto.js.map +0 -1
- package/dist/src/domain/contact/dtos/index.d.ts +0 -2
- package/dist/src/domain/contact/dtos/index.js +0 -19
- package/dist/src/domain/contact/dtos/index.js.map +0 -1
- package/dist/src/domain/contact/dtos/updateContact.dto.d.ts +0 -8
- package/dist/src/domain/contact/dtos/updateContact.dto.js +0 -45
- package/dist/src/domain/contact/dtos/updateContact.dto.js.map +0 -1
- package/dist/src/domain/contact/entities/Contact.entity.d.ts +0 -14
- package/dist/src/domain/contact/entities/Contact.entity.js +0 -8
- package/dist/src/domain/contact/entities/Contact.entity.js.map +0 -1
- package/dist/src/domain/contact/entities/index.d.ts +0 -1
- package/dist/src/domain/contact/entities/index.js +0 -18
- package/dist/src/domain/contact/entities/index.js.map +0 -1
- package/dist/src/domain/contact/index.d.ts +0 -2
- package/dist/src/domain/contact/index.js +0 -19
- package/dist/src/domain/contact/index.js.map +0 -1
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.d.ts +0 -8
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.js +0 -47
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.js.map +0 -1
- package/dist/src/domain/contactAddress/dtos/index.d.ts +0 -1
- package/dist/src/domain/contactAddress/dtos/index.js +0 -18
- package/dist/src/domain/contactAddress/dtos/index.js.map +0 -1
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.d.ts +0 -9
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.js +0 -8
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.js.map +0 -1
- package/dist/src/domain/contactAddress/entities/index.d.ts +0 -1
- package/dist/src/domain/contactAddress/entities/index.js +0 -18
- package/dist/src/domain/contactAddress/entities/index.js.map +0 -1
- package/dist/src/domain/contactAddress/index.d.ts +0 -2
- package/dist/src/domain/contactAddress/index.js +0 -19
- package/dist/src/domain/contactAddress/index.js.map +0 -1
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.d.ts +0 -4
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js +0 -52
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js.map +0 -1
- package/dist/src/domain/model/apiKey/entities/ApiKey.d.ts +0 -11
- package/dist/src/domain/model/apiKey/entities/ApiKey.js +0 -7
- package/dist/src/domain/model/apiKey/entities/ApiKey.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.d.ts +0 -5
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamWithdrawPayload.d.ts +0 -5
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamWithdrawPayload.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamWithdrawPayload.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/TransactionStatus.entity.d.ts +0 -7
- package/dist/src/domain/model/transaction-meta/entities/TransactionStatus.entity.js +0 -12
- package/dist/src/domain/model/transaction-meta/entities/TransactionStatus.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.js +0 -11
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.js +0 -11
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.d.ts +0 -9
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.js +0 -7
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.js.map +0 -1
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.d.ts +0 -4
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.js +0 -41
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.js.map +0 -1
- package/dist/src/domain/services/EmailService.d.ts +0 -3
- package/dist/src/domain/services/EmailService.js +0 -11
- package/dist/src/domain/services/EmailService.js.map +0 -1
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
3
|
exports.PaymentRequestType = void 0;
|
|
4
4
|
var PaymentRequestType;
|
|
5
5
|
(function (PaymentRequestType) {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(
|
|
10
|
-
|
|
6
|
+
PaymentRequestType['PAYLINK'] = 'PAYLINK';
|
|
7
|
+
PaymentRequestType['PAYSTREAM'] = 'PAYSTREAM';
|
|
8
|
+
PaymentRequestType['INVOICE'] = 'INVOICE';
|
|
9
|
+
})(
|
|
10
|
+
(PaymentRequestType =
|
|
11
|
+
exports.PaymentRequestType || (exports.PaymentRequestType = {})),
|
|
12
|
+
);
|
|
13
|
+
//# sourceMappingURL=PaymentRequestType.js.map
|
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./entities'), exports);
|
|
34
|
+
__exportStar(require('./dtos'), exports);
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -2,14 +2,14 @@ import { Entity } from '../../entity';
|
|
|
2
2
|
import { StreamEvent } from '../../stream-event';
|
|
3
3
|
import { PaymentRequestType } from '../../payment-request';
|
|
4
4
|
export declare class BasePaystreamTx extends Entity {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
5
|
+
id: string;
|
|
6
|
+
paymentAccount: string;
|
|
7
|
+
startedAt: StreamEvent;
|
|
8
|
+
createdAt: string;
|
|
9
|
+
canceledAt: StreamEvent | null;
|
|
10
|
+
endedAt: bigint;
|
|
11
|
+
interval: number;
|
|
12
|
+
paymentType: PaymentRequestType;
|
|
13
|
+
active: boolean;
|
|
14
|
+
isHelioX?: boolean;
|
|
15
15
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BasePaystreamTxWithTransactionSwap = void 0;
|
|
4
|
+
const BasePaystreamTxWithTransaction_1 = require("./BasePaystreamTxWithTransaction");
|
|
5
|
+
class BasePaystreamTxWithTransactionSwap extends BasePaystreamTxWithTransaction_1.BasePaystreamTxWithTransaction {
|
|
6
|
+
}
|
|
7
|
+
exports.BasePaystreamTxWithTransactionSwap = BasePaystreamTxWithTransactionSwap;
|
|
8
|
+
//# sourceMappingURL=BasePaystreamTxWithTransactionSwap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasePaystreamTxWithTransactionSwap.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/BasePaystreamTxWithTransactionSwap.ts"],"names":[],"mappings":";;;AAAA,qFAAkF;AAElF,MAAa,kCAAmC,SAAQ,+DAA8B;CAErF;AAFD,gFAEC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
3
|
exports.PaystreamTxWithContent = void 0;
|
|
4
|
-
const BasePaystreamTx_1 = require(
|
|
5
|
-
class PaystreamTxWithContent extends BasePaystreamTx_1.BasePaystreamTx {
|
|
6
|
-
}
|
|
4
|
+
const BasePaystreamTx_1 = require('./BasePaystreamTx');
|
|
5
|
+
class PaystreamTxWithContent extends BasePaystreamTx_1.BasePaystreamTx {}
|
|
7
6
|
exports.PaystreamTxWithContent = PaystreamTxWithContent;
|
|
8
|
-
//# sourceMappingURL=PaystreamTxWithContent.js.map
|
|
7
|
+
//# sourceMappingURL=PaystreamTxWithContent.js.map
|
|
@@ -2,8 +2,8 @@ import { BasePaystreamTx } from './BasePaystreamTx';
|
|
|
2
2
|
import { Withdrawal } from '../../withdrawal';
|
|
3
3
|
import { TransactionMeta } from '../../transaction-meta';
|
|
4
4
|
export declare class PaystreamTxWithMeta extends BasePaystreamTx {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
meta: TransactionMeta;
|
|
6
|
+
withdrawals: Withdrawal[];
|
|
7
|
+
fee: bigint;
|
|
8
|
+
paystream: string;
|
|
9
9
|
}
|
|
@@ -1,32 +1,62 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __decorate =
|
|
3
|
+
(this && this.__decorate) ||
|
|
4
|
+
function (decorators, target, key, desc) {
|
|
5
|
+
var c = arguments.length,
|
|
6
|
+
r =
|
|
7
|
+
c < 3
|
|
8
|
+
? target
|
|
9
|
+
: desc === null
|
|
10
|
+
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
+
: desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
+
else
|
|
16
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
+
if ((d = decorators[i]))
|
|
18
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
19
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
20
|
+
};
|
|
21
|
+
var __metadata =
|
|
22
|
+
(this && this.__metadata) ||
|
|
23
|
+
function (k, v) {
|
|
24
|
+
if (typeof Reflect === 'object' && typeof Reflect.metadata === 'function')
|
|
25
|
+
return Reflect.metadata(k, v);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
12
28
|
exports.PaystreamTxWithMeta = void 0;
|
|
13
|
-
const BasePaystreamTx_1 = require(
|
|
14
|
-
const withdrawal_1 = require(
|
|
15
|
-
const class_transformer_1 = require(
|
|
16
|
-
const transaction_meta_1 = require(
|
|
17
|
-
class PaystreamTxWithMeta extends BasePaystreamTx_1.BasePaystreamTx {
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
const BasePaystreamTx_1 = require('./BasePaystreamTx');
|
|
30
|
+
const withdrawal_1 = require('../../withdrawal');
|
|
31
|
+
const class_transformer_1 = require('class-transformer');
|
|
32
|
+
const transaction_meta_1 = require('../../transaction-meta');
|
|
33
|
+
class PaystreamTxWithMeta extends BasePaystreamTx_1.BasePaystreamTx {}
|
|
34
|
+
__decorate(
|
|
35
|
+
[
|
|
20
36
|
(0, class_transformer_1.Type)(() => transaction_meta_1.BaseTransactionMeta),
|
|
21
|
-
__metadata(
|
|
22
|
-
],
|
|
23
|
-
|
|
37
|
+
__metadata('design:type', transaction_meta_1.TransactionMeta),
|
|
38
|
+
],
|
|
39
|
+
PaystreamTxWithMeta.prototype,
|
|
40
|
+
'meta',
|
|
41
|
+
void 0,
|
|
42
|
+
);
|
|
43
|
+
__decorate(
|
|
44
|
+
[
|
|
24
45
|
(0, class_transformer_1.Type)(() => withdrawal_1.Withdrawal),
|
|
25
|
-
__metadata(
|
|
26
|
-
],
|
|
27
|
-
|
|
46
|
+
__metadata('design:type', Array),
|
|
47
|
+
],
|
|
48
|
+
PaystreamTxWithMeta.prototype,
|
|
49
|
+
'withdrawals',
|
|
50
|
+
void 0,
|
|
51
|
+
);
|
|
52
|
+
__decorate(
|
|
53
|
+
[
|
|
28
54
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
29
|
-
__metadata(
|
|
30
|
-
],
|
|
55
|
+
__metadata('design:type', BigInt),
|
|
56
|
+
],
|
|
57
|
+
PaystreamTxWithMeta.prototype,
|
|
58
|
+
'fee',
|
|
59
|
+
void 0,
|
|
60
|
+
);
|
|
31
61
|
exports.PaystreamTxWithMeta = PaystreamTxWithMeta;
|
|
32
|
-
//# sourceMappingURL=PaystreamTxWithMeta.js.map
|
|
62
|
+
//# sourceMappingURL=PaystreamTxWithMeta.js.map
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
3
|
exports.PrepareInvoice = void 0;
|
|
4
|
-
const entity_1 = require(
|
|
5
|
-
class PrepareInvoice extends entity_1.Entity {
|
|
6
|
-
}
|
|
4
|
+
const entity_1 = require('../../entity');
|
|
5
|
+
class PrepareInvoice extends entity_1.Entity {}
|
|
7
6
|
exports.PrepareInvoice = PrepareInvoice;
|
|
8
|
-
//# sourceMappingURL=PrepareInvoice.js.map
|
|
7
|
+
//# sourceMappingURL=PrepareInvoice.js.map
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
3
|
exports.TokenInvoicePayload = void 0;
|
|
4
|
-
const entity_1 = require(
|
|
5
|
-
class TokenInvoicePayload extends entity_1.Entity {
|
|
6
|
-
}
|
|
4
|
+
const entity_1 = require('../../entity');
|
|
5
|
+
class TokenInvoicePayload extends entity_1.Entity {}
|
|
7
6
|
exports.TokenInvoicePayload = TokenInvoicePayload;
|
|
8
|
-
//# sourceMappingURL=TokenInvoicePayload.js.map
|
|
7
|
+
//# sourceMappingURL=TokenInvoicePayload.js.map
|
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./PrepareInvoice'), exports);
|
|
34
|
+
__exportStar(require('./TokenInvoicePayload'), exports);
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (
|
|
9
|
+
!desc ||
|
|
10
|
+
('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
|
|
11
|
+
) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return m[k];
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}
|
|
21
|
+
: function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
var __exportStar =
|
|
26
|
+
(this && this.__exportStar) ||
|
|
27
|
+
function (m, exports) {
|
|
28
|
+
for (var p in m)
|
|
29
|
+
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
|
|
30
|
+
__createBinding(exports, m, p);
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33
|
+
__exportStar(require('./dtos'), exports);
|
|
34
|
+
__exportStar(require('./entities'), exports);
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,22 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __decorate =
|
|
3
|
+
(this && this.__decorate) ||
|
|
4
|
+
function (decorators, target, key, desc) {
|
|
5
|
+
var c = arguments.length,
|
|
6
|
+
r =
|
|
7
|
+
c < 3
|
|
8
|
+
? target
|
|
9
|
+
: desc === null
|
|
10
|
+
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
+
: desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
+
else
|
|
16
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
+
if ((d = decorators[i]))
|
|
18
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
19
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
20
|
+
};
|
|
21
|
+
var __metadata =
|
|
22
|
+
(this && this.__metadata) ||
|
|
23
|
+
function (k, v) {
|
|
24
|
+
if (typeof Reflect === 'object' && typeof Reflect.metadata === 'function')
|
|
25
|
+
return Reflect.metadata(k, v);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
12
28
|
exports.CancelStreamPrepareDto = void 0;
|
|
13
|
-
const class_validator_1 = require(
|
|
14
|
-
class CancelStreamPrepareDto {
|
|
15
|
-
|
|
16
|
-
|
|
29
|
+
const class_validator_1 = require('class-validator');
|
|
30
|
+
class CancelStreamPrepareDto {}
|
|
31
|
+
__decorate(
|
|
32
|
+
[
|
|
17
33
|
(0, class_validator_1.IsString)(),
|
|
18
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
-
__metadata(
|
|
20
|
-
],
|
|
35
|
+
__metadata('design:type', String),
|
|
36
|
+
],
|
|
37
|
+
CancelStreamPrepareDto.prototype,
|
|
38
|
+
'id',
|
|
39
|
+
void 0,
|
|
40
|
+
);
|
|
21
41
|
exports.CancelStreamPrepareDto = CancelStreamPrepareDto;
|
|
22
|
-
//# sourceMappingURL=cancelStreamPrepare.dto.js.map
|
|
42
|
+
//# sourceMappingURL=cancelStreamPrepare.dto.js.map
|
|
@@ -1,22 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __decorate =
|
|
3
|
+
(this && this.__decorate) ||
|
|
4
|
+
function (decorators, target, key, desc) {
|
|
5
|
+
var c = arguments.length,
|
|
6
|
+
r =
|
|
7
|
+
c < 3
|
|
8
|
+
? target
|
|
9
|
+
: desc === null
|
|
10
|
+
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
+
: desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
+
else
|
|
16
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
+
if ((d = decorators[i]))
|
|
18
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
19
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
20
|
+
};
|
|
21
|
+
var __metadata =
|
|
22
|
+
(this && this.__metadata) ||
|
|
23
|
+
function (k, v) {
|
|
24
|
+
if (typeof Reflect === 'object' && typeof Reflect.metadata === 'function')
|
|
25
|
+
return Reflect.metadata(k, v);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
12
28
|
exports.WithdrawStreamPrepareDto = void 0;
|
|
13
|
-
const class_validator_1 = require(
|
|
14
|
-
class WithdrawStreamPrepareDto {
|
|
15
|
-
|
|
16
|
-
|
|
29
|
+
const class_validator_1 = require('class-validator');
|
|
30
|
+
class WithdrawStreamPrepareDto {}
|
|
31
|
+
__decorate(
|
|
32
|
+
[
|
|
17
33
|
(0, class_validator_1.IsString)(),
|
|
18
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
-
__metadata(
|
|
20
|
-
],
|
|
35
|
+
__metadata('design:type', String),
|
|
36
|
+
],
|
|
37
|
+
WithdrawStreamPrepareDto.prototype,
|
|
38
|
+
'id',
|
|
39
|
+
void 0,
|
|
40
|
+
);
|
|
21
41
|
exports.WithdrawStreamPrepareDto = WithdrawStreamPrepareDto;
|
|
22
|
-
//# sourceMappingURL=withdrawStreamPrepare.dto.js.map
|
|
42
|
+
//# sourceMappingURL=withdrawStreamPrepare.dto.js.map
|
|
@@ -1,23 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
var __decorate =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
var __decorate =
|
|
3
|
+
(this && this.__decorate) ||
|
|
4
|
+
function (decorators, target, key, desc) {
|
|
5
|
+
var c = arguments.length,
|
|
6
|
+
r =
|
|
7
|
+
c < 3
|
|
8
|
+
? target
|
|
9
|
+
: desc === null
|
|
10
|
+
? (desc = Object.getOwnPropertyDescriptor(target, key))
|
|
11
|
+
: desc,
|
|
12
|
+
d;
|
|
13
|
+
if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
|
|
14
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
15
|
+
else
|
|
16
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
17
|
+
if ((d = decorators[i]))
|
|
18
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
19
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
20
|
+
};
|
|
21
|
+
var __metadata =
|
|
22
|
+
(this && this.__metadata) ||
|
|
23
|
+
function (k, v) {
|
|
24
|
+
if (typeof Reflect === 'object' && typeof Reflect.metadata === 'function')
|
|
25
|
+
return Reflect.metadata(k, v);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
12
28
|
exports.PrepareSwapTransactionDto = void 0;
|
|
13
|
-
const class_validator_1 = require(
|
|
14
|
-
const _1 = require(
|
|
15
|
-
class PrepareSwapTransactionDto extends _1.PrepareTransactionDto {
|
|
16
|
-
|
|
17
|
-
|
|
29
|
+
const class_validator_1 = require('class-validator');
|
|
30
|
+
const _1 = require('.');
|
|
31
|
+
class PrepareSwapTransactionDto extends _1.PrepareTransactionDto {}
|
|
32
|
+
__decorate(
|
|
33
|
+
[
|
|
18
34
|
(0, class_validator_1.IsString)(),
|
|
19
35
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata(
|
|
21
|
-
],
|
|
36
|
+
__metadata('design:type', String),
|
|
37
|
+
],
|
|
38
|
+
PrepareSwapTransactionDto.prototype,
|
|
39
|
+
'swapRouteToken',
|
|
40
|
+
void 0,
|
|
41
|
+
);
|
|
22
42
|
exports.PrepareSwapTransactionDto = PrepareSwapTransactionDto;
|
|
23
|
-
//# sourceMappingURL=prepareSwapTransaction.dto.js.map
|
|
43
|
+
//# sourceMappingURL=prepareSwapTransaction.dto.js.map
|