@funhub/platform 0.1.21 → 0.1.23
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/biz.d.mts +17 -10
- package/dist/biz.mjs +1 -1
- package/dist/common.d.mts +3 -1
- package/dist/common.mjs +1 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/runtime/client.mjs +1 -1
- package/dist/components/biz/basics/search/variants/simple-search/runtime/client.mjs +1 -1
- package/dist/components/biz/business/banner/variants/basic-banner/material.mjs +1 -1
- package/dist/components/biz/business/comment/reply-detail.mjs +1 -1
- package/dist/components/biz/business/detail/detail-follow-action.mjs +1 -1
- package/dist/components/biz/business/detail/detail-info-title.mjs +1 -1
- package/dist/components/biz/business/detail/detail-introduction.mjs +1 -1
- package/dist/components/biz/business/detail/detail-operate.mjs +1 -1
- package/dist/components/biz/business/detail/materials/registry.d.mts +39 -45
- package/dist/components/biz/business/detail/materials/registry.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-actions/client.d.mts +2 -9
- package/dist/components/biz/business/detail/materials/video-detail-actions/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-actions/material.d.mts +9 -3
- package/dist/components/biz/business/detail/materials/video-detail-actions/schema.d.mts +7 -1
- package/dist/components/biz/business/detail/materials/video-detail-actions/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info/client.d.mts +2 -13
- package/dist/components/biz/business/detail/materials/video-detail-info/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-info/material.d.mts +13 -3
- package/dist/components/biz/business/detail/materials/video-detail-info/schema.d.mts +9 -1
- package/dist/components/biz/business/detail/materials/video-detail-info/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/client.d.mts +2 -7
- package/dist/components/biz/business/detail/materials/video-detail-info-title/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title/material.d.mts +9 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title/schema.d.mts +6 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.d.mts +2 -11
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.d.mts +13 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/schema.d.mts +8 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-player/client.d.mts +2 -11
- package/dist/components/biz/business/detail/materials/video-detail-player/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-player/material.d.mts +9 -3
- package/dist/components/biz/business/detail/materials/video-detail-player/schema.d.mts +8 -1
- package/dist/components/biz/business/detail/materials/video-detail-player/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.d.mts +2 -6
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-recommend/material.d.mts +36 -3
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.d.mts +5 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/server.d.mts +1 -1
- package/dist/components/biz/business/detail/post-recommend-list.mjs +1 -1
- package/dist/components/biz/business/floating-ball/client.d.mts +12 -0
- package/dist/components/biz/business/floating-ball/client.mjs +2 -0
- package/dist/components/biz/business/floating-ball/material.d.mts +10 -0
- package/dist/components/biz/business/floating-ball/material.mjs +2 -0
- package/dist/components/biz/business/floating-ball/schema.d.mts +14 -0
- package/dist/components/biz/business/floating-ball/schema.mjs +2 -0
- package/dist/components/biz/business/floating-ball/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-logo-search/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-logo-search/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-logo-search/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-logo-search/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-logo-search/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-search/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-search/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-search/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-search/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-search/server.mjs +2 -0
- package/dist/components/biz/business/header-search/index.d.mts +11 -0
- package/dist/components/biz/business/home-recommend/index.d.mts +9 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +2 -0
- package/dist/components/biz/business/home-recommend/types.d.mts +25 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.d.mts +10 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +4 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.d.mts +13 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/component.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/data.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/event.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.d.mts +8 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/props.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/style.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.d.mts +10 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.d.mts +4 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.d.mts +13 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/component.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/data.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/event.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.d.mts +8 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/props.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/style.schema.mjs +2 -0
- package/dist/components/biz/business/index.d.mts +21 -14
- package/dist/components/biz/business/index.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/client.d.mts +12 -0
- package/dist/components/biz/business/large-feature-grid/client.mjs +2 -0
- package/dist/components/biz/business/large-feature-grid/material.d.mts +10 -0
- package/dist/components/biz/business/large-feature-grid/material.mjs +2 -0
- package/dist/components/biz/business/large-feature-grid/schema.d.mts +14 -0
- package/dist/components/biz/business/large-feature-grid/schema.mjs +2 -0
- package/dist/components/biz/business/large-feature-grid/server.mjs +2 -0
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/material.d.mts +9 -0
- package/dist/components/biz/business/profile/profile-header/material.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/material.d.mts +9 -0
- package/dist/components/biz/business/profile/profile-main/material.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/client.d.mts +12 -0
- package/dist/components/biz/business/shortcut-grid/client.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/material.d.mts +10 -0
- package/dist/components/biz/business/shortcut-grid/material.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/schema.d.mts +14 -0
- package/dist/components/biz/business/shortcut-grid/schema.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/server.mjs +2 -0
- package/dist/components/biz/renderer/renderer.d.mts +2 -1
- package/dist/components/biz/utils/helpers/get-channel-list.d.mts +20 -0
- package/dist/components/biz/utils/helpers/get-channel-list.mjs +2 -0
- package/dist/components/biz/utils/index.d.mts +5 -4
- package/dist/components/biz/utils/schema/component.d.mts +1 -1
- package/dist/components/biz/utils/transformers/data.d.mts +3 -0
- package/dist/components/biz/utils/transformers/data.mjs +1 -1
- package/dist/components/common/blocked-dialog/blocked-dialog.d.mts +10 -0
- package/dist/components/common/blocked-dialog/blocked-dialog.mjs +2 -0
- package/dist/components/common/blocked-dialog/index.d.mts +2 -0
- package/dist/components/common/follow-button/index.mjs +1 -1
- package/dist/components/common/funhub-provider/funhub-provider.mjs +1 -1
- package/dist/components/common/icons/video.mjs +2 -0
- package/dist/components/common/list/video-list/video-list-item.d.mts +1 -1
- package/dist/components/common/list/video-list/video-list-item.mjs +1 -1
- package/dist/components/common/photo-grid/index.mjs +1 -1
- package/dist/components/common/top-nav-bar/client.mjs +1 -1
- package/dist/components/common/top-nav-bar/index.mjs +1 -1
- package/dist/components/pages/(follow)/_components/follow-button/index.mjs +1 -1
- package/dist/components/pages/feed-series/feed-series-client.mjs +1 -1
- package/dist/components/pages/feedback/_components/feedback-form.mjs +1 -1
- package/dist/components/pages/home/index.mjs +1 -1
- package/dist/components/pages/post-detail/post-detail-client.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/collect-tab/client.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/collect-tab/server.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/history-tab/client.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/like-tab/client.mjs +1 -1
- package/dist/components/pages/profile/_components/user-profile-container/client.mjs +1 -1
- package/dist/components/pages/profile/_components/user-profile-header/client.mjs +1 -1
- package/dist/components/pages/profile/utils.mjs +1 -1
- package/dist/components/pages/search/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search/search-result/search-video-info.mjs +1 -1
- package/dist/components/pages/search/top-header.mjs +1 -1
- package/dist/components/pages/user-follow/_components/follow-top-header.mjs +1 -1
- package/dist/components/pages/video-detail/video-detail-client.mjs +1 -1
- package/dist/components/pages/video-list/index.d.mts +16 -0
- package/dist/components/pages/video-list/index.mjs +2 -0
- package/dist/components/pages/video-list/types.mjs +2 -0
- package/dist/components/pages/video-list/video-list-client.mjs +2 -0
- package/dist/components/pages/video-list/video-list-item.mjs +2 -0
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/hooks/use-content-operate.mjs +1 -1
- package/dist/i18n/locales/en.mjs +3 -1
- package/dist/i18n/locales/zh-CN.mjs +3 -1
- package/dist/materials.d.mts +24 -1
- package/dist/materials.mjs +1 -1
- package/dist/pages.d.mts +2 -1
- package/dist/pages.mjs +1 -1
- package/dist/service/generated/client.d.mts +28 -12
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +34 -14
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +3 -3
- package/dist/service.mjs +1 -1
- package/dist/store/create-store.mjs +1 -1
- package/dist/store/modules/blocked-modal-store.d.mts +26 -0
- package/dist/store/modules/blocked-modal-store.mjs +2 -0
- package/dist/store/modules/user-store.d.mts +1 -1
- package/dist/store/modules/user-store.mjs +1 -1
- package/dist/store.d.mts +2 -1
- package/dist/store.mjs +1 -1
- package/dist/types.d.mts +1348 -129
- package/dist/utils/http.mjs +1 -1
- package/dist/utils/schema/index.d.mts +1 -1
- package/dist/utils/schema/material.d.mts +5 -0
- package/dist/utils/schema/utils.d.mts +1 -1
- package/dist/utils.d.mts +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { GetApiCommunityBatchGetContentInfoQuery, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetRandomContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityQueryContentsQuery, GetApiCommunitySearchContentQuery, GetApiContentAdminListAppChannelBlocksQuery,
|
|
2
|
+
import { GetApiCommunityBatchGetContentInfoQuery, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetRandomContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityQueryContentsQuery, GetApiCommunitySearchContentQuery, GetApiContentAdminListAppChannelBlocksQuery, GetApiContentGetAdminSubChannelsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockIconQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetFloatingBallQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetNewstVideoListQuery, GetApiContentGetPopularVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetVideoByIdQuery, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoEpisodesQuery, GetApiContentGetVideosByIdsQuery, GetApiContentListAppChannelBlockBannersQuery, GetApiContentListAppChannelBlockDiyContentsQuery, GetApiContentListAppChannelBlockIconQuery, GetApiContentListFloatingBallQuery, GetApiContentListVisibleAppChannelBlockIconQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiContentSearchVideosByESQuery, GetApiContentSearchVideosQuery, GetApiInteractionBatchClearBrowseQuery, GetApiInteractionBatchGetFollowStatsQuery, GetApiInteractionCheckCollectQuery, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesContentQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery, GetApiUserViewUserInfoQuery, GetGetAppChannelBlockDataQuery, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityContentInteractionNotifyReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityQueryContentsReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentAddAppChannelBlockDiyContentReqBody, PostApiContentCreateAppChannelBlockIconReqBody, PostApiContentDeleteAppChannelBlockBannerReqBody, PostApiContentDeleteAppChannelBlockDiyContentReqBody, PostApiContentDeleteAppChannelBlockIconReqBody, PostApiContentSearchVideosByESReqBody, PostApiContentUpdateAppChannelBlockBannerReqBody, PostApiContentUpdateAppChannelBlockBannerStatusReqBody, PostApiContentUpdateAppChannelBlockIconReqBody, PostApiContentUpdateAppChannelBlockIconStatusReqBody, PostApiContentVideoInteractionNotifyReqBody, PostApiInteractionAddCollectReqBody, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBrowseReqBody, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelLikeReqBody, PostApiInteractionCheckFollowReqBody, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionCreateFolderReqBody, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDislikeReqBody, PostApiInteractionFollowReqBody, PostApiInteractionLikeReqBody, PostApiInteractionMoveCollectsReqBody, PostApiInteractionRemoveCollectReqBody, PostApiInteractionUnfollowReqBody, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUpdateFolderReqBody, PostApiUserEditUserInfoReqBody, PostApiUserLoginReqBody, PostApiUserRegisterReqBody, PostApiUserResetForgetPasswordReqBody, PostApiUserResetPasswordReqBody, PostApiUserSendEmailCodeReqBody, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserUploadUserBgImageReqBody, PostApiUserUserFeedbackReqBody, PostApiUserUserPrivacySettingsReqBody, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeReqBody } from "../../types.mjs";
|
|
3
3
|
import { RequestConfig } from "../../utils/http.mjs";
|
|
4
4
|
|
|
5
5
|
//#region service/generated/tanstack.d.ts
|
|
@@ -24,6 +24,11 @@ type QueryKeyItem<TPath, TQuery, TBody> = QueryKeyOptions<TPath, TQuery, TBody>
|
|
|
24
24
|
* @returns Query Key
|
|
25
25
|
*/
|
|
26
26
|
declare const createQueryKey: <TPath = unknown, TQuery = unknown, TBody = unknown>(id: string, options?: QueryKeyOptions<TPath, TQuery, TBody>, infinite?: boolean, tags?: ReadonlyArray<string>) => [QueryKeyItem<TPath, TQuery, TBody>];
|
|
27
|
+
/**
|
|
28
|
+
* 添加内容到合集。底层调用 gRPC CommunityService.MoveCollectionContent 方法。
|
|
29
|
+
* @returns TanStack Query Key
|
|
30
|
+
*/
|
|
31
|
+
declare function pCommunityMoveCollectionContentKey(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunityMoveCollectionContentReqBody>];
|
|
27
32
|
/**
|
|
28
33
|
* 发布社区内容,支持文本、图片、视频等多种类型。底层调用 gRPC CommunityService.PublishContent 方法。
|
|
29
34
|
* @returns TanStack Query Key
|
|
@@ -174,6 +179,21 @@ declare function pCommunityContentInteractionNotifyKey(data: PostApiCommunityCon
|
|
|
174
179
|
* @returns TanStack Query Key
|
|
175
180
|
*/
|
|
176
181
|
declare function pCommunitySearchCurAccountFollowingUsersInfoKey(data: PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody>];
|
|
182
|
+
/**
|
|
183
|
+
* 获取App组件
|
|
184
|
+
* @returns TanStack Query Key
|
|
185
|
+
*/
|
|
186
|
+
declare function gContentGetAppComponentKey(config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, unknown>];
|
|
187
|
+
/**
|
|
188
|
+
* 按最新获取视频列表
|
|
189
|
+
* @returns TanStack Query Key
|
|
190
|
+
*/
|
|
191
|
+
declare function gContentGetNewstVideoListKey(query?: GetApiContentGetNewstVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetNewstVideoListQuery, unknown>];
|
|
192
|
+
/**
|
|
193
|
+
* 按最热获取视频列表
|
|
194
|
+
* @returns TanStack Query Key
|
|
195
|
+
*/
|
|
196
|
+
declare function gContentGetPopularVideoListKey(query?: GetApiContentGetPopularVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetPopularVideoListQuery, unknown>];
|
|
177
197
|
/**
|
|
178
198
|
* 搜索视频。底层调用 gRPC ContentService.SearchVideos 方法。
|
|
179
199
|
* @returns TanStack Query Key
|
|
@@ -185,40 +205,40 @@ declare function gContentSearchVideosKey(query?: GetApiContentSearchVideosQuery,
|
|
|
185
205
|
*/
|
|
186
206
|
declare function gContentGetVideoDetailKey(query: GetApiContentGetVideoDetailQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideoDetailQuery, unknown>];
|
|
187
207
|
/**
|
|
188
|
-
*
|
|
208
|
+
* 获取推荐视频列表。底层调用 gRPC ContentService.GetRecommendVideoList 方法。
|
|
189
209
|
* @returns TanStack Query Key
|
|
190
210
|
*/
|
|
191
|
-
declare function
|
|
211
|
+
declare function gContentGetRecommendVideoListKey(query?: GetApiContentGetRecommendVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetRecommendVideoListQuery, unknown>];
|
|
192
212
|
/**
|
|
193
|
-
*
|
|
213
|
+
* 获取热门视频列表。底层调用 gRPC ContentService.GetHotVideoList 方法。
|
|
194
214
|
* @returns TanStack Query Key
|
|
195
215
|
*/
|
|
196
|
-
declare function
|
|
216
|
+
declare function gContentGetHotVideoListKey(query?: GetApiContentGetHotVideoListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetHotVideoListQuery, unknown>];
|
|
197
217
|
/**
|
|
198
|
-
*
|
|
218
|
+
* 根据ID批量获取视频。底层调用 gRPC ContentService.GetVideosByIds 方法。
|
|
199
219
|
* @returns TanStack Query Key
|
|
200
220
|
*/
|
|
201
|
-
declare function
|
|
221
|
+
declare function gContentGetVideosByIdsKey(query: GetApiContentGetVideosByIdsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideosByIdsQuery, unknown>];
|
|
202
222
|
/**
|
|
203
|
-
*
|
|
223
|
+
* 获取视频剧集列表。底层调用 gRPC ContentService.GetVideoEpisodes 方法。
|
|
204
224
|
* @returns TanStack Query Key
|
|
205
225
|
*/
|
|
206
|
-
declare function
|
|
226
|
+
declare function gContentGetVideoEpisodesKey(query: GetApiContentGetVideoEpisodesQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetVideoEpisodesQuery, unknown>];
|
|
207
227
|
/**
|
|
208
|
-
*
|
|
228
|
+
* 获取推荐搜索列表。底层调用 gRPC ContentService.GetRecommendSearchList 方法。
|
|
209
229
|
* @returns TanStack Query Key
|
|
210
230
|
*/
|
|
211
|
-
declare function
|
|
231
|
+
declare function gContentGetRecommendSearchListKey(query?: GetApiContentGetRecommendSearchListQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetRecommendSearchListQuery, unknown>];
|
|
212
232
|
/**
|
|
213
233
|
* 获取应用频道列表。底层调用 gRPC ContentService.GetAppChannels 方法。
|
|
214
234
|
* @returns TanStack Query Key
|
|
215
235
|
*/
|
|
216
|
-
declare function
|
|
236
|
+
declare function gGetAppChannelBlockDataKey(query?: GetGetAppChannelBlockDataQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetGetAppChannelBlockDataQuery, unknown>];
|
|
217
237
|
/**
|
|
218
238
|
* 获取管理员应用频道列表。底层调用 gRPC ContentService.GetAdminAppChannels 方法。
|
|
219
239
|
* @returns TanStack Query Key
|
|
220
240
|
*/
|
|
221
|
-
declare function
|
|
241
|
+
declare function gContentGetAppChannelsKey(query?: GetApiContentGetAppChannelsQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetAppChannelsQuery, unknown>];
|
|
222
242
|
/**
|
|
223
243
|
* 获取管理员子频道列表。底层调用 gRPC ContentService.GetAdminSubChannels 方法。
|
|
224
244
|
* @returns TanStack Query Key
|
|
@@ -650,4 +670,4 @@ declare function pUserUploadUserBgImageKey(data: PostApiUserUploadUserBgImageReq
|
|
|
650
670
|
*/
|
|
651
671
|
declare function gUserViewUserInfoKey(query?: GetApiUserViewUserInfoQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserViewUserInfoQuery, unknown>];
|
|
652
672
|
//#endregion
|
|
653
|
-
export { createQueryKey, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gCommunityQueryContentsKey, gCommunitySearchContentKey, gContentAdminListAppChannelBlocksKey,
|
|
673
|
+
export { createQueryKey, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gCommunityQueryContentsKey, gCommunitySearchContentKey, gContentAdminListAppChannelBlocksKey, gContentGetAdminSubChannelsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockIconKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetFloatingBallKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetNewstVideoListKey, gContentGetPopularVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoByIdKey, gContentGetVideoDetailKey, gContentGetVideoEpisodesKey, gContentGetVideosByIdsKey, gContentListAppChannelBlockBannersKey, gContentListAppChannelBlockDiyContentsKey, gContentListAppChannelBlockIconKey, gContentListFloatingBallKey, gContentListVisibleAppChannelBlockIconKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gContentSearchVideosByESKey, gContentSearchVideosKey, gGetAppChannelBlockDataKey, gInteractionBatchClearBrowseKey, gInteractionBatchGetFollowStatsKey, gInteractionCheckCollectKey, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesContentKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityContentInteractionNotifyKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityQueryContentsKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentAddAppChannelBlockDiyContentKey, pContentCreateAppChannelBlockIconKey, pContentDeleteAppChannelBlockBannerKey, pContentDeleteAppChannelBlockDiyContentKey, pContentDeleteAppChannelBlockIconKey, pContentSearchVideosByESKey, pContentUpdateAppChannelBlockBannerKey, pContentUpdateAppChannelBlockBannerStatusKey, pContentUpdateAppChannelBlockIconKey, pContentUpdateAppChannelBlockIconStatusKey, pContentVideoInteractionNotifyKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
const e=(e,t,n,r)=>{let i={_id:e};return n&&(i._infinite=n),r&&(i.tags=r),t?.body!==void 0&&(i.body=t.body),t?.headers&&(i.headers=t.headers),t?.path!==void 0&&(i.path=t.path),t?.query!==void 0&&(i.query=t.query),[i]};function t(t,n){return e(`pCommunityPublishContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function n(t,n){return e(`gCommunityGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function r(t,n){return e(`gCommunityBatchGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`gCommunitySearchContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`gCommunityQueryContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`pCommunityQueryContents`,{body:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gCommunityGetRandomContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`pCommunityContentInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentSearchVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetVideosByIds`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetVideoEpisodes`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetAdminAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t,n){return e(`gContentGetAdminSubChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function z(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentAdminListAppChannelBlocks`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pContentUpdateAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`pContentUpdateAppChannelBlockBannerStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`pContentDeleteAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`gContentListAppChannelBlockBanners`,{query:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pContentAddAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pContentDeleteAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`gContentListAppChannelBlockDiyContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`pContentCreateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pContentUpdateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pContentDeleteAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`gContentGetAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`gContentListAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pContentUpdateAppChannelBlockIconStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`gContentListVisibleAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`gContentGetFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`gContentListFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`gContentGetVideoById`,{query:t,headers:n?.headers},void 0,n?.tags)}function le(t){return e(`gContentGetGuessYouLikeVideos`,{headers:t?.headers},void 0,t?.tags)}function ue(t,n){return e(`gContentSearchVideosByES`,{query:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`pContentSearchVideosByES`,{body:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`pContentVideoInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`gInteractionBatchGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`gInteractionCheckCollect`,{query:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`gInteractionGetFollowingUserUpdatesContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`gInteractionBatchClearBrowse`,{query:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function st(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function ct(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function lt(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ut(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function dt(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ft(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function pt(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function mt(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function ht(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function gt(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function _t(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,r as gCommunityBatchGetContentInfoKey,l as gCommunityGetCollectionInfoKey,b as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,i as gCommunityGetContentListKey,T as gCommunityGetHotContentListKey,E as gCommunityGetRandomContentListKey,m as gCommunityGetSubscribedCollectionsKey,u as gCommunityGetUserCollectionsKey,te as gCommunityQueryContentsKey,ee as gCommunitySearchContentKey,V as gContentAdminListAppChannelBlocksKey,L as gContentGetAdminAppChannelsKey,R as gContentGetAdminSubChannelsKey,me as gContentGetAdvertiseByCodeKey,B as gContentGetAppChannelBlockDataKey,Q as gContentGetAppChannelBlockIconKey,z as gContentGetAppChannelBlockKey,I as gContentGetAppChannelsKey,ae as gContentGetFloatingBallKey,le as gContentGetGuessYouLikeVideosKey,P as gContentGetHotVideoListKey,N as gContentGetRecommendSearchListKey,F as gContentGetRecommendVideoListKey,ce as gContentGetVideoByIdKey,A as gContentGetVideoDetailKey,M as gContentGetVideoEpisodesKey,j as gContentGetVideosByIdsKey,G as gContentListAppChannelBlockBannersKey,J as gContentListAppChannelBlockDiyContentsKey,ne as gContentListAppChannelBlockIconKey,oe as gContentListFloatingBallKey,ie as gContentListVisibleAppChannelBlockIconKey,se as gContentListVisibleFloatingBallKey,fe as gContentProcessM3u8Key,ue as gContentSearchVideosByESKey,k as gContentSearchVideosKey,Ze as gInteractionBatchClearBrowseKey,xe as gInteractionBatchGetFollowStatsKey,qe as gInteractionCheckCollectKey,Se as gInteractionCheckMutualFollowKey,Pe as gInteractionGetBrowseListKey,je as gInteractionGetContentDislikeListKey,Ae as gInteractionGetContentLikeListKey,ke as gInteractionGetDislikeListKey,Ve as gInteractionGetFolderKey,He as gInteractionGetFolderStatsKey,be as gInteractionGetFollowStatsKey,ye as gInteractionGetFollowerListKey,Je as gInteractionGetFollowingContentListKey,ve as gInteractionGetFollowingListKey,Ye as gInteractionGetFollowingUserUpdatesContentKey,Ce as gInteractionGetFollowingUserUpdatesKey,Oe as gInteractionGetLikeListKey,Ge as gInteractionListCollectsKey,Be as gInteractionListFoldersKey,et as gUserGetGuestIdentityKey,ot as gUserGetUserEditInfoKey,at as gUserGetUserInfoKey,mt as gUserGetUserPrivacySettingsKey,_t as gUserViewUserInfoKey,d as pCommunityAddContentToCollectionKey,D as pCommunityContentInteractionNotifyKey,c as pCommunityCreateCollectionKey,y as pCommunityCreateCommentKey,f as pCommunityDeleteCollectionKey,x as pCommunityDeleteCommentKey,o as pCommunityDeleteContentKey,C as pCommunityDislikeCommentKey,v as pCommunityGetUploadPresignedURLKey,S as pCommunityLikeCommentKey,t as pCommunityPublishContentKey,a as pCommunityQueryContentsKey,g as pCommunityRemoveContentFromCollectionKey,O as pCommunitySearchCurAccountFollowingUsersInfoKey,w as pCommunityShareContentKey,p as pCommunitySubscribeCollectionKey,h as pCommunityUpdateCollectionKey,s as pCommunityUpdateContentKey,_ as pCommunityUploadMediaKey,K as pContentAddAppChannelBlockDiyContentKey,Y as pContentCreateAppChannelBlockIconKey,W as pContentDeleteAppChannelBlockBannerKey,q as pContentDeleteAppChannelBlockDiyContentKey,Z as pContentDeleteAppChannelBlockIconKey,de as pContentSearchVideosByESKey,H as pContentUpdateAppChannelBlockBannerKey,U as pContentUpdateAppChannelBlockBannerStatusKey,X as pContentUpdateAppChannelBlockIconKey,re as pContentUpdateAppChannelBlockIconStatusKey,pe as pContentVideoInteractionNotifyKey,Ue as pInteractionAddCollectKey,Qe as pInteractionBatchClearBrowseKey,$e as pInteractionBatchDeleteCollectsKey,Me as pInteractionBatchQueryContentInteractionsKey,Ne as pInteractionBrowseKey,De as pInteractionCancelDislikeKey,Ee as pInteractionCancelLikeKey,_e as pInteractionCheckFollowKey,Ie as pInteractionClearBrowseHistoryKey,Le as pInteractionCreateFolderKey,Fe as pInteractionDeleteBrowseRecordKey,ze as pInteractionDeleteFolderKey,Te as pInteractionDislikeKey,he as pInteractionFollowKey,we as pInteractionLikeKey,Ke as pInteractionMoveCollectsKey,We as pInteractionRemoveCollectKey,ge as pInteractionUnfollowKey,Xe as pInteractionUnifiedBatchLikeDislikeKey,Re as pInteractionUpdateFolderKey,st as pUserEditUserInfoKey,tt as pUserLoginKey,rt as pUserRegisterKey,ft as pUserResetForgetPasswordKey,it as pUserResetPasswordKey,$ as pUserSendEmailCodeKey,ut as pUserSendForgetEmailCodeKey,ct as pUserSendResetPasswordEmailCodeKey,gt as pUserUploadUserBgImageKey,pt as pUserUserFeedbackKey,ht as pUserUserPrivacySettingsKey,nt as pUserVerifyEmailCodeKey,dt as pUserVerifyForgetEmailCodeKey,lt as pUserVerifyResetPasswordEmailCodeKey};
|
|
2
|
+
const e=(e,t,n,r)=>{let i={_id:e};return n&&(i._infinite=n),r&&(i.tags=r),t?.body!==void 0&&(i.body=t.body),t?.headers&&(i.headers=t.headers),t?.path!==void 0&&(i.path=t.path),t?.query!==void 0&&(i.query=t.query),[i]};function t(t,n){return e(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function n(t,n){return e(`pCommunityPublishContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function r(t,n){return e(`gCommunityGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`gCommunityBatchGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`gCommunitySearchContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityQueryContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`pCommunityQueryContents`,{body:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gCommunityGetRandomContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`pCommunityContentInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function A(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function j(t,n){return e(`gContentGetNewstVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetPopularVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`gContentSearchVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetVideosByIds`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t,n){return e(`gContentGetVideoEpisodes`,{query:t,headers:n?.headers},void 0,n?.tags)}function z(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`gGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`gContentGetAdminSubChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`gContentAdminListAppChannelBlocks`,{query:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pContentUpdateAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pContentUpdateAppChannelBlockBannerStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`pContentDeleteAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gContentListAppChannelBlockBanners`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pContentAddAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pContentDeleteAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`gContentListAppChannelBlockDiyContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pContentCreateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pContentUpdateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pContentDeleteAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`gContentGetAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`gContentListAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pContentUpdateAppChannelBlockIconStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`gContentListVisibleAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`gContentGetFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`gContentListFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`gContentGetVideoById`,{query:t,headers:n?.headers},void 0,n?.tags)}function pe(t){return e(`gContentGetGuessYouLikeVideos`,{headers:t?.headers},void 0,t?.tags)}function me(t,n){return e(`gContentSearchVideosByES`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`pContentSearchVideosByES`,{body:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pContentVideoInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`gInteractionBatchGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`gInteractionCheckCollect`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`gInteractionGetFollowingUserUpdatesContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`gInteractionBatchClearBrowse`,{query:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function st(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function ct(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function lt(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ut(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function dt(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function ft(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function pt(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function mt(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ht(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function gt(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function _t(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function vt(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function yt(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function bt(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function xt(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,i as gCommunityBatchGetContentInfoKey,u as gCommunityGetCollectionInfoKey,x as gCommunityGetCommentsKey,r as gCommunityGetContentInfoKey,ee as gCommunityGetContentListKey,E as gCommunityGetHotContentListKey,D as gCommunityGetRandomContentListKey,h as gCommunityGetSubscribedCollectionsKey,d as gCommunityGetUserCollectionsKey,a as gCommunityQueryContentsKey,te as gCommunitySearchContentKey,G as gContentAdminListAppChannelBlocksKey,H as gContentGetAdminSubChannelsKey,ve as gContentGetAdvertiseByCodeKey,W as gContentGetAppChannelBlockDataKey,ae as gContentGetAppChannelBlockIconKey,U as gContentGetAppChannelBlockKey,V as gContentGetAppChannelsKey,A as gContentGetAppComponentKey,le as gContentGetFloatingBallKey,pe as gContentGetGuessYouLikeVideosKey,I as gContentGetHotVideoListKey,j as gContentGetNewstVideoListKey,M as gContentGetPopularVideoListKey,z as gContentGetRecommendSearchListKey,F as gContentGetRecommendVideoListKey,fe as gContentGetVideoByIdKey,P as gContentGetVideoDetailKey,R as gContentGetVideoEpisodesKey,L as gContentGetVideosByIdsKey,Y as gContentListAppChannelBlockBannersKey,Q as gContentListAppChannelBlockDiyContentsKey,oe as gContentListAppChannelBlockIconKey,ue as gContentListFloatingBallKey,ce as gContentListVisibleAppChannelBlockIconKey,de as gContentListVisibleFloatingBallKey,ge as gContentProcessM3u8Key,me as gContentSearchVideosByESKey,N as gContentSearchVideosKey,B as gGetAppChannelBlockDataKey,et as gInteractionBatchClearBrowseKey,we as gInteractionBatchGetFollowStatsKey,Xe as gInteractionCheckCollectKey,Te as gInteractionCheckMutualFollowKey,Le as gInteractionGetBrowseListKey,Pe as gInteractionGetContentDislikeListKey,Ne as gInteractionGetContentLikeListKey,Me as gInteractionGetDislikeListKey,We as gInteractionGetFolderKey,Ge as gInteractionGetFolderStatsKey,Ce as gInteractionGetFollowStatsKey,Se as gInteractionGetFollowerListKey,Ze as gInteractionGetFollowingContentListKey,xe as gInteractionGetFollowingListKey,Qe as gInteractionGetFollowingUserUpdatesContentKey,Ee as gInteractionGetFollowingUserUpdatesKey,je as gInteractionGetLikeListKey,Je as gInteractionListCollectsKey,Ue as gInteractionListFoldersKey,rt as gUserGetGuestIdentityKey,ut as gUserGetUserEditInfoKey,lt as gUserGetUserInfoKey,vt as gUserGetUserPrivacySettingsKey,xt as gUserViewUserInfoKey,f as pCommunityAddContentToCollectionKey,O as pCommunityContentInteractionNotifyKey,l as pCommunityCreateCollectionKey,b as pCommunityCreateCommentKey,p as pCommunityDeleteCollectionKey,S as pCommunityDeleteCommentKey,s as pCommunityDeleteContentKey,w as pCommunityDislikeCommentKey,y as pCommunityGetUploadPresignedURLKey,C as pCommunityLikeCommentKey,t as pCommunityMoveCollectionContentKey,n as pCommunityPublishContentKey,o as pCommunityQueryContentsKey,_ as pCommunityRemoveContentFromCollectionKey,k as pCommunitySearchCurAccountFollowingUsersInfoKey,T as pCommunityShareContentKey,m as pCommunitySubscribeCollectionKey,g as pCommunityUpdateCollectionKey,c as pCommunityUpdateContentKey,v as pCommunityUploadMediaKey,X as pContentAddAppChannelBlockDiyContentKey,ne as pContentCreateAppChannelBlockIconKey,J as pContentDeleteAppChannelBlockBannerKey,Z as pContentDeleteAppChannelBlockDiyContentKey,ie as pContentDeleteAppChannelBlockIconKey,he as pContentSearchVideosByESKey,K as pContentUpdateAppChannelBlockBannerKey,q as pContentUpdateAppChannelBlockBannerStatusKey,re as pContentUpdateAppChannelBlockIconKey,se as pContentUpdateAppChannelBlockIconStatusKey,_e as pContentVideoInteractionNotifyKey,Ke as pInteractionAddCollectKey,tt as pInteractionBatchClearBrowseKey,nt as pInteractionBatchDeleteCollectsKey,Fe as pInteractionBatchQueryContentInteractionsKey,Ie as pInteractionBrowseKey,Ae as pInteractionCancelDislikeKey,ke as pInteractionCancelLikeKey,be as pInteractionCheckFollowKey,ze as pInteractionClearBrowseHistoryKey,Be as pInteractionCreateFolderKey,Re as pInteractionDeleteBrowseRecordKey,He as pInteractionDeleteFolderKey,Oe as pInteractionDislikeKey,$ as pInteractionFollowKey,De as pInteractionLikeKey,Ye as pInteractionMoveCollectsKey,qe as pInteractionRemoveCollectKey,ye as pInteractionUnfollowKey,$e as pInteractionUnifiedBatchLikeDislikeKey,Ve as pInteractionUpdateFolderKey,dt as pUserEditUserInfoKey,it as pUserLoginKey,st as pUserRegisterKey,gt as pUserResetForgetPasswordKey,ct as pUserResetPasswordKey,at as pUserSendEmailCodeKey,mt as pUserSendForgetEmailCodeKey,ft as pUserSendResetPasswordEmailCodeKey,bt as pUserUploadUserBgImageKey,_t as pUserUserFeedbackKey,yt as pUserUserPrivacySettingsKey,ot as pUserVerifyEmailCodeKey,ht as pUserVerifyForgetEmailCodeKey,pt as pUserVerifyResetPasswordEmailCodeKey};
|
package/dist/service.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
import { gCommunityBatchGetContentInfo, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetRandomContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gCommunityQueryContents, gCommunitySearchContent, gContentAdminListAppChannelBlocks,
|
|
3
|
-
import { createQueryKey, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gCommunityQueryContentsKey, gCommunitySearchContentKey, gContentAdminListAppChannelBlocksKey,
|
|
4
|
-
export { createQueryKey, gCommunityBatchGetContentInfo, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetRandomContentList, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gCommunityQueryContents, gCommunityQueryContentsKey, gCommunitySearchContent, gCommunitySearchContentKey, gContentAdminListAppChannelBlocks, gContentAdminListAppChannelBlocksKey,
|
|
2
|
+
import { gCommunityBatchGetContentInfo, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetRandomContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gCommunityQueryContents, gCommunitySearchContent, gContentAdminListAppChannelBlocks, gContentGetAdminSubChannels, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockIcon, gContentGetAppChannels, gContentGetAppComponent, gContentGetFloatingBall, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetNewstVideoList, gContentGetPopularVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetVideoById, gContentGetVideoDetail, gContentGetVideoEpisodes, gContentGetVideosByIds, gContentListAppChannelBlockBanners, gContentListAppChannelBlockDiyContents, gContentListAppChannelBlockIcon, gContentListFloatingBall, gContentListVisibleAppChannelBlockIcon, gContentListVisibleFloatingBall, gContentProcessM3u8, gContentSearchVideos, gContentSearchVideosByES, gGetAppChannelBlockData, gInteractionBatchClearBrowse, gInteractionBatchGetFollowStats, gInteractionCheckCollect, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesContent, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommunityAddContentToCollection, pCommunityContentInteractionNotify, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityQueryContents, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentAddAppChannelBlockDiyContent, pContentCreateAppChannelBlockIcon, pContentDeleteAppChannelBlockBanner, pContentDeleteAppChannelBlockDiyContent, pContentDeleteAppChannelBlockIcon, pContentSearchVideosByES, pContentUpdateAppChannelBlockBanner, pContentUpdateAppChannelBlockBannerStatus, pContentUpdateAppChannelBlockIcon, pContentUpdateAppChannelBlockIconStatus, pContentVideoInteractionNotify, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchQueryContentInteractions, pInteractionBrowse, pInteractionCancelDislike, pInteractionCancelLike, pInteractionCheckFollow, pInteractionClearBrowseHistory, pInteractionCreateFolder, pInteractionDeleteBrowseRecord, pInteractionDeleteFolder, pInteractionDislike, pInteractionFollow, pInteractionLike, pInteractionMoveCollects, pInteractionRemoveCollect, pInteractionUnfollow, pInteractionUnifiedBatchLikeDislike, pInteractionUpdateFolder, pUserEditUserInfo, pUserLogin, pUserRegister, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode } from "./service/generated/client.mjs";
|
|
3
|
+
import { createQueryKey, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gCommunityQueryContentsKey, gCommunitySearchContentKey, gContentAdminListAppChannelBlocksKey, gContentGetAdminSubChannelsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockIconKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetFloatingBallKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetNewstVideoListKey, gContentGetPopularVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoByIdKey, gContentGetVideoDetailKey, gContentGetVideoEpisodesKey, gContentGetVideosByIdsKey, gContentListAppChannelBlockBannersKey, gContentListAppChannelBlockDiyContentsKey, gContentListAppChannelBlockIconKey, gContentListFloatingBallKey, gContentListVisibleAppChannelBlockIconKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gContentSearchVideosByESKey, gContentSearchVideosKey, gGetAppChannelBlockDataKey, gInteractionBatchClearBrowseKey, gInteractionBatchGetFollowStatsKey, gInteractionCheckCollectKey, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesContentKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityContentInteractionNotifyKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityQueryContentsKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentAddAppChannelBlockDiyContentKey, pContentCreateAppChannelBlockIconKey, pContentDeleteAppChannelBlockBannerKey, pContentDeleteAppChannelBlockDiyContentKey, pContentDeleteAppChannelBlockIconKey, pContentSearchVideosByESKey, pContentUpdateAppChannelBlockBannerKey, pContentUpdateAppChannelBlockBannerStatusKey, pContentUpdateAppChannelBlockIconKey, pContentUpdateAppChannelBlockIconStatusKey, pContentVideoInteractionNotifyKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
|
|
4
|
+
export { createQueryKey, gCommunityBatchGetContentInfo, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetRandomContentList, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gCommunityQueryContents, gCommunityQueryContentsKey, gCommunitySearchContent, gCommunitySearchContentKey, gContentAdminListAppChannelBlocks, gContentAdminListAppChannelBlocksKey, gContentGetAdminSubChannels, gContentGetAdminSubChannelsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockIcon, gContentGetAppChannelBlockIconKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetFloatingBall, gContentGetFloatingBallKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetNewstVideoList, gContentGetNewstVideoListKey, gContentGetPopularVideoList, gContentGetPopularVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoById, gContentGetVideoByIdKey, gContentGetVideoDetail, gContentGetVideoDetailKey, gContentGetVideoEpisodes, gContentGetVideoEpisodesKey, gContentGetVideosByIds, gContentGetVideosByIdsKey, gContentListAppChannelBlockBanners, gContentListAppChannelBlockBannersKey, gContentListAppChannelBlockDiyContents, gContentListAppChannelBlockDiyContentsKey, gContentListAppChannelBlockIcon, gContentListAppChannelBlockIconKey, gContentListFloatingBall, gContentListFloatingBallKey, gContentListVisibleAppChannelBlockIcon, gContentListVisibleAppChannelBlockIconKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gContentSearchVideos, gContentSearchVideosByES, gContentSearchVideosByESKey, gContentSearchVideosKey, gGetAppChannelBlockData, gGetAppChannelBlockDataKey, gInteractionBatchClearBrowse, gInteractionBatchClearBrowseKey, gInteractionBatchGetFollowStats, gInteractionBatchGetFollowStatsKey, gInteractionCheckCollect, gInteractionCheckCollectKey, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesContent, gInteractionGetFollowingUserUpdatesContentKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityContentInteractionNotify, pCommunityContentInteractionNotifyKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityQueryContents, pCommunityQueryContentsKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentAddAppChannelBlockDiyContent, pContentAddAppChannelBlockDiyContentKey, pContentCreateAppChannelBlockIcon, pContentCreateAppChannelBlockIconKey, pContentDeleteAppChannelBlockBanner, pContentDeleteAppChannelBlockBannerKey, pContentDeleteAppChannelBlockDiyContent, pContentDeleteAppChannelBlockDiyContentKey, pContentDeleteAppChannelBlockIcon, pContentDeleteAppChannelBlockIconKey, pContentSearchVideosByES, pContentSearchVideosByESKey, pContentUpdateAppChannelBlockBanner, pContentUpdateAppChannelBlockBannerKey, pContentUpdateAppChannelBlockBannerStatus, pContentUpdateAppChannelBlockBannerStatusKey, pContentUpdateAppChannelBlockIcon, pContentUpdateAppChannelBlockIconKey, pContentUpdateAppChannelBlockIconStatus, pContentUpdateAppChannelBlockIconStatusKey, pContentVideoInteractionNotify, pContentVideoInteractionNotifyKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
|
package/dist/service.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{gCommunityBatchGetContentInfo as e,gCommunityGetCollectionInfo as t,gCommunityGetComments as n,gCommunityGetContentInfo as r,gCommunityGetContentList as i,gCommunityGetHotContentList as a,gCommunityGetRandomContentList as o,gCommunityGetSubscribedCollections as s,gCommunityGetUserCollections as c,gCommunityQueryContents as l,gCommunitySearchContent as u,gContentAdminListAppChannelBlocks as d,gContentGetAdminAppChannels as f,gContentGetAdminSubChannels as p,gContentGetAdvertiseByCode as m,gContentGetAppChannelBlock as h,gContentGetAppChannelBlockData as g,gContentGetAppChannelBlockIcon as _,gContentGetAppChannels as v,gContentGetFloatingBall as y,gContentGetGuessYouLikeVideos as b,gContentGetHotVideoList as x,gContentGetRecommendSearchList as S,gContentGetRecommendVideoList as C,gContentGetVideoById as w,gContentGetVideoDetail as T,gContentGetVideoEpisodes as E,gContentGetVideosByIds as D,gContentListAppChannelBlockBanners as O,gContentListAppChannelBlockDiyContents as k,gContentListAppChannelBlockIcon as A,gContentListFloatingBall as j,gContentListVisibleAppChannelBlockIcon as M,gContentListVisibleFloatingBall as N,gContentProcessM3u8 as P,gContentSearchVideos as F,gContentSearchVideosByES as I,gInteractionBatchClearBrowse as L,gInteractionBatchGetFollowStats as R,gInteractionCheckCollect as z,gInteractionCheckMutualFollow as B,gInteractionGetBrowseList as V,gInteractionGetContentDislikeList as H,gInteractionGetContentLikeList as U,gInteractionGetDislikeList as W,gInteractionGetFolder as G,gInteractionGetFolderStats as K,gInteractionGetFollowStats as q,gInteractionGetFollowerList as J,gInteractionGetFollowingContentList as Y,gInteractionGetFollowingList as X,gInteractionGetFollowingUserUpdates as Z,gInteractionGetFollowingUserUpdatesContent as Q,gInteractionGetLikeList as $,gInteractionListCollects as ee,gInteractionListFolders as te,gUserGetGuestIdentity as ne,gUserGetUserEditInfo as re,gUserGetUserInfo as ie,gUserGetUserPrivacySettings as ae,gUserViewUserInfo as oe,pCommunityAddContentToCollection as se,pCommunityContentInteractionNotify as ce,pCommunityCreateCollection as le,pCommunityCreateComment as ue,pCommunityDeleteCollection as de,pCommunityDeleteComment as fe,pCommunityDeleteContent as pe,pCommunityDislikeComment as me,pCommunityGetUploadPresignedURL as he,pCommunityLikeComment as ge,pCommunityPublishContent as _e,pCommunityQueryContents as ve,pCommunityRemoveContentFromCollection as ye,pCommunitySearchCurAccountFollowingUsersInfo as be,pCommunityShareContent as xe,pCommunitySubscribeCollection as Se,pCommunityUpdateCollection as Ce,pCommunityUpdateContent as we,pCommunityUploadMedia as Te,pContentAddAppChannelBlockDiyContent as Ee,pContentCreateAppChannelBlockIcon as De,pContentDeleteAppChannelBlockBanner as Oe,pContentDeleteAppChannelBlockDiyContent as ke,pContentDeleteAppChannelBlockIcon as Ae,pContentSearchVideosByES as je,pContentUpdateAppChannelBlockBanner as Me,pContentUpdateAppChannelBlockBannerStatus as Ne,pContentUpdateAppChannelBlockIcon as Pe,pContentUpdateAppChannelBlockIconStatus as Fe,pContentVideoInteractionNotify as Ie,pInteractionAddCollect as Le,pInteractionBatchClearBrowse as Re,pInteractionBatchDeleteCollects as ze,pInteractionBatchQueryContentInteractions as Be,pInteractionBrowse as Ve,pInteractionCancelDislike as He,pInteractionCancelLike as Ue,pInteractionCheckFollow as We,pInteractionClearBrowseHistory as Ge,pInteractionCreateFolder as Ke,pInteractionDeleteBrowseRecord as qe,pInteractionDeleteFolder as Je,pInteractionDislike as Ye,pInteractionFollow as Xe,pInteractionLike as Ze,pInteractionMoveCollects as Qe,pInteractionRemoveCollect as $e,pInteractionUnfollow as et,pInteractionUnifiedBatchLikeDislike as tt,pInteractionUpdateFolder as nt,pUserEditUserInfo as rt,pUserLogin as it,pUserRegister as at,pUserResetForgetPassword as ot,pUserResetPassword as st,pUserSendEmailCode as ct,pUserSendForgetEmailCode as lt,pUserSendResetPasswordEmailCode as ut,pUserUploadUserBgImage as dt,pUserUserFeedback as ft,pUserUserPrivacySettings as pt,pUserVerifyEmailCode as mt,pUserVerifyForgetEmailCode as ht,pUserVerifyResetPasswordEmailCode as gt}from"./service/generated/client.mjs";import{createQueryKey as _t,gCommunityBatchGetContentInfoKey as vt,gCommunityGetCollectionInfoKey as yt,gCommunityGetCommentsKey as bt,gCommunityGetContentInfoKey as xt,gCommunityGetContentListKey as St,gCommunityGetHotContentListKey as Ct,gCommunityGetRandomContentListKey as wt,gCommunityGetSubscribedCollectionsKey as Tt,gCommunityGetUserCollectionsKey as Et,gCommunityQueryContentsKey as Dt,gCommunitySearchContentKey as Ot,gContentAdminListAppChannelBlocksKey as kt,gContentGetAdminAppChannelsKey as At,gContentGetAdminSubChannelsKey as jt,gContentGetAdvertiseByCodeKey as Mt,gContentGetAppChannelBlockDataKey as Nt,gContentGetAppChannelBlockIconKey as Pt,gContentGetAppChannelBlockKey as Ft,gContentGetAppChannelsKey as It,gContentGetFloatingBallKey as Lt,gContentGetGuessYouLikeVideosKey as Rt,gContentGetHotVideoListKey as zt,gContentGetRecommendSearchListKey as Bt,gContentGetRecommendVideoListKey as Vt,gContentGetVideoByIdKey as Ht,gContentGetVideoDetailKey as Ut,gContentGetVideoEpisodesKey as Wt,gContentGetVideosByIdsKey as Gt,gContentListAppChannelBlockBannersKey as Kt,gContentListAppChannelBlockDiyContentsKey as qt,gContentListAppChannelBlockIconKey as Jt,gContentListFloatingBallKey as Yt,gContentListVisibleAppChannelBlockIconKey as Xt,gContentListVisibleFloatingBallKey as Zt,gContentProcessM3u8Key as Qt,gContentSearchVideosByESKey as $t,gContentSearchVideosKey as en,gInteractionBatchClearBrowseKey as tn,gInteractionBatchGetFollowStatsKey as nn,gInteractionCheckCollectKey as rn,gInteractionCheckMutualFollowKey as an,gInteractionGetBrowseListKey as on,gInteractionGetContentDislikeListKey as sn,gInteractionGetContentLikeListKey as cn,gInteractionGetDislikeListKey as ln,gInteractionGetFolderKey as un,gInteractionGetFolderStatsKey as dn,gInteractionGetFollowStatsKey as fn,gInteractionGetFollowerListKey as pn,gInteractionGetFollowingContentListKey as mn,gInteractionGetFollowingListKey as hn,gInteractionGetFollowingUserUpdatesContentKey as gn,gInteractionGetFollowingUserUpdatesKey as _n,gInteractionGetLikeListKey as vn,gInteractionListCollectsKey as yn,gInteractionListFoldersKey as bn,gUserGetGuestIdentityKey as xn,gUserGetUserEditInfoKey as Sn,gUserGetUserInfoKey as Cn,gUserGetUserPrivacySettingsKey as wn,gUserViewUserInfoKey as Tn,pCommunityAddContentToCollectionKey as En,pCommunityContentInteractionNotifyKey as Dn,pCommunityCreateCollectionKey as On,pCommunityCreateCommentKey as kn,pCommunityDeleteCollectionKey as An,pCommunityDeleteCommentKey as jn,pCommunityDeleteContentKey as Mn,pCommunityDislikeCommentKey as Nn,pCommunityGetUploadPresignedURLKey as Pn,pCommunityLikeCommentKey as Fn,pCommunityPublishContentKey as In,pCommunityQueryContentsKey as Ln,pCommunityRemoveContentFromCollectionKey as Rn,pCommunitySearchCurAccountFollowingUsersInfoKey as zn,pCommunityShareContentKey as Bn,pCommunitySubscribeCollectionKey as Vn,pCommunityUpdateCollectionKey as Hn,pCommunityUpdateContentKey as Un,pCommunityUploadMediaKey as Wn,pContentAddAppChannelBlockDiyContentKey as Gn,pContentCreateAppChannelBlockIconKey as Kn,pContentDeleteAppChannelBlockBannerKey as qn,pContentDeleteAppChannelBlockDiyContentKey as Jn,pContentDeleteAppChannelBlockIconKey as Yn,pContentSearchVideosByESKey as Xn,pContentUpdateAppChannelBlockBannerKey as Zn,pContentUpdateAppChannelBlockBannerStatusKey as Qn,pContentUpdateAppChannelBlockIconKey as $n,pContentUpdateAppChannelBlockIconStatusKey as er,pContentVideoInteractionNotifyKey as tr,pInteractionAddCollectKey as nr,pInteractionBatchClearBrowseKey as rr,pInteractionBatchDeleteCollectsKey as ir,pInteractionBatchQueryContentInteractionsKey as ar,pInteractionBrowseKey as or,pInteractionCancelDislikeKey as sr,pInteractionCancelLikeKey as cr,pInteractionCheckFollowKey as lr,pInteractionClearBrowseHistoryKey as ur,pInteractionCreateFolderKey as dr,pInteractionDeleteBrowseRecordKey as fr,pInteractionDeleteFolderKey as pr,pInteractionDislikeKey as mr,pInteractionFollowKey as hr,pInteractionLikeKey as gr,pInteractionMoveCollectsKey as _r,pInteractionRemoveCollectKey as vr,pInteractionUnfollowKey as yr,pInteractionUnifiedBatchLikeDislikeKey as br,pInteractionUpdateFolderKey as xr,pUserEditUserInfoKey as Sr,pUserLoginKey as Cr,pUserRegisterKey as wr,pUserResetForgetPasswordKey as Tr,pUserResetPasswordKey as Er,pUserSendEmailCodeKey as Dr,pUserSendForgetEmailCodeKey as Or,pUserSendResetPasswordEmailCodeKey as kr,pUserUploadUserBgImageKey as Ar,pUserUserFeedbackKey as jr,pUserUserPrivacySettingsKey as Mr,pUserVerifyEmailCodeKey as Nr,pUserVerifyForgetEmailCodeKey as Pr,pUserVerifyResetPasswordEmailCodeKey as Fr}from"./service/generated/tanstack.mjs";export{_t as createQueryKey,e as gCommunityBatchGetContentInfo,vt as gCommunityBatchGetContentInfoKey,t as gCommunityGetCollectionInfo,yt as gCommunityGetCollectionInfoKey,n as gCommunityGetComments,bt as gCommunityGetCommentsKey,r as gCommunityGetContentInfo,xt as gCommunityGetContentInfoKey,i as gCommunityGetContentList,St as gCommunityGetContentListKey,a as gCommunityGetHotContentList,Ct as gCommunityGetHotContentListKey,o as gCommunityGetRandomContentList,wt as gCommunityGetRandomContentListKey,s as gCommunityGetSubscribedCollections,Tt as gCommunityGetSubscribedCollectionsKey,c as gCommunityGetUserCollections,Et as gCommunityGetUserCollectionsKey,l as gCommunityQueryContents,Dt as gCommunityQueryContentsKey,u as gCommunitySearchContent,Ot as gCommunitySearchContentKey,d as gContentAdminListAppChannelBlocks,kt as gContentAdminListAppChannelBlocksKey,f as gContentGetAdminAppChannels,At as gContentGetAdminAppChannelsKey,p as gContentGetAdminSubChannels,jt as gContentGetAdminSubChannelsKey,m as gContentGetAdvertiseByCode,Mt as gContentGetAdvertiseByCodeKey,h as gContentGetAppChannelBlock,g as gContentGetAppChannelBlockData,Nt as gContentGetAppChannelBlockDataKey,_ as gContentGetAppChannelBlockIcon,Pt as gContentGetAppChannelBlockIconKey,Ft as gContentGetAppChannelBlockKey,v as gContentGetAppChannels,It as gContentGetAppChannelsKey,y as gContentGetFloatingBall,Lt as gContentGetFloatingBallKey,b as gContentGetGuessYouLikeVideos,Rt as gContentGetGuessYouLikeVideosKey,x as gContentGetHotVideoList,zt as gContentGetHotVideoListKey,S as gContentGetRecommendSearchList,Bt as gContentGetRecommendSearchListKey,C as gContentGetRecommendVideoList,Vt as gContentGetRecommendVideoListKey,w as gContentGetVideoById,Ht as gContentGetVideoByIdKey,T as gContentGetVideoDetail,Ut as gContentGetVideoDetailKey,E as gContentGetVideoEpisodes,Wt as gContentGetVideoEpisodesKey,D as gContentGetVideosByIds,Gt as gContentGetVideosByIdsKey,O as gContentListAppChannelBlockBanners,Kt as gContentListAppChannelBlockBannersKey,k as gContentListAppChannelBlockDiyContents,qt as gContentListAppChannelBlockDiyContentsKey,A as gContentListAppChannelBlockIcon,Jt as gContentListAppChannelBlockIconKey,j as gContentListFloatingBall,Yt as gContentListFloatingBallKey,M as gContentListVisibleAppChannelBlockIcon,Xt as gContentListVisibleAppChannelBlockIconKey,N as gContentListVisibleFloatingBall,Zt as gContentListVisibleFloatingBallKey,P as gContentProcessM3u8,Qt as gContentProcessM3u8Key,F as gContentSearchVideos,I as gContentSearchVideosByES,$t as gContentSearchVideosByESKey,en as gContentSearchVideosKey,L as gInteractionBatchClearBrowse,tn as gInteractionBatchClearBrowseKey,R as gInteractionBatchGetFollowStats,nn as gInteractionBatchGetFollowStatsKey,z as gInteractionCheckCollect,rn as gInteractionCheckCollectKey,B as gInteractionCheckMutualFollow,an as gInteractionCheckMutualFollowKey,V as gInteractionGetBrowseList,on as gInteractionGetBrowseListKey,H as gInteractionGetContentDislikeList,sn as gInteractionGetContentDislikeListKey,U as gInteractionGetContentLikeList,cn as gInteractionGetContentLikeListKey,W as gInteractionGetDislikeList,ln as gInteractionGetDislikeListKey,G as gInteractionGetFolder,un as gInteractionGetFolderKey,K as gInteractionGetFolderStats,dn as gInteractionGetFolderStatsKey,q as gInteractionGetFollowStats,fn as gInteractionGetFollowStatsKey,J as gInteractionGetFollowerList,pn as gInteractionGetFollowerListKey,Y as gInteractionGetFollowingContentList,mn as gInteractionGetFollowingContentListKey,X as gInteractionGetFollowingList,hn as gInteractionGetFollowingListKey,Z as gInteractionGetFollowingUserUpdates,Q as gInteractionGetFollowingUserUpdatesContent,gn as gInteractionGetFollowingUserUpdatesContentKey,_n as gInteractionGetFollowingUserUpdatesKey,$ as gInteractionGetLikeList,vn as gInteractionGetLikeListKey,ee as gInteractionListCollects,yn as gInteractionListCollectsKey,te as gInteractionListFolders,bn as gInteractionListFoldersKey,ne as gUserGetGuestIdentity,xn as gUserGetGuestIdentityKey,re as gUserGetUserEditInfo,Sn as gUserGetUserEditInfoKey,ie as gUserGetUserInfo,Cn as gUserGetUserInfoKey,ae as gUserGetUserPrivacySettings,wn as gUserGetUserPrivacySettingsKey,oe as gUserViewUserInfo,Tn as gUserViewUserInfoKey,se as pCommunityAddContentToCollection,En as pCommunityAddContentToCollectionKey,ce as pCommunityContentInteractionNotify,Dn as pCommunityContentInteractionNotifyKey,le as pCommunityCreateCollection,On as pCommunityCreateCollectionKey,ue as pCommunityCreateComment,kn as pCommunityCreateCommentKey,de as pCommunityDeleteCollection,An as pCommunityDeleteCollectionKey,fe as pCommunityDeleteComment,jn as pCommunityDeleteCommentKey,pe as pCommunityDeleteContent,Mn as pCommunityDeleteContentKey,me as pCommunityDislikeComment,Nn as pCommunityDislikeCommentKey,he as pCommunityGetUploadPresignedURL,Pn as pCommunityGetUploadPresignedURLKey,ge as pCommunityLikeComment,Fn as pCommunityLikeCommentKey,_e as pCommunityPublishContent,In as pCommunityPublishContentKey,ve as pCommunityQueryContents,Ln as pCommunityQueryContentsKey,ye as pCommunityRemoveContentFromCollection,Rn as pCommunityRemoveContentFromCollectionKey,be as pCommunitySearchCurAccountFollowingUsersInfo,zn as pCommunitySearchCurAccountFollowingUsersInfoKey,xe as pCommunityShareContent,Bn as pCommunityShareContentKey,Se as pCommunitySubscribeCollection,Vn as pCommunitySubscribeCollectionKey,Ce as pCommunityUpdateCollection,Hn as pCommunityUpdateCollectionKey,we as pCommunityUpdateContent,Un as pCommunityUpdateContentKey,Te as pCommunityUploadMedia,Wn as pCommunityUploadMediaKey,Ee as pContentAddAppChannelBlockDiyContent,Gn as pContentAddAppChannelBlockDiyContentKey,De as pContentCreateAppChannelBlockIcon,Kn as pContentCreateAppChannelBlockIconKey,Oe as pContentDeleteAppChannelBlockBanner,qn as pContentDeleteAppChannelBlockBannerKey,ke as pContentDeleteAppChannelBlockDiyContent,Jn as pContentDeleteAppChannelBlockDiyContentKey,Ae as pContentDeleteAppChannelBlockIcon,Yn as pContentDeleteAppChannelBlockIconKey,je as pContentSearchVideosByES,Xn as pContentSearchVideosByESKey,Me as pContentUpdateAppChannelBlockBanner,Zn as pContentUpdateAppChannelBlockBannerKey,Ne as pContentUpdateAppChannelBlockBannerStatus,Qn as pContentUpdateAppChannelBlockBannerStatusKey,Pe as pContentUpdateAppChannelBlockIcon,$n as pContentUpdateAppChannelBlockIconKey,Fe as pContentUpdateAppChannelBlockIconStatus,er as pContentUpdateAppChannelBlockIconStatusKey,Ie as pContentVideoInteractionNotify,tr as pContentVideoInteractionNotifyKey,Le as pInteractionAddCollect,nr as pInteractionAddCollectKey,Re as pInteractionBatchClearBrowse,rr as pInteractionBatchClearBrowseKey,ze as pInteractionBatchDeleteCollects,ir as pInteractionBatchDeleteCollectsKey,Be as pInteractionBatchQueryContentInteractions,ar as pInteractionBatchQueryContentInteractionsKey,Ve as pInteractionBrowse,or as pInteractionBrowseKey,He as pInteractionCancelDislike,sr as pInteractionCancelDislikeKey,Ue as pInteractionCancelLike,cr as pInteractionCancelLikeKey,We as pInteractionCheckFollow,lr as pInteractionCheckFollowKey,Ge as pInteractionClearBrowseHistory,ur as pInteractionClearBrowseHistoryKey,Ke as pInteractionCreateFolder,dr as pInteractionCreateFolderKey,qe as pInteractionDeleteBrowseRecord,fr as pInteractionDeleteBrowseRecordKey,Je as pInteractionDeleteFolder,pr as pInteractionDeleteFolderKey,Ye as pInteractionDislike,mr as pInteractionDislikeKey,Xe as pInteractionFollow,hr as pInteractionFollowKey,Ze as pInteractionLike,gr as pInteractionLikeKey,Qe as pInteractionMoveCollects,_r as pInteractionMoveCollectsKey,$e as pInteractionRemoveCollect,vr as pInteractionRemoveCollectKey,et as pInteractionUnfollow,yr as pInteractionUnfollowKey,tt as pInteractionUnifiedBatchLikeDislike,br as pInteractionUnifiedBatchLikeDislikeKey,nt as pInteractionUpdateFolder,xr as pInteractionUpdateFolderKey,rt as pUserEditUserInfo,Sr as pUserEditUserInfoKey,it as pUserLogin,Cr as pUserLoginKey,at as pUserRegister,wr as pUserRegisterKey,ot as pUserResetForgetPassword,Tr as pUserResetForgetPasswordKey,st as pUserResetPassword,Er as pUserResetPasswordKey,ct as pUserSendEmailCode,Dr as pUserSendEmailCodeKey,lt as pUserSendForgetEmailCode,Or as pUserSendForgetEmailCodeKey,ut as pUserSendResetPasswordEmailCode,kr as pUserSendResetPasswordEmailCodeKey,dt as pUserUploadUserBgImage,Ar as pUserUploadUserBgImageKey,ft as pUserUserFeedback,jr as pUserUserFeedbackKey,pt as pUserUserPrivacySettings,Mr as pUserUserPrivacySettingsKey,mt as pUserVerifyEmailCode,Nr as pUserVerifyEmailCodeKey,ht as pUserVerifyForgetEmailCode,Pr as pUserVerifyForgetEmailCodeKey,gt as pUserVerifyResetPasswordEmailCode,Fr as pUserVerifyResetPasswordEmailCodeKey};
|
|
2
|
+
import{gCommunityBatchGetContentInfo as e,gCommunityGetCollectionInfo as t,gCommunityGetComments as n,gCommunityGetContentInfo as r,gCommunityGetContentList as i,gCommunityGetHotContentList as a,gCommunityGetRandomContentList as o,gCommunityGetSubscribedCollections as s,gCommunityGetUserCollections as c,gCommunityQueryContents as l,gCommunitySearchContent as u,gContentAdminListAppChannelBlocks as d,gContentGetAdminSubChannels as f,gContentGetAdvertiseByCode as p,gContentGetAppChannelBlock as m,gContentGetAppChannelBlockData as h,gContentGetAppChannelBlockIcon as g,gContentGetAppChannels as _,gContentGetAppComponent as v,gContentGetFloatingBall as y,gContentGetGuessYouLikeVideos as b,gContentGetHotVideoList as x,gContentGetNewstVideoList as S,gContentGetPopularVideoList as C,gContentGetRecommendSearchList as w,gContentGetRecommendVideoList as T,gContentGetVideoById as E,gContentGetVideoDetail as D,gContentGetVideoEpisodes as O,gContentGetVideosByIds as k,gContentListAppChannelBlockBanners as A,gContentListAppChannelBlockDiyContents as j,gContentListAppChannelBlockIcon as M,gContentListFloatingBall as N,gContentListVisibleAppChannelBlockIcon as P,gContentListVisibleFloatingBall as F,gContentProcessM3u8 as I,gContentSearchVideos as L,gContentSearchVideosByES as R,gGetAppChannelBlockData as z,gInteractionBatchClearBrowse as B,gInteractionBatchGetFollowStats as V,gInteractionCheckCollect as H,gInteractionCheckMutualFollow as U,gInteractionGetBrowseList as W,gInteractionGetContentDislikeList as G,gInteractionGetContentLikeList as K,gInteractionGetDislikeList as q,gInteractionGetFolder as J,gInteractionGetFolderStats as Y,gInteractionGetFollowStats as X,gInteractionGetFollowerList as Z,gInteractionGetFollowingContentList as Q,gInteractionGetFollowingList as $,gInteractionGetFollowingUserUpdates as ee,gInteractionGetFollowingUserUpdatesContent as te,gInteractionGetLikeList as ne,gInteractionListCollects as re,gInteractionListFolders as ie,gUserGetGuestIdentity as ae,gUserGetUserEditInfo as oe,gUserGetUserInfo as se,gUserGetUserPrivacySettings as ce,gUserViewUserInfo as le,pCommunityAddContentToCollection as ue,pCommunityContentInteractionNotify as de,pCommunityCreateCollection as fe,pCommunityCreateComment as pe,pCommunityDeleteCollection as me,pCommunityDeleteComment as he,pCommunityDeleteContent as ge,pCommunityDislikeComment as _e,pCommunityGetUploadPresignedURL as ve,pCommunityLikeComment as ye,pCommunityMoveCollectionContent as be,pCommunityPublishContent as xe,pCommunityQueryContents as Se,pCommunityRemoveContentFromCollection as Ce,pCommunitySearchCurAccountFollowingUsersInfo as we,pCommunityShareContent as Te,pCommunitySubscribeCollection as Ee,pCommunityUpdateCollection as De,pCommunityUpdateContent as Oe,pCommunityUploadMedia as ke,pContentAddAppChannelBlockDiyContent as Ae,pContentCreateAppChannelBlockIcon as je,pContentDeleteAppChannelBlockBanner as Me,pContentDeleteAppChannelBlockDiyContent as Ne,pContentDeleteAppChannelBlockIcon as Pe,pContentSearchVideosByES as Fe,pContentUpdateAppChannelBlockBanner as Ie,pContentUpdateAppChannelBlockBannerStatus as Le,pContentUpdateAppChannelBlockIcon as Re,pContentUpdateAppChannelBlockIconStatus as ze,pContentVideoInteractionNotify as Be,pInteractionAddCollect as Ve,pInteractionBatchClearBrowse as He,pInteractionBatchDeleteCollects as Ue,pInteractionBatchQueryContentInteractions as We,pInteractionBrowse as Ge,pInteractionCancelDislike as Ke,pInteractionCancelLike as qe,pInteractionCheckFollow as Je,pInteractionClearBrowseHistory as Ye,pInteractionCreateFolder as Xe,pInteractionDeleteBrowseRecord as Ze,pInteractionDeleteFolder as Qe,pInteractionDislike as $e,pInteractionFollow as et,pInteractionLike as tt,pInteractionMoveCollects as nt,pInteractionRemoveCollect as rt,pInteractionUnfollow as it,pInteractionUnifiedBatchLikeDislike as at,pInteractionUpdateFolder as ot,pUserEditUserInfo as st,pUserLogin as ct,pUserRegister as lt,pUserResetForgetPassword as ut,pUserResetPassword as dt,pUserSendEmailCode as ft,pUserSendForgetEmailCode as pt,pUserSendResetPasswordEmailCode as mt,pUserUploadUserBgImage as ht,pUserUserFeedback as gt,pUserUserPrivacySettings as _t,pUserVerifyEmailCode as vt,pUserVerifyForgetEmailCode as yt,pUserVerifyResetPasswordEmailCode as bt}from"./service/generated/client.mjs";import{createQueryKey as xt,gCommunityBatchGetContentInfoKey as St,gCommunityGetCollectionInfoKey as Ct,gCommunityGetCommentsKey as wt,gCommunityGetContentInfoKey as Tt,gCommunityGetContentListKey as Et,gCommunityGetHotContentListKey as Dt,gCommunityGetRandomContentListKey as Ot,gCommunityGetSubscribedCollectionsKey as kt,gCommunityGetUserCollectionsKey as At,gCommunityQueryContentsKey as jt,gCommunitySearchContentKey as Mt,gContentAdminListAppChannelBlocksKey as Nt,gContentGetAdminSubChannelsKey as Pt,gContentGetAdvertiseByCodeKey as Ft,gContentGetAppChannelBlockDataKey as It,gContentGetAppChannelBlockIconKey as Lt,gContentGetAppChannelBlockKey as Rt,gContentGetAppChannelsKey as zt,gContentGetAppComponentKey as Bt,gContentGetFloatingBallKey as Vt,gContentGetGuessYouLikeVideosKey as Ht,gContentGetHotVideoListKey as Ut,gContentGetNewstVideoListKey as Wt,gContentGetPopularVideoListKey as Gt,gContentGetRecommendSearchListKey as Kt,gContentGetRecommendVideoListKey as qt,gContentGetVideoByIdKey as Jt,gContentGetVideoDetailKey as Yt,gContentGetVideoEpisodesKey as Xt,gContentGetVideosByIdsKey as Zt,gContentListAppChannelBlockBannersKey as Qt,gContentListAppChannelBlockDiyContentsKey as $t,gContentListAppChannelBlockIconKey as en,gContentListFloatingBallKey as tn,gContentListVisibleAppChannelBlockIconKey as nn,gContentListVisibleFloatingBallKey as rn,gContentProcessM3u8Key as an,gContentSearchVideosByESKey as on,gContentSearchVideosKey as sn,gGetAppChannelBlockDataKey as cn,gInteractionBatchClearBrowseKey as ln,gInteractionBatchGetFollowStatsKey as un,gInteractionCheckCollectKey as dn,gInteractionCheckMutualFollowKey as fn,gInteractionGetBrowseListKey as pn,gInteractionGetContentDislikeListKey as mn,gInteractionGetContentLikeListKey as hn,gInteractionGetDislikeListKey as gn,gInteractionGetFolderKey as _n,gInteractionGetFolderStatsKey as vn,gInteractionGetFollowStatsKey as yn,gInteractionGetFollowerListKey as bn,gInteractionGetFollowingContentListKey as xn,gInteractionGetFollowingListKey as Sn,gInteractionGetFollowingUserUpdatesContentKey as Cn,gInteractionGetFollowingUserUpdatesKey as wn,gInteractionGetLikeListKey as Tn,gInteractionListCollectsKey as En,gInteractionListFoldersKey as Dn,gUserGetGuestIdentityKey as On,gUserGetUserEditInfoKey as kn,gUserGetUserInfoKey as An,gUserGetUserPrivacySettingsKey as jn,gUserViewUserInfoKey as Mn,pCommunityAddContentToCollectionKey as Nn,pCommunityContentInteractionNotifyKey as Pn,pCommunityCreateCollectionKey as Fn,pCommunityCreateCommentKey as In,pCommunityDeleteCollectionKey as Ln,pCommunityDeleteCommentKey as Rn,pCommunityDeleteContentKey as zn,pCommunityDislikeCommentKey as Bn,pCommunityGetUploadPresignedURLKey as Vn,pCommunityLikeCommentKey as Hn,pCommunityMoveCollectionContentKey as Un,pCommunityPublishContentKey as Wn,pCommunityQueryContentsKey as Gn,pCommunityRemoveContentFromCollectionKey as Kn,pCommunitySearchCurAccountFollowingUsersInfoKey as qn,pCommunityShareContentKey as Jn,pCommunitySubscribeCollectionKey as Yn,pCommunityUpdateCollectionKey as Xn,pCommunityUpdateContentKey as Zn,pCommunityUploadMediaKey as Qn,pContentAddAppChannelBlockDiyContentKey as $n,pContentCreateAppChannelBlockIconKey as er,pContentDeleteAppChannelBlockBannerKey as tr,pContentDeleteAppChannelBlockDiyContentKey as nr,pContentDeleteAppChannelBlockIconKey as rr,pContentSearchVideosByESKey as ir,pContentUpdateAppChannelBlockBannerKey as ar,pContentUpdateAppChannelBlockBannerStatusKey as or,pContentUpdateAppChannelBlockIconKey as sr,pContentUpdateAppChannelBlockIconStatusKey as cr,pContentVideoInteractionNotifyKey as lr,pInteractionAddCollectKey as ur,pInteractionBatchClearBrowseKey as dr,pInteractionBatchDeleteCollectsKey as fr,pInteractionBatchQueryContentInteractionsKey as pr,pInteractionBrowseKey as mr,pInteractionCancelDislikeKey as hr,pInteractionCancelLikeKey as gr,pInteractionCheckFollowKey as _r,pInteractionClearBrowseHistoryKey as vr,pInteractionCreateFolderKey as yr,pInteractionDeleteBrowseRecordKey as br,pInteractionDeleteFolderKey as xr,pInteractionDislikeKey as Sr,pInteractionFollowKey as Cr,pInteractionLikeKey as wr,pInteractionMoveCollectsKey as Tr,pInteractionRemoveCollectKey as Er,pInteractionUnfollowKey as Dr,pInteractionUnifiedBatchLikeDislikeKey as Or,pInteractionUpdateFolderKey as kr,pUserEditUserInfoKey as Ar,pUserLoginKey as jr,pUserRegisterKey as Mr,pUserResetForgetPasswordKey as Nr,pUserResetPasswordKey as Pr,pUserSendEmailCodeKey as Fr,pUserSendForgetEmailCodeKey as Ir,pUserSendResetPasswordEmailCodeKey as Lr,pUserUploadUserBgImageKey as Rr,pUserUserFeedbackKey as zr,pUserUserPrivacySettingsKey as Br,pUserVerifyEmailCodeKey as Vr,pUserVerifyForgetEmailCodeKey as Hr,pUserVerifyResetPasswordEmailCodeKey as Ur}from"./service/generated/tanstack.mjs";export{xt as createQueryKey,e as gCommunityBatchGetContentInfo,St as gCommunityBatchGetContentInfoKey,t as gCommunityGetCollectionInfo,Ct as gCommunityGetCollectionInfoKey,n as gCommunityGetComments,wt as gCommunityGetCommentsKey,r as gCommunityGetContentInfo,Tt as gCommunityGetContentInfoKey,i as gCommunityGetContentList,Et as gCommunityGetContentListKey,a as gCommunityGetHotContentList,Dt as gCommunityGetHotContentListKey,o as gCommunityGetRandomContentList,Ot as gCommunityGetRandomContentListKey,s as gCommunityGetSubscribedCollections,kt as gCommunityGetSubscribedCollectionsKey,c as gCommunityGetUserCollections,At as gCommunityGetUserCollectionsKey,l as gCommunityQueryContents,jt as gCommunityQueryContentsKey,u as gCommunitySearchContent,Mt as gCommunitySearchContentKey,d as gContentAdminListAppChannelBlocks,Nt as gContentAdminListAppChannelBlocksKey,f as gContentGetAdminSubChannels,Pt as gContentGetAdminSubChannelsKey,p as gContentGetAdvertiseByCode,Ft as gContentGetAdvertiseByCodeKey,m as gContentGetAppChannelBlock,h as gContentGetAppChannelBlockData,It as gContentGetAppChannelBlockDataKey,g as gContentGetAppChannelBlockIcon,Lt as gContentGetAppChannelBlockIconKey,Rt as gContentGetAppChannelBlockKey,_ as gContentGetAppChannels,zt as gContentGetAppChannelsKey,v as gContentGetAppComponent,Bt as gContentGetAppComponentKey,y as gContentGetFloatingBall,Vt as gContentGetFloatingBallKey,b as gContentGetGuessYouLikeVideos,Ht as gContentGetGuessYouLikeVideosKey,x as gContentGetHotVideoList,Ut as gContentGetHotVideoListKey,S as gContentGetNewstVideoList,Wt as gContentGetNewstVideoListKey,C as gContentGetPopularVideoList,Gt as gContentGetPopularVideoListKey,w as gContentGetRecommendSearchList,Kt as gContentGetRecommendSearchListKey,T as gContentGetRecommendVideoList,qt as gContentGetRecommendVideoListKey,E as gContentGetVideoById,Jt as gContentGetVideoByIdKey,D as gContentGetVideoDetail,Yt as gContentGetVideoDetailKey,O as gContentGetVideoEpisodes,Xt as gContentGetVideoEpisodesKey,k as gContentGetVideosByIds,Zt as gContentGetVideosByIdsKey,A as gContentListAppChannelBlockBanners,Qt as gContentListAppChannelBlockBannersKey,j as gContentListAppChannelBlockDiyContents,$t as gContentListAppChannelBlockDiyContentsKey,M as gContentListAppChannelBlockIcon,en as gContentListAppChannelBlockIconKey,N as gContentListFloatingBall,tn as gContentListFloatingBallKey,P as gContentListVisibleAppChannelBlockIcon,nn as gContentListVisibleAppChannelBlockIconKey,F as gContentListVisibleFloatingBall,rn as gContentListVisibleFloatingBallKey,I as gContentProcessM3u8,an as gContentProcessM3u8Key,L as gContentSearchVideos,R as gContentSearchVideosByES,on as gContentSearchVideosByESKey,sn as gContentSearchVideosKey,z as gGetAppChannelBlockData,cn as gGetAppChannelBlockDataKey,B as gInteractionBatchClearBrowse,ln as gInteractionBatchClearBrowseKey,V as gInteractionBatchGetFollowStats,un as gInteractionBatchGetFollowStatsKey,H as gInteractionCheckCollect,dn as gInteractionCheckCollectKey,U as gInteractionCheckMutualFollow,fn as gInteractionCheckMutualFollowKey,W as gInteractionGetBrowseList,pn as gInteractionGetBrowseListKey,G as gInteractionGetContentDislikeList,mn as gInteractionGetContentDislikeListKey,K as gInteractionGetContentLikeList,hn as gInteractionGetContentLikeListKey,q as gInteractionGetDislikeList,gn as gInteractionGetDislikeListKey,J as gInteractionGetFolder,_n as gInteractionGetFolderKey,Y as gInteractionGetFolderStats,vn as gInteractionGetFolderStatsKey,X as gInteractionGetFollowStats,yn as gInteractionGetFollowStatsKey,Z as gInteractionGetFollowerList,bn as gInteractionGetFollowerListKey,Q as gInteractionGetFollowingContentList,xn as gInteractionGetFollowingContentListKey,$ as gInteractionGetFollowingList,Sn as gInteractionGetFollowingListKey,ee as gInteractionGetFollowingUserUpdates,te as gInteractionGetFollowingUserUpdatesContent,Cn as gInteractionGetFollowingUserUpdatesContentKey,wn as gInteractionGetFollowingUserUpdatesKey,ne as gInteractionGetLikeList,Tn as gInteractionGetLikeListKey,re as gInteractionListCollects,En as gInteractionListCollectsKey,ie as gInteractionListFolders,Dn as gInteractionListFoldersKey,ae as gUserGetGuestIdentity,On as gUserGetGuestIdentityKey,oe as gUserGetUserEditInfo,kn as gUserGetUserEditInfoKey,se as gUserGetUserInfo,An as gUserGetUserInfoKey,ce as gUserGetUserPrivacySettings,jn as gUserGetUserPrivacySettingsKey,le as gUserViewUserInfo,Mn as gUserViewUserInfoKey,ue as pCommunityAddContentToCollection,Nn as pCommunityAddContentToCollectionKey,de as pCommunityContentInteractionNotify,Pn as pCommunityContentInteractionNotifyKey,fe as pCommunityCreateCollection,Fn as pCommunityCreateCollectionKey,pe as pCommunityCreateComment,In as pCommunityCreateCommentKey,me as pCommunityDeleteCollection,Ln as pCommunityDeleteCollectionKey,he as pCommunityDeleteComment,Rn as pCommunityDeleteCommentKey,ge as pCommunityDeleteContent,zn as pCommunityDeleteContentKey,_e as pCommunityDislikeComment,Bn as pCommunityDislikeCommentKey,ve as pCommunityGetUploadPresignedURL,Vn as pCommunityGetUploadPresignedURLKey,ye as pCommunityLikeComment,Hn as pCommunityLikeCommentKey,be as pCommunityMoveCollectionContent,Un as pCommunityMoveCollectionContentKey,xe as pCommunityPublishContent,Wn as pCommunityPublishContentKey,Se as pCommunityQueryContents,Gn as pCommunityQueryContentsKey,Ce as pCommunityRemoveContentFromCollection,Kn as pCommunityRemoveContentFromCollectionKey,we as pCommunitySearchCurAccountFollowingUsersInfo,qn as pCommunitySearchCurAccountFollowingUsersInfoKey,Te as pCommunityShareContent,Jn as pCommunityShareContentKey,Ee as pCommunitySubscribeCollection,Yn as pCommunitySubscribeCollectionKey,De as pCommunityUpdateCollection,Xn as pCommunityUpdateCollectionKey,Oe as pCommunityUpdateContent,Zn as pCommunityUpdateContentKey,ke as pCommunityUploadMedia,Qn as pCommunityUploadMediaKey,Ae as pContentAddAppChannelBlockDiyContent,$n as pContentAddAppChannelBlockDiyContentKey,je as pContentCreateAppChannelBlockIcon,er as pContentCreateAppChannelBlockIconKey,Me as pContentDeleteAppChannelBlockBanner,tr as pContentDeleteAppChannelBlockBannerKey,Ne as pContentDeleteAppChannelBlockDiyContent,nr as pContentDeleteAppChannelBlockDiyContentKey,Pe as pContentDeleteAppChannelBlockIcon,rr as pContentDeleteAppChannelBlockIconKey,Fe as pContentSearchVideosByES,ir as pContentSearchVideosByESKey,Ie as pContentUpdateAppChannelBlockBanner,ar as pContentUpdateAppChannelBlockBannerKey,Le as pContentUpdateAppChannelBlockBannerStatus,or as pContentUpdateAppChannelBlockBannerStatusKey,Re as pContentUpdateAppChannelBlockIcon,sr as pContentUpdateAppChannelBlockIconKey,ze as pContentUpdateAppChannelBlockIconStatus,cr as pContentUpdateAppChannelBlockIconStatusKey,Be as pContentVideoInteractionNotify,lr as pContentVideoInteractionNotifyKey,Ve as pInteractionAddCollect,ur as pInteractionAddCollectKey,He as pInteractionBatchClearBrowse,dr as pInteractionBatchClearBrowseKey,Ue as pInteractionBatchDeleteCollects,fr as pInteractionBatchDeleteCollectsKey,We as pInteractionBatchQueryContentInteractions,pr as pInteractionBatchQueryContentInteractionsKey,Ge as pInteractionBrowse,mr as pInteractionBrowseKey,Ke as pInteractionCancelDislike,hr as pInteractionCancelDislikeKey,qe as pInteractionCancelLike,gr as pInteractionCancelLikeKey,Je as pInteractionCheckFollow,_r as pInteractionCheckFollowKey,Ye as pInteractionClearBrowseHistory,vr as pInteractionClearBrowseHistoryKey,Xe as pInteractionCreateFolder,yr as pInteractionCreateFolderKey,Ze as pInteractionDeleteBrowseRecord,br as pInteractionDeleteBrowseRecordKey,Qe as pInteractionDeleteFolder,xr as pInteractionDeleteFolderKey,$e as pInteractionDislike,Sr as pInteractionDislikeKey,et as pInteractionFollow,Cr as pInteractionFollowKey,tt as pInteractionLike,wr as pInteractionLikeKey,nt as pInteractionMoveCollects,Tr as pInteractionMoveCollectsKey,rt as pInteractionRemoveCollect,Er as pInteractionRemoveCollectKey,it as pInteractionUnfollow,Dr as pInteractionUnfollowKey,at as pInteractionUnifiedBatchLikeDislike,Or as pInteractionUnifiedBatchLikeDislikeKey,ot as pInteractionUpdateFolder,kr as pInteractionUpdateFolderKey,st as pUserEditUserInfo,Ar as pUserEditUserInfoKey,ct as pUserLogin,jr as pUserLoginKey,lt as pUserRegister,Mr as pUserRegisterKey,ut as pUserResetForgetPassword,Nr as pUserResetForgetPasswordKey,dt as pUserResetPassword,Pr as pUserResetPasswordKey,ft as pUserSendEmailCode,Fr as pUserSendEmailCodeKey,pt as pUserSendForgetEmailCode,Ir as pUserSendForgetEmailCodeKey,mt as pUserSendResetPasswordEmailCode,Lr as pUserSendResetPasswordEmailCodeKey,ht as pUserUploadUserBgImage,Rr as pUserUploadUserBgImageKey,gt as pUserUserFeedback,zr as pUserUserFeedbackKey,_t as pUserUserPrivacySettings,Br as pUserUserPrivacySettingsKey,vt as pUserVerifyEmailCode,Vr as pUserVerifyEmailCodeKey,yt as pUserVerifyForgetEmailCode,Hr as pUserVerifyForgetEmailCodeKey,bt as pUserVerifyResetPasswordEmailCode,Ur as pUserVerifyResetPasswordEmailCodeKey};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{create as e}from"zustand";import{devtools as t,persist as n,subscribeWithSelector as r}from"zustand/middleware";import{immer as i}from"zustand/middleware/immer";function a(a,o={}){let{name:s,persist:c,version:l=1,partialize:u}=o,d=
|
|
2
|
+
import{create as e}from"zustand";import{devtools as t,persist as n,subscribeWithSelector as r}from"zustand/middleware";import{immer as i}from"zustand/middleware/immer";function a(a,o={}){let{name:s,persist:c,version:l=1,partialize:u}=o,d=s??`zustand-store`,f={name:d,version:l,...typeof u==`function`?{partialize:u}:{}},p=r(t(i(c?n(a,f):a),{name:d}));return e()(p)}export{a as createStore};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import * as zustand from "zustand";
|
|
3
|
+
|
|
4
|
+
//#region store/modules/blocked-modal-store.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* 封禁弹窗展示参数。
|
|
7
|
+
*/
|
|
8
|
+
interface BlockedModalPayload {
|
|
9
|
+
blockedRemark: string;
|
|
10
|
+
blockedEndTime: number;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* 封禁弹窗状态。
|
|
14
|
+
*/
|
|
15
|
+
interface BlockedModalState extends BlockedModalPayload {
|
|
16
|
+
isOpen: boolean;
|
|
17
|
+
open: (payload: BlockedModalPayload) => void;
|
|
18
|
+
setOpen: (open: boolean) => void;
|
|
19
|
+
close: () => void;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* 全局封禁弹窗状态管理。
|
|
23
|
+
*/
|
|
24
|
+
declare const useBlockedModalStore: zustand.UseBoundStore<zustand.StoreApi<BlockedModalState>>;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { BlockedModalPayload, useBlockedModalStore };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
import{createStore as e}from"../create-store.mjs";const t=e(e=>({isOpen:!1,blockedRemark:``,blockedEndTime:0,open:t=>e(e=>({...e,isOpen:!0,...t})),setOpen:t=>e(e=>({...e,isOpen:t})),close:()=>e(e=>({...e,isOpen:!1}))}),{name:`blocked-modal-store`,persist:!1});export{t as useBlockedModalStore};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{generateDynamicSign as e,generateUUID as t,getCookie as n,isClient as r,setCookie as
|
|
2
|
+
import{generateDynamicSign as e,generateUUID as t,getCookie as n,isClient as r,removeCookie as i,setCookie as a}from"../../utils/common.mjs";import{createStore as o}from"../create-store.mjs";import{useFollowIdsState as s}from"./follow-ids-store.mjs";import{usePublishStore as c}from"./publish-store.mjs";import{gUserGetGuestIdentity as l}from"../../service/generated/client.mjs";const u={userStore:`user-store`,publishStore:`publish-store`},d={userInfo:{},isLogin:!1,token:``,expireTime:0,userId:``};function f(){s.setState({followIds:[]}),c.getState().init()}function p(){try{i(`token`),i(`userId`),i(`guestUserId`)}catch(e){console.warn(`clear auth cookie failed`,e)}try{localStorage.removeItem(u.userStore),localStorage.removeItem(u.publishStore)}catch(e){console.warn(`clear local storage failed`,e)}}const m=o(e=>({...d,setUserInfo:t=>{e({userInfo:t})},setUserId:t=>{r()&&a(`userId`,t),e({userId:t})},setIsLogin:t=>{e({isLogin:t})},setToken:t=>{r()&&(a(`token`,t),a(`guestUserId`,``)),e({token:t})},setExpireTime:t=>{e({expireTime:t})},updateUserInfo:t=>{e(e=>({userInfo:{...e.userInfo,...t}}))},logout:()=>{f(),e({...d}),r()&&p()},clearUserInfo:()=>{e({userInfo:d.userInfo})}}),{name:`user-store`,persist:!0,partialize:e=>({userInfo:e.userInfo,isLogin:e.isLogin,token:e.token,expireTime:e.expireTime,userId:e.userId})});async function h(r=!1){if(await n(`userId`)&&!r)return;let i=t();l({finger_id:i,sign:e(i)}).then(e=>{a(`guestUserId`,e.data.user_id)})}const g={getUserInfo:()=>m.getState().userInfo,getIsLogin:()=>m.getState().isLogin,getToken:()=>m.getState().token,getExpireTime:()=>m.getState().expireTime,getUserId:()=>m.getState().userId};export{h as ensureGuestIdentity,m as useUserStore,g as userSelectors};
|
package/dist/store.d.mts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
import { MediaPreviewItem, useMediaPreviewStore } from "./store/modules/media-preview-store.mjs";
|
|
3
3
|
import { StorageType, useAppConfigStore } from "./store/modules/app-config-store.mjs";
|
|
4
|
+
import { BlockedModalPayload, useBlockedModalStore } from "./store/modules/blocked-modal-store.mjs";
|
|
4
5
|
import { useFollowIdsState } from "./store/modules/follow-ids-store.mjs";
|
|
5
6
|
import { useLoginModalStore } from "./store/modules/login-modal-store.mjs";
|
|
6
7
|
import { usePublishStore } from "./store/modules/publish-store.mjs";
|
|
7
8
|
import { useDemoStore } from "./store/modules/use-demo-store.mjs";
|
|
8
9
|
import { ensureGuestIdentity, useUserStore, userSelectors } from "./store/modules/user-store.mjs";
|
|
9
|
-
export { MediaPreviewItem, StorageType, ensureGuestIdentity, useAppConfigStore, useDemoStore, useFollowIdsState, useLoginModalStore, useMediaPreviewStore, usePublishStore, useUserStore, userSelectors };
|
|
10
|
+
export { BlockedModalPayload, MediaPreviewItem, StorageType, ensureGuestIdentity, useAppConfigStore, useBlockedModalStore, useDemoStore, useFollowIdsState, useLoginModalStore, useMediaPreviewStore, usePublishStore, useUserStore, userSelectors };
|
package/dist/store.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{
|
|
2
|
+
import{useBlockedModalStore as e}from"./store/modules/blocked-modal-store.mjs";import{useFollowIdsState as t}from"./store/modules/follow-ids-store.mjs";import{usePublishStore as n}from"./store/modules/publish-store.mjs";import{ensureGuestIdentity as r,useUserStore as i,userSelectors as a}from"./store/modules/user-store.mjs";import{useLoginModalStore as o}from"./store/modules/login-modal-store.mjs";import{StorageType as s,useAppConfigStore as c}from"./store/modules/app-config-store.mjs";import{useMediaPreviewStore as l}from"./store/modules/media-preview-store.mjs";import{useDemoStore as u}from"./store/modules/use-demo-store.mjs";export{s as StorageType,r as ensureGuestIdentity,c as useAppConfigStore,e as useBlockedModalStore,u as useDemoStore,t as useFollowIdsState,o as useLoginModalStore,l as useMediaPreviewStore,n as usePublishStore,i as useUserStore,a as userSelectors};
|