@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,507 +1,403 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes } from "../../types.mjs";
|
|
3
3
|
import { RequestConfig, ResponseData } from "../../utils/http.mjs";
|
|
4
4
|
|
|
5
5
|
//#region service/generated/client.d.ts
|
|
6
6
|
type ExtraRequestConfig = Omit<RequestConfig, 'url' | 'method' | 'params' | 'data'>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
declare function pCommunityMoveCollectionContent(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityMoveCollectionContentRes>>;
|
|
11
|
-
/**
|
|
12
|
-
* 发布社区内容,支持文本、图片、视频等多种类型。底层调用 gRPC CommunityService.PublishContent 方法。
|
|
8
|
+
* 发布内容
|
|
13
9
|
*/
|
|
14
10
|
declare function pCommunityPublishContent(data: PostApiCommunityPublishContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityPublishContentRes>>;
|
|
15
11
|
/**
|
|
16
|
-
*
|
|
17
|
-
*/
|
|
18
|
-
declare function gCommunityGetContentInfo(query: GetApiCommunityGetContentInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetContentInfoRes>>;
|
|
19
|
-
/**
|
|
20
|
-
* 批量获取内容详情。底层调用 gRPC CommunityService.BatchGetContentInfo 方法。
|
|
12
|
+
* 获取内容详情
|
|
21
13
|
*/
|
|
22
|
-
declare function
|
|
14
|
+
declare function gCommunityGetContentInfo(query?: GetApiCommunityGetContentInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetContentInfoRes>>;
|
|
23
15
|
/**
|
|
24
|
-
*
|
|
16
|
+
* 获取内容列表(信息流)
|
|
25
17
|
*/
|
|
26
18
|
declare function gCommunityGetContentList(query?: GetApiCommunityGetContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetContentListRes>>;
|
|
27
19
|
/**
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
declare function gCommunitySearchContent(query?: GetApiCommunitySearchContentQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunitySearchContentRes>>;
|
|
31
|
-
/**
|
|
32
|
-
* 内容查询(支持字段查询、排序等)。底层调用 gRPC CommunityService.QueryContents 方法。
|
|
33
|
-
*/
|
|
34
|
-
declare function gCommunityQueryContents(query?: GetApiCommunityQueryContentsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityQueryContentsRes>>;
|
|
35
|
-
/**
|
|
36
|
-
* 内容查询(支持字段查询、排序等)。底层调用 gRPC CommunityService.QueryContents 方法。
|
|
37
|
-
*/
|
|
38
|
-
declare function pCommunityQueryContents(data: PostApiCommunityQueryContentsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityQueryContentsRes>>;
|
|
39
|
-
/**
|
|
40
|
-
* 删除内容。底层调用 gRPC CommunityService.DeleteContent 方法。
|
|
20
|
+
* 删除内容
|
|
41
21
|
*/
|
|
42
22
|
declare function pCommunityDeleteContent(data: PostApiCommunityDeleteContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDeleteContentRes>>;
|
|
43
23
|
/**
|
|
44
|
-
*
|
|
24
|
+
* 更新内容
|
|
45
25
|
*/
|
|
46
26
|
declare function pCommunityUpdateContent(data: PostApiCommunityUpdateContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityUpdateContentRes>>;
|
|
47
27
|
/**
|
|
48
|
-
*
|
|
28
|
+
* 创建合集
|
|
49
29
|
*/
|
|
50
30
|
declare function pCommunityCreateCollection(data: PostApiCommunityCreateCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityCreateCollectionRes>>;
|
|
51
31
|
/**
|
|
52
|
-
*
|
|
32
|
+
* 获取合集详情
|
|
53
33
|
*/
|
|
54
|
-
declare function gCommunityGetCollectionInfo(query
|
|
34
|
+
declare function gCommunityGetCollectionInfo(query?: GetApiCommunityGetCollectionInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetCollectionInfoRes>>;
|
|
55
35
|
/**
|
|
56
|
-
*
|
|
36
|
+
* 获取用户合集列表
|
|
57
37
|
*/
|
|
58
38
|
declare function gCommunityGetUserCollections(query?: GetApiCommunityGetUserCollectionsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetUserCollectionsRes>>;
|
|
59
39
|
/**
|
|
60
|
-
*
|
|
40
|
+
* 添加内容到合集
|
|
61
41
|
*/
|
|
62
42
|
declare function pCommunityAddContentToCollection(data: PostApiCommunityAddContentToCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityAddContentToCollectionRes>>;
|
|
63
43
|
/**
|
|
64
|
-
*
|
|
44
|
+
* 删除合集(不允许删除默认合集)
|
|
65
45
|
*/
|
|
66
46
|
declare function pCommunityDeleteCollection(data: PostApiCommunityDeleteCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDeleteCollectionRes>>;
|
|
67
47
|
/**
|
|
68
|
-
*
|
|
48
|
+
* 订阅合集(含取消订阅)
|
|
69
49
|
*/
|
|
70
50
|
declare function pCommunitySubscribeCollection(data: PostApiCommunitySubscribeCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunitySubscribeCollectionRes>>;
|
|
71
51
|
/**
|
|
72
|
-
*
|
|
52
|
+
* 获取订阅的合集列表
|
|
73
53
|
*/
|
|
74
54
|
declare function gCommunityGetSubscribedCollections(query?: GetApiCommunityGetSubscribedCollectionsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetSubscribedCollectionsRes>>;
|
|
75
55
|
/**
|
|
76
|
-
*
|
|
56
|
+
* 编辑合集
|
|
77
57
|
*/
|
|
78
58
|
declare function pCommunityUpdateCollection(data: PostApiCommunityUpdateCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityUpdateCollectionRes>>;
|
|
79
59
|
/**
|
|
80
|
-
*
|
|
60
|
+
* 移除作品出合集
|
|
81
61
|
*/
|
|
82
62
|
declare function pCommunityRemoveContentFromCollection(data: PostApiCommunityRemoveContentFromCollectionReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityRemoveContentFromCollectionRes>>;
|
|
83
63
|
/**
|
|
84
|
-
*
|
|
64
|
+
* 移动作品【合集A => B】
|
|
65
|
+
*/
|
|
66
|
+
declare function pCommunityMoveCollectionContent(data: PostApiCommunityMoveCollectionContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityMoveCollectionContentRes>>;
|
|
67
|
+
/**
|
|
68
|
+
* 上传图片/视频(流式上传)
|
|
85
69
|
*/
|
|
86
70
|
declare function pCommunityUploadMedia(data: PostApiCommunityUploadMediaReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityUploadMediaRes>>;
|
|
87
71
|
/**
|
|
88
|
-
* 获取预签名上传URL
|
|
72
|
+
* 获取预签名上传URL(用于客户端直传S3)
|
|
89
73
|
*/
|
|
90
74
|
declare function pCommunityGetUploadPresignedURL(data: PostApiCommunityGetUploadPresignedURLReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityGetUploadPresignedURLRes>>;
|
|
91
75
|
/**
|
|
92
|
-
*
|
|
76
|
+
* 发表评论
|
|
93
77
|
*/
|
|
94
78
|
declare function pCommunityCreateComment(data: PostApiCommunityCreateCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityCreateCommentRes>>;
|
|
95
79
|
/**
|
|
96
|
-
*
|
|
80
|
+
* 获取评论列表
|
|
97
81
|
*/
|
|
98
|
-
declare function gCommunityGetComments(query
|
|
82
|
+
declare function gCommunityGetComments(query?: GetApiCommunityGetCommentsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetCommentsRes>>;
|
|
99
83
|
/**
|
|
100
|
-
*
|
|
84
|
+
* 删除评论
|
|
101
85
|
*/
|
|
102
86
|
declare function pCommunityDeleteComment(data: PostApiCommunityDeleteCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDeleteCommentRes>>;
|
|
103
87
|
/**
|
|
104
|
-
*
|
|
88
|
+
* 点赞评论
|
|
105
89
|
*/
|
|
106
90
|
declare function pCommunityLikeComment(data: PostApiCommunityLikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityLikeCommentRes>>;
|
|
107
91
|
/**
|
|
108
|
-
*
|
|
92
|
+
* 点踩评论
|
|
109
93
|
*/
|
|
110
94
|
declare function pCommunityDislikeComment(data: PostApiCommunityDislikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityDislikeCommentRes>>;
|
|
111
95
|
/**
|
|
112
|
-
*
|
|
96
|
+
* 分享内容
|
|
113
97
|
*/
|
|
114
98
|
declare function pCommunityShareContent(data: PostApiCommunityShareContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityShareContentRes>>;
|
|
115
99
|
/**
|
|
116
|
-
*
|
|
117
|
-
*/
|
|
118
|
-
declare function gCommunityGetHotContentList(query?: GetApiCommunityGetHotContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetHotContentListRes>>;
|
|
119
|
-
/**
|
|
120
|
-
* GetRandomContentList。底层调用 gRPC CommunityService.GetRandomContentList 方法。
|
|
121
|
-
*/
|
|
122
|
-
declare function gCommunityGetRandomContentList(query?: GetApiCommunityGetRandomContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetRandomContentListRes>>;
|
|
123
|
-
/**
|
|
124
|
-
* s2s:接收互动服务通知的状态。底层调用 gRPC CommunityService.ContentInteractionNotify 方法。
|
|
125
|
-
*/
|
|
126
|
-
declare function pCommunityContentInteractionNotify(data: PostApiCommunityContentInteractionNotifyReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunityContentInteractionNotifyRes>>;
|
|
127
|
-
/**
|
|
128
|
-
* 搜索当前用户关注列表中的用户信息。底层调用 gRPC CommunityService.SearchCurAccountFollowingUsersInfo 方法。
|
|
100
|
+
* 搜索当前用户关注列表中的用户信息
|
|
129
101
|
*/
|
|
130
102
|
declare function pCommunitySearchCurAccountFollowingUsersInfo(data: PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommunitySearchCurAccountFollowingUsersInfoRes>>;
|
|
131
103
|
/**
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
declare function gContentGetAppComponent(config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppComponentRes>>;
|
|
135
|
-
/**
|
|
136
|
-
* 按最新获取视频列表
|
|
137
|
-
*/
|
|
138
|
-
declare function gContentGetNewstVideoList(query?: GetApiContentGetNewstVideoListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetNewstVideoListRes>>;
|
|
139
|
-
/**
|
|
140
|
-
* 按最热获取视频列表
|
|
104
|
+
* GetHotContentLis
|
|
141
105
|
*/
|
|
142
|
-
declare function
|
|
106
|
+
declare function gCommunityGetHotContentList(query?: GetApiCommunityGetHotContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommunityGetHotContentListRes>>;
|
|
143
107
|
/**
|
|
144
|
-
*
|
|
108
|
+
* 通过api搜索
|
|
145
109
|
*/
|
|
146
|
-
declare function
|
|
110
|
+
declare function gContentGetVideoDetailByApi(query?: GetApiContentGetVideoDetailByApiQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideoDetailByApiRes>>;
|
|
147
111
|
/**
|
|
148
|
-
*
|
|
112
|
+
* 获取视频详情
|
|
149
113
|
*/
|
|
150
|
-
declare function gContentGetVideoDetail(query
|
|
114
|
+
declare function gContentGetVideoDetail(query?: GetApiContentGetVideoDetailQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideoDetailRes>>;
|
|
151
115
|
/**
|
|
152
|
-
*
|
|
116
|
+
* 推荐搜索
|
|
153
117
|
*/
|
|
154
|
-
declare function
|
|
118
|
+
declare function gContentGetRecommendSearchList(query?: GetApiContentGetRecommendSearchListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetRecommendSearchListRes>>;
|
|
155
119
|
/**
|
|
156
|
-
*
|
|
120
|
+
* 热门视频
|
|
157
121
|
*/
|
|
158
122
|
declare function gContentGetHotVideoList(query?: GetApiContentGetHotVideoListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetHotVideoListRes>>;
|
|
159
123
|
/**
|
|
160
|
-
*
|
|
161
|
-
*/
|
|
162
|
-
declare function gContentGetVideosByIds(query: GetApiContentGetVideosByIdsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideosByIdsRes>>;
|
|
163
|
-
/**
|
|
164
|
-
* 获取视频剧集列表。底层调用 gRPC ContentService.GetVideoEpisodes 方法。
|
|
165
|
-
*/
|
|
166
|
-
declare function gContentGetVideoEpisodes(query: GetApiContentGetVideoEpisodesQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetVideoEpisodesRes>>;
|
|
167
|
-
/**
|
|
168
|
-
* 获取推荐搜索列表。底层调用 gRPC ContentService.GetRecommendSearchList 方法。
|
|
169
|
-
*/
|
|
170
|
-
declare function gContentGetRecommendSearchList(query?: GetApiContentGetRecommendSearchListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetRecommendSearchListRes>>;
|
|
171
|
-
/**
|
|
172
|
-
* 获取应用频道列表。底层调用 gRPC ContentService.GetAppChannels 方法。
|
|
124
|
+
* 获取推荐列表
|
|
173
125
|
*/
|
|
174
|
-
declare function
|
|
126
|
+
declare function gContentGetRecommendVideoList(query?: GetApiContentGetRecommendVideoListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetRecommendVideoListRes>>;
|
|
175
127
|
/**
|
|
176
|
-
*
|
|
128
|
+
* 客户端获取应用频道列表
|
|
177
129
|
*/
|
|
178
130
|
declare function gContentGetAppChannels(query?: GetApiContentGetAppChannelsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppChannelsRes>>;
|
|
179
131
|
/**
|
|
180
|
-
*
|
|
181
|
-
*/
|
|
182
|
-
declare function gContentGetAdminSubChannels(query: GetApiContentGetAdminSubChannelsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAdminSubChannelsRes>>;
|
|
183
|
-
/**
|
|
184
|
-
* 获取应用频道区块。底层调用 gRPC ContentService.GetAppChannelBlock 方法。
|
|
132
|
+
* 频道推荐位
|
|
185
133
|
*/
|
|
186
|
-
declare function gContentGetAppChannelBlock(query
|
|
134
|
+
declare function gContentGetAppChannelBlock(query?: GetApiContentGetAppChannelBlockQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppChannelBlockRes>>;
|
|
187
135
|
/**
|
|
188
|
-
*
|
|
136
|
+
* 获取频道推荐位数据
|
|
189
137
|
*/
|
|
190
138
|
declare function gContentGetAppChannelBlockData(query?: GetApiContentGetAppChannelBlockDataQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppChannelBlockDataRes>>;
|
|
191
139
|
/**
|
|
192
|
-
*
|
|
193
|
-
*/
|
|
194
|
-
declare function gContentAdminListAppChannelBlocks(query: GetApiContentAdminListAppChannelBlocksQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentAdminListAppChannelBlocksRes>>;
|
|
195
|
-
/**
|
|
196
|
-
* 更新应用频道区块横幅。底层调用 gRPC ContentService.UpdateAppChannelBlockBanner 方法。
|
|
197
|
-
*/
|
|
198
|
-
declare function pContentUpdateAppChannelBlockBanner(data: PostApiContentUpdateAppChannelBlockBannerReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentUpdateAppChannelBlockBannerRes>>;
|
|
199
|
-
/**
|
|
200
|
-
* 更新应用频道区块横幅状态。底层调用 gRPC ContentService.UpdateAppChannelBlockBannerStatus 方法。
|
|
140
|
+
* 最新视频、热门视频列表接口(游标分页,支持按标签和分类过滤)
|
|
201
141
|
*/
|
|
202
|
-
declare function
|
|
142
|
+
declare function pContentGetNewstVideoList(data: PostApiContentGetNewstVideoListReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentGetNewstVideoListRes>>;
|
|
203
143
|
/**
|
|
204
|
-
*
|
|
144
|
+
* 热门视频列表(游标分页 + 标签、分类筛选)
|
|
205
145
|
*/
|
|
206
|
-
declare function
|
|
146
|
+
declare function pContentGetPopularVideoList(data: PostApiContentGetPopularVideoListReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentGetPopularVideoListRes>>;
|
|
207
147
|
/**
|
|
208
|
-
*
|
|
148
|
+
* 获取可见悬浮球列表(按排序字段排序)
|
|
209
149
|
*/
|
|
210
|
-
declare function
|
|
211
|
-
/**
|
|
212
|
-
* 添加应用频道区块自定义内容。底层调用 gRPC ContentService.AddAppChannelBlockDiyContent 方法。
|
|
213
|
-
*/
|
|
214
|
-
declare function pContentAddAppChannelBlockDiyContent(data: PostApiContentAddAppChannelBlockDiyContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentAddAppChannelBlockDiyContentRes>>;
|
|
215
|
-
/**
|
|
216
|
-
* 删除应用频道区块自定义内容。底层调用 gRPC ContentService.DeleteAppChannelBlockDiyContent 方法。
|
|
217
|
-
*/
|
|
218
|
-
declare function pContentDeleteAppChannelBlockDiyContent(data: PostApiContentDeleteAppChannelBlockDiyContentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentDeleteAppChannelBlockDiyContentRes>>;
|
|
219
|
-
/**
|
|
220
|
-
* 获取应用频道区块自定义内容列表。底层调用 gRPC ContentService.ListAppChannelBlockDiyContents 方法。
|
|
221
|
-
*/
|
|
222
|
-
declare function gContentListAppChannelBlockDiyContents(query: GetApiContentListAppChannelBlockDiyContentsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentListAppChannelBlockDiyContentsRes>>;
|
|
150
|
+
declare function gContentListVisibleFloatingBall(query?: GetApiContentListVisibleFloatingBallQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentListVisibleFloatingBallRes>>;
|
|
223
151
|
/**
|
|
224
|
-
*
|
|
152
|
+
* 猜你喜欢视频列表
|
|
225
153
|
*/
|
|
226
|
-
declare function
|
|
154
|
+
declare function gContentGetGuessYouLikeVideos(query?: GetApiContentGetGuessYouLikeVideosQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetGuessYouLikeVideosRes>>;
|
|
227
155
|
/**
|
|
228
|
-
*
|
|
156
|
+
* 根据广告Code查询广告详情
|
|
229
157
|
*/
|
|
230
|
-
declare function
|
|
158
|
+
declare function gContentGetAdvertiseByCode(query?: GetApiContentGetAdvertiseByCodeQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAdvertiseByCodeRes>>;
|
|
231
159
|
/**
|
|
232
|
-
*
|
|
160
|
+
* 获取App组件信息
|
|
233
161
|
*/
|
|
234
|
-
declare function
|
|
162
|
+
declare function gContentGetAppComponent(config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetAppComponentRes>>;
|
|
235
163
|
/**
|
|
236
|
-
*
|
|
164
|
+
* 批量获取视频详情
|
|
237
165
|
*/
|
|
238
|
-
declare function
|
|
166
|
+
declare function pContentBatchGetVideoDetail(data: PostApiContentBatchGetVideoDetailReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentBatchGetVideoDetailRes>>;
|
|
239
167
|
/**
|
|
240
|
-
*
|
|
168
|
+
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
241
169
|
*/
|
|
242
|
-
declare function
|
|
170
|
+
declare function gContentProcessM3u8(query: GetApiContentProcessM3u8Query, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentProcessM3u8Res>>;
|
|
243
171
|
/**
|
|
244
|
-
*
|
|
172
|
+
* 点赞作品
|
|
245
173
|
*/
|
|
246
|
-
declare function
|
|
174
|
+
declare function pInteractionLike(data: PostApiInteractionLikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionLikeRes>>;
|
|
247
175
|
/**
|
|
248
|
-
*
|
|
176
|
+
* 踩作品
|
|
249
177
|
*/
|
|
250
|
-
declare function
|
|
178
|
+
declare function pInteractionDislike(data: PostApiInteractionDislikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDislikeRes>>;
|
|
251
179
|
/**
|
|
252
|
-
*
|
|
180
|
+
* 取消点赞作品
|
|
253
181
|
*/
|
|
254
|
-
declare function
|
|
182
|
+
declare function pInteractionCancelLike(data: PostApiInteractionCancelLikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCancelLikeRes>>;
|
|
255
183
|
/**
|
|
256
|
-
*
|
|
184
|
+
* 取消踩作品
|
|
257
185
|
*/
|
|
258
|
-
declare function
|
|
186
|
+
declare function pInteractionCancelDislike(data: PostApiInteractionCancelDislikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCancelDislikeRes>>;
|
|
259
187
|
/**
|
|
260
|
-
*
|
|
188
|
+
* 获取用户点赞的内容列表
|
|
261
189
|
*/
|
|
262
|
-
declare function
|
|
190
|
+
declare function gInteractionGetLikeList(query?: GetApiInteractionGetLikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetLikeListRes>>;
|
|
263
191
|
/**
|
|
264
|
-
*
|
|
192
|
+
* 获取用户点踩的内容列表
|
|
265
193
|
*/
|
|
266
|
-
declare function
|
|
194
|
+
declare function gInteractionGetDislikeList(query?: GetApiInteractionGetDislikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetDislikeListRes>>;
|
|
267
195
|
/**
|
|
268
|
-
*
|
|
196
|
+
* 获取内容的点赞用户列表
|
|
269
197
|
*/
|
|
270
|
-
declare function
|
|
198
|
+
declare function gInteractionGetContentLikeList(query?: GetApiInteractionGetContentLikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetContentLikeListRes>>;
|
|
271
199
|
/**
|
|
272
|
-
*
|
|
200
|
+
* 获取内容的点踩用户列表
|
|
273
201
|
*/
|
|
274
|
-
declare function
|
|
202
|
+
declare function gInteractionGetContentDislikeList(query?: GetApiInteractionGetContentDislikeListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetContentDislikeListRes>>;
|
|
275
203
|
/**
|
|
276
|
-
*
|
|
204
|
+
* 统一批量点赞点踩(包含点赞、点踩、取消操作)
|
|
277
205
|
*/
|
|
278
|
-
declare function
|
|
206
|
+
declare function pInteractionUnifiedBatchLikeDislike(data: PostApiInteractionUnifiedBatchLikeDislikeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUnifiedBatchLikeDislikeRes>>;
|
|
279
207
|
/**
|
|
280
|
-
*
|
|
208
|
+
* 评论点赞/点踩
|
|
281
209
|
*/
|
|
282
|
-
declare function
|
|
210
|
+
declare function pInteractionLikeComment(data: PostApiInteractionLikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionLikeCommentRes>>;
|
|
283
211
|
/**
|
|
284
|
-
*
|
|
212
|
+
* 评论点踩
|
|
285
213
|
*/
|
|
286
|
-
declare function
|
|
214
|
+
declare function pInteractionDislikeComment(data: PostApiInteractionDislikeCommentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDislikeCommentRes>>;
|
|
287
215
|
/**
|
|
288
|
-
*
|
|
216
|
+
* 评论点赞点踩查询
|
|
289
217
|
*/
|
|
290
|
-
declare function
|
|
218
|
+
declare function pInteractionBatchGetCommentLikeStatus(data: PostApiInteractionBatchGetCommentLikeStatusReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchGetCommentLikeStatusRes>>;
|
|
291
219
|
/**
|
|
292
|
-
*
|
|
220
|
+
* 记录浏览
|
|
293
221
|
*/
|
|
294
|
-
declare function
|
|
222
|
+
declare function pInteractionBrowse(data: PostApiInteractionBrowseReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBrowseRes>>;
|
|
295
223
|
/**
|
|
296
|
-
*
|
|
224
|
+
* 获取浏览历史列表
|
|
297
225
|
*/
|
|
298
|
-
declare function
|
|
226
|
+
declare function gInteractionGetBrowseList(query?: GetApiInteractionGetBrowseListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetBrowseListRes>>;
|
|
299
227
|
/**
|
|
300
|
-
*
|
|
228
|
+
* 删除浏览记录
|
|
301
229
|
*/
|
|
302
|
-
declare function
|
|
230
|
+
declare function pInteractionDeleteBrowseRecord(data: PostApiInteractionDeleteBrowseRecordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteBrowseRecordRes>>;
|
|
303
231
|
/**
|
|
304
|
-
*
|
|
232
|
+
* 清空浏览历史
|
|
305
233
|
*/
|
|
306
|
-
declare function
|
|
234
|
+
declare function pInteractionClearBrowseHistory(data: PostApiInteractionClearBrowseHistoryReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionClearBrowseHistoryRes>>;
|
|
307
235
|
/**
|
|
308
|
-
*
|
|
236
|
+
* 统一批量清除浏览记录
|
|
309
237
|
*/
|
|
310
|
-
declare function
|
|
238
|
+
declare function pInteractionBatchClearBrowse(data: PostApiInteractionBatchClearBrowseReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchClearBrowseRes>>;
|
|
311
239
|
/**
|
|
312
|
-
*
|
|
240
|
+
* 创建收藏夹
|
|
313
241
|
*/
|
|
314
|
-
declare function
|
|
242
|
+
declare function pInteractionCreateFolder(data: PostApiInteractionCreateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCreateFolderRes>>;
|
|
315
243
|
/**
|
|
316
|
-
*
|
|
244
|
+
* 编辑收藏夹
|
|
317
245
|
*/
|
|
318
|
-
declare function
|
|
246
|
+
declare function pInteractionUpdateFolder(data: PostApiInteractionUpdateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUpdateFolderRes>>;
|
|
319
247
|
/**
|
|
320
|
-
*
|
|
248
|
+
* 删除收藏夹
|
|
321
249
|
*/
|
|
322
|
-
declare function
|
|
250
|
+
declare function pInteractionDeleteFolder(data: PostApiInteractionDeleteFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteFolderRes>>;
|
|
323
251
|
/**
|
|
324
|
-
*
|
|
252
|
+
* 获取收藏夹列表
|
|
325
253
|
*/
|
|
326
|
-
declare function
|
|
254
|
+
declare function gInteractionListFolders(query?: GetApiInteractionListFoldersQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionListFoldersRes>>;
|
|
327
255
|
/**
|
|
328
|
-
*
|
|
256
|
+
* 获取收藏夹详情
|
|
329
257
|
*/
|
|
330
|
-
declare function
|
|
258
|
+
declare function gInteractionGetFolder(query?: GetApiInteractionGetFolderQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFolderRes>>;
|
|
331
259
|
/**
|
|
332
|
-
*
|
|
260
|
+
* 获取收藏夹统计信息(收藏数量等)
|
|
333
261
|
*/
|
|
334
|
-
declare function
|
|
262
|
+
declare function gInteractionGetFolderStats(query?: GetApiInteractionGetFolderStatsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFolderStatsRes>>;
|
|
335
263
|
/**
|
|
336
|
-
*
|
|
264
|
+
* 添加收藏(收藏内容到收藏夹)
|
|
337
265
|
*/
|
|
338
|
-
declare function
|
|
266
|
+
declare function pInteractionAddCollect(data: PostApiInteractionAddCollectReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionAddCollectRes>>;
|
|
339
267
|
/**
|
|
340
|
-
*
|
|
268
|
+
* 取消收藏(从收藏夹移除内容)
|
|
341
269
|
*/
|
|
342
|
-
declare function
|
|
270
|
+
declare function pInteractionRemoveCollect(data: PostApiInteractionRemoveCollectReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionRemoveCollectRes>>;
|
|
343
271
|
/**
|
|
344
|
-
*
|
|
272
|
+
* 获取收藏夹内的内容列表
|
|
345
273
|
*/
|
|
346
|
-
declare function
|
|
274
|
+
declare function gInteractionListCollects(query?: GetApiInteractionListCollectsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionListCollectsRes>>;
|
|
347
275
|
/**
|
|
348
|
-
*
|
|
276
|
+
* 批量移动收藏(将内容从一个收藏夹移动到另一个)
|
|
349
277
|
*/
|
|
350
|
-
declare function
|
|
278
|
+
declare function pInteractionMoveCollects(data: PostApiInteractionMoveCollectsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionMoveCollectsRes>>;
|
|
351
279
|
/**
|
|
352
|
-
*
|
|
280
|
+
* 检查内容是否已收藏
|
|
353
281
|
*/
|
|
354
|
-
declare function
|
|
282
|
+
declare function pInteractionCheckCollect(data: PostApiInteractionCheckCollectReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCheckCollectRes>>;
|
|
355
283
|
/**
|
|
356
|
-
*
|
|
284
|
+
* 批量删除收藏
|
|
357
285
|
*/
|
|
358
|
-
declare function
|
|
286
|
+
declare function pInteractionBatchDeleteCollects(data: PostApiInteractionBatchDeleteCollectsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchDeleteCollectsRes>>;
|
|
359
287
|
/**
|
|
360
|
-
*
|
|
288
|
+
* 批量查询内容互动状态
|
|
361
289
|
*/
|
|
362
290
|
declare function pInteractionBatchQueryContentInteractions(data: PostApiInteractionBatchQueryContentInteractionsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchQueryContentInteractionsRes>>;
|
|
363
291
|
/**
|
|
364
|
-
*
|
|
365
|
-
*/
|
|
366
|
-
declare function pInteractionBrowse(data: PostApiInteractionBrowseReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBrowseRes>>;
|
|
367
|
-
/**
|
|
368
|
-
* 获取浏览列表。底层调用 gRPC InteractionService.GetBrowseList 方法。
|
|
369
|
-
*/
|
|
370
|
-
declare function gInteractionGetBrowseList(query: GetApiInteractionGetBrowseListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetBrowseListRes>>;
|
|
371
|
-
/**
|
|
372
|
-
* 删除浏览记录。底层调用 gRPC InteractionService.DeleteBrowseRecord 方法。
|
|
373
|
-
*/
|
|
374
|
-
declare function pInteractionDeleteBrowseRecord(data: PostApiInteractionDeleteBrowseRecordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteBrowseRecordRes>>;
|
|
375
|
-
/**
|
|
376
|
-
* 清空浏览历史。底层调用 gRPC InteractionService.ClearBrowseHistory 方法。
|
|
377
|
-
*/
|
|
378
|
-
declare function pInteractionClearBrowseHistory(data: PostApiInteractionClearBrowseHistoryReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionClearBrowseHistoryRes>>;
|
|
379
|
-
/**
|
|
380
|
-
* 创建收藏夹。底层调用 gRPC InteractionService.CreateFolder 方法。
|
|
381
|
-
*/
|
|
382
|
-
declare function pInteractionCreateFolder(data: PostApiInteractionCreateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCreateFolderRes>>;
|
|
383
|
-
/**
|
|
384
|
-
* 更新收藏夹。底层调用 gRPC InteractionService.UpdateFolder 方法。
|
|
385
|
-
*/
|
|
386
|
-
declare function pInteractionUpdateFolder(data: PostApiInteractionUpdateFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUpdateFolderRes>>;
|
|
387
|
-
/**
|
|
388
|
-
* 删除收藏夹。底层调用 gRPC InteractionService.DeleteFolder 方法。
|
|
389
|
-
*/
|
|
390
|
-
declare function pInteractionDeleteFolder(data: PostApiInteractionDeleteFolderReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionDeleteFolderRes>>;
|
|
391
|
-
/**
|
|
392
|
-
* 获取收藏夹列表。底层调用 gRPC InteractionService.ListFolders 方法。
|
|
393
|
-
*/
|
|
394
|
-
declare function gInteractionListFolders(query: GetApiInteractionListFoldersQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionListFoldersRes>>;
|
|
395
|
-
/**
|
|
396
|
-
* 获取收藏夹详情。底层调用 gRPC InteractionService.GetFolder 方法。
|
|
292
|
+
* 细粒度:仅批量查点赞/点踩状态(不调 community,供 community 等按需组合使用)
|
|
397
293
|
*/
|
|
398
|
-
declare function
|
|
294
|
+
declare function pInteractionBatchGetLikeStatus(data: PostApiInteractionBatchGetLikeStatusReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchGetLikeStatusRes>>;
|
|
399
295
|
/**
|
|
400
|
-
*
|
|
296
|
+
* 关注用户
|
|
401
297
|
*/
|
|
402
|
-
declare function
|
|
298
|
+
declare function pInteractionFollow(data: PostApiInteractionFollowReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionFollowRes>>;
|
|
403
299
|
/**
|
|
404
|
-
*
|
|
300
|
+
* 取消关注
|
|
405
301
|
*/
|
|
406
|
-
declare function
|
|
302
|
+
declare function pInteractionUnfollow(data: PostApiInteractionUnfollowReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUnfollowRes>>;
|
|
407
303
|
/**
|
|
408
|
-
*
|
|
304
|
+
* 检查是否关注
|
|
409
305
|
*/
|
|
410
|
-
declare function
|
|
306
|
+
declare function pInteractionCheckFollow(data: PostApiInteractionCheckFollowReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionCheckFollowRes>>;
|
|
411
307
|
/**
|
|
412
|
-
*
|
|
308
|
+
* 获取关注列表(我关注了谁)
|
|
413
309
|
*/
|
|
414
|
-
declare function
|
|
310
|
+
declare function gInteractionGetFollowingList(query?: GetApiInteractionGetFollowingListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowingListRes>>;
|
|
415
311
|
/**
|
|
416
|
-
*
|
|
312
|
+
* 获取粉丝列表(谁关注了我)
|
|
417
313
|
*/
|
|
418
|
-
declare function
|
|
314
|
+
declare function gInteractionGetFollowerList(query?: GetApiInteractionGetFollowerListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowerListRes>>;
|
|
419
315
|
/**
|
|
420
|
-
*
|
|
316
|
+
* 获取用户关注统计信息
|
|
421
317
|
*/
|
|
422
|
-
declare function
|
|
318
|
+
declare function gInteractionGetFollowStats(query?: GetApiInteractionGetFollowStatsQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowStatsRes>>;
|
|
423
319
|
/**
|
|
424
|
-
*
|
|
320
|
+
* 批量获取用户的关注统计
|
|
425
321
|
*/
|
|
426
|
-
declare function
|
|
322
|
+
declare function pInteractionBatchGetFollowStats(data: PostApiInteractionBatchGetFollowStatsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchGetFollowStatsRes>>;
|
|
427
323
|
/**
|
|
428
|
-
*
|
|
324
|
+
* 检查双向关注关系(是否互相关注)
|
|
429
325
|
*/
|
|
430
|
-
declare function
|
|
326
|
+
declare function gInteractionCheckMutualFollow(query?: GetApiInteractionCheckMutualFollowQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionCheckMutualFollowRes>>;
|
|
431
327
|
/**
|
|
432
|
-
*
|
|
328
|
+
* 获取关注用户的更新内容列表(用于推送通知)
|
|
433
329
|
*/
|
|
434
|
-
declare function
|
|
330
|
+
declare function gInteractionGetFollowingUserUpdates(query?: GetApiInteractionGetFollowingUserUpdatesQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowingUserUpdatesRes>>;
|
|
435
331
|
/**
|
|
436
|
-
*
|
|
332
|
+
* 更新关注者内容更新时间
|
|
437
333
|
*/
|
|
438
|
-
declare function
|
|
334
|
+
declare function pInteractionUpdateFollowingContentUpdateTime(data: PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionUpdateFollowingContentUpdateTimeRes>>;
|
|
439
335
|
/**
|
|
440
|
-
*
|
|
336
|
+
* 关注用户更新内容列表
|
|
441
337
|
*/
|
|
442
|
-
declare function
|
|
338
|
+
declare function gInteractionGetFollowingContentList(query?: GetApiInteractionGetFollowingContentListQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiInteractionGetFollowingContentListRes>>;
|
|
443
339
|
/**
|
|
444
|
-
*
|
|
340
|
+
* 批量埋点上报(异步写入 Kafka)
|
|
445
341
|
*/
|
|
446
|
-
declare function
|
|
342
|
+
declare function pInteractionTrackEventsBatch(data: PostApiInteractionTrackEventsBatchReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionTrackEventsBatchRes>>;
|
|
447
343
|
/**
|
|
448
|
-
*
|
|
344
|
+
* 获取游客身份
|
|
449
345
|
*/
|
|
450
346
|
declare function gUserGetGuestIdentity(query?: GetApiUserGetGuestIdentityQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetGuestIdentityRes>>;
|
|
451
347
|
/**
|
|
452
|
-
*
|
|
348
|
+
* 用户登陆
|
|
453
349
|
*/
|
|
454
350
|
declare function pUserLogin(data: PostApiUserLoginReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserLoginRes>>;
|
|
455
351
|
/**
|
|
456
|
-
*
|
|
352
|
+
* 注册发送邮箱验证码
|
|
457
353
|
*/
|
|
458
354
|
declare function pUserSendEmailCode(data: PostApiUserSendEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserSendEmailCodeRes>>;
|
|
459
355
|
/**
|
|
460
|
-
*
|
|
356
|
+
* 注册验证邮箱验证码
|
|
461
357
|
*/
|
|
462
358
|
declare function pUserVerifyEmailCode(data: PostApiUserVerifyEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserVerifyEmailCodeRes>>;
|
|
463
359
|
/**
|
|
464
|
-
*
|
|
360
|
+
* 用户注册
|
|
465
361
|
*/
|
|
466
362
|
declare function pUserRegister(data: PostApiUserRegisterReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserRegisterRes>>;
|
|
467
363
|
/**
|
|
468
|
-
*
|
|
364
|
+
* 重置密码
|
|
469
365
|
*/
|
|
470
366
|
declare function pUserResetPassword(data: PostApiUserResetPasswordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserResetPasswordRes>>;
|
|
471
367
|
/**
|
|
472
|
-
*
|
|
368
|
+
* 重置密码-发送邮箱验证码
|
|
473
369
|
*/
|
|
474
|
-
declare function
|
|
370
|
+
declare function pUserSendResetPasswordEmailCode(data: PostApiUserSendResetPasswordEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserSendResetPasswordEmailCodeRes>>;
|
|
475
371
|
/**
|
|
476
|
-
*
|
|
372
|
+
* 重置密码-验证邮箱验证码
|
|
477
373
|
*/
|
|
478
|
-
declare function
|
|
374
|
+
declare function pUserVerifyResetPasswordEmailCode(data: PostApiUserVerifyResetPasswordEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserVerifyResetPasswordEmailCodeRes>>;
|
|
479
375
|
/**
|
|
480
|
-
*
|
|
376
|
+
* 忘记密码-重置密码
|
|
481
377
|
*/
|
|
482
|
-
declare function
|
|
378
|
+
declare function pUserResetForgetPassword(data: PostApiUserResetForgetPasswordReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserResetForgetPasswordRes>>;
|
|
483
379
|
/**
|
|
484
|
-
*
|
|
380
|
+
* 忘记密码-发送邮箱验证码
|
|
485
381
|
*/
|
|
486
|
-
declare function
|
|
382
|
+
declare function pUserSendForgetEmailCode(data: PostApiUserSendForgetEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserSendForgetEmailCodeRes>>;
|
|
487
383
|
/**
|
|
488
|
-
*
|
|
384
|
+
* 忘记密码-验证邮箱验证码
|
|
489
385
|
*/
|
|
490
|
-
declare function
|
|
386
|
+
declare function pUserVerifyForgetEmailCode(data: PostApiUserVerifyForgetEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserVerifyForgetEmailCodeRes>>;
|
|
491
387
|
/**
|
|
492
|
-
*
|
|
388
|
+
* 获取用户信息
|
|
493
389
|
*/
|
|
494
|
-
declare function
|
|
390
|
+
declare function gUserGetUserInfo(query?: GetApiUserGetUserInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetUserInfoRes>>;
|
|
495
391
|
/**
|
|
496
|
-
*
|
|
392
|
+
* 获取用户编辑信息
|
|
497
393
|
*/
|
|
498
|
-
declare function
|
|
394
|
+
declare function gUserGetUserEditInfo(query?: GetApiUserGetUserEditInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserGetUserEditInfoRes>>;
|
|
499
395
|
/**
|
|
500
|
-
*
|
|
396
|
+
* 编辑用户信息
|
|
501
397
|
*/
|
|
502
|
-
declare function
|
|
398
|
+
declare function pUserEditUserInfo(data: PostApiUserEditUserInfoReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserEditUserInfoRes>>;
|
|
503
399
|
/**
|
|
504
|
-
*
|
|
400
|
+
* 用户意见反馈
|
|
505
401
|
*/
|
|
506
402
|
declare function pUserUserFeedback(data: PostApiUserUserFeedbackReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserUserFeedbackRes>>;
|
|
507
403
|
/**
|
|
@@ -521,4 +417,4 @@ declare function pUserUploadUserBgImage(data: PostApiUserUploadUserBgImageReqBod
|
|
|
521
417
|
*/
|
|
522
418
|
declare function gUserViewUserInfo(query?: GetApiUserViewUserInfoQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiUserViewUserInfoRes>>;
|
|
523
419
|
//#endregion
|
|
524
|
-
export {
|
|
420
|
+
export { 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 };
|