@milaboratories/pl-model-middle-layer 1.16.0 → 1.16.2

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.
@@ -282,8 +282,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
282
282
  }>]>]>>;
283
283
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
284
284
  type: "explicit-base64";
285
- content: string;
286
285
  mimeType: string;
286
+ content: string;
287
287
  } | {
288
288
  type: "relative";
289
289
  path: string;
@@ -293,12 +293,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
293
293
  content: z.ZodString;
294
294
  }, "strict", z.ZodTypeAny, {
295
295
  type: "explicit-base64";
296
- content: string;
297
296
  mimeType: string;
297
+ content: string;
298
298
  }, {
299
299
  type: "explicit-base64";
300
- content: string;
301
300
  mimeType: string;
301
+ content: string;
302
302
  }>, z.ZodObject<{
303
303
  type: z.ZodLiteral<"relative">;
304
304
  path: z.ZodString;
@@ -327,8 +327,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
327
327
  url: z.ZodString;
328
328
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
329
329
  type: "explicit-base64";
330
- content: string;
331
330
  mimeType: string;
331
+ content: string;
332
332
  } | {
333
333
  type: "relative";
334
334
  path: string;
@@ -338,12 +338,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
338
338
  content: z.ZodString;
339
339
  }, "strict", z.ZodTypeAny, {
340
340
  type: "explicit-base64";
341
- content: string;
342
341
  mimeType: string;
342
+ content: string;
343
343
  }, {
344
344
  type: "explicit-base64";
345
- content: string;
346
345
  mimeType: string;
346
+ content: string;
347
347
  }>, z.ZodObject<{
348
348
  type: z.ZodLiteral<"relative">;
349
349
  path: z.ZodString;
@@ -368,8 +368,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
368
368
  url: z.ZodString;
369
369
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
370
370
  type: "explicit-base64";
371
- content: string;
372
371
  mimeType: string;
372
+ content: string;
373
373
  } | {
374
374
  type: "relative";
375
375
  path: string;
@@ -379,12 +379,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
379
379
  content: z.ZodString;
380
380
  }, "strict", z.ZodTypeAny, {
381
381
  type: "explicit-base64";
382
- content: string;
383
382
  mimeType: string;
383
+ content: string;
384
384
  }, {
385
385
  type: "explicit-base64";
386
- content: string;
387
386
  mimeType: string;
387
+ content: string;
388
388
  }>, z.ZodObject<{
389
389
  type: z.ZodLiteral<"relative">;
390
390
  path: z.ZodString;
@@ -409,8 +409,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
409
409
  url: z.ZodString;
410
410
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
411
411
  type: "explicit-base64";
412
- content: string;
413
412
  mimeType: string;
413
+ content: string;
414
414
  } | {
415
415
  type: "relative";
416
416
  path: string;
@@ -420,12 +420,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
420
420
  content: z.ZodString;
421
421
  }, "strict", z.ZodTypeAny, {
422
422
  type: "explicit-base64";
423
- content: string;
424
423
  mimeType: string;
424
+ content: string;
425
425
  }, {
426
426
  type: "explicit-base64";
427
- content: string;
428
427
  mimeType: string;
428
+ content: string;
429
429
  }>, z.ZodObject<{
430
430
  type: z.ZodLiteral<"relative">;
431
431
  path: z.ZodString;
@@ -466,12 +466,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
466
466
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
467
467
  }, "strip", z.ZodTypeAny, {
468
468
  organization: {
469
- url: string;
470
469
  name: string;
470
+ url: string;
471
471
  logo?: {
472
472
  type: "explicit-base64";
473
- content: string;
474
473
  mimeType: string;
474
+ content: string;
475
475
  } | {
476
476
  type: "relative";
477
477
  path: string;
@@ -484,7 +484,6 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
484
484
  };
485
485
  title: string;
486
486
  description: string;
487
- url?: string | undefined;
488
487
  longDescription?: {
489
488
  type: "explicit-string";
490
489
  content: string;
@@ -507,8 +506,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
507
506
  } | undefined;
508
507
  logo?: {
509
508
  type: "explicit-base64";
510
- content: string;
511
509
  mimeType: string;
510
+ content: string;
512
511
  } | {
513
512
  type: "relative";
514
513
  path: string;
@@ -516,6 +515,7 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
516
515
  type: "absolute-file";
517
516
  file: string;
518
517
  } | undefined;
518
+ url?: string | undefined;
519
519
  docs?: string | undefined;
520
520
  support?: string | undefined;
521
521
  tags?: string[] | undefined;
@@ -525,12 +525,12 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
525
525
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
526
526
  }, {
527
527
  organization: {
528
- url: string;
529
528
  name: string;
529
+ url: string;
530
530
  logo?: string | {
531
531
  type: "explicit-base64";
532
- content: string;
533
532
  mimeType: string;
533
+ content: string;
534
534
  } | {
535
535
  type: "relative";
536
536
  path: string;
@@ -543,7 +543,6 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
543
543
  };
544
544
  title: string;
545
545
  description: string;
546
- url?: string | undefined;
547
546
  longDescription?: string | {
548
547
  type: "explicit-string";
549
548
  content: string;
@@ -566,8 +565,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
566
565
  } | undefined;
567
566
  logo?: string | {
568
567
  type: "explicit-base64";
569
- content: string;
570
568
  mimeType: string;
569
+ content: string;
571
570
  } | {
572
571
  type: "relative";
573
572
  path: string;
@@ -575,6 +574,7 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
575
574
  type: "absolute-file";
576
575
  file: string;
577
576
  } | undefined;
577
+ url?: string | undefined;
578
578
  docs?: string | undefined;
579
579
  support?: string | undefined;
580
580
  tags?: string[] | undefined;
@@ -595,12 +595,12 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
595
595
  content: z.ZodString;
596
596
  }, "strict", z.ZodTypeAny, {
597
597
  type: "explicit-base64";
598
- content: string;
599
598
  mimeType: string;
599
+ content: string;
600
600
  }, {
601
601
  type: "explicit-base64";
602
- content: string;
603
602
  mimeType: string;
603
+ content: string;
604
604
  }>>;
605
605
  url: z.ZodOptional<z.ZodString>;
606
606
  docs: z.ZodOptional<z.ZodString>;
@@ -615,12 +615,12 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
615
615
  content: z.ZodString;
616
616
  }, "strict", z.ZodTypeAny, {
617
617
  type: "explicit-base64";
618
- content: string;
619
618
  mimeType: string;
619
+ content: string;
620
620
  }, {
621
621
  type: "explicit-base64";
622
- content: string;
623
622
  mimeType: string;
623
+ content: string;
624
624
  }>>;
625
625
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
626
626
  name: z.ZodString;
@@ -631,12 +631,12 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
631
631
  content: z.ZodString;
632
632
  }, "strict", z.ZodTypeAny, {
633
633
  type: "explicit-base64";
634
- content: string;
635
634
  mimeType: string;
635
+ content: string;
636
636
  }, {
637
637
  type: "explicit-base64";
638
- content: string;
639
638
  mimeType: string;
639
+ content: string;
640
640
  }>>;
