@milaboratories/pl-model-middle-layer 1.12.11 → 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.
@@ -8,43 +8,43 @@ declare const BlockComponentsManifest: z.ZodObject<{
8
8
  type: z.ZodLiteral<"relative">;
9
9
  path: z.ZodString;
10
10
  }, "strict", z.ZodTypeAny, {
11
- type: "relative";
12
11
  path: string;
13
- }, {
14
12
  type: "relative";
13
+ }, {
15
14
  path: string;
15
+ type: "relative";
16
16
  }>, {
17
17
  type: "workflow-v1";
18
18
  main: {
19
- type: "relative";
20
19
  path: string;
20
+ type: "relative";
21
21
  };
22
22
  }, {
23
- type: "relative";
24
23
  path: string;
24
+ type: "relative";
25
25
  }>, z.ZodObject<{
26
26
  type: z.ZodLiteral<"workflow-v1">;
27
27
  main: z.ZodObject<{
28
28
  type: z.ZodLiteral<"relative">;
29
29
  path: z.ZodString;
30
30
  }, "strict", z.ZodTypeAny, {
31
- type: "relative";
32
31
  path: string;
33
- }, {
34
32
  type: "relative";
33
+ }, {
35
34
  path: string;
35
+ type: "relative";
36
36
  }>;
37
37
  }, "strip", z.ZodTypeAny, {
38
38
  type: "workflow-v1";
39
39
  main: {
40
- type: "relative";
41
40
  path: string;
41
+ type: "relative";
42
42
  };
43
43
  }, {
44
44
  type: "workflow-v1";
45
45
  main: {
46
- type: "relative";
47
46
  path: string;
47
+ type: "relative";
48
48
  };
49
49
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
50
50
  type: z.ZodLiteral<"workflow-v1">;
@@ -52,79 +52,79 @@ declare const BlockComponentsManifest: z.ZodObject<{
52
52
  type: z.ZodLiteral<"relative">;
53
53
  path: z.ZodString;
54
54
  }, "strict", z.ZodTypeAny, {
55
- type: "relative";
56
55
  path: string;
57
- }, {
58
56
  type: "relative";
57
+ }, {
59
58
  path: string;
59
+ type: "relative";
60
60
  }>;
61
61
  }, "strip", z.ZodTypeAny, {
62
62
  type: "workflow-v1";
63
63
  main: {
64
- type: "relative";
65
64
  path: string;
65
+ type: "relative";
66
66
  };
67
67
  }, {
68
68
  type: "workflow-v1";
69
69
  main: {
70
- type: "relative";
71
70
  path: string;
71
+ type: "relative";
72
72
  };
73
73
  }>]>]>;
74
74
  model: z.ZodObject<{
75
75
  type: z.ZodLiteral<"relative">;
76
76
  path: z.ZodString;
77
77
  }, "strict", z.ZodTypeAny, {
78
- type: "relative";
79
78
  path: string;
80
- }, {
81
79
  type: "relative";
80
+ }, {
82
81
  path: string;
82
+ type: "relative";
83
83
  }>;
84
84
  ui: z.ZodObject<{
85
85
  type: z.ZodLiteral<"relative">;
86
86
  path: z.ZodString;
87
87
  }, "strict", z.ZodTypeAny, {
88
- type: "relative";
89
88
  path: string;
90
- }, {
91
89
  type: "relative";
90
+ }, {
92
91
  path: string;
92
+ type: "relative";
93
93
  }>;
94
94
  }, "strip", z.ZodTypeAny, {
95
95
  workflow: {
96
96
  type: "workflow-v1";
97
97
  main: {
98
- type: "relative";
99
98
  path: string;
99
+ type: "relative";
100
100
  };
101
101
  };
102
102
  model: {
103
- type: "relative";
104
103
  path: string;
104
+ type: "relative";
105
105
  };
106
106
  ui: {
107
- type: "relative";
108
107
  path: string;
108
+ type: "relative";
109
109
  };
110
110
  }, {
111
111
  workflow: {
112
- type: "relative";
113
112
  path: string;
113
+ type: "relative";
114
114
  } | {
115
115
  type: "workflow-v1";
116
116
  main: {
117
- type: "relative";
118
117
  path: string;
118
+ type: "relative";
119
119
  };
120
120
  };
121
121
  model: {
122
- type: "relative";
123
122
  path: string;
123
+ type: "relative";
124
124
  };
125
125
  ui: {
126
- type: "relative";
127
126
  path: string;
127
+ type: "relative";
128
128
  };
129
129
  }>;
130
130
  type BlockComponentsManifest = z.infer<typeof BlockComponentsManifest>;
@@ -144,11 +144,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
144
144
  type: z.ZodLiteral<"relative">;
145
145
  path: z.ZodString;
146
146
  }, "strict", z.ZodTypeAny, {
147
- type: "relative";
148
147
  path: string;
149
- }, {
150
148
  type: "relative";
149
+ }, {
151
150
  path: string;
151
+ type: "relative";
152
152
  }>]>>;
153
153
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
154
154
  type: z.ZodLiteral<"explicit-string">;
@@ -163,11 +163,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
163
163
  type: z.ZodLiteral<"relative">;
164
164
  path: z.ZodString;
165
165
  }, "strict", z.ZodTypeAny, {
166
- type: "relative";
167
166
  path: string;
168
- }, {
169
167
  type: "relative";
168
+ }, {
170
169
  path: string;
170
+ type: "relative";
171
171
  }>]>>;
172
172
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
173
173
  type: z.ZodLiteral<"explicit-base64">;
@@ -175,21 +175,21 @@ declare const BlockPackMetaManifest: z.ZodObject<{
175
175
  content: z.ZodString;
176
176
  }, "strict", z.ZodTypeAny, {
177
177
  type: "explicit-base64";
178
- content: string;
179
178
  mimeType: string;
179
+ content: string;
180
180
  }, {
181
181
  type: "explicit-base64";
182
- content: string;
183
182
  mimeType: string;
183
+ content: string;
184
184
  }>, z.ZodObject<{
185
185
  type: z.ZodLiteral<"relative">;
186
186
  path: z.ZodString;
187
187
  }, "strict", z.ZodTypeAny, {
188
- type: "relative";
189
188
  path: string;
190
- }, {
191
189
  type: "relative";
190
+ }, {
192
191
  path: string;
192
+ type: "relative";
193
193
  }>]>>;
194
194
  url: z.ZodOptional<z.ZodString>;
195
195
  docs: z.ZodOptional<z.ZodString>;
@@ -204,21 +204,21 @@ declare const BlockPackMetaManifest: z.ZodObject<{
204
204
  content: z.ZodString;
205
205
  }, "strict", z.ZodTypeAny, {
206
206
  type: "explicit-base64";
207
- content: string;
208
207
  mimeType: string;
208
+ content: string;
209
209
  }, {
210
210
  type: "explicit-base64";
211
- content: string;
212
211
  mimeType: string;
212
+ content: string;
213
213
  }>, z.ZodObject<{
214
214
  type: z.ZodLiteral<"relative">;
215
215
  path: z.ZodString;
216
216
  }, "strict", z.ZodTypeAny, {
217
- type: "relative";
218
217
  path: string;
219
- }, {
220
218
  type: "relative";
219
+ }, {
221
220
  path: string;
221
+ type: "relative";
222
222
  }>]>>;
223
223
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
224
224
  name: z.ZodString;
@@ -229,21 +229,21 @@ declare const BlockPackMetaManifest: z.ZodObject<{
229
229
  content: z.ZodString;
230
230
  }, "strict", z.ZodTypeAny, {
231
231
  type: "explicit-base64";
232
- content: string;
233
232
  mimeType: string;
233
+ content: string;
234
234
  }, {
235
235
  type: "explicit-base64";
236
- content: string;
237
236
  mimeType: string;
237
+ content: string;
238
238
  }>, z.ZodObject<{
239
239
  type: z.ZodLiteral<"relative">;
240
240
  path: z.ZodString;
241
241
  }, "strict", z.ZodTypeAny, {
242
- type: "relative";
243
242
  path: string;
244
- }, {
245
243
  type: "relative";
244
+ }, {
246
245
  path: string;
246
+ type: "relative";
247
247
  }>]>>;
248
248
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
249
249
  name: z.ZodString;
@@ -254,21 +254,21 @@ declare const BlockPackMetaManifest: z.ZodObject<{
254
254
  content: z.ZodString;
255
255
  }, "strict", z.ZodTypeAny, {
256
256
  type: "explicit-base64";
257
- content: string;
258
257
  mimeType: string;
258
+ content: string;
259
259
  }, {
260
260
  type: "explicit-base64";
261
- content: string;
262
261
  mimeType: string;
262
+ content: string;
263
263
  }>, z.ZodObject<{
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
  }>]>>;
273
273
  }, z.ZodTypeAny, "passthrough">>;
274
274
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -277,44 +277,44 @@ declare const BlockPackMetaManifest: z.ZodObject<{
277
277
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
278
278
  }, "strip", z.ZodTypeAny, {
279
279
  organization: {
280
- url: string;
281
280
  name: string;
281
+ url: string;
282
282
  logo?: {
283
283
  type: "explicit-base64";
284
- content: string;
285
284
  mimeType: string;
285
+ content: string;
286
286
  } | {
287
- type: "relative";
288
287
  path: string;
288
+ type: "relative";
289
289
  } | undefined;
290
290
  } & {
291
291
  [k: string]: unknown;
292
292
  };
293
293
  title: string;
294
294
  description: string;
295
- url?: string | undefined;
296
295
  longDescription?: {
297
296
  type: "explicit-string";
298
297
  content: string;
299
298
  } | {
300
- type: "relative";
301
299
  path: string;
300
+ type: "relative";
302
301
  } | undefined;
303
302
  changelog?: {
304
303
  type: "explicit-string";
305
304
  content: string;
306
305
  } | {
307
- type: "relative";
308
306
  path: string;
307
+ type: "relative";
309
308
  } | undefined;
310
309
  logo?: {
311
310
  type: "explicit-base64";
312
- content: string;
313
311
  mimeType: string;
312
+ content: string;
314
313
  } | {
315
- type: "relative";
316
314
  path: string;
315
+ type: "relative";
317
316
  } | undefined;
317
+ url?: string | undefined;
318
318
  docs?: string | undefined;
319
319
  support?: string | undefined;
320
320
  tags?: string[] | undefined;
@@ -324,44 +324,44 @@ declare const BlockPackMetaManifest: z.ZodObject<{
324
324
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
325
325
  }, {
326
326
  organization: {
327
- url: string;
328
327
  name: string;
328
+ url: string;
329
329
  logo?: {
330
330
  type: "explicit-base64";
331
- content: string;
332
331
  mimeType: string;
332
+ content: string;
333
333
  } | {
334
- type: "relative";
335
334
  path: string;
335
+ type: "relative";
336
336
  } | undefined;
337
337
  } & {
338
338
  [k: string]: unknown;
339
339
  };
340
340
  title: string;
341
341
  description: string;
342
- url?: string | undefined;
343
342
  longDescription?: {
344
343
  type: "explicit-string";
345
344
  content: string;
346
345
  } | {
347
- type: "relative";
348
346
  path: string;
347
+ type: "relative";
349
348
  } | undefined;
350
349
  changelog?: {
351
350
  type: "explicit-string";
352
351
  content: string;
353
352
  } | {
354
- type: "relative";
355
353
  path: string;
354
+ type: "relative";
356
355
  } | undefined;
357
356
  logo?: {
358
357
  type: "explicit-base64";
359
- content: string;
360
358
  mimeType: string;
359
+ content: string;
361
360
  } | {
362
- type: "relative";
363
361
  path: string;
362
+ type: "relative";
364
363
  } | undefined;
364
+ url?: string | undefined;
365
365
  docs?: string | undefined;
366
366
  support?: string | undefined;
367
367
  tags?: string[] | undefined;
@@ -391,43 +391,43 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
391
391
  type: z.ZodLiteral<"relative">;
392
392
  path: z.ZodString;
393
393
  }, "strict", z.ZodTypeAny, {
394
- type: "relative";
395
394
  path: string;
396
- }, {
397
395
  type: "relative";
396
+ }, {
398
397
  path: string;
398
+ type: "relative";
399
399
  }>, {
400
400
  type: "workflow-v1";
401
401
  main: {
402
- type: "relative";
403
402
  path: string;
403
+ type: "relative";
404
404
  };
405
405
  }, {
406
- type: "relative";
407
406
  path: string;
407
+ type: "relative";
408
408
  }>, z.ZodObject<{
409
409
  type: z.ZodLiteral<"workflow-v1">;
410
410
  main: z.ZodObject<{
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
  }, "strip", z.ZodTypeAny, {
421
421
  type: "workflow-v1";
422
422
  main: {
423
- type: "relative";
424
423
  path: string;
424
+ type: "relative";
425
425
  };
426
426
  }, {
427
427
  type: "workflow-v1";
428
428
  main: {
429
- type: "relative";
430
429
  path: string;
430
+ type: "relative";
431
431
  };
432
432
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
433
433
  type: z.ZodLiteral<"workflow-v1">;
@@ -435,79 +435,79 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
435
435
  type: z.ZodLiteral<"relative">;
436
436
  path: z.ZodString;
437
437
  }, "strict", z.ZodTypeAny, {
438
- type: "relative";
439
438
  path: string;
440
- }, {
441
439
  type: "relative";
440
+ }, {
442
441
  path: string;
442
+ type: "relative";
443
443
  }>;
444
444
  }, "strip", z.ZodTypeAny, {
445
445
  type: "workflow-v1";
446
446
  main: {
447
- type: "relative";
448
447
  path: string;
448
+ type: "relative";
449
449
  };
450
450
  }, {
451
451
  type: "workflow-v1";
452
452
  main: {
453
- type: "relative";
454
453
  path: string;
454
+ type: "relative";
455
455
  };
456
456
  }>]>]>;
457
457
  model: z.ZodObject<{
458
458
  type: z.ZodLiteral<"relative">;
459
459
  path: z.ZodString;
460
460
  }, "strict", z.ZodTypeAny, {
461
- type: "relative";
462
461
  path: string;
463
- }, {
464
462
  type: "relative";
463
+ }, {
465
464
  path: string;
465
+ type: "relative";
466
466
  }>;
467
467
  ui: z.ZodObject<{
468
468
  type: z.ZodLiteral<"relative">;
469
469
  path: z.ZodString;
470
470
  }, "strict", z.ZodTypeAny, {
471
- type: "relative";
472
471
  path: string;
473
- }, {
474
472
  type: "relative";
473
+ }, {
475
474
  path: string;
475
+ type: "relative";
476
476
  }>;
477
477
  }, "strip", z.ZodTypeAny, {
478
478
  workflow: {
479
479
  type: "workflow-v1";
480
480
  main: {
481
- type: "relative";
482
481
  path: string;
482
+ type: "relative";
483
483
  };
484
484
  };
485
485
  model: {
486
- type: "relative";
487
486
  path: string;
487
+ type: "relative";
488
488
  };
489
489
  ui: {
490
- type: "relative";
491
490
  path: string;
491
+ type: "relative";
492
492
  };
493
493
  }, {
494
494
  workflow: {
495
- type: "relative";
496
495
  path: string;
496
+ type: "relative";
497
497
  } | {
498
498
  type: "workflow-v1";
499
499
  main: {
500
- type: "relative";
501
500
  path: string;
501
+ type: "relative";
502
502
  };
503
503
  };
504
504
  model: {
505
- type: "relative";
506
505
  path: string;
506
+ type: "relative";
507
507
  };
508
508
  ui: {
509
- type: "relative";
510
509
  path: string;
510
+ type: "relative";
511
511
  };
512
512
  }>;
513
513
  meta: z.ZodObject<{
@@ -526,11 +526,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
526
526
  type: z.ZodLiteral<"relative">;
527
527
  path: z.ZodString;
528
528
  }, "strict", z.ZodTypeAny, {
529
- type: "relative";
530
529
  path: string;
531
- }, {
532
530
  type: "relative";
531
+ }, {
533
532
  path: string;
533
+ type: "relative";
534
534
  }>]>>;
535
535
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
536
536
  type: z.ZodLiteral<"explicit-string">;
@@ -545,11 +545,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
545
545
  type: z.ZodLiteral<"relative">;
546
546
  path: z.ZodString;
547
547
  }, "strict", z.ZodTypeAny, {
548
- type: "relative";
549
548
  path: string;
550
- }, {
551
549
  type: "relative";
550
+ }, {
552
551
  path: string;
552
+ type: "relative";
553
553
  }>]>>;
554
554
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
555
555
  type: z.ZodLiteral<"explicit-base64">;
@@ -557,21 +557,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
557
557
  content: z.ZodString;
558
558
  }, "strict", z.ZodTypeAny, {
559
559
  type: "explicit-base64";
560
- content: string;
561
560
  mimeType: string;
561
+ content: string;
562
562
  }, {
563
563
  type: "explicit-base64";
564
- content: string;
565
564
  mimeType: string;
565
+ content: string;
566
566
  }>, z.ZodObject<{
567
567
  type: z.ZodLiteral<"relative">;
568
568
  path: z.ZodString;
569
569
  }, "strict", z.ZodTypeAny, {
570
- type: "relative";
571
570
  path: string;
572
- }, {
573
571
  type: "relative";
572
+ }, {
574
573
  path: string;
574
+ type: "relative";
575
575
  }>]>>;
576
576
  url: z.ZodOptional<z.ZodString>;
577
577
  docs: z.ZodOptional<z.ZodString>;
@@ -586,21 +586,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
586
586
  content: z.ZodString;
587
587
  }, "strict", z.ZodTypeAny, {
588
588
  type: "explicit-base64";
589
- content: string;
590
589
  mimeType: string;
590
+ content: string;
591
591
  }, {
592
592
  type: "explicit-base64";
593
- content: string;
594
593
  mimeType: string;
594
+ content: string;
595
595
  }>, z.ZodObject<{
596
596
  type: z.ZodLiteral<"relative">;
597
597
  path: z.ZodString;
598
598
  }, "strict", z.ZodTypeAny, {
599
- type: "relative";
600
599
  path: string;
601
- }, {
602
600
  type: "relative";
601
+ }, {
603
602
  path: string;
603
+ type: "relative";
604
604
  }>]>>;
605
605
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
606
606
  name: z.ZodString;
@@ -611,21 +611,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
611
611
  content: z.ZodString;
612
612
  }, "strict", z.ZodTypeAny, {
613
613
  type: "explicit-base64";
614
- content: string;
615
614
  mimeType: string;
615
+ content: string;
616
616
  }, {
617
617
  type: "explicit-base64";
618
- content: string;
619
618
  mimeType: string;
619
+ content: string;
620
620
  }>, z.ZodObject<{
621
621
  type: z.ZodLiteral<"relative">;
622
622
  path: z.ZodString;
623
623
  }, "strict", z.ZodTypeAny, {
624
- type: "relative";
625
624
  path: string;
626
- }, {
627
625
  type: "relative";
626
+ }, {
628
627
  path: string;
628
+ type: "relative";
629
629
  }>]>>;
630
630
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
631
631
  name: z.ZodString;
@@ -636,21 +636,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
636
636
  content: z.ZodString;
637
637
  }, "strict", z.ZodTypeAny, {
638
638
  type: "explicit-base64";
639
- content: string;
640
639
  mimeType: string;
640
+ content: string;
641
641
  }, {
642
642
  type: "explicit-base64";
643
- content: string;
644
643
  mimeType: string;
644
+ content: string;
645
645
  }>, z.ZodObject<{
646
646
  type: z.ZodLiteral<"relative">;
647
647
  path: z.ZodString;
648
648
  }, "strict", z.ZodTypeAny, {
649
- type: "relative";
650
649
  path: string;
651
- }, {
652
650
  type: "relative";
651
+ }, {
653
652
  path: string;
653
+ type: "relative";
654
654
  }>]>>;
655
655
  }, z.ZodTypeAny, "passthrough">>;
