@ikenxuan/amagi 5.6.0 → 5.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/default/index.d.ts +223 -71
- package/package.json +1 -1
package/dist/default/index.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ type NoteCard$2 = {
|
|
|
69
69
|
image_list: ImageList$2[];
|
|
70
70
|
interact_info: InteractInfo$2;
|
|
71
71
|
type: string;
|
|
72
|
-
user: User$
|
|
72
|
+
user: User$5;
|
|
73
73
|
[property: string]: any;
|
|
74
74
|
};
|
|
75
75
|
type CornerTagInfo = {
|
|
@@ -104,7 +104,7 @@ type InteractInfo$2 = {
|
|
|
104
104
|
shared_count: string;
|
|
105
105
|
[property: string]: any;
|
|
106
106
|
};
|
|
107
|
-
type User$
|
|
107
|
+
type User$5 = {
|
|
108
108
|
avatar: string;
|
|
109
109
|
nick_name: string;
|
|
110
110
|
nickname: string;
|
|
@@ -405,7 +405,7 @@ type NoteComments = {
|
|
|
405
405
|
[property: string]: any;
|
|
406
406
|
};
|
|
407
407
|
type DataData$e = {
|
|
408
|
-
comments: Comment$
|
|
408
|
+
comments: Comment$a[];
|
|
409
409
|
cursor: string;
|
|
410
410
|
has_more: boolean;
|
|
411
411
|
time: number;
|
|
@@ -413,7 +413,7 @@ type DataData$e = {
|
|
|
413
413
|
xsec_token: string;
|
|
414
414
|
[property: string]: any;
|
|
415
415
|
};
|
|
416
|
-
type Comment$
|
|
416
|
+
type Comment$a = {
|
|
417
417
|
at_users: string[];
|
|
418
418
|
content: string;
|
|
419
419
|
create_time: number;
|
|
@@ -520,7 +520,7 @@ type NoteCard$1 = {
|
|
|
520
520
|
time: number;
|
|
521
521
|
title: string;
|
|
522
522
|
type: string;
|
|
523
|
-
user: User$
|
|
523
|
+
user: User$4;
|
|
524
524
|
[property: string]: any;
|
|
525
525
|
};
|
|
526
526
|
type AtUserList = {
|
|
@@ -570,7 +570,7 @@ type TagList = {
|
|
|
570
570
|
type: string;
|
|
571
571
|
[property: string]: any;
|
|
572
572
|
};
|
|
573
|
-
type User$
|
|
573
|
+
type User$4 = {
|
|
574
574
|
avatar: string;
|
|
575
575
|
nickname: string;
|
|
576
576
|
user_id: string;
|
|
@@ -604,7 +604,7 @@ type NoteCard = {
|
|
|
604
604
|
display_title: string;
|
|
605
605
|
interact_info: InteractInfo;
|
|
606
606
|
type: string;
|
|
607
|
-
user: User$
|
|
607
|
+
user: User$3;
|
|
608
608
|
video?: Video$7;
|
|
609
609
|
[property: string]: any;
|
|
610
610
|
};
|
|
@@ -628,7 +628,7 @@ type InteractInfo = {
|
|
|
628
628
|
liked_count: string;
|
|
629
629
|
[property: string]: any;
|
|
630
630
|
};
|
|
631
|
-
type User$
|
|
631
|
+
type User$3 = {
|
|
632
632
|
avatar: string;
|
|
633
633
|
nick_name: string;
|
|
634
634
|
nickname: string;
|
|
@@ -1555,7 +1555,7 @@ type DyEmojiProList = {
|
|
|
1555
1555
|
extra: EmojiProListExtra;
|
|
1556
1556
|
flame_achieve_dashboard: FlameAchieveDashboard;
|
|
1557
1557
|
interactive_resource_config: InteractiveResourceConfig;
|
|
1558
|
-
log_pb: LogPb$
|
|
1558
|
+
log_pb: LogPb$b;
|
|
1559
1559
|
report_toggles: ReportToggles;
|
|
1560
1560
|
status_code: number;
|
|
1561
1561
|
status_msg: string;
|
|
@@ -2077,7 +2077,7 @@ type StickyConfig = {
|
|
|
2077
2077
|
sender_show?: string;
|
|
2078
2078
|
[property: string]: any;
|
|
2079
2079
|
};
|
|
2080
|
-
type LogPb$
|
|
2080
|
+
type LogPb$b = {
|
|
2081
2081
|
impr_id: string;
|
|
2082
2082
|
[property: string]: any;
|
|
2083
2083
|
};
|
|
@@ -2093,7 +2093,7 @@ type ReportToggles = {
|
|
|
2093
2093
|
/** 图集作品 */
|
|
2094
2094
|
type DyImageAlbumWork = {
|
|
2095
2095
|
aweme_detail: AwemeDetail$3;
|
|
2096
|
-
log_pb: LogPb$
|
|
2096
|
+
log_pb: LogPb$a;
|
|
2097
2097
|
status_code: number;
|
|
2098
2098
|
[property: string]: any;
|
|
2099
2099
|
};
|
|
@@ -2104,7 +2104,7 @@ type AwemeDetail$3 = {
|
|
|
2104
2104
|
author: Author$6;
|
|
2105
2105
|
author_mask_tag: number;
|
|
2106
2106
|
author_user_id: number;
|
|
2107
|
-
aweme_control: AwemeControl$
|
|
2107
|
+
aweme_control: AwemeControl$5;
|
|
2108
2108
|
aweme_id: string;
|
|
2109
2109
|
aweme_listen_struct: AwemeListenStruct$4;
|
|
2110
2110
|
aweme_type: number;
|
|
@@ -2217,7 +2217,7 @@ type AwemeDetail$3 = {
|
|
|
2217
2217
|
statistics: Statistics$5;
|
|
2218
2218
|
status: Status$4;
|
|
2219
2219
|
suggest_words: SuggestWords$5;
|
|
2220
|
-
text_extra: TextExtra$
|
|
2220
|
+
text_extra: TextExtra$5[];
|
|
2221
2221
|
uniqid_position: null;
|
|
2222
2222
|
user_digged: number;
|
|
2223
2223
|
user_recommend_status: number;
|
|
@@ -2319,7 +2319,7 @@ type ShareQrcodeurl$5 = {
|
|
|
2319
2319
|
width: number;
|
|
2320
2320
|
[property: string]: any;
|
|
2321
2321
|
};
|
|
2322
|
-
type AwemeControl$
|
|
2322
|
+
type AwemeControl$5 = {
|
|
2323
2323
|
can_comment: boolean;
|
|
2324
2324
|
can_forward: boolean;
|
|
2325
2325
|
can_share: boolean;
|
|
@@ -2640,7 +2640,7 @@ type Word$6 = {
|
|
|
2640
2640
|
word_id?: string;
|
|
2641
2641
|
[property: string]: any;
|
|
2642
2642
|
};
|
|
2643
|
-
type TextExtra$
|
|
2643
|
+
type TextExtra$5 = {
|
|
2644
2644
|
caption_end: number;
|
|
2645
2645
|
caption_start: number;
|
|
2646
2646
|
end: number;
|
|
@@ -2773,18 +2773,18 @@ type XiguaBaseInfo$4 = {
|
|
|
2773
2773
|
status: number;
|
|
2774
2774
|
[property: string]: any;
|
|
2775
2775
|
};
|
|
2776
|
-
type LogPb$
|
|
2776
|
+
type LogPb$a = {
|
|
2777
2777
|
impr_id: string;
|
|
2778
2778
|
[property: string]: any;
|
|
2779
2779
|
};
|
|
2780
2780
|
|
|
2781
2781
|
type DyMusicWork = {
|
|
2782
|
-
extra: Extra$
|
|
2782
|
+
extra: Extra$5;
|
|
2783
2783
|
feature_data: {
|
|
2784
2784
|
[key: string]: any;
|
|
2785
2785
|
};
|
|
2786
2786
|
high_upload_ratio: number;
|
|
2787
|
-
log_pb: LogPb$
|
|
2787
|
+
log_pb: LogPb$9;
|
|
2788
2788
|
msg: string;
|
|
2789
2789
|
music_info: MusicInfo;
|
|
2790
2790
|
rec_list: string[];
|
|
@@ -2795,13 +2795,13 @@ type DyMusicWork = {
|
|
|
2795
2795
|
trends_infos: null;
|
|
2796
2796
|
[property: string]: any;
|
|
2797
2797
|
};
|
|
2798
|
-
type Extra$
|
|
2798
|
+
type Extra$5 = {
|
|
2799
2799
|
fatal_item_ids: string[];
|
|
2800
2800
|
logid: string;
|
|
2801
2801
|
now: number;
|
|
2802
2802
|
[property: string]: any;
|
|
2803
2803
|
};
|
|
2804
|
-
type LogPb$
|
|
2804
|
+
type LogPb$9 = {
|
|
2805
2805
|
impr_id: string;
|
|
2806
2806
|
[property: string]: any;
|
|
2807
2807
|
};
|
|
@@ -2816,7 +2816,7 @@ type MusicInfo = {
|
|
|
2816
2816
|
author_status: number;
|
|
2817
2817
|
avatar_large: AvatarLarge$3;
|
|
2818
2818
|
avatar_medium: AvatarMedium$4;
|
|
2819
|
-
avatar_thumb: AvatarThumb$
|
|
2819
|
+
avatar_thumb: AvatarThumb$3;
|
|
2820
2820
|
binded_challenge_id: number;
|
|
2821
2821
|
can_background_play: boolean;
|
|
2822
2822
|
collect_stat: number;
|
|
@@ -2898,7 +2898,7 @@ type AvatarMedium$4 = {
|
|
|
2898
2898
|
width: number;
|
|
2899
2899
|
[property: string]: any;
|
|
2900
2900
|
};
|
|
2901
|
-
type AvatarThumb$
|
|
2901
|
+
type AvatarThumb$3 = {
|
|
2902
2902
|
height: number;
|
|
2903
2903
|
uri: string;
|
|
2904
2904
|
url_list: string[];
|
|
@@ -3014,11 +3014,11 @@ type DySearchInfo = {
|
|
|
3014
3014
|
cursor: number;
|
|
3015
3015
|
data: Datum$2[];
|
|
3016
3016
|
douyin_ai_search_info: DouyinaiSearchInfo;
|
|
3017
|
-
extra: Extra$
|
|
3017
|
+
extra: Extra$4;
|
|
3018
3018
|
global_doodle_config: GlobalDoodleConfig;
|
|
3019
3019
|
guide_search_words: GuideSearchWord[];
|
|
3020
3020
|
has_more: number;
|
|
3021
|
-
log_pb: LogPb$
|
|
3021
|
+
log_pb: LogPb$8;
|
|
3022
3022
|
multi_columns_info: MultiColumnsInfo;
|
|
3023
3023
|
ops: null;
|
|
3024
3024
|
path: string;
|
|
@@ -3122,7 +3122,7 @@ type AwemeInfo = {
|
|
|
3122
3122
|
statistics: Statistics$4;
|
|
3123
3123
|
status: AwemeInfoStatus;
|
|
3124
3124
|
suggest_words: SuggestWords$4;
|
|
3125
|
-
text_extra: TextExtra$
|
|
3125
|
+
text_extra: TextExtra$4[];
|
|
3126
3126
|
trends_infos: null;
|
|
3127
3127
|
tts_id_list: null;
|
|
3128
3128
|
uniqid_position: null;
|
|
@@ -3419,7 +3419,7 @@ type Word$5 = {
|
|
|
3419
3419
|
word_id: string;
|
|
3420
3420
|
[property: string]: any;
|
|
3421
3421
|
};
|
|
3422
|
-
type TextExtra$
|
|
3422
|
+
type TextExtra$4 = {
|
|
3423
3423
|
end: number;
|
|
3424
3424
|
hashtag_id: string;
|
|
3425
3425
|
hashtag_name: string;
|
|
@@ -3802,7 +3802,7 @@ type DouyinaiSearchInfo = {
|
|
|
3802
3802
|
is_simple_qa_intent: boolean;
|
|
3803
3803
|
[property: string]: any;
|
|
3804
3804
|
};
|
|
3805
|
-
type Extra$
|
|
3805
|
+
type Extra$4 = {
|
|
3806
3806
|
fatal_item_ids: string[];
|
|
3807
3807
|
logid: string;
|
|
3808
3808
|
now: number;
|
|
@@ -3821,7 +3821,7 @@ type GuideSearchWord = {
|
|
|
3821
3821
|
word: string;
|
|
3822
3822
|
[property: string]: any;
|
|
3823
3823
|
};
|
|
3824
|
-
type LogPb$
|
|
3824
|
+
type LogPb$8 = {
|
|
3825
3825
|
impr_id: string;
|
|
3826
3826
|
[property: string]: any;
|
|
3827
3827
|
};
|
|
@@ -3838,7 +3838,7 @@ type TimeCost$1 = {
|
|
|
3838
3838
|
/** 合辑作品 */
|
|
3839
3839
|
type DySlidesWork = {
|
|
3840
3840
|
aweme_detail: AwemeDetail$2;
|
|
3841
|
-
log_pb: LogPb$
|
|
3841
|
+
log_pb: LogPb$7;
|
|
3842
3842
|
status_code: number;
|
|
3843
3843
|
[property: string]: any;
|
|
3844
3844
|
};
|
|
@@ -3849,7 +3849,7 @@ type AwemeDetail$2 = {
|
|
|
3849
3849
|
author: Author$4;
|
|
3850
3850
|
author_mask_tag: number;
|
|
3851
3851
|
author_user_id: number;
|
|
3852
|
-
aweme_control: AwemeControl$
|
|
3852
|
+
aweme_control: AwemeControl$4;
|
|
3853
3853
|
aweme_id: string;
|
|
3854
3854
|
aweme_listen_struct: AwemeListenStruct$3;
|
|
3855
3855
|
aweme_type: number;
|
|
@@ -3964,7 +3964,7 @@ type AwemeDetail$2 = {
|
|
|
3964
3964
|
statistics: Statistics$3;
|
|
3965
3965
|
status: Status$3;
|
|
3966
3966
|
suggest_words: SuggestWords$3;
|
|
3967
|
-
text_extra: TextExtra$
|
|
3967
|
+
text_extra: TextExtra$3[];
|
|
3968
3968
|
uniqid_position: null;
|
|
3969
3969
|
user_digged: number;
|
|
3970
3970
|
user_recommend_status: number;
|
|
@@ -3983,7 +3983,7 @@ type AwemeDetail$2 = {
|
|
|
3983
3983
|
};
|
|
3984
3984
|
type Author$4 = {
|
|
3985
3985
|
account_cert_info: string;
|
|
3986
|
-
avatar_thumb: AvatarThumb$
|
|
3986
|
+
avatar_thumb: AvatarThumb$2;
|
|
3987
3987
|
awemehts_greet_info: string;
|
|
3988
3988
|
cf_list: null;
|
|
3989
3989
|
close_friend_type: number;
|
|
@@ -4033,7 +4033,7 @@ type Author$4 = {
|
|
|
4033
4033
|
verification_type: number;
|
|
4034
4034
|
[property: string]: any;
|
|
4035
4035
|
};
|
|
4036
|
-
type AvatarThumb$
|
|
4036
|
+
type AvatarThumb$2 = {
|
|
4037
4037
|
height: number;
|
|
4038
4038
|
uri: string;
|
|
4039
4039
|
url_list: string[];
|
|
@@ -4065,7 +4065,7 @@ type ShareQrcodeurl$4 = {
|
|
|
4065
4065
|
width: number;
|
|
4066
4066
|
[property: string]: any;
|
|
4067
4067
|
};
|
|
4068
|
-
type AwemeControl$
|
|
4068
|
+
type AwemeControl$4 = {
|
|
4069
4069
|
can_comment: boolean;
|
|
4070
4070
|
can_forward: boolean;
|
|
4071
4071
|
can_share: boolean;
|
|
@@ -4484,7 +4484,7 @@ type Word$4 = {
|
|
|
4484
4484
|
word_id?: string;
|
|
4485
4485
|
[property: string]: any;
|
|
4486
4486
|
};
|
|
4487
|
-
type TextExtra$
|
|
4487
|
+
type TextExtra$3 = {
|
|
4488
4488
|
caption_end: number;
|
|
4489
4489
|
caption_start: number;
|
|
4490
4490
|
end: number;
|
|
@@ -4603,7 +4603,7 @@ type XiguaBaseInfo$3 = {
|
|
|
4603
4603
|
status: number;
|
|
4604
4604
|
[property: string]: any;
|
|
4605
4605
|
};
|
|
4606
|
-
type LogPb$
|
|
4606
|
+
type LogPb$7 = {
|
|
4607
4607
|
impr_id: string;
|
|
4608
4608
|
[property: string]: any;
|
|
4609
4609
|
};
|
|
@@ -4611,7 +4611,7 @@ type LogPb$6 = {
|
|
|
4611
4611
|
type DySuggestWords = {
|
|
4612
4612
|
data: Datum$1[];
|
|
4613
4613
|
errno: string;
|
|
4614
|
-
extra: Extra$
|
|
4614
|
+
extra: Extra$3;
|
|
4615
4615
|
log_id: string;
|
|
4616
4616
|
msg: string;
|
|
4617
4617
|
real_log_id: string;
|
|
@@ -4661,7 +4661,7 @@ type FluffyExtraInfo = {
|
|
|
4661
4661
|
rel_info: string;
|
|
4662
4662
|
[property: string]: any;
|
|
4663
4663
|
};
|
|
4664
|
-
type Extra$
|
|
4664
|
+
type Extra$3 = {
|
|
4665
4665
|
call_per_refresh: string;
|
|
4666
4666
|
qrec_extra: string;
|
|
4667
4667
|
RespFrom: string;
|
|
@@ -4677,31 +4677,31 @@ type TimeCost = {
|
|
|
4677
4677
|
};
|
|
4678
4678
|
|
|
4679
4679
|
type DyUserInfo = {
|
|
4680
|
-
extra: Extra$
|
|
4681
|
-
log_pb: LogPb$
|
|
4680
|
+
extra: Extra$2;
|
|
4681
|
+
log_pb: LogPb$6;
|
|
4682
4682
|
status_code: number;
|
|
4683
4683
|
status_msg: null;
|
|
4684
|
-
user: User$
|
|
4684
|
+
user: User$2;
|
|
4685
4685
|
[property: string]: any;
|
|
4686
4686
|
};
|
|
4687
|
-
type Extra$
|
|
4687
|
+
type Extra$2 = {
|
|
4688
4688
|
fatal_item_ids: string[];
|
|
4689
4689
|
logid: string;
|
|
4690
4690
|
now: number;
|
|
4691
4691
|
[property: string]: any;
|
|
4692
4692
|
};
|
|
4693
|
-
type LogPb$
|
|
4693
|
+
type LogPb$6 = {
|
|
4694
4694
|
impr_id: string;
|
|
4695
4695
|
[property: string]: any;
|
|
4696
4696
|
};
|
|
4697
|
-
type User$
|
|
4697
|
+
type User$2 = {
|
|
4698
4698
|
account_cert_info: string;
|
|
4699
4699
|
apple_account: number;
|
|
4700
4700
|
avatar_168x168: Avatar168X168;
|
|
4701
4701
|
avatar_300x300: Avatar300X300;
|
|
4702
4702
|
avatar_larger: AvatarLarger;
|
|
4703
4703
|
avatar_medium: AvatarMedium$3;
|
|
4704
|
-
avatar_thumb: AvatarThumb;
|
|
4704
|
+
avatar_thumb: AvatarThumb$1;
|
|
4705
4705
|
aweme_count: number;
|
|
4706
4706
|
aweme_count_correction_threshold: number;
|
|
4707
4707
|
birthday_hide_level: number;
|
|
@@ -4856,7 +4856,7 @@ type AvatarMedium$3 = {
|
|
|
4856
4856
|
width: number;
|
|
4857
4857
|
[property: string]: any;
|
|
4858
4858
|
};
|
|
4859
|
-
type AvatarThumb = {
|
|
4859
|
+
type AvatarThumb$1 = {
|
|
4860
4860
|
height: number;
|
|
4861
4861
|
uri: string;
|
|
4862
4862
|
url_list: string[];
|
|
@@ -5018,7 +5018,7 @@ type Data$f = {
|
|
|
5018
5018
|
room_status: number;
|
|
5019
5019
|
shark_decision_conf: string;
|
|
5020
5020
|
similar_rooms: SimilarRoom[];
|
|
5021
|
-
user: User;
|
|
5021
|
+
user: User$1;
|
|
5022
5022
|
web_stream_url: WebStreamurl;
|
|
5023
5023
|
[property: string]: any;
|
|
5024
5024
|
};
|
|
@@ -7046,7 +7046,7 @@ type StickyQuality = {
|
|
|
7046
7046
|
v_codec: string;
|
|
7047
7047
|
[property: string]: any;
|
|
7048
7048
|
};
|
|
7049
|
-
type User = {
|
|
7049
|
+
type User$1 = {
|
|
7050
7050
|
avatar_thumb: UserAvatarThumb;
|
|
7051
7051
|
follow_info: UserFollowInfo;
|
|
7052
7052
|
foreign_user: number;
|
|
@@ -7088,7 +7088,7 @@ type UserLiveVideosExtra = {
|
|
|
7088
7088
|
type DyUserPostVideos = {
|
|
7089
7089
|
aweme_list: AwemeList[];
|
|
7090
7090
|
has_more: number;
|
|
7091
|
-
log_pb: LogPb$
|
|
7091
|
+
log_pb: LogPb$5;
|
|
7092
7092
|
max_cursor: number;
|
|
7093
7093
|
min_cursor: number;
|
|
7094
7094
|
post_serial: number;
|
|
@@ -7107,7 +7107,7 @@ type AwemeList = {
|
|
|
7107
7107
|
author: Author$3;
|
|
7108
7108
|
author_mask_tag: number;
|
|
7109
7109
|
author_user_id: number;
|
|
7110
|
-
aweme_control: AwemeControl$
|
|
7110
|
+
aweme_control: AwemeControl$3;
|
|
7111
7111
|
aweme_id: string;
|
|
7112
7112
|
aweme_listen_struct: AwemeListenStruct$2;
|
|
7113
7113
|
aweme_type: number;
|
|
@@ -7220,7 +7220,7 @@ type AwemeList = {
|
|
|
7220
7220
|
statistics: Statistics$2;
|
|
7221
7221
|
status: Status$2;
|
|
7222
7222
|
suggest_words: SuggestWords$2;
|
|
7223
|
-
text_extra: TextExtra$
|
|
7223
|
+
text_extra: TextExtra$2[];
|
|
7224
7224
|
trends_infos: null;
|
|
7225
7225
|
tts_id_list: null;
|
|
7226
7226
|
uniqid_position: null;
|
|
@@ -7355,7 +7355,7 @@ type ShareQrcodeurl$2 = {
|
|
|
7355
7355
|
width: number;
|
|
7356
7356
|
[property: string]: any;
|
|
7357
7357
|
};
|
|
7358
|
-
type AwemeControl$
|
|
7358
|
+
type AwemeControl$3 = {
|
|
7359
7359
|
can_comment: boolean;
|
|
7360
7360
|
can_forward: boolean;
|
|
7361
7361
|
can_share: boolean;
|
|
@@ -7737,7 +7737,7 @@ type Word$2 = {
|
|
|
7737
7737
|
word_id: string;
|
|
7738
7738
|
[property: string]: any;
|
|
7739
7739
|
};
|
|
7740
|
-
type TextExtra$
|
|
7740
|
+
type TextExtra$2 = {
|
|
7741
7741
|
caption_end: number;
|
|
7742
7742
|
caption_start: number;
|
|
7743
7743
|
end: number;
|
|
@@ -7995,7 +7995,7 @@ type XiguaBaseInfo$2 = {
|
|
|
7995
7995
|
status: number;
|
|
7996
7996
|
[property: string]: any;
|
|
7997
7997
|
};
|
|
7998
|
-
type LogPb$
|
|
7998
|
+
type LogPb$5 = {
|
|
7999
7999
|
impr_id: string;
|
|
8000
8000
|
[property: string]: any;
|
|
8001
8001
|
};
|
|
@@ -8003,7 +8003,7 @@ type LogPb$4 = {
|
|
|
8003
8003
|
/** 单个视频作品 */
|
|
8004
8004
|
type DyVideoWork = {
|
|
8005
8005
|
aweme_detail: AwemeDetail$1;
|
|
8006
|
-
log_pb: LogPb$
|
|
8006
|
+
log_pb: LogPb$4;
|
|
8007
8007
|
status_code: number;
|
|
8008
8008
|
[property: string]: any;
|
|
8009
8009
|
};
|
|
@@ -8014,7 +8014,7 @@ type AwemeDetail$1 = {
|
|
|
8014
8014
|
author: Author$2;
|
|
8015
8015
|
author_mask_tag: number;
|
|
8016
8016
|
author_user_id: number;
|
|
8017
|
-
aweme_control: AwemeControl$
|
|
8017
|
+
aweme_control: AwemeControl$2;
|
|
8018
8018
|
aweme_id: string;
|
|
8019
8019
|
aweme_listen_struct: AwemeListenStruct$1;
|
|
8020
8020
|
aweme_type: number;
|
|
@@ -8228,7 +8228,7 @@ type ShareQrcodeurl$1 = {
|
|
|
8228
8228
|
width: number;
|
|
8229
8229
|
[property: string]: any;
|
|
8230
8230
|
};
|
|
8231
|
-
type AwemeControl$
|
|
8231
|
+
type AwemeControl$2 = {
|
|
8232
8232
|
can_comment: boolean;
|
|
8233
8233
|
can_forward: boolean;
|
|
8234
8234
|
can_share: boolean;
|
|
@@ -8739,7 +8739,7 @@ type XiguaBaseInfo$1 = {
|
|
|
8739
8739
|
status: number;
|
|
8740
8740
|
[property: string]: any;
|
|
8741
8741
|
};
|
|
8742
|
-
type LogPb$
|
|
8742
|
+
type LogPb$4 = {
|
|
8743
8743
|
impr_id: string;
|
|
8744
8744
|
[property: string]: any;
|
|
8745
8745
|
};
|
|
@@ -8749,9 +8749,9 @@ type DyWorkComments = {
|
|
|
8749
8749
|
comment_config: {
|
|
8750
8750
|
[key: string]: any;
|
|
8751
8751
|
};
|
|
8752
|
-
comments: Comment$
|
|
8752
|
+
comments: Comment$9[];
|
|
8753
8753
|
cursor: number;
|
|
8754
|
-
extra: Extra;
|
|
8754
|
+
extra: Extra$1;
|
|
8755
8755
|
fast_response_comment: FastResponseComment;
|
|
8756
8756
|
folded_comment_count: number;
|
|
8757
8757
|
general_comment_config: {
|
|
@@ -8759,7 +8759,7 @@ type DyWorkComments = {
|
|
|
8759
8759
|
};
|
|
8760
8760
|
has_more: number;
|
|
8761
8761
|
hotsoon_filtered_count: number;
|
|
8762
|
-
log_pb: LogPb$
|
|
8762
|
+
log_pb: LogPb$3;
|
|
8763
8763
|
reply_style: number;
|
|
8764
8764
|
show_management_entry_point: number;
|
|
8765
8765
|
status_code: number;
|
|
@@ -8767,7 +8767,7 @@ type DyWorkComments = {
|
|
|
8767
8767
|
user_commented: number;
|
|
8768
8768
|
[property: string]: any;
|
|
8769
8769
|
};
|
|
8770
|
-
type Comment$
|
|
8770
|
+
type Comment$9 = {
|
|
8771
8771
|
aweme_id: string;
|
|
8772
8772
|
can_share: boolean;
|
|
8773
8773
|
cid: string;
|
|
@@ -9051,7 +9051,7 @@ type FluffyAwemeControl = {
|
|
|
9051
9051
|
can_show_comment: boolean;
|
|
9052
9052
|
[property: string]: any;
|
|
9053
9053
|
};
|
|
9054
|
-
type Extra = {
|
|
9054
|
+
type Extra$1 = {
|
|
9055
9055
|
fatal_item_ids: null;
|
|
9056
9056
|
now: number;
|
|
9057
9057
|
[property: string]: any;
|
|
@@ -9061,7 +9061,7 @@ type FastResponseComment = {
|
|
|
9061
9061
|
timed_response_words: string[];
|
|
9062
9062
|
[property: string]: any;
|
|
9063
9063
|
};
|
|
9064
|
-
type LogPb$
|
|
9064
|
+
type LogPb$3 = {
|
|
9065
9065
|
impr_id: string;
|
|
9066
9066
|
[property: string]: any;
|
|
9067
9067
|
};
|
|
@@ -9070,7 +9070,7 @@ type DyDanmakuList = {
|
|
|
9070
9070
|
danmaku_list: DanmakuList[];
|
|
9071
9071
|
end_time: number;
|
|
9072
9072
|
extra: DataExtra;
|
|
9073
|
-
log_pb: LogPb$
|
|
9073
|
+
log_pb: LogPb$2;
|
|
9074
9074
|
start_time: number;
|
|
9075
9075
|
status_code: number;
|
|
9076
9076
|
total: number;
|
|
@@ -9109,6 +9109,158 @@ type DataExtra = {
|
|
|
9109
9109
|
now: number;
|
|
9110
9110
|
[property: string]: any;
|
|
9111
9111
|
};
|
|
9112
|
+
type LogPb$2 = {
|
|
9113
|
+
impr_id: string;
|
|
9114
|
+
[property: string]: any;
|
|
9115
|
+
};
|
|
9116
|
+
|
|
9117
|
+
type CommentReply = {
|
|
9118
|
+
comments: Comment$8[];
|
|
9119
|
+
cursor: number;
|
|
9120
|
+
extra: Extra;
|
|
9121
|
+
has_more: number;
|
|
9122
|
+
log_pb: LogPb$1;
|
|
9123
|
+
status_code: number;
|
|
9124
|
+
total: number;
|
|
9125
|
+
[property: string]: any;
|
|
9126
|
+
};
|
|
9127
|
+
type Comment$8 = {
|
|
9128
|
+
aweme_id: string;
|
|
9129
|
+
can_share: boolean;
|
|
9130
|
+
cid: string;
|
|
9131
|
+
comment_reply_total: number;
|
|
9132
|
+
content_type: number;
|
|
9133
|
+
create_time: number;
|
|
9134
|
+
digg_count: number;
|
|
9135
|
+
image_list: null;
|
|
9136
|
+
ip_label: string;
|
|
9137
|
+
is_author_digged: boolean;
|
|
9138
|
+
is_folded: boolean;
|
|
9139
|
+
is_hot: boolean;
|
|
9140
|
+
is_note_comment: number;
|
|
9141
|
+
label_list: null;
|
|
9142
|
+
label_text: string;
|
|
9143
|
+
label_type: number;
|
|
9144
|
+
level: number;
|
|
9145
|
+
reply_comment: null;
|
|
9146
|
+
reply_id: string;
|
|
9147
|
+
reply_to_reply_id: string;
|
|
9148
|
+
reply_to_user_sec_id: string;
|
|
9149
|
+
reply_to_userid: string;
|
|
9150
|
+
reply_to_username: string;
|
|
9151
|
+
root_comment_id: string;
|
|
9152
|
+
status: number;
|
|
9153
|
+
text: string;
|
|
9154
|
+
text_extra: TextExtra$1[];
|
|
9155
|
+
text_music_info: null;
|
|
9156
|
+
user: User;
|
|
9157
|
+
user_buried: boolean;
|
|
9158
|
+
user_digged: number;
|
|
9159
|
+
video_list: null;
|
|
9160
|
+
[property: string]: any;
|
|
9161
|
+
};
|
|
9162
|
+
type TextExtra$1 = {
|
|
9163
|
+
end?: number;
|
|
9164
|
+
hashtag_id?: string;
|
|
9165
|
+
hashtag_name?: string;
|
|
9166
|
+
sec_uid?: string;
|
|
9167
|
+
start?: number;
|
|
9168
|
+
type?: number;
|
|
9169
|
+
user_id?: string;
|
|
9170
|
+
[property: string]: any;
|
|
9171
|
+
};
|
|
9172
|
+
type User = {
|
|
9173
|
+
ad_cover_url: null;
|
|
9174
|
+
avatar_schema_list: null;
|
|
9175
|
+
avatar_thumb: AvatarThumb;
|
|
9176
|
+
aweme_control: AwemeControl$1;
|
|
9177
|
+
ban_user_functions: any[] | null;
|
|
9178
|
+
batch_unfollow_contain_tabs: null;
|
|
9179
|
+
batch_unfollow_relation_desc: null;
|
|
9180
|
+
can_set_geofencing: null;
|
|
9181
|
+
card_entries: null;
|
|
9182
|
+
card_entries_not_display: null;
|
|
9183
|
+
card_sort_priority: null;
|
|
9184
|
+
cf_list: null;
|
|
9185
|
+
cha_list: null;
|
|
9186
|
+
close_friend_type: number;
|
|
9187
|
+
comment_setting: number;
|
|
9188
|
+
commerce_user_level: number;
|
|
9189
|
+
contrail_list: null;
|
|
9190
|
+
cover_url: null;
|
|
9191
|
+
creator_tag_list: null;
|
|
9192
|
+
custom_verify: string;
|
|
9193
|
+
data_label_list: null;
|
|
9194
|
+
disable_image_comment_saved: number;
|
|
9195
|
+
display_info: null;
|
|
9196
|
+
endorsement_info_list: null;
|
|
9197
|
+
enterprise_verify_reason: string;
|
|
9198
|
+
familiar_visitor_user: null;
|
|
9199
|
+
follow_status: number;
|
|
9200
|
+
follower_list_secondary_information_struct: null;
|
|
9201
|
+
follower_status: number;
|
|
9202
|
+
geofencing: null;
|
|
9203
|
+
homepage_bottom_toast: null;
|
|
9204
|
+
identity_labels: null;
|
|
9205
|
+
im_role_ids: null;
|
|
9206
|
+
interest_tags: null;
|
|
9207
|
+
is_ad_fake: boolean;
|
|
9208
|
+
is_block: boolean;
|
|
9209
|
+
is_blocked_v2: boolean;
|
|
9210
|
+
is_blocking_v2: boolean;
|
|
9211
|
+
is_star: boolean;
|
|
9212
|
+
item_list: null;
|
|
9213
|
+
link_item_list: null;
|
|
9214
|
+
need_points: null;
|
|
9215
|
+
new_story_cover: null;
|
|
9216
|
+
nickname: string;
|
|
9217
|
+
not_seen_item_id_list: null;
|
|
9218
|
+
not_seen_item_id_list_v2: null;
|
|
9219
|
+
offline_info_list: null;
|
|
9220
|
+
personal_tag_list: null;
|
|
9221
|
+
platform_sync_info: null;
|
|
9222
|
+
private_relation_list: null;
|
|
9223
|
+
profile_component_disabled: null;
|
|
9224
|
+
profile_mob_params: null;
|
|
9225
|
+
region: string;
|
|
9226
|
+
relative_users: null;
|
|
9227
|
+
sec_uid: string;
|
|
9228
|
+
secret: number;
|
|
9229
|
+
short_id: string;
|
|
9230
|
+
signature_extra: null;
|
|
9231
|
+
special_people_labels: null;
|
|
9232
|
+
status: number;
|
|
9233
|
+
text_extra: null;
|
|
9234
|
+
type_label: null;
|
|
9235
|
+
uid: string;
|
|
9236
|
+
unique_id: string;
|
|
9237
|
+
user_canceled: boolean;
|
|
9238
|
+
user_permissions: null;
|
|
9239
|
+
user_tags: null;
|
|
9240
|
+
verification_permission_ids: null;
|
|
9241
|
+
white_cover_url: null;
|
|
9242
|
+
[property: string]: any;
|
|
9243
|
+
};
|
|
9244
|
+
type AvatarThumb = {
|
|
9245
|
+
height: number;
|
|
9246
|
+
uri: string;
|
|
9247
|
+
url_list: string[];
|
|
9248
|
+
width: number;
|
|
9249
|
+
[property: string]: any;
|
|
9250
|
+
};
|
|
9251
|
+
type AwemeControl$1 = {
|
|
9252
|
+
can_comment: boolean;
|
|
9253
|
+
can_forward: boolean;
|
|
9254
|
+
can_share: boolean;
|
|
9255
|
+
can_show_comment: boolean;
|
|
9256
|
+
[property: string]: any;
|
|
9257
|
+
};
|
|
9258
|
+
type Extra = {
|
|
9259
|
+
fatal_item_ids: null;
|
|
9260
|
+
now: number;
|
|
9261
|
+
scenes: null;
|
|
9262
|
+
[property: string]: any;
|
|
9263
|
+
};
|
|
9112
9264
|
type LogPb$1 = {
|
|
9113
9265
|
impr_id: string;
|
|
9114
9266
|
[property: string]: any;
|
|
@@ -17734,7 +17886,7 @@ interface DouyinDataOptionsMap {
|
|
|
17734
17886
|
};
|
|
17735
17887
|
指定评论回复数据: {
|
|
17736
17888
|
opt: DouyinMethodOptionsMap['CommentReplyParams'];
|
|
17737
|
-
data:
|
|
17889
|
+
data: CommentReply;
|
|
17738
17890
|
};
|
|
17739
17891
|
}
|
|
17740
17892
|
interface KuaishouDataOptionsMap {
|
|
@@ -18080,7 +18232,7 @@ declare const createAmagiClient: (options?: Options) => {
|
|
|
18080
18232
|
typeMode?: TypeMode;
|
|
18081
18233
|
} & {
|
|
18082
18234
|
typeMode?: M | undefined;
|
|
18083
|
-
}) => Promise<ApiResponse<ConditionalReturnType<
|
|
18235
|
+
}) => Promise<ApiResponse<ConditionalReturnType<CommentReply, M>>>;
|
|
18084
18236
|
getUserProfile: <M extends TypeMode>(options: Omit<{
|
|
18085
18237
|
methodType: "\u7528\u6237\u4E3B\u9875\u6570\u636E" | "\u7528\u6237\u4E3B\u9875\u89C6\u9891\u5217\u8868\u6570\u636E" | "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
18086
18238
|
sec_uid: string;
|
|
@@ -19369,7 +19521,7 @@ declare const douyin: {
|
|
|
19369
19521
|
typeMode?: TypeMode;
|
|
19370
19522
|
} & {
|
|
19371
19523
|
typeMode?: M | undefined;
|
|
19372
|
-
}, cookie: string, requestConfig?: RequestConfig) => Promise<ApiResponse<ConditionalReturnType<
|
|
19524
|
+
}, cookie: string, requestConfig?: RequestConfig) => Promise<ApiResponse<ConditionalReturnType<CommentReply, M>>>;
|
|
19373
19525
|
/**
|
|
19374
19526
|
* 获取用户主页数据
|
|
19375
19527
|
* @param options 请求参数,包含 sec_uid 和可选的 typeMode
|
|
@@ -19602,7 +19754,7 @@ declare const createBoundDouyinApi: (cookie: string, requestConfig: RequestConfi
|
|
|
19602
19754
|
typeMode?: TypeMode;
|
|
19603
19755
|
} & {
|
|
19604
19756
|
typeMode?: M | undefined;
|
|
19605
|
-
}) => Promise<ApiResponse<ConditionalReturnType<
|
|
19757
|
+
}) => Promise<ApiResponse<ConditionalReturnType<CommentReply, M>>>;
|
|
19606
19758
|
/**
|
|
19607
19759
|
* 获取用户主页数据
|
|
19608
19760
|
* @param options 请求参数,包含 sec_uid 和可选的 typeMode
|
|
@@ -20567,7 +20719,7 @@ declare const amagiClient: (options?: Options) => {
|
|
|
20567
20719
|
typeMode?: TypeMode;
|
|
20568
20720
|
} & {
|
|
20569
20721
|
typeMode?: M | undefined;
|
|
20570
|
-
}) => Promise<ApiResponse<ConditionalReturnType<
|
|
20722
|
+
}) => Promise<ApiResponse<ConditionalReturnType<CommentReply, M>>>;
|
|
20571
20723
|
getUserProfile: <M extends TypeMode>(options: Omit<{
|
|
20572
20724
|
methodType: "\u7528\u6237\u4E3B\u9875\u6570\u636E" | "\u7528\u6237\u4E3B\u9875\u89C6\u9891\u5217\u8868\u6570\u636E" | "\u76F4\u64AD\u95F4\u4FE1\u606F\u6570\u636E";
|
|
20573
20725
|
sec_uid: string;
|
|
@@ -20965,4 +21117,4 @@ declare const CreateApp: AmagiConstructor;
|
|
|
20965
21117
|
declare const Client: AmagiConstructor;
|
|
20966
21118
|
declare const amagi: AmagiConstructor;
|
|
20967
21119
|
|
|
20968
|
-
export { type APIErrorType, AdditionalType, ApiError, type ApiResponse, type BaseResponse, type BiliAv2Bv, type BiliBangumiVideoInfo, type BiliBangumiVideoPlayurlIsLogin, type BiliBangumiVideoPlayurlNoLogin, type BiliBiliVideoPlayurlNoLogin, type BiliBv2AV, type BiliCheckQrcode, type BiliDynamicCard, type BiliDynamicInfo, type BiliDynamicInfoUnion, type BiliEmojiList, type BiliLiveRoomDef, type BiliLiveRoomDetail, type BiliNewLoginQrcode, type BiliOneWork, type BiliUserDynamic, type BiliUserFullView, type BiliUserProfile, type BiliVideoPlayurlIsLogin, type BiliWorkComments, type BilibiliAv2BvParams, BilibiliAv2BvParamsSchema, type BilibiliBangumiInfoParams, BilibiliBangumiInfoParamsSchema, type BilibiliBangumiStreamParams, BilibiliBangumiStreamParamsSchema, type BilibiliBv2AvParams, BilibiliBv2AvParamsSchema, type BilibiliCommentParams, BilibiliCommentParamsSchema, type BilibiliDataOptions, type BilibiliDataOptionsMap, type BilibiliDynamicParams, BilibiliDynamicParamsSchema, type BilibiliEmojiParams, BilibiliEmojiParamsSchema, type BilibiliLiveParams, BilibiliLiveParamsSchema, type BilibiliLoginParams, BilibiliLoginParamsSchema, type BilibiliMethodOptionsMap, type BilibiliMethodType, type BilibiliQrcodeParams, BilibiliQrcodeParamsSchema, type BilibiliQrcodeStatusParams, BilibiliQrcodeStatusParamsSchema, type BilibiliUserParams, BilibiliUserParamsSchema, BilibiliValidationSchemas, type BilibiliVideoDownloadParams, BilibiliVideoDownloadParamsSchema, type BilibiliVideoParams, BilibiliVideoParamsSchema, type BoundBilibiliApi, type BoundDouyinApi, type BoundKuaishouApi, type BoundXiaohongshuApi, type CookieConfig, CreateApp, type DouyinCommentParams, DouyinCommentParamsSchema, type DouyinCommentReplyParams, DouyinCommentReplyParamsSchema, type DouyinDanmakuParams, DouyinDanmakuParamsSchema, type DouyinDataOptions, type DouyinDataOptionsMap, type DouyinEmojiListParams, DouyinEmojiListParamsSchema, type DouyinEmojiProParams, DouyinEmojiProParamsSchema, type DouyinLiveRoomParams, type DouyinMethodOptionsMap, type DouyinMethodType, type DouyinMusicParams, DouyinMusicParamsSchema, type DouyinQrcodeParams, DouyinQrcodeParamsSchema, type DouyinSearchParams, DouyinSearchParamsSchema, type DouyinUserParams, DouyinUserParamsSchema, DouyinValidationSchemas, type DouyinWorkParams, DouyinWorkParamsSchema, type DyDanmakuList, type DyEmojiList, type DyEmojiProList, type DyImageAlbumWork, type DyMusicWork, type DySearchInfo, type DySlidesWork, type DySuggestWords, type DyUserInfo, type DyUserLiveVideos, type DyUserPostVideos, type DyVideoWork, type DyWorkComments, DynamicType, type DynamicTypeAV$1 as DynamicTypeAV, type DynamicTypeDraw$1 as DynamicTypeDraw, type DynamicTypeForward, type DynamicTypeForwardUnion, type DynamicTypeLiveRcmd, type DynamicTypeWord, type ErrorResponse, type KsEmojiList, type KsOneWork, type KsWorkComments, type KuaishouCommentParams, KuaishouCommentParamsSchema, type KuaishouDataOptions, type KuaishouDataOptionsMap, type KuaishouEmojiParams, KuaishouEmojiParamsSchema, type KuaishouMethodOptionsMap, type KuaishouMethodType, KuaishouValidationSchemas, type KuaishouVideoParams, KuaishouVideoParamsSchema, MajorType, type NetworksConfigType, type OmitMethodType, type Options, type RequestConfig, type SuccessResponse, type TypeControl, ValidationError, type XiaohongshuDataOptions, type XiaohongshuDataOptionsMap, type XiaohongshuMethodType, XiaohongshuValidationSchemas, amagi, amagiClient, av2bv, bilibili, bilibiliApiUrls, bilibiliErrorCodeMap, bilibiliUtils, bv2av, createAmagiClient, createBilibiliRoutes, createBoundBilibiliApi, createBoundDouyinApi, createBoundKuaishouApi, createBoundXiaohongshuApi, createDouyinRoutes, createErrorResponse, createKuaishouRoutes, createSuccessResponse, createXiaohongshuRoutes, Client as default, douyin, douyinApiUrls, douyinSign, douyinUtils, fetchData, fetchResponse, getBilibiliData, getDouyinData, getHeadersAndData, getKuaishouData, handleError, httpLogger, kuaishou, kuaishouApiUrls, kuaishouUtils, logMiddleware, logger, qtparam, createBilibiliRoutes as registerBilibiliRoutes, createDouyinRoutes as registerDouyinRoutes, createKuaishouRoutes as registerKuaishouRoutes, createXiaohongshuRoutes as registerXiaohongshuRoutes, validateBilibiliParams, validateDouyinParams, validateKuaishouParams, validateXiaohongshuParams, wbi_sign, xiaohongshu, xiaohongshuApiUrls, xiaohongshuSign, xiaohongshuUtils };
|
|
21120
|
+
export { type APIErrorType, AdditionalType, ApiError, type ApiResponse, type BaseResponse, type BiliAv2Bv, type BiliBangumiVideoInfo, type BiliBangumiVideoPlayurlIsLogin, type BiliBangumiVideoPlayurlNoLogin, type BiliBiliVideoPlayurlNoLogin, type BiliBv2AV, type BiliCheckQrcode, type BiliDynamicCard, type BiliDynamicInfo, type BiliDynamicInfoUnion, type BiliEmojiList, type BiliLiveRoomDef, type BiliLiveRoomDetail, type BiliNewLoginQrcode, type BiliOneWork, type BiliUserDynamic, type BiliUserFullView, type BiliUserProfile, type BiliVideoPlayurlIsLogin, type BiliWorkComments, type BilibiliAv2BvParams, BilibiliAv2BvParamsSchema, type BilibiliBangumiInfoParams, BilibiliBangumiInfoParamsSchema, type BilibiliBangumiStreamParams, BilibiliBangumiStreamParamsSchema, type BilibiliBv2AvParams, BilibiliBv2AvParamsSchema, type BilibiliCommentParams, BilibiliCommentParamsSchema, type BilibiliDataOptions, type BilibiliDataOptionsMap, type BilibiliDynamicParams, BilibiliDynamicParamsSchema, type BilibiliEmojiParams, BilibiliEmojiParamsSchema, type BilibiliLiveParams, BilibiliLiveParamsSchema, type BilibiliLoginParams, BilibiliLoginParamsSchema, type BilibiliMethodOptionsMap, type BilibiliMethodType, type BilibiliQrcodeParams, BilibiliQrcodeParamsSchema, type BilibiliQrcodeStatusParams, BilibiliQrcodeStatusParamsSchema, type BilibiliUserParams, BilibiliUserParamsSchema, BilibiliValidationSchemas, type BilibiliVideoDownloadParams, BilibiliVideoDownloadParamsSchema, type BilibiliVideoParams, BilibiliVideoParamsSchema, type BoundBilibiliApi, type BoundDouyinApi, type BoundKuaishouApi, type BoundXiaohongshuApi, type CommentReply, type CookieConfig, CreateApp, type DouyinCommentParams, DouyinCommentParamsSchema, type DouyinCommentReplyParams, DouyinCommentReplyParamsSchema, type DouyinDanmakuParams, DouyinDanmakuParamsSchema, type DouyinDataOptions, type DouyinDataOptionsMap, type DouyinEmojiListParams, DouyinEmojiListParamsSchema, type DouyinEmojiProParams, DouyinEmojiProParamsSchema, type DouyinLiveRoomParams, type DouyinMethodOptionsMap, type DouyinMethodType, type DouyinMusicParams, DouyinMusicParamsSchema, type DouyinQrcodeParams, DouyinQrcodeParamsSchema, type DouyinSearchParams, DouyinSearchParamsSchema, type DouyinUserParams, DouyinUserParamsSchema, DouyinValidationSchemas, type DouyinWorkParams, DouyinWorkParamsSchema, type DyDanmakuList, type DyEmojiList, type DyEmojiProList, type DyImageAlbumWork, type DyMusicWork, type DySearchInfo, type DySlidesWork, type DySuggestWords, type DyUserInfo, type DyUserLiveVideos, type DyUserPostVideos, type DyVideoWork, type DyWorkComments, DynamicType, type DynamicTypeAV$1 as DynamicTypeAV, type DynamicTypeDraw$1 as DynamicTypeDraw, type DynamicTypeForward, type DynamicTypeForwardUnion, type DynamicTypeLiveRcmd, type DynamicTypeWord, type ErrorResponse, type KsEmojiList, type KsOneWork, type KsWorkComments, type KuaishouCommentParams, KuaishouCommentParamsSchema, type KuaishouDataOptions, type KuaishouDataOptionsMap, type KuaishouEmojiParams, KuaishouEmojiParamsSchema, type KuaishouMethodOptionsMap, type KuaishouMethodType, KuaishouValidationSchemas, type KuaishouVideoParams, KuaishouVideoParamsSchema, MajorType, type NetworksConfigType, type OmitMethodType, type Options, type RequestConfig, type SuccessResponse, type TypeControl, ValidationError, type XiaohongshuDataOptions, type XiaohongshuDataOptionsMap, type XiaohongshuMethodType, XiaohongshuValidationSchemas, amagi, amagiClient, av2bv, bilibili, bilibiliApiUrls, bilibiliErrorCodeMap, bilibiliUtils, bv2av, createAmagiClient, createBilibiliRoutes, createBoundBilibiliApi, createBoundDouyinApi, createBoundKuaishouApi, createBoundXiaohongshuApi, createDouyinRoutes, createErrorResponse, createKuaishouRoutes, createSuccessResponse, createXiaohongshuRoutes, Client as default, douyin, douyinApiUrls, douyinSign, douyinUtils, fetchData, fetchResponse, getBilibiliData, getDouyinData, getHeadersAndData, getKuaishouData, handleError, httpLogger, kuaishou, kuaishouApiUrls, kuaishouUtils, logMiddleware, logger, qtparam, createBilibiliRoutes as registerBilibiliRoutes, createDouyinRoutes as registerDouyinRoutes, createKuaishouRoutes as registerKuaishouRoutes, createXiaohongshuRoutes as registerXiaohongshuRoutes, validateBilibiliParams, validateDouyinParams, validateKuaishouParams, validateXiaohongshuParams, wbi_sign, xiaohongshu, xiaohongshuApiUrls, xiaohongshuSign, xiaohongshuUtils };
|