@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,642 @@
|
|
|
1
|
+
import { ActivityChain } from '../common/enums';
|
|
2
|
+
/**
|
|
3
|
+
* An object that defines all Redis keys and their TTLs.
|
|
4
|
+
* This ensures consistency and a single source of truth.
|
|
5
|
+
*
|
|
6
|
+
* Each entry should return an object: { key: string, ttl: number }
|
|
7
|
+
*/
|
|
8
|
+
export declare const REDIS_KEYS: {
|
|
9
|
+
LendingAllMarketsTokens: {
|
|
10
|
+
key: string;
|
|
11
|
+
ttl: number;
|
|
12
|
+
};
|
|
13
|
+
MinterLocalOwner: (address: string) => {
|
|
14
|
+
key: string;
|
|
15
|
+
ttl: number;
|
|
16
|
+
};
|
|
17
|
+
GetCreatorProfileByContractAddress: (contractAddress: string) => {
|
|
18
|
+
key: string;
|
|
19
|
+
ttl: number;
|
|
20
|
+
};
|
|
21
|
+
GetBoberBattleBiggestWinners: {
|
|
22
|
+
key: string;
|
|
23
|
+
ttl: number;
|
|
24
|
+
};
|
|
25
|
+
GetAllBoberBattleTokens: {
|
|
26
|
+
key: string;
|
|
27
|
+
ttl: number;
|
|
28
|
+
};
|
|
29
|
+
StakingProviderOwner: (provider: string) => {
|
|
30
|
+
key: string;
|
|
31
|
+
ttl: number;
|
|
32
|
+
};
|
|
33
|
+
StakingCreatedDelegationContract: (address: string) => {
|
|
34
|
+
key: string;
|
|
35
|
+
ttl: number;
|
|
36
|
+
};
|
|
37
|
+
StakingProviderUserRewards: (address: string, currentEpoch: number) => {
|
|
38
|
+
key: string;
|
|
39
|
+
ttl: number;
|
|
40
|
+
};
|
|
41
|
+
StakingProviderEpochRewards: (provider: string, epoch: number) => {
|
|
42
|
+
key: string;
|
|
43
|
+
ttl: number;
|
|
44
|
+
};
|
|
45
|
+
LendingFaucetClaimed: (address: string) => {
|
|
46
|
+
key: string;
|
|
47
|
+
ttl: number;
|
|
48
|
+
};
|
|
49
|
+
BoberWheelWinners: {
|
|
50
|
+
key: string;
|
|
51
|
+
ttl: number;
|
|
52
|
+
};
|
|
53
|
+
BoberWheelConfig: {
|
|
54
|
+
key: string;
|
|
55
|
+
ttl: number;
|
|
56
|
+
};
|
|
57
|
+
BoberWheelScheduledSpin: {
|
|
58
|
+
key: string;
|
|
59
|
+
ttl: number;
|
|
60
|
+
};
|
|
61
|
+
LendingBulkOraclePrice: (tokens: string[], returnAsUsd: boolean) => {
|
|
62
|
+
key: string;
|
|
63
|
+
ttl: number;
|
|
64
|
+
};
|
|
65
|
+
LpTokenInfo: (token: string) => {
|
|
66
|
+
key: string;
|
|
67
|
+
ttl: number;
|
|
68
|
+
};
|
|
69
|
+
LendingTokenPriceAsUsd: (token: string) => {
|
|
70
|
+
key: string;
|
|
71
|
+
ttl: number;
|
|
72
|
+
};
|
|
73
|
+
LendingOverallStats: {
|
|
74
|
+
key: string;
|
|
75
|
+
ttl: number;
|
|
76
|
+
};
|
|
77
|
+
LendingTopMarketParticipants: (token: string) => {
|
|
78
|
+
key: string;
|
|
79
|
+
ttl: number;
|
|
80
|
+
};
|
|
81
|
+
LendingMarketParticipantsCount: (token: string) => {
|
|
82
|
+
key: string;
|
|
83
|
+
ttl: number;
|
|
84
|
+
};
|
|
85
|
+
LendingPositionLeaderboard: (hash: string) => {
|
|
86
|
+
key: string;
|
|
87
|
+
ttl: number;
|
|
88
|
+
};
|
|
89
|
+
LendingTokenPriceAsEgld: (token: string) => {
|
|
90
|
+
key: string;
|
|
91
|
+
ttl: number;
|
|
92
|
+
};
|
|
93
|
+
LendingPoolContracts: (controllerAddress: string) => {
|
|
94
|
+
key: string;
|
|
95
|
+
ttl: number;
|
|
96
|
+
};
|
|
97
|
+
LendingTokenEModeProfileDoc: (token: string, eModeCategory: string) => {
|
|
98
|
+
key: string;
|
|
99
|
+
ttl: number;
|
|
100
|
+
};
|
|
101
|
+
LendingEModeCategoryProfileDoc: (id: string) => {
|
|
102
|
+
key: string;
|
|
103
|
+
ttl: number;
|
|
104
|
+
};
|
|
105
|
+
LendingMarketProfileDoc: (token: string) => {
|
|
106
|
+
key: string;
|
|
107
|
+
ttl: number;
|
|
108
|
+
};
|
|
109
|
+
LendingAccountProfileDoc: (identifier: string, token: string) => {
|
|
110
|
+
key: string;
|
|
111
|
+
ttl: number;
|
|
112
|
+
};
|
|
113
|
+
LocationPolygon: (query: string) => {
|
|
114
|
+
key: string;
|
|
115
|
+
ttl: number;
|
|
116
|
+
};
|
|
117
|
+
UserInventorySummary: (address: string, activeAuction: boolean) => {
|
|
118
|
+
key: string;
|
|
119
|
+
ttl: number;
|
|
120
|
+
};
|
|
121
|
+
EventStartsFromPrice: (eventId: string) => {
|
|
122
|
+
key: string;
|
|
123
|
+
ttl: number;
|
|
124
|
+
};
|
|
125
|
+
EventQuestions: (eventId: string) => {
|
|
126
|
+
key: string;
|
|
127
|
+
ttl: number;
|
|
128
|
+
};
|
|
129
|
+
EventVoucherDoc: (eventId: string, voucherId: string) => {
|
|
130
|
+
key: string;
|
|
131
|
+
ttl: number;
|
|
132
|
+
};
|
|
133
|
+
EventUserRoleDoc: (eventId: string, address: string) => {
|
|
134
|
+
key: string;
|
|
135
|
+
ttl: number;
|
|
136
|
+
};
|
|
137
|
+
EventGuestSummary: (eventId: string) => {
|
|
138
|
+
key: string;
|
|
139
|
+
ttl: number;
|
|
140
|
+
};
|
|
141
|
+
EventGuestDoc: (eventId: string, address: string) => {
|
|
142
|
+
key: string;
|
|
143
|
+
ttl: number;
|
|
144
|
+
};
|
|
145
|
+
EventVoucherDocByCode: (eventId: string, code: string) => {
|
|
146
|
+
key: string;
|
|
147
|
+
ttl: number;
|
|
148
|
+
};
|
|
149
|
+
EventStageDoc: (eventId: string, stageId: string) => {
|
|
150
|
+
key: string;
|
|
151
|
+
ttl: number;
|
|
152
|
+
};
|
|
153
|
+
EventIdBySlug: (slug: string) => {
|
|
154
|
+
key: string;
|
|
155
|
+
ttl: number;
|
|
156
|
+
};
|
|
157
|
+
EventTicketProfileDoc: (eventId: string, ticketId: string) => {
|
|
158
|
+
key: string;
|
|
159
|
+
ttl: number;
|
|
160
|
+
};
|
|
161
|
+
EventProfileDoc: (eventId: string) => {
|
|
162
|
+
key: string;
|
|
163
|
+
ttl: number;
|
|
164
|
+
};
|
|
165
|
+
NftSearch: (filter: string) => {
|
|
166
|
+
key: string;
|
|
167
|
+
ttl: number;
|
|
168
|
+
};
|
|
169
|
+
GetCountries: {
|
|
170
|
+
key: string;
|
|
171
|
+
ttl: number;
|
|
172
|
+
};
|
|
173
|
+
NftMetadataUrl: (url: string) => {
|
|
174
|
+
key: string;
|
|
175
|
+
ttl: number;
|
|
176
|
+
};
|
|
177
|
+
NftMetadata: (identifier: string) => {
|
|
178
|
+
key: string;
|
|
179
|
+
ttl: number;
|
|
180
|
+
};
|
|
181
|
+
XoxnoLiquidStats: {
|
|
182
|
+
key: string;
|
|
183
|
+
ttl: number;
|
|
184
|
+
};
|
|
185
|
+
XoxnoLiquidApy: {
|
|
186
|
+
key: string;
|
|
187
|
+
ttl: number;
|
|
188
|
+
};
|
|
189
|
+
CollectionListedCount: (collection: string) => {
|
|
190
|
+
key: string;
|
|
191
|
+
ttl: number;
|
|
192
|
+
};
|
|
193
|
+
EmailVerificationCode: (address: string) => {
|
|
194
|
+
key: string;
|
|
195
|
+
ttl: number;
|
|
196
|
+
};
|
|
197
|
+
UserSettings: (address: string) => {
|
|
198
|
+
key: string;
|
|
199
|
+
ttl: number;
|
|
200
|
+
};
|
|
201
|
+
UserFavorite: (address: string, favoriteId: string) => {
|
|
202
|
+
key: string;
|
|
203
|
+
ttl: number;
|
|
204
|
+
};
|
|
205
|
+
ClaimableRewards: (address: string, delegationContract: string) => {
|
|
206
|
+
key: string;
|
|
207
|
+
ttl: number;
|
|
208
|
+
};
|
|
209
|
+
AllUserDelegations: (address: string) => {
|
|
210
|
+
key: string;
|
|
211
|
+
ttl: number;
|
|
212
|
+
};
|
|
213
|
+
EgldStakingProviders: (providers: string[], withIdentityInfo?: boolean) => {
|
|
214
|
+
key: string;
|
|
215
|
+
ttl: number;
|
|
216
|
+
};
|
|
217
|
+
EgldStakingProvider: (provider: string) => {
|
|
218
|
+
key: string;
|
|
219
|
+
ttl: number;
|
|
220
|
+
};
|
|
221
|
+
GetLastUpdatedEpoch: (provider: string, epoch: number) => {
|
|
222
|
+
key: string;
|
|
223
|
+
ttl: number;
|
|
224
|
+
};
|
|
225
|
+
CollectionStats: (collection: string) => {
|
|
226
|
+
key: string;
|
|
227
|
+
ttl: number;
|
|
228
|
+
};
|
|
229
|
+
AllGroupChatIds: {
|
|
230
|
+
key: string;
|
|
231
|
+
ttl: number;
|
|
232
|
+
};
|
|
233
|
+
GroupChatProfile: (chatId: string) => {
|
|
234
|
+
key: string;
|
|
235
|
+
ttl: number;
|
|
236
|
+
};
|
|
237
|
+
PinnedNftsApiResponse: {
|
|
238
|
+
key: string;
|
|
239
|
+
ttl: number;
|
|
240
|
+
};
|
|
241
|
+
ConversationDeleteTimestamp: (chatId: string, address: string) => {
|
|
242
|
+
key: string;
|
|
243
|
+
ttl: number;
|
|
244
|
+
};
|
|
245
|
+
IsSenderBlockedByReceiver: (sender: string, receiver: string) => {
|
|
246
|
+
key: string;
|
|
247
|
+
ttl: number;
|
|
248
|
+
};
|
|
249
|
+
UserLastReadChatMessage: (chatId: string, address: string) => {
|
|
250
|
+
key: string;
|
|
251
|
+
ttl: number;
|
|
252
|
+
};
|
|
253
|
+
UserLastSentChatMessage: (chatId: string, address: string) => {
|
|
254
|
+
key: string;
|
|
255
|
+
ttl: number;
|
|
256
|
+
};
|
|
257
|
+
UserXoxnoDropScore: (skip: number, top: number, address?: string) => {
|
|
258
|
+
key: string;
|
|
259
|
+
ttl: number;
|
|
260
|
+
};
|
|
261
|
+
Web2NativeWalletAddress: (userId: string) => {
|
|
262
|
+
key: string;
|
|
263
|
+
ttl: number;
|
|
264
|
+
};
|
|
265
|
+
Web2UserDoc: (userId: string) => {
|
|
266
|
+
key: string;
|
|
267
|
+
ttl: number;
|
|
268
|
+
};
|
|
269
|
+
StakingPoolsSummaryByCollection: {
|
|
270
|
+
key: string;
|
|
271
|
+
ttl: number;
|
|
272
|
+
};
|
|
273
|
+
TwispayCallbackProcessed: (transactionId: string) => {
|
|
274
|
+
key: string;
|
|
275
|
+
ttl: number;
|
|
276
|
+
};
|
|
277
|
+
PendingExternalPayments: {
|
|
278
|
+
key: string;
|
|
279
|
+
ttl: number;
|
|
280
|
+
};
|
|
281
|
+
NextRelayWalletIndex: (shard: number) => {
|
|
282
|
+
key: string;
|
|
283
|
+
ttl: number;
|
|
284
|
+
};
|
|
285
|
+
DropsPinnedCollectionsApiResponse: {
|
|
286
|
+
key: string;
|
|
287
|
+
ttl: number;
|
|
288
|
+
};
|
|
289
|
+
HomePinnedCollectionsApiResponse: {
|
|
290
|
+
key: string;
|
|
291
|
+
ttl: number;
|
|
292
|
+
};
|
|
293
|
+
NftHasOffer: (identifier: string) => {
|
|
294
|
+
key: string;
|
|
295
|
+
ttl: number;
|
|
296
|
+
};
|
|
297
|
+
LaunchpadAllRegisteredContracts: {
|
|
298
|
+
key: string;
|
|
299
|
+
ttl: number;
|
|
300
|
+
};
|
|
301
|
+
UserStatistics: (hash: string) => {
|
|
302
|
+
key: string;
|
|
303
|
+
ttl: number;
|
|
304
|
+
};
|
|
305
|
+
UserOwnedAndListedSummary: (address: string) => {
|
|
306
|
+
key: string;
|
|
307
|
+
ttl: number;
|
|
308
|
+
};
|
|
309
|
+
UserSearch: (filter: string) => {
|
|
310
|
+
key: string;
|
|
311
|
+
ttl: number;
|
|
312
|
+
};
|
|
313
|
+
DropsSearch: (filter: string) => {
|
|
314
|
+
key: string;
|
|
315
|
+
ttl: number;
|
|
316
|
+
};
|
|
317
|
+
CollectionSearch: (filter: string) => {
|
|
318
|
+
key: string;
|
|
319
|
+
ttl: number;
|
|
320
|
+
};
|
|
321
|
+
GlobalSearch: (filter: string) => {
|
|
322
|
+
key: string;
|
|
323
|
+
ttl: number;
|
|
324
|
+
};
|
|
325
|
+
ListingCount: (chain?: ActivityChain[]) => {
|
|
326
|
+
key: string;
|
|
327
|
+
ttl: number;
|
|
328
|
+
};
|
|
329
|
+
UserCount: (chain?: ActivityChain[]) => {
|
|
330
|
+
key: string;
|
|
331
|
+
ttl: number;
|
|
332
|
+
};
|
|
333
|
+
TradingStatistics: (chain?: ActivityChain[]) => {
|
|
334
|
+
key: string;
|
|
335
|
+
ttl: number;
|
|
336
|
+
};
|
|
337
|
+
ShardCount: {
|
|
338
|
+
key: string;
|
|
339
|
+
ttl: number;
|
|
340
|
+
};
|
|
341
|
+
AddressEsdt: (address: string) => {
|
|
342
|
+
key: string;
|
|
343
|
+
ttl: number;
|
|
344
|
+
};
|
|
345
|
+
UserFavoriteUserAddresses: (address: string) => {
|
|
346
|
+
key: string;
|
|
347
|
+
ttl: number;
|
|
348
|
+
};
|
|
349
|
+
UserFavoriteCollectionTickers: (address: string) => {
|
|
350
|
+
key: string;
|
|
351
|
+
ttl: number;
|
|
352
|
+
};
|
|
353
|
+
UserFavoriteNftIdentifiers: (address: string) => {
|
|
354
|
+
key: string;
|
|
355
|
+
ttl: number;
|
|
356
|
+
};
|
|
357
|
+
UserTradingSummary: (address: string) => {
|
|
358
|
+
key: string;
|
|
359
|
+
ttl: number;
|
|
360
|
+
};
|
|
361
|
+
LendingMarketStatsGraphData: (startTime: string, endTime: string, bin: string, token?: string) => {
|
|
362
|
+
key: string;
|
|
363
|
+
ttl: number;
|
|
364
|
+
};
|
|
365
|
+
VolumeGraphData: (startTime: string, endTime: string, bin: string, collection?: string, chain?: ActivityChain[]) => {
|
|
366
|
+
key: string;
|
|
367
|
+
ttl: number;
|
|
368
|
+
};
|
|
369
|
+
DataApiTokens: {
|
|
370
|
+
key: string;
|
|
371
|
+
ttl: number;
|
|
372
|
+
};
|
|
373
|
+
DataApiTokenPrice: (identifier: string, timestamp?: number) => {
|
|
374
|
+
key: string;
|
|
375
|
+
ttl: number;
|
|
376
|
+
};
|
|
377
|
+
CollectionTickerByTags: (creatorTag: string, collectionTag: string) => {
|
|
378
|
+
key: string;
|
|
379
|
+
ttl: number;
|
|
380
|
+
};
|
|
381
|
+
TokenFiatPrice: (fiatCurrencies: string[], token: string) => {
|
|
382
|
+
key: string;
|
|
383
|
+
ttl: number;
|
|
384
|
+
};
|
|
385
|
+
AshTokenUsdValue: (token: string) => {
|
|
386
|
+
key: string;
|
|
387
|
+
ttl: number;
|
|
388
|
+
};
|
|
389
|
+
AshSupportedTokens: {
|
|
390
|
+
key: string;
|
|
391
|
+
ttl: number;
|
|
392
|
+
};
|
|
393
|
+
StakingUserRewardByPoolId: (address: string, poolId: number) => {
|
|
394
|
+
key: string;
|
|
395
|
+
ttl: number;
|
|
396
|
+
};
|
|
397
|
+
StakingWlNonces: (poolId: number) => {
|
|
398
|
+
key: string;
|
|
399
|
+
ttl: number;
|
|
400
|
+
};
|
|
401
|
+
StakingDataDocs: (query: string) => {
|
|
402
|
+
key: string;
|
|
403
|
+
ttl: number;
|
|
404
|
+
};
|
|
405
|
+
StakingPoolDoc: (poolId: number) => {
|
|
406
|
+
key: string;
|
|
407
|
+
ttl: number;
|
|
408
|
+
};
|
|
409
|
+
CollectionListingDistribution: (collection: string) => {
|
|
410
|
+
key: string;
|
|
411
|
+
ttl: number;
|
|
412
|
+
};
|
|
413
|
+
CollectionTraitMap: (collection: string) => {
|
|
414
|
+
key: string;
|
|
415
|
+
ttl: number;
|
|
416
|
+
};
|
|
417
|
+
CollectionFloorPriceByAttribute: (collection: string) => {
|
|
418
|
+
key: string;
|
|
419
|
+
ttl: number;
|
|
420
|
+
};
|
|
421
|
+
UserCreatorProfileByTag: (creatorTag: string) => {
|
|
422
|
+
key: string;
|
|
423
|
+
ttl: number;
|
|
424
|
+
};
|
|
425
|
+
UserCreatorProfile: (address: string) => {
|
|
426
|
+
key: string;
|
|
427
|
+
ttl: number;
|
|
428
|
+
};
|
|
429
|
+
UserCreatorTagRegistered: (tag: string) => {
|
|
430
|
+
key: string;
|
|
431
|
+
ttl: number;
|
|
432
|
+
};
|
|
433
|
+
CollectionFloorPrice: (collection: string, token: string) => {
|
|
434
|
+
key: string;
|
|
435
|
+
ttl: number;
|
|
436
|
+
};
|
|
437
|
+
NftDataDocs: (query: string) => {
|
|
438
|
+
key: string;
|
|
439
|
+
ttl: number;
|
|
440
|
+
};
|
|
441
|
+
TokenData: (token: string) => {
|
|
442
|
+
key: string;
|
|
443
|
+
ttl: number;
|
|
444
|
+
};
|
|
445
|
+
AllBannedCollections: {
|
|
446
|
+
key: string;
|
|
447
|
+
ttl: number;
|
|
448
|
+
};
|
|
449
|
+
AllVerifiedCollections: {
|
|
450
|
+
key: string;
|
|
451
|
+
ttl: number;
|
|
452
|
+
};
|
|
453
|
+
CollectionProfileDocs: (hash: string) => {
|
|
454
|
+
key: string;
|
|
455
|
+
ttl: number;
|
|
456
|
+
};
|
|
457
|
+
CollectionOfferDocs: (hash: string) => {
|
|
458
|
+
key: string;
|
|
459
|
+
ttl: number;
|
|
460
|
+
};
|
|
461
|
+
TokenUsdcValue: (token: string, timestamp: number) => {
|
|
462
|
+
key: string;
|
|
463
|
+
ttl: number;
|
|
464
|
+
};
|
|
465
|
+
UserProfile: (address: string) => {
|
|
466
|
+
key: string;
|
|
467
|
+
ttl: number;
|
|
468
|
+
};
|
|
469
|
+
EpochEndTimestamp: {
|
|
470
|
+
key: string;
|
|
471
|
+
ttl: number;
|
|
472
|
+
};
|
|
473
|
+
CurrentEpoch: {
|
|
474
|
+
key: string;
|
|
475
|
+
ttl: number;
|
|
476
|
+
};
|
|
477
|
+
CurrentTokenValue: {
|
|
478
|
+
key: string;
|
|
479
|
+
ttl: number;
|
|
480
|
+
};
|
|
481
|
+
SEgldExchangeRate: {
|
|
482
|
+
key: string;
|
|
483
|
+
ttl: number;
|
|
484
|
+
};
|
|
485
|
+
CollectionHoldersDetailed: (key: string, realOwners: boolean) => {
|
|
486
|
+
key: string;
|
|
487
|
+
ttl: number;
|
|
488
|
+
};
|
|
489
|
+
SftTotalSupplyCount: (key: string) => {
|
|
490
|
+
key: string;
|
|
491
|
+
ttl: number;
|
|
492
|
+
};
|
|
493
|
+
CollectionHoldersCount: (key: string) => {
|
|
494
|
+
key: string;
|
|
495
|
+
ttl: number;
|
|
496
|
+
};
|
|
497
|
+
CollectionStatsDocs: (query: string) => {
|
|
498
|
+
key: string;
|
|
499
|
+
ttl: number;
|
|
500
|
+
};
|
|
501
|
+
CollectionMintStages: (collection: string, enabledOnly: boolean) => {
|
|
502
|
+
key: string;
|
|
503
|
+
ttl: number;
|
|
504
|
+
};
|
|
505
|
+
CollectionMintProfile: (collection: string) => {
|
|
506
|
+
key: string;
|
|
507
|
+
ttl: number;
|
|
508
|
+
};
|
|
509
|
+
TokenDecimals: (token: string) => {
|
|
510
|
+
key: string;
|
|
511
|
+
ttl: number;
|
|
512
|
+
};
|
|
513
|
+
AllSwapTokens: {
|
|
514
|
+
key: string;
|
|
515
|
+
ttl: number;
|
|
516
|
+
};
|
|
517
|
+
AllTokensMap: {
|
|
518
|
+
key: string;
|
|
519
|
+
ttl: number;
|
|
520
|
+
};
|
|
521
|
+
TokenSupply: (token: string) => {
|
|
522
|
+
key: string;
|
|
523
|
+
ttl: number;
|
|
524
|
+
};
|
|
525
|
+
MvxTokenSummary: (token: string) => {
|
|
526
|
+
key: string;
|
|
527
|
+
ttl: number;
|
|
528
|
+
};
|
|
529
|
+
TokenSummary: (token: string) => {
|
|
530
|
+
key: string;
|
|
531
|
+
ttl: number;
|
|
532
|
+
};
|
|
533
|
+
MinterUserMintsGlobal: (collectionTag: string, contractAddress: string, userAddress: string) => {
|
|
534
|
+
key: string;
|
|
535
|
+
ttl: number;
|
|
536
|
+
};
|
|
537
|
+
MinterUserMintsPerStage: (collectionTag: string, contractAddress: string, userAddress: string, stageName: string) => {
|
|
538
|
+
key: string;
|
|
539
|
+
ttl: number;
|
|
540
|
+
};
|
|
541
|
+
MinterMintShareholders: (collectionTag: string, contractAddress: string) => {
|
|
542
|
+
key: string;
|
|
543
|
+
ttl: number;
|
|
544
|
+
};
|
|
545
|
+
MinterRoyaltiesShareholders: (contractAddress: string) => {
|
|
546
|
+
key: string;
|
|
547
|
+
ttl: number;
|
|
548
|
+
};
|
|
549
|
+
MinterIsUserWhitelisted: (collectionTag: string, contractAddress: string, userAddress: string, stageName: string) => {
|
|
550
|
+
key: string;
|
|
551
|
+
ttl: number;
|
|
552
|
+
};
|
|
553
|
+
CollectionProfile: (collection: string) => {
|
|
554
|
+
key: string;
|
|
555
|
+
ttl: number;
|
|
556
|
+
};
|
|
557
|
+
GetAbi: (abiName: string) => {
|
|
558
|
+
key: string;
|
|
559
|
+
ttl: number;
|
|
560
|
+
};
|
|
561
|
+
EsdtTokenProperties: (tokenIdentifier: string) => {
|
|
562
|
+
key: string;
|
|
563
|
+
ttl: number;
|
|
564
|
+
};
|
|
565
|
+
AccountHerotag: (address: string) => {
|
|
566
|
+
key: string;
|
|
567
|
+
ttl: number;
|
|
568
|
+
};
|
|
569
|
+
CollectionHoldersDocCount: (collection: string) => {
|
|
570
|
+
key: string;
|
|
571
|
+
ttl: number;
|
|
572
|
+
};
|
|
573
|
+
AccumulatorCreators: {
|
|
574
|
+
key: string;
|
|
575
|
+
ttl: number;
|
|
576
|
+
};
|
|
577
|
+
ExchangeRateLiquidXOXNO: {
|
|
578
|
+
key: string;
|
|
579
|
+
ttl: number;
|
|
580
|
+
};
|
|
581
|
+
ExchangeRateLiquidXOXNOEGLD: {
|
|
582
|
+
key: string;
|
|
583
|
+
ttl: number;
|
|
584
|
+
};
|
|
585
|
+
FeesXOXNOEGLD: {
|
|
586
|
+
key: string;
|
|
587
|
+
ttl: number;
|
|
588
|
+
};
|
|
589
|
+
PendingDelegateXOXNOEGLD: {
|
|
590
|
+
key: string;
|
|
591
|
+
ttl: number;
|
|
592
|
+
};
|
|
593
|
+
VirtualEGLDReserveXOXNOEGLD: {
|
|
594
|
+
key: string;
|
|
595
|
+
ttl: number;
|
|
596
|
+
};
|
|
597
|
+
EGLDLiquidStats: {
|
|
598
|
+
key: string;
|
|
599
|
+
ttl: number;
|
|
600
|
+
};
|
|
601
|
+
TotalWithdrawnXOXNOEGLD: {
|
|
602
|
+
key: string;
|
|
603
|
+
ttl: number;
|
|
604
|
+
};
|
|
605
|
+
ValidatorsLiquidXOXNOEGLD: {
|
|
606
|
+
key: string;
|
|
607
|
+
ttl: number;
|
|
608
|
+
};
|
|
609
|
+
AprLiquidXOXNOEGLD: {
|
|
610
|
+
key: string;
|
|
611
|
+
ttl: number;
|
|
612
|
+
};
|
|
613
|
+
PendingUnstakeXOXNOEGLD: {
|
|
614
|
+
key: string;
|
|
615
|
+
ttl: number;
|
|
616
|
+
};
|
|
617
|
+
HatomTokenValues: {
|
|
618
|
+
key: string;
|
|
619
|
+
ttl: number;
|
|
620
|
+
};
|
|
621
|
+
LowVolumeCollections: {
|
|
622
|
+
key: string;
|
|
623
|
+
ttl: number;
|
|
624
|
+
};
|
|
625
|
+
EventReferralConfigDoc: (eventId: string, configId: string) => {
|
|
626
|
+
key: string;
|
|
627
|
+
ttl: number;
|
|
628
|
+
};
|
|
629
|
+
EventReferralDoc: (eventId: string, referralCode: string) => {
|
|
630
|
+
key: string;
|
|
631
|
+
ttl: number;
|
|
632
|
+
};
|
|
633
|
+
SuiTransactionSender: (txDigest: string) => {
|
|
634
|
+
key: string;
|
|
635
|
+
ttl: number;
|
|
636
|
+
};
|
|
637
|
+
SuiObject: (objectId: string) => {
|
|
638
|
+
key: string;
|
|
639
|
+
ttl: number;
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
export type RedisKeys = typeof REDIS_KEYS;
|