@platforma-sdk/block-tools 2.6.63 → 2.6.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +3 -6
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +372 -417
- package/dist/cli.mjs.map +1 -1
- package/dist/config-CZZ2gdZH.mjs +1696 -0
- package/dist/config-CZZ2gdZH.mjs.map +1 -0
- package/dist/config-DXWEXkqY.js +3 -0
- package/dist/config-DXWEXkqY.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -299
- package/dist/index.mjs.map +1 -1
- package/dist/util.d.ts +1 -1
- package/dist/v2/model/block_components.d.ts +33 -33
- package/dist/v2/model/block_description.d.ts +514 -514
- package/dist/v2/model/block_meta.d.ts +160 -160
- package/package.json +13 -13
- package/src/util.ts +5 -2
- package/src/v2/model/content_conversion.ts +2 -2
- package/dist/config-Cc8_zV3b.mjs +0 -2050
- package/dist/config-Cc8_zV3b.mjs.map +0 -1
- package/dist/config-Ycas5fbX.js +0 -3
- package/dist/config-Ycas5fbX.js.map +0 -1
|
@@ -115,8 +115,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
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
121
|
type: "relative";
|
|
122
122
|
path: string;
|
|
@@ -126,12 +126,12 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
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;
|
|
@@ -155,19 +155,19 @@ 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
172
|
type: "relative";
|
|
173
173
|
path: string;
|
|
@@ -184,8 +184,8 @@ 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
190
|
type: "relative";
|
|
191
191
|
path: string;
|
|
@@ -195,12 +195,12 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
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;
|
|
@@ -224,19 +224,19 @@ 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
241
|
type: "relative";
|
|
242
242
|
path: string;
|
|
@@ -249,8 +249,8 @@ 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
255
|
type: "relative";
|
|
256
256
|
path: string;
|
|
@@ -260,12 +260,12 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
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;
|
|
@@ -289,19 +289,19 @@ 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
306
|
type: "relative";
|
|
307
307
|
path: string;
|
|
@@ -314,8 +314,8 @@ 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
320
|
type: "relative";
|
|
321
321
|
path: string;
|
|
@@ -325,12 +325,12 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
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;
|
|
@@ -354,19 +354,19 @@ 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
371
|
type: "relative";
|
|
372
372
|
path: 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,8 +460,8 @@ 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
466
|
type: "relative";
|
|
467
467
|
path: string;
|
|
@@ -494,8 +494,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
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
500
|
type: "relative";
|
|
501
501
|
path: 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;
|
|
@@ -604,12 +604,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
604
604
|
path: string;
|
|
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;
|
|
@@ -647,12 +647,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
647
647
|
path: string;
|
|
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;
|
|
@@ -686,12 +686,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
686
686
|
path: string;
|
|
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;
|
|
@@ -725,12 +725,12 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
725
725
|
path: string;
|
|
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;
|
|
@@ -751,8 +751,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
751
751
|
path: string;
|
|
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;
|
|
@@ -776,8 +776,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
776
776
|
path: string;
|
|
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,12 +1191,12 @@ 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;
|
|
@@ -1208,8 +1208,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1208
1208
|
changelog?: string | undefined;
|
|
1209
1209
|
logo?: {
|
|
1210
1210
|
type: "explicit-base64";
|
|
1211
|
-
content: string;
|
|
1212
1211
|
mimeType: string;
|
|
1212
|
+
content: string;
|
|
1213
1213
|
} | undefined;
|
|
1214
1214
|
docs?: string | undefined;
|
|
1215
1215
|
support?: string | undefined;
|
|
@@ -1220,12 +1220,12 @@ 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;
|
|
@@ -1237,8 +1237,8 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1237
1237
|
changelog?: string | undefined;
|
|
1238
1238
|
logo?: {
|
|
1239
1239
|
type: "explicit-base64";
|
|
1240
|
-
content: string;
|
|
1241
1240
|
mimeType: string;
|
|
1241
|
+
content: string;
|
|
1242
1242
|
} | undefined;
|
|
1243
1243
|
docs?: string | undefined;
|
|
1244
1244
|
support?: 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
|
|
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
|
|
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
|
|
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
|
|
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,12 +1604,12 @@ 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;
|
|
@@ -1621,8 +1621,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1621
1621
|
changelog?: string | undefined;
|
|
1622
1622
|
logo?: {
|
|
1623
1623
|
type: "explicit-bytes";
|
|
1624
|
-
content: Uint8Array;
|
|
1625
1624
|
mimeType: string;
|
|
1625
|
+
content: Uint8Array<ArrayBuffer>;
|
|
1626
1626
|
} | undefined;
|
|
1627
1627
|
docs?: string | undefined;
|
|
1628
1628
|
support?: string | undefined;
|
|
@@ -1633,12 +1633,12 @@ 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;
|
|
@@ -1650,8 +1650,8 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1650
1650
|
changelog?: string | undefined;
|
|
1651
1651
|
logo?: {
|
|
1652
1652
|
type: "explicit-bytes";
|
|
1653
|
-
content: Uint8Array;
|
|
1654
1653
|
mimeType: string;
|
|
1654
|
+
content: Uint8Array<ArrayBuffer>;
|
|
1655
1655
|
} | undefined;
|
|
1656
1656
|
docs?: string | undefined;
|
|
1657
1657
|
support?: string | undefined;
|
|
@@ -1720,12 +1720,12 @@ 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;
|
|
@@ -1737,12 +1737,12 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1737
1737
|
path: string;
|
|
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
1747
|
type: "relative";
|
|
1748
1748
|
path: string;
|
|
@@ -1760,12 +1760,12 @@ 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;
|
|
@@ -1777,12 +1777,12 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1777
1777
|
path: string;
|
|
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
1787
|
type: "relative";
|
|
1788
1788
|
path: string;
|
|
@@ -1796,12 +1796,12 @@ 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;
|
|
@@ -1813,12 +1813,12 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1813
1813
|
path: string;
|
|
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
1823
|
type: "relative";
|
|
1824
1824
|
path: string;
|
|
@@ -1832,12 +1832,12 @@ 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;
|
|
@@ -1849,12 +1849,12 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1849
1849
|
path: string;
|
|
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
1859
|
type: "relative";
|
|
1860
1860
|
path: string;
|
|
@@ -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,8 +1901,8 @@ 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
1907
|
type: "relative";
|
|
1908
1908
|
path: string;
|
|
@@ -1926,8 +1926,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1926
1926
|
} | undefined;
|
|
1927
1927
|
logo?: {
|
|
1928
1928
|
type: "explicit-base64";
|
|
1929
|
-
content: string;
|
|
1930
1929
|
mimeType: string;
|
|
1930
|
+
content: string;
|
|
1931
1931
|
} | {
|
|
1932
1932
|
type: "relative";
|
|
1933
1933
|
path: string;
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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,12 +2017,12 @@ 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;
|
|
@@ -2034,8 +2034,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2034
2034
|
changelog?: string | undefined;
|
|
2035
2035
|
logo?: {
|
|
2036
2036
|
type: "explicit-bytes";
|
|
2037
|
-
content: Uint8Array;
|
|
2038
2037
|
mimeType: string;
|
|
2038
|
+
content: Uint8Array<ArrayBuffer>;
|
|
2039
2039
|
} | undefined;
|
|
2040
2040
|
docs?: string | undefined;
|
|
2041
2041
|
support?: string | undefined;
|
|
@@ -2046,12 +2046,12 @@ 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;
|
|
@@ -2063,8 +2063,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2063
2063
|
changelog?: string | undefined;
|
|
2064
2064
|
logo?: {
|
|
2065
2065
|
type: "explicit-bytes";
|
|
2066
|
-
content: Uint8Array;
|
|
2067
2066
|
mimeType: string;
|
|
2067
|
+
content: Uint8Array<ArrayBuffer>;
|
|
2068
2068
|
} | undefined;
|
|
2069
2069
|
docs?: string | undefined;
|
|
2070
2070
|
support?: string | undefined;
|