@platforma-sdk/block-tools 2.6.62 → 2.6.64

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,40 +107,40 @@ 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;
115
115
  }>>;
116
116
  logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
117
117
  type: "explicit-base64";
118
- content: string;
119
118
  mimeType: string;
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;
126
126
  content: z.ZodString;
127
127
  }, "strict", z.ZodTypeAny, {
128
128
  type: "explicit-base64";
129
- content: string;
130
129
  mimeType: string;
130
+ content: string;
131
131
  }, {
132
132
  type: "explicit-base64";
133
- content: string;
134
133
  mimeType: string;
134
+ content: string;
135
135
  }>, 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;
@@ -155,22 +155,22 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
155
155
  file: string;
156
156
  } | {
157
157
  type: "explicit-base64";
158
- content: string;
159
158
  mimeType: string;
159
+ content: string;
160
160
  } | {
161
161
  type: "explicit-base64";
162
- content: string;
163
162
  mimeType: string;
163
+ content: string;
164
164
  } | {
165
165
  type: "absolute-file";
166
166
  file: string;
167
167
  }, string | {
168
168
  type: "explicit-base64";
169
- content: string;
170
169
  mimeType: string;
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;
@@ -184,32 +184,32 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
184
184
  url: z.ZodString;
185
185
  logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
186
186
  type: "explicit-base64";
187
- content: string;
188
187
  mimeType: string;
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;
195
195
  content: z.ZodString;
196
196
  }, "strict", z.ZodTypeAny, {
197
197
  type: "explicit-base64";
198
- content: string;
199
198
  mimeType: string;
199
+ content: string;
200
200
  }, {
201
201
  type: "explicit-base64";
202
- content: string;
203
202
  mimeType: string;
203
+ content: string;
204
204
  }>, 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;
@@ -224,22 +224,22 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
224
224
  file: string;
225
225
  } | {
226
226
  type: "explicit-base64";
227
- content: string;
228
227
  mimeType: string;
228
+ content: string;
229
229
  } | {
230
230
  type: "explicit-base64";
231
- content: string;
232
231
  mimeType: string;
232
+ content: string;
233
233
  } | {
234
234
  type: "absolute-file";
235
235
  file: string;
236
236
  }, string | {
237
237
  type: "explicit-base64";
238
- content: string;
239
238
  mimeType: string;
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;
@@ -249,32 +249,32 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
249
249
  url: z.ZodString;
250
250
  logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
251
251
  type: "explicit-base64";
252
- content: string;
253
252
  mimeType: string;
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;
260
260
  content: z.ZodString;
261
261
  }, "strict", z.ZodTypeAny, {
262
262
  type: "explicit-base64";
263
- content: string;
264
263
  mimeType: string;
264
+ content: string;
265
265
  }, {
266
266
  type: "explicit-base64";
267
- content: string;
268
267
  mimeType: string;
268
+ content: string;
269
269
  }>, 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;
@@ -289,22 +289,22 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
289
289
  file: string;
