@milaboratories/pl-model-middle-layer 1.13.1 → 1.14.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.
@@ -51,11 +51,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
51
51
  title: z.ZodString;
52
52
  description: z.ZodString;
53
53
  longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
54
- type: "relative";
55
- path: string;
56
- } | {
57
54
  type: "explicit-string";
58
55
  content: string;
56
+ } | {
57
+ type: "relative";
58
+ path: string;
59
59
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
60
60
  type: z.ZodLiteral<"explicit-string">;
61
61
  content: z.ZodString;
@@ -85,11 +85,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
85
85
  file: string;
86
86
  }>]>]>>;
87
87
  changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
88
- type: "relative";
89
- path: string;
90
- } | {
91
88
  type: "explicit-string";
92
89
  content: string;
90
+ } | {
91
+ type: "relative";
92
+ path: string;
93
93
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
94
94
  type: z.ZodLiteral<"explicit-string">;
95
95
  content: z.ZodString;
@@ -119,12 +119,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
119
119
  file: string;
120
120
  }>]>]>>;
121
121
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
122
- type: "relative";
123
- path: string;
124
- } | {
125
122
  type: "explicit-base64";
126
123
  mimeType: string;
127
124
  content: string;
125
+ } | {
126
+ type: "relative";
127
+ path: string;
128
128
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
129
129
  type: z.ZodLiteral<"explicit-base64">;
130
130
  mimeType: z.ZodString;
@@ -164,12 +164,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
164
164
  name: z.ZodString;
165
165
  url: z.ZodString;
166
166
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
167
- type: "relative";
168
- path: string;
169
- } | {
170
167
  type: "explicit-base64";
171
168
  mimeType: string;
172
169
  content: string;
170
+ } | {
171
+ type: "relative";
172
+ path: string;
173
173
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
174
174
  type: z.ZodLiteral<"explicit-base64">;
175
175
  mimeType: z.ZodString;
@@ -205,12 +205,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
205
205
  name: z.ZodString;
206
206
  url: z.ZodString;
207
207
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
208
- type: "relative";
209
- path: string;
210
- } | {
211
208
  type: "explicit-base64";
212
209
  mimeType: string;
213
210
  content: string;
211
+ } | {
212
+ type: "relative";
213
+ path: string;
214
214
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
215
215
  type: z.ZodLiteral<"explicit-base64">;
216
216
  mimeType: z.ZodString;
@@ -246,12 +246,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
246
246
  name: z.ZodString;
247
247
  url: z.ZodString;
248
248
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
249
- type: "relative";
250
- path: string;
251
- } | {
252
249
  type: "explicit-base64";
253
250
  mimeType: string;
254
251
  content: string;
252
+ } | {
253
+ type: "relative";
254
+ path: string;
255
255
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
256
256
  type: z.ZodLiteral<"explicit-base64">;
257
257
  mimeType: z.ZodString;
@@ -293,12 +293,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
293
293
  name: string;
294
294
  url: string;
295
295
  logo?: {
296
- type: "relative";
297
- path: string;
298
- } | {
299
296
  type: "explicit-base64";
300
297
  mimeType: string;
301
298
  content: string;
299
+ } | {
300
+ type: "relative";
301
+ path: string;
302
302
  } | {
303
303
  type: "absolute-file";
304
304
  file: string;
@@ -308,38 +308,38 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
308
308
  };
309
309
  title: string;
310
310
  description: string;
311
- url?: string | undefined;
312
311
  longDescription?: {
313
- type: "relative";
314
- path: string;
315
- } | {
316
312
  type: "explicit-string";
317
313
  content: string;
314
+ } | {
315
+ type: "relative";
316
+ path: string;
318
317
  } | {
319
318
  type: "absolute-file";
320
319
  file: string;
321
320
  } | undefined;
322
321
  changelog?: {
323
- type: "relative";
324
- path: string;
325
- } | {
326
322
  type: "explicit-string";
327
323
  content: string;
324
+ } | {
325
+ type: "relative";
326
+ path: string;
328
327
  } | {
329
328
  type: "absolute-file";
330
329
  file: string;
331
330
  } | undefined;
332
331
  logo?: {
333
- type: "relative";
334
- path: string;
335
- } | {
336
332
  type: "explicit-base64";
337
333
  mimeType: string;
338
334
  content: string;
335
+ } | {
336
+ type: "relative";
337
+ path: string;
339
338
  } | {
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;
@@ -352,12 +352,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
352
352
  name: string;
353
353
  url: string;
354
354
  logo?: string | {
355
- type: "relative";
356
- path: string;
357
- } | {
358
355
  type: "explicit-base64";
359
356
  mimeType: string;
360
357
  content: string;
358
+ } | {
359
+ type: "relative";
360
+ path: string;
361
361
  } | {
362
362
  type: "absolute-file";
363
363
  file: string;
@@ -367,38 +367,38 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
367
367
  };
368
368
  title: string;
369
369
  description: string;
370
- url?: string | undefined;
371
370
  longDescription?: string | {
372
- type: "relative";
373
- path: string;
374
- } | {
375
371
  type: "explicit-string";
376
372
  content: string;
373
+ } | {
374
+ type: "relative";
375
+ path: string;
377
376
  } | {
378
377
  type: "absolute-file";
379
378
  file: string;
380
379
  } | undefined;
381
380
  changelog?: string | {
382
- type: "relative";
383
- path: string;
384
- } | {
385
381
  type: "explicit-string";
386
382
  content: string;
383
+ } | {
384
+ type: "relative";
385
+ path: string;
387
386
  } | {
388
387
  type: "absolute-file";
389
388
  file: string;
390
389
  } | undefined;
391
390
  logo?: string | {
392
- type: "relative";
393
- path: string;
394
- } | {
395
391
  type: "explicit-base64";
396
392
  mimeType: string;
397
393
  content: string;
394
+ } | {
395
+ type: "relative";
396
+ path: string;
398
397
  } | {
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;
@@ -413,12 +413,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
413
413
  name: string;
414
414
  url: string;
415
415
  logo?: {
416
- type: "relative";
417
- path: string;
418
- } | {
419
416
  type: "explicit-base64";
420
417
  mimeType: string;
421
418
  content: string;
419
+ } | {
420
+ type: "relative";
421
+ path: string;
422
422
  } | {
423
423
  type: "absolute-file";
424
424
  file: string;
@@ -428,38 +428,38 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
428
428
  };
429
429
  title: string;
430
430
  description: string;
431
- url?: string | undefined;
432
431
  longDescription?: {
433
- type: "relative";
434
- path: string;
435
- } | {
436
432
  type: "explicit-string";
437
433
  content: string;
434
+ } | {
435
+ type: "relative";
436
+ path: string;
438
437
  } | {
439
438
  type: "absolute-file";
440
439
  file: string;
441
440
  } | undefined;
442
441
  changelog?: {
443
- type: "relative";
444
- path: string;
445
- } | {
446
442
  type: "explicit-string";
447
443
  content: string;
444
+ } | {
445
+ type: "relative";
446
+ path: string;
448
447
  } | {
449
448
  type: "absolute-file";
450
449
  file: string;
451
450
  } | undefined;
452
451
  logo?: {
453
- type: "relative";
454
- path: string;
455
- } | {
456
452
  type: "explicit-base64";
457
453
  mimeType: string;
458
454
  content: string;
455
+ } | {
456
+ type: "relative";
457
+ path: string;
459
458
  } | {
460
459
  type: "absolute-file";
461
460
  file: string;
462
461
  } | undefined;
462
+ url?: string | undefined;
463
463
  docs?: string | undefined;
464
464
  support?: string | undefined;
465
465
  tags?: string[] | undefined;
@@ -482,12 +482,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
482
482
  name: string;
483
483
  url: string;
484
484
  logo?: string | {
485
- type: "relative";
486
- path: string;
487
- } | {
488
485
  type: "explicit-base64";
489
486
  mimeType: string;
490
487
  content: string;
488
+ } | {
489
+ type: "relative";
490
+ path: string;
491
491
  } | {
492
492
  type: "absolute-file";
493
493
  file: string;
@@ -497,38 +497,38 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
497
497
  };
498
498
  title: string;
499
499
  description: string;
500
- url?: string | undefined;
501
500
  longDescription?: string | {
502
- type: "relative";
503
- path: string;
504
- } | {
505
501
  type: "explicit-string";
506
502
  content: string;
503
+ } | {
504
+ type: "relative";
505
+ path: string;
507
506
  } | {
508
507
  type: "absolute-file";
509
508
  file: string;
510
509
  } | undefined;
511
510
  changelog?: string | {
512
- type: "relative";
513
- path: string;
514
- } | {
515
511
  type: "explicit-string";
516
512
  content: string;
513
+ } | {
514
+ type: "relative";
515
+ path: string;
517
516
  } | {
518
517
  type: "absolute-file";
519
518
  file: string;
520
519
  } | undefined;
521
520
  logo?: string | {
522
- type: "relative";
523
- path: string;
524
- } | {
525
521
  type: "explicit-base64";
526
522
  mimeType: string;
527
523
  content: string;
524
+ } | {
525
+ type: "relative";
526
+ path: string;
528
527
  } | {
529
528
  type: "absolute-file";
530
529
  file: string;
531
530
  } | undefined;
531
+ url?: string | undefined;
532
532
  docs?: string | undefined;
533
533
  support?: string | undefined;
534
534
  tags?: string[] | undefined;
@@ -657,11 +657,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
657
657
  title: z.ZodString;
658
658
  description: z.ZodString;
659
659
  longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
660
- type: "relative";
661
- path: string;
662
- } | {
663
660
  type: "explicit-string";
664
661
  content: string;
662
+ } | {
663
+ type: "relative";
664
+ path: string;
665
665
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
666
666
  type: z.ZodLiteral<"explicit-string">;
667
667
  content: z.ZodString;
@@ -691,11 +691,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
691
691
  file: string;
692
692
  }>]>]>>;
