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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;
@@ -289,13 +289,14 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
289
289
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
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
+ title: string;
292
293
  organization: {
293
- name: string;
294
294
  url: string;
295
+ name: string;
295
296
  logo?: {
296
297
  type: "explicit-base64";
297
- content: string;
298
298
  mimeType: string;
299
+ content: string;
299
300
  } | {
300
301
  type: "relative";
301
302
  path: string;
@@ -306,7 +307,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
306
307
  } & {
307
308
  [k: string]: unknown;
308
309
  };
309
- title: string;
310
310
  description: string;
311
311
  url?: string | undefined;
312
312
  longDescription?: {
@@ -331,8 +331,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
331
331
  } | undefined;
332
332
  logo?: {
333
333
  type: "explicit-base64";
334
- content: string;
335
334
  mimeType: string;
335
+ content: string;
336
336
  } | {
337
337
  type: "relative";
338
338
  path: string;
@@ -348,13 +348,14 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
348
348
  termsOfServiceUrl?: string | undefined;
349
349
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
350
350
  }, {
351
+ title: string;
351
352
  organization: {
352
- name: string;
353
353
  url: string;
354
+ name: string;
354
355
  logo?: string | {
355
356
  type: "explicit-base64";
356
- content: string;
357
357
  mimeType: string;
358
+ content: string;
358
359
  } | {
359
360
  type: "relative";
360
361
  path: string;
@@ -365,7 +366,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
365
366
  } & {
366
367
  [k: string]: unknown;
367
368
  };
368
- title: string;
369
369
  description: string;
370
370
  url?: string | undefined;
371
371
  longDescription?: string | {
@@ -390,8 +390,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
390
390
  } | undefined;
391
391
  logo?: string | {
392
392
  type: "explicit-base64";
393
- content: string;
394
393
  mimeType: string;
394
+ content: string;
395
395
  } | {
396
396
  type: "relative";
397
397
  path: string;
@@ -408,22 +408,15 @@ 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: {
412
+ title: string;
420
413
  organization: {
421
- name: string;
422
414
  url: string;
415
+ name: string;
423
416
  logo?: {
424
417
  type: "explicit-base64";
425
- content: string;
426
418
  mimeType: string;
419
+ content: string;
427
420
  } | {
428
421
  type: "relative";
429
422
  path: string;
@@ -434,7 +427,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
434
427
  } & {
435
428
  [k: string]: unknown;
436
429
  };
437
- title: string;
438
430
  description: string;
439
431
  url?: string | undefined;
440
432
  longDescription?: {
@@ -459,8 +451,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
459
451
  } | undefined;
460
452
  logo?: {
461
453
  type: "explicit-base64";
462
- content: string;
463
454
  mimeType: string;
455
+ content: string;
464
456
  } | {
465
457
  type: "relative";
466
458
  path: string;
@@ -476,23 +468,24 @@ 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: {
481
+ title: string;
489
482
  organization: {
490
- name: string;
491
483
  url: string;
484
+ name: string;
492
485
  logo?: string | {
493
486
  type: "explicit-base64";
494
- content: string;
495
487
  mimeType: string;
488
+ content: string;
496
489
  } | {
497
490
  type: "relative";
498
491
  path: string;
@@ -503,7 +496,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
503
496
  } & {
504
497
  [k: string]: unknown;
505
498
  };
506
- title: string;
507
499
  description: string;
508
500
  url?: string | undefined;
509
501
  longDescription?: string | {
@@ -528,8 +520,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
528
520
  } | undefined;
529
521
  logo?: string | {
530
522
  type: "explicit-base64";
531
- content: string;
532
523
  mimeType: string;
524
+ content: string;
533
525
  } | {
534
526
  type: "relative";
535
527
  path: string;
@@ -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;
@@ -895,13 +895,14 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
895
895
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
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
+ title: string;
898
899
  organization: {
899
- name: string;
900
900
  url: string;
901
+ name: string;
901
902
  logo?: {
902
903
  type: "explicit-base64";
903
- content: string;
904
904
  mimeType: string;
905
+ content: string;
905
906
  } | {
906
907
  type: "relative";
907
908
  path: string;
@@ -912,7 +913,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
912
913
  } & {
913
914
  [k: string]: unknown;
914
915
  };
915
- title: string;
916
916
  description: string;
917
917
  url?: string | undefined;
918
918
  longDescription?: {
@@ -937,8 +937,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
937
937
  } | undefined;
938
938
  logo?: {
939
939
  type: "explicit-base64";
940
- content: string;
941
940
  mimeType: string;
941
+ content: string;
942
942
  } | {
943
943
  type: "relative";
944
944
  path: string;
@@ -954,13 +954,14 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
954
954
  termsOfServiceUrl?: string | undefined;
955
955
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
956
956
  }, {
957
+ title: string;
957
958
  organization: {
958
- name: string;
959
959
  url: string;
960
+ name: string;
960
961
  logo?: string | {
961
962
  type: "explicit-base64";
962
- content: string;
963
963
  mimeType: string;
964
+ content: string;
964
965
  } | {
965
966
  type: "relative";
966
967
  path: string;
@@ -971,7 +972,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
971
972
  } & {
972
973
  [k: string]: unknown;
973
974
  };
974
- title: string;
975
975
  description: string;
976
976
  url?: string | undefined;
977
977
  longDescription?: string | {
@@ -996,8 +996,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
996
996
  } | undefined;
997
997
  logo?: string | {
998
998
  type: "explicit-base64";
999
- content: string;
1000
999
  mimeType: string;
1000
+ content: string;
1001
1001
  } | {
1002
1002
  type: "relative";
1003
1003
  path: string;
@@ -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;
@@ -1310,13 +1310,14 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1310
1310
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
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
+ title: string;
1313
1314
  organization: {
1314
- name: string;
1315
1315
  url: string;
1316
+ name: string;
1316
1317
  logo?: {
1317
1318
  type: "explicit-base64";
1318
- content: string;
1319
1319
  mimeType: string;
1320
+ content: string;
1320
1321
  } | {
1321
1322
  type: "relative";
1322
1323
  path: string;
@@ -1327,7 +1328,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1327
1328
  } & {
1328
1329
  [k: string]: unknown;
1329
1330
  };
1330
- title: string;
1331
1331
  description: string;
1332
1332
  url?: string | undefined;
1333
1333
  longDescription?: {
@@ -1352,8 +1352,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1352
1352
  } | undefined;
1353
1353
  logo?: {
1354
1354
  type: "explicit-base64";
1355
- content: string;
1356
1355
  mimeType: string;
1356
+ content: string;
1357
1357
  } | {
1358
1358
  type: "relative";
1359
1359
  path: string;
@@ -1369,13 +1369,14 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1369
1369
  termsOfServiceUrl?: string | undefined;
1370
1370
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1371
1371
  }, {
1372
+ title: string;
1372
1373
  organization: {
1373
- name: string;
1374
1374
  url: string;
1375
+ name: string;
1375
1376
  logo?: string | {
1376
1377
  type: "explicit-base64";
1377
- content: string;
1378
1378
  mimeType: string;
1379
+ content: string;
1379
1380
  } | {
1380
1381
  type: "relative";
1381
1382
  path: string;
@@ -1386,7 +1387,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1386
1387
  } & {
1387
1388
  [k: string]: unknown;
1388
1389
  };
1389
- title: string;
1390
1390
  description: string;
1391
1391
  url?: string | undefined;
1392
1392
  longDescription?: string | {
@@ -1411,8 +1411,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1411
1411
  } | undefined;
1412
1412
  logo?: string | {
1413
1413
  type: "explicit-base64";
1414
- content: string;
1415
1414
  mimeType: string;
1415
+ content: string;
1416
1416
  } | {
1417
1417
  type: "relative";
1418
1418
  path: string;
@@ -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;
@@ -1725,13 +1725,14 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1725
1725
  termsOfServiceUrl: z.ZodOptional<z.ZodString>;
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
+ title: string;
1728
1729
  organization: {
1729
- name: string;
1730
1730
  url: string;
1731
+ name: string;
1731
1732
  logo?: {
1732
1733
  type: "explicit-base64";
1733
- content: string;
1734
1734
  mimeType: string;
1735
+ content: string;
1735
1736
  } | {
1736
1737
  type: "relative";
1737
1738
  path: string;
@@ -1742,7 +1743,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1742
1743
  } & {
1743
1744
  [k: string]: unknown;
1744
1745
  };
1745
- title: string;
1746
1746
  description: string;
1747
1747
  url?: string | undefined;
1748
1748
  longDescription?: {
@@ -1767,8 +1767,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1767
1767
  } | undefined;
1768
1768
  logo?: {
1769
1769
  type: "explicit-base64";
1770
- content: string;
1771
1770
  mimeType: string;
1771
+ content: string;
1772
1772
  } | {
1773
1773
  type: "relative";
1774
1774
  path: string;
@@ -1784,13 +1784,14 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1784
1784
  termsOfServiceUrl?: string | undefined;
1785
1785
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1786
1786
  }, {
1787
+ title: string;
1787
1788
  organization: {
1788
- name: string;
1789
1789
  url: string;
1790
+ name: string;
1790
1791
  logo?: string | {
1791
1792
  type: "explicit-base64";
1792
- content: string;
1793
1793
  mimeType: string;
1794
+ content: string;
1794
1795
  } | {
1795
1796
  type: "relative";
1796
1797
  path: string;
@@ -1801,7 +1802,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1801
1802
  } & {
1802
1803
  [k: string]: unknown;
1803
1804
  };
1804
- title: string;
1805
1805
  description: string;
1806
1806
  url?: string | undefined;
1807
1807
  longDescription?: string | {
@@ -1826,8 +1826,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1826
1826
  } | undefined;
1827
1827
  logo?: string | {
1828
1828
  type: "explicit-base64";
1829
- content: string;
1830
1829
  mimeType: string;
1830
+ content: string;
1831
1831
  } | {
1832
1832
  type: "relative";
1833
1833
  path: string;