@book000/twitterts 0.76.3 → 0.77.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.
Files changed (61) hide show
  1. package/dist/converter.d.ts.map +1 -1
  2. package/dist/converter.js +22 -6
  3. package/dist/converter.js.map +1 -1
  4. package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts +11584 -10128
  5. package/dist/models/responses/custom/custom-graph-qltimeline-success-response.d.ts.map +1 -1
  6. package/dist/models/responses/custom/custom-search-timeline-entry.d.ts +107 -27
  7. package/dist/models/responses/custom/custom-search-timeline-entry.d.ts.map +1 -1
  8. package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts +9667 -8491
  9. package/dist/models/responses/custom/custom-timeline-tweet-entry.d.ts.map +1 -1
  10. package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts +3174 -2930
  11. package/dist/models/responses/custom/custom-tweet-legacy-object.d.ts.map +1 -1
  12. package/dist/models/responses/custom/custom-tweet-object.d.ts +11207 -10188
  13. package/dist/models/responses/custom/custom-tweet-object.d.ts.map +1 -1
  14. package/dist/models/responses/custom/custom-user-legacy-object.d.ts +4 -4
  15. package/dist/models/responses/custom/custom-user-legacy-object.d.ts.map +1 -1
  16. package/dist/models/responses/custom/custom-user-tweet-entry.d.ts +8209 -7671
  17. package/dist/models/responses/custom/custom-user-tweet-entry.d.ts.map +1 -1
  18. package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts +284 -330
  19. package/dist/models/responses/graphql/get/audio-space-by-id-success.d.ts.map +1 -1
  20. package/dist/models/responses/graphql/get/broadcast-query-success.d.ts +92 -149
  21. package/dist/models/responses/graphql/get/broadcast-query-success.d.ts.map +1 -1
  22. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts +119 -35
  23. package/dist/models/responses/graphql/get/communities-fetch-one-query-success.d.ts.map +1 -1
  24. package/dist/models/responses/graphql/get/follow-host-button-query-success.d.ts +9 -2
  25. package/dist/models/responses/graphql/get/follow-host-button-query-success.d.ts.map +1 -1
  26. package/dist/models/responses/graphql/get/get-alt-text-prompt-preference-success.d.ts +26 -0
  27. package/dist/models/responses/graphql/get/get-alt-text-prompt-preference-success.d.ts.map +1 -1
  28. package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts +569 -145
  29. package/dist/models/responses/graphql/get/home-latest-timeline-success.d.ts.map +1 -1
  30. package/dist/models/responses/graphql/get/home-timeline-success.d.ts +8257 -6974
  31. package/dist/models/responses/graphql/get/home-timeline-success.d.ts.map +1 -1
  32. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts +2 -0
  33. package/dist/models/responses/graphql/get/is-eligible-for-analytics-upsell-query-success.d.ts.map +1 -1
  34. package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts +44 -14
  35. package/dist/models/responses/graphql/get/pinned-timelines-success.d.ts.map +1 -1
  36. package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts +20 -7
  37. package/dist/models/responses/graphql/get/profile-spotlights-query-success.d.ts.map +1 -1
  38. package/dist/models/responses/graphql/get/search-timeline-success.d.ts +107 -27
  39. package/dist/models/responses/graphql/get/search-timeline-success.d.ts.map +1 -1
  40. package/dist/models/responses/graphql/get/tweet-detail-success.d.ts +35 -9
  41. package/dist/models/responses/graphql/get/tweet-detail-success.d.ts.map +1 -1
  42. package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts +284 -293
  43. package/dist/models/responses/graphql/get/tweet-result-by-rest-id-success.d.ts.map +1 -1
  44. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts +1 -1
  45. package/dist/models/responses/graphql/get/use-fetch-profile-sections-can-view-expanded-profile-query-success.d.ts.map +1 -1
  46. package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts +32 -6
  47. package/dist/models/responses/graphql/get/user-by-rest-id-success.d.ts.map +1 -1
  48. package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts +32 -9
  49. package/dist/models/responses/graphql/get/user-by-screen-name-success.d.ts.map +1 -1
  50. package/dist/models/responses/graphql/get/user-tweets-success.d.ts +2092 -2133
  51. package/dist/models/responses/graphql/get/user-tweets-success.d.ts.map +1 -1
  52. package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts +1 -0
  53. package/dist/models/responses/graphql/get/users-verified-avatars-success.d.ts.map +1 -1
  54. package/dist/models/responses/graphql/get/viewer-success.d.ts +78 -18
  55. package/dist/models/responses/graphql/get/viewer-success.d.ts.map +1 -1
  56. package/dist/models/responses/graphql/post/home-timeline-success.d.ts +8982 -7410
  57. package/dist/models/responses/graphql/post/home-timeline-success.d.ts.map +1 -1
  58. package/dist/parser/user-tweets.js +0 -1
  59. package/dist/parser/user-tweets.js.map +1 -1
  60. package/dist/tsconfig.build.tsbuildinfo +1 -1
  61. package/package.json +1 -1
