@platforma-sdk/block-tools 2.3.2 → 2.3.4
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/cli.js +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/config-CDLSqmC-.js +3 -0
- package/dist/config-CDLSqmC-.js.map +1 -0
- package/dist/{config-BbxbO3Iw.mjs → config-CL-9hOpg.mjs} +58 -58
- package/dist/config-CL-9hOpg.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -2
- 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 +4 -4
- package/src/v2/model/content_conversion.ts +1 -1
- package/src/v2/registry/registry_reader.test.ts +11 -1
- package/dist/config-BbxbO3Iw.mjs.map +0 -1
- package/dist/config-BczgUC2N.js +0 -3
- package/dist/config-BczgUC2N.js.map +0 -1
|
@@ -150,6 +150,61 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
150
150
|
type: "absolute-file";
|
|
151
151
|
file: string;
|
|
152
152
|
}>>;
|
|
153
|
+
changelog: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
154
|
+
type: "explicit-string";
|
|
155
|
+
content: string;
|
|
156
|
+
} | {
|
|
157
|
+
type: "relative";
|
|
158
|
+
path: string;
|
|
159
|
+
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
160
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
161
|
+
content: z.ZodString;
|
|
162
|
+
}, "strict", z.ZodTypeAny, {
|
|
163
|
+
type: "explicit-string";
|
|
164
|
+
content: string;
|
|
165
|
+
}, {
|
|
166
|
+
type: "explicit-string";
|
|
167
|
+
content: string;
|
|
168
|
+
}>, z.ZodObject<{
|
|
169
|
+
type: z.ZodLiteral<"relative">;
|
|
170
|
+
path: z.ZodString;
|
|
171
|
+
}, "strict", z.ZodTypeAny, {
|
|
172
|
+
type: "relative";
|
|
173
|
+
path: string;
|
|
174
|
+
}, {
|
|
175
|
+
type: "relative";
|
|
176
|
+
path: string;
|
|
177
|
+
}>, z.ZodObject<{
|
|
178
|
+
type: z.ZodLiteral<"absolute-file">;
|
|
179
|
+
file: z.ZodString;
|
|
180
|
+
}, "strict", z.ZodTypeAny, {
|
|
181
|
+
type: "absolute-file";
|
|
182
|
+
file: string;
|
|
183
|
+
}, {
|
|
184
|
+
type: "absolute-file";
|
|
185
|
+
file: string;
|
|
186
|
+
}>]>]>, {
|
|
187
|
+
type: "absolute-file";
|
|
188
|
+
file: string;
|
|
189
|
+
} | {
|
|
190
|
+
type: "explicit-string";
|
|
191
|
+
content: string;
|
|
192
|
+
} | {
|
|
193
|
+
type: "explicit-string";
|
|
194
|
+
content: string;
|
|
195
|
+
} | {
|
|
196
|
+
type: "absolute-file";
|
|
197
|
+
file: string;
|
|
198
|
+
}, string | {
|
|
199
|
+
type: "explicit-string";
|
|
200
|
+
content: string;
|
|
201
|
+
} | {
|
|
202
|
+
type: "relative";
|
|
203
|
+
path: string;
|
|
204
|
+
} | {
|
|
205
|
+
type: "absolute-file";
|
|
206
|
+
file: string;
|
|
207
|
+
}>>;
|
|
153
208
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
154
209
|
type: "explicit-base64";
|
|
155
210
|
content: string;
|
|
@@ -349,6 +404,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
349
404
|
type: "absolute-file";
|
|
350
405
|
file: string;
|
|
351
406
|
} | undefined;
|
|
407
|
+
changelog?: {
|
|
408
|
+
type: "absolute-file";
|
|
409
|
+
file: string;
|
|
410
|
+
} | {
|
|
411
|
+
type: "explicit-string";
|
|
412
|
+
content: string;
|
|
413
|
+
} | {
|
|
414
|
+
type: "explicit-string";
|
|
415
|
+
content: string;
|
|
416
|
+
} | {
|
|
417
|
+
type: "absolute-file";
|
|
418
|
+
file: string;
|
|
419
|
+
} | undefined;
|
|
352
420
|
logo?: {
|
|
353
421
|
type: "absolute-file";
|
|
354
422
|
file: string;
|
|
@@ -396,6 +464,16 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
396
464
|
type: "absolute-file";
|
|
397
465
|
file: string;
|
|
398
466
|
} | undefined;
|
|
467
|
+
changelog?: string | {
|
|
468
|
+
type: "explicit-string";
|
|
469
|
+
content: string;
|
|
470
|
+
} | {
|
|
471
|
+
type: "relative";
|
|
472
|
+
path: string;
|
|
473
|
+
} | {
|
|
474
|
+
type: "absolute-file";
|
|
475
|
+
file: string;
|
|
476
|
+
} | undefined;
|
|
399
477
|
logo?: string | {
|
|
400
478
|
type: "explicit-base64";
|
|
401
479
|
content: string;
|
|
@@ -476,6 +554,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
476
554
|
type: "absolute-file";
|
|
477
555
|
file: string;
|
|
478
556
|
} | undefined;
|
|
557
|
+
changelog?: {
|
|
558
|
+
type: "absolute-file";
|
|
559
|
+
file: string;
|
|
560
|
+
} | {
|
|
561
|
+
type: "explicit-string";
|
|
562
|
+
content: string;
|
|
563
|
+
} | {
|
|
564
|
+
type: "explicit-string";
|
|
565
|
+
content: string;
|
|
566
|
+
} | {
|
|
567
|
+
type: "absolute-file";
|
|
568
|
+
file: string;
|
|
569
|
+
} | undefined;
|
|
479
570
|
logo?: {
|
|
480
571
|
type: "absolute-file";
|
|
481
572
|
file: string;
|
|
@@ -538,6 +629,16 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
538
629
|
type: "absolute-file";
|
|
539
630
|
file: string;
|
|
540
631
|
} | undefined;
|
|
632
|
+
changelog?: string | {
|
|
633
|
+
type: "explicit-string";
|
|
634
|
+
content: string;
|
|
635
|
+
} | {
|
|
636
|
+
type: "relative";
|
|
637
|
+
path: string;
|
|
638
|
+
} | {
|
|
639
|
+
type: "absolute-file";
|
|
640
|
+
file: string;
|
|
641
|
+
} | undefined;
|
|
541
642
|
logo?: string | {
|
|
542
643
|
type: "explicit-base64";
|
|
543
644
|
content: string;
|
|
@@ -1015,6 +1116,37 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1015
1116
|
type: "absolute-file";
|
|
1016
1117
|
file: string;
|
|
1017
1118
|
}>>;
|
|
1119
|
+
changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1120
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
1121
|
+
content: z.ZodString;
|
|
1122
|
+
}, "strict", z.ZodTypeAny, {
|
|
1123
|
+
type: "explicit-string";
|
|
1124
|
+
content: string;
|
|
1125
|
+
}, {
|
|
1126
|
+
type: "explicit-string";
|
|
1127
|
+
content: string;
|
|
1128
|
+
}>, z.ZodObject<{
|
|
1129
|
+
type: z.ZodLiteral<"absolute-file">;
|
|
1130
|
+
file: z.ZodString;
|
|
1131
|
+
}, "strict", z.ZodTypeAny, {
|
|
1132
|
+
type: "absolute-file";
|
|
1133
|
+
file: string;
|
|
1134
|
+
}, {
|
|
1135
|
+
type: "absolute-file";
|
|
1136
|
+
file: string;
|
|
1137
|
+
}>]>, {
|
|
1138
|
+
type: "relative";
|
|
1139
|
+
path: string;
|
|
1140
|
+
} | {
|
|
1141
|
+
type: "explicit-string";
|
|
1142
|
+
content: string;
|
|
1143
|
+
}, {
|
|
1144
|
+
type: "explicit-string";
|
|
1145
|
+
content: string;
|
|
1146
|
+
} | {
|
|
1147
|
+
type: "absolute-file";
|
|
1148
|
+
file: string;
|
|
1149
|
+
}>>;
|
|
1018
1150
|
logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1019
1151
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1020
1152
|
mimeType: z.ZodString;
|
|
@@ -1139,6 +1271,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1139
1271
|
type: "explicit-string";
|
|
1140
1272
|
content: string;
|
|
1141
1273
|
} | undefined;
|
|
1274
|
+
changelog?: {
|
|
1275
|
+
type: "relative";
|
|
1276
|
+
path: string;
|
|
1277
|
+
} | {
|
|
1278
|
+
type: "explicit-string";
|
|
1279
|
+
content: string;
|
|
1280
|
+
} | undefined;
|
|
1142
1281
|
logo?: {
|
|
1143
1282
|
type: "relative";
|
|
1144
1283
|
path: string;
|
|
@@ -1173,6 +1312,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1173
1312
|
type: "absolute-file";
|
|
1174
1313
|
file: string;
|
|
1175
1314
|
} | undefined;
|
|
1315
|
+
changelog?: {
|
|
1316
|
+
type: "explicit-string";
|
|
1317
|
+
content: string;
|
|
1318
|
+
} | {
|
|
1319
|
+
type: "absolute-file";
|
|
1320
|
+
file: string;
|
|
1321
|
+
} | undefined;
|
|
1176
1322
|
logo?: {
|
|
1177
1323
|
type: "explicit-base64";
|
|
1178
1324
|
content: string;
|
|
@@ -1231,6 +1377,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1231
1377
|
type: "explicit-string";
|
|
1232
1378
|
content: string;
|
|
1233
1379
|
} | undefined;
|
|
1380
|
+
changelog?: {
|
|
1381
|
+
type: "relative";
|
|
1382
|
+
path: string;
|
|
1383
|
+
} | {
|
|
1384
|
+
type: "explicit-string";
|
|
1385
|
+
content: string;
|
|
1386
|
+
} | undefined;
|
|
1234
1387
|
logo?: {
|
|
1235
1388
|
type: "relative";
|
|
1236
1389
|
path: string;
|
|
@@ -1304,6 +1457,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1304
1457
|
type: "absolute-file";
|
|
1305
1458
|
file: string;
|
|
1306
1459
|
} | undefined;
|
|
1460
|
+
changelog?: {
|
|
1461
|
+
type: "explicit-string";
|
|
1462
|
+
content: string;
|
|
1463
|
+
} | {
|
|
1464
|
+
type: "absolute-file";
|
|
1465
|
+
file: string;
|
|
1466
|
+
} | undefined;
|
|
1307
1467
|
logo?: {
|
|
1308
1468
|
type: "explicit-base64";
|
|
1309
1469
|
content: string;
|
|
@@ -1477,6 +1637,25 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1477
1637
|
type: "relative";
|
|
1478
1638
|
path: string;
|
|
1479
1639
|
}>]>>;
|
|
1640
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1641
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
1642
|
+
content: z.ZodString;
|
|
1643
|
+
}, "strict", z.ZodTypeAny, {
|
|
1644
|
+
type: "explicit-string";
|
|
1645
|
+
content: string;
|
|
1646
|
+
}, {
|
|
1647
|
+
type: "explicit-string";
|
|
1648
|
+
content: string;
|
|
1649
|
+
}>, z.ZodObject<{
|
|
1650
|
+
type: z.ZodLiteral<"relative">;
|
|
1651
|
+
path: z.ZodString;
|
|
1652
|
+
}, "strict", z.ZodTypeAny, {
|
|
1653
|
+
type: "relative";
|
|
1654
|
+
path: string;
|
|
1655
|
+
}, {
|
|
1656
|
+
type: "relative";
|
|
1657
|
+
path: string;
|
|
1658
|
+
}>]>>;
|
|
1480
1659
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1481
1660
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1482
1661
|
mimeType: z.ZodString;
|
|
@@ -1574,6 +1753,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1574
1753
|
type: "relative";
|
|
1575
1754
|
path: string;
|
|
1576
1755
|
} | undefined;
|
|
1756
|
+
changelog?: {
|
|
1757
|
+
type: "explicit-string";
|
|
1758
|
+
content: string;
|
|
1759
|
+
} | {
|
|
1760
|
+
type: "relative";
|
|
1761
|
+
path: string;
|
|
1762
|
+
} | undefined;
|
|
1577
1763
|
logo?: {
|
|
1578
1764
|
type: "explicit-base64";
|
|
1579
1765
|
content: string;
|
|
@@ -1608,6 +1794,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1608
1794
|
type: "relative";
|
|
1609
1795
|
path: string;
|
|
1610
1796
|
} | undefined;
|
|
1797
|
+
changelog?: {
|
|
1798
|
+
type: "explicit-string";
|
|
1799
|
+
content: string;
|
|
1800
|
+
} | {
|
|
1801
|
+
type: "relative";
|
|
1802
|
+
path: string;
|
|
1803
|
+
} | undefined;
|
|
1611
1804
|
logo?: {
|
|
1612
1805
|
type: "explicit-base64";
|
|
1613
1806
|
content: string;
|
|
@@ -1661,6 +1854,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1661
1854
|
type: "relative";
|
|
1662
1855
|
path: string;
|
|
1663
1856
|
} | undefined;
|
|
1857
|
+
changelog?: {
|
|
1858
|
+
type: "explicit-string";
|
|
1859
|
+
content: string;
|
|
1860
|
+
} | {
|
|
1861
|
+
type: "relative";
|
|
1862
|
+
path: string;
|
|
1863
|
+
} | undefined;
|
|
1664
1864
|
logo?: {
|
|
1665
1865
|
type: "explicit-base64";
|
|
1666
1866
|
content: string;
|
|
@@ -1722,6 +1922,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1722
1922
|
type: "relative";
|
|
1723
1923
|
path: string;
|
|
1724
1924
|
} | undefined;
|
|
1925
|
+
changelog?: {
|
|
1926
|
+
type: "explicit-string";
|
|
1927
|
+
content: string;
|
|
1928
|
+
} | {
|
|
1929
|
+
type: "relative";
|
|
1930
|
+
path: string;
|
|
1931
|
+
} | undefined;
|
|
1725
1932
|
logo?: {
|
|
1726
1933
|
type: "explicit-base64";
|
|
1727
1934
|
content: string;
|
|
@@ -1900,6 +2107,25 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
1900
2107
|
type: "relative";
|
|
1901
2108
|
path: string;
|
|
1902
2109
|
}>]>>;
|
|
2110
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2111
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
2112
|
+
content: z.ZodString;
|
|
2113
|
+
}, "strict", z.ZodTypeAny, {
|
|
2114
|
+
type: "explicit-string";
|
|
2115
|
+
content: string;
|
|
2116
|
+
}, {
|
|
2117
|
+
type: "explicit-string";
|
|
2118
|
+
content: string;
|
|
2119
|
+
}>, z.ZodObject<{
|
|
2120
|
+
type: z.ZodLiteral<"relative">;
|
|
2121
|
+
path: z.ZodString;
|
|
2122
|
+
}, "strict", z.ZodTypeAny, {
|
|
2123
|
+
type: "relative";
|
|
2124
|
+
path: string;
|
|
2125
|
+
}, {
|
|
2126
|
+
type: "relative";
|
|
2127
|
+
path: string;
|
|
2128
|
+
}>]>>;
|
|
1903
2129
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1904
2130
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1905
2131
|
mimeType: z.ZodString;
|
|
@@ -1997,6 +2223,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
1997
2223
|
type: "relative";
|
|
1998
2224
|
path: string;
|
|
1999
2225
|
} | undefined;
|
|
2226
|
+
changelog?: {
|
|
2227
|
+
type: "explicit-string";
|
|
2228
|
+
content: string;
|
|
2229
|
+
} | {
|
|
2230
|
+
type: "relative";
|
|
2231
|
+
path: string;
|
|
2232
|
+
} | undefined;
|
|
2000
2233
|
logo?: {
|
|
2001
2234
|
type: "explicit-base64";
|
|
2002
2235
|
content: string;
|
|
@@ -2031,6 +2264,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2031
2264
|
type: "relative";
|
|
2032
2265
|
path: string;
|
|
2033
2266
|
} | undefined;
|
|
2267
|
+
changelog?: {
|
|
2268
|
+
type: "explicit-string";
|
|
2269
|
+
content: string;
|
|
2270
|
+
} | {
|
|
2271
|
+
type: "relative";
|
|
2272
|
+
path: string;
|
|
2273
|
+
} | undefined;
|
|
2034
2274
|
logo?: {
|
|
2035
2275
|
type: "explicit-base64";
|
|
2036
2276
|
content: string;
|
|
@@ -2084,6 +2324,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2084
2324
|
type: "relative";
|
|
2085
2325
|
path: string;
|
|
2086
2326
|
} | undefined;
|
|
2327
|
+
changelog?: {
|
|
2328
|
+
type: "explicit-string";
|
|
2329
|
+
content: string;
|
|
2330
|
+
} | {
|
|
2331
|
+
type: "relative";
|
|
2332
|
+
path: string;
|
|
2333
|
+
} | undefined;
|
|
2087
2334
|
logo?: {
|
|
2088
2335
|
type: "explicit-base64";
|
|
2089
2336
|
content: string;
|
|
@@ -2145,6 +2392,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2145
2392
|
type: "relative";
|
|
2146
2393
|
path: string;
|
|
2147
2394
|
} | undefined;
|
|
2395
|
+
changelog?: {
|
|
2396
|
+
type: "explicit-string";
|
|
2397
|
+
content: string;
|
|
2398
|
+
} | {
|
|
2399
|
+
type: "relative";
|
|
2400
|
+
path: string;
|
|
2401
|
+
} | undefined;
|
|
2148
2402
|
logo?: {
|
|
2149
2403
|
type: "explicit-base64";
|
|
2150
2404
|
content: string;
|
|
@@ -2370,6 +2624,37 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2370
2624
|
type: "relative";
|
|
2371
2625
|
path: string;
|
|
2372
2626
|
}>>;
|
|
2627
|
+
changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2628
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
2629
|
+
content: z.ZodString;
|
|
2630
|
+
}, "strict", z.ZodTypeAny, {
|
|
2631
|
+
type: "explicit-string";
|
|
2632
|
+
content: string;
|
|
2633
|
+
}, {
|
|
2634
|
+
type: "explicit-string";
|
|
2635
|
+
content: string;
|
|
2636
|
+
}>, z.ZodObject<{
|
|
2637
|
+
type: z.ZodLiteral<"relative">;
|
|
2638
|
+
path: z.ZodString;
|
|
2639
|
+
}, "strict", z.ZodTypeAny, {
|
|
2640
|
+
type: "relative";
|
|
2641
|
+
path: string;
|
|
2642
|
+
}, {
|
|
2643
|
+
type: "relative";
|
|
2644
|
+
path: string;
|
|
2645
|
+
}>]>, {
|
|
2646
|
+
type: "explicit-string";
|
|
2647
|
+
content: string;
|
|
2648
|
+
} | {
|
|
2649
|
+
type: "relative";
|
|
2650
|
+
path: string;
|
|
2651
|
+
}, {
|
|
2652
|
+
type: "explicit-string";
|
|
2653
|
+
content: string;
|
|
2654
|
+
} | {
|
|
2655
|
+
type: "relative";
|
|
2656
|
+
path: string;
|
|
2657
|
+
}>>;
|
|
2373
2658
|
logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2374
2659
|
type: z.ZodLiteral<"explicit-base64">;
|
|
2375
2660
|
mimeType: z.ZodString;
|
|
@@ -2494,6 +2779,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2494
2779
|
type: "relative";
|
|
2495
2780
|
path: string;
|
|
2496
2781
|
} | undefined;
|
|
2782
|
+
changelog?: {
|
|
2783
|
+
type: "explicit-string";
|
|
2784
|
+
content: string;
|
|
2785
|
+
} | {
|
|
2786
|
+
type: "relative";
|
|
2787
|
+
path: string;
|
|
2788
|
+
} | undefined;
|
|
2497
2789
|
logo?: {
|
|
2498
2790
|
type: "explicit-base64";
|
|
2499
2791
|
content: string;
|
|
@@ -2528,6 +2820,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2528
2820
|
type: "relative";
|
|
2529
2821
|
path: string;
|
|
2530
2822
|
} | undefined;
|
|
2823
|
+
changelog?: {
|
|
2824
|
+
type: "explicit-string";
|
|
2825
|
+
content: string;
|
|
2826
|
+
} | {
|
|
2827
|
+
type: "relative";
|
|
2828
|
+
path: string;
|
|
2829
|
+
} | undefined;
|
|
2531
2830
|
logo?: {
|
|
2532
2831
|
type: "explicit-base64";
|
|
2533
2832
|
content: string;
|
|
@@ -2592,6 +2891,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2592
2891
|
type: "relative";
|
|
2593
2892
|
path: string;
|
|
2594
2893
|
} | undefined;
|
|
2894
|
+
changelog?: {
|
|
2895
|
+
type: "explicit-string";
|
|
2896
|
+
content: string;
|
|
2897
|
+
} | {
|
|
2898
|
+
type: "relative";
|
|
2899
|
+
path: string;
|
|
2900
|
+
} | undefined;
|
|
2595
2901
|
logo?: {
|
|
2596
2902
|
type: "explicit-base64";
|
|
2597
2903
|
content: string;
|
|
@@ -2653,6 +2959,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2653
2959
|
type: "relative";
|
|
2654
2960
|
path: string;
|
|
2655
2961
|
} | undefined;
|
|
2962
|
+
changelog?: {
|
|
2963
|
+
type: "explicit-string";
|
|
2964
|
+
content: string;
|
|
2965
|
+
} | {
|
|
2966
|
+
type: "relative";
|
|
2967
|
+
path: string;
|
|
2968
|
+
} | undefined;
|
|
2656
2969
|
logo?: {
|
|
2657
2970
|
type: "explicit-base64";
|
|
2658
2971
|
content: string;
|
|
@@ -2826,6 +3139,25 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2826
3139
|
type: "relative";
|
|
2827
3140
|
path: string;
|
|
2828
3141
|
}>]>>;
|
|
3142
|
+
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3143
|
+
type: z.ZodLiteral<"explicit-string">;
|
|
3144
|
+
content: z.ZodString;
|
|
3145
|
+
}, "strict", z.ZodTypeAny, {
|
|
3146
|
+
type: "explicit-string";
|
|
3147
|
+
content: string;
|
|
3148
|
+
}, {
|
|
3149
|
+
type: "explicit-string";
|
|
3150
|
+
content: string;
|
|
3151
|
+
}>, z.ZodObject<{
|
|
3152
|
+
type: z.ZodLiteral<"relative">;
|
|
3153
|
+
path: z.ZodString;
|
|
3154
|
+
}, "strict", z.ZodTypeAny, {
|
|
3155
|
+
type: "relative";
|
|
3156
|
+
path: string;
|
|
3157
|
+
}, {
|
|
3158
|
+
type: "relative";
|
|
3159
|
+
path: string;
|
|
3160
|
+
}>]>>;
|
|
2829
3161
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2830
3162
|
type: z.ZodLiteral<"explicit-base64">;
|
|
2831
3163
|
mimeType: z.ZodString;
|
|
@@ -2923,6 +3255,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2923
3255
|
type: "relative";
|
|
2924
3256
|
path: string;
|
|
2925
3257
|
} | undefined;
|
|
3258
|
+
changelog?: {
|
|
3259
|
+
type: "explicit-string";
|
|
3260
|
+
content: string;
|
|
3261
|
+
} | {
|
|
3262
|
+
type: "relative";
|
|
3263
|
+
path: string;
|
|
3264
|
+
} | undefined;
|
|
2926
3265
|
logo?: {
|
|
2927
3266
|
type: "explicit-base64";
|
|
2928
3267
|
content: string;
|
|
@@ -2957,6 +3296,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2957
3296
|
type: "relative";
|
|
2958
3297
|
path: string;
|
|
2959
3298
|
} | undefined;
|
|
3299
|
+
changelog?: {
|
|
3300
|
+
type: "explicit-string";
|
|
3301
|
+
content: string;
|
|
3302
|
+
} | {
|
|
3303
|
+
type: "relative";
|
|
3304
|
+
path: string;
|
|
3305
|
+
} | undefined;
|
|
2960
3306
|
logo?: {
|
|
2961
3307
|
type: "explicit-base64";
|
|
2962
3308
|
content: string;
|
|
@@ -3010,6 +3356,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3010
3356
|
type: "relative";
|
|
3011
3357
|
path: string;
|
|
3012
3358
|
} | undefined;
|
|
3359
|
+
changelog?: {
|
|
3360
|
+
type: "explicit-string";
|
|
3361
|
+
content: string;
|
|
3362
|
+
} | {
|
|
3363
|
+
type: "relative";
|
|
3364
|
+
path: string;
|
|
3365
|
+
} | undefined;
|
|
3013
3366
|
logo?: {
|
|
3014
3367
|
type: "explicit-base64";
|
|
3015
3368
|
content: string;
|
|
@@ -3071,6 +3424,13 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3071
3424
|
type: "relative";
|
|
3072
3425
|
path: string;
|
|
3073
3426
|
} | undefined;
|
|
3427
|
+
changelog?: {
|
|
3428
|
+
type: "explicit-string";
|
|
3429
|
+
content: string;
|
|
3430
|
+
} | {
|
|
3431
|
+
type: "relative";
|
|
3432
|
+
path: string;
|
|
3433
|
+
} | undefined;
|
|
3074
3434
|
logo?: {
|
|
3075
3435
|
type: "explicit-base64";
|
|
3076
3436
|
content: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block_description.d.ts","sourceRoot":"","sources":["../../../src/v2/model/block_description.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"block_description.d.ts","sourceRoot":"","sources":["../../../src/v2/model/block_description.ts"],"names":[],"mappings":"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"}
|