@llun/activities.schema 0.2.30 → 0.2.32

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.
@@ -577,8 +577,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
577
577
  }>, "strip", z.ZodTypeAny, {
578
578
  id: string;
579
579
  type: "image";
580
- description: string | null;
581
580
  url: string;
581
+ description: string | null;
582
582
  blurhash: string | null;
583
583
  preview_url: string | null;
584
584
  remote_url: string | null;
@@ -603,8 +603,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
603
603
  }, {
604
604
  id: string;
605
605
  type: "image";
606
- description: string | null;
607
606
  url: string;
607
+ description: string | null;
608
608
  blurhash: string | null;
609
609
  preview_url: string | null;
610
610
  remote_url: string | null;
@@ -724,8 +724,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
724
724
  }>, "strip", z.ZodTypeAny, {
725
725
  id: string;
726
726
  type: "gifv";
727
- description: string | null;
728
727
  url: string;
728
+ description: string | null;
729
729
  blurhash: string | null;
730
730
  preview_url: string | null;
731
731
  remote_url: string | null;
@@ -754,8 +754,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
754
754
  }, {
755
755
  id: string;
756
756
  type: "gifv";
757
- description: string | null;
758
757
  url: string;
758
+ description: string | null;
759
759
  blurhash: string | null;
760
760
  preview_url: string | null;
761
761
  remote_url: string | null;
@@ -888,8 +888,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
888
888
  }>, "strip", z.ZodTypeAny, {
889
889
  id: string;
890
890
  type: "video";
891
- description: string | null;
892
891
  url: string;
892
+ description: string | null;
893
893
  blurhash: string | null;
894
894
  preview_url: string | null;
895
895
  remote_url: string | null;
@@ -921,8 +921,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
921
921
  }, {
922
922
  id: string;
923
923
  type: "video";
924
- description: string | null;
925
924
  url: string;
925
+ description: string | null;
926
926
  blurhash: string | null;
927
927
  preview_url: string | null;
928
928
  remote_url: string | null;
@@ -1000,8 +1000,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1000
1000
  }>, "strip", z.ZodTypeAny, {
1001
1001
  id: string;
1002
1002
  type: "audio";
1003
- description: string | null;
1004
1003
  url: string;
1004
+ description: string | null;
1005
1005
  blurhash: string | null;
1006
1006
  preview_url: string | null;
1007
1007
  remote_url: string | null;
@@ -1019,8 +1019,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1019
1019
  }, {
1020
1020
  id: string;
1021
1021
  type: "audio";
1022
- description: string | null;
1023
1022
  url: string;
1023
+ description: string | null;
1024
1024
  blurhash: string | null;
1025
1025
  preview_url: string | null;
1026
1026
  remote_url: string | null;
@@ -1047,16 +1047,16 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1047
1047
  }>, "strip", z.ZodTypeAny, {
1048
1048
  id: string;
1049
1049
  type: "unknown";
1050
- description: string | null;
1051
1050
  url: string;
1051
+ description: string | null;
1052
1052
  blurhash: string | null;
1053
1053
  preview_url: string | null;
1054
1054
  remote_url: string | null;
1055
1055
  }, {
1056
1056
  id: string;
1057
1057
  type: "unknown";
1058
- description: string | null;
1059
1058
  url: string;
1059
+ description: string | null;
1060
1060
  blurhash: string | null;
1061
1061
  preview_url: string | null;
1062
1062
  remote_url: string | null;
@@ -1090,6 +1090,32 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1090
1090
  visible_in_picker: boolean;
1091
1091
  category: string | null;
1092
1092
  }>, "many">;