290
290
  } | {
291
291
  type: "explicit-base64";
292
- content: string;
293
292
  mimeType: string;
293
+ content: string;
294
294
  } | {
295
295
  type: "explicit-base64";
296
- content: string;
297
296
  mimeType: string;
297
+ content: string;
298
298
  } | {
299
299
  type: "absolute-file";
300
300
  file: string;
301
301
  }, string | {
302
302
  type: "explicit-base64";
303
- content: string;
304
303
  mimeType: string;
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;
@@ -314,32 +314,32 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
314
314
  url: z.ZodString;
315
315
  logo: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, {
316
316
  type: "explicit-base64";
317
- content: string;
318
317
  mimeType: string;
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;
325
325
  content: z.ZodString;
326
326
  }, "strict", z.ZodTypeAny, {
327
327
  type: "explicit-base64";
328
- content: string;
329
328
  mimeType: string;
329
+ content: string;
330
330
  }, {
331
331
  type: "explicit-base64";
332
- content: string;
333
332
  mimeType: string;
333
+ content: string;
334
334
  }>, 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;
@@ -354,22 +354,22 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
354
354
  file: string;
355
355
  } | {
356
356
  type: "explicit-base64";
357
- content: string;
358
357
  mimeType: string;
358
+ content: string;
359
359
  } | {
360
360
  type: "explicit-base64";
361
- content: string;
362
361
  mimeType: string;
362
+ content: string;
363
363
  } | {
364
364
  type: "absolute-file";
365
365
  file: string;
366
366
  }, string | {
367
367
  type: "explicit-base64";
368
- content: string;
369
368
  mimeType: string;
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;
@@ -390,12 +390,12 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
390
390
  file: string;
391
391
  } | {
392
392
  type: "explicit-base64";
393
- content: string;
394
393
  mimeType: string;
394
+ content: string;
395
395
  } | {
396
396
  type: "explicit-base64";
397
- content: string;
398
397
  mimeType: string;
398
+ content: string;
399
399
  } | {
400
400
  type: "absolute-file";
401
401
  file: string;
@@ -434,12 +434,12 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
434
434
  file: string;
435
435
  } | {
436
436
  type: "explicit-base64";
437
- content: string;
438
437
  mimeType: string;
438
+ content: string;
439
439
  } | {
440
440
  type: "explicit-base64";
441
- content: string;
442
441
  mimeType: string;
442
+ content: string;
443
443
  } | {
444
444
  type: "absolute-file";
445
445
  file: string;
@@ -460,11 +460,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
460
460
  name: string;
461
461
  logo?: string | {
462
462
  type: "explicit-base64";
463
- content: string;
464
463
  mimeType: string;
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,19 +486,19 @@ 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;
494
494
  } | undefined;
495
495
  logo?: string | {
496
496
  type: "explicit-base64";
497
- content: string;
498
497
  mimeType: string;
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;
@@ -584,12 +584,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
584
584
  content: z.ZodString;
585
585
  }, "strict", z.ZodTypeAny, {
586
586
  type: "explicit-base64";
587
- content: string;
588
587
  mimeType: string;
588
+ content: string;
589
589
  }, {
590
590
  type: "explicit-base64";
591
- content: string;
592
591
  mimeType: string;
592
+ content: string;
593
593
  }>, z.ZodObject<{
594
594
  type: z.ZodLiteral<"absolute-file">;
595
595
  file: z.ZodString;
@@ -600,16 +600,16 @@ 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
- content: string;
608
607
  mimeType: string;
608
+ content: string;
609
609
  }, {
610
610
  type: "explicit-base64";
611
- content: string;
612
611
  mimeType: string;
612
+ content: string;
613
613
  } | {
614
614
  type: "absolute-file";
615
615
  file: string;
@@ -627,12 +627,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
627
627
  content: z.ZodString;
628
628
  }, "strict", z.ZodTypeAny, {
629
629
  type: "explicit-base64";
630
- content: string;
631
630
  mimeType: string;
631
+ content: string;
632
632
  }, {
633
633
  type: "explicit-base64";
634
- content: string;
635
634
  mimeType: string;
635
+ content: string;
636
636
  }>, z.ZodObject<{
637
637
  type: z.ZodLiteral<"absolute-file">;
638
638
  file: z.ZodString;
@@ -643,16 +643,16 @@ 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
- content: string;
651
650
  mimeType: string;
651
+ content: string;
652
652
  }, {
653
653
  type: "explicit-base64";
654
- content: string;
655
654
  mimeType: string;
655
+ content: string;
656
656
  } | {
657
657
  type: "absolute-file";
658
658
  file: string;
@@ -666,12 +666,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
666
666
  content: z.ZodString;
667
667
  }, "strict", z.ZodTypeAny, {
668
668
  type: "explicit-base64";
669
- content: string;
670
669
  mimeType: string;
670
+ content: string;
671
671
  }, {
672
672
  type: "explicit-base64";
673
- content: string;
674
673
  mimeType: string;
674
+ content: string;
675
675
  }>, z.ZodObject<{
676
676
  type: z.ZodLiteral<"absolute-file">;
677
677
  file: z.ZodString;
@@ -682,16 +682,16 @@ 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
- content: string;
690
689
  mimeType: string;
690
+ content: string;
691
691
  }, {
692
692
  type: "explicit-base64";
693
- content: string;
694
693
  mimeType: string;
694
+ content: string;
695
695
  } | {
696
696
  type: "absolute-file";
697
697
  file: string;
@@ -705,12 +705,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
705
705
  content: z.ZodString;
706
706
  }, "strict", z.ZodTypeAny, {
707
707
  type: "explicit-base64";
708
- content: string;
709
708
  mimeType: string;
709
+ content: string;
710
710
  }, {
711
711
  type: "explicit-base64";
712
- content: string;
713
712
  mimeType: string;
713
+ content: string;
714
714
  }>, z.ZodObject<{
715
715
  type: z.ZodLiteral<"absolute-file">;
716
716
  file: z.ZodString;
@@ -721,16 +721,16 @@ 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
- content: string;
729
728
  mimeType: string;
729
+ content: string;
730
730
  }, {
731
731
  type: "explicit-base64";
732
- content: string;
733
732
  mimeType: string;
733
+ content: string;
734
734
  } | {
735
735
  type: "absolute-file";
736
736
  file: string;
@@ -747,37 +747,37 @@ 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
- content: string;
755
754
  mimeType: string;
755
+ content: string;
756
756
  } | undefined;
757
757
  } & {
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
- content: string;
780
779
  mimeType: string;
780
+ content: string;
781
781
  } | undefined;
782
782
  url?: string | undefined;
783
783
  docs?: string | undefined;
@@ -795,8 +795,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
795
795
  name: string;
796
796
  logo?: {
797
797
  type: "explicit-base64";
798
- content: string;
799
798
  mimeType: string;
799
+ content: string;
800
800
  } | {
801
801
  type: "absolute-file";
802
802
  file: string;
@@ -820,8 +820,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
820
820
  } | undefined;