@@ -43,9 +43,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
43
43
  id: string;
44
44
  is_blue_verified: boolean;
45
45
  legacy: {
46
- can_dm: boolean;
47
- can_media_tag: boolean;
48
- created_at: string;
46
+ can_dm?: boolean;
47
+ can_media_tag?: boolean;
48
+ created_at?: string;
49
49
  default_profile: boolean;
50
50
  default_profile_image: boolean;
51
51
  description: string;
@@ -70,31 +70,36 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
70
70
  fast_followers_count: number;
71
71
  favourites_count: number;
72
72
  followers_count: number;
73
- following: boolean;
73
+ following?: boolean;
74
74
  friends_count: number;
75
75
  has_custom_timelines: boolean;
76
76
  is_translator: boolean;
77
77
  listed_count: number;
78
- location: string;
78
+ location?: string;
79
79
  media_count: number;
80
- name: string;
80
+ name?: string;
81
81
  normal_followers_count: number;
82
82
  pinned_tweet_ids_str: string[];
83
83
  possibly_sensitive: boolean;
84
- profile_banner_url: string;
85
- profile_image_url_https: string;
84
+ profile_banner_url?: string;
85
+ profile_image_url_https?: string;
86
86
  profile_interstitial_type: string;
87
- screen_name: string;
87
+ screen_name?: string;
88
88
  statuses_count: number;
89
89
  translator_type: string;
90
90
  url?: string;
91
- verified: boolean;
91
+ verified?: boolean;
92
92
  verified_type?: string;
93
93
  want_retweets: boolean;
94
94
  withheld_in_countries: unknown[];
95
- followed_by?: boolean;
96
95
  };
97
96
  parody_commentary_fan_label: string;
97
+ profile_image_shape: string;
98
+ rest_id: string;
99
+ tipjar_settings: {
100
+ is_enabled?: boolean;
101
+ ethereum_handle?: string;
102
+ };
98
103
  professional?: {
99
104
  category: {
100
105
  icon_name: string;
@@ -104,13 +109,33 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
104
109
  professional_type: string;
105
110
  rest_id: string;
106
111
  };
107
- profile_image_shape: string;
108
- rest_id: string;
109
- tipjar_settings: {
110
- is_enabled?: boolean;
111
- ethereum_handle?: string;
112
- };
113
112
  super_follow_eligible?: boolean;
113
+ verification?: {
114
+ verified: boolean;
115
+ };
116
+ location?: {
117
+ location: string;
118
+ };
119
+ avatar?: {
120
+ image_url: string;
121
+ };
122
+ dm_permissions?: {
123
+ can_dm: boolean;
124
+ };
125
+ media_permissions?: {
126
+ can_media_tag: boolean;
127
+ };
128
+ privacy?: {
129
+ protected: boolean;
130
+ };
131
+ relationship_perspectives?: {
132
+ following: boolean;
133
+ };
134
+ core?: {
135
+ created_at: string;
136
+ name: string;
137
+ screen_name: string;
138
+ };
114
139
  };
115
140
  };
116
141
  disallow_join: boolean;
@@ -123,13 +148,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
123
148
  max_admin_capacity: number;
124
149
  max_guest_sessions: number;
125
150
  media_key: string;
126
- mentioned_users?: {
127
- rest_id: string;
128
- }[];
129
151
  narrow_cast_space_type: number;
130
152
  no_incognito: boolean;
131
153
  rest_id: string;
132
- scheduled_start?: number;
133
154
  started_at?: number;
134
155
  state: string;
135
156
  title?: string;
@@ -202,9 +223,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
202
223
  id: string;
203
224
  is_blue_verified: boolean;
