promptfoo 0.89.4 → 0.90.1
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 +15 -13
- package/dist/src/app/assets/{index-BPzLW4I1.js → index-BeOib0z5.js} +115 -115
- package/dist/src/app/assets/{index.es-D-gLDYqw.js → index.es-CzfKCJRL.js} +1 -1
- package/dist/src/app/assets/{sync-jrQhr-Ko.js → sync-Bosy7BPC.js} +1 -1
- package/dist/src/app/index.html +1 -1
- package/dist/src/assertions.d.ts.map +1 -1
- package/dist/src/assertions.js +1 -0
- package/dist/src/assertions.js.map +1 -1
- package/dist/src/cache.js +2 -2
- package/dist/src/cache.js.map +1 -1
- package/dist/src/commands/auth.d.ts +3 -0
- package/dist/src/commands/auth.d.ts.map +1 -0
- package/dist/src/commands/auth.js +86 -0
- package/dist/src/commands/auth.js.map +1 -0
- package/dist/src/commands/config.js +1 -1
- package/dist/src/commands/config.js.map +1 -1
- package/dist/src/commands/eval.d.ts.map +1 -1
- package/dist/src/commands/eval.js +25 -12
- package/dist/src/commands/eval.js.map +1 -1
- package/dist/src/commands/generate/dataset.d.ts.map +1 -1
- package/dist/src/commands/generate/dataset.js +2 -2
- package/dist/src/commands/generate/dataset.js.map +1 -1
- package/dist/src/commands/init.js +1 -1
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/share.d.ts.map +1 -1
- package/dist/src/commands/share.js +18 -8
- package/dist/src/commands/share.js.map +1 -1
- package/dist/src/commands/view.js +2 -2
- package/dist/src/commands/view.js.map +1 -1
- package/dist/src/configTypes.d.ts +5 -1
- package/dist/src/configTypes.d.ts.map +1 -1
- package/dist/src/constants.d.ts +1 -1
- package/dist/src/constants.d.ts.map +1 -1
- package/dist/src/constants.js +2 -1
- package/dist/src/constants.js.map +1 -1
- package/dist/src/csv.d.ts.map +1 -1
- package/dist/src/csv.js +3 -2
- package/dist/src/csv.js.map +1 -1
- package/dist/src/database/index.js +3 -3
- package/dist/src/database/index.js.map +1 -1
- package/dist/src/database/tables.d.ts +10 -0
- package/dist/src/database/tables.d.ts.map +1 -1
- package/dist/src/envars.d.ts +18 -0
- package/dist/src/envars.d.ts.map +1 -1
- package/dist/src/envars.js.map +1 -1
- package/dist/src/globalConfig/accounts.d.ts.map +1 -0
- package/dist/src/{accounts.js → globalConfig/accounts.js} +2 -2
- package/dist/src/globalConfig/accounts.js.map +1 -0
- package/dist/src/globalConfig/cloud.d.ts +17 -0
- package/dist/src/globalConfig/cloud.d.ts.map +1 -0
- package/dist/src/globalConfig/cloud.js +82 -0
- package/dist/src/globalConfig/cloud.js.map +1 -0
- package/dist/src/{globalConfig.d.ts → globalConfig/globalConfig.d.ts} +1 -3
- package/dist/src/globalConfig/globalConfig.d.ts.map +1 -0
- package/dist/src/{globalConfig.js → globalConfig/globalConfig.js} +13 -36
- package/dist/src/globalConfig/globalConfig.js.map +1 -0
- package/dist/src/main.d.ts +1 -5
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +15 -31
- package/dist/src/main.js.map +1 -1
- package/dist/src/onboarding.d.ts.map +1 -1
- package/dist/src/onboarding.js +5 -3
- package/dist/src/onboarding.js.map +1 -1
- package/dist/src/providers/bedrock.d.ts +15 -0
- package/dist/src/providers/bedrock.d.ts.map +1 -1
- package/dist/src/providers/bedrock.js +53 -20
- package/dist/src/providers/bedrock.js.map +1 -1
- package/dist/src/providers/http.d.ts +3 -1
- package/dist/src/providers/http.d.ts.map +1 -1
- package/dist/src/providers/http.js +61 -6
- package/dist/src/providers/http.js.map +1 -1
- package/dist/src/providers.d.ts.map +1 -1
- package/dist/src/providers.js +8 -2
- 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 +9 -7
- package/dist/src/redteam/commands/generate.js.map +1 -1
- package/dist/src/redteam/commands/init.d.ts.map +1 -1
- package/dist/src/redteam/commands/init.js +17 -23
- package/dist/src/redteam/commands/init.js.map +1 -1
- package/dist/src/redteam/plugins/crossSessionLeak.d.ts.map +1 -1
- package/dist/src/redteam/plugins/crossSessionLeak.js +2 -0
- package/dist/src/redteam/plugins/crossSessionLeak.js.map +1 -1
- package/dist/src/redteam/providers/iterative.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterative.js +0 -1
- package/dist/src/redteam/providers/iterative.js.map +1 -1
- package/dist/src/redteam/providers/iterativeImage.d.ts.map +1 -1
- package/dist/src/redteam/providers/iterativeImage.js +0 -1
- package/dist/src/redteam/providers/iterativeImage.js.map +1 -1
- package/dist/src/share.d.ts.map +1 -1
- package/dist/src/share.js +35 -16
- package/dist/src/share.js.map +1 -1
- package/dist/src/telemetry.d.ts +0 -1
- package/dist/src/telemetry.d.ts.map +1 -1
- package/dist/src/telemetry.js +0 -7
- package/dist/src/telemetry.js.map +1 -1
- package/dist/src/types/index.d.ts +308 -0
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/index.js +3 -0
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/util/config/default.d.ts +14 -0
- package/dist/src/util/config/default.d.ts.map +1 -0
- package/dist/src/util/config/default.js +36 -0
- package/dist/src/util/config/default.js.map +1 -0
- package/dist/src/{config.d.ts → util/config/load.d.ts} +3 -3
- package/dist/src/util/config/load.d.ts.map +1 -0
- package/dist/src/{config.js → util/config/load.js} +18 -17
- package/dist/src/util/config/load.js.map +1 -0
- package/dist/src/util/{config.d.ts → config/manage.d.ts} +2 -2
- package/dist/src/util/config/manage.d.ts.map +1 -0
- package/dist/src/util/{config.js → config/manage.js} +3 -3
- package/dist/src/util/config/manage.js.map +1 -0
- package/dist/src/util/index.d.ts +4 -0
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +8 -8
- package/dist/src/util/index.js.map +1 -1
- package/dist/test/account.test.js +5 -4
- package/dist/test/account.test.js.map +1 -1
- package/dist/test/assertions.test.js +37 -0
- package/dist/test/assertions.test.js.map +1 -1
- package/dist/test/csv.test.js +21 -0
- package/dist/test/csv.test.js.map +1 -1
- package/dist/test/globalConfig.test.js +5 -26
- package/dist/test/globalConfig.test.js.map +1 -1
- package/dist/test/providers.bedrock.test.js +46 -0
- package/dist/test/providers.bedrock.test.js.map +1 -1
- package/dist/test/providers.http.test.js +100 -5
- package/dist/test/providers.http.test.js.map +1 -1
- package/dist/test/providers.pythonCompletion.test.js +21 -0
- package/dist/test/providers.pythonCompletion.test.js.map +1 -1
- package/dist/test/providers.test.js +25 -0
- package/dist/test/providers.test.js.map +1 -1
- package/dist/test/redteam/commands/generate.test.js +9 -9
- package/dist/test/redteam/commands/generate.test.js.map +1 -1
- package/dist/test/redteam/extraction/entities.test.js +4 -1
- package/dist/test/redteam/extraction/entities.test.js.map +1 -1
- package/dist/test/redteam/extraction/purpose.test.js +4 -1
- package/dist/test/redteam/extraction/purpose.test.js.map +1 -1
- package/dist/test/redteam/extraction/util.test.js +3 -0
- package/dist/test/redteam/extraction/util.test.js.map +1 -1
- package/dist/test/telemetry.test.js +0 -3
- package/dist/test/telemetry.test.js.map +1 -1
- package/dist/test/util.config.default.test.d.ts +2 -0
- package/dist/test/util.config.default.test.d.ts.map +1 -0
- package/dist/test/util.config.default.test.js +62 -0
- package/dist/test/util.config.default.test.js.map +1 -0
- package/dist/test/util.config.load.test.ts.d.ts +2 -0
- package/dist/test/util.config.load.test.ts.d.ts.map +1 -0
- package/dist/test/{config.test.js → util.config.load.test.ts.js} +75 -28
- package/dist/test/util.config.load.test.ts.js.map +1 -0
- package/dist/test/util.config.main.test.d.ts +2 -0
- package/dist/test/util.config.main.test.d.ts.map +1 -0
- package/dist/test/{util.config.test.js → util.config.main.test.js} +16 -16
- package/dist/test/util.config.main.test.js.map +1 -0
- package/package.json +15 -13
- package/dist/src/accounts.d.ts.map +0 -1
- package/dist/src/accounts.js.map +0 -1
- package/dist/src/config.d.ts.map +0 -1
- package/dist/src/config.js.map +0 -1
- package/dist/src/globalConfig.d.ts.map +0 -1
- package/dist/src/globalConfig.js.map +0 -1
- package/dist/src/util/config.d.ts.map +0 -1
- package/dist/src/util/config.js.map +0 -1
- package/dist/test/config.test.d.ts +0 -2
- package/dist/test/config.test.d.ts.map +0 -1
- package/dist/test/config.test.js.map +0 -1
- package/dist/test/main.test.d.ts +0 -2
- package/dist/test/main.test.d.ts.map +0 -1
- package/dist/test/main.test.js +0 -49
- package/dist/test/main.test.js.map +0 -1
- package/dist/test/util.config.test.d.ts +0 -2
- package/dist/test/util.config.test.d.ts.map +0 -1
- package/dist/test/util.config.test.js.map +0 -1
- /package/dist/src/{accounts.d.ts → globalConfig/accounts.d.ts} +0 -0
|
@@ -500,6 +500,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
500
500
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
501
501
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
502
502
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
503
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
503
504
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
504
505
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
505
506
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -514,6 +515,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
514
515
|
transform: z.ZodOptional<z.ZodString>;
|
|
515
516
|
}, "strip", z.ZodTypeAny, {
|
|
516
517
|
type: AssertionType;
|
|
518
|
+
config?: Record<string, any> | undefined;
|
|
517
519
|
value?: AssertionValue | undefined;
|
|
518
520
|
provider?: any;
|
|
519
521
|
transform?: string | undefined;
|
|
@@ -526,6 +528,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
526
528
|
metric?: string | undefined;
|
|
527
529
|
}, {
|
|
528
530
|
type: AssertionType;
|
|
531
|
+
config?: Record<string, any> | undefined;
|
|
529
532
|
value?: AssertionValue | undefined;
|
|
530
533
|
provider?: any;
|
|
531
534
|
transform?: string | undefined;
|
|
@@ -544,6 +547,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
544
547
|
type: "assert-set";
|
|
545
548
|
assert: {
|
|
546
549
|
type: AssertionType;
|
|
550
|
+
config?: Record<string, any> | undefined;
|
|
547
551
|
value?: AssertionValue | undefined;
|
|
548
552
|
provider?: any;
|
|
549
553
|
transform?: string | undefined;
|
|
@@ -562,6 +566,7 @@ declare const AssertionSetSchema: z.ZodObject<{
|
|
|
562
566
|
type: "assert-set";
|
|
563
567
|
assert: {
|
|
564
568
|
type: AssertionType;
|
|
569
|
+
config?: Record<string, any> | undefined;
|
|
565
570
|
value?: AssertionValue | undefined;
|
|
566
571
|
provider?: any;
|
|
567
572
|
transform?: string | undefined;
|
|
@@ -581,6 +586,7 @@ export type AssertionSet = z.infer<typeof AssertionSetSchema>;
|
|
|
581
586
|
export declare const AssertionSchema: z.ZodObject<{
|
|
582
587
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
583
588
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
589
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
584
590
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
585
591
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
586
592
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -595,6 +601,7 @@ export declare const AssertionSchema: z.ZodObject<{
|
|
|
595
601
|
transform: z.ZodOptional<z.ZodString>;
|
|
596
602
|
}, "strip", z.ZodTypeAny, {
|
|
597
603
|
type: AssertionType;
|
|
604
|
+
config?: Record<string, any> | undefined;
|
|
598
605
|
value?: AssertionValue | undefined;
|
|
599
606
|
provider?: any;
|
|
600
607
|
transform?: string | undefined;
|
|
@@ -607,6 +614,7 @@ export declare const AssertionSchema: z.ZodObject<{
|
|
|
607
614
|
metric?: string | undefined;
|
|
608
615
|
}, {
|
|
609
616
|
type: AssertionType;
|
|
617
|
+
config?: Record<string, any> | undefined;
|
|
610
618
|
value?: AssertionValue | undefined;
|
|
611
619
|
provider?: any;
|
|
612
620
|
transform?: string | undefined;
|
|
@@ -1117,6 +1125,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1117
1125
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
1118
1126
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
1119
1127
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
1128
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1120
1129
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
1121
1130
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
1122
1131
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -1131,6 +1140,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1131
1140
|
transform: z.ZodOptional<z.ZodString>;
|
|
1132
1141
|
}, "strip", z.ZodTypeAny, {
|
|
1133
1142
|
type: AssertionType;
|
|
1143
|
+
config?: Record<string, any> | undefined;
|
|
1134
1144
|
value?: AssertionValue | undefined;
|
|
1135
1145
|
provider?: any;
|
|
1136
1146
|
transform?: string | undefined;
|
|
@@ -1143,6 +1153,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1143
1153
|
metric?: string | undefined;
|
|
1144
1154
|
}, {
|
|
1145
1155
|
type: AssertionType;
|
|
1156
|
+
config?: Record<string, any> | undefined;
|
|
1146
1157
|
value?: AssertionValue | undefined;
|
|
1147
1158
|
provider?: any;
|
|
1148
1159
|
transform?: string | undefined;
|
|
@@ -1161,6 +1172,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1161
1172
|
type: "assert-set";
|
|
1162
1173
|
assert: {
|
|
1163
1174
|
type: AssertionType;
|
|
1175
|
+
config?: Record<string, any> | undefined;
|
|
1164
1176
|
value?: AssertionValue | undefined;
|
|
1165
1177
|
provider?: any;
|
|
1166
1178
|
transform?: string | undefined;
|
|
@@ -1179,6 +1191,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1179
1191
|
type: "assert-set";
|
|
1180
1192
|
assert: {
|
|
1181
1193
|
type: AssertionType;
|
|
1194
|
+
config?: Record<string, any> | undefined;
|
|
1182
1195
|
value?: AssertionValue | undefined;
|
|
1183
1196
|
provider?: any;
|
|
1184
1197
|
transform?: string | undefined;
|
|
@@ -1196,6 +1209,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1196
1209
|
}>, z.ZodObject<{
|
|
1197
1210
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
1198
1211
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
1212
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1199
1213
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
1200
1214
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
1201
1215
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -1210,6 +1224,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1210
1224
|
transform: z.ZodOptional<z.ZodString>;
|
|
1211
1225
|
}, "strip", z.ZodTypeAny, {
|
|
1212
1226
|
type: AssertionType;
|
|
1227
|
+
config?: Record<string, any> | undefined;
|
|
1213
1228
|
value?: AssertionValue | undefined;
|
|
1214
1229
|
provider?: any;
|
|
1215
1230
|
transform?: string | undefined;
|
|
@@ -1222,6 +1237,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1222
1237
|
metric?: string | undefined;
|
|
1223
1238
|
}, {
|
|
1224
1239
|
type: AssertionType;
|
|
1240
|
+
config?: Record<string, any> | undefined;
|
|
1225
1241
|
value?: AssertionValue | undefined;
|
|
1226
1242
|
provider?: any;
|
|
1227
1243
|
transform?: string | undefined;
|
|
@@ -1413,6 +1429,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1413
1429
|
providerOutput?: string | {} | undefined;
|
|
1414
1430
|
assert?: ({
|
|
1415
1431
|
type: AssertionType;
|
|
1432
|
+
config?: Record<string, any> | undefined;
|
|
1416
1433
|
value?: AssertionValue | undefined;
|
|
1417
1434
|
provider?: any;
|
|
1418
1435
|
transform?: string | undefined;
|
|
@@ -1427,6 +1444,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1427
1444
|
type: "assert-set";
|
|
1428
1445
|
assert: {
|
|
1429
1446
|
type: AssertionType;
|
|
1447
|
+
config?: Record<string, any> | undefined;
|
|
1430
1448
|
value?: AssertionValue | undefined;
|
|
1431
1449
|
provider?: any;
|
|
1432
1450
|
transform?: string | undefined;
|
|
@@ -1527,6 +1545,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1527
1545
|
providerOutput?: string | {} | undefined;
|
|
1528
1546
|
assert?: ({
|
|
1529
1547
|
type: AssertionType;
|
|
1548
|
+
config?: Record<string, any> | undefined;
|
|
1530
1549
|
value?: AssertionValue | undefined;
|
|
1531
1550
|
provider?: any;
|
|
1532
1551
|
transform?: string | undefined;
|
|
@@ -1541,6 +1560,7 @@ export declare const TestCaseSchema: z.ZodObject<{
|
|
|
1541
1560
|
type: "assert-set";
|
|
1542
1561
|
assert: {
|
|
1543
1562
|
type: AssertionType;
|
|
1563
|
+
config?: Record<string, any> | undefined;
|
|
1544
1564
|
value?: AssertionValue | undefined;
|
|
1545
1565
|
provider?: any;
|
|
1546
1566
|
transform?: string | undefined;
|
|
@@ -1797,6 +1817,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1797
1817
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
1798
1818
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
1799
1819
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
1820
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1800
1821
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
1801
1822
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
1802
1823
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -1811,6 +1832,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1811
1832
|
transform: z.ZodOptional<z.ZodString>;
|
|
1812
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1813
1834
|
type: AssertionType;
|
|
1835
|
+
config?: Record<string, any> | undefined;
|
|
1814
1836
|
value?: AssertionValue | undefined;
|
|
1815
1837
|
provider?: any;
|
|
1816
1838
|
transform?: string | undefined;
|
|
@@ -1823,6 +1845,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1823
1845
|
metric?: string | undefined;
|
|
1824
1846
|
}, {
|
|
1825
1847
|
type: AssertionType;
|
|
1848
|
+
config?: Record<string, any> | undefined;
|
|
1826
1849
|
value?: AssertionValue | undefined;
|
|
1827
1850
|
provider?: any;
|
|
1828
1851
|
transform?: string | undefined;
|
|
@@ -1841,6 +1864,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1841
1864
|
type: "assert-set";
|
|
1842
1865
|
assert: {
|
|
1843
1866
|
type: AssertionType;
|
|
1867
|
+
config?: Record<string, any> | undefined;
|
|
1844
1868
|
value?: AssertionValue | undefined;
|
|
1845
1869
|
provider?: any;
|
|
1846
1870
|
transform?: string | undefined;
|
|
@@ -1859,6 +1883,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1859
1883
|
type: "assert-set";
|
|
1860
1884
|
assert: {
|
|
1861
1885
|
type: AssertionType;
|
|
1886
|
+
config?: Record<string, any> | undefined;
|
|
1862
1887
|
value?: AssertionValue | undefined;
|
|
1863
1888
|
provider?: any;
|
|
1864
1889
|
transform?: string | undefined;
|
|
@@ -1876,6 +1901,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1876
1901
|
}>, z.ZodObject<{
|
|
1877
1902
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
1878
1903
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
1904
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1879
1905
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
1880
1906
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
1881
1907
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -1890,6 +1916,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1890
1916
|
transform: z.ZodOptional<z.ZodString>;
|
|
1891
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1892
1918
|
type: AssertionType;
|
|
1919
|
+
config?: Record<string, any> | undefined;
|
|
1893
1920
|
value?: AssertionValue | undefined;
|
|
1894
1921
|
provider?: any;
|
|
1895
1922
|
transform?: string | undefined;
|
|
@@ -1902,6 +1929,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
1902
1929
|
metric?: string | undefined;
|
|
1903
1930
|
}, {
|
|
1904
1931
|
type: AssertionType;
|
|
1932
|
+
config?: Record<string, any> | undefined;
|
|
1905
1933
|
value?: AssertionValue | undefined;
|
|
1906
1934
|
provider?: any;
|
|
1907
1935
|
transform?: string | undefined;
|
|
@@ -2095,6 +2123,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2095
2123
|
providerOutput?: string | {} | undefined;
|
|
2096
2124
|
assert?: ({
|
|
2097
2125
|
type: AssertionType;
|
|
2126
|
+
config?: Record<string, any> | undefined;
|
|
2098
2127
|
value?: AssertionValue | undefined;
|
|
2099
2128
|
provider?: any;
|
|
2100
2129
|
transform?: string | undefined;
|
|
@@ -2109,6 +2138,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2109
2138
|
type: "assert-set";
|
|
2110
2139
|
assert: {
|
|
2111
2140
|
type: AssertionType;
|
|
2141
|
+
config?: Record<string, any> | undefined;
|
|
2112
2142
|
value?: AssertionValue | undefined;
|
|
2113
2143
|
provider?: any;
|
|
2114
2144
|
transform?: string | undefined;
|
|
@@ -2209,6 +2239,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2209
2239
|
providerOutput?: string | {} | undefined;
|
|
2210
2240
|
assert?: ({
|
|
2211
2241
|
type: AssertionType;
|
|
2242
|
+
config?: Record<string, any> | undefined;
|
|
2212
2243
|
value?: AssertionValue | undefined;
|
|
2213
2244
|
provider?: any;
|
|
2214
2245
|
transform?: string | undefined;
|
|
@@ -2223,6 +2254,7 @@ export declare const TestCaseWithVarsFileSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2223
2254
|
type: "assert-set";
|
|
2224
2255
|
assert: {
|
|
2225
2256
|
type: AssertionType;
|
|
2257
|
+
config?: Record<string, any> | undefined;
|
|
2226
2258
|
value?: AssertionValue | undefined;
|
|
2227
2259
|
provider?: any;
|
|
2228
2260
|
transform?: string | undefined;
|
|
@@ -2476,6 +2508,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2476
2508
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
2477
2509
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
2478
2510
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
2511
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2479
2512
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
2480
2513
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
2481
2514
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -2490,6 +2523,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2490
2523
|
transform: z.ZodOptional<z.ZodString>;
|
|
2491
2524
|
}, "strip", z.ZodTypeAny, {
|
|
2492
2525
|
type: AssertionType;
|
|
2526
|
+
config?: Record<string, any> | undefined;
|
|
2493
2527
|
value?: AssertionValue | undefined;
|
|
2494
2528
|
provider?: any;
|
|
2495
2529
|
transform?: string | undefined;
|
|
@@ -2502,6 +2536,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2502
2536
|
metric?: string | undefined;
|
|
2503
2537
|
}, {
|
|
2504
2538
|
type: AssertionType;
|
|
2539
|
+
config?: Record<string, any> | undefined;
|
|
2505
2540
|
value?: AssertionValue | undefined;
|
|
2506
2541
|
provider?: any;
|
|
2507
2542
|
transform?: string | undefined;
|
|
@@ -2520,6 +2555,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2520
2555
|
type: "assert-set";
|
|
2521
2556
|
assert: {
|
|
2522
2557
|
type: AssertionType;
|
|
2558
|
+
config?: Record<string, any> | undefined;
|
|
2523
2559
|
value?: AssertionValue | undefined;
|
|
2524
2560
|
provider?: any;
|
|
2525
2561
|
transform?: string | undefined;
|
|
@@ -2538,6 +2574,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2538
2574
|
type: "assert-set";
|
|
2539
2575
|
assert: {
|
|
2540
2576
|
type: AssertionType;
|
|
2577
|
+
config?: Record<string, any> | undefined;
|
|
2541
2578
|
value?: AssertionValue | undefined;
|
|
2542
2579
|
provider?: any;
|
|
2543
2580
|
transform?: string | undefined;
|
|
@@ -2555,6 +2592,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2555
2592
|
}>, z.ZodObject<{
|
|
2556
2593
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
2557
2594
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
2595
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2558
2596
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
2559
2597
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
2560
2598
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -2569,6 +2607,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2569
2607
|
transform: z.ZodOptional<z.ZodString>;
|
|
2570
2608
|
}, "strip", z.ZodTypeAny, {
|
|
2571
2609
|
type: AssertionType;
|
|
2610
|
+
config?: Record<string, any> | undefined;
|
|
2572
2611
|
value?: AssertionValue | undefined;
|
|
2573
2612
|
provider?: any;
|
|
2574
2613
|
transform?: string | undefined;
|
|
@@ -2581,6 +2620,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2581
2620
|
metric?: string | undefined;
|
|
2582
2621
|
}, {
|
|
2583
2622
|
type: AssertionType;
|
|
2623
|
+
config?: Record<string, any> | undefined;
|
|
2584
2624
|
value?: AssertionValue | undefined;
|
|
2585
2625
|
provider?: any;
|
|
2586
2626
|
transform?: string | undefined;
|
|
@@ -2772,6 +2812,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2772
2812
|
providerOutput?: string | {} | undefined;
|
|
2773
2813
|
assert?: ({
|
|
2774
2814
|
type: AssertionType;
|
|
2815
|
+
config?: Record<string, any> | undefined;
|
|
2775
2816
|
value?: AssertionValue | undefined;
|
|
2776
2817
|
provider?: any;
|
|
2777
2818
|
transform?: string | undefined;
|
|
@@ -2786,6 +2827,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2786
2827
|
type: "assert-set";
|
|
2787
2828
|
assert: {
|
|
2788
2829
|
type: AssertionType;
|
|
2830
|
+
config?: Record<string, any> | undefined;
|
|
2789
2831
|
value?: AssertionValue | undefined;
|
|
2790
2832
|
provider?: any;
|
|
2791
2833
|
transform?: string | undefined;
|
|
@@ -2886,6 +2928,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2886
2928
|
providerOutput?: string | {} | undefined;
|
|
2887
2929
|
assert?: ({
|
|
2888
2930
|
type: AssertionType;
|
|
2931
|
+
config?: Record<string, any> | undefined;
|
|
2889
2932
|
value?: AssertionValue | undefined;
|
|
2890
2933
|
provider?: any;
|
|
2891
2934
|
transform?: string | undefined;
|
|
@@ -2900,6 +2943,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
2900
2943
|
type: "assert-set";
|
|
2901
2944
|
assert: {
|
|
2902
2945
|
type: AssertionType;
|
|
2946
|
+
config?: Record<string, any> | undefined;
|
|
2903
2947
|
value?: AssertionValue | undefined;
|
|
2904
2948
|
provider?: any;
|
|
2905
2949
|
transform?: string | undefined;
|
|
@@ -3299,6 +3343,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3299
3343
|
providerOutput?: string | {} | undefined;
|
|
3300
3344
|
assert?: ({
|
|
3301
3345
|
type: AssertionType;
|
|
3346
|
+
config?: Record<string, any> | undefined;
|
|
3302
3347
|
value?: AssertionValue | undefined;
|
|
3303
3348
|
provider?: any;
|
|
3304
3349
|
transform?: string | undefined;
|
|
@@ -3313,6 +3358,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3313
3358
|
type: "assert-set";
|
|
3314
3359
|
assert: {
|
|
3315
3360
|
type: AssertionType;
|
|
3361
|
+
config?: Record<string, any> | undefined;
|
|
3316
3362
|
value?: AssertionValue | undefined;
|
|
3317
3363
|
provider?: any;
|
|
3318
3364
|
transform?: string | undefined;
|
|
@@ -3458,6 +3504,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3458
3504
|
providerOutput?: string | {} | undefined;
|
|
3459
3505
|
assert?: ({
|
|
3460
3506
|
type: AssertionType;
|
|
3507
|
+
config?: Record<string, any> | undefined;
|
|
3461
3508
|
value?: AssertionValue | undefined;
|
|
3462
3509
|
provider?: any;
|
|
3463
3510
|
transform?: string | undefined;
|
|
@@ -3472,6 +3519,7 @@ export declare const TestCasesWithMetadataSchema: z.ZodObject<{
|
|
|
3472
3519
|
type: "assert-set";
|
|
3473
3520
|
assert: {
|
|
3474
3521
|
type: AssertionType;
|
|
3522
|
+
config?: Record<string, any> | undefined;
|
|
3475
3523
|
value?: AssertionValue | undefined;
|
|
3476
3524
|
provider?: any;
|
|
3477
3525
|
transform?: string | undefined;
|
|
@@ -3729,6 +3777,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3729
3777
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
3730
3778
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
3731
3779
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
3780
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3732
3781
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
3733
3782
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
3734
3783
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -3743,6 +3792,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3743
3792
|
transform: z.ZodOptional<z.ZodString>;
|
|
3744
3793
|
}, "strip", z.ZodTypeAny, {
|
|
3745
3794
|
type: AssertionType;
|
|
3795
|
+
config?: Record<string, any> | undefined;
|
|
3746
3796
|
value?: AssertionValue | undefined;
|
|
3747
3797
|
provider?: any;
|
|
3748
3798
|
transform?: string | undefined;
|
|
@@ -3755,6 +3805,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3755
3805
|
metric?: string | undefined;
|
|
3756
3806
|
}, {
|
|
3757
3807
|
type: AssertionType;
|
|
3808
|
+
config?: Record<string, any> | undefined;
|
|
3758
3809
|
value?: AssertionValue | undefined;
|
|
3759
3810
|
provider?: any;
|
|
3760
3811
|
transform?: string | undefined;
|
|
@@ -3773,6 +3824,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3773
3824
|
type: "assert-set";
|
|
3774
3825
|
assert: {
|
|
3775
3826
|
type: AssertionType;
|
|
3827
|
+
config?: Record<string, any> | undefined;
|
|
3776
3828
|
value?: AssertionValue | undefined;
|
|
3777
3829
|
provider?: any;
|
|
3778
3830
|
transform?: string | undefined;
|
|
@@ -3791,6 +3843,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3791
3843
|
type: "assert-set";
|
|
3792
3844
|
assert: {
|
|
3793
3845
|
type: AssertionType;
|
|
3846
|
+
config?: Record<string, any> | undefined;
|
|
3794
3847
|
value?: AssertionValue | undefined;
|
|
3795
3848
|
provider?: any;
|
|
3796
3849
|
transform?: string | undefined;
|
|
@@ -3808,6 +3861,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3808
3861
|
}>, z.ZodObject<{
|
|
3809
3862
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
3810
3863
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
3864
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3811
3865
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
3812
3866
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
3813
3867
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -3822,6 +3876,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3822
3876
|
transform: z.ZodOptional<z.ZodString>;
|
|
3823
3877
|
}, "strip", z.ZodTypeAny, {
|
|
3824
3878
|
type: AssertionType;
|
|
3879
|
+
config?: Record<string, any> | undefined;
|
|
3825
3880
|
value?: AssertionValue | undefined;
|
|
3826
3881
|
provider?: any;
|
|
3827
3882
|
transform?: string | undefined;
|
|
@@ -3834,6 +3889,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
3834
3889
|
metric?: string | undefined;
|
|
3835
3890
|
}, {
|
|
3836
3891
|
type: AssertionType;
|
|
3892
|
+
config?: Record<string, any> | undefined;
|
|
3837
3893
|
value?: AssertionValue | undefined;
|
|
3838
3894
|
provider?: any;
|
|
3839
3895
|
transform?: string | undefined;
|
|
@@ -4025,6 +4081,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4025
4081
|
providerOutput?: string | {} | undefined;
|
|
4026
4082
|
assert?: ({
|
|
4027
4083
|
type: AssertionType;
|
|
4084
|
+
config?: Record<string, any> | undefined;
|
|
4028
4085
|
value?: AssertionValue | undefined;
|
|
4029
4086
|
provider?: any;
|
|
4030
4087
|
transform?: string | undefined;
|
|
@@ -4039,6 +4096,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4039
4096
|
type: "assert-set";
|
|
4040
4097
|
assert: {
|
|
4041
4098
|
type: AssertionType;
|
|
4099
|
+
config?: Record<string, any> | undefined;
|
|
4042
4100
|
value?: AssertionValue | undefined;
|
|
4043
4101
|
provider?: any;
|
|
4044
4102
|
transform?: string | undefined;
|
|
@@ -4139,6 +4197,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4139
4197
|
providerOutput?: string | {} | undefined;
|
|
4140
4198
|
assert?: ({
|
|
4141
4199
|
type: AssertionType;
|
|
4200
|
+
config?: Record<string, any> | undefined;
|
|
4142
4201
|
value?: AssertionValue | undefined;
|
|
4143
4202
|
provider?: any;
|
|
4144
4203
|
transform?: string | undefined;
|
|
@@ -4153,6 +4212,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4153
4212
|
type: "assert-set";
|
|
4154
4213
|
assert: {
|
|
4155
4214
|
type: AssertionType;
|
|
4215
|
+
config?: Record<string, any> | undefined;
|
|
4156
4216
|
value?: AssertionValue | undefined;
|
|
4157
4217
|
provider?: any;
|
|
4158
4218
|
transform?: string | undefined;
|
|
@@ -4403,6 +4463,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4403
4463
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
4404
4464
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
4405
4465
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
4466
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4406
4467
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
4407
4468
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
4408
4469
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -4417,6 +4478,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4417
4478
|
transform: z.ZodOptional<z.ZodString>;
|
|
4418
4479
|
}, "strip", z.ZodTypeAny, {
|
|
4419
4480
|
type: AssertionType;
|
|
4481
|
+
config?: Record<string, any> | undefined;
|
|
4420
4482
|
value?: AssertionValue | undefined;
|
|
4421
4483
|
provider?: any;
|
|
4422
4484
|
transform?: string | undefined;
|
|
@@ -4429,6 +4491,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4429
4491
|
metric?: string | undefined;
|
|
4430
4492
|
}, {
|
|
4431
4493
|
type: AssertionType;
|
|
4494
|
+
config?: Record<string, any> | undefined;
|
|
4432
4495
|
value?: AssertionValue | undefined;
|
|
4433
4496
|
provider?: any;
|
|
4434
4497
|
transform?: string | undefined;
|
|
@@ -4447,6 +4510,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4447
4510
|
type: "assert-set";
|
|
4448
4511
|
assert: {
|
|
4449
4512
|
type: AssertionType;
|
|
4513
|
+
config?: Record<string, any> | undefined;
|
|
4450
4514
|
value?: AssertionValue | undefined;
|
|
4451
4515
|
provider?: any;
|
|
4452
4516
|
transform?: string | undefined;
|
|
@@ -4465,6 +4529,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4465
4529
|
type: "assert-set";
|
|
4466
4530
|
assert: {
|
|
4467
4531
|
type: AssertionType;
|
|
4532
|
+
config?: Record<string, any> | undefined;
|
|
4468
4533
|
value?: AssertionValue | undefined;
|
|
4469
4534
|
provider?: any;
|
|
4470
4535
|
transform?: string | undefined;
|
|
@@ -4482,6 +4547,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4482
4547
|
}>, z.ZodObject<{
|
|
4483
4548
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
4484
4549
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
4550
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
4485
4551
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
4486
4552
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
4487
4553
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -4496,6 +4562,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4496
4562
|
transform: z.ZodOptional<z.ZodString>;
|
|
4497
4563
|
}, "strip", z.ZodTypeAny, {
|
|
4498
4564
|
type: AssertionType;
|
|
4565
|
+
config?: Record<string, any> | undefined;
|
|
4499
4566
|
value?: AssertionValue | undefined;
|
|
4500
4567
|
provider?: any;
|
|
4501
4568
|
transform?: string | undefined;
|
|
@@ -4508,6 +4575,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4508
4575
|
metric?: string | undefined;
|
|
4509
4576
|
}, {
|
|
4510
4577
|
type: AssertionType;
|
|
4578
|
+
config?: Record<string, any> | undefined;
|
|
4511
4579
|
value?: AssertionValue | undefined;
|
|
4512
4580
|
provider?: any;
|
|
4513
4581
|
transform?: string | undefined;
|
|
@@ -4699,6 +4767,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4699
4767
|
providerOutput?: string | {} | undefined;
|
|
4700
4768
|
assert?: ({
|
|
4701
4769
|
type: AssertionType;
|
|
4770
|
+
config?: Record<string, any> | undefined;
|
|
4702
4771
|
value?: AssertionValue | undefined;
|
|
4703
4772
|
provider?: any;
|
|
4704
4773
|
transform?: string | undefined;
|
|
@@ -4713,6 +4782,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4713
4782
|
type: "assert-set";
|
|
4714
4783
|
assert: {
|
|
4715
4784
|
type: AssertionType;
|
|
4785
|
+
config?: Record<string, any> | undefined;
|
|
4716
4786
|
value?: AssertionValue | undefined;
|
|
4717
4787
|
provider?: any;
|
|
4718
4788
|
transform?: string | undefined;
|
|
@@ -4813,6 +4883,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4813
4883
|
providerOutput?: string | {} | undefined;
|
|
4814
4884
|
assert?: ({
|
|
4815
4885
|
type: AssertionType;
|
|
4886
|
+
config?: Record<string, any> | undefined;
|
|
4816
4887
|
value?: AssertionValue | undefined;
|
|
4817
4888
|
provider?: any;
|
|
4818
4889
|
transform?: string | undefined;
|
|
@@ -4827,6 +4898,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4827
4898
|
type: "assert-set";
|
|
4828
4899
|
assert: {
|
|
4829
4900
|
type: AssertionType;
|
|
4901
|
+
config?: Record<string, any> | undefined;
|
|
4830
4902
|
value?: AssertionValue | undefined;
|
|
4831
4903
|
provider?: any;
|
|
4832
4904
|
transform?: string | undefined;
|
|
@@ -4929,6 +5001,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4929
5001
|
providerOutput?: string | {} | undefined;
|
|
4930
5002
|
assert?: ({
|
|
4931
5003
|
type: AssertionType;
|
|
5004
|
+
config?: Record<string, any> | undefined;
|
|
4932
5005
|
value?: AssertionValue | undefined;
|
|
4933
5006
|
provider?: any;
|
|
4934
5007
|
transform?: string | undefined;
|
|
@@ -4943,6 +5016,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
4943
5016
|
type: "assert-set";
|
|
4944
5017
|
assert: {
|
|
4945
5018
|
type: AssertionType;
|
|
5019
|
+
config?: Record<string, any> | undefined;
|
|
4946
5020
|
value?: AssertionValue | undefined;
|
|
4947
5021
|
provider?: any;
|
|
4948
5022
|
transform?: string | undefined;
|
|
@@ -5044,6 +5118,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5044
5118
|
providerOutput?: string | {} | undefined;
|
|
5045
5119
|
assert?: ({
|
|
5046
5120
|
type: AssertionType;
|
|
5121
|
+
config?: Record<string, any> | undefined;
|
|
5047
5122
|
value?: AssertionValue | undefined;
|
|
5048
5123
|
provider?: any;
|
|
5049
5124
|
transform?: string | undefined;
|
|
@@ -5058,6 +5133,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5058
5133
|
type: "assert-set";
|
|
5059
5134
|
assert: {
|
|
5060
5135
|
type: AssertionType;
|
|
5136
|
+
config?: Record<string, any> | undefined;
|
|
5061
5137
|
value?: AssertionValue | undefined;
|
|
5062
5138
|
provider?: any;
|
|
5063
5139
|
transform?: string | undefined;
|
|
@@ -5161,6 +5237,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5161
5237
|
providerOutput?: string | {} | undefined;
|
|
5162
5238
|
assert?: ({
|
|
5163
5239
|
type: AssertionType;
|
|
5240
|
+
config?: Record<string, any> | undefined;
|
|
5164
5241
|
value?: AssertionValue | undefined;
|
|
5165
5242
|
provider?: any;
|
|
5166
5243
|
transform?: string | undefined;
|
|
@@ -5175,6 +5252,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5175
5252
|
type: "assert-set";
|
|
5176
5253
|
assert: {
|
|
5177
5254
|
type: AssertionType;
|
|
5255
|
+
config?: Record<string, any> | undefined;
|
|
5178
5256
|
value?: AssertionValue | undefined;
|
|
5179
5257
|
provider?: any;
|
|
5180
5258
|
transform?: string | undefined;
|
|
@@ -5276,6 +5354,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5276
5354
|
providerOutput?: string | {} | undefined;
|
|
5277
5355
|
assert?: ({
|
|
5278
5356
|
type: AssertionType;
|
|
5357
|
+
config?: Record<string, any> | undefined;
|
|
5279
5358
|
value?: AssertionValue | undefined;
|
|
5280
5359
|
provider?: any;
|
|
5281
5360
|
transform?: string | undefined;
|
|
@@ -5290,6 +5369,7 @@ export declare const ScenarioSchema: z.ZodObject<{
|
|
|
5290
5369
|
type: "assert-set";
|
|
5291
5370
|
assert: {
|
|
5292
5371
|
type: AssertionType;
|
|
5372
|
+
config?: Record<string, any> | undefined;
|
|
5293
5373
|
value?: AssertionValue | undefined;
|
|
5294
5374
|
provider?: any;
|
|
5295
5375
|
transform?: string | undefined;
|
|
@@ -5543,6 +5623,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5543
5623
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
5544
5624
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
5545
5625
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
5626
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5546
5627
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
5547
5628
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
5548
5629
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -5557,6 +5638,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5557
5638
|
transform: z.ZodOptional<z.ZodString>;
|
|
5558
5639
|
}, "strip", z.ZodTypeAny, {
|
|
5559
5640
|
type: AssertionType;
|
|
5641
|
+
config?: Record<string, any> | undefined;
|
|
5560
5642
|
value?: AssertionValue | undefined;
|
|
5561
5643
|
provider?: any;
|
|
5562
5644
|
transform?: string | undefined;
|
|
@@ -5569,6 +5651,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5569
5651
|
metric?: string | undefined;
|
|
5570
5652
|
}, {
|
|
5571
5653
|
type: AssertionType;
|
|
5654
|
+
config?: Record<string, any> | undefined;
|
|
5572
5655
|
value?: AssertionValue | undefined;
|
|
5573
5656
|
provider?: any;
|
|
5574
5657
|
transform?: string | undefined;
|
|
@@ -5587,6 +5670,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5587
5670
|
type: "assert-set";
|
|
5588
5671
|
assert: {
|
|
5589
5672
|
type: AssertionType;
|
|
5673
|
+
config?: Record<string, any> | undefined;
|
|
5590
5674
|
value?: AssertionValue | undefined;
|
|
5591
5675
|
provider?: any;
|
|
5592
5676
|
transform?: string | undefined;
|
|
@@ -5605,6 +5689,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5605
5689
|
type: "assert-set";
|
|
5606
5690
|
assert: {
|
|
5607
5691
|
type: AssertionType;
|
|
5692
|
+
config?: Record<string, any> | undefined;
|
|
5608
5693
|
value?: AssertionValue | undefined;
|
|
5609
5694
|
provider?: any;
|
|
5610
5695
|
transform?: string | undefined;
|
|
@@ -5622,6 +5707,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5622
5707
|
}>, z.ZodObject<{
|
|
5623
5708
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
5624
5709
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
5710
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
5625
5711
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
5626
5712
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
5627
5713
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -5636,6 +5722,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5636
5722
|
transform: z.ZodOptional<z.ZodString>;
|
|
5637
5723
|
}, "strip", z.ZodTypeAny, {
|
|
5638
5724
|
type: AssertionType;
|
|
5725
|
+
config?: Record<string, any> | undefined;
|
|
5639
5726
|
value?: AssertionValue | undefined;
|
|
5640
5727
|
provider?: any;
|
|
5641
5728
|
transform?: string | undefined;
|
|
@@ -5648,6 +5735,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5648
5735
|
metric?: string | undefined;
|
|
5649
5736
|
}, {
|
|
5650
5737
|
type: AssertionType;
|
|
5738
|
+
config?: Record<string, any> | undefined;
|
|
5651
5739
|
value?: AssertionValue | undefined;
|
|
5652
5740
|
provider?: any;
|
|
5653
5741
|
transform?: string | undefined;
|
|
@@ -5841,6 +5929,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5841
5929
|
providerOutput?: string | {} | undefined;
|
|
5842
5930
|
assert?: ({
|
|
5843
5931
|
type: AssertionType;
|
|
5932
|
+
config?: Record<string, any> | undefined;
|
|
5844
5933
|
value?: AssertionValue | undefined;
|
|
5845
5934
|
provider?: any;
|
|
5846
5935
|
transform?: string | undefined;
|
|
@@ -5855,6 +5944,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5855
5944
|
type: "assert-set";
|
|
5856
5945
|
assert: {
|
|
5857
5946
|
type: AssertionType;
|
|
5947
|
+
config?: Record<string, any> | undefined;
|
|
5858
5948
|
value?: AssertionValue | undefined;
|
|
5859
5949
|
provider?: any;
|
|
5860
5950
|
transform?: string | undefined;
|
|
@@ -5955,6 +6045,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5955
6045
|
providerOutput?: string | {} | undefined;
|
|
5956
6046
|
assert?: ({
|
|
5957
6047
|
type: AssertionType;
|
|
6048
|
+
config?: Record<string, any> | undefined;
|
|
5958
6049
|
value?: AssertionValue | undefined;
|
|
5959
6050
|
provider?: any;
|
|
5960
6051
|
transform?: string | undefined;
|
|
@@ -5969,6 +6060,7 @@ export declare const AtomicTestCaseSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5969
6060
|
type: "assert-set";
|
|
5970
6061
|
assert: {
|
|
5971
6062
|
type: AssertionType;
|
|
6063
|
+
config?: Record<string, any> | undefined;
|
|
5972
6064
|
value?: AssertionValue | undefined;
|
|
5973
6065
|
provider?: any;
|
|
5974
6066
|
transform?: string | undefined;
|
|
@@ -6297,6 +6389,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6297
6389
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
6298
6390
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
6299
6391
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
6392
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6300
6393
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
6301
6394
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
6302
6395
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -6311,6 +6404,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6311
6404
|
transform: z.ZodOptional<z.ZodString>;
|
|
6312
6405
|
}, "strip", z.ZodTypeAny, {
|
|
6313
6406
|
type: AssertionType;
|
|
6407
|
+
config?: Record<string, any> | undefined;
|
|
6314
6408
|
value?: AssertionValue | undefined;
|
|
6315
6409
|
provider?: any;
|
|
6316
6410
|
transform?: string | undefined;
|
|
@@ -6323,6 +6417,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6323
6417
|
metric?: string | undefined;
|
|
6324
6418
|
}, {
|
|
6325
6419
|
type: AssertionType;
|
|
6420
|
+
config?: Record<string, any> | undefined;
|
|
6326
6421
|
value?: AssertionValue | undefined;
|
|
6327
6422
|
provider?: any;
|
|
6328
6423
|
transform?: string | undefined;
|
|
@@ -6341,6 +6436,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6341
6436
|
type: "assert-set";
|
|
6342
6437
|
assert: {
|
|
6343
6438
|
type: AssertionType;
|
|
6439
|
+
config?: Record<string, any> | undefined;
|
|
6344
6440
|
value?: AssertionValue | undefined;
|
|
6345
6441
|
provider?: any;
|
|
6346
6442
|
transform?: string | undefined;
|
|
@@ -6359,6 +6455,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6359
6455
|
type: "assert-set";
|
|
6360
6456
|
assert: {
|
|
6361
6457
|
type: AssertionType;
|
|
6458
|
+
config?: Record<string, any> | undefined;
|
|
6362
6459
|
value?: AssertionValue | undefined;
|
|
6363
6460
|
provider?: any;
|
|
6364
6461
|
transform?: string | undefined;
|
|
@@ -6376,6 +6473,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6376
6473
|
}>, z.ZodObject<{
|
|
6377
6474
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
6378
6475
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
6476
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6379
6477
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
6380
6478
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
6381
6479
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -6390,6 +6488,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6390
6488
|
transform: z.ZodOptional<z.ZodString>;
|
|
6391
6489
|
}, "strip", z.ZodTypeAny, {
|
|
6392
6490
|
type: AssertionType;
|
|
6491
|
+
config?: Record<string, any> | undefined;
|
|
6393
6492
|
value?: AssertionValue | undefined;
|
|
6394
6493
|
provider?: any;
|
|
6395
6494
|
transform?: string | undefined;
|
|
@@ -6402,6 +6501,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6402
6501
|
metric?: string | undefined;
|
|
6403
6502
|
}, {
|
|
6404
6503
|
type: AssertionType;
|
|
6504
|
+
config?: Record<string, any> | undefined;
|
|
6405
6505
|
value?: AssertionValue | undefined;
|
|
6406
6506
|
provider?: any;
|
|
6407
6507
|
transform?: string | undefined;
|
|
@@ -6593,6 +6693,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6593
6693
|
providerOutput?: string | {} | undefined;
|
|
6594
6694
|
assert?: ({
|
|
6595
6695
|
type: AssertionType;
|
|
6696
|
+
config?: Record<string, any> | undefined;
|
|
6596
6697
|
value?: AssertionValue | undefined;
|
|
6597
6698
|
provider?: any;
|
|
6598
6699
|
transform?: string | undefined;
|
|
@@ -6607,6 +6708,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6607
6708
|
type: "assert-set";
|
|
6608
6709
|
assert: {
|
|
6609
6710
|
type: AssertionType;
|
|
6711
|
+
config?: Record<string, any> | undefined;
|
|
6610
6712
|
value?: AssertionValue | undefined;
|
|
6611
6713
|
provider?: any;
|
|
6612
6714
|
transform?: string | undefined;
|
|
@@ -6707,6 +6809,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6707
6809
|
providerOutput?: string | {} | undefined;
|
|
6708
6810
|
assert?: ({
|
|
6709
6811
|
type: AssertionType;
|
|
6812
|
+
config?: Record<string, any> | undefined;
|
|
6710
6813
|
value?: AssertionValue | undefined;
|
|
6711
6814
|
provider?: any;
|
|
6712
6815
|
transform?: string | undefined;
|
|
@@ -6721,6 +6824,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6721
6824
|
type: "assert-set";
|
|
6722
6825
|
assert: {
|
|
6723
6826
|
type: AssertionType;
|
|
6827
|
+
config?: Record<string, any> | undefined;
|
|
6724
6828
|
value?: AssertionValue | undefined;
|
|
6725
6829
|
provider?: any;
|
|
6726
6830
|
transform?: string | undefined;
|
|
@@ -6973,6 +7077,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6973
7077
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
6974
7078
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
6975
7079
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
7080
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6976
7081
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
6977
7082
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
6978
7083
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -6987,6 +7092,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6987
7092
|
transform: z.ZodOptional<z.ZodString>;
|
|
6988
7093
|
}, "strip", z.ZodTypeAny, {
|
|
6989
7094
|
type: AssertionType;
|
|
7095
|
+
config?: Record<string, any> | undefined;
|
|
6990
7096
|
value?: AssertionValue | undefined;
|
|
6991
7097
|
provider?: any;
|
|
6992
7098
|
transform?: string | undefined;
|
|
@@ -6999,6 +7105,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
6999
7105
|
metric?: string | undefined;
|
|
7000
7106
|
}, {
|
|
7001
7107
|
type: AssertionType;
|
|
7108
|
+
config?: Record<string, any> | undefined;
|
|
7002
7109
|
value?: AssertionValue | undefined;
|
|
7003
7110
|
provider?: any;
|
|
7004
7111
|
transform?: string | undefined;
|
|
@@ -7017,6 +7124,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7017
7124
|
type: "assert-set";
|
|
7018
7125
|
assert: {
|
|
7019
7126
|
type: AssertionType;
|
|
7127
|
+
config?: Record<string, any> | undefined;
|
|
7020
7128
|
value?: AssertionValue | undefined;
|
|
7021
7129
|
provider?: any;
|
|
7022
7130
|
transform?: string | undefined;
|
|
@@ -7035,6 +7143,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7035
7143
|
type: "assert-set";
|
|
7036
7144
|
assert: {
|
|
7037
7145
|
type: AssertionType;
|
|
7146
|
+
config?: Record<string, any> | undefined;
|
|
7038
7147
|
value?: AssertionValue | undefined;
|
|
7039
7148
|
provider?: any;
|
|
7040
7149
|
transform?: string | undefined;
|
|
@@ -7052,6 +7161,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7052
7161
|
}>, z.ZodObject<{
|
|
7053
7162
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
7054
7163
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
7164
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7055
7165
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
7056
7166
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
7057
7167
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -7066,6 +7176,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7066
7176
|
transform: z.ZodOptional<z.ZodString>;
|
|
7067
7177
|
}, "strip", z.ZodTypeAny, {
|
|
7068
7178
|
type: AssertionType;
|
|
7179
|
+
config?: Record<string, any> | undefined;
|
|
7069
7180
|
value?: AssertionValue | undefined;
|
|
7070
7181
|
provider?: any;
|
|
7071
7182
|
transform?: string | undefined;
|
|
@@ -7078,6 +7189,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7078
7189
|
metric?: string | undefined;
|
|
7079
7190
|
}, {
|
|
7080
7191
|
type: AssertionType;
|
|
7192
|
+
config?: Record<string, any> | undefined;
|
|
7081
7193
|
value?: AssertionValue | undefined;
|
|
7082
7194
|
provider?: any;
|
|
7083
7195
|
transform?: string | undefined;
|
|
@@ -7269,6 +7381,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7269
7381
|
providerOutput?: string | {} | undefined;
|
|
7270
7382
|
assert?: ({
|
|
7271
7383
|
type: AssertionType;
|
|
7384
|
+
config?: Record<string, any> | undefined;
|
|
7272
7385
|
value?: AssertionValue | undefined;
|
|
7273
7386
|
provider?: any;
|
|
7274
7387
|
transform?: string | undefined;
|
|
@@ -7283,6 +7396,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7283
7396
|
type: "assert-set";
|
|
7284
7397
|
assert: {
|
|
7285
7398
|
type: AssertionType;
|
|
7399
|
+
config?: Record<string, any> | undefined;
|
|
7286
7400
|
value?: AssertionValue | undefined;
|
|
7287
7401
|
provider?: any;
|
|
7288
7402
|
transform?: string | undefined;
|
|
@@ -7383,6 +7497,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7383
7497
|
providerOutput?: string | {} | undefined;
|
|
7384
7498
|
assert?: ({
|
|
7385
7499
|
type: AssertionType;
|
|
7500
|
+
config?: Record<string, any> | undefined;
|
|
7386
7501
|
value?: AssertionValue | undefined;
|
|
7387
7502
|
provider?: any;
|
|
7388
7503
|
transform?: string | undefined;
|
|
@@ -7397,6 +7512,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7397
7512
|
type: "assert-set";
|
|
7398
7513
|
assert: {
|
|
7399
7514
|
type: AssertionType;
|
|
7515
|
+
config?: Record<string, any> | undefined;
|
|
7400
7516
|
value?: AssertionValue | undefined;
|
|
7401
7517
|
provider?: any;
|
|
7402
7518
|
transform?: string | undefined;
|
|
@@ -7647,6 +7763,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7647
7763
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
7648
7764
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
7649
7765
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
7766
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7650
7767
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
7651
7768
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
7652
7769
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -7661,6 +7778,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7661
7778
|
transform: z.ZodOptional<z.ZodString>;
|
|
7662
7779
|
}, "strip", z.ZodTypeAny, {
|
|
7663
7780
|
type: AssertionType;
|
|
7781
|
+
config?: Record<string, any> | undefined;
|
|
7664
7782
|
value?: AssertionValue | undefined;
|
|
7665
7783
|
provider?: any;
|
|
7666
7784
|
transform?: string | undefined;
|
|
@@ -7673,6 +7791,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7673
7791
|
metric?: string | undefined;
|
|
7674
7792
|
}, {
|
|
7675
7793
|
type: AssertionType;
|
|
7794
|
+
config?: Record<string, any> | undefined;
|
|
7676
7795
|
value?: AssertionValue | undefined;
|
|
7677
7796
|
provider?: any;
|
|
7678
7797
|
transform?: string | undefined;
|
|
@@ -7691,6 +7810,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7691
7810
|
type: "assert-set";
|
|
7692
7811
|
assert: {
|
|
7693
7812
|
type: AssertionType;
|
|
7813
|
+
config?: Record<string, any> | undefined;
|
|
7694
7814
|
value?: AssertionValue | undefined;
|
|
7695
7815
|
provider?: any;
|
|
7696
7816
|
transform?: string | undefined;
|
|
@@ -7709,6 +7829,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7709
7829
|
type: "assert-set";
|
|
7710
7830
|
assert: {
|
|
7711
7831
|
type: AssertionType;
|
|
7832
|
+
config?: Record<string, any> | undefined;
|
|
7712
7833
|
value?: AssertionValue | undefined;
|
|
7713
7834
|
provider?: any;
|
|
7714
7835
|
transform?: string | undefined;
|
|
@@ -7726,6 +7847,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7726
7847
|
}>, z.ZodObject<{
|
|
7727
7848
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
7728
7849
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
7850
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7729
7851
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
7730
7852
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
7731
7853
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -7740,6 +7862,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7740
7862
|
transform: z.ZodOptional<z.ZodString>;
|
|
7741
7863
|
}, "strip", z.ZodTypeAny, {
|
|
7742
7864
|
type: AssertionType;
|
|
7865
|
+
config?: Record<string, any> | undefined;
|
|
7743
7866
|
value?: AssertionValue | undefined;
|
|
7744
7867
|
provider?: any;
|
|
7745
7868
|
transform?: string | undefined;
|
|
@@ -7752,6 +7875,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7752
7875
|
metric?: string | undefined;
|
|
7753
7876
|
}, {
|
|
7754
7877
|
type: AssertionType;
|
|
7878
|
+
config?: Record<string, any> | undefined;
|
|
7755
7879
|
value?: AssertionValue | undefined;
|
|
7756
7880
|
provider?: any;
|
|
7757
7881
|
transform?: string | undefined;
|
|
@@ -7943,6 +8067,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7943
8067
|
providerOutput?: string | {} | undefined;
|
|
7944
8068
|
assert?: ({
|
|
7945
8069
|
type: AssertionType;
|
|
8070
|
+
config?: Record<string, any> | undefined;
|
|
7946
8071
|
value?: AssertionValue | undefined;
|
|
7947
8072
|
provider?: any;
|
|
7948
8073
|
transform?: string | undefined;
|
|
@@ -7957,6 +8082,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
7957
8082
|
type: "assert-set";
|
|
7958
8083
|
assert: {
|
|
7959
8084
|
type: AssertionType;
|
|
8085
|
+
config?: Record<string, any> | undefined;
|
|
7960
8086
|
value?: AssertionValue | undefined;
|
|
7961
8087
|
provider?: any;
|
|
7962
8088
|
transform?: string | undefined;
|
|
@@ -8057,6 +8183,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8057
8183
|
providerOutput?: string | {} | undefined;
|
|
8058
8184
|
assert?: ({
|
|
8059
8185
|
type: AssertionType;
|
|
8186
|
+
config?: Record<string, any> | undefined;
|
|
8060
8187
|
value?: AssertionValue | undefined;
|
|
8061
8188
|
provider?: any;
|
|
8062
8189
|
transform?: string | undefined;
|
|
@@ -8071,6 +8198,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8071
8198
|
type: "assert-set";
|
|
8072
8199
|
assert: {
|
|
8073
8200
|
type: AssertionType;
|
|
8201
|
+
config?: Record<string, any> | undefined;
|
|
8074
8202
|
value?: AssertionValue | undefined;
|
|
8075
8203
|
provider?: any;
|
|
8076
8204
|
transform?: string | undefined;
|
|
@@ -8173,6 +8301,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8173
8301
|
providerOutput?: string | {} | undefined;
|
|
8174
8302
|
assert?: ({
|
|
8175
8303
|
type: AssertionType;
|
|
8304
|
+
config?: Record<string, any> | undefined;
|
|
8176
8305
|
value?: AssertionValue | undefined;
|
|
8177
8306
|
provider?: any;
|
|
8178
8307
|
transform?: string | undefined;
|
|
@@ -8187,6 +8316,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8187
8316
|
type: "assert-set";
|
|
8188
8317
|
assert: {
|
|
8189
8318
|
type: AssertionType;
|
|
8319
|
+
config?: Record<string, any> | undefined;
|
|
8190
8320
|
value?: AssertionValue | undefined;
|
|
8191
8321
|
provider?: any;
|
|
8192
8322
|
transform?: string | undefined;
|
|
@@ -8288,6 +8418,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8288
8418
|
providerOutput?: string | {} | undefined;
|
|
8289
8419
|
assert?: ({
|
|
8290
8420
|
type: AssertionType;
|
|
8421
|
+
config?: Record<string, any> | undefined;
|
|
8291
8422
|
value?: AssertionValue | undefined;
|
|
8292
8423
|
provider?: any;
|
|
8293
8424
|
transform?: string | undefined;
|
|
@@ -8302,6 +8433,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8302
8433
|
type: "assert-set";
|
|
8303
8434
|
assert: {
|
|
8304
8435
|
type: AssertionType;
|
|
8436
|
+
config?: Record<string, any> | undefined;
|
|
8305
8437
|
value?: AssertionValue | undefined;
|
|
8306
8438
|
provider?: any;
|
|
8307
8439
|
transform?: string | undefined;
|
|
@@ -8405,6 +8537,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8405
8537
|
providerOutput?: string | {} | undefined;
|
|
8406
8538
|
assert?: ({
|
|
8407
8539
|
type: AssertionType;
|
|
8540
|
+
config?: Record<string, any> | undefined;
|
|
8408
8541
|
value?: AssertionValue | undefined;
|
|
8409
8542
|
provider?: any;
|
|
8410
8543
|
transform?: string | undefined;
|
|
@@ -8419,6 +8552,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8419
8552
|
type: "assert-set";
|
|
8420
8553
|
assert: {
|
|
8421
8554
|
type: AssertionType;
|
|
8555
|
+
config?: Record<string, any> | undefined;
|
|
8422
8556
|
value?: AssertionValue | undefined;
|
|
8423
8557
|
provider?: any;
|
|
8424
8558
|
transform?: string | undefined;
|
|
@@ -8520,6 +8654,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8520
8654
|
providerOutput?: string | {} | undefined;
|
|
8521
8655
|
assert?: ({
|
|
8522
8656
|
type: AssertionType;
|
|
8657
|
+
config?: Record<string, any> | undefined;
|
|
8523
8658
|
value?: AssertionValue | undefined;
|
|
8524
8659
|
provider?: any;
|
|
8525
8660
|
transform?: string | undefined;
|
|
@@ -8534,6 +8669,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8534
8669
|
type: "assert-set";
|
|
8535
8670
|
assert: {
|
|
8536
8671
|
type: AssertionType;
|
|
8672
|
+
config?: Record<string, any> | undefined;
|
|
8537
8673
|
value?: AssertionValue | undefined;
|
|
8538
8674
|
provider?: any;
|
|
8539
8675
|
transform?: string | undefined;
|
|
@@ -8786,6 +8922,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8786
8922
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
8787
8923
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
8788
8924
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
8925
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8789
8926
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
8790
8927
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
8791
8928
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -8800,6 +8937,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8800
8937
|
transform: z.ZodOptional<z.ZodString>;
|
|
8801
8938
|
}, "strip", z.ZodTypeAny, {
|
|
8802
8939
|
type: AssertionType;
|
|
8940
|
+
config?: Record<string, any> | undefined;
|
|
8803
8941
|
value?: AssertionValue | undefined;
|
|
8804
8942
|
provider?: any;
|
|
8805
8943
|
transform?: string | undefined;
|
|
@@ -8812,6 +8950,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8812
8950
|
metric?: string | undefined;
|
|
8813
8951
|
}, {
|
|
8814
8952
|
type: AssertionType;
|
|
8953
|
+
config?: Record<string, any> | undefined;
|
|
8815
8954
|
value?: AssertionValue | undefined;
|
|
8816
8955
|
provider?: any;
|
|
8817
8956
|
transform?: string | undefined;
|
|
@@ -8830,6 +8969,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8830
8969
|
type: "assert-set";
|
|
8831
8970
|
assert: {
|
|
8832
8971
|
type: AssertionType;
|
|
8972
|
+
config?: Record<string, any> | undefined;
|
|
8833
8973
|
value?: AssertionValue | undefined;
|
|
8834
8974
|
provider?: any;
|
|
8835
8975
|
transform?: string | undefined;
|
|
@@ -8848,6 +8988,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8848
8988
|
type: "assert-set";
|
|
8849
8989
|
assert: {
|
|
8850
8990
|
type: AssertionType;
|
|
8991
|
+
config?: Record<string, any> | undefined;
|
|
8851
8992
|
value?: AssertionValue | undefined;
|
|
8852
8993
|
provider?: any;
|
|
8853
8994
|
transform?: string | undefined;
|
|
@@ -8865,6 +9006,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8865
9006
|
}>, z.ZodObject<{
|
|
8866
9007
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
8867
9008
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
9009
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8868
9010
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
8869
9011
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
8870
9012
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -8879,6 +9021,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8879
9021
|
transform: z.ZodOptional<z.ZodString>;
|
|
8880
9022
|
}, "strip", z.ZodTypeAny, {
|
|
8881
9023
|
type: AssertionType;
|
|
9024
|
+
config?: Record<string, any> | undefined;
|
|
8882
9025
|
value?: AssertionValue | undefined;
|
|
8883
9026
|
provider?: any;
|
|
8884
9027
|
transform?: string | undefined;
|
|
@@ -8891,6 +9034,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
8891
9034
|
metric?: string | undefined;
|
|
8892
9035
|
}, {
|
|
8893
9036
|
type: AssertionType;
|
|
9037
|
+
config?: Record<string, any> | undefined;
|
|
8894
9038
|
value?: AssertionValue | undefined;
|
|
8895
9039
|
provider?: any;
|
|
8896
9040
|
transform?: string | undefined;
|
|
@@ -9082,6 +9226,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9082
9226
|
providerOutput?: string | {} | undefined;
|
|
9083
9227
|
assert?: ({
|
|
9084
9228
|
type: AssertionType;
|
|
9229
|
+
config?: Record<string, any> | undefined;
|
|
9085
9230
|
value?: AssertionValue | undefined;
|
|
9086
9231
|
provider?: any;
|
|
9087
9232
|
transform?: string | undefined;
|
|
@@ -9096,6 +9241,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9096
9241
|
type: "assert-set";
|
|
9097
9242
|
assert: {
|
|
9098
9243
|
type: AssertionType;
|
|
9244
|
+
config?: Record<string, any> | undefined;
|
|
9099
9245
|
value?: AssertionValue | undefined;
|
|
9100
9246
|
provider?: any;
|
|
9101
9247
|
transform?: string | undefined;
|
|
@@ -9196,6 +9342,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9196
9342
|
providerOutput?: string | {} | undefined;
|
|
9197
9343
|
assert?: ({
|
|
9198
9344
|
type: AssertionType;
|
|
9345
|
+
config?: Record<string, any> | undefined;
|
|
9199
9346
|
value?: AssertionValue | undefined;
|
|
9200
9347
|
provider?: any;
|
|
9201
9348
|
transform?: string | undefined;
|
|
@@ -9210,6 +9357,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9210
9357
|
type: "assert-set";
|
|
9211
9358
|
assert: {
|
|
9212
9359
|
type: AssertionType;
|
|
9360
|
+
config?: Record<string, any> | undefined;
|
|
9213
9361
|
value?: AssertionValue | undefined;
|
|
9214
9362
|
provider?: any;
|
|
9215
9363
|
transform?: string | undefined;
|
|
@@ -9488,6 +9636,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9488
9636
|
providerOutput?: string | {} | undefined;
|
|
9489
9637
|
assert?: ({
|
|
9490
9638
|
type: AssertionType;
|
|
9639
|
+
config?: Record<string, any> | undefined;
|
|
9491
9640
|
value?: AssertionValue | undefined;
|
|
9492
9641
|
provider?: any;
|
|
9493
9642
|
transform?: string | undefined;
|
|
@@ -9502,6 +9651,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9502
9651
|
type: "assert-set";
|
|
9503
9652
|
assert: {
|
|
9504
9653
|
type: AssertionType;
|
|
9654
|
+
config?: Record<string, any> | undefined;
|
|
9505
9655
|
value?: AssertionValue | undefined;
|
|
9506
9656
|
provider?: any;
|
|
9507
9657
|
transform?: string | undefined;
|
|
@@ -9607,6 +9757,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9607
9757
|
providerOutput?: string | {} | undefined;
|
|
9608
9758
|
assert?: ({
|
|
9609
9759
|
type: AssertionType;
|
|
9760
|
+
config?: Record<string, any> | undefined;
|
|
9610
9761
|
value?: AssertionValue | undefined;
|
|
9611
9762
|
provider?: any;
|
|
9612
9763
|
transform?: string | undefined;
|
|
@@ -9621,6 +9772,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9621
9772
|
type: "assert-set";
|
|
9622
9773
|
assert: {
|
|
9623
9774
|
type: AssertionType;
|
|
9775
|
+
config?: Record<string, any> | undefined;
|
|
9624
9776
|
value?: AssertionValue | undefined;
|
|
9625
9777
|
provider?: any;
|
|
9626
9778
|
transform?: string | undefined;
|
|
@@ -9722,6 +9874,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9722
9874
|
providerOutput?: string | {} | undefined;
|
|
9723
9875
|
assert?: ({
|
|
9724
9876
|
type: AssertionType;
|
|
9877
|
+
config?: Record<string, any> | undefined;
|
|
9725
9878
|
value?: AssertionValue | undefined;
|
|
9726
9879
|
provider?: any;
|
|
9727
9880
|
transform?: string | undefined;
|
|
@@ -9736,6 +9889,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9736
9889
|
type: "assert-set";
|
|
9737
9890
|
assert: {
|
|
9738
9891
|
type: AssertionType;
|
|
9892
|
+
config?: Record<string, any> | undefined;
|
|
9739
9893
|
value?: AssertionValue | undefined;
|
|
9740
9894
|
provider?: any;
|
|
9741
9895
|
transform?: string | undefined;
|
|
@@ -9839,6 +9993,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9839
9993
|
providerOutput?: string | {} | undefined;
|
|
9840
9994
|
assert?: ({
|
|
9841
9995
|
type: AssertionType;
|
|
9996
|
+
config?: Record<string, any> | undefined;
|
|
9842
9997
|
value?: AssertionValue | undefined;
|
|
9843
9998
|
provider?: any;
|
|
9844
9999
|
transform?: string | undefined;
|
|
@@ -9853,6 +10008,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
9853
10008
|
type: "assert-set";
|
|
9854
10009
|
assert: {
|
|
9855
10010
|
type: AssertionType;
|
|
10011
|
+
config?: Record<string, any> | undefined;
|
|
9856
10012
|
value?: AssertionValue | undefined;
|
|
9857
10013
|
provider?: any;
|
|
9858
10014
|
transform?: string | undefined;
|
|
@@ -10018,6 +10174,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10018
10174
|
providerOutput?: string | {} | undefined;
|
|
10019
10175
|
assert?: ({
|
|
10020
10176
|
type: AssertionType;
|
|
10177
|
+
config?: Record<string, any> | undefined;
|
|
10021
10178
|
value?: AssertionValue | undefined;
|
|
10022
10179
|
provider?: any;
|
|
10023
10180
|
transform?: string | undefined;
|
|
@@ -10032,6 +10189,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10032
10189
|
type: "assert-set";
|
|
10033
10190
|
assert: {
|
|
10034
10191
|
type: AssertionType;
|
|
10192
|
+
config?: Record<string, any> | undefined;
|
|
10035
10193
|
value?: AssertionValue | undefined;
|
|
10036
10194
|
provider?: any;
|
|
10037
10195
|
transform?: string | undefined;
|
|
@@ -10137,6 +10295,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10137
10295
|
providerOutput?: string | {} | undefined;
|
|
10138
10296
|
assert?: ({
|
|
10139
10297
|
type: AssertionType;
|
|
10298
|
+
config?: Record<string, any> | undefined;
|
|
10140
10299
|
value?: AssertionValue | undefined;
|
|
10141
10300
|
provider?: any;
|
|
10142
10301
|
transform?: string | undefined;
|
|
@@ -10151,6 +10310,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10151
10310
|
type: "assert-set";
|
|
10152
10311
|
assert: {
|
|
10153
10312
|
type: AssertionType;
|
|
10313
|
+
config?: Record<string, any> | undefined;
|
|
10154
10314
|
value?: AssertionValue | undefined;
|
|
10155
10315
|
provider?: any;
|
|
10156
10316
|
transform?: string | undefined;
|
|
@@ -10252,6 +10412,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10252
10412
|
providerOutput?: string | {} | undefined;
|
|
10253
10413
|
assert?: ({
|
|
10254
10414
|
type: AssertionType;
|
|
10415
|
+
config?: Record<string, any> | undefined;
|
|
10255
10416
|
value?: AssertionValue | undefined;
|
|
10256
10417
|
provider?: any;
|
|
10257
10418
|
transform?: string | undefined;
|
|
@@ -10266,6 +10427,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10266
10427
|
type: "assert-set";
|
|
10267
10428
|
assert: {
|
|
10268
10429
|
type: AssertionType;
|
|
10430
|
+
config?: Record<string, any> | undefined;
|
|
10269
10431
|
value?: AssertionValue | undefined;
|
|
10270
10432
|
provider?: any;
|
|
10271
10433
|
transform?: string | undefined;
|
|
@@ -10369,6 +10531,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10369
10531
|
providerOutput?: string | {} | undefined;
|
|
10370
10532
|
assert?: ({
|
|
10371
10533
|
type: AssertionType;
|
|
10534
|
+
config?: Record<string, any> | undefined;
|
|
10372
10535
|
value?: AssertionValue | undefined;
|
|
10373
10536
|
provider?: any;
|
|
10374
10537
|
transform?: string | undefined;
|
|
@@ -10383,6 +10546,7 @@ export declare const TestSuiteSchema: z.ZodObject<{
|
|
|
10383
10546
|
type: "assert-set";
|
|
10384
10547
|
assert: {
|
|
10385
10548
|
type: AssertionType;
|
|
10549
|
+
config?: Record<string, any> | undefined;
|
|
10386
10550
|
value?: AssertionValue | undefined;
|
|
10387
10551
|
provider?: any;
|
|
10388
10552
|
transform?: string | undefined;
|
|
@@ -11276,6 +11440,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11276
11440
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
11277
11441
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
11278
11442
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
11443
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11279
11444
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
11280
11445
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
11281
11446
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -11290,6 +11455,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11290
11455
|
transform: z.ZodOptional<z.ZodString>;
|
|
11291
11456
|
}, "strip", z.ZodTypeAny, {
|
|
11292
11457
|
type: AssertionType;
|
|
11458
|
+
config?: Record<string, any> | undefined;
|
|
11293
11459
|
value?: AssertionValue | undefined;
|
|
11294
11460
|
provider?: any;
|
|
11295
11461
|
transform?: string | undefined;
|
|
@@ -11302,6 +11468,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11302
11468
|
metric?: string | undefined;
|
|
11303
11469
|
}, {
|
|
11304
11470
|
type: AssertionType;
|
|
11471
|
+
config?: Record<string, any> | undefined;
|
|
11305
11472
|
value?: AssertionValue | undefined;
|
|
11306
11473
|
provider?: any;
|
|
11307
11474
|
transform?: string | undefined;
|
|
@@ -11320,6 +11487,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11320
11487
|
type: "assert-set";
|
|
11321
11488
|
assert: {
|
|
11322
11489
|
type: AssertionType;
|
|
11490
|
+
config?: Record<string, any> | undefined;
|
|
11323
11491
|
value?: AssertionValue | undefined;
|
|
11324
11492
|
provider?: any;
|
|
11325
11493
|
transform?: string | undefined;
|
|
@@ -11338,6 +11506,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11338
11506
|
type: "assert-set";
|
|
11339
11507
|
assert: {
|
|
11340
11508
|
type: AssertionType;
|
|
11509
|
+
config?: Record<string, any> | undefined;
|
|
11341
11510
|
value?: AssertionValue | undefined;
|
|
11342
11511
|
provider?: any;
|
|
11343
11512
|
transform?: string | undefined;
|
|
@@ -11355,6 +11524,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11355
11524
|
}>, z.ZodObject<{
|
|
11356
11525
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
11357
11526
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
11527
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11358
11528
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
11359
11529
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
11360
11530
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -11369,6 +11539,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11369
11539
|
transform: z.ZodOptional<z.ZodString>;
|
|
11370
11540
|
}, "strip", z.ZodTypeAny, {
|
|
11371
11541
|
type: AssertionType;
|
|
11542
|
+
config?: Record<string, any> | undefined;
|
|
11372
11543
|
value?: AssertionValue | undefined;
|
|
11373
11544
|
provider?: any;
|
|
11374
11545
|
transform?: string | undefined;
|
|
@@ -11381,6 +11552,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11381
11552
|
metric?: string | undefined;
|
|
11382
11553
|
}, {
|
|
11383
11554
|
type: AssertionType;
|
|
11555
|
+
config?: Record<string, any> | undefined;
|
|
11384
11556
|
value?: AssertionValue | undefined;
|
|
11385
11557
|
provider?: any;
|
|
11386
11558
|
transform?: string | undefined;
|
|
@@ -11572,6 +11744,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11572
11744
|
providerOutput?: string | {} | undefined;
|
|
11573
11745
|
assert?: ({
|
|
11574
11746
|
type: AssertionType;
|
|
11747
|
+
config?: Record<string, any> | undefined;
|
|
11575
11748
|
value?: AssertionValue | undefined;
|
|
11576
11749
|
provider?: any;
|
|
11577
11750
|
transform?: string | undefined;
|
|
@@ -11586,6 +11759,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11586
11759
|
type: "assert-set";
|
|
11587
11760
|
assert: {
|
|
11588
11761
|
type: AssertionType;
|
|
11762
|
+
config?: Record<string, any> | undefined;
|
|
11589
11763
|
value?: AssertionValue | undefined;
|
|
11590
11764
|
provider?: any;
|
|
11591
11765
|
transform?: string | undefined;
|
|
@@ -11686,6 +11860,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11686
11860
|
providerOutput?: string | {} | undefined;
|
|
11687
11861
|
assert?: ({
|
|
11688
11862
|
type: AssertionType;
|
|
11863
|
+
config?: Record<string, any> | undefined;
|
|
11689
11864
|
value?: AssertionValue | undefined;
|
|
11690
11865
|
provider?: any;
|
|
11691
11866
|
transform?: string | undefined;
|
|
@@ -11700,6 +11875,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11700
11875
|
type: "assert-set";
|
|
11701
11876
|
assert: {
|
|
11702
11877
|
type: AssertionType;
|
|
11878
|
+
config?: Record<string, any> | undefined;
|
|
11703
11879
|
value?: AssertionValue | undefined;
|
|
11704
11880
|
provider?: any;
|
|
11705
11881
|
transform?: string | undefined;
|
|
@@ -11952,6 +12128,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11952
12128
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
11953
12129
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
11954
12130
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
12131
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11955
12132
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
11956
12133
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
11957
12134
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -11966,6 +12143,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11966
12143
|
transform: z.ZodOptional<z.ZodString>;
|
|
11967
12144
|
}, "strip", z.ZodTypeAny, {
|
|
11968
12145
|
type: AssertionType;
|
|
12146
|
+
config?: Record<string, any> | undefined;
|
|
11969
12147
|
value?: AssertionValue | undefined;
|
|
11970
12148
|
provider?: any;
|
|
11971
12149
|
transform?: string | undefined;
|
|
@@ -11978,6 +12156,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11978
12156
|
metric?: string | undefined;
|
|
11979
12157
|
}, {
|
|
11980
12158
|
type: AssertionType;
|
|
12159
|
+
config?: Record<string, any> | undefined;
|
|
11981
12160
|
value?: AssertionValue | undefined;
|
|
11982
12161
|
provider?: any;
|
|
11983
12162
|
transform?: string | undefined;
|
|
@@ -11996,6 +12175,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
11996
12175
|
type: "assert-set";
|
|
11997
12176
|
assert: {
|
|
11998
12177
|
type: AssertionType;
|
|
12178
|
+
config?: Record<string, any> | undefined;
|
|
11999
12179
|
value?: AssertionValue | undefined;
|
|
12000
12180
|
provider?: any;
|
|
12001
12181
|
transform?: string | undefined;
|
|
@@ -12014,6 +12194,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12014
12194
|
type: "assert-set";
|
|
12015
12195
|
assert: {
|
|
12016
12196
|
type: AssertionType;
|
|
12197
|
+
config?: Record<string, any> | undefined;
|
|
12017
12198
|
value?: AssertionValue | undefined;
|
|
12018
12199
|
provider?: any;
|
|
12019
12200
|
transform?: string | undefined;
|
|
@@ -12031,6 +12212,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12031
12212
|
}>, z.ZodObject<{
|
|
12032
12213
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
12033
12214
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
12215
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
12034
12216
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
12035
12217
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
12036
12218
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -12045,6 +12227,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12045
12227
|
transform: z.ZodOptional<z.ZodString>;
|
|
12046
12228
|
}, "strip", z.ZodTypeAny, {
|
|
12047
12229
|
type: AssertionType;
|
|
12230
|
+
config?: Record<string, any> | undefined;
|
|
12048
12231
|
value?: AssertionValue | undefined;
|
|
12049
12232
|
provider?: any;
|
|
12050
12233
|
transform?: string | undefined;
|
|
@@ -12057,6 +12240,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12057
12240
|
metric?: string | undefined;
|
|
12058
12241
|
}, {
|
|
12059
12242
|
type: AssertionType;
|
|
12243
|
+
config?: Record<string, any> | undefined;
|
|
12060
12244
|
value?: AssertionValue | undefined;
|
|
12061
12245
|
provider?: any;
|
|
12062
12246
|
transform?: string | undefined;
|
|
@@ -12248,6 +12432,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12248
12432
|
providerOutput?: string | {} | undefined;
|
|
12249
12433
|
assert?: ({
|
|
12250
12434
|
type: AssertionType;
|
|
12435
|
+
config?: Record<string, any> | undefined;
|
|
12251
12436
|
value?: AssertionValue | undefined;
|
|
12252
12437
|
provider?: any;
|
|
12253
12438
|
transform?: string | undefined;
|
|
@@ -12262,6 +12447,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12262
12447
|
type: "assert-set";
|
|
12263
12448
|
assert: {
|
|
12264
12449
|
type: AssertionType;
|
|
12450
|
+
config?: Record<string, any> | undefined;
|
|
12265
12451
|
value?: AssertionValue | undefined;
|
|
12266
12452
|
provider?: any;
|
|
12267
12453
|
transform?: string | undefined;
|
|
@@ -12362,6 +12548,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12362
12548
|
providerOutput?: string | {} | undefined;
|
|
12363
12549
|
assert?: ({
|
|
12364
12550
|
type: AssertionType;
|
|
12551
|
+
config?: Record<string, any> | undefined;
|
|
12365
12552
|
value?: AssertionValue | undefined;
|
|
12366
12553
|
provider?: any;
|
|
12367
12554
|
transform?: string | undefined;
|
|
@@ -12376,6 +12563,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12376
12563
|
type: "assert-set";
|
|
12377
12564
|
assert: {
|
|
12378
12565
|
type: AssertionType;
|
|
12566
|
+
config?: Record<string, any> | undefined;
|
|
12379
12567
|
value?: AssertionValue | undefined;
|
|
12380
12568
|
provider?: any;
|
|
12381
12569
|
transform?: string | undefined;
|
|
@@ -12626,6 +12814,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12626
12814
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
12627
12815
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
12628
12816
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
12817
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
12629
12818
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
12630
12819
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
12631
12820
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -12640,6 +12829,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12640
12829
|
transform: z.ZodOptional<z.ZodString>;
|
|
12641
12830
|
}, "strip", z.ZodTypeAny, {
|
|
12642
12831
|
type: AssertionType;
|
|
12832
|
+
config?: Record<string, any> | undefined;
|
|
12643
12833
|
value?: AssertionValue | undefined;
|
|
12644
12834
|
provider?: any;
|
|
12645
12835
|
transform?: string | undefined;
|
|
@@ -12652,6 +12842,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12652
12842
|
metric?: string | undefined;
|
|
12653
12843
|
}, {
|
|
12654
12844
|
type: AssertionType;
|
|
12845
|
+
config?: Record<string, any> | undefined;
|
|
12655
12846
|
value?: AssertionValue | undefined;
|
|
12656
12847
|
provider?: any;
|
|
12657
12848
|
transform?: string | undefined;
|
|
@@ -12670,6 +12861,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12670
12861
|
type: "assert-set";
|
|
12671
12862
|
assert: {
|
|
12672
12863
|
type: AssertionType;
|
|
12864
|
+
config?: Record<string, any> | undefined;
|
|
12673
12865
|
value?: AssertionValue | undefined;
|
|
12674
12866
|
provider?: any;
|
|
12675
12867
|
transform?: string | undefined;
|
|
@@ -12688,6 +12880,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12688
12880
|
type: "assert-set";
|
|
12689
12881
|
assert: {
|
|
12690
12882
|
type: AssertionType;
|
|
12883
|
+
config?: Record<string, any> | undefined;
|
|
12691
12884
|
value?: AssertionValue | undefined;
|
|
12692
12885
|
provider?: any;
|
|
12693
12886
|
transform?: string | undefined;
|
|
@@ -12705,6 +12898,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12705
12898
|
}>, z.ZodObject<{
|
|
12706
12899
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
12707
12900
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
12901
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
12708
12902
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
12709
12903
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
12710
12904
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -12719,6 +12913,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12719
12913
|
transform: z.ZodOptional<z.ZodString>;
|
|
12720
12914
|
}, "strip", z.ZodTypeAny, {
|
|
12721
12915
|
type: AssertionType;
|
|
12916
|
+
config?: Record<string, any> | undefined;
|
|
12722
12917
|
value?: AssertionValue | undefined;
|
|
12723
12918
|
provider?: any;
|
|
12724
12919
|
transform?: string | undefined;
|
|
@@ -12731,6 +12926,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12731
12926
|
metric?: string | undefined;
|
|
12732
12927
|
}, {
|
|
12733
12928
|
type: AssertionType;
|
|
12929
|
+
config?: Record<string, any> | undefined;
|
|
12734
12930
|
value?: AssertionValue | undefined;
|
|
12735
12931
|
provider?: any;
|
|
12736
12932
|
transform?: string | undefined;
|
|
@@ -12922,6 +13118,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12922
13118
|
providerOutput?: string | {} | undefined;
|
|
12923
13119
|
assert?: ({
|
|
12924
13120
|
type: AssertionType;
|
|
13121
|
+
config?: Record<string, any> | undefined;
|
|
12925
13122
|
value?: AssertionValue | undefined;
|
|
12926
13123
|
provider?: any;
|
|
12927
13124
|
transform?: string | undefined;
|
|
@@ -12936,6 +13133,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
12936
13133
|
type: "assert-set";
|
|
12937
13134
|
assert: {
|
|
12938
13135
|
type: AssertionType;
|
|
13136
|
+
config?: Record<string, any> | undefined;
|
|
12939
13137
|
value?: AssertionValue | undefined;
|
|
12940
13138
|
provider?: any;
|
|
12941
13139
|
transform?: string | undefined;
|
|
@@ -13036,6 +13234,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13036
13234
|
providerOutput?: string | {} | undefined;
|
|
13037
13235
|
assert?: ({
|
|
13038
13236
|
type: AssertionType;
|
|
13237
|
+
config?: Record<string, any> | undefined;
|
|
13039
13238
|
value?: AssertionValue | undefined;
|
|
13040
13239
|
provider?: any;
|
|
13041
13240
|
transform?: string | undefined;
|
|
@@ -13050,6 +13249,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13050
13249
|
type: "assert-set";
|
|
13051
13250
|
assert: {
|
|
13052
13251
|
type: AssertionType;
|
|
13252
|
+
config?: Record<string, any> | undefined;
|
|
13053
13253
|
value?: AssertionValue | undefined;
|
|
13054
13254
|
provider?: any;
|
|
13055
13255
|
transform?: string | undefined;
|
|
@@ -13152,6 +13352,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13152
13352
|
providerOutput?: string | {} | undefined;
|
|
13153
13353
|
assert?: ({
|
|
13154
13354
|
type: AssertionType;
|
|
13355
|
+
config?: Record<string, any> | undefined;
|
|
13155
13356
|
value?: AssertionValue | undefined;
|
|
13156
13357
|
provider?: any;
|
|
13157
13358
|
transform?: string | undefined;
|
|
@@ -13166,6 +13367,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13166
13367
|
type: "assert-set";
|
|
13167
13368
|
assert: {
|
|
13168
13369
|
type: AssertionType;
|
|
13370
|
+
config?: Record<string, any> | undefined;
|
|
13169
13371
|
value?: AssertionValue | undefined;
|
|
13170
13372
|
provider?: any;
|
|
13171
13373
|
transform?: string | undefined;
|
|
@@ -13267,6 +13469,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13267
13469
|
providerOutput?: string | {} | undefined;
|
|
13268
13470
|
assert?: ({
|
|
13269
13471
|
type: AssertionType;
|
|
13472
|
+
config?: Record<string, any> | undefined;
|
|
13270
13473
|
value?: AssertionValue | undefined;
|
|
13271
13474
|
provider?: any;
|
|
13272
13475
|
transform?: string | undefined;
|
|
@@ -13281,6 +13484,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13281
13484
|
type: "assert-set";
|
|
13282
13485
|
assert: {
|
|
13283
13486
|
type: AssertionType;
|
|
13487
|
+
config?: Record<string, any> | undefined;
|
|
13284
13488
|
value?: AssertionValue | undefined;
|
|
13285
13489
|
provider?: any;
|
|
13286
13490
|
transform?: string | undefined;
|
|
@@ -13384,6 +13588,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13384
13588
|
providerOutput?: string | {} | undefined;
|
|
13385
13589
|
assert?: ({
|
|
13386
13590
|
type: AssertionType;
|
|
13591
|
+
config?: Record<string, any> | undefined;
|
|
13387
13592
|
value?: AssertionValue | undefined;
|
|
13388
13593
|
provider?: any;
|
|
13389
13594
|
transform?: string | undefined;
|
|
@@ -13398,6 +13603,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13398
13603
|
type: "assert-set";
|
|
13399
13604
|
assert: {
|
|
13400
13605
|
type: AssertionType;
|
|
13606
|
+
config?: Record<string, any> | undefined;
|
|
13401
13607
|
value?: AssertionValue | undefined;
|
|
13402
13608
|
provider?: any;
|
|
13403
13609
|
transform?: string | undefined;
|
|
@@ -13499,6 +13705,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13499
13705
|
providerOutput?: string | {} | undefined;
|
|
13500
13706
|
assert?: ({
|
|
13501
13707
|
type: AssertionType;
|
|
13708
|
+
config?: Record<string, any> | undefined;
|
|
13502
13709
|
value?: AssertionValue | undefined;
|
|
13503
13710
|
provider?: any;
|
|
13504
13711
|
transform?: string | undefined;
|
|
@@ -13513,6 +13720,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13513
13720
|
type: "assert-set";
|
|
13514
13721
|
assert: {
|
|
13515
13722
|
type: AssertionType;
|
|
13723
|
+
config?: Record<string, any> | undefined;
|
|
13516
13724
|
value?: AssertionValue | undefined;
|
|
13517
13725
|
provider?: any;
|
|
13518
13726
|
transform?: string | undefined;
|
|
@@ -13765,6 +13973,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13765
13973
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
13766
13974
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
13767
13975
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
13976
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13768
13977
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
13769
13978
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
13770
13979
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -13779,6 +13988,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13779
13988
|
transform: z.ZodOptional<z.ZodString>;
|
|
13780
13989
|
}, "strip", z.ZodTypeAny, {
|
|
13781
13990
|
type: AssertionType;
|
|
13991
|
+
config?: Record<string, any> | undefined;
|
|
13782
13992
|
value?: AssertionValue | undefined;
|
|
13783
13993
|
provider?: any;
|
|
13784
13994
|
transform?: string | undefined;
|
|
@@ -13791,6 +14001,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13791
14001
|
metric?: string | undefined;
|
|
13792
14002
|
}, {
|
|
13793
14003
|
type: AssertionType;
|
|
14004
|
+
config?: Record<string, any> | undefined;
|
|
13794
14005
|
value?: AssertionValue | undefined;
|
|
13795
14006
|
provider?: any;
|
|
13796
14007
|
transform?: string | undefined;
|
|
@@ -13809,6 +14020,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13809
14020
|
type: "assert-set";
|
|
13810
14021
|
assert: {
|
|
13811
14022
|
type: AssertionType;
|
|
14023
|
+
config?: Record<string, any> | undefined;
|
|
13812
14024
|
value?: AssertionValue | undefined;
|
|
13813
14025
|
provider?: any;
|
|
13814
14026
|
transform?: string | undefined;
|
|
@@ -13827,6 +14039,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13827
14039
|
type: "assert-set";
|
|
13828
14040
|
assert: {
|
|
13829
14041
|
type: AssertionType;
|
|
14042
|
+
config?: Record<string, any> | undefined;
|
|
13830
14043
|
value?: AssertionValue | undefined;
|
|
13831
14044
|
provider?: any;
|
|
13832
14045
|
transform?: string | undefined;
|
|
@@ -13844,6 +14057,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13844
14057
|
}>, z.ZodObject<{
|
|
13845
14058
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
13846
14059
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
14060
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
13847
14061
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
13848
14062
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
13849
14063
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -13858,6 +14072,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13858
14072
|
transform: z.ZodOptional<z.ZodString>;
|
|
13859
14073
|
}, "strip", z.ZodTypeAny, {
|
|
13860
14074
|
type: AssertionType;
|
|
14075
|
+
config?: Record<string, any> | undefined;
|
|
13861
14076
|
value?: AssertionValue | undefined;
|
|
13862
14077
|
provider?: any;
|
|
13863
14078
|
transform?: string | undefined;
|
|
@@ -13870,6 +14085,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
13870
14085
|
metric?: string | undefined;
|
|
13871
14086
|
}, {
|
|
13872
14087
|
type: AssertionType;
|
|
14088
|
+
config?: Record<string, any> | undefined;
|
|
13873
14089
|
value?: AssertionValue | undefined;
|
|
13874
14090
|
provider?: any;
|
|
13875
14091
|
transform?: string | undefined;
|
|
@@ -14060,6 +14276,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14060
14276
|
providerOutput?: string | {} | undefined;
|
|
14061
14277
|
assert?: ({
|
|
14062
14278
|
type: AssertionType;
|
|
14279
|
+
config?: Record<string, any> | undefined;
|
|
14063
14280
|
value?: AssertionValue | undefined;
|
|
14064
14281
|
provider?: any;
|
|
14065
14282
|
transform?: string | undefined;
|
|
@@ -14074,6 +14291,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14074
14291
|
type: "assert-set";
|
|
14075
14292
|
assert: {
|
|
14076
14293
|
type: AssertionType;
|
|
14294
|
+
config?: Record<string, any> | undefined;
|
|
14077
14295
|
value?: AssertionValue | undefined;
|
|
14078
14296
|
provider?: any;
|
|
14079
14297
|
transform?: string | undefined;
|
|
@@ -14173,6 +14391,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14173
14391
|
providerOutput?: string | {} | undefined;
|
|
14174
14392
|
assert?: ({
|
|
14175
14393
|
type: AssertionType;
|
|
14394
|
+
config?: Record<string, any> | undefined;
|
|
14176
14395
|
value?: AssertionValue | undefined;
|
|
14177
14396
|
provider?: any;
|
|
14178
14397
|
transform?: string | undefined;
|
|
@@ -14187,6 +14406,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14187
14406
|
type: "assert-set";
|
|
14188
14407
|
assert: {
|
|
14189
14408
|
type: AssertionType;
|
|
14409
|
+
config?: Record<string, any> | undefined;
|
|
14190
14410
|
value?: AssertionValue | undefined;
|
|
14191
14411
|
provider?: any;
|
|
14192
14412
|
transform?: string | undefined;
|
|
@@ -14605,6 +14825,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14605
14825
|
providerOutput?: string | {} | undefined;
|
|
14606
14826
|
assert?: ({
|
|
14607
14827
|
type: AssertionType;
|
|
14828
|
+
config?: Record<string, any> | undefined;
|
|
14608
14829
|
value?: AssertionValue | undefined;
|
|
14609
14830
|
provider?: any;
|
|
14610
14831
|
transform?: string | undefined;
|
|
@@ -14619,6 +14840,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14619
14840
|
type: "assert-set";
|
|
14620
14841
|
assert: {
|
|
14621
14842
|
type: AssertionType;
|
|
14843
|
+
config?: Record<string, any> | undefined;
|
|
14622
14844
|
value?: AssertionValue | undefined;
|
|
14623
14845
|
provider?: any;
|
|
14624
14846
|
transform?: string | undefined;
|
|
@@ -14723,6 +14945,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14723
14945
|
providerOutput?: string | {} | undefined;
|
|
14724
14946
|
assert?: ({
|
|
14725
14947
|
type: AssertionType;
|
|
14948
|
+
config?: Record<string, any> | undefined;
|
|
14726
14949
|
value?: AssertionValue | undefined;
|
|
14727
14950
|
provider?: any;
|
|
14728
14951
|
transform?: string | undefined;
|
|
@@ -14737,6 +14960,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14737
14960
|
type: "assert-set";
|
|
14738
14961
|
assert: {
|
|
14739
14962
|
type: AssertionType;
|
|
14963
|
+
config?: Record<string, any> | undefined;
|
|
14740
14964
|
value?: AssertionValue | undefined;
|
|
14741
14965
|
provider?: any;
|
|
14742
14966
|
transform?: string | undefined;
|
|
@@ -14838,6 +15062,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14838
15062
|
providerOutput?: string | {} | undefined;
|
|
14839
15063
|
assert?: ({
|
|
14840
15064
|
type: AssertionType;
|
|
15065
|
+
config?: Record<string, any> | undefined;
|
|
14841
15066
|
value?: AssertionValue | undefined;
|
|
14842
15067
|
provider?: any;
|
|
14843
15068
|
transform?: string | undefined;
|
|
@@ -14852,6 +15077,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14852
15077
|
type: "assert-set";
|
|
14853
15078
|
assert: {
|
|
14854
15079
|
type: AssertionType;
|
|
15080
|
+
config?: Record<string, any> | undefined;
|
|
14855
15081
|
value?: AssertionValue | undefined;
|
|
14856
15082
|
provider?: any;
|
|
14857
15083
|
transform?: string | undefined;
|
|
@@ -14954,6 +15180,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14954
15180
|
providerOutput?: string | {} | undefined;
|
|
14955
15181
|
assert?: ({
|
|
14956
15182
|
type: AssertionType;
|
|
15183
|
+
config?: Record<string, any> | undefined;
|
|
14957
15184
|
value?: AssertionValue | undefined;
|
|
14958
15185
|
provider?: any;
|
|
14959
15186
|
transform?: string | undefined;
|
|
@@ -14968,6 +15195,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
14968
15195
|
type: "assert-set";
|
|
14969
15196
|
assert: {
|
|
14970
15197
|
type: AssertionType;
|
|
15198
|
+
config?: Record<string, any> | undefined;
|
|
14971
15199
|
value?: AssertionValue | undefined;
|
|
14972
15200
|
provider?: any;
|
|
14973
15201
|
transform?: string | undefined;
|
|
@@ -15266,6 +15494,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15266
15494
|
providerOutput?: string | {} | undefined;
|
|
15267
15495
|
assert?: ({
|
|
15268
15496
|
type: AssertionType;
|
|
15497
|
+
config?: Record<string, any> | undefined;
|
|
15269
15498
|
value?: AssertionValue | undefined;
|
|
15270
15499
|
provider?: any;
|
|
15271
15500
|
transform?: string | undefined;
|
|
@@ -15280,6 +15509,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15280
15509
|
type: "assert-set";
|
|
15281
15510
|
assert: {
|
|
15282
15511
|
type: AssertionType;
|
|
15512
|
+
config?: Record<string, any> | undefined;
|
|
15283
15513
|
value?: AssertionValue | undefined;
|
|
15284
15514
|
provider?: any;
|
|
15285
15515
|
transform?: string | undefined;
|
|
@@ -15384,6 +15614,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15384
15614
|
providerOutput?: string | {} | undefined;
|
|
15385
15615
|
assert?: ({
|
|
15386
15616
|
type: AssertionType;
|
|
15617
|
+
config?: Record<string, any> | undefined;
|
|
15387
15618
|
value?: AssertionValue | undefined;
|
|
15388
15619
|
provider?: any;
|
|
15389
15620
|
transform?: string | undefined;
|
|
@@ -15398,6 +15629,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15398
15629
|
type: "assert-set";
|
|
15399
15630
|
assert: {
|
|
15400
15631
|
type: AssertionType;
|
|
15632
|
+
config?: Record<string, any> | undefined;
|
|
15401
15633
|
value?: AssertionValue | undefined;
|
|
15402
15634
|
provider?: any;
|
|
15403
15635
|
transform?: string | undefined;
|
|
@@ -15499,6 +15731,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15499
15731
|
providerOutput?: string | {} | undefined;
|
|
15500
15732
|
assert?: ({
|
|
15501
15733
|
type: AssertionType;
|
|
15734
|
+
config?: Record<string, any> | undefined;
|
|
15502
15735
|
value?: AssertionValue | undefined;
|
|
15503
15736
|
provider?: any;
|
|
15504
15737
|
transform?: string | undefined;
|
|
@@ -15513,6 +15746,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15513
15746
|
type: "assert-set";
|
|
15514
15747
|
assert: {
|
|
15515
15748
|
type: AssertionType;
|
|
15749
|
+
config?: Record<string, any> | undefined;
|
|
15516
15750
|
value?: AssertionValue | undefined;
|
|
15517
15751
|
provider?: any;
|
|
15518
15752
|
transform?: string | undefined;
|
|
@@ -15615,6 +15849,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15615
15849
|
providerOutput?: string | {} | undefined;
|
|
15616
15850
|
assert?: ({
|
|
15617
15851
|
type: AssertionType;
|
|
15852
|
+
config?: Record<string, any> | undefined;
|
|
15618
15853
|
value?: AssertionValue | undefined;
|
|
15619
15854
|
provider?: any;
|
|
15620
15855
|
transform?: string | undefined;
|
|
@@ -15629,6 +15864,7 @@ export declare const TestSuiteConfigSchema: z.ZodObject<{
|
|
|
15629
15864
|
type: "assert-set";
|
|
15630
15865
|
assert: {
|
|
15631
15866
|
type: AssertionType;
|
|
15867
|
+
config?: Record<string, any> | undefined;
|
|
15632
15868
|
value?: AssertionValue | undefined;
|
|
15633
15869
|
provider?: any;
|
|
15634
15870
|
transform?: string | undefined;
|
|
@@ -16528,6 +16764,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16528
16764
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
16529
16765
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
16530
16766
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
16767
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
16531
16768
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
16532
16769
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
16533
16770
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -16542,6 +16779,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16542
16779
|
transform: z.ZodOptional<z.ZodString>;
|
|
16543
16780
|
}, "strip", z.ZodTypeAny, {
|
|
16544
16781
|
type: AssertionType;
|
|
16782
|
+
config?: Record<string, any> | undefined;
|
|
16545
16783
|
value?: AssertionValue | undefined;
|
|
16546
16784
|
provider?: any;
|
|
16547
16785
|
transform?: string | undefined;
|
|
@@ -16554,6 +16792,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16554
16792
|
metric?: string | undefined;
|
|
16555
16793
|
}, {
|
|
16556
16794
|
type: AssertionType;
|
|
16795
|
+
config?: Record<string, any> | undefined;
|
|
16557
16796
|
value?: AssertionValue | undefined;
|
|
16558
16797
|
provider?: any;
|
|
16559
16798
|
transform?: string | undefined;
|
|
@@ -16572,6 +16811,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16572
16811
|
type: "assert-set";
|
|
16573
16812
|
assert: {
|
|
16574
16813
|
type: AssertionType;
|
|
16814
|
+
config?: Record<string, any> | undefined;
|
|
16575
16815
|
value?: AssertionValue | undefined;
|
|
16576
16816
|
provider?: any;
|
|
16577
16817
|
transform?: string | undefined;
|
|
@@ -16590,6 +16830,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16590
16830
|
type: "assert-set";
|
|
16591
16831
|
assert: {
|
|
16592
16832
|
type: AssertionType;
|
|
16833
|
+
config?: Record<string, any> | undefined;
|
|
16593
16834
|
value?: AssertionValue | undefined;
|
|
16594
16835
|
provider?: any;
|
|
16595
16836
|
transform?: string | undefined;
|
|
@@ -16607,6 +16848,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16607
16848
|
}>, z.ZodObject<{
|
|
16608
16849
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
16609
16850
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
16851
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
16610
16852
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
16611
16853
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
16612
16854
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -16621,6 +16863,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16621
16863
|
transform: z.ZodOptional<z.ZodString>;
|
|
16622
16864
|
}, "strip", z.ZodTypeAny, {
|
|
16623
16865
|
type: AssertionType;
|
|
16866
|
+
config?: Record<string, any> | undefined;
|
|
16624
16867
|
value?: AssertionValue | undefined;
|
|
16625
16868
|
provider?: any;
|
|
16626
16869
|
transform?: string | undefined;
|
|
@@ -16633,6 +16876,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16633
16876
|
metric?: string | undefined;
|
|
16634
16877
|
}, {
|
|
16635
16878
|
type: AssertionType;
|
|
16879
|
+
config?: Record<string, any> | undefined;
|
|
16636
16880
|
value?: AssertionValue | undefined;
|
|
16637
16881
|
provider?: any;
|
|
16638
16882
|
transform?: string | undefined;
|
|
@@ -16824,6 +17068,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16824
17068
|
providerOutput?: string | {} | undefined;
|
|
16825
17069
|
assert?: ({
|
|
16826
17070
|
type: AssertionType;
|
|
17071
|
+
config?: Record<string, any> | undefined;
|
|
16827
17072
|
value?: AssertionValue | undefined;
|
|
16828
17073
|
provider?: any;
|
|
16829
17074
|
transform?: string | undefined;
|
|
@@ -16838,6 +17083,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16838
17083
|
type: "assert-set";
|
|
16839
17084
|
assert: {
|
|
16840
17085
|
type: AssertionType;
|
|
17086
|
+
config?: Record<string, any> | undefined;
|
|
16841
17087
|
value?: AssertionValue | undefined;
|
|
16842
17088
|
provider?: any;
|
|
16843
17089
|
transform?: string | undefined;
|
|
@@ -16938,6 +17184,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16938
17184
|
providerOutput?: string | {} | undefined;
|
|
16939
17185
|
assert?: ({
|
|
16940
17186
|
type: AssertionType;
|
|
17187
|
+
config?: Record<string, any> | undefined;
|
|
16941
17188
|
value?: AssertionValue | undefined;
|
|
16942
17189
|
provider?: any;
|
|
16943
17190
|
transform?: string | undefined;
|
|
@@ -16952,6 +17199,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16952
17199
|
type: "assert-set";
|
|
16953
17200
|
assert: {
|
|
16954
17201
|
type: AssertionType;
|
|
17202
|
+
config?: Record<string, any> | undefined;
|
|
16955
17203
|
value?: AssertionValue | undefined;
|
|
16956
17204
|
provider?: any;
|
|
16957
17205
|
transform?: string | undefined;
|
|
@@ -17204,6 +17452,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17204
17452
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
17205
17453
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
17206
17454
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
17455
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
17207
17456
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
17208
17457
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
17209
17458
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -17218,6 +17467,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17218
17467
|
transform: z.ZodOptional<z.ZodString>;
|
|
17219
17468
|
}, "strip", z.ZodTypeAny, {
|
|
17220
17469
|
type: AssertionType;
|
|
17470
|
+
config?: Record<string, any> | undefined;
|
|
17221
17471
|
value?: AssertionValue | undefined;
|
|
17222
17472
|
provider?: any;
|
|
17223
17473
|
transform?: string | undefined;
|
|
@@ -17230,6 +17480,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17230
17480
|
metric?: string | undefined;
|
|
17231
17481
|
}, {
|
|
17232
17482
|
type: AssertionType;
|
|
17483
|
+
config?: Record<string, any> | undefined;
|
|
17233
17484
|
value?: AssertionValue | undefined;
|
|
17234
17485
|
provider?: any;
|
|
17235
17486
|
transform?: string | undefined;
|
|
@@ -17248,6 +17499,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17248
17499
|
type: "assert-set";
|
|
17249
17500
|
assert: {
|
|
17250
17501
|
type: AssertionType;
|
|
17502
|
+
config?: Record<string, any> | undefined;
|
|
17251
17503
|
value?: AssertionValue | undefined;
|
|
17252
17504
|
provider?: any;
|
|
17253
17505
|
transform?: string | undefined;
|
|
@@ -17266,6 +17518,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17266
17518
|
type: "assert-set";
|
|
17267
17519
|
assert: {
|
|
17268
17520
|
type: AssertionType;
|
|
17521
|
+
config?: Record<string, any> | undefined;
|
|
17269
17522
|
value?: AssertionValue | undefined;
|
|
17270
17523
|
provider?: any;
|
|
17271
17524
|
transform?: string | undefined;
|
|
@@ -17283,6 +17536,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17283
17536
|
}>, z.ZodObject<{
|
|
17284
17537
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
17285
17538
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
17539
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
17286
17540
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
17287
17541
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
17288
17542
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -17297,6 +17551,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17297
17551
|
transform: z.ZodOptional<z.ZodString>;
|
|
17298
17552
|
}, "strip", z.ZodTypeAny, {
|
|
17299
17553
|
type: AssertionType;
|
|
17554
|
+
config?: Record<string, any> | undefined;
|
|
17300
17555
|
value?: AssertionValue | undefined;
|
|
17301
17556
|
provider?: any;
|
|
17302
17557
|
transform?: string | undefined;
|
|
@@ -17309,6 +17564,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17309
17564
|
metric?: string | undefined;
|
|
17310
17565
|
}, {
|
|
17311
17566
|
type: AssertionType;
|
|
17567
|
+
config?: Record<string, any> | undefined;
|
|
17312
17568
|
value?: AssertionValue | undefined;
|
|
17313
17569
|
provider?: any;
|
|
17314
17570
|
transform?: string | undefined;
|
|
@@ -17500,6 +17756,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17500
17756
|
providerOutput?: string | {} | undefined;
|
|
17501
17757
|
assert?: ({
|
|
17502
17758
|
type: AssertionType;
|
|
17759
|
+
config?: Record<string, any> | undefined;
|
|
17503
17760
|
value?: AssertionValue | undefined;
|
|
17504
17761
|
provider?: any;
|
|
17505
17762
|
transform?: string | undefined;
|
|
@@ -17514,6 +17771,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17514
17771
|
type: "assert-set";
|
|
17515
17772
|
assert: {
|
|
17516
17773
|
type: AssertionType;
|
|
17774
|
+
config?: Record<string, any> | undefined;
|
|
17517
17775
|
value?: AssertionValue | undefined;
|
|
17518
17776
|
provider?: any;
|
|
17519
17777
|
transform?: string | undefined;
|
|
@@ -17614,6 +17872,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17614
17872
|
providerOutput?: string | {} | undefined;
|
|
17615
17873
|
assert?: ({
|
|
17616
17874
|
type: AssertionType;
|
|
17875
|
+
config?: Record<string, any> | undefined;
|
|
17617
17876
|
value?: AssertionValue | undefined;
|
|
17618
17877
|
provider?: any;
|
|
17619
17878
|
transform?: string | undefined;
|
|
@@ -17628,6 +17887,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17628
17887
|
type: "assert-set";
|
|
17629
17888
|
assert: {
|
|
17630
17889
|
type: AssertionType;
|
|
17890
|
+
config?: Record<string, any> | undefined;
|
|
17631
17891
|
value?: AssertionValue | undefined;
|
|
17632
17892
|
provider?: any;
|
|
17633
17893
|
transform?: string | undefined;
|
|
@@ -17878,6 +18138,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17878
18138
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
17879
18139
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
17880
18140
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
18141
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
17881
18142
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
17882
18143
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
17883
18144
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -17892,6 +18153,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17892
18153
|
transform: z.ZodOptional<z.ZodString>;
|
|
17893
18154
|
}, "strip", z.ZodTypeAny, {
|
|
17894
18155
|
type: AssertionType;
|
|
18156
|
+
config?: Record<string, any> | undefined;
|
|
17895
18157
|
value?: AssertionValue | undefined;
|
|
17896
18158
|
provider?: any;
|
|
17897
18159
|
transform?: string | undefined;
|
|
@@ -17904,6 +18166,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17904
18166
|
metric?: string | undefined;
|
|
17905
18167
|
}, {
|
|
17906
18168
|
type: AssertionType;
|
|
18169
|
+
config?: Record<string, any> | undefined;
|
|
17907
18170
|
value?: AssertionValue | undefined;
|
|
17908
18171
|
provider?: any;
|
|
17909
18172
|
transform?: string | undefined;
|
|
@@ -17922,6 +18185,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17922
18185
|
type: "assert-set";
|
|
17923
18186
|
assert: {
|
|
17924
18187
|
type: AssertionType;
|
|
18188
|
+
config?: Record<string, any> | undefined;
|
|
17925
18189
|
value?: AssertionValue | undefined;
|
|
17926
18190
|
provider?: any;
|
|
17927
18191
|
transform?: string | undefined;
|
|
@@ -17940,6 +18204,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17940
18204
|
type: "assert-set";
|
|
17941
18205
|
assert: {
|
|
17942
18206
|
type: AssertionType;
|
|
18207
|
+
config?: Record<string, any> | undefined;
|
|
17943
18208
|
value?: AssertionValue | undefined;
|
|
17944
18209
|
provider?: any;
|
|
17945
18210
|
transform?: string | undefined;
|
|
@@ -17957,6 +18222,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17957
18222
|
}>, z.ZodObject<{
|
|
17958
18223
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
17959
18224
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
18225
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
17960
18226
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
17961
18227
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
17962
18228
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -17971,6 +18237,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17971
18237
|
transform: z.ZodOptional<z.ZodString>;
|
|
17972
18238
|
}, "strip", z.ZodTypeAny, {
|
|
17973
18239
|
type: AssertionType;
|
|
18240
|
+
config?: Record<string, any> | undefined;
|
|
17974
18241
|
value?: AssertionValue | undefined;
|
|
17975
18242
|
provider?: any;
|
|
17976
18243
|
transform?: string | undefined;
|
|
@@ -17983,6 +18250,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17983
18250
|
metric?: string | undefined;
|
|
17984
18251
|
}, {
|
|
17985
18252
|
type: AssertionType;
|
|
18253
|
+
config?: Record<string, any> | undefined;
|
|
17986
18254
|
value?: AssertionValue | undefined;
|
|
17987
18255
|
provider?: any;
|
|
17988
18256
|
transform?: string | undefined;
|
|
@@ -18174,6 +18442,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18174
18442
|
providerOutput?: string | {} | undefined;
|
|
18175
18443
|
assert?: ({
|
|
18176
18444
|
type: AssertionType;
|
|
18445
|
+
config?: Record<string, any> | undefined;
|
|
18177
18446
|
value?: AssertionValue | undefined;
|
|
18178
18447
|
provider?: any;
|
|
18179
18448
|
transform?: string | undefined;
|
|
@@ -18188,6 +18457,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18188
18457
|
type: "assert-set";
|
|
18189
18458
|
assert: {
|
|
18190
18459
|
type: AssertionType;
|
|
18460
|
+
config?: Record<string, any> | undefined;
|
|
18191
18461
|
value?: AssertionValue | undefined;
|
|
18192
18462
|
provider?: any;
|
|
18193
18463
|
transform?: string | undefined;
|
|
@@ -18288,6 +18558,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18288
18558
|
providerOutput?: string | {} | undefined;
|
|
18289
18559
|
assert?: ({
|
|
18290
18560
|
type: AssertionType;
|
|
18561
|
+
config?: Record<string, any> | undefined;
|
|
18291
18562
|
value?: AssertionValue | undefined;
|
|
18292
18563
|
provider?: any;
|
|
18293
18564
|
transform?: string | undefined;
|
|
@@ -18302,6 +18573,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18302
18573
|
type: "assert-set";
|
|
18303
18574
|
assert: {
|
|
18304
18575
|
type: AssertionType;
|
|
18576
|
+
config?: Record<string, any> | undefined;
|
|
18305
18577
|
value?: AssertionValue | undefined;
|
|
18306
18578
|
provider?: any;
|
|
18307
18579
|
transform?: string | undefined;
|
|
@@ -18404,6 +18676,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18404
18676
|
providerOutput?: string | {} | undefined;
|
|
18405
18677
|
assert?: ({
|
|
18406
18678
|
type: AssertionType;
|
|
18679
|
+
config?: Record<string, any> | undefined;
|
|
18407
18680
|
value?: AssertionValue | undefined;
|
|
18408
18681
|
provider?: any;
|
|
18409
18682
|
transform?: string | undefined;
|
|
@@ -18418,6 +18691,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18418
18691
|
type: "assert-set";
|
|
18419
18692
|
assert: {
|
|
18420
18693
|
type: AssertionType;
|
|
18694
|
+
config?: Record<string, any> | undefined;
|
|
18421
18695
|
value?: AssertionValue | undefined;
|
|
18422
18696
|
provider?: any;
|
|
18423
18697
|
transform?: string | undefined;
|
|
@@ -18519,6 +18793,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18519
18793
|
providerOutput?: string | {} | undefined;
|
|
18520
18794
|
assert?: ({
|
|
18521
18795
|
type: AssertionType;
|
|
18796
|
+
config?: Record<string, any> | undefined;
|
|
18522
18797
|
value?: AssertionValue | undefined;
|
|
18523
18798
|
provider?: any;
|
|
18524
18799
|
transform?: string | undefined;
|
|
@@ -18533,6 +18808,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18533
18808
|
type: "assert-set";
|
|
18534
18809
|
assert: {
|
|
18535
18810
|
type: AssertionType;
|
|
18811
|
+
config?: Record<string, any> | undefined;
|
|
18536
18812
|
value?: AssertionValue | undefined;
|
|
18537
18813
|
provider?: any;
|
|
18538
18814
|
transform?: string | undefined;
|
|
@@ -18636,6 +18912,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18636
18912
|
providerOutput?: string | {} | undefined;
|
|
18637
18913
|
assert?: ({
|
|
18638
18914
|
type: AssertionType;
|
|
18915
|
+
config?: Record<string, any> | undefined;
|
|
18639
18916
|
value?: AssertionValue | undefined;
|
|
18640
18917
|
provider?: any;
|
|
18641
18918
|
transform?: string | undefined;
|
|
@@ -18650,6 +18927,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18650
18927
|
type: "assert-set";
|
|
18651
18928
|
assert: {
|
|
18652
18929
|
type: AssertionType;
|
|
18930
|
+
config?: Record<string, any> | undefined;
|
|
18653
18931
|
value?: AssertionValue | undefined;
|
|
18654
18932
|
provider?: any;
|
|
18655
18933
|
transform?: string | undefined;
|
|
@@ -18751,6 +19029,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18751
19029
|
providerOutput?: string | {} | undefined;
|
|
18752
19030
|
assert?: ({
|
|
18753
19031
|
type: AssertionType;
|
|
19032
|
+
config?: Record<string, any> | undefined;
|
|
18754
19033
|
value?: AssertionValue | undefined;
|
|
18755
19034
|
provider?: any;
|
|
18756
19035
|
transform?: string | undefined;
|
|
@@ -18765,6 +19044,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18765
19044
|
type: "assert-set";
|
|
18766
19045
|
assert: {
|
|
18767
19046
|
type: AssertionType;
|
|
19047
|
+
config?: Record<string, any> | undefined;
|
|
18768
19048
|
value?: AssertionValue | undefined;
|
|
18769
19049
|
provider?: any;
|
|
18770
19050
|
transform?: string | undefined;
|
|
@@ -19017,6 +19297,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19017
19297
|
assert: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
19018
19298
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
19019
19299
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
19300
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
19020
19301
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
19021
19302
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
19022
19303
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -19031,6 +19312,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19031
19312
|
transform: z.ZodOptional<z.ZodString>;
|
|
19032
19313
|
}, "strip", z.ZodTypeAny, {
|
|
19033
19314
|
type: AssertionType;
|
|
19315
|
+
config?: Record<string, any> | undefined;
|
|
19034
19316
|
value?: AssertionValue | undefined;
|
|
19035
19317
|
provider?: any;
|
|
19036
19318
|
transform?: string | undefined;
|
|
@@ -19043,6 +19325,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19043
19325
|
metric?: string | undefined;
|
|
19044
19326
|
}, {
|
|
19045
19327
|
type: AssertionType;
|
|
19328
|
+
config?: Record<string, any> | undefined;
|
|
19046
19329
|
value?: AssertionValue | undefined;
|
|
19047
19330
|
provider?: any;
|
|
19048
19331
|
transform?: string | undefined;
|
|
@@ -19061,6 +19344,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19061
19344
|
type: "assert-set";
|
|
19062
19345
|
assert: {
|
|
19063
19346
|
type: AssertionType;
|
|
19347
|
+
config?: Record<string, any> | undefined;
|
|
19064
19348
|
value?: AssertionValue | undefined;
|
|
19065
19349
|
provider?: any;
|
|
19066
19350
|
transform?: string | undefined;
|
|
@@ -19079,6 +19363,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19079
19363
|
type: "assert-set";
|
|
19080
19364
|
assert: {
|
|
19081
19365
|
type: AssertionType;
|
|
19366
|
+
config?: Record<string, any> | undefined;
|
|
19082
19367
|
value?: AssertionValue | undefined;
|
|
19083
19368
|
provider?: any;
|
|
19084
19369
|
transform?: string | undefined;
|
|
@@ -19096,6 +19381,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19096
19381
|
}>, z.ZodObject<{
|
|
19097
19382
|
type: z.ZodType<AssertionType, z.ZodTypeDef, AssertionType>;
|
|
19098
19383
|
value: z.ZodOptional<z.ZodType<AssertionValue, z.ZodTypeDef, AssertionValue>>;
|
|
19384
|
+
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
19099
19385
|
threshold: z.ZodOptional<z.ZodNumber>;
|
|
19100
19386
|
weight: z.ZodOptional<z.ZodNumber>;
|
|
19101
19387
|
provider: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
@@ -19110,6 +19396,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19110
19396
|
transform: z.ZodOptional<z.ZodString>;
|
|
19111
19397
|
}, "strip", z.ZodTypeAny, {
|
|
19112
19398
|
type: AssertionType;
|
|
19399
|
+
config?: Record<string, any> | undefined;
|
|
19113
19400
|
value?: AssertionValue | undefined;
|
|
19114
19401
|
provider?: any;
|
|
19115
19402
|
transform?: string | undefined;
|
|
@@ -19122,6 +19409,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19122
19409
|
metric?: string | undefined;
|
|
19123
19410
|
}, {
|
|
19124
19411
|
type: AssertionType;
|
|
19412
|
+
config?: Record<string, any> | undefined;
|
|
19125
19413
|
value?: AssertionValue | undefined;
|
|
19126
19414
|
provider?: any;
|
|
19127
19415
|
transform?: string | undefined;
|
|
@@ -19312,6 +19600,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19312
19600
|
providerOutput?: string | {} | undefined;
|
|
19313
19601
|
assert?: ({
|
|
19314
19602
|
type: AssertionType;
|
|
19603
|
+
config?: Record<string, any> | undefined;
|
|
19315
19604
|
value?: AssertionValue | undefined;
|
|
19316
19605
|
provider?: any;
|
|
19317
19606
|
transform?: string | undefined;
|
|
@@ -19326,6 +19615,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19326
19615
|
type: "assert-set";
|
|
19327
19616
|
assert: {
|
|
19328
19617
|
type: AssertionType;
|
|
19618
|
+
config?: Record<string, any> | undefined;
|
|
19329
19619
|
value?: AssertionValue | undefined;
|
|
19330
19620
|
provider?: any;
|
|
19331
19621
|
transform?: string | undefined;
|
|
@@ -19425,6 +19715,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19425
19715
|
providerOutput?: string | {} | undefined;
|
|
19426
19716
|
assert?: ({
|
|
19427
19717
|
type: AssertionType;
|
|
19718
|
+
config?: Record<string, any> | undefined;
|
|
19428
19719
|
value?: AssertionValue | undefined;
|
|
19429
19720
|
provider?: any;
|
|
19430
19721
|
transform?: string | undefined;
|
|
@@ -19439,6 +19730,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19439
19730
|
type: "assert-set";
|
|
19440
19731
|
assert: {
|
|
19441
19732
|
type: AssertionType;
|
|
19733
|
+
config?: Record<string, any> | undefined;
|
|
19442
19734
|
value?: AssertionValue | undefined;
|
|
19443
19735
|
provider?: any;
|
|
19444
19736
|
transform?: string | undefined;
|
|
@@ -19988,6 +20280,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19988
20280
|
providerOutput?: string | {} | undefined;
|
|
19989
20281
|
assert?: ({
|
|
19990
20282
|
type: AssertionType;
|
|
20283
|
+
config?: Record<string, any> | undefined;
|
|
19991
20284
|
value?: AssertionValue | undefined;
|
|
19992
20285
|
provider?: any;
|
|
19993
20286
|
transform?: string | undefined;
|
|
@@ -20002,6 +20295,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20002
20295
|
type: "assert-set";
|
|
20003
20296
|
assert: {
|
|
20004
20297
|
type: AssertionType;
|
|
20298
|
+
config?: Record<string, any> | undefined;
|
|
20005
20299
|
value?: AssertionValue | undefined;
|
|
20006
20300
|
provider?: any;
|
|
20007
20301
|
transform?: string | undefined;
|
|
@@ -20106,6 +20400,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20106
20400
|
providerOutput?: string | {} | undefined;
|
|
20107
20401
|
assert?: ({
|
|
20108
20402
|
type: AssertionType;
|
|
20403
|
+
config?: Record<string, any> | undefined;
|
|
20109
20404
|
value?: AssertionValue | undefined;
|
|
20110
20405
|
provider?: any;
|
|
20111
20406
|
transform?: string | undefined;
|
|
@@ -20120,6 +20415,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20120
20415
|
type: "assert-set";
|
|
20121
20416
|
assert: {
|
|
20122
20417
|
type: AssertionType;
|
|
20418
|
+
config?: Record<string, any> | undefined;
|
|
20123
20419
|
value?: AssertionValue | undefined;
|
|
20124
20420
|
provider?: any;
|
|
20125
20421
|
transform?: string | undefined;
|
|
@@ -20221,6 +20517,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20221
20517
|
providerOutput?: string | {} | undefined;
|
|
20222
20518
|
assert?: ({
|
|
20223
20519
|
type: AssertionType;
|
|
20520
|
+
config?: Record<string, any> | undefined;
|
|
20224
20521
|
value?: AssertionValue | undefined;
|
|
20225
20522
|
provider?: any;
|
|
20226
20523
|
transform?: string | undefined;
|
|
@@ -20235,6 +20532,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20235
20532
|
type: "assert-set";
|
|
20236
20533
|
assert: {
|
|
20237
20534
|
type: AssertionType;
|
|
20535
|
+
config?: Record<string, any> | undefined;
|
|
20238
20536
|
value?: AssertionValue | undefined;
|
|
20239
20537
|
provider?: any;
|
|
20240
20538
|
transform?: string | undefined;
|
|
@@ -20337,6 +20635,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20337
20635
|
providerOutput?: string | {} | undefined;
|
|
20338
20636
|
assert?: ({
|
|
20339
20637
|
type: AssertionType;
|
|
20638
|
+
config?: Record<string, any> | undefined;
|
|
20340
20639
|
value?: AssertionValue | undefined;
|
|
20341
20640
|
provider?: any;
|
|
20342
20641
|
transform?: string | undefined;
|
|
@@ -20351,6 +20650,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20351
20650
|
type: "assert-set";
|
|
20352
20651
|
assert: {
|
|
20353
20652
|
type: AssertionType;
|
|
20653
|
+
config?: Record<string, any> | undefined;
|
|
20354
20654
|
value?: AssertionValue | undefined;
|
|
20355
20655
|
provider?: any;
|
|
20356
20656
|
transform?: string | undefined;
|
|
@@ -20692,6 +20992,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20692
20992
|
providerOutput?: string | {} | undefined;
|
|
20693
20993
|
assert?: ({
|
|
20694
20994
|
type: AssertionType;
|
|
20995
|
+
config?: Record<string, any> | undefined;
|
|
20695
20996
|
value?: AssertionValue | undefined;
|
|
20696
20997
|
provider?: any;
|
|
20697
20998
|
transform?: string | undefined;
|
|
@@ -20706,6 +21007,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20706
21007
|
type: "assert-set";
|
|
20707
21008
|
assert: {
|
|
20708
21009
|
type: AssertionType;
|
|
21010
|
+
config?: Record<string, any> | undefined;
|
|
20709
21011
|
value?: AssertionValue | undefined;
|
|
20710
21012
|
provider?: any;
|
|
20711
21013
|
transform?: string | undefined;
|
|
@@ -20810,6 +21112,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20810
21112
|
providerOutput?: string | {} | undefined;
|
|
20811
21113
|
assert?: ({
|
|
20812
21114
|
type: AssertionType;
|
|
21115
|
+
config?: Record<string, any> | undefined;
|
|
20813
21116
|
value?: AssertionValue | undefined;
|
|
20814
21117
|
provider?: any;
|
|
20815
21118
|
transform?: string | undefined;
|
|
@@ -20824,6 +21127,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20824
21127
|
type: "assert-set";
|
|
20825
21128
|
assert: {
|
|
20826
21129
|
type: AssertionType;
|
|
21130
|
+
config?: Record<string, any> | undefined;
|
|
20827
21131
|
value?: AssertionValue | undefined;
|
|
20828
21132
|
provider?: any;
|
|
20829
21133
|
transform?: string | undefined;
|
|
@@ -20925,6 +21229,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20925
21229
|
providerOutput?: string | {} | undefined;
|
|
20926
21230
|
assert?: ({
|
|
20927
21231
|
type: AssertionType;
|
|
21232
|
+
config?: Record<string, any> | undefined;
|
|
20928
21233
|
value?: AssertionValue | undefined;
|
|
20929
21234
|
provider?: any;
|
|
20930
21235
|
transform?: string | undefined;
|
|
@@ -20939,6 +21244,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20939
21244
|
type: "assert-set";
|
|
20940
21245
|
assert: {
|
|
20941
21246
|
type: AssertionType;
|
|
21247
|
+
config?: Record<string, any> | undefined;
|
|
20942
21248
|
value?: AssertionValue | undefined;
|
|
20943
21249
|
provider?: any;
|
|
20944
21250
|
transform?: string | undefined;
|
|
@@ -21041,6 +21347,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
21041
21347
|
providerOutput?: string | {} | undefined;
|
|
21042
21348
|
assert?: ({
|
|
21043
21349
|
type: AssertionType;
|
|
21350
|
+
config?: Record<string, any> | undefined;
|
|
21044
21351
|
value?: AssertionValue | undefined;
|
|
21045
21352
|
provider?: any;
|
|
21046
21353
|
transform?: string | undefined;
|
|
@@ -21055,6 +21362,7 @@ export declare const UnifiedConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
21055
21362
|
type: "assert-set";
|
|
21056
21363
|
assert: {
|
|
21057
21364
|
type: AssertionType;
|
|
21365
|
+
config?: Record<string, any> | undefined;
|
|
21058
21366
|
value?: AssertionValue | undefined;
|
|
21059
21367
|
provider?: any;
|
|
21060
21368
|
transform?: string | undefined;
|