656
656
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -659,44 +659,44 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
659
659
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
660
660
  }, "strip", z.ZodTypeAny, {
661
661
  organization: {
662
- url: string;
663
662
  name: string;
663
+ url: string;
664
664
  logo?: {
665
665
  type: "explicit-base64";
666
- content: string;
667
666
  mimeType: string;
667
+ content: string;
668
668
  } | {
669
- type: "relative";
670
669
  path: string;
670
+ type: "relative";
671
671
  } | undefined;
672
672
  } & {
673
673
  [k: string]: unknown;
674
674
  };
675
675
  title: string;
676
676
  description: string;
677
- url?: string | undefined;
678
677
  longDescription?: {
679
678
  type: "explicit-string";
680
679
  content: string;
681
680
  } | {
682
- type: "relative";
683
681
  path: string;
682
+ type: "relative";
684
683
  } | undefined;
685
684
  changelog?: {
686
685
  type: "explicit-string";
687
686
  content: string;
688
687
  } | {
689
- type: "relative";
690
688
  path: string;
689
+ type: "relative";
691
690
  } | undefined;
692
691
  logo?: {
693
692
  type: "explicit-base64";
694
- content: string;
695
693
  mimeType: string;
694
+ content: string;
696
695
  } | {
697
- type: "relative";
698
696
  path: string;
697
+ type: "relative";
699
698
  } | undefined;
699
+ url?: string | undefined;
700
700
  docs?: string | undefined;
701
701
  support?: string | undefined;
702
702
  tags?: string[] | undefined;
@@ -706,44 +706,44 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
706
706
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
707
707
  }, {
708
708
  organization: {
709
- url: string;
710
709
  name: string;
710
+ url: string;
711
711
  logo?: {
712
712
  type: "explicit-base64";
713
- content: string;
714
713
  mimeType: string;
714
+ content: string;
715
715
  } | {
716
- type: "relative";
717
716
  path: string;
717
+ type: "relative";
718
718
  } | undefined;
719
719
  } & {
720
720
  [k: string]: unknown;
721
721
  };
722
722
  title: string;
723
723
  description: string;
724
- url?: string | undefined;
725
724
  longDescription?: {
726
725
  type: "explicit-string";
727
726
  content: string;
728
727
  } | {
729
- type: "relative";
730
728
  path: string;
729
+ type: "relative";
731
730
  } | undefined;
732
731
  changelog?: {
733
732
  type: "explicit-string";
734
733
  content: string;
735
734
  } | {
736
- type: "relative";
737
735
  path: string;
736
+ type: "relative";
738
737
  } | undefined;
739
738
  logo?: {
740
739
  type: "explicit-base64";
741
- content: string;
742
740
  mimeType: string;
741
+ content: string;
743
742
  } | {
744
- type: "relative";
745
743
  path: string;
744
+ type: "relative";
746
745
  } | undefined;
746
+ url?: string | undefined;
747
747
  docs?: string | undefined;
748
748
  support?: string | undefined;
749
749
  tags?: string[] | undefined;
@@ -772,43 +772,43 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
772
772
  type: z.ZodLiteral<"relative">;
773
773
  path: z.ZodString;
774
774
  }, "strict", z.ZodTypeAny, {
775
- type: "relative";
776
775
  path: string;
777
- }, {
778
776
  type: "relative";
777
+ }, {
779
778
  path: string;
779
+ type: "relative";
780
780
  }>, {
781
781
  type: "workflow-v1";
782
782
  main: {
783
- type: "relative";
784
783
  path: string;
784
+ type: "relative";
785
785
  };
786
786
  }, {
787
- type: "relative";
788
787
  path: string;
788
+ type: "relative";
789
789
  }>, z.ZodObject<{
790
790
  type: z.ZodLiteral<"workflow-v1">;
791
791
  main: z.ZodObject<{
792
792
  type: z.ZodLiteral<"relative">;
793
793
  path: z.ZodString;
794
794
  }, "strict", z.ZodTypeAny, {
795
- type: "relative";
796
795
  path: string;
797
- }, {
798
796
  type: "relative";
797
+ }, {
799
798
  path: string;
799
+ type: "relative";
800
800
  }>;
801
801
  }, "strip", z.ZodTypeAny, {
802
802
  type: "workflow-v1";
803
803
  main: {
804
- type: "relative";
805
804
  path: string;
805
+ type: "relative";
806
806
  };
807
807
  }, {
808
808
  type: "workflow-v1";
809
809
  main: {
810
- type: "relative";
811
810
  path: string;
811
+ type: "relative";
812
812
  };
813
813
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
814
814
  type: z.ZodLiteral<"workflow-v1">;
@@ -816,79 +816,79 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
816
816
  type: z.ZodLiteral<"relative">;
817
817
  path: z.ZodString;
818
818
  }, "strict", z.ZodTypeAny, {
819
- type: "relative";
820
819
  path: string;
821
- }, {
822
820
  type: "relative";
821
+ }, {
823
822
  path: string;
823
+ type: "relative";
824
824
  }>;
825
825
  }, "strip", z.ZodTypeAny, {
826
826
  type: "workflow-v1";
827
827
  main: {
828
- type: "relative";
829
828
  path: string;
829
+ type: "relative";
830
830
  };
831
831
  }, {
832
832
  type: "workflow-v1";
833
833
  main: {
834
- type: "relative";
835
834
  path: string;
835
+ type: "relative";
836
836
  };
837
837
  }>]>]>;
838
838
  model: z.ZodObject<{
839
839
  type: z.ZodLiteral<"relative">;
840
840
  path: z.ZodString;
841
841
  }, "strict", z.ZodTypeAny, {
842
- type: "relative";
843
842
  path: string;
844
- }, {
845
843
  type: "relative";
844
+ }, {
846
845
  path: string;
846
+ type: "relative";
847
847
  }>;
848
848
  ui: z.ZodObject<{
849
849
  type: z.ZodLiteral<"relative">;
850
850
  path: z.ZodString;
851
851
  }, "strict", z.ZodTypeAny, {
852
- type: "relative";
853
852
  path: string;
854
- }, {
855
853
  type: "relative";
854
+ }, {
856
855
  path: string;
856
+ type: "relative";
857
857
  }>;
858
858
  }, "strip", z.ZodTypeAny, {
859
859
  workflow: {
860
860
  type: "workflow-v1";
861
861
  main: {
862
- type: "relative";
863
862
  path: string;
863
+ type: "relative";
864
864
  };
865
865
  };
866
866
  model: {
867
- type: "relative";
868
867
  path: string;
868
+ type: "relative";
869
869
  };
870
870
  ui: {
871
- type: "relative";
872
871
  path: string;
872
+ type: "relative";
873
873
  };
874
874
  }, {
875
875
  workflow: {
876
- type: "relative";
877
876
  path: string;
877
+ type: "relative";
878
878
  } | {
879
879
  type: "workflow-v1";
880
880
  main: {
881
- type: "relative";
882
881
  path: string;
882
+ type: "relative";
883
883
  };
884
884
  };
885
885
  model: {
886
- type: "relative";
887
886
  path: string;
887
+ type: "relative";
888
888
  };
889
889
  ui: {
890
- type: "relative";
891
890
  path: string;
891
+ type: "relative";
892
892
  };
893
893
  }>;
894
894
  meta: z.ZodObject<{
@@ -907,11 +907,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
907
907
  type: z.ZodLiteral<"relative">;
908
908
  path: z.ZodString;
909
909
  }, "strict", z.ZodTypeAny, {
910
- type: "relative";
911
910
  path: string;
912
- }, {
913
911
  type: "relative";
912
+ }, {
914
913
  path: string;
914
+ type: "relative";
915
915
  }>]>>;
916
916
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
917
917
  type: z.ZodLiteral<"explicit-string">;
@@ -926,11 +926,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
926
926
  type: z.ZodLiteral<"relative">;
927
927
  path: z.ZodString;
928
928
  }, "strict", z.ZodTypeAny, {
929
- type: "relative";
930
929
  path: string;
931
- }, {
932
930
  type: "relative";
931
+ }, {
933
932
  path: string;
933
+ type: "relative";
934
934
  }>]>>;
935
935
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
936
936
  type: z.ZodLiteral<"explicit-base64">;
@@ -938,21 +938,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
938
938
  content: z.ZodString;
939
939
  }, "strict", z.ZodTypeAny, {
940
940
  type: "explicit-base64";
941
- content: string;
942
941
  mimeType: string;
942
+ content: string;
943
943
  }, {
944
944
  type: "explicit-base64";
945
- content: string;
946
945
  mimeType: string;
946
+ content: string;
947
947
  }>, z.ZodObject<{
948
948
  type: z.ZodLiteral<"relative">;
949
949
  path: z.ZodString;
950
950
  }, "strict", z.ZodTypeAny, {
951
- type: "relative";
952
951
  path: string;
953
- }, {
954
952
  type: "relative";
953
+ }, {
955
954
  path: string;
955
+ type: "relative";
956
956
  }>]>>;
957
957
  url: z.ZodOptional<z.ZodString>;
958
958
  docs: z.ZodOptional<z.ZodString>;
@@ -967,21 +967,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
967
967
  content: z.ZodString;
968
968
  }, "strict", z.ZodTypeAny, {
969
969
  type: "explicit-base64";
970
- content: string;
971
970
  mimeType: string;
971
+ content: string;
972
972
  }, {
973
973
  type: "explicit-base64";
974
- content: string;
975
974
  mimeType: string;
975
+ content: string;
976
976
  }>, z.ZodObject<{
977
977
  type: z.ZodLiteral<"relative">;
978
978
  path: z.ZodString;
979
979
  }, "strict", z.ZodTypeAny, {
980
- type: "relative";
981
980
  path: string;
982
- }, {
983
981
  type: "relative";
982
+ }, {
984
983
  path: string;
984
+ type: "relative";
985
985
  }>]>>;
986
986
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
987
987
  name: z.ZodString;
@@ -992,21 +992,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
992
992
  content: z.ZodString;
993
993
  }, "strict", z.ZodTypeAny, {
994
994
  type: "explicit-base64";
995
- content: string;
996
995
  mimeType: string;
996
+ content: string;
997
997
  }, {
998
998
  type: "explicit-base64";
999
- content: string;
1000
999
  mimeType: string;
1000
+ content: string;
1001
1001
  }>, z.ZodObject<{
1002
1002
  type: z.ZodLiteral<"relative">;
1003
1003
  path: z.ZodString;
1004
1004
  }, "strict", z.ZodTypeAny, {
1005
- type: "relative";
1006
1005
  path: string;
1007
- }, {
1008
1006
  type: "relative";
1007
+ }, {
1009
1008
  path: string;
1009
+ type: "relative";
1010
1010
  }>]>>;
1011
1011
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1012
1012
  name: z.ZodString;
@@ -1017,21 +1017,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1017
1017
  content: z.ZodString;
1018
1018
  }, "strict", z.ZodTypeAny, {
1019
1019
  type: "explicit-base64";
1020
- content: string;
1021
1020
  mimeType: string;
1021
+ content: string;
1022
1022
  }, {
1023
1023
  type: "explicit-base64";
1024
- content: string;
1025
1024
  mimeType: string;
1025
+ content: string;
1026
1026
  }>, z.ZodObject<{
1027
1027
  type: z.ZodLiteral<"relative">;
1028
1028
  path: z.ZodString;
1029
1029
  }, "strict", z.ZodTypeAny, {
1030
- type: "relative";
1031
1030
  path: string;
1032
- }, {
1033
1031
  type: "relative";
1032
+ }, {
1034
1033
  path: string;
1034
+ type: "relative";
1035
1035
  }>]>>;
1036
1036
  }, z.ZodTypeAny, "passthrough">>;
1037
1037
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -1040,44 +1040,44 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1040
1040
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1041
1041
  }, "strip", z.ZodTypeAny, {
1042
1042
  organization: {
1043
- url: string;
1044
1043
  name: string;
1044
+ url: string;
1045
1045
  logo?: {
1046
1046
  type: "explicit-base64";
1047
- content: string;
1048
1047
  mimeType: string;
1048
+ content: string;
1049
1049
  } | {
1050
- type: "relative";
1051
1050
  path: string;
1051
+ type: "relative";
1052
1052
  } | undefined;
1053
1053
  } & {
1054
1054
  [k: string]: unknown;
1055
1055
  };
1056
1056
  title: string;
1057
1057
  description: string;
1058
- url?: string | undefined;
1059
1058
  longDescription?: {
1060
1059
  type: "explicit-string";
1061
1060
  content: string;
1062
1061
  } | {
1063
- type: "relative";
1064
1062
  path: string;
1063
+ type: "relative";
1065
1064
  } | undefined;
1066
1065
  changelog?: {
1067
1066
  type: "explicit-string";
1068
1067
  content: string;
1069
1068
  } | {
1070
- type: "relative";
1071
1069
  path: string;
1070
+ type: "relative";
1072
1071
  } | undefined;
1073
1072
  logo?: {
1074
1073
  type: "explicit-base64";
1075
- content: string;
1076
1074
  mimeType: string;
1075
+ content: string;
1077
1076
  } | {
1078
- type: "relative";
1079
1077
  path: string;
1078
+ type: "relative";
1080
1079
  } | undefined;
1080
+ url?: string | undefined;
1081
1081
  docs?: string | undefined;
1082
1082
  support?: string | undefined;
1083
1083
  tags?: string[] | undefined;
@@ -1087,44 +1087,44 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1087
1087
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1088
1088
  }, {
1089
1089
  organization: {
1090
- url: string;
1091
1090
  name: string;
1091
+ url: string;
1092
1092
  logo?: {
1093
1093
  type: "explicit-base64";
1094
- content: string;
1095
1094
  mimeType: string;
1095
+ content: string;
1096
1096
  } | {
1097
- type: "relative";
1098
1097
  path: string;
1098
+ type: "relative";
1099
1099
  } | undefined;
1100
1100
  } & {
1101
1101
  [k: string]: unknown;
1102
1102
  };
1103
1103
  title: string;
1104
1104
  description: string;
1105
- url?: string | undefined;
1106
1105
  longDescription?: {
1107
1106
  type: "explicit-string";
1108
1107
  content: string;
1109
1108
  } | {
1110
- type: "relative";
1111
1109
  path: string;
1110
+ type: "relative";
1112
1111
  } | undefined;
1113
1112
  changelog?: {
1114
1113
  type: "explicit-string";
1115
1114
  content: string;
1116
1115
  } | {
1117
- type: "relative";
1118
1116
  path: string;
1117
+ type: "relative";
1119
1118
  } | undefined;
1120
1119
  logo?: {
1121
1120
  type: "explicit-base64";
1122
- content: string;
1123
1121
  mimeType: string;
1122
+ content: string;
1124
1123
  } | {
1125
- type: "relative";
1126
1124
  path: string;
1125
+ type: "relative";
1127
1126
  } | undefined;
1127
+ url?: string | undefined;
1128
1128
  docs?: string | undefined;
1129
1129
  support?: string | undefined;
1130
1130
  tags?: string[] | undefined;
@@ -1153,43 +1153,43 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1153
1153
  type: z.ZodLiteral<"relative">;
1154
1154
  path: z.ZodString;
1155
1155
  }, "strict", z.ZodTypeAny, {
1156
- type: "relative";
1157
1156
  path: string;
1158
- }, {
1159
1157
  type: "relative";
1158
+ }, {
1160
1159
  path: string;
1160
+ type: "relative";
1161
1161
  }>, {
1162
1162
  type: "workflow-v1";
1163
1163
  main: {
1164
- type: "relative";
1165
1164
  path: string;
1165
+ type: "relative";
1166
1166
  };
1167
1167
  }, {
1168
- type: "relative";
1169
1168
  path: string;
1169
+ type: "relative";
1170
1170
  }>, z.ZodObject<{
1171
1171
  type: z.ZodLiteral<"workflow-v1">;
1172
1172
  main: z.ZodObject<{
1173
1173
  type: z.ZodLiteral<"relative">;
1174
1174
  path: z.ZodString;
1175
1175
  }, "strict", z.ZodTypeAny, {
1176
- type: "relative";
1177
1176
  path: string;
1178
- }, {
1179
1177
  type: "relative";
1178
+ }, {
1180
1179
  path: string;
1180
+ type: "relative";
1181
1181
  }>;
1182
1182
  }, "strip", z.ZodTypeAny, {
1183
1183
  type: "workflow-v1";
1184
1184
  main: {
1185
- type: "relative";
1186
1185
  path: string;
1186
+ type: "relative";
1187
1187
  };
1188
1188
  }, {
1189
1189
  type: "workflow-v1";
1190
1190
  main: {
1191
- type: "relative";
1192
1191
  path: string;
1192
+ type: "relative";
1193
1193
  };
1194
1194
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1195
1195
  type: z.ZodLiteral<"workflow-v1">;
@@ -1197,79 +1197,79 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1197
1197
  type: z.ZodLiteral<"relative">;
1198
1198
  path: z.ZodString;
1199
1199
  }, "strict", z.ZodTypeAny, {
1200
- type: "relative";
1201
1200
  path: string;
1202
- }, {
1203
1201
  type: "relative";
1202
+ }, {
1204
1203
  path: string;
1204
+ type: "relative";
1205
1205
  }>;
1206
1206
  }, "strip", z.ZodTypeAny, {
1207
1207
  type: "workflow-v1";
1208
1208
  main: {
1209
- type: "relative";
1210
1209
  path: string;
1210
+ type: "relative";
1211
1211
  };
1212
1212
  }, {
1213
1213
  type: "workflow-v1";
1214
1214
  main: {
1215
- type: "relative";
1216
1215
  path: string;
1216
+ type: "relative";
1217
1217
  };
1218
1218
  }>]>]>;
1219
1219
  model: z.ZodObject<{
1220
1220
  type: z.ZodLiteral<"relative">;
1221
1221
  path: z.ZodString;
1222
1222
  }, "strict", z.ZodTypeAny, {
1223
- type: "relative";
1224
1223
  path: string;
1225
- }, {
1226
1224
  type: "relative";
1225
+ }, {
1227
1226
  path: string;
1227
+ type: "relative";
1228
1228
  }>;
1229
1229
  ui: z.ZodObject<{
1230
1230
  type: z.ZodLiteral<"relative">;
1231
1231
  path: z.ZodString;
1232
1232
  }, "strict", z.ZodTypeAny, {
1233
- type: "relative";
1234
1233
  path: string;
1235
- }, {
1236
1234
  type: "relative";
1235
+ }, {
1237
1236
  path: string;
1237
+ type: "relative";
1238
1238
  }>;
1239
1239
  }, "strip", z.ZodTypeAny, {
1240
1240
  workflow: {
1241
1241
  type: "workflow-v1";
1242
1242
  main: {
1243
- type: "relative";
1244
1243
  path: string;
1244
+ type: "relative";
1245
1245
  };
1246
1246
  };
1247
1247
  model: {
1248
- type: "relative";
1249
1248
  path: string;
1249
+ type: "relative";
1250
1250
  };
1251
1251
  ui: {
1252
- type: "relative";
1253
1252
  path: string;
1253
+ type: "relative";
1254
1254
  };
1255
1255
  }, {
1256
1256
  workflow: {
1257
- type: "relative";
1258
1257
  path: string;
1258
+ type: "relative";
1259
1259
  } | {
1260
1260
  type: "workflow-v1";
1261
1261
  main: {
1262
- type: "relative";
1263
1262
  path: string;
1263
+ type: "relative";
1264
1264
  };
1265
1265
  };
1266
1266
  model: {
1267
- type: "relative";
1268
1267
  path: string;
1268
+ type: "relative";
1269
1269
  };
1270
1270
  ui: {
1271
- type: "relative";
1272
1271
  path: string;
1272
+ type: "relative";
1273
1273
  };
1274
1274
  }>;
1275
1275
  meta: z.ZodObject<{
@@ -1288,11 +1288,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1288
1288
  type: z.ZodLiteral<"relative">;
1289
1289
  path: z.ZodString;
1290
1290
  }, "strict", z.ZodTypeAny, {
1291
- type: "relative";
1292
1291
  path: string;
1293
- }, {
1294
1292
  type: "relative";
1293
+ }, {
1295
1294
  path: string;
1295
+ type: "relative";
1296
1296
  }>]>>;
1297
1297
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1298
1298
  type: z.ZodLiteral<"explicit-string">;
@@ -1307,11 +1307,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1307
1307
  type: z.ZodLiteral<"relative">;
1308
1308
  path: z.ZodString;
1309
1309
  }, "strict", z.ZodTypeAny, {
1310
- type: "relative";
1311
1310
  path: string;
1312
- }, {
1313
1311
  type: "relative";
1312
+ }, {
1314
1313
  path: string;
1314
+ type: "relative";
1315
1315
  }>]>>;
1316
1316
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1317
1317
  type: z.ZodLiteral<"explicit-base64">;
@@ -1319,21 +1319,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1319
1319
  content: z.ZodString;
1320
1320
  }, "strict", z.ZodTypeAny, {
1321
1321
  type: "explicit-base64";
1322
- content: string;
1323
1322
  mimeType: string;
1323
+ content: string;
1324
1324
  }, {
1325
1325
  type: "explicit-base64";
1326
- content: string;
1327
1326
  mimeType: string;
1327
+ content: string;
1328
1328
  }>, z.ZodObject<{
1329
1329
  type: z.ZodLiteral<"relative">;
1330
1330
  path: z.ZodString;
1331
1331
  }, "strict", z.ZodTypeAny, {
1332
- type: "relative";
1333
1332
  path: string;
1334
- }, {
1335
1333
  type: "relative";
1334
+ }, {
1336
1335
  path: string;
1336
+ type: "relative";
1337
1337
  }>]>>;
1338
1338
  url: z.ZodOptional<z.ZodString>;
1339
1339
  docs: z.ZodOptional<z.ZodString>;
@@ -1348,21 +1348,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1348
1348
  content: z.ZodString;
1349
1349
  }, "strict", z.ZodTypeAny, {
1350
1350
  type: "explicit-base64";
1351
- content: string;
1352
1351
  mimeType: string;
1352
+ content: string;
1353
1353
  }, {
1354
1354
  type: "explicit-base64";
1355
- content: string;
1356
1355
  mimeType: string;
1356
+ content: string;
1357
1357
  }>, z.ZodObject<{
1358
1358
  type: z.ZodLiteral<"relative">;
1359
1359
  path: z.ZodString;
1360
1360
  }, "strict", z.ZodTypeAny, {
1361
- type: "relative";
1362
1361
  path: string;
1363
- }, {
1364
1362
  type: "relative";
1363
+ }, {
1365
1364
  path: string;
1365
+ type: "relative";
1366
1366
  }>]>>;
