@funhub/platform 0.1.21 → 0.1.23
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/biz.d.mts +17 -10
- package/dist/biz.mjs +1 -1
- package/dist/common.d.mts +3 -1
- package/dist/common.mjs +1 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/runtime/client.mjs +1 -1
- package/dist/components/biz/basics/search/variants/simple-search/runtime/client.mjs +1 -1
- package/dist/components/biz/business/banner/variants/basic-banner/material.mjs +1 -1
- package/dist/components/biz/business/comment/reply-detail.mjs +1 -1
- package/dist/components/biz/business/detail/detail-follow-action.mjs +1 -1
- package/dist/components/biz/business/detail/detail-info-title.mjs +1 -1
- package/dist/components/biz/business/detail/detail-introduction.mjs +1 -1
- package/dist/components/biz/business/detail/detail-operate.mjs +1 -1
- package/dist/components/biz/business/detail/materials/registry.d.mts +39 -45
- package/dist/components/biz/business/detail/materials/registry.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-actions/client.d.mts +2 -9
- package/dist/components/biz/business/detail/materials/video-detail-actions/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-actions/material.d.mts +9 -3
- package/dist/components/biz/business/detail/materials/video-detail-actions/schema.d.mts +7 -1
- package/dist/components/biz/business/detail/materials/video-detail-actions/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info/client.d.mts +2 -13
- package/dist/components/biz/business/detail/materials/video-detail-info/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-info/material.d.mts +13 -3
- package/dist/components/biz/business/detail/materials/video-detail-info/schema.d.mts +9 -1
- package/dist/components/biz/business/detail/materials/video-detail-info/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/client.d.mts +2 -7
- package/dist/components/biz/business/detail/materials/video-detail-info-title/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title/material.d.mts +9 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title/schema.d.mts +6 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.d.mts +2 -11
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.d.mts +13 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/schema.d.mts +8 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-player/client.d.mts +2 -11
- package/dist/components/biz/business/detail/materials/video-detail-player/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-player/material.d.mts +9 -3
- package/dist/components/biz/business/detail/materials/video-detail-player/schema.d.mts +8 -1
- package/dist/components/biz/business/detail/materials/video-detail-player/server.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.d.mts +2 -6
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/index.d.mts +3 -3
- package/dist/components/biz/business/detail/materials/video-detail-recommend/material.d.mts +36 -3
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.d.mts +5 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/server.d.mts +1 -1
- package/dist/components/biz/business/detail/post-recommend-list.mjs +1 -1
- package/dist/components/biz/business/floating-ball/client.d.mts +12 -0
- package/dist/components/biz/business/floating-ball/client.mjs +2 -0
- package/dist/components/biz/business/floating-ball/material.d.mts +10 -0
- package/dist/components/biz/business/floating-ball/material.mjs +2 -0
- package/dist/components/biz/business/floating-ball/schema.d.mts +14 -0
- package/dist/components/biz/business/floating-ball/schema.mjs +2 -0
- package/dist/components/biz/business/floating-ball/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-logo-search/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-logo-search/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-logo-search/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-logo-search/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-logo-search/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-logo-search/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/client.d.mts +12 -0
- package/dist/components/biz/business/header-search/header-search/client.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/index.d.mts +5 -0
- package/dist/components/biz/business/header-search/header-search/material.d.mts +10 -0
- package/dist/components/biz/business/header-search/header-search/material.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/schema.d.mts +14 -0
- package/dist/components/biz/business/header-search/header-search/schema.mjs +2 -0
- package/dist/components/biz/business/header-search/header-search/server.d.mts +3 -0
- package/dist/components/biz/business/header-search/header-search/server.mjs +2 -0
- package/dist/components/biz/business/header-search/index.d.mts +11 -0
- package/dist/components/biz/business/home-recommend/index.d.mts +9 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +2 -0
- package/dist/components/biz/business/home-recommend/types.d.mts +25 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.d.mts +10 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +4 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.d.mts +13 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/component.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/data.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/event.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.d.mts +8 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/props.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/style.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.d.mts +10 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.d.mts +4 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.d.mts +13 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/component.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/data.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/event.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.d.mts +8 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/props.schema.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/style.schema.mjs +2 -0
- package/dist/components/biz/business/index.d.mts +21 -14
- package/dist/components/biz/business/index.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/client.d.mts +12 -0
- package/dist/components/biz/business/large-feature-grid/client.mjs +2 -0
- package/dist/components/biz/business/large-feature-grid/material.d.mts +10 -0
- package/dist/components/biz/business/large-feature-grid/material.mjs +2 -0
- package/dist/components/biz/business/large-feature-grid/schema.d.mts +14 -0
- package/dist/components/biz/business/large-feature-grid/schema.mjs +2 -0
- package/dist/components/biz/business/large-feature-grid/server.mjs +2 -0
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/material.d.mts +9 -0
- package/dist/components/biz/business/profile/profile-header/material.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/material.d.mts +9 -0
- package/dist/components/biz/business/profile/profile-main/material.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/client.d.mts +12 -0
- package/dist/components/biz/business/shortcut-grid/client.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/material.d.mts +10 -0
- package/dist/components/biz/business/shortcut-grid/material.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/schema.d.mts +14 -0
- package/dist/components/biz/business/shortcut-grid/schema.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/server.mjs +2 -0
- package/dist/components/biz/renderer/renderer.d.mts +2 -1
- package/dist/components/biz/utils/helpers/get-channel-list.d.mts +20 -0
- package/dist/components/biz/utils/helpers/get-channel-list.mjs +2 -0
- package/dist/components/biz/utils/index.d.mts +5 -4
- package/dist/components/biz/utils/schema/component.d.mts +1 -1
- package/dist/components/biz/utils/transformers/data.d.mts +3 -0
- package/dist/components/biz/utils/transformers/data.mjs +1 -1
- package/dist/components/common/blocked-dialog/blocked-dialog.d.mts +10 -0
- package/dist/components/common/blocked-dialog/blocked-dialog.mjs +2 -0
- package/dist/components/common/blocked-dialog/index.d.mts +2 -0
- package/dist/components/common/follow-button/index.mjs +1 -1
- package/dist/components/common/funhub-provider/funhub-provider.mjs +1 -1
- package/dist/components/common/icons/video.mjs +2 -0
- package/dist/components/common/list/video-list/video-list-item.d.mts +1 -1
- package/dist/components/common/list/video-list/video-list-item.mjs +1 -1
- package/dist/components/common/photo-grid/index.mjs +1 -1
- package/dist/components/common/top-nav-bar/client.mjs +1 -1
- package/dist/components/common/top-nav-bar/index.mjs +1 -1
- package/dist/components/pages/(follow)/_components/follow-button/index.mjs +1 -1
- package/dist/components/pages/feed-series/feed-series-client.mjs +1 -1
- package/dist/components/pages/feedback/_components/feedback-form.mjs +1 -1
- package/dist/components/pages/home/index.mjs +1 -1
- package/dist/components/pages/post-detail/post-detail-client.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/collect-tab/client.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/collect-tab/server.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/history-tab/client.mjs +1 -1
- package/dist/components/pages/profile/_components/tabs/like-tab/client.mjs +1 -1
- package/dist/components/pages/profile/_components/user-profile-container/client.mjs +1 -1
- package/dist/components/pages/profile/_components/user-profile-header/client.mjs +1 -1
- package/dist/components/pages/profile/utils.mjs +1 -1
- package/dist/components/pages/search/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search/search-result/search-video-info.mjs +1 -1
- package/dist/components/pages/search/top-header.mjs +1 -1
- package/dist/components/pages/user-follow/_components/follow-top-header.mjs +1 -1
- package/dist/components/pages/video-detail/video-detail-client.mjs +1 -1
- package/dist/components/pages/video-list/index.d.mts +16 -0
- package/dist/components/pages/video-list/index.mjs +2 -0
- package/dist/components/pages/video-list/types.mjs +2 -0
- package/dist/components/pages/video-list/video-list-client.mjs +2 -0
- package/dist/components/pages/video-list/video-list-item.mjs +2 -0
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/hooks/use-content-operate.mjs +1 -1
- package/dist/i18n/locales/en.mjs +3 -1
- package/dist/i18n/locales/zh-CN.mjs +3 -1
- package/dist/materials.d.mts +24 -1
- package/dist/materials.mjs +1 -1
- package/dist/pages.d.mts +2 -1
- package/dist/pages.mjs +1 -1
- package/dist/service/generated/client.d.mts +28 -12
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +34 -14
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +3 -3
- package/dist/service.mjs +1 -1
- package/dist/store/create-store.mjs +1 -1
- package/dist/store/modules/blocked-modal-store.d.mts +26 -0
- package/dist/store/modules/blocked-modal-store.mjs +2 -0
- package/dist/store/modules/user-store.d.mts +1 -1
- package/dist/store/modules/user-store.mjs +1 -1
- package/dist/store.d.mts +2 -1
- package/dist/store.mjs +1 -1
- package/dist/types.d.mts +1348 -129
- package/dist/utils/http.mjs +1 -1
- package/dist/utils/schema/index.d.mts +1 -1
- package/dist/utils/schema/material.d.mts +5 -0
- package/dist/utils/schema/utils.d.mts +1 -1
- package/dist/utils.d.mts +2 -2
- package/package.json +1 -1
package/dist/types.d.mts
CHANGED
|
@@ -1,9 +1,51 @@
|
|
|
1
1
|
|
|
2
2
|
//#region types/generated/api-types.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* Api Response
|
|
5
|
+
*/
|
|
6
|
+
type Result = {
|
|
7
|
+
code?: ResultCode;
|
|
8
|
+
/**
|
|
9
|
+
* 响应消息
|
|
10
|
+
*/
|
|
11
|
+
message?: string;
|
|
12
|
+
/**
|
|
13
|
+
* 响应数据
|
|
14
|
+
*/
|
|
15
|
+
data?: string[];
|
|
16
|
+
};
|
|
3
17
|
/**
|
|
4
18
|
* ResultCode
|
|
5
19
|
*/
|
|
6
20
|
type ResultCode = 0 | 500 | 401 | 403 | 404 | 405 | 406 | 422 | 423 | 501 | 502;
|
|
21
|
+
/**
|
|
22
|
+
* Api Response
|
|
23
|
+
*/
|
|
24
|
+
type ResultGrpc = Result & {
|
|
25
|
+
code?: ResultCode;
|
|
26
|
+
/**
|
|
27
|
+
* 服务code
|
|
28
|
+
*/
|
|
29
|
+
service_code?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 响应消息
|
|
32
|
+
*/
|
|
33
|
+
message?: string;
|
|
34
|
+
/**
|
|
35
|
+
* 响应数据
|
|
36
|
+
*/
|
|
37
|
+
data?: string[];
|
|
38
|
+
};
|
|
39
|
+
type CommunityAddContentToCollectionResponse = {
|
|
40
|
+
/**
|
|
41
|
+
* 合集ID
|
|
42
|
+
*/
|
|
43
|
+
collection_id?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 帖子ID
|
|
46
|
+
*/
|
|
47
|
+
content_id?: string;
|
|
48
|
+
};
|
|
7
49
|
/**
|
|
8
50
|
* 批量获取内容详情响应数据,对应 gRPC BatchGetContentInfoResponse.data (repeated ContentInfo),解析后保留 data 字段
|
|
9
51
|
*/
|
|
@@ -308,6 +350,31 @@ type CommunityContentInteraction = {
|
|
|
308
350
|
*/
|
|
309
351
|
is_followed?: boolean;
|
|
310
352
|
};
|
|
353
|
+
/**
|
|
354
|
+
* 内容项(简化版,只包含常用字段)
|
|
355
|
+
*/
|
|
356
|
+
type CommunityContentItem = {
|
|
357
|
+
/**
|
|
358
|
+
* 帖子ID
|
|
359
|
+
*/
|
|
360
|
+
content_id?: string;
|
|
361
|
+
/**
|
|
362
|
+
* 发布者ID
|
|
363
|
+
*/
|
|
364
|
+
user_id?: string;
|
|
365
|
+
/**
|
|
366
|
+
* 正文内容
|
|
367
|
+
*/
|
|
368
|
+
content?: string;
|
|
369
|
+
/**
|
|
370
|
+
* 创建时间
|
|
371
|
+
*/
|
|
372
|
+
create_time?: string;
|
|
373
|
+
/**
|
|
374
|
+
* 更新时间
|
|
375
|
+
*/
|
|
376
|
+
update_time?: string;
|
|
377
|
+
};
|
|
311
378
|
/**
|
|
312
379
|
* 关注响应
|
|
313
380
|
*/
|
|
@@ -360,6 +427,12 @@ type CommunityFollowInfo = {
|
|
|
360
427
|
*/
|
|
361
428
|
loginer_follow_status?: number;
|
|
362
429
|
};
|
|
430
|
+
type CommunityCreateCollectionResponse = {
|
|
431
|
+
/**
|
|
432
|
+
* 合集ID
|
|
433
|
+
*/
|
|
434
|
+
collection_id?: string;
|
|
435
|
+
};
|
|
363
436
|
type CommunityGetCollectionInfoResponse = {
|
|
364
437
|
/**
|
|
365
438
|
* Success
|
|
@@ -375,6 +448,16 @@ type CommunityGetCollectionInfoResponse = {
|
|
|
375
448
|
code?: number;
|
|
376
449
|
data?: Record<string, any>;
|
|
377
450
|
};
|
|
451
|
+
type CommunityCreateCommentResponse = {
|
|
452
|
+
/**
|
|
453
|
+
* 评论ID
|
|
454
|
+
*/
|
|
455
|
+
comment_id?: string;
|
|
456
|
+
/**
|
|
457
|
+
* 内容ID
|
|
458
|
+
*/
|
|
459
|
+
content_id?: string;
|
|
460
|
+
};
|
|
378
461
|
/**
|
|
379
462
|
* 获取评论列表响应数据,对应 gRPC GetCommentsResponse.data (CommentListData),解析后保留 data 字段
|
|
380
463
|
*/
|
|
@@ -397,6 +480,12 @@ type CommunityGetCommentsResponse = {
|
|
|
397
480
|
has_more?: boolean;
|
|
398
481
|
};
|
|
399
482
|
};
|
|
483
|
+
type CommunityDeleteCollectionResponse = {
|
|
484
|
+
/**
|
|
485
|
+
* 合集ID
|
|
486
|
+
*/
|
|
487
|
+
collection_id?: string;
|
|
488
|
+
};
|
|
400
489
|
type CommunityGetContentInfoResponse = {
|
|
401
490
|
/**
|
|
402
491
|
* Success
|
|
@@ -412,6 +501,12 @@ type CommunityGetContentInfoResponse = {
|
|
|
412
501
|
code?: number;
|
|
413
502
|
data?: CommunityContentInfo;
|
|
414
503
|
};
|
|
504
|
+
type CommunityDeleteCommentResponse = {
|
|
505
|
+
/**
|
|
506
|
+
* 评论ID
|
|
507
|
+
*/
|
|
508
|
+
comment_id?: string;
|
|
509
|
+
};
|
|
415
510
|
/**
|
|
416
511
|
* 获取内容列表响应数据,对应 gRPC GetContentListResponse.data (ContentListData),解析后保留 data 字段
|
|
417
512
|
*/
|
|
@@ -434,6 +529,12 @@ type CommunityGetContentListResponse = {
|
|
|
434
529
|
has_more?: boolean;
|
|
435
530
|
};
|
|
436
531
|
};
|
|
532
|
+
type CommunityDeleteContentResponse = {
|
|
533
|
+
/**
|
|
534
|
+
* 帖子ID
|
|
535
|
+
*/
|
|
536
|
+
content_id?: string;
|
|
537
|
+
};
|
|
437
538
|
/**
|
|
438
539
|
* 获取关注统计响应
|
|
439
540
|
*/
|
|
@@ -447,6 +548,12 @@ type CommunityGetFollowStatsResponse = {
|
|
|
447
548
|
*/
|
|
448
549
|
follower_cnt?: number;
|
|
449
550
|
};
|
|
551
|
+
type CommunityDislikeCommentResponse = {
|
|
552
|
+
/**
|
|
553
|
+
* 评论ID
|
|
554
|
+
*/
|
|
555
|
+
comment_id?: string;
|
|
556
|
+
};
|
|
450
557
|
/**
|
|
451
558
|
* 获取粉丝列表响应
|
|
452
559
|
*/
|
|
@@ -574,6 +681,106 @@ type CommunityHotContentInfo = {
|
|
|
574
681
|
*/
|
|
575
682
|
title?: string;
|
|
576
683
|
};
|
|
684
|
+
/**
|
|
685
|
+
* 帖子信息(用于列表),对应 gRPC PostInfo
|
|
686
|
+
*/
|
|
687
|
+
type CommunityPostInfo = {
|
|
688
|
+
/**
|
|
689
|
+
* 帖子ID
|
|
690
|
+
*/
|
|
691
|
+
content_id?: string;
|
|
692
|
+
/**
|
|
693
|
+
* 发布者ID
|
|
694
|
+
*/
|
|
695
|
+
user_id?: string;
|
|
696
|
+
/**
|
|
697
|
+
* 标题
|
|
698
|
+
*/
|
|
699
|
+
title?: string;
|
|
700
|
+
/**
|
|
701
|
+
* 正文内容
|
|
702
|
+
*/
|
|
703
|
+
content?: string;
|
|
704
|
+
/**
|
|
705
|
+
* 图片URL列表
|
|
706
|
+
*/
|
|
707
|
+
images?: string[];
|
|
708
|
+
/**
|
|
709
|
+
* 视频URL列表
|
|
710
|
+
*/
|
|
711
|
+
videos?: string[];
|
|
712
|
+
/**
|
|
713
|
+
* 标签
|
|
714
|
+
*/
|
|
715
|
+
tags?: string[];
|
|
716
|
+
/**
|
|
717
|
+
* 封面图
|
|
718
|
+
*/
|
|
719
|
+
cover_image?: string;
|
|
720
|
+
/**
|
|
721
|
+
* 点赞数
|
|
722
|
+
*/
|
|
723
|
+
like_count?: number;
|
|
724
|
+
/**
|
|
725
|
+
* 评论数
|
|
726
|
+
*/
|
|
727
|
+
comment_count?: number;
|
|
728
|
+
/**
|
|
729
|
+
* 分享数
|
|
730
|
+
*/
|
|
731
|
+
share_count?: number;
|
|
732
|
+
/**
|
|
733
|
+
* 浏览数
|
|
734
|
+
*/
|
|
735
|
+
view_count?: number;
|
|
736
|
+
/**
|
|
737
|
+
* 创建时间
|
|
738
|
+
*/
|
|
739
|
+
create_time?: string;
|
|
740
|
+
/**
|
|
741
|
+
* 更新时间
|
|
742
|
+
*/
|
|
743
|
+
update_time?: string;
|
|
744
|
+
/**
|
|
745
|
+
* 点踩数
|
|
746
|
+
*/
|
|
747
|
+
dislike_count?: number;
|
|
748
|
+
author?: InteractionUserBrief;
|
|
749
|
+
interaction?: InteractionContentInteraction;
|
|
750
|
+
};
|
|
751
|
+
/**
|
|
752
|
+
* 发布作品请求
|
|
753
|
+
*/
|
|
754
|
+
type CommunityPublishContentRequest = {
|
|
755
|
+
/**
|
|
756
|
+
* 正文内容
|
|
757
|
+
*/
|
|
758
|
+
content?: string;
|
|
759
|
+
/**
|
|
760
|
+
* 媒体资源信息
|
|
761
|
+
*/
|
|
762
|
+
medias?: CommunityMediaInfo[];
|
|
763
|
+
/**
|
|
764
|
+
* 标签
|
|
765
|
+
*/
|
|
766
|
+
tags?: string[];
|
|
767
|
+
/**
|
|
768
|
+
* \@的用户ID列表
|
|
769
|
+
*/
|
|
770
|
+
mentioned_users?: string[];
|
|
771
|
+
/**
|
|
772
|
+
* 同步到的合集ID列表
|
|
773
|
+
*/
|
|
774
|
+
collection_ids?: string[];
|
|
775
|
+
/**
|
|
776
|
+
* 内容类型
|
|
777
|
+
*/
|
|
778
|
+
type?: number;
|
|
779
|
+
/**
|
|
780
|
+
* 封面图
|
|
781
|
+
*/
|
|
782
|
+
cover_image?: string;
|
|
783
|
+
};
|
|
577
784
|
/**
|
|
578
785
|
* 内容查询响应
|
|
579
786
|
*/
|
|
@@ -679,6 +886,21 @@ type CommunityUserBrief = {
|
|
|
679
886
|
*/
|
|
680
887
|
signature?: string;
|
|
681
888
|
};
|
|
889
|
+
type CommunityLikeCommentResponse = {
|
|
890
|
+
/**
|
|
891
|
+
* 评论ID
|
|
892
|
+
*/
|
|
893
|
+
comment_id?: string;
|
|
894
|
+
};
|
|
895
|
+
/**
|
|
896
|
+
* 添加频道推荐位banner响应
|
|
897
|
+
*/
|
|
898
|
+
type ContentAddAppChannelBlockBannerResponse = {
|
|
899
|
+
/**
|
|
900
|
+
* Id
|
|
901
|
+
*/
|
|
902
|
+
id?: string;
|
|
903
|
+
};
|
|
682
904
|
/**
|
|
683
905
|
* 添加频道推荐位自定义内容响应
|
|
684
906
|
*/
|
|
@@ -725,6 +947,21 @@ type CommunityMediaInfo = {
|
|
|
725
947
|
*/
|
|
726
948
|
video_size?: number;
|
|
727
949
|
};
|
|
950
|
+
/**
|
|
951
|
+
* 添加频道推荐位响应
|
|
952
|
+
*/
|
|
953
|
+
type ContentAddAppChannelBlockResponse = {
|
|
954
|
+
/**
|
|
955
|
+
* Id
|
|
956
|
+
*/
|
|
957
|
+
id?: string;
|
|
958
|
+
};
|
|
959
|
+
type CommunityPublishContentResponse = {
|
|
960
|
+
/**
|
|
961
|
+
* 帖子ID
|
|
962
|
+
*/
|
|
963
|
+
content_id?: string;
|
|
964
|
+
};
|
|
728
965
|
/**
|
|
729
966
|
* 列出频道推荐位响应
|
|
730
967
|
*/
|
|
@@ -824,6 +1061,15 @@ type ContentAdminAppChannel = {
|
|
|
824
1061
|
*/
|
|
825
1062
|
content_type?: number;
|
|
826
1063
|
};
|
|
1064
|
+
/**
|
|
1065
|
+
* 创建频道响应
|
|
1066
|
+
*/
|
|
1067
|
+
type ContentCreateAppChannelResponse = {
|
|
1068
|
+
/**
|
|
1069
|
+
* 新创建的频道ID
|
|
1070
|
+
*/
|
|
1071
|
+
id?: string;
|
|
1072
|
+
};
|
|
827
1073
|
/**
|
|
828
1074
|
* 频道推荐位信息
|
|
829
1075
|
*/
|
|
@@ -897,6 +1143,15 @@ type ContentAdminAppChannelBlock = {
|
|
|
897
1143
|
*/
|
|
898
1144
|
content_source_type?: number;
|
|
899
1145
|
};
|
|
1146
|
+
/**
|
|
1147
|
+
* 创建悬浮球响应
|
|
1148
|
+
*/
|
|
1149
|
+
type ContentCreateFloatingBallResponse = {
|
|
1150
|
+
/**
|
|
1151
|
+
* Id
|
|
1152
|
+
*/
|
|
1153
|
+
id?: string;
|
|
1154
|
+
};
|
|
900
1155
|
/**
|
|
901
1156
|
* 频道推荐位banner信息
|
|
902
1157
|
*/
|
|
@@ -954,6 +1209,12 @@ type ContentAdminAppChannelBlockBanner = {
|
|
|
954
1209
|
*/
|
|
955
1210
|
updated_at?: number;
|
|
956
1211
|
};
|
|
1212
|
+
type CommunitySubscribeCollectionResponse = {
|
|
1213
|
+
/**
|
|
1214
|
+
* 合集ID
|
|
1215
|
+
*/
|
|
1216
|
+
collection_id?: string;
|
|
1217
|
+
};
|
|
957
1218
|
/**
|
|
958
1219
|
* 剧集信息(用于获取剧集列表)
|
|
959
1220
|
*/
|
|
@@ -975,6 +1236,23 @@ type ContentEpisode = {
|
|
|
975
1236
|
*/
|
|
976
1237
|
preview_m3u8_url?: string;
|
|
977
1238
|
};
|
|
1239
|
+
/**
|
|
1240
|
+
* 搜索当前用户关注列表中的用户信息响应
|
|
1241
|
+
*/
|
|
1242
|
+
type CommunitySearchAccountFollowingUsersInfoResponse = {
|
|
1243
|
+
/**
|
|
1244
|
+
* 搜索关注列表用户信息项
|
|
1245
|
+
*/
|
|
1246
|
+
following_users_info?: CommunitySearchFollowingUserInfo[];
|
|
1247
|
+
/**
|
|
1248
|
+
* Total
|
|
1249
|
+
*/
|
|
1250
|
+
total?: number;
|
|
1251
|
+
/**
|
|
1252
|
+
* Has more
|
|
1253
|
+
*/
|
|
1254
|
+
has_more?: boolean;
|
|
1255
|
+
};
|
|
978
1256
|
/**
|
|
979
1257
|
* BlockIcon 信息
|
|
980
1258
|
*/
|
|
@@ -1033,6 +1311,12 @@ type ContentGetAdminAppChannelsResponse = {
|
|
|
1033
1311
|
*/
|
|
1034
1312
|
total?: number;
|
|
1035
1313
|
};
|
|
1314
|
+
type CommunityUpdateCollectionResponse = {
|
|
1315
|
+
/**
|
|
1316
|
+
* 合集ID
|
|
1317
|
+
*/
|
|
1318
|
+
collection_id?: string;
|
|
1319
|
+
};
|
|
1036
1320
|
/**
|
|
1037
1321
|
* 搜索当前用户关注列表中的用户信息响应
|
|
1038
1322
|
*/
|
|
@@ -1105,6 +1389,12 @@ type ContentAppChannel = {
|
|
|
1105
1389
|
*/
|
|
1106
1390
|
sub_list?: ContentAppChannel[];
|
|
1107
1391
|
};
|
|
1392
|
+
type CommunityUpdateContentResponse = {
|
|
1393
|
+
/**
|
|
1394
|
+
* 帖子ID
|
|
1395
|
+
*/
|
|
1396
|
+
content_id?: string;
|
|
1397
|
+
};
|
|
1108
1398
|
/**
|
|
1109
1399
|
* 获取频道推荐位数据响应
|
|
1110
1400
|
*/
|
|
@@ -1150,15 +1440,44 @@ type ContentAppChannelBlock = {
|
|
|
1150
1440
|
data?: ContentAppChannelBlockData;
|
|
1151
1441
|
};
|
|
1152
1442
|
/**
|
|
1153
|
-
*
|
|
1154
|
-
*/
|
|
1155
|
-
type ContentGetAppChannelBlockIconResponse = {
|
|
1156
|
-
icon_info?: ContentAdminBlockIconInfo;
|
|
1157
|
-
};
|
|
1158
|
-
/**
|
|
1159
|
-
* 频道推荐位banner信息
|
|
1443
|
+
* 搜索关注列表用户信息项
|
|
1160
1444
|
*/
|
|
1161
|
-
type
|
|
1445
|
+
type CommunitySearchFollowingUserInfo = {
|
|
1446
|
+
/**
|
|
1447
|
+
* 建议文本
|
|
1448
|
+
*/
|
|
1449
|
+
text?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* 用户ID
|
|
1452
|
+
*/
|
|
1453
|
+
user_id?: string;
|
|
1454
|
+
/**
|
|
1455
|
+
* 显示ID
|
|
1456
|
+
*/
|
|
1457
|
+
display_id?: string;
|
|
1458
|
+
/**
|
|
1459
|
+
* 昵称
|
|
1460
|
+
*/
|
|
1461
|
+
nick_name?: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* 头像
|
|
1464
|
+
*/
|
|
1465
|
+
avatar?: string;
|
|
1466
|
+
/**
|
|
1467
|
+
* 相关性分数
|
|
1468
|
+
*/
|
|
1469
|
+
score?: number;
|
|
1470
|
+
};
|
|
1471
|
+
/**
|
|
1472
|
+
* 获取 BlockIcon 详情响应
|
|
1473
|
+
*/
|
|
1474
|
+
type ContentGetAppChannelBlockIconResponse = {
|
|
1475
|
+
icon_info?: ContentAdminBlockIconInfo;
|
|
1476
|
+
};
|
|
1477
|
+
/**
|
|
1478
|
+
* 频道推荐位banner信息
|
|
1479
|
+
*/
|
|
1480
|
+
type ContentAppChannelBlockBanner = {
|
|
1162
1481
|
/**
|
|
1163
1482
|
* 中文名称
|
|
1164
1483
|
*/
|
|
@@ -1247,6 +1566,12 @@ type ContentAppChannelBlockData = {
|
|
|
1247
1566
|
*/
|
|
1248
1567
|
cursor?: string;
|
|
1249
1568
|
};
|
|
1569
|
+
/**
|
|
1570
|
+
* 获取单个频道响应
|
|
1571
|
+
*/
|
|
1572
|
+
type ContentGetAppChannelResponse = {
|
|
1573
|
+
channel?: ContentAppChannel;
|
|
1574
|
+
};
|
|
1250
1575
|
/**
|
|
1251
1576
|
* 频道推荐位自定义内容
|
|
1252
1577
|
*/
|
|
@@ -1288,6 +1613,16 @@ type ContentAppChannelBlockDiyContent = {
|
|
|
1288
1613
|
*/
|
|
1289
1614
|
updated_at?: number;
|
|
1290
1615
|
};
|
|
1616
|
+
type ContentGetAppChannelSourceIdsResponse = {
|
|
1617
|
+
/**
|
|
1618
|
+
* Content source ids
|
|
1619
|
+
*/
|
|
1620
|
+
content_source_ids?: string[];
|
|
1621
|
+
/**
|
|
1622
|
+
* Content source type
|
|
1623
|
+
*/
|
|
1624
|
+
content_source_type?: number;
|
|
1625
|
+
};
|
|
1291
1626
|
/**
|
|
1292
1627
|
* 基础用户信息
|
|
1293
1628
|
*/
|
|
@@ -1742,6 +2077,41 @@ type ContentListAppChannelBlockIconResponse = {
|
|
|
1742
2077
|
*/
|
|
1743
2078
|
total?: number;
|
|
1744
2079
|
};
|
|
2080
|
+
/**
|
|
2081
|
+
* 列出频道推荐位内容源响应
|
|
2082
|
+
*/
|
|
2083
|
+
type ContentListAppChannelBlockSourceResponse = {
|
|
2084
|
+
/**
|
|
2085
|
+
* 内容源ID列表
|
|
2086
|
+
*/
|
|
2087
|
+
content_source_ids?: string[];
|
|
2088
|
+
/**
|
|
2089
|
+
* 内容源类型
|
|
2090
|
+
*/
|
|
2091
|
+
content_source_type?: number;
|
|
2092
|
+
};
|
|
2093
|
+
/**
|
|
2094
|
+
* 获取应用频道区块标签列表响应数据,对应 gRPC ListAppChannelBlockTagsResponse
|
|
2095
|
+
*/
|
|
2096
|
+
type ContentListAppChannelBlockTagsResponse = {
|
|
2097
|
+
/**
|
|
2098
|
+
* 标签ID列表
|
|
2099
|
+
*/
|
|
2100
|
+
tag_ids?: string[];
|
|
2101
|
+
};
|
|
2102
|
+
/**
|
|
2103
|
+
* 获取应用频道区块列表响应数据,对应 gRPC ListAppChannelBlocksResponse
|
|
2104
|
+
*/
|
|
2105
|
+
type ContentListAppChannelBlocksResponse = {
|
|
2106
|
+
/**
|
|
2107
|
+
* 区块列表
|
|
2108
|
+
*/
|
|
2109
|
+
blocks?: (Record<string, any>)[];
|
|
2110
|
+
/**
|
|
2111
|
+
* 总数
|
|
2112
|
+
*/
|
|
2113
|
+
total?: number;
|
|
2114
|
+
};
|
|
1745
2115
|
/**
|
|
1746
2116
|
* 悬浮球列表响应
|
|
1747
2117
|
*/
|
|
@@ -1858,6 +2228,15 @@ type ContentRecommendVideoInfo = {
|
|
|
1858
2228
|
*/
|
|
1859
2229
|
group_name?: string;
|
|
1860
2230
|
};
|
|
2231
|
+
/**
|
|
2232
|
+
* ProcessM3U8,对应 gRPC ProcessM3U8
|
|
2233
|
+
*/
|
|
2234
|
+
type ContentProcessM3U8 = {
|
|
2235
|
+
/**
|
|
2236
|
+
* Content
|
|
2237
|
+
*/
|
|
2238
|
+
content?: string;
|
|
2239
|
+
};
|
|
1861
2240
|
/**
|
|
1862
2241
|
* Elasticsearch 视频搜索响应
|
|
1863
2242
|
*/
|
|
@@ -2510,6 +2889,12 @@ type InteractionCheckCollectResponse = {
|
|
|
2510
2889
|
[key: string]: boolean;
|
|
2511
2890
|
};
|
|
2512
2891
|
};
|
|
2892
|
+
type ContentProcessM3U8Response = {
|
|
2893
|
+
/**
|
|
2894
|
+
* Content
|
|
2895
|
+
*/
|
|
2896
|
+
content?: string;
|
|
2897
|
+
};
|
|
2513
2898
|
/**
|
|
2514
2899
|
* 清空浏览历史响应
|
|
2515
2900
|
*/
|
|
@@ -2549,6 +2934,15 @@ type InteractionContentInteraction = {
|
|
|
2549
2934
|
*/
|
|
2550
2935
|
is_followed?: boolean;
|
|
2551
2936
|
};
|
|
2937
|
+
/**
|
|
2938
|
+
* 创建收藏夹响应
|
|
2939
|
+
*/
|
|
2940
|
+
type InteractionCreateFolderResponse = {
|
|
2941
|
+
/**
|
|
2942
|
+
* 收藏夹ID
|
|
2943
|
+
*/
|
|
2944
|
+
folder_id?: string;
|
|
2945
|
+
};
|
|
2552
2946
|
/**
|
|
2553
2947
|
* 删除收藏夹响应
|
|
2554
2948
|
*/
|
|
@@ -2969,6 +3363,27 @@ type InteractionGetLikeListResponse = {
|
|
|
2969
3363
|
*/
|
|
2970
3364
|
browse_records?: InteractionBrowseRecord[];
|
|
2971
3365
|
};
|
|
3366
|
+
/**
|
|
3367
|
+
* VideoTag,对应 gRPC VideoTag
|
|
3368
|
+
*/
|
|
3369
|
+
type ContentVideoTag = {
|
|
3370
|
+
/**
|
|
3371
|
+
* 标签ID
|
|
3372
|
+
*/
|
|
3373
|
+
id?: string;
|
|
3374
|
+
/**
|
|
3375
|
+
* 标签名称
|
|
3376
|
+
*/
|
|
3377
|
+
name?: string;
|
|
3378
|
+
/**
|
|
3379
|
+
* 标签组ID
|
|
3380
|
+
*/
|
|
3381
|
+
group_id?: string;
|
|
3382
|
+
/**
|
|
3383
|
+
* 标签组名称
|
|
3384
|
+
*/
|
|
3385
|
+
group_name?: string;
|
|
3386
|
+
};
|
|
2972
3387
|
/**
|
|
2973
3388
|
* 媒体资源信息
|
|
2974
3389
|
*/
|
|
@@ -3246,6 +3661,23 @@ type ContentRecommendContentList = {
|
|
|
3246
3661
|
*/
|
|
3247
3662
|
has_more?: boolean;
|
|
3248
3663
|
};
|
|
3664
|
+
/**
|
|
3665
|
+
* 标签对象
|
|
3666
|
+
*/
|
|
3667
|
+
type InteractionTag = {
|
|
3668
|
+
/**
|
|
3669
|
+
* 标签ID
|
|
3670
|
+
*/
|
|
3671
|
+
id?: string;
|
|
3672
|
+
/**
|
|
3673
|
+
* 标签名称
|
|
3674
|
+
*/
|
|
3675
|
+
name?: string;
|
|
3676
|
+
/**
|
|
3677
|
+
* 标签分组
|
|
3678
|
+
*/
|
|
3679
|
+
group?: string;
|
|
3680
|
+
};
|
|
3249
3681
|
/**
|
|
3250
3682
|
* 帖子内容媒体信息
|
|
3251
3683
|
*/
|
|
@@ -3560,6 +3992,17 @@ type ContentRecommendUserInfo = {
|
|
|
3560
3992
|
*/
|
|
3561
3993
|
is_following?: number;
|
|
3562
3994
|
};
|
|
3995
|
+
/**
|
|
3996
|
+
* 批量获取用户信息响应
|
|
3997
|
+
*/
|
|
3998
|
+
type UserBatchGetUserInfoResponse = {
|
|
3999
|
+
/**
|
|
4000
|
+
* 用户信息
|
|
4001
|
+
*/
|
|
4002
|
+
user_info_map?: {
|
|
4003
|
+
[key: string]: string;
|
|
4004
|
+
};
|
|
4005
|
+
};
|
|
3563
4006
|
/**
|
|
3564
4007
|
* 收藏信息
|
|
3565
4008
|
*/
|
|
@@ -3774,6 +4217,12 @@ type UserRegisterResponse = {
|
|
|
3774
4217
|
*/
|
|
3775
4218
|
expire_time?: number;
|
|
3776
4219
|
};
|
|
4220
|
+
type UserSchema = {
|
|
4221
|
+
/**
|
|
4222
|
+
* 用户ID,主键
|
|
4223
|
+
*/
|
|
4224
|
+
id?: number;
|
|
4225
|
+
};
|
|
3777
4226
|
/**
|
|
3778
4227
|
* 收藏夹信息
|
|
3779
4228
|
*/
|
|
@@ -3811,6 +4260,15 @@ type InteractionFolderInfo = {
|
|
|
3811
4260
|
*/
|
|
3812
4261
|
update_time?: number;
|
|
3813
4262
|
};
|
|
4263
|
+
/**
|
|
4264
|
+
* 用户token鉴权响应
|
|
4265
|
+
*/
|
|
4266
|
+
type UserUserTokenAuthResponse = {
|
|
4267
|
+
/**
|
|
4268
|
+
* User id
|
|
4269
|
+
*/
|
|
4270
|
+
user_id?: string;
|
|
4271
|
+
};
|
|
3814
4272
|
/**
|
|
3815
4273
|
* 收藏夹统计
|
|
3816
4274
|
*/
|
|
@@ -3829,127 +4287,450 @@ type InteractionFolderStats = {
|
|
|
3829
4287
|
collect_count?: number;
|
|
3830
4288
|
};
|
|
3831
4289
|
/**
|
|
3832
|
-
*
|
|
4290
|
+
* 获取视频详情响应
|
|
3833
4291
|
*/
|
|
3834
|
-
type
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
*/
|
|
3842
|
-
like_state?: number;
|
|
4292
|
+
type VideoGetVideoDetailResponse = {
|
|
4293
|
+
video?: VideoVideoDetail;
|
|
4294
|
+
};
|
|
4295
|
+
/**
|
|
4296
|
+
* 搜索视频响应
|
|
4297
|
+
*/
|
|
4298
|
+
type VideoSearchVideosResponse = {
|
|
3843
4299
|
/**
|
|
3844
|
-
*
|
|
4300
|
+
* 视频信息(用于搜索列表)
|
|
3845
4301
|
*/
|
|
3846
|
-
|
|
4302
|
+
videos?: VideoVideoInfo[];
|
|
3847
4303
|
/**
|
|
3848
|
-
*
|
|
4304
|
+
* 总数(当need_total_info=y时返回)
|
|
3849
4305
|
*/
|
|
3850
|
-
|
|
4306
|
+
total?: number;
|
|
3851
4307
|
/**
|
|
3852
|
-
*
|
|
4308
|
+
* 当前页码(当need_total_info=y时返回)
|
|
3853
4309
|
*/
|
|
3854
|
-
|
|
4310
|
+
page?: number;
|
|
3855
4311
|
/**
|
|
3856
|
-
*
|
|
4312
|
+
* 每页数量(当need_total_info=y时返回)
|
|
3857
4313
|
*/
|
|
3858
|
-
|
|
4314
|
+
page_size?: number;
|
|
3859
4315
|
};
|
|
3860
4316
|
/**
|
|
3861
|
-
*
|
|
4317
|
+
* 标签对象
|
|
3862
4318
|
*/
|
|
3863
|
-
type
|
|
4319
|
+
type VideoTag = {
|
|
3864
4320
|
/**
|
|
3865
|
-
*
|
|
4321
|
+
* 标签ID
|
|
3866
4322
|
*/
|
|
3867
|
-
|
|
3868
|
-
};
|
|
3869
|
-
/**
|
|
3870
|
-
* 批量删除收藏响应
|
|
3871
|
-
*/
|
|
3872
|
-
type InteractionBatchDeleteCollectsResponse = {
|
|
4323
|
+
id?: string;
|
|
3873
4324
|
/**
|
|
3874
|
-
*
|
|
4325
|
+
* 标签名称
|
|
3875
4326
|
*/
|
|
3876
|
-
|
|
4327
|
+
name?: string;
|
|
3877
4328
|
/**
|
|
3878
|
-
*
|
|
4329
|
+
* 标签分组
|
|
3879
4330
|
*/
|
|
3880
|
-
|
|
4331
|
+
group?: string;
|
|
3881
4332
|
};
|
|
3882
4333
|
/**
|
|
3883
|
-
*
|
|
4334
|
+
* 视频详情(用于详情接口)
|
|
3884
4335
|
*/
|
|
3885
|
-
type
|
|
4336
|
+
type VideoVideoDetail = {
|
|
3886
4337
|
/**
|
|
3887
|
-
*
|
|
4338
|
+
* 基本信息
|
|
3888
4339
|
*/
|
|
3889
|
-
|
|
4340
|
+
id?: string;
|
|
3890
4341
|
/**
|
|
3891
|
-
*
|
|
4342
|
+
* 视频MID标识
|
|
3892
4343
|
*/
|
|
3893
|
-
|
|
4344
|
+
mid?: string;
|
|
3894
4345
|
/**
|
|
3895
|
-
*
|
|
4346
|
+
* 视频名称
|
|
3896
4347
|
*/
|
|
3897
|
-
|
|
4348
|
+
name?: string;
|
|
3898
4349
|
/**
|
|
3899
|
-
*
|
|
4350
|
+
* 分类ID
|
|
3900
4351
|
*/
|
|
3901
|
-
|
|
4352
|
+
cat_id?: string;
|
|
3902
4353
|
/**
|
|
3903
|
-
*
|
|
4354
|
+
* 分类名称
|
|
3904
4355
|
*/
|
|
3905
|
-
|
|
4356
|
+
cat_name?: string;
|
|
3906
4357
|
/**
|
|
3907
|
-
*
|
|
4358
|
+
* 状态码
|
|
3908
4359
|
*/
|
|
3909
|
-
|
|
4360
|
+
status?: string;
|
|
3910
4361
|
/**
|
|
3911
|
-
*
|
|
4362
|
+
* 状态文本
|
|
3912
4363
|
*/
|
|
3913
|
-
|
|
4364
|
+
status_text?: string;
|
|
3914
4365
|
/**
|
|
3915
|
-
*
|
|
4366
|
+
* 上架时间
|
|
3916
4367
|
*/
|
|
3917
|
-
|
|
4368
|
+
show_at?: string;
|
|
3918
4369
|
/**
|
|
3919
|
-
*
|
|
4370
|
+
* 位置/分类
|
|
3920
4371
|
*/
|
|
3921
|
-
|
|
4372
|
+
position?: string;
|
|
3922
4373
|
/**
|
|
3923
|
-
*
|
|
4374
|
+
* 图片相关
|
|
3924
4375
|
*/
|
|
3925
|
-
|
|
4376
|
+
img_type?: string;
|
|
3926
4377
|
/**
|
|
3927
|
-
*
|
|
4378
|
+
* 横图路径
|
|
3928
4379
|
*/
|
|
3929
|
-
|
|
4380
|
+
img_x?: string;
|
|
3930
4381
|
/**
|
|
3931
|
-
*
|
|
4382
|
+
* 竖图路径
|
|
3932
4383
|
*/
|
|
3933
|
-
|
|
4384
|
+
img_y?: string;
|
|
3934
4385
|
/**
|
|
3935
|
-
*
|
|
4386
|
+
* 图片宽度(像素)
|
|
3936
4387
|
*/
|
|
3937
|
-
|
|
4388
|
+
img_width?: string;
|
|
3938
4389
|
/**
|
|
3939
|
-
*
|
|
4390
|
+
* 图片高度(像素)
|
|
3940
4391
|
*/
|
|
3941
|
-
|
|
3942
|
-
author?: InteractionUserBrief;
|
|
3943
|
-
interaction?: InteractionContentInteraction;
|
|
3944
|
-
};
|
|
3945
|
-
/**
|
|
3946
|
-
* 获取用户隐私设置信息响应
|
|
3947
|
-
*/
|
|
3948
|
-
type UserGetUserPrivacySettingsResponse = {
|
|
4392
|
+
img_height?: string;
|
|
3949
4393
|
/**
|
|
3950
|
-
*
|
|
4394
|
+
* 预览图片数组
|
|
3951
4395
|
*/
|
|
3952
|
-
|
|
4396
|
+
preview_images?: string[];
|
|
4397
|
+
/**
|
|
4398
|
+
* 视频信息
|
|
4399
|
+
*/
|
|
4400
|
+
score?: string;
|
|
4401
|
+
/**
|
|
4402
|
+
* 时长(秒)
|
|
4403
|
+
*/
|
|
4404
|
+
duration?: string;
|
|
4405
|
+
/**
|
|
4406
|
+
* 是否有更多链接:y或n
|
|
4407
|
+
*/
|
|
4408
|
+
is_more_link?: string;
|
|
4409
|
+
/**
|
|
4410
|
+
* 更新状态:0或1
|
|
4411
|
+
*/
|
|
4412
|
+
update_status?: string;
|
|
4413
|
+
/**
|
|
4414
|
+
* 视频描述
|
|
4415
|
+
*/
|
|
4416
|
+
description?: string;
|
|
4417
|
+
/**
|
|
4418
|
+
* 语言
|
|
4419
|
+
*/
|
|
4420
|
+
language?: string;
|
|
4421
|
+
/**
|
|
4422
|
+
* 导演
|
|
4423
|
+
*/
|
|
4424
|
+
director?: string;
|
|
4425
|
+
/**
|
|
4426
|
+
* 演员
|
|
4427
|
+
*/
|
|
4428
|
+
actor?: string;
|
|
4429
|
+
/**
|
|
4430
|
+
* 地区
|
|
4431
|
+
*/
|
|
4432
|
+
area?: string;
|
|
4433
|
+
/**
|
|
4434
|
+
* 发行年份
|
|
4435
|
+
*/
|
|
4436
|
+
issue_date?: string;
|
|
4437
|
+
/**
|
|
4438
|
+
* 出版商
|
|
4439
|
+
*/
|
|
4440
|
+
publisher?: string;
|
|
4441
|
+
/**
|
|
4442
|
+
* 系列
|
|
4443
|
+
*/
|
|
4444
|
+
series?: string;
|
|
4445
|
+
/**
|
|
4446
|
+
* 编号
|
|
4447
|
+
*/
|
|
4448
|
+
number?: string;
|
|
4449
|
+
/**
|
|
4450
|
+
* 标签对象
|
|
4451
|
+
*/
|
|
4452
|
+
tags?: VideoTag[];
|
|
4453
|
+
/**
|
|
4454
|
+
* 来源标签(逗号分隔)
|
|
4455
|
+
*/
|
|
4456
|
+
source_tags?: string;
|
|
4457
|
+
/**
|
|
4458
|
+
* 来源演员数组
|
|
4459
|
+
*/
|
|
4460
|
+
source_actor?: string[];
|
|
4461
|
+
/**
|
|
4462
|
+
* 播放链接对象
|
|
4463
|
+
*/
|
|
4464
|
+
links?: VideoVideoLink[];
|
|
4465
|
+
/**
|
|
4466
|
+
* 其他字段
|
|
4467
|
+
*/
|
|
4468
|
+
money?: string;
|
|
4469
|
+
/**
|
|
4470
|
+
* UP主信息
|
|
4471
|
+
*/
|
|
4472
|
+
up_user?: string;
|
|
4473
|
+
/**
|
|
4474
|
+
* 来源用户名
|
|
4475
|
+
*/
|
|
4476
|
+
source_username?: string;
|
|
4477
|
+
/**
|
|
4478
|
+
* 任务ID
|
|
4479
|
+
*/
|
|
4480
|
+
task_id?: string;
|
|
4481
|
+
/**
|
|
4482
|
+
* 文件状态
|
|
4483
|
+
*/
|
|
4484
|
+
file_status?: string;
|
|
4485
|
+
};
|
|
4486
|
+
/**
|
|
4487
|
+
* 单个视频的互动信息
|
|
4488
|
+
*/
|
|
4489
|
+
type ContentVideoInteractionItem = {
|
|
4490
|
+
/**
|
|
4491
|
+
* 视频ID
|
|
4492
|
+
*/
|
|
4493
|
+
video_id?: string;
|
|
4494
|
+
/**
|
|
4495
|
+
* 点赞状态
|
|
4496
|
+
*/
|
|
4497
|
+
like_state?: number;
|
|
4498
|
+
/**
|
|
4499
|
+
* 点踩状态
|
|
4500
|
+
*/
|
|
4501
|
+
dislike_state?: number;
|
|
4502
|
+
/**
|
|
4503
|
+
* 收藏状态
|
|
4504
|
+
*/
|
|
4505
|
+
collect_state?: number;
|
|
4506
|
+
/**
|
|
4507
|
+
* 播放状态(用于播放计数)
|
|
4508
|
+
*/
|
|
4509
|
+
play_state?: number;
|
|
4510
|
+
/**
|
|
4511
|
+
* 评论
|
|
4512
|
+
*/
|
|
4513
|
+
comment_state?: number;
|
|
4514
|
+
};
|
|
4515
|
+
/**
|
|
4516
|
+
* 视频信息(用于搜索列表)
|
|
4517
|
+
*/
|
|
4518
|
+
type VideoVideoInfo = {
|
|
4519
|
+
/**
|
|
4520
|
+
* 视频唯一标识ID(视频编号)
|
|
4521
|
+
*/
|
|
4522
|
+
id?: string;
|
|
4523
|
+
/**
|
|
4524
|
+
* 视频MID标识
|
|
4525
|
+
*/
|
|
4526
|
+
mid?: string;
|
|
4527
|
+
/**
|
|
4528
|
+
* 视频名称
|
|
4529
|
+
*/
|
|
4530
|
+
name?: string;
|
|
4531
|
+
/**
|
|
4532
|
+
* 横图封面路径
|
|
4533
|
+
*/
|
|
4534
|
+
img_x?: string;
|
|
4535
|
+
/**
|
|
4536
|
+
* 竖图封面路径
|
|
4537
|
+
*/
|
|
4538
|
+
img_y?: string;
|
|
4539
|
+
/**
|
|
4540
|
+
* 封面类型:long横图,short竖图
|
|
4541
|
+
*/
|
|
4542
|
+
img_type?: string;
|
|
4543
|
+
/**
|
|
4544
|
+
* 分类编号
|
|
4545
|
+
*/
|
|
4546
|
+
cat_id?: string;
|
|
4547
|
+
/**
|
|
4548
|
+
* 分类名称
|
|
4549
|
+
*/
|
|
4550
|
+
cat_name?: string;
|
|
4551
|
+
/**
|
|
4552
|
+
* 上架状态
|
|
4553
|
+
*/
|
|
4554
|
+
status?: string;
|
|
4555
|
+
/**
|
|
4556
|
+
* 状态文本
|
|
4557
|
+
*/
|
|
4558
|
+
status_text?: string;
|
|
4559
|
+
/**
|
|
4560
|
+
* 上架时间
|
|
4561
|
+
*/
|
|
4562
|
+
show_at?: string;
|
|
4563
|
+
/**
|
|
4564
|
+
* 标签对象
|
|
4565
|
+
*/
|
|
4566
|
+
tags?: VideoTag[];
|
|
4567
|
+
/**
|
|
4568
|
+
* 更新状态:0更新中,1已完结
|
|
4569
|
+
*/
|
|
4570
|
+
update_status?: string;
|
|
4571
|
+
/**
|
|
4572
|
+
* 视频描述
|
|
4573
|
+
*/
|
|
4574
|
+
description?: string;
|
|
4575
|
+
/**
|
|
4576
|
+
* 视频语言
|
|
4577
|
+
*/
|
|
4578
|
+
language?: string;
|
|
4579
|
+
/**
|
|
4580
|
+
* 视频导演
|
|
4581
|
+
*/
|
|
4582
|
+
director?: string;
|
|
4583
|
+
/**
|
|
4584
|
+
* 视频上架时间(发行时间)
|
|
4585
|
+
*/
|
|
4586
|
+
issue_date?: string;
|
|
4587
|
+
/**
|
|
4588
|
+
* 演员
|
|
4589
|
+
*/
|
|
4590
|
+
actor?: string;
|
|
4591
|
+
/**
|
|
4592
|
+
* UP主信息
|
|
4593
|
+
*/
|
|
4594
|
+
up_user?: string;
|
|
4595
|
+
/**
|
|
4596
|
+
* 时间信息
|
|
4597
|
+
*/
|
|
4598
|
+
time?: string;
|
|
4599
|
+
/**
|
|
4600
|
+
* 价格
|
|
4601
|
+
*/
|
|
4602
|
+
money?: string;
|
|
4603
|
+
/**
|
|
4604
|
+
* 来源用户名
|
|
4605
|
+
*/
|
|
4606
|
+
source_username?: string;
|
|
4607
|
+
/**
|
|
4608
|
+
* 任务ID
|
|
4609
|
+
*/
|
|
4610
|
+
task_id?: string;
|
|
4611
|
+
/**
|
|
4612
|
+
* 错误信息
|
|
4613
|
+
*/
|
|
4614
|
+
error_msg?: string;
|
|
4615
|
+
/**
|
|
4616
|
+
* 文件状态
|
|
4617
|
+
*/
|
|
4618
|
+
file_status?: string;
|
|
4619
|
+
};
|
|
4620
|
+
/**
|
|
4621
|
+
* 播放链接对象
|
|
4622
|
+
*/
|
|
4623
|
+
type VideoVideoLink = {
|
|
4624
|
+
/**
|
|
4625
|
+
* 链接唯一标识ID(链接编号)
|
|
4626
|
+
*/
|
|
4627
|
+
id?: string;
|
|
4628
|
+
/**
|
|
4629
|
+
* 链接名称(集数名称)
|
|
4630
|
+
*/
|
|
4631
|
+
name?: string;
|
|
4632
|
+
/**
|
|
4633
|
+
* 预览播放地址(M3U8格式)
|
|
4634
|
+
*/
|
|
4635
|
+
preview_m3u8_url?: string;
|
|
4636
|
+
/**
|
|
4637
|
+
* 正式播放地址(M3U8格式)
|
|
4638
|
+
*/
|
|
4639
|
+
m3u8_url?: string;
|
|
4640
|
+
};
|
|
4641
|
+
/**
|
|
4642
|
+
* 批量清除浏览响应
|
|
4643
|
+
*/
|
|
4644
|
+
type InteractionBatchClearBrowseResponse = {
|
|
4645
|
+
/**
|
|
4646
|
+
* 删除的数量
|
|
4647
|
+
*/
|
|
4648
|
+
deleted_count?: number;
|
|
4649
|
+
};
|
|
4650
|
+
/**
|
|
4651
|
+
* 批量删除收藏响应
|
|
4652
|
+
*/
|
|
4653
|
+
type InteractionBatchDeleteCollectsResponse = {
|
|
4654
|
+
/**
|
|
4655
|
+
* 删除的数量
|
|
4656
|
+
*/
|
|
4657
|
+
deleted_count?: number;
|
|
4658
|
+
/**
|
|
4659
|
+
* 删除失败的内容ID列表
|
|
4660
|
+
*/
|
|
4661
|
+
failed_ids?: string[];
|
|
4662
|
+
};
|
|
4663
|
+
/**
|
|
4664
|
+
* 帖子信息(用于列表)
|
|
4665
|
+
*/
|
|
4666
|
+
type InteractionPostInfo = {
|
|
4667
|
+
/**
|
|
4668
|
+
* 帖子ID
|
|
4669
|
+
*/
|
|
4670
|
+
content_id?: string;
|
|
4671
|
+
/**
|
|
4672
|
+
* 发布者ID
|
|
4673
|
+
*/
|
|
4674
|
+
user_id?: string;
|
|
4675
|
+
/**
|
|
4676
|
+
* 正文内容
|
|
4677
|
+
*/
|
|
4678
|
+
content?: string;
|
|
4679
|
+
/**
|
|
4680
|
+
* 媒体资源信息
|
|
4681
|
+
*/
|
|
4682
|
+
medias?: InteractionMediaInfo[];
|
|
4683
|
+
/**
|
|
4684
|
+
* 标签
|
|
4685
|
+
*/
|
|
4686
|
+
tags?: string[];
|
|
4687
|
+
/**
|
|
4688
|
+
* 类型
|
|
4689
|
+
*/
|
|
4690
|
+
type?: number;
|
|
4691
|
+
/**
|
|
4692
|
+
* 封面图
|
|
4693
|
+
*/
|
|
4694
|
+
cover_image?: string;
|
|
4695
|
+
/**
|
|
4696
|
+
* 点赞数
|
|
4697
|
+
*/
|
|
4698
|
+
like_count?: number;
|
|
4699
|
+
/**
|
|
4700
|
+
* 点踩数
|
|
4701
|
+
*/
|
|
4702
|
+
dislike_count?: number;
|
|
4703
|
+
/**
|
|
4704
|
+
* 评论数
|
|
4705
|
+
*/
|
|
4706
|
+
comment_count?: number;
|
|
4707
|
+
/**
|
|
4708
|
+
* 分享数
|
|
4709
|
+
*/
|
|
4710
|
+
share_count?: number;
|
|
4711
|
+
/**
|
|
4712
|
+
* 浏览数
|
|
4713
|
+
*/
|
|
4714
|
+
view_count?: number;
|
|
4715
|
+
/**
|
|
4716
|
+
* 创建时间
|
|
4717
|
+
*/
|
|
4718
|
+
create_time?: string;
|
|
4719
|
+
/**
|
|
4720
|
+
* 更新时间
|
|
4721
|
+
*/
|
|
4722
|
+
update_time?: string;
|
|
4723
|
+
author?: InteractionUserBrief;
|
|
4724
|
+
interaction?: InteractionContentInteraction;
|
|
4725
|
+
};
|
|
4726
|
+
/**
|
|
4727
|
+
* 获取用户隐私设置信息响应
|
|
4728
|
+
*/
|
|
4729
|
+
type UserGetUserPrivacySettingsResponse = {
|
|
4730
|
+
/**
|
|
4731
|
+
* 合集设置
|
|
4732
|
+
*/
|
|
4733
|
+
collections_open?: number;
|
|
3953
4734
|
/**
|
|
3954
4735
|
* 点赞设置
|
|
3955
4736
|
*/
|
|
@@ -4050,6 +4831,132 @@ type InteractionLikeInfo = {
|
|
|
4050
4831
|
*/
|
|
4051
4832
|
create_time?: number;
|
|
4052
4833
|
};
|
|
4834
|
+
/**
|
|
4835
|
+
* 分页信息
|
|
4836
|
+
*/
|
|
4837
|
+
type UserPaginationInfo = {
|
|
4838
|
+
/**
|
|
4839
|
+
* 当前页码
|
|
4840
|
+
*/
|
|
4841
|
+
current_page?: number;
|
|
4842
|
+
/**
|
|
4843
|
+
* 每页数量
|
|
4844
|
+
*/
|
|
4845
|
+
page_size?: number;
|
|
4846
|
+
/**
|
|
4847
|
+
* 总记录数
|
|
4848
|
+
*/
|
|
4849
|
+
total?: number;
|
|
4850
|
+
/**
|
|
4851
|
+
* 总页数
|
|
4852
|
+
*/
|
|
4853
|
+
total_pages?: number;
|
|
4854
|
+
/**
|
|
4855
|
+
* 是否有下一页
|
|
4856
|
+
*/
|
|
4857
|
+
has_next?: boolean;
|
|
4858
|
+
/**
|
|
4859
|
+
* 是否有上一页
|
|
4860
|
+
*/
|
|
4861
|
+
has_prev?: boolean;
|
|
4862
|
+
/**
|
|
4863
|
+
* 是否有更多数据(与 has_next 相同,提供更直观的字段名)
|
|
4864
|
+
*/
|
|
4865
|
+
has_more?: boolean;
|
|
4866
|
+
};
|
|
4867
|
+
/**
|
|
4868
|
+
* 搜索结果中的用户项
|
|
4869
|
+
*/
|
|
4870
|
+
type UserSearchUserItem = {
|
|
4871
|
+
/**
|
|
4872
|
+
* User id
|
|
4873
|
+
*/
|
|
4874
|
+
user_id?: string;
|
|
4875
|
+
/**
|
|
4876
|
+
* 对外公布的平台ID
|
|
4877
|
+
*/
|
|
4878
|
+
display_id?: string;
|
|
4879
|
+
/**
|
|
4880
|
+
* Nick name
|
|
4881
|
+
*/
|
|
4882
|
+
nick_name?: string;
|
|
4883
|
+
/**
|
|
4884
|
+
* 昵称拼音
|
|
4885
|
+
*/
|
|
4886
|
+
nick_name_py?: string;
|
|
4887
|
+
/**
|
|
4888
|
+
* Avatar
|
|
4889
|
+
*/
|
|
4890
|
+
avatar?: string;
|
|
4891
|
+
/**
|
|
4892
|
+
* Signature
|
|
4893
|
+
*/
|
|
4894
|
+
signature?: string;
|
|
4895
|
+
/**
|
|
4896
|
+
* Gender
|
|
4897
|
+
*/
|
|
4898
|
+
gender?: number;
|
|
4899
|
+
/**
|
|
4900
|
+
* 是否游客:0否,1是
|
|
4901
|
+
*/
|
|
4902
|
+
is_visitor?: number;
|
|
4903
|
+
/**
|
|
4904
|
+
* 关注数
|
|
4905
|
+
*/
|
|
4906
|
+
following_count?: number;
|
|
4907
|
+
/**
|
|
4908
|
+
* 粉丝数
|
|
4909
|
+
*/
|
|
4910
|
+
follower_count?: number;
|
|
4911
|
+
/**
|
|
4912
|
+
* 获赞数
|
|
4913
|
+
*/
|
|
4914
|
+
like_count?: number;
|
|
4915
|
+
/**
|
|
4916
|
+
* 创建时间(Unix时间戳)
|
|
4917
|
+
*/
|
|
4918
|
+
create_time?: number;
|
|
4919
|
+
/**
|
|
4920
|
+
* 更新时间(Unix时间戳)
|
|
4921
|
+
*/
|
|
4922
|
+
update_time?: number;
|
|
4923
|
+
/**
|
|
4924
|
+
* 搜索相关性分数(ES的_score)
|
|
4925
|
+
*/
|
|
4926
|
+
score?: number;
|
|
4927
|
+
/**
|
|
4928
|
+
* 高亮字段(如果请求中设置了highlight=true)
|
|
4929
|
+
*/
|
|
4930
|
+
highlights?: {
|
|
4931
|
+
[key: string]: string;
|
|
4932
|
+
};
|
|
4933
|
+
};
|
|
4934
|
+
/**
|
|
4935
|
+
* 用户搜索响应
|
|
4936
|
+
*/
|
|
4937
|
+
type UserSearchUsersResponse = {
|
|
4938
|
+
/**
|
|
4939
|
+
* 搜索结果中的用户项
|
|
4940
|
+
*/
|
|
4941
|
+
users?: UserSearchUserItem[];
|
|
4942
|
+
pagination?: UserPaginationInfo;
|
|
4943
|
+
/**
|
|
4944
|
+
* 总记录数(与 pagination.total 相同,方便直接访问)
|
|
4945
|
+
*/
|
|
4946
|
+
total?: number;
|
|
4947
|
+
/**
|
|
4948
|
+
* 是否有更多数据(与 pagination.has_next 相同,方便直接访问)
|
|
4949
|
+
*/
|
|
4950
|
+
has_more?: boolean;
|
|
4951
|
+
/**
|
|
4952
|
+
* 搜索耗时(毫秒)
|
|
4953
|
+
*/
|
|
4954
|
+
took_ms?: number;
|
|
4955
|
+
/**
|
|
4956
|
+
* 是否超时
|
|
4957
|
+
*/
|
|
4958
|
+
timed_out?: boolean;
|
|
4959
|
+
};
|
|
4053
4960
|
/**
|
|
4054
4961
|
* 统一批量点赞点踩响应
|
|
4055
4962
|
*/
|
|
@@ -4063,22 +4970,126 @@ type InteractionUnifiedBatchLikeDislikeResponse = {
|
|
|
4063
4970
|
*/
|
|
4064
4971
|
content_type?: number;
|
|
4065
4972
|
};
|
|
4973
|
+
/**
|
|
4974
|
+
* 用户搜索建议响应
|
|
4975
|
+
*/
|
|
4976
|
+
type UserSuggestUsersResponse = {
|
|
4977
|
+
/**
|
|
4978
|
+
* 用户搜索建议项
|
|
4979
|
+
*/
|
|
4980
|
+
suggestions?: UserUserSuggestion[];
|
|
4981
|
+
/**
|
|
4982
|
+
* 总记录数
|
|
4983
|
+
*/
|
|
4984
|
+
total?: number;
|
|
4985
|
+
/**
|
|
4986
|
+
* 是否有更多数据
|
|
4987
|
+
*/
|
|
4988
|
+
has_more?: boolean;
|
|
4989
|
+
};
|
|
4990
|
+
/**
|
|
4991
|
+
* 用户搜索详情信息响应
|
|
4992
|
+
*/
|
|
4993
|
+
type UserSearchUsersDetailDataResponse = {
|
|
4994
|
+
/**
|
|
4995
|
+
* 用户详情
|
|
4996
|
+
*/
|
|
4997
|
+
user_detail_data?: UserUserDetailData[];
|
|
4998
|
+
/**
|
|
4999
|
+
* 总记录数
|
|
5000
|
+
*/
|
|
5001
|
+
total?: number;
|
|
5002
|
+
/**
|
|
5003
|
+
* 是否有更多数据
|
|
5004
|
+
*/
|
|
5005
|
+
has_more?: boolean;
|
|
5006
|
+
};
|
|
4066
5007
|
/**
|
|
4067
5008
|
* 统一批量操作结果项
|
|
4068
5009
|
*/
|
|
4069
5010
|
type InteractionUnifiedBatchLikeDislikeResult = {
|
|
4070
5011
|
/**
|
|
4071
|
-
* 内容ID
|
|
5012
|
+
* 内容ID
|
|
5013
|
+
*/
|
|
5014
|
+
content_id?: string;
|
|
5015
|
+
/**
|
|
5016
|
+
* 当前点赞状态
|
|
5017
|
+
*/
|
|
5018
|
+
now_like?: boolean;
|
|
5019
|
+
/**
|
|
5020
|
+
* 当前点踩状态
|
|
5021
|
+
*/
|
|
5022
|
+
now_dislike?: boolean;
|
|
5023
|
+
};
|
|
5024
|
+
/**
|
|
5025
|
+
* 用户搜索建议项
|
|
5026
|
+
*/
|
|
5027
|
+
type UserUserSuggestion = {
|
|
5028
|
+
/**
|
|
5029
|
+
* 建议文本
|
|
5030
|
+
*/
|
|
5031
|
+
text?: string;
|
|
5032
|
+
/**
|
|
5033
|
+
* 用户ID
|
|
5034
|
+
*/
|
|
5035
|
+
user_id?: string;
|
|
5036
|
+
/**
|
|
5037
|
+
* 显示ID
|
|
5038
|
+
*/
|
|
5039
|
+
display_id?: string;
|
|
5040
|
+
/**
|
|
5041
|
+
* 昵称
|
|
5042
|
+
*/
|
|
5043
|
+
nick_name?: string;
|
|
5044
|
+
/**
|
|
5045
|
+
* 头像
|
|
5046
|
+
*/
|
|
5047
|
+
avatar?: string;
|
|
5048
|
+
/**
|
|
5049
|
+
* 相关性分数
|
|
5050
|
+
*/
|
|
5051
|
+
score?: number;
|
|
5052
|
+
};
|
|
5053
|
+
/**
|
|
5054
|
+
* 基础用户信息
|
|
5055
|
+
*/
|
|
5056
|
+
type UserBaseUserInfo = {
|
|
5057
|
+
/**
|
|
5058
|
+
* 用户id
|
|
5059
|
+
*/
|
|
5060
|
+
user_id?: string;
|
|
5061
|
+
/**
|
|
5062
|
+
* 昵称
|
|
5063
|
+
*/
|
|
5064
|
+
nick_name?: string;
|
|
5065
|
+
/**
|
|
5066
|
+
* 头像
|
|
5067
|
+
*/
|
|
5068
|
+
avatar?: string;
|
|
5069
|
+
/**
|
|
5070
|
+
* 个性签名
|
|
5071
|
+
*/
|
|
5072
|
+
signature?: string;
|
|
5073
|
+
/**
|
|
5074
|
+
* 关注数
|
|
5075
|
+
*/
|
|
5076
|
+
following_count?: number;
|
|
5077
|
+
/**
|
|
5078
|
+
* 粉丝数
|
|
4072
5079
|
*/
|
|
4073
|
-
|
|
5080
|
+
follower_count?: number;
|
|
4074
5081
|
/**
|
|
4075
|
-
*
|
|
5082
|
+
* 获赞数
|
|
4076
5083
|
*/
|
|
4077
|
-
|
|
5084
|
+
like_count?: number;
|
|
4078
5085
|
/**
|
|
4079
|
-
*
|
|
5086
|
+
* 性别 1:男 2:女 0 保密
|
|
4080
5087
|
*/
|
|
4081
|
-
|
|
5088
|
+
gender?: number;
|
|
5089
|
+
/**
|
|
5090
|
+
* 用户展示id
|
|
5091
|
+
*/
|
|
5092
|
+
display_id?: string;
|
|
4082
5093
|
};
|
|
4083
5094
|
/**
|
|
4084
5095
|
* 视频详情信息(嵌套在 Video 的 Detail 对象中)
|
|
@@ -4138,6 +5149,16 @@ type InteractionVideoMedia = {
|
|
|
4138
5149
|
*/
|
|
4139
5150
|
img_height?: number;
|
|
4140
5151
|
};
|
|
5152
|
+
type UserBatchUpdateUserCountData = {
|
|
5153
|
+
/**
|
|
5154
|
+
* 用户id
|
|
5155
|
+
*/
|
|
5156
|
+
user_id?: string;
|
|
5157
|
+
/**
|
|
5158
|
+
* 数量
|
|
5159
|
+
*/
|
|
5160
|
+
count?: number;
|
|
5161
|
+
};
|
|
4141
5162
|
/**
|
|
4142
5163
|
* 视频 tag
|
|
4143
5164
|
*/
|
|
@@ -4159,6 +5180,99 @@ type InteractionVideoTag = {
|
|
|
4159
5180
|
*/
|
|
4160
5181
|
group_name?: string;
|
|
4161
5182
|
};
|
|
5183
|
+
/**
|
|
5184
|
+
* 用户详情
|
|
5185
|
+
*/
|
|
5186
|
+
type UserUserDetailData = {
|
|
5187
|
+
/**
|
|
5188
|
+
* 建议文本
|
|
5189
|
+
*/
|
|
5190
|
+
text?: string;
|
|
5191
|
+
/**
|
|
5192
|
+
* 用户ID
|
|
5193
|
+
*/
|
|
5194
|
+
user_id?: string;
|
|
5195
|
+
/**
|
|
5196
|
+
* 显示ID
|
|
5197
|
+
*/
|
|
5198
|
+
display_id?: string;
|
|
5199
|
+
/**
|
|
5200
|
+
* 昵称
|
|
5201
|
+
*/
|
|
5202
|
+
nick_name?: string;
|
|
5203
|
+
/**
|
|
5204
|
+
* 头像
|
|
5205
|
+
*/
|
|
5206
|
+
avatar?: string;
|
|
5207
|
+
/**
|
|
5208
|
+
* 相关性分数
|
|
5209
|
+
*/
|
|
5210
|
+
score?: number;
|
|
5211
|
+
/**
|
|
5212
|
+
* 粉丝数
|
|
5213
|
+
*/
|
|
5214
|
+
follower_count?: number;
|
|
5215
|
+
/**
|
|
5216
|
+
* 是否关注
|
|
5217
|
+
*/
|
|
5218
|
+
is_following?: number;
|
|
5219
|
+
};
|
|
5220
|
+
type UserRandomUserListResponse = {
|
|
5221
|
+
/**
|
|
5222
|
+
* 基础用户信息
|
|
5223
|
+
*/
|
|
5224
|
+
users?: UserBaseUserInfo[];
|
|
5225
|
+
};
|
|
5226
|
+
/**
|
|
5227
|
+
* 关注用户详情
|
|
5228
|
+
*/
|
|
5229
|
+
type UserFollowingUsersInfo = {
|
|
5230
|
+
/**
|
|
5231
|
+
* 建议文本
|
|
5232
|
+
*/
|
|
5233
|
+
text?: string;
|
|
5234
|
+
/**
|
|
5235
|
+
* 用户ID
|
|
5236
|
+
*/
|
|
5237
|
+
user_id?: string;
|
|
5238
|
+
/**
|
|
5239
|
+
* 显示ID
|
|
5240
|
+
*/
|
|
5241
|
+
display_id?: string;
|
|
5242
|
+
/**
|
|
5243
|
+
* 昵称
|
|
5244
|
+
*/
|
|
5245
|
+
nick_name?: string;
|
|
5246
|
+
/**
|
|
5247
|
+
* 头像
|
|
5248
|
+
*/
|
|
5249
|
+
avatar?: string;
|
|
5250
|
+
/**
|
|
5251
|
+
* 相关性分数
|
|
5252
|
+
*/
|
|
5253
|
+
score?: number;
|
|
5254
|
+
/**
|
|
5255
|
+
* 个性签名
|
|
5256
|
+
*/
|
|
5257
|
+
signature?: string;
|
|
5258
|
+
};
|
|
5259
|
+
/**
|
|
5260
|
+
* 搜索用户关注列表用户信息响应
|
|
5261
|
+
*/
|
|
5262
|
+
type UserSearchAccountFollowingUsersInfoResponse = {
|
|
5263
|
+
/**
|
|
5264
|
+
* 关注用户详情
|
|
5265
|
+
*/
|
|
5266
|
+
following_users_info?: UserFollowingUsersInfo[];
|
|
5267
|
+
/**
|
|
5268
|
+
* 总记录数
|
|
5269
|
+
*/
|
|
5270
|
+
total?: number;
|
|
5271
|
+
/**
|
|
5272
|
+
* 是否有更多数据
|
|
5273
|
+
*/
|
|
5274
|
+
has_more?: boolean;
|
|
5275
|
+
};
|
|
4162
5276
|
/**
|
|
4163
5277
|
* 浏览用户信息响应
|
|
4164
5278
|
*/
|
|
@@ -4224,6 +5338,35 @@ type UserViewUserInfoResponse = {
|
|
|
4224
5338
|
*/
|
|
4225
5339
|
follower_open?: number;
|
|
4226
5340
|
};
|
|
5341
|
+
type PostApiCommunityMoveCollectionContentReqBody = {
|
|
5342
|
+
/**
|
|
5343
|
+
* 原合集ID
|
|
5344
|
+
*/
|
|
5345
|
+
old_collection_id: string;
|
|
5346
|
+
/**
|
|
5347
|
+
* 新合集ID
|
|
5348
|
+
*/
|
|
5349
|
+
new_collection_id: string;
|
|
5350
|
+
/**
|
|
5351
|
+
* 内容ID
|
|
5352
|
+
*/
|
|
5353
|
+
content_id: string;
|
|
5354
|
+
};
|
|
5355
|
+
type PostApiCommunityMoveCollectionContentRes = {
|
|
5356
|
+
code?: ResultCode;
|
|
5357
|
+
/**
|
|
5358
|
+
* 响应消息
|
|
5359
|
+
*/
|
|
5360
|
+
message?: string;
|
|
5361
|
+
/**
|
|
5362
|
+
* 新合集ID
|
|
5363
|
+
*/
|
|
5364
|
+
collection_id?: string;
|
|
5365
|
+
/**
|
|
5366
|
+
* 内容ID
|
|
5367
|
+
*/
|
|
5368
|
+
content_id?: string;
|
|
5369
|
+
};
|
|
4227
5370
|
type PostApiCommunityPublishContentReqBody = {
|
|
4228
5371
|
/**
|
|
4229
5372
|
* 正文内容
|
|
@@ -4554,13 +5697,13 @@ type GetApiCommunityGetUserCollectionsRes = {
|
|
|
4554
5697
|
};
|
|
4555
5698
|
type PostApiCommunityAddContentToCollectionReqBody = {
|
|
4556
5699
|
/**
|
|
4557
|
-
*
|
|
5700
|
+
* 不传添加到「默认收藏夹」
|
|
4558
5701
|
*/
|
|
4559
5702
|
collection_id?: string;
|
|
4560
5703
|
/**
|
|
4561
5704
|
* 帖子ID
|
|
4562
5705
|
*/
|
|
4563
|
-
content_id
|
|
5706
|
+
content_id: string;
|
|
4564
5707
|
/**
|
|
4565
5708
|
* 来源类型:1帖子 2视频
|
|
4566
5709
|
*/
|
|
@@ -4972,6 +6115,79 @@ type PostApiCommunitySearchCurAccountFollowingUsersInfoRes = {
|
|
|
4972
6115
|
message?: string;
|
|
4973
6116
|
data: CommunitySearchCurAccountFollowingUsersInfoResponse;
|
|
4974
6117
|
};
|
|
6118
|
+
type GetApiContentGetAppComponentRes = {
|
|
6119
|
+
code?: ResultCode;
|
|
6120
|
+
/**
|
|
6121
|
+
* 响应消息
|
|
6122
|
+
*/
|
|
6123
|
+
message?: string;
|
|
6124
|
+
data: {
|
|
6125
|
+
app_part: string;
|
|
6126
|
+
common_list: ({
|
|
6127
|
+
id: string;
|
|
6128
|
+
name: string;
|
|
6129
|
+
page_part: string;
|
|
6130
|
+
})[];
|
|
6131
|
+
};
|
|
6132
|
+
};
|
|
6133
|
+
type GetApiContentGetNewstVideoListQuery = {
|
|
6134
|
+
/**
|
|
6135
|
+
* 页码
|
|
6136
|
+
*/
|
|
6137
|
+
cursor?: string;
|
|
6138
|
+
/**
|
|
6139
|
+
* 每页数量
|
|
6140
|
+
*/
|
|
6141
|
+
page_size?: number;
|
|
6142
|
+
/**
|
|
6143
|
+
* tag列表
|
|
6144
|
+
*/
|
|
6145
|
+
tags?: string[];
|
|
6146
|
+
/**
|
|
6147
|
+
* 分类id
|
|
6148
|
+
*/
|
|
6149
|
+
cat_id?: string;
|
|
6150
|
+
};
|
|
6151
|
+
type GetApiContentGetNewstVideoListRes = {
|
|
6152
|
+
code?: ResultCode;
|
|
6153
|
+
/**
|
|
6154
|
+
* 响应消息
|
|
6155
|
+
*/
|
|
6156
|
+
message?: string;
|
|
6157
|
+
/**
|
|
6158
|
+
* 响应数据
|
|
6159
|
+
*/
|
|
6160
|
+
data: {
|
|
6161
|
+
videos: ContentShowVideoInfo[];
|
|
6162
|
+
cusor: string;
|
|
6163
|
+
};
|
|
6164
|
+
};
|
|
6165
|
+
type GetApiContentGetPopularVideoListQuery = {
|
|
6166
|
+
/**
|
|
6167
|
+
* 页码
|
|
6168
|
+
*/
|
|
6169
|
+
cursor?: string;
|
|
6170
|
+
/**
|
|
6171
|
+
* 每页数量
|
|
6172
|
+
*/
|
|
6173
|
+
page_size?: number;
|
|
6174
|
+
tags?: string[];
|
|
6175
|
+
cat_id?: string;
|
|
6176
|
+
};
|
|
6177
|
+
type GetApiContentGetPopularVideoListRes = {
|
|
6178
|
+
code?: ResultCode;
|
|
6179
|
+
/**
|
|
6180
|
+
* 响应消息
|
|
6181
|
+
*/
|
|
6182
|
+
message?: string;
|
|
6183
|
+
/**
|
|
6184
|
+
* 响应数据
|
|
6185
|
+
*/
|
|
6186
|
+
data: {
|
|
6187
|
+
videos: ContentShowVideoInfo[];
|
|
6188
|
+
cusor: string;
|
|
6189
|
+
};
|
|
6190
|
+
};
|
|
4975
6191
|
type GetApiContentSearchVideosQuery = {
|
|
4976
6192
|
/**
|
|
4977
6193
|
* 视频位置/分类(movie影视资源),必填
|
|
@@ -5088,95 +6304,98 @@ type GetApiContentGetVideoDetailRes = {
|
|
|
5088
6304
|
message?: string;
|
|
5089
6305
|
data: ContentGetVideoDetailResponse;
|
|
5090
6306
|
};
|
|
5091
|
-
type
|
|
6307
|
+
type GetApiContentGetRecommendVideoListQuery = {
|
|
5092
6308
|
/**
|
|
5093
|
-
*
|
|
6309
|
+
* 数据类型
|
|
5094
6310
|
*/
|
|
5095
|
-
|
|
5096
|
-
};
|
|
5097
|
-
type GetApiContentGetVideosByIdsRes = {
|
|
5098
|
-
code?: ResultCode;
|
|
6311
|
+
data_type?: number;
|
|
5099
6312
|
/**
|
|
5100
|
-
*
|
|
6313
|
+
* 额外参数
|
|
5101
6314
|
*/
|
|
5102
|
-
|
|
5103
|
-
data: ContentGetVideosByIdsResponse;
|
|
5104
|
-
};
|
|
5105
|
-
type GetApiContentGetVideoEpisodesQuery = {
|
|
6315
|
+
extra_params?: string;
|
|
5106
6316
|
/**
|
|
5107
|
-
*
|
|
6317
|
+
* 页码
|
|
5108
6318
|
*/
|
|
5109
|
-
|
|
6319
|
+
page?: number;
|
|
6320
|
+
/**
|
|
6321
|
+
* 每页数量
|
|
6322
|
+
*/
|
|
6323
|
+
page_size?: number;
|
|
5110
6324
|
};
|
|
5111
|
-
type
|
|
6325
|
+
type GetApiContentGetRecommendVideoListRes = {
|
|
5112
6326
|
code?: ResultCode;
|
|
5113
6327
|
/**
|
|
5114
6328
|
* 响应消息
|
|
5115
6329
|
*/
|
|
5116
6330
|
message?: string;
|
|
5117
|
-
data:
|
|
6331
|
+
data: ContentGetRecommendVideoListResponse;
|
|
5118
6332
|
};
|
|
5119
|
-
type
|
|
6333
|
+
type GetApiContentGetHotVideoListQuery = {
|
|
5120
6334
|
/**
|
|
5121
6335
|
* 用户ID
|
|
5122
6336
|
*/
|
|
5123
6337
|
user_id?: string;
|
|
5124
6338
|
};
|
|
5125
|
-
type
|
|
6339
|
+
type GetApiContentGetHotVideoListRes = {
|
|
5126
6340
|
code?: ResultCode;
|
|
5127
6341
|
/**
|
|
5128
6342
|
* 响应消息
|
|
5129
6343
|
*/
|
|
5130
6344
|
message?: string;
|
|
5131
|
-
data:
|
|
6345
|
+
data: ContentGetHotVideoListResponse;
|
|
5132
6346
|
};
|
|
5133
|
-
type
|
|
6347
|
+
type GetApiContentGetVideosByIdsQuery = {
|
|
5134
6348
|
/**
|
|
5135
|
-
*
|
|
6349
|
+
* 视频ID列表(对应 model.Video 的 VideoID 字段,bson:"id")
|
|
5136
6350
|
*/
|
|
5137
|
-
|
|
6351
|
+
video_ids: string[];
|
|
5138
6352
|
};
|
|
5139
|
-
type
|
|
6353
|
+
type GetApiContentGetVideosByIdsRes = {
|
|
5140
6354
|
code?: ResultCode;
|
|
5141
6355
|
/**
|
|
5142
6356
|
* 响应消息
|
|
5143
6357
|
*/
|
|
5144
6358
|
message?: string;
|
|
5145
|
-
data:
|
|
6359
|
+
data: ContentGetVideosByIdsResponse;
|
|
5146
6360
|
};
|
|
5147
|
-
type
|
|
5148
|
-
/**
|
|
5149
|
-
* 数据类型
|
|
5150
|
-
*/
|
|
5151
|
-
data_type?: number;
|
|
6361
|
+
type GetApiContentGetVideoEpisodesQuery = {
|
|
5152
6362
|
/**
|
|
5153
|
-
*
|
|
6363
|
+
* 视频ID(对应 model.Video 的 VideoID 字段,bson:"id")
|
|
5154
6364
|
*/
|
|
5155
|
-
|
|
6365
|
+
video_id: string;
|
|
6366
|
+
};
|
|
6367
|
+
type GetApiContentGetVideoEpisodesRes = {
|
|
6368
|
+
code?: ResultCode;
|
|
5156
6369
|
/**
|
|
5157
|
-
*
|
|
6370
|
+
* 响应消息
|
|
5158
6371
|
*/
|
|
5159
|
-
|
|
6372
|
+
message?: string;
|
|
6373
|
+
data: ContentGetVideoEpisodesResponse;
|
|
6374
|
+
};
|
|
6375
|
+
type GetApiContentGetRecommendSearchListQuery = {
|
|
5160
6376
|
/**
|
|
5161
|
-
*
|
|
6377
|
+
* 用户ID
|
|
5162
6378
|
*/
|
|
5163
|
-
|
|
6379
|
+
user_id?: string;
|
|
5164
6380
|
};
|
|
5165
|
-
type
|
|
6381
|
+
type GetApiContentGetRecommendSearchListRes = {
|
|
5166
6382
|
code?: ResultCode;
|
|
5167
6383
|
/**
|
|
5168
6384
|
* 响应消息
|
|
5169
6385
|
*/
|
|
5170
6386
|
message?: string;
|
|
5171
|
-
data:
|
|
6387
|
+
data: ContentGetRecommendSearchListResponse;
|
|
5172
6388
|
};
|
|
5173
|
-
type
|
|
6389
|
+
type GetGetAppChannelBlockDataQuery = {
|
|
5174
6390
|
/**
|
|
5175
6391
|
* 应用ID
|
|
5176
6392
|
*/
|
|
5177
6393
|
app_id?: string;
|
|
6394
|
+
block_id?: string;
|
|
6395
|
+
cursor?: string;
|
|
6396
|
+
page_size?: string;
|
|
5178
6397
|
};
|
|
5179
|
-
type
|
|
6398
|
+
type GetGetAppChannelBlockDataRes = {
|
|
5180
6399
|
code?: ResultCode;
|
|
5181
6400
|
/**
|
|
5182
6401
|
* 响应消息
|
|
@@ -5184,7 +6403,7 @@ type GetApiContentGetAppChannelsRes = {
|
|
|
5184
6403
|
message?: string;
|
|
5185
6404
|
data: ContentGetAppChannelsResponse;
|
|
5186
6405
|
};
|
|
5187
|
-
type
|
|
6406
|
+
type GetApiContentGetAppChannelsQuery = {
|
|
5188
6407
|
/**
|
|
5189
6408
|
* 应用ID
|
|
5190
6409
|
*/
|
|
@@ -5214,7 +6433,7 @@ type GetApiContentGetAdminAppChannelsQuery = {
|
|
|
5214
6433
|
*/
|
|
5215
6434
|
source_type?: string[];
|
|
5216
6435
|
};
|
|
5217
|
-
type
|
|
6436
|
+
type GetApiContentGetAppChannelsRes = {
|
|
5218
6437
|
code?: ResultCode;
|
|
5219
6438
|
/**
|
|
5220
6439
|
* 响应消息
|
|
@@ -7350,9 +8569,9 @@ type PostApiUserUserFeedbackReqBody = {
|
|
|
7350
8569
|
*/
|
|
7351
8570
|
feedback_content?: string;
|
|
7352
8571
|
/**
|
|
7353
|
-
*
|
|
8572
|
+
* 反馈截图列表
|
|
7354
8573
|
*/
|
|
7355
|
-
|
|
8574
|
+
feedback_screenshots?: string[];
|
|
7356
8575
|
/**
|
|
7357
8576
|
* 联系方式
|
|
7358
8577
|
*/
|
|
@@ -7450,4 +8669,4 @@ type GetApiUserViewUserInfoRes = {
|
|
|
7450
8669
|
data: UserViewUserInfoResponse;
|
|
7451
8670
|
};
|
|
7452
8671
|
//#endregion
|
|
7453
|
-
export { CommunityBatchGetContentInfoResponse, CommunityBatchGetFollowStatsResponse, CommunityCheckFollowResponse, CommunityCheckMutualFollowResponse, CommunityCollectionInfo, CommunityCommentInfo, CommunityContentBrief, CommunityContentInfo, CommunityContentInteraction, CommunityContentInteractionItem, CommunityFollowInfo, CommunityFollowResponse, CommunityGetCollectionInfoResponse, CommunityGetCommentsResponse, CommunityGetContentInfoResponse, CommunityGetContentListResponse, CommunityGetFollowStatsResponse, CommunityGetFollowerListResponse, CommunityGetFollowingListResponse, CommunityGetFollowingUserUpdatesResponse, CommunityGetHotContentListResponse, CommunityGetSubscribedCollectionsResponse, CommunityGetUploadPresignedURLResponse, CommunityGetUserCollectionsResponse, CommunityHotContentInfo, CommunityMediaInfo, CommunityQueryContentsResponse, CommunitySearchContentResponse, CommunitySearchCurAccountFollowingUsersInfoResponse, CommunityShareContentResponse, CommunityUnfollowResponse, CommunityUploadMediaInfo, CommunityUploadMediaResponse, CommunityUserBrief, ContentAddAppChannelBlockDiyContentResponse, ContentAdminAppChannel, ContentAdminAppChannelBlock, ContentAdminAppChannelBlockBanner, ContentAdminBlockIconInfo, ContentAdminListAppChannelBlocksResponse, ContentAdvertiseDetail, ContentAppChannel, ContentAppChannelBlock, ContentAppChannelBlockBanner, ContentAppChannelBlockData, ContentAppChannelBlockDiyContent, ContentBaseUserInfo, ContentBlockIconInfo, ContentContentInfo, ContentCreateAppChannelBlockIconResponse, ContentEpisode, ContentFloatingBallInfo, ContentGetAdminAppChannelsResponse, ContentGetAdminAppSubChannelsResponse, ContentGetAdvertiseByCodeResponse, ContentGetAppChannelBlockDataResponse, ContentGetAppChannelBlockIconResponse, ContentGetAppChannelBlockResponse, ContentGetAppChannelsResponse, ContentGetFloatingBallResponse, ContentGetGuessYouLikeVideosResponse, ContentGetHotVideoListResponse, ContentGetRecommendSearchListResponse, ContentGetRecommendVideoListResponse, ContentGetVideoByIdResponse, ContentGetVideoDetailResponse, ContentGetVideoEpisodesResponse, ContentGetVideosByIdsResponse, ContentHotVideoInfo, ContentListAppChannelBlockBannersResponse, ContentListAppChannelBlockDiyContentsResponse, ContentListAppChannelBlockIconResponse, ContentListFloatingBallResponse, ContentListVisibleAppChannelBlockIconResponse, ContentListVisibleFloatingBallResponse, ContentMediaInfo, ContentRecommendContentAuthor, ContentRecommendContentInfo, ContentRecommendContentInteraction, ContentRecommendContentList, ContentRecommendContentMedia, ContentRecommendInfo, ContentRecommendUserInfo, ContentRecommendUserList, ContentRecommendVideoInfo, ContentRecommendVideoList, ContentSearchVideosByESResponse, ContentSearchVideosResponse, ContentShowVideoInfo, ContentTag, ContentVideo, ContentVideoDetail, ContentVideoDetailNested, ContentVideoInfo, ContentVideoInteractionItem, ContentVideoLink, ContentVideoMedia, ContentVideoStatic, GetApiCommunityBatchGetContentInfoQuery, GetApiCommunityBatchGetContentInfoRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetRandomContentListQuery, GetApiCommunityGetRandomContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiCommunityQueryContentsQuery, GetApiCommunityQueryContentsRes, GetApiCommunitySearchContentQuery, GetApiCommunitySearchContentRes, GetApiContentAdminListAppChannelBlocksQuery, GetApiContentAdminListAppChannelBlocksRes, GetApiContentGetAdminAppChannelsQuery, GetApiContentGetAdminAppChannelsRes, GetApiContentGetAdminSubChannelsQuery, GetApiContentGetAdminSubChannelsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockIconQuery, GetApiContentGetAppChannelBlockIconRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetFloatingBallQuery, GetApiContentGetFloatingBallRes, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoByIdQuery, GetApiContentGetVideoByIdRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentGetVideoEpisodesQuery, GetApiContentGetVideoEpisodesRes, GetApiContentGetVideosByIdsQuery, GetApiContentGetVideosByIdsRes, GetApiContentListAppChannelBlockBannersQuery, GetApiContentListAppChannelBlockBannersRes, GetApiContentListAppChannelBlockDiyContentsQuery, GetApiContentListAppChannelBlockDiyContentsRes, GetApiContentListAppChannelBlockIconQuery, GetApiContentListAppChannelBlockIconRes, GetApiContentListFloatingBallQuery, GetApiContentListFloatingBallRes, GetApiContentListVisibleAppChannelBlockIconQuery, GetApiContentListVisibleAppChannelBlockIconRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiContentSearchVideosByESQuery, GetApiContentSearchVideosByESRes, GetApiContentSearchVideosQuery, GetApiContentSearchVideosRes, GetApiInteractionBatchClearBrowseQuery, GetApiInteractionBatchClearBrowseRes, GetApiInteractionBatchGetFollowStatsQuery, GetApiInteractionBatchGetFollowStatsRes, GetApiInteractionCheckCollectQuery, GetApiInteractionCheckCollectRes, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesContentQuery, GetApiInteractionGetFollowingUserUpdatesContentRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, InteractionAddCollectResponse, InteractionBatchClearBrowseResponse, InteractionBatchDeleteCollectsResponse, InteractionBatchQueryContentInteractionsResponse, InteractionBrowseRecord, InteractionBrowseResponse, InteractionCancelDislikeResponse, InteractionCancelLikeResponse, InteractionCheckCollectResponse, InteractionClearBrowseHistoryResponse, InteractionCollectInfo, InteractionContentInteraction, InteractionContentInteractionStatus, InteractionDeleteFolderResponse, InteractionDislikeResponse, InteractionEpisode, InteractionFolderInfo, InteractionFolderStats, InteractionGetBrowseListResponse, InteractionGetContentDislikeListResponse, InteractionGetContentLikeListResponse, InteractionGetDislikeListResponse, InteractionGetFolderResponse, InteractionGetFolderStatsResponse, InteractionGetFollowingContentListResponse, InteractionGetFollowingUserUpdatesContentResponse, InteractionGetLikeListResponse, InteractionLikeInfo, InteractionLikeResponse, InteractionListCollectsResponse, InteractionListFoldersResponse, InteractionMediaInfo, InteractionMoveCollectsResponse, InteractionPostInfo, InteractionRemoveCollectResponse, InteractionUnifiedBatchLikeDislikeResponse, InteractionUnifiedBatchLikeDislikeResult, InteractionUserBrief, InteractionVideoDetailNested, InteractionVideoInfo, InteractionVideoMedia, InteractionVideoTag, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityContentInteractionNotifyReqBody, PostApiCommunityContentInteractionNotifyRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityQueryContentsReqBody, PostApiCommunityQueryContentsRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentAddAppChannelBlockDiyContentReqBody, PostApiContentAddAppChannelBlockDiyContentRes, PostApiContentCreateAppChannelBlockIconReqBody, PostApiContentCreateAppChannelBlockIconRes, PostApiContentDeleteAppChannelBlockBannerReqBody, PostApiContentDeleteAppChannelBlockBannerRes, PostApiContentDeleteAppChannelBlockDiyContentReqBody, PostApiContentDeleteAppChannelBlockDiyContentRes, PostApiContentDeleteAppChannelBlockIconReqBody, PostApiContentDeleteAppChannelBlockIconRes, PostApiContentSearchVideosByESReqBody, PostApiContentSearchVideosByESRes, PostApiContentUpdateAppChannelBlockBannerReqBody, PostApiContentUpdateAppChannelBlockBannerRes, PostApiContentUpdateAppChannelBlockBannerStatusReqBody, PostApiContentUpdateAppChannelBlockBannerStatusRes, PostApiContentUpdateAppChannelBlockIconReqBody, PostApiContentUpdateAppChannelBlockIconRes, PostApiContentUpdateAppChannelBlockIconStatusReqBody, PostApiContentUpdateAppChannelBlockIconStatusRes, PostApiContentVideoInteractionNotifyReqBody, PostApiContentVideoInteractionNotifyRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, 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, ResultCode, UserGetGuestIdentityResponse, UserGetUserEditInfoResponse, UserGetUserInfoResponse, UserGetUserPrivacySettingsResponse, UserLoginResponse, UserRegisterResponse, UserViewUserInfoResponse };
|
|
8672
|
+
export { CommunityAddContentToCollectionResponse, CommunityBatchGetContentInfoResponse, CommunityBatchGetFollowStatsResponse, CommunityCheckFollowResponse, CommunityCheckMutualFollowResponse, CommunityCollectionInfo, CommunityCommentInfo, CommunityContentBrief, CommunityContentInfo, CommunityContentInteraction, CommunityContentInteractionItem, CommunityContentItem, CommunityCreateCollectionResponse, CommunityCreateCommentResponse, CommunityDeleteCollectionResponse, CommunityDeleteCommentResponse, CommunityDeleteContentResponse, CommunityDislikeCommentResponse, CommunityFollowInfo, CommunityFollowResponse, CommunityGetCollectionInfoResponse, CommunityGetCommentsResponse, CommunityGetContentInfoResponse, CommunityGetContentListResponse, CommunityGetFollowStatsResponse, CommunityGetFollowerListResponse, CommunityGetFollowingListResponse, CommunityGetFollowingUserUpdatesResponse, CommunityGetHotContentListResponse, CommunityGetSubscribedCollectionsResponse, CommunityGetUploadPresignedURLResponse, CommunityGetUserCollectionsResponse, CommunityHotContentInfo, CommunityLikeCommentResponse, CommunityMediaInfo, CommunityPostInfo, CommunityPublishContentRequest, CommunityPublishContentResponse, CommunityQueryContentsResponse, CommunitySearchAccountFollowingUsersInfoResponse, CommunitySearchContentResponse, CommunitySearchCurAccountFollowingUsersInfoResponse, CommunitySearchFollowingUserInfo, CommunityShareContentResponse, CommunitySubscribeCollectionResponse, CommunityUnfollowResponse, CommunityUpdateCollectionResponse, CommunityUpdateContentResponse, CommunityUploadMediaInfo, CommunityUploadMediaResponse, CommunityUserBrief, ContentAddAppChannelBlockBannerResponse, ContentAddAppChannelBlockDiyContentResponse, ContentAddAppChannelBlockResponse, ContentAdminAppChannel, ContentAdminAppChannelBlock, ContentAdminAppChannelBlockBanner, ContentAdminBlockIconInfo, ContentAdminListAppChannelBlocksResponse, ContentAdvertiseDetail, ContentAppChannel, ContentAppChannelBlock, ContentAppChannelBlockBanner, ContentAppChannelBlockData, ContentAppChannelBlockDiyContent, ContentBaseUserInfo, ContentBlockIconInfo, ContentContentInfo, ContentCreateAppChannelBlockIconResponse, ContentCreateAppChannelResponse, ContentCreateFloatingBallResponse, ContentEpisode, ContentFloatingBallInfo, ContentGetAdminAppChannelsResponse, ContentGetAdminAppSubChannelsResponse, ContentGetAdvertiseByCodeResponse, ContentGetAppChannelBlockDataResponse, ContentGetAppChannelBlockIconResponse, ContentGetAppChannelBlockResponse, ContentGetAppChannelResponse, ContentGetAppChannelSourceIdsResponse, ContentGetAppChannelsResponse, ContentGetFloatingBallResponse, ContentGetGuessYouLikeVideosResponse, ContentGetHotVideoListResponse, ContentGetRecommendSearchListResponse, ContentGetRecommendVideoListResponse, ContentGetVideoByIdResponse, ContentGetVideoDetailResponse, ContentGetVideoEpisodesResponse, ContentGetVideosByIdsResponse, ContentHotVideoInfo, ContentListAppChannelBlockBannersResponse, ContentListAppChannelBlockDiyContentsResponse, ContentListAppChannelBlockIconResponse, ContentListAppChannelBlockSourceResponse, ContentListAppChannelBlockTagsResponse, ContentListAppChannelBlocksResponse, ContentListFloatingBallResponse, ContentListVisibleAppChannelBlockIconResponse, ContentListVisibleFloatingBallResponse, ContentMediaInfo, ContentProcessM3U8, ContentProcessM3U8Response, ContentRecommendContentAuthor, ContentRecommendContentInfo, ContentRecommendContentInteraction, ContentRecommendContentList, ContentRecommendContentMedia, ContentRecommendInfo, ContentRecommendUserInfo, ContentRecommendUserList, ContentRecommendVideoInfo, ContentRecommendVideoList, ContentSearchVideosByESResponse, ContentSearchVideosResponse, ContentShowVideoInfo, ContentTag, ContentVideo, ContentVideoDetail, ContentVideoDetailNested, ContentVideoInfo, ContentVideoInteractionItem, ContentVideoLink, ContentVideoMedia, ContentVideoStatic, ContentVideoTag, GetApiCommunityBatchGetContentInfoQuery, GetApiCommunityBatchGetContentInfoRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetRandomContentListQuery, GetApiCommunityGetRandomContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiCommunityQueryContentsQuery, GetApiCommunityQueryContentsRes, GetApiCommunitySearchContentQuery, GetApiCommunitySearchContentRes, GetApiContentAdminListAppChannelBlocksQuery, GetApiContentAdminListAppChannelBlocksRes, GetApiContentGetAdminSubChannelsQuery, GetApiContentGetAdminSubChannelsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockIconQuery, GetApiContentGetAppChannelBlockIconRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetFloatingBallQuery, GetApiContentGetFloatingBallRes, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetNewstVideoListQuery, GetApiContentGetNewstVideoListRes, GetApiContentGetPopularVideoListQuery, GetApiContentGetPopularVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoByIdQuery, GetApiContentGetVideoByIdRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentGetVideoEpisodesQuery, GetApiContentGetVideoEpisodesRes, GetApiContentGetVideosByIdsQuery, GetApiContentGetVideosByIdsRes, GetApiContentListAppChannelBlockBannersQuery, GetApiContentListAppChannelBlockBannersRes, GetApiContentListAppChannelBlockDiyContentsQuery, GetApiContentListAppChannelBlockDiyContentsRes, GetApiContentListAppChannelBlockIconQuery, GetApiContentListAppChannelBlockIconRes, GetApiContentListFloatingBallQuery, GetApiContentListFloatingBallRes, GetApiContentListVisibleAppChannelBlockIconQuery, GetApiContentListVisibleAppChannelBlockIconRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiContentSearchVideosByESQuery, GetApiContentSearchVideosByESRes, GetApiContentSearchVideosQuery, GetApiContentSearchVideosRes, GetApiInteractionBatchClearBrowseQuery, GetApiInteractionBatchClearBrowseRes, GetApiInteractionBatchGetFollowStatsQuery, GetApiInteractionBatchGetFollowStatsRes, GetApiInteractionCheckCollectQuery, GetApiInteractionCheckCollectRes, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesContentQuery, GetApiInteractionGetFollowingUserUpdatesContentRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, GetGetAppChannelBlockDataQuery, GetGetAppChannelBlockDataRes, InteractionAddCollectResponse, InteractionBatchClearBrowseResponse, InteractionBatchDeleteCollectsResponse, InteractionBatchQueryContentInteractionsResponse, InteractionBrowseRecord, InteractionBrowseResponse, InteractionCancelDislikeResponse, InteractionCancelLikeResponse, InteractionCheckCollectResponse, InteractionClearBrowseHistoryResponse, InteractionCollectInfo, InteractionContentInteraction, InteractionContentInteractionStatus, InteractionCreateFolderResponse, InteractionDeleteFolderResponse, InteractionDislikeResponse, InteractionEpisode, InteractionFolderInfo, InteractionFolderStats, InteractionGetBrowseListResponse, InteractionGetContentDislikeListResponse, InteractionGetContentLikeListResponse, InteractionGetDislikeListResponse, InteractionGetFolderResponse, InteractionGetFolderStatsResponse, InteractionGetFollowingContentListResponse, InteractionGetFollowingUserUpdatesContentResponse, InteractionGetLikeListResponse, InteractionLikeInfo, InteractionLikeResponse, InteractionListCollectsResponse, InteractionListFoldersResponse, InteractionMediaInfo, InteractionMoveCollectsResponse, InteractionPostInfo, InteractionRemoveCollectResponse, InteractionTag, InteractionUnifiedBatchLikeDislikeResponse, InteractionUnifiedBatchLikeDislikeResult, InteractionUserBrief, InteractionVideoDetailNested, InteractionVideoInfo, InteractionVideoMedia, InteractionVideoTag, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityContentInteractionNotifyReqBody, PostApiCommunityContentInteractionNotifyRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityQueryContentsReqBody, PostApiCommunityQueryContentsRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentAddAppChannelBlockDiyContentReqBody, PostApiContentAddAppChannelBlockDiyContentRes, PostApiContentCreateAppChannelBlockIconReqBody, PostApiContentCreateAppChannelBlockIconRes, PostApiContentDeleteAppChannelBlockBannerReqBody, PostApiContentDeleteAppChannelBlockBannerRes, PostApiContentDeleteAppChannelBlockDiyContentReqBody, PostApiContentDeleteAppChannelBlockDiyContentRes, PostApiContentDeleteAppChannelBlockIconReqBody, PostApiContentDeleteAppChannelBlockIconRes, PostApiContentSearchVideosByESReqBody, PostApiContentSearchVideosByESRes, PostApiContentUpdateAppChannelBlockBannerReqBody, PostApiContentUpdateAppChannelBlockBannerRes, PostApiContentUpdateAppChannelBlockBannerStatusReqBody, PostApiContentUpdateAppChannelBlockBannerStatusRes, PostApiContentUpdateAppChannelBlockIconReqBody, PostApiContentUpdateAppChannelBlockIconRes, PostApiContentUpdateAppChannelBlockIconStatusReqBody, PostApiContentUpdateAppChannelBlockIconStatusRes, PostApiContentVideoInteractionNotifyReqBody, PostApiContentVideoInteractionNotifyRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, 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, Result, ResultCode, ResultGrpc, UserBaseUserInfo, UserBatchGetUserInfoResponse, UserBatchUpdateUserCountData, UserFollowingUsersInfo, UserGetGuestIdentityResponse, UserGetUserEditInfoResponse, UserGetUserInfoResponse, UserGetUserPrivacySettingsResponse, UserLoginResponse, UserPaginationInfo, UserRandomUserListResponse, UserRegisterResponse, UserSchema, UserSearchAccountFollowingUsersInfoResponse, UserSearchUserItem, UserSearchUsersDetailDataResponse, UserSearchUsersResponse, UserSuggestUsersResponse, UserUserDetailData, UserUserSuggestion, UserUserTokenAuthResponse, UserViewUserInfoResponse, VideoGetVideoDetailResponse, VideoSearchVideosResponse, VideoTag, VideoVideoDetail, VideoVideoInfo, VideoVideoLink };
|