@cat-factory/contracts 0.122.0 → 0.123.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/brainstorm.d.ts +2 -0
- package/dist/brainstorm.d.ts.map +1 -1
- package/dist/clarity.d.ts +2 -0
- package/dist/clarity.d.ts.map +1 -1
- package/dist/entities.d.ts +126 -2
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +71 -2
- package/dist/entities.js.map +1 -1
- package/dist/merge.d.ts +7 -7
- package/dist/merge.d.ts.map +1 -1
- package/dist/merge.js +4 -4
- package/dist/merge.js.map +1 -1
- package/dist/requests.d.ts +19 -8
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +10 -3
- package/dist/requests.js.map +1 -1
- package/dist/requirements.d.ts +63 -8
- package/dist/requirements.d.ts.map +1 -1
- package/dist/requirements.js +37 -8
- package/dist/requirements.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +6 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/board.d.ts +18 -18
- package/dist/routes/brainstorm.d.ts +8 -0
- package/dist/routes/brainstorm.d.ts.map +1 -1
- package/dist/routes/clarity.d.ts +8 -0
- package/dist/routes/clarity.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +68 -2
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/execution.js +8 -1
- package/dist/routes/execution.js.map +1 -1
- package/dist/routes/human-review.d.ts +3 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +15 -0
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/initiative.d.ts +1 -1
- package/dist/routes/merge.d.ts +6 -6
- package/dist/routes/merge.d.ts.map +1 -1
- package/dist/routes/merge.js +20 -20
- package/dist/routes/merge.js.map +1 -1
- package/dist/routes/pipelines.d.ts +24 -0
- package/dist/routes/pipelines.d.ts.map +1 -1
- package/dist/routes/requirements.d.ts +31 -2
- package/dist/routes/requirements.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +3 -3
- package/dist/routes/visual-confirm.d.ts +9 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +18 -6
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +10 -4
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/snapshot.js +4 -4
- package/dist/snapshot.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-runs.d.ts","sourceRoot":"","sources":["../../src/routes/agent-runs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAsB5B,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"agent-runs.d.ts","sourceRoot":"","sources":["../../src/routes/agent-runs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAsB5B,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/B,CAAA"}
|
package/dist/routes/board.d.ts
CHANGED
|
@@ -355,7 +355,7 @@ export declare const addFrameContract: {
|
|
|
355
355
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
356
356
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
357
357
|
}, undefined>, undefined>, undefined>;
|
|
358
|
-
readonly
|
|
358
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
359
359
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
360
360
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
361
361
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -726,7 +726,7 @@ export declare const addServiceFromRepoContract: {
|
|
|
726
726
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
727
727
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
728
728
|
}, undefined>, undefined>, undefined>;
|
|
729
|
-
readonly
|
|
729
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
730
730
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
731
731
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
732
732
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -771,7 +771,7 @@ export declare const addTaskContract: {
|
|
|
771
771
|
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
772
772
|
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
773
773
|
}, undefined>, undefined>;
|
|
774
|
-
readonly
|
|
774
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
775
775
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
776
776
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
777
777
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
@@ -1123,7 +1123,7 @@ export declare const addTaskContract: {
|
|
|
1123
1123
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
1124
1124
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1125
1125
|
}, undefined>, undefined>, undefined>;
|
|
1126
|
-
readonly
|
|
1126
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1127
1127
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1128
1128
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1129
1129
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -1496,7 +1496,7 @@ export declare const addModuleContract: {
|
|
|
1496
1496
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
1497
1497
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1498
1498
|
}, undefined>, undefined>, undefined>;
|
|
1499
|
-
readonly
|
|
1499
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1500
1500
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1501
1501
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1502
1502
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -1866,7 +1866,7 @@ export declare const addEpicContract: {
|
|
|
1866
1866
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
1867
1867
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1868
1868
|
}, undefined>, undefined>, undefined>;
|
|
1869
|
-
readonly
|
|
1869
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1870
1870
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1871
1871
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1872
1872
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -2235,7 +2235,7 @@ export declare const assignEpicContract: {
|
|
|
2235
2235
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
2236
2236
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2237
2237
|
}, undefined>, undefined>, undefined>;
|
|
2238
|
-
readonly
|
|
2238
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2239
2239
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2240
2240
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2241
2241
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -2270,7 +2270,7 @@ export declare const updateBlockContract: {
|
|
|
2270
2270
|
readonly fragmentIds: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2271
2271
|
readonly serviceFragmentIds: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2272
2272
|
readonly modelId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
2273
|
-
readonly
|
|
2273
|
+
readonly riskPolicyId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
2274
2274
|
readonly modelPresetId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
2275
2275
|
readonly pipelineId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
2276
2276
|
readonly agentConfig: import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
@@ -2553,7 +2553,7 @@ export declare const updateBlockContract: {
|
|
|
2553
2553
|
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>, undefined>;
|
|
2554
2554
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>, undefined>;
|
|
2555
2555
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2556
|
-
readonly
|
|
2556
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2557
2557
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2558
2558
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2559
2559
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
@@ -2836,7 +2836,7 @@ export declare const updateBlockContract: {
|
|
|
2836
2836
|
fragmentIds?: string[] | undefined;
|
|
2837
2837
|
serviceFragmentIds?: string[] | undefined;
|
|
2838
2838
|
modelId?: string | undefined;
|
|
2839
|
-
|
|
2839
|
+
riskPolicyId?: string | undefined;
|
|
2840
2840
|
modelPresetId?: string | undefined;
|
|
2841
2841
|
pipelineId?: string | undefined;
|
|
2842
2842
|
agentConfig?: {
|
|
@@ -3091,7 +3091,7 @@ export declare const updateBlockContract: {
|
|
|
3091
3091
|
fragmentIds?: string[] | undefined;
|
|
3092
3092
|
serviceFragmentIds?: string[] | undefined;
|
|
3093
3093
|
modelId?: string | undefined;
|
|
3094
|
-
|
|
3094
|
+
riskPolicyId?: string | undefined;
|
|
3095
3095
|
modelPresetId?: string | undefined;
|
|
3096
3096
|
pipelineId?: string | undefined;
|
|
3097
3097
|
agentConfig?: {
|
|
@@ -3347,7 +3347,7 @@ export declare const updateBlockContract: {
|
|
|
3347
3347
|
fragmentIds?: string[] | undefined;
|
|
3348
3348
|
serviceFragmentIds?: string[] | undefined;
|
|
3349
3349
|
modelId?: string | undefined;
|
|
3350
|
-
|
|
3350
|
+
riskPolicyId?: string | undefined;
|
|
3351
3351
|
modelPresetId?: string | undefined;
|
|
3352
3352
|
pipelineId?: string | undefined;
|
|
3353
3353
|
agentConfig?: {
|
|
@@ -3624,7 +3624,7 @@ export declare const updateBlockContract: {
|
|
|
3624
3624
|
fragmentIds?: string[] | undefined;
|
|
3625
3625
|
serviceFragmentIds?: string[] | undefined;
|
|
3626
3626
|
modelId?: string | undefined;
|
|
3627
|
-
|
|
3627
|
+
riskPolicyId?: string | undefined;
|
|
3628
3628
|
modelPresetId?: string | undefined;
|
|
3629
3629
|
pipelineId?: string | undefined;
|
|
3630
3630
|
agentConfig?: {
|
|
@@ -3880,7 +3880,7 @@ export declare const updateBlockContract: {
|
|
|
3880
3880
|
fragmentIds?: string[] | undefined;
|
|
3881
3881
|
serviceFragmentIds?: string[] | undefined;
|
|
3882
3882
|
modelId?: string | undefined;
|
|
3883
|
-
|
|
3883
|
+
riskPolicyId?: string | undefined;
|
|
3884
3884
|
modelPresetId?: string | undefined;
|
|
3885
3885
|
pipelineId?: string | undefined;
|
|
3886
3886
|
agentConfig?: {
|
|
@@ -4490,7 +4490,7 @@ export declare const updateBlockContract: {
|
|
|
4490
4490
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
4491
4491
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
4492
4492
|
}, undefined>, undefined>, undefined>;
|
|
4493
|
-
readonly
|
|
4493
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4494
4494
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4495
4495
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4496
4496
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -4862,7 +4862,7 @@ export declare const moveBlockContract: {
|
|
|
4862
4862
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
4863
4863
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
4864
4864
|
}, undefined>, undefined>, undefined>;
|
|
4865
|
-
readonly
|
|
4865
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4866
4866
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4867
4867
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4868
4868
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -5235,7 +5235,7 @@ export declare const reparentBlockContract: {
|
|
|
5235
5235
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
5236
5236
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5237
5237
|
}, undefined>, undefined>, undefined>;
|
|
5238
|
-
readonly
|
|
5238
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5239
5239
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5240
5240
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5241
5241
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -5638,7 +5638,7 @@ export declare const toggleDependencyContract: {
|
|
|
5638
5638
|
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
5639
5639
|
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5640
5640
|
}, undefined>, undefined>, undefined>;
|
|
5641
|
-
readonly
|
|
5641
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5642
5642
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5643
5643
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5644
5644
|
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -46,6 +46,7 @@ export declare const getBrainstormContract: {
|
|
|
46
46
|
readonly detail: v.StringSchema<undefined>;
|
|
47
47
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
48
48
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
49
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
49
50
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
50
51
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
51
52
|
}, undefined>, undefined>;
|
|
@@ -105,6 +106,7 @@ export declare const reviewBrainstormContract: {
|
|
|
105
106
|
readonly detail: v.StringSchema<undefined>;
|
|
106
107
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
107
108
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
109
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
108
110
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
109
111
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
110
112
|
}, undefined>, undefined>;
|
|
@@ -166,6 +168,7 @@ export declare const replyBrainstormItemContract: {
|
|
|
166
168
|
readonly detail: v.StringSchema<undefined>;
|
|
167
169
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
168
170
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
171
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
169
172
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
170
173
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
171
174
|
}, undefined>, undefined>;
|
|
@@ -227,6 +230,7 @@ export declare const updateBrainstormItemStatusContract: {
|
|
|
227
230
|
readonly detail: v.StringSchema<undefined>;
|
|
228
231
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
229
232
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
233
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
230
234
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
231
235
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
232
236
|
}, undefined>, undefined>;
|
|
@@ -288,6 +292,7 @@ export declare const incorporateBrainstormContract: {
|
|
|
288
292
|
readonly detail: v.StringSchema<undefined>;
|
|
289
293
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
290
294
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
295
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
291
296
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
292
297
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
293
298
|
}, undefined>, undefined>;
|
|
@@ -347,6 +352,7 @@ export declare const reReviewBrainstormContract: {
|
|
|
347
352
|
readonly detail: v.StringSchema<undefined>;
|
|
348
353
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
349
354
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
355
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
350
356
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
351
357
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
352
358
|
}, undefined>, undefined>;
|
|
@@ -406,6 +412,7 @@ export declare const proceedBrainstormContract: {
|
|
|
406
412
|
readonly detail: v.StringSchema<undefined>;
|
|
407
413
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
408
414
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
415
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
409
416
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
410
417
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
411
418
|
}, undefined>, undefined>;
|
|
@@ -467,6 +474,7 @@ export declare const resolveBrainstormExceededContract: {
|
|
|
467
474
|
readonly detail: v.StringSchema<undefined>;
|
|
468
475
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
469
476
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
477
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
470
478
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
471
479
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
472
480
|
}, undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brainstorm.d.ts","sourceRoot":"","sources":["../../src/routes/brainstorm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAwB5B,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"brainstorm.d.ts","sourceRoot":"","sources":["../../src/routes/brainstorm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAwB5B,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKhC,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOtC,CAAA;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM7C,CAAA;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMrC,CAAA;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMpC,CAAA;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM5C,CAAA"}
|
package/dist/routes/clarity.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export declare const getClarityReviewContract: {
|
|
|
43
43
|
readonly detail: v.StringSchema<undefined>;
|
|
44
44
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
45
45
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
46
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
46
47
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
47
48
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
48
49
|
}, undefined>, undefined>;
|
|
@@ -99,6 +100,7 @@ export declare const reviewClarityContract: {
|
|
|
99
100
|
readonly detail: v.StringSchema<undefined>;
|
|
100
101
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
101
102
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
103
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
102
104
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
103
105
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
104
106
|
}, undefined>, undefined>;
|
|
@@ -159,6 +161,7 @@ export declare const replyClarityItemContract: {
|
|
|
159
161
|
readonly detail: v.StringSchema<undefined>;
|
|
160
162
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
161
163
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
164
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
162
165
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
163
166
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
164
167
|
}, undefined>, undefined>;
|
|
@@ -219,6 +222,7 @@ export declare const updateClarityItemStatusContract: {
|
|
|
219
222
|
readonly detail: v.StringSchema<undefined>;
|
|
220
223
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
221
224
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
225
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
222
226
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
223
227
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
224
228
|
}, undefined>, undefined>;
|
|
@@ -277,6 +281,7 @@ export declare const incorporateClarityContract: {
|
|
|
277
281
|
readonly detail: v.StringSchema<undefined>;
|
|
278
282
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
279
283
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
284
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
280
285
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
281
286
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
282
287
|
}, undefined>, undefined>;
|
|
@@ -333,6 +338,7 @@ export declare const reReviewClarityContract: {
|
|
|
333
338
|
readonly detail: v.StringSchema<undefined>;
|
|
334
339
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
335
340
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
341
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
336
342
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
337
343
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
338
344
|
}, undefined>, undefined>;
|
|
@@ -389,6 +395,7 @@ export declare const proceedClarityContract: {
|
|
|
389
395
|
readonly detail: v.StringSchema<undefined>;
|
|
390
396
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
391
397
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
398
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
392
399
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
393
400
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
394
401
|
}, undefined>, undefined>;
|
|
@@ -447,6 +454,7 @@ export declare const resolveClarityExceededContract: {
|
|
|
447
454
|
readonly detail: v.StringSchema<undefined>;
|
|
448
455
|
readonly status: v.PicklistSchema<["open", "answered", "resolved", "dismissed", "recommend_requested"], undefined>;
|
|
449
456
|
readonly reply: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
457
|
+
readonly autoAnswerable: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
450
458
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
451
459
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
452
460
|
}, undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clarity.d.ts","sourceRoot":"","sources":["../../src/routes/clarity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAmB5B,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"clarity.d.ts","sourceRoot":"","sources":["../../src/routes/clarity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAmB5B,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKnC,CAAA;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM1C,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMrC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlC,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMjC,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAA"}
|
|
@@ -406,6 +406,9 @@ export declare const startExecutionContract: {
|
|
|
406
406
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
407
407
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
408
408
|
}, undefined>, undefined>, undefined>;
|
|
409
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
410
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
411
|
+
}, undefined>, undefined>, undefined>;
|
|
409
412
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
410
413
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
411
414
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -1060,7 +1063,7 @@ export declare const cancelExecutionContract: {
|
|
|
1060
1063
|
readonly defaultBranch: v.StringSchema<undefined>;
|
|
1061
1064
|
readonly connectionId: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1062
1065
|
}, undefined>, undefined>, undefined>;
|
|
1063
|
-
readonly
|
|
1066
|
+
readonly riskPolicyId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1064
1067
|
readonly modelPresetId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1065
1068
|
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1066
1069
|
readonly createdBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -1427,7 +1430,7 @@ export declare const mergeBlockContract: {
|
|
|
1427
1430
|
readonly defaultBranch: v.StringSchema<undefined>;
|
|
1428
1431
|
readonly connectionId: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1429
1432
|
}, undefined>, undefined>, undefined>;
|
|
1430
|
-
readonly
|
|
1433
|
+
readonly riskPolicyId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1431
1434
|
readonly modelPresetId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1432
1435
|
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1433
1436
|
readonly createdBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -1875,6 +1878,9 @@ export declare const resumeSpendContract: {
|
|
|
1875
1878
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1876
1879
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
1877
1880
|
}, undefined>, undefined>, undefined>;
|
|
1881
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1882
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1883
|
+
}, undefined>, undefined>, undefined>;
|
|
1878
1884
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1879
1885
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1880
1886
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -2175,6 +2181,48 @@ export declare const resumeSpendContract: {
|
|
|
2175
2181
|
}, undefined>, undefined>;
|
|
2176
2182
|
};
|
|
2177
2183
|
};
|
|
2184
|
+
export declare const getWorkspaceUsageContract: {
|
|
2185
|
+
readonly method: "get";
|
|
2186
|
+
readonly pathResolver: () => string;
|
|
2187
|
+
readonly responsesByStatusCode: {
|
|
2188
|
+
readonly '4xx': v.ObjectSchema<{
|
|
2189
|
+
readonly error: v.ObjectSchema<{
|
|
2190
|
+
readonly code: v.StringSchema<undefined>;
|
|
2191
|
+
readonly message: v.StringSchema<undefined>;
|
|
2192
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2193
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2194
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2195
|
+
readonly message: v.StringSchema<undefined>;
|
|
2196
|
+
}, undefined>, undefined>, undefined>;
|
|
2197
|
+
}, undefined>;
|
|
2198
|
+
}, undefined>;
|
|
2199
|
+
readonly '5xx': v.ObjectSchema<{
|
|
2200
|
+
readonly error: v.ObjectSchema<{
|
|
2201
|
+
readonly code: v.StringSchema<undefined>;
|
|
2202
|
+
readonly message: v.StringSchema<undefined>;
|
|
2203
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2204
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2205
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2206
|
+
readonly message: v.StringSchema<undefined>;
|
|
2207
|
+
}, undefined>, undefined>, undefined>;
|
|
2208
|
+
}, undefined>;
|
|
2209
|
+
}, undefined>;
|
|
2210
|
+
readonly 200: v.ObjectSchema<{
|
|
2211
|
+
readonly periodStart: v.NumberSchema<undefined>;
|
|
2212
|
+
readonly currency: v.StringSchema<undefined>;
|
|
2213
|
+
readonly rows: v.ArraySchema<v.ObjectSchema<{
|
|
2214
|
+
readonly billing: v.PicklistSchema<["metered", "subscription"], undefined>;
|
|
2215
|
+
readonly vendor: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2216
|
+
readonly provider: v.StringSchema<undefined>;
|
|
2217
|
+
readonly model: v.StringSchema<undefined>;
|
|
2218
|
+
readonly inputTokens: v.NumberSchema<undefined>;
|
|
2219
|
+
readonly outputTokens: v.NumberSchema<undefined>;
|
|
2220
|
+
readonly costEstimate: v.NumberSchema<undefined>;
|
|
2221
|
+
readonly calls: v.NumberSchema<undefined>;
|
|
2222
|
+
}, undefined>, undefined>;
|
|
2223
|
+
}, undefined>;
|
|
2224
|
+
};
|
|
2225
|
+
};
|
|
2178
2226
|
export declare const getExecutionLlmMetricsContract: {
|
|
2179
2227
|
readonly method: "get";
|
|
2180
2228
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
@@ -2851,6 +2899,9 @@ export declare const resolveDecisionContract: {
|
|
|
2851
2899
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2852
2900
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2853
2901
|
}, undefined>, undefined>, undefined>;
|
|
2902
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2903
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2904
|
+
}, undefined>, undefined>, undefined>;
|
|
2854
2905
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2855
2906
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2856
2907
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -3559,6 +3610,9 @@ export declare const approveStepContract: {
|
|
|
3559
3610
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3560
3611
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
3561
3612
|
}, undefined>, undefined>, undefined>;
|
|
3613
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3614
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3615
|
+
}, undefined>, undefined>, undefined>;
|
|
3562
3616
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3563
3617
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3564
3618
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -4281,6 +4335,9 @@ export declare const requestStepChangesContract: {
|
|
|
4281
4335
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
4282
4336
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
4283
4337
|
}, undefined>, undefined>, undefined>;
|
|
4338
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
4339
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4340
|
+
}, undefined>, undefined>, undefined>;
|
|
4284
4341
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4285
4342
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4286
4343
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -4989,6 +5046,9 @@ export declare const resolveStepExceededContract: {
|
|
|
4989
5046
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
4990
5047
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
4991
5048
|
}, undefined>, undefined>, undefined>;
|
|
5049
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5050
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5051
|
+
}, undefined>, undefined>, undefined>;
|
|
4992
5052
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4993
5053
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4994
5054
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -5695,6 +5755,9 @@ export declare const restartExecutionContract: {
|
|
|
5695
5755
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
5696
5756
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
5697
5757
|
}, undefined>, undefined>, undefined>;
|
|
5758
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5759
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5760
|
+
}, undefined>, undefined>, undefined>;
|
|
5698
5761
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5699
5762
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5700
5763
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -6403,6 +6466,9 @@ export declare const rejectStepContract: {
|
|
|
6403
6466
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
6404
6467
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
6405
6468
|
}, undefined>, undefined>, undefined>;
|
|
6469
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
6470
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6471
|
+
}, undefined>, undefined>, undefined>;
|
|
6406
6472
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6407
6473
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6408
6474
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution.d.ts","sourceRoot":"","sources":["../../src/routes/execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"execution.d.ts","sourceRoot":"","sources":["../../src/routes/execution.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;CAOlC,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO9B,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOrC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOtC,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMnC,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO7B,CAAA"}
|
package/dist/routes/execution.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ContractNoBody, defineApiContract, withObjectKeys } from '@toad-contracts/valibot';
|
|
2
2
|
import * as v from 'valibot';
|
|
3
|
-
import { blockSchema, executionInstanceSchema, spendStatusSchema } from '../entities.js';
|
|
3
|
+
import { blockSchema, executionInstanceSchema, spendStatusSchema, usageReportSchema, } from '../entities.js';
|
|
4
4
|
import { resolveIterationCapSchema } from '../iteration-cap.js';
|
|
5
5
|
import { agentContextSnapshotSchema, agentSearchQuerySchema, llmMetricsExportSchema, llmMetricsResponseSchema, } from '../observability.js';
|
|
6
6
|
import { approveStepSchema, rejectStepSchema, requestStepChangesSchema, resolveDecisionSchema, restartFromStepSchema, startExecutionSchema, } from '../requests.js';
|
|
@@ -61,6 +61,13 @@ export const resumeSpendContract = defineApiContract({
|
|
|
61
61
|
requestBodySchema: ContractNoBody,
|
|
62
62
|
responsesByStatusCode: { 200: executionInstanceListSchema, ...errorResponses },
|
|
63
63
|
});
|
|
64
|
+
// The usage report (Usage settings tab): token usage this period broken down by billing
|
|
65
|
+
// kind / vendor / model — both metered API calls and flat-rate subscription harness usage.
|
|
66
|
+
export const getWorkspaceUsageContract = defineApiContract({
|
|
67
|
+
method: 'get',
|
|
68
|
+
pathResolver: () => '/usage',
|
|
69
|
+
responsesByStatusCode: { 200: usageReportSchema, ...errorResponses },
|
|
70
|
+
});
|
|
64
71
|
// ---- run observability ----------------------------------------------------
|
|
65
72
|
export const getExecutionLlmMetricsContract = defineApiContract({
|
|
66
73
|
method: 'get',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution.js","sourceRoot":"","sources":["../../src/routes/execution.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAC5B,OAAO,
|
|
1
|
+
{"version":3,"file":"execution.js","sourceRoot":"","sources":["../../src/routes/execution.ts"],"names":[],"mappings":"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"}
|
|
@@ -404,6 +404,9 @@ export declare const requestHumanReviewFixContract: {
|
|
|
404
404
|
readonly minImpact: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
405
405
|
readonly onMissingEstimate: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
406
406
|
}, undefined>, undefined>, undefined>;
|
|
407
|
+
readonly stepOptions: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
408
|
+
readonly autoRecommend: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
409
|
+
}, undefined>, undefined>, undefined>;
|
|
407
410
|
readonly skipped: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
408
411
|
readonly noBusinessSpecs: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
409
412
|
readonly technicalCorroborated: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"human-review.d.ts","sourceRoot":"","sources":["../../src/routes/human-review.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"human-review.d.ts","sourceRoot":"","sources":["../../src/routes/human-review.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMxC,CAAA"}
|