@platforma-sdk/block-tools 2.7.5 → 2.7.6

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.
@@ -7,8 +7,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
7
7
  type: "explicit-string";
8
8
  content: string;
9
9
  } | {
10
- type: "relative";
11
10
  path: string;
11
+ type: "relative";
12
12
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13
13
  type: z.ZodLiteral<"explicit-string">;
14
14
  content: z.ZodString;
@@ -22,11 +22,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
22
22
  type: z.ZodLiteral<"relative">;
23
23
  path: z.ZodString;
24
24
  }, "strict", z.ZodTypeAny, {
25
- type: "relative";
26
25
  path: string;
27
- }, {
28
26
  type: "relative";
27
+ }, {
29
28
  path: string;
29
+ type: "relative";
30
30
  }>, z.ZodObject<{
31
31
  type: z.ZodLiteral<"absolute-file">;
32
32
  file: z.ZodString;
@@ -52,8 +52,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
52
52
  type: "explicit-string";
53
53
  content: string;
54
54
  } | {
55
- type: "relative";
56
55
  path: string;
56
+ type: "relative";
57
57
  } | {
58
58
  type: "absolute-file";
59
59
  file: string;
@@ -62,8 +62,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
62
62
  type: "explicit-string";
63
63
  content: string;
64
64
  } | {
65
- type: "relative";
66
65
  path: string;
66
+ type: "relative";
67
67
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
68
68
  type: z.ZodLiteral<"explicit-string">;
69
69
  content: z.ZodString;
@@ -77,11 +77,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
77
77
  type: z.ZodLiteral<"relative">;
78
78
  path: z.ZodString;
79
79
  }, "strict", z.ZodTypeAny, {
80
- type: "relative";
81
80
  path: string;
82
- }, {
83
81
  type: "relative";
82
+ }, {
84
83
  path: string;
84
+ type: "relative";
85
85
  }>, z.ZodObject<{
86
86
  type: z.ZodLiteral<"absolute-file">;
87
87
  file: z.ZodString;
@@ -107,8 +107,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
107
107
  type: "explicit-string";
108
108
  content: string;
109
109
  } | {
110
- type: "relative";
111
110
  path: string;
111
+ type: "relative";
112
112
  } | {
113
113
  type: "absolute-file";
114
114
  file: string;
@@ -118,8 +118,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
118
118
  mimeType: string;
119
119
  content: string;
120
120
  } | {
121
- type: "relative";
122
121
  path: string;
122
+ type: "relative";
123
123
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
124
124
  type: z.ZodLiteral<"explicit-base64">;
125
125
  mimeType: z.ZodString;
@@ -136,11 +136,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
136
136
  type: z.ZodLiteral<"relative">;
137
137
  path: z.ZodString;
138
138
  }, "strict", z.ZodTypeAny, {
139
- type: "relative";
140
139
  path: string;
141
- }, {
142
140
  type: "relative";
141
+ }, {
143
142
  path: string;
143
+ type: "relative";
144
144
  }>, z.ZodObject<{
145
145
  type: z.ZodLiteral<"absolute-file">;
146
146
  file: z.ZodString;
@@ -169,8 +169,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
169
169
  mimeType: string;
170
170
  content: string;
171
171
  } | {
172
- type: "relative";
173
172
  path: string;
173
+ type: "relative";
174
174
  } | {
175
175
  type: "absolute-file";
176
176
  file: string;
@@ -187,8 +187,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
187
187
  mimeType: string;
188
188
  content: string;
189
189
  } | {
190
- type: "relative";
191
190
  path: string;
191
+ type: "relative";
192
192
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
193
193
  type: z.ZodLiteral<"explicit-base64">;
194
194
  mimeType: z.ZodString;
@@ -205,11 +205,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
205
205
  type: z.ZodLiteral<"relative">;
206
206
  path: z.ZodString;
207
207
  }, "strict", z.ZodTypeAny, {
208
- type: "relative";
209
208
  path: string;
210
- }, {
211
209
  type: "relative";
210
+ }, {
212
211
  path: string;
212
+ type: "relative";
213
213
  }>, z.ZodObject<{
214
214
  type: z.ZodLiteral<"absolute-file">;
215
215
  file: z.ZodString;
@@ -238,8 +238,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
238
238
  mimeType: string;
239
239
  content: string;
240
240
  } | {
241
- type: "relative";
242
241
  path: string;
242
+ type: "relative";
243
243
  } | {
244
244
  type: "absolute-file";
245
245
  file: string;
@@ -252,8 +252,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
252
252
  mimeType: string;
253
253
  content: string;
254
254
  } | {
255
- type: "relative";
256
255
  path: string;
256
+ type: "relative";
257
257
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
258
258
  type: z.ZodLiteral<"explicit-base64">;
259
259
  mimeType: z.ZodString;
@@ -270,11 +270,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
270
270
  type: z.ZodLiteral<"relative">;
271
271
  path: z.ZodString;
272
272
  }, "strict", z.ZodTypeAny, {
273
- type: "relative";
274
273
  path: string;
275
- }, {
276
274
  type: "relative";
275
+ }, {
277
276
  path: string;
277
+ type: "relative";
278
278
  }>, z.ZodObject<{
279
279
  type: z.ZodLiteral<"absolute-file">;
280
280
  file: z.ZodString;
@@ -303,8 +303,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
303
303
  mimeType: string;
304
304
  content: string;
305
305
  } | {
306
- type: "relative";
307
306
  path: string;
307
+ type: "relative";
308
308
  } | {
309
309
  type: "absolute-file";
310
310
  file: string;
@@ -317,8 +317,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
317
317
  mimeType: string;
318
318
  content: string;
319
319
  } | {
320
- type: "relative";
321
320
  path: string;
321
+ type: "relative";
322
322
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
323
323
  type: z.ZodLiteral<"explicit-base64">;
324
324
  mimeType: z.ZodString;
@@ -335,11 +335,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
335
335
  type: z.ZodLiteral<"relative">;
336
336
  path: z.ZodString;
337
337
  }, "strict", z.ZodTypeAny, {
338
- type: "relative";
339
338
  path: string;
340
- }, {
341
339
  type: "relative";
340
+ }, {
342
341
  path: string;
342
+ type: "relative";
343
343
  }>, z.ZodObject<{
344
344
  type: z.ZodLiteral<"absolute-file">;
345
345
  file: z.ZodString;
@@ -368,8 +368,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
368
368
  mimeType: string;
369
369
  content: string;
370
370
  } | {
371
- type: "relative";
372
371
  path: string;
372
+ type: "relative";
373
373
  } | {
374
374
  type: "absolute-file";
375
375
  file: string;
@@ -463,8 +463,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
463
463
  mimeType: string;
464
464
  content: string;
465
465
  } | {
466
- type: "relative";
467
466
  path: string;
467
+ type: "relative";
468
468
  } | {
469
469
  type: "absolute-file";
470
470
  file: string;
@@ -476,8 +476,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
476
476
  type: "explicit-string";
477
477
  content: string;
478
478
  } | {
479
- type: "relative";
480
479
  path: string;
480
+ type: "relative";
481
481
  } | {
482
482
  type: "absolute-file";
483
483
  file: string;
@@ -486,8 +486,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
486
486
  type: "explicit-string";
487
487
  content: string;
488
488
  } | {
489
- type: "relative";
490
489
  path: string;
490
+ type: "relative";
491
491
  } | {
492
492
  type: "absolute-file";
493
493
  file: string;
@@ -497,8 +497,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
497
497
  mimeType: string;
498
498
  content: string;
499
499
  } | {
500
- type: "relative";
501
500
  path: string;
501
+ type: "relative";
502
502
  } | {
503
503
  type: "absolute-file";
504
504
  file: string;
@@ -535,8 +535,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
535
535
  type: "absolute-file";
536
536
  file: string;
537
537
  }>]>, {
538
- type: "relative";
539
538
  path: string;
539
+ type: "relative";
540
540
  } | {
541
541
  type: "explicit-string";
542
542
  content: string;
@@ -566,8 +566,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
566
566
  type: "absolute-file";
567
567
  file: string;
568
568
  }>]>, {
569
- type: "relative";
570
569
  path: string;
570
+ type: "relative";
571
571
  } | {
572
572
  type: "explicit-string";
573
573
  content: string;
@@ -600,8 +600,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
600
600
  type: "absolute-file";
601
601
  file: string;
602
602
  }>]>, {
603
- type: "relative";
604
603
  path: string;
604
+ type: "relative";
605
605
  } | {
606
606
  type: "explicit-base64";
607
607
  mimeType: string;
@@ -643,8 +643,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
643
643
  type: "absolute-file";
644
644
  file: string;
645
645
  }>]>, {
646
- type: "relative";
647
646
  path: string;
647
+ type: "relative";
648
648
  } | {
649
649
  type: "explicit-base64";
650
650
  mimeType: string;
@@ -682,8 +682,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
682
682
  type: "absolute-file";
683
683
  file: string;
684
684
  }>]>, {
685
- type: "relative";
686
685
  path: string;
686
+ type: "relative";
687
687
  } | {
688
688
  type: "explicit-base64";
689
689
  mimeType: string;
@@ -721,8 +721,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
721
721
  type: "absolute-file";
722
722
  file: string;
723
723
  }>]>, {
724
- type: "relative";
725
724
  path: string;
725
+ type: "relative";
726
726
  } | {
727
727
  type: "explicit-base64";
728
728
  mimeType: string;
@@ -747,8 +747,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
747
747
  url: string;
748
748
  name: string;
749
749
  logo?: {
750
- type: "relative";
751
750
  path: string;
751
+ type: "relative";
752
752
  } | {
753
753
  type: "explicit-base64";
754
754
  mimeType: string;
@@ -758,22 +758,22 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
758
758
  [k: string]: unknown;
759
759
  };
760
760
  longDescription?: {
761
- type: "relative";
762
761
  path: string;
762
+ type: "relative";
763
763
  } | {
764
764
  type: "explicit-string";
765
765
  content: string;
766
766
  } | undefined;
767
767
  changelog?: {
768
- type: "relative";
769
768
  path: string;
769
+ type: "relative";
770
770
  } | {
771
771
  type: "explicit-string";
772
772
  content: string;
773
773
  } | undefined;
774
774
  logo?: {
775
- type: "relative";
776
775
  path: string;
776
+ type: "relative";
777
777
  } | {
778
778
  type: "explicit-base64";
779
779
  mimeType: string;
@@ -1190,10 +1190,9 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1190
1190
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
1191
1191
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1192
1192
  }, "strip", z.ZodTypeAny, {
1193
- title: string;
1194
1193
  organization: {
1195
- url: string;
1196
1194
  name: string;
1195
+ url: string;
1197
1196
  logo?: {
1198
1197
  type: "explicit-base64";
1199
1198
  mimeType: string;
@@ -1202,8 +1201,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1202
1201
  } & {
1203
1202
  [k: string]: unknown;
1204
1203
  };
1204
+ title: string;
1205
1205
  description: string;
1206
- url?: string | undefined;
1207
1206
  longDescription?: string | undefined;
1208
1207
  changelog?: string | undefined;
1209
1208
  logo?: {
@@ -1211,6 +1210,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1211
1210
  mimeType: string;
1212
1211
  content: string;
1213
1212
  } | undefined;
1213
+ url?: string | undefined;
1214
1214
  docs?: string | undefined;
1215
1215
  support?: string | undefined;
1216
1216
  tags?: string[] | undefined;
@@ -1219,10 +1219,9 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1219
1219
  termsOfServiceUrl?: string | undefined;
1220
1220
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1221
1221
  }, {
1222
- title: string;
1223
1222
  organization: {
1224
- url: string;
1225
1223
  name: string;
1224
+ url: string;
1226
1225
  logo?: {
1227
1226
  type: "explicit-base64";
1228
1227
  mimeType: string;
@@ -1231,8 +1230,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1231
1230
  } & {
1232
1231
  [k: string]: unknown;
1233
1232
  };
1233
+ title: string;
1234
1234
  description: string;
1235
- url?: string | undefined;
1236
1235
  longDescription?: string | undefined;
1237
1236
  changelog?: string | undefined;
1238
1237
  logo?: {
@@ -1240,6 +1239,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1240
1239
  mimeType: string;
1241
1240
  content: string;
1242
1241
  } | undefined;
1242
+ url?: string | undefined;
1243
1243
  docs?: string | undefined;
1244
1244
  support?: string | undefined;
1245
1245
  tags?: string[] | undefined;
@@ -1603,10 +1603,9 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1603
1603
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
1604
1604
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1605
1605
  }, "strip", z.ZodTypeAny, {
1606
- title: string;
1607
1606
  organization: {
1608
- url: string;
1609
1607
  name: string;
1608
+ url: string;
1610
1609
  logo?: {
1611
1610
  type: "explicit-bytes";
1612
1611
  mimeType: string;
@@ -1615,8 +1614,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1615
1614
  } & {
1616
1615
  [k: string]: unknown;
1617
1616
  };
1617
+ title: string;
1618
1618
  description: string;
1619
- url?: string | undefined;
1620
1619
  longDescription?: string | undefined;
1621
1620
  changelog?: string | undefined;
1622
1621
  logo?: {
@@ -1624,6 +1623,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1624
1623
  mimeType: string;
1625
1624
  content: Uint8Array<ArrayBuffer>;
1626
1625
  } | undefined;
1626
+ url?: string | undefined;
1627
1627
  docs?: string | undefined;
1628
1628
  support?: string | undefined;
1629
1629
  tags?: string[] | undefined;
@@ -1632,10 +1632,9 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1632
1632
  termsOfServiceUrl?: string | undefined;
1633
1633
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1634
1634
  }, {
1635
- title: string;
1636
1635
  organization: {
1637
- url: string;
1638
1636
  name: string;
1637
+ url: string;
1639
1638
  logo?: {
1640
1639
  type: "explicit-bytes";
1641
1640
  mimeType: string;
@@ -1644,8 +1643,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1644
1643
  } & {
1645
1644
  [k: string]: unknown;
1646
1645
  };
1646
+ title: string;
1647
1647
  description: string;
1648
- url?: string | undefined;
1649
1648
  longDescription?: string | undefined;
1650
1649
  changelog?: string | undefined;
1651
1650
  logo?: {
@@ -1653,6 +1652,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1653
1652
  mimeType: string;
1654
1653
  content: Uint8Array<ArrayBuffer>;
1655
1654
  } | undefined;
1655
+ url?: string | undefined;
1656
1656
  docs?: string | undefined;
1657
1657
  support?: string | undefined;
1658
1658
  tags?: string[] | undefined;
@@ -1677,17 +1677,17 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1677
1677
  type: z.ZodLiteral<"relative">;
1678
1678
  path: z.ZodString;
1679
1679
  }, "strict", z.ZodTypeAny, {
1680
- type: "relative";
1681
1680
  path: string;
1682
- }, {
1683
1681
  type: "relative";
1682
+ }, {
1684
1683
  path: string;
1684
+ type: "relative";
1685
1685
  }>]>, string, {
1686
1686
  type: "explicit-string";
1687
1687
  content: string;
1688
1688
  } | {
1689
- type: "relative";
1690
1689
  path: string;
1690
+ type: "relative";
1691
1691
  }>>;
1692
1692
  changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1693
1693
  type: z.ZodLiteral<"explicit-string">;
@@ -1702,17 +1702,17 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1702
1702
  type: z.ZodLiteral<"relative">;
1703
1703
  path: z.ZodString;
1704
1704
  }, "strict", z.ZodTypeAny, {
1705
- type: "relative";
1706
1705
  path: string;
1707
- }, {
1708
1706
  type: "relative";
1707
+ }, {
1709
1708
  path: string;
1709
+ type: "relative";
1710
1710
  }>]>, string, {
1711
1711
  type: "explicit-string";
1712
1712
  content: string;
1713
1713
  } | {
1714
- type: "relative";
1715
1714
  path: string;
1715
+ type: "relative";
1716
1716
  }>>;
1717
1717
  logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1718
1718
  type: z.ZodLiteral<"explicit-base64">;
@@ -1730,11 +1730,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1730
1730
  type: z.ZodLiteral<"relative">;
1731
1731
  path: z.ZodString;
1732
1732
  }, "strict", z.ZodTypeAny, {
1733
- type: "relative";
1734
1733
  path: string;
1735
- }, {
1736
1734
  type: "relative";
1735
+ }, {
1737
1736
  path: string;
1737
+ type: "relative";
1738
1738
  }>]>, {
1739
1739
  type: "explicit-bytes";
1740
1740
  mimeType: string;
@@ -1744,8 +1744,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1744
1744
  mimeType: string;
1745
1745
  content: string;
1746
1746
  } | {
1747
- type: "relative";
1748
1747
  path: string;
1748
+ type: "relative";
1749
1749
  }>>;