821
821
  logo?: {
822
822
  type: "explicit-base64";
823
- content: string;
824
823
  mimeType: string;
824
+ content: string;
825
825
  } | {
826
826
  type: "absolute-file";
827
827
  file: string;
@@ -894,12 +894,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
894
894
  content: z.ZodString;
895
895
  }, "strict", z.ZodTypeAny, {
896
896
  type: "explicit-base64";
897
- content: string;
898
897
  mimeType: string;
898
+ content: string;
899
899
  }, {
900
900
  type: "explicit-base64";
901
- content: string;
902
901
  mimeType: string;
902
+ content: string;
903
903
  }>, z.ZodObject<{
904
904
  type: z.ZodLiteral<"absolute-file">;
905
905
  file: z.ZodString;
@@ -911,12 +911,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
911
911
  file: string;
912
912
  }>]>, {
913
913
  type: "explicit-base64";
914
- content: string;
915
914
  mimeType: string;
915
+ content: string;
916
916
  }, {
917
917
  type: "explicit-base64";
918
- content: string;
919
918
  mimeType: string;
919
+ content: string;
920
920
  } | {
921
921
  type: "absolute-file";
922
922
  file: string;
@@ -934,12 +934,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
934
934
  content: z.ZodString;
935
935
  }, "strict", z.ZodTypeAny, {
936
936
  type: "explicit-base64";
937
- content: string;
938
937
  mimeType: string;
938
+ content: string;
939
939
  }, {
940
940
  type: "explicit-base64";
941
- content: string;
942
941
  mimeType: string;
942
+ content: string;
943
943
  }>, z.ZodObject<{
944
944
  type: z.ZodLiteral<"absolute-file">;
945
945
  file: z.ZodString;
@@ -951,12 +951,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
951
951
  file: string;
952
952
  }>]>, {
953
953
  type: "explicit-base64";
954
- content: string;
955
954
  mimeType: string;
955
+ content: string;
956
956
  }, {
957
957
  type: "explicit-base64";
958
- content: string;
959
958
  mimeType: string;
959
+ content: string;
960
960
  } | {
961
961
  type: "absolute-file";
962
962
  file: string;
@@ -970,12 +970,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
970
970
  content: z.ZodString;
971
971
  }, "strict", z.ZodTypeAny, {
972
972
  type: "explicit-base64";
973
- content: string;
974
973
  mimeType: string;
974
+ content: string;
975
975
  }, {
976
976
  type: "explicit-base64";
977
- content: string;
978
977
  mimeType: string;
978
+ content: string;
979
979
  }>, z.ZodObject<{
980
980
  type: z.ZodLiteral<"absolute-file">;
981
981
  file: z.ZodString;
@@ -987,12 +987,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
987
987
  file: string;
988
988
  }>]>, {
989
989
  type: "explicit-base64";
990
- content: string;
991
990
  mimeType: string;
991
+ content: string;
992
992
  }, {
993
993
  type: "explicit-base64";
994
- content: string;
995
994
  mimeType: string;
995
+ content: string;
996
996
  } | {
997
997
  type: "absolute-file";
998
998
  file: string;
@@ -1006,12 +1006,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1006
1006
  content: z.ZodString;
1007
1007
  }, "strict", z.ZodTypeAny, {
1008
1008
  type: "explicit-base64";
1009
- content: string;
1010
1009
  mimeType: string;
1010
+ content: string;
1011
1011
  }, {
1012
1012
  type: "explicit-base64";
1013
- content: string;
1014
1013
  mimeType: string;
1014
+ content: string;
1015
1015
  }>, z.ZodObject<{
1016
1016
  type: z.ZodLiteral<"absolute-file">;
1017
1017
  file: z.ZodString;
@@ -1023,12 +1023,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1023
1023
  file: string;
1024
1024
  }>]>, {
1025
1025
  type: "explicit-base64";
1026
- content: string;
1027
1026
  mimeType: string;
1027
+ content: string;
1028
1028
  }, {
1029
1029
  type: "explicit-base64";
1030
- content: string;
1031
1030
  mimeType: string;
1031
+ content: string;
1032
1032
  } | {
1033
1033
  type: "absolute-file";
1034
1034
  file: string;
@@ -1046,8 +1046,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1046
1046
  name: string;
1047
1047
  logo?: {
1048
1048
  type: "explicit-base64";
1049
- content: string;
1050
1049
  mimeType: string;
1050
+ content: string;
1051
1051
  } | undefined;
1052
1052
  } & {
1053
1053
  [k: string]: unknown;
@@ -1056,8 +1056,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1056
1056
  changelog?: string | undefined;
1057
1057
  logo?: {
1058
1058
  type: "explicit-base64";
1059
- content: string;
1060
1059
  mimeType: string;
1060
+ content: string;
1061
1061
  } | undefined;
1062
1062
  url?: string | undefined;
1063
1063
  docs?: string | undefined;
@@ -1075,8 +1075,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1075
1075
  name: string;
1076
1076
  logo?: {
1077
1077
  type: "explicit-base64";
1078
- content: string;
1079
1078
  mimeType: string;
1079
+ content: string;
1080
1080
  } | {
1081
1081
  type: "absolute-file";
1082
1082
  file: string;
@@ -1100,8 +1100,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1100
1100
  } | undefined;
1101
1101
  logo?: {
1102
1102
  type: "explicit-base64";
1103
- content: string;
1104
1103
  mimeType: string;
1104
+ content: string;
1105
1105
  } | {
1106
1106
  type: "absolute-file";
1107
1107
  file: string;
@@ -1125,12 +1125,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1125
1125
  content: z.ZodString;
1126
1126
  }, "strict", z.ZodTypeAny, {
1127
1127
  type: "explicit-base64";
1128
- content: string;
1129
1128
  mimeType: string;
1129
+ content: string;
1130
1130
  }, {
1131
1131
  type: "explicit-base64";
1132
- content: string;
1133
1132
  mimeType: string;
1133
+ content: string;
1134
1134
  }>>;
1135
1135
  url: z.ZodOptional<z.ZodString>;
1136
1136
  docs: z.ZodOptional<z.ZodString>;
@@ -1145,12 +1145,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1145
1145
  content: z.ZodString;
1146
1146
  }, "strict", z.ZodTypeAny, {
1147
1147
  type: "explicit-base64";
1148
- content: string;
1149
1148
  mimeType: string;
1149
+ content: string;
1150
1150
  }, {
1151
1151
  type: "explicit-base64";
1152
- content: string;
1153
1152
  mimeType: string;
1153
+ content: string;
1154
1154
  }>>;
