@milaboratories/pl-model-middle-layer 1.12.12 → 1.13.1
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 +46 -46
- package/dist/block_meta/block_description.d.ts +250 -250
- package/dist/block_meta/block_manifest.d.ts +793 -793
- package/dist/block_meta/block_meta.d.ts +60 -60
- package/dist/block_meta/content_types.d.ts +28 -28
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +288 -288
- package/dist/block_registry/registry_spec.d.ts +20 -20
- package/dist/pframe/internal_api/api_wasm.d.ts +7 -0
- package/dist/pframe/internal_api/common.d.ts +1 -1
- package/dist/pframe/internal_api/discover_columns.d.ts +94 -0
- package/dist/pframe/internal_api/index.cjs.map +1 -1
- package/dist/pframe/internal_api/index.d.ts +2 -1
- package/dist/pframe/internal_api/index.js.map +1 -1
- package/package.json +5 -5
- package/src/pframe/internal_api/api_wasm.ts +8 -0
- package/src/pframe/internal_api/common.ts +1 -1
- package/src/pframe/internal_api/discover_columns.ts +93 -0
- package/src/pframe/internal_api/index.ts +1 -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;
|
|
@@ -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
|
+
} | {
|
|
311
314
|
type: "explicit-base64";
|
|
312
315
|
mimeType: string;
|
|
313
316
|
content: string;
|
|
314
|
-
} | {
|
|
315
|
-
path: string;
|
|
316
|
-
type: "relative";
|
|
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
|
+
} | {
|
|
328
331
|
type: "explicit-base64";
|
|
329
332
|
mimeType: string;
|
|
330
333
|
content: string;
|
|
331
|
-
} | {
|
|
332
|
-
path: string;
|
|
333
|
-
type: "relative";
|
|
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;
|
|
@@ -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
|
+
} | {
|
|
365
368
|
type: "explicit-base64";
|
|
366
369
|
mimeType: string;
|
|
367
370
|
content: string;
|
|
368
|
-
} | {
|
|
369
|
-
path: string;
|
|
370
|
-
type: "relative";
|
|
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
|
+
} | {
|
|
385
388
|
type: "explicit-base64";
|
|
386
389
|
mimeType: string;
|
|
387
390
|
content: string;
|
|
388
|
-
} | {
|
|
389
|
-
path: string;
|
|
390
|
-
type: "relative";
|
|
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;
|
|
@@ -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
|
+
} | {
|
|
423
426
|
type: "explicit-base64";
|
|
424
427
|
mimeType: string;
|
|
425
428
|
content: string;
|
|
426
|
-
} | {
|
|
427
|
-
path: string;
|
|
428
|
-
type: "relative";
|
|
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
|
+
} | {
|
|
443
446
|
type: "explicit-base64";
|
|
444
447
|
mimeType: string;
|
|
445
448
|
content: string;
|
|
446
|
-
} | {
|
|
447
|
-
path: string;
|
|
448
|
-
type: "relative";
|
|
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;
|
|
@@ -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
|
+
} | {
|
|
480
483
|
type: "explicit-base64";
|
|
481
484
|
mimeType: string;
|
|
482
485
|
content: string;
|
|
483
|
-
} | {
|
|
484
|
-
path: string;
|
|
485
|
-
type: "relative";
|
|
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;
|
|
@@ -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
|
+
} | {
|
|
516
519
|
type: "explicit-base64";
|
|
517
520
|
mimeType: string;
|
|
518
521
|
content: string;
|
|
519
|
-
} | {
|
|
520
|
-
path: string;
|
|
521
|
-
type: "relative";
|
|
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
|
+
} | {
|
|
553
556
|
type: "explicit-base64";
|
|
554
557
|
mimeType: string;
|
|
555
558
|
content: string;
|
|
556
|
-
} | {
|
|
557
|
-
path: string;
|
|
558
|
-
type: "relative";
|
|
559
559
|
} | {
|
|
560
560
|
type: "workflow-v1";
|
|
561
561
|
main: {
|
|
562
|
+
type: "relative";
|
|
563
|
+
path: string;
|
|
564
|
+
} | {
|
|
562
565
|
type: "explicit-base64";
|
|
563
566
|
mimeType: string;
|
|
564
567
|
content: string;
|
|
565
|
-
} | {
|
|
566
|
-
path: string;
|
|
567
|
-
type: "relative";
|
|
568
568
|
};
|
|
569
569
|
};
|
|
570
570
|
model: {
|
|
571
|
+
type: "relative";
|
|
572
|
+
path: string;
|
|
573
|
+
} | {
|
|
571
574
|
type: "explicit-base64";
|
|
572
575
|
mimeType: string;
|
|
573
576
|
content: string;
|
|
574
|
-
} | {
|
|
575
|
-
path: string;
|
|
576
|
-
type: "relative";
|
|
577
577
|
};
|
|
578
578
|
ui: {
|
|
579
|
+
type: "relative";
|
|
580
|
+
path: string;
|
|
581
|
+
} | {
|
|
579
582
|
type: "explicit-base64";
|
|
580
583
|
mimeType: string;
|
|
581
584
|
content: string;
|
|
582
|
-
} | {
|
|
583
|
-
path: string;
|
|
584
|
-
type: "relative";
|
|
585
585
|
};
|
|
586
586
|
}>;
|
|
587
587
|
type BlockComponentsAbsolute = z.infer<ReturnType<typeof BlockComponentsAbsoluteUrl>>;
|