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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,8 +120,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
120
120
  }>]>]>>;
121
121
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
122
122
  type: "explicit-base64";
123
- content: string;
124
123
  mimeType: string;
124
+ content: string;
125
125
  } | {
126
126
  type: "relative";
127
127
  path: string;
@@ -131,12 +131,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
131
131
  content: z.ZodString;
132
132
  }, "strict", ZodTypeAny, {
133
133
  type: "explicit-base64";
134
- content: string;
135
134
  mimeType: string;
135
+ content: string;
136
136
  }, {
137
137
  type: "explicit-base64";
138
- content: string;
139
138
  mimeType: string;
139
+ content: string;
140
140
  }>, z.ZodObject<{
141
141
  type: z.ZodLiteral<"relative">;
142
142
  path: z.ZodString;
@@ -165,8 +165,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
165
165
  url: z.ZodString;
166
166
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
167
167
  type: "explicit-base64";
168
- content: string;
169
168
  mimeType: string;
169
+ content: string;
170
170
  } | {
171
171
  type: "relative";
172
172
  path: string;
@@ -176,12 +176,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
176
176
  content: z.ZodString;
177
177
  }, "strict", ZodTypeAny, {
178
178
  type: "explicit-base64";
179
- content: string;
180
179
  mimeType: string;
180
+ content: string;
181
181
  }, {
182
182
  type: "explicit-base64";
183
- content: string;
184
183
  mimeType: string;
184
+ content: string;
185
185
  }>, z.ZodObject<{
186
186
  type: z.ZodLiteral<"relative">;
187
187
  path: z.ZodString;
@@ -206,8 +206,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
206
206
  url: z.ZodString;
207
207
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
208
208
  type: "explicit-base64";
209
- content: string;
210
209
  mimeType: string;
210
+ content: string;
211
211
  } | {
212
212
  type: "relative";
213
213
  path: string;
@@ -217,12 +217,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
217
217
  content: z.ZodString;
218
218
  }, "strict", ZodTypeAny, {
219
219
  type: "explicit-base64";
220
- content: string;
221
220
  mimeType: string;
221
+ content: string;
222
222
  }, {
223
223
  type: "explicit-base64";
224
- content: string;
225
224
  mimeType: string;
225
+ content: string;
226
226
  }>, z.ZodObject<{
227
227
  type: z.ZodLiteral<"relative">;
228
228
  path: z.ZodString;
@@ -247,8 +247,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
247
247
  url: z.ZodString;
248
248
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
249
249
  type: "explicit-base64";
250
- content: string;
251
250
  mimeType: string;
251
+ content: string;
252
252
  } | {
253
253
  type: "relative";
254
254
  path: string;
@@ -258,12 +258,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
258
258
  content: z.ZodString;
259
259
  }, "strict", ZodTypeAny, {
260
260
  type: "explicit-base64";
261
- content: string;
262
261
  mimeType: string;
262
+ content: string;
263
263
  }, {
264
264
  type: "explicit-base64";
265
- content: string;
266
265
  mimeType: string;
266
+ content: string;
267
267
  }>, z.ZodObject<{
268
268
  type: z.ZodLiteral<"relative">;
269
269
  path: z.ZodString;
@@ -294,8 +294,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
294
294
  url: string;
295
295
  logo?: {
296
296
  type: "explicit-base64";
297
- content: string;
298
297
  mimeType: string;
298
+ content: string;
299
299
  } | {
300
300
  type: "relative";
301
301
  path: string;
@@ -308,7 +308,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
308
308
  };
309
309
  title: string;
310
310
  description: string;
311
- url?: string | undefined;
312
311
  longDescription?: {
313
312
  type: "explicit-string";
314
313
  content: string;
@@ -331,8 +330,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
331
330
  } | undefined;
332
331
  logo?: {
333
332
  type: "explicit-base64";
334
- content: string;
335
333
  mimeType: string;
334
+ content: string;
336
335
  } | {
337
336
  type: "relative";
338
337
  path: string;
@@ -340,6 +339,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
340
339
  type: "absolute-file";
341
340
  file: string;
342
341
  } | undefined;
342
+ url?: string | undefined;
343
343
  docs?: string | undefined;
344
344
  support?: string | undefined;
345
345
  tags?: string[] | undefined;
@@ -353,8 +353,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
353
353
  url: string;
354
354
  logo?: string | {
355
355
  type: "explicit-base64";
356
- content: string;
357
356
  mimeType: string;
357
+ content: string;
358
358
  } | {
359
359
  type: "relative";
360
360
  path: string;
@@ -367,7 +367,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
367
367
  };
368
368
  title: string;
369
369
  description: string;
370
- url?: string | undefined;
371
370
  longDescription?: string | {
372
371
  type: "explicit-string";
373
372
  content: string;
@@ -390,8 +389,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
390
389
  } | undefined;
391
390
  logo?: string | {
392
391
  type: "explicit-base64";
393
- content: string;
394
392
  mimeType: string;
393
+ content: string;
395
394
  } | {
396
395
  type: "relative";
397
396
  path: string;
@@ -399,6 +398,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
399
398
  type: "absolute-file";
400
399
  file: string;
401
400
  } | undefined;
401
+ url?: string | undefined;
402
402
  docs?: string | undefined;
403
403
  support?: string | undefined;
404
404
  tags?: string[] | undefined;
@@ -408,22 +408,14 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
408
408
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
409
409
  }>;