204
225
  legacy: {
205
- can_dm: boolean;
206
- can_media_tag: boolean;
207
- created_at: string;
226
+ can_dm?: boolean;
227
+ can_media_tag?: boolean;
228
+ created_at?: string;
208
229
  default_profile: boolean;
209
230
  default_profile_image: boolean;
210
231
  description: string;
@@ -229,31 +250,35 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
229
250
  fast_followers_count: number;
230
251
  favourites_count: number;
231
252
  followers_count: number;
232
- following: boolean;
253
+ following?: boolean;
233
254
  friends_count: number;
234
255
  has_custom_timelines: boolean;
235
256
  is_translator: boolean;
236
257
  listed_count: number;
237
- location: string;
258
+ location?: string;
238
259
  media_count: number;
239
- name: string;
260
+ name?: string;
240
261
  normal_followers_count: number;
241
262
  pinned_tweet_ids_str: string[];
242
263
  possibly_sensitive: boolean;
243
- profile_banner_url: string;
244
- profile_image_url_https: string;
264
+ profile_banner_url?: string;
265
+ profile_image_url_https?: string;
245
266
  profile_interstitial_type: string;
246
- screen_name: string;
267
+ screen_name?: string;
247
268
  statuses_count: number;
248
269
  translator_type: string;
249
270
  url?: string;
250
- verified: boolean;
271
+ verified?: boolean;
272
+ verified_type?: string;
251
273
  want_retweets: boolean;
252
274
  withheld_in_countries: unknown[];
253
- verified_type?: string;
254
- followed_by?: boolean;
255
275
  };
256
276
  parody_commentary_fan_label: string;
277
+ profile_image_shape: string;
278
+ rest_id: string;
279
+ tipjar_settings: {
280
+ is_enabled?: boolean;
281
+ };
257
282
  professional?: {
258
283
  category: {
259
284
  icon_name: string;
@@ -263,11 +288,31 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
263
288
  professional_type: string;
264
289
  rest_id: string;
265
290
  };
266
- profile_image_shape: string;
267
- rest_id: string;
268
- super_follow_eligible?: boolean;
269
- tipjar_settings: {
270
- is_enabled?: boolean;
291
+ verification?: {
292
+ verified: boolean;
293
+ };
294
+ location?: {
295
+ location: string;
296
+ };
297
+ avatar?: {
298
+ image_url: string;
299
+ };
300
+ dm_permissions?: {
301
+ can_dm: boolean;
302
+ };
303
+ media_permissions?: {
304
+ can_media_tag: boolean;
305
+ };
306
+ privacy?: {
307
+ protected: boolean;
308
+ };
309
+ relationship_perspectives?: {
310
+ following: boolean;
311
+ };
312
+ core?: {
313
+ created_at: string;
314
+ name: string;
315
+ screen_name: string;
271
316
  };
272
317
  };
273
318
  };
@@ -322,6 +367,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
322
367
  };
323
368
  };
324
369
  updated_at: number;
370
+ scheduled_start?: number;
371
+ mentioned_users?: {
372
+ rest_id: string;
373
+ }[];
325
374
  replay_start_time?: number;
326
375
  topics?: {
327
376
  topic: {
@@ -379,9 +428,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
379
428
  };
380
429
  };
381
430
  is_blue_verified: boolean;
382
- legacy: {
431
+ legacy?: {
383
432
  verified_type?: string;
384
433
  };
434
+ verification?: {};
385
435
  };
386
436
  };
387
437
  }[];
@@ -400,7 +450,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
400
450
  __typename: string;
401
451
  identity_profile_labels_highlighted_label: {};
402
452
  is_blue_verified: boolean;
403
- legacy: {};
453
+ legacy?: {};
454
+ verification?: {
455
+ verified_type?: string;
456
+ };
404
457
  };
405
458
  };
406
459
  }[];
@@ -436,12 +489,12 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
436
489
  mention_results: {
437
490
  result: {
438
491
  __typename: string;
492
+ message?: string;
493
+ reason?: string;
439
494
  legacy?: {
440
495
  screen_name: string;
441
496
  };
442
497
  rest_id?: string;
443
- message?: string;
444
- reason?: string;
445
498
  };
446
499
  };
447
500
  screen_name: string;
@@ -457,6 +510,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
457
510
  legacy?: {
458
511
  verified_type?: string;
459
512
  };
513
+ verification?: {};
460
514
  };
461
515
  };
462
516
  }[];
@@ -480,7 +534,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
480
534
  url: string;
481
535
  };
482
536
  description: string;
