@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.
Files changed (40) hide show
  1. package/dist/routes/_shared.d.ts +1 -1
  2. package/dist/routes/_shared.d.ts.map +1 -1
  3. package/dist/routes/accounts.d.ts +16 -16
  4. package/dist/routes/agent-runs.d.ts +2 -2
  5. package/dist/routes/api-keys.d.ts +2 -2
  6. package/dist/routes/auth.d.ts +2 -2
  7. package/dist/routes/board.d.ts +8 -8
  8. package/dist/routes/bootstrap.d.ts +3 -3
  9. package/dist/routes/brainstorm.d.ts +8 -8
  10. package/dist/routes/clarity.d.ts +8 -8
  11. package/dist/routes/consensus.d.ts +1 -1
  12. package/dist/routes/documents.d.ts +6 -6
  13. package/dist/routes/environments.d.ts +3 -3
  14. package/dist/routes/execution.d.ts +12 -12
  15. package/dist/routes/followUp.d.ts +5 -5
  16. package/dist/routes/fragment-library.d.ts +6 -6
  17. package/dist/routes/github.d.ts +8 -8
  18. package/dist/routes/human-review.d.ts +1 -1
  19. package/dist/routes/human-test.d.ts +5 -5
  20. package/dist/routes/kaizen.d.ts +1 -1
  21. package/dist/routes/localModels.d.ts +2 -2
  22. package/dist/routes/merge.d.ts +2 -2
  23. package/dist/routes/model-presets.d.ts +2 -2
  24. package/dist/routes/models.d.ts +1 -1
  25. package/dist/routes/notifications.d.ts +2 -2
  26. package/dist/routes/openrouter.d.ts +3 -3
  27. package/dist/routes/personal-subscriptions.d.ts +1 -1
  28. package/dist/routes/pipelines.d.ts +5 -5
  29. package/dist/routes/recurring.d.ts +4 -4
  30. package/dist/routes/release.d.ts +2 -2
  31. package/dist/routes/requirements.d.ts +12 -12
  32. package/dist/routes/sandbox.d.ts +5 -5
  33. package/dist/routes/services.d.ts +3 -3
  34. package/dist/routes/spec.d.ts +1 -1
  35. package/dist/routes/tasks.d.ts +7 -7
  36. package/dist/routes/user-secret.d.ts +4 -4
  37. package/dist/routes/vendor-credentials.d.ts +1 -1
  38. package/dist/routes/visual-confirm.d.ts +3 -3
  39. package/dist/routes/workspaces.d.ts +3 -3
  40. package/package.json +4 -4
