default
: { actions
: { cleanup
: any }; modules
: { AddCalendar
: { actions
: { addGoogleCalendar
: any; addICalendar
: any; addOutlookCalendar
: any; addYahooCalendar
: any; updateShowAddCalendar
: any }; getters
: { calendarEvent
: ((state
: any, getters
: any) => { description
: any; end
: Date; start
: Date; title
: any }); showAddCalendar
: ((state
: any) => any) }; mutations
: { UPDATE_SHOW_ADD_CALENDAR
: any }; state
: { showAddCalendar
: boolean } }; Animation
: { actions
: { updateShowRibbon
: any }; getters
: { showRibbon
: ((state
: any) => any) }; mutations
: {}; state
: { showRibbon
: boolean } }; Announce
: { actions
: { triggerAnnounce
: any } }; Blacklist
: { actions
: { addCommentBlacklist
: any; fetchCommentBlacklist
: any; removeCommentBlacklist
: any }; getters
: { commentBlacklist
: ((state
: any) => any); commentBlacklistLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { blacklist
: Set<any>; error
: null; loadingState
: string } }; CheckLogin
: { actions
: { checkLogin
: any } }; CustomStyle
: { actions
: { calcCustomStyle
: any; checkAdminComment
: any; checkGuestLoginButton
: any }; getters
: { customAdminCommentStyle
: ((state
: any) => any); customGuestLoginButtonStyle
: ((state
: any) => any); hasCustomAdminComment
: ((state
: any) => boolean); hasCustomGuestLoginButton
: ((state
: any) => boolean) }; mutations
: {}; state
: { customAdminCommentStyle
: null; customGuestLoginButtonStyle
: null } }; FetchPost
: { actions
: { cleanupPost
: any; fetchPost
: any; updateProductSalableStatus
: any; updateStage
: any }; getters
: { coverPending
: ((state
: any) => any); coverStopped
: ((state
: any) => any); fetchPostLoadingState
: ((state
: any) => any); isFormal
: ((state
: any) => boolean); isPostUnauthorized
: ((state
: any) => boolean); isRehearsal
: ((state
: any) => boolean); isReplayPost
: ((state
: any) => boolean); isStreamEnd
: ((state
: any) => boolean); isStreaming
: ((state
: any) => boolean); isUnpublished
: ((state
: any) => boolean); isWaiting
: ((state
: any) => boolean); post
: ((state
: any) => any); postLiveStatus
: ((state
: any) => any); postStartUnixTime
: ((state
: any) => null | number); replayableClipIds
: ((state
: any) => any); stage
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; loadingState
: string; post
: null; stage
: string } }; GoCart
: { actions
: { getGenericShoppingCartUrl
: any; getShoppingCartUrl
: any; goCart
: any; redirectEnterprisePage
: any } }; Guest
: { actions
: { guestLogin
: any; refreshGuestToken
: any; setGuestName
: any; toggleGuestNameDialog
: any }; getters
: { guestNameDialogVisible
: ((state
: any) => any); guestNameExist
: ((state
: any, getters
: any, rootState
: any) => any) }; mutations
: { UPDATE_GUEST_NAME_DIALOG_VISIBLE
: any }; state
: { guestNameDialogVisible
: boolean } }; Interaction
: { actions
: { triggerInteractionAnimation
: DebouncedFuncLeading<((__namedParameters
: any, __namedParameters
: any) => void)>; addInteractionStack
: any; shiftStack
: any }; getters
: { interactionStack
: ((state
: any) => any) }; mutations
: { PUSH_STACK
: any; SHIFT_STACK
: any }; state
: { interactionStack
: never[] } }; Message
: { actions
: { checkMessageCount
: DebouncedFunc<((__namedParameters
: any) => void)>; cleanupMessage
: any; hideMessage
: any; showMessage
: any }; getters
: { currentMessages
: ((state
: any) => any); historicalMessages
: ((state
: any) => any); messageMap
: ((state
: any) => any) }; mutations
: { APPEND_ANALYZE_SUCCESS_MESSAGE
: any; APPEND_FAKE_MESSAGE
: any; APPEND_MESSAGE
: any; CLEANUP_MESSAGE
: any; MESSAGE_LOSS
: any; TOGGLE_HIDE_COMMENT
: any }; state
: { currentMessages
: never[]; historicalMessages
: never[]; messageMap
: {} } }; Notification
: { actions
: { handleNotification
: any }; getters
: { queueNotifications
: ((state
: any) => any) }; mutations
: { APPEND_QUEUE_NOTIFICATION
: any }; state
: { error
: null; queueNotifications
: never[] } }; Poll
: { actions
: { cleanupPoll
: any; fetchPoll
: any; triggerPollEnd
: any; updatePollOptions
: any }; getters
: { isPollEnd
: ((state
: any) => boolean); poll
: ((state
: any) => any); pollLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; loadingState
: string; poll
: null } }; PollCheck
: { actions
: { checkHasPolled
: any; cleanupPollCheck
: any; triggerNoCheckPolled
: any; updateHasPolled
: any }; getters
: { hasPolled
: ((state
: any) => any); pollCheckLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; hasPolled
: boolean; loadingState
: string } }; PollSend
: { actions
: { sendPollResult
: any }; getters
: { pollSendLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; loadingState
: string } }; Post
: { actions
: { checkLiveMode
: any; setLivewebProductButtonText
: any; updateCommentThrottle
: any; updateIsSubWindow
: any; updateShowHandsUpLogo
: any }; getters
: { commentThrottle
: ((state
: any) => any); isSubWindow
: ((state
: any) => any); liveMode
: ((state
: any) => any); productButtonText
: ((state
: any) => any); showHandsUpLogo
: ((state
: any) => any) }; mutations
: { UPDATE_COMMENT_THROTTLE
: any; UPDATE_IS_SUB_WINDOW
: any; UPDATE_LIVE_MODE
: any; UPDATE_PRODUCT_BUTTON_TEXT
: any; UPDATE_SHOW_HANDSUP_LOGO
: any }; state
: { commentThrottle
: number; isSubWindow
: boolean; liveMode
: string; productButtonText
: string; showHandsUpLogo
: boolean } }; Products
: { actions
: { deleteCartItem
: DebouncedFuncLeading<((__namedParameters
: any, id
: any) => void)>; toggleConfirmDelete
: any; toggleShowCartDetails
: any; trackingLivePurchase
: any; triggerShowConfirmDelete
: any; triggerShowNotOnSale
: any; updateProductImageSlider
: any }; getters
: { deleteItemId
: ((state
: any) => any); deleteItemQuantity
: ((state
: any) => any); filteredProducts
: ((state
: any, getters
: any) => any); productImageSlider
: ((state
: any) => any); products
: ((state
: any, getters
: any) => any); showCartDetail
: ((state
: any) => any); showConfirmDelete
: ((state
: any) => any); showNotOnSale
: ((state
: any) => any) }; mutations
: { UPDATE_DELETE_ITEM
: any; UPDATE_PRODUCT_IMAGE_SLIDER
: any; UPDATE_SHOW_CART_DETAIL
: any; UPDATE_SHOW_CONFIRM_DELETE
: any; UPDATE_SHOW_NOT_ON_SALE
: any }; state
: { deleteItem
: null; productImageSlider
: null; showCartDetail
: boolean; showConfirmDelete
: boolean; showNotOnSale
: boolean } }; SendCustomCount
: { actions
: { sendCustomCount
: DebouncedFunc<((__namedParameters
: any, type
: any) => Promise<void>)>; updateCustomTriggerCount
: any }; getters
: { customTriggerCount
: ((state
: any) => any); sendCustomCountLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { customTriggerCount
: number; error
: null; loadingState
: string } }; SendLikeCount
: { actions
: { sendLikeCount
: DebouncedFunc<((__namedParameters
: any, type
: any) => Promise<void>)>; updateLikeTriggerCount
: any }; getters
: { likeTriggerCount
: ((state
: any) => any); sendLikeCountLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; likeTriggerCount
: number; loadingState
: string } }; SendMessage
: { actions
: { appendFakeMessage
: any; postMessage
: any; updateInputMessage
: any }; getters
: { inputMessage
: ((state
: any) => any) }; mutations
: { UPDATE_INPUT_MESSAGE
: any }; state
: { inputMessage
: string } }; SendSeasonalCount
: { actions
: { sendSeasonalCount
: DebouncedFunc<((__namedParameters
: any, type
: any) => Promise<void>)>; updateSeasonalTriggerCount
: any }; getters
: { seasonalTriggerCount
: ((state
: any) => any); sendSeasonalCountLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; loadingState
: string; seasonalTriggerCount
: number } }; ShareLink
: { actions
: { openNavigatorShare
: any; postAnnounceShared
: any; shareLinkDesktop
: any; triggerShareLink
: any; updateShowShareLink
: any }; getters
: { hasShared
: ((state
: any) => any); shareUrl
: ((state
: any, getters
: any) => any); showShareLink
: ((state
: any) => any) }; mutations
: {}; state
: { hasShared
: boolean; showShareLink
: boolean } }; StreamInfo
: { actions
: { appendMessage
: any; cleanupStreamInfo
: any; clearSocketIO
: any; connectSocketIO
: any; fetchReplayStreamInfo
: any; fetchStreamInfo
: any; kickUser
: any; setPubnubState
: any }; getters
: { cartChannels
: ((state
: any) => any); commentChannels
: ((state
: any) => any); failedChannels
: ((state
: any) => any); isSrsStream
: ((state
: any) => boolean); pubnub
: ((state
: any) => any); pubnubGroupName
: ((state
: any) => any); pubnubSubscribeKey
: ((state
: any) => any); streamInfo
: ((state
: any) => any); userObject
: ((state
: any, getters
: any, rootState
: any, rootGetters
: any) => { id
: any; type
: string }) }; mutations
: { CLEANUP_STREAM_INFO
: any; UPDATE_PUBNUB
: any; UPDATE_SORTED_CHANNEL
: any; UPDATE_STREAMINFO
: any }; state
: { cartChannels
: never[]; commentChannels
: never[]; failedChannels
: never[]; pubnub
: null; streamInfo
: null } }; Video
: { actions
: { updateIsMute
: any }; getters
: { isMute
: ((state
: any) => any) }; mutations
: {}; state
: { isMute
: boolean } }; ViewersCount
: { actions
: { cleanupViewersCount
: any; updateChannelViewersCount
: any; updatePubnubViewersCount
: any }; getters
: { watchingCount
: ((state
: any) => any) }; mutations
: { CLEANUP_VIEWERS_COUNT
: any; UPDATE_FACEBOOK_VIEWERS_COUNT
: any; UPDATE_PUBNUB_VIEWERS_COUNT
: any }; state
: { facebookViewersCount
: number; pubnubViewersCount
: number } }; Voucher
: { actions
: { acquireVoucher
: any; checkVoucher
: any; fetchVoucherShare
: any; getReceivedVoucher
: any; toggleShowNoVoucher
: any; toggleShowVoucherShare
: any; triggerCheckVoucherShare
: any }; getters
: { hasReceivedVoucher
: ((state
: any) => any); hasTriggeredAcquireVoucher
: ((state
: any) => any); hasVoucherQuantity
: ((state
: any) => boolean); showNoVoucher
: ((state
: any) => any); showVoucherShare
: ((state
: any) => any); voucher
: ((state
: any) => any); voucherLoadingState
: ((state
: any) => any) }; mutations
: {}; state
: { error
: null; hasReceivedVoucher
: boolean; hasTriggeredAcquireVoucher
: boolean; loadingState
: string; showNoVoucher
: boolean; showVoucherShare
: boolean; voucher
: null } } }; namespaced
: boolean }