1093
+ mentions: z.ZodArray<z.ZodObject<{
1094
+ id: z.ZodString;
1095
+ username: z.ZodString;
1096
+ url: z.ZodString;
1097
+ acct: z.ZodString;
1098
+ }, "strip", z.ZodTypeAny, {
1099
+ id: string;
1100
+ url: string;
1101
+ username: string;
1102
+ acct: string;
1103
+ }, {
1104
+ id: string;
1105
+ url: string;
1106
+ username: string;
1107
+ acct: string;
1108
+ }>, "many">;
1109
+ tags: z.ZodArray<z.ZodObject<{
1110
+ name: z.ZodString;
1111
+ url: z.ZodString;
1112
+ }, "strip", z.ZodTypeAny, {
1113
+ url: string;
1114
+ name: string;
1115
+ }, {
1116
+ url: string;
1117
+ name: string;
1118
+ }>, "many">;
1093
1119
  reblogs_count: z.ZodNumber;
1094
1120
  favourites_count: z.ZodNumber;
1095
1121
  replies_count: z.ZodNumber;
@@ -1192,12 +1218,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1192
1218
  blurhash: z.ZodNullable<z.ZodString>;
1193
1219
  }, "strip", z.ZodTypeAny, {
1194
1220
  type: "link" | "photo" | "video" | "rich";
1195
- description: string;
1196
1221
  url: string;
1222
+ image: string | null;
1223
+ description: string;
1197
1224
  blurhash: string | null;
1198
1225
  width: number;
1199
1226
  height: number;
1200
- image: string | null;
1201
1227
  title: string;
1202
1228
  author_name: string;
1203
1229
  author_url: string;
@@ -1207,12 +1233,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1207
1233
  embed_url: string;
1208
1234
  }, {
1209
1235
  type: "link" | "photo" | "video" | "rich";
1210
- description: string;
1211
1236
  url: string;
1237
+ image: string | null;
1238
+ description: string;
1212
1239
  blurhash: string | null;
1213
1240
  width: number;
1214
1241
  height: number;
1215
- image: string | null;
1216
1242
  title: string;
1217
1243
  author_name: string;
1218
1244
  author_url: string;
@@ -1911,8 +1937,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1911
1937
  }>, "strip", z.ZodTypeAny, {
1912
1938
  id: string;
1913
1939
  type: "image";
1914
- description: string | null;
1915
1940
  url: string;
1941
+ description: string | null;
1916
1942
  blurhash: string | null;
1917
1943
  preview_url: string | null;
1918
1944
  remote_url: string | null;
@@ -1937,8 +1963,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1937
1963
  }, {
1938
1964
  id: string;
1939
1965
  type: "image";
1940
- description: string | null;
1941
1966
  url: string;
1967
+ description: string | null;
1942
1968
  blurhash: string | null;
1943
1969
  preview_url: string | null;
1944
1970
  remote_url: string | null;
@@ -2058,8 +2084,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2058
2084
  }>, "strip", z.ZodTypeAny, {
2059
2085
  id: string;
2060
2086
  type: "gifv";
2061
- description: string | null;
2062
2087
  url: string;
2088
+ description: string | null;
2063
2089
  blurhash: string | null;
2064
2090
  preview_url: string | null;
2065
2091
  remote_url: string | null;
@@ -2088,8 +2114,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2088
2114
  }, {
2089
2115
  id: string;
2090
2116
  type: "gifv";
2091
- description: string | null;
2092
2117
  url: string;
2118
+ description: string | null;
2093
2119
  blurhash: string | null;
2094
2120
  preview_url: string | null;
2095
2121
  remote_url: string | null;
@@ -2222,8 +2248,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2222
2248
  }>, "strip", z.ZodTypeAny, {
2223
2249
  id: string;
2224
2250
  type: "video";
2225
- description: string | null;
2226
2251
  url: string;
2252
+ description: string | null;
2227
2253
  blurhash: string | null;
2228
2254
  preview_url: string | null;
2229
2255
  remote_url: string | null;
@@ -2255,8 +2281,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2255
2281
  }, {
2256
2282
  id: string;
2257
2283
  type: "video";
2258
- description: string | null;
2259
2284
  url: string;
2285
+ description: string | null;
2260
2286
  blurhash: string | null;
2261
2287
  preview_url: string | null;
2262
2288
  remote_url: string | null;
@@ -2334,8 +2360,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2334
2360
  }>, "strip", z.ZodTypeAny, {
2335
2361
  id: string;
2336
2362
  type: "audio";
2337
- description: string | null;
2338
2363
  url: string;
2364
+ description: string | null;
2339
2365
  blurhash: string | null;
2340
2366
  preview_url: string | null;
2341
2367
  remote_url: string | null;
@@ -2353,8 +2379,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2353
2379
  }, {
2354
2380
  id: string;
2355
2381
  type: "audio";
2356
- description: string | null;
2357
2382
  url: string;
2383
+ description: string | null;
2358
2384
  blurhash: string | null;
2359
2385
  preview_url: string | null;
2360
2386
  remote_url: string | null;
@@ -2381,16 +2407,16 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2381
2407
  }>, "strip", z.ZodTypeAny, {
2382
2408
  id: string;
2383
2409
  type: "unknown";
2384
- description: string | null;
2385
2410
  url: string;
2411
+ description: string | null;
2386
2412
  blurhash: string | null;
2387
2413
  preview_url: string | null;
2388
2414
  remote_url: string | null;
2389
2415
  }, {
2390
2416
  id: string;
2391
2417
  type: "unknown";
2392
- description: string | null;
2393
2418
  url: string;
2419
+ description: string | null;
2394
2420
  blurhash: string | null;
2395
2421
  preview_url: string | null;
2396
2422
  remote_url: string | null;
@@ -2424,6 +2450,32 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2424
2450
  visible_in_picker: boolean;
2425
2451
  category: string | null;
2426
2452
  }>, "many">;
