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

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.
@@ -290,8 +290,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
290
290
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
291
291
  }, "strip", ZodTypeAny, {
292
292
  organization: {
293
- url: string;
294
293
  name: string;
294
+ url: string;
295
295
  logo?: {
296
296
  type: "explicit-base64";
297
297
  content: string;
@@ -349,8 +349,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
349
349
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
350
350
  }, {
351
351
  organization: {
352
- url: string;
353
352
  name: string;
353
+ url: string;
354
354
  logo?: string | {
355
355
  type: "explicit-base64";
356
356
  content: string;
@@ -418,8 +418,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
418
418
  };
419
419
  meta: {
420
420
  organization: {
421
- url: string;
422
421
  name: string;
422
+ url: string;
423
423
  logo?: {
424
424
  type: "explicit-base64";
425
425
  content: string;
@@ -487,8 +487,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
487
487
  };
488
488
  meta: {
489
489
  organization: {
490
- url: string;
491
490
  name: string;
491
+ url: string;
492
492
  logo?: string | {
493
493
  type: "explicit-base64";
494
494
  content: string;
@@ -896,8 +896,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
896
896
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
897
897
  }, "strip", ZodTypeAny, {
898
898
  organization: {
899
- url: string;
900
899
  name: string;
900
+ url: string;
901
901
  logo?: {
902
902
  type: "explicit-base64";
903
903
  content: string;
@@ -955,8 +955,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
955
955
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
956
956
  }, {
957
957
  organization: {
958
- url: string;
959
958
  name: string;
959
+ url: string;
960
960
  logo?: string | {
961
961
  type: "explicit-base64";
962
962
  content: string;
@@ -1311,8 +1311,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1311
1311
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1312
1312
  }, "strip", ZodTypeAny, {
1313
1313
  organization: {
1314
- url: string;
1315
1314
  name: string;
1315
+ url: string;
1316
1316
  logo?: {
1317
1317
  type: "explicit-base64";
1318
1318
  content: string;
@@ -1370,8 +1370,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1370
1370
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1371
1371
  }, {
1372
1372
  organization: {
1373
- url: string;
1374
1373
  name: string;
1374
+ url: string;
1375
1375
  logo?: string | {
1376
1376
  type: "explicit-base64";
1377
1377
  content: string;
@@ -1726,8 +1726,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1726
1726
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1727
1727
  }, "strip", ZodTypeAny, {
1728
1728
  organization: {
1729
- url: string;
1730
1729
  name: string;
1730
+ url: string;
1731
1731
  logo?: {
1732
1732
  type: "explicit-base64";
1733
1733
  content: string;
@@ -1785,8 +1785,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1785
1785
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1786
1786
  }, {
1787
1787
  organization: {
1788
- url: string;
1789
1788
  name: string;
1789
+ url: string;
1790
1790
  logo?: string | {
1791
1791
  type: "explicit-base64";
1792
1792
  content: string;
@@ -277,8 +277,8 @@ 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
284
  content: string;
@@ -324,8 +324,8 @@ 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
331
  content: string;
@@ -659,8 +659,8 @@ 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
666
  content: string;
@@ -706,8 +706,8 @@ 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
713
  content: string;
@@ -1040,8 +1040,8 @@ 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
1047
  content: string;
@@ -1087,8 +1087,8 @@ 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
1094
  content: string;
@@ -1421,8 +1421,8 @@ 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
1428
  content: string;
@@ -1468,8 +1468,8 @@ 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
1475
  content: string;
@@ -1821,8 +1821,8 @@ 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
1828
  content: string;
@@ -1868,8 +1868,8 @@ 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
1875
  content: string;
@@ -2202,8 +2202,8 @@ 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
2209
  content: string;
@@ -2249,8 +2249,8 @@ 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
2256
  content: string;
@@ -2583,8 +2583,8 @@ 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
2590
  content: string;
@@ -2630,8 +2630,8 @@ 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
2637
  content: string;
@@ -2981,8 +2981,8 @@ 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
2988
  content: string;
@@ -3028,8 +3028,8 @@ 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
3035
  content: string;
@@ -3362,8 +3362,8 @@ 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
3369
  content: string;
@@ -3409,8 +3409,8 @@ 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
3416
  content: string;
@@ -3743,8 +3743,8 @@ 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
3750
  content: string;
@@ -3790,8 +3790,8 @@ 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
3797
  content: string;
@@ -4141,8 +4141,8 @@ 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
4148
  content: string;
@@ -4188,8 +4188,8 @@ 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
4195
  content: string;
@@ -4522,8 +4522,8 @@ 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
4529
  content: string;
@@ -4569,8 +4569,8 @@ 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
4576
  content: string;
@@ -4903,8 +4903,8 @@ 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
4910
  content: string;
@@ -4950,8 +4950,8 @@ 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
4957
  content: string;
@@ -466,8 +466,8 @@ 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
473
  content: string;
@@ -525,8 +525,8 @@ 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
532
  content: string;
@@ -675,8 +675,8 @@ 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
682
  content: string;
@@ -704,8 +704,8 @@ 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
711
  content: string;
@@ -824,8 +824,8 @@ 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
831
  content: Uint8Array<ArrayBuffer>;
@@ -853,8 +853,8 @@ 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
860
  content: Uint8Array<ArrayBuffer>;
@@ -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>;