@cloudfleet/sdk 0.0.1-081916a → 0.0.1-0880dd0
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/README.md +26 -2
- package/dist/@tanstack/react-query.gen.d.ts +436 -325
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/@tanstack/react-query.gen.js +467 -332
- package/dist/@tanstack/react-query.gen.js.map +1 -1
- package/dist/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +1 -4
- package/dist/client/client.gen.js.map +1 -1
- package/dist/client/types.gen.d.ts +1 -1
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +2 -2
- package/dist/client/utils.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.js +3 -3
- package/dist/client/utils.gen.js.map +1 -1
- package/dist/core/params.gen.js +4 -4
- package/dist/core/params.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +895 -116
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1825 -192
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +249 -196
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +358 -274
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +1439 -771
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3365 -1207
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1258 -296
- package/dist/zod.gen.js.map +1 -1
- package/package.json +8 -11
package/dist/zod.gen.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
import * as z from 'zod';
|
|
3
3
|
export const zBillingContact = z.object({
|
|
4
|
+
type: z.enum(['business', 'personal']),
|
|
4
5
|
company: z.string().min(2).max(120).regex(/^(?!\s)(?!.*\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$/).optional(),
|
|
5
6
|
address1: z.string().optional(),
|
|
6
7
|
address2: z.string().optional(),
|
|
@@ -166,22 +167,7 @@ export const zChart = z.object({
|
|
|
166
167
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
167
168
|
namespace: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
168
169
|
chart: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
169
|
-
status: z.
|
|
170
|
-
'InstallSucceeded',
|
|
171
|
-
'InstallFailed',
|
|
172
|
-
'UpgradeSucceeded',
|
|
173
|
-
'UpgradeFailed',
|
|
174
|
-
'TestSucceeded',
|
|
175
|
-
'TestFailed',
|
|
176
|
-
'RollbackSucceeded',
|
|
177
|
-
'RollbackFailed',
|
|
178
|
-
'UninstallSucceeded',
|
|
179
|
-
'UninstallFailed',
|
|
180
|
-
'ArtifactFailed',
|
|
181
|
-
'DependencyNotReady',
|
|
182
|
-
'Progressing',
|
|
183
|
-
'SourceNotReady'
|
|
184
|
-
]),
|
|
170
|
+
status: z.string(),
|
|
185
171
|
version_current: z.string(),
|
|
186
172
|
created_at: z.string(),
|
|
187
173
|
updated_at: z.string(),
|
|
@@ -191,26 +177,55 @@ export const zChartUpdateInput = z.object({
|
|
|
191
177
|
values: z.string(),
|
|
192
178
|
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/)
|
|
193
179
|
});
|
|
180
|
+
/**
|
|
181
|
+
* Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
182
|
+
*/
|
|
194
183
|
export const zClusterCreateInput = z.object({
|
|
195
184
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
196
|
-
tier: z.enum([
|
|
197
|
-
|
|
198
|
-
'
|
|
199
|
-
'
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
'
|
|
205
|
-
'
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
185
|
+
tier: z.enum([
|
|
186
|
+
'basic',
|
|
187
|
+
'pro',
|
|
188
|
+
'enterprise'
|
|
189
|
+
]).optional().default('basic'),
|
|
190
|
+
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional().default('1.x.x-cfke.x'),
|
|
191
|
+
release_channel: z.enum([
|
|
192
|
+
'rapid',
|
|
193
|
+
'stable',
|
|
194
|
+
'extended'
|
|
195
|
+
]).optional().default('rapid'),
|
|
196
|
+
features: z.object({
|
|
197
|
+
gpu_sharing_strategy: z.enum([
|
|
198
|
+
'none',
|
|
199
|
+
'mps',
|
|
200
|
+
'time_slicing'
|
|
201
|
+
]).optional().default('none'),
|
|
202
|
+
gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).optional().default(4),
|
|
203
|
+
cilium_socket_lb_host_namespace_only: z.boolean().optional()
|
|
204
|
+
}).optional().default({
|
|
205
|
+
gpu_sharing_strategy: 'none',
|
|
206
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
207
|
+
cilium_socket_lb_host_namespace_only: false
|
|
208
|
+
}),
|
|
209
|
+
region: z.string(),
|
|
210
|
+
networking: z.object({
|
|
211
|
+
pod_cidr: z.string().optional().default('10.244.0.0/16'),
|
|
212
|
+
service_cidr: z.string().optional().default('10.96.0.0/12'),
|
|
213
|
+
dual_stack: z.boolean().optional(),
|
|
214
|
+
pod_cidr_v6: z.string().optional().default('2001:db8:1:2::/48'),
|
|
215
|
+
service_cidr_v6: z.string().optional().default('2001:db8:1:1::/112')
|
|
216
|
+
}).optional().default({
|
|
217
|
+
pod_cidr: '10.244.0.0/16',
|
|
218
|
+
service_cidr: '10.96.0.0/12',
|
|
219
|
+
dual_stack: false,
|
|
220
|
+
pod_cidr_v6: '2001:db8:1:2::/48',
|
|
221
|
+
service_cidr_v6: '2001:db8:1:1::/112'
|
|
222
|
+
})
|
|
209
223
|
});
|
|
210
224
|
export const zClusterJoinInformation = z.object({
|
|
211
225
|
certificate_authority: z.string(),
|
|
212
226
|
endpoint: z.url(),
|
|
213
227
|
cluster_dns: z.string(),
|
|
228
|
+
pod_cidr: z.string(),
|
|
214
229
|
auth_key: z.string(),
|
|
215
230
|
bootstrap_token: z.string(),
|
|
216
231
|
versions: z.object({
|
|
@@ -225,100 +240,885 @@ export const zClusterJoinInformation = z.object({
|
|
|
225
240
|
gcp_workload_identity_provider: z.string()
|
|
226
241
|
})
|
|
227
242
|
});
|
|
243
|
+
/**
|
|
244
|
+
* Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
245
|
+
*/
|
|
228
246
|
export const zCluster = z.object({
|
|
229
247
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
230
|
-
tier: z.enum([
|
|
231
|
-
|
|
232
|
-
'
|
|
233
|
-
'
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
248
|
+
tier: z.enum([
|
|
249
|
+
'basic',
|
|
250
|
+
'pro',
|
|
251
|
+
'enterprise'
|
|
252
|
+
]).default('basic'),
|
|
253
|
+
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).default('1.x.x-cfke.x'),
|
|
254
|
+
release_channel: z.enum([
|
|
255
|
+
'rapid',
|
|
256
|
+
'stable',
|
|
257
|
+
'extended'
|
|
258
|
+
]).default('rapid'),
|
|
259
|
+
features: z.object({
|
|
260
|
+
gpu_sharing_strategy: z.enum([
|
|
261
|
+
'none',
|
|
262
|
+
'mps',
|
|
263
|
+
'time_slicing'
|
|
264
|
+
]).default('none'),
|
|
265
|
+
gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).default(4),
|
|
266
|
+
cilium_socket_lb_host_namespace_only: z.boolean()
|
|
267
|
+
}).default({
|
|
268
|
+
gpu_sharing_strategy: 'none',
|
|
269
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
270
|
+
cilium_socket_lb_host_namespace_only: false
|
|
271
|
+
}),
|
|
272
|
+
region: z.string(),
|
|
273
|
+
networking: z.object({
|
|
274
|
+
pod_cidr: z.string().default('10.244.0.0/16'),
|
|
275
|
+
service_cidr: z.string().default('10.96.0.0/12'),
|
|
276
|
+
dual_stack: z.boolean(),
|
|
277
|
+
pod_cidr_v6: z.string().default('2001:db8:1:2::/48'),
|
|
278
|
+
service_cidr_v6: z.string().default('2001:db8:1:1::/112')
|
|
279
|
+
}).default({
|
|
280
|
+
pod_cidr: '10.244.0.0/16',
|
|
281
|
+
service_cidr: '10.96.0.0/12',
|
|
282
|
+
dual_stack: false,
|
|
283
|
+
pod_cidr_v6: '2001:db8:1:2::/48',
|
|
284
|
+
service_cidr_v6: '2001:db8:1:1::/112'
|
|
285
|
+
}),
|
|
237
286
|
id: z.uuid(),
|
|
238
287
|
status: z.enum([
|
|
239
|
-
'active',
|
|
240
|
-
'disabled',
|
|
241
|
-
'deleted',
|
|
242
288
|
'creating',
|
|
243
289
|
'deployed',
|
|
244
|
-
'
|
|
245
|
-
'
|
|
290
|
+
'updating',
|
|
291
|
+
'disabled'
|
|
246
292
|
]),
|
|
247
293
|
endpoint: z.union([
|
|
248
294
|
z.url(),
|
|
249
295
|
z.enum([''])
|
|
250
296
|
]).optional(),
|
|
297
|
+
endpoint_public: z.union([
|
|
298
|
+
z.url(),
|
|
299
|
+
z.enum([''])
|
|
300
|
+
]).optional(),
|
|
251
301
|
certificate_ca: z.string().optional(),
|
|
252
302
|
version_current: z.string().optional(),
|
|
253
303
|
created_at: z.string().optional(),
|
|
254
304
|
updated_at: z.string().optional(),
|
|
255
|
-
ready: z.boolean()
|
|
256
|
-
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional()
|
|
305
|
+
ready: z.boolean()
|
|
257
306
|
});
|
|
307
|
+
/**
|
|
308
|
+
* Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
309
|
+
*/
|
|
258
310
|
export const zClusterUpdateInput = z.object({
|
|
259
|
-
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
|
|
260
|
-
tier: z.enum([
|
|
261
|
-
|
|
311
|
+
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
312
|
+
tier: z.enum([
|
|
313
|
+
'basic',
|
|
314
|
+
'pro',
|
|
315
|
+
'enterprise'
|
|
316
|
+
]).optional().default('basic'),
|
|
317
|
+
version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional().default('1.x.x-cfke.x'),
|
|
318
|
+
release_channel: z.enum([
|
|
319
|
+
'rapid',
|
|
320
|
+
'stable',
|
|
321
|
+
'extended'
|
|
322
|
+
]).optional().default('rapid'),
|
|
323
|
+
features: z.object({
|
|
324
|
+
gpu_sharing_strategy: z.enum([
|
|
325
|
+
'none',
|
|
326
|
+
'mps',
|
|
327
|
+
'time_slicing'
|
|
328
|
+
]).optional().default('none'),
|
|
329
|
+
gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).optional().default(4),
|
|
330
|
+
cilium_socket_lb_host_namespace_only: z.boolean().optional()
|
|
331
|
+
}).optional().default({
|
|
332
|
+
gpu_sharing_strategy: 'none',
|
|
333
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
334
|
+
cilium_socket_lb_host_namespace_only: false
|
|
335
|
+
})
|
|
262
336
|
});
|
|
337
|
+
/**
|
|
338
|
+
* Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
339
|
+
*/
|
|
263
340
|
export const zFleetCreateInput = z.object({
|
|
264
341
|
limits: z.object({
|
|
265
|
-
cpu: z.
|
|
342
|
+
cpu: z.int().gte(0).lte(100000).optional()
|
|
266
343
|
}).optional(),
|
|
267
344
|
gcp: z.object({
|
|
268
|
-
enabled: z.boolean()
|
|
269
|
-
project: z.string()
|
|
345
|
+
enabled: z.boolean(),
|
|
346
|
+
project: z.string().regex(/^[a-z][a-z0-9-]{4,28}[a-z0-9]$/).optional()
|
|
270
347
|
}).optional(),
|
|
271
348
|
hetzner: z.object({
|
|
272
|
-
enabled: z.boolean()
|
|
273
|
-
apiKey: z.string()
|
|
349
|
+
enabled: z.boolean(),
|
|
350
|
+
apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
|
|
274
351
|
}).optional(),
|
|
275
352
|
aws: z.object({
|
|
276
|
-
enabled: z.boolean()
|
|
277
|
-
controllerRoleArn: z.string()
|
|
353
|
+
enabled: z.boolean(),
|
|
354
|
+
controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
|
|
278
355
|
}).optional(),
|
|
356
|
+
constraints: z.object({
|
|
357
|
+
'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional().default(['on-demand', 'spot']),
|
|
358
|
+
'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional().default(['amd64']),
|
|
359
|
+
'cfke.io/instance-family': z.array(z.enum([
|
|
360
|
+
'a1',
|
|
361
|
+
'a2',
|
|
362
|
+
'a3',
|
|
363
|
+
'a4',
|
|
364
|
+
'c1',
|
|
365
|
+
'c2',
|
|
366
|
+
'c2d',
|
|
367
|
+
'c3',
|
|
368
|
+
'c3d',
|
|
369
|
+
'c4',
|
|
370
|
+
'c4a',
|
|
371
|
+
'c4d',
|
|
372
|
+
'c5',
|
|
373
|
+
'c5a',
|
|
374
|
+
'c5ad',
|
|
375
|
+
'c5d',
|
|
376
|
+
'c5n',
|
|
377
|
+
'c6a',
|
|
378
|
+
'c6g',
|
|
379
|
+
'c6gd',
|
|
380
|
+
'c6gn',
|
|
381
|
+
'c6i',
|
|
382
|
+
'c6id',
|
|
383
|
+
'c6in',
|
|
384
|
+
'c7a',
|
|
385
|
+
'c7g',
|
|
386
|
+
'c7gd',
|
|
387
|
+
'c7gn',
|
|
388
|
+
'c7i',
|
|
389
|
+
'c7i-flex',
|
|
390
|
+
'c8g',
|
|
391
|
+
'c8gd',
|
|
392
|
+
'cax',
|
|
393
|
+
'ccx',
|
|
394
|
+
'cpx',
|
|
395
|
+
'cx',
|
|
396
|
+
'd2',
|
|
397
|
+
'd3',
|
|
398
|
+
'd3en',
|
|
399
|
+
'dl1',
|
|
400
|
+
'dl2q',
|
|
401
|
+
'e2',
|
|
402
|
+
'f1',
|
|
403
|
+
'f2',
|
|
404
|
+
'g1',
|
|
405
|
+
'g2',
|
|
406
|
+
'g4ad',
|
|
407
|
+
'g4dn',
|
|
408
|
+
'g5',
|
|
409
|
+
'g5g',
|
|
410
|
+
'g6',
|
|
411
|
+
'g6e',
|
|
412
|
+
'gr6',
|
|
413
|
+
'h1',
|
|
414
|
+
'h3',
|
|
415
|
+
'hpc6a',
|
|
416
|
+
'hpc6id',
|
|
417
|
+
'hpc7a',
|
|
418
|
+
'hpc7g',
|
|
419
|
+
'i2',
|
|
420
|
+
'i3',
|
|
421
|
+
'i3en',
|
|
422
|
+
'i4g',
|
|
423
|
+
'i4i',
|
|
424
|
+
'i7i',
|
|
425
|
+
'i7ie',
|
|
426
|
+
'i8g',
|
|
427
|
+
'im4gn',
|
|
428
|
+
'inf1',
|
|
429
|
+
'inf2',
|
|
430
|
+
'is4gen',
|
|
431
|
+
'm1',
|
|
432
|
+
'm2',
|
|
433
|
+
'm3',
|
|
434
|
+
'm4',
|
|
435
|
+
'm5',
|
|
436
|
+
'm5a',
|
|
437
|
+
'm5ad',
|
|
438
|
+
'm5d',
|
|
439
|
+
'm5dn',
|
|
440
|
+
'm5n',
|
|
441
|
+
'm5zn',
|
|
442
|
+
'm6a',
|
|
443
|
+
'm6g',
|
|
444
|
+
'm6gd',
|
|
445
|
+
'm6i',
|
|
446
|
+
'm6id',
|
|
447
|
+
'm6idn',
|
|
448
|
+
'm6in',
|
|
449
|
+
'm7a',
|
|
450
|
+
'm7g',
|
|
451
|
+
'm7gd',
|
|
452
|
+
'm7i',
|
|
453
|
+
'm7i-flex',
|
|
454
|
+
'm8g',
|
|
455
|
+
'm8gd',
|
|
456
|
+
'n1',
|
|
457
|
+
'n2',
|
|
458
|
+
'n2d',
|
|
459
|
+
'n4',
|
|
460
|
+
'p3',
|
|
461
|
+
'p3dn',
|
|
462
|
+
'p4d',
|
|
463
|
+
'p4de',
|
|
464
|
+
'p5',
|
|
465
|
+
'p5e',
|
|
466
|
+
'p5en',
|
|
467
|
+
'p6-b200',
|
|
468
|
+
'r3',
|
|
469
|
+
'r4',
|
|
470
|
+
'r5',
|
|
471
|
+
'r5a',
|
|
472
|
+
'r5ad',
|
|
473
|
+
'r5b',
|
|
474
|
+
'r5d',
|
|
475
|
+
'r5dn',
|
|
476
|
+
'r5n',
|
|
477
|
+
'r6a',
|
|
478
|
+
'r6g',
|
|
479
|
+
'r6gd',
|
|
480
|
+
'r6i',
|
|
481
|
+
'r6id',
|
|
482
|
+
'r6idn',
|
|
483
|
+
'r6in',
|
|
484
|
+
'r7a',
|
|
485
|
+
'r7g',
|
|
486
|
+
'r7gd',
|
|
487
|
+
'r7i',
|
|
488
|
+
'r7iz',
|
|
489
|
+
'r8g',
|
|
490
|
+
'r8gd',
|
|
491
|
+
't2',
|
|
492
|
+
't2a',
|
|
493
|
+
't2d',
|
|
494
|
+
't3',
|
|
495
|
+
't3a',
|
|
496
|
+
't4g',
|
|
497
|
+
'trn1',
|
|
498
|
+
'trn1n',
|
|
499
|
+
'u-3tb1',
|
|
500
|
+
'u-6tb1',
|
|
501
|
+
'u7i-12tb',
|
|
502
|
+
'u7i-6tb',
|
|
503
|
+
'u7i-8tb',
|
|
504
|
+
'u7in-16tb',
|
|
505
|
+
'u7in-24tb',
|
|
506
|
+
'u7in-32tb',
|
|
507
|
+
'vt1',
|
|
508
|
+
'x1',
|
|
509
|
+
'x1e',
|
|
510
|
+
'x2gd',
|
|
511
|
+
'x2idn',
|
|
512
|
+
'x2iedn',
|
|
513
|
+
'x2iezn',
|
|
514
|
+
'x4',
|
|
515
|
+
'x8g',
|
|
516
|
+
'z1d',
|
|
517
|
+
'z3'
|
|
518
|
+
])).optional().default([]),
|
|
519
|
+
'topology.kubernetes.io/region': z.array(z.enum([
|
|
520
|
+
'africa-south1',
|
|
521
|
+
'ap-northeast-1',
|
|
522
|
+
'ap-northeast-2',
|
|
523
|
+
'ap-northeast-3',
|
|
524
|
+
'ap-south-1',
|
|
525
|
+
'ap-southeast-1',
|
|
526
|
+
'ap-southeast-2',
|
|
527
|
+
'ash',
|
|
528
|
+
'asia-east1',
|
|
529
|
+
'asia-east2',
|
|
530
|
+
'asia-northeast1',
|
|
531
|
+
'asia-northeast2',
|
|
532
|
+
'asia-northeast3',
|
|
533
|
+
'asia-south1',
|
|
534
|
+
'asia-south2',
|
|
535
|
+
'asia-southeast1',
|
|
536
|
+
'asia-southeast2',
|
|
537
|
+
'australia-southeast1',
|
|
538
|
+
'australia-southeast2',
|
|
539
|
+
'ca-central-1',
|
|
540
|
+
'eu-central-1',
|
|
541
|
+
'eu-central-2',
|
|
542
|
+
'eu-north-1',
|
|
543
|
+
'eu-west-1',
|
|
544
|
+
'eu-west-2',
|
|
545
|
+
'eu-west-3',
|
|
546
|
+
'europe-central2',
|
|
547
|
+
'europe-north1',
|
|
548
|
+
'europe-southwest1',
|
|
549
|
+
'europe-west1',
|
|
550
|
+
'europe-west10',
|
|
551
|
+
'europe-west12',
|
|
552
|
+
'europe-west2',
|
|
553
|
+
'europe-west3',
|
|
554
|
+
'europe-west4',
|
|
555
|
+
'europe-west6',
|
|
556
|
+
'europe-west8',
|
|
557
|
+
'europe-west9',
|
|
558
|
+
'fsn1',
|
|
559
|
+
'hel1',
|
|
560
|
+
'hil',
|
|
561
|
+
'me-central1',
|
|
562
|
+
'me-central2',
|
|
563
|
+
'me-west1',
|
|
564
|
+
'nbg1',
|
|
565
|
+
'northamerica-northeast1',
|
|
566
|
+
'northamerica-northeast2',
|
|
567
|
+
'sa-east-1',
|
|
568
|
+
'sin',
|
|
569
|
+
'southamerica-east1',
|
|
570
|
+
'southamerica-west1',
|
|
571
|
+
'us-central1',
|
|
572
|
+
'us-east-1',
|
|
573
|
+
'us-east-2',
|
|
574
|
+
'us-east1',
|
|
575
|
+
'us-east4',
|
|
576
|
+
'us-east5',
|
|
577
|
+
'us-south1',
|
|
578
|
+
'us-west-1',
|
|
579
|
+
'us-west-2',
|
|
580
|
+
'us-west1',
|
|
581
|
+
'us-west2',
|
|
582
|
+
'us-west3',
|
|
583
|
+
'us-west4'
|
|
584
|
+
])).optional().default([])
|
|
585
|
+
}).optional().default({
|
|
586
|
+
'karpenter.sh/capacity-type': ['on-demand', 'spot'],
|
|
587
|
+
'kubernetes.io/arch': ['amd64'],
|
|
588
|
+
'cfke.io/instance-family': [],
|
|
589
|
+
'topology.kubernetes.io/region': []
|
|
590
|
+
}),
|
|
591
|
+
scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative'),
|
|
279
592
|
id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
|
|
280
593
|
});
|
|
594
|
+
/**
|
|
595
|
+
* Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
596
|
+
*/
|
|
281
597
|
export const zFleet = z.object({
|
|
282
598
|
limits: z.object({
|
|
283
|
-
cpu: z.
|
|
599
|
+
cpu: z.int().gte(0).lte(100000).optional()
|
|
284
600
|
}).optional(),
|
|
285
601
|
gcp: z.object({
|
|
286
|
-
enabled: z.boolean()
|
|
287
|
-
project: z.string()
|
|
602
|
+
enabled: z.boolean(),
|
|
603
|
+
project: z.string().regex(/^[a-z][a-z0-9-]{4,28}[a-z0-9]$/).optional()
|
|
288
604
|
}).optional(),
|
|
289
605
|
hetzner: z.object({
|
|
290
|
-
enabled: z.boolean()
|
|
291
|
-
apiKey: z.string()
|
|
606
|
+
enabled: z.boolean(),
|
|
607
|
+
apiKey: z.string().regex(/^\*{64}$/).optional()
|
|
292
608
|
}).optional(),
|
|
293
609
|
aws: z.object({
|
|
294
|
-
enabled: z.boolean()
|
|
295
|
-
controllerRoleArn: z.string()
|
|
610
|
+
enabled: z.boolean(),
|
|
611
|
+
controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
|
|
296
612
|
}).optional(),
|
|
297
|
-
|
|
613
|
+
constraints: z.object({
|
|
614
|
+
'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).default(['on-demand', 'spot']),
|
|
615
|
+
'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).default(['amd64']),
|
|
616
|
+
'cfke.io/instance-family': z.array(z.enum([
|
|
617
|
+
'a1',
|
|
618
|
+
'a2',
|
|
619
|
+
'a3',
|
|
620
|
+
'a4',
|
|
621
|
+
'c1',
|
|
622
|
+
'c2',
|
|
623
|
+
'c2d',
|
|
624
|
+
'c3',
|
|
625
|
+
'c3d',
|
|
626
|
+
'c4',
|
|
627
|
+
'c4a',
|
|
628
|
+
'c4d',
|
|
629
|
+
'c5',
|
|
630
|
+
'c5a',
|
|
631
|
+
'c5ad',
|
|
632
|
+
'c5d',
|
|
633
|
+
'c5n',
|
|
634
|
+
'c6a',
|
|
635
|
+
'c6g',
|
|
636
|
+
'c6gd',
|
|
637
|
+
'c6gn',
|
|
638
|
+
'c6i',
|
|
639
|
+
'c6id',
|
|
640
|
+
'c6in',
|
|
641
|
+
'c7a',
|
|
642
|
+
'c7g',
|
|
643
|
+
'c7gd',
|
|
644
|
+
'c7gn',
|
|
645
|
+
'c7i',
|
|
646
|
+
'c7i-flex',
|
|
647
|
+
'c8g',
|
|
648
|
+
'c8gd',
|
|
649
|
+
'cax',
|
|
650
|
+
'ccx',
|
|
651
|
+
'cpx',
|
|
652
|
+
'cx',
|
|
653
|
+
'd2',
|
|
654
|
+
'd3',
|
|
655
|
+
'd3en',
|
|
656
|
+
'dl1',
|
|
657
|
+
'dl2q',
|
|
658
|
+
'e2',
|
|
659
|
+
'f1',
|
|
660
|
+
'f2',
|
|
661
|
+
'g1',
|
|
662
|
+
'g2',
|
|
663
|
+
'g4ad',
|
|
664
|
+
'g4dn',
|
|
665
|
+
'g5',
|
|
666
|
+
'g5g',
|
|
667
|
+
'g6',
|
|
668
|
+
'g6e',
|
|
669
|
+
'gr6',
|
|
670
|
+
'h1',
|
|
671
|
+
'h3',
|
|
672
|
+
'hpc6a',
|
|
673
|
+
'hpc6id',
|
|
674
|
+
'hpc7a',
|
|
675
|
+
'hpc7g',
|
|
676
|
+
'i2',
|
|
677
|
+
'i3',
|
|
678
|
+
'i3en',
|
|
679
|
+
'i4g',
|
|
680
|
+
'i4i',
|
|
681
|
+
'i7i',
|
|
682
|
+
'i7ie',
|
|
683
|
+
'i8g',
|
|
684
|
+
'im4gn',
|
|
685
|
+
'inf1',
|
|
686
|
+
'inf2',
|
|
687
|
+
'is4gen',
|
|
688
|
+
'm1',
|
|
689
|
+
'm2',
|
|
690
|
+
'm3',
|
|
691
|
+
'm4',
|
|
692
|
+
'm5',
|
|
693
|
+
'm5a',
|
|
694
|
+
'm5ad',
|
|
695
|
+
'm5d',
|
|
696
|
+
'm5dn',
|
|
697
|
+
'm5n',
|
|
698
|
+
'm5zn',
|
|
699
|
+
'm6a',
|
|
700
|
+
'm6g',
|
|
701
|
+
'm6gd',
|
|
702
|
+
'm6i',
|
|
703
|
+
'm6id',
|
|
704
|
+
'm6idn',
|
|
705
|
+
'm6in',
|
|
706
|
+
'm7a',
|
|
707
|
+
'm7g',
|
|
708
|
+
'm7gd',
|
|
709
|
+
'm7i',
|
|
710
|
+
'm7i-flex',
|
|
711
|
+
'm8g',
|
|
712
|
+
'm8gd',
|
|
713
|
+
'n1',
|
|
714
|
+
'n2',
|
|
715
|
+
'n2d',
|
|
716
|
+
'n4',
|
|
717
|
+
'p3',
|
|
718
|
+
'p3dn',
|
|
719
|
+
'p4d',
|
|
720
|
+
'p4de',
|
|
721
|
+
'p5',
|
|
722
|
+
'p5e',
|
|
723
|
+
'p5en',
|
|
724
|
+
'p6-b200',
|
|
725
|
+
'r3',
|
|
726
|
+
'r4',
|
|
727
|
+
'r5',
|
|
728
|
+
'r5a',
|
|
729
|
+
'r5ad',
|
|
730
|
+
'r5b',
|
|
731
|
+
'r5d',
|
|
732
|
+
'r5dn',
|
|
733
|
+
'r5n',
|
|
734
|
+
'r6a',
|
|
735
|
+
'r6g',
|
|
736
|
+
'r6gd',
|
|
737
|
+
'r6i',
|
|
738
|
+
'r6id',
|
|
739
|
+
'r6idn',
|
|
740
|
+
'r6in',
|
|
741
|
+
'r7a',
|
|
742
|
+
'r7g',
|
|
743
|
+
'r7gd',
|
|
744
|
+
'r7i',
|
|
745
|
+
'r7iz',
|
|
746
|
+
'r8g',
|
|
747
|
+
'r8gd',
|
|
748
|
+
't2',
|
|
749
|
+
't2a',
|
|
750
|
+
't2d',
|
|
751
|
+
't3',
|
|
752
|
+
't3a',
|
|
753
|
+
't4g',
|
|
754
|
+
'trn1',
|
|
755
|
+
'trn1n',
|
|
756
|
+
'u-3tb1',
|
|
757
|
+
'u-6tb1',
|
|
758
|
+
'u7i-12tb',
|
|
759
|
+
'u7i-6tb',
|
|
760
|
+
'u7i-8tb',
|
|
761
|
+
'u7in-16tb',
|
|
762
|
+
'u7in-24tb',
|
|
763
|
+
'u7in-32tb',
|
|
764
|
+
'vt1',
|
|
765
|
+
'x1',
|
|
766
|
+
'x1e',
|
|
767
|
+
'x2gd',
|
|
768
|
+
'x2idn',
|
|
769
|
+
'x2iedn',
|
|
770
|
+
'x2iezn',
|
|
771
|
+
'x4',
|
|
772
|
+
'x8g',
|
|
773
|
+
'z1d',
|
|
774
|
+
'z3'
|
|
775
|
+
])).optional().default([]),
|
|
776
|
+
'topology.kubernetes.io/region': z.array(z.enum([
|
|
777
|
+
'africa-south1',
|
|
778
|
+
'ap-northeast-1',
|
|
779
|
+
'ap-northeast-2',
|
|
780
|
+
'ap-northeast-3',
|
|
781
|
+
'ap-south-1',
|
|
782
|
+
'ap-southeast-1',
|
|
783
|
+
'ap-southeast-2',
|
|
784
|
+
'ash',
|
|
785
|
+
'asia-east1',
|
|
786
|
+
'asia-east2',
|
|
787
|
+
'asia-northeast1',
|
|
788
|
+
'asia-northeast2',
|
|
789
|
+
'asia-northeast3',
|
|
790
|
+
'asia-south1',
|
|
791
|
+
'asia-south2',
|
|
792
|
+
'asia-southeast1',
|
|
793
|
+
'asia-southeast2',
|
|
794
|
+
'australia-southeast1',
|
|
795
|
+
'australia-southeast2',
|
|
796
|
+
'ca-central-1',
|
|
797
|
+
'eu-central-1',
|
|
798
|
+
'eu-central-2',
|
|
799
|
+
'eu-north-1',
|
|
800
|
+
'eu-west-1',
|
|
801
|
+
'eu-west-2',
|
|
802
|
+
'eu-west-3',
|
|
803
|
+
'europe-central2',
|
|
804
|
+
'europe-north1',
|
|
805
|
+
'europe-southwest1',
|
|
806
|
+
'europe-west1',
|
|
807
|
+
'europe-west10',
|
|
808
|
+
'europe-west12',
|
|
809
|
+
'europe-west2',
|
|
810
|
+
'europe-west3',
|
|
811
|
+
'europe-west4',
|
|
812
|
+
'europe-west6',
|
|
813
|
+
'europe-west8',
|
|
814
|
+
'europe-west9',
|
|
815
|
+
'fsn1',
|
|
816
|
+
'hel1',
|
|
817
|
+
'hil',
|
|
818
|
+
'me-central1',
|
|
819
|
+
'me-central2',
|
|
820
|
+
'me-west1',
|
|
821
|
+
'nbg1',
|
|
822
|
+
'northamerica-northeast1',
|
|
823
|
+
'northamerica-northeast2',
|
|
824
|
+
'sa-east-1',
|
|
825
|
+
'sin',
|
|
826
|
+
'southamerica-east1',
|
|
827
|
+
'southamerica-west1',
|
|
828
|
+
'us-central1',
|
|
829
|
+
'us-east-1',
|
|
830
|
+
'us-east-2',
|
|
831
|
+
'us-east1',
|
|
832
|
+
'us-east4',
|
|
833
|
+
'us-east5',
|
|
834
|
+
'us-south1',
|
|
835
|
+
'us-west-1',
|
|
836
|
+
'us-west-2',
|
|
837
|
+
'us-west1',
|
|
838
|
+
'us-west2',
|
|
839
|
+
'us-west3',
|
|
840
|
+
'us-west4'
|
|
841
|
+
])).optional().default([])
|
|
842
|
+
}).default({
|
|
843
|
+
'karpenter.sh/capacity-type': ['on-demand', 'spot'],
|
|
844
|
+
'kubernetes.io/arch': ['amd64'],
|
|
845
|
+
'cfke.io/instance-family': [],
|
|
846
|
+
'topology.kubernetes.io/region': []
|
|
847
|
+
}),
|
|
848
|
+
scalingProfile: z.enum(['aggressive', 'conservative']).default('conservative'),
|
|
849
|
+
id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
850
|
+
ready: z.boolean(),
|
|
851
|
+
status_message: z.string().optional(),
|
|
852
|
+
created_at: z.string(),
|
|
853
|
+
updated_at: z.string()
|
|
298
854
|
});
|
|
855
|
+
/**
|
|
856
|
+
* Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
857
|
+
*/
|
|
299
858
|
export const zFleetUpdateInput = z.object({
|
|
300
859
|
limits: z.object({
|
|
301
|
-
cpu: z.
|
|
860
|
+
cpu: z.int().gte(0).lte(100000).optional()
|
|
302
861
|
}).optional(),
|
|
303
862
|
gcp: z.object({
|
|
304
|
-
enabled: z.boolean()
|
|
305
|
-
project: z.string()
|
|
863
|
+
enabled: z.boolean(),
|
|
864
|
+
project: z.string().regex(/^[a-z][a-z0-9-]{4,28}[a-z0-9]$/).optional()
|
|
306
865
|
}).optional(),
|
|
307
866
|
hetzner: z.object({
|
|
308
|
-
enabled: z.boolean()
|
|
309
|
-
apiKey: z.string()
|
|
867
|
+
enabled: z.boolean(),
|
|
868
|
+
apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
|
|
310
869
|
}).optional(),
|
|
311
870
|
aws: z.object({
|
|
312
|
-
enabled: z.boolean()
|
|
313
|
-
controllerRoleArn: z.string()
|
|
314
|
-
}).optional()
|
|
871
|
+
enabled: z.boolean(),
|
|
872
|
+
controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
|
|
873
|
+
}).optional(),
|
|
874
|
+
constraints: z.object({
|
|
875
|
+
'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional().default(['on-demand', 'spot']),
|
|
876
|
+
'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional().default(['amd64']),
|
|
877
|
+
'cfke.io/instance-family': z.array(z.enum([
|
|
878
|
+
'a1',
|
|
879
|
+
'a2',
|
|
880
|
+
'a3',
|
|
881
|
+
'a4',
|
|
882
|
+
'c1',
|
|
883
|
+
'c2',
|
|
884
|
+
'c2d',
|
|
885
|
+
'c3',
|
|
886
|
+
'c3d',
|
|
887
|
+
'c4',
|
|
888
|
+
'c4a',
|
|
889
|
+
'c4d',
|
|
890
|
+
'c5',
|
|
891
|
+
'c5a',
|
|
892
|
+
'c5ad',
|
|
893
|
+
'c5d',
|
|
894
|
+
'c5n',
|
|
895
|
+
'c6a',
|
|
896
|
+
'c6g',
|
|
897
|
+
'c6gd',
|
|
898
|
+
'c6gn',
|
|
899
|
+
'c6i',
|
|
900
|
+
'c6id',
|
|
901
|
+
'c6in',
|
|
902
|
+
'c7a',
|
|
903
|
+
'c7g',
|
|
904
|
+
'c7gd',
|
|
905
|
+
'c7gn',
|
|
906
|
+
'c7i',
|
|
907
|
+
'c7i-flex',
|
|
908
|
+
'c8g',
|
|
909
|
+
'c8gd',
|
|
910
|
+
'cax',
|
|
911
|
+
'ccx',
|
|
912
|
+
'cpx',
|
|
913
|
+
'cx',
|
|
914
|
+
'd2',
|
|
915
|
+
'd3',
|
|
916
|
+
'd3en',
|
|
917
|
+
'dl1',
|
|
918
|
+
'dl2q',
|
|
919
|
+
'e2',
|
|
920
|
+
'f1',
|
|
921
|
+
'f2',
|
|
922
|
+
'g1',
|
|
923
|
+
'g2',
|
|
924
|
+
'g4ad',
|
|
925
|
+
'g4dn',
|
|
926
|
+
'g5',
|
|
927
|
+
'g5g',
|
|
928
|
+
'g6',
|
|
929
|
+
'g6e',
|
|
930
|
+
'gr6',
|
|
931
|
+
'h1',
|
|
932
|
+
'h3',
|
|
933
|
+
'hpc6a',
|
|
934
|
+
'hpc6id',
|
|
935
|
+
'hpc7a',
|
|
936
|
+
'hpc7g',
|
|
937
|
+
'i2',
|
|
938
|
+
'i3',
|
|
939
|
+
'i3en',
|
|
940
|
+
'i4g',
|
|
941
|
+
'i4i',
|
|
942
|
+
'i7i',
|
|
943
|
+
'i7ie',
|
|
944
|
+
'i8g',
|
|
945
|
+
'im4gn',
|
|
946
|
+
'inf1',
|
|
947
|
+
'inf2',
|
|
948
|
+
'is4gen',
|
|
949
|
+
'm1',
|
|
950
|
+
'm2',
|
|
951
|
+
'm3',
|
|
952
|
+
'm4',
|
|
953
|
+
'm5',
|
|
954
|
+
'm5a',
|
|
955
|
+
'm5ad',
|
|
956
|
+
'm5d',
|
|
957
|
+
'm5dn',
|
|
958
|
+
'm5n',
|
|
959
|
+
'm5zn',
|
|
960
|
+
'm6a',
|
|
961
|
+
'm6g',
|
|
962
|
+
'm6gd',
|
|
963
|
+
'm6i',
|
|
964
|
+
'm6id',
|
|
965
|
+
'm6idn',
|
|
966
|
+
'm6in',
|
|
967
|
+
'm7a',
|
|
968
|
+
'm7g',
|
|
969
|
+
'm7gd',
|
|
970
|
+
'm7i',
|
|
971
|
+
'm7i-flex',
|
|
972
|
+
'm8g',
|
|
973
|
+
'm8gd',
|
|
974
|
+
'n1',
|
|
975
|
+
'n2',
|
|
976
|
+
'n2d',
|
|
977
|
+
'n4',
|
|
978
|
+
'p3',
|
|
979
|
+
'p3dn',
|
|
980
|
+
'p4d',
|
|
981
|
+
'p4de',
|
|
982
|
+
'p5',
|
|
983
|
+
'p5e',
|
|
984
|
+
'p5en',
|
|
985
|
+
'p6-b200',
|
|
986
|
+
'r3',
|
|
987
|
+
'r4',
|
|
988
|
+
'r5',
|
|
989
|
+
'r5a',
|
|
990
|
+
'r5ad',
|
|
991
|
+
'r5b',
|
|
992
|
+
'r5d',
|
|
993
|
+
'r5dn',
|
|
994
|
+
'r5n',
|
|
995
|
+
'r6a',
|
|
996
|
+
'r6g',
|
|
997
|
+
'r6gd',
|
|
998
|
+
'r6i',
|
|
999
|
+
'r6id',
|
|
1000
|
+
'r6idn',
|
|
1001
|
+
'r6in',
|
|
1002
|
+
'r7a',
|
|
1003
|
+
'r7g',
|
|
1004
|
+
'r7gd',
|
|
1005
|
+
'r7i',
|
|
1006
|
+
'r7iz',
|
|
1007
|
+
'r8g',
|
|
1008
|
+
'r8gd',
|
|
1009
|
+
't2',
|
|
1010
|
+
't2a',
|
|
1011
|
+
't2d',
|
|
1012
|
+
't3',
|
|
1013
|
+
't3a',
|
|
1014
|
+
't4g',
|
|
1015
|
+
'trn1',
|
|
1016
|
+
'trn1n',
|
|
1017
|
+
'u-3tb1',
|
|
1018
|
+
'u-6tb1',
|
|
1019
|
+
'u7i-12tb',
|
|
1020
|
+
'u7i-6tb',
|
|
1021
|
+
'u7i-8tb',
|
|
1022
|
+
'u7in-16tb',
|
|
1023
|
+
'u7in-24tb',
|
|
1024
|
+
'u7in-32tb',
|
|
1025
|
+
'vt1',
|
|
1026
|
+
'x1',
|
|
1027
|
+
'x1e',
|
|
1028
|
+
'x2gd',
|
|
1029
|
+
'x2idn',
|
|
1030
|
+
'x2iedn',
|
|
1031
|
+
'x2iezn',
|
|
1032
|
+
'x4',
|
|
1033
|
+
'x8g',
|
|
1034
|
+
'z1d',
|
|
1035
|
+
'z3'
|
|
1036
|
+
])).optional().default([]),
|
|
1037
|
+
'topology.kubernetes.io/region': z.array(z.enum([
|
|
1038
|
+
'africa-south1',
|
|
1039
|
+
'ap-northeast-1',
|
|
1040
|
+
'ap-northeast-2',
|
|
1041
|
+
'ap-northeast-3',
|
|
1042
|
+
'ap-south-1',
|
|
1043
|
+
'ap-southeast-1',
|
|
1044
|
+
'ap-southeast-2',
|
|
1045
|
+
'ash',
|
|
1046
|
+
'asia-east1',
|
|
1047
|
+
'asia-east2',
|
|
1048
|
+
'asia-northeast1',
|
|
1049
|
+
'asia-northeast2',
|
|
1050
|
+
'asia-northeast3',
|
|
1051
|
+
'asia-south1',
|
|
1052
|
+
'asia-south2',
|
|
1053
|
+
'asia-southeast1',
|
|
1054
|
+
'asia-southeast2',
|
|
1055
|
+
'australia-southeast1',
|
|
1056
|
+
'australia-southeast2',
|
|
1057
|
+
'ca-central-1',
|
|
1058
|
+
'eu-central-1',
|
|
1059
|
+
'eu-central-2',
|
|
1060
|
+
'eu-north-1',
|
|
1061
|
+
'eu-west-1',
|
|
1062
|
+
'eu-west-2',
|
|
1063
|
+
'eu-west-3',
|
|
1064
|
+
'europe-central2',
|
|
1065
|
+
'europe-north1',
|
|
1066
|
+
'europe-southwest1',
|
|
1067
|
+
'europe-west1',
|
|
1068
|
+
'europe-west10',
|
|
1069
|
+
'europe-west12',
|
|
1070
|
+
'europe-west2',
|
|
1071
|
+
'europe-west3',
|
|
1072
|
+
'europe-west4',
|
|
1073
|
+
'europe-west6',
|
|
1074
|
+
'europe-west8',
|
|
1075
|
+
'europe-west9',
|
|
1076
|
+
'fsn1',
|
|
1077
|
+
'hel1',
|
|
1078
|
+
'hil',
|
|
1079
|
+
'me-central1',
|
|
1080
|
+
'me-central2',
|
|
1081
|
+
'me-west1',
|
|
1082
|
+
'nbg1',
|
|
1083
|
+
'northamerica-northeast1',
|
|
1084
|
+
'northamerica-northeast2',
|
|
1085
|
+
'sa-east-1',
|
|
1086
|
+
'sin',
|
|
1087
|
+
'southamerica-east1',
|
|
1088
|
+
'southamerica-west1',
|
|
1089
|
+
'us-central1',
|
|
1090
|
+
'us-east-1',
|
|
1091
|
+
'us-east-2',
|
|
1092
|
+
'us-east1',
|
|
1093
|
+
'us-east4',
|
|
1094
|
+
'us-east5',
|
|
1095
|
+
'us-south1',
|
|
1096
|
+
'us-west-1',
|
|
1097
|
+
'us-west-2',
|
|
1098
|
+
'us-west1',
|
|
1099
|
+
'us-west2',
|
|
1100
|
+
'us-west3',
|
|
1101
|
+
'us-west4'
|
|
1102
|
+
])).optional().default([])
|
|
1103
|
+
}).optional().default({
|
|
1104
|
+
'karpenter.sh/capacity-type': ['on-demand', 'spot'],
|
|
1105
|
+
'kubernetes.io/arch': ['amd64'],
|
|
1106
|
+
'cfke.io/instance-family': [],
|
|
1107
|
+
'topology.kubernetes.io/region': []
|
|
1108
|
+
}),
|
|
1109
|
+
scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative')
|
|
1110
|
+
});
|
|
1111
|
+
export const zInviteCreateInput = z.object({
|
|
1112
|
+
email: z.email(),
|
|
1113
|
+
role: z.enum(['Administrator', 'User']).optional().default('User')
|
|
315
1114
|
});
|
|
316
1115
|
export const zInvite = z.object({
|
|
317
1116
|
id: z.string().optional(),
|
|
318
1117
|
organization_id: z.uuid().optional(),
|
|
319
1118
|
date_created: z.iso.datetime(),
|
|
320
1119
|
email: z.email().optional(),
|
|
321
|
-
code: z.string().optional()
|
|
1120
|
+
code: z.string().optional(),
|
|
1121
|
+
role: z.enum(['Administrator', 'User']).optional().default('User')
|
|
322
1122
|
});
|
|
323
1123
|
export const zInvoice = z.object({
|
|
324
1124
|
id: z.string().optional(),
|
|
@@ -358,21 +1158,28 @@ export const zMarketplaceListing = z.object({
|
|
|
358
1158
|
}).optional()
|
|
359
1159
|
});
|
|
360
1160
|
export const zOrganizationCreateInput = z.object({
|
|
1161
|
+
type: z.enum(['business', 'personal']),
|
|
361
1162
|
email: z.email(),
|
|
362
|
-
first_name: z.string(),
|
|
363
|
-
last_name: z.string(),
|
|
1163
|
+
first_name: z.string().min(1),
|
|
1164
|
+
last_name: z.string().min(1),
|
|
364
1165
|
company_name: z.string().min(2).max(120).regex(/^(?!\s)(?!.*\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$/),
|
|
365
1166
|
password: z.string().min(8)
|
|
366
1167
|
});
|
|
1168
|
+
export const zOrganizationCreateOutput = z.object({
|
|
1169
|
+
id: z.string()
|
|
1170
|
+
});
|
|
367
1171
|
export const zOrganization = z.object({
|
|
368
1172
|
id: z.uuid(),
|
|
369
1173
|
name: z.string().min(2).max(120).optional(),
|
|
1174
|
+
type: z.enum(['business', 'personal']),
|
|
370
1175
|
date_created: z.iso.datetime(),
|
|
371
1176
|
quota: z.object({
|
|
372
1177
|
basic_clusters_max: z.int().gte(0),
|
|
373
1178
|
basic_clusters_available: z.int(),
|
|
374
1179
|
pro_clusters_max: z.int().gte(0),
|
|
375
1180
|
pro_clusters_available: z.int(),
|
|
1181
|
+
enterprise_clusters_max: z.int().gte(0),
|
|
1182
|
+
enterprise_clusters_available: z.int(),
|
|
376
1183
|
fleets_max: z.int().gte(0),
|
|
377
1184
|
cluster_tiers: z.array(z.string()).min(0),
|
|
378
1185
|
regions: z.array(z.string()).min(1),
|
|
@@ -386,32 +1193,36 @@ export const zOrganization = z.object({
|
|
|
386
1193
|
'active',
|
|
387
1194
|
'closed',
|
|
388
1195
|
'suspended'
|
|
1196
|
+
]),
|
|
1197
|
+
verification: z.enum([
|
|
1198
|
+
'none',
|
|
1199
|
+
'submitted',
|
|
1200
|
+
'verified'
|
|
389
1201
|
])
|
|
390
1202
|
});
|
|
391
1203
|
export const zPaymentMethod = z.object({
|
|
392
|
-
id: z.
|
|
393
|
-
|
|
394
|
-
|
|
1204
|
+
id: z.string(),
|
|
1205
|
+
type: z.enum([
|
|
1206
|
+
'card',
|
|
1207
|
+
'sepa_debit',
|
|
1208
|
+
'bank_transfer'
|
|
1209
|
+
]),
|
|
395
1210
|
last4: z.string(),
|
|
396
1211
|
exp_month: z.int().gte(1).lte(12),
|
|
397
|
-
exp_year: z.int()
|
|
398
|
-
brand: z.
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
'jcb',
|
|
404
|
-
'mastercard',
|
|
405
|
-
'unionpay',
|
|
406
|
-
'visa',
|
|
407
|
-
'unknown'
|
|
408
|
-
])
|
|
1212
|
+
exp_year: z.int(),
|
|
1213
|
+
brand: z.string(),
|
|
1214
|
+
iban: z.string(),
|
|
1215
|
+
bic: z.string(),
|
|
1216
|
+
account_holder_name: z.string(),
|
|
1217
|
+
is_default: z.boolean()
|
|
409
1218
|
});
|
|
410
1219
|
export const zPlatformQuota = z.object({
|
|
411
1220
|
basic_clusters_max: z.int().gte(0),
|
|
412
1221
|
basic_clusters_available: z.int(),
|
|
413
1222
|
pro_clusters_max: z.int().gte(0),
|
|
414
1223
|
pro_clusters_available: z.int(),
|
|
1224
|
+
enterprise_clusters_max: z.int().gte(0),
|
|
1225
|
+
enterprise_clusters_available: z.int(),
|
|
415
1226
|
fleets_max: z.int().gte(0),
|
|
416
1227
|
cluster_tiers: z.array(z.string()).min(0),
|
|
417
1228
|
regions: z.array(z.string()).min(1),
|
|
@@ -467,6 +1278,69 @@ export const zRegistryTag = z.object({
|
|
|
467
1278
|
repository: z.string(),
|
|
468
1279
|
uri: z.string()
|
|
469
1280
|
});
|
|
1281
|
+
export const zTicketAttachment = z.object({
|
|
1282
|
+
id: z.string(),
|
|
1283
|
+
filename: z.string(),
|
|
1284
|
+
content_type: z.string(),
|
|
1285
|
+
size: z.int()
|
|
1286
|
+
});
|
|
1287
|
+
export const zTicketCreateInput = z.object({
|
|
1288
|
+
category: z.enum([
|
|
1289
|
+
'billing',
|
|
1290
|
+
'technical',
|
|
1291
|
+
'general'
|
|
1292
|
+
]),
|
|
1293
|
+
body: z.string().min(1).max(50000).regex(/\S/),
|
|
1294
|
+
properties: z.record(z.string(), z.unknown()).optional()
|
|
1295
|
+
});
|
|
1296
|
+
export const zTicketMessageInput = z.object({
|
|
1297
|
+
body: z.string().min(1).max(50000).regex(/\S/)
|
|
1298
|
+
});
|
|
1299
|
+
export const zTicketMessage = z.object({
|
|
1300
|
+
id: z.string(),
|
|
1301
|
+
type: z.enum(['customer_reply', 'agent_reply']),
|
|
1302
|
+
body: z.string(),
|
|
1303
|
+
author_first_name: z.string().optional(),
|
|
1304
|
+
author_last_name: z.string().optional(),
|
|
1305
|
+
attachments: z.array(z.object({
|
|
1306
|
+
id: z.string(),
|
|
1307
|
+
filename: z.string(),
|
|
1308
|
+
content_type: z.string(),
|
|
1309
|
+
size: z.int()
|
|
1310
|
+
})).optional(),
|
|
1311
|
+
date_created: z.iso.datetime()
|
|
1312
|
+
});
|
|
1313
|
+
export const zTicket = z.object({
|
|
1314
|
+
id: z.string(),
|
|
1315
|
+
status: z.enum([
|
|
1316
|
+
'waiting_on_us',
|
|
1317
|
+
'waiting_on_user',
|
|
1318
|
+
'closed'
|
|
1319
|
+
]),
|
|
1320
|
+
category: z.enum([
|
|
1321
|
+
'billing',
|
|
1322
|
+
'technical',
|
|
1323
|
+
'general'
|
|
1324
|
+
]),
|
|
1325
|
+
summary: z.string(),
|
|
1326
|
+
closed_at: z.iso.datetime().optional(),
|
|
1327
|
+
date_created: z.iso.datetime(),
|
|
1328
|
+
date_updated: z.iso.datetime(),
|
|
1329
|
+
messages: z.array(z.object({
|
|
1330
|
+
id: z.string(),
|
|
1331
|
+
type: z.enum(['customer_reply', 'agent_reply']),
|
|
1332
|
+
body: z.string(),
|
|
1333
|
+
author_first_name: z.string().optional(),
|
|
1334
|
+
author_last_name: z.string().optional(),
|
|
1335
|
+
attachments: z.array(z.object({
|
|
1336
|
+
id: z.string(),
|
|
1337
|
+
filename: z.string(),
|
|
1338
|
+
content_type: z.string(),
|
|
1339
|
+
size: z.int()
|
|
1340
|
+
})).optional(),
|
|
1341
|
+
date_created: z.iso.datetime()
|
|
1342
|
+
})).optional()
|
|
1343
|
+
});
|
|
470
1344
|
export const zTokenCreateInput = z.object({
|
|
471
1345
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
472
1346
|
role: z.enum(['Administrator', 'User'])
|
|
@@ -484,26 +1358,58 @@ export const zTokenUpdateInput = z.object({
|
|
|
484
1358
|
});
|
|
485
1359
|
export const zUsageFacets = z.object({
|
|
486
1360
|
cluster_id: z.array(z.string()).optional(),
|
|
487
|
-
product: z.array(z.
|
|
1361
|
+
product: z.array(z.enum([
|
|
1362
|
+
'cfke_controlplane_basic',
|
|
1363
|
+
'cfke_controlplane_pro',
|
|
1364
|
+
'cfke_controlplane_enterprise',
|
|
1365
|
+
'cfke_connected_nodes_basic',
|
|
1366
|
+
'cfke_connected_nodes_pro',
|
|
1367
|
+
'cfke_connected_nodes_enterprise',
|
|
1368
|
+
'cfcr_storage'
|
|
1369
|
+
])).optional()
|
|
488
1370
|
});
|
|
489
1371
|
export const zUsageResponse = z.object({
|
|
490
1372
|
data: z.array(z.object({
|
|
491
1373
|
hour: z.string(),
|
|
492
1374
|
cluster_id: z.string(),
|
|
493
|
-
product: z.
|
|
1375
|
+
product: z.enum([
|
|
1376
|
+
'cfke_controlplane_basic',
|
|
1377
|
+
'cfke_controlplane_pro',
|
|
1378
|
+
'cfke_controlplane_enterprise',
|
|
1379
|
+
'cfke_connected_nodes_basic',
|
|
1380
|
+
'cfke_connected_nodes_pro',
|
|
1381
|
+
'cfke_connected_nodes_enterprise',
|
|
1382
|
+
'cfcr_storage'
|
|
1383
|
+
]),
|
|
494
1384
|
value: z.number(),
|
|
495
1385
|
price: z.number(),
|
|
496
1386
|
total: z.number()
|
|
497
1387
|
})),
|
|
498
1388
|
facets: z.object({
|
|
499
1389
|
cluster_id: z.array(z.string()).optional(),
|
|
500
|
-
product: z.array(z.
|
|
1390
|
+
product: z.array(z.enum([
|
|
1391
|
+
'cfke_controlplane_basic',
|
|
1392
|
+
'cfke_controlplane_pro',
|
|
1393
|
+
'cfke_controlplane_enterprise',
|
|
1394
|
+
'cfke_connected_nodes_basic',
|
|
1395
|
+
'cfke_connected_nodes_pro',
|
|
1396
|
+
'cfke_connected_nodes_enterprise',
|
|
1397
|
+
'cfcr_storage'
|
|
1398
|
+
])).optional()
|
|
501
1399
|
})
|
|
502
1400
|
});
|
|
503
1401
|
export const zUsage = z.object({
|
|
504
1402
|
hour: z.string(),
|
|
505
1403
|
cluster_id: z.string(),
|
|
506
|
-
product: z.
|
|
1404
|
+
product: z.enum([
|
|
1405
|
+
'cfke_controlplane_basic',
|
|
1406
|
+
'cfke_controlplane_pro',
|
|
1407
|
+
'cfke_controlplane_enterprise',
|
|
1408
|
+
'cfke_connected_nodes_basic',
|
|
1409
|
+
'cfke_connected_nodes_pro',
|
|
1410
|
+
'cfke_connected_nodes_enterprise',
|
|
1411
|
+
'cfcr_storage'
|
|
1412
|
+
]),
|
|
507
1413
|
value: z.number(),
|
|
508
1414
|
price: z.number(),
|
|
509
1415
|
total: z.number()
|
|
@@ -513,9 +1419,7 @@ export const zUserCreateInput = z.object({
|
|
|
513
1419
|
first_name: z.string().min(1).max(50),
|
|
514
1420
|
last_name: z.string().min(1).max(50),
|
|
515
1421
|
code: z.string(),
|
|
516
|
-
password: z.string().min(8)
|
|
517
|
-
status: z.enum(['active', 'inactive']).optional(),
|
|
518
|
-
role: z.enum(['Administrator', 'User']).optional()
|
|
1422
|
+
password: z.string().min(8)
|
|
519
1423
|
});
|
|
520
1424
|
export const zUser = z.object({
|
|
521
1425
|
email: z.email(),
|
|
@@ -533,88 +1437,226 @@ export const zUserUpdateInput = z.object({
|
|
|
533
1437
|
role: z.enum(['Administrator', 'User']).optional(),
|
|
534
1438
|
status: z.enum(['active', 'inactive']).optional()
|
|
535
1439
|
});
|
|
536
|
-
export const
|
|
537
|
-
|
|
538
|
-
'hourly',
|
|
539
|
-
'daily',
|
|
540
|
-
'monthly'
|
|
541
|
-
]).optional().default('daily')
|
|
1440
|
+
export const zListUserOrganizationsPath = z.object({
|
|
1441
|
+
email: z.string()
|
|
542
1442
|
});
|
|
543
1443
|
/**
|
|
544
|
-
*
|
|
1444
|
+
* An array of organizations the user belongs to.
|
|
545
1445
|
*/
|
|
546
|
-
export const
|
|
1446
|
+
export const zListUserOrganizationsResponse = z.array(z.object({
|
|
1447
|
+
realm: z.string().optional(),
|
|
1448
|
+
displayName: z.string().optional()
|
|
1449
|
+
}));
|
|
547
1450
|
/**
|
|
548
|
-
*
|
|
1451
|
+
* An array of users
|
|
549
1452
|
*/
|
|
550
|
-
export const
|
|
1453
|
+
export const zListUsersResponse = z.array(zUser);
|
|
1454
|
+
export const zCreateUserBody = zUserCreateInput;
|
|
551
1455
|
/**
|
|
552
|
-
*
|
|
553
|
-
*
|
|
1456
|
+
* Successfully created. Returns created user details.
|
|
554
1457
|
*/
|
|
555
|
-
export const
|
|
556
|
-
|
|
1458
|
+
export const zCreateUserResponse = zUser;
|
|
1459
|
+
export const zDeleteUserPath = z.object({
|
|
1460
|
+
user_id: z.string()
|
|
557
1461
|
});
|
|
558
1462
|
/**
|
|
559
|
-
*
|
|
1463
|
+
* User profile information
|
|
560
1464
|
*/
|
|
561
|
-
export const
|
|
1465
|
+
export const zDeleteUserResponse = zUser;
|
|
1466
|
+
export const zGetUserPath = z.object({
|
|
1467
|
+
user_id: z.string()
|
|
1468
|
+
});
|
|
562
1469
|
/**
|
|
563
|
-
*
|
|
1470
|
+
* User profile information
|
|
564
1471
|
*/
|
|
565
|
-
export const
|
|
566
|
-
export const
|
|
1472
|
+
export const zGetUserResponse = zUser;
|
|
1473
|
+
export const zUpdateUserBody = zUserUpdateInput;
|
|
1474
|
+
export const zUpdateUserPath = z.object({
|
|
1475
|
+
user_id: z.string()
|
|
1476
|
+
});
|
|
567
1477
|
/**
|
|
568
|
-
* Successfully
|
|
1478
|
+
* Successfully created. Returns created user details.
|
|
569
1479
|
*/
|
|
570
|
-
export const
|
|
1480
|
+
export const zUpdateUserResponse = zUser;
|
|
571
1481
|
/**
|
|
572
|
-
*
|
|
1482
|
+
* Returns a list of access token details with masked secrets.
|
|
573
1483
|
*/
|
|
574
|
-
export const
|
|
575
|
-
export const
|
|
576
|
-
|
|
1484
|
+
export const zListTokensResponse = z.array(zToken);
|
|
1485
|
+
export const zCreateTokenBody = zTokenCreateInput;
|
|
1486
|
+
/**
|
|
1487
|
+
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
1488
|
+
*/
|
|
1489
|
+
export const zCreateTokenResponse = zToken;
|
|
1490
|
+
export const zDeleteTokenPath = z.object({
|
|
1491
|
+
token_id: z.string()
|
|
577
1492
|
});
|
|
578
|
-
export const
|
|
579
|
-
|
|
1493
|
+
export const zGetTokenPath = z.object({
|
|
1494
|
+
token_id: z.string()
|
|
580
1495
|
});
|
|
581
1496
|
/**
|
|
582
|
-
*
|
|
1497
|
+
* Returns access token details with masked secret.
|
|
583
1498
|
*/
|
|
584
|
-
export const
|
|
585
|
-
export const
|
|
586
|
-
export const
|
|
587
|
-
|
|
1499
|
+
export const zGetTokenResponse = zToken;
|
|
1500
|
+
export const zUpdateTokenBody = zTokenUpdateInput;
|
|
1501
|
+
export const zUpdateTokenPath = z.object({
|
|
1502
|
+
token_id: z.string()
|
|
588
1503
|
});
|
|
589
1504
|
/**
|
|
590
|
-
* Successfully
|
|
1505
|
+
* Successfully updated. Returns updated token details with masked secret.
|
|
591
1506
|
*/
|
|
592
|
-
export const
|
|
593
|
-
export const
|
|
594
|
-
|
|
595
|
-
chart_name: z.string()
|
|
1507
|
+
export const zUpdateTokenResponse = zToken;
|
|
1508
|
+
export const zRegenerateTokenPath = z.object({
|
|
1509
|
+
token_id: z.string()
|
|
596
1510
|
});
|
|
597
1511
|
/**
|
|
598
|
-
* Successfully
|
|
1512
|
+
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
599
1513
|
*/
|
|
600
|
-
export const
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
1514
|
+
export const zRegenerateTokenResponse = zToken;
|
|
1515
|
+
/**
|
|
1516
|
+
* An array of tickets for the organization, newest first.
|
|
1517
|
+
*/
|
|
1518
|
+
export const zListTicketsResponse = z.array(zTicket);
|
|
1519
|
+
export const zCreateTicketBody = z.object({
|
|
1520
|
+
payload: z.string().optional(),
|
|
1521
|
+
attachments: z.array(z.string()).optional()
|
|
604
1522
|
});
|
|
605
1523
|
/**
|
|
606
|
-
*
|
|
1524
|
+
* Ticket created.
|
|
607
1525
|
*/
|
|
608
|
-
export const
|
|
609
|
-
export const
|
|
610
|
-
|
|
611
|
-
cluster_id: z.string(),
|
|
612
|
-
chart_name: z.string()
|
|
1526
|
+
export const zCreateTicketResponse = zTicket;
|
|
1527
|
+
export const zCloseTicketPath = z.object({
|
|
1528
|
+
ticket_id: z.string()
|
|
613
1529
|
});
|
|
614
1530
|
/**
|
|
615
|
-
*
|
|
1531
|
+
* Ticket closed.
|
|
616
1532
|
*/
|
|
617
|
-
export const
|
|
1533
|
+
export const zCloseTicketResponse = zTicket;
|
|
1534
|
+
export const zGetTicketPath = z.object({
|
|
1535
|
+
ticket_id: z.string()
|
|
1536
|
+
});
|
|
1537
|
+
/**
|
|
1538
|
+
* Ticket with messages (internal notes excluded).
|
|
1539
|
+
*/
|
|
1540
|
+
export const zGetTicketResponse = zTicket;
|
|
1541
|
+
export const zReplyTicketBody = z.object({
|
|
1542
|
+
payload: z.string().optional(),
|
|
1543
|
+
attachments: z.array(z.string()).optional()
|
|
1544
|
+
});
|
|
1545
|
+
export const zReplyTicketPath = z.object({
|
|
1546
|
+
ticket_id: z.string()
|
|
1547
|
+
});
|
|
1548
|
+
/**
|
|
1549
|
+
* Reply appended.
|
|
1550
|
+
*/
|
|
1551
|
+
export const zReplyTicketResponse = zTicketMessage;
|
|
1552
|
+
export const zGetTicketAttachmentPath = z.object({
|
|
1553
|
+
ticket_id: z.string(),
|
|
1554
|
+
attachment_id: z.string()
|
|
1555
|
+
});
|
|
1556
|
+
/**
|
|
1557
|
+
* Attachment binary stream.
|
|
1558
|
+
*/
|
|
1559
|
+
export const zGetTicketAttachmentResponse = z.string();
|
|
1560
|
+
/**
|
|
1561
|
+
* List of repositories
|
|
1562
|
+
*/
|
|
1563
|
+
export const zListRepositoriesResponse = z.array(zRegistryRepository);
|
|
1564
|
+
export const zListTagsPath = z.object({
|
|
1565
|
+
region: z.string(),
|
|
1566
|
+
repository: z.string()
|
|
1567
|
+
});
|
|
1568
|
+
/**
|
|
1569
|
+
* Repository with tags
|
|
1570
|
+
*/
|
|
1571
|
+
export const zListTagsResponse = zRegistryRepositoryWithTags;
|
|
1572
|
+
export const zDeleteTagPath = z.object({
|
|
1573
|
+
region: z.string(),
|
|
1574
|
+
repository: z.string(),
|
|
1575
|
+
tag: z.string()
|
|
1576
|
+
});
|
|
1577
|
+
export const zGetTagPath = z.object({
|
|
1578
|
+
region: z.string(),
|
|
1579
|
+
repository: z.string(),
|
|
1580
|
+
tag: z.string()
|
|
1581
|
+
});
|
|
1582
|
+
/**
|
|
1583
|
+
* Tag details
|
|
1584
|
+
*/
|
|
1585
|
+
export const zGetTagResponse = zRegistryTag;
|
|
1586
|
+
/**
|
|
1587
|
+
* Returns a single object containing organization details.
|
|
1588
|
+
*/
|
|
1589
|
+
export const zGetOrganizationResponse = zOrganization;
|
|
1590
|
+
export const zCreateOrganizationBody = zOrganizationCreateInput;
|
|
1591
|
+
/**
|
|
1592
|
+
* Organization signup accepted. Returns the generated organization id immediately; provisioning (billing, Keycloak realm, user) continues asynchronously in the background.
|
|
1593
|
+
*
|
|
1594
|
+
*/
|
|
1595
|
+
export const zCreateOrganizationResponse = zOrganizationCreateOutput;
|
|
1596
|
+
/**
|
|
1597
|
+
* JSON-RPC 2.0 request payload
|
|
1598
|
+
*/
|
|
1599
|
+
export const zPostMcpBody = z.object({
|
|
1600
|
+
jsonrpc: z.string().optional(),
|
|
1601
|
+
method: z.string().optional(),
|
|
1602
|
+
id: z.union([
|
|
1603
|
+
z.string(),
|
|
1604
|
+
z.number()
|
|
1605
|
+
]).optional(),
|
|
1606
|
+
params: z.record(z.string(), z.unknown()).optional()
|
|
1607
|
+
});
|
|
1608
|
+
/**
|
|
1609
|
+
* JSON-RPC 2.0 success or error response
|
|
1610
|
+
*/
|
|
1611
|
+
export const zPostMcpResponse = z.object({
|
|
1612
|
+
jsonrpc: z.string().optional(),
|
|
1613
|
+
id: z.union([
|
|
1614
|
+
z.string(),
|
|
1615
|
+
z.number()
|
|
1616
|
+
]).optional(),
|
|
1617
|
+
result: z.record(z.string(), z.unknown()).optional(),
|
|
1618
|
+
error: z.object({
|
|
1619
|
+
code: z.int().optional(),
|
|
1620
|
+
message: z.string().optional()
|
|
1621
|
+
}).optional()
|
|
1622
|
+
});
|
|
1623
|
+
/**
|
|
1624
|
+
* An array of chart listings in the marketplace.
|
|
1625
|
+
*/
|
|
1626
|
+
export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
|
|
1627
|
+
export const zGetMarketplaceChartFilesPath = z.object({
|
|
1628
|
+
chart_name: z.string(),
|
|
1629
|
+
version_channel: z.string()
|
|
1630
|
+
});
|
|
1631
|
+
/**
|
|
1632
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
1633
|
+
*/
|
|
1634
|
+
export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
|
|
1635
|
+
/**
|
|
1636
|
+
* An array of invites
|
|
1637
|
+
*/
|
|
1638
|
+
export const zListInvitesResponse = z.array(zInvite);
|
|
1639
|
+
export const zCreateInviteBody = zInviteCreateInput;
|
|
1640
|
+
/**
|
|
1641
|
+
* Successfully created. Returns created invite details.
|
|
1642
|
+
*/
|
|
1643
|
+
export const zCreateInviteResponse = zInvite;
|
|
1644
|
+
export const zGetInvitePath = z.object({
|
|
1645
|
+
code: z.string()
|
|
1646
|
+
});
|
|
1647
|
+
/**
|
|
1648
|
+
* The invitation code is valid. Returns the invited email and organization.
|
|
1649
|
+
*/
|
|
1650
|
+
export const zGetInviteResponse = z.object({
|
|
1651
|
+
email: z.email().optional(),
|
|
1652
|
+
organization_id: z.string().optional()
|
|
1653
|
+
});
|
|
1654
|
+
export const zDeleteInvitePath = z.object({
|
|
1655
|
+
email: z.email()
|
|
1656
|
+
});
|
|
1657
|
+
export const zQueryClusterPath = z.object({
|
|
1658
|
+
cluster_id: z.string()
|
|
1659
|
+
});
|
|
618
1660
|
export const zListFleetsPath = z.object({
|
|
619
1661
|
cluster_id: z.string()
|
|
620
1662
|
});
|
|
@@ -655,9 +1697,46 @@ export const zUpdateFleetPath = z.object({
|
|
|
655
1697
|
* Successfully updated.
|
|
656
1698
|
*/
|
|
657
1699
|
export const zUpdateFleetResponse = z.string();
|
|
658
|
-
export const
|
|
1700
|
+
export const zListChartsPath = z.object({
|
|
659
1701
|
cluster_id: z.string()
|
|
660
1702
|
});
|
|
1703
|
+
/**
|
|
1704
|
+
* An array of charts
|
|
1705
|
+
*/
|
|
1706
|
+
export const zListChartsResponse = z.array(zChart);
|
|
1707
|
+
export const zCreateChartBody = zChartCreateInput;
|
|
1708
|
+
export const zCreateChartPath = z.object({
|
|
1709
|
+
cluster_id: z.string()
|
|
1710
|
+
});
|
|
1711
|
+
/**
|
|
1712
|
+
* Successfully created. Returns created Chart ID.
|
|
1713
|
+
*/
|
|
1714
|
+
export const zCreateChartResponse = z.string();
|
|
1715
|
+
export const zDeleteChartPath = z.object({
|
|
1716
|
+
cluster_id: z.string(),
|
|
1717
|
+
chart_name: z.string()
|
|
1718
|
+
});
|
|
1719
|
+
/**
|
|
1720
|
+
* Successfully deleted.
|
|
1721
|
+
*/
|
|
1722
|
+
export const zDeleteChartResponse = z.string();
|
|
1723
|
+
export const zGetChartPath = z.object({
|
|
1724
|
+
cluster_id: z.string(),
|
|
1725
|
+
chart_name: z.string()
|
|
1726
|
+
});
|
|
1727
|
+
/**
|
|
1728
|
+
* Returns a single object containing chart details.
|
|
1729
|
+
*/
|
|
1730
|
+
export const zGetChartResponse = zChart;
|
|
1731
|
+
export const zUpdateChartBody = zChartUpdateInput;
|
|
1732
|
+
export const zUpdateChartPath = z.object({
|
|
1733
|
+
cluster_id: z.string(),
|
|
1734
|
+
chart_name: z.string()
|
|
1735
|
+
});
|
|
1736
|
+
/**
|
|
1737
|
+
* Successfully updated.
|
|
1738
|
+
*/
|
|
1739
|
+
export const zUpdateChartResponse = z.string();
|
|
661
1740
|
/**
|
|
662
1741
|
* An array of clusters
|
|
663
1742
|
*/
|
|
@@ -671,7 +1750,7 @@ export const zDeleteClusterPath = z.object({
|
|
|
671
1750
|
cluster_id: z.string()
|
|
672
1751
|
});
|
|
673
1752
|
/**
|
|
674
|
-
* Successfully deleted.
|
|
1753
|
+
* Successfully deleted. The cluster has been torn down.
|
|
675
1754
|
*/
|
|
676
1755
|
export const zDeleteClusterResponse = z.string();
|
|
677
1756
|
export const zGetClusterPath = z.object({
|
|
@@ -689,13 +1768,6 @@ export const zUpdateClusterPath = z.object({
|
|
|
689
1768
|
* Successfully updated. Returns updated cluster details.
|
|
690
1769
|
*/
|
|
691
1770
|
export const zUpdateClusterResponse = zCluster;
|
|
692
|
-
export const zGetClusterCaPath = z.object({
|
|
693
|
-
cluster_id: z.string()
|
|
694
|
-
});
|
|
695
|
-
/**
|
|
696
|
-
* PEM-encoded certificate authority of the cluster.
|
|
697
|
-
*/
|
|
698
|
-
export const zGetClusterCaResponse = z.string();
|
|
699
1771
|
export const zGetJoinInformationPath = z.object({
|
|
700
1772
|
cluster_id: z.string()
|
|
701
1773
|
});
|
|
@@ -703,170 +1775,60 @@ export const zGetJoinInformationPath = z.object({
|
|
|
703
1775
|
* An object of cluster join information
|
|
704
1776
|
*/
|
|
705
1777
|
export const zGetJoinInformationResponse = zClusterJoinInformation;
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
});
|
|
713
|
-
/**
|
|
714
|
-
* Successfully created. Returns created invite details.
|
|
715
|
-
*/
|
|
716
|
-
export const zCreateInviteResponse = zInvite;
|
|
717
|
-
export const zGetInvitePath = z.object({
|
|
718
|
-
code: z.string()
|
|
719
|
-
});
|
|
720
|
-
/**
|
|
721
|
-
* Returns a single object containing invite details.
|
|
722
|
-
*/
|
|
723
|
-
export const zGetInviteResponse = zInvite;
|
|
724
|
-
export const zDeleteInvitePath = z.object({
|
|
725
|
-
email: z.string()
|
|
726
|
-
});
|
|
727
|
-
/**
|
|
728
|
-
* An array of chart listings in the marketplace.
|
|
729
|
-
*/
|
|
730
|
-
export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
|
|
731
|
-
export const zGetMarketplaceChartFilesPath = z.object({
|
|
732
|
-
chart_name: z.string(),
|
|
733
|
-
version_channel: z.string()
|
|
734
|
-
});
|
|
735
|
-
/**
|
|
736
|
-
* Returns an object containing the chart files for the latest matching version.
|
|
737
|
-
*/
|
|
738
|
-
export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
|
|
739
|
-
/**
|
|
740
|
-
* JSON-RPC 2.0 request payload
|
|
741
|
-
*/
|
|
742
|
-
export const zPostMcpBody = z.object({
|
|
743
|
-
jsonrpc: z.string().optional(),
|
|
744
|
-
method: z.string().optional(),
|
|
745
|
-
id: z.union([
|
|
746
|
-
z.string(),
|
|
747
|
-
z.number()
|
|
748
|
-
]).optional(),
|
|
749
|
-
params: z.record(z.string(), z.unknown()).optional()
|
|
750
|
-
});
|
|
751
|
-
/**
|
|
752
|
-
* JSON-RPC 2.0 success or error response
|
|
753
|
-
*/
|
|
754
|
-
export const zPostMcpResponse = z.object({
|
|
755
|
-
jsonrpc: z.string().optional(),
|
|
756
|
-
id: z.union([
|
|
757
|
-
z.string(),
|
|
758
|
-
z.number()
|
|
759
|
-
]).optional(),
|
|
760
|
-
result: z.record(z.string(), z.unknown()).optional(),
|
|
761
|
-
error: z.object({
|
|
762
|
-
code: z.int().optional(),
|
|
763
|
-
message: z.string().optional()
|
|
764
|
-
}).optional()
|
|
765
|
-
});
|
|
766
|
-
/**
|
|
767
|
-
* Returns a single object containing organization details.
|
|
768
|
-
*/
|
|
769
|
-
export const zGetOrganizationResponse = zOrganization;
|
|
770
|
-
export const zCreateOrganizationBody = zOrganizationCreateInput;
|
|
771
|
-
/**
|
|
772
|
-
* List of repositories
|
|
773
|
-
*/
|
|
774
|
-
export const zListRepositoriesResponse = z.array(zRegistryRepository);
|
|
775
|
-
export const zListTagsPath = z.object({
|
|
776
|
-
region: z.string(),
|
|
777
|
-
repository: z.string()
|
|
778
|
-
});
|
|
779
|
-
/**
|
|
780
|
-
* Repository with tags
|
|
781
|
-
*/
|
|
782
|
-
export const zListTagsResponse = zRegistryRepositoryWithTags;
|
|
783
|
-
export const zDeleteTagPath = z.object({
|
|
784
|
-
region: z.string(),
|
|
785
|
-
repository: z.string(),
|
|
786
|
-
tag: z.string()
|
|
787
|
-
});
|
|
788
|
-
export const zGetTagPath = z.object({
|
|
789
|
-
region: z.string(),
|
|
790
|
-
repository: z.string(),
|
|
791
|
-
tag: z.string()
|
|
1778
|
+
export const zGetUsageQuery = z.object({
|
|
1779
|
+
granularity: z.enum([
|
|
1780
|
+
'hourly',
|
|
1781
|
+
'daily',
|
|
1782
|
+
'monthly'
|
|
1783
|
+
]).optional().default('daily')
|
|
792
1784
|
});
|
|
793
1785
|
/**
|
|
794
|
-
*
|
|
795
|
-
*/
|
|
796
|
-
export const zGetTagResponse = zRegistryTag;
|
|
797
|
-
/**
|
|
798
|
-
* Returns a list of access token details with masked secrets.
|
|
799
|
-
*/
|
|
800
|
-
export const zListTokensResponse = z.array(zToken);
|
|
801
|
-
export const zCreateTokenBody = zTokenCreateInput;
|
|
802
|
-
/**
|
|
803
|
-
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
1786
|
+
* Usage data with facets for filtering
|
|
804
1787
|
*/
|
|
805
|
-
export const
|
|
806
|
-
export const zDeleteTokenPath = z.object({
|
|
807
|
-
token_id: z.string()
|
|
808
|
-
});
|
|
809
|
-
export const zGetTokenPath = z.object({
|
|
810
|
-
token_id: z.string()
|
|
811
|
-
});
|
|
1788
|
+
export const zGetUsageResponse = zUsageResponse;
|
|
812
1789
|
/**
|
|
813
|
-
*
|
|
1790
|
+
* The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
|
|
1791
|
+
*
|
|
814
1792
|
*/
|
|
815
|
-
export const
|
|
816
|
-
|
|
817
|
-
export const zUpdateTokenPath = z.object({
|
|
818
|
-
token_id: z.string()
|
|
1793
|
+
export const zGetPaymentMethodSecretResponse = z.object({
|
|
1794
|
+
id: z.string().optional()
|
|
819
1795
|
});
|
|
820
1796
|
/**
|
|
821
|
-
*
|
|
1797
|
+
* An array of payment methods.
|
|
822
1798
|
*/
|
|
823
|
-
export const
|
|
824
|
-
export const
|
|
825
|
-
|
|
1799
|
+
export const zListPaymentMethodsResponse = z.array(zPaymentMethod);
|
|
1800
|
+
export const zSetDefaultPaymentMethodPath = z.object({
|
|
1801
|
+
paymentMethodId: z.string()
|
|
826
1802
|
});
|
|
827
1803
|
/**
|
|
828
|
-
*
|
|
1804
|
+
* Default payment method updated.
|
|
829
1805
|
*/
|
|
830
|
-
export const
|
|
831
|
-
export const
|
|
832
|
-
|
|
1806
|
+
export const zSetDefaultPaymentMethodResponse = z.void();
|
|
1807
|
+
export const zDeletePaymentMethodPath = z.object({
|
|
1808
|
+
paymentMethodId: z.string()
|
|
833
1809
|
});
|
|
834
1810
|
/**
|
|
835
|
-
*
|
|
1811
|
+
* Payment method deleted.
|
|
836
1812
|
*/
|
|
837
|
-
export const
|
|
838
|
-
realm: z.string().optional(),
|
|
839
|
-
displayName: z.string().optional()
|
|
840
|
-
}));
|
|
1813
|
+
export const zDeletePaymentMethodResponse = z.void();
|
|
841
1814
|
/**
|
|
842
|
-
* An array of
|
|
1815
|
+
* An array of usage records.
|
|
843
1816
|
*/
|
|
844
|
-
export const
|
|
845
|
-
export const zCreateUserBody = zUserCreateInput;
|
|
1817
|
+
export const zListInvoicesResponse = z.array(zInvoice);
|
|
846
1818
|
/**
|
|
847
|
-
*
|
|
1819
|
+
* Returns a single object containing organization contact and billing address details.
|
|
848
1820
|
*/
|
|
849
|
-
export const
|
|
850
|
-
export const
|
|
851
|
-
user_id: z.string()
|
|
852
|
-
});
|
|
1821
|
+
export const zGetContactResponse = zBillingContact;
|
|
1822
|
+
export const zUpdateContactBody = zBillingContact;
|
|
853
1823
|
/**
|
|
854
|
-
*
|
|
1824
|
+
* Successfully updated. Returns updated organization details.
|
|
855
1825
|
*/
|
|
856
|
-
export const
|
|
857
|
-
export const zGetUserPath = z.object({
|
|
858
|
-
user_id: z.string()
|
|
859
|
-
});
|
|
1826
|
+
export const zUpdateContactResponse = zBillingContact;
|
|
860
1827
|
/**
|
|
861
|
-
*
|
|
1828
|
+
* An array of the applied promotional credits records.
|
|
862
1829
|
*/
|
|
863
|
-
export const
|
|
864
|
-
export const
|
|
865
|
-
|
|
866
|
-
user_id: z.string()
|
|
1830
|
+
export const zGetCreditsResponse = z.array(zBillingCredits);
|
|
1831
|
+
export const zRedeemCreditsBody = z.object({
|
|
1832
|
+
code: z.string().optional()
|
|
867
1833
|
});
|
|
868
|
-
/**
|
|
869
|
-
* Successfully created. Returns created user details.
|
|
870
|
-
*/
|
|
871
|
-
export const zUpdateUserResponse = zUser;
|
|
872
1834
|
//# sourceMappingURL=zod.gen.js.map
|