@cat-factory/contracts 0.346.1 → 0.347.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-config.d.ts +0 -2
- package/dist/agent-config.d.ts.map +1 -1
- package/dist/agent-config.js +0 -4
- package/dist/agent-config.js.map +1 -1
- package/dist/agent-effort.d.ts +0 -2
- package/dist/agent-effort.d.ts.map +1 -1
- package/dist/agent-effort.js +0 -5
- package/dist/agent-effort.js.map +1 -1
- package/dist/bugFishing.d.ts +285 -2
- package/dist/bugFishing.d.ts.map +1 -1
- package/dist/bugFishing.js +180 -4
- package/dist/bugFishing.js.map +1 -1
- package/dist/companion.d.ts +0 -2
- package/dist/companion.d.ts.map +1 -1
- package/dist/companion.js +0 -5
- package/dist/companion.js.map +1 -1
- package/dist/consensus.d.ts +0 -4
- package/dist/consensus.d.ts.map +1 -1
- package/dist/consensus.js +0 -8
- package/dist/consensus.js.map +1 -1
- package/dist/entities.d.ts +1 -0
- package/dist/entities.d.ts.map +1 -1
- package/dist/execution.d.ts +62 -0
- package/dist/execution.d.ts.map +1 -1
- package/dist/form-fields.d.ts +24 -3
- package/dist/form-fields.d.ts.map +1 -1
- package/dist/form-fields.js +17 -3
- package/dist/form-fields.js.map +1 -1
- package/dist/fragment-adherence.d.ts +0 -2
- package/dist/fragment-adherence.d.ts.map +1 -1
- package/dist/fragment-adherence.js +0 -5
- package/dist/fragment-adherence.js.map +1 -1
- package/dist/gate-config.d.ts +1 -0
- package/dist/gate-config.d.ts.map +1 -1
- package/dist/initiative-preset.d.ts +2 -8
- package/dist/initiative-preset.d.ts.map +1 -1
- package/dist/initiative-preset.js +1 -3
- package/dist/initiative-preset.js.map +1 -1
- package/dist/initiative.d.ts +6 -6
- package/dist/initiative.d.ts.map +1 -1
- package/dist/initiative.js +1 -19
- package/dist/initiative.js.map +1 -1
- package/dist/inline-use-cases.d.ts +3 -0
- package/dist/inline-use-cases.d.ts.map +1 -1
- package/dist/mergeTrackRecord.d.ts +0 -6
- package/dist/mergeTrackRecord.d.ts.map +1 -1
- package/dist/mergeTrackRecord.js +0 -10
- package/dist/mergeTrackRecord.js.map +1 -1
- package/dist/primitives.d.ts +37 -2
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +11 -0
- package/dist/primitives.js.map +1 -1
- package/dist/public-task-types.d.ts +2 -0
- package/dist/public-task-types.d.ts.map +1 -1
- package/dist/public-task-types.js +19 -1
- package/dist/public-task-types.js.map +1 -1
- package/dist/requests.d.ts +26 -6
- package/dist/requests.d.ts.map +1 -1
- package/dist/routes/agent-runs.d.ts +62 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/board.d.ts +39 -6
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/bug-hunt.d.ts +64 -0
- package/dist/routes/bug-hunt.d.ts.map +1 -1
- package/dist/routes/bugFishing.d.ts +124 -0
- package/dist/routes/bugFishing.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +312 -0
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/human-review.d.ts +31 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +155 -0
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/initiative.d.ts +17 -0
- package/dist/routes/initiative.d.ts.map +1 -1
- package/dist/routes/public-api.d.ts +1 -0
- package/dist/routes/public-api.d.ts.map +1 -1
- package/dist/routes/task-types.d.ts +3 -0
- package/dist/routes/task-types.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +3 -0
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/use-cases.d.ts +2 -0
- package/dist/routes/use-cases.d.ts.map +1 -1
- package/dist/routes/visual-confirm.d.ts +93 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +74 -0
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +37 -0
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/task-types.d.ts +5 -5
- package/dist/task-types.d.ts.map +1 -1
- package/dist/task-types.js +1 -3
- package/dist/task-types.js.map +1 -1
- package/package.json +1 -1
|
@@ -70,6 +70,7 @@ declare const adoptBugHuntResultSchema: v.ObjectSchema<{
|
|
|
70
70
|
readonly reviewSkillIds: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, v.MaxLengthAction<string[], 8, undefined>]>, undefined>;
|
|
71
71
|
readonly fishingPhaseIds: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 60, undefined>]>, undefined>, v.MaxLengthAction<string[], 32, undefined>]>, undefined>;
|
|
72
72
|
readonly fishingFocus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
73
|
+
readonly fishingMaxPasses: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 96, undefined>]>, undefined>;
|
|
73
74
|
readonly custom: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
74
75
|
}, undefined>, undefined>, undefined>;
|
|
75
76
|
readonly technical: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
@@ -1014,11 +1015,21 @@ declare const adoptBugHuntResultSchema: v.ObjectSchema<{
|
|
|
1014
1015
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1015
1016
|
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1016
1017
|
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1018
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1019
|
+
readonly territoryLabel: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1020
|
+
readonly coverage: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1021
|
+
readonly filesRead: v.NumberSchema<undefined>;
|
|
1022
|
+
readonly manifestFiles: v.NumberSchema<undefined>;
|
|
1023
|
+
readonly offManifest: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
1024
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["self-reported"], undefined>, "self-reported">;
|
|
1025
|
+
}, undefined>, undefined>, undefined>;
|
|
1026
|
+
readonly outOfScopeFindings: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1017
1027
|
}, undefined>, undefined>, readonly []>;
|
|
1018
1028
|
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
1019
1029
|
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1020
1030
|
readonly id: v.StringSchema<undefined>;
|
|
1021
1031
|
readonly phaseId: v.StringSchema<undefined>;
|
|
1032
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1022
1033
|
readonly path: v.StringSchema<undefined>;
|
|
1023
1034
|
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1024
1035
|
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
@@ -1040,6 +1051,27 @@ declare const adoptBugHuntResultSchema: v.ObjectSchema<{
|
|
|
1040
1051
|
}, undefined>, undefined>, undefined>;
|
|
1041
1052
|
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
1042
1053
|
}, undefined>, undefined>, readonly []>;
|
|
1054
|
+
readonly territories: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1055
|
+
readonly id: v.StringSchema<undefined>;
|
|
1056
|
+
readonly label: v.StringSchema<undefined>;
|
|
1057
|
+
readonly roots: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
1058
|
+
readonly fileCount: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
1059
|
+
readonly approxTokens: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
1060
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["blueprint", "directory", "whole-codebase"], undefined>, "directory">;
|
|
1061
|
+
readonly subtreeShas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
1062
|
+
}, undefined>, undefined>, undefined>;
|
|
1063
|
+
readonly plan: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1064
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
1065
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
1066
|
+
readonly unfished: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1067
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
1068
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
1069
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
1070
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
1071
|
+
}, undefined>, undefined>, readonly []>;
|
|
1072
|
+
readonly treeTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
1073
|
+
readonly surveyUnavailableReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1074
|
+
}, undefined>, undefined>, undefined>;
|
|
1043
1075
|
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1044
1076
|
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1045
1077
|
}, undefined>, undefined>, undefined>;
|
|
@@ -1867,6 +1899,7 @@ export declare const adoptBugHuntCandidateContract: {
|
|
|
1867
1899
|
readonly reviewSkillIds: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, v.MaxLengthAction<string[], 8, undefined>]>, undefined>;
|
|
1868
1900
|
readonly fishingPhaseIds: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 60, undefined>]>, undefined>, v.MaxLengthAction<string[], 32, undefined>]>, undefined>;
|
|
1869
1901
|
readonly fishingFocus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1902
|
+
readonly fishingMaxPasses: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 96, undefined>]>, undefined>;
|
|
1870
1903
|
readonly custom: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
1871
1904
|
}, undefined>, undefined>, undefined>;
|
|
1872
1905
|
readonly technical: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
@@ -2811,11 +2844,21 @@ export declare const adoptBugHuntCandidateContract: {
|
|
|
2811
2844
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2812
2845
|
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2813
2846
|
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2847
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2848
|
+
readonly territoryLabel: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2849
|
+
readonly coverage: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2850
|
+
readonly filesRead: v.NumberSchema<undefined>;
|
|
2851
|
+
readonly manifestFiles: v.NumberSchema<undefined>;
|
|
2852
|
+
readonly offManifest: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2853
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["self-reported"], undefined>, "self-reported">;
|
|
2854
|
+
}, undefined>, undefined>, undefined>;
|
|
2855
|
+
readonly outOfScopeFindings: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2814
2856
|
}, undefined>, undefined>, readonly []>;
|
|
2815
2857
|
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2816
2858
|
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2817
2859
|
readonly id: v.StringSchema<undefined>;
|
|
2818
2860
|
readonly phaseId: v.StringSchema<undefined>;
|
|
2861
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2819
2862
|
readonly path: v.StringSchema<undefined>;
|
|
2820
2863
|
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2821
2864
|
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
@@ -2837,6 +2880,27 @@ export declare const adoptBugHuntCandidateContract: {
|
|
|
2837
2880
|
}, undefined>, undefined>, undefined>;
|
|
2838
2881
|
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2839
2882
|
}, undefined>, undefined>, readonly []>;
|
|
2883
|
+
readonly territories: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2884
|
+
readonly id: v.StringSchema<undefined>;
|
|
2885
|
+
readonly label: v.StringSchema<undefined>;
|
|
2886
|
+
readonly roots: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
2887
|
+
readonly fileCount: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2888
|
+
readonly approxTokens: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2889
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["blueprint", "directory", "whole-codebase"], undefined>, "directory">;
|
|
2890
|
+
readonly subtreeShas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
2891
|
+
}, undefined>, undefined>, undefined>;
|
|
2892
|
+
readonly plan: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2893
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
2894
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
2895
|
+
readonly unfished: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2896
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
2897
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
2898
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
2899
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
2900
|
+
}, undefined>, undefined>, readonly []>;
|
|
2901
|
+
readonly treeTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2902
|
+
readonly surveyUnavailableReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2903
|
+
}, undefined>, undefined>, undefined>;
|
|
2840
2904
|
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2841
2905
|
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2842
2906
|
}, undefined>, undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bug-hunt.d.ts","sourceRoot":"","sources":["../../src/routes/bug-hunt.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAe5B,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"bug-hunt.d.ts","sourceRoot":"","sources":["../../src/routes/bug-hunt.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA"}
|
|
@@ -40,11 +40,21 @@ export declare const getBugFishingContract: {
|
|
|
40
40
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
41
41
|
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
42
42
|
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
43
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
44
|
+
readonly territoryLabel: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
45
|
+
readonly coverage: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
46
|
+
readonly filesRead: v.NumberSchema<undefined>;
|
|
47
|
+
readonly manifestFiles: v.NumberSchema<undefined>;
|
|
48
|
+
readonly offManifest: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
49
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["self-reported"], undefined>, "self-reported">;
|
|
50
|
+
}, undefined>, undefined>, undefined>;
|
|
51
|
+
readonly outOfScopeFindings: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
43
52
|
}, undefined>, undefined>, readonly []>;
|
|
44
53
|
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
45
54
|
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
46
55
|
readonly id: v.StringSchema<undefined>;
|
|
47
56
|
readonly phaseId: v.StringSchema<undefined>;
|
|
57
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
48
58
|
readonly path: v.StringSchema<undefined>;
|
|
49
59
|
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
50
60
|
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
@@ -66,6 +76,27 @@ export declare const getBugFishingContract: {
|
|
|
66
76
|
}, undefined>, undefined>, undefined>;
|
|
67
77
|
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
68
78
|
}, undefined>, undefined>, readonly []>;
|
|
79
|
+
readonly territories: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
80
|
+
readonly id: v.StringSchema<undefined>;
|
|
81
|
+
readonly label: v.StringSchema<undefined>;
|
|
82
|
+
readonly roots: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
83
|
+
readonly fileCount: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
84
|
+
readonly approxTokens: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
85
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["blueprint", "directory", "whole-codebase"], undefined>, "directory">;
|
|
86
|
+
readonly subtreeShas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
87
|
+
}, undefined>, undefined>, undefined>;
|
|
88
|
+
readonly plan: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
89
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
90
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
91
|
+
readonly unfished: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
92
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
93
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
94
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
95
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
96
|
+
}, undefined>, undefined>, readonly []>;
|
|
97
|
+
readonly treeTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
98
|
+
readonly surveyUnavailableReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
99
|
+
}, undefined>, undefined>, undefined>;
|
|
69
100
|
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
70
101
|
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
71
102
|
}, undefined>, undefined>;
|
|
@@ -123,11 +154,21 @@ export declare const addressBugFishingFindingsContract: {
|
|
|
123
154
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
124
155
|
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
125
156
|
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
157
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
158
|
+
readonly territoryLabel: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
159
|
+
readonly coverage: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
160
|
+
readonly filesRead: v.NumberSchema<undefined>;
|
|
161
|
+
readonly manifestFiles: v.NumberSchema<undefined>;
|
|
162
|
+
readonly offManifest: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
163
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["self-reported"], undefined>, "self-reported">;
|
|
164
|
+
}, undefined>, undefined>, undefined>;
|
|
165
|
+
readonly outOfScopeFindings: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
126
166
|
}, undefined>, undefined>, readonly []>;
|
|
127
167
|
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
128
168
|
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
129
169
|
readonly id: v.StringSchema<undefined>;
|
|
130
170
|
readonly phaseId: v.StringSchema<undefined>;
|
|
171
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
131
172
|
readonly path: v.StringSchema<undefined>;
|
|
132
173
|
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
133
174
|
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
@@ -149,6 +190,27 @@ export declare const addressBugFishingFindingsContract: {
|
|
|
149
190
|
}, undefined>, undefined>, undefined>;
|
|
150
191
|
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
151
192
|
}, undefined>, undefined>, readonly []>;
|
|
193
|
+
readonly territories: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
194
|
+
readonly id: v.StringSchema<undefined>;
|
|
195
|
+
readonly label: v.StringSchema<undefined>;
|
|
196
|
+
readonly roots: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
197
|
+
readonly fileCount: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
198
|
+
readonly approxTokens: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
199
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["blueprint", "directory", "whole-codebase"], undefined>, "directory">;
|
|
200
|
+
readonly subtreeShas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
201
|
+
}, undefined>, undefined>, undefined>;
|
|
202
|
+
readonly plan: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
203
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
204
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
205
|
+
readonly unfished: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
206
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
207
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
208
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
209
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
210
|
+
}, undefined>, undefined>, readonly []>;
|
|
211
|
+
readonly treeTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
212
|
+
readonly surveyUnavailableReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
213
|
+
}, undefined>, undefined>, undefined>;
|
|
152
214
|
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
153
215
|
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
154
216
|
}, undefined>;
|
|
@@ -199,11 +261,21 @@ export declare const dismissBugFishingFindingContract: {
|
|
|
199
261
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
200
262
|
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
201
263
|
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
264
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
265
|
+
readonly territoryLabel: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
266
|
+
readonly coverage: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
267
|
+
readonly filesRead: v.NumberSchema<undefined>;
|
|
268
|
+
readonly manifestFiles: v.NumberSchema<undefined>;
|
|
269
|
+
readonly offManifest: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
270
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["self-reported"], undefined>, "self-reported">;
|
|
271
|
+
}, undefined>, undefined>, undefined>;
|
|
272
|
+
readonly outOfScopeFindings: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
202
273
|
}, undefined>, undefined>, readonly []>;
|
|
203
274
|
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
204
275
|
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
205
276
|
readonly id: v.StringSchema<undefined>;
|
|
206
277
|
readonly phaseId: v.StringSchema<undefined>;
|
|
278
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
207
279
|
readonly path: v.StringSchema<undefined>;
|
|
208
280
|
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
209
281
|
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
@@ -225,6 +297,27 @@ export declare const dismissBugFishingFindingContract: {
|
|
|
225
297
|
}, undefined>, undefined>, undefined>;
|
|
226
298
|
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
227
299
|
}, undefined>, undefined>, readonly []>;
|
|
300
|
+
readonly territories: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
301
|
+
readonly id: v.StringSchema<undefined>;
|
|
302
|
+
readonly label: v.StringSchema<undefined>;
|
|
303
|
+
readonly roots: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
304
|
+
readonly fileCount: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
305
|
+
readonly approxTokens: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
306
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["blueprint", "directory", "whole-codebase"], undefined>, "directory">;
|
|
307
|
+
readonly subtreeShas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
308
|
+
}, undefined>, undefined>, undefined>;
|
|
309
|
+
readonly plan: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
310
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
311
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
312
|
+
readonly unfished: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
313
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
314
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
315
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
316
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
317
|
+
}, undefined>, undefined>, readonly []>;
|
|
318
|
+
readonly treeTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
319
|
+
readonly surveyUnavailableReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
320
|
+
}, undefined>, undefined>, undefined>;
|
|
228
321
|
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
229
322
|
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
230
323
|
}, undefined>;
|
|
@@ -273,11 +366,21 @@ export declare const resolveBugFishingContract: {
|
|
|
273
366
|
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
274
367
|
readonly settledAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
275
368
|
readonly failureReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
369
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
370
|
+
readonly territoryLabel: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
371
|
+
readonly coverage: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
372
|
+
readonly filesRead: v.NumberSchema<undefined>;
|
|
373
|
+
readonly manifestFiles: v.NumberSchema<undefined>;
|
|
374
|
+
readonly offManifest: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
375
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["self-reported"], undefined>, "self-reported">;
|
|
376
|
+
}, undefined>, undefined>, undefined>;
|
|
377
|
+
readonly outOfScopeFindings: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
276
378
|
}, undefined>, undefined>, readonly []>;
|
|
277
379
|
readonly currentPhaseIndex: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
278
380
|
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
279
381
|
readonly id: v.StringSchema<undefined>;
|
|
280
382
|
readonly phaseId: v.StringSchema<undefined>;
|
|
383
|
+
readonly territoryId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
281
384
|
readonly path: v.StringSchema<undefined>;
|
|
282
385
|
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
283
386
|
readonly severity: v.PicklistSchema<["critical", "high", "medium", "low"], undefined>;
|
|
@@ -299,6 +402,27 @@ export declare const resolveBugFishingContract: {
|
|
|
299
402
|
}, undefined>, undefined>, undefined>;
|
|
300
403
|
readonly dismissed: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
301
404
|
}, undefined>, undefined>, readonly []>;
|
|
405
|
+
readonly territories: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
406
|
+
readonly id: v.StringSchema<undefined>;
|
|
407
|
+
readonly label: v.StringSchema<undefined>;
|
|
408
|
+
readonly roots: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
409
|
+
readonly fileCount: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
410
|
+
readonly approxTokens: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
411
|
+
readonly source: v.OptionalSchema<v.PicklistSchema<["blueprint", "directory", "whole-codebase"], undefined>, "directory">;
|
|
412
|
+
readonly subtreeShas: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
413
|
+
}, undefined>, undefined>, undefined>;
|
|
414
|
+
readonly plan: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
415
|
+
readonly passBudget: v.NumberSchema<undefined>;
|
|
416
|
+
readonly plannedCells: v.NumberSchema<undefined>;
|
|
417
|
+
readonly unfished: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
418
|
+
readonly territoryId: v.StringSchema<undefined>;
|
|
419
|
+
readonly territoryLabel: v.StringSchema<undefined>;
|
|
420
|
+
readonly phaseId: v.StringSchema<undefined>;
|
|
421
|
+
readonly phaseTitle: v.StringSchema<undefined>;
|
|
422
|
+
}, undefined>, undefined>, readonly []>;
|
|
423
|
+
readonly treeTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
424
|
+
readonly surveyUnavailableReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
425
|
+
}, undefined>, undefined>, undefined>;
|
|
302
426
|
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
303
427
|
readonly defaultFixPipelineId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
304
428
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bugFishing.d.ts","sourceRoot":"","sources":["../../src/routes/bugFishing.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAoB5B,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"bugFishing.d.ts","sourceRoot":"","sources":["../../src/routes/bugFishing.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAoB5B,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKhC,CAAA;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM5C,CAAA;AAEF,oGAAoG;AACpG,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO3C,CAAA;AAEF,+FAA+F;AAC/F,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMpC,CAAA"}
|