@funhub/platform 0.1.163 → 0.1.164
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/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 +34 -2
- package/dist/biz.mjs +1 -1
- package/dist/common.d.mts +5 -2
- package/dist/common.mjs +1 -1
- package/dist/components/biz/business/advertisement/ad-match.d.mts +98 -0
- package/dist/components/biz/business/advertisement/ad-match.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-provider.d.mts +39 -0
- package/dist/components/biz/business/advertisement/ad-provider.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-query.d.mts +29 -0
- package/dist/components/biz/business/advertisement/ad-query.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-runtime-provider.d.mts +29 -0
- package/dist/components/biz/business/advertisement/ad-runtime-provider.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/client.d.mts +18 -0
- package/dist/components/biz/business/advertisement/banner-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +30 -0
- package/dist/components/biz/business/advertisement/banner-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +84 -0
- package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/banner-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +39 -0
- package/dist/components/biz/business/advertisement/feed-ad/index.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +21 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +25 -0
- package/dist/components/biz/business/advertisement/floating-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +84 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/floating-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/client.d.mts +16 -0
- package/dist/components/biz/business/advertisement/icon-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +29 -0
- package/dist/components/biz/business/advertisement/icon-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +78 -0
- package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/icon-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/index.d.mts +31 -0
- package/dist/components/biz/business/advertisement/popup-ad/client.d.mts +14 -0
- package/dist/components/biz/business/advertisement/popup-ad/client.mjs +64 -0
- package/dist/components/biz/business/advertisement/popup-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/popup-ad/material.d.mts +29 -0
- package/dist/components/biz/business/advertisement/popup-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/popup-ad/schema.d.mts +54 -0
- package/dist/components/biz/business/advertisement/popup-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/popup-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/popup-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/client.d.mts +15 -0
- package/dist/components/biz/business/advertisement/text-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/text-ad/material.d.mts +27 -0
- package/dist/components/biz/business/advertisement/text-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +62 -0
- package/dist/components/biz/business/advertisement/text-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/text-ad/server.mjs +2 -0
- package/dist/components/biz/business/banner-carousel/client.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/registry.d.mts +36 -1
- package/dist/components/biz/business/detail/shared/registry.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/shared.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/client.d.mts +8 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/client.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/material.d.mts +45 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/material.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/schema.d.mts +9 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/server.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 +3 -0
- 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 +3 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +3 -0
- 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 +3 -0
- 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 +36 -1
- 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/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/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 +15 -0
- package/dist/components/biz/business/ranking-recommend/client.mjs +70 -0
- package/dist/components/biz/business/ranking-recommend/material.d.mts +23 -0
- package/dist/components/biz/business/ranking-recommend/material.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/schema.d.mts +23 -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.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/search-waterfall-recommend/client.d.mts +9 -0
- package/dist/components/biz/business/search-waterfall-recommend/client.mjs +2 -0
- package/dist/components/biz/business/search-waterfall-recommend/index.d.mts +4 -0
- package/dist/components/biz/business/search-waterfall-recommend/material.d.mts +40 -0
- package/dist/components/biz/business/search-waterfall-recommend/material.mjs +2 -0
- package/dist/components/biz/business/search-waterfall-recommend/server.d.mts +8 -0
- package/dist/components/biz/business/search-waterfall-recommend/server.mjs +2 -0
- 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 +6 -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 +99 -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/home/client.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/settings.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/avatar.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/box.d.mts +1 -1
- package/dist/components/ui/button.d.mts +2 -2
- package/dist/components/ui/empty.d.mts +1 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/components/ui/item.d.mts +1 -1
- package/dist/hooks.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 +12 -1
- package/dist/materials.mjs +1 -1
- package/dist/service/advertisement.d.mts +176 -0
- package/dist/service/advertisement.mjs +2 -0
- package/dist/service/generated/client.d.mts +30 -2
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +37 -2
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +4 -3
- package/dist/service.mjs +1 -1
- package/dist/types.d.mts +437 -7
- package/dist/utils/helper.d.mts +1 -1
- package/dist/utils/helper.mjs +1 -1
- package/dist/utils/schema/inspector.d.mts +2 -2
- package/dist/utils/schema/material.d.mts +1 -0
- package/package.json +1 -1
- 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
package/dist/service.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{gCommunityGetCollectionInfo as e,gCommunityGetComments as t,gCommunityGetContentInfo as n,gCommunityGetContentList as r,gCommunityGetHotContentList as i,gCommunityGetSubscribedCollections as a,gCommunityGetUserCollections as o,gContentGetAdvertiseByCode as s,gContentGetAppChannelBlock as c,gContentGetAppChannelBlockData as l,gContentGetAppChannels as u,gContentGetAppComponent as d,gContentGetGuessYouLikeVideos as f,gContentGetHotVideoList as p,gContentGetRecommendSearchList as m,gContentGetRecommendVideoList as h,gContentGetVideoDetail as g,gContentGetVideoDetailByApi as _,gContentListVisibleFloatingBall as v,gContentProcessM3u8 as y,gInteractionCheckMutualFollow as b,gInteractionGetBrowseList as x,gInteractionGetContentDislikeList as S,gInteractionGetContentLikeList as C,gInteractionGetDislikeList as w,gInteractionGetFolder as T,gInteractionGetFolderStats as E,gInteractionGetFollowStats as D,gInteractionGetFollowerList as O,gInteractionGetFollowingContentList as k,gInteractionGetFollowingList as A,gInteractionGetFollowingUserUpdates as j,gInteractionGetLikeList as M,gInteractionListCollects as N,gInteractionListFolders as P,gUserGetGuestIdentity as F,gUserGetUserEditInfo as I,gUserGetUserInfo as L,gUserGetUserPrivacySettings as R,gUserViewUserInfo as z,pCommunityAddContentToCollection as B,pCommunityCreateCollection as V,pCommunityCreateComment as H,pCommunityDeleteCollection as U,pCommunityDeleteComment as W,pCommunityDeleteContent as G,pCommunityDislikeComment as K,pCommunityGetUploadPresignedURL as q,pCommunityLikeComment as J,pCommunityMoveCollectionContent as Y,pCommunityPublishContent as X,pCommunityRemoveContentFromCollection as Z,pCommunitySearchCurAccountFollowingUsersInfo as Q,pCommunityShareContent as $,pCommunitySubscribeCollection as ee,pCommunityUpdateCollection as te,pCommunityUpdateContent as ne,pCommunityUploadMedia as re,pContentBatchGetVideoDetail as ie,pContentGetNewstVideoList as ae,pContentGetPopularVideoList as oe,pContentGetTopRatedVideoList as se,pInteractionAddCollect as ce,pInteractionBatchClearBrowse as le,pInteractionBatchDeleteCollects as ue,pInteractionBatchGetCommentLikeStatus as de,pInteractionBatchGetFollowStats as fe,pInteractionBatchGetLikeStatus as pe,pInteractionBatchQueryContentInteractions as me,pInteractionBrowse as he,pInteractionCancelDislike as ge,pInteractionCancelLike as _e,pInteractionCheckCollect as ve,pInteractionCheckFollow as ye,pInteractionClearBrowseHistory as be,pInteractionCreateFolder as xe,pInteractionDeleteBrowseRecord as Se,pInteractionDeleteFolder as Ce,pInteractionDislike as we,pInteractionDislikeComment as Te,pInteractionFollow as Ee,pInteractionLike as De,pInteractionLikeComment as Oe,pInteractionMoveCollects as ke,pInteractionRemoveCollect as Ae,pInteractionTrackEventsBatch as je,pInteractionUnfollow as Me,pInteractionUnifiedBatchLikeDislike as Ne,pInteractionUpdateFolder as Pe,pInteractionUpdateFollowingContentUpdateTime as Fe,pUserEditUserInfo as Ie,pUserLogin as Le,pUserRegister as Re,pUserRegisterByVerifyEmailCode as ze,pUserResetForgetPassword as Be,pUserResetPassword as Ve,pUserSendEmailCode as He,pUserSendForgetEmailCode as Ue,pUserSendResetPasswordEmailCode as We,pUserUploadUserBgImage as Ge,pUserUserFeedback as Ke,pUserUserPrivacySettings as qe,pUserVerifyEmailCode as Je,pUserVerifyForgetEmailCode as Ye,pUserVerifyResetPasswordEmailCode as Xe}from"./service/generated/client.mjs";import{createQueryKey as Ze,gCommunityGetCollectionInfoKey as Qe,gCommunityGetCommentsKey as $e,gCommunityGetContentInfoKey as et,gCommunityGetContentListKey as tt,gCommunityGetHotContentListKey as nt,gCommunityGetSubscribedCollectionsKey as rt,gCommunityGetUserCollectionsKey as it,gContentGetAdvertiseByCodeKey as at,gContentGetAppChannelBlockDataKey as ot,gContentGetAppChannelBlockKey as st,gContentGetAppChannelsKey as ct,gContentGetAppComponentKey as lt,gContentGetGuessYouLikeVideosKey as ut,gContentGetHotVideoListKey as dt,gContentGetRecommendSearchListKey as ft,gContentGetRecommendVideoListKey as pt,gContentGetVideoDetailByApiKey as mt,gContentGetVideoDetailKey as ht,gContentListVisibleFloatingBallKey as gt,gContentProcessM3u8Key as _t,gInteractionCheckMutualFollowKey as vt,gInteractionGetBrowseListKey as yt,gInteractionGetContentDislikeListKey as bt,gInteractionGetContentLikeListKey as xt,gInteractionGetDislikeListKey as St,gInteractionGetFolderKey as Ct,gInteractionGetFolderStatsKey as wt,gInteractionGetFollowStatsKey as Tt,gInteractionGetFollowerListKey as Et,gInteractionGetFollowingContentListKey as Dt,gInteractionGetFollowingListKey as Ot,gInteractionGetFollowingUserUpdatesKey as kt,gInteractionGetLikeListKey as At,gInteractionListCollectsKey as jt,gInteractionListFoldersKey as Mt,gUserGetGuestIdentityKey as Nt,gUserGetUserEditInfoKey as Pt,gUserGetUserInfoKey as Ft,gUserGetUserPrivacySettingsKey as It,gUserViewUserInfoKey as Lt,pCommunityAddContentToCollectionKey as Rt,pCommunityCreateCollectionKey as zt,pCommunityCreateCommentKey as Bt,pCommunityDeleteCollectionKey as Vt,pCommunityDeleteCommentKey as Ht,pCommunityDeleteContentKey as Ut,pCommunityDislikeCommentKey as Wt,pCommunityGetUploadPresignedURLKey as Gt,pCommunityLikeCommentKey as Kt,pCommunityMoveCollectionContentKey as qt,pCommunityPublishContentKey as Jt,pCommunityRemoveContentFromCollectionKey as Yt,pCommunitySearchCurAccountFollowingUsersInfoKey as Xt,pCommunityShareContentKey as Zt,pCommunitySubscribeCollectionKey as Qt,pCommunityUpdateCollectionKey as $t,pCommunityUpdateContentKey as en,pCommunityUploadMediaKey as tn,pContentBatchGetVideoDetailKey as nn,pContentGetNewstVideoListKey as rn,pContentGetPopularVideoListKey as an,pContentGetTopRatedVideoListKey as on,pInteractionAddCollectKey as sn,pInteractionBatchClearBrowseKey as cn,pInteractionBatchDeleteCollectsKey as ln,pInteractionBatchGetCommentLikeStatusKey as un,pInteractionBatchGetFollowStatsKey as dn,pInteractionBatchGetLikeStatusKey as fn,pInteractionBatchQueryContentInteractionsKey as pn,pInteractionBrowseKey as mn,pInteractionCancelDislikeKey as hn,pInteractionCancelLikeKey as gn,pInteractionCheckCollectKey as _n,pInteractionCheckFollowKey as vn,pInteractionClearBrowseHistoryKey as yn,pInteractionCreateFolderKey as bn,pInteractionDeleteBrowseRecordKey as xn,pInteractionDeleteFolderKey as Sn,pInteractionDislikeCommentKey as Cn,pInteractionDislikeKey as wn,pInteractionFollowKey as Tn,pInteractionLikeCommentKey as En,pInteractionLikeKey as Dn,pInteractionMoveCollectsKey as On,pInteractionRemoveCollectKey as kn,pInteractionTrackEventsBatchKey as An,pInteractionUnfollowKey as jn,pInteractionUnifiedBatchLikeDislikeKey as Mn,pInteractionUpdateFolderKey as Nn,pInteractionUpdateFollowingContentUpdateTimeKey as Pn,pUserEditUserInfoKey as Fn,pUserLoginKey as In,pUserRegisterByVerifyEmailCodeKey as Ln,pUserRegisterKey as Rn,pUserResetForgetPasswordKey as zn,pUserResetPasswordKey as Bn,pUserSendEmailCodeKey as Vn,pUserSendForgetEmailCodeKey as Hn,pUserSendResetPasswordEmailCodeKey as Un,pUserUploadUserBgImageKey as Wn,pUserUserFeedbackKey as Gn,pUserUserPrivacySettingsKey as Kn,pUserVerifyEmailCodeKey as qn,pUserVerifyForgetEmailCodeKey as Jn,pUserVerifyResetPasswordEmailCodeKey as Yn}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as Xn}from"./service/register-by-verify-email-code.mjs";export{Ze as createQueryKey,e as gCommunityGetCollectionInfo,Qe as gCommunityGetCollectionInfoKey,t as gCommunityGetComments,$e as gCommunityGetCommentsKey,n as gCommunityGetContentInfo,et as gCommunityGetContentInfoKey,r as gCommunityGetContentList,tt as gCommunityGetContentListKey,i as gCommunityGetHotContentList,nt as gCommunityGetHotContentListKey,a as gCommunityGetSubscribedCollections,rt as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollections,it as gCommunityGetUserCollectionsKey,s as gContentGetAdvertiseByCode,at as gContentGetAdvertiseByCodeKey,c as gContentGetAppChannelBlock,l as gContentGetAppChannelBlockData,ot as gContentGetAppChannelBlockDataKey,st as gContentGetAppChannelBlockKey,u as gContentGetAppChannels,ct as gContentGetAppChannelsKey,d as gContentGetAppComponent,lt as gContentGetAppComponentKey,f as gContentGetGuessYouLikeVideos,ut as gContentGetGuessYouLikeVideosKey,p as gContentGetHotVideoList,dt as gContentGetHotVideoListKey,m as gContentGetRecommendSearchList,ft as gContentGetRecommendSearchListKey,h as gContentGetRecommendVideoList,pt as gContentGetRecommendVideoListKey,g as gContentGetVideoDetail,_ as gContentGetVideoDetailByApi,mt as gContentGetVideoDetailByApiKey,ht as gContentGetVideoDetailKey,v as gContentListVisibleFloatingBall,gt as gContentListVisibleFloatingBallKey,y as gContentProcessM3u8,_t as gContentProcessM3u8Key,b as gInteractionCheckMutualFollow,vt as gInteractionCheckMutualFollowKey,x as gInteractionGetBrowseList,yt as gInteractionGetBrowseListKey,S as gInteractionGetContentDislikeList,bt as gInteractionGetContentDislikeListKey,C as gInteractionGetContentLikeList,xt as gInteractionGetContentLikeListKey,w as gInteractionGetDislikeList,St as gInteractionGetDislikeListKey,T as gInteractionGetFolder,Ct as gInteractionGetFolderKey,E as gInteractionGetFolderStats,wt as gInteractionGetFolderStatsKey,D as gInteractionGetFollowStats,Tt as gInteractionGetFollowStatsKey,O as gInteractionGetFollowerList,Et as gInteractionGetFollowerListKey,k as gInteractionGetFollowingContentList,Dt as gInteractionGetFollowingContentListKey,A as gInteractionGetFollowingList,Ot as gInteractionGetFollowingListKey,j as gInteractionGetFollowingUserUpdates,kt as gInteractionGetFollowingUserUpdatesKey,M as gInteractionGetLikeList,At as gInteractionGetLikeListKey,N as gInteractionListCollects,jt as gInteractionListCollectsKey,P as gInteractionListFolders,Mt as gInteractionListFoldersKey,F as gUserGetGuestIdentity,Nt as gUserGetGuestIdentityKey,I as gUserGetUserEditInfo,Pt as gUserGetUserEditInfoKey,L as gUserGetUserInfo,Ft as gUserGetUserInfoKey,R as gUserGetUserPrivacySettings,It as gUserGetUserPrivacySettingsKey,z as gUserViewUserInfo,Lt as gUserViewUserInfoKey,B as pCommunityAddContentToCollection,Rt as pCommunityAddContentToCollectionKey,V as pCommunityCreateCollection,zt as pCommunityCreateCollectionKey,H as pCommunityCreateComment,Bt as pCommunityCreateCommentKey,U as pCommunityDeleteCollection,Vt as pCommunityDeleteCollectionKey,W as pCommunityDeleteComment,Ht as pCommunityDeleteCommentKey,G as pCommunityDeleteContent,Ut as pCommunityDeleteContentKey,K as pCommunityDislikeComment,Wt as pCommunityDislikeCommentKey,q as pCommunityGetUploadPresignedURL,Gt as pCommunityGetUploadPresignedURLKey,J as pCommunityLikeComment,Kt as pCommunityLikeCommentKey,Y as pCommunityMoveCollectionContent,qt as pCommunityMoveCollectionContentKey,X as pCommunityPublishContent,Jt as pCommunityPublishContentKey,Z as pCommunityRemoveContentFromCollection,Yt as pCommunityRemoveContentFromCollectionKey,Q as pCommunitySearchCurAccountFollowingUsersInfo,Xt as pCommunitySearchCurAccountFollowingUsersInfoKey,$ as pCommunityShareContent,Zt as pCommunityShareContentKey,ee as pCommunitySubscribeCollection,Qt as pCommunitySubscribeCollectionKey,te as pCommunityUpdateCollection,$t as pCommunityUpdateCollectionKey,ne as pCommunityUpdateContent,en as pCommunityUpdateContentKey,re as pCommunityUploadMedia,tn as pCommunityUploadMediaKey,ie as pContentBatchGetVideoDetail,nn as pContentBatchGetVideoDetailKey,ae as pContentGetNewstVideoList,rn as pContentGetNewstVideoListKey,oe as pContentGetPopularVideoList,an as pContentGetPopularVideoListKey,se as pContentGetTopRatedVideoList,on as pContentGetTopRatedVideoListKey,ce as pInteractionAddCollect,sn as pInteractionAddCollectKey,le as pInteractionBatchClearBrowse,cn as pInteractionBatchClearBrowseKey,ue as pInteractionBatchDeleteCollects,ln as pInteractionBatchDeleteCollectsKey,de as pInteractionBatchGetCommentLikeStatus,un as pInteractionBatchGetCommentLikeStatusKey,fe as pInteractionBatchGetFollowStats,dn as pInteractionBatchGetFollowStatsKey,pe as pInteractionBatchGetLikeStatus,fn as pInteractionBatchGetLikeStatusKey,me as pInteractionBatchQueryContentInteractions,pn as pInteractionBatchQueryContentInteractionsKey,he as pInteractionBrowse,mn as pInteractionBrowseKey,ge as pInteractionCancelDislike,hn as pInteractionCancelDislikeKey,_e as pInteractionCancelLike,gn as pInteractionCancelLikeKey,ve as pInteractionCheckCollect,_n as pInteractionCheckCollectKey,ye as pInteractionCheckFollow,vn as pInteractionCheckFollowKey,be as pInteractionClearBrowseHistory,yn as pInteractionClearBrowseHistoryKey,xe as pInteractionCreateFolder,bn as pInteractionCreateFolderKey,Se as pInteractionDeleteBrowseRecord,xn as pInteractionDeleteBrowseRecordKey,Ce as pInteractionDeleteFolder,Sn as pInteractionDeleteFolderKey,we as pInteractionDislike,Te as pInteractionDislikeComment,Cn as pInteractionDislikeCommentKey,wn as pInteractionDislikeKey,Ee as pInteractionFollow,Tn as pInteractionFollowKey,De as pInteractionLike,Oe as pInteractionLikeComment,En as pInteractionLikeCommentKey,Dn as pInteractionLikeKey,ke as pInteractionMoveCollects,On as pInteractionMoveCollectsKey,Ae as pInteractionRemoveCollect,kn as pInteractionRemoveCollectKey,je as pInteractionTrackEventsBatch,An as pInteractionTrackEventsBatchKey,Me as pInteractionUnfollow,jn as pInteractionUnfollowKey,Ne as pInteractionUnifiedBatchLikeDislike,Mn as pInteractionUnifiedBatchLikeDislikeKey,Pe as pInteractionUpdateFolder,Nn as pInteractionUpdateFolderKey,Fe as pInteractionUpdateFollowingContentUpdateTime,Pn as pInteractionUpdateFollowingContentUpdateTimeKey,Ie as pUserEditUserInfo,Fn as pUserEditUserInfoKey,Le as pUserLogin,In as pUserLoginKey,Re as pUserRegister,ze as pUserRegisterByVerifyEmailCode,Xn as pUserRegisterByVerifyEmailCodeCompat,Ln as pUserRegisterByVerifyEmailCodeKey,Rn as pUserRegisterKey,Be as pUserResetForgetPassword,zn as pUserResetForgetPasswordKey,Ve as pUserResetPassword,Bn as pUserResetPasswordKey,He as pUserSendEmailCode,Vn as pUserSendEmailCodeKey,Ue as pUserSendForgetEmailCode,Hn as pUserSendForgetEmailCodeKey,We as pUserSendResetPasswordEmailCode,Un as pUserSendResetPasswordEmailCodeKey,Ge as pUserUploadUserBgImage,Wn as pUserUploadUserBgImageKey,Ke as pUserUserFeedback,Gn as pUserUserFeedbackKey,qe as pUserUserPrivacySettings,Kn as pUserUserPrivacySettingsKey,Je as pUserVerifyEmailCode,qn as pUserVerifyEmailCodeKey,Ye as pUserVerifyForgetEmailCode,Jn as pUserVerifyForgetEmailCodeKey,Xe as pUserVerifyResetPasswordEmailCode,Yn as pUserVerifyResetPasswordEmailCodeKey};
|
|
2
|
+
import{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{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,pCommunityCreateCollection as Y,pCommunityCreateComment as X,pCommunityDeleteCollection as Z,pCommunityDeleteComment as Q,pCommunityDeleteContent as $,pCommunityDislikeComment as ee,pCommunityGetUploadPresignedURL as te,pCommunityLikeComment as ne,pCommunityMoveCollectionContent as re,pCommunityPublishContent as ie,pCommunityRemoveContentFromCollection as ae,pCommunitySearchCurAccountFollowingUsersInfo as oe,pCommunityShareContent as se,pCommunitySubscribeCollection as ce,pCommunityUpdateCollection as le,pCommunityUpdateContent as ue,pCommunityUploadMedia as de,pContentBatchGetVideoDetail as fe,pContentGetNewstVideoList as pe,pContentGetPopularVideoList as me,pContentGetTopRatedVideoList as he,pInteractionAddCollect as ge,pInteractionBatchClearBrowse as _e,pInteractionBatchDeleteCollects as ve,pInteractionBatchDeleteFolders as ye,pInteractionBatchGetCommentLikeStatus as be,pInteractionBatchGetFollowStats as xe,pInteractionBatchGetLikeStatus as Se,pInteractionBatchQueryContentInteractions as Ce,pInteractionBrowse as we,pInteractionCancelDislike as Te,pInteractionCancelLike as Ee,pInteractionCheckCollect as De,pInteractionCheckFollow as Oe,pInteractionClearBrowseHistory as ke,pInteractionCreateFolder as Ae,pInteractionDeleteBrowseRecord as je,pInteractionDeleteFolder as Me,pInteractionDislike as Ne,pInteractionDislikeComment as Pe,pInteractionFollow as Fe,pInteractionLike as Ie,pInteractionLikeComment as Le,pInteractionMoveCollects as Re,pInteractionRemoveCollect as ze,pInteractionTrackEventsBatch as Be,pInteractionUnfollow as Ve,pInteractionUnifiedBatchLikeDislike as He,pInteractionUpdateFolder as Ue,pInteractionUpdateFollowingContentUpdateTime as We,pUserEditUserInfo as Ge,pUserLogin as Ke,pUserRegister as qe,pUserRegisterByVerifyEmailCode as Je,pUserResetForgetPassword as Ye,pUserResetPassword as Xe,pUserSendEmailCode as Ze,pUserSendForgetEmailCode as Qe,pUserSendResetPasswordEmailCode as $e,pUserUploadUserBgImage as et,pUserUserFeedback as tt,pUserUserPrivacySettings as nt,pUserVerifyEmailCode as rt,pUserVerifyForgetEmailCode as it,pUserVerifyResetPasswordEmailCode as at}from"./service/generated/client.mjs";import{createQueryKey as ot,gCommerceQueryOrderResultKey as st,gCommunityGetCollectionInfoKey as ct,gCommunityGetCommentsKey as lt,gCommunityGetContentInfoKey as ut,gCommunityGetContentListKey as dt,gCommunityGetHotContentListKey as ft,gCommunityGetSubscribedCollectionsKey as pt,gCommunityGetUserCollectionsKey as mt,gContentGetAdvertiseByCodeKey as ht,gContentGetAppChannelBlockDataKey as gt,gContentGetAppChannelBlockKey as _t,gContentGetAppChannelsKey as vt,gContentGetAppComponentKey as yt,gContentGetGuessYouLikeVideosKey as bt,gContentGetHotVideoListKey as xt,gContentGetRecommendSearchListKey as St,gContentGetRecommendVideoListKey as Ct,gContentGetSeoConfigKey as wt,gContentGetVideoDetailByApiKey as Tt,gContentGetVideoDetailKey as Et,gContentListVisibleFloatingBallKey as Dt,gContentProcessM3u8Key as Ot,gInteractionCheckMutualFollowKey as kt,gInteractionGetBrowseListKey as At,gInteractionGetContentDislikeListKey as jt,gInteractionGetContentLikeListKey as Mt,gInteractionGetDislikeListKey as Nt,gInteractionGetFolderKey as Pt,gInteractionGetFolderStatsKey as Ft,gInteractionGetFollowStatsKey as It,gInteractionGetFollowerListKey as Lt,gInteractionGetFollowingContentListKey as Rt,gInteractionGetFollowingListKey as zt,gInteractionGetFollowingUserUpdatesKey as Bt,gInteractionGetLikeListKey as Vt,gInteractionListCollectsKey as Ht,gInteractionListFoldersKey as Ut,gUserGetGuestIdentityKey as Wt,gUserGetUserEditInfoKey as Gt,gUserGetUserInfoKey as Kt,gUserGetUserPrivacySettingsKey as qt,gUserViewUserInfoKey as Jt,pCommerceCreatePaymentKey as Yt,pCommerceGetPaymentMethodsKey as Xt,pCommercePaymentSuccessCallbackKey as Zt,pCommerceRefundCallbackKey as Qt,pCommunityAddContentToCollectionKey as $t,pCommunityCreateCollectionKey as en,pCommunityCreateCommentKey as tn,pCommunityDeleteCollectionKey as nn,pCommunityDeleteCommentKey as rn,pCommunityDeleteContentKey as an,pCommunityDislikeCommentKey as on,pCommunityGetUploadPresignedURLKey as sn,pCommunityLikeCommentKey as cn,pCommunityMoveCollectionContentKey as ln,pCommunityPublishContentKey as un,pCommunityRemoveContentFromCollectionKey as dn,pCommunitySearchCurAccountFollowingUsersInfoKey as fn,pCommunityShareContentKey as pn,pCommunitySubscribeCollectionKey as mn,pCommunityUpdateCollectionKey as hn,pCommunityUpdateContentKey as gn,pCommunityUploadMediaKey as _n,pContentBatchGetVideoDetailKey as vn,pContentGetNewstVideoListKey as yn,pContentGetPopularVideoListKey as bn,pContentGetTopRatedVideoListKey as xn,pInteractionAddCollectKey as Sn,pInteractionBatchClearBrowseKey as Cn,pInteractionBatchDeleteCollectsKey as wn,pInteractionBatchDeleteFoldersKey as Tn,pInteractionBatchGetCommentLikeStatusKey as En,pInteractionBatchGetFollowStatsKey as Dn,pInteractionBatchGetLikeStatusKey as On,pInteractionBatchQueryContentInteractionsKey as kn,pInteractionBrowseKey as An,pInteractionCancelDislikeKey as jn,pInteractionCancelLikeKey as Mn,pInteractionCheckCollectKey as Nn,pInteractionCheckFollowKey as Pn,pInteractionClearBrowseHistoryKey as Fn,pInteractionCreateFolderKey as In,pInteractionDeleteBrowseRecordKey as Ln,pInteractionDeleteFolderKey as Rn,pInteractionDislikeCommentKey as zn,pInteractionDislikeKey as Bn,pInteractionFollowKey as Vn,pInteractionLikeCommentKey as Hn,pInteractionLikeKey as Un,pInteractionMoveCollectsKey as Wn,pInteractionRemoveCollectKey as Gn,pInteractionTrackEventsBatchKey as Kn,pInteractionUnfollowKey as qn,pInteractionUnifiedBatchLikeDislikeKey as Jn,pInteractionUpdateFolderKey as Yn,pInteractionUpdateFollowingContentUpdateTimeKey as Xn,pUserEditUserInfoKey as Zn,pUserLoginKey as Qn,pUserRegisterByVerifyEmailCodeKey as $n,pUserRegisterKey as er,pUserResetForgetPasswordKey as tr,pUserResetPasswordKey as nr,pUserSendEmailCodeKey as rr,pUserSendForgetEmailCodeKey as ir,pUserSendResetPasswordEmailCodeKey as ar,pUserUploadUserBgImageKey as or,pUserUserFeedbackKey as sr,pUserUserPrivacySettingsKey as cr,pUserVerifyEmailCodeKey as lr,pUserVerifyForgetEmailCodeKey as ur,pUserVerifyResetPasswordEmailCodeKey as dr}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as fr}from"./service/register-by-verify-email-code.mjs";export{ot as createQueryKey,n as gCommerceQueryOrderResult,st as gCommerceQueryOrderResultKey,r as gCommunityGetCollectionInfo,ct as gCommunityGetCollectionInfoKey,i as gCommunityGetComments,lt as gCommunityGetCommentsKey,a as gCommunityGetContentInfo,ut as gCommunityGetContentInfoKey,o as gCommunityGetContentList,dt as gCommunityGetContentListKey,s as gCommunityGetHotContentList,ft as gCommunityGetHotContentListKey,c as gCommunityGetSubscribedCollections,pt as gCommunityGetSubscribedCollectionsKey,l as gCommunityGetUserCollections,mt as gCommunityGetUserCollectionsKey,u as gContentGetAdvertiseByCode,ht as gContentGetAdvertiseByCodeKey,d as gContentGetAppChannelBlock,f as gContentGetAppChannelBlockData,gt as gContentGetAppChannelBlockDataKey,_t as gContentGetAppChannelBlockKey,p as gContentGetAppChannels,vt as gContentGetAppChannelsKey,m as gContentGetAppComponent,yt as gContentGetAppComponentKey,h as gContentGetGuessYouLikeVideos,bt as gContentGetGuessYouLikeVideosKey,g as gContentGetHotVideoList,xt as gContentGetHotVideoListKey,_ as gContentGetRecommendSearchList,St as gContentGetRecommendSearchListKey,v as gContentGetRecommendVideoList,Ct as gContentGetRecommendVideoListKey,y as gContentGetSeoConfig,wt as gContentGetSeoConfigKey,b as gContentGetVideoDetail,x as gContentGetVideoDetailByApi,Tt as gContentGetVideoDetailByApiKey,Et as gContentGetVideoDetailKey,S as gContentListVisibleFloatingBall,Dt as gContentListVisibleFloatingBallKey,C as gContentProcessM3u8,Ot as gContentProcessM3u8Key,w as gInteractionCheckMutualFollow,kt as gInteractionCheckMutualFollowKey,T as gInteractionGetBrowseList,At as gInteractionGetBrowseListKey,E as gInteractionGetContentDislikeList,jt as gInteractionGetContentDislikeListKey,D as gInteractionGetContentLikeList,Mt as gInteractionGetContentLikeListKey,O as gInteractionGetDislikeList,Nt as gInteractionGetDislikeListKey,k as gInteractionGetFolder,Pt as gInteractionGetFolderKey,A as gInteractionGetFolderStats,Ft as gInteractionGetFolderStatsKey,j as gInteractionGetFollowStats,It as gInteractionGetFollowStatsKey,M as gInteractionGetFollowerList,Lt as gInteractionGetFollowerListKey,N as gInteractionGetFollowingContentList,Rt as gInteractionGetFollowingContentListKey,P as gInteractionGetFollowingList,zt as gInteractionGetFollowingListKey,F as gInteractionGetFollowingUserUpdates,Bt as gInteractionGetFollowingUserUpdatesKey,I as gInteractionGetLikeList,Vt as gInteractionGetLikeListKey,L as gInteractionListCollects,Ht as gInteractionListCollectsKey,R as gInteractionListFolders,Ut as gInteractionListFoldersKey,z as gUserGetGuestIdentity,Wt as gUserGetGuestIdentityKey,B as gUserGetUserEditInfo,Gt as gUserGetUserEditInfoKey,V as gUserGetUserInfo,Kt as gUserGetUserInfoKey,H as gUserGetUserPrivacySettings,qt as gUserGetUserPrivacySettingsKey,U as gUserViewUserInfo,Jt as gUserViewUserInfoKey,W as pCommerceCreatePayment,Yt as pCommerceCreatePaymentKey,G as pCommerceGetPaymentMethods,Xt as pCommerceGetPaymentMethodsKey,K as pCommercePaymentSuccessCallback,Zt as pCommercePaymentSuccessCallbackKey,q as pCommerceRefundCallback,Qt as pCommerceRefundCallbackKey,J as pCommunityAddContentToCollection,$t as pCommunityAddContentToCollectionKey,Y as pCommunityCreateCollection,en as pCommunityCreateCollectionKey,X as pCommunityCreateComment,tn as pCommunityCreateCommentKey,Z as pCommunityDeleteCollection,nn as pCommunityDeleteCollectionKey,Q as pCommunityDeleteComment,rn as pCommunityDeleteCommentKey,$ as pCommunityDeleteContent,an as pCommunityDeleteContentKey,ee as pCommunityDislikeComment,on as pCommunityDislikeCommentKey,te as pCommunityGetUploadPresignedURL,sn as pCommunityGetUploadPresignedURLKey,ne as pCommunityLikeComment,cn as pCommunityLikeCommentKey,re as pCommunityMoveCollectionContent,ln as pCommunityMoveCollectionContentKey,ie as pCommunityPublishContent,un as pCommunityPublishContentKey,ae as pCommunityRemoveContentFromCollection,dn as pCommunityRemoveContentFromCollectionKey,oe as pCommunitySearchCurAccountFollowingUsersInfo,fn as pCommunitySearchCurAccountFollowingUsersInfoKey,se as pCommunityShareContent,pn as pCommunityShareContentKey,ce as pCommunitySubscribeCollection,mn as pCommunitySubscribeCollectionKey,le as pCommunityUpdateCollection,hn as pCommunityUpdateCollectionKey,ue as pCommunityUpdateContent,gn as pCommunityUpdateContentKey,de as pCommunityUploadMedia,_n as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,fe as pContentBatchGetVideoDetail,vn as pContentBatchGetVideoDetailKey,pe as pContentGetNewstVideoList,yn as pContentGetNewstVideoListKey,me as pContentGetPopularVideoList,bn as pContentGetPopularVideoListKey,he as pContentGetTopRatedVideoList,xn as pContentGetTopRatedVideoListKey,ge as pInteractionAddCollect,Sn as pInteractionAddCollectKey,_e as pInteractionBatchClearBrowse,Cn as pInteractionBatchClearBrowseKey,ve as pInteractionBatchDeleteCollects,wn as pInteractionBatchDeleteCollectsKey,ye as pInteractionBatchDeleteFolders,Tn as pInteractionBatchDeleteFoldersKey,be as pInteractionBatchGetCommentLikeStatus,En as pInteractionBatchGetCommentLikeStatusKey,xe as pInteractionBatchGetFollowStats,Dn as pInteractionBatchGetFollowStatsKey,Se as pInteractionBatchGetLikeStatus,On as pInteractionBatchGetLikeStatusKey,Ce as pInteractionBatchQueryContentInteractions,kn as pInteractionBatchQueryContentInteractionsKey,we as pInteractionBrowse,An as pInteractionBrowseKey,Te as pInteractionCancelDislike,jn as pInteractionCancelDislikeKey,Ee as pInteractionCancelLike,Mn as pInteractionCancelLikeKey,De as pInteractionCheckCollect,Nn as pInteractionCheckCollectKey,Oe as pInteractionCheckFollow,Pn as pInteractionCheckFollowKey,ke as pInteractionClearBrowseHistory,Fn as pInteractionClearBrowseHistoryKey,Ae as pInteractionCreateFolder,In as pInteractionCreateFolderKey,je as pInteractionDeleteBrowseRecord,Ln as pInteractionDeleteBrowseRecordKey,Me as pInteractionDeleteFolder,Rn as pInteractionDeleteFolderKey,Ne as pInteractionDislike,Pe as pInteractionDislikeComment,zn as pInteractionDislikeCommentKey,Bn as pInteractionDislikeKey,Fe as pInteractionFollow,Vn as pInteractionFollowKey,Ie as pInteractionLike,Le as pInteractionLikeComment,Hn as pInteractionLikeCommentKey,Un as pInteractionLikeKey,Re as pInteractionMoveCollects,Wn as pInteractionMoveCollectsKey,ze as pInteractionRemoveCollect,Gn as pInteractionRemoveCollectKey,Be as pInteractionTrackEventsBatch,Kn as pInteractionTrackEventsBatchKey,Ve as pInteractionUnfollow,qn as pInteractionUnfollowKey,He as pInteractionUnifiedBatchLikeDislike,Jn as pInteractionUnifiedBatchLikeDislikeKey,Ue as pInteractionUpdateFolder,Yn as pInteractionUpdateFolderKey,We as pInteractionUpdateFollowingContentUpdateTime,Xn as pInteractionUpdateFollowingContentUpdateTimeKey,Ge as pUserEditUserInfo,Zn as pUserEditUserInfoKey,Ke as pUserLogin,Qn as pUserLoginKey,qe as pUserRegister,Je as pUserRegisterByVerifyEmailCode,fr as pUserRegisterByVerifyEmailCodeCompat,$n as pUserRegisterByVerifyEmailCodeKey,er as pUserRegisterKey,Ye as pUserResetForgetPassword,tr as pUserResetForgetPasswordKey,Xe as pUserResetPassword,nr as pUserResetPasswordKey,Ze as pUserSendEmailCode,rr as pUserSendEmailCodeKey,Qe as pUserSendForgetEmailCode,ir as pUserSendForgetEmailCodeKey,$e as pUserSendResetPasswordEmailCode,ar as pUserSendResetPasswordEmailCodeKey,et as pUserUploadUserBgImage,or as pUserUploadUserBgImageKey,tt as pUserUserFeedback,sr as pUserUserFeedbackKey,nt as pUserUserPrivacySettings,cr as pUserUserPrivacySettingsKey,rt as pUserVerifyEmailCode,lr as pUserVerifyEmailCodeKey,it as pUserVerifyForgetEmailCode,ur as pUserVerifyForgetEmailCodeKey,at as pUserVerifyResetPasswordEmailCode,dr as pUserVerifyResetPasswordEmailCodeKey};
|
package/dist/types.d.mts
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
|
|
2
2
|
//#region types/generated/api-types.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* google.protobuf.Any
|
|
5
|
+
*/
|
|
6
|
+
type GoogleProtobufAny = {
|
|
7
|
+
type_url?: string;
|
|
8
|
+
value?: string;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
12
|
+
*/
|
|
13
|
+
type Status = {
|
|
14
|
+
/**
|
|
15
|
+
* The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
|
|
16
|
+
*/
|
|
17
|
+
code?: number;
|
|
18
|
+
/**
|
|
19
|
+
* A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
|
|
20
|
+
*/
|
|
21
|
+
message?: string;
|
|
22
|
+
/**
|
|
23
|
+
* A list of messages that carry the error details. There is a common set of message types for APIs to use.
|
|
24
|
+
*/
|
|
25
|
+
details?: GoogleProtobufAny[];
|
|
26
|
+
};
|
|
3
27
|
/**
|
|
4
28
|
* Api Response
|
|
5
29
|
*/
|
|
@@ -3127,6 +3151,18 @@ type UserGetUserInfoResponse = {
|
|
|
3127
3151
|
* 用户状态
|
|
3128
3152
|
*/
|
|
3129
3153
|
status?: number;
|
|
3154
|
+
/**
|
|
3155
|
+
* 用户类型
|
|
3156
|
+
*/
|
|
3157
|
+
user_type?: number;
|
|
3158
|
+
/**
|
|
3159
|
+
* 是否会员
|
|
3160
|
+
*/
|
|
3161
|
+
is_member?: number;
|
|
3162
|
+
/**
|
|
3163
|
+
* 是否官方
|
|
3164
|
+
*/
|
|
3165
|
+
is_official?: number;
|
|
3130
3166
|
};
|
|
3131
3167
|
/**
|
|
3132
3168
|
* 获取用户隐私设置信息响应
|
|
@@ -3777,6 +3813,213 @@ type UserRegisterByVerifyEmailCodeResponse = {
|
|
|
3777
3813
|
*/
|
|
3778
3814
|
expire_time?: number;
|
|
3779
3815
|
};
|
|
3816
|
+
type ContentGetSeoConfigResponse = {
|
|
3817
|
+
config?: ContentSeoConfig;
|
|
3818
|
+
common_config?: ContentSeoConfig;
|
|
3819
|
+
/**
|
|
3820
|
+
* 主配置来源:data、route、empty
|
|
3821
|
+
*/
|
|
3822
|
+
source?: string;
|
|
3823
|
+
};
|
|
3824
|
+
/**
|
|
3825
|
+
* 发起支付响应
|
|
3826
|
+
*/
|
|
3827
|
+
type CommerceCreatePaymentResponse = {
|
|
3828
|
+
/**
|
|
3829
|
+
* 支付平台订单号
|
|
3830
|
+
*/
|
|
3831
|
+
oid?: string;
|
|
3832
|
+
/**
|
|
3833
|
+
* 支付链接或 SDK 参数或银行卡信息 JSON
|
|
3834
|
+
*/
|
|
3835
|
+
pay_url?: string;
|
|
3836
|
+
/**
|
|
3837
|
+
* 返回模式:url/sdk/card
|
|
3838
|
+
*/
|
|
3839
|
+
mode?: string;
|
|
3840
|
+
card_info?: CommercePaymentCardInfo;
|
|
3841
|
+
};
|
|
3842
|
+
/**
|
|
3843
|
+
* 获取支付方式响应
|
|
3844
|
+
*/
|
|
3845
|
+
type CommerceGetPaymentMethodsResponse = {
|
|
3846
|
+
/**
|
|
3847
|
+
* 某个金额下可用的支付方式集合
|
|
3848
|
+
*/
|
|
3849
|
+
methods?: CommercePaymentMethodGroup[];
|
|
3850
|
+
};
|
|
3851
|
+
/**
|
|
3852
|
+
* 订单结果
|
|
3853
|
+
*/
|
|
3854
|
+
type CommerceOrderResult = {
|
|
3855
|
+
/**
|
|
3856
|
+
* 商户订单号
|
|
3857
|
+
*/
|
|
3858
|
+
trade_no?: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* 订单金额
|
|
3861
|
+
*/
|
|
3862
|
+
money?: string;
|
|
3863
|
+
/**
|
|
3864
|
+
* 实际支付金额
|
|
3865
|
+
*/
|
|
3866
|
+
pay_money?: string;
|
|
3867
|
+
/**
|
|
3868
|
+
* 支付时间
|
|
3869
|
+
*/
|
|
3870
|
+
pay_time?: string;
|
|
3871
|
+
/**
|
|
3872
|
+
* 支付状态
|
|
3873
|
+
*/
|
|
3874
|
+
pay_status?: string;
|
|
3875
|
+
/**
|
|
3876
|
+
* 回调状态
|
|
3877
|
+
*/
|
|
3878
|
+
notify_status?: string;
|
|
3879
|
+
};
|
|
3880
|
+
/**
|
|
3881
|
+
* 银行卡收款信息
|
|
3882
|
+
*/
|
|
3883
|
+
type CommercePaymentCardInfo = {
|
|
3884
|
+
/**
|
|
3885
|
+
* 收款金额
|
|
3886
|
+
*/
|
|
3887
|
+
amount?: string;
|
|
3888
|
+
/**
|
|
3889
|
+
* 收款人
|
|
3890
|
+
*/
|
|
3891
|
+
payee?: string;
|
|
3892
|
+
/**
|
|
3893
|
+
* 收款账号
|
|
3894
|
+
*/
|
|
3895
|
+
account?: string;
|
|
3896
|
+
/**
|
|
3897
|
+
* 有效时间,单位:分钟
|
|
3898
|
+
*/
|
|
3899
|
+
time?: number;
|
|
3900
|
+
};
|
|
3901
|
+
/**
|
|
3902
|
+
* 支付方式
|
|
3903
|
+
*/
|
|
3904
|
+
type CommercePaymentMethod = {
|
|
3905
|
+
/**
|
|
3906
|
+
* 支付方式名称
|
|
3907
|
+
*/
|
|
3908
|
+
name?: string;
|
|
3909
|
+
/**
|
|
3910
|
+
* 支付方式类型
|
|
3911
|
+
*/
|
|
3912
|
+
type?: string;
|
|
3913
|
+
};
|
|
3914
|
+
/**
|
|
3915
|
+
* 某个金额下可用的支付方式集合
|
|
3916
|
+
*/
|
|
3917
|
+
type CommercePaymentMethodGroup = {
|
|
3918
|
+
/**
|
|
3919
|
+
* 金额
|
|
3920
|
+
*/
|
|
3921
|
+
money?: string;
|
|
3922
|
+
/**
|
|
3923
|
+
* 支付方式
|
|
3924
|
+
*/
|
|
3925
|
+
types?: CommercePaymentMethod[];
|
|
3926
|
+
};
|
|
3927
|
+
/**
|
|
3928
|
+
* 玩家支付信息
|
|
3929
|
+
*/
|
|
3930
|
+
type CommercePaymentPlayerInfo = {
|
|
3931
|
+
/**
|
|
3932
|
+
* 产品 APP 名称
|
|
3933
|
+
*/
|
|
3934
|
+
app?: string;
|
|
3935
|
+
/**
|
|
3936
|
+
* 玩家 ID
|
|
3937
|
+
*/
|
|
3938
|
+
player_id?: string;
|
|
3939
|
+
/**
|
|
3940
|
+
* 玩家 IP
|
|
3941
|
+
*/
|
|
3942
|
+
player_ip?: string;
|
|
3943
|
+
/**
|
|
3944
|
+
* 玩家设备 ID
|
|
3945
|
+
*/
|
|
3946
|
+
device_id?: string;
|
|
3947
|
+
/**
|
|
3948
|
+
* 玩家设备类型:ios/android/pc
|
|
3949
|
+
*/
|
|
3950
|
+
device_type?: string;
|
|
3951
|
+
/**
|
|
3952
|
+
* 玩家姓名
|
|
3953
|
+
*/
|
|
3954
|
+
name?: string;
|
|
3955
|
+
/**
|
|
3956
|
+
* 玩家手机号
|
|
3957
|
+
*/
|
|
3958
|
+
tel?: string;
|
|
3959
|
+
/**
|
|
3960
|
+
* 玩家付款账号
|
|
3961
|
+
*/
|
|
3962
|
+
pay_act?: string;
|
|
3963
|
+
};
|
|
3964
|
+
/**
|
|
3965
|
+
* 支付成功回调响应
|
|
3966
|
+
*/
|
|
3967
|
+
type CommercePaymentSuccessCallbackResponse = {
|
|
3968
|
+
/**
|
|
3969
|
+
* 回调成功时返回 success
|
|
3970
|
+
*/
|
|
3971
|
+
ack?: string;
|
|
3972
|
+
};
|
|
3973
|
+
/**
|
|
3974
|
+
* 查询订单结果响应
|
|
3975
|
+
*/
|
|
3976
|
+
type CommerceQueryOrderResultResponse = {
|
|
3977
|
+
order?: CommerceOrderResult;
|
|
3978
|
+
};
|
|
3979
|
+
/**
|
|
3980
|
+
* 退款回调响应
|
|
3981
|
+
*/
|
|
3982
|
+
type CommerceRefundCallbackResponse = {
|
|
3983
|
+
/**
|
|
3984
|
+
* 回调成功时返回 success
|
|
3985
|
+
*/
|
|
3986
|
+
ack?: string;
|
|
3987
|
+
};
|
|
3988
|
+
type ContentSeoConfig = {
|
|
3989
|
+
/**
|
|
3990
|
+
* SEO标题
|
|
3991
|
+
*/
|
|
3992
|
+
title?: string;
|
|
3993
|
+
/**
|
|
3994
|
+
* SEO描述
|
|
3995
|
+
*/
|
|
3996
|
+
description?: string;
|
|
3997
|
+
/**
|
|
3998
|
+
* SEO关键词
|
|
3999
|
+
*/
|
|
4000
|
+
keywords?: string;
|
|
4001
|
+
/**
|
|
4002
|
+
* 是否收录:1是 0否
|
|
4003
|
+
*/
|
|
4004
|
+
is_indexed?: number;
|
|
4005
|
+
/**
|
|
4006
|
+
* 是否公共配置:1是 0否
|
|
4007
|
+
*/
|
|
4008
|
+
is_common?: number;
|
|
4009
|
+
};
|
|
4010
|
+
/**
|
|
4011
|
+
* 批量删除收藏夹响应
|
|
4012
|
+
*/
|
|
4013
|
+
type InteractionBatchDeleteFoldersResponse = {
|
|
4014
|
+
/**
|
|
4015
|
+
* 删除成功的收藏夹数量
|
|
4016
|
+
*/
|
|
4017
|
+
deleted_count?: number;
|
|
4018
|
+
/**
|
|
4019
|
+
* 删除失败的收藏夹ID列表
|
|
4020
|
+
*/
|
|
4021
|
+
failed_folder_ids?: string[];
|
|
4022
|
+
};
|
|
3780
4023
|
type PostApiCommunityPublishContentReqBody = {
|
|
3781
4024
|
/**
|
|
3782
4025
|
* 正文内容
|
|
@@ -4497,9 +4740,9 @@ type PostApiContentGetNewstVideoListReqBody = {
|
|
|
4497
4740
|
*/
|
|
4498
4741
|
tags?: string[];
|
|
4499
4742
|
/**
|
|
4500
|
-
* 分类ID
|
|
4743
|
+
* 分类ID列表筛选(批量)
|
|
4501
4744
|
*/
|
|
4502
|
-
|
|
4745
|
+
cat_ids?: string[];
|
|
4503
4746
|
};
|
|
4504
4747
|
type PostApiContentGetNewstVideoListRes = {
|
|
4505
4748
|
code?: ResultCode;
|
|
@@ -4523,9 +4766,9 @@ type PostApiContentGetPopularVideoListReqBody = {
|
|
|
4523
4766
|
*/
|
|
4524
4767
|
tags?: string[];
|
|
4525
4768
|
/**
|
|
4526
|
-
* 分类ID
|
|
4769
|
+
* 分类ID列表筛选(批量)
|
|
4527
4770
|
*/
|
|
4528
|
-
|
|
4771
|
+
cat_ids?: string[];
|
|
4529
4772
|
};
|
|
4530
4773
|
type PostApiContentGetPopularVideoListRes = {
|
|
4531
4774
|
code?: ResultCode;
|
|
@@ -4575,9 +4818,9 @@ type GetApiContentGetGuessYouLikeVideosQuery = {
|
|
|
4575
4818
|
*/
|
|
4576
4819
|
tags?: string[];
|
|
4577
4820
|
/**
|
|
4578
|
-
* 分类ID
|
|
4821
|
+
* 分类ID列表筛选(批量)
|
|
4579
4822
|
*/
|
|
4580
|
-
|
|
4823
|
+
cat_ids?: string[];
|
|
4581
4824
|
};
|
|
4582
4825
|
type GetApiContentGetGuessYouLikeVideosRes = {
|
|
4583
4826
|
code?: ResultCode;
|
|
@@ -4649,6 +4892,28 @@ type PostApiContentGetTopRatedVideoListRes = {
|
|
|
4649
4892
|
message?: string;
|
|
4650
4893
|
data: ContentGetTopRatedVideoListResponse;
|
|
4651
4894
|
};
|
|
4895
|
+
type GetApiContentGetSeoConfigQuery = {
|
|
4896
|
+
/**
|
|
4897
|
+
* 数据ID
|
|
4898
|
+
*/
|
|
4899
|
+
data_id?: string;
|
|
4900
|
+
/**
|
|
4901
|
+
* 数据类型
|
|
4902
|
+
*/
|
|
4903
|
+
data_type?: number;
|
|
4904
|
+
/**
|
|
4905
|
+
* 页面URL
|
|
4906
|
+
*/
|
|
4907
|
+
url?: string;
|
|
4908
|
+
};
|
|
4909
|
+
type GetApiContentGetSeoConfigRes = {
|
|
4910
|
+
code?: ResultCode;
|
|
4911
|
+
/**
|
|
4912
|
+
* 响应消息
|
|
4913
|
+
*/
|
|
4914
|
+
message?: string;
|
|
4915
|
+
data: ContentGetSeoConfigResponse;
|
|
4916
|
+
};
|
|
4652
4917
|
type GetApiContentProcessM3u8Query = {
|
|
4653
4918
|
/**
|
|
4654
4919
|
* m3u8地址
|
|
@@ -5808,6 +6073,32 @@ type PostApiInteractionTrackEventsBatchRes = {
|
|
|
5808
6073
|
*/
|
|
5809
6074
|
data: Record<string, any>;
|
|
5810
6075
|
};
|
|
6076
|
+
type PostApiInteractionBatchDeleteFoldersReqBody = {
|
|
6077
|
+
/**
|
|
6078
|
+
* 应用ID
|
|
6079
|
+
*/
|
|
6080
|
+
app_id?: number;
|
|
6081
|
+
/**
|
|
6082
|
+
* 用户ID
|
|
6083
|
+
*/
|
|
6084
|
+
user_id?: string;
|
|
6085
|
+
/**
|
|
6086
|
+
* 收藏夹ID列表
|
|
6087
|
+
*/
|
|
6088
|
+
folder_ids?: string[];
|
|
6089
|
+
/**
|
|
6090
|
+
* 是否同时删除收藏夹内的内容
|
|
6091
|
+
*/
|
|
6092
|
+
delete_content?: boolean;
|
|
6093
|
+
};
|
|
6094
|
+
type PostApiInteractionBatchDeleteFoldersRes = {
|
|
6095
|
+
code?: ResultCode;
|
|
6096
|
+
/**
|
|
6097
|
+
* 响应消息
|
|
6098
|
+
*/
|
|
6099
|
+
message?: string;
|
|
6100
|
+
data: InteractionBatchDeleteFoldersResponse;
|
|
6101
|
+
};
|
|
5811
6102
|
type GetApiUserGetGuestIdentityQuery = {
|
|
5812
6103
|
/**
|
|
5813
6104
|
* 游客唯一标识
|
|
@@ -6220,5 +6511,144 @@ type PostApiUserRegisterByVerifyEmailCodeRes = {
|
|
|
6220
6511
|
message?: string;
|
|
6221
6512
|
data: UserRegisterByVerifyEmailCodeResponse;
|
|
6222
6513
|
};
|
|
6514
|
+
type PostApiCommerceCreatePaymentReqBody = {
|
|
6515
|
+
/**
|
|
6516
|
+
* 支付类型:alipay/wechat/union/usdt/dyhbPay/digitalRmb
|
|
6517
|
+
*/
|
|
6518
|
+
type?: string;
|
|
6519
|
+
/**
|
|
6520
|
+
* 订单金额
|
|
6521
|
+
*/
|
|
6522
|
+
money?: string;
|
|
6523
|
+
/**
|
|
6524
|
+
* 商户订单号
|
|
6525
|
+
*/
|
|
6526
|
+
trade_no?: string;
|
|
6527
|
+
info?: CommercePaymentPlayerInfo;
|
|
6528
|
+
/**
|
|
6529
|
+
* 支付模式:url/sdk/card
|
|
6530
|
+
*/
|
|
6531
|
+
mode?: string;
|
|
6532
|
+
/**
|
|
6533
|
+
* 扩展参数
|
|
6534
|
+
*/
|
|
6535
|
+
payload?: string;
|
|
6536
|
+
};
|
|
6537
|
+
type PostApiCommerceCreatePaymentRes = {
|
|
6538
|
+
code?: ResultCode;
|
|
6539
|
+
/**
|
|
6540
|
+
* 响应消息
|
|
6541
|
+
*/
|
|
6542
|
+
message?: string;
|
|
6543
|
+
data: CommerceCreatePaymentResponse;
|
|
6544
|
+
};
|
|
6545
|
+
type GetApiCommerceQueryOrderResultQuery = {
|
|
6546
|
+
/**
|
|
6547
|
+
* 商户订单号
|
|
6548
|
+
*/
|
|
6549
|
+
trade_no?: string;
|
|
6550
|
+
};
|
|
6551
|
+
type GetApiCommerceQueryOrderResultRes = {
|
|
6552
|
+
code?: ResultCode;
|
|
6553
|
+
/**
|
|
6554
|
+
* 响应消息
|
|
6555
|
+
*/
|
|
6556
|
+
message?: string;
|
|
6557
|
+
data: CommerceQueryOrderResultResponse;
|
|
6558
|
+
};
|
|
6559
|
+
type PostApiCommerceGetPaymentMethodsReqBody = {
|
|
6560
|
+
/**
|
|
6561
|
+
* 金额数组
|
|
6562
|
+
*/
|
|
6563
|
+
money?: string[];
|
|
6564
|
+
/**
|
|
6565
|
+
* 支付模式:url/sdk
|
|
6566
|
+
*/
|
|
6567
|
+
mode?: string;
|
|
6568
|
+
/**
|
|
6569
|
+
* 扩展参数
|
|
6570
|
+
*/
|
|
6571
|
+
payload?: string;
|
|
6572
|
+
};
|
|
6573
|
+
type PostApiCommerceGetPaymentMethodsRes = {
|
|
6574
|
+
code?: ResultCode;
|
|
6575
|
+
/**
|
|
6576
|
+
* 响应消息
|
|
6577
|
+
*/
|
|
6578
|
+
message?: string;
|
|
6579
|
+
data: CommerceGetPaymentMethodsResponse;
|
|
6580
|
+
};
|
|
6581
|
+
type PostApiCommercePaymentSuccessCallbackReqBody = {
|
|
6582
|
+
/**
|
|
6583
|
+
* 固定值:200
|
|
6584
|
+
*/
|
|
6585
|
+
code?: number;
|
|
6586
|
+
/**
|
|
6587
|
+
* 商户编号
|
|
6588
|
+
*/
|
|
6589
|
+
merc_id?: string;
|
|
6590
|
+
/**
|
|
6591
|
+
* 平台订单号
|
|
6592
|
+
*/
|
|
6593
|
+
oid?: string;
|
|
6594
|
+
/**
|
|
6595
|
+
* 实际到账金额
|
|
6596
|
+
*/
|
|
6597
|
+
pay_money?: string;
|
|
6598
|
+
/**
|
|
6599
|
+
* 支付时间
|
|
6600
|
+
*/
|
|
6601
|
+
pay_time?: string;
|
|
6602
|
+
/**
|
|
6603
|
+
* 商户订单号
|
|
6604
|
+
*/
|
|
6605
|
+
trade_no?: string;
|
|
6606
|
+
/**
|
|
6607
|
+
* 签名
|
|
6608
|
+
*/
|
|
6609
|
+
sign?: string;
|
|
6610
|
+
/**
|
|
6611
|
+
* 支付备注参数
|
|
6612
|
+
*/
|
|
6613
|
+
payload?: string;
|
|
6614
|
+
};
|
|
6615
|
+
type PostApiCommercePaymentSuccessCallbackRes = {
|
|
6616
|
+
code?: ResultCode;
|
|
6617
|
+
/**
|
|
6618
|
+
* 响应消息
|
|
6619
|
+
*/
|
|
6620
|
+
message?: string;
|
|
6621
|
+
data: CommercePaymentSuccessCallbackResponse;
|
|
6622
|
+
};
|
|
6623
|
+
type PostApiCommerceRefundCallbackReqBody = {
|
|
6624
|
+
/**
|
|
6625
|
+
* 固定值:200
|
|
6626
|
+
*/
|
|
6627
|
+
code?: number;
|
|
6628
|
+
/**
|
|
6629
|
+
* 商户编号
|
|
6630
|
+
*/
|
|
6631
|
+
merc_id?: string;
|
|
6632
|
+
/**
|
|
6633
|
+
* 平台订单号
|
|
6634
|
+
*/
|
|
6635
|
+
oid?: string;
|
|
6636
|
+
/**
|
|
6637
|
+
* 商户订单号
|
|
6638
|
+
*/
|
|
6639
|
+
trade_no?: string;
|
|
6640
|
+
/**
|
|
6641
|
+
* 签名
|
|
6642
|
+
*/
|
|
6643
|
+
sign?: string;
|
|
6644
|
+
};
|
|
6645
|
+
type PostApiCommerceRefundCallbackRes = {
|
|
6646
|
+
code?: ResultCode;
|
|
6647
|
+
/**
|
|
6648
|
+
* 响应消息
|
|
6649
|
+
*/
|
|
6650
|
+
message?: string;
|
|
6651
|
+
data: CommerceRefundCallbackResponse;
|
|
6652
|
+
};
|
|
6223
6653
|
//#endregion
|
|
6224
|
-
export { CommunityAddContentToCollectionResponse, CommunityCollectionData, CommunityCollectionDetail, CommunityCollectionInfo, CommunityCommentInfo, CommunityCommentListData, CommunityContentBrief, CommunityContentInfo, CommunityContentInteraction, CommunityContentListData, CommunityCreateCollectionResponse, CommunityCreateCommentResponse, CommunityDeleteCollectionResponse, CommunityDeleteCommentResponse, CommunityDeleteContentResponse, CommunityDislikeCommentResponse, CommunityFollowInfo, CommunityGetCollectionInfoResponse, CommunityGetCommentsResponse, CommunityGetCommentsResponseData, CommunityGetContentInfoResponse, CommunityGetContentListResponse, CommunityGetHotContentListResponse, CommunityGetSubscribedCollectionsResponse, CommunityGetUploadPresignedURLResponse, CommunityGetUserCollectionsResponse, CommunityHotContentInfo, CommunityLikeCommentResponse, CommunityMediaInfo, CommunityMediaTagInfo, CommunityMoveCollectionContentResponse, CommunityPublishContentResponse, CommunitySearchCurAccountFollowingUsersInfoResponse, CommunityShareContentResponse, CommunityShareData, CommunitySubscribeCollectionResponse, CommunityUpdateCollectionResponse, CommunityUpdateContentResponse, CommunityUploadMediaInfo, CommunityUploadMediaResponse, CommunityUserBrief, ContentAdvertiseDetail, ContentAppChannel, ContentAppChannelBlock, ContentAppChannelBlockBanner, ContentAppChannelBlockData, ContentAppComponentCommon, ContentBaseUserInfo, ContentBatchGetVideoDetailResponse, ContentBlockIconInfo, ContentContentInfo, ContentFloatingBallInfo, ContentGetAdvertiseByCodeResponse, ContentGetAppChannelBlockDataResponse, ContentGetAppChannelBlockResponse, ContentGetAppChannelsResponse, ContentGetAppComponentResponse, ContentGetGuessYouLikeVideosResponse, ContentGetHotVideoListResponse, ContentGetNewstVideoListResponse, ContentGetPopularVideoListResponse, ContentGetRecommendSearchListResponse, ContentGetRecommendVideoListResponse, ContentGetTopRatedVideoListResponse, ContentGetVideoDetailByApiResponse, ContentGetVideoDetailResponse, ContentHotVideoInfo, ContentListVisibleFloatingBallResponse, ContentMediaInfo, ContentProcessM3U8Response, ContentRecommendContentAuthor, ContentRecommendContentInfo, ContentRecommendContentInteraction, ContentRecommendContentList, ContentRecommendContentMedia, ContentRecommendInfo, ContentRecommendUserInfo, ContentRecommendUserList, ContentRecommendVideoInfo, ContentRecommendVideoList, ContentShowVideoInfo, ContentTag, ContentVideoDetail, ContentVideoEpisodeMedium, ContentVideoEpisodeProto, ContentVideoLink, ContentVideoStatic, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, InteractionAddCollectResponse, InteractionBatchClearBrowseResponse, InteractionBatchDeleteCollectsResponse, InteractionBatchGetCommentLikeStatusResponse, InteractionBatchGetFollowStatsResponse, InteractionBatchGetLikeStatusResponse, InteractionBatchQueryContentInteractionsResponse, InteractionBrowseItem, InteractionBrowseRecord, InteractionBrowseResponse, InteractionCancelDislikeResponse, InteractionCancelLikeResponse, InteractionCheckCollectResponse, InteractionCheckFollowResponse, InteractionCheckMutualFollowResponse, InteractionClearBrowseHistoryResponse, InteractionCollectInfo, InteractionCollectItem, InteractionContentInteraction, InteractionContentInteractionStatus, InteractionCreateFolderResponse, InteractionDeleteFolderResponse, InteractionDislikeResponse, InteractionEpisode, InteractionFolderInfo, InteractionFolderStats, InteractionFollowInfoItem, InteractionFollowResponse, InteractionFollowingContentItem, InteractionGetBrowseListResponse, InteractionGetContentDislikeListResponse, InteractionGetContentLikeListResponse, InteractionGetDislikeListResponse, InteractionGetFolderResponse, InteractionGetFolderStatsResponse, InteractionGetFollowStatsResponse, InteractionGetFollowerListResponse, InteractionGetFollowingContentListResponse, InteractionGetFollowingListResponse, InteractionGetFollowingUserUpdatesResponse, InteractionGetLikeListResponse, InteractionLikeInfo, InteractionLikeItem, InteractionLikeResponse, InteractionLikeStatusItem, InteractionListCollectsResponse, InteractionListFoldersResponse, InteractionMediaInfo, InteractionMoveCollectsResponse, InteractionPostInfo, InteractionRemoveCollectResponse, InteractionTrackEvent, InteractionUnfollowResponse, InteractionUnifiedBatchLikeDislikeResponse, InteractionUnifiedBatchLikeDislikeResult, InteractionUserBrief, InteractionVideoDetailNested, InteractionVideoInfo, InteractionVideoMedia, InteractionVideoTag, InternalReplayVideoDetailPrewarmData, InternalReplayVideoDetailPrewarmRequest, InternalReplayVideoDetailPrewarmResponse, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes, Result, ResultCode, ResultGrpc, UserGetGuestIdentityResponse, UserGetUserEditInfoResponse, UserGetUserInfoResponse, UserGetUserPrivacySettingsResponse, UserLoginResponse, UserRegisterByVerifyEmailCodeResponse, UserRegisterResponse, UserViewUserInfoResponse };
|
|
6654
|
+
export { CommerceCreatePaymentResponse, CommerceGetPaymentMethodsResponse, CommerceOrderResult, CommercePaymentCardInfo, CommercePaymentMethod, CommercePaymentMethodGroup, CommercePaymentPlayerInfo, CommercePaymentSuccessCallbackResponse, CommerceQueryOrderResultResponse, CommerceRefundCallbackResponse, CommunityAddContentToCollectionResponse, CommunityCollectionData, CommunityCollectionDetail, CommunityCollectionInfo, CommunityCommentInfo, CommunityCommentListData, CommunityContentBrief, CommunityContentInfo, CommunityContentInteraction, CommunityContentListData, CommunityCreateCollectionResponse, CommunityCreateCommentResponse, CommunityDeleteCollectionResponse, CommunityDeleteCommentResponse, CommunityDeleteContentResponse, CommunityDislikeCommentResponse, CommunityFollowInfo, CommunityGetCollectionInfoResponse, CommunityGetCommentsResponse, CommunityGetCommentsResponseData, CommunityGetContentInfoResponse, CommunityGetContentListResponse, CommunityGetHotContentListResponse, CommunityGetSubscribedCollectionsResponse, CommunityGetUploadPresignedURLResponse, CommunityGetUserCollectionsResponse, CommunityHotContentInfo, CommunityLikeCommentResponse, CommunityMediaInfo, CommunityMediaTagInfo, CommunityMoveCollectionContentResponse, CommunityPublishContentResponse, CommunitySearchCurAccountFollowingUsersInfoResponse, CommunityShareContentResponse, CommunityShareData, CommunitySubscribeCollectionResponse, CommunityUpdateCollectionResponse, CommunityUpdateContentResponse, CommunityUploadMediaInfo, CommunityUploadMediaResponse, CommunityUserBrief, ContentAdvertiseDetail, ContentAppChannel, ContentAppChannelBlock, ContentAppChannelBlockBanner, ContentAppChannelBlockData, ContentAppComponentCommon, ContentBaseUserInfo, ContentBatchGetVideoDetailResponse, ContentBlockIconInfo, ContentContentInfo, ContentFloatingBallInfo, ContentGetAdvertiseByCodeResponse, ContentGetAppChannelBlockDataResponse, ContentGetAppChannelBlockResponse, ContentGetAppChannelsResponse, ContentGetAppComponentResponse, ContentGetGuessYouLikeVideosResponse, ContentGetHotVideoListResponse, ContentGetNewstVideoListResponse, ContentGetPopularVideoListResponse, ContentGetRecommendSearchListResponse, ContentGetRecommendVideoListResponse, ContentGetSeoConfigResponse, ContentGetTopRatedVideoListResponse, ContentGetVideoDetailByApiResponse, ContentGetVideoDetailResponse, ContentHotVideoInfo, ContentListVisibleFloatingBallResponse, ContentMediaInfo, ContentProcessM3U8Response, ContentRecommendContentAuthor, ContentRecommendContentInfo, ContentRecommendContentInteraction, ContentRecommendContentList, ContentRecommendContentMedia, ContentRecommendInfo, ContentRecommendUserInfo, ContentRecommendUserList, ContentRecommendVideoInfo, ContentRecommendVideoList, ContentSeoConfig, ContentShowVideoInfo, ContentTag, ContentVideoDetail, ContentVideoEpisodeMedium, ContentVideoEpisodeProto, ContentVideoLink, ContentVideoStatic, GetApiCommerceQueryOrderResultQuery, GetApiCommerceQueryOrderResultRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetSeoConfigQuery, GetApiContentGetSeoConfigRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, GoogleProtobufAny, InteractionAddCollectResponse, InteractionBatchClearBrowseResponse, InteractionBatchDeleteCollectsResponse, InteractionBatchDeleteFoldersResponse, InteractionBatchGetCommentLikeStatusResponse, InteractionBatchGetFollowStatsResponse, InteractionBatchGetLikeStatusResponse, InteractionBatchQueryContentInteractionsResponse, InteractionBrowseItem, InteractionBrowseRecord, InteractionBrowseResponse, InteractionCancelDislikeResponse, InteractionCancelLikeResponse, InteractionCheckCollectResponse, InteractionCheckFollowResponse, InteractionCheckMutualFollowResponse, InteractionClearBrowseHistoryResponse, InteractionCollectInfo, InteractionCollectItem, InteractionContentInteraction, InteractionContentInteractionStatus, InteractionCreateFolderResponse, InteractionDeleteFolderResponse, InteractionDislikeResponse, InteractionEpisode, InteractionFolderInfo, InteractionFolderStats, InteractionFollowInfoItem, InteractionFollowResponse, InteractionFollowingContentItem, InteractionGetBrowseListResponse, InteractionGetContentDislikeListResponse, InteractionGetContentLikeListResponse, InteractionGetDislikeListResponse, InteractionGetFolderResponse, InteractionGetFolderStatsResponse, InteractionGetFollowStatsResponse, InteractionGetFollowerListResponse, InteractionGetFollowingContentListResponse, InteractionGetFollowingListResponse, InteractionGetFollowingUserUpdatesResponse, InteractionGetLikeListResponse, InteractionLikeInfo, InteractionLikeItem, InteractionLikeResponse, InteractionLikeStatusItem, InteractionListCollectsResponse, InteractionListFoldersResponse, InteractionMediaInfo, InteractionMoveCollectsResponse, InteractionPostInfo, InteractionRemoveCollectResponse, InteractionTrackEvent, InteractionUnfollowResponse, InteractionUnifiedBatchLikeDislikeResponse, InteractionUnifiedBatchLikeDislikeResult, InteractionUserBrief, InteractionVideoDetailNested, InteractionVideoInfo, InteractionVideoMedia, InteractionVideoTag, InternalReplayVideoDetailPrewarmData, InternalReplayVideoDetailPrewarmRequest, InternalReplayVideoDetailPrewarmResponse, PostApiCommerceCreatePaymentReqBody, PostApiCommerceCreatePaymentRes, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommerceGetPaymentMethodsRes, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommercePaymentSuccessCallbackRes, PostApiCommerceRefundCallbackReqBody, PostApiCommerceRefundCallbackRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchDeleteFoldersRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes, Result, ResultCode, ResultGrpc, Status, UserGetGuestIdentityResponse, UserGetUserEditInfoResponse, UserGetUserInfoResponse, UserGetUserPrivacySettingsResponse, UserLoginResponse, UserRegisterByVerifyEmailCodeResponse, UserRegisterResponse, UserViewUserInfoResponse };
|
package/dist/utils/helper.d.mts
CHANGED
package/dist/utils/helper.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
function e(e){return`${(e/
|
|
2
|
+
function e(e){return`${(e/390*100).toFixed(3)}vw`}function t(e){if(e)return e.trim()||void 0}function n(){typeof document<`u`&&(document.body.style.overflow=`hidden`)}function r(){typeof document<`u`&&(document.body.style.overflow=``)}export{n as disablePageScroll,r as enablePageScroll,t as normalizeClassName,e as pxToVw};
|
|
@@ -6,10 +6,10 @@ type InspectorFieldOption<T> = Omit<T, 'type'>;
|
|
|
6
6
|
declare const stringInspectorFieldSchema: z.ZodObject<{
|
|
7
7
|
type: z.ZodLiteral<"string">;
|
|
8
8
|
fieldType: z.ZodOptional<z.ZodEnum<{
|
|
9
|
-
select: "select";
|
|
10
9
|
input: "input";
|
|
11
10
|
textarea: "textarea";
|
|
12
11
|
color: "color";
|
|
12
|
+
select: "select";
|
|
13
13
|
}>>;
|
|
14
14
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
15
15
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -68,10 +68,10 @@ type ObjectInspectorFieldOption = InspectorFieldOption<z.infer<typeof objectInsp
|
|
|
68
68
|
declare const componentInspectorFieldMetaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
69
69
|
type: z.ZodLiteral<"string">;
|
|
70
70
|
fieldType: z.ZodOptional<z.ZodEnum<{
|
|
71
|
-
select: "select";
|
|
72
71
|
input: "input";
|
|
73
72
|
textarea: "textarea";
|
|
74
73
|
color: "color";
|
|
74
|
+
select: "select";
|
|
75
75
|
}>>;
|
|
76
76
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
77
77
|
label: z.ZodOptional<z.ZodString>;
|