@funhub/platform 0.2.6 → 0.2.7
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/assets/icons/channel-list/channel-active-indicator.mjs +2 -0
- package/dist/assets/icons/common/header-menu.mjs +2 -0
- package/dist/assets/icons/common/header-search-icon.mjs +2 -0
- package/dist/assets/icons/common/right_arrow_thin.mjs +2 -0
- package/dist/assets/icons/eye-off-icon.mjs +1 -1
- package/dist/assets/icons/marquee-close.mjs +2 -0
- package/dist/assets/icons/marquee-speaker.mjs +2 -0
- package/dist/assets/images/shortcut-grid/shortcut-grid-card-bg-primary.mjs +2 -0
- package/dist/biz.d.mts +10 -6
- package/dist/biz.mjs +1 -1
- package/dist/common.d.mts +5 -2
- package/dist/common.mjs +1 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/user-action.mjs +1 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/runtime/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/ad-match.d.mts +7 -3
- package/dist/components/biz/business/advertisement/ad-match.mjs +1 -1
- package/dist/components/biz/business/advertisement/banner-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +2 -2
- package/dist/components/biz/business/advertisement/banner-ad/material.mjs +1 -1
- package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +9 -4
- package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +1 -31
- package/dist/components/biz/business/advertisement/feed-ad/index.mjs +1 -1
- package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +4 -3
- package/dist/components/biz/business/advertisement/floating-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +1 -1
- package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +5 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +21 -6
- package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/material.mjs +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +7 -1
- package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/index.d.mts +4 -4
- package/dist/components/biz/business/advertisement/popup-ad/client.mjs +2 -2
- package/dist/components/biz/business/advertisement/popup-ad/index.d.mts +1 -1
- package/dist/components/biz/business/advertisement/popup-ad/material.d.mts +2 -2
- package/dist/components/biz/business/advertisement/popup-ad/schema.d.mts +14 -15
- package/dist/components/biz/business/advertisement/popup-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/text-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/text-ad/material.d.mts +1 -1
- package/dist/components/biz/business/advertisement/text-ad/material.mjs +1 -1
- package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +5 -1
- package/dist/components/biz/business/advertisement/text-ad/schema.mjs +1 -1
- package/dist/components/biz/business/banner/variants/basic-banner/runtime/client.mjs +1 -1
- package/dist/components/biz/business/banner-carousel/client.d.mts +2 -1
- package/dist/components/biz/business/banner-carousel/client.mjs +1 -1
- package/dist/components/biz/business/banner-carousel/default-props.mjs +1 -1
- package/dist/components/biz/business/channel-list/client.mjs +1 -1
- package/dist/components/biz/business/channel-list/default-props.mjs +1 -1
- package/dist/components/biz/business/detail/shared/detail-operate.mjs +1 -1
- package/dist/components/biz/business/detail/shared/editor-preview.mjs +1 -1
- package/dist/components/biz/business/detail/shared/runtime-context-provider.mjs +1 -1
- package/dist/components/biz/business/detail/shared/video-hero.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-actions/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-info/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/client.d.mts +1 -13
- package/dist/components/biz/business/detail/video-detail-recommend/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/material.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/schema.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/shared.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.d.mts +4 -3
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-logo-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/avatar.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/header-action.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/header-search-icon.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/header-shell.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/logo.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/search.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/material.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
- package/dist/components/biz/business/hot-recommend/client.d.mts +17 -0
- package/dist/components/biz/business/hot-recommend/client.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/hot-recommend/material.d.mts +24 -0
- package/dist/components/biz/business/hot-recommend/material.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/schema.d.mts +23 -0
- package/dist/components/biz/business/hot-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/hot-recommend/server.mjs +2 -0
- package/dist/components/biz/business/index.d.mts +10 -5
- 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/biz/business/large-feature-grid/schema.mjs +1 -1
- package/dist/components/biz/business/marquee/client.mjs +1 -1
- package/dist/components/biz/business/marquee/marquee.module.mjs +2 -6
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +1 -1
- package/dist/components/biz/business/profile/index.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/client.d.mts +2 -1
- package/dist/components/biz/business/profile/profile-header/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/index.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-avatar.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-cover-background.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/empty-state.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/shell.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/video-waterfall.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/tabs/history-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.d.mts +5 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/utils.mjs +1 -1
- package/dist/components/biz/business/ranking-recommend/client.d.mts +17 -0
- package/dist/components/biz/business/ranking-recommend/client.mjs +70 -0
- package/dist/components/biz/business/ranking-recommend/material.d.mts +35 -0
- package/dist/components/biz/business/ranking-recommend/material.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/schema.d.mts +35 -0
- package/dist/components/biz/business/ranking-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/ranking-recommend/server.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/shared/query.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/shared.d.mts +15 -0
- package/dist/components/biz/business/ranking-recommend/shared.mjs +2 -0
- package/dist/components/biz/business/search-history/client.mjs +1 -1
- package/dist/components/biz/business/search-history/schema.mjs +1 -1
- package/dist/components/biz/business/search-input/client.mjs +1 -1
- package/dist/components/biz/business/shortcut-grid/client.mjs +1 -1
- package/dist/components/biz/business/tab-bar/client.d.mts +0 -2
- package/dist/components/biz/business/tab-bar/client.mjs +1 -1
- package/dist/components/common/collection-popup/create-collection-sheet.d.mts +41 -0
- package/dist/components/common/collection-popup/create-collection-sheet.mjs +2 -0
- package/dist/components/common/collection-popup/index.d.mts +1 -0
- package/dist/components/common/collection-popup/index.mjs +1 -1
- package/dist/components/common/icons/setting.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-list-item.d.mts +8 -0
- package/dist/components/common/list/collection-list/collection-list-item.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-list.d.mts +6 -0
- package/dist/components/common/list/collection-list/collection-list.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-select-icon.mjs +2 -0
- package/dist/components/common/list/waterfall-recommend/index.d.mts +2 -0
- package/dist/components/common/list/waterfall-recommend/waterfall-recommend.d.mts +116 -0
- package/dist/components/common/list/waterfall-recommend/waterfall-recommend.mjs +2 -0
- package/dist/components/common/series-episodes/index.d.mts +3 -1
- package/dist/components/common/series-episodes/index.mjs +1 -1
- package/dist/components/common/tab-bar/index.mjs +1 -1
- package/dist/components/common/video-player/index.d.mts +1 -2
- package/dist/components/pages/collection-detail/_components/collection-detail-video-card.mjs +2 -0
- package/dist/components/pages/collection-detail/detail.mjs +1 -1
- package/dist/components/pages/edit/page.mjs +1 -1
- package/dist/components/pages/feedback/_components/feedback-form.mjs +1 -1
- package/dist/components/pages/home/client.mjs +1 -1
- package/dist/components/pages/login/auth-page-styles.mjs +6 -0
- package/dist/components/pages/login/forgot.mjs +1 -1
- package/dist/components/pages/login/login-client.mjs +1 -1
- package/dist/components/pages/login/register.mjs +1 -1
- package/dist/components/pages/login/verify.mjs +1 -4
- package/dist/components/pages/publish/components/collection.mjs +1 -1
- package/dist/components/pages/search/page-client.mjs +1 -1
- package/dist/components/pages/search/search-result/index.mjs +1 -1
- package/dist/components/pages/search/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search/search-result/search-video-info.mjs +1 -1
- package/dist/components/pages/search/search-result/shared.mjs +2 -0
- package/dist/components/pages/search/top-header.mjs +1 -1
- package/dist/components/pages/search-result/page-client.mjs +1 -1
- package/dist/components/pages/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search-result/search-empty.mjs +2 -0
- package/dist/components/pages/search-result/search-tab.mjs +1 -1
- package/dist/components/pages/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search-result/search-video-info.mjs +2 -0
- package/dist/components/pages/search-result/shared.mjs +2 -0
- package/dist/components/pages/search-result/top-header.mjs +2 -0
- package/dist/components/pages/settings/_components/reset-password-drawer.mjs +1 -4
- package/dist/components/pages/settings/_components/settings.mjs +1 -1
- package/dist/components/pages/user-follow/_components/follow-no-login.mjs +1 -1
- package/dist/components/pages/video-list/video-list-client.mjs +1 -1
- package/dist/components/pages/video-list/video-list-recommend-item.mjs +2 -0
- package/dist/components/pages/video-list/video-list-skeleton.d.mts +2 -3
- package/dist/components/pages/video-list/video-list-skeleton.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/box.d.mts +1 -1
- package/dist/components/ui/button.d.mts +2 -2
- package/dist/components/ui/empty.d.mts +1 -1
- package/dist/components/ui/input-group.d.mts +1 -1
- package/dist/components/ui/item.d.mts +2 -2
- package/dist/hooks.d.mts +1 -2
- package/dist/hooks.mjs +1 -1
- package/dist/i18n/locales/en.mjs +2 -2
- package/dist/i18n/locales/zh-CN.mjs +2 -2
- package/dist/materials.d.mts +3 -1
- package/dist/materials.mjs +1 -1
- package/dist/service/generated/client.d.mts +2 -10
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +2 -12
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +3 -3
- package/dist/service.mjs +1 -1
- package/dist/store.d.mts +1 -3
- package/dist/store.mjs +1 -1
- package/dist/theme-tokens.d.mts +9 -0
- package/dist/theme-tokens.mjs +2 -0
- package/dist/types.d.mts +33 -171
- package/dist/utils/email-validator.d.mts +8 -0
- package/dist/utils/email-validator.mjs +2 -0
- package/dist/utils/helper.d.mts +1 -1
- package/dist/utils/helper.mjs +1 -1
- package/dist/utils/schema/inspector.d.mts +2 -2
- package/dist/utils.d.mts +2 -1
- package/dist/utils.mjs +1 -1
- package/package.json +7 -2
- package/theme.css +172 -59
- package/dist/assets/icons/detail/collect_nor.mjs +0 -2
- package/dist/assets/icons/detail/collect_sel.mjs +0 -2
- package/dist/assets/icons/detail/share.mjs +0 -2
- package/dist/assets/icons/marquee-enter.mjs +0 -2
- package/dist/assets/icons/right_arrow.mjs +0 -2
- package/dist/assets/icons/search/avatar.mjs +0 -2
- package/dist/assets/images/marquee.mjs +0 -2
- package/dist/components/biz/business/detail/shared/detail-introduction.mjs +0 -2
- package/dist/components/common/collection-popup/collection-create-modal.mjs +0 -2
- package/dist/components/common/skeleton/search-video-card-skeleton.mjs +0 -2
- package/dist/components/common/video-player/video-blind-ad-overlay.mjs +0 -2
- package/dist/components/common/video-player/video-player-ref-context.mjs +0 -2
- package/dist/components/pages/search/search-utils.mjs +0 -2
- package/dist/components/pages/search-result/search-result-skeleton.mjs +0 -2
- package/dist/components/pages/search-result/search-video.mjs +0 -2
- package/dist/components/pages/video-list/video-list-item.mjs +0 -2
- package/dist/hooks/use-is-client.d.mts +0 -10
- package/dist/hooks/use-is-client.mjs +0 -2
- package/dist/store/modules/blind-spot-ad-store.d.mts +0 -116
- package/dist/store/modules/blind-spot-ad-store.mjs +0 -2
- package/dist/store/modules/video-player-ref-store.d.mts +0 -21
- package/dist/store/modules/video-player-ref-store.mjs +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { GetApiCommerceQueryOrderResultQuery, GetApiCommerceQueryOrderResultRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetSeoConfigQuery, GetApiContentGetSeoConfigRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes,
|
|
2
|
+
import { GetApiCommerceQueryOrderResultQuery, GetApiCommerceQueryOrderResultRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetSeoConfigQuery, GetApiContentGetSeoConfigRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, PostApiCommerceCreatePaymentReqBody, PostApiCommerceCreatePaymentRes, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommerceGetPaymentMethodsRes, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommercePaymentSuccessCallbackRes, PostApiCommerceRefundCallbackReqBody, PostApiCommerceRefundCallbackRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityBatchDeleteCollectionReqBody, PostApiCommunityBatchDeleteCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiContentMatchAdsReqBody, PostApiContentMatchAdsRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchDeleteFoldersRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes } from "../../types.mjs";
|
|
3
3
|
import { RequestConfig, ResponseData } from "../../utils/http.mjs";
|
|
4
4
|
|
|
5
5
|
//#region service/generated/client.d.ts
|
|
@@ -180,10 +180,6 @@ declare function gContentGetSeoConfig(query?: GetApiContentGetSeoConfigQuery, co
|
|
|
180
180
|
* 广告匹配(不包含信息流广告)
|
|
181
181
|
*/
|
|
182
182
|
declare function pContentMatchAds(data: PostApiContentMatchAdsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentMatchAdsRes>>;
|
|
183
|
-
/**
|
|
184
|
-
* 最热视频列表(按play_count排序,游标分页)
|
|
185
|
-
*/
|
|
186
|
-
declare function pContentGetMostPlayedVideoList(data: PostApiContentGetMostPlayedVideoListReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentGetMostPlayedVideoListRes>>;
|
|
187
183
|
/**
|
|
188
184
|
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
189
185
|
*/
|
|
@@ -444,10 +440,6 @@ declare function gUserViewUserInfo(query?: GetApiUserViewUserInfoQuery, config?:
|
|
|
444
440
|
* 注册通过验证注册邮箱验证码
|
|
445
441
|
*/
|
|
446
442
|
declare function pUserRegisterByVerifyEmailCode(data: PostApiUserRegisterByVerifyEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserRegisterByVerifyEmailCodeRes>>;
|
|
447
|
-
/**
|
|
448
|
-
* 获取访客权限配置
|
|
449
|
-
*/
|
|
450
|
-
declare function gUserGetVisitorPermissionConfig(query?: GetApiUserGetVisitorPermissionConfigQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetVisitorPermissionConfigRes>>;
|
|
451
443
|
/**
|
|
452
444
|
* 发起支付
|
|
453
445
|
*/
|
|
@@ -469,4 +461,4 @@ declare function pCommercePaymentSuccessCallback(data: PostApiCommercePaymentSuc
|
|
|
469
461
|
*/
|
|
470
462
|
declare function pCommerceRefundCallback(data: PostApiCommerceRefundCallbackReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommerceRefundCallbackRes>>;
|
|
471
463
|
//#endregion
|
|
472
|
-
export { gCommerceQueryOrderResult, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetSeoConfig, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings,
|
|
464
|
+
export { gCommerceQueryOrderResult, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetSeoConfig, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommerceCreatePayment, pCommerceGetPaymentMethods, pCommercePaymentSuccessCallback, pCommerceRefundCallback, pCommunityAddContentToCollection, pCommunityBatchDeleteCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pContentMatchAds, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchDeleteFolders, 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 };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import e from"../../utils/http.mjs";async function t(t,n){return e.request({...n??{},url:`/api/community/publishContent`,method:`POST`,data:t})}async function n(t,n){return e.request({...n??{},url:`/api/community/getContentInfo`,method:`GET`,params:t})}async function ee(t,n){return e.request({...n??{},url:`/api/community/getContentList`,method:`GET`,params:t})}async function te(t,n){return e.request({...n??{},url:`/api/community/deleteContent`,method:`POST`,data:t})}async function r(t,n){return e.request({...n??{},url:`/api/community/updateContent`,method:`POST`,data:t})}async function i(t,n){return e.request({...n??{},url:`/api/community/createCollection`,method:`POST`,data:t})}async function a(t,n){return e.request({...n??{},url:`/api/community/getCollectionInfo`,method:`GET`,params:t})}async function o(t,n){return e.request({...n??{},url:`/api/community/getUserCollections`,method:`GET`,params:t})}async function s(t,n){return e.request({...n??{},url:`/api/community/addContentToCollection`,method:`POST`,data:t})}async function c(t,n){return e.request({...n??{},url:`/api/community/deleteCollection`,method:`POST`,data:t})}async function l(t,n){return e.request({...n??{},url:`/api/community/subscribeCollection`,method:`POST`,data:t})}async function u(t,n){return e.request({...n??{},url:`/api/community/getSubscribedCollections`,method:`GET`,params:t})}async function d(t,n){return e.request({...n??{},url:`/api/community/updateCollection`,method:`POST`,data:t})}async function f(t,n){return e.request({...n??{},url:`/api/community/removeContentFromCollection`,method:`POST`,data:t})}async function p(t,n){return e.request({...n??{},url:`/api/community/moveCollectionContent`,method:`POST`,data:t})}async function m(t,n){return e.request({...n??{},url:`/api/community/uploadMedia`,method:`POST`,data:t})}async function h(t,n){return e.request({...n??{},url:`/api/community/getUploadPresignedURL`,method:`POST`,data:t})}async function g(t,n){return e.request({...n??{},url:`/api/community/createComment`,method:`POST`,data:t})}async function _(t,n){return e.request({...n??{},url:`/api/community/getComments`,method:`GET`,params:t})}async function v(t,n){return e.request({...n??{},url:`/api/community/deleteComment`,method:`POST`,data:t})}async function y(t,n){return e.request({...n??{},url:`/api/community/likeComment`,method:`POST`,data:t})}async function b(t,n){return e.request({...n??{},url:`/api/community/dislikeComment`,method:`POST`,data:t})}async function x(t,n){return e.request({...n??{},url:`/api/community/shareContent`,method:`POST`,data:t})}async function S(t,n){return e.request({...n??{},url:`/api/community/searchCurAccountFollowingUsersInfo`,method:`POST`,data:t})}async function C(t,n){return e.request({...n??{},url:`/api/community/getHotContentList`,method:`GET`,params:t})}async function w(t,n){return e.request({...n??{},url:`/api/community/batchDeleteCollection`,method:`POST`,data:t})}async function T(t,n){return e.request({...n??{},url:`/api/content/getVideoDetailByApi`,method:`GET`,params:t})}async function E(t,n){return e.request({...n??{},url:`/api/content/getVideoDetail`,method:`GET`,params:t})}async function D(t,n){return e.request({...n??{},url:`/api/content/getRecommendSearchList`,method:`GET`,params:t})}async function O(t,n){return e.request({...n??{},url:`/api/content/getHotVideoList`,method:`GET`,params:t})}async function k(t,n){return e.request({...n??{},url:`/api/content/getRecommendVideoList`,method:`GET`,params:t})}async function A(t,n){return e.request({...n??{},url:`/api/content/getAppChannels`,method:`GET`,params:t})}async function j(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlock`,method:`GET`,params:t})}async function M(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlockData`,method:`GET`,params:t})}async function N(t,n){return e.request({...n??{},url:`/api/content/getNewstVideoList`,method:`POST`,data:t})}async function P(t,n){return e.request({...n??{},url:`/api/content/getPopularVideoList`,method:`POST`,data:t})}async function F(t,n){return e.request({...n??{},url:`/api/content/listVisibleFloatingBall`,method:`GET`,params:t})}async function I(t,n){return e.request({...n??{},url:`/api/content/getGuessYouLikeVideos`,method:`GET`,params:t})}async function L(t,n){return e.request({...n??{},url:`/api/content/getAdvertiseByCode`,method:`GET`,params:t})}async function R(t){return e.request({...t??{},url:`/api/content/getAppComponent`,method:`GET`})}async function z(t,n){return e.request({...n??{},url:`/api/content/batchGetVideoDetail`,method:`POST`,data:t})}async function B(t,n){return e.request({...n??{},url:`/api/content/getTopRatedVideoList`,method:`POST`,data:t})}async function V(t,n){return e.request({...n??{},url:`/api/content/getSeoConfig`,method:`GET`,params:t})}async function H(t,n){return e.request({...n??{},url:`/api/content/matchAds`,method:`POST`,data:t})}async function U(t,n){return e.request({...n??{},url:`/api/content/getMostPlayedVideoList`,method:`POST`,data:t})}async function W(t,n){return e.request({...n??{},url:`/api/content/processM3u8`,method:`GET`,params:t})}async function G(t,n){return e.request({...n??{},url:`/api/interaction/like`,method:`POST`,data:t})}async function K(t,n){return e.request({...n??{},url:`/api/interaction/dislike`,method:`POST`,data:t})}async function q(t,n){return e.request({...n??{},url:`/api/interaction/cancelLike`,method:`POST`,data:t})}async function J(t,n){return e.request({...n??{},url:`/api/interaction/cancelDislike`,method:`POST`,data:t})}async function Y(t,n){return e.request({...n??{},url:`/api/interaction/getLikeList`,method:`GET`,params:t})}async function X(t,n){return e.request({...n??{},url:`/api/interaction/getDislikeList`,method:`GET`,params:t})}async function Z(t,n){return e.request({...n??{},url:`/api/interaction/getContentLikeList`,method:`GET`,params:t})}async function Q(t,n){return e.request({...n??{},url:`/api/interaction/getContentDislikeList`,method:`GET`,params:t})}async function ne(t,n){return e.request({...n??{},url:`/api/interaction/unifiedBatchLikeDislike`,method:`POST`,data:t})}async function re(t,n){return e.request({...n??{},url:`/api/interaction/likeComment`,method:`POST`,data:t})}async function ie(t,n){return e.request({...n??{},url:`/api/interaction/dislikeComment`,method:`POST`,data:t})}async function ae(t,n){return e.request({...n??{},url:`/api/interaction/batchGetCommentLikeStatus`,method:`POST`,data:t})}async function oe(t,n){return e.request({...n??{},url:`/api/interaction/browse`,method:`POST`,data:t})}async function $(t,n){return e.request({...n??{},url:`/api/interaction/getBrowseList`,method:`GET`,params:t})}async function se(t,n){return e.request({...n??{},url:`/api/interaction/deleteBrowseRecord`,method:`POST`,data:t})}async function ce(t,n){return e.request({...n??{},url:`/api/interaction/clearBrowseHistory`,method:`POST`,data:t})}async function le(t,n){return e.request({...n??{},url:`/api/interaction/batchClearBrowse`,method:`POST`,data:t})}async function ue(t,n){return e.request({...n??{},url:`/api/interaction/createFolder`,method:`POST`,data:t})}async function de(t,n){return e.request({...n??{},url:`/api/interaction/updateFolder`,method:`POST`,data:t})}async function fe(t,n){return e.request({...n??{},url:`/api/interaction/deleteFolder`,method:`POST`,data:t})}async function pe(t,n){return e.request({...n??{},url:`/api/interaction/listFolders`,method:`GET`,params:t})}async function me(t,n){return e.request({...n??{},url:`/api/interaction/getFolder`,method:`GET`,params:t})}async function he(t,n){return e.request({...n??{},url:`/api/interaction/getFolderStats`,method:`GET`,params:t})}async function ge(t,n){return e.request({...n??{},url:`/api/interaction/addCollect`,method:`POST`,data:t})}async function _e(t,n){return e.request({...n??{},url:`/api/interaction/removeCollect`,method:`POST`,data:t})}async function ve(t,n){return e.request({...n??{},url:`/api/interaction/listCollects`,method:`GET`,params:t})}async function ye(t,n){return e.request({...n??{},url:`/api/interaction/moveCollects`,method:`POST`,data:t})}async function be(t,n){return e.request({...n??{},url:`/api/interaction/checkCollect`,method:`POST`,data:t})}async function xe(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteCollects`,method:`POST`,data:t})}async function Se(t,n){return e.request({...n??{},url:`/api/interaction/batchQueryContentInteractions`,method:`POST`,data:t})}async function Ce(t,n){return e.request({...n??{},url:`/api/interaction/batchGetLikeStatus`,method:`POST`,data:t})}async function we(t,n){return e.request({...n??{},url:`/api/interaction/follow`,method:`POST`,data:t})}async function Te(t,n){return e.request({...n??{},url:`/api/interaction/unfollow`,method:`POST`,data:t})}async function Ee(t,n){return e.request({...n??{},url:`/api/interaction/checkFollow`,method:`POST`,data:t})}async function De(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingList`,method:`GET`,params:t})}async function Oe(t,n){return e.request({...n??{},url:`/api/interaction/getFollowerList`,method:`GET`,params:t})}async function ke(t,n){return e.request({...n??{},url:`/api/interaction/getFollowStats`,method:`GET`,params:t})}async function Ae(t,n){return e.request({...n??{},url:`/api/interaction/batchGetFollowStats`,method:`POST`,data:t})}async function je(t,n){return e.request({...n??{},url:`/api/interaction/checkMutualFollow`,method:`GET`,params:t})}async function Me(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingUserUpdates`,method:`GET`,params:t})}async function Ne(t,n){return e.request({...n??{},url:`/api/interaction/updateFollowingContentUpdateTime`,method:`POST`,data:t})}async function Pe(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingContentList`,method:`GET`,params:t})}async function Fe(t,n){return e.request({...n??{},url:`/api/interaction/trackEventsBatch`,method:`POST`,data:t})}async function Ie(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteFolders`,method:`POST`,data:t})}async function Le(t,n){return e.request({...n??{},url:`/api/user/getGuestIdentity`,method:`GET`,params:t})}async function Re(t,n){return e.request({...n??{},url:`/api/user/login`,method:`POST`,data:t})}async function ze(t,n){return e.request({...n??{},url:`/api/user/sendEmailCode`,method:`POST`,data:t})}async function Be(t,n){return e.request({...n??{},url:`/api/user/verifyEmailCode`,method:`POST`,data:t})}async function Ve(t,n){return e.request({...n??{},url:`/api/user/register`,method:`POST`,data:t})}async function He(t,n){return e.request({...n??{},url:`/api/user/resetPassword`,method:`POST`,data:t})}async function Ue(t,n){return e.request({...n??{},url:`/api/user/sendResetPasswordEmailCode`,method:`POST`,data:t})}async function We(t,n){return e.request({...n??{},url:`/api/user/verifyResetPasswordEmailCode`,method:`POST`,data:t})}async function Ge(t,n){return e.request({...n??{},url:`/api/user/resetForgetPassword`,method:`POST`,data:t})}async function Ke(t,n){return e.request({...n??{},url:`/api/user/sendForgetEmailCode`,method:`POST`,data:t})}async function qe(t,n){return e.request({...n??{},url:`/api/user/verifyForgetEmailCode`,method:`POST`,data:t})}async function Je(t,n){return e.request({...n??{},url:`/api/user/getUserInfo`,method:`GET`,params:t})}async function Ye(t,n){return e.request({...n??{},url:`/api/user/getUserEditInfo`,method:`GET`,params:t})}async function Xe(t,n){return e.request({...n??{},url:`/api/user/editUserInfo`,method:`POST`,data:t})}async function Ze(t,n){return e.request({...n??{},url:`/api/user/userFeedback`,method:`POST`,data:t})}async function Qe(t,n){return e.request({...n??{},url:`/api/user/getUserPrivacySettings`,method:`GET`,params:t})}async function $e(t,n){return e.request({...n??{},url:`/api/user/userPrivacySettings`,method:`POST`,data:t})}async function et(t,n){return e.request({...n??{},url:`/api/user/uploadUserBgImage`,method:`POST`,data:t})}async function tt(t,n){return e.request({...n??{},url:`/api/user/viewUserInfo`,method:`GET`,params:t})}async function nt(t,n){return e.request({...n??{},url:`/api/user/registerByVerifyEmailCode`,method:`POST`,data:t})}async function rt(t,n){return e.request({...n??{},url:`/api/user/getVisitorPermissionConfig`,method:`GET`,params:t})}async function it(t,n){return e.request({...n??{},url:`/api/commerce/createPayment`,method:`POST`,data:t})}async function at(t,n){return e.request({...n??{},url:`/api/commerce/queryOrderResult`,method:`GET`,params:t})}async function ot(t,n){return e.request({...n??{},url:`/api/commerce/getPaymentMethods`,method:`POST`,data:t})}async function st(t,n){return e.request({...n??{},url:`/api/commerce/paymentSuccessCallback`,method:`POST`,data:t})}async function ct(t,n){return e.request({...n??{},url:`/api/commerce/refundCallback`,method:`POST`,data:t})}export{at as gCommerceQueryOrderResult,a as gCommunityGetCollectionInfo,_ as gCommunityGetComments,n as gCommunityGetContentInfo,ee as gCommunityGetContentList,C as gCommunityGetHotContentList,u as gCommunityGetSubscribedCollections,o as gCommunityGetUserCollections,L as gContentGetAdvertiseByCode,j as gContentGetAppChannelBlock,M as gContentGetAppChannelBlockData,A as gContentGetAppChannels,R as gContentGetAppComponent,I as gContentGetGuessYouLikeVideos,O as gContentGetHotVideoList,D as gContentGetRecommendSearchList,k as gContentGetRecommendVideoList,V as gContentGetSeoConfig,E as gContentGetVideoDetail,T as gContentGetVideoDetailByApi,F as gContentListVisibleFloatingBall,W as gContentProcessM3u8,je as gInteractionCheckMutualFollow,$ as gInteractionGetBrowseList,Q as gInteractionGetContentDislikeList,Z as gInteractionGetContentLikeList,X as gInteractionGetDislikeList,me as gInteractionGetFolder,he as gInteractionGetFolderStats,ke as gInteractionGetFollowStats,Oe as gInteractionGetFollowerList,Pe as gInteractionGetFollowingContentList,De as gInteractionGetFollowingList,Me as gInteractionGetFollowingUserUpdates,Y as gInteractionGetLikeList,ve as gInteractionListCollects,pe as gInteractionListFolders,Le as gUserGetGuestIdentity,Ye as gUserGetUserEditInfo,Je as gUserGetUserInfo,Qe as gUserGetUserPrivacySettings,rt as gUserGetVisitorPermissionConfig,tt as gUserViewUserInfo,it as pCommerceCreatePayment,ot as pCommerceGetPaymentMethods,st as pCommercePaymentSuccessCallback,ct as pCommerceRefundCallback,s as pCommunityAddContentToCollection,w as pCommunityBatchDeleteCollection,i as pCommunityCreateCollection,g as pCommunityCreateComment,c as pCommunityDeleteCollection,v as pCommunityDeleteComment,te as pCommunityDeleteContent,b as pCommunityDislikeComment,h as pCommunityGetUploadPresignedURL,y as pCommunityLikeComment,p as pCommunityMoveCollectionContent,t as pCommunityPublishContent,f as pCommunityRemoveContentFromCollection,S as pCommunitySearchCurAccountFollowingUsersInfo,x as pCommunityShareContent,l as pCommunitySubscribeCollection,d as pCommunityUpdateCollection,r as pCommunityUpdateContent,m as pCommunityUploadMedia,z as pContentBatchGetVideoDetail,U as pContentGetMostPlayedVideoList,N as pContentGetNewstVideoList,P as pContentGetPopularVideoList,B as pContentGetTopRatedVideoList,H as pContentMatchAds,ge as pInteractionAddCollect,le as pInteractionBatchClearBrowse,xe as pInteractionBatchDeleteCollects,Ie as pInteractionBatchDeleteFolders,ae as pInteractionBatchGetCommentLikeStatus,Ae as pInteractionBatchGetFollowStats,Ce as pInteractionBatchGetLikeStatus,Se as pInteractionBatchQueryContentInteractions,oe as pInteractionBrowse,J as pInteractionCancelDislike,q as pInteractionCancelLike,be as pInteractionCheckCollect,Ee as pInteractionCheckFollow,ce as pInteractionClearBrowseHistory,ue as pInteractionCreateFolder,se as pInteractionDeleteBrowseRecord,fe as pInteractionDeleteFolder,K as pInteractionDislike,ie as pInteractionDislikeComment,we as pInteractionFollow,G as pInteractionLike,re as pInteractionLikeComment,ye as pInteractionMoveCollects,_e as pInteractionRemoveCollect,Fe as pInteractionTrackEventsBatch,Te as pInteractionUnfollow,ne as pInteractionUnifiedBatchLikeDislike,de as pInteractionUpdateFolder,Ne as pInteractionUpdateFollowingContentUpdateTime,Xe as pUserEditUserInfo,Re as pUserLogin,Ve as pUserRegister,nt as pUserRegisterByVerifyEmailCode,Ge as pUserResetForgetPassword,He as pUserResetPassword,ze as pUserSendEmailCode,Ke as pUserSendForgetEmailCode,Ue as pUserSendResetPasswordEmailCode,et as pUserUploadUserBgImage,Ze as pUserUserFeedback,$e as pUserUserPrivacySettings,Be as pUserVerifyEmailCode,qe as pUserVerifyForgetEmailCode,We as pUserVerifyResetPasswordEmailCode};
|
|
2
|
+
import e from"../../utils/http.mjs";async function t(t,n){return e.request({...n??{},url:`/api/community/publishContent`,method:`POST`,data:t})}async function n(t,n){return e.request({...n??{},url:`/api/community/getContentInfo`,method:`GET`,params:t})}async function ee(t,n){return e.request({...n??{},url:`/api/community/getContentList`,method:`GET`,params:t})}async function te(t,n){return e.request({...n??{},url:`/api/community/deleteContent`,method:`POST`,data:t})}async function r(t,n){return e.request({...n??{},url:`/api/community/updateContent`,method:`POST`,data:t})}async function i(t,n){return e.request({...n??{},url:`/api/community/createCollection`,method:`POST`,data:t})}async function a(t,n){return e.request({...n??{},url:`/api/community/getCollectionInfo`,method:`GET`,params:t})}async function o(t,n){return e.request({...n??{},url:`/api/community/getUserCollections`,method:`GET`,params:t})}async function s(t,n){return e.request({...n??{},url:`/api/community/addContentToCollection`,method:`POST`,data:t})}async function c(t,n){return e.request({...n??{},url:`/api/community/deleteCollection`,method:`POST`,data:t})}async function l(t,n){return e.request({...n??{},url:`/api/community/subscribeCollection`,method:`POST`,data:t})}async function u(t,n){return e.request({...n??{},url:`/api/community/getSubscribedCollections`,method:`GET`,params:t})}async function d(t,n){return e.request({...n??{},url:`/api/community/updateCollection`,method:`POST`,data:t})}async function f(t,n){return e.request({...n??{},url:`/api/community/removeContentFromCollection`,method:`POST`,data:t})}async function p(t,n){return e.request({...n??{},url:`/api/community/moveCollectionContent`,method:`POST`,data:t})}async function m(t,n){return e.request({...n??{},url:`/api/community/uploadMedia`,method:`POST`,data:t})}async function h(t,n){return e.request({...n??{},url:`/api/community/getUploadPresignedURL`,method:`POST`,data:t})}async function g(t,n){return e.request({...n??{},url:`/api/community/createComment`,method:`POST`,data:t})}async function _(t,n){return e.request({...n??{},url:`/api/community/getComments`,method:`GET`,params:t})}async function v(t,n){return e.request({...n??{},url:`/api/community/deleteComment`,method:`POST`,data:t})}async function y(t,n){return e.request({...n??{},url:`/api/community/likeComment`,method:`POST`,data:t})}async function b(t,n){return e.request({...n??{},url:`/api/community/dislikeComment`,method:`POST`,data:t})}async function x(t,n){return e.request({...n??{},url:`/api/community/shareContent`,method:`POST`,data:t})}async function S(t,n){return e.request({...n??{},url:`/api/community/searchCurAccountFollowingUsersInfo`,method:`POST`,data:t})}async function C(t,n){return e.request({...n??{},url:`/api/community/getHotContentList`,method:`GET`,params:t})}async function w(t,n){return e.request({...n??{},url:`/api/community/batchDeleteCollection`,method:`POST`,data:t})}async function T(t,n){return e.request({...n??{},url:`/api/content/getVideoDetailByApi`,method:`GET`,params:t})}async function E(t,n){return e.request({...n??{},url:`/api/content/getVideoDetail`,method:`GET`,params:t})}async function D(t,n){return e.request({...n??{},url:`/api/content/getRecommendSearchList`,method:`GET`,params:t})}async function O(t,n){return e.request({...n??{},url:`/api/content/getHotVideoList`,method:`GET`,params:t})}async function k(t,n){return e.request({...n??{},url:`/api/content/getRecommendVideoList`,method:`GET`,params:t})}async function A(t,n){return e.request({...n??{},url:`/api/content/getAppChannels`,method:`GET`,params:t})}async function j(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlock`,method:`GET`,params:t})}async function M(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlockData`,method:`GET`,params:t})}async function N(t,n){return e.request({...n??{},url:`/api/content/getNewstVideoList`,method:`POST`,data:t})}async function P(t,n){return e.request({...n??{},url:`/api/content/getPopularVideoList`,method:`POST`,data:t})}async function F(t,n){return e.request({...n??{},url:`/api/content/listVisibleFloatingBall`,method:`GET`,params:t})}async function I(t,n){return e.request({...n??{},url:`/api/content/getGuessYouLikeVideos`,method:`GET`,params:t})}async function L(t,n){return e.request({...n??{},url:`/api/content/getAdvertiseByCode`,method:`GET`,params:t})}async function R(t){return e.request({...t??{},url:`/api/content/getAppComponent`,method:`GET`})}async function z(t,n){return e.request({...n??{},url:`/api/content/batchGetVideoDetail`,method:`POST`,data:t})}async function B(t,n){return e.request({...n??{},url:`/api/content/getTopRatedVideoList`,method:`POST`,data:t})}async function V(t,n){return e.request({...n??{},url:`/api/content/getSeoConfig`,method:`GET`,params:t})}async function H(t,n){return e.request({...n??{},url:`/api/content/matchAds`,method:`POST`,data:t})}async function U(t,n){return e.request({...n??{},url:`/api/content/processM3u8`,method:`GET`,params:t})}async function W(t,n){return e.request({...n??{},url:`/api/interaction/like`,method:`POST`,data:t})}async function G(t,n){return e.request({...n??{},url:`/api/interaction/dislike`,method:`POST`,data:t})}async function K(t,n){return e.request({...n??{},url:`/api/interaction/cancelLike`,method:`POST`,data:t})}async function q(t,n){return e.request({...n??{},url:`/api/interaction/cancelDislike`,method:`POST`,data:t})}async function J(t,n){return e.request({...n??{},url:`/api/interaction/getLikeList`,method:`GET`,params:t})}async function Y(t,n){return e.request({...n??{},url:`/api/interaction/getDislikeList`,method:`GET`,params:t})}async function X(t,n){return e.request({...n??{},url:`/api/interaction/getContentLikeList`,method:`GET`,params:t})}async function Z(t,n){return e.request({...n??{},url:`/api/interaction/getContentDislikeList`,method:`GET`,params:t})}async function Q(t,n){return e.request({...n??{},url:`/api/interaction/unifiedBatchLikeDislike`,method:`POST`,data:t})}async function ne(t,n){return e.request({...n??{},url:`/api/interaction/likeComment`,method:`POST`,data:t})}async function re(t,n){return e.request({...n??{},url:`/api/interaction/dislikeComment`,method:`POST`,data:t})}async function ie(t,n){return e.request({...n??{},url:`/api/interaction/batchGetCommentLikeStatus`,method:`POST`,data:t})}async function ae(t,n){return e.request({...n??{},url:`/api/interaction/browse`,method:`POST`,data:t})}async function oe(t,n){return e.request({...n??{},url:`/api/interaction/getBrowseList`,method:`GET`,params:t})}async function $(t,n){return e.request({...n??{},url:`/api/interaction/deleteBrowseRecord`,method:`POST`,data:t})}async function se(t,n){return e.request({...n??{},url:`/api/interaction/clearBrowseHistory`,method:`POST`,data:t})}async function ce(t,n){return e.request({...n??{},url:`/api/interaction/batchClearBrowse`,method:`POST`,data:t})}async function le(t,n){return e.request({...n??{},url:`/api/interaction/createFolder`,method:`POST`,data:t})}async function ue(t,n){return e.request({...n??{},url:`/api/interaction/updateFolder`,method:`POST`,data:t})}async function de(t,n){return e.request({...n??{},url:`/api/interaction/deleteFolder`,method:`POST`,data:t})}async function fe(t,n){return e.request({...n??{},url:`/api/interaction/listFolders`,method:`GET`,params:t})}async function pe(t,n){return e.request({...n??{},url:`/api/interaction/getFolder`,method:`GET`,params:t})}async function me(t,n){return e.request({...n??{},url:`/api/interaction/getFolderStats`,method:`GET`,params:t})}async function he(t,n){return e.request({...n??{},url:`/api/interaction/addCollect`,method:`POST`,data:t})}async function ge(t,n){return e.request({...n??{},url:`/api/interaction/removeCollect`,method:`POST`,data:t})}async function _e(t,n){return e.request({...n??{},url:`/api/interaction/listCollects`,method:`GET`,params:t})}async function ve(t,n){return e.request({...n??{},url:`/api/interaction/moveCollects`,method:`POST`,data:t})}async function ye(t,n){return e.request({...n??{},url:`/api/interaction/checkCollect`,method:`POST`,data:t})}async function be(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteCollects`,method:`POST`,data:t})}async function xe(t,n){return e.request({...n??{},url:`/api/interaction/batchQueryContentInteractions`,method:`POST`,data:t})}async function Se(t,n){return e.request({...n??{},url:`/api/interaction/batchGetLikeStatus`,method:`POST`,data:t})}async function Ce(t,n){return e.request({...n??{},url:`/api/interaction/follow`,method:`POST`,data:t})}async function we(t,n){return e.request({...n??{},url:`/api/interaction/unfollow`,method:`POST`,data:t})}async function Te(t,n){return e.request({...n??{},url:`/api/interaction/checkFollow`,method:`POST`,data:t})}async function Ee(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingList`,method:`GET`,params:t})}async function De(t,n){return e.request({...n??{},url:`/api/interaction/getFollowerList`,method:`GET`,params:t})}async function Oe(t,n){return e.request({...n??{},url:`/api/interaction/getFollowStats`,method:`GET`,params:t})}async function ke(t,n){return e.request({...n??{},url:`/api/interaction/batchGetFollowStats`,method:`POST`,data:t})}async function Ae(t,n){return e.request({...n??{},url:`/api/interaction/checkMutualFollow`,method:`GET`,params:t})}async function je(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingUserUpdates`,method:`GET`,params:t})}async function Me(t,n){return e.request({...n??{},url:`/api/interaction/updateFollowingContentUpdateTime`,method:`POST`,data:t})}async function Ne(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingContentList`,method:`GET`,params:t})}async function Pe(t,n){return e.request({...n??{},url:`/api/interaction/trackEventsBatch`,method:`POST`,data:t})}async function Fe(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteFolders`,method:`POST`,data:t})}async function Ie(t,n){return e.request({...n??{},url:`/api/user/getGuestIdentity`,method:`GET`,params:t})}async function Le(t,n){return e.request({...n??{},url:`/api/user/login`,method:`POST`,data:t})}async function Re(t,n){return e.request({...n??{},url:`/api/user/sendEmailCode`,method:`POST`,data:t})}async function ze(t,n){return e.request({...n??{},url:`/api/user/verifyEmailCode`,method:`POST`,data:t})}async function Be(t,n){return e.request({...n??{},url:`/api/user/register`,method:`POST`,data:t})}async function Ve(t,n){return e.request({...n??{},url:`/api/user/resetPassword`,method:`POST`,data:t})}async function He(t,n){return e.request({...n??{},url:`/api/user/sendResetPasswordEmailCode`,method:`POST`,data:t})}async function Ue(t,n){return e.request({...n??{},url:`/api/user/verifyResetPasswordEmailCode`,method:`POST`,data:t})}async function We(t,n){return e.request({...n??{},url:`/api/user/resetForgetPassword`,method:`POST`,data:t})}async function Ge(t,n){return e.request({...n??{},url:`/api/user/sendForgetEmailCode`,method:`POST`,data:t})}async function Ke(t,n){return e.request({...n??{},url:`/api/user/verifyForgetEmailCode`,method:`POST`,data:t})}async function qe(t,n){return e.request({...n??{},url:`/api/user/getUserInfo`,method:`GET`,params:t})}async function Je(t,n){return e.request({...n??{},url:`/api/user/getUserEditInfo`,method:`GET`,params:t})}async function Ye(t,n){return e.request({...n??{},url:`/api/user/editUserInfo`,method:`POST`,data:t})}async function Xe(t,n){return e.request({...n??{},url:`/api/user/userFeedback`,method:`POST`,data:t})}async function Ze(t,n){return e.request({...n??{},url:`/api/user/getUserPrivacySettings`,method:`GET`,params:t})}async function Qe(t,n){return e.request({...n??{},url:`/api/user/userPrivacySettings`,method:`POST`,data:t})}async function $e(t,n){return e.request({...n??{},url:`/api/user/uploadUserBgImage`,method:`POST`,data:t})}async function et(t,n){return e.request({...n??{},url:`/api/user/viewUserInfo`,method:`GET`,params:t})}async function tt(t,n){return e.request({...n??{},url:`/api/user/registerByVerifyEmailCode`,method:`POST`,data:t})}async function nt(t,n){return e.request({...n??{},url:`/api/commerce/createPayment`,method:`POST`,data:t})}async function rt(t,n){return e.request({...n??{},url:`/api/commerce/queryOrderResult`,method:`GET`,params:t})}async function it(t,n){return e.request({...n??{},url:`/api/commerce/getPaymentMethods`,method:`POST`,data:t})}async function at(t,n){return e.request({...n??{},url:`/api/commerce/paymentSuccessCallback`,method:`POST`,data:t})}async function ot(t,n){return e.request({...n??{},url:`/api/commerce/refundCallback`,method:`POST`,data:t})}export{rt as gCommerceQueryOrderResult,a as gCommunityGetCollectionInfo,_ as gCommunityGetComments,n as gCommunityGetContentInfo,ee as gCommunityGetContentList,C as gCommunityGetHotContentList,u as gCommunityGetSubscribedCollections,o as gCommunityGetUserCollections,L as gContentGetAdvertiseByCode,j as gContentGetAppChannelBlock,M as gContentGetAppChannelBlockData,A as gContentGetAppChannels,R as gContentGetAppComponent,I as gContentGetGuessYouLikeVideos,O as gContentGetHotVideoList,D as gContentGetRecommendSearchList,k as gContentGetRecommendVideoList,V as gContentGetSeoConfig,E as gContentGetVideoDetail,T as gContentGetVideoDetailByApi,F as gContentListVisibleFloatingBall,U as gContentProcessM3u8,Ae as gInteractionCheckMutualFollow,oe as gInteractionGetBrowseList,Z as gInteractionGetContentDislikeList,X as gInteractionGetContentLikeList,Y as gInteractionGetDislikeList,pe as gInteractionGetFolder,me as gInteractionGetFolderStats,Oe as gInteractionGetFollowStats,De as gInteractionGetFollowerList,Ne as gInteractionGetFollowingContentList,Ee as gInteractionGetFollowingList,je as gInteractionGetFollowingUserUpdates,J as gInteractionGetLikeList,_e as gInteractionListCollects,fe as gInteractionListFolders,Ie as gUserGetGuestIdentity,Je as gUserGetUserEditInfo,qe as gUserGetUserInfo,Ze as gUserGetUserPrivacySettings,et as gUserViewUserInfo,nt as pCommerceCreatePayment,it as pCommerceGetPaymentMethods,at as pCommercePaymentSuccessCallback,ot as pCommerceRefundCallback,s as pCommunityAddContentToCollection,w as pCommunityBatchDeleteCollection,i as pCommunityCreateCollection,g as pCommunityCreateComment,c as pCommunityDeleteCollection,v as pCommunityDeleteComment,te as pCommunityDeleteContent,b as pCommunityDislikeComment,h as pCommunityGetUploadPresignedURL,y as pCommunityLikeComment,p as pCommunityMoveCollectionContent,t as pCommunityPublishContent,f as pCommunityRemoveContentFromCollection,S as pCommunitySearchCurAccountFollowingUsersInfo,x as pCommunityShareContent,l as pCommunitySubscribeCollection,d as pCommunityUpdateCollection,r as pCommunityUpdateContent,m as pCommunityUploadMedia,z as pContentBatchGetVideoDetail,N as pContentGetNewstVideoList,P as pContentGetPopularVideoList,B as pContentGetTopRatedVideoList,H as pContentMatchAds,he as pInteractionAddCollect,ce as pInteractionBatchClearBrowse,be as pInteractionBatchDeleteCollects,Fe as pInteractionBatchDeleteFolders,ie as pInteractionBatchGetCommentLikeStatus,ke as pInteractionBatchGetFollowStats,Se as pInteractionBatchGetLikeStatus,xe as pInteractionBatchQueryContentInteractions,ae as pInteractionBrowse,q as pInteractionCancelDislike,K as pInteractionCancelLike,ye as pInteractionCheckCollect,Te as pInteractionCheckFollow,se as pInteractionClearBrowseHistory,le as pInteractionCreateFolder,$ as pInteractionDeleteBrowseRecord,de as pInteractionDeleteFolder,G as pInteractionDislike,re as pInteractionDislikeComment,Ce as pInteractionFollow,W as pInteractionLike,ne as pInteractionLikeComment,ve as pInteractionMoveCollects,ge as pInteractionRemoveCollect,Pe as pInteractionTrackEventsBatch,we as pInteractionUnfollow,Q as pInteractionUnifiedBatchLikeDislike,ue as pInteractionUpdateFolder,Me as pInteractionUpdateFollowingContentUpdateTime,Ye as pUserEditUserInfo,Le as pUserLogin,Be as pUserRegister,tt as pUserRegisterByVerifyEmailCode,We as pUserResetForgetPassword,Ve as pUserResetPassword,Re as pUserSendEmailCode,Ge as pUserSendForgetEmailCode,He as pUserSendResetPasswordEmailCode,$e as pUserUploadUserBgImage,Xe as pUserUserFeedback,Qe as pUserUserPrivacySettings,ze as pUserVerifyEmailCode,Ke as pUserVerifyForgetEmailCode,Ue as pUserVerifyResetPasswordEmailCode};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { GetApiCommerceQueryOrderResultQuery, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetSeoConfigQuery, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery,
|
|
2
|
+
import { GetApiCommerceQueryOrderResultQuery, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetSeoConfigQuery, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery, GetApiUserViewUserInfoQuery, PostApiCommerceCreatePaymentReqBody, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommerceRefundCallbackReqBody, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityBatchDeleteCollectionReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentBatchGetVideoDetailReqBody, PostApiContentGetNewstVideoListReqBody, PostApiContentGetPopularVideoListReqBody, PostApiContentGetTopRatedVideoListReqBody, PostApiContentMatchAdsReqBody, PostApiInteractionAddCollectReqBody, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBrowseReqBody, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelLikeReqBody, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckFollowReqBody, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionCreateFolderReqBody, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeReqBody, PostApiInteractionFollowReqBody, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeReqBody, PostApiInteractionMoveCollectsReqBody, PostApiInteractionRemoveCollectReqBody, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionUnfollowReqBody, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiUserEditUserInfoReqBody, PostApiUserLoginReqBody, PostApiUserRegisterByVerifyEmailCodeReqBody, 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
|
|
@@ -244,11 +244,6 @@ declare function gContentGetSeoConfigKey(query?: GetApiContentGetSeoConfigQuery,
|
|
|
244
244
|
* @returns TanStack Query Key
|
|
245
245
|
*/
|
|
246
246
|
declare function pContentMatchAdsKey(data: PostApiContentMatchAdsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentMatchAdsReqBody>];
|
|
247
|
-
/**
|
|
248
|
-
* 最热视频列表(按play_count排序,游标分页)
|
|
249
|
-
* @returns TanStack Query Key
|
|
250
|
-
*/
|
|
251
|
-
declare function pContentGetMostPlayedVideoListKey(data: PostApiContentGetMostPlayedVideoListReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentGetMostPlayedVideoListReqBody>];
|
|
252
247
|
/**
|
|
253
248
|
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
254
249
|
* @returns TanStack Query Key
|
|
@@ -574,11 +569,6 @@ declare function gUserViewUserInfoKey(query?: GetApiUserViewUserInfoQuery, confi
|
|
|
574
569
|
* @returns TanStack Query Key
|
|
575
570
|
*/
|
|
576
571
|
declare function pUserRegisterByVerifyEmailCodeKey(data: PostApiUserRegisterByVerifyEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserRegisterByVerifyEmailCodeReqBody>];
|
|
577
|
-
/**
|
|
578
|
-
* 获取访客权限配置
|
|
579
|
-
* @returns TanStack Query Key
|
|
580
|
-
*/
|
|
581
|
-
declare function gUserGetVisitorPermissionConfigKey(query?: GetApiUserGetVisitorPermissionConfigQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserGetVisitorPermissionConfigQuery, unknown>];
|
|
582
572
|
/**
|
|
583
573
|
* 发起支付
|
|
584
574
|
* @returns TanStack Query Key
|
|
@@ -605,4 +595,4 @@ declare function pCommercePaymentSuccessCallbackKey(data: PostApiCommercePayment
|
|
|
605
595
|
*/
|
|
606
596
|
declare function pCommerceRefundCallbackKey(data: PostApiCommerceRefundCallbackReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommerceRefundCallbackReqBody>];
|
|
607
597
|
//#endregion
|
|
608
|
-
export { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey,
|
|
598
|
+
export { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommerceCreatePaymentKey, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallbackKey, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pContentMatchAdsKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFoldersKey, 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 };
|
|
@@ -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(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityBatchDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gContentGetVideoDetailByApi`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`pContentGetNewstVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`pContentGetPopularVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetGuessYouLikeVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function z(t,n){return e(`pContentBatchGetVideoDetail`,{body:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`pContentGetTopRatedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetSeoConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pContentMatchAds`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`pContentGetMostPlayedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(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 _e(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`pInteractionBatchDeleteFolders`,{body:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pUserRegisterByVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gUserGetVisitorPermissionConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pCommerceCreatePayment`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`gCommerceQueryOrderResult`,{query:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pCommerceGetPaymentMethods`,{body:t,headers:n?.headers},void 0,n?.tags)}function st(t,n){return e(`pCommercePaymentSuccessCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}function ct(t,n){return e(`pCommerceRefundCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,at as gCommerceQueryOrderResultKey,a as gCommunityGetCollectionInfoKey,_ as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,r as gCommunityGetContentListKey,C as gCommunityGetHotContentListKey,u as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollectionsKey,L as gContentGetAdvertiseByCodeKey,M as gContentGetAppChannelBlockDataKey,j as gContentGetAppChannelBlockKey,A as gContentGetAppChannelsKey,R as gContentGetAppComponentKey,I as gContentGetGuessYouLikeVideosKey,O as gContentGetHotVideoListKey,D as gContentGetRecommendSearchListKey,k as gContentGetRecommendVideoListKey,V as gContentGetSeoConfigKey,T as gContentGetVideoDetailByApiKey,E as gContentGetVideoDetailKey,F as gContentListVisibleFloatingBallKey,W as gContentProcessM3u8Key,Me as gInteractionCheckMutualFollowKey,se as gInteractionGetBrowseListKey,Q as gInteractionGetContentDislikeListKey,Z as gInteractionGetContentLikeListKey,X as gInteractionGetDislikeListKey,he as gInteractionGetFolderKey,ge as gInteractionGetFolderStatsKey,Ae as gInteractionGetFollowStatsKey,ke as gInteractionGetFollowerListKey,Fe as gInteractionGetFollowingContentListKey,Oe as gInteractionGetFollowingListKey,Ne as gInteractionGetFollowingUserUpdatesKey,Y as gInteractionGetLikeListKey,ye as gInteractionListCollectsKey,me as gInteractionListFoldersKey,Re as gUserGetGuestIdentityKey,Ye as gUserGetUserEditInfoKey,$ as gUserGetUserInfoKey,Qe as gUserGetUserPrivacySettingsKey,rt as gUserGetVisitorPermissionConfigKey,tt as gUserViewUserInfoKey,it as pCommerceCreatePaymentKey,ot as pCommerceGetPaymentMethodsKey,st as pCommercePaymentSuccessCallbackKey,ct as pCommerceRefundCallbackKey,s as pCommunityAddContentToCollectionKey,w as pCommunityBatchDeleteCollectionKey,te as pCommunityCreateCollectionKey,g as pCommunityCreateCommentKey,c as pCommunityDeleteCollectionKey,v as pCommunityDeleteCommentKey,i as pCommunityDeleteContentKey,b as pCommunityDislikeCommentKey,h as pCommunityGetUploadPresignedURLKey,y as pCommunityLikeCommentKey,p as pCommunityMoveCollectionContentKey,t as pCommunityPublishContentKey,f as pCommunityRemoveContentFromCollectionKey,S as pCommunitySearchCurAccountFollowingUsersInfoKey,x as pCommunityShareContentKey,l as pCommunitySubscribeCollectionKey,d as pCommunityUpdateCollectionKey,ee as pCommunityUpdateContentKey,m as pCommunityUploadMediaKey,z as pContentBatchGetVideoDetailKey,U as pContentGetMostPlayedVideoListKey,N as pContentGetNewstVideoListKey,P as pContentGetPopularVideoListKey,B as pContentGetTopRatedVideoListKey,H as pContentMatchAdsKey,_e as pInteractionAddCollectKey,ue as pInteractionBatchClearBrowseKey,Se as pInteractionBatchDeleteCollectsKey,Le as pInteractionBatchDeleteFoldersKey,ae as pInteractionBatchGetCommentLikeStatusKey,je as pInteractionBatchGetFollowStatsKey,we as pInteractionBatchGetLikeStatusKey,Ce as pInteractionBatchQueryContentInteractionsKey,oe as pInteractionBrowseKey,J as pInteractionCancelDislikeKey,q as pInteractionCancelLikeKey,xe as pInteractionCheckCollectKey,De as pInteractionCheckFollowKey,le as pInteractionClearBrowseHistoryKey,de as pInteractionCreateFolderKey,ce as pInteractionDeleteBrowseRecordKey,pe as pInteractionDeleteFolderKey,ie as pInteractionDislikeCommentKey,K as pInteractionDislikeKey,Te as pInteractionFollowKey,re as pInteractionLikeCommentKey,G as pInteractionLikeKey,be as pInteractionMoveCollectsKey,ve as pInteractionRemoveCollectKey,Ie as pInteractionTrackEventsBatchKey,Ee as pInteractionUnfollowKey,ne as pInteractionUnifiedBatchLikeDislikeKey,fe as pInteractionUpdateFolderKey,Pe as pInteractionUpdateFollowingContentUpdateTimeKey,Xe as pUserEditUserInfoKey,ze as pUserLoginKey,nt as pUserRegisterByVerifyEmailCodeKey,He as pUserRegisterKey,Ke as pUserResetForgetPasswordKey,Ue as pUserResetPasswordKey,Be as pUserSendEmailCodeKey,qe as pUserSendForgetEmailCodeKey,We as pUserSendResetPasswordEmailCodeKey,et as pUserUploadUserBgImageKey,Ze as pUserUserFeedbackKey,$e as pUserUserPrivacySettingsKey,Ve as pUserVerifyEmailCodeKey,Je as pUserVerifyForgetEmailCodeKey,Ge 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(`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(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityBatchDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gContentGetVideoDetailByApi`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`pContentGetNewstVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`pContentGetPopularVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetGuessYouLikeVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function z(t,n){return e(`pContentBatchGetVideoDetail`,{body:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`pContentGetTopRatedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetSeoConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pContentMatchAds`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function me(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 ge(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(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 be(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionBatchDeleteFolders`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`pUserRegisterByVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pCommerceCreatePayment`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gCommerceQueryOrderResult`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pCommerceGetPaymentMethods`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`pCommercePaymentSuccessCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pCommerceRefundCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,rt as gCommerceQueryOrderResultKey,a as gCommunityGetCollectionInfoKey,_ as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,r as gCommunityGetContentListKey,C as gCommunityGetHotContentListKey,u as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollectionsKey,L as gContentGetAdvertiseByCodeKey,M as gContentGetAppChannelBlockDataKey,j as gContentGetAppChannelBlockKey,A as gContentGetAppChannelsKey,R as gContentGetAppComponentKey,I as gContentGetGuessYouLikeVideosKey,O as gContentGetHotVideoListKey,D as gContentGetRecommendSearchListKey,k as gContentGetRecommendVideoListKey,V as gContentGetSeoConfigKey,T as gContentGetVideoDetailByApiKey,E as gContentGetVideoDetailKey,F as gContentListVisibleFloatingBallKey,U as gContentProcessM3u8Key,je as gInteractionCheckMutualFollowKey,oe as gInteractionGetBrowseListKey,Z as gInteractionGetContentDislikeListKey,X as gInteractionGetContentLikeListKey,Y as gInteractionGetDislikeListKey,me as gInteractionGetFolderKey,he as gInteractionGetFolderStatsKey,ke as gInteractionGetFollowStatsKey,Oe as gInteractionGetFollowerListKey,Pe as gInteractionGetFollowingContentListKey,De as gInteractionGetFollowingListKey,Me as gInteractionGetFollowingUserUpdatesKey,J as gInteractionGetLikeListKey,ve as gInteractionListCollectsKey,pe as gInteractionListFoldersKey,Le as gUserGetGuestIdentityKey,$ as gUserGetUserEditInfoKey,Je as gUserGetUserInfoKey,Ze as gUserGetUserPrivacySettingsKey,et as gUserViewUserInfoKey,nt as pCommerceCreatePaymentKey,it as pCommerceGetPaymentMethodsKey,at as pCommercePaymentSuccessCallbackKey,ot as pCommerceRefundCallbackKey,s as pCommunityAddContentToCollectionKey,w as pCommunityBatchDeleteCollectionKey,te as pCommunityCreateCollectionKey,g as pCommunityCreateCommentKey,c as pCommunityDeleteCollectionKey,v as pCommunityDeleteCommentKey,i as pCommunityDeleteContentKey,b as pCommunityDislikeCommentKey,h as pCommunityGetUploadPresignedURLKey,y as pCommunityLikeCommentKey,p as pCommunityMoveCollectionContentKey,t as pCommunityPublishContentKey,f as pCommunityRemoveContentFromCollectionKey,S as pCommunitySearchCurAccountFollowingUsersInfoKey,x as pCommunityShareContentKey,l as pCommunitySubscribeCollectionKey,d as pCommunityUpdateCollectionKey,ee as pCommunityUpdateContentKey,m as pCommunityUploadMediaKey,z as pContentBatchGetVideoDetailKey,N as pContentGetNewstVideoListKey,P as pContentGetPopularVideoListKey,B as pContentGetTopRatedVideoListKey,H as pContentMatchAdsKey,ge as pInteractionAddCollectKey,le as pInteractionBatchClearBrowseKey,xe as pInteractionBatchDeleteCollectsKey,Ie as pInteractionBatchDeleteFoldersKey,ie as pInteractionBatchGetCommentLikeStatusKey,Ae as pInteractionBatchGetFollowStatsKey,Ce as pInteractionBatchGetLikeStatusKey,Se as pInteractionBatchQueryContentInteractionsKey,ae as pInteractionBrowseKey,q as pInteractionCancelDislikeKey,K as pInteractionCancelLikeKey,be as pInteractionCheckCollectKey,Ee as pInteractionCheckFollowKey,ce as pInteractionClearBrowseHistoryKey,ue as pInteractionCreateFolderKey,se as pInteractionDeleteBrowseRecordKey,fe as pInteractionDeleteFolderKey,re as pInteractionDislikeCommentKey,G as pInteractionDislikeKey,we as pInteractionFollowKey,ne as pInteractionLikeCommentKey,W as pInteractionLikeKey,ye as pInteractionMoveCollectsKey,_e as pInteractionRemoveCollectKey,Fe as pInteractionTrackEventsBatchKey,Te as pInteractionUnfollowKey,Q as pInteractionUnifiedBatchLikeDislikeKey,de as pInteractionUpdateFolderKey,Ne as pInteractionUpdateFollowingContentUpdateTimeKey,Ye as pUserEditUserInfoKey,Re as pUserLoginKey,tt as pUserRegisterByVerifyEmailCodeKey,Ve as pUserRegisterKey,Ge as pUserResetForgetPasswordKey,He as pUserResetPasswordKey,ze as pUserSendEmailCodeKey,Ke as pUserSendForgetEmailCodeKey,Ue as pUserSendResetPasswordEmailCodeKey,$e as pUserUploadUserBgImageKey,Xe as pUserUserFeedbackKey,Qe as pUserUserPrivacySettingsKey,Be as pUserVerifyEmailCodeKey,qe as pUserVerifyForgetEmailCodeKey,We as pUserVerifyResetPasswordEmailCodeKey};
|
package/dist/service.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, pContentAdsMatch, pContentAdsMatchKey } from "./service/advertisement.mjs";
|
|
3
|
-
import { gCommerceQueryOrderResult, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetSeoConfig, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings,
|
|
4
|
-
import { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey,
|
|
3
|
+
import { gCommerceQueryOrderResult, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetSeoConfig, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommerceCreatePayment, pCommerceGetPaymentMethods, pCommercePaymentSuccessCallback, pCommerceRefundCallback, pCommunityAddContentToCollection, pCommunityBatchDeleteCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pContentMatchAds, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchDeleteFolders, 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";
|
|
4
|
+
import { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommerceCreatePaymentKey, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallbackKey, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pContentMatchAdsKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFoldersKey, 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";
|
|
5
5
|
import { pUserRegisterByVerifyEmailCodeCompat } from "./service/register-by-verify-email-code.mjs";
|
|
6
|
-
export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, createQueryKey, gCommerceQueryOrderResult, gCommerceQueryOrderResultKey, 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, gContentGetSeoConfig, gContentGetSeoConfigKey, 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,
|
|
6
|
+
export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, createQueryKey, gCommerceQueryOrderResult, gCommerceQueryOrderResultKey, 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, gContentGetSeoConfig, gContentGetSeoConfigKey, 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, pCommerceCreatePayment, pCommerceCreatePaymentKey, pCommerceGetPaymentMethods, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallback, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallback, pCommerceRefundCallbackKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollection, pCommunityBatchDeleteCollectionKey, 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, pContentMatchAds, pContentMatchAdsKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFolders, pInteractionBatchDeleteFoldersKey, 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{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{gCommerceQueryOrderResult as n,gCommunityGetCollectionInfo as r,gCommunityGetComments as i,gCommunityGetContentInfo as a,gCommunityGetContentList as o,gCommunityGetHotContentList as s,gCommunityGetSubscribedCollections as c,gCommunityGetUserCollections as l,gContentGetAdvertiseByCode as u,gContentGetAppChannelBlock as d,gContentGetAppChannelBlockData as f,gContentGetAppChannels as p,gContentGetAppComponent as m,gContentGetGuessYouLikeVideos as h,gContentGetHotVideoList as g,gContentGetRecommendSearchList as _,gContentGetRecommendVideoList as v,gContentGetSeoConfig as y,gContentGetVideoDetail as b,gContentGetVideoDetailByApi as x,gContentListVisibleFloatingBall as S,gContentProcessM3u8 as C,gInteractionCheckMutualFollow as w,gInteractionGetBrowseList as T,gInteractionGetContentDislikeList as E,gInteractionGetContentLikeList as D,gInteractionGetDislikeList as O,gInteractionGetFolder as k,gInteractionGetFolderStats as A,gInteractionGetFollowStats as j,gInteractionGetFollowerList as M,gInteractionGetFollowingContentList as N,gInteractionGetFollowingList as P,gInteractionGetFollowingUserUpdates as F,gInteractionGetLikeList as I,gInteractionListCollects as L,gInteractionListFolders as R,gUserGetGuestIdentity as z,gUserGetUserEditInfo as B,gUserGetUserInfo as V,gUserGetUserPrivacySettings as H,gUserGetVisitorPermissionConfig as U,gUserViewUserInfo as W,pCommerceCreatePayment as G,pCommerceGetPaymentMethods as K,pCommercePaymentSuccessCallback as q,pCommerceRefundCallback as J,pCommunityAddContentToCollection as Y,pCommunityBatchDeleteCollection as X,pCommunityCreateCollection as Z,pCommunityCreateComment as Q,pCommunityDeleteCollection as $,pCommunityDeleteComment as ee,pCommunityDeleteContent as te,pCommunityDislikeComment as ne,pCommunityGetUploadPresignedURL as re,pCommunityLikeComment as ie,pCommunityMoveCollectionContent as ae,pCommunityPublishContent as oe,pCommunityRemoveContentFromCollection as se,pCommunitySearchCurAccountFollowingUsersInfo as ce,pCommunityShareContent as le,pCommunitySubscribeCollection as ue,pCommunityUpdateCollection as de,pCommunityUpdateContent as fe,pCommunityUploadMedia as pe,pContentBatchGetVideoDetail as me,pContentGetMostPlayedVideoList as he,pContentGetNewstVideoList as ge,pContentGetPopularVideoList as _e,pContentGetTopRatedVideoList as ve,pContentMatchAds as ye,pInteractionAddCollect as be,pInteractionBatchClearBrowse as xe,pInteractionBatchDeleteCollects as Se,pInteractionBatchDeleteFolders as Ce,pInteractionBatchGetCommentLikeStatus as we,pInteractionBatchGetFollowStats as Te,pInteractionBatchGetLikeStatus as Ee,pInteractionBatchQueryContentInteractions as De,pInteractionBrowse as Oe,pInteractionCancelDislike as ke,pInteractionCancelLike as Ae,pInteractionCheckCollect as je,pInteractionCheckFollow as Me,pInteractionClearBrowseHistory as Ne,pInteractionCreateFolder as Pe,pInteractionDeleteBrowseRecord as Fe,pInteractionDeleteFolder as Ie,pInteractionDislike as Le,pInteractionDislikeComment as Re,pInteractionFollow as ze,pInteractionLike as Be,pInteractionLikeComment as Ve,pInteractionMoveCollects as He,pInteractionRemoveCollect as Ue,pInteractionTrackEventsBatch as We,pInteractionUnfollow as Ge,pInteractionUnifiedBatchLikeDislike as Ke,pInteractionUpdateFolder as qe,pInteractionUpdateFollowingContentUpdateTime as Je,pUserEditUserInfo as Ye,pUserLogin as Xe,pUserRegister as Ze,pUserRegisterByVerifyEmailCode as Qe,pUserResetForgetPassword as $e,pUserResetPassword as et,pUserSendEmailCode as tt,pUserSendForgetEmailCode as nt,pUserSendResetPasswordEmailCode as rt,pUserUploadUserBgImage as it,pUserUserFeedback as at,pUserUserPrivacySettings as ot,pUserVerifyEmailCode as st,pUserVerifyForgetEmailCode as ct,pUserVerifyResetPasswordEmailCode as lt}from"./service/generated/client.mjs";import{createQueryKey as ut,gCommerceQueryOrderResultKey as dt,gCommunityGetCollectionInfoKey as ft,gCommunityGetCommentsKey as pt,gCommunityGetContentInfoKey as mt,gCommunityGetContentListKey as ht,gCommunityGetHotContentListKey as gt,gCommunityGetSubscribedCollectionsKey as _t,gCommunityGetUserCollectionsKey as vt,gContentGetAdvertiseByCodeKey as yt,gContentGetAppChannelBlockDataKey as bt,gContentGetAppChannelBlockKey as xt,gContentGetAppChannelsKey as St,gContentGetAppComponentKey as Ct,gContentGetGuessYouLikeVideosKey as wt,gContentGetHotVideoListKey as Tt,gContentGetRecommendSearchListKey as Et,gContentGetRecommendVideoListKey as Dt,gContentGetSeoConfigKey as Ot,gContentGetVideoDetailByApiKey as kt,gContentGetVideoDetailKey as At,gContentListVisibleFloatingBallKey as jt,gContentProcessM3u8Key as Mt,gInteractionCheckMutualFollowKey as Nt,gInteractionGetBrowseListKey as Pt,gInteractionGetContentDislikeListKey as Ft,gInteractionGetContentLikeListKey as It,gInteractionGetDislikeListKey as Lt,gInteractionGetFolderKey as Rt,gInteractionGetFolderStatsKey as zt,gInteractionGetFollowStatsKey as Bt,gInteractionGetFollowerListKey as Vt,gInteractionGetFollowingContentListKey as Ht,gInteractionGetFollowingListKey as Ut,gInteractionGetFollowingUserUpdatesKey as Wt,gInteractionGetLikeListKey as Gt,gInteractionListCollectsKey as Kt,gInteractionListFoldersKey as qt,gUserGetGuestIdentityKey as Jt,gUserGetUserEditInfoKey as Yt,gUserGetUserInfoKey as Xt,gUserGetUserPrivacySettingsKey as Zt,gUserGetVisitorPermissionConfigKey as Qt,gUserViewUserInfoKey as $t,pCommerceCreatePaymentKey as en,pCommerceGetPaymentMethodsKey as tn,pCommercePaymentSuccessCallbackKey as nn,pCommerceRefundCallbackKey as rn,pCommunityAddContentToCollectionKey as an,pCommunityBatchDeleteCollectionKey as on,pCommunityCreateCollectionKey as sn,pCommunityCreateCommentKey as cn,pCommunityDeleteCollectionKey as ln,pCommunityDeleteCommentKey as un,pCommunityDeleteContentKey as dn,pCommunityDislikeCommentKey as fn,pCommunityGetUploadPresignedURLKey as pn,pCommunityLikeCommentKey as mn,pCommunityMoveCollectionContentKey as hn,pCommunityPublishContentKey as gn,pCommunityRemoveContentFromCollectionKey as _n,pCommunitySearchCurAccountFollowingUsersInfoKey as vn,pCommunityShareContentKey as yn,pCommunitySubscribeCollectionKey as bn,pCommunityUpdateCollectionKey as xn,pCommunityUpdateContentKey as Sn,pCommunityUploadMediaKey as Cn,pContentBatchGetVideoDetailKey as wn,pContentGetMostPlayedVideoListKey as Tn,pContentGetNewstVideoListKey as En,pContentGetPopularVideoListKey as Dn,pContentGetTopRatedVideoListKey as On,pContentMatchAdsKey as kn,pInteractionAddCollectKey as An,pInteractionBatchClearBrowseKey as jn,pInteractionBatchDeleteCollectsKey as Mn,pInteractionBatchDeleteFoldersKey as Nn,pInteractionBatchGetCommentLikeStatusKey as Pn,pInteractionBatchGetFollowStatsKey as Fn,pInteractionBatchGetLikeStatusKey as In,pInteractionBatchQueryContentInteractionsKey as Ln,pInteractionBrowseKey as Rn,pInteractionCancelDislikeKey as zn,pInteractionCancelLikeKey as Bn,pInteractionCheckCollectKey as Vn,pInteractionCheckFollowKey as Hn,pInteractionClearBrowseHistoryKey as Un,pInteractionCreateFolderKey as Wn,pInteractionDeleteBrowseRecordKey as Gn,pInteractionDeleteFolderKey as Kn,pInteractionDislikeCommentKey as qn,pInteractionDislikeKey as Jn,pInteractionFollowKey as Yn,pInteractionLikeCommentKey as Xn,pInteractionLikeKey as Zn,pInteractionMoveCollectsKey as Qn,pInteractionRemoveCollectKey as $n,pInteractionTrackEventsBatchKey as er,pInteractionUnfollowKey as tr,pInteractionUnifiedBatchLikeDislikeKey as nr,pInteractionUpdateFolderKey as rr,pInteractionUpdateFollowingContentUpdateTimeKey as ir,pUserEditUserInfoKey as ar,pUserLoginKey as or,pUserRegisterByVerifyEmailCodeKey as sr,pUserRegisterKey as cr,pUserResetForgetPasswordKey as lr,pUserResetPasswordKey as ur,pUserSendEmailCodeKey as dr,pUserSendForgetEmailCodeKey as fr,pUserSendResetPasswordEmailCodeKey as pr,pUserUploadUserBgImageKey as mr,pUserUserFeedbackKey as hr,pUserUserPrivacySettingsKey as gr,pUserVerifyEmailCodeKey as _r,pUserVerifyForgetEmailCodeKey as vr,pUserVerifyResetPasswordEmailCodeKey as yr}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as br}from"./service/register-by-verify-email-code.mjs";export{ut as createQueryKey,n as gCommerceQueryOrderResult,dt as gCommerceQueryOrderResultKey,r as gCommunityGetCollectionInfo,ft as gCommunityGetCollectionInfoKey,i as gCommunityGetComments,pt as gCommunityGetCommentsKey,a as gCommunityGetContentInfo,mt as gCommunityGetContentInfoKey,o as gCommunityGetContentList,ht as gCommunityGetContentListKey,s as gCommunityGetHotContentList,gt as gCommunityGetHotContentListKey,c as gCommunityGetSubscribedCollections,_t as gCommunityGetSubscribedCollectionsKey,l as gCommunityGetUserCollections,vt as gCommunityGetUserCollectionsKey,u as gContentGetAdvertiseByCode,yt as gContentGetAdvertiseByCodeKey,d as gContentGetAppChannelBlock,f as gContentGetAppChannelBlockData,bt as gContentGetAppChannelBlockDataKey,xt as gContentGetAppChannelBlockKey,p as gContentGetAppChannels,St as gContentGetAppChannelsKey,m as gContentGetAppComponent,Ct as gContentGetAppComponentKey,h as gContentGetGuessYouLikeVideos,wt as gContentGetGuessYouLikeVideosKey,g as gContentGetHotVideoList,Tt as gContentGetHotVideoListKey,_ as gContentGetRecommendSearchList,Et as gContentGetRecommendSearchListKey,v as gContentGetRecommendVideoList,Dt as gContentGetRecommendVideoListKey,y as gContentGetSeoConfig,Ot as gContentGetSeoConfigKey,b as gContentGetVideoDetail,x as gContentGetVideoDetailByApi,kt as gContentGetVideoDetailByApiKey,At as gContentGetVideoDetailKey,S as gContentListVisibleFloatingBall,jt as gContentListVisibleFloatingBallKey,C as gContentProcessM3u8,Mt as gContentProcessM3u8Key,w as gInteractionCheckMutualFollow,Nt as gInteractionCheckMutualFollowKey,T as gInteractionGetBrowseList,Pt as gInteractionGetBrowseListKey,E as gInteractionGetContentDislikeList,Ft as gInteractionGetContentDislikeListKey,D as gInteractionGetContentLikeList,It as gInteractionGetContentLikeListKey,O as gInteractionGetDislikeList,Lt as gInteractionGetDislikeListKey,k as gInteractionGetFolder,Rt as gInteractionGetFolderKey,A as gInteractionGetFolderStats,zt as gInteractionGetFolderStatsKey,j as gInteractionGetFollowStats,Bt as gInteractionGetFollowStatsKey,M as gInteractionGetFollowerList,Vt as gInteractionGetFollowerListKey,N as gInteractionGetFollowingContentList,Ht as gInteractionGetFollowingContentListKey,P as gInteractionGetFollowingList,Ut as gInteractionGetFollowingListKey,F as gInteractionGetFollowingUserUpdates,Wt as gInteractionGetFollowingUserUpdatesKey,I as gInteractionGetLikeList,Gt as gInteractionGetLikeListKey,L as gInteractionListCollects,Kt as gInteractionListCollectsKey,R as gInteractionListFolders,qt as gInteractionListFoldersKey,z as gUserGetGuestIdentity,Jt as gUserGetGuestIdentityKey,B as gUserGetUserEditInfo,Yt as gUserGetUserEditInfoKey,V as gUserGetUserInfo,Xt as gUserGetUserInfoKey,H as gUserGetUserPrivacySettings,Zt as gUserGetUserPrivacySettingsKey,U as gUserGetVisitorPermissionConfig,Qt as gUserGetVisitorPermissionConfigKey,W as gUserViewUserInfo,$t as gUserViewUserInfoKey,G as pCommerceCreatePayment,en as pCommerceCreatePaymentKey,K as pCommerceGetPaymentMethods,tn as pCommerceGetPaymentMethodsKey,q as pCommercePaymentSuccessCallback,nn as pCommercePaymentSuccessCallbackKey,J as pCommerceRefundCallback,rn as pCommerceRefundCallbackKey,Y as pCommunityAddContentToCollection,an as pCommunityAddContentToCollectionKey,X as pCommunityBatchDeleteCollection,on as pCommunityBatchDeleteCollectionKey,Z as pCommunityCreateCollection,sn as pCommunityCreateCollectionKey,Q as pCommunityCreateComment,cn as pCommunityCreateCommentKey,$ as pCommunityDeleteCollection,ln as pCommunityDeleteCollectionKey,ee as pCommunityDeleteComment,un as pCommunityDeleteCommentKey,te as pCommunityDeleteContent,dn as pCommunityDeleteContentKey,ne as pCommunityDislikeComment,fn as pCommunityDislikeCommentKey,re as pCommunityGetUploadPresignedURL,pn as pCommunityGetUploadPresignedURLKey,ie as pCommunityLikeComment,mn as pCommunityLikeCommentKey,ae as pCommunityMoveCollectionContent,hn as pCommunityMoveCollectionContentKey,oe as pCommunityPublishContent,gn as pCommunityPublishContentKey,se as pCommunityRemoveContentFromCollection,_n as pCommunityRemoveContentFromCollectionKey,ce as pCommunitySearchCurAccountFollowingUsersInfo,vn as pCommunitySearchCurAccountFollowingUsersInfoKey,le as pCommunityShareContent,yn as pCommunityShareContentKey,ue as pCommunitySubscribeCollection,bn as pCommunitySubscribeCollectionKey,de as pCommunityUpdateCollection,xn as pCommunityUpdateCollectionKey,fe as pCommunityUpdateContent,Sn as pCommunityUpdateContentKey,pe as pCommunityUploadMedia,Cn as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,me as pContentBatchGetVideoDetail,wn as pContentBatchGetVideoDetailKey,he as pContentGetMostPlayedVideoList,Tn as pContentGetMostPlayedVideoListKey,ge as pContentGetNewstVideoList,En as pContentGetNewstVideoListKey,_e as pContentGetPopularVideoList,Dn as pContentGetPopularVideoListKey,ve as pContentGetTopRatedVideoList,On as pContentGetTopRatedVideoListKey,ye as pContentMatchAds,kn as pContentMatchAdsKey,be as pInteractionAddCollect,An as pInteractionAddCollectKey,xe as pInteractionBatchClearBrowse,jn as pInteractionBatchClearBrowseKey,Se as pInteractionBatchDeleteCollects,Mn as pInteractionBatchDeleteCollectsKey,Ce as pInteractionBatchDeleteFolders,Nn as pInteractionBatchDeleteFoldersKey,we as pInteractionBatchGetCommentLikeStatus,Pn as pInteractionBatchGetCommentLikeStatusKey,Te as pInteractionBatchGetFollowStats,Fn as pInteractionBatchGetFollowStatsKey,Ee as pInteractionBatchGetLikeStatus,In as pInteractionBatchGetLikeStatusKey,De as pInteractionBatchQueryContentInteractions,Ln as pInteractionBatchQueryContentInteractionsKey,Oe as pInteractionBrowse,Rn as pInteractionBrowseKey,ke as pInteractionCancelDislike,zn as pInteractionCancelDislikeKey,Ae as pInteractionCancelLike,Bn as pInteractionCancelLikeKey,je as pInteractionCheckCollect,Vn as pInteractionCheckCollectKey,Me as pInteractionCheckFollow,Hn as pInteractionCheckFollowKey,Ne as pInteractionClearBrowseHistory,Un as pInteractionClearBrowseHistoryKey,Pe as pInteractionCreateFolder,Wn as pInteractionCreateFolderKey,Fe as pInteractionDeleteBrowseRecord,Gn as pInteractionDeleteBrowseRecordKey,Ie as pInteractionDeleteFolder,Kn as pInteractionDeleteFolderKey,Le as pInteractionDislike,Re as pInteractionDislikeComment,qn as pInteractionDislikeCommentKey,Jn as pInteractionDislikeKey,ze as pInteractionFollow,Yn as pInteractionFollowKey,Be as pInteractionLike,Ve as pInteractionLikeComment,Xn as pInteractionLikeCommentKey,Zn as pInteractionLikeKey,He as pInteractionMoveCollects,Qn as pInteractionMoveCollectsKey,Ue as pInteractionRemoveCollect,$n as pInteractionRemoveCollectKey,We as pInteractionTrackEventsBatch,er as pInteractionTrackEventsBatchKey,Ge as pInteractionUnfollow,tr as pInteractionUnfollowKey,Ke as pInteractionUnifiedBatchLikeDislike,nr as pInteractionUnifiedBatchLikeDislikeKey,qe as pInteractionUpdateFolder,rr as pInteractionUpdateFolderKey,Je as pInteractionUpdateFollowingContentUpdateTime,ir as pInteractionUpdateFollowingContentUpdateTimeKey,Ye as pUserEditUserInfo,ar as pUserEditUserInfoKey,Xe as pUserLogin,or as pUserLoginKey,Ze as pUserRegister,Qe as pUserRegisterByVerifyEmailCode,br as pUserRegisterByVerifyEmailCodeCompat,sr as pUserRegisterByVerifyEmailCodeKey,cr as pUserRegisterKey,$e as pUserResetForgetPassword,lr as pUserResetForgetPasswordKey,et as pUserResetPassword,ur as pUserResetPasswordKey,tt as pUserSendEmailCode,dr as pUserSendEmailCodeKey,nt as pUserSendForgetEmailCode,fr as pUserSendForgetEmailCodeKey,rt as pUserSendResetPasswordEmailCode,pr as pUserSendResetPasswordEmailCodeKey,it as pUserUploadUserBgImage,mr as pUserUploadUserBgImageKey,at as pUserUserFeedback,hr as pUserUserFeedbackKey,ot as pUserUserPrivacySettings,gr as pUserUserPrivacySettingsKey,st as pUserVerifyEmailCode,_r as pUserVerifyEmailCodeKey,ct as pUserVerifyForgetEmailCode,vr as pUserVerifyForgetEmailCodeKey,lt as pUserVerifyResetPasswordEmailCode,yr as pUserVerifyResetPasswordEmailCodeKey};
|
|
2
|
+
import{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{gCommerceQueryOrderResult as n,gCommunityGetCollectionInfo as r,gCommunityGetComments as i,gCommunityGetContentInfo as a,gCommunityGetContentList as o,gCommunityGetHotContentList as s,gCommunityGetSubscribedCollections as c,gCommunityGetUserCollections as l,gContentGetAdvertiseByCode as u,gContentGetAppChannelBlock as d,gContentGetAppChannelBlockData as f,gContentGetAppChannels as p,gContentGetAppComponent as m,gContentGetGuessYouLikeVideos as h,gContentGetHotVideoList as g,gContentGetRecommendSearchList as _,gContentGetRecommendVideoList as v,gContentGetSeoConfig as y,gContentGetVideoDetail as b,gContentGetVideoDetailByApi as x,gContentListVisibleFloatingBall as S,gContentProcessM3u8 as C,gInteractionCheckMutualFollow as w,gInteractionGetBrowseList as T,gInteractionGetContentDislikeList as E,gInteractionGetContentLikeList as D,gInteractionGetDislikeList as O,gInteractionGetFolder as k,gInteractionGetFolderStats as A,gInteractionGetFollowStats as j,gInteractionGetFollowerList as M,gInteractionGetFollowingContentList as N,gInteractionGetFollowingList as P,gInteractionGetFollowingUserUpdates as F,gInteractionGetLikeList as I,gInteractionListCollects as L,gInteractionListFolders as R,gUserGetGuestIdentity as z,gUserGetUserEditInfo as B,gUserGetUserInfo as V,gUserGetUserPrivacySettings as H,gUserViewUserInfo as U,pCommerceCreatePayment as W,pCommerceGetPaymentMethods as G,pCommercePaymentSuccessCallback as K,pCommerceRefundCallback as q,pCommunityAddContentToCollection as J,pCommunityBatchDeleteCollection as Y,pCommunityCreateCollection as X,pCommunityCreateComment as Z,pCommunityDeleteCollection as Q,pCommunityDeleteComment as $,pCommunityDeleteContent as ee,pCommunityDislikeComment as te,pCommunityGetUploadPresignedURL as ne,pCommunityLikeComment as re,pCommunityMoveCollectionContent as ie,pCommunityPublishContent as ae,pCommunityRemoveContentFromCollection as oe,pCommunitySearchCurAccountFollowingUsersInfo as se,pCommunityShareContent as ce,pCommunitySubscribeCollection as le,pCommunityUpdateCollection as ue,pCommunityUpdateContent as de,pCommunityUploadMedia as fe,pContentBatchGetVideoDetail as pe,pContentGetNewstVideoList as me,pContentGetPopularVideoList as he,pContentGetTopRatedVideoList as ge,pContentMatchAds as _e,pInteractionAddCollect as ve,pInteractionBatchClearBrowse as ye,pInteractionBatchDeleteCollects as be,pInteractionBatchDeleteFolders as xe,pInteractionBatchGetCommentLikeStatus as Se,pInteractionBatchGetFollowStats as Ce,pInteractionBatchGetLikeStatus as we,pInteractionBatchQueryContentInteractions as Te,pInteractionBrowse as Ee,pInteractionCancelDislike as De,pInteractionCancelLike as Oe,pInteractionCheckCollect as ke,pInteractionCheckFollow as Ae,pInteractionClearBrowseHistory as je,pInteractionCreateFolder as Me,pInteractionDeleteBrowseRecord as Ne,pInteractionDeleteFolder as Pe,pInteractionDislike as Fe,pInteractionDislikeComment as Ie,pInteractionFollow as Le,pInteractionLike as Re,pInteractionLikeComment as ze,pInteractionMoveCollects as Be,pInteractionRemoveCollect as Ve,pInteractionTrackEventsBatch as He,pInteractionUnfollow as Ue,pInteractionUnifiedBatchLikeDislike as We,pInteractionUpdateFolder as Ge,pInteractionUpdateFollowingContentUpdateTime as Ke,pUserEditUserInfo as qe,pUserLogin as Je,pUserRegister as Ye,pUserRegisterByVerifyEmailCode as Xe,pUserResetForgetPassword as Ze,pUserResetPassword as Qe,pUserSendEmailCode as $e,pUserSendForgetEmailCode as et,pUserSendResetPasswordEmailCode as tt,pUserUploadUserBgImage as nt,pUserUserFeedback as rt,pUserUserPrivacySettings as it,pUserVerifyEmailCode as at,pUserVerifyForgetEmailCode as ot,pUserVerifyResetPasswordEmailCode as st}from"./service/generated/client.mjs";import{createQueryKey as ct,gCommerceQueryOrderResultKey as lt,gCommunityGetCollectionInfoKey as ut,gCommunityGetCommentsKey as dt,gCommunityGetContentInfoKey as ft,gCommunityGetContentListKey as pt,gCommunityGetHotContentListKey as mt,gCommunityGetSubscribedCollectionsKey as ht,gCommunityGetUserCollectionsKey as gt,gContentGetAdvertiseByCodeKey as _t,gContentGetAppChannelBlockDataKey as vt,gContentGetAppChannelBlockKey as yt,gContentGetAppChannelsKey as bt,gContentGetAppComponentKey as xt,gContentGetGuessYouLikeVideosKey as St,gContentGetHotVideoListKey as Ct,gContentGetRecommendSearchListKey as wt,gContentGetRecommendVideoListKey as Tt,gContentGetSeoConfigKey as Et,gContentGetVideoDetailByApiKey as Dt,gContentGetVideoDetailKey as Ot,gContentListVisibleFloatingBallKey as kt,gContentProcessM3u8Key as At,gInteractionCheckMutualFollowKey as jt,gInteractionGetBrowseListKey as Mt,gInteractionGetContentDislikeListKey as Nt,gInteractionGetContentLikeListKey as Pt,gInteractionGetDislikeListKey as Ft,gInteractionGetFolderKey as It,gInteractionGetFolderStatsKey as Lt,gInteractionGetFollowStatsKey as Rt,gInteractionGetFollowerListKey as zt,gInteractionGetFollowingContentListKey as Bt,gInteractionGetFollowingListKey as Vt,gInteractionGetFollowingUserUpdatesKey as Ht,gInteractionGetLikeListKey as Ut,gInteractionListCollectsKey as Wt,gInteractionListFoldersKey as Gt,gUserGetGuestIdentityKey as Kt,gUserGetUserEditInfoKey as qt,gUserGetUserInfoKey as Jt,gUserGetUserPrivacySettingsKey as Yt,gUserViewUserInfoKey as Xt,pCommerceCreatePaymentKey as Zt,pCommerceGetPaymentMethodsKey as Qt,pCommercePaymentSuccessCallbackKey as $t,pCommerceRefundCallbackKey as en,pCommunityAddContentToCollectionKey as tn,pCommunityBatchDeleteCollectionKey as nn,pCommunityCreateCollectionKey as rn,pCommunityCreateCommentKey as an,pCommunityDeleteCollectionKey as on,pCommunityDeleteCommentKey as sn,pCommunityDeleteContentKey as cn,pCommunityDislikeCommentKey as ln,pCommunityGetUploadPresignedURLKey as un,pCommunityLikeCommentKey as dn,pCommunityMoveCollectionContentKey as fn,pCommunityPublishContentKey as pn,pCommunityRemoveContentFromCollectionKey as mn,pCommunitySearchCurAccountFollowingUsersInfoKey as hn,pCommunityShareContentKey as gn,pCommunitySubscribeCollectionKey as _n,pCommunityUpdateCollectionKey as vn,pCommunityUpdateContentKey as yn,pCommunityUploadMediaKey as bn,pContentBatchGetVideoDetailKey as xn,pContentGetNewstVideoListKey as Sn,pContentGetPopularVideoListKey as Cn,pContentGetTopRatedVideoListKey as wn,pContentMatchAdsKey as Tn,pInteractionAddCollectKey as En,pInteractionBatchClearBrowseKey as Dn,pInteractionBatchDeleteCollectsKey as On,pInteractionBatchDeleteFoldersKey as kn,pInteractionBatchGetCommentLikeStatusKey as An,pInteractionBatchGetFollowStatsKey as jn,pInteractionBatchGetLikeStatusKey as Mn,pInteractionBatchQueryContentInteractionsKey as Nn,pInteractionBrowseKey as Pn,pInteractionCancelDislikeKey as Fn,pInteractionCancelLikeKey as In,pInteractionCheckCollectKey as Ln,pInteractionCheckFollowKey as Rn,pInteractionClearBrowseHistoryKey as zn,pInteractionCreateFolderKey as Bn,pInteractionDeleteBrowseRecordKey as Vn,pInteractionDeleteFolderKey as Hn,pInteractionDislikeCommentKey as Un,pInteractionDislikeKey as Wn,pInteractionFollowKey as Gn,pInteractionLikeCommentKey as Kn,pInteractionLikeKey as qn,pInteractionMoveCollectsKey as Jn,pInteractionRemoveCollectKey as Yn,pInteractionTrackEventsBatchKey as Xn,pInteractionUnfollowKey as Zn,pInteractionUnifiedBatchLikeDislikeKey as Qn,pInteractionUpdateFolderKey as $n,pInteractionUpdateFollowingContentUpdateTimeKey as er,pUserEditUserInfoKey as tr,pUserLoginKey as nr,pUserRegisterByVerifyEmailCodeKey as rr,pUserRegisterKey as ir,pUserResetForgetPasswordKey as ar,pUserResetPasswordKey as or,pUserSendEmailCodeKey as sr,pUserSendForgetEmailCodeKey as cr,pUserSendResetPasswordEmailCodeKey as lr,pUserUploadUserBgImageKey as ur,pUserUserFeedbackKey as dr,pUserUserPrivacySettingsKey as fr,pUserVerifyEmailCodeKey as pr,pUserVerifyForgetEmailCodeKey as mr,pUserVerifyResetPasswordEmailCodeKey as hr}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as gr}from"./service/register-by-verify-email-code.mjs";export{ct as createQueryKey,n as gCommerceQueryOrderResult,lt as gCommerceQueryOrderResultKey,r as gCommunityGetCollectionInfo,ut as gCommunityGetCollectionInfoKey,i as gCommunityGetComments,dt as gCommunityGetCommentsKey,a as gCommunityGetContentInfo,ft as gCommunityGetContentInfoKey,o as gCommunityGetContentList,pt as gCommunityGetContentListKey,s as gCommunityGetHotContentList,mt as gCommunityGetHotContentListKey,c as gCommunityGetSubscribedCollections,ht as gCommunityGetSubscribedCollectionsKey,l as gCommunityGetUserCollections,gt as gCommunityGetUserCollectionsKey,u as gContentGetAdvertiseByCode,_t as gContentGetAdvertiseByCodeKey,d as gContentGetAppChannelBlock,f as gContentGetAppChannelBlockData,vt as gContentGetAppChannelBlockDataKey,yt as gContentGetAppChannelBlockKey,p as gContentGetAppChannels,bt as gContentGetAppChannelsKey,m as gContentGetAppComponent,xt as gContentGetAppComponentKey,h as gContentGetGuessYouLikeVideos,St as gContentGetGuessYouLikeVideosKey,g as gContentGetHotVideoList,Ct as gContentGetHotVideoListKey,_ as gContentGetRecommendSearchList,wt as gContentGetRecommendSearchListKey,v as gContentGetRecommendVideoList,Tt as gContentGetRecommendVideoListKey,y as gContentGetSeoConfig,Et as gContentGetSeoConfigKey,b as gContentGetVideoDetail,x as gContentGetVideoDetailByApi,Dt as gContentGetVideoDetailByApiKey,Ot as gContentGetVideoDetailKey,S as gContentListVisibleFloatingBall,kt as gContentListVisibleFloatingBallKey,C as gContentProcessM3u8,At as gContentProcessM3u8Key,w as gInteractionCheckMutualFollow,jt as gInteractionCheckMutualFollowKey,T as gInteractionGetBrowseList,Mt as gInteractionGetBrowseListKey,E as gInteractionGetContentDislikeList,Nt as gInteractionGetContentDislikeListKey,D as gInteractionGetContentLikeList,Pt as gInteractionGetContentLikeListKey,O as gInteractionGetDislikeList,Ft as gInteractionGetDislikeListKey,k as gInteractionGetFolder,It as gInteractionGetFolderKey,A as gInteractionGetFolderStats,Lt as gInteractionGetFolderStatsKey,j as gInteractionGetFollowStats,Rt as gInteractionGetFollowStatsKey,M as gInteractionGetFollowerList,zt as gInteractionGetFollowerListKey,N as gInteractionGetFollowingContentList,Bt as gInteractionGetFollowingContentListKey,P as gInteractionGetFollowingList,Vt as gInteractionGetFollowingListKey,F as gInteractionGetFollowingUserUpdates,Ht as gInteractionGetFollowingUserUpdatesKey,I as gInteractionGetLikeList,Ut as gInteractionGetLikeListKey,L as gInteractionListCollects,Wt as gInteractionListCollectsKey,R as gInteractionListFolders,Gt as gInteractionListFoldersKey,z as gUserGetGuestIdentity,Kt as gUserGetGuestIdentityKey,B as gUserGetUserEditInfo,qt as gUserGetUserEditInfoKey,V as gUserGetUserInfo,Jt as gUserGetUserInfoKey,H as gUserGetUserPrivacySettings,Yt as gUserGetUserPrivacySettingsKey,U as gUserViewUserInfo,Xt as gUserViewUserInfoKey,W as pCommerceCreatePayment,Zt as pCommerceCreatePaymentKey,G as pCommerceGetPaymentMethods,Qt as pCommerceGetPaymentMethodsKey,K as pCommercePaymentSuccessCallback,$t as pCommercePaymentSuccessCallbackKey,q as pCommerceRefundCallback,en as pCommerceRefundCallbackKey,J as pCommunityAddContentToCollection,tn as pCommunityAddContentToCollectionKey,Y as pCommunityBatchDeleteCollection,nn as pCommunityBatchDeleteCollectionKey,X as pCommunityCreateCollection,rn as pCommunityCreateCollectionKey,Z as pCommunityCreateComment,an as pCommunityCreateCommentKey,Q as pCommunityDeleteCollection,on as pCommunityDeleteCollectionKey,$ as pCommunityDeleteComment,sn as pCommunityDeleteCommentKey,ee as pCommunityDeleteContent,cn as pCommunityDeleteContentKey,te as pCommunityDislikeComment,ln as pCommunityDislikeCommentKey,ne as pCommunityGetUploadPresignedURL,un as pCommunityGetUploadPresignedURLKey,re as pCommunityLikeComment,dn as pCommunityLikeCommentKey,ie as pCommunityMoveCollectionContent,fn as pCommunityMoveCollectionContentKey,ae as pCommunityPublishContent,pn as pCommunityPublishContentKey,oe as pCommunityRemoveContentFromCollection,mn as pCommunityRemoveContentFromCollectionKey,se as pCommunitySearchCurAccountFollowingUsersInfo,hn as pCommunitySearchCurAccountFollowingUsersInfoKey,ce as pCommunityShareContent,gn as pCommunityShareContentKey,le as pCommunitySubscribeCollection,_n as pCommunitySubscribeCollectionKey,ue as pCommunityUpdateCollection,vn as pCommunityUpdateCollectionKey,de as pCommunityUpdateContent,yn as pCommunityUpdateContentKey,fe as pCommunityUploadMedia,bn as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,pe as pContentBatchGetVideoDetail,xn as pContentBatchGetVideoDetailKey,me as pContentGetNewstVideoList,Sn as pContentGetNewstVideoListKey,he as pContentGetPopularVideoList,Cn as pContentGetPopularVideoListKey,ge as pContentGetTopRatedVideoList,wn as pContentGetTopRatedVideoListKey,_e as pContentMatchAds,Tn as pContentMatchAdsKey,ve as pInteractionAddCollect,En as pInteractionAddCollectKey,ye as pInteractionBatchClearBrowse,Dn as pInteractionBatchClearBrowseKey,be as pInteractionBatchDeleteCollects,On as pInteractionBatchDeleteCollectsKey,xe as pInteractionBatchDeleteFolders,kn as pInteractionBatchDeleteFoldersKey,Se as pInteractionBatchGetCommentLikeStatus,An as pInteractionBatchGetCommentLikeStatusKey,Ce as pInteractionBatchGetFollowStats,jn as pInteractionBatchGetFollowStatsKey,we as pInteractionBatchGetLikeStatus,Mn as pInteractionBatchGetLikeStatusKey,Te as pInteractionBatchQueryContentInteractions,Nn as pInteractionBatchQueryContentInteractionsKey,Ee as pInteractionBrowse,Pn as pInteractionBrowseKey,De as pInteractionCancelDislike,Fn as pInteractionCancelDislikeKey,Oe as pInteractionCancelLike,In as pInteractionCancelLikeKey,ke as pInteractionCheckCollect,Ln as pInteractionCheckCollectKey,Ae as pInteractionCheckFollow,Rn as pInteractionCheckFollowKey,je as pInteractionClearBrowseHistory,zn as pInteractionClearBrowseHistoryKey,Me as pInteractionCreateFolder,Bn as pInteractionCreateFolderKey,Ne as pInteractionDeleteBrowseRecord,Vn as pInteractionDeleteBrowseRecordKey,Pe as pInteractionDeleteFolder,Hn as pInteractionDeleteFolderKey,Fe as pInteractionDislike,Ie as pInteractionDislikeComment,Un as pInteractionDislikeCommentKey,Wn as pInteractionDislikeKey,Le as pInteractionFollow,Gn as pInteractionFollowKey,Re as pInteractionLike,ze as pInteractionLikeComment,Kn as pInteractionLikeCommentKey,qn as pInteractionLikeKey,Be as pInteractionMoveCollects,Jn as pInteractionMoveCollectsKey,Ve as pInteractionRemoveCollect,Yn as pInteractionRemoveCollectKey,He as pInteractionTrackEventsBatch,Xn as pInteractionTrackEventsBatchKey,Ue as pInteractionUnfollow,Zn as pInteractionUnfollowKey,We as pInteractionUnifiedBatchLikeDislike,Qn as pInteractionUnifiedBatchLikeDislikeKey,Ge as pInteractionUpdateFolder,$n as pInteractionUpdateFolderKey,Ke as pInteractionUpdateFollowingContentUpdateTime,er as pInteractionUpdateFollowingContentUpdateTimeKey,qe as pUserEditUserInfo,tr as pUserEditUserInfoKey,Je as pUserLogin,nr as pUserLoginKey,Ye as pUserRegister,Xe as pUserRegisterByVerifyEmailCode,gr as pUserRegisterByVerifyEmailCodeCompat,rr as pUserRegisterByVerifyEmailCodeKey,ir as pUserRegisterKey,Ze as pUserResetForgetPassword,ar as pUserResetForgetPasswordKey,Qe as pUserResetPassword,or as pUserResetPasswordKey,$e as pUserSendEmailCode,sr as pUserSendEmailCodeKey,et as pUserSendForgetEmailCode,cr as pUserSendForgetEmailCodeKey,tt as pUserSendResetPasswordEmailCode,lr as pUserSendResetPasswordEmailCodeKey,nt as pUserUploadUserBgImage,ur as pUserUploadUserBgImageKey,rt as pUserUserFeedback,dr as pUserUserFeedbackKey,it as pUserUserPrivacySettings,fr as pUserUserPrivacySettingsKey,at as pUserVerifyEmailCode,pr as pUserVerifyEmailCodeKey,ot as pUserVerifyForgetEmailCode,mr as pUserVerifyForgetEmailCodeKey,st as pUserVerifyResetPasswordEmailCode,hr as pUserVerifyResetPasswordEmailCodeKey};
|
package/dist/store.d.mts
CHANGED
|
@@ -1,12 +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 { BlindSpotAdConfig, useBlindSpotAdStore } from "./store/modules/blind-spot-ad-store.mjs";
|
|
5
4
|
import { BlockedModalPayload, useBlockedModalStore } from "./store/modules/blocked-modal-store.mjs";
|
|
6
5
|
import { useFollowIdsState } from "./store/modules/follow-ids-store.mjs";
|
|
7
6
|
import { useLoginModalStore } from "./store/modules/login-modal-store.mjs";
|
|
8
7
|
import { usePublishStore } from "./store/modules/publish-store.mjs";
|
|
9
8
|
import { useDemoStore } from "./store/modules/use-demo-store.mjs";
|
|
10
9
|
import { ensureGuestIdentity, useUserStore, userSelectors } from "./store/modules/user-store.mjs";
|
|
11
|
-
|
|
12
|
-
export { BlindSpotAdConfig, BlockedModalPayload, MediaPreviewItem, StorageType, ensureGuestIdentity, useAppConfigStore, useBlindSpotAdStore, useBlockedModalStore, useDemoStore, useFollowIdsState, useLoginModalStore, useMediaPreviewStore, usePublishStore, useUserStore, useVideoPlayerRefStore, 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{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{
|
|
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};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
import { CSSProperties } from "react";
|
|
3
|
+
|
|
4
|
+
//#region theme-tokens.d.ts
|
|
5
|
+
declare const FUNHUB_THEME_COLOR_TOKENS: ReadonlyArray<readonly [string, string]>;
|
|
6
|
+
declare const FUNHUB_THEME_COLOR_TOKEN_STYLE: CSSProperties;
|
|
7
|
+
declare function applyFunhubThemeColorTokens(node: HTMLElement | null): void;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { FUNHUB_THEME_COLOR_TOKENS, FUNHUB_THEME_COLOR_TOKEN_STYLE, applyFunhubThemeColorTokens };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
const e=[[`--color-brand-primary`,`#c043e8`],[`--color-brand-accent-purple`,`#9012ff`],[`--color-brand-tag-gradient-start`,`#ca3fe9`],[`--color-brand-tag-gradient-end`,`#9756e3`],[`--color-brand-action-gradient-end`,`#6c43ee`],[`--color-brand-rating`,`#ffc039`],[`--color-brand-hot-ranking`,`#c922ef`],[`--color-brand-link`,`#9054e5`],[`--color-text-primary`,`#ffffff`],[`--color-text-secondary`,`rgba(255, 255, 255, 0.9)`],[`--color-text-white80`,`rgba(255, 255, 255, 0.8)`],[`--color-text-tertiary`,`rgba(255, 255, 255, 0.6)`],[`--color-text-quaternary`,`rgba(255, 255, 255, 0.5)`],[`--color-text-dimmed`,`rgba(255, 255, 255, 0.7)`],[`--color-text-disabled`,`rgba(255, 255, 255, 0.3)`],[`--color-text-inactive`,`#bfbfbf`],[`--color-text-muted`,`#747474`],[`--color-surface-tab-bg`,`#121212`],[`--color-surface-card-fallback`,`#282129`],[`--color-surface-chip-bg`,`#1b1b1b`],[`--color-surface-chip-gray20`,`rgba(217, 217, 217, 0.2)`],[`--color-surface-white20`,`rgba(255, 255, 255, 0.2)`],[`--color-surface-white10`,`rgba(255, 255, 255, 0.1)`],[`--color-surface-mask-black40`,`rgba(0, 0, 0, 0.4)`],[`--color-surface-mask-black60`,`rgba(0, 0, 0, 0.6)`],[`--color-surface-panel-dark`,`#060315`],[`--color-surface-field-bg`,`rgba(173, 163, 191, 0.1)`],[`--color-border-search-highlight`,`rgba(230, 42, 255, 0.9)`],[`--color-border-panel-glow`,`rgba(219, 55, 255, 0.4)`],[`--color-border-danger`,`#ff1eff`],[`--color-verification-error`,`#c40000`],[`--color-border-required`,`rgba(255, 0, 0, 0.7)`],[`--color-neutral-black`,`#000000`],[`--color-neutral-white`,`#ffffff`],[`--color-overlay-mask-start`,`rgba(8, 2, 17, 0)`],[`--color-overlay-mask-end70`,`rgba(8, 2, 17, 0.7)`],[`--color-overlay-mask-end80`,`rgba(8, 2, 17, 0.8)`],[`--color-overlay-top-bar-black30`,`rgba(0, 0, 0, 0.3)`],[`--color-overlay-create-top-black50`,`rgba(0, 0, 0, 0.5)`],[`--color-overlay-create-mid-purple27`,`rgba(116, 18, 131, 0.27)`],[`--color-overlay-create-bottom-purple0`,`rgba(75, 24, 87, 0)`],[`--color-overlay-panel-fade-start90`,`rgba(6, 3, 21, 0.9)`],[`--color-overlay-panel-fade-end0`,`rgba(6, 3, 21, 0)`],[`--color-cover-text-primary`,`#ffffff`],[`--color-cover-text-secondary`,`#747474`],[`--color-cover-gray-11`,`#121212`],[`--color-cover-gray-6`,`#d9d9d9`],[`--color-cover-light-gray-6`,`#e0e0e0`],[`--color-cover-surface-dark`,`#1b1b1b`],[`--color-cover-gray11`,`var(--color-cover-gray-11)`],[`--color-cover-gray6`,`var(--color-cover-gray-6)`],[`--color-cover-light-gray6`,`var(--color-cover-light-gray-6)`],[`--color-bg1`,`var(--color-surface-tab-bg)`],[`--color-bg2`,`var(--color-surface-chip-bg)`],[`--color-bg3`,`var(--color-surface-card-fallback)`],[`--color-bg4`,`var(--color-surface-white20)`],[`--color-text1`,`var(--color-text-primary)`],[`--color-text2`,`var(--color-text-secondary)`],[`--color-text3`,`var(--color-text-tertiary)`],[`--color-text4`,`var(--color-brand-primary)`],[`--color-line1`,`var(--color-surface-chip-gray20)`],[`--color-line2`,`var(--color-border-panel-glow)`],[`--color-theme1`,`var(--color-brand-accent-purple)`],[`--color-theme2`,`var(--gradient-action-button)`],[`--color-theme3`,`var(--color-surface-chip-gray20)`],[`--color-theme4`,`var(--color-brand-link)`],[`--color-theme5`,`var(--color-brand-primary)`],[`--color-theme6`,`var(--color-brand-tag-gradient-start)`],[`--color-overlay`,`var(--color-overlay-mask-end70)`]],t=Object.fromEntries(e);function n(t){t&&e.forEach(([e,n])=>{t.style.setProperty(e,n)})}export{e as FUNHUB_THEME_COLOR_TOKENS,t as FUNHUB_THEME_COLOR_TOKEN_STYLE,n as applyFunhubThemeColorTokens};
|