@heliofi/common 0.0.4 → 0.0.5
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/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -3
- package/dist/src/domain/constants/index.d.ts +0 -1
- package/dist/src/domain/constants/index.js +0 -5
- package/dist/src/domain/constants/index.js.map +0 -1
- package/dist/src/domain/index.d.ts +0 -3
- package/dist/src/domain/index.js +0 -20
- package/dist/src/domain/index.js.map +0 -1
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.d.ts +0 -5
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js +0 -32
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js.map +0 -1
- package/dist/src/domain/model/apiKey/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/apiKey/dtos/index.js +0 -19
- package/dist/src/domain/model/apiKey/dtos/index.js.map +0 -1
- package/dist/src/domain/model/apiKey/dtos/updateApiKeyDto.d.ts +0 -4
- package/dist/src/domain/model/apiKey/dtos/updateApiKeyDto.js +0 -27
- package/dist/src/domain/model/apiKey/dtos/updateApiKeyDto.js.map +0 -1
- package/dist/src/domain/model/apiKey/entities/ApiKey.d.ts +0 -7
- package/dist/src/domain/model/apiKey/entities/ApiKey.js +0 -8
- package/dist/src/domain/model/apiKey/entities/ApiKey.js.map +0 -1
- package/dist/src/domain/model/apiKey/entities/index.d.ts +0 -1
- package/dist/src/domain/model/apiKey/entities/index.js +0 -18
- package/dist/src/domain/model/apiKey/entities/index.js.map +0 -1
- package/dist/src/domain/model/apiKey/index.d.ts +0 -2
- package/dist/src/domain/model/apiKey/index.js +0 -19
- package/dist/src/domain/model/apiKey/index.js.map +0 -1
- package/dist/src/domain/model/approve-transaction/dtos/approveTransactionDto.d.ts +0 -13
- package/dist/src/domain/model/approve-transaction/dtos/approveTransactionDto.js +0 -79
- package/dist/src/domain/model/approve-transaction/dtos/approveTransactionDto.js.map +0 -1
- package/dist/src/domain/model/approve-transaction/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/approve-transaction/dtos/index.js +0 -6
- package/dist/src/domain/model/approve-transaction/dtos/index.js.map +0 -1
- package/dist/src/domain/model/approve-transaction/index.d.ts +0 -1
- package/dist/src/domain/model/approve-transaction/index.js +0 -18
- package/dist/src/domain/model/approve-transaction/index.js.map +0 -1
- package/dist/src/domain/model/attachment/dtos/createAttachmentDto.d.ts +0 -7
- package/dist/src/domain/model/attachment/dtos/createAttachmentDto.js +0 -40
- package/dist/src/domain/model/attachment/dtos/createAttachmentDto.js.map +0 -1
- package/dist/src/domain/model/attachment/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/attachment/dtos/index.js +0 -18
- package/dist/src/domain/model/attachment/dtos/index.js.map +0 -1
- package/dist/src/domain/model/attachment/entities/Attachment.d.ts +0 -5
- package/dist/src/domain/model/attachment/entities/Attachment.js +0 -8
- package/dist/src/domain/model/attachment/entities/Attachment.js.map +0 -1
- package/dist/src/domain/model/attachment/entities/AttachmentType.enum.d.ts +0 -3
- package/dist/src/domain/model/attachment/entities/AttachmentType.enum.js +0 -8
- package/dist/src/domain/model/attachment/entities/AttachmentType.enum.js.map +0 -1
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.d.ts +0 -5
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.js +0 -8
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.js.map +0 -1
- package/dist/src/domain/model/attachment/entities/index.d.ts +0 -4
- package/dist/src/domain/model/attachment/entities/index.js +0 -21
- package/dist/src/domain/model/attachment/entities/index.js.map +0 -1
- package/dist/src/domain/model/attachment/index.d.ts +0 -2
- package/dist/src/domain/model/attachment/index.js +0 -19
- package/dist/src/domain/model/attachment/index.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/auth/dtos/index.js +0 -18
- package/dist/src/domain/model/auth/dtos/index.js.map +0 -1
- package/dist/src/domain/model/auth/dtos/signOnDto.d.ts +0 -4
- package/dist/src/domain/model/auth/dtos/signOnDto.js +0 -30
- package/dist/src/domain/model/auth/dtos/signOnDto.js.map +0 -1
- package/dist/src/domain/model/auth/entities/AuthResponse.d.ts +0 -6
- package/dist/src/domain/model/auth/entities/AuthResponse.js +0 -7
- package/dist/src/domain/model/auth/entities/AuthResponse.js.map +0 -1
- package/dist/src/domain/model/auth/entities/AuthUser.d.ts +0 -11
- package/dist/src/domain/model/auth/entities/AuthUser.js +0 -3
- package/dist/src/domain/model/auth/entities/AuthUser.js.map +0 -1
- package/dist/src/domain/model/auth/entities/index.d.ts +0 -2
- package/dist/src/domain/model/auth/entities/index.js +0 -19
- package/dist/src/domain/model/auth/entities/index.js.map +0 -1
- package/dist/src/domain/model/auth/index.d.ts +0 -2
- package/dist/src/domain/model/auth/index.js +0 -19
- package/dist/src/domain/model/auth/index.js.map +0 -1
- package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +0 -5
- package/dist/src/domain/model/blockchain/constants/Cluster.js +0 -10
- package/dist/src/domain/model/blockchain/constants/Cluster.js.map +0 -1
- package/dist/src/domain/model/blockchain/constants/index.d.ts +0 -1
- package/dist/src/domain/model/blockchain/constants/index.js +0 -18
- package/dist/src/domain/model/blockchain/constants/index.js.map +0 -1
- package/dist/src/domain/model/blockchain/dtos/blockchainDto.d.ts +0 -4
- package/dist/src/domain/model/blockchain/dtos/blockchainDto.js +0 -27
- package/dist/src/domain/model/blockchain/dtos/blockchainDto.js.map +0 -1
- package/dist/src/domain/model/blockchain/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/blockchain/dtos/index.js +0 -18
- package/dist/src/domain/model/blockchain/dtos/index.js.map +0 -1
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +0 -6
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +0 -8
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +0 -1
- package/dist/src/domain/model/blockchain/entities/index.d.ts +0 -1
- package/dist/src/domain/model/blockchain/entities/index.js +0 -18
- package/dist/src/domain/model/blockchain/entities/index.js.map +0 -1
- package/dist/src/domain/model/blockchain/index.d.ts +0 -3
- package/dist/src/domain/model/blockchain/index.js +0 -20
- package/dist/src/domain/model/blockchain/index.js.map +0 -1
- package/dist/src/domain/model/company/dtos/createCompanyDto.d.ts +0 -7
- package/dist/src/domain/model/company/dtos/createCompanyDto.js +0 -48
- package/dist/src/domain/model/company/dtos/createCompanyDto.js.map +0 -1
- package/dist/src/domain/model/company/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/company/dtos/index.js +0 -19
- package/dist/src/domain/model/company/dtos/index.js.map +0 -1
- package/dist/src/domain/model/company/dtos/updateCompanyDto.d.ts +0 -7
- package/dist/src/domain/model/company/dtos/updateCompanyDto.js +0 -48
- package/dist/src/domain/model/company/dtos/updateCompanyDto.js.map +0 -1
- package/dist/src/domain/model/company/entities/Company.d.ts +0 -11
- package/dist/src/domain/model/company/entities/Company.js +0 -8
- package/dist/src/domain/model/company/entities/Company.js.map +0 -1
- package/dist/src/domain/model/company/entities/index.d.ts +0 -1
- package/dist/src/domain/model/company/entities/index.js +0 -18
- package/dist/src/domain/model/company/entities/index.js.map +0 -1
- package/dist/src/domain/model/company/index.d.ts +0 -2
- package/dist/src/domain/model/company/index.js +0 -19
- package/dist/src/domain/model/company/index.js.map +0 -1
- package/dist/src/domain/model/content/dtos/contentDto.d.ts +0 -4
- package/dist/src/domain/model/content/dtos/contentDto.js +0 -27
- package/dist/src/domain/model/content/dtos/contentDto.js.map +0 -1
- package/dist/src/domain/model/content/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/content/dtos/index.js +0 -18
- package/dist/src/domain/model/content/dtos/index.js.map +0 -1
- package/dist/src/domain/model/content/entities/Content.d.ts +0 -5
- package/dist/src/domain/model/content/entities/Content.js +0 -8
- package/dist/src/domain/model/content/entities/Content.js.map +0 -1
- package/dist/src/domain/model/content/entities/index.d.ts +0 -1
- package/dist/src/domain/model/content/entities/index.js +0 -18
- package/dist/src/domain/model/content/entities/index.js.map +0 -1
- package/dist/src/domain/model/content/index.d.ts +0 -2
- package/dist/src/domain/model/content/index.js +0 -19
- package/dist/src/domain/model/content/index.js.map +0 -1
- package/dist/src/domain/model/currency/dtos/createCurrency.d.ts +0 -9
- package/dist/src/domain/model/currency/dtos/createCurrency.js +0 -54
- package/dist/src/domain/model/currency/dtos/createCurrency.js.map +0 -1
- package/dist/src/domain/model/currency/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/currency/dtos/index.js +0 -19
- package/dist/src/domain/model/currency/dtos/index.js.map +0 -1
- package/dist/src/domain/model/currency/dtos/updateCurrency.d.ts +0 -9
- package/dist/src/domain/model/currency/dtos/updateCurrency.js +0 -60
- package/dist/src/domain/model/currency/dtos/updateCurrency.js.map +0 -1
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -10
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
- package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
- package/dist/src/domain/model/currency/entities/Currency.js +0 -8
- package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
- package/dist/src/domain/model/currency/entities/index.d.ts +0 -2
- package/dist/src/domain/model/currency/entities/index.js +0 -19
- package/dist/src/domain/model/currency/entities/index.js.map +0 -1
- package/dist/src/domain/model/currency/index.d.ts +0 -2
- package/dist/src/domain/model/currency/index.js +0 -19
- package/dist/src/domain/model/currency/index.js.map +0 -1
- package/dist/src/domain/model/customer-details/dtos/CustomerDetailsDto.d.ts +0 -9
- package/dist/src/domain/model/customer-details/dtos/CustomerDetailsDto.js +0 -53
- package/dist/src/domain/model/customer-details/dtos/CustomerDetailsDto.js.map +0 -1
- package/dist/src/domain/model/customer-details/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/customer-details/dtos/index.js +0 -18
- package/dist/src/domain/model/customer-details/dtos/index.js.map +0 -1
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +0 -10
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.js +0 -8
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.js.map +0 -1
- package/dist/src/domain/model/customer-details/entities/index.d.ts +0 -1
- package/dist/src/domain/model/customer-details/entities/index.js +0 -18
- package/dist/src/domain/model/customer-details/entities/index.js.map +0 -1
- package/dist/src/domain/model/customer-details/index.d.ts +0 -2
- package/dist/src/domain/model/customer-details/index.js +0 -19
- package/dist/src/domain/model/customer-details/index.js.map +0 -1
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.d.ts +0 -6
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.js +0 -39
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.js.map +0 -1
- package/dist/src/domain/model/discordDetails/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/discordDetails/dtos/index.js +0 -19
- package/dist/src/domain/model/discordDetails/dtos/index.js.map +0 -1
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.d.ts +0 -5
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.js +0 -36
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.js.map +0 -1
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.d.ts +0 -7
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.js +0 -8
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.js.map +0 -1
- package/dist/src/domain/model/discordDetails/entities/DiscordDetails.d.ts +0 -5
- package/dist/src/domain/model/discordDetails/entities/DiscordDetails.js +0 -8
- package/dist/src/domain/model/discordDetails/entities/DiscordDetails.js.map +0 -1
- package/dist/src/domain/model/discordDetails/entities/index.d.ts +0 -2
- package/dist/src/domain/model/discordDetails/entities/index.js +0 -19
- package/dist/src/domain/model/discordDetails/entities/index.js.map +0 -1
- package/dist/src/domain/model/discordDetails/index.d.ts +0 -2
- package/dist/src/domain/model/discordDetails/index.js +0 -19
- package/dist/src/domain/model/discordDetails/index.js.map +0 -1
- package/dist/src/domain/model/email/dtos/emailDto.d.ts +0 -10
- package/dist/src/domain/model/email/dtos/emailDto.js +0 -63
- package/dist/src/domain/model/email/dtos/emailDto.js.map +0 -1
- package/dist/src/domain/model/email/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/email/dtos/index.js +0 -18
- package/dist/src/domain/model/email/dtos/index.js.map +0 -1
- package/dist/src/domain/model/email/index.d.ts +0 -1
- package/dist/src/domain/model/email/index.js +0 -18
- package/dist/src/domain/model/email/index.js.map +0 -1
- package/dist/src/domain/model/entity/Entity.d.ts +0 -4
- package/dist/src/domain/model/entity/Entity.js +0 -14
- package/dist/src/domain/model/entity/Entity.js.map +0 -1
- package/dist/src/domain/model/entity/index.d.ts +0 -1
- package/dist/src/domain/model/entity/index.js +0 -6
- package/dist/src/domain/model/entity/index.js.map +0 -1
- package/dist/src/domain/model/index.d.ts +0 -21
- package/dist/src/domain/model/index.js +0 -38
- package/dist/src/domain/model/index.js.map +0 -1
- package/dist/src/domain/model/link-features/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/link-features/dtos/index.js +0 -18
- package/dist/src/domain/model/link-features/dtos/index.js.map +0 -1
- package/dist/src/domain/model/link-features/dtos/linkFeaturesDto.d.ts +0 -11
- package/dist/src/domain/model/link-features/dtos/linkFeaturesDto.js +0 -62
- package/dist/src/domain/model/link-features/dtos/linkFeaturesDto.js.map +0 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +0 -5
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js +0 -8
- package/dist/src/domain/model/link-features/entities/LinkFeatures.js.map +0 -1
- package/dist/src/domain/model/link-features/entities/index.d.ts +0 -1
- package/dist/src/domain/model/link-features/entities/index.js +0 -18
- package/dist/src/domain/model/link-features/entities/index.js.map +0 -1
- package/dist/src/domain/model/link-features/index.d.ts +0 -2
- package/dist/src/domain/model/link-features/index.js +0 -19
- package/dist/src/domain/model/link-features/index.js.map +0 -1
- package/dist/src/domain/model/paylink/dtos/createPaylinkDto.d.ts +0 -17
- package/dist/src/domain/model/paylink/dtos/createPaylinkDto.js +0 -107
- package/dist/src/domain/model/paylink/dtos/createPaylinkDto.js.map +0 -1
- package/dist/src/domain/model/paylink/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/index.js +0 -19
- package/dist/src/domain/model/paylink/dtos/index.js.map +0 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylinkDto.d.ts +0 -17
- package/dist/src/domain/model/paylink/dtos/updatePaylinkDto.js +0 -102
- package/dist/src/domain/model/paylink/dtos/updatePaylinkDto.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +0 -7
- package/dist/src/domain/model/paylink/entities/BasePaylink.js +0 -8
- package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/OnlyContentPaylink.d.ts +0 -5
- package/dist/src/domain/model/paylink/entities/OnlyContentPaylink.js +0 -8
- package/dist/src/domain/model/paylink/entities/OnlyContentPaylink.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/Paylink.d.ts +0 -7
- package/dist/src/domain/model/paylink/entities/Paylink.js +0 -8
- package/dist/src/domain/model/paylink/entities/Paylink.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +0 -7
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +0 -8
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +0 -1
- package/dist/src/domain/model/paylink/entities/index.d.ts +0 -4
- package/dist/src/domain/model/paylink/entities/index.js +0 -21
- package/dist/src/domain/model/paylink/entities/index.js.map +0 -1
- package/dist/src/domain/model/paylink/index.d.ts +0 -2
- package/dist/src/domain/model/paylink/index.js +0 -19
- package/dist/src/domain/model/paylink/index.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTxDto.d.ts +0 -6
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTxDto.js +0 -36
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTxDto.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/paylink-tx/dtos/index.js +0 -19
- package/dist/src/domain/model/paylink-tx/dtos/index.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTxDto.d.ts +0 -3
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTxDto.js +0 -22
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTxDto.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.d.ts +0 -6
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.js +0 -8
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +0 -7
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.js +0 -8
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithShallowEnrichedPaylink.d.ts +0 -10
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithShallowEnrichedPaylink.js +0 -8
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithShallowEnrichedPaylink.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.d.ts +0 -7
- package/dist/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.js +0 -8
- package/dist/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/index.d.ts +0 -4
- package/dist/src/domain/model/paylink-tx/entities/index.js +0 -21
- package/dist/src/domain/model/paylink-tx/entities/index.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/index.d.ts +0 -2
- package/dist/src/domain/model/paylink-tx/index.js +0 -19
- package/dist/src/domain/model/paylink-tx/index.js.map +0 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +0 -12
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js +0 -8
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +0 -1
- package/dist/src/domain/model/payment-request/entities/PaymentRequest.d.ts +0 -11
- package/dist/src/domain/model/payment-request/entities/PaymentRequest.js +0 -8
- package/dist/src/domain/model/payment-request/entities/PaymentRequest.js.map +0 -1
- package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.d.ts +0 -11
- package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.js +0 -8
- package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.js.map +0 -1
- package/dist/src/domain/model/payment-request/entities/index.d.ts +0 -3
- package/dist/src/domain/model/payment-request/entities/index.js +0 -20
- package/dist/src/domain/model/payment-request/entities/index.js.map +0 -1
- package/dist/src/domain/model/payment-request/index.d.ts +0 -1
- package/dist/src/domain/model/payment-request/index.js +0 -18
- package/dist/src/domain/model/payment-request/index.js.map +0 -1
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +0 -10
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js +0 -8
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +0 -1
- package/dist/src/domain/model/payment-request-features/entities/index.d.ts +0 -1
- package/dist/src/domain/model/payment-request-features/entities/index.js +0 -18
- package/dist/src/domain/model/payment-request-features/entities/index.js.map +0 -1
- package/dist/src/domain/model/payment-request-features/index.d.ts +0 -1
- package/dist/src/domain/model/payment-request-features/index.js +0 -18
- package/dist/src/domain/model/payment-request-features/index.js.map +0 -1
- package/dist/src/domain/model/role/dtos/createRoleDto.d.ts +0 -6
- package/dist/src/domain/model/role/dtos/createRoleDto.js +0 -37
- package/dist/src/domain/model/role/dtos/createRoleDto.js.map +0 -1
- package/dist/src/domain/model/role/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/role/dtos/index.js +0 -19
- package/dist/src/domain/model/role/dtos/index.js.map +0 -1
- package/dist/src/domain/model/role/dtos/updateRoleDto.d.ts +0 -4
- package/dist/src/domain/model/role/dtos/updateRoleDto.js +0 -25
- package/dist/src/domain/model/role/dtos/updateRoleDto.js.map +0 -1
- package/dist/src/domain/model/role/entities/BaseRole.d.ts +0 -6
- package/dist/src/domain/model/role/entities/BaseRole.js +0 -8
- package/dist/src/domain/model/role/entities/BaseRole.js.map +0 -1
- package/dist/src/domain/model/role/entities/Role.d.ts +0 -7
- package/dist/src/domain/model/role/entities/Role.js +0 -8
- package/dist/src/domain/model/role/entities/Role.js.map +0 -1
- package/dist/src/domain/model/role/entities/RoleType.d.ts +0 -5
- package/dist/src/domain/model/role/entities/RoleType.js +0 -10
- package/dist/src/domain/model/role/entities/RoleType.js.map +0 -1
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +0 -7
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.js +0 -8
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.js.map +0 -1
- package/dist/src/domain/model/role/entities/index.d.ts +0 -4
- package/dist/src/domain/model/role/entities/index.js +0 -21
- package/dist/src/domain/model/role/entities/index.js.map +0 -1
- package/dist/src/domain/model/role/index.d.ts +0 -2
- package/dist/src/domain/model/role/index.js +0 -19
- package/dist/src/domain/model/role/index.js.map +0 -1
- package/dist/src/domain/model/slug/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/slug/dtos/index.js +0 -18
- package/dist/src/domain/model/slug/dtos/index.js.map +0 -1
- package/dist/src/domain/model/slug/dtos/slug.d.ts +0 -6
- package/dist/src/domain/model/slug/dtos/slug.js +0 -37
- package/dist/src/domain/model/slug/dtos/slug.js.map +0 -1
- package/dist/src/domain/model/slug/entities/Slug.d.ts +0 -9
- package/dist/src/domain/model/slug/entities/Slug.js +0 -8
- package/dist/src/domain/model/slug/entities/Slug.js.map +0 -1
- package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +0 -5
- package/dist/src/domain/model/slug/entities/SlugObjectType.js +0 -10
- package/dist/src/domain/model/slug/entities/SlugObjectType.js.map +0 -1
- package/dist/src/domain/model/slug/entities/index.d.ts +0 -2
- package/dist/src/domain/model/slug/entities/index.js +0 -19
- package/dist/src/domain/model/slug/entities/index.js.map +0 -1
- package/dist/src/domain/model/slug/index.d.ts +0 -2
- package/dist/src/domain/model/slug/index.js +0 -19
- package/dist/src/domain/model/slug/index.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.d.ts +0 -9
- package/dist/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.js +0 -49
- package/dist/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/transaction-meta/dtos/index.js +0 -18
- package/dist/src/domain/model/transaction-meta/dtos/index.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -10
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +0 -8
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/ShallowEnrichedTransactionMeta.d.ts +0 -5
- package/dist/src/domain/model/transaction-meta/entities/ShallowEnrichedTransactionMeta.js +0 -8
- package/dist/src/domain/model/transaction-meta/entities/ShallowEnrichedTransactionMeta.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/TransactionMeta.d.ts +0 -5
- package/dist/src/domain/model/transaction-meta/entities/TransactionMeta.js +0 -8
- package/dist/src/domain/model/transaction-meta/entities/TransactionMeta.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/index.d.ts +0 -3
- package/dist/src/domain/model/transaction-meta/entities/index.js +0 -20
- package/dist/src/domain/model/transaction-meta/entities/index.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/index.d.ts +0 -2
- package/dist/src/domain/model/transaction-meta/index.js +0 -19
- package/dist/src/domain/model/transaction-meta/index.js.map +0 -1
- package/dist/src/domain/model/user/dtos/CreateUserDto.d.ts +0 -6
- package/dist/src/domain/model/user/dtos/CreateUserDto.js +0 -37
- package/dist/src/domain/model/user/dtos/CreateUserDto.js.map +0 -1
- package/dist/src/domain/model/user/dtos/UpdateUserDto.d.ts +0 -6
- package/dist/src/domain/model/user/dtos/UpdateUserDto.js +0 -42
- package/dist/src/domain/model/user/dtos/UpdateUserDto.js.map +0 -1
- package/dist/src/domain/model/user/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/user/dtos/index.js +0 -19
- package/dist/src/domain/model/user/dtos/index.js.map +0 -1
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -8
- package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
- package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.d.ts +0 -7
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.js +0 -8
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.js.map +0 -1
- package/dist/src/domain/model/user/entities/User.d.ts +0 -7
- package/dist/src/domain/model/user/entities/User.js +0 -8
- package/dist/src/domain/model/user/entities/User.js.map +0 -1
- package/dist/src/domain/model/user/entities/index.d.ts +0 -3
- package/dist/src/domain/model/user/entities/index.js +0 -20
- package/dist/src/domain/model/user/entities/index.js.map +0 -1
- package/dist/src/domain/model/user/index.d.ts +0 -2
- package/dist/src/domain/model/user/index.js +0 -19
- package/dist/src/domain/model/user/index.js.map +0 -1
- package/dist/src/domain/model/wallet/dtos/UpdateWalletDto.d.ts +0 -3
- package/dist/src/domain/model/wallet/dtos/UpdateWalletDto.js +0 -23
- package/dist/src/domain/model/wallet/dtos/UpdateWalletDto.js.map +0 -1
- package/dist/src/domain/model/wallet/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/wallet/dtos/index.js +0 -18
- package/dist/src/domain/model/wallet/dtos/index.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -5
- package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
- package/dist/src/domain/model/wallet/entities/index.d.ts +0 -2
- package/dist/src/domain/model/wallet/entities/index.js +0 -19
- package/dist/src/domain/model/wallet/entities/index.js.map +0 -1
- package/dist/src/domain/model/wallet/index.d.ts +0 -2
- package/dist/src/domain/model/wallet/index.js +0 -19
- package/dist/src/domain/model/wallet/index.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
- package/dist/src/domain/services/index.d.ts +0 -1
- package/dist/src/domain/services/index.js +0 -18
- package/dist/src/domain/services/index.js.map +0 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.js +0 -18
- package/dist/src/index.js.map +0 -1
- package/src/__tests__/index.test.ts +0 -5
- package/src/domain/constants/index.ts +0 -2
- package/src/domain/index.ts +0 -3
- package/src/domain/model/apiKey/dtos/createApiKeyDto.ts +0 -15
- package/src/domain/model/apiKey/dtos/index.ts +0 -2
- package/src/domain/model/apiKey/dtos/updateApiKeyDto.ts +0 -11
- package/src/domain/model/apiKey/entities/ApiKey.ts +0 -11
- package/src/domain/model/apiKey/entities/index.ts +0 -1
- package/src/domain/model/apiKey/index.ts +0 -2
- package/src/domain/model/approve-transaction/dtos/approveTransactionDto.ts +0 -62
- package/src/domain/model/approve-transaction/dtos/index.ts +0 -1
- package/src/domain/model/approve-transaction/index.ts +0 -1
- package/src/domain/model/attachment/dtos/createAttachmentDto.ts +0 -22
- package/src/domain/model/attachment/dtos/index.ts +0 -1
- package/src/domain/model/attachment/entities/Attachment.ts +0 -6
- package/src/domain/model/attachment/entities/AttachmentType.enum.ts +0 -3
- package/src/domain/model/attachment/entities/BaseAttachment.ts +0 -11
- package/src/domain/model/attachment/entities/ShallowEnrichedAttachment.ts +0 -6
- package/src/domain/model/attachment/entities/index.ts +0 -4
- package/src/domain/model/attachment/index.ts +0 -2
- package/src/domain/model/auth/dtos/index.ts +0 -1
- package/src/domain/model/auth/dtos/signOnDto.ts +0 -14
- package/src/domain/model/auth/entities/AuthResponse.ts +0 -9
- package/src/domain/model/auth/entities/AuthUser.ts +0 -13
- package/src/domain/model/auth/entities/index.ts +0 -2
- package/src/domain/model/auth/index.ts +0 -2
- package/src/domain/model/blockchain/constants/Cluster.ts +0 -5
- package/src/domain/model/blockchain/constants/index.ts +0 -1
- package/src/domain/model/blockchain/dtos/blockchainDto.ts +0 -11
- package/src/domain/model/blockchain/dtos/index.ts +0 -1
- package/src/domain/model/blockchain/entities/Blockchain.ts +0 -9
- package/src/domain/model/blockchain/entities/index.ts +0 -1
- package/src/domain/model/blockchain/index.ts +0 -3
- package/src/domain/model/company/dtos/createCompanyDto.ts +0 -29
- package/src/domain/model/company/dtos/index.ts +0 -2
- package/src/domain/model/company/dtos/updateCompanyDto.ts +0 -29
- package/src/domain/model/company/entities/Company.ts +0 -18
- package/src/domain/model/company/entities/index.ts +0 -1
- package/src/domain/model/company/index.ts +0 -2
- package/src/domain/model/content/dtos/contentDto.ts +0 -11
- package/src/domain/model/content/dtos/index.ts +0 -1
- package/src/domain/model/content/entities/Content.ts +0 -7
- package/src/domain/model/content/entities/index.ts +0 -1
- package/src/domain/model/content/index.ts +0 -2
- package/src/domain/model/currency/dtos/createCurrency.ts +0 -33
- package/src/domain/model/currency/dtos/index.ts +0 -2
- package/src/domain/model/currency/dtos/updateCurrency.ts +0 -39
- package/src/domain/model/currency/entities/BaseCurrency.ts +0 -17
- package/src/domain/model/currency/entities/Currency.ts +0 -6
- package/src/domain/model/currency/entities/index.ts +0 -2
- package/src/domain/model/currency/index.ts +0 -2
- package/src/domain/model/customer-details/dtos/CustomerDetailsDto.ts +0 -32
- package/src/domain/model/customer-details/dtos/index.ts +0 -1
- package/src/domain/model/customer-details/entities/CustomerDetails.ts +0 -17
- package/src/domain/model/customer-details/entities/index.ts +0 -1
- package/src/domain/model/customer-details/index.ts +0 -2
- package/src/domain/model/discordDetails/dtos/createDiscordDetails.ts +0 -21
- package/src/domain/model/discordDetails/dtos/index.ts +0 -2
- package/src/domain/model/discordDetails/dtos/updateDiscordDetails.ts +0 -19
- package/src/domain/model/discordDetails/entities/BaseDiscordDetails.ts +0 -11
- package/src/domain/model/discordDetails/entities/DiscordDetails.ts +0 -6
- package/src/domain/model/discordDetails/entities/index.ts +0 -2
- package/src/domain/model/discordDetails/index.ts +0 -2
- package/src/domain/model/email/dtos/emailDto.ts +0 -46
- package/src/domain/model/email/dtos/index.ts +0 -1
- package/src/domain/model/email/index.ts +0 -1
- package/src/domain/model/entity/Entity.ts +0 -15
- package/src/domain/model/entity/index.ts +0 -1
- package/src/domain/model/index.ts +0 -21
- package/src/domain/model/link-features/dtos/index.ts +0 -1
- package/src/domain/model/link-features/dtos/linkFeaturesDto.ts +0 -39
- package/src/domain/model/link-features/entities/LinkFeatures.ts +0 -7
- package/src/domain/model/link-features/entities/index.ts +0 -1
- package/src/domain/model/link-features/index.ts +0 -2
- package/src/domain/model/paylink/dtos/createPaylinkDto.ts +0 -81
- package/src/domain/model/paylink/dtos/index.ts +0 -2
- package/src/domain/model/paylink/dtos/updatePaylinkDto.ts +0 -80
- package/src/domain/model/paylink/entities/BasePaylink.ts +0 -9
- package/src/domain/model/paylink/entities/OnlyContentPaylink.ts +0 -6
- package/src/domain/model/paylink/entities/Paylink.ts +0 -9
- package/src/domain/model/paylink/entities/ShallowEnrichedPaylink.ts +0 -9
- package/src/domain/model/paylink/entities/index.ts +0 -4
- package/src/domain/model/paylink/index.ts +0 -2
- package/src/domain/model/paylink-tx/dtos/createPaylinkTxDto.ts +0 -24
- package/src/domain/model/paylink-tx/dtos/index.ts +0 -2
- package/src/domain/model/paylink-tx/dtos/updatePaylinkTxDto.ts +0 -7
- package/src/domain/model/paylink-tx/entities/BasePaylinkTx.ts +0 -9
- package/src/domain/model/paylink-tx/entities/PaylinkTx.ts +0 -9
- package/src/domain/model/paylink-tx/entities/PaylinkTxWithShallowEnrichedPaylink.ts +0 -15
- package/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.ts +0 -9
- package/src/domain/model/paylink-tx/entities/index.ts +0 -4
- package/src/domain/model/paylink-tx/index.ts +0 -2
- package/src/domain/model/payment-request/entities/BasePaymentRequest.ts +0 -21
- package/src/domain/model/payment-request/entities/PaymentRequest.ts +0 -15
- package/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.ts +0 -15
- package/src/domain/model/payment-request/entities/index.ts +0 -3
- package/src/domain/model/payment-request/index.ts +0 -1
- package/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.ts +0 -17
- package/src/domain/model/payment-request-features/entities/index.ts +0 -1
- package/src/domain/model/payment-request-features/index.ts +0 -1
- package/src/domain/model/role/dtos/createRoleDto.ts +0 -20
- package/src/domain/model/role/dtos/index.ts +0 -2
- package/src/domain/model/role/dtos/updateRoleDto.ts +0 -10
- package/src/domain/model/role/entities/BaseRole.ts +0 -8
- package/src/domain/model/role/entities/Role.ts +0 -9
- package/src/domain/model/role/entities/RoleType.ts +0 -5
- package/src/domain/model/role/entities/ShallowEnrichedRole.ts +0 -9
- package/src/domain/model/role/entities/index.ts +0 -4
- package/src/domain/model/role/index.ts +0 -2
- package/src/domain/model/slug/dtos/index.ts +0 -1
- package/src/domain/model/slug/dtos/slug.ts +0 -20
- package/src/domain/model/slug/entities/Slug.ts +0 -15
- package/src/domain/model/slug/entities/SlugObjectType.ts +0 -5
- package/src/domain/model/slug/entities/index.ts +0 -2
- package/src/domain/model/slug/index.ts +0 -2
- package/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.ts +0 -34
- package/src/domain/model/transaction-meta/dtos/index.ts +0 -1
- package/src/domain/model/transaction-meta/entities/BaseTransactionMeta.ts +0 -16
- package/src/domain/model/transaction-meta/entities/ShallowEnrichedTransactionMeta.ts +0 -6
- package/src/domain/model/transaction-meta/entities/TransactionMeta.ts +0 -6
- package/src/domain/model/transaction-meta/entities/index.ts +0 -3
- package/src/domain/model/transaction-meta/index.ts +0 -2
- package/src/domain/model/user/dtos/CreateUserDto.ts +0 -19
- package/src/domain/model/user/dtos/UpdateUserDto.ts +0 -24
- package/src/domain/model/user/dtos/index.ts +0 -2
- package/src/domain/model/user/entities/BaseUser.ts +0 -13
- package/src/domain/model/user/entities/ShallowEnrichedUser.ts +0 -9
- package/src/domain/model/user/entities/User.ts +0 -9
- package/src/domain/model/user/entities/index.ts +0 -3
- package/src/domain/model/user/index.ts +0 -2
- package/src/domain/model/wallet/dtos/UpdateWalletDto.ts +0 -8
- package/src/domain/model/wallet/dtos/index.ts +0 -1
- package/src/domain/model/wallet/entities/BaseWallet.ts +0 -7
- package/src/domain/model/wallet/entities/Wallet.ts +0 -6
- package/src/domain/model/wallet/entities/index.ts +0 -2
- package/src/domain/model/wallet/index.ts +0 -2
- package/src/domain/services/EmailService.ts +0 -6
- package/src/domain/services/index.ts +0 -1
- package/src/index.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './contentDto';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Content';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { IsOptional, IsString, IsNumber } from 'class-validator';
|
|
2
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
3
|
-
|
|
4
|
-
export class CreateCurrencyDto {
|
|
5
|
-
@ApiProperty()
|
|
6
|
-
@IsString()
|
|
7
|
-
symbol: string;
|
|
8
|
-
|
|
9
|
-
@ApiProperty()
|
|
10
|
-
@IsString()
|
|
11
|
-
name: string;
|
|
12
|
-
|
|
13
|
-
@ApiProperty()
|
|
14
|
-
@IsString()
|
|
15
|
-
mintAddress: string;
|
|
16
|
-
|
|
17
|
-
@ApiProperty()
|
|
18
|
-
@IsString()
|
|
19
|
-
blockchain: string;
|
|
20
|
-
|
|
21
|
-
@ApiProperty()
|
|
22
|
-
@IsNumber()
|
|
23
|
-
decimals: number;
|
|
24
|
-
|
|
25
|
-
@ApiProperty()
|
|
26
|
-
@IsOptional()
|
|
27
|
-
@IsString()
|
|
28
|
-
symbolPrefix?: string;
|
|
29
|
-
|
|
30
|
-
@ApiProperty()
|
|
31
|
-
@IsNumber()
|
|
32
|
-
order: number;
|
|
33
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { IsOptional, IsString, IsNumber } from 'class-validator';
|
|
2
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
3
|
-
|
|
4
|
-
export class UpdateCurrencyDto {
|
|
5
|
-
@ApiProperty()
|
|
6
|
-
@IsOptional()
|
|
7
|
-
@IsString()
|
|
8
|
-
symbol?: string;
|
|
9
|
-
|
|
10
|
-
@ApiProperty()
|
|
11
|
-
@IsOptional()
|
|
12
|
-
@IsString()
|
|
13
|
-
name?: string;
|
|
14
|
-
|
|
15
|
-
@ApiProperty()
|
|
16
|
-
@IsOptional()
|
|
17
|
-
@IsString()
|
|
18
|
-
mintAddress?: string;
|
|
19
|
-
|
|
20
|
-
@ApiProperty()
|
|
21
|
-
@IsOptional()
|
|
22
|
-
@IsString()
|
|
23
|
-
blockchain?: string;
|
|
24
|
-
|
|
25
|
-
@ApiProperty()
|
|
26
|
-
@IsOptional()
|
|
27
|
-
@IsNumber()
|
|
28
|
-
decimals?: number;
|
|
29
|
-
|
|
30
|
-
@ApiProperty()
|
|
31
|
-
@IsOptional()
|
|
32
|
-
@IsString()
|
|
33
|
-
symbolPrefix?: string;
|
|
34
|
-
|
|
35
|
-
@ApiProperty()
|
|
36
|
-
@IsOptional()
|
|
37
|
-
@IsNumber()
|
|
38
|
-
order?: number;
|
|
39
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { IsEmail, IsOptional, IsString } from 'class-validator';
|
|
2
|
-
|
|
3
|
-
export class CustomerDetailsDto {
|
|
4
|
-
@IsString()
|
|
5
|
-
@IsOptional()
|
|
6
|
-
@IsEmail()
|
|
7
|
-
email?: string;
|
|
8
|
-
|
|
9
|
-
@IsString()
|
|
10
|
-
@IsOptional()
|
|
11
|
-
discordUsername?: string;
|
|
12
|
-
|
|
13
|
-
@IsString()
|
|
14
|
-
@IsOptional()
|
|
15
|
-
twitterUsername?: string;
|
|
16
|
-
|
|
17
|
-
@IsString()
|
|
18
|
-
@IsOptional()
|
|
19
|
-
fullName?: string;
|
|
20
|
-
|
|
21
|
-
@IsString()
|
|
22
|
-
@IsOptional()
|
|
23
|
-
country?: string;
|
|
24
|
-
|
|
25
|
-
@IsString()
|
|
26
|
-
@IsOptional()
|
|
27
|
-
deliveryAddress?: string;
|
|
28
|
-
|
|
29
|
-
@IsString()
|
|
30
|
-
@IsOptional()
|
|
31
|
-
phoneNumber?: string;
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './CustomerDetailsDto';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Entity } from '../../entity';
|
|
2
|
-
|
|
3
|
-
export class CustomerDetails extends Entity {
|
|
4
|
-
email?: string;
|
|
5
|
-
|
|
6
|
-
discordUsername?: string;
|
|
7
|
-
|
|
8
|
-
twitterUsername?: string;
|
|
9
|
-
|
|
10
|
-
fullName?: string;
|
|
11
|
-
|
|
12
|
-
country?: string;
|
|
13
|
-
|
|
14
|
-
deliveryAddress?: string;
|
|
15
|
-
|
|
16
|
-
phoneNumber?: string;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './CustomerDetails';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { IsOptional, IsString, IsBoolean } from 'class-validator';
|
|
2
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
3
|
-
|
|
4
|
-
export class CreateDiscordDetailsDto {
|
|
5
|
-
@ApiProperty()
|
|
6
|
-
@IsString()
|
|
7
|
-
serverId: string;
|
|
8
|
-
|
|
9
|
-
@ApiProperty()
|
|
10
|
-
@IsString()
|
|
11
|
-
roleId: string;
|
|
12
|
-
|
|
13
|
-
@ApiProperty()
|
|
14
|
-
@IsBoolean()
|
|
15
|
-
@IsOptional()
|
|
16
|
-
active?: boolean;
|
|
17
|
-
|
|
18
|
-
@ApiProperty()
|
|
19
|
-
@IsString()
|
|
20
|
-
company?: string;
|
|
21
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { IsOptional, IsString, IsBoolean } from 'class-validator';
|
|
2
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
3
|
-
|
|
4
|
-
export class UpdateDiscordDetailsDto {
|
|
5
|
-
@ApiProperty()
|
|
6
|
-
@IsString()
|
|
7
|
-
@IsOptional()
|
|
8
|
-
serverId?: string;
|
|
9
|
-
|
|
10
|
-
@ApiProperty()
|
|
11
|
-
@IsString()
|
|
12
|
-
@IsOptional()
|
|
13
|
-
roleId?: string;
|
|
14
|
-
|
|
15
|
-
@ApiProperty()
|
|
16
|
-
@IsBoolean()
|
|
17
|
-
@IsOptional()
|
|
18
|
-
active?: boolean;
|
|
19
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IsEmail,
|
|
3
|
-
IsNotEmpty,
|
|
4
|
-
IsNumber,
|
|
5
|
-
IsOptional,
|
|
6
|
-
IsString,
|
|
7
|
-
} from 'class-validator';
|
|
8
|
-
import { Cluster } from '@solana/web3.js';
|
|
9
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
10
|
-
|
|
11
|
-
export class EmailDto {
|
|
12
|
-
@ApiProperty()
|
|
13
|
-
@IsString()
|
|
14
|
-
@IsNotEmpty()
|
|
15
|
-
transactionSignature: string;
|
|
16
|
-
|
|
17
|
-
@ApiProperty()
|
|
18
|
-
@IsEmail()
|
|
19
|
-
@IsNotEmpty()
|
|
20
|
-
merchantEmail: string;
|
|
21
|
-
|
|
22
|
-
@ApiProperty()
|
|
23
|
-
@IsNumber()
|
|
24
|
-
@IsNotEmpty()
|
|
25
|
-
amount: number;
|
|
26
|
-
|
|
27
|
-
@ApiProperty()
|
|
28
|
-
@IsString()
|
|
29
|
-
@IsNotEmpty()
|
|
30
|
-
product: string;
|
|
31
|
-
|
|
32
|
-
@ApiProperty()
|
|
33
|
-
@IsString()
|
|
34
|
-
@IsNotEmpty()
|
|
35
|
-
currency: string;
|
|
36
|
-
|
|
37
|
-
@ApiProperty()
|
|
38
|
-
@IsString()
|
|
39
|
-
@IsNotEmpty()
|
|
40
|
-
time: string;
|
|
41
|
-
|
|
42
|
-
@ApiProperty()
|
|
43
|
-
@IsString()
|
|
44
|
-
@IsOptional()
|
|
45
|
-
cluster?: Cluster = 'devnet';
|
|
46
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './emailDto';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dtos';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { plainToInstance } from 'class-transformer';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @example
|
|
5
|
-
* const value = User.fromObject(plain);
|
|
6
|
-
* */
|
|
7
|
-
export class Entity {
|
|
8
|
-
static fromObject<T extends Entity>(record: T): T {
|
|
9
|
-
return plainToInstance(this, record) as T;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
static fromObjects<T extends Entity>(records: T[]): T[] {
|
|
13
|
-
return plainToInstance(this, records) as T[];
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Entity } from './Entity';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export * from './user';
|
|
2
|
-
export * from './role';
|
|
3
|
-
export * from './slug';
|
|
4
|
-
export * from './wallet';
|
|
5
|
-
export * from './currency';
|
|
6
|
-
export * from './customer-details';
|
|
7
|
-
export * from './transaction-meta';
|
|
8
|
-
export * from './discordDetails';
|
|
9
|
-
export * from './company';
|
|
10
|
-
export * from './apiKey';
|
|
11
|
-
export * from './paylink-tx';
|
|
12
|
-
export * from './blockchain';
|
|
13
|
-
export * from './paylink';
|
|
14
|
-
export * from './content';
|
|
15
|
-
export * from './link-features';
|
|
16
|
-
export * from './payment-request';
|
|
17
|
-
export * from './payment-request-features';
|
|
18
|
-
export * from './attachment';
|
|
19
|
-
export * from './email';
|
|
20
|
-
export * from './auth';
|
|
21
|
-
export * from './approve-transaction';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './linkFeaturesDto';
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
|
-
|
|
3
|
-
export class LinkFeaturesDto {
|
|
4
|
-
@IsBoolean()
|
|
5
|
-
@IsOptional()
|
|
6
|
-
requireEmail?: boolean;
|
|
7
|
-
|
|
8
|
-
@IsBoolean()
|
|
9
|
-
@IsOptional()
|
|
10
|
-
requireDiscordUsername?: boolean;
|
|
11
|
-
|
|
12
|
-
@IsBoolean()
|
|
13
|
-
@IsOptional()
|
|
14
|
-
requireFullName?: boolean;
|
|
15
|
-
|
|
16
|
-
@IsBoolean()
|
|
17
|
-
@IsOptional()
|
|
18
|
-
requireTwitterUsername?: boolean;
|
|
19
|
-
|
|
20
|
-
@IsBoolean()
|
|
21
|
-
@IsOptional()
|
|
22
|
-
requireCountry?: boolean;
|
|
23
|
-
|
|
24
|
-
@IsBoolean()
|
|
25
|
-
@IsOptional()
|
|
26
|
-
requireDeliveryAddress?: boolean;
|
|
27
|
-
|
|
28
|
-
@IsBoolean()
|
|
29
|
-
@IsOptional()
|
|
30
|
-
requirePhoneNumber?: boolean;
|
|
31
|
-
|
|
32
|
-
@IsBoolean()
|
|
33
|
-
@IsOptional()
|
|
34
|
-
canChangeQuantity?: boolean;
|
|
35
|
-
|
|
36
|
-
@IsBoolean()
|
|
37
|
-
@IsOptional()
|
|
38
|
-
canChangePrice?: boolean;
|
|
39
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './LinkFeatures';
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IsBoolean,
|
|
3
|
-
IsNotEmpty,
|
|
4
|
-
IsOptional,
|
|
5
|
-
IsString,
|
|
6
|
-
ValidateNested,
|
|
7
|
-
} from 'class-validator';
|
|
8
|
-
import { Type } from 'class-transformer';
|
|
9
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
10
|
-
import { ContentDto } from '../../content';
|
|
11
|
-
import { LinkFeaturesDto } from '../../link-features';
|
|
12
|
-
|
|
13
|
-
export class CreatePaylinkDto {
|
|
14
|
-
@ApiProperty()
|
|
15
|
-
@IsString()
|
|
16
|
-
@IsNotEmpty()
|
|
17
|
-
company: string;
|
|
18
|
-
|
|
19
|
-
@ApiProperty()
|
|
20
|
-
@IsString()
|
|
21
|
-
@IsNotEmpty()
|
|
22
|
-
name: string;
|
|
23
|
-
|
|
24
|
-
@ApiProperty()
|
|
25
|
-
@IsString()
|
|
26
|
-
@IsOptional()
|
|
27
|
-
description?: string;
|
|
28
|
-
|
|
29
|
-
@ApiProperty()
|
|
30
|
-
@IsString()
|
|
31
|
-
@IsOptional()
|
|
32
|
-
imageUrl?: string;
|
|
33
|
-
|
|
34
|
-
@ApiProperty()
|
|
35
|
-
@IsOptional()
|
|
36
|
-
normalizedPrice?: bigint;
|
|
37
|
-
|
|
38
|
-
@ApiProperty()
|
|
39
|
-
@IsBoolean()
|
|
40
|
-
@IsOptional()
|
|
41
|
-
notifySenderByEmail?: boolean = false;
|
|
42
|
-
|
|
43
|
-
@ApiProperty()
|
|
44
|
-
@IsBoolean()
|
|
45
|
-
@IsOptional()
|
|
46
|
-
notifyReceiverByEmail?: boolean = false;
|
|
47
|
-
|
|
48
|
-
@ApiProperty()
|
|
49
|
-
@IsBoolean()
|
|
50
|
-
@IsOptional()
|
|
51
|
-
addDiscordRole?: boolean = false;
|
|
52
|
-
|
|
53
|
-
@ApiProperty()
|
|
54
|
-
@IsString()
|
|
55
|
-
@IsOptional()
|
|
56
|
-
currency?: string;
|
|
57
|
-
|
|
58
|
-
@ApiProperty()
|
|
59
|
-
@IsBoolean()
|
|
60
|
-
@IsOptional()
|
|
61
|
-
disabled?: boolean;
|
|
62
|
-
|
|
63
|
-
@ApiProperty()
|
|
64
|
-
@IsString()
|
|
65
|
-
@IsNotEmpty()
|
|
66
|
-
wallet: string;
|
|
67
|
-
|
|
68
|
-
@ApiProperty()
|
|
69
|
-
@IsString()
|
|
70
|
-
@IsOptional()
|
|
71
|
-
@Type(() => ContentDto)
|
|
72
|
-
@ValidateNested()
|
|
73
|
-
content?: ContentDto;
|
|
74
|
-
|
|
75
|
-
@ApiProperty()
|
|
76
|
-
@IsString()
|
|
77
|
-
@IsOptional()
|
|
78
|
-
@Type(() => LinkFeaturesDto)
|
|
79
|
-
@ValidateNested()
|
|
80
|
-
features?: LinkFeaturesDto;
|
|
81
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
IsBoolean,
|
|
3
|
-
IsOptional,
|
|
4
|
-
IsString,
|
|
5
|
-
ValidateNested,
|
|
6
|
-
} from 'class-validator';
|
|
7
|
-
import { Type } from 'class-transformer';
|
|
8
|
-
import { ApiProperty } from '@nestjs/swagger';
|
|
9
|
-
import { ContentDto } from '../../content';
|
|
10
|
-
import { LinkFeaturesDto } from '../../link-features';
|
|
11
|
-
|
|
12
|
-
export class UpdatePaylinkDto {
|
|
13
|
-
@ApiProperty()
|
|
14
|
-
@IsString()
|
|
15
|
-
@IsOptional()
|
|
16
|
-
company?: string;
|
|
17
|
-
|
|
18
|
-
@ApiProperty()
|
|
19
|
-
@IsOptional()
|
|
20
|
-
@IsString()
|
|
21
|
-
name?: string;
|
|
22
|
-
|
|
23
|
-
@ApiProperty()
|
|
24
|
-
@IsString()
|
|
25
|
-
@IsOptional()
|
|
26
|
-
description?: string;
|
|
27
|
-
|
|
28
|
-
@ApiProperty()
|
|
29
|
-
@IsString()
|
|
30
|
-
@IsOptional()
|
|
31
|
-
imageUrl?: string;
|
|
32
|
-
|
|
33
|
-
@ApiProperty()
|
|
34
|
-
@IsOptional()
|
|
35
|
-
normalizedPrice?: bigint;
|
|
36
|
-
|
|
37
|
-
@ApiProperty()
|
|
38
|
-
@IsBoolean()
|
|
39
|
-
@IsOptional()
|
|
40
|
-
notifySenderByEmail?: boolean;
|
|
41
|
-
|
|
42
|
-
@ApiProperty()
|
|
43
|
-
@IsBoolean()
|
|
44
|
-
@IsOptional()
|
|
45
|
-
notifyReceiverByEmail?: boolean;
|
|
46
|
-
|
|
47
|
-
@ApiProperty()
|
|
48
|
-
@IsBoolean()
|
|
49
|
-
@IsOptional()
|
|
50
|
-
addDiscordRole?: boolean;
|
|
51
|
-
|
|
52
|
-
@ApiProperty()
|
|
53
|
-
@IsString()
|
|
54
|
-
@IsOptional()
|
|
55
|
-
currency?: string;
|
|
56
|
-
|
|
57
|
-
@ApiProperty()
|
|
58
|
-
@IsBoolean()
|
|
59
|
-
@IsOptional()
|
|
60
|
-
disabled?: boolean;
|
|
61
|
-
|
|
62
|
-
@ApiProperty()
|
|
63
|
-
@IsString()
|
|
64
|
-
@IsOptional()
|
|
65
|
-
wallet?: string;
|
|
66
|
-
|
|
67
|
-
@ApiProperty()
|
|
68
|
-
@IsString()
|
|
69
|
-
@IsOptional()
|
|
70
|
-
@Type(() => ContentDto)
|
|
71
|
-
@ValidateNested()
|
|
72
|
-
content?: ContentDto;
|
|
73
|
-
|
|
74
|
-
@ApiProperty()
|
|
75
|
-
@IsString()
|
|
76
|
-
@IsOptional()
|
|
77
|
-
@Type(() => LinkFeaturesDto)
|
|
78
|
-
@ValidateNested()
|
|
79
|
-
features?: LinkFeaturesDto;
|
|
80
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Content } from '../../content';
|
|
2
|
-
import type { LinkFeatures } from '../../link-features';
|
|
3
|
-
import { BasePaymentRequest } from '../../payment-request';
|
|
4
|
-
|
|
5
|
-
export class BasePaylink extends BasePaymentRequest {
|
|
6
|
-
content: Content;
|
|
7
|
-
|
|
8
|
-
features: LinkFeatures;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ContentDto } from '../../content';
|
|
2
|
-
import { LinkFeaturesDto } from '../../link-features';
|
|
3
|
-
import { PaymentRequest } from '../../payment-request';
|
|
4
|
-
|
|
5
|
-
export class Paylink extends PaymentRequest {
|
|
6
|
-
content: ContentDto;
|
|
7
|
-
|
|
8
|
-
features: LinkFeaturesDto;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ShallowEnrichedPaymentRequest } from '../../payment-request';
|
|
2
|
-
import type { Content } from '../../content';
|
|
3
|
-
import type { LinkFeatures } from '../../link-features';
|
|
4
|
-
|
|
5
|
-
export class ShallowEnrichedPaylink extends ShallowEnrichedPaymentRequest {
|
|
6
|
-
content: Content;
|
|
7
|
-
|
|
8
|
-
features: LinkFeatures;
|
|
9
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Type } from 'class-transformer';
|
|
2
|
-
import {
|
|
3
|
-
IsNotEmpty,
|
|
4
|
-
IsNumber,
|
|
5
|
-
IsString,
|
|
6
|
-
ValidateNested,
|
|
7
|
-
} from 'class-validator';
|
|
8
|
-
import { CreateTransactionMetaDto } from '../../transaction-meta';
|
|
9
|
-
|
|
10
|
-
export class CreatePaylinkTxDto {
|
|
11
|
-
@IsString()
|
|
12
|
-
@IsNotEmpty()
|
|
13
|
-
@Type(() => CreateTransactionMetaDto)
|
|
14
|
-
@ValidateNested()
|
|
15
|
-
meta: CreateTransactionMetaDto;
|
|
16
|
-
|
|
17
|
-
@IsString()
|
|
18
|
-
@IsNotEmpty()
|
|
19
|
-
paylink: string;
|
|
20
|
-
|
|
21
|
-
@IsNumber()
|
|
22
|
-
@IsNotEmpty()
|
|
23
|
-
quantity: number;
|
|
24
|
-
}
|