@claudexor/schema 3.12.9 → 3.12.10
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/control-operation-responses.d.ts +43 -0
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-run-detail.d.ts +119 -0
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-failure.d.ts +43 -0
- package/dist/control-run-failure.d.ts.map +1 -1
- package/dist/control-run-failure.js +29 -0
- package/dist/control-run-failure.js.map +1 -1
- package/dist/control.d.ts +33 -0
- package/dist/control.d.ts.map +1 -1
- package/dist/mcp-run-result.d.ts +66 -0
- package/dist/mcp-run-result.d.ts.map +1 -1
- package/generated/ControlRunDetail.schema.json +52 -0
- package/generated/ControlRunListResponse.schema.json +52 -0
- package/generated/ControlRunSummary.schema.json +52 -0
- package/generated/McpRunHandleResult.schema.json +52 -0
- package/generated/McpRunToolResult.schema.json +52 -0
- package/generated/RunFailure.schema.json +52 -0
- package/package.json +2 -2
|
@@ -115,6 +115,19 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
115
115
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
116
116
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
117
117
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
118
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
119
|
+
code: z.ZodNullable<z.ZodString>;
|
|
120
|
+
message: z.ZodNullable<z.ZodString>;
|
|
121
|
+
source: z.ZodString;
|
|
122
|
+
}, "strip", z.ZodTypeAny, {
|
|
123
|
+
code: string | null;
|
|
124
|
+
message: string | null;
|
|
125
|
+
source: string;
|
|
126
|
+
}, {
|
|
127
|
+
code: string | null;
|
|
128
|
+
message: string | null;
|
|
129
|
+
source: string;
|
|
130
|
+
}>>>;
|
|
118
131
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
119
132
|
}, "strip", z.ZodTypeAny, {
|
|
120
133
|
phase: string;
|
|
@@ -128,6 +141,11 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
128
141
|
eventRefs: string[];
|
|
129
142
|
runDir: string | null;
|
|
130
143
|
resetsAt: string | null;
|
|
144
|
+
vendorFailure: {
|
|
145
|
+
code: string | null;
|
|
146
|
+
message: string | null;
|
|
147
|
+
source: string;
|
|
148
|
+
} | null;
|
|
131
149
|
nextActions: string[];
|
|
132
150
|
}, {
|
|
133
151
|
phase?: string | undefined;
|
|
@@ -141,6 +159,11 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
141
159
|
eventRefs?: string[] | undefined;
|
|
142
160
|
runDir?: string | null | undefined;
|
|
143
161
|
resetsAt?: string | null | undefined;
|
|
162
|
+
vendorFailure?: {
|
|
163
|
+
code: string | null;
|
|
164
|
+
message: string | null;
|
|
165
|
+
source: string;
|
|
166
|
+
} | null | undefined;
|
|
144
167
|
nextActions?: string[] | undefined;
|
|
145
168
|
}>>>;
|
|
146
169
|
project: z.ZodDefault<z.ZodObject<{
|
|
@@ -581,6 +604,11 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
581
604
|
eventRefs: string[];
|
|
582
605
|
runDir: string | null;
|
|
583
606
|
resetsAt: string | null;
|
|
607
|
+
vendorFailure: {
|
|
608
|
+
code: string | null;
|
|
609
|
+
message: string | null;
|
|
610
|
+
source: string;
|
|
611
|
+
} | null;
|
|
584
612
|
nextActions: string[];
|
|
585
613
|
} | null;
|
|
586
614
|
project: {
|
|
@@ -759,6 +787,11 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
759
787
|
eventRefs?: string[] | undefined;
|
|
760
788
|
runDir?: string | null | undefined;
|
|
761
789
|
resetsAt?: string | null | undefined;
|
|
790
|
+
vendorFailure?: {
|
|
791
|
+
code: string | null;
|
|
792
|
+
message: string | null;
|
|
793
|
+
source: string;
|
|
794
|
+
} | null | undefined;
|
|
762
795
|
nextActions?: string[] | undefined;
|
|
763
796
|
} | null | undefined;
|
|
764
797
|
project?: {
|
|
@@ -947,6 +980,11 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
947
980
|
eventRefs: string[];
|
|
948
981
|
runDir: string | null;
|
|
949
982
|
resetsAt: string | null;
|
|
983
|
+
vendorFailure: {
|
|
984
|
+
code: string | null;
|
|
985
|
+
message: string | null;
|
|
986
|
+
source: string;
|
|
987
|
+
} | null;
|
|
950
988
|
nextActions: string[];
|
|
951
989
|
} | null;
|
|
952
990
|
project: {
|
|
@@ -1129,6 +1167,11 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
1129
1167
|
eventRefs?: string[] | undefined;
|
|
1130
1168
|
runDir?: string | null | undefined;
|
|
1131
1169
|
resetsAt?: string | null | undefined;
|
|
1170
|
+
vendorFailure?: {
|
|
1171
|
+
code: string | null;
|
|
1172
|
+
message: string | null;
|
|
1173
|
+
source: string;
|
|
1174
|
+
} | null | undefined;
|
|
1132
1175
|
nextActions?: string[] | undefined;
|
|
1133
1176
|
} | null | undefined;
|
|
1134
1177
|
project?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAY3B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEqC,CAAC;AAC1E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,gCAAgC;;;;;;;;;;;;EAUI,CAAC;AAClD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAEhG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAcW,CAAC;AAClD,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -316,6 +316,19 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
316
316
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
317
317
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
318
318
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
319
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
320
|
+
code: z.ZodNullable<z.ZodString>;
|
|
321
|
+
message: z.ZodNullable<z.ZodString>;
|
|
322
|
+
source: z.ZodString;
|
|
323
|
+
}, "strip", z.ZodTypeAny, {
|
|
324
|
+
code: string | null;
|
|
325
|
+
message: string | null;
|
|
326
|
+
source: string;
|
|
327
|
+
}, {
|
|
328
|
+
code: string | null;
|
|
329
|
+
message: string | null;
|
|
330
|
+
source: string;
|
|
331
|
+
}>>>;
|
|
319
332
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
320
333
|
}, "strip", z.ZodTypeAny, {
|
|
321
334
|
phase: string;
|
|
@@ -329,6 +342,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
329
342
|
eventRefs: string[];
|
|
330
343
|
runDir: string | null;
|
|
331
344
|
resetsAt: string | null;
|
|
345
|
+
vendorFailure: {
|
|
346
|
+
code: string | null;
|
|
347
|
+
message: string | null;
|
|
348
|
+
source: string;
|
|
349
|
+
} | null;
|
|
332
350
|
nextActions: string[];
|
|
333
351
|
}, {
|
|
334
352
|
phase?: string | undefined;
|
|
@@ -342,6 +360,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
342
360
|
eventRefs?: string[] | undefined;
|
|
343
361
|
runDir?: string | null | undefined;
|
|
344
362
|
resetsAt?: string | null | undefined;
|
|
363
|
+
vendorFailure?: {
|
|
364
|
+
code: string | null;
|
|
365
|
+
message: string | null;
|
|
366
|
+
source: string;
|
|
367
|
+
} | null | undefined;
|
|
345
368
|
nextActions?: string[] | undefined;
|
|
346
369
|
}>>>;
|
|
347
370
|
project: z.ZodDefault<z.ZodObject<{
|
|
@@ -782,6 +805,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
782
805
|
eventRefs: string[];
|
|
783
806
|
runDir: string | null;
|
|
784
807
|
resetsAt: string | null;
|
|
808
|
+
vendorFailure: {
|
|
809
|
+
code: string | null;
|
|
810
|
+
message: string | null;
|
|
811
|
+
source: string;
|
|
812
|
+
} | null;
|
|
785
813
|
nextActions: string[];
|
|
786
814
|
} | null;
|
|
787
815
|
project: {
|
|
@@ -960,6 +988,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
960
988
|
eventRefs?: string[] | undefined;
|
|
961
989
|
runDir?: string | null | undefined;
|
|
962
990
|
resetsAt?: string | null | undefined;
|
|
991
|
+
vendorFailure?: {
|
|
992
|
+
code: string | null;
|
|
993
|
+
message: string | null;
|
|
994
|
+
source: string;
|
|
995
|
+
} | null | undefined;
|
|
963
996
|
nextActions?: string[] | undefined;
|
|
964
997
|
} | null | undefined;
|
|
965
998
|
project?: {
|
|
@@ -1163,6 +1196,19 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1163
1196
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1164
1197
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1165
1198
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1199
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1200
|
+
code: z.ZodNullable<z.ZodString>;
|
|
1201
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1202
|
+
source: z.ZodString;
|
|
1203
|
+
}, "strip", z.ZodTypeAny, {
|
|
1204
|
+
code: string | null;
|
|
1205
|
+
message: string | null;
|
|
1206
|
+
source: string;
|
|
1207
|
+
}, {
|
|
1208
|
+
code: string | null;
|
|
1209
|
+
message: string | null;
|
|
1210
|
+
source: string;
|
|
1211
|
+
}>>>;
|
|
1166
1212
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1167
1213
|
}, "strip", z.ZodTypeAny, {
|
|
1168
1214
|
phase: string;
|
|
@@ -1176,6 +1222,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1176
1222
|
eventRefs: string[];
|
|
1177
1223
|
runDir: string | null;
|
|
1178
1224
|
resetsAt: string | null;
|
|
1225
|
+
vendorFailure: {
|
|
1226
|
+
code: string | null;
|
|
1227
|
+
message: string | null;
|
|
1228
|
+
source: string;
|
|
1229
|
+
} | null;
|
|
1179
1230
|
nextActions: string[];
|
|
1180
1231
|
}, {
|
|
1181
1232
|
phase?: string | undefined;
|
|
@@ -1189,6 +1240,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1189
1240
|
eventRefs?: string[] | undefined;
|
|
1190
1241
|
runDir?: string | null | undefined;
|
|
1191
1242
|
resetsAt?: string | null | undefined;
|
|
1243
|
+
vendorFailure?: {
|
|
1244
|
+
code: string | null;
|
|
1245
|
+
message: string | null;
|
|
1246
|
+
source: string;
|
|
1247
|
+
} | null | undefined;
|
|
1192
1248
|
nextActions?: string[] | undefined;
|
|
1193
1249
|
}>>>;
|
|
1194
1250
|
project: z.ZodDefault<z.ZodObject<{
|
|
@@ -1629,6 +1685,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1629
1685
|
eventRefs: string[];
|
|
1630
1686
|
runDir: string | null;
|
|
1631
1687
|
resetsAt: string | null;
|
|
1688
|
+
vendorFailure: {
|
|
1689
|
+
code: string | null;
|
|
1690
|
+
message: string | null;
|
|
1691
|
+
source: string;
|
|
1692
|
+
} | null;
|
|
1632
1693
|
nextActions: string[];
|
|
1633
1694
|
} | null;
|
|
1634
1695
|
project: {
|
|
@@ -1807,6 +1868,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1807
1868
|
eventRefs?: string[] | undefined;
|
|
1808
1869
|
runDir?: string | null | undefined;
|
|
1809
1870
|
resetsAt?: string | null | undefined;
|
|
1871
|
+
vendorFailure?: {
|
|
1872
|
+
code: string | null;
|
|
1873
|
+
message: string | null;
|
|
1874
|
+
source: string;
|
|
1875
|
+
} | null | undefined;
|
|
1810
1876
|
nextActions?: string[] | undefined;
|
|
1811
1877
|
} | null | undefined;
|
|
1812
1878
|
project?: {
|
|
@@ -3319,6 +3385,19 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3319
3385
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
3320
3386
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
3321
3387
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
3388
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
3389
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3390
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3391
|
+
source: z.ZodString;
|
|
3392
|
+
}, "strip", z.ZodTypeAny, {
|
|
3393
|
+
code: string | null;
|
|
3394
|
+
message: string | null;
|
|
3395
|
+
source: string;
|
|
3396
|
+
}, {
|
|
3397
|
+
code: string | null;
|
|
3398
|
+
message: string | null;
|
|
3399
|
+
source: string;
|
|
3400
|
+
}>>>;
|
|
3322
3401
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
3323
3402
|
}, "strip", z.ZodTypeAny, {
|
|
3324
3403
|
phase: string;
|
|
@@ -3332,6 +3411,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3332
3411
|
eventRefs: string[];
|
|
3333
3412
|
runDir: string | null;
|
|
3334
3413
|
resetsAt: string | null;
|
|
3414
|
+
vendorFailure: {
|
|
3415
|
+
code: string | null;
|
|
3416
|
+
message: string | null;
|
|
3417
|
+
source: string;
|
|
3418
|
+
} | null;
|
|
3335
3419
|
nextActions: string[];
|
|
3336
3420
|
}, {
|
|
3337
3421
|
phase?: string | undefined;
|
|
@@ -3345,6 +3429,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3345
3429
|
eventRefs?: string[] | undefined;
|
|
3346
3430
|
runDir?: string | null | undefined;
|
|
3347
3431
|
resetsAt?: string | null | undefined;
|
|
3432
|
+
vendorFailure?: {
|
|
3433
|
+
code: string | null;
|
|
3434
|
+
message: string | null;
|
|
3435
|
+
source: string;
|
|
3436
|
+
} | null | undefined;
|
|
3348
3437
|
nextActions?: string[] | undefined;
|
|
3349
3438
|
}>>>;
|
|
3350
3439
|
/** Minimal typed required-operator-actions for a succeeded-but-BLOCKED run
|
|
@@ -3417,6 +3506,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3417
3506
|
eventRefs: string[];
|
|
3418
3507
|
runDir: string | null;
|
|
3419
3508
|
resetsAt: string | null;
|
|
3509
|
+
vendorFailure: {
|
|
3510
|
+
code: string | null;
|
|
3511
|
+
message: string | null;
|
|
3512
|
+
source: string;
|
|
3513
|
+
} | null;
|
|
3420
3514
|
nextActions: string[];
|
|
3421
3515
|
} | null;
|
|
3422
3516
|
project: {
|
|
@@ -3596,6 +3690,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3596
3690
|
eventRefs: string[];
|
|
3597
3691
|
runDir: string | null;
|
|
3598
3692
|
resetsAt: string | null;
|
|
3693
|
+
vendorFailure: {
|
|
3694
|
+
code: string | null;
|
|
3695
|
+
message: string | null;
|
|
3696
|
+
source: string;
|
|
3697
|
+
} | null;
|
|
3599
3698
|
nextActions: string[];
|
|
3600
3699
|
} | null;
|
|
3601
3700
|
project: {
|
|
@@ -4069,6 +4168,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4069
4168
|
eventRefs: string[];
|
|
4070
4169
|
runDir: string | null;
|
|
4071
4170
|
resetsAt: string | null;
|
|
4171
|
+
vendorFailure: {
|
|
4172
|
+
code: string | null;
|
|
4173
|
+
message: string | null;
|
|
4174
|
+
source: string;
|
|
4175
|
+
} | null;
|
|
4072
4176
|
nextActions: string[];
|
|
4073
4177
|
} | null;
|
|
4074
4178
|
requiredActions: {
|
|
@@ -4129,6 +4233,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4129
4233
|
eventRefs?: string[] | undefined;
|
|
4130
4234
|
runDir?: string | null | undefined;
|
|
4131
4235
|
resetsAt?: string | null | undefined;
|
|
4236
|
+
vendorFailure?: {
|
|
4237
|
+
code: string | null;
|
|
4238
|
+
message: string | null;
|
|
4239
|
+
source: string;
|
|
4240
|
+
} | null | undefined;
|
|
4132
4241
|
nextActions?: string[] | undefined;
|
|
4133
4242
|
} | null | undefined;
|
|
4134
4243
|
project?: {
|
|
@@ -4308,6 +4417,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4308
4417
|
eventRefs?: string[] | undefined;
|
|
4309
4418
|
runDir?: string | null | undefined;
|
|
4310
4419
|
resetsAt?: string | null | undefined;
|
|
4420
|
+
vendorFailure?: {
|
|
4421
|
+
code: string | null;
|
|
4422
|
+
message: string | null;
|
|
4423
|
+
source: string;
|
|
4424
|
+
} | null | undefined;
|
|
4311
4425
|
nextActions?: string[] | undefined;
|
|
4312
4426
|
} | null | undefined;
|
|
4313
4427
|
project?: {
|
|
@@ -4781,6 +4895,11 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4781
4895
|
eventRefs?: string[] | undefined;
|
|
4782
4896
|
runDir?: string | null | undefined;
|
|
4783
4897
|
resetsAt?: string | null | undefined;
|
|
4898
|
+
vendorFailure?: {
|
|
4899
|
+
code: string | null;
|
|
4900
|
+
message: string | null;
|
|
4901
|
+
source: string;
|
|
4902
|
+
} | null | undefined;
|
|
4784
4903
|
nextActions?: string[] | undefined;
|
|
4785
4904
|
} | null | undefined;
|
|
4786
4905
|
requiredActions?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAoB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAwB4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAoB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAwB4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -10,6 +10,26 @@ import { z } from "zod/v3";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare const RunFailureCode: z.ZodEnum<["finite_zero", "hard_cap", "estimate_headroom", "unknown_paid_in_flight", "budget_overshoot", "cost_unverifiable", "delegation_child_drain_timeout", "subscription_window_exhausted", "credential_pool_exhausted", "delegated_home_unavailable", "delegated_confinement_unavailable", "delegated_evidence_incomplete", "access_profile_incompatible", "retired_access_profile"]>;
|
|
12
12
|
export type RunFailureCode = z.infer<typeof RunFailureCode>;
|
|
13
|
+
/** A vendor's OWN typed failure, forwarded as evidence. `code` is opaque: no
|
|
14
|
+
* Claudexor code path may branch on its value; retry, rotation, cooldown and
|
|
15
|
+
* credential verdicts never read it. `source` is an open vocabulary rather than
|
|
16
|
+
* an enum because every surface projects the whole `RunFailure` parse-or-null:
|
|
17
|
+
* a closed member list would make an older client drop the entire failure
|
|
18
|
+
* record the day a second producer appears. */
|
|
19
|
+
export declare const VendorFailureEvidence: z.ZodObject<{
|
|
20
|
+
code: z.ZodNullable<z.ZodString>;
|
|
21
|
+
message: z.ZodNullable<z.ZodString>;
|
|
22
|
+
source: z.ZodString;
|
|
23
|
+
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
code: string | null;
|
|
25
|
+
message: string | null;
|
|
26
|
+
source: string;
|
|
27
|
+
}, {
|
|
28
|
+
code: string | null;
|
|
29
|
+
message: string | null;
|
|
30
|
+
source: string;
|
|
31
|
+
}>;
|
|
32
|
+
export type VendorFailureEvidence = z.infer<typeof VendorFailureEvidence>;
|
|
13
33
|
export declare const RunFailure: z.ZodObject<{
|
|
14
34
|
phase: z.ZodDefault<z.ZodString>;
|
|
15
35
|
category: z.ZodDefault<z.ZodEnum<["validation", "project", "auth", "harness_unavailable", "harness_error", "config_error", "budget", "policy", "cancelled", "internal", "unknown"]>>;
|
|
@@ -25,6 +45,19 @@ export declare const RunFailure: z.ZodObject<{
|
|
|
25
45
|
* inside safeMessage forces every caller to parse prose to decide when to
|
|
26
46
|
* come back — the thing typed contracts exist to prevent. */
|
|
27
47
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
49
|
+
code: z.ZodNullable<z.ZodString>;
|
|
50
|
+
message: z.ZodNullable<z.ZodString>;
|
|
51
|
+
source: z.ZodString;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
code: string | null;
|
|
54
|
+
message: string | null;
|
|
55
|
+
source: string;
|
|
56
|
+
}, {
|
|
57
|
+
code: string | null;
|
|
58
|
+
message: string | null;
|
|
59
|
+
source: string;
|
|
60
|
+
}>>>;
|
|
28
61
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
29
62
|
}, "strip", z.ZodTypeAny, {
|
|
30
63
|
phase: string;
|
|
@@ -38,6 +71,11 @@ export declare const RunFailure: z.ZodObject<{
|
|
|
38
71
|
eventRefs: string[];
|
|
39
72
|
runDir: string | null;
|
|
40
73
|
resetsAt: string | null;
|
|
74
|
+
vendorFailure: {
|
|
75
|
+
code: string | null;
|
|
76
|
+
message: string | null;
|
|
77
|
+
source: string;
|
|
78
|
+
} | null;
|
|
41
79
|
nextActions: string[];
|
|
42
80
|
}, {
|
|
43
81
|
phase?: string | undefined;
|
|
@@ -51,6 +89,11 @@ export declare const RunFailure: z.ZodObject<{
|
|
|
51
89
|
eventRefs?: string[] | undefined;
|
|
52
90
|
runDir?: string | null | undefined;
|
|
53
91
|
resetsAt?: string | null | undefined;
|
|
92
|
+
vendorFailure?: {
|
|
93
|
+
code: string | null;
|
|
94
|
+
message: string | null;
|
|
95
|
+
source: string;
|
|
96
|
+
} | null | undefined;
|
|
54
97
|
nextActions?: string[] | undefined;
|
|
55
98
|
}>;
|
|
56
99
|
export type RunFailure = z.infer<typeof RunFailure>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-run-failure.d.ts","sourceRoot":"","sources":["../src/control-run-failure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,6XA4BxB,CAAC;AACJ,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,UAAU;;;;;;;;;;;IAmDnB;;iEAE6D
|
|
1
|
+
{"version":3,"file":"control-run-failure.d.ts","sourceRoot":"","sources":["../src/control-run-failure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,6XA4BxB,CAAC;AACJ,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D;;;;;+CAK+C;AAC/C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;EA2B/B,CAAC;AACJ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,UAAU;;;;;;;;;;;IAmDnB;;iEAE6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB9D,CAAC;AACJ,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -35,6 +35,32 @@ export const RunFailureCode = z
|
|
|
35
35
|
"retired_access_profile",
|
|
36
36
|
])
|
|
37
37
|
.describe("Machine-readable failure sub-code within a RunFailure category, including historical delegated-run failures and active access-profile refusals.");
|
|
38
|
+
/** A vendor's OWN typed failure, forwarded as evidence. `code` is opaque: no
|
|
39
|
+
* Claudexor code path may branch on its value; retry, rotation, cooldown and
|
|
40
|
+
* credential verdicts never read it. `source` is an open vocabulary rather than
|
|
41
|
+
* an enum because every surface projects the whole `RunFailure` parse-or-null:
|
|
42
|
+
* a closed member list would make an older client drop the entire failure
|
|
43
|
+
* record the day a second producer appears. */
|
|
44
|
+
export const VendorFailureEvidence = z
|
|
45
|
+
.object({
|
|
46
|
+
code: z
|
|
47
|
+
.string()
|
|
48
|
+
.min(1)
|
|
49
|
+
.max(128)
|
|
50
|
+
.nullable()
|
|
51
|
+
.describe("The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."),
|
|
52
|
+
message: z
|
|
53
|
+
.string()
|
|
54
|
+
.max(4000)
|
|
55
|
+
.nullable()
|
|
56
|
+
.describe("The vendor's own words from the same record, verbatim (redacted); null when absent."),
|
|
57
|
+
source: z
|
|
58
|
+
.string()
|
|
59
|
+
.min(1)
|
|
60
|
+
.max(64)
|
|
61
|
+
.describe("Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."),
|
|
62
|
+
})
|
|
63
|
+
.describe("Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose.");
|
|
38
64
|
export const RunFailure = z
|
|
39
65
|
.object({
|
|
40
66
|
phase: z.string().default("unknown").describe("Pipeline phase where the failure happened."),
|
|
@@ -91,6 +117,9 @@ export const RunFailure = z
|
|
|
91
117
|
.nullable()
|
|
92
118
|
.default(null)
|
|
93
119
|
.describe("When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."),
|
|
120
|
+
vendorFailure: VendorFailureEvidence.nullable()
|
|
121
|
+
.default(null)
|
|
122
|
+
.describe("The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy."),
|
|
94
123
|
nextActions: z.array(z.string()).default([]).describe("Suggested operator next actions."),
|
|
95
124
|
})
|
|
96
125
|
.describe("Typed failure record for a run: phase, category, evidence references, and suggested next actions.");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-run-failure.js","sourceRoot":"","sources":["../src/control-run-failure.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAE3B;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC;KAC5B,IAAI,CAAC;IACJ,aAAa;IACb,UAAU;IACV,mBAAmB;IACnB,wBAAwB;IACxB,kBAAkB;IAClB,mBAAmB;IACnB,gCAAgC;IAChC,+BAA+B;IAC/B;;;;sEAIkE;IAClE,2BAA2B;IAC3B;;;mEAG+D;IAC/D,4BAA4B;IAC5B,mCAAmC;IACnC,+BAA+B;IAC/B,6BAA6B;IAC7B,wBAAwB;CACzB,CAAC;KACD,QAAQ,CACP,iJAAiJ,CAClJ,CAAC;AAGJ,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC;KACxB,MAAM,CAAC;IACN,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,4CAA4C,CAAC;IAC3F,QAAQ,EAAE,CAAC;SACR,IAAI,CAAC;QACJ,YAAY;QACZ,SAAS;QACT,MAAM;QACN,qBAAqB;QACrB,eAAe;QACf,cAAc;QACd,QAAQ;QACR,QAAQ;QACR,WAAW;QACX,UAAU;QACV,SAAS;KACV,CAAC;SACD,OAAO,CAAC,SAAS,CAAC;SAClB,QAAQ,CACP,sSAAsS,CACvS;IACH,IAAI,EAAE,cAAc,CAAC,QAAQ,EAAE;SAC5B,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,yKAAyK,CAC1K;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,8CAA8C,CAAC;IAC3D,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,8CAA8C,CAAC;IAC3D,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;IAC5E,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,0DAA0D,CAAC;IACvE,OAAO,EAAE,CAAC;SACP,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,2CAA2C,CAAC;IACxD,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAC/E;;iEAE6D;IAC7D,QAAQ,EAAE,CAAC;SACR,MAAM,EAAE;SACR,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;SAC1B,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,iLAAiL,CAClL;IACH,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,kCAAkC,CAAC;CAC1F,CAAC;KACD,QAAQ,CACP,mGAAmG,CACpG,CAAC"}
|
|
1
|
+
{"version":3,"file":"control-run-failure.js","sourceRoot":"","sources":["../src/control-run-failure.ts"],"names":[],"mappings":"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"}
|
package/dist/control.d.ts
CHANGED
|
@@ -1692,6 +1692,19 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
1692
1692
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1693
1693
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1694
1694
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1695
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1696
|
+
code: z.ZodNullable<z.ZodString>;
|
|
1697
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1698
|
+
source: z.ZodString;
|
|
1699
|
+
}, "strip", z.ZodTypeAny, {
|
|
1700
|
+
code: string | null;
|
|
1701
|
+
message: string | null;
|
|
1702
|
+
source: string;
|
|
1703
|
+
}, {
|
|
1704
|
+
code: string | null;
|
|
1705
|
+
message: string | null;
|
|
1706
|
+
source: string;
|
|
1707
|
+
}>>>;
|
|
1695
1708
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1696
1709
|
}, "strip", z.ZodTypeAny, {
|
|
1697
1710
|
phase: string;
|
|
@@ -1705,6 +1718,11 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
1705
1718
|
eventRefs: string[];
|
|
1706
1719
|
runDir: string | null;
|
|
1707
1720
|
resetsAt: string | null;
|
|
1721
|
+
vendorFailure: {
|
|
1722
|
+
code: string | null;
|
|
1723
|
+
message: string | null;
|
|
1724
|
+
source: string;
|
|
1725
|
+
} | null;
|
|
1708
1726
|
nextActions: string[];
|
|
1709
1727
|
}, {
|
|
1710
1728
|
phase?: string | undefined;
|
|
@@ -1718,6 +1736,11 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
1718
1736
|
eventRefs?: string[] | undefined;
|
|
1719
1737
|
runDir?: string | null | undefined;
|
|
1720
1738
|
resetsAt?: string | null | undefined;
|
|
1739
|
+
vendorFailure?: {
|
|
1740
|
+
code: string | null;
|
|
1741
|
+
message: string | null;
|
|
1742
|
+
source: string;
|
|
1743
|
+
} | null | undefined;
|
|
1721
1744
|
nextActions?: string[] | undefined;
|
|
1722
1745
|
}>>>;
|
|
1723
1746
|
project: z.ZodDefault<z.ZodObject<{
|
|
@@ -2189,6 +2212,11 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
2189
2212
|
eventRefs: string[];
|
|
2190
2213
|
runDir: string | null;
|
|
2191
2214
|
resetsAt: string | null;
|
|
2215
|
+
vendorFailure: {
|
|
2216
|
+
code: string | null;
|
|
2217
|
+
message: string | null;
|
|
2218
|
+
source: string;
|
|
2219
|
+
} | null;
|
|
2192
2220
|
nextActions: string[];
|
|
2193
2221
|
} | null;
|
|
2194
2222
|
project: {
|
|
@@ -2367,6 +2395,11 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
2367
2395
|
eventRefs?: string[] | undefined;
|
|
2368
2396
|
runDir?: string | null | undefined;
|
|
2369
2397
|
resetsAt?: string | null | undefined;
|
|
2398
|
+
vendorFailure?: {
|
|
2399
|
+
code: string | null;
|
|
2400
|
+
message: string | null;
|
|
2401
|
+
source: string;
|
|
2402
|
+
} | null | undefined;
|
|
2370
2403
|
nextActions?: string[] | undefined;
|
|
2371
2404
|
} | null | undefined;
|
|
2372
2405
|
project?: {
|
package/dist/control.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../src/control.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../src/control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAoB3B,OAAO,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAgBlD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,eAAO,MAAM,yBAAyB;IAElC;uEACmE;;IAInE,qEAAqE;;IAIrE,sEAAsE;;;;;;;;;;;;;;;;EAYvE,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAClF,eAAO,MAAM,sBAAsB;;IAG/B;;;uEAGmE;;IAOnE,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgB7E;;oDAEgD;;IAIhD;;uCAEmC;;;;IASnC;;;mFAG+E;;;;;;;IAsC/E,mFAAmF;;IAKnF;+DAC2D;;IAK3D,sEAAsE;;IAEtE;;;;0CAIsC;;IAOtC;;mEAE+D;;;;;;;;;;;;;;;;;;IAQ/D,qGAAqG;;;;IAUrG,mEAAmE;;;;;;;;;;;;;;;;;;IAWnE;sEACkE;;;;;;;;;;;IAOlE,+DAA+D;;IAE/D;;;sEAGkE;;;;;IAalE;;+BAE2B;;IAI3B;;;;;8CAK0C;;;;;;;;;;;;;;IAY1C,4EAA4E;;QAtN5E;2EACmE;;QAInE,qEAAqE;;QAIrE,sEAAsE;;;;;;;;;;;;;;;;;IAqNtE,+DAA+D;;IAE/D;;gDAE4C;;IAS5C;;;;;;iFAM6E;;IAO7E;;;iFAG6E;;IAa7E;;;;;;;sEAOkE;;IAOlE;;;;;;qEAMiE;;IAOjE;8EAC0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW3E,CAAC;AACJ,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E;oDACoD;AACpD,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QApTvC;2EACmE;;QAInE,qEAAqE;;QAIrE,sEAAsE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+S/D,CAAC;AACZ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAG5F,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAA4B,CAAC;AAC7D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;EAA2B,CAAC;AAChE,eAAO,MAAM,oBAAoB;;;;QArS7B;;;2EAGmE;;QAOnE,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAgB7E;;wDAEgD;;QAIhD;;2CAEmC;;;;QASnC;;;uFAG+E;;;;;;;QAsC/E,mFAAmF;;QAKnF;mEAC2D;;QAK3D,sEAAsE;;QAEtE;;;;8CAIsC;;QAOtC;;uEAE+D;;;;;;;;;;;;;;;;;;QAQ/D,qGAAqG;;;;QAUrG,mEAAmE;;;;;;;;;;;;;;;;;;QAWnE;0EACkE;;;;;;;;;;;QAOlE,+DAA+D;;QAE/D;;;0EAGkE;;;;;QAalE;;mCAE2B;;QAI3B;;;;;kDAK0C;;;;;;;;;;;;;;QAY1C,4EAA4E;;YAtN5E;+EACmE;;YAInE,qEAAqE;;YAIrE,sEAAsE;;;;;;;;;;;;;;;;;QAqNtE,+DAA+D;;QAE/D;;oDAE4C;;QAS5C;;;;;;qFAM6E;;QAO7E;;;qFAG6E;;QAa7E;;;;;;;0EAOkE;;QAOlE;;;;;;yEAMiE;;QAOjE;kFAC0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BrB,CAAC;AAE1D,eAAO,MAAM,eAAe,qFAIzB,CAAC;AACJ,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAM2B,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAiB0B,CAAC;AAC9D,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,kBAAkB;;IAG3B,qDAAqD;;IAIrD,gGAAgG;;;;;;;;;IAiChG,gGAAgG;;;;;;;;;;;;;;;;;;;;;;;;;;EAQf,CAAC;AACtF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;EAgBkE,CAAC;AAChG,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,0FAevB,CAAC;AACJ,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;EA4B1B,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;IAuBzB,qFAAqF;;IAQrF,gEAAgE;;;;;IAehE;;;gFAG4E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU7E,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwB1B,0GAA0G;;;;;;;;;QAtkB1G;2EACmE;;QAInE,qEAAqE;;QAIrE,sEAAsE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+lBtE,oFAAoF;;;;;;;;;;;;;;;;;IA2BpF,sFAAsF;;IAQtF;;;oDAGgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAtShD,qDAAqD;;QAIrD,gGAAgG;;;;;;;;;QAiChG,gGAAgG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmShG,sEAAsE;;IAOtE,kFAAkF;;;;;;;;;;;;;;;;;QAhLlF,qFAAqF;;QAQrF,gEAAgE;;;;;QAehE;;;oFAG4E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwJ5E;;+EAE2E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM3E,6EAA6E;;IAO7E,6EAA6E;;;;;;;;;;;;;;;;;IAI7E;;;2DAGuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAaxD,CAAC;AACJ,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,wBAAwB,sDAIlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;IAc9B;;;;;qDAKiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCgB,CAAC;AACtE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,mBAAmB;;;;IAU5B;;uBAEmB;;;;;;;;;;;;EAMgC,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,2EAA2E;AAC3E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBsD,CAAC;AAC7F,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;EAuByB,CAAC;AACtE,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAE9F,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;EAOwC,CAAC;AACtE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU8D,CAAC;AACtF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIkB,CAAC;AACxD,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;IAc2E,CAAC;AACpG,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMiB,CAAC;AACvD,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYuC,CAAC;AACxE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,0HAa3B,CAAC;AACJ,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,yBAAyB;;IAGlC,4DAA4D;;IAK5D,8CAA8C;;IAE9C,uEAAuE;;IAKvE,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQuB,CAAC;AAC9E,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,0BAA0B;;;IAMnC,6EAA6E;;;;;;;;;;;;;EAM7B,CAAC;AACrD,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAIpF,eAAO,MAAM,aAAa;;;;;IAUtB,uEAAuE;;;;IAQvE,wEAAwE;;IAKxE;4EACwE;;IAMxE,2EAA2E;;;;;;;IAW3E,+EAA+E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQS,CAAC;AAC7F,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,cAAc;;;;;;IAevB;;oDAEgD;;;;;;;;;;;;;;;;;;;EAW8B,CAAC;AACnF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;QAhkB3B,qFAAqF;;QAQrF,gEAAgE;;;;;QAehE;;;oFAG4E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwkB7E,CAAC;AACJ,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,iBAAiB;;;;;;IAS1B,0EAA0E;;IAI1E;;;qFAGiF;;IAQjF;;;6EAGyE;;;;IASzE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;YAzoBjF,qFAAqF;;YAQrF,gEAAgE;;;;;YAehE;;;wFAG4E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmnB5E;;;;;+DAK2D;;;;;;;;;;;;;;;;;;;;;;;IA+B3D;;;sEAGkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkCgB,CAAC;AACvF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAanC,wEAAwE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AAC/C,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAEpF;mFACmF;AACnF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;EAmBuD,CAAC;AAC/F,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAEpF;;6EAE6E;AAC7E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;EAQgD,CAAC;AAC1F,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAExF,eAAO,MAAM,yBAAyB;;;;;;QAtSlC,uEAAuE;;;;QAQvE,wEAAwE;;QAKxE;gFACwE;;QAMxE,2EAA2E;;;;;;;QAW3E,+EAA+E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+Q1C,CAAC;AAC1C,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,mBAAmB;;;;;;QAjT5B,uEAAuE;;;;QAQvE,wEAAwE;;QAKxE;gFACwE;;QAMxE,2EAA2E;;;;;;;QAW3E,+EAA+E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA0B/E;;wDAEgD;;;;;;;;;;;;;;;;;;;;;;;;;;QAgEhD,0EAA0E;;QAI1E;;;yFAGiF;;QAQjF;;;iFAGyE;;;;QASzE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;gBAzoBjF,qFAAqF;;gBAQrF,gEAAgE;;;;;gBAehE;;;4FAG4E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmnB5E;;;;;mEAK2D;;;;;;;;;;;;;;;;;;;;;;;QA+B3D;;;0EAGkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwHnE,CAAC;AACJ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC5B,mCAAmC,EACnC,iCAAiC,GAClC,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,uBAAuB;;IAMhC,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmFvD;gDACwC;;;;;;;;;;;QA8CxC;;4EAEoE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAab,CAAC;AACpE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;IAGpC,iFAAiF;;;;;;;;;;;IAgCjF;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA7CrC,iFAAiF;;;;;;;;;;;QAgCjF;2EACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCiB,CAAC;AACzF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC"}
|
package/dist/mcp-run-result.d.ts
CHANGED
|
@@ -601,6 +601,19 @@ export declare const McpRunToolResult: z.ZodObject<{
|
|
|
601
601
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
602
602
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
603
603
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
604
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
605
|
+
code: z.ZodNullable<z.ZodString>;
|
|
606
|
+
message: z.ZodNullable<z.ZodString>;
|
|
607
|
+
source: z.ZodString;
|
|
608
|
+
}, "strip", z.ZodTypeAny, {
|
|
609
|
+
code: string | null;
|
|
610
|
+
message: string | null;
|
|
611
|
+
source: string;
|
|
612
|
+
}, {
|
|
613
|
+
code: string | null;
|
|
614
|
+
message: string | null;
|
|
615
|
+
source: string;
|
|
616
|
+
}>>>;
|
|
604
617
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
605
618
|
}, "strip", z.ZodTypeAny, {
|
|
606
619
|
phase: string;
|
|
@@ -614,6 +627,11 @@ export declare const McpRunToolResult: z.ZodObject<{
|
|
|
614
627
|
eventRefs: string[];
|
|
615
628
|
runDir: string | null;
|
|
616
629
|
resetsAt: string | null;
|
|
630
|
+
vendorFailure: {
|
|
631
|
+
code: string | null;
|
|
632
|
+
message: string | null;
|
|
633
|
+
source: string;
|
|
634
|
+
} | null;
|
|
617
635
|
nextActions: string[];
|
|
618
636
|
}, {
|
|
619
637
|
phase?: string | undefined;
|
|
@@ -627,6 +645,11 @@ export declare const McpRunToolResult: z.ZodObject<{
|
|
|
627
645
|
eventRefs?: string[] | undefined;
|
|
628
646
|
runDir?: string | null | undefined;
|
|
629
647
|
resetsAt?: string | null | undefined;
|
|
648
|
+
vendorFailure?: {
|
|
649
|
+
code: string | null;
|
|
650
|
+
message: string | null;
|
|
651
|
+
source: string;
|
|
652
|
+
} | null | undefined;
|
|
630
653
|
nextActions?: string[] | undefined;
|
|
631
654
|
}>>>;
|
|
632
655
|
applyEligibility: z.ZodNullable<z.ZodObject<{
|
|
@@ -884,6 +907,11 @@ export declare const McpRunToolResult: z.ZodObject<{
|
|
|
884
907
|
eventRefs: string[];
|
|
885
908
|
runDir: string | null;
|
|
886
909
|
resetsAt: string | null;
|
|
910
|
+
vendorFailure: {
|
|
911
|
+
code: string | null;
|
|
912
|
+
message: string | null;
|
|
913
|
+
source: string;
|
|
914
|
+
} | null;
|
|
887
915
|
nextActions: string[];
|
|
888
916
|
} | null;
|
|
889
917
|
applyEligibility: {
|
|
@@ -1055,6 +1083,11 @@ export declare const McpRunToolResult: z.ZodObject<{
|
|
|
1055
1083
|
eventRefs?: string[] | undefined;
|
|
1056
1084
|
runDir?: string | null | undefined;
|
|
1057
1085
|
resetsAt?: string | null | undefined;
|
|
1086
|
+
vendorFailure?: {
|
|
1087
|
+
code: string | null;
|
|
1088
|
+
message: string | null;
|
|
1089
|
+
source: string;
|
|
1090
|
+
} | null | undefined;
|
|
1058
1091
|
nextActions?: string[] | undefined;
|
|
1059
1092
|
} | null | undefined;
|
|
1060
1093
|
applyEligibility: {
|
|
@@ -1689,6 +1722,19 @@ export declare const McpRunHandleResult: z.ZodObject<{
|
|
|
1689
1722
|
eventRefs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1690
1723
|
runDir: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1691
1724
|
resetsAt: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1725
|
+
vendorFailure: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
1726
|
+
code: z.ZodNullable<z.ZodString>;
|
|
1727
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1728
|
+
source: z.ZodString;
|
|
1729
|
+
}, "strip", z.ZodTypeAny, {
|
|
1730
|
+
code: string | null;
|
|
1731
|
+
message: string | null;
|
|
1732
|
+
source: string;
|
|
1733
|
+
}, {
|
|
1734
|
+
code: string | null;
|
|
1735
|
+
message: string | null;
|
|
1736
|
+
source: string;
|
|
1737
|
+
}>>>;
|
|
1692
1738
|
nextActions: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1693
1739
|
}, "strip", z.ZodTypeAny, {
|
|
1694
1740
|
phase: string;
|
|
@@ -1702,6 +1748,11 @@ export declare const McpRunHandleResult: z.ZodObject<{
|
|
|
1702
1748
|
eventRefs: string[];
|
|
1703
1749
|
runDir: string | null;
|
|
1704
1750
|
resetsAt: string | null;
|
|
1751
|
+
vendorFailure: {
|
|
1752
|
+
code: string | null;
|
|
1753
|
+
message: string | null;
|
|
1754
|
+
source: string;
|
|
1755
|
+
} | null;
|
|
1705
1756
|
nextActions: string[];
|
|
1706
1757
|
}, {
|
|
1707
1758
|
phase?: string | undefined;
|
|
@@ -1715,6 +1766,11 @@ export declare const McpRunHandleResult: z.ZodObject<{
|
|
|
1715
1766
|
eventRefs?: string[] | undefined;
|
|
1716
1767
|
runDir?: string | null | undefined;
|
|
1717
1768
|
resetsAt?: string | null | undefined;
|
|
1769
|
+
vendorFailure?: {
|
|
1770
|
+
code: string | null;
|
|
1771
|
+
message: string | null;
|
|
1772
|
+
source: string;
|
|
1773
|
+
} | null | undefined;
|
|
1718
1774
|
nextActions?: string[] | undefined;
|
|
1719
1775
|
}>>>;
|
|
1720
1776
|
outcomeBanner: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
@@ -2030,6 +2086,11 @@ export declare const McpRunHandleResult: z.ZodObject<{
|
|
|
2030
2086
|
eventRefs: string[];
|
|
2031
2087
|
runDir: string | null;
|
|
2032
2088
|
resetsAt: string | null;
|
|
2089
|
+
vendorFailure: {
|
|
2090
|
+
code: string | null;
|
|
2091
|
+
message: string | null;
|
|
2092
|
+
source: string;
|
|
2093
|
+
} | null;
|
|
2033
2094
|
nextActions: string[];
|
|
2034
2095
|
} | null;
|
|
2035
2096
|
outcomeBanner: string | null;
|
|
@@ -2219,6 +2280,11 @@ export declare const McpRunHandleResult: z.ZodObject<{
|
|
|
2219
2280
|
eventRefs?: string[] | undefined;
|
|
2220
2281
|
runDir?: string | null | undefined;
|
|
2221
2282
|
resetsAt?: string | null | undefined;
|
|
2283
|
+
vendorFailure?: {
|
|
2284
|
+
code: string | null;
|
|
2285
|
+
message: string | null;
|
|
2286
|
+
source: string;
|
|
2287
|
+
} | null | undefined;
|
|
2222
2288
|
nextActions?: string[] | undefined;
|
|
2223
2289
|
} | null | undefined;
|
|
2224
2290
|
outcomeBanner?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp-run-result.d.ts","sourceRoot":"","sources":["../src/mcp-run-result.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAU3B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAOkE,CAAC;AAChG,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE;;;GAGG;AACH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"mcp-run-result.d.ts","sourceRoot":"","sources":["../src/mcp-run-result.ts"],"names":[],"mappings":"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"}
|
|
@@ -424,6 +424,58 @@
|
|
|
424
424
|
"default": null,
|
|
425
425
|
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
426
426
|
},
|
|
427
|
+
"vendorFailure": {
|
|
428
|
+
"anyOf": [
|
|
429
|
+
{
|
|
430
|
+
"type": "object",
|
|
431
|
+
"properties": {
|
|
432
|
+
"code": {
|
|
433
|
+
"anyOf": [
|
|
434
|
+
{
|
|
435
|
+
"type": "string",
|
|
436
|
+
"minLength": 1,
|
|
437
|
+
"maxLength": 128
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "null"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"description": "The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."
|
|
444
|
+
},
|
|
445
|
+
"message": {
|
|
446
|
+
"anyOf": [
|
|
447
|
+
{
|
|
448
|
+
"type": "string",
|
|
449
|
+
"maxLength": 4000
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"type": "null"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"description": "The vendor's own words from the same record, verbatim (redacted); null when absent."
|
|
456
|
+
},
|
|
457
|
+
"source": {
|
|
458
|
+
"type": "string",
|
|
459
|
+
"minLength": 1,
|
|
460
|
+
"maxLength": 64,
|
|
461
|
+
"description": "Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"required": [
|
|
465
|
+
"code",
|
|
466
|
+
"message",
|
|
467
|
+
"source"
|
|
468
|
+
],
|
|
469
|
+
"additionalProperties": false,
|
|
470
|
+
"description": "Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose."
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"type": "null"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"description": "The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy.",
|
|
477
|
+
"default": null
|
|
478
|
+
},
|
|
427
479
|
"nextActions": {
|
|
428
480
|
"type": "array",
|
|
429
481
|
"items": {
|
|
@@ -244,6 +244,58 @@
|
|
|
244
244
|
"default": null,
|
|
245
245
|
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
246
246
|
},
|
|
247
|
+
"vendorFailure": {
|
|
248
|
+
"anyOf": [
|
|
249
|
+
{
|
|
250
|
+
"type": "object",
|
|
251
|
+
"properties": {
|
|
252
|
+
"code": {
|
|
253
|
+
"anyOf": [
|
|
254
|
+
{
|
|
255
|
+
"type": "string",
|
|
256
|
+
"minLength": 1,
|
|
257
|
+
"maxLength": 128
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"type": "null"
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"description": "The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."
|
|
264
|
+
},
|
|
265
|
+
"message": {
|
|
266
|
+
"anyOf": [
|
|
267
|
+
{
|
|
268
|
+
"type": "string",
|
|
269
|
+
"maxLength": 4000
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"type": "null"
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"description": "The vendor's own words from the same record, verbatim (redacted); null when absent."
|
|
276
|
+
},
|
|
277
|
+
"source": {
|
|
278
|
+
"type": "string",
|
|
279
|
+
"minLength": 1,
|
|
280
|
+
"maxLength": 64,
|
|
281
|
+
"description": "Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"required": [
|
|
285
|
+
"code",
|
|
286
|
+
"message",
|
|
287
|
+
"source"
|
|
288
|
+
],
|
|
289
|
+
"additionalProperties": false,
|
|
290
|
+
"description": "Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose."
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "null"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"description": "The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy.",
|
|
297
|
+
"default": null
|
|
298
|
+
},
|
|
247
299
|
"nextActions": {
|
|
248
300
|
"type": "array",
|
|
249
301
|
"items": {
|
|
@@ -239,6 +239,58 @@
|
|
|
239
239
|
"default": null,
|
|
240
240
|
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
241
241
|
},
|
|
242
|
+
"vendorFailure": {
|
|
243
|
+
"anyOf": [
|
|
244
|
+
{
|
|
245
|
+
"type": "object",
|
|
246
|
+
"properties": {
|
|
247
|
+
"code": {
|
|
248
|
+
"anyOf": [
|
|
249
|
+
{
|
|
250
|
+
"type": "string",
|
|
251
|
+
"minLength": 1,
|
|
252
|
+
"maxLength": 128
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"type": "null"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"description": "The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."
|
|
259
|
+
},
|
|
260
|
+
"message": {
|
|
261
|
+
"anyOf": [
|
|
262
|
+
{
|
|
263
|
+
"type": "string",
|
|
264
|
+
"maxLength": 4000
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"type": "null"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"description": "The vendor's own words from the same record, verbatim (redacted); null when absent."
|
|
271
|
+
},
|
|
272
|
+
"source": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"minLength": 1,
|
|
275
|
+
"maxLength": 64,
|
|
276
|
+
"description": "Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"required": [
|
|
280
|
+
"code",
|
|
281
|
+
"message",
|
|
282
|
+
"source"
|
|
283
|
+
],
|
|
284
|
+
"additionalProperties": false,
|
|
285
|
+
"description": "Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose."
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"type": "null"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"description": "The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy.",
|
|
292
|
+
"default": null
|
|
293
|
+
},
|
|
242
294
|
"nextActions": {
|
|
243
295
|
"type": "array",
|
|
244
296
|
"items": {
|
|
@@ -952,6 +952,58 @@
|
|
|
952
952
|
"default": null,
|
|
953
953
|
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
954
954
|
},
|
|
955
|
+
"vendorFailure": {
|
|
956
|
+
"anyOf": [
|
|
957
|
+
{
|
|
958
|
+
"type": "object",
|
|
959
|
+
"properties": {
|
|
960
|
+
"code": {
|
|
961
|
+
"anyOf": [
|
|
962
|
+
{
|
|
963
|
+
"type": "string",
|
|
964
|
+
"minLength": 1,
|
|
965
|
+
"maxLength": 128
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"type": "null"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"description": "The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."
|
|
972
|
+
},
|
|
973
|
+
"message": {
|
|
974
|
+
"anyOf": [
|
|
975
|
+
{
|
|
976
|
+
"type": "string",
|
|
977
|
+
"maxLength": 4000
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"type": "null"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"description": "The vendor's own words from the same record, verbatim (redacted); null when absent."
|
|
984
|
+
},
|
|
985
|
+
"source": {
|
|
986
|
+
"type": "string",
|
|
987
|
+
"minLength": 1,
|
|
988
|
+
"maxLength": 64,
|
|
989
|
+
"description": "Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"required": [
|
|
993
|
+
"code",
|
|
994
|
+
"message",
|
|
995
|
+
"source"
|
|
996
|
+
],
|
|
997
|
+
"additionalProperties": false,
|
|
998
|
+
"description": "Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose."
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"type": "null"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"description": "The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy.",
|
|
1005
|
+
"default": null
|
|
1006
|
+
},
|
|
955
1007
|
"nextActions": {
|
|
956
1008
|
"type": "array",
|
|
957
1009
|
"items": {
|
|
@@ -928,6 +928,58 @@
|
|
|
928
928
|
"default": null,
|
|
929
929
|
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
930
930
|
},
|
|
931
|
+
"vendorFailure": {
|
|
932
|
+
"anyOf": [
|
|
933
|
+
{
|
|
934
|
+
"type": "object",
|
|
935
|
+
"properties": {
|
|
936
|
+
"code": {
|
|
937
|
+
"anyOf": [
|
|
938
|
+
{
|
|
939
|
+
"type": "string",
|
|
940
|
+
"minLength": 1,
|
|
941
|
+
"maxLength": 128
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"type": "null"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"description": "The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."
|
|
948
|
+
},
|
|
949
|
+
"message": {
|
|
950
|
+
"anyOf": [
|
|
951
|
+
{
|
|
952
|
+
"type": "string",
|
|
953
|
+
"maxLength": 4000
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"type": "null"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"description": "The vendor's own words from the same record, verbatim (redacted); null when absent."
|
|
960
|
+
},
|
|
961
|
+
"source": {
|
|
962
|
+
"type": "string",
|
|
963
|
+
"minLength": 1,
|
|
964
|
+
"maxLength": 64,
|
|
965
|
+
"description": "Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"required": [
|
|
969
|
+
"code",
|
|
970
|
+
"message",
|
|
971
|
+
"source"
|
|
972
|
+
],
|
|
973
|
+
"additionalProperties": false,
|
|
974
|
+
"description": "Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose."
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"type": "null"
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"description": "The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy.",
|
|
981
|
+
"default": null
|
|
982
|
+
},
|
|
931
983
|
"nextActions": {
|
|
932
984
|
"type": "array",
|
|
933
985
|
"items": {
|
|
@@ -121,6 +121,58 @@
|
|
|
121
121
|
"default": null,
|
|
122
122
|
"description": "When the refused window reopens (a spent subscription quota window), or null when the failure has no such time. Callers schedule a retry off this field, never off safeMessage."
|
|
123
123
|
},
|
|
124
|
+
"vendorFailure": {
|
|
125
|
+
"anyOf": [
|
|
126
|
+
{
|
|
127
|
+
"type": "object",
|
|
128
|
+
"properties": {
|
|
129
|
+
"code": {
|
|
130
|
+
"anyOf": [
|
|
131
|
+
{
|
|
132
|
+
"type": "string",
|
|
133
|
+
"minLength": 1,
|
|
134
|
+
"maxLength": 128
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"type": "null"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"description": "The vendor's own machine-readable failure code, verbatim; null when the vendor recorded an error without one."
|
|
141
|
+
},
|
|
142
|
+
"message": {
|
|
143
|
+
"anyOf": [
|
|
144
|
+
{
|
|
145
|
+
"type": "string",
|
|
146
|
+
"maxLength": 4000
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "null"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"description": "The vendor's own words from the same record, verbatim (redacted); null when absent."
|
|
153
|
+
},
|
|
154
|
+
"source": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"minLength": 1,
|
|
157
|
+
"maxLength": 64,
|
|
158
|
+
"description": "Evidence channel the code was read from (codex: `codex_rollout`). An open vocabulary: consumers display it, never branch on it."
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"required": [
|
|
162
|
+
"code",
|
|
163
|
+
"message",
|
|
164
|
+
"source"
|
|
165
|
+
],
|
|
166
|
+
"additionalProperties": false,
|
|
167
|
+
"description": "Vendor-typed failure evidence read from a vendor-owned machine-readable record, never parsed from prose."
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"type": "null"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"description": "The vendor's own typed failure for the attempt this record speaks for, or null when no vendor-typed evidence exists (every harness without such a channel, and any unreadable record). Facts only: carries no remedy.",
|
|
174
|
+
"default": null
|
|
175
|
+
},
|
|
124
176
|
"nextActions": {
|
|
125
177
|
"type": "array",
|
|
126
178
|
"items": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudexor/schema",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Single source of truth for all Claudexor data shapes (Zod + generated JSON Schema).",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"zod": "^4.4.3",
|
|
22
22
|
"zod-to-json-schema": "^3.24.1",
|
|
23
|
-
"@claudexor/util": "3.12.
|
|
23
|
+
"@claudexor/util": "3.12.10"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|