1367
1367
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1368
1368
  name: z.ZodString;
@@ -1373,21 +1373,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1373
1373
  content: z.ZodString;
1374
1374
  }, "strict", z.ZodTypeAny, {
1375
1375
  type: "explicit-base64";
1376
- content: string;
1377
1376
  mimeType: string;
1377
+ content: string;
1378
1378
  }, {
1379
1379
  type: "explicit-base64";
1380
- content: string;
1381
1380
  mimeType: string;
1381
+ content: string;
1382
1382
  }>, z.ZodObject<{
1383
1383
  type: z.ZodLiteral<"relative">;
1384
1384
  path: z.ZodString;
1385
1385
  }, "strict", z.ZodTypeAny, {
1386
- type: "relative";
1387
1386
  path: string;
1388
- }, {
1389
1387
  type: "relative";
1388
+ }, {
1390
1389
  path: string;
1390
+ type: "relative";
1391
1391
  }>]>>;
1392
1392
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1393
1393
  name: z.ZodString;
@@ -1398,21 +1398,21 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1398
1398
  content: z.ZodString;
1399
1399
  }, "strict", z.ZodTypeAny, {
1400
1400
  type: "explicit-base64";
1401
- content: string;
1402
1401
  mimeType: string;
1402
+ content: string;
1403
1403
  }, {
1404
1404
  type: "explicit-base64";
1405
- content: string;
1406
1405
  mimeType: string;
1406
+ content: string;
1407
1407
  }>, z.ZodObject<{
1408
1408
  type: z.ZodLiteral<"relative">;
1409
1409
  path: z.ZodString;
1410
1410
  }, "strict", z.ZodTypeAny, {
1411
- type: "relative";
1412
1411
  path: string;
1413
- }, {
1414
1412
  type: "relative";
1413
+ }, {
1415
1414
  path: string;
1415
+ type: "relative";
1416
1416
  }>]>>;
1417
1417
  }, z.ZodTypeAny, "passthrough">>;
1418
1418
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -1421,44 +1421,44 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1421
1421
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1422
1422
  }, "strip", z.ZodTypeAny, {
1423
1423
  organization: {
1424
- url: string;
1425
1424
  name: string;
1425
+ url: string;
1426
1426
  logo?: {
1427
1427
  type: "explicit-base64";
1428
- content: string;
1429
1428
  mimeType: string;
1429
+ content: string;
1430
1430
  } | {
1431
- type: "relative";
1432
1431
  path: string;
1432
+ type: "relative";
1433
1433
  } | undefined;
1434
1434
  } & {
1435
1435
  [k: string]: unknown;
1436
1436
  };
1437
1437
  title: string;
1438
1438
  description: string;
1439
- url?: string | undefined;
1440
1439
  longDescription?: {
1441
1440
  type: "explicit-string";
1442
1441
  content: string;
1443
1442
  } | {
1444
- type: "relative";
1445
1443
  path: string;
1444
+ type: "relative";
1446
1445
  } | undefined;
1447
1446
  changelog?: {
1448
1447
  type: "explicit-string";
1449
1448
  content: string;
1450
1449
  } | {
1451
- type: "relative";
1452
1450
  path: string;
1451
+ type: "relative";
1453
1452
  } | undefined;
1454
1453
  logo?: {
1455
1454
  type: "explicit-base64";
1456
- content: string;
1457
1455
  mimeType: string;
1456
+ content: string;
1458
1457
  } | {
1459
- type: "relative";
1460
1458
  path: string;
1459
+ type: "relative";
1461
1460
  } | undefined;
1461
+ url?: string | undefined;
1462
1462
  docs?: string | undefined;
1463
1463
  support?: string | undefined;
1464
1464
  tags?: string[] | undefined;
@@ -1468,44 +1468,44 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
1468
1468
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1469
1469
  }, {
1470
1470
  organization: {
1471
- url: string;
1472
1471
  name: string;
1472
+ url: string;
1473
1473
  logo?: {
1474
1474
  type: "explicit-base64";
1475
- content: string;
1476
1475
  mimeType: string;
1476
+ content: string;
1477
1477
  } | {
1478
- type: "relative";
1479
1478
  path: string;
1479
+ type: "relative";
1480
1480
  } | undefined;
1481
1481
  } & {
1482
1482
  [k: string]: unknown;
1483
1483
  };
1484
1484
  title: string;
1485
1485
  description: string;
1486
- url?: string | undefined;
1487
1486
  longDescription?: {
1488
1487
  type: "explicit-string";
1489
1488
  content: string;
1490
1489
  } | {
1491
- type: "relative";
1492
1490
  path: string;
1491
+ type: "relative";
1493
1492
  } | undefined;
1494
1493
  changelog?: {
1495
1494
  type: "explicit-string";
1496
1495
  content: string;
1497
1496
  } | {
1498
- type: "relative";
1499
1497
  path: string;
1498
+ type: "relative";
1500
1499
  } | undefined;
1501
1500
  logo?: {
1502
1501
  type: "explicit-base64";
1503
- content: string;
1504
1502
  mimeType: string;
1503
+ content: string;
1505
1504
  } | {
1506
- type: "relative";
1507
1505
  path: string;
1506
+ type: "relative";
1508
1507
  } | undefined;
1508
+ url?: string | undefined;
1509
1509
  docs?: string | undefined;
1510
1510
  support?: string | undefined;
1511
1511
  tags?: string[] | undefined;
@@ -1553,43 +1553,43 @@ declare const BlockPackManifest: z.ZodObject<{
1553
1553
  type: z.ZodLiteral<"relative">;
1554
1554
  path: z.ZodString;
1555
1555
  }, "strict", z.ZodTypeAny, {
1556
- type: "relative";
1557
1556
  path: string;
1558
- }, {
1559
1557
  type: "relative";
1558
+ }, {
1560
1559
  path: string;
1560
+ type: "relative";
1561
1561
  }>, {
1562
1562
  type: "workflow-v1";
1563
1563
  main: {
1564
- type: "relative";
1565
1564
  path: string;
1565
+ type: "relative";
1566
1566
  };
1567
1567
  }, {
1568
- type: "relative";
1569
1568
  path: string;
1569
+ type: "relative";
1570
1570
  }>, z.ZodObject<{
1571
1571
  type: z.ZodLiteral<"workflow-v1">;
1572
1572
  main: z.ZodObject<{
1573
1573
  type: z.ZodLiteral<"relative">;
1574
1574
  path: z.ZodString;
1575
1575
  }, "strict", z.ZodTypeAny, {
1576
- type: "relative";
1577
1576
  path: string;
1578
- }, {
1579
1577
  type: "relative";
1578
+ }, {
1580
1579
  path: string;
1580
+ type: "relative";
1581
1581
  }>;
1582
1582
  }, "strip", z.ZodTypeAny, {
1583
1583
  type: "workflow-v1";
1584
1584
  main: {
1585
- type: "relative";
1586
1585
  path: string;
1586
+ type: "relative";
1587
1587
  };
1588
1588
  }, {
1589
1589
  type: "workflow-v1";
1590
1590
  main: {
1591
- type: "relative";
1592
1591
  path: string;
1592
+ type: "relative";
1593
1593
  };
1594
1594
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1595
1595
  type: z.ZodLiteral<"workflow-v1">;
@@ -1597,79 +1597,79 @@ declare const BlockPackManifest: z.ZodObject<{
1597
1597
  type: z.ZodLiteral<"relative">;
1598
1598
  path: z.ZodString;
1599
1599
  }, "strict", z.ZodTypeAny, {
1600
- type: "relative";
1601
1600
  path: string;
1602
- }, {
1603
1601
  type: "relative";
1602
+ }, {
1604
1603
  path: string;
1604
+ type: "relative";
1605
1605
  }>;
1606
1606
  }, "strip", z.ZodTypeAny, {
1607
1607
  type: "workflow-v1";
1608
1608
  main: {
1609
- type: "relative";
1610
1609
  path: string;
1610
+ type: "relative";
1611
1611
  };
1612
1612
  }, {
1613
1613
  type: "workflow-v1";
1614
1614
  main: {
1615
- type: "relative";
1616
1615
  path: string;
1616
+ type: "relative";
1617
1617
  };
1618
1618
  }>]>]>;
1619
1619
  model: z.ZodObject<{
1620
1620
  type: z.ZodLiteral<"relative">;
1621
1621
  path: z.ZodString;
1622
1622
  }, "strict", z.ZodTypeAny, {
1623
- type: "relative";
1624
1623
  path: string;
1625
- }, {
1626
1624
  type: "relative";
1625
+ }, {
1627
1626
  path: string;
1627
+ type: "relative";
1628
1628
  }>;
1629
1629
  ui: z.ZodObject<{
1630
1630
  type: z.ZodLiteral<"relative">;
1631
1631
  path: z.ZodString;
1632
1632
  }, "strict", z.ZodTypeAny, {
1633
- type: "relative";
1634
1633
  path: string;
1635
- }, {
1636
1634
  type: "relative";
1635
+ }, {
1637
1636
  path: string;
1637
+ type: "relative";
1638
1638
  }>;
1639
1639
  }, "strip", z.ZodTypeAny, {
1640
1640
  workflow: {
1641
1641
  type: "workflow-v1";
1642
1642
  main: {
1643
- type: "relative";
1644
1643
  path: string;
1644
+ type: "relative";
1645
1645
  };
1646
1646
  };
1647
1647
  model: {
1648
- type: "relative";
1649
1648
  path: string;
1649
+ type: "relative";
1650
1650
  };
1651
1651
  ui: {
1652
- type: "relative";
1653
1652
  path: string;
1653
+ type: "relative";
1654
1654
  };
1655
1655
  }, {
1656
1656
  workflow: {
1657
- type: "relative";
1658
1657
  path: string;
1658
+ type: "relative";
1659
1659
  } | {
1660
1660
  type: "workflow-v1";
1661
1661
  main: {
1662
- type: "relative";
1663
1662
  path: string;
1663
+ type: "relative";
1664
1664
  };
1665
1665
  };
1666
1666
  model: {
1667
- type: "relative";
1668
1667
  path: string;
1668
+ type: "relative";
1669
1669
  };
1670
1670
  ui: {
1671
- type: "relative";
1672
1671
  path: string;
1672
+ type: "relative";
1673
1673
  };
1674
1674
  }>;
1675
1675
  meta: z.ZodObject<{
@@ -1688,11 +1688,11 @@ declare const BlockPackManifest: z.ZodObject<{
1688
1688
  type: z.ZodLiteral<"relative">;
1689
1689
  path: z.ZodString;
1690
1690
  }, "strict", z.ZodTypeAny, {
1691
- type: "relative";
1692
1691
  path: string;
1693
- }, {
1694
1692
  type: "relative";
1693
+ }, {
1695
1694
  path: string;
1695
+ type: "relative";
1696
1696
  }>]>>;
1697
1697
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1698
1698
  type: z.ZodLiteral<"explicit-string">;
@@ -1707,11 +1707,11 @@ declare const BlockPackManifest: z.ZodObject<{
1707
1707
  type: z.ZodLiteral<"relative">;
1708
1708
  path: z.ZodString;
1709
1709
  }, "strict", z.ZodTypeAny, {
1710
- type: "relative";
1711
1710
  path: string;
1712
- }, {
1713
1711
  type: "relative";
1712
+ }, {
1714
1713
  path: string;
1714
+ type: "relative";
1715
1715
  }>]>>;
1716
1716
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1717
1717
  type: z.ZodLiteral<"explicit-base64">;
@@ -1719,21 +1719,21 @@ declare const BlockPackManifest: z.ZodObject<{
1719
1719
  content: z.ZodString;
1720
1720
  }, "strict", z.ZodTypeAny, {
1721
1721
  type: "explicit-base64";
1722
- content: string;
1723
1722
  mimeType: string;
1723
+ content: string;
1724
1724
  }, {
1725
1725
  type: "explicit-base64";
1726
- content: string;
1727
1726
  mimeType: string;
1727
+ content: string;
1728
1728
  }>, z.ZodObject<{
1729
1729
  type: z.ZodLiteral<"relative">;
1730
1730
  path: z.ZodString;
1731
1731
  }, "strict", z.ZodTypeAny, {
1732
- type: "relative";
1733
1732
  path: string;
1734
- }, {
1735
1733
  type: "relative";
1734
+ }, {
1736
1735
  path: string;
1736
+ type: "relative";
1737
1737
  }>]>>;
1738
1738
  url: z.ZodOptional<z.ZodString>;
1739
1739
  docs: z.ZodOptional<z.ZodString>;
@@ -1748,21 +1748,21 @@ declare const BlockPackManifest: z.ZodObject<{
1748
1748
  content: z.ZodString;
1749
1749
  }, "strict", z.ZodTypeAny, {
1750
1750
  type: "explicit-base64";
1751
- content: string;
1752
1751
  mimeType: string;
1752
+ content: string;
1753
1753
  }, {
1754
1754
  type: "explicit-base64";
1755
- content: string;
1756
1755
  mimeType: string;
1756
+ content: string;
1757
1757
  }>, z.ZodObject<{
1758
1758
  type: z.ZodLiteral<"relative">;
1759
1759
  path: z.ZodString;
1760
1760
  }, "strict", z.ZodTypeAny, {
1761
- type: "relative";
1762
1761
  path: string;
1763
- }, {
1764
1762
  type: "relative";
1763
+ }, {
1765
1764
  path: string;
1765
+ type: "relative";
1766
1766
  }>]>>;
1767
1767
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1768
1768
  name: z.ZodString;
@@ -1773,21 +1773,21 @@ declare const BlockPackManifest: z.ZodObject<{
1773
1773
  content: z.ZodString;
1774
1774
  }, "strict", z.ZodTypeAny, {
1775
1775
  type: "explicit-base64";
1776
- content: string;
1777
1776
  mimeType: string;
1777
+ content: string;
1778
1778
  }, {
1779
1779
  type: "explicit-base64";
1780
- content: string;
1781
1780
  mimeType: string;
1781
+ content: string;
1782
1782
  }>, z.ZodObject<{
1783
1783
  type: z.ZodLiteral<"relative">;
1784
1784
  path: z.ZodString;
1785
1785
  }, "strict", z.ZodTypeAny, {
1786
- type: "relative";
1787
1786
  path: string;
1788
- }, {
1789
1787
  type: "relative";
1788
+ }, {
1790
1789
  path: string;
1790
+ type: "relative";
1791
1791
  }>]>>;
1792
1792
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1793
1793
  name: z.ZodString;
@@ -1798,21 +1798,21 @@ declare const BlockPackManifest: z.ZodObject<{
1798
1798
  content: z.ZodString;
1799
1799
  }, "strict", z.ZodTypeAny, {
1800
1800
  type: "explicit-base64";
1801
- content: string;
1802
1801
  mimeType: string;
1802
+ content: string;
1803
1803
  }, {
1804
1804
  type: "explicit-base64";
1805
- content: string;
1806
1805
  mimeType: string;
1806
+ content: string;
1807
1807
  }>, z.ZodObject<{
1808
1808
  type: z.ZodLiteral<"relative">;
1809
1809
  path: z.ZodString;
1810
1810
  }, "strict", z.ZodTypeAny, {
1811
- type: "relative";
1812
1811
  path: string;
1813
- }, {
1814
1812
  type: "relative";
1813
+ }, {
1815
1814
  path: string;
1815
+ type: "relative";
1816
1816
  }>]>>;
1817
1817
  }, z.ZodTypeAny, "passthrough">>;
1818
1818
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -1821,44 +1821,44 @@ declare const BlockPackManifest: z.ZodObject<{
1821
1821
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1822
1822
  }, "strip", z.ZodTypeAny, {
1823
1823
  organization: {
1824
- url: string;
1825
1824
  name: string;
1825
+ url: string;
1826
1826
  logo?: {
1827
1827
  type: "explicit-base64";
1828
- content: string;
1829
1828
  mimeType: string;
1829
+ content: string;
1830
1830
  } | {
1831
- type: "relative";
1832
1831
  path: string;
1832
+ type: "relative";
1833
1833
  } | undefined;
1834
1834
  } & {
1835
1835
  [k: string]: unknown;
1836
1836
  };
1837
1837
  title: string;
1838
1838
  description: string;
1839
- url?: string | undefined;
1840
1839
  longDescription?: {
1841
1840
  type: "explicit-string";
1842
1841
  content: string;
1843
1842
  } | {
1844
- type: "relative";
1845
1843
  path: string;
1844
+ type: "relative";
1846
1845
  } | undefined;
1847
1846
  changelog?: {
1848
1847
  type: "explicit-string";
1849
1848
  content: string;
1850
1849
  } | {
1851
- type: "relative";
1852
1850
  path: string;
1851
+ type: "relative";
1853
1852
  } | undefined;
1854
1853
  logo?: {
1855
1854
  type: "explicit-base64";
1856
- content: string;
1857
1855
  mimeType: string;
1856
+ content: string;
1858
1857
  } | {
1859
- type: "relative";
1860
1858
  path: string;
1859
+ type: "relative";
1861
1860
  } | undefined;
1861
+ url?: string | undefined;
1862
1862
  docs?: string | undefined;
1863
1863
  support?: string | undefined;
1864
1864
  tags?: string[] | undefined;
@@ -1868,44 +1868,44 @@ declare const BlockPackManifest: z.ZodObject<{
1868
1868
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1869
1869
  }, {
1870
1870
  organization: {
1871
- url: string;
1872
1871
  name: string;
1872
+ url: string;
1873
1873
  logo?: {
1874
1874
  type: "explicit-base64";
1875
- content: string;
1876
1875
  mimeType: string;
1876
+ content: string;
1877
1877
  } | {
1878
- type: "relative";
1879
1878
  path: string;
1879
+ type: "relative";
1880
1880
  } | undefined;
1881
1881
  } & {
1882
1882
  [k: string]: unknown;
1883
1883
  };
1884
1884
  title: string;
1885
1885
  description: string;
1886
- url?: string | undefined;
1887
1886
  longDescription?: {
1888
1887
  type: "explicit-string";
1889
1888
  content: string;
1890
1889
  } | {
1891
- type: "relative";
1892
1890
  path: string;
1891
+ type: "relative";
1893
1892
  } | undefined;
1894
1893
  changelog?: {
1895
1894
  type: "explicit-string";
1896
1895
  content: string;
1897
1896
  } | {
1898
- type: "relative";
1899
1897
  path: string;
1898
+ type: "relative";
1900
1899
  } | undefined;
1901
1900
  logo?: {
1902
1901
  type: "explicit-base64";
1903
- content: string;
1904
1902
  mimeType: string;
1903
+ content: string;
1905
1904
  } | {
1906
- type: "relative";
1907
1905
  path: string;
1906
+ type: "relative";
1908
1907
  } | undefined;
1908
+ url?: string | undefined;
1909
1909
  docs?: string | undefined;
1910
1910
  support?: string | undefined;
1911
1911
  tags?: string[] | undefined;
@@ -1934,43 +1934,43 @@ declare const BlockPackManifest: z.ZodObject<{
1934
1934
  type: z.ZodLiteral<"relative">;
1935
1935
  path: z.ZodString;
1936
1936
  }, "strict", z.ZodTypeAny, {
1937
- type: "relative";
1938
1937
  path: string;
1939
- }, {
1940
1938
  type: "relative";
1939
+ }, {
1941
1940
  path: string;
1941
+ type: "relative";
1942
1942
  }>, {
1943
1943
  type: "workflow-v1";
1944
1944
  main: {
1945
- type: "relative";
1946
1945
  path: string;
1946
+ type: "relative";
1947
1947
  };
1948
1948
  }, {
1949
- type: "relative";
1950
1949
  path: string;
1950
+ type: "relative";
1951
1951
  }>, z.ZodObject<{
1952
1952
  type: z.ZodLiteral<"workflow-v1">;
1953
1953
  main: z.ZodObject<{
1954
1954
  type: z.ZodLiteral<"relative">;
1955
1955
  path: z.ZodString;
1956
1956
  }, "strict", z.ZodTypeAny, {
1957
- type: "relative";
1958
1957
  path: string;
1959
- }, {
1960
1958
  type: "relative";
1959
+ }, {
1961
1960
  path: string;
1961
+ type: "relative";
1962
1962
  }>;
1963
1963
  }, "strip", z.ZodTypeAny, {
1964
1964
  type: "workflow-v1";
1965
1965
  main: {
1966
- type: "relative";
1967
1966
  path: string;
1967
+ type: "relative";
1968
1968
  };
1969
1969
  }, {
1970
1970
  type: "workflow-v1";
1971
1971
  main: {
1972
- type: "relative";
1973
1972
  path: string;
1973
+ type: "relative";
1974
1974
  };
1975
1975
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1976
1976
  type: z.ZodLiteral<"workflow-v1">;
@@ -1978,79 +1978,79 @@ declare const BlockPackManifest: z.ZodObject<{
1978
1978
  type: z.ZodLiteral<"relative">;
1979
1979
  path: z.ZodString;
1980
1980
  }, "strict", z.ZodTypeAny, {
1981
- type: "relative";
1982
1981
  path: string;
1983
- }, {
1984
1982
  type: "relative";
1983
+ }, {
1985
1984
  path: string;
1985
+ type: "relative";
1986
1986
  }>;
1987
1987
  }, "strip", z.ZodTypeAny, {
1988
1988
  type: "workflow-v1";
1989
1989
  main: {
1990
- type: "relative";
1991
1990
  path: string;
1991
+ type: "relative";
1992
1992
  };
1993
1993
  }, {
1994
1994
  type: "workflow-v1";
1995
1995
  main: {
1996
- type: "relative";
1997
1996
  path: string;
1997
+ type: "relative";
1998
1998
  };
1999
1999
  }>]>]>;
