@llun/activities.schema 0.2.23 → 0.2.25

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.
@@ -7,7 +7,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
7
7
  username: z.ZodString;
8
8
  acct: z.ZodString;
9
9
  url: z.ZodString;
10
- uri: z.ZodString;
11
10
  display_name: z.ZodString;
12
11
  note: z.ZodString;
13
12
  avatar: z.ZodString;
@@ -106,7 +105,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
106
105
  username: z.ZodString;
107
106
  acct: z.ZodString;
108
107
  url: z.ZodString;
109
- uri: z.ZodString;
110
108
  display_name: z.ZodString;
111
109
  note: z.ZodString;
112
110
  avatar: z.ZodString;
@@ -210,7 +208,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
210
208
  }[];
211
209
  username: string;
212
210
  acct: string;
213
- uri: string;
214
211
  display_name: string;
215
212
  avatar: string;
216
213
  avatar_static: string;
@@ -258,7 +255,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
258
255
  }[];
259
256
  username: string;
260
257
  acct: string;
261
- uri: string;
262
258
  display_name: string;
263
259
  avatar: string;
264
260
  avatar_static: string;
@@ -307,7 +303,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
307
303
  }[];
308
304
  username: string;
309
305
  acct: string;
310
- uri: string;
311
306
  display_name: string;
312
307
  avatar: string;
313
308
  avatar_static: string;
@@ -355,7 +350,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
355
350
  }[];
356
351
  username: string;
357
352
  acct: string;
358
- uri: string;
359
353
  display_name: string;
360
354
  avatar: string;
361
355
  avatar_static: string;
@@ -404,7 +398,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
404
398
  }[];
405
399
  username: string;
406
400
  acct: string;
407
- uri: string;
408
401
  display_name: string;
409
402
  avatar: string;
410
403
  avatar_static: string;
@@ -452,7 +445,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
452
445
  }[];
453
446
  username: string;
454
447
  acct: string;
455
- uri: string;
456
448
  display_name: string;
457
449
  avatar: string;
458
450
  avatar_static: string;
@@ -501,7 +493,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
501
493
  preview_url: z.ZodNullable<z.ZodString>;
502
494
  remote_url: z.ZodNullable<z.ZodString>;
503
495
  description: z.ZodNullable<z.ZodString>;