483
- longDescription?: {
537
+ longDescription: {
484
538
  entities: {
485
539
  fromIndex: number;
486
540
  ref: {
@@ -500,11 +554,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
500
554
  }[];
501
555
  text: string;
502
556
  };
503
- url?: {
504
- url: string;
505
- urlType: string;
506
- };
507
- userLabelDisplayType?: string;
508
557
  userLabelType: string;
509
558
  };
510
559
  };
@@ -564,6 +613,14 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
564
613
  blocking?: boolean;
565
614
  };
566
615
  parody_commentary_fan_label: string;
616
+ profile_image_shape: string;
617
+ rest_id: string;
618
+ tipjar_settings: {
619
+ bitcoin_handle?: string;
620
+ ethereum_handle?: string;
621
+ is_enabled?: boolean;
622
+ patreon_handle?: string;
623
+ };
567
624
  professional?: {
568
625
  category: {
569
626
  icon_name: string;
@@ -573,13 +630,8 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
573
630
  professional_type: string;
574
631
  rest_id: string;
575
632
  };
576
- profile_image_shape: string;
577
- rest_id: string;
578
- tipjar_settings: {
579
- bitcoin_handle?: string;
580
- ethereum_handle?: string;
581
- is_enabled?: boolean;
582
- patreon_handle?: string;
633
+ verification?: {
634
+ verified: boolean;
583
635
  };
584
636
  };
585
637
  };
@@ -705,10 +757,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
705
757
  }[];
706
758
  };
707
759
  }[];
708
- symbols: {
709
- indices: number[];
710
- text: string;
711
- }[];
760
+ symbols: unknown[];
712
761
  timestamps: unknown[];
713
762
  urls: {
714
763
  display_url: string;
@@ -832,24 +881,24 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
832
881
  favorited: boolean;
833
882
  full_text: string;
834
883
  id_str: string;
835
- in_reply_to_screen_name?: string;
836
- in_reply_to_status_id_str?: string;
837
- in_reply_to_user_id_str?: string;
838
884
  is_quote_status: boolean;
839
885
  lang: string;
840
886
  possibly_sensitive?: boolean;
841
887
  possibly_sensitive_editable?: boolean;
842
888
  quote_count: number;
889
+ reply_count: number;
890
+ retweet_count: number;
891
+ retweeted: boolean;
892
+ user_id_str: string;
893
+ in_reply_to_screen_name?: string;
894
+ in_reply_to_status_id_str?: string;
895
+ in_reply_to_user_id_str?: string;
843
896
  quoted_status_id_str?: string;
844
897
  quoted_status_permalink?: {
845
898
  display: string;
846
899
  expanded: string;
847
900
  url: string;
848
901
  };
849
- reply_count: number;
850
- retweet_count: number;
851
- retweeted: boolean;
852
- user_id_str: string;
853
902
  retweeted_status_result?: {
854
903
  result: {
855
904
  __typename: string;
@@ -1179,16 +1228,16 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1179
1228
  possibly_sensitive: boolean;
1180
1229
  possibly_sensitive_editable: boolean;
1181
1230
  quote_count: number;
1231
+ reply_count: number;
1232
+ retweet_count: number;
1233
+ retweeted: boolean;
1234
+ user_id_str: string;
1182
1235
  quoted_status_id_str?: string;
1183
1236
  quoted_status_permalink?: {
1184
1237
  display: string;
1185
1238
  expanded: string;
1186
1239
  url: string;
1187
1240
  };
1188
- reply_count: number;
1189
- retweet_count: number;
1190
- retweeted: boolean;
1191
- user_id_str: string;
1192
1241
  };
1193
1242
  note_tweet: {
1194
1243
  is_expandable: boolean;
@@ -1234,6 +1283,20 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1234
1283
  };
1235
1284
  };
1236
1285
  };
