@milaboratories/pl-model-middle-layer 1.12.11 → 1.13.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 +55 -55
- package/dist/block_meta/block_description.d.ts +210 -210
- package/dist/block_meta/block_manifest.d.ts +767 -767
- package/dist/block_meta/block_meta.d.ts +78 -78
- package/dist/block_meta/content_types.d.ts +47 -47
- package/dist/block_registry/overview.d.ts +728 -728
- 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 +4 -4
- 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
|
@@ -285,52 +285,52 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
285
285
|
content: z.ZodString;
|
|
286
286
|
}, "strict", z.ZodTypeAny, {
|
|
287
287
|
type: "explicit-base64";
|
|
288
|
-
content: string;
|
|
289
288
|
mimeType: string;
|
|
289
|
+
content: string;
|
|
290
290
|
}, {
|
|
291
291
|
type: "explicit-base64";
|
|
292
|
-
content: string;
|
|
293
292
|
mimeType: string;
|
|
293
|
+
content: string;
|
|
294
294
|
}>, z.ZodObject<{
|
|
295
295
|
type: z.ZodLiteral<"relative">;
|
|
296
296
|
path: z.ZodString;
|
|
297
297
|
}, "strict", z.ZodTypeAny, {
|
|
298
|
-
type: "relative";
|
|
299
298
|
path: string;
|
|
300
|
-
}, {
|
|
301
299
|
type: "relative";
|
|
300
|
+
}, {
|
|
302
301
|
path: string;
|
|
302
|
+
type: "relative";
|
|
303
303
|
}>]>, {
|
|
304
304
|
type: "explicit-base64";
|
|
305
|
-
content: string;
|
|
306
305
|
mimeType: string;
|
|
306
|
+
content: string;
|
|
307
307
|
} | {
|
|
308
308
|
type: "absolute-url";
|
|
309
309
|
url: string;
|
|
310
310
|
}, {
|
|
311
311
|
type: "explicit-base64";
|
|
312
|
-
content: string;
|
|
313
312
|
mimeType: string;
|
|
313
|
+
content: string;
|
|
314
314
|
} | {
|
|
315
|
-
type: "relative";
|
|
316
315
|
path: string;
|
|
316
|
+
type: "relative";
|
|
317
317
|
}>, {
|
|
318
318
|
type: "workflow-v1";
|
|
319
319
|
main: {
|
|
320
320
|
type: "explicit-base64";
|
|
321
|
-
content: string;
|
|
322
321
|
mimeType: string;
|
|
322
|
+
content: string;
|
|
323
323
|
} | {
|
|
324
324
|
type: "absolute-url";
|
|
325
325
|
url: string;
|
|
326
326
|
};
|
|
327
327
|
}, {
|
|
328
328
|
type: "explicit-base64";
|
|
329
|
-
content: string;
|
|
330
329
|
mimeType: string;
|
|
330
|
+
content: string;
|
|
331
331
|
} | {
|
|
332
|
-
type: "relative";
|
|
333
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<{
|
|
@@ -339,42 +339,42 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
339
339
|
content: z.ZodString;
|
|
340
340
|
}, "strict", z.ZodTypeAny, {
|
|
341
341
|
type: "explicit-base64";
|
|
342
|
-
content: string;
|
|
343
342
|
mimeType: string;
|
|
343
|
+
content: string;
|
|
344
344
|
}, {
|
|
345
345
|
type: "explicit-base64";
|
|
346
|
-
content: string;
|
|
347
346
|
mimeType: string;
|
|
347
|
+
content: string;
|
|
348
348
|
}>, z.ZodObject<{
|
|
349
349
|
type: z.ZodLiteral<"relative">;
|
|
350
350
|
path: z.ZodString;
|
|
351
351
|
}, "strict", z.ZodTypeAny, {
|
|
352
|
-
type: "relative";
|
|
353
352
|
path: string;
|
|
354
|
-
}, {
|
|
355
353
|
type: "relative";
|
|
354
|
+
}, {
|
|
356
355
|
path: string;
|
|
356
|
+
type: "relative";
|
|
357
357
|
}>]>, {
|
|
358
358
|
type: "explicit-base64";
|
|
359
|
-
content: string;
|
|
360
359
|
mimeType: string;
|
|
360
|
+
content: string;
|
|
361
361
|
} | {
|
|
362
362
|
type: "absolute-url";
|
|
363
363
|
url: string;
|
|
364
364
|
}, {
|
|
365
365
|
type: "explicit-base64";
|
|
366
|
-
content: string;
|
|
367
366
|
mimeType: string;
|
|
367
|
+
content: string;
|
|
368
368
|
} | {
|
|
369
|
-
type: "relative";
|
|
370
369
|
path: string;
|
|
370
|
+
type: "relative";
|
|
371
371
|
}>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
type: "workflow-v1";
|
|
374
374
|
main: {
|
|
375
375
|
type: "explicit-base64";
|
|
376
|
-
content: string;
|
|
377
376
|
mimeType: string;
|
|
377
|
+
content: string;
|
|
378
378
|
} | {
|
|
379
379
|
type: "absolute-url";
|
|
380
380
|
url: string;
|
|
@@ -383,11 +383,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
383
383
|
type: "workflow-v1";
|
|
384
384
|
main: {
|
|
385
385
|
type: "explicit-base64";
|
|
386
|
-
content: string;
|
|
387
386
|
mimeType: string;
|
|
387
|
+
content: string;
|
|
388
388
|
} | {
|
|
389
|
-
type: "relative";
|
|
390
389
|
path: string;
|
|
390
|
+
type: "relative";
|
|
391
391
|
};
|
|
392
392
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
393
393
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -397,42 +397,42 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
397
397
|
content: z.ZodString;
|
|
398
398
|
}, "strict", z.ZodTypeAny, {
|
|
399
399
|
type: "explicit-base64";
|
|
400
|
-
content: string;
|
|
401
400
|
mimeType: string;
|
|
401
|
+
content: string;
|
|
402
402
|
}, {
|
|
403
403
|
type: "explicit-base64";
|
|
404
|
-
content: string;
|
|
405
404
|
mimeType: string;
|
|
405
|
+
content: string;
|
|
406
406
|
}>, z.ZodObject<{
|
|
407
407
|
type: z.ZodLiteral<"relative">;
|
|
408
408
|
path: z.ZodString;
|
|
409
409
|
}, "strict", z.ZodTypeAny, {
|
|
410
|
-
type: "relative";
|
|
411
410
|
path: string;
|
|
412
|
-
}, {
|
|
413
411
|
type: "relative";
|
|
412
|
+
}, {
|
|
414
413
|
path: string;
|
|
414
|
+
type: "relative";
|
|
415
415
|
}>]>, {
|
|
416
416
|
type: "explicit-base64";
|
|
417
|
-
content: string;
|
|
418
417
|
mimeType: string;
|
|
418
|
+
content: string;
|
|
419
419
|
} | {
|
|
420
420
|
type: "absolute-url";
|
|
421
421
|
url: string;
|
|
422
422
|
}, {
|
|
423
423
|
type: "explicit-base64";
|
|
424
|
-
content: string;
|
|
425
424
|
mimeType: string;
|
|
425
|
+
content: string;
|
|
426
426
|
} | {
|
|
427
|
-
type: "relative";
|
|
428
427
|
path: string;
|
|
428
|
+
type: "relative";
|
|
429
429
|
}>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
431
|
type: "workflow-v1";
|
|
432
432
|
main: {
|
|
433
433
|
type: "explicit-base64";
|
|
434
|
-
content: string;
|
|
435
434
|
mimeType: string;
|
|
435
|
+
content: string;
|
|
436
436
|
} | {
|
|
437
437
|
type: "absolute-url";
|
|
438
438
|
url: string;
|
|
@@ -441,11 +441,11 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
441
441
|
type: "workflow-v1";
|
|
442
442
|
main: {
|
|
443
443
|
type: "explicit-base64";
|
|
444
|
-
content: string;
|
|
445
444
|
mimeType: string;
|
|
445
|
+
content: string;
|
|
446
446
|
} | {
|
|
447
|
-
type: "relative";
|
|
448
447
|
path: string;
|
|
448
|
+
type: "relative";
|
|
449
449
|
};
|
|
450
450
|
}>]>]>;
|
|
451
451
|
model: z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -454,35 +454,35 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
454
454
|
content: z.ZodString;
|
|
455
455
|
}, "strict", z.ZodTypeAny, {
|
|
456
456
|
type: "explicit-base64";
|
|
457
|
-
content: string;
|
|
458
457
|
mimeType: string;
|
|
458
|
+
content: string;
|
|
459
459
|
}, {
|
|
460
460
|
type: "explicit-base64";
|
|
461
|
-
content: string;
|
|
462
461
|
mimeType: string;
|
|
462
|
+
content: string;
|
|
463
463
|
}>, z.ZodObject<{
|
|
464
464
|
type: z.ZodLiteral<"relative">;
|
|
465
465
|
path: z.ZodString;
|
|
466
466
|
}, "strict", z.ZodTypeAny, {
|
|
467
|
-
type: "relative";
|
|
468
467
|
path: string;
|
|
469
|
-
}, {
|
|
470
468
|
type: "relative";
|
|
469
|
+
}, {
|
|
471
470
|
path: string;
|
|
471
|
+
type: "relative";
|
|
472
472
|
}>]>, {
|
|
473
473
|
type: "explicit-base64";
|
|
474
|
-
content: string;
|
|
475
474
|
mimeType: string;
|
|
475
|
+
content: string;
|
|
476
476
|
} | {
|
|
477
477
|
type: "absolute-url";
|
|
478
478
|
url: string;
|
|
479
479
|
}, {
|
|
480
480
|
type: "explicit-base64";
|
|
481
|
-
content: string;
|
|
482
481
|
mimeType: string;
|
|
482
|
+
content: string;
|
|
483
483
|
} | {
|
|
484
|
-
type: "relative";
|
|
485
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">;
|
|
@@ -490,43 +490,43 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
490
490
|
content: z.ZodString;
|
|
491
491
|
}, "strict", z.ZodTypeAny, {
|
|
492
492
|
type: "explicit-base64";
|
|
493
|
-
content: string;
|
|
494
493
|
mimeType: string;
|
|
494
|
+
content: string;
|
|
495
495
|
}, {
|
|
496
496
|
type: "explicit-base64";
|
|
497
|
-
content: string;
|
|
498
497
|
mimeType: string;
|
|
498
|
+
content: string;
|
|
499
499
|
}>, z.ZodObject<{
|
|
500
500
|
type: z.ZodLiteral<"relative">;
|
|
501
501
|
path: z.ZodString;
|
|
502
502
|
}, "strict", z.ZodTypeAny, {
|
|
503
|
-
type: "relative";
|
|
504
503
|
path: string;
|
|
505
|
-
}, {
|
|
506
504
|
type: "relative";
|
|
505
|
+
}, {
|
|
507
506
|
path: string;
|
|
507
|
+
type: "relative";
|
|
508
508
|
}>]>, {
|
|
509
509
|
type: "explicit-base64";
|
|
510
|
-
content: string;
|
|
511
510
|
mimeType: string;
|
|
511
|
+
content: string;
|
|
512
512
|
} | {
|
|
513
513
|
type: "absolute-url";
|
|
514
514
|
url: string;
|
|
515
515
|
}, {
|
|
516
516
|
type: "explicit-base64";
|
|
517
|
-
content: string;
|
|
518
517
|
mimeType: string;
|
|
518
|
+
content: string;
|
|
519
519
|
} | {
|
|
520
|
-
type: "relative";
|
|
521
520
|
path: string;
|
|
521
|
+
type: "relative";
|
|
522
522
|
}>;
|
|
523
523
|
}, "strip", z.ZodTypeAny, {
|
|
524
524
|
workflow: {
|
|
525
525
|
type: "workflow-v1";
|
|
526
526
|
main: {
|
|
527
527
|
type: "explicit-base64";
|
|
528
|
-
content: string;
|
|
529
528
|
mimeType: string;
|
|
529
|
+
content: string;
|
|
530
530
|
} | {
|
|
531
531
|
type: "absolute-url";
|
|
532
532
|
url: string;
|
|
@@ -534,16 +534,16 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
534
534
|
};
|
|
535
535
|
model: {
|
|
536
536
|
type: "explicit-base64";
|
|
537
|
-
content: string;
|
|
538
537
|
mimeType: string;
|
|
538
|
+
content: string;
|
|
539
539
|
} | {
|
|
540
540
|
type: "absolute-url";
|
|
541
541
|
url: string;
|
|
542
542
|
};
|
|
543
543
|
ui: {
|
|
544
544
|
type: "explicit-base64";
|
|
545
|
-
content: string;
|
|
546
545
|
mimeType: string;
|
|
546
|
+
content: string;
|
|
547
547
|
} | {
|
|
548
548
|
type: "absolute-url";
|
|
549
549
|
url: string;
|
|
@@ -551,37 +551,37 @@ declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
|
|
|
551
551
|
}, {
|
|
552
552
|
workflow: {
|
|
553
553
|
type: "explicit-base64";
|
|
554
|
-
content: string;
|
|
555
554
|
mimeType: string;
|
|
555
|
+
content: string;
|
|
556
556
|
} | {
|
|
557
|
-
type: "relative";
|
|
558
557
|
path: string;
|
|
558
|
+
type: "relative";
|
|
559
559
|
} | {
|
|
560
560
|
type: "workflow-v1";
|
|
561
561
|
main: {
|
|
562
562
|
type: "explicit-base64";
|
|
563
|
-
content: string;
|
|
564
563
|
mimeType: string;
|
|
564
|
+
content: string;
|
|
565
565
|
} | {
|
|
566
|
-
type: "relative";
|
|
567
566
|
path: string;
|
|
567
|
+
type: "relative";
|
|
568
568
|
};
|
|
569
569
|
};
|
|
570
570
|
model: {
|
|
571
571
|
type: "explicit-base64";
|
|
572
|
-
content: string;
|
|
573
572
|
mimeType: string;
|
|
573
|
+
content: string;
|
|
574
574
|
} | {
|
|
575
|
-
type: "relative";
|
|
576
575
|
path: string;
|
|
576
|
+
type: "relative";
|
|
577
577
|
};
|
|
578
578
|
ui: {
|
|
579
579
|
type: "explicit-base64";
|
|
580
|
-
content: string;
|
|
581
580
|
mimeType: string;
|
|
581
|
+
content: string;
|
|
582
582
|
} | {
|
|
583
|
-
type: "relative";
|
|
584
583
|
path: string;
|
|
584
|
+
type: "relative";
|
|
585
585
|
};
|
|
586
586
|
}>;
|
|
587
587
|
type BlockComponentsAbsolute = z.infer<ReturnType<typeof BlockComponentsAbsoluteUrl>>;
|