2453
+ mentions: z.ZodArray<z.ZodObject<{
2454
+ id: z.ZodString;
2455
+ username: z.ZodString;
2456
+ url: z.ZodString;
2457
+ acct: z.ZodString;
2458
+ }, "strip", z.ZodTypeAny, {
2459
+ id: string;
2460
+ url: string;
2461
+ username: string;
2462
+ acct: string;
2463
+ }, {
2464
+ id: string;
2465
+ url: string;
2466
+ username: string;
2467
+ acct: string;
2468
+ }>, "many">;
2469
+ tags: z.ZodArray<z.ZodObject<{
2470
+ name: z.ZodString;
2471
+ url: z.ZodString;
2472
+ }, "strip", z.ZodTypeAny, {
2473
+ url: string;
2474
+ name: string;
2475
+ }, {
2476
+ url: string;
2477
+ name: string;
2478
+ }>, "many">;
2427
2479
  reblogs_count: z.ZodNumber;
2428
2480
  favourites_count: z.ZodNumber;
2429
2481
  replies_count: z.ZodNumber;
@@ -2526,12 +2578,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2526
2578
  blurhash: z.ZodNullable<z.ZodString>;
2527
2579
  }, "strip", z.ZodTypeAny, {
2528
2580
  type: "link" | "photo" | "video" | "rich";
2529
- description: string;
2530
2581
  url: string;
2582
+ image: string | null;
2583
+ description: string;
2531
2584
  blurhash: string | null;
2532
2585
  width: number;
2533
2586
  height: number;
2534
- image: string | null;
2535
2587
  title: string;
2536
2588
  author_name: string;
2537
2589
  author_url: string;
@@ -2541,12 +2593,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2541
2593
  embed_url: string;
2542
2594
  }, {
2543
2595
  type: "link" | "photo" | "video" | "rich";
2544
- description: string;
2545
2596
  url: string;
2597
+ image: string | null;
2598
+ description: string;
2546
2599
  blurhash: string | null;
2547
2600
  width: number;
2548
2601
  height: number;
2549
- image: string | null;
2550
2602
  title: string;
2551
2603
  author_name: string;
2552
2604
  author_url: string;
@@ -2782,8 +2834,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2782
2834
  media_attachments: ({
2783
2835
  id: string;
2784
2836
  type: "gifv";
2785
- description: string | null;
2786
2837
  url: string;
2838
+ description: string | null;
2787
2839
  blurhash: string | null;
2788
2840
  preview_url: string | null;
2789
2841
  remote_url: string | null;
@@ -2812,8 +2864,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2812
2864
  } | {
2813
2865
  id: string;
2814
2866
  type: "image";
2815
- description: string | null;
2816
2867
  url: string;
2868
+ description: string | null;
2817
2869
  blurhash: string | null;
2818
2870
  preview_url: string | null;
2819
2871
  remote_url: string | null;
@@ -2838,8 +2890,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2838
2890
  } | {
2839
2891
  id: string;
2840
2892
  type: "video";
2841
- description: string | null;
2842
2893
  url: string;
2894
+ description: string | null;
2843
2895
  blurhash: string | null;
2844
2896
  preview_url: string | null;
2845
2897
  remote_url: string | null;
@@ -2871,8 +2923,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2871
2923
  } | {
2872
2924
  id: string;
2873
2925
  type: "audio";
2874
- description: string | null;
2875
2926
  url: string;
2927
+ description: string | null;
2876
2928
  blurhash: string | null;
2877
2929
  preview_url: string | null;
2878
2930
  remote_url: string | null;
@@ -2890,12 +2942,22 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2890
2942
  } | {
2891
2943
  id: string;
2892
2944
  type: "unknown";
2893
- description: string | null;
2894
2945
  url: string;
2946
+ description: string | null;
2895
2947
  blurhash: string | null;
2896
2948
  preview_url: string | null;
2897
2949
  remote_url: string | null;
2898
2950
  })[];
2951
+ mentions: {
2952
+ id: string;
2953
+ url: string;
2954
+ username: string;
2955
+ acct: string;
2956
+ }[];
2957
+ tags: {
2958
+ url: string;
2959
+ name: string;
2960
+ }[];
2899
2961
  reblogs_count: number;
2900
2962
  favourites_count: number;
2901
2963
  replies_count: number;
@@ -2924,12 +2986,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2924
2986
  } | null;
