@funhub/platform 0.1.159 → 0.1.160-beta.0
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 +22 -1
- package/dist/biz.mjs +1 -1
- package/dist/components/biz/business/advertisement/ad-match.d.mts +98 -0
- package/dist/components/biz/business/advertisement/ad-match.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-provider.d.mts +33 -0
- package/dist/components/biz/business/advertisement/ad-provider.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-query.d.mts +27 -0
- package/dist/components/biz/business/advertisement/ad-query.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-runtime-provider.d.mts +25 -0
- package/dist/components/biz/business/advertisement/ad-runtime-provider.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/client.d.mts +18 -0
- package/dist/components/biz/business/advertisement/banner-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +30 -0
- package/dist/components/biz/business/advertisement/banner-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +75 -0
- package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/banner-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +39 -0
- package/dist/components/biz/business/advertisement/feed-ad/index.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +21 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +25 -0
- package/dist/components/biz/business/advertisement/floating-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +75 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/floating-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/client.d.mts +16 -0
- package/dist/components/biz/business/advertisement/icon-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +29 -0
- package/dist/components/biz/business/advertisement/icon-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +69 -0
- package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/icon-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/index.d.mts +26 -0
- package/dist/components/biz/business/advertisement/text-ad/client.d.mts +15 -0
- package/dist/components/biz/business/advertisement/text-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/text-ad/material.d.mts +27 -0
- package/dist/components/biz/business/advertisement/text-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +53 -0
- package/dist/components/biz/business/advertisement/text-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/text-ad/server.mjs +2 -0
- package/dist/components/biz/business/detail/shared/detail-follow-action.mjs +1 -1
- package/dist/components/biz/business/detail/shared/runtime-context-provider.mjs +1 -1
- package/dist/components/biz/business/detail/shared/use-video-detail-webview-bridge.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-actions/client.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
- package/dist/components/biz/business/index.d.mts +22 -0
- package/dist/components/biz/business/large-feature-grid/card-item.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/client.mjs +1 -1
- package/dist/components/common/series-episodes/index.mjs +1 -1
- package/dist/components/pages/home/client.mjs +1 -1
- package/dist/components/pages/video-detail/video-detail-client.mjs +1 -1
- package/dist/components/pages/video-list/index.mjs +1 -1
- package/dist/components/pages/video-list/video-list-client.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/materials.d.mts +6 -1
- package/dist/materials.mjs +1 -1
- package/dist/service/advertisement.d.mts +172 -0
- package/dist/service/advertisement.mjs +2 -0
- package/dist/service.d.mts +2 -1
- package/dist/service.mjs +1 -1
- package/dist/utils/schema/material.d.mts +1 -0
- package/package.json +1 -1
package/dist/service.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
import { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, pContentAdsMatch, pContentAdsMatchKey } from "./service/advertisement.mjs";
|
|
2
3
|
import { gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommunityAddContentToCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetFollowStats, pInteractionBatchGetLikeStatus, pInteractionBatchQueryContentInteractions, pInteractionBrowse, pInteractionCancelDislike, pInteractionCancelLike, pInteractionCheckCollect, pInteractionCheckFollow, pInteractionClearBrowseHistory, pInteractionCreateFolder, pInteractionDeleteBrowseRecord, pInteractionDeleteFolder, pInteractionDislike, pInteractionDislikeComment, pInteractionFollow, pInteractionLike, pInteractionLikeComment, pInteractionMoveCollects, pInteractionRemoveCollect, pInteractionTrackEventsBatch, pInteractionUnfollow, pInteractionUnifiedBatchLikeDislike, pInteractionUpdateFolder, pInteractionUpdateFollowingContentUpdateTime, pUserEditUserInfo, pUserLogin, pUserRegister, pUserRegisterByVerifyEmailCode, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode } from "./service/generated/client.mjs";
|
|
3
4
|
import { createQueryKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
|
|
4
5
|
import { pUserRegisterByVerifyEmailCodeCompat } from "./service/register-by-verify-email-code.mjs";
|
|
5
|
-
export { createQueryKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStats, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatus, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckCollect, pInteractionCheckCollectKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeComment, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeComment, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionTrackEventsBatch, pInteractionTrackEventsBatchKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTime, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterByVerifyEmailCode, pUserRegisterByVerifyEmailCodeCompat, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
|
|
6
|
+
export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, createQueryKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentAdsMatch, pContentAdsMatchKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStats, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatus, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckCollect, pInteractionCheckCollectKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeComment, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeComment, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionTrackEventsBatch, pInteractionTrackEventsBatchKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTime, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterByVerifyEmailCode, pUserRegisterByVerifyEmailCodeCompat, pUserRegisterByVerifyEmailCodeKey, 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{gCommunityGetCollectionInfo as e,gCommunityGetComments as t,gCommunityGetContentInfo as n,gCommunityGetContentList as r,gCommunityGetHotContentList as i,gCommunityGetSubscribedCollections as a,gCommunityGetUserCollections as o,gContentGetAdvertiseByCode as s,gContentGetAppChannelBlock as c,gContentGetAppChannelBlockData as l,gContentGetAppChannels as u,gContentGetAppComponent as d,gContentGetGuessYouLikeVideos as f,gContentGetHotVideoList as p,gContentGetRecommendSearchList as m,gContentGetRecommendVideoList as h,gContentGetVideoDetail as g,gContentGetVideoDetailByApi as _,gContentListVisibleFloatingBall as v,gContentProcessM3u8 as y,gInteractionCheckMutualFollow as b,gInteractionGetBrowseList as x,gInteractionGetContentDislikeList as S,gInteractionGetContentLikeList as C,gInteractionGetDislikeList as w,gInteractionGetFolder as T,gInteractionGetFolderStats as E,gInteractionGetFollowStats as D,gInteractionGetFollowerList as O,gInteractionGetFollowingContentList as k,gInteractionGetFollowingList as A,gInteractionGetFollowingUserUpdates as j,gInteractionGetLikeList as M,gInteractionListCollects as N,gInteractionListFolders as P,gUserGetGuestIdentity as F,gUserGetUserEditInfo as I,gUserGetUserInfo as L,gUserGetUserPrivacySettings as R,gUserViewUserInfo as z,pCommunityAddContentToCollection as B,pCommunityCreateCollection as V,pCommunityCreateComment as H,pCommunityDeleteCollection as U,pCommunityDeleteComment as W,pCommunityDeleteContent as G,pCommunityDislikeComment as K,pCommunityGetUploadPresignedURL as q,pCommunityLikeComment as J,pCommunityMoveCollectionContent as Y,pCommunityPublishContent as X,pCommunityRemoveContentFromCollection as Z,pCommunitySearchCurAccountFollowingUsersInfo as Q,pCommunityShareContent as $,pCommunitySubscribeCollection as ee,pCommunityUpdateCollection as te,pCommunityUpdateContent as ne,pCommunityUploadMedia as re,pContentBatchGetVideoDetail as ie,pContentGetNewstVideoList as ae,pContentGetPopularVideoList as oe,pContentGetTopRatedVideoList as se,pInteractionAddCollect as ce,pInteractionBatchClearBrowse as le,pInteractionBatchDeleteCollects as ue,pInteractionBatchGetCommentLikeStatus as de,pInteractionBatchGetFollowStats as fe,pInteractionBatchGetLikeStatus as pe,pInteractionBatchQueryContentInteractions as me,pInteractionBrowse as he,pInteractionCancelDislike as ge,pInteractionCancelLike as _e,pInteractionCheckCollect as ve,pInteractionCheckFollow as ye,pInteractionClearBrowseHistory as be,pInteractionCreateFolder as xe,pInteractionDeleteBrowseRecord as Se,pInteractionDeleteFolder as Ce,pInteractionDislike as we,pInteractionDislikeComment as Te,pInteractionFollow as Ee,pInteractionLike as De,pInteractionLikeComment as Oe,pInteractionMoveCollects as ke,pInteractionRemoveCollect as Ae,pInteractionTrackEventsBatch as je,pInteractionUnfollow as Me,pInteractionUnifiedBatchLikeDislike as Ne,pInteractionUpdateFolder as Pe,pInteractionUpdateFollowingContentUpdateTime as Fe,pUserEditUserInfo as Ie,pUserLogin as Le,pUserRegister as Re,pUserRegisterByVerifyEmailCode as ze,pUserResetForgetPassword as Be,pUserResetPassword as Ve,pUserSendEmailCode as He,pUserSendForgetEmailCode as Ue,pUserSendResetPasswordEmailCode as We,pUserUploadUserBgImage as Ge,pUserUserFeedback as Ke,pUserUserPrivacySettings as qe,pUserVerifyEmailCode as Je,pUserVerifyForgetEmailCode as Ye,pUserVerifyResetPasswordEmailCode as Xe}from"./service/generated/client.mjs";import{createQueryKey as Ze,gCommunityGetCollectionInfoKey as Qe,gCommunityGetCommentsKey as $e,gCommunityGetContentInfoKey as et,gCommunityGetContentListKey as tt,gCommunityGetHotContentListKey as nt,gCommunityGetSubscribedCollectionsKey as rt,gCommunityGetUserCollectionsKey as it,gContentGetAdvertiseByCodeKey as at,gContentGetAppChannelBlockDataKey as ot,gContentGetAppChannelBlockKey as st,gContentGetAppChannelsKey as ct,gContentGetAppComponentKey as lt,gContentGetGuessYouLikeVideosKey as ut,gContentGetHotVideoListKey as dt,gContentGetRecommendSearchListKey as ft,gContentGetRecommendVideoListKey as pt,gContentGetVideoDetailByApiKey as mt,gContentGetVideoDetailKey as ht,gContentListVisibleFloatingBallKey as gt,gContentProcessM3u8Key as _t,gInteractionCheckMutualFollowKey as vt,gInteractionGetBrowseListKey as yt,gInteractionGetContentDislikeListKey as bt,gInteractionGetContentLikeListKey as xt,gInteractionGetDislikeListKey as St,gInteractionGetFolderKey as Ct,gInteractionGetFolderStatsKey as wt,gInteractionGetFollowStatsKey as Tt,gInteractionGetFollowerListKey as Et,gInteractionGetFollowingContentListKey as Dt,gInteractionGetFollowingListKey as Ot,gInteractionGetFollowingUserUpdatesKey as kt,gInteractionGetLikeListKey as At,gInteractionListCollectsKey as jt,gInteractionListFoldersKey as Mt,gUserGetGuestIdentityKey as Nt,gUserGetUserEditInfoKey as Pt,gUserGetUserInfoKey as Ft,gUserGetUserPrivacySettingsKey as It,gUserViewUserInfoKey as Lt,pCommunityAddContentToCollectionKey as Rt,pCommunityCreateCollectionKey as zt,pCommunityCreateCommentKey as Bt,pCommunityDeleteCollectionKey as Vt,pCommunityDeleteCommentKey as Ht,pCommunityDeleteContentKey as Ut,pCommunityDislikeCommentKey as Wt,pCommunityGetUploadPresignedURLKey as Gt,pCommunityLikeCommentKey as Kt,pCommunityMoveCollectionContentKey as qt,pCommunityPublishContentKey as Jt,pCommunityRemoveContentFromCollectionKey as Yt,pCommunitySearchCurAccountFollowingUsersInfoKey as Xt,pCommunityShareContentKey as Zt,pCommunitySubscribeCollectionKey as Qt,pCommunityUpdateCollectionKey as $t,pCommunityUpdateContentKey as en,pCommunityUploadMediaKey as tn,pContentBatchGetVideoDetailKey as nn,pContentGetNewstVideoListKey as rn,pContentGetPopularVideoListKey as an,pContentGetTopRatedVideoListKey as on,pInteractionAddCollectKey as sn,pInteractionBatchClearBrowseKey as cn,pInteractionBatchDeleteCollectsKey as ln,pInteractionBatchGetCommentLikeStatusKey as un,pInteractionBatchGetFollowStatsKey as dn,pInteractionBatchGetLikeStatusKey as fn,pInteractionBatchQueryContentInteractionsKey as pn,pInteractionBrowseKey as mn,pInteractionCancelDislikeKey as hn,pInteractionCancelLikeKey as gn,pInteractionCheckCollectKey as _n,pInteractionCheckFollowKey as vn,pInteractionClearBrowseHistoryKey as yn,pInteractionCreateFolderKey as bn,pInteractionDeleteBrowseRecordKey as xn,pInteractionDeleteFolderKey as Sn,pInteractionDislikeCommentKey as Cn,pInteractionDislikeKey as wn,pInteractionFollowKey as Tn,pInteractionLikeCommentKey as En,pInteractionLikeKey as Dn,pInteractionMoveCollectsKey as On,pInteractionRemoveCollectKey as kn,pInteractionTrackEventsBatchKey as An,pInteractionUnfollowKey as jn,pInteractionUnifiedBatchLikeDislikeKey as Mn,pInteractionUpdateFolderKey as Nn,pInteractionUpdateFollowingContentUpdateTimeKey as Pn,pUserEditUserInfoKey as Fn,pUserLoginKey as In,pUserRegisterByVerifyEmailCodeKey as Ln,pUserRegisterKey as Rn,pUserResetForgetPasswordKey as zn,pUserResetPasswordKey as Bn,pUserSendEmailCodeKey as Vn,pUserSendForgetEmailCodeKey as Hn,pUserSendResetPasswordEmailCodeKey as Un,pUserUploadUserBgImageKey as Wn,pUserUserFeedbackKey as Gn,pUserUserPrivacySettingsKey as Kn,pUserVerifyEmailCodeKey as qn,pUserVerifyForgetEmailCodeKey as Jn,pUserVerifyResetPasswordEmailCodeKey as Yn}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as Xn}from"./service/register-by-verify-email-code.mjs";export{Ze as createQueryKey,e as gCommunityGetCollectionInfo,Qe as gCommunityGetCollectionInfoKey,t as gCommunityGetComments,$e as gCommunityGetCommentsKey,n as gCommunityGetContentInfo,et as gCommunityGetContentInfoKey,r as gCommunityGetContentList,tt as gCommunityGetContentListKey,i as gCommunityGetHotContentList,nt as gCommunityGetHotContentListKey,a as gCommunityGetSubscribedCollections,rt as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollections,it as gCommunityGetUserCollectionsKey,s as gContentGetAdvertiseByCode,at as gContentGetAdvertiseByCodeKey,c as gContentGetAppChannelBlock,l as gContentGetAppChannelBlockData,ot as gContentGetAppChannelBlockDataKey,st as gContentGetAppChannelBlockKey,u as gContentGetAppChannels,ct as gContentGetAppChannelsKey,d as gContentGetAppComponent,lt as gContentGetAppComponentKey,f as gContentGetGuessYouLikeVideos,ut as gContentGetGuessYouLikeVideosKey,p as gContentGetHotVideoList,dt as gContentGetHotVideoListKey,m as gContentGetRecommendSearchList,ft as gContentGetRecommendSearchListKey,h as gContentGetRecommendVideoList,pt as gContentGetRecommendVideoListKey,g as gContentGetVideoDetail,_ as gContentGetVideoDetailByApi,mt as gContentGetVideoDetailByApiKey,ht as gContentGetVideoDetailKey,v as gContentListVisibleFloatingBall,gt as gContentListVisibleFloatingBallKey,y as gContentProcessM3u8,_t as gContentProcessM3u8Key,b as gInteractionCheckMutualFollow,vt as gInteractionCheckMutualFollowKey,x as gInteractionGetBrowseList,yt as gInteractionGetBrowseListKey,S as gInteractionGetContentDislikeList,bt as gInteractionGetContentDislikeListKey,C as gInteractionGetContentLikeList,xt as gInteractionGetContentLikeListKey,w as gInteractionGetDislikeList,St as gInteractionGetDislikeListKey,T as gInteractionGetFolder,Ct as gInteractionGetFolderKey,E as gInteractionGetFolderStats,wt as gInteractionGetFolderStatsKey,D as gInteractionGetFollowStats,Tt as gInteractionGetFollowStatsKey,O as gInteractionGetFollowerList,Et as gInteractionGetFollowerListKey,k as gInteractionGetFollowingContentList,Dt as gInteractionGetFollowingContentListKey,A as gInteractionGetFollowingList,Ot as gInteractionGetFollowingListKey,j as gInteractionGetFollowingUserUpdates,kt as gInteractionGetFollowingUserUpdatesKey,M as gInteractionGetLikeList,At as gInteractionGetLikeListKey,N as gInteractionListCollects,jt as gInteractionListCollectsKey,P as gInteractionListFolders,Mt as gInteractionListFoldersKey,F as gUserGetGuestIdentity,Nt as gUserGetGuestIdentityKey,I as gUserGetUserEditInfo,Pt as gUserGetUserEditInfoKey,L as gUserGetUserInfo,Ft as gUserGetUserInfoKey,R as gUserGetUserPrivacySettings,It as gUserGetUserPrivacySettingsKey,z as gUserViewUserInfo,Lt as gUserViewUserInfoKey,B as pCommunityAddContentToCollection,Rt as pCommunityAddContentToCollectionKey,V as pCommunityCreateCollection,zt as pCommunityCreateCollectionKey,H as pCommunityCreateComment,Bt as pCommunityCreateCommentKey,U as pCommunityDeleteCollection,Vt as pCommunityDeleteCollectionKey,W as pCommunityDeleteComment,Ht as pCommunityDeleteCommentKey,G as pCommunityDeleteContent,Ut as pCommunityDeleteContentKey,K as pCommunityDislikeComment,Wt as pCommunityDislikeCommentKey,q as pCommunityGetUploadPresignedURL,Gt as pCommunityGetUploadPresignedURLKey,J as pCommunityLikeComment,Kt as pCommunityLikeCommentKey,Y as pCommunityMoveCollectionContent,qt as pCommunityMoveCollectionContentKey,X as pCommunityPublishContent,Jt as pCommunityPublishContentKey,Z as pCommunityRemoveContentFromCollection,Yt as pCommunityRemoveContentFromCollectionKey,Q as pCommunitySearchCurAccountFollowingUsersInfo,Xt as pCommunitySearchCurAccountFollowingUsersInfoKey,$ as pCommunityShareContent,Zt as pCommunityShareContentKey,ee as pCommunitySubscribeCollection,Qt as pCommunitySubscribeCollectionKey,te as pCommunityUpdateCollection,$t as pCommunityUpdateCollectionKey,ne as pCommunityUpdateContent,en as pCommunityUpdateContentKey,re as pCommunityUploadMedia,tn as pCommunityUploadMediaKey,ie as pContentBatchGetVideoDetail,nn as pContentBatchGetVideoDetailKey,ae as pContentGetNewstVideoList,rn as pContentGetNewstVideoListKey,oe as pContentGetPopularVideoList,an as pContentGetPopularVideoListKey,se as pContentGetTopRatedVideoList,on as pContentGetTopRatedVideoListKey,ce as pInteractionAddCollect,sn as pInteractionAddCollectKey,le as pInteractionBatchClearBrowse,cn as pInteractionBatchClearBrowseKey,ue as pInteractionBatchDeleteCollects,ln as pInteractionBatchDeleteCollectsKey,de as pInteractionBatchGetCommentLikeStatus,un as pInteractionBatchGetCommentLikeStatusKey,fe as pInteractionBatchGetFollowStats,dn as pInteractionBatchGetFollowStatsKey,pe as pInteractionBatchGetLikeStatus,fn as pInteractionBatchGetLikeStatusKey,me as pInteractionBatchQueryContentInteractions,pn as pInteractionBatchQueryContentInteractionsKey,he as pInteractionBrowse,mn as pInteractionBrowseKey,ge as pInteractionCancelDislike,hn as pInteractionCancelDislikeKey,_e as pInteractionCancelLike,gn as pInteractionCancelLikeKey,ve as pInteractionCheckCollect,_n as pInteractionCheckCollectKey,ye as pInteractionCheckFollow,vn as pInteractionCheckFollowKey,be as pInteractionClearBrowseHistory,yn as pInteractionClearBrowseHistoryKey,xe as pInteractionCreateFolder,bn as pInteractionCreateFolderKey,Se as pInteractionDeleteBrowseRecord,xn as pInteractionDeleteBrowseRecordKey,Ce as pInteractionDeleteFolder,Sn as pInteractionDeleteFolderKey,we as pInteractionDislike,Te as pInteractionDislikeComment,Cn as pInteractionDislikeCommentKey,wn as pInteractionDislikeKey,Ee as pInteractionFollow,Tn as pInteractionFollowKey,De as pInteractionLike,Oe as pInteractionLikeComment,En as pInteractionLikeCommentKey,Dn as pInteractionLikeKey,ke as pInteractionMoveCollects,On as pInteractionMoveCollectsKey,Ae as pInteractionRemoveCollect,kn as pInteractionRemoveCollectKey,je as pInteractionTrackEventsBatch,An as pInteractionTrackEventsBatchKey,Me as pInteractionUnfollow,jn as pInteractionUnfollowKey,Ne as pInteractionUnifiedBatchLikeDislike,Mn as pInteractionUnifiedBatchLikeDislikeKey,Pe as pInteractionUpdateFolder,Nn as pInteractionUpdateFolderKey,Fe as pInteractionUpdateFollowingContentUpdateTime,Pn as pInteractionUpdateFollowingContentUpdateTimeKey,Ie as pUserEditUserInfo,Fn as pUserEditUserInfoKey,Le as pUserLogin,In as pUserLoginKey,Re as pUserRegister,ze as pUserRegisterByVerifyEmailCode,Xn as pUserRegisterByVerifyEmailCodeCompat,Ln as pUserRegisterByVerifyEmailCodeKey,Rn as pUserRegisterKey,Be as pUserResetForgetPassword,zn as pUserResetForgetPasswordKey,Ve as pUserResetPassword,Bn as pUserResetPasswordKey,He as pUserSendEmailCode,Vn as pUserSendEmailCodeKey,Ue as pUserSendForgetEmailCode,Hn as pUserSendForgetEmailCodeKey,We as pUserSendResetPasswordEmailCode,Un as pUserSendResetPasswordEmailCodeKey,Ge as pUserUploadUserBgImage,Wn as pUserUploadUserBgImageKey,Ke as pUserUserFeedback,Gn as pUserUserFeedbackKey,qe as pUserUserPrivacySettings,Kn as pUserUserPrivacySettingsKey,Je as pUserVerifyEmailCode,qn as pUserVerifyEmailCodeKey,Ye as pUserVerifyForgetEmailCode,Jn as pUserVerifyForgetEmailCodeKey,Xe as pUserVerifyResetPasswordEmailCode,Yn as pUserVerifyResetPasswordEmailCodeKey};
|
|
2
|
+
import{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{gCommunityGetCollectionInfo as n,gCommunityGetComments as r,gCommunityGetContentInfo as i,gCommunityGetContentList as a,gCommunityGetHotContentList as o,gCommunityGetSubscribedCollections as s,gCommunityGetUserCollections as c,gContentGetAdvertiseByCode as l,gContentGetAppChannelBlock as u,gContentGetAppChannelBlockData as d,gContentGetAppChannels as f,gContentGetAppComponent as p,gContentGetGuessYouLikeVideos as m,gContentGetHotVideoList as h,gContentGetRecommendSearchList as g,gContentGetRecommendVideoList as _,gContentGetVideoDetail as v,gContentGetVideoDetailByApi as y,gContentListVisibleFloatingBall as b,gContentProcessM3u8 as x,gInteractionCheckMutualFollow as S,gInteractionGetBrowseList as C,gInteractionGetContentDislikeList as w,gInteractionGetContentLikeList as T,gInteractionGetDislikeList as E,gInteractionGetFolder as D,gInteractionGetFolderStats as O,gInteractionGetFollowStats as k,gInteractionGetFollowerList as A,gInteractionGetFollowingContentList as j,gInteractionGetFollowingList as M,gInteractionGetFollowingUserUpdates as N,gInteractionGetLikeList as P,gInteractionListCollects as F,gInteractionListFolders as I,gUserGetGuestIdentity as L,gUserGetUserEditInfo as R,gUserGetUserInfo as z,gUserGetUserPrivacySettings as B,gUserViewUserInfo as V,pCommunityAddContentToCollection as H,pCommunityCreateCollection as U,pCommunityCreateComment as W,pCommunityDeleteCollection as G,pCommunityDeleteComment as K,pCommunityDeleteContent as q,pCommunityDislikeComment as J,pCommunityGetUploadPresignedURL as Y,pCommunityLikeComment as X,pCommunityMoveCollectionContent as Z,pCommunityPublishContent as Q,pCommunityRemoveContentFromCollection as $,pCommunitySearchCurAccountFollowingUsersInfo as ee,pCommunityShareContent as te,pCommunitySubscribeCollection as ne,pCommunityUpdateCollection as re,pCommunityUpdateContent as ie,pCommunityUploadMedia as ae,pContentBatchGetVideoDetail as oe,pContentGetNewstVideoList as se,pContentGetPopularVideoList as ce,pContentGetTopRatedVideoList as le,pInteractionAddCollect as ue,pInteractionBatchClearBrowse as de,pInteractionBatchDeleteCollects as fe,pInteractionBatchGetCommentLikeStatus as pe,pInteractionBatchGetFollowStats as me,pInteractionBatchGetLikeStatus as he,pInteractionBatchQueryContentInteractions as ge,pInteractionBrowse as _e,pInteractionCancelDislike as ve,pInteractionCancelLike as ye,pInteractionCheckCollect as be,pInteractionCheckFollow as xe,pInteractionClearBrowseHistory as Se,pInteractionCreateFolder as Ce,pInteractionDeleteBrowseRecord as we,pInteractionDeleteFolder as Te,pInteractionDislike as Ee,pInteractionDislikeComment as De,pInteractionFollow as Oe,pInteractionLike as ke,pInteractionLikeComment as Ae,pInteractionMoveCollects as je,pInteractionRemoveCollect as Me,pInteractionTrackEventsBatch as Ne,pInteractionUnfollow as Pe,pInteractionUnifiedBatchLikeDislike as Fe,pInteractionUpdateFolder as Ie,pInteractionUpdateFollowingContentUpdateTime as Le,pUserEditUserInfo as Re,pUserLogin as ze,pUserRegister as Be,pUserRegisterByVerifyEmailCode as Ve,pUserResetForgetPassword as He,pUserResetPassword as Ue,pUserSendEmailCode as We,pUserSendForgetEmailCode as Ge,pUserSendResetPasswordEmailCode as Ke,pUserUploadUserBgImage as qe,pUserUserFeedback as Je,pUserUserPrivacySettings as Ye,pUserVerifyEmailCode as Xe,pUserVerifyForgetEmailCode as Ze,pUserVerifyResetPasswordEmailCode as Qe}from"./service/generated/client.mjs";import{createQueryKey as $e,gCommunityGetCollectionInfoKey as et,gCommunityGetCommentsKey as tt,gCommunityGetContentInfoKey as nt,gCommunityGetContentListKey as rt,gCommunityGetHotContentListKey as it,gCommunityGetSubscribedCollectionsKey as at,gCommunityGetUserCollectionsKey as ot,gContentGetAdvertiseByCodeKey as st,gContentGetAppChannelBlockDataKey as ct,gContentGetAppChannelBlockKey as lt,gContentGetAppChannelsKey as ut,gContentGetAppComponentKey as dt,gContentGetGuessYouLikeVideosKey as ft,gContentGetHotVideoListKey as pt,gContentGetRecommendSearchListKey as mt,gContentGetRecommendVideoListKey as ht,gContentGetVideoDetailByApiKey as gt,gContentGetVideoDetailKey as _t,gContentListVisibleFloatingBallKey as vt,gContentProcessM3u8Key as yt,gInteractionCheckMutualFollowKey as bt,gInteractionGetBrowseListKey as xt,gInteractionGetContentDislikeListKey as St,gInteractionGetContentLikeListKey as Ct,gInteractionGetDislikeListKey as wt,gInteractionGetFolderKey as Tt,gInteractionGetFolderStatsKey as Et,gInteractionGetFollowStatsKey as Dt,gInteractionGetFollowerListKey as Ot,gInteractionGetFollowingContentListKey as kt,gInteractionGetFollowingListKey as At,gInteractionGetFollowingUserUpdatesKey as jt,gInteractionGetLikeListKey as Mt,gInteractionListCollectsKey as Nt,gInteractionListFoldersKey as Pt,gUserGetGuestIdentityKey as Ft,gUserGetUserEditInfoKey as It,gUserGetUserInfoKey as Lt,gUserGetUserPrivacySettingsKey as Rt,gUserViewUserInfoKey as zt,pCommunityAddContentToCollectionKey as Bt,pCommunityCreateCollectionKey as Vt,pCommunityCreateCommentKey as Ht,pCommunityDeleteCollectionKey as Ut,pCommunityDeleteCommentKey as Wt,pCommunityDeleteContentKey as Gt,pCommunityDislikeCommentKey as Kt,pCommunityGetUploadPresignedURLKey as qt,pCommunityLikeCommentKey as Jt,pCommunityMoveCollectionContentKey as Yt,pCommunityPublishContentKey as Xt,pCommunityRemoveContentFromCollectionKey as Zt,pCommunitySearchCurAccountFollowingUsersInfoKey as Qt,pCommunityShareContentKey as $t,pCommunitySubscribeCollectionKey as en,pCommunityUpdateCollectionKey as tn,pCommunityUpdateContentKey as nn,pCommunityUploadMediaKey as rn,pContentBatchGetVideoDetailKey as an,pContentGetNewstVideoListKey as on,pContentGetPopularVideoListKey as sn,pContentGetTopRatedVideoListKey as cn,pInteractionAddCollectKey as ln,pInteractionBatchClearBrowseKey as un,pInteractionBatchDeleteCollectsKey as dn,pInteractionBatchGetCommentLikeStatusKey as fn,pInteractionBatchGetFollowStatsKey as pn,pInteractionBatchGetLikeStatusKey as mn,pInteractionBatchQueryContentInteractionsKey as hn,pInteractionBrowseKey as gn,pInteractionCancelDislikeKey as _n,pInteractionCancelLikeKey as vn,pInteractionCheckCollectKey as yn,pInteractionCheckFollowKey as bn,pInteractionClearBrowseHistoryKey as xn,pInteractionCreateFolderKey as Sn,pInteractionDeleteBrowseRecordKey as Cn,pInteractionDeleteFolderKey as wn,pInteractionDislikeCommentKey as Tn,pInteractionDislikeKey as En,pInteractionFollowKey as Dn,pInteractionLikeCommentKey as On,pInteractionLikeKey as kn,pInteractionMoveCollectsKey as An,pInteractionRemoveCollectKey as jn,pInteractionTrackEventsBatchKey as Mn,pInteractionUnfollowKey as Nn,pInteractionUnifiedBatchLikeDislikeKey as Pn,pInteractionUpdateFolderKey as Fn,pInteractionUpdateFollowingContentUpdateTimeKey as In,pUserEditUserInfoKey as Ln,pUserLoginKey as Rn,pUserRegisterByVerifyEmailCodeKey as zn,pUserRegisterKey as Bn,pUserResetForgetPasswordKey as Vn,pUserResetPasswordKey as Hn,pUserSendEmailCodeKey as Un,pUserSendForgetEmailCodeKey as Wn,pUserSendResetPasswordEmailCodeKey as Gn,pUserUploadUserBgImageKey as Kn,pUserUserFeedbackKey as qn,pUserUserPrivacySettingsKey as Jn,pUserVerifyEmailCodeKey as Yn,pUserVerifyForgetEmailCodeKey as Xn,pUserVerifyResetPasswordEmailCodeKey as Zn}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as Qn}from"./service/register-by-verify-email-code.mjs";export{$e as createQueryKey,n as gCommunityGetCollectionInfo,et as gCommunityGetCollectionInfoKey,r as gCommunityGetComments,tt as gCommunityGetCommentsKey,i as gCommunityGetContentInfo,nt as gCommunityGetContentInfoKey,a as gCommunityGetContentList,rt as gCommunityGetContentListKey,o as gCommunityGetHotContentList,it as gCommunityGetHotContentListKey,s as gCommunityGetSubscribedCollections,at as gCommunityGetSubscribedCollectionsKey,c as gCommunityGetUserCollections,ot as gCommunityGetUserCollectionsKey,l as gContentGetAdvertiseByCode,st as gContentGetAdvertiseByCodeKey,u as gContentGetAppChannelBlock,d as gContentGetAppChannelBlockData,ct as gContentGetAppChannelBlockDataKey,lt as gContentGetAppChannelBlockKey,f as gContentGetAppChannels,ut as gContentGetAppChannelsKey,p as gContentGetAppComponent,dt as gContentGetAppComponentKey,m as gContentGetGuessYouLikeVideos,ft as gContentGetGuessYouLikeVideosKey,h as gContentGetHotVideoList,pt as gContentGetHotVideoListKey,g as gContentGetRecommendSearchList,mt as gContentGetRecommendSearchListKey,_ as gContentGetRecommendVideoList,ht as gContentGetRecommendVideoListKey,v as gContentGetVideoDetail,y as gContentGetVideoDetailByApi,gt as gContentGetVideoDetailByApiKey,_t as gContentGetVideoDetailKey,b as gContentListVisibleFloatingBall,vt as gContentListVisibleFloatingBallKey,x as gContentProcessM3u8,yt as gContentProcessM3u8Key,S as gInteractionCheckMutualFollow,bt as gInteractionCheckMutualFollowKey,C as gInteractionGetBrowseList,xt as gInteractionGetBrowseListKey,w as gInteractionGetContentDislikeList,St as gInteractionGetContentDislikeListKey,T as gInteractionGetContentLikeList,Ct as gInteractionGetContentLikeListKey,E as gInteractionGetDislikeList,wt as gInteractionGetDislikeListKey,D as gInteractionGetFolder,Tt as gInteractionGetFolderKey,O as gInteractionGetFolderStats,Et as gInteractionGetFolderStatsKey,k as gInteractionGetFollowStats,Dt as gInteractionGetFollowStatsKey,A as gInteractionGetFollowerList,Ot as gInteractionGetFollowerListKey,j as gInteractionGetFollowingContentList,kt as gInteractionGetFollowingContentListKey,M as gInteractionGetFollowingList,At as gInteractionGetFollowingListKey,N as gInteractionGetFollowingUserUpdates,jt as gInteractionGetFollowingUserUpdatesKey,P as gInteractionGetLikeList,Mt as gInteractionGetLikeListKey,F as gInteractionListCollects,Nt as gInteractionListCollectsKey,I as gInteractionListFolders,Pt as gInteractionListFoldersKey,L as gUserGetGuestIdentity,Ft as gUserGetGuestIdentityKey,R as gUserGetUserEditInfo,It as gUserGetUserEditInfoKey,z as gUserGetUserInfo,Lt as gUserGetUserInfoKey,B as gUserGetUserPrivacySettings,Rt as gUserGetUserPrivacySettingsKey,V as gUserViewUserInfo,zt as gUserViewUserInfoKey,H as pCommunityAddContentToCollection,Bt as pCommunityAddContentToCollectionKey,U as pCommunityCreateCollection,Vt as pCommunityCreateCollectionKey,W as pCommunityCreateComment,Ht as pCommunityCreateCommentKey,G as pCommunityDeleteCollection,Ut as pCommunityDeleteCollectionKey,K as pCommunityDeleteComment,Wt as pCommunityDeleteCommentKey,q as pCommunityDeleteContent,Gt as pCommunityDeleteContentKey,J as pCommunityDislikeComment,Kt as pCommunityDislikeCommentKey,Y as pCommunityGetUploadPresignedURL,qt as pCommunityGetUploadPresignedURLKey,X as pCommunityLikeComment,Jt as pCommunityLikeCommentKey,Z as pCommunityMoveCollectionContent,Yt as pCommunityMoveCollectionContentKey,Q as pCommunityPublishContent,Xt as pCommunityPublishContentKey,$ as pCommunityRemoveContentFromCollection,Zt as pCommunityRemoveContentFromCollectionKey,ee as pCommunitySearchCurAccountFollowingUsersInfo,Qt as pCommunitySearchCurAccountFollowingUsersInfoKey,te as pCommunityShareContent,$t as pCommunityShareContentKey,ne as pCommunitySubscribeCollection,en as pCommunitySubscribeCollectionKey,re as pCommunityUpdateCollection,tn as pCommunityUpdateCollectionKey,ie as pCommunityUpdateContent,nn as pCommunityUpdateContentKey,ae as pCommunityUploadMedia,rn as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,oe as pContentBatchGetVideoDetail,an as pContentBatchGetVideoDetailKey,se as pContentGetNewstVideoList,on as pContentGetNewstVideoListKey,ce as pContentGetPopularVideoList,sn as pContentGetPopularVideoListKey,le as pContentGetTopRatedVideoList,cn as pContentGetTopRatedVideoListKey,ue as pInteractionAddCollect,ln as pInteractionAddCollectKey,de as pInteractionBatchClearBrowse,un as pInteractionBatchClearBrowseKey,fe as pInteractionBatchDeleteCollects,dn as pInteractionBatchDeleteCollectsKey,pe as pInteractionBatchGetCommentLikeStatus,fn as pInteractionBatchGetCommentLikeStatusKey,me as pInteractionBatchGetFollowStats,pn as pInteractionBatchGetFollowStatsKey,he as pInteractionBatchGetLikeStatus,mn as pInteractionBatchGetLikeStatusKey,ge as pInteractionBatchQueryContentInteractions,hn as pInteractionBatchQueryContentInteractionsKey,_e as pInteractionBrowse,gn as pInteractionBrowseKey,ve as pInteractionCancelDislike,_n as pInteractionCancelDislikeKey,ye as pInteractionCancelLike,vn as pInteractionCancelLikeKey,be as pInteractionCheckCollect,yn as pInteractionCheckCollectKey,xe as pInteractionCheckFollow,bn as pInteractionCheckFollowKey,Se as pInteractionClearBrowseHistory,xn as pInteractionClearBrowseHistoryKey,Ce as pInteractionCreateFolder,Sn as pInteractionCreateFolderKey,we as pInteractionDeleteBrowseRecord,Cn as pInteractionDeleteBrowseRecordKey,Te as pInteractionDeleteFolder,wn as pInteractionDeleteFolderKey,Ee as pInteractionDislike,De as pInteractionDislikeComment,Tn as pInteractionDislikeCommentKey,En as pInteractionDislikeKey,Oe as pInteractionFollow,Dn as pInteractionFollowKey,ke as pInteractionLike,Ae as pInteractionLikeComment,On as pInteractionLikeCommentKey,kn as pInteractionLikeKey,je as pInteractionMoveCollects,An as pInteractionMoveCollectsKey,Me as pInteractionRemoveCollect,jn as pInteractionRemoveCollectKey,Ne as pInteractionTrackEventsBatch,Mn as pInteractionTrackEventsBatchKey,Pe as pInteractionUnfollow,Nn as pInteractionUnfollowKey,Fe as pInteractionUnifiedBatchLikeDislike,Pn as pInteractionUnifiedBatchLikeDislikeKey,Ie as pInteractionUpdateFolder,Fn as pInteractionUpdateFolderKey,Le as pInteractionUpdateFollowingContentUpdateTime,In as pInteractionUpdateFollowingContentUpdateTimeKey,Re as pUserEditUserInfo,Ln as pUserEditUserInfoKey,ze as pUserLogin,Rn as pUserLoginKey,Be as pUserRegister,Ve as pUserRegisterByVerifyEmailCode,Qn as pUserRegisterByVerifyEmailCodeCompat,zn as pUserRegisterByVerifyEmailCodeKey,Bn as pUserRegisterKey,He as pUserResetForgetPassword,Vn as pUserResetForgetPasswordKey,Ue as pUserResetPassword,Hn as pUserResetPasswordKey,We as pUserSendEmailCode,Un as pUserSendEmailCodeKey,Ge as pUserSendForgetEmailCode,Wn as pUserSendForgetEmailCodeKey,Ke as pUserSendResetPasswordEmailCode,Gn as pUserSendResetPasswordEmailCodeKey,qe as pUserUploadUserBgImage,Kn as pUserUploadUserBgImageKey,Je as pUserUserFeedback,qn as pUserUserFeedbackKey,Ye as pUserUserPrivacySettings,Jn as pUserUserPrivacySettingsKey,Xe as pUserVerifyEmailCode,Yn as pUserVerifyEmailCodeKey,Ze as pUserVerifyForgetEmailCode,Xn as pUserVerifyForgetEmailCodeKey,Qe as pUserVerifyResetPasswordEmailCode,Zn as pUserVerifyResetPasswordEmailCodeKey};
|