1286
+ rest_id: string;
1287
+ source: string;
1288
+ unmention_data: {};
1289
+ views: {
1290
+ count: string;
1291
+ state: string;
1292
+ };
1293
+ previous_counts?: {
1294
+ bookmark_count: number;
1295
+ favorite_count: number;
1296
+ quote_count: number;
1297
+ reply_count: number;
1298
+ retweet_count: number;
1299
+ };
1237
1300
  quoted_status_result?: {
1238
1301
  result: {
1239
1302
  __typename: string;
@@ -1241,35 +1304,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1241
1304
  user_results: {
1242
1305
  result: {
1243
1306
  __typename: string;
1244
- affiliates_highlighted_label: {
1245
- label?: {
1246
- badge: {
1247
- url: string;
1248
- };
1249
- description: string;
1250
- longDescription: {
1251
- entities: {
1252
- fromIndex: number;
1253
- ref: {
1254
- mention_results: {
1255
- result: {
1256
- __typename: string;
1257
- legacy: {
1258
- screen_name: string;
1259
- };
1260
- rest_id: string;
1261
- };
1262
- };
1263
- screen_name: string;
1264
- type: string;
1265
- };
1266
- toIndex: number;
1267
- }[];
1268
- text: string;
1269
- };
1270
- userLabelType: string;
1271
- };
1272
- };
1307
+ affiliates_highlighted_label: {};
1273
1308
  has_graduated_access: boolean;
1274
1309
  id: string;
1275
1310
  is_blue_verified: boolean;
@@ -1320,7 +1355,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1320
1355
  translator_type: string;
1321
1356
  url: string;
1322
1357
  verified: boolean;
1323
- verified_type?: string;
1324
1358
  want_retweets: boolean;
1325
1359
  withheld_in_countries: unknown[];
1326
1360
  };
@@ -1356,9 +1390,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1356
1390
  entities: {
1357
1391
  hashtags: unknown[];
1358
1392
  media: {
1359
- additional_media_info?: {
1360
- monetizable: boolean;
1361
- };
1362
1393
  allow_download_status: {
1363
1394
  allow_download: boolean;
1364
1395
  };
@@ -1367,6 +1398,40 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1367
1398
  ext_media_availability: {
1368
1399
  status: string;
1369
1400
  };
1401
+ features: {
1402
+ large: {
1403
+ faces: {
1404
+ h: number;
1405
+ w: number;
1406
+ x: number;
1407
+ y: number;
1408
+ }[];
1409
+ };
1410
+ medium: {
1411
+ faces: {
1412
+ h: number;
1413
+ w: number;
1414
+ x: number;
1415
+ y: number;
1416
+ }[];
1417
+ };
1418
+ orig: {
1419
+ faces: {
1420
+ h: number;
1421
+ w: number;
1422
+ x: number;
1423
+ y: number;
1424
+ }[];
1425
+ };
1426
+ small: {
1427
+ faces: {
1428
+ h: number;
1429
+ w: number;
1430
+ x: number;
1431
+ y: number;
1432
+ }[];
1433
+ };
1434
+ };
1370
1435
  id_str: string;
1371
1436
  indices: number[];
1372
1437
  media_key: string;
@@ -1410,16 +1475,31 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1410
1475
  };
1411
1476
  type: string;
1412
1477
  url: string;
1413
- video_info?: {
1414
- aspect_ratio: number[];
1415
- duration_millis: number;
1416
- variants: {
1417
- bitrate?: number;
1418
- content_type: string;
1419
- url: string;
1420
- }[];
1478
+ }[];
1479
+ symbols: {
1480
+ indices: number[];
1481
+ text: string;
1482
+ }[];
1483
+ timestamps: unknown[];
1484
+ urls: unknown[];
1485
+ user_mentions: {
1486
+ id_str: string;
1487
+ indices: number[];
1488
+ name: string;
1489
+ screen_name: string;
1490
+ }[];
1491
+ };
1492
+ extended_entities: {
1493
+ media: {
1494
+ allow_download_status: {
1495
+ allow_download: boolean;
1421
1496
  };
1422
- features?: {
1497
+ display_url: string;
1498
+ expanded_url: string;
1499
+ ext_media_availability: {
1500
+ status: string;
1501
+ };
1502
+ features: {
1423
1503
  large: {
1424
1504
  faces: {
1425
1505
  h: number;
@@ -1453,38 +1533,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1453
1533
  }[];
1454
1534
  };
1455
1535
  };
1456
- }[];
1457
- symbols: {
1458
- indices: number[];
1459
- text: string;
1460
- }[];
1461
- timestamps: unknown[];
1462
- urls: {
1463
- display_url: string;
1464
- expanded_url: string;
1465
- indices: number[];
1466
- url: string;
1467
- }[];
1468
- user_mentions: {
1469
- id_str: string;
1470
- indices: number[];
1471
- name: string;
1472
- screen_name: string;
1473
- }[];
1474
- };
1475
- extended_entities: {
1476
- media: {
1477
- additional_media_info?: {
1478
- monetizable: boolean;
1479
- };
1480
- allow_download_status: {
1481
- allow_download: boolean;
1482
- };
1483
- display_url: string;
1484
- expanded_url: string;
1485
- ext_media_availability: {
1486
- status: string;
1487
- };
1488
1536
  id_str: string;
1489
1537
  indices: number[];
1490
1538
  media_key: string;
@@ -1528,49 +1576,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1528
1576
  };
1529
1577
  type: string;
1530
1578
  url: string;
1531
- video_info?: {
1532
- aspect_ratio: number[];
1533
- duration_millis: number;
1534
- variants: {
1535
- bitrate?: number;
1536
- content_type: string;
1537
- url: string;
1538
- }[];
1539
- };
1540
- features?: {
1541
- large: {
1542
- faces: {
1543
- h: number;
1544
- w: number;
1545
- x: number;
1546
- y: number;
1547
- }[];
1548
- };
1549
- medium: {
1550
- faces: {
1551
- h: number;
1552
- w: number;
1553
- x: number;
1554
- y: number;
1555
- }[];
1556
- };
1557
- orig: {
1558
- faces: {
1559
- h: number;
1560
- w: number;
1561
- x: number;
1562
- y: number;
1563
- }[];
1564
- };
1565
- small: {
1566
- faces: {
1567
- h: number;
1568
- w: number;
1569
- x: number;
1570
- y: number;
1571
- }[];
1572
- };
1573
- };
1574
1579
  }[];
1575
1580
  };
1576
1581
  favorite_count: number;
@@ -1582,12 +1587,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1582
1587
  possibly_sensitive: boolean;
1583
1588
  possibly_sensitive_editable: boolean;
1584
1589
  quote_count: number;
1585
- quoted_status_id_str?: string;
1586
- quoted_status_permalink?: {
1587
- display: string;
1588
- expanded: string;
1589
- url: string;
1590
- };
1591
1590
  reply_count: number;
1592
1591
  retweet_count: number;
1593
1592
  retweeted: boolean;
@@ -1606,13 +1605,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1606
1605
  indices: number[];
1607
1606
  text: string;
1608
1607
  }[];
1609
- timestamps?: unknown[];
1610
- urls: {
1611
- display_url: string;
1612
- expanded_url: string;
1613
- indices: number[];
1614
- url: string;
1615
- }[];
1608
+ urls: unknown[];
1616
1609
  user_mentions: {
1617
1610
  id_str: string;
1618
1611
  indices: number[];
@@ -1621,26 +1614,10 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1621
1614
  }[];
1622
1615
  };
1623
1616
  id: string;
1624
- media?: {
1625
- inline_media: unknown[];
1626
- };
1627
- richtext?: {
1628
- richtext_tags: {
1629
- from_index: number;
1630
- richtext_types: string[];
1631
- to_index: number;
1632
- }[];
1633
- };
1634
1617
  text: string;
1635
1618
  };
