@platforma-sdk/block-tools 2.6.64 → 2.6.65

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.
@@ -102,8 +102,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
102
102
  type: "absolute-file";
103
103
  file: string;
104
104
  }>]>, {
105
- path: string;
106
105
  type: "relative";
106
+ path: string;
107
107
  } | {
108
108
  type: "explicit-base64";
109
109
  mimeType: string;
@@ -118,8 +118,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
118
118
  }>, {
119
119
  type: "workflow-v1";
120
120
  main: {
121
- path: string;
122
121
  type: "relative";
122
+ path: string;
123
123
  } | {
124
124
  type: "explicit-base64";
125
125
  mimeType: string;
@@ -156,8 +156,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
156
156
  type: "absolute-file";
157
157
  file: string;
158
158
  }>]>, {
159
- path: string;
160
159
  type: "relative";
160
+ path: string;
161
161
  } | {
162
162
  type: "explicit-base64";
163
163
  mimeType: string;
@@ -173,8 +173,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  type: "workflow-v1";
175
175
  main: {
176
- path: string;
177
176
  type: "relative";
177
+ path: string;
178
178
  } | {
179
179
  type: "explicit-base64";
180
180
  mimeType: string;
@@ -214,8 +214,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
214
214
  type: "absolute-file";
215
215
  file: string;
216
216
  }>]>, {
217
- path: string;
218
217
  type: "relative";
218
+ path: string;
219
219
  } | {
220
220
  type: "explicit-base64";
221
221
  mimeType: string;
@@ -231,8 +231,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
231
231
  }, "strip", z.ZodTypeAny, {
232
232
  type: "workflow-v1";
233
233
  main: {
234
- path: string;
235
234
  type: "relative";
235
+ path: string;
236
236
  } | {
237
237
  type: "explicit-base64";
238
238
  mimeType: string;
@@ -271,8 +271,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
271
271
  type: "absolute-file";
272
272
  file: string;
273
273
  }>]>, {
274
- path: string;
275
274
  type: "relative";
275
+ path: string;
276
276
  } | {
277
277
  type: "explicit-base64";
278
278
  mimeType: string;
@@ -295,8 +295,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
295
295
  type: "absolute-folder";
296
296
  folder: string;
297
297
  }>, {
298
- path: string;
299
298
  type: "relative";
299
+ path: string;
300
300
  }, {
301
301
  type: "absolute-folder";
302
302
  folder: string;
@@ -305,8 +305,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
305
305
  workflow: {
306
306
  type: "workflow-v1";
307
307
  main: {
308
- path: string;
309
308
  type: "relative";
309
+ path: string;
310
310
  } | {
311
311
  type: "explicit-base64";
312
312
  mimeType: string;
@@ -315,8 +315,8 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
315
315
  } | {
316
316
  type: "workflow-v1";
317
317
  main: {
318
- path: string;
319
318
  type: "relative";
319
+ path: string;
320
320
  } | {
321
321
  type: "explicit-base64";
322
322
  mimeType: string;
@@ -324,16 +324,16 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
324
324
  };
325
325
  };
326
326
  model: {
327
- path: string;
328
327
  type: "relative";
328
+ path: string;
329
329
  } | {
330
330
  type: "explicit-base64";
331
331
  mimeType: string;
332
332
  content: string;
333
333
  };
334
334
  ui: {
335
- path: string;
336
335
  type: "relative";
336
+ path: string;
337
337
  };
338
338
  }, {
339
339
  workflow: {
@@ -371,43 +371,43 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
371
371
  type: z.ZodLiteral<"relative">;
372
372
  path: z.ZodString;
373
373
  }, "strict", z.ZodTypeAny, {
374
- path: string;
375
374
  type: "relative";
376
- }, {
377
375
  path: string;
376
+ }, {
378
377
  type: "relative";
378
+ path: string;
379
379
  }>, {
380
380
  type: "workflow-v1";
381
381
  main: {
382
- path: string;
383
382
  type: "relative";
383
+ path: string;
384
384
  };
385
385
  }, {
386
- path: string;
387
386
  type: "relative";
387
+ path: string;
388
388
  }>, z.ZodObject<{
389
389
  type: z.ZodLiteral<"workflow-v1">;
390
390
  main: z.ZodObject<{
391
391
  type: z.ZodLiteral<"relative">;
392
392
  path: z.ZodString;
393
393
  }, "strict", z.ZodTypeAny, {
394
- path: string;
395
394
  type: "relative";
396
- }, {
397
395
  path: string;
396
+ }, {
398
397
  type: "relative";
398
+ path: string;
399
399
  }>;
400
400
  }, "strip", z.ZodTypeAny, {
401
401
  type: "workflow-v1";
402
402
  main: {
403
- path: string;
404
403
  type: "relative";
404
+ path: string;
405
405
  };
406
406
  }, {
407
407
  type: "workflow-v1";
408
408
  main: {
409
- path: string;
410
409
  type: "relative";
410
+ path: string;
411
411
  };
412
412
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
413
413
  type: z.ZodLiteral<"workflow-v1">;
@@ -415,79 +415,79 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
415
415
  type: z.ZodLiteral<"relative">;
416
416
  path: z.ZodString;
417
417
  }, "strict", z.ZodTypeAny, {
418
- path: string;
419
418
  type: "relative";
420
- }, {
421
419
  path: string;
420
+ }, {
422
421
  type: "relative";
422
+ path: string;
423
423
  }>;
424
424
  }, "strip", z.ZodTypeAny, {
425
425
  type: "workflow-v1";
426
426
  main: {
427
- path: string;
428
427
  type: "relative";
428
+ path: string;
429
429
  };
430
430
  }, {
431
431
  type: "workflow-v1";
432
432
  main: {
433
- path: string;
434
433
  type: "relative";
434
+ path: string;
435
435
  };
436
436
  }>]>]>;
