@cat-factory/contracts 0.122.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/brainstorm.d.ts +2 -0
- package/dist/brainstorm.d.ts.map +1 -1
- package/dist/clarity.d.ts +2 -0
- package/dist/clarity.d.ts.map +1 -1
- package/dist/entities.d.ts +136 -2
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +81 -2
- package/dist/entities.js.map +1 -1
- package/dist/merge.d.ts +7 -7
- package/dist/merge.d.ts.map +1 -1
- package/dist/merge.js +4 -4
- package/dist/merge.js.map +1 -1
- package/dist/requests.d.ts +19 -8
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +10 -3
- package/dist/requests.js.map +1 -1
- package/dist/requirements.d.ts +63 -8
- package/dist/requirements.d.ts.map +1 -1
- package/dist/requirements.js +37 -8
- package/dist/requirements.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +6 -0
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/board.d.ts +764 -18
- 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/brainstorm.d.ts +8 -0
- package/dist/routes/brainstorm.d.ts.map +1 -1
- package/dist/routes/clarity.d.ts +8 -0
- package/dist/routes/clarity.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +70 -2
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/execution.js +8 -1
- package/dist/routes/execution.js.map +1 -1
- package/dist/routes/human-review.d.ts +3 -0
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +15 -0
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/initiative.d.ts +2 -1
- package/dist/routes/initiative.d.ts.map +1 -1
- package/dist/routes/merge.d.ts +6 -6
- package/dist/routes/merge.d.ts.map +1 -1
- package/dist/routes/merge.js +20 -20
- package/dist/routes/merge.js.map +1 -1
- package/dist/routes/pipelines.d.ts +24 -0
- package/dist/routes/pipelines.d.ts.map +1 -1
- package/dist/routes/requirements.d.ts +31 -2
- package/dist/routes/requirements.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +6 -3
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/visual-confirm.d.ts +9 -0
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +2038 -1356
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +351 -4
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/snapshot.js +11 -4
- package/dist/snapshot.js.map +1 -1
- package/package.json +1 -1
|
@@ -398,7 +398,7 @@ export declare const createWorkspaceContract: {
|
|
|
398
398
|
readonly defaultBranch: v.StringSchema<undefined>;
|
|
399
399
|
readonly connectionId: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
400
400
|
}, undefined>, undefined>, undefined>;
|
|
401
|
-
readonly
|
|
401
|
+
readonly riskPolicyId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
402
402
|
readonly modelPresetId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
403
403
|
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
404
404
|
readonly createdBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -406,6 +406,7 @@ export declare const createWorkspaceContract: {
|
|
|
406
406
|
readonly trackerCommentOnPrOpen: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
407
407
|
readonly trackerResolveOnMerge: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
408
408
|
readonly internal: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
409
|
+
readonly archived: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
409
410
|
readonly accessDenied: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
410
411
|
}, undefined>, undefined>;
|
|
411
412
|
readonly pipelines: v.ArraySchema<v.ObjectSchema<{
|
|
@@ -452,6 +453,9 @@ export declare const createWorkspaceContract: {
|
|
|
452
453
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
453
454
|
}, undefined>, undefined>, undefined>;
|
|
454
455
|
}, undefined>, undefined>, undefined>, undefined>;
|
|
456
|
+
readonly stepOptions: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.ObjectSchema<{
|
|
457
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
458
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
455
459
|
readonly labels: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
456
460
|
readonly archived: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
457
461
|
readonly builtin: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -831,6 +835,9 @@ export declare const createWorkspaceContract: {
|
|
|
831
835
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
832
836
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
833
837
|
}, undefined>, undefined>, undefined>;
|
|
838
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
839
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
840
|
+
}, undefined>, undefined>, undefined>;
|
|
834
841
|
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
835
842
|
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
836
843
|
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -1291,7 +1298,7 @@ export declare const createWorkspaceContract: {
|
|
|
1291
1298
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
1292
1299
|
readonly resolvedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
1293
1300
|
}, undefined>, undefined>, undefined>;
|
|
1294
|
-
readonly
|
|
1301
|
+
readonly riskPolicies: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1295
1302
|
readonly id: v.StringSchema<undefined>;
|
|
1296
1303
|
readonly name: v.StringSchema<undefined>;
|
|
1297
1304
|
readonly maxComplexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
@@ -1493,360 +1500,18 @@ export declare const createWorkspaceContract: {
|
|
|
1493
1500
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
1494
1501
|
readonly mountCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1495
1502
|
}, undefined>, undefined>, undefined>;
|
|
1496
|
-
readonly
|
|
1497
|
-
readonly waitingEscalationMinutes: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 100000, undefined>]>;
|
|
1498
|
-
readonly taskLimitMode: v.PicklistSchema<["off", "shared", "per_type"], undefined>;
|
|
1499
|
-
readonly taskLimitShared: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1500
|
-
readonly taskLimitPerType: v.NullableSchema<v.RecordSchema<v.PicklistSchema<["feature", "bug", "document", "spike"], undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
1501
|
-
readonly storeAgentContext: v.BooleanSchema<undefined>;
|
|
1502
|
-
readonly artifactRetentionDays: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 3650, undefined>]>;
|
|
1503
|
-
readonly kaizenEnabled: v.BooleanSchema<undefined>;
|
|
1504
|
-
readonly delegateAgentsToRunnerPool: v.BooleanSchema<undefined>;
|
|
1505
|
-
readonly spendCurrency: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.ToUpperCaseAction, v.LengthAction<string, 3, undefined>, v.RegexAction<string, "currency must be a 3-letter ISO 4217 code">]>, undefined>;
|
|
1506
|
-
readonly spendMonthlyLimit: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
1507
|
-
}, undefined>, undefined>;
|
|
1508
|
-
readonly customAgentKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1509
|
-
readonly kind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
1510
|
-
readonly presentation: v.ObjectSchema<{
|
|
1511
|
-
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1512
|
-
readonly icon: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
1513
|
-
readonly color: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>;
|
|
1514
|
-
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
1515
|
-
readonly category: v.OptionalSchema<v.PicklistSchema<["review", "design", "build", "test", "docs", "gates"], undefined>, undefined>;
|
|
1516
|
-
readonly resultView: v.OptionalSchema<v.PicklistSchema<readonly ["requirements-review", "clarity-review", "brainstorm", "tester", "human-test", "visual-confirm", "gate", "consensus-session", "generic-structured", "service-spec", "follow-ups", "merger", "initiative-tracker", "initiative-planning", "doc-interview"], undefined>, undefined>;
|
|
1517
|
-
}, undefined>;
|
|
1518
|
-
readonly container: v.BooleanSchema<undefined>;
|
|
1519
|
-
}, undefined>, undefined>, undefined>;
|
|
1520
|
-
readonly environmentBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1521
|
-
readonly kind: v.StringSchema<undefined>;
|
|
1522
|
-
readonly label: v.StringSchema<undefined>;
|
|
1523
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1524
|
-
}, undefined>, undefined>, undefined>;
|
|
1525
|
-
readonly runnerBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1526
|
-
readonly kind: v.StringSchema<undefined>;
|
|
1527
|
-
readonly label: v.StringSchema<undefined>;
|
|
1528
|
-
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1529
|
-
}, undefined>, undefined>, undefined>;
|
|
1530
|
-
readonly pipelineCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1531
|
-
readonly mergePresetCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1532
|
-
readonly modelPresetCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1533
|
-
readonly initiatives: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1503
|
+
readonly archivedServices: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1534
1504
|
readonly id: v.StringSchema<undefined>;
|
|
1535
|
-
readonly
|
|
1536
|
-
readonly
|
|
1537
|
-
readonly
|
|
1538
|
-
readonly
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
readonly constraints: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, readonly []>;
|
|
1542
|
-
readonly nonGoals: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, readonly []>;
|
|
1543
|
-
readonly qa: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1544
|
-
readonly id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1545
|
-
readonly question: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
1546
|
-
readonly answer: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1547
|
-
readonly status: v.OptionalSchema<v.PicklistSchema<["open", "dismissed"], undefined>, "open">;
|
|
1548
|
-
readonly recommendation: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, undefined>;
|
|
1549
|
-
}, undefined>, undefined>, readonly []>;
|
|
1550
|
-
readonly interview: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1551
|
-
readonly round: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
|
|
1552
|
-
readonly maxRounds: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
1553
|
-
readonly status: v.PicklistSchema<["awaiting", "done"], undefined>;
|
|
1554
|
-
}, undefined>, undefined>, undefined>;
|
|
1555
|
-
readonly analysisSummary: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 8000, undefined>]>, "">;
|
|
1556
|
-
readonly phases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1557
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1558
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1559
|
-
readonly goal: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1560
|
-
readonly maxConcurrent: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, undefined>;
|
|
1561
|
-
readonly checkpoint: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1562
|
-
readonly checkpointClearedAt: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1563
|
-
}, undefined>, undefined>, readonly []>;
|
|
1564
|
-
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1565
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1566
|
-
readonly phaseId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1567
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1568
|
-
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 8000, undefined>]>;
|
|
1569
|
-
readonly dependsOn: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>, readonly []>;
|
|
1570
|
-
readonly estimate: v.OptionalSchema<v.ObjectSchema<{
|
|
1571
|
-
readonly complexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
1572
|
-
readonly risk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
1573
|
-
readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
1574
|
-
readonly rationale: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1575
|
-
}, undefined>, undefined>;
|
|
1576
|
-
readonly pipelineId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1577
|
-
readonly status: v.PicklistSchema<["pending", "in_progress", "pr_open", "done", "blocked", "skipped"], undefined>;
|
|
1578
|
-
readonly blockId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1579
|
-
readonly pr: v.OptionalSchema<v.ObjectSchema<{
|
|
1580
|
-
readonly url: v.StringSchema<undefined>;
|
|
1581
|
-
readonly number: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1582
|
-
}, undefined>, undefined>;
|
|
1583
|
-
readonly note: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1584
|
-
readonly spawn: v.OptionalSchema<v.ObjectSchema<{
|
|
1585
|
-
readonly taskType: v.OptionalSchema<v.PicklistSchema<["feature", "bug", "document", "spike"], undefined>, undefined>;
|
|
1586
|
-
readonly taskTypeFields: v.OptionalSchema<v.ObjectSchema<{
|
|
1587
|
-
readonly severity: v.OptionalSchema<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
1588
|
-
readonly stepsToReproduce: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1589
|
-
readonly timeboxHours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1590
|
-
readonly docKind: v.OptionalSchema<v.PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
1591
|
-
readonly audience: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
1592
|
-
readonly targetPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>, v.CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
1593
|
-
readonly outlineHints: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1594
|
-
readonly targetUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1595
|
-
readonly successMetrics: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1596
|
-
readonly alternativesConsidered: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1597
|
-
readonly rolloutConcerns: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1598
|
-
readonly decisionDrivers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1599
|
-
readonly consideredOptions: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1600
|
-
readonly whenToUse: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1601
|
-
readonly escalationPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1602
|
-
readonly researchQuestion: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1603
|
-
readonly optionsToCompare: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1604
|
-
readonly apiSurface: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1605
|
-
}, undefined>, undefined>;
|
|
1606
|
-
readonly fragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1607
|
-
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1608
|
-
readonly gates: v.OptionalSchema<v.ArraySchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
1609
|
-
}, undefined>, undefined>;
|
|
1610
|
-
}, undefined>, undefined>, readonly []>;
|
|
1611
|
-
readonly policy: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1612
|
-
readonly maxConcurrent: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>;
|
|
1613
|
-
readonly rules: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1614
|
-
readonly pipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1615
|
-
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1616
|
-
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1617
|
-
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1618
|
-
}, undefined>, undefined>, readonly []>;
|
|
1619
|
-
readonly defaultPipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1620
|
-
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["default", "strongest"], undefined>, "default">;
|
|
1621
|
-
}, undefined>, undefined>, undefined>;
|
|
1622
|
-
readonly decisions: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1623
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1624
|
-
readonly at: v.NumberSchema<undefined>;
|
|
1625
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1626
|
-
readonly detail: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1627
|
-
readonly source: v.PicklistSchema<["planning", "human", "agent"], undefined>;
|
|
1628
|
-
}, undefined>, undefined>, readonly []>;
|
|
1629
|
-
readonly deviations: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1630
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1631
|
-
readonly at: v.NumberSchema<undefined>;
|
|
1632
|
-
readonly itemId: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>, undefined>;
|
|
1633
|
-
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
1634
|
-
readonly resolution: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1635
|
-
}, undefined>, undefined>, readonly []>;
|
|
1636
|
-
readonly followUps: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1637
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1638
|
-
readonly at: v.NumberSchema<undefined>;
|
|
1639
|
-
readonly sourceItemId: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>, undefined>;
|
|
1640
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1641
|
-
readonly detail: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1642
|
-
readonly status: v.PicklistSchema<["open", "promoted", "dismissed"], undefined>;
|
|
1643
|
-
readonly promotedItemId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1644
|
-
}, undefined>, undefined>, readonly []>;
|
|
1645
|
-
readonly caveats: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, readonly []>;
|
|
1646
|
-
readonly status: v.PicklistSchema<["planning", "awaiting_approval", "executing", "paused", "done", "cancelled"], undefined>;
|
|
1647
|
-
readonly doc: v.OptionalSchema<v.ObjectSchema<{
|
|
1648
|
-
readonly version: v.NumberSchema<undefined>;
|
|
1649
|
-
readonly hash: v.StringSchema<undefined>;
|
|
1650
|
-
readonly committedAt: v.NumberSchema<undefined>;
|
|
1651
|
-
}, undefined>, undefined>;
|
|
1652
|
-
readonly rev: v.NumberSchema<undefined>;
|
|
1653
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
1654
|
-
readonly updatedAt: v.NumberSchema<undefined>;
|
|
1655
|
-
}, undefined>, undefined>, undefined>;
|
|
1656
|
-
readonly initiativePresets: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1657
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1658
|
-
readonly presentation: v.ObjectSchema<{
|
|
1659
|
-
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1660
|
-
readonly icon: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
1661
|
-
readonly color: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>;
|
|
1662
|
-
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
1505
|
+
readonly title: v.StringSchema<undefined>;
|
|
1506
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
1507
|
+
readonly description: v.StringSchema<undefined>;
|
|
1508
|
+
readonly position: v.ObjectSchema<{
|
|
1509
|
+
readonly x: v.NumberSchema<undefined>;
|
|
1510
|
+
readonly y: v.NumberSchema<undefined>;
|
|
1663
1511
|
}, undefined>;
|
|
1664
|
-
readonly
|
|
1665
|
-
readonly
|
|
1666
|
-
readonly
|
|
1667
|
-
readonly help: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1668
|
-
readonly placeholder: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1669
|
-
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1670
|
-
readonly type: v.OptionalSchema<v.PicklistSchema<["text", "password", "select", "number", "checkbox", "textarea", "checkbox-group", "path"], undefined>, undefined>;
|
|
1671
|
-
readonly options: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1672
|
-
readonly value: v.StringSchema<undefined>;
|
|
1673
|
-
readonly label: v.StringSchema<undefined>;
|
|
1674
|
-
}, undefined>, undefined>, undefined>;
|
|
1675
|
-
readonly default: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1676
|
-
readonly defaultValues: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1677
|
-
readonly showWhen: v.OptionalSchema<v.ObjectSchema<{
|
|
1678
|
-
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
1679
|
-
readonly equals: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>;
|
|
1680
|
-
readonly includes: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1681
|
-
}, undefined>, undefined>;
|
|
1682
|
-
}, undefined>, undefined>;
|
|
1683
|
-
readonly planningPipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
1684
|
-
readonly interview: v.PicklistSchema<["full", "skip"], undefined>;
|
|
1685
|
-
readonly humanReviewDefault: v.BooleanSchema<undefined>;
|
|
1686
|
-
readonly defaultFragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
1687
|
-
readonly policyDefaults: v.OptionalSchema<Omit<v.ObjectSchema<{
|
|
1688
|
-
readonly maxConcurrent: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>;
|
|
1689
|
-
readonly rules: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1690
|
-
readonly pipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1691
|
-
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1692
|
-
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1693
|
-
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1694
|
-
}, undefined>, undefined>, readonly []>;
|
|
1695
|
-
readonly defaultPipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1696
|
-
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["default", "strongest"], undefined>, "default">;
|
|
1697
|
-
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
1698
|
-
readonly entries: {
|
|
1699
|
-
readonly maxConcurrent: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, undefined>;
|
|
1700
|
-
readonly rules: v.OptionalSchema<v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1701
|
-
readonly pipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1702
|
-
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1703
|
-
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1704
|
-
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
1705
|
-
}, undefined>, undefined>, readonly []>, undefined>;
|
|
1706
|
-
readonly defaultPipelineId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1707
|
-
readonly onMissingEstimate: v.OptionalSchema<v.OptionalSchema<v.PicklistSchema<["default", "strongest"], undefined>, "default">, undefined>;
|
|
1708
|
-
};
|
|
1709
|
-
readonly "~standard": v.StandardProps<{
|
|
1710
|
-
maxConcurrent?: number | undefined;
|
|
1711
|
-
rules?: {
|
|
1712
|
-
pipelineId: string;
|
|
1713
|
-
minComplexity?: number | undefined;
|
|
1714
|
-
minRisk?: number | undefined;
|
|
1715
|
-
minImpact?: number | undefined;
|
|
1716
|
-
}[] | undefined;
|
|
1717
|
-
defaultPipelineId?: string | undefined;
|
|
1718
|
-
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
1719
|
-
}, {
|
|
1720
|
-
maxConcurrent?: number | undefined;
|
|
1721
|
-
rules?: {
|
|
1722
|
-
pipelineId: string;
|
|
1723
|
-
minComplexity?: number | undefined;
|
|
1724
|
-
minRisk?: number | undefined;
|
|
1725
|
-
minImpact?: number | undefined;
|
|
1726
|
-
}[] | undefined;
|
|
1727
|
-
defaultPipelineId?: string | undefined;
|
|
1728
|
-
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
1729
|
-
}>;
|
|
1730
|
-
readonly "~run": (dataset: v.UnknownDataset, config: v.Config<v.BaseIssue<unknown>>) => v.OutputDataset<{
|
|
1731
|
-
maxConcurrent?: number | undefined;
|
|
1732
|
-
rules?: {
|
|
1733
|
-
pipelineId: string;
|
|
1734
|
-
minComplexity?: number | undefined;
|
|
1735
|
-
minRisk?: number | undefined;
|
|
1736
|
-
minImpact?: number | undefined;
|
|
1737
|
-
}[] | undefined;
|
|
1738
|
-
defaultPipelineId?: string | undefined;
|
|
1739
|
-
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
1740
|
-
}, v.ArrayIssue | v.IntegerIssue<number> | v.MaxLengthIssue<string, 80> | v.MaxValueIssue<number, 1> | v.MaxValueIssue<number, 20> | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.MinValueIssue<number, 1> | v.NumberIssue | v.ObjectIssue | v.PicklistIssue | v.StringIssue>;
|
|
1741
|
-
readonly "~types"?: {
|
|
1742
|
-
readonly input: {
|
|
1743
|
-
maxConcurrent?: number | undefined;
|
|
1744
|
-
rules?: {
|
|
1745
|
-
pipelineId: string;
|
|
1746
|
-
minComplexity?: number | undefined;
|
|
1747
|
-
minRisk?: number | undefined;
|
|
1748
|
-
minImpact?: number | undefined;
|
|
1749
|
-
}[] | undefined;
|
|
1750
|
-
defaultPipelineId?: string | undefined;
|
|
1751
|
-
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
1752
|
-
};
|
|
1753
|
-
readonly output: {
|
|
1754
|
-
maxConcurrent?: number | undefined;
|
|
1755
|
-
rules?: {
|
|
1756
|
-
pipelineId: string;
|
|
1757
|
-
minComplexity?: number | undefined;
|
|
1758
|
-
minRisk?: number | undefined;
|
|
1759
|
-
minImpact?: number | undefined;
|
|
1760
|
-
}[] | undefined;
|
|
1761
|
-
defaultPipelineId?: string | undefined;
|
|
1762
|
-
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
1763
|
-
};
|
|
1764
|
-
readonly issue: v.ArrayIssue | v.IntegerIssue<number> | v.MaxLengthIssue<string, 80> | v.MaxValueIssue<number, 1> | v.MaxValueIssue<number, 20> | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.MinValueIssue<number, 1> | v.NumberIssue | v.ObjectIssue | v.PicklistIssue | v.StringIssue;
|
|
1765
|
-
} | undefined;
|
|
1766
|
-
}, undefined>;
|
|
1767
|
-
readonly phaseTemplate: v.OptionalSchema<v.ObjectSchema<{
|
|
1768
|
-
readonly phases: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
1769
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1770
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1771
|
-
readonly goal: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1772
|
-
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1773
|
-
readonly checkpoint: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1774
|
-
}, undefined>, undefined>, v.MinLengthAction<{
|
|
1775
|
-
id: string;
|
|
1776
|
-
title: string;
|
|
1777
|
-
goal: string;
|
|
1778
|
-
required?: boolean | undefined;
|
|
1779
|
-
checkpoint?: boolean | undefined;
|
|
1780
|
-
}[], 1, undefined>, v.CheckAction<{
|
|
1781
|
-
id: string;
|
|
1782
|
-
title: string;
|
|
1783
|
-
goal: string;
|
|
1784
|
-
required?: boolean | undefined;
|
|
1785
|
-
checkpoint?: boolean | undefined;
|
|
1786
|
-
}[], "Phase template ids must be unique.">]>;
|
|
1787
|
-
readonly allowAdditionalPhases: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1788
|
-
}, undefined>, undefined>;
|
|
1789
|
-
readonly probe: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1790
|
-
}, undefined>, undefined>, undefined>;
|
|
1791
|
-
readonly infraSetup: v.OptionalSchema<v.ObjectSchema<{
|
|
1792
|
-
readonly ephemeralEnvironments: v.PicklistSchema<["not_defined", "configured", "not_applicable"], undefined>;
|
|
1793
|
-
readonly agentExecutor: v.PicklistSchema<["not_defined", "configured", "not_applicable"], undefined>;
|
|
1794
|
-
readonly binaryStorage: v.PicklistSchema<["not_defined", "configured", "not_applicable"], undefined>;
|
|
1795
|
-
}, undefined>, undefined>;
|
|
1796
|
-
}, undefined>;
|
|
1797
|
-
};
|
|
1798
|
-
};
|
|
1799
|
-
export declare const getWorkspaceContract: {
|
|
1800
|
-
readonly method: "get";
|
|
1801
|
-
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
1802
|
-
workspaceId: v.StringSchema<undefined>;
|
|
1803
|
-
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
1804
|
-
readonly pathResolver: ({ workspaceId }: {
|
|
1805
|
-
workspaceId: string;
|
|
1806
|
-
}) => string;
|
|
1807
|
-
readonly responsesByStatusCode: {
|
|
1808
|
-
readonly '4xx': v.ObjectSchema<{
|
|
1809
|
-
readonly error: v.ObjectSchema<{
|
|
1810
|
-
readonly code: v.StringSchema<undefined>;
|
|
1811
|
-
readonly message: v.StringSchema<undefined>;
|
|
1812
|
-
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
1813
|
-
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1814
|
-
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1815
|
-
readonly message: v.StringSchema<undefined>;
|
|
1816
|
-
}, undefined>, undefined>, undefined>;
|
|
1817
|
-
}, undefined>;
|
|
1818
|
-
}, undefined>;
|
|
1819
|
-
readonly '5xx': v.ObjectSchema<{
|
|
1820
|
-
readonly error: v.ObjectSchema<{
|
|
1821
|
-
readonly code: v.StringSchema<undefined>;
|
|
1822
|
-
readonly message: v.StringSchema<undefined>;
|
|
1823
|
-
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
1824
|
-
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1825
|
-
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1826
|
-
readonly message: v.StringSchema<undefined>;
|
|
1827
|
-
}, undefined>, undefined>, undefined>;
|
|
1828
|
-
}, undefined>;
|
|
1829
|
-
}, undefined>;
|
|
1830
|
-
readonly 200: v.ObjectSchema<{
|
|
1831
|
-
readonly workspace: v.ObjectSchema<{
|
|
1832
|
-
readonly id: v.StringSchema<undefined>;
|
|
1833
|
-
readonly name: v.StringSchema<undefined>;
|
|
1834
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1835
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
1836
|
-
readonly accountId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1837
|
-
}, undefined>;
|
|
1838
|
-
readonly blocks: v.ArraySchema<v.ObjectSchema<{
|
|
1839
|
-
readonly id: v.StringSchema<undefined>;
|
|
1840
|
-
readonly title: v.StringSchema<undefined>;
|
|
1841
|
-
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
1842
|
-
readonly description: v.StringSchema<undefined>;
|
|
1843
|
-
readonly position: v.ObjectSchema<{
|
|
1844
|
-
readonly x: v.NumberSchema<undefined>;
|
|
1845
|
-
readonly y: v.NumberSchema<undefined>;
|
|
1846
|
-
}, undefined>;
|
|
1847
|
-
readonly size: v.OptionalSchema<v.ObjectSchema<{
|
|
1848
|
-
readonly w: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
1849
|
-
readonly h: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
1512
|
+
readonly size: v.OptionalSchema<v.ObjectSchema<{
|
|
1513
|
+
readonly w: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
1514
|
+
readonly h: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
1850
1515
|
}, undefined>, undefined>;
|
|
1851
1516
|
readonly status: v.PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
1852
1517
|
readonly progress: v.NumberSchema<undefined>;
|
|
@@ -2158,7 +1823,7 @@ export declare const getWorkspaceContract: {
|
|
|
2158
1823
|
readonly defaultBranch: v.StringSchema<undefined>;
|
|
2159
1824
|
readonly connectionId: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2160
1825
|
}, undefined>, undefined>, undefined>;
|
|
2161
|
-
readonly
|
|
1826
|
+
readonly riskPolicyId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2162
1827
|
readonly modelPresetId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2163
1828
|
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2164
1829
|
readonly createdBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
@@ -2166,424 +1831,721 @@ export declare const getWorkspaceContract: {
|
|
|
2166
1831
|
readonly trackerCommentOnPrOpen: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2167
1832
|
readonly trackerResolveOnMerge: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2168
1833
|
readonly internal: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1834
|
+
readonly archived: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2169
1835
|
readonly accessDenied: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1836
|
+
}, undefined>, undefined>, undefined>;
|
|
1837
|
+
readonly settings: v.OptionalSchema<v.ObjectSchema<{
|
|
1838
|
+
readonly waitingEscalationMinutes: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 100000, undefined>]>;
|
|
1839
|
+
readonly taskLimitMode: v.PicklistSchema<["off", "shared", "per_type"], undefined>;
|
|
1840
|
+
readonly taskLimitShared: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1841
|
+
readonly taskLimitPerType: v.NullableSchema<v.RecordSchema<v.PicklistSchema<["feature", "bug", "document", "spike"], undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>, undefined>;
|
|
1842
|
+
readonly storeAgentContext: v.BooleanSchema<undefined>;
|
|
1843
|
+
readonly artifactRetentionDays: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 3650, undefined>]>;
|
|
1844
|
+
readonly kaizenEnabled: v.BooleanSchema<undefined>;
|
|
1845
|
+
readonly delegateAgentsToRunnerPool: v.BooleanSchema<undefined>;
|
|
1846
|
+
readonly spendCurrency: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.ToUpperCaseAction, v.LengthAction<string, 3, undefined>, v.RegexAction<string, "currency must be a 3-letter ISO 4217 code">]>, undefined>;
|
|
1847
|
+
readonly spendMonthlyLimit: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
2170
1848
|
}, undefined>, undefined>;
|
|
2171
|
-
readonly
|
|
1849
|
+
readonly customAgentKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1850
|
+
readonly kind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
1851
|
+
readonly presentation: v.ObjectSchema<{
|
|
1852
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1853
|
+
readonly icon: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
1854
|
+
readonly color: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>;
|
|
1855
|
+
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
1856
|
+
readonly category: v.OptionalSchema<v.PicklistSchema<["review", "design", "build", "test", "docs", "gates"], undefined>, undefined>;
|
|
1857
|
+
readonly resultView: v.OptionalSchema<v.PicklistSchema<readonly ["requirements-review", "clarity-review", "brainstorm", "tester", "human-test", "visual-confirm", "gate", "consensus-session", "generic-structured", "service-spec", "follow-ups", "merger", "initiative-tracker", "initiative-planning", "doc-interview"], undefined>, undefined>;
|
|
1858
|
+
}, undefined>;
|
|
1859
|
+
readonly container: v.BooleanSchema<undefined>;
|
|
1860
|
+
}, undefined>, undefined>, undefined>;
|
|
1861
|
+
readonly environmentBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1862
|
+
readonly kind: v.StringSchema<undefined>;
|
|
1863
|
+
readonly label: v.StringSchema<undefined>;
|
|
1864
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1865
|
+
}, undefined>, undefined>, undefined>;
|
|
1866
|
+
readonly runnerBackendKinds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1867
|
+
readonly kind: v.StringSchema<undefined>;
|
|
1868
|
+
readonly label: v.StringSchema<undefined>;
|
|
1869
|
+
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
1870
|
+
}, undefined>, undefined>, undefined>;
|
|
1871
|
+
readonly pipelineCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1872
|
+
readonly riskPolicyCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1873
|
+
readonly modelPresetCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1874
|
+
readonly initiatives: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2172
1875
|
readonly id: v.StringSchema<undefined>;
|
|
2173
|
-
readonly
|
|
2174
|
-
readonly
|
|
2175
|
-
readonly
|
|
2176
|
-
readonly
|
|
2177
|
-
readonly
|
|
2178
|
-
readonly
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
1876
|
+
readonly blockId: v.StringSchema<undefined>;
|
|
1877
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1878
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1879
|
+
readonly presetId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1880
|
+
readonly presetInputs: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, v.MaxLengthAction<string[], 50, undefined>]>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
1881
|
+
readonly goal: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 8000, undefined>]>, "">;
|
|
1882
|
+
readonly constraints: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, readonly []>;
|
|
1883
|
+
readonly nonGoals: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, readonly []>;
|
|
1884
|
+
readonly qa: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1885
|
+
readonly id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1886
|
+
readonly question: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
1887
|
+
readonly answer: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1888
|
+
readonly status: v.OptionalSchema<v.PicklistSchema<["open", "dismissed"], undefined>, "open">;
|
|
1889
|
+
readonly recommendation: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, undefined>;
|
|
1890
|
+
}, undefined>, undefined>, readonly []>;
|
|
1891
|
+
readonly interview: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1892
|
+
readonly round: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
|
|
1893
|
+
readonly maxRounds: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
1894
|
+
readonly status: v.PicklistSchema<["awaiting", "done"], undefined>;
|
|
1895
|
+
}, undefined>, undefined>, undefined>;
|
|
1896
|
+
readonly analysisSummary: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 8000, undefined>]>, "">;
|
|
1897
|
+
readonly phases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1898
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1899
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1900
|
+
readonly goal: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1901
|
+
readonly maxConcurrent: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, undefined>;
|
|
1902
|
+
readonly checkpoint: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1903
|
+
readonly checkpointClearedAt: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1904
|
+
}, undefined>, undefined>, readonly []>;
|
|
1905
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1906
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1907
|
+
readonly phaseId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1908
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1909
|
+
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 8000, undefined>]>;
|
|
1910
|
+
readonly dependsOn: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>, readonly []>;
|
|
1911
|
+
readonly estimate: v.OptionalSchema<v.ObjectSchema<{
|
|
1912
|
+
readonly complexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
1913
|
+
readonly risk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
1914
|
+
readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
1915
|
+
readonly rationale: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
2186
1916
|
}, undefined>, undefined>;
|
|
2187
|
-
readonly
|
|
2188
|
-
readonly
|
|
2189
|
-
readonly
|
|
2190
|
-
|
|
1917
|
+
readonly pipelineId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1918
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "pr_open", "done", "blocked", "skipped"], undefined>;
|
|
1919
|
+
readonly blockId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1920
|
+
readonly pr: v.OptionalSchema<v.ObjectSchema<{
|
|
1921
|
+
readonly url: v.StringSchema<undefined>;
|
|
1922
|
+
readonly number: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1923
|
+
}, undefined>, undefined>;
|
|
1924
|
+
readonly note: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1925
|
+
readonly spawn: v.OptionalSchema<v.ObjectSchema<{
|
|
1926
|
+
readonly taskType: v.OptionalSchema<v.PicklistSchema<["feature", "bug", "document", "spike"], undefined>, undefined>;
|
|
1927
|
+
readonly taskTypeFields: v.OptionalSchema<v.ObjectSchema<{
|
|
1928
|
+
readonly severity: v.OptionalSchema<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
1929
|
+
readonly stepsToReproduce: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1930
|
+
readonly timeboxHours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
1931
|
+
readonly docKind: v.OptionalSchema<v.PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
1932
|
+
readonly audience: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
1933
|
+
readonly targetPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>, v.CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
1934
|
+
readonly outlineHints: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
1935
|
+
readonly targetUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1936
|
+
readonly successMetrics: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1937
|
+
readonly alternativesConsidered: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1938
|
+
readonly rolloutConcerns: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1939
|
+
readonly decisionDrivers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1940
|
+
readonly consideredOptions: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1941
|
+
readonly whenToUse: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1942
|
+
readonly escalationPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1943
|
+
readonly researchQuestion: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1944
|
+
readonly optionsToCompare: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1945
|
+
readonly apiSurface: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1946
|
+
}, undefined>, undefined>;
|
|
1947
|
+
readonly fragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1948
|
+
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1949
|
+
readonly gates: v.OptionalSchema<v.ArraySchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
1950
|
+
}, undefined>, undefined>;
|
|
1951
|
+
}, undefined>, undefined>, readonly []>;
|
|
1952
|
+
readonly policy: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1953
|
+
readonly maxConcurrent: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>;
|
|
1954
|
+
readonly rules: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1955
|
+
readonly pipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2191
1956
|
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2192
1957
|
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2193
1958
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
readonly
|
|
2200
|
-
readonly
|
|
2201
|
-
readonly
|
|
2202
|
-
readonly
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
readonly
|
|
2206
|
-
readonly
|
|
2207
|
-
readonly
|
|
2208
|
-
|
|
1959
|
+
}, undefined>, undefined>, readonly []>;
|
|
1960
|
+
readonly defaultPipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1961
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["default", "strongest"], undefined>, "default">;
|
|
1962
|
+
}, undefined>, undefined>, undefined>;
|
|
1963
|
+
readonly decisions: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1964
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1965
|
+
readonly at: v.NumberSchema<undefined>;
|
|
1966
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1967
|
+
readonly detail: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1968
|
+
readonly source: v.PicklistSchema<["planning", "human", "agent"], undefined>;
|
|
1969
|
+
}, undefined>, undefined>, readonly []>;
|
|
1970
|
+
readonly deviations: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1971
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1972
|
+
readonly at: v.NumberSchema<undefined>;
|
|
1973
|
+
readonly itemId: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>, undefined>;
|
|
1974
|
+
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
1975
|
+
readonly resolution: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1976
|
+
}, undefined>, undefined>, readonly []>;
|
|
1977
|
+
readonly followUps: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1978
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1979
|
+
readonly at: v.NumberSchema<undefined>;
|
|
1980
|
+
readonly sourceItemId: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>, undefined>;
|
|
1981
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1982
|
+
readonly detail: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
1983
|
+
readonly status: v.PicklistSchema<["open", "promoted", "dismissed"], undefined>;
|
|
1984
|
+
readonly promotedItemId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
1985
|
+
}, undefined>, undefined>, readonly []>;
|
|
1986
|
+
readonly caveats: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>, readonly []>;
|
|
1987
|
+
readonly status: v.PicklistSchema<["planning", "awaiting_approval", "executing", "paused", "done", "cancelled"], undefined>;
|
|
1988
|
+
readonly doc: v.OptionalSchema<v.ObjectSchema<{
|
|
1989
|
+
readonly version: v.NumberSchema<undefined>;
|
|
1990
|
+
readonly hash: v.StringSchema<undefined>;
|
|
1991
|
+
readonly committedAt: v.NumberSchema<undefined>;
|
|
1992
|
+
}, undefined>, undefined>;
|
|
1993
|
+
readonly rev: v.NumberSchema<undefined>;
|
|
1994
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
1995
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
1996
|
+
}, undefined>, undefined>, undefined>;
|
|
1997
|
+
readonly initiativePresets: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1998
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1999
|
+
readonly presentation: v.ObjectSchema<{
|
|
2000
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2001
|
+
readonly icon: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2002
|
+
readonly color: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 40, undefined>]>;
|
|
2003
|
+
readonly description: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2004
|
+
}, undefined>;
|
|
2005
|
+
readonly fields: v.ArraySchema<v.ObjectSchema<{
|
|
2006
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2007
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2008
|
+
readonly help: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2009
|
+
readonly placeholder: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2010
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2011
|
+
readonly type: v.OptionalSchema<v.PicklistSchema<["text", "password", "select", "number", "checkbox", "textarea", "checkbox-group", "path"], undefined>, undefined>;
|
|
2012
|
+
readonly options: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2013
|
+
readonly value: v.StringSchema<undefined>;
|
|
2014
|
+
readonly label: v.StringSchema<undefined>;
|
|
2015
|
+
}, undefined>, undefined>, undefined>;
|
|
2016
|
+
readonly default: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2017
|
+
readonly defaultValues: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2018
|
+
readonly showWhen: v.OptionalSchema<v.ObjectSchema<{
|
|
2019
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2020
|
+
readonly equals: v.OptionalSchema<v.UnionSchema<[v.StringSchema<undefined>, v.BooleanSchema<undefined>, v.NumberSchema<undefined>], undefined>, undefined>;
|
|
2021
|
+
readonly includes: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2022
|
+
}, undefined>, undefined>;
|
|
2023
|
+
}, undefined>, undefined>;
|
|
2024
|
+
readonly planningPipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2025
|
+
readonly interview: v.PicklistSchema<["full", "skip"], undefined>;
|
|
2026
|
+
readonly humanReviewDefault: v.BooleanSchema<undefined>;
|
|
2027
|
+
readonly defaultFragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
2028
|
+
readonly policyDefaults: v.OptionalSchema<Omit<v.ObjectSchema<{
|
|
2029
|
+
readonly maxConcurrent: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>;
|
|
2030
|
+
readonly rules: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2031
|
+
readonly pipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2209
2032
|
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2210
2033
|
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2211
2034
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2035
|
+
}, undefined>, undefined>, readonly []>;
|
|
2036
|
+
readonly defaultPipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2037
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["default", "strongest"], undefined>, "default">;
|
|
2038
|
+
}, undefined>, "entries" | "~run" | "~standard" | "~types"> & {
|
|
2039
|
+
readonly entries: {
|
|
2040
|
+
readonly maxConcurrent: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, undefined>;
|
|
2041
|
+
readonly rules: v.OptionalSchema<v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2042
|
+
readonly pipelineId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2043
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2044
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2045
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2046
|
+
}, undefined>, undefined>, readonly []>, undefined>;
|
|
2047
|
+
readonly defaultPipelineId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>, undefined>;
|
|
2048
|
+
readonly onMissingEstimate: v.OptionalSchema<v.OptionalSchema<v.PicklistSchema<["default", "strongest"], undefined>, "default">, undefined>;
|
|
2049
|
+
};
|
|
2050
|
+
readonly "~standard": v.StandardProps<{
|
|
2051
|
+
maxConcurrent?: number | undefined;
|
|
2052
|
+
rules?: {
|
|
2053
|
+
pipelineId: string;
|
|
2054
|
+
minComplexity?: number | undefined;
|
|
2055
|
+
minRisk?: number | undefined;
|
|
2056
|
+
minImpact?: number | undefined;
|
|
2057
|
+
}[] | undefined;
|
|
2058
|
+
defaultPipelineId?: string | undefined;
|
|
2059
|
+
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
2060
|
+
}, {
|
|
2061
|
+
maxConcurrent?: number | undefined;
|
|
2062
|
+
rules?: {
|
|
2063
|
+
pipelineId: string;
|
|
2064
|
+
minComplexity?: number | undefined;
|
|
2065
|
+
minRisk?: number | undefined;
|
|
2066
|
+
minImpact?: number | undefined;
|
|
2067
|
+
}[] | undefined;
|
|
2068
|
+
defaultPipelineId?: string | undefined;
|
|
2069
|
+
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
2070
|
+
}>;
|
|
2071
|
+
readonly "~run": (dataset: v.UnknownDataset, config: v.Config<v.BaseIssue<unknown>>) => v.OutputDataset<{
|
|
2072
|
+
maxConcurrent?: number | undefined;
|
|
2073
|
+
rules?: {
|
|
2074
|
+
pipelineId: string;
|
|
2075
|
+
minComplexity?: number | undefined;
|
|
2076
|
+
minRisk?: number | undefined;
|
|
2077
|
+
minImpact?: number | undefined;
|
|
2078
|
+
}[] | undefined;
|
|
2079
|
+
defaultPipelineId?: string | undefined;
|
|
2080
|
+
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
2081
|
+
}, v.ArrayIssue | v.IntegerIssue<number> | v.MaxLengthIssue<string, 80> | v.MaxValueIssue<number, 1> | v.MaxValueIssue<number, 20> | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.MinValueIssue<number, 1> | v.NumberIssue | v.ObjectIssue | v.PicklistIssue | v.StringIssue>;
|
|
2082
|
+
readonly "~types"?: {
|
|
2083
|
+
readonly input: {
|
|
2084
|
+
maxConcurrent?: number | undefined;
|
|
2085
|
+
rules?: {
|
|
2086
|
+
pipelineId: string;
|
|
2087
|
+
minComplexity?: number | undefined;
|
|
2088
|
+
minRisk?: number | undefined;
|
|
2089
|
+
minImpact?: number | undefined;
|
|
2090
|
+
}[] | undefined;
|
|
2091
|
+
defaultPipelineId?: string | undefined;
|
|
2092
|
+
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
2093
|
+
};
|
|
2094
|
+
readonly output: {
|
|
2095
|
+
maxConcurrent?: number | undefined;
|
|
2096
|
+
rules?: {
|
|
2097
|
+
pipelineId: string;
|
|
2098
|
+
minComplexity?: number | undefined;
|
|
2099
|
+
minRisk?: number | undefined;
|
|
2100
|
+
minImpact?: number | undefined;
|
|
2101
|
+
}[] | undefined;
|
|
2102
|
+
defaultPipelineId?: string | undefined;
|
|
2103
|
+
onMissingEstimate?: "default" | "strongest" | undefined;
|
|
2104
|
+
};
|
|
2105
|
+
readonly issue: v.ArrayIssue | v.IntegerIssue<number> | v.MaxLengthIssue<string, 80> | v.MaxValueIssue<number, 1> | v.MaxValueIssue<number, 20> | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.MinValueIssue<number, 1> | v.NumberIssue | v.ObjectIssue | v.PicklistIssue | v.StringIssue;
|
|
2106
|
+
} | undefined;
|
|
2107
|
+
}, undefined>;
|
|
2108
|
+
readonly phaseTemplate: v.OptionalSchema<v.ObjectSchema<{
|
|
2109
|
+
readonly phases: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
2110
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
2111
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2112
|
+
readonly goal: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, "">;
|
|
2113
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2114
|
+
readonly checkpoint: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2115
|
+
}, undefined>, undefined>, v.MinLengthAction<{
|
|
2116
|
+
id: string;
|
|
2117
|
+
title: string;
|
|
2118
|
+
goal: string;
|
|
2119
|
+
required?: boolean | undefined;
|
|
2120
|
+
checkpoint?: boolean | undefined;
|
|
2121
|
+
}[], 1, undefined>, v.CheckAction<{
|
|
2122
|
+
id: string;
|
|
2123
|
+
title: string;
|
|
2124
|
+
goal: string;
|
|
2125
|
+
required?: boolean | undefined;
|
|
2126
|
+
checkpoint?: boolean | undefined;
|
|
2127
|
+
}[], "Phase template ids must be unique.">]>;
|
|
2128
|
+
readonly allowAdditionalPhases: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2129
|
+
}, undefined>, undefined>;
|
|
2130
|
+
readonly probe: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2131
|
+
}, undefined>, undefined>, undefined>;
|
|
2132
|
+
readonly infraSetup: v.OptionalSchema<v.ObjectSchema<{
|
|
2133
|
+
readonly ephemeralEnvironments: v.PicklistSchema<["not_defined", "configured", "not_applicable"], undefined>;
|
|
2134
|
+
readonly agentExecutor: v.PicklistSchema<["not_defined", "configured", "not_applicable"], undefined>;
|
|
2135
|
+
readonly binaryStorage: v.PicklistSchema<["not_defined", "configured", "not_applicable"], undefined>;
|
|
2221
2136
|
}, undefined>, undefined>;
|
|
2222
|
-
|
|
2137
|
+
}, undefined>;
|
|
2138
|
+
};
|
|
2139
|
+
};
|
|
2140
|
+
export declare const getWorkspaceContract: {
|
|
2141
|
+
readonly method: "get";
|
|
2142
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
2143
|
+
workspaceId: v.StringSchema<undefined>;
|
|
2144
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
2145
|
+
readonly pathResolver: ({ workspaceId }: {
|
|
2146
|
+
workspaceId: string;
|
|
2147
|
+
}) => string;
|
|
2148
|
+
readonly responsesByStatusCode: {
|
|
2149
|
+
readonly '4xx': v.ObjectSchema<{
|
|
2150
|
+
readonly error: v.ObjectSchema<{
|
|
2151
|
+
readonly code: v.StringSchema<undefined>;
|
|
2152
|
+
readonly message: v.StringSchema<undefined>;
|
|
2153
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2154
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2155
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2156
|
+
readonly message: v.StringSchema<undefined>;
|
|
2157
|
+
}, undefined>, undefined>, undefined>;
|
|
2158
|
+
}, undefined>;
|
|
2159
|
+
}, undefined>;
|
|
2160
|
+
readonly '5xx': v.ObjectSchema<{
|
|
2161
|
+
readonly error: v.ObjectSchema<{
|
|
2162
|
+
readonly code: v.StringSchema<undefined>;
|
|
2163
|
+
readonly message: v.StringSchema<undefined>;
|
|
2164
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2165
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2166
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2167
|
+
readonly message: v.StringSchema<undefined>;
|
|
2168
|
+
}, undefined>, undefined>, undefined>;
|
|
2169
|
+
}, undefined>;
|
|
2170
|
+
}, undefined>;
|
|
2171
|
+
readonly 200: v.ObjectSchema<{
|
|
2172
|
+
readonly workspace: v.ObjectSchema<{
|
|
2223
2173
|
readonly id: v.StringSchema<undefined>;
|
|
2224
|
-
readonly
|
|
2225
|
-
readonly
|
|
2226
|
-
readonly
|
|
2227
|
-
readonly
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
readonly
|
|
2291
|
-
readonly
|
|
2292
|
-
readonly
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2174
|
+
readonly name: v.StringSchema<undefined>;
|
|
2175
|
+
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2176
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
2177
|
+
readonly accountId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2178
|
+
}, undefined>;
|
|
2179
|
+
readonly blocks: v.ArraySchema<v.ObjectSchema<{
|
|
2180
|
+
readonly id: v.StringSchema<undefined>;
|
|
2181
|
+
readonly title: v.StringSchema<undefined>;
|
|
2182
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
2183
|
+
readonly description: v.StringSchema<undefined>;
|
|
2184
|
+
readonly position: v.ObjectSchema<{
|
|
2185
|
+
readonly x: v.NumberSchema<undefined>;
|
|
2186
|
+
readonly y: v.NumberSchema<undefined>;
|
|
2187
|
+
}, undefined>;
|
|
2188
|
+
readonly size: v.OptionalSchema<v.ObjectSchema<{
|
|
2189
|
+
readonly w: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
2190
|
+
readonly h: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
2191
|
+
}, undefined>, undefined>;
|
|
2192
|
+
readonly status: v.PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
2193
|
+
readonly progress: v.NumberSchema<undefined>;
|
|
2194
|
+
readonly dependsOn: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2195
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2196
|
+
readonly level: v.PicklistSchema<["frame", "module", "task", "epic", "initiative"], undefined>;
|
|
2197
|
+
readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2198
|
+
readonly epicId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2199
|
+
readonly initiativeId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2200
|
+
readonly autoStartDependents: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2201
|
+
readonly confidence: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2202
|
+
readonly estimate: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2203
|
+
readonly complexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2204
|
+
readonly risk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2205
|
+
readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2206
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
2207
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2208
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
2209
|
+
}, undefined>, undefined>, undefined>;
|
|
2210
|
+
readonly moduleName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2211
|
+
readonly taskType: v.OptionalSchema<v.PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
2212
|
+
readonly taskTypeFields: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2213
|
+
readonly severity: v.OptionalSchema<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
2214
|
+
readonly stepsToReproduce: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2215
|
+
readonly timeboxHours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
2216
|
+
readonly docKind: v.OptionalSchema<v.PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
2217
|
+
readonly audience: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
2218
|
+
readonly targetPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>, v.CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
2219
|
+
readonly outlineHints: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2220
|
+
readonly targetUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2221
|
+
readonly successMetrics: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2222
|
+
readonly alternativesConsidered: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2223
|
+
readonly rolloutConcerns: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2224
|
+
readonly decisionDrivers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2225
|
+
readonly consideredOptions: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2226
|
+
readonly whenToUse: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2227
|
+
readonly escalationPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2228
|
+
readonly researchQuestion: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2229
|
+
readonly optionsToCompare: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2230
|
+
readonly apiSurface: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2231
|
+
}, undefined>, undefined>, undefined>;
|
|
2232
|
+
readonly technical: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
2233
|
+
readonly fragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2234
|
+
readonly serviceFragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2235
|
+
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2236
|
+
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
2237
|
+
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
2238
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2239
|
+
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
2240
|
+
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
2241
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2242
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
2243
|
+
}, undefined>, v.ObjectSchema<{
|
|
2244
|
+
readonly type: v.LiteralSchema<"separate", undefined>;
|
|
2245
|
+
readonly repo: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>;
|
|
2246
|
+
readonly ref: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2247
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2248
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
2249
|
+
}, undefined>], undefined>, undefined>;
|
|
2250
|
+
readonly composePath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2251
|
+
readonly localDevOnly: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2252
|
+
readonly composeBuild: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2253
|
+
readonly recipe: v.OptionalSchema<v.ObjectSchema<{
|
|
2254
|
+
readonly composeFiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2255
|
+
readonly composeProfiles: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
2256
|
+
readonly envFiles: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2257
|
+
readonly template: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2258
|
+
readonly target: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2296
2259
|
}, undefined>, undefined>, undefined>;
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
readonly
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
readonly
|
|
2308
|
-
readonly
|
|
2309
|
-
readonly
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
readonly title: v.StringSchema<undefined>;
|
|
2313
|
-
readonly detail: v.StringSchema<undefined>;
|
|
2314
|
-
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2260
|
+
readonly externalNetworks: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
2261
|
+
readonly sharedStackRefs: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
2262
|
+
readonly prerequisites: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2263
|
+
readonly check: v.PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
2264
|
+
readonly params: v.OptionalSchema<v.ObjectSchema<{
|
|
2265
|
+
readonly minGib: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
2266
|
+
readonly registry: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2267
|
+
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2268
|
+
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
2269
|
+
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2270
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
2271
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2272
|
+
readonly hostnames: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
2273
|
+
readonly file: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2274
|
+
readonly marker: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2315
2275
|
}, undefined>, undefined>;
|
|
2316
|
-
readonly
|
|
2317
|
-
readonly
|
|
2318
|
-
|
|
2319
|
-
readonly artifactId: v.StringSchema<undefined>;
|
|
2320
|
-
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2321
|
-
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2322
|
-
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2323
|
-
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2324
|
-
}, undefined>, undefined>, undefined>;
|
|
2325
|
-
readonly abort: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2326
|
-
readonly reason: v.StringSchema<undefined>;
|
|
2327
|
-
}, undefined>, undefined>, undefined>;
|
|
2328
|
-
}, undefined>, v.TransformAction<{
|
|
2329
|
-
greenlight: boolean;
|
|
2330
|
-
summary: string;
|
|
2331
|
-
tested: string[];
|
|
2332
|
-
outcomes: {
|
|
2333
|
-
name: string;
|
|
2334
|
-
status: "failed" | "passed" | "skipped";
|
|
2335
|
-
detail?: string | undefined;
|
|
2336
|
-
}[];
|
|
2337
|
-
concerns: {
|
|
2338
|
-
title: string;
|
|
2339
|
-
detail: string;
|
|
2340
|
-
severity: "critical" | "high" | "low" | "medium";
|
|
2341
|
-
}[];
|
|
2342
|
-
environment?: "ephemeral" | "local" | undefined;
|
|
2343
|
-
screenshots?: {
|
|
2344
|
-
view: string;
|
|
2345
|
-
artifactId: string;
|
|
2346
|
-
hash?: string | undefined;
|
|
2347
|
-
width?: number | undefined;
|
|
2348
|
-
height?: number | undefined;
|
|
2349
|
-
referenceArtifactId?: string | undefined;
|
|
2350
|
-
}[] | undefined;
|
|
2351
|
-
abort?: {
|
|
2352
|
-
reason: string;
|
|
2353
|
-
} | null | undefined;
|
|
2354
|
-
}, {
|
|
2355
|
-
greenlight: boolean;
|
|
2356
|
-
summary: string;
|
|
2357
|
-
tested: string[];
|
|
2358
|
-
outcomes: {
|
|
2359
|
-
name: string;
|
|
2360
|
-
status: "failed" | "passed" | "skipped";
|
|
2361
|
-
detail?: string | undefined;
|
|
2362
|
-
}[];
|
|
2363
|
-
concerns: {
|
|
2364
|
-
title: string;
|
|
2365
|
-
detail: string;
|
|
2366
|
-
severity: "critical" | "high" | "low" | "medium";
|
|
2367
|
-
}[];
|
|
2368
|
-
environment?: "ephemeral" | "local" | undefined;
|
|
2369
|
-
screenshots?: {
|
|
2370
|
-
view: string;
|
|
2371
|
-
artifactId: string;
|
|
2372
|
-
hash?: string | undefined;
|
|
2373
|
-
width?: number | undefined;
|
|
2374
|
-
height?: number | undefined;
|
|
2375
|
-
referenceArtifactId?: string | undefined;
|
|
2376
|
-
}[] | undefined;
|
|
2377
|
-
abort?: {
|
|
2378
|
-
reason: string;
|
|
2379
|
-
} | null | undefined;
|
|
2380
|
-
}>]>, undefined>, undefined>;
|
|
2381
|
-
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2382
|
-
readonly attempt: v.NumberSchema<undefined>;
|
|
2383
|
-
readonly at: v.NumberSchema<undefined>;
|
|
2384
|
-
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2385
|
-
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2386
|
-
readonly concerns: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2387
|
-
readonly title: v.StringSchema<undefined>;
|
|
2388
|
-
readonly detail: v.StringSchema<undefined>;
|
|
2389
|
-
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2390
|
-
}, undefined>, undefined>, undefined>, undefined>;
|
|
2391
|
-
}, undefined>, undefined>, undefined>, undefined>;
|
|
2392
|
-
readonly infraSetup: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2393
|
-
readonly started: v.BooleanSchema<undefined>;
|
|
2394
|
-
readonly composePath: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2395
|
-
readonly at: v.NumberSchema<undefined>;
|
|
2396
|
-
readonly durationMs: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2397
|
-
readonly logs: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2398
|
-
readonly error: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2399
|
-
}, undefined>, undefined>, undefined>;
|
|
2400
|
-
}, undefined>, undefined>, undefined>;
|
|
2401
|
-
readonly testerQuality: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2402
|
-
readonly enabled: v.BooleanSchema<undefined>;
|
|
2403
|
-
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2404
|
-
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2405
|
-
readonly gating: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2406
|
-
readonly enabled: v.BooleanSchema<undefined>;
|
|
2407
|
-
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2408
|
-
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2409
|
-
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2410
|
-
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2276
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2277
|
+
readonly remediation: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2278
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2411
2279
|
}, undefined>, undefined>, undefined>;
|
|
2412
|
-
readonly
|
|
2413
|
-
readonly
|
|
2414
|
-
readonly
|
|
2415
|
-
readonly
|
|
2416
|
-
readonly
|
|
2417
|
-
readonly
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
readonly
|
|
2425
|
-
readonly
|
|
2426
|
-
readonly
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
readonly
|
|
2435
|
-
|
|
2436
|
-
readonly
|
|
2437
|
-
readonly
|
|
2438
|
-
readonly
|
|
2439
|
-
readonly
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
readonly
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
readonly
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
readonly
|
|
2458
|
-
|
|
2459
|
-
readonly
|
|
2460
|
-
readonly
|
|
2461
|
-
readonly
|
|
2280
|
+
readonly setupSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2281
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
2282
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2283
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2284
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2285
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2286
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2287
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2288
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2289
|
+
}, undefined>, v.ObjectSchema<{
|
|
2290
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
2291
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2292
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2293
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2294
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2295
|
+
}, undefined>, v.ObjectSchema<{
|
|
2296
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
2297
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2298
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2299
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
2300
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2301
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2302
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2303
|
+
}, undefined>, v.ObjectSchema<{
|
|
2304
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
2305
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2306
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2307
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2308
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2309
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2310
|
+
}, undefined>, v.ObjectSchema<{
|
|
2311
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
2312
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2313
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2314
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2315
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2316
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
2317
|
+
readonly healthGate: v.OptionalSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2318
|
+
readonly kind: v.LiteralSchema<"compose-healthy", undefined>;
|
|
2319
|
+
}, undefined>, v.ObjectSchema<{
|
|
2320
|
+
readonly kind: v.LiteralSchema<"http", undefined>;
|
|
2321
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2322
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
2323
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2324
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2325
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2326
|
+
}, undefined>, v.ObjectSchema<{
|
|
2327
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
2328
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2329
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2330
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2331
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2332
|
+
}, undefined>], undefined>, undefined>;
|
|
2333
|
+
readonly teardownSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2334
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
2335
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2336
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2337
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2338
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2339
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2340
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2341
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2342
|
+
}, undefined>, v.ObjectSchema<{
|
|
2343
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
2344
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2345
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2346
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2347
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2348
|
+
}, undefined>, v.ObjectSchema<{
|
|
2349
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
2350
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2351
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2352
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
2353
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2354
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2355
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2356
|
+
}, undefined>, v.ObjectSchema<{
|
|
2357
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
2358
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2359
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2360
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2361
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2362
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2363
|
+
}, undefined>, v.ObjectSchema<{
|
|
2364
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
2365
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2366
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2367
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2368
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2369
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
2370
|
+
}, undefined>, undefined>;
|
|
2371
|
+
readonly manifestId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
2372
|
+
readonly manifestPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2373
|
+
readonly images: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2374
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2375
|
+
readonly newNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2376
|
+
readonly newTagTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2377
|
+
readonly digestTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2378
|
+
}, undefined>, v.CheckAction<{
|
|
2379
|
+
name: string;
|
|
2380
|
+
newNameTemplate?: string | undefined;
|
|
2381
|
+
newTagTemplate?: string | undefined;
|
|
2382
|
+
digestTemplate?: string | undefined;
|
|
2383
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, v.CheckAction<{
|
|
2384
|
+
name: string;
|
|
2385
|
+
newNameTemplate?: string | undefined;
|
|
2386
|
+
newTagTemplate?: string | undefined;
|
|
2387
|
+
digestTemplate?: string | undefined;
|
|
2388
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
2389
|
+
readonly helmReleases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2390
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2391
|
+
readonly chart: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2392
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2393
|
+
readonly version: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
2394
|
+
readonly namespaceTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2395
|
+
readonly values: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
2396
|
+
readonly set: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2397
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2398
|
+
readonly valueTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2462
2399
|
}, undefined>, undefined>, undefined>;
|
|
2463
|
-
readonly
|
|
2464
|
-
readonly
|
|
2465
|
-
readonly
|
|
2400
|
+
readonly valuesSecretRefs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2401
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2402
|
+
readonly secretRef: v.ObjectSchema<{
|
|
2403
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2404
|
+
}, undefined>;
|
|
2466
2405
|
}, undefined>, undefined>, undefined>;
|
|
2406
|
+
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
2467
2407
|
}, undefined>, undefined>, undefined>;
|
|
2468
|
-
readonly
|
|
2469
|
-
readonly
|
|
2470
|
-
readonly
|
|
2471
|
-
readonly
|
|
2472
|
-
readonly
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
},
|
|
2408
|
+
readonly secretInjections: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"mode", [v.ObjectSchema<{
|
|
2409
|
+
readonly mode: v.LiteralSchema<"secret", undefined>;
|
|
2410
|
+
readonly secretName: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2411
|
+
readonly secretType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2412
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2413
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
2414
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
2415
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2416
|
+
}, undefined>, undefined>;
|
|
2417
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2418
|
+
}, undefined>, v.CheckAction<{
|
|
2419
|
+
key: string;
|
|
2420
|
+
secretRef?: {
|
|
2421
|
+
key: string;
|
|
2422
|
+
} | undefined;
|
|
2423
|
+
valueTemplate?: string | undefined;
|
|
2424
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2425
|
+
}, undefined>, v.ObjectSchema<{
|
|
2426
|
+
readonly mode: v.LiteralSchema<"generatorEnvFile", undefined>;
|
|
2427
|
+
readonly envFilePath: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2428
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2429
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
2430
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
2431
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2432
|
+
}, undefined>, undefined>;
|
|
2433
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2434
|
+
}, undefined>, v.CheckAction<{
|
|
2435
|
+
key: string;
|
|
2436
|
+
secretRef?: {
|
|
2437
|
+
key: string;
|
|
2438
|
+
} | undefined;
|
|
2439
|
+
valueTemplate?: string | undefined;
|
|
2440
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2441
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
2442
|
+
}, undefined>, undefined>;
|
|
2443
|
+
readonly cloudProvider: v.OptionalSchema<v.PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
2444
|
+
readonly instanceSize: v.OptionalSchema<v.PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
2445
|
+
readonly frontendConfig: v.OptionalSchema<v.ObjectSchema<{
|
|
2446
|
+
readonly packageManager: v.OptionalSchema<v.PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
2447
|
+
readonly installCommand: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2448
|
+
readonly buildScript: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2449
|
+
readonly outputDir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2450
|
+
readonly directory: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2451
|
+
readonly serveMode: v.OptionalSchema<v.PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
2452
|
+
readonly serveScript: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2453
|
+
readonly servePort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
2454
|
+
readonly envInjection: v.OptionalSchema<v.PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
2455
|
+
readonly branch: v.OptionalSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2456
|
+
readonly kind: v.LiteralSchema<"default", undefined>;
|
|
2457
|
+
}, undefined>, v.ObjectSchema<{
|
|
2458
|
+
readonly kind: v.LiteralSchema<"task", undefined>;
|
|
2459
|
+
readonly fromTaskBlockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2460
|
+
}, undefined>], undefined>, undefined>;
|
|
2461
|
+
readonly mockMappingsPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
2462
|
+
readonly previewEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2463
|
+
readonly backendBindings: v.ArraySchema<v.ObjectSchema<{
|
|
2464
|
+
readonly envVar: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2465
|
+
readonly source: v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2466
|
+
readonly kind: v.LiteralSchema<"service", undefined>;
|
|
2467
|
+
readonly serviceBlockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2468
|
+
}, undefined>, v.ObjectSchema<{
|
|
2469
|
+
readonly kind: v.LiteralSchema<"mock", undefined>;
|
|
2470
|
+
}, undefined>], undefined>;
|
|
2485
2471
|
}, undefined>, undefined>;
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
readonly
|
|
2472
|
+
}, undefined>, undefined>;
|
|
2473
|
+
readonly serviceConnections: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
2474
|
+
readonly serviceBlockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2475
|
+
readonly description: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
2476
|
+
}, undefined>, undefined>, v.MaxLengthAction<{
|
|
2477
|
+
serviceBlockId: string;
|
|
2478
|
+
description?: string | undefined;
|
|
2479
|
+
}[], 50, undefined>]>, undefined>;
|
|
2480
|
+
readonly involvedServiceIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2481
|
+
readonly pullRequest: v.OptionalSchema<v.ObjectSchema<{
|
|
2482
|
+
readonly url: v.StringSchema<undefined>;
|
|
2483
|
+
readonly number: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2484
|
+
readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2485
|
+
}, undefined>, undefined>;
|
|
2486
|
+
readonly peerPullRequests: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2487
|
+
readonly repo: v.StringSchema<undefined>;
|
|
2488
|
+
readonly frameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2489
|
+
readonly ref: v.ObjectSchema<{
|
|
2490
|
+
readonly url: v.StringSchema<undefined>;
|
|
2491
|
+
readonly number: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2492
|
+
readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2493
|
+
}, undefined>;
|
|
2494
|
+
}, undefined>, undefined>, undefined>;
|
|
2495
|
+
readonly referenceRepos: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2496
|
+
readonly repoId: v.NumberSchema<undefined>;
|
|
2497
|
+
readonly owner: v.StringSchema<undefined>;
|
|
2498
|
+
readonly name: v.StringSchema<undefined>;
|
|
2499
|
+
readonly defaultBranch: v.StringSchema<undefined>;
|
|
2500
|
+
readonly connectionId: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2501
|
+
}, undefined>, undefined>, undefined>;
|
|
2502
|
+
readonly riskPolicyId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2503
|
+
readonly modelPresetId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2504
|
+
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2505
|
+
readonly createdBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2506
|
+
readonly responsibleProductUserId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2507
|
+
readonly trackerCommentOnPrOpen: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2508
|
+
readonly trackerResolveOnMerge: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
2509
|
+
readonly internal: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2510
|
+
readonly archived: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2511
|
+
readonly accessDenied: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2512
|
+
}, undefined>, undefined>;
|
|
2513
|
+
readonly pipelines: v.ArraySchema<v.ObjectSchema<{
|
|
2514
|
+
readonly id: v.StringSchema<undefined>;
|
|
2515
|
+
readonly name: v.StringSchema<undefined>;
|
|
2516
|
+
readonly agentKinds: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2517
|
+
readonly gates: v.OptionalSchema<v.ArraySchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
2518
|
+
readonly thresholds: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>, undefined>, undefined>;
|
|
2519
|
+
readonly enabled: v.OptionalSchema<v.ArraySchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
2520
|
+
readonly consensus: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.ObjectSchema<{
|
|
2521
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2522
|
+
readonly strategy: v.PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
2523
|
+
readonly participants: v.ArraySchema<v.ObjectSchema<{
|
|
2497
2524
|
readonly id: v.StringSchema<undefined>;
|
|
2498
|
-
readonly
|
|
2499
|
-
readonly
|
|
2500
|
-
readonly
|
|
2525
|
+
readonly role: v.StringSchema<undefined>;
|
|
2526
|
+
readonly systemFraming: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2527
|
+
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2501
2528
|
}, undefined>, undefined>;
|
|
2502
|
-
readonly
|
|
2503
|
-
readonly
|
|
2504
|
-
|
|
2505
|
-
readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
2506
|
-
readonly proposal: v.StringSchema<undefined>;
|
|
2507
|
-
readonly feedback: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2508
|
-
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2509
|
-
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2510
|
-
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2511
|
-
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2512
|
-
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2513
|
-
readonly body: v.StringSchema<undefined>;
|
|
2514
|
-
}, undefined>, undefined>, undefined>;
|
|
2515
|
-
}, undefined>, undefined>, undefined>;
|
|
2516
|
-
readonly companion: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2517
|
-
readonly threshold: v.NumberSchema<undefined>;
|
|
2518
|
-
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2519
|
-
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2520
|
-
readonly verdicts: v.ArraySchema<v.ObjectSchema<{
|
|
2521
|
-
readonly rating: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2522
|
-
readonly threshold: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2523
|
-
readonly passed: v.BooleanSchema<undefined>;
|
|
2524
|
-
readonly feedback: v.StringSchema<undefined>;
|
|
2525
|
-
}, undefined>, undefined>;
|
|
2526
|
-
readonly exceeded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2527
|
-
}, undefined>, undefined>, undefined>;
|
|
2528
|
-
readonly followUps: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2529
|
-
readonly enabled: v.BooleanSchema<undefined>;
|
|
2530
|
-
readonly items: v.ArraySchema<v.ObjectSchema<{
|
|
2531
|
-
readonly id: v.StringSchema<undefined>;
|
|
2532
|
-
readonly kind: v.PicklistSchema<["follow_up", "question"], undefined>;
|
|
2533
|
-
readonly title: v.StringSchema<undefined>;
|
|
2534
|
-
readonly detail: v.StringSchema<undefined>;
|
|
2535
|
-
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2536
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
2537
|
-
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2538
|
-
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2539
|
-
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2540
|
-
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2541
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
2542
|
-
readonly updatedAt: v.NumberSchema<undefined>;
|
|
2543
|
-
}, undefined>, undefined>;
|
|
2544
|
-
readonly loops: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2545
|
-
readonly maxLoops: v.OptionalSchema<v.NumberSchema<undefined>, 3>;
|
|
2546
|
-
}, undefined>, undefined>, undefined>;
|
|
2547
|
-
readonly rework: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2548
|
-
readonly previousProposal: v.StringSchema<undefined>;
|
|
2549
|
-
readonly feedback: v.StringSchema<undefined>;
|
|
2550
|
-
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2551
|
-
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2552
|
-
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2553
|
-
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2554
|
-
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2555
|
-
readonly body: v.StringSchema<undefined>;
|
|
2556
|
-
}, undefined>, undefined>, undefined>;
|
|
2557
|
-
}, undefined>, undefined>, undefined>;
|
|
2558
|
-
readonly pendingIncorporation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2559
|
-
readonly feedback: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2560
|
-
}, undefined>, undefined>, undefined>;
|
|
2561
|
-
readonly pendingRecommendation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2562
|
-
readonly itemIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2563
|
-
readonly note: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2564
|
-
}, undefined>, undefined>, undefined>;
|
|
2565
|
-
readonly pendingInterview: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2566
|
-
readonly proceed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2567
|
-
}, undefined>, undefined>, undefined>;
|
|
2568
|
-
readonly consensus: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2529
|
+
readonly synthesizerModelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2530
|
+
readonly rounds: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
2531
|
+
readonly gating: v.OptionalSchema<v.ObjectSchema<{
|
|
2569
2532
|
readonly enabled: v.BooleanSchema<undefined>;
|
|
2570
|
-
readonly
|
|
2571
|
-
readonly
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
}, undefined>, undefined>, undefined>;
|
|
2533
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2534
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2535
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2536
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
2537
|
+
}, undefined>, undefined>;
|
|
2538
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2539
|
+
readonly gating: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.ObjectSchema<{
|
|
2540
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2541
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2542
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2543
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2544
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2545
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2546
|
+
readonly followUps: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>, undefined>;
|
|
2547
|
+
readonly testerQuality: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.ObjectSchema<{
|
|
2548
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2587
2549
|
readonly gating: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2588
2550
|
readonly enabled: v.BooleanSchema<undefined>;
|
|
2589
2551
|
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -2591,92 +2553,478 @@ export declare const getWorkspaceContract: {
|
|
|
2591
2553
|
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2592
2554
|
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2593
2555
|
}, undefined>, undefined>, undefined>;
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
readonly
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
readonly
|
|
2621
|
-
readonly
|
|
2622
|
-
readonly
|
|
2623
|
-
readonly
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
readonly
|
|
2665
|
-
|
|
2666
|
-
readonly
|
|
2667
|
-
readonly
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2556
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2557
|
+
readonly stepOptions: v.OptionalSchema<v.ArraySchema<v.NullableSchema<v.ObjectSchema<{
|
|
2558
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2559
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2560
|
+
readonly labels: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2561
|
+
readonly archived: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2562
|
+
readonly builtin: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2563
|
+
readonly version: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2564
|
+
readonly public: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2565
|
+
readonly availability: v.OptionalSchema<v.UnionSchema<[v.LiteralSchema<"one-off", undefined>, v.LiteralSchema<"recurring", undefined>, v.LiteralSchema<"both", undefined>], undefined>, undefined>;
|
|
2566
|
+
}, undefined>, undefined>;
|
|
2567
|
+
readonly executions: v.ArraySchema<v.ObjectSchema<{
|
|
2568
|
+
readonly id: v.StringSchema<undefined>;
|
|
2569
|
+
readonly blockId: v.StringSchema<undefined>;
|
|
2570
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
2571
|
+
readonly pipelineName: v.StringSchema<undefined>;
|
|
2572
|
+
readonly steps: v.ArraySchema<v.ObjectSchema<{
|
|
2573
|
+
readonly runId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2574
|
+
readonly agentKind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2575
|
+
readonly state: v.PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
2576
|
+
readonly progress: v.NumberSchema<undefined>;
|
|
2577
|
+
readonly metrics: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2578
|
+
readonly calls: v.NumberSchema<undefined>;
|
|
2579
|
+
readonly promptTokens: v.NumberSchema<undefined>;
|
|
2580
|
+
readonly cachedPromptTokens: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2581
|
+
readonly completionTokens: v.NumberSchema<undefined>;
|
|
2582
|
+
readonly peakCompletionTokens: v.NumberSchema<undefined>;
|
|
2583
|
+
readonly maxOutputTokens: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2584
|
+
readonly truncatedCalls: v.NumberSchema<undefined>;
|
|
2585
|
+
readonly upstreamMs: v.NumberSchema<undefined>;
|
|
2586
|
+
readonly overheadMs: v.NumberSchema<undefined>;
|
|
2587
|
+
readonly errors: v.NumberSchema<undefined>;
|
|
2588
|
+
readonly warnings: v.NumberSchema<undefined>;
|
|
2589
|
+
}, undefined>, undefined>, undefined>;
|
|
2590
|
+
readonly gate: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2591
|
+
readonly phase: v.PicklistSchema<["checking", "working"], undefined>;
|
|
2592
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2593
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2594
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2595
|
+
readonly headShas: v.OptionalSchema<v.NullableSchema<v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
2596
|
+
readonly conflictTarget: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2597
|
+
readonly repo: v.StringSchema<undefined>;
|
|
2598
|
+
readonly frameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2599
|
+
readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2600
|
+
}, undefined>, undefined>, undefined>;
|
|
2601
|
+
readonly lastVerdict: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
2602
|
+
readonly lastFailureSummary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2603
|
+
readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2604
|
+
readonly name: v.StringSchema<undefined>;
|
|
2605
|
+
readonly conclusion: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2606
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2607
|
+
readonly repo: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2608
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2609
|
+
readonly lastDispatchedInstructions: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2610
|
+
readonly watchSince: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2611
|
+
readonly watchWindowMinutes: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2612
|
+
readonly regressedSignals: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2613
|
+
readonly kind: v.PicklistSchema<["monitor", "slo"], undefined>;
|
|
2614
|
+
readonly id: v.StringSchema<undefined>;
|
|
2615
|
+
readonly name: v.StringSchema<undefined>;
|
|
2616
|
+
readonly state: v.PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
2617
|
+
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2618
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2619
|
+
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2620
|
+
readonly attempt: v.NumberSchema<undefined>;
|
|
2621
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2622
|
+
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2623
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2624
|
+
readonly instructions: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2625
|
+
readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2626
|
+
readonly name: v.StringSchema<undefined>;
|
|
2627
|
+
readonly conclusion: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2628
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2629
|
+
readonly repo: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2630
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2631
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2632
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2633
|
+
readonly lastApprovals: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2634
|
+
readonly requiredApprovingReviewCount: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2635
|
+
readonly pendingThreadIds: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
2636
|
+
readonly lastAddressedCommentAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2637
|
+
readonly humanReviewGraceMinutes: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2638
|
+
readonly pendingFix: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2639
|
+
readonly instructions: v.StringSchema<undefined>;
|
|
2640
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2641
|
+
}, undefined>, undefined>, undefined>;
|
|
2642
|
+
}, undefined>, undefined>, undefined>;
|
|
2643
|
+
readonly test: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2644
|
+
readonly phase: v.PicklistSchema<["testing", "fixing"], undefined>;
|
|
2645
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2646
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2647
|
+
readonly lastReport: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2648
|
+
readonly greenlight: v.BooleanSchema<undefined>;
|
|
2649
|
+
readonly summary: v.StringSchema<undefined>;
|
|
2650
|
+
readonly tested: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2651
|
+
readonly outcomes: v.ArraySchema<v.ObjectSchema<{
|
|
2652
|
+
readonly name: v.StringSchema<undefined>;
|
|
2653
|
+
readonly status: v.PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
2654
|
+
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2655
|
+
}, undefined>, undefined>;
|
|
2656
|
+
readonly concerns: v.ArraySchema<v.ObjectSchema<{
|
|
2657
|
+
readonly title: v.StringSchema<undefined>;
|
|
2658
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2659
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2660
|
+
}, undefined>, undefined>;
|
|
2661
|
+
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
2662
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2663
|
+
readonly view: v.StringSchema<undefined>;
|
|
2664
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
2665
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2666
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2667
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2668
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2669
|
+
}, undefined>, undefined>, undefined>;
|
|
2670
|
+
readonly abort: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2671
|
+
readonly reason: v.StringSchema<undefined>;
|
|
2672
|
+
}, undefined>, undefined>, undefined>;
|
|
2673
|
+
}, undefined>, v.TransformAction<{
|
|
2674
|
+
greenlight: boolean;
|
|
2675
|
+
summary: string;
|
|
2676
|
+
tested: string[];
|
|
2677
|
+
outcomes: {
|
|
2678
|
+
name: string;
|
|
2679
|
+
status: "failed" | "passed" | "skipped";
|
|
2680
|
+
detail?: string | undefined;
|
|
2681
|
+
}[];
|
|
2682
|
+
concerns: {
|
|
2683
|
+
title: string;
|
|
2684
|
+
detail: string;
|
|
2685
|
+
severity: "critical" | "high" | "low" | "medium";
|
|
2686
|
+
}[];
|
|
2687
|
+
environment?: "ephemeral" | "local" | undefined;
|
|
2688
|
+
screenshots?: {
|
|
2689
|
+
view: string;
|
|
2690
|
+
artifactId: string;
|
|
2691
|
+
hash?: string | undefined;
|
|
2692
|
+
width?: number | undefined;
|
|
2693
|
+
height?: number | undefined;
|
|
2694
|
+
referenceArtifactId?: string | undefined;
|
|
2695
|
+
}[] | undefined;
|
|
2696
|
+
abort?: {
|
|
2697
|
+
reason: string;
|
|
2698
|
+
} | null | undefined;
|
|
2699
|
+
}, {
|
|
2700
|
+
greenlight: boolean;
|
|
2701
|
+
summary: string;
|
|
2702
|
+
tested: string[];
|
|
2703
|
+
outcomes: {
|
|
2704
|
+
name: string;
|
|
2705
|
+
status: "failed" | "passed" | "skipped";
|
|
2706
|
+
detail?: string | undefined;
|
|
2707
|
+
}[];
|
|
2708
|
+
concerns: {
|
|
2709
|
+
title: string;
|
|
2710
|
+
detail: string;
|
|
2711
|
+
severity: "critical" | "high" | "low" | "medium";
|
|
2712
|
+
}[];
|
|
2713
|
+
environment?: "ephemeral" | "local" | undefined;
|
|
2714
|
+
screenshots?: {
|
|
2715
|
+
view: string;
|
|
2716
|
+
artifactId: string;
|
|
2717
|
+
hash?: string | undefined;
|
|
2718
|
+
width?: number | undefined;
|
|
2719
|
+
height?: number | undefined;
|
|
2720
|
+
referenceArtifactId?: string | undefined;
|
|
2721
|
+
}[] | undefined;
|
|
2722
|
+
abort?: {
|
|
2723
|
+
reason: string;
|
|
2724
|
+
} | null | undefined;
|
|
2725
|
+
}>]>, undefined>, undefined>;
|
|
2726
|
+
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2727
|
+
readonly attempt: v.NumberSchema<undefined>;
|
|
2728
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2729
|
+
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2730
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2731
|
+
readonly concerns: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2732
|
+
readonly title: v.StringSchema<undefined>;
|
|
2733
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2734
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2735
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2736
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2737
|
+
readonly infraSetup: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2738
|
+
readonly started: v.BooleanSchema<undefined>;
|
|
2739
|
+
readonly composePath: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2740
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2741
|
+
readonly durationMs: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2742
|
+
readonly logs: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2743
|
+
readonly error: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2744
|
+
}, undefined>, undefined>, undefined>;
|
|
2745
|
+
}, undefined>, undefined>, undefined>;
|
|
2746
|
+
readonly testerQuality: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2747
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2748
|
+
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2749
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2750
|
+
readonly gating: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2751
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2752
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2753
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2754
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2755
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2756
|
+
}, undefined>, undefined>, undefined>;
|
|
2757
|
+
readonly verdicts: v.ArraySchema<v.ObjectSchema<{
|
|
2758
|
+
readonly adequate: v.BooleanSchema<undefined>;
|
|
2759
|
+
readonly feedback: v.StringSchema<undefined>;
|
|
2760
|
+
readonly gaps: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2761
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2762
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2763
|
+
}, undefined>, undefined>;
|
|
2764
|
+
readonly exceeded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2765
|
+
}, undefined>, undefined>, undefined>;
|
|
2766
|
+
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2767
|
+
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
2768
|
+
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2769
|
+
readonly id: v.StringSchema<undefined>;
|
|
2770
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2771
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
2772
|
+
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2773
|
+
}, undefined>, undefined>, undefined>;
|
|
2774
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2775
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2776
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2777
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2778
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2779
|
+
readonly kind: v.PicklistSchema<["fix", "pull-main"], undefined>;
|
|
2780
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2781
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2782
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2783
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2784
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2785
|
+
}, undefined>, undefined>, undefined>;
|
|
2786
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2787
|
+
readonly type: v.PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
2788
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2789
|
+
}, undefined>, undefined>, undefined>;
|
|
2790
|
+
}, undefined>, undefined>, undefined>;
|
|
2791
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2792
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
2793
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2794
|
+
readonly view: v.StringSchema<undefined>;
|
|
2795
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2796
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2797
|
+
}, undefined>, undefined>, undefined>;
|
|
2798
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2799
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2800
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2801
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2802
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2803
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2804
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2805
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2806
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2807
|
+
}, undefined>, undefined>, undefined>;
|
|
2808
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2809
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
2810
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2811
|
+
}, undefined>, undefined>, undefined>;
|
|
2812
|
+
}, undefined>, undefined>, undefined>;
|
|
2813
|
+
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2814
|
+
readonly id: v.StringSchema<undefined>;
|
|
2815
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2816
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
2817
|
+
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2818
|
+
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2819
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
2820
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2821
|
+
}, undefined>, undefined>, undefined>;
|
|
2822
|
+
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
2823
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
2824
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
2825
|
+
readonly total: v.NumberSchema<undefined>;
|
|
2826
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2827
|
+
readonly label: v.StringSchema<undefined>;
|
|
2828
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2829
|
+
}, undefined>, undefined>, undefined>;
|
|
2830
|
+
}, undefined>, undefined>;
|
|
2831
|
+
readonly container: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2832
|
+
readonly status: v.PicklistSchema<["starting", "up", "errored", "destroyed"], undefined>;
|
|
2833
|
+
readonly phase: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2834
|
+
readonly id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2835
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2836
|
+
}, undefined>, undefined>, undefined>;
|
|
2837
|
+
readonly search: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2838
|
+
readonly available: v.BooleanSchema<undefined>;
|
|
2839
|
+
readonly provider: v.NullableSchema<v.PicklistSchema<["brave", "searxng"], undefined>, undefined>;
|
|
2840
|
+
}, undefined>, undefined>, undefined>;
|
|
2841
|
+
readonly decision: v.NullableSchema<v.ObjectSchema<{
|
|
2842
|
+
readonly id: v.StringSchema<undefined>;
|
|
2843
|
+
readonly question: v.StringSchema<undefined>;
|
|
2844
|
+
readonly options: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2845
|
+
readonly chosen: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2846
|
+
}, undefined>, undefined>;
|
|
2847
|
+
readonly requiresApproval: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2848
|
+
readonly approval: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2849
|
+
readonly id: v.StringSchema<undefined>;
|
|
2850
|
+
readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
2851
|
+
readonly proposal: v.StringSchema<undefined>;
|
|
2852
|
+
readonly feedback: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2853
|
+
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2854
|
+
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2855
|
+
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2856
|
+
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2857
|
+
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2858
|
+
readonly body: v.StringSchema<undefined>;
|
|
2859
|
+
}, undefined>, undefined>, undefined>;
|
|
2860
|
+
}, undefined>, undefined>, undefined>;
|
|
2861
|
+
readonly companion: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2862
|
+
readonly threshold: v.NumberSchema<undefined>;
|
|
2863
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2864
|
+
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2865
|
+
readonly verdicts: v.ArraySchema<v.ObjectSchema<{
|
|
2866
|
+
readonly rating: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2867
|
+
readonly threshold: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2868
|
+
readonly passed: v.BooleanSchema<undefined>;
|
|
2869
|
+
readonly feedback: v.StringSchema<undefined>;
|
|
2870
|
+
}, undefined>, undefined>;
|
|
2871
|
+
readonly exceeded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2872
|
+
}, undefined>, undefined>, undefined>;
|
|
2873
|
+
readonly followUps: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2874
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2875
|
+
readonly items: v.ArraySchema<v.ObjectSchema<{
|
|
2876
|
+
readonly id: v.StringSchema<undefined>;
|
|
2877
|
+
readonly kind: v.PicklistSchema<["follow_up", "question"], undefined>;
|
|
2878
|
+
readonly title: v.StringSchema<undefined>;
|
|
2879
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2880
|
+
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2881
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
2882
|
+
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2883
|
+
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2884
|
+
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2885
|
+
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2886
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
2887
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
2888
|
+
}, undefined>, undefined>;
|
|
2889
|
+
readonly loops: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2890
|
+
readonly maxLoops: v.OptionalSchema<v.NumberSchema<undefined>, 3>;
|
|
2891
|
+
}, undefined>, undefined>, undefined>;
|
|
2892
|
+
readonly rework: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2893
|
+
readonly previousProposal: v.StringSchema<undefined>;
|
|
2894
|
+
readonly feedback: v.StringSchema<undefined>;
|
|
2895
|
+
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2896
|
+
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2897
|
+
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2898
|
+
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2899
|
+
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2900
|
+
readonly body: v.StringSchema<undefined>;
|
|
2901
|
+
}, undefined>, undefined>, undefined>;
|
|
2902
|
+
}, undefined>, undefined>, undefined>;
|
|
2903
|
+
readonly pendingIncorporation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2904
|
+
readonly feedback: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2905
|
+
}, undefined>, undefined>, undefined>;
|
|
2906
|
+
readonly pendingRecommendation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2907
|
+
readonly itemIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2908
|
+
readonly note: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2909
|
+
}, undefined>, undefined>, undefined>;
|
|
2910
|
+
readonly pendingInterview: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2911
|
+
readonly proceed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2912
|
+
}, undefined>, undefined>, undefined>;
|
|
2913
|
+
readonly consensus: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2914
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2915
|
+
readonly strategy: v.PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
2916
|
+
readonly participants: v.ArraySchema<v.ObjectSchema<{
|
|
2917
|
+
readonly id: v.StringSchema<undefined>;
|
|
2918
|
+
readonly role: v.StringSchema<undefined>;
|
|
2919
|
+
readonly systemFraming: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2920
|
+
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2921
|
+
}, undefined>, undefined>;
|
|
2922
|
+
readonly synthesizerModelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2923
|
+
readonly rounds: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
2924
|
+
readonly gating: v.OptionalSchema<v.ObjectSchema<{
|
|
2925
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2926
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2927
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2928
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2929
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
2930
|
+
}, undefined>, undefined>;
|
|
2931
|
+
}, undefined>, undefined>, undefined>;
|
|
2932
|
+
readonly gating: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2933
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2934
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2935
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2936
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2937
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2938
|
+
}, undefined>, undefined>, undefined>;
|
|
2939
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2940
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2941
|
+
}, undefined>, undefined>, undefined>;
|
|
2942
|
+
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2943
|
+
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2944
|
+
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2945
|
+
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2946
|
+
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2947
|
+
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2948
|
+
readonly selectedFragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2949
|
+
readonly jobId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2950
|
+
readonly startedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2951
|
+
readonly finishedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2952
|
+
readonly pausedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2953
|
+
readonly evictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2954
|
+
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2955
|
+
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
2956
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
2957
|
+
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
2958
|
+
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
2959
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2960
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
2961
|
+
}, undefined>, v.ObjectSchema<{
|
|
2962
|
+
readonly type: v.LiteralSchema<"separate", undefined>;
|
|
2963
|
+
readonly repo: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>;
|
|
2964
|
+
readonly ref: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2965
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2966
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
2967
|
+
}, undefined>], undefined>, undefined>;
|
|
2968
|
+
readonly composePath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2969
|
+
readonly localDevOnly: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2970
|
+
readonly composeBuild: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2971
|
+
readonly recipe: v.OptionalSchema<v.ObjectSchema<{
|
|
2972
|
+
readonly composeFiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2973
|
+
readonly composeProfiles: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
2974
|
+
readonly envFiles: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2975
|
+
readonly template: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2976
|
+
readonly target: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2977
|
+
}, undefined>, undefined>, undefined>;
|
|
2978
|
+
readonly externalNetworks: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
2979
|
+
readonly sharedStackRefs: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
2980
|
+
readonly prerequisites: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2981
|
+
readonly check: v.PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
2982
|
+
readonly params: v.OptionalSchema<v.ObjectSchema<{
|
|
2983
|
+
readonly minGib: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
2984
|
+
readonly registry: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2985
|
+
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2986
|
+
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
2987
|
+
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2988
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
2989
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2990
|
+
readonly hostnames: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
2991
|
+
readonly file: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2992
|
+
readonly marker: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2993
|
+
}, undefined>, undefined>;
|
|
2994
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2995
|
+
readonly remediation: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2996
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2997
|
+
}, undefined>, undefined>, undefined>;
|
|
2998
|
+
readonly setupSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2999
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
3000
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3001
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3002
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3003
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3004
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3005
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3006
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3007
|
+
}, undefined>, v.ObjectSchema<{
|
|
3008
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
3009
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3010
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3011
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3012
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3013
|
+
}, undefined>, v.ObjectSchema<{
|
|
3014
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
3015
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3016
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3017
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3018
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3019
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3020
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3021
|
+
}, undefined>, v.ObjectSchema<{
|
|
3022
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
3023
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3024
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3025
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3026
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3027
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2680
3028
|
}, undefined>, v.ObjectSchema<{
|
|
2681
3029
|
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
2682
3030
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
@@ -2721,537 +3069,871 @@ export declare const getWorkspaceContract: {
|
|
|
2721
3069
|
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2722
3070
|
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
2723
3071
|
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2724
|
-
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2725
|
-
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2726
|
-
}, undefined>, v.ObjectSchema<{
|
|
2727
|
-
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
2728
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2729
|
-
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2730
|
-
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2731
|
-
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
2732
|
-
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2733
|
-
}, undefined>, v.ObjectSchema<{
|
|
2734
|
-
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
2735
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2736
|
-
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2737
|
-
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2738
|
-
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2739
|
-
}, undefined>], undefined>, undefined>, undefined>;
|
|
2740
|
-
}, undefined>, undefined>;
|
|
2741
|
-
readonly manifestId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
2742
|
-
readonly manifestPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2743
|
-
readonly images: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2744
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2745
|
-
readonly newNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2746
|
-
readonly newTagTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2747
|
-
readonly digestTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2748
|
-
}, undefined>, v.CheckAction<{
|
|
2749
|
-
name: string;
|
|
2750
|
-
newNameTemplate?: string | undefined;
|
|
2751
|
-
newTagTemplate?: string | undefined;
|
|
2752
|
-
digestTemplate?: string | undefined;
|
|
2753
|
-
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, v.CheckAction<{
|
|
2754
|
-
name: string;
|
|
2755
|
-
newNameTemplate?: string | undefined;
|
|
2756
|
-
newTagTemplate?: string | undefined;
|
|
2757
|
-
digestTemplate?: string | undefined;
|
|
2758
|
-
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
2759
|
-
readonly helmReleases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2760
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2761
|
-
readonly chart: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2762
|
-
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2763
|
-
readonly version: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
2764
|
-
readonly namespaceTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2765
|
-
readonly values: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
2766
|
-
readonly set: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2767
|
-
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2768
|
-
readonly valueTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2769
|
-
}, undefined>, undefined>, undefined>;
|
|
2770
|
-
readonly valuesSecretRefs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2771
|
-
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2772
|
-
readonly secretRef: v.ObjectSchema<{
|
|
2773
|
-
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2774
|
-
}, undefined>;
|
|
2775
|
-
}, undefined>, undefined>, undefined>;
|
|
2776
|
-
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
3072
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3073
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3074
|
+
}, undefined>, v.ObjectSchema<{
|
|
3075
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
3076
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3077
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3078
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3079
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3080
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3081
|
+
}, undefined>, v.ObjectSchema<{
|
|
3082
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
3083
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3084
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3085
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3086
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3087
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
3088
|
+
}, undefined>, undefined>;
|
|
3089
|
+
readonly manifestId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
3090
|
+
readonly manifestPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3091
|
+
readonly images: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3092
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3093
|
+
readonly newNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3094
|
+
readonly newTagTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3095
|
+
readonly digestTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3096
|
+
}, undefined>, v.CheckAction<{
|
|
3097
|
+
name: string;
|
|
3098
|
+
newNameTemplate?: string | undefined;
|
|
3099
|
+
newTagTemplate?: string | undefined;
|
|
3100
|
+
digestTemplate?: string | undefined;
|
|
3101
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, v.CheckAction<{
|
|
3102
|
+
name: string;
|
|
3103
|
+
newNameTemplate?: string | undefined;
|
|
3104
|
+
newTagTemplate?: string | undefined;
|
|
3105
|
+
digestTemplate?: string | undefined;
|
|
3106
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
3107
|
+
readonly helmReleases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3108
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3109
|
+
readonly chart: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3110
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3111
|
+
readonly version: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
3112
|
+
readonly namespaceTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3113
|
+
readonly values: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
3114
|
+
readonly set: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3115
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3116
|
+
readonly valueTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3117
|
+
}, undefined>, undefined>, undefined>;
|
|
3118
|
+
readonly valuesSecretRefs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3119
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3120
|
+
readonly secretRef: v.ObjectSchema<{
|
|
3121
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
3122
|
+
}, undefined>;
|
|
3123
|
+
}, undefined>, undefined>, undefined>;
|
|
3124
|
+
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
3125
|
+
}, undefined>, undefined>, undefined>;
|
|
3126
|
+
readonly secretInjections: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"mode", [v.ObjectSchema<{
|
|
3127
|
+
readonly mode: v.LiteralSchema<"secret", undefined>;
|
|
3128
|
+
readonly secretName: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3129
|
+
readonly secretType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
3130
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3131
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
3132
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
3133
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
3134
|
+
}, undefined>, undefined>;
|
|
3135
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3136
|
+
}, undefined>, v.CheckAction<{
|
|
3137
|
+
key: string;
|
|
3138
|
+
secretRef?: {
|
|
3139
|
+
key: string;
|
|
3140
|
+
} | undefined;
|
|
3141
|
+
valueTemplate?: string | undefined;
|
|
3142
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
3143
|
+
}, undefined>, v.ObjectSchema<{
|
|
3144
|
+
readonly mode: v.LiteralSchema<"generatorEnvFile", undefined>;
|
|
3145
|
+
readonly envFilePath: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3146
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3147
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
3148
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
3149
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
3150
|
+
}, undefined>, undefined>;
|
|
3151
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3152
|
+
}, undefined>, v.CheckAction<{
|
|
3153
|
+
key: string;
|
|
3154
|
+
secretRef?: {
|
|
3155
|
+
key: string;
|
|
3156
|
+
} | undefined;
|
|
3157
|
+
valueTemplate?: string | undefined;
|
|
3158
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
3159
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
3160
|
+
}, undefined>, undefined>;
|
|
3161
|
+
readonly deployEnvs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.ObjectSchema<{
|
|
3162
|
+
readonly status: v.PicklistSchema<["ready", "failed", "skipped"], undefined>;
|
|
3163
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3164
|
+
readonly error: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3165
|
+
}, undefined>, undefined>, undefined>;
|
|
3166
|
+
readonly deployFrameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3167
|
+
readonly deployPrimaryFrameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3168
|
+
}, undefined>, undefined>;
|
|
3169
|
+
readonly currentStep: v.NumberSchema<undefined>;
|
|
3170
|
+
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
3171
|
+
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3172
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
3173
|
+
readonly message: v.StringSchema<undefined>;
|
|
3174
|
+
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3175
|
+
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3176
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3177
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
3178
|
+
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
3179
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
3180
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
3181
|
+
readonly total: v.NumberSchema<undefined>;
|
|
3182
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3183
|
+
readonly label: v.StringSchema<undefined>;
|
|
3184
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3185
|
+
}, undefined>, undefined>, undefined>;
|
|
3186
|
+
}, undefined>, undefined>;
|
|
3187
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3188
|
+
}, undefined>, undefined>, undefined>;
|
|
3189
|
+
readonly failureHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3190
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
3191
|
+
readonly message: v.StringSchema<undefined>;
|
|
3192
|
+
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3193
|
+
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3194
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3195
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
3196
|
+
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
3197
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
3198
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
3199
|
+
readonly total: v.NumberSchema<undefined>;
|
|
3200
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3201
|
+
readonly label: v.StringSchema<undefined>;
|
|
3202
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3203
|
+
}, undefined>, undefined>, undefined>;
|
|
3204
|
+
}, undefined>, undefined>;
|
|
3205
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3206
|
+
}, undefined>, undefined>, undefined>;
|
|
3207
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3208
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3209
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
3210
|
+
readonly output: v.StringSchema<undefined>;
|
|
3211
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3212
|
+
}, undefined>, undefined>, undefined>;
|
|
3213
|
+
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3214
|
+
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3215
|
+
readonly envVar: v.StringSchema<undefined>;
|
|
3216
|
+
readonly serviceUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3217
|
+
}, undefined>, undefined>, undefined>;
|
|
3218
|
+
readonly initiatedBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3219
|
+
readonly createdAt: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3220
|
+
readonly rev: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3221
|
+
readonly diagnostics: v.OptionalSchema<v.ObjectSchema<{
|
|
3222
|
+
readonly lastDispatch: v.OptionalSchema<v.ObjectSchema<{
|
|
3223
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
3224
|
+
readonly agentKind: v.StringSchema<undefined>;
|
|
3225
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3226
|
+
readonly executionBackend: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3227
|
+
readonly repo: v.OptionalSchema<v.ObjectSchema<{
|
|
3228
|
+
readonly owner: v.StringSchema<undefined>;
|
|
3229
|
+
readonly name: v.StringSchema<undefined>;
|
|
3230
|
+
readonly baseBranch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3231
|
+
readonly provider: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3232
|
+
}, undefined>, undefined>;
|
|
3233
|
+
readonly at: v.NumberSchema<undefined>;
|
|
3234
|
+
}, undefined>, undefined>;
|
|
3235
|
+
readonly host: v.OptionalSchema<v.ObjectSchema<{
|
|
3236
|
+
readonly platform: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3237
|
+
}, undefined>, undefined>;
|
|
3238
|
+
}, undefined>, undefined>;
|
|
3239
|
+
}, undefined>, undefined>;
|
|
3240
|
+
readonly bootstrapJobs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3241
|
+
readonly id: v.StringSchema<undefined>;
|
|
3242
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
3243
|
+
readonly referenceArchitectureId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3244
|
+
readonly referenceArchitectureName: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3245
|
+
readonly repoName: v.StringSchema<undefined>;
|
|
3246
|
+
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3247
|
+
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3248
|
+
readonly instructions: v.StringSchema<undefined>;
|
|
3249
|
+
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
3250
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3251
|
+
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
3252
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
3253
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
3254
|
+
readonly total: v.NumberSchema<undefined>;
|
|
3255
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3256
|
+
readonly label: v.StringSchema<undefined>;
|
|
3257
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3258
|
+
}, undefined>, undefined>, undefined>;
|
|
3259
|
+
}, undefined>, undefined>;
|
|
3260
|
+
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3261
|
+
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
3262
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
3263
|
+
readonly message: v.StringSchema<undefined>;
|
|
3264
|
+
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3265
|
+
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3266
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3267
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
3268
|
+
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
3269
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
3270
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
3271
|
+
readonly total: v.NumberSchema<undefined>;
|
|
3272
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3273
|
+
readonly label: v.StringSchema<undefined>;
|
|
3274
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3275
|
+
}, undefined>, undefined>, undefined>;
|
|
3276
|
+
}, undefined>, undefined>;
|
|
3277
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3278
|
+
}, undefined>, undefined>;
|
|
3279
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3280
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
3281
|
+
}, undefined>, undefined>, undefined>;
|
|
3282
|
+
readonly envConfigRepairJobs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3283
|
+
readonly id: v.StringSchema<undefined>;
|
|
3284
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
3285
|
+
readonly owner: v.StringSchema<undefined>;
|
|
3286
|
+
readonly repo: v.StringSchema<undefined>;
|
|
3287
|
+
readonly branch: v.StringSchema<undefined>;
|
|
3288
|
+
readonly status: v.PicklistSchema<["running", "succeeded", "failed"], undefined>;
|
|
3289
|
+
readonly ok: v.NullableSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3290
|
+
readonly issues: v.ArraySchema<v.ObjectSchema<{
|
|
3291
|
+
readonly severity: v.PicklistSchema<["error", "warning"], undefined>;
|
|
3292
|
+
readonly message: v.StringSchema<undefined>;
|
|
3293
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3294
|
+
}, undefined>, undefined>;
|
|
3295
|
+
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
3296
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
3297
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
3298
|
+
readonly total: v.NumberSchema<undefined>;
|
|
3299
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3300
|
+
readonly label: v.StringSchema<undefined>;
|
|
3301
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3302
|
+
}, undefined>, undefined>, undefined>;
|
|
3303
|
+
}, undefined>, undefined>;
|
|
3304
|
+
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3305
|
+
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
3306
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
3307
|
+
readonly message: v.StringSchema<undefined>;
|
|
3308
|
+
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3309
|
+
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3310
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3311
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
3312
|
+
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
3313
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
3314
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
3315
|
+
readonly total: v.NumberSchema<undefined>;
|
|
3316
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3317
|
+
readonly label: v.StringSchema<undefined>;
|
|
3318
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3319
|
+
}, undefined>, undefined>, undefined>;
|
|
3320
|
+
}, undefined>, undefined>;
|
|
3321
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3322
|
+
}, undefined>, undefined>;
|
|
3323
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3324
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
3325
|
+
}, undefined>, undefined>, undefined>;
|
|
3326
|
+
readonly spend: v.OptionalSchema<v.ObjectSchema<{
|
|
3327
|
+
readonly periodStart: v.NumberSchema<undefined>;
|
|
3328
|
+
readonly inputTokens: v.NumberSchema<undefined>;
|
|
3329
|
+
readonly outputTokens: v.NumberSchema<undefined>;
|
|
3330
|
+
readonly costSpent: v.NumberSchema<undefined>;
|
|
3331
|
+
readonly costLimit: v.NumberSchema<undefined>;
|
|
3332
|
+
readonly currency: v.StringSchema<undefined>;
|
|
3333
|
+
readonly exceeded: v.BooleanSchema<undefined>;
|
|
3334
|
+
}, undefined>, undefined>;
|
|
3335
|
+
readonly accountSpend: v.OptionalSchema<v.ObjectSchema<{
|
|
3336
|
+
readonly periodStart: v.NumberSchema<undefined>;
|
|
3337
|
+
readonly inputTokens: v.NumberSchema<undefined>;
|
|
3338
|
+
readonly outputTokens: v.NumberSchema<undefined>;
|
|
3339
|
+
readonly costSpent: v.NumberSchema<undefined>;
|
|
3340
|
+
readonly costLimit: v.NumberSchema<undefined>;
|
|
3341
|
+
readonly currency: v.StringSchema<undefined>;
|
|
3342
|
+
readonly exceeded: v.BooleanSchema<undefined>;
|
|
3343
|
+
}, undefined>, undefined>;
|
|
3344
|
+
readonly userSpend: v.OptionalSchema<v.ObjectSchema<{
|
|
3345
|
+
readonly periodStart: v.NumberSchema<undefined>;
|
|
3346
|
+
readonly inputTokens: v.NumberSchema<undefined>;
|
|
3347
|
+
readonly outputTokens: v.NumberSchema<undefined>;
|
|
3348
|
+
readonly costSpent: v.NumberSchema<undefined>;
|
|
3349
|
+
readonly costLimit: v.NumberSchema<undefined>;
|
|
3350
|
+
readonly currency: v.StringSchema<undefined>;
|
|
3351
|
+
readonly exceeded: v.BooleanSchema<undefined>;
|
|
3352
|
+
}, undefined>, undefined>;
|
|
3353
|
+
readonly userSettings: v.OptionalSchema<v.ObjectSchema<{
|
|
3354
|
+
readonly spendMonthlyLimit: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
3355
|
+
}, undefined>, undefined>;
|
|
3356
|
+
readonly budgetCaps: v.OptionalSchema<v.ObjectSchema<{
|
|
3357
|
+
readonly accountMonthlyLimitMax: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3358
|
+
readonly userMonthlyLimitMax: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3359
|
+
readonly currency: v.StringSchema<undefined>;
|
|
3360
|
+
}, undefined>, undefined>;
|
|
3361
|
+
readonly notifications: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3362
|
+
readonly id: v.StringSchema<undefined>;
|
|
3363
|
+
readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "initiative"], undefined>;
|
|
3364
|
+
readonly status: v.PicklistSchema<["open", "acted", "dismissed"], undefined>;
|
|
3365
|
+
readonly severity: v.OptionalSchema<v.PicklistSchema<["normal", "urgent"], undefined>, undefined>;
|
|
3366
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3367
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3368
|
+
readonly title: v.StringSchema<undefined>;
|
|
3369
|
+
readonly body: v.StringSchema<undefined>;
|
|
3370
|
+
readonly payload: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3371
|
+
readonly assessment: v.OptionalSchema<v.ObjectSchema<{
|
|
3372
|
+
readonly complexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3373
|
+
readonly risk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3374
|
+
readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3375
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
3376
|
+
}, undefined>, undefined>;
|
|
3377
|
+
readonly prUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3378
|
+
readonly pipelineName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3379
|
+
readonly findingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3380
|
+
readonly onCallAssessment: v.OptionalSchema<v.ObjectSchema<{
|
|
3381
|
+
readonly culpritConfidence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3382
|
+
readonly recommendation: v.PicklistSchema<["revert", "hold", "monitor"], undefined>;
|
|
3383
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
3384
|
+
readonly evidence: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
3385
|
+
}, undefined>, undefined>;
|
|
3386
|
+
readonly releaseSignals: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3387
|
+
readonly kind: v.PicklistSchema<["monitor", "slo"], undefined>;
|
|
3388
|
+
readonly id: v.StringSchema<undefined>;
|
|
3389
|
+
readonly name: v.StringSchema<undefined>;
|
|
3390
|
+
readonly state: v.PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
3391
|
+
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3392
|
+
}, undefined>, undefined>, undefined>;
|
|
3393
|
+
readonly revertUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3394
|
+
readonly targetUserId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3395
|
+
readonly initiativeReason: v.OptionalSchema<v.PicklistSchema<["item_blocked", "complete", "checkpoint"], undefined>, undefined>;
|
|
3396
|
+
readonly mergedRepos: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3397
|
+
readonly unmergedRepos: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3398
|
+
}, undefined>, undefined>, undefined>;
|
|
3399
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3400
|
+
readonly resolvedAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3401
|
+
}, undefined>, undefined>, undefined>;
|
|
3402
|
+
readonly riskPolicies: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3403
|
+
readonly id: v.StringSchema<undefined>;
|
|
3404
|
+
readonly name: v.StringSchema<undefined>;
|
|
3405
|
+
readonly maxComplexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3406
|
+
readonly maxRisk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3407
|
+
readonly maxImpact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3408
|
+
readonly ciMaxAttempts: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
|
|
3409
|
+
readonly maxRequirementIterations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3410
|
+
readonly maxRequirementConcernAllowed: v.PicklistSchema<["none", "low", "medium", "high"], undefined>;
|
|
3411
|
+
readonly maxTesterQualityIterations: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3412
|
+
readonly releaseWatchWindowMinutes: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3413
|
+
readonly releaseMaxAttempts: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
|
|
3414
|
+
readonly humanReviewGraceMinutes: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>;
|
|
3415
|
+
readonly autoMergeEnabled: v.BooleanSchema<undefined>;
|
|
3416
|
+
readonly isDefault: v.BooleanSchema<undefined>;
|
|
3417
|
+
readonly version: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3418
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3419
|
+
}, undefined>, undefined>, undefined>;
|
|
3420
|
+
readonly sharedStacks: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3421
|
+
readonly id: v.StringSchema<undefined>;
|
|
3422
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
3423
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3424
|
+
readonly cloneUrl: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3425
|
+
readonly gitRef: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3426
|
+
readonly composeFiles: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3427
|
+
readonly composeProfiles: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3428
|
+
readonly envFiles: v.ArraySchema<v.ObjectSchema<{
|
|
3429
|
+
readonly template: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3430
|
+
readonly target: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3431
|
+
}, undefined>, undefined>;
|
|
3432
|
+
readonly managedNetworks: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3433
|
+
readonly setupSteps: v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3434
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
3435
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3436
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3437
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3438
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3439
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3440
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3441
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3442
|
+
}, undefined>, v.ObjectSchema<{
|
|
3443
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
3444
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3445
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3446
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3447
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3448
|
+
}, undefined>, v.ObjectSchema<{
|
|
3449
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
3450
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3451
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3452
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3453
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3454
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3455
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3456
|
+
}, undefined>, v.ObjectSchema<{
|
|
3457
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
3458
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3459
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3460
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3461
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3462
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3463
|
+
}, undefined>, v.ObjectSchema<{
|
|
3464
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
3465
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3466
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3467
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3468
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3469
|
+
}, undefined>], undefined>, undefined>;
|
|
3470
|
+
readonly prerequisites: v.ArraySchema<v.ObjectSchema<{
|
|
3471
|
+
readonly check: v.PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
3472
|
+
readonly params: v.OptionalSchema<v.ObjectSchema<{
|
|
3473
|
+
readonly minGib: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
3474
|
+
readonly registry: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3475
|
+
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3476
|
+
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
3477
|
+
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3478
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3479
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3480
|
+
readonly hostnames: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
3481
|
+
readonly file: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3482
|
+
readonly marker: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3483
|
+
}, undefined>, undefined>;
|
|
3484
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3485
|
+
readonly remediation: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3486
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3487
|
+
}, undefined>, undefined>;
|
|
3488
|
+
readonly healthGate: v.NullableSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3489
|
+
readonly kind: v.LiteralSchema<"compose-healthy", undefined>;
|
|
3490
|
+
}, undefined>, v.ObjectSchema<{
|
|
3491
|
+
readonly kind: v.LiteralSchema<"http", undefined>;
|
|
3492
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3493
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3494
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3495
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3496
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3497
|
+
}, undefined>, v.ObjectSchema<{
|
|
3498
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
3499
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3500
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3501
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3502
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3503
|
+
}, undefined>], undefined>, undefined>;
|
|
3504
|
+
readonly allowHostCommands: v.BooleanSchema<undefined>;
|
|
3505
|
+
readonly status: v.PicklistSchema<["stopped", "starting", "running", "failed"], undefined>;
|
|
3506
|
+
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3507
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3508
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
3509
|
+
}, undefined>, undefined>, undefined>;
|
|
3510
|
+
readonly agentConfigCatalog: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3511
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3512
|
+
readonly agentKind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3513
|
+
readonly label: v.StringSchema<undefined>;
|
|
3514
|
+
readonly description: v.StringSchema<undefined>;
|
|
3515
|
+
readonly type: v.PicklistSchema<["select"], undefined>;
|
|
3516
|
+
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
3517
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3518
|
+
readonly label: v.StringSchema<undefined>;
|
|
3519
|
+
}, undefined>, undefined>;
|
|
3520
|
+
readonly default: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3521
|
+
}, undefined>, undefined>, undefined>;
|
|
3522
|
+
readonly modelPresets: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3523
|
+
readonly id: v.StringSchema<undefined>;
|
|
3524
|
+
readonly name: v.StringSchema<undefined>;
|
|
3525
|
+
readonly baseModelId: v.StringSchema<undefined>;
|
|
3526
|
+
readonly overrides: v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>;
|
|
3527
|
+
readonly isDefault: v.BooleanSchema<undefined>;
|
|
3528
|
+
readonly version: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3529
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3530
|
+
}, undefined>, undefined>, undefined>;
|
|
3531
|
+
readonly deploymentModelDefaults: v.OptionalSchema<v.ObjectSchema<{
|
|
3532
|
+
readonly default: v.StringSchema<undefined>;
|
|
3533
|
+
readonly byKind: v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>;
|
|
3534
|
+
}, undefined>, undefined>;
|
|
3535
|
+
readonly serviceFragmentDefaults: v.OptionalSchema<v.ObjectSchema<{
|
|
3536
|
+
readonly fragmentIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
3537
|
+
}, undefined>, undefined>;
|
|
3538
|
+
readonly recurringPipelines: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3539
|
+
readonly id: v.StringSchema<undefined>;
|
|
3540
|
+
readonly serviceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3541
|
+
readonly blockId: v.StringSchema<undefined>;
|
|
3542
|
+
readonly frameId: v.StringSchema<undefined>;
|
|
3543
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
3544
|
+
readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>;
|
|
3545
|
+
readonly name: v.StringSchema<undefined>;
|
|
3546
|
+
readonly recurrence: v.ObjectSchema<{
|
|
3547
|
+
readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;
|
|
3548
|
+
readonly weekdays: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 6, undefined>]>, undefined>;
|
|
3549
|
+
readonly windowStartHour: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 23, undefined>]>, undefined>;
|
|
3550
|
+
readonly windowEndHour: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 23, undefined>]>, undefined>;
|
|
3551
|
+
readonly timezone: v.StringSchema<undefined>;
|
|
3552
|
+
}, undefined>;
|
|
3553
|
+
readonly onDemand: v.BooleanSchema<undefined>;
|
|
3554
|
+
readonly issueIntake: v.OptionalSchema<v.ObjectSchema<{
|
|
3555
|
+
readonly source: v.PicklistSchema<["jira", "github", "linear"], undefined>;
|
|
3556
|
+
readonly board: v.ObjectSchema<{
|
|
3557
|
+
readonly jiraProjectKey: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3558
|
+
readonly linearTeamId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3559
|
+
readonly githubRepo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3560
|
+
}, undefined>;
|
|
3561
|
+
readonly predicates: v.ObjectSchema<{
|
|
3562
|
+
readonly titleFragment: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3563
|
+
readonly labels: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
3564
|
+
readonly issueType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3565
|
+
}, undefined>;
|
|
3566
|
+
readonly inProgressLabel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3567
|
+
}, undefined>, undefined>;
|
|
3568
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
3569
|
+
readonly lastRunAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3570
|
+
readonly nextRunAt: v.NumberSchema<undefined>;
|
|
3571
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3572
|
+
}, undefined>, undefined>, undefined>;
|
|
3573
|
+
readonly trackerSettings: v.OptionalSchema<v.ObjectSchema<{
|
|
3574
|
+
readonly tracker: v.NullableSchema<v.PicklistSchema<["github", "jira", "linear"], undefined>, undefined>;
|
|
3575
|
+
readonly jiraProjectKey: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3576
|
+
readonly linearTeamId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3577
|
+
readonly writebackCommentOnPrOpen: v.BooleanSchema<undefined>;
|
|
3578
|
+
readonly writebackResolveOnMerge: v.BooleanSchema<undefined>;
|
|
3579
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
3580
|
+
}, undefined>, undefined>;
|
|
3581
|
+
readonly mounts: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3582
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
3583
|
+
readonly serviceId: v.StringSchema<undefined>;
|
|
3584
|
+
readonly position: v.ObjectSchema<{
|
|
3585
|
+
readonly x: v.NumberSchema<undefined>;
|
|
3586
|
+
readonly y: v.NumberSchema<undefined>;
|
|
3587
|
+
}, undefined>;
|
|
3588
|
+
readonly size: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3589
|
+
readonly w: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3590
|
+
readonly h: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3591
|
+
}, undefined>, undefined>, undefined>;
|
|
3592
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3593
|
+
}, undefined>, undefined>, undefined>;
|
|
3594
|
+
readonly serviceCatalog: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3595
|
+
readonly id: v.StringSchema<undefined>;
|
|
3596
|
+
readonly accountId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3597
|
+
readonly frameBlockId: v.StringSchema<undefined>;
|
|
3598
|
+
readonly installationId: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3599
|
+
readonly repoGithubId: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3600
|
+
readonly directory: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3601
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3602
|
+
readonly mountCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3603
|
+
}, undefined>, undefined>, undefined>;
|
|
3604
|
+
readonly archivedServices: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3605
|
+
readonly id: v.StringSchema<undefined>;
|
|
3606
|
+
readonly title: v.StringSchema<undefined>;
|
|
3607
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
3608
|
+
readonly description: v.StringSchema<undefined>;
|
|
3609
|
+
readonly position: v.ObjectSchema<{
|
|
3610
|
+
readonly x: v.NumberSchema<undefined>;
|
|
3611
|
+
readonly y: v.NumberSchema<undefined>;
|
|
3612
|
+
}, undefined>;
|
|
3613
|
+
readonly size: v.OptionalSchema<v.ObjectSchema<{
|
|
3614
|
+
readonly w: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3615
|
+
readonly h: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3616
|
+
}, undefined>, undefined>;
|
|
3617
|
+
readonly status: v.PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
|
|
3618
|
+
readonly progress: v.NumberSchema<undefined>;
|
|
3619
|
+
readonly dependsOn: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
3620
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3621
|
+
readonly level: v.PicklistSchema<["frame", "module", "task", "epic", "initiative"], undefined>;
|
|
3622
|
+
readonly parentId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3623
|
+
readonly epicId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3624
|
+
readonly initiativeId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3625
|
+
readonly autoStartDependents: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3626
|
+
readonly confidence: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3627
|
+
readonly estimate: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3628
|
+
readonly complexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3629
|
+
readonly risk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3630
|
+
readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3631
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
3632
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3633
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
3634
|
+
}, undefined>, undefined>, undefined>;
|
|
3635
|
+
readonly moduleName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3636
|
+
readonly taskType: v.OptionalSchema<v.PicklistSchema<["feature", "bug", "document", "spike", "recurring"], undefined>, undefined>;
|
|
3637
|
+
readonly taskTypeFields: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3638
|
+
readonly severity: v.OptionalSchema<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, undefined>;
|
|
3639
|
+
readonly stepsToReproduce: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3640
|
+
readonly timeboxHours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000, undefined>]>, undefined>;
|
|
3641
|
+
readonly docKind: v.OptionalSchema<v.PicklistSchema<readonly ["prd", "rfc", "adr", "design", "technical", "api", "runbook", "research", "reference", "other"], undefined>, undefined>;
|
|
3642
|
+
readonly audience: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
3643
|
+
readonly targetPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 300, undefined>, v.CheckAction<string, "targetPath must be a relative path inside the repo, ending in .md, with no \"..\", absolute, or backslash segments.">]>, undefined>;
|
|
3644
|
+
readonly outlineHints: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3645
|
+
readonly targetUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3646
|
+
readonly successMetrics: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3647
|
+
readonly alternativesConsidered: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3648
|
+
readonly rolloutConcerns: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3649
|
+
readonly decisionDrivers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3650
|
+
readonly consideredOptions: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3651
|
+
readonly whenToUse: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3652
|
+
readonly escalationPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3653
|
+
readonly researchQuestion: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3654
|
+
readonly optionsToCompare: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3655
|
+
readonly apiSurface: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3656
|
+
}, undefined>, undefined>, undefined>;
|
|
3657
|
+
readonly technical: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3658
|
+
readonly fragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3659
|
+
readonly serviceFragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3660
|
+
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3661
|
+
readonly agentConfig: v.OptionalSchema<v.RecordSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
3662
|
+
readonly provisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
3663
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
3664
|
+
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
3665
|
+
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
3666
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3667
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
3668
|
+
}, undefined>, v.ObjectSchema<{
|
|
3669
|
+
readonly type: v.LiteralSchema<"separate", undefined>;
|
|
3670
|
+
readonly repo: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>;
|
|
3671
|
+
readonly ref: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
3672
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3673
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
3674
|
+
}, undefined>], undefined>, undefined>;
|
|
3675
|
+
readonly composePath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3676
|
+
readonly localDevOnly: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3677
|
+
readonly composeBuild: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3678
|
+
readonly recipe: v.OptionalSchema<v.ObjectSchema<{
|
|
3679
|
+
readonly composeFiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3680
|
+
readonly composeProfiles: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
3681
|
+
readonly envFiles: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3682
|
+
readonly template: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3683
|
+
readonly target: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3684
|
+
}, undefined>, undefined>, undefined>;
|
|
3685
|
+
readonly externalNetworks: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
3686
|
+
readonly sharedStackRefs: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
3687
|
+
readonly prerequisites: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3688
|
+
readonly check: v.PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
3689
|
+
readonly params: v.OptionalSchema<v.ObjectSchema<{
|
|
3690
|
+
readonly minGib: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
3691
|
+
readonly registry: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3692
|
+
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3693
|
+
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
3694
|
+
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3695
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3696
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3697
|
+
readonly hostnames: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
3698
|
+
readonly file: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3699
|
+
readonly marker: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3700
|
+
}, undefined>, undefined>;
|
|
3701
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3702
|
+
readonly remediation: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3703
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2777
3704
|
}, undefined>, undefined>, undefined>;
|
|
2778
|
-
readonly
|
|
2779
|
-
readonly
|
|
2780
|
-
readonly
|
|
2781
|
-
readonly
|
|
2782
|
-
readonly
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2788
|
-
}, undefined>, v.CheckAction<{
|
|
2789
|
-
key: string;
|
|
2790
|
-
secretRef?: {
|
|
2791
|
-
key: string;
|
|
2792
|
-
} | undefined;
|
|
2793
|
-
valueTemplate?: string | undefined;
|
|
2794
|
-
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
3705
|
+
readonly setupSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3706
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
3707
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3708
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3709
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3710
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3711
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3712
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3713
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2795
3714
|
}, undefined>, v.ObjectSchema<{
|
|
2796
|
-
readonly
|
|
2797
|
-
readonly
|
|
2798
|
-
readonly
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
3715
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
3716
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3717
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3718
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3719
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3720
|
+
}, undefined>, v.ObjectSchema<{
|
|
3721
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
3722
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3723
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3724
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3725
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3726
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3727
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3728
|
+
}, undefined>, v.ObjectSchema<{
|
|
3729
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
3730
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3731
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3732
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3733
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3734
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3735
|
+
}, undefined>, v.ObjectSchema<{
|
|
3736
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
3737
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3738
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3739
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3740
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3741
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
3742
|
+
readonly healthGate: v.OptionalSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3743
|
+
readonly kind: v.LiteralSchema<"compose-healthy", undefined>;
|
|
3744
|
+
}, undefined>, v.ObjectSchema<{
|
|
3745
|
+
readonly kind: v.LiteralSchema<"http", undefined>;
|
|
3746
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3747
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3748
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3749
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3750
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3751
|
+
}, undefined>, v.ObjectSchema<{
|
|
3752
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
3753
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3754
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3755
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3756
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3757
|
+
}, undefined>], undefined>, undefined>;
|
|
3758
|
+
readonly teardownSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3759
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
3760
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3761
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3762
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3763
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3764
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3765
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3766
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3767
|
+
}, undefined>, v.ObjectSchema<{
|
|
3768
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
3769
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3770
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3771
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3772
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3773
|
+
}, undefined>, v.ObjectSchema<{
|
|
3774
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
3775
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3776
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
3777
|
+
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3778
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3779
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3780
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3781
|
+
}, undefined>, v.ObjectSchema<{
|
|
3782
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
3783
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3784
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3785
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3786
|
+
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3787
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3788
|
+
}, undefined>, v.ObjectSchema<{
|
|
3789
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
3790
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3791
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3792
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3793
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
2811
3794
|
}, undefined>], undefined>, undefined>, undefined>;
|
|
2812
3795
|
}, undefined>, undefined>;
|
|
2813
|
-
readonly
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
readonly
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
readonly
|
|
2833
|
-
readonly
|
|
2834
|
-
readonly
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
readonly failureHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2842
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
2843
|
-
readonly message: v.StringSchema<undefined>;
|
|
2844
|
-
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2845
|
-
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2846
|
-
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2847
|
-
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2848
|
-
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2849
|
-
readonly completed: v.NumberSchema<undefined>;
|
|
2850
|
-
readonly inProgress: v.NumberSchema<undefined>;
|
|
2851
|
-
readonly total: v.NumberSchema<undefined>;
|
|
2852
|
-
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2853
|
-
readonly label: v.StringSchema<undefined>;
|
|
2854
|
-
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2855
|
-
}, undefined>, undefined>, undefined>;
|
|
2856
|
-
}, undefined>, undefined>;
|
|
2857
|
-
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2858
|
-
}, undefined>, undefined>, undefined>;
|
|
2859
|
-
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2860
|
-
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2861
|
-
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2862
|
-
readonly output: v.StringSchema<undefined>;
|
|
2863
|
-
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2864
|
-
}, undefined>, undefined>, undefined>;
|
|
2865
|
-
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2866
|
-
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2867
|
-
readonly envVar: v.StringSchema<undefined>;
|
|
2868
|
-
readonly serviceUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2869
|
-
}, undefined>, undefined>, undefined>;
|
|
2870
|
-
readonly initiatedBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2871
|
-
readonly createdAt: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2872
|
-
readonly rev: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2873
|
-
readonly diagnostics: v.OptionalSchema<v.ObjectSchema<{
|
|
2874
|
-
readonly lastDispatch: v.OptionalSchema<v.ObjectSchema<{
|
|
2875
|
-
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2876
|
-
readonly agentKind: v.StringSchema<undefined>;
|
|
2877
|
-
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2878
|
-
readonly executionBackend: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2879
|
-
readonly repo: v.OptionalSchema<v.ObjectSchema<{
|
|
2880
|
-
readonly owner: v.StringSchema<undefined>;
|
|
2881
|
-
readonly name: v.StringSchema<undefined>;
|
|
2882
|
-
readonly baseBranch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2883
|
-
readonly provider: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2884
|
-
}, undefined>, undefined>;
|
|
2885
|
-
readonly at: v.NumberSchema<undefined>;
|
|
2886
|
-
}, undefined>, undefined>;
|
|
2887
|
-
readonly host: v.OptionalSchema<v.ObjectSchema<{
|
|
2888
|
-
readonly platform: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2889
|
-
}, undefined>, undefined>;
|
|
2890
|
-
}, undefined>, undefined>;
|
|
2891
|
-
}, undefined>, undefined>;
|
|
2892
|
-
readonly bootstrapJobs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2893
|
-
readonly id: v.StringSchema<undefined>;
|
|
2894
|
-
readonly workspaceId: v.StringSchema<undefined>;
|
|
2895
|
-
readonly referenceArchitectureId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2896
|
-
readonly referenceArchitectureName: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2897
|
-
readonly repoName: v.StringSchema<undefined>;
|
|
2898
|
-
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2899
|
-
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2900
|
-
readonly instructions: v.StringSchema<undefined>;
|
|
2901
|
-
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
2902
|
-
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2903
|
-
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2904
|
-
readonly completed: v.NumberSchema<undefined>;
|
|
2905
|
-
readonly inProgress: v.NumberSchema<undefined>;
|
|
2906
|
-
readonly total: v.NumberSchema<undefined>;
|
|
2907
|
-
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2908
|
-
readonly label: v.StringSchema<undefined>;
|
|
2909
|
-
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2910
|
-
}, undefined>, undefined>, undefined>;
|
|
2911
|
-
}, undefined>, undefined>;
|
|
2912
|
-
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2913
|
-
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
2914
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
2915
|
-
readonly message: v.StringSchema<undefined>;
|
|
2916
|
-
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2917
|
-
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2918
|
-
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2919
|
-
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2920
|
-
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2921
|
-
readonly completed: v.NumberSchema<undefined>;
|
|
2922
|
-
readonly inProgress: v.NumberSchema<undefined>;
|
|
2923
|
-
readonly total: v.NumberSchema<undefined>;
|
|
2924
|
-
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2925
|
-
readonly label: v.StringSchema<undefined>;
|
|
2926
|
-
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3796
|
+
readonly manifestId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
3797
|
+
readonly manifestPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3798
|
+
readonly images: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3799
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3800
|
+
readonly newNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3801
|
+
readonly newTagTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3802
|
+
readonly digestTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3803
|
+
}, undefined>, v.CheckAction<{
|
|
3804
|
+
name: string;
|
|
3805
|
+
newNameTemplate?: string | undefined;
|
|
3806
|
+
newTagTemplate?: string | undefined;
|
|
3807
|
+
digestTemplate?: string | undefined;
|
|
3808
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, v.CheckAction<{
|
|
3809
|
+
name: string;
|
|
3810
|
+
newNameTemplate?: string | undefined;
|
|
3811
|
+
newTagTemplate?: string | undefined;
|
|
3812
|
+
digestTemplate?: string | undefined;
|
|
3813
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
3814
|
+
readonly helmReleases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3815
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3816
|
+
readonly chart: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3817
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3818
|
+
readonly version: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
3819
|
+
readonly namespaceTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3820
|
+
readonly values: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
3821
|
+
readonly set: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3822
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3823
|
+
readonly valueTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2927
3824
|
}, undefined>, undefined>, undefined>;
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
}, undefined>, undefined>, undefined>;
|
|
2934
|
-
readonly envConfigRepairJobs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2935
|
-
readonly id: v.StringSchema<undefined>;
|
|
2936
|
-
readonly workspaceId: v.StringSchema<undefined>;
|
|
2937
|
-
readonly owner: v.StringSchema<undefined>;
|
|
2938
|
-
readonly repo: v.StringSchema<undefined>;
|
|
2939
|
-
readonly branch: v.StringSchema<undefined>;
|
|
2940
|
-
readonly status: v.PicklistSchema<["running", "succeeded", "failed"], undefined>;
|
|
2941
|
-
readonly ok: v.NullableSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2942
|
-
readonly issues: v.ArraySchema<v.ObjectSchema<{
|
|
2943
|
-
readonly severity: v.PicklistSchema<["error", "warning"], undefined>;
|
|
2944
|
-
readonly message: v.StringSchema<undefined>;
|
|
2945
|
-
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2946
|
-
}, undefined>, undefined>;
|
|
2947
|
-
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2948
|
-
readonly completed: v.NumberSchema<undefined>;
|
|
2949
|
-
readonly inProgress: v.NumberSchema<undefined>;
|
|
2950
|
-
readonly total: v.NumberSchema<undefined>;
|
|
2951
|
-
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2952
|
-
readonly label: v.StringSchema<undefined>;
|
|
2953
|
-
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2954
|
-
}, undefined>, undefined>, undefined>;
|
|
2955
|
-
}, undefined>, undefined>;
|
|
2956
|
-
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2957
|
-
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
2958
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
2959
|
-
readonly message: v.StringSchema<undefined>;
|
|
2960
|
-
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2961
|
-
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2962
|
-
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2963
|
-
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2964
|
-
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2965
|
-
readonly completed: v.NumberSchema<undefined>;
|
|
2966
|
-
readonly inProgress: v.NumberSchema<undefined>;
|
|
2967
|
-
readonly total: v.NumberSchema<undefined>;
|
|
2968
|
-
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2969
|
-
readonly label: v.StringSchema<undefined>;
|
|
2970
|
-
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
3825
|
+
readonly valuesSecretRefs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3826
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3827
|
+
readonly secretRef: v.ObjectSchema<{
|
|
3828
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
3829
|
+
}, undefined>;
|
|
2971
3830
|
}, undefined>, undefined>, undefined>;
|
|
2972
|
-
|
|
2973
|
-
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2974
|
-
}, undefined>, undefined>;
|
|
2975
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
2976
|
-
readonly updatedAt: v.NumberSchema<undefined>;
|
|
2977
|
-
}, undefined>, undefined>, undefined>;
|
|
2978
|
-
readonly spend: v.OptionalSchema<v.ObjectSchema<{
|
|
2979
|
-
readonly periodStart: v.NumberSchema<undefined>;
|
|
2980
|
-
readonly inputTokens: v.NumberSchema<undefined>;
|
|
2981
|
-
readonly outputTokens: v.NumberSchema<undefined>;
|
|
2982
|
-
readonly costSpent: v.NumberSchema<undefined>;
|
|
2983
|
-
readonly costLimit: v.NumberSchema<undefined>;
|
|
2984
|
-
readonly currency: v.StringSchema<undefined>;
|
|
2985
|
-
readonly exceeded: v.BooleanSchema<undefined>;
|
|
2986
|
-
}, undefined>, undefined>;
|
|
2987
|
-
readonly accountSpend: v.OptionalSchema<v.ObjectSchema<{
|
|
2988
|
-
readonly periodStart: v.NumberSchema<undefined>;
|
|
2989
|
-
readonly inputTokens: v.NumberSchema<undefined>;
|
|
2990
|
-
readonly outputTokens: v.NumberSchema<undefined>;
|
|
2991
|
-
readonly costSpent: v.NumberSchema<undefined>;
|
|
2992
|
-
readonly costLimit: v.NumberSchema<undefined>;
|
|
2993
|
-
readonly currency: v.StringSchema<undefined>;
|
|
2994
|
-
readonly exceeded: v.BooleanSchema<undefined>;
|
|
2995
|
-
}, undefined>, undefined>;
|
|
2996
|
-
readonly userSpend: v.OptionalSchema<v.ObjectSchema<{
|
|
2997
|
-
readonly periodStart: v.NumberSchema<undefined>;
|
|
2998
|
-
readonly inputTokens: v.NumberSchema<undefined>;
|
|
2999
|
-
readonly outputTokens: v.NumberSchema<undefined>;
|
|
3000
|
-
readonly costSpent: v.NumberSchema<undefined>;
|
|
3001
|
-
readonly costLimit: v.NumberSchema<undefined>;
|
|
3002
|
-
readonly currency: v.StringSchema<undefined>;
|
|
3003
|
-
readonly exceeded: v.BooleanSchema<undefined>;
|
|
3004
|
-
}, undefined>, undefined>;
|
|
3005
|
-
readonly userSettings: v.OptionalSchema<v.ObjectSchema<{
|
|
3006
|
-
readonly spendMonthlyLimit: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
3007
|
-
}, undefined>, undefined>;
|
|
3008
|
-
readonly budgetCaps: v.OptionalSchema<v.ObjectSchema<{
|
|
3009
|
-
readonly accountMonthlyLimitMax: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3010
|
-
readonly userMonthlyLimitMax: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3011
|
-
readonly currency: v.StringSchema<undefined>;
|
|
3012
|
-
}, undefined>, undefined>;
|
|
3013
|
-
readonly notifications: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3014
|
-
readonly id: v.StringSchema<undefined>;
|
|
3015
|
-
readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "initiative"], undefined>;
|
|
3016
|
-
readonly status: v.PicklistSchema<["open", "acted", "dismissed"], undefined>;
|
|
3017
|
-
readonly severity: v.OptionalSchema<v.PicklistSchema<["normal", "urgent"], undefined>, undefined>;
|
|
3018
|
-
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3019
|
-
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3020
|
-
readonly title: v.StringSchema<undefined>;
|
|
3021
|
-
readonly body: v.StringSchema<undefined>;
|
|
3022
|
-
readonly payload: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3023
|
-
readonly assessment: v.OptionalSchema<v.ObjectSchema<{
|
|
3024
|
-
readonly complexity: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3025
|
-
readonly risk: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3026
|
-
readonly impact: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3027
|
-
readonly rationale: v.StringSchema<undefined>;
|
|
3028
|
-
}, undefined>, undefined>;
|
|
3029
|
-
readonly prUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3030
|
-
readonly pipelineName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3031
|
-
readonly findingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3032
|
-
readonly onCallAssessment: v.OptionalSchema<v.ObjectSchema<{
|
|
3033
|
-
readonly culpritConfidence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
3034
|
-
readonly recommendation: v.PicklistSchema<["revert", "hold", "monitor"], undefined>;
|
|
3035
|
-
readonly rationale: v.StringSchema<undefined>;
|
|
3036
|
-
readonly evidence: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
3037
|
-
}, undefined>, undefined>;
|
|
3038
|
-
readonly releaseSignals: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3039
|
-
readonly kind: v.PicklistSchema<["monitor", "slo"], undefined>;
|
|
3040
|
-
readonly id: v.StringSchema<undefined>;
|
|
3041
|
-
readonly name: v.StringSchema<undefined>;
|
|
3042
|
-
readonly state: v.PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
3043
|
-
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3831
|
+
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
3044
3832
|
}, undefined>, undefined>, undefined>;
|
|
3045
|
-
readonly
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
readonly composeProfiles: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3080
|
-
readonly envFiles: v.ArraySchema<v.ObjectSchema<{
|
|
3081
|
-
readonly template: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3082
|
-
readonly target: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3833
|
+
readonly secretInjections: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"mode", [v.ObjectSchema<{
|
|
3834
|
+
readonly mode: v.LiteralSchema<"secret", undefined>;
|
|
3835
|
+
readonly secretName: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3836
|
+
readonly secretType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
3837
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3838
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
3839
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
3840
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
3841
|
+
}, undefined>, undefined>;
|
|
3842
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3843
|
+
}, undefined>, v.CheckAction<{
|
|
3844
|
+
key: string;
|
|
3845
|
+
secretRef?: {
|
|
3846
|
+
key: string;
|
|
3847
|
+
} | undefined;
|
|
3848
|
+
valueTemplate?: string | undefined;
|
|
3849
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
3850
|
+
}, undefined>, v.ObjectSchema<{
|
|
3851
|
+
readonly mode: v.LiteralSchema<"generatorEnvFile", undefined>;
|
|
3852
|
+
readonly envFilePath: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
3853
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3854
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
3855
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
3856
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
3857
|
+
}, undefined>, undefined>;
|
|
3858
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3859
|
+
}, undefined>, v.CheckAction<{
|
|
3860
|
+
key: string;
|
|
3861
|
+
secretRef?: {
|
|
3862
|
+
key: string;
|
|
3863
|
+
} | undefined;
|
|
3864
|
+
valueTemplate?: string | undefined;
|
|
3865
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
3866
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
3083
3867
|
}, undefined>, undefined>;
|
|
3084
|
-
readonly
|
|
3085
|
-
readonly
|
|
3086
|
-
|
|
3087
|
-
readonly
|
|
3088
|
-
readonly
|
|
3089
|
-
readonly
|
|
3090
|
-
readonly
|
|
3091
|
-
readonly
|
|
3092
|
-
readonly
|
|
3093
|
-
readonly
|
|
3094
|
-
|
|
3095
|
-
readonly
|
|
3096
|
-
readonly
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
readonly
|
|
3103
|
-
readonly
|
|
3104
|
-
readonly
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3113
|
-
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3114
|
-
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3115
|
-
}, undefined>, v.ObjectSchema<{
|
|
3116
|
-
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
3117
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3118
|
-
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3119
|
-
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3120
|
-
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3121
|
-
}, undefined>], undefined>, undefined>;
|
|
3122
|
-
readonly prerequisites: v.ArraySchema<v.ObjectSchema<{
|
|
3123
|
-
readonly check: v.PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
3124
|
-
readonly params: v.OptionalSchema<v.ObjectSchema<{
|
|
3125
|
-
readonly minGib: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
3126
|
-
readonly registry: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3127
|
-
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3128
|
-
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
3129
|
-
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
3130
|
-
readonly expectStatus: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 100, undefined>, v.MaxValueAction<number, 599, undefined>]>, undefined>;
|
|
3131
|
-
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3132
|
-
readonly hostnames: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>, undefined>;
|
|
3133
|
-
readonly file: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3134
|
-
readonly marker: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3868
|
+
readonly cloudProvider: v.OptionalSchema<v.PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
3869
|
+
readonly instanceSize: v.OptionalSchema<v.PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
3870
|
+
readonly frontendConfig: v.OptionalSchema<v.ObjectSchema<{
|
|
3871
|
+
readonly packageManager: v.OptionalSchema<v.PicklistSchema<["pnpm", "npm", "yarn"], undefined>, undefined>;
|
|
3872
|
+
readonly installCommand: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3873
|
+
readonly buildScript: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3874
|
+
readonly outputDir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3875
|
+
readonly directory: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3876
|
+
readonly serveMode: v.OptionalSchema<v.PicklistSchema<["static", "command"], undefined>, undefined>;
|
|
3877
|
+
readonly serveScript: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3878
|
+
readonly servePort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 65535, undefined>]>, undefined>;
|
|
3879
|
+
readonly envInjection: v.OptionalSchema<v.PicklistSchema<["build", "runtime"], undefined>, undefined>;
|
|
3880
|
+
readonly branch: v.OptionalSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3881
|
+
readonly kind: v.LiteralSchema<"default", undefined>;
|
|
3882
|
+
}, undefined>, v.ObjectSchema<{
|
|
3883
|
+
readonly kind: v.LiteralSchema<"task", undefined>;
|
|
3884
|
+
readonly fromTaskBlockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3885
|
+
}, undefined>], undefined>, undefined>;
|
|
3886
|
+
readonly mockMappingsPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
3887
|
+
readonly previewEnabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3888
|
+
readonly backendBindings: v.ArraySchema<v.ObjectSchema<{
|
|
3889
|
+
readonly envVar: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 200, undefined>]>;
|
|
3890
|
+
readonly source: v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
3891
|
+
readonly kind: v.LiteralSchema<"service", undefined>;
|
|
3892
|
+
readonly serviceBlockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3893
|
+
}, undefined>, v.ObjectSchema<{
|
|
3894
|
+
readonly kind: v.LiteralSchema<"mock", undefined>;
|
|
3895
|
+
}, undefined>], undefined>;
|
|
3135
3896
|
}, undefined>, undefined>;
|
|
3136
|
-
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3137
|
-
readonly remediation: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
3138
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
3139
3897
|
}, undefined>, undefined>;
|
|
3140
|
-
readonly
|
|
3141
|
-
readonly
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
readonly
|
|
3151
|
-
readonly
|
|
3152
|
-
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3153
|
-
readonly intervalMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 250, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
3154
|
-
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1000, undefined>, v.MaxValueAction<number, 3600000, undefined>]>, undefined>;
|
|
3155
|
-
}, undefined>], undefined>, undefined>;
|
|
3156
|
-
readonly allowHostCommands: v.BooleanSchema<undefined>;
|
|
3157
|
-
readonly status: v.PicklistSchema<["stopped", "starting", "running", "failed"], undefined>;
|
|
3158
|
-
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3159
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
3160
|
-
readonly updatedAt: v.NumberSchema<undefined>;
|
|
3161
|
-
}, undefined>, undefined>, undefined>;
|
|
3162
|
-
readonly agentConfigCatalog: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3163
|
-
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3164
|
-
readonly agentKind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3165
|
-
readonly label: v.StringSchema<undefined>;
|
|
3166
|
-
readonly description: v.StringSchema<undefined>;
|
|
3167
|
-
readonly type: v.PicklistSchema<["select"], undefined>;
|
|
3168
|
-
readonly options: v.ArraySchema<v.ObjectSchema<{
|
|
3169
|
-
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
3170
|
-
readonly label: v.StringSchema<undefined>;
|
|
3898
|
+
readonly serviceConnections: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
3899
|
+
readonly serviceBlockId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
3900
|
+
readonly description: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 300, undefined>]>, undefined>;
|
|
3901
|
+
}, undefined>, undefined>, v.MaxLengthAction<{
|
|
3902
|
+
serviceBlockId: string;
|
|
3903
|
+
description?: string | undefined;
|
|
3904
|
+
}[], 50, undefined>]>, undefined>;
|
|
3905
|
+
readonly involvedServiceIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3906
|
+
readonly pullRequest: v.OptionalSchema<v.ObjectSchema<{
|
|
3907
|
+
readonly url: v.StringSchema<undefined>;
|
|
3908
|
+
readonly number: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3909
|
+
readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3171
3910
|
}, undefined>, undefined>;
|
|
3172
|
-
readonly
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
readonly isDefault: v.BooleanSchema<undefined>;
|
|
3180
|
-
readonly version: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3181
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
3182
|
-
}, undefined>, undefined>, undefined>;
|
|
3183
|
-
readonly deploymentModelDefaults: v.OptionalSchema<v.ObjectSchema<{
|
|
3184
|
-
readonly default: v.StringSchema<undefined>;
|
|
3185
|
-
readonly byKind: v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>;
|
|
3186
|
-
}, undefined>, undefined>;
|
|
3187
|
-
readonly serviceFragmentDefaults: v.OptionalSchema<v.ObjectSchema<{
|
|
3188
|
-
readonly fragmentIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
3189
|
-
}, undefined>, undefined>;
|
|
3190
|
-
readonly recurringPipelines: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3191
|
-
readonly id: v.StringSchema<undefined>;
|
|
3192
|
-
readonly serviceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3193
|
-
readonly blockId: v.StringSchema<undefined>;
|
|
3194
|
-
readonly frameId: v.StringSchema<undefined>;
|
|
3195
|
-
readonly pipelineId: v.StringSchema<undefined>;
|
|
3196
|
-
readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>;
|
|
3197
|
-
readonly name: v.StringSchema<undefined>;
|
|
3198
|
-
readonly recurrence: v.ObjectSchema<{
|
|
3199
|
-
readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;
|
|
3200
|
-
readonly weekdays: v.ArraySchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 6, undefined>]>, undefined>;
|
|
3201
|
-
readonly windowStartHour: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 23, undefined>]>, undefined>;
|
|
3202
|
-
readonly windowEndHour: v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 23, undefined>]>, undefined>;
|
|
3203
|
-
readonly timezone: v.StringSchema<undefined>;
|
|
3204
|
-
}, undefined>;
|
|
3205
|
-
readonly onDemand: v.BooleanSchema<undefined>;
|
|
3206
|
-
readonly issueIntake: v.OptionalSchema<v.ObjectSchema<{
|
|
3207
|
-
readonly source: v.PicklistSchema<["jira", "github", "linear"], undefined>;
|
|
3208
|
-
readonly board: v.ObjectSchema<{
|
|
3209
|
-
readonly jiraProjectKey: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3210
|
-
readonly linearTeamId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3211
|
-
readonly githubRepo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3212
|
-
}, undefined>;
|
|
3213
|
-
readonly predicates: v.ObjectSchema<{
|
|
3214
|
-
readonly titleFragment: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3215
|
-
readonly labels: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, undefined>;
|
|
3216
|
-
readonly issueType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3911
|
+
readonly peerPullRequests: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3912
|
+
readonly repo: v.StringSchema<undefined>;
|
|
3913
|
+
readonly frameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3914
|
+
readonly ref: v.ObjectSchema<{
|
|
3915
|
+
readonly url: v.StringSchema<undefined>;
|
|
3916
|
+
readonly number: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3917
|
+
readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3217
3918
|
}, undefined>;
|
|
3218
|
-
readonly inProgressLabel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
3219
|
-
}, undefined>, undefined>;
|
|
3220
|
-
readonly enabled: v.BooleanSchema<undefined>;
|
|
3221
|
-
readonly lastRunAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
3222
|
-
readonly nextRunAt: v.NumberSchema<undefined>;
|
|
3223
|
-
readonly createdAt: v.NumberSchema<undefined>;
|
|
3224
|
-
}, undefined>, undefined>, undefined>;
|
|
3225
|
-
readonly trackerSettings: v.OptionalSchema<v.ObjectSchema<{
|
|
3226
|
-
readonly tracker: v.NullableSchema<v.PicklistSchema<["github", "jira", "linear"], undefined>, undefined>;
|
|
3227
|
-
readonly jiraProjectKey: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3228
|
-
readonly linearTeamId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
3229
|
-
readonly writebackCommentOnPrOpen: v.BooleanSchema<undefined>;
|
|
3230
|
-
readonly writebackResolveOnMerge: v.BooleanSchema<undefined>;
|
|
3231
|
-
readonly updatedAt: v.NumberSchema<undefined>;
|
|
3232
|
-
}, undefined>, undefined>;
|
|
3233
|
-
readonly mounts: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3234
|
-
readonly workspaceId: v.StringSchema<undefined>;
|
|
3235
|
-
readonly serviceId: v.StringSchema<undefined>;
|
|
3236
|
-
readonly position: v.ObjectSchema<{
|
|
3237
|
-
readonly x: v.NumberSchema<undefined>;
|
|
3238
|
-
readonly y: v.NumberSchema<undefined>;
|
|
3239
|
-
}, undefined>;
|
|
3240
|
-
readonly size: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3241
|
-
readonly w: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3242
|
-
readonly h: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>;
|
|
3243
3919
|
}, undefined>, undefined>, undefined>;
|
|
3244
|
-
readonly
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
readonly
|
|
3252
|
-
readonly
|
|
3253
|
-
readonly
|
|
3254
|
-
readonly
|
|
3920
|
+
readonly referenceRepos: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3921
|
+
readonly repoId: v.NumberSchema<undefined>;
|
|
3922
|
+
readonly owner: v.StringSchema<undefined>;
|
|
3923
|
+
readonly name: v.StringSchema<undefined>;
|
|
3924
|
+
readonly defaultBranch: v.StringSchema<undefined>;
|
|
3925
|
+
readonly connectionId: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3926
|
+
}, undefined>, undefined>, undefined>;
|
|
3927
|
+
readonly riskPolicyId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3928
|
+
readonly modelPresetId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3929
|
+
readonly pipelineId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3930
|
+
readonly createdBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3931
|
+
readonly responsibleProductUserId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3932
|
+
readonly trackerCommentOnPrOpen: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
3933
|
+
readonly trackerResolveOnMerge: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["on", "off"], undefined>, undefined>, undefined>;
|
|
3934
|
+
readonly internal: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3935
|
+
readonly archived: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3936
|
+
readonly accessDenied: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3255
3937
|
}, undefined>, undefined>, undefined>;
|
|
3256
3938
|
readonly settings: v.OptionalSchema<v.ObjectSchema<{
|
|
3257
3939
|
readonly waitingEscalationMinutes: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 100000, undefined>]>;
|
|
@@ -3288,7 +3970,7 @@ export declare const getWorkspaceContract: {
|
|
|
3288
3970
|
readonly engines: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
3289
3971
|
}, undefined>, undefined>, undefined>;
|
|
3290
3972
|
readonly pipelineCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3291
|
-
readonly
|
|
3973
|
+
readonly riskPolicyCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3292
3974
|
readonly modelPresetCatalogVersions: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3293
3975
|
readonly initiatives: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3294
3976
|
readonly id: v.StringSchema<undefined>;
|