2000
2000
  model: z.ZodObject<{
2001
2001
  type: z.ZodLiteral<"relative">;
2002
2002
  path: z.ZodString;
2003
2003
  }, "strict", z.ZodTypeAny, {
2004
- type: "relative";
2005
2004
  path: string;
2006
- }, {
2007
2005
  type: "relative";
2006
+ }, {
2008
2007
  path: string;
2008
+ type: "relative";
2009
2009
  }>;
2010
2010
  ui: z.ZodObject<{
2011
2011
  type: z.ZodLiteral<"relative">;
2012
2012
  path: z.ZodString;
2013
2013
  }, "strict", z.ZodTypeAny, {
2014
- type: "relative";
2015
2014
  path: string;
2016
- }, {
2017
2015
  type: "relative";
2016
+ }, {
2018
2017
  path: string;
2018
+ type: "relative";
2019
2019
  }>;
2020
2020
  }, "strip", z.ZodTypeAny, {
2021
2021
  workflow: {
2022
2022
  type: "workflow-v1";
2023
2023
  main: {
2024
- type: "relative";
2025
2024
  path: string;
2025
+ type: "relative";
2026
2026
  };
2027
2027
  };
2028
2028
  model: {
2029
- type: "relative";
2030
2029
  path: string;
2030
+ type: "relative";
2031
2031
  };
2032
2032
  ui: {
2033
- type: "relative";
2034
2033
  path: string;
2034
+ type: "relative";
2035
2035
  };
2036
2036
  }, {
2037
2037
  workflow: {
2038
- type: "relative";
2039
2038
  path: string;
2039
+ type: "relative";
2040
2040
  } | {
2041
2041
  type: "workflow-v1";
2042
2042
  main: {
2043
- type: "relative";
2044
2043
  path: string;
2044
+ type: "relative";
2045
2045
  };
2046
2046
  };
2047
2047
  model: {
2048
- type: "relative";
2049
2048
  path: string;
2049
+ type: "relative";
2050
2050
  };
2051
2051
  ui: {
2052
- type: "relative";
2053
2052
  path: string;
2053
+ type: "relative";
2054
2054
  };
2055
2055
  }>;
2056
2056
  meta: z.ZodObject<{
@@ -2069,11 +2069,11 @@ declare const BlockPackManifest: z.ZodObject<{
2069
2069
  type: z.ZodLiteral<"relative">;
2070
2070
  path: z.ZodString;
2071
2071
  }, "strict", z.ZodTypeAny, {
2072
- type: "relative";
2073
2072
  path: string;
2074
- }, {
2075
2073
  type: "relative";
2074
+ }, {
2076
2075
  path: string;
2076
+ type: "relative";
2077
2077
  }>]>>;
2078
2078
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2079
2079
  type: z.ZodLiteral<"explicit-string">;
@@ -2088,11 +2088,11 @@ declare const BlockPackManifest: z.ZodObject<{
2088
2088
  type: z.ZodLiteral<"relative">;
2089
2089
  path: z.ZodString;
2090
2090
  }, "strict", z.ZodTypeAny, {
2091
- type: "relative";
2092
2091
  path: string;
2093
- }, {
2094
2092
  type: "relative";
2093
+ }, {
2095
2094
  path: string;
2095
+ type: "relative";
2096
2096
  }>]>>;
2097
2097
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2098
2098
  type: z.ZodLiteral<"explicit-base64">;
@@ -2100,21 +2100,21 @@ declare const BlockPackManifest: z.ZodObject<{
2100
2100
  content: z.ZodString;
2101
2101
  }, "strict", z.ZodTypeAny, {
2102
2102
  type: "explicit-base64";
2103
- content: string;
2104
2103
  mimeType: string;
2104
+ content: string;
2105
2105
  }, {
2106
2106
  type: "explicit-base64";
2107
- content: string;
2108
2107
  mimeType: string;
2108
+ content: string;
2109
2109
  }>, z.ZodObject<{
2110
2110
  type: z.ZodLiteral<"relative">;
2111
2111
  path: z.ZodString;
2112
2112
  }, "strict", z.ZodTypeAny, {
2113
- type: "relative";
2114
2113
  path: string;
2115
- }, {
2116
2114
  type: "relative";
2115
+ }, {
2117
2116
  path: string;
2117
+ type: "relative";
2118
2118
  }>]>>;
2119
2119
  url: z.ZodOptional<z.ZodString>;
2120
2120
  docs: z.ZodOptional<z.ZodString>;
@@ -2129,21 +2129,21 @@ declare const BlockPackManifest: z.ZodObject<{
2129
2129
  content: z.ZodString;
2130
2130
  }, "strict", z.ZodTypeAny, {
2131
2131
  type: "explicit-base64";
2132
- content: string;
2133
2132
  mimeType: string;
2133
+ content: string;
2134
2134
  }, {
2135
2135
  type: "explicit-base64";
2136
- content: string;
2137
2136
  mimeType: string;
2137
+ content: string;
2138
2138
  }>, z.ZodObject<{
2139
2139
  type: z.ZodLiteral<"relative">;
2140
2140
  path: z.ZodString;
2141
2141
  }, "strict", z.ZodTypeAny, {
2142
- type: "relative";
2143
2142
  path: string;
2144
- }, {
2145
2143
  type: "relative";
2144
+ }, {
2146
2145
  path: string;
2146
+ type: "relative";
2147
2147
  }>]>>;
2148
2148
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2149
2149
  name: z.ZodString;
@@ -2154,21 +2154,21 @@ declare const BlockPackManifest: z.ZodObject<{
2154
2154
  content: z.ZodString;
2155
2155
  }, "strict", z.ZodTypeAny, {
2156
2156
  type: "explicit-base64";
2157
- content: string;
2158
2157
  mimeType: string;
2158
+ content: string;
2159
2159
  }, {
2160
2160
  type: "explicit-base64";
2161
- content: string;
2162
2161
  mimeType: string;
2162
+ content: string;
2163
2163
  }>, z.ZodObject<{
2164
2164
  type: z.ZodLiteral<"relative">;
2165
2165
  path: z.ZodString;
2166
2166
  }, "strict", z.ZodTypeAny, {
2167
- type: "relative";
2168
2167
  path: string;
2169
- }, {
2170
2168
  type: "relative";
2169
+ }, {
2171
2170
  path: string;
2171
+ type: "relative";
2172
2172
  }>]>>;
2173
2173
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2174
2174
  name: z.ZodString;
@@ -2179,21 +2179,21 @@ declare const BlockPackManifest: z.ZodObject<{
2179
2179
  content: z.ZodString;
2180
2180
  }, "strict", z.ZodTypeAny, {
2181
2181
  type: "explicit-base64";
2182
- content: string;
2183
2182
  mimeType: string;
2183
+ content: string;
2184
2184
  }, {
2185
2185
  type: "explicit-base64";
2186
- content: string;
2187
2186
  mimeType: string;
2187
+ content: string;
2188
2188
  }>, z.ZodObject<{
2189
2189
  type: z.ZodLiteral<"relative">;
2190
2190
  path: z.ZodString;
2191
2191
  }, "strict", z.ZodTypeAny, {
2192
- type: "relative";
2193
2192
  path: string;
2194
- }, {
2195
2193
  type: "relative";
2194
+ }, {
2196
2195
  path: string;
2196
+ type: "relative";
2197
2197
  }>]>>;
2198
2198
  }, z.ZodTypeAny, "passthrough">>;
2199
2199
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -2202,44 +2202,44 @@ declare const BlockPackManifest: z.ZodObject<{
2202
2202
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
2203
2203
  }, "strip", z.ZodTypeAny, {
2204
2204
  organization: {
2205
- url: string;
2206
2205
  name: string;
2206
+ url: string;
2207
2207
  logo?: {
2208
2208
  type: "explicit-base64";
2209
- content: string;
2210
2209
  mimeType: string;
2210
+ content: string;
2211
2211
  } | {
2212
- type: "relative";
2213
2212
  path: string;
2213
+ type: "relative";
2214
2214
  } | undefined;
2215
2215
  } & {
2216
2216
  [k: string]: unknown;
2217
2217
  };
2218
2218
  title: string;
2219
2219
  description: string;
2220
- url?: string | undefined;
2221
2220
  longDescription?: {
2222
2221
  type: "explicit-string";
2223
2222
  content: string;
2224
2223
  } | {
2225
- type: "relative";
2226
2224
  path: string;
2225
+ type: "relative";
2227
2226
  } | undefined;
2228
2227
  changelog?: {
2229
2228
  type: "explicit-string";
2230
2229
  content: string;
2231
2230
  } | {
2232
- type: "relative";
2233
2231
  path: string;
2232
+ type: "relative";
2234
2233
  } | undefined;
2235
2234
  logo?: {
2236
2235
  type: "explicit-base64";
2237
- content: string;
2238
2236
  mimeType: string;
2237
+ content: string;
2239
2238
  } | {
2240
- type: "relative";
2241
2239
  path: string;
2240
+ type: "relative";
2242
2241
  } | undefined;
2242
+ url?: string | undefined;
2243
2243
  docs?: string | undefined;
2244
2244
  support?: string | undefined;
2245
2245
  tags?: string[] | undefined;
@@ -2249,44 +2249,44 @@ declare const BlockPackManifest: z.ZodObject<{
2249
2249
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
2250
2250
  }, {
2251
2251
  organization: {
2252
- url: string;
2253
2252
  name: string;
2253
+ url: string;
2254
2254
  logo?: {
2255
2255
  type: "explicit-base64";
2256
- content: string;
2257
2256
  mimeType: string;
2257
+ content: string;
2258
2258
  } | {
2259
- type: "relative";
2260
2259
  path: string;
2260
+ type: "relative";
2261
2261
  } | undefined;
2262
2262
  } & {
2263
2263
  [k: string]: unknown;
2264
2264
  };
2265
2265
  title: string;
2266
2266
  description: string;
2267
- url?: string | undefined;
2268
2267
  longDescription?: {
2269
2268
  type: "explicit-string";
2270
2269
  content: string;
2271
2270
  } | {
2272
- type: "relative";
2273
2271
  path: string;
2272
+ type: "relative";
2274
2273
  } | undefined;
2275
2274
  changelog?: {
2276
2275
  type: "explicit-string";
2277
2276
  content: string;
2278
2277
  } | {
2279
- type: "relative";
2280
2278
  path: string;
2279
+ type: "relative";
2281
2280
  } | undefined;
2282
2281
  logo?: {
2283
2282
  type: "explicit-base64";
2284
- content: string;
2285
2283
  mimeType: string;
2284
+ content: string;
2286
2285
  } | {
2287
- type: "relative";
2288
2286
  path: string;
2287
+ type: "relative";
2289
2288
  } | undefined;
2289
+ url?: string | undefined;
2290
2290
  docs?: string | undefined;
2291
2291
  support?: string | undefined;
2292
2292
  tags?: string[] | undefined;
@@ -2315,43 +2315,43 @@ declare const BlockPackManifest: z.ZodObject<{
2315
2315
  type: z.ZodLiteral<"relative">;
2316
2316
  path: z.ZodString;
2317
2317
  }, "strict", z.ZodTypeAny, {
2318
- type: "relative";
2319
2318
  path: string;
2320
- }, {
2321
2319
  type: "relative";
2320
+ }, {
2322
2321
  path: string;
2322
+ type: "relative";
2323
2323
  }>, {
2324
2324
  type: "workflow-v1";
2325
2325
  main: {
2326
- type: "relative";
2327
2326
  path: string;
2327
+ type: "relative";
2328
2328
  };
2329
2329
  }, {
2330
- type: "relative";
2331
2330
  path: string;
2331
+ type: "relative";
2332
2332
  }>, z.ZodObject<{
2333
2333
  type: z.ZodLiteral<"workflow-v1">;
2334
2334
  main: z.ZodObject<{
2335
2335
  type: z.ZodLiteral<"relative">;
2336
2336
  path: z.ZodString;
2337
2337
  }, "strict", z.ZodTypeAny, {
2338
- type: "relative";
2339
2338
  path: string;
2340
- }, {
2341
2339
  type: "relative";
2340
+ }, {
2342
2341
  path: string;
2342
+ type: "relative";
2343
2343
  }>;
2344
2344
  }, "strip", z.ZodTypeAny, {
2345
2345
  type: "workflow-v1";
2346
2346
  main: {
2347
- type: "relative";
2348
2347
  path: string;
2348
+ type: "relative";
2349
2349
  };
2350
2350
  }, {
2351
2351
  type: "workflow-v1";
2352
2352
  main: {
2353
- type: "relative";
2354
2353
  path: string;
2354
+ type: "relative";
2355
2355
  };
2356
2356
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2357
2357
  type: z.ZodLiteral<"workflow-v1">;
@@ -2359,79 +2359,79 @@ declare const BlockPackManifest: z.ZodObject<{
2359
2359
  type: z.ZodLiteral<"relative">;
2360
2360
  path: z.ZodString;
2361
2361
  }, "strict", z.ZodTypeAny, {
2362
- type: "relative";
2363
2362
  path: string;
2364
- }, {
2365
2363
  type: "relative";
2364
+ }, {
2366
2365
  path: string;
2366
+ type: "relative";
2367
2367
  }>;
2368
2368
  }, "strip", z.ZodTypeAny, {
2369
2369
  type: "workflow-v1";
2370
2370
  main: {
2371
- type: "relative";
2372
2371
  path: string;
2372
+ type: "relative";
2373
2373
  };
2374
2374
  }, {
2375
2375
  type: "workflow-v1";
2376
2376
  main: {
2377
- type: "relative";
2378
2377
  path: string;
2378
+ type: "relative";
2379
2379
  };
2380
2380
  }>]>]>;
2381
2381
  model: z.ZodObject<{
2382
2382
  type: z.ZodLiteral<"relative">;
2383
2383
  path: z.ZodString;
2384
2384
  }, "strict", z.ZodTypeAny, {
2385
- type: "relative";
2386
2385
  path: string;
2387
- }, {
2388
2386
  type: "relative";
2387
+ }, {
2389
2388
  path: string;
2389
+ type: "relative";
2390
2390
  }>;
2391
2391
  ui: z.ZodObject<{
2392
2392
  type: z.ZodLiteral<"relative">;
2393
2393
  path: z.ZodString;
2394
2394
  }, "strict", z.ZodTypeAny, {
2395
- type: "relative";
2396
2395
  path: string;
2397
- }, {
2398
2396
  type: "relative";
2397
+ }, {
2399
2398
  path: string;
2399
+ type: "relative";
2400
2400
  }>;
2401
2401
  }, "strip", z.ZodTypeAny, {
2402
2402
  workflow: {
2403
2403
  type: "workflow-v1";
2404
2404
  main: {
2405
- type: "relative";
2406
2405
  path: string;
2406
+ type: "relative";
2407
2407
  };
2408
2408
  };
2409
2409
  model: {
2410
- type: "relative";
2411
2410
  path: string;
2411
+ type: "relative";
2412
2412
  };
2413
2413
  ui: {
2414
- type: "relative";
2415
2414
  path: string;
2415
+ type: "relative";
2416
2416
  };
2417
2417
  }, {
2418
2418
  workflow: {
2419
- type: "relative";
2420
2419
  path: string;
2420
+ type: "relative";
2421
2421
  } | {
2422
2422
  type: "workflow-v1";
2423
2423
  main: {
2424
- type: "relative";
2425
2424
  path: string;
2425
+ type: "relative";
2426
2426
  };
2427
2427
  };
2428
2428
  model: {
2429
- type: "relative";
2430
2429
  path: string;
2430
+ type: "relative";
2431
2431
  };
2432
2432
  ui: {
2433
- type: "relative";
2434
2433
  path: string;
2434
+ type: "relative";
2435
2435
  };
2436
2436
  }>;
2437
2437
  meta: z.ZodObject<{
@@ -2450,11 +2450,11 @@ declare const BlockPackManifest: z.ZodObject<{
2450
2450
  type: z.ZodLiteral<"relative">;
2451
2451
  path: z.ZodString;
2452
2452
  }, "strict", z.ZodTypeAny, {
2453
- type: "relative";
2454
2453
  path: string;
2455
- }, {
2456
2454
  type: "relative";
2455
+ }, {
2457
2456
  path: string;
2457
+ type: "relative";
2458
2458
  }>]>>;
2459
2459
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2460
2460
  type: z.ZodLiteral<"explicit-string">;
@@ -2469,11 +2469,11 @@ declare const BlockPackManifest: z.ZodObject<{
2469
2469
  type: z.ZodLiteral<"relative">;
2470
2470
  path: z.ZodString;
2471
2471
  }, "strict", z.ZodTypeAny, {
2472
- type: "relative";
2473
2472
  path: string;
2474
- }, {
2475
2473
  type: "relative";
2474
+ }, {
2476
2475
  path: string;
2476
+ type: "relative";
2477
2477
  }>]>>;
2478
2478
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2479
2479
  type: z.ZodLiteral<"explicit-base64">;
@@ -2481,21 +2481,21 @@ declare const BlockPackManifest: z.ZodObject<{
2481
2481
  content: z.ZodString;
2482
2482
  }, "strict", z.ZodTypeAny, {
2483
2483
  type: "explicit-base64";
2484
- content: string;
2485
2484
  mimeType: string;
2485
+ content: string;
2486
2486
  }, {
2487
2487
  type: "explicit-base64";
2488
- content: string;
2489
2488
  mimeType: string;
2489
+ content: string;
2490
2490
  }>, z.ZodObject<{
2491
2491
  type: z.ZodLiteral<"relative">;
2492
2492
  path: z.ZodString;
2493
2493
  }, "strict", z.ZodTypeAny, {
2494
- type: "relative";
2495
2494
  path: string;
2496
- }, {
2497
2495
  type: "relative";
2496
+ }, {
2498
2497
  path: string;
2498
+ type: "relative";
2499
2499
  }>]>>;
2500
2500
  url: z.ZodOptional<z.ZodString>;
2501
2501
  docs: z.ZodOptional<z.ZodString>;
@@ -2510,21 +2510,21 @@ declare const BlockPackManifest: z.ZodObject<{
2510
2510
  content: z.ZodString;
2511
2511
  }, "strict", z.ZodTypeAny, {
2512
2512
  type: "explicit-base64";
2513
- content: string;
2514
2513
  mimeType: string;
2514
+ content: string;
2515
2515
  }, {
2516
2516
  type: "explicit-base64";
2517
- content: string;
2518
2517
  mimeType: string;
2518
+ content: string;
2519
2519
  }>, z.ZodObject<{
2520
2520
  type: z.ZodLiteral<"relative">;
2521
2521
  path: z.ZodString;
2522
2522
  }, "strict", z.ZodTypeAny, {
2523
- type: "relative";
2524
2523
  path: string;
2525
- }, {
2526
2524
  type: "relative";
2525
+ }, {
2527
2526
  path: string;
2527
+ type: "relative";
2528
2528
  }>]>>;
2529
2529
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2530
2530
  name: z.ZodString;
@@ -2535,21 +2535,21 @@ declare const BlockPackManifest: z.ZodObject<{
2535
2535
  content: z.ZodString;
2536
2536
  }, "strict", z.ZodTypeAny, {
2537
2537
  type: "explicit-base64";
2538
- content: string;
2539
2538
  mimeType: string;
2539
+ content: string;
2540
2540
  }, {
2541
2541
  type: "explicit-base64";
2542
- content: string;
2543
2542
  mimeType: string;
2543
+ content: string;
2544
2544
  }>, z.ZodObject<{
2545
2545
  type: z.ZodLiteral<"relative">;
2546
2546
  path: z.ZodString;
2547
2547
  }, "strict", z.ZodTypeAny, {
2548
- type: "relative";
2549
2548
  path: string;
2550
- }, {
2551
2549
  type: "relative";
2550
+ }, {
2552
2551
  path: string;
2552
+ type: "relative";
2553
2553
  }>]>>;
2554
2554
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2555
2555
  name: z.ZodString;
@@ -2560,21 +2560,21 @@ declare const BlockPackManifest: z.ZodObject<{
2560
2560
  content: z.ZodString;
2561
2561
  }, "strict", z.ZodTypeAny, {
2562
2562
  type: "explicit-base64";
2563
- content: string;
2564
2563
  mimeType: string;
2564
+ content: string;
2565
2565
  }, {
2566
2566
  type: "explicit-base64";
2567
- content: string;
2568
2567
  mimeType: string;
2568
+ content: string;
2569
2569
  }>, z.ZodObject<{
2570
2570
  type: z.ZodLiteral<"relative">;
2571
2571
  path: z.ZodString;
2572
2572
  }, "strict", z.ZodTypeAny, {
2573
- type: "relative";
2574
2573
  path: string;
2575
- }, {
2576
2574
  type: "relative";
2575
+ }, {
2577
2576
  path: string;
2577
+ type: "relative";
2578
2578
  }>]>>;
