@cat-factory/contracts 0.325.0 → 0.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/board-projection.d.ts +35 -0
- package/dist/board-projection.d.ts.map +1 -0
- package/dist/board-projection.js +47 -0
- package/dist/board-projection.js.map +1 -0
- package/dist/environments-kubernetes.d.ts +3 -3
- package/dist/environments-kubernetes.js +1 -1
- package/dist/environments.d.ts +13 -13
- package/dist/environments.js +1 -1
- package/dist/execution.d.ts +28 -2
- package/dist/execution.d.ts.map +1 -1
- package/dist/execution.js +16 -0
- package/dist/execution.js.map +1 -1
- package/dist/followUp.d.ts +69 -5
- package/dist/followUp.d.ts.map +1 -1
- package/dist/followUp.js +54 -2
- package/dist/followUp.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/pr-report.d.ts +130 -1
- package/dist/pr-report.d.ts.map +1 -1
- package/dist/pr-report.js +69 -1
- package/dist/pr-report.js.map +1 -1
- package/dist/public-decisions.d.ts +33 -4
- package/dist/public-decisions.d.ts.map +1 -1
- package/dist/public-decisions.js +7 -0
- package/dist/public-decisions.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +8 -2
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/bug-hunt.d.ts +8 -2
- package/dist/routes/bug-hunt.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +1266 -9
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/execution.js +15 -0
- package/dist/routes/execution.js.map +1 -1
- package/dist/routes/followUp.d.ts +11 -5
- package/dist/routes/followUp.d.ts.map +1 -1
- package/dist/routes/human-review.d.ts +4 -1
- package/dist/routes/human-review.d.ts.map +1 -1
- package/dist/routes/human-test.d.ts +20 -5
- package/dist/routes/human-test.d.ts.map +1 -1
- package/dist/routes/public-decisions.d.ts +83 -41
- package/dist/routes/public-decisions.d.ts.map +1 -1
- package/dist/routes/public-evidence.d.ts +20 -0
- package/dist/routes/public-evidence.d.ts.map +1 -1
- package/dist/routes/visual-confirm.d.ts +12 -3
- package/dist/routes/visual-confirm.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +8 -2
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +4 -1
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/wildcard-dns.d.ts +66 -0
- package/dist/wildcard-dns.d.ts.map +1 -0
- package/dist/wildcard-dns.js +215 -0
- package/dist/wildcard-dns.js.map +1 -0
- package/package.json +1 -1
|
@@ -94,6 +94,7 @@ export declare const startExecutionContract: {
|
|
|
94
94
|
}, undefined>;
|
|
95
95
|
}, undefined>;
|
|
96
96
|
readonly 201: v.ObjectSchema<{
|
|
97
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
97
98
|
readonly id: v.StringSchema<undefined>;
|
|
98
99
|
readonly blockId: v.StringSchema<undefined>;
|
|
99
100
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -472,10 +473,11 @@ export declare const startExecutionContract: {
|
|
|
472
473
|
readonly title: v.StringSchema<undefined>;
|
|
473
474
|
readonly detail: v.StringSchema<undefined>;
|
|
474
475
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
475
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
476
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
476
477
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
477
478
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
478
479
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
480
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
479
481
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
480
482
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
481
483
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -786,6 +788,7 @@ export declare const startExecutionContract: {
|
|
|
786
788
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
787
789
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
788
790
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
791
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
789
792
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
790
793
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
791
794
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1320,6 +1323,7 @@ export declare const startAgentKindExecutionContract: {
|
|
|
1320
1323
|
}, undefined>;
|
|
1321
1324
|
}, undefined>;
|
|
1322
1325
|
readonly 201: v.ObjectSchema<{
|
|
1326
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1323
1327
|
readonly id: v.StringSchema<undefined>;
|
|
1324
1328
|
readonly blockId: v.StringSchema<undefined>;
|
|
1325
1329
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -1698,10 +1702,11 @@ export declare const startAgentKindExecutionContract: {
|
|
|
1698
1702
|
readonly title: v.StringSchema<undefined>;
|
|
1699
1703
|
readonly detail: v.StringSchema<undefined>;
|
|
1700
1704
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1701
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
1705
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
1702
1706
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1703
1707
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1704
1708
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1709
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1705
1710
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1706
1711
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
1707
1712
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -2012,6 +2017,1237 @@ export declare const startAgentKindExecutionContract: {
|
|
|
2012
2017
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2013
2018
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2014
2019
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2020
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2021
|
+
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2022
|
+
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2023
|
+
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2024
|
+
readonly selectedFragmentIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2025
|
+
readonly fragmentAdherence: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2026
|
+
readonly fragmentId: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2027
|
+
readonly title: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2028
|
+
readonly rating: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, 5>;
|
|
2029
|
+
readonly assessment: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
2030
|
+
readonly relatedFindings: v.SchemaWithFallback<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
2031
|
+
}, undefined>, undefined>, undefined>;
|
|
2032
|
+
readonly effortReport: v.OptionalSchema<v.ObjectSchema<{
|
|
2033
|
+
readonly difficulty: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, 5>;
|
|
2034
|
+
readonly summary: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2035
|
+
readonly reducedEffectiveness: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2036
|
+
readonly obstacles: v.SchemaWithFallback<v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
2037
|
+
}, undefined>, undefined>;
|
|
2038
|
+
readonly skillVersions: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2039
|
+
readonly skillId: v.StringSchema<undefined>;
|
|
2040
|
+
readonly commit: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2041
|
+
readonly sha: v.StringSchema<undefined>;
|
|
2042
|
+
}, undefined>, undefined>, undefined>;
|
|
2043
|
+
readonly toolServers: v.OptionalSchema<v.ObjectSchema<{
|
|
2044
|
+
readonly wired: v.ArraySchema<v.ObjectSchema<{
|
|
2045
|
+
readonly id: v.StringSchema<undefined>;
|
|
2046
|
+
readonly label: v.StringSchema<undefined>;
|
|
2047
|
+
readonly transport: v.PicklistSchema<["stdio", "http"], undefined>;
|
|
2048
|
+
readonly tools: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2049
|
+
}, undefined>, undefined>;
|
|
2050
|
+
readonly unavailable: v.ArraySchema<v.ObjectSchema<{
|
|
2051
|
+
readonly id: v.StringSchema<undefined>;
|
|
2052
|
+
readonly label: v.StringSchema<undefined>;
|
|
2053
|
+
readonly reason: v.PicklistSchema<["harness_unsupported", "transport_unsupported", "missing_secret", "reserved_secret", "unusable_secret", "oauth_not_connected", "oauth_token_failed", "over_budget", "consensus_panel"], undefined>;
|
|
2054
|
+
}, undefined>, undefined>;
|
|
2055
|
+
readonly agentKind: v.StringSchema<undefined>;
|
|
2056
|
+
readonly observed: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2057
|
+
readonly id: v.StringSchema<undefined>;
|
|
2058
|
+
readonly status: v.PicklistSchema<["ready", "failed", "needs_auth", "unknown"], undefined>;
|
|
2059
|
+
readonly toolCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2060
|
+
}, undefined>, undefined>, undefined>;
|
|
2061
|
+
}, undefined>, undefined>;
|
|
2062
|
+
readonly contextDocuments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2063
|
+
readonly title: v.StringSchema<undefined>;
|
|
2064
|
+
readonly externalId: v.StringSchema<undefined>;
|
|
2065
|
+
readonly url: v.StringSchema<undefined>;
|
|
2066
|
+
readonly origin: v.PicklistSchema<["confluence", "notion", "github", "figma", "zeplin", "linear", "upload"], undefined>;
|
|
2067
|
+
readonly freshness: v.OptionalSchema<v.VariantSchema<"status", [v.ObjectSchema<{
|
|
2068
|
+
readonly status: v.LiteralSchema<"confirmed", undefined>;
|
|
2069
|
+
readonly version: v.StringSchema<undefined>;
|
|
2070
|
+
readonly change: v.PicklistSchema<["unchanged", "reimported", "revision_only"], undefined>;
|
|
2071
|
+
}, undefined>, v.ObjectSchema<{
|
|
2072
|
+
readonly status: v.LiteralSchema<"not-applicable", undefined>;
|
|
2073
|
+
}, undefined>, v.ObjectSchema<{
|
|
2074
|
+
readonly status: v.LiteralSchema<"unconfirmed", undefined>;
|
|
2075
|
+
readonly reason: v.PicklistSchema<["not_connected", "credentials_unreadable", "unversioned", "source_unreachable"], undefined>;
|
|
2076
|
+
}, undefined>], undefined>, undefined>;
|
|
2077
|
+
}, undefined>, undefined>, undefined>;
|
|
2078
|
+
readonly promptRevision: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2079
|
+
readonly promptVariant: v.OptionalSchema<v.ObjectSchema<{
|
|
2080
|
+
readonly id: v.StringSchema<undefined>;
|
|
2081
|
+
readonly applied: v.PicklistSchema<["full", "addition-only", "superseded", "withdrawn"], undefined>;
|
|
2082
|
+
readonly fingerprint: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2083
|
+
}, undefined>, undefined>;
|
|
2084
|
+
readonly foundationalServices: v.OptionalSchema<v.ObjectSchema<{
|
|
2085
|
+
readonly declared: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2086
|
+
readonly unknown: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2087
|
+
}, undefined>, undefined>;
|
|
2088
|
+
readonly binaryOutputs: v.OptionalSchema<v.ObjectSchema<{
|
|
2089
|
+
readonly stored: v.ArraySchema<v.ObjectSchema<{
|
|
2090
|
+
readonly service: v.StringSchema<undefined>;
|
|
2091
|
+
readonly location: v.StringSchema<undefined>;
|
|
2092
|
+
readonly entity: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2093
|
+
readonly contentType: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2094
|
+
readonly description: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2095
|
+
readonly dimensions: v.OptionalSchema<v.ObjectSchema<{
|
|
2096
|
+
readonly width: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 16384, undefined>]>;
|
|
2097
|
+
readonly height: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 16384, undefined>]>;
|
|
2098
|
+
}, undefined>, undefined>;
|
|
2099
|
+
readonly generator: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2100
|
+
readonly processedBy: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2101
|
+
readonly modality: v.OptionalSchema<v.PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>;
|
|
2102
|
+
}, undefined>, undefined>;
|
|
2103
|
+
readonly unknownServices: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2104
|
+
readonly unknownGenerators: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2105
|
+
readonly generatorsUnverified: v.OptionalSchema<v.LiteralSchema<true, undefined>, undefined>;
|
|
2106
|
+
readonly invalidEntries: v.NumberSchema<undefined>;
|
|
2107
|
+
readonly omitted: v.NumberSchema<undefined>;
|
|
2108
|
+
readonly parseFailed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2109
|
+
readonly undeclared: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2110
|
+
}, undefined>, undefined>;
|
|
2111
|
+
readonly binaryCandidates: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2112
|
+
readonly status: v.PicklistSchema<["awaiting_choice", "chosen", "no_choice"], undefined>;
|
|
2113
|
+
readonly candidates: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2114
|
+
readonly id: v.StringSchema<undefined>;
|
|
2115
|
+
readonly label: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2116
|
+
readonly generator: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2117
|
+
readonly subject: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2118
|
+
readonly service: v.StringSchema<undefined>;
|
|
2119
|
+
readonly location: v.StringSchema<undefined>;
|
|
2120
|
+
readonly contentType: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2121
|
+
readonly previewUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2122
|
+
readonly note: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2123
|
+
}, undefined>, undefined>, readonly []>;
|
|
2124
|
+
readonly noChoiceReason: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["undeclared", "parse_failed", "no_candidates"], undefined>, undefined>, undefined>;
|
|
2125
|
+
readonly choice: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2126
|
+
readonly kept: v.ArraySchema<v.ObjectSchema<{
|
|
2127
|
+
readonly candidateId: v.StringSchema<undefined>;
|
|
2128
|
+
readonly storeAs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>, v.RegexAction<string, "must be a plain id (letters, digits, . _ -)">]>, undefined>;
|
|
2129
|
+
}, undefined>, undefined>;
|
|
2130
|
+
readonly discarded: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2131
|
+
readonly note: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2132
|
+
readonly automatic: v.OptionalSchema<v.LiteralSchema<true, undefined>, undefined>;
|
|
2133
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2134
|
+
}, undefined>, undefined>, undefined>;
|
|
2135
|
+
readonly multiSelect: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2136
|
+
readonly invalidEntries: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2137
|
+
readonly omitted: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2138
|
+
readonly unusablePreviews: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2139
|
+
}, undefined>, undefined>, undefined>;
|
|
2140
|
+
readonly jobId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2141
|
+
readonly startedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2142
|
+
readonly finishedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2143
|
+
readonly firstStartedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2144
|
+
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2145
|
+
readonly dispatches: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2146
|
+
readonly agentKind: v.StringSchema<undefined>;
|
|
2147
|
+
readonly count: v.NumberSchema<undefined>;
|
|
2148
|
+
}, undefined>, undefined>, undefined>;
|
|
2149
|
+
readonly lastActivityAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2150
|
+
readonly pausedAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2151
|
+
readonly evictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2152
|
+
readonly transientEvictionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2153
|
+
readonly branchContentionRecoveries: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2154
|
+
readonly firstEvictionDetail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2155
|
+
readonly deployProvisioning: v.OptionalSchema<v.ObjectSchema<{
|
|
2156
|
+
readonly type: v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>;
|
|
2157
|
+
readonly manifestSource: v.OptionalSchema<v.VariantSchema<"type", [v.ObjectSchema<{
|
|
2158
|
+
readonly type: v.LiteralSchema<"colocated", undefined>;
|
|
2159
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2160
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
2161
|
+
}, undefined>, v.ObjectSchema<{
|
|
2162
|
+
readonly type: v.LiteralSchema<"separate", undefined>;
|
|
2163
|
+
readonly repo: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>;
|
|
2164
|
+
readonly ref: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2165
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2166
|
+
readonly renderer: v.OptionalSchema<v.PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
2167
|
+
}, undefined>], undefined>, undefined>;
|
|
2168
|
+
readonly composePath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2169
|
+
readonly localDevOnly: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2170
|
+
readonly composeBuild: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2171
|
+
readonly recipe: v.OptionalSchema<v.ObjectSchema<{
|
|
2172
|
+
readonly composeFiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2173
|
+
readonly kind: v.LiteralSchema<"path", undefined>;
|
|
2174
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2175
|
+
}, undefined>, v.ObjectSchema<{
|
|
2176
|
+
readonly kind: v.LiteralSchema<"inline", undefined>;
|
|
2177
|
+
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 262144, undefined>]>;
|
|
2178
|
+
readonly path: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2179
|
+
}, undefined>, v.ObjectSchema<{
|
|
2180
|
+
readonly kind: v.LiteralSchema<"repo", undefined>;
|
|
2181
|
+
readonly repo: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, "must be \"owner/repo\"">]>;
|
|
2182
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2183
|
+
readonly ref: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2184
|
+
readonly provider: v.OptionalSchema<v.PicklistSchema<["github", "gitlab"], undefined>, undefined>;
|
|
2185
|
+
}, undefined>], undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
2186
|
+
kind: "path";
|
|
2187
|
+
path: string;
|
|
2188
|
+
} | {
|
|
2189
|
+
kind: "inline";
|
|
2190
|
+
content: string;
|
|
2191
|
+
path?: string | undefined;
|
|
2192
|
+
} | {
|
|
2193
|
+
kind: "repo";
|
|
2194
|
+
repo: string;
|
|
2195
|
+
path: string;
|
|
2196
|
+
ref?: string | undefined;
|
|
2197
|
+
provider?: "github" | "gitlab" | undefined;
|
|
2198
|
+
})[], 1, undefined>]>, undefined>;
|
|
2199
|
+
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>;
|
|
2200
|
+
readonly envFiles: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2201
|
+
readonly template: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2202
|
+
readonly target: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2203
|
+
}, undefined>, undefined>, undefined>;
|
|
2204
|
+
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>;
|
|
2205
|
+
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>;
|
|
2206
|
+
readonly prerequisites: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2207
|
+
readonly check: v.PicklistSchema<["docker-daemon", "disk-space", "memory", "registry-auth", "tcp-reachable", "http-reachable", "mkcert-ca", "hosts-entries", "env-secrets-marker"], undefined>;
|
|
2208
|
+
readonly params: v.OptionalSchema<v.ObjectSchema<{
|
|
2209
|
+
readonly minGib: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1024, undefined>]>, undefined>;
|
|
2210
|
+
readonly registry: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2211
|
+
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2212
|
+
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>;
|
|
2213
|
+
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2214
|
+
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>;
|
|
2215
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2216
|
+
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>;
|
|
2217
|
+
readonly file: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2218
|
+
readonly marker: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2219
|
+
}, undefined>, undefined>;
|
|
2220
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2221
|
+
readonly remediation: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>, undefined>;
|
|
2222
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2223
|
+
}, undefined>, undefined>, undefined>;
|
|
2224
|
+
readonly setupSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2225
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
2226
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2227
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2228
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2229
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2230
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2231
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2232
|
+
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>;
|
|
2233
|
+
}, undefined>, v.ObjectSchema<{
|
|
2234
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
2235
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2236
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2237
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2238
|
+
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>;
|
|
2239
|
+
}, undefined>, v.ObjectSchema<{
|
|
2240
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
2241
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2242
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2243
|
+
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>;
|
|
2244
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2245
|
+
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>;
|
|
2246
|
+
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>;
|
|
2247
|
+
}, undefined>, v.ObjectSchema<{
|
|
2248
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
2249
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2250
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2251
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2252
|
+
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>;
|
|
2253
|
+
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>;
|
|
2254
|
+
}, undefined>, v.ObjectSchema<{
|
|
2255
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
2256
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2257
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2258
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2259
|
+
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>;
|
|
2260
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
2261
|
+
readonly healthGate: v.OptionalSchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2262
|
+
readonly kind: v.LiteralSchema<"compose-healthy", undefined>;
|
|
2263
|
+
}, undefined>, v.ObjectSchema<{
|
|
2264
|
+
readonly kind: v.LiteralSchema<"http", undefined>;
|
|
2265
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2266
|
+
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>;
|
|
2267
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2268
|
+
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>;
|
|
2269
|
+
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>;
|
|
2270
|
+
}, undefined>, v.ObjectSchema<{
|
|
2271
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
2272
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2273
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2274
|
+
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>;
|
|
2275
|
+
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>;
|
|
2276
|
+
}, undefined>], undefined>, undefined>;
|
|
2277
|
+
readonly teardownSteps: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"kind", [v.ObjectSchema<{
|
|
2278
|
+
readonly kind: v.LiteralSchema<"compose-exec", undefined>;
|
|
2279
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2280
|
+
readonly service: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2281
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2282
|
+
readonly stdinFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2283
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2284
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2285
|
+
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>;
|
|
2286
|
+
}, undefined>, v.ObjectSchema<{
|
|
2287
|
+
readonly kind: v.LiteralSchema<"copy-file", undefined>;
|
|
2288
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2289
|
+
readonly from: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2290
|
+
readonly to: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2291
|
+
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>;
|
|
2292
|
+
}, undefined>, v.ObjectSchema<{
|
|
2293
|
+
readonly kind: v.LiteralSchema<"wait-http", undefined>;
|
|
2294
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2295
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2296
|
+
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>;
|
|
2297
|
+
readonly expectBodyContains: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2298
|
+
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>;
|
|
2299
|
+
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>;
|
|
2300
|
+
}, undefined>, v.ObjectSchema<{
|
|
2301
|
+
readonly kind: v.LiteralSchema<"wait-file", undefined>;
|
|
2302
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2303
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2304
|
+
readonly service: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>;
|
|
2305
|
+
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>;
|
|
2306
|
+
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>;
|
|
2307
|
+
}, undefined>, v.ObjectSchema<{
|
|
2308
|
+
readonly kind: v.LiteralSchema<"host-command", undefined>;
|
|
2309
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
2310
|
+
readonly command: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2311
|
+
readonly workdir: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2312
|
+
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>;
|
|
2313
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
2314
|
+
}, undefined>, undefined>;
|
|
2315
|
+
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>;
|
|
2316
|
+
readonly manifestPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2317
|
+
readonly images: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2318
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2319
|
+
readonly newNameTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2320
|
+
readonly newTagTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2321
|
+
readonly digestTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2322
|
+
}, undefined>, v.CheckAction<{
|
|
2323
|
+
name: string;
|
|
2324
|
+
newNameTemplate?: string | undefined;
|
|
2325
|
+
newTagTemplate?: string | undefined;
|
|
2326
|
+
digestTemplate?: string | undefined;
|
|
2327
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, v.CheckAction<{
|
|
2328
|
+
name: string;
|
|
2329
|
+
newNameTemplate?: string | undefined;
|
|
2330
|
+
newTagTemplate?: string | undefined;
|
|
2331
|
+
digestTemplate?: string | undefined;
|
|
2332
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
2333
|
+
readonly helmReleases: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2334
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2335
|
+
readonly chart: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2336
|
+
readonly repo: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2337
|
+
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.">]>;
|
|
2338
|
+
readonly namespaceTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2339
|
+
readonly values: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
2340
|
+
readonly set: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2341
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2342
|
+
readonly valueTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
2343
|
+
}, undefined>, undefined>, undefined>;
|
|
2344
|
+
readonly valuesSecretRefs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2345
|
+
readonly path: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2346
|
+
readonly secretRef: v.ObjectSchema<{
|
|
2347
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2348
|
+
}, undefined>;
|
|
2349
|
+
}, undefined>, undefined>, undefined>;
|
|
2350
|
+
readonly scope: v.OptionalSchema<v.PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
2351
|
+
}, undefined>, undefined>, undefined>;
|
|
2352
|
+
readonly secretInjections: v.OptionalSchema<v.ArraySchema<v.VariantSchema<"mode", [v.ObjectSchema<{
|
|
2353
|
+
readonly mode: v.LiteralSchema<"secret", undefined>;
|
|
2354
|
+
readonly secretName: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2355
|
+
readonly secretType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2356
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2357
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
2358
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
2359
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2360
|
+
}, undefined>, undefined>;
|
|
2361
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2362
|
+
}, undefined>, v.CheckAction<{
|
|
2363
|
+
key: string;
|
|
2364
|
+
secretRef?: {
|
|
2365
|
+
key: string;
|
|
2366
|
+
} | undefined;
|
|
2367
|
+
valueTemplate?: string | undefined;
|
|
2368
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2369
|
+
}, undefined>, v.ObjectSchema<{
|
|
2370
|
+
readonly mode: v.LiteralSchema<"generatorEnvFile", undefined>;
|
|
2371
|
+
readonly envFilePath: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 500, undefined>]>;
|
|
2372
|
+
readonly entries: v.ArraySchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2373
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 256, undefined>]>;
|
|
2374
|
+
readonly secretRef: v.OptionalSchema<v.ObjectSchema<{
|
|
2375
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
2376
|
+
}, undefined>, undefined>;
|
|
2377
|
+
readonly valueTemplate: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2378
|
+
}, undefined>, v.CheckAction<{
|
|
2379
|
+
key: string;
|
|
2380
|
+
secretRef?: {
|
|
2381
|
+
key: string;
|
|
2382
|
+
} | undefined;
|
|
2383
|
+
valueTemplate?: string | undefined;
|
|
2384
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2385
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
2386
|
+
}, undefined>, undefined>;
|
|
2387
|
+
readonly deployEnvs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.ObjectSchema<{
|
|
2388
|
+
readonly status: v.PicklistSchema<["ready", "failed", "skipped"], undefined>;
|
|
2389
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2390
|
+
readonly environmentId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2391
|
+
readonly error: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2392
|
+
}, undefined>, undefined>, undefined>;
|
|
2393
|
+
readonly deployFrameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2394
|
+
readonly deployPrimaryFrameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2395
|
+
readonly deployFix: v.OptionalSchema<v.ObjectSchema<{
|
|
2396
|
+
readonly phase: v.PicklistSchema<["fixing", "retrying"], undefined>;
|
|
2397
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2398
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2399
|
+
readonly frameId: v.StringSchema<undefined>;
|
|
2400
|
+
readonly reason: v.StringSchema<undefined>;
|
|
2401
|
+
readonly lastError: v.StringSchema<undefined>;
|
|
2402
|
+
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2403
|
+
readonly attempt: v.NumberSchema<undefined>;
|
|
2404
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2405
|
+
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2406
|
+
readonly reason: v.StringSchema<undefined>;
|
|
2407
|
+
readonly error: v.StringSchema<undefined>;
|
|
2408
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2409
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2410
|
+
}, undefined>, undefined>;
|
|
2411
|
+
readonly disposeEnvs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.ObjectSchema<{
|
|
2412
|
+
readonly status: v.PicklistSchema<["reclaimed", "failed", "none"], undefined>;
|
|
2413
|
+
readonly environmentId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2414
|
+
readonly confirmation: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["confirmed", "still_standing", "unverifiable", "unconfirmed"], undefined>, undefined>, undefined>;
|
|
2415
|
+
readonly error: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2416
|
+
}, undefined>, undefined>, undefined>;
|
|
2417
|
+
}, undefined>, undefined>;
|
|
2418
|
+
readonly currentStep: v.NumberSchema<undefined>;
|
|
2419
|
+
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
2420
|
+
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2421
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "harness_shutdown", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "state_unreadable", "cancelled", "unknown"], undefined>;
|
|
2422
|
+
readonly message: v.StringSchema<undefined>;
|
|
2423
|
+
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2424
|
+
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2425
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2426
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2427
|
+
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2428
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
2429
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
2430
|
+
readonly total: v.NumberSchema<undefined>;
|
|
2431
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2432
|
+
readonly label: v.StringSchema<undefined>;
|
|
2433
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2434
|
+
}, undefined>, undefined>, undefined>;
|
|
2435
|
+
}, undefined>, undefined>;
|
|
2436
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2437
|
+
}, undefined>, undefined>, undefined>;
|
|
2438
|
+
readonly failureHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2439
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "harness_shutdown", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "state_unreadable", "cancelled", "unknown"], undefined>;
|
|
2440
|
+
readonly message: v.StringSchema<undefined>;
|
|
2441
|
+
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2442
|
+
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2443
|
+
readonly reason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2444
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2445
|
+
readonly lastSubtasks: v.NullableSchema<v.ObjectSchema<{
|
|
2446
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
2447
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
2448
|
+
readonly total: v.NumberSchema<undefined>;
|
|
2449
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2450
|
+
readonly label: v.StringSchema<undefined>;
|
|
2451
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2452
|
+
}, undefined>, undefined>, undefined>;
|
|
2453
|
+
}, undefined>, undefined>;
|
|
2454
|
+
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2455
|
+
}, undefined>, undefined>, undefined>;
|
|
2456
|
+
readonly outputHistory: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2457
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2458
|
+
readonly occurredAt: v.NumberSchema<undefined>;
|
|
2459
|
+
readonly output: v.StringSchema<undefined>;
|
|
2460
|
+
readonly truncated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2461
|
+
}, undefined>, undefined>, undefined>;
|
|
2462
|
+
readonly notes: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2463
|
+
readonly frontendBindings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2464
|
+
readonly envVar: v.StringSchema<undefined>;
|
|
2465
|
+
readonly serviceUrl: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2466
|
+
}, undefined>, undefined>, undefined>;
|
|
2467
|
+
readonly initiatedBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2468
|
+
readonly initiatedByRole: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
|
|
2469
|
+
readonly initiatedByExternalIdentity: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2470
|
+
readonly mode: v.OptionalSchema<v.PicklistSchema<["live", "dry_run"], undefined>, undefined>;
|
|
2471
|
+
readonly intakeOrigin: v.OptionalSchema<v.PicklistSchema<["ui", "public-api", "tracker", "schedule"], undefined>, undefined>;
|
|
2472
|
+
readonly createdAt: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2473
|
+
readonly rev: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2474
|
+
readonly diagnostics: v.OptionalSchema<v.ObjectSchema<{
|
|
2475
|
+
readonly lastDispatch: v.OptionalSchema<v.ObjectSchema<{
|
|
2476
|
+
readonly stepIndex: v.NumberSchema<undefined>;
|
|
2477
|
+
readonly agentKind: v.StringSchema<undefined>;
|
|
2478
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2479
|
+
readonly executionBackend: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2480
|
+
readonly failure: v.OptionalSchema<v.ObjectSchema<{
|
|
2481
|
+
readonly kind: v.StringSchema<undefined>;
|
|
2482
|
+
readonly reason: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2483
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2484
|
+
}, undefined>, undefined>;
|
|
2485
|
+
readonly repo: v.OptionalSchema<v.ObjectSchema<{
|
|
2486
|
+
readonly owner: v.StringSchema<undefined>;
|
|
2487
|
+
readonly name: v.StringSchema<undefined>;
|
|
2488
|
+
readonly baseBranch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2489
|
+
readonly provider: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2490
|
+
}, undefined>, undefined>;
|
|
2491
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2492
|
+
}, undefined>, undefined>;
|
|
2493
|
+
readonly host: v.OptionalSchema<v.ObjectSchema<{
|
|
2494
|
+
readonly platform: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2495
|
+
}, undefined>, undefined>;
|
|
2496
|
+
}, undefined>, undefined>;
|
|
2497
|
+
readonly inputGate: v.OptionalSchema<v.ObjectSchema<{
|
|
2498
|
+
readonly status: v.PicklistSchema<["off", "not_applicable", "passed", "blocked", "overridden"], undefined>;
|
|
2499
|
+
readonly mode: v.PicklistSchema<["standard", "advisory", "off"], undefined>;
|
|
2500
|
+
readonly issues: v.ArraySchema<v.ObjectSchema<{
|
|
2501
|
+
readonly code: v.PicklistSchema<readonly ["description_missing", "description_placeholder", "description_thin", "reproduction_missing", "review_target_missing", "success_criteria_missing", "required_field_missing"], undefined>;
|
|
2502
|
+
readonly severity: v.PicklistSchema<["blocking", "advisory"], undefined>;
|
|
2503
|
+
readonly field: v.OptionalSchema<v.ObjectSchema<{
|
|
2504
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2505
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
2506
|
+
}, undefined>, undefined>;
|
|
2507
|
+
}, undefined>, undefined>;
|
|
2508
|
+
readonly checkedAt: v.NumberSchema<undefined>;
|
|
2509
|
+
readonly overriddenBy: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2510
|
+
readonly overriddenAt: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2511
|
+
}, undefined>, undefined>;
|
|
2512
|
+
}, undefined>;
|
|
2513
|
+
};
|
|
2514
|
+
};
|
|
2515
|
+
/**
|
|
2516
|
+
* One run, WHOLE: the read that stands behind the board snapshot's lean projection
|
|
2517
|
+
* (`projectExecutionForBoard`). The snapshot withholds each step's captured prose, so the reader
|
|
2518
|
+
* that actually renders it (any step-detail overlay) fetches the run it is about through here.
|
|
2519
|
+
*
|
|
2520
|
+
* A point-read by id rather than a "give me the heavy half" delta: the run is one row either way,
|
|
2521
|
+
* and a delta would need the client's revision to be meaningful, which is exactly the coherence
|
|
2522
|
+
* problem the store's monotonic `rev` already answers.
|
|
2523
|
+
*/
|
|
2524
|
+
export declare const getExecutionContract: {
|
|
2525
|
+
readonly method: "get";
|
|
2526
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
2527
|
+
executionId: v.StringSchema<undefined>;
|
|
2528
|
+
}, undefined> & import("@toad-contracts/core").StandardObjectKeysV1<unknown, unknown>;
|
|
2529
|
+
readonly pathResolver: ({ executionId }: {
|
|
2530
|
+
executionId: string;
|
|
2531
|
+
}) => string;
|
|
2532
|
+
readonly responsesByStatusCode: {
|
|
2533
|
+
readonly '4xx': v.ObjectSchema<{
|
|
2534
|
+
readonly error: v.ObjectSchema<{
|
|
2535
|
+
readonly code: v.StringSchema<undefined>;
|
|
2536
|
+
readonly message: v.StringSchema<undefined>;
|
|
2537
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2538
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2539
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2540
|
+
readonly message: v.StringSchema<undefined>;
|
|
2541
|
+
}, undefined>, undefined>, undefined>;
|
|
2542
|
+
}, undefined>;
|
|
2543
|
+
}, undefined>;
|
|
2544
|
+
readonly '5xx': v.ObjectSchema<{
|
|
2545
|
+
readonly error: v.ObjectSchema<{
|
|
2546
|
+
readonly code: v.StringSchema<undefined>;
|
|
2547
|
+
readonly message: v.StringSchema<undefined>;
|
|
2548
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
2549
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2550
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2551
|
+
readonly message: v.StringSchema<undefined>;
|
|
2552
|
+
}, undefined>, undefined>, undefined>;
|
|
2553
|
+
}, undefined>;
|
|
2554
|
+
}, undefined>;
|
|
2555
|
+
readonly 200: v.ObjectSchema<{
|
|
2556
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2557
|
+
readonly id: v.StringSchema<undefined>;
|
|
2558
|
+
readonly blockId: v.StringSchema<undefined>;
|
|
2559
|
+
readonly pipelineId: v.StringSchema<undefined>;
|
|
2560
|
+
readonly pipelineName: v.StringSchema<undefined>;
|
|
2561
|
+
readonly steps: v.ArraySchema<v.ObjectSchema<{
|
|
2562
|
+
readonly runId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2563
|
+
readonly agentKind: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
2564
|
+
readonly state: v.PicklistSchema<["pending", "working", "waiting_decision", "done"], undefined>;
|
|
2565
|
+
readonly progress: v.NumberSchema<undefined>;
|
|
2566
|
+
readonly metrics: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2567
|
+
readonly calls: v.NumberSchema<undefined>;
|
|
2568
|
+
readonly promptTokens: v.NumberSchema<undefined>;
|
|
2569
|
+
readonly cacheReadTokens: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2570
|
+
readonly cacheWriteTokens: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2571
|
+
readonly completionTokens: v.NumberSchema<undefined>;
|
|
2572
|
+
readonly peakCompletionTokens: v.NumberSchema<undefined>;
|
|
2573
|
+
readonly maxOutputTokens: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
2574
|
+
readonly truncatedCalls: v.NumberSchema<undefined>;
|
|
2575
|
+
readonly upstreamMs: v.NumberSchema<undefined>;
|
|
2576
|
+
readonly overheadMs: v.NumberSchema<undefined>;
|
|
2577
|
+
readonly errors: v.NumberSchema<undefined>;
|
|
2578
|
+
readonly warnings: v.NumberSchema<undefined>;
|
|
2579
|
+
readonly carryCostTokens: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2580
|
+
readonly costEstimate: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2581
|
+
readonly costCurrency: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2582
|
+
readonly byPhase: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2583
|
+
readonly phase: v.StringSchema<undefined>;
|
|
2584
|
+
readonly calls: v.NumberSchema<undefined>;
|
|
2585
|
+
readonly promptTokens: v.NumberSchema<undefined>;
|
|
2586
|
+
readonly cacheReadTokens: v.NumberSchema<undefined>;
|
|
2587
|
+
readonly cacheWriteTokens: v.NumberSchema<undefined>;
|
|
2588
|
+
readonly completionTokens: v.NumberSchema<undefined>;
|
|
2589
|
+
readonly carryCostTokens: v.NumberSchema<undefined>;
|
|
2590
|
+
readonly errors: v.NumberSchema<undefined>;
|
|
2591
|
+
readonly costEstimate: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2592
|
+
}, undefined>, undefined>, undefined>;
|
|
2593
|
+
}, undefined>, undefined>, undefined>;
|
|
2594
|
+
readonly gate: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2595
|
+
readonly phase: v.PicklistSchema<["checking", "working"], undefined>;
|
|
2596
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2597
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2598
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2599
|
+
readonly headShas: v.OptionalSchema<v.NullableSchema<v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
2600
|
+
readonly conflictTarget: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2601
|
+
readonly repo: v.StringSchema<undefined>;
|
|
2602
|
+
readonly frameId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2603
|
+
readonly branch: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2604
|
+
}, undefined>, undefined>, undefined>;
|
|
2605
|
+
readonly lastVerdict: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["pass", "pending", "fail"], undefined>, undefined>, undefined>;
|
|
2606
|
+
readonly config: v.OptionalSchema<v.NullableSchema<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>, undefined>;
|
|
2607
|
+
readonly lastFailureSummary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2608
|
+
readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2609
|
+
readonly name: v.StringSchema<undefined>;
|
|
2610
|
+
readonly conclusion: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2611
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2612
|
+
readonly repo: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2613
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2614
|
+
readonly lastDispatchedInstructions: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2615
|
+
readonly watchSince: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2616
|
+
readonly watchWindowMinutes: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2617
|
+
readonly regressedSignals: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2618
|
+
readonly kind: v.PicklistSchema<["monitor", "slo"], undefined>;
|
|
2619
|
+
readonly id: v.StringSchema<undefined>;
|
|
2620
|
+
readonly name: v.StringSchema<undefined>;
|
|
2621
|
+
readonly state: v.PicklistSchema<["ok", "warn", "alert", "no_data"], undefined>;
|
|
2622
|
+
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2623
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2624
|
+
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2625
|
+
readonly attempt: v.NumberSchema<undefined>;
|
|
2626
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2627
|
+
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2628
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2629
|
+
readonly instructions: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2630
|
+
readonly failingChecks: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2631
|
+
readonly name: v.StringSchema<undefined>;
|
|
2632
|
+
readonly conclusion: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2633
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2634
|
+
readonly repo: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2635
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2636
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2637
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2638
|
+
readonly lastApprovals: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2639
|
+
readonly requiredApprovingReviewCount: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2640
|
+
readonly pendingThreadIds: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>, undefined>;
|
|
2641
|
+
readonly lastAddressedCommentAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2642
|
+
readonly humanReviewGraceMinutes: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2643
|
+
readonly pendingFix: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2644
|
+
readonly instructions: v.StringSchema<undefined>;
|
|
2645
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2646
|
+
}, undefined>, undefined>, undefined>;
|
|
2647
|
+
}, undefined>, undefined>, undefined>;
|
|
2648
|
+
readonly test: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2649
|
+
readonly phase: v.PicklistSchema<["testing", "fixing"], undefined>;
|
|
2650
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2651
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2652
|
+
readonly lastReport: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2653
|
+
readonly greenlight: v.BooleanSchema<undefined>;
|
|
2654
|
+
readonly summary: v.StringSchema<undefined>;
|
|
2655
|
+
readonly tested: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2656
|
+
readonly outcomes: v.ArraySchema<v.ObjectSchema<{
|
|
2657
|
+
readonly name: v.StringSchema<undefined>;
|
|
2658
|
+
readonly status: v.PicklistSchema<["passed", "failed", "skipped"], undefined>;
|
|
2659
|
+
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2660
|
+
}, undefined>, undefined>;
|
|
2661
|
+
readonly concerns: v.ArraySchema<v.ObjectSchema<{
|
|
2662
|
+
readonly title: v.StringSchema<undefined>;
|
|
2663
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2664
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2665
|
+
}, undefined>, undefined>;
|
|
2666
|
+
readonly requirementVerdicts: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2667
|
+
readonly requirementId: v.StringSchema<undefined>;
|
|
2668
|
+
readonly status: v.PicklistSchema<["met", "not_met", "not_covered"], undefined>;
|
|
2669
|
+
readonly detail: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2670
|
+
}, undefined>, undefined>, undefined>;
|
|
2671
|
+
readonly environment: v.OptionalSchema<v.PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
2672
|
+
readonly screenshots: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2673
|
+
readonly view: v.StringSchema<undefined>;
|
|
2674
|
+
readonly artifactId: v.StringSchema<undefined>;
|
|
2675
|
+
readonly hash: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2676
|
+
readonly width: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2677
|
+
readonly height: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2678
|
+
readonly referenceArtifactId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2679
|
+
}, undefined>, undefined>, undefined>;
|
|
2680
|
+
readonly abort: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2681
|
+
readonly reason: v.StringSchema<undefined>;
|
|
2682
|
+
}, undefined>, undefined>, undefined>;
|
|
2683
|
+
}, undefined>, v.TransformAction<{
|
|
2684
|
+
greenlight: boolean;
|
|
2685
|
+
summary: string;
|
|
2686
|
+
tested: string[];
|
|
2687
|
+
outcomes: {
|
|
2688
|
+
name: string;
|
|
2689
|
+
status: "failed" | "passed" | "skipped";
|
|
2690
|
+
detail?: string | undefined;
|
|
2691
|
+
}[];
|
|
2692
|
+
concerns: {
|
|
2693
|
+
title: string;
|
|
2694
|
+
detail: string;
|
|
2695
|
+
severity: "critical" | "high" | "low" | "medium";
|
|
2696
|
+
}[];
|
|
2697
|
+
requirementVerdicts?: {
|
|
2698
|
+
requirementId: string;
|
|
2699
|
+
status: "met" | "not_covered" | "not_met";
|
|
2700
|
+
detail?: string | undefined;
|
|
2701
|
+
}[] | undefined;
|
|
2702
|
+
environment?: "ephemeral" | "local" | undefined;
|
|
2703
|
+
screenshots?: {
|
|
2704
|
+
view: string;
|
|
2705
|
+
artifactId: string;
|
|
2706
|
+
hash?: string | undefined;
|
|
2707
|
+
width?: number | undefined;
|
|
2708
|
+
height?: number | undefined;
|
|
2709
|
+
referenceArtifactId?: string | undefined;
|
|
2710
|
+
}[] | undefined;
|
|
2711
|
+
abort?: {
|
|
2712
|
+
reason: string;
|
|
2713
|
+
} | null | undefined;
|
|
2714
|
+
}, {
|
|
2715
|
+
greenlight: boolean;
|
|
2716
|
+
summary: string;
|
|
2717
|
+
tested: string[];
|
|
2718
|
+
outcomes: {
|
|
2719
|
+
name: string;
|
|
2720
|
+
status: "failed" | "passed" | "skipped";
|
|
2721
|
+
detail?: string | undefined;
|
|
2722
|
+
}[];
|
|
2723
|
+
concerns: {
|
|
2724
|
+
title: string;
|
|
2725
|
+
detail: string;
|
|
2726
|
+
severity: "critical" | "high" | "low" | "medium";
|
|
2727
|
+
}[];
|
|
2728
|
+
requirementVerdicts?: {
|
|
2729
|
+
requirementId: string;
|
|
2730
|
+
status: "met" | "not_covered" | "not_met";
|
|
2731
|
+
detail?: string | undefined;
|
|
2732
|
+
}[] | undefined;
|
|
2733
|
+
environment?: "ephemeral" | "local" | undefined;
|
|
2734
|
+
screenshots?: {
|
|
2735
|
+
view: string;
|
|
2736
|
+
artifactId: string;
|
|
2737
|
+
hash?: string | undefined;
|
|
2738
|
+
width?: number | undefined;
|
|
2739
|
+
height?: number | undefined;
|
|
2740
|
+
referenceArtifactId?: string | undefined;
|
|
2741
|
+
}[] | undefined;
|
|
2742
|
+
abort?: {
|
|
2743
|
+
reason: string;
|
|
2744
|
+
} | null | undefined;
|
|
2745
|
+
}>]>, undefined>, undefined>;
|
|
2746
|
+
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2747
|
+
readonly attempt: v.NumberSchema<undefined>;
|
|
2748
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2749
|
+
readonly outcome: v.PicklistSchema<["completed", "failed"], undefined>;
|
|
2750
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2751
|
+
readonly concerns: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2752
|
+
readonly title: v.StringSchema<undefined>;
|
|
2753
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2754
|
+
readonly severity: v.PicklistSchema<["low", "medium", "high", "critical"], undefined>;
|
|
2755
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2756
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
2757
|
+
readonly infraSetup: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2758
|
+
readonly started: v.BooleanSchema<undefined>;
|
|
2759
|
+
readonly composePath: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2760
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2761
|
+
readonly durationMs: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2762
|
+
readonly logs: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2763
|
+
readonly error: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2764
|
+
}, undefined>, undefined>, undefined>;
|
|
2765
|
+
}, undefined>, undefined>, undefined>;
|
|
2766
|
+
readonly testerQuality: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2767
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2768
|
+
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2769
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2770
|
+
readonly gating: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2771
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2772
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2773
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2774
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
2775
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
2776
|
+
}, undefined>, undefined>, undefined>;
|
|
2777
|
+
readonly verdicts: v.ArraySchema<v.ObjectSchema<{
|
|
2778
|
+
readonly adequate: v.BooleanSchema<undefined>;
|
|
2779
|
+
readonly feedback: v.StringSchema<undefined>;
|
|
2780
|
+
readonly gaps: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2781
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2782
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2783
|
+
}, undefined>, undefined>;
|
|
2784
|
+
readonly exceeded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2785
|
+
}, undefined>, undefined>, undefined>;
|
|
2786
|
+
readonly humanTest: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2787
|
+
readonly phase: v.PicklistSchema<["provisioning", "awaiting_human", "fixing", "resolving_conflicts", "passed"], undefined>;
|
|
2788
|
+
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2789
|
+
readonly id: v.StringSchema<undefined>;
|
|
2790
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2791
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
2792
|
+
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2793
|
+
}, undefined>, undefined>, undefined>;
|
|
2794
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2795
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2796
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2797
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2798
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2799
|
+
readonly kind: v.PicklistSchema<["fix", "pull-main"], undefined>;
|
|
2800
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2801
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2802
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2803
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2804
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2805
|
+
}, undefined>, undefined>, undefined>;
|
|
2806
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2807
|
+
readonly type: v.PicklistSchema<["confirm", "request-fix", "pull-main", "recreate"], undefined>;
|
|
2808
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2809
|
+
}, undefined>, undefined>, undefined>;
|
|
2810
|
+
}, undefined>, undefined>, undefined>;
|
|
2811
|
+
readonly visualConfirm: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2812
|
+
readonly phase: v.PicklistSchema<["awaiting_human", "fixing", "approved"], undefined>;
|
|
2813
|
+
readonly pairs: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2814
|
+
readonly view: v.StringSchema<undefined>;
|
|
2815
|
+
readonly actualArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2816
|
+
readonly referenceArtifactId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2817
|
+
readonly referenceOrigin: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["upload", "design"], undefined>, undefined>, undefined>;
|
|
2818
|
+
}, undefined>, undefined>, undefined>;
|
|
2819
|
+
readonly degradedReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2820
|
+
readonly designReferences: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2821
|
+
readonly documents: v.NumberSchema<undefined>;
|
|
2822
|
+
readonly images: v.NumberSchema<undefined>;
|
|
2823
|
+
readonly dropped: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2824
|
+
readonly gaps: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2825
|
+
readonly title: v.StringSchema<undefined>;
|
|
2826
|
+
readonly reason: v.NullableSchema<v.PicklistSchema<["partial", "failed", "none", "storage_unavailable", "not_retained"], undefined>, undefined>;
|
|
2827
|
+
readonly dropped: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2828
|
+
}, undefined>, undefined>, undefined>;
|
|
2829
|
+
}, undefined>, undefined>, undefined>;
|
|
2830
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
2831
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2832
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2833
|
+
readonly findings: v.StringSchema<undefined>;
|
|
2834
|
+
readonly helperKind: v.StringSchema<undefined>;
|
|
2835
|
+
readonly jobId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2836
|
+
readonly outcome: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["completed", "failed"], undefined>, undefined>, undefined>;
|
|
2837
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2838
|
+
}, undefined>, undefined>, undefined>;
|
|
2839
|
+
readonly pendingAction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2840
|
+
readonly type: v.PicklistSchema<["approve", "request-fix", "recapture"], undefined>;
|
|
2841
|
+
readonly findings: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2842
|
+
}, undefined>, undefined>, undefined>;
|
|
2843
|
+
}, undefined>, undefined>, undefined>;
|
|
2844
|
+
readonly environment: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2845
|
+
readonly id: v.StringSchema<undefined>;
|
|
2846
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2847
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
2848
|
+
readonly expiresAt: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2849
|
+
readonly lastError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2850
|
+
readonly provisionType: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["kubernetes", "docker-compose", "cloudflare", "custom", "infraless"], undefined>, undefined>, undefined>;
|
|
2851
|
+
readonly engine: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["local-docker", "local-k3s", "remote-kubernetes", "cloudflare", "remote-custom", "none"], undefined>, undefined>, undefined>;
|
|
2852
|
+
}, undefined>, undefined>, undefined>;
|
|
2853
|
+
readonly subtasks: v.OptionalSchema<v.ObjectSchema<{
|
|
2854
|
+
readonly completed: v.NumberSchema<undefined>;
|
|
2855
|
+
readonly inProgress: v.NumberSchema<undefined>;
|
|
2856
|
+
readonly total: v.NumberSchema<undefined>;
|
|
2857
|
+
readonly items: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2858
|
+
readonly label: v.StringSchema<undefined>;
|
|
2859
|
+
readonly status: v.PicklistSchema<["pending", "in_progress", "completed"], undefined>;
|
|
2860
|
+
}, undefined>, undefined>, undefined>;
|
|
2861
|
+
}, undefined>, undefined>;
|
|
2862
|
+
readonly container: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2863
|
+
readonly status: v.PicklistSchema<["starting", "up", "errored", "destroyed"], undefined>;
|
|
2864
|
+
readonly phase: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2865
|
+
readonly id: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2866
|
+
readonly url: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2867
|
+
}, undefined>, undefined>, undefined>;
|
|
2868
|
+
readonly search: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2869
|
+
readonly available: v.BooleanSchema<undefined>;
|
|
2870
|
+
readonly provider: v.NullableSchema<v.PicklistSchema<["brave", "searxng"], undefined>, undefined>;
|
|
2871
|
+
}, undefined>, undefined>, undefined>;
|
|
2872
|
+
readonly decision: v.NullableSchema<v.ObjectSchema<{
|
|
2873
|
+
readonly id: v.StringSchema<undefined>;
|
|
2874
|
+
readonly question: v.StringSchema<undefined>;
|
|
2875
|
+
readonly options: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2876
|
+
readonly chosen: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
2877
|
+
}, undefined>, undefined>;
|
|
2878
|
+
readonly requiresApproval: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2879
|
+
readonly approval: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2880
|
+
readonly id: v.StringSchema<undefined>;
|
|
2881
|
+
readonly status: v.PicklistSchema<["pending", "approved", "changes_requested", "rejected"], undefined>;
|
|
2882
|
+
readonly proposal: v.StringSchema<undefined>;
|
|
2883
|
+
readonly feedback: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2884
|
+
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2885
|
+
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2886
|
+
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2887
|
+
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2888
|
+
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2889
|
+
readonly severity: v.OptionalSchema<v.SchemaWithFallback<v.PicklistSchema<["blocker", "major", "minor"], undefined>, "major">, undefined>;
|
|
2890
|
+
readonly body: v.StringSchema<undefined>;
|
|
2891
|
+
}, undefined>, undefined>, undefined>;
|
|
2892
|
+
readonly requiredApprovals: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2893
|
+
readonly approverPolicy: v.OptionalSchema<v.ObjectSchema<{
|
|
2894
|
+
readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
|
|
2895
|
+
readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2896
|
+
}, undefined>, undefined>;
|
|
2897
|
+
readonly approvals: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2898
|
+
readonly actorId: v.StringSchema<undefined>;
|
|
2899
|
+
readonly actorLabel: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2900
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2901
|
+
}, undefined>, undefined>, undefined>;
|
|
2902
|
+
}, undefined>, undefined>, undefined>;
|
|
2903
|
+
readonly companion: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2904
|
+
readonly threshold: v.NumberSchema<undefined>;
|
|
2905
|
+
readonly maxAttempts: v.NumberSchema<undefined>;
|
|
2906
|
+
readonly attempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2907
|
+
readonly verdicts: v.ArraySchema<v.ObjectSchema<{
|
|
2908
|
+
readonly rating: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2909
|
+
readonly threshold: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
|
|
2910
|
+
readonly passed: v.BooleanSchema<undefined>;
|
|
2911
|
+
readonly feedback: v.StringSchema<undefined>;
|
|
2912
|
+
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2913
|
+
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2914
|
+
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2915
|
+
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2916
|
+
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2917
|
+
readonly severity: v.OptionalSchema<v.SchemaWithFallback<v.PicklistSchema<["blocker", "major", "minor"], undefined>, "major">, undefined>;
|
|
2918
|
+
readonly body: v.StringSchema<undefined>;
|
|
2919
|
+
}, undefined>, undefined>, undefined>;
|
|
2920
|
+
}, undefined>, undefined>;
|
|
2921
|
+
readonly exceeded: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2922
|
+
readonly capSettledByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2923
|
+
readonly stalled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2924
|
+
}, undefined>, undefined>, undefined>;
|
|
2925
|
+
readonly reviewCapSettledByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2926
|
+
readonly autoAnsweredByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2927
|
+
readonly followUps: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2928
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
2929
|
+
readonly items: v.ArraySchema<v.ObjectSchema<{
|
|
2930
|
+
readonly id: v.StringSchema<undefined>;
|
|
2931
|
+
readonly kind: v.PicklistSchema<["follow_up", "question"], undefined>;
|
|
2932
|
+
readonly title: v.StringSchema<undefined>;
|
|
2933
|
+
readonly detail: v.StringSchema<undefined>;
|
|
2934
|
+
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2935
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
2936
|
+
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2937
|
+
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2938
|
+
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2939
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2940
|
+
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2941
|
+
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2942
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
2943
|
+
readonly updatedAt: v.NumberSchema<undefined>;
|
|
2944
|
+
}, undefined>, undefined>;
|
|
2945
|
+
readonly loops: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2946
|
+
readonly maxLoops: v.OptionalSchema<v.NumberSchema<undefined>, 3>;
|
|
2947
|
+
}, undefined>, undefined>, undefined>;
|
|
2948
|
+
readonly forkDecision: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2949
|
+
readonly status: v.PicklistSchema<["proposing", "awaiting_choice", "answering", "chosen", "single_path", "skipped"], undefined>;
|
|
2950
|
+
readonly seamSummary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2951
|
+
readonly forks: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2952
|
+
readonly id: v.StringSchema<undefined>;
|
|
2953
|
+
readonly title: v.StringSchema<undefined>;
|
|
2954
|
+
readonly summary: v.StringSchema<undefined>;
|
|
2955
|
+
readonly approach: v.StringSchema<undefined>;
|
|
2956
|
+
readonly tradeoffs: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
2957
|
+
readonly riskNotes: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2958
|
+
readonly recommended: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2959
|
+
}, undefined>, undefined>, readonly []>;
|
|
2960
|
+
readonly singlePathReason: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2961
|
+
readonly chat: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2962
|
+
readonly id: v.StringSchema<undefined>;
|
|
2963
|
+
readonly role: v.PicklistSchema<["human", "assistant"], undefined>;
|
|
2964
|
+
readonly text: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 4000, undefined>]>;
|
|
2965
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
2966
|
+
}, undefined>, undefined>, readonly []>;
|
|
2967
|
+
readonly maxChatTurns: v.OptionalSchema<v.NumberSchema<undefined>, 15>;
|
|
2968
|
+
readonly chosen: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2969
|
+
readonly forkId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2970
|
+
readonly custom: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2971
|
+
readonly note: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2972
|
+
readonly at: v.NumberSchema<undefined>;
|
|
2973
|
+
}, undefined>, v.CheckAction<{
|
|
2974
|
+
forkId?: string | null | undefined;
|
|
2975
|
+
custom?: string | null | undefined;
|
|
2976
|
+
note?: string | null | undefined;
|
|
2977
|
+
at: number;
|
|
2978
|
+
}, "Provide exactly one of forkId or custom.">]>, undefined>, undefined>;
|
|
2979
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2980
|
+
}, undefined>, undefined>, undefined>;
|
|
2981
|
+
readonly judge: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2982
|
+
readonly status: v.PicklistSchema<["evaluating", "awaiting_decision", "bouncing", "passed", "failed", "skipped"], undefined>;
|
|
2983
|
+
readonly rubricId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2984
|
+
readonly rubricName: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2985
|
+
readonly rubricOverridden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2986
|
+
readonly verdict: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
2987
|
+
readonly score: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, 0>;
|
|
2988
|
+
readonly summary: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
2989
|
+
readonly findings: v.OptionalSchema<v.SchemaWithFallback<v.ArraySchema<v.ObjectSchema<{
|
|
2990
|
+
readonly title: v.SchemaWithFallback<v.StringSchema<undefined>, "Untitled finding">;
|
|
2991
|
+
readonly detail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2992
|
+
readonly severity: v.SchemaWithFallback<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, "medium">;
|
|
2993
|
+
readonly where: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
2994
|
+
}, undefined>, undefined>, readonly []>, readonly []>;
|
|
2995
|
+
}, undefined>, undefined>, undefined>;
|
|
2996
|
+
readonly threshold: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
2997
|
+
readonly disposition: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["pass", "park", "bounce", "fail"], undefined>, undefined>, undefined>;
|
|
2998
|
+
readonly bounces: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
2999
|
+
readonly maxBounces: v.OptionalSchema<v.NumberSchema<undefined>, 1>;
|
|
3000
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3001
|
+
readonly modelPin: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3002
|
+
readonly requested: v.StringSchema<undefined>;
|
|
3003
|
+
readonly status: v.PicklistSchema<["applied", "overridden", "unavailable"], undefined>;
|
|
3004
|
+
}, undefined>, undefined>, undefined>;
|
|
3005
|
+
readonly rounds: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3006
|
+
readonly round: v.NumberSchema<undefined>;
|
|
3007
|
+
readonly at: v.NumberSchema<undefined>;
|
|
3008
|
+
readonly verdict: v.ObjectSchema<{
|
|
3009
|
+
readonly score: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, 0>;
|
|
3010
|
+
readonly summary: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
3011
|
+
readonly findings: v.OptionalSchema<v.SchemaWithFallback<v.ArraySchema<v.ObjectSchema<{
|
|
3012
|
+
readonly title: v.SchemaWithFallback<v.StringSchema<undefined>, "Untitled finding">;
|
|
3013
|
+
readonly detail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3014
|
+
readonly severity: v.SchemaWithFallback<v.PicklistSchema<["low", "medium", "high", "critical"], undefined>, "medium">;
|
|
3015
|
+
readonly where: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3016
|
+
}, undefined>, undefined>, readonly []>, readonly []>;
|
|
3017
|
+
}, undefined>;
|
|
3018
|
+
readonly disposition: v.PicklistSchema<["pass", "park", "bounce", "fail"], undefined>;
|
|
3019
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3020
|
+
}, undefined>, undefined>, readonly []>;
|
|
3021
|
+
readonly note: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3022
|
+
readonly capSettledByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3023
|
+
readonly resolution: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3024
|
+
readonly choice: v.PicklistSchema<["proceed", "bounce", "stop"], undefined>;
|
|
3025
|
+
readonly feedback: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3026
|
+
readonly at: v.NumberSchema<undefined>;
|
|
3027
|
+
}, undefined>, undefined>, undefined>;
|
|
3028
|
+
}, undefined>, undefined>, undefined>;
|
|
3029
|
+
readonly ralph: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3030
|
+
readonly phase: v.PicklistSchema<["iterating"], undefined>;
|
|
3031
|
+
readonly attempts: v.NumberSchema<undefined>;
|
|
3032
|
+
readonly maxIterations: v.NumberSchema<undefined>;
|
|
3033
|
+
readonly validationCommand: v.StringSchema<undefined>;
|
|
3034
|
+
readonly progressPath: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3035
|
+
readonly lastExitCode: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3036
|
+
readonly lastValidationTail: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3037
|
+
readonly noProgressStreak: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3038
|
+
readonly attemptLog: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3039
|
+
readonly attempt: v.NumberSchema<undefined>;
|
|
3040
|
+
readonly at: v.NumberSchema<undefined>;
|
|
3041
|
+
readonly validationPassed: v.BooleanSchema<undefined>;
|
|
3042
|
+
readonly exitCode: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3043
|
+
readonly outputTail: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3044
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3045
|
+
readonly headSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3046
|
+
}, undefined>, undefined>, undefined>, undefined>;
|
|
3047
|
+
readonly droppedAttempts: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3048
|
+
}, undefined>, undefined>, undefined>;
|
|
3049
|
+
readonly validation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3050
|
+
readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
|
|
3051
|
+
readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
|
|
3052
|
+
readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
|
|
3053
|
+
readonly outcomes: v.SchemaWithFallback<v.ArraySchema<v.ObjectSchema<{
|
|
3054
|
+
readonly label: v.SchemaWithFallback<v.StringSchema<undefined>, "check">;
|
|
3055
|
+
readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
3056
|
+
readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
|
|
3057
|
+
readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
|
|
3058
|
+
readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3059
|
+
readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3060
|
+
readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3061
|
+
}, undefined>, undefined>, readonly []>;
|
|
3062
|
+
readonly at: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3063
|
+
}, undefined>, undefined>, undefined>;
|
|
3064
|
+
readonly validationConfigUnreadable: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3065
|
+
readonly reproduction: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3066
|
+
readonly status: v.SchemaWithFallback<v.PicklistSchema<["reproduced", "inconclusive", "declared_infeasible"], undefined>, "inconclusive">;
|
|
3067
|
+
readonly command: v.SchemaWithFallback<v.StringSchema<undefined>, "">;
|
|
3068
|
+
readonly testPaths: v.SchemaWithFallback<v.ArraySchema<v.SchemaWithFallback<v.StringSchema<undefined>, "">, undefined>, readonly []>;
|
|
3069
|
+
readonly omittedTestPaths: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3070
|
+
readonly base: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
|
|
3071
|
+
readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
|
|
3072
|
+
readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
|
|
3073
|
+
readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3074
|
+
readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3075
|
+
readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3076
|
+
readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3077
|
+
}, undefined>, undefined>, undefined>;
|
|
3078
|
+
readonly final: v.SchemaWithFallback<v.OptionalSchema<v.ObjectSchema<{
|
|
3079
|
+
readonly exitCode: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
|
|
3080
|
+
readonly passed: v.SchemaWithFallback<v.BooleanSchema<undefined>, false>;
|
|
3081
|
+
readonly outputTail: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3082
|
+
readonly durationMs: v.SchemaWithFallback<v.OptionalSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3083
|
+
readonly timedOut: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3084
|
+
readonly setupFailed: v.SchemaWithFallback<v.OptionalSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3085
|
+
}, undefined>, undefined>, undefined>;
|
|
3086
|
+
readonly attempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 1>;
|
|
3087
|
+
readonly maxAttempts: v.SchemaWithFallback<v.NumberSchema<undefined>, 3>;
|
|
3088
|
+
readonly reason: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3089
|
+
readonly alternativeVerification: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3090
|
+
readonly note: v.SchemaWithFallback<v.OptionalSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3091
|
+
readonly at: v.SchemaWithFallback<v.NumberSchema<undefined>, 0>;
|
|
3092
|
+
}, undefined>, undefined>, undefined>;
|
|
3093
|
+
readonly pendingForkChat: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3094
|
+
readonly messageId: v.StringSchema<undefined>;
|
|
3095
|
+
}, undefined>, undefined>, undefined>;
|
|
3096
|
+
readonly prReview: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3097
|
+
readonly status: v.PicklistSchema<["reviewing", "awaiting_selection", "challenging", "fixing", "posting", "done", "skipped"], undefined>;
|
|
3098
|
+
readonly summary: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3099
|
+
readonly slices: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3100
|
+
readonly id: v.StringSchema<undefined>;
|
|
3101
|
+
readonly title: v.StringSchema<undefined>;
|
|
3102
|
+
readonly rationale: v.StringSchema<undefined>;
|
|
3103
|
+
readonly paths: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
3104
|
+
}, undefined>, undefined>, readonly []>;
|
|
3105
|
+
readonly sliceReviews: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3106
|
+
readonly label: v.StringSchema<undefined>;
|
|
3107
|
+
readonly status: v.PicklistSchema<["in_progress", "completed"], undefined>;
|
|
3108
|
+
readonly report: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3109
|
+
}, undefined>, undefined>, readonly []>;
|
|
3110
|
+
readonly resumeAttempts: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
3111
|
+
readonly resumePendingSlices: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3112
|
+
readonly findings: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3113
|
+
readonly id: v.StringSchema<undefined>;
|
|
3114
|
+
readonly sliceId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3115
|
+
readonly path: v.StringSchema<undefined>;
|
|
3116
|
+
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3117
|
+
readonly side: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["LEFT", "RIGHT"], undefined>, undefined>, undefined>;
|
|
3118
|
+
readonly severity: v.PicklistSchema<["blocker", "high", "medium", "low", "nit"], undefined>;
|
|
3119
|
+
readonly category: v.PicklistSchema<["correctness", "security", "performance", "maintainability", "style", "test", "other"], undefined>;
|
|
3120
|
+
readonly title: v.StringSchema<undefined>;
|
|
3121
|
+
readonly detail: v.StringSchema<undefined>;
|
|
3122
|
+
readonly suggestedFix: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3123
|
+
readonly challenge: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3124
|
+
readonly status: v.PicklistSchema<["investigating", "upheld", "amended", "retracted", "failed"], undefined>;
|
|
3125
|
+
readonly question: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3126
|
+
readonly justification: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3127
|
+
}, undefined>, undefined>, undefined>;
|
|
3128
|
+
}, undefined>, undefined>, readonly []>;
|
|
3129
|
+
readonly selectedFindingIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
3130
|
+
readonly resolution: v.OptionalSchema<v.NullableSchema<v.PicklistSchema<["finish", "fix", "post"], undefined>, undefined>, undefined>;
|
|
3131
|
+
readonly prUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3132
|
+
readonly model: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3133
|
+
readonly reviewedHeadSha: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3134
|
+
readonly postReport: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3135
|
+
readonly attempted: v.NumberSchema<undefined>;
|
|
3136
|
+
readonly posted: v.NumberSchema<undefined>;
|
|
3137
|
+
readonly folded: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
|
|
3138
|
+
readonly bodyPosted: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3139
|
+
readonly bodyError: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3140
|
+
readonly failures: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3141
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
3142
|
+
readonly path: v.StringSchema<undefined>;
|
|
3143
|
+
readonly line: v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3144
|
+
readonly reason: v.StringSchema<undefined>;
|
|
3145
|
+
}, undefined>, undefined>, readonly []>;
|
|
3146
|
+
}, undefined>, undefined>, undefined>;
|
|
3147
|
+
readonly postedFindingIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, readonly []>;
|
|
3148
|
+
readonly postedBody: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
3149
|
+
}, undefined>, undefined>, undefined>;
|
|
3150
|
+
readonly pendingPrReviewPost: v.OptionalSchema<v.NullableSchema<v.BooleanSchema<undefined>, undefined>, undefined>;
|
|
3151
|
+
readonly pendingChallenge: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3152
|
+
readonly findingId: v.StringSchema<undefined>;
|
|
3153
|
+
readonly question: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3154
|
+
}, undefined>, undefined>, undefined>;
|
|
3155
|
+
readonly rework: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3156
|
+
readonly previousProposal: v.StringSchema<undefined>;
|
|
3157
|
+
readonly feedback: v.StringSchema<undefined>;
|
|
3158
|
+
readonly comments: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3159
|
+
readonly quotedSource: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3160
|
+
readonly srcStart: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3161
|
+
readonly srcEnd: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
3162
|
+
readonly anchorId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3163
|
+
readonly severity: v.OptionalSchema<v.SchemaWithFallback<v.PicklistSchema<["blocker", "major", "minor"], undefined>, "major">, undefined>;
|
|
3164
|
+
readonly body: v.StringSchema<undefined>;
|
|
3165
|
+
}, undefined>, undefined>, undefined>;
|
|
3166
|
+
readonly requestedBy: v.PicklistSchema<["human", "reviewer"], undefined>;
|
|
3167
|
+
}, undefined>, undefined>, undefined>;
|
|
3168
|
+
readonly pendingIncorporation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3169
|
+
readonly feedback: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3170
|
+
}, undefined>, undefined>, undefined>;
|
|
3171
|
+
readonly pendingRecommendation: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3172
|
+
readonly itemIds: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
3173
|
+
readonly note: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3174
|
+
}, undefined>, undefined>, undefined>;
|
|
3175
|
+
readonly pendingInterview: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3176
|
+
readonly proceed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3177
|
+
}, undefined>, undefined>, undefined>;
|
|
3178
|
+
readonly consensus: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3179
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
3180
|
+
readonly strategy: v.PicklistSchema<["specialist-panel", "debate", "ranked-voting"], undefined>;
|
|
3181
|
+
readonly participants: v.ArraySchema<v.ObjectSchema<{
|
|
3182
|
+
readonly id: v.StringSchema<undefined>;
|
|
3183
|
+
readonly role: v.StringSchema<undefined>;
|
|
3184
|
+
readonly systemFraming: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3185
|
+
readonly modelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3186
|
+
}, undefined>, undefined>;
|
|
3187
|
+
readonly synthesizerModelId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3188
|
+
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>;
|
|
3189
|
+
readonly gating: v.OptionalSchema<v.ObjectSchema<{
|
|
3190
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
3191
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3192
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3193
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3194
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["consensus", "standard"], undefined>, "consensus">;
|
|
3195
|
+
}, undefined>, undefined>;
|
|
3196
|
+
readonly groupIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3197
|
+
readonly selectedGroup: v.OptionalSchema<v.ObjectSchema<{
|
|
3198
|
+
readonly id: v.StringSchema<undefined>;
|
|
3199
|
+
readonly name: v.StringSchema<undefined>;
|
|
3200
|
+
}, undefined>, undefined>;
|
|
3201
|
+
}, undefined>, undefined>, undefined>;
|
|
3202
|
+
readonly gating: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3203
|
+
readonly enabled: v.BooleanSchema<undefined>;
|
|
3204
|
+
readonly minComplexity: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3205
|
+
readonly minRisk: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3206
|
+
readonly minImpact: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>, undefined>;
|
|
3207
|
+
readonly onMissingEstimate: v.OptionalSchema<v.PicklistSchema<["run", "skip"], undefined>, "run">;
|
|
3208
|
+
}, undefined>, undefined>, undefined>;
|
|
3209
|
+
readonly stepOptions: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
3210
|
+
readonly autoRecommend: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3211
|
+
readonly skillId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3212
|
+
readonly maxOutputTokens: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 256, undefined>, v.MaxValueAction<number, 200000, undefined>]>, undefined>;
|
|
3213
|
+
readonly agentVariantId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3214
|
+
readonly binaryOutput: v.OptionalSchema<v.ObjectSchema<{
|
|
3215
|
+
readonly storageServiceId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>, v.RegexAction<string, "must be a lower-kebab slug">]>;
|
|
3216
|
+
readonly contextServiceIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>, v.RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
|
|
3217
|
+
readonly generatorIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>, v.RegexAction<string, "must be a lower-kebab slug">]>, undefined>, undefined>;
|
|
3218
|
+
readonly modalities: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["image", "audio", "video", "3d-model", "3d-scene", "document"], undefined>, undefined>, undefined>;
|
|
3219
|
+
readonly mediaTypes: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.ToLowerCaseAction, v.MinLengthAction<string, 3, undefined>, v.MaxLengthAction<string, 128, undefined>, v.RegexAction<string, "must be a media type of the form type/subtype">]>, undefined>, undefined>;
|
|
3220
|
+
readonly generation: v.OptionalSchema<v.GenericSchema<unknown, import("../binary-capabilities.js").BinaryGenerationOptions>, undefined>;
|
|
3221
|
+
readonly comparison: v.OptionalSchema<v.ObjectSchema<{
|
|
3222
|
+
readonly perGenerator: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 4, undefined>]>, undefined>;
|
|
3223
|
+
readonly multiSelect: v.OptionalSchema<v.LiteralSchema<true, undefined>, undefined>;
|
|
3224
|
+
}, undefined>, undefined>;
|
|
3225
|
+
}, undefined>, undefined>;
|
|
3226
|
+
readonly retainEnvironment: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3227
|
+
readonly deployFix: v.OptionalSchema<v.ObjectSchema<{
|
|
3228
|
+
readonly enabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3229
|
+
readonly maxAttempts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 5, undefined>]>, undefined>;
|
|
3230
|
+
}, undefined>, undefined>;
|
|
3231
|
+
readonly gateConfig: v.OptionalSchema<v.ObjectSchema<{
|
|
3232
|
+
readonly approvers: v.OptionalSchema<v.ObjectSchema<{
|
|
3233
|
+
readonly roles: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<readonly ["admin", "member", "viewer"], undefined>, undefined>, undefined>;
|
|
3234
|
+
readonly userIds: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3235
|
+
}, undefined>, undefined>;
|
|
3236
|
+
readonly minApprovals: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10, undefined>]>, undefined>;
|
|
3237
|
+
readonly fields: 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>;
|
|
3238
|
+
}, undefined>, undefined>;
|
|
3239
|
+
readonly condition: v.OptionalSchema<v.ObjectSchema<{
|
|
3240
|
+
readonly serviceScope: v.PicklistSchema<["frontend", "backend"], undefined>;
|
|
3241
|
+
}, undefined>, undefined>;
|
|
3242
|
+
}, undefined>, undefined>, undefined>;
|
|
3243
|
+
readonly skipped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3244
|
+
readonly skipReason: v.OptionalSchema<v.PicklistSchema<["gated", "condition", "producer_skipped", "run_complete", "no_pull_request"], undefined>, undefined>;
|
|
3245
|
+
readonly noBusinessSpecs: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3246
|
+
readonly technicalCorroborated: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3247
|
+
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3248
|
+
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3249
|
+
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
3250
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2015
3251
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2016
3252
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2017
3253
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -3402,6 +4638,7 @@ export declare const resumeSpendContract: {
|
|
|
3402
4638
|
}, undefined>;
|
|
3403
4639
|
}, undefined>;
|
|
3404
4640
|
readonly 200: v.ArraySchema<v.ObjectSchema<{
|
|
4641
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3405
4642
|
readonly id: v.StringSchema<undefined>;
|
|
3406
4643
|
readonly blockId: v.StringSchema<undefined>;
|
|
3407
4644
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -3780,10 +5017,11 @@ export declare const resumeSpendContract: {
|
|
|
3780
5017
|
readonly title: v.StringSchema<undefined>;
|
|
3781
5018
|
readonly detail: v.StringSchema<undefined>;
|
|
3782
5019
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3783
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
5020
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
3784
5021
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3785
5022
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3786
5023
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5024
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3787
5025
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3788
5026
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3789
5027
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -4094,6 +5332,7 @@ export declare const resumeSpendContract: {
|
|
|
4094
5332
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4095
5333
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4096
5334
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
5335
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4097
5336
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4098
5337
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4099
5338
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -5063,6 +6302,7 @@ export declare const resolveDecisionContract: {
|
|
|
5063
6302
|
}, undefined>;
|
|
5064
6303
|
}, undefined>;
|
|
5065
6304
|
readonly 200: v.ObjectSchema<{
|
|
6305
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5066
6306
|
readonly id: v.StringSchema<undefined>;
|
|
5067
6307
|
readonly blockId: v.StringSchema<undefined>;
|
|
5068
6308
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -5441,10 +6681,11 @@ export declare const resolveDecisionContract: {
|
|
|
5441
6681
|
readonly title: v.StringSchema<undefined>;
|
|
5442
6682
|
readonly detail: v.StringSchema<undefined>;
|
|
5443
6683
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
5444
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
6684
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
5445
6685
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
5446
6686
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5447
6687
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6688
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5448
6689
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
5449
6690
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
5450
6691
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -5755,6 +6996,7 @@ export declare const resolveDecisionContract: {
|
|
|
5755
6996
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5756
6997
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5757
6998
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
6999
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5758
7000
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5759
7001
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5760
7002
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -6286,6 +7528,7 @@ export declare const approveStepContract: {
|
|
|
6286
7528
|
}, undefined>;
|
|
6287
7529
|
}, undefined>;
|
|
6288
7530
|
readonly 200: v.ObjectSchema<{
|
|
7531
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6289
7532
|
readonly id: v.StringSchema<undefined>;
|
|
6290
7533
|
readonly blockId: v.StringSchema<undefined>;
|
|
6291
7534
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -6664,10 +7907,11 @@ export declare const approveStepContract: {
|
|
|
6664
7907
|
readonly title: v.StringSchema<undefined>;
|
|
6665
7908
|
readonly detail: v.StringSchema<undefined>;
|
|
6666
7909
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
6667
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
7910
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
6668
7911
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
6669
7912
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6670
7913
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
7914
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6671
7915
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
6672
7916
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
6673
7917
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -6978,6 +8222,7 @@ export declare const approveStepContract: {
|
|
|
6978
8222
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
6979
8223
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6980
8224
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
8225
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6981
8226
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
6982
8227
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
6983
8228
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -7523,6 +8768,7 @@ export declare const requestStepChangesContract: {
|
|
|
7523
8768
|
}, undefined>;
|
|
7524
8769
|
}, undefined>;
|
|
7525
8770
|
readonly 200: v.ObjectSchema<{
|
|
8771
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
7526
8772
|
readonly id: v.StringSchema<undefined>;
|
|
7527
8773
|
readonly blockId: v.StringSchema<undefined>;
|
|
7528
8774
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -7901,10 +9147,11 @@ export declare const requestStepChangesContract: {
|
|
|
7901
9147
|
readonly title: v.StringSchema<undefined>;
|
|
7902
9148
|
readonly detail: v.StringSchema<undefined>;
|
|
7903
9149
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
7904
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
9150
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
7905
9151
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
7906
9152
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
7907
9153
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9154
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
7908
9155
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
7909
9156
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
7910
9157
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -8215,6 +9462,7 @@ export declare const requestStepChangesContract: {
|
|
|
8215
9462
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
8216
9463
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
8217
9464
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
9465
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
8218
9466
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
8219
9467
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
8220
9468
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -8746,6 +9994,7 @@ export declare const resolveStepExceededContract: {
|
|
|
8746
9994
|
}, undefined>;
|
|
8747
9995
|
}, undefined>;
|
|
8748
9996
|
readonly 200: v.ObjectSchema<{
|
|
9997
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
8749
9998
|
readonly id: v.StringSchema<undefined>;
|
|
8750
9999
|
readonly blockId: v.StringSchema<undefined>;
|
|
8751
10000
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -9124,10 +10373,11 @@ export declare const resolveStepExceededContract: {
|
|
|
9124
10373
|
readonly title: v.StringSchema<undefined>;
|
|
9125
10374
|
readonly detail: v.StringSchema<undefined>;
|
|
9126
10375
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
9127
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
10376
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
9128
10377
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
9129
10378
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9130
10379
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10380
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9131
10381
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
9132
10382
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
9133
10383
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -9438,6 +10688,7 @@ export declare const resolveStepExceededContract: {
|
|
|
9438
10688
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9439
10689
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9440
10690
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
10691
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9441
10692
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9442
10693
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
9443
10694
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -9967,6 +11218,7 @@ export declare const restartExecutionContract: {
|
|
|
9967
11218
|
}, undefined>;
|
|
9968
11219
|
}, undefined>;
|
|
9969
11220
|
readonly 200: v.ObjectSchema<{
|
|
11221
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
9970
11222
|
readonly id: v.StringSchema<undefined>;
|
|
9971
11223
|
readonly blockId: v.StringSchema<undefined>;
|
|
9972
11224
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -10345,10 +11597,11 @@ export declare const restartExecutionContract: {
|
|
|
10345
11597
|
readonly title: v.StringSchema<undefined>;
|
|
10346
11598
|
readonly detail: v.StringSchema<undefined>;
|
|
10347
11599
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
10348
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
11600
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
10349
11601
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
10350
11602
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10351
11603
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11604
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10352
11605
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
10353
11606
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
10354
11607
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -10659,6 +11912,7 @@ export declare const restartExecutionContract: {
|
|
|
10659
11912
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
10660
11913
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10661
11914
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
11915
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10662
11916
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
10663
11917
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
10664
11918
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -11190,6 +12444,7 @@ export declare const rejectStepContract: {
|
|
|
11190
12444
|
}, undefined>;
|
|
11191
12445
|
}, undefined>;
|
|
11192
12446
|
readonly 200: v.ObjectSchema<{
|
|
12447
|
+
readonly projected: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11193
12448
|
readonly id: v.StringSchema<undefined>;
|
|
11194
12449
|
readonly blockId: v.StringSchema<undefined>;
|
|
11195
12450
|
readonly pipelineId: v.StringSchema<undefined>;
|
|
@@ -11568,10 +12823,11 @@ export declare const rejectStepContract: {
|
|
|
11568
12823
|
readonly title: v.StringSchema<undefined>;
|
|
11569
12824
|
readonly detail: v.StringSchema<undefined>;
|
|
11570
12825
|
readonly suggestedAction: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11571
|
-
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "dismissed"], undefined>;
|
|
12826
|
+
readonly status: v.PicklistSchema<["pending", "filed", "queued", "answered", "closed", "dismissed"], undefined>;
|
|
11572
12827
|
readonly answer: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11573
12828
|
readonly sentToCoder: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11574
12829
|
readonly dismissedByPolicy: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12830
|
+
readonly sendBackDropped: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11575
12831
|
readonly ticketExternalId: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11576
12832
|
readonly ticketUrl: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
11577
12833
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
@@ -11882,6 +13138,7 @@ export declare const rejectStepContract: {
|
|
|
11882
13138
|
readonly output: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
11883
13139
|
readonly outputIsRendered: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11884
13140
|
readonly custom: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
13141
|
+
readonly hasOutput: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11885
13142
|
readonly model: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
11886
13143
|
readonly subscriptionTokenId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
11887
13144
|
readonly initiatedByUserId: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|