@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
|
@@ -308,12 +308,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
308
308
|
type: "absolute-url";
|
|
309
309
|
url: string;
|
|
310
310
|
}, {
|
|
311
|
-
type: "relative";
|
|
312
|
-
path: string;
|
|
313
|
-
} | {
|
|
314
311
|
type: "explicit-base64";
|
|
315
312
|
mimeType: string;
|
|
316
313
|
content: string;
|
|
314
|
+
} | {
|
|
315
|
+
type: "relative";
|
|
316
|
+
path: string;
|
|
317
317
|
}>, {
|
|
318
318
|
type: "workflow-v1";
|
|
319
319
|
main: {
|
|
@@ -325,12 +325,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
325
325
|
url: string;
|
|
326
326
|
};
|
|
327
327
|
}, {
|
|
328
|
-
type: "relative";
|
|
329
|
-
path: string;
|
|
330
|
-
} | {
|
|
331
328
|
type: "explicit-base64";
|
|
332
329
|
mimeType: string;
|
|
333
330
|
content: string;
|
|
331
|
+
} | {
|
|
332
|
+
type: "relative";
|
|
333
|
+
path: string;
|
|
334
334
|
}>, z.ZodObject<{
|
|
335
335
|
type: z.ZodLiteral<"workflow-v1">;
|
|
336
336
|
main: z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -362,12 +362,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
362
362
|
type: "absolute-url";
|
|
363
363
|
url: string;
|
|
364
364
|
}, {
|
|
365
|
-
type: "relative";
|
|
366
|
-
path: string;
|
|
367
|
-
} | {
|
|
368
365
|
type: "explicit-base64";
|
|
369
366
|
mimeType: string;
|
|
370
367
|
content: string;
|
|
368
|
+
} | {
|
|
369
|
+
type: "relative";
|
|
370
|
+
path: string;
|
|
371
371
|
}>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
type: "workflow-v1";
|
|
@@ -382,12 +382,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
382
382
|
}, {
|
|
383
383
|
type: "workflow-v1";
|
|
384
384
|
main: {
|
|
385
|
-
type: "relative";
|
|
386
|
-
path: string;
|
|
387
|
-
} | {
|
|
388
385
|
type: "explicit-base64";
|
|
389
386
|
mimeType: string;
|
|
390
387
|
content: string;
|
|
388
|
+
} | {
|
|
389
|
+
type: "relative";
|
|
390
|
+
path: string;
|
|
391
391
|
};
|
|
392
392
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
393
393
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -420,12 +420,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
420
420
|
type: "absolute-url";
|
|
421
421
|
url: string;
|
|
422
422
|
}, {
|
|
423
|
-
type: "relative";
|
|
424
|
-
path: string;
|
|
425
|
-
} | {
|
|
426
423
|
type: "explicit-base64";
|
|
427
424
|
mimeType: string;
|
|
428
425
|
content: string;
|
|
426
|
+
} | {
|
|
427
|
+
type: "relative";
|
|
428
|
+
path: string;
|
|
429
429
|
}>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
431
|
type: "workflow-v1";
|
|
@@ -440,12 +440,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
440
440
|
}, {
|
|
441
441
|
type: "workflow-v1";
|
|
442
442
|
main: {
|
|
443
|
-
type: "relative";
|
|
444
|
-
path: string;
|
|
445
|
-
} | {
|
|
446
443
|
type: "explicit-base64";
|
|
447
444
|
mimeType: string;
|
|
448
445
|
content: string;
|
|
446
|
+
} | {
|
|
447
|
+
type: "relative";
|
|
448
|
+
path: string;
|
|
449
449
|
};
|
|
450
450
|
}>]>]>;
|
|
451
451
|
model: z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -477,12 +477,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
477
477
|
type: "absolute-url";
|
|
478
478
|
url: string;
|
|
479
479
|
}, {
|
|
480
|
-
type: "relative";
|
|
481
|
-
path: string;
|
|
482
|
-
} | {
|
|
483
480
|
type: "explicit-base64";
|
|
484
481
|
mimeType: string;
|
|
485
482
|
content: string;
|
|
483
|
+
} | {
|
|
484
|
+
type: "relative";
|
|
485
|
+
path: string;
|
|
486
486
|
}>;
|
|
487
487
|
ui: z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
488
488
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -513,12 +513,12 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
513
513
|
type: "absolute-url";
|
|
514
514
|
url: string;
|
|
515
515
|
}, {
|
|
516
|
-
type: "relative";
|
|
517
|
-
path: string;
|
|
518
|
-
} | {
|
|
519
516
|
type: "explicit-base64";
|
|
520
517
|
mimeType: string;
|
|
521
518
|
content: string;
|
|
519
|
+
} | {
|
|
520
|
+
type: "relative";
|
|
521
|
+
path: string;
|
|
522
522
|
}>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
524
|
workflow: {
|
|
@@ -550,38 +550,38 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
550
550
|
};
|
|
551
551
|
}, {
|
|
552
552
|
workflow: {
|
|
553
|
-
type: "relative";
|
|
554
|
-
path: string;
|
|
555
|
-
} | {
|
|
556
553
|
type: "explicit-base64";
|
|
557
554
|
mimeType: string;
|
|
558
555
|
content: string;
|
|
556
|
+
} | {
|
|
557
|
+
type: "relative";
|
|
558
|
+
path: string;
|
|
559
559
|
} | {
|
|
560
560
|
type: "workflow-v1";
|
|
561
561
|
main: {
|
|
562
|
-
type: "relative";
|
|
563
|
-
path: string;
|
|
564
|
-
} | {
|
|
565
562
|
type: "explicit-base64";
|
|
566
563
|
mimeType: string;
|
|
567
564
|
content: string;
|
|
565
|
+
} | {
|
|
566
|
+
type: "relative";
|
|
567
|
+
path: string;
|
|
568
568
|
};
|
|
569
569
|
};
|
|
570
570
|
model: {
|
|
571
|
-
type: "relative";
|
|
572
|
-
path: string;
|
|
573
|
-
} | {
|
|
574
571
|
type: "explicit-base64";
|
|
575
572
|
mimeType: string;
|
|
576
573
|
content: string;
|
|
577
|
-
}
|
|
578
|
-
ui: {
|
|
574
|
+
} | {
|
|
579
575
|
type: "relative";
|
|
580
576
|
path: string;
|
|
581
|
-
}
|
|
577
|
+
};
|
|
578
|
+
ui: {
|
|
582
579
|
type: "explicit-base64";
|
|
583
580
|
mimeType: string;
|
|
584
581
|
content: string;
|
|
582
|
+
} | {
|
|
583
|
+
type: "relative";
|
|
584
|
+
path: string;
|
|
585
585
|
};
|
|
586
586
|
}>;
|
|
587
587
|
type BlockComponentsAbsolute = z.infer<ReturnType<typeof BlockComponentsAbsoluteUrl>>;
|