1155
1155
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1156
1156
  name: z.ZodString;
@@ -1161,12 +1161,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1161
1161
  content: z.ZodString;
1162
1162
  }, "strict", z.ZodTypeAny, {
1163
1163
  type: "explicit-base64";
1164
- content: string;
1165
1164
  mimeType: string;
1165
+ content: string;
1166
1166
  }, {
1167
1167
  type: "explicit-base64";
1168
- content: string;
1169
1168
  mimeType: string;
1169
+ content: string;
1170
1170
  }>>;
1171
1171
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1172
1172
  name: z.ZodString;
@@ -1177,12 +1177,12 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1177
1177
  content: z.ZodString;
1178
1178
  }, "strict", z.ZodTypeAny, {
1179
1179
  type: "explicit-base64";
1180
- content: string;
1181
1180
  mimeType: string;
1181
+ content: string;
1182
1182
  }, {
1183
1183
  type: "explicit-base64";
1184
- content: string;
1185
1184
  mimeType: string;
1185
+ content: string;
1186
1186
  }>>;
1187
1187
  }, z.ZodTypeAny, "passthrough">>;
1188
1188
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -1191,26 +1191,26 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
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
1193
  organization: {
1194
- url: string;
1195
1194
  name: string;
1195
+ url: string;
1196
1196
  logo?: {
1197
1197
  type: "explicit-base64";
1198
- content: string;
1199
1198
  mimeType: string;
1199
+ content: string;
1200
1200
  } | undefined;
1201
1201
  } & {
1202
1202
  [k: string]: unknown;
1203
1203
  };
1204
1204
  title: string;
1205
1205
  description: string;
1206
- url?: string | undefined;
1207
1206
  longDescription?: string | undefined;
1208
1207
  changelog?: string | undefined;
