@cat-factory/contracts 0.43.2 → 0.43.3
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/routes/_shared.d.ts +1 -1
- package/dist/routes/_shared.d.ts.map +1 -1
- package/dist/routes/accounts.d.ts +16 -16
- package/dist/routes/agent-runs.d.ts +2 -2
- package/dist/routes/api-keys.d.ts +2 -2
- package/dist/routes/auth.d.ts +2 -2
- 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
package/dist/routes/_shared.d.ts
CHANGED
|
@@ -54,5 +54,5 @@ export declare const errorResponses: {
|
|
|
54
54
|
* not a widened `Record<string, string>`), so the handler's `c.req.valid('param')` and the
|
|
55
55
|
* client's `pathParams` stay as precise as the inline form.
|
|
56
56
|
*/
|
|
57
|
-
export declare function singleStringParam<const K extends string>(key: K): v.ObjectSchema<{ [P in K]: v.StringSchema<undefined>; }, undefined> & import("@toad-contracts/core").
|
|
57
|
+
export declare function singleStringParam<const K extends string>(key: K): v.ObjectSchema<{ [P in K]: v.StringSchema<undefined>; }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
58
58
|
//# sourceMappingURL=_shared.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../src/routes/_shared.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAS5B;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;aAc9B,CAAA;AACF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAErE;;;;;GAKG;AACH,eAAO,MAAM,cAAc;aACzB,KAAK;;;;;;;;;;;aACL,KAAK;;;;;;;;;;;CACG,CAAA;AAEV;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,qBACH,CAAC,
|
|
1
|
+
{"version":3,"file":"_shared.d.ts","sourceRoot":"","sources":["../../src/routes/_shared.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAS5B;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;aAc9B,CAAA;AACF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAErE;;;;;GAKG;AACH,eAAO,MAAM,cAAc;aACzB,KAAK;;;;;;;;;;;aACL,KAAK;;;;;;;;;;;CACG,CAAA;AAEV;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,qBACH,CAAC,yHAC7D"}
|
|
@@ -82,7 +82,7 @@ export declare const updateAccountContract: {
|
|
|
82
82
|
readonly method: "patch";
|
|
83
83
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
84
84
|
accountId: v.StringSchema<undefined>;
|
|
85
|
-
}, undefined> & import("@toad-contracts/core").
|
|
85
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
86
86
|
readonly pathResolver: ({ accountId }: {
|
|
87
87
|
accountId: string;
|
|
88
88
|
}) => string;
|
|
@@ -127,7 +127,7 @@ export declare const listAccountMembersContract: {
|
|
|
127
127
|
readonly method: "get";
|
|
128
128
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
129
129
|
accountId: v.StringSchema<undefined>;
|
|
130
|
-
}, undefined> & import("@toad-contracts/core").
|
|
130
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
131
131
|
readonly pathResolver: ({ accountId }: {
|
|
132
132
|
accountId: string;
|
|
133
133
|
}) => string;
|
|
@@ -169,7 +169,7 @@ export declare const addAccountMemberContract: {
|
|
|
169
169
|
readonly method: "post";
|
|
170
170
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
171
171
|
accountId: v.StringSchema<undefined>;
|
|
172
|
-
}, undefined> & import("@toad-contracts/core").
|
|
172
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
173
173
|
readonly pathResolver: ({ accountId }: {
|
|
174
174
|
accountId: string;
|
|
175
175
|
}) => string;
|
|
@@ -216,7 +216,7 @@ export declare const setMemberRolesContract: {
|
|
|
216
216
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
217
217
|
readonly accountId: v.StringSchema<undefined>;
|
|
218
218
|
readonly userId: v.StringSchema<undefined>;
|
|
219
|
-
}, undefined> & import("@toad-contracts/core").
|
|
219
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
220
220
|
readonly pathResolver: ({ accountId, userId }: {
|
|
221
221
|
accountId: string;
|
|
222
222
|
userId: string;
|
|
@@ -262,7 +262,7 @@ export declare const listInvitationsContract: {
|
|
|
262
262
|
readonly method: "get";
|
|
263
263
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
264
264
|
accountId: v.StringSchema<undefined>;
|
|
265
|
-
}, undefined> & import("@toad-contracts/core").
|
|
265
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
266
266
|
readonly pathResolver: ({ accountId }: {
|
|
267
267
|
accountId: string;
|
|
268
268
|
}) => string;
|
|
@@ -305,7 +305,7 @@ export declare const createInvitationContract: {
|
|
|
305
305
|
readonly method: "post";
|
|
306
306
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
307
307
|
accountId: v.StringSchema<undefined>;
|
|
308
|
-
}, undefined> & import("@toad-contracts/core").
|
|
308
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
309
309
|
readonly pathResolver: ({ accountId }: {
|
|
310
310
|
accountId: string;
|
|
311
311
|
}) => string;
|
|
@@ -356,7 +356,7 @@ export declare const revokeInvitationContract: {
|
|
|
356
356
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
357
357
|
readonly accountId: v.StringSchema<undefined>;
|
|
358
358
|
readonly invitationId: v.StringSchema<undefined>;
|
|
359
|
-
}, undefined> & import("@toad-contracts/core").
|
|
359
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
360
360
|
readonly pathResolver: ({ accountId, invitationId }: {
|
|
361
361
|
accountId: string;
|
|
362
362
|
invitationId: string;
|
|
@@ -391,7 +391,7 @@ export declare const listAccountApiKeysContract: {
|
|
|
391
391
|
readonly method: "get";
|
|
392
392
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
393
393
|
accountId: v.StringSchema<undefined>;
|
|
394
|
-
}, undefined> & import("@toad-contracts/core").
|
|
394
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
395
395
|
readonly pathResolver: ({ accountId }: {
|
|
396
396
|
accountId: string;
|
|
397
397
|
}) => string;
|
|
@@ -438,7 +438,7 @@ export declare const addAccountApiKeyContract: {
|
|
|
438
438
|
readonly method: "post";
|
|
439
439
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
440
440
|
accountId: v.StringSchema<undefined>;
|
|
441
|
-
}, undefined> & import("@toad-contracts/core").
|
|
441
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
442
442
|
readonly pathResolver: ({ accountId }: {
|
|
443
443
|
accountId: string;
|
|
444
444
|
}) => string;
|
|
@@ -489,7 +489,7 @@ export declare const removeAccountApiKeyContract: {
|
|
|
489
489
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
490
490
|
readonly accountId: v.StringSchema<undefined>;
|
|
491
491
|
readonly id: v.StringSchema<undefined>;
|
|
492
|
-
}, undefined> & import("@toad-contracts/core").
|
|
492
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
493
493
|
readonly pathResolver: ({ accountId, id }: {
|
|
494
494
|
accountId: string;
|
|
495
495
|
id: string;
|
|
@@ -524,7 +524,7 @@ export declare const getEmailConnectionContract: {
|
|
|
524
524
|
readonly method: "get";
|
|
525
525
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
526
526
|
accountId: v.StringSchema<undefined>;
|
|
527
|
-
}, undefined> & import("@toad-contracts/core").
|
|
527
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
528
528
|
readonly pathResolver: ({ accountId }: {
|
|
529
529
|
accountId: string;
|
|
530
530
|
}) => string;
|
|
@@ -565,7 +565,7 @@ export declare const connectEmailContract: {
|
|
|
565
565
|
readonly method: "post";
|
|
566
566
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
567
567
|
accountId: v.StringSchema<undefined>;
|
|
568
|
-
}, undefined> & import("@toad-contracts/core").
|
|
568
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
569
569
|
readonly pathResolver: ({ accountId }: {
|
|
570
570
|
accountId: string;
|
|
571
571
|
}) => string;
|
|
@@ -608,7 +608,7 @@ export declare const disconnectEmailContract: {
|
|
|
608
608
|
readonly method: "delete";
|
|
609
609
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
610
610
|
accountId: v.StringSchema<undefined>;
|
|
611
|
-
}, undefined> & import("@toad-contracts/core").
|
|
611
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
612
612
|
readonly pathResolver: ({ accountId }: {
|
|
613
613
|
accountId: string;
|
|
614
614
|
}) => string;
|
|
@@ -642,7 +642,7 @@ export declare const testEmailContract: {
|
|
|
642
642
|
readonly method: "post";
|
|
643
643
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
644
644
|
accountId: v.StringSchema<undefined>;
|
|
645
|
-
}, undefined> & import("@toad-contracts/core").
|
|
645
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
646
646
|
readonly pathResolver: ({ accountId }: {
|
|
647
647
|
accountId: string;
|
|
648
648
|
}) => string;
|
|
@@ -681,7 +681,7 @@ export declare const getAccountSettingsContract: {
|
|
|
681
681
|
readonly method: "get";
|
|
682
682
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
683
683
|
accountId: v.StringSchema<undefined>;
|
|
684
|
-
}, undefined> & import("@toad-contracts/core").
|
|
684
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
685
685
|
readonly pathResolver: ({ accountId }: {
|
|
686
686
|
accountId: string;
|
|
687
687
|
}) => string;
|
|
@@ -721,7 +721,7 @@ export declare const updateAccountSettingsContract: {
|
|
|
721
721
|
readonly method: "put";
|
|
722
722
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
723
723
|
accountId: v.StringSchema<undefined>;
|
|
724
|
-
}, undefined> & import("@toad-contracts/core").
|
|
724
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
725
725
|
readonly pathResolver: ({ accountId }: {
|
|
726
726
|
accountId: string;
|
|
727
727
|
}) => string;
|
|
@@ -4,7 +4,7 @@ export declare const retryAgentRunContract: {
|
|
|
4
4
|
readonly method: "post";
|
|
5
5
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
6
6
|
id: v.StringSchema<undefined>;
|
|
7
|
-
}, undefined> & import("@toad-contracts/core").
|
|
7
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
8
8
|
readonly pathResolver: ({ id }: {
|
|
9
9
|
id: string;
|
|
10
10
|
}) => string;
|
|
@@ -363,7 +363,7 @@ export declare const stopAgentRunContract: {
|
|
|
363
363
|
readonly method: "post";
|
|
364
364
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
365
365
|
id: v.StringSchema<undefined>;
|
|
366
|
-
}, undefined> & import("@toad-contracts/core").
|
|
366
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
367
367
|
readonly pathResolver: ({ id }: {
|
|
368
368
|
id: string;
|
|
369
369
|
}) => string;
|
|
@@ -90,7 +90,7 @@ export declare const removeWorkspaceApiKeyContract: {
|
|
|
90
90
|
readonly method: "delete";
|
|
91
91
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
92
92
|
id: import("valibot").StringSchema<undefined>;
|
|
93
|
-
}, undefined> & import("@toad-contracts/core").
|
|
93
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
94
94
|
readonly pathResolver: ({ id }: {
|
|
95
95
|
id: string;
|
|
96
96
|
}) => string;
|
|
@@ -211,7 +211,7 @@ export declare const removeUserApiKeyContract: {
|
|
|
211
211
|
readonly method: "delete";
|
|
212
212
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
213
213
|
id: import("valibot").StringSchema<undefined>;
|
|
214
|
-
}, undefined> & import("@toad-contracts/core").
|
|
214
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
215
215
|
readonly pathResolver: ({ id }: {
|
|
216
216
|
id: string;
|
|
217
217
|
}) => string;
|
package/dist/routes/auth.d.ts
CHANGED
|
@@ -332,7 +332,7 @@ export declare const peekInvitationContract: {
|
|
|
332
332
|
readonly method: "get";
|
|
333
333
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
334
334
|
token: v.StringSchema<undefined>;
|
|
335
|
-
}, undefined> & import("@toad-contracts/core").
|
|
335
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
336
336
|
readonly pathResolver: ({ token }: {
|
|
337
337
|
token: string;
|
|
338
338
|
}) => string;
|
|
@@ -372,7 +372,7 @@ export declare const acceptInvitationContract: {
|
|
|
372
372
|
readonly method: "post";
|
|
373
373
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
374
374
|
token: v.StringSchema<undefined>;
|
|
375
|
-
}, undefined> & import("@toad-contracts/core").
|
|
375
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
376
376
|
readonly pathResolver: ({ token }: {
|
|
377
377
|
token: string;
|
|
378
378
|
}) => string;
|
package/dist/routes/board.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ export declare const addTaskContract: {
|
|
|
203
203
|
readonly method: "post";
|
|
204
204
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
205
205
|
blockId: import("valibot").StringSchema<undefined>;
|
|
206
|
-
}, undefined> & import("@toad-contracts/core").
|
|
206
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
207
207
|
readonly pathResolver: ({ blockId }: {
|
|
208
208
|
blockId: string;
|
|
209
209
|
}) => string;
|
|
@@ -320,7 +320,7 @@ export declare const addModuleContract: {
|
|
|
320
320
|
readonly method: "post";
|
|
321
321
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
322
322
|
blockId: import("valibot").StringSchema<undefined>;
|
|
323
|
-
}, undefined> & import("@toad-contracts/core").
|
|
323
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
324
324
|
readonly pathResolver: ({ blockId }: {
|
|
325
325
|
blockId: string;
|
|
326
326
|
}) => string;
|
|
@@ -525,7 +525,7 @@ export declare const assignEpicContract: {
|
|
|
525
525
|
readonly method: "post";
|
|
526
526
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
527
527
|
blockId: import("valibot").StringSchema<undefined>;
|
|
528
|
-
}, undefined> & import("@toad-contracts/core").
|
|
528
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
529
529
|
readonly pathResolver: ({ blockId }: {
|
|
530
530
|
blockId: string;
|
|
531
531
|
}) => string;
|
|
@@ -625,7 +625,7 @@ export declare const updateBlockContract: {
|
|
|
625
625
|
readonly method: "patch";
|
|
626
626
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
627
627
|
blockId: import("valibot").StringSchema<undefined>;
|
|
628
|
-
}, undefined> & import("@toad-contracts/core").
|
|
628
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
629
629
|
readonly pathResolver: ({ blockId }: {
|
|
630
630
|
blockId: string;
|
|
631
631
|
}) => string;
|
|
@@ -952,7 +952,7 @@ export declare const moveBlockContract: {
|
|
|
952
952
|
readonly method: "post";
|
|
953
953
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
954
954
|
blockId: import("valibot").StringSchema<undefined>;
|
|
955
|
-
}, undefined> & import("@toad-contracts/core").
|
|
955
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
956
956
|
readonly pathResolver: ({ blockId }: {
|
|
957
957
|
blockId: string;
|
|
958
958
|
}) => string;
|
|
@@ -1055,7 +1055,7 @@ export declare const reparentBlockContract: {
|
|
|
1055
1055
|
readonly method: "post";
|
|
1056
1056
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1057
1057
|
blockId: import("valibot").StringSchema<undefined>;
|
|
1058
|
-
}, undefined> & import("@toad-contracts/core").
|
|
1058
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
1059
1059
|
readonly pathResolver: ({ blockId }: {
|
|
1060
1060
|
blockId: string;
|
|
1061
1061
|
}) => string;
|
|
@@ -1159,7 +1159,7 @@ export declare const removeBlockContract: {
|
|
|
1159
1159
|
readonly method: "delete";
|
|
1160
1160
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1161
1161
|
blockId: import("valibot").StringSchema<undefined>;
|
|
1162
|
-
}, undefined> & import("@toad-contracts/core").
|
|
1162
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
1163
1163
|
readonly pathResolver: ({ blockId }: {
|
|
1164
1164
|
blockId: string;
|
|
1165
1165
|
}) => string;
|
|
@@ -1193,7 +1193,7 @@ export declare const toggleDependencyContract: {
|
|
|
1193
1193
|
readonly method: "post";
|
|
1194
1194
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
1195
1195
|
blockId: import("valibot").StringSchema<undefined>;
|
|
1196
|
-
}, undefined> & import("@toad-contracts/core").
|
|
1196
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
1197
1197
|
readonly pathResolver: ({ blockId }: {
|
|
1198
1198
|
blockId: string;
|
|
1199
1199
|
}) => string;
|
|
@@ -89,7 +89,7 @@ export declare const updateReferenceArchitectureContract: {
|
|
|
89
89
|
readonly method: "patch";
|
|
90
90
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
91
91
|
id: v.StringSchema<undefined>;
|
|
92
|
-
}, undefined> & import("@toad-contracts/core").
|
|
92
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
93
93
|
readonly pathResolver: ({ id }: {
|
|
94
94
|
id: string;
|
|
95
95
|
}) => string;
|
|
@@ -140,7 +140,7 @@ export declare const deleteReferenceArchitectureContract: {
|
|
|
140
140
|
readonly method: "delete";
|
|
141
141
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
142
142
|
id: v.StringSchema<undefined>;
|
|
143
|
-
}, undefined> & import("@toad-contracts/core").
|
|
143
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
144
144
|
readonly pathResolver: ({ id }: {
|
|
145
145
|
id: string;
|
|
146
146
|
}) => string;
|
|
@@ -242,7 +242,7 @@ export declare const getBootstrapJobContract: {
|
|
|
242
242
|
readonly method: "get";
|
|
243
243
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
244
244
|
id: v.StringSchema<undefined>;
|
|
245
|
-
}, undefined> & import("@toad-contracts/core").
|
|
245
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
246
246
|
readonly pathResolver: ({ id }: {
|
|
247
247
|
id: string;
|
|
248
248
|
}) => string;
|
|
@@ -5,7 +5,7 @@ export declare const getBrainstormContract: {
|
|
|
5
5
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
6
6
|
readonly blockId: v.StringSchema<undefined>;
|
|
7
7
|
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
8
|
-
}, undefined> & import("@toad-contracts/core").
|
|
8
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
9
9
|
readonly pathResolver: ({ blockId, stage }: {
|
|
10
10
|
blockId: string;
|
|
11
11
|
stage: "architecture" | "requirements";
|
|
@@ -63,7 +63,7 @@ export declare const reviewBrainstormContract: {
|
|
|
63
63
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
64
64
|
readonly blockId: v.StringSchema<undefined>;
|
|
65
65
|
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
66
|
-
}, undefined> & import("@toad-contracts/core").
|
|
66
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
67
67
|
readonly pathResolver: ({ blockId, stage }: {
|
|
68
68
|
blockId: string;
|
|
69
69
|
stage: "architecture" | "requirements";
|
|
@@ -122,7 +122,7 @@ export declare const replyBrainstormItemContract: {
|
|
|
122
122
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
123
123
|
readonly sessionId: v.StringSchema<undefined>;
|
|
124
124
|
readonly itemId: v.StringSchema<undefined>;
|
|
125
|
-
}, undefined> & import("@toad-contracts/core").
|
|
125
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
126
126
|
readonly pathResolver: ({ sessionId, itemId }: {
|
|
127
127
|
sessionId: string;
|
|
128
128
|
itemId: string;
|
|
@@ -183,7 +183,7 @@ export declare const updateBrainstormItemStatusContract: {
|
|
|
183
183
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
184
184
|
readonly sessionId: v.StringSchema<undefined>;
|
|
185
185
|
readonly itemId: v.StringSchema<undefined>;
|
|
186
|
-
}, undefined> & import("@toad-contracts/core").
|
|
186
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
187
187
|
readonly pathResolver: ({ sessionId, itemId }: {
|
|
188
188
|
sessionId: string;
|
|
189
189
|
itemId: string;
|
|
@@ -244,7 +244,7 @@ export declare const incorporateBrainstormContract: {
|
|
|
244
244
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
245
245
|
readonly blockId: v.StringSchema<undefined>;
|
|
246
246
|
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
247
|
-
}, undefined> & import("@toad-contracts/core").
|
|
247
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
248
248
|
readonly pathResolver: ({ blockId, stage }: {
|
|
249
249
|
blockId: string;
|
|
250
250
|
stage: "architecture" | "requirements";
|
|
@@ -305,7 +305,7 @@ export declare const reReviewBrainstormContract: {
|
|
|
305
305
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
306
306
|
readonly blockId: v.StringSchema<undefined>;
|
|
307
307
|
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
308
|
-
}, undefined> & import("@toad-contracts/core").
|
|
308
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
309
309
|
readonly pathResolver: ({ blockId, stage }: {
|
|
310
310
|
blockId: string;
|
|
311
311
|
stage: "architecture" | "requirements";
|
|
@@ -364,7 +364,7 @@ export declare const proceedBrainstormContract: {
|
|
|
364
364
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
365
365
|
readonly blockId: v.StringSchema<undefined>;
|
|
366
366
|
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
367
|
-
}, undefined> & import("@toad-contracts/core").
|
|
367
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
368
368
|
readonly pathResolver: ({ blockId, stage }: {
|
|
369
369
|
blockId: string;
|
|
370
370
|
stage: "architecture" | "requirements";
|
|
@@ -423,7 +423,7 @@ export declare const resolveBrainstormExceededContract: {
|
|
|
423
423
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
424
424
|
readonly blockId: v.StringSchema<undefined>;
|
|
425
425
|
readonly stage: v.PicklistSchema<["requirements", "architecture"], undefined>;
|
|
426
|
-
}, undefined> & import("@toad-contracts/core").
|
|
426
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
427
427
|
readonly pathResolver: ({ blockId, stage }: {
|
|
428
428
|
blockId: string;
|
|
429
429
|
stage: "architecture" | "requirements";
|
package/dist/routes/clarity.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const getClarityReviewContract: {
|
|
|
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;
|
|
@@ -59,7 +59,7 @@ export declare const reviewClarityContract: {
|
|
|
59
59
|
readonly method: "post";
|
|
60
60
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
61
61
|
blockId: v.StringSchema<undefined>;
|
|
62
|
-
}, undefined> & import("@toad-contracts/core").
|
|
62
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
63
63
|
readonly pathResolver: ({ blockId }: {
|
|
64
64
|
blockId: string;
|
|
65
65
|
}) => string;
|
|
@@ -116,7 +116,7 @@ export declare const replyClarityItemContract: {
|
|
|
116
116
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
117
117
|
readonly reviewId: v.StringSchema<undefined>;
|
|
118
118
|
readonly itemId: v.StringSchema<undefined>;
|
|
119
|
-
}, undefined> & import("@toad-contracts/core").
|
|
119
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
120
120
|
readonly pathResolver: ({ reviewId, itemId }: {
|
|
121
121
|
reviewId: string;
|
|
122
122
|
itemId: string;
|
|
@@ -176,7 +176,7 @@ export declare const updateClarityItemStatusContract: {
|
|
|
176
176
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
177
177
|
readonly reviewId: v.StringSchema<undefined>;
|
|
178
178
|
readonly itemId: v.StringSchema<undefined>;
|
|
179
|
-
}, undefined> & import("@toad-contracts/core").
|
|
179
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
180
180
|
readonly pathResolver: ({ reviewId, itemId }: {
|
|
181
181
|
reviewId: string;
|
|
182
182
|
itemId: string;
|
|
@@ -235,7 +235,7 @@ export declare const incorporateClarityContract: {
|
|
|
235
235
|
readonly method: "post";
|
|
236
236
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
237
237
|
blockId: v.StringSchema<undefined>;
|
|
238
|
-
}, undefined> & import("@toad-contracts/core").
|
|
238
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
239
239
|
readonly pathResolver: ({ blockId }: {
|
|
240
240
|
blockId: string;
|
|
241
241
|
}) => string;
|
|
@@ -293,7 +293,7 @@ export declare const reReviewClarityContract: {
|
|
|
293
293
|
readonly method: "post";
|
|
294
294
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
295
295
|
blockId: v.StringSchema<undefined>;
|
|
296
|
-
}, undefined> & import("@toad-contracts/core").
|
|
296
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
297
297
|
readonly pathResolver: ({ blockId }: {
|
|
298
298
|
blockId: string;
|
|
299
299
|
}) => string;
|
|
@@ -349,7 +349,7 @@ export declare const proceedClarityContract: {
|
|
|
349
349
|
readonly method: "post";
|
|
350
350
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
351
351
|
blockId: v.StringSchema<undefined>;
|
|
352
|
-
}, undefined> & import("@toad-contracts/core").
|
|
352
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
353
353
|
readonly pathResolver: ({ blockId }: {
|
|
354
354
|
blockId: string;
|
|
355
355
|
}) => string;
|
|
@@ -405,7 +405,7 @@ export declare const resolveClarityExceededContract: {
|
|
|
405
405
|
readonly method: "post";
|
|
406
406
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
407
407
|
blockId: v.StringSchema<undefined>;
|
|
408
|
-
}, undefined> & import("@toad-contracts/core").
|
|
408
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
409
409
|
readonly pathResolver: ({ blockId }: {
|
|
410
410
|
blockId: string;
|
|
411
411
|
}) => string;
|
|
@@ -3,7 +3,7 @@ export declare const getConsensusSessionContract: {
|
|
|
3
3
|
readonly method: "get";
|
|
4
4
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
5
5
|
blockId: v.StringSchema<undefined>;
|
|
6
|
-
}, undefined> & import("@toad-contracts/core").
|
|
6
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
7
7
|
readonly pathResolver: ({ blockId }: {
|
|
8
8
|
blockId: string;
|
|
9
9
|
}) => string;
|
|
@@ -85,7 +85,7 @@ export declare const connectDocumentSourceContract: {
|
|
|
85
85
|
readonly method: "post";
|
|
86
86
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
87
87
|
source: v.StringSchema<undefined>;
|
|
88
|
-
}, undefined> & import("@toad-contracts/core").
|
|
88
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
89
89
|
readonly pathResolver: ({ source }: {
|
|
90
90
|
source: string;
|
|
91
91
|
}) => string;
|
|
@@ -126,7 +126,7 @@ export declare const disconnectDocumentSourceContract: {
|
|
|
126
126
|
readonly method: "delete";
|
|
127
127
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
128
128
|
source: v.StringSchema<undefined>;
|
|
129
|
-
}, undefined> & import("@toad-contracts/core").
|
|
129
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
130
130
|
readonly pathResolver: ({ source }: {
|
|
131
131
|
source: string;
|
|
132
132
|
}) => string;
|
|
@@ -197,7 +197,7 @@ export declare const importDocumentContract: {
|
|
|
197
197
|
readonly method: "post";
|
|
198
198
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
199
199
|
source: v.StringSchema<undefined>;
|
|
200
|
-
}, undefined> & import("@toad-contracts/core").
|
|
200
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
201
201
|
readonly pathResolver: ({ source }: {
|
|
202
202
|
source: string;
|
|
203
203
|
}) => string;
|
|
@@ -242,7 +242,7 @@ export declare const searchDocumentsContract: {
|
|
|
242
242
|
readonly method: "post";
|
|
243
243
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
244
244
|
source: v.StringSchema<undefined>;
|
|
245
|
-
}, undefined> & import("@toad-contracts/core").
|
|
245
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
246
246
|
readonly pathResolver: ({ source }: {
|
|
247
247
|
source: string;
|
|
248
248
|
}) => string;
|
|
@@ -287,7 +287,7 @@ export declare const planDocumentContract: {
|
|
|
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;
|
|
@@ -344,7 +344,7 @@ export declare const spawnDocumentContract: {
|
|
|
344
344
|
readonly method: "post";
|
|
345
345
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
346
346
|
source: v.StringSchema<undefined>;
|
|
347
|
-
}, undefined> & import("@toad-contracts/core").
|
|
347
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
348
348
|
readonly pathResolver: ({ source }: {
|
|
349
349
|
source: string;
|
|
350
350
|
}) => string;
|
|
@@ -500,7 +500,7 @@ export declare const getEnvironmentContract: {
|
|
|
500
500
|
readonly method: "get";
|
|
501
501
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
502
502
|
environmentId: v.StringSchema<undefined>;
|
|
503
|
-
}, undefined> & import("@toad-contracts/core").
|
|
503
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
504
504
|
readonly pathResolver: ({ environmentId }: {
|
|
505
505
|
environmentId: string;
|
|
506
506
|
}) => string;
|
|
@@ -554,7 +554,7 @@ export declare const getEnvironmentAccessContract: {
|
|
|
554
554
|
readonly method: "get";
|
|
555
555
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
556
556
|
environmentId: v.StringSchema<undefined>;
|
|
557
|
-
}, undefined> & import("@toad-contracts/core").
|
|
557
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
558
558
|
readonly pathResolver: ({ environmentId }: {
|
|
559
559
|
environmentId: string;
|
|
560
560
|
}) => string;
|
|
@@ -661,7 +661,7 @@ export declare const teardownEnvironmentContract: {
|
|
|
661
661
|
readonly method: "post";
|
|
662
662
|
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
663
663
|
environmentId: v.StringSchema<undefined>;
|
|
664
|
-
}, undefined> & import("@toad-contracts/core").
|
|
664
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
665
665
|
readonly pathResolver: ({ environmentId }: {
|
|
666
666
|
environmentId: string;
|
|
667
667
|
}) => string;
|