@platforma-sdk/block-tools 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2/model/block_description.d.ts +360 -0
- package/dist/v2/model/block_description.d.ts.map +1 -1
- package/dist/v2/model/block_meta.d.ts +231 -0
- package/dist/v2/model/block_meta.d.ts.map +1 -1
- package/dist/v2/registry/schema_public.d.ts +466 -0
- package/dist/v2/registry/schema_public.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -169,6 +169,25 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
169
169
|
type: "relative";
|
|
170
170
|
path: string;
|
|
171
171
|
}>]>>;
|
|
172
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
173
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
174
|
+
content: z.ZodString;
|
|
175
|
+
}, "strict", z.ZodTypeAny, {
|
|
176
|
+
type: "explicit-string";
|
|
177
|
+
content: string;
|
|
178
|
+
}, {
|
|
179
|
+
type: "explicit-string";
|
|
180
|
+
content: string;
|
|
181
|
+
}>, z.ZodObject<{
|
|
182
|
+
type: z.ZodLiteral<"relative">;
|
|
183
|
+
path: z.ZodString;
|
|
184
|
+
}, "strict", z.ZodTypeAny, {
|
|
185
|
+
type: "relative";
|
|
186
|
+
path: string;
|
|
187
|
+
}, {
|
|
188
|
+
type: "relative";
|
|
189
|
+
path: string;
|
|
190
|
+
}>]>>;
|
|
172
191
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
173
192
|
type: z.ZodLiteral<"explicit-base64">;
|
|
174
193
|
mimeType: z.ZodString;
|
|
@@ -266,6 +285,13 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
266
285
|
type: "relative";
|
|
267
286
|
path: string;
|
|
268
287
|
} | undefined;
|
|
288
|
+
changelog?: {
|
|
289
|
+
type: "explicit-string";
|
|
290
|
+
content: string;
|
|
291
|
+
} | {
|
|
292
|
+
type: "relative";
|
|
293
|
+
path: string;
|
|
294
|
+
} | undefined;
|
|
269
295
|
logo?: {
|
|
270
296
|
type: "explicit-base64";
|
|
271
297
|
content: string;
|
|
@@ -300,6 +326,13 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
300
326
|
type: "relative";
|
|
301
327
|
path: string;
|
|
302
328
|
} | undefined;
|
|
329
|
+
changelog?: {
|
|
330
|
+
type: "explicit-string";
|
|
331
|
+
content: string;
|
|
332
|
+
} | {
|
|
333
|
+
type: "relative";
|
|
334
|
+
path: string;
|
|
335
|
+
} | undefined;
|
|
303
336
|
logo?: {
|
|
304
337
|
type: "explicit-base64";
|
|
305
338
|
content: string;
|
|
@@ -353,6 +386,13 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
353
386
|
type: "relative";
|
|
354
387
|
path: string;
|
|
355
388
|
} | undefined;
|
|
389
|
+
changelog?: {
|
|
390
|
+
type: "explicit-string";
|
|
391
|
+
content: string;
|
|
392
|
+
} | {
|
|
393
|
+
type: "relative";
|
|
394
|
+
path: string;
|
|
395
|
+
} | undefined;
|
|
356
396
|
logo?: {
|
|
357
397
|
type: "explicit-base64";
|
|
358
398
|
content: string;
|
|
@@ -414,6 +454,13 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
414
454
|
type: "relative";
|
|
415
455
|
path: string;
|
|
416
456
|
} | undefined;
|
|
457
|
+
changelog?: {
|
|
458
|
+
type: "explicit-string";
|
|
459
|
+
content: string;
|
|
460
|
+
} | {
|
|
461
|
+
type: "relative";
|
|
462
|
+
path: string;
|
|
463
|
+
} | undefined;
|
|
417
464
|
logo?: {
|
|
418
465
|
type: "explicit-base64";
|
|
419
466
|
content: string;
|
|
@@ -475,6 +522,13 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
475
522
|
type: "relative";
|
|
476
523
|
path: string;
|
|
477
524
|
} | undefined;
|
|
525
|
+
changelog?: {
|
|
526
|
+
type: "explicit-string";
|
|
527
|
+
content: string;
|
|
528
|
+
} | {
|
|
529
|
+
type: "relative";
|
|
530
|
+
path: string;
|
|
531
|
+
} | undefined;
|
|
478
532
|
logo?: {
|
|
479
533
|
type: "explicit-base64";
|
|
480
534
|
content: string;
|
|
@@ -539,6 +593,13 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
539
593
|
type: "relative";
|
|
540
594
|
path: string;
|
|
541
595
|
} | undefined;
|
|
596
|
+
changelog?: {
|
|
597
|
+
type: "explicit-string";
|
|
598
|
+
content: string;
|
|
599
|
+
} | {
|
|
600
|
+
type: "relative";
|
|
601
|
+
path: string;
|
|
602
|
+
} | undefined;
|
|
542
603
|
logo?: {
|
|
543
604
|
type: "explicit-base64";
|
|
544
605
|
content: string;
|
|
@@ -723,6 +784,25 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
723
784
|
type: "relative";
|
|
724
785
|
path: string;
|
|
725
786
|
}>]>>;
|
|
787
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
788
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
789
|
+
content: z.ZodString;
|
|
790
|
+
}, "strict", z.ZodTypeAny, {
|
|
791
|
+
type: "explicit-string";
|
|
792
|
+
content: string;
|
|
793
|
+
}, {
|
|
794
|
+
type: "explicit-string";
|
|
795
|
+
content: string;
|
|
796
|
+
}>, z.ZodObject<{
|
|
797
|
+
type: z.ZodLiteral<"relative">;
|
|
798
|
+
path: z.ZodString;
|
|
799
|
+
}, "strict", z.ZodTypeAny, {
|
|
800
|
+
type: "relative";
|
|
801
|
+
path: string;
|
|
802
|
+
}, {
|
|
803
|
+
type: "relative";
|
|
804
|
+
path: string;
|
|
805
|
+
}>]>>;
|
|
726
806
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
727
807
|
type: z.ZodLiteral<"explicit-base64">;
|
|
728
808
|
mimeType: z.ZodString;
|
|
@@ -820,6 +900,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
820
900
|
type: "relative";
|
|
821
901
|
path: string;
|
|
822
902
|
} | undefined;
|
|
903
|
+
changelog?: {
|
|
904
|
+
type: "explicit-string";
|
|
905
|
+
content: string;
|
|
906
|
+
} | {
|
|
907
|
+
type: "relative";
|
|
908
|
+
path: string;
|
|
909
|
+
} | undefined;
|
|
823
910
|
logo?: {
|
|
824
911
|
type: "explicit-base64";
|
|
825
912
|
content: string;
|
|
@@ -854,6 +941,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
854
941
|
type: "relative";
|
|
855
942
|
path: string;
|
|
856
943
|
} | undefined;
|
|
944
|
+
changelog?: {
|
|
945
|
+
type: "explicit-string";
|
|
946
|
+
content: string;
|
|
947
|
+
} | {
|
|
948
|
+
type: "relative";
|
|
949
|
+
path: string;
|
|
950
|
+
} | undefined;
|
|
857
951
|
logo?: {
|
|
858
952
|
type: "explicit-base64";
|
|
859
953
|
content: string;
|
|
@@ -907,6 +1001,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
907
1001
|
type: "relative";
|
|
908
1002
|
path: string;
|
|
909
1003
|
} | undefined;
|
|
1004
|
+
changelog?: {
|
|
1005
|
+
type: "explicit-string";
|
|
1006
|
+
content: string;
|
|
1007
|
+
} | {
|
|
1008
|
+
type: "relative";
|
|
1009
|
+
path: string;
|
|
1010
|
+
} | undefined;
|
|
910
1011
|
logo?: {
|
|
911
1012
|
type: "explicit-base64";
|
|
912
1013
|
content: string;
|
|
@@ -968,6 +1069,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
968
1069
|
type: "relative";
|
|
969
1070
|
path: string;
|
|
970
1071
|
} | undefined;
|
|
1072
|
+
changelog?: {
|
|
1073
|
+
type: "explicit-string";
|
|
1074
|
+
content: string;
|
|
1075
|
+
} | {
|
|
1076
|
+
type: "relative";
|
|
1077
|
+
path: string;
|
|
1078
|
+
} | undefined;
|
|
971
1079
|
logo?: {
|
|
972
1080
|
type: "explicit-base64";
|
|
973
1081
|
content: string;
|
|
@@ -1029,6 +1137,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1029
1137
|
type: "relative";
|
|
1030
1138
|
path: string;
|
|
1031
1139
|
} | undefined;
|
|
1140
|
+
changelog?: {
|
|
1141
|
+
type: "explicit-string";
|
|
1142
|
+
content: string;
|
|
1143
|
+
} | {
|
|
1144
|
+
type: "relative";
|
|
1145
|
+
path: string;
|
|
1146
|
+
} | undefined;
|
|
1032
1147
|
logo?: {
|
|
1033
1148
|
type: "explicit-base64";
|
|
1034
1149
|
content: string;
|
|
@@ -1093,6 +1208,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1093
1208
|
type: "relative";
|
|
1094
1209
|
path: string;
|
|
1095
1210
|
} | undefined;
|
|
1211
|
+
changelog?: {
|
|
1212
|
+
type: "explicit-string";
|
|
1213
|
+
content: string;
|
|
1214
|
+
} | {
|
|
1215
|
+
type: "relative";
|
|
1216
|
+
path: string;
|
|
1217
|
+
} | undefined;
|
|
1096
1218
|
logo?: {
|
|
1097
1219
|
type: "explicit-base64";
|
|
1098
1220
|
content: string;
|
|
@@ -1157,6 +1279,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1157
1279
|
type: "relative";
|
|
1158
1280
|
path: string;
|
|
1159
1281
|
} | undefined;
|
|
1282
|
+
changelog?: {
|
|
1283
|
+
type: "explicit-string";
|
|
1284
|
+
content: string;
|
|
1285
|
+
} | {
|
|
1286
|
+
type: "relative";
|
|
1287
|
+
path: string;
|
|
1288
|
+
} | undefined;
|
|
1160
1289
|
logo?: {
|
|
1161
1290
|
type: "explicit-base64";
|
|
1162
1291
|
content: string;
|
|
@@ -1224,6 +1353,13 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1224
1353
|
type: "relative";
|
|
1225
1354
|
path: string;
|
|
1226
1355
|
} | undefined;
|
|
1356
|
+
changelog?: {
|
|
1357
|
+
type: "explicit-string";
|
|
1358
|
+
content: string;
|
|
1359
|
+
} | {
|
|
1360
|
+
type: "relative";
|
|
1361
|
+
path: string;
|
|
1362
|
+
} | undefined;
|
|
1227
1363
|
logo?: {
|
|
1228
1364
|
type: "explicit-base64";
|
|
1229
1365
|
content: string;
|
|
@@ -1497,6 +1633,25 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1497
1633
|
type: "relative";
|
|
1498
1634
|
path: string;
|
|
1499
1635
|
}>]>>;
|
|
1636
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1637
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
1638
|
+
content: z.ZodString;
|
|
1639
|
+
}, "strict", z.ZodTypeAny, {
|
|
1640
|
+
type: "explicit-string";
|
|
1641
|
+
content: string;
|
|
1642
|
+
}, {
|
|
1643
|
+
type: "explicit-string";
|
|
1644
|
+
content: string;
|
|
1645
|
+
}>, z.ZodObject<{
|
|
1646
|
+
type: z.ZodLiteral<"relative">;
|
|
1647
|
+
path: z.ZodString;
|
|
1648
|
+
}, "strict", z.ZodTypeAny, {
|
|
1649
|
+
type: "relative";
|
|
1650
|
+
path: string;
|
|
1651
|
+
}, {
|
|
1652
|
+
type: "relative";
|
|
1653
|
+
path: string;
|
|
1654
|
+
}>]>>;
|
|
1500
1655
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1501
1656
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1502
1657
|
mimeType: z.ZodString;
|
|
@@ -1594,6 +1749,13 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1594
1749
|
type: "relative";
|
|
1595
1750
|
path: string;
|
|
1596
1751
|
} | undefined;
|
|
1752
|
+
changelog?: {
|
|
1753
|
+
type: "explicit-string";
|
|
1754
|
+
content: string;
|
|
1755
|
+
} | {
|
|
1756
|
+
type: "relative";
|
|
1757
|
+
path: string;
|
|
1758
|
+
} | undefined;
|
|
1597
1759
|
logo?: {
|
|
1598
1760
|
type: "explicit-base64";
|
|
1599
1761
|
content: string;
|
|
@@ -1628,6 +1790,13 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1628
1790
|
type: "relative";
|
|
1629
1791
|
path: string;
|
|
1630
1792
|
} | undefined;
|
|
1793
|
+
changelog?: {
|
|
1794
|
+
type: "explicit-string";
|
|
1795
|
+
content: string;
|
|
1796
|
+
} | {
|
|
1797
|
+
type: "relative";
|
|
1798
|
+
path: string;
|
|
1799
|
+
} | undefined;
|
|
1631
1800
|
logo?: {
|
|
1632
1801
|
type: "explicit-base64";
|
|
1633
1802
|
content: string;
|
|
@@ -1681,6 +1850,13 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1681
1850
|
type: "relative";
|
|
1682
1851
|
path: string;
|
|
1683
1852
|
} | undefined;
|
|
1853
|
+
changelog?: {
|
|
1854
|
+
type: "explicit-string";
|
|
1855
|
+
content: string;
|
|
1856
|
+
} | {
|
|
1857
|
+
type: "relative";
|
|
1858
|
+
path: string;
|
|
1859
|
+
} | undefined;
|
|
1684
1860
|
logo?: {
|
|
1685
1861
|
type: "explicit-base64";
|
|
1686
1862
|
content: string;
|
|
@@ -1742,6 +1918,13 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1742
1918
|
type: "relative";
|
|
1743
1919
|
path: string;
|
|
1744
1920
|
} | undefined;
|
|
1921
|
+
changelog?: {
|
|
1922
|
+
type: "explicit-string";
|
|
1923
|
+
content: string;
|
|
1924
|
+
} | {
|
|
1925
|
+
type: "relative";
|
|
1926
|
+
path: string;
|
|
1927
|
+
} | undefined;
|
|
1745
1928
|
logo?: {
|
|
1746
1929
|
type: "explicit-base64";
|
|
1747
1930
|
content: string;
|
|
@@ -1808,6 +1991,13 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1808
1991
|
type: "relative";
|
|
1809
1992
|
path: string;
|
|
1810
1993
|
} | undefined;
|
|
1994
|
+
changelog?: {
|
|
1995
|
+
type: "explicit-string";
|
|
1996
|
+
content: string;
|
|
1997
|
+
} | {
|
|
1998
|
+
type: "relative";
|
|
1999
|
+
path: string;
|
|
2000
|
+
} | undefined;
|
|
1811
2001
|
logo?: {
|
|
1812
2002
|
type: "explicit-base64";
|
|
1813
2003
|
content: string;
|
|
@@ -1877,6 +2067,13 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1877
2067
|
type: "relative";
|
|
1878
2068
|
path: string;
|
|
1879
2069
|
} | undefined;
|
|
2070
|
+
changelog?: {
|
|
2071
|
+
type: "explicit-string";
|
|
2072
|
+
content: string;
|
|
2073
|
+
} | {
|
|
2074
|
+
type: "relative";
|
|
2075
|
+
path: string;
|
|
2076
|
+
} | undefined;
|
|
1880
2077
|
logo?: {
|
|
1881
2078
|
type: "explicit-base64";
|
|
1882
2079
|
content: string;
|
|
@@ -2218,6 +2415,25 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2218
2415
|
type: "relative";
|
|
2219
2416
|
path: string;
|
|
2220
2417
|
}>]>>;
|
|
2418
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2419
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
2420
|
+
content: z.ZodString;
|
|
2421
|
+
}, "strict", z.ZodTypeAny, {
|
|
2422
|
+
type: "explicit-string";
|
|
2423
|
+
content: string;
|
|
2424
|
+
}, {
|
|
2425
|
+
type: "explicit-string";
|
|
2426
|
+
content: string;
|
|
2427
|
+
}>, z.ZodObject<{
|
|
2428
|
+
type: z.ZodLiteral<"relative">;
|
|
2429
|
+
path: z.ZodString;
|
|
2430
|
+
}, "strict", z.ZodTypeAny, {
|
|
2431
|
+
type: "relative";
|
|
2432
|
+
path: string;
|
|
2433
|
+
}, {
|
|
2434
|
+
type: "relative";
|
|
2435
|
+
path: string;
|
|
2436
|
+
}>]>>;
|
|
2221
2437
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2222
2438
|
type: z.ZodLiteral<"explicit-base64">;
|
|
2223
2439
|
mimeType: z.ZodString;
|
|
@@ -2315,6 +2531,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2315
2531
|
type: "relative";
|
|
2316
2532
|
path: string;
|
|
2317
2533
|
} | undefined;
|
|
2534
|
+
changelog?: {
|
|
2535
|
+
type: "explicit-string";
|
|
2536
|
+
content: string;
|
|
2537
|
+
} | {
|
|
2538
|
+
type: "relative";
|
|
2539
|
+
path: string;
|
|
2540
|
+
} | undefined;
|
|
2318
2541
|
logo?: {
|
|
2319
2542
|
type: "explicit-base64";
|
|
2320
2543
|
content: string;
|
|
@@ -2349,6 +2572,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2349
2572
|
type: "relative";
|
|
2350
2573
|
path: string;
|
|
2351
2574
|
} | undefined;
|
|
2575
|
+
changelog?: {
|
|
2576
|
+
type: "explicit-string";
|
|
2577
|
+
content: string;
|
|
2578
|
+
} | {
|
|
2579
|
+
type: "relative";
|
|
2580
|
+
path: string;
|
|
2581
|
+
} | undefined;
|
|
2352
2582
|
logo?: {
|
|
2353
2583
|
type: "explicit-base64";
|
|
2354
2584
|
content: string;
|
|
@@ -2402,6 +2632,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2402
2632
|
type: "relative";
|
|
2403
2633
|
path: string;
|
|
2404
2634
|
} | undefined;
|
|
2635
|
+
changelog?: {
|
|
2636
|
+
type: "explicit-string";
|
|
2637
|
+
content: string;
|
|
2638
|
+
} | {
|
|
2639
|
+
type: "relative";
|
|
2640
|
+
path: string;
|
|
2641
|
+
} | undefined;
|
|
2405
2642
|
logo?: {
|
|
2406
2643
|
type: "explicit-base64";
|
|
2407
2644
|
content: string;
|
|
@@ -2463,6 +2700,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2463
2700
|
type: "relative";
|
|
2464
2701
|
path: string;
|
|
2465
2702
|
} | undefined;
|
|
2703
|
+
changelog?: {
|
|
2704
|
+
type: "explicit-string";
|
|
2705
|
+
content: string;
|
|
2706
|
+
} | {
|
|
2707
|
+
type: "relative";
|
|
2708
|
+
path: string;
|
|
2709
|
+
} | undefined;
|
|
2466
2710
|
logo?: {
|
|
2467
2711
|
type: "explicit-base64";
|
|
2468
2712
|
content: string;
|
|
@@ -2529,6 +2773,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2529
2773
|
type: "relative";
|
|
2530
2774
|
path: string;
|
|
2531
2775
|
} | undefined;
|
|
2776
|
+
changelog?: {
|
|
2777
|
+
type: "explicit-string";
|
|
2778
|
+
content: string;
|
|
2779
|
+
} | {
|
|
2780
|
+
type: "relative";
|
|
2781
|
+
path: string;
|
|
2782
|
+
} | undefined;
|
|
2532
2783
|
logo?: {
|
|
2533
2784
|
type: "explicit-base64";
|
|
2534
2785
|
content: string;
|
|
@@ -2598,6 +2849,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2598
2849
|
type: "relative";
|
|
2599
2850
|
path: string;
|
|
2600
2851
|
} | undefined;
|
|
2852
|
+
changelog?: {
|
|
2853
|
+
type: "explicit-string";
|
|
2854
|
+
content: string;
|
|
2855
|
+
} | {
|
|
2856
|
+
type: "relative";
|
|
2857
|
+
path: string;
|
|
2858
|
+
} | undefined;
|
|
2601
2859
|
logo?: {
|
|
2602
2860
|
type: "explicit-base64";
|
|
2603
2861
|
content: string;
|
|
@@ -2667,6 +2925,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2667
2925
|
type: "relative";
|
|
2668
2926
|
path: string;
|
|
2669
2927
|
} | undefined;
|
|
2928
|
+
changelog?: {
|
|
2929
|
+
type: "explicit-string";
|
|
2930
|
+
content: string;
|
|
2931
|
+
} | {
|
|
2932
|
+
type: "relative";
|
|
2933
|
+
path: string;
|
|
2934
|
+
} | undefined;
|
|
2670
2935
|
logo?: {
|
|
2671
2936
|
type: "explicit-base64";
|
|
2672
2937
|
content: string;
|
|
@@ -2739,6 +3004,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2739
3004
|
type: "relative";
|
|
2740
3005
|
path: string;
|
|
2741
3006
|
} | undefined;
|
|
3007
|
+
changelog?: {
|
|
3008
|
+
type: "explicit-string";
|
|
3009
|
+
content: string;
|
|
3010
|
+
} | {
|
|
3011
|
+
type: "relative";
|
|
3012
|
+
path: string;
|
|
3013
|
+
} | undefined;
|
|
2742
3014
|
logo?: {
|
|
2743
3015
|
type: "explicit-base64";
|
|
2744
3016
|
content: string;
|
|
@@ -2930,6 +3202,34 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
2930
3202
|
type: "relative";
|
|
2931
3203
|
path: string;
|
|
2932
3204
|
}>>;
|
|
3205
|
+
changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3206
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
3207
|
+
content: z.ZodString;
|
|
3208
|
+
}, "strict", z.ZodTypeAny, {
|
|
3209
|
+
type: "explicit-string";
|
|
3210
|
+
content: string;
|
|
3211
|
+
}, {
|
|
3212
|
+
type: "explicit-string";
|
|
3213
|
+
content: string;
|
|
3214
|
+
}>, z.ZodObject<{
|
|
3215
|
+
type: z.ZodLiteral<"relative">;
|
|
3216
|
+
path: z.ZodString;
|
|
3217
|
+
}, "strict", z.ZodTypeAny, {
|
|
3218
|
+
type: "relative";
|
|
3219
|
+
path: string;
|
|
3220
|
+
}, {
|
|
3221
|
+
type: "relative";
|
|
3222
|
+
path: string;
|
|
3223
|
+
}>]>, {
|
|
3224
|
+
type: "explicit-string";
|
|
3225
|
+
content: string;
|
|
3226
|
+
}, {
|
|
3227
|
+
type: "explicit-string";
|
|
3228
|
+
content: string;
|
|
3229
|
+
} | {
|
|
3230
|
+
type: "relative";
|
|
3231
|
+
path: string;
|
|
3232
|
+
}>>;
|
|
2933
3233
|
logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2934
3234
|
type: z.ZodLiteral<"explicit-base64">;
|
|
2935
3235
|
mimeType: z.ZodString;
|
|
@@ -3039,6 +3339,10 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3039
3339
|
type: "explicit-string";
|
|
3040
3340
|
content: string;
|
|
3041
3341
|
} | undefined;
|
|
3342
|
+
changelog?: {
|
|
3343
|
+
type: "explicit-string";
|
|
3344
|
+
content: string;
|
|
3345
|
+
} | undefined;
|
|
3042
3346
|
logo?: {
|
|
3043
3347
|
type: "explicit-bytes";
|
|
3044
3348
|
content: Uint8Array;
|
|
@@ -3070,6 +3374,13 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3070
3374
|
type: "relative";
|
|
3071
3375
|
path: string;
|
|
3072
3376
|
} | undefined;
|
|
3377
|
+
changelog?: {
|
|
3378
|
+
type: "explicit-string";
|
|
3379
|
+
content: string;
|
|
3380
|
+
} | {
|
|
3381
|
+
type: "relative";
|
|
3382
|
+
path: string;
|
|
3383
|
+
} | undefined;
|
|
3073
3384
|
logo?: {
|
|
3074
3385
|
type: "explicit-base64";
|
|
3075
3386
|
content: string;
|
|
@@ -3122,6 +3433,10 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3122
3433
|
type: "explicit-string";
|
|
3123
3434
|
content: string;
|
|
3124
3435
|
} | undefined;
|
|
3436
|
+
changelog?: {
|
|
3437
|
+
type: "explicit-string";
|
|
3438
|
+
content: string;
|
|
3439
|
+
} | undefined;
|
|
3125
3440
|
logo?: {
|
|
3126
3441
|
type: "explicit-bytes";
|
|
3127
3442
|
content: Uint8Array;
|
|
@@ -3180,6 +3495,13 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3180
3495
|
type: "relative";
|
|
3181
3496
|
path: string;
|
|
3182
3497
|
} | undefined;
|
|
3498
|
+
changelog?: {
|
|
3499
|
+
type: "explicit-string";
|
|
3500
|
+
content: string;
|
|
3501
|
+
} | {
|
|
3502
|
+
type: "relative";
|
|
3503
|
+
path: string;
|
|
3504
|
+
} | undefined;
|
|
3183
3505
|
logo?: {
|
|
3184
3506
|
type: "explicit-base64";
|
|
3185
3507
|
content: string;
|
|
@@ -3378,6 +3700,34 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3378
3700
|
type: "relative";
|
|
3379
3701
|
path: string;
|
|
3380
3702
|
}>>;
|
|
3703
|
+
changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3704
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
3705
|
+
content: z.ZodString;
|
|
3706
|
+
}, "strict", z.ZodTypeAny, {
|
|
3707
|
+
type: "explicit-string";
|
|
3708
|
+
content: string;
|
|
3709
|
+
}, {
|
|
3710
|
+
type: "explicit-string";
|
|
3711
|
+
content: string;
|
|
3712
|
+
}>, z.ZodObject<{
|
|
3713
|
+
type: z.ZodLiteral<"relative">;
|
|
3714
|
+
path: z.ZodString;
|
|
3715
|
+
}, "strict", z.ZodTypeAny, {
|
|
3716
|
+
type: "relative";
|
|
3717
|
+
path: string;
|
|
3718
|
+
}, {
|
|
3719
|
+
type: "relative";
|
|
3720
|
+
path: string;
|
|
3721
|
+
}>]>, {
|
|
3722
|
+
type: "explicit-string";
|
|
3723
|
+
content: string;
|
|
3724
|
+
}, {
|
|
3725
|
+
type: "explicit-string";
|
|
3726
|
+
content: string;
|
|
3727
|
+
} | {
|
|
3728
|
+
type: "relative";
|
|
3729
|
+
path: string;
|
|
3730
|
+
}>>;
|
|
3381
3731
|
logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3382
3732
|
type: z.ZodLiteral<"explicit-base64">;
|
|
3383
3733
|
mimeType: z.ZodString;
|
|
@@ -3487,6 +3837,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3487
3837
|
type: "explicit-string";
|
|
3488
3838
|
content: string;
|
|
3489
3839
|
} | undefined;
|
|
3840
|
+
changelog?: {
|
|
3841
|
+
type: "explicit-string";
|
|
3842
|
+
content: string;
|
|
3843
|
+
} | undefined;
|
|
3490
3844
|
logo?: {
|
|
3491
3845
|
type: "explicit-bytes";
|
|
3492
3846
|
content: Uint8Array;
|
|
@@ -3518,6 +3872,13 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3518
3872
|
type: "relative";
|
|
3519
3873
|
path: string;
|
|
3520
3874
|
} | undefined;
|
|
3875
|
+
changelog?: {
|
|
3876
|
+
type: "explicit-string";
|
|
3877
|
+
content: string;
|
|
3878
|
+
} | {
|
|
3879
|
+
type: "relative";
|
|
3880
|
+
path: string;
|
|
3881
|
+
} | undefined;
|
|
3521
3882
|
logo?: {
|
|
3522
3883
|
type: "explicit-base64";
|
|
3523
3884
|
content: string;
|
|
@@ -3570,6 +3931,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3570
3931
|
type: "explicit-string";
|
|
3571
3932
|
content: string;
|
|
3572
3933
|
} | undefined;
|
|
3934
|
+
changelog?: {
|
|
3935
|
+
type: "explicit-string";
|
|
3936
|
+
content: string;
|
|
3937
|
+
} | undefined;
|
|
3573
3938
|
logo?: {
|
|
3574
3939
|
type: "explicit-bytes";
|
|
3575
3940
|
content: Uint8Array;
|
|
@@ -3628,6 +3993,13 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3628
3993
|
type: "relative";
|
|
3629
3994
|
path: string;
|
|
3630
3995
|
} | undefined;
|
|
3996
|
+
changelog?: {
|
|
3997
|
+
type: "explicit-string";
|
|
3998
|
+
content: string;
|
|
3999
|
+
} | {
|
|
4000
|
+
type: "relative";
|
|
4001
|
+
path: string;
|
|
4002
|
+
} | undefined;
|
|
3631
4003
|
logo?: {
|
|
3632
4004
|
type: "explicit-base64";
|
|
3633
4005
|
content: string;
|
|
@@ -3688,6 +4060,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3688
4060
|
type: "explicit-string";
|
|
3689
4061
|
content: string;
|
|
3690
4062
|
} | undefined;
|
|
4063
|
+
changelog?: {
|
|
4064
|
+
type: "explicit-string";
|
|
4065
|
+
content: string;
|
|
4066
|
+
} | undefined;
|
|
3691
4067
|
logo?: {
|
|
3692
4068
|
type: "explicit-bytes";
|
|
3693
4069
|
content: Uint8Array;
|
|
@@ -3754,6 +4130,13 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3754
4130
|
type: "relative";
|
|
3755
4131
|
path: string;
|
|
3756
4132
|
} | undefined;
|
|
4133
|
+
changelog?: {
|
|
4134
|
+
type: "explicit-string";
|
|
4135
|
+
content: string;
|
|
4136
|
+
} | {
|
|
4137
|
+
type: "relative";
|
|
4138
|
+
path: string;
|
|
4139
|
+
} | undefined;
|
|
3757
4140
|
logo?: {
|
|
3758
4141
|
type: "explicit-base64";
|
|
3759
4142
|
content: string;
|
|
@@ -3817,6 +4200,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3817
4200
|
type: "explicit-string";
|
|
3818
4201
|
content: string;
|
|
3819
4202
|
} | undefined;
|
|
4203
|
+
changelog?: {
|
|
4204
|
+
type: "explicit-string";
|
|
4205
|
+
content: string;
|
|
4206
|
+
} | undefined;
|
|
3820
4207
|
logo?: {
|
|
3821
4208
|
type: "explicit-bytes";
|
|
3822
4209
|
content: Uint8Array;
|
|
@@ -3886,6 +4273,13 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3886
4273
|
type: "relative";
|
|
3887
4274
|
path: string;
|
|
3888
4275
|
} | undefined;
|
|
4276
|
+
changelog?: {
|
|
4277
|
+
type: "explicit-string";
|
|
4278
|
+
content: string;
|
|
4279
|
+
} | {
|
|
4280
|
+
type: "relative";
|
|
4281
|
+
path: string;
|
|
4282
|
+
} | undefined;
|
|
3889
4283
|
logo?: {
|
|
3890
4284
|
type: "explicit-base64";
|
|
3891
4285
|
content: string;
|
|
@@ -4088,6 +4482,34 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4088
4482
|
type: "relative";
|
|
4089
4483
|
path: string;
|
|
4090
4484
|
}>>;
|
|
4485
|
+
changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4486
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
4487
|
+
content: z.ZodString;
|
|
4488
|
+
}, "strict", z.ZodTypeAny, {
|
|
4489
|
+
type: "explicit-string";
|
|
4490
|
+
content: string;
|
|
4491
|
+
}, {
|
|
4492
|
+
type: "explicit-string";
|
|
4493
|
+
content: string;
|
|
4494
|
+
}>, z.ZodObject<{
|
|
4495
|
+
type: z.ZodLiteral<"relative">;
|
|
4496
|
+
path: z.ZodString;
|
|
4497
|
+
}, "strict", z.ZodTypeAny, {
|
|
4498
|
+
type: "relative";
|
|
4499
|
+
path: string;
|
|
4500
|
+
}, {
|
|
4501
|
+
type: "relative";
|
|
4502
|
+
path: string;
|
|
4503
|
+
}>]>, {
|
|
4504
|
+
type: "explicit-string";
|
|
4505
|
+
content: string;
|
|
4506
|
+
}, {
|
|
4507
|
+
type: "explicit-string";
|
|
4508
|
+
content: string;
|
|
4509
|
+
} | {
|
|
4510
|
+
type: "relative";
|
|
4511
|
+
path: string;
|
|
4512
|
+
}>>;
|
|
4091
4513
|
logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4092
4514
|
type: z.ZodLiteral<"explicit-base64">;
|
|
4093
4515
|
mimeType: z.ZodString;
|
|
@@ -4197,6 +4619,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4197
4619
|
type: "explicit-string";
|
|
4198
4620
|
content: string;
|
|
4199
4621
|
} | undefined;
|
|
4622
|
+
changelog?: {
|
|
4623
|
+
type: "explicit-string";
|
|
4624
|
+
content: string;
|
|
4625
|
+
} | undefined;
|
|
4200
4626
|
logo?: {
|
|
4201
4627
|
type: "explicit-bytes";
|
|
4202
4628
|
content: Uint8Array;
|
|
@@ -4228,6 +4654,13 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4228
4654
|
type: "relative";
|
|
4229
4655
|
path: string;
|
|
4230
4656
|
} | undefined;
|
|
4657
|
+
changelog?: {
|
|
4658
|
+
type: "explicit-string";
|
|
4659
|
+
content: string;
|
|
4660
|
+
} | {
|
|
4661
|
+
type: "relative";
|
|
4662
|
+
path: string;
|
|
4663
|
+
} | undefined;
|
|
4231
4664
|
logo?: {
|
|
4232
4665
|
type: "explicit-base64";
|
|
4233
4666
|
content: string;
|
|
@@ -4280,6 +4713,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4280
4713
|
type: "explicit-string";
|
|
4281
4714
|
content: string;
|
|
4282
4715
|
} | undefined;
|
|
4716
|
+
changelog?: {
|
|
4717
|
+
type: "explicit-string";
|
|
4718
|
+
content: string;
|
|
4719
|
+
} | undefined;
|
|
4283
4720
|
logo?: {
|
|
4284
4721
|
type: "explicit-bytes";
|
|
4285
4722
|
content: Uint8Array;
|
|
@@ -4338,6 +4775,13 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4338
4775
|
type: "relative";
|
|
4339
4776
|
path: string;
|
|
4340
4777
|
} | undefined;
|
|
4778
|
+
changelog?: {
|
|
4779
|
+
type: "explicit-string";
|
|
4780
|
+
content: string;
|
|
4781
|
+
} | {
|
|
4782
|
+
type: "relative";
|
|
4783
|
+
path: string;
|
|
4784
|
+
} | undefined;
|
|
4341
4785
|
logo?: {
|
|
4342
4786
|
type: "explicit-base64";
|
|
4343
4787
|
content: string;
|
|
@@ -4398,6 +4842,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4398
4842
|
type: "explicit-string";
|
|
4399
4843
|
content: string;
|
|
4400
4844
|
} | undefined;
|
|
4845
|
+
changelog?: {
|
|
4846
|
+
type: "explicit-string";
|
|
4847
|
+
content: string;
|
|
4848
|
+
} | undefined;
|
|
4401
4849
|
logo?: {
|
|
4402
4850
|
type: "explicit-bytes";
|
|
4403
4851
|
content: Uint8Array;
|
|
@@ -4464,6 +4912,13 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4464
4912
|
type: "relative";
|
|
4465
4913
|
path: string;
|
|
4466
4914
|
} | undefined;
|
|
4915
|
+
changelog?: {
|
|
4916
|
+
type: "explicit-string";
|
|
4917
|
+
content: string;
|
|
4918
|
+
} | {
|
|
4919
|
+
type: "relative";
|
|
4920
|
+
path: string;
|
|
4921
|
+
} | undefined;
|
|
4467
4922
|
logo?: {
|
|
4468
4923
|
type: "explicit-base64";
|
|
4469
4924
|
content: string;
|
|
@@ -4527,6 +4982,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4527
4982
|
type: "explicit-string";
|
|
4528
4983
|
content: string;
|
|
4529
4984
|
} | undefined;
|
|
4985
|
+
changelog?: {
|
|
4986
|
+
type: "explicit-string";
|
|
4987
|
+
content: string;
|
|
4988
|
+
} | undefined;
|
|
4530
4989
|
logo?: {
|
|
4531
4990
|
type: "explicit-bytes";
|
|
4532
4991
|
content: Uint8Array;
|
|
@@ -4596,6 +5055,13 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4596
5055
|
type: "relative";
|
|
4597
5056
|
path: string;
|
|
4598
5057
|
} | undefined;
|
|
5058
|
+
changelog?: {
|
|
5059
|
+
type: "explicit-string";
|
|
5060
|
+
content: string;
|
|
5061
|
+
} | {
|
|
5062
|
+
type: "relative";
|
|
5063
|
+
path: string;
|
|
5064
|
+
} | undefined;
|
|
4599
5065
|
logo?: {
|
|
4600
5066
|
type: "explicit-base64";
|
|
4601
5067
|
content: string;
|