@heliofi/common 0.1.159 → 0.1.160
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 +4 -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,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
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { Cluster } from '../../blockchain';
|
|
2
2
|
export declare class EmailDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
3
|
+
transactionSignature: string;
|
|
4
|
+
email: string;
|
|
5
|
+
amount: number;
|
|
6
|
+
product: string;
|
|
7
|
+
currency: string;
|
|
8
|
+
time: string;
|
|
9
|
+
blockchain?: string;
|
|
10
|
+
cluster?: Cluster;
|
|
11
|
+
merchantName?: string;
|
|
12
|
+
fee?: number;
|
|
13
|
+
type?: string;
|
|
14
|
+
paymentRequestId?: string;
|
|
15
|
+
transactionId?: string;
|
|
16
|
+
content?: string;
|
|
17
|
+
wallet?: string;
|
|
18
|
+
merchantWebsite?: string;
|
|
19
|
+
merchantTwitter?: string;
|
|
20
|
+
merchantDiscord?: string;
|
|
21
|
+
merchantEmail?: string;
|
|
22
|
+
paymentLink?: string;
|
|
23
|
+
transactionLink?: string;
|
|
24
24
|
}
|
|
@@ -1,123 +1,243 @@
|
|
|
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.EmailDto = void 0;
|
|
13
|
-
const class_validator_1 = require(
|
|
14
|
-
const blockchain_1 = require(
|
|
15
|
-
class EmailDto {
|
|
16
|
-
|
|
17
|
-
|
|
29
|
+
const class_validator_1 = require('class-validator');
|
|
30
|
+
const blockchain_1 = require('../../blockchain');
|
|
31
|
+
class EmailDto {}
|
|
32
|
+
__decorate(
|
|
33
|
+
[
|
|
18
34
|
(0, class_validator_1.IsString)(),
|
|
19
35
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata(
|
|
21
|
-
],
|
|
22
|
-
|
|
36
|
+
__metadata('design:type', String),
|
|
37
|
+
],
|
|
38
|
+
EmailDto.prototype,
|
|
39
|
+
'transactionSignature',
|
|
40
|
+
void 0,
|
|
41
|
+
);
|
|
42
|
+
__decorate(
|
|
43
|
+
[
|
|
23
44
|
(0, class_validator_1.IsEmail)(),
|
|
24
45
|
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
-
__metadata(
|
|
26
|
-
],
|
|
27
|
-
|
|
46
|
+
__metadata('design:type', String),
|
|
47
|
+
],
|
|
48
|
+
EmailDto.prototype,
|
|
49
|
+
'email',
|
|
50
|
+
void 0,
|
|
51
|
+
);
|
|
52
|
+
__decorate(
|
|
53
|
+
[
|
|
28
54
|
(0, class_validator_1.IsNumber)(),
|
|
29
55
|
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
-
__metadata(
|
|
31
|
-
],
|
|
32
|
-
|
|
56
|
+
__metadata('design:type', Number),
|
|
57
|
+
],
|
|
58
|
+
EmailDto.prototype,
|
|
59
|
+
'amount',
|
|
60
|
+
void 0,
|
|
61
|
+
);
|
|
62
|
+
__decorate(
|
|
63
|
+
[
|
|
33
64
|
(0, class_validator_1.IsString)(),
|
|
34
65
|
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
-
__metadata(
|
|
36
|
-
],
|
|
37
|
-
|
|
66
|
+
__metadata('design:type', String),
|
|
67
|
+
],
|
|
68
|
+
EmailDto.prototype,
|
|
69
|
+
'product',
|
|
70
|
+
void 0,
|
|
71
|
+
);
|
|
72
|
+
__decorate(
|
|
73
|
+
[
|
|
38
74
|
(0, class_validator_1.IsString)(),
|
|
39
75
|
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
-
__metadata(
|
|
41
|
-
],
|
|
42
|
-
|
|
76
|
+
__metadata('design:type', String),
|
|
77
|
+
],
|
|
78
|
+
EmailDto.prototype,
|
|
79
|
+
'currency',
|
|
80
|
+
void 0,
|
|
81
|
+
);
|
|
82
|
+
__decorate(
|
|
83
|
+
[
|
|
43
84
|
(0, class_validator_1.IsString)(),
|
|
44
85
|
(0, class_validator_1.IsNotEmpty)(),
|
|
45
|
-
__metadata(
|
|
46
|
-
],
|
|
47
|
-
|
|
86
|
+
__metadata('design:type', String),
|
|
87
|
+
],
|
|
88
|
+
EmailDto.prototype,
|
|
89
|
+
'time',
|
|
90
|
+
void 0,
|
|
91
|
+
);
|
|
92
|
+
__decorate(
|
|
93
|
+
[
|
|
48
94
|
(0, class_validator_1.IsString)(),
|
|
49
95
|
(0, class_validator_1.IsOptional)(),
|
|
50
|
-
__metadata(
|
|
51
|
-
],
|
|
52
|
-
|
|
96
|
+
__metadata('design:type', String),
|
|
97
|
+
],
|
|
98
|
+
EmailDto.prototype,
|
|
99
|
+
'blockchain',
|
|
100
|
+
void 0,
|
|
101
|
+
);
|
|
102
|
+
__decorate(
|
|
103
|
+
[
|
|
53
104
|
(0, class_validator_1.IsString)(),
|
|
54
105
|
(0, class_validator_1.IsOptional)(),
|
|
55
|
-
__metadata(
|
|
56
|
-
],
|
|
57
|
-
|
|
106
|
+
__metadata('design:type', String),
|
|
107
|
+
],
|
|
108
|
+
EmailDto.prototype,
|
|
109
|
+
'cluster',
|
|
110
|
+
void 0,
|
|
111
|
+
);
|
|
112
|
+
__decorate(
|
|
113
|
+
[
|
|
58
114
|
(0, class_validator_1.IsString)(),
|
|
59
115
|
(0, class_validator_1.IsOptional)(),
|
|
60
|
-
__metadata(
|
|
61
|
-
],
|
|
62
|
-
|
|
116
|
+
__metadata('design:type', String),
|
|
117
|
+
],
|
|
118
|
+
EmailDto.prototype,
|
|
119
|
+
'merchantName',
|
|
120
|
+
void 0,
|
|
121
|
+
);
|
|
122
|
+
__decorate(
|
|
123
|
+
[
|
|
63
124
|
(0, class_validator_1.IsNumber)(),
|
|
64
125
|
(0, class_validator_1.IsOptional)(),
|
|
65
|
-
__metadata(
|
|
66
|
-
],
|
|
67
|
-
|
|
126
|
+
__metadata('design:type', Number),
|
|
127
|
+
],
|
|
128
|
+
EmailDto.prototype,
|
|
129
|
+
'fee',
|
|
130
|
+
void 0,
|
|
131
|
+
);
|
|
132
|
+
__decorate(
|
|
133
|
+
[
|
|
68
134
|
(0, class_validator_1.IsString)(),
|
|
69
135
|
(0, class_validator_1.IsOptional)(),
|
|
70
|
-
__metadata(
|
|
71
|
-
],
|
|
72
|
-
|
|
136
|
+
__metadata('design:type', String),
|
|
137
|
+
],
|
|
138
|
+
EmailDto.prototype,
|
|
139
|
+
'type',
|
|
140
|
+
void 0,
|
|
141
|
+
);
|
|
142
|
+
__decorate(
|
|
143
|
+
[
|
|
73
144
|
(0, class_validator_1.IsString)(),
|
|
74
145
|
(0, class_validator_1.IsOptional)(),
|
|
75
|
-
__metadata(
|
|
76
|
-
],
|
|
77
|
-
|
|
146
|
+
__metadata('design:type', String),
|
|
147
|
+
],
|
|
148
|
+
EmailDto.prototype,
|
|
149
|
+
'paymentRequestId',
|
|
150
|
+
void 0,
|
|
151
|
+
);
|
|
152
|
+
__decorate(
|
|
153
|
+
[
|
|
78
154
|
(0, class_validator_1.IsString)(),
|
|
79
155
|
(0, class_validator_1.IsOptional)(),
|
|
80
|
-
__metadata(
|
|
81
|
-
],
|
|
82
|
-
|
|
156
|
+
__metadata('design:type', String),
|
|
157
|
+
],
|
|
158
|
+
EmailDto.prototype,
|
|
159
|
+
'transactionId',
|
|
160
|
+
void 0,
|
|
161
|
+
);
|
|
162
|
+
__decorate(
|
|
163
|
+
[
|
|
83
164
|
(0, class_validator_1.IsString)(),
|
|
84
165
|
(0, class_validator_1.IsOptional)(),
|
|
85
|
-
__metadata(
|
|
86
|
-
],
|
|
87
|
-
|
|
166
|
+
__metadata('design:type', String),
|
|
167
|
+
],
|
|
168
|
+
EmailDto.prototype,
|
|
169
|
+
'content',
|
|
170
|
+
void 0,
|
|
171
|
+
);
|
|
172
|
+
__decorate(
|
|
173
|
+
[
|
|
88
174
|
(0, class_validator_1.IsString)(),
|
|
89
175
|
(0, class_validator_1.IsOptional)(),
|
|
90
|
-
__metadata(
|
|
91
|
-
],
|
|
92
|
-
|
|
176
|
+
__metadata('design:type', String),
|
|
177
|
+
],
|
|
178
|
+
EmailDto.prototype,
|
|
179
|
+
'wallet',
|
|
180
|
+
void 0,
|
|
181
|
+
);
|
|
182
|
+
__decorate(
|
|
183
|
+
[
|
|
93
184
|
(0, class_validator_1.IsString)(),
|
|
94
185
|
(0, class_validator_1.IsOptional)(),
|
|
95
|
-
__metadata(
|
|
96
|
-
],
|
|
97
|
-
|
|
186
|
+
__metadata('design:type', String),
|
|
187
|
+
],
|
|
188
|
+
EmailDto.prototype,
|
|
189
|
+
'merchantWebsite',
|
|
190
|
+
void 0,
|
|
191
|
+
);
|
|
192
|
+
__decorate(
|
|
193
|
+
[
|
|
98
194
|
(0, class_validator_1.IsString)(),
|
|
99
195
|
(0, class_validator_1.IsOptional)(),
|
|
100
|
-
__metadata(
|
|
101
|
-
],
|
|
102
|
-
|
|
196
|
+
__metadata('design:type', String),
|
|
197
|
+
],
|
|
198
|
+
EmailDto.prototype,
|
|
199
|
+
'merchantTwitter',
|
|
200
|
+
void 0,
|
|
201
|
+
);
|
|
202
|
+
__decorate(
|
|
203
|
+
[
|
|
103
204
|
(0, class_validator_1.IsString)(),
|
|
104
205
|
(0, class_validator_1.IsOptional)(),
|
|
105
|
-
__metadata(
|
|
106
|
-
],
|
|
107
|
-
|
|
206
|
+
__metadata('design:type', String),
|
|
207
|
+
],
|
|
208
|
+
EmailDto.prototype,
|
|
209
|
+
'merchantDiscord',
|
|
210
|
+
void 0,
|
|
211
|
+
);
|
|
212
|
+
__decorate(
|
|
213
|
+
[
|
|
108
214
|
(0, class_validator_1.IsString)(),
|
|
109
215
|
(0, class_validator_1.IsOptional)(),
|
|
110
|
-
__metadata(
|
|
111
|
-
],
|
|
112
|
-
|
|
216
|
+
__metadata('design:type', String),
|
|
217
|
+
],
|
|
218
|
+
EmailDto.prototype,
|
|
219
|
+
'merchantEmail',
|
|
220
|
+
void 0,
|
|
221
|
+
);
|
|
222
|
+
__decorate(
|
|
223
|
+
[
|
|
113
224
|
(0, class_validator_1.IsString)(),
|
|
114
225
|
(0, class_validator_1.IsOptional)(),
|
|
115
|
-
__metadata(
|
|
116
|
-
],
|
|
117
|
-
|
|
226
|
+
__metadata('design:type', String),
|
|
227
|
+
],
|
|
228
|
+
EmailDto.prototype,
|
|
229
|
+
'paymentLink',
|
|
230
|
+
void 0,
|
|
231
|
+
);
|
|
232
|
+
__decorate(
|
|
233
|
+
[
|
|
118
234
|
(0, class_validator_1.IsString)(),
|
|
119
235
|
(0, class_validator_1.IsOptional)(),
|
|
120
|
-
__metadata(
|
|
121
|
-
],
|
|
236
|
+
__metadata('design:type', String),
|
|
237
|
+
],
|
|
238
|
+
EmailDto.prototype,
|
|
239
|
+
'transactionLink',
|
|
240
|
+
void 0,
|
|
241
|
+
);
|
|
122
242
|
exports.EmailDto = EmailDto;
|
|
123
|
-
//# sourceMappingURL=email.dto.js.map
|
|
243
|
+
//# sourceMappingURL=email.dto.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Cluster } from '../../blockchain';
|
|
2
2
|
export declare class EmailInvoiceDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
3
|
+
companyLogo: string;
|
|
4
|
+
invoiceNumber: number;
|
|
5
|
+
email: string;
|
|
6
|
+
amount: number;
|
|
7
|
+
dueDate: string;
|
|
8
|
+
currency: string;
|
|
9
|
+
blockchain?: string;
|
|
10
|
+
cluster?: Cluster;
|
|
11
|
+
merchantName?: string;
|
|
12
|
+
merchantWebsite?: string;
|
|
13
|
+
merchantTwitter?: string;
|
|
14
|
+
merchantDiscord?: string;
|
|
15
|
+
merchantEmail?: string;
|
|
16
|
+
paymentLink?: string;
|
|
17
17
|
}
|