@milaboratories/pl-model-middle-layer 1.13.1 → 1.14.0
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/block_meta/block_components.d.ts +36 -36
- package/dist/block_meta/block_description.d.ts +202 -202
- package/dist/block_meta/block_manifest.d.ts +338 -338
- package/dist/block_meta/block_meta.d.ts +48 -48
- package/dist/block_meta/content_types.d.ts +6 -6
- package/dist/block_registry/overview.d.ts +106 -106
- package/dist/block_registry/registry_spec.d.ts +12 -12
- package/dist/block_state.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/project_overview.d.ts +1 -1
- package/dist/storage_debug_view.d.ts +11 -0
- package/package.json +5 -5
- package/src/block_state.ts +1 -1
- package/src/index.ts +1 -0
- package/src/project_overview.ts +1 -1
- package/src/storage_debug_view.ts +7 -0
|
@@ -213,11 +213,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
213
213
|
title: z.ZodString;
|
|
214
214
|
description: z.ZodString;
|
|
215
215
|
longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
216
|
-
type: "relative";
|
|
217
|
-
path: string;
|
|
218
|
-
} | {
|
|
219
216
|
type: "explicit-string";
|
|
220
217
|
content: string;
|
|
218
|
+
} | {
|
|
219
|
+
type: "relative";
|
|
220
|
+
path: string;
|
|
221
221
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
222
222
|
type: z.ZodLiteral<"explicit-string">;
|
|
223
223
|
content: z.ZodString;
|
|
@@ -247,11 +247,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
247
247
|
file: string;
|
|
248
248
|
}>]>]>>;
|
|
249
249
|
changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
250
|
-
type: "relative";
|
|
251
|
-
path: string;
|
|
252
|
-
} | {
|
|
253
250
|
type: "explicit-string";
|
|
254
251
|
content: string;
|
|
252
|
+
} | {
|
|
253
|
+
type: "relative";
|
|
254
|
+
path: string;
|
|
255
255
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
256
256
|
type: z.ZodLiteral<"explicit-string">;
|
|
257
257
|
content: z.ZodString;
|
|
@@ -281,12 +281,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
281
281
|
file: string;
|
|
282
282
|
}>]>]>>;
|
|
283
283
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
284
|
-
type: "relative";
|
|
285
|
-
path: string;
|
|
286
|
-
} | {
|
|
287
284
|
type: "explicit-base64";
|
|
288
285
|
mimeType: string;
|
|
289
286
|
content: string;
|
|
287
|
+
} | {
|
|
288
|
+
type: "relative";
|
|
289
|
+
path: string;
|
|
290
290
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
291
291
|
type: z.ZodLiteral<"explicit-base64">;
|
|
292
292
|
mimeType: z.ZodString;
|
|
@@ -326,12 +326,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
326
326
|
name: z.ZodString;
|
|
327
327
|
url: z.ZodString;
|
|
328
328
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
329
|
-
type: "relative";
|
|
330
|
-
path: string;
|
|
331
|
-
} | {
|
|
332
329
|
type: "explicit-base64";
|
|
333
330
|
mimeType: string;
|
|
334
331
|
content: string;
|
|
332
|
+
} | {
|
|
333
|
+
type: "relative";
|
|
334
|
+
path: string;
|
|
335
335
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
336
336
|
type: z.ZodLiteral<"explicit-base64">;
|
|
337
337
|
mimeType: z.ZodString;
|
|
@@ -367,12 +367,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
367
367
|
name: z.ZodString;
|
|
368
368
|
url: z.ZodString;
|
|
369
369
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
370
|
-
type: "relative";
|
|
371
|
-
path: string;
|
|
372
|
-
} | {
|
|
373
370
|
type: "explicit-base64";
|
|
374
371
|
mimeType: string;
|
|
375
372
|
content: string;
|
|
373
|
+
} | {
|
|
374
|
+
type: "relative";
|
|
375
|
+
path: string;
|
|
376
376
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
377
377
|
type: z.ZodLiteral<"explicit-base64">;
|
|
378
378
|
mimeType: z.ZodString;
|
|
@@ -408,12 +408,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
408
408
|
name: z.ZodString;
|
|
409
409
|
url: z.ZodString;
|
|
410
410
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
411
|
-
type: "relative";
|
|
412
|
-
path: string;
|
|
413
|
-
} | {
|
|
414
411
|
type: "explicit-base64";
|
|
415
412
|
mimeType: string;
|
|
416
413
|
content: string;
|
|
414
|
+
} | {
|
|
415
|
+
type: "relative";
|
|
416
|
+
path: string;
|
|
417
417
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
418
418
|
type: z.ZodLiteral<"explicit-base64">;
|
|
419
419
|
mimeType: z.ZodString;
|
|
@@ -469,12 +469,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
469
469
|
name: string;
|
|
470
470
|
url: string;
|
|
471
471
|
logo?: {
|
|
472
|
-
type: "relative";
|
|
473
|
-
path: string;
|
|
474
|
-
} | {
|
|
475
472
|
type: "explicit-base64";
|
|
476
473
|
mimeType: string;
|
|
477
474
|
content: string;
|
|
475
|
+
} | {
|
|
476
|
+
type: "relative";
|
|
477
|
+
path: string;
|
|
478
478
|
} | {
|
|
479
479
|
type: "absolute-file";
|
|
480
480
|
file: string;
|
|
@@ -484,38 +484,38 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
484
484
|
};
|
|
485
485
|
title: string;
|
|
486
486
|
description: string;
|
|
487
|
-
url?: string | undefined;
|
|
488
487
|
longDescription?: {
|
|
489
|
-
type: "relative";
|
|
490
|
-
path: string;
|
|
491
|
-
} | {
|
|
492
488
|
type: "explicit-string";
|
|
493
489
|
content: string;
|
|
490
|
+
} | {
|
|
491
|
+
type: "relative";
|
|
492
|
+
path: string;
|
|
494
493
|
} | {
|
|
495
494
|
type: "absolute-file";
|
|
496
495
|
file: string;
|
|
497
496
|
} | undefined;
|
|
498
497
|
changelog?: {
|
|
499
|
-
type: "relative";
|
|
500
|
-
path: string;
|
|
501
|
-
} | {
|
|
502
498
|
type: "explicit-string";
|
|
503
499
|
content: string;
|
|
500
|
+
} | {
|
|
501
|
+
type: "relative";
|
|
502
|
+
path: string;
|
|
504
503
|
} | {
|
|
505
504
|
type: "absolute-file";
|
|
506
505
|
file: string;
|
|
507
506
|
} | undefined;
|
|
508
507
|
logo?: {
|
|
509
|
-
type: "relative";
|
|
510
|
-
path: string;
|
|
511
|
-
} | {
|
|
512
508
|
type: "explicit-base64";
|
|
513
509
|
mimeType: string;
|
|
514
510
|
content: string;
|
|
511
|
+
} | {
|
|
512
|
+
type: "relative";
|
|
513
|
+
path: string;
|
|
515
514
|
} | {
|
|
516
515
|
type: "absolute-file";
|
|
517
516
|
file: string;
|
|
518
517
|
} | undefined;
|
|
518
|
+
url?: string | undefined;
|
|
519
519
|
docs?: string | undefined;
|
|
520
520
|
support?: string | undefined;
|
|
521
521
|
tags?: string[] | undefined;
|
|
@@ -528,12 +528,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
528
528
|
name: string;
|
|
529
529
|
url: string;
|
|
530
530
|
logo?: string | {
|
|
531
|
-
type: "relative";
|
|
532
|
-
path: string;
|
|
533
|
-
} | {
|
|
534
531
|
type: "explicit-base64";
|
|
535
532
|
mimeType: string;
|
|
536
533
|
content: string;
|
|
534
|
+
} | {
|
|
535
|
+
type: "relative";
|
|
536
|
+
path: string;
|
|
537
537
|
} | {
|
|
538
538
|
type: "absolute-file";
|
|
539
539
|
file: string;
|
|
@@ -543,38 +543,38 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
543
543
|
};
|
|
544
544
|
title: string;
|
|
545
545
|
description: string;
|
|
546
|
-
url?: string | undefined;
|
|
547
546
|
longDescription?: string | {
|
|
548
|
-
type: "relative";
|
|
549
|
-
path: string;
|
|
550
|
-
} | {
|
|
551
547
|
type: "explicit-string";
|
|
552
548
|
content: string;
|
|
549
|
+
} | {
|
|
550
|
+
type: "relative";
|
|
551
|
+
path: string;
|
|
553
552
|
} | {
|
|
554
553
|
type: "absolute-file";
|
|
555
554
|
file: string;
|
|
556
555
|
} | undefined;
|
|
557
556
|
changelog?: string | {
|
|
558
|
-
type: "relative";
|
|
559
|
-
path: string;
|
|
560
|
-
} | {
|
|
561
557
|
type: "explicit-string";
|
|
562
558
|
content: string;
|
|
559
|
+
} | {
|
|
560
|
+
type: "relative";
|
|
561
|
+
path: string;
|
|
563
562
|
} | {
|
|
564
563
|
type: "absolute-file";
|
|
565
564
|
file: string;
|
|
566
565
|
} | undefined;
|
|
567
566
|
logo?: string | {
|
|
568
|
-
type: "relative";
|
|
569
|
-
path: string;
|
|
570
|
-
} | {
|
|
571
567
|
type: "explicit-base64";
|
|
572
568
|
mimeType: string;
|
|
573
569
|
content: string;
|
|
570
|
+
} | {
|
|
571
|
+
type: "relative";
|
|
572
|
+
path: string;
|
|
574
573
|
} | {
|
|
575
574
|
type: "absolute-file";
|
|
576
575
|
file: string;
|
|
577
576
|
} | undefined;
|
|
577
|
+
url?: string | undefined;
|
|
578
578
|
docs?: string | undefined;
|
|
579
579
|
support?: string | undefined;
|
|
580
580
|
tags?: string[] | undefined;
|
|
@@ -687,7 +687,6 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
687
687
|
};
|
|
688
688
|
title: string;
|
|
689
689
|
description: string;
|
|
690
|
-
url?: string | undefined;
|
|
691
690
|
longDescription?: string | undefined;
|
|
692
691
|
changelog?: string | undefined;
|
|
693
692
|
logo?: {
|
|
@@ -695,6 +694,7 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
695
694
|
mimeType: string;
|
|
696
695
|
content: string;
|
|
697
696
|
} | undefined;
|
|
697
|
+
url?: string | undefined;
|
|
698
698
|
docs?: string | undefined;
|
|
699
699
|
support?: string | undefined;
|
|
700
700
|
tags?: string[] | undefined;
|
|
@@ -716,7 +716,6 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
716
716
|
};
|
|
717
717
|
title: string;
|
|
718
718
|
description: string;
|
|
719
|
-
url?: string | undefined;
|
|
720
719
|
longDescription?: string | undefined;
|
|
721
720
|
changelog?: string | undefined;
|
|
722
721
|
logo?: {
|
|
@@ -724,6 +723,7 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
724
723
|
mimeType: string;
|
|
725
724
|
content: string;
|
|
726
725
|
} | undefined;
|
|
726
|
+
url?: string | undefined;
|
|
727
727
|
docs?: string | undefined;
|
|
728
728
|
support?: string | undefined;
|
|
729
729
|
tags?: string[] | undefined;
|
|
@@ -836,7 +836,6 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
836
836
|
};
|
|
837
837
|
title: string;
|
|
838
838
|
description: string;
|
|
839
|
-
url?: string | undefined;
|
|
840
839
|
longDescription?: string | undefined;
|
|
841
840
|
changelog?: string | undefined;
|
|
842
841
|
logo?: {
|
|
@@ -844,6 +843,7 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
844
843
|
mimeType: string;
|
|
845
844
|
content: Uint8Array<ArrayBuffer>;
|
|
846
845
|
} | undefined;
|
|
846
|
+
url?: string | undefined;
|
|
847
847
|
docs?: string | undefined;
|
|
848
848
|
support?: string | undefined;
|
|
849
849
|
tags?: string[] | undefined;
|
|
@@ -865,7 +865,6 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
865
865
|
};
|
|
866
866
|
title: string;
|
|
867
867
|
description: string;
|
|
868
|
-
url?: string | undefined;
|
|
869
868
|
longDescription?: string | undefined;
|
|
870
869
|
changelog?: string | undefined;
|
|
871
870
|
logo?: {
|
|
@@ -873,6 +872,7 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
873
872
|
mimeType: string;
|
|
874
873
|
content: Uint8Array<ArrayBuffer>;
|
|
875
874
|
} | undefined;
|
|
875
|
+
url?: string | undefined;
|
|
876
876
|
docs?: string | undefined;
|
|
877
877
|
support?: string | undefined;
|
|
878
878
|
tags?: string[] | undefined;
|
|
@@ -439,12 +439,12 @@ declare const ContentRelativeText: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
|
|
|
439
439
|
}>]>;
|
|
440
440
|
type ContentRelativeText = z.infer<typeof ContentRelativeText>;
|
|
441
441
|
declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
442
|
-
type: "relative";
|
|
443
|
-
path: string;
|
|
444
|
-
} | {
|
|
445
442
|
type: "explicit-base64";
|
|
446
443
|
mimeType: string;
|
|
447
444
|
content: string;
|
|
445
|
+
} | {
|
|
446
|
+
type: "relative";
|
|
447
|
+
path: string;
|
|
448
448
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
449
449
|
type: z.ZodLiteral<"explicit-base64">;
|
|
450
450
|
mimeType: z.ZodString;
|
|
@@ -478,11 +478,11 @@ declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
|
478
478
|
}>]>]>;
|
|
479
479
|
type DescriptionContentBinary = z.infer<typeof DescriptionContentBinary>;
|
|
480
480
|
declare const DescriptionContentText: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
481
|
-
type: "relative";
|
|
482
|
-
path: string;
|
|
483
|
-
} | {
|
|
484
481
|
type: "explicit-string";
|
|
485
482
|
content: string;
|
|
483
|
+
} | {
|
|
484
|
+
type: "relative";
|
|
485
|
+
path: string;
|
|
486
486
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
487
487
|
type: z.ZodLiteral<"explicit-string">;
|
|
488
488
|
content: z.ZodString;
|