693
693
  changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
694
- type: "relative";
695
- path: string;
696
- } | {
697
694
  type: "explicit-string";
698
695
  content: string;
696
+ } | {
697
+ type: "relative";
698
+ path: string;
699
699
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
700
700
  type: z.ZodLiteral<"explicit-string">;
701
701
  content: z.ZodString;
@@ -725,12 +725,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
725
725
  file: string;
726
726
  }>]>]>>;
727
727
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
728
- type: "relative";
729
- path: string;
730
- } | {
731
728
  type: "explicit-base64";
732
729
  mimeType: string;
733
730
  content: string;
731
+ } | {
732
+ type: "relative";
733
+ path: string;
734
734
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
735
735
  type: z.ZodLiteral<"explicit-base64">;
736
736
  mimeType: z.ZodString;
@@ -770,12 +770,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
770
770
  name: z.ZodString;
771
771
  url: z.ZodString;
772
772
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
773
- type: "relative";
774
- path: string;
775
- } | {
776
773
  type: "explicit-base64";
777
774
  mimeType: string;
778
775
  content: string;
776
+ } | {
777
+ type: "relative";
778
+ path: string;
779
779
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
780
780
  type: z.ZodLiteral<"explicit-base64">;
781
781
  mimeType: z.ZodString;
@@ -811,12 +811,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
811
811
  name: z.ZodString;
812
812
  url: z.ZodString;
813
813
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
814
- type: "relative";
815
- path: string;
816
- } | {
817
814
  type: "explicit-base64";
818
815
  mimeType: string;
819
816
  content: string;
817
+ } | {
818
+ type: "relative";
819
+ path: string;
820
820
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
821
821
  type: z.ZodLiteral<"explicit-base64">;
822
822
  mimeType: z.ZodString;
@@ -852,12 +852,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
852
852
  name: z.ZodString;
853
853
  url: z.ZodString;
854
854
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
855
- type: "relative";
856
- path: string;
857
- } | {
858
855
  type: "explicit-base64";
859
856
  mimeType: string;
860
857
  content: string;
858
+ } | {
859
+ type: "relative";
860
+ path: string;
861
861
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
862
862
  type: z.ZodLiteral<"explicit-base64">;
863
863
  mimeType: z.ZodString;
@@ -899,12 +899,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
899
899
  name: string;
900
900
  url: string;
901
901
  logo?: {
902
- type: "relative";
903
- path: string;
904
- } | {
905
902
  type: "explicit-base64";
906
903
  mimeType: string;
907
904
  content: string;
905
+ } | {
906
+ type: "relative";
907
+ path: string;
908
908
  } | {
909
909
  type: "absolute-file";
910
910
  file: string;
@@ -914,38 +914,38 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
914
914
  };
915
915
  title: string;
916
916
  description: string;
917
- url?: string | undefined;
918
917
  longDescription?: {
919
- type: "relative";
920
- path: string;
921
- } | {
922
918
  type: "explicit-string";
923
919
  content: string;
920
+ } | {
921
+ type: "relative";
922
+ path: string;
924
923
  } | {
925
924
  type: "absolute-file";
926
925
  file: string;
927
926
  } | undefined;
928
927
  changelog?: {
929
- type: "relative";
930
- path: string;
931
- } | {
932
928
  type: "explicit-string";
933
929
  content: string;
930
+ } | {
931
+ type: "relative";
932
+ path: string;
934
933
  } | {
935
934
  type: "absolute-file";
936
935
  file: string;
937
936
  } | undefined;
938
937
  logo?: {
939
- type: "relative";
940
- path: string;
941
- } | {
942
938
  type: "explicit-base64";
943
939
  mimeType: string;
944
940
  content: string;
941
+ } | {
942
+ type: "relative";
943
+ path: string;
945
944
  } | {
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;
@@ -958,12 +958,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
958
958
  name: string;
959
959
  url: string;
960
960
  logo?: string | {
961
- type: "relative";
962
- path: string;
963
- } | {
964
961
  type: "explicit-base64";
965
962
  mimeType: string;
966
963
  content: string;
964
+ } | {
965
+ type: "relative";
966
+ path: string;
967
967
  } | {
968
968
  type: "absolute-file";
969
969
  file: string;
@@ -973,38 +973,38 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
973
973
  };
974
974
  title: string;
975
975
  description: string;
976
- url?: string | undefined;
977
976
  longDescription?: string | {
978
- type: "relative";
979
- path: string;
980
- } | {
981
977
  type: "explicit-string";
982
978
  content: string;
979
+ } | {
980
+ type: "relative";
981
+ path: string;
983
982
  } | {
984
983
  type: "absolute-file";
985
984
  file: string;
986
985
  } | undefined;
987
986
  changelog?: string | {
988
- type: "relative";
989
- path: string;
990
- } | {
991
987
  type: "explicit-string";
992
988
  content: string;
989
+ } | {
990
+ type: "relative";
991
+ path: string;
993
992
  } | {
994
993
  type: "absolute-file";
995
994
  file: string;
996
995
  } | undefined;
997
996
  logo?: string | {
998
- type: "relative";
999
- path: string;
1000
- } | {
1001
997
  type: "explicit-base64";
1002
998
  mimeType: string;
1003
999
  content: string;
1000
+ } | {
1001
+ type: "relative";
1002
+ path: string;
1004
1003
  } | {
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;
@@ -1072,11 +1072,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1072
1072
  title: z.ZodString;
1073
1073
  description: z.ZodString;
1074
1074
  longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1075
- type: "relative";
1076
- path: string;
1077
- } | {
1078
1075
  type: "explicit-string";
1079
1076
  content: string;
1077
+ } | {
1078
+ type: "relative";
1079
+ path: string;
1080
1080
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1081
1081
  type: z.ZodLiteral<"explicit-string">;
1082
1082
  content: z.ZodString;
@@ -1106,11 +1106,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1106
1106
  file: string;
1107
1107
  }>]>]>>;
