@platforma-sdk/block-tools 2.6.63 → 2.6.65
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 +3 -6
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +372 -417
- package/dist/cli.mjs.map +1 -1
- package/dist/config-CZZ2gdZH.mjs +1696 -0
- package/dist/config-CZZ2gdZH.mjs.map +1 -0
- package/dist/config-DXWEXkqY.js +3 -0
- package/dist/config-DXWEXkqY.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -299
- package/dist/index.mjs.map +1 -1
- package/dist/util.d.ts +1 -1
- package/dist/v2/model/block_components.d.ts +33 -33
- package/dist/v2/model/block_description.d.ts +514 -514
- package/dist/v2/model/block_meta.d.ts +160 -160
- package/package.json +13 -13
- package/src/util.ts +5 -2
- package/src/v2/model/content_conversion.ts +2 -2
- package/dist/config-Cc8_zV3b.mjs +0 -2050
- package/dist/config-Cc8_zV3b.mjs.map +0 -1
- package/dist/config-Ycas5fbX.js +0 -3
- package/dist/config-Ycas5fbX.js.map +0 -1
|
@@ -207,8 +207,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
207
207
|
}>>;
|
|
208
208
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
209
209
|
type: "explicit-base64";
|
|
210
|
-
content: string;
|
|
211
210
|
mimeType: string;
|
|
211
|
+
content: string;
|
|
212
212
|
} | {
|
|
213
213
|
type: "relative";
|
|
214
214
|
path: string;
|
|
@@ -218,12 +218,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
218
218
|
content: z.ZodString;
|
|
219
219
|
}, "strict", z.ZodTypeAny, {
|
|
220
220
|
type: "explicit-base64";
|
|
221
|
-
content: string;
|
|
222
221
|
mimeType: string;
|
|
222
|
+
content: string;
|
|
223
223
|
}, {
|
|
224
224
|
type: "explicit-base64";
|
|
225
|
-
content: string;
|
|
226
225
|
mimeType: string;
|
|
226
|
+
content: string;
|
|
227
227
|
}>, z.ZodObject<{
|
|
228
228
|
type: z.ZodLiteral<"relative">;
|
|
229
229
|
path: z.ZodString;
|
|
@@ -247,19 +247,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
247
247
|
file: string;
|
|
248
248
|
} | {
|
|
249
249
|
type: "explicit-base64";
|
|
250
|
-
content: string;
|
|
251
250
|
mimeType: string;
|
|
251
|
+
content: string;
|
|
252
252
|
} | {
|
|
253
253
|
type: "explicit-base64";
|
|
254
|
-
content: string;
|
|
255
254
|
mimeType: string;
|
|
255
|
+
content: string;
|
|
256
256
|
} | {
|
|
257
257
|
type: "absolute-file";
|
|
258
258
|
file: string;
|
|
259
259
|
}, string | {
|
|
260
260
|
type: "explicit-base64";
|
|
261
|
-
content: string;
|
|
262
261
|
mimeType: string;
|
|
262
|
+
content: string;
|
|
263
263
|
} | {
|
|
264
264
|
type: "relative";
|
|
265
265
|
path: string;
|
|
@@ -276,8 +276,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
276
276
|
url: z.ZodString;
|
|
277
277
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
278
278
|
type: "explicit-base64";
|
|
279
|
-
content: string;
|
|
280
279
|
mimeType: string;
|
|
280
|
+
content: string;
|
|
281
281
|
} | {
|
|
282
282
|
type: "relative";
|
|
283
283
|
path: string;
|
|
@@ -287,12 +287,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
287
287
|
content: z.ZodString;
|
|
288
288
|
}, "strict", z.ZodTypeAny, {
|
|
289
289
|
type: "explicit-base64";
|
|
290
|
-
content: string;
|
|
291
290
|
mimeType: string;
|
|
291
|
+
content: string;
|
|
292
292
|
}, {
|
|
293
293
|
type: "explicit-base64";
|
|
294
|
-
content: string;
|
|
295
294
|
mimeType: string;
|
|
295
|
+
content: string;
|
|
296
296
|
}>, z.ZodObject<{
|
|
297
297
|
type: z.ZodLiteral<"relative">;
|
|
298
298
|
path: z.ZodString;
|
|
@@ -316,19 +316,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
316
316
|
file: string;
|
|
317
317
|
} | {
|
|
318
318
|
type: "explicit-base64";
|
|
319
|
-
content: string;
|
|
320
319
|
mimeType: string;
|
|
320
|
+
content: string;
|
|
321
321
|
} | {
|
|
322
322
|
type: "explicit-base64";
|
|
323
|
-
content: string;
|
|
324
323
|
mimeType: string;
|
|
324
|
+
content: string;
|
|
325
325
|
} | {
|
|
326
326
|
type: "absolute-file";
|
|
327
327
|
file: string;
|
|
328
328
|
}, string | {
|
|
329
329
|
type: "explicit-base64";
|
|
330
|
-
content: string;
|
|
331
330
|
mimeType: string;
|
|
331
|
+
content: string;
|
|
332
332
|
} | {
|
|
333
333
|
type: "relative";
|
|
334
334
|
path: string;
|
|
@@ -341,8 +341,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
341
341
|
url: z.ZodString;
|
|
342
342
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
343
343
|
type: "explicit-base64";
|
|
344
|
-
content: string;
|
|
345
344
|
mimeType: string;
|
|
345
|
+
content: string;
|
|
346
346
|
} | {
|
|
347
347
|
type: "relative";
|
|
348
348
|
path: string;
|
|
@@ -352,12 +352,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
352
352
|
content: z.ZodString;
|
|
353
353
|
}, "strict", z.ZodTypeAny, {
|
|
354
354
|
type: "explicit-base64";
|
|
355
|
-
content: string;
|
|
356
355
|
mimeType: string;
|
|
356
|
+
content: string;
|
|
357
357
|
}, {
|
|
358
358
|
type: "explicit-base64";
|
|
359
|
-
content: string;
|
|
360
359
|
mimeType: string;
|
|
360
|
+
content: string;
|
|
361
361
|
}>, z.ZodObject<{
|
|
362
362
|
type: z.ZodLiteral<"relative">;
|
|
363
363
|
path: z.ZodString;
|
|
@@ -381,19 +381,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
381
381
|
file: string;
|
|
382
382
|
} | {
|
|
383
383
|
type: "explicit-base64";
|
|
384
|
-
content: string;
|
|
385
384
|
mimeType: string;
|
|
385
|
+
content: string;
|
|
386
386
|
} | {
|
|
387
387
|
type: "explicit-base64";
|
|
388
|
-
content: string;
|
|
389
388
|
mimeType: string;
|
|
389
|
+
content: string;
|
|
390
390
|
} | {
|
|
391
391
|
type: "absolute-file";
|
|
392
392
|
file: string;
|
|
393
393
|
}, string | {
|
|
394
394
|
type: "explicit-base64";
|
|
395
|
-
content: string;
|
|
396
395
|
mimeType: string;
|
|
396
|
+
content: string;
|
|
397
397
|
} | {
|
|
398
398
|
type: "relative";
|
|
399
399
|
path: string;
|
|
@@ -406,8 +406,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
406
406
|
url: z.ZodString;
|
|
407
407
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
408
408
|
type: "explicit-base64";
|
|
409
|
-
content: string;
|
|
410
409
|
mimeType: string;
|
|
410
|
+
content: string;
|
|
411
411
|
} | {
|
|
412
412
|
type: "relative";
|
|
413
413
|
path: string;
|
|
@@ -417,12 +417,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
417
417
|
content: z.ZodString;
|
|
418
418
|
}, "strict", z.ZodTypeAny, {
|
|
419
419
|
type: "explicit-base64";
|
|
420
|
-
content: string;
|
|
421
420
|
mimeType: string;
|
|
421
|
+
content: string;
|
|
422
422
|
}, {
|
|
423
423
|
type: "explicit-base64";
|
|
424
|
-
content: string;
|
|
425
424
|
mimeType: string;
|
|
425
|
+
content: string;
|
|
426
426
|
}>, z.ZodObject<{
|
|
427
427
|
type: z.ZodLiteral<"relative">;
|
|
428
428
|
path: z.ZodString;
|
|
@@ -446,19 +446,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
446
446
|
file: string;
|
|
447
447
|
} | {
|
|
448
448
|
type: "explicit-base64";
|
|
449
|
-
content: string;
|
|
450
449
|
mimeType: string;
|
|
450
|
+
content: string;
|
|
451
451
|
} | {
|
|
452
452
|
type: "explicit-base64";
|
|
453
|
-
content: string;
|
|
454
453
|
mimeType: string;
|
|
454
|
+
content: string;
|
|
455
455
|
} | {
|
|
456
456
|
type: "absolute-file";
|
|
457
457
|
file: string;
|
|
458
458
|
}, string | {
|
|
459
459
|
type: "explicit-base64";
|
|
460
|
-
content: string;
|
|
461
460
|
mimeType: string;
|
|
461
|
+
content: string;
|
|
462
462
|
} | {
|
|
463
463
|
type: "relative";
|
|
464
464
|
path: string;
|
|
@@ -482,12 +482,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
482
482
|
file: string;
|
|
483
483
|
} | {
|
|
484
484
|
type: "explicit-base64";
|
|
485
|
-
content: string;
|
|
486
485
|
mimeType: string;
|
|
486
|
+
content: string;
|
|
487
487
|
} | {
|
|
488
488
|
type: "explicit-base64";
|
|
489
|
-
content: string;
|
|
490
489
|
mimeType: string;
|
|
490
|
+
content: string;
|
|
491
491
|
} | {
|
|
492
492
|
type: "absolute-file";
|
|
493
493
|
file: string;
|
|
@@ -526,12 +526,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
526
526
|
file: string;
|
|
527
527
|
} | {
|
|
528
528
|
type: "explicit-base64";
|
|
529
|
-
content: string;
|
|
530
529
|
mimeType: string;
|
|
530
|
+
content: string;
|
|
531
531
|
} | {
|
|
532
532
|
type: "explicit-base64";
|
|
533
|
-
content: string;
|
|
534
533
|
mimeType: string;
|
|
534
|
+
content: string;
|
|
535
535
|
} | {
|
|
536
536
|
type: "absolute-file";
|
|
537
537
|
file: string;
|
|
@@ -552,8 +552,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
552
552
|
name: string;
|
|
553
553
|
logo?: string | {
|
|
554
554
|
type: "explicit-base64";
|
|
555
|
-
content: string;
|
|
556
555
|
mimeType: string;
|
|
556
|
+
content: string;
|
|
557
557
|
} | {
|
|
558
558
|
type: "relative";
|
|
559
559
|
path: string;
|
|
@@ -586,8 +586,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
586
586
|
} | undefined;
|
|
587
587
|
logo?: string | {
|
|
588
588
|
type: "explicit-base64";
|
|
589
|
-
content: string;
|
|
590
589
|
mimeType: string;
|
|
590
|
+
content: string;
|
|
591
591
|
} | {
|
|
592
592
|
type: "relative";
|
|
593
593
|
path: string;
|
|
@@ -813,8 +813,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
813
813
|
}>>;
|
|
814
814
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
815
815
|
type: "explicit-base64";
|
|
816
|
-
content: string;
|
|
817
816
|
mimeType: string;
|
|
817
|
+
content: string;
|
|
818
818
|
} | {
|
|
819
819
|
type: "relative";
|
|
820
820
|
path: string;
|
|
@@ -824,12 +824,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
824
824
|
content: z.ZodString;
|
|
825
825
|
}, "strict", z.ZodTypeAny, {
|
|
826
826
|
type: "explicit-base64";
|
|
827
|
-
content: string;
|
|
828
827
|
mimeType: string;
|
|
828
|
+
content: string;
|
|
829
829
|
}, {
|
|
830
830
|
type: "explicit-base64";
|
|
831
|
-
content: string;
|
|
832
831
|
mimeType: string;
|
|
832
|
+
content: string;
|
|
833
833
|
}>, z.ZodObject<{
|
|
834
834
|
type: z.ZodLiteral<"relative">;
|
|
835
835
|
path: z.ZodString;
|
|
@@ -853,19 +853,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
853
853
|
file: string;
|
|
854
854
|
} | {
|
|
855
855
|
type: "explicit-base64";
|
|
856
|
-
content: string;
|
|
857
856
|
mimeType: string;
|
|
857
|
+
content: string;
|
|
858
858
|
} | {
|
|
859
859
|
type: "explicit-base64";
|
|
860
|
-
content: string;
|
|
861
860
|
mimeType: string;
|
|
861
|
+
content: string;
|
|
862
862
|
} | {
|
|
863
863
|
type: "absolute-file";
|
|
864
864
|
file: string;
|
|
865
865
|
}, string | {
|
|
866
866
|
type: "explicit-base64";
|
|
867
|
-
content: string;
|
|
868
867
|
mimeType: string;
|
|
868
|
+
content: string;
|
|
869
869
|
} | {
|
|
870
870
|
type: "relative";
|
|
871
871
|
path: string;
|
|
@@ -882,8 +882,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
882
882
|
url: z.ZodString;
|
|
883
883
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
884
884
|
type: "explicit-base64";
|
|
885
|
-
content: string;
|
|
886
885
|
mimeType: string;
|
|
886
|
+
content: string;
|
|
887
887
|
} | {
|
|
888
888
|
type: "relative";
|
|
889
889
|
path: string;
|
|
@@ -893,12 +893,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
893
893
|
content: z.ZodString;
|
|
894
894
|
}, "strict", z.ZodTypeAny, {
|
|
895
895
|
type: "explicit-base64";
|
|
896
|
-
content: string;
|
|
897
896
|
mimeType: string;
|
|
897
|
+
content: string;
|
|
898
898
|
}, {
|
|
899
899
|
type: "explicit-base64";
|
|
900
|
-
content: string;
|
|
901
900
|
mimeType: string;
|
|
901
|
+
content: string;
|
|
902
902
|
}>, z.ZodObject<{
|
|
903
903
|
type: z.ZodLiteral<"relative">;
|
|
904
904
|
path: z.ZodString;
|
|
@@ -922,19 +922,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
922
922
|
file: string;
|
|
923
923
|
} | {
|
|
924
924
|
type: "explicit-base64";
|
|
925
|
-
content: string;
|
|
926
925
|
mimeType: string;
|
|
926
|
+
content: string;
|
|
927
927
|
} | {
|
|
928
928
|
type: "explicit-base64";
|
|
929
|
-
content: string;
|
|
930
929
|
mimeType: string;
|
|
930
|
+
content: string;
|
|
931
931
|
} | {
|
|
932
932
|
type: "absolute-file";
|
|
933
933
|
file: string;
|
|
934
934
|
}, string | {
|
|
935
935
|
type: "explicit-base64";
|
|
936
|
-
content: string;
|
|
937
936
|
mimeType: string;
|
|
937
|
+
content: string;
|
|
938
938
|
} | {
|
|
939
939
|
type: "relative";
|
|
940
940
|
path: string;
|
|
@@ -947,8 +947,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
947
947
|
url: z.ZodString;
|
|
948
948
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
949
949
|
type: "explicit-base64";
|
|
950
|
-
content: string;
|
|
951
950
|
mimeType: string;
|
|
951
|
+
content: string;
|
|
952
952
|
} | {
|
|
953
953
|
type: "relative";
|
|
954
954
|
path: string;
|
|
@@ -958,12 +958,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
958
958
|
content: z.ZodString;
|
|
959
959
|
}, "strict", z.ZodTypeAny, {
|
|
960
960
|
type: "explicit-base64";
|
|
961
|
-
content: string;
|
|
962
961
|
mimeType: string;
|
|
962
|
+
content: string;
|
|
963
963
|
}, {
|
|
964
964
|
type: "explicit-base64";
|
|
965
|
-
content: string;
|
|
966
965
|
mimeType: string;
|
|
966
|
+
content: string;
|
|
967
967
|
}>, z.ZodObject<{
|
|
968
968
|
type: z.ZodLiteral<"relative">;
|
|
969
969
|
path: z.ZodString;
|
|
@@ -987,19 +987,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
987
987
|
file: string;
|
|
988
988
|
} | {
|
|
989
989
|
type: "explicit-base64";
|
|
990
|
-
content: string;
|
|
991
990
|
mimeType: string;
|
|
991
|
+
content: string;
|
|
992
992
|
} | {
|
|
993
993
|
type: "explicit-base64";
|
|
994
|
-
content: string;
|
|
995
994
|
mimeType: string;
|
|
995
|
+
content: string;
|
|
996
996
|
} | {
|
|
997
997
|
type: "absolute-file";
|
|
998
998
|
file: string;
|
|
999
999
|
}, string | {
|
|
1000
1000
|
type: "explicit-base64";
|
|
1001
|
-
content: string;
|
|
1002
1001
|
mimeType: string;
|
|
1002
|
+
content: string;
|
|
1003
1003
|
} | {
|
|
1004
1004
|
type: "relative";
|
|
1005
1005
|
path: string;
|
|
@@ -1012,8 +1012,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1012
1012
|
url: z.ZodString;
|
|
1013
1013
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1014
1014
|
type: "explicit-base64";
|
|
1015
|
-
content: string;
|
|
1016
1015
|
mimeType: string;
|
|
1016
|
+
content: string;
|
|
1017
1017
|
} | {
|
|
1018
1018
|
type: "relative";
|
|
1019
1019
|
path: string;
|
|
@@ -1023,12 +1023,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1023
1023
|
content: z.ZodString;
|
|
1024
1024
|
}, "strict", z.ZodTypeAny, {
|
|
1025
1025
|
type: "explicit-base64";
|
|
1026
|
-
content: string;
|
|
1027
1026
|
mimeType: string;
|
|
1027
|
+
content: string;
|
|
1028
1028
|
}, {
|
|
1029
1029
|
type: "explicit-base64";
|
|
1030
|
-
content: string;
|
|
1031
1030
|
mimeType: string;
|
|
1031
|
+
content: string;
|
|
1032
1032
|
}>, z.ZodObject<{
|
|
1033
1033
|
type: z.ZodLiteral<"relative">;
|
|
1034
1034
|
path: z.ZodString;
|
|
@@ -1052,19 +1052,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1052
1052
|
file: string;
|
|
1053
1053
|
} | {
|
|
1054
1054
|
type: "explicit-base64";
|
|
1055
|
-
content: string;
|
|
1056
1055
|
mimeType: string;
|
|
1056
|
+
content: string;
|
|
1057
1057
|
} | {
|
|
1058
1058
|
type: "explicit-base64";
|
|
1059
|
-
content: string;
|
|
1060
1059
|
mimeType: string;
|
|
1060
|
+
content: string;
|
|
1061
1061
|
} | {
|
|
1062
1062
|
type: "absolute-file";
|
|
1063
1063
|
file: string;
|
|
1064
1064
|
}, string | {
|
|
1065
1065
|
type: "explicit-base64";
|
|
1066
|
-
content: string;
|
|
1067
1066
|
mimeType: string;
|
|
1067
|
+
content: string;
|
|
1068
1068
|
} | {
|
|
1069
1069
|
type: "relative";
|
|
1070
1070
|
path: string;
|
|
@@ -1088,12 +1088,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1088
1088
|
file: string;
|
|
1089
1089
|
} | {
|
|
1090
1090
|
type: "explicit-base64";
|
|
1091
|
-
content: string;
|
|
1092
1091
|
mimeType: string;
|
|
1092
|
+
content: string;
|
|
1093
1093
|
} | {
|
|
1094
1094
|
type: "explicit-base64";
|
|
1095
|
-
content: string;
|
|
1096
1095
|
mimeType: string;
|
|
1096
|
+
content: string;
|
|
1097
1097
|
} | {
|
|
1098
1098
|
type: "absolute-file";
|
|
1099
1099
|
file: string;
|
|
@@ -1132,12 +1132,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1132
1132
|
file: string;
|
|
1133
1133
|
} | {
|
|
1134
1134
|
type: "explicit-base64";
|
|
1135
|
-
content: string;
|
|
1136
1135
|
mimeType: string;
|
|
1136
|
+
content: string;
|
|
1137
1137
|
} | {
|
|
1138
1138
|
type: "explicit-base64";
|
|
1139
|
-
content: string;
|
|
1140
1139
|
mimeType: string;
|
|
1140
|
+
content: string;
|
|
1141
1141
|
} | {
|
|
1142
1142
|
type: "absolute-file";
|
|
1143
1143
|
file: string;
|
|
@@ -1158,8 +1158,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1158
1158
|
name: string;
|
|
1159
1159
|
logo?: string | {
|
|
1160
1160
|
type: "explicit-base64";
|
|
1161
|
-
content: string;
|
|
1162
1161
|
mimeType: string;
|
|
1162
|
+
content: string;
|
|
1163
1163
|
} | {
|
|
1164
1164
|
type: "relative";
|
|
1165
1165
|
path: string;
|
|
@@ -1192,8 +1192,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1192
1192
|
} | undefined;
|
|
1193
1193
|
logo?: string | {
|
|
1194
1194
|
type: "explicit-base64";
|
|
1195
|
-
content: string;
|
|
1196
1195
|
mimeType: string;
|
|
1196
|
+
content: string;
|
|
1197
1197
|
} | {
|
|
1198
1198
|
type: "relative";
|
|
1199
1199
|
path: string;
|
|
@@ -1419,8 +1419,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1419
1419
|
}>>;
|
|
1420
1420
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1421
1421
|
type: "explicit-base64";
|
|
1422
|
-
content: string;
|
|
1423
1422
|
mimeType: string;
|
|
1423
|
+
content: string;
|
|
1424
1424
|
} | {
|
|
1425
1425
|
type: "relative";
|
|
1426
1426
|
path: string;
|
|
@@ -1430,12 +1430,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1430
1430
|
content: z.ZodString;
|
|
1431
1431
|
}, "strict", z.ZodTypeAny, {
|
|
1432
1432
|
type: "explicit-base64";
|
|
1433
|
-
content: string;
|
|
1434
1433
|
mimeType: string;
|
|
1434
|
+
content: string;
|
|
1435
1435
|
}, {
|
|
1436
1436
|
type: "explicit-base64";
|
|
1437
|
-
content: string;
|
|
1438
1437
|
mimeType: string;
|
|
1438
|
+
content: string;
|
|
1439
1439
|
}>, z.ZodObject<{
|
|
1440
1440
|
type: z.ZodLiteral<"relative">;
|
|
1441
1441
|
path: z.ZodString;
|
|
@@ -1459,19 +1459,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1459
1459
|
file: string;
|
|
1460
1460
|
} | {
|
|
1461
1461
|
type: "explicit-base64";
|
|
1462
|
-
content: string;
|
|
1463
1462
|
mimeType: string;
|
|
1463
|
+
content: string;
|
|
1464
1464
|
} | {
|
|
1465
1465
|
type: "explicit-base64";
|
|
1466
|
-
content: string;
|
|
1467
1466
|
mimeType: string;
|
|
1467
|
+
content: string;
|
|
1468
1468
|
} | {
|
|
1469
1469
|
type: "absolute-file";
|
|
1470
1470
|
file: string;
|
|
1471
1471
|
}, string | {
|
|
1472
1472
|
type: "explicit-base64";
|
|
1473
|
-
content: string;
|
|
1474
1473
|
mimeType: string;
|
|
1474
|
+
content: string;
|
|
1475
1475
|
} | {
|
|
1476
1476
|
type: "relative";
|
|
1477
1477
|
path: string;
|
|
@@ -1488,8 +1488,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1488
1488
|
url: z.ZodString;
|
|
1489
1489
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1490
1490
|
type: "explicit-base64";
|
|
1491
|
-
content: string;
|
|
1492
1491
|
mimeType: string;
|
|
1492
|
+
content: string;
|
|
1493
1493
|
} | {
|
|
1494
1494
|
type: "relative";
|
|
1495
1495
|
path: string;
|
|
@@ -1499,12 +1499,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1499
1499
|
content: z.ZodString;
|
|
1500
1500
|
}, "strict", z.ZodTypeAny, {
|
|
1501
1501
|
type: "explicit-base64";
|
|
1502
|
-
content: string;
|
|
1503
1502
|
mimeType: string;
|
|
1503
|
+
content: string;
|
|
1504
1504
|
}, {
|
|
1505
1505
|
type: "explicit-base64";
|
|
1506
|
-
content: string;
|
|
1507
1506
|
mimeType: string;
|
|
1507
|
+
content: string;
|
|
1508
1508
|
}>, z.ZodObject<{
|
|
1509
1509
|
type: z.ZodLiteral<"relative">;
|
|
1510
1510
|
path: z.ZodString;
|
|
@@ -1528,19 +1528,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1528
1528
|
file: string;
|
|
1529
1529
|
} | {
|
|
1530
1530
|
type: "explicit-base64";
|
|
1531
|
-
content: string;
|
|
1532
1531
|
mimeType: string;
|
|
1532
|
+
content: string;
|
|
1533
1533
|
} | {
|
|
1534
1534
|
type: "explicit-base64";
|
|
1535
|
-
content: string;
|
|
1536
1535
|
mimeType: string;
|
|
1536
|
+
content: string;
|
|
1537
1537
|
} | {
|
|
1538
1538
|
type: "absolute-file";
|
|
1539
1539
|
file: string;
|
|
1540
1540
|
}, string | {
|
|
1541
1541
|
type: "explicit-base64";
|
|
1542
|
-
content: string;
|
|
1543
1542
|
mimeType: string;
|
|
1543
|
+
content: string;
|
|
1544
1544
|
} | {
|
|
1545
1545
|
type: "relative";
|
|
1546
1546
|
path: string;
|
|
@@ -1553,8 +1553,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1553
1553
|
url: z.ZodString;
|
|
1554
1554
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1555
1555
|
type: "explicit-base64";
|
|
1556
|
-
content: string;
|
|
1557
1556
|
mimeType: string;
|
|
1557
|
+
content: string;
|
|
1558
1558
|
} | {
|
|
1559
1559
|
type: "relative";
|
|
1560
1560
|
path: string;
|
|
@@ -1564,12 +1564,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1564
1564
|
content: z.ZodString;
|
|
1565
1565
|
}, "strict", z.ZodTypeAny, {
|
|
1566
1566
|
type: "explicit-base64";
|
|
1567
|
-
content: string;
|
|
1568
1567
|
mimeType: string;
|
|
1568
|
+
content: string;
|
|
1569
1569
|
}, {
|
|
1570
1570
|
type: "explicit-base64";
|
|
1571
|
-
content: string;
|
|
1572
1571
|
mimeType: string;
|
|
1572
|
+
content: string;
|
|
1573
1573
|
}>, z.ZodObject<{
|
|
1574
1574
|
type: z.ZodLiteral<"relative">;
|
|
1575
1575
|
path: z.ZodString;
|
|
@@ -1593,19 +1593,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1593
1593
|
file: string;
|
|
1594
1594
|
} | {
|
|
1595
1595
|
type: "explicit-base64";
|
|
1596
|
-
content: string;
|
|
1597
1596
|
mimeType: string;
|
|
1597
|
+
content: string;
|
|
1598
1598
|
} | {
|
|
1599
1599
|
type: "explicit-base64";
|
|
1600
|
-
content: string;
|
|
1601
1600
|
mimeType: string;
|
|
1601
|
+
content: string;
|
|
1602
1602
|
} | {
|
|
1603
1603
|
type: "absolute-file";
|
|
1604
1604
|
file: string;
|
|
1605
1605
|
}, string | {
|
|
1606
1606
|
type: "explicit-base64";
|
|
1607
|
-
content: string;
|
|
1608
1607
|
mimeType: string;
|
|
1608
|
+
content: string;
|
|
1609
1609
|
} | {
|
|
1610
1610
|
type: "relative";
|
|
1611
1611
|
path: string;
|
|
@@ -1618,8 +1618,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1618
1618
|
url: z.ZodString;
|
|
1619
1619
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1620
1620
|
type: "explicit-base64";
|
|
1621
|
-
content: string;
|
|
1622
1621
|
mimeType: string;
|
|
1622
|
+
content: string;
|
|
1623
1623
|
} | {
|
|
1624
1624
|
type: "relative";
|
|
1625
1625
|
path: string;
|
|
@@ -1629,12 +1629,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1629
1629
|
content: z.ZodString;
|
|
1630
1630
|
}, "strict", z.ZodTypeAny, {
|
|
1631
1631
|
type: "explicit-base64";
|
|
1632
|
-
content: string;
|
|
1633
1632
|
mimeType: string;
|
|
1633
|
+
content: string;
|
|
1634
1634
|
}, {
|
|
1635
1635
|
type: "explicit-base64";
|
|
1636
|
-
content: string;
|
|
1637
1636
|
mimeType: string;
|
|
1637
|
+
content: string;
|
|
1638
1638
|
}>, z.ZodObject<{
|
|
1639
1639
|
type: z.ZodLiteral<"relative">;
|
|
1640
1640
|
path: z.ZodString;
|
|
@@ -1658,19 +1658,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1658
1658
|
file: string;
|
|
1659
1659
|
} | {
|
|
1660
1660
|
type: "explicit-base64";
|
|
1661
|
-
content: string;
|
|
1662
1661
|
mimeType: string;
|
|
1662
|
+
content: string;
|
|
1663
1663
|
} | {
|
|
1664
1664
|
type: "explicit-base64";
|
|
1665
|
-
content: string;
|
|
1666
1665
|
mimeType: string;
|
|
1666
|
+
content: string;
|
|
1667
1667
|
} | {
|
|
1668
1668
|
type: "absolute-file";
|
|
1669
1669
|
file: string;
|
|
1670
1670
|
}, string | {
|
|
1671
1671
|
type: "explicit-base64";
|
|
1672
|
-
content: string;
|
|
1673
1672
|
mimeType: string;
|
|
1673
|
+
content: string;
|
|
1674
1674
|
} | {
|
|
1675
1675
|
type: "relative";
|
|
1676
1676
|
path: string;
|
|
@@ -1694,12 +1694,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1694
1694
|
file: string;
|
|
1695
1695
|
} | {
|
|
1696
1696
|
type: "explicit-base64";
|
|
1697
|
-
content: string;
|
|
1698
1697
|
mimeType: string;
|
|
1698
|
+
content: string;
|
|
1699
1699
|
} | {
|
|
1700
1700
|
type: "explicit-base64";
|
|
1701
|
-
content: string;
|
|
1702
1701
|
mimeType: string;
|
|
1702
|
+
content: string;
|
|
1703
1703
|
} | {
|
|
1704
1704
|
type: "absolute-file";
|
|
1705
1705
|
file: string;
|
|
@@ -1738,12 +1738,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1738
1738
|
file: string;
|
|
1739
1739
|
} | {
|
|
1740
1740
|
type: "explicit-base64";
|
|
1741
|
-
content: string;
|
|
1742
1741
|
mimeType: string;
|
|
1742
|
+
content: string;
|
|
1743
1743
|
} | {
|
|
1744
1744
|
type: "explicit-base64";
|
|
1745
|
-
content: string;
|
|
1746
1745
|
mimeType: string;
|
|
1746
|
+
content: string;
|
|
1747
1747
|
} | {
|
|
1748
1748
|
type: "absolute-file";
|
|
1749
1749
|
file: string;
|
|
@@ -1764,8 +1764,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1764
1764
|
name: string;
|
|
1765
1765
|
logo?: string | {
|
|
1766
1766
|
type: "explicit-base64";
|
|
1767
|
-
content: string;
|
|
1768
1767
|
mimeType: string;
|
|
1768
|
+
content: string;
|
|
1769
1769
|
} | {
|
|
1770
1770
|
type: "relative";
|
|
1771
1771
|
path: string;
|
|
@@ -1798,8 +1798,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1798
1798
|
} | undefined;
|
|
1799
1799
|
logo?: string | {
|
|
1800
1800
|
type: "explicit-base64";
|
|
1801
|
-
content: string;
|
|
1802
1801
|
mimeType: string;
|
|
1802
|
+
content: string;
|
|
1803
1803
|
} | {
|
|
1804
1804
|
type: "relative";
|
|
1805
1805
|
path: string;
|
|
@@ -1858,12 +1858,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1858
1858
|
file: string;
|
|
1859
1859
|
} | {
|
|
1860
1860
|
type: "explicit-base64";
|
|
1861
|
-
content: string;
|
|
1862
1861
|
mimeType: string;
|
|
1862
|
+
content: string;
|
|
1863
1863
|
} | {
|
|
1864
1864
|
type: "explicit-base64";
|
|
1865
|
-
content: string;
|
|
1866
1865
|
mimeType: string;
|
|
1866
|
+
content: string;
|
|
1867
1867
|
} | {
|
|
1868
1868
|
type: "absolute-file";
|
|
1869
1869
|
file: string;
|
|
@@ -1902,12 +1902,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1902
1902
|
file: string;
|
|
1903
1903
|
} | {
|
|
1904
1904
|
type: "explicit-base64";
|
|
1905
|
-
content: string;
|
|
1906
1905
|
mimeType: string;
|
|
1906
|
+
content: string;
|
|
1907
1907
|
} | {
|
|
1908
1908
|
type: "explicit-base64";
|
|
1909
|
-
content: string;
|
|
1910
1909
|
mimeType: string;
|
|
1910
|
+
content: string;
|
|
1911
1911
|
} | {
|
|
1912
1912
|
type: "absolute-file";
|
|
1913
1913
|
file: string;
|
|
@@ -2129,8 +2129,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2129
2129
|
}>>;
|
|
2130
2130
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2131
2131
|
type: "explicit-base64";
|
|
2132
|
-
content: string;
|
|
2133
2132
|
mimeType: string;
|
|
2133
|
+
content: string;
|
|
2134
2134
|
} | {
|
|
2135
2135
|
type: "relative";
|
|
2136
2136
|
path: string;
|
|
@@ -2140,12 +2140,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2140
2140
|
content: z.ZodString;
|
|
2141
2141
|
}, "strict", z.ZodTypeAny, {
|
|
2142
2142
|
type: "explicit-base64";
|
|
2143
|
-
content: string;
|
|
2144
2143
|
mimeType: string;
|
|
2144
|
+
content: string;
|
|
2145
2145
|
}, {
|
|
2146
2146
|
type: "explicit-base64";
|
|
2147
|
-
content: string;
|
|
2148
2147
|
mimeType: string;
|
|
2148
|
+
content: string;
|
|
2149
2149
|
}>, z.ZodObject<{
|
|
2150
2150
|
type: z.ZodLiteral<"relative">;
|
|
2151
2151
|
path: z.ZodString;
|
|
@@ -2169,19 +2169,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2169
2169
|
file: string;
|
|
2170
2170
|
} | {
|
|
2171
2171
|
type: "explicit-base64";
|
|
2172
|
-
content: string;
|
|
2173
2172
|
mimeType: string;
|
|
2173
|
+
content: string;
|
|
2174
2174
|
} | {
|
|
2175
2175
|
type: "explicit-base64";
|
|
2176
|
-
content: string;
|
|
2177
2176
|
mimeType: string;
|
|
2177
|
+
content: string;
|
|
2178
2178
|
} | {
|
|
2179
2179
|
type: "absolute-file";
|
|
2180
2180
|
file: string;
|
|
2181
2181
|
}, string | {
|
|
2182
2182
|
type: "explicit-base64";
|
|
2183
|
-
content: string;
|
|
2184
2183
|
mimeType: string;
|
|
2184
|
+
content: string;
|
|
2185
2185
|
} | {
|
|
2186
2186
|
type: "relative";
|
|
2187
2187
|
path: string;
|
|
@@ -2198,8 +2198,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2198
2198
|
url: z.ZodString;
|
|
2199
2199
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2200
2200
|
type: "explicit-base64";
|
|
2201
|
-
content: string;
|
|
2202
2201
|
mimeType: string;
|
|
2202
|
+
content: string;
|
|
2203
2203
|
} | {
|
|
2204
2204
|
type: "relative";
|
|
2205
2205
|
path: string;
|
|
@@ -2209,12 +2209,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2209
2209
|
content: z.ZodString;
|
|
2210
2210
|
}, "strict", z.ZodTypeAny, {
|
|
2211
2211
|
type: "explicit-base64";
|
|
2212
|
-
content: string;
|
|
2213
2212
|
mimeType: string;
|
|
2213
|
+
content: string;
|
|
2214
2214
|
}, {
|
|
2215
2215
|
type: "explicit-base64";
|
|
2216
|
-
content: string;
|
|
2217
2216
|
mimeType: string;
|
|
2217
|
+
content: string;
|
|
2218
2218
|
}>, z.ZodObject<{
|
|
2219
2219
|
type: z.ZodLiteral<"relative">;
|
|
2220
2220
|
path: z.ZodString;
|
|
@@ -2238,19 +2238,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2238
2238
|
file: string;
|
|
2239
2239
|
} | {
|
|
2240
2240
|
type: "explicit-base64";
|
|
2241
|
-
content: string;
|
|
2242
2241
|
mimeType: string;
|
|
2242
|
+
content: string;
|
|
2243
2243
|
} | {
|
|
2244
2244
|
type: "explicit-base64";
|
|
2245
|
-
content: string;
|
|
2246
2245
|
mimeType: string;
|
|
2246
|
+
content: string;
|
|
2247
2247
|
} | {
|
|
2248
2248
|
type: "absolute-file";
|
|
2249
2249
|
file: string;
|
|
2250
2250
|
}, string | {
|
|
2251
2251
|
type: "explicit-base64";
|
|
2252
|
-
content: string;
|
|
2253
2252
|
mimeType: string;
|
|
2253
|
+
content: string;
|
|
2254
2254
|
} | {
|
|
2255
2255
|
type: "relative";
|
|
2256
2256
|
path: string;
|
|
@@ -2263,8 +2263,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2263
2263
|
url: z.ZodString;
|
|
2264
2264
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2265
2265
|
type: "explicit-base64";
|
|
2266
|
-
content: string;
|
|
2267
2266
|
mimeType: string;
|
|
2267
|
+
content: string;
|
|
2268
2268
|
} | {
|
|
2269
2269
|
type: "relative";
|
|
2270
2270
|
path: string;
|
|
@@ -2274,12 +2274,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2274
2274
|
content: z.ZodString;
|
|
2275
2275
|
}, "strict", z.ZodTypeAny, {
|
|
2276
2276
|
type: "explicit-base64";
|
|
2277
|
-
content: string;
|
|
2278
2277
|
mimeType: string;
|
|
2278
|
+
content: string;
|
|
2279
2279
|
}, {
|
|
2280
2280
|
type: "explicit-base64";
|
|
2281
|
-
content: string;
|
|
2282
2281
|
mimeType: string;
|
|
2282
|
+
content: string;
|
|
2283
2283
|
}>, z.ZodObject<{
|
|
2284
2284
|
type: z.ZodLiteral<"relative">;
|
|
2285
2285
|
path: z.ZodString;
|
|
@@ -2303,19 +2303,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2303
2303
|
file: string;
|
|
2304
2304
|
} | {
|
|
2305
2305
|
type: "explicit-base64";
|
|
2306
|
-
content: string;
|
|
2307
2306
|
mimeType: string;
|
|
2307
|
+
content: string;
|
|
2308
2308
|
} | {
|
|
2309
2309
|
type: "explicit-base64";
|
|
2310
|
-
content: string;
|
|
2311
2310
|
mimeType: string;
|
|
2311
|
+
content: string;
|
|
2312
2312
|
} | {
|
|
2313
2313
|
type: "absolute-file";
|
|
2314
2314
|
file: string;
|
|
2315
2315
|
}, string | {
|
|
2316
2316
|
type: "explicit-base64";
|
|
2317
|
-
content: string;
|
|
2318
2317
|
mimeType: string;
|
|
2318
|
+
content: string;
|
|
2319
2319
|
} | {
|
|
2320
2320
|
type: "relative";
|
|
2321
2321
|
path: string;
|
|
@@ -2328,8 +2328,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2328
2328
|
url: z.ZodString;
|
|
2329
2329
|
logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
2330
2330
|
type: "explicit-base64";
|
|
2331
|
-
content: string;
|
|
2332
2331
|
mimeType: string;
|
|
2332
|
+
content: string;
|
|
2333
2333
|
} | {
|
|
2334
2334
|
type: "relative";
|
|
2335
2335
|
path: string;
|
|
@@ -2339,12 +2339,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2339
2339
|
content: z.ZodString;
|
|
2340
2340
|
}, "strict", z.ZodTypeAny, {
|
|
2341
2341
|
type: "explicit-base64";
|
|
2342
|
-
content: string;
|
|
2343
2342
|
mimeType: string;
|
|
2343
|
+
content: string;
|
|
2344
2344
|
}, {
|
|
2345
2345
|
type: "explicit-base64";
|
|
2346
|
-
content: string;
|
|
2347
2346
|
mimeType: string;
|
|
2347
|
+
content: string;
|
|
2348
2348
|
}>, z.ZodObject<{
|
|
2349
2349
|
type: z.ZodLiteral<"relative">;
|
|
2350
2350
|
path: z.ZodString;
|
|
@@ -2368,19 +2368,19 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2368
2368
|
file: string;
|
|
2369
2369
|
} | {
|
|
2370
2370
|
type: "explicit-base64";
|
|
2371
|
-
content: string;
|
|
2372
2371
|
mimeType: string;
|
|
2372
|
+
content: string;
|
|
2373
2373
|
} | {
|
|
2374
2374
|
type: "explicit-base64";
|
|
2375
|
-
content: string;
|
|
2376
2375
|
mimeType: string;
|
|
2376
|
+
content: string;
|
|
2377
2377
|
} | {
|
|
2378
2378
|
type: "absolute-file";
|
|
2379
2379
|
file: string;
|
|
2380
2380
|
}, string | {
|
|
2381
2381
|
type: "explicit-base64";
|
|
2382
|
-
content: string;
|
|
2383
2382
|
mimeType: string;
|
|
2383
|
+
content: string;
|
|
2384
2384
|
} | {
|
|
2385
2385
|
type: "relative";
|
|
2386
2386
|
path: string;
|
|
@@ -2404,12 +2404,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2404
2404
|
file: string;
|
|
2405
2405
|
} | {
|
|
2406
2406
|
type: "explicit-base64";
|
|
2407
|
-
content: string;
|
|
2408
2407
|
mimeType: string;
|
|
2408
|
+
content: string;
|
|
2409
2409
|
} | {
|
|
2410
2410
|
type: "explicit-base64";
|
|
2411
|
-
content: string;
|
|
2412
2411
|
mimeType: string;
|
|
2412
|
+
content: string;
|
|
2413
2413
|
} | {
|
|
2414
2414
|
type: "absolute-file";
|
|
2415
2415
|
file: string;
|
|
@@ -2448,12 +2448,12 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2448
2448
|
file: string;
|
|
2449
2449
|
} | {
|
|
2450
2450
|
type: "explicit-base64";
|
|
2451
|
-
content: string;
|
|
2452
2451
|
mimeType: string;
|
|
2452
|
+
content: string;
|
|
2453
2453
|
} | {
|
|
2454
2454
|
type: "explicit-base64";
|
|
2455
|
-
content: string;
|
|
2456
2455
|
mimeType: string;
|
|
2456
|
+
content: string;
|
|
2457
2457
|
} | {
|
|
2458
2458
|
type: "absolute-file";
|
|
2459
2459
|
file: string;
|
|
@@ -2474,8 +2474,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2474
2474
|
name: string;
|
|
2475
2475
|
logo?: string | {
|
|
2476
2476
|
type: "explicit-base64";
|
|
2477
|
-
content: string;
|
|
2478
2477
|
mimeType: string;
|
|
2478
|
+
content: string;
|
|
2479
2479
|
} | {
|
|
2480
2480
|
type: "relative";
|
|
2481
2481
|
path: string;
|
|
@@ -2508,8 +2508,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2508
2508
|
} | undefined;
|
|
2509
2509
|
logo?: string | {
|
|
2510
2510
|
type: "explicit-base64";
|
|
2511
|
-
content: string;
|
|
2512
2511
|
mimeType: string;
|
|
2512
|
+
content: string;
|
|
2513
2513
|
} | {
|
|
2514
2514
|
type: "relative";
|
|
2515
2515
|
path: string;
|
|
@@ -2550,12 +2550,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2550
2550
|
content: z.ZodString;
|
|
2551
2551
|
}, "strict", z.ZodTypeAny, {
|
|
2552
2552
|
type: "explicit-base64";
|
|
2553
|
-
content: string;
|
|
2554
2553
|
mimeType: string;
|
|
2554
|
+
content: string;
|
|
2555
2555
|
}, {
|
|
2556
2556
|
type: "explicit-base64";
|
|
2557
|
-
content: string;
|
|
2558
2557
|
mimeType: string;
|
|
2558
|
+
content: string;
|
|
2559
2559
|
}>, z.ZodObject<{
|
|
2560
2560
|
type: z.ZodLiteral<"absolute-file">;
|
|
2561
2561
|
file: z.ZodString;
|
|
@@ -2570,12 +2570,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2570
2570
|
path: string;
|
|
2571
2571
|
} | {
|
|
2572
2572
|
type: "explicit-base64";
|
|
2573
|
-
content: string;
|
|
2574
2573
|
mimeType: string;
|
|
2574
|
+
content: string;
|
|
2575
2575
|
}, {
|
|
2576
2576
|
type: "explicit-base64";
|
|
2577
|
-
content: string;
|
|
2578
2577
|
mimeType: string;
|
|
2578
|
+
content: string;
|
|
2579
2579
|
} | {
|
|
2580
2580
|
type: "absolute-file";
|
|
2581
2581
|
file: string;
|
|
@@ -2586,13 +2586,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2586
2586
|
path: string;
|
|
2587
2587
|
} | {
|
|
2588
2588
|
type: "explicit-base64";
|
|
2589
|
-
content: string;
|
|
2590
2589
|
mimeType: string;
|
|
2590
|
+
content: string;
|
|
2591
2591
|
};
|
|
2592
2592
|
}, {
|
|
2593
2593
|
type: "explicit-base64";
|
|
2594
|
-
content: string;
|
|
2595
2594
|
mimeType: string;
|
|
2595
|
+
content: string;
|
|
2596
2596
|
} | {
|
|
2597
2597
|
type: "absolute-file";
|
|
2598
2598
|
file: string;
|
|
@@ -2604,12 +2604,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2604
2604
|
content: z.ZodString;
|
|
2605
2605
|
}, "strict", z.ZodTypeAny, {
|
|
2606
2606
|
type: "explicit-base64";
|
|
2607
|
-
content: string;
|
|
2608
2607
|
mimeType: string;
|
|
2608
|
+
content: string;
|
|
2609
2609
|
}, {
|
|
2610
2610
|
type: "explicit-base64";
|
|
2611
|
-
content: string;
|
|
2612
2611
|
mimeType: string;
|
|
2612
|
+
content: string;
|
|
2613
2613
|
}>, z.ZodObject<{
|
|
2614
2614
|
type: z.ZodLiteral<"absolute-file">;
|
|
2615
2615
|
file: z.ZodString;
|
|
@@ -2624,12 +2624,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2624
2624
|
path: string;
|
|
2625
2625
|
} | {
|
|
2626
2626
|
type: "explicit-base64";
|
|
2627
|
-
content: string;
|
|
2628
2627
|
mimeType: string;
|
|
2628
|
+
content: string;
|
|
2629
2629
|
}, {
|
|
2630
2630
|
type: "explicit-base64";
|
|
2631
|
-
content: string;
|
|
2632
2631
|
mimeType: string;
|
|
2632
|
+
content: string;
|
|
2633
2633
|
} | {
|
|
2634
2634
|
type: "absolute-file";
|
|
2635
2635
|
file: string;
|
|
@@ -2641,15 +2641,15 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2641
2641
|
path: string;
|
|
2642
2642
|
} | {
|
|
2643
2643
|
type: "explicit-base64";
|
|
2644
|
-
content: string;
|
|
2645
2644
|
mimeType: string;
|
|
2645
|
+
content: string;
|
|
2646
2646
|
};
|
|
2647
2647
|
}, {
|
|
2648
2648
|
type: "workflow-v1";
|
|
2649
2649
|
main: {
|
|
2650
2650
|
type: "explicit-base64";
|
|
2651
|
-
content: string;
|
|
2652
2651
|
mimeType: string;
|
|
2652
|
+
content: string;
|
|
2653
2653
|
} | {
|
|
2654
2654
|
type: "absolute-file";
|
|
2655
2655
|
file: string;
|
|
@@ -2662,12 +2662,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2662
2662
|
content: z.ZodString;
|
|
2663
2663
|
}, "strict", z.ZodTypeAny, {
|
|
2664
2664
|
type: "explicit-base64";
|
|
2665
|
-
content: string;
|
|
2666
2665
|
mimeType: string;
|
|
2666
|
+
content: string;
|
|
2667
2667
|
}, {
|
|
2668
2668
|
type: "explicit-base64";
|
|
2669
|
-
content: string;
|
|
2670
2669
|
mimeType: string;
|
|
2670
|
+
content: string;
|
|
2671
2671
|
}>, z.ZodObject<{
|
|
2672
2672
|
type: z.ZodLiteral<"absolute-file">;
|
|
2673
2673
|
file: z.ZodString;
|
|
@@ -2682,12 +2682,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2682
2682
|
path: string;
|
|
2683
2683
|
} | {
|
|
2684
2684
|
type: "explicit-base64";
|
|
2685
|
-
content: string;
|
|
2686
2685
|
mimeType: string;
|
|
2686
|
+
content: string;
|
|
2687
2687
|
}, {
|
|
2688
2688
|
type: "explicit-base64";
|
|
2689
|
-
content: string;
|
|
2690
2689
|
mimeType: string;
|
|
2690
|
+
content: string;
|
|
2691
2691
|
} | {
|
|
2692
2692
|
type: "absolute-file";
|
|
2693
2693
|
file: string;
|
|
@@ -2699,15 +2699,15 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2699
2699
|
path: string;
|
|
2700
2700
|
} | {
|
|
2701
2701
|
type: "explicit-base64";
|
|
2702
|
-
content: string;
|
|
2703
2702
|
mimeType: string;
|
|
2703
|
+
content: string;
|
|
2704
2704
|
};
|
|
2705
2705
|
}, {
|
|
2706
2706
|
type: "workflow-v1";
|
|
2707
2707
|
main: {
|
|
2708
2708
|
type: "explicit-base64";
|
|
2709
|
-
content: string;
|
|
2710
2709
|
mimeType: string;
|
|
2710
|
+
content: string;
|
|
2711
2711
|
} | {
|
|
2712
2712
|
type: "absolute-file";
|
|
2713
2713
|
file: string;
|
|
@@ -2719,12 +2719,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2719
2719
|
content: z.ZodString;
|
|
2720
2720
|
}, "strict", z.ZodTypeAny, {
|
|
2721
2721
|
type: "explicit-base64";
|
|
2722
|
-
content: string;
|
|
2723
2722
|
mimeType: string;
|
|
2723
|
+
content: string;
|
|
2724
2724
|
}, {
|
|
2725
2725
|
type: "explicit-base64";
|
|
2726
|
-
content: string;
|
|
2727
2726
|
mimeType: string;
|
|
2727
|
+
content: string;
|
|
2728
2728
|
}>, z.ZodObject<{
|
|
2729
2729
|
type: z.ZodLiteral<"absolute-file">;
|
|
2730
2730
|
file: z.ZodString;
|
|
@@ -2739,12 +2739,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2739
2739
|
path: string;
|
|
2740
2740
|
} | {
|
|
2741
2741
|
type: "explicit-base64";
|
|
2742
|
-
content: string;
|
|
2743
2742
|
mimeType: string;
|
|
2743
|
+
content: string;
|
|
2744
2744
|
}, {
|
|
2745
2745
|
type: "explicit-base64";
|
|
2746
|
-
content: string;
|
|
2747
2746
|
mimeType: string;
|
|
2747
|
+
content: string;
|
|
2748
2748
|
} | {
|
|
2749
2749
|
type: "absolute-file";
|
|
2750
2750
|
file: string;
|
|
@@ -2773,8 +2773,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2773
2773
|
path: string;
|
|
2774
2774
|
} | {
|
|
2775
2775
|
type: "explicit-base64";
|
|
2776
|
-
content: string;
|
|
2777
2776
|
mimeType: string;
|
|
2777
|
+
content: string;
|
|
2778
2778
|
};
|
|
2779
2779
|
} | {
|
|
2780
2780
|
type: "workflow-v1";
|
|
@@ -2783,8 +2783,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2783
2783
|
path: string;
|
|
2784
2784
|
} | {
|
|
2785
2785
|
type: "explicit-base64";
|
|
2786
|
-
content: string;
|
|
2787
2786
|
mimeType: string;
|
|
2787
|
+
content: string;
|
|
2788
2788
|
};
|
|
2789
2789
|
};
|
|
2790
2790
|
model: {
|
|
@@ -2792,8 +2792,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2792
2792
|
path: string;
|
|
2793
2793
|
} | {
|
|
2794
2794
|
type: "explicit-base64";
|
|
2795
|
-
content: string;
|
|
2796
2795
|
mimeType: string;
|
|
2796
|
+
content: string;
|
|
2797
2797
|
};
|
|
2798
2798
|
ui: {
|
|
2799
2799
|
type: "relative";
|
|
@@ -2802,8 +2802,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2802
2802
|
}, {
|
|
2803
2803
|
workflow: {
|
|
2804
2804
|
type: "explicit-base64";
|
|
2805
|
-
content: string;
|
|
2806
2805
|
mimeType: string;
|
|
2806
|
+
content: string;
|
|
2807
2807
|
} | {
|
|
2808
2808
|
type: "absolute-file";
|
|
2809
2809
|
file: string;
|
|
@@ -2811,8 +2811,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2811
2811
|
type: "workflow-v1";
|
|
2812
2812
|
main: {
|
|
2813
2813
|
type: "explicit-base64";
|
|
2814
|
-
content: string;
|
|
2815
2814
|
mimeType: string;
|
|
2815
|
+
content: string;
|
|
2816
2816
|
} | {
|
|
2817
2817
|
type: "absolute-file";
|
|
2818
2818
|
file: string;
|
|
@@ -2820,8 +2820,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2820
2820
|
};
|
|
2821
2821
|
model: {
|
|
2822
2822
|
type: "explicit-base64";
|
|
2823
|
-
content: string;
|
|
2824
2823
|
mimeType: string;
|
|
2824
|
+
content: string;
|
|
2825
2825
|
} | {
|
|
2826
2826
|
type: "absolute-file";
|
|
2827
2827
|
file: string;
|
|
@@ -2919,10 +2919,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2919
2919
|
path: string;
|
|
2920
2920
|
}>;
|
|
2921
2921
|
}, "strip", z.ZodTypeAny, {
|
|
2922
|
-
ui: {
|
|
2923
|
-
type: "relative";
|
|
2924
|
-
path: string;
|
|
2925
|
-
};
|
|
2926
2922
|
workflow: {
|
|
2927
2923
|
type: "workflow-v1";
|
|
2928
2924
|
main: {
|
|
@@ -2934,11 +2930,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2934
2930
|
type: "relative";
|
|
2935
2931
|
path: string;
|
|
2936
2932
|
};
|
|
2937
|
-
}, {
|
|
2938
2933
|
ui: {
|
|
2939
2934
|
type: "relative";
|
|
2940
2935
|
path: string;
|
|
2941
2936
|
};
|
|
2937
|
+
}, {
|
|
2942
2938
|
workflow: {
|
|
2943
2939
|
type: "relative";
|
|
2944
2940
|
path: string;
|
|
@@ -2953,6 +2949,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
2953
2949
|
type: "relative";
|
|
2954
2950
|
path: string;
|
|
2955
2951
|
};
|
|
2952
|
+
ui: {
|
|
2953
|
+
type: "relative";
|
|
2954
|
+
path: string;
|
|
2955
|
+
};
|
|
2956
2956
|
}>>;
|
|
2957
2957
|
meta: z.ZodObject<{
|
|
2958
2958
|
title: z.ZodString;
|
|
@@ -3025,12 +3025,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3025
3025
|
content: z.ZodString;
|
|
3026
3026
|
}, "strict", z.ZodTypeAny, {
|
|
3027
3027
|
type: "explicit-base64";
|
|
3028
|
-
content: string;
|
|
3029
3028
|
mimeType: string;
|
|
3029
|
+
content: string;
|
|
3030
3030
|
}, {
|
|
3031
3031
|
type: "explicit-base64";
|
|
3032
|
-
content: string;
|
|
3033
3032
|
mimeType: string;
|
|
3033
|
+
content: string;
|
|
3034
3034
|
}>, z.ZodObject<{
|
|
3035
3035
|
type: z.ZodLiteral<"absolute-file">;
|
|
3036
3036
|
file: z.ZodString;
|
|
@@ -3045,12 +3045,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3045
3045
|
path: string;
|
|
3046
3046
|
} | {
|
|
3047
3047
|
type: "explicit-base64";
|
|
3048
|
-
content: string;
|
|
3049
3048
|
mimeType: string;
|
|
3049
|
+
content: string;
|
|
3050
3050
|
}, {
|
|
3051
3051
|
type: "explicit-base64";
|
|
3052
|
-
content: string;
|
|
3053
3052
|
mimeType: string;
|
|
3053
|
+
content: string;
|
|
3054
3054
|
} | {
|
|
3055
3055
|
type: "absolute-file";
|
|
3056
3056
|
file: string;
|
|
@@ -3068,12 +3068,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3068
3068
|
content: z.ZodString;
|
|
3069
3069
|
}, "strict", z.ZodTypeAny, {
|
|
3070
3070
|
type: "explicit-base64";
|
|
3071
|
-
content: string;
|
|
3072
3071
|
mimeType: string;
|
|
3072
|
+
content: string;
|
|
3073
3073
|
}, {
|
|
3074
3074
|
type: "explicit-base64";
|
|
3075
|
-
content: string;
|
|
3076
3075
|
mimeType: string;
|
|
3076
|
+
content: string;
|
|
3077
3077
|
}>, z.ZodObject<{
|
|
3078
3078
|
type: z.ZodLiteral<"absolute-file">;
|
|
3079
3079
|
file: z.ZodString;
|
|
@@ -3088,12 +3088,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3088
3088
|
path: string;
|
|
3089
3089
|
} | {
|
|
3090
3090
|
type: "explicit-base64";
|
|
3091
|
-
content: string;
|
|
3092
3091
|
mimeType: string;
|
|
3092
|
+
content: string;
|
|
3093
3093
|
}, {
|
|
3094
3094
|
type: "explicit-base64";
|
|
3095
|
-
content: string;
|
|
3096
3095
|
mimeType: string;
|
|
3096
|
+
content: string;
|
|
3097
3097
|
} | {
|
|
3098
3098
|
type: "absolute-file";
|
|
3099
3099
|
file: string;
|
|
@@ -3107,12 +3107,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3107
3107
|
content: z.ZodString;
|
|
3108
3108
|
}, "strict", z.ZodTypeAny, {
|
|
3109
3109
|
type: "explicit-base64";
|
|
3110
|
-
content: string;
|
|
3111
3110
|
mimeType: string;
|
|
3111
|
+
content: string;
|
|
3112
3112
|
}, {
|
|
3113
3113
|
type: "explicit-base64";
|
|
3114
|
-
content: string;
|
|
3115
3114
|
mimeType: string;
|
|
3115
|
+
content: string;
|
|
3116
3116
|
}>, z.ZodObject<{
|
|
3117
3117
|
type: z.ZodLiteral<"absolute-file">;
|
|
3118
3118
|
file: z.ZodString;
|
|
@@ -3127,12 +3127,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3127
3127
|
path: string;
|
|
3128
3128
|
} | {
|
|
3129
3129
|
type: "explicit-base64";
|
|
3130
|
-
content: string;
|
|
3131
3130
|
mimeType: string;
|
|
3131
|
+
content: string;
|
|
3132
3132
|
}, {
|
|
3133
3133
|
type: "explicit-base64";
|
|
3134
|
-
content: string;
|
|
3135
3134
|
mimeType: string;
|
|
3135
|
+
content: string;
|
|
3136
3136
|
} | {
|
|
3137
3137
|
type: "absolute-file";
|
|
3138
3138
|
file: string;
|
|
@@ -3146,12 +3146,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3146
3146
|
content: z.ZodString;
|
|
3147
3147
|
}, "strict", z.ZodTypeAny, {
|
|
3148
3148
|
type: "explicit-base64";
|
|
3149
|
-
content: string;
|
|
3150
3149
|
mimeType: string;
|
|
3150
|
+
content: string;
|
|
3151
3151
|
}, {
|
|
3152
3152
|
type: "explicit-base64";
|
|
3153
|
-
content: string;
|
|
3154
3153
|
mimeType: string;
|
|
3154
|
+
content: string;
|
|
3155
3155
|
}>, z.ZodObject<{
|
|
3156
3156
|
type: z.ZodLiteral<"absolute-file">;
|
|
3157
3157
|
file: z.ZodString;
|
|
@@ -3166,12 +3166,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3166
3166
|
path: string;
|
|
3167
3167
|
} | {
|
|
3168
3168
|
type: "explicit-base64";
|
|
3169
|
-
content: string;
|
|
3170
3169
|
mimeType: string;
|
|
3170
|
+
content: string;
|
|
3171
3171
|
}, {
|
|
3172
3172
|
type: "explicit-base64";
|
|
3173
|
-
content: string;
|
|
3174
3173
|
mimeType: string;
|
|
3174
|
+
content: string;
|
|
3175
3175
|
} | {
|
|
3176
3176
|
type: "absolute-file";
|
|
3177
3177
|
file: string;
|
|
@@ -3192,8 +3192,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3192
3192
|
path: string;
|
|
3193
3193
|
} | {
|
|
3194
3194
|
type: "explicit-base64";
|
|
3195
|
-
content: string;
|
|
3196
3195
|
mimeType: string;
|
|
3196
|
+
content: string;
|
|
3197
3197
|
} | undefined;
|
|
3198
3198
|
} & {
|
|
3199
3199
|
[k: string]: unknown;
|
|
@@ -3217,8 +3217,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3217
3217
|
path: string;
|
|
3218
3218
|
} | {
|
|
3219
3219
|
type: "explicit-base64";
|
|
3220
|
-
content: string;
|
|
3221
3220
|
mimeType: string;
|
|
3221
|
+
content: string;
|
|
3222
3222
|
} | undefined;
|
|
3223
3223
|
url?: string | undefined;
|
|
3224
3224
|
docs?: string | undefined;
|
|
@@ -3236,8 +3236,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3236
3236
|
name: string;
|
|
3237
3237
|
logo?: {
|
|
3238
3238
|
type: "explicit-base64";
|
|
3239
|
-
content: string;
|
|
3240
3239
|
mimeType: string;
|
|
3240
|
+
content: string;
|
|
3241
3241
|
} | {
|
|
3242
3242
|
type: "absolute-file";
|
|
3243
3243
|
file: string;
|
|
@@ -3261,8 +3261,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3261
3261
|
} | undefined;
|
|
3262
3262
|
logo?: {
|
|
3263
3263
|
type: "explicit-base64";
|
|
3264
|
-
content: string;
|
|
3265
3264
|
mimeType: string;
|
|
3265
|
+
content: string;
|
|
3266
3266
|
} | {
|
|
3267
3267
|
type: "absolute-file";
|
|
3268
3268
|
file: string;
|
|
@@ -3298,12 +3298,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3298
3298
|
content: z.ZodString;
|
|
3299
3299
|
}, "strict", z.ZodTypeAny, {
|
|
3300
3300
|
type: "explicit-base64";
|
|
3301
|
-
content: string;
|
|
3302
3301
|
mimeType: string;
|
|
3302
|
+
content: string;
|
|
3303
3303
|
}, {
|
|
3304
3304
|
type: "explicit-base64";
|
|
3305
|
-
content: string;
|
|
3306
3305
|
mimeType: string;
|
|
3306
|
+
content: string;
|
|
3307
3307
|
}>, z.ZodObject<{
|
|
3308
3308
|
type: z.ZodLiteral<"absolute-file">;
|
|
3309
3309
|
file: z.ZodString;
|
|
@@ -3318,12 +3318,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3318
3318
|
path: string;
|
|
3319
3319
|
} | {
|
|
3320
3320
|
type: "explicit-base64";
|
|
3321
|
-
content: string;
|
|
3322
3321
|
mimeType: string;
|
|
3322
|
+
content: string;
|
|
3323
3323
|
}, {
|
|
3324
3324
|
type: "explicit-base64";
|
|
3325
|
-
content: string;
|
|
3326
3325
|
mimeType: string;
|
|
3326
|
+
content: string;
|
|
3327
3327
|
} | {
|
|
3328
3328
|
type: "absolute-file";
|
|
3329
3329
|
file: string;
|
|
@@ -3334,13 +3334,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3334
3334
|
path: string;
|
|
3335
3335
|
} | {
|
|
3336
3336
|
type: "explicit-base64";
|
|
3337
|
-
content: string;
|
|
3338
3337
|
mimeType: string;
|
|
3338
|
+
content: string;
|
|
3339
3339
|
};
|
|
3340
3340
|
}, {
|
|
3341
3341
|
type: "explicit-base64";
|
|
3342
|
-
content: string;
|
|
3343
3342
|
mimeType: string;
|
|
3343
|
+
content: string;
|
|
3344
3344
|
} | {
|
|
3345
3345
|
type: "absolute-file";
|
|
3346
3346
|
file: string;
|
|
@@ -3352,12 +3352,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3352
3352
|
content: z.ZodString;
|
|
3353
3353
|
}, "strict", z.ZodTypeAny, {
|
|
3354
3354
|
type: "explicit-base64";
|
|
3355
|
-
content: string;
|
|
3356
3355
|
mimeType: string;
|
|
3356
|
+
content: string;
|
|
3357
3357
|
}, {
|
|
3358
3358
|
type: "explicit-base64";
|
|
3359
|
-
content: string;
|
|
3360
3359
|
mimeType: string;
|
|
3360
|
+
content: string;
|
|
3361
3361
|
}>, z.ZodObject<{
|
|
3362
3362
|
type: z.ZodLiteral<"absolute-file">;
|
|
3363
3363
|
file: z.ZodString;
|
|
@@ -3372,12 +3372,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3372
3372
|
path: string;
|
|
3373
3373
|
} | {
|
|
3374
3374
|
type: "explicit-base64";
|
|
3375
|
-
content: string;
|
|
3376
3375
|
mimeType: string;
|
|
3376
|
+
content: string;
|
|
3377
3377
|
}, {
|
|
3378
3378
|
type: "explicit-base64";
|
|
3379
|
-
content: string;
|
|
3380
3379
|
mimeType: string;
|
|
3380
|
+
content: string;
|
|
3381
3381
|
} | {
|
|
3382
3382
|
type: "absolute-file";
|
|
3383
3383
|
file: string;
|
|
@@ -3389,15 +3389,15 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3389
3389
|
path: string;
|
|
3390
3390
|
} | {
|
|
3391
3391
|
type: "explicit-base64";
|
|
3392
|
-
content: string;
|
|
3393
3392
|
mimeType: string;
|
|
3393
|
+
content: string;
|
|
3394
3394
|
};
|
|
3395
3395
|
}, {
|
|
3396
3396
|
type: "workflow-v1";
|
|
3397
3397
|
main: {
|
|
3398
3398
|
type: "explicit-base64";
|
|
3399
|
-
content: string;
|
|
3400
3399
|
mimeType: string;
|
|
3400
|
+
content: string;
|
|
3401
3401
|
} | {
|
|
3402
3402
|
type: "absolute-file";
|
|
3403
3403
|
file: string;
|
|
@@ -3410,12 +3410,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3410
3410
|
content: z.ZodString;
|
|
3411
3411
|
}, "strict", z.ZodTypeAny, {
|
|
3412
3412
|
type: "explicit-base64";
|
|
3413
|
-
content: string;
|
|
3414
3413
|
mimeType: string;
|
|
3414
|
+
content: string;
|
|
3415
3415
|
}, {
|
|
3416
3416
|
type: "explicit-base64";
|
|
3417
|
-
content: string;
|
|
3418
3417
|
mimeType: string;
|
|
3418
|
+
content: string;
|
|
3419
3419
|
}>, z.ZodObject<{
|
|
3420
3420
|
type: z.ZodLiteral<"absolute-file">;
|
|
3421
3421
|
file: z.ZodString;
|
|
@@ -3430,12 +3430,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3430
3430
|
path: string;
|
|
3431
3431
|
} | {
|
|
3432
3432
|
type: "explicit-base64";
|
|
3433
|
-
content: string;
|
|
3434
3433
|
mimeType: string;
|
|
3434
|
+
content: string;
|
|
3435
3435
|
}, {
|
|
3436
3436
|
type: "explicit-base64";
|
|
3437
|
-
content: string;
|
|
3438
3437
|
mimeType: string;
|
|
3438
|
+
content: string;
|
|
3439
3439
|
} | {
|
|
3440
3440
|
type: "absolute-file";
|
|
3441
3441
|
file: string;
|
|
@@ -3447,15 +3447,15 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3447
3447
|
path: string;
|
|
3448
3448
|
} | {
|
|
3449
3449
|
type: "explicit-base64";
|
|
3450
|
-
content: string;
|
|
3451
3450
|
mimeType: string;
|
|
3451
|
+
content: string;
|
|
3452
3452
|
};
|
|
3453
3453
|
}, {
|
|
3454
3454
|
type: "workflow-v1";
|
|
3455
3455
|
main: {
|
|
3456
3456
|
type: "explicit-base64";
|
|
3457
|
-
content: string;
|
|
3458
3457
|
mimeType: string;
|
|
3458
|
+
content: string;
|
|
3459
3459
|
} | {
|
|
3460
3460
|
type: "absolute-file";
|
|
3461
3461
|
file: string;
|
|
@@ -3467,12 +3467,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3467
3467
|
content: z.ZodString;
|
|
3468
3468
|
}, "strict", z.ZodTypeAny, {
|
|
3469
3469
|
type: "explicit-base64";
|
|
3470
|
-
content: string;
|
|
3471
3470
|
mimeType: string;
|
|
3471
|
+
content: string;
|
|
3472
3472
|
}, {
|
|
3473
3473
|
type: "explicit-base64";
|
|
3474
|
-
content: string;
|
|
3475
3474
|
mimeType: string;
|
|
3475
|
+
content: string;
|
|
3476
3476
|
}>, z.ZodObject<{
|
|
3477
3477
|
type: z.ZodLiteral<"absolute-file">;
|
|
3478
3478
|
file: z.ZodString;
|
|
@@ -3487,12 +3487,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3487
3487
|
path: string;
|
|
3488
3488
|
} | {
|
|
3489
3489
|
type: "explicit-base64";
|
|
3490
|
-
content: string;
|
|
3491
3490
|
mimeType: string;
|
|
3491
|
+
content: string;
|
|
3492
3492
|
}, {
|
|
3493
3493
|
type: "explicit-base64";
|
|
3494
|
-
content: string;
|
|
3495
3494
|
mimeType: string;
|
|
3495
|
+
content: string;
|
|
3496
3496
|
} | {
|
|
3497
3497
|
type: "absolute-file";
|
|
3498
3498
|
file: string;
|
|
@@ -3521,8 +3521,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3521
3521
|
path: string;
|
|
3522
3522
|
} | {
|
|
3523
3523
|
type: "explicit-base64";
|
|
3524
|
-
content: string;
|
|
3525
3524
|
mimeType: string;
|
|
3525
|
+
content: string;
|
|
3526
3526
|
};
|
|
3527
3527
|
} | {
|
|
3528
3528
|
type: "workflow-v1";
|
|
@@ -3531,8 +3531,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3531
3531
|
path: string;
|
|
3532
3532
|
} | {
|
|
3533
3533
|
type: "explicit-base64";
|
|
3534
|
-
content: string;
|
|
3535
3534
|
mimeType: string;
|
|
3535
|
+
content: string;
|
|
3536
3536
|
};
|
|
3537
3537
|
};
|
|
3538
3538
|
model: {
|
|
@@ -3540,8 +3540,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3540
3540
|
path: string;
|
|
3541
3541
|
} | {
|
|
3542
3542
|
type: "explicit-base64";
|
|
3543
|
-
content: string;
|
|
3544
3543
|
mimeType: string;
|
|
3544
|
+
content: string;
|
|
3545
3545
|
};
|
|
3546
3546
|
ui: {
|
|
3547
3547
|
type: "relative";
|
|
@@ -3550,8 +3550,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3550
3550
|
}, {
|
|
3551
3551
|
workflow: {
|
|
3552
3552
|
type: "explicit-base64";
|
|
3553
|
-
content: string;
|
|
3554
3553
|
mimeType: string;
|
|
3554
|
+
content: string;
|
|
3555
3555
|
} | {
|
|
3556
3556
|
type: "absolute-file";
|
|
3557
3557
|
file: string;
|
|
@@ -3559,8 +3559,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3559
3559
|
type: "workflow-v1";
|
|
3560
3560
|
main: {
|
|
3561
3561
|
type: "explicit-base64";
|
|
3562
|
-
content: string;
|
|
3563
3562
|
mimeType: string;
|
|
3563
|
+
content: string;
|
|
3564
3564
|
} | {
|
|
3565
3565
|
type: "absolute-file";
|
|
3566
3566
|
file: string;
|
|
@@ -3568,8 +3568,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3568
3568
|
};
|
|
3569
3569
|
model: {
|
|
3570
3570
|
type: "explicit-base64";
|
|
3571
|
-
content: string;
|
|
3572
3571
|
mimeType: string;
|
|
3572
|
+
content: string;
|
|
3573
3573
|
} | {
|
|
3574
3574
|
type: "absolute-file";
|
|
3575
3575
|
file: string;
|
|
@@ -3667,10 +3667,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3667
3667
|
path: string;
|
|
3668
3668
|
}>;
|
|
3669
3669
|
}, "strip", z.ZodTypeAny, {
|
|
3670
|
-
ui: {
|
|
3671
|
-
type: "relative";
|
|
3672
|
-
path: string;
|
|
3673
|
-
};
|
|
3674
3670
|
workflow: {
|
|
3675
3671
|
type: "workflow-v1";
|
|
3676
3672
|
main: {
|
|
@@ -3682,11 +3678,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3682
3678
|
type: "relative";
|
|
3683
3679
|
path: string;
|
|
3684
3680
|
};
|
|
3685
|
-
}, {
|
|
3686
3681
|
ui: {
|
|
3687
3682
|
type: "relative";
|
|
3688
3683
|
path: string;
|
|
3689
3684
|
};
|
|
3685
|
+
}, {
|
|
3690
3686
|
workflow: {
|
|
3691
3687
|
type: "relative";
|
|
3692
3688
|
path: string;
|
|
@@ -3701,6 +3697,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3701
3697
|
type: "relative";
|
|
3702
3698
|
path: string;
|
|
3703
3699
|
};
|
|
3700
|
+
ui: {
|
|
3701
|
+
type: "relative";
|
|
3702
|
+
path: string;
|
|
3703
|
+
};
|
|
3704
3704
|
}>>;
|
|
3705
3705
|
meta: z.ZodObject<{
|
|
3706
3706
|
title: z.ZodString;
|
|
@@ -3773,12 +3773,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3773
3773
|
content: z.ZodString;
|
|
3774
3774
|
}, "strict", z.ZodTypeAny, {
|
|
3775
3775
|
type: "explicit-base64";
|
|
3776
|
-
content: string;
|
|
3777
3776
|
mimeType: string;
|
|
3777
|
+
content: string;
|
|
3778
3778
|
}, {
|
|
3779
3779
|
type: "explicit-base64";
|
|
3780
|
-
content: string;
|
|
3781
3780
|
mimeType: string;
|
|
3781
|
+
content: string;
|
|
3782
3782
|
}>, z.ZodObject<{
|
|
3783
3783
|
type: z.ZodLiteral<"absolute-file">;
|
|
3784
3784
|
file: z.ZodString;
|
|
@@ -3793,12 +3793,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3793
3793
|
path: string;
|
|
3794
3794
|
} | {
|
|
3795
3795
|
type: "explicit-base64";
|
|
3796
|
-
content: string;
|
|
3797
3796
|
mimeType: string;
|
|
3797
|
+
content: string;
|
|
3798
3798
|
}, {
|
|
3799
3799
|
type: "explicit-base64";
|
|
3800
|
-
content: string;
|
|
3801
3800
|
mimeType: string;
|
|
3801
|
+
content: string;
|
|
3802
3802
|
} | {
|
|
3803
3803
|
type: "absolute-file";
|
|
3804
3804
|
file: string;
|
|
@@ -3816,12 +3816,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3816
3816
|
content: z.ZodString;
|
|
3817
3817
|
}, "strict", z.ZodTypeAny, {
|
|
3818
3818
|
type: "explicit-base64";
|
|
3819
|
-
content: string;
|
|
3820
3819
|
mimeType: string;
|
|
3820
|
+
content: string;
|
|
3821
3821
|
}, {
|
|
3822
3822
|
type: "explicit-base64";
|
|
3823
|
-
content: string;
|
|
3824
3823
|
mimeType: string;
|
|
3824
|
+
content: string;
|
|
3825
3825
|
}>, z.ZodObject<{
|
|
3826
3826
|
type: z.ZodLiteral<"absolute-file">;
|
|
3827
3827
|
file: z.ZodString;
|
|
@@ -3836,12 +3836,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3836
3836
|
path: string;
|
|
3837
3837
|
} | {
|
|
3838
3838
|
type: "explicit-base64";
|
|
3839
|
-
content: string;
|
|
3840
3839
|
mimeType: string;
|
|
3840
|
+
content: string;
|
|
3841
3841
|
}, {
|
|
3842
3842
|
type: "explicit-base64";
|
|
3843
|
-
content: string;
|
|
3844
3843
|
mimeType: string;
|
|
3844
|
+
content: string;
|
|
3845
3845
|
} | {
|
|
3846
3846
|
type: "absolute-file";
|
|
3847
3847
|
file: string;
|
|
@@ -3855,12 +3855,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3855
3855
|
content: z.ZodString;
|
|
3856
3856
|
}, "strict", z.ZodTypeAny, {
|
|
3857
3857
|
type: "explicit-base64";
|
|
3858
|
-
content: string;
|
|
3859
3858
|
mimeType: string;
|
|
3859
|
+
content: string;
|
|
3860
3860
|
}, {
|
|
3861
3861
|
type: "explicit-base64";
|
|
3862
|
-
content: string;
|
|
3863
3862
|
mimeType: string;
|
|
3863
|
+
content: string;
|
|
3864
3864
|
}>, z.ZodObject<{
|
|
3865
3865
|
type: z.ZodLiteral<"absolute-file">;
|
|
3866
3866
|
file: z.ZodString;
|
|
@@ -3875,12 +3875,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3875
3875
|
path: string;
|
|
3876
3876
|
} | {
|
|
3877
3877
|
type: "explicit-base64";
|
|
3878
|
-
content: string;
|
|
3879
3878
|
mimeType: string;
|
|
3879
|
+
content: string;
|
|
3880
3880
|
}, {
|
|
3881
3881
|
type: "explicit-base64";
|
|
3882
|
-
content: string;
|
|
3883
3882
|
mimeType: string;
|
|
3883
|
+
content: string;
|
|
3884
3884
|
} | {
|
|
3885
3885
|
type: "absolute-file";
|
|
3886
3886
|
file: string;
|
|
@@ -3894,12 +3894,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3894
3894
|
content: z.ZodString;
|
|
3895
3895
|
}, "strict", z.ZodTypeAny, {
|
|
3896
3896
|
type: "explicit-base64";
|
|
3897
|
-
content: string;
|
|
3898
3897
|
mimeType: string;
|
|
3898
|
+
content: string;
|
|
3899
3899
|
}, {
|
|
3900
3900
|
type: "explicit-base64";
|
|
3901
|
-
content: string;
|
|
3902
3901
|
mimeType: string;
|
|
3902
|
+
content: string;
|
|
3903
3903
|
}>, z.ZodObject<{
|
|
3904
3904
|
type: z.ZodLiteral<"absolute-file">;
|
|
3905
3905
|
file: z.ZodString;
|
|
@@ -3914,12 +3914,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3914
3914
|
path: string;
|
|
3915
3915
|
} | {
|
|
3916
3916
|
type: "explicit-base64";
|
|
3917
|
-
content: string;
|
|
3918
3917
|
mimeType: string;
|
|
3918
|
+
content: string;
|
|
3919
3919
|
}, {
|
|
3920
3920
|
type: "explicit-base64";
|
|
3921
|
-
content: string;
|
|
3922
3921
|
mimeType: string;
|
|
3922
|
+
content: string;
|
|
3923
3923
|
} | {
|
|
3924
3924
|
type: "absolute-file";
|
|
3925
3925
|
file: string;
|
|
@@ -3940,8 +3940,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3940
3940
|
path: string;
|
|
3941
3941
|
} | {
|
|
3942
3942
|
type: "explicit-base64";
|
|
3943
|
-
content: string;
|
|
3944
3943
|
mimeType: string;
|
|
3944
|
+
content: string;
|
|
3945
3945
|
} | undefined;
|
|
3946
3946
|
} & {
|
|
3947
3947
|
[k: string]: unknown;
|
|
@@ -3965,8 +3965,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3965
3965
|
path: string;
|
|
3966
3966
|
} | {
|
|
3967
3967
|
type: "explicit-base64";
|
|
3968
|
-
content: string;
|
|
3969
3968
|
mimeType: string;
|
|
3969
|
+
content: string;
|
|
3970
3970
|
} | undefined;
|
|
3971
3971
|
url?: string | undefined;
|
|
3972
3972
|
docs?: string | undefined;
|
|
@@ -3984,8 +3984,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3984
3984
|
name: string;
|
|
3985
3985
|
logo?: {
|
|
3986
3986
|
type: "explicit-base64";
|
|
3987
|
-
content: string;
|
|
3988
3987
|
mimeType: string;
|
|
3988
|
+
content: string;
|
|
3989
3989
|
} | {
|
|
3990
3990
|
type: "absolute-file";
|
|
3991
3991
|
file: string;
|
|
@@ -4009,8 +4009,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4009
4009
|
} | undefined;
|
|
4010
4010
|
logo?: {
|
|
4011
4011
|
type: "explicit-base64";
|
|
4012
|
-
content: string;
|
|
4013
4012
|
mimeType: string;
|
|
4013
|
+
content: string;
|
|
4014
4014
|
} | {
|
|
4015
4015
|
type: "absolute-file";
|
|
4016
4016
|
file: string;
|
|
@@ -4046,12 +4046,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4046
4046
|
content: z.ZodString;
|
|
4047
4047
|
}, "strict", z.ZodTypeAny, {
|
|
4048
4048
|
type: "explicit-base64";
|
|
4049
|
-
content: string;
|
|
4050
4049
|
mimeType: string;
|
|
4050
|
+
content: string;
|
|
4051
4051
|
}, {
|
|
4052
4052
|
type: "explicit-base64";
|
|
4053
|
-
content: string;
|
|
4054
4053
|
mimeType: string;
|
|
4054
|
+
content: string;
|
|
4055
4055
|
}>, z.ZodObject<{
|
|
4056
4056
|
type: z.ZodLiteral<"absolute-file">;
|
|
4057
4057
|
file: z.ZodString;
|
|
@@ -4066,12 +4066,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4066
4066
|
path: string;
|
|
4067
4067
|
} | {
|
|
4068
4068
|
type: "explicit-base64";
|
|
4069
|
-
content: string;
|
|
4070
4069
|
mimeType: string;
|
|
4070
|
+
content: string;
|
|
4071
4071
|
}, {
|
|
4072
4072
|
type: "explicit-base64";
|
|
4073
|
-
content: string;
|
|
4074
4073
|
mimeType: string;
|
|
4074
|
+
content: string;
|
|
4075
4075
|
} | {
|
|
4076
4076
|
type: "absolute-file";
|
|
4077
4077
|
file: string;
|
|
@@ -4082,13 +4082,13 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4082
4082
|
path: string;
|
|
4083
4083
|
} | {
|
|
4084
4084
|
type: "explicit-base64";
|
|
4085
|
-
content: string;
|
|
4086
4085
|
mimeType: string;
|
|
4086
|
+
content: string;
|
|
4087
4087
|
};
|
|
4088
4088
|
}, {
|
|
4089
4089
|
type: "explicit-base64";
|
|
4090
|
-
content: string;
|
|
4091
4090
|
mimeType: string;
|
|
4091
|
+
content: string;
|
|
4092
4092
|
} | {
|
|
4093
4093
|
type: "absolute-file";
|
|
4094
4094
|
file: string;
|
|
@@ -4100,12 +4100,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4100
4100
|
content: z.ZodString;
|
|
4101
4101
|
}, "strict", z.ZodTypeAny, {
|
|
4102
4102
|
type: "explicit-base64";
|
|
4103
|
-
content: string;
|
|
4104
4103
|
mimeType: string;
|
|
4104
|
+
content: string;
|
|
4105
4105
|
}, {
|
|
4106
4106
|
type: "explicit-base64";
|
|
4107
|
-
content: string;
|
|
4108
4107
|
mimeType: string;
|
|
4108
|
+
content: string;
|
|
4109
4109
|
}>, z.ZodObject<{
|
|
4110
4110
|
type: z.ZodLiteral<"absolute-file">;
|
|
4111
4111
|
file: z.ZodString;
|
|
@@ -4120,12 +4120,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4120
4120
|
path: string;
|
|
4121
4121
|
} | {
|
|
4122
4122
|
type: "explicit-base64";
|
|
4123
|
-
content: string;
|
|
4124
4123
|
mimeType: string;
|
|
4124
|
+
content: string;
|
|
4125
4125
|
}, {
|
|
4126
4126
|
type: "explicit-base64";
|
|
4127
|
-
content: string;
|
|
4128
4127
|
mimeType: string;
|
|
4128
|
+
content: string;
|
|
4129
4129
|
} | {
|
|
4130
4130
|
type: "absolute-file";
|
|
4131
4131
|
file: string;
|
|
@@ -4137,15 +4137,15 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4137
4137
|
path: string;
|
|
4138
4138
|
} | {
|
|
4139
4139
|
type: "explicit-base64";
|
|
4140
|
-
content: string;
|
|
4141
4140
|
mimeType: string;
|
|
4141
|
+
content: string;
|
|
4142
4142
|
};
|
|
4143
4143
|
}, {
|
|
4144
4144
|
type: "workflow-v1";
|
|
4145
4145
|
main: {
|
|
4146
4146
|
type: "explicit-base64";
|
|
4147
|
-
content: string;
|
|
4148
4147
|
mimeType: string;
|
|
4148
|
+
content: string;
|
|
4149
4149
|
} | {
|
|
4150
4150
|
type: "absolute-file";
|
|
4151
4151
|
file: string;
|
|
@@ -4158,12 +4158,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4158
4158
|
content: z.ZodString;
|
|
4159
4159
|
}, "strict", z.ZodTypeAny, {
|
|
4160
4160
|
type: "explicit-base64";
|
|
4161
|
-
content: string;
|
|
4162
4161
|
mimeType: string;
|
|
4162
|
+
content: string;
|
|
4163
4163
|
}, {
|
|
4164
4164
|
type: "explicit-base64";
|
|
4165
|
-
content: string;
|
|
4166
4165
|
mimeType: string;
|
|
4166
|
+
content: string;
|
|
4167
4167
|
}>, z.ZodObject<{
|
|
4168
4168
|
type: z.ZodLiteral<"absolute-file">;
|
|
4169
4169
|
file: z.ZodString;
|
|
@@ -4178,12 +4178,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4178
4178
|
path: string;
|
|
4179
4179
|
} | {
|
|
4180
4180
|
type: "explicit-base64";
|
|
4181
|
-
content: string;
|
|
4182
4181
|
mimeType: string;
|
|
4182
|
+
content: string;
|
|
4183
4183
|
}, {
|
|
4184
4184
|
type: "explicit-base64";
|
|
4185
|
-
content: string;
|
|
4186
4185
|
mimeType: string;
|
|
4186
|
+
content: string;
|
|
4187
4187
|
} | {
|
|
4188
4188
|
type: "absolute-file";
|
|
4189
4189
|
file: string;
|
|
@@ -4195,15 +4195,15 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4195
4195
|
path: string;
|
|
4196
4196
|
} | {
|
|
4197
4197
|
type: "explicit-base64";
|
|
4198
|
-
content: string;
|
|
4199
4198
|
mimeType: string;
|
|
4199
|
+
content: string;
|
|
4200
4200
|
};
|
|
4201
4201
|
}, {
|
|
4202
4202
|
type: "workflow-v1";
|
|
4203
4203
|
main: {
|
|
4204
4204
|
type: "explicit-base64";
|
|
4205
|
-
content: string;
|
|
4206
4205
|
mimeType: string;
|
|
4206
|
+
content: string;
|
|
4207
4207
|
} | {
|
|
4208
4208
|
type: "absolute-file";
|
|
4209
4209
|
file: string;
|
|
@@ -4215,12 +4215,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4215
4215
|
content: z.ZodString;
|
|
4216
4216
|
}, "strict", z.ZodTypeAny, {
|
|
4217
4217
|
type: "explicit-base64";
|
|
4218
|
-
content: string;
|
|
4219
4218
|
mimeType: string;
|
|
4219
|
+
content: string;
|
|
4220
4220
|
}, {
|
|
4221
4221
|
type: "explicit-base64";
|
|
4222
|
-
content: string;
|
|
4223
4222
|
mimeType: string;
|
|
4223
|
+
content: string;
|
|
4224
4224
|
}>, z.ZodObject<{
|
|
4225
4225
|
type: z.ZodLiteral<"absolute-file">;
|
|
4226
4226
|
file: z.ZodString;
|
|
@@ -4235,12 +4235,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4235
4235
|
path: string;
|
|
4236
4236
|
} | {
|
|
4237
4237
|
type: "explicit-base64";
|
|
4238
|
-
content: string;
|
|
4239
4238
|
mimeType: string;
|
|
4239
|
+
content: string;
|
|
4240
4240
|
}, {
|
|
4241
4241
|
type: "explicit-base64";
|
|
4242
|
-
content: string;
|
|
4243
4242
|
mimeType: string;
|
|
4243
|
+
content: string;
|
|
4244
4244
|
} | {
|
|
4245
4245
|
type: "absolute-file";
|
|
4246
4246
|
file: string;
|
|
@@ -4269,8 +4269,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4269
4269
|
path: string;
|
|
4270
4270
|
} | {
|
|
4271
4271
|
type: "explicit-base64";
|
|
4272
|
-
content: string;
|
|
4273
4272
|
mimeType: string;
|
|
4273
|
+
content: string;
|
|
4274
4274
|
};
|
|
4275
4275
|
} | {
|
|
4276
4276
|
type: "workflow-v1";
|
|
@@ -4279,8 +4279,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4279
4279
|
path: string;
|
|
4280
4280
|
} | {
|
|
4281
4281
|
type: "explicit-base64";
|
|
4282
|
-
content: string;
|
|
4283
4282
|
mimeType: string;
|
|
4283
|
+
content: string;
|
|
4284
4284
|
};
|
|
4285
4285
|
};
|
|
4286
4286
|
model: {
|
|
@@ -4288,8 +4288,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4288
4288
|
path: string;
|
|
4289
4289
|
} | {
|
|
4290
4290
|
type: "explicit-base64";
|
|
4291
|
-
content: string;
|
|
4292
4291
|
mimeType: string;
|
|
4292
|
+
content: string;
|
|
4293
4293
|
};
|
|
4294
4294
|
ui: {
|
|
4295
4295
|
type: "relative";
|
|
@@ -4298,8 +4298,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4298
4298
|
}, {
|
|
4299
4299
|
workflow: {
|
|
4300
4300
|
type: "explicit-base64";
|
|
4301
|
-
content: string;
|
|
4302
4301
|
mimeType: string;
|
|
4302
|
+
content: string;
|
|
4303
4303
|
} | {
|
|
4304
4304
|
type: "absolute-file";
|
|
4305
4305
|
file: string;
|
|
@@ -4307,8 +4307,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4307
4307
|
type: "workflow-v1";
|
|
4308
4308
|
main: {
|
|
4309
4309
|
type: "explicit-base64";
|
|
4310
|
-
content: string;
|
|
4311
4310
|
mimeType: string;
|
|
4311
|
+
content: string;
|
|
4312
4312
|
} | {
|
|
4313
4313
|
type: "absolute-file";
|
|
4314
4314
|
file: string;
|
|
@@ -4316,8 +4316,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4316
4316
|
};
|
|
4317
4317
|
model: {
|
|
4318
4318
|
type: "explicit-base64";
|
|
4319
|
-
content: string;
|
|
4320
4319
|
mimeType: string;
|
|
4320
|
+
content: string;
|
|
4321
4321
|
} | {
|
|
4322
4322
|
type: "absolute-file";
|
|
4323
4323
|
file: string;
|
|
@@ -4415,10 +4415,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4415
4415
|
path: string;
|
|
4416
4416
|
}>;
|
|
4417
4417
|
}, "strip", z.ZodTypeAny, {
|
|
4418
|
-
ui: {
|
|
4419
|
-
type: "relative";
|
|
4420
|
-
path: string;
|
|
4421
|
-
};
|
|
4422
4418
|
workflow: {
|
|
4423
4419
|
type: "workflow-v1";
|
|
4424
4420
|
main: {
|
|
@@ -4430,11 +4426,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4430
4426
|
type: "relative";
|
|
4431
4427
|
path: string;
|
|
4432
4428
|
};
|
|
4433
|
-
}, {
|
|
4434
4429
|
ui: {
|
|
4435
4430
|
type: "relative";
|
|
4436
4431
|
path: string;
|
|
4437
4432
|
};
|
|
4433
|
+
}, {
|
|
4438
4434
|
workflow: {
|
|
4439
4435
|
type: "relative";
|
|
4440
4436
|
path: string;
|
|
@@ -4449,6 +4445,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4449
4445
|
type: "relative";
|
|
4450
4446
|
path: string;
|
|
4451
4447
|
};
|
|
4448
|
+
ui: {
|
|
4449
|
+
type: "relative";
|
|
4450
|
+
path: string;
|
|
4451
|
+
};
|
|
4452
4452
|
}>>;
|
|
4453
4453
|
meta: z.ZodObject<{
|
|
4454
4454
|
title: z.ZodString;
|
|
@@ -4521,12 +4521,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4521
4521
|
content: z.ZodString;
|
|
4522
4522
|
}, "strict", z.ZodTypeAny, {
|
|
4523
4523
|
type: "explicit-base64";
|
|
4524
|
-
content: string;
|
|
4525
4524
|
mimeType: string;
|
|
4525
|
+
content: string;
|
|
4526
4526
|
}, {
|
|
4527
4527
|
type: "explicit-base64";
|
|
4528
|
-
content: string;
|
|
4529
4528
|
mimeType: string;
|
|
4529
|
+
content: string;
|
|
4530
4530
|
}>, z.ZodObject<{
|
|
4531
4531
|
type: z.ZodLiteral<"absolute-file">;
|
|
4532
4532
|
file: z.ZodString;
|
|
@@ -4541,12 +4541,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4541
4541
|
path: string;
|
|
4542
4542
|
} | {
|
|
4543
4543
|
type: "explicit-base64";
|
|
4544
|
-
content: string;
|
|
4545
4544
|
mimeType: string;
|
|
4545
|
+
content: string;
|
|
4546
4546
|
}, {
|
|
4547
4547
|
type: "explicit-base64";
|
|
4548
|
-
content: string;
|
|
4549
4548
|
mimeType: string;
|
|
4549
|
+
content: string;
|
|
4550
4550
|
} | {
|
|
4551
4551
|
type: "absolute-file";
|
|
4552
4552
|
file: string;
|
|
@@ -4564,12 +4564,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4564
4564
|
content: z.ZodString;
|
|
4565
4565
|
}, "strict", z.ZodTypeAny, {
|
|
4566
4566
|
type: "explicit-base64";
|
|
4567
|
-
content: string;
|
|
4568
4567
|
mimeType: string;
|
|
4568
|
+
content: string;
|
|
4569
4569
|
}, {
|
|
4570
4570
|
type: "explicit-base64";
|
|
4571
|
-
content: string;
|
|
4572
4571
|
mimeType: string;
|
|
4572
|
+
content: string;
|
|
4573
4573
|
}>, z.ZodObject<{
|
|
4574
4574
|
type: z.ZodLiteral<"absolute-file">;
|
|
4575
4575
|
file: z.ZodString;
|
|
@@ -4584,12 +4584,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4584
4584
|
path: string;
|
|
4585
4585
|
} | {
|
|
4586
4586
|
type: "explicit-base64";
|
|
4587
|
-
content: string;
|
|
4588
4587
|
mimeType: string;
|
|
4588
|
+
content: string;
|
|
4589
4589
|
}, {
|
|
4590
4590
|
type: "explicit-base64";
|
|
4591
|
-
content: string;
|
|
4592
4591
|
mimeType: string;
|
|
4592
|
+
content: string;
|
|
4593
4593
|
} | {
|
|
4594
4594
|
type: "absolute-file";
|
|
4595
4595
|
file: string;
|
|
@@ -4603,12 +4603,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4603
4603
|
content: z.ZodString;
|
|
4604
4604
|
}, "strict", z.ZodTypeAny, {
|
|
4605
4605
|
type: "explicit-base64";
|
|
4606
|
-
content: string;
|
|
4607
4606
|
mimeType: string;
|
|
4607
|
+
content: string;
|
|
4608
4608
|
}, {
|
|
4609
4609
|
type: "explicit-base64";
|
|
4610
|
-
content: string;
|
|
4611
4610
|
mimeType: string;
|
|
4611
|
+
content: string;
|
|
4612
4612
|
}>, z.ZodObject<{
|
|
4613
4613
|
type: z.ZodLiteral<"absolute-file">;
|
|
4614
4614
|
file: z.ZodString;
|
|
@@ -4623,12 +4623,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4623
4623
|
path: string;
|
|
4624
4624
|
} | {
|
|
4625
4625
|
type: "explicit-base64";
|
|
4626
|
-
content: string;
|
|
4627
4626
|
mimeType: string;
|
|
4627
|
+
content: string;
|
|
4628
4628
|
}, {
|
|
4629
4629
|
type: "explicit-base64";
|
|
4630
|
-
content: string;
|
|
4631
4630
|
mimeType: string;
|
|
4631
|
+
content: string;
|
|
4632
4632
|
} | {
|
|
4633
4633
|
type: "absolute-file";
|
|
4634
4634
|
file: string;
|
|
@@ -4642,12 +4642,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4642
4642
|
content: z.ZodString;
|
|
4643
4643
|
}, "strict", z.ZodTypeAny, {
|
|
4644
4644
|
type: "explicit-base64";
|
|
4645
|
-
content: string;
|
|
4646
4645
|
mimeType: string;
|
|
4646
|
+
content: string;
|
|
4647
4647
|
}, {
|
|
4648
4648
|
type: "explicit-base64";
|
|
4649
|
-
content: string;
|
|
4650
4649
|
mimeType: string;
|
|
4650
|
+
content: string;
|
|
4651
4651
|
}>, z.ZodObject<{
|
|
4652
4652
|
type: z.ZodLiteral<"absolute-file">;
|
|
4653
4653
|
file: z.ZodString;
|
|
@@ -4662,12 +4662,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4662
4662
|
path: string;
|
|
4663
4663
|
} | {
|
|
4664
4664
|
type: "explicit-base64";
|
|
4665
|
-
content: string;
|
|
4666
4665
|
mimeType: string;
|
|
4666
|
+
content: string;
|
|
4667
4667
|
}, {
|
|
4668
4668
|
type: "explicit-base64";
|
|
4669
|
-
content: string;
|
|
4670
4669
|
mimeType: string;
|
|
4670
|
+
content: string;
|
|
4671
4671
|
} | {
|
|
4672
4672
|
type: "absolute-file";
|
|
4673
4673
|
file: string;
|
|
@@ -4688,8 +4688,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4688
4688
|
path: string;
|
|
4689
4689
|
} | {
|
|
4690
4690
|
type: "explicit-base64";
|
|
4691
|
-
content: string;
|
|
4692
4691
|
mimeType: string;
|
|
4692
|
+
content: string;
|
|
4693
4693
|
} | undefined;
|
|
4694
4694
|
} & {
|
|
4695
4695
|
[k: string]: unknown;
|
|
@@ -4713,8 +4713,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4713
4713
|
path: string;
|
|
4714
4714
|
} | {
|
|
4715
4715
|
type: "explicit-base64";
|
|
4716
|
-
content: string;
|
|
4717
4716
|
mimeType: string;
|
|
4717
|
+
content: string;
|
|
4718
4718
|
} | undefined;
|
|
4719
4719
|
url?: string | undefined;
|
|
4720
4720
|
docs?: string | undefined;
|
|
@@ -4732,8 +4732,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4732
4732
|
name: string;
|
|
4733
4733
|
logo?: {
|
|
4734
4734
|
type: "explicit-base64";
|
|
4735
|
-
content: string;
|
|
4736
4735
|
mimeType: string;
|
|
4736
|
+
content: string;
|
|
4737
4737
|
} | {
|
|
4738
4738
|
type: "absolute-file";
|
|
4739
4739
|
file: string;
|
|
@@ -4757,8 +4757,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4757
4757
|
} | undefined;
|
|
4758
4758
|
logo?: {
|
|
4759
4759
|
type: "explicit-base64";
|
|
4760
|
-
content: string;
|
|
4761
4760
|
mimeType: string;
|
|
4761
|
+
content: string;
|
|
4762
4762
|
} | {
|
|
4763
4763
|
type: "absolute-file";
|
|
4764
4764
|
file: string;
|
|
@@ -4876,10 +4876,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4876
4876
|
path: string;
|
|
4877
4877
|
}>;
|
|
4878
4878
|
}, "strip", z.ZodTypeAny, {
|
|
4879
|
-
ui: {
|
|
4880
|
-
type: "relative";
|
|
4881
|
-
path: string;
|
|
4882
|
-
};
|
|
4883
4879
|
workflow: {
|
|
4884
4880
|
type: "workflow-v1";
|
|
4885
4881
|
main: {
|
|
@@ -4891,11 +4887,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4891
4887
|
type: "relative";
|
|
4892
4888
|
path: string;
|
|
4893
4889
|
};
|
|
4894
|
-
}, {
|
|
4895
4890
|
ui: {
|
|
4896
4891
|
type: "relative";
|
|
4897
4892
|
path: string;
|
|
4898
4893
|
};
|
|
4894
|
+
}, {
|
|
4899
4895
|
workflow: {
|
|
4900
4896
|
type: "relative";
|
|
4901
4897
|
path: string;
|
|
@@ -4910,6 +4906,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4910
4906
|
type: "relative";
|
|
4911
4907
|
path: string;
|
|
4912
4908
|
};
|
|
4909
|
+
ui: {
|
|
4910
|
+
type: "relative";
|
|
4911
|
+
path: string;
|
|
4912
|
+
};
|
|
4913
4913
|
}>;
|
|
4914
4914
|
meta: z.ZodObject<{
|
|
4915
4915
|
title: z.ZodString;
|
|
@@ -4958,12 +4958,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4958
4958
|
content: z.ZodString;
|
|
4959
4959
|
}, "strict", z.ZodTypeAny, {
|
|
4960
4960
|
type: "explicit-base64";
|
|
4961
|
-
content: string;
|
|
4962
4961
|
mimeType: string;
|
|
4962
|
+
content: string;
|
|
4963
4963
|
}, {
|
|
4964
4964
|
type: "explicit-base64";
|
|
4965
|
-
content: string;
|
|
4966
4965
|
mimeType: string;
|
|
4966
|
+
content: string;
|
|
4967
4967
|
}>, z.ZodObject<{
|
|
4968
4968
|
type: z.ZodLiteral<"relative">;
|
|
4969
4969
|
path: z.ZodString;
|
|
@@ -4987,12 +4987,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4987
4987
|
content: z.ZodString;
|
|
4988
4988
|
}, "strict", z.ZodTypeAny, {
|
|
4989
4989
|
type: "explicit-base64";
|
|
4990
|
-
content: string;
|
|
4991
4990
|
mimeType: string;
|
|
4991
|
+
content: string;
|
|
4992
4992
|
}, {
|
|
4993
4993
|
type: "explicit-base64";
|
|
4994
|
-
content: string;
|
|
4995
4994
|
mimeType: string;
|
|
4995
|
+
content: string;
|
|
4996
4996
|
}>, z.ZodObject<{
|
|
4997
4997
|
type: z.ZodLiteral<"relative">;
|
|
4998
4998
|
path: z.ZodString;
|
|
@@ -5012,12 +5012,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5012
5012
|
content: z.ZodString;
|
|
5013
5013
|
}, "strict", z.ZodTypeAny, {
|
|
5014
5014
|
type: "explicit-base64";
|
|
5015
|
-
content: string;
|
|
5016
5015
|
mimeType: string;
|
|
5016
|
+
content: string;
|
|
5017
5017
|
}, {
|
|
5018
5018
|
type: "explicit-base64";
|
|
5019
|
-
content: string;
|
|
5020
5019
|
mimeType: string;
|
|
5020
|
+
content: string;
|
|
5021
5021
|
}>, z.ZodObject<{
|
|
5022
5022
|
type: z.ZodLiteral<"relative">;
|
|
5023
5023
|
path: z.ZodString;
|
|
@@ -5037,12 +5037,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5037
5037
|
content: z.ZodString;
|
|
5038
5038
|
}, "strict", z.ZodTypeAny, {
|
|
5039
5039
|
type: "explicit-base64";
|
|
5040
|
-
content: string;
|
|
5041
5040
|
mimeType: string;
|
|
5041
|
+
content: string;
|
|
5042
5042
|
}, {
|
|
5043
5043
|
type: "explicit-base64";
|
|
5044
|
-
content: string;
|
|
5045
5044
|
mimeType: string;
|
|
5045
|
+
content: string;
|
|
5046
5046
|
}>, z.ZodObject<{
|
|
5047
5047
|
type: z.ZodLiteral<"relative">;
|
|
5048
5048
|
path: z.ZodString;
|
|
@@ -5060,12 +5060,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5060
5060
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
5061
5061
|
}, "strip", z.ZodTypeAny, {
|
|
5062
5062
|
organization: {
|
|
5063
|
-
url: string;
|
|
5064
5063
|
name: string;
|
|
5064
|
+
url: string;
|
|
5065
5065
|
logo?: {
|
|
5066
5066
|
type: "explicit-base64";
|
|
5067
|
-
content: string;
|
|
5068
5067
|
mimeType: string;
|
|
5068
|
+
content: string;
|
|
5069
5069
|
} | {
|
|
5070
5070
|
type: "relative";
|
|
5071
5071
|
path: string;
|
|
@@ -5092,8 +5092,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5092
5092
|
} | undefined;
|
|
5093
5093
|
logo?: {
|
|
5094
5094
|
type: "explicit-base64";
|
|
5095
|
-
content: string;
|
|
5096
5095
|
mimeType: string;
|
|
5096
|
+
content: string;
|
|
5097
5097
|
} | {
|
|
5098
5098
|
type: "relative";
|
|
5099
5099
|
path: string;
|
|
@@ -5107,12 +5107,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5107
5107
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5108
5108
|
}, {
|
|
5109
5109
|
organization: {
|
|
5110
|
-
url: string;
|
|
5111
5110
|
name: string;
|
|
5111
|
+
url: string;
|
|
5112
5112
|
logo?: {
|
|
5113
5113
|
type: "explicit-base64";
|
|
5114
|
-
content: string;
|
|
5115
5114
|
mimeType: string;
|
|
5115
|
+
content: string;
|
|
5116
5116
|
} | {
|
|
5117
5117
|
type: "relative";
|
|
5118
5118
|
path: string;
|
|
@@ -5139,8 +5139,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5139
5139
|
} | undefined;
|
|
5140
5140
|
logo?: {
|
|
5141
5141
|
type: "explicit-base64";
|
|
5142
|
-
content: string;
|
|
5143
5142
|
mimeType: string;
|
|
5143
|
+
content: string;
|
|
5144
5144
|
} | {
|
|
5145
5145
|
type: "relative";
|
|
5146
5146
|
path: string;
|
|
@@ -5257,10 +5257,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5257
5257
|
path: string;
|
|
5258
5258
|
}>;
|
|
5259
5259
|
}, "strip", z.ZodTypeAny, {
|
|
5260
|
-
ui: {
|
|
5261
|
-
type: "relative";
|
|
5262
|
-
path: string;
|
|
5263
|
-
};
|
|
5264
5260
|
workflow: {
|
|
5265
5261
|
type: "workflow-v1";
|
|
5266
5262
|
main: {
|
|
@@ -5272,11 +5268,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5272
5268
|
type: "relative";
|
|
5273
5269
|
path: string;
|
|
5274
5270
|
};
|
|
5275
|
-
}, {
|
|
5276
5271
|
ui: {
|
|
5277
5272
|
type: "relative";
|
|
5278
5273
|
path: string;
|
|
5279
5274
|
};
|
|
5275
|
+
}, {
|
|
5280
5276
|
workflow: {
|
|
5281
5277
|
type: "relative";
|
|
5282
5278
|
path: string;
|
|
@@ -5291,6 +5287,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5291
5287
|
type: "relative";
|
|
5292
5288
|
path: string;
|
|
5293
5289
|
};
|
|
5290
|
+
ui: {
|
|
5291
|
+
type: "relative";
|
|
5292
|
+
path: string;
|
|
5293
|
+
};
|
|
5294
5294
|
}>;
|
|
5295
5295
|
meta: z.ZodObject<{
|
|
5296
5296
|
title: z.ZodString;
|
|
@@ -5339,12 +5339,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5339
5339
|
content: z.ZodString;
|
|
5340
5340
|
}, "strict", z.ZodTypeAny, {
|
|
5341
5341
|
type: "explicit-base64";
|
|
5342
|
-
content: string;
|
|
5343
5342
|
mimeType: string;
|
|
5343
|
+
content: string;
|
|
5344
5344
|
}, {
|
|
5345
5345
|
type: "explicit-base64";
|
|
5346
|
-
content: string;
|
|
5347
5346
|
mimeType: string;
|
|
5347
|
+
content: string;
|
|
5348
5348
|
}>, z.ZodObject<{
|
|
5349
5349
|
type: z.ZodLiteral<"relative">;
|
|
5350
5350
|
path: z.ZodString;
|
|
@@ -5368,12 +5368,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5368
5368
|
content: z.ZodString;
|
|
5369
5369
|
}, "strict", z.ZodTypeAny, {
|
|
5370
5370
|
type: "explicit-base64";
|
|
5371
|
-
content: string;
|
|
5372
5371
|
mimeType: string;
|
|
5372
|
+
content: string;
|
|
5373
5373
|
}, {
|
|
5374
5374
|
type: "explicit-base64";
|
|
5375
|
-
content: string;
|
|
5376
5375
|
mimeType: string;
|
|
5376
|
+
content: string;
|
|
5377
5377
|
}>, z.ZodObject<{
|
|
5378
5378
|
type: z.ZodLiteral<"relative">;
|
|
5379
5379
|
path: z.ZodString;
|
|
@@ -5393,12 +5393,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5393
5393
|
content: z.ZodString;
|
|
5394
5394
|
}, "strict", z.ZodTypeAny, {
|
|
5395
5395
|
type: "explicit-base64";
|
|
5396
|
-
content: string;
|
|
5397
5396
|
mimeType: string;
|
|
5397
|
+
content: string;
|
|
5398
5398
|
}, {
|
|
5399
5399
|
type: "explicit-base64";
|
|
5400
|
-
content: string;
|
|
5401
5400
|
mimeType: string;
|
|
5401
|
+
content: string;
|
|
5402
5402
|
}>, z.ZodObject<{
|
|
5403
5403
|
type: z.ZodLiteral<"relative">;
|
|
5404
5404
|
path: z.ZodString;
|
|
@@ -5418,12 +5418,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5418
5418
|
content: z.ZodString;
|
|
5419
5419
|
}, "strict", z.ZodTypeAny, {
|
|
5420
5420
|
type: "explicit-base64";
|
|
5421
|
-
content: string;
|
|
5422
5421
|
mimeType: string;
|
|
5422
|
+
content: string;
|
|
5423
5423
|
}, {
|
|
5424
5424
|
type: "explicit-base64";
|
|
5425
|
-
content: string;
|
|
5426
5425
|
mimeType: string;
|
|
5426
|
+
content: string;
|
|
5427
5427
|
}>, z.ZodObject<{
|
|
5428
5428
|
type: z.ZodLiteral<"relative">;
|
|
5429
5429
|
path: z.ZodString;
|
|
@@ -5441,12 +5441,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5441
5441
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
5442
5442
|
}, "strip", z.ZodTypeAny, {
|
|
5443
5443
|
organization: {
|
|
5444
|
-
url: string;
|
|
5445
5444
|
name: string;
|
|
5445
|
+
url: string;
|
|
5446
5446
|
logo?: {
|
|
5447
5447
|
type: "explicit-base64";
|
|
5448
|
-
content: string;
|
|
5449
5448
|
mimeType: string;
|
|
5449
|
+
content: string;
|
|
5450
5450
|
} | {
|
|
5451
5451
|
type: "relative";
|
|
5452
5452
|
path: string;
|
|
@@ -5473,8 +5473,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5473
5473
|
} | undefined;
|
|
5474
5474
|
logo?: {
|
|
5475
5475
|
type: "explicit-base64";
|
|
5476
|
-
content: string;
|
|
5477
5476
|
mimeType: string;
|
|
5477
|
+
content: string;
|
|
5478
5478
|
} | {
|
|
5479
5479
|
type: "relative";
|
|
5480
5480
|
path: string;
|
|
@@ -5488,12 +5488,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5488
5488
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5489
5489
|
}, {
|
|
5490
5490
|
organization: {
|
|
5491
|
-
url: string;
|
|
5492
5491
|
name: string;
|
|
5492
|
+
url: string;
|
|
5493
5493
|
logo?: {
|
|
5494
5494
|
type: "explicit-base64";
|
|
5495
|
-
content: string;
|
|
5496
5495
|
mimeType: string;
|
|
5496
|
+
content: string;
|
|
5497
5497
|
} | {
|
|
5498
5498
|
type: "relative";
|
|
5499
5499
|
path: string;
|
|
@@ -5520,8 +5520,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5520
5520
|
} | undefined;
|
|
5521
5521
|
logo?: {
|
|
5522
5522
|
type: "explicit-base64";
|
|
5523
|
-
content: string;
|
|
5524
5523
|
mimeType: string;
|
|
5524
|
+
content: string;
|
|
5525
5525
|
} | {
|
|
5526
5526
|
type: "relative";
|
|
5527
5527
|
path: string;
|
|
@@ -5638,10 +5638,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5638
5638
|
path: string;
|
|
5639
5639
|
}>;
|
|
5640
5640
|
}, "strip", z.ZodTypeAny, {
|
|
5641
|
-
ui: {
|
|
5642
|
-
type: "relative";
|
|
5643
|
-
path: string;
|
|
5644
|
-
};
|
|
5645
5641
|
workflow: {
|
|
5646
5642
|
type: "workflow-v1";
|
|
5647
5643
|
main: {
|
|
@@ -5653,11 +5649,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5653
5649
|
type: "relative";
|
|
5654
5650
|
path: string;
|
|
5655
5651
|
};
|
|
5656
|
-
}, {
|
|
5657
5652
|
ui: {
|
|
5658
5653
|
type: "relative";
|
|
5659
5654
|
path: string;
|
|
5660
5655
|
};
|
|
5656
|
+
}, {
|
|
5661
5657
|
workflow: {
|
|
5662
5658
|
type: "relative";
|
|
5663
5659
|
path: string;
|
|
@@ -5672,6 +5668,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5672
5668
|
type: "relative";
|
|
5673
5669
|
path: string;
|
|
5674
5670
|
};
|
|
5671
|
+
ui: {
|
|
5672
|
+
type: "relative";
|
|
5673
|
+
path: string;
|
|
5674
|
+
};
|
|
5675
5675
|
}>;
|
|
5676
5676
|
meta: z.ZodObject<{
|
|
5677
5677
|
title: z.ZodString;
|
|
@@ -5720,12 +5720,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5720
5720
|
content: z.ZodString;
|
|
5721
5721
|
}, "strict", z.ZodTypeAny, {
|
|
5722
5722
|
type: "explicit-base64";
|
|
5723
|
-
content: string;
|
|
5724
5723
|
mimeType: string;
|
|
5724
|
+
content: string;
|
|
5725
5725
|
}, {
|
|
5726
5726
|
type: "explicit-base64";
|
|
5727
|
-
content: string;
|
|
5728
5727
|
mimeType: string;
|
|
5728
|
+
content: string;
|
|
5729
5729
|
}>, z.ZodObject<{
|
|
5730
5730
|
type: z.ZodLiteral<"relative">;
|
|
5731
5731
|
path: z.ZodString;
|
|
@@ -5749,12 +5749,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5749
5749
|
content: z.ZodString;
|
|
5750
5750
|
}, "strict", z.ZodTypeAny, {
|
|
5751
5751
|
type: "explicit-base64";
|
|
5752
|
-
content: string;
|
|
5753
5752
|
mimeType: string;
|
|
5753
|
+
content: string;
|
|
5754
5754
|
}, {
|
|
5755
5755
|
type: "explicit-base64";
|
|
5756
|
-
content: string;
|
|
5757
5756
|
mimeType: string;
|
|
5757
|
+
content: string;
|
|
5758
5758
|
}>, z.ZodObject<{
|
|
5759
5759
|
type: z.ZodLiteral<"relative">;
|
|
5760
5760
|
path: z.ZodString;
|
|
@@ -5774,12 +5774,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5774
5774
|
content: z.ZodString;
|
|
5775
5775
|
}, "strict", z.ZodTypeAny, {
|
|
5776
5776
|
type: "explicit-base64";
|
|
5777
|
-
content: string;
|
|
5778
5777
|
mimeType: string;
|
|
5778
|
+
content: string;
|
|
5779
5779
|
}, {
|
|
5780
5780
|
type: "explicit-base64";
|
|
5781
|
-
content: string;
|
|
5782
5781
|
mimeType: string;
|
|
5782
|
+
content: string;
|
|
5783
5783
|
}>, z.ZodObject<{
|
|
5784
5784
|
type: z.ZodLiteral<"relative">;
|
|
5785
5785
|
path: z.ZodString;
|
|
@@ -5799,12 +5799,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5799
5799
|
content: z.ZodString;
|
|
5800
5800
|
}, "strict", z.ZodTypeAny, {
|
|
5801
5801
|
type: "explicit-base64";
|
|
5802
|
-
content: string;
|
|
5803
5802
|
mimeType: string;
|
|
5803
|
+
content: string;
|
|
5804
5804
|
}, {
|
|
5805
5805
|
type: "explicit-base64";
|
|
5806
|
-
content: string;
|
|
5807
5806
|
mimeType: string;
|
|
5807
|
+
content: string;
|
|
5808
5808
|
}>, z.ZodObject<{
|
|
5809
5809
|
type: z.ZodLiteral<"relative">;
|
|
5810
5810
|
path: z.ZodString;
|
|
@@ -5822,12 +5822,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5822
5822
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
5823
5823
|
}, "strip", z.ZodTypeAny, {
|
|
5824
5824
|
organization: {
|
|
5825
|
-
url: string;
|
|
5826
5825
|
name: string;
|
|
5826
|
+
url: string;
|
|
5827
5827
|
logo?: {
|
|
5828
5828
|
type: "explicit-base64";
|
|
5829
|
-
content: string;
|
|
5830
5829
|
mimeType: string;
|
|
5830
|
+
content: string;
|
|
5831
5831
|
} | {
|
|
5832
5832
|
type: "relative";
|
|
5833
5833
|
path: string;
|
|
@@ -5854,8 +5854,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5854
5854
|
} | undefined;
|
|
5855
5855
|
logo?: {
|
|
5856
5856
|
type: "explicit-base64";
|
|
5857
|
-
content: string;
|
|
5858
5857
|
mimeType: string;
|
|
5858
|
+
content: string;
|
|
5859
5859
|
} | {
|
|
5860
5860
|
type: "relative";
|
|
5861
5861
|
path: string;
|
|
@@ -5869,12 +5869,12 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5869
5869
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5870
5870
|
}, {
|
|
5871
5871
|
organization: {
|
|
5872
|
-
url: string;
|
|
5873
5872
|
name: string;
|
|
5873
|
+
url: string;
|
|
5874
5874
|
logo?: {
|
|
5875
5875
|
type: "explicit-base64";
|
|
5876
|
-
content: string;
|
|
5877
5876
|
mimeType: string;
|
|
5877
|
+
content: string;
|
|
5878
5878
|
} | {
|
|
5879
5879
|
type: "relative";
|
|
5880
5880
|
path: string;
|
|
@@ -5901,8 +5901,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5901
5901
|
} | undefined;
|
|
5902
5902
|
logo?: {
|
|
5903
5903
|
type: "explicit-base64";
|
|
5904
|
-
content: string;
|
|
5905
5904
|
mimeType: string;
|
|
5905
|
+
content: string;
|
|
5906
5906
|
} | {
|
|
5907
5907
|
type: "relative";
|
|
5908
5908
|
path: string;
|
|
@@ -6020,10 +6020,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6020
6020
|
path: string;
|
|
6021
6021
|
}>;
|
|
6022
6022
|
}, "strip", z.ZodTypeAny, {
|
|
6023
|
-
ui: {
|
|
6024
|
-
type: "relative";
|
|
6025
|
-
path: string;
|
|
6026
|
-
};
|
|
6027
6023
|
workflow: {
|
|
6028
6024
|
type: "workflow-v1";
|
|
6029
6025
|
main: {
|
|
@@ -6035,11 +6031,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6035
6031
|
type: "relative";
|
|
6036
6032
|
path: string;
|
|
6037
6033
|
};
|
|
6038
|
-
}, {
|
|
6039
6034
|
ui: {
|
|
6040
6035
|
type: "relative";
|
|
6041
6036
|
path: string;
|
|
6042
6037
|
};
|
|
6038
|
+
}, {
|
|
6043
6039
|
workflow: {
|
|
6044
6040
|
type: "relative";
|
|
6045
6041
|
path: string;
|
|
@@ -6054,6 +6050,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6054
6050
|
type: "relative";
|
|
6055
6051
|
path: string;
|
|
6056
6052
|
};
|
|
6053
|
+
ui: {
|
|
6054
|
+
type: "relative";
|
|
6055
|
+
path: string;
|
|
6056
|
+
};
|
|
6057
6057
|
}>;
|
|
6058
6058
|
meta: z.ZodObject<{
|
|
6059
6059
|
title: z.ZodString;
|
|
@@ -6102,12 +6102,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6102
6102
|
content: z.ZodString;
|
|
6103
6103
|
}, "strict", z.ZodTypeAny, {
|
|
6104
6104
|
type: "explicit-base64";
|
|
6105
|
-
content: string;
|
|
6106
6105
|
mimeType: string;
|
|
6106
|
+
content: string;
|
|
6107
6107
|
}, {
|
|
6108
6108
|
type: "explicit-base64";
|
|
6109
|
-
content: string;
|
|
6110
6109
|
mimeType: string;
|
|
6110
|
+
content: string;
|
|
6111
6111
|
}>, z.ZodObject<{
|
|
6112
6112
|
type: z.ZodLiteral<"relative">;
|
|
6113
6113
|
path: z.ZodString;
|
|
@@ -6131,12 +6131,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6131
6131
|
content: z.ZodString;
|
|
6132
6132
|
}, "strict", z.ZodTypeAny, {
|
|
6133
6133
|
type: "explicit-base64";
|
|
6134
|
-
content: string;
|
|
6135
6134
|
mimeType: string;
|
|
6135
|
+
content: string;
|
|
6136
6136
|
}, {
|
|
6137
6137
|
type: "explicit-base64";
|
|
6138
|
-
content: string;
|
|
6139
6138
|
mimeType: string;
|
|
6139
|
+
content: string;
|
|
6140
6140
|
}>, z.ZodObject<{
|
|
6141
6141
|
type: z.ZodLiteral<"relative">;
|
|
6142
6142
|
path: z.ZodString;
|
|
@@ -6156,12 +6156,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6156
6156
|
content: z.ZodString;
|
|
6157
6157
|
}, "strict", z.ZodTypeAny, {
|
|
6158
6158
|
type: "explicit-base64";
|
|
6159
|
-
content: string;
|
|
6160
6159
|
mimeType: string;
|
|
6160
|
+
content: string;
|
|
6161
6161
|
}, {
|
|
6162
6162
|
type: "explicit-base64";
|
|
6163
|
-
content: string;
|
|
6164
6163
|
mimeType: string;
|
|
6164
|
+
content: string;
|
|
6165
6165
|
}>, z.ZodObject<{
|
|
6166
6166
|
type: z.ZodLiteral<"relative">;
|
|
6167
6167
|
path: z.ZodString;
|
|
@@ -6181,12 +6181,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6181
6181
|
content: z.ZodString;
|
|
6182
6182
|
}, "strict", z.ZodTypeAny, {
|
|
6183
6183
|
type: "explicit-base64";
|
|
6184
|
-
content: string;
|
|
6185
6184
|
mimeType: string;
|
|
6185
|
+
content: string;
|
|
6186
6186
|
}, {
|
|
6187
6187
|
type: "explicit-base64";
|
|
6188
|
-
content: string;
|
|
6189
6188
|
mimeType: string;
|
|
6189
|
+
content: string;
|
|
6190
6190
|
}>, z.ZodObject<{
|
|
6191
6191
|
type: z.ZodLiteral<"relative">;
|
|
6192
6192
|
path: z.ZodString;
|
|
@@ -6204,12 +6204,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6204
6204
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
6205
6205
|
}, "strip", z.ZodTypeAny, {
|
|
6206
6206
|
organization: {
|
|
6207
|
-
url: string;
|
|
6208
6207
|
name: string;
|
|
6208
|
+
url: string;
|
|
6209
6209
|
logo?: {
|
|
6210
6210
|
type: "explicit-base64";
|
|
6211
|
-
content: string;
|
|
6212
6211
|
mimeType: string;
|
|
6212
|
+
content: string;
|
|
6213
6213
|
} | {
|
|
6214
6214
|
type: "relative";
|
|
6215
6215
|
path: string;
|
|
@@ -6236,8 +6236,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6236
6236
|
} | undefined;
|
|
6237
6237
|
logo?: {
|
|
6238
6238
|
type: "explicit-base64";
|
|
6239
|
-
content: string;
|
|
6240
6239
|
mimeType: string;
|
|
6240
|
+
content: string;
|
|
6241
6241
|
} | {
|
|
6242
6242
|
type: "relative";
|
|
6243
6243
|
path: string;
|
|
@@ -6251,12 +6251,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6251
6251
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6252
6252
|
}, {
|
|
6253
6253
|
organization: {
|
|
6254
|
-
url: string;
|
|
6255
6254
|
name: string;
|
|
6255
|
+
url: string;
|
|
6256
6256
|
logo?: {
|
|
6257
6257
|
type: "explicit-base64";
|
|
6258
|
-
content: string;
|
|
6259
6258
|
mimeType: string;
|
|
6259
|
+
content: string;
|
|
6260
6260
|
} | {
|
|
6261
6261
|
type: "relative";
|
|
6262
6262
|
path: string;
|
|
@@ -6283,8 +6283,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6283
6283
|
} | undefined;
|
|
6284
6284
|
logo?: {
|
|
6285
6285
|
type: "explicit-base64";
|
|
6286
|
-
content: string;
|
|
6287
6286
|
mimeType: string;
|
|
6287
|
+
content: string;
|
|
6288
6288
|
} | {
|
|
6289
6289
|
type: "relative";
|
|
6290
6290
|
path: string;
|
|
@@ -6401,10 +6401,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6401
6401
|
path: string;
|
|
6402
6402
|
}>;
|
|
6403
6403
|
}, "strip", z.ZodTypeAny, {
|
|
6404
|
-
ui: {
|
|
6405
|
-
type: "relative";
|
|
6406
|
-
path: string;
|
|
6407
|
-
};
|
|
6408
6404
|
workflow: {
|
|
6409
6405
|
type: "workflow-v1";
|
|
6410
6406
|
main: {
|
|
@@ -6416,11 +6412,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6416
6412
|
type: "relative";
|
|
6417
6413
|
path: string;
|
|
6418
6414
|
};
|
|
6419
|
-
}, {
|
|
6420
6415
|
ui: {
|
|
6421
6416
|
type: "relative";
|
|
6422
6417
|
path: string;
|
|
6423
6418
|
};
|
|
6419
|
+
}, {
|
|
6424
6420
|
workflow: {
|
|
6425
6421
|
type: "relative";
|
|
6426
6422
|
path: string;
|
|
@@ -6435,6 +6431,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6435
6431
|
type: "relative";
|
|
6436
6432
|
path: string;
|
|
6437
6433
|
};
|
|
6434
|
+
ui: {
|
|
6435
|
+
type: "relative";
|
|
6436
|
+
path: string;
|
|
6437
|
+
};
|
|
6438
6438
|
}>;
|
|
6439
6439
|
meta: z.ZodObject<{
|
|
6440
6440
|
title: z.ZodString;
|
|
@@ -6483,12 +6483,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6483
6483
|
content: z.ZodString;
|
|
6484
6484
|
}, "strict", z.ZodTypeAny, {
|
|
6485
6485
|
type: "explicit-base64";
|
|
6486
|
-
content: string;
|
|
6487
6486
|
mimeType: string;
|
|
6487
|
+
content: string;
|
|
6488
6488
|
}, {
|
|
6489
6489
|
type: "explicit-base64";
|
|
6490
|
-
content: string;
|
|
6491
6490
|
mimeType: string;
|
|
6491
|
+
content: string;
|
|
6492
6492
|
}>, z.ZodObject<{
|
|
6493
6493
|
type: z.ZodLiteral<"relative">;
|
|
6494
6494
|
path: z.ZodString;
|
|
@@ -6512,12 +6512,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6512
6512
|
content: z.ZodString;
|
|
6513
6513
|
}, "strict", z.ZodTypeAny, {
|
|
6514
6514
|
type: "explicit-base64";
|
|
6515
|
-
content: string;
|
|
6516
6515
|
mimeType: string;
|
|
6516
|
+
content: string;
|
|
6517
6517
|
}, {
|
|
6518
6518
|
type: "explicit-base64";
|
|
6519
|
-
content: string;
|
|
6520
6519
|
mimeType: string;
|
|
6520
|
+
content: string;
|
|
6521
6521
|
}>, z.ZodObject<{
|
|
6522
6522
|
type: z.ZodLiteral<"relative">;
|
|
6523
6523
|
path: z.ZodString;
|
|
@@ -6537,12 +6537,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6537
6537
|
content: z.ZodString;
|
|
6538
6538
|
}, "strict", z.ZodTypeAny, {
|
|
6539
6539
|
type: "explicit-base64";
|
|
6540
|
-
content: string;
|
|
6541
6540
|
mimeType: string;
|
|
6541
|
+
content: string;
|
|
6542
6542
|
}, {
|
|
6543
6543
|
type: "explicit-base64";
|
|
6544
|
-
content: string;
|
|
6545
6544
|
mimeType: string;
|
|
6545
|
+
content: string;
|
|
6546
6546
|
}>, z.ZodObject<{
|
|
6547
6547
|
type: z.ZodLiteral<"relative">;
|
|
6548
6548
|
path: z.ZodString;
|
|
@@ -6562,12 +6562,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6562
6562
|
content: z.ZodString;
|
|
6563
6563
|
}, "strict", z.ZodTypeAny, {
|
|
6564
6564
|
type: "explicit-base64";
|
|
6565
|
-
content: string;
|
|
6566
6565
|
mimeType: string;
|
|
6566
|
+
content: string;
|
|
6567
6567
|
}, {
|
|
6568
6568
|
type: "explicit-base64";
|
|
6569
|
-
content: string;
|
|
6570
6569
|
mimeType: string;
|
|
6570
|
+
content: string;
|
|
6571
6571
|
}>, z.ZodObject<{
|
|
6572
6572
|
type: z.ZodLiteral<"relative">;
|
|
6573
6573
|
path: z.ZodString;
|
|
@@ -6585,12 +6585,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6585
6585
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
6586
6586
|
}, "strip", z.ZodTypeAny, {
|
|
6587
6587
|
organization: {
|
|
6588
|
-
url: string;
|
|
6589
6588
|
name: string;
|
|
6589
|
+
url: string;
|
|
6590
6590
|
logo?: {
|
|
6591
6591
|
type: "explicit-base64";
|
|
6592
|
-
content: string;
|
|
6593
6592
|
mimeType: string;
|
|
6593
|
+
content: string;
|
|
6594
6594
|
} | {
|
|
6595
6595
|
type: "relative";
|
|
6596
6596
|
path: string;
|
|
@@ -6617,8 +6617,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6617
6617
|
} | undefined;
|
|
6618
6618
|
logo?: {
|
|
6619
6619
|
type: "explicit-base64";
|
|
6620
|
-
content: string;
|
|
6621
6620
|
mimeType: string;
|
|
6621
|
+
content: string;
|
|
6622
6622
|
} | {
|
|
6623
6623
|
type: "relative";
|
|
6624
6624
|
path: string;
|
|
@@ -6632,12 +6632,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6632
6632
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6633
6633
|
}, {
|
|
6634
6634
|
organization: {
|
|
6635
|
-
url: string;
|
|
6636
6635
|
name: string;
|
|
6636
|
+
url: string;
|
|
6637
6637
|
logo?: {
|
|
6638
6638
|
type: "explicit-base64";
|
|
6639
|
-
content: string;
|
|
6640
6639
|
mimeType: string;
|
|
6640
|
+
content: string;
|
|
6641
6641
|
} | {
|
|
6642
6642
|
type: "relative";
|
|
6643
6643
|
path: string;
|
|
@@ -6664,8 +6664,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6664
6664
|
} | undefined;
|
|
6665
6665
|
logo?: {
|
|
6666
6666
|
type: "explicit-base64";
|
|
6667
|
-
content: string;
|
|
6668
6667
|
mimeType: string;
|
|
6668
|
+
content: string;
|
|
6669
6669
|
} | {
|
|
6670
6670
|
type: "relative";
|
|
6671
6671
|
path: string;
|
|
@@ -6782,10 +6782,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6782
6782
|
path: string;
|
|
6783
6783
|
}>;
|
|
6784
6784
|
}, "strip", z.ZodTypeAny, {
|
|
6785
|
-
ui: {
|
|
6786
|
-
type: "relative";
|
|
6787
|
-
path: string;
|
|
6788
|
-
};
|
|
6789
6785
|
workflow: {
|
|
6790
6786
|
type: "workflow-v1";
|
|
6791
6787
|
main: {
|
|
@@ -6797,11 +6793,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6797
6793
|
type: "relative";
|
|
6798
6794
|
path: string;
|
|
6799
6795
|
};
|
|
6800
|
-
}, {
|
|
6801
6796
|
ui: {
|
|
6802
6797
|
type: "relative";
|
|
6803
6798
|
path: string;
|
|
6804
6799
|
};
|
|
6800
|
+
}, {
|
|
6805
6801
|
workflow: {
|
|
6806
6802
|
type: "relative";
|
|
6807
6803
|
path: string;
|
|
@@ -6816,6 +6812,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6816
6812
|
type: "relative";
|
|
6817
6813
|
path: string;
|
|
6818
6814
|
};
|
|
6815
|
+
ui: {
|
|
6816
|
+
type: "relative";
|
|
6817
|
+
path: string;
|
|
6818
|
+
};
|
|
6819
6819
|
}>;
|
|
6820
6820
|
meta: z.ZodObject<{
|
|
6821
6821
|
title: z.ZodString;
|
|
@@ -6864,12 +6864,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6864
6864
|
content: z.ZodString;
|
|
6865
6865
|
}, "strict", z.ZodTypeAny, {
|
|
6866
6866
|
type: "explicit-base64";
|
|
6867
|
-
content: string;
|
|
6868
6867
|
mimeType: string;
|
|
6868
|
+
content: string;
|
|
6869
6869
|
}, {
|
|
6870
6870
|
type: "explicit-base64";
|
|
6871
|
-
content: string;
|
|
6872
6871
|
mimeType: string;
|
|
6872
|
+
content: string;
|
|
6873
6873
|
}>, z.ZodObject<{
|
|
6874
6874
|
type: z.ZodLiteral<"relative">;
|
|
6875
6875
|
path: z.ZodString;
|
|
@@ -6893,12 +6893,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6893
6893
|
content: z.ZodString;
|
|
6894
6894
|
}, "strict", z.ZodTypeAny, {
|
|
6895
6895
|
type: "explicit-base64";
|
|
6896
|
-
content: string;
|
|
6897
6896
|
mimeType: string;
|
|
6897
|
+
content: string;
|
|
6898
6898
|
}, {
|
|
6899
6899
|
type: "explicit-base64";
|
|
6900
|
-
content: string;
|
|
6901
6900
|
mimeType: string;
|
|
6901
|
+
content: string;
|
|
6902
6902
|
}>, z.ZodObject<{
|
|
6903
6903
|
type: z.ZodLiteral<"relative">;
|
|
6904
6904
|
path: z.ZodString;
|
|
@@ -6918,12 +6918,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6918
6918
|
content: z.ZodString;
|
|
6919
6919
|
}, "strict", z.ZodTypeAny, {
|
|
6920
6920
|
type: "explicit-base64";
|
|
6921
|
-
content: string;
|
|
6922
6921
|
mimeType: string;
|
|
6922
|
+
content: string;
|
|
6923
6923
|
}, {
|
|
6924
6924
|
type: "explicit-base64";
|
|
6925
|
-
content: string;
|
|
6926
6925
|
mimeType: string;
|
|
6926
|
+
content: string;
|
|
6927
6927
|
}>, z.ZodObject<{
|
|
6928
6928
|
type: z.ZodLiteral<"relative">;
|
|
6929
6929
|
path: z.ZodString;
|
|
@@ -6943,12 +6943,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6943
6943
|
content: z.ZodString;
|
|
6944
6944
|
}, "strict", z.ZodTypeAny, {
|
|
6945
6945
|
type: "explicit-base64";
|
|
6946
|
-
content: string;
|
|
6947
6946
|
mimeType: string;
|
|
6947
|
+
content: string;
|
|
6948
6948
|
}, {
|
|
6949
6949
|
type: "explicit-base64";
|
|
6950
|
-
content: string;
|
|
6951
6950
|
mimeType: string;
|
|
6951
|
+
content: string;
|
|
6952
6952
|
}>, z.ZodObject<{
|
|
6953
6953
|
type: z.ZodLiteral<"relative">;
|
|
6954
6954
|
path: z.ZodString;
|
|
@@ -6966,12 +6966,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6966
6966
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
6967
6967
|
}, "strip", z.ZodTypeAny, {
|
|
6968
6968
|
organization: {
|
|
6969
|
-
url: string;
|
|
6970
6969
|
name: string;
|
|
6970
|
+
url: string;
|
|
6971
6971
|
logo?: {
|
|
6972
6972
|
type: "explicit-base64";
|
|
6973
|
-
content: string;
|
|
6974
6973
|
mimeType: string;
|
|
6974
|
+
content: string;
|
|
6975
6975
|
} | {
|
|
6976
6976
|
type: "relative";
|
|
6977
6977
|
path: string;
|
|
@@ -6998,8 +6998,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6998
6998
|
} | undefined;
|
|
6999
6999
|
logo?: {
|
|
7000
7000
|
type: "explicit-base64";
|
|
7001
|
-
content: string;
|
|
7002
7001
|
mimeType: string;
|
|
7002
|
+
content: string;
|
|
7003
7003
|
} | {
|
|
7004
7004
|
type: "relative";
|
|
7005
7005
|
path: string;
|
|
@@ -7013,12 +7013,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7013
7013
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
7014
7014
|
}, {
|
|
7015
7015
|
organization: {
|
|
7016
|
-
url: string;
|
|
7017
7016
|
name: string;
|
|
7017
|
+
url: string;
|
|
7018
7018
|
logo?: {
|
|
7019
7019
|
type: "explicit-base64";
|
|
7020
|
-
content: string;
|
|
7021
7020
|
mimeType: string;
|
|
7021
|
+
content: string;
|
|
7022
7022
|
} | {
|
|
7023
7023
|
type: "relative";
|
|
7024
7024
|
path: string;
|
|
@@ -7045,8 +7045,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7045
7045
|
} | undefined;
|
|
7046
7046
|
logo?: {
|
|
7047
7047
|
type: "explicit-base64";
|
|
7048
|
-
content: string;
|
|
7049
7048
|
mimeType: string;
|
|
7049
|
+
content: string;
|
|
7050
7050
|
} | {
|
|
7051
7051
|
type: "relative";
|
|
7052
7052
|
path: string;
|
|
@@ -7305,12 +7305,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7305
7305
|
content: z.ZodString;
|
|
7306
7306
|
}, "strict", z.ZodTypeAny, {
|
|
7307
7307
|
type: "explicit-base64";
|
|
7308
|
-
content: string;
|
|
7309
7308
|
mimeType: string;
|
|
7309
|
+
content: string;
|
|
7310
7310
|
}, {
|
|
7311
7311
|
type: "explicit-base64";
|
|
7312
|
-
content: string;
|
|
7313
7312
|
mimeType: string;
|
|
7313
|
+
content: string;
|
|
7314
7314
|
}>, z.ZodObject<{
|
|
7315
7315
|
type: z.ZodLiteral<"relative">;
|
|
7316
7316
|
path: z.ZodString;
|
|
@@ -7322,15 +7322,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7322
7322
|
path: string;
|
|
7323
7323
|
}>]>, {
|
|
7324
7324
|
type: "explicit-base64";
|
|
7325
|
-
content: string;
|
|
7326
7325
|
mimeType: string;
|
|
7326
|
+
content: string;
|
|
7327
7327
|
} | {
|
|
7328
7328
|
type: "relative";
|
|
7329
7329
|
path: string;
|
|
7330
7330
|
}, {
|
|
7331
7331
|
type: "explicit-base64";
|
|
7332
|
-
content: string;
|
|
7333
7332
|
mimeType: string;
|
|
7333
|
+
content: string;
|
|
7334
7334
|
} | {
|
|
7335
7335
|
type: "relative";
|
|
7336
7336
|
path: string;
|
|
@@ -7348,12 +7348,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7348
7348
|
content: z.ZodString;
|
|
7349
7349
|
}, "strict", z.ZodTypeAny, {
|
|
7350
7350
|
type: "explicit-base64";
|
|
7351
|
-
content: string;
|
|
7352
7351
|
mimeType: string;
|
|
7352
|
+
content: string;
|
|
7353
7353
|
}, {
|
|
7354
7354
|
type: "explicit-base64";
|
|
7355
|
-
content: string;
|
|
7356
7355
|
mimeType: string;
|
|
7356
|
+
content: string;
|
|
7357
7357
|
}>, z.ZodObject<{
|
|
7358
7358
|
type: z.ZodLiteral<"relative">;
|
|
7359
7359
|
path: z.ZodString;
|
|
@@ -7365,15 +7365,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7365
7365
|
path: string;
|
|
7366
7366
|
}>]>, {
|
|
7367
7367
|
type: "explicit-base64";
|
|
7368
|
-
content: string;
|
|
7369
7368
|
mimeType: string;
|
|
7369
|
+
content: string;
|
|
7370
7370
|
} | {
|
|
7371
7371
|
type: "relative";
|
|
7372
7372
|
path: string;
|
|
7373
7373
|
}, {
|
|
7374
7374
|
type: "explicit-base64";
|
|
7375
|
-
content: string;
|
|
7376
7375
|
mimeType: string;
|
|
7376
|
+
content: string;
|
|
7377
7377
|
} | {
|
|
7378
7378
|
type: "relative";
|
|
7379
7379
|
path: string;
|
|
@@ -7387,12 +7387,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7387
7387
|
content: z.ZodString;
|
|
7388
7388
|
}, "strict", z.ZodTypeAny, {
|
|
7389
7389
|
type: "explicit-base64";
|
|
7390
|
-
content: string;
|
|
7391
7390
|
mimeType: string;
|
|
7391
|
+
content: string;
|
|
7392
7392
|
}, {
|
|
7393
7393
|
type: "explicit-base64";
|
|
7394
|
-
content: string;
|
|
7395
7394
|
mimeType: string;
|
|
7395
|
+
content: string;
|
|
7396
7396
|
}>, z.ZodObject<{
|
|
7397
7397
|
type: z.ZodLiteral<"relative">;
|
|
7398
7398
|
path: z.ZodString;
|
|
@@ -7404,15 +7404,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7404
7404
|
path: string;
|
|
7405
7405
|
}>]>, {
|
|
7406
7406
|
type: "explicit-base64";
|
|
7407
|
-
content: string;
|
|
7408
7407
|
mimeType: string;
|
|
7408
|
+
content: string;
|
|
7409
7409
|
} | {
|
|
7410
7410
|
type: "relative";
|
|
7411
7411
|
path: string;
|
|
7412
7412
|
}, {
|
|
7413
7413
|
type: "explicit-base64";
|
|
7414
|
-
content: string;
|
|
7415
7414
|
mimeType: string;
|
|
7415
|
+
content: string;
|
|
7416
7416
|
} | {
|
|
7417
7417
|
type: "relative";
|
|
7418
7418
|
path: string;
|
|
@@ -7426,12 +7426,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7426
7426
|
content: z.ZodString;
|
|
7427
7427
|
}, "strict", z.ZodTypeAny, {
|
|
7428
7428
|
type: "explicit-base64";
|
|
7429
|
-
content: string;
|
|
7430
7429
|
mimeType: string;
|
|
7430
|
+
content: string;
|
|
7431
7431
|
}, {
|
|
7432
7432
|
type: "explicit-base64";
|
|
7433
|
-
content: string;
|
|
7434
7433
|
mimeType: string;
|
|
7434
|
+
content: string;
|
|
7435
7435
|
}>, z.ZodObject<{
|
|
7436
7436
|
type: z.ZodLiteral<"relative">;
|
|
7437
7437
|
path: z.ZodString;
|
|
@@ -7443,15 +7443,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7443
7443
|
path: string;
|
|
7444
7444
|
}>]>, {
|
|
7445
7445
|
type: "explicit-base64";
|
|
7446
|
-
content: string;
|
|
7447
7446
|
mimeType: string;
|
|
7447
|
+
content: string;
|
|
7448
7448
|
} | {
|
|
7449
7449
|
type: "relative";
|
|
7450
7450
|
path: string;
|
|
7451
7451
|
}, {
|
|
7452
7452
|
type: "explicit-base64";
|
|
7453
|
-
content: string;
|
|
7454
7453
|
mimeType: string;
|
|
7454
|
+
content: string;
|
|
7455
7455
|
} | {
|
|
7456
7456
|
type: "relative";
|
|
7457
7457
|
path: string;
|
|
@@ -7469,8 +7469,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7469
7469
|
name: string;
|
|
7470
7470
|
logo?: {
|
|
7471
7471
|
type: "explicit-base64";
|
|
7472
|
-
content: string;
|
|
7473
7472
|
mimeType: string;
|
|
7473
|
+
content: string;
|
|
7474
7474
|
} | {
|
|
7475
7475
|
type: "relative";
|
|
7476
7476
|
path: string;
|
|
@@ -7494,8 +7494,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7494
7494
|
} | undefined;
|
|
7495
7495
|
logo?: {
|
|
7496
7496
|
type: "explicit-base64";
|
|
7497
|
-
content: string;
|
|
7498
7497
|
mimeType: string;
|
|
7498
|
+
content: string;
|
|
7499
7499
|
} | {
|
|
7500
7500
|
type: "relative";
|
|
7501
7501
|
path: string;
|
|
@@ -7516,8 +7516,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7516
7516
|
name: string;
|
|
7517
7517
|
logo?: {
|
|
7518
7518
|
type: "explicit-base64";
|
|
7519
|
-
content: string;
|
|
7520
7519
|
mimeType: string;
|
|
7520
|
+
content: string;
|
|
7521
7521
|
} | {
|
|
7522
7522
|
type: "relative";
|
|
7523
7523
|
path: string;
|
|
@@ -7541,8 +7541,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7541
7541
|
} | undefined;
|
|
7542
7542
|
logo?: {
|
|
7543
7543
|
type: "explicit-base64";
|
|
7544
|
-
content: string;
|
|
7545
7544
|
mimeType: string;
|
|
7545
|
+
content: string;
|
|
7546
7546
|
} | {
|
|
7547
7547
|
type: "relative";
|
|
7548
7548
|
path: string;
|
|
@@ -7802,12 +7802,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7802
7802
|
content: z.ZodString;
|
|
7803
7803
|
}, "strict", z.ZodTypeAny, {
|
|
7804
7804
|
type: "explicit-base64";
|
|
7805
|
-
content: string;
|
|
7806
7805
|
mimeType: string;
|
|
7806
|
+
content: string;
|
|
7807
7807
|
}, {
|
|
7808
7808
|
type: "explicit-base64";
|
|
7809
|
-
content: string;
|
|
7810
7809
|
mimeType: string;
|
|
7810
|
+
content: string;
|
|
7811
7811
|
}>, z.ZodObject<{
|
|
7812
7812
|
type: z.ZodLiteral<"relative">;
|
|
7813
7813
|
path: z.ZodString;
|
|
@@ -7819,15 +7819,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7819
7819
|
path: string;
|
|
7820
7820
|
}>]>, {
|
|
7821
7821
|
type: "explicit-base64";
|
|
7822
|
-
content: string;
|
|
7823
7822
|
mimeType: string;
|
|
7823
|
+
content: string;
|
|
7824
7824
|
} | {
|
|
7825
7825
|
type: "relative";
|
|
7826
7826
|
path: string;
|
|
7827
7827
|
}, {
|
|
7828
7828
|
type: "explicit-base64";
|
|
7829
|
-
content: string;
|
|
7830
7829
|
mimeType: string;
|
|
7830
|
+
content: string;
|
|
7831
7831
|
} | {
|
|
7832
7832
|
type: "relative";
|
|
7833
7833
|
path: string;
|
|
@@ -7845,12 +7845,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7845
7845
|
content: z.ZodString;
|
|
7846
7846
|
}, "strict", z.ZodTypeAny, {
|
|
7847
7847
|
type: "explicit-base64";
|
|
7848
|
-
content: string;
|
|
7849
7848
|
mimeType: string;
|
|
7849
|
+
content: string;
|
|
7850
7850
|
}, {
|
|
7851
7851
|
type: "explicit-base64";
|
|
7852
|
-
content: string;
|
|
7853
7852
|
mimeType: string;
|
|
7853
|
+
content: string;
|
|
7854
7854
|
}>, z.ZodObject<{
|
|
7855
7855
|
type: z.ZodLiteral<"relative">;
|
|
7856
7856
|
path: z.ZodString;
|
|
@@ -7862,15 +7862,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7862
7862
|
path: string;
|
|
7863
7863
|
}>]>, {
|
|
7864
7864
|
type: "explicit-base64";
|
|
7865
|
-
content: string;
|
|
7866
7865
|
mimeType: string;
|
|
7866
|
+
content: string;
|
|
7867
7867
|
} | {
|
|
7868
7868
|
type: "relative";
|
|
7869
7869
|
path: string;
|
|
7870
7870
|
}, {
|
|
7871
7871
|
type: "explicit-base64";
|
|
7872
|
-
content: string;
|
|
7873
7872
|
mimeType: string;
|
|
7873
|
+
content: string;
|
|
7874
7874
|
} | {
|
|
7875
7875
|
type: "relative";
|
|
7876
7876
|
path: string;
|
|
@@ -7884,12 +7884,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7884
7884
|
content: z.ZodString;
|
|
7885
7885
|
}, "strict", z.ZodTypeAny, {
|
|
7886
7886
|
type: "explicit-base64";
|
|
7887
|
-
content: string;
|
|
7888
7887
|
mimeType: string;
|
|
7888
|
+
content: string;
|
|
7889
7889
|
}, {
|
|
7890
7890
|
type: "explicit-base64";
|
|
7891
|
-
content: string;
|
|
7892
7891
|
mimeType: string;
|
|
7892
|
+
content: string;
|
|
7893
7893
|
}>, z.ZodObject<{
|
|
7894
7894
|
type: z.ZodLiteral<"relative">;
|
|
7895
7895
|
path: z.ZodString;
|
|
@@ -7901,15 +7901,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7901
7901
|
path: string;
|
|
7902
7902
|
}>]>, {
|
|
7903
7903
|
type: "explicit-base64";
|
|
7904
|
-
content: string;
|
|
7905
7904
|
mimeType: string;
|
|
7905
|
+
content: string;
|
|
7906
7906
|
} | {
|
|
7907
7907
|
type: "relative";
|
|
7908
7908
|
path: string;
|
|
7909
7909
|
}, {
|
|
7910
7910
|
type: "explicit-base64";
|
|
7911
|
-
content: string;
|
|
7912
7911
|
mimeType: string;
|
|
7912
|
+
content: string;
|
|
7913
7913
|
} | {
|
|
7914
7914
|
type: "relative";
|
|
7915
7915
|
path: string;
|
|
@@ -7923,12 +7923,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7923
7923
|
content: z.ZodString;
|
|
7924
7924
|
}, "strict", z.ZodTypeAny, {
|
|
7925
7925
|
type: "explicit-base64";
|
|
7926
|
-
content: string;
|
|
7927
7926
|
mimeType: string;
|
|
7927
|
+
content: string;
|
|
7928
7928
|
}, {
|
|
7929
7929
|
type: "explicit-base64";
|
|
7930
|
-
content: string;
|
|
7931
7930
|
mimeType: string;
|
|
7931
|
+
content: string;
|
|
7932
7932
|
}>, z.ZodObject<{
|
|
7933
7933
|
type: z.ZodLiteral<"relative">;
|
|
7934
7934
|
path: z.ZodString;
|
|
@@ -7940,15 +7940,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7940
7940
|
path: string;
|
|
7941
7941
|
}>]>, {
|
|
7942
7942
|
type: "explicit-base64";
|
|
7943
|
-
content: string;
|
|
7944
7943
|
mimeType: string;
|
|
7944
|
+
content: string;
|
|
7945
7945
|
} | {
|
|
7946
7946
|
type: "relative";
|
|
7947
7947
|
path: string;
|
|
7948
7948
|
}, {
|
|
7949
7949
|
type: "explicit-base64";
|
|
7950
|
-
content: string;
|
|
7951
7950
|
mimeType: string;
|
|
7951
|
+
content: string;
|
|
7952
7952
|
} | {
|
|
7953
7953
|
type: "relative";
|
|
7954
7954
|
path: string;
|
|
@@ -7966,8 +7966,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7966
7966
|
name: string;
|
|
7967
7967
|
logo?: {
|
|
7968
7968
|
type: "explicit-base64";
|
|
7969
|
-
content: string;
|
|
7970
7969
|
mimeType: string;
|
|
7970
|
+
content: string;
|
|
7971
7971
|
} | {
|
|
7972
7972
|
type: "relative";
|
|
7973
7973
|
path: string;
|
|
@@ -7991,8 +7991,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7991
7991
|
} | undefined;
|
|
7992
7992
|
logo?: {
|
|
7993
7993
|
type: "explicit-base64";
|
|
7994
|
-
content: string;
|
|
7995
7994
|
mimeType: string;
|
|
7995
|
+
content: string;
|
|
7996
7996
|
} | {
|
|
7997
7997
|
type: "relative";
|
|
7998
7998
|
path: string;
|
|
@@ -8013,8 +8013,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8013
8013
|
name: string;
|
|
8014
8014
|
logo?: {
|
|
8015
8015
|
type: "explicit-base64";
|
|
8016
|
-
content: string;
|
|
8017
8016
|
mimeType: string;
|
|
8017
|
+
content: string;
|
|
8018
8018
|
} | {
|
|
8019
8019
|
type: "relative";
|
|
8020
8020
|
path: string;
|
|
@@ -8038,8 +8038,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8038
8038
|
} | undefined;
|
|
8039
8039
|
logo?: {
|
|
8040
8040
|
type: "explicit-base64";
|
|
8041
|
-
content: string;
|
|
8042
8041
|
mimeType: string;
|
|
8042
|
+
content: string;
|
|
8043
8043
|
} | {
|
|
8044
8044
|
type: "relative";
|
|
8045
8045
|
path: string;
|
|
@@ -8299,12 +8299,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8299
8299
|
content: z.ZodString;
|
|
8300
8300
|
}, "strict", z.ZodTypeAny, {
|
|
8301
8301
|
type: "explicit-base64";
|
|
8302
|
-
content: string;
|
|
8303
8302
|
mimeType: string;
|
|
8303
|
+
content: string;
|
|
8304
8304
|
}, {
|
|
8305
8305
|
type: "explicit-base64";
|
|
8306
|
-
content: string;
|
|
8307
8306
|
mimeType: string;
|
|
8307
|
+
content: string;
|
|
8308
8308
|
}>, z.ZodObject<{
|
|
8309
8309
|
type: z.ZodLiteral<"relative">;
|
|
8310
8310
|
path: z.ZodString;
|
|
@@ -8316,15 +8316,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8316
8316
|
path: string;
|
|
8317
8317
|
}>]>, {
|
|
8318
8318
|
type: "explicit-base64";
|
|
8319
|
-
content: string;
|
|
8320
8319
|
mimeType: string;
|
|
8320
|
+
content: string;
|
|
8321
8321
|
} | {
|
|
8322
8322
|
type: "relative";
|
|
8323
8323
|
path: string;
|
|
8324
8324
|
}, {
|
|
8325
8325
|
type: "explicit-base64";
|
|
8326
|
-
content: string;
|
|
8327
8326
|
mimeType: string;
|
|
8327
|
+
content: string;
|
|
8328
8328
|
} | {
|
|
8329
8329
|
type: "relative";
|
|
8330
8330
|
path: string;
|
|
@@ -8342,12 +8342,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8342
8342
|
content: z.ZodString;
|
|
8343
8343
|
}, "strict", z.ZodTypeAny, {
|
|
8344
8344
|
type: "explicit-base64";
|
|
8345
|
-
content: string;
|
|
8346
8345
|
mimeType: string;
|
|
8346
|
+
content: string;
|
|
8347
8347
|
}, {
|
|
8348
8348
|
type: "explicit-base64";
|
|
8349
|
-
content: string;
|
|
8350
8349
|
mimeType: string;
|
|
8350
|
+
content: string;
|
|
8351
8351
|
}>, z.ZodObject<{
|
|
8352
8352
|
type: z.ZodLiteral<"relative">;
|
|
8353
8353
|
path: z.ZodString;
|
|
@@ -8359,15 +8359,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8359
8359
|
path: string;
|
|
8360
8360
|
}>]>, {
|
|
8361
8361
|
type: "explicit-base64";
|
|
8362
|
-
content: string;
|
|
8363
8362
|
mimeType: string;
|
|
8363
|
+
content: string;
|
|
8364
8364
|
} | {
|
|
8365
8365
|
type: "relative";
|
|
8366
8366
|
path: string;
|
|
8367
8367
|
}, {
|
|
8368
8368
|
type: "explicit-base64";
|
|
8369
|
-
content: string;
|
|
8370
8369
|
mimeType: string;
|
|
8370
|
+
content: string;
|
|
8371
8371
|
} | {
|
|
8372
8372
|
type: "relative";
|
|
8373
8373
|
path: string;
|
|
@@ -8381,12 +8381,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8381
8381
|
content: z.ZodString;
|
|
8382
8382
|
}, "strict", z.ZodTypeAny, {
|
|
8383
8383
|
type: "explicit-base64";
|
|
8384
|
-
content: string;
|
|
8385
8384
|
mimeType: string;
|
|
8385
|
+
content: string;
|
|
8386
8386
|
}, {
|
|
8387
8387
|
type: "explicit-base64";
|
|
8388
|
-
content: string;
|
|
8389
8388
|
mimeType: string;
|
|
8389
|
+
content: string;
|
|
8390
8390
|
}>, z.ZodObject<{
|
|
8391
8391
|
type: z.ZodLiteral<"relative">;
|
|
8392
8392
|
path: z.ZodString;
|
|
@@ -8398,15 +8398,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8398
8398
|
path: string;
|
|
8399
8399
|
}>]>, {
|
|
8400
8400
|
type: "explicit-base64";
|
|
8401
|
-
content: string;
|
|
8402
8401
|
mimeType: string;
|
|
8402
|
+
content: string;
|
|
8403
8403
|
} | {
|
|
8404
8404
|
type: "relative";
|
|
8405
8405
|
path: string;
|
|
8406
8406
|
}, {
|
|
8407
8407
|
type: "explicit-base64";
|
|
8408
|
-
content: string;
|
|
8409
8408
|
mimeType: string;
|
|
8409
|
+
content: string;
|
|
8410
8410
|
} | {
|
|
8411
8411
|
type: "relative";
|
|
8412
8412
|
path: string;
|
|
@@ -8420,12 +8420,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8420
8420
|
content: z.ZodString;
|
|
8421
8421
|
}, "strict", z.ZodTypeAny, {
|
|
8422
8422
|
type: "explicit-base64";
|
|
8423
|
-
content: string;
|
|
8424
8423
|
mimeType: string;
|
|
8424
|
+
content: string;
|
|
8425
8425
|
}, {
|
|
8426
8426
|
type: "explicit-base64";
|
|
8427
|
-
content: string;
|
|
8428
8427
|
mimeType: string;
|
|
8428
|
+
content: string;
|
|
8429
8429
|
}>, z.ZodObject<{
|
|
8430
8430
|
type: z.ZodLiteral<"relative">;
|
|
8431
8431
|
path: z.ZodString;
|
|
@@ -8437,15 +8437,15 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8437
8437
|
path: string;
|
|
8438
8438
|
}>]>, {
|
|
8439
8439
|
type: "explicit-base64";
|
|
8440
|
-
content: string;
|
|
8441
8440
|
mimeType: string;
|
|
8441
|
+
content: string;
|
|
8442
8442
|
} | {
|
|
8443
8443
|
type: "relative";
|
|
8444
8444
|
path: string;
|
|
8445
8445
|
}, {
|
|
8446
8446
|
type: "explicit-base64";
|
|
8447
|
-
content: string;
|
|
8448
8447
|
mimeType: string;
|
|
8448
|
+
content: string;
|
|
8449
8449
|
} | {
|
|
8450
8450
|
type: "relative";
|
|
8451
8451
|
path: string;
|
|
@@ -8463,8 +8463,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8463
8463
|
name: string;
|
|
8464
8464
|
logo?: {
|
|
8465
8465
|
type: "explicit-base64";
|
|
8466
|
-
content: string;
|
|
8467
8466
|
mimeType: string;
|
|
8467
|
+
content: string;
|
|
8468
8468
|
} | {
|
|
8469
8469
|
type: "relative";
|
|
8470
8470
|
path: string;
|
|
@@ -8488,8 +8488,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8488
8488
|
} | undefined;
|
|
8489
8489
|
logo?: {
|
|
8490
8490
|
type: "explicit-base64";
|
|
8491
|
-
content: string;
|
|
8492
8491
|
mimeType: string;
|
|
8492
|
+
content: string;
|
|
8493
8493
|
} | {
|
|
8494
8494
|
type: "relative";
|
|
8495
8495
|
path: string;
|
|
@@ -8510,8 +8510,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8510
8510
|
name: string;
|
|
8511
8511
|
logo?: {
|
|
8512
8512
|
type: "explicit-base64";
|
|
8513
|
-
content: string;
|
|
8514
8513
|
mimeType: string;
|
|
8514
|
+
content: string;
|
|
8515
8515
|
} | {
|
|
8516
8516
|
type: "relative";
|
|
8517
8517
|
path: string;
|
|
@@ -8535,8 +8535,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8535
8535
|
} | undefined;
|
|
8536
8536
|
logo?: {
|
|
8537
8537
|
type: "explicit-base64";
|
|
8538
|
-
content: string;
|
|
8539
8538
|
mimeType: string;
|
|
8539
|
+
content: string;
|
|
8540
8540
|
} | {
|
|
8541
8541
|
type: "relative";
|
|
8542
8542
|
path: string;
|
|
@@ -8654,10 +8654,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8654
8654
|
path: string;
|
|
8655
8655
|
}>;
|
|
8656
8656
|
}, "strip", z.ZodTypeAny, {
|
|
8657
|
-
ui: {
|
|
8658
|
-
type: "relative";
|
|
8659
|
-
path: string;
|
|
8660
|
-
};
|
|
8661
8657
|
workflow: {
|
|
8662
8658
|
type: "workflow-v1";
|
|
8663
8659
|
main: {
|
|
@@ -8669,11 +8665,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8669
8665
|
type: "relative";
|
|
8670
8666
|
path: string;
|
|
8671
8667
|
};
|
|
8672
|
-
}, {
|
|
8673
8668
|
ui: {
|
|
8674
8669
|
type: "relative";
|
|
8675
8670
|
path: string;
|
|
8676
8671
|
};
|
|
8672
|
+
}, {
|
|
8677
8673
|
workflow: {
|
|
8678
8674
|
type: "relative";
|
|
8679
8675
|
path: string;
|
|
@@ -8688,6 +8684,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8688
8684
|
type: "relative";
|
|
8689
8685
|
path: string;
|
|
8690
8686
|
};
|
|
8687
|
+
ui: {
|
|
8688
|
+
type: "relative";
|
|
8689
|
+
path: string;
|
|
8690
|
+
};
|
|
8691
8691
|
}>;
|
|
8692
8692
|
meta: z.ZodObject<{
|
|
8693
8693
|
title: z.ZodString;
|
|
@@ -8736,12 +8736,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8736
8736
|
content: z.ZodString;
|
|
8737
8737
|
}, "strict", z.ZodTypeAny, {
|
|
8738
8738
|
type: "explicit-base64";
|
|
8739
|
-
content: string;
|
|
8740
8739
|
mimeType: string;
|
|
8740
|
+
content: string;
|
|
8741
8741
|
}, {
|
|
8742
8742
|
type: "explicit-base64";
|
|
8743
|
-
content: string;
|
|
8744
8743
|
mimeType: string;
|
|
8744
|
+
content: string;
|
|
8745
8745
|
}>, z.ZodObject<{
|
|
8746
8746
|
type: z.ZodLiteral<"relative">;
|
|
8747
8747
|
path: z.ZodString;
|
|
@@ -8765,12 +8765,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8765
8765
|
content: z.ZodString;
|
|
8766
8766
|
}, "strict", z.ZodTypeAny, {
|
|
8767
8767
|
type: "explicit-base64";
|
|
8768
|
-
content: string;
|
|
8769
8768
|
mimeType: string;
|
|
8769
|
+
content: string;
|
|
8770
8770
|
}, {
|
|
8771
8771
|
type: "explicit-base64";
|
|
8772
|
-
content: string;
|
|
8773
8772
|
mimeType: string;
|
|
8773
|
+
content: string;
|
|
8774
8774
|
}>, z.ZodObject<{
|
|
8775
8775
|
type: z.ZodLiteral<"relative">;
|
|
8776
8776
|
path: z.ZodString;
|
|
@@ -8790,12 +8790,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8790
8790
|
content: z.ZodString;
|
|
8791
8791
|
}, "strict", z.ZodTypeAny, {
|
|
8792
8792
|
type: "explicit-base64";
|
|
8793
|
-
content: string;
|
|
8794
8793
|
mimeType: string;
|
|
8794
|
+
content: string;
|
|
8795
8795
|
}, {
|
|
8796
8796
|
type: "explicit-base64";
|
|
8797
|
-
content: string;
|
|
8798
8797
|
mimeType: string;
|
|
8798
|
+
content: string;
|
|
8799
8799
|
}>, z.ZodObject<{
|
|
8800
8800
|
type: z.ZodLiteral<"relative">;
|
|
8801
8801
|
path: z.ZodString;
|
|
@@ -8815,12 +8815,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8815
8815
|
content: z.ZodString;
|
|
8816
8816
|
}, "strict", z.ZodTypeAny, {
|
|
8817
8817
|
type: "explicit-base64";
|
|
8818
|
-
content: string;
|
|
8819
8818
|
mimeType: string;
|
|
8819
|
+
content: string;
|
|
8820
8820
|
}, {
|
|
8821
8821
|
type: "explicit-base64";
|
|
8822
|
-
content: string;
|
|
8823
8822
|
mimeType: string;
|
|
8823
|
+
content: string;
|
|
8824
8824
|
}>, z.ZodObject<{
|
|
8825
8825
|
type: z.ZodLiteral<"relative">;
|
|
8826
8826
|
path: z.ZodString;
|
|
@@ -8838,12 +8838,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8838
8838
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
8839
8839
|
}, "strip", z.ZodTypeAny, {
|
|
8840
8840
|
organization: {
|
|
8841
|
-
url: string;
|
|
8842
8841
|
name: string;
|
|
8842
|
+
url: string;
|
|
8843
8843
|
logo?: {
|
|
8844
8844
|
type: "explicit-base64";
|
|
8845
|
-
content: string;
|
|
8846
8845
|
mimeType: string;
|
|
8846
|
+
content: string;
|
|
8847
8847
|
} | {
|
|
8848
8848
|
type: "relative";
|
|
8849
8849
|
path: string;
|
|
@@ -8870,8 +8870,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8870
8870
|
} | undefined;
|
|
8871
8871
|
logo?: {
|
|
8872
8872
|
type: "explicit-base64";
|
|
8873
|
-
content: string;
|
|
8874
8873
|
mimeType: string;
|
|
8874
|
+
content: string;
|
|
8875
8875
|
} | {
|
|
8876
8876
|
type: "relative";
|
|
8877
8877
|
path: string;
|
|
@@ -8885,12 +8885,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8885
8885
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
8886
8886
|
}, {
|
|
8887
8887
|
organization: {
|
|
8888
|
-
url: string;
|
|
8889
8888
|
name: string;
|
|
8889
|
+
url: string;
|
|
8890
8890
|
logo?: {
|
|
8891
8891
|
type: "explicit-base64";
|
|
8892
|
-
content: string;
|
|
8893
8892
|
mimeType: string;
|
|
8893
|
+
content: string;
|
|
8894
8894
|
} | {
|
|
8895
8895
|
type: "relative";
|
|
8896
8896
|
path: string;
|
|
@@ -8917,8 +8917,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8917
8917
|
} | undefined;
|
|
8918
8918
|
logo?: {
|
|
8919
8919
|
type: "explicit-base64";
|
|
8920
|
-
content: string;
|
|
8921
8920
|
mimeType: string;
|
|
8921
|
+
content: string;
|
|
8922
8922
|
} | {
|
|
8923
8923
|
type: "relative";
|
|
8924
8924
|
path: string;
|
|
@@ -9035,10 +9035,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9035
9035
|
path: string;
|
|
9036
9036
|
}>;
|
|
9037
9037
|
}, "strip", z.ZodTypeAny, {
|
|
9038
|
-
ui: {
|
|
9039
|
-
type: "relative";
|
|
9040
|
-
path: string;
|
|
9041
|
-
};
|
|
9042
9038
|
workflow: {
|
|
9043
9039
|
type: "workflow-v1";
|
|
9044
9040
|
main: {
|
|
@@ -9050,11 +9046,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9050
9046
|
type: "relative";
|
|
9051
9047
|
path: string;
|
|
9052
9048
|
};
|
|
9053
|
-
}, {
|
|
9054
9049
|
ui: {
|
|
9055
9050
|
type: "relative";
|
|
9056
9051
|
path: string;
|
|
9057
9052
|
};
|
|
9053
|
+
}, {
|
|
9058
9054
|
workflow: {
|
|
9059
9055
|
type: "relative";
|
|
9060
9056
|
path: string;
|
|
@@ -9069,6 +9065,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9069
9065
|
type: "relative";
|
|
9070
9066
|
path: string;
|
|
9071
9067
|
};
|
|
9068
|
+
ui: {
|
|
9069
|
+
type: "relative";
|
|
9070
|
+
path: string;
|
|
9071
|
+
};
|
|
9072
9072
|
}>;
|
|
9073
9073
|
meta: z.ZodObject<{
|
|
9074
9074
|
title: z.ZodString;
|
|
@@ -9117,12 +9117,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9117
9117
|
content: z.ZodString;
|
|
9118
9118
|
}, "strict", z.ZodTypeAny, {
|
|
9119
9119
|
type: "explicit-base64";
|
|
9120
|
-
content: string;
|
|
9121
9120
|
mimeType: string;
|
|
9121
|
+
content: string;
|
|
9122
9122
|
}, {
|
|
9123
9123
|
type: "explicit-base64";
|
|
9124
|
-
content: string;
|
|
9125
9124
|
mimeType: string;
|
|
9125
|
+
content: string;
|
|
9126
9126
|
}>, z.ZodObject<{
|
|
9127
9127
|
type: z.ZodLiteral<"relative">;
|
|
9128
9128
|
path: z.ZodString;
|
|
@@ -9146,12 +9146,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9146
9146
|
content: z.ZodString;
|
|
9147
9147
|
}, "strict", z.ZodTypeAny, {
|
|
9148
9148
|
type: "explicit-base64";
|
|
9149
|
-
content: string;
|
|
9150
9149
|
mimeType: string;
|
|
9150
|
+
content: string;
|
|
9151
9151
|
}, {
|
|
9152
9152
|
type: "explicit-base64";
|
|
9153
|
-
content: string;
|
|
9154
9153
|
mimeType: string;
|
|
9154
|
+
content: string;
|
|
9155
9155
|
}>, z.ZodObject<{
|
|
9156
9156
|
type: z.ZodLiteral<"relative">;
|
|
9157
9157
|
path: z.ZodString;
|
|
@@ -9171,12 +9171,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9171
9171
|
content: z.ZodString;
|
|
9172
9172
|
}, "strict", z.ZodTypeAny, {
|
|
9173
9173
|
type: "explicit-base64";
|
|
9174
|
-
content: string;
|
|
9175
9174
|
mimeType: string;
|
|
9175
|
+
content: string;
|
|
9176
9176
|
}, {
|
|
9177
9177
|
type: "explicit-base64";
|
|
9178
|
-
content: string;
|
|
9179
9178
|
mimeType: string;
|
|
9179
|
+
content: string;
|
|
9180
9180
|
}>, z.ZodObject<{
|
|
9181
9181
|
type: z.ZodLiteral<"relative">;
|
|
9182
9182
|
path: z.ZodString;
|
|
@@ -9196,12 +9196,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9196
9196
|
content: z.ZodString;
|
|
9197
9197
|
}, "strict", z.ZodTypeAny, {
|
|
9198
9198
|
type: "explicit-base64";
|
|
9199
|
-
content: string;
|
|
9200
9199
|
mimeType: string;
|
|
9200
|
+
content: string;
|
|
9201
9201
|
}, {
|
|
9202
9202
|
type: "explicit-base64";
|
|
9203
|
-
content: string;
|
|
9204
9203
|
mimeType: string;
|
|
9204
|
+
content: string;
|
|
9205
9205
|
}>, z.ZodObject<{
|
|
9206
9206
|
type: z.ZodLiteral<"relative">;
|
|
9207
9207
|
path: z.ZodString;
|
|
@@ -9219,12 +9219,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9219
9219
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
9220
9220
|
}, "strip", z.ZodTypeAny, {
|
|
9221
9221
|
organization: {
|
|
9222
|
-
url: string;
|
|
9223
9222
|
name: string;
|
|
9223
|
+
url: string;
|
|
9224
9224
|
logo?: {
|
|
9225
9225
|
type: "explicit-base64";
|
|
9226
|
-
content: string;
|
|
9227
9226
|
mimeType: string;
|
|
9227
|
+
content: string;
|
|
9228
9228
|
} | {
|
|
9229
9229
|
type: "relative";
|
|
9230
9230
|
path: string;
|
|
@@ -9251,8 +9251,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9251
9251
|
} | undefined;
|
|
9252
9252
|
logo?: {
|
|
9253
9253
|
type: "explicit-base64";
|
|
9254
|
-
content: string;
|
|
9255
9254
|
mimeType: string;
|
|
9255
|
+
content: string;
|
|
9256
9256
|
} | {
|
|
9257
9257
|
type: "relative";
|
|
9258
9258
|
path: string;
|
|
@@ -9266,12 +9266,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9266
9266
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
9267
9267
|
}, {
|
|
9268
9268
|
organization: {
|
|
9269
|
-
url: string;
|
|
9270
9269
|
name: string;
|
|
9270
|
+
url: string;
|
|
9271
9271
|
logo?: {
|
|
9272
9272
|
type: "explicit-base64";
|
|
9273
|
-
content: string;
|
|
9274
9273
|
mimeType: string;
|
|
9274
|
+
content: string;
|
|
9275
9275
|
} | {
|
|
9276
9276
|
type: "relative";
|
|
9277
9277
|
path: string;
|
|
@@ -9298,8 +9298,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9298
9298
|
} | undefined;
|
|
9299
9299
|
logo?: {
|
|
9300
9300
|
type: "explicit-base64";
|
|
9301
|
-
content: string;
|
|
9302
9301
|
mimeType: string;
|
|
9302
|
+
content: string;
|
|
9303
9303
|
} | {
|
|
9304
9304
|
type: "relative";
|
|
9305
9305
|
path: string;
|
|
@@ -9416,10 +9416,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9416
9416
|
path: string;
|
|
9417
9417
|
}>;
|
|
9418
9418
|
}, "strip", z.ZodTypeAny, {
|
|
9419
|
-
ui: {
|
|
9420
|
-
type: "relative";
|
|
9421
|
-
path: string;
|
|
9422
|
-
};
|
|
9423
9419
|
workflow: {
|
|
9424
9420
|
type: "workflow-v1";
|
|
9425
9421
|
main: {
|
|
@@ -9431,11 +9427,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9431
9427
|
type: "relative";
|
|
9432
9428
|
path: string;
|
|
9433
9429
|
};
|
|
9434
|
-
}, {
|
|
9435
9430
|
ui: {
|
|
9436
9431
|
type: "relative";
|
|
9437
9432
|
path: string;
|
|
9438
9433
|
};
|
|
9434
|
+
}, {
|
|
9439
9435
|
workflow: {
|
|
9440
9436
|
type: "relative";
|
|
9441
9437
|
path: string;
|
|
@@ -9450,6 +9446,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9450
9446
|
type: "relative";
|
|
9451
9447
|
path: string;
|
|
9452
9448
|
};
|
|
9449
|
+
ui: {
|
|
9450
|
+
type: "relative";
|
|
9451
|
+
path: string;
|
|
9452
|
+
};
|
|
9453
9453
|
}>;
|
|
9454
9454
|
meta: z.ZodObject<{
|
|
9455
9455
|
title: z.ZodString;
|
|
@@ -9498,12 +9498,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9498
9498
|
content: z.ZodString;
|
|
9499
9499
|
}, "strict", z.ZodTypeAny, {
|
|
9500
9500
|
type: "explicit-base64";
|
|
9501
|
-
content: string;
|
|
9502
9501
|
mimeType: string;
|
|
9502
|
+
content: string;
|
|
9503
9503
|
}, {
|
|
9504
9504
|
type: "explicit-base64";
|
|
9505
|
-
content: string;
|
|
9506
9505
|
mimeType: string;
|
|
9506
|
+
content: string;
|
|
9507
9507
|
}>, z.ZodObject<{
|
|
9508
9508
|
type: z.ZodLiteral<"relative">;
|
|
9509
9509
|
path: z.ZodString;
|
|
@@ -9527,12 +9527,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9527
9527
|
content: z.ZodString;
|
|
9528
9528
|
}, "strict", z.ZodTypeAny, {
|
|
9529
9529
|
type: "explicit-base64";
|
|
9530
|
-
content: string;
|
|
9531
9530
|
mimeType: string;
|
|
9531
|
+
content: string;
|
|
9532
9532
|
}, {
|
|
9533
9533
|
type: "explicit-base64";
|
|
9534
|
-
content: string;
|
|
9535
9534
|
mimeType: string;
|
|
9535
|
+
content: string;
|
|
9536
9536
|
}>, z.ZodObject<{
|
|
9537
9537
|
type: z.ZodLiteral<"relative">;
|
|
9538
9538
|
path: z.ZodString;
|
|
@@ -9552,12 +9552,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9552
9552
|
content: z.ZodString;
|
|
9553
9553
|
}, "strict", z.ZodTypeAny, {
|
|
9554
9554
|
type: "explicit-base64";
|
|
9555
|
-
content: string;
|
|
9556
9555
|
mimeType: string;
|
|
9556
|
+
content: string;
|
|
9557
9557
|
}, {
|
|
9558
9558
|
type: "explicit-base64";
|
|
9559
|
-
content: string;
|
|
9560
9559
|
mimeType: string;
|
|
9560
|
+
content: string;
|
|
9561
9561
|
}>, z.ZodObject<{
|
|
9562
9562
|
type: z.ZodLiteral<"relative">;
|
|
9563
9563
|
path: z.ZodString;
|
|
@@ -9577,12 +9577,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9577
9577
|
content: z.ZodString;
|
|
9578
9578
|
}, "strict", z.ZodTypeAny, {
|
|
9579
9579
|
type: "explicit-base64";
|
|
9580
|
-
content: string;
|
|
9581
9580
|
mimeType: string;
|
|
9581
|
+
content: string;
|
|
9582
9582
|
}, {
|
|
9583
9583
|
type: "explicit-base64";
|
|
9584
|
-
content: string;
|
|
9585
9584
|
mimeType: string;
|
|
9585
|
+
content: string;
|
|
9586
9586
|
}>, z.ZodObject<{
|
|
9587
9587
|
type: z.ZodLiteral<"relative">;
|
|
9588
9588
|
path: z.ZodString;
|
|
@@ -9600,12 +9600,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9600
9600
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
9601
9601
|
}, "strip", z.ZodTypeAny, {
|
|
9602
9602
|
organization: {
|
|
9603
|
-
url: string;
|
|
9604
9603
|
name: string;
|
|
9604
|
+
url: string;
|
|
9605
9605
|
logo?: {
|
|
9606
9606
|
type: "explicit-base64";
|
|
9607
|
-
content: string;
|
|
9608
9607
|
mimeType: string;
|
|
9608
|
+
content: string;
|
|
9609
9609
|
} | {
|
|
9610
9610
|
type: "relative";
|
|
9611
9611
|
path: string;
|
|
@@ -9632,8 +9632,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9632
9632
|
} | undefined;
|
|
9633
9633
|
logo?: {
|
|
9634
9634
|
type: "explicit-base64";
|
|
9635
|
-
content: string;
|
|
9636
9635
|
mimeType: string;
|
|
9636
|
+
content: string;
|
|
9637
9637
|
} | {
|
|
9638
9638
|
type: "relative";
|
|
9639
9639
|
path: string;
|
|
@@ -9647,12 +9647,12 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9647
9647
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
9648
9648
|
}, {
|
|
9649
9649
|
organization: {
|
|
9650
|
-
url: string;
|
|
9651
9650
|
name: string;
|
|
9651
|
+
url: string;
|
|
9652
9652
|
logo?: {
|
|
9653
9653
|
type: "explicit-base64";
|
|
9654
|
-
content: string;
|
|
9655
9654
|
mimeType: string;
|
|
9655
|
+
content: string;
|
|
9656
9656
|
} | {
|
|
9657
9657
|
type: "relative";
|
|
9658
9658
|
path: string;
|
|
@@ -9679,8 +9679,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9679
9679
|
} | undefined;
|
|
9680
9680
|
logo?: {
|
|
9681
9681
|
type: "explicit-base64";
|
|
9682
|
-
content: string;
|
|
9683
9682
|
mimeType: string;
|
|
9683
|
+
content: string;
|
|
9684
9684
|
} | {
|
|
9685
9685
|
type: "relative";
|
|
9686
9686
|
path: string;
|