1636
1619
  };
1637
1620
  };
1638
- quotedRefResult?: {
1639
- result: {
1640
- __typename: string;
1641
- rest_id: string;
1642
- };
1643
- };
1644
1621
  rest_id: string;
1645
1622
  source: string;
1646
1623
  unmention_data: {};
@@ -1650,20 +1627,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1650
1627
  };
1651
1628
  };
1652
1629
  };
1653
- rest_id: string;
1654
- source: string;
1655
- unmention_data: {};
1656
- views: {
1657
- count: string;
1658
- state: string;
1659
- };
1660
- previous_counts?: {
1661
- bookmark_count: number;
1662
- favorite_count: number;
1663
- quote_count: number;
1664
- reply_count: number;
1665
- retweet_count: number;
1666
- };
1667
1630
  };
1668
1631
  };
1669
1632
  conversation_control?: {
@@ -1687,10 +1650,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1687
1650
  indices: number[];
1688
1651
  text: string;
1689
1652
  }[];
1690
- symbols: {
1691
- indices: number[];
1692
- text: string;
1693
- }[];
1653
+ symbols: unknown[];
1694
1654
  timestamps?: unknown[];
1695
1655
  urls: {
1696
1656
  display_url: string;
@@ -1708,10 +1668,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1708
1668
  id: string;
1709
1669
  text: string;
1710
1670
  media?: {
1711
- inline_media: {
1712
- index: number;
1713
- media_id: string;
1714
- }[];
1671
+ inline_media: unknown[];
1715
1672
  };
1716
1673
  richtext?: {
1717
1674
  richtext_tags: {
@@ -1723,6 +1680,40 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1723
1680
  };
1724
1681
  };
1725
1682
  };
