@code-pushup/models 0.60.2 → 0.61.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.
@@ -4,7 +4,7 @@ export declare const auditReportSchema: z.ZodObject<z.objectUtil.extendShape<z.o
4
4
  }, {
5
5
  title: z.ZodString;
6
6
  description: z.ZodOptional<z.ZodString>;
7
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
7
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
8
8
  isSkipped: z.ZodOptional<z.ZodBoolean>;
9
9
  }>, {
10
10
  slug: z.ZodString;
@@ -220,7 +220,7 @@ export declare const auditReportSchema: z.ZodObject<z.objectUtil.extendShape<z.o
220
220
  title: string;
221
221
  score: number;
222
222
  description?: string | undefined;
223
- docsUrl?: string | undefined;
223
+ docsUrl?: unknown;
224
224
  isSkipped?: boolean | undefined;
225
225
  displayValue?: string | undefined;
226
226
  details?: {
@@ -267,7 +267,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
267
267
  }, {
268
268
  title: z.ZodString;
269
269
  description: z.ZodOptional<z.ZodString>;
270
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
270
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
271
271
  isSkipped: z.ZodOptional<z.ZodBoolean>;
272
272
  }>, {
273
273
  slug: z.ZodString;
@@ -281,7 +281,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
281
281
  }, {
282
282
  title: z.ZodString;
283
283
  description: z.ZodOptional<z.ZodString>;
284
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
284
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
285
285
  isSkipped: z.ZodOptional<z.ZodBoolean>;
286
286
  }>, {
287
287
  slug: z.ZodString;
@@ -497,7 +497,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
497
497
  title: string;
498
498
  score: number;
499
499
  description?: string | undefined;
500
- docsUrl?: string | undefined;
500
+ docsUrl?: unknown;
501
501
  isSkipped?: boolean | undefined;
502
502
  displayValue?: string | undefined;
503
503
  details?: {
@@ -556,7 +556,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
556
556
  }, {
557
557
  title: z.ZodString;
558
558
  description: z.ZodOptional<z.ZodString>;
559
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
559
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
560
560
  isSkipped: z.ZodOptional<z.ZodBoolean>;
561
561
  }>, "strip", z.ZodTypeAny, {
562
562
  slug: string;
@@ -576,7 +576,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
576
576
  }[];
577
577
  title: string;
578
578
  description?: string | undefined;
579
- docsUrl?: string | undefined;
579
+ docsUrl?: unknown;
580
580
  isSkipped?: boolean | undefined;
581
581
  }>, "many">>;
582
582
  }>, "strip", z.ZodTypeAny, {
@@ -650,7 +650,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
650
650
  title: string;
651
651
  score: number;
652
652
  description?: string | undefined;
653
- docsUrl?: string | undefined;
653
+ docsUrl?: unknown;
654
654
  isSkipped?: boolean | undefined;
655
655
  displayValue?: string | undefined;
656
656
  details?: {
@@ -684,7 +684,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
684
684
  }[];
685
685
  duration: number;
686
686
  description?: string | undefined;
687
- docsUrl?: string | undefined;
687
+ docsUrl?: unknown;
688
688
  isSkipped?: boolean | undefined;
689
689
  packageName?: string | undefined;
690
690
  version?: string | undefined;
@@ -696,7 +696,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
696
696
  }[];
697
697
  title: string;
698
698
  description?: string | undefined;
699
- docsUrl?: string | undefined;
699
+ docsUrl?: unknown;
700
700
  isSkipped?: boolean | undefined;
701
701
  }[] | undefined;
702
702
  }>, {
@@ -770,7 +770,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
770
770
  title: string;
771
771
  score: number;
772
772
  description?: string | undefined;
773
- docsUrl?: string | undefined;
773
+ docsUrl?: unknown;
774
774
  isSkipped?: boolean | undefined;
775
775
  displayValue?: string | undefined;
776
776
  details?: {
@@ -804,7 +804,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
804
804
  }[];
805
805
  duration: number;
806
806
  description?: string | undefined;
807
- docsUrl?: string | undefined;
807
+ docsUrl?: unknown;
808
808
  isSkipped?: boolean | undefined;
809
809
  packageName?: string | undefined;
810
810
  version?: string | undefined;
@@ -816,7 +816,7 @@ export declare const pluginReportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.e
816
816
  }[];