410
410
  }, "strip", ZodTypeAny, {
411
- components: {
412
- workflow: {
413
- type: "workflow-v1";
414
- main: string;
415
- };
416
- model: string;
417
- ui: string;
418
- };
419
411
  meta: {
420
412
  organization: {
421
413
  name: string;
422
414
  url: string;
423
415
  logo?: {
424
416
  type: "explicit-base64";
425
- content: string;
426
417
  mimeType: string;
418
+ content: string;
427
419
  } | {
428
420
  type: "relative";
429
421
  path: string;
@@ -436,7 +428,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
436
428
  };
437
429
  title: string;
438
430
  description: string;
439
- url?: string | undefined;
440
431
  longDescription?: {
441
432
  type: "explicit-string";
442
433
  content: string;
@@ -459,8 +450,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
459
450
  } | undefined;
460
451
  logo?: {
461
452
  type: "explicit-base64";
462
- content: string;
463
453
  mimeType: string;
454
+ content: string;
464
455
  } | {
465
456
  type: "relative";
466
457
  path: string;
@@ -468,6 +459,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
468
459
  type: "absolute-file";
469
460
  file: string;
470
461
  } | undefined;
462
+ url?: string | undefined;
471
463
  docs?: string | undefined;
472
464
  support?: string | undefined;
473
465
  tags?: string[] | undefined;
@@ -476,23 +468,23 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
476
468
  termsOfServiceUrl?: string | undefined;
477
469
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
478
470
  };
479
- }, {
480
471
  components: {
481
- workflow: string | {
472
+ workflow: {
482
473
  type: "workflow-v1";
483
474
  main: string;
484
475
  };
485
476
  model: string;
486
477
  ui: string;
487
478
  };
479
+ }, {
488
480
  meta: {
489
481
  organization: {
490
482
  name: string;
491
483
  url: string;
492
484
  logo?: string | {
493
485
  type: "explicit-base64";
494
- content: string;
495
486
  mimeType: string;
487
+ content: string;
496
488
  } | {
497
489
  type: "relative";
498
490
  path: string;
@@ -505,7 +497,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
505
497
  };
506
498
  title: string;
507
499
  description: string;
508
- url?: string | undefined;
509
500
  longDescription?: string | {
510
501
  type: "explicit-string";
511
502
  content: string;
@@ -528,8 +519,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
528
519
  } | undefined;
529
520
  logo?: string | {
530
521
  type: "explicit-base64";
531
- content: string;
532
522
  mimeType: string;
523
+ content: string;
533
524
  } | {
534
525
  type: "relative";
535
526
  path: string;
@@ -537,6 +528,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
537
528
  type: "absolute-file";
538
529
  file: string;
539
530
  } | undefined;
531
+ url?: string | undefined;
540
532
  docs?: string | undefined;
541
533
  support?: string | undefined;
542
534
  tags?: string[] | undefined;
@@ -545,6 +537,14 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
545
537
  termsOfServiceUrl?: string | undefined;
546
538
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
547
539
  };
540
+ components: {
541
+ workflow: string | {
542
+ type: "workflow-v1";
543
+ main: string;
544
+ };
545
+ model: string;
546
+ ui: string;
547
+ };
548
548
  }>;
549
549
  declare const FeatureFlags: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>;
550
550
  declare function CreateBlockPackDescriptionSchema<Components extends ZodTypeAny, Meta extends ZodTypeAny>(components: Components, meta: Meta): z.ZodObject<{
@@ -726,8 +726,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
726
726
  }>]>]>>;
727
727
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
728
728
  type: "explicit-base64";
729
- content: string;
730
729
  mimeType: string;
730
+ content: string;
731
731
  } | {
732
732
  type: "relative";
733
733
  path: string;
@@ -737,12 +737,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
737
737
  content: z.ZodString;
738
738
  }, "strict", ZodTypeAny, {
739
739
  type: "explicit-base64";
740
- content: string;
741
740
  mimeType: string;
741
+ content: string;
742
742
  }, {
743
743
  type: "explicit-base64";
744
- content: string;
745
744
  mimeType: string;
745
+ content: string;
746
746
  }>, z.ZodObject<{
747
747
  type: z.ZodLiteral<"relative">;
748
748
  path: z.ZodString;
@@ -771,8 +771,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
771
771
  url: z.ZodString;
772
772
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
773
773
  type: "explicit-base64";
774
- content: string;
775
774
  mimeType: string;
775
+ content: string;
776
776
  } | {
777
777
  type: "relative";
778
778
  path: string;
@@ -782,12 +782,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
782
782
  content: z.ZodString;
783
783
  }, "strict", ZodTypeAny, {
784
784
  type: "explicit-base64";
785
- content: string;
786
785
  mimeType: string;
786
+ content: string;
787
787
  }, {
788
788
  type: "explicit-base64";
789
- content: string;
790
789
  mimeType: string;
790
+ content: string;
791
791
  }>, z.ZodObject<{
792
792
  type: z.ZodLiteral<"relative">;
793
793
  path: z.ZodString;
@@ -812,8 +812,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
812
812
  url: z.ZodString;
813
813
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
814
814
  type: "explicit-base64";
815
- content: string;
816
815
  mimeType: string;
816
+ content: string;
817
817
  } | {
818
818
  type: "relative";
819
819
  path: string;
@@ -823,12 +823,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
823
823
  content: z.ZodString;
824
824
  }, "strict", ZodTypeAny, {
825
825
  type: "explicit-base64";
826
- content: string;
827
826
  mimeType: string;
827
+ content: string;
828
828
  }, {
829
829
  type: "explicit-base64";
830
- content: string;
831
830
  mimeType: string;
831
+ content: string;
832
832
  }>, z.ZodObject<{
833
833
  type: z.ZodLiteral<"relative">;
834
834
  path: z.ZodString;
@@ -853,8 +853,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
853
853
  url: z.ZodString;
854
854
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
855
855
  type: "explicit-base64";
856
- content: string;
857
856
  mimeType: string;
857
+ content: string;
858
858
  } | {
859
859
  type: "relative";
860
860
  path: string;
@@ -864,12 +864,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
864
864
  content: z.ZodString;
865
865
  }, "strict", ZodTypeAny, {
866
866
  type: "explicit-base64";
867
- content: string;
868
867
  mimeType: string;
868
+ content: string;
869
869
  }, {
870
870
  type: "explicit-base64";
871
- content: string;
872
871
  mimeType: string;
872
+ content: string;
873
873
  }>, z.ZodObject<{
874
874
  type: z.ZodLiteral<"relative">;
875
875
  path: z.ZodString;
@@ -900,8 +900,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
900
900
  url: string;
901
901
  logo?: {
902
902
  type: "explicit-base64";
903
- content: string;
904
903
  mimeType: string;
904
+ content: string;
905
905
  } | {
906
906
  type: "relative";
907
907
  path: string;
@@ -914,7 +914,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
914
914
  };
915
915
  title: string;
916
916
  description: string;
917
- url?: string | undefined;
918
917
  longDescription?: {
919
918
  type: "explicit-string";
920
919
  content: string;
@@ -937,8 +936,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
937
936
  } | undefined;
938
937
  logo?: {
939
938
  type: "explicit-base64";
940
- content: string;
941
939
  mimeType: string;
940
+ content: string;
942
941
  } | {
943
942
  type: "relative";
944
943
  path: string;
@@ -946,6 +945,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
946
945
  type: "absolute-file";
947
946
  file: string;
948
947
  } | undefined;
948
+ url?: string | undefined;
949
949
  docs?: string | undefined;
950
950
  support?: string | undefined;
951
951
  tags?: string[] | undefined;
@@ -959,8 +959,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
959
959
  url: string;
960
960
  logo?: string | {
961
961
  type: "explicit-base64";
962
- content: string;
963
962
  mimeType: string;
963
+ content: string;
964
964
  } | {
965
965
  type: "relative";
966
966
  path: string;
@@ -973,7 +973,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
973
973
  };
974
974
  title: string;
975
975
  description: string;
976
- url?: string | undefined;
977
976
  longDescription?: string | {
978
977
  type: "explicit-string";
979
978
  content: string;
@@ -996,8 +995,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
996
995
  } | undefined;
997
996
  logo?: string | {
998
997
  type: "explicit-base64";
999
- content: string;
1000
998
  mimeType: string;
999
+ content: string;
1001
1000
  } | {
1002
1001
  type: "relative";
1003
1002
  path: string;
@@ -1005,6 +1004,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1005
1004
  type: "absolute-file";
1006
1005
  file: string;
1007
1006
  } | undefined;
1007
+ url?: string | undefined;
1008
1008
  docs?: string | undefined;
1009
1009
  support?: string | undefined;
1010
1010
  tags?: string[] | undefined;
@@ -1141,8 +1141,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1141
1141
  }>]>]>>;
