@milaboratories/pl-model-middle-layer 1.12.10 → 1.12.11

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
- mimeType: string;
124
123
  content: string;
124
+ mimeType: 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
- mimeType: string;
135
134
  content: string;
135
+ mimeType: string;
136
136
  }, {
137
137
  type: "explicit-base64";
138
- mimeType: string;
139
138
  content: string;
139
+ mimeType: 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
- mimeType: string;
169
168
  content: string;
169
+ mimeType: 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
- mimeType: string;
180
179
  content: string;
180
+ mimeType: string;
181
181
  }, {
182
182
  type: "explicit-base64";
183
- mimeType: string;
184
183
  content: string;
184
+ mimeType: 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
- mimeType: string;
210
209
  content: string;
210
+ mimeType: 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
- mimeType: string;
221
220
  content: string;
221
+ mimeType: string;
222
222
  }, {
223
223
  type: "explicit-base64";
224
- mimeType: string;
225
224
  content: string;
225
+ mimeType: 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
- mimeType: string;
251
250
  content: string;
251
+ mimeType: 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
- mimeType: string;
262
261
  content: string;
262
+ mimeType: string;
263
263
  }, {
264
264
  type: "explicit-base64";
265
- mimeType: string;
266
265
  content: string;
266
+ mimeType: string;
267
267
  }>, z.ZodObject<{
268
268
  type: z.ZodLiteral<"relative">;
269
269
  path: z.ZodString;
@@ -290,12 +290,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
290
290
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
291
291
  }, "strip", ZodTypeAny, {
292
292
  organization: {
293
- name: string;
294
293
  url: string;
294
+ name: string;
295
295
  logo?: {
296
296
  type: "explicit-base64";
297
- mimeType: string;
298
297
  content: string;
298
+ mimeType: string;
299
299
  } | {
300
300
  type: "relative";
301
301
  path: string;
@@ -331,8 +331,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
331
331
  } | undefined;
332
332
  logo?: {
333
333
  type: "explicit-base64";
334
- mimeType: string;
335
334
  content: string;
335
+ mimeType: string;
336
336
  } | {
337
337
  type: "relative";
338
338
  path: string;
@@ -349,12 +349,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
349
349
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
350
350
  }, {
351
351
  organization: {
352
- name: string;
353
352
  url: string;
353
+ name: string;
354
354
  logo?: string | {
355
355
  type: "explicit-base64";
356
- mimeType: string;
357
356
  content: string;
357
+ mimeType: string;
358
358
  } | {
359
359
  type: "relative";
360
360
  path: string;
@@ -390,8 +390,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
390
390
  } | undefined;
391
391
  logo?: string | {
392
392
  type: "explicit-base64";
393
- mimeType: string;
394
393
  content: string;
394
+ mimeType: string;
395
395
  } | {
396
396
  type: "relative";
397
397
  path: string;
@@ -408,14 +408,22 @@ 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
+ };
411
419
  meta: {
412
420
  organization: {
413
- name: string;
414
421
  url: string;
422
+ name: string;
415
423
  logo?: {
416
424
  type: "explicit-base64";
417
- mimeType: string;
418
425
  content: string;
426
+ mimeType: string;
419
427
  } | {
420
428
  type: "relative";
421
429
  path: string;
@@ -451,8 +459,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
451
459
  } | undefined;
452
460
  logo?: {
453
461
  type: "explicit-base64";
454
- mimeType: string;
455
462
  content: string;
463
+ mimeType: string;
456
464
  } | {
457
465
  type: "relative";
458
466
  path: string;
@@ -468,23 +476,23 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
468
476
  termsOfServiceUrl?: string | undefined;
469
477
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
470
478
  };
479
+ }, {
471
480
  components: {
472
- workflow: {
481
+ workflow: string | {
473
482
  type: "workflow-v1";
474
483
  main: string;
475
484
  };
476
485
  model: string;
477
486
  ui: string;
478
487
  };
479
- }, {
480
488
  meta: {
481
489
  organization: {
482
- name: string;
483
490
  url: string;
491
+ name: string;
484
492
  logo?: string | {
485
493
  type: "explicit-base64";
486
- mimeType: string;
487
494
  content: string;
495
+ mimeType: string;
488
496
  } | {
489
497
  type: "relative";
490
498
  path: string;
@@ -520,8 +528,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
520
528
  } | undefined;
521
529
  logo?: string | {
522
530
  type: "explicit-base64";
523
- mimeType: string;
524
531
  content: string;
532
+ mimeType: string;
525
533
  } | {
526
534
  type: "relative";
527
535
  path: string;
@@ -537,14 +545,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
537
545
  termsOfServiceUrl?: string | undefined;
538
546
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
539
547
  };
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
- mimeType: string;
730
729
  content: string;
730
+ mimeType: 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
- mimeType: string;
741
740
  content: string;
741
+ mimeType: string;
742
742
  }, {
743
743
  type: "explicit-base64";
744
- mimeType: string;
745
744
  content: string;
745
+ mimeType: 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
- mimeType: string;
775
774
  content: string;
775
+ mimeType: 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
- mimeType: string;
786
785
  content: string;
786
+ mimeType: string;
787
787
  }, {
788
788
  type: "explicit-base64";
789
- mimeType: string;
790
789
  content: string;
790
+ mimeType: 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
- mimeType: string;
816
815
  content: string;
816
+ mimeType: 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
- mimeType: string;
827
826
  content: string;
827
+ mimeType: string;
828
828
  }, {
829
829
  type: "explicit-base64";
830
- mimeType: string;
831
830
  content: string;
831
+ mimeType: 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
- mimeType: string;
857
856
  content: string;
857
+ mimeType: 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
- mimeType: string;
868
867
  content: string;
868
+ mimeType: string;
869
869
  }, {
870
870
  type: "explicit-base64";
871
- mimeType: string;
872
871
  content: string;
872
+ mimeType: string;
873
873
  }>, z.ZodObject<{
874
874
  type: z.ZodLiteral<"relative">;
875
875
  path: z.ZodString;
@@ -896,12 +896,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
896
896
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
897
897
  }, "strip", ZodTypeAny, {
898
898
  organization: {
899
- name: string;
900
899
  url: string;
900
+ name: string;
901
901
  logo?: {
902
902
  type: "explicit-base64";
903
- mimeType: string;
904
903
  content: string;
904
+ mimeType: string;
905
905
  } | {
906
906
  type: "relative";
907
907
  path: string;
@@ -937,8 +937,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
937
937
  } | undefined;
938
938
  logo?: {
939
939
  type: "explicit-base64";
940
- mimeType: string;
941
940
  content: string;
941
+ mimeType: string;
942
942
  } | {
943
943
  type: "relative";
944
944
  path: string;
@@ -955,12 +955,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
955
955
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
956
956
  }, {
957
957
  organization: {
958
- name: string;
959
958
  url: string;
959
+ name: string;
960
960
  logo?: string | {
961
961
  type: "explicit-base64";
962
- mimeType: string;
963
962
  content: string;
963
+ mimeType: string;
964
964
  } | {
965
965
  type: "relative";
966
966
  path: string;
@@ -996,8 +996,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
996
996
  } | undefined;
997
997
  logo?: string | {
998
998
  type: "explicit-base64";
999
- mimeType: string;
1000
999
  content: string;
1000
+ mimeType: 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
- mimeType: string;
1145
1144
  content: string;
1145
+ mimeType: 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
- mimeType: string;
1156
1155
  content: string;
1156
+ mimeType: string;
1157
1157
  }, {
1158
1158
  type: "explicit-base64";
1159
- mimeType: string;
1160
1159
  content: string;
1160
+ mimeType: 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
- mimeType: string;
1190
1189
  content: string;
1190
+ mimeType: 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
- mimeType: string;
1201
1200
  content: string;
1201
+ mimeType: string;
1202
1202
  }, {
1203
1203
  type: "explicit-base64";
1204
- mimeType: string;
1205
1204
  content: string;
1205
+ mimeType: 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
- mimeType: string;
1231
1230
  content: string;
1231
+ mimeType: 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
- mimeType: string;
1242
1241
  content: string;
1242
+ mimeType: string;
1243
1243
  }, {
1244
1244
  type: "explicit-base64";
1245
- mimeType: string;
1246
1245
  content: string;
1246
+ mimeType: 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
- mimeType: string;
1272
1271
  content: string;
1272
+ mimeType: 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
- mimeType: string;
1283
1282
  content: string;
1283
+ mimeType: string;
1284
1284
  }, {
1285
1285
  type: "explicit-base64";
1286
- mimeType: string;
1287
1286
  content: string;
1287
+ mimeType: string;
1288
1288
  }>, z.ZodObject<{
1289
1289
  type: z.ZodLiteral<"relative">;
1290
1290
  path: z.ZodString;
@@ -1311,12 +1311,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1311
1311
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1312
1312
  }, "strip", ZodTypeAny, {
1313
1313
  organization: {
1314
- name: string;
1315
1314
  url: string;
1315
+ name: string;
1316
1316
  logo?: {
1317
1317
  type: "explicit-base64";
1318
- mimeType: string;
1319
1318
  content: string;
1319
+ mimeType: string;
1320
1320
  } | {
1321
1321
  type: "relative";
1322
1322
  path: string;
@@ -1352,8 +1352,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1352
1352
  } | undefined;
1353
1353
  logo?: {
1354
1354
  type: "explicit-base64";
1355
- mimeType: string;
1356
1355
  content: string;
1356
+ mimeType: string;
1357
1357
  } | {
1358
1358
  type: "relative";
1359
1359
  path: string;
@@ -1370,12 +1370,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1370
1370
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1371
1371
  }, {
1372
1372
  organization: {
1373
- name: string;
1374
1373
  url: string;
1374
+ name: string;
1375
1375
  logo?: string | {
1376
1376
  type: "explicit-base64";
1377
- mimeType: string;
1378
1377
  content: string;
1378
+ mimeType: string;
1379
1379
  } | {
1380
1380
  type: "relative";
1381
1381
  path: string;
@@ -1411,8 +1411,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1411
1411
  } | undefined;
1412
1412
  logo?: string | {
1413
1413
  type: "explicit-base64";
1414
- mimeType: string;
1415
1414
  content: string;
1415
+ mimeType: 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
- mimeType: string;
1560
1559
  content: string;
1560
+ mimeType: 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
- mimeType: string;
1571
1570
  content: string;
1571
+ mimeType: string;
1572
1572
  }, {
1573
1573
  type: "explicit-base64";
1574
- mimeType: string;
1575
1574
  content: string;
1575
+ mimeType: 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
- mimeType: string;
1605
1604
  content: string;
1605
+ mimeType: 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
- mimeType: string;
1616
1615
  content: string;
1616
+ mimeType: string;
1617
1617
  }, {
1618
1618
  type: "explicit-base64";
1619
- mimeType: string;
1620
1619
  content: string;
1620
+ mimeType: 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
- mimeType: string;
1646
1645
  content: string;
1646
+ mimeType: 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
- mimeType: string;
1657
1656
  content: string;
1657
+ mimeType: string;
1658
1658
  }, {
1659
1659
  type: "explicit-base64";
1660
- mimeType: string;
1661
1660
  content: string;
1661
+ mimeType: 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
- mimeType: string;
1687
1686
  content: string;
1687
+ mimeType: 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
- mimeType: string;
1698
1697
  content: string;
1698
+ mimeType: string;
1699
1699
  }, {
1700
1700
  type: "explicit-base64";
1701
- mimeType: string;
1702
1701
  content: string;
1702
+ mimeType: string;
1703
1703
  }>, z.ZodObject<{
1704
1704
  type: z.ZodLiteral<"relative">;
1705
1705
  path: z.ZodString;
@@ -1726,12 +1726,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1726
1726
  supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
1727
1727
  }, "strip", ZodTypeAny, {
1728
1728
  organization: {
1729
- name: string;
1730
1729
  url: string;
1730
+ name: string;
1731
1731
  logo?: {
1732
1732
  type: "explicit-base64";
1733
- mimeType: string;
1734
1733
  content: string;
1734
+ mimeType: string;
1735
1735
  } | {
1736
1736
  type: "relative";
1737
1737
  path: string;
@@ -1767,8 +1767,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1767
1767
  } | undefined;
1768
1768
  logo?: {
1769
1769
  type: "explicit-base64";
1770
- mimeType: string;
1771
1770
  content: string;
1771
+ mimeType: string;
1772
1772
  } | {
1773
1773
  type: "relative";
1774
1774
  path: string;
@@ -1785,12 +1785,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1785
1785
  supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
1786
1786
  }, {
1787
1787
  organization: {
1788
- name: string;
1789
1788
  url: string;
1789
+ name: string;
1790
1790
  logo?: string | {
1791
1791
  type: "explicit-base64";
1792
- mimeType: string;
1793
1792
  content: string;
1793
+ mimeType: string;
1794
1794
  } | {
1795
1795
  type: "relative";
1796
1796
  path: string;
@@ -1826,8 +1826,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1826
1826
  } | undefined;
1827
1827
  logo?: string | {
1828
1828
  type: "explicit-base64";
1829
- mimeType: string;
1830
1829
  content: string;
1830
+ mimeType: string;
1831
1831
  } | {
1832
1832
  type: "relative";
1833
1833
  path: string;