817
817
  title: string;
818
818
  description?: string | undefined;
819
- docsUrl?: string | undefined;
819
+ docsUrl?: unknown;
820
820
  isSkipped?: boolean | undefined;
821
821
  }[] | undefined;
822
822
  }>;
@@ -842,7 +842,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
842
842
  }, {
843
843
  title: z.ZodString;
844
844
  description: z.ZodOptional<z.ZodString>;
845
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
845
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
846
846
  isSkipped: z.ZodOptional<z.ZodBoolean>;
847
847
  }>, {
848
848
  slug: z.ZodString;
@@ -856,7 +856,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
856
856
  }, {
857
857
  title: z.ZodString;
858
858
  description: z.ZodOptional<z.ZodString>;
859
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
859
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
860
860
  isSkipped: z.ZodOptional<z.ZodBoolean>;
861
861
  }>, {
862
862
  slug: z.ZodString;
@@ -1072,7 +1072,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1072
1072
  title: string;
1073
1073
  score: number;
1074
1074
  description?: string | undefined;
1075
- docsUrl?: string | undefined;
1075
+ docsUrl?: unknown;
1076
1076
  isSkipped?: boolean | undefined;
1077
1077
  displayValue?: string | undefined;
1078
1078
  details?: {
@@ -1131,7 +1131,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1131
1131
  }, {
1132
1132
  title: z.ZodString;
1133
1133
  description: z.ZodOptional<z.ZodString>;
1134
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
1134
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
1135
1135
  isSkipped: z.ZodOptional<z.ZodBoolean>;
1136
1136
  }>, "strip", z.ZodTypeAny, {
1137
1137
  slug: string;
@@ -1151,7 +1151,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1151
1151
  }[];
1152
1152
  title: string;
1153
1153
  description?: string | undefined;
1154
- docsUrl?: string | undefined;
1154
+ docsUrl?: unknown;
1155
1155
  isSkipped?: boolean | undefined;
1156
1156
  }>, "many">>;
1157
1157
  }>, "strip", z.ZodTypeAny, {
@@ -1225,7 +1225,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1225
1225
  title: string;
1226
1226
  score: number;
1227
1227
  description?: string | undefined;
1228
- docsUrl?: string | undefined;
1228
+ docsUrl?: unknown;
1229
1229
  isSkipped?: boolean | undefined;
1230
1230
  displayValue?: string | undefined;
1231
1231
  details?: {
@@ -1259,7 +1259,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1259
1259
  }[];
1260
1260
  duration: number;
1261
1261
  description?: string | undefined;
1262
- docsUrl?: string | undefined;
1262
+ docsUrl?: unknown;
1263
1263
  isSkipped?: boolean | undefined;
1264
1264
  packageName?: string | undefined;
1265
1265
  version?: string | undefined;
@@ -1271,7 +1271,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1271
1271
  }[];
1272
1272
  title: string;
1273
1273
  description?: string | undefined;
1274
- docsUrl?: string | undefined;
1274
+ docsUrl?: unknown;
1275
1275
  isSkipped?: boolean | undefined;
1276
1276
  }[] | undefined;
1277
1277
  }>, {
@@ -1345,7 +1345,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1345
1345
  title: string;
1346
1346
  score: number;
1347
1347
  description?: string | undefined;
1348
- docsUrl?: string | undefined;
1348
+ docsUrl?: unknown;
1349
1349
  isSkipped?: boolean | undefined;
1350
1350
  displayValue?: string | undefined;
1351
1351
  details?: {
@@ -1379,7 +1379,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1379
1379
  }[];
1380
1380
  duration: number;
1381
1381
  description?: string | undefined;
1382
- docsUrl?: string | undefined;
1382
+ docsUrl?: unknown;
1383
1383
  isSkipped?: boolean | undefined;
1384
1384
  packageName?: string | undefined;
1385
1385
  version?: string | undefined;
@@ -1391,7 +1391,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1391
1391
  }[];