2579
2579
  }, z.ZodTypeAny, "passthrough">>;
2580
2580
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -2583,44 +2583,44 @@ declare const BlockPackManifest: z.ZodObject<{
2583
2583
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
2584
2584
  }, "strip", z.ZodTypeAny, {
2585
2585
  organization: {
2586
- url: string;
2587
2586
  name: string;
2587
+ url: string;
2588
2588
  logo?: {
2589
2589
  type: "explicit-base64";
2590
- content: string;
2591
2590
  mimeType: string;
2591
+ content: string;
2592
2592
  } | {
2593
- type: "relative";
2594
2593
  path: string;
2594
+ type: "relative";
2595
2595
  } | undefined;
2596
2596
  } & {
2597
2597
  [k: string]: unknown;
2598
2598
  };
2599
2599
  title: string;
2600
2600
  description: string;
2601
- url?: string | undefined;
2602
2601
  longDescription?: {
2603
2602
  type: "explicit-string";
2604
2603
  content: string;
2605
2604
  } | {
2606
- type: "relative";
2607
2605
  path: string;
2606
+ type: "relative";
2608
2607
  } | undefined;
2609
2608
  changelog?: {
2610
2609
  type: "explicit-string";
2611
2610
  content: string;
2612
2611
  } | {
2613
- type: "relative";
2614
2612
  path: string;
2613
+ type: "relative";
2615
2614
  } | undefined;
2616
2615
  logo?: {
2617
2616
  type: "explicit-base64";
2618
- content: string;
2619
2617
  mimeType: string;
2618
+ content: string;
2620
2619
  } | {
2621
- type: "relative";
2622
2620
  path: string;
2621
+ type: "relative";
2623
2622
  } | undefined;
2623
+ url?: string | undefined;
2624
2624
  docs?: string | undefined;
2625
2625
  support?: string | undefined;
2626
2626
  tags?: string[] | undefined;
@@ -2630,44 +2630,44 @@ declare const BlockPackManifest: z.ZodObject<{
2630
2630
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
2631
2631
  }, {
2632
2632
  organization: {
2633
- url: string;
2634
2633
  name: string;
2634
+ url: string;
2635
2635
  logo?: {
2636
2636
  type: "explicit-base64";
2637
- content: string;
2638
2637
  mimeType: string;
2638
+ content: string;
2639
2639
  } | {
2640
- type: "relative";
2641
2640
  path: string;
2641
+ type: "relative";
2642
2642
  } | undefined;
2643
2643
  } & {
2644
2644
  [k: string]: unknown;
2645
2645
  };
2646
2646
  title: string;
2647
2647
  description: string;
2648
- url?: string | undefined;
2649
2648
  longDescription?: {
2650
2649
  type: "explicit-string";
2651
2650
  content: string;
2652
2651
  } | {
2653
- type: "relative";
2654
2652
  path: string;
2653
+ type: "relative";
2655
2654
  } | undefined;
2656
2655
  changelog?: {
2657
2656
  type: "explicit-string";
2658
2657
  content: string;
2659
2658
  } | {
2660
- type: "relative";
2661
2659
  path: string;
2660
+ type: "relative";
2662
2661
  } | undefined;
2663
2662
  logo?: {
2664
2663
  type: "explicit-base64";
2665
- content: string;
2666
2664
  mimeType: string;
2665
+ content: string;
2667
2666
  } | {
2668
- type: "relative";
2669
2667
  path: string;
2668
+ type: "relative";
2670
2669
  } | undefined;
2670
+ url?: string | undefined;
2671
2671
  docs?: string | undefined;
2672
2672
  support?: string | undefined;
2673
2673
  tags?: string[] | undefined;
@@ -2713,43 +2713,43 @@ declare const BlockPackManifest: z.ZodObject<{
2713
2713
  type: z.ZodLiteral<"relative">;
2714
2714
  path: z.ZodString;
2715
2715
  }, "strict", z.ZodTypeAny, {
2716
- type: "relative";
2717
2716
  path: string;
2718
- }, {
2719
2717
  type: "relative";
2718
+ }, {
2720
2719
  path: string;
2720
+ type: "relative";
2721
2721
  }>, {
2722
2722
  type: "workflow-v1";
2723
2723
  main: {
2724
- type: "relative";
2725
2724
  path: string;
2725
+ type: "relative";
2726
2726
  };
2727
2727
  }, {
2728
- type: "relative";
2729
2728
  path: string;
2729
+ type: "relative";
2730
2730
  }>, z.ZodObject<{
2731
2731
  type: z.ZodLiteral<"workflow-v1">;
2732
2732
  main: z.ZodObject<{
2733
2733
  type: z.ZodLiteral<"relative">;
2734
2734
  path: z.ZodString;
2735
2735
  }, "strict", z.ZodTypeAny, {
2736
- type: "relative";
2737
2736
  path: string;
2738
- }, {
2739
2737
  type: "relative";
2738
+ }, {
2740
2739
  path: string;
2740
+ type: "relative";
2741
2741
  }>;
2742
2742
  }, "strip", z.ZodTypeAny, {
2743
2743
  type: "workflow-v1";
2744
2744
  main: {
2745
- type: "relative";
2746
2745
  path: string;
2746
+ type: "relative";
2747
2747
  };
2748
2748
  }, {
2749
2749
  type: "workflow-v1";
2750
2750
  main: {
2751
- type: "relative";
2752
2751
  path: string;
2752
+ type: "relative";
2753
2753
  };
2754
2754
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2755
2755
  type: z.ZodLiteral<"workflow-v1">;
@@ -2757,79 +2757,79 @@ declare const BlockPackManifest: z.ZodObject<{
2757
2757
  type: z.ZodLiteral<"relative">;
2758
2758
  path: z.ZodString;
2759
2759
  }, "strict", z.ZodTypeAny, {
2760
- type: "relative";
2761
2760
  path: string;
2762
- }, {
2763
2761
  type: "relative";
2762
+ }, {
2764
2763
  path: string;
2764
+ type: "relative";
2765
2765
  }>;
2766
2766
  }, "strip", z.ZodTypeAny, {
2767
2767
  type: "workflow-v1";
2768
2768
  main: {
2769
- type: "relative";
2770
2769
  path: string;
2770
+ type: "relative";
2771
2771
  };
2772
2772
  }, {
2773
2773
  type: "workflow-v1";
2774
2774
  main: {
2775
- type: "relative";
2776
2775
  path: string;
2776
+ type: "relative";
2777
2777
  };
2778
2778
  }>]>]>;
2779
2779
  model: z.ZodObject<{
2780
2780
  type: z.ZodLiteral<"relative">;
2781
2781
  path: z.ZodString;
2782
2782
  }, "strict", z.ZodTypeAny, {
2783
- type: "relative";
2784
2783
  path: string;
2785
- }, {
2786
2784
  type: "relative";
2785
+ }, {
2787
2786
  path: string;
2787
+ type: "relative";
2788
2788
  }>;
2789
2789
  ui: z.ZodObject<{
2790
2790
  type: z.ZodLiteral<"relative">;
2791
2791
  path: z.ZodString;
2792
2792
  }, "strict", z.ZodTypeAny, {
2793
- type: "relative";
2794
2793
  path: string;
2795
- }, {
2796
2794
  type: "relative";
2795
+ }, {
2797
2796
  path: string;
2797
+ type: "relative";
2798
2798
  }>;
2799
2799
  }, "strip", z.ZodTypeAny, {
2800
2800
  workflow: {
2801
2801
  type: "workflow-v1";
2802
2802
  main: {
2803
- type: "relative";
2804
2803
  path: string;
2804
+ type: "relative";
2805
2805
  };
2806
2806
  };
2807
2807
  model: {
2808
- type: "relative";
2809
2808
  path: string;
2809
+ type: "relative";
2810
2810
  };
2811
2811
  ui: {
2812
- type: "relative";
2813
2812
  path: string;
2813
+ type: "relative";
2814
2814
  };
2815
2815
  }, {
2816
2816
  workflow: {
2817
- type: "relative";
2818
2817
  path: string;
2818
+ type: "relative";
2819
2819
  } | {
2820
2820
  type: "workflow-v1";
2821
2821
  main: {
2822
- type: "relative";
2823
2822
  path: string;
2823
+ type: "relative";
2824
2824
  };
2825
2825
  };
2826
2826
  model: {
2827
- type: "relative";
2828
2827
  path: string;
2828
+ type: "relative";
2829
2829
  };
2830
2830
  ui: {
2831
- type: "relative";
2832
2831
  path: string;
2832
+ type: "relative";
2833
2833
  };
2834
2834
  }>;
2835
2835
  meta: z.ZodObject<{
@@ -2848,11 +2848,11 @@ declare const BlockPackManifest: z.ZodObject<{
2848
2848
  type: z.ZodLiteral<"relative">;
2849
2849
  path: z.ZodString;
2850
2850
  }, "strict", z.ZodTypeAny, {
2851
- type: "relative";
2852
2851
  path: string;
2853
- }, {
2854
2852
  type: "relative";
2853
+ }, {
2855
2854
  path: string;
2855
+ type: "relative";
2856
2856
  }>]>>;
2857
2857
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2858
2858
  type: z.ZodLiteral<"explicit-string">;
@@ -2867,11 +2867,11 @@ declare const BlockPackManifest: z.ZodObject<{
2867
2867
  type: z.ZodLiteral<"relative">;
2868
2868
  path: z.ZodString;
2869
2869
  }, "strict", z.ZodTypeAny, {
2870
- type: "relative";
2871
2870
  path: string;
2872
- }, {
2873
2871
  type: "relative";
2872
+ }, {
2874
2873
  path: string;
2874
+ type: "relative";
2875
2875
  }>]>>;
2876
2876
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2877
2877
  type: z.ZodLiteral<"explicit-base64">;
@@ -2879,21 +2879,21 @@ declare const BlockPackManifest: z.ZodObject<{
2879
2879
  content: z.ZodString;
2880
2880
  }, "strict", z.ZodTypeAny, {
2881
2881
  type: "explicit-base64";
2882
- content: string;
2883
2882
  mimeType: string;
2883
+ content: string;
2884
2884
  }, {
2885
2885
  type: "explicit-base64";
2886
- content: string;
2887
2886
  mimeType: string;
2887
+ content: string;
2888
2888
  }>, z.ZodObject<{
2889
2889
  type: z.ZodLiteral<"relative">;
2890
2890
  path: z.ZodString;
2891
2891
  }, "strict", z.ZodTypeAny, {
2892
- type: "relative";
2893
2892
  path: string;
2894
- }, {
2895
2893
  type: "relative";
2894
+ }, {
2896
2895
  path: string;
2896
+ type: "relative";
2897
2897
  }>]>>;
2898
2898
  url: z.ZodOptional<z.ZodString>;
2899
2899
  docs: z.ZodOptional<z.ZodString>;
@@ -2908,21 +2908,21 @@ declare const BlockPackManifest: z.ZodObject<{
2908
2908
  content: z.ZodString;
2909
2909
  }, "strict", z.ZodTypeAny, {
2910
2910
  type: "explicit-base64";
2911
- content: string;
2912
2911
  mimeType: string;
2912
+ content: string;
2913
2913
  }, {
2914
2914
  type: "explicit-base64";
2915
- content: string;
2916
2915
  mimeType: string;
2916
+ content: string;
2917
2917
  }>, z.ZodObject<{
2918
2918
  type: z.ZodLiteral<"relative">;
2919
2919
  path: z.ZodString;
2920
2920
  }, "strict", z.ZodTypeAny, {
2921
- type: "relative";
2922
2921
  path: string;
2923
- }, {
2924
2922
  type: "relative";
2923
+ }, {
2925
2924
  path: string;
2925
+ type: "relative";
2926
2926
  }>]>>;
2927
2927
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2928
2928
  name: z.ZodString;
@@ -2933,21 +2933,21 @@ declare const BlockPackManifest: z.ZodObject<{
2933
2933
  content: z.ZodString;
2934
2934
  }, "strict", z.ZodTypeAny, {
2935
2935
  type: "explicit-base64";
2936
- content: string;
2937
2936
  mimeType: string;
2937
+ content: string;
2938
2938
  }, {
2939
2939
  type: "explicit-base64";
2940
- content: string;
2941
2940
  mimeType: string;
2941
+ content: string;
2942
2942
  }>, z.ZodObject<{
2943
2943
  type: z.ZodLiteral<"relative">;
2944
2944
  path: z.ZodString;
2945
2945
  }, "strict", z.ZodTypeAny, {
2946
- type: "relative";
2947
2946
  path: string;
2948
- }, {
2949
2947
  type: "relative";
2948
+ }, {
2950
2949
  path: string;
2950
+ type: "relative";
2951
2951
  }>]>>;
2952
2952
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2953
2953
  name: z.ZodString;
@@ -2958,21 +2958,21 @@ declare const BlockPackManifest: z.ZodObject<{
2958
2958
  content: z.ZodString;
2959
2959
  }, "strict", z.ZodTypeAny, {
2960
2960
  type: "explicit-base64";
2961
- content: string;
2962
2961
  mimeType: string;
2962
+ content: string;
2963
2963
  }, {
2964
2964
  type: "explicit-base64";
2965
- content: string;
2966
2965
  mimeType: string;
2966
+ content: string;
2967
2967
  }>, z.ZodObject<{
2968
2968
  type: z.ZodLiteral<"relative">;
2969
2969
  path: z.ZodString;
2970
2970
  }, "strict", z.ZodTypeAny, {
2971
- type: "relative";
2972
2971
  path: string;
2973
- }, {
2974
2972
  type: "relative";
2973
+ }, {
2975
2974
  path: string;
2975
+ type: "relative";
2976
2976
  }>]>>;
2977
2977
  }, z.ZodTypeAny, "passthrough">>;
2978
2978
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -2981,44 +2981,44 @@ declare const BlockPackManifest: z.ZodObject<{
2981
2981
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
2982
2982
  }, "strip", z.ZodTypeAny, {
2983
2983
  organization: {
2984
- url: string;
2985
2984
  name: string;
2985
+ url: string;
2986
2986
  logo?: {
2987
2987
  type: "explicit-base64";
2988
- content: string;
2989
2988
  mimeType: string;
2989
+ content: string;
2990
2990
  } | {
2991
- type: "relative";
2992
2991
  path: string;
2992
+ type: "relative";
2993
2993
  } | undefined;
2994
2994
  } & {
2995
2995
  [k: string]: unknown;
2996
2996
  };
2997
2997
  title: string;
2998
2998
  description: string;
2999
- url?: string | undefined;
3000
2999
  longDescription?: {
3001
3000
  type: "explicit-string";
3002
3001
  content: string;
3003
3002
  } | {
3004
- type: "relative";
3005
3003
  path: string;
3004
+ type: "relative";
3006
3005
  } | undefined;
3007
3006
  changelog?: {
3008
3007
  type: "explicit-string";
3009
3008
  content: string;
3010
3009
  } | {
3011
- type: "relative";
3012
3010
  path: string;
3011
+ type: "relative";
3013
3012
  } | undefined;
3014
3013
  logo?: {
3015
3014
  type: "explicit-base64";
3016
- content: string;
3017
3015
  mimeType: string;
3016
+ content: string;
3018
3017
  } | {
3019
- type: "relative";
3020
3018
  path: string;
3019
+ type: "relative";
3021
3020
  } | undefined;
3021
+ url?: string | undefined;
3022
3022
  docs?: string | undefined;
3023
3023
  support?: string | undefined;
3024
3024
  tags?: string[] | undefined;
@@ -3028,44 +3028,44 @@ declare const BlockPackManifest: z.ZodObject<{
3028
3028
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
3029
3029
  }, {
3030
3030
  organization: {
3031
- url: string;
3032
3031
  name: string;
3032
+ url: string;
3033
3033
  logo?: {
3034
3034
  type: "explicit-base64";
3035
- content: string;
3036
3035
  mimeType: string;
3036
+ content: string;
3037
3037
  } | {
3038
- type: "relative";
3039
3038
  path: string;
3039
+ type: "relative";
3040
3040
  } | undefined;
3041
3041
  } & {
3042
3042
  [k: string]: unknown;
3043
3043
  };
3044
3044
  title: string;
3045
3045
  description: string;
3046
- url?: string | undefined;
3047
3046
  longDescription?: {
3048
3047
  type: "explicit-string";
3049
3048
  content: string;
3050
3049
  } | {
3051
- type: "relative";
3052
3050
  path: string;
3051
+ type: "relative";
3053
3052
  } | undefined;
3054
3053
  changelog?: {
3055
3054
  type: "explicit-string";
3056
3055
  content: string;
3057
3056
  } | {
3058
- type: "relative";
3059
3057
  path: string;
3058
+ type: "relative";
3060
3059
  } | undefined;
3061
3060
  logo?: {
3062
3061
  type: "explicit-base64";
3063
- content: string;
3064
3062
  mimeType: string;
3063
+ content: string;
3065
3064
  } | {
3066
- type: "relative";
3067
3065
  path: string;
3066
+ type: "relative";
3068
3067
  } | undefined;
3068
+ url?: string | undefined;
3069
3069
  docs?: string | undefined;
3070
3070
  support?: string | undefined;
3071
3071
  tags?: string[] | undefined;
@@ -3094,43 +3094,43 @@ declare const BlockPackManifest: z.ZodObject<{
3094
3094
  type: z.ZodLiteral<"relative">;
3095
3095
  path: z.ZodString;
3096
3096
  }, "strict", z.ZodTypeAny, {
3097
- type: "relative";
3098
3097
  path: string;
3099
- }, {
3100
3098
  type: "relative";
3099
+ }, {
3101
3100
  path: string;
3101
+ type: "relative";
3102
3102
  }>, {
3103
3103
  type: "workflow-v1";
3104
3104
  main: {
3105
- type: "relative";
3106
3105
  path: string;
3106
+ type: "relative";
3107
3107
  };
3108
3108
  }, {
3109
- type: "relative";
3110
3109
  path: string;
3110
+ type: "relative";
3111
3111
  }>, z.ZodObject<{
3112
3112
  type: z.ZodLiteral<"workflow-v1">;
3113
3113
  main: z.ZodObject<{
3114
3114
  type: z.ZodLiteral<"relative">;
3115
3115
  path: z.ZodString;
3116
3116
  }, "strict", z.ZodTypeAny, {
3117
- type: "relative";
3118
3117
  path: string;
3119
- }, {
3120
3118
  type: "relative";
3119
+ }, {
3121
3120
  path: string;
3121
+ type: "relative";
3122
3122
  }>;
3123
3123
  }, "strip", z.ZodTypeAny, {
3124
3124
  type: "workflow-v1";
3125
3125
  main: {
3126
- type: "relative";
3127
3126
  path: string;
3127
+ type: "relative";
3128
3128
  };
3129
3129
  }, {
3130
3130
  type: "workflow-v1";
3131
3131
  main: {
3132
- type: "relative";
3133
3132
  path: string;
3133
+ type: "relative";
3134
3134
  };
3135
3135
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3136
3136
  type: z.ZodLiteral<"workflow-v1">;
@@ -3138,79 +3138,79 @@ declare const BlockPackManifest: z.ZodObject<{
3138
3138
  type: z.ZodLiteral<"relative">;
3139
3139
  path: z.ZodString;
3140
3140
  }, "strict", z.ZodTypeAny, {
3141
- type: "relative";
3142
3141
  path: string;
3143
- }, {
3144
3142
  type: "relative";
3143
+ }, {
3145
3144
  path: string;
3145
+ type: "relative";
3146
3146
  }>;
3147
3147
  }, "strip", z.ZodTypeAny, {
3148
3148
  type: "workflow-v1";
3149
3149
  main: {
3150
- type: "relative";
3151
3150
  path: string;
3151
+ type: "relative";
3152
3152
  };
3153
3153
  }, {
3154
3154
  type: "workflow-v1";
3155
3155
  main: {
3156
- type: "relative";
3157
3156
  path: string;
3157
+ type: "relative";
3158
3158
  };
3159
3159
  }>]>]>;
3160
3160
  model: z.ZodObject<{
3161
3161
  type: z.ZodLiteral<"relative">;
3162
3162
  path: z.ZodString;
3163
3163
  }, "strict", z.ZodTypeAny, {
3164
- type: "relative";
3165
3164
  path: string;
3166
- }, {
3167
3165
  type: "relative";
3166
+ }, {
3168
3167
  path: string;
3168
+ type: "relative";
3169
3169
  }>;
3170
3170
  ui: z.ZodObject<{
3171
3171
  type: z.ZodLiteral<"relative">;
3172
3172
  path: z.ZodString;
3173
3173
  }, "strict", z.ZodTypeAny, {
3174
- type: "relative";
3175
3174
  path: string;
3176
- }, {
3177
3175
  type: "relative";
3176
+ }, {
3178
3177
  path: string;
3178
+ type: "relative";
3179
3179
  }>;