641
641
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
642
642
  name: z.ZodString;
@@ -647,12 +647,12 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
647
647
  content: z.ZodString;
648
648
  }, "strict", z.ZodTypeAny, {
649
649
  type: "explicit-base64";
650
- content: string;
651
650
  mimeType: string;
651
+ content: string;
652
652
  }, {
653
653
  type: "explicit-base64";
654
- content: string;
655
654
  mimeType: string;
655
+ content: string;
656
656
  }>>;
657
657
  }, z.ZodTypeAny, "passthrough">>;
658
658
  /**
@@ -675,26 +675,26 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
675
675
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
676
676
  }, "strip", z.ZodTypeAny, {
677
677
  organization: {
678
- url: string;
679
678
  name: string;
679
+ url: string;
680
680
  logo?: {
681
681
  type: "explicit-base64";
682
- content: string;
683
682
  mimeType: string;
683
+ content: string;
684
684
  } | undefined;
685
685
  } & {
686
686
  [k: string]: unknown;
687
687
  };
688
688
  title: string;
689
689
  description: string;
690
- url?: string | undefined;
691
690
  longDescription?: string | undefined;
692
691
  changelog?: string | undefined;
693
692
  logo?: {
694
693
  type: "explicit-base64";
695
- content: string;
696
694
  mimeType: string;
695
+ content: string;
697
696
  } | undefined;
697
+ url?: string | undefined;
698
698
  docs?: string | undefined;
699
699
  support?: string | undefined;
700
700
  tags?: string[] | undefined;
@@ -704,26 +704,26 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
704
704
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
705
705
  }, {
706
706
  organization: {
707
- url: string;
708
707
  name: string;
708
+ url: string;
709
709
  logo?: {
710
710
  type: "explicit-base64";
711
- content: string;
712
711
  mimeType: string;
712
+ content: string;
713
713
  } | undefined;
714
714
  } & {
715
715
  [k: string]: unknown;
716
716
  };
717
717
  title: string;
718
718
  description: string;
719
- url?: string | undefined;
720
719
  longDescription?: string | undefined;
721
720
  changelog?: string | undefined;
722
721
  logo?: {
723
722
  type: "explicit-base64";
724
- content: string;
725
723
  mimeType: string;
724
+ content: string;
726
725
  } | undefined;
726
+ url?: string | undefined;
727
727
  docs?: string | undefined;
728
728
  support?: string | undefined;
729
729
  tags?: string[] | undefined;
@@ -744,12 +744,12 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
744
744
  content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
745
745
  }, "strict", z.ZodTypeAny, {
746
746
  type: "explicit-bytes";
747
- content: Uint8Array<ArrayBuffer>;
748
747
  mimeType: string;
748
+ content: Uint8Array<ArrayBuffer>;
749
749
  }, {
750
750
  type: "explicit-bytes";
751
- content: Uint8Array<ArrayBuffer>;
752
751
  mimeType: string;
752
+ content: Uint8Array<ArrayBuffer>;
753
753
  }>>;
754
754
  url: z.ZodOptional<z.ZodString>;
755
755
  docs: z.ZodOptional<z.ZodString>;
@@ -764,12 +764,12 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
764
764
  content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
765
765
  }, "strict", z.ZodTypeAny, {
766
766
  type: "explicit-bytes";
767
- content: Uint8Array<ArrayBuffer>;
768
767
  mimeType: string;
768
+ content: Uint8Array<ArrayBuffer>;
769
769
  }, {
770
770
  type: "explicit-bytes";
771
- content: Uint8Array<ArrayBuffer>;
772
771
  mimeType: string;
772
+ content: Uint8Array<ArrayBuffer>;
773
773
  }>>;
774
774
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
775
775
  name: z.ZodString;
@@ -780,12 +780,12 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
780
780
  content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
781
781
  }, "strict", z.ZodTypeAny, {
782
782
  type: "explicit-bytes";
783
- content: Uint8Array<ArrayBuffer>;
784
783
  mimeType: string;
784
+ content: Uint8Array<ArrayBuffer>;
785
785
  }, {
786
786
  type: "explicit-bytes";
787
- content: Uint8Array<ArrayBuffer>;
788
787
  mimeType: string;
788
+ content: Uint8Array<ArrayBuffer>;
789
789
  }>>;
790
790
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
791
791
  name: z.ZodString;
@@ -796,12 +796,12 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
796
796
  content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
797
797
  }, "strict", z.ZodTypeAny, {
798
798
  type: "explicit-bytes";
799
- content: Uint8Array<ArrayBuffer>;
800
799
  mimeType: string;
800
+ content: Uint8Array<ArrayBuffer>;
801
801
  }, {
802
802
  type: "explicit-bytes";
803
- content: Uint8Array<ArrayBuffer>;
804
803
  mimeType: string;
804
+ content: Uint8Array<ArrayBuffer>;
805
805
  }>>;
806
806
  }, z.ZodTypeAny, "passthrough">>;
807
807
  /**
@@ -824,26 +824,26 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
824
824
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
825
825
  }, "strip", z.ZodTypeAny, {
826
826
  organization: {
827
- url: string;
828
827
  name: string;
828
+ url: string;
829
829
  logo?: {
830
830
  type: "explicit-bytes";
831
- content: Uint8Array<ArrayBuffer>;
832
831
  mimeType: string;
832
+ content: Uint8Array<ArrayBuffer>;
833
833
  } | undefined;
834
834
  } & {
835
835
  [k: string]: unknown;
836
836
  };
837
837
  title: string;
838
838
  description: string;
839
- url?: string | undefined;
840
839
  longDescription?: string | undefined;
841
840
  changelog?: string | undefined;
842
841
  logo?: {
843
842
  type: "explicit-bytes";
844
- content: Uint8Array<ArrayBuffer>;
845
843
  mimeType: string;
844
+ content: Uint8Array<ArrayBuffer>;
846
845
  } | undefined;
846
+ url?: string | undefined;
847
847
  docs?: string | undefined;
848
848
  support?: string | undefined;
849
849
  tags?: string[] | undefined;
@@ -853,26 +853,26 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
853
853
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
854
854
  }, {
855
855
  organization: {
856
- url: string;
857
856
  name: string;
857
+ url: string;
858
858
  logo?: {
859
859
  type: "explicit-bytes";
860
- content: Uint8Array<ArrayBuffer>;
861
860
  mimeType: string;
861
+ content: Uint8Array<ArrayBuffer>;
862
862
  } | undefined;
863
863
  } & {
864
864
  [k: string]: unknown;
865
865
  };
866
866
  title: string;
867
867
  description: string;
868
- url?: string | undefined;
869
868
  longDescription?: string | undefined;
870
869
  changelog?: string | undefined;
871
870
  logo?: {
872
871
  type: "explicit-bytes";
873
- content: Uint8Array<ArrayBuffer>;
874
872
  mimeType: string;
873
+ content: Uint8Array<ArrayBuffer>;
875
874
  } | undefined;
875
+ url?: string | undefined;
876
876
  docs?: string | undefined;
877
877
  support?: string | undefined;
878
878
  tags?: string[] | undefined;
@@ -18,12 +18,12 @@ declare const ContentExplicitBase64: z.ZodObject<{
18
18
  content: z.ZodString;
19
19
  }, "strict", z.ZodTypeAny, {
20
20
  type: "explicit-base64";
21
- content: string;
22
21
  mimeType: string;
22
+ content: string;
23
23
  }, {
24
24
  type: "explicit-base64";
25
- content: string;
26
25
  mimeType: string;
26
+ content: string;
27
27
  }>;
28
28
  type ContentExplicitBase64 = z.infer<typeof ContentExplicitBase64>;
29
29
  declare const ContentRelative: z.ZodObject<{
@@ -65,12 +65,12 @@ declare const ContentExplicitBytes: z.ZodObject<{
65
65
  content: z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>;
66
66
  }, "strict", z.ZodTypeAny, {
67
67
  type: "explicit-bytes";
68
- content: Uint8Array<ArrayBuffer>;
69
68
  mimeType: string;
69
+ content: Uint8Array<ArrayBuffer>;
70
70
  }, {
71
71
  type: "explicit-bytes";
72
- content: Uint8Array<ArrayBuffer>;
73
72
  mimeType: string;
73
+ content: Uint8Array<ArrayBuffer>;
74
74
  }>;
75
75
  type ContentExplicitBytes = z.infer<typeof ContentExplicitBytes>;
76
76
  declare const ContentAbsoluteFolder: z.ZodObject<{
@@ -99,12 +99,12 @@ declare const ContentAny: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
99
99
  content: z.ZodString;
100
100
  }, "strict", z.ZodTypeAny, {
101
101
  type: "explicit-base64";
102
- content: string;
103
102
  mimeType: string;
103
+ content: string;
104
104
  }, {
105
105
  type: "explicit-base64";
106
- content: string;
107
106
  mimeType: string;
107
+ content: string;
108
108
  }>, z.ZodObject<{
109
109
  type: z.ZodLiteral<"relative">;
110
110
  path: z.ZodString;
@@ -149,12 +149,12 @@ declare const ContentExplicitOrRelative: z.ZodDiscriminatedUnion<"type", [z.ZodO
149
149
  content: z.ZodString;
150
150
  }, "strict", z.ZodTypeAny, {
151
151
  type: "explicit-base64";
152
- content: string;
153
152
  mimeType: string;
153
+ content: string;
154
154
  }, {
155
155
  type: "explicit-base64";
156
- content: string;
157
156
  mimeType: string;
157
+ content: string;
158
158
  }>, z.ZodObject<{
159
159
  type: z.ZodLiteral<"relative">;
160
160
  path: z.ZodString;
@@ -181,12 +181,12 @@ declare const ContentAnyLocal: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
181
181
  content: z.ZodString;
182
182
  }, "strict", z.ZodTypeAny, {
183
183
  type: "explicit-base64";
184
- content: string;
185
184
  mimeType: string;
185
+ content: string;
186
186
  }, {
187
187
  type: "explicit-base64";
188
- content: string;
189
188
  mimeType: string;
189
+ content: string;
190
190
  }>, z.ZodObject<{
191
191
  type: z.ZodLiteral<"relative">;
192
192
  path: z.ZodString;
@@ -222,12 +222,12 @@ declare const ContentAnyRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
222
222
  content: z.ZodString;
223
223
  }, "strict", z.ZodTypeAny, {
224
224
  type: "explicit-base64";
225
- content: string;
226
225
  mimeType: string;
226
+ content: string;
227
227
  }, {
228
228
  type: "explicit-base64";
229
- content: string;
230
229
  mimeType: string;
230
+ content: string;
231
231
  }>, z.ZodObject<{
232
232
  type: z.ZodLiteral<"relative">;
233
233
  path: z.ZodString;
@@ -254,12 +254,12 @@ declare const ContentAnyBinaryLocal: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
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;
@@ -315,12 +315,12 @@ declare const ContentAbsoluteBinaryRemote: z.ZodDiscriminatedUnion<"type", [z.Zo
315
315
  content: z.ZodString;
316
316
  }, "strict", z.ZodTypeAny, {
317
317
  type: "explicit-base64";
318
- content: string;
319
318
  mimeType: string;
319
+ content: string;
320
320
  }, {
321
321
  type: "explicit-base64";
322
- content: string;
323
322
  mimeType: string;
323
+ content: string;
324
324
  }>, z.ZodObject<{
325
325
  type: z.ZodLiteral<"absolute-url">;
326
326
  url: z.ZodString;
@@ -338,12 +338,12 @@ declare const ContentAbsoluteBinaryLocal: z.ZodDiscriminatedUnion<"type", [z.Zod
338
338
  content: z.ZodString;
339
339
  }, "strict", z.ZodTypeAny, {
340
340
  type: "explicit-base64";
341
- content: string;
342
341
  mimeType: string;
342
+ content: string;
343
343
  }, {
344
344
  type: "explicit-base64";
345
- content: string;
346
345
  mimeType: string;
346
+ content: string;
347
347
  }>, z.ZodObject<{
348
348
  type: z.ZodLiteral<"absolute-file">;
349
349
  file: z.ZodString;
@@ -401,12 +401,12 @@ declare const ContentRelativeBinary: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
401
401
  content: z.ZodString;
402
402
  }, "strict", z.ZodTypeAny, {
403
403
  type: "explicit-base64";
404
- content: string;
405
404
  mimeType: string;
405
+ content: string;
406
406
  }, {
407
407
  type: "explicit-base64";
408
- content: string;
409
408
  mimeType: string;
409
+ content: string;
410
410
  }>, z.ZodObject<{
411
411
  type: z.ZodLiteral<"relative">;
412
412
  path: z.ZodString;
@@ -440,8 +440,8 @@ declare const ContentRelativeText: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
440
440
  type ContentRelativeText = z.infer<typeof ContentRelativeText>;
441
441
  declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
442
442
  type: "explicit-base64";
443
- content: string;
444
443
  mimeType: string;
444
+ content: string;
445
445
  } | {
446
446
  type: "relative";
447
447
  path: string;
@@ -451,12 +451,12 @@ declare const DescriptionContentBinary: z.ZodUnion<[z.ZodEffects<z.ZodString, {
451
451
  content: z.ZodString;
452
452
  }, "strict", z.ZodTypeAny, {
453
453
  type: "explicit-base64";
454
- content: string;
455
454
  mimeType: string;
455
+ content: string;
456
456
  }, {
457
457
  type: "explicit-base64";
458
- content: string;
459
458
  mimeType: string;
459
+ content: string;
460
460
  }>, z.ZodObject<{
461
461
  type: z.ZodLiteral<"relative">;
462
462
  path: z.ZodString;
@@ -56,20 +56,20 @@ declare const BlockPackFromRegistryV1: z.ZodObject<{
56
56
  }>;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  type: "from-registry-v1";
59
+ registryUrl: string;
59
60
  id: {
60
61
  organization: string;
61
62
  name: string;
62
63
  version: string;
63
64
  };
64
- registryUrl: string;
65
65
  }, {
66
66
  type: "from-registry-v1";
67
+ registryUrl: string;
67
68
  id: {
68
69
  organization: string;
69
70
  name: string;
70
71
  version: string;
71
72
  };
72
- registryUrl: string;
73
73
  }>;
74
74
  /** @deprecated don't use */
