@cat-factory/contracts 0.123.0 → 0.123.1
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 +10 -0
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +10 -0
- package/dist/entities.js.map +1 -1
- package/dist/routes/board.d.ts +746 -0
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/board.js +14 -0
- package/dist/routes/board.js.map +1 -1
- package/dist/routes/execution.d.ts +2 -0
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/initiative.d.ts +1 -0
- package/dist/routes/initiative.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +3 -0
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +2071 -1401
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +341 -0
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/snapshot.js +7 -0
- package/dist/snapshot.js.map +1 -1
- package/package.json +1 -1
package/dist/routes/board.d.ts
CHANGED
|
@@ -363,6 +363,7 @@ export declare const addFrameContract: {
|
|
|
363
363
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
364
364
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
365
365
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
366
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
366
367
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
367
368
|
}, undefined>;
|
|
368
369
|
};
|
|
@@ -734,6 +735,7 @@ export declare const addServiceFromRepoContract: {
|
|
|
734
735
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
735
736
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
736
737
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
738
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
737
739
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
738
740
|
}, undefined>;
|
|
739
741
|
};
|
|
@@ -1131,6 +1133,7 @@ export declare const addTaskContract: {
|
|
|
1131
1133
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1132
1134
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1133
1135
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1136
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1134
1137
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1135
1138
|
}, undefined>;
|
|
1136
1139
|
};
|
|
@@ -1504,6 +1507,7 @@ export declare const addModuleContract: {
|
|
|
1504
1507
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1505
1508
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1506
1509
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1510
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1507
1511
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1508
1512
|
}, undefined>;
|
|
1509
1513
|
};
|
|
@@ -1874,6 +1878,7 @@ export declare const addEpicContract: {
|
|
|
1874
1878
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1875
1879
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
1876
1880
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1881
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1877
1882
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1878
1883
|
}, undefined>;
|
|
1879
1884
|
};
|
|
@@ -2243,6 +2248,7 @@ export declare const assignEpicContract: {
|
|
|
2243
2248
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2244
2249
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2245
2250
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2251
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2246
2252
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
2247
2253
|
}, undefined>;
|
|
2248
2254
|
};
|
|
@@ -4498,6 +4504,7 @@ export declare const updateBlockContract: {
|
|
|
4498
4504
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
4499
4505
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
4500
4506
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
4507
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
4501
4508
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
4502
4509
|
}, undefined>;
|
|
4503
4510
|
};
|
|
@@ -4870,6 +4877,7 @@ export declare const moveBlockContract: {
|
|
|
4870
4877
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
4871
4878
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
4872
4879
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
4880
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
4873
4881
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
4874
4882
|
}, undefined>;
|
|
4875
4883
|
};
|
|
@@ -5243,6 +5251,7 @@ export declare const reparentBlockContract: {
|
|
|
5243
5251
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
5244
5252
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
5245
5253
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5254
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5246
5255
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5247
5256
|
}, undefined>;
|
|
5248
5257
|
};
|
|
@@ -5281,6 +5290,742 @@ export declare const removeBlockContract: {
|
|
|
5281
5290
|
readonly 204: typeof ContractNoBody;
|
|
5282
5291
|
};
|
|
5283
5292
|
};
|
|
5293
|
+
export declare const archiveBlockContract: {
|
|
5294
|
+
readonly method: "post";
|
|
5295
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
5296
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
5297
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
5298
|
+
readonly pathResolver: ({ blockId }: {
|
|
5299
|
+
blockId: string;
|
|
5300
|
+
}) => string;
|
|
5301
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
5302
|
+
readonly responsesByStatusCode: {
|
|
5303
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
5304
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
5305
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
5306
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5307
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
5308
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5309
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5310
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5311
|
+
}, undefined>, undefined>, undefined>;
|
|
5312
|
+
}, undefined>;
|
|
5313
|
+
}, undefined>;
|
|
5314
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
5315
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
5316
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
5317
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5318
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
5319
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5320
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5321
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5322
|
+
}, undefined>, undefined>, undefined>;
|
|
5323
|
+
}, undefined>;
|
|
5324
|
+
}, undefined>;
|
|
5325
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
5326
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
5327
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
5328
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
5329
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
5330
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
5331
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
5332
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
5333
|
+
}, undefined>;
|
|
5334
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5335
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
5336
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
5337
|
+
}, undefined>, undefined>;
|
|
5338
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
5339
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
5340
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5341
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5342
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic", "initiative"], undefined>;
|
|
5343
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5344
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5345
|
+
readonly initiativeId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5346
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5347
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5348
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
5349
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
5350
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
5351
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
5352
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
5353
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5354
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
5355
|
+
}, undefined>, undefined>, undefined>;
|
|
5356
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5357
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
5358
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
5359
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
5360
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
5361
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
5362
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
5363
|
+
readonly audience: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
5364
|
+
readonly targetPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>, import("valibot").CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
5365
|
+
readonly outlineHints: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
5366
|
+
readonly targetUsers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5367
|
+
readonly successMetrics: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5368
|
+
readonly alternativesConsidered: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5369
|
+
readonly rolloutConcerns: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5370
|
+
readonly decisionDrivers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5371
|
+
readonly consideredOptions: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5372
|
+
readonly whenToUse: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5373
|
+
readonly escalationPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5374
|
+
readonly researchQuestion: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5375
|
+
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5376
|
+
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5377
|
+
}, undefined>, undefined>, undefined>;
|
|
5378
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
5379
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5380
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5381
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5382
|
+
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>;
|
|
5383
|
+
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5384
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
5385
|
+
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
5386
|
+
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
5387
|
+
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>]>;
|
|
5388
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
5389
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5390
|
+
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
5391
|
+
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
5392
|
+
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
5393
|
+
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>]>;
|
|
5394
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
5395
|
+
}, undefined>], undefined>, undefined>;
|
|
5396
|
+
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5397
|
+
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5398
|
+
readonly composeBuild: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5399
|
+
readonly recipe: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5400
|
+
readonly composeFiles: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
5401
|
+
readonly composeProfiles: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
5402
|
+
readonly envFiles: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5403
|
+
readonly template: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5404
|
+
readonly target: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5405
|
+
}, undefined>, undefined>, undefined>;
|
|
5406
|
+
readonly externalNetworks: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
5407
|
+
readonly sharedStackRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
5408
|
+
readonly prerequisites: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5409
|
+
readonly check: import("valibot").PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
5410
|
+
readonly params: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5411
|
+
readonly minGib: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
5412
|
+
readonly registry: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5413
|
+
readonly host: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5414
|
+
readonly port: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
5415
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5416
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5417
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5418
|
+
readonly hostnames: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
5419
|
+
readonly file: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5420
|
+
readonly marker: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5421
|
+
}, undefined>, undefined>;
|
|
5422
|
+
readonly required: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5423
|
+
readonly remediation: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
5424
|
+
readonly label: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5425
|
+
}, undefined>, undefined>, undefined>;
|
|
5426
|
+
readonly setupSteps: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5427
|
+
readonly kind: import("valibot").LiteralSchema<"compose-exec", undefined>;
|
|
5428
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5429
|
+
readonly service: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5430
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5431
|
+
readonly stdinFile: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5432
|
+
readonly user: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5433
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5434
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5435
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5436
|
+
readonly kind: import("valibot").LiteralSchema<"copy-file", undefined>;
|
|
5437
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5438
|
+
readonly from: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5439
|
+
readonly to: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5440
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5441
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5442
|
+
readonly kind: import("valibot").LiteralSchema<"wait-http", undefined>;
|
|
5443
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5444
|
+
readonly url: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5445
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5446
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5447
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5448
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5449
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5450
|
+
readonly kind: import("valibot").LiteralSchema<"wait-file", undefined>;
|
|
5451
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5452
|
+
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>]>;
|
|
5453
|
+
readonly service: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5454
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5455
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5456
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5457
|
+
readonly kind: import("valibot").LiteralSchema<"host-command", undefined>;
|
|
5458
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5459
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5460
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5461
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5462
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
5463
|
+
readonly healthGate: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5464
|
+
readonly kind: import("valibot").LiteralSchema<"compose-healthy", undefined>;
|
|
5465
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5466
|
+
readonly kind: import("valibot").LiteralSchema<"http", undefined>;
|
|
5467
|
+
readonly url: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5468
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5469
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5470
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5471
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5472
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5473
|
+
readonly kind: import("valibot").LiteralSchema<"compose-exec", undefined>;
|
|
5474
|
+
readonly service: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5475
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5476
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5477
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5478
|
+
}, undefined>], undefined>, undefined>;
|
|
5479
|
+
readonly teardownSteps: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5480
|
+
readonly kind: import("valibot").LiteralSchema<"compose-exec", undefined>;
|
|
5481
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5482
|
+
readonly service: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5483
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5484
|
+
readonly stdinFile: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5485
|
+
readonly user: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5486
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5487
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5488
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5489
|
+
readonly kind: import("valibot").LiteralSchema<"copy-file", undefined>;
|
|
5490
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5491
|
+
readonly from: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5492
|
+
readonly to: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5493
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5494
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5495
|
+
readonly kind: import("valibot").LiteralSchema<"wait-http", undefined>;
|
|
5496
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5497
|
+
readonly url: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5498
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5499
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5500
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5501
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5502
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5503
|
+
readonly kind: import("valibot").LiteralSchema<"wait-file", undefined>;
|
|
5504
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5505
|
+
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>]>;
|
|
5506
|
+
readonly service: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5507
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5508
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5509
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5510
|
+
readonly kind: import("valibot").LiteralSchema<"host-command", undefined>;
|
|
5511
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5512
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5513
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5514
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5515
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
5516
|
+
}, undefined>, undefined>;
|
|
5517
|
+
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
5518
|
+
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5519
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
5520
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5521
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5522
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5523
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5524
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
5525
|
+
name: string;
|
|
5526
|
+
newNameTemplate?: string | undefined;
|
|
5527
|
+
newTagTemplate?: string | undefined;
|
|
5528
|
+
digestTemplate?: string | undefined;
|
|
5529
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
5530
|
+
name: string;
|
|
5531
|
+
newNameTemplate?: string | undefined;
|
|
5532
|
+
newTagTemplate?: string | undefined;
|
|
5533
|
+
digestTemplate?: string | undefined;
|
|
5534
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
5535
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5536
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5537
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5538
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5539
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
5540
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5541
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
5542
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5543
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5544
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5545
|
+
}, undefined>, undefined>, undefined>;
|
|
5546
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5547
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5548
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
5549
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
5550
|
+
}, undefined>;
|
|
5551
|
+
}, undefined>, undefined>, undefined>;
|
|
5552
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
5553
|
+
}, undefined>, undefined>, undefined>;
|
|
5554
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
5555
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
5556
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5557
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
5558
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
5559
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
5560
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5561
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
5562
|
+
}, undefined>, undefined>;
|
|
5563
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5564
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
5565
|
+
key: string;
|
|
5566
|
+
secretRef?: {
|
|
5567
|
+
key: string;
|
|
5568
|
+
} | undefined;
|
|
5569
|
+
valueTemplate?: string | undefined;
|
|
5570
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
5571
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5572
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
5573
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5574
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
5575
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
5576
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5577
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
5578
|
+
}, undefined>, undefined>;
|
|
5579
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5580
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
5581
|
+
key: string;
|
|
5582
|
+
secretRef?: {
|
|
5583
|
+
key: string;
|
|
5584
|
+
} | undefined;
|
|
5585
|
+
valueTemplate?: string | undefined;
|
|
5586
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
5587
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
5588
|
+
}, undefined>, undefined>;
|
|
5589
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
5590
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
5591
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5592
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
5593
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5594
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5595
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5596
|
+
readonly directory: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5597
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
5598
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5599
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
5600
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
5601
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5602
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
5603
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5604
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
5605
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5606
|
+
}, undefined>], undefined>, undefined>;
|
|
5607
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5608
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5609
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5610
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5611
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5612
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
5613
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5614
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5615
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
5616
|
+
}, undefined>], undefined>;
|
|
5617
|
+
}, undefined>, undefined>;
|
|
5618
|
+
}, undefined>, undefined>;
|
|
5619
|
+
readonly serviceConnections: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5620
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5621
|
+
readonly description: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
5622
|
+
}, undefined>, undefined>, import("valibot").MaxLengthAction<{
|
|
5623
|
+
serviceBlockId: string;
|
|
5624
|
+
description?: string | undefined;
|
|
5625
|
+
}[], 50, undefined>]>, undefined>;
|
|
5626
|
+
readonly involvedServiceIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5627
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5628
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
5629
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5630
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5631
|
+
}, undefined>, undefined>;
|
|
5632
|
+
readonly peerPullRequests: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5633
|
+
readonly repo: import("valibot").StringSchema<undefined>;
|
|
5634
|
+
readonly frameId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5635
|
+
readonly ref: import("valibot").ObjectSchema<{
|
|
5636
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
5637
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5638
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5639
|
+
}, undefined>;
|
|
5640
|
+
}, undefined>, undefined>, undefined>;
|
|
5641
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5642
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
5643
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
5644
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
5645
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
5646
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5647
|
+
}, undefined>, undefined>, undefined>;
|
|
5648
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5649
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5650
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5651
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5652
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5653
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
5654
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
5655
|
+
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5656
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5657
|
+
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5658
|
+
}, undefined>;
|
|
5659
|
+
};
|
|
5660
|
+
};
|
|
5661
|
+
export declare const restoreBlockContract: {
|
|
5662
|
+
readonly method: "post";
|
|
5663
|
+
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
5664
|
+
blockId: import("valibot").StringSchema<undefined>;
|
|
5665
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
5666
|
+
readonly pathResolver: ({ blockId }: {
|
|
5667
|
+
blockId: string;
|
|
5668
|
+
}) => string;
|
|
5669
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
5670
|
+
readonly responsesByStatusCode: {
|
|
5671
|
+
readonly '4xx': import("valibot").ObjectSchema<{
|
|
5672
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
5673
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
5674
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5675
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
5676
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5677
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5678
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5679
|
+
}, undefined>, undefined>, undefined>;
|
|
5680
|
+
}, undefined>;
|
|
5681
|
+
}, undefined>;
|
|
5682
|
+
readonly '5xx': import("valibot").ObjectSchema<{
|
|
5683
|
+
readonly error: import("valibot").ObjectSchema<{
|
|
5684
|
+
readonly code: import("valibot").StringSchema<undefined>;
|
|
5685
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5686
|
+
readonly details: import("valibot").OptionalSchema<import("valibot").UnknownSchema, undefined>;
|
|
5687
|
+
readonly issues: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5688
|
+
readonly path: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5689
|
+
readonly message: import("valibot").StringSchema<undefined>;
|
|
5690
|
+
}, undefined>, undefined>, undefined>;
|
|
5691
|
+
}, undefined>;
|
|
5692
|
+
}, undefined>;
|
|
5693
|
+
readonly 200: import("valibot").ObjectSchema<{
|
|
5694
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
5695
|
+
readonly title: import("valibot").StringSchema<undefined>;
|
|
5696
|
+
readonly type: import("valibot").PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
5697
|
+
readonly description: import("valibot").StringSchema<undefined>;
|
|
5698
|
+
readonly position: import("valibot").ObjectSchema<{
|
|
5699
|
+
readonly x: import("valibot").NumberSchema<undefined>;
|
|
5700
|
+
readonly y: import("valibot").NumberSchema<undefined>;
|
|
5701
|
+
}, undefined>;
|
|
5702
|
+
readonly size: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5703
|
+
readonly w: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
5704
|
+
readonly h: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 1, undefined>]>;
|
|
5705
|
+
}, undefined>, undefined>;
|
|
5706
|
+
readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
5707
|
+
readonly progress: import("valibot").NumberSchema<undefined>;
|
|
5708
|
+
readonly dependsOn: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5709
|
+
readonly executionId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5710
|
+
readonly level: import("valibot").PicklistSchema<["frame", "module", "task", "epic", "initiative"], undefined>;
|
|
5711
|
+
readonly parentId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5712
|
+
readonly epicId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5713
|
+
readonly initiativeId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5714
|
+
readonly autoStartDependents: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5715
|
+
readonly confidence: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5716
|
+
readonly estimate: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
5717
|
+
readonly complexity: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
5718
|
+
readonly risk: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
5719
|
+
readonly impact: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
|
|
5720
|
+
readonly rationale: import("valibot").StringSchema<undefined>;
|
|
5721
|
+
readonly model: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5722
|
+
readonly createdAt: import("valibot").NumberSchema<undefined>;
|
|
5723
|
+
}, undefined>, undefined>, undefined>;
|
|
5724
|
+
readonly moduleName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5725
|
+
readonly taskType: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
5726
|
+
readonly taskTypeFields: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
5727
|
+
readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
5728
|
+
readonly stepsToReproduce: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
5729
|
+
readonly timeboxHours: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
5730
|
+
readonly docKind: import("valibot").OptionalSchema<import("valibot").PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
5731
|
+
readonly audience: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
5732
|
+
readonly targetPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 300, undefined>, import("valibot").CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
5733
|
+
readonly outlineHints: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
5734
|
+
readonly targetUsers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5735
|
+
readonly successMetrics: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5736
|
+
readonly alternativesConsidered: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5737
|
+
readonly rolloutConcerns: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5738
|
+
readonly decisionDrivers: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5739
|
+
readonly consideredOptions: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5740
|
+
readonly whenToUse: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5741
|
+
readonly escalationPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5742
|
+
readonly researchQuestion: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5743
|
+
readonly optionsToCompare: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5744
|
+
readonly apiSurface: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5745
|
+
}, undefined>, undefined>, undefined>;
|
|
5746
|
+
readonly technical: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").BooleanSchema<undefined>, undefined>, undefined>;
|
|
5747
|
+
readonly fragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5748
|
+
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5749
|
+
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5750
|
+
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>;
|
|
5751
|
+
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5752
|
+
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
5753
|
+
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
5754
|
+
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
5755
|
+
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>]>;
|
|
5756
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
5757
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5758
|
+
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
5759
|
+
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
5760
|
+
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
5761
|
+
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>]>;
|
|
5762
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
5763
|
+
}, undefined>], undefined>, undefined>;
|
|
5764
|
+
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5765
|
+
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5766
|
+
readonly composeBuild: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5767
|
+
readonly recipe: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5768
|
+
readonly composeFiles: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
5769
|
+
readonly composeProfiles: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
5770
|
+
readonly envFiles: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5771
|
+
readonly template: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5772
|
+
readonly target: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5773
|
+
}, undefined>, undefined>, undefined>;
|
|
5774
|
+
readonly externalNetworks: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
5775
|
+
readonly sharedStackRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
5776
|
+
readonly prerequisites: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5777
|
+
readonly check: import("valibot").PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
5778
|
+
readonly params: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5779
|
+
readonly minGib: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
5780
|
+
readonly registry: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5781
|
+
readonly host: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5782
|
+
readonly port: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
5783
|
+
readonly url: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5784
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5785
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5786
|
+
readonly hostnames: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
5787
|
+
readonly file: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5788
|
+
readonly marker: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5789
|
+
}, undefined>, undefined>;
|
|
5790
|
+
readonly required: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5791
|
+
readonly remediation: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
5792
|
+
readonly label: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5793
|
+
}, undefined>, undefined>, undefined>;
|
|
5794
|
+
readonly setupSteps: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5795
|
+
readonly kind: import("valibot").LiteralSchema<"compose-exec", undefined>;
|
|
5796
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5797
|
+
readonly service: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5798
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5799
|
+
readonly stdinFile: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5800
|
+
readonly user: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5801
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5802
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5803
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5804
|
+
readonly kind: import("valibot").LiteralSchema<"copy-file", undefined>;
|
|
5805
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5806
|
+
readonly from: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5807
|
+
readonly to: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5808
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5809
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5810
|
+
readonly kind: import("valibot").LiteralSchema<"wait-http", undefined>;
|
|
5811
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5812
|
+
readonly url: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5813
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5814
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5815
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5816
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5817
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5818
|
+
readonly kind: import("valibot").LiteralSchema<"wait-file", undefined>;
|
|
5819
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5820
|
+
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>]>;
|
|
5821
|
+
readonly service: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5822
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5823
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5824
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5825
|
+
readonly kind: import("valibot").LiteralSchema<"host-command", undefined>;
|
|
5826
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5827
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5828
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5829
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5830
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
5831
|
+
readonly healthGate: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5832
|
+
readonly kind: import("valibot").LiteralSchema<"compose-healthy", undefined>;
|
|
5833
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5834
|
+
readonly kind: import("valibot").LiteralSchema<"http", undefined>;
|
|
5835
|
+
readonly url: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5836
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5837
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5838
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5839
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5840
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5841
|
+
readonly kind: import("valibot").LiteralSchema<"compose-exec", undefined>;
|
|
5842
|
+
readonly service: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5843
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5844
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5845
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5846
|
+
}, undefined>], undefined>, undefined>;
|
|
5847
|
+
readonly teardownSteps: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5848
|
+
readonly kind: import("valibot").LiteralSchema<"compose-exec", undefined>;
|
|
5849
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5850
|
+
readonly service: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5851
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5852
|
+
readonly stdinFile: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5853
|
+
readonly user: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5854
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5855
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5856
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5857
|
+
readonly kind: import("valibot").LiteralSchema<"copy-file", undefined>;
|
|
5858
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5859
|
+
readonly from: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5860
|
+
readonly to: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5861
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5862
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5863
|
+
readonly kind: import("valibot").LiteralSchema<"wait-http", undefined>;
|
|
5864
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5865
|
+
readonly url: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5866
|
+
readonly expectStatus: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 100, undefined>, import("valibot").MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
5867
|
+
readonly expectBodyContains: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5868
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5869
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5870
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5871
|
+
readonly kind: import("valibot").LiteralSchema<"wait-file", undefined>;
|
|
5872
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5873
|
+
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>]>;
|
|
5874
|
+
readonly service: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5875
|
+
readonly intervalMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 250, undefined>, import("valibot").MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
5876
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5877
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5878
|
+
readonly kind: import("valibot").LiteralSchema<"host-command", undefined>;
|
|
5879
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5880
|
+
readonly command: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>, import("valibot").MinLengthAction<string[], 1, undefined>]>;
|
|
5881
|
+
readonly workdir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5882
|
+
readonly timeoutMs: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1000, undefined>, import("valibot").MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
5883
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
5884
|
+
}, undefined>, undefined>;
|
|
5885
|
+
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
5886
|
+
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5887
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
5888
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5889
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5890
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5891
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5892
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
5893
|
+
name: string;
|
|
5894
|
+
newNameTemplate?: string | undefined;
|
|
5895
|
+
newTagTemplate?: string | undefined;
|
|
5896
|
+
digestTemplate?: string | undefined;
|
|
5897
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
5898
|
+
name: string;
|
|
5899
|
+
newNameTemplate?: string | undefined;
|
|
5900
|
+
newTagTemplate?: string | undefined;
|
|
5901
|
+
digestTemplate?: string | undefined;
|
|
5902
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
5903
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5904
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5905
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5906
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5907
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
5908
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
5909
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
5910
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5911
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5912
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
5913
|
+
}, undefined>, undefined>, undefined>;
|
|
5914
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5915
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5916
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
5917
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
5918
|
+
}, undefined>;
|
|
5919
|
+
}, undefined>, undefined>, undefined>;
|
|
5920
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
5921
|
+
}, undefined>, undefined>, undefined>;
|
|
5922
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
5923
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
5924
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5925
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
5926
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
5927
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
5928
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5929
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
5930
|
+
}, undefined>, undefined>;
|
|
5931
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5932
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
5933
|
+
key: string;
|
|
5934
|
+
secretRef?: {
|
|
5935
|
+
key: string;
|
|
5936
|
+
} | undefined;
|
|
5937
|
+
valueTemplate?: string | undefined;
|
|
5938
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
5939
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5940
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
5941
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
5942
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
5943
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
5944
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5945
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
5946
|
+
}, undefined>, undefined>;
|
|
5947
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
5948
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
5949
|
+
key: string;
|
|
5950
|
+
secretRef?: {
|
|
5951
|
+
key: string;
|
|
5952
|
+
} | undefined;
|
|
5953
|
+
valueTemplate?: string | undefined;
|
|
5954
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
5955
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
5956
|
+
}, undefined>, undefined>;
|
|
5957
|
+
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
5958
|
+
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
5959
|
+
readonly frontendConfig: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5960
|
+
readonly packageManager: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
5961
|
+
readonly installCommand: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5962
|
+
readonly buildScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5963
|
+
readonly outputDir: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5964
|
+
readonly directory: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5965
|
+
readonly serveMode: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
5966
|
+
readonly serveScript: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
5967
|
+
readonly servePort: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 1, undefined>, import("valibot").MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
5968
|
+
readonly envInjection: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
5969
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5970
|
+
readonly kind: import("valibot").LiteralSchema<"default", undefined>;
|
|
5971
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5972
|
+
readonly kind: import("valibot").LiteralSchema<"task", undefined>;
|
|
5973
|
+
readonly fromTaskBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5974
|
+
}, undefined>], undefined>, undefined>;
|
|
5975
|
+
readonly mockMappingsPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5976
|
+
readonly previewEnabled: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5977
|
+
readonly backendBindings: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5978
|
+
readonly envVar: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 200, undefined>]>;
|
|
5979
|
+
readonly source: import("valibot").VariantSchema<"kind", [import("valibot").ObjectSchema<{
|
|
5980
|
+
readonly kind: import("valibot").LiteralSchema<"service", undefined>;
|
|
5981
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
5982
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
5983
|
+
readonly kind: import("valibot").LiteralSchema<"mock", undefined>;
|
|
5984
|
+
}, undefined>], undefined>;
|
|
5985
|
+
}, undefined>, undefined>;
|
|
5986
|
+
}, undefined>, undefined>;
|
|
5987
|
+
readonly serviceConnections: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
5988
|
+
readonly serviceBlockId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
5989
|
+
readonly description: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
5990
|
+
}, undefined>, undefined>, import("valibot").MaxLengthAction<{
|
|
5991
|
+
serviceBlockId: string;
|
|
5992
|
+
description?: string | undefined;
|
|
5993
|
+
}[], 50, undefined>]>, undefined>;
|
|
5994
|
+
readonly involvedServiceIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
5995
|
+
readonly pullRequest: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
5996
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
5997
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
5998
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
5999
|
+
}, undefined>, undefined>;
|
|
6000
|
+
readonly peerPullRequests: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
6001
|
+
readonly repo: import("valibot").StringSchema<undefined>;
|
|
6002
|
+
readonly frameId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6003
|
+
readonly ref: import("valibot").ObjectSchema<{
|
|
6004
|
+
readonly url: import("valibot").StringSchema<undefined>;
|
|
6005
|
+
readonly number: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
6006
|
+
readonly branch: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6007
|
+
}, undefined>;
|
|
6008
|
+
}, undefined>, undefined>, undefined>;
|
|
6009
|
+
readonly referenceRepos: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
6010
|
+
readonly repoId: import("valibot").NumberSchema<undefined>;
|
|
6011
|
+
readonly owner: import("valibot").StringSchema<undefined>;
|
|
6012
|
+
readonly name: import("valibot").StringSchema<undefined>;
|
|
6013
|
+
readonly defaultBranch: import("valibot").StringSchema<undefined>;
|
|
6014
|
+
readonly connectionId: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
6015
|
+
}, undefined>, undefined>, undefined>;
|
|
6016
|
+
readonly riskPolicyId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6017
|
+
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6018
|
+
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6019
|
+
readonly createdBy: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
6020
|
+
readonly responsibleProductUserId: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
6021
|
+
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
6022
|
+
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
6023
|
+
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
6024
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
6025
|
+
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
6026
|
+
}, undefined>;
|
|
6027
|
+
};
|
|
6028
|
+
};
|
|
5284
6029
|
export declare const toggleDependencyContract: {
|
|
5285
6030
|
readonly method: "post";
|
|
5286
6031
|
readonly requestPathParamsSchema: import("valibot").ObjectSchema<{
|
|
@@ -5646,6 +6391,7 @@ export declare const toggleDependencyContract: {
|
|
|
5646
6391
|
readonly trackerCommentOnPrOpen: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
5647
6392
|
readonly trackerResolveOnMerge: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
5648
6393
|
readonly internal: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
6394
|
+
readonly archived: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5649
6395
|
readonly accessDenied: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
5650
6396
|
}, undefined>;
|
|
5651
6397
|
};
|