1108
1108
  changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1109
- type: "relative";
1110
- path: string;
1111
- } | {
1112
1109
  type: "explicit-string";
1113
1110
  content: string;
1111
+ } | {
1112
+ type: "relative";
1113
+ path: string;
1114
1114
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1115
1115
  type: z.ZodLiteral<"explicit-string">;
1116
1116
  content: z.ZodString;
@@ -1140,12 +1140,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1140
1140
  file: string;
1141
1141
  }>]>]>>;
1142
1142
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1143
- type: "relative";
1144
- path: string;
1145
- } | {
1146
1143
  type: "explicit-base64";
1147
1144
  mimeType: string;
1148
1145
  content: string;
1146
+ } | {
1147
+ type: "relative";
1148
+ path: string;
1149
1149
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1150
1150
  type: z.ZodLiteral<"explicit-base64">;
1151
1151
  mimeType: z.ZodString;
@@ -1185,12 +1185,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1185
1185
  name: z.ZodString;
1186
1186
  url: z.ZodString;
1187
1187
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1188
- type: "relative";
1189
- path: string;
1190
- } | {
1191
1188
  type: "explicit-base64";
1192
1189
  mimeType: string;
1193
1190
  content: string;
1191
+ } | {
1192
+ type: "relative";
1193
+ path: string;
1194
1194
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1195
1195
  type: z.ZodLiteral<"explicit-base64">;
1196
1196
  mimeType: z.ZodString;
@@ -1226,12 +1226,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1226
1226
  name: z.ZodString;
1227
1227
  url: z.ZodString;
1228
1228
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1229
- type: "relative";
1230
- path: string;
1231
- } | {
1232
1229
  type: "explicit-base64";
1233
1230
  mimeType: string;
1234
1231
  content: string;
1232
+ } | {
1233
+ type: "relative";
1234
+ path: string;
1235
1235
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1236
1236
  type: z.ZodLiteral<"explicit-base64">;
1237
1237
  mimeType: z.ZodString;
@@ -1267,12 +1267,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1267
1267
  name: z.ZodString;
1268
1268
  url: z.ZodString;
1269
1269
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1270
- type: "relative";
1271
- path: string;
1272
- } | {
1273
1270
  type: "explicit-base64";
1274
1271
  mimeType: string;
1275
1272
  content: string;
1273
+ } | {
1274
+ type: "relative";
1275
+ path: string;
1276
1276
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1277
1277
  type: z.ZodLiteral<"explicit-base64">;
1278
1278
  mimeType: z.ZodString;
@@ -1314,12 +1314,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1314
1314
  name: string;
1315
1315
  url: string;
1316
1316
  logo?: {
1317
- type: "relative";
1318
- path: string;
1319
- } | {
1320
1317
  type: "explicit-base64";
1321
1318
  mimeType: string;
1322
1319
  content: string;
1320
+ } | {
1321
+ type: "relative";
1322
+ path: string;
1323
1323
  } | {
1324
1324
  type: "absolute-file";
1325
1325
  file: string;
@@ -1329,38 +1329,38 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1329
1329
  };
1330
1330
  title: string;
1331
1331
  description: string;
1332
- url?: string | undefined;
1333
1332
  longDescription?: {
1334
- type: "relative";
1335
- path: string;
1336
- } | {
1337
1333
  type: "explicit-string";
1338
1334
  content: string;
1335
+ } | {
1336
+ type: "relative";
1337
+ path: string;
1339
1338
  } | {
1340
1339
  type: "absolute-file";
1341
1340
  file: string;
1342
1341
  } | undefined;
1343
1342
  changelog?: {
1344
- type: "relative";
1345
- path: string;
1346
- } | {
1347
1343
  type: "explicit-string";
1348
1344
  content: string;
1345
+ } | {
1346
+ type: "relative";
1347
+ path: string;
1349
1348
  } | {
1350
1349
  type: "absolute-file";
1351
1350
  file: string;
1352
1351
  } | undefined;
1353
1352
  logo?: {
1354
- type: "relative";
1355
- path: string;
1356
- } | {
1357
1353
  type: "explicit-base64";
1358
1354
  mimeType: string;
1359
1355
  content: string;
1356
+ } | {
1357
+ type: "relative";
1358
+ path: string;
1360
1359
  } | {
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;
@@ -1373,12 +1373,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1373
1373
  name: string;
1374
1374
  url: string;
1375
1375
  logo?: string | {
1376
- type: "relative";
1377
- path: string;
1378
- } | {
1379
1376
  type: "explicit-base64";
1380
1377
  mimeType: string;
1381
1378
  content: string;
1379
+ } | {
1380
+ type: "relative";
1381
+ path: string;
1382
1382
  } | {
1383
1383
  type: "absolute-file";
1384
1384
  file: string;
@@ -1388,38 +1388,38 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1388
1388
  };
1389
1389
  title: string;
1390
1390
  description: string;
1391
- url?: string | undefined;
1392
1391
  longDescription?: string | {
1393
- type: "relative";
1394
- path: string;
1395
- } | {
1396
1392
  type: "explicit-string";
1397
1393
  content: string;
1394
+ } | {
1395
+ type: "relative";
1396
+ path: string;
1398
1397
  } | {
1399
1398
  type: "absolute-file";
1400
1399
  file: string;
1401
1400
  } | undefined;
1402
1401
  changelog?: string | {
1403
- type: "relative";
1404
- path: string;
1405
- } | {
1406
1402
  type: "explicit-string";
1407
1403
  content: string;
1404
+ } | {
1405
+ type: "relative";
1406
+ path: string;
1408
1407
  } | {
1409
1408
  type: "absolute-file";
1410
1409
  file: string;
1411
1410
  } | undefined;
1412
1411
  logo?: string | {
1413
- type: "relative";
1414
- path: string;
1415
- } | {
1416
1412
  type: "explicit-base64";
1417
1413
  mimeType: string;
1418
1414
  content: string;
1415
+ } | {
1416
+ type: "relative";
1417
+ path: string;
1419
1418
  } | {
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;
@@ -1487,11 +1487,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1487
1487
  title: z.ZodString;
1488
1488
  description: z.ZodString;
1489
1489
  longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1490
- type: "relative";
1491
- path: string;
1492
- } | {
1493
1490
  type: "explicit-string";
1494
1491
  content: string;
1492
+ } | {
1493
+ type: "relative";
1494
+ path: string;
1495
1495
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1496
1496
  type: z.ZodLiteral<"explicit-string">;
1497
1497
  content: z.ZodString;
@@ -1521,11 +1521,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1521
1521
  file: string;
1522
1522
  }>]>]>>;