3180
3180
  }, "strip", z.ZodTypeAny, {
3181
3181
  workflow: {
3182
3182
  type: "workflow-v1";
3183
3183
  main: {
3184
- type: "relative";
3185
3184
  path: string;
3185
+ type: "relative";
3186
3186
  };
3187
3187
  };
3188
3188
  model: {
3189
- type: "relative";
3190
3189
  path: string;
3190
+ type: "relative";
3191
3191
  };
3192
3192
  ui: {
3193
- type: "relative";
3194
3193
  path: string;
3194
+ type: "relative";
3195
3195
  };
3196
3196
  }, {
3197
3197
  workflow: {
3198
- type: "relative";
3199
3198
  path: string;
3199
+ type: "relative";
3200
3200
  } | {
3201
3201
  type: "workflow-v1";
3202
3202
  main: {
3203
- type: "relative";
3204
3203
  path: string;
3204
+ type: "relative";
3205
3205
  };
3206
3206
  };
3207
3207
  model: {
3208
- type: "relative";
3209
3208
  path: string;
3209
+ type: "relative";
3210
3210
  };
3211
3211
  ui: {
3212
- type: "relative";
3213
3212
  path: string;
3213
+ type: "relative";
3214
3214
  };
3215
3215
  }>;
3216
3216
  meta: z.ZodObject<{
@@ -3229,11 +3229,11 @@ declare const BlockPackManifest: z.ZodObject<{
3229
3229
  type: z.ZodLiteral<"relative">;
3230
3230
  path: z.ZodString;
3231
3231
  }, "strict", z.ZodTypeAny, {
3232
- type: "relative";
3233
3232
  path: string;
3234
- }, {
3235
3233
  type: "relative";
3234
+ }, {
3236
3235
  path: string;
3236
+ type: "relative";
3237
3237
  }>]>>;
3238
3238
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3239
3239
  type: z.ZodLiteral<"explicit-string">;
@@ -3248,11 +3248,11 @@ declare const BlockPackManifest: z.ZodObject<{
3248
3248
  type: z.ZodLiteral<"relative">;
3249
3249
  path: z.ZodString;
3250
3250
  }, "strict", z.ZodTypeAny, {
3251
- type: "relative";
3252
3251
  path: string;
3253
- }, {
3254
3252
  type: "relative";
3253
+ }, {
3255
3254
  path: string;
3255
+ type: "relative";
3256
3256
  }>]>>;
3257
3257
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3258
3258
  type: z.ZodLiteral<"explicit-base64">;
@@ -3260,21 +3260,21 @@ declare const BlockPackManifest: z.ZodObject<{
3260
3260
  content: z.ZodString;
3261
3261
  }, "strict", z.ZodTypeAny, {
3262
3262
  type: "explicit-base64";
3263
- content: string;
3264
3263
  mimeType: string;
3264
+ content: string;
3265
3265
  }, {
3266
3266
  type: "explicit-base64";
3267
- content: string;
3268
3267
  mimeType: string;
3268
+ content: string;
3269
3269
  }>, z.ZodObject<{
3270
3270
  type: z.ZodLiteral<"relative">;
3271
3271
  path: z.ZodString;
3272
3272
  }, "strict", z.ZodTypeAny, {
3273
- type: "relative";
3274
3273
  path: string;
3275
- }, {
3276
3274
  type: "relative";
3275
+ }, {
3277
3276
  path: string;
3277
+ type: "relative";
3278
3278
  }>]>>;
3279
3279
  url: z.ZodOptional<z.ZodString>;
3280
3280
  docs: z.ZodOptional<z.ZodString>;
@@ -3289,21 +3289,21 @@ declare const BlockPackManifest: z.ZodObject<{
3289
3289
  content: z.ZodString;
3290
3290
  }, "strict", z.ZodTypeAny, {
3291
3291
  type: "explicit-base64";
3292
- content: string;
3293
3292
  mimeType: string;
3293
+ content: string;
3294
3294
  }, {
3295
3295
  type: "explicit-base64";
3296
- content: string;
3297
3296
  mimeType: string;
3297
+ content: string;
3298
3298
  }>, z.ZodObject<{
3299
3299
  type: z.ZodLiteral<"relative">;
3300
3300
  path: z.ZodString;
3301
3301
  }, "strict", z.ZodTypeAny, {
3302
- type: "relative";
3303
3302
  path: string;
3304
- }, {
3305
3303
  type: "relative";
3304
+ }, {
3306
3305
  path: string;
3306
+ type: "relative";
3307
3307
  }>]>>;
3308
3308
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3309
3309
  name: z.ZodString;
@@ -3314,21 +3314,21 @@ declare const BlockPackManifest: z.ZodObject<{
3314
3314
  content: z.ZodString;
3315
3315
  }, "strict", z.ZodTypeAny, {
3316
3316
  type: "explicit-base64";
3317
- content: string;
3318
3317
  mimeType: string;
3318
+ content: string;
3319
3319
  }, {
3320
3320
  type: "explicit-base64";
3321
- content: string;
3322
3321
  mimeType: string;
3322
+ content: string;
3323
3323
  }>, z.ZodObject<{
3324
3324
  type: z.ZodLiteral<"relative">;
3325
3325
  path: z.ZodString;
3326
3326
  }, "strict", z.ZodTypeAny, {
3327
- type: "relative";
3328
3327
  path: string;
3329
- }, {
3330
3328
  type: "relative";
3329
+ }, {
3331
3330
  path: string;
3331
+ type: "relative";
3332
3332
  }>]>>;
3333
3333
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3334
3334
  name: z.ZodString;
@@ -3339,21 +3339,21 @@ declare const BlockPackManifest: z.ZodObject<{
3339
3339
  content: z.ZodString;
3340
3340
  }, "strict", z.ZodTypeAny, {
3341
3341
  type: "explicit-base64";
3342
- content: string;
3343
3342
  mimeType: string;
3343
+ content: string;
3344
3344
  }, {
3345
3345
  type: "explicit-base64";
3346
- content: string;
3347
3346
  mimeType: string;
3347
+ content: string;
3348
3348
  }>, z.ZodObject<{
3349
3349
  type: z.ZodLiteral<"relative">;
3350
3350
  path: z.ZodString;
3351
3351
  }, "strict", z.ZodTypeAny, {
3352
- type: "relative";
3353
3352
  path: string;
3354
- }, {
3355
3353
  type: "relative";
3354
+ }, {
3356
3355
  path: string;
3356
+ type: "relative";
3357
3357
  }>]>>;
3358
3358
  }, z.ZodTypeAny, "passthrough">>;
3359
3359
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -3362,44 +3362,44 @@ declare const BlockPackManifest: z.ZodObject<{
3362
3362
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
3363
3363
  }, "strip", z.ZodTypeAny, {
3364
3364
  organization: {
3365
- url: string;
3366
3365
  name: string;
3366
+ url: string;
3367
3367
  logo?: {
3368
3368
  type: "explicit-base64";
3369
- content: string;
3370
3369
  mimeType: string;
3370
+ content: string;
3371
3371
  } | {
3372
- type: "relative";
3373
3372
  path: string;
3373
+ type: "relative";
3374
3374
  } | undefined;
3375
3375
  } & {
3376
3376
  [k: string]: unknown;
3377
3377
  };
3378
3378
  title: string;
3379
3379
  description: string;
3380
- url?: string | undefined;
3381
3380
  longDescription?: {
3382
3381
  type: "explicit-string";
3383
3382
  content: string;
3384
3383
  } | {
3385
- type: "relative";
3386
3384
  path: string;
3385
+ type: "relative";
3387
3386
  } | undefined;
3388
3387
  changelog?: {
3389
3388
  type: "explicit-string";
3390
3389
  content: string;
3391
3390
  } | {
3392
- type: "relative";
3393
3391
  path: string;
3392
+ type: "relative";
3394
3393
  } | undefined;
3395
3394
  logo?: {
3396
3395
  type: "explicit-base64";
3397
- content: string;
3398
3396
  mimeType: string;
3397
+ content: string;
3399
3398
  } | {
3400
- type: "relative";
3401
3399
  path: string;
3400
+ type: "relative";
3402
3401
  } | undefined;
3402
+ url?: string | undefined;
3403
3403
  docs?: string | undefined;
3404
3404
  support?: string | undefined;
3405
3405
  tags?: string[] | undefined;
@@ -3409,44 +3409,44 @@ declare const BlockPackManifest: z.ZodObject<{
3409
3409
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
3410
3410
  }, {
3411
3411
  organization: {
3412
- url: string;
3413
3412
  name: string;
3413
+ url: string;
3414
3414
  logo?: {
3415
3415
  type: "explicit-base64";
3416
- content: string;
3417
3416
  mimeType: string;
3417
+ content: string;
3418
3418
  } | {
3419
- type: "relative";
3420
3419
  path: string;
3420
+ type: "relative";
3421
3421
  } | undefined;
3422
3422
  } & {
3423
3423
  [k: string]: unknown;
3424
3424
  };
3425
3425
  title: string;
3426
3426
  description: string;
3427
- url?: string | undefined;
3428
3427
  longDescription?: {
3429
3428
  type: "explicit-string";
3430
3429
  content: string;
3431
3430
  } | {
3432
- type: "relative";
3433
3431
  path: string;
3432
+ type: "relative";
3434
3433
  } | undefined;
3435
3434
  changelog?: {
3436
3435
  type: "explicit-string";
3437
3436
  content: string;
3438
3437
  } | {
3439
- type: "relative";
3440
3438
  path: string;
3439
+ type: "relative";
3441
3440
  } | undefined;
3442
3441
  logo?: {
3443
3442
  type: "explicit-base64";
3444
- content: string;
3445
3443
  mimeType: string;
3444
+ content: string;
3446
3445
  } | {
3447
- type: "relative";
3448
3446
  path: string;
3447
+ type: "relative";
3449
3448
  } | undefined;
3449
+ url?: string | undefined;
3450
3450
  docs?: string | undefined;
3451
3451
  support?: string | undefined;
3452
3452
  tags?: string[] | undefined;
@@ -3475,43 +3475,43 @@ declare const BlockPackManifest: z.ZodObject<{
3475
3475
  type: z.ZodLiteral<"relative">;
3476
3476
  path: z.ZodString;
3477
3477
  }, "strict", z.ZodTypeAny, {
3478
- type: "relative";
3479
3478
  path: string;
3480
- }, {
3481
3479
  type: "relative";
3480
+ }, {
3482
3481
  path: string;
3482
+ type: "relative";
3483
3483
  }>, {
3484
3484
  type: "workflow-v1";
3485
3485
  main: {
3486
- type: "relative";
3487
3486
  path: string;
3487
+ type: "relative";
3488
3488
  };
3489
3489
  }, {
3490
- type: "relative";
3491
3490
  path: string;
3491
+ type: "relative";
3492
3492
  }>, z.ZodObject<{
3493
3493
  type: z.ZodLiteral<"workflow-v1">;
3494
3494
  main: z.ZodObject<{
3495
3495
  type: z.ZodLiteral<"relative">;
3496
3496
  path: z.ZodString;
3497
3497
  }, "strict", z.ZodTypeAny, {
3498
- type: "relative";
3499
3498
  path: string;
3500
- }, {
3501
3499
  type: "relative";
3500
+ }, {
3502
3501
  path: string;
3502
+ type: "relative";
3503
3503
  }>;
3504
3504
  }, "strip", z.ZodTypeAny, {
3505
3505
  type: "workflow-v1";
3506
3506
  main: {
3507
- type: "relative";
3508
3507
  path: string;
3508
+ type: "relative";
3509
3509
  };
3510
3510
  }, {
3511
3511
  type: "workflow-v1";
3512
3512
  main: {
3513
- type: "relative";
3514
3513
  path: string;
3514
+ type: "relative";
3515
3515
  };
3516
3516
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3517
3517
  type: z.ZodLiteral<"workflow-v1">;
@@ -3519,79 +3519,79 @@ declare const BlockPackManifest: z.ZodObject<{
3519
3519
  type: z.ZodLiteral<"relative">;
3520
3520
  path: z.ZodString;
3521
3521
  }, "strict", z.ZodTypeAny, {
3522
- type: "relative";
3523
3522
  path: string;
3524
- }, {
3525
3523
  type: "relative";
3524
+ }, {
3526
3525
  path: string;
3526
+ type: "relative";
3527
3527
  }>;
3528
3528
  }, "strip", z.ZodTypeAny, {
3529
3529
  type: "workflow-v1";
3530
3530
  main: {
3531
- type: "relative";
3532
3531
  path: string;
3532
+ type: "relative";
3533
3533
  };
3534
3534
  }, {
3535
3535
  type: "workflow-v1";
3536
3536
  main: {
3537
- type: "relative";
3538
3537
  path: string;
3538
+ type: "relative";
3539
3539
  };
3540
3540
  }>]>]>;
3541
3541
  model: z.ZodObject<{
3542
3542
  type: z.ZodLiteral<"relative">;
3543
3543
  path: z.ZodString;
3544
3544
  }, "strict", z.ZodTypeAny, {
3545
- type: "relative";
3546
3545
  path: string;
3547
- }, {
3548
3546
  type: "relative";
3547
+ }, {
3549
3548
  path: string;
3549
+ type: "relative";
3550
3550
  }>;
3551
3551
  ui: z.ZodObject<{
3552
3552
  type: z.ZodLiteral<"relative">;
3553
3553
  path: z.ZodString;
3554
3554
  }, "strict", z.ZodTypeAny, {
3555
- type: "relative";
3556
3555
  path: string;
3557
- }, {
3558
3556
  type: "relative";
3557
+ }, {
3559
3558
  path: string;
3559
+ type: "relative";
3560
3560
  }>;
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
3562
  workflow: {
3563
3563
  type: "workflow-v1";
3564
3564
  main: {
3565
- type: "relative";
3566
3565
  path: string;
3566
+ type: "relative";
3567
3567
  };
3568
3568
  };
3569
3569
  model: {
3570
- type: "relative";
3571
3570
  path: string;
3571
+ type: "relative";
3572
3572
  };
3573
3573
  ui: {
3574
- type: "relative";
3575
3574
  path: string;
3575
+ type: "relative";
3576
3576
  };
3577
3577
  }, {
3578
3578
  workflow: {
3579
- type: "relative";
3580
3579
  path: string;
3580
+ type: "relative";
3581
3581
  } | {
3582
3582
  type: "workflow-v1";
3583
3583
  main: {
3584
- type: "relative";
3585
3584
  path: string;
3585
+ type: "relative";
3586
3586
  };
3587
3587
  };
3588
3588
  model: {
3589
- type: "relative";
3590
3589
  path: string;
3590
+ type: "relative";
3591
3591
  };
3592
3592
  ui: {
3593
- type: "relative";
3594
3593
  path: string;
3594
+ type: "relative";
3595
3595
  };
3596
3596
  }>;
3597
3597
  meta: z.ZodObject<{
@@ -3610,11 +3610,11 @@ declare const BlockPackManifest: z.ZodObject<{
3610
3610
  type: z.ZodLiteral<"relative">;
3611
3611
  path: z.ZodString;
3612
3612
  }, "strict", z.ZodTypeAny, {
3613
- type: "relative";
3614
3613
  path: string;
3615
- }, {
3616
3614
  type: "relative";
3615
+ }, {
3617
3616
  path: string;
3617
+ type: "relative";
3618
3618
  }>]>>;
3619
3619
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3620
3620
  type: z.ZodLiteral<"explicit-string">;
@@ -3629,11 +3629,11 @@ declare const BlockPackManifest: z.ZodObject<{
3629
3629
  type: z.ZodLiteral<"relative">;
3630
3630
  path: z.ZodString;
3631
3631
  }, "strict", z.ZodTypeAny, {
3632
- type: "relative";
3633
3632
  path: string;
3634
- }, {
3635
3633
  type: "relative";
3634
+ }, {
3636
3635
  path: string;
3636
+ type: "relative";
3637
3637
  }>]>>;
3638
3638
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3639
3639
  type: z.ZodLiteral<"explicit-base64">;
@@ -3641,21 +3641,21 @@ declare const BlockPackManifest: z.ZodObject<{
3641
3641
  content: z.ZodString;
3642
3642
  }, "strict", z.ZodTypeAny, {
3643
3643
  type: "explicit-base64";
3644
- content: string;
3645
3644
  mimeType: string;
3645
+ content: string;
3646
3646
  }, {
3647
3647
  type: "explicit-base64";
3648
- content: string;
3649
3648
  mimeType: string;
3649
+ content: string;
3650
3650
  }>, z.ZodObject<{
3651
3651
  type: z.ZodLiteral<"relative">;
3652
3652
  path: z.ZodString;
3653
3653
  }, "strict", z.ZodTypeAny, {
3654
- type: "relative";
3655
3654
  path: string;
3656
- }, {
3657
3655
  type: "relative";
3656
+ }, {
3658
3657
  path: string;
3658
+ type: "relative";
3659
3659
  }>]>>;
3660
3660
  url: z.ZodOptional<z.ZodString>;
3661
3661
  docs: z.ZodOptional<z.ZodString>;
@@ -3670,21 +3670,21 @@ declare const BlockPackManifest: z.ZodObject<{
3670
3670
  content: z.ZodString;
3671
3671
  }, "strict", z.ZodTypeAny, {
3672
3672
  type: "explicit-base64";
3673
- content: string;
3674
3673
  mimeType: string;
3674
+ content: string;
3675
3675
  }, {
3676
3676
  type: "explicit-base64";
3677
- content: string;
3678
3677
  mimeType: string;
3678
+ content: string;
3679
3679
  }>, z.ZodObject<{
3680
3680
  type: z.ZodLiteral<"relative">;
3681
3681
  path: z.ZodString;
3682
3682
  }, "strict", z.ZodTypeAny, {
3683
- type: "relative";
3684
3683
  path: string;
3685
- }, {
3686
3684
  type: "relative";
3685
+ }, {
3687
3686
  path: string;
3687
+ type: "relative";
3688
3688
  }>]>>;
3689
3689
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3690
3690
  name: z.ZodString;
@@ -3695,21 +3695,21 @@ declare const BlockPackManifest: z.ZodObject<{
3695
3695
  content: z.ZodString;
3696
3696
  }, "strict", z.ZodTypeAny, {
3697
3697
  type: "explicit-base64";
3698
- content: string;
3699
3698
  mimeType: string;
3699
+ content: string;
3700
3700
  }, {
3701
3701
  type: "explicit-base64";
3702
- content: string;
3703
3702
  mimeType: string;
3703
+ content: string;
3704
3704
  }>, z.ZodObject<{
3705
3705
  type: z.ZodLiteral<"relative">;
3706
3706
  path: z.ZodString;
3707
3707
  }, "strict", z.ZodTypeAny, {
3708
- type: "relative";
3709
3708
  path: string;
3710
- }, {
3711
3709
  type: "relative";
3710
+ }, {
3712
3711
  path: string;
3712
+ type: "relative";
3713
3713
  }>]>>;
3714
3714
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3715
3715
  name: z.ZodString;
@@ -3720,21 +3720,21 @@ declare const BlockPackManifest: z.ZodObject<{
3720
3720
  content: z.ZodString;
3721
3721
  }, "strict", z.ZodTypeAny, {
3722
3722
  type: "explicit-base64";
3723
- content: string;
3724
3723
  mimeType: string;
3724
+ content: string;
3725
3725
  }, {
3726
3726
  type: "explicit-base64";
3727
- content: string;
3728
3727
  mimeType: string;
3728
+ content: string;
3729
3729
  }>, z.ZodObject<{
3730
3730
  type: z.ZodLiteral<"relative">;
3731
3731
  path: z.ZodString;
3732
3732
  }, "strict", z.ZodTypeAny, {
3733
- type: "relative";
3734
3733
  path: string;
3735
- }, {
3736
3734
  type: "relative";
3735
+ }, {
3737
3736
  path: string;
3737
+ type: "relative";
3738
3738
  }>]>>;
3739
3739
  }, z.ZodTypeAny, "passthrough">>;