1750
1750
  url: z.ZodOptional<z.ZodString>;
1751
1751
  docs: z.ZodOptional<z.ZodString>;
@@ -1770,11 +1770,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1770
1770
  type: z.ZodLiteral<"relative">;
1771
1771
  path: z.ZodString;
1772
1772
  }, "strict", z.ZodTypeAny, {
1773
- type: "relative";
1774
1773
  path: string;
1775
- }, {
1776
1774
  type: "relative";
1775
+ }, {
1777
1776
  path: string;
1777
+ type: "relative";
1778
1778
  }>]>, {
1779
1779
  type: "explicit-bytes";
1780
1780
  mimeType: string;
@@ -1784,8 +1784,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1784
1784
  mimeType: string;
1785
1785
  content: string;
1786
1786
  } | {
1787
- type: "relative";
1788
1787
  path: string;
1788
+ type: "relative";
1789
1789
  }>>;
1790
1790
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1791
1791
  name: z.ZodString;
@@ -1806,11 +1806,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1806
1806
  type: z.ZodLiteral<"relative">;
1807
1807
  path: z.ZodString;
1808
1808
  }, "strict", z.ZodTypeAny, {
1809
- type: "relative";
1810
1809
  path: string;
1811
- }, {
1812
1810
  type: "relative";
1811
+ }, {
1813
1812
  path: string;
1813
+ type: "relative";
1814
1814
  }>]>, {
1815
1815
  type: "explicit-bytes";
1816
1816
  mimeType: string;
@@ -1820,8 +1820,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1820
1820
  mimeType: string;
1821
1821
  content: string;
1822
1822
  } | {
1823
- type: "relative";
1824
1823
  path: string;
1824
+ type: "relative";
1825
1825
  }>>;
