@milaboratories/pl-model-middle-layer 1.14.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,6 +109,7 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
109
109
  };
110
110
  title: string;
111
111
  description: string;
112
+ url?: string | undefined;
112
113
  longDescription?: string | undefined;
113
114
  changelog?: string | undefined;
114
115
  logo?: {
@@ -116,7 +117,6 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
116
117
  mimeType: string;
117
118
  content: Uint8Array<ArrayBuffer>;
118
119
  } | undefined;
119
- url?: string | undefined;
120
120
  docs?: string | undefined;
121
121
  support?: string | undefined;
122
122
  tags?: string[] | undefined;
@@ -138,6 +138,7 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
138
138
  };
139
139
  title: string;
140
140
  description: string;
141
+ url?: string | undefined;
141
142
  longDescription?: string | undefined;
142
143
  changelog?: string | undefined;
143
144
  logo?: {
@@ -145,7 +146,6 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
145
146
  mimeType: string;
146
147
  content: Uint8Array<ArrayBuffer>;
147
148
  } | undefined;
148
- url?: string | undefined;
149
149
  docs?: string | undefined;
150
150
  support?: string | undefined;
151
151
  tags?: string[] | undefined;
@@ -351,6 +351,7 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
351
351
  };
352
352
  title: string;
353
353
  description: string;
354
+ url?: string | undefined;
354
355
  longDescription?: string | undefined;
355
356
  changelog?: string | undefined;
356
357
  logo?: {
@@ -358,7 +359,6 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
358
359
  mimeType: string;
359
360
  content: Uint8Array<ArrayBuffer>;
360
361
  } | undefined;
361
- url?: string | undefined;
362
362
  docs?: string | undefined;
363
363
  support?: string | undefined;
364
364
  tags?: string[] | undefined;
@@ -380,6 +380,7 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
380
380
  };
381
381
  title: string;
382
382
  description: string;
383
+ url?: string | undefined;
383
384
  longDescription?: string | undefined;
384
385
  changelog?: string | undefined;
385
386
  logo?: {
@@ -387,7 +388,6 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
387
388
  mimeType: string;
388
389
  content: Uint8Array<ArrayBuffer>;
389
390
  } | undefined;
390
- url?: string | undefined;
391
391
  docs?: string | undefined;
392
392
  support?: string | undefined;
393
393
  tags?: string[] | undefined;
@@ -593,6 +593,7 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
593
593
  };
594
594
  title: string;
595
595
  description: string;
596
+ url?: string | undefined;
596
597
  longDescription?: string | undefined;
597
598
  changelog?: string | undefined;
598
599
  logo?: {
@@ -600,7 +601,6 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
600
601
  mimeType: string;
601
602
  content: Uint8Array<ArrayBuffer>;
602
603
  } | undefined;
603
- url?: string | undefined;
604
604
  docs?: string | undefined;
605
605
  support?: string | undefined;
606
606
  tags?: string[] | undefined;
@@ -622,6 +622,7 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
622
622
  };
623
623
  title: string;
624
624
  description: string;
625
+ url?: string | undefined;
625
626
  longDescription?: string | undefined;
626
627
  changelog?: string | undefined;
627
628
  logo?: {
@@ -629,7 +630,6 @@ declare const BlockPackOverviewLegacy: z.ZodObject<{
629
630
  mimeType: string;
630
631
  content: Uint8Array<ArrayBuffer>;
631
632
  } | undefined;
632
- url?: string | undefined;
633
633
  docs?: string | undefined;
634
634
  support?: string | undefined;
635
635
  tags?: string[] | undefined;
@@ -851,6 +851,7 @@ declare const SingleBlockPackOverview: z.ZodObject<{
851
851
  };
852
852
  title: string;
853
853
  description: string;
854
+ url?: string | undefined;
854
855
  longDescription?: string | undefined;
855
856
  changelog?: string | undefined;
856
857
  logo?: {
@@ -858,7 +859,6 @@ declare const SingleBlockPackOverview: z.ZodObject<{
858
859
  mimeType: string;
859
860
  content: Uint8Array<ArrayBuffer>;
860
861
  } | undefined;
861
- url?: string | undefined;
862
862
  docs?: string | undefined;
863
863
  support?: string | undefined;
864
864
  tags?: string[] | undefined;
@@ -880,6 +880,7 @@ declare const SingleBlockPackOverview: z.ZodObject<{
880
880
  };
881
881
  title: string;
882
882
  description: string;
883
+ url?: string | undefined;
883
884
  longDescription?: string | undefined;
884
885
  changelog?: string | undefined;
885
886
  logo?: {
@@ -887,7 +888,6 @@ declare const SingleBlockPackOverview: z.ZodObject<{
887
888
  mimeType: string;
888
889
  content: Uint8Array<ArrayBuffer>;
889
890
  } | undefined;
890
- url?: string | undefined;
891
891
  docs?: string | undefined;
892
892
  support?: string | undefined;
893
893
  tags?: string[] | undefined;
@@ -1092,6 +1092,7 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1092
1092
  };
1093
1093
  title: string;
1094
1094
  description: string;
1095
+ url?: string | undefined;
1095
1096
  longDescription?: string | undefined;
1096
1097
  changelog?: string | undefined;
1097
1098
  logo?: {
@@ -1099,7 +1100,6 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1099
1100
  mimeType: string;
1100
1101
  content: Uint8Array<ArrayBuffer>;
1101
1102
  } | undefined;
1102
- url?: string | undefined;
1103
1103
  docs?: string | undefined;
1104
1104
  support?: string | undefined;
1105
1105
  tags?: string[] | undefined;
@@ -1121,6 +1121,7 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1121
1121
  };
1122
1122
  title: string;
1123
1123
  description: string;
1124
+ url?: string | undefined;
1124
1125
  longDescription?: string | undefined;
1125
1126
  changelog?: string | undefined;
1126
1127
  logo?: {
@@ -1128,7 +1129,6 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1128
1129
  mimeType: string;
1129
1130
  content: Uint8Array<ArrayBuffer>;
1130
1131
  } | undefined;
1131
- url?: string | undefined;
1132
1132
  docs?: string | undefined;
1133
1133
  support?: string | undefined;
1134
1134
  tags?: string[] | undefined;
@@ -1333,6 +1333,7 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1333
1333
  };
1334
1334
  title: string;
1335
1335
  description: string;
1336
+ url?: string | undefined;
1336
1337
  longDescription?: string | undefined;
1337
1338
  changelog?: string | undefined;
1338
1339
  logo?: {
@@ -1340,7 +1341,6 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1340
1341
  mimeType: string;
1341
1342
  content: Uint8Array<ArrayBuffer>;
1342
1343
  } | undefined;
1343
- url?: string | undefined;
1344
1344
  docs?: string | undefined;
1345
1345
  support?: string | undefined;
1346
1346
  tags?: string[] | undefined;
@@ -1362,6 +1362,7 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1362
1362
  };
1363
1363
  title: string;
1364
1364
  description: string;
1365
+ url?: string | undefined;
1365
1366
  longDescription?: string | undefined;
1366
1367
  changelog?: string | undefined;
1367
1368
  logo?: {
@@ -1369,7 +1370,6 @@ declare const SingleBlockPackOverview: z.ZodObject<{
1369
1370
  mimeType: string;
1370
1371
  content: Uint8Array<ArrayBuffer>;
1371
1372
  } | undefined;
1372
- url?: string | undefined;
1373
1373
  docs?: string | undefined;
1374
1374
  support?: string | undefined;
1375
1375
  tags?: string[] | undefined;
@@ -1591,6 +1591,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1591
1591
  };
1592
1592
  title: string;
1593
1593
  description: string;
1594
+ url?: string | undefined;
1594
1595
  longDescription?: string | undefined;
1595
1596
  changelog?: string | undefined;
1596
1597
  logo?: {
@@ -1598,7 +1599,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1598
1599
  mimeType: string;
1599
1600
  content: Uint8Array<ArrayBuffer>;
1600
1601
  } | undefined;
1601
- url?: string | undefined;
1602
1602
  docs?: string | undefined;
1603
1603
  support?: string | undefined;