1523
1523
  changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1524
- type: "relative";
1525
- path: string;
1526
- } | {
1527
1524
  type: "explicit-string";
1528
1525
  content: string;
1526
+ } | {
1527
+ type: "relative";
1528
+ path: string;
1529
1529
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1530
1530
  type: z.ZodLiteral<"explicit-string">;
1531
1531
  content: z.ZodString;
@@ -1555,12 +1555,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1555
1555
  file: string;
1556
1556
  }>]>]>>;
1557
1557
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1558
- type: "relative";
1559
- path: string;
1560
- } | {
1561
1558
  type: "explicit-base64";
1562
1559
  mimeType: string;
1563
1560
  content: string;
1561
+ } | {
1562
+ type: "relative";
1563
+ path: string;
1564
1564
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1565
1565
  type: z.ZodLiteral<"explicit-base64">;
1566
1566
  mimeType: z.ZodString;
@@ -1600,12 +1600,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1600
1600
  name: z.ZodString;
1601
1601
  url: z.ZodString;
1602
1602
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1603
- type: "relative";
1604
- path: string;
1605
- } | {
1606
1603
  type: "explicit-base64";
1607
1604
  mimeType: string;
1608
1605
  content: string;
1606
+ } | {
1607
+ type: "relative";
1608
+ path: string;
1609
1609
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1610
1610
  type: z.ZodLiteral<"explicit-base64">;
1611
1611
  mimeType: z.ZodString;
@@ -1641,12 +1641,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1641
1641
  name: z.ZodString;
1642
1642
  url: z.ZodString;
1643
1643
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1644
- type: "relative";
1645
- path: string;
1646
- } | {
1647
1644
  type: "explicit-base64";
1648
1645
  mimeType: string;
1649
1646
  content: string;
1647
+ } | {
1648
+ type: "relative";
1649
+ path: string;
1650
1650
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1651
1651
  type: z.ZodLiteral<"explicit-base64">;
1652
1652
  mimeType: z.ZodString;
@@ -1682,12 +1682,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1682
1682
  name: z.ZodString;
1683
1683
  url: z.ZodString;
1684
1684
  logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
1685
- type: "relative";
1686
- path: string;
1687
- } | {
1688
1685
  type: "explicit-base64";
1689
1686
  mimeType: string;
1690
1687
  content: string;
1688
+ } | {
1689
+ type: "relative";
1690
+ path: string;
1691
1691
  }, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1692
