@milaboratories/pl-model-middle-layer 1.13.0 → 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 +22 -22
- package/dist/block_meta/block_description.d.ts +112 -112
- package/dist/block_meta/block_manifest.d.ts +559 -559
- package/dist/block_meta/block_meta.d.ts +26 -26
- package/dist/block_meta/content_types.d.ts +24 -24
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +188 -188
- 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
|
@@ -295,11 +295,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
295
295
|
type: z.ZodLiteral<"relative">;
|
|
296
296
|
path: z.ZodString;
|
|
297
297
|
}, "strict", z.ZodTypeAny, {
|
|
298
|
-
path: string;
|
|
299
298
|
type: "relative";
|
|
300
|
-
}, {
|
|
301
299
|
path: string;
|
|
300
|
+
}, {
|
|
302
301
|
type: "relative";
|
|
302
|
+
path: string;
|
|
303
303
|
}>]>, {
|
|
304
304
|
type: "explicit-base64";
|
|
305
305
|
mimeType: string;
|
|
@@ -312,8 +312,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
312
312
|
mimeType: string;
|
|
313
313
|
content: string;
|
|
314
314
|
} | {
|
|
315
|
-
path: string;
|
|
316
315
|
type: "relative";
|
|
316
|
+
path: string;
|
|
317
317
|
}>, {
|
|
318
318
|
type: "workflow-v1";
|
|
319
319
|
main: {
|
|
@@ -329,8 +329,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
329
329
|
mimeType: string;
|
|
330
330
|
content: string;
|
|
331
331
|
} | {
|
|
332
|
-
path: string;
|
|
333
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<{
|
|
@@ -349,11 +349,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
349
349
|
type: z.ZodLiteral<"relative">;
|
|
350
350
|
path: z.ZodString;
|
|
351
351
|
}, "strict", z.ZodTypeAny, {
|
|
352
|
-
path: string;
|
|
353
352
|
type: "relative";
|
|
354
|
-
}, {
|
|
355
353
|
path: string;
|
|
354
|
+
}, {
|
|
356
355
|
type: "relative";
|
|
356
|
+
path: string;
|
|
357
357
|
}>]>, {
|
|
358
358
|
type: "explicit-base64";
|
|
359
359
|
mimeType: string;
|
|
@@ -366,8 +366,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
366
366
|
mimeType: string;
|
|
367
367
|
content: string;
|
|
368
368
|
} | {
|
|
369
|
-
path: string;
|
|
370
369
|
type: "relative";
|
|
370
|
+
path: string;
|
|
371
371
|
}>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
type: "workflow-v1";
|
|
@@ -386,8 +386,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
386
386
|
mimeType: string;
|
|
387
387
|
content: string;
|
|
388
388
|
} | {
|
|
389
|
-
path: string;
|
|
390
389
|
type: "relative";
|
|
390
|
+
path: string;
|
|
391
391
|
};
|
|
392
392
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
393
393
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -407,11 +407,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
407
407
|
type: z.ZodLiteral<"relative">;
|
|
408
408
|
path: z.ZodString;
|
|
409
409
|
}, "strict", z.ZodTypeAny, {
|
|
410
|
-
path: string;
|
|
411
410
|
type: "relative";
|
|
412
|
-
}, {
|
|
413
411
|
path: string;
|
|
412
|
+
}, {
|
|
414
413
|
type: "relative";
|
|
414
|
+
path: string;
|
|
415
415
|
}>]>, {
|
|
416
416
|
type: "explicit-base64";
|
|
417
417
|
mimeType: string;
|
|
@@ -424,8 +424,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
424
424
|
mimeType: string;
|
|
425
425
|
content: string;
|
|
426
426
|
} | {
|
|
427
|
-
path: string;
|
|
428
427
|
type: "relative";
|
|
428
|
+
path: string;
|
|
429
429
|
}>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
431
|
type: "workflow-v1";
|
|
@@ -444,8 +444,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
444
444
|
mimeType: string;
|
|
445
445
|
content: string;
|
|
446
446
|
} | {
|
|
447
|
-
path: string;
|
|
448
447
|
type: "relative";
|
|
448
|
+
path: string;
|
|
449
449
|
};
|
|
450
450
|
}>]>]>;
|
|
451
451
|
model: z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -464,11 +464,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
464
464
|
type: z.ZodLiteral<"relative">;
|
|
465
465
|
path: z.ZodString;
|
|
466
466
|
}, "strict", z.ZodTypeAny, {
|
|
467
|
-
path: string;
|
|
468
467
|
type: "relative";
|
|
469
|
-
}, {
|
|
470
468
|
path: string;
|
|
469
|
+
}, {
|
|
471
470
|
type: "relative";
|
|
471
|
+
path: string;
|
|
472
472
|
}>]>, {
|
|
473
473
|
type: "explicit-base64";
|
|
474
474
|
mimeType: string;
|
|
@@ -481,8 +481,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
481
481
|
mimeType: string;
|
|
482
482
|
content: string;
|
|
483
483
|
} | {
|
|
484
|
-
path: string;
|
|
485
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">;
|
|
@@ -500,11 +500,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
500
500
|
type: z.ZodLiteral<"relative">;
|
|
501
501
|
path: z.ZodString;
|
|
502
502
|
}, "strict", z.ZodTypeAny, {
|
|
503
|
-
path: string;
|
|
504
503
|
type: "relative";
|
|
505
|
-
}, {
|
|
506
504
|
path: string;
|
|
505
|
+
}, {
|
|
507
506
|
type: "relative";
|
|
507
|
+
path: string;
|
|
508
508
|
}>]>, {
|
|
509
509
|
type: "explicit-base64";
|
|
510
510
|
mimeType: string;
|
|
@@ -517,8 +517,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
517
517
|
mimeType: string;
|
|
518
518
|
content: string;
|
|
519
519
|
} | {
|
|
520
|
-
path: string;
|
|
521
520
|
type: "relative";
|
|
521
|
+
path: string;
|
|
522
522
|
}>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
524
|
workflow: {
|
|
@@ -554,8 +554,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
554
554
|
mimeType: string;
|
|
555
555
|
content: string;
|
|
556
556
|
} | {
|
|
557
|
-
path: string;
|
|
558
557
|
type: "relative";
|
|
558
|
+
path: string;
|
|
559
559
|
} | {
|
|
560
560
|
type: "workflow-v1";
|
|
561
561
|
main: {
|
|
@@ -563,8 +563,8 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
563
563
|
mimeType: string;
|
|
564
564
|
content: string;
|
|
565
565
|
} | {
|
|
566
|
-
path: string;
|
|
567
566
|
type: "relative";
|
|
567
|
+
path: string;
|
|
568
568
|
};
|
|
569
569
|
};
|
|
570
570
|
model: {
|
|
@@ -572,16 +572,16 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
572
572
|
mimeType: string;
|
|
573
573
|
content: string;
|
|
574
574
|
} | {
|
|
575
|
-
path: string;
|
|
576
575
|
type: "relative";
|
|
576
|
+
path: string;
|
|
577
577
|
};
|
|
578
578
|
ui: {
|
|
579
579
|
type: "explicit-base64";
|
|
580
580
|
mimeType: string;
|
|
581
581
|
content: string;
|
|
582
582
|
} | {
|
|
583
|
-
path: string;
|
|
584
583
|
type: "relative";
|
|
584
|
+
path: string;
|
|
585
585
|
};
|
|
586
586
|
}>;
|
|
587
587
|
type BlockComponentsAbsolute = z.infer<ReturnType<typeof BlockComponentsAbsoluteUrl>>;
|