@platforma-sdk/block-tools 2.6.31 → 2.6.33

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.
@@ -19,8 +19,8 @@ export declare const PlPackageConfigData: z.ZodObject<{
19
19
  [k: string]: unknown;
20
20
  };
21
21
  package: string;
22
- files?: Record<string, string> | undefined;
23
22
  version?: string | undefined;
23
+ files?: Record<string, string> | undefined;
24
24
  }>;
25
25
  export declare const PlRegCommonConfigData: z.ZodObject<{
26
26
  registries: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -34,29 +34,29 @@ export declare const PlRegCommonConfigData: z.ZodObject<{
34
34
  }>;
35
35
  export type PlRegCommonConfigData = z.infer<typeof PlRegCommonConfigData>;
36
36
  export declare const PlRegFullPackageConfigData: z.ZodObject<{
37
+ version: z.ZodString;
37
38
  organization: z.ZodString;
38
39
  meta: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
39
40
  files: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
40
- version: z.ZodString;
41
41
  registry: z.ZodString;
42
42
  package: z.ZodString;
43
43
  registries: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
44
44
  }, "strip", z.ZodTypeAny, {
45
+ version: string;
45
46
  organization: string;
46
47
  meta: {} & {
47
48
  [k: string]: unknown;
48
49
  };
49
50
  files: Record<string, string>;
50
- version: string;
51
51
  registry: string;
52
52
  package: string;
53
53
  registries: Record<string, string>;
54
54
  }, {
55
+ version: string;
55
56
  organization: string;
56
57
  meta: {} & {
57
58
  [k: string]: unknown;
58
59
  };
59
- version: string;
60
60
  registry: string;
61
61
  package: string;
62
62
  files?: Record<string, string> | undefined;
@@ -64,26 +64,26 @@ export declare const PlRegFullPackageConfigData: z.ZodObject<{
64
64
  }>;
65
65
  export type PlRegFullPackageConfigData = z.infer<typeof PlRegFullPackageConfigData>;
66
66
  export declare const PlRegPackageConfigDataShard: z.ZodObject<{
67
+ version: z.ZodOptional<z.ZodString>;
67
68
  organization: z.ZodOptional<z.ZodString>;
68
69
  meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
69
70
  files: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
70
- version: z.ZodOptional<z.ZodString>;
71
71
  registry: z.ZodOptional<z.ZodString>;
72
72
  package: z.ZodOptional<z.ZodString>;
73
73
  registries: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
74
74
  }, "strip", z.ZodTypeAny, {
75
75
  files: Record<string, string>;
76
76
  registries: Record<string, string>;
77
+ version?: string | undefined;
77
78
  organization?: string | undefined;
78
79
  meta?: z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
79
- version?: string | undefined;
80
80
  registry?: string | undefined;
81
81
  package?: string | undefined;
82
82
  }, {
83
+ version?: string | undefined;
83
84
  organization?: string | undefined;
84
85
  meta?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
85
86
  files?: Record<string, string> | undefined;
86
- version?: string | undefined;
87
87
  registry?: string | undefined;
88
88
  package?: string | undefined;
89
89
  registries?: Record<string, string> | undefined;
@@ -49,6 +49,10 @@ export declare function BlockComponentsDescription(moduleRoot: string): z.ZodObj
49
49
  folder: string;
50
50
  }, string>;
51
51
  }, "strip", z.ZodTypeAny, {
52
+ ui: {
53
+ type: "absolute-folder";
54
+ folder: string;
55
+ };
52
56
  workflow: {
53
57
  type: "workflow-v1";
54
58
  main: {
@@ -66,17 +70,13 @@ export declare function BlockComponentsDescription(moduleRoot: string): z.ZodObj
66
70
  type: "absolute-file";
67
71
  file: string;
68
72
  };
69
- ui: {
70
- type: "absolute-folder";
71
- folder: string;
72
- };
73
73
  }, {
74
+ ui: string;
74
75
  workflow: string | {
75
76
  type: "workflow-v1";
76
77
  main: string;
77
78
  };
78
79
  model: string;
79
- ui: string;
80
80
  }>;
81
81
  export type BlockComponentsDescription = z.infer<ReturnType<typeof BlockComponentsDescription>>;
82
82
  export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumulator?: string[]): z.ZodPipeline<z.ZodObject<{
@@ -302,6 +302,10 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
302
302
  folder: string;
303
303
  }>;
304
304
  }, "strip", z.ZodTypeAny, {
305
+ ui: {
306
+ type: "relative";
307
+ path: string;
308
+ };
305
309
  workflow: {
306
310
  type: "workflow-v1";
307
311
  main: {
@@ -331,11 +335,11 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
331
335
  content: string;
332
336
  mimeType: string;
333
337
  };
338
+ }, {
334
339
  ui: {
335
- type: "relative";
336
- path: string;
340
+ type: "absolute-folder";
341
+ folder: string;
337
342
  };
338
- }, {
339
343
  workflow: {
340
344
  type: "explicit-base64";
341
345
  content: string;
@@ -362,10 +366,6 @@ export declare function BlockComponentsConsolidate(dstFolder: string, fileAccumu
362
366
  type: "absolute-file";
363
367
  file: string;
364
368
  };
365
- ui: {
366
- type: "absolute-folder";
367
- folder: string;
368
- };
369
369
  }>, z.ZodObject<{
370
370
  workflow: z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodObject<{
371
371
  type: z.ZodLiteral<"relative">;
@@ -609,6 +609,10 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
609
609
  path: string;
610
610
  }>;
611
611
  }, "strip", z.ZodTypeAny, {
612
+ ui: {
613
+ type: "absolute-url";
614
+ url: string;
615
+ };
612
616
  workflow: {
613
617
  type: "workflow-v1";
614
618
  main: {
@@ -626,11 +630,11 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
626
630
  type: "absolute-url";
627
631
  url: string;
628
632
  };
633
+ }, {
629
634
  ui: {
630
- type: "absolute-url";
631
- url: string;
635
+ type: "relative";
636
+ path: string;
632
637
  };
633
- }, {
634
638
  workflow: {
635
639
  type: "relative";
636
640
  path: string;
@@ -645,9 +649,5 @@ export declare function BlockComponentsAbsoluteUrl(prefix: string): z.ZodObject<
645
649
  type: "relative";
646
650
  path: string;
647
651
  };
648
- ui: {
649
- type: "relative";
650
- path: string;
651
- };
652
652
  }>;
653
653
  export type BlockComponentsAbsoluteUrl = z.infer<ReturnType<typeof BlockComponentsAbsoluteUrl>>;
@@ -63,6 +63,10 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
63
63
  folder: string;
64
64
  }, string>;
65
65
  }, "strip", z.ZodTypeAny, {
66
+ ui: {
67
+ type: "absolute-folder";
68
+ folder: string;
69
+ };
66
70
  workflow: {
67
71
  type: "workflow-v1";
68
72
  main: {
@@ -80,17 +84,13 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
80
84
  type: "absolute-file";
81
85
  file: string;
82
86
  };
83
- ui: {
84
- type: "absolute-folder";
85
- folder: string;
86
- };
87
87
  }, {
88
+ ui: string;
88
89
  workflow: string | {
89
90
  type: "workflow-v1";
90
91
  main: string;
91
92
  };
92
93
  model: string;
93
- ui: string;
94
94
  }>;
95
95
  meta: z.ZodObject<{
96
96
  title: z.ZodString;
@@ -475,8 +475,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
475
475
  title: string;
476
476
  description: string;
477
477
  organization: {
478
- url: string;
479
478
  name: string;
479
+ url: string;
480
480
  logo?: {
481
481
  type: "absolute-file";
482
482
  file: string;
@@ -495,6 +495,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
495
495
  } & {
496
496
  [k: string]: unknown;
497
497
  };
498
+ tags?: string[] | undefined;
498
499
  longDescription?: {
499
500
  type: "absolute-file";
500
501
  file: string;
@@ -539,7 +540,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
539
540
  url?: string | undefined;
540
541
  docs?: string | undefined;
541
542
  support?: string | undefined;
542
- tags?: string[] | undefined;
543
543
  marketplaceRanking?: number | undefined;
544
544
  deprecated?: boolean | undefined;
545
545
  termsOfServiceUrl?: string | undefined;
@@ -548,8 +548,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
548
548
  title: string;
549
549
  description: string;
550
550
  organization: {
551
- url: string;
552
551
  name: string;
552
+ url: string;
553
553
  logo?: string | {
554
554
  type: "explicit-base64";
555
555
  content: string;
@@ -564,6 +564,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
564
564
  } & {
565
565
  [k: string]: unknown;
566
566
  };
567
+ tags?: string[] | undefined;
567
568
  longDescription?: string | {
568
569
  type: "explicit-string";
569
570
  content: string;
@@ -598,7 +599,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
598
599
  url?: string | undefined;
599
600
  docs?: string | undefined;
600
601
  support?: string | undefined;
601
- tags?: string[] | undefined;
602
602
  marketplaceRanking?: number | undefined;
603
603
  deprecated?: boolean | undefined;
604
604
  termsOfServiceUrl?: string | undefined;
@@ -669,6 +669,10 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
669
669
  folder: string;
670
670
  }, string>;
671
671
  }, "strip", z.ZodTypeAny, {
672
+ ui: {
673
+ type: "absolute-folder";
674
+ folder: string;
675
+ };
672
676
  workflow: {
673
677
  type: "workflow-v1";
674
678
  main: {
@@ -686,17 +690,13 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
686
690
  type: "absolute-file";
687
691
  file: string;
688
692
  };
689
- ui: {
690
- type: "absolute-folder";
691
- folder: string;
692
- };
693
693
  }, {
694
+ ui: string;
694
695
  workflow: string | {
695
696
  type: "workflow-v1";
696
697
  main: string;
697
698
  };
698
699
  model: string;
699
- ui: string;
700
700
  }>;
701
701
  meta: z.ZodObject<{
702
702
  title: z.ZodString;
@@ -1081,8 +1081,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1081
1081
  title: string;
1082
1082
  description: string;
1083
1083
  organization: {
1084
- url: string;
1085
1084
  name: string;
1085
+ url: string;
1086
1086
  logo?: {
1087
1087
  type: "absolute-file";
1088
1088
  file: string;
@@ -1101,6 +1101,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1101
1101
  } & {
1102
1102
  [k: string]: unknown;
1103
1103
  };
1104
+ tags?: string[] | undefined;
1104
1105
  longDescription?: {
1105
1106
  type: "absolute-file";
1106
1107
  file: string;
@@ -1145,7 +1146,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1145
1146
  url?: string | undefined;
1146
1147
  docs?: string | undefined;
1147
1148
  support?: string | undefined;
1148
- tags?: string[] | undefined;
1149
1149
  marketplaceRanking?: number | undefined;
1150
1150
  deprecated?: boolean | undefined;
1151
1151
  termsOfServiceUrl?: string | undefined;
@@ -1154,8 +1154,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1154
1154
  title: string;
1155
1155
  description: string;
1156
1156
  organization: {
1157
- url: string;
1158
1157
  name: string;
1158
+ url: string;
1159
1159
  logo?: string | {
1160
1160
  type: "explicit-base64";
1161
1161
  content: string;
@@ -1170,6 +1170,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1170
1170
  } & {
1171
1171
  [k: string]: unknown;
1172
1172
  };
1173
+ tags?: string[] | undefined;
1173
1174
  longDescription?: string | {
1174
1175
  type: "explicit-string";
1175
1176
  content: string;
@@ -1204,7 +1205,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1204
1205
  url?: string | undefined;
1205
1206
  docs?: string | undefined;
1206
1207
  support?: string | undefined;
1207
- tags?: string[] | undefined;
1208
1208
  marketplaceRanking?: number | undefined;
1209
1209
  deprecated?: boolean | undefined;
1210
1210
  termsOfServiceUrl?: string | undefined;
@@ -1275,6 +1275,10 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1275
1275
  folder: string;
1276
1276
  }, string>;
1277
1277
  }, "strip", z.ZodTypeAny, {
1278
+ ui: {
1279
+ type: "absolute-folder";
1280
+ folder: string;
1281
+ };
1278
1282
  workflow: {
1279
1283
  type: "workflow-v1";
1280
1284
  main: {
@@ -1292,17 +1296,13 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1292
1296
  type: "absolute-file";
1293
1297
  file: string;
1294
1298
  };
1295
- ui: {
1296
- type: "absolute-folder";
1297
- folder: string;
1298
- };
1299
1299
  }, {
1300
+ ui: string;
1300
1301
  workflow: string | {
1301
1302
  type: "workflow-v1";
1302
1303
  main: string;
1303
1304
  };
1304
1305
  model: string;
1305
- ui: string;
1306
1306
  }>;
1307
1307
  meta: z.ZodObject<{
1308
1308
  title: z.ZodString;
@@ -1687,8 +1687,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1687
1687
  title: string;
1688
1688
  description: string;
1689
1689
  organization: {
1690
- url: string;
1691
1690
  name: string;
1691
+ url: string;
1692
1692
  logo?: {
1693
1693
  type: "absolute-file";
1694
1694
  file: string;
@@ -1707,6 +1707,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1707
1707
  } & {
1708
1708
  [k: string]: unknown;
1709
1709
  };
1710
+ tags?: string[] | undefined;
1710
1711
  longDescription?: {
1711
1712
  type: "absolute-file";
1712
1713
  file: string;
@@ -1751,7 +1752,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1751
1752
  url?: string | undefined;
1752
1753
  docs?: string | undefined;
1753
1754
  support?: string | undefined;
1754
- tags?: string[] | undefined;
1755
1755
  marketplaceRanking?: number | undefined;
1756
1756
  deprecated?: boolean | undefined;
1757
1757
  termsOfServiceUrl?: string | undefined;
@@ -1760,8 +1760,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1760
1760
  title: string;
1761
1761
  description: string;
1762
1762
  organization: {
1763
- url: string;
1764
1763
  name: string;
1764
+ url: string;
1765
1765
  logo?: string | {
1766
1766
  type: "explicit-base64";
1767
1767
  content: string;
@@ -1776,6 +1776,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1776
1776
  } & {
1777
1777
  [k: string]: unknown;
1778
1778
  };
1779
+ tags?: string[] | undefined;
1779
1780
  longDescription?: string | {
1780
1781
  type: "explicit-string";
1781
1782
  content: string;
@@ -1810,7 +1811,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1810
1811
  url?: string | undefined;
1811
1812
  docs?: string | undefined;
1812
1813
  support?: string | undefined;
1813
- tags?: string[] | undefined;
1814
1814
  marketplaceRanking?: number | undefined;
1815
1815
  deprecated?: boolean | undefined;
1816
1816
  termsOfServiceUrl?: string | undefined;
@@ -1825,6 +1825,10 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1825
1825
  version: string;
1826
1826
  };
1827
1827
  components: {
1828
+ ui: {
1829
+ type: "absolute-folder";
1830
+ folder: string;
1831
+ };
1828
1832
  workflow: {
1829
1833
  type: "workflow-v1";
1830
1834
  main: {
@@ -1842,17 +1846,13 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1842
1846
  type: "absolute-file";
1843
1847
  file: string;
1844
1848
  };
1845
- ui: {
1846
- type: "absolute-folder";
1847
- folder: string;
1848
- };
1849
1849
  };
1850
1850
  meta: {
1851
1851
  title: string;
1852
1852
  description: string;
1853
1853
  organization: {
1854
- url: string;
1855
1854
  name: string;
1855
+ url: string;
1856
1856
  logo?: {
1857
1857
  type: "absolute-file";
1858
1858
  file: string;
@@ -1871,6 +1871,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1871
1871
  } & {
1872
1872
  [k: string]: unknown;
1873
1873
  };
1874
+ tags?: string[] | undefined;
1874
1875
  longDescription?: {
1875
1876
  type: "absolute-file";
1876
1877
  file: string;
@@ -1915,7 +1916,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1915
1916
  url?: string | undefined;
1916
1917
  docs?: string | undefined;
1917
1918
  support?: string | undefined;
1918
- tags?: string[] | undefined;
1919
1919
  marketplaceRanking?: number | undefined;
1920
1920
  deprecated?: boolean | undefined;
1921
1921
  termsOfServiceUrl?: string | undefined;
@@ -1985,6 +1985,10 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
1985
1985
  folder: string;
1986
1986
  }, string>;
1987
1987
  }, "strip", z.ZodTypeAny, {
1988
+ ui: {
1989
+ type: "absolute-folder";
1990
+ folder: string;
1991
+ };
1988
1992
  workflow: {
1989
1993
  type: "workflow-v1";
1990
1994
  main: {
@@ -2002,17 +2006,13 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2002
2006
  type: "absolute-file";
2003
2007
  file: string;
2004
2008
  };
2005
- ui: {
2006
- type: "absolute-folder";
2007
- folder: string;
2008
- };
2009
2009
  }, {
2010
+ ui: string;
2010
2011
  workflow: string | {
2011
2012
  type: "workflow-v1";
2012
2013
  main: string;
2013
2014
  };
2014
2015
  model: string;
2015
- ui: string;
2016
2016
  }>;
2017
2017
  meta: z.ZodObject<{
2018
2018
  title: z.ZodString;
@@ -2397,8 +2397,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2397
2397
  title: string;
2398
2398
  description: string;
2399
2399
  organization: {
2400
- url: string;
2401
2400
  name: string;
2401
+ url: string;
2402
2402
  logo?: {
2403
2403
  type: "absolute-file";
2404
2404
  file: string;
@@ -2417,6 +2417,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2417
2417
  } & {
2418
2418
  [k: string]: unknown;
2419
2419
  };
2420
+ tags?: string[] | undefined;
2420
2421
  longDescription?: {
2421
2422
  type: "absolute-file";
2422
2423
  file: string;
@@ -2461,7 +2462,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2461
2462
  url?: string | undefined;
2462
2463
  docs?: string | undefined;
2463
2464
  support?: string | undefined;
2464
- tags?: string[] | undefined;
2465
2465
  marketplaceRanking?: number | undefined;
2466
2466
  deprecated?: boolean | undefined;
2467
2467
  termsOfServiceUrl?: string | undefined;
@@ -2470,8 +2470,8 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2470
2470
  title: string;
2471
2471
  description: string;
2472
2472
  organization: {
2473
- url: string;
2474
2473
  name: string;
2474
+ url: string;
2475
2475
  logo?: string | {
2476
2476
  type: "explicit-base64";
2477
2477
  content: string;
@@ -2486,6 +2486,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2486
2486
  } & {
2487
2487
  [k: string]: unknown;
2488
2488
  };
2489
+ tags?: string[] | undefined;
2489
2490
  longDescription?: string | {
2490
2491
  type: "explicit-string";
2491
2492
  content: string;
@@ -2520,7 +2521,6 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
2520
2521
  url?: string | undefined;
2521
2522
  docs?: string | undefined;
2522
2523
  support?: string | undefined;
2523
- tags?: string[] | undefined;
2524
2524
  marketplaceRanking?: number | undefined;
2525
2525
  deprecated?: boolean | undefined;
2526
2526
  termsOfServiceUrl?: string | undefined;
@@ -2766,6 +2766,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
2766
2766
  folder: string;
2767
2767
  }>;
2768
2768
  }, "strip", z.ZodTypeAny, {
2769
+ ui: {
2770
+ type: "relative";
2771
+ path: string;
2772
+ };
2769
2773
  workflow: {
2770
2774
  type: "workflow-v1";
2771
2775
  main: {
@@ -2795,11 +2799,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
2795
2799
  content: string;
2796
2800
  mimeType: string;
2797
2801
  };
2802
+ }, {
2798
2803
  ui: {
2799
- type: "relative";
2800
- path: string;
2804
+ type: "absolute-folder";
2805
+ folder: string;
2801
2806
  };
2802
- }, {
2803
2807
  workflow: {
2804
2808
  type: "explicit-base64";
2805
2809
  content: string;
@@ -2826,10 +2830,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
2826
2830
  type: "absolute-file";
2827
2831
  file: string;
2828
2832
  };
2829
- ui: {
2830
- type: "absolute-folder";
2831
- folder: string;
2832
- };
2833
2833
  }>, z.ZodObject<{
2834
2834
  workflow: z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodObject<{
2835
2835
  type: z.ZodLiteral<"relative">;
@@ -3185,8 +3185,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3185
3185
  title: string;
3186
3186
  description: string;
3187
3187
  organization: {
3188
- url: string;
3189
3188
  name: string;
3189
+ url: string;
3190
3190
  logo?: {
3191
3191
  type: "relative";
3192
3192
  path: string;
@@ -3198,6 +3198,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3198
3198
  } & {
3199
3199
  [k: string]: unknown;
3200
3200
  };
3201
+ tags?: string[] | undefined;
3201
3202
  longDescription?: {
3202
3203
  type: "relative";
3203
3204
  path: string;
@@ -3223,7 +3224,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3223
3224
  url?: string | undefined;
3224
3225
  docs?: string | undefined;
3225
3226
  support?: string | undefined;
3226
- tags?: string[] | undefined;
3227
3227
  marketplaceRanking?: number | undefined;
3228
3228
  deprecated?: boolean | undefined;
3229
3229
  termsOfServiceUrl?: string | undefined;
@@ -3232,8 +3232,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3232
3232
  title: string;
3233
3233
  description: string;
3234
3234
  organization: {
3235
- url: string;
3236
3235
  name: string;
3236
+ url: string;
3237
3237
  logo?: {
3238
3238
  type: "explicit-base64";
3239
3239
  content: string;
@@ -3245,6 +3245,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3245
3245
  } & {
3246
3246
  [k: string]: unknown;
3247
3247
  };
3248
+ tags?: string[] | undefined;
3248
3249
  longDescription?: {
3249
3250
  type: "explicit-string";
3250
3251
  content: string;
@@ -3270,7 +3271,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3270
3271
  url?: string | undefined;
3271
3272
  docs?: string | undefined;
3272
3273
  support?: string | undefined;
3273
- tags?: string[] | undefined;
3274
3274
  marketplaceRanking?: number | undefined;
3275
3275
  deprecated?: boolean | undefined;
3276
3276
  termsOfServiceUrl?: string | undefined;
@@ -3514,6 +3514,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3514
3514
  folder: string;
3515
3515
  }>;
3516
3516
  }, "strip", z.ZodTypeAny, {
3517
+ ui: {
3518
+ type: "relative";
3519
+ path: string;
3520
+ };
3517
3521
  workflow: {
3518
3522
  type: "workflow-v1";
3519
3523
  main: {
@@ -3543,11 +3547,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3543
3547
  content: string;
3544
3548
  mimeType: string;
3545
3549
  };
3550
+ }, {
3546
3551
  ui: {
3547
- type: "relative";
3548
- path: string;
3552
+ type: "absolute-folder";
3553
+ folder: string;
3549
3554
  };
3550
- }, {
3551
3555
  workflow: {
3552
3556
  type: "explicit-base64";
3553
3557
  content: string;
@@ -3574,10 +3578,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3574
3578
  type: "absolute-file";
3575
3579
  file: string;
3576
3580
  };
3577
- ui: {
3578
- type: "absolute-folder";
3579
- folder: string;
3580
- };
3581
3581
  }>, z.ZodObject<{
3582
3582
  workflow: z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodObject<{
3583
3583
  type: z.ZodLiteral<"relative">;
@@ -3933,8 +3933,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3933
3933
  title: string;
3934
3934
  description: string;
3935
3935
  organization: {
3936
- url: string;
3937
3936
  name: string;
3937
+ url: string;
3938
3938
  logo?: {
3939
3939
  type: "relative";
3940
3940
  path: string;
@@ -3946,6 +3946,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3946
3946
  } & {
3947
3947
  [k: string]: unknown;
3948
3948
  };
3949
+ tags?: string[] | undefined;
3949
3950
  longDescription?: {
3950
3951
  type: "relative";
3951
3952
  path: string;
@@ -3971,7 +3972,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3971
3972
  url?: string | undefined;
3972
3973
  docs?: string | undefined;
3973
3974
  support?: string | undefined;
3974
- tags?: string[] | undefined;
3975
3975
  marketplaceRanking?: number | undefined;
3976
3976
  deprecated?: boolean | undefined;
3977
3977
  termsOfServiceUrl?: string | undefined;
@@ -3980,8 +3980,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3980
3980
  title: string;
3981
3981
  description: string;
3982
3982
  organization: {
3983
- url: string;
3984
3983
  name: string;
3984
+ url: string;
3985
3985
  logo?: {
3986
3986
  type: "explicit-base64";
3987
3987
  content: string;
@@ -3993,6 +3993,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
3993
3993
  } & {
3994
3994
  [k: string]: unknown;
3995
3995
  };
3996
+ tags?: string[] | undefined;
3996
3997
  longDescription?: {
3997
3998
  type: "explicit-string";
3998
3999
  content: string;
@@ -4018,7 +4019,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4018
4019
  url?: string | undefined;
4019
4020
  docs?: string | undefined;
4020
4021
  support?: string | undefined;
4021
- tags?: string[] | undefined;
4022
4022
  marketplaceRanking?: number | undefined;
4023
4023
  deprecated?: boolean | undefined;
4024
4024
  termsOfServiceUrl?: string | undefined;
@@ -4262,6 +4262,10 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4262
4262
  folder: string;
4263
4263
  }>;
4264
4264
  }, "strip", z.ZodTypeAny, {
4265
+ ui: {
4266
+ type: "relative";
4267
+ path: string;
4268
+ };
4265
4269
  workflow: {
4266
4270
  type: "workflow-v1";
4267
4271
  main: {
@@ -4291,11 +4295,11 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4291
4295
  content: string;
4292
4296
  mimeType: string;
4293
4297
  };
4298
+ }, {
4294
4299
  ui: {
4295
- type: "relative";
4296
- path: string;
4300
+ type: "absolute-folder";
4301
+ folder: string;
4297
4302
  };
4298
- }, {
4299
4303
  workflow: {
4300
4304
  type: "explicit-base64";
4301
4305
  content: string;
@@ -4322,10 +4326,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4322
4326
  type: "absolute-file";
4323
4327
  file: string;
4324
4328
  };
4325
- ui: {
4326
- type: "absolute-folder";
4327
- folder: string;
4328
- };
4329
4329
  }>, z.ZodObject<{
4330
4330
  workflow: z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodObject<{
4331
4331
  type: z.ZodLiteral<"relative">;
@@ -4681,8 +4681,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4681
4681
  title: string;
4682
4682
  description: string;
4683
4683
  organization: {
4684
- url: string;
4685
4684
  name: string;
4685
+ url: string;
4686
4686
  logo?: {
4687
4687
  type: "relative";
4688
4688
  path: string;
@@ -4694,6 +4694,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4694
4694
  } & {
4695
4695
  [k: string]: unknown;
4696
4696
  };
4697
+ tags?: string[] | undefined;
4697
4698
  longDescription?: {
4698
4699
  type: "relative";
4699
4700
  path: string;
@@ -4719,7 +4720,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4719
4720
  url?: string | undefined;
4720
4721
  docs?: string | undefined;
4721
4722
  support?: string | undefined;
4722
- tags?: string[] | undefined;
4723
4723
  marketplaceRanking?: number | undefined;
4724
4724
  deprecated?: boolean | undefined;
4725
4725
  termsOfServiceUrl?: string | undefined;
@@ -4728,8 +4728,8 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4728
4728
  title: string;
4729
4729
  description: string;
4730
4730
  organization: {
4731
- url: string;
4732
4731
  name: string;
4732
+ url: string;
4733
4733
  logo?: {
4734
4734
  type: "explicit-base64";
4735
4735
  content: string;
@@ -4741,6 +4741,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4741
4741
  } & {
4742
4742
  [k: string]: unknown;
4743
4743
  };
4744
+ tags?: string[] | undefined;
4744
4745
  longDescription?: {
4745
4746
  type: "explicit-string";
4746
4747
  content: string;
@@ -4766,7 +4767,6 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
4766
4767
  url?: string | undefined;
4767
4768
  docs?: string | undefined;
4768
4769
  support?: string | undefined;
4769
- tags?: string[] | undefined;
4770
4770
  marketplaceRanking?: number | undefined;
4771
4771
  deprecated?: boolean | undefined;
4772
4772
  termsOfServiceUrl?: string | undefined;
@@ -7193,6 +7193,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7193
7193
  path: string;
7194
7194
  }>;
7195
7195
  }, "strip", z.ZodTypeAny, {
7196
+ ui: {
7197
+ type: "relative";
7198
+ path: string;
7199
+ };
7196
7200
  workflow: {
7197
7201
  type: "workflow-v1";
7198
7202
  main: {
@@ -7210,11 +7214,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7210
7214
  type: "relative";
7211
7215
  path: string;
7212
7216
  };
7217
+ }, {
7213
7218
  ui: {
7214
7219
  type: "relative";
7215
7220
  path: string;
7216
7221
  };
7217
- }, {
7218
7222
  workflow: {
7219
7223
  type: "relative";
7220
7224
  path: string;
@@ -7229,10 +7233,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7229
7233
  type: "relative";
7230
7234
  path: string;
7231
7235
  };
7232
- ui: {
7233
- type: "relative";
7234
- path: string;
7235
- };
7236
7236
  }>;
7237
7237
  meta: z.ZodObject<{
7238
7238
  title: z.ZodString;
@@ -7465,8 +7465,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7465
7465
  title: string;
7466
7466
  description: string;
7467
7467
  organization: {
7468
- url: string;
7469
7468
  name: string;
7469
+ url: string;
7470
7470
  logo?: {
7471
7471
  type: "explicit-base64";
7472
7472
  content: string;
@@ -7478,6 +7478,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7478
7478
  } & {
7479
7479
  [k: string]: unknown;
7480
7480
  };
7481
+ tags?: string[] | undefined;
7481
7482
  longDescription?: {
7482
7483
  type: "explicit-string";
7483
7484
  content: string;
@@ -7503,7 +7504,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7503
7504
  url?: string | undefined;
7504
7505
  docs?: string | undefined;
7505
7506
  support?: string | undefined;
7506
- tags?: string[] | undefined;
7507
7507
  marketplaceRanking?: number | undefined;
7508
7508
  deprecated?: boolean | undefined;
7509
7509
  termsOfServiceUrl?: string | undefined;
@@ -7512,8 +7512,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7512
7512
  title: string;
7513
7513
  description: string;
7514
7514
  organization: {
7515
- url: string;
7516
7515
  name: string;
7516
+ url: string;
7517
7517
  logo?: {
7518
7518
  type: "explicit-base64";
7519
7519
  content: string;
@@ -7525,6 +7525,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7525
7525
  } & {
7526
7526
  [k: string]: unknown;
7527
7527
  };
7528
+ tags?: string[] | undefined;
7528
7529
  longDescription?: {
7529
7530
  type: "explicit-string";
7530
7531
  content: string;
@@ -7550,7 +7551,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7550
7551
  url?: string | undefined;
7551
7552
  docs?: string | undefined;
7552
7553
  support?: string | undefined;
7553
- tags?: string[] | undefined;
7554
7554
  marketplaceRanking?: number | undefined;
7555
7555
  deprecated?: boolean | undefined;
7556
7556
  termsOfServiceUrl?: string | undefined;
@@ -7690,6 +7690,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7690
7690
  path: string;
7691
7691
  }>;
7692
7692
  }, "strip", z.ZodTypeAny, {
7693
+ ui: {
7694
+ type: "relative";
7695
+ path: string;
7696
+ };
7693
7697
  workflow: {
7694
7698
  type: "workflow-v1";
7695
7699
  main: {
@@ -7707,11 +7711,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7707
7711
  type: "relative";
7708
7712
  path: string;
7709
7713
  };
7714
+ }, {
7710
7715
  ui: {
7711
7716
  type: "relative";
7712
7717
  path: string;
7713
7718
  };
7714
- }, {
7715
7719
  workflow: {
7716
7720
  type: "relative";
7717
7721
  path: string;
@@ -7726,10 +7730,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7726
7730
  type: "relative";
7727
7731
  path: string;
7728
7732
  };
7729
- ui: {
7730
- type: "relative";
7731
- path: string;
7732
- };
7733
7733
  }>;
7734
7734
  meta: z.ZodObject<{
7735
7735
  title: z.ZodString;
@@ -7962,8 +7962,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7962
7962
  title: string;
7963
7963
  description: string;
7964
7964
  organization: {
7965
- url: string;
7966
7965
  name: string;
7966
+ url: string;
7967
7967
  logo?: {
7968
7968
  type: "explicit-base64";
7969
7969
  content: string;
@@ -7975,6 +7975,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
7975
7975
  } & {
7976
7976
  [k: string]: unknown;
7977
7977
  };
7978
+ tags?: string[] | undefined;
7978
7979
  longDescription?: {
7979
7980
  type: "explicit-string";
7980
7981
  content: string;
@@ -8000,7 +8001,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8000
8001
  url?: string | undefined;
8001
8002
  docs?: string | undefined;
8002
8003
  support?: string | undefined;
8003
- tags?: string[] | undefined;
8004
8004
  marketplaceRanking?: number | undefined;
8005
8005
  deprecated?: boolean | undefined;
8006
8006
  termsOfServiceUrl?: string | undefined;
@@ -8009,8 +8009,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8009
8009
  title: string;
8010
8010
  description: string;
8011
8011
  organization: {
8012
- url: string;
8013
8012
  name: string;
8013
+ url: string;
8014
8014
  logo?: {
8015
8015
  type: "explicit-base64";
8016
8016
  content: string;
@@ -8022,6 +8022,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8022
8022
  } & {
8023
8023
  [k: string]: unknown;
8024
8024
  };
8025
+ tags?: string[] | undefined;
8025
8026
  longDescription?: {
8026
8027
  type: "explicit-string";
8027
8028
  content: string;
@@ -8047,7 +8048,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8047
8048
  url?: string | undefined;
8048
8049
  docs?: string | undefined;
8049
8050
  support?: string | undefined;
8050
- tags?: string[] | undefined;
8051
8051
  marketplaceRanking?: number | undefined;
8052
8052
  deprecated?: boolean | undefined;
8053
8053
  termsOfServiceUrl?: string | undefined;
@@ -8187,6 +8187,10 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8187
8187
  path: string;
8188
8188
  }>;
8189
8189
  }, "strip", z.ZodTypeAny, {
8190
+ ui: {
8191
+ type: "relative";
8192
+ path: string;
8193
+ };
8190
8194
  workflow: {
8191
8195
  type: "workflow-v1";
8192
8196
  main: {
@@ -8204,11 +8208,11 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8204
8208
  type: "relative";
8205
8209
  path: string;
8206
8210
  };
8211
+ }, {
8207
8212
  ui: {
8208
8213
  type: "relative";
8209
8214
  path: string;
8210
8215
  };
8211
- }, {
8212
8216
  workflow: {
8213
8217
  type: "relative";
8214
8218
  path: string;
@@ -8223,10 +8227,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8223
8227
  type: "relative";
8224
8228
  path: string;
8225
8229
  };
8226
- ui: {
8227
- type: "relative";
8228
- path: string;
8229
- };
8230
8230
  }>;
8231
8231
  meta: z.ZodObject<{
8232
8232
  title: z.ZodString;
@@ -8459,8 +8459,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8459
8459
  title: string;
8460
8460
  description: string;
8461
8461
  organization: {
8462
- url: string;
8463
8462
  name: string;
8463
+ url: string;
8464
8464
  logo?: {
8465
8465
  type: "explicit-base64";
8466
8466
  content: string;
@@ -8472,6 +8472,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8472
8472
  } & {
8473
8473
  [k: string]: unknown;
8474
8474
  };
8475
+ tags?: string[] | undefined;
8475
8476
  longDescription?: {
8476
8477
  type: "explicit-string";
8477
8478
  content: string;
@@ -8497,7 +8498,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8497
8498
  url?: string | undefined;
8498
8499
  docs?: string | undefined;
8499
8500
  support?: string | undefined;
8500
- tags?: string[] | undefined;
8501
8501
  marketplaceRanking?: number | undefined;
8502
8502
  deprecated?: boolean | undefined;
8503
8503
  termsOfServiceUrl?: string | undefined;
@@ -8506,8 +8506,8 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8506
8506
  title: string;
8507
8507
  description: string;
8508
8508
  organization: {
8509
- url: string;
8510
8509
  name: string;
8510
+ url: string;
8511
8511
  logo?: {
8512
8512
  type: "explicit-base64";
8513
8513
  content: string;
@@ -8519,6 +8519,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8519
8519
  } & {
8520
8520
  [k: string]: unknown;
8521
8521
  };
8522
+ tags?: string[] | undefined;
8522
8523
  longDescription?: {
8523
8524
  type: "explicit-string";
8524
8525
  content: string;
@@ -8544,7 +8545,6 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
8544
8545
  url?: string | undefined;
8545
8546
  docs?: string | undefined;
8546
8547
  support?: string | undefined;
8547
- tags?: string[] | undefined;
8548
8548
  marketplaceRanking?: number | undefined;
8549
8549
  deprecated?: boolean | undefined;
8550
8550
  termsOfServiceUrl?: string | undefined;
@@ -383,8 +383,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
383
383
  title: string;
384
384
  description: string;
385
385
  organization: {
386
- url: string;
387
386
  name: string;
387
+ url: string;
388
388
  logo?: {
389
389
  type: "absolute-file";
390
390
  file: string;
@@ -403,6 +403,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
403
403
  } & {
404
404
  [k: string]: unknown;
405
405
  };
406
+ tags?: string[] | undefined;
406
407
  longDescription?: {
407
408
  type: "absolute-file";
408
409
  file: string;
@@ -447,7 +448,6 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
447
448
  url?: string | undefined;
448
449
  docs?: string | undefined;
449
450
  support?: string | undefined;
450
- tags?: string[] | undefined;
451
451
  marketplaceRanking?: number | undefined;
452
452
  deprecated?: boolean | undefined;
453
453
  termsOfServiceUrl?: string | undefined;
@@ -456,8 +456,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
456
456
  title: string;
457
457
  description: string;
458
458
  organization: {
459
- url: string;
460
459
  name: string;
460
+ url: string;
461
461
  logo?: string | {
462
462
  type: "explicit-base64";
463
463
  content: string;
@@ -472,6 +472,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
472
472
  } & {
473
473
  [k: string]: unknown;
474
474
  };
475
+ tags?: string[] | undefined;
475
476
  longDescription?: string | {
476
477
  type: "explicit-string";
477
478
  content: string;
@@ -506,7 +507,6 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
506
507
  url?: string | undefined;
507
508
  docs?: string | undefined;
508
509
  support?: string | undefined;
509
- tags?: string[] | undefined;
510
510
  marketplaceRanking?: number | undefined;
511
511
  deprecated?: boolean | undefined;
512
512
  termsOfServiceUrl?: string | undefined;
@@ -744,8 +744,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
744
744
  title: string;
745
745
  description: string;
746
746
  organization: {
747
- url: string;
748
747
  name: string;
748
+ url: string;
749
749
  logo?: {
750
750
  type: "relative";
751
751
  path: string;
@@ -757,6 +757,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
757
757
  } & {
758
758
  [k: string]: unknown;
759
759
  };
760
+ tags?: string[] | undefined;
760
761
  longDescription?: {
761
762
  type: "relative";
762
763
  path: string;
@@ -782,7 +783,6 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
782
783
  url?: string | undefined;
783
784
  docs?: string | undefined;
784
785
  support?: string | undefined;
785
- tags?: string[] | undefined;
786
786
  marketplaceRanking?: number | undefined;
787
787
  deprecated?: boolean | undefined;
788
788
  termsOfServiceUrl?: string | undefined;
@@ -791,8 +791,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
791
791
  title: string;
792
792
  description: string;
793
793
  organization: {
794
- url: string;
795
794
  name: string;
795
+ url: string;
796
796
  logo?: {
797
797
  type: "explicit-base64";
798
798
  content: string;
@@ -804,6 +804,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
804
804
  } & {
805
805
  [k: string]: unknown;
806
806
  };
807
+ tags?: string[] | undefined;
807
808
  longDescription?: {
808
809
  type: "explicit-string";
809
810
  content: string;
@@ -829,7 +830,6 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
829
830
  url?: string | undefined;
830
831
  docs?: string | undefined;
831
832
  support?: string | undefined;
832
- tags?: string[] | undefined;
833
833
  marketplaceRanking?: number | undefined;
834
834
  deprecated?: boolean | undefined;
835
835
  termsOfServiceUrl?: string | undefined;
@@ -1042,8 +1042,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1042
1042
  title: string;
1043
1043
  description: string;
1044
1044
  organization: {
1045
- url: string;
1046
1045
  name: string;
1046
+ url: string;
1047
1047
  logo?: {
1048
1048
  type: "explicit-base64";
1049
1049
  content: string;
@@ -1052,6 +1052,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1052
1052
  } & {
1053
1053
  [k: string]: unknown;
1054
1054
  };
1055
+ tags?: string[] | undefined;
1055
1056
  longDescription?: string | undefined;
1056
1057
  changelog?: string | undefined;
1057
1058
  logo?: {
@@ -1062,7 +1063,6 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1062
1063
  url?: string | undefined;
1063
1064
  docs?: string | undefined;
1064
1065
  support?: string | undefined;
1065
- tags?: string[] | undefined;
1066
1066
  marketplaceRanking?: number | undefined;
1067
1067
  deprecated?: boolean | undefined;
1068
1068
  termsOfServiceUrl?: string | undefined;
@@ -1071,8 +1071,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1071
1071
  title: string;
1072
1072
  description: string;
1073
1073
  organization: {
1074
- url: string;
1075
1074
  name: string;
1075
+ url: string;
1076
1076
  logo?: {
1077
1077
  type: "explicit-base64";
1078
1078
  content: string;
@@ -1084,6 +1084,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1084
1084
  } & {
1085
1085
  [k: string]: unknown;
1086
1086
  };
1087
+ tags?: string[] | undefined;
1087
1088
  longDescription?: {
1088
1089
  type: "explicit-string";
1089
1090
  content: string;
@@ -1109,7 +1110,6 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1109
1110
  url?: string | undefined;
1110
1111
  docs?: string | undefined;
1111
1112
  support?: string | undefined;
1112
- tags?: string[] | undefined;
1113
1113
  marketplaceRanking?: number | undefined;
1114
1114
  deprecated?: boolean | undefined;
1115
1115
  termsOfServiceUrl?: string | undefined;
@@ -1455,8 +1455,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1455
1455
  title: string;
1456
1456
  description: string;
1457
1457
  organization: {
1458
- url: string;
1459
1458
  name: string;
1459
+ url: string;
1460
1460
  logo?: {
1461
1461
  type: "explicit-bytes";
1462
1462
  content: Uint8Array;
@@ -1465,6 +1465,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1465
1465
  } & {
1466
1466
  [k: string]: unknown;
1467
1467
  };
1468
+ tags?: string[] | undefined;
1468
1469
  longDescription?: string | undefined;
1469
1470
  changelog?: string | undefined;
1470
1471
  logo?: {
@@ -1475,7 +1476,6 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1475
1476
  url?: string | undefined;
1476
1477
  docs?: string | undefined;
1477
1478
  support?: string | undefined;
1478
- tags?: string[] | undefined;
1479
1479
  marketplaceRanking?: number | undefined;
1480
1480
  deprecated?: boolean | undefined;
1481
1481
  termsOfServiceUrl?: string | undefined;
@@ -1484,8 +1484,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1484
1484
  title: string;
1485
1485
  description: string;
1486
1486
  organization: {
1487
- url: string;
1488
1487
  name: string;
1488
+ url: string;
1489
1489
  logo?: {
1490
1490
  type: "explicit-base64";
1491
1491
  content: string;
@@ -1497,6 +1497,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1497
1497
  } & {
1498
1498
  [k: string]: unknown;
1499
1499
  };
1500
+ tags?: string[] | undefined;
1500
1501
  longDescription?: {
1501
1502
  type: "explicit-string";
1502
1503
  content: string;
@@ -1522,7 +1523,6 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1522
1523
  url?: string | undefined;
1523
1524
  docs?: string | undefined;
1524
1525
  support?: string | undefined;
1525
- tags?: string[] | undefined;
1526
1526
  marketplaceRanking?: number | undefined;
1527
1527
  deprecated?: boolean | undefined;
1528
1528
  termsOfServiceUrl?: string | undefined;
@@ -1868,8 +1868,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1868
1868
  title: string;
1869
1869
  description: string;
1870
1870
  organization: {
1871
- url: string;
1872
1871
  name: string;
1872
+ url: string;
1873
1873
  logo?: {
1874
1874
  type: "explicit-bytes";
1875
1875
  content: Uint8Array;
@@ -1878,6 +1878,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1878
1878
  } & {
1879
1879
  [k: string]: unknown;
1880
1880
  };
1881
+ tags?: string[] | undefined;
1881
1882
  longDescription?: string | undefined;
1882
1883
  changelog?: string | undefined;
1883
1884
  logo?: {
@@ -1888,7 +1889,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1888
1889
  url?: string | undefined;
1889
1890
  docs?: string | undefined;
1890
1891
  support?: string | undefined;
1891
- tags?: string[] | undefined;
1892
1892
  marketplaceRanking?: number | undefined;
1893
1893
  deprecated?: boolean | undefined;
1894
1894
  termsOfServiceUrl?: string | undefined;
@@ -1897,8 +1897,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1897
1897
  title: string;
1898
1898
  description: string;
1899
1899
  organization: {
1900
- url: string;
1901
1900
  name: string;
1901
+ url: string;
1902
1902
  logo?: {
1903
1903
  type: "explicit-base64";
1904
1904
  content: string;
@@ -1910,6 +1910,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1910
1910
  } & {
1911
1911
  [k: string]: unknown;
1912
1912
  };
1913
+ tags?: string[] | undefined;
1913
1914
  longDescription?: {
1914
1915
  type: "explicit-string";
1915
1916
  content: string;
@@ -1935,7 +1936,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1935
1936
  url?: string | undefined;
1936
1937
  docs?: string | undefined;
1937
1938
  support?: string | undefined;
1938
- tags?: string[] | undefined;
1939
1939
  marketplaceRanking?: number | undefined;
1940
1940
  deprecated?: boolean | undefined;
1941
1941
  termsOfServiceUrl?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/block-tools",
3
- "version": "2.6.31",
3
+ "version": "2.6.33",
4
4
  "description": "Utility to manipulate Platforma Blocks and Block Registry",
5
5
  "types": "./dist/lib.d.ts",
6
6
  "main": "./dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "tar": "^7.4.3",
34
34
  "yaml": "^2.8.0",
35
35
  "zod": "~3.23.8",
36
+ "@platforma-sdk/blocks-deps-updater": "2.0.0",
36
37
  "@milaboratories/resolve-helper": "1.1.1",
38
+ "@milaboratories/pl-model-middle-layer": "1.10.2",
37
39
  "@milaboratories/pl-http": "1.2.0",
38
- "@milaboratories/ts-helpers": "1.7.0",
39
- "@milaboratories/pl-model-middle-layer": "1.10.0",
40
- "@platforma-sdk/blocks-deps-updater": "2.0.0",
41
- "@milaboratories/pl-model-common": "1.24.0",
42
- "@milaboratories/ts-helpers-oclif": "1.1.35"
40
+ "@milaboratories/pl-model-common": "1.24.1",
41
+ "@milaboratories/ts-helpers-oclif": "1.1.35",
42
+ "@milaboratories/ts-helpers": "1.7.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@rollup/plugin-node-resolve": "^16.0.1",
@@ -55,10 +55,10 @@
55
55
  "vite": "^6.3.5",
56
56
  "vite-plugin-dts": "^4.5.3",
57
57
  "vitest": "^4.0.16",
58
- "@milaboratories/build-configs": "1.2.2",
58
+ "@milaboratories/build-configs": "1.4.0",
59
59
  "@milaboratories/eslint-config": "1.0.5",
60
- "@milaboratories/ts-configs": "1.2.0",
61
- "@milaboratories/oclif-index": "1.1.1"
60
+ "@milaboratories/oclif-index": "1.1.1",
61
+ "@milaboratories/ts-configs": "1.2.0"
62
62
  },
63
63
  "oclif": {
64
64
  "bin": "block-tools",