1604
1604
  tags?: string[] | undefined;
@@ -1620,6 +1620,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1620
1620
  };
1621
1621
  title: string;
1622
1622
  description: string;
1623
+ url?: string | undefined;
1623
1624
  longDescription?: string | undefined;
1624
1625
  changelog?: string | undefined;
1625
1626
  logo?: {
@@ -1627,7 +1628,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1627
1628
  mimeType: string;
1628
1629
  content: Uint8Array<ArrayBuffer>;
1629
1630
  } | undefined;
1630
- url?: string | undefined;
1631
1631
  docs?: string | undefined;
1632
1632
  support?: string | undefined;
1633
1633
  tags?: string[] | undefined;
@@ -1832,6 +1832,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1832
1832
  };
1833
1833
  title: string;
1834
1834
  description: string;
1835
+ url?: string | undefined;
1835
1836
  longDescription?: string | undefined;
1836
1837
  changelog?: string | undefined;
1837
1838
  logo?: {
@@ -1839,7 +1840,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1839
1840
  mimeType: string;
1840
1841
  content: Uint8Array<ArrayBuffer>;
1841
1842
  } | undefined;
1842
- url?: string | undefined;
1843
1843
  docs?: string | undefined;
1844
1844
  support?: string | undefined;
1845
1845
  tags?: string[] | undefined;
@@ -1861,6 +1861,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1861
1861
  };
1862
1862
  title: string;
1863
1863
  description: string;
1864
+ url?: string | undefined;
1864
1865
  longDescription?: string | undefined;
1865
1866
  changelog?: string | undefined;
1866
1867
  logo?: {
@@ -1868,7 +1869,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
1868
1869
  mimeType: string;
1869
1870
  content: Uint8Array<ArrayBuffer>;
1870
1871
  } | undefined;
1871
- url?: string | undefined;
1872
1872
  docs?: string | undefined;
1873
1873
  support?: string | undefined;
1874
1874
  tags?: string[] | undefined;
@@ -2073,6 +2073,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2073
2073
  };
2074
2074
  title: string;
2075
2075
  description: string;
2076
+ url?: string | undefined;
2076
2077
  longDescription?: string | undefined;
2077
2078
  changelog?: string | undefined;
2078
2079
  logo?: {
@@ -2080,7 +2081,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2080
2081
  mimeType: string;
2081
2082
  content: Uint8Array<ArrayBuffer>;
2082
2083
  } | undefined;
2083
- url?: string | undefined;
2084
2084
  docs?: string | undefined;
2085
2085
  support?: string | undefined;
2086
2086
  tags?: string[] | undefined;
@@ -2102,6 +2102,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2102
2102
  };
2103
2103
  title: string;
2104
2104
  description: string;
2105
+ url?: string | undefined;
2105
2106
  longDescription?: string | undefined;
2106
2107
  changelog?: string | undefined;
2107
2108
  logo?: {
@@ -2109,7 +2110,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2109
2110
  mimeType: string;
2110
2111
  content: Uint8Array<ArrayBuffer>;
2111
2112
  } | undefined;
2112
- url?: string | undefined;
2113
2113
  docs?: string | undefined;
2114
2114
  support?: string | undefined;
2115
2115
  tags?: string[] | undefined;
@@ -2332,6 +2332,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2332
2332
  };
2333
2333
  title: string;
2334
2334
  description: string;
2335
+ url?: string | undefined;
2335
2336
  longDescription?: string | undefined;
2336
2337
  changelog?: string | undefined;
2337
2338
  logo?: {
@@ -2339,7 +2340,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2339
2340
  mimeType: string;
2340
2341
  content: Uint8Array<ArrayBuffer>;
2341
2342
  } | undefined;
2342
- url?: string | undefined;
2343
2343
  docs?: string | undefined;
2344
2344
  support?: string | undefined;
2345
2345
  tags?: string[] | undefined;
@@ -2361,6 +2361,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2361
2361
  };
2362
2362
  title: string;
2363
2363
  description: string;
2364
+ url?: string | undefined;
2364
2365
  longDescription?: string | undefined;
2365
2366
  changelog?: string | undefined;
2366
2367
  logo?: {
@@ -2368,7 +2369,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2368
2369
  mimeType: string;
2369
2370
  content: Uint8Array<ArrayBuffer>;
2370
2371
  } | undefined;
2371
- url?: string | undefined;
2372
2372
  docs?: string | undefined;
2373
2373
  support?: string | undefined;
2374
2374
  tags?: string[] | undefined;
@@ -2584,6 +2584,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2584
2584
  };
2585
2585
  title: string;
2586
2586
  description: string;
2587
+ url?: string | undefined;
2587
2588
  longDescription?: string | undefined;
2588
2589
  changelog?: string | undefined;
2589
2590
  logo?: {
@@ -2591,7 +2592,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2591
2592
  mimeType: string;
2592
2593
  content: Uint8Array<ArrayBuffer>;
2593
2594
  } | undefined;
2594
- url?: string | undefined;
2595
2595
  docs?: string | undefined;
2596
2596
  support?: string | undefined;
2597
2597
  tags?: string[] | undefined;
@@ -2613,6 +2613,7 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2613
2613
  };
2614
2614
  title: string;
2615
2615
  description: string;
2616
+ url?: string | undefined;
2616
2617
  longDescription?: string | undefined;
2617
2618
  changelog?: string | undefined;