1209
1208
  logo?: {
1210
1209
  type: "explicit-base64";
1211
- content: string;
1212
1210
  mimeType: string;
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;
@@ -1220,26 +1220,26 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
1220
1220
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1221
1221
  }, {
1222
1222
  organization: {
1223
- url: string;
1224
1223
  name: string;
1224
+ url: string;
1225
1225
  logo?: {
1226
1226
  type: "explicit-base64";
1227
- content: string;
1228
1227
  mimeType: string;
1228
+ content: string;
1229
1229
  } | undefined;
1230
1230
  } & {
1231
1231
  [k: string]: unknown;
1232
1232
  };
1233
1233
  title: string;
1234
1234
  description: string;
1235
- url?: string | undefined;
1236
1235
  longDescription?: string | undefined;
1237
1236
  changelog?: string | undefined;
1238
1237
  logo?: {
1239
1238
  type: "explicit-base64";
1240
- content: string;
1241
1239
  mimeType: string;
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;
@@ -1307,12 +1307,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1307
1307
  content: z.ZodString;
1308
1308
  }, "strict", z.ZodTypeAny, {
1309
1309
  type: "explicit-base64";
1310
- content: string;
1311
1310
  mimeType: string;
1311
+ content: string;
1312
1312
  }, {
1313
1313
  type: "explicit-base64";
1314
- content: string;
1315
1314
  mimeType: string;
1315
+ content: string;
1316
1316
  }>, z.ZodObject<{
1317
1317
  type: z.ZodLiteral<"absolute-file">;
1318
1318
  file: z.ZodString;
@@ -1324,12 +1324,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1324
1324
  file: string;
1325
1325
  }>]>, {
1326
1326
  type: "explicit-bytes";
1327
- content: Uint8Array;
1328
1327
  mimeType: string;
1328
+ content: Uint8Array<ArrayBuffer>;
1329
1329
  }, {
1330
1330
  type: "explicit-base64";
1331
- content: string;
1332
1331
  mimeType: string;
1332
+ content: string;
1333
1333
  } | {
1334
1334
  type: "absolute-file";
1335
1335
  file: string;
@@ -1347,12 +1347,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1347
1347
  content: z.ZodString;
1348
1348
  }, "strict", z.ZodTypeAny, {
1349
1349
  type: "explicit-base64";
1350
- content: string;
1351
1350
  mimeType: string;
1351
+ content: string;
1352
1352
  }, {
1353
1353
  type: "explicit-base64";
1354
- content: string;
1355
1354
  mimeType: string;
1355
+ content: string;
1356
1356
  }>, z.ZodObject<{
1357
1357
  type: z.ZodLiteral<"absolute-file">;
1358
1358
  file: z.ZodString;
@@ -1364,12 +1364,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1364
1364
  file: string;
1365
1365
  }>]>, {
1366
1366
  type: "explicit-bytes";
1367
- content: Uint8Array;
1368
1367
  mimeType: string;
1368
+ content: Uint8Array<ArrayBuffer>;
1369
1369
  }, {
1370
1370
  type: "explicit-base64";
1371
- content: string;
1372
1371
  mimeType: string;
1372
+ content: string;
1373
1373
  } | {
1374
1374
  type: "absolute-file";
1375
1375
  file: string;
@@ -1383,12 +1383,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1383
1383
  content: z.ZodString;
1384
1384
  }, "strict", z.ZodTypeAny, {
1385
1385
  type: "explicit-base64";
1386
- content: string;
1387
1386
  mimeType: string;
1387
+ content: string;
1388
1388
  }, {
1389
1389
  type: "explicit-base64";
1390
- content: string;
1391
1390
  mimeType: string;
1391
+ content: string;
1392
1392
  }>, z.ZodObject<{
1393
1393
  type: z.ZodLiteral<"absolute-file">;
1394
1394
  file: z.ZodString;
@@ -1400,12 +1400,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1400
1400
  file: string;
1401
1401
  }>]>, {
1402
1402
  type: "explicit-bytes";
1403
- content: Uint8Array;
1404
1403
  mimeType: string;
1404
+ content: Uint8Array<ArrayBuffer>;
1405
1405
  }, {
1406
1406
  type: "explicit-base64";
1407
- content: string;
1408
1407
  mimeType: string;
1408
+ content: string;
1409
1409
  } | {
1410
1410
  type: "absolute-file";
1411
1411
  file: string;
@@ -1419,12 +1419,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1419
1419
  content: z.ZodString;
1420
1420
  }, "strict", z.ZodTypeAny, {
1421
1421
  type: "explicit-base64";
1422
- content: string;
1423
1422
  mimeType: string;
1423
+ content: string;
1424
1424
  }, {
1425
1425
  type: "explicit-base64";
1426
- content: string;
1427
1426
  mimeType: string;
1427
+ content: string;
1428
1428
  }>, z.ZodObject<{
1429
1429
  type: z.ZodLiteral<"absolute-file">;
1430
1430
  file: z.ZodString;
@@ -1436,12 +1436,12 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1436
1436
  file: string;
1437
1437
  }>]>, {
1438
1438
  type: "explicit-bytes";
1439
- content: Uint8Array;
1440
1439
  mimeType: string;
1440
+ content: Uint8Array<ArrayBuffer>;
1441
1441
  }, {
1442
1442
  type: "explicit-base64";
1443
- content: string;
1444
1443
  mimeType: string;
1444
+ content: string;
1445
1445
  } | {
1446
1446
  type: "absolute-file";
1447
1447
  file: string;
@@ -1459,8 +1459,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1459
1459
  name: string;
1460
1460
  logo?: {
1461
1461
  type: "explicit-bytes";
1462
- content: Uint8Array;
1463
1462
  mimeType: string;
1463
+ content: Uint8Array<ArrayBuffer>;
1464
1464
  } | undefined;
1465
1465
  } & {
1466
1466
  [k: string]: unknown;
@@ -1469,8 +1469,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1469
1469
  changelog?: string | undefined;
1470
1470
  logo?: {
1471
1471
  type: "explicit-bytes";
1472
- content: Uint8Array;
1473
1472
  mimeType: string;
1473
+ content: Uint8Array<ArrayBuffer>;
1474
1474
  } | undefined;
1475
1475
  url?: string | undefined;
1476
1476
  docs?: string | undefined;
@@ -1488,8 +1488,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1488
1488
  name: string;
1489
1489
  logo?: {
1490
1490
  type: "explicit-base64";
1491
- content: string;
1492
1491
  mimeType: string;
1492
+ content: string;
1493
1493
  } | {
1494
1494
  type: "absolute-file";
1495
1495
  file: string;
@@ -1513,8 +1513,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1513
1513
  } | undefined;
1514
1514
  logo?: {
1515
1515
  type: "explicit-base64";
1516
- content: string;
1517
1516
  mimeType: string;
1517
+ content: string;
1518
1518
  } | {
1519
1519
  type: "absolute-file";
1520
1520
  file: string;
@@ -1535,15 +1535,15 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1535
1535
  logo: z.ZodOptional<z.ZodObject<{
1536
1536
  type: z.ZodLiteral<"explicit-bytes">;
1537
1537
  mimeType: z.ZodString;
1538
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1538
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1539
1539
  }, "strict", z.ZodTypeAny, {
1540
1540
  type: "explicit-bytes";
1541
- content: Uint8Array;
1542
1541
  mimeType: string;
1542
+ content: Uint8Array<ArrayBuffer>;
1543
1543
  }, {
1544
1544
  type: "explicit-bytes";
1545
- content: Uint8Array;
1546
1545
  mimeType: string;
1546
+ content: Uint8Array<ArrayBuffer>;
1547
1547
  }>>;
1548
1548
  url: z.ZodOptional<z.ZodString>;
1549
1549
  docs: z.ZodOptional<z.ZodString>;
@@ -1555,15 +1555,15 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1555
1555
  logo: z.ZodOptional<z.ZodObject<{
1556
1556
  type: z.ZodLiteral<"explicit-bytes">;
1557
1557
  mimeType: z.ZodString;
1558
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1558
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1559
1559
  }, "strict", z.ZodTypeAny, {
1560
1560
  type: "explicit-bytes";
1561
- content: Uint8Array;
1562
1561
  mimeType: string;
1562
+ content: Uint8Array<ArrayBuffer>;
1563
1563
  }, {
1564
1564
  type: "explicit-bytes";
1565
- content: Uint8Array;
1566
1565
  mimeType: string;
1566
+ content: Uint8Array<ArrayBuffer>;
1567
1567
  }>>;
1568
1568
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1569
1569
  name: z.ZodString;
@@ -1571,15 +1571,15 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1571
1571
  logo: z.ZodOptional<z.ZodObject<{
1572
1572
  type: z.ZodLiteral<"explicit-bytes">;
1573
1573
  mimeType: z.ZodString;
1574
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1574
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1575
1575
  }, "strict", z.ZodTypeAny, {
1576
1576
  type: "explicit-bytes";
1577
- content: Uint8Array;
1578
1577
  mimeType: string;
1578
+ content: Uint8Array<ArrayBuffer>;
1579
1579
  }, {
1580
1580
  type: "explicit-bytes";
1581
- content: Uint8Array;
1582
1581
  mimeType: string;
1582
+ content: Uint8Array<ArrayBuffer>;
1583
1583
  }>>;
1584
1584
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1585
1585
  name: z.ZodString;
@@ -1587,15 +1587,15 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1587
1587
  logo: z.ZodOptional<z.ZodObject<{
1588
1588
  type: z.ZodLiteral<"explicit-bytes">;
1589
1589
  mimeType: z.ZodString;
1590
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1590
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1591
1591
  }, "strict", z.ZodTypeAny, {
1592
1592
  type: "explicit-bytes";
1593
- content: Uint8Array;
1594
1593
  mimeType: string;
1594
+ content: Uint8Array<ArrayBuffer>;
1595
1595
  }, {
1596
1596
  type: "explicit-bytes";
1597
- content: Uint8Array;
1598
1597
  mimeType: string;
1598
+ content: Uint8Array<ArrayBuffer>;
1599
1599
  }>>;
1600
1600
  }, z.ZodTypeAny, "passthrough">>;
1601
1601
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -1604,26 +1604,26 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
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
1606
  organization: {
1607
- url: string;
1608
1607
  name: string;
1608
+ url: string;
1609
1609
  logo?: {
1610
1610
  type: "explicit-bytes";
1611
- content: Uint8Array;
1612
1611
  mimeType: string;
1612
+ content: Uint8Array<ArrayBuffer>;
1613
1613
  } | undefined;
1614
1614
  } & {
1615
1615
  [k: string]: unknown;
1616
1616
  };
1617
1617
  title: string;
1618
1618
  description: string;
1619
- url?: string | undefined;
1620
1619
  longDescription?: string | undefined;
1621
1620
  changelog?: string | undefined;
1622
1621
  logo?: {
1623
1622
  type: "explicit-bytes";
1624
- content: Uint8Array;
1625
1623
  mimeType: string;
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;
@@ -1633,26 +1633,26 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
1633
1633
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1634
1634
  }, {
1635
1635
  organization: {
1636
- url: string;
1637
1636
  name: string;
1637
+ url: string;
1638
1638
  logo?: {
1639
1639
  type: "explicit-bytes";
1640
- content: Uint8Array;
1641
1640
  mimeType: string;
1641
+ content: Uint8Array<ArrayBuffer>;
1642
1642
  } | undefined;
1643
1643
  } & {
1644
1644
  [k: string]: unknown;
1645
1645
  };
1646
1646
  title: string;
1647
1647
  description: string;
1648
- url?: string | undefined;
1649
1648
  longDescription?: string | undefined;
1650
1649
  changelog?: string | undefined;
1651
1650
  logo?: {
1652
1651
  type: "explicit-bytes";
1653
- content: Uint8Array;
1654
1652
  mimeType: string;
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">;
@@ -1720,32 +1720,32 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1720
1720
  content: z.ZodString;
1721
1721
  }, "strict", z.ZodTypeAny, {
1722
1722
  type: "explicit-base64";
1723
- content: string;
1724
1723
  mimeType: string;
1724
+ content: string;
1725
1725
  }, {
1726
1726
  type: "explicit-base64";
1727
- content: string;
1728
1727
  mimeType: string;
1728
+ content: string;
1729
1729
  }>, z.ZodObject<{
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
- content: Uint8Array;
1741
1740
  mimeType: string;
1741
+ content: Uint8Array<ArrayBuffer>;
1742
1742
  }, {
1743
1743
  type: "explicit-base64";
1744
- content: string;
1745
1744
  mimeType: string;
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>;
@@ -1760,32 +1760,32 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1760
1760
  content: z.ZodString;
1761
1761
  }, "strict", z.ZodTypeAny, {
1762
1762
  type: "explicit-base64";
1763
- content: string;
1764
1763
  mimeType: string;
1764
+ content: string;
1765
1765
  }, {
1766
1766
  type: "explicit-base64";
1767
- content: string;
1768
1767
  mimeType: string;
1768
+ content: string;
1769
1769
  }>, z.ZodObject<{
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
- content: Uint8Array;
1781
1780
  mimeType: string;
1781
+ content: Uint8Array<ArrayBuffer>;
1782
1782
  }, {
1783
1783
  type: "explicit-base64";
1784
- content: string;
1785
1784
  mimeType: string;
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;
@@ -1796,32 +1796,32 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1796
1796
  content: z.ZodString;
1797
1797
  }, "strict", z.ZodTypeAny, {
1798
1798
  type: "explicit-base64";
1799
- content: string;
1800
1799
  mimeType: string;
1800
+ content: string;
1801
1801
  }, {
1802
1802
  type: "explicit-base64";
1803
- content: string;
1804
1803
  mimeType: string;
1804
+ content: string;
1805
1805
  }>, z.ZodObject<{
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
- content: Uint8Array;
1817
1816
  mimeType: string;
1817
+ content: Uint8Array<ArrayBuffer>;
1818
1818
  }, {
1819
1819
  type: "explicit-base64";
1820
- content: string;
1821
1820
  mimeType: string;
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;
@@ -1832,32 +1832,32 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1832
1832
  content: z.ZodString;
1833
1833
  }, "strict", z.ZodTypeAny, {
1834
1834
  type: "explicit-base64";
1835
- content: string;
1836
1835
  mimeType: string;
1836
+ content: string;
1837
1837
  }, {
1838
1838
  type: "explicit-base64";
1839
- content: string;
1840
1839
  mimeType: string;
1840
+ content: string;
1841
1841
  }>, z.ZodObject<{
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
- content: Uint8Array;
1853
1852
  mimeType: string;
1853
+ content: Uint8Array<ArrayBuffer>;
1854
1854
  }, {
1855
1855
  type: "explicit-base64";
1856
- content: string;
1857
1856
  mimeType: string;
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>;
@@ -1872,8 +1872,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1872
1872
  name: string;
1873
1873
  logo?: {
1874
1874
  type: "explicit-bytes";
1875
- content: Uint8Array;
1876
1875
  mimeType: string;
1876
+ content: Uint8Array<ArrayBuffer>;
1877
1877
  } | undefined;
1878
1878
  } & {
1879
1879
  [k: string]: unknown;
@@ -1882,8 +1882,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1882
1882
  changelog?: string | undefined;
1883
1883
  logo?: {
1884
1884
  type: "explicit-bytes";
1885
- content: Uint8Array;
1886
1885
  mimeType: string;
1886
+ content: Uint8Array<ArrayBuffer>;
1887
1887
  } | undefined;
1888
1888
  url?: string | undefined;
1889
1889
  docs?: string | undefined;
@@ -1901,11 +1901,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1901
1901
  name: string;
1902
1902
  logo?: {
1903
1903
  type: "explicit-base64";
1904
- content: string;
1905
1904
  mimeType: string;
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
- content: string;
1930
1929
  mimeType: string;
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;
@@ -1948,15 +1948,15 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1948
1948
  logo: z.ZodOptional<z.ZodObject<{
1949
1949
  type: z.ZodLiteral<"explicit-bytes">;
1950
1950
  mimeType: z.ZodString;
1951
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1951
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1952
1952
  }, "strict", z.ZodTypeAny, {
1953
1953
  type: "explicit-bytes";
1954
- content: Uint8Array;
1955
1954
  mimeType: string;
1955
+ content: Uint8Array<ArrayBuffer>;
1956
1956
  }, {
1957
1957
  type: "explicit-bytes";
1958
- content: Uint8Array;
1959
1958
  mimeType: string;
1959
+ content: Uint8Array<ArrayBuffer>;
1960
1960
  }>>;
1961
1961
  url: z.ZodOptional<z.ZodString>;
1962
1962
  docs: z.ZodOptional<z.ZodString>;
@@ -1968,15 +1968,15 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1968
1968
  logo: z.ZodOptional<z.ZodObject<{
1969
1969
  type: z.ZodLiteral<"explicit-bytes">;
1970
1970
  mimeType: z.ZodString;
1971
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1971
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1972
1972
  }, "strict", z.ZodTypeAny, {
1973
1973
  type: "explicit-bytes";
1974
- content: Uint8Array;
1975
1974
  mimeType: string;
1975
+ content: Uint8Array<ArrayBuffer>;
1976
1976
  }, {
1977
1977
  type: "explicit-bytes";
1978
- content: Uint8Array;
1979
1978
  mimeType: string;
1979
+ content: Uint8Array<ArrayBuffer>;
1980
1980
  }>>;
1981
1981
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1982
1982
  name: z.ZodString;
@@ -1984,15 +1984,15 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
1984
1984
  logo: z.ZodOptional<z.ZodObject<{
1985
1985
  type: z.ZodLiteral<"explicit-bytes">;
1986
1986
  mimeType: z.ZodString;
1987
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
1987
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
1988
1988
  }, "strict", z.ZodTypeAny, {
1989
1989
  type: "explicit-bytes";
1990
- content: Uint8Array;
1991
1990
  mimeType: string;
1991
+ content: Uint8Array<ArrayBuffer>;
1992
1992
  }, {
1993
1993
  type: "explicit-bytes";
1994
- content: Uint8Array;
1995
1994
  mimeType: string;
1995
+ content: Uint8Array<ArrayBuffer>;
1996
1996
  }>>;
1997
1997
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1998
1998
  name: z.ZodString;
@@ -2000,15 +2000,15 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2000
2000
  logo: z.ZodOptional<z.ZodObject<{
2001
2001
  type: z.ZodLiteral<"explicit-bytes">;
2002
2002
  mimeType: z.ZodString;
2003
- content: z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>;
2003
+ content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
2004
2004
  }, "strict", z.ZodTypeAny, {
2005
2005
  type: "explicit-bytes";
2006
- content: Uint8Array;
2007
2006
  mimeType: string;
2007
+ content: Uint8Array<ArrayBuffer>;
2008
2008
  }, {
2009
2009
  type: "explicit-bytes";
2010
- content: Uint8Array;
2011
2010
  mimeType: string;
2011
+ content: Uint8Array<ArrayBuffer>;
2012
2012
  }>>;
2013
2013
  }, z.ZodTypeAny, "passthrough">>;
2014
2014
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -2017,26 +2017,26 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
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
2019
  organization: {
2020
- url: string;
2021
2020
  name: string;
2021
+ url: string;
2022
2022
  logo?: {
2023
2023
  type: "explicit-bytes";
2024
- content: Uint8Array;
2025
2024
  mimeType: string;
2025
+ content: Uint8Array<ArrayBuffer>;
2026
2026
  } | undefined;
2027
2027
  } & {
2028
2028
  [k: string]: unknown;
2029
2029
  };
2030
2030
  title: string;
2031
2031
  description: string;
2032
- url?: string | undefined;
2033
2032
  longDescription?: string | undefined;
2034
2033
  changelog?: string | undefined;
2035
2034
  logo?: {
2036
2035
  type: "explicit-bytes";
2037
- content: Uint8Array;
2038
2036
  mimeType: string;
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;
@@ -2046,26 +2046,26 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
2046
2046
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
2047
2047
  }, {
2048
2048
  organization: {
2049
- url: string;
2050
2049
  name: string;
2050
+ url: string;
2051
2051
  logo?: {
2052
2052
  type: "explicit-bytes";
2053
- content: Uint8Array;
2054
2053
  mimeType: string;
2054
+ content: Uint8Array<ArrayBuffer>;
2055
2055
  } | undefined;
2056
2056
  } & {
2057
2057
  [k: string]: unknown;
2058
2058
  };
2059
2059
  title: string;
2060
2060
  description: string;
2061
- url?: string | undefined;
2062
2061
  longDescription?: string | undefined;
2063
2062
  changelog?: string | undefined;
2064
2063
  logo?: {
2065
2064
  type: "explicit-bytes";
2066
- content: Uint8Array;
2067
2065
  mimeType: string;
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;