3740
3740
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -3743,44 +3743,44 @@ declare const BlockPackManifest: z.ZodObject<{
3743
3743
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
3744
3744
  }, "strip", z.ZodTypeAny, {
3745
3745
  organization: {
3746
- url: string;
3747
3746
  name: string;
3747
+ url: string;
3748
3748
  logo?: {
3749
3749
  type: "explicit-base64";
3750
- content: string;
3751
3750
  mimeType: string;
3751
+ content: string;
3752
3752
  } | {
3753
- type: "relative";
3754
3753
  path: string;
3754
+ type: "relative";
3755
3755
  } | undefined;
3756
3756
  } & {
3757
3757
  [k: string]: unknown;
3758
3758
  };
3759
3759
  title: string;
3760
3760
  description: string;
3761
- url?: string | undefined;
3762
3761
  longDescription?: {
3763
3762
  type: "explicit-string";
3764
3763
  content: string;
3765
3764
  } | {
3766
- type: "relative";
3767
3765
  path: string;
3766
+ type: "relative";
3768
3767
  } | undefined;
3769
3768
  changelog?: {
3770
3769
  type: "explicit-string";
3771
3770
  content: string;
3772
3771
  } | {
3773
- type: "relative";
3774
3772
  path: string;
3773
+ type: "relative";
3775
3774
  } | undefined;
3776
3775
  logo?: {
3777
3776
  type: "explicit-base64";
3778
- content: string;
3779
3777
  mimeType: string;
3778
+ content: string;
3780
3779
  } | {
3781
- type: "relative";
3782
3780
  path: string;
3781
+ type: "relative";
3783
3782
  } | undefined;
3783
+ url?: string | undefined;
3784
3784
  docs?: string | undefined;
3785
3785
  support?: string | undefined;
3786
3786
  tags?: string[] | undefined;
@@ -3790,44 +3790,44 @@ declare const BlockPackManifest: z.ZodObject<{
3790
3790
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
3791
3791
  }, {
3792
3792
  organization: {
3793
- url: string;
3794
3793
  name: string;
3794
+ url: string;
3795
3795
  logo?: {
3796
3796
  type: "explicit-base64";
3797
- content: string;
3798
3797
  mimeType: string;
3798
+ content: string;
3799
3799
  } | {
3800
- type: "relative";
3801
3800
  path: string;
3801
+ type: "relative";
3802
3802
  } | undefined;
3803
3803
  } & {
3804
3804
  [k: string]: unknown;
3805
3805
  };
3806
3806
  title: string;
3807
3807
  description: string;
3808
- url?: string | undefined;
3809
3808
  longDescription?: {
3810
3809
  type: "explicit-string";
3811
3810
  content: string;
3812
3811
  } | {
3813
- type: "relative";
3814
3812
  path: string;
3813
+ type: "relative";
3815
3814
  } | undefined;
3816
3815
  changelog?: {
3817
3816
  type: "explicit-string";
3818
3817
  content: string;
3819
3818
  } | {
3820
- type: "relative";
3821
3819
  path: string;
3820
+ type: "relative";
3822
3821
  } | undefined;
3823
3822
  logo?: {
3824
3823
  type: "explicit-base64";
3825
- content: string;
3826
3824
  mimeType: string;
3825
+ content: string;
3827
3826
  } | {
3828
- type: "relative";
3829
3827
  path: string;
3828
+ type: "relative";
3830
3829
  } | undefined;
3830
+ url?: string | undefined;
3831
3831
  docs?: string | undefined;
3832
3832
  support?: string | undefined;
3833
3833
  tags?: string[] | undefined;
@@ -3873,43 +3873,43 @@ declare const BlockPackManifest: z.ZodObject<{
3873
3873
  type: z.ZodLiteral<"relative">;
3874
3874
  path: z.ZodString;
3875
3875
  }, "strict", z.ZodTypeAny, {
3876
- type: "relative";
3877
3876
  path: string;
3878
- }, {
3879
3877
  type: "relative";
3878
+ }, {
3880
3879
  path: string;
3880
+ type: "relative";
3881
3881
  }>, {
3882
3882
  type: "workflow-v1";
3883
3883
  main: {
3884
- type: "relative";
3885
3884
  path: string;
3885
+ type: "relative";
3886
3886
  };
3887
3887
  }, {
3888
- type: "relative";
3889
3888
  path: string;
3889
+ type: "relative";
3890
3890
  }>, z.ZodObject<{
3891
3891
  type: z.ZodLiteral<"workflow-v1">;
3892
3892
  main: z.ZodObject<{
3893
3893
  type: z.ZodLiteral<"relative">;
3894
3894
  path: z.ZodString;
3895
3895
  }, "strict", z.ZodTypeAny, {
3896
- type: "relative";
3897
3896
  path: string;
3898
- }, {
3899
3897
  type: "relative";
3898
+ }, {
3900
3899
  path: string;
3900
+ type: "relative";
3901
3901
  }>;
3902
3902
  }, "strip", z.ZodTypeAny, {
3903
3903
  type: "workflow-v1";
3904
3904
  main: {
3905
- type: "relative";
3906
3905
  path: string;
3906
+ type: "relative";
3907
3907
  };
3908
3908
  }, {
3909
3909
  type: "workflow-v1";
3910
3910
  main: {
3911
- type: "relative";
3912
3911
  path: string;
3912
+ type: "relative";
3913
3913
  };
3914
3914
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3915
3915
  type: z.ZodLiteral<"workflow-v1">;
@@ -3917,79 +3917,79 @@ declare const BlockPackManifest: z.ZodObject<{
3917
3917
  type: z.ZodLiteral<"relative">;
3918
3918
  path: z.ZodString;
3919
3919
  }, "strict", z.ZodTypeAny, {
3920
- type: "relative";
3921
3920
  path: string;
3922
- }, {
3923
3921
  type: "relative";
3922
+ }, {
3924
3923
  path: string;
3924
+ type: "relative";
3925
3925
  }>;
3926
3926
  }, "strip", z.ZodTypeAny, {
3927
3927
  type: "workflow-v1";
3928
3928
  main: {
3929
- type: "relative";
3930
3929
  path: string;
3930
+ type: "relative";
3931
3931
  };
3932
3932
  }, {
3933
3933
  type: "workflow-v1";
3934
3934
  main: {
3935
- type: "relative";
3936
3935
  path: string;
3936
+ type: "relative";
3937
3937
  };
3938
3938
  }>]>]>;
3939
3939
  model: z.ZodObject<{
3940
3940
  type: z.ZodLiteral<"relative">;
3941
3941
  path: z.ZodString;
3942
3942
  }, "strict", z.ZodTypeAny, {
3943
- type: "relative";
3944
3943
  path: string;
3945
- }, {
3946
3944
  type: "relative";
3945
+ }, {
3947
3946
  path: string;
3947
+ type: "relative";
3948
3948
  }>;
3949
3949
  ui: z.ZodObject<{
3950
3950
  type: z.ZodLiteral<"relative">;
3951
3951
  path: z.ZodString;
3952
3952
  }, "strict", z.ZodTypeAny, {
3953
- type: "relative";
3954
3953
  path: string;
3955
- }, {
3956
3954
  type: "relative";
3955
+ }, {
3957
3956
  path: string;
3957
+ type: "relative";
3958
3958
  }>;
3959
3959
  }, "strip", z.ZodTypeAny, {
3960
3960
  workflow: {
3961
3961
  type: "workflow-v1";
3962
3962
  main: {
3963
- type: "relative";
3964
3963
  path: string;
3964
+ type: "relative";
3965
3965
  };
3966
3966
  };
3967
3967
  model: {
3968
- type: "relative";
3969
3968
  path: string;
3969
+ type: "relative";
3970
3970
  };
3971
3971
  ui: {
3972
- type: "relative";
3973
3972
  path: string;
3973
+ type: "relative";
3974
3974
  };
3975
3975
  }, {
3976
3976
  workflow: {
3977
- type: "relative";
3978
3977
  path: string;
3978
+ type: "relative";
3979
3979
  } | {
3980
3980
  type: "workflow-v1";
3981
3981
  main: {
3982
- type: "relative";
3983
3982
  path: string;
3983
+ type: "relative";
3984
3984
  };
3985
3985
  };
3986
3986
  model: {
3987
- type: "relative";
3988
3987
  path: string;
3988
+ type: "relative";
3989
3989
  };
3990
3990
  ui: {
3991
- type: "relative";
3992
3991
  path: string;
3992
+ type: "relative";
3993
3993
  };
3994
3994
  }>;
3995
3995
  meta: z.ZodObject<{
@@ -4008,11 +4008,11 @@ declare const BlockPackManifest: z.ZodObject<{
4008
4008
  type: z.ZodLiteral<"relative">;
4009
4009
  path: z.ZodString;
4010
4010
  }, "strict", z.ZodTypeAny, {
4011
- type: "relative";
4012
4011
  path: string;
4013
- }, {
4014
4012
  type: "relative";
4013
+ }, {
4015
4014
  path: string;
4015
+ type: "relative";
4016
4016
  }>]>>;
4017
4017
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4018
4018
  type: z.ZodLiteral<"explicit-string">;
@@ -4027,11 +4027,11 @@ declare const BlockPackManifest: z.ZodObject<{
4027
4027
  type: z.ZodLiteral<"relative">;
4028
4028
  path: z.ZodString;
4029
4029
  }, "strict", z.ZodTypeAny, {
4030
- type: "relative";
4031
4030
  path: string;
4032
- }, {
4033
4031
  type: "relative";
4032
+ }, {
4034
4033
  path: string;
4034
+ type: "relative";
4035
4035
  }>]>>;
4036
4036
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4037
4037
  type: z.ZodLiteral<"explicit-base64">;
@@ -4039,21 +4039,21 @@ declare const BlockPackManifest: z.ZodObject<{
4039
4039
  content: z.ZodString;
4040
4040
  }, "strict", z.ZodTypeAny, {
4041
4041
  type: "explicit-base64";
4042
- content: string;
4043
4042
  mimeType: string;
4043
+ content: string;
4044
4044
  }, {
4045
4045
  type: "explicit-base64";
4046
- content: string;
4047
4046
  mimeType: string;
4047
+ content: string;
4048
4048
  }>, z.ZodObject<{
4049
4049
  type: z.ZodLiteral<"relative">;
4050
4050
  path: z.ZodString;
4051
4051
  }, "strict", z.ZodTypeAny, {
4052
- type: "relative";
4053
4052
  path: string;
4054
- }, {
4055
4053
  type: "relative";
4054
+ }, {
4056
4055
  path: string;
4056
+ type: "relative";
4057
4057
  }>]>>;
4058
4058
  url: z.ZodOptional<z.ZodString>;
4059
4059
  docs: z.ZodOptional<z.ZodString>;
@@ -4068,21 +4068,21 @@ declare const BlockPackManifest: z.ZodObject<{
4068
4068
  content: z.ZodString;
4069
4069
  }, "strict", z.ZodTypeAny, {
4070
4070
  type: "explicit-base64";
4071
- content: string;
4072
4071
  mimeType: string;
4072
+ content: string;
4073
4073
  }, {
4074
4074
  type: "explicit-base64";
4075
- content: string;
4076
4075
  mimeType: string;
4076
+ content: string;
4077
4077
  }>, z.ZodObject<{
4078
4078
  type: z.ZodLiteral<"relative">;
4079
4079
  path: z.ZodString;
4080
4080
  }, "strict", z.ZodTypeAny, {
4081
- type: "relative";
4082
4081
  path: string;
4083
- }, {
4084
4082
  type: "relative";
4083
+ }, {
4085
4084
  path: string;
4085
+ type: "relative";
4086
4086
  }>]>>;
4087
4087
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4088
4088
  name: z.ZodString;
@@ -4093,21 +4093,21 @@ declare const BlockPackManifest: z.ZodObject<{
4093
4093
  content: z.ZodString;
4094
4094
  }, "strict", z.ZodTypeAny, {
4095
4095
  type: "explicit-base64";
4096
- content: string;
4097
4096
  mimeType: string;
4097
+ content: string;
4098
4098
  }, {
4099
4099
  type: "explicit-base64";
4100
- content: string;
4101
4100
  mimeType: string;
4101
+ content: string;
4102
4102
  }>, z.ZodObject<{
4103
4103
  type: z.ZodLiteral<"relative">;
4104
4104
  path: z.ZodString;
4105
4105
  }, "strict", z.ZodTypeAny, {
4106
- type: "relative";
4107
4106
  path: string;
4108
- }, {
4109
4107
  type: "relative";
4108
+ }, {
4110
4109
  path: string;
4110
+ type: "relative";
4111
4111
  }>]>>;
4112
4112
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4113
4113
  name: z.ZodString;
@@ -4118,21 +4118,21 @@ declare const BlockPackManifest: z.ZodObject<{
4118
4118
  content: z.ZodString;
4119
4119
  }, "strict", z.ZodTypeAny, {
4120
4120
  type: "explicit-base64";
4121
- content: string;
4122
4121
  mimeType: string;
4122
+ content: string;
4123
4123
  }, {
4124
4124
  type: "explicit-base64";
4125
- content: string;
4126
4125
  mimeType: string;
4126
+ content: string;
4127
4127
  }>, z.ZodObject<{
4128
4128
  type: z.ZodLiteral<"relative">;
4129
4129
  path: z.ZodString;
4130
4130
  }, "strict", z.ZodTypeAny, {
4131
- type: "relative";
4132
4131
  path: string;
4133
- }, {
4134
4132
  type: "relative";
4133
+ }, {
4135
4134
  path: string;
4135
+ type: "relative";
4136
4136
  }>]>>;
4137
4137
  }, z.ZodTypeAny, "passthrough">>;
4138
4138
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -4141,44 +4141,44 @@ declare const BlockPackManifest: z.ZodObject<{
4141
4141
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
4142
4142
  }, "strip", z.ZodTypeAny, {
4143
4143
  organization: {
4144
- url: string;
4145
4144
  name: string;
4145
+ url: string;
4146
4146
  logo?: {
4147
4147
  type: "explicit-base64";
4148
- content: string;
4149
4148
  mimeType: string;
4149
+ content: string;
4150
4150
  } | {
4151
- type: "relative";
4152
4151
  path: string;
4152
+ type: "relative";
4153
4153
  } | undefined;
4154
4154
  } & {
4155
4155
  [k: string]: unknown;
4156
4156
  };
4157
4157
  title: string;
4158
4158
  description: string;
4159
- url?: string | undefined;
4160
4159
  longDescription?: {
4161
4160
  type: "explicit-string";
4162
4161
  content: string;
4163
4162
  } | {
4164
- type: "relative";
4165
4163
  path: string;
4164
+ type: "relative";
4166
4165
  } | undefined;
4167
4166
  changelog?: {
4168
4167
  type: "explicit-string";
4169
4168
  content: string;
4170
4169
  } | {
4171
- type: "relative";
4172
4170
  path: string;
4171
+ type: "relative";
4173
4172
  } | undefined;
4174
4173
  logo?: {
4175
4174
  type: "explicit-base64";
4176
- content: string;
4177
4175
  mimeType: string;
4176
+ content: string;
4178
4177
  } | {
4179
- type: "relative";
4180
4178
  path: string;
4179
+ type: "relative";
4181
4180
  } | undefined;
4181
+ url?: string | undefined;
4182
4182
  docs?: string | undefined;
4183
4183
  support?: string | undefined;
4184
4184
  tags?: string[] | undefined;
@@ -4188,44 +4188,44 @@ declare const BlockPackManifest: z.ZodObject<{
4188
4188
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
4189
4189
  }, {
4190
4190
  organization: {
4191
- url: string;
4192
4191
  name: string;
4192
+ url: string;
4193
4193
  logo?: {
4194
4194
  type: "explicit-base64";
4195
- content: string;
4196
4195
  mimeType: string;
4196
+ content: string;
4197
4197
  } | {
4198
- type: "relative";
4199
4198
  path: string;
4199
+ type: "relative";
4200
4200
  } | undefined;
4201
4201
  } & {
4202
4202
  [k: string]: unknown;
4203
4203
  };
4204
4204
  title: string;
4205
4205
  description: string;
4206
- url?: string | undefined;
4207
4206
  longDescription?: {
4208
4207
  type: "explicit-string";
4209
4208
  content: string;
4210
4209
  } | {
4211
- type: "relative";
4212
4210
  path: string;
4211
+ type: "relative";
4213
4212
  } | undefined;
4214
4213
  changelog?: {
4215
4214
  type: "explicit-string";
4216
4215
  content: string;
4217
4216
  } | {
4218
- type: "relative";
4219
4217
  path: string;
4218
+ type: "relative";
4220
4219
  } | undefined;
4221
4220
  logo?: {
4222
4221
  type: "explicit-base64";
4223
- content: string;
4224
4222
  mimeType: string;
4223
+ content: string;
4225
4224
  } | {
4226
- type: "relative";
4227
4225
  path: string;
4226
+ type: "relative";
4228
4227
  } | undefined;
4228
+ url?: string | undefined;
4229
4229
  docs?: string | undefined;
4230
4230
  support?: string | undefined;
4231
4231
  tags?: string[] | undefined;
@@ -4254,43 +4254,43 @@ declare const BlockPackManifest: z.ZodObject<{
4254
4254
  type: z.ZodLiteral<"relative">;
4255
4255
  path: z.ZodString;
4256
4256
  }, "strict", z.ZodTypeAny, {
4257
- type: "relative";
4258
4257
  path: string;
4259
- }, {
4260
4258
  type: "relative";
4259
+ }, {
4261
4260
  path: string;
4261
+ type: "relative";
4262
4262
  }>, {
4263
4263
  type: "workflow-v1";
4264
4264
  main: {
4265
- type: "relative";
4266
4265
  path: string;
4266
+ type: "relative";
4267
4267
  };
4268
4268
  }, {
4269
- type: "relative";
4270
4269
  path: string;
4270
+ type: "relative";
4271
4271
  }>, z.ZodObject<{
4272
4272
  type: z.ZodLiteral<"workflow-v1">;
4273
4273
  main: z.ZodObject<{
4274
4274
  type: z.ZodLiteral<"relative">;
4275
4275
  path: z.ZodString;
4276
4276
  }, "strict", z.ZodTypeAny, {
4277
- type: "relative";
4278
4277
  path: string;
4279
- }, {
4280
4278
  type: "relative";
4279
+ }, {
4281
4280
  path: string;
4281
+ type: "relative";
4282
4282
  }>;
4283
4283
  }, "strip", z.ZodTypeAny, {
4284
4284
  type: "workflow-v1";
4285
4285
  main: {
4286
- type: "relative";
4287
4286
  path: string;
4287
+ type: "relative";
4288
4288
  };
4289
4289
  }, {
4290
4290
  type: "workflow-v1";
4291
4291
  main: {
4292
- type: "relative";
4293
4292
  path: string;
4293
+ type: "relative";
4294
4294
  };
4295
4295
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4296
4296
  type: z.ZodLiteral<"workflow-v1">;
@@ -4298,79 +4298,79 @@ declare const BlockPackManifest: z.ZodObject<{
4298
4298
  type: z.ZodLiteral<"relative">;
4299
4299
  path: z.ZodString;
4300
4300
  }, "strict", z.ZodTypeAny, {
4301
- type: "relative";
4302
4301
  path: string;
4303
- }, {
4304
4302
  type: "relative";
4303
+ }, {
4305
4304
  path: string;
4305
+ type: "relative";
4306
4306
  }>;
4307
4307
  }, "strip", z.ZodTypeAny, {
4308
4308
  type: "workflow-v1";
4309
4309
  main: {
4310
- type: "relative";
4311
4310
  path: string;
4311
+ type: "relative";
4312
4312
  };
4313
4313
  }, {
4314
4314
  type: "workflow-v1";
4315
4315
  main: {
4316
- type: "relative";
4317
4316
  path: string;
4317
+ type: "relative";
4318
4318
  };
4319
4319
  }>]>]>;
4320
4320
  model: z.ZodObject<{
4321
4321
  type: z.ZodLiteral<"relative">;
4322
4322
  path: z.ZodString;
4323
4323
  }, "strict", z.ZodTypeAny, {
4324
- type: "relative";
4325
4324
  path: string;
4326
- }, {
4327
4325
  type: "relative";
4326
+ }, {
4328
4327
  path: string;
4328
+ type: "relative";
4329
4329
  }>;
4330
4330
  ui: z.ZodObject<{
4331
4331
  type: z.ZodLiteral<"relative">;
4332
4332
  path: z.ZodString;
4333
4333
  }, "strict", z.ZodTypeAny, {
4334
- type: "relative";
4335
4334
  path: string;
4336
- }, {
4337
4335
  type: "relative";
4336
+ }, {
4338
4337
  path: string;
4338
+ type: "relative";
4339
4339
  }>;
4340
4340
  }, "strip", z.ZodTypeAny, {
4341
4341
  workflow: {
4342
4342
  type: "workflow-v1";
4343
4343
  main: {
4344
- type: "relative";
4345
4344
  path: string;
4345
+ type: "relative";
4346
4346
  };
4347
4347
  };
4348
4348
  model: {
4349
- type: "relative";
4350
4349
  path: string;
4350
+ type: "relative";
4351
4351
  };
4352
4352
  ui: {
4353
- type: "relative";
4354
4353
  path: string;
4354
+ type: "relative";
4355
4355
  };
4356
4356
  }, {
4357
4357
  workflow: {
4358
- type: "relative";
4359
4358
  path: string;
4359
+ type: "relative";
4360
4360
  } | {
4361
4361
  type: "workflow-v1";
4362
4362
  main: {
4363
- type: "relative";
4364
4363
  path: string;
4364
+ type: "relative";
4365
4365
  };
4366
4366
  };
4367
4367
  model: {
4368
- type: "relative";
4369
4368
  path: string;
4369
+ type: "relative";
4370
4370
  };
4371
4371
  ui: {
4372
- type: "relative";
4373
4372
  path: string;
4373
+ type: "relative";
4374
4374
  };
4375
4375
  }>;
4376
4376
  meta: z.ZodObject<{
@@ -4389,11 +4389,11 @@ declare const BlockPackManifest: z.ZodObject<{
4389
4389
  type: z.ZodLiteral<"relative">;
4390
4390
  path: z.ZodString;
4391
4391
  }, "strict", z.ZodTypeAny, {
4392
- type: "relative";
4393
4392
  path: string;
4394
- }, {
4395
4393
  type: "relative";
4394
+ }, {
4396
4395
  path: string;
4396
+ type: "relative";
4397
4397
  }>]>>;
4398
4398
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4399
4399
  type: z.ZodLiteral<"explicit-string">;
@@ -4408,11 +4408,11 @@ declare const BlockPackManifest: z.ZodObject<{
4408
4408
  type: z.ZodLiteral<"relative">;
4409
4409
  path: z.ZodString;
4410
4410
  }, "strict", z.ZodTypeAny, {
4411
- type: "relative";
4412
4411
  path: string;
4413
- }, {
4414
4412
  type: "relative";
4413
+ }, {
4415
4414
  path: string;
4415
+ type: "relative";
4416
4416
  }>]>>;