504
- bluehash: z.ZodNullable<z.ZodString>;
496
+ blurhash: z.ZodNullable<z.ZodString>;
505
497
  }, {
506
498
  type: z.ZodLiteral<"image">;
507
499
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -587,9 +579,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
587
579
  type: "image";
588
580
  description: string | null;
589
581
  url: string;
582
+ blurhash: string | null;
590
583
  preview_url: string | null;
591
584
  remote_url: string | null;
592
- bluehash: string | null;
593
585
  meta?: {
594
586
  original: {
595
587
  width: number;
@@ -613,9 +605,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
613
605
  type: "image";
614
606
  description: string | null;
615
607
  url: string;
608
+ blurhash: string | null;
616
609
  preview_url: string | null;
617
610
  remote_url: string | null;
618
- bluehash: string | null;
619
611
  meta?: {
620
612
  original: {
621
613
  width: number;
@@ -640,7 +632,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
640
632
  preview_url: z.ZodNullable<z.ZodString>;
641
633
  remote_url: z.ZodNullable<z.ZodString>;
642
634
  description: z.ZodNullable<z.ZodString>;
643
- bluehash: z.ZodNullable<z.ZodString>;
635
+ blurhash: z.ZodNullable<z.ZodString>;
644
636
  }, {
645
637
  type: z.ZodLiteral<"gifv">;
646
638
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -734,9 +726,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
734
726
  type: "gifv";
735
727
  description: string | null;
736
728
  url: string;
729
+ blurhash: string | null;
737
730
  preview_url: string | null;
738
731
  remote_url: string | null;
739
- bluehash: string | null;
740
732
  meta?: {
741
733
  width: number;
742
734
  height: number;
@@ -764,9 +756,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
764
756
  type: "gifv";
765
757
  description: string | null;
766
758
  url: string;
759
+ blurhash: string | null;
767
760
  preview_url: string | null;
768
761
  remote_url: string | null;
769
- bluehash: string | null;
770
762
  meta?: {
771
763
  width: number;
772
764
  height: number;
@@ -795,7 +787,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
795
787
  preview_url: z.ZodNullable<z.ZodString>;
796
788
  remote_url: z.ZodNullable<z.ZodString>;
797
789
  description: z.ZodNullable<z.ZodString>;
798
- bluehash: z.ZodNullable<z.ZodString>;
790
+ blurhash: z.ZodNullable<z.ZodString>;
799
791
  }, {
800
792
  type: z.ZodLiteral<"video">;
801
793
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -898,9 +890,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
898
890
  type: "video";
899
891
  description: string | null;
900
892
  url: string;
893
+ blurhash: string | null;
901
894
  preview_url: string | null;
902
895
  remote_url: string | null;
903
- bluehash: string | null;
904
896
  meta?: {
905
897
  width: number;
906
898
  height: number;
@@ -931,9 +923,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
931
923
  type: "video";
932
924
  description: string | null;
933
925
  url: string;
926
+ blurhash: string | null;
934
927
  preview_url: string | null;
935
928
  remote_url: string | null;
936
- bluehash: string | null;
937
929
  meta?: {
938
930
  width: number;
939
931
  height: number;
@@ -965,7 +957,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
965
957
  preview_url: z.ZodNullable<z.ZodString>;
966
958
  remote_url: z.ZodNullable<z.ZodString>;
967
959
  description: z.ZodNullable<z.ZodString>;
968
- bluehash: z.ZodNullable<z.ZodString>;
960
+ blurhash: z.ZodNullable<z.ZodString>;
969
961
  }, {
970
962
  type: z.ZodLiteral<"audio">;
971
963
  meta: z.ZodObject<{
@@ -1010,9 +1002,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1010
1002
  type: "audio";
1011
1003
  description: string | null;
1012
1004
  url: string;
1005
+ blurhash: string | null;
1013
1006
  preview_url: string | null;
1014
1007
  remote_url: string | null;
1015
- bluehash: string | null;
1016
1008
  meta: {
1017
1009
  length: string;
1018
1010
  duration: number;
@@ -1029,9 +1021,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1029
1021
  type: "audio";
1030
1022
  description: string | null;
1031
1023
  url: string;
1024
+ blurhash: string | null;
1032
1025
  preview_url: string | null;
1033
1026
  remote_url: string | null;
1034
- bluehash: string | null;
1035
1027
  meta: {
1036
1028
  length: string;
1037
1029
  duration: number;
@@ -1049,7 +1041,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1049
1041
  preview_url: z.ZodNullable<z.ZodString>;
1050
1042
  remote_url: z.ZodNullable<z.ZodString>;
1051
1043
  description: z.ZodNullable<z.ZodString>;
1052
- bluehash: z.ZodNullable<z.ZodString>;
1044
+ blurhash: z.ZodNullable<z.ZodString>;
1053
1045
  }, {
1054
1046
  type: z.ZodLiteral<"unknown">;
1055
1047
  }>, "strip", z.ZodTypeAny, {
@@ -1057,17 +1049,17 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1057
1049
  type: "unknown";
1058
1050
  description: string | null;
1059
1051
  url: string;
1052
+ blurhash: string | null;
1060
1053
  preview_url: string | null;
1061
1054
  remote_url: string | null;
1062
- bluehash: string | null;
1063
1055
  }, {
1064
1056
  id: string;
1065
1057
  type: "unknown";
1066
1058
  description: string | null;
1067
1059
  url: string;
1060
+ blurhash: string | null;
1068
1061
  preview_url: string | null;
1069
1062
  remote_url: string | null;
1070
- bluehash: string | null;
1071
1063
  }>]>, "many">;
1072
1064
  application: z.ZodOptional<z.ZodObject<{
1073
1065
  name: z.ZodString;
@@ -1349,7 +1341,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1349
1341
  username: z.ZodString;
1350
1342
  acct: z.ZodString;
1351
1343
  url: z.ZodString;
1352
- uri: z.ZodString;
1353
1344
  display_name: z.ZodString;
1354
1345
  note: z.ZodString;
1355
1346
  avatar: z.ZodString;
@@ -1448,7 +1439,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1448
1439
  username: z.ZodString;
1449
1440
  acct: z.ZodString;
1450
1441
  url: z.ZodString;
1451
- uri: z.ZodString;
1452
1442
  display_name: z.ZodString;
1453
1443
  note: z.ZodString;
1454
1444
  avatar: z.ZodString;
@@ -1552,7 +1542,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1552
1542
  }[];
1553
1543
  username: string;
1554
1544
  acct: string;
1555
- uri: string;
1556
1545
  display_name: string;
1557
1546
  avatar: string;
1558
1547
  avatar_static: string;
@@ -1600,7 +1589,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1600
1589
  }[];
1601
1590
  username: string;
1602
1591
  acct: string;
1603
- uri: string;
1604
1592
  display_name: string;
1605
1593
  avatar: string;
1606
1594
  avatar_static: string;
@@ -1649,7 +1637,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1649
1637
  }[];
1650
1638
  username: string;
1651
1639
  acct: string;
1652
- uri: string;
1653
1640
  display_name: string;
1654
1641
  avatar: string;
1655
1642
  avatar_static: string;
@@ -1697,7 +1684,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1697
1684
  }[];
1698
1685
  username: string;
1699
1686
  acct: string;
1700
- uri: string;
1701
1687
  display_name: string;
1702
1688
  avatar: string;
1703
1689
  avatar_static: string;
@@ -1746,7 +1732,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1746
1732
  }[];
1747
1733
  username: string;
1748
1734
  acct: string;
1749
- uri: string;
1750
1735
  display_name: string;
1751
1736
  avatar: string;
1752
1737
  avatar_static: string;
@@ -1794,7 +1779,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1794
1779
  }[];
1795
1780
  username: string;
1796
1781
  acct: string;
1797
- uri: string;
1798
1782
  display_name: string;
1799
1783
  avatar: string;
1800
1784
  avatar_static: string;
@@ -1843,7 +1827,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1843
1827
  preview_url: z.ZodNullable<z.ZodString>;
1844
1828
  remote_url: z.ZodNullable<z.ZodString>;
1845
1829
  description: z.ZodNullable<z.ZodString>;
1846
- bluehash: z.ZodNullable<z.ZodString>;
1830
+ blurhash: z.ZodNullable<z.ZodString>;
1847
1831
  }, {
1848
1832
  type: z.ZodLiteral<"image">;
1849
1833
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1929,9 +1913,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1929
1913
  type: "image";
1930
1914
  description: string | null;
1931
1915
  url: string;
1916
+ blurhash: string | null;
1932
1917
  preview_url: string | null;
1933
1918
  remote_url: string | null;
1934
- bluehash: string | null;
1935
1919
  meta?: {
1936
1920
  original: {
1937
1921
  width: number;
@@ -1955,9 +1939,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1955
1939
  type: "image";
1956
1940
  description: string | null;
1957
1941
  url: string;
1942
+ blurhash: string | null;
1958
1943
  preview_url: string | null;
1959
1944
  remote_url: string | null;
1960
- bluehash: string | null;
1961
1945
  meta?: {
1962
1946
  original: {
1963
1947
  width: number;
@@ -1982,7 +1966,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
1982
1966
  preview_url: z.ZodNullable<z.ZodString>;
1983
1967
  remote_url: z.ZodNullable<z.ZodString>;
1984
1968
  description: z.ZodNullable<z.ZodString>;
1985
- bluehash: z.ZodNullable<z.ZodString>;
1969
+ blurhash: z.ZodNullable<z.ZodString>;
1986
1970
  }, {
1987
1971
  type: z.ZodLiteral<"gifv">;
1988
1972
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2076,9 +2060,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2076
2060
  type: "gifv";
2077
2061
  description: string | null;
2078
2062
  url: string;
2063
+ blurhash: string | null;
2079
2064
  preview_url: string | null;
2080
2065
  remote_url: string | null;
2081
- bluehash: string | null;
2082
2066
  meta?: {
2083
2067
  width: number;
2084
2068
  height: number;
@@ -2106,9 +2090,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2106
2090
  type: "gifv";
2107
2091
  description: string | null;
2108
2092
  url: string;
2093
+ blurhash: string | null;
2109
2094
  preview_url: string | null;
2110
2095
  remote_url: string | null;
2111
- bluehash: string | null;
2112
2096
  meta?: {
2113
2097
  width: number;
2114
2098
  height: number;
@@ -2137,7 +2121,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2137
2121
  preview_url: z.ZodNullable<z.ZodString>;
2138
2122
  remote_url: z.ZodNullable<z.ZodString>;
2139
2123
  description: z.ZodNullable<z.ZodString>;
2140
- bluehash: z.ZodNullable<z.ZodString>;
2124
+ blurhash: z.ZodNullable<z.ZodString>;
2141
2125
  }, {
2142
2126
  type: z.ZodLiteral<"video">;
2143
2127
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2240,9 +2224,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2240
2224
  type: "video";
2241
2225
  description: string | null;
2242
2226
  url: string;
2227
+ blurhash: string | null;
2243
2228
  preview_url: string | null;
2244
2229
  remote_url: string | null;
2245
- bluehash: string | null;
2246
2230
  meta?: {
2247
2231
  width: number;
2248
2232
  height: number;
@@ -2273,9 +2257,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2273
2257
  type: "video";
2274
2258
  description: string | null;
2275
2259
  url: string;
2260
+ blurhash: string | null;
2276
2261
  preview_url: string | null;
2277
2262
  remote_url: string | null;
2278
- bluehash: string | null;
2279
2263
  meta?: {
2280
2264
  width: number;
2281
2265
  height: number;
@@ -2307,7 +2291,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2307
2291
  preview_url: z.ZodNullable<z.ZodString>;
2308
2292
  remote_url: z.ZodNullable<z.ZodString>;
2309
2293
  description: z.ZodNullable<z.ZodString>;
2310
- bluehash: z.ZodNullable<z.ZodString>;
2294
+ blurhash: z.ZodNullable<z.ZodString>;
2311
2295
  }, {
2312
2296
  type: z.ZodLiteral<"audio">;
2313
2297
  meta: z.ZodObject<{
@@ -2352,9 +2336,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2352
2336
  type: "audio";
2353
2337
  description: string | null;
2354
2338
  url: string;
2339
+ blurhash: string | null;
2355
2340
  preview_url: string | null;
2356
2341
  remote_url: string | null;
2357
- bluehash: string | null;
2358
2342
  meta: {
2359
2343
  length: string;
2360
2344
  duration: number;
@@ -2371,9 +2355,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2371
2355
  type: "audio";
2372
2356
  description: string | null;
2373
2357
  url: string;
2358
+ blurhash: string | null;
2374
2359
  preview_url: string | null;
2375
2360
  remote_url: string | null;
2376
- bluehash: string | null;
2377
2361
  meta: {
2378
2362
  length: string;
2379
2363
  duration: number;
@@ -2391,7 +2375,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2391
2375
  preview_url: z.ZodNullable<z.ZodString>;
2392
2376
  remote_url: z.ZodNullable<z.ZodString>;
2393
2377
  description: z.ZodNullable<z.ZodString>;
2394
- bluehash: z.ZodNullable<z.ZodString>;
2378
+ blurhash: z.ZodNullable<z.ZodString>;
2395
2379
  }, {
2396
2380
  type: z.ZodLiteral<"unknown">;
2397
2381
  }>, "strip", z.ZodTypeAny, {
@@ -2399,17 +2383,17 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2399
2383
  type: "unknown";
2400
2384
  description: string | null;
2401
2385
  url: string;
2386
+ blurhash: string | null;
2402
2387
  preview_url: string | null;
2403
2388
  remote_url: string | null;
2404
- bluehash: string | null;
2405
2389
  }, {
2406
2390
  id: string;
2407
2391
  type: "unknown";
2408
2392
  description: string | null;
2409
2393
  url: string;
2394
+ blurhash: string | null;
2410
2395
  preview_url: string | null;
2411
2396
  remote_url: string | null;
2412
- bluehash: string | null;
2413
2397
  }>]>, "many">;
2414
2398
  application: z.ZodOptional<z.ZodObject<{
2415
2399
  name: z.ZodString;
@@ -2688,7 +2672,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2688
2672
  content: string;
2689
2673
  sensitive: boolean;
2690
2674
  language: string | null;
2691
- uri: string;
2692
2675
  emojis: {
2693
2676
  url: string;
2694
2677
  shortcode: string;
@@ -2708,7 +2691,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2708
2691
  }[];
2709
2692
  username: string;
2710
2693
  acct: string;
2711
- uri: string;
2712
2694
  display_name: string;
2713
2695
  avatar: string;
2714
2696
  avatar_static: string;
@@ -2756,7 +2738,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2756
2738
  }[];
2757
2739
  username: string;
2758
2740
  acct: string;
2759
- uri: string;
2760
2741
  display_name: string;
2761
2742
  avatar: string;
2762
2743
  avatar_static: string;
@@ -2795,6 +2776,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2795
2776
  limited?: boolean | undefined;
2796
2777
  } | null | undefined;
2797
2778
  };
2779
+ uri: string;
2798
2780
  visibility: "public" | "unlist" | "private" | "direct";
2799
2781
  spoiler_text: string;
2800
2782
  media_attachments: ({
@@ -2802,9 +2784,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2802
2784
  type: "gifv";
2803
2785
  description: string | null;
2804
2786
  url: string;
2787
+ blurhash: string | null;
2805
2788
  preview_url: string | null;
2806
2789
  remote_url: string | null;
2807
- bluehash: string | null;
2808
2790
  meta?: {
2809
2791
  width: number;
2810
2792
  height: number;
@@ -2832,9 +2814,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2832
2814
  type: "image";
2833
2815
  description: string | null;
2834
2816
  url: string;
2817
+ blurhash: string | null;
2835
2818
  preview_url: string | null;
2836
2819
  remote_url: string | null;
2837
- bluehash: string | null;
2838
2820
  meta?: {
2839
2821
  original: {
2840
2822
  width: number;
@@ -2858,9 +2840,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2858
2840
  type: "video";
2859
2841
  description: string | null;
2860
2842
  url: string;
2843
+ blurhash: string | null;
2861
2844
  preview_url: string | null;
2862
2845
  remote_url: string | null;
2863
- bluehash: string | null;
2864
2846
  meta?: {
2865
2847
  width: number;
2866
2848
  height: number;
@@ -2891,9 +2873,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2891
2873
  type: "audio";
2892
2874
  description: string | null;
2893
2875
  url: string;
2876
+ blurhash: string | null;
2894
2877
  preview_url: string | null;
2895
2878
  remote_url: string | null;
2896
- bluehash: string | null;
2897
2879
  meta: {
2898
2880
  length: string;
2899
2881
  duration: number;
@@ -2910,9 +2892,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2910
2892
  type: "unknown";
2911
2893
  description: string | null;
2912
2894
  url: string;
2895
+ blurhash: string | null;
2913
2896
  preview_url: string | null;
2914
2897
  remote_url: string | null;
2915
- bluehash: string | null;
2916
2898
  })[];
2917
2899
  reblogs_count: number;
2918
2900
  favourites_count: number;
@@ -2993,7 +2975,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
2993
2975
  content: string;
2994
2976
  sensitive: boolean;
2995
2977
  language: string | null;
2996
- uri: string;
2997
2978
  emojis: {
2998
2979
  url: string;
2999
2980
  shortcode: string;
@@ -3013,7 +2994,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3013
2994
  }[];
3014
2995
  username: string;
3015
2996
  acct: string;
3016
- uri: string;
3017
2997
  display_name: string;
3018
2998
  avatar: string;
3019
2999
  avatar_static: string;
@@ -3061,7 +3041,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3061
3041
  }[];
3062
3042
  username: string;
3063
3043
  acct: string;
3064
- uri: string;
3065
3044
  display_name: string;
3066
3045
  avatar: string;
3067
3046
  avatar_static: string;
@@ -3100,6 +3079,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3100
3079
  limited?: boolean | undefined;
3101
3080
  } | null | undefined;
3102
3081
  };
3082
+ uri: string;
3103
3083
  visibility: "public" | "unlist" | "private" | "direct";
3104
3084
  spoiler_text: string;
3105
3085
  media_attachments: ({
@@ -3107,9 +3087,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3107
3087
  type: "gifv";
3108
3088
  description: string | null;
3109
3089
  url: string;
3090
+ blurhash: string | null;
3110
3091
  preview_url: string | null;
3111
3092
  remote_url: string | null;
3112
- bluehash: string | null;
3113
3093
  meta?: {
3114
3094
  width: number;
3115
3095
  height: number;
@@ -3137,9 +3117,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3137
3117
  type: "image";
3138
3118
  description: string | null;
3139
3119
  url: string;
3120
+ blurhash: string | null;
3140
3121
  preview_url: string | null;
3141
3122
  remote_url: string | null;
3142
- bluehash: string | null;
3143
3123
  meta?: {
3144
3124
  original: {
3145
3125
  width: number;
@@ -3163,9 +3143,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3163
3143
  type: "video";
3164
3144
  description: string | null;
3165
3145
  url: string;
3146
+ blurhash: string | null;
3166
3147
  preview_url: string | null;
3167
3148
  remote_url: string | null;
3168
- bluehash: string | null;
3169
3149
  meta?: {
3170
3150
  width: number;
3171
3151
  height: number;
@@ -3196,9 +3176,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3196
3176
  type: "audio";
3197
3177
  description: string | null;
3198
3178
  url: string;
3179
+ blurhash: string | null;
3199
3180
  preview_url: string | null;
3200
3181
  remote_url: string | null;
3201
- bluehash: string | null;
3202
3182
  meta: {
3203
3183
  length: string;
3204
3184
  duration: number;
@@ -3215,9 +3195,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3215
3195
  type: "unknown";
3216
3196
  description: string | null;
3217
3197
  url: string;
3198
+ blurhash: string | null;
3218
3199
  preview_url: string | null;
3219
3200
  remote_url: string | null;
3220
- bluehash: string | null;
3221
3201
  })[];
3222
3202
  reblogs_count: number;
3223
3203
  favourites_count: number;
@@ -3299,7 +3279,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3299
3279
  content: string;
3300
3280
  sensitive: boolean;
3301
3281
  language: string | null;
3302
- uri: string;
3303
3282
  emojis: {
3304
3283
  url: string;
3305
3284
  shortcode: string;
@@ -3319,7 +3298,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3319
3298
  }[];
3320
3299
  username: string;
3321
3300
  acct: string;
3322
- uri: string;
3323
3301
  display_name: string;
3324
3302
  avatar: string;
3325
3303
  avatar_static: string;
@@ -3367,7 +3345,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3367
3345
  }[];
3368
3346
  username: string;
3369
3347
  acct: string;
3370
- uri: string;
3371
3348
  display_name: string;
3372
3349
  avatar: string;
3373
3350
  avatar_static: string;
@@ -3406,6 +3383,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3406
3383
  limited?: boolean | undefined;
3407
3384
  } | null | undefined;
3408
3385
  };
3386
+ uri: string;
3409
3387
  visibility: "public" | "unlist" | "private" | "direct";
3410
3388
  spoiler_text: string;
3411
3389
  media_attachments: ({
@@ -3413,9 +3391,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3413
3391
  type: "gifv";
3414
3392
  description: string | null;
3415
3393
  url: string;
3394
+ blurhash: string | null;
3416
3395
  preview_url: string | null;
3417
3396
  remote_url: string | null;
3418
- bluehash: string | null;
3419
3397
  meta?: {
3420
3398
  width: number;
3421
3399
  height: number;
@@ -3443,9 +3421,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3443
3421
  type: "image";
3444
3422
  description: string | null;
3445
3423
  url: string;
3424
+ blurhash: string | null;
3446
3425
  preview_url: string | null;
3447
3426
  remote_url: string | null;
3448
- bluehash: string | null;
3449
3427
  meta?: {
3450
3428
  original: {
3451
3429
  width: number;
@@ -3469,9 +3447,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3469
3447
  type: "video";
3470
3448
  description: string | null;
3471
3449
  url: string;
3450
+ blurhash: string | null;
3472
3451
  preview_url: string | null;
3473
3452
  remote_url: string | null;
3474
- bluehash: string | null;
3475
3453
  meta?: {
3476
3454
  width: number;
3477
3455
  height: number;
@@ -3502,9 +3480,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3502
3480
  type: "audio";
3503
3481
  description: string | null;
3504
3482
  url: string;
3483
+ blurhash: string | null;
3505
3484
  preview_url: string | null;
3506
3485
  remote_url: string | null;
3507
- bluehash: string | null;
3508
3486
  meta: {
3509
3487
  length: string;
3510
3488
  duration: number;
@@ -3521,9 +3499,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3521
3499
  type: "unknown";
3522
3500
  description: string | null;
3523
3501
  url: string;
3502
+ blurhash: string | null;
3524
3503
  preview_url: string | null;
3525
3504
  remote_url: string | null;
3526
- bluehash: string | null;
3527
3505
  })[];
3528
3506
  reblogs_count: number;
3529
3507
  favourites_count: number;
@@ -3575,7 +3553,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3575
3553
  content: string;
3576
3554
  sensitive: boolean;
3577
3555
  language: string | null;
3578
- uri: string;
3579
3556
  emojis: {
3580
3557
  url: string;
3581
3558
  shortcode: string;
@@ -3595,7 +3572,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3595
3572
  }[];
3596
3573
  username: string;
3597
3574
  acct: string;
3598
- uri: string;
3599
3575
  display_name: string;
3600
3576
  avatar: string;
3601
3577
  avatar_static: string;
@@ -3643,7 +3619,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3643
3619
  }[];
3644
3620
  username: string;
3645
3621
  acct: string;
3646
- uri: string;
3647
3622
  display_name: string;
3648
3623
  avatar: string;
3649
3624
  avatar_static: string;
@@ -3682,6 +3657,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3682
3657
  limited?: boolean | undefined;
3683
3658
  } | null | undefined;
3684
3659
  };
3660
+ uri: string;
3685
3661
  visibility: "public" | "unlist" | "private" | "direct";
3686
3662
  spoiler_text: string;
3687
3663
  media_attachments: ({
@@ -3689,9 +3665,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3689
3665
  type: "gifv";
3690
3666
  description: string | null;
3691
3667
  url: string;
3668
+ blurhash: string | null;
3692
3669
  preview_url: string | null;
3693
3670
  remote_url: string | null;
3694
- bluehash: string | null;
3695
3671
  meta?: {
3696
3672
  width: number;
3697
3673
  height: number;
@@ -3719,9 +3695,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3719
3695
  type: "image";
3720
3696
  description: string | null;
3721
3697
  url: string;
3698
+ blurhash: string | null;
3722
3699
  preview_url: string | null;
3723
3700
  remote_url: string | null;
3724
- bluehash: string | null;
3725
3701
  meta?: {
3726
3702
  original: {
3727
3703
  width: number;
@@ -3745,9 +3721,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3745
3721
  type: "video";
3746
3722
  description: string | null;
3747
3723
  url: string;
3724
+ blurhash: string | null;
3748
3725
  preview_url: string | null;
3749
3726
  remote_url: string | null;
3750
- bluehash: string | null;
3751
3727
  meta?: {
3752
3728
  width: number;
3753
3729
  height: number;
@@ -3778,9 +3754,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3778
3754
  type: "audio";
3779
3755
  description: string | null;
3780
3756
  url: string;
3757
+ blurhash: string | null;
3781
3758
  preview_url: string | null;
3782
3759
  remote_url: string | null;
3783
- bluehash: string | null;
3784
3760
  meta: {
3785
3761
  length: string;
3786
3762
  duration: number;
@@ -3797,9 +3773,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3797
3773
  type: "unknown";
3798
3774
  description: string | null;
3799
3775
  url: string;
3776
+ blurhash: string | null;
3800
3777
  preview_url: string | null;
3801
3778
  remote_url: string | null;
3802
- bluehash: string | null;
3803
3779
  })[];
3804
3780
  reblogs_count: number;
3805
3781
  favourites_count: number;
@@ -3910,7 +3886,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3910
3886
  content: string;
3911
3887
  sensitive: boolean;
3912
3888
  language: string | null;
3913
- uri: string;
3914
3889
  emojis: {
3915
3890
  url: string;
3916
3891
  shortcode: string;
@@ -3930,7 +3905,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3930
3905
  }[];
3931
3906
  username: string;
3932
3907
  acct: string;
3933
- uri: string;
3934
3908
  display_name: string;
3935
3909
  avatar: string;
3936
3910
  avatar_static: string;
@@ -3978,7 +3952,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
3978
3952
  }[];
3979
3953
  username: string;
3980
3954
  acct: string;
3981
- uri: string;
3982
3955
  display_name: string;
3983
3956
  avatar: string;
3984
3957
  avatar_static: string;
@@ -4017,6 +3990,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4017
3990
  limited?: boolean | undefined;
4018
3991
  } | null | undefined;
4019
3992
  };
3993
+ uri: string;
4020
3994
  visibility: "public" | "unlist" | "private" | "direct";
4021
3995
  spoiler_text: string;
4022
3996
  media_attachments: ({
@@ -4024,9 +3998,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4024
3998
  type: "gifv";
4025
3999
  description: string | null;
4026
4000
  url: string;
4001
+ blurhash: string | null;
4027
4002
  preview_url: string | null;
4028
4003
  remote_url: string | null;
4029
- bluehash: string | null;
4030
4004
  meta?: {
4031
4005
  width: number;
4032
4006
  height: number;
@@ -4054,9 +4028,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4054
4028
  type: "image";
4055
4029
  description: string | null;
4056
4030
  url: string;
4031
+ blurhash: string | null;
4057
4032
  preview_url: string | null;
4058
4033
  remote_url: string | null;
4059
- bluehash: string | null;
4060
4034
  meta?: {
4061
4035
  original: {
4062
4036
  width: number;
@@ -4080,9 +4054,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4080
4054
  type: "video";
4081
4055
  description: string | null;
4082
4056
  url: string;
4057
+ blurhash: string | null;
4083
4058
  preview_url: string | null;
4084
4059
  remote_url: string | null;
4085
- bluehash: string | null;
4086
4060
  meta?: {
4087
4061
  width: number;
4088
4062
  height: number;
@@ -4113,9 +4087,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4113
4087
  type: "audio";
4114
4088
  description: string | null;
4115
4089
  url: string;
4090
+ blurhash: string | null;
4116
4091
  preview_url: string | null;
4117
4092
  remote_url: string | null;
4118
- bluehash: string | null;
4119
4093
  meta: {
4120
4094
  length: string;
4121
4095
  duration: number;
@@ -4132,9 +4106,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4132
4106
  type: "unknown";
4133
4107
  description: string | null;
4134
4108
  url: string;
4109
+ blurhash: string | null;
4135
4110
  preview_url: string | null;
4136
4111
  remote_url: string | null;
4137
- bluehash: string | null;
4138
4112
  })[];
4139
4113
  reblogs_count: number;
4140
4114
  favourites_count: number;
@@ -4186,7 +4160,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4186
4160
  content: string;
4187
4161
  sensitive: boolean;
4188
4162
  language: string | null;
4189
- uri: string;
4190
4163
  emojis: {
4191
4164
  url: string;
4192
4165
  shortcode: string;
@@ -4206,7 +4179,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4206
4179
  }[];
4207
4180
  username: string;
4208
4181
  acct: string;
4209
- uri: string;
4210
4182
  display_name: string;
4211
4183
  avatar: string;
4212
4184
  avatar_static: string;
@@ -4254,7 +4226,6 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4254
4226
  }[];
4255
4227
  username: string;
4256
4228
  acct: string;
4257
- uri: string;
4258
4229
  display_name: string;
4259
4230
  avatar: string;
4260
4231
  avatar_static: string;
@@ -4293,6 +4264,7 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4293
4264
  limited?: boolean | undefined;
4294
4265
  } | null | undefined;
4295
4266
  };
4267
+ uri: string;
4296
4268
  visibility: "public" | "unlist" | "private" | "direct";
4297
4269
  spoiler_text: string;
4298
4270
  media_attachments: ({
@@ -4300,9 +4272,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4300
4272
  type: "gifv";
4301
4273
  description: string | null;
4302
4274
  url: string;
4275
+ blurhash: string | null;
4303
4276
  preview_url: string | null;
4304
4277
  remote_url: string | null;
4305
- bluehash: string | null;
4306
4278
  meta?: {
4307
4279
  width: number;
4308
4280
  height: number;
@@ -4330,9 +4302,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4330
4302
  type: "image";
4331
4303
  description: string | null;
4332
4304
  url: string;
4305
+ blurhash: string | null;
4333
4306
  preview_url: string | null;
4334
4307
  remote_url: string | null;
4335
- bluehash: string | null;
4336
4308
  meta?: {
4337
4309
  original: {
4338
4310
  width: number;
@@ -4356,9 +4328,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4356
4328
  type: "video";
4357
4329
  description: string | null;
4358
4330
  url: string;
4331
+ blurhash: string | null;
4359
4332
  preview_url: string | null;
4360
4333
  remote_url: string | null;
4361
- bluehash: string | null;
4362
4334
  meta?: {
4363
4335
  width: number;
4364
4336
  height: number;
@@ -4389,9 +4361,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4389
4361
  type: "audio";
4390
4362
  description: string | null;
4391
4363
  url: string;
4364
+ blurhash: string | null;
4392
4365
  preview_url: string | null;
4393
4366
  remote_url: string | null;
4394
- bluehash: string | null;
4395
4367
  meta: {
4396
4368
  length: string;
4397
4369
  duration: number;
@@ -4408,9 +4380,9 @@ export declare const Status: z.ZodObject<z.objectUtil.extendShape<{
4408
4380
  type: "unknown";
4409
4381
  description: string | null;
4410
4382
  url: string;
4383
+ blurhash: string | null;
4411
4384
  preview_url: string | null;
4412
4385
  remote_url: string | null;
4413
- bluehash: string | null;
4414
4386
  })[];
4415
4387
  reblogs_count: number;
4416
4388
  favourites_count: number;