@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,38 @@
|
|
|
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.ManualCheckInDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const event_ticket_qr_type_enum_1 = require("./event-ticket-qr-type.enum");
|
|
17
|
+
class ManualCheckInDto {
|
|
18
|
+
}
|
|
19
|
+
exports.ManualCheckInDto = ManualCheckInDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({
|
|
22
|
+
description: 'Invitation ID or wallet address for check-in',
|
|
23
|
+
}),
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], ManualCheckInDto.prototype, "invitationIdOrAddress", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, swagger_1.ApiProperty)({
|
|
29
|
+
description: 'Selected tickets for check-in (optional)',
|
|
30
|
+
type: [event_ticket_qr_type_enum_1.TicketsType],
|
|
31
|
+
required: false,
|
|
32
|
+
}),
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_validator_1.IsArray)(),
|
|
35
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
36
|
+
(0, class_transformer_1.Type)(() => event_ticket_qr_type_enum_1.TicketsType),
|
|
37
|
+
__metadata("design:type", Array)
|
|
38
|
+
], ManualCheckInDto.prototype, "selectedTickets", void 0);
|
|
@@ -0,0 +1,38 @@
|
|
|
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.TicketCalculationRequestDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const event_guest_registration_dto_1 = require("./event-guest-registration.dto");
|
|
17
|
+
class TicketCalculationRequestDto {
|
|
18
|
+
}
|
|
19
|
+
exports.TicketCalculationRequestDto = TicketCalculationRequestDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({ type: String, nullable: true }),
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
__metadata("design:type", Object)
|
|
25
|
+
], TicketCalculationRequestDto.prototype, "referralCode", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, swagger_1.ApiProperty)({ type: String, nullable: true }),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", Object)
|
|
31
|
+
], TicketCalculationRequestDto.prototype, "discountCode", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, swagger_1.ApiProperty)({ type: [event_guest_registration_dto_1.TicketSelectionDto] }),
|
|
34
|
+
(0, class_validator_1.IsArray)(),
|
|
35
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
36
|
+
(0, class_transformer_1.Type)(() => event_guest_registration_dto_1.TicketSelectionDto),
|
|
37
|
+
__metadata("design:type", Array)
|
|
38
|
+
], TicketCalculationRequestDto.prototype, "ticketSelections", void 0);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class StagePrice {
|
|
2
|
+
stageId: string;
|
|
3
|
+
stageName: string;
|
|
4
|
+
ticketTypeId: string;
|
|
5
|
+
ticketTypeName: string;
|
|
6
|
+
normalPrice: number;
|
|
7
|
+
discountedPrice: number;
|
|
8
|
+
quantity: number;
|
|
9
|
+
}
|
|
10
|
+
export declare class TicketPricesResponse {
|
|
11
|
+
currency: string;
|
|
12
|
+
stagePrices: StagePrice[];
|
|
13
|
+
vat?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.TicketPricesResponse = exports.StagePrice = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
class StagePrice {
|
|
17
|
+
}
|
|
18
|
+
exports.StagePrice = StagePrice;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, swagger_1.ApiProperty)({ type: String }),
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], StagePrice.prototype, "stageId", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, swagger_1.ApiProperty)({ type: String }),
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], StagePrice.prototype, "stageName", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, swagger_1.ApiProperty)({ type: String }),
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], StagePrice.prototype, "ticketTypeId", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, swagger_1.ApiProperty)({ type: String }),
|
|
36
|
+
(0, class_validator_1.IsString)(),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], StagePrice.prototype, "ticketTypeName", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, swagger_1.ApiProperty)({ type: Number }),
|
|
41
|
+
(0, class_validator_1.IsNumber)(),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], StagePrice.prototype, "normalPrice", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, swagger_1.ApiProperty)({ type: Number }),
|
|
46
|
+
(0, class_validator_1.IsNumber)(),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], StagePrice.prototype, "discountedPrice", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, swagger_1.ApiProperty)({ type: 'integer' }),
|
|
51
|
+
(0, class_validator_1.IsInt)(),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], StagePrice.prototype, "quantity", void 0);
|
|
54
|
+
class TicketPricesResponse {
|
|
55
|
+
}
|
|
56
|
+
exports.TicketPricesResponse = TicketPricesResponse;
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, swagger_1.ApiProperty)({ type: String }),
|
|
59
|
+
(0, class_validator_1.IsString)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], TicketPricesResponse.prototype, "currency", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, swagger_1.ApiProperty)({ type: [StagePrice] }),
|
|
64
|
+
(0, class_validator_1.IsArray)(),
|
|
65
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
66
|
+
(0, class_transformer_1.Type)(() => StagePrice),
|
|
67
|
+
__metadata("design:type", Array)
|
|
68
|
+
], TicketPricesResponse.prototype, "stagePrices", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, swagger_1.ApiProperty)({ type: Number }),
|
|
71
|
+
(0, class_validator_1.IsNumber)(),
|
|
72
|
+
(0, class_validator_1.IsOptional)(),
|
|
73
|
+
__metadata("design:type", Number)
|
|
74
|
+
], TicketPricesResponse.prototype, "vat", void 0);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare enum TicketingDataType {
|
|
2
|
+
VOUCHER = "event-voucher",
|
|
3
|
+
INVITATION = "event-invitation",
|
|
4
|
+
EVENT_PROFILE = "event-profile",
|
|
5
|
+
EVENT_QUESTION = "event-question",
|
|
6
|
+
EVENT_QUESTION_ANSWER = "event-question-answer",
|
|
7
|
+
EVENT_TICKET_PROFILE = "event-ticket-profile",
|
|
8
|
+
EVENT_TICKET_STAGE = "event-ticket-stage",
|
|
9
|
+
EVENT_GUEST = "event-guest",
|
|
10
|
+
REFERRAL_CONFIG = "event-referral-config",
|
|
11
|
+
REFERRAL_CODE = "event-referral-code",
|
|
12
|
+
REFERRAL_USAGE = "event-referral-usage",
|
|
13
|
+
USER_ROLE = "event-user-role"
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TicketingDataType = void 0;
|
|
4
|
+
var TicketingDataType;
|
|
5
|
+
(function (TicketingDataType) {
|
|
6
|
+
TicketingDataType["VOUCHER"] = "event-voucher";
|
|
7
|
+
TicketingDataType["INVITATION"] = "event-invitation";
|
|
8
|
+
TicketingDataType["EVENT_PROFILE"] = "event-profile";
|
|
9
|
+
TicketingDataType["EVENT_QUESTION"] = "event-question";
|
|
10
|
+
TicketingDataType["EVENT_QUESTION_ANSWER"] = "event-question-answer";
|
|
11
|
+
TicketingDataType["EVENT_TICKET_PROFILE"] = "event-ticket-profile";
|
|
12
|
+
TicketingDataType["EVENT_TICKET_STAGE"] = "event-ticket-stage";
|
|
13
|
+
TicketingDataType["EVENT_GUEST"] = "event-guest";
|
|
14
|
+
TicketingDataType["REFERRAL_CONFIG"] = "event-referral-config";
|
|
15
|
+
TicketingDataType["REFERRAL_CODE"] = "event-referral-code";
|
|
16
|
+
TicketingDataType["REFERRAL_USAGE"] = "event-referral-usage";
|
|
17
|
+
TicketingDataType["USER_ROLE"] = "event-user-role";
|
|
18
|
+
})(TicketingDataType || (exports.TicketingDataType = TicketingDataType = {}));
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare enum EventCategory {
|
|
2
|
+
FESTIVAL = "festival",
|
|
3
|
+
CONFERENCE = "conference",
|
|
4
|
+
NETWORKING = "networking",
|
|
5
|
+
MEETUP = "meetup",
|
|
6
|
+
WEB3 = "web3",
|
|
7
|
+
ENTERTAINMENT = "entertainment"
|
|
8
|
+
}
|
|
9
|
+
export declare enum FestivalSubCategory {
|
|
10
|
+
MUSIC = "music",
|
|
11
|
+
ARTS_AND_CULTURE = "arts-and-culture",
|
|
12
|
+
FOOD_AND_DRINK = "food-and-drink",
|
|
13
|
+
LIFESTYLE_AND_WELLNESS = "lifestyle-and-wellness",
|
|
14
|
+
LOCAL_AND_COMMUNITY = "local-and-community"
|
|
15
|
+
}
|
|
16
|
+
export declare enum ConferenceSubCategory {
|
|
17
|
+
TECHNOLOGY_AND_INNOVATION = "technology-and-innovation",
|
|
18
|
+
BUSINESS_AND_FINANCE = "business-and-finance",
|
|
19
|
+
HEALTHCARE_AND_SCIENCE = "healthcare-and-science",
|
|
20
|
+
EDUCATION_AND_LEARNING = "education-and-learning",
|
|
21
|
+
MARKETING_AND_MEDIA = "marketing-and-media"
|
|
22
|
+
}
|
|
23
|
+
export declare enum NetworkingSubCategory {
|
|
24
|
+
INDUSTRY_SPECIFIC = "industry-specific",
|
|
25
|
+
CAREER_DEVELOPMENT = "career-development",
|
|
26
|
+
INVESTOR_AND_STARTUPS = "investor-and-startups",
|
|
27
|
+
SOCIAL_IMPACT = "social-impact",
|
|
28
|
+
PERSONAL_DEVELOPMENT = "personal-development"
|
|
29
|
+
}
|
|
30
|
+
export declare enum MeetupSubCategory {
|
|
31
|
+
HOBBIES_AND_INTERESTS = "hobbies-and-interests",
|
|
32
|
+
PROFESSIONAL_GROUPS = "professional-groups",
|
|
33
|
+
SOCIAL_GATHERING = "social-gathering",
|
|
34
|
+
EDUCATION_AND_SKILLS = "education-and-skills",
|
|
35
|
+
FAMILY_AND_KIDS = "family-and-kids"
|
|
36
|
+
}
|
|
37
|
+
export declare enum Web3SubCategory {
|
|
38
|
+
BLOCKCHAIN_AND_CRYPTOCURRENCY = "blockchain-and-cryptocurrency",
|
|
39
|
+
METAVERSE_AND_VR = "metaverse-and-vr",
|
|
40
|
+
DEFI_AND_FINANCE = "defi-and-finance",
|
|
41
|
+
DAO_AND_GOVERNANCE = "dao-and-governance",
|
|
42
|
+
WEB3_STARTUPS = "web3-startups"
|
|
43
|
+
}
|
|
44
|
+
export declare enum EntertainmentSubCategory {
|
|
45
|
+
LIVE_MUSIC = "live-music",
|
|
46
|
+
COMEDY_SHOWS = "comedy-shows",
|
|
47
|
+
THEATRE_AND_PERFORMANCE = "theatre-and-performance",
|
|
48
|
+
MOVIES = "movies",
|
|
49
|
+
NIGHTLIFE_AND_CLUBBING = "nightlife-and-clubbing"
|
|
50
|
+
}
|
|
51
|
+
export declare enum EventSubCategory {
|
|
52
|
+
MUSIC = "music",
|
|
53
|
+
ARTS_AND_CULTURE = "arts-and-culture",
|
|
54
|
+
FOOD_AND_DRINK = "food-and-drink",
|
|
55
|
+
LIFESTYLE_AND_WELLNESS = "lifestyle-and-wellness",
|
|
56
|
+
LOCAL_AND_COMMUNITY = "local-and-community",
|
|
57
|
+
TECHNOLOGY_AND_INNOVATION = "technology-and-innovation",
|
|
58
|
+
BUSINESS_AND_FINANCE = "business-and-finance",
|
|
59
|
+
HEALTHCARE_AND_SCIENCE = "healthcare-and-science",
|
|
60
|
+
EDUCATION_AND_LEARNING = "education-and-learning",
|
|
61
|
+
MARKETING_AND_MEDIA = "marketing-and-media",
|
|
62
|
+
INDUSTRY_SPECIFIC = "industry-specific",
|
|
63
|
+
CAREER_DEVELOPMENT = "career-development",
|
|
64
|
+
INVESTOR_AND_STARTUPS = "investor-and-startups",
|
|
65
|
+
SOCIAL_IMPACT = "social-impact",
|
|
66
|
+
PERSONAL_DEVELOPMENT = "personal-development",
|
|
67
|
+
HOBBIES_AND_INTERESTS = "hobbies-and-interests",
|
|
68
|
+
PROFESSIONAL_GROUPS = "professional-groups",
|
|
69
|
+
SOCIAL_GATHERING = "social-gathering",
|
|
70
|
+
EDUCATION_AND_SKILLS = "education-and-skills",
|
|
71
|
+
FAMILY_AND_KIDS = "family-and-kids",
|
|
72
|
+
BLOCKCHAIN_AND_CRYPTOCURRENCY = "blockchain-and-cryptocurrency",
|
|
73
|
+
METAVERSE_AND_VR = "metaverse-and-vr",
|
|
74
|
+
DEFI_AND_FINANCE = "defi-and-finance",
|
|
75
|
+
DAO_AND_GOVERNANCE = "dao-and-governance",
|
|
76
|
+
WEB3_STARTUPS = "web3-startups",
|
|
77
|
+
LIVE_MUSIC = "live-music",
|
|
78
|
+
COMEDY_SHOWS = "comedy-shows",
|
|
79
|
+
THEATRE_AND_PERFORMANCE = "theatre-and-performance",
|
|
80
|
+
MOVIES = "movies",
|
|
81
|
+
NIGHTLIFE_AND_CLUBBING = "nightlife-and-clubbing"
|
|
82
|
+
}
|
|
83
|
+
export interface CategorySubcategoryMap {
|
|
84
|
+
[EventCategory.FESTIVAL]: FestivalSubCategory;
|
|
85
|
+
[EventCategory.CONFERENCE]: ConferenceSubCategory;
|
|
86
|
+
[EventCategory.NETWORKING]: NetworkingSubCategory;
|
|
87
|
+
[EventCategory.MEETUP]: MeetupSubCategory;
|
|
88
|
+
[EventCategory.WEB3]: Web3SubCategory;
|
|
89
|
+
[EventCategory.ENTERTAINMENT]: EntertainmentSubCategory;
|
|
90
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventSubCategory = exports.EntertainmentSubCategory = exports.Web3SubCategory = exports.MeetupSubCategory = exports.NetworkingSubCategory = exports.ConferenceSubCategory = exports.FestivalSubCategory = exports.EventCategory = void 0;
|
|
4
|
+
var EventCategory;
|
|
5
|
+
(function (EventCategory) {
|
|
6
|
+
EventCategory["FESTIVAL"] = "festival";
|
|
7
|
+
EventCategory["CONFERENCE"] = "conference";
|
|
8
|
+
EventCategory["NETWORKING"] = "networking";
|
|
9
|
+
EventCategory["MEETUP"] = "meetup";
|
|
10
|
+
EventCategory["WEB3"] = "web3";
|
|
11
|
+
EventCategory["ENTERTAINMENT"] = "entertainment";
|
|
12
|
+
})(EventCategory || (exports.EventCategory = EventCategory = {}));
|
|
13
|
+
var FestivalSubCategory;
|
|
14
|
+
(function (FestivalSubCategory) {
|
|
15
|
+
FestivalSubCategory["MUSIC"] = "music";
|
|
16
|
+
FestivalSubCategory["ARTS_AND_CULTURE"] = "arts-and-culture";
|
|
17
|
+
FestivalSubCategory["FOOD_AND_DRINK"] = "food-and-drink";
|
|
18
|
+
FestivalSubCategory["LIFESTYLE_AND_WELLNESS"] = "lifestyle-and-wellness";
|
|
19
|
+
FestivalSubCategory["LOCAL_AND_COMMUNITY"] = "local-and-community";
|
|
20
|
+
})(FestivalSubCategory || (exports.FestivalSubCategory = FestivalSubCategory = {}));
|
|
21
|
+
var ConferenceSubCategory;
|
|
22
|
+
(function (ConferenceSubCategory) {
|
|
23
|
+
ConferenceSubCategory["TECHNOLOGY_AND_INNOVATION"] = "technology-and-innovation";
|
|
24
|
+
ConferenceSubCategory["BUSINESS_AND_FINANCE"] = "business-and-finance";
|
|
25
|
+
ConferenceSubCategory["HEALTHCARE_AND_SCIENCE"] = "healthcare-and-science";
|
|
26
|
+
ConferenceSubCategory["EDUCATION_AND_LEARNING"] = "education-and-learning";
|
|
27
|
+
ConferenceSubCategory["MARKETING_AND_MEDIA"] = "marketing-and-media";
|
|
28
|
+
})(ConferenceSubCategory || (exports.ConferenceSubCategory = ConferenceSubCategory = {}));
|
|
29
|
+
var NetworkingSubCategory;
|
|
30
|
+
(function (NetworkingSubCategory) {
|
|
31
|
+
NetworkingSubCategory["INDUSTRY_SPECIFIC"] = "industry-specific";
|
|
32
|
+
NetworkingSubCategory["CAREER_DEVELOPMENT"] = "career-development";
|
|
33
|
+
NetworkingSubCategory["INVESTOR_AND_STARTUPS"] = "investor-and-startups";
|
|
34
|
+
NetworkingSubCategory["SOCIAL_IMPACT"] = "social-impact";
|
|
35
|
+
NetworkingSubCategory["PERSONAL_DEVELOPMENT"] = "personal-development";
|
|
36
|
+
})(NetworkingSubCategory || (exports.NetworkingSubCategory = NetworkingSubCategory = {}));
|
|
37
|
+
var MeetupSubCategory;
|
|
38
|
+
(function (MeetupSubCategory) {
|
|
39
|
+
MeetupSubCategory["HOBBIES_AND_INTERESTS"] = "hobbies-and-interests";
|
|
40
|
+
MeetupSubCategory["PROFESSIONAL_GROUPS"] = "professional-groups";
|
|
41
|
+
MeetupSubCategory["SOCIAL_GATHERING"] = "social-gathering";
|
|
42
|
+
MeetupSubCategory["EDUCATION_AND_SKILLS"] = "education-and-skills";
|
|
43
|
+
MeetupSubCategory["FAMILY_AND_KIDS"] = "family-and-kids";
|
|
44
|
+
})(MeetupSubCategory || (exports.MeetupSubCategory = MeetupSubCategory = {}));
|
|
45
|
+
var Web3SubCategory;
|
|
46
|
+
(function (Web3SubCategory) {
|
|
47
|
+
Web3SubCategory["BLOCKCHAIN_AND_CRYPTOCURRENCY"] = "blockchain-and-cryptocurrency";
|
|
48
|
+
Web3SubCategory["METAVERSE_AND_VR"] = "metaverse-and-vr";
|
|
49
|
+
Web3SubCategory["DEFI_AND_FINANCE"] = "defi-and-finance";
|
|
50
|
+
Web3SubCategory["DAO_AND_GOVERNANCE"] = "dao-and-governance";
|
|
51
|
+
Web3SubCategory["WEB3_STARTUPS"] = "web3-startups";
|
|
52
|
+
})(Web3SubCategory || (exports.Web3SubCategory = Web3SubCategory = {}));
|
|
53
|
+
var EntertainmentSubCategory;
|
|
54
|
+
(function (EntertainmentSubCategory) {
|
|
55
|
+
EntertainmentSubCategory["LIVE_MUSIC"] = "live-music";
|
|
56
|
+
EntertainmentSubCategory["COMEDY_SHOWS"] = "comedy-shows";
|
|
57
|
+
EntertainmentSubCategory["THEATRE_AND_PERFORMANCE"] = "theatre-and-performance";
|
|
58
|
+
EntertainmentSubCategory["MOVIES"] = "movies";
|
|
59
|
+
EntertainmentSubCategory["NIGHTLIFE_AND_CLUBBING"] = "nightlife-and-clubbing";
|
|
60
|
+
})(EntertainmentSubCategory || (exports.EntertainmentSubCategory = EntertainmentSubCategory = {}));
|
|
61
|
+
var EventSubCategory;
|
|
62
|
+
(function (EventSubCategory) {
|
|
63
|
+
// Festival subcategories
|
|
64
|
+
EventSubCategory["MUSIC"] = "music";
|
|
65
|
+
EventSubCategory["ARTS_AND_CULTURE"] = "arts-and-culture";
|
|
66
|
+
EventSubCategory["FOOD_AND_DRINK"] = "food-and-drink";
|
|
67
|
+
EventSubCategory["LIFESTYLE_AND_WELLNESS"] = "lifestyle-and-wellness";
|
|
68
|
+
EventSubCategory["LOCAL_AND_COMMUNITY"] = "local-and-community";
|
|
69
|
+
// Conference subcategories
|
|
70
|
+
EventSubCategory["TECHNOLOGY_AND_INNOVATION"] = "technology-and-innovation";
|
|
71
|
+
EventSubCategory["BUSINESS_AND_FINANCE"] = "business-and-finance";
|
|
72
|
+
EventSubCategory["HEALTHCARE_AND_SCIENCE"] = "healthcare-and-science";
|
|
73
|
+
EventSubCategory["EDUCATION_AND_LEARNING"] = "education-and-learning";
|
|
74
|
+
EventSubCategory["MARKETING_AND_MEDIA"] = "marketing-and-media";
|
|
75
|
+
// Networking subcategories
|
|
76
|
+
EventSubCategory["INDUSTRY_SPECIFIC"] = "industry-specific";
|
|
77
|
+
EventSubCategory["CAREER_DEVELOPMENT"] = "career-development";
|
|
78
|
+
EventSubCategory["INVESTOR_AND_STARTUPS"] = "investor-and-startups";
|
|
79
|
+
EventSubCategory["SOCIAL_IMPACT"] = "social-impact";
|
|
80
|
+
EventSubCategory["PERSONAL_DEVELOPMENT"] = "personal-development";
|
|
81
|
+
// Meetup subcategories
|
|
82
|
+
EventSubCategory["HOBBIES_AND_INTERESTS"] = "hobbies-and-interests";
|
|
83
|
+
EventSubCategory["PROFESSIONAL_GROUPS"] = "professional-groups";
|
|
84
|
+
EventSubCategory["SOCIAL_GATHERING"] = "social-gathering";
|
|
85
|
+
EventSubCategory["EDUCATION_AND_SKILLS"] = "education-and-skills";
|
|
86
|
+
EventSubCategory["FAMILY_AND_KIDS"] = "family-and-kids";
|
|
87
|
+
// Web3 subcategories
|
|
88
|
+
EventSubCategory["BLOCKCHAIN_AND_CRYPTOCURRENCY"] = "blockchain-and-cryptocurrency";
|
|
89
|
+
EventSubCategory["METAVERSE_AND_VR"] = "metaverse-and-vr";
|
|
90
|
+
EventSubCategory["DEFI_AND_FINANCE"] = "defi-and-finance";
|
|
91
|
+
EventSubCategory["DAO_AND_GOVERNANCE"] = "dao-and-governance";
|
|
92
|
+
EventSubCategory["WEB3_STARTUPS"] = "web3-startups";
|
|
93
|
+
// Entertainment subcategories
|
|
94
|
+
EventSubCategory["LIVE_MUSIC"] = "live-music";
|
|
95
|
+
EventSubCategory["COMEDY_SHOWS"] = "comedy-shows";
|
|
96
|
+
EventSubCategory["THEATRE_AND_PERFORMANCE"] = "theatre-and-performance";
|
|
97
|
+
EventSubCategory["MOVIES"] = "movies";
|
|
98
|
+
EventSubCategory["NIGHTLIFE_AND_CLUBBING"] = "nightlife-and-clubbing";
|
|
99
|
+
})(EventSubCategory || (exports.EventSubCategory = EventSubCategory = {}));
|
|
@@ -0,0 +1,33 @@
|
|
|
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.EventGuestApproveDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class EventGuestApproveDto {
|
|
16
|
+
}
|
|
17
|
+
exports.EventGuestApproveDto = EventGuestApproveDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, swagger_1.ApiProperty)({
|
|
20
|
+
type: String,
|
|
21
|
+
required: false,
|
|
22
|
+
}),
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.Length)(62, 62),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], EventGuestApproveDto.prototype, "address", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, swagger_1.ApiProperty)({
|
|
29
|
+
type: Boolean,
|
|
30
|
+
}),
|
|
31
|
+
(0, class_validator_1.IsBoolean)(),
|
|
32
|
+
__metadata("design:type", Boolean)
|
|
33
|
+
], EventGuestApproveDto.prototype, "isApproved", void 0);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventGuestStatus } from './event-guest-status.enum';
|
|
2
|
+
import { CosmosDbGenericFilter, RangeFilter } from '../../cosmos-db-generic-filter';
|
|
3
|
+
export declare class EventGuestFilterCriteriaDto {
|
|
4
|
+
searchText?: string;
|
|
5
|
+
wallet?: string[];
|
|
6
|
+
eventId?: string[];
|
|
7
|
+
status?: EventGuestStatus[];
|
|
8
|
+
questionnaireFilled?: boolean;
|
|
9
|
+
range?: RangeFilter[];
|
|
10
|
+
}
|
|
11
|
+
export declare class EventGuestFilter extends CosmosDbGenericFilter {
|
|
12
|
+
filters: {
|
|
13
|
+
searchText?: string;
|
|
14
|
+
dataType?: string[];
|
|
15
|
+
wallet?: string[];
|
|
16
|
+
eventId?: string[];
|
|
17
|
+
status?: EventGuestStatus[];
|
|
18
|
+
questionnaireFilled?: boolean;
|
|
19
|
+
range?: RangeFilter[];
|
|
20
|
+
};
|
|
21
|
+
strictSelect?: boolean;
|
|
22
|
+
includeCount?: boolean;
|
|
23
|
+
constructor(props: Partial<EventGuestFilter>);
|
|
24
|
+
private setPk;
|
|
25
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
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.EventGuestFilter = exports.EventGuestFilterCriteriaDto = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
const event_guest_status_enum_1 = require("./event-guest-status.enum");
|
|
15
|
+
const ticketing_data_type_enum_1 = require("./ticketing-data-type.enum");
|
|
16
|
+
const cosmos_db_generic_filter_1 = require("../../cosmos-db-generic-filter");
|
|
17
|
+
class EventGuestFilterCriteriaDto {
|
|
18
|
+
}
|
|
19
|
+
exports.EventGuestFilterCriteriaDto = EventGuestFilterCriteriaDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, swagger_1.ApiProperty)({ required: false, type: String }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], EventGuestFilterCriteriaDto.prototype, "searchText", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, swagger_1.ApiProperty)({ required: false, type: String, isArray: true }),
|
|
26
|
+
__metadata("design:type", Array)
|
|
27
|
+
], EventGuestFilterCriteriaDto.prototype, "wallet", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, swagger_1.ApiProperty)({ required: false, type: String, isArray: true }),
|
|
30
|
+
__metadata("design:type", Array)
|
|
31
|
+
], EventGuestFilterCriteriaDto.prototype, "eventId", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, swagger_1.ApiProperty)({
|
|
34
|
+
required: false,
|
|
35
|
+
type: String,
|
|
36
|
+
isArray: true,
|
|
37
|
+
enum: event_guest_status_enum_1.EventGuestStatus,
|
|
38
|
+
enumName: 'EventGuestStatus',
|
|
39
|
+
}),
|
|
40
|
+
__metadata("design:type", Array)
|
|
41
|
+
], EventGuestFilterCriteriaDto.prototype, "status", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, swagger_1.ApiProperty)({ required: false, type: Boolean }),
|
|
44
|
+
__metadata("design:type", Boolean)
|
|
45
|
+
], EventGuestFilterCriteriaDto.prototype, "questionnaireFilled", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, swagger_1.ApiProperty)({ required: false, type: cosmos_db_generic_filter_1.RangeFilter, isArray: true }),
|
|
48
|
+
__metadata("design:type", Array)
|
|
49
|
+
], EventGuestFilterCriteriaDto.prototype, "range", void 0);
|
|
50
|
+
class EventGuestFilter extends cosmos_db_generic_filter_1.CosmosDbGenericFilter {
|
|
51
|
+
constructor(props) {
|
|
52
|
+
super(props);
|
|
53
|
+
this.filters = {
|
|
54
|
+
dataType: [ticketing_data_type_enum_1.TicketingDataType.EVENT_GUEST],
|
|
55
|
+
};
|
|
56
|
+
this.strictSelect = false;
|
|
57
|
+
this.includeCount = false;
|
|
58
|
+
this.filters = {
|
|
59
|
+
...this.filters,
|
|
60
|
+
...props?.filters,
|
|
61
|
+
};
|
|
62
|
+
// Assign other properties
|
|
63
|
+
const { filters, ...otherProps } = props;
|
|
64
|
+
Object.assign(this, otherProps);
|
|
65
|
+
this.setPk();
|
|
66
|
+
}
|
|
67
|
+
setPk() {
|
|
68
|
+
const uniqueEvents = new Set();
|
|
69
|
+
if (this.filters?.eventId && this.filters.eventId.length > 0) {
|
|
70
|
+
this.filters.eventId.forEach((event) => {
|
|
71
|
+
uniqueEvents.add(event);
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
this.filters.eventId = Array.from(uniqueEvents);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.EventGuestFilter = EventGuestFilter;
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, swagger_1.ApiProperty)({
|
|
80
|
+
type: EventGuestFilterCriteriaDto,
|
|
81
|
+
}),
|
|
82
|
+
__metadata("design:type", Object)
|
|
83
|
+
], EventGuestFilter.prototype, "filters", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
(0, swagger_1.ApiProperty)({ required: false, type: 'boolean', default: false }),
|
|
86
|
+
__metadata("design:type", Boolean)
|
|
87
|
+
], EventGuestFilter.prototype, "strictSelect", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, swagger_1.ApiProperty)({ required: false, type: 'boolean', default: false }),
|
|
90
|
+
__metadata("design:type", Boolean)
|
|
91
|
+
], EventGuestFilter.prototype, "includeCount", void 0);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventQuestionAnswerDto } from './event-question-answer.doc';
|
|
2
|
+
export declare class CallbackUrl {
|
|
3
|
+
success: string;
|
|
4
|
+
error: string;
|
|
5
|
+
successClose: string;
|
|
6
|
+
errorClose: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class TicketSelectionDto {
|
|
9
|
+
ticketProfileId: string;
|
|
10
|
+
ticketStageId: string;
|
|
11
|
+
quantity: number;
|
|
12
|
+
price?: number;
|
|
13
|
+
name?: string;
|
|
14
|
+
description?: string;
|
|
15
|
+
currency?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare class EventGuestRegistrationDto {
|
|
18
|
+
email?: string;
|
|
19
|
+
name?: string;
|
|
20
|
+
phone?: string;
|
|
21
|
+
ticketSelections: TicketSelectionDto[];
|
|
22
|
+
voucherCode?: string;
|
|
23
|
+
referralCode?: string;
|
|
24
|
+
payWithCrypto?: boolean;
|
|
25
|
+
currency?: string;
|
|
26
|
+
questionAnswers?: EventQuestionAnswerDto[];
|
|
27
|
+
callbackUrl?: CallbackUrl;
|
|
28
|
+
}
|