1683
+ rest_id?: string;
1684
+ source?: string;
1685
+ unmention_data?: {};
1686
+ views?: {
1687
+ count?: string;
1688
+ state: string;
1689
+ };
1690
+ card?: {
1691
+ legacy: {
1692
+ binding_values: {
1693
+ key: string;
1694
+ value: {
1695
+ scribe_key?: string;
1696
+ string_value: string;
1697
+ type: string;
1698
+ };
1699
+ }[];
1700
+ card_platform: {
1701
+ platform: {
1702
+ audience: {
1703
+ name: string;
1704
+ };
1705
+ device: {
1706
+ name: string;
1707
+ version: string;
1708
+ };
1709
+ };
1710
+ };
1711
+ name: string;
1712
+ url: string;
1713
+ user_refs_results: unknown[];
1714
+ };
1715
+ rest_id: string;
1716
+ };
1726
1717
  quoted_status_result?: {
1727
1718
  result?: {
1728
1719
  __typename: string;
@@ -1731,9 +1722,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1731
1722
  binding_values: {
1732
1723
  key: string;
1733
1724
  value: {
1734
- scribe_key?: string;
1735
- string_value?: string;
1736
- type: string;
1737
1725
  image_color_value?: {
1738
1726
  palette: {
1739
1727
  percentage: number;
@@ -1749,6 +1737,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1749
1737
  url: string;
1750
1738
  width: number;
1751
1739
  };
1740
+ scribe_key?: string;
1741
+ string_value?: string;
1742
+ type: string;
1752
1743
  user_value?: {
1753
1744
  id_str: string;
1754
1745
  path: unknown[];
@@ -1928,9 +1919,9 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1928
1919
  translator_type: string;
1929
1920
  url?: string;
1930
1921
  verified: boolean;
1931
- verified_type?: string;
1932
1922
  want_retweets: boolean;
1933
1923
  withheld_in_countries: unknown[];
1924
+ verified_type?: string;
1934
1925
  };
1935
1926
  parody_commentary_fan_label: string;
1936
1927
  professional?: {
@@ -1950,21 +1941,24 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1950
1941
  is_enabled?: boolean;
1951
1942
  patreon_handle?: string;
1952
1943
  };
1944
+ verification?: {
1945
+ verified: boolean;
1946
+ };
1953
1947
  };
1954
1948
  };
1955
1949
  };
1956
1950
  edit_control: {
1957
- edit_tweet_ids?: string[];
1958
- editable_until_msecs?: string;
1959
- edits_remaining?: string;
1960
- is_edit_eligible?: boolean;
1961
1951
  edit_control_initial?: {
1962
1952
  edit_tweet_ids: string[];
1963
1953
  editable_until_msecs: string;
1964
1954
  edits_remaining: string;
1965
1955
  is_edit_eligible: boolean;
1966
1956
  };
1957
+ edit_tweet_ids?: string[];
1958
+ editable_until_msecs?: string;
1959
+ edits_remaining?: string;
1967
1960
  initial_tweet_id?: string;
1961
+ is_edit_eligible?: boolean;
1968
1962
  };
1969
1963
  is_translatable: boolean;
1970
1964
  legacy: {
@@ -1978,20 +1972,6 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
1978
1972
  indices: number[];
1979
1973
  text: string;
1980
1974
  }[];
1981
- symbols: unknown[];
1982
- timestamps: unknown[];
1983
- urls: {
1984
- display_url: string;
1985
- expanded_url: string;
1986
- indices: number[];
1987
- url: string;
1988
- }[];
1989
- user_mentions: {
1990
- id_str: string;
1991
- indices: number[];
1992
- name: string;
1993
- screen_name: string;
1994
- }[];
1995
1975
  media?: {
1996
1976
  additional_media_info?: {
1997
1977
  monetizable: boolean;
@@ -2155,20 +2135,21 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
2155
2135
  }[];
2156
2136
  };
2157
2137
  }[];
2138
+ symbols: unknown[];
2139
+ timestamps: unknown[];
2140
+ urls: {
2141
+ display_url: string;
2142
+ expanded_url: string;
2143
+ indices: number[];
2144
+ url: string;
2145
+ }[];
2146
+ user_mentions: {
2147
+ id_str: string;
2148
+ indices: number[];
2149
+ name: string;
2150
+ screen_name: string;
2151
+ }[];
2158
2152
  };