4417
4417
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4418
4418
  type: z.ZodLiteral<"explicit-base64">;
@@ -4420,21 +4420,21 @@ declare const BlockPackManifest: z.ZodObject<{
4420
4420
  content: z.ZodString;
4421
4421
  }, "strict", z.ZodTypeAny, {
4422
4422
  type: "explicit-base64";
4423
- content: string;
4424
4423
  mimeType: string;
4424
+ content: string;
4425
4425
  }, {
4426
4426
  type: "explicit-base64";
4427
- content: string;
4428
4427
  mimeType: string;
4428
+ content: string;
4429
4429
  }>, z.ZodObject<{
4430
4430
  type: z.ZodLiteral<"relative">;
4431
4431
  path: z.ZodString;
4432
4432
  }, "strict", z.ZodTypeAny, {
4433
- type: "relative";
4434
4433
  path: string;
4435
- }, {
4436
4434
  type: "relative";
4435
+ }, {
4437
4436
  path: string;
4437
+ type: "relative";
4438
4438
  }>]>>;
4439
4439
  url: z.ZodOptional<z.ZodString>;
4440
4440
  docs: z.ZodOptional<z.ZodString>;
@@ -4449,21 +4449,21 @@ declare const BlockPackManifest: z.ZodObject<{
4449
4449
  content: z.ZodString;
4450
4450
  }, "strict", z.ZodTypeAny, {
4451
4451
  type: "explicit-base64";
4452
- content: string;
4453
4452
  mimeType: string;
4453
+ content: string;
4454
4454
  }, {
4455
4455
  type: "explicit-base64";
4456
- content: string;
4457
4456
  mimeType: string;
4457
+ content: string;
4458
4458
  }>, z.ZodObject<{
4459
4459
  type: z.ZodLiteral<"relative">;
4460
4460
  path: z.ZodString;
4461
4461
  }, "strict", z.ZodTypeAny, {
4462
- type: "relative";
4463
4462
  path: string;
4464
- }, {
4465
4463
  type: "relative";
4464
+ }, {
4466
4465
  path: string;
4466
+ type: "relative";
4467
4467
  }>]>>;
4468
4468
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4469
4469
  name: z.ZodString;
@@ -4474,21 +4474,21 @@ declare const BlockPackManifest: z.ZodObject<{
4474
4474
  content: z.ZodString;
4475
4475
  }, "strict", z.ZodTypeAny, {
4476
4476
  type: "explicit-base64";
4477
- content: string;
4478
4477
  mimeType: string;
4478
+ content: string;
4479
4479
  }, {
4480
4480
  type: "explicit-base64";
4481
- content: string;
4482
4481
  mimeType: string;
4482
+ content: string;
4483
4483
  }>, z.ZodObject<{
4484
4484
  type: z.ZodLiteral<"relative">;
4485
4485
  path: z.ZodString;
4486
4486
  }, "strict", z.ZodTypeAny, {
4487
- type: "relative";
4488
4487
  path: string;
4489
- }, {
4490
4488
  type: "relative";
4489
+ }, {
4491
4490
  path: string;
4491
+ type: "relative";
4492
4492
  }>]>>;
4493
4493
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4494
4494
  name: z.ZodString;
@@ -4499,21 +4499,21 @@ declare const BlockPackManifest: z.ZodObject<{
4499
4499
  content: z.ZodString;
4500
4500
  }, "strict", z.ZodTypeAny, {
4501
4501
  type: "explicit-base64";
4502
- content: string;
4503
4502
  mimeType: string;
4503
+ content: string;
4504
4504
  }, {
4505
4505
  type: "explicit-base64";
4506
- content: string;
4507
4506
  mimeType: string;
4507
+ content: string;
4508
4508
  }>, z.ZodObject<{
4509
4509
  type: z.ZodLiteral<"relative">;
4510
4510
  path: z.ZodString;
4511
4511
  }, "strict", z.ZodTypeAny, {
4512
- type: "relative";
4513
4512
  path: string;
4514
- }, {
4515
4513
  type: "relative";
4514
+ }, {
4516
4515
  path: string;
4516
+ type: "relative";
4517
4517
  }>]>>;
4518
4518
  }, z.ZodTypeAny, "passthrough">>;
4519
4519
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -4522,44 +4522,44 @@ declare const BlockPackManifest: z.ZodObject<{
4522
4522
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
4523
4523
  }, "strip", z.ZodTypeAny, {
4524
4524
  organization: {
4525
- url: string;
4526
4525
  name: string;
4526
+ url: string;
4527
4527
  logo?: {
4528
4528
  type: "explicit-base64";
4529
- content: string;
4530
4529
  mimeType: string;
4530
+ content: string;
4531
4531
  } | {
4532
- type: "relative";
4533
4532
  path: string;
4533
+ type: "relative";
4534
4534
  } | undefined;
4535
4535
  } & {
4536
4536
  [k: string]: unknown;
4537
4537
  };
4538
4538
  title: string;
4539
4539
  description: string;
4540
- url?: string | undefined;
4541
4540
  longDescription?: {
4542
4541
  type: "explicit-string";
4543
4542
  content: string;
4544
4543
  } | {
4545
- type: "relative";
4546
4544
  path: string;
4545
+ type: "relative";
4547
4546
  } | undefined;
4548
4547
  changelog?: {
4549
4548
  type: "explicit-string";
4550
4549
  content: string;
4551
4550
  } | {
4552
- type: "relative";
4553
4551
  path: string;
4552
+ type: "relative";
4554
4553
  } | undefined;
4555
4554
  logo?: {
4556
4555
  type: "explicit-base64";
4557
- content: string;
4558
4556
  mimeType: string;
4557
+ content: string;
4559
4558
  } | {
4560
- type: "relative";
4561
4559
  path: string;
4560
+ type: "relative";
4562
4561
  } | undefined;
4562
+ url?: string | undefined;
4563
4563
  docs?: string | undefined;
4564
4564
  support?: string | undefined;
4565
4565
  tags?: string[] | undefined;
@@ -4569,44 +4569,44 @@ declare const BlockPackManifest: z.ZodObject<{
4569
4569
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
4570
4570
  }, {
4571
4571
  organization: {
4572
- url: string;
4573
4572
  name: string;
4573
+ url: string;
4574
4574
  logo?: {
4575
4575
  type: "explicit-base64";
4576
- content: string;
4577
4576
  mimeType: string;
4577
+ content: string;
4578
4578
  } | {
4579
- type: "relative";
4580
4579
  path: string;
4580
+ type: "relative";
4581
4581
  } | undefined;
4582
4582
  } & {
4583
4583
  [k: string]: unknown;
4584
4584
  };
4585
4585
  title: string;
4586
4586
  description: string;
4587
- url?: string | undefined;
4588
4587
  longDescription?: {
4589
4588
  type: "explicit-string";
4590
4589
  content: string;
4591
4590
  } | {
4592
- type: "relative";
4593
4591
  path: string;
4592
+ type: "relative";
4594
4593
  } | undefined;
4595
4594
  changelog?: {
4596
4595
  type: "explicit-string";
4597
4596
  content: string;
4598
4597
  } | {
4599
- type: "relative";
4600
4598
  path: string;
4599
+ type: "relative";
4601
4600
  } | undefined;
4602
4601
  logo?: {
4603
4602
  type: "explicit-base64";
4604
- content: string;
4605
4603
  mimeType: string;
4604
+ content: string;
4606
4605
  } | {
4607
- type: "relative";
4608
4606
  path: string;
4607
+ type: "relative";
4609
4608
  } | undefined;
4609
+ url?: string | undefined;
4610
4610
  docs?: string | undefined;
4611
4611
  support?: string | undefined;
4612
4612
  tags?: string[] | undefined;
@@ -4635,43 +4635,43 @@ declare const BlockPackManifest: z.ZodObject<{
4635
4635
  type: z.ZodLiteral<"relative">;
4636
4636
  path: z.ZodString;
4637
4637
  }, "strict", z.ZodTypeAny, {
4638
- type: "relative";
4639
4638
  path: string;
4640
- }, {
4641
4639
  type: "relative";
4640
+ }, {
4642
4641
  path: string;
4642
+ type: "relative";
4643
4643
  }>, {
4644
4644
  type: "workflow-v1";
4645
4645
  main: {
4646
- type: "relative";
4647
4646
  path: string;
4647
+ type: "relative";
4648
4648
  };
4649
4649
  }, {
4650
- type: "relative";
4651
4650
  path: string;
4651
+ type: "relative";
4652
4652
  }>, z.ZodObject<{
4653
4653
  type: z.ZodLiteral<"workflow-v1">;
4654
4654
  main: z.ZodObject<{
4655
4655
  type: z.ZodLiteral<"relative">;
4656
4656
  path: z.ZodString;
4657
4657
  }, "strict", z.ZodTypeAny, {
4658
- type: "relative";
4659
4658
  path: string;
4660
- }, {
4661
4659
  type: "relative";
4660
+ }, {
4662
4661
  path: string;
4662
+ type: "relative";
4663
4663
  }>;
4664
4664
  }, "strip", z.ZodTypeAny, {
4665
4665
  type: "workflow-v1";
4666
4666
  main: {
4667
- type: "relative";
4668
4667
  path: string;
4668
+ type: "relative";
4669
4669
  };
4670
4670
  }, {
4671
4671
  type: "workflow-v1";
4672
4672
  main: {
4673
- type: "relative";
4674
4673
  path: string;
4674
+ type: "relative";
4675
4675
  };
4676
4676
  }>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4677
4677
  type: z.ZodLiteral<"workflow-v1">;
@@ -4679,79 +4679,79 @@ declare const BlockPackManifest: z.ZodObject<{
4679
4679
  type: z.ZodLiteral<"relative">;
4680
4680
  path: z.ZodString;
4681
4681
  }, "strict", z.ZodTypeAny, {
4682
- type: "relative";
4683
4682
  path: string;
4684
- }, {
4685
4683
  type: "relative";
4684
+ }, {
4686
4685
  path: string;
4686
+ type: "relative";
4687
4687
  }>;
4688
4688
  }, "strip", z.ZodTypeAny, {
4689
4689
  type: "workflow-v1";
4690
4690
  main: {
4691
- type: "relative";
4692
4691
  path: string;
4692
+ type: "relative";
4693
4693
  };
4694
4694
  }, {
4695
4695
  type: "workflow-v1";
4696
4696
  main: {
4697
- type: "relative";
4698
4697
  path: string;
4698
+ type: "relative";
4699
4699
  };
4700
4700
  }>]>]>;
4701
4701
  model: z.ZodObject<{
4702
4702
  type: z.ZodLiteral<"relative">;
4703
4703
  path: z.ZodString;
4704
4704
  }, "strict", z.ZodTypeAny, {
4705
- type: "relative";
4706
4705
  path: string;
4707
- }, {
4708
4706
  type: "relative";
4707
+ }, {
4709
4708
  path: string;
4709
+ type: "relative";
4710
4710
  }>;
4711
4711
  ui: z.ZodObject<{
4712
4712
  type: z.ZodLiteral<"relative">;
4713
4713
  path: z.ZodString;
4714
4714
  }, "strict", z.ZodTypeAny, {
4715
- type: "relative";
4716
4715
  path: string;
4717
- }, {
4718
4716
  type: "relative";
4717
+ }, {
4719
4718
  path: string;
4719
+ type: "relative";
4720
4720
  }>;
4721
4721
  }, "strip", z.ZodTypeAny, {
4722
4722
  workflow: {
4723
4723
  type: "workflow-v1";
4724
4724
  main: {
4725
- type: "relative";
4726
4725
  path: string;
4726
+ type: "relative";
4727
4727
  };
4728
4728
  };
4729
4729
  model: {
4730
- type: "relative";
4731
4730
  path: string;
4731
+ type: "relative";
4732
4732
  };
4733
4733
  ui: {
4734
- type: "relative";
4735
4734
  path: string;
4735
+ type: "relative";
4736
4736
  };
4737
4737
  }, {
4738
4738
  workflow: {
4739
- type: "relative";
4740
4739
  path: string;
4740
+ type: "relative";
4741
4741
  } | {
4742
4742
  type: "workflow-v1";
4743
4743
  main: {
4744
- type: "relative";
4745
4744
  path: string;
4745
+ type: "relative";
4746
4746
  };
4747
4747
  };
4748
4748
  model: {
4749
- type: "relative";
4750
4749
  path: string;
4750
+ type: "relative";
4751
4751
  };
4752
4752
  ui: {
4753
- type: "relative";
4754
4753
  path: string;
4754
+ type: "relative";
4755
4755
  };
4756
4756
  }>;
4757
4757
  meta: z.ZodObject<{
@@ -4770,11 +4770,11 @@ declare const BlockPackManifest: z.ZodObject<{
4770
4770
  type: z.ZodLiteral<"relative">;
4771
4771
  path: z.ZodString;
4772
4772
  }, "strict", z.ZodTypeAny, {
4773
- type: "relative";
4774
4773
  path: string;
4775
- }, {
4776
4774
  type: "relative";
4775
+ }, {
4777
4776
  path: string;
4777
+ type: "relative";
4778
4778
  }>]>>;
4779
4779
  changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4780
4780
  type: z.ZodLiteral<"explicit-string">;
@@ -4789,11 +4789,11 @@ declare const BlockPackManifest: z.ZodObject<{
4789
4789
  type: z.ZodLiteral<"relative">;
4790
4790
  path: z.ZodString;
4791
4791
  }, "strict", z.ZodTypeAny, {
4792
- type: "relative";
4793
4792
  path: string;
4794
- }, {
4795
4793
  type: "relative";
4794
+ }, {
4796
4795
  path: string;
4796
+ type: "relative";
4797
4797
  }>]>>;
4798
4798
  logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4799
4799
  type: z.ZodLiteral<"explicit-base64">;
@@ -4801,21 +4801,21 @@ declare const BlockPackManifest: z.ZodObject<{
4801
4801
  content: z.ZodString;
4802
4802
  }, "strict", z.ZodTypeAny, {
4803
4803
  type: "explicit-base64";
4804
- content: string;
4805
4804
  mimeType: string;
4805
+ content: string;
4806
4806
  }, {
4807
4807
  type: "explicit-base64";
4808
- content: string;
4809
4808
  mimeType: string;
4809
+ content: string;
4810
4810
  }>, z.ZodObject<{
4811
4811
  type: z.ZodLiteral<"relative">;
4812
4812
  path: z.ZodString;
4813
4813
  }, "strict", z.ZodTypeAny, {
4814
- type: "relative";
4815
4814
  path: string;
4816
- }, {
4817
4815
  type: "relative";
4816
+ }, {
4818
4817
  path: string;
4818
+ type: "relative";
4819
4819
  }>]>>;
4820
4820
  url: z.ZodOptional<z.ZodString>;
4821
4821
  docs: z.ZodOptional<z.ZodString>;
@@ -4830,21 +4830,21 @@ declare const BlockPackManifest: z.ZodObject<{
4830
4830
  content: z.ZodString;
4831
4831
  }, "strict", z.ZodTypeAny, {
4832
4832
  type: "explicit-base64";
4833
- content: string;
4834
4833
  mimeType: string;
4834
+ content: string;
4835
4835
  }, {
4836
4836
  type: "explicit-base64";
4837
- content: string;
4838
4837
  mimeType: string;
4838
+ content: string;
4839
4839
  }>, z.ZodObject<{
4840
4840
  type: z.ZodLiteral<"relative">;
4841
4841
  path: z.ZodString;
4842
4842
  }, "strict", z.ZodTypeAny, {
4843
- type: "relative";
4844
4843
  path: string;
4845
- }, {
4846
4844
  type: "relative";
4845
+ }, {
4847
4846
  path: string;
4847
+ type: "relative";
4848
4848
  }>]>>;
4849
4849
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4850
4850
  name: z.ZodString;
@@ -4855,21 +4855,21 @@ declare const BlockPackManifest: z.ZodObject<{
4855
4855
  content: z.ZodString;
4856
4856
  }, "strict", z.ZodTypeAny, {
4857
4857
  type: "explicit-base64";
4858
- content: string;
4859
4858
  mimeType: string;
4859
+ content: string;
4860
4860
  }, {
4861
4861
  type: "explicit-base64";
4862
- content: string;
4863
4862
  mimeType: string;
4863
+ content: string;
4864
4864
  }>, z.ZodObject<{
4865
4865
  type: z.ZodLiteral<"relative">;
4866
4866
  path: z.ZodString;
4867
4867
  }, "strict", z.ZodTypeAny, {
4868
- type: "relative";
4869
4868
  path: string;
4870
- }, {
4871
4869
  type: "relative";
4870
+ }, {
4872
4871
  path: string;
4872
+ type: "relative";
4873
4873
  }>]>>;
4874
4874
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4875
4875
  name: z.ZodString;
@@ -4880,21 +4880,21 @@ declare const BlockPackManifest: z.ZodObject<{
4880
4880
  content: z.ZodString;
4881
4881
  }, "strict", z.ZodTypeAny, {
4882
4882
  type: "explicit-base64";
4883
- content: string;
4884
4883
  mimeType: string;
4884
+ content: string;
4885
4885
  }, {
4886
4886
  type: "explicit-base64";
4887
- content: string;
4888
4887
  mimeType: string;
4888
+ content: string;
4889
4889
  }>, z.ZodObject<{
4890
4890
  type: z.ZodLiteral<"relative">;
4891
4891
  path: z.ZodString;
4892
4892
  }, "strict", z.ZodTypeAny, {
4893
- type: "relative";
4894
4893
  path: string;
4895
- }, {
4896
4894
  type: "relative";
4895
+ }, {
4897
4896
  path: string;
4897
+ type: "relative";
4898
4898
  }>]>>;
4899
4899
  }, z.ZodTypeAny, "passthrough">>;
4900
4900
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
@@ -4903,44 +4903,44 @@ declare const BlockPackManifest: z.ZodObject<{
4903
4903
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
4904
4904
  }, "strip", z.ZodTypeAny, {
4905
4905
  organization: {
4906
- url: string;
4907
4906
  name: string;
4907
+ url: string;
4908
4908
  logo?: {
4909
4909
  type: "explicit-base64";
4910
- content: string;
4911
4910
  mimeType: string;
4911
+ content: string;
4912
4912
  } | {
4913
- type: "relative";
4914
4913
  path: string;
4914
+ type: "relative";
4915
4915
  } | undefined;
4916
4916
  } & {
4917
4917
  [k: string]: unknown;
4918
4918
  };
4919
4919
  title: string;
4920
4920
  description: string;
4921
- url?: string | undefined;
4922
4921
  longDescription?: {
4923
4922
  type: "explicit-string";
4924
4923
  content: string;
4925
4924
  } | {
4926
- type: "relative";
4927
4925
  path: string;
4926
+ type: "relative";
4928
4927
  } | undefined;
4929
4928
  changelog?: {
4930
4929
  type: "explicit-string";
4931
4930
  content: string;
4932
4931
  } | {
4933
- type: "relative";
4934
4932
  path: string;
4933
+ type: "relative";
4935
4934
  } | undefined;
4936
4935
  logo?: {
4937
4936
  type: "explicit-base64";
4938
- content: string;
4939
4937
  mimeType: string;
4938
+ content: string;
4940
4939
  } | {
4941
- type: "relative";
4942
4940
  path: string;
4941
+ type: "relative";
4943
4942
  } | undefined;
4943
+ url?: string | undefined;
4944
4944
  docs?: string | undefined;
4945
4945
  support?: string | undefined;
4946
4946
  tags?: string[] | undefined;
@@ -4950,44 +4950,44 @@ declare const BlockPackManifest: z.ZodObject<{
4950
4950
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
4951
4951
  }, {
4952
4952
  organization: {
4953
- url: string;
4954
4953
  name: string;
4954
+ url: string;
4955
4955
  logo?: {
4956
4956
  type: "explicit-base64";
4957
- content: string;
4958
4957
  mimeType: string;
4958
+ content: string;
4959
4959
  } | {
4960
- type: "relative";
4961
4960
  path: string;
4961
+ type: "relative";
4962
4962
  } | undefined;
4963
4963
  } & {
4964
4964
  [k: string]: unknown;
4965
4965
  };
4966
4966
  title: string;
4967
4967
  description: string;
4968
- url?: string | undefined;
4969
4968
  longDescription?: {
4970
4969
  type: "explicit-string";
4971
4970
  content: string;
4972
4971
  } | {
4973
- type: "relative";
4974
4972
  path: string;
4973
+ type: "relative";
4975
4974
  } | undefined;
4976
4975
  changelog?: {
4977
4976
  type: "explicit-string";
4978
4977
  content: string;
4979
4978
  } | {
4980
- type: "relative";
4981
4979
  path: string;
4980
+ type: "relative";
4982
4981
  } | undefined;
4983
4982
  logo?: {
4984
4983
  type: "explicit-base64";
4985
- content: string;
4986
4984
  mimeType: string;
4985
+ content: string;
4987
4986
  } | {
4988
- type: "relative";
4989
4987
  path: string;
4988
+ type: "relative";
4990
4989
  } | undefined;
4990
+ url?: string | undefined;
4991
4991
  docs?: string | undefined;
4992
4992
  support?: string | undefined;
4993
4993
  tags?: string[] | undefined;