@milaboratories/pl-model-middle-layer 1.16.2 → 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.
@@ -289,9 +289,10 @@ 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
298
  mimeType: string;
@@ -306,8 +307,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
306
307
  } & {
307
308
  [k: string]: unknown;
308
309
  };
309
- title: string;
310
310
  description: string;
311
+ url?: string | undefined;
311
312
  longDescription?: {
312
313
  type: "explicit-string";
313
314
  content: string;
@@ -339,7 +340,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
339
340
  type: "absolute-file";
340
341
  file: string;
341
342
  } | undefined;
342
- url?: string | undefined;
343
343
  docs?: string | undefined;
344
344
  support?: string | undefined;
345
345
  tags?: string[] | undefined;
@@ -348,9 +348,10 @@ 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
357
  mimeType: string;
@@ -365,8 +366,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
365
366
  } & {
366
367
  [k: string]: unknown;
367
368
  };
368
- title: string;
369
369
  description: string;
370
+ url?: string | undefined;
370
371
  longDescription?: string | {
371
372
  type: "explicit-string";
372
373
  content: string;
@@ -398,7 +399,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
398
399
  type: "absolute-file";
399
400
  file: string;
400
401
  } | undefined;
401
- url?: string | undefined;
402
402
  docs?: string | undefined;
403
403
  support?: string | undefined;
404
404
  tags?: string[] | undefined;
@@ -409,9 +409,10 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
409
409
  }>;
410
410
  }, "strip", ZodTypeAny, {
411
411
  meta: {
412
+ title: string;
412
413
  organization: {
413
- name: string;
414
414
  url: string;
415
+ name: string;
415
416
  logo?: {
416
417
  type: "explicit-base64";
417
418
  mimeType: string;
@@ -426,8 +427,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
426
427
  } & {
427
428
  [k: string]: unknown;
428
429
  };
429
- title: string;
430
430
  description: string;
431
+ url?: string | undefined;
431
432
  longDescription?: {
432
433
  type: "explicit-string";
433
434
  content: string;
@@ -459,7 +460,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
459
460
  type: "absolute-file";
460
461
  file: string;
461
462
  } | undefined;
462
- url?: string | undefined;
463
463
  docs?: string | undefined;
464
464
  support?: string | undefined;
465
465
  tags?: string[] | undefined;
@@ -478,9 +478,10 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
478
478
  };
479
479
  }, {
480
480
  meta: {
481
+ title: string;
481
482
  organization: {
482
- name: string;
483
483
  url: string;
484
+ name: string;
484
485
  logo?: string | {
485
486
  type: "explicit-base64";
486
487
  mimeType: string;
@@ -495,8 +496,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
495
496
  } & {
496
497
  [k: string]: unknown;
497
498
  };
498
- title: string;
499
499
  description: string;
500
+ url?: string | undefined;
500
501
  longDescription?: string | {
501
502
  type: "explicit-string";
502
503
  content: string;
@@ -528,7 +529,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
528
529
  type: "absolute-file";
529
530
  file: string;
530
531
  } | undefined;
531
- url?: string | undefined;
532
532
  docs?: string | undefined;
533
533
  support?: string | undefined;
534
534
  tags?: string[] | undefined;
@@ -895,9 +895,10 @@ 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
904
  mimeType: string;
@@ -912,8 +913,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
912
913
  } & {
913
914
  [k: string]: unknown;
914
915
  };
915
- title: string;
916
916
  description: string;
917
+ url?: string | undefined;
917
918
  longDescription?: {
918
919
  type: "explicit-string";
919
920
  content: string;
@@ -945,7 +946,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
945
946
  type: "absolute-file";
946
947
  file: string;
947
948
  } | undefined;
948
- url?: string | undefined;
949
949
  docs?: string | undefined;
950
950
  support?: string | undefined;
951
951
  tags?: string[] | undefined;
@@ -954,9 +954,10 @@ 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
963
  mimeType: string;
@@ -971,8 +972,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
971
972
  } & {
972
973
  [k: string]: unknown;
973
974
  };
974
- title: string;
975
975
  description: string;
976
+ url?: string | undefined;
976
977
  longDescription?: string | {
977
978
  type: "explicit-string";
978
979
  content: string;
@@ -1004,7 +1005,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1004
1005
  type: "absolute-file";
1005
1006
  file: string;
1006
1007
  } | undefined;
1007
- url?: string | undefined;
1008
1008
  docs?: string | undefined;
1009
1009
  support?: string | undefined;
1010
1010
  tags?: string[] | undefined;
@@ -1310,9 +1310,10 @@ 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
1319
  mimeType: string;
@@ -1327,8 +1328,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1327
1328
  } & {
1328
1329
  [k: string]: unknown;
1329
1330
  };
1330
- title: string;
1331
1331
  description: string;
1332
+ url?: string | undefined;
1332
1333
  longDescription?: {
1333
1334
  type: "explicit-string";
1334
1335
  content: string;
@@ -1360,7 +1361,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1360
1361
  type: "absolute-file";
1361
1362
  file: string;
1362
1363
  } | undefined;
1363
- url?: string | undefined;
1364
1364
  docs?: string | undefined;
1365
1365
  support?: string | undefined;
1366
1366
  tags?: string[] | undefined;
@@ -1369,9 +1369,10 @@ 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
1378
  mimeType: string;
@@ -1386,8 +1387,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1386
1387
  } & {
1387
1388
  [k: string]: unknown;
1388
1389
  };
1389
- title: string;
1390
1390
  description: string;
1391
+ url?: string | undefined;
1391
1392
  longDescription?: string | {
1392
1393
  type: "explicit-string";
1393
1394
  content: string;
@@ -1419,7 +1420,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1419
1420
  type: "absolute-file";
1420
1421
  file: string;
1421
1422
  } | undefined;
1422
- url?: string | undefined;
1423
1423
  docs?: string | undefined;
1424
1424
  support?: string | undefined;
1425
1425
  tags?: string[] | undefined;
@@ -1725,9 +1725,10 @@ 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
1734
  mimeType: string;
@@ -1742,8 +1743,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1742
1743
  } & {
1743
1744
  [k: string]: unknown;
1744
1745
  };
1745
- title: string;
1746
1746
  description: string;
1747
+ url?: string | undefined;
1747
1748
  longDescription?: {
1748
1749
  type: "explicit-string";
1749
1750
  content: string;
@@ -1775,7 +1776,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1775
1776
  type: "absolute-file";
1776
1777
  file: string;
1777
1778
  } | undefined;
1778
- url?: string | undefined;
1779
1779
  docs?: string | undefined;
1780
1780
  support?: string | undefined;
1781
1781
  tags?: string[] | undefined;
@@ -1784,9 +1784,10 @@ 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
1793
  mimeType: string;
@@ -1801,8 +1802,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1801
1802
  } & {
1802
1803
  [k: string]: unknown;
1803
1804
  };
1804
- title: string;
1805
1805
  description: string;
1806
+ url?: string | undefined;
1806
1807
  longDescription?: string | {
1807
1808
  type: "explicit-string";
1808
1809
  content: string;
@@ -1834,7 +1835,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
1834
1835
  type: "absolute-file";
1835
1836
  file: string;
1836
1837
  } | undefined;
1837
- url?: string | undefined;
1838
1838
  docs?: string | undefined;
1839
1839
  support?: string | undefined;
1840
1840
  tags?: string[] | undefined;