75
75
  type BlockPackFromRegistryV1 = z.infer<typeof BlockPackFromRegistryV1>;
@@ -94,21 +94,21 @@ declare const BlockPackFromRegistryV2: z.ZodObject<{
94
94
  channel: z.ZodOptional<z.ZodString>;
95
95
  }, "strip", z.ZodTypeAny, {
96
96
  type: "from-registry-v2";
97
+ registryUrl: string;
97
98
  id: {
98
99
  organization: string;
99
100
  name: string;
100
101
  version: string;
101
102
  };
102
- registryUrl: string;
103
103
  channel?: string | undefined;
104
104
  }, {
105
105
  type: "from-registry-v2";
106
+ registryUrl: string;
106
107
  id: {
107
108
  organization: string;
108
109
  name: string;
109
110
  version: string;
110
111
  };
111
- registryUrl: string;
112
112
  channel?: string | undefined;
113
113
  }>;
114
114
  type BlockPackFromRegistryV2 = z.infer<typeof BlockPackFromRegistryV2>;
@@ -155,20 +155,20 @@ declare const BlockPackSpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
155
155
  }>;
156
156
  }, "strip", z.ZodTypeAny, {
157
157
  type: "from-registry-v1";
158
+ registryUrl: string;
158
159
  id: {
159
160
  organization: string;
160
161
  name: string;
161
162
  version: string;
162
163
  };
163
- registryUrl: string;
164
164
  }, {
165
165
  type: "from-registry-v1";
166
+ registryUrl: string;
166
167
  id: {
167
168
  organization: string;
168
169
  name: string;
169
170
  version: string;
170
171
  };
171
- registryUrl: string;
172
172
  }>, z.ZodObject<{
173
173
  type: z.ZodLiteral<"from-registry-v2">;
174
174
  registryUrl: z.ZodString;
@@ -188,21 +188,21 @@ declare const BlockPackSpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
188
188
  channel: z.ZodOptional<z.ZodString>;
189
189
  }, "strip", z.ZodTypeAny, {
190
190
  type: "from-registry-v2";
191
+ registryUrl: string;
191
192
  id: {
192
193
  organization: string;
193
194
  name: string;
194
195
  version: string;
195
196
  };
196
- registryUrl: string;
197
197
  channel?: string | undefined;
198
198
  }, {
199
199
  type: "from-registry-v2";
200
+ registryUrl: string;
200
201
  id: {
201
202
  organization: string;
202
203
  name: string;
203
204
  version: string;
204
205
  };
205
- registryUrl: string;
206
206
  channel?: string | undefined;
207
207
  }>]>;
208
208
  type BlockPackSpec = z.infer<typeof BlockPackSpec>;