1826
1826
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1827
1827
  name: z.ZodString;
@@ -1842,11 +1842,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1842
1842
  type: z.ZodLiteral<"relative">;
1843
1843
  path: z.ZodString;
1844
1844
  }, "strict", z.ZodTypeAny, {
1845
- type: "relative";
1846
1845
  path: string;
1847
- }, {
1848
1846
  type: "relative";
1847
+ }, {
1849
1848
  path: string;
1849
+ type: "relative";
1850
1850
  }>]>, {
1851
1851
  type: "explicit-bytes";
1852
1852
  mimeType: string;
@@ -1856,8 +1856,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1856
1856
  mimeType: string;
1857
1857
  content: string;
1858
1858
  } | {
1859
- type: "relative";
1860
1859
  path: string;
1860
+ type: "relative";
1861
1861
  }>>;
1862
1862
  }, z.ZodTypeAny, "passthrough">>;
1863
1863
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -1904,8 +1904,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1904
1904
  mimeType: string;
1905
1905
  content: string;
1906
1906
  } | {
1907
- type: "relative";
1908
1907
  path: string;
1908
+ type: "relative";
1909
1909
  } | undefined;
1910
1910
  } & {
1911
1911
  [k: string]: unknown;
@@ -1914,23 +1914,23 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1914
1914
  type: "explicit-string";
1915
1915
  content: string;
1916
1916
  } | {
1917
- type: "relative";
1918
1917
  path: string;
1918
+ type: "relative";
1919
1919
  } | undefined;
