@book000/twitterts 0.59.96 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/converter.d.ts.map +1 -1
- package/dist/converter.js +6 -2
- package/dist/converter.js.map +1 -1
- package/dist/generate-types/custom-types-generator.d.ts.map +1 -1
- package/dist/generate-types/custom-types-generator.js +3 -0
- package/dist/generate-types/custom-types-generator.js.map +1 -1
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +3748 -3232
- package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +1516 -1162
- package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts +7300 -7014
- package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts +3831 -3606
- package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-tweet-object.d.ts +3247 -2405
- package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts +5 -6
- package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts +30 -371
- package/dist/models/responses/custom/custom-user-like-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +10029 -9187
- package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +325 -325
- package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +7465 -6603
- package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts +9338 -8399
- package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/likes-success.d.ts +24 -365
- package/dist/models/responses/graphql/get/likes-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts +1758 -1250
- package/dist/models/responses/graphql/get/list-latest-tweets-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +27 -27
- package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts +2964 -2302
- package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts +4310 -3200
- package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts +4 -3
- package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +5 -4
- package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts +17417 -16218
- package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts +1 -1
- package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/get/viewer-success.d.ts +1 -1
- package/dist/models/responses/graphql/get/viewer-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts +6320 -5808
- package/dist/models/responses/graphql/post/home-latest-timeline-success.d.ts.map +1 -1
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts +7452 -6759
- package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.d.ts.map +1 -1
- package/dist/parser/home-timeline-parser.js +3 -0
- package/dist/parser/home-timeline-parser.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -77,12 +77,13 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
77
77
|
screen_name: string;
|
|
78
78
|
statuses_count: number;
|
|
79
79
|
translator_type: string;
|
|
80
|
+
url?: string;
|
|
80
81
|
verified: boolean;
|
|
81
82
|
want_retweets: boolean;
|
|
82
|
-
withheld_in_countries:
|
|
83
|
-
url?: string;
|
|
84
|
-
following?: boolean;
|
|
83
|
+
withheld_in_countries: string[];
|
|
85
84
|
verified_type?: string;
|
|
85
|
+
following?: boolean;
|
|
86
|
+
followed_by?: boolean;
|
|
86
87
|
};
|
|
87
88
|
professional?: {
|
|
88
89
|
rest_id: string;
|
|
@@ -104,9 +105,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
104
105
|
is_muted: boolean;
|
|
105
106
|
is_space_available_for_clipping: boolean;
|
|
106
107
|
is_space_available_for_replay: boolean;
|
|
107
|
-
mentioned_users?: {
|
|
108
|
-
rest_id: string;
|
|
109
|
-
}[];
|
|
110
108
|
narrow_cast_space_type: number;
|
|
111
109
|
no_incognito?: boolean;
|
|
112
110
|
total_replay_watched: number;
|
|
@@ -182,12 +180,13 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
182
180
|
screen_name: string;
|
|
183
181
|
statuses_count: number;
|
|
184
182
|
translator_type: string;
|
|
183
|
+
url?: string;
|
|
185
184
|
verified: boolean;
|
|
186
185
|
want_retweets: boolean;
|
|
187
|
-
withheld_in_countries:
|
|
188
|
-
url?: string;
|
|
189
|
-
following?: boolean;
|
|
186
|
+
withheld_in_countries: string[];
|
|
190
187
|
verified_type?: string;
|
|
188
|
+
following?: boolean;
|
|
189
|
+
followed_by?: boolean;
|
|
191
190
|
};
|
|
192
191
|
professional?: {
|
|
193
192
|
rest_id: string;
|
|
@@ -279,10 +278,17 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
279
278
|
user_id_str: string;
|
|
280
279
|
id_str: string;
|
|
281
280
|
};
|
|
281
|
+
edit_perspective?: {
|
|
282
|
+
favorited: boolean;
|
|
283
|
+
retweeted: boolean;
|
|
284
|
+
};
|
|
282
285
|
};
|
|
283
286
|
};
|
|
284
287
|
scheduled_start?: number;
|
|
285
288
|
replay_start_time?: number;
|
|
289
|
+
mentioned_users?: {
|
|
290
|
+
rest_id: string;
|
|
291
|
+
}[];
|
|
286
292
|
pending_admin_twitter_user_ids?: {
|
|
287
293
|
rest_id: string;
|
|
288
294
|
}[];
|
|
@@ -303,7 +309,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
303
309
|
rest_id: string;
|
|
304
310
|
result: {
|
|
305
311
|
__typename: string;
|
|
306
|
-
identity_profile_labels_highlighted_label
|
|
312
|
+
identity_profile_labels_highlighted_label?: {
|
|
307
313
|
label?: {
|
|
308
314
|
url: {
|
|
309
315
|
url: string;
|
|
@@ -317,11 +323,11 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
317
323
|
userLabelDisplayType: string;
|
|
318
324
|
};
|
|
319
325
|
};
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
legacy: {
|
|
326
|
+
is_blue_verified?: boolean;
|
|
327
|
+
legacy?: {
|
|
323
328
|
verified_type?: string;
|
|
324
329
|
};
|
|
330
|
+
has_nft_avatar?: boolean;
|
|
325
331
|
};
|
|
326
332
|
};
|
|
327
333
|
}[];
|
|
@@ -352,11 +358,11 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
352
358
|
userLabelDisplayType: string;
|
|
353
359
|
};
|
|
354
360
|
};
|
|
355
|
-
has_nft_avatar?: boolean;
|
|
356
361
|
is_blue_verified?: boolean;
|
|
357
362
|
legacy?: {
|
|
358
363
|
verified_type?: string;
|
|
359
364
|
};
|
|
365
|
+
has_nft_avatar?: boolean;
|
|
360
366
|
};
|
|
361
367
|
};
|
|
362
368
|
}[];
|
|
@@ -375,16 +381,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
375
381
|
__typename: string;
|
|
376
382
|
identity_profile_labels_highlighted_label: {
|
|
377
383
|
label?: {
|
|
378
|
-
url?: {
|
|
379
|
-
url: string;
|
|
380
|
-
urlType: string;
|
|
381
|
-
};
|
|
382
384
|
badge: {
|
|
383
385
|
url: string;
|
|
384
386
|
};
|
|
385
387
|
description: string;
|
|
386
|
-
userLabelType: string;
|
|
387
|
-
userLabelDisplayType?: string;
|
|
388
388
|
longDescription?: {
|
|
389
389
|
text: string;
|
|
390
390
|
entities: {
|
|
@@ -396,22 +396,26 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
396
396
|
mention_results: {
|
|
397
397
|
result: {
|
|
398
398
|
__typename: string;
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
};
|
|
402
|
-
rest_id: string;
|
|
399
|
+
reason: string;
|
|
400
|
+
message: string;
|
|
403
401
|
};
|
|
404
402
|
};
|
|
405
403
|
};
|
|
406
404
|
}[];
|
|
407
405
|
};
|
|
406
|
+
userLabelType: string;
|
|
407
|
+
url?: {
|
|
408
|
+
url: string;
|
|
409
|
+
urlType: string;
|
|
410
|
+
};
|
|
411
|
+
userLabelDisplayType?: string;
|
|
408
412
|
};
|
|
409
413
|
};
|
|
410
|
-
has_nft_avatar: boolean;
|
|
411
414
|
is_blue_verified: boolean;
|
|
412
415
|
legacy: {
|
|
413
416
|
verified_type?: string;
|
|
414
417
|
};
|
|
418
|
+
has_nft_avatar?: boolean;
|
|
415
419
|
};
|
|
416
420
|
};
|
|
417
421
|
}[];
|
|
@@ -494,14 +498,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
494
498
|
screen_name: string;
|
|
495
499
|
statuses_count: number;
|
|
496
500
|
translator_type: string;
|
|
501
|
+
url?: string;
|
|
497
502
|
verified: boolean;
|
|
498
503
|
want_retweets: boolean;
|
|
499
504
|
withheld_in_countries: unknown[];
|
|
500
|
-
url?: string;
|
|
501
505
|
blocking?: boolean;
|
|
502
506
|
following?: boolean;
|
|
503
507
|
verified_type?: string;
|
|
504
508
|
};
|
|
509
|
+
super_follow_eligible?: boolean;
|
|
505
510
|
professional?: {
|
|
506
511
|
rest_id: string;
|
|
507
512
|
professional_type: string;
|
|
@@ -512,7 +517,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
512
517
|
}[];
|
|
513
518
|
};
|
|
514
519
|
has_nft_avatar?: boolean;
|
|
515
|
-
super_follow_eligible?: boolean;
|
|
516
520
|
};
|
|
517
521
|
};
|
|
518
522
|
};
|
|
@@ -536,6 +540,48 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
536
540
|
state: string;
|
|
537
541
|
};
|
|
538
542
|
source?: string;
|
|
543
|
+
note_tweet?: {
|
|
544
|
+
is_expandable: boolean;
|
|
545
|
+
note_tweet_results: {
|
|
546
|
+
result: {
|
|
547
|
+
id: string;
|
|
548
|
+
text: string;
|
|
549
|
+
entity_set: {
|
|
550
|
+
hashtags: {
|
|
551
|
+
indices: number[];
|
|
552
|
+
text: string;
|
|
553
|
+
}[];
|
|
554
|
+
symbols: {
|
|
555
|
+
indices: number[];
|
|
556
|
+
text: string;
|
|
557
|
+
}[];
|
|
558
|
+
timestamps?: unknown[];
|
|
559
|
+
urls: {
|
|
560
|
+
display_url: string;
|
|
561
|
+
expanded_url: string;
|
|
562
|
+
url: string;
|
|
563
|
+
indices: number[];
|
|
564
|
+
}[];
|
|
565
|
+
user_mentions: {
|
|
566
|
+
id_str: string;
|
|
567
|
+
name: string;
|
|
568
|
+
screen_name: string;
|
|
569
|
+
indices: number[];
|
|
570
|
+
}[];
|
|
571
|
+
};
|
|
572
|
+
richtext?: {
|
|
573
|
+
richtext_tags: {
|
|
574
|
+
from_index: number;
|
|
575
|
+
to_index: number;
|
|
576
|
+
richtext_types: string[];
|
|
577
|
+
}[];
|
|
578
|
+
};
|
|
579
|
+
media?: {
|
|
580
|
+
inline_media: unknown[];
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
};
|
|
539
585
|
legacy?: {
|
|
540
586
|
bookmark_count: number;
|
|
541
587
|
bookmarked: boolean;
|
|
@@ -547,23 +593,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
547
593
|
indices: number[];
|
|
548
594
|
text: string;
|
|
549
595
|
}[];
|
|
550
|
-
symbols: {
|
|
551
|
-
indices: number[];
|
|
552
|
-
text: string;
|
|
553
|
-
}[];
|
|
554
|
-
timestamps?: unknown[];
|
|
555
|
-
urls: {
|
|
556
|
-
display_url: string;
|
|
557
|
-
expanded_url: string;
|
|
558
|
-
url: string;
|
|
559
|
-
indices: number[];
|
|
560
|
-
}[];
|
|
561
|
-
user_mentions: {
|
|
562
|
-
id_str: string;
|
|
563
|
-
name: string;
|
|
564
|
-
screen_name: string;
|
|
565
|
-
indices: number[];
|
|
566
|
-
}[];
|
|
567
596
|
media?: {
|
|
568
597
|
display_url: string;
|
|
569
598
|
expanded_url: string;
|
|
@@ -573,9 +602,53 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
573
602
|
media_url_https: string;
|
|
574
603
|
type: string;
|
|
575
604
|
url: string;
|
|
605
|
+
additional_media_info?: {
|
|
606
|
+
monetizable: boolean;
|
|
607
|
+
};
|
|
576
608
|
ext_media_availability: {
|
|
577
609
|
status: string;
|
|
578
610
|
};
|
|
611
|
+
sizes: {
|
|
612
|
+
large: {
|
|
613
|
+
h: number;
|
|
614
|
+
w: number;
|
|
615
|
+
resize: string;
|
|
616
|
+
};
|
|
617
|
+
medium: {
|
|
618
|
+
h: number;
|
|
619
|
+
w: number;
|
|
620
|
+
resize: string;
|
|
621
|
+
};
|
|
622
|
+
small: {
|
|
623
|
+
h: number;
|
|
624
|
+
w: number;
|
|
625
|
+
resize: string;
|
|
626
|
+
};
|
|
627
|
+
thumb: {
|
|
628
|
+
h: number;
|
|
629
|
+
w: number;
|
|
630
|
+
resize: string;
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
original_info: {
|
|
634
|
+
height: number;
|
|
635
|
+
width: number;
|
|
636
|
+
focus_rects: {
|
|
637
|
+
x: number;
|
|
638
|
+
y: number;
|
|
639
|
+
w: number;
|
|
640
|
+
h: number;
|
|
641
|
+
}[];
|
|
642
|
+
};
|
|
643
|
+
video_info?: {
|
|
644
|
+
aspect_ratio: number[];
|
|
645
|
+
duration_millis?: number;
|
|
646
|
+
variants: {
|
|
647
|
+
bitrate?: number;
|
|
648
|
+
content_type: string;
|
|
649
|
+
url: string;
|
|
650
|
+
}[];
|
|
651
|
+
};
|
|
579
652
|
features?: {
|
|
580
653
|
large: {
|
|
581
654
|
faces: {
|
|
@@ -618,6 +691,46 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
618
691
|
}[];
|
|
619
692
|
};
|
|
620
693
|
};
|
|
694
|
+
ext_alt_text?: string;
|
|
695
|
+
sensitive_media_warning?: {
|
|
696
|
+
adult_content?: boolean;
|
|
697
|
+
other?: boolean;
|
|
698
|
+
};
|
|
699
|
+
}[];
|
|
700
|
+
symbols: {
|
|
701
|
+
indices: number[];
|
|
702
|
+
text: string;
|
|
703
|
+
}[];
|
|
704
|
+
timestamps?: unknown[];
|
|
705
|
+
urls: {
|
|
706
|
+
display_url: string;
|
|
707
|
+
expanded_url: string;
|
|
708
|
+
url: string;
|
|
709
|
+
indices: number[];
|
|
710
|
+
}[];
|
|
711
|
+
user_mentions: {
|
|
712
|
+
id_str: string;
|
|
713
|
+
name: string;
|
|
714
|
+
screen_name: string;
|
|
715
|
+
indices: number[];
|
|
716
|
+
}[];
|
|
717
|
+
};
|
|
718
|
+
extended_entities?: {
|
|
719
|
+
media: {
|
|
720
|
+
display_url: string;
|
|
721
|
+
expanded_url: string;
|
|
722
|
+
id_str: string;
|
|
723
|
+
indices: number[];
|
|
724
|
+
media_key: string;
|
|
725
|
+
media_url_https: string;
|
|
726
|
+
type: string;
|
|
727
|
+
url: string;
|
|
728
|
+
additional_media_info?: {
|
|
729
|
+
monetizable: boolean;
|
|
730
|
+
};
|
|
731
|
+
ext_media_availability: {
|
|
732
|
+
status: string;
|
|
733
|
+
};
|
|
621
734
|
sizes: {
|
|
622
735
|
large: {
|
|
623
736
|
h: number;
|
|
@@ -650,51 +763,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
650
763
|
h: number;
|
|
651
764
|
}[];
|
|
652
765
|
};
|
|
653
|
-
additional_media_info?: {
|
|
654
|
-
monetizable: boolean;
|
|
655
|
-
};
|
|
656
766
|
video_info?: {
|
|
657
767
|
aspect_ratio: number[];
|
|
658
768
|
duration_millis?: number;
|
|
659
769
|
variants: {
|
|
770
|
+
bitrate?: number;
|
|
660
771
|
content_type: string;
|
|
661
772
|
url: string;
|
|
662
|
-
bitrate?: number;
|
|
663
773
|
}[];
|
|
664
774
|
};
|
|
665
|
-
ext_alt_text?: string;
|
|
666
|
-
sensitive_media_warning?: {
|
|
667
|
-
other: boolean;
|
|
668
|
-
};
|
|
669
|
-
}[];
|
|
670
|
-
};
|
|
671
|
-
favorite_count: number;
|
|
672
|
-
favorited: boolean;
|
|
673
|
-
full_text: string;
|
|
674
|
-
in_reply_to_screen_name?: string;
|
|
675
|
-
in_reply_to_status_id_str?: string;
|
|
676
|
-
in_reply_to_user_id_str?: string;
|
|
677
|
-
is_quote_status: boolean;
|
|
678
|
-
lang: string;
|
|
679
|
-
quote_count: number;
|
|
680
|
-
reply_count: number;
|
|
681
|
-
retweet_count: number;
|
|
682
|
-
retweeted: boolean;
|
|
683
|
-
user_id_str: string;
|
|
684
|
-
id_str: string;
|
|
685
|
-
extended_entities?: {
|
|
686
|
-
media: {
|
|
687
|
-
display_url: string;
|
|
688
|
-
expanded_url: string;
|
|
689
|
-
id_str: string;
|
|
690
|
-
indices: number[];
|
|
691
|
-
media_key: string;
|
|
692
|
-
media_url_https: string;
|
|
693
|
-
type: string;
|
|
694
|
-
url: string;
|
|
695
|
-
ext_media_availability: {
|
|
696
|
-
status: string;
|
|
697
|
-
};
|
|
698
775
|
features?: {
|
|
699
776
|
large: {
|
|
700
777
|
faces: {
|
|
@@ -737,58 +814,41 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
737
814
|
}[];
|
|
738
815
|
};
|
|
739
816
|
};
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
resize: string;
|
|
745
|
-
};
|
|
746
|
-
medium: {
|
|
747
|
-
h: number;
|
|
748
|
-
w: number;
|
|
749
|
-
resize: string;
|
|
750
|
-
};
|
|
751
|
-
small: {
|
|
752
|
-
h: number;
|
|
753
|
-
w: number;
|
|
754
|
-
resize: string;
|
|
755
|
-
};
|
|
756
|
-
thumb: {
|
|
757
|
-
h: number;
|
|
758
|
-
w: number;
|
|
759
|
-
resize: string;
|
|
760
|
-
};
|
|
761
|
-
};
|
|
762
|
-
original_info: {
|
|
763
|
-
height: number;
|
|
764
|
-
width: number;
|
|
765
|
-
focus_rects: {
|
|
766
|
-
x: number;
|
|
767
|
-
y: number;
|
|
768
|
-
w: number;
|
|
769
|
-
h: number;
|
|
770
|
-
}[];
|
|
771
|
-
};
|
|
772
|
-
additional_media_info?: {
|
|
773
|
-
monetizable: boolean;
|
|
774
|
-
};
|
|
775
|
-
video_info?: {
|
|
776
|
-
aspect_ratio: number[];
|
|
777
|
-
duration_millis?: number;
|
|
778
|
-
variants: {
|
|
779
|
-
content_type: string;
|
|
780
|
-
url: string;
|
|
781
|
-
bitrate?: number;
|
|
782
|
-
}[];
|
|
783
|
-
};
|
|
784
|
-
ext_alt_text?: string;
|
|
785
|
-
sensitive_media_warning?: {
|
|
786
|
-
other: boolean;
|
|
817
|
+
ext_alt_text?: string;
|
|
818
|
+
sensitive_media_warning?: {
|
|
819
|
+
adult_content?: boolean;
|
|
820
|
+
other?: boolean;
|
|
787
821
|
};
|
|
788
822
|
}[];
|
|
789
823
|
};
|
|
824
|
+
favorite_count: number;
|
|
825
|
+
favorited: boolean;
|
|
826
|
+
full_text: string;
|
|
827
|
+
is_quote_status: boolean;
|
|
828
|
+
lang: string;
|
|
790
829
|
possibly_sensitive?: boolean;
|
|
791
830
|
possibly_sensitive_editable?: boolean;
|
|
831
|
+
quote_count: number;
|
|
832
|
+
reply_count: number;
|
|
833
|
+
retweet_count: number;
|
|
834
|
+
retweeted: boolean;
|
|
835
|
+
user_id_str: string;
|
|
836
|
+
id_str: string;
|
|
837
|
+
in_reply_to_screen_name?: string;
|
|
838
|
+
in_reply_to_status_id_str?: string;
|
|
839
|
+
in_reply_to_user_id_str?: string;
|
|
840
|
+
limited_actions?: string;
|
|
841
|
+
conversation_control?: {
|
|
842
|
+
policy: string;
|
|
843
|
+
conversation_owner_results: {
|
|
844
|
+
result: {
|
|
845
|
+
__typename: string;
|
|
846
|
+
legacy: {
|
|
847
|
+
screen_name: string;
|
|
848
|
+
};
|
|
849
|
+
};
|
|
850
|
+
};
|
|
851
|
+
};
|
|
792
852
|
quoted_status_id_str?: string;
|
|
793
853
|
quoted_status_permalink?: {
|
|
794
854
|
url: string;
|
|
@@ -808,70 +868,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
808
868
|
place_type: string;
|
|
809
869
|
url: string;
|
|
810
870
|
};
|
|
811
|
-
conversation_control?: {
|
|
812
|
-
policy: string;
|
|
813
|
-
conversation_owner_results: {
|
|
814
|
-
result: {
|
|
815
|
-
__typename: string;
|
|
816
|
-
legacy: {
|
|
817
|
-
screen_name: string;
|
|
818
|
-
};
|
|
819
|
-
};
|
|
820
|
-
};
|
|
821
|
-
};
|
|
822
|
-
limited_actions?: string;
|
|
823
|
-
};
|
|
824
|
-
previous_counts?: {
|
|
825
|
-
bookmark_count: number;
|
|
826
|
-
favorite_count: number;
|
|
827
|
-
quote_count: number;
|
|
828
|
-
reply_count: number;
|
|
829
|
-
retweet_count: number;
|
|
830
|
-
};
|
|
831
|
-
note_tweet?: {
|
|
832
|
-
is_expandable: boolean;
|
|
833
|
-
note_tweet_results: {
|
|
834
|
-
result: {
|
|
835
|
-
id: string;
|
|
836
|
-
text: string;
|
|
837
|
-
entity_set: {
|
|
838
|
-
hashtags: {
|
|
839
|
-
indices: number[];
|
|
840
|
-
text: string;
|
|
841
|
-
}[];
|
|
842
|
-
symbols: {
|
|
843
|
-
indices: number[];
|
|
844
|
-
text: string;
|
|
845
|
-
}[];
|
|
846
|
-
urls: {
|
|
847
|
-
display_url: string;
|
|
848
|
-
expanded_url: string;
|
|
849
|
-
url: string;
|
|
850
|
-
indices: number[];
|
|
851
|
-
}[];
|
|
852
|
-
user_mentions: {
|
|
853
|
-
id_str: string;
|
|
854
|
-
name: string;
|
|
855
|
-
screen_name: string;
|
|
856
|
-
indices: number[];
|
|
857
|
-
}[];
|
|
858
|
-
timestamps?: unknown[];
|
|
859
|
-
};
|
|
860
|
-
richtext?: {
|
|
861
|
-
richtext_tags: {
|
|
862
|
-
from_index: number;
|
|
863
|
-
to_index: number;
|
|
864
|
-
richtext_types: string[];
|
|
865
|
-
}[];
|
|
866
|
-
};
|
|
867
|
-
media?: {
|
|
868
|
-
inline_media: {
|
|
869
|
-
media_id: string;
|
|
870
|
-
index: number;
|
|
871
|
-
}[];
|
|
872
|
-
};
|
|
873
|
-
};
|
|
874
|
-
};
|
|
875
871
|
};
|
|
876
872
|
card?: {
|
|
877
873
|
rest_id: string;
|
|
@@ -1009,6 +1005,17 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1009
1005
|
unified_card?: {
|
|
1010
1006
|
card_fetch_state: string;
|
|
1011
1007
|
};
|
|
1008
|
+
edit_perspective?: {
|
|
1009
|
+
favorited: boolean;
|
|
1010
|
+
retweeted: boolean;
|
|
1011
|
+
};
|
|
1012
|
+
previous_counts?: {
|
|
1013
|
+
bookmark_count: number;
|
|
1014
|
+
favorite_count: number;
|
|
1015
|
+
quote_count: number;
|
|
1016
|
+
reply_count: number;
|
|
1017
|
+
retweet_count: number;
|
|
1018
|
+
};
|
|
1012
1019
|
quoted_status_result?: {
|
|
1013
1020
|
result?: {
|
|
1014
1021
|
__typename: string;
|
|
@@ -1085,117 +1092,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1085
1092
|
};
|
|
1086
1093
|
};
|
|
1087
1094
|
};
|
|
1088
|
-
card?: {
|
|
1089
|
-
rest_id: string;
|
|
1090
|
-
legacy: {
|
|
1091
|
-
binding_values: {
|
|
1092
|
-
key: string;
|
|
1093
|
-
value: {
|
|
1094
|
-
string_value?: string;
|
|
1095
|
-
type: string;
|
|
1096
|
-
scribe_key?: string;
|
|
1097
|
-
image_value?: {
|
|
1098
|
-
height: number;
|
|
1099
|
-
width: number;
|
|
1100
|
-
url: string;
|
|
1101
|
-
};
|
|
1102
|
-
user_value?: {
|
|
1103
|
-
id_str: string;
|
|
1104
|
-
path: unknown[];
|
|
1105
|
-
};
|
|
1106
|
-
image_color_value?: {
|
|
1107
|
-
palette: {
|
|
1108
|
-
rgb: {
|
|
1109
|
-
blue: number;
|
|
1110
|
-
green: number;
|
|
1111
|
-
red: number;
|
|
1112
|
-
};
|
|
1113
|
-
percentage: number;
|
|
1114
|
-
}[];
|
|
1115
|
-
};
|
|
1116
|
-
};
|
|
1117
|
-
}[];
|
|
1118
|
-
card_platform: {
|
|
1119
|
-
platform: {
|
|
1120
|
-
audience: {
|
|
1121
|
-
name: string;
|
|
1122
|
-
};
|
|
1123
|
-
device: {
|
|
1124
|
-
name: string;
|
|
1125
|
-
version: string;
|
|
1126
|
-
};
|
|
1127
|
-
};
|
|
1128
|
-
};
|
|
1129
|
-
name: string;
|
|
1130
|
-
url: string;
|
|
1131
|
-
user_refs_results: {
|
|
1132
|
-
result: {
|
|
1133
|
-
__typename: string;
|
|
1134
|
-
id: string;
|
|
1135
|
-
rest_id: string;
|
|
1136
|
-
affiliates_highlighted_label: {};
|
|
1137
|
-
has_graduated_access: boolean;
|
|
1138
|
-
is_blue_verified: boolean;
|
|
1139
|
-
profile_image_shape: string;
|
|
1140
|
-
legacy: {
|
|
1141
|
-
blocking: boolean;
|
|
1142
|
-
can_dm: boolean;
|
|
1143
|
-
can_media_tag: boolean;
|
|
1144
|
-
created_at: string;
|
|
1145
|
-
default_profile: boolean;
|
|
1146
|
-
default_profile_image: boolean;
|
|
1147
|
-
description: string;
|
|
1148
|
-
entities: {
|
|
1149
|
-
description: {
|
|
1150
|
-
urls: unknown[];
|
|
1151
|
-
};
|
|
1152
|
-
url: {
|
|
1153
|
-
urls: {
|
|
1154
|
-
display_url: string;
|
|
1155
|
-
expanded_url: string;
|
|
1156
|
-
url: string;
|
|
1157
|
-
indices: number[];
|
|
1158
|
-
}[];
|
|
1159
|
-
};
|
|
1160
|
-
};
|
|
1161
|
-
fast_followers_count: number;
|
|
1162
|
-
favourites_count: number;
|
|
1163
|
-
followers_count: number;
|
|
1164
|
-
friends_count: number;
|
|
1165
|
-
has_custom_timelines: boolean;
|
|
1166
|
-
is_translator: boolean;
|
|
1167
|
-
listed_count: number;
|
|
1168
|
-
location: string;
|
|
1169
|
-
media_count: number;
|
|
1170
|
-
name: string;
|
|
1171
|
-
normal_followers_count: number;
|
|
1172
|
-
pinned_tweet_ids_str: string[];
|
|
1173
|
-
possibly_sensitive: boolean;
|
|
1174
|
-
profile_banner_url: string;
|
|
1175
|
-
profile_image_url_https: string;
|
|
1176
|
-
profile_interstitial_type: string;
|
|
1177
|
-
screen_name: string;
|
|
1178
|
-
statuses_count: number;
|
|
1179
|
-
translator_type: string;
|
|
1180
|
-
url: string;
|
|
1181
|
-
verified: boolean;
|
|
1182
|
-
verified_type: string;
|
|
1183
|
-
want_retweets: boolean;
|
|
1184
|
-
withheld_in_countries: unknown[];
|
|
1185
|
-
};
|
|
1186
|
-
professional: {
|
|
1187
|
-
rest_id: string;
|
|
1188
|
-
professional_type: string;
|
|
1189
|
-
category: {
|
|
1190
|
-
id: number;
|
|
1191
|
-
name: string;
|
|
1192
|
-
icon_name: string;
|
|
1193
|
-
}[];
|
|
1194
|
-
};
|
|
1195
|
-
};
|
|
1196
|
-
}[];
|
|
1197
|
-
};
|
|
1198
|
-
};
|
|
1199
1095
|
unmention_data: {};
|
|
1200
1096
|
unified_card?: {
|
|
1201
1097
|
card_fetch_state: string;
|
|
@@ -1215,10 +1111,16 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1215
1111
|
};
|
|
1216
1112
|
is_translatable: boolean;
|
|
1217
1113
|
views: {
|
|
1218
|
-
count?: string;
|
|
1219
1114
|
state: string;
|
|
1115
|
+
count?: string;
|
|
1220
1116
|
};
|
|
1221
1117
|
source: string;
|
|
1118
|
+
quotedRefResult?: {
|
|
1119
|
+
result: {
|
|
1120
|
+
__typename: string;
|
|
1121
|
+
rest_id: string;
|
|
1122
|
+
};
|
|
1123
|
+
};
|
|
1222
1124
|
legacy: {
|
|
1223
1125
|
bookmark_count: number;
|
|
1224
1126
|
bookmarked: boolean;
|
|
@@ -1230,10 +1132,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1230
1132
|
indices: number[];
|
|
1231
1133
|
text: string;
|
|
1232
1134
|
}[];
|
|
1233
|
-
symbols:
|
|
1234
|
-
indices: number[];
|
|
1235
|
-
text: string;
|
|
1236
|
-
}[];
|
|
1135
|
+
symbols: unknown[];
|
|
1237
1136
|
timestamps?: unknown[];
|
|
1238
1137
|
urls: {
|
|
1239
1138
|
display_url: string;
|
|
@@ -1356,6 +1255,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1356
1255
|
possibly_sensitive?: boolean;
|
|
1357
1256
|
possibly_sensitive_editable?: boolean;
|
|
1358
1257
|
quote_count: number;
|
|
1258
|
+
quoted_status_id_str?: string;
|
|
1259
|
+
quoted_status_permalink?: {
|
|
1260
|
+
url: string;
|
|
1261
|
+
expanded: string;
|
|
1262
|
+
display: string;
|
|
1263
|
+
};
|
|
1359
1264
|
reply_count: number;
|
|
1360
1265
|
retweet_count: number;
|
|
1361
1266
|
retweeted: boolean;
|
|
@@ -1479,11 +1384,116 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1479
1384
|
place_type: string;
|
|
1480
1385
|
url: string;
|
|
1481
1386
|
};
|
|
1482
|
-
|
|
1483
|
-
|
|
1387
|
+
};
|
|
1388
|
+
card?: {
|
|
1389
|
+
rest_id: string;
|
|
1390
|
+
legacy: {
|
|
1391
|
+
binding_values: {
|
|
1392
|
+
key: string;
|
|
1393
|
+
value: {
|
|
1394
|
+
string_value?: string;
|
|
1395
|
+
type: string;
|
|
1396
|
+
scribe_key?: string;
|
|
1397
|
+
image_value?: {
|
|
1398
|
+
height: number;
|
|
1399
|
+
width: number;
|
|
1400
|
+
url: string;
|
|
1401
|
+
};
|
|
1402
|
+
user_value?: {
|
|
1403
|
+
id_str: string;
|
|
1404
|
+
path: unknown[];
|
|
1405
|
+
};
|
|
1406
|
+
image_color_value?: {
|
|
1407
|
+
palette: {
|
|
1408
|
+
rgb: {
|
|
1409
|
+
blue: number;
|
|
1410
|
+
green: number;
|
|
1411
|
+
red: number;
|
|
1412
|
+
};
|
|
1413
|
+
percentage: number;
|
|
1414
|
+
}[];
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
}[];
|
|
1418
|
+
card_platform: {
|
|
1419
|
+
platform: {
|
|
1420
|
+
audience: {
|
|
1421
|
+
name: string;
|
|
1422
|
+
};
|
|
1423
|
+
device: {
|
|
1424
|
+
name: string;
|
|
1425
|
+
version: string;
|
|
1426
|
+
};
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1429
|
+
name: string;
|
|
1484
1430
|
url: string;
|
|
1485
|
-
|
|
1486
|
-
|
|
1431
|
+
user_refs_results: {
|
|
1432
|
+
result: {
|
|
1433
|
+
__typename: string;
|
|
1434
|
+
id: string;
|
|
1435
|
+
rest_id: string;
|
|
1436
|
+
affiliates_highlighted_label: {};
|
|
1437
|
+
has_graduated_access: boolean;
|
|
1438
|
+
is_blue_verified: boolean;
|
|
1439
|
+
profile_image_shape: string;
|
|
1440
|
+
legacy: {
|
|
1441
|
+
blocking: boolean;
|
|
1442
|
+
can_dm: boolean;
|
|
1443
|
+
can_media_tag: boolean;
|
|
1444
|
+
created_at: string;
|
|
1445
|
+
default_profile: boolean;
|
|
1446
|
+
default_profile_image: boolean;
|
|
1447
|
+
description: string;
|
|
1448
|
+
entities: {
|
|
1449
|
+
description: {
|
|
1450
|
+
urls: unknown[];
|
|
1451
|
+
};
|
|
1452
|
+
url: {
|
|
1453
|
+
urls: {
|
|
1454
|
+
display_url: string;
|
|
1455
|
+
expanded_url: string;
|
|
1456
|
+
url: string;
|
|
1457
|
+
indices: number[];
|
|
1458
|
+
}[];
|
|
1459
|
+
};
|
|
1460
|
+
};
|
|
1461
|
+
fast_followers_count: number;
|
|
1462
|
+
favourites_count: number;
|
|
1463
|
+
followers_count: number;
|
|
1464
|
+
friends_count: number;
|
|
1465
|
+
has_custom_timelines: boolean;
|
|
1466
|
+
is_translator: boolean;
|
|
1467
|
+
listed_count: number;
|
|
1468
|
+
location: string;
|
|
1469
|
+
media_count: number;
|
|
1470
|
+
name: string;
|
|
1471
|
+
normal_followers_count: number;
|
|
1472
|
+
pinned_tweet_ids_str: string[];
|
|
1473
|
+
possibly_sensitive: boolean;
|
|
1474
|
+
profile_banner_url: string;
|
|
1475
|
+
profile_image_url_https: string;
|
|
1476
|
+
profile_interstitial_type: string;
|
|
1477
|
+
screen_name: string;
|
|
1478
|
+
statuses_count: number;
|
|
1479
|
+
translator_type: string;
|
|
1480
|
+
url: string;
|
|
1481
|
+
verified: boolean;
|
|
1482
|
+
verified_type: string;
|
|
1483
|
+
want_retweets: boolean;
|
|
1484
|
+
withheld_in_countries: unknown[];
|
|
1485
|
+
};
|
|
1486
|
+
professional: {
|
|
1487
|
+
rest_id: string;
|
|
1488
|
+
professional_type: string;
|
|
1489
|
+
category: {
|
|
1490
|
+
id: number;
|
|
1491
|
+
name: string;
|
|
1492
|
+
icon_name: string;
|
|
1493
|
+
}[];
|
|
1494
|
+
};
|
|
1495
|
+
};
|
|
1496
|
+
}[];
|
|
1487
1497
|
};
|
|
1488
1498
|
};
|
|
1489
1499
|
previous_counts?: {
|
|
@@ -1505,7 +1515,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1505
1515
|
text: string;
|
|
1506
1516
|
}[];
|
|
1507
1517
|
symbols: unknown[];
|
|
1508
|
-
timestamps
|
|
1518
|
+
timestamps: unknown[];
|
|
1509
1519
|
urls: {
|
|
1510
1520
|
display_url: string;
|
|
1511
1521
|
expanded_url: string;
|
|
@@ -1520,11 +1530,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1520
1530
|
}[];
|
|
1521
1531
|
};
|
|
1522
1532
|
richtext: {
|
|
1523
|
-
richtext_tags:
|
|
1524
|
-
from_index: number;
|
|
1525
|
-
to_index: number;
|
|
1526
|
-
richtext_types: string[];
|
|
1527
|
-
}[];
|
|
1533
|
+
richtext_tags: unknown[];
|
|
1528
1534
|
};
|
|
1529
1535
|
media: {
|
|
1530
1536
|
inline_media: unknown[];
|
|
@@ -1532,12 +1538,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1532
1538
|
};
|
|
1533
1539
|
};
|
|
1534
1540
|
};
|
|
1535
|
-
quotedRefResult?: {
|
|
1536
|
-
result: {
|
|
1537
|
-
__typename: string;
|
|
1538
|
-
rest_id: string;
|
|
1539
|
-
};
|
|
1540
|
-
};
|
|
1541
1541
|
};
|
|
1542
1542
|
};
|
|
1543
1543
|
};
|
|
@@ -1627,8 +1627,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
|
|
|
1627
1627
|
icon_name: string;
|
|
1628
1628
|
}[];
|
|
1629
1629
|
};
|
|
1630
|
-
has_nft_avatar?: boolean;
|
|
1631
1630
|
super_follow_eligible?: boolean;
|
|
1631
|
+
has_nft_avatar?: boolean;
|
|
1632
1632
|
};
|
|
1633
1633
|
};
|
|
1634
1634
|
}[];
|