@milaboratories/pl-model-middle-layer 1.16.1 → 1.16.3

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;
@@ -465,13 +465,14 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
465
465
  */
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
+ title: string;
468
469
  organization: {
469
- name: string;
470
470
  url: string;
471
+ name: string;
471
472
  logo?: {
472
473
  type: "explicit-base64";
473
- content: string;
474
474
  mimeType: string;
475
+ content: string;
475
476
  } | {
476
477
  type: "relative";
477
478
  path: string;
@@ -482,7 +483,6 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
482
483
  } & {
483
484
  [k: string]: unknown;
484
485
  };
485
- title: string;
486
486
  description: string;
487
487
  url?: string | undefined;
488
488
  longDescription?: {
@@ -507,8 +507,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
507
507
  } | undefined;
508
508
  logo?: {
509
509
  type: "explicit-base64";
510
- content: string;
511
510
  mimeType: string;
511
+ content: string;
512
512
  } | {
513
513
  type: "relative";
514
514
  path: string;
@@ -524,13 +524,14 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
524
524
  termsOfServiceUrl?: string | undefined;
525
525
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
526
526
  }, {
527
+ title: string;
527
528
  organization: {
528
- name: string;
529
529
  url: string;
530
+ name: string;
530
531
  logo?: string | {
531
532
  type: "explicit-base64";
532
- content: string;
533
533
  mimeType: string;
534
+ content: string;
534
535
  } | {
535
536
  type: "relative";
536
537
  path: string;
@@ -541,7 +542,6 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
541
542
  } & {
542
543
  [k: string]: unknown;
543
544
  };
544
- title: string;
545
545
  description: string;
546
546
  url?: string | undefined;
547
547
  longDescription?: string | {
@@ -566,8 +566,8 @@ declare const BlockPackMetaDescriptionRaw: z.ZodObject<{
566
566
  } | undefined;
567
567
  logo?: string | {
568
568
  type: "explicit-base64";
569
- content: string;
570
569
  mimeType: string;
570
+ content: string;
571
571
  } | {
572
572
  type: "relative";
573
573
  path: string;
@@ -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
  /**
@@ -674,26 +674,26 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
674
674
  */
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
+ title: string;
677
678
  organization: {
678
- name: string;
679
679
  url: string;
680
+ name: string;
680
681
  logo?: {
681
682
  type: "explicit-base64";
682
- content: string;
683
683
  mimeType: string;
684
+ content: string;
684
685
  } | undefined;
685
686
  } & {
686
687
  [k: string]: unknown;
687
688
  };
688
- title: string;
689
689
  description: string;
690
690
  url?: string | undefined;
691
691
  longDescription?: string | undefined;
692
692
  changelog?: string | undefined;
693
693
  logo?: {
694
694
  type: "explicit-base64";
695
- content: string;
696
695
  mimeType: string;
696
+ content: string;
697
697
  } | undefined;
698
698
  docs?: string | undefined;
699
699
  support?: string | undefined;
@@ -703,26 +703,26 @@ declare const BlockPackMetaEmbeddedBase64: z.ZodObject<{
703
703
  termsOfServiceUrl?: string | undefined;
704
704
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
705
705
  }, {
706
+ title: string;
706
707
  organization: {
707
- name: string;
708
708
  url: string;
709
+ name: string;
709
710
  logo?: {
710
711
  type: "explicit-base64";
711
- content: string;
712
712
  mimeType: string;
713
+ content: string;
713
714
  } | undefined;
714
715
  } & {
715
716
  [k: string]: unknown;
716
717
  };
717
- title: string;
718
718
  description: string;
719
719
  url?: string | undefined;
720
720
  longDescription?: string | undefined;
721
721
  changelog?: string | undefined;
722
722
  logo?: {
723
723
  type: "explicit-base64";
724
- content: string;
725
724
  mimeType: string;
725
+ content: string;
726
726
  } | undefined;
727
727
  docs?: string | undefined;
728
728
  support?: 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
  /**
@@ -823,26 +823,26 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
823
823
  */
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
+ title: string;
826
827
  organization: {
827
- name: string;
828
828
  url: string;
829
+ name: string;
829
830
  logo?: {
830
831
  type: "explicit-bytes";
831
- content: Uint8Array<ArrayBuffer>;
832
832
  mimeType: string;
833
+ content: Uint8Array<ArrayBuffer>;
833
834
  } | undefined;
834
835
  } & {
835
836
  [k: string]: unknown;
836
837
  };
837
- title: string;
838
838
  description: string;
839
839
  url?: string | undefined;
840
840
  longDescription?: string | undefined;
841
841
  changelog?: string | undefined;
842
842
  logo?: {
843
843
  type: "explicit-bytes";
844
- content: Uint8Array<ArrayBuffer>;
845
844
  mimeType: string;
845
+ content: Uint8Array<ArrayBuffer>;
846
846
  } | undefined;
847
847
  docs?: string | undefined;
848
848
  support?: string | undefined;
@@ -852,26 +852,26 @@ declare const BlockPackMetaEmbeddedBytes: z.ZodObject<{
852
852
  termsOfServiceUrl?: string | undefined;
853
853
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
854
854
  }, {
855
+ title: string;
855
856
  organization: {
856
- name: string;
857
857
  url: string;
858
+ name: string;
858
859
  logo?: {
859
860
  type: "explicit-bytes";
860
- content: Uint8Array<ArrayBuffer>;
861
861
  mimeType: string;
862
+ content: Uint8Array<ArrayBuffer>;
862
863
  } | undefined;
863
864
  } & {
864
865
  [k: string]: unknown;
865
866
  };
866
- title: string;
867
867
  description: string;
868
868
  url?: string | undefined;
869
869
  longDescription?: string | undefined;
870
870
  changelog?: string | undefined;
871
871
  logo?: {
872
872
  type: "explicit-bytes";
873
- content: Uint8Array<ArrayBuffer>;
874
873
  mimeType: string;
874
+ content: Uint8Array<ArrayBuffer>;
875
875
  } | undefined;
876
876
  docs?: string | undefined;
877
877
  support?: 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;
60
59
  id: {
61
60
  organization: string;
62
61
  name: string;
63
62
  version: string;
64
63
  };
64
+ registryUrl: string;
65
65
  }, {
66
66
  type: "from-registry-v1";
67
- registryUrl: string;
68
67
  id: {
69
68
  organization: string;
70
69
  name: string;
71
70
  version: string;
72
71
  };
72
+ registryUrl: string;
73
73
  }>;
74
74
  /** @deprecated don't use */
75
75
  type BlockPackFromRegistryV1 = z.infer<typeof BlockPackFromRegistryV1>;
@@ -94,21 +94,21 @@ declare const BlockPackFromRegistryV2: z.ZodObject<{
94
94
  channel: z.ZodOptional<z.ZodString>;
95
95
  }, "strip", z.ZodTypeAny, {
96
96
  type: "from-registry-v2";
97
- registryUrl: string;
98
97
  id: {
99
98
  organization: string;
100
99
  name: string;
101
100
  version: string;
102
101
  };
102
+ registryUrl: string;
103
103
  channel?: string | undefined;
104
104
  }, {
105
105
  type: "from-registry-v2";
106
- registryUrl: string;
107
106
  id: {
108
107
  organization: string;
109
108
  name: string;
110
109
  version: string;
111
110
  };
111
+ registryUrl: string;
112
112
  channel?: string | undefined;
113
113
  }>;
114
114
  type BlockPackFromRegistryV2 = z.infer<typeof BlockPackFromRegistryV2>;
@@ -155,20 +155,20 @@ declare const BlockPackSpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
155
155
  }>;
156
156
  }, "strip", z.ZodTypeAny, {
157
157
  type: "from-registry-v1";
158
- registryUrl: string;
159
158
  id: {
160
159
  organization: string;
161
160
  name: string;
162
161
  version: string;
163
162
  };
163
+ registryUrl: string;
164
164
  }, {
165
165
  type: "from-registry-v1";
166
- registryUrl: string;
167
166
  id: {
168
167
  organization: string;
169
168
  name: string;
170
169
  version: string;
171
170
  };
171
+ registryUrl: string;
172
172
  }>, z.ZodObject<{
173
173
  type: z.ZodLiteral<"from-registry-v2">;
174
174
  registryUrl: z.ZodString;
@@ -188,21 +188,21 @@ declare const BlockPackSpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
188
188
  channel: z.ZodOptional<z.ZodString>;
189
189
  }, "strip", z.ZodTypeAny, {
190
190
  type: "from-registry-v2";
191
- registryUrl: string;
192
191
  id: {
193
192
  organization: string;
194
193
  name: string;
195
194
  version: string;
196
195
  };
196
+ registryUrl: string;
197
197
  channel?: string | undefined;
198
198
  }, {
199
199
  type: "from-registry-v2";
200
- registryUrl: string;
201
200
  id: {
202
201
  organization: string;
203
202
  name: string;
204
203
  version: string;
205
204
  };
205
+ registryUrl: string;
206
206
  channel?: string | undefined;
207
207
  }>]>;
208
208
  type BlockPackSpec = z.infer<typeof BlockPackSpec>;