@cat-factory/contracts 0.173.0 → 0.175.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/entities.d.ts +1 -1
- package/dist/environments.d.ts +320 -13
- package/dist/environments.d.ts.map +1 -1
- package/dist/environments.js +77 -1
- package/dist/environments.js.map +1 -1
- package/dist/execution.d.ts +8 -8
- package/dist/pr-report.d.ts +44 -2
- package/dist/pr-report.d.ts.map +1 -1
- package/dist/pr-report.js +24 -2
- package/dist/pr-report.js.map +1 -1
- package/dist/requests.d.ts +7 -7
- package/dist/routes/agent-runs.d.ts +6 -6
- package/dist/routes/board.d.ts +19 -19
- package/dist/routes/environmentUserHandlers.d.ts +37 -4
- package/dist/routes/environmentUserHandlers.d.ts.map +1 -1
- package/dist/routes/environments.d.ts +129 -19
- package/dist/routes/environments.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +26 -26
- package/dist/routes/human-review.d.ts +3 -3
- package/dist/routes/human-test.d.ts +15 -15
- package/dist/routes/initiative.d.ts +1 -1
- package/dist/routes/tasks.d.ts +3 -3
- package/dist/routes/visual-confirm.d.ts +9 -9
- package/dist/routes/workspaces.d.ts +14 -14
- package/dist/snapshot.d.ts +8 -8
- package/package.json +1 -1
|
@@ -298,8 +298,8 @@ export declare const confirmHumanTestContract: {
|
|
|
298
298
|
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
299
299
|
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
300
300
|
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
301
|
-
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
302
|
-
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
301
|
+
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
302
|
+
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
303
303
|
}, undefined>, undefined>, undefined>;
|
|
304
304
|
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
305
305
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -647,7 +647,7 @@ export declare const confirmHumanTestContract: {
|
|
|
647
647
|
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
648
648
|
readonly firstEvictionDetail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
649
649
|
readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
650
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
650
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
651
651
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
652
652
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
653
653
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -1235,8 +1235,8 @@ export declare const requestHumanTestFixContract: {
|
|
|
1235
1235
|
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
1236
1236
|
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
1237
1237
|
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1238
|
-
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
1239
|
-
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1238
|
+
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
1239
|
+
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1240
1240
|
}, undefined>, undefined>, undefined>;
|
|
1241
1241
|
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1242
1242
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -1584,7 +1584,7 @@ export declare const requestHumanTestFixContract: {
|
|
|
1584
1584
|
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
1585
1585
|
readonly firstEvictionDetail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1586
1586
|
readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1587
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1587
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1588
1588
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1589
1589
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1590
1590
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -2170,8 +2170,8 @@ export declare const pullMainHumanTestContract: {
|
|
|
2170
2170
|
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
2171
2171
|
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
2172
2172
|
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
2173
|
-
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
2174
|
-
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2173
|
+
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
2174
|
+
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2175
2175
|
}, undefined>, undefined>, undefined>;
|
|
2176
2176
|
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2177
2177
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -2519,7 +2519,7 @@ export declare const pullMainHumanTestContract: {
|
|
|
2519
2519
|
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
2520
2520
|
readonly firstEvictionDetail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2521
2521
|
readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2522
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2522
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2523
2523
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
2524
2524
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
2525
2525
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -3105,8 +3105,8 @@ export declare const recreateHumanTestEnvContract: {
|
|
|
3105
3105
|
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
3106
3106
|
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
3107
3107
|
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
3108
|
-
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
3109
|
-
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
3108
|
+
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
3109
|
+
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
3110
3110
|
}, undefined>, undefined>, undefined>;
|
|
3111
3111
|
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
3112
3112
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -3454,7 +3454,7 @@ export declare const recreateHumanTestEnvContract: {
|
|
|
3454
3454
|
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
3455
3455
|
readonly firstEvictionDetail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
3456
3456
|
readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
3457
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
3457
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
3458
3458
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
3459
3459
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
3460
3460
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -4040,8 +4040,8 @@ export declare const destroyHumanTestEnvContract: {
|
|
|
4040
4040
|
readonly status: import("valibot").PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
4041
4041
|
readonly expiresAt: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
|
|
4042
4042
|
readonly lastError: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
4043
|
-
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
4044
|
-
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
4043
|
+
readonly provisionType: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
4044
|
+
readonly engine: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
4045
4045
|
}, undefined>, undefined>, undefined>;
|
|
4046
4046
|
readonly subtasks: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
4047
4047
|
readonly completed: import("valibot").NumberSchema<undefined>;
|
|
@@ -4389,7 +4389,7 @@ export declare const destroyHumanTestEnvContract: {
|
|
|
4389
4389
|
readonly transientEvictionRecoveries: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
4390
4390
|
readonly firstEvictionDetail: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4391
4391
|
readonly deployProvisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
4392
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
4392
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
4393
4393
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
4394
4394
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
4395
4395
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -231,7 +231,7 @@ export declare const createInitiativeContract: {
|
|
|
231
231
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
232
232
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
233
233
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
234
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
234
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
235
235
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
236
236
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
237
237
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
package/dist/routes/tasks.d.ts
CHANGED
|
@@ -766,7 +766,7 @@ export declare const createTaskFromIssueContract: {
|
|
|
766
766
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
767
767
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
768
768
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
769
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
769
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
770
770
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
771
771
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
772
772
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -1173,7 +1173,7 @@ export declare const spawnEpicContract: {
|
|
|
1173
1173
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1174
1174
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1175
1175
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1176
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1176
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1177
1177
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1178
1178
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1179
1179
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -1517,7 +1517,7 @@ export declare const spawnEpicContract: {
|
|
|
1517
1517
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1518
1518
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1519
1519
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1520
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1520
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1521
1521
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1522
1522
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1523
1523
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -299,8 +299,8 @@ export declare const approveVisualConfirmContract: {
|
|
|
299
299
|
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
300
300
|
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
301
301
|
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
302
|
-
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
303
|
-
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
302
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
303
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
304
304
|
}, undefined>, undefined>, undefined>;
|
|
305
305
|
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
306
306
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -648,7 +648,7 @@ export declare const approveVisualConfirmContract: {
|
|
|
648
648
|
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
649
649
|
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
650
650
|
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
651
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
651
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
652
652
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
653
653
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
654
654
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -1236,8 +1236,8 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
1236
1236
|
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
1237
1237
|
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1238
1238
|
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1239
|
-
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
1240
|
-
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1239
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
1240
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1241
1241
|
}, undefined>, undefined>, undefined>;
|
|
1242
1242
|
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
1243
1243
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1585,7 +1585,7 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
1585
1585
|
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1586
1586
|
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1587
1587
|
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1588
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1588
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1589
1589
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1590
1590
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1591
1591
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -2171,8 +2171,8 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
2171
2171
|
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
2172
2172
|
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2173
2173
|
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2174
|
-
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
2175
|
-
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2174
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
2175
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2176
2176
|
}, undefined>, undefined>, undefined>;
|
|
2177
2177
|
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
2178
2178
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -2520,7 +2520,7 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
2520
2520
|
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2521
2521
|
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2522
2522
|
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
2523
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2523
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2524
2524
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
2525
2525
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
2526
2526
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -158,7 +158,7 @@ export declare const createWorkspaceContract: {
|
|
|
158
158
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
159
159
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
160
160
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
161
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
161
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
162
162
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
163
163
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
164
164
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -762,8 +762,8 @@ export declare const createWorkspaceContract: {
|
|
|
762
762
|
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
763
763
|
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
764
764
|
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
765
|
-
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
766
|
-
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
765
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
766
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
767
767
|
}, undefined>, undefined>, undefined>;
|
|
768
768
|
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
769
769
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1111,7 +1111,7 @@ export declare const createWorkspaceContract: {
|
|
|
1111
1111
|
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1112
1112
|
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1113
1113
|
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1114
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1114
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1115
1115
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1116
1116
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1117
1117
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -1920,7 +1920,7 @@ export declare const createWorkspaceContract: {
|
|
|
1920
1920
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1921
1921
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1922
1922
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1923
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1923
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1924
1924
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1925
1925
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1926
1926
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -2256,12 +2256,12 @@ export declare const createWorkspaceContract: {
|
|
|
2256
2256
|
readonly environmentBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2257
2257
|
readonly kind: v.StringSchema<undefined>;
|
|
2258
2258
|
readonly label: v.StringSchema<undefined>;
|
|
2259
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2259
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2260
2260
|
}, undefined>, undefined>, undefined>;
|
|
2261
2261
|
readonly runnerBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2262
2262
|
readonly kind: v.StringSchema<undefined>;
|
|
2263
2263
|
readonly label: v.StringSchema<undefined>;
|
|
2264
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2264
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2265
2265
|
}, undefined>, undefined>, undefined>;
|
|
2266
2266
|
readonly pipelineCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2267
2267
|
readonly riskPolicyCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
@@ -2650,7 +2650,7 @@ export declare const getWorkspaceContract: {
|
|
|
2650
2650
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2651
2651
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
2652
2652
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
2653
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2653
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2654
2654
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
2655
2655
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
2656
2656
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -3254,8 +3254,8 @@ export declare const getWorkspaceContract: {
|
|
|
3254
3254
|
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
3255
3255
|
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3256
3256
|
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3257
|
-
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
3258
|
-
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
3257
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
3258
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
3259
3259
|
}, undefined>, undefined>, undefined>;
|
|
3260
3260
|
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
3261
3261
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -3603,7 +3603,7 @@ export declare const getWorkspaceContract: {
|
|
|
3603
3603
|
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3604
3604
|
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3605
3605
|
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
3606
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
3606
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
3607
3607
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
3608
3608
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
3609
3609
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -4412,7 +4412,7 @@ export declare const getWorkspaceContract: {
|
|
|
4412
4412
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4413
4413
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
4414
4414
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
4415
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
4415
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
4416
4416
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
4417
4417
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
4418
4418
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -4748,12 +4748,12 @@ export declare const getWorkspaceContract: {
|
|
|
4748
4748
|
readonly environmentBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4749
4749
|
readonly kind: v.StringSchema<undefined>;
|
|
4750
4750
|
readonly label: v.StringSchema<undefined>;
|
|
4751
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
4751
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
4752
4752
|
}, undefined>, undefined>, undefined>;
|
|
4753
4753
|
readonly runnerBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4754
4754
|
readonly kind: v.StringSchema<undefined>;
|
|
4755
4755
|
readonly label: v.StringSchema<undefined>;
|
|
4756
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
4756
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
4757
4757
|
}, undefined>, undefined>, undefined>;
|
|
4758
4758
|
readonly pipelineCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
4759
4759
|
readonly riskPolicyCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
package/dist/snapshot.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const backendKindOptionSchema: v.ObjectSchema<{
|
|
|
9
9
|
* the custom-handler form lists only backends that serve `remote-custom`. Populated for
|
|
10
10
|
* environment backends; omitted for runner-pool backends (which have no engine axis).
|
|
11
11
|
*/
|
|
12
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
12
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
13
13
|
}, undefined>;
|
|
14
14
|
export type BackendKindOption = v.InferOutput<typeof backendKindOptionSchema>;
|
|
15
15
|
export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
@@ -85,7 +85,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
85
85
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
86
86
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
87
87
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
88
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
88
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
89
89
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
90
90
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
91
91
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -689,8 +689,8 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
689
689
|
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
690
690
|
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
691
691
|
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
692
|
-
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
693
|
-
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
692
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
693
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
694
694
|
}, undefined>, undefined>, undefined>;
|
|
695
695
|
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
696
696
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1038,7 +1038,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1038
1038
|
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1039
1039
|
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1040
1040
|
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1041
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1041
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1042
1042
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1043
1043
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1044
1044
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -1952,7 +1952,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1952
1952
|
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1953
1953
|
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1954
1954
|
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
1955
|
-
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1955
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1956
1956
|
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
1957
1957
|
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
1958
1958
|
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
@@ -2324,7 +2324,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
2324
2324
|
* the custom-handler form lists only backends that serve `remote-custom`. Populated for
|
|
2325
2325
|
* environment backends; omitted for runner-pool backends (which have no engine axis).
|
|
2326
2326
|
*/
|
|
2327
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2327
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2328
2328
|
}, undefined>, undefined>, undefined>;
|
|
2329
2329
|
readonly runnerBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2330
2330
|
readonly kind: v.StringSchema<undefined>;
|
|
@@ -2335,7 +2335,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
2335
2335
|
* the custom-handler form lists only backends that serve `remote-custom`. Populated for
|
|
2336
2336
|
* environment backends; omitted for runner-pool backends (which have no engine axis).
|
|
2337
2337
|
*/
|
|
2338
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2338
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2339
2339
|
}, undefined>, undefined>, undefined>;
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Current built-in pipeline catalog versions (`seedPipelines()`), keyed by pipeline id. The
|