1142
1142
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1143
1143
  type: "explicit-base64";
1144
- content: string;
1145
1144
  mimeType: string;
1145
+ content: string;
1146
1146
  } | {
1147
1147
  type: "relative";
1148
1148
  path: string;
@@ -1152,12 +1152,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1152
1152
  content: z.ZodString;
1153
1153
  }, "strict", ZodTypeAny, {
1154
1154
  type: "explicit-base64";
1155
- content: string;
1156
1155
  mimeType: string;
1156
+ content: string;
1157
1157
  }, {
1158
1158
  type: "explicit-base64";
1159
- content: string;
1160
1159
  mimeType: string;
1160
+ content: string;
1161
1161
  }>, z.ZodObject<{
1162
1162
  type: z.ZodLiteral<"relative">;
1163
1163
  path: z.ZodString;
@@ -1186,8 +1186,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1186
1186
  url: z.ZodString;
1187
1187
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1188
1188
  type: "explicit-base64";
1189
- content: string;
1190
1189
  mimeType: string;
1190
+ content: string;
1191
1191
  } | {
1192
1192
  type: "relative";
1193
1193
  path: string;
@@ -1197,12 +1197,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1197
1197
  content: z.ZodString;
1198
1198
  }, "strict", ZodTypeAny, {
1199
1199
  type: "explicit-base64";
1200
- content: string;
1201
1200
  mimeType: string;
1201
+ content: string;
1202
1202
  }, {
1203
1203
  type: "explicit-base64";
1204
- content: string;
1205
1204
  mimeType: string;
1205
+ content: string;
1206
1206
  }>, z.ZodObject<{
1207
1207
  type: z.ZodLiteral<"relative">;
1208
1208
  path: z.ZodString;
@@ -1227,8 +1227,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1227
1227
  url: z.ZodString;
1228
1228
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1229
1229
  type: "explicit-base64";
1230
- content: string;
1231
1230
  mimeType: string;
1231
+ content: string;
1232
1232
  } | {
1233
1233
  type: "relative";
1234
1234
  path: string;
@@ -1238,12 +1238,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1238
1238
  content: z.ZodString;
1239
1239
  }, "strict", ZodTypeAny, {
1240
1240
  type: "explicit-base64";
1241
- content: string;
1242
1241
  mimeType: string;
1242
+ content: string;
1243
1243
  }, {
1244
1244
  type: "explicit-base64";
1245
- content: string;
1246
1245
  mimeType: string;
1246
+ content: string;
1247
1247
  }>, z.ZodObject<{
1248
1248
  type: z.ZodLiteral<"relative">;
1249
1249
  path: z.ZodString;
@@ -1268,8 +1268,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1268
1268
  url: z.ZodString;
1269
1269
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1270
1270
  type: "explicit-base64";
1271
- content: string;
1272
1271
  mimeType: string;
1272
+ content: string;
1273
1273
  } | {
1274
1274
  type: "relative";
1275
1275
  path: string;
@@ -1279,12 +1279,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1279
1279
  content: z.ZodString;
1280
1280
  }, "strict", ZodTypeAny, {
1281
1281
  type: "explicit-base64";
1282
- content: string;
1283
1282
  mimeType: string;
1283
+ content: string;
1284
1284
  }, {
1285
1285
  type: "explicit-base64";
1286
- content: string;
1287
1286
  mimeType: string;
1287
+ content: string;
1288
1288
  }>, z.ZodObject<{
1289
1289
  type: z.ZodLiteral<"relative">;
1290
1290
  path: z.ZodString;
@@ -1315,8 +1315,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1315
1315
  url: string;
1316
1316
  logo?: {
1317
1317
  type: "explicit-base64";
1318
- content: string;
1319
1318
  mimeType: string;
1319
+ content: string;
1320
1320
  } | {
1321
1321
  type: "relative";
1322
1322
  path: string;
@@ -1329,7 +1329,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1329
1329
  };
1330
1330
  title: string;
1331
1331
  description: string;
1332
- url?: string | undefined;
1333
1332
  longDescription?: {
1334
1333
  type: "explicit-string";
1335
1334
  content: string;
@@ -1352,8 +1351,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1352
1351
  } | undefined;
1353
1352
  logo?: {
1354
1353
  type: "explicit-base64";
1355
- content: string;
1356
1354
  mimeType: string;
1355
+ content: string;
1357
1356
  } | {
1358
1357
  type: "relative";
1359
1358
  path: string;
@@ -1361,6 +1360,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1361
1360
  type: "absolute-file";
1362
1361
  file: string;
1363
1362
  } | undefined;
1363
+ url?: string | undefined;
1364
1364
  docs?: string | undefined;
1365
1365
  support?: string | undefined;
1366
1366
  tags?: string[] | undefined;
@@ -1374,8 +1374,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1374
1374
  url: string;
1375
1375
  logo?: string | {
1376
1376
  type: "explicit-base64";
1377
- content: string;
1378
1377
  mimeType: string;
1378
+ content: string;
1379
1379
  } | {
1380
1380
  type: "relative";
1381
1381
  path: string;
@@ -1388,7 +1388,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1388
1388
  };
1389
1389
  title: string;
1390
1390
  description: string;
1391
- url?: string | undefined;
1392
1391
  longDescription?: string | {
1393
1392
  type: "explicit-string";
1394
1393
  content: string;
@@ -1411,8 +1410,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1411
1410
  } | undefined;
1412
1411
  logo?: string | {
1413
1412
  type: "explicit-base64";
1414
- content: string;
1415
1413
  mimeType: string;
1414
+ content: string;
1416
1415
  } | {
1417
1416
  type: "relative";
1418
1417
  path: string;
@@ -1420,6 +1419,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1420
1419
  type: "absolute-file";
1421
1420
  file: string;
1422
1421
  } | undefined;
1422
+ url?: string | undefined;
1423
1423
  docs?: string | undefined;
1424
1424
  support?: string | undefined;
1425
1425
  tags?: string[] | undefined;
@@ -1556,8 +1556,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1556
1556
  }>]>]>>;
