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