1392
1392
  title: string;
1393
1393
  description?: string | undefined;
1394
- docsUrl?: string | undefined;
1394
+ docsUrl?: unknown;
1395
1395
  isSkipped?: boolean | undefined;
1396
1396
  }[] | undefined;
1397
1397
  }>, "many">;
@@ -1437,7 +1437,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1437
1437
  }, {
1438
1438
  title: z.ZodString;
1439
1439
  description: z.ZodOptional<z.ZodString>;
1440
- docsUrl: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
1440
+ docsUrl: z.ZodCatch<z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>>;
1441
1441
  isSkipped: z.ZodOptional<z.ZodBoolean>;
1442
1442
  }>, {
1443
1443
  isBinary: z.ZodOptional<z.ZodBoolean>;
@@ -1464,7 +1464,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1464
1464
  }[];
1465
1465
  title: string;
1466
1466
  description?: string | undefined;
1467
- docsUrl?: string | undefined;
1467
+ docsUrl?: unknown;
1468
1468
  isSkipped?: boolean | undefined;
1469
1469
  isBinary?: boolean | undefined;
1470
1470
  }>, "many">>;
@@ -1586,7 +1586,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1586
1586
  title: string;
1587
1587
  score: number;
1588
1588
  description?: string | undefined;
1589
- docsUrl?: string | undefined;
1589
+ docsUrl?: unknown;
1590
1590
  isSkipped?: boolean | undefined;
1591
1591
  displayValue?: string | undefined;
1592
1592
  details?: {
@@ -1620,7 +1620,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1620
1620
  }[];
1621
1621
  duration: number;
1622
1622
  description?: string | undefined;
1623
- docsUrl?: string | undefined;
1623
+ docsUrl?: unknown;
1624
1624
  isSkipped?: boolean | undefined;
1625
1625
  packageName?: string | undefined;
1626
1626
  version?: string | undefined;
@@ -1632,7 +1632,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1632
1632
  }[];
1633
1633
  title: string;
1634
1634
  description?: string | undefined;
1635
- docsUrl?: string | undefined;
1635
+ docsUrl?: unknown;
1636
1636
  isSkipped?: boolean | undefined;
1637
1637
  }[] | undefined;
1638
1638
  }[];
@@ -1652,7 +1652,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1652
1652
  }[];
1653
1653
  title: string;
1654
1654
  description?: string | undefined;
1655
- docsUrl?: string | undefined;
1655
+ docsUrl?: unknown;
1656
1656
  isSkipped?: boolean | undefined;
1657
1657
  isBinary?: boolean | undefined;
1658
1658
  }[] | undefined;
@@ -1758,7 +1758,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1758
1758
  title: string;
1759
1759
  score: number;
1760
1760
  description?: string | undefined;
1761
- docsUrl?: string | undefined;
1761
+ docsUrl?: unknown;
1762
1762
  isSkipped?: boolean | undefined;
1763
1763
  displayValue?: string | undefined;
1764
1764
  details?: {
@@ -1792,7 +1792,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1792
1792
  }[];
1793
1793
  duration: number;
1794
1794
  description?: string | undefined;
1795
- docsUrl?: string | undefined;
1795
+ docsUrl?: unknown;
1796
1796
  isSkipped?: boolean | undefined;
1797
1797
  packageName?: string | undefined;
1798
1798
  version?: string | undefined;
@@ -1804,7 +1804,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1804
1804
  }[];
1805
1805
  title: string;
1806
1806
  description?: string | undefined;
1807
- docsUrl?: string | undefined;
1807
+ docsUrl?: unknown;
1808
1808
  isSkipped?: boolean | undefined;
1809
1809
  }[] | undefined;
1810
1810
  }[];
@@ -1824,7 +1824,7 @@ export declare const reportSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendS
1824
1824
  }[];
1825
1825
  title: string;
1826
1826
  description?: string | undefined;
1827
- docsUrl?: string | undefined;
1827
+ docsUrl?: unknown;
1828
1828
  isSkipped?: boolean | undefined;
1829
1829
  isBinary?: boolean | undefined;
1830
1830
  }[] | undefined;