@@ -4,7 +4,7 @@ export declare const startExecutionContract: {
4
4
  readonly method: "post";
5
5
  readonly requestPathParamsSchema: v.ObjectSchema<{
6
6
  blockId: v.StringSchema<undefined>;
7
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
7
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
8
8
  readonly pathResolver: ({ blockId }: {
9
9
  blockId: string;
10
10
  }) => string;
@@ -323,7 +323,7 @@ export declare const cancelExecutionContract: {
323
323
  readonly method: "delete";
324
324
  readonly requestPathParamsSchema: v.ObjectSchema<{
325
325
  blockId: v.StringSchema<undefined>;
326
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
326
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
327
327
  readonly pathResolver: ({ blockId }: {
328
328
  blockId: string;
329
329
  }) => string;
@@ -420,7 +420,7 @@ export declare const mergeBlockContract: {
420
420
  readonly method: "post";
421
421
  readonly requestPathParamsSchema: v.ObjectSchema<{
422
422
  blockId: v.StringSchema<undefined>;
423
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
423
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
424
424
  readonly pathResolver: ({ blockId }: {
425
425
  blockId: string;
426
426
  }) => string;
@@ -867,7 +867,7 @@ export declare const getExecutionLlmMetricsContract: {
867
867
  readonly method: "get";
868
868
  readonly requestPathParamsSchema: v.ObjectSchema<{
869
869
  executionId: v.StringSchema<undefined>;
870
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
870
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
871
871
  readonly pathResolver: ({ executionId }: {
872
872
  executionId: string;
873
873
  }) => string;
@@ -932,7 +932,7 @@ export declare const getExecutionAgentContextContract: {
932
932
  readonly method: "get";
933
933
  readonly requestPathParamsSchema: v.ObjectSchema<{
934
934
  executionId: v.StringSchema<undefined>;
935
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
935
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
936
936
  readonly pathResolver: ({ executionId }: {
937
937
  executionId: string;
938
938
  }) => string;
@@ -991,7 +991,7 @@ export declare const exportExecutionLlmMetricsContract: {
991
991
  readonly method: "get";
992
992
  readonly requestPathParamsSchema: v.ObjectSchema<{
993
993
  executionId: v.StringSchema<undefined>;
994
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
994
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
995
995
  readonly pathResolver: ({ executionId }: {
996
996
  executionId: string;
997
997
  }) => string;
@@ -1090,7 +1090,7 @@ export declare const resolveDecisionContract: {
1090
1090
  readonly requestPathParamsSchema: v.ObjectSchema<{
1091
1091
  readonly executionId: v.StringSchema<undefined>;
1092
1092
  readonly decisionId: v.StringSchema<undefined>;
1093
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
1093
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
1094
1094
  readonly pathResolver: ({ executionId, decisionId }: {
1095
1095
  executionId: string;
1096
1096
  decisionId: string;
@@ -1411,7 +1411,7 @@ export declare const approveStepContract: {
1411
1411
  readonly requestPathParamsSchema: v.ObjectSchema<{
1412
1412
  readonly executionId: v.StringSchema<undefined>;
1413
1413
  readonly approvalId: v.StringSchema<undefined>;
1414
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
1414
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
1415
1415
  readonly pathResolver: ({ executionId, approvalId }: {
1416
1416
  executionId: string;
1417
1417
  approvalId: string;
@@ -1732,7 +1732,7 @@ export declare const requestStepChangesContract: {
1732
1732
  readonly requestPathParamsSchema: v.ObjectSchema<{
1733
1733
  readonly executionId: v.StringSchema<undefined>;
1734
1734
  readonly approvalId: v.StringSchema<undefined>;
1735
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
1735
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
1736
1736
  readonly pathResolver: ({ executionId, approvalId }: {
1737
1737
  executionId: string;
1738
1738
  approvalId: string;
@@ -2067,7 +2067,7 @@ export declare const resolveStepExceededContract: {
2067
2067
  readonly requestPathParamsSchema: v.ObjectSchema<{
2068
2068
  readonly executionId: v.StringSchema<undefined>;
2069
2069
  readonly approvalId: v.StringSchema<undefined>;
2070
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
2070
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
2071
2071
  readonly pathResolver: ({ executionId, approvalId }: {
2072
2072
  executionId: string;
2073
2073
  approvalId: string;
@@ -2387,7 +2387,7 @@ export declare const restartExecutionContract: {
2387
2387
  readonly method: "post";
2388
2388
  readonly requestPathParamsSchema: v.ObjectSchema<{
2389
2389
  executionId: v.StringSchema<undefined>;
2390
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
2390
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
2391
2391
  readonly pathResolver: ({ executionId }: {
2392
2392
  executionId: string;
2393
2393
  }) => string;
@@ -2707,7 +2707,7 @@ export declare const rejectStepContract: {
2707
2707
  readonly requestPathParamsSchema: v.ObjectSchema<{
2708
2708
  readonly executionId: v.StringSchema<undefined>;
2709
2709
  readonly approvalId: v.StringSchema<undefined>;
2710
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
2710
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
2711
2711
  readonly pathResolver: ({ executionId, approvalId }: {
2712
2712
  executionId: string;
2713
2713
  approvalId: string;
@@ -4,7 +4,7 @@ export declare const getFollowUpsContract: {
4
4
  readonly method: "get";
5
5
  readonly requestPathParamsSchema: v.ObjectSchema<{
6
6
  executionId: v.StringSchema<undefined>;
7
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
7
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
8
8
  readonly pathResolver: ({ executionId }: {
9
9
  executionId: string;
10
10
  }) => string;
@@ -57,7 +57,7 @@ export declare const fileFollowUpContract: {
57
57
  readonly requestPathParamsSchema: v.ObjectSchema<{
58
58
  readonly executionId: v.StringSchema<undefined>;
59
59
  readonly itemId: v.StringSchema<undefined>;
60
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
60
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
61
61
  readonly pathResolver: ({ executionId, itemId }: {
62
62
  executionId: string;
63
63
  itemId: string;
@@ -112,7 +112,7 @@ export declare const queueFollowUpContract: {
112
112
  readonly requestPathParamsSchema: v.ObjectSchema<{
113
113
  readonly executionId: v.StringSchema<undefined>;
114
114
  readonly itemId: v.StringSchema<undefined>;
115
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
115
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
116
116
  readonly pathResolver: ({ executionId, itemId }: {
117
117
  executionId: string;
118
118
  itemId: string;
@@ -167,7 +167,7 @@ export declare const answerFollowUpContract: {
167
167
  readonly requestPathParamsSchema: v.ObjectSchema<{
168
168
  readonly executionId: v.StringSchema<undefined>;
169
169
  readonly itemId: v.StringSchema<undefined>;
170
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
170
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
171
171
  readonly pathResolver: ({ executionId, itemId }: {
172
172
  executionId: string;
173
173
  itemId: string;
@@ -224,7 +224,7 @@ export declare const dismissFollowUpContract: {
224
224
  readonly requestPathParamsSchema: v.ObjectSchema<{
225
225
  readonly executionId: v.StringSchema<undefined>;
226
226
  readonly itemId: v.StringSchema<undefined>;
227
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
227
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
228
228
  readonly pathResolver: ({ executionId, itemId }: {
229
229
  executionId: string;
230
230
  itemId: string;
@@ -119,7 +119,7 @@ export declare const updatePromptFragmentContract: {
119
119
  readonly method: "patch";
120
120
  readonly requestPathParamsSchema: v.ObjectSchema<{
121
121
  fragmentId: v.StringSchema<undefined>;
122
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
122
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
123
123
  readonly pathResolver: ({ fragmentId }: {
124
124
  fragmentId: string;
125
125
  }) => string;
@@ -187,7 +187,7 @@ export declare const deletePromptFragmentContract: {
187
187
  readonly method: "delete";
188
188
  readonly requestPathParamsSchema: v.ObjectSchema<{
189
189
  fragmentId: v.StringSchema<undefined>;
190
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
190
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
191
191
  readonly pathResolver: ({ fragmentId }: {
192
192
  fragmentId: string;
193
193
  }) => string;
@@ -284,7 +284,7 @@ export declare const refreshPromptFragmentContract: {
284
284
  readonly method: "post";
285
285
  readonly requestPathParamsSchema: v.ObjectSchema<{
286
286
  fragmentId: v.StringSchema<undefined>;
287
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
287
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
288
288
  readonly requestQuerySchema: v.ObjectSchema<{
289
289
  readonly viaWorkspaceId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
290
290
  }, undefined>;
@@ -430,7 +430,7 @@ export declare const unlinkFragmentSourceContract: {
430
430
  readonly method: "delete";
431
431
  readonly requestPathParamsSchema: v.ObjectSchema<{
432
432
  id: v.StringSchema<undefined>;
433
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
433
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
434
434
  readonly pathResolver: ({ id }: {
435
435
  id: string;
436
436
  }) => string;
@@ -464,7 +464,7 @@ export declare const fragmentSourceStatusContract: {
464
464
  readonly method: "get";
465
465
  readonly requestPathParamsSchema: v.ObjectSchema<{
466
466
  id: v.StringSchema<undefined>;
467
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
467
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
468
468
  readonly pathResolver: ({ id }: {
469
469
  id: string;
470
470
  }) => string;
@@ -503,7 +503,7 @@ export declare const syncFragmentSourceContract: {
503
503
  readonly method: "post";
504
504
  readonly requestPathParamsSchema: v.ObjectSchema<{
505
505
  id: v.StringSchema<undefined>;
506
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
506
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
507
507
  readonly pathResolver: ({ id }: {
508
508
  id: string;
509
509
  }) => string;
@@ -228,7 +228,7 @@ export declare const setGitHubRepoMonorepoContract: {
228
228
  readonly method: "patch";
229
229
  readonly requestPathParamsSchema: v.ObjectSchema<{
230
230
  repoGithubId: v.StringSchema<undefined>;
231
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
231
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
232
232
  readonly pathResolver: ({ repoGithubId }: {
233
233
  repoGithubId: string;
234
234
  }) => string;
@@ -275,7 +275,7 @@ export declare const listGitHubRepoTreeContract: {
275
275
  readonly method: "get";
276
276
  readonly requestPathParamsSchema: v.ObjectSchema<{
277
277
  repoGithubId: v.StringSchema<undefined>;
278
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
278
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
279
279
  readonly pathResolver: ({ repoGithubId }: {
280
280
  repoGithubId: string;
281
281
  }) => string;
@@ -422,7 +422,7 @@ export declare const listGitHubBranchesContract: {
422
422
  readonly method: "get";
423
423
  readonly requestPathParamsSchema: v.ObjectSchema<{
424
424
  repoGithubId: v.StringSchema<undefined>;
425
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
425
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
426
426
  readonly pathResolver: ({ repoGithubId }: {
427
427
  repoGithubId: string;
428
428
  }) => string;
@@ -583,7 +583,7 @@ export declare const createGitHubBranchContract: {
583
583
  readonly method: "post";
584
584
  readonly requestPathParamsSchema: v.ObjectSchema<{
585
585
  repoGithubId: v.StringSchema<undefined>;
586
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
586
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
587
587
  readonly pathResolver: ({ repoGithubId }: {
588
588
  repoGithubId: string;
589
589
  }) => string;
@@ -627,7 +627,7 @@ export declare const commitGitHubFilesContract: {
627
627
  readonly method: "post";
628
628
  readonly requestPathParamsSchema: v.ObjectSchema<{
629
629
  repoGithubId: v.StringSchema<undefined>;
630
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
630
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
631
631
  readonly pathResolver: ({ repoGithubId }: {
632
632
  repoGithubId: string;
633
633
  }) => string;
@@ -676,7 +676,7 @@ export declare const openGitHubPullRequestContract: {
676
676
  readonly method: "post";
677
677
  readonly requestPathParamsSchema: v.ObjectSchema<{
678
678
  repoGithubId: v.StringSchema<undefined>;
679
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
679
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
680
680
  readonly pathResolver: ({ repoGithubId }: {
681
681
  repoGithubId: string;
682
682
  }) => string;
@@ -731,7 +731,7 @@ export declare const mergeGitHubPullRequestContract: {
731
731
  readonly requestPathParamsSchema: v.ObjectSchema<{
732
732
  readonly repoGithubId: v.StringSchema<undefined>;
733
733
  readonly number: v.StringSchema<undefined>;
734
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
734
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
735
735
  readonly pathResolver: ({ repoGithubId, number }: {
736
736
  repoGithubId: string;
737
737
  number: string;
@@ -770,7 +770,7 @@ export declare const commentGitHubIssueContract: {
770
770
  readonly requestPathParamsSchema: v.ObjectSchema<{
771
771
  readonly repoGithubId: v.StringSchema<undefined>;
772
772
  readonly number: v.StringSchema<undefined>;
773
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
773
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
774
774
  readonly pathResolver: ({ repoGithubId, number }: {
775
775
  repoGithubId: string;
776
776
  number: string;
@@ -2,7 +2,7 @@ export declare const requestHumanReviewFixContract: {
2
2
  readonly method: "post";
3
3
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
4
4
  blockId: import("valibot").StringSchema<undefined>;
5
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
5
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
6
6
  readonly pathResolver: ({ blockId }: {
7
7
  blockId: string;
8
8
  }) => string;
@@ -3,7 +3,7 @@ export declare const confirmHumanTestContract: {
3
3
  readonly method: "post";
4
4
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
5
5
  blockId: import("valibot").StringSchema<undefined>;
6
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
6
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
7
7
  readonly pathResolver: ({ blockId }: {
8
8
  blockId: string;
9
9
  }) => string;
@@ -320,7 +320,7 @@ export declare const requestHumanTestFixContract: {
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").ObjectKeysCarrier;
323
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
324
324
  readonly pathResolver: ({ blockId }: {
325
325
  blockId: string;
326
326
  }) => string;
@@ -639,7 +639,7 @@ export declare const pullMainHumanTestContract: {
639
639
  readonly method: "post";
640
640
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
641
641
  blockId: import("valibot").StringSchema<undefined>;
642
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
642
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
643
643
  readonly pathResolver: ({ blockId }: {
644
644
  blockId: string;
645
645
  }) => string;
@@ -956,7 +956,7 @@ export declare const recreateHumanTestEnvContract: {
956
956
  readonly method: "post";
957
957
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
958
958
  blockId: import("valibot").StringSchema<undefined>;
959
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
959
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
960
960
  readonly pathResolver: ({ blockId }: {
961
961
  blockId: string;
962
962
  }) => string;
@@ -1273,7 +1273,7 @@ export declare const destroyHumanTestEnvContract: {
1273
1273
  readonly method: "post";
1274
1274
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
1275
1275
  blockId: import("valibot").StringSchema<undefined>;
1276
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
1276
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
1277
1277
  readonly pathResolver: ({ blockId }: {
1278
1278
  blockId: string;
1279
1279
  }) => string;
@@ -60,7 +60,7 @@ export declare const getKaizenRunGradingsContract: {
60
60
  readonly method: "get";
61
61
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
62
62
  executionId: import("valibot").StringSchema<undefined>;
63
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
63
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
64
64
  readonly pathResolver: ({ executionId }: {
65
65
  executionId: string;
66
66
  }) => string;
@@ -43,7 +43,7 @@ export declare const upsertLocalModelEndpointContract: {
43
43
  readonly method: "put";
44
44
  readonly requestPathParamsSchema: v.ObjectSchema<{
45
45
  provider: v.StringSchema<undefined>;
46
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
46
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
47
47
  readonly pathResolver: ({ provider }: {
48
48
  provider: string;
49
49
  }) => string;
@@ -92,7 +92,7 @@ export declare const removeLocalModelEndpointContract: {
92
92
  readonly method: "delete";
93
93
  readonly requestPathParamsSchema: v.ObjectSchema<{
94
94
  provider: v.StringSchema<undefined>;
95
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
95
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
96
96
  readonly pathResolver: ({ provider }: {
97
97
  provider: string;
98
98
  }) => string;
@@ -103,7 +103,7 @@ export declare const updateMergePresetContract: {
103
103
  readonly method: "patch";
104
104
  readonly requestPathParamsSchema: v.ObjectSchema<{
105
105
  presetId: v.StringSchema<undefined>;
106
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
106
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
107
107
  readonly pathResolver: ({ presetId }: {
108
108
  presetId: string;
109
109
  }) => string;
@@ -164,7 +164,7 @@ export declare const deleteMergePresetContract: {
164
164
  readonly method: "delete";
165
165
  readonly requestPathParamsSchema: v.ObjectSchema<{
166
166
  presetId: v.StringSchema<undefined>;
167
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
167
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
168
168
  readonly pathResolver: ({ presetId }: {
169
169
  presetId: string;
170
170
  }) => string;
@@ -82,7 +82,7 @@ export declare const updateModelPresetContract: {
82
82
  readonly method: "patch";
83
83
  readonly requestPathParamsSchema: v.ObjectSchema<{
84
84
  presetId: v.StringSchema<undefined>;
85
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
85
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
86
86
  readonly pathResolver: ({ presetId }: {
87
87
  presetId: string;
88
88
  }) => string;
@@ -129,7 +129,7 @@ export declare const deleteModelPresetContract: {
129
129
  readonly method: "delete";
130
130
  readonly requestPathParamsSchema: v.ObjectSchema<{
131
131
  presetId: v.StringSchema<undefined>;
132
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
132
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
133
133
  readonly pathResolver: ({ presetId }: {
134
134
  presetId: string;
135
135
  }) => string;
@@ -62,7 +62,7 @@ export declare const listWorkspaceModelsContract: {
62
62
  readonly method: "get";
63
63
  readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
64
64
  workspaceId: import("valibot").StringSchema<undefined>;
65
- }, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
65
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
66
66
  readonly pathResolver: ({ workspaceId }: {
67
67
  workspaceId: string;
68
68
  }) => string;
@@ -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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
259
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
260
260
  readonly pathResolver: ({ scheduleId }: {
261
261
  scheduleId: string;
262
262
  }) => string;
@@ -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").ObjectKeysCarrier;
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").ObjectKeysCarrier;
188
+ }, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
189
189
  readonly pathResolver: ({ blockId }: {
190
190
  blockId: string;
191
191
  }) => string;