@ikenxuan/amagi 5.6.1 → 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.
@@ -9114,6 +9114,158 @@ type LogPb$2 = {
9114
9114
  [property: string]: any;
9115
9115
  };
9116
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
+ };
9264
+ type LogPb$1 = {
9265
+ impr_id: string;
9266
+ [property: string]: any;
9267
+ };
9268
+
9117
9269
  type BiliAv2Bv = {
9118
9270
  code: number;
9119
9271
  data: Data$e;
@@ -12688,12 +12840,12 @@ type ThreePointItem$7 = {
12688
12840
  [property: string]: any;
12689
12841
  };
12690
12842
  type ModuleStat$7 = {
12691
- comment: Comment$8;
12843
+ comment: Comment$7;
12692
12844
  forward: Forward$7;
12693
12845
  like: Like$7;
12694
12846
  [property: string]: any;
12695
12847
  };
12696
- type Comment$8 = {
12848
+ type Comment$7 = {
12697
12849
  count: number;
12698
12850
  forbidden: boolean;
12699
12851
  [property: string]: any;
@@ -12996,12 +13148,12 @@ type ThreePointItem$6 = {
12996
13148
  [property: string]: any;
12997
13149
  };
12998
13150
  type ModuleStat$6 = {
12999
- comment: Comment$7;
13151
+ comment: Comment$6;
13000
13152
  forward: Forward$6;
13001
13153
  like: Like$6;
13002
13154
  [property: string]: any;
13003
13155
  };
13004
- type Comment$7 = {
13156
+ type Comment$6 = {
13005
13157
  count: number;
13006
13158
  forbidden: boolean;
13007
13159
  [property: string]: any;
@@ -13277,12 +13429,12 @@ type Params$3 = {
13277
13429
  [property: string]: any;
13278
13430
  };
13279
13431
  type ModuleStat$5 = {
13280
- comment: Comment$6;
13432
+ comment: Comment$5;
13281
13433
  forward: Forward$5;
13282
13434
  like: Like$5;
13283
13435
  [property: string]: any;
13284
13436
  };
13285
- type Comment$6 = {
13437
+ type Comment$5 = {
13286
13438
  count: number;
13287
13439
  forbidden: boolean;
13288
13440
  [property: string]: any;
@@ -13811,12 +13963,12 @@ type Params$2 = {
13811
13963
  [property: string]: any;
13812
13964
  };
13813
13965
  type ModuleStat$4 = {
13814
- comment: Comment$5;
13966
+ comment: Comment$4;
13815
13967
  forward: Forward$4;
13816
13968
  like: Like$4;
13817
13969
  [property: string]: any;
13818
13970
  };
13819
- type Comment$5 = {
13971
+ type Comment$4 = {
13820
13972
  count: number;
13821
13973
  forbidden: boolean;
13822
13974
  [property: string]: any;
@@ -14348,12 +14500,12 @@ type Params$1 = {
14348
14500
  [property: string]: any;
14349
14501
  };
14350
14502
  type ModuleStat$3 = {
14351
- comment: Comment$4;
14503
+ comment: Comment$3;
14352
14504
  forward: Forward$3;
14353
14505
  like: Like$3;
14354
14506
  [property: string]: any;
14355
14507
  };
14356
- type Comment$4 = {
14508
+ type Comment$3 = {
14357
14509
  count: number;
14358
14510
  forbidden: boolean;
14359
14511
  [property: string]: any;
@@ -14828,12 +14980,12 @@ type Params = {
14828
14980
  [property: string]: any;
14829
14981
  };
14830
14982
  type ModuleStat$2 = {
14831
- comment: Comment$3;
14983
+ comment: Comment$2;
14832
14984
  forward: Forward$2;
14833
14985
  like: Like$2;
14834
14986
  [property: string]: any;
14835
14987
  };
14836
- type Comment$3 = {
14988
+ type Comment$2 = {
14837
14989
  count: number;
14838
14990
  forbidden: boolean;
14839
14991
  [property: string]: any;
@@ -15388,12 +15540,12 @@ type ThreePointItem$1 = {
15388
15540
  [property: string]: any;
15389
15541
  };
15390
15542
  type ModuleStat$1 = {
15391
- comment: Comment$2;
15543
+ comment: Comment$1;
15392
15544
  forward: Forward$1;
15393
15545
  like: Like$1;
15394
15546
  [property: string]: any;
15395
15547
  };
15396
- type Comment$2 = {
15548
+ type Comment$1 = {
15397
15549
  count: number;
15398
15550
  forbidden: boolean;
15399
15551
  hidden: boolean;
@@ -15716,12 +15868,12 @@ type ThreePointItem = {
15716
15868
  [property: string]: any;
15717
15869
  };
15718
15870
  type ModuleStat = {
15719
- comment: Comment$1;
15871
+ comment: Comment;
15720
15872
  forward: Forward;
15721
15873
  like: Like;
15722
15874
  [property: string]: any;
15723
15875
  };
15724
- type Comment$1 = {
15876
+ type Comment = {
15725
15877
  count: number;
15726
15878
  forbidden: boolean;
15727
15879
  [property: string]: any;
@@ -16756,7 +16908,7 @@ type SubComment = {
16756
16908
 
16757
16909
  type DyTextWork = {
16758
16910
  aweme_detail: AwemeDetail;
16759
- log_pb: LogPb$1;
16911
+ log_pb: LogPb;
16760
16912
  status_code: number;
16761
16913
  [property: string]: any;
16762
16914
  };
@@ -16768,7 +16920,7 @@ type AwemeDetail = {
16768
16920
  author_mask_tag: number;
16769
16921
  author_user_id: number;
16770
16922
  aweme_acl: Awemeacl;
16771
- aweme_control: AwemeControl$1;
16923
+ aweme_control: AwemeControl;
16772
16924
  aweme_id: string;
16773
16925
  aweme_listen_struct: AwemeListenStruct;
16774
16926
  aweme_type: number;
@@ -16894,7 +17046,7 @@ type AwemeDetail = {
16894
17046
  statistics: Statistics;
16895
17047
  status: Status;
16896
17048
  suggest_words: SuggestWords;
16897
- text_extra: TextExtra$1[];
17049
+ text_extra: TextExtra[];
16898
17050
  trends_event_track: string;
16899
17051
  uniqid_position: null;
16900
17052
  user_digged: number;
@@ -17012,7 +17164,7 @@ type DownloadMaskPanel = {
17012
17164
  show_type: number;
17013
17165
  [property: string]: any;
17014
17166
  };
17015
- type AwemeControl$1 = {
17167
+ type AwemeControl = {
17016
17168
  can_comment: boolean;
17017
17169
  can_forward: boolean;
17018
17170
  can_share: boolean;
@@ -17353,7 +17505,7 @@ type Word = {
17353
17505
  word_id: string;
17354
17506
  [property: string]: any;
17355
17507
  };
17356
- type TextExtra$1 = {
17508
+ type TextExtra = {
17357
17509
  caption_end: number;
17358
17510
  caption_start: number;
17359
17511
  end: number;
@@ -17472,7 +17624,7 @@ type XiguaBaseInfo = {
17472
17624
  status: number;
17473
17625
  [property: string]: any;
17474
17626
  };
17475
- type LogPb$1 = {
17627
+ type LogPb = {
17476
17628
  impr_id: string;
17477
17629
  [property: string]: any;
17478
17630
  };
@@ -17573,158 +17725,6 @@ declare const validateXiaohongshuParams: <T extends XiaohongshuMethodType>(metho
17573
17725
  note_type?: string | undefined;
17574
17726
  };
17575
17727
 
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
-
17728
17728
  /**
17729
17729
  * 移除methodType字段的工具类型
17730
17730
  */
@@ -21117,4 +21117,4 @@ declare const CreateApp: AmagiConstructor;
21117
21117
  declare const Client: AmagiConstructor;
21118
21118
  declare const amagi: AmagiConstructor;
21119
21119
 
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 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikenxuan/amagi",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
5
5
  "keywords": [
6
6
  "douyin",