1557
1557
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1558
1558
  type: "explicit-base64";
1559
- content: string;
1560
1559
  mimeType: string;
1560
+ content: string;
1561
1561
  } | {
1562
1562
  type: "relative";
1563
1563
  path: string;
@@ -1567,12 +1567,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1567
1567
  content: z.ZodString;
1568
1568
  }, "strict", ZodTypeAny, {
1569
1569
  type: "explicit-base64";
1570
- content: string;
1571
1570
  mimeType: string;
1571
+ content: string;
1572
1572
  }, {
1573
1573
  type: "explicit-base64";
1574
- content: string;
1575
1574
  mimeType: string;
1575
+ content: string;
1576
1576
  }>, z.ZodObject<{
1577
1577
  type: z.ZodLiteral<"relative">;
1578
1578
  path: z.ZodString;
@@ -1601,8 +1601,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1601
1601
  url: z.ZodString;
1602
1602
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1603
1603
  type: "explicit-base64";
1604
- content: string;
1605
1604
  mimeType: string;
1605
+ content: string;
1606
1606
  } | {
1607
1607
  type: "relative";
1608
1608
  path: string;
@@ -1612,12 +1612,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1612
1612
  content: z.ZodString;
1613
1613
  }, "strict", ZodTypeAny, {
1614
1614
  type: "explicit-base64";
1615
- content: string;
1616
1615
  mimeType: string;
1616
+ content: string;
1617
1617
  }, {
1618
1618
  type: "explicit-base64";
1619
- content: string;
1620
1619
  mimeType: string;
1620
+ content: string;
1621
1621
  }>, z.ZodObject<{
1622
1622
  type: z.ZodLiteral<"relative">;
1623
1623
  path: z.ZodString;
@@ -1642,8 +1642,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1642
1642
  url: z.ZodString;
1643
1643
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1644
1644
  type: "explicit-base64";
1645
- content: string;
1646
1645
  mimeType: string;
1646
+ content: string;
1647
1647
  } | {
1648
1648
  type: "relative";
1649
1649
  path: string;
@@ -1653,12 +1653,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1653
1653
  content: z.ZodString;
1654
1654
  }, "strict", ZodTypeAny, {
1655
1655
  type: "explicit-base64";
1656
- content: string;
1657
1656
  mimeType: string;
1657
+ content: string;
1658
1658
  }, {
1659
1659
  type: "explicit-base64";
1660
- content: string;
1661
1660
  mimeType: string;
1661
+ content: string;
1662
1662
  }>, z.ZodObject<{
1663
1663
  type: z.ZodLiteral<"relative">;
1664
1664
  path: z.ZodString;
@@ -1683,8 +1683,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1683
1683
  url: z.ZodString;
1684
1684
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1685
1685
  type: "explicit-base64";
1686
- content: string;
1687
1686
  mimeType: string;
1687
+ content: string;
1688
1688
  } | {
1689
1689
  type: "relative";
1690
1690
  path: string;
@@ -1694,12 +1694,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1694
1694
  content: z.ZodString;
1695
1695
  }, "strict", ZodTypeAny, {
1696
1696
  type: "explicit-base64";
1697
- content: string;
1698
1697
  mimeType: string;
1698
+ content: string;
1699
1699
  }, {
1700
1700
  type: "explicit-base64";
1701
- content: string;
1702
1701
  mimeType: string;
1702
+ content: string;
1703
1703
  }>, z.ZodObject<{
1704
1704
  type: z.ZodLiteral<"relative">;
1705
1705
  path: z.ZodString;
@@ -1730,8 +1730,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1730
1730
  url: string;
1731
1731
  logo?: {
1732
1732
  type: "explicit-base64";
1733
- content: string;
1734
1733
  mimeType: string;
1734
+ content: string;
1735
1735
  } | {
1736
1736
  type: "relative";
1737
1737
  path: string;
@@ -1744,7 +1744,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1744
1744
  };
1745
1745
  title: string;
1746
1746
  description: string;
1747
- url?: string | undefined;
1748
1747
  longDescription?: {
1749
1748
  type: "explicit-string";
1750
1749
  content: string;
@@ -1767,8 +1766,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1767
1766
  } | undefined;
1768
1767
  logo?: {
1769
1768
  type: "explicit-base64";
1770
- content: string;
1771
1769
  mimeType: string;
1770
+ content: string;
1772
1771
  } | {
1773
1772
  type: "relative";
1774
1773
  path: string;
@@ -1776,6 +1775,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1776
1775
  type: "absolute-file";
1777
1776
  file: string;
1778
1777
  } | undefined;
1778
+ url?: string | undefined;
1779
1779
  docs?: string | undefined;
1780
1780
  support?: string | undefined;
1781
1781
  tags?: string[] | undefined;
@@ -1789,8 +1789,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1789
1789
  url: string;
1790
1790
  logo?: string | {
1791
1791
  type: "explicit-base64";
1792
- content: string;
1793
1792
  mimeType: string;
1793
+ content: string;
1794
1794
  } | {
1795
1795
  type: "relative";
1796
1796
  path: string;
@@ -1803,7 +1803,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1803
1803
  };
1804
1804
  title: string;
1805
1805
  description: string;
1806
- url?: string | undefined;
1807
1806
  longDescription?: string | {
1808
1807
  type: "explicit-string";
1809
1808
  content: string;
@@ -1826,8 +1825,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1826
1825
  } | undefined;
1827
1826
  logo?: string | {
1828
1827
  type: "explicit-base64";
1829
- content: string;
1830
1828
  mimeType: string;
1829
+ content: string;
1831
1830
  } | {
1832
1831
  type: "relative";
1833
1832
  path: string;
@@ -1835,6 +1834,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1835
1834
  type: "absolute-file";
1836
1835
  file: string;
1837
1836
  } | undefined;
1837
+ url?: string | undefined;
1838
1838
  docs?: string | undefined;
1839
1839
  support?: string | undefined;
1840
1840
  tags?: string[] | undefined;