2925
2987
  card: {
2926
2988
  type: "link" | "photo" | "video" | "rich";
2927
- description: string;
2928
2989
  url: string;
2990
+ image: string | null;
2991
+ description: string;
2929
2992
  blurhash: string | null;
2930
2993
  width: number;
2931
2994
  height: number;
2932
- image: string | null;
2933
2995
  title: string;
2934
2996
  author_name: string;
2935
2997
  author_url: string;
@@ -3085,8 +3147,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3085
3147
  media_attachments: ({
3086
3148
  id: string;
3087
3149
  type: "gifv";
3088
- description: string | null;
3089
3150
  url: string;
3151
+ description: string | null;
3090
3152
  blurhash: string | null;
3091
3153
  preview_url: string | null;
3092
3154
  remote_url: string | null;
@@ -3115,8 +3177,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3115
3177
  } | {
3116
3178
  id: string;
3117
3179
  type: "image";
3118
- description: string | null;
3119
3180
  url: string;
3181
+ description: string | null;
3120
3182
  blurhash: string | null;
3121
3183
  preview_url: string | null;
3122
3184
  remote_url: string | null;
@@ -3141,8 +3203,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3141
3203
  } | {
3142
3204
  id: string;
3143
3205
  type: "video";
3144
- description: string | null;
3145
3206
  url: string;
3207
+ description: string | null;
3146
3208
  blurhash: string | null;
3147
3209
  preview_url: string | null;
3148
3210
  remote_url: string | null;
@@ -3174,8 +3236,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3174
3236
  } | {
3175
3237
  id: string;
3176
3238
  type: "audio";
3177
- description: string | null;
3178
3239
  url: string;
3240
+ description: string | null;
3179
3241
  blurhash: string | null;
3180
3242
  preview_url: string | null;
3181
3243
  remote_url: string | null;
@@ -3193,12 +3255,22 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3193
3255
  } | {
3194
3256
  id: string;
3195
3257
  type: "unknown";
3196
- description: string | null;
3197
3258
  url: string;
3259
+ description: string | null;
3198
3260
  blurhash: string | null;
3199
3261
  preview_url: string | null;
3200
3262
  remote_url: string | null;
3201
3263
  })[];
3264
+ mentions: {
3265
+ id: string;
3266
+ url: string;
3267
+ username: string;
3268
+ acct: string;
3269
+ }[];
3270
+ tags: {
3271
+ url: string;
3272
+ name: string;
3273
+ }[];
3202
3274
  reblogs_count: number;
3203
3275
  favourites_count: number;
3204
3276
  replies_count: number;
@@ -3227,12 +3299,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3227
3299
  } | null;