1920
1920
  changelog?: {
1921
1921
  type: "explicit-string";
1922
1922
  content: string;
1923
1923
  } | {
1924
- type: "relative";
1925
1924
  path: string;
1925
+ type: "relative";
1926
1926
  } | undefined;
1927
1927
  logo?: {
1928
1928
  type: "explicit-base64";
1929
1929
  mimeType: string;
1930
1930
  content: string;
1931
1931
  } | {
1932
- type: "relative";
1933
1932
  path: string;
1933
+ type: "relative";
1934
1934
  } | undefined;
1935
1935
  url?: string | undefined;
1936
1936
  docs?: string | undefined;
@@ -2016,10 +2016,9 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2016
2016
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
2017
2017
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
2018
2018
  }, "strip", z.ZodTypeAny, {
2019
- title: string;
2020
2019
  organization: {
2021
- url: string;
2022
2020
  name: string;
2021
+ url: string;
2023
2022
  logo?: {
2024
2023
  type: "explicit-bytes";
2025
2024
  mimeType: string;
@@ -2028,8 +2027,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2028
2027
  } & {
2029
2028
  [k: string]: unknown;
2030
2029
  };
2030
+ title: string;
2031
2031
  description: string;
2032
- url?: string | undefined;
2033
2032
  longDescription?: string | undefined;
2034
2033
  changelog?: string | undefined;
2035
2034
  logo?: {
@@ -2037,6 +2036,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2037
2036
  mimeType: string;
2038
2037
  content: Uint8Array<ArrayBuffer>;
2039
2038
  } | undefined;
2039
+ url?: string | undefined;
2040
2040
  docs?: string | undefined;
2041
2041
  support?: string | undefined;
2042
2042
  tags?: string[] | undefined;
@@ -2045,10 +2045,9 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2045
2045
  termsOfServiceUrl?: string | undefined;
2046
2046
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
2047
2047
  }, {
2048
- title: string;
2049
2048
  organization: {
2050
- url: string;
2051
2049
  name: string;
2050
+ url: string;
2052
2051
  logo?: {
2053
2052
  type: "explicit-bytes";
2054
2053
  mimeType: string;
@@ -2057,8 +2056,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2057
2056
  } & {
2058
2057
  [k: string]: unknown;
2059
2058
  };
2059
+ title: string;
2060
2060
  description: string;
2061
- url?: string | undefined;
2062
2061
  longDescription?: string | undefined;
2063
2062
  changelog?: string | undefined;
2064
2063
  logo?: {
@@ -2066,6 +2065,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2066
2065
  mimeType: string;
2067
2066
  content: Uint8Array<ArrayBuffer>;
2068
2067
  } | undefined;
2068
+ url?: string | undefined;
2069
2069
  docs?: string | undefined;
2070
2070
  support?: string | undefined;
2071
2071
  tags?: string[] | undefined;