2618
2619
  logo?: {
@@ -2620,7 +2621,6 @@ declare const BlockPackOverviewRaw: z.ZodObject<{
2620
2621
  mimeType: string;
2621
2622
  content: Uint8Array<ArrayBuffer>;
2622
2623
  } | undefined;
2623
- url?: string | undefined;
2624
2624
  docs?: string | undefined;
2625
2625
  support?: string | undefined;
2626
2626
  tags?: string[] | undefined;
@@ -2843,6 +2843,7 @@ declare const BlockPackOverview: z.ZodObject<{
2843
2843
  };
2844
2844
  title: string;
2845
2845
  description: string;
2846
+ url?: string | undefined;
2846
2847
  longDescription?: string | undefined;
2847
2848
  changelog?: string | undefined;
2848
2849
  logo?: {
@@ -2850,7 +2851,6 @@ declare const BlockPackOverview: z.ZodObject<{
2850
2851
  mimeType: string;
2851
2852
  content: Uint8Array<ArrayBuffer>;
2852
2853
  } | undefined;
2853
- url?: string | undefined;
2854
2854
  docs?: string | undefined;
2855
2855
  support?: string | undefined;
2856
2856
  tags?: string[] | undefined;
@@ -2872,6 +2872,7 @@ declare const BlockPackOverview: z.ZodObject<{
2872
2872
  };
2873
2873
  title: string;
2874
2874
  description: string;
2875
+ url?: string | undefined;
2875
2876
  longDescription?: string | undefined;
2876
2877
  changelog?: string | undefined;
2877
2878
  logo?: {
@@ -2879,7 +2880,6 @@ declare const BlockPackOverview: z.ZodObject<{
2879
2880
  mimeType: string;
2880
2881
  content: Uint8Array<ArrayBuffer>;
2881
2882
  } | undefined;
2882
- url?: string | undefined;
2883
2883
  docs?: string | undefined;
2884
2884
  support?: string | undefined;
2885
2885
  tags?: string[] | undefined;
@@ -3084,6 +3084,7 @@ declare const BlockPackOverview: z.ZodObject<{
3084
3084
  };
3085
3085
  title: string;
3086
3086
  description: string;
3087
+ url?: string | undefined;
3087
3088
  longDescription?: string | undefined;
3088
3089
  changelog?: string | undefined;
3089
3090
  logo?: {
@@ -3091,7 +3092,6 @@ declare const BlockPackOverview: z.ZodObject<{
3091
3092
  mimeType: string;
3092
3093
  content: Uint8Array<ArrayBuffer>;
3093
3094
  } | undefined;
3094
- url?: string | undefined;
3095
3095
  docs?: string | undefined;
3096
3096
  support?: string | undefined;
3097
3097
  tags?: string[] | undefined;
@@ -3113,6 +3113,7 @@ declare const BlockPackOverview: z.ZodObject<{
3113
3113
  };
3114
3114
  title: string;
3115
3115
  description: string;
3116
+ url?: string | undefined;
3116
3117
  longDescription?: string | undefined;
3117
3118
  changelog?: string | undefined;
3118
3119
  logo?: {
@@ -3120,7 +3121,6 @@ declare const BlockPackOverview: z.ZodObject<{
3120
3121
  mimeType: string;
3121
3122
  content: Uint8Array<ArrayBuffer>;
3122
3123
  } | undefined;
3123
- url?: string | undefined;
3124
3124
  docs?: string | undefined;
3125
3125
  support?: string | undefined;
3126
3126
  tags?: string[] | undefined;
@@ -3325,6 +3325,7 @@ declare const BlockPackOverview: z.ZodObject<{
3325
3325
  };
3326
3326
  title: string;
3327
3327
  description: string;
3328
+ url?: string | undefined;
3328
3329
  longDescription?: string | undefined;
3329
3330
  changelog?: string | undefined;
3330
3331
  logo?: {
@@ -3332,7 +3333,6 @@ declare const BlockPackOverview: z.ZodObject<{
3332
3333
  mimeType: string;
3333
3334
  content: Uint8Array<ArrayBuffer>;
3334
3335
  } | undefined;
3335
- url?: string | undefined;
3336
3336
  docs?: string | undefined;
3337
3337
  support?: string | undefined;
3338
3338
  tags?: string[] | undefined;
@@ -3354,6 +3354,7 @@ declare const BlockPackOverview: z.ZodObject<{
3354
3354
  };
3355
3355
  title: string;
3356
3356
  description: string;
3357
+ url?: string | undefined;
3357
3358
  longDescription?: string | undefined;
3358
3359
  changelog?: string | undefined;
3359
3360
  logo?: {
@@ -3361,7 +3362,6 @@ declare const BlockPackOverview: z.ZodObject<{
3361
3362
  mimeType: string;
3362
3363
  content: Uint8Array<ArrayBuffer>;
3363
3364
  } | undefined;
3364
- url?: string | undefined;
3365
3365
  docs?: string | undefined;
3366
3366
  support?: string | undefined;
3367
3367
  tags?: string[] | undefined;
@@ -3590,6 +3590,7 @@ declare const BlockPackOverview: z.ZodObject<{
3590
3590
  };
3591
3591
  title: string;
3592
3592
  description: string;
3593
+ url?: string | undefined;
3593
3594
  longDescription?: string | undefined;
3594
3595
  changelog?: string | undefined;
3595
3596
  logo?: {
@@ -3597,7 +3598,6 @@ declare const BlockPackOverview: z.ZodObject<{
3597
3598
  mimeType: string;
3598
3599
  content: Uint8Array<ArrayBuffer>;
3599
3600
  } | undefined;
3600
- url?: string | undefined;
3601
3601
  docs?: string | undefined;
3602
3602
  support?: string | undefined;
3603
3603
  tags?: string[] | undefined;
@@ -3619,6 +3619,7 @@ declare const BlockPackOverview: z.ZodObject<{
3619
3619
  };
3620
3620
  title: string;
3621
3621
  description: string;
3622
+ url?: string | undefined;
3622
3623
  longDescription?: string | undefined;
3623
3624
  changelog?: string | undefined;
3624
3625
  logo?: {
@@ -3626,7 +3627,6 @@ declare const BlockPackOverview: z.ZodObject<{
3626
3627
  mimeType: string;
3627
3628
  content: Uint8Array<ArrayBuffer>;
3628
3629
  } | undefined;
3629
- url?: string | undefined;
3630
3630
  docs?: string | undefined;
3631
3631
  support?: string | undefined;
3632
3632
  tags?: string[] | undefined;
@@ -3831,6 +3831,7 @@ declare const BlockPackOverview: z.ZodObject<{
3831
3831
  };
3832
3832
  title: string;
3833
3833
  description: string;
3834
+ url?: string | undefined;
3834
3835
  longDescription?: string | undefined;
3835
3836
  changelog?: string | undefined;
3836
3837
  logo?: {
@@ -3838,7 +3839,6 @@ declare const BlockPackOverview: z.ZodObject<{
3838
3839
  mimeType: string;
3839
3840
  content: Uint8Array<ArrayBuffer>;
3840
3841
  } | undefined;
3841
- url?: string | undefined;
3842
3842
  docs?: string | undefined;
3843
3843
  support?: string | undefined;
3844
3844
  tags?: string[] | undefined;
@@ -3860,6 +3860,7 @@ declare const BlockPackOverview: z.ZodObject<{
3860
3860
  };
3861
3861
  title: string;
3862
3862
  description: string;
3863
+ url?: string | undefined;
3863
3864
  longDescription?: string | undefined;
3864
3865
  changelog?: string | undefined;
3865
3866
  logo?: {
@@ -3867,7 +3868,6 @@ declare const BlockPackOverview: z.ZodObject<{
3867
3868
  mimeType: string;
3868
3869
  content: Uint8Array<ArrayBuffer>;
3869
3870
  } | undefined;
3870
- url?: string | undefined;
3871
3871
  docs?: string | undefined;
3872
3872
  support?: string | undefined;
3873
3873
  tags?: string[] | undefined;
@@ -4072,6 +4072,7 @@ declare const BlockPackOverview: z.ZodObject<{
4072
4072
  };
4073
4073
  title: string;
4074
4074
  description: string;
4075
+ url?: string | undefined;
4075
4076
  longDescription?: string | undefined;
4076
4077
  changelog?: string | undefined;
4077
4078
  logo?: {
@@ -4079,7 +4080,6 @@ declare const BlockPackOverview: z.ZodObject<{
4079
4080
  mimeType: string;
4080
4081
  content: Uint8Array<ArrayBuffer>;
4081
4082
  } | undefined;
4082
- url?: string | undefined;
4083
4083
  docs?: string | undefined;
4084
4084
  support?: string | undefined;
4085
4085
  tags?: string[] | undefined;
@@ -4101,6 +4101,7 @@ declare const BlockPackOverview: z.ZodObject<{
4101
4101
  };
4102
4102
  title: string;
4103
4103
  description: string;
4104
+ url?: string | undefined;
4104
4105
  longDescription?: string | undefined;
4105
4106
  changelog?: string | undefined;
4106
4107
  logo?: {
@@ -4108,7 +4109,6 @@ declare const BlockPackOverview: z.ZodObject<{
4108
4109
  mimeType: string;
4109
4110
  content: Uint8Array<ArrayBuffer>;
4110
4111
  } | undefined;
4111
- url?: string | undefined;
4112
4112
  docs?: string | undefined;
4113
4113
  support?: string | undefined;
4114
4114
  tags?: string[] | undefined;
@@ -4337,6 +4337,7 @@ declare const BlockPackOverview: z.ZodObject<{
4337
4337
  };
4338
4338
  title: string;
4339
4339
  description: string;
4340
+ url?: string | undefined;
4340
4341
  longDescription?: string | undefined;
4341
4342
  changelog?: string | undefined;
4342
4343
  logo?: {
@@ -4344,7 +4345,6 @@ declare const BlockPackOverview: z.ZodObject<{
4344
4345
  mimeType: string;
4345
4346
  content: Uint8Array<ArrayBuffer>;
4346
4347
  } | undefined;
4347
- url?: string | undefined;
4348
4348
  docs?: string | undefined;
4349
4349
  support?: string | undefined;
4350
4350
  tags?: string[] | undefined;
@@ -4366,6 +4366,7 @@ declare const BlockPackOverview: z.ZodObject<{
4366
4366
  };
4367
4367
  title: string;
4368
4368
  description: string;
4369
+ url?: string | undefined;
4369
4370
  longDescription?: string | undefined;
4370
4371
  changelog?: string | undefined;
4371
4372
  logo?: {
@@ -4373,7 +4374,6 @@ declare const BlockPackOverview: z.ZodObject<{
4373
4374
  mimeType: string;
4374
4375
  content: Uint8Array<ArrayBuffer>;
4375
4376
  } | undefined;
4376
- url?: string | undefined;
4377
4377
  docs?: string | undefined;
4378
4378
  support?: string | undefined;
4379
4379
  tags?: string[] | undefined;
@@ -4578,6 +4578,7 @@ declare const BlockPackOverview: z.ZodObject<{
4578
4578
  };
4579
4579
  title: string;
4580
4580
  description: string;
4581
+ url?: string | undefined;
4581
4582
  longDescription?: string | undefined;
4582
4583
  changelog?: string | undefined;
4583
4584
  logo?: {
@@ -4585,7 +4586,6 @@ declare const BlockPackOverview: z.ZodObject<{
4585
4586
  mimeType: string;
4586
4587
  content: Uint8Array<ArrayBuffer>;
4587
4588
  } | undefined;
4588
- url?: string | undefined;
4589
4589
  docs?: string | undefined;
4590
4590
  support?: string | undefined;
4591
4591
  tags?: string[] | undefined;
@@ -4607,6 +4607,7 @@ declare const BlockPackOverview: z.ZodObject<{
4607
4607
  };
4608
4608
  title: string;
4609
4609
  description: string;
4610
+ url?: string | undefined;
4610
4611
  longDescription?: string | undefined;
4611
4612
  changelog?: string | undefined;
4612
4613
  logo?: {
@@ -4614,7 +4615,6 @@ declare const BlockPackOverview: z.ZodObject<{
4614
4615
  mimeType: string;
4615
4616
  content: Uint8Array<ArrayBuffer>;
4616
4617
  } | undefined;
4617
- url?: string | undefined;
4618
4618
  docs?: string | undefined;
4619
4619
  support?: string | undefined;
4620
4620
  tags?: string[] | undefined;
@@ -4819,6 +4819,7 @@ declare const BlockPackOverview: z.ZodObject<{
4819
4819
  };
4820
4820
  title: string;
4821
4821
  description: string;
4822
+ url?: string | undefined;
4822
4823
  longDescription?: string | undefined;
4823
4824
  changelog?: string | undefined;
4824
4825
  logo?: {
@@ -4826,7 +4827,6 @@ declare const BlockPackOverview: z.ZodObject<{
4826
4827
  mimeType: string;
4827
4828
  content: Uint8Array<ArrayBuffer>;
4828
4829
  } | undefined;
4829
- url?: string | undefined;
4830
4830
  docs?: string | undefined;
4831
4831
  support?: string | undefined;
4832
4832
  tags?: string[] | undefined;
@@ -4848,6 +4848,7 @@ declare const BlockPackOverview: z.ZodObject<{
4848
4848
  };
4849
4849
  title: string;
4850
4850
  description: string;
4851
+ url?: string | undefined;
4851
4852
  longDescription?: string | undefined;
4852
4853
  changelog?: string | undefined;
4853
4854
  logo?: {
@@ -4855,7 +4856,6 @@ declare const BlockPackOverview: z.ZodObject<{
4855
4856
  mimeType: string;
4856
4857
  content: Uint8Array<ArrayBuffer>;
4857
4858
  } | undefined;
4858
- url?: string | undefined;
4859
4859
  docs?: string | undefined;
4860
4860
  support?: string | undefined;
4861
4861
  tags?: string[] | undefined;
@@ -5086,6 +5086,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5086
5086
  };
5087
5087
  title: string;
5088
5088
  description: string;
5089
+ url?: string | undefined;
5089
5090
  longDescription?: string | undefined;
5090
5091
  changelog?: string | undefined;
5091
5092
  logo?: {
@@ -5093,7 +5094,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5093
5094
  mimeType: string;
5094
5095
  content: Uint8Array<ArrayBuffer>;
5095
5096
  } | undefined;
5096
- url?: string | undefined;
5097
5097
  docs?: string | undefined;
5098
5098
  support?: string | undefined;
5099
5099
  tags?: string[] | undefined;
@@ -5115,6 +5115,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5115
5115
  };
5116
5116
  title: string;
5117
5117
  description: string;
5118
+ url?: string | undefined;
5118
5119
  longDescription?: string | undefined;
5119
5120
  changelog?: string | undefined;
5120
5121
  logo?: {
@@ -5122,7 +5123,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5122
5123
  mimeType: string;
5123
5124
  content: Uint8Array<ArrayBuffer>;
5124
5125
  } | undefined;
5125
- url?: string | undefined;
5126
5126
  docs?: string | undefined;
5127
5127
  support?: string | undefined;
5128
5128
  tags?: string[] | undefined;
@@ -5327,6 +5327,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5327
5327
  };
5328
5328
  title: string;
5329
5329
  description: string;
5330
+ url?: string | undefined;
5330
5331
  longDescription?: string | undefined;
5331
5332
  changelog?: string | undefined;
5332
5333
  logo?: {
@@ -5334,7 +5335,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5334
5335
  mimeType: string;
5335
5336
  content: Uint8Array<ArrayBuffer>;
5336
5337
  } | undefined;
5337
- url?: string | undefined;
5338
5338
  docs?: string | undefined;
5339
5339
  support?: string | undefined;
5340
5340
  tags?: string[] | undefined;
@@ -5356,6 +5356,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5356
5356
  };
5357
5357
  title: string;
5358
5358
  description: string;
5359
+ url?: string | undefined;
5359
5360
  longDescription?: string | undefined;
5360
5361
  changelog?: string | undefined;
5361
5362
  logo?: {
@@ -5363,7 +5364,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5363
5364
  mimeType: string;
5364
5365
  content: Uint8Array<ArrayBuffer>;
5365
5366
  } | undefined;
5366
- url?: string | undefined;
5367
5367
  docs?: string | undefined;
5368
5368
  support?: string | undefined;
5369
5369
  tags?: string[] | undefined;
@@ -5568,6 +5568,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5568
5568
  };
5569
5569
  title: string;
5570
5570
  description: string;
5571
+ url?: string | undefined;
5571
5572
  longDescription?: string | undefined;
5572
5573
  changelog?: string | undefined;
5573
5574
  logo?: {
@@ -5575,7 +5576,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5575
5576
  mimeType: string;
5576
5577
  content: Uint8Array<ArrayBuffer>;
5577
5578
  } | undefined;
5578
- url?: string | undefined;
5579
5579
  docs?: string | undefined;
5580
5580
  support?: string | undefined;
5581
5581
  tags?: string[] | undefined;
@@ -5597,6 +5597,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5597
5597
  };
5598
5598
  title: string;
5599
5599
  description: string;
5600
+ url?: string | undefined;
5600
5601
  longDescription?: string | undefined;
5601
5602
  changelog?: string | undefined;
5602
5603
  logo?: {
@@ -5604,7 +5605,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5604
5605
  mimeType: string;
5605
5606
  content: Uint8Array<ArrayBuffer>;
5606
5607
  } | undefined;
5607
- url?: string | undefined;
5608
5608
  docs?: string | undefined;
5609
5609
  support?: string | undefined;
5610
5610
  tags?: string[] | undefined;
@@ -5833,6 +5833,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5833
5833
  };
5834
5834
  title: string;
5835
5835
  description: string;
5836
+ url?: string | undefined;
5836
5837
  longDescription?: string | undefined;
5837
5838
  changelog?: string | undefined;
5838
5839
  logo?: {
@@ -5840,7 +5841,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5840
5841
  mimeType: string;
5841
5842
  content: Uint8Array<ArrayBuffer>;
5842
5843
  } | undefined;
5843
- url?: string | undefined;
5844
5844
  docs?: string | undefined;
5845
5845
  support?: string | undefined;
5846
5846
  tags?: string[] | undefined;
@@ -5862,6 +5862,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5862
5862
  };
5863
5863
  title: string;
5864
5864
  description: string;
5865
+ url?: string | undefined;
5865
5866
  longDescription?: string | undefined;
5866
5867
  changelog?: string | undefined;
5867
5868
  logo?: {
@@ -5869,7 +5870,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
5869
5870
  mimeType: string;
5870
5871
  content: Uint8Array<ArrayBuffer>;
5871
5872
  } | undefined;
5872
- url?: string | undefined;
5873
5873
  docs?: string | undefined;
5874
5874
  support?: string | undefined;
5875
5875
  tags?: string[] | undefined;
@@ -6074,6 +6074,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6074
6074
  };
6075
6075
  title: string;
6076
6076
  description: string;
6077
+ url?: string | undefined;
6077
6078
  longDescription?: string | undefined;
6078
6079
  changelog?: string | undefined;
6079
6080
  logo?: {
@@ -6081,7 +6082,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6081
6082
  mimeType: string;
6082
6083
  content: Uint8Array<ArrayBuffer>;
6083
6084
  } | undefined;
6084
- url?: string | undefined;
6085
6085
  docs?: string | undefined;
6086
6086
  support?: string | undefined;
6087
6087
  tags?: string[] | undefined;
@@ -6103,6 +6103,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6103
6103
  };
6104
6104
  title: string;
6105
6105
  description: string;
6106
+ url?: string | undefined;
6106
6107
  longDescription?: string | undefined;
6107
6108
  changelog?: string | undefined;
6108
6109
  logo?: {
@@ -6110,7 +6111,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6110
6111
  mimeType: string;
6111
6112
  content: Uint8Array<ArrayBuffer>;
6112
6113
  } | undefined;
6113
- url?: string | undefined;
6114
6114
  docs?: string | undefined;
6115
6115
  support?: string | undefined;
6116
6116
  tags?: string[] | undefined;
@@ -6315,6 +6315,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6315
6315
  };
6316
6316
  title: string;
6317
6317
  description: string;
6318
+ url?: string | undefined;
6318
6319
  longDescription?: string | undefined;
6319
6320
  changelog?: string | undefined;
6320
6321
  logo?: {
@@ -6322,7 +6323,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6322
6323
  mimeType: string;
6323
6324
  content: Uint8Array<ArrayBuffer>;
6324
6325
  } | undefined;
6325
- url?: string | undefined;
6326
6326
  docs?: string | undefined;
6327
6327
  support?: string | undefined;
6328
6328
  tags?: string[] | undefined;
@@ -6344,6 +6344,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6344
6344
  };
6345
6345
  title: string;
6346
6346
  description: string;
6347
+ url?: string | undefined;
6347
6348
  longDescription?: string | undefined;
6348
6349
  changelog?: string | undefined;
6349
6350
  logo?: {
@@ -6351,7 +6352,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6351
6352
  mimeType: string;
6352
6353
  content: Uint8Array<ArrayBuffer>;
6353
6354
  } | undefined;
6354
- url?: string | undefined;
6355
6355
  docs?: string | undefined;
6356
6356
  support?: string | undefined;
6357
6357
  tags?: string[] | undefined;
@@ -6580,6 +6580,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6580
6580
  };
6581
6581
  title: string;
6582
6582
  description: string;
6583
+ url?: string | undefined;
6583
6584
  longDescription?: string | undefined;
6584
6585
  changelog?: string | undefined;
6585
6586
  logo?: {
@@ -6587,7 +6588,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6587
6588
  mimeType: string;
6588
6589
  content: Uint8Array<ArrayBuffer>;
6589
6590
  } | undefined;
6590
- url?: string | undefined;
6591
6591
  docs?: string | undefined;
6592
6592
  support?: string | undefined;
6593
6593
  tags?: string[] | undefined;
@@ -6609,6 +6609,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6609
6609
  };
6610
6610
  title: string;
6611
6611
  description: string;
6612
+ url?: string | undefined;
6612
6613
  longDescription?: string | undefined;
6613
6614
  changelog?: string | undefined;
6614
6615
  logo?: {
@@ -6616,7 +6617,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6616
6617
  mimeType: string;
6617
6618
  content: Uint8Array<ArrayBuffer>;
6618
6619
  } | undefined;
6619
- url?: string | undefined;
6620
6620
  docs?: string | undefined;
6621
6621
  support?: string | undefined;
6622
6622
  tags?: string[] | undefined;
@@ -6821,6 +6821,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6821
6821
  };
6822
6822
  title: string;
6823
6823
  description: string;
6824
+ url?: string | undefined;
6824
6825
  longDescription?: string | undefined;
6825
6826
  changelog?: string | undefined;
6826
6827
  logo?: {
@@ -6828,7 +6829,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6828
6829
  mimeType: string;
6829
6830
  content: Uint8Array<ArrayBuffer>;
6830
6831
  } | undefined;
6831
- url?: string | undefined;
6832
6832
  docs?: string | undefined;
6833
6833
  support?: string | undefined;
6834
6834
  tags?: string[] | undefined;
@@ -6850,6 +6850,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6850
6850
  };
6851
6851
  title: string;
6852
6852
  description: string;
6853
+ url?: string | undefined;
6853
6854
  longDescription?: string | undefined;
6854
6855
  changelog?: string | undefined;
6855
6856
  logo?: {
@@ -6857,7 +6858,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
6857
6858
  mimeType: string;
6858
6859
  content: Uint8Array<ArrayBuffer>;
6859
6860
  } | undefined;
6860
- url?: string | undefined;
6861
6861
  docs?: string | undefined;
6862
6862
  support?: string | undefined;
6863
6863
  tags?: string[] | undefined;
@@ -7062,6 +7062,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
7062
7062
  };
7063
7063
  title: string;
7064
7064
  description: string;
7065
+ url?: string | undefined;
7065
7066
  longDescription?: string | undefined;
7066
7067
  changelog?: string | undefined;
7067
7068
  logo?: {
@@ -7069,7 +7070,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
7069
7070
  mimeType: string;
7070
7071
  content: Uint8Array<ArrayBuffer>;
7071
7072
  } | undefined;
7072
- url?: string | undefined;
7073
7073
  docs?: string | undefined;
7074
7074
  support?: string | undefined;
7075
7075
  tags?: string[] | undefined;
@@ -7091,6 +7091,7 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
7091
7091
  };
7092
7092
  title: string;
7093
7093
  description: string;
7094
+ url?: string | undefined;
7094
7095
  longDescription?: string | undefined;
7095
7096
  changelog?: string | undefined;
7096
7097
  logo?: {
@@ -7098,7 +7099,6 @@ declare const BlockPackOverviewNoRegistryId: z.ZodObject<Omit<{
7098
7099
  mimeType: string;
7099
7100
  content: Uint8Array<ArrayBuffer>;
7100
7101
  } | undefined;
7101
- url?: string | undefined;
7102
7102
  docs?: string | undefined;
7103
7103
  support?: string | undefined;
7104
7104
  tags?: string[] | undefined;
@@ -7251,28 +7251,28 @@ declare const RegistryStatus: z.ZodObject<z.objectUtil.extendShape<{
7251
7251
  status: "online" | "offline";
7252
7252
  id: string;
7253
7253
  spec: {
7254
+ type: "local-dev";
7255
+ path: string;
7256
+ } | {
7254
7257
  type: "remote-v1";
7255
7258
  url: string;
7256
7259
  } | {
7257
7260
  type: "remote-v2";
7258
7261
  url: string;
7259
- } | {
7260
- type: "local-dev";
7261
- path: string;
7262
7262
  };
7263
7263
  title?: string | undefined;
7264
7264
  }, {
7265
7265
  status: "online" | "offline";
7266
7266
  id: string;
7267
7267
  spec: {
7268
+ type: "local-dev";
7269
+ path: string;
7270
+ } | {
7268
7271
  type: "remote-v1";
7269
7272
  url: string;
7270
7273
  } | {
7271
7274
  type: "remote-v2";
7272
7275
  url: string;
7273
- } | {
7274
- type: "local-dev";
7275
- path: string;
7276
7276
  };
7277
7277
  title?: string | undefined;
7278
7278
  }>;
@@ -7315,28 +7315,28 @@ declare const BlockPackListing: z.ZodObject<{
7315
7315
  status: "online" | "offline";
7316
7316
  id: string;
7317
7317
  spec: {
7318
+ type: "local-dev";
7319
+ path: string;
7320
+ } | {
7318
7321
  type: "remote-v1";
7319
7322
  url: string;
7320
7323
  } | {
7321
7324
  type: "remote-v2";
7322
7325
  url: string;
7323
- } | {
7324
- type: "local-dev";
7325
- path: string;
7326
7326
  };
7327
7327
  title?: string | undefined;
7328
7328
  }, {
7329
7329
  status: "online" | "offline";
7330
7330
  id: string;
7331
7331
  spec: {
7332
+ type: "local-dev";
7333
+ path: string;
7334
+ } | {
7332
7335
  type: "remote-v1";
7333
7336
  url: string;
7334
7337
  } | {
7335
7338
  type: "remote-v2";
7336
7339
  url: string;
7337
- } | {
7338
- type: "local-dev";
7339
- path: string;
7340
7340
  };
7341
7341
  title?: string | undefined;
7342
7342
  }>, "many">;
@@ -7455,6 +7455,7 @@ declare const BlockPackListing: z.ZodObject<{
7455
7455
  };
7456
7456
  title: string;
7457
7457
  description: string;
7458
+ url?: string | undefined;
7458
7459
  longDescription?: string | undefined;
7459
7460
  changelog?: string | undefined;
7460
7461
  logo?: {
@@ -7462,7 +7463,6 @@ declare const BlockPackListing: z.ZodObject<{
7462
7463
  mimeType: string;
7463
7464
  content: Uint8Array<ArrayBuffer>;
7464
7465
  } | undefined;
7465
- url?: string | undefined;
7466
7466
  docs?: string | undefined;
7467
7467
  support?: string | undefined;
7468
7468
  tags?: string[] | undefined;
@@ -7484,6 +7484,7 @@ declare const BlockPackListing: z.ZodObject<{
7484
7484
  };
7485
7485
  title: string;
7486
7486
  description: string;
7487
+ url?: string | undefined;
7487
7488
  longDescription?: string | undefined;
7488
7489
  changelog?: string | undefined;
7489
7490
  logo?: {
@@ -7491,7 +7492,6 @@ declare const BlockPackListing: z.ZodObject<{
7491
7492
  mimeType: string;
7492
7493
  content: Uint8Array<ArrayBuffer>;
7493
7494
  } | undefined;
7494
- url?: string | undefined;
7495
7495
  docs?: string | undefined;
7496
7496
  support?: string | undefined;
7497
7497
  tags?: string[] | undefined;
@@ -7696,6 +7696,7 @@ declare const BlockPackListing: z.ZodObject<{
7696
7696
  };
7697
7697
  title: string;
7698
7698
  description: string;
7699
+ url?: string | undefined;
7699
7700
  longDescription?: string | undefined;
7700
7701
  changelog?: string | undefined;
7701
7702
  logo?: {
@@ -7703,7 +7704,6 @@ declare const BlockPackListing: z.ZodObject<{
7703
7704
  mimeType: string;
7704
7705
  content: Uint8Array<ArrayBuffer>;
7705
7706
  } | undefined;
7706
- url?: string | undefined;
7707
7707
  docs?: string | undefined;
7708
7708
  support?: string | undefined;
7709
7709
  tags?: string[] | undefined;
@@ -7725,6 +7725,7 @@ declare const BlockPackListing: z.ZodObject<{
7725
7725
  };
7726
7726
  title: string;
7727
7727
  description: string;
7728
+ url?: string | undefined;
7728
7729
  longDescription?: string | undefined;
7729
7730
  changelog?: string | undefined;
7730
7731
  logo?: {
@@ -7732,7 +7733,6 @@ declare const BlockPackListing: z.ZodObject<{
7732
7733
  mimeType: string;
7733
7734
  content: Uint8Array<ArrayBuffer>;
7734
7735
  } | undefined;
7735
- url?: string | undefined;
7736
7736
  docs?: string | undefined;
7737
7737
  support?: string | undefined;
7738
7738
  tags?: string[] | undefined;
@@ -7937,6 +7937,7 @@ declare const BlockPackListing: z.ZodObject<{
7937
7937
  };
7938
7938
  title: string;
7939
7939
  description: string;
7940
+ url?: string | undefined;
7940
7941
  longDescription?: string | undefined;
7941
7942
  changelog?: string | undefined;
7942
7943
  logo?: {
@@ -7944,7 +7945,6 @@ declare const BlockPackListing: z.ZodObject<{
7944
7945
  mimeType: string;
7945
7946
  content: Uint8Array<ArrayBuffer>;
7946
7947
  } | undefined;
7947
- url?: string | undefined;
7948
7948
  docs?: string | undefined;
7949
7949
  support?: string | undefined;
7950
7950
  tags?: string[] | undefined;
@@ -7966,6 +7966,7 @@ declare const BlockPackListing: z.ZodObject<{
7966
7966
  };
7967
7967
  title: string;
7968
7968
  description: string;
7969
+ url?: string | undefined;
7969
7970
  longDescription?: string | undefined;
7970
7971
  changelog?: string | undefined;
7971
7972
  logo?: {
@@ -7973,7 +7974,6 @@ declare const BlockPackListing: z.ZodObject<{
7973
7974
  mimeType: string;
7974
7975
  content: Uint8Array<ArrayBuffer>;
7975
7976
  } | undefined;
7976
- url?: string | undefined;
7977
7977
  docs?: string | undefined;
7978
7978
  support?: string | undefined;
7979
7979
  tags?: string[] | undefined;
@@ -8202,6 +8202,7 @@ declare const BlockPackListing: z.ZodObject<{
8202
8202
  };
8203
8203
  title: string;
8204
8204
  description: string;
8205
+ url?: string | undefined;
8205
8206
  longDescription?: string | undefined;
8206
8207
  changelog?: string | undefined;
8207
8208
  logo?: {
@@ -8209,7 +8210,6 @@ declare const BlockPackListing: z.ZodObject<{
8209
8210
  mimeType: string;
8210
8211
  content: Uint8Array<ArrayBuffer>;
8211
8212
  } | undefined;
8212
- url?: string | undefined;
8213
8213
  docs?: string | undefined;
8214
8214
  support?: string | undefined;
8215
8215
  tags?: string[] | undefined;
@@ -8231,6 +8231,7 @@ declare const BlockPackListing: z.ZodObject<{
8231
8231
  };
8232
8232
  title: string;
8233
8233
  description: string;
8234
+ url?: string | undefined;
8234
8235
  longDescription?: string | undefined;
8235
8236
  changelog?: string | undefined;
8236
8237
  logo?: {
@@ -8238,7 +8239,6 @@ declare const BlockPackListing: z.ZodObject<{
8238
8239
  mimeType: string;
8239
8240
  content: Uint8Array<ArrayBuffer>;
8240
8241
  } | undefined;
8241
- url?: string | undefined;
8242
8242
  docs?: string | undefined;
8243
8243
  support?: string | undefined;
8244
8244
  tags?: string[] | undefined;
@@ -8443,6 +8443,7 @@ declare const BlockPackListing: z.ZodObject<{
8443
8443
  };
8444
8444
  title: string;
8445
8445
  description: string;
8446
+ url?: string | undefined;
8446
8447
  longDescription?: string | undefined;
8447
8448
  changelog?: string | undefined;
8448
8449
  logo?: {
@@ -8450,7 +8451,6 @@ declare const BlockPackListing: z.ZodObject<{
8450
8451
  mimeType: string;
8451
8452
  content: Uint8Array<ArrayBuffer>;
8452
8453
  } | undefined;
8453
- url?: string | undefined;
8454
8454
  docs?: string | undefined;
8455
8455
  support?: string | undefined;
8456
8456
  tags?: string[] | undefined;
@@ -8472,6 +8472,7 @@ declare const BlockPackListing: z.ZodObject<{
8472
8472
  };
8473
8473
  title: string;
8474
8474
  description: string;
8475
+ url?: string | undefined;
8475
8476
  longDescription?: string | undefined;
8476
8477
  changelog?: string | undefined;
8477
8478
  logo?: {
@@ -8479,7 +8480,6 @@ declare const BlockPackListing: z.ZodObject<{
8479
8480
  mimeType: string;
8480
8481
  content: Uint8Array<ArrayBuffer>;
8481
8482
  } | undefined;
8482
- url?: string | undefined;
8483
8483
  docs?: string | undefined;
8484
8484
  support?: string | undefined;
8485
8485
  tags?: string[] | undefined;
@@ -8684,6 +8684,7 @@ declare const BlockPackListing: z.ZodObject<{
8684
8684
  };
8685
8685
  title: string;
8686
8686
  description: string;
8687
+ url?: string | undefined;
8687
8688
  longDescription?: string | undefined;
8688
8689
  changelog?: string | undefined;
8689
8690
  logo?: {
@@ -8691,7 +8692,6 @@ declare const BlockPackListing: z.ZodObject<{
8691
8692
  mimeType: string;
8692
8693
  content: Uint8Array<ArrayBuffer>;
8693
8694
  } | undefined;
8694
- url?: string | undefined;
8695
8695
  docs?: string | undefined;
8696
8696
  support?: string | undefined;
8697
8697
  tags?: string[] | undefined;
@@ -8713,6 +8713,7 @@ declare const BlockPackListing: z.ZodObject<{
8713
8713
  };
8714
8714
  title: string;
8715
8715
  description: string;
8716
+ url?: string | undefined;
8716
8717
  longDescription?: string | undefined;
8717
8718
  changelog?: string | undefined;
8718
8719
  logo?: {
@@ -8720,7 +8721,6 @@ declare const BlockPackListing: z.ZodObject<{
8720
8721
  mimeType: string;
8721
8722
  content: Uint8Array<ArrayBuffer>;
8722
8723
  } | undefined;
8723
- url?: string | undefined;
8724
8724
  docs?: string | undefined;
8725
8725
  support?: string | undefined;
8726
8726
  tags?: string[] | undefined;
@@ -8949,6 +8949,7 @@ declare const BlockPackListing: z.ZodObject<{
8949
8949
  };
8950
8950
  title: string;
8951
8951
  description: string;
8952
+ url?: string | undefined;
8952
8953
  longDescription?: string | undefined;
8953
8954
  changelog?: string | undefined;
8954
8955
  logo?: {
@@ -8956,7 +8957,6 @@ declare const BlockPackListing: z.ZodObject<{
8956
8957
  mimeType: string;
8957
8958
  content: Uint8Array<ArrayBuffer>;
8958
8959
  } | undefined;
8959
- url?: string | undefined;
8960
8960
  docs?: string | undefined;
8961
8961
  support?: string | undefined;
8962
8962
  tags?: string[] | undefined;
@@ -8978,6 +8978,7 @@ declare const BlockPackListing: z.ZodObject<{
8978
8978
  };
8979
8979
  title: string;
8980
8980
  description: string;
8981
+ url?: string | undefined;
8981
8982
  longDescription?: string | undefined;
8982
8983
  changelog?: string | undefined;
8983
8984
  logo?: {
@@ -8985,7 +8986,6 @@ declare const BlockPackListing: z.ZodObject<{
8985
8986
  mimeType: string;
8986
8987
  content: Uint8Array<ArrayBuffer>;
8987
8988
  } | undefined;
8988
- url?: string | undefined;
8989
8989
  docs?: string | undefined;
8990
8990
  support?: string | undefined;
8991
8991
  tags?: string[] | undefined;
@@ -9190,6 +9190,7 @@ declare const BlockPackListing: z.ZodObject<{
9190
9190
  };
9191
9191
  title: string;
9192
9192
  description: string;
9193
+ url?: string | undefined;
9193
9194
  longDescription?: string | undefined;
9194
9195
  changelog?: string | undefined;
9195
9196
  logo?: {
@@ -9197,7 +9198,6 @@ declare const BlockPackListing: z.ZodObject<{
9197
9198
  mimeType: string;
9198
9199
  content: Uint8Array<ArrayBuffer>;
9199
9200
  } | undefined;
9200
- url?: string | undefined;
9201
9201
  docs?: string | undefined;
9202
9202
  support?: string | undefined;
9203
9203
  tags?: string[] | undefined;
@@ -9219,6 +9219,7 @@ declare const BlockPackListing: z.ZodObject<{
9219
9219
  };
9220
9220
  title: string;
9221
9221
  description: string;
9222
+ url?: string | undefined;
9222
9223
  longDescription?: string | undefined;
9223
9224
  changelog?: string | undefined;
9224
9225
  logo?: {
@@ -9226,7 +9227,6 @@ declare const BlockPackListing: z.ZodObject<{
9226
9227
  mimeType: string;
9227
9228
  content: Uint8Array<ArrayBuffer>;
9228
9229
  } | undefined;
9229
- url?: string | undefined;
9230
9230
  docs?: string | undefined;
9231
9231
  support?: string | undefined;
9232
9232
  tags?: string[] | undefined;
@@ -9431,6 +9431,7 @@ declare const BlockPackListing: z.ZodObject<{
9431
9431
  };
9432
9432
  title: string;
9433
9433
  description: string;
9434
+ url?: string | undefined;
9434
9435
  longDescription?: string | undefined;
9435
9436
  changelog?: string | undefined;
9436
9437
  logo?: {
@@ -9438,7 +9439,6 @@ declare const BlockPackListing: z.ZodObject<{
9438
9439
  mimeType: string;
9439
9440
  content: Uint8Array<ArrayBuffer>;
9440
9441
  } | undefined;
9441
- url?: string | undefined;
9442
9442
  docs?: string | undefined;
9443
9443
  support?: string | undefined;
9444
9444
  tags?: string[] | undefined;
@@ -9460,6 +9460,7 @@ declare const BlockPackListing: z.ZodObject<{
9460
9460
  };
9461
9461
  title: string;
9462
9462
  description: string;
9463
+ url?: string | undefined;
9463
9464
  longDescription?: string | undefined;
9464
9465
  changelog?: string | undefined;
9465
9466
  logo?: {
@@ -9467,7 +9468,6 @@ declare const BlockPackListing: z.ZodObject<{
9467
9468
  mimeType: string;
9468
9469
  content: Uint8Array<ArrayBuffer>;
9469
9470
  } | undefined;
9470
- url?: string | undefined;
9471
9471
  docs?: string | undefined;
9472
9472
  support?: string | undefined;
9473
9473
  tags?: string[] | undefined;
@@ -9587,14 +9587,14 @@ declare const BlockPackListing: z.ZodObject<{
9587
9587
  status: "online" | "offline";
9588
9588
  id: string;
9589
9589
  spec: {
9590
+ type: "local-dev";
9591
+ path: string;
9592
+ } | {
9590
9593
  type: "remote-v1";
9591
9594
  url: string;
9592
9595
  } | {
9593
9596
  type: "remote-v2";
9594
9597
  url: string;
9595
- } | {
9596
- type: "local-dev";
9597
- path: string;
9598
9598
  };
9599
9599
  title?: string | undefined;
9600
9600
  }[];
@@ -9713,6 +9713,7 @@ declare const BlockPackListing: z.ZodObject<{
9713
9713
  };
9714
9714
  title: string;
9715
9715
  description: string;
9716
+ url?: string | undefined;
9716
9717
  longDescription?: string | undefined;
9717
9718
  changelog?: string | undefined;
9718
9719
  logo?: {
@@ -9720,7 +9721,6 @@ declare const BlockPackListing: z.ZodObject<{
9720
9721
  mimeType: string;
9721
9722
  content: Uint8Array<ArrayBuffer>;
9722
9723
  } | undefined;
9723
- url?: string | undefined;
9724
9724
  docs?: string | undefined;
9725
9725
  support?: string | undefined;
9726
9726
  tags?: string[] | undefined;
@@ -9742,6 +9742,7 @@ declare const BlockPackListing: z.ZodObject<{
9742
9742
  };
9743
9743
  title: string;
9744
9744
  description: string;
9745
+ url?: string | undefined;
9745
9746
  longDescription?: string | undefined;
9746
9747
  changelog?: string | undefined;
9747
9748
  logo?: {
@@ -9749,7 +9750,6 @@ declare const BlockPackListing: z.ZodObject<{
9749
9750
  mimeType: string;
9750
9751
  content: Uint8Array<ArrayBuffer>;
9751
9752
  } | undefined;
9752
- url?: string | undefined;
9753
9753
  docs?: string | undefined;
9754
9754
  support?: string | undefined;
9755
9755
  tags?: string[] | undefined;
@@ -9954,6 +9954,7 @@ declare const BlockPackListing: z.ZodObject<{
9954
9954
  };
9955
9955
  title: string;
9956
9956
  description: string;
9957
+ url?: string | undefined;
9957
9958
  longDescription?: string | undefined;
9958
9959
  changelog?: string | undefined;
9959
9960
  logo?: {
@@ -9961,7 +9962,6 @@ declare const BlockPackListing: z.ZodObject<{
9961
9962
  mimeType: string;
9962
9963
  content: Uint8Array<ArrayBuffer>;
9963
9964
  } | undefined;
9964
- url?: string | undefined;
9965
9965
  docs?: string | undefined;
9966
9966
  support?: string | undefined;
9967
9967
  tags?: string[] | undefined;
@@ -9983,6 +9983,7 @@ declare const BlockPackListing: z.ZodObject<{
9983
9983
  };
9984
9984
  title: string;
9985
9985
  description: string;
9986
+ url?: string | undefined;
9986
9987
  longDescription?: string | undefined;
9987
9988
  changelog?: string | undefined;
9988
9989
  logo?: {
@@ -9990,7 +9991,6 @@ declare const BlockPackListing: z.ZodObject<{
9990
9991
  mimeType: string;
9991
9992
  content: Uint8Array<ArrayBuffer>;
9992
9993
  } | undefined;
9993
- url?: string | undefined;
9994
9994
  docs?: string | undefined;
9995
9995
  support?: string | undefined;
9996
9996
  tags?: string[] | undefined;
@@ -10195,6 +10195,7 @@ declare const BlockPackListing: z.ZodObject<{
10195
10195
  };
10196
10196
  title: string;
10197
10197
  description: string;
10198
+ url?: string | undefined;
10198
10199
  longDescription?: string | undefined;
10199
10200
  changelog?: string | undefined;
10200
10201
  logo?: {
@@ -10202,7 +10203,6 @@ declare const BlockPackListing: z.ZodObject<{
10202
10203
  mimeType: string;
10203
10204
  content: Uint8Array<ArrayBuffer>;
10204
10205
  } | undefined;
10205
- url?: string | undefined;
10206
10206
  docs?: string | undefined;
10207
10207
  support?: string | undefined;
10208
10208
  tags?: string[] | undefined;
@@ -10224,6 +10224,7 @@ declare const BlockPackListing: z.ZodObject<{
10224
10224
  };
10225
10225
  title: string;
10226
10226
  description: string;
10227
+ url?: string | undefined;
10227
10228
  longDescription?: string | undefined;
10228
10229
  changelog?: string | undefined;
10229
10230
  logo?: {
@@ -10231,7 +10232,6 @@ declare const BlockPackListing: z.ZodObject<{
10231
10232
  mimeType: string;
10232
10233
  content: Uint8Array<ArrayBuffer>;
10233
10234
  } | undefined;
10234
- url?: string | undefined;
10235
10235
  docs?: string | undefined;
10236
10236
  support?: string | undefined;
10237
10237
  tags?: string[] | undefined;
@@ -10351,14 +10351,14 @@ declare const BlockPackListing: z.ZodObject<{
10351
10351
  status: "online" | "offline";
10352
10352
  id: string;
10353
10353
  spec: {
10354
+ type: "local-dev";
10355
+ path: string;
10356
+ } | {
10354
10357
  type: "remote-v1";
10355
10358
  url: string;
10356
10359
  } | {
10357
10360
  type: "remote-v2";
10358
10361
  url: string;
10359
- } | {
10360
- type: "local-dev";
10361
- path: string;
10362
10362
  };
10363
10363
  title?: string | undefined;
10364
10364
  }[];
@@ -10477,6 +10477,7 @@ declare const BlockPackListing: z.ZodObject<{
10477
10477
  };
10478
10478
  title: string;
10479
10479
  description: string;
10480
+ url?: string | undefined;
10480
10481
  longDescription?: string | undefined;
10481
10482
  changelog?: string | undefined;
10482
10483
  logo?: {
@@ -10484,7 +10485,6 @@ declare const BlockPackListing: z.ZodObject<{
10484
10485
  mimeType: string;
10485
10486
  content: Uint8Array<ArrayBuffer>;
10486
10487
  } | undefined;
10487
- url?: string | undefined;
10488
10488
  docs?: string | undefined;
10489
10489
  support?: string | undefined;
10490
10490
  tags?: string[] | undefined;
@@ -10506,6 +10506,7 @@ declare const BlockPackListing: z.ZodObject<{
10506
10506
  };
10507
10507
  title: string;
10508
10508
  description: string;
10509
+ url?: string | undefined;
10509
10510
  longDescription?: string | undefined;
10510
10511
  changelog?: string | undefined;
10511
10512
  logo?: {
@@ -10513,7 +10514,6 @@ declare const BlockPackListing: z.ZodObject<{
10513
10514
  mimeType: string;
10514
10515
  content: Uint8Array<ArrayBuffer>;
10515
10516
  } | undefined;
10516
- url?: string | undefined;
10517
10517
  docs?: string | undefined;
10518
10518
  support?: string | undefined;
10519
10519
  tags?: string[] | undefined;
@@ -10718,6 +10718,7 @@ declare const BlockPackListing: z.ZodObject<{
10718
10718
  };
10719
10719
  title: string;
10720
10720
  description: string;
10721
+ url?: string | undefined;
10721
10722
  longDescription?: string | undefined;
10722
10723
  changelog?: string | undefined;
10723
10724
  logo?: {
@@ -10725,7 +10726,6 @@ declare const BlockPackListing: z.ZodObject<{
10725
10726
  mimeType: string;
10726
10727
  content: Uint8Array<ArrayBuffer>;
10727
10728
  } | undefined;
10728
- url?: string | undefined;
10729
10729
  docs?: string | undefined;
10730
10730
  support?: string | undefined;
10731
10731
  tags?: string[] | undefined;
@@ -10747,6 +10747,7 @@ declare const BlockPackListing: z.ZodObject<{
10747
10747
  };
10748
10748
  title: string;
10749
10749
  description: string;
10750
+ url?: string | undefined;
10750
10751
  longDescription?: string | undefined;
10751
10752
  changelog?: string | undefined;
10752
10753
  logo?: {
@@ -10754,7 +10755,6 @@ declare const BlockPackListing: z.ZodObject<{
10754
10755
  mimeType: string;
10755
10756
  content: Uint8Array<ArrayBuffer>;
10756
10757
  } | undefined;
10757
- url?: string | undefined;
10758
10758
  docs?: string | undefined;
10759
10759
  support?: string | undefined;
10760
10760
  tags?: string[] | undefined;
@@ -10959,6 +10959,7 @@ declare const BlockPackListing: z.ZodObject<{
10959
10959
  };
10960
10960
  title: string;
10961
10961
  description: string;
10962
+ url?: string | undefined;
10962
10963
  longDescription?: string | undefined;
10963
10964
  changelog?: string | undefined;
10964
10965
  logo?: {
@@ -10966,7 +10967,6 @@ declare const BlockPackListing: z.ZodObject<{
10966
10967
  mimeType: string;
10967
10968
  content: Uint8Array<ArrayBuffer>;
10968
10969
  } | undefined;
10969
- url?: string | undefined;
10970
10970
  docs?: string | undefined;
10971
10971
  support?: string | undefined;
10972
10972
  tags?: string[] | undefined;
@@ -10988,6 +10988,7 @@ declare const BlockPackListing: z.ZodObject<{
10988
10988
  };
10989
10989
  title: string;
10990
10990
  description: string;
10991
+ url?: string | undefined;
10991
10992
  longDescription?: string | undefined;
10992
10993
  changelog?: string | undefined;
10993
10994
  logo?: {
@@ -10995,7 +10996,6 @@ declare const BlockPackListing: z.ZodObject<{
10995
10996
  mimeType: string;
10996
10997
  content: Uint8Array<ArrayBuffer>;
10997
10998
  } | undefined;
10998
- url?: string | undefined;
10999
10999
  docs?: string | undefined;
11000
11000
  support?: string | undefined;
11001
11001
  tags?: string[] | undefined;