1692
  type: z.ZodLiteral<"explicit-base64">;
1693
1693
  mimeType: z.ZodString;
@@ -1729,12 +1729,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1729
1729
  name: string;
1730
1730
  url: string;
1731
1731
  logo?: {
1732
- type: "relative";
1733
- path: string;
1734
- } | {
1735
1732
  type: "explicit-base64";
1736
1733
  mimeType: string;
1737
1734
  content: string;
1735
+ } | {
1736
+ type: "relative";
1737
+ path: string;
1738
1738
  } | {
1739
1739
  type: "absolute-file";
1740
1740
  file: string;
@@ -1744,38 +1744,38 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1744
1744
  };
1745
1745
  title: string;
1746
1746
  description: string;
1747
- url?: string | undefined;
1748
1747
  longDescription?: {
1749
- type: "relative";
1750
- path: string;
1751
- } | {
1752
1748
  type: "explicit-string";
1753
1749
  content: string;
1750
+ } | {
1751
+ type: "relative";
1752
+ path: string;
1754
1753
  } | {
1755
1754
  type: "absolute-file";
1756
1755
  file: string;
1757
1756
  } | undefined;
1758
1757
  changelog?: {
1759
- type: "relative";
1760
- path: string;
1761
- } | {
1762
1758
  type: "explicit-string";
1763
1759
  content: string;
1760
+ } | {
1761
+ type: "relative";
1762
+ path: string;
1764
1763
  } | {
1765
1764
  type: "absolute-file";
1766
1765
  file: string;
1767
1766
  } | undefined;