2159
- favorite_count: number;
2160
- favorited: boolean;
2161
- full_text: string;
2162
- id_str: string;
2163
- is_quote_status: boolean;
2164
- lang: string;
2165
- possibly_sensitive?: boolean;
2166
- possibly_sensitive_editable?: boolean;
2167
- quote_count: number;
2168
- reply_count: number;
2169
- retweet_count: number;
2170
- retweeted: boolean;
2171
- user_id_str: string;
2172
2153
  extended_entities?: {
2173
2154
  media: {
2174
2155
  additional_media_info?: {
@@ -2334,9 +2315,15 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
2334
2315
  };
2335
2316
  }[];
2336
2317
  };
2318
+ favorite_count: number;
2319
+ favorited: boolean;
2320
+ full_text: string;
2321
+ id_str: string;
2337
2322
  in_reply_to_screen_name?: string;
2338
2323
  in_reply_to_status_id_str?: string;
2339
2324
  in_reply_to_user_id_str?: string;
2325
+ is_quote_status: boolean;
2326
+ lang: string;
2340
2327
  place?: {
2341
2328
  bounding_box: {
2342
2329
  coordinates: number[][][];
@@ -2350,15 +2337,14 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
2350
2337
  place_type: string;
2351
2338
  url: string;
2352
2339
  };
2340
+ possibly_sensitive?: boolean;
2341
+ possibly_sensitive_editable?: boolean;
2342
+ quote_count: number;
2343
+ reply_count: number;
2344
+ retweet_count: number;
2345
+ retweeted: boolean;
2346
+ user_id_str: string;
2353
2347
  };
2354
- rest_id: string;
2355
- source: string;
2356
- unmention_data: {};
2357
- views: {
2358
- count: string;
2359
- state: string;
2360
- };
2361
- voiceInfo?: {};
2362
2348
  note_tweet?: {
2363
2349
  is_expandable: boolean;
2364
2350
  note_tweet_results: {
@@ -2396,43 +2382,17 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
2396
2382
  reply_count: number;
2397
2383
  retweet_count: number;
2398
2384
  };
2399
- };
2400
- };
2401
- rest_id?: string;
2402
- source?: string;
2403
- unmention_data?: {};
2404
- views?: {
2405
- count?: string;
2406
- state: string;
2407
- };
2408
- voiceInfo?: {};
2409
- card?: {
2410
- legacy: {
2411
- binding_values: {
2412
- key: string;
2413
- value: {
2414
- scribe_key?: string;
2415
- string_value: string;
2416
- type: string;
2417
- };
2418
- }[];
2419
- card_platform: {
2420
- platform: {
2421
- audience: {
2422
- name: string;
2423
- };
2424
- device: {
2425
- name: string;
2426
- version: string;
2427
- };
2428
- };
2385
+ rest_id: string;
2386
+ source: string;
2387
+ unmention_data: {};
2388
+ views: {
2389
+ count: string;
2390
+ state: string;
2429
2391
  };
2430
- name: string;
2431
- url: string;
2432
- user_refs_results: unknown[];
2392
+ voiceInfo?: {};
2433
2393
  };
2434
- rest_id: string;
2435
2394
  };
2395
+ voiceInfo?: {};
2436
2396
  author_community_relationship?: {
2437
2397
  community_results: {
2438
2398
  result: {
@@ -2837,12 +2797,7 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
2837
2797
  description: string;
2838
2798
  entities: {
2839
2799
  description: {
2840
- urls: {
2841
- display_url: string;
2842
- expanded_url: string;
2843
- indices: number[];
2844
- url: string;
2845
- }[];
2800
+ urls: unknown[];
2846
2801
  };
2847
2802
  url?: {
2848
2803
  urls: {
@@ -2882,20 +2837,19 @@ export interface GraphQLGetAudioSpaceByIdSuccessResponse {
2882
2837
  blocking?: boolean;
2883
2838
  };
2884
2839
  parody_commentary_fan_label: string;
2885
- professional?: {
2886
- category: {
2887
- icon_name: string;
2888
- id: number;
2889
- name: string;
2890
- }[];
2891
- professional_type: string;
2892
- rest_id: string;
2893
- };
2894
2840
  profile_image_shape: string;
2895
2841
  rest_id: string;
2896
2842
  tipjar_settings: {
2897
2843
  is_enabled?: boolean;
2898
2844
  };
2845
+ professional?: {
2846
+ category: unknown[];
2847
+ professional_type: string;
2848
+ rest_id: string;
2849
+ };
2850
+ verification?: {
2851
+ verified: boolean;
2852
+ };
2899
2853
  };
2900
2854
  };
2901
2855
  }[];