3228
3300
  card: {
3229
3301
  type: "link" | "photo" | "video" | "rich";
3230
- description: string;
3231
3302
  url: string;
3303
+ image: string | null;
3304
+ description: string;
3232
3305
  blurhash: string | null;
3233
3306
  width: number;
3234
3307
  height: number;
3235
- image: string | null;
3236
3308
  title: string;
3237
3309
  author_name: string;
3238
3310
  author_url: string;
@@ -3389,8 +3461,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3389
3461
  media_attachments: ({
3390
3462
  id: string;
3391
3463
  type: "gifv";
3392
- description: string | null;
3393
3464
  url: string;
3465
+ description: string | null;
3394
3466
  blurhash: string | null;
3395
3467
  preview_url: string | null;
3396
3468
  remote_url: string | null;
@@ -3419,8 +3491,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3419
3491
  } | {
3420
3492
  id: string;
3421
3493
  type: "image";
3422
- description: string | null;
3423
3494
  url: string;
3495
+ description: string | null;
3424
3496
  blurhash: string | null;
3425
3497
  preview_url: string | null;
3426
3498
  remote_url: string | null;
@@ -3445,8 +3517,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3445
3517
  } | {
3446
3518
  id: string;
3447
3519
  type: "video";
3448
- description: string | null;
3449
3520
  url: string;
3521
+ description: string | null;
3450
3522
  blurhash: string | null;
3451
3523
  preview_url: string | null;
3452
3524
  remote_url: string | null;
@@ -3478,8 +3550,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3478
3550
  } | {
3479
3551
  id: string;
3480
3552
  type: "audio";
3481
- description: string | null;
3482
3553
  url: string;
3554
+ description: string | null;
3483
3555
  blurhash: string | null;
3484
3556
  preview_url: string | null;
3485
3557
  remote_url: string | null;
@@ -3497,12 +3569,22 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3497
3569
  } | {
3498
3570
  id: string;
3499
3571
  type: "unknown";
3500
- description: string | null;
3501
3572
  url: string;
3573
+ description: string | null;
3502
3574
  blurhash: string | null;
3503
3575
  preview_url: string | null;
3504
3576
  remote_url: string | null;
3505
3577
  })[];
3578
+ mentions: {
3579
+ id: string;
3580
+ url: string;
3581
+ username: string;
3582
+ acct: string;
3583
+ }[];
3584
+ tags: {
3585
+ url: string;
3586
+ name: string;
3587
+ }[];
3506
3588
  reblogs_count: number;
3507
3589
  favourites_count: number;
3508
3590
  replies_count: number;
@@ -3531,12 +3613,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3531
3613
  } | null;
