@xoxno/types 1.0.1
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/cache/keys.d.ts +642 -0
- package/dist/cache/keys.js +654 -0
- package/dist/cache/ttl.d.ts +13 -0
- package/dist/cache/ttl.js +16 -0
- package/dist/common/enums.d.ts +52 -0
- package/dist/common/enums.js +61 -0
- package/dist/common/kusto/kusto-db.enum.d.ts +7 -0
- package/dist/common/kusto/kusto-db.enum.js +12 -0
- package/dist/common/kusto/lending-market-analytics.d.ts +19 -0
- package/dist/common/kusto/lending-market-analytics.js +171 -0
- package/dist/common/kusto/lending-overall-stats.d.ts +11 -0
- package/dist/common/kusto/lending-overall-stats.js +72 -0
- package/dist/common/kusto/lending-position-status.d.ts +10 -0
- package/dist/common/kusto/lending-position-status.js +63 -0
- package/dist/common/kusto/order-by-column.enum.d.ts +8 -0
- package/dist/common/kusto/order-by-column.enum.js +13 -0
- package/dist/common/kusto/order-direction.enum.d.ts +4 -0
- package/dist/common/kusto/order-direction.enum.js +8 -0
- package/dist/common/kusto/trading-stats.d.ts +28 -0
- package/dist/common/kusto/trading-stats.js +35 -0
- package/dist/common/kusto/user-trading-summary.d.ts +20 -0
- package/dist/common/kusto/user-trading-summary.js +6 -0
- package/dist/common/kusto/volume-graph.d.ts +16 -0
- package/dist/common/kusto/volume-graph.js +57 -0
- package/dist/common/kusto/wallet-stats.d.ts +36 -0
- package/dist/common/kusto/wallet-stats.js +66 -0
- package/dist/common/owner.dto.d.ts +14 -0
- package/dist/common/owner.dto.js +37 -0
- package/dist/common/socials.d.ts +11 -0
- package/dist/common/socials.js +53 -0
- package/dist/common/statistics.d.ts +11 -0
- package/dist/common/statistics.js +49 -0
- package/dist/common/tokenPayent.d.ts +9 -0
- package/dist/common/tokenPayent.js +50 -0
- package/dist/cosmos-db/cosmos-db-container.enum.d.ts +13 -0
- package/dist/cosmos-db/cosmos-db-container.enum.js +17 -0
- package/dist/cosmos-db/cosmos-db-generic-filter.d.ts +16 -0
- package/dist/cosmos-db/cosmos-db-generic-filter.js +72 -0
- package/dist/cosmos-db/cosmos-db-paginated-response.dto.d.ts +13 -0
- package/dist/cosmos-db/cosmos-db-paginated-response.dto.js +62 -0
- package/dist/cosmos-db/cosmos-db-query.d.ts +81 -0
- package/dist/cosmos-db/cosmos-db-query.js +435 -0
- package/dist/cosmos-db/documents/activity/chain-activity.enum.d.ts +4 -0
- package/dist/cosmos-db/documents/activity/chain-activity.enum.js +5 -0
- package/dist/cosmos-db/documents/activity/event-source.enum.d.ts +15 -0
- package/dist/cosmos-db/documents/activity/event-source.enum.js +19 -0
- package/dist/cosmos-db/documents/activity/nft-activity-data.d.ts +22 -0
- package/dist/cosmos-db/documents/activity/nft-activity-data.js +2 -0
- package/dist/cosmos-db/documents/activity/nft-activity-type.enum.d.ts +28 -0
- package/dist/cosmos-db/documents/activity/nft-activity-type.enum.js +36 -0
- package/dist/cosmos-db/documents/activity/nft-activity.doc.d.ts +20 -0
- package/dist/cosmos-db/documents/activity/nft-activity.doc.js +121 -0
- package/dist/cosmos-db/documents/chat/block-user.dto.d.ts +3 -0
- package/dist/cosmos-db/documents/chat/block-user.dto.js +20 -0
- package/dist/cosmos-db/documents/chat/blocked-user.dto.d.ts +14 -0
- package/dist/cosmos-db/documents/chat/blocked-user.dto.js +57 -0
- package/dist/cosmos-db/documents/chat/chat-conversation.d.ts +39 -0
- package/dist/cosmos-db/documents/chat/chat-conversation.js +109 -0
- package/dist/cosmos-db/documents/chat/chat-data-type.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/chat/chat-data-type.enum.js +10 -0
- package/dist/cosmos-db/documents/chat/chat-message-content-type.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/chat/chat-message-content-type.enum.js +10 -0
- package/dist/cosmos-db/documents/chat/chat-message-content.dto.d.ts +6 -0
- package/dist/cosmos-db/documents/chat/chat-message-content.dto.js +42 -0
- package/dist/cosmos-db/documents/chat/chat-message-reply.dto.d.ts +7 -0
- package/dist/cosmos-db/documents/chat/chat-message-reply.dto.js +41 -0
- package/dist/cosmos-db/documents/chat/chat-message.doc.d.ts +44 -0
- package/dist/cosmos-db/documents/chat/chat-message.doc.js +17 -0
- package/dist/cosmos-db/documents/chat/chat-message.dto.d.ts +47 -0
- package/dist/cosmos-db/documents/chat/chat-message.dto.js +160 -0
- package/dist/cosmos-db/documents/chat/global-conversation-summary.dto.d.ts +10 -0
- package/dist/cosmos-db/documents/chat/global-conversation-summary.dto.js +38 -0
- package/dist/cosmos-db/documents/chat/group-chat-profile.doc.d.ts +13 -0
- package/dist/cosmos-db/documents/chat/group-chat-profile.doc.js +14 -0
- package/dist/cosmos-db/documents/chat/user-block.doc.d.ts +10 -0
- package/dist/cosmos-db/documents/chat/user-block.doc.js +14 -0
- package/dist/cosmos-db/documents/chat/user-conversation.doc.d.ts +16 -0
- package/dist/cosmos-db/documents/chat/user-conversation.doc.js +13 -0
- package/dist/cosmos-db/documents/collection/collectionConfig.d.ts +15 -0
- package/dist/cosmos-db/documents/collection/collectionConfig.js +19 -0
- package/dist/cosmos-db/documents/collection/dataTypes.d.ts +8 -0
- package/dist/cosmos-db/documents/collection/dataTypes.js +12 -0
- package/dist/cosmos-db/documents/collection/globalOffer.d.ts +27 -0
- package/dist/cosmos-db/documents/collection/globalOffer.js +174 -0
- package/dist/cosmos-db/documents/collection/mintProfile.d.ts +36 -0
- package/dist/cosmos-db/documents/collection/mintProfile.js +241 -0
- package/dist/cosmos-db/documents/collection/mintStage.d.ts +20 -0
- package/dist/cosmos-db/documents/collection/mintStage.js +13 -0
- package/dist/cosmos-db/documents/collection/profile.d.ts +52 -0
- package/dist/cosmos-db/documents/collection/profile.js +330 -0
- package/dist/cosmos-db/documents/collection/stats.d.ts +45 -0
- package/dist/cosmos-db/documents/collection/stats.js +286 -0
- package/dist/cosmos-db/documents/collection/verification.d.ts +11 -0
- package/dist/cosmos-db/documents/collection/verification.js +72 -0
- package/dist/cosmos-db/documents/external-payment/binance-hook.d.ts +46 -0
- package/dist/cosmos-db/documents/external-payment/binance-hook.js +16 -0
- package/dist/cosmos-db/documents/external-payment/binance-request.d.ts +30 -0
- package/dist/cosmos-db/documents/external-payment/binance-request.js +36 -0
- package/dist/cosmos-db/documents/external-payment/external-payment-request.d.ts +52 -0
- package/dist/cosmos-db/documents/external-payment/external-payment-request.js +236 -0
- package/dist/cosmos-db/documents/external-payment/external-payment-status.enum.d.ts +18 -0
- package/dist/cosmos-db/documents/external-payment/external-payment-status.enum.js +22 -0
- package/dist/cosmos-db/documents/external-payment/external-payment.doc.d.ts +42 -0
- package/dist/cosmos-db/documents/external-payment/external-payment.doc.js +10 -0
- package/dist/cosmos-db/documents/external-payment/payment-provider.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/external-payment/payment-provider.enum.js +10 -0
- package/dist/cosmos-db/documents/external-payment/purchase-type.enum.d.ts +14 -0
- package/dist/cosmos-db/documents/external-payment/purchase-type.enum.js +18 -0
- package/dist/cosmos-db/documents/external-payment/stripe-charge-event.d.ts +126 -0
- package/dist/cosmos-db/documents/external-payment/stripe-charge-event.js +2 -0
- package/dist/cosmos-db/documents/external-payment/twispay-cart.d.ts +13 -0
- package/dist/cosmos-db/documents/external-payment/twispay-cart.js +8 -0
- package/dist/cosmos-db/documents/external-payment/twispay-customer.d.ts +14 -0
- package/dist/cosmos-db/documents/external-payment/twispay-customer.js +2 -0
- package/dist/cosmos-db/documents/external-payment/twispay-payment-form.d.ts +15 -0
- package/dist/cosmos-db/documents/external-payment/twispay-payment-form.js +2 -0
- package/dist/cosmos-db/documents/external-payment/twispay-transaction.d.ts +50 -0
- package/dist/cosmos-db/documents/external-payment/twispay-transaction.js +48 -0
- package/dist/cosmos-db/documents/lending/lending-account-profile.d.ts +35 -0
- package/dist/cosmos-db/documents/lending/lending-account-profile.js +258 -0
- package/dist/cosmos-db/documents/lending/lending-data-type.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/lending/lending-data-type.enum.js +10 -0
- package/dist/cosmos-db/documents/lending/lending-emode-category-profile.doc.d.ts +20 -0
- package/dist/cosmos-db/documents/lending/lending-emode-category-profile.doc.js +66 -0
- package/dist/cosmos-db/documents/lending/lending-market-profile.doc.d.ts +82 -0
- package/dist/cosmos-db/documents/lending/lending-market-profile.doc.js +372 -0
- package/dist/cosmos-db/documents/lending/lending-nft-attributes.d.ts +16 -0
- package/dist/cosmos-db/documents/lending/lending-nft-attributes.js +17 -0
- package/dist/cosmos-db/documents/lending/lending-position-type.enum.d.ts +5 -0
- package/dist/cosmos-db/documents/lending/lending-position-type.enum.js +9 -0
- package/dist/cosmos-db/documents/lending/lending-token-emode-profile.doc.d.ts +13 -0
- package/dist/cosmos-db/documents/lending/lending-token-emode-profile.doc.js +59 -0
- package/dist/cosmos-db/documents/notification/notification-asset-type.enum.d.ts +4 -0
- package/dist/cosmos-db/documents/notification/notification-asset-type.enum.js +8 -0
- package/dist/cosmos-db/documents/notification/notification-data-type.enum.d.ts +3 -0
- package/dist/cosmos-db/documents/notification/notification-data-type.enum.js +7 -0
- package/dist/cosmos-db/documents/notification/notification.doc.d.ts +35 -0
- package/dist/cosmos-db/documents/notification/notification.doc.js +13 -0
- package/dist/cosmos-db/documents/staking/staking-creator.d.ts +11 -0
- package/dist/cosmos-db/documents/staking/staking-creator.js +13 -0
- package/dist/cosmos-db/documents/staking/staking-data-type.enum.d.ts +5 -0
- package/dist/cosmos-db/documents/staking/staking-data-type.enum.js +9 -0
- package/dist/cosmos-db/documents/staking/staking-delegator-doc.d.ts +15 -0
- package/dist/cosmos-db/documents/staking/staking-delegator-doc.js +15 -0
- package/dist/cosmos-db/documents/staking/staking-issuing-type-string.enum.d.ts +5 -0
- package/dist/cosmos-db/documents/staking/staking-issuing-type-string.enum.js +9 -0
- package/dist/cosmos-db/documents/staking/staking-pool-doc.d.ts +93 -0
- package/dist/cosmos-db/documents/staking/staking-pool-doc.js +265 -0
- package/dist/cosmos-db/documents/staking/staking-pool-type-string.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/staking/staking-pool-type-string.enum.js +10 -0
- package/dist/cosmos-db/documents/ticketing/discount-code-validation-response.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/discount-code-validation-response.js +38 -0
- package/dist/cosmos-db/documents/ticketing/entities/discount-code-validation-response.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/entities/discount-code-validation-response.js +38 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-category.enum.d.ts +90 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-category.enum.js +99 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-approve.dto.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-approve.dto.js +32 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-doc.filter.d.ts +25 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-doc.filter.js +91 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-registration.dto.d.ts +23 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-registration.dto.js +196 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-status.enum.d.ts +10 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest-status.enum.js +14 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest.doc.d.ts +64 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-guest.doc.js +387 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation-create.dto.d.ts +12 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation-create.dto.js +74 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation-doc.filter.d.ts +31 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation-doc.filter.js +99 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation-status.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation-status.enum.js +10 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation.doc.d.ts +32 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-invitation.doc.js +206 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-location.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-location.js +68 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile-create.dto.d.ts +47 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile-create.dto.js +269 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile-doc.filter.d.ts +41 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile-doc.filter.js +129 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile-edit.dto.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile-edit.dto.js +108 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile.doc.d.ts +93 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-profile.doc.js +544 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-answer-type.enum.d.ts +9 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-answer-type.enum.js +13 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-answer.doc.d.ts +23 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-answer.doc.js +127 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-create.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-create.dto.js +61 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-edit.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-edit.dto.js +65 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-validator.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question-validator.js +32 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question.doc.d.ts +15 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-question.doc.js +87 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-create.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-create.dto.js +58 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-edit.dto.d.ts +5 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-edit.dto.js +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-filter.doc.d.ts +23 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-filter.doc.js +116 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-query.doc.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-query.doc.js +38 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config.doc.d.ts +27 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-config.doc.js +148 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-create.dto.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-create.dto.js +31 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-edit.dto.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-edit.dto.js +36 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-filter.doc.d.ts +31 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-filter.doc.js +161 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-query.doc.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-query.doc.js +38 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-usage.doc.d.ts +16 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral-usage.doc.js +100 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral.doc.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-referral.doc.js +92 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-scan-status.enum.d.ts +24 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-scan-status.enum.js +46 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-create.dto.d.ts +13 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-create.dto.js +109 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-edit.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-edit.dto.js +48 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile.doc.d.ts +21 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile.doc.js +168 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-create.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-create.dto.js +74 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-edit.dto.d.ts +7 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-edit.dto.js +31 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile.doc.d.ts +25 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile.doc.js +166 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-qr-type.enum.d.ts +43 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-ticket-qr-type.enum.js +201 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-user-role-create.dto.d.ts +9 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-user-role-create.dto.js +69 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-user-role.doc.d.ts +25 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-user-role.doc.js +130 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-user-roles.enum.d.ts +15 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-user-roles.enum.js +20 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher-create.dto.d.ts +15 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher-create.dto.js +116 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher-edit.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher-edit.dto.js +48 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher-filter.doc.d.ts +33 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher-filter.doc.js +173 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher.doc.d.ts +33 -0
- package/dist/cosmos-db/documents/ticketing/entities/event-voucher.doc.js +189 -0
- package/dist/cosmos-db/documents/ticketing/entities/manual-check-in.dto.d.ts +5 -0
- package/dist/cosmos-db/documents/ticketing/entities/manual-check-in.dto.js +38 -0
- package/dist/cosmos-db/documents/ticketing/entities/ticket-calculation-request.dto.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/entities/ticket-calculation-request.dto.js +38 -0
- package/dist/cosmos-db/documents/ticketing/entities/ticket-prices-response.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/entities/ticket-prices-response.js +74 -0
- package/dist/cosmos-db/documents/ticketing/entities/ticketing-data-type.enum.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/entities/ticketing-data-type.enum.js +18 -0
- package/dist/cosmos-db/documents/ticketing/event-category.enum.d.ts +90 -0
- package/dist/cosmos-db/documents/ticketing/event-category.enum.js +99 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-approve.dto.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-approve.dto.js +33 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-doc.filter.d.ts +25 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-doc.filter.js +91 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-registration.dto.d.ts +28 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-registration.dto.js +217 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-status.enum.d.ts +10 -0
- package/dist/cosmos-db/documents/ticketing/event-guest-status.enum.js +14 -0
- package/dist/cosmos-db/documents/ticketing/event-guest.doc.d.ts +71 -0
- package/dist/cosmos-db/documents/ticketing/event-guest.doc.js +395 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation-create.dto.d.ts +12 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation-create.dto.js +74 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation-doc.filter.d.ts +31 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation-doc.filter.js +99 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation-status.enum.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation-status.enum.js +10 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation.doc.d.ts +38 -0
- package/dist/cosmos-db/documents/ticketing/event-invitation.doc.js +206 -0
- package/dist/cosmos-db/documents/ticketing/event-location.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/event-location.js +68 -0
- package/dist/cosmos-db/documents/ticketing/event-profile-create.dto.d.ts +47 -0
- package/dist/cosmos-db/documents/ticketing/event-profile-create.dto.js +269 -0
- package/dist/cosmos-db/documents/ticketing/event-profile-doc.filter.d.ts +42 -0
- package/dist/cosmos-db/documents/ticketing/event-profile-doc.filter.js +130 -0
- package/dist/cosmos-db/documents/ticketing/event-profile-edit.dto.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/event-profile-edit.dto.js +108 -0
- package/dist/cosmos-db/documents/ticketing/event-profile.doc.d.ts +104 -0
- package/dist/cosmos-db/documents/ticketing/event-profile.doc.js +541 -0
- package/dist/cosmos-db/documents/ticketing/event-question-answer-type.enum.d.ts +9 -0
- package/dist/cosmos-db/documents/ticketing/event-question-answer-type.enum.js +13 -0
- package/dist/cosmos-db/documents/ticketing/event-question-answer.doc.d.ts +23 -0
- package/dist/cosmos-db/documents/ticketing/event-question-answer.doc.js +127 -0
- package/dist/cosmos-db/documents/ticketing/event-question-create.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/event-question-create.dto.js +61 -0
- package/dist/cosmos-db/documents/ticketing/event-question-edit.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/event-question-edit.dto.js +66 -0
- package/dist/cosmos-db/documents/ticketing/event-question-validator.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/event-question-validator.js +33 -0
- package/dist/cosmos-db/documents/ticketing/event-question.doc.d.ts +15 -0
- package/dist/cosmos-db/documents/ticketing/event-question.doc.js +88 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-create.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-create.dto.js +58 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-edit.dto.d.ts +5 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-edit.dto.js +8 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-filter.doc.d.ts +23 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-filter.doc.js +116 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-query.doc.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config-query.doc.js +38 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config.doc.d.ts +27 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-config.doc.js +149 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-create.dto.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-create.dto.js +31 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-edit.dto.d.ts +4 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-edit.dto.js +36 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-filter.doc.d.ts +31 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-filter.doc.js +162 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-query.doc.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-query.doc.js +41 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-usage.doc.d.ts +16 -0
- package/dist/cosmos-db/documents/ticketing/event-referral-usage.doc.js +100 -0
- package/dist/cosmos-db/documents/ticketing/event-referral.doc.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/event-referral.doc.js +92 -0
- package/dist/cosmos-db/documents/ticketing/event-scan-status.enum.d.ts +24 -0
- package/dist/cosmos-db/documents/ticketing/event-scan-status.enum.js +46 -0
- package/dist/cosmos-db/documents/ticketing/event-stage-profile-create.dto.d.ts +13 -0
- package/dist/cosmos-db/documents/ticketing/event-stage-profile-create.dto.js +109 -0
- package/dist/cosmos-db/documents/ticketing/event-stage-profile-edit.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/event-stage-profile-edit.dto.js +48 -0
- package/dist/cosmos-db/documents/ticketing/event-stage-profile.doc.d.ts +21 -0
- package/dist/cosmos-db/documents/ticketing/event-stage-profile.doc.js +168 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile-create.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile-create.dto.js +74 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile-edit.dto.d.ts +7 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile-edit.dto.js +31 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile.doc.d.ts +25 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile.doc.js +164 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-qr-type.enum.d.ts +43 -0
- package/dist/cosmos-db/documents/ticketing/event-ticket-qr-type.enum.js +202 -0
- package/dist/cosmos-db/documents/ticketing/event-user-role-create.dto.d.ts +9 -0
- package/dist/cosmos-db/documents/ticketing/event-user-role-create.dto.js +69 -0
- package/dist/cosmos-db/documents/ticketing/event-user-role.doc.d.ts +25 -0
- package/dist/cosmos-db/documents/ticketing/event-user-role.doc.js +131 -0
- package/dist/cosmos-db/documents/ticketing/event-user-roles.enum.d.ts +15 -0
- package/dist/cosmos-db/documents/ticketing/event-user-roles.enum.js +20 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher-create.dto.d.ts +15 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher-create.dto.js +117 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher-edit.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher-edit.dto.js +48 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher-filter.doc.d.ts +33 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher-filter.doc.js +167 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher.doc.d.ts +39 -0
- package/dist/cosmos-db/documents/ticketing/event-voucher.doc.js +191 -0
- package/dist/cosmos-db/documents/ticketing/manual-check-in.dto.d.ts +5 -0
- package/dist/cosmos-db/documents/ticketing/manual-check-in.dto.js +38 -0
- package/dist/cosmos-db/documents/ticketing/ticket-calculation-request.dto.d.ts +6 -0
- package/dist/cosmos-db/documents/ticketing/ticket-calculation-request.dto.js +41 -0
- package/dist/cosmos-db/documents/ticketing/ticket-prices-response.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/ticket-prices-response.js +74 -0
- package/dist/cosmos-db/documents/ticketing/ticketing-data-type.enum.d.ts +14 -0
- package/dist/cosmos-db/documents/ticketing/ticketing-data-type.enum.js +18 -0
- package/dist/cosmos-db/documents/token/nft-details.doc.d.ts +79 -0
- package/dist/cosmos-db/documents/token/nft-details.doc.js +436 -0
- package/dist/cosmos-db/documents/token/nft-extra-attributes.type.d.ts +3 -0
- package/dist/cosmos-db/documents/token/nft-extra-attributes.type.js +7 -0
- package/dist/cosmos-db/documents/token/nft-extra-metadata.doc.d.ts +11 -0
- package/dist/cosmos-db/documents/token/nft-extra-metadata.doc.js +12 -0
- package/dist/cosmos-db/documents/token/nft-metadata-attributes.d.ts +6 -0
- package/dist/cosmos-db/documents/token/nft-metadata-attributes.js +28 -0
- package/dist/cosmos-db/documents/token/nft-metadata.d.ts +13 -0
- package/dist/cosmos-db/documents/token/nft-metadata.js +62 -0
- package/dist/cosmos-db/documents/token/nft-offer.doc.d.ts +34 -0
- package/dist/cosmos-db/documents/token/nft-offer.doc.js +220 -0
- package/dist/cosmos-db/documents/token/nft-sale-info.d.ts +23 -0
- package/dist/cosmos-db/documents/token/nft-sale-info.js +109 -0
- package/dist/cosmos-db/documents/token/sft-owner-doc.d.ts +13 -0
- package/dist/cosmos-db/documents/token/sft-owner-doc.js +18 -0
- package/dist/cosmos-db/documents/token/token-data.enum.d.ts +8 -0
- package/dist/cosmos-db/documents/token/token-data.enum.js +12 -0
- package/dist/cosmos-db/documents/token-data/nft-details.doc.d.ts +56 -0
- package/dist/cosmos-db/documents/token-data/nft-details.doc.js +31 -0
- package/dist/cosmos-db/documents/user/account-on-network.d.ts +21 -0
- package/dist/cosmos-db/documents/user/account-on-network.js +36 -0
- package/dist/cosmos-db/documents/user/notification-preferences.dto.d.ts +8 -0
- package/dist/cosmos-db/documents/user/notification-preferences.dto.js +73 -0
- package/dist/cosmos-db/documents/user/user-creator-profile.doc.d.ts +18 -0
- package/dist/cosmos-db/documents/user/user-creator-profile.doc.js +105 -0
- package/dist/cosmos-db/documents/user/user-data.type.d.ts +6 -0
- package/dist/cosmos-db/documents/user/user-data.type.js +10 -0
- package/dist/cosmos-db/documents/user/user-deposit.d.ts +9 -0
- package/dist/cosmos-db/documents/user/user-deposit.js +54 -0
- package/dist/cosmos-db/documents/user/user-favorite-type.enum.d.ts +5 -0
- package/dist/cosmos-db/documents/user/user-favorite-type.enum.js +9 -0
- package/dist/cosmos-db/documents/user/user-favorite.doc.d.ts +18 -0
- package/dist/cosmos-db/documents/user/user-favorite.doc.js +56 -0
- package/dist/cosmos-db/documents/user/user-profile.doc.d.ts +25 -0
- package/dist/cosmos-db/documents/user/user-profile.doc.js +133 -0
- package/dist/cosmos-db/documents/user/user-settings.doc.d.ts +63 -0
- package/dist/cosmos-db/documents/user/user-settings.doc.js +267 -0
- package/dist/index.d.ts +273 -0
- package/dist/index.js +300 -0
- package/dist/redis/keys.d.ts +11 -0
- package/dist/redis/keys.js +12 -0
- package/dist/redis/ttl.d.ts +10 -0
- package/dist/redis/ttl.js +11 -0
- package/dist/requests/aggregator/ar-da-swap-result.dto.d.ts +9 -0
- package/dist/requests/aggregator/ar-da-swap-result.dto.js +80 -0
- package/dist/requests/aggregator/swap.d.ts +65 -0
- package/dist/requests/aggregator/swap.js +240 -0
- package/dist/requests/chat/azure-ws-event-name.enum.d.ts +5 -0
- package/dist/requests/chat/azure-ws-event-name.enum.js +9 -0
- package/dist/requests/chat/azure-ws-hub-name.enum.d.ts +4 -0
- package/dist/requests/chat/azure-ws-hub-name.enum.js +8 -0
- package/dist/requests/chat/chat-token.d.ts +3 -0
- package/dist/requests/chat/chat-token.js +22 -0
- package/dist/requests/collection/attributes.d.ts +22 -0
- package/dist/requests/collection/attributes.js +80 -0
- package/dist/requests/collection/collection-attributes-fp.d.ts +12 -0
- package/dist/requests/collection/collection-attributes-fp.js +2 -0
- package/dist/requests/collection/collection-attributes-map.d.ts +24 -0
- package/dist/requests/collection/collection-attributes-map.js +6 -0
- package/dist/requests/collection/collection-holders.d.ts +25 -0
- package/dist/requests/collection/collection-holders.js +35 -0
- package/dist/requests/collection/collection-info.dto.d.ts +6 -0
- package/dist/requests/collection/collection-info.dto.js +33 -0
- package/dist/requests/collection/collection-mint-profile.filter.d.ts +19 -0
- package/dist/requests/collection/collection-mint-profile.filter.js +40 -0
- package/dist/requests/collection/collection-mint-stage.doc.d.ts +19 -0
- package/dist/requests/collection/collection-mint-stage.doc.js +12 -0
- package/dist/requests/collection/collection-offers.filter.d.ts +28 -0
- package/dist/requests/collection/collection-offers.filter.js +99 -0
- package/dist/requests/collection/collection-owner.dto.d.ts +3 -0
- package/dist/requests/collection/collection-owner.dto.js +24 -0
- package/dist/requests/collection/collection-pinned-status.dto.d.ts +4 -0
- package/dist/requests/collection/collection-pinned-status.dto.js +30 -0
- package/dist/requests/collection/collection-profile.filter.d.ts +18 -0
- package/dist/requests/collection/collection-profile.filter.js +28 -0
- package/dist/requests/collection/collection-stats.d.ts +3 -0
- package/dist/requests/collection/collection-stats.filter.d.ts +22 -0
- package/dist/requests/collection/collection-stats.filter.js +98 -0
- package/dist/requests/collection/collection-stats.js +8 -0
- package/dist/requests/collection/collections.d.ts +7 -0
- package/dist/requests/collection/collections.js +16 -0
- package/dist/requests/collection/creator-details.dto.d.ts +12 -0
- package/dist/requests/collection/creator-details.dto.js +34 -0
- package/dist/requests/collection/creator-drop-info.d.ts +48 -0
- package/dist/requests/collection/creator-drop-info.js +189 -0
- package/dist/requests/collection/drops-query.d.ts +27 -0
- package/dist/requests/collection/drops-query.js +98 -0
- package/dist/requests/collection/floor.d.ts +5 -0
- package/dist/requests/collection/floor.js +28 -0
- package/dist/requests/collection/globalOfferSign.d.ts +4 -0
- package/dist/requests/collection/globalOfferSign.js +38 -0
- package/dist/requests/collection/holders.dto.d.ts +36 -0
- package/dist/requests/collection/holders.dto.js +96 -0
- package/dist/requests/collection/listings.d.ts +32 -0
- package/dist/requests/collection/listings.js +101 -0
- package/dist/requests/collection/pinned-collections.d.ts +10 -0
- package/dist/requests/collection/pinned-collections.js +56 -0
- package/dist/requests/collection/query-activity.d.ts +41 -0
- package/dist/requests/collection/query-activity.js +140 -0
- package/dist/requests/collection/query-global-offers.d.ts +15 -0
- package/dist/requests/collection/query-global-offers.js +57 -0
- package/dist/requests/collection/ranks.d.ts +5 -0
- package/dist/requests/collection/ranks.js +28 -0
- package/dist/requests/collection/stats-query.d.ts +5 -0
- package/dist/requests/collection/stats-query.js +26 -0
- package/dist/requests/lending/lending-market-profile.filter.d.ts +43 -0
- package/dist/requests/lending/lending-market-profile.filter.js +156 -0
- package/dist/requests/nft-activity-data/analytics-overview.d.ts +24 -0
- package/dist/requests/nft-activity-data/analytics-overview.js +151 -0
- package/dist/requests/nft-activity-data/analytics-volume.d.ts +13 -0
- package/dist/requests/nft-activity-data/analytics-volume.js +58 -0
- package/dist/requests/nft-activity-data/bober-battle-activity.enum.d.ts +69 -0
- package/dist/requests/nft-activity-data/bober-battle-activity.enum.js +16 -0
- package/dist/requests/nft-activity-data/event-source.enum.d.ts +15 -0
- package/dist/requests/nft-activity-data/event-source.enum.js +19 -0
- package/dist/requests/nft-activity-data/marketplace-activity.enum.d.ts +20 -0
- package/dist/requests/nft-activity-data/marketplace-activity.enum.js +24 -0
- package/dist/requests/nft-activity-data/nft-activity-data.d.ts +21 -0
- package/dist/requests/nft-activity-data/nft-activity-data.js +2 -0
- package/dist/requests/nft-activity-data/nft-activity-type.enum.d.ts +28 -0
- package/dist/requests/nft-activity-data/nft-activity-type.enum.js +36 -0
- package/dist/requests/nft-activity-data/nft-activity.filter.d.ts +39 -0
- package/dist/requests/nft-activity-data/nft-activity.filter.js +143 -0
- package/dist/requests/nft-activity-data/user-analytics.dto.d.ts +21 -0
- package/dist/requests/nft-activity-data/user-analytics.dto.js +72 -0
- package/dist/requests/nft-activity-data/user-stats.d.ts +53 -0
- package/dist/requests/nft-activity-data/user-stats.js +247 -0
- package/dist/requests/nft-activity-data/xoxno-egld-ls-activity.enum.d.ts +10 -0
- package/dist/requests/nft-activity-data/xoxno-egld-ls-activity.enum.js +14 -0
- package/dist/requests/nft-activity-data/xoxno-ls-activity.enum.d.ts +5 -0
- package/dist/requests/nft-activity-data/xoxno-ls-activity.enum.js +9 -0
- package/dist/requests/nft-data/inventory-summary.d.ts +12 -0
- package/dist/requests/nft-data/inventory-summary.js +67 -0
- package/dist/requests/nft-data/like-nft.dto.d.ts +5 -0
- package/dist/requests/nft-data/like-nft.dto.js +32 -0
- package/dist/requests/nft-data/nft-doc.filter.d.ts +65 -0
- package/dist/requests/nft-data/nft-doc.filter.js +211 -0
- package/dist/requests/nft-data/nft-extra-attributes.type.d.ts +3 -0
- package/dist/requests/nft-data/nft-extra-attributes.type.js +7 -0
- package/dist/requests/nft-data/nft-offer-doc.filter.d.ts +24 -0
- package/dist/requests/nft-data/nft-offer-doc.filter.js +97 -0
- package/dist/requests/nft-data/nft-offers.d.ts +26 -0
- package/dist/requests/nft-data/nft-offers.js +96 -0
- package/dist/requests/nft-data/sign-data.dto.d.ts +4 -0
- package/dist/requests/nft-data/sign-data.dto.js +24 -0
- package/dist/requests/nft-data/sign-mintdto.d.ts +4 -0
- package/dist/requests/nft-data/sign-mintdto.js +33 -0
- package/dist/requests/nft-data/sign-withdraw.dto.d.ts +3 -0
- package/dist/requests/nft-data/sign-withdraw.dto.js +29 -0
- package/dist/requests/nft-data/user-offers.d.ts +40 -0
- package/dist/requests/nft-data/user-offers.js +186 -0
- package/dist/requests/user-data/creator-profile.dto.d.ts +8 -0
- package/dist/requests/user-data/creator-profile.dto.js +28 -0
- package/dist/requests/user-data/edit-creator-profile.dto.d.ts +6 -0
- package/dist/requests/user-data/edit-creator-profile.dto.js +46 -0
- package/dist/requests/user-data/edit-user-profile.dto.d.ts +6 -0
- package/dist/requests/user-data/edit-user-profile.dto.js +44 -0
- package/dist/requests/user-data/follow-collection.dto.d.ts +4 -0
- package/dist/requests/user-data/follow-collection.dto.js +31 -0
- package/dist/requests/user-data/follow-user.dto.d.ts +4 -0
- package/dist/requests/user-data/follow-user.dto.js +30 -0
- package/dist/requests/user-data/is-favorite.d.ts +3 -0
- package/dist/requests/user-data/is-favorite.js +20 -0
- package/dist/requests/user-data/login-access.dto.d.ts +4 -0
- package/dist/requests/user-data/login-access.dto.js +30 -0
- package/dist/requests/user-data/me-profile.d.ts +16 -0
- package/dist/requests/user-data/me-profile.js +55 -0
- package/dist/requests/user-data/set-email.dto.d.ts +4 -0
- package/dist/requests/user-data/set-email.dto.js +34 -0
- package/dist/requests/user-data/set-phone.dto.d.ts +4 -0
- package/dist/requests/user-data/set-phone.dto.js +34 -0
- package/dist/requests/user-data/token-inventory.d.ts +43 -0
- package/dist/requests/user-data/token-inventory.js +143 -0
- package/dist/requests/user-data/tradesilvania.dto.d.ts +3 -0
- package/dist/requests/user-data/tradesilvania.dto.js +23 -0
- package/dist/requests/user-data/user-network.d.ts +22 -0
- package/dist/requests/user-data/user-network.js +98 -0
- package/dist/requests/user-data/verify-email.dto.d.ts +3 -0
- package/dist/requests/user-data/verify-email.dto.js +28 -0
- package/dist/types/common.d.ts +12 -0
- package/dist/types/common.js +12 -0
- package/dist/utils/generic.d.ts +1 -0
- package/dist/utils/generic.js +6 -0
- package/package.json +54 -0
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UserSettingsDoc = exports.UserPhoneNotificationSettings = exports.UserEmailNotificationSettings = exports.UserNotificationPreferences = exports.UserBillingDetails = exports.NotificationPreferenceType = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const user_data_type_1 = require("./user-data.type");
|
|
16
|
+
var NotificationPreferenceType;
|
|
17
|
+
(function (NotificationPreferenceType) {
|
|
18
|
+
NotificationPreferenceType["SALES"] = "sales";
|
|
19
|
+
NotificationPreferenceType["BIDS"] = "bids";
|
|
20
|
+
NotificationPreferenceType["OFFERS_RECEIVED"] = "offersReceived";
|
|
21
|
+
NotificationPreferenceType["OFFERS_ACCEPTED"] = "offersAccepted";
|
|
22
|
+
NotificationPreferenceType["OFFERS_REJECTED"] = "offersRejected";
|
|
23
|
+
NotificationPreferenceType["DEPOSITS"] = "deposits";
|
|
24
|
+
})(NotificationPreferenceType || (exports.NotificationPreferenceType = NotificationPreferenceType = {}));
|
|
25
|
+
class UserBillingDetails {
|
|
26
|
+
}
|
|
27
|
+
exports.UserBillingDetails = UserBillingDetails;
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsBoolean)(),
|
|
30
|
+
(0, swagger_1.ApiProperty)({ description: 'Indicates whether the guest is a company.' }),
|
|
31
|
+
__metadata("design:type", Boolean)
|
|
32
|
+
], UserBillingDetails.prototype, "isCompany", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
(0, class_validator_1.Length)(5, 50),
|
|
36
|
+
(0, swagger_1.ApiProperty)({ description: 'Name of the company or user.' }),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], UserBillingDetails.prototype, "name", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, class_validator_1.IsString)(),
|
|
41
|
+
(0, class_validator_1.Length)(0, 50),
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, swagger_1.ApiProperty)({ description: 'Company registration number.', required: false }),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], UserBillingDetails.prototype, "companyRegistrationNumber", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsString)(),
|
|
48
|
+
(0, class_validator_1.Length)(0, 50),
|
|
49
|
+
(0, class_validator_1.IsOptional)(),
|
|
50
|
+
(0, swagger_1.ApiProperty)({ description: 'Company VAT number.', required: false }),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], UserBillingDetails.prototype, "companyVatNumber", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsEmail)(),
|
|
55
|
+
(0, class_validator_1.Length)(1, 50),
|
|
56
|
+
(0, swagger_1.ApiProperty)({ description: 'Email address.' }),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], UserBillingDetails.prototype, "email", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, class_validator_1.IsString)(),
|
|
61
|
+
(0, class_validator_1.Length)(1, 50),
|
|
62
|
+
(0, swagger_1.ApiProperty)({ description: 'Country' }),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], UserBillingDetails.prototype, "country", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, class_validator_1.IsString)(),
|
|
67
|
+
(0, class_validator_1.Length)(1, 100),
|
|
68
|
+
(0, swagger_1.ApiProperty)({ description: 'City' }),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], UserBillingDetails.prototype, "city", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, class_validator_1.IsString)(),
|
|
73
|
+
(0, class_validator_1.Length)(1, 100),
|
|
74
|
+
(0, swagger_1.ApiProperty)({
|
|
75
|
+
description: 'Address line 1',
|
|
76
|
+
}),
|
|
77
|
+
__metadata("design:type", String)
|
|
78
|
+
], UserBillingDetails.prototype, "address1", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, class_validator_1.IsString)(),
|
|
81
|
+
(0, class_validator_1.Length)(0, 100),
|
|
82
|
+
(0, class_validator_1.IsOptional)(),
|
|
83
|
+
(0, swagger_1.ApiProperty)({
|
|
84
|
+
description: 'Address line 2',
|
|
85
|
+
required: false,
|
|
86
|
+
}),
|
|
87
|
+
__metadata("design:type", String)
|
|
88
|
+
], UserBillingDetails.prototype, "address2", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, class_validator_1.IsPostalCode)('any', { message: 'Invalid postal code' }),
|
|
91
|
+
(0, class_validator_1.Length)(0, 15),
|
|
92
|
+
(0, class_validator_1.IsOptional)(),
|
|
93
|
+
(0, swagger_1.ApiProperty)({
|
|
94
|
+
description: 'Postal code',
|
|
95
|
+
required: false,
|
|
96
|
+
}),
|
|
97
|
+
__metadata("design:type", String)
|
|
98
|
+
], UserBillingDetails.prototype, "postalCode", void 0);
|
|
99
|
+
class UserNotificationPreferences {
|
|
100
|
+
constructor(props) {
|
|
101
|
+
this.sales = false;
|
|
102
|
+
this.bids = false;
|
|
103
|
+
this.offersReceived = false;
|
|
104
|
+
this.offersAccepted = false;
|
|
105
|
+
this.offersRejected = false;
|
|
106
|
+
this.deposits = false;
|
|
107
|
+
this.eventUpdates = true;
|
|
108
|
+
this.eventReminders = true;
|
|
109
|
+
this.eventCheckIn = true;
|
|
110
|
+
this.eventMarketing = false;
|
|
111
|
+
Object.assign(this, props);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
exports.UserNotificationPreferences = UserNotificationPreferences;
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, swagger_1.ApiProperty)({ description: 'Sales notifications' }),
|
|
117
|
+
__metadata("design:type", Object)
|
|
118
|
+
], UserNotificationPreferences.prototype, "sales", void 0);
|
|
119
|
+
__decorate([
|
|
120
|
+
(0, swagger_1.ApiProperty)({ description: 'Bids notifications' }),
|
|
121
|
+
__metadata("design:type", Object)
|
|
122
|
+
], UserNotificationPreferences.prototype, "bids", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, swagger_1.ApiProperty)({ description: 'Offers received notifications' }),
|
|
125
|
+
__metadata("design:type", Object)
|
|
126
|
+
], UserNotificationPreferences.prototype, "offersReceived", void 0);
|
|
127
|
+
__decorate([
|
|
128
|
+
(0, swagger_1.ApiProperty)({ description: 'Offers accepted notifications' }),
|
|
129
|
+
__metadata("design:type", Object)
|
|
130
|
+
], UserNotificationPreferences.prototype, "offersAccepted", void 0);
|
|
131
|
+
__decorate([
|
|
132
|
+
(0, swagger_1.ApiProperty)({ description: 'Offers rejected notifications' }),
|
|
133
|
+
__metadata("design:type", Object)
|
|
134
|
+
], UserNotificationPreferences.prototype, "offersRejected", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
(0, swagger_1.ApiProperty)({ description: 'Deposits notifications' }),
|
|
137
|
+
__metadata("design:type", Object)
|
|
138
|
+
], UserNotificationPreferences.prototype, "deposits", void 0);
|
|
139
|
+
__decorate([
|
|
140
|
+
(0, swagger_1.ApiProperty)({ description: 'Event updates from organizers' }),
|
|
141
|
+
__metadata("design:type", Object)
|
|
142
|
+
], UserNotificationPreferences.prototype, "eventUpdates", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
(0, swagger_1.ApiProperty)({ description: 'Event reminders before start time' }),
|
|
145
|
+
__metadata("design:type", Object)
|
|
146
|
+
], UserNotificationPreferences.prototype, "eventReminders", void 0);
|
|
147
|
+
__decorate([
|
|
148
|
+
(0, swagger_1.ApiProperty)({ description: 'Event check-in notifications' }),
|
|
149
|
+
__metadata("design:type", Object)
|
|
150
|
+
], UserNotificationPreferences.prototype, "eventCheckIn", void 0);
|
|
151
|
+
__decorate([
|
|
152
|
+
(0, swagger_1.ApiProperty)({
|
|
153
|
+
description: 'Marketing notifications from past event creators',
|
|
154
|
+
}),
|
|
155
|
+
__metadata("design:type", Object)
|
|
156
|
+
], UserNotificationPreferences.prototype, "eventMarketing", void 0);
|
|
157
|
+
class UserEmailNotificationSettings {
|
|
158
|
+
constructor(props) {
|
|
159
|
+
this.enabled = false;
|
|
160
|
+
this.emailAddress = '';
|
|
161
|
+
this.isEmailVerificationPending = false;
|
|
162
|
+
this.isEmailVerified = false;
|
|
163
|
+
this.isWeb2User = false;
|
|
164
|
+
Object.assign(this, props);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
exports.UserEmailNotificationSettings = UserEmailNotificationSettings;
|
|
168
|
+
__decorate([
|
|
169
|
+
(0, swagger_1.ApiProperty)({ description: 'Email notifications enabled' }),
|
|
170
|
+
__metadata("design:type", Object)
|
|
171
|
+
], UserEmailNotificationSettings.prototype, "enabled", void 0);
|
|
172
|
+
__decorate([
|
|
173
|
+
(0, swagger_1.ApiProperty)({ description: 'Email address' }),
|
|
174
|
+
__metadata("design:type", Object)
|
|
175
|
+
], UserEmailNotificationSettings.prototype, "emailAddress", void 0);
|
|
176
|
+
__decorate([
|
|
177
|
+
(0, swagger_1.ApiProperty)({ description: 'Email verification pending' }),
|
|
178
|
+
__metadata("design:type", Object)
|
|
179
|
+
], UserEmailNotificationSettings.prototype, "isEmailVerificationPending", void 0);
|
|
180
|
+
__decorate([
|
|
181
|
+
(0, swagger_1.ApiProperty)({ description: 'Email verified' }),
|
|
182
|
+
__metadata("design:type", Object)
|
|
183
|
+
], UserEmailNotificationSettings.prototype, "isEmailVerified", void 0);
|
|
184
|
+
__decorate([
|
|
185
|
+
(0, swagger_1.ApiProperty)({ description: 'Web2 user' }),
|
|
186
|
+
__metadata("design:type", Object)
|
|
187
|
+
], UserEmailNotificationSettings.prototype, "isWeb2User", void 0);
|
|
188
|
+
__decorate([
|
|
189
|
+
(0, swagger_1.ApiProperty)({ description: 'Timestamp', required: false }),
|
|
190
|
+
__metadata("design:type", Number)
|
|
191
|
+
], UserEmailNotificationSettings.prototype, "timestamp", void 0);
|
|
192
|
+
class UserPhoneNotificationSettings {
|
|
193
|
+
constructor(props) {
|
|
194
|
+
this.enabled = false;
|
|
195
|
+
this.phoneNumber = '';
|
|
196
|
+
this.isPhoneVerificationPending = false;
|
|
197
|
+
this.isPhoneVerified = false;
|
|
198
|
+
Object.assign(this, props);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
exports.UserPhoneNotificationSettings = UserPhoneNotificationSettings;
|
|
202
|
+
__decorate([
|
|
203
|
+
(0, swagger_1.ApiProperty)({ description: 'Phone notifications enabled' }),
|
|
204
|
+
__metadata("design:type", Object)
|
|
205
|
+
], UserPhoneNotificationSettings.prototype, "enabled", void 0);
|
|
206
|
+
__decorate([
|
|
207
|
+
(0, swagger_1.ApiProperty)({ description: 'Phone number' }),
|
|
208
|
+
__metadata("design:type", Object)
|
|
209
|
+
], UserPhoneNotificationSettings.prototype, "phoneNumber", void 0);
|
|
210
|
+
__decorate([
|
|
211
|
+
(0, swagger_1.ApiProperty)({ description: 'Phone verification pending' }),
|
|
212
|
+
__metadata("design:type", Object)
|
|
213
|
+
], UserPhoneNotificationSettings.prototype, "isPhoneVerificationPending", void 0);
|
|
214
|
+
__decorate([
|
|
215
|
+
(0, swagger_1.ApiProperty)({ description: 'Phone verified' }),
|
|
216
|
+
__metadata("design:type", Object)
|
|
217
|
+
], UserPhoneNotificationSettings.prototype, "isPhoneVerified", void 0);
|
|
218
|
+
__decorate([
|
|
219
|
+
(0, swagger_1.ApiProperty)({ description: 'Timestamp', required: false }),
|
|
220
|
+
__metadata("design:type", Number)
|
|
221
|
+
], UserPhoneNotificationSettings.prototype, "timestamp", void 0);
|
|
222
|
+
class UserSettingsDoc {
|
|
223
|
+
constructor(props) {
|
|
224
|
+
this.dataType = user_data_type_1.UserDataType.UserSettings;
|
|
225
|
+
this.emailNotifications = new UserEmailNotificationSettings();
|
|
226
|
+
this.notificationPreferences = new UserNotificationPreferences();
|
|
227
|
+
Object.assign(this, props);
|
|
228
|
+
this.id = `${this.address}-${this.dataType}`;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
exports.UserSettingsDoc = UserSettingsDoc;
|
|
232
|
+
__decorate([
|
|
233
|
+
(0, swagger_1.ApiProperty)({ description: 'Type of user data' }),
|
|
234
|
+
__metadata("design:type", String)
|
|
235
|
+
], UserSettingsDoc.prototype, "dataType", void 0);
|
|
236
|
+
__decorate([
|
|
237
|
+
(0, swagger_1.ApiProperty)({ description: 'User address' }),
|
|
238
|
+
__metadata("design:type", String)
|
|
239
|
+
], UserSettingsDoc.prototype, "address", void 0);
|
|
240
|
+
__decorate([
|
|
241
|
+
(0, swagger_1.ApiProperty)({ description: 'User name', required: false }),
|
|
242
|
+
__metadata("design:type", String)
|
|
243
|
+
], UserSettingsDoc.prototype, "name", void 0);
|
|
244
|
+
__decorate([
|
|
245
|
+
(0, swagger_1.ApiProperty)({ description: 'User billing details', required: false }),
|
|
246
|
+
__metadata("design:type", UserBillingDetails)
|
|
247
|
+
], UserSettingsDoc.prototype, "billingDetails", void 0);
|
|
248
|
+
__decorate([
|
|
249
|
+
(0, swagger_1.ApiProperty)({ description: 'Email notification settings' }),
|
|
250
|
+
__metadata("design:type", UserEmailNotificationSettings)
|
|
251
|
+
], UserSettingsDoc.prototype, "emailNotifications", void 0);
|
|
252
|
+
__decorate([
|
|
253
|
+
(0, swagger_1.ApiProperty)({ description: 'Phone notification settings', required: false }),
|
|
254
|
+
__metadata("design:type", UserPhoneNotificationSettings)
|
|
255
|
+
], UserSettingsDoc.prototype, "phoneNotifications", void 0);
|
|
256
|
+
__decorate([
|
|
257
|
+
(0, swagger_1.ApiProperty)({ description: 'Notification preferences' }),
|
|
258
|
+
__metadata("design:type", UserNotificationPreferences)
|
|
259
|
+
], UserSettingsDoc.prototype, "notificationPreferences", void 0);
|
|
260
|
+
__decorate([
|
|
261
|
+
(0, swagger_1.ApiProperty)({ description: 'User ID' }),
|
|
262
|
+
__metadata("design:type", String)
|
|
263
|
+
], UserSettingsDoc.prototype, "id", void 0);
|
|
264
|
+
__decorate([
|
|
265
|
+
(0, swagger_1.ApiProperty)({ description: 'Timestamp', required: false }),
|
|
266
|
+
__metadata("design:type", Number)
|
|
267
|
+
], UserSettingsDoc.prototype, "_ts", void 0);
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cache
|
|
3
|
+
*/
|
|
4
|
+
export * from './cache/keys';
|
|
5
|
+
export * from './cache/ttl';
|
|
6
|
+
/**
|
|
7
|
+
* Common
|
|
8
|
+
*/
|
|
9
|
+
export * from './common/enums';
|
|
10
|
+
export * from './common/owner.dto';
|
|
11
|
+
export * from './common/socials';
|
|
12
|
+
export * from './common/statistics';
|
|
13
|
+
export * from './common/tokenPayent';
|
|
14
|
+
/**
|
|
15
|
+
* Common - Kusto
|
|
16
|
+
*/
|
|
17
|
+
export * from './common/kusto/kusto-db.enum';
|
|
18
|
+
export * from './common/kusto/order-by-column.enum';
|
|
19
|
+
export * from './common/kusto/order-direction.enum';
|
|
20
|
+
export { TradingStatistics as KustoTradingStatistics } from './common/kusto/trading-stats';
|
|
21
|
+
export * from './common/kusto/user-trading-summary';
|
|
22
|
+
export * from './common/kusto/volume-graph';
|
|
23
|
+
export * from './common/kusto/wallet-stats';
|
|
24
|
+
export * from './common/kusto/lending-market-analytics';
|
|
25
|
+
export * from './common/kusto/lending-overall-stats';
|
|
26
|
+
export * from './common/kusto/lending-position-status';
|
|
27
|
+
/**
|
|
28
|
+
* Cosmos DB Core
|
|
29
|
+
*/
|
|
30
|
+
export * from './cosmos-db/cosmos-db-container.enum';
|
|
31
|
+
export * from './cosmos-db/cosmos-db-generic-filter';
|
|
32
|
+
export * from './cosmos-db/cosmos-db-paginated-response.dto';
|
|
33
|
+
export * from './cosmos-db/cosmos-db-query';
|
|
34
|
+
/**
|
|
35
|
+
* Cosmos DB Documents - Chat
|
|
36
|
+
*/
|
|
37
|
+
export * from './cosmos-db/documents/chat/chat-data-type.enum';
|
|
38
|
+
export * from './cosmos-db/documents/chat/chat-message-content-type.enum';
|
|
39
|
+
export * from './cosmos-db/documents/chat/chat-message-content.dto';
|
|
40
|
+
export * from './cosmos-db/documents/chat/chat-message-reply.dto';
|
|
41
|
+
export * from './cosmos-db/documents/chat/chat-message.doc';
|
|
42
|
+
export * from './cosmos-db/documents/chat/chat-message.dto';
|
|
43
|
+
export * from './cosmos-db/documents/chat/group-chat-profile.doc';
|
|
44
|
+
export * from './cosmos-db/documents/chat/user-block.doc';
|
|
45
|
+
export * from './cosmos-db/documents/chat/user-conversation.doc';
|
|
46
|
+
export * from './cosmos-db/documents/chat/chat-conversation';
|
|
47
|
+
export * from './cosmos-db/documents/chat/blocked-user.dto';
|
|
48
|
+
export * from './cosmos-db/documents/chat/block-user.dto';
|
|
49
|
+
export * from './cosmos-db/documents/chat/global-conversation-summary.dto';
|
|
50
|
+
/**
|
|
51
|
+
* Cosmos DB Documents - Activity
|
|
52
|
+
*/
|
|
53
|
+
export * from './cosmos-db/documents/activity/event-source.enum';
|
|
54
|
+
export * from './cosmos-db/documents/activity/nft-activity-data';
|
|
55
|
+
export * from './cosmos-db/documents/activity/nft-activity-type.enum';
|
|
56
|
+
export * from './cosmos-db/documents/activity/nft-activity.doc';
|
|
57
|
+
/**
|
|
58
|
+
* Cosmos DB Documents - Collection
|
|
59
|
+
*/
|
|
60
|
+
export * from './cosmos-db/documents/collection/collectionConfig';
|
|
61
|
+
export * from './cosmos-db/documents/collection/dataTypes';
|
|
62
|
+
export * from './cosmos-db/documents/collection/globalOffer';
|
|
63
|
+
export * from './cosmos-db/documents/collection/mintProfile';
|
|
64
|
+
export * from './cosmos-db/documents/collection/mintStage';
|
|
65
|
+
export * from './cosmos-db/documents/collection/profile';
|
|
66
|
+
export * from './cosmos-db/documents/collection/stats';
|
|
67
|
+
export * from './cosmos-db/documents/collection/verification';
|
|
68
|
+
/**
|
|
69
|
+
* Cosmos DB Documents - External Payment
|
|
70
|
+
*/
|
|
71
|
+
export * from './cosmos-db/documents/external-payment/binance-hook';
|
|
72
|
+
export * from './cosmos-db/documents/external-payment/binance-request';
|
|
73
|
+
export { MarketplaceCustomData, LaunchpadCustomData, TicketInfo, TwispayEventTicketCustomData, ExternalPaymentRequest, } from './cosmos-db/documents/external-payment/external-payment-request';
|
|
74
|
+
export * from './cosmos-db/documents/external-payment/external-payment-status.enum';
|
|
75
|
+
export * from './cosmos-db/documents/external-payment/external-payment.doc';
|
|
76
|
+
export * from './cosmos-db/documents/external-payment/payment-provider.enum';
|
|
77
|
+
export * from './cosmos-db/documents/external-payment/purchase-type.enum';
|
|
78
|
+
export * from './cosmos-db/documents/external-payment/stripe-charge-event';
|
|
79
|
+
export * from './cosmos-db/documents/external-payment/twispay-cart';
|
|
80
|
+
export * from './cosmos-db/documents/external-payment/twispay-payment-form';
|
|
81
|
+
export * from './cosmos-db/documents/external-payment/twispay-transaction';
|
|
82
|
+
/**
|
|
83
|
+
* Cosmos DB Documents - Lending
|
|
84
|
+
*/
|
|
85
|
+
export * from './cosmos-db/documents/lending/lending-account-profile';
|
|
86
|
+
export * from './cosmos-db/documents/lending/lending-data-type.enum';
|
|
87
|
+
export * from './cosmos-db/documents/lending/lending-emode-category-profile.doc';
|
|
88
|
+
export * from './cosmos-db/documents/lending/lending-market-profile.doc';
|
|
89
|
+
export * from './cosmos-db/documents/lending/lending-nft-attributes';
|
|
90
|
+
export * from './cosmos-db/documents/lending/lending-position-type.enum';
|
|
91
|
+
export * from './cosmos-db/documents/lending/lending-token-emode-profile.doc';
|
|
92
|
+
/**
|
|
93
|
+
* Cosmos DB Documents - Notification
|
|
94
|
+
*/
|
|
95
|
+
export * from './cosmos-db/documents/notification/notification-asset-type.enum';
|
|
96
|
+
export * from './cosmos-db/documents/notification/notification-data-type.enum';
|
|
97
|
+
export * from './cosmos-db/documents/notification/notification.doc';
|
|
98
|
+
/**
|
|
99
|
+
* Cosmos DB Documents - Staking
|
|
100
|
+
*/
|
|
101
|
+
export * from './cosmos-db/documents/staking/staking-creator';
|
|
102
|
+
export * from './cosmos-db/documents/staking/staking-data-type.enum';
|
|
103
|
+
export * from './cosmos-db/documents/staking/staking-delegator-doc';
|
|
104
|
+
export * from './cosmos-db/documents/staking/staking-issuing-type-string.enum';
|
|
105
|
+
export * from './cosmos-db/documents/staking/staking-pool-doc';
|
|
106
|
+
export * from './cosmos-db/documents/staking/staking-pool-type-string.enum';
|
|
107
|
+
/**
|
|
108
|
+
* Cosmos DB Documents - Ticketing
|
|
109
|
+
*/
|
|
110
|
+
export * from './cosmos-db/documents/ticketing/discount-code-validation-response';
|
|
111
|
+
export * from './cosmos-db/documents/ticketing/event-category.enum';
|
|
112
|
+
export * from './cosmos-db/documents/ticketing/event-guest-approve.dto';
|
|
113
|
+
export * from './cosmos-db/documents/ticketing/event-guest-doc.filter';
|
|
114
|
+
export * from './cosmos-db/documents/ticketing/event-guest-registration.dto';
|
|
115
|
+
export * from './cosmos-db/documents/ticketing/event-guest-status.enum';
|
|
116
|
+
export * from './cosmos-db/documents/ticketing/event-guest.doc';
|
|
117
|
+
export * from './cosmos-db/documents/ticketing/event-invitation-create.dto';
|
|
118
|
+
export * from './cosmos-db/documents/ticketing/event-invitation-doc.filter';
|
|
119
|
+
export * from './cosmos-db/documents/ticketing/event-invitation-status.enum';
|
|
120
|
+
export * from './cosmos-db/documents/ticketing/event-invitation.doc';
|
|
121
|
+
export * from './cosmos-db/documents/ticketing/event-location';
|
|
122
|
+
export * from './cosmos-db/documents/ticketing/event-profile-create.dto';
|
|
123
|
+
export * from './cosmos-db/documents/ticketing/event-profile-doc.filter';
|
|
124
|
+
export * from './cosmos-db/documents/ticketing/event-profile-edit.dto';
|
|
125
|
+
export * from './cosmos-db/documents/ticketing/event-profile.doc';
|
|
126
|
+
export * from './cosmos-db/documents/ticketing/event-question-answer-type.enum';
|
|
127
|
+
export * from './cosmos-db/documents/ticketing/event-question-answer.doc';
|
|
128
|
+
export * from './cosmos-db/documents/ticketing/event-question-create.dto';
|
|
129
|
+
export * from './cosmos-db/documents/ticketing/event-question-edit.dto';
|
|
130
|
+
export * from './cosmos-db/documents/ticketing/event-question-validator';
|
|
131
|
+
export * from './cosmos-db/documents/ticketing/event-question.doc';
|
|
132
|
+
export * from './cosmos-db/documents/ticketing/event-referral-config-create.dto';
|
|
133
|
+
export * from './cosmos-db/documents/ticketing/event-referral-config-edit.dto';
|
|
134
|
+
export * from './cosmos-db/documents/ticketing/event-referral-config-filter.doc';
|
|
135
|
+
export * from './cosmos-db/documents/ticketing/event-referral-config-query.doc';
|
|
136
|
+
export * from './cosmos-db/documents/ticketing/event-referral-config.doc';
|
|
137
|
+
export * from './cosmos-db/documents/ticketing/event-referral-create.dto';
|
|
138
|
+
export * from './cosmos-db/documents/ticketing/event-referral-edit.dto';
|
|
139
|
+
export * from './cosmos-db/documents/ticketing/event-referral-filter.doc';
|
|
140
|
+
export * from './cosmos-db/documents/ticketing/event-referral-query.doc';
|
|
141
|
+
export * from './cosmos-db/documents/ticketing/event-referral-usage.doc';
|
|
142
|
+
export * from './cosmos-db/documents/ticketing/event-referral.doc';
|
|
143
|
+
export * from './cosmos-db/documents/ticketing/event-scan-status.enum';
|
|
144
|
+
export * from './cosmos-db/documents/ticketing/event-stage-profile-create.dto';
|
|
145
|
+
export * from './cosmos-db/documents/ticketing/event-stage-profile-edit.dto';
|
|
146
|
+
export * from './cosmos-db/documents/ticketing/event-stage-profile.doc';
|
|
147
|
+
export * from './cosmos-db/documents/ticketing/event-ticket-profile-create.dto';
|
|
148
|
+
export * from './cosmos-db/documents/ticketing/event-ticket-profile-edit.dto';
|
|
149
|
+
export * from './cosmos-db/documents/ticketing/event-ticket-profile.doc';
|
|
150
|
+
export * from './cosmos-db/documents/ticketing/event-ticket-qr-type.enum';
|
|
151
|
+
export * from './cosmos-db/documents/ticketing/event-user-role-create.dto';
|
|
152
|
+
export * from './cosmos-db/documents/ticketing/event-user-role.doc';
|
|
153
|
+
export * from './cosmos-db/documents/ticketing/event-user-roles.enum';
|
|
154
|
+
export * from './cosmos-db/documents/ticketing/event-voucher-create.dto';
|
|
155
|
+
export * from './cosmos-db/documents/ticketing/event-voucher-edit.dto';
|
|
156
|
+
export * from './cosmos-db/documents/ticketing/event-voucher-filter.doc';
|
|
157
|
+
export * from './cosmos-db/documents/ticketing/event-voucher.doc';
|
|
158
|
+
export * from './cosmos-db/documents/ticketing/manual-check-in.dto';
|
|
159
|
+
export * from './cosmos-db/documents/ticketing/ticket-calculation-request.dto';
|
|
160
|
+
export * from './cosmos-db/documents/ticketing/ticket-prices-response';
|
|
161
|
+
export * from './cosmos-db/documents/ticketing/ticketing-data-type.enum';
|
|
162
|
+
/**
|
|
163
|
+
* Cosmos DB Documents - Token
|
|
164
|
+
*/
|
|
165
|
+
export * from './cosmos-db/documents/token/nft-details.doc';
|
|
166
|
+
export type { NftDocType } from './cosmos-db/documents/token/nft-details.doc';
|
|
167
|
+
export * from './cosmos-db/documents/token/nft-extra-attributes.type';
|
|
168
|
+
export * from './cosmos-db/documents/token/nft-extra-metadata.doc';
|
|
169
|
+
export * from './cosmos-db/documents/token/nft-metadata-attributes';
|
|
170
|
+
export * from './cosmos-db/documents/token/nft-metadata';
|
|
171
|
+
export * from './cosmos-db/documents/token/nft-offer.doc';
|
|
172
|
+
export * from './cosmos-db/documents/token/nft-sale-info';
|
|
173
|
+
export * from './cosmos-db/documents/token/sft-owner-doc';
|
|
174
|
+
export * from './cosmos-db/documents/token/token-data.enum';
|
|
175
|
+
/**
|
|
176
|
+
* Cosmos DB Documents - User
|
|
177
|
+
*/
|
|
178
|
+
export * from './cosmos-db/documents/user/account-on-network';
|
|
179
|
+
export * from './cosmos-db/documents/user/user-creator-profile.doc';
|
|
180
|
+
export * from './cosmos-db/documents/user/user-data.type';
|
|
181
|
+
export * from './cosmos-db/documents/user/user-deposit';
|
|
182
|
+
export * from './cosmos-db/documents/user/user-profile.doc';
|
|
183
|
+
export * from './cosmos-db/documents/user/user-settings.doc';
|
|
184
|
+
export * from './cosmos-db/documents/user/user-favorite.doc';
|
|
185
|
+
export * from './cosmos-db/documents/user/user-favorite-type.enum';
|
|
186
|
+
export * from './cosmos-db/documents/user/notification-preferences.dto';
|
|
187
|
+
/**
|
|
188
|
+
* Requests - Collection
|
|
189
|
+
*/
|
|
190
|
+
export * from './requests/collection/attributes';
|
|
191
|
+
export * from './requests/collection/collection-attributes-fp';
|
|
192
|
+
export * from './requests/collection/collection-attributes-map';
|
|
193
|
+
export * from './requests/collection/collection-holders';
|
|
194
|
+
export * from './requests/collection/collection-info.dto';
|
|
195
|
+
export * from './requests/collection/collection-mint-profile.filter';
|
|
196
|
+
export * from './requests/collection/collection-offers.filter';
|
|
197
|
+
export * from './requests/collection/collection-owner.dto';
|
|
198
|
+
export * from './requests/collection/collection-pinned-status.dto';
|
|
199
|
+
export * from './requests/collection/collection-profile.filter';
|
|
200
|
+
export * from './requests/collection/collection-stats.filter';
|
|
201
|
+
export * from './requests/collection/collection-stats';
|
|
202
|
+
export * from './requests/collection/collections';
|
|
203
|
+
export * from './requests/collection/creator-details.dto';
|
|
204
|
+
export * from './requests/collection/creator-drop-info';
|
|
205
|
+
export * from './requests/collection/drops-query';
|
|
206
|
+
export * from './requests/collection/floor';
|
|
207
|
+
export * from './requests/collection/globalOfferSign';
|
|
208
|
+
export * from './requests/collection/holders.dto';
|
|
209
|
+
export * from './requests/collection/listings';
|
|
210
|
+
export * from './requests/collection/pinned-collections';
|
|
211
|
+
export * from './requests/collection/query-activity';
|
|
212
|
+
export * from './requests/collection/query-global-offers';
|
|
213
|
+
export * from './requests/collection/ranks';
|
|
214
|
+
export * from './requests/collection/stats-query';
|
|
215
|
+
/**
|
|
216
|
+
* Requests - Aggregator
|
|
217
|
+
*/
|
|
218
|
+
export * from './requests/aggregator/ar-da-swap-result.dto';
|
|
219
|
+
export * from './requests/aggregator/swap';
|
|
220
|
+
/**
|
|
221
|
+
* Requests - Chat
|
|
222
|
+
*/
|
|
223
|
+
export * from './requests/chat/azure-ws-event-name.enum';
|
|
224
|
+
export * from './requests/chat/azure-ws-hub-name.enum';
|
|
225
|
+
export * from './requests/chat/chat-token';
|
|
226
|
+
/**
|
|
227
|
+
* Requests - User Data
|
|
228
|
+
*/
|
|
229
|
+
export * from './requests/user-data/creator-profile.dto';
|
|
230
|
+
export * from './requests/user-data/edit-creator-profile.dto';
|
|
231
|
+
export * from './requests/user-data/edit-user-profile.dto';
|
|
232
|
+
export * from './requests/user-data/follow-collection.dto';
|
|
233
|
+
export * from './requests/user-data/follow-user.dto';
|
|
234
|
+
export * from './requests/user-data/is-favorite';
|
|
235
|
+
export * from './requests/user-data/login-access.dto';
|
|
236
|
+
export * from './requests/user-data/me-profile';
|
|
237
|
+
export * from './requests/user-data/set-email.dto';
|
|
238
|
+
export * from './requests/user-data/set-phone.dto';
|
|
239
|
+
export * from './requests/user-data/token-inventory';
|
|
240
|
+
export * from './requests/user-data/tradesilvania.dto';
|
|
241
|
+
export * from './requests/user-data/user-network';
|
|
242
|
+
export * from './requests/user-data/verify-email.dto';
|
|
243
|
+
/**
|
|
244
|
+
* Requests - Lending
|
|
245
|
+
*/
|
|
246
|
+
export * from './requests/lending/lending-market-profile.filter';
|
|
247
|
+
/**
|
|
248
|
+
* Requests - NFT Data
|
|
249
|
+
*/
|
|
250
|
+
export * from './requests/nft-data/inventory-summary';
|
|
251
|
+
export * from './requests/nft-data/like-nft.dto';
|
|
252
|
+
export * from './requests/nft-data/nft-doc.filter';
|
|
253
|
+
export * from './requests/nft-data/nft-offer-doc.filter';
|
|
254
|
+
export * from './requests/nft-data/nft-offers';
|
|
255
|
+
export * from './requests/nft-data/sign-data.dto';
|
|
256
|
+
export * from './requests/nft-data/sign-mintdto';
|
|
257
|
+
export * from './requests/nft-data/sign-withdraw.dto';
|
|
258
|
+
export * from './requests/nft-data/user-offers';
|
|
259
|
+
/**
|
|
260
|
+
* Requests - NFT Activity Data
|
|
261
|
+
*/
|
|
262
|
+
export * from './requests/nft-activity-data/analytics-overview';
|
|
263
|
+
export * from './requests/nft-activity-data/analytics-volume';
|
|
264
|
+
export * from './requests/nft-activity-data/bober-battle-activity.enum';
|
|
265
|
+
export * from './requests/nft-activity-data/nft-activity.filter';
|
|
266
|
+
export * from './requests/nft-activity-data/user-analytics.dto';
|
|
267
|
+
export * from './requests/nft-activity-data/user-stats';
|
|
268
|
+
export * from './requests/nft-activity-data/xoxno-egld-ls-activity.enum';
|
|
269
|
+
export * from './requests/nft-activity-data/xoxno-ls-activity.enum';
|
|
270
|
+
/**
|
|
271
|
+
* Utils
|
|
272
|
+
*/
|
|
273
|
+
export * from './utils/generic';
|