437
437
  model: z.ZodObject<{
438
438
  type: z.ZodLiteral<"relative">;
439
439
  path: z.ZodString;
440
440
  }, "strict", z.ZodTypeAny, {
441
- path: string;
442
441
  type: "relative";
443
- }, {
444
442
  path: string;
443
+ }, {
445
444
  type: "relative";
445
+ path: string;
446
446
  }>;
447
447
  ui: z.ZodObject<{
448
448
  type: z.ZodLiteral<"relative">;
449
449
  path: z.ZodString;
450
450
  }, "strict", z.ZodTypeAny, {
451
- path: string;
452
451
  type: "relative";
453
- }, {
454
452
  path: string;
453
+ }, {
455
454
  type: "relative";
455
+ path: string;
456
456
  }>;
457
457
  }, "strip", z.ZodTypeAny, {
458
458
  workflow: {
459
459
  type: "workflow-v1";
460
460
  main: {
461
- path: string;
462
461
  type: "relative";
462
+ path: string;
463
463
  };
464
464
  };
465
465
  model: {
466
- path: string;
467
466
  type: "relative";
467
+ path: string;
468
468
  };
469
469
  ui: {
470
- path: string;
471
470
  type: "relative";
471
+ path: string;
472
472
  };
473
473
  }, {
474
474
  workflow: {
475
- path: string;
476
475
  type: "relative";
476
+ path: string;
477
477
  } | {
478
478
  type: "workflow-v1";
479
479
  main: {
480
- path: string;
481
480
  type: "relative";
481
+ path: string;
482
482
  };
483
483
  };
484
484
  model: {
485
- path: string;
486
485
  type: "relative";
486
+ path: string;
487
487
  };
488
488
  ui: {
489
- path: string;
490
489
  type: "relative";
490
+ path: string;
491
491
  };
492
492
  }>>;