3532
3614
  card: {
3533
3615
  type: "link" | "photo" | "video" | "rich";
3534
- description: string;
3535
3616
  url: string;
3617
+ image: string | null;
3618
+ description: string;
3536
3619
  blurhash: string | null;
3537
3620
  width: number;
3538
3621
  height: number;
3539
- image: string | null;
3540
3622
  title: string;
3541
3623
  author_name: string;
3542
3624
  author_url: string;
@@ -3663,8 +3745,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3663
3745
  media_attachments: ({
3664
3746
  id: string;
3665
3747
  type: "gifv";
3666
- description: string | null;
3667
3748
  url: string;
3749
+ description: string | null;
3668
3750
  blurhash: string | null;
3669
3751
  preview_url: string | null;
3670
3752
  remote_url: string | null;
@@ -3693,8 +3775,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3693
3775
  } | {
3694
3776
  id: string;
3695
3777
  type: "image";
3696
- description: string | null;
3697
3778
  url: string;
3779
+ description: string | null;
3698
3780
  blurhash: string | null;
3699
3781
  preview_url: string | null;
3700
3782
  remote_url: string | null;
@@ -3719,8 +3801,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3719
3801
  } | {
3720
3802
  id: string;
3721
3803
  type: "video";
3722
- description: string | null;
3723
3804
  url: string;
3805
+ description: string | null;
3724
3806
  blurhash: string | null;
3725
3807
  preview_url: string | null;
3726
3808
  remote_url: string | null;
@@ -3752,8 +3834,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3752
3834
  } | {
3753
3835
  id: string;
3754
3836
  type: "audio";
3755
- description: string | null;
3756
3837
  url: string;
3838
+ description: string | null;
3757
3839
  blurhash: string | null;
3758
3840
  preview_url: string | null;
3759
3841
  remote_url: string | null;
@@ -3771,12 +3853,22 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3771
3853
  } | {
3772
3854
  id: string;
3773
3855
  type: "unknown";
3774
- description: string | null;
3775
3856
  url: string;
3857
+ description: string | null;
3776
3858
  blurhash: string | null;
3777
3859
  preview_url: string | null;
3778
3860
  remote_url: string | null;
3779
3861
  })[];
3862
+ mentions: {
3863
+ id: string;
3864
+ url: string;
3865
+ username: string;
3866
+ acct: string;
3867
+ }[];
3868
+ tags: {
3869
+ url: string;
3870
+ name: string;
3871
+ }[];
3780
3872
  reblogs_count: number;
3781
3873
  favourites_count: number;
3782
3874
  replies_count: number;
@@ -3805,12 +3897,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3805
3897
  } | null;
3806
3898
  card: {
3807
3899
  type: "link" | "photo" | "video" | "rich";
3808
- description: string;
3809
3900
  url: string;
3901
+ image: string | null;
3902
+ description: string;
3810
3903
  blurhash: string | null;
3811
3904
  width: number;
3812
3905
  height: number;
3813
- image: string | null;
3814
3906
  title: string;
3815
3907
  author_name: string;
3816
3908
  author_url: string;
@@ -3996,8 +4088,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3996
4088
  media_attachments: ({
3997
4089
  id: string;
3998
4090
  type: "gifv";
3999
- description: string | null;
4000
4091
  url: string;
4092
+ description: string | null;
4001
4093
  blurhash: string | null;
4002
4094
  preview_url: string | null;
4003
4095
  remote_url: string | null;
@@ -4026,8 +4118,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4026
4118
  } | {
4027
4119
  id: string;
4028
4120
  type: "image";
4029
- description: string | null;
4030
4121
  url: string;
4122
+ description: string | null;
4031
4123
  blurhash: string | null;
4032
4124
  preview_url: string | null;
4033
4125
  remote_url: string | null;
@@ -4052,8 +4144,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4052
4144
  } | {
4053
4145
  id: string;
4054
4146
  type: "video";
4055
- description: string | null;
4056
4147
  url: string;
4148
+ description: string | null;
4057
4149
  blurhash: string | null;
4058
4150
  preview_url: string | null;
4059
4151
  remote_url: string | null;
@@ -4085,8 +4177,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4085
4177
  } | {
4086
4178
  id: string;
4087
4179
  type: "audio";
4088
- description: string | null;
4089
4180
  url: string;
4181
+ description: string | null;
4090
4182
  blurhash: string | null;
4091
4183
  preview_url: string | null;
4092
4184
  remote_url: string | null;
@@ -4104,12 +4196,22 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4104
4196
  } | {
4105
4197
  id: string;
4106
4198
  type: "unknown";
4107
- description: string | null;
4108
4199
  url: string;
4200
+ description: string | null;
4109
4201
  blurhash: string | null;
4110
4202
  preview_url: string | null;
4111
4203
  remote_url: string | null;
4112
4204
  })[];
4205
+ mentions: {
4206
+ id: string;
4207
+ url: string;
4208
+ username: string;
4209
+ acct: string;
4210
+ }[];
4211
+ tags: {
4212
+ url: string;
4213
+ name: string;
4214
+ }[];
4113
4215
  reblogs_count: number;
4114
4216
  favourites_count: number;
4115
4217
  replies_count: number;
@@ -4138,12 +4240,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4138
4240
  } | null;
