@funhub/platform 0.1.57 → 0.1.58
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/filter_dark.mjs +1 -1
- package/dist/biz.d.mts +15 -15
- package/dist/biz.mjs +1 -1
- package/dist/components/biz/business/comment/comment-list.mjs +1 -1
- package/dist/components/biz/business/detail/shared/detail-follow-action.mjs +2 -0
- package/dist/components/biz/business/detail/shared/detail-info-tags.mjs +2 -0
- package/dist/components/biz/business/detail/shared/detail-info-title.mjs +2 -0
- package/dist/components/biz/business/detail/shared/detail-introduction.mjs +2 -0
- package/dist/components/biz/business/detail/shared/detail-operate.mjs +2 -0
- package/dist/components/biz/business/detail/shared/post-recommend-list.mjs +2 -0
- package/dist/components/biz/business/detail/{materials → shared}/registry.d.mts +20 -20
- package/dist/components/biz/business/detail/shared/registry.mjs +2 -0
- package/dist/components/biz/business/detail/shared/seo-config.mjs +2 -0
- package/dist/components/biz/business/detail/shared/video-hero.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/client.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-actions/client.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/material.d.mts +2 -2
- package/dist/components/biz/business/detail/video-detail-actions/material.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/schema.d.mts +3 -3
- package/dist/components/biz/business/detail/video-detail-actions/schema.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/client.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-info/client.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/material.d.mts +4 -4
- package/dist/components/biz/business/detail/video-detail-info/material.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/schema.d.mts +3 -3
- package/dist/components/biz/business/detail/video-detail-info/schema.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/client.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-info-title/client.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/material.d.mts +2 -2
- package/dist/components/biz/business/detail/video-detail-info-title/material.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/schema.d.mts +3 -3
- package/dist/components/biz/business/detail/video-detail-info-title/schema.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/client.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/client.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/material.d.mts +4 -4
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/material.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/schema.d.mts +3 -3
- package/dist/components/biz/business/detail/video-detail-info-title-tags-episodes/schema.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/client.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-player/client.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/material.d.mts +2 -2
- package/dist/components/biz/business/detail/video-detail-player/material.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/schema.d.mts +3 -3
- package/dist/components/biz/business/detail/video-detail-player/schema.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/server.d.mts +1 -1
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/client.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/client.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/material.d.mts +4 -4
- package/dist/components/biz/business/detail/video-detail-recommend/material.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/schema.d.mts +3 -3
- package/dist/components/biz/business/detail/video-detail-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/server.d.mts +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/client.d.mts +24 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/index.d.mts +6 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/inspector-schema.d.mts +4 -4
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/material.d.mts +6 -6
- package/dist/components/biz/business/home-recommend/home-recommend-grid/material.mjs +2 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/schema.d.mts +11 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-grid → home-recommend-grid}/server.d.mts +2 -2
- package/dist/components/biz/business/home-recommend/home-recommend-grid/server.mjs +2 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.d.mts +24 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/index.d.mts +6 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/inspector-schema.d.mts +7 -4
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/material.d.mts +8 -6
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.mjs +2 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/schema.d.mts +11 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/{variants/home-recommend-waterfall → home-recommend-waterfall}/server.d.mts +2 -2
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/server.mjs +2 -0
- package/dist/components/biz/business/home-recommend/index.d.mts +12 -12
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-default-config.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-server-data.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-video-detail.mjs +1 -1
- package/dist/components/biz/business/home-recommend/types.d.mts +1 -5
- package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/client.d.mts +14 -3
- package/dist/components/biz/business/image-text-recommend/client.mjs +2 -0
- package/dist/components/biz/business/image-text-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/material.d.mts +2 -3
- package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/schema.d.mts +1 -2
- package/dist/components/biz/business/image-text-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/image-text-recommend/server.d.mts +13 -0
- package/dist/components/biz/business/image-text-recommend/server.mjs +2 -0
- package/dist/components/biz/business/index.d.mts +16 -16
- package/dist/components/biz/business/marquee/material.d.mts +1 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/server.d.mts +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/server.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.d.mts +1 -1
- package/dist/components/biz/business/search-bar/variants/detail-search-bar/runtime/client.mjs +1 -1
- package/dist/components/biz/utils/transformers/data.mjs +1 -1
- package/dist/components/pages/collection-detail/detail.mjs +1 -1
- package/dist/components/pages/feedback/_components/feedback-form.mjs +1 -1
- package/dist/components/pages/post-detail/post-detail-client.mjs +1 -1
- package/dist/components/pages/video-detail/page.mjs +1 -1
- package/dist/components/pages/video-detail/video-detail-client.d.mts +1 -1
- package/dist/components/pages/video-detail/video-detail-client.mjs +1 -1
- package/dist/components/pages/video-list/index.mjs +1 -1
- package/dist/components/pages/video-list/video-list-client.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/button-group.d.mts +1 -1
- package/dist/components/ui/button.d.mts +2 -2
- package/dist/components/ui/field.d.mts +1 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/hooks/video-horizontal-list.d.mts +17 -0
- package/dist/hooks/video-horizontal-list.mjs +2 -0
- package/dist/hooks.d.mts +2 -1
- package/dist/hooks.mjs +1 -1
- package/dist/i18n/locales/en.mjs +1 -1
- package/dist/i18n/locales/zh-CN.mjs +1 -1
- package/dist/materials.d.mts +15 -15
- package/dist/materials.mjs +1 -1
- package/dist/service/generated/client.d.mts +171 -275
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +172 -302
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +3 -6
- package/dist/service.mjs +1 -1
- package/dist/types/community-types.d.mts +46 -0
- package/dist/types.d.mts +2732 -5699
- package/dist/utils/follow-service.d.mts +4 -4
- package/package.json +1 -1
- package/dist/components/biz/business/detail/detail-follow-action.mjs +0 -2
- package/dist/components/biz/business/detail/detail-info-tags.mjs +0 -2
- package/dist/components/biz/business/detail/detail-info-title.mjs +0 -2
- package/dist/components/biz/business/detail/detail-introduction.mjs +0 -2
- package/dist/components/biz/business/detail/detail-operate.mjs +0 -2
- package/dist/components/biz/business/detail/materials/registry.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-player/schema.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/material.mjs +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.mjs +0 -2
- package/dist/components/biz/business/detail/post-recommend-list.mjs +0 -2
- package/dist/components/biz/business/detail/seo-config.mjs +0 -2
- package/dist/components/biz/business/detail/video-hero.mjs +0 -2
- package/dist/components/biz/business/home-recommend/shared/home-recommend-feed-mode.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +0 -6
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.d.mts +0 -27
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/component.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/data.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/event.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/style.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.d.mts +0 -6
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.d.mts +0 -27
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/component.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/data.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/event.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/style.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/client.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/index.d.mts +0 -5
- package/dist/components/biz/business/video-horizontal-list/schema.mjs +0 -2
- package/dist/components/biz/business/video-horizontal-list/server.d.mts +0 -12
- package/dist/components/biz/business/video-horizontal-list/server.mjs +0 -2
- package/dist/service/batch-get-video-detail.d.mts +0 -21
- package/dist/service/batch-get-video-detail.mjs +0 -2
- package/dist/service/content-batch-get-video-detail.d.mts +0 -21
- package/dist/service/content-batch-get-video-detail.mjs +0 -2
- package/dist/service/get-popular-video-list-post.d.mts +0 -8
- package/dist/service/get-popular-video-list-post.mjs +0 -2
- /package/dist/components/biz/business/detail/{detail-structured-data.mjs → shared/detail-structured-data.mjs} +0 -0
- /package/dist/components/biz/business/detail/{materials → shared}/editor-preview.mjs +0 -0
- /package/dist/components/biz/business/detail/{metadata-utils.mjs → shared/metadata-utils.mjs} +0 -0
- /package/dist/components/biz/business/detail/{materials → shared}/runtime-context-provider.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-actions → video-detail-actions}/server.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info → video-detail-info}/server.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info-title → video-detail-info-title}/server.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-info-title-tags-episodes → video-detail-info-title-tags-episodes}/server.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-player → video-detail-player}/server.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/index.d.mts +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/server.mjs +0 -0
- /package/dist/components/biz/business/detail/{materials/video-detail-recommend → video-detail-recommend}/utils.mjs +0 -0
- /package/dist/components/biz/business/{video-horizontal-list → image-text-recommend}/material.mjs +0 -0
|
@@ -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(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function n(t,n){return e(`pCommunityPublishContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function r(t,n){return e(`gCommunityGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`gCommunityBatchGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`gCommunitySearchContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityQueryContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`pCommunityQueryContents`,{body:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gCommunityGetRandomContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`pCommunityContentInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function A(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function j(t,n){return e(`gContentGetNewstVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetPopularVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`gContentSearchVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetVideosByIds`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t,n){return e(`gContentGetVideoEpisodes`,{query:t,headers:n?.headers},void 0,n?.tags)}function z(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`gGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`gContentGetAdminSubChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`gContentAdminListAppChannelBlocks`,{query:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pContentUpdateAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pContentUpdateAppChannelBlockBannerStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`pContentDeleteAppChannelBlockBanner`,{body:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gContentListAppChannelBlockBanners`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pContentAddAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pContentDeleteAppChannelBlockDiyContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`gContentListAppChannelBlockDiyContents`,{query:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pContentCreateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pContentUpdateAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pContentDeleteAppChannelBlockIcon`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`gContentGetAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`gContentListAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pContentUpdateAppChannelBlockIconStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`gContentListVisibleAppChannelBlockIcon`,{query:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`gContentGetFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`gContentListFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`gContentGetVideoById`,{query:t,headers:n?.headers},void 0,n?.tags)}function pe(t){return e(`gContentGetGuessYouLikeVideos`,{headers:t?.headers},void 0,t?.tags)}function me(t,n){return e(`gContentSearchVideosByES`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`pContentSearchVideosByES`,{body:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pContentVideoInteractionNotify`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`gInteractionBatchGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`gInteractionCheckCollect`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`gInteractionGetFollowingUserUpdatesContent`,{query:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`gInteractionBatchClearBrowse`,{query:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function st(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function ct(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function lt(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function ut(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function dt(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function ft(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function pt(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function mt(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ht(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function gt(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function _t(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function vt(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function yt(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function bt(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function xt(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,i as gCommunityBatchGetContentInfoKey,u as gCommunityGetCollectionInfoKey,x as gCommunityGetCommentsKey,r as gCommunityGetContentInfoKey,ee as gCommunityGetContentListKey,E as gCommunityGetHotContentListKey,D as gCommunityGetRandomContentListKey,h as gCommunityGetSubscribedCollectionsKey,d as gCommunityGetUserCollectionsKey,a as gCommunityQueryContentsKey,te as gCommunitySearchContentKey,G as gContentAdminListAppChannelBlocksKey,H as gContentGetAdminSubChannelsKey,ve as gContentGetAdvertiseByCodeKey,W as gContentGetAppChannelBlockDataKey,ae as gContentGetAppChannelBlockIconKey,U as gContentGetAppChannelBlockKey,V as gContentGetAppChannelsKey,A as gContentGetAppComponentKey,le as gContentGetFloatingBallKey,pe as gContentGetGuessYouLikeVideosKey,I as gContentGetHotVideoListKey,j as gContentGetNewstVideoListKey,M as gContentGetPopularVideoListKey,z as gContentGetRecommendSearchListKey,F as gContentGetRecommendVideoListKey,fe as gContentGetVideoByIdKey,P as gContentGetVideoDetailKey,R as gContentGetVideoEpisodesKey,L as gContentGetVideosByIdsKey,Y as gContentListAppChannelBlockBannersKey,Q as gContentListAppChannelBlockDiyContentsKey,oe as gContentListAppChannelBlockIconKey,ue as gContentListFloatingBallKey,ce as gContentListVisibleAppChannelBlockIconKey,de as gContentListVisibleFloatingBallKey,ge as gContentProcessM3u8Key,me as gContentSearchVideosByESKey,N as gContentSearchVideosKey,B as gGetAppChannelBlockDataKey,et as gInteractionBatchClearBrowseKey,we as gInteractionBatchGetFollowStatsKey,Xe as gInteractionCheckCollectKey,Te as gInteractionCheckMutualFollowKey,Le as gInteractionGetBrowseListKey,Pe as gInteractionGetContentDislikeListKey,Ne as gInteractionGetContentLikeListKey,Me as gInteractionGetDislikeListKey,We as gInteractionGetFolderKey,Ge as gInteractionGetFolderStatsKey,Ce as gInteractionGetFollowStatsKey,Se as gInteractionGetFollowerListKey,Ze as gInteractionGetFollowingContentListKey,xe as gInteractionGetFollowingListKey,Qe as gInteractionGetFollowingUserUpdatesContentKey,Ee as gInteractionGetFollowingUserUpdatesKey,je as gInteractionGetLikeListKey,Je as gInteractionListCollectsKey,Ue as gInteractionListFoldersKey,rt as gUserGetGuestIdentityKey,ut as gUserGetUserEditInfoKey,lt as gUserGetUserInfoKey,vt as gUserGetUserPrivacySettingsKey,xt as gUserViewUserInfoKey,f as pCommunityAddContentToCollectionKey,O as pCommunityContentInteractionNotifyKey,l as pCommunityCreateCollectionKey,b as pCommunityCreateCommentKey,p as pCommunityDeleteCollectionKey,S as pCommunityDeleteCommentKey,s as pCommunityDeleteContentKey,w as pCommunityDislikeCommentKey,y as pCommunityGetUploadPresignedURLKey,C as pCommunityLikeCommentKey,t as pCommunityMoveCollectionContentKey,n as pCommunityPublishContentKey,o as pCommunityQueryContentsKey,_ as pCommunityRemoveContentFromCollectionKey,k as pCommunitySearchCurAccountFollowingUsersInfoKey,T as pCommunityShareContentKey,m as pCommunitySubscribeCollectionKey,g as pCommunityUpdateCollectionKey,c as pCommunityUpdateContentKey,v as pCommunityUploadMediaKey,X as pContentAddAppChannelBlockDiyContentKey,ne as pContentCreateAppChannelBlockIconKey,J as pContentDeleteAppChannelBlockBannerKey,Z as pContentDeleteAppChannelBlockDiyContentKey,ie as pContentDeleteAppChannelBlockIconKey,he as pContentSearchVideosByESKey,K as pContentUpdateAppChannelBlockBannerKey,q as pContentUpdateAppChannelBlockBannerStatusKey,re as pContentUpdateAppChannelBlockIconKey,se as pContentUpdateAppChannelBlockIconStatusKey,_e as pContentVideoInteractionNotifyKey,Ke as pInteractionAddCollectKey,tt as pInteractionBatchClearBrowseKey,nt as pInteractionBatchDeleteCollectsKey,Fe as pInteractionBatchQueryContentInteractionsKey,Ie as pInteractionBrowseKey,Ae as pInteractionCancelDislikeKey,ke as pInteractionCancelLikeKey,be as pInteractionCheckFollowKey,ze as pInteractionClearBrowseHistoryKey,Be as pInteractionCreateFolderKey,Re as pInteractionDeleteBrowseRecordKey,He as pInteractionDeleteFolderKey,Oe as pInteractionDislikeKey,$ as pInteractionFollowKey,De as pInteractionLikeKey,Ye as pInteractionMoveCollectsKey,qe as pInteractionRemoveCollectKey,ye as pInteractionUnfollowKey,$e as pInteractionUnifiedBatchLikeDislikeKey,Ve as pInteractionUpdateFolderKey,dt as pUserEditUserInfoKey,it as pUserLoginKey,st as pUserRegisterKey,gt as pUserResetForgetPasswordKey,ct as pUserResetPasswordKey,at as pUserSendEmailCodeKey,mt as pUserSendForgetEmailCodeKey,ft as pUserSendResetPasswordEmailCodeKey,bt as pUserUploadUserBgImageKey,_t as pUserUserFeedbackKey,yt as pUserUserPrivacySettingsKey,ot as pUserVerifyEmailCodeKey,ht as pUserVerifyForgetEmailCodeKey,pt as pUserVerifyResetPasswordEmailCodeKey};
|
|
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(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(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 Je(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`gUserViewUserInfo`,{query: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,z as gContentProcessM3u8Key,De as gInteractionCheckMutualFollowKey,ne as gInteractionGetBrowseListKey,q as gInteractionGetContentDislikeListKey,K as gInteractionGetContentLikeListKey,G as gInteractionGetDislikeListKey,ue as gInteractionGetFolderKey,de as gInteractionGetFolderStatsKey,Te as gInteractionGetFollowStatsKey,we as gInteractionGetFollowerListKey,Ae as gInteractionGetFollowingContentListKey,Ce as gInteractionGetFollowingListKey,Oe as gInteractionGetFollowingUserUpdatesKey,W as gInteractionGetLikeListKey,me as gInteractionListCollectsKey,le as gInteractionListFoldersKey,Me as gUserGetGuestIdentityKey,Ue as gUserGetUserEditInfoKey,He as gUserGetUserInfoKey,Ke as gUserGetUserPrivacySettingsKey,Ye 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,fe as pInteractionAddCollectKey,ae as pInteractionBatchClearBrowseKey,_e as pInteractionBatchDeleteCollectsKey,Z as pInteractionBatchGetCommentLikeStatusKey,Ee as pInteractionBatchGetFollowStatsKey,ye as pInteractionBatchGetLikeStatusKey,ve as pInteractionBatchQueryContentInteractionsKey,Q as pInteractionBrowseKey,U as pInteractionCancelDislikeKey,H as pInteractionCancelLikeKey,ge as pInteractionCheckCollectKey,Se as pInteractionCheckFollowKey,ie as pInteractionClearBrowseHistoryKey,oe as pInteractionCreateFolderKey,re as pInteractionDeleteBrowseRecordKey,ce as pInteractionDeleteFolderKey,X as pInteractionDislikeCommentKey,V as pInteractionDislikeKey,be as pInteractionFollowKey,Y as pInteractionLikeCommentKey,B as pInteractionLikeKey,he as pInteractionMoveCollectsKey,pe as pInteractionRemoveCollectKey,je as pInteractionTrackEventsBatchKey,xe as pInteractionUnfollowKey,J as pInteractionUnifiedBatchLikeDislikeKey,se as pInteractionUpdateFolderKey,ke as pInteractionUpdateFollowingContentUpdateTimeKey,We as pUserEditUserInfoKey,Ne as pUserLoginKey,Ie as pUserRegisterKey,Be as pUserResetForgetPasswordKey,Le as pUserResetPasswordKey,Pe as pUserSendEmailCodeKey,Ve as pUserSendForgetEmailCodeKey,Re as pUserSendResetPasswordEmailCodeKey,Je as pUserUploadUserBgImageKey,Ge as pUserUserFeedbackKey,qe as pUserUserPrivacySettingsKey,Fe as pUserVerifyEmailCodeKey,$ as pUserVerifyForgetEmailCodeKey,ze as pUserVerifyResetPasswordEmailCodeKey};
|
package/dist/service.d.mts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
import { createQueryKey, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gCommunityQueryContentsKey, gCommunitySearchContentKey, gContentAdminListAppChannelBlocksKey, gContentGetAdminSubChannelsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockIconKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetFloatingBallKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetNewstVideoListKey, gContentGetPopularVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoByIdKey, gContentGetVideoDetailKey, gContentGetVideoEpisodesKey, gContentGetVideosByIdsKey, gContentListAppChannelBlockBannersKey, gContentListAppChannelBlockDiyContentsKey, gContentListAppChannelBlockIconKey, gContentListFloatingBallKey, gContentListVisibleAppChannelBlockIconKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gContentSearchVideosByESKey, gContentSearchVideosKey, gGetAppChannelBlockDataKey, gInteractionBatchClearBrowseKey, gInteractionBatchGetFollowStatsKey, gInteractionCheckCollectKey, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesContentKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityContentInteractionNotifyKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityQueryContentsKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentAddAppChannelBlockDiyContentKey, pContentCreateAppChannelBlockIconKey, pContentDeleteAppChannelBlockBannerKey, pContentDeleteAppChannelBlockDiyContentKey, pContentDeleteAppChannelBlockIconKey, pContentSearchVideosByESKey, pContentUpdateAppChannelBlockBannerKey, pContentUpdateAppChannelBlockBannerStatusKey, pContentUpdateAppChannelBlockIconKey, pContentUpdateAppChannelBlockIconStatusKey, pContentVideoInteractionNotifyKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
|
|
6
|
-
import { getPopularVideoListPost } from "./service/get-popular-video-list-post.mjs";
|
|
7
|
-
export { BatchGetVideoDetailBody, BatchGetVideoDetailData, batchGetVideoDetail, createQueryKey, gCommunityBatchGetContentInfo, gCommunityBatchGetContentInfoKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetRandomContentList, gCommunityGetRandomContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gCommunityQueryContents, gCommunityQueryContentsKey, gCommunitySearchContent, gCommunitySearchContentKey, gContentAdminListAppChannelBlocks, gContentAdminListAppChannelBlocksKey, gContentBatchGetVideoDetail, gContentGetAdminSubChannels, gContentGetAdminSubChannelsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockIcon, gContentGetAppChannelBlockIconKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetFloatingBall, gContentGetFloatingBallKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetNewstVideoList, gContentGetNewstVideoListKey, gContentGetPopularVideoList, gContentGetPopularVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoById, gContentGetVideoByIdKey, gContentGetVideoDetail, gContentGetVideoDetailKey, gContentGetVideoEpisodes, gContentGetVideoEpisodesKey, gContentGetVideosByIds, gContentGetVideosByIdsKey, gContentListAppChannelBlockBanners, gContentListAppChannelBlockBannersKey, gContentListAppChannelBlockDiyContents, gContentListAppChannelBlockDiyContentsKey, gContentListAppChannelBlockIcon, gContentListAppChannelBlockIconKey, gContentListFloatingBall, gContentListFloatingBallKey, gContentListVisibleAppChannelBlockIcon, gContentListVisibleAppChannelBlockIconKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gContentSearchVideos, gContentSearchVideosByES, gContentSearchVideosByESKey, gContentSearchVideosKey, gGetAppChannelBlockData, gGetAppChannelBlockDataKey, gInteractionBatchClearBrowse, gInteractionBatchClearBrowseKey, gInteractionBatchGetFollowStats, gInteractionBatchGetFollowStatsKey, gInteractionCheckCollect, gInteractionCheckCollectKey, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesContent, gInteractionGetFollowingUserUpdatesContentKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, getPopularVideoListPost, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityContentInteractionNotify, pCommunityContentInteractionNotifyKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityQueryContents, pCommunityQueryContentsKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentAddAppChannelBlockDiyContent, pContentAddAppChannelBlockDiyContentKey, pContentCreateAppChannelBlockIcon, pContentCreateAppChannelBlockIconKey, pContentDeleteAppChannelBlockBanner, pContentDeleteAppChannelBlockBannerKey, pContentDeleteAppChannelBlockDiyContent, pContentDeleteAppChannelBlockDiyContentKey, pContentDeleteAppChannelBlockIcon, pContentDeleteAppChannelBlockIconKey, pContentSearchVideosByES, pContentSearchVideosByESKey, pContentUpdateAppChannelBlockBanner, pContentUpdateAppChannelBlockBannerKey, pContentUpdateAppChannelBlockBannerStatus, pContentUpdateAppChannelBlockBannerStatusKey, pContentUpdateAppChannelBlockIcon, pContentUpdateAppChannelBlockIconKey, pContentUpdateAppChannelBlockIconStatus, pContentUpdateAppChannelBlockIconStatusKey, pContentVideoInteractionNotify, pContentVideoInteractionNotifyKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
|
|
2
|
+
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, 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, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode } from "./service/generated/client.mjs";
|
|
3
|
+
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, 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, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
|
|
4
|
+
export { createQueryKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, 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, 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{batchGetVideoDetail as e}from"./service/batch-get-video-detail.mjs";import{gCommunityBatchGetContentInfo as t,gCommunityGetCollectionInfo as n,gCommunityGetComments as r,gCommunityGetContentInfo as i,gCommunityGetContentList as a,gCommunityGetHotContentList as o,gCommunityGetRandomContentList as s,gCommunityGetSubscribedCollections as c,gCommunityGetUserCollections as l,gCommunityQueryContents as u,gCommunitySearchContent as d,gContentAdminListAppChannelBlocks as f,gContentGetAdminSubChannels as p,gContentGetAdvertiseByCode as m,gContentGetAppChannelBlock as h,gContentGetAppChannelBlockData as g,gContentGetAppChannelBlockIcon as _,gContentGetAppChannels as v,gContentGetAppComponent as y,gContentGetFloatingBall as b,gContentGetGuessYouLikeVideos as x,gContentGetHotVideoList as S,gContentGetNewstVideoList as C,gContentGetPopularVideoList as w,gContentGetRecommendSearchList as T,gContentGetRecommendVideoList as E,gContentGetVideoById as D,gContentGetVideoDetail as O,gContentGetVideoEpisodes as k,gContentGetVideosByIds as A,gContentListAppChannelBlockBanners as j,gContentListAppChannelBlockDiyContents as M,gContentListAppChannelBlockIcon as N,gContentListFloatingBall as P,gContentListVisibleAppChannelBlockIcon as F,gContentListVisibleFloatingBall as I,gContentProcessM3u8 as L,gContentSearchVideos as R,gContentSearchVideosByES as z,gGetAppChannelBlockData as B,gInteractionBatchClearBrowse as V,gInteractionBatchGetFollowStats as H,gInteractionCheckCollect as U,gInteractionCheckMutualFollow as W,gInteractionGetBrowseList as G,gInteractionGetContentDislikeList as K,gInteractionGetContentLikeList as q,gInteractionGetDislikeList as J,gInteractionGetFolder as Y,gInteractionGetFolderStats as X,gInteractionGetFollowStats as Z,gInteractionGetFollowerList as Q,gInteractionGetFollowingContentList as $,gInteractionGetFollowingList as ee,gInteractionGetFollowingUserUpdates as te,gInteractionGetFollowingUserUpdatesContent as ne,gInteractionGetLikeList as re,gInteractionListCollects as ie,gInteractionListFolders as ae,gUserGetGuestIdentity as oe,gUserGetUserEditInfo as se,gUserGetUserInfo as ce,gUserGetUserPrivacySettings as le,gUserViewUserInfo as ue,pCommunityAddContentToCollection as de,pCommunityContentInteractionNotify as fe,pCommunityCreateCollection as pe,pCommunityCreateComment as me,pCommunityDeleteCollection as he,pCommunityDeleteComment as ge,pCommunityDeleteContent as _e,pCommunityDislikeComment as ve,pCommunityGetUploadPresignedURL as ye,pCommunityLikeComment as be,pCommunityMoveCollectionContent as xe,pCommunityPublishContent as Se,pCommunityQueryContents as Ce,pCommunityRemoveContentFromCollection as we,pCommunitySearchCurAccountFollowingUsersInfo as Te,pCommunityShareContent as Ee,pCommunitySubscribeCollection as De,pCommunityUpdateCollection as Oe,pCommunityUpdateContent as ke,pCommunityUploadMedia as Ae,pContentAddAppChannelBlockDiyContent as je,pContentCreateAppChannelBlockIcon as Me,pContentDeleteAppChannelBlockBanner as Ne,pContentDeleteAppChannelBlockDiyContent as Pe,pContentDeleteAppChannelBlockIcon as Fe,pContentSearchVideosByES as Ie,pContentUpdateAppChannelBlockBanner as Le,pContentUpdateAppChannelBlockBannerStatus as Re,pContentUpdateAppChannelBlockIcon as ze,pContentUpdateAppChannelBlockIconStatus as Be,pContentVideoInteractionNotify as Ve,pInteractionAddCollect as He,pInteractionBatchClearBrowse as Ue,pInteractionBatchDeleteCollects as We,pInteractionBatchQueryContentInteractions as Ge,pInteractionBrowse as Ke,pInteractionCancelDislike as qe,pInteractionCancelLike as Je,pInteractionCheckFollow as Ye,pInteractionClearBrowseHistory as Xe,pInteractionCreateFolder as Ze,pInteractionDeleteBrowseRecord as Qe,pInteractionDeleteFolder as $e,pInteractionDislike as et,pInteractionFollow as tt,pInteractionLike as nt,pInteractionMoveCollects as rt,pInteractionRemoveCollect as it,pInteractionUnfollow as at,pInteractionUnifiedBatchLikeDislike as ot,pInteractionUpdateFolder as st,pUserEditUserInfo as ct,pUserLogin as lt,pUserRegister as ut,pUserResetForgetPassword as dt,pUserResetPassword as ft,pUserSendEmailCode as pt,pUserSendForgetEmailCode as mt,pUserSendResetPasswordEmailCode as ht,pUserUploadUserBgImage as gt,pUserUserFeedback as _t,pUserUserPrivacySettings as vt,pUserVerifyEmailCode as yt,pUserVerifyForgetEmailCode as bt,pUserVerifyResetPasswordEmailCode as xt}from"./service/generated/client.mjs";import{gContentBatchGetVideoDetail as St}from"./service/content-batch-get-video-detail.mjs";import{createQueryKey as Ct,gCommunityBatchGetContentInfoKey as wt,gCommunityGetCollectionInfoKey as Tt,gCommunityGetCommentsKey as Et,gCommunityGetContentInfoKey as Dt,gCommunityGetContentListKey as Ot,gCommunityGetHotContentListKey as kt,gCommunityGetRandomContentListKey as At,gCommunityGetSubscribedCollectionsKey as jt,gCommunityGetUserCollectionsKey as Mt,gCommunityQueryContentsKey as Nt,gCommunitySearchContentKey as Pt,gContentAdminListAppChannelBlocksKey as Ft,gContentGetAdminSubChannelsKey as It,gContentGetAdvertiseByCodeKey as Lt,gContentGetAppChannelBlockDataKey as Rt,gContentGetAppChannelBlockIconKey as zt,gContentGetAppChannelBlockKey as Bt,gContentGetAppChannelsKey as Vt,gContentGetAppComponentKey as Ht,gContentGetFloatingBallKey as Ut,gContentGetGuessYouLikeVideosKey as Wt,gContentGetHotVideoListKey as Gt,gContentGetNewstVideoListKey as Kt,gContentGetPopularVideoListKey as qt,gContentGetRecommendSearchListKey as Jt,gContentGetRecommendVideoListKey as Yt,gContentGetVideoByIdKey as Xt,gContentGetVideoDetailKey as Zt,gContentGetVideoEpisodesKey as Qt,gContentGetVideosByIdsKey as $t,gContentListAppChannelBlockBannersKey as en,gContentListAppChannelBlockDiyContentsKey as tn,gContentListAppChannelBlockIconKey as nn,gContentListFloatingBallKey as rn,gContentListVisibleAppChannelBlockIconKey as an,gContentListVisibleFloatingBallKey as on,gContentProcessM3u8Key as sn,gContentSearchVideosByESKey as cn,gContentSearchVideosKey as ln,gGetAppChannelBlockDataKey as un,gInteractionBatchClearBrowseKey as dn,gInteractionBatchGetFollowStatsKey as fn,gInteractionCheckCollectKey as pn,gInteractionCheckMutualFollowKey as mn,gInteractionGetBrowseListKey as hn,gInteractionGetContentDislikeListKey as gn,gInteractionGetContentLikeListKey as _n,gInteractionGetDislikeListKey as vn,gInteractionGetFolderKey as yn,gInteractionGetFolderStatsKey as bn,gInteractionGetFollowStatsKey as xn,gInteractionGetFollowerListKey as Sn,gInteractionGetFollowingContentListKey as Cn,gInteractionGetFollowingListKey as wn,gInteractionGetFollowingUserUpdatesContentKey as Tn,gInteractionGetFollowingUserUpdatesKey as En,gInteractionGetLikeListKey as Dn,gInteractionListCollectsKey as On,gInteractionListFoldersKey as kn,gUserGetGuestIdentityKey as An,gUserGetUserEditInfoKey as jn,gUserGetUserInfoKey as Mn,gUserGetUserPrivacySettingsKey as Nn,gUserViewUserInfoKey as Pn,pCommunityAddContentToCollectionKey as Fn,pCommunityContentInteractionNotifyKey as In,pCommunityCreateCollectionKey as Ln,pCommunityCreateCommentKey as Rn,pCommunityDeleteCollectionKey as zn,pCommunityDeleteCommentKey as Bn,pCommunityDeleteContentKey as Vn,pCommunityDislikeCommentKey as Hn,pCommunityGetUploadPresignedURLKey as Un,pCommunityLikeCommentKey as Wn,pCommunityMoveCollectionContentKey as Gn,pCommunityPublishContentKey as Kn,pCommunityQueryContentsKey as qn,pCommunityRemoveContentFromCollectionKey as Jn,pCommunitySearchCurAccountFollowingUsersInfoKey as Yn,pCommunityShareContentKey as Xn,pCommunitySubscribeCollectionKey as Zn,pCommunityUpdateCollectionKey as Qn,pCommunityUpdateContentKey as $n,pCommunityUploadMediaKey as er,pContentAddAppChannelBlockDiyContentKey as tr,pContentCreateAppChannelBlockIconKey as nr,pContentDeleteAppChannelBlockBannerKey as rr,pContentDeleteAppChannelBlockDiyContentKey as ir,pContentDeleteAppChannelBlockIconKey as ar,pContentSearchVideosByESKey as or,pContentUpdateAppChannelBlockBannerKey as sr,pContentUpdateAppChannelBlockBannerStatusKey as cr,pContentUpdateAppChannelBlockIconKey as lr,pContentUpdateAppChannelBlockIconStatusKey as ur,pContentVideoInteractionNotifyKey as dr,pInteractionAddCollectKey as fr,pInteractionBatchClearBrowseKey as pr,pInteractionBatchDeleteCollectsKey as mr,pInteractionBatchQueryContentInteractionsKey as hr,pInteractionBrowseKey as gr,pInteractionCancelDislikeKey as _r,pInteractionCancelLikeKey as vr,pInteractionCheckFollowKey as yr,pInteractionClearBrowseHistoryKey as br,pInteractionCreateFolderKey as xr,pInteractionDeleteBrowseRecordKey as Sr,pInteractionDeleteFolderKey as Cr,pInteractionDislikeKey as wr,pInteractionFollowKey as Tr,pInteractionLikeKey as Er,pInteractionMoveCollectsKey as Dr,pInteractionRemoveCollectKey as Or,pInteractionUnfollowKey as kr,pInteractionUnifiedBatchLikeDislikeKey as Ar,pInteractionUpdateFolderKey as jr,pUserEditUserInfoKey as Mr,pUserLoginKey as Nr,pUserRegisterKey as Pr,pUserResetForgetPasswordKey as Fr,pUserResetPasswordKey as Ir,pUserSendEmailCodeKey as Lr,pUserSendForgetEmailCodeKey as Rr,pUserSendResetPasswordEmailCodeKey as zr,pUserUploadUserBgImageKey as Br,pUserUserFeedbackKey as Vr,pUserUserPrivacySettingsKey as Hr,pUserVerifyEmailCodeKey as Ur,pUserVerifyForgetEmailCodeKey as Wr,pUserVerifyResetPasswordEmailCodeKey as Gr}from"./service/generated/tanstack.mjs";import{getPopularVideoListPost as Kr}from"./service/get-popular-video-list-post.mjs";export{e as batchGetVideoDetail,Ct as createQueryKey,t as gCommunityBatchGetContentInfo,wt as gCommunityBatchGetContentInfoKey,n as gCommunityGetCollectionInfo,Tt as gCommunityGetCollectionInfoKey,r as gCommunityGetComments,Et as gCommunityGetCommentsKey,i as gCommunityGetContentInfo,Dt as gCommunityGetContentInfoKey,a as gCommunityGetContentList,Ot as gCommunityGetContentListKey,o as gCommunityGetHotContentList,kt as gCommunityGetHotContentListKey,s as gCommunityGetRandomContentList,At as gCommunityGetRandomContentListKey,c as gCommunityGetSubscribedCollections,jt as gCommunityGetSubscribedCollectionsKey,l as gCommunityGetUserCollections,Mt as gCommunityGetUserCollectionsKey,u as gCommunityQueryContents,Nt as gCommunityQueryContentsKey,d as gCommunitySearchContent,Pt as gCommunitySearchContentKey,f as gContentAdminListAppChannelBlocks,Ft as gContentAdminListAppChannelBlocksKey,St as gContentBatchGetVideoDetail,p as gContentGetAdminSubChannels,It as gContentGetAdminSubChannelsKey,m as gContentGetAdvertiseByCode,Lt as gContentGetAdvertiseByCodeKey,h as gContentGetAppChannelBlock,g as gContentGetAppChannelBlockData,Rt as gContentGetAppChannelBlockDataKey,_ as gContentGetAppChannelBlockIcon,zt as gContentGetAppChannelBlockIconKey,Bt as gContentGetAppChannelBlockKey,v as gContentGetAppChannels,Vt as gContentGetAppChannelsKey,y as gContentGetAppComponent,Ht as gContentGetAppComponentKey,b as gContentGetFloatingBall,Ut as gContentGetFloatingBallKey,x as gContentGetGuessYouLikeVideos,Wt as gContentGetGuessYouLikeVideosKey,S as gContentGetHotVideoList,Gt as gContentGetHotVideoListKey,C as gContentGetNewstVideoList,Kt as gContentGetNewstVideoListKey,w as gContentGetPopularVideoList,qt as gContentGetPopularVideoListKey,T as gContentGetRecommendSearchList,Jt as gContentGetRecommendSearchListKey,E as gContentGetRecommendVideoList,Yt as gContentGetRecommendVideoListKey,D as gContentGetVideoById,Xt as gContentGetVideoByIdKey,O as gContentGetVideoDetail,Zt as gContentGetVideoDetailKey,k as gContentGetVideoEpisodes,Qt as gContentGetVideoEpisodesKey,A as gContentGetVideosByIds,$t as gContentGetVideosByIdsKey,j as gContentListAppChannelBlockBanners,en as gContentListAppChannelBlockBannersKey,M as gContentListAppChannelBlockDiyContents,tn as gContentListAppChannelBlockDiyContentsKey,N as gContentListAppChannelBlockIcon,nn as gContentListAppChannelBlockIconKey,P as gContentListFloatingBall,rn as gContentListFloatingBallKey,F as gContentListVisibleAppChannelBlockIcon,an as gContentListVisibleAppChannelBlockIconKey,I as gContentListVisibleFloatingBall,on as gContentListVisibleFloatingBallKey,L as gContentProcessM3u8,sn as gContentProcessM3u8Key,R as gContentSearchVideos,z as gContentSearchVideosByES,cn as gContentSearchVideosByESKey,ln as gContentSearchVideosKey,B as gGetAppChannelBlockData,un as gGetAppChannelBlockDataKey,V as gInteractionBatchClearBrowse,dn as gInteractionBatchClearBrowseKey,H as gInteractionBatchGetFollowStats,fn as gInteractionBatchGetFollowStatsKey,U as gInteractionCheckCollect,pn as gInteractionCheckCollectKey,W as gInteractionCheckMutualFollow,mn as gInteractionCheckMutualFollowKey,G as gInteractionGetBrowseList,hn as gInteractionGetBrowseListKey,K as gInteractionGetContentDislikeList,gn as gInteractionGetContentDislikeListKey,q as gInteractionGetContentLikeList,_n as gInteractionGetContentLikeListKey,J as gInteractionGetDislikeList,vn as gInteractionGetDislikeListKey,Y as gInteractionGetFolder,yn as gInteractionGetFolderKey,X as gInteractionGetFolderStats,bn as gInteractionGetFolderStatsKey,Z as gInteractionGetFollowStats,xn as gInteractionGetFollowStatsKey,Q as gInteractionGetFollowerList,Sn as gInteractionGetFollowerListKey,$ as gInteractionGetFollowingContentList,Cn as gInteractionGetFollowingContentListKey,ee as gInteractionGetFollowingList,wn as gInteractionGetFollowingListKey,te as gInteractionGetFollowingUserUpdates,ne as gInteractionGetFollowingUserUpdatesContent,Tn as gInteractionGetFollowingUserUpdatesContentKey,En as gInteractionGetFollowingUserUpdatesKey,re as gInteractionGetLikeList,Dn as gInteractionGetLikeListKey,ie as gInteractionListCollects,On as gInteractionListCollectsKey,ae as gInteractionListFolders,kn as gInteractionListFoldersKey,oe as gUserGetGuestIdentity,An as gUserGetGuestIdentityKey,se as gUserGetUserEditInfo,jn as gUserGetUserEditInfoKey,ce as gUserGetUserInfo,Mn as gUserGetUserInfoKey,le as gUserGetUserPrivacySettings,Nn as gUserGetUserPrivacySettingsKey,ue as gUserViewUserInfo,Pn as gUserViewUserInfoKey,Kr as getPopularVideoListPost,de as pCommunityAddContentToCollection,Fn as pCommunityAddContentToCollectionKey,fe as pCommunityContentInteractionNotify,In as pCommunityContentInteractionNotifyKey,pe as pCommunityCreateCollection,Ln as pCommunityCreateCollectionKey,me as pCommunityCreateComment,Rn as pCommunityCreateCommentKey,he as pCommunityDeleteCollection,zn as pCommunityDeleteCollectionKey,ge as pCommunityDeleteComment,Bn as pCommunityDeleteCommentKey,_e as pCommunityDeleteContent,Vn as pCommunityDeleteContentKey,ve as pCommunityDislikeComment,Hn as pCommunityDislikeCommentKey,ye as pCommunityGetUploadPresignedURL,Un as pCommunityGetUploadPresignedURLKey,be as pCommunityLikeComment,Wn as pCommunityLikeCommentKey,xe as pCommunityMoveCollectionContent,Gn as pCommunityMoveCollectionContentKey,Se as pCommunityPublishContent,Kn as pCommunityPublishContentKey,Ce as pCommunityQueryContents,qn as pCommunityQueryContentsKey,we as pCommunityRemoveContentFromCollection,Jn as pCommunityRemoveContentFromCollectionKey,Te as pCommunitySearchCurAccountFollowingUsersInfo,Yn as pCommunitySearchCurAccountFollowingUsersInfoKey,Ee as pCommunityShareContent,Xn as pCommunityShareContentKey,De as pCommunitySubscribeCollection,Zn as pCommunitySubscribeCollectionKey,Oe as pCommunityUpdateCollection,Qn as pCommunityUpdateCollectionKey,ke as pCommunityUpdateContent,$n as pCommunityUpdateContentKey,Ae as pCommunityUploadMedia,er as pCommunityUploadMediaKey,je as pContentAddAppChannelBlockDiyContent,tr as pContentAddAppChannelBlockDiyContentKey,Me as pContentCreateAppChannelBlockIcon,nr as pContentCreateAppChannelBlockIconKey,Ne as pContentDeleteAppChannelBlockBanner,rr as pContentDeleteAppChannelBlockBannerKey,Pe as pContentDeleteAppChannelBlockDiyContent,ir as pContentDeleteAppChannelBlockDiyContentKey,Fe as pContentDeleteAppChannelBlockIcon,ar as pContentDeleteAppChannelBlockIconKey,Ie as pContentSearchVideosByES,or as pContentSearchVideosByESKey,Le as pContentUpdateAppChannelBlockBanner,sr as pContentUpdateAppChannelBlockBannerKey,Re as pContentUpdateAppChannelBlockBannerStatus,cr as pContentUpdateAppChannelBlockBannerStatusKey,ze as pContentUpdateAppChannelBlockIcon,lr as pContentUpdateAppChannelBlockIconKey,Be as pContentUpdateAppChannelBlockIconStatus,ur as pContentUpdateAppChannelBlockIconStatusKey,Ve as pContentVideoInteractionNotify,dr as pContentVideoInteractionNotifyKey,He as pInteractionAddCollect,fr as pInteractionAddCollectKey,Ue as pInteractionBatchClearBrowse,pr as pInteractionBatchClearBrowseKey,We as pInteractionBatchDeleteCollects,mr as pInteractionBatchDeleteCollectsKey,Ge as pInteractionBatchQueryContentInteractions,hr as pInteractionBatchQueryContentInteractionsKey,Ke as pInteractionBrowse,gr as pInteractionBrowseKey,qe as pInteractionCancelDislike,_r as pInteractionCancelDislikeKey,Je as pInteractionCancelLike,vr as pInteractionCancelLikeKey,Ye as pInteractionCheckFollow,yr as pInteractionCheckFollowKey,Xe as pInteractionClearBrowseHistory,br as pInteractionClearBrowseHistoryKey,Ze as pInteractionCreateFolder,xr as pInteractionCreateFolderKey,Qe as pInteractionDeleteBrowseRecord,Sr as pInteractionDeleteBrowseRecordKey,$e as pInteractionDeleteFolder,Cr as pInteractionDeleteFolderKey,et as pInteractionDislike,wr as pInteractionDislikeKey,tt as pInteractionFollow,Tr as pInteractionFollowKey,nt as pInteractionLike,Er as pInteractionLikeKey,rt as pInteractionMoveCollects,Dr as pInteractionMoveCollectsKey,it as pInteractionRemoveCollect,Or as pInteractionRemoveCollectKey,at as pInteractionUnfollow,kr as pInteractionUnfollowKey,ot as pInteractionUnifiedBatchLikeDislike,Ar as pInteractionUnifiedBatchLikeDislikeKey,st as pInteractionUpdateFolder,jr as pInteractionUpdateFolderKey,ct as pUserEditUserInfo,Mr as pUserEditUserInfoKey,lt as pUserLogin,Nr as pUserLoginKey,ut as pUserRegister,Pr as pUserRegisterKey,dt as pUserResetForgetPassword,Fr as pUserResetForgetPasswordKey,ft as pUserResetPassword,Ir as pUserResetPasswordKey,pt as pUserSendEmailCode,Lr as pUserSendEmailCodeKey,mt as pUserSendForgetEmailCode,Rr as pUserSendForgetEmailCodeKey,ht as pUserSendResetPasswordEmailCode,zr as pUserSendResetPasswordEmailCodeKey,gt as pUserUploadUserBgImage,Br as pUserUploadUserBgImageKey,_t as pUserUserFeedback,Vr as pUserUserFeedbackKey,vt as pUserUserPrivacySettings,Hr as pUserUserPrivacySettingsKey,yt as pUserVerifyEmailCode,Ur as pUserVerifyEmailCodeKey,bt as pUserVerifyForgetEmailCode,Wr as pUserVerifyForgetEmailCodeKey,xt as pUserVerifyResetPasswordEmailCode,Gr as pUserVerifyResetPasswordEmailCodeKey};
|
|
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,pInteractionAddCollect as se,pInteractionBatchClearBrowse as ce,pInteractionBatchDeleteCollects as le,pInteractionBatchGetCommentLikeStatus as ue,pInteractionBatchGetFollowStats as de,pInteractionBatchGetLikeStatus as fe,pInteractionBatchQueryContentInteractions as pe,pInteractionBrowse as me,pInteractionCancelDislike as he,pInteractionCancelLike as ge,pInteractionCheckCollect as _e,pInteractionCheckFollow as ve,pInteractionClearBrowseHistory as ye,pInteractionCreateFolder as be,pInteractionDeleteBrowseRecord as xe,pInteractionDeleteFolder as Se,pInteractionDislike as Ce,pInteractionDislikeComment as we,pInteractionFollow as Te,pInteractionLike as Ee,pInteractionLikeComment as De,pInteractionMoveCollects as Oe,pInteractionRemoveCollect as ke,pInteractionTrackEventsBatch as Ae,pInteractionUnfollow as je,pInteractionUnifiedBatchLikeDislike as Me,pInteractionUpdateFolder as Ne,pInteractionUpdateFollowingContentUpdateTime as Pe,pUserEditUserInfo as Fe,pUserLogin as Ie,pUserRegister as Le,pUserResetForgetPassword as Re,pUserResetPassword as ze,pUserSendEmailCode as Be,pUserSendForgetEmailCode as Ve,pUserSendResetPasswordEmailCode as He,pUserUploadUserBgImage as Ue,pUserUserFeedback as We,pUserUserPrivacySettings as Ge,pUserVerifyEmailCode as Ke,pUserVerifyForgetEmailCode as qe,pUserVerifyResetPasswordEmailCode as Je}from"./service/generated/client.mjs";import{createQueryKey as Ye,gCommunityGetCollectionInfoKey as Xe,gCommunityGetCommentsKey as Ze,gCommunityGetContentInfoKey as Qe,gCommunityGetContentListKey as $e,gCommunityGetHotContentListKey as et,gCommunityGetSubscribedCollectionsKey as tt,gCommunityGetUserCollectionsKey as nt,gContentGetAdvertiseByCodeKey as rt,gContentGetAppChannelBlockDataKey as it,gContentGetAppChannelBlockKey as at,gContentGetAppChannelsKey as ot,gContentGetAppComponentKey as st,gContentGetGuessYouLikeVideosKey as ct,gContentGetHotVideoListKey as lt,gContentGetRecommendSearchListKey as ut,gContentGetRecommendVideoListKey as dt,gContentGetVideoDetailByApiKey as ft,gContentGetVideoDetailKey as pt,gContentListVisibleFloatingBallKey as mt,gContentProcessM3u8Key as ht,gInteractionCheckMutualFollowKey as gt,gInteractionGetBrowseListKey as _t,gInteractionGetContentDislikeListKey as vt,gInteractionGetContentLikeListKey as yt,gInteractionGetDislikeListKey as bt,gInteractionGetFolderKey as xt,gInteractionGetFolderStatsKey as St,gInteractionGetFollowStatsKey as Ct,gInteractionGetFollowerListKey as wt,gInteractionGetFollowingContentListKey as Tt,gInteractionGetFollowingListKey as Et,gInteractionGetFollowingUserUpdatesKey as Dt,gInteractionGetLikeListKey as Ot,gInteractionListCollectsKey as kt,gInteractionListFoldersKey as At,gUserGetGuestIdentityKey as jt,gUserGetUserEditInfoKey as Mt,gUserGetUserInfoKey as Nt,gUserGetUserPrivacySettingsKey as Pt,gUserViewUserInfoKey as Ft,pCommunityAddContentToCollectionKey as It,pCommunityCreateCollectionKey as Lt,pCommunityCreateCommentKey as Rt,pCommunityDeleteCollectionKey as zt,pCommunityDeleteCommentKey as Bt,pCommunityDeleteContentKey as Vt,pCommunityDislikeCommentKey as Ht,pCommunityGetUploadPresignedURLKey as Ut,pCommunityLikeCommentKey as Wt,pCommunityMoveCollectionContentKey as Gt,pCommunityPublishContentKey as Kt,pCommunityRemoveContentFromCollectionKey as qt,pCommunitySearchCurAccountFollowingUsersInfoKey as Jt,pCommunityShareContentKey as Yt,pCommunitySubscribeCollectionKey as Xt,pCommunityUpdateCollectionKey as Zt,pCommunityUpdateContentKey as Qt,pCommunityUploadMediaKey as $t,pContentBatchGetVideoDetailKey as en,pContentGetNewstVideoListKey as tn,pContentGetPopularVideoListKey as nn,pInteractionAddCollectKey as rn,pInteractionBatchClearBrowseKey as an,pInteractionBatchDeleteCollectsKey as on,pInteractionBatchGetCommentLikeStatusKey as sn,pInteractionBatchGetFollowStatsKey as cn,pInteractionBatchGetLikeStatusKey as ln,pInteractionBatchQueryContentInteractionsKey as un,pInteractionBrowseKey as dn,pInteractionCancelDislikeKey as fn,pInteractionCancelLikeKey as pn,pInteractionCheckCollectKey as mn,pInteractionCheckFollowKey as hn,pInteractionClearBrowseHistoryKey as gn,pInteractionCreateFolderKey as _n,pInteractionDeleteBrowseRecordKey as vn,pInteractionDeleteFolderKey as yn,pInteractionDislikeCommentKey as bn,pInteractionDislikeKey as xn,pInteractionFollowKey as Sn,pInteractionLikeCommentKey as Cn,pInteractionLikeKey as wn,pInteractionMoveCollectsKey as Tn,pInteractionRemoveCollectKey as En,pInteractionTrackEventsBatchKey as Dn,pInteractionUnfollowKey as On,pInteractionUnifiedBatchLikeDislikeKey as kn,pInteractionUpdateFolderKey as An,pInteractionUpdateFollowingContentUpdateTimeKey as jn,pUserEditUserInfoKey as Mn,pUserLoginKey as Nn,pUserRegisterKey as Pn,pUserResetForgetPasswordKey as Fn,pUserResetPasswordKey as In,pUserSendEmailCodeKey as Ln,pUserSendForgetEmailCodeKey as Rn,pUserSendResetPasswordEmailCodeKey as zn,pUserUploadUserBgImageKey as Bn,pUserUserFeedbackKey as Vn,pUserUserPrivacySettingsKey as Hn,pUserVerifyEmailCodeKey as Un,pUserVerifyForgetEmailCodeKey as Wn,pUserVerifyResetPasswordEmailCodeKey as Gn}from"./service/generated/tanstack.mjs";export{Ye as createQueryKey,e as gCommunityGetCollectionInfo,Xe as gCommunityGetCollectionInfoKey,t as gCommunityGetComments,Ze as gCommunityGetCommentsKey,n as gCommunityGetContentInfo,Qe as gCommunityGetContentInfoKey,r as gCommunityGetContentList,$e as gCommunityGetContentListKey,i as gCommunityGetHotContentList,et as gCommunityGetHotContentListKey,a as gCommunityGetSubscribedCollections,tt as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollections,nt as gCommunityGetUserCollectionsKey,s as gContentGetAdvertiseByCode,rt as gContentGetAdvertiseByCodeKey,c as gContentGetAppChannelBlock,l as gContentGetAppChannelBlockData,it as gContentGetAppChannelBlockDataKey,at as gContentGetAppChannelBlockKey,u as gContentGetAppChannels,ot as gContentGetAppChannelsKey,d as gContentGetAppComponent,st as gContentGetAppComponentKey,f as gContentGetGuessYouLikeVideos,ct as gContentGetGuessYouLikeVideosKey,p as gContentGetHotVideoList,lt as gContentGetHotVideoListKey,m as gContentGetRecommendSearchList,ut as gContentGetRecommendSearchListKey,h as gContentGetRecommendVideoList,dt as gContentGetRecommendVideoListKey,g as gContentGetVideoDetail,_ as gContentGetVideoDetailByApi,ft as gContentGetVideoDetailByApiKey,pt as gContentGetVideoDetailKey,v as gContentListVisibleFloatingBall,mt as gContentListVisibleFloatingBallKey,y as gContentProcessM3u8,ht as gContentProcessM3u8Key,b as gInteractionCheckMutualFollow,gt as gInteractionCheckMutualFollowKey,x as gInteractionGetBrowseList,_t as gInteractionGetBrowseListKey,S as gInteractionGetContentDislikeList,vt as gInteractionGetContentDislikeListKey,C as gInteractionGetContentLikeList,yt as gInteractionGetContentLikeListKey,w as gInteractionGetDislikeList,bt as gInteractionGetDislikeListKey,T as gInteractionGetFolder,xt as gInteractionGetFolderKey,E as gInteractionGetFolderStats,St as gInteractionGetFolderStatsKey,D as gInteractionGetFollowStats,Ct as gInteractionGetFollowStatsKey,O as gInteractionGetFollowerList,wt as gInteractionGetFollowerListKey,k as gInteractionGetFollowingContentList,Tt as gInteractionGetFollowingContentListKey,A as gInteractionGetFollowingList,Et as gInteractionGetFollowingListKey,j as gInteractionGetFollowingUserUpdates,Dt as gInteractionGetFollowingUserUpdatesKey,M as gInteractionGetLikeList,Ot as gInteractionGetLikeListKey,N as gInteractionListCollects,kt as gInteractionListCollectsKey,P as gInteractionListFolders,At as gInteractionListFoldersKey,F as gUserGetGuestIdentity,jt as gUserGetGuestIdentityKey,I as gUserGetUserEditInfo,Mt as gUserGetUserEditInfoKey,L as gUserGetUserInfo,Nt as gUserGetUserInfoKey,R as gUserGetUserPrivacySettings,Pt as gUserGetUserPrivacySettingsKey,z as gUserViewUserInfo,Ft as gUserViewUserInfoKey,B as pCommunityAddContentToCollection,It as pCommunityAddContentToCollectionKey,V as pCommunityCreateCollection,Lt as pCommunityCreateCollectionKey,H as pCommunityCreateComment,Rt as pCommunityCreateCommentKey,U as pCommunityDeleteCollection,zt as pCommunityDeleteCollectionKey,W as pCommunityDeleteComment,Bt as pCommunityDeleteCommentKey,G as pCommunityDeleteContent,Vt as pCommunityDeleteContentKey,K as pCommunityDislikeComment,Ht as pCommunityDislikeCommentKey,q as pCommunityGetUploadPresignedURL,Ut as pCommunityGetUploadPresignedURLKey,J as pCommunityLikeComment,Wt as pCommunityLikeCommentKey,Y as pCommunityMoveCollectionContent,Gt as pCommunityMoveCollectionContentKey,X as pCommunityPublishContent,Kt as pCommunityPublishContentKey,Z as pCommunityRemoveContentFromCollection,qt as pCommunityRemoveContentFromCollectionKey,Q as pCommunitySearchCurAccountFollowingUsersInfo,Jt as pCommunitySearchCurAccountFollowingUsersInfoKey,$ as pCommunityShareContent,Yt as pCommunityShareContentKey,ee as pCommunitySubscribeCollection,Xt as pCommunitySubscribeCollectionKey,te as pCommunityUpdateCollection,Zt as pCommunityUpdateCollectionKey,ne as pCommunityUpdateContent,Qt as pCommunityUpdateContentKey,re as pCommunityUploadMedia,$t as pCommunityUploadMediaKey,ie as pContentBatchGetVideoDetail,en as pContentBatchGetVideoDetailKey,ae as pContentGetNewstVideoList,tn as pContentGetNewstVideoListKey,oe as pContentGetPopularVideoList,nn as pContentGetPopularVideoListKey,se as pInteractionAddCollect,rn as pInteractionAddCollectKey,ce as pInteractionBatchClearBrowse,an as pInteractionBatchClearBrowseKey,le as pInteractionBatchDeleteCollects,on as pInteractionBatchDeleteCollectsKey,ue as pInteractionBatchGetCommentLikeStatus,sn as pInteractionBatchGetCommentLikeStatusKey,de as pInteractionBatchGetFollowStats,cn as pInteractionBatchGetFollowStatsKey,fe as pInteractionBatchGetLikeStatus,ln as pInteractionBatchGetLikeStatusKey,pe as pInteractionBatchQueryContentInteractions,un as pInteractionBatchQueryContentInteractionsKey,me as pInteractionBrowse,dn as pInteractionBrowseKey,he as pInteractionCancelDislike,fn as pInteractionCancelDislikeKey,ge as pInteractionCancelLike,pn as pInteractionCancelLikeKey,_e as pInteractionCheckCollect,mn as pInteractionCheckCollectKey,ve as pInteractionCheckFollow,hn as pInteractionCheckFollowKey,ye as pInteractionClearBrowseHistory,gn as pInteractionClearBrowseHistoryKey,be as pInteractionCreateFolder,_n as pInteractionCreateFolderKey,xe as pInteractionDeleteBrowseRecord,vn as pInteractionDeleteBrowseRecordKey,Se as pInteractionDeleteFolder,yn as pInteractionDeleteFolderKey,Ce as pInteractionDislike,we as pInteractionDislikeComment,bn as pInteractionDislikeCommentKey,xn as pInteractionDislikeKey,Te as pInteractionFollow,Sn as pInteractionFollowKey,Ee as pInteractionLike,De as pInteractionLikeComment,Cn as pInteractionLikeCommentKey,wn as pInteractionLikeKey,Oe as pInteractionMoveCollects,Tn as pInteractionMoveCollectsKey,ke as pInteractionRemoveCollect,En as pInteractionRemoveCollectKey,Ae as pInteractionTrackEventsBatch,Dn as pInteractionTrackEventsBatchKey,je as pInteractionUnfollow,On as pInteractionUnfollowKey,Me as pInteractionUnifiedBatchLikeDislike,kn as pInteractionUnifiedBatchLikeDislikeKey,Ne as pInteractionUpdateFolder,An as pInteractionUpdateFolderKey,Pe as pInteractionUpdateFollowingContentUpdateTime,jn as pInteractionUpdateFollowingContentUpdateTimeKey,Fe as pUserEditUserInfo,Mn as pUserEditUserInfoKey,Ie as pUserLogin,Nn as pUserLoginKey,Le as pUserRegister,Pn as pUserRegisterKey,Re as pUserResetForgetPassword,Fn as pUserResetForgetPasswordKey,ze as pUserResetPassword,In as pUserResetPasswordKey,Be as pUserSendEmailCode,Ln as pUserSendEmailCodeKey,Ve as pUserSendForgetEmailCode,Rn as pUserSendForgetEmailCodeKey,He as pUserSendResetPasswordEmailCode,zn as pUserSendResetPasswordEmailCodeKey,Ue as pUserUploadUserBgImage,Bn as pUserUploadUserBgImageKey,We as pUserUserFeedback,Vn as pUserUserFeedbackKey,Ge as pUserUserPrivacySettings,Hn as pUserUserPrivacySettingsKey,Ke as pUserVerifyEmailCode,Un as pUserVerifyEmailCodeKey,qe as pUserVerifyForgetEmailCode,Wn as pUserVerifyForgetEmailCodeKey,Je as pUserVerifyResetPasswordEmailCode,Gn as pUserVerifyResetPasswordEmailCodeKey};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
import { CommunityMediaInfo } from "../types.mjs";
|
|
3
|
+
|
|
4
|
+
//#region types/community-types.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* 内容信息(帖子/视频通用展示字段)
|
|
7
|
+
*/
|
|
8
|
+
interface CommunityContentInfo {
|
|
9
|
+
content_id?: string;
|
|
10
|
+
user_id?: string;
|
|
11
|
+
content?: string;
|
|
12
|
+
cover_image?: string;
|
|
13
|
+
cover_image_thumbnail?: string;
|
|
14
|
+
cover_horizontal_image_thumbnail?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
text?: string;
|
|
17
|
+
title?: string;
|
|
18
|
+
video_duration?: number;
|
|
19
|
+
play_count?: number;
|
|
20
|
+
is_more_link?: boolean;
|
|
21
|
+
tags?: string[];
|
|
22
|
+
like_count?: number;
|
|
23
|
+
dislike_count?: number;
|
|
24
|
+
comment_count?: number;
|
|
25
|
+
share_count?: number;
|
|
26
|
+
view_count?: number;
|
|
27
|
+
create_time?: string | number;
|
|
28
|
+
update_time?: string;
|
|
29
|
+
type?: number;
|
|
30
|
+
medias?: CommunityMediaInfo[];
|
|
31
|
+
interaction?: {
|
|
32
|
+
is_liked?: boolean;
|
|
33
|
+
is_dislike?: boolean;
|
|
34
|
+
is_collected?: boolean;
|
|
35
|
+
is_followed?: boolean;
|
|
36
|
+
};
|
|
37
|
+
author?: {
|
|
38
|
+
user_id?: string;
|
|
39
|
+
username?: string;
|
|
40
|
+
nickname?: string;
|
|
41
|
+
avatar_url?: string;
|
|
42
|
+
};
|
|
43
|
+
[key: string]: unknown;
|
|
44
|
+
}
|
|
45
|
+
//#endregion
|
|
46
|
+
export { CommunityContentInfo };
|