493
493
  export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<{
@@ -495,17 +495,17 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
495
495
  type: z.ZodLiteral<"relative">;
496
496
  path: z.ZodString;
497
497
  }, "strict", z.ZodTypeAny, {
498
- path: string;
499
498
  type: "relative";
500
- }, {
501
499
  path: string;
500
+ }, {
502
501
  type: "relative";
502
+ path: string;
503
503
  }>, {
504
504
  type: "absolute-url";
505
505
  url: string;
506
506
  }, {
507
- path: string;
508
507
  type: "relative";
508
+ path: string;
509
509
  }>, {
510
510
  type: "workflow-v1";
511
511
  main: {
@@ -513,25 +513,25 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
513
513
  url: string;
514
514
  };
515
515
  }, {
516
- path: string;
517
516
  type: "relative";
517
+ path: string;
518
518
  }>, z.ZodObject<{
519
519
  type: z.ZodLiteral<"workflow-v1">;
520
520
  main: z.ZodEffects<z.ZodObject<{
521
521
  type: z.ZodLiteral<"relative">;
522
522
  path: z.ZodString;
523
523
  }, "strict", z.ZodTypeAny, {
524
- path: string;
525
524
  type: "relative";
526
- }, {
527
525
  path: string;
526
+ }, {
528
527
  type: "relative";
528
+ path: string;
529
529
  }>, {
530
530
  type: "absolute-url";
531
531
  url: string;
532
532
  }, {
533
- path: string;
534
533
  type: "relative";
534
+ path: string;
535
535
  }>;
536
536
  }, "strip", z.ZodTypeAny, {
537
537
  type: "workflow-v1";
@@ -542,8 +542,8 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
542
542
  }, {
543
543
  type: "workflow-v1";
544
544
  main: {
545
- path: string;
546
545
  type: "relative";
546
+ path: string;
547
547
  };
548
548
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
549
549
  type: z.ZodLiteral<"workflow-v1">;
@@ -551,17 +551,17 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
551
551
  type: z.ZodLiteral<"relative">;
552
552
  path: z.ZodString;
553
553
  }, "strict", z.ZodTypeAny, {
554
- path: string;
555
554
  type: "relative";
556
- }, {
557
555
  path: string;
556
+ }, {
558
557
  type: "relative";
558
+ path: string;
559
559
  }>, {
560
560
  type: "absolute-url";
561
561
  url: string;
562
562
  }, {
563
- path: string;
564
563
  type: "relative";
564
+ path: string;
565
565
  }>;
566
566
  }, "strip", z.ZodTypeAny, {
567
567
  type: "workflow-v1";
@@ -572,41 +572,41 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
572
572
  }, {
573
573
  type: "workflow-v1";
574
574
  main: {
575
- path: string;
576
575
  type: "relative";
576
+ path: string;
577
577
  };
578
578
  }>]>]>;
579
579
  model: z.ZodEffects<z.ZodObject<{
580
580
  type: z.ZodLiteral<"relative">;
581
581
  path: z.ZodString;
582
582
  }, "strict", z.ZodTypeAny, {
583
- path: string;
584
583
  type: "relative";
585
- }, {
586
584
  path: string;
585
+ }, {
587
586
  type: "relative";
587
+ path: string;
588
588
  }>, {
589
589
  type: "absolute-url";
590
590
  url: string;
591
591
  }, {
592
- path: string;
593
592
  type: "relative";
593
+ path: string;
594
594
  }>;
595
595
  ui: z.ZodEffects<z.ZodObject<{
596
596
  type: z.ZodLiteral<"relative">;
597
597
  path: z.ZodString;
598
598
  }, "strict", z.ZodTypeAny, {
599
- path: string;
600
599
  type: "relative";
601
- }, {
602
600
  path: string;
601
+ }, {
603
602
  type: "relative";
603
+ path: string;
604
604
  }>, {
605
605
  type: "absolute-url";
606
606
  url: string;
607
607
  }, {
608
- path: string;
609
608
  type: "relative";
609
+ path: string;
610
610
  }>;
611
611
  }, "strip", z.ZodTypeAny, {
612
612
  workflow: {
@@ -632,22 +632,22 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
632
632
  };
633
633
  }, {
634
634
  workflow: {
635
- path: string;
636
635
  type: "relative";
636
+ path: string;
637
637
  } | {
638
638
  type: "workflow-v1";
639
639
  main: {
640
- path: string;
641
640
  type: "relative";
641
+ path: string;
642
642
  };
643
643
  };
644
644
  model: {
645
- path: string;
646
645
  type: "relative";
646
+ path: string;
647
647
  };
648
648
  ui: {
649
- path: string;
650
649
  type: "relative";
650
+ path: string;
651
651
  };
652
652
  }>;
653
653
  export type BlockComponentsAbsoluteUrl = z.infer<ReturnType<typeof BlockComponentsAbsoluteUrl>>;