4139
4241
  card: {
4140
4242
  type: "link" | "photo" | "video" | "rich";
4141
- description: string;
4142
4243
  url: string;
4244
+ image: string | null;
4245
+ description: string;
4143
4246
  blurhash: string | null;
4144
4247
  width: number;
4145
4248
  height: number;
4146
- image: string | null;
4147
4249
  title: string;
4148
4250
  author_name: string;
4149
4251
  author_url: string;
@@ -4270,8 +4372,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4270
4372
  media_attachments: ({
4271
4373
  id: string;
4272
4374
  type: "gifv";
4273
- description: string | null;
4274
4375
  url: string;
4376
+ description: string | null;
4275
4377
  blurhash: string | null;
4276
4378
  preview_url: string | null;
4277
4379
  remote_url: string | null;
@@ -4300,8 +4402,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4300
4402
  } | {
4301
4403
  id: string;
4302
4404
  type: "image";
4303
- description: string | null;
4304
4405
  url: string;
4406
+ description: string | null;
4305
4407
  blurhash: string | null;
4306
4408
  preview_url: string | null;
4307
4409
  remote_url: string | null;
@@ -4326,8 +4428,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4326
4428
  } | {
4327
4429
  id: string;
4328
4430
  type: "video";
4329
- description: string | null;
4330
4431
  url: string;
4432
+ description: string | null;
4331
4433
  blurhash: string | null;
4332
4434
  preview_url: string | null;
4333
4435
  remote_url: string | null;
@@ -4359,8 +4461,8 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4359
4461
  } | {
4360
4462
  id: string;
4361
4463
  type: "audio";
4362
- description: string | null;
4363
4464
  url: string;
4465
+ description: string | null;
4364
4466
  blurhash: string | null;
4365
4467
  preview_url: string | null;
4366
4468
  remote_url: string | null;
@@ -4378,12 +4480,22 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4378
4480
  } | {
4379
4481
  id: string;
4380
4482
  type: "unknown";
4381
- description: string | null;
4382
4483
  url: string;
4484
+ description: string | null;
4383
4485
  blurhash: string | null;
4384
4486
  preview_url: string | null;
4385
4487
  remote_url: string | null;
4386
4488
  })[];
4489
+ mentions: {
4490
+ id: string;
4491
+ url: string;
4492
+ username: string;
4493
+ acct: string;
4494
+ }[];
4495
+ tags: {
4496
+ url: string;
4497
+ name: string;
4498
+ }[];
4387
4499
  reblogs_count: number;
4388
4500
  favourites_count: number;
4389
4501
  replies_count: number;
@@ -4412,12 +4524,12 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4412
4524
  } | null;
4413
4525
  card: {
4414
4526
  type: "link" | "photo" | "video" | "rich";
4415
- description: string;
4416
4527
  url: string;
4528
+ image: string | null;
4529
+ description: string;
4417
4530
  blurhash: string | null;
4418
4531
  width: number;
4419
4532
  height: number;
4420
- image: string | null;
4421
4533
  title: string;
4422
4534
  author_name: string;
4423
4535
  author_url: string;