@ikenxuan/amagi 5.2.0 → 5.3.0
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/README.md +4 -196
- package/dist/default/cjs/index.cjs +17 -2
- package/dist/default/esm/index.mjs +16 -1
- package/dist/default/index.d.ts +1443 -666
- package/package.json +3 -1
package/dist/default/index.d.ts
CHANGED
|
@@ -5,59 +5,59 @@ import express__default, { Router, RequestHandler } from 'express';
|
|
|
5
5
|
import { ChalkInstance } from 'chalk';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* 视频信息参数类型
|
|
9
9
|
*/
|
|
10
10
|
type BilibiliVideoParams = BilibiliMethodOptionsMap['VideoInfoParams'];
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* 视频下载参数类型
|
|
13
13
|
*/
|
|
14
14
|
type BilibiliVideoDownloadParams = BilibiliMethodOptionsMap['VideoStreamParams'];
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* 评论参数类型
|
|
17
17
|
*/
|
|
18
18
|
type BilibiliCommentParams = BilibiliMethodOptionsMap['CommentParams'];
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* 用户信息参数类型
|
|
21
21
|
*/
|
|
22
22
|
type BilibiliUserParams = BilibiliMethodOptionsMap['UserParams'];
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* 表情包参数类型
|
|
25
25
|
*/
|
|
26
26
|
type BilibiliEmojiParams = BilibiliMethodOptionsMap['EmojiParams'];
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* 番剧信息参数类型
|
|
29
29
|
*/
|
|
30
30
|
type BilibiliBangumiInfoParams = BilibiliMethodOptionsMap['BangumiInfoParams'];
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 番剧下载参数类型
|
|
33
33
|
*/
|
|
34
34
|
type BilibiliBangumiStreamParams = BilibiliMethodOptionsMap['BangumiStreamParams'];
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* 动态信息参数类型
|
|
37
37
|
*/
|
|
38
38
|
type BilibiliDynamicParams = BilibiliMethodOptionsMap['DynamicParams'];
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* 直播间参数类型
|
|
41
41
|
*/
|
|
42
42
|
type BilibiliLiveParams = BilibiliMethodOptionsMap['LiveRoomParams'];
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* 登录参数类型
|
|
45
45
|
*/
|
|
46
46
|
type BilibiliLoginParams = BilibiliMethodOptionsMap['LoginBaseInfoParams'];
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* 二维码获取参数类型
|
|
49
49
|
*/
|
|
50
50
|
type BilibiliQrcodeParams = BilibiliMethodOptionsMap['GetQrcodeParams'];
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* 二维码状态参数类型
|
|
53
53
|
*/
|
|
54
54
|
type BilibiliQrcodeStatusParams = BilibiliMethodOptionsMap['QrcodeParams'];
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* AV号转BV号参数类型
|
|
57
57
|
*/
|
|
58
58
|
type BilibiliAv2BvParams = BilibiliMethodOptionsMap['Av2BvParams'];
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* BV号转AV号参数类型
|
|
61
61
|
*/
|
|
62
62
|
type BilibiliBv2AvParams = BilibiliMethodOptionsMap['Bv2AvParams'];
|
|
63
63
|
declare const BilibiliVideoParamsSchema: z.ZodType<BilibiliVideoParams>;
|
|
@@ -244,7 +244,7 @@ interface DouyinMethodOptionsMap {
|
|
|
244
244
|
sec_uid: string;
|
|
245
245
|
};
|
|
246
246
|
WorkParams: {
|
|
247
|
-
methodType: '视频作品数据' | '图集作品数据' | '合辑作品数据' | '聚合解析';
|
|
247
|
+
methodType: '视频作品数据' | '图集作品数据' | '合辑作品数据' | '聚合解析' | '文字作品数据';
|
|
248
248
|
/** 视频ID、图集ID、合辑ID */
|
|
249
249
|
aweme_id: string;
|
|
250
250
|
};
|
|
@@ -317,43 +317,43 @@ interface DouyinMethodOptionsMap {
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
/**
|
|
320
|
-
*
|
|
320
|
+
* 抖音视频作品等请求参数
|
|
321
321
|
*/
|
|
322
322
|
type DouyinWorkParams = DouyinMethodOptionsMap['WorkParams'];
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* 抖音评论数据请求参数
|
|
325
325
|
*/
|
|
326
326
|
type DouyinCommentParams = DouyinMethodOptionsMap['CommentParams'];
|
|
327
327
|
/**
|
|
328
|
-
*
|
|
328
|
+
* 抖音搜索相关请求参数
|
|
329
329
|
*/
|
|
330
330
|
type DouyinSearchParams = DouyinMethodOptionsMap['SearchParams'];
|
|
331
331
|
/**
|
|
332
|
-
*
|
|
332
|
+
* 抖音指定评论回复数据请求参数
|
|
333
333
|
*/
|
|
334
334
|
type DouyinCommentReplyParams = DouyinMethodOptionsMap['CommentReplyParams'];
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* 抖音用户相关请求参数
|
|
337
337
|
*/
|
|
338
338
|
type DouyinUserParams = DouyinMethodOptionsMap['UserParams'];
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* 抖音音乐数据请求参数
|
|
341
341
|
*/
|
|
342
342
|
type DouyinMusicParams = DouyinMethodOptionsMap['MusicParams'];
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* 抖音直播间信息请求参数
|
|
345
345
|
*/
|
|
346
346
|
type DouyinLiveRoomParams = DouyinMethodOptionsMap['LiveRoomParams'];
|
|
347
347
|
/**
|
|
348
|
-
*
|
|
348
|
+
* 抖音申请二维码请求参数
|
|
349
349
|
*/
|
|
350
350
|
type DouyinQrcodeParams = DouyinMethodOptionsMap['QrcodeParams'];
|
|
351
351
|
/**
|
|
352
|
-
*
|
|
352
|
+
* 抖音Emoji数据请求参数
|
|
353
353
|
*/
|
|
354
354
|
type DouyinEmojiListParams = DouyinMethodOptionsMap['EmojiListParams'];
|
|
355
355
|
/**
|
|
356
|
-
*
|
|
356
|
+
* 抖音动态表情数据请求参数
|
|
357
357
|
*/
|
|
358
358
|
type DouyinEmojiProParams = DouyinMethodOptionsMap['EmojiProParams'];
|
|
359
359
|
declare const DouyinWorkParamsSchema: z.ZodType<DouyinWorkParams>;
|
|
@@ -366,32 +366,39 @@ declare const DouyinQrcodeParamsSchema: z.ZodType<DouyinQrcodeParams>;
|
|
|
366
366
|
declare const DouyinEmojiListParamsSchema: z.ZodType<DouyinEmojiListParams>;
|
|
367
367
|
declare const DouyinEmojiProParamsSchema: z.ZodType<DouyinEmojiProParams>;
|
|
368
368
|
declare const DouyinValidationSchemas: {
|
|
369
|
+
readonly 文字作品数据: z.ZodType<{
|
|
370
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
371
|
+
aweme_id: string;
|
|
372
|
+
}, z.ZodTypeDef, {
|
|
373
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
374
|
+
aweme_id: string;
|
|
375
|
+
}>;
|
|
369
376
|
readonly 聚合解析: z.ZodType<{
|
|
370
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
377
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
371
378
|
aweme_id: string;
|
|
372
379
|
}, z.ZodTypeDef, {
|
|
373
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
380
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
374
381
|
aweme_id: string;
|
|
375
382
|
}>;
|
|
376
383
|
readonly 视频作品数据: z.ZodType<{
|
|
377
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
384
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
378
385
|
aweme_id: string;
|
|
379
386
|
}, z.ZodTypeDef, {
|
|
380
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
387
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
381
388
|
aweme_id: string;
|
|
382
389
|
}>;
|
|
383
390
|
readonly 图集作品数据: z.ZodType<{
|
|
384
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
391
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
385
392
|
aweme_id: string;
|
|
386
393
|
}, z.ZodTypeDef, {
|
|
387
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
394
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
388
395
|
aweme_id: string;
|
|
389
396
|
}>;
|
|
390
397
|
readonly 合辑作品数据: z.ZodType<{
|
|
391
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
398
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
392
399
|
aweme_id: string;
|
|
393
400
|
}, z.ZodTypeDef, {
|
|
394
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
401
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
395
402
|
aweme_id: string;
|
|
396
403
|
}>;
|
|
397
404
|
readonly 评论数据: z.ZodType<{
|
|
@@ -505,15 +512,15 @@ interface KuaishouMethodOptionsMap {
|
|
|
505
512
|
}
|
|
506
513
|
|
|
507
514
|
/**
|
|
508
|
-
*
|
|
515
|
+
* 快手单个视频作品请求参数
|
|
509
516
|
*/
|
|
510
517
|
type KuaishouVideoParams = KuaishouMethodOptionsMap['VideoInfoParams'];
|
|
511
518
|
/**
|
|
512
|
-
*
|
|
519
|
+
* 快手评论数据请求参数
|
|
513
520
|
*/
|
|
514
521
|
type KuaishouCommentParams = KuaishouMethodOptionsMap['CommentParams'];
|
|
515
522
|
/**
|
|
516
|
-
*
|
|
523
|
+
* 快手Emoji数据请求参数
|
|
517
524
|
*/
|
|
518
525
|
type KuaishouEmojiParams = KuaishouMethodOptionsMap['EmojiListParams'];
|
|
519
526
|
declare const KuaishouVideoParamsSchema: z.ZodType<KuaishouVideoParams>;
|
|
@@ -852,7 +859,7 @@ type DyEmojiProList = {
|
|
|
852
859
|
extra: EmojiProListExtra;
|
|
853
860
|
flame_achieve_dashboard: FlameAchieveDashboard;
|
|
854
861
|
interactive_resource_config: InteractiveResourceConfig;
|
|
855
|
-
log_pb: LogPb$
|
|
862
|
+
log_pb: LogPb$9;
|
|
856
863
|
report_toggles: ReportToggles;
|
|
857
864
|
status_code: number;
|
|
858
865
|
status_msg: string;
|
|
@@ -1374,7 +1381,7 @@ type StickyConfig = {
|
|
|
1374
1381
|
sender_show?: string;
|
|
1375
1382
|
[property: string]: any;
|
|
1376
1383
|
};
|
|
1377
|
-
type LogPb$
|
|
1384
|
+
type LogPb$9 = {
|
|
1378
1385
|
impr_id: string;
|
|
1379
1386
|
[property: string]: any;
|
|
1380
1387
|
};
|
|
@@ -1389,21 +1396,21 @@ type ReportToggles = {
|
|
|
1389
1396
|
|
|
1390
1397
|
/** 图集作品 */
|
|
1391
1398
|
type DyImageAlbumWork = {
|
|
1392
|
-
aweme_detail: AwemeDetail$
|
|
1393
|
-
log_pb: LogPb$
|
|
1399
|
+
aweme_detail: AwemeDetail$3;
|
|
1400
|
+
log_pb: LogPb$8;
|
|
1394
1401
|
status_code: number;
|
|
1395
1402
|
[property: string]: any;
|
|
1396
1403
|
};
|
|
1397
|
-
type AwemeDetail$
|
|
1404
|
+
type AwemeDetail$3 = {
|
|
1398
1405
|
activity_video_type: number;
|
|
1399
1406
|
anchors: null;
|
|
1400
1407
|
authentication_token: string;
|
|
1401
|
-
author: Author$
|
|
1408
|
+
author: Author$6;
|
|
1402
1409
|
author_mask_tag: number;
|
|
1403
1410
|
author_user_id: number;
|
|
1404
|
-
aweme_control: AwemeControl$
|
|
1411
|
+
aweme_control: AwemeControl$4;
|
|
1405
1412
|
aweme_id: string;
|
|
1406
|
-
aweme_listen_struct: AwemeListenStruct$
|
|
1413
|
+
aweme_listen_struct: AwemeListenStruct$4;
|
|
1407
1414
|
aweme_type: number;
|
|
1408
1415
|
aweme_type_tags: string;
|
|
1409
1416
|
boost_status: number;
|
|
@@ -1416,9 +1423,9 @@ type AwemeDetail$2 = {
|
|
|
1416
1423
|
collection_corner_mark: number;
|
|
1417
1424
|
comment_gid: number;
|
|
1418
1425
|
comment_list: null;
|
|
1419
|
-
comment_permission_info: CommentPermissionInfo$
|
|
1426
|
+
comment_permission_info: CommentPermissionInfo$4;
|
|
1420
1427
|
commerce_config_data: null;
|
|
1421
|
-
component_control: ComponentControl$
|
|
1428
|
+
component_control: ComponentControl$4;
|
|
1422
1429
|
component_info_v2: string;
|
|
1423
1430
|
cover_labels: null;
|
|
1424
1431
|
create_time: number;
|
|
@@ -1426,20 +1433,20 @@ type AwemeDetail$2 = {
|
|
|
1426
1433
|
disable_relation_bar: number;
|
|
1427
1434
|
dislike_dimension_list: null;
|
|
1428
1435
|
dislike_dimension_list_v2: null;
|
|
1429
|
-
distribute_circle: DistributeCircle$
|
|
1436
|
+
distribute_circle: DistributeCircle$4;
|
|
1430
1437
|
duet_aggregate_in_music_tab: boolean;
|
|
1431
1438
|
duration: number;
|
|
1432
1439
|
ecom_comment_atmosphere_type: number;
|
|
1433
1440
|
enable_comment_sticker_rec: boolean;
|
|
1434
|
-
entertainment_product_info: EntertainmentProductInfo$
|
|
1435
|
-
fall_card_struct: FallCardStruct$
|
|
1436
|
-
feed_comment_config: FeedCommentConfig$
|
|
1441
|
+
entertainment_product_info: EntertainmentProductInfo$5;
|
|
1442
|
+
fall_card_struct: FallCardStruct$3;
|
|
1443
|
+
feed_comment_config: FeedCommentConfig$4;
|
|
1437
1444
|
flash_mob_trends: number;
|
|
1438
1445
|
friend_interaction: number;
|
|
1439
1446
|
friend_recommend_info: {
|
|
1440
1447
|
[key: string]: any;
|
|
1441
1448
|
};
|
|
1442
|
-
game_tag_info: GameTagInfo$
|
|
1449
|
+
game_tag_info: GameTagInfo$4;
|
|
1443
1450
|
geofencing: string[];
|
|
1444
1451
|
geofencing_regions: null;
|
|
1445
1452
|
group_id: string;
|
|
@@ -1447,7 +1454,7 @@ type AwemeDetail$2 = {
|
|
|
1447
1454
|
[key: string]: any;
|
|
1448
1455
|
};
|
|
1449
1456
|
hybrid_label: null;
|
|
1450
|
-
image_album_music_info: ImageAlbumMusicInfo$
|
|
1457
|
+
image_album_music_info: ImageAlbumMusicInfo$4;
|
|
1451
1458
|
image_comment: {
|
|
1452
1459
|
[key: string]: any;
|
|
1453
1460
|
};
|
|
@@ -1455,9 +1462,9 @@ type AwemeDetail$2 = {
|
|
|
1455
1462
|
image_infos: null;
|
|
1456
1463
|
image_item_quality_level: number;
|
|
1457
1464
|
image_list: null;
|
|
1458
|
-
images: Image$
|
|
1465
|
+
images: Image$2[];
|
|
1459
1466
|
img_bitrate: string[];
|
|
1460
|
-
impression_data: ImpressionData$
|
|
1467
|
+
impression_data: ImpressionData$5;
|
|
1461
1468
|
incentive_item_type: number;
|
|
1462
1469
|
interaction_stickers: null;
|
|
1463
1470
|
is_24_story: number;
|
|
@@ -1472,13 +1479,13 @@ type AwemeDetail$2 = {
|
|
|
1472
1479
|
is_top: number;
|
|
1473
1480
|
is_use_music: boolean;
|
|
1474
1481
|
item_title: string;
|
|
1475
|
-
item_warn_notification: ItemWarnNotification$
|
|
1482
|
+
item_warn_notification: ItemWarnNotification$4;
|
|
1476
1483
|
label_top_text: null;
|
|
1477
1484
|
libfinsert_task_id: string;
|
|
1478
1485
|
long_video: null;
|
|
1479
1486
|
mark_largely_following: boolean;
|
|
1480
1487
|
media_type: number;
|
|
1481
|
-
music: Music$
|
|
1488
|
+
music: Music$5;
|
|
1482
1489
|
nickname_position: null;
|
|
1483
1490
|
origin_comment_ids: null;
|
|
1484
1491
|
origin_duet_resource_uri: string;
|
|
@@ -1487,22 +1494,22 @@ type AwemeDetail$2 = {
|
|
|
1487
1494
|
original_images: null;
|
|
1488
1495
|
packed_clips: null;
|
|
1489
1496
|
personal_page_botton_diagnose_style: number;
|
|
1490
|
-
photo_search_entrance: PhotoSearchEntrance$
|
|
1491
|
-
play_progress: PlayProgress$
|
|
1497
|
+
photo_search_entrance: PhotoSearchEntrance$4;
|
|
1498
|
+
play_progress: PlayProgress$4;
|
|
1492
1499
|
position: null;
|
|
1493
1500
|
preview_title: string;
|
|
1494
1501
|
preview_video_status: number;
|
|
1495
1502
|
promotions: string[];
|
|
1496
|
-
publish_plus_alienation: PublishPlusAlienation$
|
|
1503
|
+
publish_plus_alienation: PublishPlusAlienation$4;
|
|
1497
1504
|
rate: number;
|
|
1498
1505
|
region: string;
|
|
1499
1506
|
relation_labels: null;
|
|
1500
|
-
risk_infos: RiskInfos$
|
|
1507
|
+
risk_infos: RiskInfos$4;
|
|
1501
1508
|
seo_info: {
|
|
1502
1509
|
[key: string]: any;
|
|
1503
1510
|
};
|
|
1504
|
-
series_paid_info: SeriesPaidInfo$
|
|
1505
|
-
share_info: AwemeDetailShareInfo$
|
|
1511
|
+
series_paid_info: SeriesPaidInfo$4;
|
|
1512
|
+
share_info: AwemeDetailShareInfo$3;
|
|
1506
1513
|
share_rec_extra: string;
|
|
1507
1514
|
share_url: string;
|
|
1508
1515
|
shoot_way: string;
|
|
@@ -1511,36 +1518,36 @@ type AwemeDetail$2 = {
|
|
|
1511
1518
|
[key: string]: any;
|
|
1512
1519
|
};
|
|
1513
1520
|
social_tag_list: null;
|
|
1514
|
-
statistics: Statistics$
|
|
1515
|
-
status: Status$
|
|
1516
|
-
suggest_words: SuggestWords$
|
|
1517
|
-
text_extra: TextExtra$
|
|
1521
|
+
statistics: Statistics$5;
|
|
1522
|
+
status: Status$4;
|
|
1523
|
+
suggest_words: SuggestWords$5;
|
|
1524
|
+
text_extra: TextExtra$4[];
|
|
1518
1525
|
uniqid_position: null;
|
|
1519
1526
|
user_digged: number;
|
|
1520
1527
|
user_recommend_status: number;
|
|
1521
|
-
video: Video$
|
|
1522
|
-
video_control: VideoControl$
|
|
1528
|
+
video: Video$6;
|
|
1529
|
+
video_control: VideoControl$5;
|
|
1523
1530
|
video_game_data_channel_config: {
|
|
1524
1531
|
[key: string]: any;
|
|
1525
1532
|
};
|
|
1526
1533
|
video_labels: null;
|
|
1527
1534
|
video_share_edit_status: number;
|
|
1528
|
-
video_tag: VideoTag$
|
|
1535
|
+
video_tag: VideoTag$4[];
|
|
1529
1536
|
video_text: string[];
|
|
1530
|
-
visual_search_info: VisualSearchInfo$
|
|
1537
|
+
visual_search_info: VisualSearchInfo$4;
|
|
1531
1538
|
vtag_search: VtagSearch$2;
|
|
1532
|
-
xigua_base_info: XiguaBaseInfo$
|
|
1539
|
+
xigua_base_info: XiguaBaseInfo$4;
|
|
1533
1540
|
[property: string]: any;
|
|
1534
1541
|
};
|
|
1535
|
-
type Author$
|
|
1542
|
+
type Author$6 = {
|
|
1536
1543
|
account_cert_info: string;
|
|
1537
|
-
avatar_thumb: AuthorAvatarThumb$
|
|
1544
|
+
avatar_thumb: AuthorAvatarThumb$4;
|
|
1538
1545
|
awemehts_greet_info: string;
|
|
1539
1546
|
cf_list: null;
|
|
1540
1547
|
close_friend_type: number;
|
|
1541
1548
|
contacts_status: number;
|
|
1542
1549
|
contrail_list: null;
|
|
1543
|
-
cover_url: Coverurl$
|
|
1550
|
+
cover_url: Coverurl$5[];
|
|
1544
1551
|
create_time: number;
|
|
1545
1552
|
custom_verify: string;
|
|
1546
1553
|
data_label_list: null;
|
|
@@ -1567,7 +1574,7 @@ type Author$5 = {
|
|
|
1567
1574
|
risk_notice_text: string;
|
|
1568
1575
|
sec_uid: string;
|
|
1569
1576
|
secret: number;
|
|
1570
|
-
share_info: AuthorShareInfo$
|
|
1577
|
+
share_info: AuthorShareInfo$4;
|
|
1571
1578
|
short_id: string;
|
|
1572
1579
|
signature: string;
|
|
1573
1580
|
signature_extra: null;
|
|
@@ -1584,24 +1591,24 @@ type Author$5 = {
|
|
|
1584
1591
|
verification_type: number;
|
|
1585
1592
|
[property: string]: any;
|
|
1586
1593
|
};
|
|
1587
|
-
type AuthorAvatarThumb$
|
|
1594
|
+
type AuthorAvatarThumb$4 = {
|
|
1588
1595
|
height: number;
|
|
1589
1596
|
uri: string;
|
|
1590
1597
|
url_list: string[];
|
|
1591
1598
|
width: number;
|
|
1592
1599
|
[property: string]: any;
|
|
1593
1600
|
};
|
|
1594
|
-
type Coverurl$
|
|
1601
|
+
type Coverurl$5 = {
|
|
1595
1602
|
height?: number;
|
|
1596
1603
|
uri?: string;
|
|
1597
1604
|
url_list?: string[];
|
|
1598
1605
|
width?: number;
|
|
1599
1606
|
[property: string]: any;
|
|
1600
1607
|
};
|
|
1601
|
-
type AuthorShareInfo$
|
|
1608
|
+
type AuthorShareInfo$4 = {
|
|
1602
1609
|
share_desc: string;
|
|
1603
1610
|
share_desc_info: string;
|
|
1604
|
-
share_qrcode_url: ShareQrcodeurl$
|
|
1611
|
+
share_qrcode_url: ShareQrcodeurl$5;
|
|
1605
1612
|
share_title: string;
|
|
1606
1613
|
share_title_myself: string;
|
|
1607
1614
|
share_title_other: string;
|
|
@@ -1609,25 +1616,25 @@ type AuthorShareInfo$3 = {
|
|
|
1609
1616
|
share_weibo_desc: string;
|
|
1610
1617
|
[property: string]: any;
|
|
1611
1618
|
};
|
|
1612
|
-
type ShareQrcodeurl$
|
|
1619
|
+
type ShareQrcodeurl$5 = {
|
|
1613
1620
|
height: number;
|
|
1614
1621
|
uri: string;
|
|
1615
1622
|
url_list: string[];
|
|
1616
1623
|
width: number;
|
|
1617
1624
|
[property: string]: any;
|
|
1618
1625
|
};
|
|
1619
|
-
type AwemeControl$
|
|
1626
|
+
type AwemeControl$4 = {
|
|
1620
1627
|
can_comment: boolean;
|
|
1621
1628
|
can_forward: boolean;
|
|
1622
1629
|
can_share: boolean;
|
|
1623
1630
|
can_show_comment: boolean;
|
|
1624
1631
|
[property: string]: any;
|
|
1625
1632
|
};
|
|
1626
|
-
type AwemeListenStruct$
|
|
1633
|
+
type AwemeListenStruct$4 = {
|
|
1627
1634
|
trace_info: string;
|
|
1628
1635
|
[property: string]: any;
|
|
1629
1636
|
};
|
|
1630
|
-
type CommentPermissionInfo$
|
|
1637
|
+
type CommentPermissionInfo$4 = {
|
|
1631
1638
|
can_comment: boolean;
|
|
1632
1639
|
comment_permission_status: number;
|
|
1633
1640
|
item_detail_entry: boolean;
|
|
@@ -1635,48 +1642,48 @@ type CommentPermissionInfo$3 = {
|
|
|
1635
1642
|
toast_guide: boolean;
|
|
1636
1643
|
[property: string]: any;
|
|
1637
1644
|
};
|
|
1638
|
-
type ComponentControl$
|
|
1645
|
+
type ComponentControl$4 = {
|
|
1639
1646
|
data_source_url: string;
|
|
1640
1647
|
[property: string]: any;
|
|
1641
1648
|
};
|
|
1642
|
-
type DistributeCircle$
|
|
1649
|
+
type DistributeCircle$4 = {
|
|
1643
1650
|
campus_block_interaction: boolean;
|
|
1644
1651
|
distribute_type: number;
|
|
1645
1652
|
is_campus: boolean;
|
|
1646
1653
|
[property: string]: any;
|
|
1647
1654
|
};
|
|
1648
|
-
type EntertainmentProductInfo$
|
|
1649
|
-
market_info: MarketInfo$
|
|
1655
|
+
type EntertainmentProductInfo$5 = {
|
|
1656
|
+
market_info: MarketInfo$5;
|
|
1650
1657
|
[property: string]: any;
|
|
1651
1658
|
};
|
|
1652
|
-
type MarketInfo$
|
|
1653
|
-
limit_free: LimitFree$
|
|
1659
|
+
type MarketInfo$5 = {
|
|
1660
|
+
limit_free: LimitFree$5;
|
|
1654
1661
|
[property: string]: any;
|
|
1655
1662
|
};
|
|
1656
|
-
type LimitFree$
|
|
1663
|
+
type LimitFree$5 = {
|
|
1657
1664
|
in_free: boolean;
|
|
1658
1665
|
[property: string]: any;
|
|
1659
1666
|
};
|
|
1660
|
-
type FallCardStruct$
|
|
1667
|
+
type FallCardStruct$3 = {
|
|
1661
1668
|
recommend_reason_v2: string;
|
|
1662
1669
|
[property: string]: any;
|
|
1663
1670
|
};
|
|
1664
|
-
type FeedCommentConfig$
|
|
1671
|
+
type FeedCommentConfig$4 = {
|
|
1665
1672
|
author_audit_status: number;
|
|
1666
1673
|
input_config_text: string;
|
|
1667
1674
|
[property: string]: any;
|
|
1668
1675
|
};
|
|
1669
|
-
type GameTagInfo$
|
|
1676
|
+
type GameTagInfo$4 = {
|
|
1670
1677
|
is_game: boolean;
|
|
1671
1678
|
[property: string]: any;
|
|
1672
1679
|
};
|
|
1673
|
-
type ImageAlbumMusicInfo$
|
|
1680
|
+
type ImageAlbumMusicInfo$4 = {
|
|
1674
1681
|
begin_time: number;
|
|
1675
1682
|
end_time: number;
|
|
1676
1683
|
volume: number;
|
|
1677
1684
|
[property: string]: any;
|
|
1678
1685
|
};
|
|
1679
|
-
type Image$
|
|
1686
|
+
type Image$2 = {
|
|
1680
1687
|
download_url_list: string[];
|
|
1681
1688
|
height: number;
|
|
1682
1689
|
uri: string;
|
|
@@ -1684,7 +1691,7 @@ type Image$1 = {
|
|
|
1684
1691
|
width: number;
|
|
1685
1692
|
[property: string]: any;
|
|
1686
1693
|
};
|
|
1687
|
-
type ImpressionData$
|
|
1694
|
+
type ImpressionData$5 = {
|
|
1688
1695
|
group_id_list_a: string[];
|
|
1689
1696
|
group_id_list_b: string[];
|
|
1690
1697
|
group_id_list_c: string[];
|
|
@@ -1692,13 +1699,13 @@ type ImpressionData$4 = {
|
|
|
1692
1699
|
similar_id_list_b: null;
|
|
1693
1700
|
[property: string]: any;
|
|
1694
1701
|
};
|
|
1695
|
-
type ItemWarnNotification$
|
|
1702
|
+
type ItemWarnNotification$4 = {
|
|
1696
1703
|
content: string;
|
|
1697
1704
|
show: boolean;
|
|
1698
1705
|
type: number;
|
|
1699
1706
|
[property: string]: any;
|
|
1700
1707
|
};
|
|
1701
|
-
type Music$
|
|
1708
|
+
type Music$5 = {
|
|
1702
1709
|
album: string;
|
|
1703
1710
|
artist_user_infos: null;
|
|
1704
1711
|
artists: string[];
|
|
@@ -1707,16 +1714,16 @@ type Music$4 = {
|
|
|
1707
1714
|
author_deleted: boolean;
|
|
1708
1715
|
author_position: null;
|
|
1709
1716
|
author_status: number;
|
|
1710
|
-
avatar_large: AvatarLarge$
|
|
1711
|
-
avatar_medium: AvatarMedium$
|
|
1712
|
-
avatar_thumb: MusicAvatarThumb$
|
|
1717
|
+
avatar_large: AvatarLarge$4;
|
|
1718
|
+
avatar_medium: AvatarMedium$5;
|
|
1719
|
+
avatar_thumb: MusicAvatarThumb$4;
|
|
1713
1720
|
binded_challenge_id: number;
|
|
1714
1721
|
can_background_play: boolean;
|
|
1715
1722
|
collect_stat: number;
|
|
1716
|
-
cover_hd: Coverhd$
|
|
1717
|
-
cover_large: CoverLarge$
|
|
1718
|
-
cover_medium: MusicCoverMedium$
|
|
1719
|
-
cover_thumb: CoverThumb$
|
|
1723
|
+
cover_hd: Coverhd$5;
|
|
1724
|
+
cover_large: CoverLarge$5;
|
|
1725
|
+
cover_medium: MusicCoverMedium$2;
|
|
1726
|
+
cover_thumb: CoverThumb$6;
|
|
1720
1727
|
dmv_auto_show: boolean;
|
|
1721
1728
|
dsp_status: number;
|
|
1722
1729
|
duration: number;
|
|
@@ -1735,7 +1742,7 @@ type Music$4 = {
|
|
|
1735
1742
|
is_restricted: boolean;
|
|
1736
1743
|
is_video_self_see: boolean;
|
|
1737
1744
|
lyric_short_position: null;
|
|
1738
|
-
matched_pgc_sound: MatchedPgcSound$
|
|
1745
|
+
matched_pgc_sound: MatchedPgcSound$3;
|
|
1739
1746
|
mid: string;
|
|
1740
1747
|
music_chart_ranks: null;
|
|
1741
1748
|
music_collect_count: number;
|
|
@@ -1748,7 +1755,7 @@ type Music$4 = {
|
|
|
1748
1755
|
owner_id: string;
|
|
1749
1756
|
owner_nickname: string;
|
|
1750
1757
|
pgc_music_type: number;
|
|
1751
|
-
play_url: Playurl$
|
|
1758
|
+
play_url: Playurl$6;
|
|
1752
1759
|
position: null;
|
|
1753
1760
|
prevent_download: boolean;
|
|
1754
1761
|
prevent_item_download_status: number;
|
|
@@ -1757,10 +1764,10 @@ type Music$4 = {
|
|
|
1757
1764
|
reason_type: number;
|
|
1758
1765
|
redirect: boolean;
|
|
1759
1766
|
schema_url: string;
|
|
1760
|
-
search_impr: SearchImpr$
|
|
1767
|
+
search_impr: SearchImpr$5;
|
|
1761
1768
|
sec_uid: string;
|
|
1762
1769
|
shoot_duration: number;
|
|
1763
|
-
song: Song$
|
|
1770
|
+
song: Song$4;
|
|
1764
1771
|
source_platform: number;
|
|
1765
1772
|
start_time: number;
|
|
1766
1773
|
status: number;
|
|
@@ -1772,71 +1779,71 @@ type Music$4 = {
|
|
|
1772
1779
|
video_duration: number;
|
|
1773
1780
|
[property: string]: any;
|
|
1774
1781
|
};
|
|
1775
|
-
type AvatarLarge$
|
|
1782
|
+
type AvatarLarge$4 = {
|
|
1776
1783
|
height: number;
|
|
1777
1784
|
uri: string;
|
|
1778
1785
|
url_list: string[];
|
|
1779
1786
|
width: number;
|
|
1780
1787
|
[property: string]: any;
|
|
1781
1788
|
};
|
|
1782
|
-
type AvatarMedium$
|
|
1789
|
+
type AvatarMedium$5 = {
|
|
1783
1790
|
height: number;
|
|
1784
1791
|
uri: string;
|
|
1785
1792
|
url_list: string[];
|
|
1786
1793
|
width: number;
|
|
1787
1794
|
[property: string]: any;
|
|
1788
1795
|
};
|
|
1789
|
-
type MusicAvatarThumb$
|
|
1796
|
+
type MusicAvatarThumb$4 = {
|
|
1790
1797
|
height: number;
|
|
1791
1798
|
uri: string;
|
|
1792
1799
|
url_list: string[];
|
|
1793
1800
|
width: number;
|
|
1794
1801
|
[property: string]: any;
|
|
1795
1802
|
};
|
|
1796
|
-
type Coverhd$
|
|
1803
|
+
type Coverhd$5 = {
|
|
1797
1804
|
height: number;
|
|
1798
1805
|
uri: string;
|
|
1799
1806
|
url_list: string[];
|
|
1800
1807
|
width: number;
|
|
1801
1808
|
[property: string]: any;
|
|
1802
1809
|
};
|
|
1803
|
-
type CoverLarge$
|
|
1810
|
+
type CoverLarge$5 = {
|
|
1804
1811
|
height: number;
|
|
1805
1812
|
uri: string;
|
|
1806
1813
|
url_list: string[];
|
|
1807
1814
|
width: number;
|
|
1808
1815
|
[property: string]: any;
|
|
1809
1816
|
};
|
|
1810
|
-
type MusicCoverMedium$
|
|
1817
|
+
type MusicCoverMedium$2 = {
|
|
1811
1818
|
height: number;
|
|
1812
1819
|
uri: string;
|
|
1813
1820
|
url_list: string[];
|
|
1814
1821
|
width: number;
|
|
1815
1822
|
[property: string]: any;
|
|
1816
1823
|
};
|
|
1817
|
-
type CoverThumb$
|
|
1824
|
+
type CoverThumb$6 = {
|
|
1818
1825
|
height: number;
|
|
1819
1826
|
uri: string;
|
|
1820
1827
|
url_list: string[];
|
|
1821
1828
|
width: number;
|
|
1822
1829
|
[property: string]: any;
|
|
1823
1830
|
};
|
|
1824
|
-
type MatchedPgcSound$
|
|
1831
|
+
type MatchedPgcSound$3 = {
|
|
1825
1832
|
author: string;
|
|
1826
|
-
cover_medium: MatchedPgcSoundCoverMedium$
|
|
1833
|
+
cover_medium: MatchedPgcSoundCoverMedium$3;
|
|
1827
1834
|
mixed_author: string;
|
|
1828
1835
|
mixed_title: string;
|
|
1829
1836
|
title: string;
|
|
1830
1837
|
[property: string]: any;
|
|
1831
1838
|
};
|
|
1832
|
-
type MatchedPgcSoundCoverMedium$
|
|
1839
|
+
type MatchedPgcSoundCoverMedium$3 = {
|
|
1833
1840
|
height: number;
|
|
1834
1841
|
uri: string;
|
|
1835
1842
|
url_list: string[];
|
|
1836
1843
|
width: number;
|
|
1837
1844
|
[property: string]: any;
|
|
1838
1845
|
};
|
|
1839
|
-
type Playurl$
|
|
1846
|
+
type Playurl$6 = {
|
|
1840
1847
|
height: number;
|
|
1841
1848
|
uri: string;
|
|
1842
1849
|
url_key: string;
|
|
@@ -1844,11 +1851,11 @@ type Playurl$5 = {
|
|
|
1844
1851
|
width: number;
|
|
1845
1852
|
[property: string]: any;
|
|
1846
1853
|
};
|
|
1847
|
-
type SearchImpr$
|
|
1854
|
+
type SearchImpr$5 = {
|
|
1848
1855
|
entity_id: string;
|
|
1849
1856
|
[property: string]: any;
|
|
1850
1857
|
};
|
|
1851
|
-
type Song$
|
|
1858
|
+
type Song$4 = {
|
|
1852
1859
|
artists: null;
|
|
1853
1860
|
id: number;
|
|
1854
1861
|
id_str: string;
|
|
@@ -1861,20 +1868,20 @@ type StrongBeaturl$4 = {
|
|
|
1861
1868
|
width: number;
|
|
1862
1869
|
[property: string]: any;
|
|
1863
1870
|
};
|
|
1864
|
-
type PhotoSearchEntrance$
|
|
1871
|
+
type PhotoSearchEntrance$4 = {
|
|
1865
1872
|
ecom_type: number;
|
|
1866
1873
|
[property: string]: any;
|
|
1867
1874
|
};
|
|
1868
|
-
type PlayProgress$
|
|
1875
|
+
type PlayProgress$4 = {
|
|
1869
1876
|
last_modified_time: number;
|
|
1870
1877
|
play_progress: number;
|
|
1871
1878
|
[property: string]: any;
|
|
1872
1879
|
};
|
|
1873
|
-
type PublishPlusAlienation$
|
|
1880
|
+
type PublishPlusAlienation$4 = {
|
|
1874
1881
|
alienation_type: number;
|
|
1875
1882
|
[property: string]: any;
|
|
1876
1883
|
};
|
|
1877
|
-
type RiskInfos$
|
|
1884
|
+
type RiskInfos$4 = {
|
|
1878
1885
|
content: string;
|
|
1879
1886
|
risk_sink: boolean;
|
|
1880
1887
|
type: number;
|
|
@@ -1882,19 +1889,19 @@ type RiskInfos$3 = {
|
|
|
1882
1889
|
warn: boolean;
|
|
1883
1890
|
[property: string]: any;
|
|
1884
1891
|
};
|
|
1885
|
-
type SeriesPaidInfo$
|
|
1892
|
+
type SeriesPaidInfo$4 = {
|
|
1886
1893
|
item_price: number;
|
|
1887
1894
|
series_paid_status: number;
|
|
1888
1895
|
[property: string]: any;
|
|
1889
1896
|
};
|
|
1890
|
-
type AwemeDetailShareInfo$
|
|
1897
|
+
type AwemeDetailShareInfo$3 = {
|
|
1891
1898
|
share_desc: string;
|
|
1892
1899
|
share_desc_info: string;
|
|
1893
1900
|
share_link_desc: string;
|
|
1894
1901
|
share_url: string;
|
|
1895
1902
|
[property: string]: any;
|
|
1896
1903
|
};
|
|
1897
|
-
type Statistics$
|
|
1904
|
+
type Statistics$5 = {
|
|
1898
1905
|
admire_count: number;
|
|
1899
1906
|
aweme_id: string;
|
|
1900
1907
|
collect_count: number;
|
|
@@ -1904,7 +1911,7 @@ type Statistics$4 = {
|
|
|
1904
1911
|
share_count: number;
|
|
1905
1912
|
[property: string]: any;
|
|
1906
1913
|
};
|
|
1907
|
-
type Status$
|
|
1914
|
+
type Status$4 = {
|
|
1908
1915
|
allow_share: boolean;
|
|
1909
1916
|
aweme_id: string;
|
|
1910
1917
|
in_reviewing: boolean;
|
|
@@ -1913,31 +1920,31 @@ type Status$3 = {
|
|
|
1913
1920
|
listen_video_status: number;
|
|
1914
1921
|
part_see: number;
|
|
1915
1922
|
private_status: number;
|
|
1916
|
-
review_result: ReviewResult$
|
|
1923
|
+
review_result: ReviewResult$5;
|
|
1917
1924
|
[property: string]: any;
|
|
1918
1925
|
};
|
|
1919
|
-
type ReviewResult$
|
|
1926
|
+
type ReviewResult$5 = {
|
|
1920
1927
|
review_status: number;
|
|
1921
1928
|
[property: string]: any;
|
|
1922
1929
|
};
|
|
1923
|
-
type SuggestWords$
|
|
1924
|
-
suggest_words: SuggestWord$
|
|
1930
|
+
type SuggestWords$5 = {
|
|
1931
|
+
suggest_words: SuggestWord$5[];
|
|
1925
1932
|
[property: string]: any;
|
|
1926
1933
|
};
|
|
1927
|
-
type SuggestWord$
|
|
1934
|
+
type SuggestWord$5 = {
|
|
1928
1935
|
hint_text?: string;
|
|
1929
1936
|
icon_url?: string;
|
|
1930
1937
|
scene?: string;
|
|
1931
|
-
words?: Word$
|
|
1938
|
+
words?: Word$6[];
|
|
1932
1939
|
[property: string]: any;
|
|
1933
1940
|
};
|
|
1934
|
-
type Word$
|
|
1941
|
+
type Word$6 = {
|
|
1935
1942
|
info?: string;
|
|
1936
1943
|
word?: string;
|
|
1937
1944
|
word_id?: string;
|
|
1938
1945
|
[property: string]: any;
|
|
1939
1946
|
};
|
|
1940
|
-
type TextExtra$
|
|
1947
|
+
type TextExtra$4 = {
|
|
1941
1948
|
caption_end: number;
|
|
1942
1949
|
caption_start: number;
|
|
1943
1950
|
end: number;
|
|
@@ -1948,20 +1955,20 @@ type TextExtra$3 = {
|
|
|
1948
1955
|
type: number;
|
|
1949
1956
|
[property: string]: any;
|
|
1950
1957
|
};
|
|
1951
|
-
type Video$
|
|
1958
|
+
type Video$6 = {
|
|
1952
1959
|
audio: {
|
|
1953
1960
|
[key: string]: any;
|
|
1954
1961
|
};
|
|
1955
1962
|
big_thumbs: BigThumb$2[];
|
|
1956
1963
|
bit_rate_audio: null;
|
|
1957
|
-
cover: Cover$
|
|
1964
|
+
cover: Cover$4;
|
|
1958
1965
|
duration: number;
|
|
1959
1966
|
has_watermark: boolean;
|
|
1960
1967
|
height: number;
|
|
1961
1968
|
is_h265: number;
|
|
1962
1969
|
meta: string;
|
|
1963
|
-
origin_cover: OriginCover$
|
|
1964
|
-
play_addr: PlayAddr;
|
|
1970
|
+
origin_cover: OriginCover$4;
|
|
1971
|
+
play_addr: PlayAddr$1;
|
|
1965
1972
|
ratio: string;
|
|
1966
1973
|
width: number;
|
|
1967
1974
|
[property: string]: any;
|
|
@@ -1981,21 +1988,21 @@ type BigThumb$2 = {
|
|
|
1981
1988
|
uris?: string[];
|
|
1982
1989
|
[property: string]: any;
|
|
1983
1990
|
};
|
|
1984
|
-
type Cover$
|
|
1991
|
+
type Cover$4 = {
|
|
1985
1992
|
height: number;
|
|
1986
1993
|
uri: string;
|
|
1987
1994
|
url_list: string[];
|
|
1988
1995
|
width: number;
|
|
1989
1996
|
[property: string]: any;
|
|
1990
1997
|
};
|
|
1991
|
-
type OriginCover$
|
|
1998
|
+
type OriginCover$4 = {
|
|
1992
1999
|
height: number;
|
|
1993
2000
|
uri: string;
|
|
1994
2001
|
url_list: string[];
|
|
1995
2002
|
width: number;
|
|
1996
2003
|
[property: string]: any;
|
|
1997
2004
|
};
|
|
1998
|
-
type PlayAddr = {
|
|
2005
|
+
type PlayAddr$1 = {
|
|
1999
2006
|
height: number;
|
|
2000
2007
|
uri: string;
|
|
2001
2008
|
url_key: string;
|
|
@@ -2003,7 +2010,7 @@ type PlayAddr = {
|
|
|
2003
2010
|
width: number;
|
|
2004
2011
|
[property: string]: any;
|
|
2005
2012
|
};
|
|
2006
|
-
type VideoControl$
|
|
2013
|
+
type VideoControl$5 = {
|
|
2007
2014
|
allow_douplus: boolean;
|
|
2008
2015
|
allow_download: boolean;
|
|
2009
2016
|
allow_duet: boolean;
|
|
@@ -2015,10 +2022,10 @@ type VideoControl$4 = {
|
|
|
2015
2022
|
allow_stitch: boolean;
|
|
2016
2023
|
disable_record_reason: string;
|
|
2017
2024
|
download_ignore_visibility: boolean;
|
|
2018
|
-
download_info: DownloadInfo$
|
|
2025
|
+
download_info: DownloadInfo$5;
|
|
2019
2026
|
draft_progress_bar: number;
|
|
2020
2027
|
duet_ignore_visibility: boolean;
|
|
2021
|
-
duet_info: DuetInfo$
|
|
2028
|
+
duet_info: DuetInfo$5;
|
|
2022
2029
|
prevent_download_type: number;
|
|
2023
2030
|
share_grayed: boolean;
|
|
2024
2031
|
share_ignore_visibility: boolean;
|
|
@@ -2030,11 +2037,11 @@ type VideoControl$4 = {
|
|
|
2030
2037
|
timer_status: number;
|
|
2031
2038
|
[property: string]: any;
|
|
2032
2039
|
};
|
|
2033
|
-
type DownloadInfo$
|
|
2040
|
+
type DownloadInfo$5 = {
|
|
2034
2041
|
level: number;
|
|
2035
2042
|
[property: string]: any;
|
|
2036
2043
|
};
|
|
2037
|
-
type DuetInfo$
|
|
2044
|
+
type DuetInfo$5 = {
|
|
2038
2045
|
fail_info: FailInfo;
|
|
2039
2046
|
level: number;
|
|
2040
2047
|
[property: string]: any;
|
|
@@ -2044,13 +2051,13 @@ type FailInfo = {
|
|
|
2044
2051
|
reason: string;
|
|
2045
2052
|
[property: string]: any;
|
|
2046
2053
|
};
|
|
2047
|
-
type VideoTag$
|
|
2054
|
+
type VideoTag$4 = {
|
|
2048
2055
|
level: number;
|
|
2049
2056
|
tag_id: number;
|
|
2050
2057
|
tag_name: string;
|
|
2051
2058
|
[property: string]: any;
|
|
2052
2059
|
};
|
|
2053
|
-
type VisualSearchInfo$
|
|
2060
|
+
type VisualSearchInfo$4 = {
|
|
2054
2061
|
is_ecom_img: boolean;
|
|
2055
2062
|
is_high_accuracy_ecom: boolean;
|
|
2056
2063
|
is_high_recall_ecom: boolean;
|
|
@@ -2063,14 +2070,14 @@ type VtagSearch$2 = {
|
|
|
2063
2070
|
vtag_enable: boolean;
|
|
2064
2071
|
[property: string]: any;
|
|
2065
2072
|
};
|
|
2066
|
-
type XiguaBaseInfo$
|
|
2073
|
+
type XiguaBaseInfo$4 = {
|
|
2067
2074
|
item_id: number;
|
|
2068
2075
|
star_altar_order_id: number;
|
|
2069
2076
|
star_altar_type: number;
|
|
2070
2077
|
status: number;
|
|
2071
2078
|
[property: string]: any;
|
|
2072
2079
|
};
|
|
2073
|
-
type LogPb$
|
|
2080
|
+
type LogPb$8 = {
|
|
2074
2081
|
impr_id: string;
|
|
2075
2082
|
[property: string]: any;
|
|
2076
2083
|
};
|
|
@@ -2081,7 +2088,7 @@ type DyMusicWork = {
|
|
|
2081
2088
|
[key: string]: any;
|
|
2082
2089
|
};
|
|
2083
2090
|
high_upload_ratio: number;
|
|
2084
|
-
log_pb: LogPb$
|
|
2091
|
+
log_pb: LogPb$7;
|
|
2085
2092
|
msg: string;
|
|
2086
2093
|
music_info: MusicInfo;
|
|
2087
2094
|
rec_list: string[];
|
|
@@ -2098,7 +2105,7 @@ type Extra$4 = {
|
|
|
2098
2105
|
now: number;
|
|
2099
2106
|
[property: string]: any;
|
|
2100
2107
|
};
|
|
2101
|
-
type LogPb$
|
|
2108
|
+
type LogPb$7 = {
|
|
2102
2109
|
impr_id: string;
|
|
2103
2110
|
[property: string]: any;
|
|
2104
2111
|
};
|
|
@@ -2111,16 +2118,16 @@ type MusicInfo = {
|
|
|
2111
2118
|
author_deleted: boolean;
|
|
2112
2119
|
author_position: null;
|
|
2113
2120
|
author_status: number;
|
|
2114
|
-
avatar_large: AvatarLarge$
|
|
2115
|
-
avatar_medium: AvatarMedium$
|
|
2121
|
+
avatar_large: AvatarLarge$3;
|
|
2122
|
+
avatar_medium: AvatarMedium$4;
|
|
2116
2123
|
avatar_thumb: AvatarThumb$2;
|
|
2117
2124
|
binded_challenge_id: number;
|
|
2118
2125
|
can_background_play: boolean;
|
|
2119
2126
|
collect_stat: number;
|
|
2120
|
-
cover_hd: Coverhd$
|
|
2121
|
-
cover_large: CoverLarge$
|
|
2127
|
+
cover_hd: Coverhd$4;
|
|
2128
|
+
cover_large: CoverLarge$4;
|
|
2122
2129
|
cover_medium: MusicInfoCoverMedium;
|
|
2123
|
-
cover_thumb: CoverThumb$
|
|
2130
|
+
cover_thumb: CoverThumb$5;
|
|
2124
2131
|
dmv_auto_show: boolean;
|
|
2125
2132
|
dsp_status: number;
|
|
2126
2133
|
duration: number;
|
|
@@ -2140,7 +2147,7 @@ type MusicInfo = {
|
|
|
2140
2147
|
is_video_self_see: boolean;
|
|
2141
2148
|
luna_info: LunaInfo;
|
|
2142
2149
|
lyric_short_position: null;
|
|
2143
|
-
matched_pgc_sound: MatchedPgcSound$
|
|
2150
|
+
matched_pgc_sound: MatchedPgcSound$2;
|
|
2144
2151
|
mid: string;
|
|
2145
2152
|
music_chart_ranks: null;
|
|
2146
2153
|
music_collect_count: number;
|
|
@@ -2154,7 +2161,7 @@ type MusicInfo = {
|
|
|
2154
2161
|
owner_id: string;
|
|
2155
2162
|
owner_nickname: string;
|
|
2156
2163
|
pgc_music_type: number;
|
|
2157
|
-
play_url: Playurl$
|
|
2164
|
+
play_url: Playurl$5;
|
|
2158
2165
|
position: null;
|
|
2159
2166
|
prevent_download: boolean;
|
|
2160
2167
|
prevent_item_download_status: number;
|
|
@@ -2163,11 +2170,11 @@ type MusicInfo = {
|
|
|
2163
2170
|
reason_type: number;
|
|
2164
2171
|
redirect: boolean;
|
|
2165
2172
|
schema_url: string;
|
|
2166
|
-
search_impr: SearchImpr$
|
|
2173
|
+
search_impr: SearchImpr$4;
|
|
2167
2174
|
sec_uid: string;
|
|
2168
2175
|
share_info: ShareInfo$2;
|
|
2169
2176
|
shoot_duration: number;
|
|
2170
|
-
song: Song$
|
|
2177
|
+
song: Song$3;
|
|
2171
2178
|
source_platform: number;
|
|
2172
2179
|
start_time: number;
|
|
2173
2180
|
status: number;
|
|
@@ -2181,14 +2188,14 @@ type MusicInfo = {
|
|
|
2181
2188
|
video_duration: number;
|
|
2182
2189
|
[property: string]: any;
|
|
2183
2190
|
};
|
|
2184
|
-
type AvatarLarge$
|
|
2191
|
+
type AvatarLarge$3 = {
|
|
2185
2192
|
height: number;
|
|
2186
2193
|
uri: string;
|
|
2187
2194
|
url_list: string[];
|
|
2188
2195
|
width: number;
|
|
2189
2196
|
[property: string]: any;
|
|
2190
2197
|
};
|
|
2191
|
-
type AvatarMedium$
|
|
2198
|
+
type AvatarMedium$4 = {
|
|
2192
2199
|
height: number;
|
|
2193
2200
|
uri: string;
|
|
2194
2201
|
url_list: string[];
|
|
@@ -2202,14 +2209,14 @@ type AvatarThumb$2 = {
|
|
|
2202
2209
|
width: number;
|
|
2203
2210
|
[property: string]: any;
|
|
2204
2211
|
};
|
|
2205
|
-
type Coverhd$
|
|
2212
|
+
type Coverhd$4 = {
|
|
2206
2213
|
height: number;
|
|
2207
2214
|
uri: string;
|
|
2208
2215
|
url_list: string[];
|
|
2209
2216
|
width: number;
|
|
2210
2217
|
[property: string]: any;
|
|
2211
2218
|
};
|
|
2212
|
-
type CoverLarge$
|
|
2219
|
+
type CoverLarge$4 = {
|
|
2213
2220
|
height: number;
|
|
2214
2221
|
uri: string;
|
|
2215
2222
|
url_list: string[];
|
|
@@ -2223,7 +2230,7 @@ type MusicInfoCoverMedium = {
|
|
|
2223
2230
|
width: number;
|
|
2224
2231
|
[property: string]: any;
|
|
2225
2232
|
};
|
|
2226
|
-
type CoverThumb$
|
|
2233
|
+
type CoverThumb$5 = {
|
|
2227
2234
|
height: number;
|
|
2228
2235
|
uri: string;
|
|
2229
2236
|
url_list: string[];
|
|
@@ -2235,23 +2242,23 @@ type LunaInfo = {
|
|
|
2235
2242
|
is_luna_user: boolean;
|
|
2236
2243
|
[property: string]: any;
|
|
2237
2244
|
};
|
|
2238
|
-
type MatchedPgcSound$
|
|
2245
|
+
type MatchedPgcSound$2 = {
|
|
2239
2246
|
author: string;
|
|
2240
|
-
cover_medium: MatchedPgcSoundCoverMedium$
|
|
2247
|
+
cover_medium: MatchedPgcSoundCoverMedium$2;
|
|
2241
2248
|
id: number;
|
|
2242
2249
|
mixed_author: string;
|
|
2243
2250
|
mixed_title: string;
|
|
2244
2251
|
title: string;
|
|
2245
2252
|
[property: string]: any;
|
|
2246
2253
|
};
|
|
2247
|
-
type MatchedPgcSoundCoverMedium$
|
|
2254
|
+
type MatchedPgcSoundCoverMedium$2 = {
|
|
2248
2255
|
height: number;
|
|
2249
2256
|
uri: string;
|
|
2250
2257
|
url_list: string[];
|
|
2251
2258
|
width: number;
|
|
2252
2259
|
[property: string]: any;
|
|
2253
2260
|
};
|
|
2254
|
-
type Playurl$
|
|
2261
|
+
type Playurl$5 = {
|
|
2255
2262
|
height: number;
|
|
2256
2263
|
uri: string;
|
|
2257
2264
|
url_key: string;
|
|
@@ -2259,7 +2266,7 @@ type Playurl$4 = {
|
|
|
2259
2266
|
width: number;
|
|
2260
2267
|
[property: string]: any;
|
|
2261
2268
|
};
|
|
2262
|
-
type SearchImpr$
|
|
2269
|
+
type SearchImpr$4 = {
|
|
2263
2270
|
entity_id: string;
|
|
2264
2271
|
[property: string]: any;
|
|
2265
2272
|
};
|
|
@@ -2277,7 +2284,7 @@ type ShareInfo$2 = {
|
|
|
2277
2284
|
share_weibo_desc: string;
|
|
2278
2285
|
[property: string]: any;
|
|
2279
2286
|
};
|
|
2280
|
-
type Song$
|
|
2287
|
+
type Song$3 = {
|
|
2281
2288
|
artists: null;
|
|
2282
2289
|
chorus_v3_infos: null;
|
|
2283
2290
|
id: number;
|
|
@@ -2315,7 +2322,7 @@ type DySearchInfo = {
|
|
|
2315
2322
|
global_doodle_config: GlobalDoodleConfig;
|
|
2316
2323
|
guide_search_words: GuideSearchWord[];
|
|
2317
2324
|
has_more: number;
|
|
2318
|
-
log_pb: LogPb$
|
|
2325
|
+
log_pb: LogPb$6;
|
|
2319
2326
|
multi_columns_info: MultiColumnsInfo;
|
|
2320
2327
|
ops: null;
|
|
2321
2328
|
path: string;
|
|
@@ -2362,7 +2369,7 @@ type Datum$2 = {
|
|
|
2362
2369
|
type AwemeInfo = {
|
|
2363
2370
|
anchor_info?: AnchorInfo$1;
|
|
2364
2371
|
anchors: null;
|
|
2365
|
-
author: Author$
|
|
2372
|
+
author: Author$5;
|
|
2366
2373
|
author_user_id: number;
|
|
2367
2374
|
aweme_id: string;
|
|
2368
2375
|
aweme_type: number;
|
|
@@ -2380,7 +2387,7 @@ type AwemeInfo = {
|
|
|
2380
2387
|
desc: string;
|
|
2381
2388
|
dislike_dimension_list: null;
|
|
2382
2389
|
dislike_dimension_list_v2: null;
|
|
2383
|
-
entertainment_product_info: EntertainmentProductInfo$
|
|
2390
|
+
entertainment_product_info: EntertainmentProductInfo$4;
|
|
2384
2391
|
fake_horizontal_info?: FakeHorizontalInfo;
|
|
2385
2392
|
geofencing: null;
|
|
2386
2393
|
geofencing_regions: null;
|
|
@@ -2390,14 +2397,14 @@ type AwemeInfo = {
|
|
|
2390
2397
|
image_list: null;
|
|
2391
2398
|
images: null;
|
|
2392
2399
|
img_bitrate: null;
|
|
2393
|
-
impression_data: ImpressionData$
|
|
2400
|
+
impression_data: ImpressionData$4;
|
|
2394
2401
|
interaction_stickers: null;
|
|
2395
2402
|
is_top: number;
|
|
2396
2403
|
jump_tab_info_list: null;
|
|
2397
2404
|
label_top_text: null;
|
|
2398
2405
|
long_video: null;
|
|
2399
2406
|
mix_info?: MixInfo;
|
|
2400
|
-
music: Music$
|
|
2407
|
+
music: Music$4;
|
|
2401
2408
|
mv_info: null;
|
|
2402
2409
|
nickname_position: null;
|
|
2403
2410
|
origin_comment_ids: null;
|
|
@@ -2416,16 +2423,16 @@ type AwemeInfo = {
|
|
|
2416
2423
|
slides_music_beats: null;
|
|
2417
2424
|
social_tag_list: null;
|
|
2418
2425
|
standard_bar_info_list: null;
|
|
2419
|
-
statistics: Statistics$
|
|
2426
|
+
statistics: Statistics$4;
|
|
2420
2427
|
status: AwemeInfoStatus;
|
|
2421
|
-
suggest_words: SuggestWords$
|
|
2422
|
-
text_extra: TextExtra$
|
|
2428
|
+
suggest_words: SuggestWords$4;
|
|
2429
|
+
text_extra: TextExtra$3[];
|
|
2423
2430
|
trends_infos: null;
|
|
2424
2431
|
tts_id_list: null;
|
|
2425
2432
|
uniqid_position: null;
|
|
2426
2433
|
user_digged: number;
|
|
2427
|
-
video: Video$
|
|
2428
|
-
video_control: VideoControl$
|
|
2434
|
+
video: Video$5;
|
|
2435
|
+
video_control: VideoControl$4;
|
|
2429
2436
|
video_labels: null;
|
|
2430
2437
|
video_tag: null;
|
|
2431
2438
|
video_text: null;
|
|
@@ -2462,11 +2469,11 @@ type StyleInfo$1 = {
|
|
|
2462
2469
|
scene_icon: string;
|
|
2463
2470
|
[property: string]: any;
|
|
2464
2471
|
};
|
|
2465
|
-
type Author$
|
|
2472
|
+
type Author$5 = {
|
|
2466
2473
|
account_cert_info: string;
|
|
2467
2474
|
ad_cover_url: null;
|
|
2468
2475
|
avatar_schema_list: null;
|
|
2469
|
-
avatar_thumb: AuthorAvatarThumb$
|
|
2476
|
+
avatar_thumb: AuthorAvatarThumb$3;
|
|
2470
2477
|
ban_user_functions: null;
|
|
2471
2478
|
batch_unfollow_contain_tabs: null;
|
|
2472
2479
|
batch_unfollow_relation_desc: null;
|
|
@@ -2524,7 +2531,7 @@ type Author$4 = {
|
|
|
2524
2531
|
white_cover_url: null;
|
|
2525
2532
|
[property: string]: any;
|
|
2526
2533
|
};
|
|
2527
|
-
type AuthorAvatarThumb$
|
|
2534
|
+
type AuthorAvatarThumb$3 = {
|
|
2528
2535
|
height: number;
|
|
2529
2536
|
uri: string;
|
|
2530
2537
|
url_list: string[];
|
|
@@ -2539,18 +2546,18 @@ type DanmakuControl$2 = {
|
|
|
2539
2546
|
post_privilege_level: number;
|
|
2540
2547
|
[property: string]: any;
|
|
2541
2548
|
};
|
|
2542
|
-
type EntertainmentProductInfo$
|
|
2549
|
+
type EntertainmentProductInfo$4 = {
|
|
2543
2550
|
biz: number;
|
|
2544
|
-
market_info: MarketInfo$
|
|
2551
|
+
market_info: MarketInfo$4;
|
|
2545
2552
|
sub_title: null;
|
|
2546
2553
|
[property: string]: any;
|
|
2547
2554
|
};
|
|
2548
|
-
type MarketInfo$
|
|
2549
|
-
limit_free: LimitFree$
|
|
2555
|
+
type MarketInfo$4 = {
|
|
2556
|
+
limit_free: LimitFree$4;
|
|
2550
2557
|
marketing_tag: null;
|
|
2551
2558
|
[property: string]: any;
|
|
2552
2559
|
};
|
|
2553
|
-
type LimitFree$
|
|
2560
|
+
type LimitFree$4 = {
|
|
2554
2561
|
in_free: boolean;
|
|
2555
2562
|
[property: string]: any;
|
|
2556
2563
|
};
|
|
@@ -2561,7 +2568,7 @@ type FakeHorizontalInfo = {
|
|
|
2561
2568
|
top: number;
|
|
2562
2569
|
[property: string]: any;
|
|
2563
2570
|
};
|
|
2564
|
-
type ImpressionData$
|
|
2571
|
+
type ImpressionData$4 = {
|
|
2565
2572
|
group_id_list_a: number[];
|
|
2566
2573
|
group_id_list_b: null;
|
|
2567
2574
|
group_id_list_c: number[];
|
|
@@ -2570,7 +2577,7 @@ type ImpressionData$3 = {
|
|
|
2570
2577
|
[property: string]: any;
|
|
2571
2578
|
};
|
|
2572
2579
|
type MixInfo = {
|
|
2573
|
-
cover_url: Coverurl$
|
|
2580
|
+
cover_url: Coverurl$4;
|
|
2574
2581
|
extra: string;
|
|
2575
2582
|
ids: null;
|
|
2576
2583
|
mix_id: string;
|
|
@@ -2582,7 +2589,7 @@ type MixInfo = {
|
|
|
2582
2589
|
watched_item: string;
|
|
2583
2590
|
[property: string]: any;
|
|
2584
2591
|
};
|
|
2585
|
-
type Coverurl$
|
|
2592
|
+
type Coverurl$4 = {
|
|
2586
2593
|
height: number;
|
|
2587
2594
|
uri: string;
|
|
2588
2595
|
url_list: string[];
|
|
@@ -2601,17 +2608,17 @@ type MixInfoStatus = {
|
|
|
2601
2608
|
status: number;
|
|
2602
2609
|
[property: string]: any;
|
|
2603
2610
|
};
|
|
2604
|
-
type Music$
|
|
2611
|
+
type Music$4 = {
|
|
2605
2612
|
album: string;
|
|
2606
2613
|
artist_user_infos: null;
|
|
2607
2614
|
artists: null;
|
|
2608
2615
|
author: string;
|
|
2609
2616
|
author_position: null;
|
|
2610
|
-
avatar_thumb: MusicAvatarThumb$
|
|
2617
|
+
avatar_thumb: MusicAvatarThumb$3;
|
|
2611
2618
|
binded_challenge_id: number;
|
|
2612
2619
|
collect_stat: number;
|
|
2613
2620
|
cover_medium: CoverMedium$2;
|
|
2614
|
-
cover_thumb: CoverThumb$
|
|
2621
|
+
cover_thumb: CoverThumb$4;
|
|
2615
2622
|
duration: number;
|
|
2616
2623
|
external_song_info: null;
|
|
2617
2624
|
extra: string;
|
|
@@ -2624,7 +2631,7 @@ type Music$3 = {
|
|
|
2624
2631
|
musician_user_infos: null;
|
|
2625
2632
|
owner_id: string;
|
|
2626
2633
|
owner_nickname: string;
|
|
2627
|
-
play_url: Playurl$
|
|
2634
|
+
play_url: Playurl$4;
|
|
2628
2635
|
position: null;
|
|
2629
2636
|
sec_uid: string;
|
|
2630
2637
|
status: number;
|
|
@@ -2634,7 +2641,7 @@ type Music$3 = {
|
|
|
2634
2641
|
user_count: number;
|
|
2635
2642
|
[property: string]: any;
|
|
2636
2643
|
};
|
|
2637
|
-
type MusicAvatarThumb$
|
|
2644
|
+
type MusicAvatarThumb$3 = {
|
|
2638
2645
|
height: number;
|
|
2639
2646
|
uri: string;
|
|
2640
2647
|
url_list: string[];
|
|
@@ -2648,14 +2655,14 @@ type CoverMedium$2 = {
|
|
|
2648
2655
|
width: number;
|
|
2649
2656
|
[property: string]: any;
|
|
2650
2657
|
};
|
|
2651
|
-
type CoverThumb$
|
|
2658
|
+
type CoverThumb$4 = {
|
|
2652
2659
|
height: number;
|
|
2653
2660
|
uri: string;
|
|
2654
2661
|
url_list: string[];
|
|
2655
2662
|
width: number;
|
|
2656
2663
|
[property: string]: any;
|
|
2657
2664
|
};
|
|
2658
|
-
type Playurl$
|
|
2665
|
+
type Playurl$4 = {
|
|
2659
2666
|
height: number;
|
|
2660
2667
|
uri: string;
|
|
2661
2668
|
url_key: string;
|
|
@@ -2672,7 +2679,7 @@ type ShareInfo$1 = {
|
|
|
2672
2679
|
share_url: string;
|
|
2673
2680
|
[property: string]: any;
|
|
2674
2681
|
};
|
|
2675
|
-
type Statistics$
|
|
2682
|
+
type Statistics$4 = {
|
|
2676
2683
|
collect_count: number;
|
|
2677
2684
|
comment_count: number;
|
|
2678
2685
|
digg_count: number;
|
|
@@ -2691,32 +2698,32 @@ type AwemeInfoStatus = {
|
|
|
2691
2698
|
is_prohibited: boolean;
|
|
2692
2699
|
part_see: number;
|
|
2693
2700
|
private_status: number;
|
|
2694
|
-
review_result: ReviewResult$
|
|
2701
|
+
review_result: ReviewResult$4;
|
|
2695
2702
|
[property: string]: any;
|
|
2696
2703
|
};
|
|
2697
|
-
type ReviewResult$
|
|
2704
|
+
type ReviewResult$4 = {
|
|
2698
2705
|
review_status: number;
|
|
2699
2706
|
[property: string]: any;
|
|
2700
2707
|
};
|
|
2701
|
-
type SuggestWords$
|
|
2702
|
-
suggest_words: SuggestWord$
|
|
2708
|
+
type SuggestWords$4 = {
|
|
2709
|
+
suggest_words: SuggestWord$4[];
|
|
2703
2710
|
[property: string]: any;
|
|
2704
2711
|
};
|
|
2705
|
-
type SuggestWord$
|
|
2712
|
+
type SuggestWord$4 = {
|
|
2706
2713
|
extra_info: string;
|
|
2707
2714
|
hint_text: string;
|
|
2708
2715
|
icon_url: string;
|
|
2709
2716
|
scene: string;
|
|
2710
|
-
words: Word$
|
|
2717
|
+
words: Word$5[];
|
|
2711
2718
|
[property: string]: any;
|
|
2712
2719
|
};
|
|
2713
|
-
type Word$
|
|
2720
|
+
type Word$5 = {
|
|
2714
2721
|
info: string;
|
|
2715
2722
|
word: string;
|
|
2716
2723
|
word_id: string;
|
|
2717
2724
|
[property: string]: any;
|
|
2718
2725
|
};
|
|
2719
|
-
type TextExtra$
|
|
2726
|
+
type TextExtra$3 = {
|
|
2720
2727
|
end: number;
|
|
2721
2728
|
hashtag_id: string;
|
|
2722
2729
|
hashtag_name: string;
|
|
@@ -2727,11 +2734,11 @@ type TextExtra$2 = {
|
|
|
2727
2734
|
user_id: string;
|
|
2728
2735
|
[property: string]: any;
|
|
2729
2736
|
};
|
|
2730
|
-
type Video$
|
|
2737
|
+
type Video$5 = {
|
|
2731
2738
|
big_thumbs: BigThumb$1[];
|
|
2732
2739
|
bit_rate: BitRate$3[];
|
|
2733
2740
|
bit_rate_audio: BitRateAudio$1[] | null;
|
|
2734
|
-
cover: Cover$
|
|
2741
|
+
cover: Cover$3;
|
|
2735
2742
|
download_addr: DownloadAddr$2;
|
|
2736
2743
|
download_suffix_logo_addr: DownloadSuffixLogoAddr$2;
|
|
2737
2744
|
duration: number;
|
|
@@ -2740,7 +2747,7 @@ type Video$4 = {
|
|
|
2740
2747
|
has_download_suffix_logo_addr: boolean;
|
|
2741
2748
|
height: number;
|
|
2742
2749
|
meta: string;
|
|
2743
|
-
origin_cover: OriginCover$
|
|
2750
|
+
origin_cover: OriginCover$3;
|
|
2744
2751
|
play_addr: VideoPlayAddr$2;
|
|
2745
2752
|
play_addr_265: PlayAddr265$2;
|
|
2746
2753
|
play_addr_lowbr: PlayAddrLowbr$1;
|
|
@@ -2820,7 +2827,7 @@ type UrlList$1 = {
|
|
|
2820
2827
|
main_url: string;
|
|
2821
2828
|
[property: string]: any;
|
|
2822
2829
|
};
|
|
2823
|
-
type Cover$
|
|
2830
|
+
type Cover$3 = {
|
|
2824
2831
|
height: number;
|
|
2825
2832
|
uri: string;
|
|
2826
2833
|
url_list: string[];
|
|
@@ -2859,7 +2866,7 @@ type GaussianCover$2 = {
|
|
|
2859
2866
|
width: number;
|
|
2860
2867
|
[property: string]: any;
|
|
2861
2868
|
};
|
|
2862
|
-
type OriginCover$
|
|
2869
|
+
type OriginCover$3 = {
|
|
2863
2870
|
height: number;
|
|
2864
2871
|
uri: string;
|
|
2865
2872
|
url_list: string[];
|
|
@@ -2906,7 +2913,7 @@ type RawCover$1 = {
|
|
|
2906
2913
|
width: number;
|
|
2907
2914
|
[property: string]: any;
|
|
2908
2915
|
};
|
|
2909
|
-
type VideoControl$
|
|
2916
|
+
type VideoControl$4 = {
|
|
2910
2917
|
allow_douplus: boolean;
|
|
2911
2918
|
allow_download: boolean;
|
|
2912
2919
|
allow_duet: boolean;
|
|
@@ -2918,10 +2925,10 @@ type VideoControl$3 = {
|
|
|
2918
2925
|
allow_stitch: boolean;
|
|
2919
2926
|
disable_record_reason: string;
|
|
2920
2927
|
download_ignore_visibility: boolean;
|
|
2921
|
-
download_info: DownloadInfo$
|
|
2928
|
+
download_info: DownloadInfo$4;
|
|
2922
2929
|
draft_progress_bar: number;
|
|
2923
2930
|
duet_ignore_visibility: boolean;
|
|
2924
|
-
duet_info: DuetInfo$
|
|
2931
|
+
duet_info: DuetInfo$4;
|
|
2925
2932
|
prevent_download_type: number;
|
|
2926
2933
|
share_grayed: boolean;
|
|
2927
2934
|
share_ignore_visibility: boolean;
|
|
@@ -2931,23 +2938,23 @@ type VideoControl$3 = {
|
|
|
2931
2938
|
timer_status: number;
|
|
2932
2939
|
[property: string]: any;
|
|
2933
2940
|
};
|
|
2934
|
-
type DownloadInfo$
|
|
2935
|
-
fail_info?: DownloadInfoFailInfo$
|
|
2941
|
+
type DownloadInfo$4 = {
|
|
2942
|
+
fail_info?: DownloadInfoFailInfo$2;
|
|
2936
2943
|
level: number;
|
|
2937
2944
|
[property: string]: any;
|
|
2938
2945
|
};
|
|
2939
|
-
type DownloadInfoFailInfo$
|
|
2946
|
+
type DownloadInfoFailInfo$2 = {
|
|
2940
2947
|
code: number;
|
|
2941
2948
|
msg: string;
|
|
2942
2949
|
reason: string;
|
|
2943
2950
|
[property: string]: any;
|
|
2944
2951
|
};
|
|
2945
|
-
type DuetInfo$
|
|
2946
|
-
fail_info?: DuetInfoFailInfo$
|
|
2952
|
+
type DuetInfo$4 = {
|
|
2953
|
+
fail_info?: DuetInfoFailInfo$2;
|
|
2947
2954
|
level: number;
|
|
2948
2955
|
[property: string]: any;
|
|
2949
2956
|
};
|
|
2950
|
-
type DuetInfoFailInfo$
|
|
2957
|
+
type DuetInfoFailInfo$2 = {
|
|
2951
2958
|
code: number;
|
|
2952
2959
|
reason: string;
|
|
2953
2960
|
[property: string]: any;
|
|
@@ -3118,7 +3125,7 @@ type GuideSearchWord = {
|
|
|
3118
3125
|
word: string;
|
|
3119
3126
|
[property: string]: any;
|
|
3120
3127
|
};
|
|
3121
|
-
type LogPb$
|
|
3128
|
+
type LogPb$6 = {
|
|
3122
3129
|
impr_id: string;
|
|
3123
3130
|
[property: string]: any;
|
|
3124
3131
|
};
|
|
@@ -3134,21 +3141,21 @@ type TimeCost$1 = {
|
|
|
3134
3141
|
|
|
3135
3142
|
/** 合辑作品 */
|
|
3136
3143
|
type DySlidesWork = {
|
|
3137
|
-
aweme_detail: AwemeDetail$
|
|
3138
|
-
log_pb: LogPb$
|
|
3144
|
+
aweme_detail: AwemeDetail$2;
|
|
3145
|
+
log_pb: LogPb$5;
|
|
3139
3146
|
status_code: number;
|
|
3140
3147
|
[property: string]: any;
|
|
3141
3148
|
};
|
|
3142
|
-
type AwemeDetail$
|
|
3149
|
+
type AwemeDetail$2 = {
|
|
3143
3150
|
activity_video_type: number;
|
|
3144
3151
|
anchors: null;
|
|
3145
3152
|
authentication_token: string;
|
|
3146
|
-
author: Author$
|
|
3153
|
+
author: Author$4;
|
|
3147
3154
|
author_mask_tag: number;
|
|
3148
3155
|
author_user_id: number;
|
|
3149
|
-
aweme_control: AwemeControl$
|
|
3156
|
+
aweme_control: AwemeControl$3;
|
|
3150
3157
|
aweme_id: string;
|
|
3151
|
-
aweme_listen_struct: AwemeListenStruct$
|
|
3158
|
+
aweme_listen_struct: AwemeListenStruct$3;
|
|
3152
3159
|
aweme_type: number;
|
|
3153
3160
|
aweme_type_tags: string;
|
|
3154
3161
|
boost_status: number;
|
|
@@ -3163,9 +3170,9 @@ type AwemeDetail$1 = {
|
|
|
3163
3170
|
collection_corner_mark: number;
|
|
3164
3171
|
comment_gid: number;
|
|
3165
3172
|
comment_list: null;
|
|
3166
|
-
comment_permission_info: CommentPermissionInfo$
|
|
3173
|
+
comment_permission_info: CommentPermissionInfo$3;
|
|
3167
3174
|
commerce_config_data: null;
|
|
3168
|
-
component_control: ComponentControl$
|
|
3175
|
+
component_control: ComponentControl$3;
|
|
3169
3176
|
component_info_v2: string;
|
|
3170
3177
|
cover_labels: null;
|
|
3171
3178
|
create_scale_type: string[];
|
|
@@ -3174,20 +3181,20 @@ type AwemeDetail$1 = {
|
|
|
3174
3181
|
disable_relation_bar: number;
|
|
3175
3182
|
dislike_dimension_list: null;
|
|
3176
3183
|
dislike_dimension_list_v2: null;
|
|
3177
|
-
distribute_circle: DistributeCircle$
|
|
3184
|
+
distribute_circle: DistributeCircle$3;
|
|
3178
3185
|
duet_aggregate_in_music_tab: boolean;
|
|
3179
3186
|
duration: number;
|
|
3180
3187
|
ecom_comment_atmosphere_type: number;
|
|
3181
3188
|
enable_comment_sticker_rec: boolean;
|
|
3182
|
-
entertainment_product_info: EntertainmentProductInfo$
|
|
3183
|
-
fall_card_struct: FallCardStruct$
|
|
3184
|
-
feed_comment_config: FeedCommentConfig$
|
|
3189
|
+
entertainment_product_info: EntertainmentProductInfo$3;
|
|
3190
|
+
fall_card_struct: FallCardStruct$2;
|
|
3191
|
+
feed_comment_config: FeedCommentConfig$3;
|
|
3185
3192
|
flash_mob_trends: number;
|
|
3186
3193
|
friend_interaction: number;
|
|
3187
3194
|
friend_recommend_info: {
|
|
3188
3195
|
[key: string]: any;
|
|
3189
3196
|
};
|
|
3190
|
-
game_tag_info: GameTagInfo$
|
|
3197
|
+
game_tag_info: GameTagInfo$3;
|
|
3191
3198
|
geofencing: string[];
|
|
3192
3199
|
geofencing_regions: null;
|
|
3193
3200
|
group_id: string;
|
|
@@ -3195,16 +3202,16 @@ type AwemeDetail$1 = {
|
|
|
3195
3202
|
[key: string]: any;
|
|
3196
3203
|
};
|
|
3197
3204
|
hybrid_label: null;
|
|
3198
|
-
image_album_music_info: ImageAlbumMusicInfo$
|
|
3205
|
+
image_album_music_info: ImageAlbumMusicInfo$3;
|
|
3199
3206
|
image_comment: {
|
|
3200
3207
|
[key: string]: any;
|
|
3201
3208
|
};
|
|
3202
3209
|
image_crop_ctrl: number;
|
|
3203
3210
|
image_infos: null;
|
|
3204
3211
|
image_list: null;
|
|
3205
|
-
images: Image[];
|
|
3212
|
+
images: Image$1[];
|
|
3206
3213
|
img_bitrate: null;
|
|
3207
|
-
impression_data: ImpressionData$
|
|
3214
|
+
impression_data: ImpressionData$3;
|
|
3208
3215
|
incentive_item_type: number;
|
|
3209
3216
|
interaction_stickers: null;
|
|
3210
3217
|
is_24_story: number;
|
|
@@ -3221,13 +3228,13 @@ type AwemeDetail$1 = {
|
|
|
3221
3228
|
is_top: number;
|
|
3222
3229
|
is_use_music: boolean;
|
|
3223
3230
|
item_title: string;
|
|
3224
|
-
item_warn_notification: ItemWarnNotification$
|
|
3231
|
+
item_warn_notification: ItemWarnNotification$3;
|
|
3225
3232
|
label_top_text: null;
|
|
3226
3233
|
libfinsert_task_id: string;
|
|
3227
3234
|
long_video: null;
|
|
3228
3235
|
mark_largely_following: boolean;
|
|
3229
3236
|
media_type: number;
|
|
3230
|
-
music: Music$
|
|
3237
|
+
music: Music$3;
|
|
3231
3238
|
nickname_position: null;
|
|
3232
3239
|
origin_comment_ids: null;
|
|
3233
3240
|
origin_duet_resource_uri: string;
|
|
@@ -3236,20 +3243,20 @@ type AwemeDetail$1 = {
|
|
|
3236
3243
|
original_images: null;
|
|
3237
3244
|
packed_clips: null;
|
|
3238
3245
|
personal_page_botton_diagnose_style: number;
|
|
3239
|
-
photo_search_entrance: PhotoSearchEntrance$
|
|
3240
|
-
play_progress: PlayProgress$
|
|
3246
|
+
photo_search_entrance: PhotoSearchEntrance$3;
|
|
3247
|
+
play_progress: PlayProgress$3;
|
|
3241
3248
|
position: null;
|
|
3242
3249
|
preview_title: string;
|
|
3243
3250
|
preview_video_status: number;
|
|
3244
3251
|
promotions: string[];
|
|
3245
|
-
publish_plus_alienation: PublishPlusAlienation$
|
|
3252
|
+
publish_plus_alienation: PublishPlusAlienation$3;
|
|
3246
3253
|
rate: number;
|
|
3247
3254
|
region: string;
|
|
3248
3255
|
relation_labels: null;
|
|
3249
|
-
risk_infos: RiskInfos$
|
|
3256
|
+
risk_infos: RiskInfos$3;
|
|
3250
3257
|
seo_info: SeoInfo;
|
|
3251
|
-
series_paid_info: SeriesPaidInfo$
|
|
3252
|
-
share_info: AwemeDetailShareInfo$
|
|
3258
|
+
series_paid_info: SeriesPaidInfo$3;
|
|
3259
|
+
share_info: AwemeDetailShareInfo$2;
|
|
3253
3260
|
share_rec_extra: string;
|
|
3254
3261
|
share_url: string;
|
|
3255
3262
|
shoot_way: string;
|
|
@@ -3258,27 +3265,27 @@ type AwemeDetail$1 = {
|
|
|
3258
3265
|
[key: string]: any;
|
|
3259
3266
|
};
|
|
3260
3267
|
social_tag_list: null;
|
|
3261
|
-
statistics: Statistics$
|
|
3262
|
-
status: Status$
|
|
3263
|
-
suggest_words: SuggestWords$
|
|
3264
|
-
text_extra: TextExtra$
|
|
3268
|
+
statistics: Statistics$3;
|
|
3269
|
+
status: Status$3;
|
|
3270
|
+
suggest_words: SuggestWords$3;
|
|
3271
|
+
text_extra: TextExtra$2[];
|
|
3265
3272
|
uniqid_position: null;
|
|
3266
3273
|
user_digged: number;
|
|
3267
3274
|
user_recommend_status: number;
|
|
3268
3275
|
video: AwemeDetailVideo;
|
|
3269
|
-
video_control: VideoControl$
|
|
3276
|
+
video_control: VideoControl$3;
|
|
3270
3277
|
video_game_data_channel_config: {
|
|
3271
3278
|
[key: string]: any;
|
|
3272
3279
|
};
|
|
3273
3280
|
video_labels: null;
|
|
3274
3281
|
video_share_edit_status: number;
|
|
3275
|
-
video_tag: VideoTag$
|
|
3282
|
+
video_tag: VideoTag$3[];
|
|
3276
3283
|
video_text: string[];
|
|
3277
|
-
visual_search_info: VisualSearchInfo$
|
|
3278
|
-
xigua_base_info: XiguaBaseInfo$
|
|
3284
|
+
visual_search_info: VisualSearchInfo$3;
|
|
3285
|
+
xigua_base_info: XiguaBaseInfo$3;
|
|
3279
3286
|
[property: string]: any;
|
|
3280
3287
|
};
|
|
3281
|
-
type Author$
|
|
3288
|
+
type Author$4 = {
|
|
3282
3289
|
account_cert_info: string;
|
|
3283
3290
|
avatar_thumb: AvatarThumb$1;
|
|
3284
3291
|
awemehts_greet_info: string;
|
|
@@ -3286,7 +3293,7 @@ type Author$3 = {
|
|
|
3286
3293
|
close_friend_type: number;
|
|
3287
3294
|
contacts_status: number;
|
|
3288
3295
|
contrail_list: null;
|
|
3289
|
-
cover_url: Coverurl$
|
|
3296
|
+
cover_url: Coverurl$3[];
|
|
3290
3297
|
create_time: number;
|
|
3291
3298
|
custom_verify: string;
|
|
3292
3299
|
data_label_list: null;
|
|
@@ -3313,7 +3320,7 @@ type Author$3 = {
|
|
|
3313
3320
|
risk_notice_text: string;
|
|
3314
3321
|
sec_uid: string;
|
|
3315
3322
|
secret: number;
|
|
3316
|
-
share_info: AuthorShareInfo$
|
|
3323
|
+
share_info: AuthorShareInfo$3;
|
|
3317
3324
|
short_id: string;
|
|
3318
3325
|
signature: string;
|
|
3319
3326
|
signature_extra: null;
|
|
@@ -3337,17 +3344,17 @@ type AvatarThumb$1 = {
|
|
|
3337
3344
|
width: number;
|
|
3338
3345
|
[property: string]: any;
|
|
3339
3346
|
};
|
|
3340
|
-
type Coverurl$
|
|
3347
|
+
type Coverurl$3 = {
|
|
3341
3348
|
height?: number;
|
|
3342
3349
|
uri?: string;
|
|
3343
3350
|
url_list?: string[];
|
|
3344
3351
|
width?: number;
|
|
3345
3352
|
[property: string]: any;
|
|
3346
3353
|
};
|
|
3347
|
-
type AuthorShareInfo$
|
|
3354
|
+
type AuthorShareInfo$3 = {
|
|
3348
3355
|
share_desc: string;
|
|
3349
3356
|
share_desc_info: string;
|
|
3350
|
-
share_qrcode_url: ShareQrcodeurl$
|
|
3357
|
+
share_qrcode_url: ShareQrcodeurl$4;
|
|
3351
3358
|
share_title: string;
|
|
3352
3359
|
share_title_myself: string;
|
|
3353
3360
|
share_title_other: string;
|
|
@@ -3355,21 +3362,21 @@ type AuthorShareInfo$2 = {
|
|
|
3355
3362
|
share_weibo_desc: string;
|
|
3356
3363
|
[property: string]: any;
|
|
3357
3364
|
};
|
|
3358
|
-
type ShareQrcodeurl$
|
|
3365
|
+
type ShareQrcodeurl$4 = {
|
|
3359
3366
|
height: number;
|
|
3360
3367
|
uri: string;
|
|
3361
3368
|
url_list: string[];
|
|
3362
3369
|
width: number;
|
|
3363
3370
|
[property: string]: any;
|
|
3364
3371
|
};
|
|
3365
|
-
type AwemeControl$
|
|
3372
|
+
type AwemeControl$3 = {
|
|
3366
3373
|
can_comment: boolean;
|
|
3367
3374
|
can_forward: boolean;
|
|
3368
3375
|
can_share: boolean;
|
|
3369
3376
|
can_show_comment: boolean;
|
|
3370
3377
|
[property: string]: any;
|
|
3371
3378
|
};
|
|
3372
|
-
type AwemeListenStruct$
|
|
3379
|
+
type AwemeListenStruct$3 = {
|
|
3373
3380
|
trace_info: string;
|
|
3374
3381
|
[property: string]: any;
|
|
3375
3382
|
};
|
|
@@ -3379,7 +3386,7 @@ type ClipPaging = {
|
|
|
3379
3386
|
source: string;
|
|
3380
3387
|
[property: string]: any;
|
|
3381
3388
|
};
|
|
3382
|
-
type CommentPermissionInfo$
|
|
3389
|
+
type CommentPermissionInfo$3 = {
|
|
3383
3390
|
can_comment: boolean;
|
|
3384
3391
|
comment_permission_status: number;
|
|
3385
3392
|
item_detail_entry: boolean;
|
|
@@ -3387,48 +3394,48 @@ type CommentPermissionInfo$2 = {
|
|
|
3387
3394
|
toast_guide: boolean;
|
|
3388
3395
|
[property: string]: any;
|
|
3389
3396
|
};
|
|
3390
|
-
type ComponentControl$
|
|
3397
|
+
type ComponentControl$3 = {
|
|
3391
3398
|
data_source_url: string;
|
|
3392
3399
|
[property: string]: any;
|
|
3393
3400
|
};
|
|
3394
|
-
type DistributeCircle$
|
|
3401
|
+
type DistributeCircle$3 = {
|
|
3395
3402
|
campus_block_interaction: boolean;
|
|
3396
3403
|
distribute_type: number;
|
|
3397
3404
|
is_campus: boolean;
|
|
3398
3405
|
[property: string]: any;
|
|
3399
3406
|
};
|
|
3400
|
-
type EntertainmentProductInfo$
|
|
3401
|
-
market_info: MarketInfo$
|
|
3407
|
+
type EntertainmentProductInfo$3 = {
|
|
3408
|
+
market_info: MarketInfo$3;
|
|
3402
3409
|
[property: string]: any;
|
|
3403
3410
|
};
|
|
3404
|
-
type MarketInfo$
|
|
3405
|
-
limit_free: LimitFree$
|
|
3411
|
+
type MarketInfo$3 = {
|
|
3412
|
+
limit_free: LimitFree$3;
|
|
3406
3413
|
[property: string]: any;
|
|
3407
3414
|
};
|
|
3408
|
-
type LimitFree$
|
|
3415
|
+
type LimitFree$3 = {
|
|
3409
3416
|
in_free: boolean;
|
|
3410
3417
|
[property: string]: any;
|
|
3411
3418
|
};
|
|
3412
|
-
type FallCardStruct$
|
|
3419
|
+
type FallCardStruct$2 = {
|
|
3413
3420
|
recommend_reason_v2: string;
|
|
3414
3421
|
[property: string]: any;
|
|
3415
3422
|
};
|
|
3416
|
-
type FeedCommentConfig$
|
|
3423
|
+
type FeedCommentConfig$3 = {
|
|
3417
3424
|
author_audit_status: number;
|
|
3418
3425
|
input_config_text: string;
|
|
3419
3426
|
[property: string]: any;
|
|
3420
3427
|
};
|
|
3421
|
-
type GameTagInfo$
|
|
3428
|
+
type GameTagInfo$3 = {
|
|
3422
3429
|
is_game: boolean;
|
|
3423
3430
|
[property: string]: any;
|
|
3424
3431
|
};
|
|
3425
|
-
type ImageAlbumMusicInfo$
|
|
3432
|
+
type ImageAlbumMusicInfo$3 = {
|
|
3426
3433
|
begin_time: number;
|
|
3427
3434
|
end_time: number;
|
|
3428
3435
|
volume: number;
|
|
3429
3436
|
[property: string]: any;
|
|
3430
3437
|
};
|
|
3431
|
-
type Image = {
|
|
3438
|
+
type Image$1 = {
|
|
3432
3439
|
clip_type: number;
|
|
3433
3440
|
download_url_list: string[];
|
|
3434
3441
|
height: number;
|
|
@@ -3553,7 +3560,7 @@ type PlayAddrLowbr = {
|
|
|
3553
3560
|
width: number;
|
|
3554
3561
|
[property: string]: any;
|
|
3555
3562
|
};
|
|
3556
|
-
type ImpressionData$
|
|
3563
|
+
type ImpressionData$3 = {
|
|
3557
3564
|
group_id_list_a: string[];
|
|
3558
3565
|
group_id_list_b: string[];
|
|
3559
3566
|
group_id_list_c: number[];
|
|
@@ -3561,13 +3568,13 @@ type ImpressionData$2 = {
|
|
|
3561
3568
|
similar_id_list_b: null;
|
|
3562
3569
|
[property: string]: any;
|
|
3563
3570
|
};
|
|
3564
|
-
type ItemWarnNotification$
|
|
3571
|
+
type ItemWarnNotification$3 = {
|
|
3565
3572
|
content: string;
|
|
3566
3573
|
show: boolean;
|
|
3567
3574
|
type: number;
|
|
3568
3575
|
[property: string]: any;
|
|
3569
3576
|
};
|
|
3570
|
-
type Music$
|
|
3577
|
+
type Music$3 = {
|
|
3571
3578
|
album: string;
|
|
3572
3579
|
artist_user_infos: null;
|
|
3573
3580
|
artists: string[];
|
|
@@ -3579,10 +3586,10 @@ type Music$2 = {
|
|
|
3579
3586
|
can_background_play: boolean;
|
|
3580
3587
|
collect_stat: number;
|
|
3581
3588
|
cover_color_hsv: CoverColorHsv;
|
|
3582
|
-
cover_hd: Coverhd$
|
|
3583
|
-
cover_large: CoverLarge$
|
|
3589
|
+
cover_hd: Coverhd$3;
|
|
3590
|
+
cover_large: CoverLarge$3;
|
|
3584
3591
|
cover_medium: CoverMedium$1;
|
|
3585
|
-
cover_thumb: CoverThumb$
|
|
3592
|
+
cover_thumb: CoverThumb$3;
|
|
3586
3593
|
dmv_auto_show: boolean;
|
|
3587
3594
|
dsp_status: number;
|
|
3588
3595
|
duration: number;
|
|
@@ -3612,7 +3619,7 @@ type Music$2 = {
|
|
|
3612
3619
|
owner_handle: string;
|
|
3613
3620
|
owner_nickname: string;
|
|
3614
3621
|
pgc_music_type: number;
|
|
3615
|
-
play_url: Playurl$
|
|
3622
|
+
play_url: Playurl$3;
|
|
3616
3623
|
position: null;
|
|
3617
3624
|
prevent_download: boolean;
|
|
3618
3625
|
prevent_item_download_status: number;
|
|
@@ -3621,9 +3628,9 @@ type Music$2 = {
|
|
|
3621
3628
|
reason_type: number;
|
|
3622
3629
|
redirect: boolean;
|
|
3623
3630
|
schema_url: string;
|
|
3624
|
-
search_impr: SearchImpr$
|
|
3631
|
+
search_impr: SearchImpr$3;
|
|
3625
3632
|
shoot_duration: number;
|
|
3626
|
-
song: Song$
|
|
3633
|
+
song: Song$2;
|
|
3627
3634
|
source_platform: number;
|
|
3628
3635
|
start_time: number;
|
|
3629
3636
|
status: number;
|
|
@@ -3641,14 +3648,14 @@ type CoverColorHsv = {
|
|
|
3641
3648
|
v: number;
|
|
3642
3649
|
[property: string]: any;
|
|
3643
3650
|
};
|
|
3644
|
-
type Coverhd$
|
|
3651
|
+
type Coverhd$3 = {
|
|
3645
3652
|
height: number;
|
|
3646
3653
|
uri: string;
|
|
3647
3654
|
url_list: string[];
|
|
3648
3655
|
width: number;
|
|
3649
3656
|
[property: string]: any;
|
|
3650
3657
|
};
|
|
3651
|
-
type CoverLarge$
|
|
3658
|
+
type CoverLarge$3 = {
|
|
3652
3659
|
height: number;
|
|
3653
3660
|
uri: string;
|
|
3654
3661
|
url_list: string[];
|
|
@@ -3662,14 +3669,14 @@ type CoverMedium$1 = {
|
|
|
3662
3669
|
width: number;
|
|
3663
3670
|
[property: string]: any;
|
|
3664
3671
|
};
|
|
3665
|
-
type CoverThumb$
|
|
3672
|
+
type CoverThumb$3 = {
|
|
3666
3673
|
height: number;
|
|
3667
3674
|
uri: string;
|
|
3668
3675
|
url_list: string[];
|
|
3669
3676
|
width: number;
|
|
3670
3677
|
[property: string]: any;
|
|
3671
3678
|
};
|
|
3672
|
-
type Playurl$
|
|
3679
|
+
type Playurl$3 = {
|
|
3673
3680
|
height: number;
|
|
3674
3681
|
uri: string;
|
|
3675
3682
|
url_key: string;
|
|
@@ -3677,11 +3684,11 @@ type Playurl$2 = {
|
|
|
3677
3684
|
width: number;
|
|
3678
3685
|
[property: string]: any;
|
|
3679
3686
|
};
|
|
3680
|
-
type SearchImpr$
|
|
3687
|
+
type SearchImpr$3 = {
|
|
3681
3688
|
entity_id: string;
|
|
3682
3689
|
[property: string]: any;
|
|
3683
3690
|
};
|
|
3684
|
-
type Song$
|
|
3691
|
+
type Song$2 = {
|
|
3685
3692
|
artists: null;
|
|
3686
3693
|
chorus: Chorus;
|
|
3687
3694
|
id: number;
|
|
@@ -3701,20 +3708,20 @@ type StrongBeaturl$2 = {
|
|
|
3701
3708
|
width: number;
|
|
3702
3709
|
[property: string]: any;
|
|
3703
3710
|
};
|
|
3704
|
-
type PhotoSearchEntrance$
|
|
3711
|
+
type PhotoSearchEntrance$3 = {
|
|
3705
3712
|
ecom_type: number;
|
|
3706
3713
|
[property: string]: any;
|
|
3707
3714
|
};
|
|
3708
|
-
type PlayProgress$
|
|
3715
|
+
type PlayProgress$3 = {
|
|
3709
3716
|
last_modified_time: number;
|
|
3710
3717
|
play_progress: number;
|
|
3711
3718
|
[property: string]: any;
|
|
3712
3719
|
};
|
|
3713
|
-
type PublishPlusAlienation$
|
|
3720
|
+
type PublishPlusAlienation$3 = {
|
|
3714
3721
|
alienation_type: number;
|
|
3715
3722
|
[property: string]: any;
|
|
3716
3723
|
};
|
|
3717
|
-
type RiskInfos$
|
|
3724
|
+
type RiskInfos$3 = {
|
|
3718
3725
|
content: string;
|
|
3719
3726
|
risk_sink: boolean;
|
|
3720
3727
|
type: number;
|
|
@@ -3726,19 +3733,19 @@ type SeoInfo = {
|
|
|
3726
3733
|
ocr_content: string;
|
|
3727
3734
|
[property: string]: any;
|
|
3728
3735
|
};
|
|
3729
|
-
type SeriesPaidInfo$
|
|
3736
|
+
type SeriesPaidInfo$3 = {
|
|
3730
3737
|
item_price: number;
|
|
3731
3738
|
series_paid_status: number;
|
|
3732
3739
|
[property: string]: any;
|
|
3733
3740
|
};
|
|
3734
|
-
type AwemeDetailShareInfo$
|
|
3741
|
+
type AwemeDetailShareInfo$2 = {
|
|
3735
3742
|
share_desc: string;
|
|
3736
3743
|
share_desc_info: string;
|
|
3737
3744
|
share_link_desc: string;
|
|
3738
3745
|
share_url: string;
|
|
3739
3746
|
[property: string]: any;
|
|
3740
3747
|
};
|
|
3741
|
-
type Statistics$
|
|
3748
|
+
type Statistics$3 = {
|
|
3742
3749
|
admire_count: number;
|
|
3743
3750
|
aweme_id: string;
|
|
3744
3751
|
collect_count: number;
|
|
@@ -3748,7 +3755,7 @@ type Statistics$2 = {
|
|
|
3748
3755
|
share_count: number;
|
|
3749
3756
|
[property: string]: any;
|
|
3750
3757
|
};
|
|
3751
|
-
type Status$
|
|
3758
|
+
type Status$3 = {
|
|
3752
3759
|
allow_share: boolean;
|
|
3753
3760
|
aweme_id: string;
|
|
3754
3761
|
in_reviewing: boolean;
|
|
@@ -3757,31 +3764,31 @@ type Status$2 = {
|
|
|
3757
3764
|
listen_video_status: number;
|
|
3758
3765
|
part_see: number;
|
|
3759
3766
|
private_status: number;
|
|
3760
|
-
review_result: ReviewResult$
|
|
3767
|
+
review_result: ReviewResult$3;
|
|
3761
3768
|
[property: string]: any;
|
|
3762
3769
|
};
|
|
3763
|
-
type ReviewResult$
|
|
3770
|
+
type ReviewResult$3 = {
|
|
3764
3771
|
review_status: number;
|
|
3765
3772
|
[property: string]: any;
|
|
3766
3773
|
};
|
|
3767
|
-
type SuggestWords$
|
|
3768
|
-
suggest_words: SuggestWord$
|
|
3774
|
+
type SuggestWords$3 = {
|
|
3775
|
+
suggest_words: SuggestWord$3[];
|
|
3769
3776
|
[property: string]: any;
|
|
3770
3777
|
};
|
|
3771
|
-
type SuggestWord$
|
|
3778
|
+
type SuggestWord$3 = {
|
|
3772
3779
|
hint_text?: string;
|
|
3773
3780
|
icon_url?: string;
|
|
3774
3781
|
scene?: string;
|
|
3775
|
-
words?: Word$
|
|
3782
|
+
words?: Word$4[];
|
|
3776
3783
|
[property: string]: any;
|
|
3777
3784
|
};
|
|
3778
|
-
type Word$
|
|
3785
|
+
type Word$4 = {
|
|
3779
3786
|
info?: string;
|
|
3780
3787
|
word?: string;
|
|
3781
3788
|
word_id?: string;
|
|
3782
3789
|
[property: string]: any;
|
|
3783
3790
|
};
|
|
3784
|
-
type TextExtra$
|
|
3791
|
+
type TextExtra$2 = {
|
|
3785
3792
|
caption_end: number;
|
|
3786
3793
|
caption_start: number;
|
|
3787
3794
|
end: number;
|
|
@@ -3832,7 +3839,7 @@ type FluffyPlayAddr = {
|
|
|
3832
3839
|
width: number;
|
|
3833
3840
|
[property: string]: any;
|
|
3834
3841
|
};
|
|
3835
|
-
type VideoControl$
|
|
3842
|
+
type VideoControl$3 = {
|
|
3836
3843
|
allow_douplus: boolean;
|
|
3837
3844
|
allow_download: boolean;
|
|
3838
3845
|
allow_duet: boolean;
|
|
@@ -3844,10 +3851,10 @@ type VideoControl$2 = {
|
|
|
3844
3851
|
allow_stitch: boolean;
|
|
3845
3852
|
disable_record_reason: string;
|
|
3846
3853
|
download_ignore_visibility: boolean;
|
|
3847
|
-
download_info: DownloadInfo$
|
|
3854
|
+
download_info: DownloadInfo$3;
|
|
3848
3855
|
draft_progress_bar: number;
|
|
3849
3856
|
duet_ignore_visibility: boolean;
|
|
3850
|
-
duet_info: DuetInfo$
|
|
3857
|
+
duet_info: DuetInfo$3;
|
|
3851
3858
|
prevent_download_type: number;
|
|
3852
3859
|
share_grayed: boolean;
|
|
3853
3860
|
share_ignore_visibility: boolean;
|
|
@@ -3859,48 +3866,48 @@ type VideoControl$2 = {
|
|
|
3859
3866
|
timer_status: number;
|
|
3860
3867
|
[property: string]: any;
|
|
3861
3868
|
};
|
|
3862
|
-
type DownloadInfo$
|
|
3863
|
-
fail_info: DownloadInfoFailInfo;
|
|
3869
|
+
type DownloadInfo$3 = {
|
|
3870
|
+
fail_info: DownloadInfoFailInfo$1;
|
|
3864
3871
|
level: number;
|
|
3865
3872
|
[property: string]: any;
|
|
3866
3873
|
};
|
|
3867
|
-
type DownloadInfoFailInfo = {
|
|
3874
|
+
type DownloadInfoFailInfo$1 = {
|
|
3868
3875
|
code: number;
|
|
3869
3876
|
msg: string;
|
|
3870
3877
|
reason: string;
|
|
3871
3878
|
[property: string]: any;
|
|
3872
3879
|
};
|
|
3873
|
-
type DuetInfo$
|
|
3874
|
-
fail_info: DuetInfoFailInfo;
|
|
3880
|
+
type DuetInfo$3 = {
|
|
3881
|
+
fail_info: DuetInfoFailInfo$1;
|
|
3875
3882
|
level: number;
|
|
3876
3883
|
[property: string]: any;
|
|
3877
3884
|
};
|
|
3878
|
-
type DuetInfoFailInfo = {
|
|
3885
|
+
type DuetInfoFailInfo$1 = {
|
|
3879
3886
|
code: number;
|
|
3880
3887
|
reason: string;
|
|
3881
3888
|
[property: string]: any;
|
|
3882
3889
|
};
|
|
3883
|
-
type VideoTag$
|
|
3890
|
+
type VideoTag$3 = {
|
|
3884
3891
|
level: number;
|
|
3885
3892
|
tag_id: number;
|
|
3886
3893
|
tag_name: string;
|
|
3887
3894
|
[property: string]: any;
|
|
3888
3895
|
};
|
|
3889
|
-
type VisualSearchInfo$
|
|
3896
|
+
type VisualSearchInfo$3 = {
|
|
3890
3897
|
is_ecom_img: boolean;
|
|
3891
3898
|
is_high_accuracy_ecom: boolean;
|
|
3892
3899
|
is_high_recall_ecom: boolean;
|
|
3893
3900
|
is_show_img_entrance: boolean;
|
|
3894
3901
|
[property: string]: any;
|
|
3895
3902
|
};
|
|
3896
|
-
type XiguaBaseInfo$
|
|
3903
|
+
type XiguaBaseInfo$3 = {
|
|
3897
3904
|
item_id: number;
|
|
3898
3905
|
star_altar_order_id: number;
|
|
3899
3906
|
star_altar_type: number;
|
|
3900
3907
|
status: number;
|
|
3901
3908
|
[property: string]: any;
|
|
3902
3909
|
};
|
|
3903
|
-
type LogPb$
|
|
3910
|
+
type LogPb$5 = {
|
|
3904
3911
|
impr_id: string;
|
|
3905
3912
|
[property: string]: any;
|
|
3906
3913
|
};
|
|
@@ -3923,7 +3930,7 @@ type Datum$1 = {
|
|
|
3923
3930
|
params?: DatumParams;
|
|
3924
3931
|
source?: string;
|
|
3925
3932
|
type?: string;
|
|
3926
|
-
words?: Word$
|
|
3933
|
+
words?: Word$3[];
|
|
3927
3934
|
[property: string]: any;
|
|
3928
3935
|
};
|
|
3929
3936
|
type DatumParams = {
|
|
@@ -3941,7 +3948,7 @@ type PurpleExtraInfo = {
|
|
|
3941
3948
|
src_group_id: string;
|
|
3942
3949
|
[property: string]: any;
|
|
3943
3950
|
};
|
|
3944
|
-
type Word$
|
|
3951
|
+
type Word$3 = {
|
|
3945
3952
|
id: string;
|
|
3946
3953
|
params: WordParams;
|
|
3947
3954
|
word: string;
|
|
@@ -3975,7 +3982,7 @@ type TimeCost = {
|
|
|
3975
3982
|
|
|
3976
3983
|
type DyUserInfo = {
|
|
3977
3984
|
extra: Extra$1;
|
|
3978
|
-
log_pb: LogPb$
|
|
3985
|
+
log_pb: LogPb$4;
|
|
3979
3986
|
status_code: number;
|
|
3980
3987
|
status_msg: null;
|
|
3981
3988
|
user: User$1;
|
|
@@ -3987,7 +3994,7 @@ type Extra$1 = {
|
|
|
3987
3994
|
now: number;
|
|
3988
3995
|
[property: string]: any;
|
|
3989
3996
|
};
|
|
3990
|
-
type LogPb$
|
|
3997
|
+
type LogPb$4 = {
|
|
3991
3998
|
impr_id: string;
|
|
3992
3999
|
[property: string]: any;
|
|
3993
4000
|
};
|
|
@@ -3997,7 +4004,7 @@ type User$1 = {
|
|
|
3997
4004
|
avatar_168x168: Avatar168X168;
|
|
3998
4005
|
avatar_300x300: Avatar300X300;
|
|
3999
4006
|
avatar_larger: AvatarLarger;
|
|
4000
|
-
avatar_medium: AvatarMedium$
|
|
4007
|
+
avatar_medium: AvatarMedium$3;
|
|
4001
4008
|
avatar_thumb: AvatarThumb;
|
|
4002
4009
|
aweme_count: number;
|
|
4003
4010
|
aweme_count_correction_threshold: number;
|
|
@@ -4146,7 +4153,7 @@ type AvatarLarger = {
|
|
|
4146
4153
|
width: number;
|
|
4147
4154
|
[property: string]: any;
|
|
4148
4155
|
};
|
|
4149
|
-
type AvatarMedium$
|
|
4156
|
+
type AvatarMedium$3 = {
|
|
4150
4157
|
height: number;
|
|
4151
4158
|
uri: string;
|
|
4152
4159
|
url_list: string[];
|
|
@@ -4250,7 +4257,7 @@ type ShareInfo = {
|
|
|
4250
4257
|
life_share_ext: string;
|
|
4251
4258
|
share_desc: string;
|
|
4252
4259
|
share_image_url: ShareImageurl;
|
|
4253
|
-
share_qrcode_url: ShareQrcodeurl$
|
|
4260
|
+
share_qrcode_url: ShareQrcodeurl$3;
|
|
4254
4261
|
share_title: string;
|
|
4255
4262
|
share_url: string;
|
|
4256
4263
|
share_weibo_desc: string;
|
|
@@ -4261,7 +4268,7 @@ type ShareImageurl = {
|
|
|
4261
4268
|
url_list: string[];
|
|
4262
4269
|
[property: string]: any;
|
|
4263
4270
|
};
|
|
4264
|
-
type ShareQrcodeurl$
|
|
4271
|
+
type ShareQrcodeurl$3 = {
|
|
4265
4272
|
uri: string;
|
|
4266
4273
|
url_list: string[];
|
|
4267
4274
|
[property: string]: any;
|
|
@@ -6385,7 +6392,7 @@ type UserLiveVideosExtra = {
|
|
|
6385
6392
|
type DyUserPostVideos = {
|
|
6386
6393
|
aweme_list: AwemeList[];
|
|
6387
6394
|
has_more: number;
|
|
6388
|
-
log_pb: LogPb$
|
|
6395
|
+
log_pb: LogPb$3;
|
|
6389
6396
|
max_cursor: number;
|
|
6390
6397
|
min_cursor: number;
|
|
6391
6398
|
post_serial: number;
|
|
@@ -6401,12 +6408,12 @@ type AwemeList = {
|
|
|
6401
6408
|
anchor_info: AnchorInfo;
|
|
6402
6409
|
anchors: null;
|
|
6403
6410
|
authentication_token: string;
|
|
6404
|
-
author: Author$
|
|
6411
|
+
author: Author$3;
|
|
6405
6412
|
author_mask_tag: number;
|
|
6406
6413
|
author_user_id: number;
|
|
6407
|
-
aweme_control: AwemeControl$
|
|
6414
|
+
aweme_control: AwemeControl$2;
|
|
6408
6415
|
aweme_id: string;
|
|
6409
|
-
aweme_listen_struct: AwemeListenStruct$
|
|
6416
|
+
aweme_listen_struct: AwemeListenStruct$2;
|
|
6410
6417
|
aweme_type: number;
|
|
6411
6418
|
aweme_type_tags: string;
|
|
6412
6419
|
boost_status: number;
|
|
@@ -6419,9 +6426,9 @@ type AwemeList = {
|
|
|
6419
6426
|
collection_corner_mark: number;
|
|
6420
6427
|
comment_gid: number;
|
|
6421
6428
|
comment_list: null;
|
|
6422
|
-
comment_permission_info: CommentPermissionInfo$
|
|
6429
|
+
comment_permission_info: CommentPermissionInfo$2;
|
|
6423
6430
|
commerce_config_data: null;
|
|
6424
|
-
component_control: ComponentControl$
|
|
6431
|
+
component_control: ComponentControl$2;
|
|
6425
6432
|
component_info_v2: string;
|
|
6426
6433
|
cooperation_info?: CooperationInfo;
|
|
6427
6434
|
cover_labels: null;
|
|
@@ -6432,18 +6439,18 @@ type AwemeList = {
|
|
|
6432
6439
|
disable_relation_bar: number;
|
|
6433
6440
|
dislike_dimension_list: null;
|
|
6434
6441
|
dislike_dimension_list_v2: null;
|
|
6435
|
-
distribute_circle: DistributeCircle$
|
|
6442
|
+
distribute_circle: DistributeCircle$2;
|
|
6436
6443
|
duet_aggregate_in_music_tab: boolean;
|
|
6437
6444
|
duration: number;
|
|
6438
6445
|
enable_comment_sticker_rec: boolean;
|
|
6439
|
-
entertainment_product_info: EntertainmentProductInfo$
|
|
6440
|
-
feed_comment_config: FeedCommentConfig$
|
|
6446
|
+
entertainment_product_info: EntertainmentProductInfo$2;
|
|
6447
|
+
feed_comment_config: FeedCommentConfig$2;
|
|
6441
6448
|
flash_mob_trends: number;
|
|
6442
6449
|
friend_interaction: number;
|
|
6443
6450
|
friend_recommend_info: {
|
|
6444
6451
|
[key: string]: any;
|
|
6445
6452
|
};
|
|
6446
|
-
game_tag_info: GameTagInfo$
|
|
6453
|
+
game_tag_info: GameTagInfo$2;
|
|
6447
6454
|
geofencing: string[];
|
|
6448
6455
|
geofencing_regions: null;
|
|
6449
6456
|
group_id: string;
|
|
@@ -6451,7 +6458,7 @@ type AwemeList = {
|
|
|
6451
6458
|
horizontal_type: number;
|
|
6452
6459
|
hot_list: HotList;
|
|
6453
6460
|
hybrid_label: null;
|
|
6454
|
-
image_album_music_info: ImageAlbumMusicInfo$
|
|
6461
|
+
image_album_music_info: ImageAlbumMusicInfo$2;
|
|
6455
6462
|
image_comment: {
|
|
6456
6463
|
[key: string]: any;
|
|
6457
6464
|
};
|
|
@@ -6460,7 +6467,7 @@ type AwemeList = {
|
|
|
6460
6467
|
image_list: null;
|
|
6461
6468
|
images: null;
|
|
6462
6469
|
img_bitrate: null;
|
|
6463
|
-
impression_data: ImpressionData$
|
|
6470
|
+
impression_data: ImpressionData$2;
|
|
6464
6471
|
interaction_stickers: null;
|
|
6465
6472
|
is_24_story: number;
|
|
6466
6473
|
is_ads: boolean;
|
|
@@ -6473,14 +6480,14 @@ type AwemeList = {
|
|
|
6473
6480
|
is_top: number;
|
|
6474
6481
|
is_use_music: boolean;
|
|
6475
6482
|
item_title: string;
|
|
6476
|
-
item_warn_notification: ItemWarnNotification$
|
|
6483
|
+
item_warn_notification: ItemWarnNotification$2;
|
|
6477
6484
|
jump_tab_info_list: null;
|
|
6478
6485
|
label_top_text: null;
|
|
6479
6486
|
libfinsert_task_id: string;
|
|
6480
6487
|
long_video: null;
|
|
6481
6488
|
mark_largely_following: boolean;
|
|
6482
6489
|
media_type: number;
|
|
6483
|
-
music: Music$
|
|
6490
|
+
music: Music$2;
|
|
6484
6491
|
mv_info: null;
|
|
6485
6492
|
nickname_position: null;
|
|
6486
6493
|
origin_comment_ids: null;
|
|
@@ -6491,19 +6498,19 @@ type AwemeList = {
|
|
|
6491
6498
|
original_images: null;
|
|
6492
6499
|
packed_clips: null;
|
|
6493
6500
|
personal_page_botton_diagnose_style: number;
|
|
6494
|
-
photo_search_entrance: PhotoSearchEntrance$
|
|
6495
|
-
play_progress: PlayProgress$
|
|
6501
|
+
photo_search_entrance: PhotoSearchEntrance$2;
|
|
6502
|
+
play_progress: PlayProgress$2;
|
|
6496
6503
|
position: null;
|
|
6497
6504
|
prevent_download: boolean;
|
|
6498
6505
|
promotions: string[];
|
|
6499
|
-
publish_plus_alienation: PublishPlusAlienation$
|
|
6506
|
+
publish_plus_alienation: PublishPlusAlienation$2;
|
|
6500
6507
|
ref_tts_id_list: null;
|
|
6501
6508
|
ref_voice_modify_id_list: null;
|
|
6502
6509
|
region: string;
|
|
6503
6510
|
relation_labels: null;
|
|
6504
6511
|
reply_smart_emojis: null;
|
|
6505
|
-
risk_infos: RiskInfos$
|
|
6506
|
-
series_paid_info: SeriesPaidInfo$
|
|
6512
|
+
risk_infos: RiskInfos$2;
|
|
6513
|
+
series_paid_info: SeriesPaidInfo$2;
|
|
6507
6514
|
share_info: AwemeListShareInfo;
|
|
6508
6515
|
share_url: string;
|
|
6509
6516
|
shoot_way: string;
|
|
@@ -6514,29 +6521,29 @@ type AwemeList = {
|
|
|
6514
6521
|
social_tag_list: null;
|
|
6515
6522
|
standard_bar_info_list: null;
|
|
6516
6523
|
star_atlas_info: StarAtlasInfo;
|
|
6517
|
-
statistics: Statistics$
|
|
6518
|
-
status: Status$
|
|
6519
|
-
suggest_words: SuggestWords$
|
|
6520
|
-
text_extra: TextExtra[];
|
|
6524
|
+
statistics: Statistics$2;
|
|
6525
|
+
status: Status$2;
|
|
6526
|
+
suggest_words: SuggestWords$2;
|
|
6527
|
+
text_extra: TextExtra$1[];
|
|
6521
6528
|
trends_infos: null;
|
|
6522
6529
|
tts_id_list: null;
|
|
6523
6530
|
uniqid_position: null;
|
|
6524
6531
|
user_digged: number;
|
|
6525
6532
|
user_recommend_status: number;
|
|
6526
|
-
video: Video$
|
|
6527
|
-
video_control: VideoControl$
|
|
6533
|
+
video: Video$4;
|
|
6534
|
+
video_control: VideoControl$2;
|
|
6528
6535
|
video_game_data_channel_config: {
|
|
6529
6536
|
[key: string]: any;
|
|
6530
6537
|
};
|
|
6531
6538
|
video_labels: null;
|
|
6532
6539
|
video_reply_info?: VideoReplyInfo;
|
|
6533
6540
|
video_share_edit_status: number;
|
|
6534
|
-
video_tag: VideoTag$
|
|
6541
|
+
video_tag: VideoTag$2[];
|
|
6535
6542
|
video_text: null;
|
|
6536
|
-
visual_search_info: VisualSearchInfo$
|
|
6543
|
+
visual_search_info: VisualSearchInfo$2;
|
|
6537
6544
|
voice_modify_id_list: null;
|
|
6538
6545
|
vtag_search: VtagSearch$1;
|
|
6539
|
-
xigua_base_info: XiguaBaseInfo$
|
|
6546
|
+
xigua_base_info: XiguaBaseInfo$2;
|
|
6540
6547
|
yumme_recreason: null;
|
|
6541
6548
|
[property: string]: any;
|
|
6542
6549
|
};
|
|
@@ -6569,10 +6576,10 @@ type StyleInfo = {
|
|
|
6569
6576
|
scene_icon: string;
|
|
6570
6577
|
[property: string]: any;
|
|
6571
6578
|
};
|
|
6572
|
-
type Author$
|
|
6579
|
+
type Author$3 = {
|
|
6573
6580
|
account_cert_info: string;
|
|
6574
6581
|
avatar_schema_list: null;
|
|
6575
|
-
avatar_thumb: AuthorAvatarThumb$
|
|
6582
|
+
avatar_thumb: AuthorAvatarThumb$2;
|
|
6576
6583
|
ban_user_functions: null;
|
|
6577
6584
|
batch_unfollow_contain_tabs: null;
|
|
6578
6585
|
batch_unfollow_relation_desc: null;
|
|
@@ -6582,7 +6589,7 @@ type Author$2 = {
|
|
|
6582
6589
|
card_sort_priority: null;
|
|
6583
6590
|
cf_list: null;
|
|
6584
6591
|
contrail_list: null;
|
|
6585
|
-
cover_url: Coverurl$
|
|
6592
|
+
cover_url: Coverurl$2[];
|
|
6586
6593
|
creator_tag_list: null;
|
|
6587
6594
|
custom_verify: string;
|
|
6588
6595
|
data_label_list: null;
|
|
@@ -6609,7 +6616,7 @@ type Author$2 = {
|
|
|
6609
6616
|
profile_mob_params: null;
|
|
6610
6617
|
risk_notice_text: string;
|
|
6611
6618
|
sec_uid: string;
|
|
6612
|
-
share_info: AuthorShareInfo$
|
|
6619
|
+
share_info: AuthorShareInfo$2;
|
|
6613
6620
|
signature_extra: null;
|
|
6614
6621
|
special_people_labels: null;
|
|
6615
6622
|
text_extra: null;
|
|
@@ -6620,24 +6627,24 @@ type Author$2 = {
|
|
|
6620
6627
|
white_cover_url: null;
|
|
6621
6628
|
[property: string]: any;
|
|
6622
6629
|
};
|
|
6623
|
-
type AuthorAvatarThumb$
|
|
6630
|
+
type AuthorAvatarThumb$2 = {
|
|
6624
6631
|
height: number;
|
|
6625
6632
|
uri: string;
|
|
6626
6633
|
url_list: string[];
|
|
6627
6634
|
width: number;
|
|
6628
6635
|
[property: string]: any;
|
|
6629
6636
|
};
|
|
6630
|
-
type Coverurl$
|
|
6637
|
+
type Coverurl$2 = {
|
|
6631
6638
|
height: number;
|
|
6632
6639
|
uri: string;
|
|
6633
6640
|
url_list: string[];
|
|
6634
6641
|
width: number;
|
|
6635
6642
|
[property: string]: any;
|
|
6636
6643
|
};
|
|
6637
|
-
type AuthorShareInfo$
|
|
6644
|
+
type AuthorShareInfo$2 = {
|
|
6638
6645
|
share_desc: string;
|
|
6639
6646
|
share_desc_info: string;
|
|
6640
|
-
share_qrcode_url: ShareQrcodeurl$
|
|
6647
|
+
share_qrcode_url: ShareQrcodeurl$2;
|
|
6641
6648
|
share_title: string;
|
|
6642
6649
|
share_title_myself: string;
|
|
6643
6650
|
share_title_other: string;
|
|
@@ -6645,25 +6652,25 @@ type AuthorShareInfo$1 = {
|
|
|
6645
6652
|
share_weibo_desc: string;
|
|
6646
6653
|
[property: string]: any;
|
|
6647
6654
|
};
|
|
6648
|
-
type ShareQrcodeurl$
|
|
6655
|
+
type ShareQrcodeurl$2 = {
|
|
6649
6656
|
height: number;
|
|
6650
6657
|
uri: string;
|
|
6651
6658
|
url_list: string[];
|
|
6652
6659
|
width: number;
|
|
6653
6660
|
[property: string]: any;
|
|
6654
6661
|
};
|
|
6655
|
-
type AwemeControl$
|
|
6662
|
+
type AwemeControl$2 = {
|
|
6656
6663
|
can_comment: boolean;
|
|
6657
6664
|
can_forward: boolean;
|
|
6658
6665
|
can_share: boolean;
|
|
6659
6666
|
can_show_comment: boolean;
|
|
6660
6667
|
[property: string]: any;
|
|
6661
6668
|
};
|
|
6662
|
-
type AwemeListenStruct$
|
|
6669
|
+
type AwemeListenStruct$2 = {
|
|
6663
6670
|
trace_info: string;
|
|
6664
6671
|
[property: string]: any;
|
|
6665
6672
|
};
|
|
6666
|
-
type CommentPermissionInfo$
|
|
6673
|
+
type CommentPermissionInfo$2 = {
|
|
6667
6674
|
can_comment: boolean;
|
|
6668
6675
|
comment_permission_status: number;
|
|
6669
6676
|
item_detail_entry: boolean;
|
|
@@ -6671,7 +6678,7 @@ type CommentPermissionInfo$1 = {
|
|
|
6671
6678
|
toast_guide: boolean;
|
|
6672
6679
|
[property: string]: any;
|
|
6673
6680
|
};
|
|
6674
|
-
type ComponentControl$
|
|
6681
|
+
type ComponentControl$2 = {
|
|
6675
6682
|
data_source_url: string;
|
|
6676
6683
|
[property: string]: any;
|
|
6677
6684
|
};
|
|
@@ -6725,32 +6732,32 @@ type Activity$2 = {
|
|
|
6725
6732
|
type: number;
|
|
6726
6733
|
[property: string]: any;
|
|
6727
6734
|
};
|
|
6728
|
-
type DistributeCircle$
|
|
6735
|
+
type DistributeCircle$2 = {
|
|
6729
6736
|
campus_block_interaction: boolean;
|
|
6730
6737
|
distribute_type: number;
|
|
6731
6738
|
is_campus: boolean;
|
|
6732
6739
|
[property: string]: any;
|
|
6733
6740
|
};
|
|
6734
|
-
type EntertainmentProductInfo$
|
|
6735
|
-
market_info: MarketInfo$
|
|
6741
|
+
type EntertainmentProductInfo$2 = {
|
|
6742
|
+
market_info: MarketInfo$2;
|
|
6736
6743
|
sub_title: null;
|
|
6737
6744
|
[property: string]: any;
|
|
6738
6745
|
};
|
|
6739
|
-
type MarketInfo$
|
|
6740
|
-
limit_free: LimitFree$
|
|
6746
|
+
type MarketInfo$2 = {
|
|
6747
|
+
limit_free: LimitFree$2;
|
|
6741
6748
|
marketing_tag: null;
|
|
6742
6749
|
[property: string]: any;
|
|
6743
6750
|
};
|
|
6744
|
-
type LimitFree$
|
|
6751
|
+
type LimitFree$2 = {
|
|
6745
6752
|
in_free: boolean;
|
|
6746
6753
|
[property: string]: any;
|
|
6747
6754
|
};
|
|
6748
|
-
type FeedCommentConfig$
|
|
6755
|
+
type FeedCommentConfig$2 = {
|
|
6749
6756
|
author_audit_status: number;
|
|
6750
6757
|
input_config_text: string;
|
|
6751
6758
|
[property: string]: any;
|
|
6752
6759
|
};
|
|
6753
|
-
type GameTagInfo$
|
|
6760
|
+
type GameTagInfo$2 = {
|
|
6754
6761
|
is_game: boolean;
|
|
6755
6762
|
[property: string]: any;
|
|
6756
6763
|
};
|
|
@@ -6772,13 +6779,13 @@ type HotList = {
|
|
|
6772
6779
|
view_count: number;
|
|
6773
6780
|
[property: string]: any;
|
|
6774
6781
|
};
|
|
6775
|
-
type ImageAlbumMusicInfo$
|
|
6782
|
+
type ImageAlbumMusicInfo$2 = {
|
|
6776
6783
|
begin_time: number;
|
|
6777
6784
|
end_time: number;
|
|
6778
6785
|
volume: number;
|
|
6779
6786
|
[property: string]: any;
|
|
6780
6787
|
};
|
|
6781
|
-
type ImpressionData$
|
|
6788
|
+
type ImpressionData$2 = {
|
|
6782
6789
|
group_id_list_a: string[];
|
|
6783
6790
|
group_id_list_b: string[];
|
|
6784
6791
|
group_id_list_c: string[];
|
|
@@ -6786,13 +6793,13 @@ type ImpressionData$1 = {
|
|
|
6786
6793
|
similar_id_list_b: number[] | null;
|
|
6787
6794
|
[property: string]: any;
|
|
6788
6795
|
};
|
|
6789
|
-
type ItemWarnNotification$
|
|
6796
|
+
type ItemWarnNotification$2 = {
|
|
6790
6797
|
content: string;
|
|
6791
6798
|
show: boolean;
|
|
6792
6799
|
type: number;
|
|
6793
6800
|
[property: string]: any;
|
|
6794
6801
|
};
|
|
6795
|
-
type Music$
|
|
6802
|
+
type Music$2 = {
|
|
6796
6803
|
album: string;
|
|
6797
6804
|
artist_user_infos: null;
|
|
6798
6805
|
artists: string[];
|
|
@@ -6801,16 +6808,16 @@ type Music$1 = {
|
|
|
6801
6808
|
author_deleted: boolean;
|
|
6802
6809
|
author_position: null;
|
|
6803
6810
|
author_status: number;
|
|
6804
|
-
avatar_large: AvatarLarge$
|
|
6805
|
-
avatar_medium: AvatarMedium$
|
|
6806
|
-
avatar_thumb: MusicAvatarThumb$
|
|
6811
|
+
avatar_large: AvatarLarge$2;
|
|
6812
|
+
avatar_medium: AvatarMedium$2;
|
|
6813
|
+
avatar_thumb: MusicAvatarThumb$2;
|
|
6807
6814
|
binded_challenge_id: number;
|
|
6808
6815
|
can_background_play: boolean;
|
|
6809
6816
|
collect_stat: number;
|
|
6810
|
-
cover_hd: Coverhd$
|
|
6811
|
-
cover_large: CoverLarge$
|
|
6812
|
-
cover_medium: MusicCoverMedium;
|
|
6813
|
-
cover_thumb: CoverThumb$
|
|
6817
|
+
cover_hd: Coverhd$2;
|
|
6818
|
+
cover_large: CoverLarge$2;
|
|
6819
|
+
cover_medium: MusicCoverMedium$1;
|
|
6820
|
+
cover_thumb: CoverThumb$2;
|
|
6814
6821
|
dmv_auto_show: boolean;
|
|
6815
6822
|
dsp_status: number;
|
|
6816
6823
|
duration: number;
|
|
@@ -6829,7 +6836,7 @@ type Music$1 = {
|
|
|
6829
6836
|
is_restricted: boolean;
|
|
6830
6837
|
is_video_self_see: boolean;
|
|
6831
6838
|
lyric_short_position: null;
|
|
6832
|
-
matched_pgc_sound?: MatchedPgcSound;
|
|
6839
|
+
matched_pgc_sound?: MatchedPgcSound$1;
|
|
6833
6840
|
mid: string;
|
|
6834
6841
|
music_chart_ranks: null;
|
|
6835
6842
|
music_collect_count: number;
|
|
@@ -6842,7 +6849,7 @@ type Music$1 = {
|
|
|
6842
6849
|
owner_id: string;
|
|
6843
6850
|
owner_nickname: string;
|
|
6844
6851
|
pgc_music_type: number;
|
|
6845
|
-
play_url: Playurl$
|
|
6852
|
+
play_url: Playurl$2;
|
|
6846
6853
|
position: null;
|
|
6847
6854
|
prevent_download: boolean;
|
|
6848
6855
|
prevent_item_download_status: number;
|
|
@@ -6851,10 +6858,10 @@ type Music$1 = {
|
|
|
6851
6858
|
reason_type: number;
|
|
6852
6859
|
redirect: boolean;
|
|
6853
6860
|
schema_url: string;
|
|
6854
|
-
search_impr: SearchImpr$
|
|
6861
|
+
search_impr: SearchImpr$2;
|
|
6855
6862
|
sec_uid: string;
|
|
6856
6863
|
shoot_duration: number;
|
|
6857
|
-
song?: Song;
|
|
6864
|
+
song?: Song$1;
|
|
6858
6865
|
source_platform: number;
|
|
6859
6866
|
start_time: number;
|
|
6860
6867
|
status: number;
|
|
@@ -6866,71 +6873,71 @@ type Music$1 = {
|
|
|
6866
6873
|
video_duration: number;
|
|
6867
6874
|
[property: string]: any;
|
|
6868
6875
|
};
|
|
6869
|
-
type AvatarLarge$
|
|
6876
|
+
type AvatarLarge$2 = {
|
|
6870
6877
|
height: number;
|
|
6871
6878
|
uri: string;
|
|
6872
6879
|
url_list: string[];
|
|
6873
6880
|
width: number;
|
|
6874
6881
|
[property: string]: any;
|
|
6875
6882
|
};
|
|
6876
|
-
type AvatarMedium$
|
|
6883
|
+
type AvatarMedium$2 = {
|
|
6877
6884
|
height: number;
|
|
6878
6885
|
uri: string;
|
|
6879
6886
|
url_list: string[];
|
|
6880
6887
|
width: number;
|
|
6881
6888
|
[property: string]: any;
|
|
6882
6889
|
};
|
|
6883
|
-
type MusicAvatarThumb$
|
|
6890
|
+
type MusicAvatarThumb$2 = {
|
|
6884
6891
|
height: number;
|
|
6885
6892
|
uri: string;
|
|
6886
6893
|
url_list: string[];
|
|
6887
6894
|
width: number;
|
|
6888
6895
|
[property: string]: any;
|
|
6889
6896
|
};
|
|
6890
|
-
type Coverhd$
|
|
6897
|
+
type Coverhd$2 = {
|
|
6891
6898
|
height: number;
|
|
6892
6899
|
uri: string;
|
|
6893
6900
|
url_list: string[];
|
|
6894
6901
|
width: number;
|
|
6895
6902
|
[property: string]: any;
|
|
6896
6903
|
};
|
|
6897
|
-
type CoverLarge$
|
|
6904
|
+
type CoverLarge$2 = {
|
|
6898
6905
|
height: number;
|
|
6899
6906
|
uri: string;
|
|
6900
6907
|
url_list: string[];
|
|
6901
6908
|
width: number;
|
|
6902
6909
|
[property: string]: any;
|
|
6903
6910
|
};
|
|
6904
|
-
type MusicCoverMedium = {
|
|
6911
|
+
type MusicCoverMedium$1 = {
|
|
6905
6912
|
height: number;
|
|
6906
6913
|
uri: string;
|
|
6907
6914
|
url_list: string[];
|
|
6908
6915
|
width: number;
|
|
6909
6916
|
[property: string]: any;
|
|
6910
6917
|
};
|
|
6911
|
-
type CoverThumb$
|
|
6918
|
+
type CoverThumb$2 = {
|
|
6912
6919
|
height: number;
|
|
6913
6920
|
uri: string;
|
|
6914
6921
|
url_list: string[];
|
|
6915
6922
|
width: number;
|
|
6916
6923
|
[property: string]: any;
|
|
6917
6924
|
};
|
|
6918
|
-
type MatchedPgcSound = {
|
|
6925
|
+
type MatchedPgcSound$1 = {
|
|
6919
6926
|
author: string;
|
|
6920
|
-
cover_medium: MatchedPgcSoundCoverMedium;
|
|
6927
|
+
cover_medium: MatchedPgcSoundCoverMedium$1;
|
|
6921
6928
|
mixed_author: string;
|
|
6922
6929
|
mixed_title: string;
|
|
6923
6930
|
title: string;
|
|
6924
6931
|
[property: string]: any;
|
|
6925
6932
|
};
|
|
6926
|
-
type MatchedPgcSoundCoverMedium = {
|
|
6933
|
+
type MatchedPgcSoundCoverMedium$1 = {
|
|
6927
6934
|
height: number;
|
|
6928
6935
|
uri: string;
|
|
6929
6936
|
url_list: string[];
|
|
6930
6937
|
width: number;
|
|
6931
6938
|
[property: string]: any;
|
|
6932
6939
|
};
|
|
6933
|
-
type Playurl$
|
|
6940
|
+
type Playurl$2 = {
|
|
6934
6941
|
height: number;
|
|
6935
6942
|
uri: string;
|
|
6936
6943
|
url_key: string;
|
|
@@ -6938,11 +6945,11 @@ type Playurl$1 = {
|
|
|
6938
6945
|
width: number;
|
|
6939
6946
|
[property: string]: any;
|
|
6940
6947
|
};
|
|
6941
|
-
type SearchImpr$
|
|
6948
|
+
type SearchImpr$2 = {
|
|
6942
6949
|
entity_id: string;
|
|
6943
6950
|
[property: string]: any;
|
|
6944
6951
|
};
|
|
6945
|
-
type Song = {
|
|
6952
|
+
type Song$1 = {
|
|
6946
6953
|
artists: null;
|
|
6947
6954
|
chorus_v3_infos: null;
|
|
6948
6955
|
id: number;
|
|
@@ -6956,20 +6963,20 @@ type StrongBeaturl$1 = {
|
|
|
6956
6963
|
width: number;
|
|
6957
6964
|
[property: string]: any;
|
|
6958
6965
|
};
|
|
6959
|
-
type PhotoSearchEntrance$
|
|
6966
|
+
type PhotoSearchEntrance$2 = {
|
|
6960
6967
|
ecom_type: number;
|
|
6961
6968
|
[property: string]: any;
|
|
6962
6969
|
};
|
|
6963
|
-
type PlayProgress$
|
|
6970
|
+
type PlayProgress$2 = {
|
|
6964
6971
|
last_modified_time: number;
|
|
6965
6972
|
play_progress: number;
|
|
6966
6973
|
[property: string]: any;
|
|
6967
6974
|
};
|
|
6968
|
-
type PublishPlusAlienation$
|
|
6975
|
+
type PublishPlusAlienation$2 = {
|
|
6969
6976
|
alienation_type: number;
|
|
6970
6977
|
[property: string]: any;
|
|
6971
6978
|
};
|
|
6972
|
-
type RiskInfos$
|
|
6979
|
+
type RiskInfos$2 = {
|
|
6973
6980
|
content: string;
|
|
6974
6981
|
risk_sink: boolean;
|
|
6975
6982
|
type: number;
|
|
@@ -6977,7 +6984,7 @@ type RiskInfos$1 = {
|
|
|
6977
6984
|
warn: boolean;
|
|
6978
6985
|
[property: string]: any;
|
|
6979
6986
|
};
|
|
6980
|
-
type SeriesPaidInfo$
|
|
6987
|
+
type SeriesPaidInfo$2 = {
|
|
6981
6988
|
item_price: number;
|
|
6982
6989
|
series_paid_status: number;
|
|
6983
6990
|
[property: string]: any;
|
|
@@ -6993,7 +7000,7 @@ type StarAtlasInfo = {
|
|
|
6993
7000
|
track_url_list: null;
|
|
6994
7001
|
[property: string]: any;
|
|
6995
7002
|
};
|
|
6996
|
-
type Statistics$
|
|
7003
|
+
type Statistics$2 = {
|
|
6997
7004
|
admire_count: number;
|
|
6998
7005
|
collect_count: number;
|
|
6999
7006
|
comment_count: number;
|
|
@@ -7002,7 +7009,7 @@ type Statistics$1 = {
|
|
|
7002
7009
|
share_count: number;
|
|
7003
7010
|
[property: string]: any;
|
|
7004
7011
|
};
|
|
7005
|
-
type Status$
|
|
7012
|
+
type Status$2 = {
|
|
7006
7013
|
allow_share: boolean;
|
|
7007
7014
|
in_reviewing: boolean;
|
|
7008
7015
|
is_delete: boolean;
|
|
@@ -7010,31 +7017,31 @@ type Status$1 = {
|
|
|
7010
7017
|
listen_video_status: number;
|
|
7011
7018
|
part_see: number;
|
|
7012
7019
|
private_status: number;
|
|
7013
|
-
review_result: ReviewResult$
|
|
7020
|
+
review_result: ReviewResult$2;
|
|
7014
7021
|
[property: string]: any;
|
|
7015
7022
|
};
|
|
7016
|
-
type ReviewResult$
|
|
7023
|
+
type ReviewResult$2 = {
|
|
7017
7024
|
review_status: number;
|
|
7018
7025
|
[property: string]: any;
|
|
7019
7026
|
};
|
|
7020
|
-
type SuggestWords$
|
|
7021
|
-
suggest_words: SuggestWord$
|
|
7027
|
+
type SuggestWords$2 = {
|
|
7028
|
+
suggest_words: SuggestWord$2[];
|
|
7022
7029
|
[property: string]: any;
|
|
7023
7030
|
};
|
|
7024
|
-
type SuggestWord$
|
|
7031
|
+
type SuggestWord$2 = {
|
|
7025
7032
|
hint_text: string;
|
|
7026
7033
|
icon_url: string;
|
|
7027
7034
|
scene: string;
|
|
7028
|
-
words: Word$
|
|
7035
|
+
words: Word$2[];
|
|
7029
7036
|
[property: string]: any;
|
|
7030
7037
|
};
|
|
7031
|
-
type Word$
|
|
7038
|
+
type Word$2 = {
|
|
7032
7039
|
info: string;
|
|
7033
7040
|
word: string;
|
|
7034
7041
|
word_id: string;
|
|
7035
7042
|
[property: string]: any;
|
|
7036
7043
|
};
|
|
7037
|
-
type TextExtra = {
|
|
7044
|
+
type TextExtra$1 = {
|
|
7038
7045
|
caption_end: number;
|
|
7039
7046
|
caption_start: number;
|
|
7040
7047
|
end: number;
|
|
@@ -7050,13 +7057,13 @@ type TextExtra = {
|
|
|
7050
7057
|
user_id?: string;
|
|
7051
7058
|
[property: string]: any;
|
|
7052
7059
|
};
|
|
7053
|
-
type Video$
|
|
7060
|
+
type Video$4 = {
|
|
7054
7061
|
animated_cover: AnimatedCover;
|
|
7055
7062
|
audio: Audio$2;
|
|
7056
7063
|
big_thumbs: BigThumb[];
|
|
7057
7064
|
bit_rate: BitRate$1[];
|
|
7058
7065
|
bit_rate_audio: BitRateAudio[] | null;
|
|
7059
|
-
cover: Cover$
|
|
7066
|
+
cover: Cover$2;
|
|
7060
7067
|
duration: number;
|
|
7061
7068
|
dynamic_cover: DynamicCover$1;
|
|
7062
7069
|
format: string;
|
|
@@ -7067,7 +7074,7 @@ type Video$3 = {
|
|
|
7067
7074
|
is_source_HDR: number;
|
|
7068
7075
|
meta: string;
|
|
7069
7076
|
misc_download_addrs?: string;
|
|
7070
|
-
origin_cover: OriginCover$
|
|
7077
|
+
origin_cover: OriginCover$2;
|
|
7071
7078
|
play_addr: VideoPlayAddr$1;
|
|
7072
7079
|
play_addr_265: PlayAddr265$1;
|
|
7073
7080
|
play_addr_h264: PlayAddrH264$1;
|
|
@@ -7156,7 +7163,7 @@ type UrlList = {
|
|
|
7156
7163
|
main_url: string;
|
|
7157
7164
|
[property: string]: any;
|
|
7158
7165
|
};
|
|
7159
|
-
type Cover$
|
|
7166
|
+
type Cover$2 = {
|
|
7160
7167
|
height: number;
|
|
7161
7168
|
uri: string;
|
|
7162
7169
|
url_list: string[];
|
|
@@ -7177,7 +7184,7 @@ type GaussianCover$1 = {
|
|
|
7177
7184
|
width: number;
|
|
7178
7185
|
[property: string]: any;
|
|
7179
7186
|
};
|
|
7180
|
-
type OriginCover$
|
|
7187
|
+
type OriginCover$2 = {
|
|
7181
7188
|
height: number;
|
|
7182
7189
|
uri: string;
|
|
7183
7190
|
url_list: string[];
|
|
@@ -7224,7 +7231,7 @@ type RawCover = {
|
|
|
7224
7231
|
width: number;
|
|
7225
7232
|
[property: string]: any;
|
|
7226
7233
|
};
|
|
7227
|
-
type VideoControl$
|
|
7234
|
+
type VideoControl$2 = {
|
|
7228
7235
|
allow_douplus: boolean;
|
|
7229
7236
|
allow_download: boolean;
|
|
7230
7237
|
allow_duet: boolean;
|
|
@@ -7236,10 +7243,10 @@ type VideoControl$1 = {
|
|
|
7236
7243
|
allow_stitch: boolean;
|
|
7237
7244
|
disable_record_reason: string;
|
|
7238
7245
|
download_ignore_visibility: boolean;
|
|
7239
|
-
download_info: DownloadInfo$
|
|
7246
|
+
download_info: DownloadInfo$2;
|
|
7240
7247
|
draft_progress_bar: number;
|
|
7241
7248
|
duet_ignore_visibility: boolean;
|
|
7242
|
-
duet_info: DuetInfo$
|
|
7249
|
+
duet_info: DuetInfo$2;
|
|
7243
7250
|
prevent_download_type: number;
|
|
7244
7251
|
share_grayed: boolean;
|
|
7245
7252
|
share_ignore_visibility: boolean;
|
|
@@ -7251,11 +7258,11 @@ type VideoControl$1 = {
|
|
|
7251
7258
|
timer_status: number;
|
|
7252
7259
|
[property: string]: any;
|
|
7253
7260
|
};
|
|
7254
|
-
type DownloadInfo$
|
|
7261
|
+
type DownloadInfo$2 = {
|
|
7255
7262
|
level: number;
|
|
7256
7263
|
[property: string]: any;
|
|
7257
7264
|
};
|
|
7258
|
-
type DuetInfo$
|
|
7265
|
+
type DuetInfo$2 = {
|
|
7259
7266
|
level: number;
|
|
7260
7267
|
[property: string]: any;
|
|
7261
7268
|
};
|
|
@@ -7266,13 +7273,13 @@ type VideoReplyInfo = {
|
|
|
7266
7273
|
reply_user_id: number;
|
|
7267
7274
|
[property: string]: any;
|
|
7268
7275
|
};
|
|
7269
|
-
type VideoTag$
|
|
7276
|
+
type VideoTag$2 = {
|
|
7270
7277
|
level: number;
|
|
7271
7278
|
tag_id: number;
|
|
7272
7279
|
tag_name: string;
|
|
7273
7280
|
[property: string]: any;
|
|
7274
7281
|
};
|
|
7275
|
-
type VisualSearchInfo$
|
|
7282
|
+
type VisualSearchInfo$2 = {
|
|
7276
7283
|
is_ecom_img: boolean;
|
|
7277
7284
|
is_high_accuracy_ecom: boolean;
|
|
7278
7285
|
is_high_recall_ecom: boolean;
|
|
@@ -7285,35 +7292,35 @@ type VtagSearch$1 = {
|
|
|
7285
7292
|
vtag_enable: boolean;
|
|
7286
7293
|
[property: string]: any;
|
|
7287
7294
|
};
|
|
7288
|
-
type XiguaBaseInfo$
|
|
7295
|
+
type XiguaBaseInfo$2 = {
|
|
7289
7296
|
item_id: number;
|
|
7290
7297
|
star_altar_order_id: number;
|
|
7291
7298
|
star_altar_type: number;
|
|
7292
7299
|
status: number;
|
|
7293
7300
|
[property: string]: any;
|
|
7294
7301
|
};
|
|
7295
|
-
type LogPb$
|
|
7302
|
+
type LogPb$3 = {
|
|
7296
7303
|
impr_id: string;
|
|
7297
7304
|
[property: string]: any;
|
|
7298
7305
|
};
|
|
7299
7306
|
|
|
7300
7307
|
/** 单个视频作品 */
|
|
7301
7308
|
type DyVideoWork = {
|
|
7302
|
-
aweme_detail: AwemeDetail;
|
|
7303
|
-
log_pb: LogPb$
|
|
7309
|
+
aweme_detail: AwemeDetail$1;
|
|
7310
|
+
log_pb: LogPb$2;
|
|
7304
7311
|
status_code: number;
|
|
7305
7312
|
[property: string]: any;
|
|
7306
7313
|
};
|
|
7307
|
-
type AwemeDetail = {
|
|
7314
|
+
type AwemeDetail$1 = {
|
|
7308
7315
|
activity_video_type: number;
|
|
7309
7316
|
anchors: null;
|
|
7310
7317
|
authentication_token: string;
|
|
7311
|
-
author: Author$
|
|
7318
|
+
author: Author$2;
|
|
7312
7319
|
author_mask_tag: number;
|
|
7313
7320
|
author_user_id: number;
|
|
7314
|
-
aweme_control: AwemeControl;
|
|
7321
|
+
aweme_control: AwemeControl$1;
|
|
7315
7322
|
aweme_id: string;
|
|
7316
|
-
aweme_listen_struct: AwemeListenStruct;
|
|
7323
|
+
aweme_listen_struct: AwemeListenStruct$1;
|
|
7317
7324
|
aweme_type: number;
|
|
7318
7325
|
aweme_type_tags: string;
|
|
7319
7326
|
boost_status: number;
|
|
@@ -7326,9 +7333,9 @@ type AwemeDetail = {
|
|
|
7326
7333
|
collection_corner_mark: number;
|
|
7327
7334
|
comment_gid: number;
|
|
7328
7335
|
comment_list: null;
|
|
7329
|
-
comment_permission_info: CommentPermissionInfo;
|
|
7336
|
+
comment_permission_info: CommentPermissionInfo$1;
|
|
7330
7337
|
commerce_config_data: null;
|
|
7331
|
-
component_control: ComponentControl;
|
|
7338
|
+
component_control: ComponentControl$1;
|
|
7332
7339
|
component_info_v2: string;
|
|
7333
7340
|
cover_labels: null;
|
|
7334
7341
|
create_time: number;
|
|
@@ -7337,20 +7344,20 @@ type AwemeDetail = {
|
|
|
7337
7344
|
disable_relation_bar: number;
|
|
7338
7345
|
dislike_dimension_list: null;
|
|
7339
7346
|
dislike_dimension_list_v2: null;
|
|
7340
|
-
distribute_circle: DistributeCircle;
|
|
7347
|
+
distribute_circle: DistributeCircle$1;
|
|
7341
7348
|
duet_aggregate_in_music_tab: boolean;
|
|
7342
7349
|
duration: number;
|
|
7343
7350
|
ecom_comment_atmosphere_type: number;
|
|
7344
7351
|
enable_comment_sticker_rec: boolean;
|
|
7345
|
-
entertainment_product_info: EntertainmentProductInfo;
|
|
7346
|
-
fall_card_struct: FallCardStruct;
|
|
7347
|
-
feed_comment_config: FeedCommentConfig;
|
|
7352
|
+
entertainment_product_info: EntertainmentProductInfo$1;
|
|
7353
|
+
fall_card_struct: FallCardStruct$1;
|
|
7354
|
+
feed_comment_config: FeedCommentConfig$1;
|
|
7348
7355
|
flash_mob_trends: number;
|
|
7349
7356
|
friend_interaction: number;
|
|
7350
7357
|
friend_recommend_info: {
|
|
7351
7358
|
[key: string]: any;
|
|
7352
7359
|
};
|
|
7353
|
-
game_tag_info: GameTagInfo;
|
|
7360
|
+
game_tag_info: GameTagInfo$1;
|
|
7354
7361
|
geofencing: string[];
|
|
7355
7362
|
geofencing_regions: null;
|
|
7356
7363
|
group_id: string;
|
|
@@ -7358,7 +7365,7 @@ type AwemeDetail = {
|
|
|
7358
7365
|
[key: string]: any;
|
|
7359
7366
|
};
|
|
7360
7367
|
hybrid_label: null;
|
|
7361
|
-
image_album_music_info: ImageAlbumMusicInfo;
|
|
7368
|
+
image_album_music_info: ImageAlbumMusicInfo$1;
|
|
7362
7369
|
image_comment: {
|
|
7363
7370
|
[key: string]: any;
|
|
7364
7371
|
};
|
|
@@ -7367,7 +7374,7 @@ type AwemeDetail = {
|
|
|
7367
7374
|
image_list: null;
|
|
7368
7375
|
images: null;
|
|
7369
7376
|
img_bitrate: null;
|
|
7370
|
-
impression_data: ImpressionData;
|
|
7377
|
+
impression_data: ImpressionData$1;
|
|
7371
7378
|
incentive_item_type: number;
|
|
7372
7379
|
interaction_stickers: null;
|
|
7373
7380
|
is_24_story: number;
|
|
@@ -7381,13 +7388,13 @@ type AwemeDetail = {
|
|
|
7381
7388
|
is_top: number;
|
|
7382
7389
|
is_use_music: boolean;
|
|
7383
7390
|
item_title: string;
|
|
7384
|
-
item_warn_notification: ItemWarnNotification;
|
|
7391
|
+
item_warn_notification: ItemWarnNotification$1;
|
|
7385
7392
|
label_top_text: null;
|
|
7386
7393
|
libfinsert_task_id: string;
|
|
7387
7394
|
long_video: null;
|
|
7388
7395
|
mark_largely_following: boolean;
|
|
7389
7396
|
media_type: number;
|
|
7390
|
-
music: Music;
|
|
7397
|
+
music: Music$1;
|
|
7391
7398
|
nickname_position: null;
|
|
7392
7399
|
origin_comment_ids: null;
|
|
7393
7400
|
origin_duet_resource_uri: string;
|
|
@@ -7396,22 +7403,22 @@ type AwemeDetail = {
|
|
|
7396
7403
|
original_images: null;
|
|
7397
7404
|
packed_clips: null;
|
|
7398
7405
|
personal_page_botton_diagnose_style: number;
|
|
7399
|
-
photo_search_entrance: PhotoSearchEntrance;
|
|
7400
|
-
play_progress: PlayProgress;
|
|
7406
|
+
photo_search_entrance: PhotoSearchEntrance$1;
|
|
7407
|
+
play_progress: PlayProgress$1;
|
|
7401
7408
|
position: null;
|
|
7402
7409
|
preview_title: string;
|
|
7403
7410
|
preview_video_status: number;
|
|
7404
7411
|
promotions: string[];
|
|
7405
|
-
publish_plus_alienation: PublishPlusAlienation;
|
|
7412
|
+
publish_plus_alienation: PublishPlusAlienation$1;
|
|
7406
7413
|
rate: number;
|
|
7407
7414
|
region: string;
|
|
7408
7415
|
relation_labels: null;
|
|
7409
|
-
risk_infos: RiskInfos;
|
|
7416
|
+
risk_infos: RiskInfos$1;
|
|
7410
7417
|
seo_info: {
|
|
7411
7418
|
[key: string]: any;
|
|
7412
7419
|
};
|
|
7413
|
-
series_paid_info: SeriesPaidInfo;
|
|
7414
|
-
share_info: AwemeDetailShareInfo;
|
|
7420
|
+
series_paid_info: SeriesPaidInfo$1;
|
|
7421
|
+
share_info: AwemeDetailShareInfo$1;
|
|
7415
7422
|
share_rec_extra: string;
|
|
7416
7423
|
share_url: string;
|
|
7417
7424
|
shoot_way: string;
|
|
@@ -7420,36 +7427,36 @@ type AwemeDetail = {
|
|
|
7420
7427
|
[key: string]: any;
|
|
7421
7428
|
};
|
|
7422
7429
|
social_tag_list: null;
|
|
7423
|
-
statistics: Statistics;
|
|
7424
|
-
status: Status;
|
|
7425
|
-
suggest_words: SuggestWords;
|
|
7430
|
+
statistics: Statistics$1;
|
|
7431
|
+
status: Status$1;
|
|
7432
|
+
suggest_words: SuggestWords$1;
|
|
7426
7433
|
text_extra: string[];
|
|
7427
7434
|
uniqid_position: null;
|
|
7428
7435
|
user_digged: number;
|
|
7429
7436
|
user_recommend_status: number;
|
|
7430
|
-
video: Video$
|
|
7431
|
-
video_control: VideoControl;
|
|
7437
|
+
video: Video$3;
|
|
7438
|
+
video_control: VideoControl$1;
|
|
7432
7439
|
video_game_data_channel_config: {
|
|
7433
7440
|
[key: string]: any;
|
|
7434
7441
|
};
|
|
7435
7442
|
video_labels: null;
|
|
7436
7443
|
video_share_edit_status: number;
|
|
7437
|
-
video_tag: VideoTag[];
|
|
7444
|
+
video_tag: VideoTag$1[];
|
|
7438
7445
|
video_text: string[];
|
|
7439
|
-
visual_search_info: VisualSearchInfo;
|
|
7446
|
+
visual_search_info: VisualSearchInfo$1;
|
|
7440
7447
|
vtag_search: VtagSearch;
|
|
7441
|
-
xigua_base_info: XiguaBaseInfo;
|
|
7448
|
+
xigua_base_info: XiguaBaseInfo$1;
|
|
7442
7449
|
[property: string]: any;
|
|
7443
7450
|
};
|
|
7444
|
-
type Author$
|
|
7451
|
+
type Author$2 = {
|
|
7445
7452
|
account_cert_info: string;
|
|
7446
|
-
avatar_thumb: AuthorAvatarThumb;
|
|
7453
|
+
avatar_thumb: AuthorAvatarThumb$1;
|
|
7447
7454
|
awemehts_greet_info: string;
|
|
7448
7455
|
cf_list: null;
|
|
7449
7456
|
close_friend_type: number;
|
|
7450
7457
|
contacts_status: number;
|
|
7451
7458
|
contrail_list: null;
|
|
7452
|
-
cover_url: Coverurl[];
|
|
7459
|
+
cover_url: Coverurl$1[];
|
|
7453
7460
|
create_time: number;
|
|
7454
7461
|
custom_verify: string;
|
|
7455
7462
|
data_label_list: null;
|
|
@@ -7476,7 +7483,7 @@ type Author$1 = {
|
|
|
7476
7483
|
risk_notice_text: string;
|
|
7477
7484
|
sec_uid: string;
|
|
7478
7485
|
secret: number;
|
|
7479
|
-
share_info: AuthorShareInfo;
|
|
7486
|
+
share_info: AuthorShareInfo$1;
|
|
7480
7487
|
short_id: string;
|
|
7481
7488
|
signature: string;
|
|
7482
7489
|
signature_extra: null;
|
|
@@ -7493,24 +7500,24 @@ type Author$1 = {
|
|
|
7493
7500
|
verification_type: number;
|
|
7494
7501
|
[property: string]: any;
|
|
7495
7502
|
};
|
|
7496
|
-
type AuthorAvatarThumb = {
|
|
7503
|
+
type AuthorAvatarThumb$1 = {
|
|
7497
7504
|
height: number;
|
|
7498
7505
|
uri: string;
|
|
7499
7506
|
url_list: string[];
|
|
7500
7507
|
width: number;
|
|
7501
7508
|
[property: string]: any;
|
|
7502
7509
|
};
|
|
7503
|
-
type Coverurl = {
|
|
7510
|
+
type Coverurl$1 = {
|
|
7504
7511
|
height?: number;
|
|
7505
7512
|
uri?: string;
|
|
7506
7513
|
url_list?: string[];
|
|
7507
7514
|
width?: number;
|
|
7508
7515
|
[property: string]: any;
|
|
7509
7516
|
};
|
|
7510
|
-
type AuthorShareInfo = {
|
|
7517
|
+
type AuthorShareInfo$1 = {
|
|
7511
7518
|
share_desc: string;
|
|
7512
7519
|
share_desc_info: string;
|
|
7513
|
-
share_qrcode_url: ShareQrcodeurl;
|
|
7520
|
+
share_qrcode_url: ShareQrcodeurl$1;
|
|
7514
7521
|
share_title: string;
|
|
7515
7522
|
share_title_myself: string;
|
|
7516
7523
|
share_title_other: string;
|
|
@@ -7518,25 +7525,25 @@ type AuthorShareInfo = {
|
|
|
7518
7525
|
share_weibo_desc: string;
|
|
7519
7526
|
[property: string]: any;
|
|
7520
7527
|
};
|
|
7521
|
-
type ShareQrcodeurl = {
|
|
7528
|
+
type ShareQrcodeurl$1 = {
|
|
7522
7529
|
height: number;
|
|
7523
7530
|
uri: string;
|
|
7524
7531
|
url_list: string[];
|
|
7525
7532
|
width: number;
|
|
7526
7533
|
[property: string]: any;
|
|
7527
7534
|
};
|
|
7528
|
-
type AwemeControl = {
|
|
7535
|
+
type AwemeControl$1 = {
|
|
7529
7536
|
can_comment: boolean;
|
|
7530
7537
|
can_forward: boolean;
|
|
7531
7538
|
can_share: boolean;
|
|
7532
7539
|
can_show_comment: boolean;
|
|
7533
7540
|
[property: string]: any;
|
|
7534
7541
|
};
|
|
7535
|
-
type AwemeListenStruct = {
|
|
7542
|
+
type AwemeListenStruct$1 = {
|
|
7536
7543
|
trace_info: string;
|
|
7537
7544
|
[property: string]: any;
|
|
7538
7545
|
};
|
|
7539
|
-
type CommentPermissionInfo = {
|
|
7546
|
+
type CommentPermissionInfo$1 = {
|
|
7540
7547
|
can_comment: boolean;
|
|
7541
7548
|
comment_permission_status: number;
|
|
7542
7549
|
item_detail_entry: boolean;
|
|
@@ -7544,7 +7551,7 @@ type CommentPermissionInfo = {
|
|
|
7544
7551
|
toast_guide: boolean;
|
|
7545
7552
|
[property: string]: any;
|
|
7546
7553
|
};
|
|
7547
|
-
type ComponentControl = {
|
|
7554
|
+
type ComponentControl$1 = {
|
|
7548
7555
|
data_source_url: string;
|
|
7549
7556
|
[property: string]: any;
|
|
7550
7557
|
};
|
|
@@ -7565,45 +7572,45 @@ type Activity$1 = {
|
|
|
7565
7572
|
type?: number;
|
|
7566
7573
|
[property: string]: any;
|
|
7567
7574
|
};
|
|
7568
|
-
type DistributeCircle = {
|
|
7575
|
+
type DistributeCircle$1 = {
|
|
7569
7576
|
campus_block_interaction: boolean;
|
|
7570
7577
|
distribute_type: number;
|
|
7571
7578
|
is_campus: boolean;
|
|
7572
7579
|
[property: string]: any;
|
|
7573
7580
|
};
|
|
7574
|
-
type EntertainmentProductInfo = {
|
|
7575
|
-
market_info: MarketInfo;
|
|
7581
|
+
type EntertainmentProductInfo$1 = {
|
|
7582
|
+
market_info: MarketInfo$1;
|
|
7576
7583
|
[property: string]: any;
|
|
7577
7584
|
};
|
|
7578
|
-
type MarketInfo = {
|
|
7579
|
-
limit_free: LimitFree;
|
|
7585
|
+
type MarketInfo$1 = {
|
|
7586
|
+
limit_free: LimitFree$1;
|
|
7580
7587
|
[property: string]: any;
|
|
7581
7588
|
};
|
|
7582
|
-
type LimitFree = {
|
|
7589
|
+
type LimitFree$1 = {
|
|
7583
7590
|
in_free: boolean;
|
|
7584
7591
|
[property: string]: any;
|
|
7585
7592
|
};
|
|
7586
|
-
type FallCardStruct = {
|
|
7593
|
+
type FallCardStruct$1 = {
|
|
7587
7594
|
recommend_reason: string;
|
|
7588
7595
|
recommend_reason_v2: string;
|
|
7589
7596
|
[property: string]: any;
|
|
7590
7597
|
};
|
|
7591
|
-
type FeedCommentConfig = {
|
|
7598
|
+
type FeedCommentConfig$1 = {
|
|
7592
7599
|
author_audit_status: number;
|
|
7593
7600
|
input_config_text: string;
|
|
7594
7601
|
[property: string]: any;
|
|
7595
7602
|
};
|
|
7596
|
-
type GameTagInfo = {
|
|
7603
|
+
type GameTagInfo$1 = {
|
|
7597
7604
|
is_game: boolean;
|
|
7598
7605
|
[property: string]: any;
|
|
7599
7606
|
};
|
|
7600
|
-
type ImageAlbumMusicInfo = {
|
|
7607
|
+
type ImageAlbumMusicInfo$1 = {
|
|
7601
7608
|
begin_time: number;
|
|
7602
7609
|
end_time: number;
|
|
7603
7610
|
volume: number;
|
|
7604
7611
|
[property: string]: any;
|
|
7605
7612
|
};
|
|
7606
|
-
type ImpressionData = {
|
|
7613
|
+
type ImpressionData$1 = {
|
|
7607
7614
|
group_id_list_a: string[];
|
|
7608
7615
|
group_id_list_b: string[];
|
|
7609
7616
|
group_id_list_c: string[];
|
|
@@ -7611,13 +7618,13 @@ type ImpressionData = {
|
|
|
7611
7618
|
similar_id_list_b: null;
|
|
7612
7619
|
[property: string]: any;
|
|
7613
7620
|
};
|
|
7614
|
-
type ItemWarnNotification = {
|
|
7621
|
+
type ItemWarnNotification$1 = {
|
|
7615
7622
|
content: string;
|
|
7616
7623
|
show: boolean;
|
|
7617
7624
|
type: number;
|
|
7618
7625
|
[property: string]: any;
|
|
7619
7626
|
};
|
|
7620
|
-
type Music = {
|
|
7627
|
+
type Music$1 = {
|
|
7621
7628
|
album: string;
|
|
7622
7629
|
artist_user_infos: null;
|
|
7623
7630
|
artists: string[];
|
|
@@ -7626,16 +7633,16 @@ type Music = {
|
|
|
7626
7633
|
author_deleted: boolean;
|
|
7627
7634
|
author_position: null;
|
|
7628
7635
|
author_status: number;
|
|
7629
|
-
avatar_large: AvatarLarge;
|
|
7630
|
-
avatar_medium: AvatarMedium;
|
|
7631
|
-
avatar_thumb: MusicAvatarThumb;
|
|
7636
|
+
avatar_large: AvatarLarge$1;
|
|
7637
|
+
avatar_medium: AvatarMedium$1;
|
|
7638
|
+
avatar_thumb: MusicAvatarThumb$1;
|
|
7632
7639
|
binded_challenge_id: number;
|
|
7633
7640
|
can_background_play: boolean;
|
|
7634
7641
|
collect_stat: number;
|
|
7635
|
-
cover_hd: Coverhd;
|
|
7636
|
-
cover_large: CoverLarge;
|
|
7642
|
+
cover_hd: Coverhd$1;
|
|
7643
|
+
cover_large: CoverLarge$1;
|
|
7637
7644
|
cover_medium: CoverMedium;
|
|
7638
|
-
cover_thumb: CoverThumb;
|
|
7645
|
+
cover_thumb: CoverThumb$1;
|
|
7639
7646
|
dmv_auto_show: boolean;
|
|
7640
7647
|
dsp_status: number;
|
|
7641
7648
|
duration: number;
|
|
@@ -7666,7 +7673,7 @@ type Music = {
|
|
|
7666
7673
|
owner_id: string;
|
|
7667
7674
|
owner_nickname: string;
|
|
7668
7675
|
pgc_music_type: number;
|
|
7669
|
-
play_url: Playurl;
|
|
7676
|
+
play_url: Playurl$1;
|
|
7670
7677
|
position: null;
|
|
7671
7678
|
prevent_download: boolean;
|
|
7672
7679
|
prevent_item_download_status: number;
|
|
@@ -7675,7 +7682,7 @@ type Music = {
|
|
|
7675
7682
|
reason_type: number;
|
|
7676
7683
|
redirect: boolean;
|
|
7677
7684
|
schema_url: string;
|
|
7678
|
-
search_impr: SearchImpr;
|
|
7685
|
+
search_impr: SearchImpr$1;
|
|
7679
7686
|
sec_uid: string;
|
|
7680
7687
|
shoot_duration: number;
|
|
7681
7688
|
source_platform: number;
|
|
@@ -7689,35 +7696,35 @@ type Music = {
|
|
|
7689
7696
|
video_duration: number;
|
|
7690
7697
|
[property: string]: any;
|
|
7691
7698
|
};
|
|
7692
|
-
type AvatarLarge = {
|
|
7699
|
+
type AvatarLarge$1 = {
|
|
7693
7700
|
height: number;
|
|
7694
7701
|
uri: string;
|
|
7695
7702
|
url_list: string[];
|
|
7696
7703
|
width: number;
|
|
7697
7704
|
[property: string]: any;
|
|
7698
7705
|
};
|
|
7699
|
-
type AvatarMedium = {
|
|
7706
|
+
type AvatarMedium$1 = {
|
|
7700
7707
|
height: number;
|
|
7701
7708
|
uri: string;
|
|
7702
7709
|
url_list: string[];
|
|
7703
7710
|
width: number;
|
|
7704
7711
|
[property: string]: any;
|
|
7705
7712
|
};
|
|
7706
|
-
type MusicAvatarThumb = {
|
|
7713
|
+
type MusicAvatarThumb$1 = {
|
|
7707
7714
|
height: number;
|
|
7708
7715
|
uri: string;
|
|
7709
7716
|
url_list: string[];
|
|
7710
7717
|
width: number;
|
|
7711
7718
|
[property: string]: any;
|
|
7712
7719
|
};
|
|
7713
|
-
type Coverhd = {
|
|
7720
|
+
type Coverhd$1 = {
|
|
7714
7721
|
height: number;
|
|
7715
7722
|
uri: string;
|
|
7716
7723
|
url_list: string[];
|
|
7717
7724
|
width: number;
|
|
7718
7725
|
[property: string]: any;
|
|
7719
7726
|
};
|
|
7720
|
-
type CoverLarge = {
|
|
7727
|
+
type CoverLarge$1 = {
|
|
7721
7728
|
height: number;
|
|
7722
7729
|
uri: string;
|
|
7723
7730
|
url_list: string[];
|
|
@@ -7731,14 +7738,14 @@ type CoverMedium = {
|
|
|
7731
7738
|
width: number;
|
|
7732
7739
|
[property: string]: any;
|
|
7733
7740
|
};
|
|
7734
|
-
type CoverThumb = {
|
|
7741
|
+
type CoverThumb$1 = {
|
|
7735
7742
|
height: number;
|
|
7736
7743
|
uri: string;
|
|
7737
7744
|
url_list: string[];
|
|
7738
7745
|
width: number;
|
|
7739
7746
|
[property: string]: any;
|
|
7740
7747
|
};
|
|
7741
|
-
type Playurl = {
|
|
7748
|
+
type Playurl$1 = {
|
|
7742
7749
|
height: number;
|
|
7743
7750
|
uri: string;
|
|
7744
7751
|
url_key: string;
|
|
@@ -7746,7 +7753,7 @@ type Playurl = {
|
|
|
7746
7753
|
width: number;
|
|
7747
7754
|
[property: string]: any;
|
|
7748
7755
|
};
|
|
7749
|
-
type SearchImpr = {
|
|
7756
|
+
type SearchImpr$1 = {
|
|
7750
7757
|
entity_id: string;
|
|
7751
7758
|
[property: string]: any;
|
|
7752
7759
|
};
|
|
@@ -7757,20 +7764,20 @@ type StrongBeaturl = {
|
|
|
7757
7764
|
width: number;
|
|
7758
7765
|
[property: string]: any;
|
|
7759
7766
|
};
|
|
7760
|
-
type PhotoSearchEntrance = {
|
|
7767
|
+
type PhotoSearchEntrance$1 = {
|
|
7761
7768
|
ecom_type: number;
|
|
7762
7769
|
[property: string]: any;
|
|
7763
7770
|
};
|
|
7764
|
-
type PlayProgress = {
|
|
7771
|
+
type PlayProgress$1 = {
|
|
7765
7772
|
last_modified_time: number;
|
|
7766
7773
|
play_progress: number;
|
|
7767
7774
|
[property: string]: any;
|
|
7768
7775
|
};
|
|
7769
|
-
type PublishPlusAlienation = {
|
|
7776
|
+
type PublishPlusAlienation$1 = {
|
|
7770
7777
|
alienation_type: number;
|
|
7771
7778
|
[property: string]: any;
|
|
7772
7779
|
};
|
|
7773
|
-
type RiskInfos = {
|
|
7780
|
+
type RiskInfos$1 = {
|
|
7774
7781
|
content: string;
|
|
7775
7782
|
risk_sink: boolean;
|
|
7776
7783
|
type: number;
|
|
@@ -7778,19 +7785,19 @@ type RiskInfos = {
|
|
|
7778
7785
|
warn: boolean;
|
|
7779
7786
|
[property: string]: any;
|
|
7780
7787
|
};
|
|
7781
|
-
type SeriesPaidInfo = {
|
|
7788
|
+
type SeriesPaidInfo$1 = {
|
|
7782
7789
|
item_price: number;
|
|
7783
7790
|
series_paid_status: number;
|
|
7784
7791
|
[property: string]: any;
|
|
7785
7792
|
};
|
|
7786
|
-
type AwemeDetailShareInfo = {
|
|
7793
|
+
type AwemeDetailShareInfo$1 = {
|
|
7787
7794
|
share_desc: string;
|
|
7788
7795
|
share_desc_info: string;
|
|
7789
7796
|
share_link_desc: string;
|
|
7790
7797
|
share_url: string;
|
|
7791
7798
|
[property: string]: any;
|
|
7792
7799
|
};
|
|
7793
|
-
type Statistics = {
|
|
7800
|
+
type Statistics$1 = {
|
|
7794
7801
|
admire_count: number;
|
|
7795
7802
|
aweme_id: string;
|
|
7796
7803
|
collect_count: number;
|
|
@@ -7800,7 +7807,7 @@ type Statistics = {
|
|
|
7800
7807
|
share_count: number;
|
|
7801
7808
|
[property: string]: any;
|
|
7802
7809
|
};
|
|
7803
|
-
type Status = {
|
|
7810
|
+
type Status$1 = {
|
|
7804
7811
|
allow_share: boolean;
|
|
7805
7812
|
aweme_id: string;
|
|
7806
7813
|
in_reviewing: boolean;
|
|
@@ -7809,31 +7816,31 @@ type Status = {
|
|
|
7809
7816
|
listen_video_status: number;
|
|
7810
7817
|
part_see: number;
|
|
7811
7818
|
private_status: number;
|
|
7812
|
-
review_result: ReviewResult;
|
|
7819
|
+
review_result: ReviewResult$1;
|
|
7813
7820
|
[property: string]: any;
|
|
7814
7821
|
};
|
|
7815
|
-
type ReviewResult = {
|
|
7822
|
+
type ReviewResult$1 = {
|
|
7816
7823
|
review_status: number;
|
|
7817
7824
|
[property: string]: any;
|
|
7818
7825
|
};
|
|
7819
|
-
type SuggestWords = {
|
|
7820
|
-
suggest_words: SuggestWord[];
|
|
7826
|
+
type SuggestWords$1 = {
|
|
7827
|
+
suggest_words: SuggestWord$1[];
|
|
7821
7828
|
[property: string]: any;
|
|
7822
7829
|
};
|
|
7823
|
-
type SuggestWord = {
|
|
7830
|
+
type SuggestWord$1 = {
|
|
7824
7831
|
hint_text?: string;
|
|
7825
7832
|
icon_url?: string;
|
|
7826
7833
|
scene?: string;
|
|
7827
|
-
words?: Word[];
|
|
7834
|
+
words?: Word$1[];
|
|
7828
7835
|
[property: string]: any;
|
|
7829
7836
|
};
|
|
7830
|
-
type Word = {
|
|
7837
|
+
type Word$1 = {
|
|
7831
7838
|
info?: string;
|
|
7832
7839
|
word?: string;
|
|
7833
7840
|
word_id?: string;
|
|
7834
7841
|
[property: string]: any;
|
|
7835
7842
|
};
|
|
7836
|
-
type Video$
|
|
7843
|
+
type Video$3 = {
|
|
7837
7844
|
audio: {
|
|
7838
7845
|
[key: string]: any;
|
|
7839
7846
|
};
|
|
@@ -7841,7 +7848,7 @@ type Video$2 = {
|
|
|
7841
7848
|
bit_rate: BitRate[];
|
|
7842
7849
|
bit_rate_audio: null;
|
|
7843
7850
|
cdn_url_expired: number;
|
|
7844
|
-
cover: Cover;
|
|
7851
|
+
cover: Cover$1;
|
|
7845
7852
|
cover_original_scale: CoverOriginalScale;
|
|
7846
7853
|
download_addr: DownloadAddr;
|
|
7847
7854
|
download_suffix_logo_addr: DownloadSuffixLogoAddr;
|
|
@@ -7855,7 +7862,7 @@ type Video$2 = {
|
|
|
7855
7862
|
is_h265: number;
|
|
7856
7863
|
is_source_HDR: number;
|
|
7857
7864
|
meta: string;
|
|
7858
|
-
origin_cover: OriginCover;
|
|
7865
|
+
origin_cover: OriginCover$1;
|
|
7859
7866
|
play_addr: VideoPlayAddr;
|
|
7860
7867
|
play_addr_265: PlayAddr265;
|
|
7861
7868
|
play_addr_h264: PlayAddrH264;
|
|
@@ -7889,7 +7896,7 @@ type BitRatePlayAddr = {
|
|
|
7889
7896
|
width: number;
|
|
7890
7897
|
[property: string]: any;
|
|
7891
7898
|
};
|
|
7892
|
-
type Cover = {
|
|
7899
|
+
type Cover$1 = {
|
|
7893
7900
|
height: number;
|
|
7894
7901
|
uri: string;
|
|
7895
7902
|
url_list: string[];
|
|
@@ -7935,7 +7942,7 @@ type GaussianCover = {
|
|
|
7935
7942
|
width: number;
|
|
7936
7943
|
[property: string]: any;
|
|
7937
7944
|
};
|
|
7938
|
-
type OriginCover = {
|
|
7945
|
+
type OriginCover$1 = {
|
|
7939
7946
|
height: number;
|
|
7940
7947
|
uri: string;
|
|
7941
7948
|
url_list: string[];
|
|
@@ -7975,7 +7982,7 @@ type PlayAddrH264 = {
|
|
|
7975
7982
|
width: number;
|
|
7976
7983
|
[property: string]: any;
|
|
7977
7984
|
};
|
|
7978
|
-
type VideoControl = {
|
|
7985
|
+
type VideoControl$1 = {
|
|
7979
7986
|
allow_douplus: boolean;
|
|
7980
7987
|
allow_download: boolean;
|
|
7981
7988
|
allow_duet: boolean;
|
|
@@ -7987,10 +7994,10 @@ type VideoControl = {
|
|
|
7987
7994
|
allow_stitch: boolean;
|
|
7988
7995
|
disable_record_reason: string;
|
|
7989
7996
|
download_ignore_visibility: boolean;
|
|
7990
|
-
download_info: DownloadInfo;
|
|
7997
|
+
download_info: DownloadInfo$1;
|
|
7991
7998
|
draft_progress_bar: number;
|
|
7992
7999
|
duet_ignore_visibility: boolean;
|
|
7993
|
-
duet_info: DuetInfo;
|
|
8000
|
+
duet_info: DuetInfo$1;
|
|
7994
8001
|
prevent_download_type: number;
|
|
7995
8002
|
share_grayed: boolean;
|
|
7996
8003
|
share_ignore_visibility: boolean;
|
|
@@ -8002,21 +8009,21 @@ type VideoControl = {
|
|
|
8002
8009
|
timer_status: number;
|
|
8003
8010
|
[property: string]: any;
|
|
8004
8011
|
};
|
|
8005
|
-
type DownloadInfo = {
|
|
8012
|
+
type DownloadInfo$1 = {
|
|
8006
8013
|
level: number;
|
|
8007
8014
|
[property: string]: any;
|
|
8008
8015
|
};
|
|
8009
|
-
type DuetInfo = {
|
|
8016
|
+
type DuetInfo$1 = {
|
|
8010
8017
|
level: number;
|
|
8011
8018
|
[property: string]: any;
|
|
8012
8019
|
};
|
|
8013
|
-
type VideoTag = {
|
|
8020
|
+
type VideoTag$1 = {
|
|
8014
8021
|
level: number;
|
|
8015
8022
|
tag_id: number;
|
|
8016
8023
|
tag_name: string;
|
|
8017
8024
|
[property: string]: any;
|
|
8018
8025
|
};
|
|
8019
|
-
type VisualSearchInfo = {
|
|
8026
|
+
type VisualSearchInfo$1 = {
|
|
8020
8027
|
is_ecom_img: boolean;
|
|
8021
8028
|
is_high_accuracy_ecom: boolean;
|
|
8022
8029
|
is_high_recall_ecom: boolean;
|
|
@@ -8029,14 +8036,14 @@ type VtagSearch = {
|
|
|
8029
8036
|
vtag_enable: boolean;
|
|
8030
8037
|
[property: string]: any;
|
|
8031
8038
|
};
|
|
8032
|
-
type XiguaBaseInfo = {
|
|
8039
|
+
type XiguaBaseInfo$1 = {
|
|
8033
8040
|
item_id: number;
|
|
8034
8041
|
star_altar_order_id: number;
|
|
8035
8042
|
star_altar_type: number;
|
|
8036
8043
|
status: number;
|
|
8037
8044
|
[property: string]: any;
|
|
8038
8045
|
};
|
|
8039
|
-
type LogPb$
|
|
8046
|
+
type LogPb$2 = {
|
|
8040
8047
|
impr_id: string;
|
|
8041
8048
|
[property: string]: any;
|
|
8042
8049
|
};
|
|
@@ -8056,7 +8063,7 @@ type DyWorkComments = {
|
|
|
8056
8063
|
};
|
|
8057
8064
|
has_more: number;
|
|
8058
8065
|
hotsoon_filtered_count: number;
|
|
8059
|
-
log_pb: LogPb;
|
|
8066
|
+
log_pb: LogPb$1;
|
|
8060
8067
|
reply_style: number;
|
|
8061
8068
|
show_management_entry_point: number;
|
|
8062
8069
|
status_code: number;
|
|
@@ -8358,7 +8365,7 @@ type FastResponseComment = {
|
|
|
8358
8365
|
timed_response_words: string[];
|
|
8359
8366
|
[property: string]: any;
|
|
8360
8367
|
};
|
|
8361
|
-
type LogPb = {
|
|
8368
|
+
type LogPb$1 = {
|
|
8362
8369
|
impr_id: string;
|
|
8363
8370
|
[property: string]: any;
|
|
8364
8371
|
};
|
|
@@ -8841,7 +8848,7 @@ type Dash$1 = {
|
|
|
8841
8848
|
duration: number;
|
|
8842
8849
|
min_buffer_time: number;
|
|
8843
8850
|
minBufferTime: number;
|
|
8844
|
-
video: Video$
|
|
8851
|
+
video: Video$2[];
|
|
8845
8852
|
[property: string]: any;
|
|
8846
8853
|
};
|
|
8847
8854
|
type Audio$1 = {
|
|
@@ -8883,7 +8890,7 @@ type Dolby$1 = {
|
|
|
8883
8890
|
type: number;
|
|
8884
8891
|
[property: string]: any;
|
|
8885
8892
|
};
|
|
8886
|
-
type Video$
|
|
8893
|
+
type Video$2 = {
|
|
8887
8894
|
backup_url: string[];
|
|
8888
8895
|
backupUrl: string[];
|
|
8889
8896
|
bandwidth: number;
|
|
@@ -9701,7 +9708,7 @@ type Dash = {
|
|
|
9701
9708
|
flac: null;
|
|
9702
9709
|
min_buffer_time: number;
|
|
9703
9710
|
minBufferTime: number;
|
|
9704
|
-
video: Video[];
|
|
9711
|
+
video: Video$1[];
|
|
9705
9712
|
[property: string]: any;
|
|
9706
9713
|
};
|
|
9707
9714
|
type Audio = {
|
|
@@ -9741,7 +9748,7 @@ type Dolby = {
|
|
|
9741
9748
|
type: number;
|
|
9742
9749
|
[property: string]: any;
|
|
9743
9750
|
};
|
|
9744
|
-
type Video = {
|
|
9751
|
+
type Video$1 = {
|
|
9745
9752
|
backup_url: string[];
|
|
9746
9753
|
backupUrl: string[];
|
|
9747
9754
|
bandwidth: number;
|
|
@@ -15664,7 +15671,7 @@ type Data$1 = {
|
|
|
15664
15671
|
};
|
|
15665
15672
|
type VisionVideoDetail = {
|
|
15666
15673
|
__typename: string;
|
|
15667
|
-
author: Author;
|
|
15674
|
+
author: Author$1;
|
|
15668
15675
|
commentLimit: CommentLimit;
|
|
15669
15676
|
danmakuSwitch: boolean;
|
|
15670
15677
|
llsid: string;
|
|
@@ -15674,7 +15681,7 @@ type VisionVideoDetail = {
|
|
|
15674
15681
|
type: number;
|
|
15675
15682
|
[property: string]: any;
|
|
15676
15683
|
};
|
|
15677
|
-
type Author = {
|
|
15684
|
+
type Author$1 = {
|
|
15678
15685
|
__typename: string;
|
|
15679
15686
|
following: boolean;
|
|
15680
15687
|
headerUrl: string;
|
|
@@ -15865,141 +15872,864 @@ type TentacledRepresentation = {
|
|
|
15865
15872
|
width?: number;
|
|
15866
15873
|
[property: string]: any;
|
|
15867
15874
|
};
|
|
15868
|
-
type FluffyKvqScore = {
|
|
15869
|
-
FRPost: number;
|
|
15870
|
-
NR: number;
|
|
15871
|
-
NRPost: number;
|
|
15875
|
+
type FluffyKvqScore = {
|
|
15876
|
+
FRPost: number;
|
|
15877
|
+
NR: number;
|
|
15878
|
+
NRPost: number;
|
|
15879
|
+
[property: string]: any;
|
|
15880
|
+
};
|
|
15881
|
+
type H264PlayInfo = {
|
|
15882
|
+
cdnTimeRangeLevel: number;
|
|
15883
|
+
[property: string]: any;
|
|
15884
|
+
};
|
|
15885
|
+
type H264VideoFeature = {
|
|
15886
|
+
avgEntropy: number;
|
|
15887
|
+
blockyProbability: number;
|
|
15888
|
+
blurProbability: number;
|
|
15889
|
+
mosScore: number;
|
|
15890
|
+
[property: string]: any;
|
|
15891
|
+
};
|
|
15892
|
+
type Hevc = {
|
|
15893
|
+
adaptationSet: HevcAdaptationSet[];
|
|
15894
|
+
businessType: number;
|
|
15895
|
+
hideAuto: boolean;
|
|
15896
|
+
manualDefaultSelect: boolean;
|
|
15897
|
+
mediaType: number;
|
|
15898
|
+
playInfo: HevcPlayInfo;
|
|
15899
|
+
stereoType: number;
|
|
15900
|
+
version: string;
|
|
15901
|
+
videoFeature: HevcVideoFeature;
|
|
15902
|
+
videoId: string;
|
|
15903
|
+
[property: string]: any;
|
|
15904
|
+
};
|
|
15905
|
+
type HevcAdaptationSet = {
|
|
15906
|
+
duration?: number;
|
|
15907
|
+
id?: number;
|
|
15908
|
+
representation?: StickyRepresentation[];
|
|
15909
|
+
[property: string]: any;
|
|
15910
|
+
};
|
|
15911
|
+
type StickyRepresentation = {
|
|
15912
|
+
agc?: boolean;
|
|
15913
|
+
avgBitrate?: number;
|
|
15914
|
+
backupUrl?: string[];
|
|
15915
|
+
comment?: string;
|
|
15916
|
+
defaultSelect?: boolean;
|
|
15917
|
+
disableAdaptive?: boolean;
|
|
15918
|
+
featureP2sp?: boolean;
|
|
15919
|
+
fileSize?: number;
|
|
15920
|
+
frameRate?: number;
|
|
15921
|
+
hdrType?: number;
|
|
15922
|
+
height?: number;
|
|
15923
|
+
hidden?: boolean;
|
|
15924
|
+
id?: number;
|
|
15925
|
+
kvqScore?: TentacledKvqScore;
|
|
15926
|
+
makeupGain?: number;
|
|
15927
|
+
maxBitrate?: number;
|
|
15928
|
+
mute?: boolean;
|
|
15929
|
+
normalizeGain?: number;
|
|
15930
|
+
oriLoudness?: number;
|
|
15931
|
+
p2spCode?: string;
|
|
15932
|
+
quality?: number;
|
|
15933
|
+
qualityLabel?: string;
|
|
15934
|
+
qualityType?: string;
|
|
15935
|
+
url?: string;
|
|
15936
|
+
width?: number;
|
|
15937
|
+
[property: string]: any;
|
|
15938
|
+
};
|
|
15939
|
+
type TentacledKvqScore = {
|
|
15940
|
+
NR: number;
|
|
15941
|
+
NRPost: number;
|
|
15942
|
+
[property: string]: any;
|
|
15943
|
+
};
|
|
15944
|
+
type HevcPlayInfo = {
|
|
15945
|
+
cdnTimeRangeLevel: number;
|
|
15946
|
+
[property: string]: any;
|
|
15947
|
+
};
|
|
15948
|
+
type HevcVideoFeature = {
|
|
15949
|
+
avgEntropy: number;
|
|
15950
|
+
blockyProbability: number;
|
|
15951
|
+
blurProbability: number;
|
|
15952
|
+
mosScore: number;
|
|
15953
|
+
[property: string]: any;
|
|
15954
|
+
};
|
|
15955
|
+
type Tag = {
|
|
15956
|
+
__typename: string;
|
|
15957
|
+
name: string;
|
|
15958
|
+
type: string;
|
|
15959
|
+
[property: string]: any;
|
|
15960
|
+
};
|
|
15961
|
+
|
|
15962
|
+
type KsWorkComments = {
|
|
15963
|
+
data: Data;
|
|
15964
|
+
[property: string]: any;
|
|
15965
|
+
};
|
|
15966
|
+
type Data = {
|
|
15967
|
+
visionCommentList: VisionCommentList;
|
|
15968
|
+
[property: string]: any;
|
|
15969
|
+
};
|
|
15970
|
+
type VisionCommentList = {
|
|
15971
|
+
__typename: string;
|
|
15972
|
+
commentCount: number;
|
|
15973
|
+
pcursor: string;
|
|
15974
|
+
rootComments: RootComment[];
|
|
15975
|
+
[property: string]: any;
|
|
15976
|
+
};
|
|
15977
|
+
type RootComment = {
|
|
15978
|
+
__typename: string;
|
|
15979
|
+
authorId: string;
|
|
15980
|
+
authorLiked: boolean;
|
|
15981
|
+
authorName: string;
|
|
15982
|
+
commentId: string;
|
|
15983
|
+
content: string;
|
|
15984
|
+
headurl: string;
|
|
15985
|
+
liked: boolean;
|
|
15986
|
+
likedCount: string;
|
|
15987
|
+
realLikedCount: number;
|
|
15988
|
+
status: string;
|
|
15989
|
+
subCommentCount: number | null;
|
|
15990
|
+
subComments: SubComment[];
|
|
15991
|
+
subCommentsPcursor: null | string;
|
|
15992
|
+
timestamp: number;
|
|
15993
|
+
[property: string]: any;
|
|
15994
|
+
};
|
|
15995
|
+
type SubComment = {
|
|
15996
|
+
__typename: string;
|
|
15997
|
+
authorId: string;
|
|
15998
|
+
authorLiked: boolean;
|
|
15999
|
+
authorName: string;
|
|
16000
|
+
commentId: string;
|
|
16001
|
+
content: string;
|
|
16002
|
+
headurl: string;
|
|
16003
|
+
liked: boolean;
|
|
16004
|
+
likedCount: string;
|
|
16005
|
+
realLikedCount: number;
|
|
16006
|
+
replyTo: string;
|
|
16007
|
+
replyToUserName: string;
|
|
16008
|
+
status: string;
|
|
16009
|
+
timestamp: number;
|
|
16010
|
+
[property: string]: any;
|
|
16011
|
+
};
|
|
16012
|
+
|
|
16013
|
+
type DyTextWork = {
|
|
16014
|
+
aweme_detail: AwemeDetail;
|
|
16015
|
+
log_pb: LogPb;
|
|
16016
|
+
status_code: number;
|
|
16017
|
+
[property: string]: any;
|
|
16018
|
+
};
|
|
16019
|
+
type AwemeDetail = {
|
|
16020
|
+
activity_video_type: number;
|
|
16021
|
+
anchors: null;
|
|
16022
|
+
authentication_token: string;
|
|
16023
|
+
author: Author;
|
|
16024
|
+
author_mask_tag: number;
|
|
16025
|
+
author_user_id: number;
|
|
16026
|
+
aweme_acl: Awemeacl;
|
|
16027
|
+
aweme_control: AwemeControl;
|
|
16028
|
+
aweme_id: string;
|
|
16029
|
+
aweme_listen_struct: AwemeListenStruct;
|
|
16030
|
+
aweme_type: number;
|
|
16031
|
+
aweme_type_tags: string;
|
|
16032
|
+
boost_status: number;
|
|
16033
|
+
can_cache_to_local: boolean;
|
|
16034
|
+
caption: string;
|
|
16035
|
+
caption_template_id: number;
|
|
16036
|
+
category_da: number;
|
|
16037
|
+
cf_assets_type: number;
|
|
16038
|
+
cf_recheck_ts: number;
|
|
16039
|
+
challenge_position: null;
|
|
16040
|
+
chapter_list: null;
|
|
16041
|
+
collect_stat: number;
|
|
16042
|
+
collection_corner_mark: number;
|
|
16043
|
+
comment_gid: number;
|
|
16044
|
+
comment_list: null;
|
|
16045
|
+
comment_permission_info: CommentPermissionInfo;
|
|
16046
|
+
commerce_config_data: null;
|
|
16047
|
+
component_control: ComponentControl;
|
|
16048
|
+
component_info_v2: string;
|
|
16049
|
+
cover_labels: null;
|
|
16050
|
+
create_time: number;
|
|
16051
|
+
desc: string;
|
|
16052
|
+
disable_relation_bar: number;
|
|
16053
|
+
dislike_dimension_list: null;
|
|
16054
|
+
dislike_dimension_list_v2: null;
|
|
16055
|
+
distribute_circle: DistributeCircle;
|
|
16056
|
+
douplus_user_type: number;
|
|
16057
|
+
duet_aggregate_in_music_tab: boolean;
|
|
16058
|
+
duration: number;
|
|
16059
|
+
ecom_comment_atmosphere_type: number;
|
|
16060
|
+
enable_comment_sticker_rec: boolean;
|
|
16061
|
+
entertainment_product_info: EntertainmentProductInfo;
|
|
16062
|
+
entertainment_video_paid_way: EntertainmentVideoPaidWay;
|
|
16063
|
+
entertainment_video_type: number;
|
|
16064
|
+
fall_card_struct: FallCardStruct;
|
|
16065
|
+
feed_comment_config: FeedCommentConfig;
|
|
16066
|
+
flash_mob_trends: number;
|
|
16067
|
+
follow_shoot_clip_info: FollowShootClipInfo;
|
|
16068
|
+
friend_recommend_info: FriendRecommendInfo;
|
|
16069
|
+
game_tag_info: GameTagInfo;
|
|
16070
|
+
geofencing: string[];
|
|
16071
|
+
geofencing_regions: null;
|
|
16072
|
+
group_id: string;
|
|
16073
|
+
guide_scene_info: {
|
|
16074
|
+
[key: string]: any;
|
|
16075
|
+
};
|
|
16076
|
+
hybrid_label: null;
|
|
16077
|
+
image_album_music_info: ImageAlbumMusicInfo;
|
|
16078
|
+
image_comment: {
|
|
16079
|
+
[key: string]: any;
|
|
16080
|
+
};
|
|
16081
|
+
image_crop_ctrl: number;
|
|
16082
|
+
image_infos: null;
|
|
16083
|
+
image_item_quality_level: number;
|
|
16084
|
+
image_list: null;
|
|
16085
|
+
images: Image[];
|
|
16086
|
+
img_bitrate: string[];
|
|
16087
|
+
impression_data: ImpressionData;
|
|
16088
|
+
incentive_item_type: number;
|
|
16089
|
+
interaction_stickers: null;
|
|
16090
|
+
is_24_story: number;
|
|
16091
|
+
is_25_story: number;
|
|
16092
|
+
is_ads: boolean;
|
|
16093
|
+
is_collects_selected: number;
|
|
16094
|
+
is_duet_sing: boolean;
|
|
16095
|
+
is_from_ad_auth: boolean;
|
|
16096
|
+
is_image_beat: boolean;
|
|
16097
|
+
is_life_item: boolean;
|
|
16098
|
+
is_moment_history: number;
|
|
16099
|
+
is_moment_story: number;
|
|
16100
|
+
is_multi_content: number;
|
|
16101
|
+
is_new_text_mode: number;
|
|
16102
|
+
is_share_post: boolean;
|
|
16103
|
+
is_story: number;
|
|
16104
|
+
is_top: number;
|
|
16105
|
+
is_use_music: boolean;
|
|
16106
|
+
item_title: string;
|
|
16107
|
+
item_warn_notification: ItemWarnNotification;
|
|
16108
|
+
label_top_text: null;
|
|
16109
|
+
libfinsert_task_id: string;
|
|
16110
|
+
long_video: null;
|
|
16111
|
+
mark_largely_following: boolean;
|
|
16112
|
+
media_type: number;
|
|
16113
|
+
music: Music;
|
|
16114
|
+
nickname_position: null;
|
|
16115
|
+
origin_comment_ids: null;
|
|
16116
|
+
origin_duet_resource_uri: string;
|
|
16117
|
+
origin_text_extra: string[];
|
|
16118
|
+
original: number;
|
|
16119
|
+
original_images: null;
|
|
16120
|
+
packed_clips: null;
|
|
16121
|
+
personal_page_botton_diagnose_style: number;
|
|
16122
|
+
photo_search_entrance: PhotoSearchEntrance;
|
|
16123
|
+
play_progress: PlayProgress;
|
|
16124
|
+
position: null;
|
|
16125
|
+
preview_title: string;
|
|
16126
|
+
preview_video_status: number;
|
|
16127
|
+
promotions: string[];
|
|
16128
|
+
publish_plus_alienation: PublishPlusAlienation;
|
|
16129
|
+
rate: number;
|
|
16130
|
+
region: string;
|
|
16131
|
+
relation_labels: null;
|
|
16132
|
+
risk_infos: RiskInfos;
|
|
16133
|
+
select_anchor_expanded_content: number;
|
|
16134
|
+
seo_info: {
|
|
16135
|
+
[key: string]: any;
|
|
16136
|
+
};
|
|
16137
|
+
series_basic_info: {
|
|
16138
|
+
[key: string]: any;
|
|
16139
|
+
};
|
|
16140
|
+
series_paid_info: SeriesPaidInfo;
|
|
16141
|
+
share_info: AwemeDetailShareInfo;
|
|
16142
|
+
share_rec_extra: string;
|
|
16143
|
+
share_url: string;
|
|
16144
|
+
shoot_way: string;
|
|
16145
|
+
should_open_ad_report: boolean;
|
|
16146
|
+
show_follow_button: {
|
|
16147
|
+
[key: string]: any;
|
|
16148
|
+
};
|
|
16149
|
+
social_tag_list: null;
|
|
16150
|
+
statistics: Statistics;
|
|
16151
|
+
status: Status;
|
|
16152
|
+
suggest_words: SuggestWords;
|
|
16153
|
+
text_extra: TextExtra[];
|
|
16154
|
+
trends_event_track: string;
|
|
16155
|
+
uniqid_position: null;
|
|
16156
|
+
user_digged: number;
|
|
16157
|
+
user_recommend_status: number;
|
|
16158
|
+
video: Video;
|
|
16159
|
+
video_control: VideoControl;
|
|
16160
|
+
video_game_data_channel_config: {
|
|
16161
|
+
[key: string]: any;
|
|
16162
|
+
};
|
|
16163
|
+
video_labels: null;
|
|
16164
|
+
video_share_edit_status: number;
|
|
16165
|
+
video_tag: VideoTag[];
|
|
16166
|
+
video_text: string[];
|
|
16167
|
+
visual_search_info: VisualSearchInfo;
|
|
16168
|
+
xigua_base_info: XiguaBaseInfo;
|
|
16169
|
+
[property: string]: any;
|
|
16170
|
+
};
|
|
16171
|
+
type Author = {
|
|
16172
|
+
avatar_thumb: AuthorAvatarThumb;
|
|
16173
|
+
awemehts_greet_info: string;
|
|
16174
|
+
cf_list: null;
|
|
16175
|
+
close_friend_type: number;
|
|
16176
|
+
contacts_status: number;
|
|
16177
|
+
contrail_list: null;
|
|
16178
|
+
cover_url: Coverurl[];
|
|
16179
|
+
create_time: number;
|
|
16180
|
+
custom_verify: string;
|
|
16181
|
+
data_label_list: null;
|
|
16182
|
+
endorsement_info_list: null;
|
|
16183
|
+
enterprise_verify_reason: string;
|
|
16184
|
+
favoriting_count: number;
|
|
16185
|
+
follow_status: number;
|
|
16186
|
+
follower_count: number;
|
|
16187
|
+
follower_list_secondary_information_struct: null;
|
|
16188
|
+
follower_status: number;
|
|
16189
|
+
following_count: number;
|
|
16190
|
+
im_role_ids: null;
|
|
16191
|
+
is_ad_fake: boolean;
|
|
16192
|
+
is_blocked_v2: boolean;
|
|
16193
|
+
is_blocking_v2: boolean;
|
|
16194
|
+
is_cf: number;
|
|
16195
|
+
live_high_value: number;
|
|
16196
|
+
mate_add_permission: number;
|
|
16197
|
+
max_follower_count: number;
|
|
16198
|
+
nickname: string;
|
|
16199
|
+
offline_info_list: null;
|
|
16200
|
+
personal_tag_list: null;
|
|
16201
|
+
prevent_download: boolean;
|
|
16202
|
+
risk_notice_text: string;
|
|
16203
|
+
sec_uid: string;
|
|
16204
|
+
secret: number;
|
|
16205
|
+
share_info: AuthorShareInfo;
|
|
16206
|
+
short_id: string;
|
|
16207
|
+
signature: string;
|
|
16208
|
+
signature_extra: null;
|
|
16209
|
+
special_follow_status: number;
|
|
16210
|
+
special_people_labels: null;
|
|
16211
|
+
status: number;
|
|
16212
|
+
story_interactive: number;
|
|
16213
|
+
story_ring: StoryRing;
|
|
16214
|
+
story_ttl: number;
|
|
16215
|
+
text_extra: null;
|
|
16216
|
+
total_favorited: number;
|
|
16217
|
+
uid: string;
|
|
16218
|
+
unique_id: string;
|
|
16219
|
+
user_age: number;
|
|
16220
|
+
user_canceled: boolean;
|
|
16221
|
+
user_permissions: null;
|
|
16222
|
+
verification_type: number;
|
|
16223
|
+
[property: string]: any;
|
|
16224
|
+
};
|
|
16225
|
+
type AuthorAvatarThumb = {
|
|
16226
|
+
height: number;
|
|
16227
|
+
uri: string;
|
|
16228
|
+
url_list: string[];
|
|
16229
|
+
width: number;
|
|
16230
|
+
[property: string]: any;
|
|
16231
|
+
};
|
|
16232
|
+
type Coverurl = {
|
|
16233
|
+
height?: number;
|
|
16234
|
+
uri?: string;
|
|
16235
|
+
url_list?: string[];
|
|
16236
|
+
width?: number;
|
|
16237
|
+
[property: string]: any;
|
|
16238
|
+
};
|
|
16239
|
+
type AuthorShareInfo = {
|
|
16240
|
+
share_desc: string;
|
|
16241
|
+
share_desc_info: string;
|
|
16242
|
+
share_qrcode_url: ShareQrcodeurl;
|
|
16243
|
+
share_title: string;
|
|
16244
|
+
share_title_myself: string;
|
|
16245
|
+
share_title_other: string;
|
|
16246
|
+
share_url: string;
|
|
16247
|
+
share_weibo_desc: string;
|
|
16248
|
+
[property: string]: any;
|
|
16249
|
+
};
|
|
16250
|
+
type ShareQrcodeurl = {
|
|
16251
|
+
height: number;
|
|
16252
|
+
uri: string;
|
|
16253
|
+
url_list: string[];
|
|
16254
|
+
width: number;
|
|
16255
|
+
[property: string]: any;
|
|
16256
|
+
};
|
|
16257
|
+
type StoryRing = {
|
|
16258
|
+
story_rings: string[];
|
|
16259
|
+
version: number;
|
|
16260
|
+
[property: string]: any;
|
|
16261
|
+
};
|
|
16262
|
+
type Awemeacl = {
|
|
16263
|
+
download_mask_panel: DownloadMaskPanel;
|
|
16264
|
+
[property: string]: any;
|
|
16265
|
+
};
|
|
16266
|
+
type DownloadMaskPanel = {
|
|
16267
|
+
code: number;
|
|
16268
|
+
show_type: number;
|
|
16269
|
+
[property: string]: any;
|
|
16270
|
+
};
|
|
16271
|
+
type AwemeControl = {
|
|
16272
|
+
can_comment: boolean;
|
|
16273
|
+
can_forward: boolean;
|
|
16274
|
+
can_share: boolean;
|
|
16275
|
+
can_show_comment: boolean;
|
|
16276
|
+
[property: string]: any;
|
|
16277
|
+
};
|
|
16278
|
+
type AwemeListenStruct = {
|
|
16279
|
+
trace_info: string;
|
|
16280
|
+
[property: string]: any;
|
|
16281
|
+
};
|
|
16282
|
+
type CommentPermissionInfo = {
|
|
16283
|
+
can_comment: boolean;
|
|
16284
|
+
comment_permission_status: number;
|
|
16285
|
+
item_detail_entry: boolean;
|
|
16286
|
+
press_entry: boolean;
|
|
16287
|
+
toast_guide: boolean;
|
|
16288
|
+
[property: string]: any;
|
|
16289
|
+
};
|
|
16290
|
+
type ComponentControl = {
|
|
16291
|
+
data_source_url: string;
|
|
16292
|
+
[property: string]: any;
|
|
16293
|
+
};
|
|
16294
|
+
type DistributeCircle = {
|
|
16295
|
+
campus_block_interaction: boolean;
|
|
16296
|
+
distribute_type: number;
|
|
16297
|
+
is_campus: boolean;
|
|
16298
|
+
[property: string]: any;
|
|
16299
|
+
};
|
|
16300
|
+
type EntertainmentProductInfo = {
|
|
16301
|
+
market_info: MarketInfo;
|
|
16302
|
+
[property: string]: any;
|
|
16303
|
+
};
|
|
16304
|
+
type MarketInfo = {
|
|
16305
|
+
limit_free: LimitFree;
|
|
16306
|
+
[property: string]: any;
|
|
16307
|
+
};
|
|
16308
|
+
type LimitFree = {
|
|
16309
|
+
in_free: boolean;
|
|
16310
|
+
[property: string]: any;
|
|
16311
|
+
};
|
|
16312
|
+
type EntertainmentVideoPaidWay = {
|
|
16313
|
+
enable_use_new_ent_data: boolean;
|
|
16314
|
+
paid_type: number;
|
|
16315
|
+
paid_ways: string[];
|
|
16316
|
+
[property: string]: any;
|
|
16317
|
+
};
|
|
16318
|
+
type FallCardStruct = {
|
|
16319
|
+
recommend_reason_v2: string;
|
|
16320
|
+
[property: string]: any;
|
|
16321
|
+
};
|
|
16322
|
+
type FeedCommentConfig = {
|
|
16323
|
+
author_audit_status: number;
|
|
16324
|
+
common_flags: string;
|
|
16325
|
+
input_config_text: string;
|
|
16326
|
+
[property: string]: any;
|
|
16327
|
+
};
|
|
16328
|
+
type FollowShootClipInfo = {
|
|
16329
|
+
clip_from_platform: number;
|
|
16330
|
+
clip_video_all: number;
|
|
16331
|
+
origin_clip_id: number;
|
|
16332
|
+
[property: string]: any;
|
|
16333
|
+
};
|
|
16334
|
+
type FriendRecommendInfo = {
|
|
16335
|
+
disable_friend_recommend_guide_label: boolean;
|
|
16336
|
+
friend_recommend_source: number;
|
|
16337
|
+
[property: string]: any;
|
|
16338
|
+
};
|
|
16339
|
+
type GameTagInfo = {
|
|
16340
|
+
is_game: boolean;
|
|
16341
|
+
[property: string]: any;
|
|
16342
|
+
};
|
|
16343
|
+
type ImageAlbumMusicInfo = {
|
|
16344
|
+
begin_time: number;
|
|
16345
|
+
end_time: number;
|
|
16346
|
+
volume: number;
|
|
16347
|
+
[property: string]: any;
|
|
16348
|
+
};
|
|
16349
|
+
type Image = {
|
|
16350
|
+
download_url_list?: string[];
|
|
16351
|
+
height?: number;
|
|
16352
|
+
is_new_text_mode?: number;
|
|
16353
|
+
uri?: string;
|
|
16354
|
+
url_list?: string[];
|
|
16355
|
+
width?: number;
|
|
16356
|
+
[property: string]: any;
|
|
16357
|
+
};
|
|
16358
|
+
type ImpressionData = {
|
|
16359
|
+
group_id_list_a: string[];
|
|
16360
|
+
group_id_list_b: string[];
|
|
16361
|
+
group_id_list_c: string[];
|
|
16362
|
+
group_id_list_d: string[];
|
|
16363
|
+
similar_id_list_a: null;
|
|
16364
|
+
similar_id_list_b: null;
|
|
16365
|
+
[property: string]: any;
|
|
16366
|
+
};
|
|
16367
|
+
type ItemWarnNotification = {
|
|
16368
|
+
content: string;
|
|
16369
|
+
show: boolean;
|
|
16370
|
+
type: number;
|
|
16371
|
+
[property: string]: any;
|
|
16372
|
+
};
|
|
16373
|
+
type Music = {
|
|
16374
|
+
album: string;
|
|
16375
|
+
artist_user_infos: null;
|
|
16376
|
+
artists: string[];
|
|
16377
|
+
audition_duration: number;
|
|
16378
|
+
author: string;
|
|
16379
|
+
author_deleted: boolean;
|
|
16380
|
+
author_position: null;
|
|
16381
|
+
author_status: number;
|
|
16382
|
+
avatar_large: AvatarLarge;
|
|
16383
|
+
avatar_medium: AvatarMedium;
|
|
16384
|
+
avatar_thumb: MusicAvatarThumb;
|
|
16385
|
+
binded_challenge_id: number;
|
|
16386
|
+
can_background_play: boolean;
|
|
16387
|
+
collect_stat: number;
|
|
16388
|
+
cover_hd: Coverhd;
|
|
16389
|
+
cover_large: CoverLarge;
|
|
16390
|
+
cover_medium: MusicCoverMedium;
|
|
16391
|
+
cover_thumb: CoverThumb;
|
|
16392
|
+
dmv_auto_show: boolean;
|
|
16393
|
+
dsp_status: number;
|
|
16394
|
+
duration: number;
|
|
16395
|
+
end_time: number;
|
|
16396
|
+
external_song_info: string[];
|
|
16397
|
+
extra: string;
|
|
16398
|
+
id: number;
|
|
16399
|
+
id_str: string;
|
|
16400
|
+
is_audio_url_with_cookie: boolean;
|
|
16401
|
+
is_commerce_music: boolean;
|
|
16402
|
+
is_del_video: boolean;
|
|
16403
|
+
is_matched_metadata: boolean;
|
|
16404
|
+
is_original: boolean;
|
|
16405
|
+
is_original_sound: boolean;
|
|
16406
|
+
is_pgc: boolean;
|
|
16407
|
+
is_restricted: boolean;
|
|
16408
|
+
is_video_self_see: boolean;
|
|
16409
|
+
lyric_short_position: null;
|
|
16410
|
+
matched_pgc_sound: MatchedPgcSound;
|
|
16411
|
+
mid: string;
|
|
16412
|
+
music_chart_ranks: null;
|
|
16413
|
+
music_collect_count: number;
|
|
16414
|
+
music_cover_atmosphere_color_value: string;
|
|
16415
|
+
music_status: number;
|
|
16416
|
+
musician_user_infos: null;
|
|
16417
|
+
mute_share: boolean;
|
|
16418
|
+
offline_desc: string;
|
|
16419
|
+
owner_handle: string;
|
|
16420
|
+
owner_id: string;
|
|
16421
|
+
owner_nickname: string;
|
|
16422
|
+
pgc_music_type: number;
|
|
16423
|
+
play_url: Playurl;
|
|
16424
|
+
position: null;
|
|
16425
|
+
prevent_download: boolean;
|
|
16426
|
+
prevent_item_download_status: number;
|
|
16427
|
+
preview_end_time: number;
|
|
16428
|
+
preview_start_time: number;
|
|
16429
|
+
reason_type: number;
|
|
16430
|
+
redirect: boolean;
|
|
16431
|
+
schema_url: string;
|
|
16432
|
+
search_impr: SearchImpr;
|
|
16433
|
+
sec_uid: string;
|
|
16434
|
+
shoot_duration: number;
|
|
16435
|
+
show_origin_clip: boolean;
|
|
16436
|
+
song: Song;
|
|
16437
|
+
source_platform: number;
|
|
16438
|
+
start_time: number;
|
|
16439
|
+
status: number;
|
|
16440
|
+
tag_list: null;
|
|
16441
|
+
title: string;
|
|
16442
|
+
unshelve_countries: null;
|
|
16443
|
+
user_count: number;
|
|
16444
|
+
video_duration: number;
|
|
16445
|
+
[property: string]: any;
|
|
16446
|
+
};
|
|
16447
|
+
type AvatarLarge = {
|
|
16448
|
+
height: number;
|
|
16449
|
+
uri: string;
|
|
16450
|
+
url_list: string[];
|
|
16451
|
+
width: number;
|
|
16452
|
+
[property: string]: any;
|
|
16453
|
+
};
|
|
16454
|
+
type AvatarMedium = {
|
|
16455
|
+
height: number;
|
|
16456
|
+
uri: string;
|
|
16457
|
+
url_list: string[];
|
|
16458
|
+
width: number;
|
|
16459
|
+
[property: string]: any;
|
|
16460
|
+
};
|
|
16461
|
+
type MusicAvatarThumb = {
|
|
16462
|
+
height: number;
|
|
16463
|
+
uri: string;
|
|
16464
|
+
url_list: string[];
|
|
16465
|
+
width: number;
|
|
16466
|
+
[property: string]: any;
|
|
16467
|
+
};
|
|
16468
|
+
type Coverhd = {
|
|
16469
|
+
height: number;
|
|
16470
|
+
uri: string;
|
|
16471
|
+
url_list: string[];
|
|
16472
|
+
width: number;
|
|
16473
|
+
[property: string]: any;
|
|
16474
|
+
};
|
|
16475
|
+
type CoverLarge = {
|
|
16476
|
+
height: number;
|
|
16477
|
+
uri: string;
|
|
16478
|
+
url_list: string[];
|
|
16479
|
+
width: number;
|
|
16480
|
+
[property: string]: any;
|
|
16481
|
+
};
|
|
16482
|
+
type MusicCoverMedium = {
|
|
16483
|
+
height: number;
|
|
16484
|
+
uri: string;
|
|
16485
|
+
url_list: string[];
|
|
16486
|
+
width: number;
|
|
16487
|
+
[property: string]: any;
|
|
16488
|
+
};
|
|
16489
|
+
type CoverThumb = {
|
|
16490
|
+
height: number;
|
|
16491
|
+
uri: string;
|
|
16492
|
+
url_list: string[];
|
|
16493
|
+
width: number;
|
|
16494
|
+
[property: string]: any;
|
|
16495
|
+
};
|
|
16496
|
+
type MatchedPgcSound = {
|
|
16497
|
+
author: string;
|
|
16498
|
+
cover_medium: MatchedPgcSoundCoverMedium;
|
|
16499
|
+
mixed_author: string;
|
|
16500
|
+
mixed_title: string;
|
|
16501
|
+
title: string;
|
|
16502
|
+
[property: string]: any;
|
|
16503
|
+
};
|
|
16504
|
+
type MatchedPgcSoundCoverMedium = {
|
|
16505
|
+
height: number;
|
|
16506
|
+
uri: string;
|
|
16507
|
+
url_list: string[];
|
|
16508
|
+
width: number;
|
|
16509
|
+
[property: string]: any;
|
|
16510
|
+
};
|
|
16511
|
+
type Playurl = {
|
|
16512
|
+
height: number;
|
|
16513
|
+
uri: string;
|
|
16514
|
+
url_key: string;
|
|
16515
|
+
url_list: string[];
|
|
16516
|
+
width: number;
|
|
16517
|
+
[property: string]: any;
|
|
16518
|
+
};
|
|
16519
|
+
type SearchImpr = {
|
|
16520
|
+
entity_id: string;
|
|
16521
|
+
[property: string]: any;
|
|
16522
|
+
};
|
|
16523
|
+
type Song = {
|
|
16524
|
+
artists: null;
|
|
16525
|
+
id: number;
|
|
16526
|
+
id_str: string;
|
|
16527
|
+
[property: string]: any;
|
|
16528
|
+
};
|
|
16529
|
+
type PhotoSearchEntrance = {
|
|
16530
|
+
ecom_type: number;
|
|
16531
|
+
[property: string]: any;
|
|
16532
|
+
};
|
|
16533
|
+
type PlayProgress = {
|
|
16534
|
+
last_modified_time: number;
|
|
16535
|
+
play_progress: number;
|
|
16536
|
+
[property: string]: any;
|
|
16537
|
+
};
|
|
16538
|
+
type PublishPlusAlienation = {
|
|
16539
|
+
alienation_type: number;
|
|
16540
|
+
[property: string]: any;
|
|
16541
|
+
};
|
|
16542
|
+
type RiskInfos = {
|
|
16543
|
+
content: string;
|
|
16544
|
+
risk_sink: boolean;
|
|
16545
|
+
type: number;
|
|
16546
|
+
vote: boolean;
|
|
16547
|
+
warn: boolean;
|
|
16548
|
+
[property: string]: any;
|
|
16549
|
+
};
|
|
16550
|
+
type SeriesPaidInfo = {
|
|
16551
|
+
item_price: number;
|
|
16552
|
+
series_paid_status: number;
|
|
16553
|
+
[property: string]: any;
|
|
16554
|
+
};
|
|
16555
|
+
type AwemeDetailShareInfo = {
|
|
16556
|
+
share_desc: string;
|
|
16557
|
+
share_desc_info: string;
|
|
16558
|
+
share_link_desc: string;
|
|
16559
|
+
share_url: string;
|
|
16560
|
+
[property: string]: any;
|
|
16561
|
+
};
|
|
16562
|
+
type Statistics = {
|
|
16563
|
+
admire_count: number;
|
|
16564
|
+
aweme_id: string;
|
|
16565
|
+
collect_count: number;
|
|
16566
|
+
comment_count: number;
|
|
16567
|
+
digg_count: number;
|
|
16568
|
+
play_count: number;
|
|
16569
|
+
recommend_count: number;
|
|
16570
|
+
share_count: number;
|
|
16571
|
+
[property: string]: any;
|
|
16572
|
+
};
|
|
16573
|
+
type Status = {
|
|
16574
|
+
allow_friend_recommend: boolean;
|
|
16575
|
+
allow_friend_recommend_guide: boolean;
|
|
16576
|
+
allow_self_recommend_to_friend: boolean;
|
|
16577
|
+
allow_share: boolean;
|
|
16578
|
+
aweme_id: string;
|
|
16579
|
+
enable_soft_delete: number;
|
|
16580
|
+
in_reviewing: boolean;
|
|
16581
|
+
is_delete: boolean;
|
|
16582
|
+
is_prohibited: boolean;
|
|
16583
|
+
listen_video_status: number;
|
|
16584
|
+
not_allow_soft_del_reason: string;
|
|
16585
|
+
part_see: number;
|
|
16586
|
+
private_status: number;
|
|
16587
|
+
review_result: ReviewResult;
|
|
16588
|
+
[property: string]: any;
|
|
16589
|
+
};
|
|
16590
|
+
type ReviewResult = {
|
|
16591
|
+
review_status: number;
|
|
15872
16592
|
[property: string]: any;
|
|
15873
16593
|
};
|
|
15874
|
-
type
|
|
15875
|
-
|
|
16594
|
+
type SuggestWords = {
|
|
16595
|
+
suggest_words: SuggestWord[];
|
|
15876
16596
|
[property: string]: any;
|
|
15877
16597
|
};
|
|
15878
|
-
type
|
|
15879
|
-
|
|
15880
|
-
|
|
15881
|
-
|
|
15882
|
-
|
|
16598
|
+
type SuggestWord = {
|
|
16599
|
+
extra_info?: string;
|
|
16600
|
+
hint_text?: string;
|
|
16601
|
+
icon_url?: string;
|
|
16602
|
+
scene?: string;
|
|
16603
|
+
words?: Word[];
|
|
15883
16604
|
[property: string]: any;
|
|
15884
16605
|
};
|
|
15885
|
-
type
|
|
15886
|
-
|
|
15887
|
-
|
|
15888
|
-
|
|
15889
|
-
manualDefaultSelect: boolean;
|
|
15890
|
-
mediaType: number;
|
|
15891
|
-
playInfo: HevcPlayInfo;
|
|
15892
|
-
stereoType: number;
|
|
15893
|
-
version: string;
|
|
15894
|
-
videoFeature: HevcVideoFeature;
|
|
15895
|
-
videoId: string;
|
|
16606
|
+
type Word = {
|
|
16607
|
+
info: string;
|
|
16608
|
+
word: string;
|
|
16609
|
+
word_id: string;
|
|
15896
16610
|
[property: string]: any;
|
|
15897
16611
|
};
|
|
15898
|
-
type
|
|
15899
|
-
|
|
15900
|
-
|
|
15901
|
-
|
|
16612
|
+
type TextExtra = {
|
|
16613
|
+
caption_end: number;
|
|
16614
|
+
caption_start: number;
|
|
16615
|
+
end: number;
|
|
16616
|
+
hashtag_id?: string;
|
|
16617
|
+
hashtag_name?: string;
|
|
16618
|
+
is_commerce?: boolean;
|
|
16619
|
+
start: number;
|
|
16620
|
+
type: number;
|
|
15902
16621
|
[property: string]: any;
|
|
15903
16622
|
};
|
|
15904
|
-
type
|
|
15905
|
-
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15920
|
-
maxBitrate?: number;
|
|
15921
|
-
mute?: boolean;
|
|
15922
|
-
normalizeGain?: number;
|
|
15923
|
-
oriLoudness?: number;
|
|
15924
|
-
p2spCode?: string;
|
|
15925
|
-
quality?: number;
|
|
15926
|
-
qualityLabel?: string;
|
|
15927
|
-
qualityType?: string;
|
|
15928
|
-
url?: string;
|
|
15929
|
-
width?: number;
|
|
16623
|
+
type Video = {
|
|
16624
|
+
audio: {
|
|
16625
|
+
[key: string]: any;
|
|
16626
|
+
};
|
|
16627
|
+
big_thumbs: null;
|
|
16628
|
+
bit_rate_audio: null;
|
|
16629
|
+
cover: Cover;
|
|
16630
|
+
duration: number;
|
|
16631
|
+
has_watermark: boolean;
|
|
16632
|
+
height: number;
|
|
16633
|
+
is_h265: number;
|
|
16634
|
+
meta: string;
|
|
16635
|
+
origin_cover: OriginCover;
|
|
16636
|
+
play_addr: PlayAddr;
|
|
16637
|
+
ratio: string;
|
|
16638
|
+
width: number;
|
|
15930
16639
|
[property: string]: any;
|
|
15931
16640
|
};
|
|
15932
|
-
type
|
|
15933
|
-
|
|
15934
|
-
|
|
16641
|
+
type Cover = {
|
|
16642
|
+
height: number;
|
|
16643
|
+
uri: string;
|
|
16644
|
+
url_list: string[];
|
|
16645
|
+
width: number;
|
|
15935
16646
|
[property: string]: any;
|
|
15936
16647
|
};
|
|
15937
|
-
type
|
|
15938
|
-
|
|
16648
|
+
type OriginCover = {
|
|
16649
|
+
height: number;
|
|
16650
|
+
uri: string;
|
|
16651
|
+
url_list: string[];
|
|
16652
|
+
width: number;
|
|
15939
16653
|
[property: string]: any;
|
|
15940
16654
|
};
|
|
15941
|
-
type
|
|
15942
|
-
|
|
15943
|
-
|
|
15944
|
-
|
|
15945
|
-
|
|
16655
|
+
type PlayAddr = {
|
|
16656
|
+
height: number;
|
|
16657
|
+
uri: string;
|
|
16658
|
+
url_key: string;
|
|
16659
|
+
url_list: string[];
|
|
16660
|
+
width: number;
|
|
15946
16661
|
[property: string]: any;
|
|
15947
16662
|
};
|
|
15948
|
-
type
|
|
15949
|
-
|
|
15950
|
-
|
|
15951
|
-
|
|
16663
|
+
type VideoControl = {
|
|
16664
|
+
allow_douplus: boolean;
|
|
16665
|
+
allow_download: boolean;
|
|
16666
|
+
allow_duet: boolean;
|
|
16667
|
+
allow_dynamic_wallpaper: boolean;
|
|
16668
|
+
allow_music: boolean;
|
|
16669
|
+
allow_react: boolean;
|
|
16670
|
+
allow_record: boolean;
|
|
16671
|
+
allow_share: boolean;
|
|
16672
|
+
allow_stitch: boolean;
|
|
16673
|
+
disable_record_reason: string;
|
|
16674
|
+
download_ignore_visibility: boolean;
|
|
16675
|
+
download_info: DownloadInfo;
|
|
16676
|
+
draft_progress_bar: number;
|
|
16677
|
+
duet_ignore_visibility: boolean;
|
|
16678
|
+
duet_info: DuetInfo;
|
|
16679
|
+
prevent_download_type: number;
|
|
16680
|
+
share_grayed: boolean;
|
|
16681
|
+
share_ignore_visibility: boolean;
|
|
16682
|
+
share_type: number;
|
|
16683
|
+
show_progress_bar: number;
|
|
16684
|
+
timer_info: {
|
|
16685
|
+
[key: string]: any;
|
|
16686
|
+
};
|
|
16687
|
+
timer_status: number;
|
|
15952
16688
|
[property: string]: any;
|
|
15953
16689
|
};
|
|
15954
|
-
|
|
15955
|
-
|
|
15956
|
-
|
|
16690
|
+
type DownloadInfo = {
|
|
16691
|
+
fail_info: DownloadInfoFailInfo;
|
|
16692
|
+
level: number;
|
|
15957
16693
|
[property: string]: any;
|
|
15958
16694
|
};
|
|
15959
|
-
type
|
|
15960
|
-
|
|
16695
|
+
type DownloadInfoFailInfo = {
|
|
16696
|
+
code: number;
|
|
16697
|
+
msg: string;
|
|
16698
|
+
reason: string;
|
|
15961
16699
|
[property: string]: any;
|
|
15962
16700
|
};
|
|
15963
|
-
type
|
|
15964
|
-
|
|
15965
|
-
|
|
15966
|
-
pcursor: string;
|
|
15967
|
-
rootComments: RootComment[];
|
|
16701
|
+
type DuetInfo = {
|
|
16702
|
+
fail_info: DuetInfoFailInfo;
|
|
16703
|
+
level: number;
|
|
15968
16704
|
[property: string]: any;
|
|
15969
16705
|
};
|
|
15970
|
-
type
|
|
15971
|
-
|
|
15972
|
-
|
|
15973
|
-
authorLiked: boolean;
|
|
15974
|
-
authorName: string;
|
|
15975
|
-
commentId: string;
|
|
15976
|
-
content: string;
|
|
15977
|
-
headurl: string;
|
|
15978
|
-
liked: boolean;
|
|
15979
|
-
likedCount: string;
|
|
15980
|
-
realLikedCount: number;
|
|
15981
|
-
status: string;
|
|
15982
|
-
subCommentCount: number | null;
|
|
15983
|
-
subComments: SubComment[];
|
|
15984
|
-
subCommentsPcursor: null | string;
|
|
15985
|
-
timestamp: number;
|
|
16706
|
+
type DuetInfoFailInfo = {
|
|
16707
|
+
code: number;
|
|
16708
|
+
reason: string;
|
|
15986
16709
|
[property: string]: any;
|
|
15987
16710
|
};
|
|
15988
|
-
type
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
15992
|
-
|
|
15993
|
-
|
|
15994
|
-
|
|
15995
|
-
|
|
15996
|
-
|
|
15997
|
-
|
|
15998
|
-
|
|
15999
|
-
|
|
16000
|
-
|
|
16001
|
-
|
|
16002
|
-
|
|
16711
|
+
type VideoTag = {
|
|
16712
|
+
level: number;
|
|
16713
|
+
tag_id: number;
|
|
16714
|
+
tag_name: string;
|
|
16715
|
+
[property: string]: any;
|
|
16716
|
+
};
|
|
16717
|
+
type VisualSearchInfo = {
|
|
16718
|
+
is_ecom_img: boolean;
|
|
16719
|
+
is_high_accuracy_ecom: boolean;
|
|
16720
|
+
is_high_recall_ecom: boolean;
|
|
16721
|
+
is_show_img_entrance: boolean;
|
|
16722
|
+
[property: string]: any;
|
|
16723
|
+
};
|
|
16724
|
+
type XiguaBaseInfo = {
|
|
16725
|
+
item_id: number;
|
|
16726
|
+
star_altar_order_id: number;
|
|
16727
|
+
star_altar_type: number;
|
|
16728
|
+
status: number;
|
|
16729
|
+
[property: string]: any;
|
|
16730
|
+
};
|
|
16731
|
+
type LogPb = {
|
|
16732
|
+
impr_id: string;
|
|
16003
16733
|
[property: string]: any;
|
|
16004
16734
|
};
|
|
16005
16735
|
|
|
@@ -16098,6 +16828,10 @@ interface BilibiliDataOptionsMap {
|
|
|
16098
16828
|
};
|
|
16099
16829
|
}
|
|
16100
16830
|
interface DouyinDataOptionsMap {
|
|
16831
|
+
文字作品数据: {
|
|
16832
|
+
opt: DouyinMethodOptionsMap['WorkParams'];
|
|
16833
|
+
data: DyTextWork;
|
|
16834
|
+
};
|
|
16101
16835
|
聚合解析: {
|
|
16102
16836
|
opt: DouyinMethodOptionsMap['WorkParams'];
|
|
16103
16837
|
data: DyVideoWork | DyImageAlbumWork | DySlidesWork;
|
|
@@ -16236,7 +16970,7 @@ type ApiResponse<T = any> = SuccessResponse<T> | ErrorResponse;
|
|
|
16236
16970
|
* @returns 验证后的参数,符合原始API期望的类型
|
|
16237
16971
|
*/
|
|
16238
16972
|
declare const validateDouyinParams: <T extends DouyinMethodType>(methodType: T, params: unknown) => {
|
|
16239
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
16973
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
16240
16974
|
aweme_id: string;
|
|
16241
16975
|
} | {
|
|
16242
16976
|
methodType: "\u8BC4\u8BBA\u6570\u636E";
|
|
@@ -16400,14 +17134,22 @@ declare const createAmagiClient: (options?: Options) => {
|
|
|
16400
17134
|
douyin: {
|
|
16401
17135
|
/** 绑定了cookie和请求配置的抖音API对象,调用时不需要传递cookie */
|
|
16402
17136
|
api: {
|
|
17137
|
+
getTextWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
17138
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
17139
|
+
aweme_id: string;
|
|
17140
|
+
}, "methodType"> & {
|
|
17141
|
+
typeMode?: TypeMode;
|
|
17142
|
+
} & {
|
|
17143
|
+
typeMode?: M | undefined;
|
|
17144
|
+
}) => Promise<ApiResponse<ConditionalReturnType<DyTextWork, M>>>;
|
|
16403
17145
|
getWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
16404
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
17146
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
16405
17147
|
aweme_id: string;
|
|
16406
17148
|
}, "methodType"> & {
|
|
16407
17149
|
typeMode?: TypeMode;
|
|
16408
17150
|
} & {
|
|
16409
17151
|
typeMode?: M | undefined;
|
|
16410
|
-
}) => Promise<ApiResponse<ConditionalReturnType<
|
|
17152
|
+
}) => Promise<ApiResponse<ConditionalReturnType<DyImageAlbumWork | DySlidesWork | DyVideoWork, M>>>;
|
|
16411
17153
|
getVideoWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
16412
17154
|
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E";
|
|
16413
17155
|
aweme_id: string;
|
|
@@ -17519,6 +18261,20 @@ declare const bilibiliUtils: bilibiliUtilsModel;
|
|
|
17519
18261
|
* 每个方法都接受参数和 Cookie,返回 Promise,解析为统一格式的API响应。
|
|
17520
18262
|
*/
|
|
17521
18263
|
declare const douyin: {
|
|
18264
|
+
/**
|
|
18265
|
+
* 获取文字作品数据
|
|
18266
|
+
* @param options 请求参数,包含 aweme_id 和可选的 typeMode
|
|
18267
|
+
* @param cookie 有效的用户 Cookie
|
|
18268
|
+
* @returns 统一格式的API响应,包含文字作品详细信息
|
|
18269
|
+
*/
|
|
18270
|
+
getTextWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
18271
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
18272
|
+
aweme_id: string;
|
|
18273
|
+
}, "methodType"> & {
|
|
18274
|
+
typeMode?: TypeMode;
|
|
18275
|
+
} & {
|
|
18276
|
+
typeMode?: M | undefined;
|
|
18277
|
+
}, cookie: string, requestConfig?: RequestConfig) => Promise<ApiResponse<ConditionalReturnType<DyTextWork, M>>>;
|
|
17522
18278
|
/**
|
|
17523
18279
|
* 聚合解析 (视频/图集/合辑)
|
|
17524
18280
|
* @param options 请求参数,包含 aweme_id 和可选的 typeMode
|
|
@@ -17526,13 +18282,13 @@ declare const douyin: {
|
|
|
17526
18282
|
* @returns 统一格式的API响应,包含视频、图集或合辑数据
|
|
17527
18283
|
*/
|
|
17528
18284
|
getWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
17529
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
18285
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
17530
18286
|
aweme_id: string;
|
|
17531
18287
|
}, "methodType"> & {
|
|
17532
18288
|
typeMode?: TypeMode;
|
|
17533
18289
|
} & {
|
|
17534
18290
|
typeMode?: M | undefined;
|
|
17535
|
-
}, cookie: string, requestConfig?: RequestConfig) => Promise<ApiResponse<ConditionalReturnType<
|
|
18291
|
+
}, cookie: string, requestConfig?: RequestConfig) => Promise<ApiResponse<ConditionalReturnType<DyImageAlbumWork | DySlidesWork | DyVideoWork, M>>>;
|
|
17536
18292
|
/**
|
|
17537
18293
|
* 获取视频作品数据
|
|
17538
18294
|
* @param options 请求参数,包含 aweme_id 和可选的 typeMode
|
|
@@ -17729,19 +18485,32 @@ declare const douyin: {
|
|
|
17729
18485
|
* @returns 绑定了cookie的抖音API对象,调用时不需要再传递cookie
|
|
17730
18486
|
*/
|
|
17731
18487
|
declare const createBoundDouyinApi: (cookie: string, requestConfig: RequestConfig) => {
|
|
18488
|
+
/**
|
|
18489
|
+
* 获取文字作品数据
|
|
18490
|
+
* @param options 请求参数,包含 aweme_id 和可选的 typeMode
|
|
18491
|
+
* @returns 统一格式的API响应,包含文字作品详细信息
|
|
18492
|
+
*/
|
|
18493
|
+
getTextWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
18494
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
18495
|
+
aweme_id: string;
|
|
18496
|
+
}, "methodType"> & {
|
|
18497
|
+
typeMode?: TypeMode;
|
|
18498
|
+
} & {
|
|
18499
|
+
typeMode?: M | undefined;
|
|
18500
|
+
}) => Promise<ApiResponse<ConditionalReturnType<DyTextWork, M>>>;
|
|
17732
18501
|
/**
|
|
17733
18502
|
* 聚合解析 (视频/图集/合辑)
|
|
17734
18503
|
* @param options 请求参数,包含 aweme_id 和可选的 typeMode
|
|
17735
18504
|
* @returns 统一格式的API响应,包含视频、图集或合辑数据
|
|
17736
18505
|
*/
|
|
17737
18506
|
getWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
17738
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
18507
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
17739
18508
|
aweme_id: string;
|
|
17740
18509
|
}, "methodType"> & {
|
|
17741
18510
|
typeMode?: TypeMode;
|
|
17742
18511
|
} & {
|
|
17743
18512
|
typeMode?: M | undefined;
|
|
17744
|
-
}) => Promise<ApiResponse<ConditionalReturnType<
|
|
18513
|
+
}) => Promise<ApiResponse<ConditionalReturnType<DyImageAlbumWork | DySlidesWork | DyVideoWork, M>>>;
|
|
17745
18514
|
/**
|
|
17746
18515
|
* 获取视频作品数据
|
|
17747
18516
|
* @param options 请求参数,包含 aweme_id 和可选的 typeMode
|
|
@@ -18360,14 +19129,22 @@ declare const amagiClient: (options?: Options) => {
|
|
|
18360
19129
|
}) => Promise<ApiResponse<ConditionalReturnType<KuaishouDataOptionsMap[T]["data"], M>>>;
|
|
18361
19130
|
douyin: {
|
|
18362
19131
|
api: {
|
|
19132
|
+
getTextWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
19133
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
19134
|
+
aweme_id: string;
|
|
19135
|
+
}, "methodType"> & {
|
|
19136
|
+
typeMode?: TypeMode;
|
|
19137
|
+
} & {
|
|
19138
|
+
typeMode?: M | undefined;
|
|
19139
|
+
}) => Promise<ApiResponse<ConditionalReturnType<DyTextWork, M>>>;
|
|
18363
19140
|
getWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
18364
|
-
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790";
|
|
19141
|
+
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E" | "\u56FE\u96C6\u4F5C\u54C1\u6570\u636E" | "\u5408\u8F91\u4F5C\u54C1\u6570\u636E" | "\u805A\u5408\u89E3\u6790" | "\u6587\u5B57\u4F5C\u54C1\u6570\u636E";
|
|
18365
19142
|
aweme_id: string;
|
|
18366
19143
|
}, "methodType"> & {
|
|
18367
19144
|
typeMode?: TypeMode;
|
|
18368
19145
|
} & {
|
|
18369
19146
|
typeMode?: M | undefined;
|
|
18370
|
-
}) => Promise<ApiResponse<ConditionalReturnType<
|
|
19147
|
+
}) => Promise<ApiResponse<ConditionalReturnType<DyImageAlbumWork | DySlidesWork | DyVideoWork, M>>>;
|
|
18371
19148
|
getVideoWorkInfo: <M extends TypeMode>(options: Omit<{
|
|
18372
19149
|
methodType: "\u89C6\u9891\u4F5C\u54C1\u6570\u636E";
|
|
18373
19150
|
aweme_id: string;
|