@heliofi/common 0.1.99 → 0.1.101
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/fixedPriceTokens.js +0 -5
- package/dist/src/domain/constants/fixedPriceTokens.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +2 -3
- package/dist/src/domain/model/index.js +2 -3
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.d.ts +1 -1
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.js +2 -4
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.js.map +1 -1
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.d.ts +1 -1
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.js +1 -3
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.js.map +1 -1
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +2 -5
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.js +1 -2
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +4 -6
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +1 -2
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.js +0 -1
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.js.map +1 -1
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +0 -2
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js +0 -6
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js.map +1 -1
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.d.ts +0 -2
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js +0 -6
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js.map +1 -1
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.d.ts +3 -0
- package/dist/src/domain/model/{wallet/dtos/UpdateWalletDto.js → prepare-stream/dtos/cancelStreamPrepare.dto.js} +6 -7
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +9 -0
- package/dist/src/domain/model/{email/dtos/emailDto.js → prepare-stream/dtos/createStreamPrepare.dto.js} +20 -30
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/dtos/index.d.ts +3 -0
- package/dist/src/domain/{contact/entities → model/prepare-stream/dtos}/index.js +3 -1
- package/dist/src/domain/model/prepare-stream/dtos/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.d.ts +3 -0
- package/dist/src/domain/model/{blockchain/dtos/blockchainDto.js → prepare-stream/dtos/withdrawStreamPrepare.dto.js} +5 -10
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +5 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/index.d.ts +1 -0
- package/dist/src/domain/model/{token-swap → prepare-stream}/entities/index.js +1 -1
- package/dist/src/domain/model/prepare-stream/entities/index.js.map +1 -0
- package/dist/src/domain/{contactAddress → model/prepare-stream}/index.d.ts +0 -0
- package/dist/src/domain/{contactAddress → model/prepare-stream}/index.js +0 -0
- package/dist/src/domain/model/prepare-stream/index.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/index.js +6 -0
- package/dist/src/domain/model/prepare-transaction/dtos/index.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.d.ts +7 -0
- package/dist/src/domain/{contact/dtos/createContact.dto.js → model/prepare-transaction/dtos/prepareTransaction.dto.js} +15 -17
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/index.d.ts +2 -0
- package/dist/src/domain/{contact/dtos → model/prepare-transaction/entities}/index.js +2 -2
- package/dist/src/domain/model/prepare-transaction/entities/index.js.map +1 -0
- package/dist/src/domain/model/{invoice-tx → prepare-transaction}/index.d.ts +0 -0
- package/dist/src/domain/model/{invoice-tx → prepare-transaction}/index.js +0 -0
- package/dist/src/domain/model/prepare-transaction/index.js.map +1 -0
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.d.ts +1 -3
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.js +2 -12
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.d.ts +1 -2
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js +1 -6
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.d.ts +1 -2
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js +2 -7
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js +6 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js.map +1 -1
- package/dist/src/domain/services/index.d.ts +1 -0
- package/dist/src/domain/services/index.js +1 -0
- package/dist/src/domain/services/index.js.map +1 -1
- 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.map +0 -1
- package/dist/src/domain/contact/dtos/index.d.ts +0 -2
- 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.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.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 -27
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.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 -11
- 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/approve-transaction/dtos/approveTransactionDto.d.ts +0 -14
- package/dist/src/domain/model/approve-transaction/dtos/approveTransactionDto.js +0 -82
- package/dist/src/domain/model/approve-transaction/dtos/approveTransactionDto.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/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/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/blockchain/dtos/blockchainDto.d.ts +0 -4
- package/dist/src/domain/model/blockchain/dtos/blockchainDto.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/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/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/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/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/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/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/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/DiscordBotType.d.ts +0 -4
- package/dist/src/domain/model/discordDetails/entities/DiscordBotType.js +0 -9
- package/dist/src/domain/model/discordDetails/entities/DiscordBotType.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.map +0 -1
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +0 -6
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js +0 -36
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/invoice-tx/dtos/index.js +0 -18
- package/dist/src/domain/model/invoice-tx/dtos/index.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +0 -8
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +0 -22
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +0 -7
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +0 -8
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/entities/index.d.ts +0 -2
- package/dist/src/domain/model/invoice-tx/entities/index.js +0 -19
- package/dist/src/domain/model/invoice-tx/entities/index.js.map +0 -1
- package/dist/src/domain/model/invoice-tx/index.js.map +0 -1
- package/dist/src/domain/model/link-features/dtos/linkFeaturesDto.d.ts +0 -12
- package/dist/src/domain/model/link-features/dtos/linkFeaturesDto.js +0 -67
- package/dist/src/domain/model/link-features/dtos/linkFeaturesDto.js.map +0 -1
- package/dist/src/domain/model/paylink/dtos/createPaylinkDto.d.ts +0 -19
- package/dist/src/domain/model/paylink/dtos/createPaylinkDto.js +0 -114
- package/dist/src/domain/model/paylink/dtos/createPaylinkDto.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-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/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/payment-request/entities/PaymentType.d.ts +0 -4
- package/dist/src/domain/model/payment-request/entities/PaymentType.js +0 -9
- package/dist/src/domain/model/payment-request/entities/PaymentType.js.map +0 -1
- package/dist/src/domain/model/product/dtos/ProductDto.d.ts +0 -6
- package/dist/src/domain/model/product/dtos/ProductDto.js +0 -37
- package/dist/src/domain/model/product/dtos/ProductDto.js.map +0 -1
- package/dist/src/domain/model/product-details/dtos/ProductDetailsDto.d.ts +0 -4
- package/dist/src/domain/model/product-details/dtos/ProductDetailsDto.js +0 -30
- package/dist/src/domain/model/product-details/dtos/ProductDetailsDto.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/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/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/submit-invoice/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/submit-invoice/dtos/index.js +0 -6
- package/dist/src/domain/model/submit-invoice/dtos/index.js.map +0 -1
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +0 -10
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js +0 -54
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js.map +0 -1
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +0 -3
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.js +0 -3
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.js.map +0 -1
- package/dist/src/domain/model/submit-invoice/entities/index.d.ts +0 -1
- package/dist/src/domain/model/submit-invoice/entities/index.js +0 -18
- package/dist/src/domain/model/submit-invoice/entities/index.js.map +0 -1
- package/dist/src/domain/model/submit-invoice/index.d.ts +0 -2
- package/dist/src/domain/model/submit-invoice/index.js +0 -19
- package/dist/src/domain/model/submit-invoice/index.js.map +0 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
- package/dist/src/domain/model/token-swap/entities/index.d.ts +0 -1
- package/dist/src/domain/model/token-swap/entities/index.js.map +0 -1
- package/dist/src/domain/model/token-swap/index.d.ts +0 -1
- package/dist/src/domain/model/token-swap/index.js +0 -18
- package/dist/src/domain/model/token-swap/index.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.d.ts +0 -11
- package/dist/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.js +0 -63
- package/dist/src/domain/model/transaction-meta/dtos/CreateTransactionMetaDto.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/wallet/dtos/UpdateWalletDto.d.ts +0 -3
- package/dist/src/domain/model/wallet/dtos/UpdateWalletDto.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 -21
- 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fixedPriceTokens.js","sourceRoot":"","sources":["../../../../src/domain/constants/fixedPriceTokens.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,MAAM;IACN,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,MAAM;
|
|
1
|
+
{"version":3,"file":"fixedPriceTokens.js","sourceRoot":"","sources":["../../../../src/domain/constants/fixedPriceTokens.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,MAAM;IACN,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,MAAM;CACP,CAAC"}
|
|
@@ -39,10 +39,9 @@ export * from './contact';
|
|
|
39
39
|
export * from './contactAddress';
|
|
40
40
|
export * from './contactCompany';
|
|
41
41
|
export * from './webhook';
|
|
42
|
+
export * from './prepare-transaction';
|
|
42
43
|
export * from './token-quoting';
|
|
43
44
|
export * from './fixed-currency';
|
|
44
45
|
export * from './invoice';
|
|
45
46
|
export * from './invoiceItem';
|
|
46
|
-
export * from './
|
|
47
|
-
export * from './invoice-tx';
|
|
48
|
-
export * from './token-swap';
|
|
47
|
+
export * from './prepare-stream';
|
|
@@ -55,11 +55,10 @@ __exportStar(require("./contact"), exports);
|
|
|
55
55
|
__exportStar(require("./contactAddress"), exports);
|
|
56
56
|
__exportStar(require("./contactCompany"), exports);
|
|
57
57
|
__exportStar(require("./webhook"), exports);
|
|
58
|
+
__exportStar(require("./prepare-transaction"), exports);
|
|
58
59
|
__exportStar(require("./token-quoting"), exports);
|
|
59
60
|
__exportStar(require("./fixed-currency"), exports);
|
|
60
61
|
__exportStar(require("./invoice"), exports);
|
|
61
62
|
__exportStar(require("./invoiceItem"), exports);
|
|
62
|
-
__exportStar(require("./
|
|
63
|
-
__exportStar(require("./invoice-tx"), exports);
|
|
64
|
-
__exportStar(require("./token-swap"), exports);
|
|
63
|
+
__exportStar(require("./prepare-stream"), exports);
|
|
65
64
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC"}
|
|
@@ -24,14 +24,12 @@ __decorate([
|
|
|
24
24
|
(0, class_transformer_1.Type)(() => Date),
|
|
25
25
|
(0, class_validator_1.IsDate)(),
|
|
26
26
|
(0, class_validator_1.IsNotEmpty)(),
|
|
27
|
-
(0, class_validator_1.MinDate)(new Date()),
|
|
28
27
|
__metadata("design:type", Date)
|
|
29
28
|
], CreateInvoiceDto.prototype, "dueDate", void 0);
|
|
30
29
|
__decorate([
|
|
31
30
|
(0, class_transformer_1.Type)(() => Date),
|
|
32
31
|
(0, class_validator_1.IsDate)(),
|
|
33
32
|
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
-
(0, class_validator_1.MinDate)(new Date()),
|
|
35
33
|
__metadata("design:type", Date)
|
|
36
34
|
], CreateInvoiceDto.prototype, "date", void 0);
|
|
37
35
|
__decorate([
|
|
@@ -40,14 +38,14 @@ __decorate([
|
|
|
40
38
|
__metadata("design:type", String)
|
|
41
39
|
], CreateInvoiceDto.prototype, "currency", void 0);
|
|
42
40
|
__decorate([
|
|
43
|
-
(0, class_validator_1.
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
42
|
(0, class_transformer_1.Type)(() => invoiceItem_1.InvoiceItemDto),
|
|
45
43
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
46
44
|
__metadata("design:type", Array)
|
|
47
45
|
], CreateInvoiceDto.prototype, "items", void 0);
|
|
48
46
|
__decorate([
|
|
49
47
|
(0, class_validator_1.IsNumber)(),
|
|
50
|
-
(0, class_validator_1.
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
51
49
|
__metadata("design:type", Number)
|
|
52
50
|
], CreateInvoiceDto.prototype, "invoiceNumber", void 0);
|
|
53
51
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/createInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/createInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AACzC,mDAAmD;AAEnD,MAAa,gBAAgB;CAmC5B;AAlCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACJ,IAAI;iDAAC;AAEd;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACP,IAAI;8CAAC;AAEX;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAc,CAAC;IAC1B,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+CACN;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAlCzB,4CAmCC"}
|
|
@@ -24,14 +24,12 @@ __decorate([
|
|
|
24
24
|
(0, class_transformer_1.Type)(() => Date),
|
|
25
25
|
(0, class_validator_1.IsDate)(),
|
|
26
26
|
(0, class_validator_1.IsOptional)(),
|
|
27
|
-
(0, class_validator_1.MinDate)(new Date()),
|
|
28
27
|
__metadata("design:type", Date)
|
|
29
28
|
], UpdateInvoiceDto.prototype, "dueDate", void 0);
|
|
30
29
|
__decorate([
|
|
31
30
|
(0, class_transformer_1.Type)(() => Date),
|
|
32
31
|
(0, class_validator_1.IsDate)(),
|
|
33
32
|
(0, class_validator_1.IsOptional)(),
|
|
34
|
-
(0, class_validator_1.MinDate)(new Date()),
|
|
35
33
|
__metadata("design:type", Date)
|
|
36
34
|
], UpdateInvoiceDto.prototype, "date", void 0);
|
|
37
35
|
__decorate([
|
|
@@ -41,7 +39,7 @@ __decorate([
|
|
|
41
39
|
], UpdateInvoiceDto.prototype, "currency", void 0);
|
|
42
40
|
__decorate([
|
|
43
41
|
(0, class_validator_1.IsNumber)(),
|
|
44
|
-
(0, class_validator_1.
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
43
|
__metadata("design:type", Number)
|
|
46
44
|
], UpdateInvoiceDto.prototype, "invoiceNumber", void 0);
|
|
47
45
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/updateInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/updateInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,mDAAmD;AAEnD,MAAa,gBAAgB;CAmC5B;AAlCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACJ,IAAI;iDAAC;AAEd;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACP,IAAI;8CAAC;AAEX;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAc,CAAC;IAC1B,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+CACN;AAlC3B,4CAmCC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { Entity } from '../../entity';
|
|
3
|
-
export declare class InvoiceItem extends Entity {
|
|
4
|
-
id: string;
|
|
1
|
+
export declare class InvoiceItem {
|
|
5
2
|
price: bigint;
|
|
6
3
|
name: string;
|
|
7
4
|
quantity: number;
|
|
8
|
-
|
|
5
|
+
imageUrl?: string;
|
|
9
6
|
description?: string;
|
|
10
7
|
}
|
|
@@ -11,8 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.InvoiceItem = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
|
|
15
|
-
class InvoiceItem extends entity_1.Entity {
|
|
14
|
+
class InvoiceItem {
|
|
16
15
|
}
|
|
17
16
|
__decorate([
|
|
18
17
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvoiceItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoiceItem/entities/InvoiceItem.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,
|
|
1
|
+
{"version":3,"file":"InvoiceItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoiceItem/entities/InvoiceItem.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,MAAa,WAAW;CAWvB;AAVC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CAC1B;AAFhB,kCAWC"}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
-
import { FixedCurrency } from '../../fixed-currency';
|
|
3
2
|
export declare class BasePaymentRequest extends Entity {
|
|
4
3
|
id: string;
|
|
5
4
|
name: string;
|
|
6
5
|
description?: string;
|
|
7
6
|
imageUrl?: string;
|
|
8
|
-
normalizedPrice
|
|
7
|
+
normalizedPrice?: bigint;
|
|
9
8
|
maxTransactions?: number;
|
|
10
|
-
notifySenderByEmail
|
|
11
|
-
notifyReceiverByEmail
|
|
12
|
-
addDiscordRole
|
|
9
|
+
notifySenderByEmail?: boolean;
|
|
10
|
+
notifyReceiverByEmail?: boolean;
|
|
11
|
+
addDiscordRole?: boolean;
|
|
13
12
|
disabled?: boolean;
|
|
14
13
|
createdAt?: string;
|
|
15
14
|
updatedAt?: string;
|
|
16
15
|
dynamic?: boolean;
|
|
17
16
|
nftCollectionAddress?: string;
|
|
18
|
-
fixedCurrency?: FixedCurrency;
|
|
19
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAsC;AACtC,yDAA8C;
|
|
1
|
+
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAsC;AACtC,yDAA8C;AAE9C,MAAa,kBAAmB,SAAQ,eAAM;CA6B7C;AApBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DACf;AAV3B,gDA6BC"}
|
|
@@ -5,6 +5,5 @@ var PaymentRequestType;
|
|
|
5
5
|
(function (PaymentRequestType) {
|
|
6
6
|
PaymentRequestType["PAYLINK"] = "PAYLINK";
|
|
7
7
|
PaymentRequestType["PAYSTREAM"] = "PAYSTREAM";
|
|
8
|
-
PaymentRequestType["INVOICE"] = "INVOICE";
|
|
9
8
|
})(PaymentRequestType = exports.PaymentRequestType || (exports.PaymentRequestType = {}));
|
|
10
9
|
//# sourceMappingURL=PaymentRequestType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentRequestType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/PaymentRequestType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"PaymentRequestType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/PaymentRequestType.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,6CAAuB,CAAA;AACzB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B"}
|
|
@@ -2,7 +2,6 @@ import { StreamFeaturesDto } from '../../stream-features';
|
|
|
2
2
|
import { IntervalType } from '../entities';
|
|
3
3
|
import { ProductDto } from '../../product';
|
|
4
4
|
import { ContentDto } from '../../content';
|
|
5
|
-
import { FixedCurrencyDto } from '../../fixed-currency';
|
|
6
5
|
export declare class CreatePaystreamDto {
|
|
7
6
|
company: string;
|
|
8
7
|
name: string;
|
|
@@ -23,5 +22,4 @@ export declare class CreatePaystreamDto {
|
|
|
23
22
|
dynamic?: boolean;
|
|
24
23
|
product?: ProductDto | null;
|
|
25
24
|
nftCollectionAddress?: string;
|
|
26
|
-
fixedCurrency?: FixedCurrencyDto;
|
|
27
25
|
}
|
|
@@ -16,7 +16,6 @@ const stream_features_1 = require("../../stream-features");
|
|
|
16
16
|
const entities_1 = require("../entities");
|
|
17
17
|
const product_1 = require("../../product");
|
|
18
18
|
const content_1 = require("../../content");
|
|
19
|
-
const fixed_currency_1 = require("../../fixed-currency");
|
|
20
19
|
class CreatePaystreamDto {
|
|
21
20
|
constructor() {
|
|
22
21
|
this.notifySenderByEmail = false;
|
|
@@ -122,10 +121,5 @@ __decorate([
|
|
|
122
121
|
(0, class_validator_1.IsOptional)(),
|
|
123
122
|
__metadata("design:type", String)
|
|
124
123
|
], CreatePaystreamDto.prototype, "nftCollectionAddress", void 0);
|
|
125
|
-
__decorate([
|
|
126
|
-
(0, class_transformer_1.Type)(() => fixed_currency_1.FixedCurrencyDto),
|
|
127
|
-
(0, class_validator_1.IsOptional)(),
|
|
128
|
-
__metadata("design:type", fixed_currency_1.FixedCurrencyDto)
|
|
129
|
-
], CreatePaystreamDto.prototype, "fixedCurrency", void 0);
|
|
130
124
|
exports.CreatePaystreamDto = CreatePaystreamDto;
|
|
131
125
|
//# sourceMappingURL=createPaystream.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/createPaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,0CAA2C;AAC3C,2CAA2C;AAC3C,2CAA2C;
|
|
1
|
+
{"version":3,"file":"createPaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/createPaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,0CAA2C;AAC3C,2CAA2C;AAC3C,2CAA2C;AAE3C,MAAa,kBAAkB;IAA/B;QAuBE,wBAAmB,GAAa,KAAK,CAAC;QAItC,0BAAqB,GAAa,KAAK,CAAC;QAIxC,mBAAc,GAAa,KAAK,CAAC;IAgDnC,CAAC;CAAA;AA9EC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DACf;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACyB;AAEtC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEAC2B;AAExC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACoB;AAEjC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;8BACN,mCAAiB;oDAAC;AAE7B;IAAC,IAAA,wBAAM,EAAC,uBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;oDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAQ;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACiB;AA9EhC,gDA+EC"}
|
|
@@ -2,7 +2,6 @@ import { StreamFeaturesDto } from '../../stream-features';
|
|
|
2
2
|
import { ProductDto } from '../../product';
|
|
3
3
|
import { ContentDto } from '../../content';
|
|
4
4
|
import { IntervalType } from '../entities';
|
|
5
|
-
import { FixedCurrencyDto } from '../../fixed-currency';
|
|
6
5
|
export declare class UpdatePaystreamDto {
|
|
7
6
|
company?: string;
|
|
8
7
|
name?: string;
|
|
@@ -22,5 +21,4 @@ export declare class UpdatePaystreamDto {
|
|
|
22
21
|
maxTransactions?: number;
|
|
23
22
|
product?: ProductDto | null;
|
|
24
23
|
nftCollectionAddress?: string;
|
|
25
|
-
fixedCurrency?: FixedCurrencyDto;
|
|
26
24
|
}
|
|
@@ -16,7 +16,6 @@ const stream_features_1 = require("../../stream-features");
|
|
|
16
16
|
const product_1 = require("../../product");
|
|
17
17
|
const content_1 = require("../../content");
|
|
18
18
|
const entities_1 = require("../entities");
|
|
19
|
-
const fixed_currency_1 = require("../../fixed-currency");
|
|
20
19
|
class UpdatePaystreamDto {
|
|
21
20
|
}
|
|
22
21
|
__decorate([
|
|
@@ -112,10 +111,5 @@ __decorate([
|
|
|
112
111
|
(0, class_validator_1.IsOptional)(),
|
|
113
112
|
__metadata("design:type", String)
|
|
114
113
|
], UpdatePaystreamDto.prototype, "nftCollectionAddress", void 0);
|
|
115
|
-
__decorate([
|
|
116
|
-
(0, class_transformer_1.Type)(() => fixed_currency_1.FixedCurrencyDto),
|
|
117
|
-
(0, class_validator_1.IsOptional)(),
|
|
118
|
-
__metadata("design:type", fixed_currency_1.FixedCurrencyDto)
|
|
119
|
-
], UpdatePaystreamDto.prototype, "fixedCurrency", void 0);
|
|
120
114
|
exports.UpdatePaystreamDto = UpdatePaystreamDto;
|
|
121
115
|
//# sourceMappingURL=updatePaystream.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/updatePaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,2CAA2C;AAC3C,2CAA2C;AAC3C,0CAA2C;
|
|
1
|
+
{"version":3,"file":"updatePaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/updatePaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,2CAA2C;AAC3C,2CAA2C;AAC3C,0CAA2C;AAE3C,MAAa,kBAAkB;CA2E9B;AA1EC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAC;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACN,mCAAiB;oDAAC;AAE7B;IAAC,IAAA,wBAAM,EAAC,uBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;oDACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAQ;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACiB;AA1EhC,gDA2EC"}
|
|
@@ -9,15 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.CancelStreamPrepareDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
|
|
15
|
-
class UpdateWalletDto {
|
|
14
|
+
class CancelStreamPrepareDto {
|
|
16
15
|
}
|
|
17
16
|
__decorate([
|
|
18
|
-
(0, swagger_1.ApiProperty)(),
|
|
19
17
|
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
19
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
22
|
-
exports.
|
|
23
|
-
//# sourceMappingURL=
|
|
20
|
+
], CancelStreamPrepareDto.prototype, "id", void 0);
|
|
21
|
+
exports.CancelStreamPrepareDto = CancelStreamPrepareDto;
|
|
22
|
+
//# sourceMappingURL=cancelStreamPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancelStreamPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,sBAAsB;CAIlC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACF;AAHb,wDAIC"}
|
|
@@ -9,55 +9,45 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.CreateStreamPrepareDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
const
|
|
15
|
-
class
|
|
16
|
-
constructor() {
|
|
17
|
-
this.cluster = 'devnet';
|
|
18
|
-
}
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class CreateStreamPrepareDto {
|
|
19
16
|
}
|
|
20
17
|
__decorate([
|
|
21
|
-
(0, swagger_1.ApiProperty)(),
|
|
22
18
|
(0, class_validator_1.IsString)(),
|
|
23
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
24
20
|
__metadata("design:type", String)
|
|
25
|
-
],
|
|
21
|
+
], CreateStreamPrepareDto.prototype, "paymentRequestId", void 0);
|
|
26
22
|
__decorate([
|
|
27
|
-
(0,
|
|
28
|
-
(0, class_validator_1.IsEmail)(),
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
29
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
30
25
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, swagger_1.ApiProperty)(),
|
|
34
|
-
(0, class_validator_1.IsNumber)(),
|
|
35
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
36
|
-
__metadata("design:type", Number)
|
|
37
|
-
], EmailDto.prototype, "amount", void 0);
|
|
26
|
+
], CreateStreamPrepareDto.prototype, "sender", void 0);
|
|
38
27
|
__decorate([
|
|
39
|
-
(0, swagger_1.ApiProperty)(),
|
|
40
28
|
(0, class_validator_1.IsString)(),
|
|
41
29
|
(0, class_validator_1.IsNotEmpty)(),
|
|
42
30
|
__metadata("design:type", String)
|
|
43
|
-
],
|
|
31
|
+
], CreateStreamPrepareDto.prototype, "paymentAccount", void 0);
|
|
44
32
|
__decorate([
|
|
45
|
-
(0, swagger_1.ApiProperty)(),
|
|
46
33
|
(0, class_validator_1.IsString)(),
|
|
47
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
48
35
|
__metadata("design:type", String)
|
|
49
|
-
],
|
|
36
|
+
], CreateStreamPrepareDto.prototype, "currency", void 0);
|
|
50
37
|
__decorate([
|
|
51
|
-
(0, swagger_1.ApiProperty)(),
|
|
52
|
-
(0, class_validator_1.IsString)(),
|
|
53
38
|
(0, class_validator_1.IsNotEmpty)(),
|
|
39
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
54
40
|
__metadata("design:type", String)
|
|
55
|
-
],
|
|
41
|
+
], CreateStreamPrepareDto.prototype, "startedAt", void 0);
|
|
56
42
|
__decorate([
|
|
57
|
-
(0,
|
|
58
|
-
(0,
|
|
59
|
-
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
60
45
|
__metadata("design:type", String)
|
|
61
|
-
],
|
|
62
|
-
|
|
63
|
-
|
|
46
|
+
], CreateStreamPrepareDto.prototype, "endedAt", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsNumber)(),
|
|
49
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], CreateStreamPrepareDto.prototype, "interval", void 0);
|
|
52
|
+
exports.CreateStreamPrepareDto = CreateStreamPrepareDto;
|
|
53
|
+
//# sourceMappingURL=createStreamPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createStreamPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AACjE,yDAA8C;AAE9C,MAAa,sBAAsB;CA4BlC;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;yDACtB;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;uDACxB;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AA3BnB,wDA4BC"}
|
|
@@ -14,5 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./createStreamPrepare.dto"), exports);
|
|
18
|
+
__exportStar(require("./cancelStreamPrepare.dto"), exports);
|
|
19
|
+
__exportStar(require("./withdrawStreamPrepare.dto"), exports);
|
|
18
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C"}
|
|
@@ -9,19 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.WithdrawStreamPrepareDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class WithdrawStreamPrepareDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
17
|
(0, class_validator_1.IsString)(),
|
|
18
18
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
19
|
__metadata("design:type", String)
|
|
20
|
-
],
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], BlockchainDto.prototype, "symbol", void 0);
|
|
26
|
-
exports.BlockchainDto = BlockchainDto;
|
|
27
|
-
//# sourceMappingURL=blockchainDto.js.map
|
|
20
|
+
], WithdrawStreamPrepareDto.prototype, "id", void 0);
|
|
21
|
+
exports.WithdrawStreamPrepareDto = WithdrawStreamPrepareDto;
|
|
22
|
+
//# sourceMappingURL=withdrawStreamPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withdrawStreamPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,wBAAwB;CAIpC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACF;AAHb,4DAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenStreamPayload = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenStreamPayload extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenStreamPayload = TokenStreamPayload;
|
|
8
|
+
//# sourceMappingURL=TokenStreamPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenStreamPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/TokenStreamPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAG7C;AAHD,gDAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TokenStreamPayload';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./TokenStreamPayload"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/prepare-stream/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PrepareTransactionDto } from './prepareTransaction.dto';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareTransactionDto = void 0;
|
|
4
|
+
var prepareTransaction_dto_1 = require("./prepareTransaction.dto");
|
|
5
|
+
Object.defineProperty(exports, "PrepareTransactionDto", { enumerable: true, get: function () { return prepareTransaction_dto_1.PrepareTransactionDto; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/index.ts"],"names":[],"mappings":";;;AAAA,mEAAiE;AAAxD,+HAAA,qBAAqB,OAAA"}
|