1768
1767
  logo?: {
1769
- type: "relative";
1770
- path: string;
1771
- } | {
1772
1768
  type: "explicit-base64";
1773
1769
  mimeType: string;
1774
1770
  content: string;
1771
+ } | {
1772
+ type: "relative";
1773
+ path: string;
1775
1774
  } | {
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;
@@ -1788,12 +1788,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1788
1788
  name: string;
1789
1789
  url: string;
1790
1790
  logo?: string | {
1791
- type: "relative";
1792
- path: string;
1793
- } | {
1794
1791
  type: "explicit-base64";
1795
1792
  mimeType: string;
1796
1793
  content: string;
1794
+ } | {
1795
+ type: "relative";
1796
+ path: string;
1797
1797
  } | {
1798
1798
  type: "absolute-file";
1799
1799
  file: string;
@@ -1803,38 +1803,38 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1803
1803
  };
1804
1804
  title: string;
1805
1805
  description: string;
1806
- url?: string | undefined;
1807
1806
  longDescription?: string | {
1808
- type: "relative";
1809
- path: string;
1810
- } | {
1811
1807
  type: "explicit-string";
1812
1808
  content: string;
1809
+ } | {
1810
+ type: "relative";
1811
+ path: string;
1813
1812
  } | {
1814
1813
  type: "absolute-file";
1815
1814
  file: string;
1816
1815
  } | undefined;
1817
1816
  changelog?: string | {
1818
- type: "relative";
1819
- path: string;
1820
- } | {
1821
1817
  type: "explicit-string";
1822
1818
  content: string;
1819
+ } | {
1820
+ type: "relative";
1821
+ path: string;
1823
1822
  } | {
1824
1823
  type: "absolute-file";
1825
1824
  file: string;
1826
1825
  } | undefined;
1827
1826
  logo?: string | {
1828
- type: "relative";
1829
- path: string;
1830
- } | {
1831
1827
  type: "explicit-base64";
1832
1828
  mimeType: string;
1833
1829
  content: string;
1830
+ } | {
1831
+ type: "relative";
1832
+ path: string;
1834
1833
  } | {
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;