@ikenxuan/amagi 5.6.0 → 5.6.1
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 +245 -93
- 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,7 +9109,7 @@ type DataExtra = {
|
|
|
9109
9109
|
now: number;
|
|
9110
9110
|
[property: string]: any;
|
|
9111
9111
|
};
|
|
9112
|
-
type LogPb$
|
|
9112
|
+
type LogPb$2 = {
|
|
9113
9113
|
impr_id: string;
|
|
9114
9114
|
[property: string]: any;
|
|
9115
9115
|
};
|
|
@@ -12688,12 +12688,12 @@ type ThreePointItem$7 = {
|
|
|
12688
12688
|
[property: string]: any;
|
|
12689
12689
|
};
|
|
12690
12690
|
type ModuleStat$7 = {
|
|
12691
|
-
comment: Comment$
|
|
12691
|
+
comment: Comment$8;
|
|
12692
12692
|
forward: Forward$7;
|
|
12693
12693
|
like: Like$7;
|
|
12694
12694
|
[property: string]: any;
|
|
12695
12695
|
};
|
|
12696
|
-
type Comment$
|
|
12696
|
+
type Comment$8 = {
|
|
12697
12697
|
count: number;
|
|
12698
12698
|
forbidden: boolean;
|
|
12699
12699
|
[property: string]: any;
|
|
@@ -12996,12 +12996,12 @@ type ThreePointItem$6 = {
|
|
|
12996
12996
|
[property: string]: any;
|
|
12997
12997
|
};
|
|
12998
12998
|
type ModuleStat$6 = {
|
|
12999
|
-
comment: Comment$
|
|
12999
|
+
comment: Comment$7;
|
|
13000
13000
|
forward: Forward$6;
|
|
13001
13001
|
like: Like$6;
|
|
13002
13002
|
[property: string]: any;
|
|
13003
13003
|
};
|
|
13004
|
-
type Comment$
|
|
13004
|
+
type Comment$7 = {
|
|
13005
13005
|
count: number;
|
|
13006
13006
|
forbidden: boolean;
|
|
13007
13007
|
[property: string]: any;
|
|
@@ -13277,12 +13277,12 @@ type Params$3 = {
|
|
|
13277
13277
|
[property: string]: any;
|
|
13278
13278
|
};
|
|
13279
13279
|
type ModuleStat$5 = {
|
|
13280
|
-
comment: Comment$
|
|
13280
|
+
comment: Comment$6;
|
|
13281
13281
|
forward: Forward$5;
|
|
13282
13282
|
like: Like$5;
|
|
13283
13283
|
[property: string]: any;
|
|
13284
13284
|
};
|
|
13285
|
-
type Comment$
|
|
13285
|
+
type Comment$6 = {
|
|
13286
13286
|
count: number;
|
|
13287
13287
|
forbidden: boolean;
|
|
13288
13288
|
[property: string]: any;
|
|
@@ -13811,12 +13811,12 @@ type Params$2 = {
|
|
|
13811
13811
|
[property: string]: any;
|
|
13812
13812
|
};
|
|
13813
13813
|
type ModuleStat$4 = {
|
|
13814
|
-
comment: Comment$
|
|
13814
|
+
comment: Comment$5;
|
|
13815
13815
|
forward: Forward$4;
|
|
13816
13816
|
like: Like$4;
|
|
13817
13817
|
[property: string]: any;
|
|
13818
13818
|
};
|
|
13819
|
-
type Comment$
|
|
13819
|
+
type Comment$5 = {
|
|
13820
13820
|
count: number;
|
|
13821
13821
|
forbidden: boolean;
|
|
13822
13822
|
[property: string]: any;
|
|
@@ -14348,12 +14348,12 @@ type Params$1 = {
|
|
|
14348
14348
|
[property: string]: any;
|
|
14349
14349
|
};
|
|
14350
14350
|
type ModuleStat$3 = {
|
|
14351
|
-
comment: Comment$
|
|
14351
|
+
comment: Comment$4;
|
|
14352
14352
|
forward: Forward$3;
|
|
14353
14353
|
like: Like$3;
|
|
14354
14354
|
[property: string]: any;
|
|
14355
14355
|
};
|
|
14356
|
-
type Comment$
|
|
14356
|
+
type Comment$4 = {
|
|
14357
14357
|
count: number;
|
|
14358
14358
|
forbidden: boolean;
|
|
14359
14359
|
[property: string]: any;
|
|
@@ -14828,12 +14828,12 @@ type Params = {
|
|
|
14828
14828
|
[property: string]: any;
|
|
14829
14829
|
};
|
|
14830
14830
|
type ModuleStat$2 = {
|
|
14831
|
-
comment: Comment$
|
|
14831
|
+
comment: Comment$3;
|
|
14832
14832
|
forward: Forward$2;
|
|
14833
14833
|
like: Like$2;
|
|
14834
14834
|
[property: string]: any;
|
|
14835
14835
|
};
|
|
14836
|
-
type Comment$
|
|
14836
|
+
type Comment$3 = {
|
|
14837
14837
|
count: number;
|
|
14838
14838
|
forbidden: boolean;
|
|
14839
14839
|
[property: string]: any;
|
|
@@ -15388,12 +15388,12 @@ type ThreePointItem$1 = {
|
|
|
15388
15388
|
[property: string]: any;
|
|
15389
15389
|
};
|
|
15390
15390
|
type ModuleStat$1 = {
|
|
15391
|
-
comment: Comment$
|
|
15391
|
+
comment: Comment$2;
|
|
15392
15392
|
forward: Forward$1;
|
|
15393
15393
|
like: Like$1;
|
|
15394
15394
|
[property: string]: any;
|
|
15395
15395
|
};
|
|
15396
|
-
type Comment$
|
|
15396
|
+
type Comment$2 = {
|
|
15397
15397
|
count: number;
|
|
15398
15398
|
forbidden: boolean;
|
|
15399
15399
|
hidden: boolean;
|
|
@@ -15716,12 +15716,12 @@ type ThreePointItem = {
|
|
|
15716
15716
|
[property: string]: any;
|
|
15717
15717
|
};
|
|
15718
15718
|
type ModuleStat = {
|
|
15719
|
-
comment: Comment;
|
|
15719
|
+
comment: Comment$1;
|
|
15720
15720
|
forward: Forward;
|
|
15721
15721
|
like: Like;
|
|
15722
15722
|
[property: string]: any;
|
|
15723
15723
|
};
|
|
15724
|
-
type Comment = {
|
|
15724
|
+
type Comment$1 = {
|
|
15725
15725
|
count: number;
|
|
15726
15726
|
forbidden: boolean;
|
|
15727
15727
|
[property: string]: any;
|
|
@@ -16756,7 +16756,7 @@ type SubComment = {
|
|
|
16756
16756
|
|
|
16757
16757
|
type DyTextWork = {
|
|
16758
16758
|
aweme_detail: AwemeDetail;
|
|
16759
|
-
log_pb: LogPb;
|
|
16759
|
+
log_pb: LogPb$1;
|
|
16760
16760
|
status_code: number;
|
|
16761
16761
|
[property: string]: any;
|
|
16762
16762
|
};
|
|
@@ -16768,7 +16768,7 @@ type AwemeDetail = {
|
|
|
16768
16768
|
author_mask_tag: number;
|
|
16769
16769
|
author_user_id: number;
|
|
16770
16770
|
aweme_acl: Awemeacl;
|
|
16771
|
-
aweme_control: AwemeControl;
|
|
16771
|
+
aweme_control: AwemeControl$1;
|
|
16772
16772
|
aweme_id: string;
|
|
16773
16773
|
aweme_listen_struct: AwemeListenStruct;
|
|
16774
16774
|
aweme_type: number;
|
|
@@ -16894,7 +16894,7 @@ type AwemeDetail = {
|
|
|
16894
16894
|
statistics: Statistics;
|
|
16895
16895
|
status: Status;
|
|
16896
16896
|
suggest_words: SuggestWords;
|
|
16897
|
-
text_extra: TextExtra[];
|
|
16897
|
+
text_extra: TextExtra$1[];
|
|
16898
16898
|
trends_event_track: string;
|
|
16899
16899
|
uniqid_position: null;
|
|
16900
16900
|
user_digged: number;
|
|
@@ -17012,7 +17012,7 @@ type DownloadMaskPanel = {
|
|
|
17012
17012
|
show_type: number;
|
|
17013
17013
|
[property: string]: any;
|
|
17014
17014
|
};
|
|
17015
|
-
type AwemeControl = {
|
|
17015
|
+
type AwemeControl$1 = {
|
|
17016
17016
|
can_comment: boolean;
|
|
17017
17017
|
can_forward: boolean;
|
|
17018
17018
|
can_share: boolean;
|
|
@@ -17353,7 +17353,7 @@ type Word = {
|
|
|
17353
17353
|
word_id: string;
|
|
17354
17354
|
[property: string]: any;
|
|
17355
17355
|
};
|
|
17356
|
-
type TextExtra = {
|
|
17356
|
+
type TextExtra$1 = {
|
|
17357
17357
|
caption_end: number;
|
|
17358
17358
|
caption_start: number;
|
|
17359
17359
|
end: number;
|
|
@@ -17472,7 +17472,7 @@ type XiguaBaseInfo = {
|
|
|
17472
17472
|
status: number;
|
|
17473
17473
|
[property: string]: any;
|
|
17474
17474
|
};
|
|
17475
|
-
type LogPb = {
|
|
17475
|
+
type LogPb$1 = {
|
|
17476
17476
|
impr_id: string;
|
|
17477
17477
|
[property: string]: any;
|
|
17478
17478
|
};
|
|
@@ -17573,6 +17573,158 @@ declare const validateXiaohongshuParams: <T extends XiaohongshuMethodType>(metho
|
|
|
17573
17573
|
note_type?: string | undefined;
|
|
17574
17574
|
};
|
|
17575
17575
|
|
|
17576
|
+
type CommentReply = {
|
|
17577
|
+
comments: Comment[];
|
|
17578
|
+
cursor: number;
|
|
17579
|
+
extra: Extra;
|
|
17580
|
+
has_more: number;
|
|
17581
|
+
log_pb: LogPb;
|
|
17582
|
+
status_code: number;
|
|
17583
|
+
total: number;
|
|
17584
|
+
[property: string]: any;
|
|
17585
|
+
};
|
|
17586
|
+
type Comment = {
|
|
17587
|
+
aweme_id: string;
|
|
17588
|
+
can_share: boolean;
|
|
17589
|
+
cid: string;
|
|
17590
|
+
comment_reply_total: number;
|
|
17591
|
+
content_type: number;
|
|
17592
|
+
create_time: number;
|
|
17593
|
+
digg_count: number;
|
|
17594
|
+
image_list: null;
|
|
17595
|
+
ip_label: string;
|
|
17596
|
+
is_author_digged: boolean;
|
|
17597
|
+
is_folded: boolean;
|
|
17598
|
+
is_hot: boolean;
|
|
17599
|
+
is_note_comment: number;
|
|
17600
|
+
label_list: null;
|
|
17601
|
+
label_text: string;
|
|
17602
|
+
label_type: number;
|
|
17603
|
+
level: number;
|
|
17604
|
+
reply_comment: null;
|
|
17605
|
+
reply_id: string;
|
|
17606
|
+
reply_to_reply_id: string;
|
|
17607
|
+
reply_to_user_sec_id: string;
|
|
17608
|
+
reply_to_userid: string;
|
|
17609
|
+
reply_to_username: string;
|
|
17610
|
+
root_comment_id: string;
|
|
17611
|
+
status: number;
|
|
17612
|
+
text: string;
|
|
17613
|
+
text_extra: TextExtra[];
|
|
17614
|
+
text_music_info: null;
|
|
17615
|
+
user: User;
|
|
17616
|
+
user_buried: boolean;
|
|
17617
|
+
user_digged: number;
|
|
17618
|
+
video_list: null;
|
|
17619
|
+
[property: string]: any;
|
|
17620
|
+
};
|
|
17621
|
+
type TextExtra = {
|
|
17622
|
+
end?: number;
|
|
17623
|
+
hashtag_id?: string;
|
|
17624
|
+
hashtag_name?: string;
|
|
17625
|
+
sec_uid?: string;
|
|
17626
|
+
start?: number;
|
|
17627
|
+
type?: number;
|
|
17628
|
+
user_id?: string;
|
|
17629
|
+
[property: string]: any;
|
|
17630
|
+
};
|
|
17631
|
+
type User = {
|
|
17632
|
+
ad_cover_url: null;
|
|
17633
|
+
avatar_schema_list: null;
|
|
17634
|
+
avatar_thumb: AvatarThumb;
|
|
17635
|
+
aweme_control: AwemeControl;
|
|
17636
|
+
ban_user_functions: any[] | null;
|
|
17637
|
+
batch_unfollow_contain_tabs: null;
|
|
17638
|
+
batch_unfollow_relation_desc: null;
|
|
17639
|
+
can_set_geofencing: null;
|
|
17640
|
+
card_entries: null;
|
|
17641
|
+
card_entries_not_display: null;
|
|
17642
|
+
card_sort_priority: null;
|
|
17643
|
+
cf_list: null;
|
|
17644
|
+
cha_list: null;
|
|
17645
|
+
close_friend_type: number;
|
|
17646
|
+
comment_setting: number;
|
|
17647
|
+
commerce_user_level: number;
|
|
17648
|
+
contrail_list: null;
|
|
17649
|
+
cover_url: null;
|
|
17650
|
+
creator_tag_list: null;
|
|
17651
|
+
custom_verify: string;
|
|
17652
|
+
data_label_list: null;
|
|
17653
|
+
disable_image_comment_saved: number;
|
|
17654
|
+
display_info: null;
|
|
17655
|
+
endorsement_info_list: null;
|
|
17656
|
+
enterprise_verify_reason: string;
|
|
17657
|
+
familiar_visitor_user: null;
|
|
17658
|
+
follow_status: number;
|
|
17659
|
+
follower_list_secondary_information_struct: null;
|
|
17660
|
+
follower_status: number;
|
|
17661
|
+
geofencing: null;
|
|
17662
|
+
homepage_bottom_toast: null;
|
|
17663
|
+
identity_labels: null;
|
|
17664
|
+
im_role_ids: null;
|
|
17665
|
+
interest_tags: null;
|
|
17666
|
+
is_ad_fake: boolean;
|
|
17667
|
+
is_block: boolean;
|
|
17668
|
+
is_blocked_v2: boolean;
|
|
17669
|
+
is_blocking_v2: boolean;
|
|
17670
|
+
is_star: boolean;
|
|
17671
|
+
item_list: null;
|
|
17672
|
+
link_item_list: null;
|
|
17673
|
+
need_points: null;
|
|
17674
|
+
new_story_cover: null;
|
|
17675
|
+
nickname: string;
|
|
17676
|
+
not_seen_item_id_list: null;
|
|
17677
|
+
not_seen_item_id_list_v2: null;
|
|
17678
|
+
offline_info_list: null;
|
|
17679
|
+
personal_tag_list: null;
|
|
17680
|
+
platform_sync_info: null;
|
|
17681
|
+
private_relation_list: null;
|
|
17682
|
+
profile_component_disabled: null;
|
|
17683
|
+
profile_mob_params: null;
|
|
17684
|
+
region: string;
|
|
17685
|
+
relative_users: null;
|
|
17686
|
+
sec_uid: string;
|
|
17687
|
+
secret: number;
|
|
17688
|
+
short_id: string;
|
|
17689
|
+
signature_extra: null;
|
|
17690
|
+
special_people_labels: null;
|
|
17691
|
+
status: number;
|
|
17692
|
+
text_extra: null;
|
|
17693
|
+
type_label: null;
|
|
17694
|
+
uid: string;
|
|
17695
|
+
unique_id: string;
|
|
17696
|
+
user_canceled: boolean;
|
|
17697
|
+
user_permissions: null;
|
|
17698
|
+
user_tags: null;
|
|
17699
|
+
verification_permission_ids: null;
|
|
17700
|
+
white_cover_url: null;
|
|
17701
|
+
[property: string]: any;
|
|
17702
|
+
};
|
|
17703
|
+
type AvatarThumb = {
|
|
17704
|
+
height: number;
|
|
17705
|
+
uri: string;
|
|
17706
|
+
url_list: string[];
|
|
17707
|
+
width: number;
|
|
17708
|
+
[property: string]: any;
|
|
17709
|
+
};
|
|
17710
|
+
type AwemeControl = {
|
|
17711
|
+
can_comment: boolean;
|
|
17712
|
+
can_forward: boolean;
|
|
17713
|
+
can_share: boolean;
|
|
17714
|
+
can_show_comment: boolean;
|
|
17715
|
+
[property: string]: any;
|
|
17716
|
+
};
|
|
17717
|
+
type Extra = {
|
|
17718
|
+
fatal_item_ids: null;
|
|
17719
|
+
now: number;
|
|
17720
|
+
scenes: null;
|
|
17721
|
+
[property: string]: any;
|
|
17722
|
+
};
|
|
17723
|
+
type LogPb = {
|
|
17724
|
+
impr_id: string;
|
|
17725
|
+
[property: string]: any;
|
|
17726
|
+
};
|
|
17727
|
+
|
|
17576
17728
|
/**
|
|
17577
17729
|
* 移除methodType字段的工具类型
|
|
17578
17730
|
*/
|
|
@@ -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;
|