@milaboratories/pl-model-middle-layer 1.12.10 → 1.12.12
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/block_meta/block_components.d.ts +22 -22
- package/dist/block_meta/block_description.d.ts +122 -122
- package/dist/block_meta/block_manifest.d.ts +585 -585
- package/dist/block_meta/block_meta.d.ts +32 -32
- package/dist/block_meta/content_types.d.ts +24 -24
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +288 -288
- package/dist/block_registry/registry_spec.d.ts +20 -20
- package/package.json +6 -6
|
@@ -216,8 +216,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
216
216
|
type: "explicit-string";
|
|
217
217
|
content: string;
|
|
218
218
|
} | {
|
|
219
|
-
type: "relative";
|
|
220
219
|
path: string;
|
|
220
|
+
type: "relative";
|
|
221
221
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
222
222
|
type: z.ZodLiteral<"explicit-string">;
|
|
223
223
|
content: z.ZodString;
|
|
@@ -231,11 +231,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
231
231
|
type: z.ZodLiteral<"relative">;
|
|
232
232
|
path: z.ZodString;
|
|
233
233
|
}, "strict", z.ZodTypeAny, {
|
|
234
|
-
type: "relative";
|
|
235
234
|
path: string;
|
|
236
|
-
}, {
|
|
237
235
|
type: "relative";
|
|
236
|
+
}, {
|
|
238
237
|
path: string;
|
|
238
|
+
type: "relative";
|
|
239
239
|
}>, z.ZodObject<{
|
|
240
240
|
type: z.ZodLiteral<"absolute-file">;
|
|
241
241
|
file: z.ZodString;
|
|
@@ -250,8 +250,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
250
250
|
type: "explicit-string";
|
|
251
251
|
content: string;
|
|
252
252
|
} | {
|
|
253
|
-
type: "relative";
|
|
254
253
|
path: string;
|
|
254
|
+
type: "relative";
|
|
255
255
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
256
256
|
type: z.ZodLiteral<"explicit-string">;
|
|
257
257
|
content: z.ZodString;
|
|
@@ -265,11 +265,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
265
265
|
type: z.ZodLiteral<"relative">;
|
|
266
266
|
path: z.ZodString;
|
|
267
267
|
}, "strict", z.ZodTypeAny, {
|
|
268
|
-
type: "relative";
|
|
269
268
|
path: string;
|
|
270
|
-
}, {
|
|
271
269
|
type: "relative";
|
|
270
|
+
}, {
|
|
272
271
|
path: string;
|
|
272
|
+
type: "relative";
|
|
273
273
|
}>, z.ZodObject<{
|
|
274
274
|
type: z.ZodLiteral<"absolute-file">;
|
|
275
275
|
file: z.ZodString;
|
|
@@ -285,8 +285,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
285
285
|
mimeType: string;
|
|
286
286
|
content: string;
|
|
287
287
|
} | {
|
|
288
|
-
type: "relative";
|
|
289
288
|
path: string;
|
|
289
|
+
type: "relative";
|
|
290
290
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
291
291
|
type: z.ZodLiteral<"explicit-base64">;
|
|
292
292
|
mimeType: z.ZodString;
|
|
@@ -303,11 +303,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
303
303
|
type: z.ZodLiteral<"relative">;
|
|
304
304
|
path: z.ZodString;
|
|
305
305
|
}, "strict", z.ZodTypeAny, {
|
|
306
|
-
type: "relative";
|
|
307
306
|
path: string;
|
|
308
|
-
}, {
|
|
309
307
|
type: "relative";
|
|
308
|
+
}, {
|
|
310
309
|
path: string;
|
|
310
|
+
type: "relative";
|
|
311
311
|
}>, z.ZodObject<{
|
|
312
312
|
type: z.ZodLiteral<"absolute-file">;
|
|
313
313
|
file: z.ZodString;
|
|
@@ -330,8 +330,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
330
330
|
mimeType: string;
|
|
331
331
|
content: string;
|
|
332
332
|
} | {
|
|
333
|
-
type: "relative";
|
|
334
333
|
path: string;
|
|
334
|
+
type: "relative";
|
|
335
335
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
336
336
|
type: z.ZodLiteral<"explicit-base64">;
|
|
337
337
|
mimeType: z.ZodString;
|
|
@@ -348,11 +348,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
348
348
|
type: z.ZodLiteral<"relative">;
|
|
349
349
|
path: z.ZodString;
|
|
350
350
|
}, "strict", z.ZodTypeAny, {
|
|
351
|
-
type: "relative";
|
|
352
351
|
path: string;
|
|
353
|
-
}, {
|
|
354
352
|
type: "relative";
|
|
353
|
+
}, {
|
|
355
354
|
path: string;
|
|
355
|
+
type: "relative";
|
|
356
356
|
}>, z.ZodObject<{
|
|
357
357
|
type: z.ZodLiteral<"absolute-file">;
|
|
358
358
|
file: z.ZodString;
|
|
@@ -371,8 +371,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
371
371
|
mimeType: string;
|
|
372
372
|
content: string;
|
|
373
373
|
} | {
|
|
374
|
-
type: "relative";
|
|
375
374
|
path: string;
|
|
375
|
+
type: "relative";
|
|
376
376
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
377
377
|
type: z.ZodLiteral<"explicit-base64">;
|
|
378
378
|
mimeType: z.ZodString;
|
|
@@ -389,11 +389,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
389
389
|
type: z.ZodLiteral<"relative">;
|
|
390
390
|
path: z.ZodString;
|
|
391
391
|
}, "strict", z.ZodTypeAny, {
|
|
392
|
-
type: "relative";
|
|
393
392
|
path: string;
|
|
394
|
-
}, {
|
|
395
393
|
type: "relative";
|
|
394
|
+
}, {
|
|
396
395
|
path: string;
|
|
396
|
+
type: "relative";
|
|
397
397
|
}>, z.ZodObject<{
|
|
398
398
|
type: z.ZodLiteral<"absolute-file">;
|
|
399
399
|
file: z.ZodString;
|
|
@@ -412,8 +412,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
412
412
|
mimeType: string;
|
|
413
413
|
content: string;
|
|
414
414
|
} | {
|
|
415
|
-
type: "relative";
|
|
416
415
|
path: string;
|
|
416
|
+
type: "relative";
|
|
417
417
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
418
418
|
type: z.ZodLiteral<"explicit-base64">;
|
|
419
419
|
mimeType: z.ZodString;
|
|
@@ -430,11 +430,11 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
430
430
|
type: z.ZodLiteral<"relative">;
|
|
431
431
|
path: z.ZodString;
|
|
432
432
|
}, "strict", z.ZodTypeAny, {
|
|
433
|
-
type: "relative";
|
|
434
433
|
path: string;
|
|
435
|
-
}, {
|
|
436
434
|
type: "relative";
|
|
435
|
+
}, {
|
|
437
436
|
path: string;
|
|
437
|
+
type: "relative";
|
|
438
438
|
}>, z.ZodObject<{
|
|
439
439
|
type: z.ZodLiteral<"absolute-file">;
|
|
440
440
|
file: z.ZodString;
|
|
@@ -473,8 +473,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
473
473
|
mimeType: string;
|
|
474
474
|
content: string;
|
|
475
475
|
} | {
|
|
476
|
-
type: "relative";
|
|
477
476
|
path: string;
|
|
477
|
+
type: "relative";
|
|
478
478
|
} | {
|
|
479
479
|
type: "absolute-file";
|
|
480
480
|
file: string;
|
|
@@ -484,13 +484,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
484
484
|
};
|
|
485
485
|
title: string;
|
|
486
486
|
description: string;
|
|
487
|
-
url?: string | undefined;
|
|
488
487
|
longDescription?: {
|
|
489
488
|
type: "explicit-string";
|
|
490
489
|
content: string;
|
|
491
490
|
} | {
|
|
492
|
-
type: "relative";
|
|
493
491
|
path: string;
|
|
492
|
+
type: "relative";
|
|
494
493
|
} | {
|
|
495
494
|
type: "absolute-file";
|
|
496
495
|
file: string;
|
|
@@ -499,8 +498,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
499
498
|
type: "explicit-string";
|
|
500
499
|
content: string;
|
|
501
500
|
} | {
|
|
502
|
-
type: "relative";
|
|
503
501
|
path: string;
|
|
502
|
+
type: "relative";
|
|
504
503
|
} | {
|
|
505
504
|
type: "absolute-file";
|
|
506
505
|
file: string;
|
|
@@ -510,12 +509,13 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
510
509
|
mimeType: string;
|
|
511
510
|
content: string;
|
|
512
511
|
} | {
|
|
513
|
-
type: "relative";
|
|
514
512
|
path: string;
|
|
513
|
+
type: "relative";
|
|
515
514
|
} | {
|
|
516
515
|
type: "absolute-file";
|
|
517
516
|
file: string;
|
|
518
517
|
} | undefined;
|
|
518
|
+
url?: string | undefined;
|
|
519
519
|
docs?: string | undefined;
|
|
520
520
|
support?: string | undefined;
|
|
521
521
|
tags?: string[] | undefined;
|
|
@@ -532,8 +532,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
532
532
|
mimeType: string;
|
|
533
533
|
content: string;
|
|
534
534
|
} | {
|
|
535
|
-
type: "relative";
|
|
536
535
|
path: string;
|
|
536
|
+
type: "relative";
|
|
537
537
|
} | {
|
|
538
538
|
type: "absolute-file";
|
|
539
539
|
file: string;
|
|
@@ -543,13 +543,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
543
543
|
};
|
|
544
544
|
title: string;
|
|
545
545
|
description: string;
|
|
546
|
-
url?: string | undefined;
|
|
547
546
|
longDescription?: string | {
|
|
548
547
|
type: "explicit-string";
|
|
549
548
|
content: string;
|
|
550
549
|
} | {
|
|
551
|
-
type: "relative";
|
|
552
550
|
path: string;
|
|
551
|
+
type: "relative";
|
|
553
552
|
} | {
|
|
554
553
|
type: "absolute-file";
|
|
555
554
|
file: string;
|
|
@@ -558,8 +557,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
558
557
|
type: "explicit-string";
|
|
559
558
|
content: string;
|
|
560
559
|
} | {
|
|
561
|
-
type: "relative";
|
|
562
560
|
path: string;
|
|
561
|
+
type: "relative";
|
|
563
562
|
} | {
|
|
564
563
|
type: "absolute-file";
|
|
565
564
|
file: string;
|
|
@@ -569,12 +568,13 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
569
568
|
mimeType: string;
|
|
570
569
|
content: string;
|
|
571
570
|
} | {
|
|
572
|
-
type: "relative";
|
|
573
571
|
path: string;
|
|
572
|
+
type: "relative";
|
|
574
573
|
} | {
|
|
575
574
|
type: "absolute-file";
|
|
576
575
|
file: string;
|
|
577
576
|
} | undefined;
|
|
577
|
+
url?: string | undefined;
|
|
578
578
|
docs?: string | undefined;
|
|
579
579
|
support?: string | undefined;
|
|
580
580
|
tags?: string[] | undefined;
|
|
@@ -687,7 +687,6 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
687
687
|
};
|
|
688
688
|
title: string;
|
|
689
689
|
description: string;
|
|
690
|
-
url?: string | undefined;
|
|
691
690
|
longDescription?: string | undefined;
|
|
692
691
|
changelog?: string | undefined;
|
|
693
692
|
logo?: {
|
|
@@ -695,6 +694,7 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
695
694
|
mimeType: string;
|
|
696
695
|
content: string;
|
|
697
696
|
} | undefined;
|
|
697
|
+
url?: string | undefined;
|
|
698
698
|
docs?: string | undefined;
|
|
699
699
|
support?: string | undefined;
|
|
700
700
|
tags?: string[] | undefined;
|
|
@@ -716,7 +716,6 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
716
716
|
};
|
|
717
717
|
title: string;
|
|
718
718
|
description: string;
|
|
719
|
-
url?: string | undefined;
|
|
720
719
|
longDescription?: string | undefined;
|
|
721
720
|
changelog?: string | undefined;
|
|
722
721
|
logo?: {
|
|
@@ -724,6 +723,7 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
|
|
|
724
723
|
mimeType: string;
|
|
725
724
|
content: string;
|
|
726
725
|
} | undefined;
|
|
726
|
+
url?: string | undefined;
|
|
727
727
|
docs?: string | undefined;
|
|
728
728
|
support?: string | undefined;
|
|
729
729
|
tags?: string[] | undefined;
|
|
@@ -836,7 +836,6 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
836
836
|
};
|
|
837
837
|
title: string;
|
|
838
838
|
description: string;
|
|
839
|
-
url?: string | undefined;
|
|
840
839
|
longDescription?: string | undefined;
|
|
841
840
|
changelog?: string | undefined;
|
|
842
841
|
logo?: {
|
|
@@ -844,6 +843,7 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
844
843
|
mimeType: string;
|
|
845
844
|
content: Uint8Array<ArrayBuffer>;
|
|
846
845
|
} | undefined;
|
|
846
|
+
url?: string | undefined;
|
|
847
847
|
docs?: string | undefined;
|
|
848
848
|
support?: string | undefined;
|
|
849
849
|
tags?: string[] | undefined;
|
|
@@ -865,7 +865,6 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
865
865
|
};
|
|
866
866
|
title: string;
|
|
867
867
|
description: string;
|
|
868
|
-
url?: string | undefined;
|
|
869
868
|
longDescription?: string | undefined;
|
|
870
869
|
changelog?: string | undefined;
|
|
871
870
|
logo?: {
|
|
@@ -873,6 +872,7 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
|
|
|
873
872
|
mimeType: string;
|
|
874
873
|
content: Uint8Array<ArrayBuffer>;
|
|
875
874
|
} | undefined;
|
|
875
|
+
url?: string | undefined;
|
|
876
876
|
docs?: string | undefined;
|
|
877
877
|
support?: string | undefined;
|
|
878
878
|
tags?: string[] | undefined;
|
|
@@ -30,11 +30,11 @@ declare const ContentRelative: z.ZodObject<{
|
|
|
30
30
|
type: z.ZodLiteral<"relative">;
|
|
31
31
|
path: z.ZodString;
|
|
32
32
|
}, "strict", z.ZodTypeAny, {
|
|
33
|
-
type: "relative";
|
|
34
33
|
path: string;
|
|
35
|
-
}, {
|
|
36
34
|
type: "relative";
|
|
35
|
+
}, {
|
|
37
36
|
path: string;
|
|
37
|
+
type: "relative";
|
|
38
38
|
}>;
|
|
39
39
|
type ContentRelative = z.infer<typeof ContentRelative>;
|
|
40
40
|
declare const ContentAbsoluteFile: z.ZodObject<{
|
|
@@ -109,11 +109,11 @@ declare const ContentAny: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
109
109
|
type: z.ZodLiteral<"relative">;
|
|
110
110
|
path: z.ZodString;
|
|
111
111
|
}, "strict", z.ZodTypeAny, {
|
|
112
|
-
type: "relative";
|
|
113
112
|
path: string;
|
|
114
|
-
}, {
|
|
115
113
|
type: "relative";
|
|
114
|
+
}, {
|
|
116
115
|
path: string;
|
|
116
|
+
type: "relative";
|
|
117
117
|
}>, z.ZodObject<{
|
|
118
118
|
type: z.ZodLiteral<"absolute-file">;
|
|
119
119
|
file: z.ZodString;
|
|
@@ -159,11 +159,11 @@ declare const ContentExplicitOrRelative: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
159
159
|
type: z.ZodLiteral<"relative">;
|
|
160
160
|
path: z.ZodString;
|
|
161
161
|
}, "strict", z.ZodTypeAny, {
|
|
162
|
-
type: "relative";
|
|
163
162
|
path: string;
|
|
164
|
-
}, {
|
|
165
163
|
type: "relative";
|
|
164
|
+
}, {
|
|
166
165
|
path: string;
|
|
166
|
+
type: "relative";
|
|
167
167
|
}>]>;
|
|
168
168
|
type ContentExplicitOrRelative = z.infer<typeof ContentExplicitOrRelative>;
|
|
169
169
|
declare const ContentAnyLocal: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -191,11 +191,11 @@ declare const ContentAnyLocal: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
191
191
|
type: z.ZodLiteral<"relative">;
|
|
192
192
|
path: z.ZodString;
|
|
193
193
|
}, "strict", z.ZodTypeAny, {
|
|
194
|
-
type: "relative";
|
|
195
194
|
path: string;
|
|
196
|
-
}, {
|
|
197
195
|
type: "relative";
|
|
196
|
+
}, {
|
|
198
197
|
path: string;
|
|
198
|
+
type: "relative";
|
|
199
199
|
}>, z.ZodObject<{
|
|
200
200
|
type: z.ZodLiteral<"absolute-file">;
|
|
201
201
|
file: z.ZodString;
|
|
@@ -232,11 +232,11 @@ declare const ContentAnyRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
232
232
|
type: z.ZodLiteral<"relative">;
|
|
233
233
|
path: z.ZodString;
|
|
234
234
|
}, "strict", z.ZodTypeAny, {
|
|
235
|
-
type: "relative";
|
|
236
235
|
path: string;
|
|
237
|
-
}, {
|
|
238
236
|
type: "relative";
|
|
237
|
+
}, {
|
|
239
238
|
path: string;
|
|
239
|
+
type: "relative";
|
|
240
240
|
}>, z.ZodObject<{
|
|
241
241
|
type: z.ZodLiteral<"absolute-url">;
|
|
242
242
|
url: z.ZodString;
|
|
@@ -264,11 +264,11 @@ declare const ContentAnyBinaryLocal: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
264
264
|
type: z.ZodLiteral<"relative">;
|
|
265
265
|
path: z.ZodString;
|
|
266
266
|
}, "strict", z.ZodTypeAny, {
|
|
267
|
-
type: "relative";
|
|
268
267
|
path: string;
|
|
269
|
-
}, {
|
|
270
268
|
type: "relative";
|
|
269
|
+
}, {
|
|
271
270
|
path: string;
|
|
271
|
+
type: "relative";
|
|
272
272
|
}>, z.ZodObject<{
|
|
273
273
|
type: z.ZodLiteral<"absolute-file">;
|
|
274
274
|
file: z.ZodString;
|
|
@@ -293,11 +293,11 @@ declare const ContentAnyTextLocal: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
|
|
|
293
293
|
type: z.ZodLiteral<"relative">;
|
|
294
294
|
path: z.ZodString;
|
|
295
295
|
}, "strict", z.ZodTypeAny, {
|
|
296
|
-
type: "relative";
|
|
297
296
|
path: string;
|
|
298
|
-
}, {
|
|
299
297
|
type: "relative";
|
|
298
|
+
}, {
|
|
300
299
|
path: string;
|
|
300
|
+
type: "relative";
|
|
301
301
|
}>, z.ZodObject<{
|
|
302
302
|
type: z.ZodLiteral<"absolute-file">;
|
|
303
303
|
file: z.ZodString;
|
|
@@ -411,11 +411,11 @@ declare const ContentRelativeBinary: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
411
411
|
type: z.ZodLiteral<"relative">;
|
|
412
412
|
path: z.ZodString;
|
|
413
413
|
}, "strict", z.ZodTypeAny, {
|
|
414
|
-
type: "relative";
|
|
415
414
|
path: string;
|
|
416
|
-
}, {
|
|
417
415
|
type: "relative";
|
|
416
|
+
}, {
|
|
418
417
|
path: string;
|
|
418
|
+
type: "relative";
|
|
419
419
|
}>]>;
|
|
420
420
|
type ContentRelativeBinary = z.infer<typeof ContentRelativeBinary>;
|
|
421
421
|
declare const ContentRelativeText: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -431,11 +431,11 @@ declare const ContentRelativeText: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
|
|
|
431
431
|
type: z.ZodLiteral<"relative">;
|
|
432
432
|
path: z.ZodString;
|
|
433
433
|
}, "strict", z.ZodTypeAny, {
|
|
434
|
-
type: "relative";
|
|
435
434
|
path: string;
|
|
436
|
-
}, {
|
|
437
435
|
type: "relative";
|
|
436
|
+
}, {
|
|
438
437
|
path: string;
|
|
438
|
+
type: "relative";
|
|
439
439
|
}>]>;
|
|
440
440
|
type ContentRelativeText = z.infer<typeof ContentRelativeText>;
|
|
441
441
|
declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -443,8 +443,8 @@ declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
|
443
443
|
mimeType: string;
|
|
444
444
|
content: string;
|
|
445
445
|
} | {
|
|
446
|
-
type: "relative";
|
|
447
446
|
path: string;
|
|
447
|
+
type: "relative";
|
|
448
448
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
449
449
|
type: z.ZodLiteral<"explicit-base64">;
|
|
450
450
|
mimeType: z.ZodString;
|
|
@@ -461,11 +461,11 @@ declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
|
461
461
|
type: z.ZodLiteral<"relative">;
|
|
462
462
|
path: z.ZodString;
|
|
463
463
|
}, "strict", z.ZodTypeAny, {
|
|
464
|
-
type: "relative";
|
|
465
464
|
path: string;
|
|
466
|
-
}, {
|
|
467
465
|
type: "relative";
|
|
466
|
+
}, {
|
|
468
467
|
path: string;
|
|
468
|
+
type: "relative";
|
|
469
469
|
}>, z.ZodObject<{
|
|
470
470
|
type: z.ZodLiteral<"absolute-file">;
|
|
471
471
|
file: z.ZodString;
|
|
@@ -481,8 +481,8 @@ declare const DescriptionContentText: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
|
481
481
|
type: "explicit-string";
|
|
482
482
|
content: string;
|
|
483
483
|
} | {
|
|
484
|
-
type: "relative";
|
|
485
484
|
path: string;
|
|
485
|
+
type: "relative";
|
|
486
486
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
487
487
|
type: z.ZodLiteral<"explicit-string">;
|
|
488
488
|
content: z.ZodString;
|
|
@@ -496,11 +496,11 @@ declare const DescriptionContentText: z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
|
496
496
|
type: z.ZodLiteral<"relative">;
|
|
497
497
|
path: z.ZodString;
|
|
498
498
|
}, "strict", z.ZodTypeAny, {
|
|
499
|
-
type: "relative";
|
|
500
499
|
path: string;
|
|
501
|
-
}, {
|
|
502
500
|
type: "relative";
|
|
501
|
+
}, {
|
|
503
502
|
path: string;
|
|
503
|
+
type: "relative";
|
|
504
504
|
}>, z.ZodObject<{
|
|
505
505
|
type: z.ZodLiteral<"absolute-file">;
|
|
506
506
|
file: z.ZodString;
|
|
@@ -56,20 +56,20 @@ declare const BlockPackFromRegistryV1: z.ZodObject<{
|
|
|
56
56
|
}>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
type: "from-registry-v1";
|
|
59
|
-
registryUrl: string;
|
|
60
59
|
id: {
|
|
61
60
|
organization: string;
|
|
62
61
|
name: string;
|
|
63
62
|
version: string;
|
|
64
63
|
};
|
|
64
|
+
registryUrl: string;
|
|
65
65
|
}, {
|
|
66
66
|
type: "from-registry-v1";
|
|
67
|
-
registryUrl: string;
|
|
68
67
|
id: {
|
|
69
68
|
organization: string;
|
|
70
69
|
name: string;
|
|
71
70
|
version: string;
|
|
72
71
|
};
|
|
72
|
+
registryUrl: string;
|
|
73
73
|
}>;
|
|
74
74
|
/** @deprecated don't use */
|
|
75
75
|
type BlockPackFromRegistryV1 = z.infer<typeof BlockPackFromRegistryV1>;
|
|
@@ -94,21 +94,21 @@ declare const BlockPackFromRegistryV2: z.ZodObject<{
|
|
|
94
94
|
channel: z.ZodOptional<z.ZodString>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
96
|
type: "from-registry-v2";
|
|
97
|
-
registryUrl: string;
|
|
98
97
|
id: {
|
|
99
98
|
organization: string;
|
|
100
99
|
name: string;
|
|
101
100
|
version: string;
|
|
102
101
|
};
|
|
102
|
+
registryUrl: string;
|
|
103
103
|
channel?: string | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
type: "from-registry-v2";
|
|
106
|
-
registryUrl: string;
|
|
107
106
|
id: {
|
|
108
107
|
organization: string;
|
|
109
108
|
name: string;
|
|
110
109
|
version: string;
|
|
111
110
|
};
|
|
111
|
+
registryUrl: string;
|
|
112
112
|
channel?: string | undefined;
|
|
113
113
|
}>;
|
|
114
114
|
type BlockPackFromRegistryV2 = z.infer<typeof BlockPackFromRegistryV2>;
|
|
@@ -155,20 +155,20 @@ declare const BlockPackSpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
155
155
|
}>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
157
|
type: "from-registry-v1";
|
|
158
|
-
registryUrl: string;
|
|
159
158
|
id: {
|
|
160
159
|
organization: string;
|
|
161
160
|
name: string;
|
|
162
161
|
version: string;
|
|
163
162
|
};
|
|
163
|
+
registryUrl: string;
|
|
164
164
|
}, {
|
|
165
165
|
type: "from-registry-v1";
|
|
166
|
-
registryUrl: string;
|
|
167
166
|
id: {
|
|
168
167
|
organization: string;
|
|
169
168
|
name: string;
|
|
170
169
|
version: string;
|
|
171
170
|
};
|
|
171
|
+
registryUrl: string;
|
|
172
172
|
}>, z.ZodObject<{
|
|
173
173
|
type: z.ZodLiteral<"from-registry-v2">;
|
|
174
174
|
registryUrl: z.ZodString;
|
|
@@ -188,21 +188,21 @@ declare const BlockPackSpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
188
188
|
channel: z.ZodOptional<z.ZodString>;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
190
|
type: "from-registry-v2";
|
|
191
|
-
registryUrl: string;
|
|
192
191
|
id: {
|
|
193
192
|
organization: string;
|
|
194
193
|
name: string;
|
|
195
194
|
version: string;
|
|
196
195
|
};
|
|
196
|
+
registryUrl: string;
|
|
197
197
|
channel?: string | undefined;
|
|
198
198
|
}, {
|
|
199
199
|
type: "from-registry-v2";
|
|
200
|
-
registryUrl: string;
|
|
201
200
|
id: {
|
|
202
201
|
organization: string;
|
|
203
202
|
name: string;
|
|
204
203
|
version: string;
|
|
205
204
|
};
|
|
205
|
+
registryUrl: string;
|
|
206
206
|
channel?: string | undefined;
|
|
207
207
|
}>]>;
|
|
208
208
|
type BlockPackSpec = z.infer<typeof BlockPackSpec>;
|