@cat-factory/contracts 0.174.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/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
package/dist/routes/board.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare const addFrameContract: {
|
|
|
96
96
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
97
97
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
98
98
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
99
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
99
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
100
100
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
101
101
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
102
102
|
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>]>;
|
|
@@ -478,7 +478,7 @@ export declare const addServiceFromRepoContract: {
|
|
|
478
478
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
479
479
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
480
480
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
481
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
481
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
482
482
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
483
483
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
484
484
|
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>]>;
|
|
@@ -893,7 +893,7 @@ export declare const addTaskContract: {
|
|
|
893
893
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
894
894
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
895
895
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
896
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
896
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
897
897
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
898
898
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
899
899
|
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>]>;
|
|
@@ -1277,7 +1277,7 @@ export declare const addModuleContract: {
|
|
|
1277
1277
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1278
1278
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1279
1279
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1280
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1280
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1281
1281
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1282
1282
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1283
1283
|
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>]>;
|
|
@@ -1658,7 +1658,7 @@ export declare const addEpicContract: {
|
|
|
1658
1658
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1659
1659
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1660
1660
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1661
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1661
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
1662
1662
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1663
1663
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1664
1664
|
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>]>;
|
|
@@ -2038,7 +2038,7 @@ export declare const assignEpicContract: {
|
|
|
2038
2038
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
2039
2039
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
2040
2040
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2041
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2041
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2042
2042
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
2043
2043
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
2044
2044
|
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>]>;
|
|
@@ -2348,7 +2348,7 @@ export declare const updateBlockContract: {
|
|
|
2348
2348
|
readonly pipelineId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
2349
2349
|
readonly agentConfig: import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2350
2350
|
readonly provisioning: import("valibot").ObjectSchema<{
|
|
2351
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2351
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2352
2352
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
2353
2353
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
2354
2354
|
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>]>;
|
|
@@ -2639,7 +2639,7 @@ export declare const updateBlockContract: {
|
|
|
2639
2639
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
2640
2640
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
2641
2641
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2642
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2642
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2643
2643
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
2644
2644
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
2645
2645
|
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>]>;
|
|
@@ -2932,7 +2932,7 @@ export declare const updateBlockContract: {
|
|
|
2932
2932
|
[x: string]: string;
|
|
2933
2933
|
} | undefined;
|
|
2934
2934
|
provisioning?: {
|
|
2935
|
-
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
2935
|
+
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
2936
2936
|
manifestSource?: {
|
|
2937
2937
|
type: "colocated";
|
|
2938
2938
|
path: string;
|
|
@@ -3192,7 +3192,7 @@ export declare const updateBlockContract: {
|
|
|
3192
3192
|
[x: string]: string;
|
|
3193
3193
|
} | undefined;
|
|
3194
3194
|
provisioning?: {
|
|
3195
|
-
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3195
|
+
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3196
3196
|
manifestSource?: {
|
|
3197
3197
|
type: "colocated";
|
|
3198
3198
|
path: string;
|
|
@@ -3453,7 +3453,7 @@ export declare const updateBlockContract: {
|
|
|
3453
3453
|
[x: string]: string;
|
|
3454
3454
|
} | undefined;
|
|
3455
3455
|
provisioning?: {
|
|
3456
|
-
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3456
|
+
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3457
3457
|
manifestSource?: {
|
|
3458
3458
|
type: "colocated";
|
|
3459
3459
|
path: string;
|
|
@@ -3738,7 +3738,7 @@ export declare const updateBlockContract: {
|
|
|
3738
3738
|
[x: string]: string;
|
|
3739
3739
|
} | undefined;
|
|
3740
3740
|
provisioning?: {
|
|
3741
|
-
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3741
|
+
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
3742
3742
|
manifestSource?: {
|
|
3743
3743
|
type: "colocated";
|
|
3744
3744
|
path: string;
|
|
@@ -3999,7 +3999,7 @@ export declare const updateBlockContract: {
|
|
|
3999
3999
|
[x: string]: string;
|
|
4000
4000
|
} | undefined;
|
|
4001
4001
|
provisioning?: {
|
|
4002
|
-
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
4002
|
+
type: "cloudflare" | "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
4003
4003
|
manifestSource?: {
|
|
4004
4004
|
type: "colocated";
|
|
4005
4005
|
path: string;
|
|
@@ -4351,7 +4351,7 @@ export declare const updateBlockContract: {
|
|
|
4351
4351
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4352
4352
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
4353
4353
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
4354
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
4354
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
4355
4355
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
4356
4356
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
4357
4357
|
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>]>;
|
|
@@ -4734,7 +4734,7 @@ export declare const moveBlockContract: {
|
|
|
4734
4734
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
4735
4735
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
4736
4736
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
4737
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
4737
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
4738
4738
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
4739
4739
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
4740
4740
|
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>]>;
|
|
@@ -5118,7 +5118,7 @@ export declare const reparentBlockContract: {
|
|
|
5118
5118
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5119
5119
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
5120
5120
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5121
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
5121
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
5122
5122
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
5123
5123
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
5124
5124
|
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>]>;
|
|
@@ -5530,7 +5530,7 @@ export declare const archiveBlockContract: {
|
|
|
5530
5530
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5531
5531
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
5532
5532
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5533
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
5533
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
5534
5534
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
5535
5535
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
5536
5536
|
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>]>;
|
|
@@ -5908,7 +5908,7 @@ export declare const restoreBlockContract: {
|
|
|
5908
5908
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5909
5909
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
5910
5910
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5911
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
5911
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
5912
5912
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
5913
5913
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
5914
5914
|
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>]>;
|
|
@@ -6288,7 +6288,7 @@ export declare const toggleDependencyContract: {
|
|
|
6288
6288
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6289
6289
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
6290
6290
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
6291
|
-
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
6291
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
6292
6292
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
6293
6293
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
6294
6294
|
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>]>;
|
|
@@ -33,9 +33,9 @@ export declare const listEnvironmentUserHandlersContract: {
|
|
|
33
33
|
}, undefined>;
|
|
34
34
|
readonly 200: v.ObjectSchema<{
|
|
35
35
|
readonly handlers: v.ArraySchema<v.ObjectSchema<{
|
|
36
|
-
readonly provisionType: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
36
|
+
readonly provisionType: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
37
37
|
readonly manifestId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
38
|
-
readonly engine: v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>;
|
|
38
|
+
readonly engine: v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>;
|
|
39
39
|
readonly providerId: v.StringSchema<undefined>;
|
|
40
40
|
readonly label: v.StringSchema<undefined>;
|
|
41
41
|
readonly baseUrl: v.StringSchema<undefined>;
|
|
@@ -264,6 +264,17 @@ export declare const listEnvironmentUserHandlersContract: {
|
|
|
264
264
|
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
265
265
|
}, undefined>, undefined>, undefined>;
|
|
266
266
|
}, undefined>;
|
|
267
|
+
}, undefined>, v.ObjectSchema<{
|
|
268
|
+
readonly engine: v.LiteralSchema<"cloudflare", undefined>;
|
|
269
|
+
readonly cloudflare: v.ObjectSchema<{
|
|
270
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
271
|
+
readonly workersSubdomain: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 63, undefined>, v.RegexAction<string, "must be a bare workers.dev subdomain label, e.g. \"my-account\"">]>;
|
|
272
|
+
readonly apiBaseUrl: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
273
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>, undefined>;
|
|
274
|
+
readonly workerNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>, v.RegexAction<string, "may contain only lowercase letters, digits, hyphens and {{placeholders}}">]>, undefined>;
|
|
275
|
+
readonly environmentNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>, v.RegexAction<string, "may contain only lowercase letters, digits, hyphens and {{placeholders}}">]>, undefined>;
|
|
276
|
+
readonly defaultTtlMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 60000, undefined>]>, undefined>;
|
|
277
|
+
}, undefined>;
|
|
267
278
|
}, undefined>, v.ObjectSchema<{
|
|
268
279
|
readonly engine: v.LiteralSchema<"remote-custom", undefined>;
|
|
269
280
|
readonly manifest: v.ObjectSchema<{
|
|
@@ -614,6 +625,17 @@ export declare const upsertEnvironmentUserHandlerContract: {
|
|
|
614
625
|
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
615
626
|
}, undefined>, undefined>, undefined>;
|
|
616
627
|
}, undefined>;
|
|
628
|
+
}, undefined>, v.ObjectSchema<{
|
|
629
|
+
readonly engine: v.LiteralSchema<"cloudflare", undefined>;
|
|
630
|
+
readonly cloudflare: v.ObjectSchema<{
|
|
631
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
632
|
+
readonly workersSubdomain: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 63, undefined>, v.RegexAction<string, "must be a bare workers.dev subdomain label, e.g. \"my-account\"">]>;
|
|
633
|
+
readonly apiBaseUrl: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
634
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>, undefined>;
|
|
635
|
+
readonly workerNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>, v.RegexAction<string, "may contain only lowercase letters, digits, hyphens and {{placeholders}}">]>, undefined>;
|
|
636
|
+
readonly environmentNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>, v.RegexAction<string, "may contain only lowercase letters, digits, hyphens and {{placeholders}}">]>, undefined>;
|
|
637
|
+
readonly defaultTtlMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 60000, undefined>]>, undefined>;
|
|
638
|
+
}, undefined>;
|
|
617
639
|
}, undefined>, v.ObjectSchema<{
|
|
618
640
|
readonly engine: v.LiteralSchema<"remote-custom", undefined>;
|
|
619
641
|
readonly manifest: v.ObjectSchema<{
|
|
@@ -754,9 +776,9 @@ export declare const upsertEnvironmentUserHandlerContract: {
|
|
|
754
776
|
}, undefined>;
|
|
755
777
|
}, undefined>;
|
|
756
778
|
readonly 201: v.ObjectSchema<{
|
|
757
|
-
readonly provisionType: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
779
|
+
readonly provisionType: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
758
780
|
readonly manifestId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
759
|
-
readonly engine: v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>;
|
|
781
|
+
readonly engine: v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>;
|
|
760
782
|
readonly providerId: v.StringSchema<undefined>;
|
|
761
783
|
readonly label: v.StringSchema<undefined>;
|
|
762
784
|
readonly baseUrl: v.StringSchema<undefined>;
|
|
@@ -985,6 +1007,17 @@ export declare const upsertEnvironmentUserHandlerContract: {
|
|
|
985
1007
|
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
986
1008
|
}, undefined>, undefined>, undefined>;
|
|
987
1009
|
}, undefined>;
|
|
1010
|
+
}, undefined>, v.ObjectSchema<{
|
|
1011
|
+
readonly engine: v.LiteralSchema<"cloudflare", undefined>;
|
|
1012
|
+
readonly cloudflare: v.ObjectSchema<{
|
|
1013
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
1014
|
+
readonly workersSubdomain: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 63, undefined>, v.RegexAction<string, "must be a bare workers.dev subdomain label, e.g. \"my-account\"">]>;
|
|
1015
|
+
readonly apiBaseUrl: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1016
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>, undefined>;
|
|
1017
|
+
readonly workerNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>, v.RegexAction<string, "may contain only lowercase letters, digits, hyphens and {{placeholders}}">]>, undefined>;
|
|
1018
|
+
readonly environmentNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>, v.RegexAction<string, "may contain only lowercase letters, digits, hyphens and {{placeholders}}">]>, undefined>;
|
|
1019
|
+
readonly defaultTtlMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 60000, undefined>]>, undefined>;
|
|
1020
|
+
}, undefined>;
|
|
988
1021
|
}, undefined>, v.ObjectSchema<{
|
|
989
1022
|
readonly engine: v.LiteralSchema<"remote-custom", undefined>;
|
|
990
1023
|
readonly manifest: v.ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentUserHandlers.d.ts","sourceRoot":"","sources":["../../src/routes/environmentUserHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAE3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAwB5B,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"environmentUserHandlers.d.ts","sourceRoot":"","sources":["../../src/routes/environmentUserHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAE3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAwB5B,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9C,CAAA;AAEF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAS/C,CAAA;AAEF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ/C,CAAA"}
|