@milaboratories/pl-model-middle-layer 1.13.0 → 1.14.0
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 +112 -112
- package/dist/block_meta/block_manifest.d.ts +559 -559
- package/dist/block_meta/block_meta.d.ts +26 -26
- 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 +188 -188
- package/dist/block_registry/registry_spec.d.ts +12 -12
- package/dist/block_state.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/project_overview.d.ts +1 -1
- package/dist/storage_debug_view.d.ts +11 -0
- package/package.json +5 -5
- package/src/block_state.ts +1 -1
- package/src/index.ts +1 -0
- package/src/project_overview.ts +1 -1
- package/src/storage_debug_view.ts +7 -0
|
@@ -216,8 +216,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
216
216
|
type: "explicit-string";
|
|
217
217
|
content: string;
|
|
218
218
|
} | {
|
|
219
|
-
path: string;
|
|
220
219
|
type: "relative";
|
|
220
|
+
path: string;
|
|
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
|
-
path: string;
|
|
235
234
|
type: "relative";
|
|
236
|
-
}, {
|
|
237
235
|
path: string;
|
|
236
|
+
}, {
|
|
238
237
|
type: "relative";
|
|
238
|
+
path: string;
|
|
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
|
-
path: string;
|
|
254
253
|
type: "relative";
|
|
254
|
+
path: string;
|
|
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
|
-
path: string;
|
|
269
268
|
type: "relative";
|
|
270
|
-
}, {
|
|
271
269
|
path: string;
|
|
270
|
+
}, {
|
|
272
271
|
type: "relative";
|
|
272
|
+
path: string;
|
|
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
|
-
path: string;
|
|
289
288
|
type: "relative";
|
|
289
|
+
path: string;
|
|
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
|
-
path: string;
|
|
307
306
|
type: "relative";
|
|
308
|
-
}, {
|
|
309
307
|
path: string;
|
|
308
|
+
}, {
|
|
310
309
|
type: "relative";
|
|
310
|
+
path: string;
|
|
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
|
-
path: string;
|
|
334
333
|
type: "relative";
|
|
334
|
+
path: string;
|
|
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
|
-
path: string;
|
|
352
351
|
type: "relative";
|
|
353
|
-
}, {
|
|
354
352
|
path: string;
|
|
353
|
+
}, {
|
|
355
354
|
type: "relative";
|
|
355
|
+
path: string;
|
|
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
|
-
path: string;
|
|
375
374
|
type: "relative";
|
|
375
|
+
path: string;
|
|
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
|
-
path: string;
|
|
393
392
|
type: "relative";
|
|
394
|
-
}, {
|
|
395
393
|
path: string;
|
|
394
|
+
}, {
|
|
396
395
|
type: "relative";
|
|
396
|
+
path: string;
|
|
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
|
-
path: string;
|
|
416
415
|
type: "relative";
|
|
416
|
+
path: string;
|
|
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
|
-
path: string;
|
|
434
433
|
type: "relative";
|
|
435
|
-
}, {
|
|
436
434
|
path: string;
|
|
435
|
+
}, {
|
|
437
436
|
type: "relative";
|
|
437
|
+
path: string;
|
|
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
|
-
path: string;
|
|
477
476
|
type: "relative";
|
|
477
|
+
path: string;
|
|
478
478
|
} | {
|
|
479
479
|
type: "absolute-file";
|
|
480
480
|
file: string;
|
|
@@ -488,8 +488,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
488
488
|
type: "explicit-string";
|
|
489
489
|
content: string;
|
|
490
490
|
} | {
|
|
491
|
-
path: string;
|
|
492
491
|
type: "relative";
|
|
492
|
+
path: string;
|
|
493
493
|
} | {
|
|
494
494
|
type: "absolute-file";
|
|
495
495
|
file: string;
|
|
@@ -498,8 +498,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
498
498
|
type: "explicit-string";
|
|
499
499
|
content: string;
|
|
500
500
|
} | {
|
|
501
|
-
path: string;
|
|
502
501
|
type: "relative";
|
|
502
|
+
path: string;
|
|
503
503
|
} | {
|
|
504
504
|
type: "absolute-file";
|
|
505
505
|
file: string;
|
|
@@ -509,8 +509,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
509
509
|
mimeType: string;
|
|
510
510
|
content: string;
|
|
511
511
|
} | {
|
|
512
|
-
path: string;
|
|
513
512
|
type: "relative";
|
|
513
|
+
path: string;
|
|
514
514
|
} | {
|
|
515
515
|
type: "absolute-file";
|
|
516
516
|
file: string;
|
|
@@ -532,8 +532,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
532
532
|
mimeType: string;
|
|
533
533
|
content: string;
|
|
534
534
|
} | {
|
|
535
|
-
path: string;
|
|
536
535
|
type: "relative";
|
|
536
|
+
path: string;
|
|
537
537
|
} | {
|
|
538
538
|
type: "absolute-file";
|
|
539
539
|
file: string;
|
|
@@ -547,8 +547,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
547
547
|
type: "explicit-string";
|
|
548
548
|
content: string;
|
|
549
549
|
} | {
|
|
550
|
-
path: string;
|
|
551
550
|
type: "relative";
|
|
551
|
+
path: string;
|
|
552
552
|
} | {
|
|
553
553
|
type: "absolute-file";
|
|
554
554
|
file: string;
|
|
@@ -557,8 +557,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
557
557
|
type: "explicit-string";
|
|
558
558
|
content: string;
|
|
559
559
|
} | {
|
|
560
|
-
path: string;
|
|
561
560
|
type: "relative";
|
|
561
|
+
path: string;
|
|
562
562
|
} | {
|
|
563
563
|
type: "absolute-file";
|
|
564
564
|
file: string;
|
|
@@ -568,8 +568,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
|
|
|
568
568
|
mimeType: string;
|
|
569
569
|
content: string;
|
|
570
570
|
} | {
|
|
571
|
-
path: string;
|
|
572
571
|
type: "relative";
|
|
572
|
+
path: string;
|
|
573
573
|
} | {
|
|
574
574
|
type: "absolute-file";
|
|
575
575
|
file: string;
|
|
@@ -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
|
-
path: string;
|
|
34
33
|
type: "relative";
|
|
35
|
-
}, {
|
|
36
34
|
path: string;
|
|
35
|
+
}, {
|
|
37
36
|
type: "relative";
|
|
37
|
+
path: string;
|
|
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
|
-
path: string;
|
|
113
112
|
type: "relative";
|
|
114
|
-
}, {
|
|
115
113
|
path: string;
|
|
114
|
+
}, {
|
|
116
115
|
type: "relative";
|
|
116
|
+
path: string;
|
|
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
|
-
path: string;
|
|
163
162
|
type: "relative";
|
|
164
|
-
}, {
|
|
165
163
|
path: string;
|
|
164
|
+
}, {
|
|
166
165
|
type: "relative";
|
|
166
|
+
path: string;
|
|
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
|
-
path: string;
|
|
195
194
|
type: "relative";
|
|
196
|
-
}, {
|
|
197
195
|
path: string;
|
|
196
|
+
}, {
|
|
198
197
|
type: "relative";
|
|
198
|
+
path: string;
|
|
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
|
-
path: string;
|
|
236
235
|
type: "relative";
|
|
237
|
-
}, {
|
|
238
236
|
path: string;
|
|
237
|
+
}, {
|
|
239
238
|
type: "relative";
|
|
239
|
+
path: string;
|
|
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
|
-
path: string;
|
|
268
267
|
type: "relative";
|
|
269
|
-
}, {
|
|
270
268
|
path: string;
|
|
269
|
+
}, {
|
|
271
270
|
type: "relative";
|
|
271
|
+
path: string;
|
|
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
|
-
path: string;
|
|
297
296
|
type: "relative";
|
|
298
|
-
}, {
|
|
299
297
|
path: string;
|
|
298
|
+
}, {
|
|
300
299
|
type: "relative";
|
|
300
|
+
path: string;
|
|
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
|
-
path: string;
|
|
415
414
|
type: "relative";
|
|
416
|
-
}, {
|
|
417
415
|
path: string;
|
|
416
|
+
}, {
|
|
418
417
|
type: "relative";
|
|
418
|
+
path: string;
|
|
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
|
-
path: string;
|
|
435
434
|
type: "relative";
|
|
436
|
-
}, {
|
|
437
435
|
path: string;
|
|
436
|
+
}, {
|
|
438
437
|
type: "relative";
|
|
438
|
+
path: string;
|
|
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
|
-
path: string;
|
|
447
446
|
type: "relative";
|
|
447
|
+
path: string;
|
|
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
|
-
path: string;
|
|
465
464
|
type: "relative";
|
|
466
|
-
}, {
|
|
467
465
|
path: string;
|
|
466
|
+
}, {
|
|
468
467
|
type: "relative";
|
|
468
|
+
path: string;
|
|
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
|
-
path: string;
|
|
485
484
|
type: "relative";
|
|
485
|
+
path: string;
|
|
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
|
-
path: string;
|
|
500
499
|
type: "relative";
|
|
501
|
-
}, {
|
|
502
500
|
path: string;
|
|
501
|
+
}, {
|
|
503
502
|
type: "relative";
|
|
503
|
+
path: string;
|
|
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;
|
|
59
60
|
id: {
|
|
60
61
|
organization: string;
|
|
61
62
|
name: string;
|
|
62
63
|
version: string;
|
|
63
64
|
};
|
|
64
|
-
registryUrl: string;
|
|
65
65
|
}, {
|
|
66
66
|
type: "from-registry-v1";
|
|
67
|
+
registryUrl: string;
|
|
67
68
|
id: {
|
|
68
69
|
organization: string;
|
|
69
70
|
name: string;
|
|
70
71
|
version: string;
|
|
71
72
|
};
|
|
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;
|
|
97
98
|
id: {
|
|
98
99
|
organization: string;
|
|
99
100
|
name: string;
|
|
100
101
|
version: string;
|
|
101
102
|
};
|
|
102
|
-
registryUrl: string;
|
|
103
103
|
channel?: string | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
type: "from-registry-v2";
|
|
106
|
+
registryUrl: string;
|
|
106
107
|
id: {
|
|
107
108
|
organization: string;
|
|
108
109
|
name: string;
|
|
109
110
|
version: string;
|
|
110
111
|
};
|
|
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;
|
|
158
159
|
id: {
|
|
159
160
|
organization: string;
|
|
160
161
|
name: string;
|
|
161
162
|
version: string;
|
|
162
163
|
};
|
|
163
|
-
registryUrl: string;
|
|
164
164
|
}, {
|
|
165
165
|
type: "from-registry-v1";
|
|
166
|
+
registryUrl: string;
|
|
166
167
|
id: {
|
|
167
168
|
organization: string;
|
|
168
169
|
name: string;
|
|
169
170
|
version: string;
|
|
170
171
|
};
|
|
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;
|
|
191
192
|
id: {
|
|
192
193
|
organization: string;
|
|
193
194
|
name: string;
|
|
194
195
|
version: string;
|
|
195
196
|
};
|
|
196
|
-
registryUrl: string;
|
|
197
197
|
channel?: string | undefined;
|
|
198
198
|
}, {
|
|
199
199
|
type: "from-registry-v2";
|
|
200
|
+
registryUrl: string;
|
|
200
201
|
id: {
|
|
201
202
|
organization: string;
|
|
202
203
|
name: string;
|
|
203
204
|
version: string;
|
|
204
205
|
};
|
|
205
|
-
registryUrl: string;
|
|
206
206
|
channel?: string | undefined;
|
|
207
207
|
}>]>;
|
|
208
208
|
type BlockPackSpec = z.infer<typeof BlockPackSpec>;
|