@cat-factory/contracts 0.60.0 → 0.62.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/agent-config.d.ts +3 -3
- package/dist/agent-config.d.ts.map +1 -1
- package/dist/agent-config.js +6 -6
- package/dist/agent-config.js.map +1 -1
- package/dist/entities.d.ts +75 -24
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +5 -25
- package/dist/entities.js.map +1 -1
- package/dist/environments.d.ts +495 -4
- package/dist/environments.d.ts.map +1 -1
- package/dist/environments.js +158 -2
- package/dist/environments.js.map +1 -1
- package/dist/requests.d.ts +421 -23
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +0 -9
- package/dist/requests.js.map +1 -1
- package/dist/routes/board.d.ts +1131 -53
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/environments.d.ts +50 -0
- package/dist/routes/environments.d.ts.map +1 -1
- package/dist/routes/execution.d.ts +142 -6
- package/dist/routes/execution.d.ts.map +1 -1
- package/dist/routes/tasks.d.ts +213 -9
- package/dist/routes/tasks.d.ts.map +1 -1
- package/dist/routes/workspace-settings.d.ts +0 -3
- package/dist/routes/workspace-settings.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +142 -8
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +71 -4
- package/dist/snapshot.d.ts.map +1 -1
- package/dist/workspace-settings.d.ts +0 -9
- package/dist/workspace-settings.d.ts.map +1 -1
- package/dist/workspace-settings.js +0 -9
- package/dist/workspace-settings.js.map +1 -1
- package/package.json +1 -1
package/dist/routes/board.d.ts
CHANGED
|
@@ -78,24 +78,92 @@ export declare const addFrameContract: {
|
|
|
78
78
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
79
79
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
80
80
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
81
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
82
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
83
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
84
81
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
85
82
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
86
83
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
87
84
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
88
85
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
86
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
89
87
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
90
88
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
91
89
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
92
90
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
93
91
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
92
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
94
93
|
}, undefined>], undefined>, undefined>;
|
|
95
94
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
96
95
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
97
96
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
98
97
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
98
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
99
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
100
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
101
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
102
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
103
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
104
|
+
name: string;
|
|
105
|
+
newNameTemplate?: string | undefined;
|
|
106
|
+
newTagTemplate?: string | undefined;
|
|
107
|
+
digestTemplate?: string | undefined;
|
|
108
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
109
|
+
name: string;
|
|
110
|
+
newNameTemplate?: string | undefined;
|
|
111
|
+
newTagTemplate?: string | undefined;
|
|
112
|
+
digestTemplate?: string | undefined;
|
|
113
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
114
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
115
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
116
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
117
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
118
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
119
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
120
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
121
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
122
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
123
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
124
|
+
}, undefined>, undefined>, undefined>;
|
|
125
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
126
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
127
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
128
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
129
|
+
}, undefined>;
|
|
130
|
+
}, undefined>, undefined>, undefined>;
|
|
131
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
132
|
+
}, undefined>, undefined>, undefined>;
|
|
133
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
134
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
135
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
136
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
137
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
138
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
139
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
140
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
141
|
+
}, undefined>, undefined>;
|
|
142
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
143
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
144
|
+
key: string;
|
|
145
|
+
secretRef?: {
|
|
146
|
+
key: string;
|
|
147
|
+
} | undefined;
|
|
148
|
+
valueTemplate?: string | undefined;
|
|
149
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
150
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
151
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
152
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
153
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
154
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
155
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
156
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
157
|
+
}, undefined>, undefined>;
|
|
158
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
159
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
160
|
+
key: string;
|
|
161
|
+
secretRef?: {
|
|
162
|
+
key: string;
|
|
163
|
+
} | undefined;
|
|
164
|
+
valueTemplate?: string | undefined;
|
|
165
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
166
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
99
167
|
}, undefined>, undefined>;
|
|
100
168
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
101
169
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -195,24 +263,92 @@ export declare const addServiceFromRepoContract: {
|
|
|
195
263
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
196
264
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
197
265
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
198
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
199
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
200
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
201
266
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
202
267
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
203
268
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
204
269
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
205
270
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
271
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
206
272
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
207
273
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
208
274
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
209
275
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
210
276
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
277
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
211
278
|
}, undefined>], undefined>, undefined>;
|
|
212
279
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
213
280
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
214
281
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
215
282
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
283
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
284
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
285
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
286
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
287
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
288
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
289
|
+
name: string;
|
|
290
|
+
newNameTemplate?: string | undefined;
|
|
291
|
+
newTagTemplate?: string | undefined;
|
|
292
|
+
digestTemplate?: string | undefined;
|
|
293
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
294
|
+
name: string;
|
|
295
|
+
newNameTemplate?: string | undefined;
|
|
296
|
+
newTagTemplate?: string | undefined;
|
|
297
|
+
digestTemplate?: string | undefined;
|
|
298
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
299
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
300
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
301
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
302
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
303
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
304
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
305
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
306
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
307
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
308
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
309
|
+
}, undefined>, undefined>, undefined>;
|
|
310
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
311
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
312
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
313
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
314
|
+
}, undefined>;
|
|
315
|
+
}, undefined>, undefined>, undefined>;
|
|
316
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
317
|
+
}, undefined>, undefined>, undefined>;
|
|
318
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
319
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
320
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
321
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
322
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
323
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
324
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
325
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
326
|
+
}, undefined>, undefined>;
|
|
327
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
328
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
329
|
+
key: string;
|
|
330
|
+
secretRef?: {
|
|
331
|
+
key: string;
|
|
332
|
+
} | undefined;
|
|
333
|
+
valueTemplate?: string | undefined;
|
|
334
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
335
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
336
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
337
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
338
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
339
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
340
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
341
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
342
|
+
}, undefined>, undefined>;
|
|
343
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
344
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
345
|
+
key: string;
|
|
346
|
+
secretRef?: {
|
|
347
|
+
key: string;
|
|
348
|
+
} | undefined;
|
|
349
|
+
valueTemplate?: string | undefined;
|
|
350
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
351
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
216
352
|
}, undefined>, undefined>;
|
|
217
353
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
218
354
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -328,24 +464,92 @@ export declare const addTaskContract: {
|
|
|
328
464
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
329
465
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
330
466
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
331
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
332
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
333
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
334
467
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
335
468
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
336
469
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
337
470
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
338
471
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
472
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
339
473
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
340
474
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
341
475
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
342
476
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
343
477
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
478
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
344
479
|
}, undefined>], undefined>, undefined>;
|
|
345
480
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
346
481
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
347
482
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
348
483
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
484
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
485
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
486
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
487
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
488
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
489
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
490
|
+
name: string;
|
|
491
|
+
newNameTemplate?: string | undefined;
|
|
492
|
+
newTagTemplate?: string | undefined;
|
|
493
|
+
digestTemplate?: string | undefined;
|
|
494
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
495
|
+
name: string;
|
|
496
|
+
newNameTemplate?: string | undefined;
|
|
497
|
+
newTagTemplate?: string | undefined;
|
|
498
|
+
digestTemplate?: string | undefined;
|
|
499
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
500
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
501
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
502
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
503
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
504
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
505
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
506
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
507
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
508
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
509
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
510
|
+
}, undefined>, undefined>, undefined>;
|
|
511
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
512
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
513
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
514
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
515
|
+
}, undefined>;
|
|
516
|
+
}, undefined>, undefined>, undefined>;
|
|
517
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
518
|
+
}, undefined>, undefined>, undefined>;
|
|
519
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
520
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
521
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
522
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
523
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
524
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
525
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
526
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
527
|
+
}, undefined>, undefined>;
|
|
528
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
529
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
530
|
+
key: string;
|
|
531
|
+
secretRef?: {
|
|
532
|
+
key: string;
|
|
533
|
+
} | undefined;
|
|
534
|
+
valueTemplate?: string | undefined;
|
|
535
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
536
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
537
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
538
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
539
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
540
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
541
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
542
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
543
|
+
}, undefined>, undefined>;
|
|
544
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
545
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
546
|
+
key: string;
|
|
547
|
+
secretRef?: {
|
|
548
|
+
key: string;
|
|
549
|
+
} | undefined;
|
|
550
|
+
valueTemplate?: string | undefined;
|
|
551
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
552
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
349
553
|
}, undefined>, undefined>;
|
|
350
554
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
351
555
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -448,24 +652,92 @@ export declare const addModuleContract: {
|
|
|
448
652
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
449
653
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
450
654
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
451
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
452
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
453
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
454
655
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
455
656
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
456
657
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
457
658
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
458
659
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
660
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
459
661
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
460
662
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
461
663
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
462
664
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
463
665
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
666
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
464
667
|
}, undefined>], undefined>, undefined>;
|
|
465
668
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
466
669
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
467
670
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
468
671
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
672
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
673
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
674
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
675
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
676
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
677
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
678
|
+
name: string;
|
|
679
|
+
newNameTemplate?: string | undefined;
|
|
680
|
+
newTagTemplate?: string | undefined;
|
|
681
|
+
digestTemplate?: string | undefined;
|
|
682
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
683
|
+
name: string;
|
|
684
|
+
newNameTemplate?: string | undefined;
|
|
685
|
+
newTagTemplate?: string | undefined;
|
|
686
|
+
digestTemplate?: string | undefined;
|
|
687
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
688
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
689
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
690
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
691
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
692
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
693
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
694
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
695
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
696
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
697
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
698
|
+
}, undefined>, undefined>, undefined>;
|
|
699
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
700
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
701
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
702
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
703
|
+
}, undefined>;
|
|
704
|
+
}, undefined>, undefined>, undefined>;
|
|
705
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
706
|
+
}, undefined>, undefined>, undefined>;
|
|
707
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
708
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
709
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
710
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
711
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
712
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
713
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
714
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
715
|
+
}, undefined>, undefined>;
|
|
716
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
717
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
718
|
+
key: string;
|
|
719
|
+
secretRef?: {
|
|
720
|
+
key: string;
|
|
721
|
+
} | undefined;
|
|
722
|
+
valueTemplate?: string | undefined;
|
|
723
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
724
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
725
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
726
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
727
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
728
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
729
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
730
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
731
|
+
}, undefined>, undefined>;
|
|
732
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
733
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
734
|
+
key: string;
|
|
735
|
+
secretRef?: {
|
|
736
|
+
key: string;
|
|
737
|
+
} | undefined;
|
|
738
|
+
valueTemplate?: string | undefined;
|
|
739
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
740
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
469
741
|
}, undefined>, undefined>;
|
|
470
742
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
471
743
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -565,24 +837,92 @@ export declare const addEpicContract: {
|
|
|
565
837
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
566
838
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
567
839
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
568
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
569
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
570
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
571
840
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
572
841
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
573
842
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
574
843
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
575
844
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
845
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
576
846
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
577
847
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
578
848
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
579
849
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
580
850
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
851
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
581
852
|
}, undefined>], undefined>, undefined>;
|
|
582
853
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
583
854
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
584
855
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
585
856
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
857
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
858
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
859
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
860
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
861
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
862
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
863
|
+
name: string;
|
|
864
|
+
newNameTemplate?: string | undefined;
|
|
865
|
+
newTagTemplate?: string | undefined;
|
|
866
|
+
digestTemplate?: string | undefined;
|
|
867
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
868
|
+
name: string;
|
|
869
|
+
newNameTemplate?: string | undefined;
|
|
870
|
+
newTagTemplate?: string | undefined;
|
|
871
|
+
digestTemplate?: string | undefined;
|
|
872
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
873
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
874
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
875
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
876
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
877
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
878
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
879
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
880
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
881
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
882
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
883
|
+
}, undefined>, undefined>, undefined>;
|
|
884
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
885
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
886
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
887
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
888
|
+
}, undefined>;
|
|
889
|
+
}, undefined>, undefined>, undefined>;
|
|
890
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
891
|
+
}, undefined>, undefined>, undefined>;
|
|
892
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
893
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
894
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
895
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
896
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
897
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
898
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
899
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
900
|
+
}, undefined>, undefined>;
|
|
901
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
902
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
903
|
+
key: string;
|
|
904
|
+
secretRef?: {
|
|
905
|
+
key: string;
|
|
906
|
+
} | undefined;
|
|
907
|
+
valueTemplate?: string | undefined;
|
|
908
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
909
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
910
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
911
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
912
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
913
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
914
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
915
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
916
|
+
}, undefined>, undefined>;
|
|
917
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
918
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
919
|
+
key: string;
|
|
920
|
+
secretRef?: {
|
|
921
|
+
key: string;
|
|
922
|
+
} | undefined;
|
|
923
|
+
valueTemplate?: string | undefined;
|
|
924
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
925
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
586
926
|
}, undefined>, undefined>;
|
|
587
927
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
588
928
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -681,24 +1021,92 @@ export declare const assignEpicContract: {
|
|
|
681
1021
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
682
1022
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
683
1023
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
684
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
685
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
686
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
687
1024
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
688
1025
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
689
1026
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
690
1027
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
691
1028
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1029
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
692
1030
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
693
1031
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
694
1032
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
695
1033
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
696
1034
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1035
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
697
1036
|
}, undefined>], undefined>, undefined>;
|
|
698
1037
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
699
1038
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
700
1039
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
701
1040
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1041
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1042
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1043
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1044
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1045
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1046
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1047
|
+
name: string;
|
|
1048
|
+
newNameTemplate?: string | undefined;
|
|
1049
|
+
newTagTemplate?: string | undefined;
|
|
1050
|
+
digestTemplate?: string | undefined;
|
|
1051
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
1052
|
+
name: string;
|
|
1053
|
+
newNameTemplate?: string | undefined;
|
|
1054
|
+
newTagTemplate?: string | undefined;
|
|
1055
|
+
digestTemplate?: string | undefined;
|
|
1056
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
1057
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1058
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1059
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1060
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1061
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
1062
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1063
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
1064
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1065
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1066
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
1067
|
+
}, undefined>, undefined>, undefined>;
|
|
1068
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1069
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1070
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
1071
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1072
|
+
}, undefined>;
|
|
1073
|
+
}, undefined>, undefined>, undefined>;
|
|
1074
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
1075
|
+
}, undefined>, undefined>, undefined>;
|
|
1076
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
1077
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
1078
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1079
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1080
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1081
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
1082
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1083
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1084
|
+
}, undefined>, undefined>;
|
|
1085
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1086
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1087
|
+
key: string;
|
|
1088
|
+
secretRef?: {
|
|
1089
|
+
key: string;
|
|
1090
|
+
} | undefined;
|
|
1091
|
+
valueTemplate?: string | undefined;
|
|
1092
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
1093
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1094
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
1095
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1096
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1097
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
1098
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1099
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1100
|
+
}, undefined>, undefined>;
|
|
1101
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1102
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1103
|
+
key: string;
|
|
1104
|
+
secretRef?: {
|
|
1105
|
+
key: string;
|
|
1106
|
+
} | undefined;
|
|
1107
|
+
valueTemplate?: string | undefined;
|
|
1108
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
1109
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
702
1110
|
}, undefined>, undefined>;
|
|
703
1111
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
704
1112
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -744,24 +1152,92 @@ export declare const updateBlockContract: {
|
|
|
744
1152
|
readonly modelPresetId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
745
1153
|
readonly pipelineId: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>;
|
|
746
1154
|
readonly agentConfig: import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
747
|
-
readonly testComposePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>;
|
|
748
|
-
readonly noInfraDependencies: import("valibot").BooleanSchema<undefined>;
|
|
749
|
-
readonly defaultTestEnvironment: import("valibot").PicklistSchema<["local", "ephemeral"], undefined>;
|
|
750
1155
|
readonly provisioning: import("valibot").ObjectSchema<{
|
|
751
1156
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
752
1157
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
753
1158
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
754
1159
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1160
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
755
1161
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
756
1162
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
757
1163
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
758
1164
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
759
1165
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1166
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
760
1167
|
}, undefined>], undefined>, undefined>;
|
|
761
1168
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
762
1169
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
763
1170
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
764
1171
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1172
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1173
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1174
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1175
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1176
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1177
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1178
|
+
name: string;
|
|
1179
|
+
newNameTemplate?: string | undefined;
|
|
1180
|
+
newTagTemplate?: string | undefined;
|
|
1181
|
+
digestTemplate?: string | undefined;
|
|
1182
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
1183
|
+
name: string;
|
|
1184
|
+
newNameTemplate?: string | undefined;
|
|
1185
|
+
newTagTemplate?: string | undefined;
|
|
1186
|
+
digestTemplate?: string | undefined;
|
|
1187
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
1188
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1189
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1190
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1191
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1192
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
1193
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1194
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
1195
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1196
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1197
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
1198
|
+
}, undefined>, undefined>, undefined>;
|
|
1199
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1200
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1201
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
1202
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1203
|
+
}, undefined>;
|
|
1204
|
+
}, undefined>, undefined>, undefined>;
|
|
1205
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
1206
|
+
}, undefined>, undefined>, undefined>;
|
|
1207
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
1208
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
1209
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1210
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1211
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1212
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
1213
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1214
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1215
|
+
}, undefined>, undefined>;
|
|
1216
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1217
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1218
|
+
key: string;
|
|
1219
|
+
secretRef?: {
|
|
1220
|
+
key: string;
|
|
1221
|
+
} | undefined;
|
|
1222
|
+
valueTemplate?: string | undefined;
|
|
1223
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
1224
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1225
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
1226
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1227
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1228
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
1229
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1230
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1231
|
+
}, undefined>, undefined>;
|
|
1232
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1233
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1234
|
+
key: string;
|
|
1235
|
+
secretRef?: {
|
|
1236
|
+
key: string;
|
|
1237
|
+
} | undefined;
|
|
1238
|
+
valueTemplate?: string | undefined;
|
|
1239
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
1240
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
765
1241
|
}, undefined>;
|
|
766
1242
|
readonly cloudProvider: import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>;
|
|
767
1243
|
readonly instanceSize: import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>;
|
|
@@ -791,24 +1267,92 @@ export declare const updateBlockContract: {
|
|
|
791
1267
|
readonly modelPresetId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
792
1268
|
readonly pipelineId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, undefined>;
|
|
793
1269
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
794
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
795
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
796
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
797
1270
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
798
1271
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
799
1272
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
800
1273
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
801
1274
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1275
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
802
1276
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
803
1277
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
804
1278
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
805
1279
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
806
1280
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1281
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
807
1282
|
}, undefined>], undefined>, undefined>;
|
|
808
1283
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
809
1284
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
810
1285
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
811
1286
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1287
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1288
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1289
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1290
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1291
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1292
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1293
|
+
name: string;
|
|
1294
|
+
newNameTemplate?: string | undefined;
|
|
1295
|
+
newTagTemplate?: string | undefined;
|
|
1296
|
+
digestTemplate?: string | undefined;
|
|
1297
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
1298
|
+
name: string;
|
|
1299
|
+
newNameTemplate?: string | undefined;
|
|
1300
|
+
newTagTemplate?: string | undefined;
|
|
1301
|
+
digestTemplate?: string | undefined;
|
|
1302
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
1303
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1304
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1305
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1306
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1307
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
1308
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1309
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
1310
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1311
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1312
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
1313
|
+
}, undefined>, undefined>, undefined>;
|
|
1314
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1315
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1316
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
1317
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1318
|
+
}, undefined>;
|
|
1319
|
+
}, undefined>, undefined>, undefined>;
|
|
1320
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
1321
|
+
}, undefined>, undefined>, undefined>;
|
|
1322
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
1323
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
1324
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1325
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1326
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1327
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
1328
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1329
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1330
|
+
}, undefined>, undefined>;
|
|
1331
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1332
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1333
|
+
key: string;
|
|
1334
|
+
secretRef?: {
|
|
1335
|
+
key: string;
|
|
1336
|
+
} | undefined;
|
|
1337
|
+
valueTemplate?: string | undefined;
|
|
1338
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
1339
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
1340
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
1341
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1342
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1343
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
1344
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1345
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1346
|
+
}, undefined>, undefined>;
|
|
1347
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1348
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1349
|
+
key: string;
|
|
1350
|
+
secretRef?: {
|
|
1351
|
+
key: string;
|
|
1352
|
+
} | undefined;
|
|
1353
|
+
valueTemplate?: string | undefined;
|
|
1354
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
1355
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
812
1356
|
}, undefined>, undefined>;
|
|
813
1357
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
814
1358
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -840,24 +1384,72 @@ export declare const updateBlockContract: {
|
|
|
840
1384
|
agentConfig?: {
|
|
841
1385
|
[x: string]: string;
|
|
842
1386
|
} | undefined;
|
|
843
|
-
testComposePath?: string | undefined;
|
|
844
|
-
noInfraDependencies?: boolean | undefined;
|
|
845
|
-
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
846
1387
|
provisioning?: {
|
|
847
1388
|
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
848
1389
|
manifestSource?: {
|
|
849
1390
|
type: "colocated";
|
|
850
1391
|
path: string;
|
|
1392
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
851
1393
|
} | {
|
|
852
1394
|
type: "separate";
|
|
853
1395
|
repo: string;
|
|
854
1396
|
ref?: string | undefined;
|
|
855
1397
|
path: string;
|
|
1398
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
856
1399
|
} | undefined;
|
|
857
1400
|
composePath?: string | undefined;
|
|
858
1401
|
localDevOnly?: boolean | undefined;
|
|
859
1402
|
manifestId?: string | undefined;
|
|
860
1403
|
manifestPath?: string | undefined;
|
|
1404
|
+
images?: {
|
|
1405
|
+
name: string;
|
|
1406
|
+
newNameTemplate?: string | undefined;
|
|
1407
|
+
newTagTemplate?: string | undefined;
|
|
1408
|
+
digestTemplate?: string | undefined;
|
|
1409
|
+
}[] | undefined;
|
|
1410
|
+
helmReleases?: {
|
|
1411
|
+
name: string;
|
|
1412
|
+
chart: string;
|
|
1413
|
+
repo?: string | undefined;
|
|
1414
|
+
version: string;
|
|
1415
|
+
namespaceTemplate?: string | undefined;
|
|
1416
|
+
values?: {
|
|
1417
|
+
[x: string]: unknown;
|
|
1418
|
+
} | undefined;
|
|
1419
|
+
set?: {
|
|
1420
|
+
path: string;
|
|
1421
|
+
valueTemplate: string;
|
|
1422
|
+
}[] | undefined;
|
|
1423
|
+
valuesSecretRefs?: {
|
|
1424
|
+
path: string;
|
|
1425
|
+
secretRef: {
|
|
1426
|
+
key: string;
|
|
1427
|
+
};
|
|
1428
|
+
}[] | undefined;
|
|
1429
|
+
scope?: "per-environment" | "shared" | undefined;
|
|
1430
|
+
}[] | undefined;
|
|
1431
|
+
secretInjections?: ({
|
|
1432
|
+
mode: "secret";
|
|
1433
|
+
secretName: string;
|
|
1434
|
+
secretType?: string | undefined;
|
|
1435
|
+
entries: {
|
|
1436
|
+
key: string;
|
|
1437
|
+
secretRef?: {
|
|
1438
|
+
key: string;
|
|
1439
|
+
} | undefined;
|
|
1440
|
+
valueTemplate?: string | undefined;
|
|
1441
|
+
}[];
|
|
1442
|
+
} | {
|
|
1443
|
+
mode: "generatorEnvFile";
|
|
1444
|
+
envFilePath: string;
|
|
1445
|
+
entries: {
|
|
1446
|
+
key: string;
|
|
1447
|
+
secretRef?: {
|
|
1448
|
+
key: string;
|
|
1449
|
+
} | undefined;
|
|
1450
|
+
valueTemplate?: string | undefined;
|
|
1451
|
+
}[];
|
|
1452
|
+
})[] | undefined;
|
|
861
1453
|
} | undefined;
|
|
862
1454
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
863
1455
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
@@ -888,24 +1480,72 @@ export declare const updateBlockContract: {
|
|
|
888
1480
|
agentConfig?: {
|
|
889
1481
|
[x: string]: string;
|
|
890
1482
|
} | undefined;
|
|
891
|
-
testComposePath?: string | undefined;
|
|
892
|
-
noInfraDependencies?: boolean | undefined;
|
|
893
|
-
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
894
1483
|
provisioning?: {
|
|
895
1484
|
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
896
1485
|
manifestSource?: {
|
|
897
1486
|
type: "colocated";
|
|
898
1487
|
path: string;
|
|
1488
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
899
1489
|
} | {
|
|
900
1490
|
type: "separate";
|
|
901
1491
|
repo: string;
|
|
902
1492
|
ref?: string | undefined;
|
|
903
1493
|
path: string;
|
|
1494
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
904
1495
|
} | undefined;
|
|
905
1496
|
composePath?: string | undefined;
|
|
906
1497
|
localDevOnly?: boolean | undefined;
|
|
907
1498
|
manifestId?: string | undefined;
|
|
908
1499
|
manifestPath?: string | undefined;
|
|
1500
|
+
images?: {
|
|
1501
|
+
name: string;
|
|
1502
|
+
newNameTemplate?: string | undefined;
|
|
1503
|
+
newTagTemplate?: string | undefined;
|
|
1504
|
+
digestTemplate?: string | undefined;
|
|
1505
|
+
}[] | undefined;
|
|
1506
|
+
helmReleases?: {
|
|
1507
|
+
name: string;
|
|
1508
|
+
chart: string;
|
|
1509
|
+
repo?: string | undefined;
|
|
1510
|
+
version: string;
|
|
1511
|
+
namespaceTemplate?: string | undefined;
|
|
1512
|
+
values?: {
|
|
1513
|
+
[x: string]: unknown;
|
|
1514
|
+
} | undefined;
|
|
1515
|
+
set?: {
|
|
1516
|
+
path: string;
|
|
1517
|
+
valueTemplate: string;
|
|
1518
|
+
}[] | undefined;
|
|
1519
|
+
valuesSecretRefs?: {
|
|
1520
|
+
path: string;
|
|
1521
|
+
secretRef: {
|
|
1522
|
+
key: string;
|
|
1523
|
+
};
|
|
1524
|
+
}[] | undefined;
|
|
1525
|
+
scope?: "per-environment" | "shared" | undefined;
|
|
1526
|
+
}[] | undefined;
|
|
1527
|
+
secretInjections?: ({
|
|
1528
|
+
mode: "secret";
|
|
1529
|
+
secretName: string;
|
|
1530
|
+
secretType?: string | undefined;
|
|
1531
|
+
entries: {
|
|
1532
|
+
key: string;
|
|
1533
|
+
secretRef?: {
|
|
1534
|
+
key: string;
|
|
1535
|
+
} | undefined;
|
|
1536
|
+
valueTemplate?: string | undefined;
|
|
1537
|
+
}[];
|
|
1538
|
+
} | {
|
|
1539
|
+
mode: "generatorEnvFile";
|
|
1540
|
+
envFilePath: string;
|
|
1541
|
+
entries: {
|
|
1542
|
+
key: string;
|
|
1543
|
+
secretRef?: {
|
|
1544
|
+
key: string;
|
|
1545
|
+
} | undefined;
|
|
1546
|
+
valueTemplate?: string | undefined;
|
|
1547
|
+
}[];
|
|
1548
|
+
})[] | undefined;
|
|
909
1549
|
} | undefined;
|
|
910
1550
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
911
1551
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
@@ -937,24 +1577,72 @@ export declare const updateBlockContract: {
|
|
|
937
1577
|
agentConfig?: {
|
|
938
1578
|
[x: string]: string;
|
|
939
1579
|
} | undefined;
|
|
940
|
-
testComposePath?: string | undefined;
|
|
941
|
-
noInfraDependencies?: boolean | undefined;
|
|
942
|
-
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
943
1580
|
provisioning?: {
|
|
944
1581
|
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
945
1582
|
manifestSource?: {
|
|
946
1583
|
type: "colocated";
|
|
947
1584
|
path: string;
|
|
1585
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
948
1586
|
} | {
|
|
949
1587
|
type: "separate";
|
|
950
1588
|
repo: string;
|
|
951
1589
|
ref?: string | undefined;
|
|
952
1590
|
path: string;
|
|
1591
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
953
1592
|
} | undefined;
|
|
954
1593
|
composePath?: string | undefined;
|
|
955
1594
|
localDevOnly?: boolean | undefined;
|
|
956
1595
|
manifestId?: string | undefined;
|
|
957
1596
|
manifestPath?: string | undefined;
|
|
1597
|
+
images?: {
|
|
1598
|
+
name: string;
|
|
1599
|
+
newNameTemplate?: string | undefined;
|
|
1600
|
+
newTagTemplate?: string | undefined;
|
|
1601
|
+
digestTemplate?: string | undefined;
|
|
1602
|
+
}[] | undefined;
|
|
1603
|
+
helmReleases?: {
|
|
1604
|
+
name: string;
|
|
1605
|
+
chart: string;
|
|
1606
|
+
repo?: string | undefined;
|
|
1607
|
+
version: string;
|
|
1608
|
+
namespaceTemplate?: string | undefined;
|
|
1609
|
+
values?: {
|
|
1610
|
+
[x: string]: unknown;
|
|
1611
|
+
} | undefined;
|
|
1612
|
+
set?: {
|
|
1613
|
+
path: string;
|
|
1614
|
+
valueTemplate: string;
|
|
1615
|
+
}[] | undefined;
|
|
1616
|
+
valuesSecretRefs?: {
|
|
1617
|
+
path: string;
|
|
1618
|
+
secretRef: {
|
|
1619
|
+
key: string;
|
|
1620
|
+
};
|
|
1621
|
+
}[] | undefined;
|
|
1622
|
+
scope?: "per-environment" | "shared" | undefined;
|
|
1623
|
+
}[] | undefined;
|
|
1624
|
+
secretInjections?: ({
|
|
1625
|
+
mode: "secret";
|
|
1626
|
+
secretName: string;
|
|
1627
|
+
secretType?: string | undefined;
|
|
1628
|
+
entries: {
|
|
1629
|
+
key: string;
|
|
1630
|
+
secretRef?: {
|
|
1631
|
+
key: string;
|
|
1632
|
+
} | undefined;
|
|
1633
|
+
valueTemplate?: string | undefined;
|
|
1634
|
+
}[];
|
|
1635
|
+
} | {
|
|
1636
|
+
mode: "generatorEnvFile";
|
|
1637
|
+
envFilePath: string;
|
|
1638
|
+
entries: {
|
|
1639
|
+
key: string;
|
|
1640
|
+
secretRef?: {
|
|
1641
|
+
key: string;
|
|
1642
|
+
} | undefined;
|
|
1643
|
+
valueTemplate?: string | undefined;
|
|
1644
|
+
}[];
|
|
1645
|
+
})[] | undefined;
|
|
958
1646
|
} | undefined;
|
|
959
1647
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
960
1648
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
@@ -964,7 +1652,18 @@ export declare const updateBlockContract: {
|
|
|
964
1652
|
responsibleProductUserId?: string | null | undefined;
|
|
965
1653
|
epicId?: string | undefined;
|
|
966
1654
|
autoStartDependents?: boolean | undefined;
|
|
967
|
-
}, import("valibot").ArrayIssue | import("valibot").BooleanIssue | import("valibot").
|
|
1655
|
+
}, import("valibot").ArrayIssue | import("valibot").BooleanIssue | import("valibot").CheckIssue<{
|
|
1656
|
+
name: string;
|
|
1657
|
+
newNameTemplate?: string | undefined;
|
|
1658
|
+
newTagTemplate?: string | undefined;
|
|
1659
|
+
digestTemplate?: string | undefined;
|
|
1660
|
+
}> | import("valibot").CheckIssue<{
|
|
1661
|
+
key: string;
|
|
1662
|
+
secretRef?: {
|
|
1663
|
+
key: string;
|
|
1664
|
+
} | undefined;
|
|
1665
|
+
valueTemplate?: string | undefined;
|
|
1666
|
+
}> | import("valibot").LiteralIssue | import("valibot").MaxLengthIssue<string, 64> | import("valibot").MaxLengthIssue<string, 120> | import("valibot").MaxLengthIssue<string, 200> | import("valibot").MaxLengthIssue<string, 256> | import("valibot").MaxLengthIssue<string, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue>;
|
|
968
1667
|
readonly "~types"?: {
|
|
969
1668
|
readonly input: {
|
|
970
1669
|
title?: string | undefined;
|
|
@@ -987,24 +1686,72 @@ export declare const updateBlockContract: {
|
|
|
987
1686
|
agentConfig?: {
|
|
988
1687
|
[x: string]: string;
|
|
989
1688
|
} | undefined;
|
|
990
|
-
testComposePath?: string | undefined;
|
|
991
|
-
noInfraDependencies?: boolean | undefined;
|
|
992
|
-
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
993
1689
|
provisioning?: {
|
|
994
1690
|
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
995
1691
|
manifestSource?: {
|
|
996
1692
|
type: "colocated";
|
|
997
1693
|
path: string;
|
|
1694
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
998
1695
|
} | {
|
|
999
1696
|
type: "separate";
|
|
1000
1697
|
repo: string;
|
|
1001
1698
|
ref?: string | undefined;
|
|
1002
1699
|
path: string;
|
|
1700
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
1003
1701
|
} | undefined;
|
|
1004
1702
|
composePath?: string | undefined;
|
|
1005
1703
|
localDevOnly?: boolean | undefined;
|
|
1006
1704
|
manifestId?: string | undefined;
|
|
1007
1705
|
manifestPath?: string | undefined;
|
|
1706
|
+
images?: {
|
|
1707
|
+
name: string;
|
|
1708
|
+
newNameTemplate?: string | undefined;
|
|
1709
|
+
newTagTemplate?: string | undefined;
|
|
1710
|
+
digestTemplate?: string | undefined;
|
|
1711
|
+
}[] | undefined;
|
|
1712
|
+
helmReleases?: {
|
|
1713
|
+
name: string;
|
|
1714
|
+
chart: string;
|
|
1715
|
+
repo?: string | undefined;
|
|
1716
|
+
version: string;
|
|
1717
|
+
namespaceTemplate?: string | undefined;
|
|
1718
|
+
values?: {
|
|
1719
|
+
[x: string]: unknown;
|
|
1720
|
+
} | undefined;
|
|
1721
|
+
set?: {
|
|
1722
|
+
path: string;
|
|
1723
|
+
valueTemplate: string;
|
|
1724
|
+
}[] | undefined;
|
|
1725
|
+
valuesSecretRefs?: {
|
|
1726
|
+
path: string;
|
|
1727
|
+
secretRef: {
|
|
1728
|
+
key: string;
|
|
1729
|
+
};
|
|
1730
|
+
}[] | undefined;
|
|
1731
|
+
scope?: "per-environment" | "shared" | undefined;
|
|
1732
|
+
}[] | undefined;
|
|
1733
|
+
secretInjections?: ({
|
|
1734
|
+
mode: "secret";
|
|
1735
|
+
secretName: string;
|
|
1736
|
+
secretType?: string | undefined;
|
|
1737
|
+
entries: {
|
|
1738
|
+
key: string;
|
|
1739
|
+
secretRef?: {
|
|
1740
|
+
key: string;
|
|
1741
|
+
} | undefined;
|
|
1742
|
+
valueTemplate?: string | undefined;
|
|
1743
|
+
}[];
|
|
1744
|
+
} | {
|
|
1745
|
+
mode: "generatorEnvFile";
|
|
1746
|
+
envFilePath: string;
|
|
1747
|
+
entries: {
|
|
1748
|
+
key: string;
|
|
1749
|
+
secretRef?: {
|
|
1750
|
+
key: string;
|
|
1751
|
+
} | undefined;
|
|
1752
|
+
valueTemplate?: string | undefined;
|
|
1753
|
+
}[];
|
|
1754
|
+
})[] | undefined;
|
|
1008
1755
|
} | undefined;
|
|
1009
1756
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1010
1757
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
@@ -1036,24 +1783,72 @@ export declare const updateBlockContract: {
|
|
|
1036
1783
|
agentConfig?: {
|
|
1037
1784
|
[x: string]: string;
|
|
1038
1785
|
} | undefined;
|
|
1039
|
-
testComposePath?: string | undefined;
|
|
1040
|
-
noInfraDependencies?: boolean | undefined;
|
|
1041
|
-
defaultTestEnvironment?: "ephemeral" | "local" | undefined;
|
|
1042
1786
|
provisioning?: {
|
|
1043
1787
|
type: "custom" | "docker-compose" | "infraless" | "kubernetes";
|
|
1044
1788
|
manifestSource?: {
|
|
1045
1789
|
type: "colocated";
|
|
1046
1790
|
path: string;
|
|
1791
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
1047
1792
|
} | {
|
|
1048
1793
|
type: "separate";
|
|
1049
1794
|
repo: string;
|
|
1050
1795
|
ref?: string | undefined;
|
|
1051
1796
|
path: string;
|
|
1797
|
+
renderer?: "kustomize" | "raw" | undefined;
|
|
1052
1798
|
} | undefined;
|
|
1053
1799
|
composePath?: string | undefined;
|
|
1054
1800
|
localDevOnly?: boolean | undefined;
|
|
1055
1801
|
manifestId?: string | undefined;
|
|
1056
1802
|
manifestPath?: string | undefined;
|
|
1803
|
+
images?: {
|
|
1804
|
+
name: string;
|
|
1805
|
+
newNameTemplate?: string | undefined;
|
|
1806
|
+
newTagTemplate?: string | undefined;
|
|
1807
|
+
digestTemplate?: string | undefined;
|
|
1808
|
+
}[] | undefined;
|
|
1809
|
+
helmReleases?: {
|
|
1810
|
+
name: string;
|
|
1811
|
+
chart: string;
|
|
1812
|
+
repo?: string | undefined;
|
|
1813
|
+
version: string;
|
|
1814
|
+
namespaceTemplate?: string | undefined;
|
|
1815
|
+
values?: {
|
|
1816
|
+
[x: string]: unknown;
|
|
1817
|
+
} | undefined;
|
|
1818
|
+
set?: {
|
|
1819
|
+
path: string;
|
|
1820
|
+
valueTemplate: string;
|
|
1821
|
+
}[] | undefined;
|
|
1822
|
+
valuesSecretRefs?: {
|
|
1823
|
+
path: string;
|
|
1824
|
+
secretRef: {
|
|
1825
|
+
key: string;
|
|
1826
|
+
};
|
|
1827
|
+
}[] | undefined;
|
|
1828
|
+
scope?: "per-environment" | "shared" | undefined;
|
|
1829
|
+
}[] | undefined;
|
|
1830
|
+
secretInjections?: ({
|
|
1831
|
+
mode: "secret";
|
|
1832
|
+
secretName: string;
|
|
1833
|
+
secretType?: string | undefined;
|
|
1834
|
+
entries: {
|
|
1835
|
+
key: string;
|
|
1836
|
+
secretRef?: {
|
|
1837
|
+
key: string;
|
|
1838
|
+
} | undefined;
|
|
1839
|
+
valueTemplate?: string | undefined;
|
|
1840
|
+
}[];
|
|
1841
|
+
} | {
|
|
1842
|
+
mode: "generatorEnvFile";
|
|
1843
|
+
envFilePath: string;
|
|
1844
|
+
entries: {
|
|
1845
|
+
key: string;
|
|
1846
|
+
secretRef?: {
|
|
1847
|
+
key: string;
|
|
1848
|
+
} | undefined;
|
|
1849
|
+
valueTemplate?: string | undefined;
|
|
1850
|
+
}[];
|
|
1851
|
+
})[] | undefined;
|
|
1057
1852
|
} | undefined;
|
|
1058
1853
|
cloudProvider?: "aws" | "azure" | "cloudflare" | "custom" | "docker" | "gcp" | undefined;
|
|
1059
1854
|
instanceSize?: "large" | "medium" | "small" | "xlarge" | undefined;
|
|
@@ -1064,7 +1859,18 @@ export declare const updateBlockContract: {
|
|
|
1064
1859
|
epicId?: string | undefined;
|
|
1065
1860
|
autoStartDependents?: boolean | undefined;
|
|
1066
1861
|
};
|
|
1067
|
-
readonly issue: import("valibot").ArrayIssue | import("valibot").BooleanIssue | import("valibot").
|
|
1862
|
+
readonly issue: import("valibot").ArrayIssue | import("valibot").BooleanIssue | import("valibot").CheckIssue<{
|
|
1863
|
+
name: string;
|
|
1864
|
+
newNameTemplate?: string | undefined;
|
|
1865
|
+
newTagTemplate?: string | undefined;
|
|
1866
|
+
digestTemplate?: string | undefined;
|
|
1867
|
+
}> | import("valibot").CheckIssue<{
|
|
1868
|
+
key: string;
|
|
1869
|
+
secretRef?: {
|
|
1870
|
+
key: string;
|
|
1871
|
+
} | undefined;
|
|
1872
|
+
valueTemplate?: string | undefined;
|
|
1873
|
+
}> | import("valibot").LiteralIssue | import("valibot").MaxLengthIssue<string, 64> | import("valibot").MaxLengthIssue<string, 120> | import("valibot").MaxLengthIssue<string, 200> | import("valibot").MaxLengthIssue<string, 256> | import("valibot").MaxLengthIssue<string, 400> | import("valibot").MaxLengthIssue<string, 500> | import("valibot").MaxLengthIssue<string, 2000> | import("valibot").MinLengthIssue<string, 1> | import("valibot").MinValueIssue<number, 1> | import("valibot").NumberIssue | import("valibot").ObjectIssue | import("valibot").PicklistIssue | import("valibot").RecordIssue | import("valibot").RegexIssue<string> | import("valibot").StringIssue | import("valibot").VariantIssue;
|
|
1068
1874
|
} | undefined;
|
|
1069
1875
|
};
|
|
1070
1876
|
readonly responsesByStatusCode: {
|
|
@@ -1136,24 +1942,92 @@ export declare const updateBlockContract: {
|
|
|
1136
1942
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1137
1943
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1138
1944
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1139
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1140
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1141
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1142
1945
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1143
1946
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1144
1947
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1145
1948
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1146
1949
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1950
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1147
1951
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
1148
1952
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
1149
1953
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
1150
1954
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1151
1955
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
1956
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1152
1957
|
}, undefined>], undefined>, undefined>;
|
|
1153
1958
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1154
1959
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1155
1960
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
1156
1961
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1962
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
1963
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1964
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1965
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1966
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1967
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
1968
|
+
name: string;
|
|
1969
|
+
newNameTemplate?: string | undefined;
|
|
1970
|
+
newTagTemplate?: string | undefined;
|
|
1971
|
+
digestTemplate?: string | undefined;
|
|
1972
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
1973
|
+
name: string;
|
|
1974
|
+
newNameTemplate?: string | undefined;
|
|
1975
|
+
newTagTemplate?: string | undefined;
|
|
1976
|
+
digestTemplate?: string | undefined;
|
|
1977
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
1978
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1979
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1980
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1981
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
1982
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
1983
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1984
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
1985
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1986
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1987
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
1988
|
+
}, undefined>, undefined>, undefined>;
|
|
1989
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
1990
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
1991
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
1992
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
1993
|
+
}, undefined>;
|
|
1994
|
+
}, undefined>, undefined>, undefined>;
|
|
1995
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
1996
|
+
}, undefined>, undefined>, undefined>;
|
|
1997
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
1998
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
1999
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2000
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2001
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2002
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2003
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2004
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2005
|
+
}, undefined>, undefined>;
|
|
2006
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2007
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2008
|
+
key: string;
|
|
2009
|
+
secretRef?: {
|
|
2010
|
+
key: string;
|
|
2011
|
+
} | undefined;
|
|
2012
|
+
valueTemplate?: string | undefined;
|
|
2013
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2014
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2015
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
2016
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2017
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2018
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2019
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2020
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2021
|
+
}, undefined>, undefined>;
|
|
2022
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2023
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2024
|
+
key: string;
|
|
2025
|
+
secretRef?: {
|
|
2026
|
+
key: string;
|
|
2027
|
+
} | undefined;
|
|
2028
|
+
valueTemplate?: string | undefined;
|
|
2029
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2030
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
1157
2031
|
}, undefined>, undefined>;
|
|
1158
2032
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1159
2033
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -1255,24 +2129,92 @@ export declare const moveBlockContract: {
|
|
|
1255
2129
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1256
2130
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1257
2131
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1258
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1259
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1260
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1261
2132
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1262
2133
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1263
2134
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1264
2135
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1265
2136
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2137
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1266
2138
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
1267
2139
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
1268
2140
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
1269
2141
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1270
2142
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2143
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1271
2144
|
}, undefined>], undefined>, undefined>;
|
|
1272
2145
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1273
2146
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1274
2147
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
1275
2148
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2149
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2150
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2151
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2152
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2153
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2154
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2155
|
+
name: string;
|
|
2156
|
+
newNameTemplate?: string | undefined;
|
|
2157
|
+
newTagTemplate?: string | undefined;
|
|
2158
|
+
digestTemplate?: string | undefined;
|
|
2159
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
2160
|
+
name: string;
|
|
2161
|
+
newNameTemplate?: string | undefined;
|
|
2162
|
+
newTagTemplate?: string | undefined;
|
|
2163
|
+
digestTemplate?: string | undefined;
|
|
2164
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
2165
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2166
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2167
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2168
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2169
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
2170
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2171
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
2172
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2173
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2174
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
2175
|
+
}, undefined>, undefined>, undefined>;
|
|
2176
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2177
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2178
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
2179
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2180
|
+
}, undefined>;
|
|
2181
|
+
}, undefined>, undefined>, undefined>;
|
|
2182
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
2183
|
+
}, undefined>, undefined>, undefined>;
|
|
2184
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
2185
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
2186
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2187
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2188
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2189
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2190
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2191
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2192
|
+
}, undefined>, undefined>;
|
|
2193
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2194
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2195
|
+
key: string;
|
|
2196
|
+
secretRef?: {
|
|
2197
|
+
key: string;
|
|
2198
|
+
} | undefined;
|
|
2199
|
+
valueTemplate?: string | undefined;
|
|
2200
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2201
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2202
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
2203
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2204
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2205
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2206
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2207
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2208
|
+
}, undefined>, undefined>;
|
|
2209
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2210
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2211
|
+
key: string;
|
|
2212
|
+
secretRef?: {
|
|
2213
|
+
key: string;
|
|
2214
|
+
} | undefined;
|
|
2215
|
+
valueTemplate?: string | undefined;
|
|
2216
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2217
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
1276
2218
|
}, undefined>, undefined>;
|
|
1277
2219
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1278
2220
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -1375,24 +2317,92 @@ export declare const reparentBlockContract: {
|
|
|
1375
2317
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1376
2318
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1377
2319
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1378
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1379
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1380
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1381
2320
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1382
2321
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1383
2322
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1384
2323
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1385
2324
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2325
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1386
2326
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
1387
2327
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
1388
2328
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
1389
2329
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1390
2330
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2331
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1391
2332
|
}, undefined>], undefined>, undefined>;
|
|
1392
2333
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1393
2334
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1394
2335
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
1395
2336
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2337
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2338
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2339
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2340
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2341
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2342
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2343
|
+
name: string;
|
|
2344
|
+
newNameTemplate?: string | undefined;
|
|
2345
|
+
newTagTemplate?: string | undefined;
|
|
2346
|
+
digestTemplate?: string | undefined;
|
|
2347
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
2348
|
+
name: string;
|
|
2349
|
+
newNameTemplate?: string | undefined;
|
|
2350
|
+
newTagTemplate?: string | undefined;
|
|
2351
|
+
digestTemplate?: string | undefined;
|
|
2352
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
2353
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2354
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2355
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2356
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2357
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
2358
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2359
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
2360
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2361
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2362
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
2363
|
+
}, undefined>, undefined>, undefined>;
|
|
2364
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2365
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2366
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
2367
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2368
|
+
}, undefined>;
|
|
2369
|
+
}, undefined>, undefined>, undefined>;
|
|
2370
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
2371
|
+
}, undefined>, undefined>, undefined>;
|
|
2372
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
2373
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
2374
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2375
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2376
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2377
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2378
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2379
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2380
|
+
}, undefined>, undefined>;
|
|
2381
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2382
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2383
|
+
key: string;
|
|
2384
|
+
secretRef?: {
|
|
2385
|
+
key: string;
|
|
2386
|
+
} | undefined;
|
|
2387
|
+
valueTemplate?: string | undefined;
|
|
2388
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2389
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2390
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
2391
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2392
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2393
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2394
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2395
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2396
|
+
}, undefined>, undefined>;
|
|
2397
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2398
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2399
|
+
key: string;
|
|
2400
|
+
secretRef?: {
|
|
2401
|
+
key: string;
|
|
2402
|
+
} | undefined;
|
|
2403
|
+
valueTemplate?: string | undefined;
|
|
2404
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2405
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
1396
2406
|
}, undefined>, undefined>;
|
|
1397
2407
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1398
2408
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|
|
@@ -1525,24 +2535,92 @@ export declare const toggleDependencyContract: {
|
|
|
1525
2535
|
readonly serviceFragmentIds: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
|
|
1526
2536
|
readonly modelId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1527
2537
|
readonly agentConfig: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 120, undefined>]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 400, undefined>]>, undefined>, undefined>;
|
|
1528
|
-
readonly testComposePath: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
1529
|
-
readonly noInfraDependencies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1530
|
-
readonly defaultTestEnvironment: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["local", "ephemeral"], undefined>, undefined>;
|
|
1531
2538
|
readonly provisioning: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
1532
2539
|
readonly type: import("valibot").PicklistSchema<["kubernetes", "docker-compose", "custom", "infraless"], undefined>;
|
|
1533
2540
|
readonly manifestSource: import("valibot").OptionalSchema<import("valibot").VariantSchema<"type", [import("valibot").ObjectSchema<{
|
|
1534
2541
|
readonly type: import("valibot").LiteralSchema<"colocated", undefined>;
|
|
1535
2542
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2543
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1536
2544
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
1537
2545
|
readonly type: import("valibot").LiteralSchema<"separate", undefined>;
|
|
1538
2546
|
readonly repo: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "must be \"owner/repo\"">]>;
|
|
1539
2547
|
readonly ref: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
1540
2548
|
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2549
|
+
readonly renderer: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["raw", "kustomize"], undefined>, undefined>;
|
|
1541
2550
|
}, undefined>], undefined>, undefined>;
|
|
1542
2551
|
readonly composePath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
1543
2552
|
readonly localDevOnly: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
1544
2553
|
readonly manifestId: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>, undefined>;
|
|
1545
2554
|
readonly manifestPath: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2555
|
+
readonly images: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2556
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2557
|
+
readonly newNameTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2558
|
+
readonly newTagTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2559
|
+
readonly digestTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2560
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2561
|
+
name: string;
|
|
2562
|
+
newNameTemplate?: string | undefined;
|
|
2563
|
+
newTagTemplate?: string | undefined;
|
|
2564
|
+
digestTemplate?: string | undefined;
|
|
2565
|
+
}, "an image override must set at least one of newNameTemplate, newTagTemplate, or digestTemplate.">, import("valibot").CheckAction<{
|
|
2566
|
+
name: string;
|
|
2567
|
+
newNameTemplate?: string | undefined;
|
|
2568
|
+
newTagTemplate?: string | undefined;
|
|
2569
|
+
digestTemplate?: string | undefined;
|
|
2570
|
+
}, "newTagTemplate and digestTemplate are mutually exclusive on an image override.">]>, undefined>, undefined>;
|
|
2571
|
+
readonly helmReleases: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2572
|
+
readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2573
|
+
readonly chart: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2574
|
+
readonly repo: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2575
|
+
readonly version: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").RegexAction<string, "version must be a pinned semver (e.g. 1.2.3), not a floating tag like latest or ^1.0.">]>;
|
|
2576
|
+
readonly namespaceTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>, undefined>;
|
|
2577
|
+
readonly values: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnknownSchema, undefined>, undefined>;
|
|
2578
|
+
readonly set: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2579
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2580
|
+
readonly valueTemplate: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>;
|
|
2581
|
+
}, undefined>, undefined>, undefined>;
|
|
2582
|
+
readonly valuesSecretRefs: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
2583
|
+
readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2584
|
+
readonly secretRef: import("valibot").ObjectSchema<{
|
|
2585
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2586
|
+
}, undefined>;
|
|
2587
|
+
}, undefined>, undefined>, undefined>;
|
|
2588
|
+
readonly scope: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["per-environment", "shared"], undefined>, undefined>;
|
|
2589
|
+
}, undefined>, undefined>, undefined>;
|
|
2590
|
+
readonly secretInjections: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").VariantSchema<"mode", [import("valibot").ObjectSchema<{
|
|
2591
|
+
readonly mode: import("valibot").LiteralSchema<"secret", undefined>;
|
|
2592
|
+
readonly secretName: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>;
|
|
2593
|
+
readonly secretType: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
2594
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2595
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2596
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2597
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2598
|
+
}, undefined>, undefined>;
|
|
2599
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2600
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2601
|
+
key: string;
|
|
2602
|
+
secretRef?: {
|
|
2603
|
+
key: string;
|
|
2604
|
+
} | undefined;
|
|
2605
|
+
valueTemplate?: string | undefined;
|
|
2606
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2607
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
2608
|
+
readonly mode: import("valibot").LiteralSchema<"generatorEnvFile", undefined>;
|
|
2609
|
+
readonly envFilePath: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
|
|
2610
|
+
readonly entries: import("valibot").ArraySchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ObjectSchema<{
|
|
2611
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 256, undefined>]>;
|
|
2612
|
+
readonly secretRef: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
2613
|
+
readonly key: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, undefined>, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 64, undefined>]>;
|
|
2614
|
+
}, undefined>, undefined>;
|
|
2615
|
+
readonly valueTemplate: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
|
|
2616
|
+
}, undefined>, import("valibot").CheckAction<{
|
|
2617
|
+
key: string;
|
|
2618
|
+
secretRef?: {
|
|
2619
|
+
key: string;
|
|
2620
|
+
} | undefined;
|
|
2621
|
+
valueTemplate?: string | undefined;
|
|
2622
|
+
}, "a secret entry must set exactly one of secretRef or valueTemplate.">]>, undefined>;
|
|
2623
|
+
}, undefined>], undefined>, undefined>, undefined>;
|
|
1546
2624
|
}, undefined>, undefined>;
|
|
1547
2625
|
readonly cloudProvider: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["cloudflare", "docker", "aws", "gcp", "azure", "custom"], undefined>, undefined>;
|
|
1548
2626
|
readonly instanceSize: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["small", "medium", "large", "xlarge"], undefined>, undefined>;
|