@cat-factory/contracts 0.43.2 → 0.44.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/accountSettings.d.ts +164 -9
- package/dist/accountSettings.d.ts.map +1 -1
- package/dist/accountSettings.js +75 -7
- package/dist/accountSettings.js.map +1 -1
- package/dist/routes/_shared.d.ts +1 -1
- package/dist/routes/_shared.d.ts.map +1 -1
- package/dist/routes/accounts.d.ts +85 -19
- package/dist/routes/accounts.d.ts.map +1 -1
- package/dist/routes/agent-runs.d.ts +2 -2
- package/dist/routes/api-keys.d.ts +2 -2
- package/dist/routes/auth.d.ts +81 -2
- package/dist/routes/auth.d.ts.map +1 -1
- package/dist/routes/auth.js +35 -0
- package/dist/routes/auth.js.map +1 -1
- package/dist/routes/board.d.ts +8 -8
- package/dist/routes/bootstrap.d.ts +3 -3
- package/dist/routes/brainstorm.d.ts +8 -8
- package/dist/routes/clarity.d.ts +8 -8
- package/dist/routes/consensus.d.ts +1 -1
- package/dist/routes/documents.d.ts +6 -6
- package/dist/routes/environments.d.ts +3 -3
- package/dist/routes/execution.d.ts +12 -12
- package/dist/routes/followUp.d.ts +5 -5
- package/dist/routes/fragment-library.d.ts +6 -6
- package/dist/routes/github.d.ts +8 -8
- package/dist/routes/human-review.d.ts +1 -1
- package/dist/routes/human-test.d.ts +5 -5
- package/dist/routes/kaizen.d.ts +1 -1
- package/dist/routes/localModels.d.ts +2 -2
- package/dist/routes/merge.d.ts +2 -2
- package/dist/routes/model-presets.d.ts +2 -2
- package/dist/routes/models.d.ts +1 -1
- package/dist/routes/notifications.d.ts +2 -2
- package/dist/routes/openrouter.d.ts +3 -3
- package/dist/routes/personal-subscriptions.d.ts +1 -1
- package/dist/routes/pipelines.d.ts +5 -5
- package/dist/routes/recurring.d.ts +4 -4
- package/dist/routes/release.d.ts +2 -2
- package/dist/routes/requirements.d.ts +12 -12
- package/dist/routes/sandbox.d.ts +5 -5
- package/dist/routes/services.d.ts +3 -3
- package/dist/routes/spec.d.ts +1 -1
- package/dist/routes/tasks.d.ts +7 -7
- package/dist/routes/user-secret.d.ts +4 -4
- package/dist/routes/vendor-credentials.d.ts +1 -1
- package/dist/routes/visual-confirm.d.ts +3 -3
- package/dist/routes/workspaces.d.ts +3 -3
- package/package.json +4 -4
|
@@ -70,7 +70,7 @@ export declare const actNotificationContract: {
|
|
|
70
70
|
readonly method: "post";
|
|
71
71
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
72
72
|
notificationId: v.StringSchema<undefined>;
|
|
73
|
-
}, undefined> & import("@toad-contracts/core").
|
|
73
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
74
74
|
readonly pathResolver: ({ notificationId }: {
|
|
75
75
|
notificationId: string;
|
|
76
76
|
}) => string;
|
|
@@ -142,7 +142,7 @@ export declare const dismissNotificationContract: {
|
|
|
142
142
|
readonly method: "post";
|
|
143
143
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
144
144
|
notificationId: v.StringSchema<undefined>;
|
|
145
|
-
}, undefined> & import("@toad-contracts/core").
|
|
145
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
146
146
|
readonly pathResolver: ({ notificationId }: {
|
|
147
147
|
notificationId: string;
|
|
148
148
|
}) => string;
|
|
@@ -3,7 +3,7 @@ export declare const getOpenRouterCatalogContract: {
|
|
|
3
3
|
readonly method: "get";
|
|
4
4
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
5
5
|
workspaceId: import("valibot").StringSchema<undefined>;
|
|
6
|
-
}, undefined> & import("@toad-contracts/core").
|
|
6
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
7
7
|
readonly pathResolver: ({ workspaceId }: {
|
|
8
8
|
workspaceId: string;
|
|
9
9
|
}) => string;
|
|
@@ -47,7 +47,7 @@ export declare const upsertOpenRouterCatalogContract: {
|
|
|
47
47
|
readonly method: "put";
|
|
48
48
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
49
49
|
workspaceId: import("valibot").StringSchema<undefined>;
|
|
50
|
-
}, undefined> & import("@toad-contracts/core").
|
|
50
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
51
51
|
readonly pathResolver: ({ workspaceId }: {
|
|
52
52
|
workspaceId: string;
|
|
53
53
|
}) => string;
|
|
@@ -100,7 +100,7 @@ export declare const refreshOpenRouterCatalogContract: {
|
|
|
100
100
|
readonly method: "post";
|
|
101
101
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
102
102
|
workspaceId: import("valibot").StringSchema<undefined>;
|
|
103
|
-
}, undefined> & import("@toad-contracts/core").
|
|
103
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
104
104
|
readonly pathResolver: ({ workspaceId }: {
|
|
105
105
|
workspaceId: string;
|
|
106
106
|
}) => string;
|
|
@@ -91,7 +91,7 @@ export declare const removePersonalSubscriptionContract: {
|
|
|
91
91
|
readonly method: "delete";
|
|
92
92
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
93
93
|
vendor: v.StringSchema<undefined>;
|
|
94
|
-
}, undefined> & import("@toad-contracts/core").
|
|
94
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
95
95
|
readonly pathResolver: ({ vendor }: {
|
|
96
96
|
vendor: string;
|
|
97
97
|
}) => string;
|
|
@@ -172,7 +172,7 @@ export declare const clonePipelineContract: {
|
|
|
172
172
|
readonly method: "post";
|
|
173
173
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
174
174
|
pipelineId: v.StringSchema<undefined>;
|
|
175
|
-
}, undefined> & import("@toad-contracts/core").
|
|
175
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
176
176
|
readonly pathResolver: ({ pipelineId }: {
|
|
177
177
|
pipelineId: string;
|
|
178
178
|
}) => string;
|
|
@@ -247,7 +247,7 @@ export declare const reseedPipelineContract: {
|
|
|
247
247
|
readonly method: "post";
|
|
248
248
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
249
249
|
pipelineId: v.StringSchema<undefined>;
|
|
250
|
-
}, undefined> & import("@toad-contracts/core").
|
|
250
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
251
251
|
readonly pathResolver: ({ pipelineId }: {
|
|
252
252
|
pipelineId: string;
|
|
253
253
|
}) => string;
|
|
@@ -320,7 +320,7 @@ export declare const updatePipelineContract: {
|
|
|
320
320
|
readonly method: "patch";
|
|
321
321
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
322
322
|
pipelineId: v.StringSchema<undefined>;
|
|
323
|
-
}, undefined> & import("@toad-contracts/core").
|
|
323
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
324
324
|
readonly pathResolver: ({ pipelineId }: {
|
|
325
325
|
pipelineId: string;
|
|
326
326
|
}) => string;
|
|
@@ -426,7 +426,7 @@ export declare const organizePipelineContract: {
|
|
|
426
426
|
readonly method: "patch";
|
|
427
427
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
428
428
|
pipelineId: v.StringSchema<undefined>;
|
|
429
|
-
}, undefined> & import("@toad-contracts/core").
|
|
429
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
430
430
|
readonly pathResolver: ({ pipelineId }: {
|
|
431
431
|
pipelineId: string;
|
|
432
432
|
}) => string;
|
|
@@ -502,7 +502,7 @@ export declare const deletePipelineContract: {
|
|
|
502
502
|
readonly method: "delete";
|
|
503
503
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
504
504
|
pipelineId: v.StringSchema<undefined>;
|
|
505
|
-
}, undefined> & import("@toad-contracts/core").
|
|
505
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
506
506
|
readonly pathResolver: ({ pipelineId }: {
|
|
507
507
|
pipelineId: string;
|
|
508
508
|
}) => string;
|
|
@@ -115,7 +115,7 @@ export declare const updateScheduleContract: {
|
|
|
115
115
|
readonly method: "patch";
|
|
116
116
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
117
117
|
scheduleId: v.StringSchema<undefined>;
|
|
118
|
-
}, undefined> & import("@toad-contracts/core").
|
|
118
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
119
119
|
readonly pathResolver: ({ scheduleId }: {
|
|
120
120
|
scheduleId: string;
|
|
121
121
|
}) => string;
|
|
@@ -180,7 +180,7 @@ export declare const deleteScheduleContract: {
|
|
|
180
180
|
readonly method: "delete";
|
|
181
181
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
182
182
|
scheduleId: v.StringSchema<undefined>;
|
|
183
|
-
}, undefined> & import("@toad-contracts/core").
|
|
183
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
184
184
|
readonly pathResolver: ({ scheduleId }: {
|
|
185
185
|
scheduleId: string;
|
|
186
186
|
}) => string;
|
|
@@ -214,7 +214,7 @@ export declare const listScheduleRunsContract: {
|
|
|
214
214
|
readonly method: "get";
|
|
215
215
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
216
216
|
scheduleId: v.StringSchema<undefined>;
|
|
217
|
-
}, undefined> & import("@toad-contracts/core").
|
|
217
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
218
218
|
readonly pathResolver: ({ scheduleId }: {
|
|
219
219
|
scheduleId: string;
|
|
220
220
|
}) => string;
|
|
@@ -256,7 +256,7 @@ export declare const runScheduleNowContract: {
|
|
|
256
256
|
readonly method: "post";
|
|
257
257
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
258
258
|
scheduleId: v.StringSchema<undefined>;
|
|
259
|
-
}, undefined> & import("@toad-contracts/core").
|
|
259
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
260
260
|
readonly pathResolver: ({ scheduleId }: {
|
|
261
261
|
scheduleId: string;
|
|
262
262
|
}) => string;
|
package/dist/routes/release.d.ts
CHANGED
|
@@ -141,7 +141,7 @@ export declare const upsertReleaseHealthConfigContract: {
|
|
|
141
141
|
readonly method: "put";
|
|
142
142
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
143
143
|
blockId: v.StringSchema<undefined>;
|
|
144
|
-
}, undefined> & import("@toad-contracts/core").
|
|
144
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
145
145
|
readonly pathResolver: ({ blockId }: {
|
|
146
146
|
blockId: string;
|
|
147
147
|
}) => string;
|
|
@@ -185,7 +185,7 @@ export declare const deleteReleaseHealthConfigContract: {
|
|
|
185
185
|
readonly method: "delete";
|
|
186
186
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
187
187
|
blockId: v.StringSchema<undefined>;
|
|
188
|
-
}, undefined> & import("@toad-contracts/core").
|
|
188
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
189
189
|
readonly pathResolver: ({ blockId }: {
|
|
190
190
|
blockId: string;
|
|
191
191
|
}) => string;
|
|
@@ -4,7 +4,7 @@ export declare const getRequirementReviewContract: {
|
|
|
4
4
|
readonly method: "get";
|
|
5
5
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
6
6
|
blockId: v.StringSchema<undefined>;
|
|
7
|
-
}, undefined> & import("@toad-contracts/core").
|
|
7
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
8
8
|
readonly pathResolver: ({ blockId }: {
|
|
9
9
|
blockId: string;
|
|
10
10
|
}) => string;
|
|
@@ -76,7 +76,7 @@ export declare const reviewRequirementsContract: {
|
|
|
76
76
|
readonly method: "post";
|
|
77
77
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
78
78
|
blockId: v.StringSchema<undefined>;
|
|
79
|
-
}, undefined> & import("@toad-contracts/core").
|
|
79
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
80
80
|
readonly pathResolver: ({ blockId }: {
|
|
81
81
|
blockId: string;
|
|
82
82
|
}) => string;
|
|
@@ -150,7 +150,7 @@ export declare const replyRequirementItemContract: {
|
|
|
150
150
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
151
151
|
readonly reviewId: v.StringSchema<undefined>;
|
|
152
152
|
readonly itemId: v.StringSchema<undefined>;
|
|
153
|
-
}, undefined> & import("@toad-contracts/core").
|
|
153
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
154
154
|
readonly pathResolver: ({ reviewId, itemId }: {
|
|
155
155
|
reviewId: string;
|
|
156
156
|
itemId: string;
|
|
@@ -227,7 +227,7 @@ export declare const updateRequirementItemStatusContract: {
|
|
|
227
227
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
228
228
|
readonly reviewId: v.StringSchema<undefined>;
|
|
229
229
|
readonly itemId: v.StringSchema<undefined>;
|
|
230
|
-
}, undefined> & import("@toad-contracts/core").
|
|
230
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
231
231
|
readonly pathResolver: ({ reviewId, itemId }: {
|
|
232
232
|
reviewId: string;
|
|
233
233
|
itemId: string;
|
|
@@ -303,7 +303,7 @@ export declare const incorporateRequirementsContract: {
|
|
|
303
303
|
readonly method: "post";
|
|
304
304
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
305
305
|
blockId: v.StringSchema<undefined>;
|
|
306
|
-
}, undefined> & import("@toad-contracts/core").
|
|
306
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
307
307
|
readonly pathResolver: ({ blockId }: {
|
|
308
308
|
blockId: string;
|
|
309
309
|
}) => string;
|
|
@@ -378,7 +378,7 @@ export declare const reReviewRequirementsContract: {
|
|
|
378
378
|
readonly method: "post";
|
|
379
379
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
380
380
|
blockId: v.StringSchema<undefined>;
|
|
381
|
-
}, undefined> & import("@toad-contracts/core").
|
|
381
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
382
382
|
readonly pathResolver: ({ blockId }: {
|
|
383
383
|
blockId: string;
|
|
384
384
|
}) => string;
|
|
@@ -451,7 +451,7 @@ export declare const proceedRequirementsContract: {
|
|
|
451
451
|
readonly method: "post";
|
|
452
452
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
453
453
|
blockId: v.StringSchema<undefined>;
|
|
454
|
-
}, undefined> & import("@toad-contracts/core").
|
|
454
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
455
455
|
readonly pathResolver: ({ blockId }: {
|
|
456
456
|
blockId: string;
|
|
457
457
|
}) => string;
|
|
@@ -524,7 +524,7 @@ export declare const requestRequirementRecommendationsContract: {
|
|
|
524
524
|
readonly method: "post";
|
|
525
525
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
526
526
|
blockId: v.StringSchema<undefined>;
|
|
527
|
-
}, undefined> & import("@toad-contracts/core").
|
|
527
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
528
528
|
readonly pathResolver: ({ blockId }: {
|
|
529
529
|
blockId: string;
|
|
530
530
|
}) => string;
|
|
@@ -601,7 +601,7 @@ export declare const acceptRequirementRecommendationContract: {
|
|
|
601
601
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
602
602
|
readonly reviewId: v.StringSchema<undefined>;
|
|
603
603
|
readonly recId: v.StringSchema<undefined>;
|
|
604
|
-
}, undefined> & import("@toad-contracts/core").
|
|
604
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
605
605
|
readonly pathResolver: ({ reviewId, recId }: {
|
|
606
606
|
reviewId: string;
|
|
607
607
|
recId: string;
|
|
@@ -676,7 +676,7 @@ export declare const rejectRequirementRecommendationContract: {
|
|
|
676
676
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
677
677
|
readonly reviewId: v.StringSchema<undefined>;
|
|
678
678
|
readonly recId: v.StringSchema<undefined>;
|
|
679
|
-
}, undefined> & import("@toad-contracts/core").
|
|
679
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
680
680
|
readonly pathResolver: ({ reviewId, recId }: {
|
|
681
681
|
reviewId: string;
|
|
682
682
|
recId: string;
|
|
@@ -751,7 +751,7 @@ export declare const reRequestRequirementRecommendationContract: {
|
|
|
751
751
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
752
752
|
readonly reviewId: v.StringSchema<undefined>;
|
|
753
753
|
readonly recId: v.StringSchema<undefined>;
|
|
754
|
-
}, undefined> & import("@toad-contracts/core").
|
|
754
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
755
755
|
readonly pathResolver: ({ reviewId, recId }: {
|
|
756
756
|
reviewId: string;
|
|
757
757
|
recId: string;
|
|
@@ -827,7 +827,7 @@ export declare const resolveRequirementsExceededContract: {
|
|
|
827
827
|
readonly method: "post";
|
|
828
828
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
829
829
|
blockId: v.StringSchema<undefined>;
|
|
830
|
-
}, undefined> & import("@toad-contracts/core").
|
|
830
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
831
831
|
readonly pathResolver: ({ blockId }: {
|
|
832
832
|
blockId: string;
|
|
833
833
|
}) => string;
|
package/dist/routes/sandbox.d.ts
CHANGED
|
@@ -272,7 +272,7 @@ export declare const setSandboxPromptLabelsContract: {
|
|
|
272
272
|
readonly method: "patch";
|
|
273
273
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
274
274
|
promptId: v.StringSchema<undefined>;
|
|
275
|
-
}, undefined> & import("@toad-contracts/core").
|
|
275
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
276
276
|
readonly pathResolver: ({ promptId }: {
|
|
277
277
|
promptId: string;
|
|
278
278
|
}) => string;
|
|
@@ -323,7 +323,7 @@ export declare const archiveSandboxPromptContract: {
|
|
|
323
323
|
readonly method: "delete";
|
|
324
324
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
325
325
|
promptId: v.StringSchema<undefined>;
|
|
326
|
-
}, undefined> & import("@toad-contracts/core").
|
|
326
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
327
327
|
readonly pathResolver: ({ promptId }: {
|
|
328
328
|
promptId: string;
|
|
329
329
|
}) => string;
|
|
@@ -572,7 +572,7 @@ export declare const removeSandboxFixtureContract: {
|
|
|
572
572
|
readonly method: "delete";
|
|
573
573
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
574
574
|
fixtureId: v.StringSchema<undefined>;
|
|
575
|
-
}, undefined> & import("@toad-contracts/core").
|
|
575
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
576
576
|
readonly pathResolver: ({ fixtureId }: {
|
|
577
577
|
fixtureId: string;
|
|
578
578
|
}) => string;
|
|
@@ -706,7 +706,7 @@ export declare const getSandboxExperimentContract: {
|
|
|
706
706
|
readonly method: "get";
|
|
707
707
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
708
708
|
experimentId: v.StringSchema<undefined>;
|
|
709
|
-
}, undefined> & import("@toad-contracts/core").
|
|
709
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
710
710
|
readonly pathResolver: ({ experimentId }: {
|
|
711
711
|
experimentId: string;
|
|
712
712
|
}) => string;
|
|
@@ -802,7 +802,7 @@ export declare const launchSandboxExperimentContract: {
|
|
|
802
802
|
readonly method: "post";
|
|
803
803
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
804
804
|
experimentId: v.StringSchema<undefined>;
|
|
805
|
-
}, undefined> & import("@toad-contracts/core").
|
|
805
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
806
806
|
readonly pathResolver: ({ experimentId }: {
|
|
807
807
|
experimentId: string;
|
|
808
808
|
}) => string;
|
|
@@ -83,7 +83,7 @@ export declare const mountServiceContract: {
|
|
|
83
83
|
readonly method: "post";
|
|
84
84
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
85
85
|
serviceId: v.StringSchema<undefined>;
|
|
86
|
-
}, undefined> & import("@toad-contracts/core").
|
|
86
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
87
87
|
readonly pathResolver: ({ serviceId }: {
|
|
88
88
|
serviceId: string;
|
|
89
89
|
}) => string;
|
|
@@ -135,7 +135,7 @@ export declare const updateServiceMountLayoutContract: {
|
|
|
135
135
|
readonly method: "patch";
|
|
136
136
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
137
137
|
serviceId: v.StringSchema<undefined>;
|
|
138
|
-
}, undefined> & import("@toad-contracts/core").
|
|
138
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
139
139
|
readonly pathResolver: ({ serviceId }: {
|
|
140
140
|
serviceId: string;
|
|
141
141
|
}) => string;
|
|
@@ -191,7 +191,7 @@ export declare const unmountServiceContract: {
|
|
|
191
191
|
readonly method: "delete";
|
|
192
192
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
193
193
|
serviceId: v.StringSchema<undefined>;
|
|
194
|
-
}, undefined> & import("@toad-contracts/core").
|
|
194
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
195
195
|
readonly pathResolver: ({ serviceId }: {
|
|
196
196
|
serviceId: string;
|
|
197
197
|
}) => string;
|
package/dist/routes/spec.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare const getServiceSpecContract: {
|
|
|
2
2
|
readonly method: "get";
|
|
3
3
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
4
4
|
blockId: import("valibot").StringSchema<undefined>;
|
|
5
|
-
}, undefined> & import("@toad-contracts/core").
|
|
5
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
6
6
|
readonly pathResolver: ({ blockId }: {
|
|
7
7
|
blockId: string;
|
|
8
8
|
}) => string;
|
package/dist/routes/tasks.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare const setTaskSourceEnabledContract: {
|
|
|
51
51
|
readonly method: "put";
|
|
52
52
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
53
53
|
source: v.StringSchema<undefined>;
|
|
54
|
-
}, undefined> & import("@toad-contracts/core").
|
|
54
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
55
55
|
readonly pathResolver: ({ source }: {
|
|
56
56
|
source: string;
|
|
57
57
|
}) => string;
|
|
@@ -123,7 +123,7 @@ export declare const connectTaskSourceContract: {
|
|
|
123
123
|
readonly method: "post";
|
|
124
124
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
125
125
|
source: v.StringSchema<undefined>;
|
|
126
|
-
}, undefined> & import("@toad-contracts/core").
|
|
126
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
127
127
|
readonly pathResolver: ({ source }: {
|
|
128
128
|
source: string;
|
|
129
129
|
}) => string;
|
|
@@ -164,7 +164,7 @@ export declare const disconnectTaskSourceContract: {
|
|
|
164
164
|
readonly method: "delete";
|
|
165
165
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
166
166
|
source: v.StringSchema<undefined>;
|
|
167
|
-
}, undefined> & import("@toad-contracts/core").
|
|
167
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
168
168
|
readonly pathResolver: ({ source }: {
|
|
169
169
|
source: string;
|
|
170
170
|
}) => string;
|
|
@@ -198,7 +198,7 @@ export declare const diagnoseTaskSourceContract: {
|
|
|
198
198
|
readonly method: "post";
|
|
199
199
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
200
200
|
source: v.StringSchema<undefined>;
|
|
201
|
-
}, undefined> & import("@toad-contracts/core").
|
|
201
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
202
202
|
readonly pathResolver: ({ source }: {
|
|
203
203
|
source: string;
|
|
204
204
|
}) => string;
|
|
@@ -287,7 +287,7 @@ export declare const importTaskContract: {
|
|
|
287
287
|
readonly method: "post";
|
|
288
288
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
289
289
|
source: v.StringSchema<undefined>;
|
|
290
|
-
}, undefined> & import("@toad-contracts/core").
|
|
290
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
291
291
|
readonly pathResolver: ({ source }: {
|
|
292
292
|
source: string;
|
|
293
293
|
}) => string;
|
|
@@ -343,7 +343,7 @@ export declare const searchTasksContract: {
|
|
|
343
343
|
readonly method: "post";
|
|
344
344
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
345
345
|
source: v.StringSchema<undefined>;
|
|
346
|
-
}, undefined> & import("@toad-contracts/core").
|
|
346
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
347
347
|
readonly pathResolver: ({ source }: {
|
|
348
348
|
source: string;
|
|
349
349
|
}) => string;
|
|
@@ -562,7 +562,7 @@ export declare const spawnEpicContract: {
|
|
|
562
562
|
readonly method: "post";
|
|
563
563
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
564
564
|
source: v.StringSchema<undefined>;
|
|
565
|
-
}, undefined> & import("@toad-contracts/core").
|
|
565
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
566
566
|
readonly pathResolver: ({ source }: {
|
|
567
567
|
source: string;
|
|
568
568
|
}) => string;
|
|
@@ -60,7 +60,7 @@ export declare const getUserSecretDescriptorContract: {
|
|
|
60
60
|
readonly method: "get";
|
|
61
61
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
62
62
|
kind: v.StringSchema<undefined>;
|
|
63
|
-
}, undefined> & import("@toad-contracts/core").
|
|
63
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
64
64
|
readonly pathResolver: ({ kind }: {
|
|
65
65
|
kind: string;
|
|
66
66
|
}) => string;
|
|
@@ -112,7 +112,7 @@ export declare const storeUserSecretContract: {
|
|
|
112
112
|
readonly method: "post";
|
|
113
113
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
114
114
|
kind: v.StringSchema<undefined>;
|
|
115
|
-
}, undefined> & import("@toad-contracts/core").
|
|
115
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
116
116
|
readonly pathResolver: ({ kind }: {
|
|
117
117
|
kind: string;
|
|
118
118
|
}) => string;
|
|
@@ -157,7 +157,7 @@ export declare const removeUserSecretContract: {
|
|
|
157
157
|
readonly method: "delete";
|
|
158
158
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
159
159
|
kind: v.StringSchema<undefined>;
|
|
160
|
-
}, undefined> & import("@toad-contracts/core").
|
|
160
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
161
161
|
readonly pathResolver: ({ kind }: {
|
|
162
162
|
kind: string;
|
|
163
163
|
}) => string;
|
|
@@ -191,7 +191,7 @@ export declare const testUserSecretContract: {
|
|
|
191
191
|
readonly method: "post";
|
|
192
192
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
193
193
|
kind: v.StringSchema<undefined>;
|
|
194
|
-
}, undefined> & import("@toad-contracts/core").
|
|
194
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
195
195
|
readonly pathResolver: ({ kind }: {
|
|
196
196
|
kind: string;
|
|
197
197
|
}) => string;
|
|
@@ -87,7 +87,7 @@ export declare const removeVendorCredentialContract: {
|
|
|
87
87
|
readonly method: "delete";
|
|
88
88
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
89
89
|
id: v.StringSchema<undefined>;
|
|
90
|
-
}, undefined> & import("@toad-contracts/core").
|
|
90
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
91
91
|
readonly pathResolver: ({ id }: {
|
|
92
92
|
id: string;
|
|
93
93
|
}) => string;
|
|
@@ -4,7 +4,7 @@ export declare const approveVisualConfirmContract: {
|
|
|
4
4
|
readonly method: "post";
|
|
5
5
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
6
6
|
readonly blockId: v.StringSchema<undefined>;
|
|
7
|
-
}, undefined> & import("@toad-contracts/core").
|
|
7
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
8
8
|
readonly pathResolver: ({ blockId }: {
|
|
9
9
|
blockId: string;
|
|
10
10
|
}) => string;
|
|
@@ -321,7 +321,7 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
321
321
|
readonly method: "post";
|
|
322
322
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
323
323
|
readonly blockId: v.StringSchema<undefined>;
|
|
324
|
-
}, undefined> & import("@toad-contracts/core").
|
|
324
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
325
325
|
readonly pathResolver: ({ blockId }: {
|
|
326
326
|
blockId: string;
|
|
327
327
|
}) => string;
|
|
@@ -640,7 +640,7 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
640
640
|
readonly method: "post";
|
|
641
641
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
642
642
|
readonly blockId: v.StringSchema<undefined>;
|
|
643
|
-
}, undefined> & import("@toad-contracts/core").
|
|
643
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
644
644
|
readonly pathResolver: ({ blockId }: {
|
|
645
645
|
blockId: string;
|
|
646
646
|
}) => string;
|
|
@@ -674,7 +674,7 @@ export declare const getWorkspaceContract: {
|
|
|
674
674
|
readonly method: "get";
|
|
675
675
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
676
676
|
workspaceId: v.StringSchema<undefined>;
|
|
677
|
-
}, undefined> & import("@toad-contracts/core").
|
|
677
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
678
678
|
readonly pathResolver: ({ workspaceId }: {
|
|
679
679
|
workspaceId: string;
|
|
680
680
|
}) => string;
|
|
@@ -1308,7 +1308,7 @@ export declare const updateWorkspaceContract: {
|
|
|
1308
1308
|
readonly method: "patch";
|
|
1309
1309
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
1310
1310
|
workspaceId: v.StringSchema<undefined>;
|
|
1311
|
-
}, undefined> & import("@toad-contracts/core").
|
|
1311
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
1312
1312
|
readonly pathResolver: ({ workspaceId }: {
|
|
1313
1313
|
workspaceId: string;
|
|
1314
1314
|
}) => string;
|
|
@@ -1352,7 +1352,7 @@ export declare const deleteWorkspaceContract: {
|
|
|
1352
1352
|
readonly method: "delete";
|
|
1353
1353
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
1354
1354
|
workspaceId: v.StringSchema<undefined>;
|
|
1355
|
-
}, undefined> & import("@toad-contracts/core").
|
|
1355
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
1356
1356
|
readonly pathResolver: ({ workspaceId }: {
|
|
1357
1357
|
workspaceId: string;
|
|
1358
1358
|
}) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/contracts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
4
4
|
"description": "Valibot wire contract shared between the Agent Architecture Board frontend and backend.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@toad-contracts/core": "0.
|
|
28
|
-
"@toad-contracts/valibot": "0.
|
|
29
|
-
"valibot": "^1.4.
|
|
27
|
+
"@toad-contracts/core": "0.4.0",
|
|
28
|
+
"@toad-contracts/valibot": "0.5.0",
|
|
29
|
+
"valibot": "^1.4.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"typescript": "7.0.1-rc"
|