promptfoo 0.103.2 → 0.103.4
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.
- package/dist/package.json +9 -9
- package/dist/src/app/assets/index-BR1tgrAf.css +1 -0
- package/dist/src/app/assets/{index-ziw_4_A9.js → index-Br_ykdEV.js} +231 -231
- package/dist/src/app/assets/{index.es-XehlSHxK.js → index.es-lNQS-wgf.js} +1 -1
- package/dist/src/app/assets/{sync-DDIaa9Ut.js → sync-CRhW4wge.js} +1 -1
- package/dist/src/app/index.html +2 -2
- package/dist/src/assertions/index.d.ts +2 -1
- package/dist/src/assertions/index.d.ts.map +1 -1
- package/dist/src/assertions/index.js +29 -5
- package/dist/src/assertions/index.js.map +1 -1
- package/dist/src/assertions/utils.d.ts +1 -0
- package/dist/src/assertions/utils.d.ts.map +1 -1
- package/dist/src/commands/debug.d.ts.map +1 -1
- package/dist/src/commands/debug.js +6 -0
- package/dist/src/commands/debug.js.map +1 -1
- package/dist/src/commands/eval/filterErrorTests.d.ts +5 -0
- package/dist/src/commands/eval/filterErrorTests.d.ts.map +1 -0
- package/dist/src/commands/eval/filterErrorTests.js +19 -0
- package/dist/src/commands/eval/filterErrorTests.js.map +1 -0
- package/dist/src/commands/eval/filterTests.d.ts +1 -0
- package/dist/src/commands/eval/filterTests.d.ts.map +1 -1
- package/dist/src/commands/eval/filterTests.js +4 -0
- package/dist/src/commands/eval/filterTests.js.map +1 -1
- package/dist/src/commands/eval.d.ts.map +1 -1
- package/dist/src/commands/eval.js +1 -0
- package/dist/src/commands/eval.js.map +1 -1
- package/dist/src/database/tables.d.ts +6 -0
- package/dist/src/database/tables.d.ts.map +1 -1
- package/dist/src/envars.d.ts +2 -0
- package/dist/src/envars.d.ts.map +1 -1
- package/dist/src/envars.js.map +1 -1
- package/dist/src/evaluator.d.ts.map +1 -1
- package/dist/src/evaluator.js +2 -1
- package/dist/src/evaluator.js.map +1 -1
- package/dist/src/models/evalResult.d.ts.map +1 -1
- package/dist/src/models/evalResult.js +9 -1
- package/dist/src/models/evalResult.js.map +1 -1
- package/dist/src/providers/llama.d.ts.map +1 -1
- package/dist/src/providers/llama.js +8 -1
- package/dist/src/providers/llama.js.map +1 -1
- package/dist/src/providers/openai.d.ts.map +1 -1
- package/dist/src/providers/openai.js +6 -13
- package/dist/src/providers/openai.js.map +1 -1
- package/dist/src/providers/vertex.d.ts +3 -0
- package/dist/src/providers/vertex.d.ts.map +1 -1
- package/dist/src/providers/vertex.js +23 -9
- package/dist/src/providers/vertex.js.map +1 -1
- package/dist/src/providers/watsonx.d.ts.map +1 -1
- package/dist/src/providers/watsonx.js +9 -0
- package/dist/src/providers/watsonx.js.map +1 -1
- package/dist/src/providers.d.ts.map +1 -1
- package/dist/src/providers.js +15 -0
- package/dist/src/providers.js.map +1 -1
- package/dist/src/redteam/commands/generate.d.ts.map +1 -1
- package/dist/src/redteam/commands/generate.js +4 -0
- package/dist/src/redteam/commands/generate.js.map +1 -1
- package/dist/src/redteam/commands/run.d.ts.map +1 -1
- package/dist/src/redteam/commands/run.js +5 -4
- package/dist/src/redteam/commands/run.js.map +1 -1
- package/dist/src/redteam/constants.d.ts +6 -2
- package/dist/src/redteam/constants.d.ts.map +1 -1
- package/dist/src/redteam/constants.js +78 -4
- package/dist/src/redteam/constants.js.map +1 -1
- package/dist/src/redteam/index.d.ts.map +1 -1
- package/dist/src/redteam/index.js +2 -3
- package/dist/src/redteam/index.js.map +1 -1
- package/dist/src/redteam/plugins/cyberseceval.d.ts +9 -0
- package/dist/src/redteam/plugins/cyberseceval.d.ts.map +1 -0
- package/dist/src/redteam/plugins/cyberseceval.js +86 -0
- package/dist/src/redteam/plugins/cyberseceval.js.map +1 -0
- package/dist/src/redteam/plugins/index.d.ts.map +1 -1
- package/dist/src/redteam/plugins/index.js +10 -7
- package/dist/src/redteam/plugins/index.js.map +1 -1
- package/dist/src/redteam/providers/iterative.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterative.js +59 -5
- package/dist/src/redteam/providers/iterative.js.map +1 -1
- package/dist/src/redteam/providers/iterativeImage.d.ts +6 -2
- package/dist/src/redteam/providers/iterativeImage.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterativeImage.js +322 -131
- package/dist/src/redteam/providers/iterativeImage.js.map +1 -1
- package/dist/src/redteam/providers/iterativeTree.d.ts +37 -26
- package/dist/src/redteam/providers/iterativeTree.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterativeTree.js +193 -85
- package/dist/src/redteam/providers/iterativeTree.js.map +1 -1
- package/dist/src/redteam/util.d.ts.map +1 -1
- package/dist/src/redteam/util.js +14 -0
- package/dist/src/redteam/util.js.map +1 -1
- package/dist/src/server/routes/providers.js +11 -6
- package/dist/src/server/routes/providers.js.map +1 -1
- package/dist/src/types/env.d.ts +2 -0
- package/dist/src/types/env.d.ts.map +1 -1
- package/dist/src/types/index.d.ts +161 -9
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/index.js +4 -1
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/types/providers.d.ts +22 -0
- package/dist/src/types/providers.d.ts.map +1 -1
- package/dist/src/types/providers.js.map +1 -1
- package/dist/src/util/apiHealth.d.ts.map +1 -1
- package/dist/src/util/apiHealth.js +48 -3
- package/dist/src/util/apiHealth.js.map +1 -1
- package/dist/src/util/config/manage.d.ts +1 -1
- package/dist/src/util/config/manage.d.ts.map +1 -1
- package/dist/src/util/config/manage.js.map +1 -1
- package/dist/src/util/index.d.ts +2 -0
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/test/assertions/index.test.js +56 -475
- package/dist/test/assertions/index.test.js.map +1 -1
- package/dist/test/assertions/javascript.test.d.ts +2 -0
- package/dist/test/assertions/javascript.test.d.ts.map +1 -0
- package/dist/test/assertions/javascript.test.js +679 -0
- package/dist/test/assertions/javascript.test.js.map +1 -0
- package/dist/test/assertions/python.test.d.ts +2 -0
- package/dist/test/assertions/python.test.d.ts.map +1 -0
- package/dist/test/assertions/python.test.js +342 -0
- package/dist/test/assertions/python.test.js.map +1 -0
- package/dist/test/cache.test.js +297 -100
- package/dist/test/cache.test.js.map +1 -1
- package/dist/test/commands/eval/filterErrorTests.test.d.ts +2 -0
- package/dist/test/commands/eval/filterErrorTests.test.d.ts.map +1 -0
- package/dist/test/commands/eval/filterErrorTests.test.js +110 -0
- package/dist/test/commands/eval/filterErrorTests.test.js.map +1 -0
- package/dist/test/evaluator.test.js +10 -0
- package/dist/test/evaluator.test.js.map +1 -1
- package/dist/test/factories/evalFactory.d.ts +4 -0
- package/dist/test/factories/evalFactory.d.ts.map +1 -1
- package/dist/test/models/eval.test.js +12 -0
- package/dist/test/models/eval.test.js.map +1 -1
- package/dist/test/providers/index.test.js +6 -3
- package/dist/test/providers/index.test.js.map +1 -1
- package/dist/test/providers/mistral.test.js +28 -19
- package/dist/test/providers/mistral.test.js.map +1 -1
- package/dist/test/providers/watsonx.test.js +58 -0
- package/dist/test/providers/watsonx.test.js.map +1 -1
- package/dist/test/redteam/index.test.js +0 -11
- package/dist/test/redteam/index.test.js.map +1 -1
- package/dist/test/redteam/providers/iterativeTree.test.js +329 -98
- package/dist/test/redteam/providers/iterativeTree.test.js.map +1 -1
- package/dist/test/server/providers.test.js +4 -4
- package/dist/test/server/providers.test.js.map +1 -1
- package/dist/test/util/config/main.test.js +3 -0
- package/dist/test/util/config/main.test.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/dist/src/app/assets/index-DdUNCsxz.css +0 -1
|
@@ -568,20 +568,21 @@ export interface EvaluateResult {
|
|
|
568
568
|
metadata?: Record<string, any>;
|
|
569
569
|
}
|
|
570
570
|
export interface EvaluateTableOutput {
|
|
571
|
-
|
|
572
|
-
pass: boolean;
|
|
571
|
+
cost: number;
|
|
573
572
|
failureReason: ResultFailureReason;
|
|
574
|
-
|
|
573
|
+
gradingResult?: GradingResult | null;
|
|
574
|
+
id: string;
|
|
575
|
+
latencyMs: number;
|
|
576
|
+
metadata?: Record<string, any>;
|
|
575
577
|
namedScores: Record<string, number>;
|
|
576
|
-
|
|
578
|
+
pass: boolean;
|
|
577
579
|
prompt: string;
|
|
578
|
-
latencyMs: number;
|
|
579
580
|
provider?: string;
|
|
580
|
-
tokenUsage?: Partial<TokenUsage>;
|
|
581
|
-
gradingResult?: GradingResult | null;
|
|
582
|
-
cost: number;
|
|
583
|
-
metadata?: Record<string, any>;
|
|
584
581
|
response?: ProviderResponse;
|
|
582
|
+
score: number;
|
|
583
|
+
testCase: AtomicTestCase;
|
|
584
|
+
text: string;
|
|
585
|
+
tokenUsage?: Partial<TokenUsage>;
|
|
585
586
|
}
|
|
586
587
|
export interface EvaluateTableRow {
|
|
587
588
|
description?: string;
|
|
@@ -693,6 +694,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
693
694
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
694
695
|
metric: z.ZodOptional<z.ZodString>;
|
|
695
696
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
697
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
696
698
|
}, "strip", z.ZodTypeAny, {
|
|
697
699
|
type: "assert-set";
|
|
698
700
|
assert: {
|
|
@@ -709,6 +711,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
709
711
|
weight?: number | undefined;
|
|
710
712
|
metric?: string | undefined;
|
|
711
713
|
}[];
|
|
714
|
+
config?: Record<string, any> | undefined;
|
|
712
715
|
threshold?: number | undefined;
|
|
713
716
|
weight?: number | undefined;
|
|
714
717
|
metric?: string | undefined;
|
|
@@ -728,6 +731,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
728
731
|
weight?: number | undefined;
|
|
729
732
|
metric?: string | undefined;
|
|
730
733
|
}[];
|
|
734
|
+
config?: Record<string, any> | undefined;
|
|
731
735
|
threshold?: number | undefined;
|
|
732
736
|
weight?: number | undefined;
|
|
733
737
|
metric?: string | undefined;
|
|
@@ -1443,6 +1447,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1443
1447
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
1444
1448
|
metric: z.ZodOptional<z.ZodString>;
|
|
1445
1449
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
1450
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1446
1451
|
}, "strip", z.ZodTypeAny, {
|
|
1447
1452
|
type: "assert-set";
|
|
1448
1453
|
assert: {
|
|
@@ -1459,6 +1464,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1459
1464
|
weight?: number | undefined;
|
|
1460
1465
|
metric?: string | undefined;
|
|
1461
1466
|
}[];
|
|
1467
|
+
config?: Record<string, any> | undefined;
|
|
1462
1468
|
threshold?: number | undefined;
|
|
1463
1469
|
weight?: number | undefined;
|
|
1464
1470
|
metric?: string | undefined;
|
|
@@ -1478,6 +1484,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1478
1484
|
weight?: number | undefined;
|
|
1479
1485
|
metric?: string | undefined;
|
|
1480
1486
|
}[];
|
|
1487
|
+
config?: Record<string, any> | undefined;
|
|
1481
1488
|
threshold?: number | undefined;
|
|
1482
1489
|
weight?: number | undefined;
|
|
1483
1490
|
metric?: string | undefined;
|
|
@@ -1765,6 +1772,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1765
1772
|
weight?: number | undefined;
|
|
1766
1773
|
metric?: string | undefined;
|
|
1767
1774
|
}[];
|
|
1775
|
+
config?: Record<string, any> | undefined;
|
|
1768
1776
|
threshold?: number | undefined;
|
|
1769
1777
|
weight?: number | undefined;
|
|
1770
1778
|
metric?: string | undefined;
|
|
@@ -1903,6 +1911,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1903
1911
|
weight?: number | undefined;
|
|
1904
1912
|
metric?: string | undefined;
|
|
1905
1913
|
}[];
|
|
1914
|
+
config?: Record<string, any> | undefined;
|
|
1906
1915
|
threshold?: number | undefined;
|
|
1907
1916
|
weight?: number | undefined;
|
|
1908
1917
|
metric?: string | undefined;
|
|
@@ -2279,6 +2288,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2279
2288
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
2280
2289
|
metric: z.ZodOptional<z.ZodString>;
|
|
2281
2290
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
2291
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2282
2292
|
}, "strip", z.ZodTypeAny, {
|
|
2283
2293
|
type: "assert-set";
|
|
2284
2294
|
assert: {
|
|
@@ -2295,6 +2305,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2295
2305
|
weight?: number | undefined;
|
|
2296
2306
|
metric?: string | undefined;
|
|
2297
2307
|
}[];
|
|
2308
|
+
config?: Record<string, any> | undefined;
|
|
2298
2309
|
threshold?: number | undefined;
|
|
2299
2310
|
weight?: number | undefined;
|
|
2300
2311
|
metric?: string | undefined;
|
|
@@ -2314,6 +2325,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2314
2325
|
weight?: number | undefined;
|
|
2315
2326
|
metric?: string | undefined;
|
|
2316
2327
|
}[];
|
|
2328
|
+
config?: Record<string, any> | undefined;
|
|
2317
2329
|
threshold?: number | undefined;
|
|
2318
2330
|
weight?: number | undefined;
|
|
2319
2331
|
metric?: string | undefined;
|
|
@@ -2603,6 +2615,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2603
2615
|
weight?: number | undefined;
|
|
2604
2616
|
metric?: string | undefined;
|
|
2605
2617
|
}[];
|
|
2618
|
+
config?: Record<string, any> | undefined;
|
|
2606
2619
|
threshold?: number | undefined;
|
|
2607
2620
|
weight?: number | undefined;
|
|
2608
2621
|
metric?: string | undefined;
|
|
@@ -2741,6 +2754,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2741
2754
|
weight?: number | undefined;
|
|
2742
2755
|
metric?: string | undefined;
|
|
2743
2756
|
}[];
|
|
2757
|
+
config?: Record<string, any> | undefined;
|
|
2744
2758
|
threshold?: number | undefined;
|
|
2745
2759
|
weight?: number | undefined;
|
|
2746
2760
|
metric?: string | undefined;
|
|
@@ -3114,6 +3128,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3114
3128
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
3115
3129
|
metric: z.ZodOptional<z.ZodString>;
|
|
3116
3130
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
3131
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3117
3132
|
}, "strip", z.ZodTypeAny, {
|
|
3118
3133
|
type: "assert-set";
|
|
3119
3134
|
assert: {
|
|
@@ -3130,6 +3145,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3130
3145
|
weight?: number | undefined;
|
|
3131
3146
|
metric?: string | undefined;
|
|
3132
3147
|
}[];
|
|
3148
|
+
config?: Record<string, any> | undefined;
|
|
3133
3149
|
threshold?: number | undefined;
|
|
3134
3150
|
weight?: number | undefined;
|
|
3135
3151
|
metric?: string | undefined;
|
|
@@ -3149,6 +3165,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3149
3165
|
weight?: number | undefined;
|
|
3150
3166
|
metric?: string | undefined;
|
|
3151
3167
|
}[];
|
|
3168
|
+
config?: Record<string, any> | undefined;
|
|
3152
3169
|
threshold?: number | undefined;
|
|
3153
3170
|
weight?: number | undefined;
|
|
3154
3171
|
metric?: string | undefined;
|
|
@@ -3436,6 +3453,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3436
3453
|
weight?: number | undefined;
|
|
3437
3454
|
metric?: string | undefined;
|
|
3438
3455
|
}[];
|
|
3456
|
+
config?: Record<string, any> | undefined;
|
|
3439
3457
|
threshold?: number | undefined;
|
|
3440
3458
|
weight?: number | undefined;
|
|
3441
3459
|
metric?: string | undefined;
|
|
@@ -3574,6 +3592,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3574
3592
|
weight?: number | undefined;
|
|
3575
3593
|
metric?: string | undefined;
|
|
3576
3594
|
}[];
|
|
3595
|
+
config?: Record<string, any> | undefined;
|
|
3577
3596
|
threshold?: number | undefined;
|
|
3578
3597
|
weight?: number | undefined;
|
|
3579
3598
|
metric?: string | undefined;
|
|
@@ -4029,6 +4048,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4029
4048
|
weight?: number | undefined;
|
|
4030
4049
|
metric?: string | undefined;
|
|
4031
4050
|
}[];
|
|
4051
|
+
config?: Record<string, any> | undefined;
|
|
4032
4052
|
threshold?: number | undefined;
|
|
4033
4053
|
weight?: number | undefined;
|
|
4034
4054
|
metric?: string | undefined;
|
|
@@ -4214,6 +4234,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
4214
4234
|
weight?: number | undefined;
|
|
4215
4235
|
metric?: string | undefined;
|
|
4216
4236
|
}[];
|
|
4237
|
+
config?: Record<string, any> | undefined;
|
|
4217
4238
|
threshold?: number | undefined;
|
|
4218
4239
|
weight?: number | undefined;
|
|
4219
4240
|
metric?: string | undefined;
|
|
@@ -4591,6 +4612,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4591
4612
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
4592
4613
|
metric: z.ZodOptional<z.ZodString>;
|
|
4593
4614
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
4615
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4594
4616
|
}, "strip", z.ZodTypeAny, {
|
|
4595
4617
|
type: "assert-set";
|
|
4596
4618
|
assert: {
|
|
@@ -4607,6 +4629,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4607
4629
|
weight?: number | undefined;
|
|
4608
4630
|
metric?: string | undefined;
|
|
4609
4631
|
}[];
|
|
4632
|
+
config?: Record<string, any> | undefined;
|
|
4610
4633
|
threshold?: number | undefined;
|
|
4611
4634
|
weight?: number | undefined;
|
|
4612
4635
|
metric?: string | undefined;
|
|
@@ -4626,6 +4649,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4626
4649
|
weight?: number | undefined;
|
|
4627
4650
|
metric?: string | undefined;
|
|
4628
4651
|
}[];
|
|
4652
|
+
config?: Record<string, any> | undefined;
|
|
4629
4653
|
threshold?: number | undefined;
|
|
4630
4654
|
weight?: number | undefined;
|
|
4631
4655
|
metric?: string | undefined;
|
|
@@ -4913,6 +4937,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4913
4937
|
weight?: number | undefined;
|
|
4914
4938
|
metric?: string | undefined;
|
|
4915
4939
|
}[];
|
|
4940
|
+
config?: Record<string, any> | undefined;
|
|
4916
4941
|
threshold?: number | undefined;
|
|
4917
4942
|
weight?: number | undefined;
|
|
4918
4943
|
metric?: string | undefined;
|
|
@@ -5051,6 +5076,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5051
5076
|
weight?: number | undefined;
|
|
5052
5077
|
metric?: string | undefined;
|
|
5053
5078
|
}[];
|
|
5079
|
+
config?: Record<string, any> | undefined;
|
|
5054
5080
|
threshold?: number | undefined;
|
|
5055
5081
|
weight?: number | undefined;
|
|
5056
5082
|
metric?: string | undefined;
|
|
@@ -5421,6 +5447,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5421
5447
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
5422
5448
|
metric: z.ZodOptional<z.ZodString>;
|
|
5423
5449
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
5450
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5424
5451
|
}, "strip", z.ZodTypeAny, {
|
|
5425
5452
|
type: "assert-set";
|
|
5426
5453
|
assert: {
|
|
@@ -5437,6 +5464,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5437
5464
|
weight?: number | undefined;
|
|
5438
5465
|
metric?: string | undefined;
|
|
5439
5466
|
}[];
|
|
5467
|
+
config?: Record<string, any> | undefined;
|
|
5440
5468
|
threshold?: number | undefined;
|
|
5441
5469
|
weight?: number | undefined;
|
|
5442
5470
|
metric?: string | undefined;
|
|
@@ -5456,6 +5484,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5456
5484
|
weight?: number | undefined;
|
|
5457
5485
|
metric?: string | undefined;
|
|
5458
5486
|
}[];
|
|
5487
|
+
config?: Record<string, any> | undefined;
|
|
5459
5488
|
threshold?: number | undefined;
|
|
5460
5489
|
weight?: number | undefined;
|
|
5461
5490
|
metric?: string | undefined;
|
|
@@ -5743,6 +5772,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5743
5772
|
weight?: number | undefined;
|
|
5744
5773
|
metric?: string | undefined;
|
|
5745
5774
|
}[];
|
|
5775
|
+
config?: Record<string, any> | undefined;
|
|
5746
5776
|
threshold?: number | undefined;
|
|
5747
5777
|
weight?: number | undefined;
|
|
5748
5778
|
metric?: string | undefined;
|
|
@@ -5881,6 +5911,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5881
5911
|
weight?: number | undefined;
|
|
5882
5912
|
metric?: string | undefined;
|
|
5883
5913
|
}[];
|
|
5914
|
+
config?: Record<string, any> | undefined;
|
|
5884
5915
|
threshold?: number | undefined;
|
|
5885
5916
|
weight?: number | undefined;
|
|
5886
5917
|
metric?: string | undefined;
|
|
@@ -6021,6 +6052,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6021
6052
|
weight?: number | undefined;
|
|
6022
6053
|
metric?: string | undefined;
|
|
6023
6054
|
}[];
|
|
6055
|
+
config?: Record<string, any> | undefined;
|
|
6024
6056
|
threshold?: number | undefined;
|
|
6025
6057
|
weight?: number | undefined;
|
|
6026
6058
|
metric?: string | undefined;
|
|
@@ -6160,6 +6192,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6160
6192
|
weight?: number | undefined;
|
|
6161
6193
|
metric?: string | undefined;
|
|
6162
6194
|
}[];
|
|
6195
|
+
config?: Record<string, any> | undefined;
|
|
6163
6196
|
threshold?: number | undefined;
|
|
6164
6197
|
weight?: number | undefined;
|
|
6165
6198
|
metric?: string | undefined;
|
|
@@ -6301,6 +6334,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6301
6334
|
weight?: number | undefined;
|
|
6302
6335
|
metric?: string | undefined;
|
|
6303
6336
|
}[];
|
|
6337
|
+
config?: Record<string, any> | undefined;
|
|
6304
6338
|
threshold?: number | undefined;
|
|
6305
6339
|
weight?: number | undefined;
|
|
6306
6340
|
metric?: string | undefined;
|
|
@@ -6440,6 +6474,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
6440
6474
|
weight?: number | undefined;
|
|
6441
6475
|
metric?: string | undefined;
|
|
6442
6476
|
}[];
|
|
6477
|
+
config?: Record<string, any> | undefined;
|
|
6443
6478
|
threshold?: number | undefined;
|
|
6444
6479
|
weight?: number | undefined;
|
|
6445
6480
|
metric?: string | undefined;
|
|
@@ -6813,6 +6848,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6813
6848
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
6814
6849
|
metric: z.ZodOptional<z.ZodString>;
|
|
6815
6850
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
6851
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6816
6852
|
}, "strip", z.ZodTypeAny, {
|
|
6817
6853
|
type: "assert-set";
|
|
6818
6854
|
assert: {
|
|
@@ -6829,6 +6865,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6829
6865
|
weight?: number | undefined;
|
|
6830
6866
|
metric?: string | undefined;
|
|
6831
6867
|
}[];
|
|
6868
|
+
config?: Record<string, any> | undefined;
|
|
6832
6869
|
threshold?: number | undefined;
|
|
6833
6870
|
weight?: number | undefined;
|
|
6834
6871
|
metric?: string | undefined;
|
|
@@ -6848,6 +6885,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6848
6885
|
weight?: number | undefined;
|
|
6849
6886
|
metric?: string | undefined;
|
|
6850
6887
|
}[];
|
|
6888
|
+
config?: Record<string, any> | undefined;
|
|
6851
6889
|
threshold?: number | undefined;
|
|
6852
6890
|
weight?: number | undefined;
|
|
6853
6891
|
metric?: string | undefined;
|
|
@@ -7137,6 +7175,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7137
7175
|
weight?: number | undefined;
|
|
7138
7176
|
metric?: string | undefined;
|
|
7139
7177
|
}[];
|
|
7178
|
+
config?: Record<string, any> | undefined;
|
|
7140
7179
|
threshold?: number | undefined;
|
|
7141
7180
|
weight?: number | undefined;
|
|
7142
7181
|
metric?: string | undefined;
|
|
@@ -7275,6 +7314,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7275
7314
|
weight?: number | undefined;
|
|
7276
7315
|
metric?: string | undefined;
|
|
7277
7316
|
}[];
|
|
7317
|
+
config?: Record<string, any> | undefined;
|
|
7278
7318
|
threshold?: number | undefined;
|
|
7279
7319
|
weight?: number | undefined;
|
|
7280
7320
|
metric?: string | undefined;
|
|
@@ -7726,6 +7766,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7726
7766
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
7727
7767
|
metric: z.ZodOptional<z.ZodString>;
|
|
7728
7768
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
7769
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7729
7770
|
}, "strip", z.ZodTypeAny, {
|
|
7730
7771
|
type: "assert-set";
|
|
7731
7772
|
assert: {
|
|
@@ -7742,6 +7783,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7742
7783
|
weight?: number | undefined;
|
|
7743
7784
|
metric?: string | undefined;
|
|
7744
7785
|
}[];
|
|
7786
|
+
config?: Record<string, any> | undefined;
|
|
7745
7787
|
threshold?: number | undefined;
|
|
7746
7788
|
weight?: number | undefined;
|
|
7747
7789
|
metric?: string | undefined;
|
|
@@ -7761,6 +7803,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7761
7803
|
weight?: number | undefined;
|
|
7762
7804
|
metric?: string | undefined;
|
|
7763
7805
|
}[];
|
|
7806
|
+
config?: Record<string, any> | undefined;
|
|
7764
7807
|
threshold?: number | undefined;
|
|
7765
7808
|
weight?: number | undefined;
|
|
7766
7809
|
metric?: string | undefined;
|
|
@@ -8048,6 +8091,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8048
8091
|
weight?: number | undefined;
|
|
8049
8092
|
metric?: string | undefined;
|
|
8050
8093
|
}[];
|
|
8094
|
+
config?: Record<string, any> | undefined;
|
|
8051
8095
|
threshold?: number | undefined;
|
|
8052
8096
|
weight?: number | undefined;
|
|
8053
8097
|
metric?: string | undefined;
|
|
@@ -8186,6 +8230,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8186
8230
|
weight?: number | undefined;
|
|
8187
8231
|
metric?: string | undefined;
|
|
8188
8232
|
}[];
|
|
8233
|
+
config?: Record<string, any> | undefined;
|
|
8189
8234
|
threshold?: number | undefined;
|
|
8190
8235
|
weight?: number | undefined;
|
|
8191
8236
|
metric?: string | undefined;
|
|
@@ -8558,6 +8603,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8558
8603
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
8559
8604
|
metric: z.ZodOptional<z.ZodString>;
|
|
8560
8605
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
8606
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8561
8607
|
}, "strip", z.ZodTypeAny, {
|
|
8562
8608
|
type: "assert-set";
|
|
8563
8609
|
assert: {
|
|
@@ -8574,6 +8620,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8574
8620
|
weight?: number | undefined;
|
|
8575
8621
|
metric?: string | undefined;
|
|
8576
8622
|
}[];
|
|
8623
|
+
config?: Record<string, any> | undefined;
|
|
8577
8624
|
threshold?: number | undefined;
|
|
8578
8625
|
weight?: number | undefined;
|
|
8579
8626
|
metric?: string | undefined;
|
|
@@ -8593,6 +8640,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8593
8640
|
weight?: number | undefined;
|
|
8594
8641
|
metric?: string | undefined;
|
|
8595
8642
|
}[];
|
|
8643
|
+
config?: Record<string, any> | undefined;
|
|
8596
8644
|
threshold?: number | undefined;
|
|
8597
8645
|
weight?: number | undefined;
|
|
8598
8646
|
metric?: string | undefined;
|
|
@@ -8880,6 +8928,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8880
8928
|
weight?: number | undefined;
|
|
8881
8929
|
metric?: string | undefined;
|
|
8882
8930
|
}[];
|
|
8931
|
+
config?: Record<string, any> | undefined;
|
|
8883
8932
|
threshold?: number | undefined;
|
|
8884
8933
|
weight?: number | undefined;
|
|
8885
8934
|
metric?: string | undefined;
|
|
@@ -9018,6 +9067,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9018
9067
|
weight?: number | undefined;
|
|
9019
9068
|
metric?: string | undefined;
|
|
9020
9069
|
}[];
|
|
9070
|
+
config?: Record<string, any> | undefined;
|
|
9021
9071
|
threshold?: number | undefined;
|
|
9022
9072
|
weight?: number | undefined;
|
|
9023
9073
|
metric?: string | undefined;
|
|
@@ -9388,6 +9438,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9388
9438
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
9389
9439
|
metric: z.ZodOptional<z.ZodString>;
|
|
9390
9440
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
9441
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
9391
9442
|
}, "strip", z.ZodTypeAny, {
|
|
9392
9443
|
type: "assert-set";
|
|
9393
9444
|
assert: {
|
|
@@ -9404,6 +9455,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9404
9455
|
weight?: number | undefined;
|
|
9405
9456
|
metric?: string | undefined;
|
|
9406
9457
|
}[];
|
|
9458
|
+
config?: Record<string, any> | undefined;
|
|
9407
9459
|
threshold?: number | undefined;
|
|
9408
9460
|
weight?: number | undefined;
|
|
9409
9461
|
metric?: string | undefined;
|
|
@@ -9423,6 +9475,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9423
9475
|
weight?: number | undefined;
|
|
9424
9476
|
metric?: string | undefined;
|
|
9425
9477
|
}[];
|
|
9478
|
+
config?: Record<string, any> | undefined;
|
|
9426
9479
|
threshold?: number | undefined;
|
|
9427
9480
|
weight?: number | undefined;
|
|
9428
9481
|
metric?: string | undefined;
|
|
@@ -9710,6 +9763,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9710
9763
|
weight?: number | undefined;
|
|
9711
9764
|
metric?: string | undefined;
|
|
9712
9765
|
}[];
|
|
9766
|
+
config?: Record<string, any> | undefined;
|
|
9713
9767
|
threshold?: number | undefined;
|
|
9714
9768
|
weight?: number | undefined;
|
|
9715
9769
|
metric?: string | undefined;
|
|
@@ -9848,6 +9902,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9848
9902
|
weight?: number | undefined;
|
|
9849
9903
|
metric?: string | undefined;
|
|
9850
9904
|
}[];
|
|
9905
|
+
config?: Record<string, any> | undefined;
|
|
9851
9906
|
threshold?: number | undefined;
|
|
9852
9907
|
weight?: number | undefined;
|
|
9853
9908
|
metric?: string | undefined;
|
|
@@ -9988,6 +10043,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9988
10043
|
weight?: number | undefined;
|
|
9989
10044
|
metric?: string | undefined;
|
|
9990
10045
|
}[];
|
|
10046
|
+
config?: Record<string, any> | undefined;
|
|
9991
10047
|
threshold?: number | undefined;
|
|
9992
10048
|
weight?: number | undefined;
|
|
9993
10049
|
metric?: string | undefined;
|
|
@@ -10127,6 +10183,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10127
10183
|
weight?: number | undefined;
|
|
10128
10184
|
metric?: string | undefined;
|
|
10129
10185
|
}[];
|
|
10186
|
+
config?: Record<string, any> | undefined;
|
|
10130
10187
|
threshold?: number | undefined;
|
|
10131
10188
|
weight?: number | undefined;
|
|
10132
10189
|
metric?: string | undefined;
|
|
@@ -10268,6 +10325,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10268
10325
|
weight?: number | undefined;
|
|
10269
10326
|
metric?: string | undefined;
|
|
10270
10327
|
}[];
|
|
10328
|
+
config?: Record<string, any> | undefined;
|
|
10271
10329
|
threshold?: number | undefined;
|
|
10272
10330
|
weight?: number | undefined;
|
|
10273
10331
|
metric?: string | undefined;
|
|
@@ -10407,6 +10465,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10407
10465
|
weight?: number | undefined;
|
|
10408
10466
|
metric?: string | undefined;
|
|
10409
10467
|
}[];
|
|
10468
|
+
config?: Record<string, any> | undefined;
|
|
10410
10469
|
threshold?: number | undefined;
|
|
10411
10470
|
weight?: number | undefined;
|
|
10412
10471
|
metric?: string | undefined;
|
|
@@ -10779,6 +10838,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10779
10838
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
10780
10839
|
metric: z.ZodOptional<z.ZodString>;
|
|
10781
10840
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
10841
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
10782
10842
|
}, "strip", z.ZodTypeAny, {
|
|
10783
10843
|
type: "assert-set";
|
|
10784
10844
|
assert: {
|
|
@@ -10795,6 +10855,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10795
10855
|
weight?: number | undefined;
|
|
10796
10856
|
metric?: string | undefined;
|
|
10797
10857
|
}[];
|
|
10858
|
+
config?: Record<string, any> | undefined;
|
|
10798
10859
|
threshold?: number | undefined;
|
|
10799
10860
|
weight?: number | undefined;
|
|
10800
10861
|
metric?: string | undefined;
|
|
@@ -10814,6 +10875,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10814
10875
|
weight?: number | undefined;
|
|
10815
10876
|
metric?: string | undefined;
|
|
10816
10877
|
}[];
|
|
10878
|
+
config?: Record<string, any> | undefined;
|
|
10817
10879
|
threshold?: number | undefined;
|
|
10818
10880
|
weight?: number | undefined;
|
|
10819
10881
|
metric?: string | undefined;
|
|
@@ -11101,6 +11163,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11101
11163
|
weight?: number | undefined;
|
|
11102
11164
|
metric?: string | undefined;
|
|
11103
11165
|
}[];
|
|
11166
|
+
config?: Record<string, any> | undefined;
|
|
11104
11167
|
threshold?: number | undefined;
|
|
11105
11168
|
weight?: number | undefined;
|
|
11106
11169
|
metric?: string | undefined;
|
|
@@ -11239,6 +11302,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11239
11302
|
weight?: number | undefined;
|
|
11240
11303
|
metric?: string | undefined;
|
|
11241
11304
|
}[];
|
|
11305
|
+
config?: Record<string, any> | undefined;
|
|
11242
11306
|
threshold?: number | undefined;
|
|
11243
11307
|
weight?: number | undefined;
|
|
11244
11308
|
metric?: string | undefined;
|
|
@@ -11624,6 +11688,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11624
11688
|
weight?: number | undefined;
|
|
11625
11689
|
metric?: string | undefined;
|
|
11626
11690
|
}[];
|
|
11691
|
+
config?: Record<string, any> | undefined;
|
|
11627
11692
|
threshold?: number | undefined;
|
|
11628
11693
|
weight?: number | undefined;
|
|
11629
11694
|
metric?: string | undefined;
|
|
@@ -11767,6 +11832,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11767
11832
|
weight?: number | undefined;
|
|
11768
11833
|
metric?: string | undefined;
|
|
11769
11834
|
}[];
|
|
11835
|
+
config?: Record<string, any> | undefined;
|
|
11770
11836
|
threshold?: number | undefined;
|
|
11771
11837
|
weight?: number | undefined;
|
|
11772
11838
|
metric?: string | undefined;
|
|
@@ -11906,6 +11972,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
11906
11972
|
weight?: number | undefined;
|
|
11907
11973
|
metric?: string | undefined;
|
|
11908
11974
|
}[];
|
|
11975
|
+
config?: Record<string, any> | undefined;
|
|
11909
11976
|
threshold?: number | undefined;
|
|
11910
11977
|
weight?: number | undefined;
|
|
11911
11978
|
metric?: string | undefined;
|
|
@@ -12047,6 +12114,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12047
12114
|
weight?: number | undefined;
|
|
12048
12115
|
metric?: string | undefined;
|
|
12049
12116
|
}[];
|
|
12117
|
+
config?: Record<string, any> | undefined;
|
|
12050
12118
|
threshold?: number | undefined;
|
|
12051
12119
|
weight?: number | undefined;
|
|
12052
12120
|
metric?: string | undefined;
|
|
@@ -12268,6 +12336,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12268
12336
|
weight?: number | undefined;
|
|
12269
12337
|
metric?: string | undefined;
|
|
12270
12338
|
}[];
|
|
12339
|
+
config?: Record<string, any> | undefined;
|
|
12271
12340
|
threshold?: number | undefined;
|
|
12272
12341
|
weight?: number | undefined;
|
|
12273
12342
|
metric?: string | undefined;
|
|
@@ -12411,6 +12480,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12411
12480
|
weight?: number | undefined;
|
|
12412
12481
|
metric?: string | undefined;
|
|
12413
12482
|
}[];
|
|
12483
|
+
config?: Record<string, any> | undefined;
|
|
12414
12484
|
threshold?: number | undefined;
|
|
12415
12485
|
weight?: number | undefined;
|
|
12416
12486
|
metric?: string | undefined;
|
|
@@ -12550,6 +12620,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12550
12620
|
weight?: number | undefined;
|
|
12551
12621
|
metric?: string | undefined;
|
|
12552
12622
|
}[];
|
|
12623
|
+
config?: Record<string, any> | undefined;
|
|
12553
12624
|
threshold?: number | undefined;
|
|
12554
12625
|
weight?: number | undefined;
|
|
12555
12626
|
metric?: string | undefined;
|
|
@@ -12691,6 +12762,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
12691
12762
|
weight?: number | undefined;
|
|
12692
12763
|
metric?: string | undefined;
|
|
12693
12764
|
}[];
|
|
12765
|
+
config?: Record<string, any> | undefined;
|
|
12694
12766
|
threshold?: number | undefined;
|
|
12695
12767
|
weight?: number | undefined;
|
|
12696
12768
|
metric?: string | undefined;
|
|
@@ -13874,6 +13946,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13874
13946
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
13875
13947
|
metric: z.ZodOptional<z.ZodString>;
|
|
13876
13948
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
13949
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13877
13950
|
}, "strip", z.ZodTypeAny, {
|
|
13878
13951
|
type: "assert-set";
|
|
13879
13952
|
assert: {
|
|
@@ -13890,6 +13963,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13890
13963
|
weight?: number | undefined;
|
|
13891
13964
|
metric?: string | undefined;
|
|
13892
13965
|
}[];
|
|
13966
|
+
config?: Record<string, any> | undefined;
|
|
13893
13967
|
threshold?: number | undefined;
|
|
13894
13968
|
weight?: number | undefined;
|
|
13895
13969
|
metric?: string | undefined;
|
|
@@ -13909,6 +13983,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13909
13983
|
weight?: number | undefined;
|
|
13910
13984
|
metric?: string | undefined;
|
|
13911
13985
|
}[];
|
|
13986
|
+
config?: Record<string, any> | undefined;
|
|
13912
13987
|
threshold?: number | undefined;
|
|
13913
13988
|
weight?: number | undefined;
|
|
13914
13989
|
metric?: string | undefined;
|
|
@@ -14196,6 +14271,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14196
14271
|
weight?: number | undefined;
|
|
14197
14272
|
metric?: string | undefined;
|
|
14198
14273
|
}[];
|
|
14274
|
+
config?: Record<string, any> | undefined;
|
|
14199
14275
|
threshold?: number | undefined;
|
|
14200
14276
|
weight?: number | undefined;
|
|
14201
14277
|
metric?: string | undefined;
|
|
@@ -14334,6 +14410,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14334
14410
|
weight?: number | undefined;
|
|
14335
14411
|
metric?: string | undefined;
|
|
14336
14412
|
}[];
|
|
14413
|
+
config?: Record<string, any> | undefined;
|
|
14337
14414
|
threshold?: number | undefined;
|
|
14338
14415
|
weight?: number | undefined;
|
|
14339
14416
|
metric?: string | undefined;
|
|
@@ -14706,6 +14783,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14706
14783
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
14707
14784
|
metric: z.ZodOptional<z.ZodString>;
|
|
14708
14785
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
14786
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
14709
14787
|
}, "strip", z.ZodTypeAny, {
|
|
14710
14788
|
type: "assert-set";
|
|
14711
14789
|
assert: {
|
|
@@ -14722,6 +14800,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14722
14800
|
weight?: number | undefined;
|
|
14723
14801
|
metric?: string | undefined;
|
|
14724
14802
|
}[];
|
|
14803
|
+
config?: Record<string, any> | undefined;
|
|
14725
14804
|
threshold?: number | undefined;
|
|
14726
14805
|
weight?: number | undefined;
|
|
14727
14806
|
metric?: string | undefined;
|
|
@@ -14741,6 +14820,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14741
14820
|
weight?: number | undefined;
|
|
14742
14821
|
metric?: string | undefined;
|
|
14743
14822
|
}[];
|
|
14823
|
+
config?: Record<string, any> | undefined;
|
|
14744
14824
|
threshold?: number | undefined;
|
|
14745
14825
|
weight?: number | undefined;
|
|
14746
14826
|
metric?: string | undefined;
|
|
@@ -15028,6 +15108,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15028
15108
|
weight?: number | undefined;
|
|
15029
15109
|
metric?: string | undefined;
|
|
15030
15110
|
}[];
|
|
15111
|
+
config?: Record<string, any> | undefined;
|
|
15031
15112
|
threshold?: number | undefined;
|
|
15032
15113
|
weight?: number | undefined;
|
|
15033
15114
|
metric?: string | undefined;
|
|
@@ -15166,6 +15247,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15166
15247
|
weight?: number | undefined;
|
|
15167
15248
|
metric?: string | undefined;
|
|
15168
15249
|
}[];
|
|
15250
|
+
config?: Record<string, any> | undefined;
|
|
15169
15251
|
threshold?: number | undefined;
|
|
15170
15252
|
weight?: number | undefined;
|
|
15171
15253
|
metric?: string | undefined;
|
|
@@ -15536,6 +15618,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15536
15618
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
15537
15619
|
metric: z.ZodOptional<z.ZodString>;
|
|
15538
15620
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
15621
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
15539
15622
|
}, "strip", z.ZodTypeAny, {
|
|
15540
15623
|
type: "assert-set";
|
|
15541
15624
|
assert: {
|
|
@@ -15552,6 +15635,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15552
15635
|
weight?: number | undefined;
|
|
15553
15636
|
metric?: string | undefined;
|
|
15554
15637
|
}[];
|
|
15638
|
+
config?: Record<string, any> | undefined;
|
|
15555
15639
|
threshold?: number | undefined;
|
|
15556
15640
|
weight?: number | undefined;
|
|
15557
15641
|
metric?: string | undefined;
|
|
@@ -15571,6 +15655,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15571
15655
|
weight?: number | undefined;
|
|
15572
15656
|
metric?: string | undefined;
|
|
15573
15657
|
}[];
|
|
15658
|
+
config?: Record<string, any> | undefined;
|
|
15574
15659
|
threshold?: number | undefined;
|
|
15575
15660
|
weight?: number | undefined;
|
|
15576
15661
|
metric?: string | undefined;
|
|
@@ -15858,6 +15943,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15858
15943
|
weight?: number | undefined;
|
|
15859
15944
|
metric?: string | undefined;
|
|
15860
15945
|
}[];
|
|
15946
|
+
config?: Record<string, any> | undefined;
|
|
15861
15947
|
threshold?: number | undefined;
|
|
15862
15948
|
weight?: number | undefined;
|
|
15863
15949
|
metric?: string | undefined;
|
|
@@ -15996,6 +16082,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15996
16082
|
weight?: number | undefined;
|
|
15997
16083
|
metric?: string | undefined;
|
|
15998
16084
|
}[];
|
|
16085
|
+
config?: Record<string, any> | undefined;
|
|
15999
16086
|
threshold?: number | undefined;
|
|
16000
16087
|
weight?: number | undefined;
|
|
16001
16088
|
metric?: string | undefined;
|
|
@@ -16136,6 +16223,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16136
16223
|
weight?: number | undefined;
|
|
16137
16224
|
metric?: string | undefined;
|
|
16138
16225
|
}[];
|
|
16226
|
+
config?: Record<string, any> | undefined;
|
|
16139
16227
|
threshold?: number | undefined;
|
|
16140
16228
|
weight?: number | undefined;
|
|
16141
16229
|
metric?: string | undefined;
|
|
@@ -16275,6 +16363,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16275
16363
|
weight?: number | undefined;
|
|
16276
16364
|
metric?: string | undefined;
|
|
16277
16365
|
}[];
|
|
16366
|
+
config?: Record<string, any> | undefined;
|
|
16278
16367
|
threshold?: number | undefined;
|
|
16279
16368
|
weight?: number | undefined;
|
|
16280
16369
|
metric?: string | undefined;
|
|
@@ -16416,6 +16505,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16416
16505
|
weight?: number | undefined;
|
|
16417
16506
|
metric?: string | undefined;
|
|
16418
16507
|
}[];
|
|
16508
|
+
config?: Record<string, any> | undefined;
|
|
16419
16509
|
threshold?: number | undefined;
|
|
16420
16510
|
weight?: number | undefined;
|
|
16421
16511
|
metric?: string | undefined;
|
|
@@ -16555,6 +16645,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16555
16645
|
weight?: number | undefined;
|
|
16556
16646
|
metric?: string | undefined;
|
|
16557
16647
|
}[];
|
|
16648
|
+
config?: Record<string, any> | undefined;
|
|
16558
16649
|
threshold?: number | undefined;
|
|
16559
16650
|
weight?: number | undefined;
|
|
16560
16651
|
metric?: string | undefined;
|
|
@@ -16927,6 +17018,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16927
17018
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
16928
17019
|
metric: z.ZodOptional<z.ZodString>;
|
|
16929
17020
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
17021
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
16930
17022
|
}, "strip", z.ZodTypeAny, {
|
|
16931
17023
|
type: "assert-set";
|
|
16932
17024
|
assert: {
|
|
@@ -16943,6 +17035,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16943
17035
|
weight?: number | undefined;
|
|
16944
17036
|
metric?: string | undefined;
|
|
16945
17037
|
}[];
|
|
17038
|
+
config?: Record<string, any> | undefined;
|
|
16946
17039
|
threshold?: number | undefined;
|
|
16947
17040
|
weight?: number | undefined;
|
|
16948
17041
|
metric?: string | undefined;
|
|
@@ -16962,6 +17055,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
16962
17055
|
weight?: number | undefined;
|
|
16963
17056
|
metric?: string | undefined;
|
|
16964
17057
|
}[];
|
|
17058
|
+
config?: Record<string, any> | undefined;
|
|
16965
17059
|
threshold?: number | undefined;
|
|
16966
17060
|
weight?: number | undefined;
|
|
16967
17061
|
metric?: string | undefined;
|
|
@@ -17248,6 +17342,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
17248
17342
|
weight?: number | undefined;
|
|
17249
17343
|
metric?: string | undefined;
|
|
17250
17344
|
}[];
|
|
17345
|
+
config?: Record<string, any> | undefined;
|
|
17251
17346
|
threshold?: number | undefined;
|
|
17252
17347
|
weight?: number | undefined;
|
|
17253
17348
|
metric?: string | undefined;
|
|
@@ -17385,6 +17480,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
17385
17480
|
weight?: number | undefined;
|
|
17386
17481
|
metric?: string | undefined;
|
|
17387
17482
|
}[];
|
|
17483
|
+
config?: Record<string, any> | undefined;
|
|
17388
17484
|
threshold?: number | undefined;
|
|
17389
17485
|
weight?: number | undefined;
|
|
17390
17486
|
metric?: string | undefined;
|
|
@@ -18547,6 +18643,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
18547
18643
|
weight?: number | undefined;
|
|
18548
18644
|
metric?: string | undefined;
|
|
18549
18645
|
}[];
|
|
18646
|
+
config?: Record<string, any> | undefined;
|
|
18550
18647
|
threshold?: number | undefined;
|
|
18551
18648
|
weight?: number | undefined;
|
|
18552
18649
|
metric?: string | undefined;
|
|
@@ -18689,6 +18786,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
18689
18786
|
weight?: number | undefined;
|
|
18690
18787
|
metric?: string | undefined;
|
|
18691
18788
|
}[];
|
|
18789
|
+
config?: Record<string, any> | undefined;
|
|
18692
18790
|
threshold?: number | undefined;
|
|
18693
18791
|
weight?: number | undefined;
|
|
18694
18792
|
metric?: string | undefined;
|
|
@@ -18828,6 +18926,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
18828
18926
|
weight?: number | undefined;
|
|
18829
18927
|
metric?: string | undefined;
|
|
18830
18928
|
}[];
|
|
18929
|
+
config?: Record<string, any> | undefined;
|
|
18831
18930
|
threshold?: number | undefined;
|
|
18832
18931
|
weight?: number | undefined;
|
|
18833
18932
|
metric?: string | undefined;
|
|
@@ -18968,6 +19067,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
18968
19067
|
weight?: number | undefined;
|
|
18969
19068
|
metric?: string | undefined;
|
|
18970
19069
|
}[];
|
|
19070
|
+
config?: Record<string, any> | undefined;
|
|
18971
19071
|
threshold?: number | undefined;
|
|
18972
19072
|
weight?: number | undefined;
|
|
18973
19073
|
metric?: string | undefined;
|
|
@@ -19355,6 +19455,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19355
19455
|
weight?: number | undefined;
|
|
19356
19456
|
metric?: string | undefined;
|
|
19357
19457
|
}[];
|
|
19458
|
+
config?: Record<string, any> | undefined;
|
|
19358
19459
|
threshold?: number | undefined;
|
|
19359
19460
|
weight?: number | undefined;
|
|
19360
19461
|
metric?: string | undefined;
|
|
@@ -19584,6 +19685,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19584
19685
|
weight?: number | undefined;
|
|
19585
19686
|
metric?: string | undefined;
|
|
19586
19687
|
}[];
|
|
19688
|
+
config?: Record<string, any> | undefined;
|
|
19587
19689
|
threshold?: number | undefined;
|
|
19588
19690
|
weight?: number | undefined;
|
|
19589
19691
|
metric?: string | undefined;
|
|
@@ -19723,6 +19825,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19723
19825
|
weight?: number | undefined;
|
|
19724
19826
|
metric?: string | undefined;
|
|
19725
19827
|
}[];
|
|
19828
|
+
config?: Record<string, any> | undefined;
|
|
19726
19829
|
threshold?: number | undefined;
|
|
19727
19830
|
weight?: number | undefined;
|
|
19728
19831
|
metric?: string | undefined;
|
|
@@ -19863,6 +19966,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
19863
19966
|
weight?: number | undefined;
|
|
19864
19967
|
metric?: string | undefined;
|
|
19865
19968
|
}[];
|
|
19969
|
+
config?: Record<string, any> | undefined;
|
|
19866
19970
|
threshold?: number | undefined;
|
|
19867
19971
|
weight?: number | undefined;
|
|
19868
19972
|
metric?: string | undefined;
|
|
@@ -21052,6 +21156,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21052
21156
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
21053
21157
|
metric: z.ZodOptional<z.ZodString>;
|
|
21054
21158
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
21159
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
21055
21160
|
}, "strip", z.ZodTypeAny, {
|
|
21056
21161
|
type: "assert-set";
|
|
21057
21162
|
assert: {
|
|
@@ -21068,6 +21173,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21068
21173
|
weight?: number | undefined;
|
|
21069
21174
|
metric?: string | undefined;
|
|
21070
21175
|
}[];
|
|
21176
|
+
config?: Record<string, any> | undefined;
|
|
21071
21177
|
threshold?: number | undefined;
|
|
21072
21178
|
weight?: number | undefined;
|
|
21073
21179
|
metric?: string | undefined;
|
|
@@ -21087,6 +21193,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21087
21193
|
weight?: number | undefined;
|
|
21088
21194
|
metric?: string | undefined;
|
|
21089
21195
|
}[];
|
|
21196
|
+
config?: Record<string, any> | undefined;
|
|
21090
21197
|
threshold?: number | undefined;
|
|
21091
21198
|
weight?: number | undefined;
|
|
21092
21199
|
metric?: string | undefined;
|
|
@@ -21374,6 +21481,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21374
21481
|
weight?: number | undefined;
|
|
21375
21482
|
metric?: string | undefined;
|
|
21376
21483
|
}[];
|
|
21484
|
+
config?: Record<string, any> | undefined;
|
|
21377
21485
|
threshold?: number | undefined;
|
|
21378
21486
|
weight?: number | undefined;
|
|
21379
21487
|
metric?: string | undefined;
|
|
@@ -21512,6 +21620,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21512
21620
|
weight?: number | undefined;
|
|
21513
21621
|
metric?: string | undefined;
|
|
21514
21622
|
}[];
|
|
21623
|
+
config?: Record<string, any> | undefined;
|
|
21515
21624
|
threshold?: number | undefined;
|
|
21516
21625
|
weight?: number | undefined;
|
|
21517
21626
|
metric?: string | undefined;
|
|
@@ -21884,6 +21993,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21884
21993
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
21885
21994
|
metric: z.ZodOptional<z.ZodString>;
|
|
21886
21995
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
21996
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
21887
21997
|
}, "strip", z.ZodTypeAny, {
|
|
21888
21998
|
type: "assert-set";
|
|
21889
21999
|
assert: {
|
|
@@ -21900,6 +22010,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21900
22010
|
weight?: number | undefined;
|
|
21901
22011
|
metric?: string | undefined;
|
|
21902
22012
|
}[];
|
|
22013
|
+
config?: Record<string, any> | undefined;
|
|
21903
22014
|
threshold?: number | undefined;
|
|
21904
22015
|
weight?: number | undefined;
|
|
21905
22016
|
metric?: string | undefined;
|
|
@@ -21919,6 +22030,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
21919
22030
|
weight?: number | undefined;
|
|
21920
22031
|
metric?: string | undefined;
|
|
21921
22032
|
}[];
|
|
22033
|
+
config?: Record<string, any> | undefined;
|
|
21922
22034
|
threshold?: number | undefined;
|
|
21923
22035
|
weight?: number | undefined;
|
|
21924
22036
|
metric?: string | undefined;
|
|
@@ -22206,6 +22318,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
22206
22318
|
weight?: number | undefined;
|
|
22207
22319
|
metric?: string | undefined;
|
|
22208
22320
|
}[];
|
|
22321
|
+
config?: Record<string, any> | undefined;
|
|
22209
22322
|
threshold?: number | undefined;
|
|
22210
22323
|
weight?: number | undefined;
|
|
22211
22324
|
metric?: string | undefined;
|
|
@@ -22344,6 +22457,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
22344
22457
|
weight?: number | undefined;
|
|
22345
22458
|
metric?: string | undefined;
|
|
22346
22459
|
}[];
|
|
22460
|
+
config?: Record<string, any> | undefined;
|
|
22347
22461
|
threshold?: number | undefined;
|
|
22348
22462
|
weight?: number | undefined;
|
|
22349
22463
|
metric?: string | undefined;
|
|
@@ -22714,6 +22828,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
22714
22828
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
22715
22829
|
metric: z.ZodOptional<z.ZodString>;
|
|
22716
22830
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
22831
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
22717
22832
|
}, "strip", z.ZodTypeAny, {
|
|
22718
22833
|
type: "assert-set";
|
|
22719
22834
|
assert: {
|
|
@@ -22730,6 +22845,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
22730
22845
|
weight?: number | undefined;
|
|
22731
22846
|
metric?: string | undefined;
|
|
22732
22847
|
}[];
|
|
22848
|
+
config?: Record<string, any> | undefined;
|
|
22733
22849
|
threshold?: number | undefined;
|
|
22734
22850
|
weight?: number | undefined;
|
|
22735
22851
|
metric?: string | undefined;
|
|
@@ -22749,6 +22865,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
22749
22865
|
weight?: number | undefined;
|
|
22750
22866
|
metric?: string | undefined;
|
|
22751
22867
|
}[];
|
|
22868
|
+
config?: Record<string, any> | undefined;
|
|
22752
22869
|
threshold?: number | undefined;
|
|
22753
22870
|
weight?: number | undefined;
|
|
22754
22871
|
metric?: string | undefined;
|
|
@@ -23036,6 +23153,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
23036
23153
|
weight?: number | undefined;
|
|
23037
23154
|
metric?: string | undefined;
|
|
23038
23155
|
}[];
|
|
23156
|
+
config?: Record<string, any> | undefined;
|
|
23039
23157
|
threshold?: number | undefined;
|
|
23040
23158
|
weight?: number | undefined;
|
|
23041
23159
|
metric?: string | undefined;
|
|
@@ -23174,6 +23292,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
23174
23292
|
weight?: number | undefined;
|
|
23175
23293
|
metric?: string | undefined;
|
|
23176
23294
|
}[];
|
|
23295
|
+
config?: Record<string, any> | undefined;
|
|
23177
23296
|
threshold?: number | undefined;
|
|
23178
23297
|
weight?: number | undefined;
|
|
23179
23298
|
metric?: string | undefined;
|
|
@@ -23314,6 +23433,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
23314
23433
|
weight?: number | undefined;
|
|
23315
23434
|
metric?: string | undefined;
|
|
23316
23435
|
}[];
|
|
23436
|
+
config?: Record<string, any> | undefined;
|
|
23317
23437
|
threshold?: number | undefined;
|
|
23318
23438
|
weight?: number | undefined;
|
|
23319
23439
|
metric?: string | undefined;
|
|
@@ -23453,6 +23573,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
23453
23573
|
weight?: number | undefined;
|
|
23454
23574
|
metric?: string | undefined;
|
|
23455
23575
|
}[];
|
|
23576
|
+
config?: Record<string, any> | undefined;
|
|
23456
23577
|
threshold?: number | undefined;
|
|
23457
23578
|
weight?: number | undefined;
|
|
23458
23579
|
metric?: string | undefined;
|
|
@@ -23594,6 +23715,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
23594
23715
|
weight?: number | undefined;
|
|
23595
23716
|
metric?: string | undefined;
|
|
23596
23717
|
}[];
|
|
23718
|
+
config?: Record<string, any> | undefined;
|
|
23597
23719
|
threshold?: number | undefined;
|
|
23598
23720
|
weight?: number | undefined;
|
|
23599
23721
|
metric?: string | undefined;
|
|
@@ -23733,6 +23855,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
23733
23855
|
weight?: number | undefined;
|
|
23734
23856
|
metric?: string | undefined;
|
|
23735
23857
|
}[];
|
|
23858
|
+
config?: Record<string, any> | undefined;
|
|
23736
23859
|
threshold?: number | undefined;
|
|
23737
23860
|
weight?: number | undefined;
|
|
23738
23861
|
metric?: string | undefined;
|
|
@@ -24105,6 +24228,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
24105
24228
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
24106
24229
|
metric: z.ZodOptional<z.ZodString>;
|
|
24107
24230
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
24231
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
24108
24232
|
}, "strip", z.ZodTypeAny, {
|
|
24109
24233
|
type: "assert-set";
|
|
24110
24234
|
assert: {
|
|
@@ -24121,6 +24245,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
24121
24245
|
weight?: number | undefined;
|
|
24122
24246
|
metric?: string | undefined;
|
|
24123
24247
|
}[];
|
|
24248
|
+
config?: Record<string, any> | undefined;
|
|
24124
24249
|
threshold?: number | undefined;
|
|
24125
24250
|
weight?: number | undefined;
|
|
24126
24251
|
metric?: string | undefined;
|
|
@@ -24140,6 +24265,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
24140
24265
|
weight?: number | undefined;
|
|
24141
24266
|
metric?: string | undefined;
|
|
24142
24267
|
}[];
|
|
24268
|
+
config?: Record<string, any> | undefined;
|
|
24143
24269
|
threshold?: number | undefined;
|
|
24144
24270
|
weight?: number | undefined;
|
|
24145
24271
|
metric?: string | undefined;
|
|
@@ -24426,6 +24552,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
24426
24552
|
weight?: number | undefined;
|
|
24427
24553
|
metric?: string | undefined;
|
|
24428
24554
|
}[];
|
|
24555
|
+
config?: Record<string, any> | undefined;
|
|
24429
24556
|
threshold?: number | undefined;
|
|
24430
24557
|
weight?: number | undefined;
|
|
24431
24558
|
metric?: string | undefined;
|
|
@@ -24563,6 +24690,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
24563
24690
|
weight?: number | undefined;
|
|
24564
24691
|
metric?: string | undefined;
|
|
24565
24692
|
}[];
|
|
24693
|
+
config?: Record<string, any> | undefined;
|
|
24566
24694
|
threshold?: number | undefined;
|
|
24567
24695
|
weight?: number | undefined;
|
|
24568
24696
|
metric?: string | undefined;
|
|
@@ -27371,6 +27499,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
27371
27499
|
weight?: number | undefined;
|
|
27372
27500
|
metric?: string | undefined;
|
|
27373
27501
|
}[];
|
|
27502
|
+
config?: Record<string, any> | undefined;
|
|
27374
27503
|
threshold?: number | undefined;
|
|
27375
27504
|
weight?: number | undefined;
|
|
27376
27505
|
metric?: string | undefined;
|
|
@@ -27513,6 +27642,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
27513
27642
|
weight?: number | undefined;
|
|
27514
27643
|
metric?: string | undefined;
|
|
27515
27644
|
}[];
|
|
27645
|
+
config?: Record<string, any> | undefined;
|
|
27516
27646
|
threshold?: number | undefined;
|
|
27517
27647
|
weight?: number | undefined;
|
|
27518
27648
|
metric?: string | undefined;
|
|
@@ -27652,6 +27782,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
27652
27782
|
weight?: number | undefined;
|
|
27653
27783
|
metric?: string | undefined;
|
|
27654
27784
|
}[];
|
|
27785
|
+
config?: Record<string, any> | undefined;
|
|
27655
27786
|
threshold?: number | undefined;
|
|
27656
27787
|
weight?: number | undefined;
|
|
27657
27788
|
metric?: string | undefined;
|
|
@@ -27792,6 +27923,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
27792
27923
|
weight?: number | undefined;
|
|
27793
27924
|
metric?: string | undefined;
|
|
27794
27925
|
}[];
|
|
27926
|
+
config?: Record<string, any> | undefined;
|
|
27795
27927
|
threshold?: number | undefined;
|
|
27796
27928
|
weight?: number | undefined;
|
|
27797
27929
|
metric?: string | undefined;
|
|
@@ -28390,6 +28522,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
28390
28522
|
weight?: number | undefined;
|
|
28391
28523
|
metric?: string | undefined;
|
|
28392
28524
|
}[];
|
|
28525
|
+
config?: Record<string, any> | undefined;
|
|
28393
28526
|
threshold?: number | undefined;
|
|
28394
28527
|
weight?: number | undefined;
|
|
28395
28528
|
metric?: string | undefined;
|
|
@@ -28619,6 +28752,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
28619
28752
|
weight?: number | undefined;
|
|
28620
28753
|
metric?: string | undefined;
|
|
28621
28754
|
}[];
|
|
28755
|
+
config?: Record<string, any> | undefined;
|
|
28622
28756
|
threshold?: number | undefined;
|
|
28623
28757
|
weight?: number | undefined;
|
|
28624
28758
|
metric?: string | undefined;
|
|
@@ -28758,6 +28892,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
28758
28892
|
weight?: number | undefined;
|
|
28759
28893
|
metric?: string | undefined;
|
|
28760
28894
|
}[];
|
|
28895
|
+
config?: Record<string, any> | undefined;
|
|
28761
28896
|
threshold?: number | undefined;
|
|
28762
28897
|
weight?: number | undefined;
|
|
28763
28898
|
metric?: string | undefined;
|
|
@@ -28898,6 +29033,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
28898
29033
|
weight?: number | undefined;
|
|
28899
29034
|
metric?: string | undefined;
|
|
28900
29035
|
}[];
|
|
29036
|
+
config?: Record<string, any> | undefined;
|
|
28901
29037
|
threshold?: number | undefined;
|
|
28902
29038
|
weight?: number | undefined;
|
|
28903
29039
|
metric?: string | undefined;
|
|
@@ -29496,6 +29632,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29496
29632
|
weight?: number | undefined;
|
|
29497
29633
|
metric?: string | undefined;
|
|
29498
29634
|
}[];
|
|
29635
|
+
config?: Record<string, any> | undefined;
|
|
29499
29636
|
threshold?: number | undefined;
|
|
29500
29637
|
weight?: number | undefined;
|
|
29501
29638
|
metric?: string | undefined;
|
|
@@ -29638,6 +29775,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29638
29775
|
weight?: number | undefined;
|
|
29639
29776
|
metric?: string | undefined;
|
|
29640
29777
|
}[];
|
|
29778
|
+
config?: Record<string, any> | undefined;
|
|
29641
29779
|
threshold?: number | undefined;
|
|
29642
29780
|
weight?: number | undefined;
|
|
29643
29781
|
metric?: string | undefined;
|
|
@@ -29777,6 +29915,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29777
29915
|
weight?: number | undefined;
|
|
29778
29916
|
metric?: string | undefined;
|
|
29779
29917
|
}[];
|
|
29918
|
+
config?: Record<string, any> | undefined;
|
|
29780
29919
|
threshold?: number | undefined;
|
|
29781
29920
|
weight?: number | undefined;
|
|
29782
29921
|
metric?: string | undefined;
|
|
@@ -29917,6 +30056,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
29917
30056
|
weight?: number | undefined;
|
|
29918
30057
|
metric?: string | undefined;
|
|
29919
30058
|
}[];
|
|
30059
|
+
config?: Record<string, any> | undefined;
|
|
29920
30060
|
threshold?: number | undefined;
|
|
29921
30061
|
weight?: number | undefined;
|
|
29922
30062
|
metric?: string | undefined;
|
|
@@ -30515,6 +30655,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30515
30655
|
weight?: number | undefined;
|
|
30516
30656
|
metric?: string | undefined;
|
|
30517
30657
|
}[];
|
|
30658
|
+
config?: Record<string, any> | undefined;
|
|
30518
30659
|
threshold?: number | undefined;
|
|
30519
30660
|
weight?: number | undefined;
|
|
30520
30661
|
metric?: string | undefined;
|
|
@@ -30744,6 +30885,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30744
30885
|
weight?: number | undefined;
|
|
30745
30886
|
metric?: string | undefined;
|
|
30746
30887
|
}[];
|
|
30888
|
+
config?: Record<string, any> | undefined;
|
|
30747
30889
|
threshold?: number | undefined;
|
|
30748
30890
|
weight?: number | undefined;
|
|
30749
30891
|
metric?: string | undefined;
|
|
@@ -30883,6 +31025,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
30883
31025
|
weight?: number | undefined;
|
|
30884
31026
|
metric?: string | undefined;
|
|
30885
31027
|
}[];
|
|
31028
|
+
config?: Record<string, any> | undefined;
|
|
30886
31029
|
threshold?: number | undefined;
|
|
30887
31030
|
weight?: number | undefined;
|
|
30888
31031
|
metric?: string | undefined;
|
|
@@ -31023,6 +31166,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31023
31166
|
weight?: number | undefined;
|
|
31024
31167
|
metric?: string | undefined;
|
|
31025
31168
|
}[];
|
|
31169
|
+
config?: Record<string, any> | undefined;
|
|
31026
31170
|
threshold?: number | undefined;
|
|
31027
31171
|
weight?: number | undefined;
|
|
31028
31172
|
metric?: string | undefined;
|
|
@@ -31621,6 +31765,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31621
31765
|
weight?: number | undefined;
|
|
31622
31766
|
metric?: string | undefined;
|
|
31623
31767
|
}[];
|
|
31768
|
+
config?: Record<string, any> | undefined;
|
|
31624
31769
|
threshold?: number | undefined;
|
|
31625
31770
|
weight?: number | undefined;
|
|
31626
31771
|
metric?: string | undefined;
|
|
@@ -31763,6 +31908,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31763
31908
|
weight?: number | undefined;
|
|
31764
31909
|
metric?: string | undefined;
|
|
31765
31910
|
}[];
|
|
31911
|
+
config?: Record<string, any> | undefined;
|
|
31766
31912
|
threshold?: number | undefined;
|
|
31767
31913
|
weight?: number | undefined;
|
|
31768
31914
|
metric?: string | undefined;
|
|
@@ -31902,6 +32048,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
31902
32048
|
weight?: number | undefined;
|
|
31903
32049
|
metric?: string | undefined;
|
|
31904
32050
|
}[];
|
|
32051
|
+
config?: Record<string, any> | undefined;
|
|
31905
32052
|
threshold?: number | undefined;
|
|
31906
32053
|
weight?: number | undefined;
|
|
31907
32054
|
metric?: string | undefined;
|
|
@@ -32042,6 +32189,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32042
32189
|
weight?: number | undefined;
|
|
32043
32190
|
metric?: string | undefined;
|
|
32044
32191
|
}[];
|
|
32192
|
+
config?: Record<string, any> | undefined;
|
|
32045
32193
|
threshold?: number | undefined;
|
|
32046
32194
|
weight?: number | undefined;
|
|
32047
32195
|
metric?: string | undefined;
|
|
@@ -32640,6 +32788,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32640
32788
|
weight?: number | undefined;
|
|
32641
32789
|
metric?: string | undefined;
|
|
32642
32790
|
}[];
|
|
32791
|
+
config?: Record<string, any> | undefined;
|
|
32643
32792
|
threshold?: number | undefined;
|
|
32644
32793
|
weight?: number | undefined;
|
|
32645
32794
|
metric?: string | undefined;
|
|
@@ -32869,6 +33018,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
32869
33018
|
weight?: number | undefined;
|
|
32870
33019
|
metric?: string | undefined;
|
|
32871
33020
|
}[];
|
|
33021
|
+
config?: Record<string, any> | undefined;
|
|
32872
33022
|
threshold?: number | undefined;
|
|
32873
33023
|
weight?: number | undefined;
|
|
32874
33024
|
metric?: string | undefined;
|
|
@@ -33008,6 +33158,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33008
33158
|
weight?: number | undefined;
|
|
33009
33159
|
metric?: string | undefined;
|
|
33010
33160
|
}[];
|
|
33161
|
+
config?: Record<string, any> | undefined;
|
|
33011
33162
|
threshold?: number | undefined;
|
|
33012
33163
|
weight?: number | undefined;
|
|
33013
33164
|
metric?: string | undefined;
|
|
@@ -33148,6 +33299,7 @@ export declare const UnifiedConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
33148
33299
|
weight?: number | undefined;
|
|
33149
33300
|
metric?: string | undefined;
|
|
33150
33301
|
}[];
|
|
33302
|
+
config?: Record<string, any> | undefined;
|
|
33151
33303
|
threshold?: number | undefined;
|
|
33152
33304
|
weight?: number | undefined;
|
|
33153
33305
|
metric?: string | undefined;
|