@cloudfleet/sdk 0.0.1-263dfe6 → 0.0.1-2854ca2
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 +1199 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1215 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +217 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +8 -7
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +6 -4
- package/dist/client/index.js.map +1 -1
- package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/{utils.d.ts → utils.gen.d.ts} +17 -25
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +66 -122
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +24 -11
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +1607 -667
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +2931 -696
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +312 -164
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +441 -335
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +1788 -800
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3558 -2542
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1460 -1185
- package/dist/zod.gen.js.map +1 -1
- package/package.json +28 -8
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -146
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/zod.gen.js
CHANGED
|
@@ -1,19 +1,32 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
import
|
|
2
|
+
import * as z from 'zod';
|
|
3
|
+
export const zBasicPriceConsentInput = z.object({
|
|
4
|
+
decision: z.enum(['accepted', 'rejected'])
|
|
5
|
+
});
|
|
6
|
+
export const zBasicPriceConsent = z.object({
|
|
7
|
+
status: z.enum([
|
|
8
|
+
'not_applicable',
|
|
9
|
+
'pending',
|
|
10
|
+
'accepted',
|
|
11
|
+
'rejected'
|
|
12
|
+
]),
|
|
13
|
+
decided_at: z.iso.datetime().optional(),
|
|
14
|
+
decided_by: z.string().optional()
|
|
15
|
+
});
|
|
3
16
|
export const zBillingContact = z.object({
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
17
|
+
type: z.enum(['business', 'personal']),
|
|
18
|
+
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(),
|
|
19
|
+
address1: z.string().optional(),
|
|
20
|
+
address2: z.string().optional(),
|
|
21
|
+
postalCode: z.string().optional(),
|
|
22
|
+
city: z.string().optional(),
|
|
23
|
+
state: z.string().optional(),
|
|
24
|
+
country: z.string().optional(),
|
|
25
|
+
phone: z.string().optional(),
|
|
12
26
|
email: z.email(),
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
tax_id_type: z.optional(z.enum([
|
|
27
|
+
individual_name: z.string(),
|
|
28
|
+
tax_id: z.string().optional(),
|
|
29
|
+
tax_id_type: z.enum([
|
|
17
30
|
'ad_nrt',
|
|
18
31
|
'ae_trn',
|
|
19
32
|
'al_tin',
|
|
@@ -142,21 +155,17 @@ export const zBillingContact = z.object({
|
|
|
142
155
|
'zm_tin',
|
|
143
156
|
'zw_tin',
|
|
144
157
|
''
|
|
145
|
-
]))
|
|
158
|
+
]).optional()
|
|
146
159
|
});
|
|
147
160
|
export const zBillingCredits = z.object({
|
|
148
|
-
id: z.
|
|
149
|
-
|
|
161
|
+
id: z.string().optional(),
|
|
162
|
+
type: z.enum(['credit', 'discount']),
|
|
163
|
+
date_start: z.iso.datetime(),
|
|
164
|
+
date_end: z.iso.datetime().optional(),
|
|
150
165
|
code: z.string(),
|
|
151
|
-
description: z.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
'credit',
|
|
155
|
-
'discount'
|
|
156
|
-
]),
|
|
157
|
-
value: z.number(),
|
|
158
|
-
billing_period: z.iso.datetime(),
|
|
159
|
-
value_remaining: z.optional(z.number())
|
|
166
|
+
description: z.string().optional(),
|
|
167
|
+
value_total: z.number(),
|
|
168
|
+
value_remaining: z.number().optional()
|
|
160
169
|
});
|
|
161
170
|
export const zChartCreateInput = z.object({
|
|
162
171
|
values: z.string(),
|
|
@@ -171,22 +180,7 @@ export const zChart = z.object({
|
|
|
171
180
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
172
181
|
namespace: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
173
182
|
chart: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
174
|
-
status: z.
|
|
175
|
-
'InstallSucceeded',
|
|
176
|
-
'InstallFailed',
|
|
177
|
-
'UpgradeSucceeded',
|
|
178
|
-
'UpgradeFailed',
|
|
179
|
-
'TestSucceeded',
|
|
180
|
-
'TestFailed',
|
|
181
|
-
'RollbackSucceeded',
|
|
182
|
-
'RollbackFailed',
|
|
183
|
-
'UninstallSucceeded',
|
|
184
|
-
'UninstallFailed',
|
|
185
|
-
'ArtifactFailed',
|
|
186
|
-
'DependencyNotReady',
|
|
187
|
-
'Progressing',
|
|
188
|
-
'SourceNotReady'
|
|
189
|
-
]),
|
|
183
|
+
status: z.string(),
|
|
190
184
|
version_current: z.string(),
|
|
191
185
|
created_at: z.string(),
|
|
192
186
|
updated_at: z.string(),
|
|
@@ -196,22 +190,55 @@ export const zChartUpdateInput = z.object({
|
|
|
196
190
|
values: z.string(),
|
|
197
191
|
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-]+)*))?$/)
|
|
198
192
|
});
|
|
193
|
+
/**
|
|
194
|
+
* Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
195
|
+
*/
|
|
199
196
|
export const zClusterCreateInput = z.object({
|
|
200
197
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
201
198
|
tier: z.enum([
|
|
202
199
|
'basic',
|
|
203
|
-
'pro'
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
'
|
|
209
|
-
|
|
210
|
-
|
|
200
|
+
'pro',
|
|
201
|
+
'enterprise'
|
|
202
|
+
]).optional().default('basic'),
|
|
203
|
+
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'),
|
|
204
|
+
release_channel: z.enum([
|
|
205
|
+
'rapid',
|
|
206
|
+
'stable',
|
|
207
|
+
'extended'
|
|
208
|
+
]).optional().default('rapid'),
|
|
209
|
+
features: z.object({
|
|
210
|
+
gpu_sharing_strategy: z.enum([
|
|
211
|
+
'none',
|
|
212
|
+
'mps',
|
|
213
|
+
'time_slicing'
|
|
214
|
+
]).optional().default('none'),
|
|
215
|
+
gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).optional().default(4),
|
|
216
|
+
cilium_socket_lb_host_namespace_only: z.boolean().optional()
|
|
217
|
+
}).optional().default({
|
|
218
|
+
gpu_sharing_strategy: 'none',
|
|
219
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
220
|
+
cilium_socket_lb_host_namespace_only: false
|
|
221
|
+
}),
|
|
222
|
+
region: z.string(),
|
|
223
|
+
networking: z.object({
|
|
224
|
+
pod_cidr: z.string().optional().default('10.244.0.0/16'),
|
|
225
|
+
service_cidr: z.string().optional().default('10.96.0.0/12'),
|
|
226
|
+
dual_stack: z.boolean().optional(),
|
|
227
|
+
pod_cidr_v6: z.string().optional().default('2001:db8:1:2::/48'),
|
|
228
|
+
service_cidr_v6: z.string().optional().default('2001:db8:1:1::/112')
|
|
229
|
+
}).optional().default({
|
|
230
|
+
pod_cidr: '10.244.0.0/16',
|
|
231
|
+
service_cidr: '10.96.0.0/12',
|
|
232
|
+
dual_stack: false,
|
|
233
|
+
pod_cidr_v6: '2001:db8:1:2::/48',
|
|
234
|
+
service_cidr_v6: '2001:db8:1:1::/112'
|
|
235
|
+
})
|
|
211
236
|
});
|
|
212
237
|
export const zClusterJoinInformation = z.object({
|
|
213
238
|
certificate_authority: z.string(),
|
|
214
239
|
endpoint: z.url(),
|
|
240
|
+
cluster_dns: z.string(),
|
|
241
|
+
pod_cidr: z.string(),
|
|
215
242
|
auth_key: z.string(),
|
|
216
243
|
bootstrap_token: z.string(),
|
|
217
244
|
versions: z.object({
|
|
@@ -226,1356 +253,1604 @@ export const zClusterJoinInformation = z.object({
|
|
|
226
253
|
gcp_workload_identity_provider: z.string()
|
|
227
254
|
})
|
|
228
255
|
});
|
|
256
|
+
/**
|
|
257
|
+
* Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
258
|
+
*/
|
|
229
259
|
export const zCluster = z.object({
|
|
230
260
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
231
261
|
tier: z.enum([
|
|
232
262
|
'basic',
|
|
233
|
-
'pro'
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
'
|
|
239
|
-
|
|
240
|
-
|
|
263
|
+
'pro',
|
|
264
|
+
'enterprise'
|
|
265
|
+
]).default('basic'),
|
|
266
|
+
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'),
|
|
267
|
+
release_channel: z.enum([
|
|
268
|
+
'rapid',
|
|
269
|
+
'stable',
|
|
270
|
+
'extended'
|
|
271
|
+
]).default('rapid'),
|
|
272
|
+
features: z.object({
|
|
273
|
+
gpu_sharing_strategy: z.enum([
|
|
274
|
+
'none',
|
|
275
|
+
'mps',
|
|
276
|
+
'time_slicing'
|
|
277
|
+
]).default('none'),
|
|
278
|
+
gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).default(4),
|
|
279
|
+
cilium_socket_lb_host_namespace_only: z.boolean()
|
|
280
|
+
}).default({
|
|
281
|
+
gpu_sharing_strategy: 'none',
|
|
282
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
283
|
+
cilium_socket_lb_host_namespace_only: false
|
|
284
|
+
}),
|
|
285
|
+
region: z.string(),
|
|
286
|
+
networking: z.object({
|
|
287
|
+
pod_cidr: z.string().default('10.244.0.0/16'),
|
|
288
|
+
service_cidr: z.string().default('10.96.0.0/12'),
|
|
289
|
+
dual_stack: z.boolean(),
|
|
290
|
+
pod_cidr_v6: z.string().default('2001:db8:1:2::/48'),
|
|
291
|
+
service_cidr_v6: z.string().default('2001:db8:1:1::/112')
|
|
292
|
+
}).default({
|
|
293
|
+
pod_cidr: '10.244.0.0/16',
|
|
294
|
+
service_cidr: '10.96.0.0/12',
|
|
295
|
+
dual_stack: false,
|
|
296
|
+
pod_cidr_v6: '2001:db8:1:2::/48',
|
|
297
|
+
service_cidr_v6: '2001:db8:1:1::/112'
|
|
298
|
+
}),
|
|
241
299
|
id: z.uuid(),
|
|
242
300
|
status: z.enum([
|
|
243
|
-
'active',
|
|
244
|
-
'deleted',
|
|
245
301
|
'creating',
|
|
246
302
|
'deployed',
|
|
247
|
-
'
|
|
248
|
-
'
|
|
303
|
+
'updating',
|
|
304
|
+
'disabled'
|
|
249
305
|
]),
|
|
250
|
-
endpoint: z.
|
|
306
|
+
endpoint: z.union([
|
|
307
|
+
z.url(),
|
|
308
|
+
z.enum([''])
|
|
309
|
+
]).optional(),
|
|
310
|
+
endpoint_public: z.union([
|
|
251
311
|
z.url(),
|
|
252
|
-
z.enum([
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
updated_at: z.optional(z.string()),
|
|
260
|
-
ready: z.optional(z.boolean())
|
|
312
|
+
z.enum([''])
|
|
313
|
+
]).optional(),
|
|
314
|
+
certificate_ca: z.string().optional(),
|
|
315
|
+
version_current: z.string().optional(),
|
|
316
|
+
created_at: z.string().optional(),
|
|
317
|
+
updated_at: z.string().optional(),
|
|
318
|
+
ready: z.boolean()
|
|
261
319
|
});
|
|
320
|
+
/**
|
|
321
|
+
* Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
322
|
+
*/
|
|
262
323
|
export const zClusterUpdateInput = z.object({
|
|
263
|
-
name: z.
|
|
324
|
+
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
264
325
|
tier: z.enum([
|
|
265
326
|
'basic',
|
|
266
|
-
'pro'
|
|
267
|
-
|
|
268
|
-
|
|
327
|
+
'pro',
|
|
328
|
+
'enterprise'
|
|
329
|
+
]).optional().default('basic'),
|
|
330
|
+
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'),
|
|
331
|
+
release_channel: z.enum([
|
|
332
|
+
'rapid',
|
|
333
|
+
'stable',
|
|
334
|
+
'extended'
|
|
335
|
+
]).optional().default('rapid'),
|
|
336
|
+
features: z.object({
|
|
337
|
+
gpu_sharing_strategy: z.enum([
|
|
338
|
+
'none',
|
|
339
|
+
'mps',
|
|
340
|
+
'time_slicing'
|
|
341
|
+
]).optional().default('none'),
|
|
342
|
+
gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).optional().default(4),
|
|
343
|
+
cilium_socket_lb_host_namespace_only: z.boolean().optional()
|
|
344
|
+
}).optional().default({
|
|
345
|
+
gpu_sharing_strategy: 'none',
|
|
346
|
+
gpu_max_shared_clients_per_gpu: 4,
|
|
347
|
+
cilium_socket_lb_host_namespace_only: false
|
|
348
|
+
})
|
|
269
349
|
});
|
|
350
|
+
/**
|
|
351
|
+
* Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
352
|
+
*/
|
|
270
353
|
export const zFleetCreateInput = z.object({
|
|
271
|
-
limits: z.
|
|
272
|
-
cpu: z.
|
|
273
|
-
})),
|
|
274
|
-
gcp: z.
|
|
275
|
-
enabled: z.
|
|
276
|
-
project: z.string()
|
|
277
|
-
})),
|
|
278
|
-
hetzner: z.
|
|
279
|
-
enabled: z.
|
|
280
|
-
apiKey: z.string()
|
|
281
|
-
})),
|
|
282
|
-
aws: z.
|
|
283
|
-
enabled: z.
|
|
284
|
-
controllerRoleArn: z.string()
|
|
285
|
-
})),
|
|
354
|
+
limits: z.object({
|
|
355
|
+
cpu: z.int().gte(0).lte(100000).optional()
|
|
356
|
+
}).optional(),
|
|
357
|
+
gcp: z.object({
|
|
358
|
+
enabled: z.boolean(),
|
|
359
|
+
project: z.string().regex(/^[a-z][a-z0-9-]{4,28}[a-z0-9]$/).optional()
|
|
360
|
+
}).optional(),
|
|
361
|
+
hetzner: z.object({
|
|
362
|
+
enabled: z.boolean(),
|
|
363
|
+
apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
|
|
364
|
+
}).optional(),
|
|
365
|
+
aws: z.object({
|
|
366
|
+
enabled: z.boolean(),
|
|
367
|
+
controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
|
|
368
|
+
}).optional(),
|
|
369
|
+
constraints: z.object({
|
|
370
|
+
'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional().default(['on-demand', 'spot']),
|
|
371
|
+
'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional().default(['amd64']),
|
|
372
|
+
'cfke.io/instance-family': z.array(z.enum([
|
|
373
|
+
'a1',
|
|
374
|
+
'a2',
|
|
375
|
+
'a3',
|
|
376
|
+
'a4',
|
|
377
|
+
'c1',
|
|
378
|
+
'c2',
|
|
379
|
+
'c2d',
|
|
380
|
+
'c3',
|
|
381
|
+
'c3d',
|
|
382
|
+
'c4',
|
|
383
|
+
'c4a',
|
|
384
|
+
'c4d',
|
|
385
|
+
'c5',
|
|
386
|
+
'c5a',
|
|
387
|
+
'c5ad',
|
|
388
|
+
'c5d',
|
|
389
|
+
'c5n',
|
|
390
|
+
'c6a',
|
|
391
|
+
'c6g',
|
|
392
|
+
'c6gd',
|
|
393
|
+
'c6gn',
|
|
394
|
+
'c6i',
|
|
395
|
+
'c6id',
|
|
396
|
+
'c6in',
|
|
397
|
+
'c7a',
|
|
398
|
+
'c7g',
|
|
399
|
+
'c7gd',
|
|
400
|
+
'c7gn',
|
|
401
|
+
'c7i',
|
|
402
|
+
'c7i-flex',
|
|
403
|
+
'c8g',
|
|
404
|
+
'c8gd',
|
|
405
|
+
'cax',
|
|
406
|
+
'ccx',
|
|
407
|
+
'cpx',
|
|
408
|
+
'cx',
|
|
409
|
+
'd2',
|
|
410
|
+
'd3',
|
|
411
|
+
'd3en',
|
|
412
|
+
'dl1',
|
|
413
|
+
'dl2q',
|
|
414
|
+
'e2',
|
|
415
|
+
'f1',
|
|
416
|
+
'f2',
|
|
417
|
+
'g1',
|
|
418
|
+
'g2',
|
|
419
|
+
'g4ad',
|
|
420
|
+
'g4dn',
|
|
421
|
+
'g5',
|
|
422
|
+
'g5g',
|
|
423
|
+
'g6',
|
|
424
|
+
'g6e',
|
|
425
|
+
'gr6',
|
|
426
|
+
'h1',
|
|
427
|
+
'h3',
|
|
428
|
+
'hpc6a',
|
|
429
|
+
'hpc6id',
|
|
430
|
+
'hpc7a',
|
|
431
|
+
'hpc7g',
|
|
432
|
+
'i2',
|
|
433
|
+
'i3',
|
|
434
|
+
'i3en',
|
|
435
|
+
'i4g',
|
|
436
|
+
'i4i',
|
|
437
|
+
'i7i',
|
|
438
|
+
'i7ie',
|
|
439
|
+
'i8g',
|
|
440
|
+
'im4gn',
|
|
441
|
+
'inf1',
|
|
442
|
+
'inf2',
|
|
443
|
+
'is4gen',
|
|
444
|
+
'm1',
|
|
445
|
+
'm2',
|
|
446
|
+
'm3',
|
|
447
|
+
'm4',
|
|
448
|
+
'm5',
|
|
449
|
+
'm5a',
|
|
450
|
+
'm5ad',
|
|
451
|
+
'm5d',
|
|
452
|
+
'm5dn',
|
|
453
|
+
'm5n',
|
|
454
|
+
'm5zn',
|
|
455
|
+
'm6a',
|
|
456
|
+
'm6g',
|
|
457
|
+
'm6gd',
|
|
458
|
+
'm6i',
|
|
459
|
+
'm6id',
|
|
460
|
+
'm6idn',
|
|
461
|
+
'm6in',
|
|
462
|
+
'm7a',
|
|
463
|
+
'm7g',
|
|
464
|
+
'm7gd',
|
|
465
|
+
'm7i',
|
|
466
|
+
'm7i-flex',
|
|
467
|
+
'm8g',
|
|
468
|
+
'm8gd',
|
|
469
|
+
'n1',
|
|
470
|
+
'n2',
|
|
471
|
+
'n2d',
|
|
472
|
+
'n4',
|
|
473
|
+
'p3',
|
|
474
|
+
'p3dn',
|
|
475
|
+
'p4d',
|
|
476
|
+
'p4de',
|
|
477
|
+
'p5',
|
|
478
|
+
'p5e',
|
|
479
|
+
'p5en',
|
|
480
|
+
'p6-b200',
|
|
481
|
+
'r3',
|
|
482
|
+
'r4',
|
|
483
|
+
'r5',
|
|
484
|
+
'r5a',
|
|
485
|
+
'r5ad',
|
|
486
|
+
'r5b',
|
|
487
|
+
'r5d',
|
|
488
|
+
'r5dn',
|
|
489
|
+
'r5n',
|
|
490
|
+
'r6a',
|
|
491
|
+
'r6g',
|
|
492
|
+
'r6gd',
|
|
493
|
+
'r6i',
|
|
494
|
+
'r6id',
|
|
495
|
+
'r6idn',
|
|
496
|
+
'r6in',
|
|
497
|
+
'r7a',
|
|
498
|
+
'r7g',
|
|
499
|
+
'r7gd',
|
|
500
|
+
'r7i',
|
|
501
|
+
'r7iz',
|
|
502
|
+
'r8g',
|
|
503
|
+
'r8gd',
|
|
504
|
+
't2',
|
|
505
|
+
't2a',
|
|
506
|
+
't2d',
|
|
507
|
+
't3',
|
|
508
|
+
't3a',
|
|
509
|
+
't4g',
|
|
510
|
+
'trn1',
|
|
511
|
+
'trn1n',
|
|
512
|
+
'u-3tb1',
|
|
513
|
+
'u-6tb1',
|
|
514
|
+
'u7i-12tb',
|
|
515
|
+
'u7i-6tb',
|
|
516
|
+
'u7i-8tb',
|
|
517
|
+
'u7in-16tb',
|
|
518
|
+
'u7in-24tb',
|
|
519
|
+
'u7in-32tb',
|
|
520
|
+
'vt1',
|
|
521
|
+
'x1',
|
|
522
|
+
'x1e',
|
|
523
|
+
'x2gd',
|
|
524
|
+
'x2idn',
|
|
525
|
+
'x2iedn',
|
|
526
|
+
'x2iezn',
|
|
527
|
+
'x4',
|
|
528
|
+
'x8g',
|
|
529
|
+
'z1d',
|
|
530
|
+
'z3'
|
|
531
|
+
])).optional().default([]),
|
|
532
|
+
'topology.kubernetes.io/region': z.array(z.enum([
|
|
533
|
+
'africa-south1',
|
|
534
|
+
'ap-northeast-1',
|
|
535
|
+
'ap-northeast-2',
|
|
536
|
+
'ap-northeast-3',
|
|
537
|
+
'ap-south-1',
|
|
538
|
+
'ap-southeast-1',
|
|
539
|
+
'ap-southeast-2',
|
|
540
|
+
'ash',
|
|
541
|
+
'asia-east1',
|
|
542
|
+
'asia-east2',
|
|
543
|
+
'asia-northeast1',
|
|
544
|
+
'asia-northeast2',
|
|
545
|
+
'asia-northeast3',
|
|
546
|
+
'asia-south1',
|
|
547
|
+
'asia-south2',
|
|
548
|
+
'asia-southeast1',
|
|
549
|
+
'asia-southeast2',
|
|
550
|
+
'australia-southeast1',
|
|
551
|
+
'australia-southeast2',
|
|
552
|
+
'ca-central-1',
|
|
553
|
+
'eu-central-1',
|
|
554
|
+
'eu-central-2',
|
|
555
|
+
'eu-north-1',
|
|
556
|
+
'eu-west-1',
|
|
557
|
+
'eu-west-2',
|
|
558
|
+
'eu-west-3',
|
|
559
|
+
'europe-central2',
|
|
560
|
+
'europe-north1',
|
|
561
|
+
'europe-southwest1',
|
|
562
|
+
'europe-west1',
|
|
563
|
+
'europe-west10',
|
|
564
|
+
'europe-west12',
|
|
565
|
+
'europe-west2',
|
|
566
|
+
'europe-west3',
|
|
567
|
+
'europe-west4',
|
|
568
|
+
'europe-west6',
|
|
569
|
+
'europe-west8',
|
|
570
|
+
'europe-west9',
|
|
571
|
+
'fsn1',
|
|
572
|
+
'hel1',
|
|
573
|
+
'hil',
|
|
574
|
+
'me-central1',
|
|
575
|
+
'me-central2',
|
|
576
|
+
'me-west1',
|
|
577
|
+
'nbg1',
|
|
578
|
+
'northamerica-northeast1',
|
|
579
|
+
'northamerica-northeast2',
|
|
580
|
+
'sa-east-1',
|
|
581
|
+
'sin',
|
|
582
|
+
'southamerica-east1',
|
|
583
|
+
'southamerica-west1',
|
|
584
|
+
'us-central1',
|
|
585
|
+
'us-east-1',
|
|
586
|
+
'us-east-2',
|
|
587
|
+
'us-east1',
|
|
588
|
+
'us-east4',
|
|
589
|
+
'us-east5',
|
|
590
|
+
'us-south1',
|
|
591
|
+
'us-west-1',
|
|
592
|
+
'us-west-2',
|
|
593
|
+
'us-west1',
|
|
594
|
+
'us-west2',
|
|
595
|
+
'us-west3',
|
|
596
|
+
'us-west4'
|
|
597
|
+
])).optional().default([])
|
|
598
|
+
}).optional().default({
|
|
599
|
+
'karpenter.sh/capacity-type': ['on-demand', 'spot'],
|
|
600
|
+
'kubernetes.io/arch': ['amd64'],
|
|
601
|
+
'cfke.io/instance-family': [],
|
|
602
|
+
'topology.kubernetes.io/region': []
|
|
603
|
+
}),
|
|
604
|
+
scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative'),
|
|
286
605
|
id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
|
|
287
606
|
});
|
|
607
|
+
/**
|
|
608
|
+
* Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
609
|
+
*/
|
|
288
610
|
export const zFleet = z.object({
|
|
289
|
-
limits: z.
|
|
290
|
-
cpu: z.
|
|
291
|
-
})),
|
|
292
|
-
gcp: z.
|
|
293
|
-
enabled: z.
|
|
294
|
-
project: z.string()
|
|
295
|
-
})),
|
|
296
|
-
hetzner: z.
|
|
297
|
-
enabled: z.
|
|
298
|
-
apiKey: z.string()
|
|
299
|
-
})),
|
|
300
|
-
aws: z.
|
|
301
|
-
enabled: z.
|
|
302
|
-
controllerRoleArn: z.string()
|
|
303
|
-
})),
|
|
304
|
-
|
|
611
|
+
limits: z.object({
|
|
612
|
+
cpu: z.int().gte(0).lte(100000).optional()
|
|
613
|
+
}).optional(),
|
|
614
|
+
gcp: z.object({
|
|
615
|
+
enabled: z.boolean(),
|
|
616
|
+
project: z.string().regex(/^[a-z][a-z0-9-]{4,28}[a-z0-9]$/).optional()
|
|
617
|
+
}).optional(),
|
|
618
|
+
hetzner: z.object({
|
|
619
|
+
enabled: z.boolean(),
|
|
620
|
+
apiKey: z.string().regex(/^\*{64}$/).optional()
|
|
621
|
+
}).optional(),
|
|
622
|
+
aws: z.object({
|
|
623
|
+
enabled: z.boolean(),
|
|
624
|
+
controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
|
|
625
|
+
}).optional(),
|
|
626
|
+
constraints: z.object({
|
|
627
|
+
'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).default(['on-demand', 'spot']),
|
|
628
|
+
'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).default(['amd64']),
|
|
629
|
+
'cfke.io/instance-family': z.array(z.enum([
|
|
630
|
+
'a1',
|
|
631
|
+
'a2',
|
|
632
|
+
'a3',
|
|
633
|
+
'a4',
|
|
634
|
+
'c1',
|
|
635
|
+
'c2',
|
|
636
|
+
'c2d',
|
|
637
|
+
'c3',
|
|
638
|
+
'c3d',
|
|
639
|
+
'c4',
|
|
640
|
+
'c4a',
|
|
641
|
+
'c4d',
|
|
642
|
+
'c5',
|
|
643
|
+
'c5a',
|
|
644
|
+
'c5ad',
|
|
645
|
+
'c5d',
|
|
646
|
+
'c5n',
|
|
647
|
+
'c6a',
|
|
648
|
+
'c6g',
|
|
649
|
+
'c6gd',
|
|
650
|
+
'c6gn',
|
|
651
|
+
'c6i',
|
|
652
|
+
'c6id',
|
|
653
|
+
'c6in',
|
|
654
|
+
'c7a',
|
|
655
|
+
'c7g',
|
|
656
|
+
'c7gd',
|
|
657
|
+
'c7gn',
|
|
658
|
+
'c7i',
|
|
659
|
+
'c7i-flex',
|
|
660
|
+
'c8g',
|
|
661
|
+
'c8gd',
|
|
662
|
+
'cax',
|
|
663
|
+
'ccx',
|
|
664
|
+
'cpx',
|
|
665
|
+
'cx',
|
|
666
|
+
'd2',
|
|
667
|
+
'd3',
|
|
668
|
+
'd3en',
|
|
669
|
+
'dl1',
|
|
670
|
+
'dl2q',
|
|
671
|
+
'e2',
|
|
672
|
+
'f1',
|
|
673
|
+
'f2',
|
|
674
|
+
'g1',
|
|
675
|
+
'g2',
|
|
676
|
+
'g4ad',
|
|
677
|
+
'g4dn',
|
|
678
|
+
'g5',
|
|
679
|
+
'g5g',
|
|
680
|
+
'g6',
|
|
681
|
+
'g6e',
|
|
682
|
+
'gr6',
|
|
683
|
+
'h1',
|
|
684
|
+
'h3',
|
|
685
|
+
'hpc6a',
|
|
686
|
+
'hpc6id',
|
|
687
|
+
'hpc7a',
|
|
688
|
+
'hpc7g',
|
|
689
|
+
'i2',
|
|
690
|
+
'i3',
|
|
691
|
+
'i3en',
|
|
692
|
+
'i4g',
|
|
693
|
+
'i4i',
|
|
694
|
+
'i7i',
|
|
695
|
+
'i7ie',
|
|
696
|
+
'i8g',
|
|
697
|
+
'im4gn',
|
|
698
|
+
'inf1',
|
|
699
|
+
'inf2',
|
|
700
|
+
'is4gen',
|
|
701
|
+
'm1',
|
|
702
|
+
'm2',
|
|
703
|
+
'm3',
|
|
704
|
+
'm4',
|
|
705
|
+
'm5',
|
|
706
|
+
'm5a',
|
|
707
|
+
'm5ad',
|
|
708
|
+
'm5d',
|
|
709
|
+
'm5dn',
|
|
710
|
+
'm5n',
|
|
711
|
+
'm5zn',
|
|
712
|
+
'm6a',
|
|
713
|
+
'm6g',
|
|
714
|
+
'm6gd',
|
|
715
|
+
'm6i',
|
|
716
|
+
'm6id',
|
|
717
|
+
'm6idn',
|
|
718
|
+
'm6in',
|
|
719
|
+
'm7a',
|
|
720
|
+
'm7g',
|
|
721
|
+
'm7gd',
|
|
722
|
+
'm7i',
|
|
723
|
+
'm7i-flex',
|
|
724
|
+
'm8g',
|
|
725
|
+
'm8gd',
|
|
726
|
+
'n1',
|
|
727
|
+
'n2',
|
|
728
|
+
'n2d',
|
|
729
|
+
'n4',
|
|
730
|
+
'p3',
|
|
731
|
+
'p3dn',
|
|
732
|
+
'p4d',
|
|
733
|
+
'p4de',
|
|
734
|
+
'p5',
|
|
735
|
+
'p5e',
|
|
736
|
+
'p5en',
|
|
737
|
+
'p6-b200',
|
|
738
|
+
'r3',
|
|
739
|
+
'r4',
|
|
740
|
+
'r5',
|
|
741
|
+
'r5a',
|
|
742
|
+
'r5ad',
|
|
743
|
+
'r5b',
|
|
744
|
+
'r5d',
|
|
745
|
+
'r5dn',
|
|
746
|
+
'r5n',
|
|
747
|
+
'r6a',
|
|
748
|
+
'r6g',
|
|
749
|
+
'r6gd',
|
|
750
|
+
'r6i',
|
|
751
|
+
'r6id',
|
|
752
|
+
'r6idn',
|
|
753
|
+
'r6in',
|
|
754
|
+
'r7a',
|
|
755
|
+
'r7g',
|
|
756
|
+
'r7gd',
|
|
757
|
+
'r7i',
|
|
758
|
+
'r7iz',
|
|
759
|
+
'r8g',
|
|
760
|
+
'r8gd',
|
|
761
|
+
't2',
|
|
762
|
+
't2a',
|
|
763
|
+
't2d',
|
|
764
|
+
't3',
|
|
765
|
+
't3a',
|
|
766
|
+
't4g',
|
|
767
|
+
'trn1',
|
|
768
|
+
'trn1n',
|
|
769
|
+
'u-3tb1',
|
|
770
|
+
'u-6tb1',
|
|
771
|
+
'u7i-12tb',
|
|
772
|
+
'u7i-6tb',
|
|
773
|
+
'u7i-8tb',
|
|
774
|
+
'u7in-16tb',
|
|
775
|
+
'u7in-24tb',
|
|
776
|
+
'u7in-32tb',
|
|
777
|
+
'vt1',
|
|
778
|
+
'x1',
|
|
779
|
+
'x1e',
|
|
780
|
+
'x2gd',
|
|
781
|
+
'x2idn',
|
|
782
|
+
'x2iedn',
|
|
783
|
+
'x2iezn',
|
|
784
|
+
'x4',
|
|
785
|
+
'x8g',
|
|
786
|
+
'z1d',
|
|
787
|
+
'z3'
|
|
788
|
+
])).optional().default([]),
|
|
789
|
+
'topology.kubernetes.io/region': z.array(z.enum([
|
|
790
|
+
'africa-south1',
|
|
791
|
+
'ap-northeast-1',
|
|
792
|
+
'ap-northeast-2',
|
|
793
|
+
'ap-northeast-3',
|
|
794
|
+
'ap-south-1',
|
|
795
|
+
'ap-southeast-1',
|
|
796
|
+
'ap-southeast-2',
|
|
797
|
+
'ash',
|
|
798
|
+
'asia-east1',
|
|
799
|
+
'asia-east2',
|
|
800
|
+
'asia-northeast1',
|
|
801
|
+
'asia-northeast2',
|
|
802
|
+
'asia-northeast3',
|
|
803
|
+
'asia-south1',
|
|
804
|
+
'asia-south2',
|
|
805
|
+
'asia-southeast1',
|
|
806
|
+
'asia-southeast2',
|
|
807
|
+
'australia-southeast1',
|
|
808
|
+
'australia-southeast2',
|
|
809
|
+
'ca-central-1',
|
|
810
|
+
'eu-central-1',
|
|
811
|
+
'eu-central-2',
|
|
812
|
+
'eu-north-1',
|
|
813
|
+
'eu-west-1',
|
|
814
|
+
'eu-west-2',
|
|
815
|
+
'eu-west-3',
|
|
816
|
+
'europe-central2',
|
|
817
|
+
'europe-north1',
|
|
818
|
+
'europe-southwest1',
|
|
819
|
+
'europe-west1',
|
|
820
|
+
'europe-west10',
|
|
821
|
+
'europe-west12',
|
|
822
|
+
'europe-west2',
|
|
823
|
+
'europe-west3',
|
|
824
|
+
'europe-west4',
|
|
825
|
+
'europe-west6',
|
|
826
|
+
'europe-west8',
|
|
827
|
+
'europe-west9',
|
|
828
|
+
'fsn1',
|
|
829
|
+
'hel1',
|
|
830
|
+
'hil',
|
|
831
|
+
'me-central1',
|
|
832
|
+
'me-central2',
|
|
833
|
+
'me-west1',
|
|
834
|
+
'nbg1',
|
|
835
|
+
'northamerica-northeast1',
|
|
836
|
+
'northamerica-northeast2',
|
|
837
|
+
'sa-east-1',
|
|
838
|
+
'sin',
|
|
839
|
+
'southamerica-east1',
|
|
840
|
+
'southamerica-west1',
|
|
841
|
+
'us-central1',
|
|
842
|
+
'us-east-1',
|
|
843
|
+
'us-east-2',
|
|
844
|
+
'us-east1',
|
|
845
|
+
'us-east4',
|
|
846
|
+
'us-east5',
|
|
847
|
+
'us-south1',
|
|
848
|
+
'us-west-1',
|
|
849
|
+
'us-west-2',
|
|
850
|
+
'us-west1',
|
|
851
|
+
'us-west2',
|
|
852
|
+
'us-west3',
|
|
853
|
+
'us-west4'
|
|
854
|
+
])).optional().default([])
|
|
855
|
+
}).default({
|
|
856
|
+
'karpenter.sh/capacity-type': ['on-demand', 'spot'],
|
|
857
|
+
'kubernetes.io/arch': ['amd64'],
|
|
858
|
+
'cfke.io/instance-family': [],
|
|
859
|
+
'topology.kubernetes.io/region': []
|
|
860
|
+
}),
|
|
861
|
+
scalingProfile: z.enum(['aggressive', 'conservative']).default('conservative'),
|
|
862
|
+
id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
863
|
+
ready: z.boolean(),
|
|
864
|
+
status_message: z.string().optional(),
|
|
865
|
+
created_at: z.string(),
|
|
866
|
+
updated_at: z.string()
|
|
305
867
|
});
|
|
868
|
+
/**
|
|
869
|
+
* Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
|
|
870
|
+
*/
|
|
306
871
|
export const zFleetUpdateInput = z.object({
|
|
307
|
-
limits: z.
|
|
308
|
-
cpu: z.
|
|
309
|
-
})),
|
|
310
|
-
gcp: z.
|
|
311
|
-
enabled: z.
|
|
312
|
-
project: z.string()
|
|
313
|
-
})),
|
|
314
|
-
hetzner: z.
|
|
315
|
-
enabled: z.
|
|
316
|
-
apiKey: z.string()
|
|
317
|
-
})),
|
|
318
|
-
aws: z.
|
|
319
|
-
enabled: z.
|
|
320
|
-
controllerRoleArn: z.string()
|
|
321
|
-
}))
|
|
872
|
+
limits: z.object({
|
|
873
|
+
cpu: z.int().gte(0).lte(100000).optional()
|
|
874
|
+
}).optional(),
|
|
875
|
+
gcp: z.object({
|
|
876
|
+
enabled: z.boolean(),
|
|
877
|
+
project: z.string().regex(/^[a-z][a-z0-9-]{4,28}[a-z0-9]$/).optional()
|
|
878
|
+
}).optional(),
|
|
879
|
+
hetzner: z.object({
|
|
880
|
+
enabled: z.boolean(),
|
|
881
|
+
apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
|
|
882
|
+
}).optional(),
|
|
883
|
+
aws: z.object({
|
|
884
|
+
enabled: z.boolean(),
|
|
885
|
+
controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
|
|
886
|
+
}).optional(),
|
|
887
|
+
constraints: z.object({
|
|
888
|
+
'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional().default(['on-demand', 'spot']),
|
|
889
|
+
'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional().default(['amd64']),
|
|
890
|
+
'cfke.io/instance-family': z.array(z.enum([
|
|
891
|
+
'a1',
|
|
892
|
+
'a2',
|
|
893
|
+
'a3',
|
|
894
|
+
'a4',
|
|
895
|
+
'c1',
|
|
896
|
+
'c2',
|
|
897
|
+
'c2d',
|
|
898
|
+
'c3',
|
|
899
|
+
'c3d',
|
|
900
|
+
'c4',
|
|
901
|
+
'c4a',
|
|
902
|
+
'c4d',
|
|
903
|
+
'c5',
|
|
904
|
+
'c5a',
|
|
905
|
+
'c5ad',
|
|
906
|
+
'c5d',
|
|
907
|
+
'c5n',
|
|
908
|
+
'c6a',
|
|
909
|
+
'c6g',
|
|
910
|
+
'c6gd',
|
|
911
|
+
'c6gn',
|
|
912
|
+
'c6i',
|
|
913
|
+
'c6id',
|
|
914
|
+
'c6in',
|
|
915
|
+
'c7a',
|
|
916
|
+
'c7g',
|
|
917
|
+
'c7gd',
|
|
918
|
+
'c7gn',
|
|
919
|
+
'c7i',
|
|
920
|
+
'c7i-flex',
|
|
921
|
+
'c8g',
|
|
922
|
+
'c8gd',
|
|
923
|
+
'cax',
|
|
924
|
+
'ccx',
|
|
925
|
+
'cpx',
|
|
926
|
+
'cx',
|
|
927
|
+
'd2',
|
|
928
|
+
'd3',
|
|
929
|
+
'd3en',
|
|
930
|
+
'dl1',
|
|
931
|
+
'dl2q',
|
|
932
|
+
'e2',
|
|
933
|
+
'f1',
|
|
934
|
+
'f2',
|
|
935
|
+
'g1',
|
|
936
|
+
'g2',
|
|
937
|
+
'g4ad',
|
|
938
|
+
'g4dn',
|
|
939
|
+
'g5',
|
|
940
|
+
'g5g',
|
|
941
|
+
'g6',
|
|
942
|
+
'g6e',
|
|
943
|
+
'gr6',
|
|
944
|
+
'h1',
|
|
945
|
+
'h3',
|
|
946
|
+
'hpc6a',
|
|
947
|
+
'hpc6id',
|
|
948
|
+
'hpc7a',
|
|
949
|
+
'hpc7g',
|
|
950
|
+
'i2',
|
|
951
|
+
'i3',
|
|
952
|
+
'i3en',
|
|
953
|
+
'i4g',
|
|
954
|
+
'i4i',
|
|
955
|
+
'i7i',
|
|
956
|
+
'i7ie',
|
|
957
|
+
'i8g',
|
|
958
|
+
'im4gn',
|
|
959
|
+
'inf1',
|
|
960
|
+
'inf2',
|
|
961
|
+
'is4gen',
|
|
962
|
+
'm1',
|
|
963
|
+
'm2',
|
|
964
|
+
'm3',
|
|
965
|
+
'm4',
|
|
966
|
+
'm5',
|
|
967
|
+
'm5a',
|
|
968
|
+
'm5ad',
|
|
969
|
+
'm5d',
|
|
970
|
+
'm5dn',
|
|
971
|
+
'm5n',
|
|
972
|
+
'm5zn',
|
|
973
|
+
'm6a',
|
|
974
|
+
'm6g',
|
|
975
|
+
'm6gd',
|
|
976
|
+
'm6i',
|
|
977
|
+
'm6id',
|
|
978
|
+
'm6idn',
|
|
979
|
+
'm6in',
|
|
980
|
+
'm7a',
|
|
981
|
+
'm7g',
|
|
982
|
+
'm7gd',
|
|
983
|
+
'm7i',
|
|
984
|
+
'm7i-flex',
|
|
985
|
+
'm8g',
|
|
986
|
+
'm8gd',
|
|
987
|
+
'n1',
|
|
988
|
+
'n2',
|
|
989
|
+
'n2d',
|
|
990
|
+
'n4',
|
|
991
|
+
'p3',
|
|
992
|
+
'p3dn',
|
|
993
|
+
'p4d',
|
|
994
|
+
'p4de',
|
|
995
|
+
'p5',
|
|
996
|
+
'p5e',
|
|
997
|
+
'p5en',
|
|
998
|
+
'p6-b200',
|
|
999
|
+
'r3',
|
|
1000
|
+
'r4',
|
|
1001
|
+
'r5',
|
|
1002
|
+
'r5a',
|
|
1003
|
+
'r5ad',
|
|
1004
|
+
'r5b',
|
|
1005
|
+
'r5d',
|
|
1006
|
+
'r5dn',
|
|
1007
|
+
'r5n',
|
|
1008
|
+
'r6a',
|
|
1009
|
+
'r6g',
|
|
1010
|
+
'r6gd',
|
|
1011
|
+
'r6i',
|
|
1012
|
+
'r6id',
|
|
1013
|
+
'r6idn',
|
|
1014
|
+
'r6in',
|
|
1015
|
+
'r7a',
|
|
1016
|
+
'r7g',
|
|
1017
|
+
'r7gd',
|
|
1018
|
+
'r7i',
|
|
1019
|
+
'r7iz',
|
|
1020
|
+
'r8g',
|
|
1021
|
+
'r8gd',
|
|
1022
|
+
't2',
|
|
1023
|
+
't2a',
|
|
1024
|
+
't2d',
|
|
1025
|
+
't3',
|
|
1026
|
+
't3a',
|
|
1027
|
+
't4g',
|
|
1028
|
+
'trn1',
|
|
1029
|
+
'trn1n',
|
|
1030
|
+
'u-3tb1',
|
|
1031
|
+
'u-6tb1',
|
|
1032
|
+
'u7i-12tb',
|
|
1033
|
+
'u7i-6tb',
|
|
1034
|
+
'u7i-8tb',
|
|
1035
|
+
'u7in-16tb',
|
|
1036
|
+
'u7in-24tb',
|
|
1037
|
+
'u7in-32tb',
|
|
1038
|
+
'vt1',
|
|
1039
|
+
'x1',
|
|
1040
|
+
'x1e',
|
|
1041
|
+
'x2gd',
|
|
1042
|
+
'x2idn',
|
|
1043
|
+
'x2iedn',
|
|
1044
|
+
'x2iezn',
|
|
1045
|
+
'x4',
|
|
1046
|
+
'x8g',
|
|
1047
|
+
'z1d',
|
|
1048
|
+
'z3'
|
|
1049
|
+
])).optional().default([]),
|
|
1050
|
+
'topology.kubernetes.io/region': z.array(z.enum([
|
|
1051
|
+
'africa-south1',
|
|
1052
|
+
'ap-northeast-1',
|
|
1053
|
+
'ap-northeast-2',
|
|
1054
|
+
'ap-northeast-3',
|
|
1055
|
+
'ap-south-1',
|
|
1056
|
+
'ap-southeast-1',
|
|
1057
|
+
'ap-southeast-2',
|
|
1058
|
+
'ash',
|
|
1059
|
+
'asia-east1',
|
|
1060
|
+
'asia-east2',
|
|
1061
|
+
'asia-northeast1',
|
|
1062
|
+
'asia-northeast2',
|
|
1063
|
+
'asia-northeast3',
|
|
1064
|
+
'asia-south1',
|
|
1065
|
+
'asia-south2',
|
|
1066
|
+
'asia-southeast1',
|
|
1067
|
+
'asia-southeast2',
|
|
1068
|
+
'australia-southeast1',
|
|
1069
|
+
'australia-southeast2',
|
|
1070
|
+
'ca-central-1',
|
|
1071
|
+
'eu-central-1',
|
|
1072
|
+
'eu-central-2',
|
|
1073
|
+
'eu-north-1',
|
|
1074
|
+
'eu-west-1',
|
|
1075
|
+
'eu-west-2',
|
|
1076
|
+
'eu-west-3',
|
|
1077
|
+
'europe-central2',
|
|
1078
|
+
'europe-north1',
|
|
1079
|
+
'europe-southwest1',
|
|
1080
|
+
'europe-west1',
|
|
1081
|
+
'europe-west10',
|
|
1082
|
+
'europe-west12',
|
|
1083
|
+
'europe-west2',
|
|
1084
|
+
'europe-west3',
|
|
1085
|
+
'europe-west4',
|
|
1086
|
+
'europe-west6',
|
|
1087
|
+
'europe-west8',
|
|
1088
|
+
'europe-west9',
|
|
1089
|
+
'fsn1',
|
|
1090
|
+
'hel1',
|
|
1091
|
+
'hil',
|
|
1092
|
+
'me-central1',
|
|
1093
|
+
'me-central2',
|
|
1094
|
+
'me-west1',
|
|
1095
|
+
'nbg1',
|
|
1096
|
+
'northamerica-northeast1',
|
|
1097
|
+
'northamerica-northeast2',
|
|
1098
|
+
'sa-east-1',
|
|
1099
|
+
'sin',
|
|
1100
|
+
'southamerica-east1',
|
|
1101
|
+
'southamerica-west1',
|
|
1102
|
+
'us-central1',
|
|
1103
|
+
'us-east-1',
|
|
1104
|
+
'us-east-2',
|
|
1105
|
+
'us-east1',
|
|
1106
|
+
'us-east4',
|
|
1107
|
+
'us-east5',
|
|
1108
|
+
'us-south1',
|
|
1109
|
+
'us-west-1',
|
|
1110
|
+
'us-west-2',
|
|
1111
|
+
'us-west1',
|
|
1112
|
+
'us-west2',
|
|
1113
|
+
'us-west3',
|
|
1114
|
+
'us-west4'
|
|
1115
|
+
])).optional().default([])
|
|
1116
|
+
}).optional().default({
|
|
1117
|
+
'karpenter.sh/capacity-type': ['on-demand', 'spot'],
|
|
1118
|
+
'kubernetes.io/arch': ['amd64'],
|
|
1119
|
+
'cfke.io/instance-family': [],
|
|
1120
|
+
'topology.kubernetes.io/region': []
|
|
1121
|
+
}),
|
|
1122
|
+
scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative')
|
|
1123
|
+
});
|
|
1124
|
+
export const zInviteCreateInput = z.object({
|
|
1125
|
+
email: z.email(),
|
|
1126
|
+
role: z.enum(['Administrator', 'User']).optional().default('User')
|
|
322
1127
|
});
|
|
323
1128
|
export const zInvite = z.object({
|
|
324
|
-
id: z.
|
|
325
|
-
organization_id: z.
|
|
1129
|
+
id: z.string().optional(),
|
|
1130
|
+
organization_id: z.uuid().optional(),
|
|
326
1131
|
date_created: z.iso.datetime(),
|
|
327
|
-
email: z.
|
|
328
|
-
code: z.
|
|
1132
|
+
email: z.email().optional(),
|
|
1133
|
+
code: z.string().optional(),
|
|
1134
|
+
role: z.enum(['Administrator', 'User']).optional().default('User')
|
|
329
1135
|
});
|
|
330
1136
|
export const zInvoice = z.object({
|
|
331
|
-
id: z.
|
|
332
|
-
|
|
333
|
-
status: z.
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
'AOA',
|
|
346
|
-
'ARS',
|
|
347
|
-
'AUD',
|
|
348
|
-
'AWG',
|
|
349
|
-
'AZN',
|
|
350
|
-
'BAM',
|
|
351
|
-
'BBD',
|
|
352
|
-
'BDT',
|
|
353
|
-
'BGN',
|
|
354
|
-
'BHD',
|
|
355
|
-
'BIF',
|
|
356
|
-
'BMD',
|
|
357
|
-
'BND',
|
|
358
|
-
'BOB',
|
|
359
|
-
'BRL',
|
|
360
|
-
'BSD',
|
|
361
|
-
'BTN',
|
|
362
|
-
'BWP',
|
|
363
|
-
'BYR',
|
|
364
|
-
'BZD',
|
|
365
|
-
'CAD',
|
|
366
|
-
'CDF',
|
|
367
|
-
'CHF',
|
|
368
|
-
'CLP',
|
|
369
|
-
'CNY',
|
|
370
|
-
'COP',
|
|
371
|
-
'CRC',
|
|
372
|
-
'CUC',
|
|
373
|
-
'CUP',
|
|
374
|
-
'CVE',
|
|
375
|
-
'CZK',
|
|
376
|
-
'DJF',
|
|
377
|
-
'DKK',
|
|
378
|
-
'DOP',
|
|
379
|
-
'DZD',
|
|
380
|
-
'EGP',
|
|
381
|
-
'ERN',
|
|
382
|
-
'ETB',
|
|
383
|
-
'EUR',
|
|
384
|
-
'FJD',
|
|
385
|
-
'FKP',
|
|
386
|
-
'GBP',
|
|
387
|
-
'GEL',
|
|
388
|
-
'GGP',
|
|
389
|
-
'GHS',
|
|
390
|
-
'GIP',
|
|
391
|
-
'GMD',
|
|
392
|
-
'GNF',
|
|
393
|
-
'GTQ',
|
|
394
|
-
'GYD',
|
|
395
|
-
'HKD',
|
|
396
|
-
'HNL',
|
|
397
|
-
'HRK',
|
|
398
|
-
'HTG',
|
|
399
|
-
'HUF',
|
|
400
|
-
'IDR',
|
|
401
|
-
'ILS',
|
|
402
|
-
'IMP',
|
|
403
|
-
'INR',
|
|
404
|
-
'IQD',
|
|
405
|
-
'IRR',
|
|
406
|
-
'ISK',
|
|
407
|
-
'JEP',
|
|
408
|
-
'JMD',
|
|
409
|
-
'JOD',
|
|
410
|
-
'JPY',
|
|
411
|
-
'KES',
|
|
412
|
-
'KGS',
|
|
413
|
-
'KHR',
|
|
414
|
-
'KMF',
|
|
415
|
-
'KPW',
|
|
416
|
-
'KRW',
|
|
417
|
-
'KWD',
|
|
418
|
-
'KYD',
|
|
419
|
-
'KZT',
|
|
420
|
-
'LAK',
|
|
421
|
-
'LBP',
|
|
422
|
-
'LKR',
|
|
423
|
-
'LRD',
|
|
424
|
-
'LSL',
|
|
425
|
-
'LTL',
|
|
426
|
-
'LVL',
|
|
427
|
-
'LYD',
|
|
428
|
-
'MAD',
|
|
429
|
-
'MDL',
|
|
430
|
-
'MGA',
|
|
431
|
-
'MKD',
|
|
432
|
-
'MMK',
|
|
433
|
-
'MNT',
|
|
434
|
-
'MOP',
|
|
435
|
-
'MRO',
|
|
436
|
-
'MUR',
|
|
437
|
-
'MVR',
|
|
438
|
-
'MWK',
|
|
439
|
-
'MXN',
|
|
440
|
-
'MYR',
|
|
441
|
-
'MZN',
|
|
442
|
-
'NAD',
|
|
443
|
-
'NGN',
|
|
444
|
-
'NIO',
|
|
445
|
-
'NOK',
|
|
446
|
-
'NPR',
|
|
447
|
-
'NZD',
|
|
448
|
-
'OMR',
|
|
449
|
-
'PAB',
|
|
450
|
-
'PEN',
|
|
451
|
-
'PGK',
|
|
452
|
-
'PHP',
|
|
453
|
-
'PKR',
|
|
454
|
-
'PLN',
|
|
455
|
-
'PYG',
|
|
456
|
-
'QAR',
|
|
457
|
-
'RON',
|
|
458
|
-
'RSD',
|
|
459
|
-
'RUB',
|
|
460
|
-
'RWF',
|
|
461
|
-
'SAR',
|
|
462
|
-
'SBD',
|
|
463
|
-
'SCR',
|
|
464
|
-
'SDG',
|
|
465
|
-
'SEK',
|
|
466
|
-
'SGD',
|
|
467
|
-
'SHP',
|
|
468
|
-
'SLL',
|
|
469
|
-
'SOS',
|
|
470
|
-
'SPL',
|
|
471
|
-
'SRD',
|
|
472
|
-
'STD',
|
|
473
|
-
'SVC',
|
|
474
|
-
'SYP',
|
|
475
|
-
'SZL',
|
|
476
|
-
'THB',
|
|
477
|
-
'TJS',
|
|
478
|
-
'TMT',
|
|
479
|
-
'TND',
|
|
480
|
-
'TOP',
|
|
481
|
-
'TRY',
|
|
482
|
-
'TTD',
|
|
483
|
-
'TVD',
|
|
484
|
-
'TWD',
|
|
485
|
-
'TZS',
|
|
486
|
-
'UAH',
|
|
487
|
-
'UGX',
|
|
488
|
-
'USD',
|
|
489
|
-
'UYU',
|
|
490
|
-
'UZS',
|
|
491
|
-
'VEF',
|
|
492
|
-
'VND',
|
|
493
|
-
'VUV',
|
|
494
|
-
'WST',
|
|
495
|
-
'XAF',
|
|
496
|
-
'XCD',
|
|
497
|
-
'XDR',
|
|
498
|
-
'XOF',
|
|
499
|
-
'XPF',
|
|
500
|
-
'YER',
|
|
501
|
-
'ZAR',
|
|
502
|
-
'ZMW',
|
|
503
|
-
'ZWD',
|
|
504
|
-
'BTC'
|
|
505
|
-
])),
|
|
506
|
-
creditAdj: z.optional(z.number()),
|
|
507
|
-
refundAdj: z.optional(z.number()),
|
|
508
|
-
invoiceDate: z.optional(z.string()),
|
|
509
|
-
targetDate: z.optional(z.string()),
|
|
510
|
-
invoiceNumber: z.optional(z.string()),
|
|
511
|
-
balance: z.optional(z.number()),
|
|
512
|
-
bundleKeys: z.optional(z.string()),
|
|
513
|
-
credits: z.optional(z.array(z.object({
|
|
514
|
-
id: z.optional(z.uuid()),
|
|
515
|
-
linkedInvoiceItemId: z.optional(z.uuid()),
|
|
516
|
-
productName: z.optional(z.string()),
|
|
517
|
-
planName: z.optional(z.string()),
|
|
518
|
-
phaseName: z.optional(z.string()),
|
|
519
|
-
usageName: z.optional(z.string()),
|
|
520
|
-
prettyProductName: z.optional(z.string()),
|
|
521
|
-
prettyPlanName: z.optional(z.string()),
|
|
522
|
-
prettyPhaseName: z.optional(z.string()),
|
|
523
|
-
prettyUsageName: z.optional(z.string()),
|
|
524
|
-
itemType: z.optional(z.enum([
|
|
525
|
-
'EXTERNAL_CHARGE',
|
|
526
|
-
'FIXED',
|
|
527
|
-
'RECURRING',
|
|
528
|
-
'REPAIR_ADJ',
|
|
529
|
-
'CBA_ADJ',
|
|
530
|
-
'CREDIT_ADJ',
|
|
531
|
-
'ITEM_ADJ',
|
|
532
|
-
'USAGE',
|
|
533
|
-
'TAX',
|
|
534
|
-
'PARENT_SUMMARY'
|
|
535
|
-
])),
|
|
536
|
-
description: z.optional(z.string()),
|
|
537
|
-
startDate: z.optional(z.string()),
|
|
538
|
-
endDate: z.optional(z.string()),
|
|
539
|
-
amount: z.optional(z.number()),
|
|
540
|
-
rate: z.optional(z.number()),
|
|
541
|
-
currency: z.optional(z.enum([
|
|
542
|
-
'AED',
|
|
543
|
-
'AFN',
|
|
544
|
-
'ALL',
|
|
545
|
-
'AMD',
|
|
546
|
-
'ANG',
|
|
547
|
-
'AOA',
|
|
548
|
-
'ARS',
|
|
549
|
-
'AUD',
|
|
550
|
-
'AWG',
|
|
551
|
-
'AZN',
|
|
552
|
-
'BAM',
|
|
553
|
-
'BBD',
|
|
554
|
-
'BDT',
|
|
555
|
-
'BGN',
|
|
556
|
-
'BHD',
|
|
557
|
-
'BIF',
|
|
558
|
-
'BMD',
|
|
559
|
-
'BND',
|
|
560
|
-
'BOB',
|
|
561
|
-
'BRL',
|
|
562
|
-
'BSD',
|
|
563
|
-
'BTN',
|
|
564
|
-
'BWP',
|
|
565
|
-
'BYR',
|
|
566
|
-
'BZD',
|
|
567
|
-
'CAD',
|
|
568
|
-
'CDF',
|
|
569
|
-
'CHF',
|
|
570
|
-
'CLP',
|
|
571
|
-
'CNY',
|
|
572
|
-
'COP',
|
|
573
|
-
'CRC',
|
|
574
|
-
'CUC',
|
|
575
|
-
'CUP',
|
|
576
|
-
'CVE',
|
|
577
|
-
'CZK',
|
|
578
|
-
'DJF',
|
|
579
|
-
'DKK',
|
|
580
|
-
'DOP',
|
|
581
|
-
'DZD',
|
|
582
|
-
'EGP',
|
|
583
|
-
'ERN',
|
|
584
|
-
'ETB',
|
|
585
|
-
'EUR',
|
|
586
|
-
'FJD',
|
|
587
|
-
'FKP',
|
|
588
|
-
'GBP',
|
|
589
|
-
'GEL',
|
|
590
|
-
'GGP',
|
|
591
|
-
'GHS',
|
|
592
|
-
'GIP',
|
|
593
|
-
'GMD',
|
|
594
|
-
'GNF',
|
|
595
|
-
'GTQ',
|
|
596
|
-
'GYD',
|
|
597
|
-
'HKD',
|
|
598
|
-
'HNL',
|
|
599
|
-
'HRK',
|
|
600
|
-
'HTG',
|
|
601
|
-
'HUF',
|
|
602
|
-
'IDR',
|
|
603
|
-
'ILS',
|
|
604
|
-
'IMP',
|
|
605
|
-
'INR',
|
|
606
|
-
'IQD',
|
|
607
|
-
'IRR',
|
|
608
|
-
'ISK',
|
|
609
|
-
'JEP',
|
|
610
|
-
'JMD',
|
|
611
|
-
'JOD',
|
|
612
|
-
'JPY',
|
|
613
|
-
'KES',
|
|
614
|
-
'KGS',
|
|
615
|
-
'KHR',
|
|
616
|
-
'KMF',
|
|
617
|
-
'KPW',
|
|
618
|
-
'KRW',
|
|
619
|
-
'KWD',
|
|
620
|
-
'KYD',
|
|
621
|
-
'KZT',
|
|
622
|
-
'LAK',
|
|
623
|
-
'LBP',
|
|
624
|
-
'LKR',
|
|
625
|
-
'LRD',
|
|
626
|
-
'LSL',
|
|
627
|
-
'LTL',
|
|
628
|
-
'LVL',
|
|
629
|
-
'LYD',
|
|
630
|
-
'MAD',
|
|
631
|
-
'MDL',
|
|
632
|
-
'MGA',
|
|
633
|
-
'MKD',
|
|
634
|
-
'MMK',
|
|
635
|
-
'MNT',
|
|
636
|
-
'MOP',
|
|
637
|
-
'MRO',
|
|
638
|
-
'MUR',
|
|
639
|
-
'MVR',
|
|
640
|
-
'MWK',
|
|
641
|
-
'MXN',
|
|
642
|
-
'MYR',
|
|
643
|
-
'MZN',
|
|
644
|
-
'NAD',
|
|
645
|
-
'NGN',
|
|
646
|
-
'NIO',
|
|
647
|
-
'NOK',
|
|
648
|
-
'NPR',
|
|
649
|
-
'NZD',
|
|
650
|
-
'OMR',
|
|
651
|
-
'PAB',
|
|
652
|
-
'PEN',
|
|
653
|
-
'PGK',
|
|
654
|
-
'PHP',
|
|
655
|
-
'PKR',
|
|
656
|
-
'PLN',
|
|
657
|
-
'PYG',
|
|
658
|
-
'QAR',
|
|
659
|
-
'RON',
|
|
660
|
-
'RSD',
|
|
661
|
-
'RUB',
|
|
662
|
-
'RWF',
|
|
663
|
-
'SAR',
|
|
664
|
-
'SBD',
|
|
665
|
-
'SCR',
|
|
666
|
-
'SDG',
|
|
667
|
-
'SEK',
|
|
668
|
-
'SGD',
|
|
669
|
-
'SHP',
|
|
670
|
-
'SLL',
|
|
671
|
-
'SOS',
|
|
672
|
-
'SPL',
|
|
673
|
-
'SRD',
|
|
674
|
-
'STD',
|
|
675
|
-
'SVC',
|
|
676
|
-
'SYP',
|
|
677
|
-
'SZL',
|
|
678
|
-
'THB',
|
|
679
|
-
'TJS',
|
|
680
|
-
'TMT',
|
|
681
|
-
'TND',
|
|
682
|
-
'TOP',
|
|
683
|
-
'TRY',
|
|
684
|
-
'TTD',
|
|
685
|
-
'TVD',
|
|
686
|
-
'TWD',
|
|
687
|
-
'TZS',
|
|
688
|
-
'UAH',
|
|
689
|
-
'UGX',
|
|
690
|
-
'USD',
|
|
691
|
-
'UYU',
|
|
692
|
-
'UZS',
|
|
693
|
-
'VEF',
|
|
694
|
-
'VND',
|
|
695
|
-
'VUV',
|
|
696
|
-
'WST',
|
|
697
|
-
'XAF',
|
|
698
|
-
'XCD',
|
|
699
|
-
'XDR',
|
|
700
|
-
'XOF',
|
|
701
|
-
'XPF',
|
|
702
|
-
'YER',
|
|
703
|
-
'ZAR',
|
|
704
|
-
'ZMW',
|
|
705
|
-
'ZWD',
|
|
706
|
-
'BTC'
|
|
707
|
-
])),
|
|
708
|
-
quantity: z.optional(z.number()),
|
|
709
|
-
itemDetails: z.optional(z.string()),
|
|
710
|
-
catalogEffectiveDate: z.optional(z.string()),
|
|
711
|
-
childItems: z.optional(z.array(z.union([
|
|
712
|
-
z.array(z.unknown()),
|
|
713
|
-
z.boolean(),
|
|
714
|
-
z.number(),
|
|
715
|
-
z.object({}),
|
|
716
|
-
z.string()
|
|
717
|
-
])))
|
|
718
|
-
}))),
|
|
719
|
-
items: z.optional(z.array(z.object({
|
|
720
|
-
id: z.optional(z.uuid()),
|
|
721
|
-
linkedInvoiceItemId: z.optional(z.uuid()),
|
|
722
|
-
productName: z.optional(z.string()),
|
|
723
|
-
planName: z.optional(z.string()),
|
|
724
|
-
phaseName: z.optional(z.string()),
|
|
725
|
-
usageName: z.optional(z.string()),
|
|
726
|
-
prettyProductName: z.optional(z.string()),
|
|
727
|
-
prettyPlanName: z.optional(z.string()),
|
|
728
|
-
prettyPhaseName: z.optional(z.string()),
|
|
729
|
-
prettyUsageName: z.optional(z.string()),
|
|
730
|
-
itemType: z.optional(z.enum([
|
|
731
|
-
'EXTERNAL_CHARGE',
|
|
732
|
-
'FIXED',
|
|
733
|
-
'RECURRING',
|
|
734
|
-
'REPAIR_ADJ',
|
|
735
|
-
'CBA_ADJ',
|
|
736
|
-
'CREDIT_ADJ',
|
|
737
|
-
'ITEM_ADJ',
|
|
738
|
-
'USAGE',
|
|
739
|
-
'TAX',
|
|
740
|
-
'PARENT_SUMMARY'
|
|
741
|
-
])),
|
|
742
|
-
description: z.optional(z.string()),
|
|
743
|
-
startDate: z.optional(z.string()),
|
|
744
|
-
endDate: z.optional(z.string()),
|
|
745
|
-
amount: z.optional(z.number()),
|
|
746
|
-
rate: z.optional(z.number()),
|
|
747
|
-
currency: z.optional(z.enum([
|
|
748
|
-
'AED',
|
|
749
|
-
'AFN',
|
|
750
|
-
'ALL',
|
|
751
|
-
'AMD',
|
|
752
|
-
'ANG',
|
|
753
|
-
'AOA',
|
|
754
|
-
'ARS',
|
|
755
|
-
'AUD',
|
|
756
|
-
'AWG',
|
|
757
|
-
'AZN',
|
|
758
|
-
'BAM',
|
|
759
|
-
'BBD',
|
|
760
|
-
'BDT',
|
|
761
|
-
'BGN',
|
|
762
|
-
'BHD',
|
|
763
|
-
'BIF',
|
|
764
|
-
'BMD',
|
|
765
|
-
'BND',
|
|
766
|
-
'BOB',
|
|
767
|
-
'BRL',
|
|
768
|
-
'BSD',
|
|
769
|
-
'BTN',
|
|
770
|
-
'BWP',
|
|
771
|
-
'BYR',
|
|
772
|
-
'BZD',
|
|
773
|
-
'CAD',
|
|
774
|
-
'CDF',
|
|
775
|
-
'CHF',
|
|
776
|
-
'CLP',
|
|
777
|
-
'CNY',
|
|
778
|
-
'COP',
|
|
779
|
-
'CRC',
|
|
780
|
-
'CUC',
|
|
781
|
-
'CUP',
|
|
782
|
-
'CVE',
|
|
783
|
-
'CZK',
|
|
784
|
-
'DJF',
|
|
785
|
-
'DKK',
|
|
786
|
-
'DOP',
|
|
787
|
-
'DZD',
|
|
788
|
-
'EGP',
|
|
789
|
-
'ERN',
|
|
790
|
-
'ETB',
|
|
791
|
-
'EUR',
|
|
792
|
-
'FJD',
|
|
793
|
-
'FKP',
|
|
794
|
-
'GBP',
|
|
795
|
-
'GEL',
|
|
796
|
-
'GGP',
|
|
797
|
-
'GHS',
|
|
798
|
-
'GIP',
|
|
799
|
-
'GMD',
|
|
800
|
-
'GNF',
|
|
801
|
-
'GTQ',
|
|
802
|
-
'GYD',
|
|
803
|
-
'HKD',
|
|
804
|
-
'HNL',
|
|
805
|
-
'HRK',
|
|
806
|
-
'HTG',
|
|
807
|
-
'HUF',
|
|
808
|
-
'IDR',
|
|
809
|
-
'ILS',
|
|
810
|
-
'IMP',
|
|
811
|
-
'INR',
|
|
812
|
-
'IQD',
|
|
813
|
-
'IRR',
|
|
814
|
-
'ISK',
|
|
815
|
-
'JEP',
|
|
816
|
-
'JMD',
|
|
817
|
-
'JOD',
|
|
818
|
-
'JPY',
|
|
819
|
-
'KES',
|
|
820
|
-
'KGS',
|
|
821
|
-
'KHR',
|
|
822
|
-
'KMF',
|
|
823
|
-
'KPW',
|
|
824
|
-
'KRW',
|
|
825
|
-
'KWD',
|
|
826
|
-
'KYD',
|
|
827
|
-
'KZT',
|
|
828
|
-
'LAK',
|
|
829
|
-
'LBP',
|
|
830
|
-
'LKR',
|
|
831
|
-
'LRD',
|
|
832
|
-
'LSL',
|
|
833
|
-
'LTL',
|
|
834
|
-
'LVL',
|
|
835
|
-
'LYD',
|
|
836
|
-
'MAD',
|
|
837
|
-
'MDL',
|
|
838
|
-
'MGA',
|
|
839
|
-
'MKD',
|
|
840
|
-
'MMK',
|
|
841
|
-
'MNT',
|
|
842
|
-
'MOP',
|
|
843
|
-
'MRO',
|
|
844
|
-
'MUR',
|
|
845
|
-
'MVR',
|
|
846
|
-
'MWK',
|
|
847
|
-
'MXN',
|
|
848
|
-
'MYR',
|
|
849
|
-
'MZN',
|
|
850
|
-
'NAD',
|
|
851
|
-
'NGN',
|
|
852
|
-
'NIO',
|
|
853
|
-
'NOK',
|
|
854
|
-
'NPR',
|
|
855
|
-
'NZD',
|
|
856
|
-
'OMR',
|
|
857
|
-
'PAB',
|
|
858
|
-
'PEN',
|
|
859
|
-
'PGK',
|
|
860
|
-
'PHP',
|
|
861
|
-
'PKR',
|
|
862
|
-
'PLN',
|
|
863
|
-
'PYG',
|
|
864
|
-
'QAR',
|
|
865
|
-
'RON',
|
|
866
|
-
'RSD',
|
|
867
|
-
'RUB',
|
|
868
|
-
'RWF',
|
|
869
|
-
'SAR',
|
|
870
|
-
'SBD',
|
|
871
|
-
'SCR',
|
|
872
|
-
'SDG',
|
|
873
|
-
'SEK',
|
|
874
|
-
'SGD',
|
|
875
|
-
'SHP',
|
|
876
|
-
'SLL',
|
|
877
|
-
'SOS',
|
|
878
|
-
'SPL',
|
|
879
|
-
'SRD',
|
|
880
|
-
'STD',
|
|
881
|
-
'SVC',
|
|
882
|
-
'SYP',
|
|
883
|
-
'SZL',
|
|
884
|
-
'THB',
|
|
885
|
-
'TJS',
|
|
886
|
-
'TMT',
|
|
887
|
-
'TND',
|
|
888
|
-
'TOP',
|
|
889
|
-
'TRY',
|
|
890
|
-
'TTD',
|
|
891
|
-
'TVD',
|
|
892
|
-
'TWD',
|
|
893
|
-
'TZS',
|
|
894
|
-
'UAH',
|
|
895
|
-
'UGX',
|
|
896
|
-
'USD',
|
|
897
|
-
'UYU',
|
|
898
|
-
'UZS',
|
|
899
|
-
'VEF',
|
|
900
|
-
'VND',
|
|
901
|
-
'VUV',
|
|
902
|
-
'WST',
|
|
903
|
-
'XAF',
|
|
904
|
-
'XCD',
|
|
905
|
-
'XDR',
|
|
906
|
-
'XOF',
|
|
907
|
-
'XPF',
|
|
908
|
-
'YER',
|
|
909
|
-
'ZAR',
|
|
910
|
-
'ZMW',
|
|
911
|
-
'ZWD',
|
|
912
|
-
'BTC'
|
|
913
|
-
])),
|
|
914
|
-
quantity: z.optional(z.number()),
|
|
915
|
-
itemDetails: z.optional(z.string()),
|
|
916
|
-
catalogEffectiveDate: z.optional(z.string()),
|
|
917
|
-
childItems: z.optional(z.array(z.union([
|
|
918
|
-
z.array(z.unknown()),
|
|
919
|
-
z.boolean(),
|
|
920
|
-
z.number(),
|
|
921
|
-
z.object({}),
|
|
922
|
-
z.string()
|
|
923
|
-
])))
|
|
924
|
-
})))
|
|
1137
|
+
id: z.string().optional(),
|
|
1138
|
+
number: z.string().optional(),
|
|
1139
|
+
status: z.string().optional(),
|
|
1140
|
+
total: z.number().optional(),
|
|
1141
|
+
currency: z.string().optional(),
|
|
1142
|
+
created: z.iso.datetime(),
|
|
1143
|
+
period_start: z.iso.datetime(),
|
|
1144
|
+
period_end: z.iso.datetime(),
|
|
1145
|
+
invoice_pdf: z.string().optional()
|
|
1146
|
+
});
|
|
1147
|
+
export const zMarketplaceListingFiles = z.object({
|
|
1148
|
+
chartYaml: z.string().optional(),
|
|
1149
|
+
valuesYaml: z.string().optional(),
|
|
1150
|
+
valuesSchemaJson: z.string().optional()
|
|
925
1151
|
});
|
|
926
1152
|
export const zMarketplaceListing = z.object({
|
|
927
|
-
id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
928
1153
|
name: z.string(),
|
|
929
|
-
|
|
930
|
-
description: z.string(),
|
|
931
|
-
logoUrl: z.string(),
|
|
932
|
-
longDescription: z.string(),
|
|
933
|
-
categories: z.array(z.string()),
|
|
1154
|
+
versions: z.array(z.string().regex(/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(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-]+)*))?$/)),
|
|
934
1155
|
version_channels: z.array(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-]+)*))?$/)),
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
1156
|
+
latestVersion: z.string(),
|
|
1157
|
+
metadata: z.object({
|
|
1158
|
+
name: z.string(),
|
|
1159
|
+
version: z.string(),
|
|
1160
|
+
description: z.string().optional(),
|
|
1161
|
+
appVersion: z.string().optional(),
|
|
1162
|
+
apiVersion: z.string().optional(),
|
|
1163
|
+
keywords: z.array(z.string()).optional(),
|
|
1164
|
+
home: z.string().optional(),
|
|
1165
|
+
icon: z.string().optional(),
|
|
1166
|
+
sources: z.array(z.string()).optional(),
|
|
1167
|
+
maintainers: z.array(z.object({
|
|
1168
|
+
name: z.string(),
|
|
1169
|
+
email: z.string().optional()
|
|
1170
|
+
})).optional()
|
|
1171
|
+
}).optional()
|
|
940
1172
|
});
|
|
941
1173
|
export const zOrganizationCreateInput = z.object({
|
|
1174
|
+
type: z.enum(['business', 'personal']),
|
|
942
1175
|
email: z.email(),
|
|
943
|
-
first_name: z.string(),
|
|
944
|
-
last_name: z.string(),
|
|
1176
|
+
first_name: z.string().min(1),
|
|
1177
|
+
last_name: z.string().min(1),
|
|
945
1178
|
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,}$/),
|
|
946
1179
|
password: z.string().min(8)
|
|
947
1180
|
});
|
|
1181
|
+
export const zOrganizationCreateOutput = z.object({
|
|
1182
|
+
id: z.string()
|
|
1183
|
+
});
|
|
948
1184
|
export const zOrganization = z.object({
|
|
949
1185
|
id: z.uuid(),
|
|
950
|
-
name: z.
|
|
1186
|
+
name: z.string().min(2).max(120).optional(),
|
|
1187
|
+
type: z.enum(['business', 'personal']),
|
|
951
1188
|
date_created: z.iso.datetime(),
|
|
952
1189
|
quota: z.object({
|
|
953
1190
|
basic_clusters_max: z.int().gte(0),
|
|
954
1191
|
basic_clusters_available: z.int(),
|
|
955
1192
|
pro_clusters_max: z.int().gte(0),
|
|
956
1193
|
pro_clusters_available: z.int(),
|
|
1194
|
+
enterprise_clusters_max: z.int().gte(0),
|
|
1195
|
+
enterprise_clusters_available: z.int(),
|
|
957
1196
|
fleets_max: z.int().gte(0),
|
|
958
1197
|
cluster_tiers: z.array(z.string()).min(0),
|
|
959
1198
|
regions: z.array(z.string()).min(1),
|
|
960
1199
|
versions: z.array(z.object({
|
|
961
1200
|
id: z.string(),
|
|
962
1201
|
label: z.string()
|
|
963
|
-
})).min(1)
|
|
1202
|
+
})).min(1),
|
|
1203
|
+
cfcr_storage_gb: z.int().gte(-1)
|
|
964
1204
|
}),
|
|
965
1205
|
status: z.enum([
|
|
966
1206
|
'active',
|
|
967
1207
|
'closed',
|
|
968
1208
|
'suspended'
|
|
1209
|
+
]),
|
|
1210
|
+
verification: z.enum([
|
|
1211
|
+
'none',
|
|
1212
|
+
'submitted',
|
|
1213
|
+
'verified'
|
|
969
1214
|
])
|
|
970
1215
|
});
|
|
971
1216
|
export const zPaymentMethod = z.object({
|
|
972
|
-
id: z.
|
|
973
|
-
setup: z.boolean(),
|
|
1217
|
+
id: z.string(),
|
|
974
1218
|
type: z.enum([
|
|
975
|
-
'card'
|
|
1219
|
+
'card',
|
|
1220
|
+
'sepa_debit',
|
|
1221
|
+
'bank_transfer'
|
|
976
1222
|
]),
|
|
977
1223
|
last4: z.string(),
|
|
978
1224
|
exp_month: z.int().gte(1).lte(12),
|
|
979
|
-
exp_year: z.int()
|
|
980
|
-
brand: z.
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
1225
|
+
exp_year: z.int(),
|
|
1226
|
+
brand: z.string(),
|
|
1227
|
+
iban: z.string(),
|
|
1228
|
+
bic: z.string(),
|
|
1229
|
+
account_holder_name: z.string(),
|
|
1230
|
+
is_default: z.boolean()
|
|
1231
|
+
});
|
|
1232
|
+
export const zPlatformQuota = z.object({
|
|
1233
|
+
basic_clusters_max: z.int().gte(0),
|
|
1234
|
+
basic_clusters_available: z.int(),
|
|
1235
|
+
pro_clusters_max: z.int().gte(0),
|
|
1236
|
+
pro_clusters_available: z.int(),
|
|
1237
|
+
enterprise_clusters_max: z.int().gte(0),
|
|
1238
|
+
enterprise_clusters_available: z.int(),
|
|
1239
|
+
fleets_max: z.int().gte(0),
|
|
1240
|
+
cluster_tiers: z.array(z.string()).min(0),
|
|
1241
|
+
regions: z.array(z.string()).min(1),
|
|
1242
|
+
versions: z.array(z.object({
|
|
1243
|
+
id: z.string(),
|
|
1244
|
+
label: z.string()
|
|
1245
|
+
})).min(1),
|
|
1246
|
+
cfcr_storage_gb: z.int().gte(-1)
|
|
1247
|
+
});
|
|
1248
|
+
export const zRegistryRepository = z.object({
|
|
1249
|
+
name: z.string(),
|
|
1250
|
+
region: z.string(),
|
|
1251
|
+
uri: z.string()
|
|
1252
|
+
});
|
|
1253
|
+
export const zRegistryRepositoryWithTags = z.object({
|
|
1254
|
+
name: z.string(),
|
|
1255
|
+
region: z.string(),
|
|
1256
|
+
uri: z.string(),
|
|
1257
|
+
tags: z.array(z.object({
|
|
1258
|
+
name: z.string(),
|
|
1259
|
+
size: z.number(),
|
|
1260
|
+
mediaType: z.string().optional(),
|
|
1261
|
+
platforms: z.array(z.string()).optional()
|
|
1262
|
+
})),
|
|
1263
|
+
totalSize: z.number()
|
|
1264
|
+
});
|
|
1265
|
+
export const zRegistryTag = z.object({
|
|
1266
|
+
name: z.string(),
|
|
1267
|
+
digest: z.string(),
|
|
1268
|
+
mediaType: z.string().optional(),
|
|
1269
|
+
config: z.object({
|
|
1270
|
+
size: z.number()
|
|
1271
|
+
}).optional(),
|
|
1272
|
+
layers: z.array(z.object({
|
|
1273
|
+
digest: z.string().optional(),
|
|
1274
|
+
size: z.number()
|
|
1275
|
+
})).optional(),
|
|
1276
|
+
manifests: z.array(z.object({
|
|
1277
|
+
digest: z.string(),
|
|
1278
|
+
platform: z.object({
|
|
1279
|
+
architecture: z.string(),
|
|
1280
|
+
os: z.string(),
|
|
1281
|
+
variant: z.string().optional()
|
|
1282
|
+
}).optional(),
|
|
1283
|
+
layers: z.array(z.object({
|
|
1284
|
+
digest: z.string().optional(),
|
|
1285
|
+
size: z.number()
|
|
1286
|
+
})).optional(),
|
|
1287
|
+
size: z.number().optional()
|
|
1288
|
+
})).optional(),
|
|
1289
|
+
size: z.number(),
|
|
1290
|
+
region: z.string(),
|
|
1291
|
+
repository: z.string(),
|
|
1292
|
+
uri: z.string()
|
|
1293
|
+
});
|
|
1294
|
+
export const zTicketAttachment = z.object({
|
|
1295
|
+
id: z.string(),
|
|
1296
|
+
filename: z.string(),
|
|
1297
|
+
content_type: z.string(),
|
|
1298
|
+
size: z.int()
|
|
1299
|
+
});
|
|
1300
|
+
export const zTicketCreateInput = z.object({
|
|
1301
|
+
category: z.enum([
|
|
1302
|
+
'billing',
|
|
1303
|
+
'technical',
|
|
1304
|
+
'general'
|
|
1305
|
+
]),
|
|
1306
|
+
body: z.string().min(1).max(50000).regex(/\S/),
|
|
1307
|
+
properties: z.record(z.string(), z.unknown()).optional()
|
|
1308
|
+
});
|
|
1309
|
+
export const zTicketMessageInput = z.object({
|
|
1310
|
+
body: z.string().min(1).max(50000).regex(/\S/)
|
|
1311
|
+
});
|
|
1312
|
+
export const zTicketMessage = z.object({
|
|
1313
|
+
id: z.string(),
|
|
1314
|
+
type: z.enum(['customer_reply', 'agent_reply']),
|
|
1315
|
+
body: z.string(),
|
|
1316
|
+
author_first_name: z.string().optional(),
|
|
1317
|
+
author_last_name: z.string().optional(),
|
|
1318
|
+
attachments: z.array(z.object({
|
|
1319
|
+
id: z.string(),
|
|
1320
|
+
filename: z.string(),
|
|
1321
|
+
content_type: z.string(),
|
|
1322
|
+
size: z.int()
|
|
1323
|
+
})).optional(),
|
|
1324
|
+
date_created: z.iso.datetime()
|
|
1325
|
+
});
|
|
1326
|
+
export const zTicket = z.object({
|
|
1327
|
+
id: z.string(),
|
|
1328
|
+
status: z.enum([
|
|
1329
|
+
'waiting_on_us',
|
|
1330
|
+
'waiting_on_user',
|
|
1331
|
+
'closed'
|
|
1332
|
+
]),
|
|
1333
|
+
category: z.enum([
|
|
1334
|
+
'billing',
|
|
1335
|
+
'technical',
|
|
1336
|
+
'general'
|
|
1337
|
+
]),
|
|
1338
|
+
summary: z.string(),
|
|
1339
|
+
closed_at: z.iso.datetime().optional(),
|
|
1340
|
+
date_created: z.iso.datetime(),
|
|
1341
|
+
date_updated: z.iso.datetime(),
|
|
1342
|
+
messages: z.array(z.object({
|
|
1343
|
+
id: z.string(),
|
|
1344
|
+
type: z.enum(['customer_reply', 'agent_reply']),
|
|
1345
|
+
body: z.string(),
|
|
1346
|
+
author_first_name: z.string().optional(),
|
|
1347
|
+
author_last_name: z.string().optional(),
|
|
1348
|
+
attachments: z.array(z.object({
|
|
1349
|
+
id: z.string(),
|
|
1350
|
+
filename: z.string(),
|
|
1351
|
+
content_type: z.string(),
|
|
1352
|
+
size: z.int()
|
|
1353
|
+
})).optional(),
|
|
1354
|
+
date_created: z.iso.datetime()
|
|
1355
|
+
})).optional()
|
|
991
1356
|
});
|
|
992
1357
|
export const zTokenCreateInput = z.object({
|
|
993
1358
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
994
|
-
role: z.enum([
|
|
995
|
-
'Administrator',
|
|
996
|
-
'User'
|
|
997
|
-
])
|
|
1359
|
+
role: z.enum(['Administrator', 'User'])
|
|
998
1360
|
});
|
|
999
1361
|
export const zToken = z.object({
|
|
1000
1362
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
1001
|
-
role: z.enum([
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
]),
|
|
1005
|
-
id: z.optional(z.string()),
|
|
1006
|
-
secret: z.optional(z.string()),
|
|
1363
|
+
role: z.enum(['Administrator', 'User']),
|
|
1364
|
+
id: z.string().optional(),
|
|
1365
|
+
secret: z.string().optional(),
|
|
1007
1366
|
date_created: z.iso.datetime()
|
|
1008
1367
|
});
|
|
1009
1368
|
export const zTokenUpdateInput = z.object({
|
|
1010
|
-
name: z.
|
|
1011
|
-
role: z.
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1369
|
+
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/).optional(),
|
|
1370
|
+
role: z.enum(['Administrator', 'User']).optional()
|
|
1371
|
+
});
|
|
1372
|
+
export const zUsageFacets = z.object({
|
|
1373
|
+
cluster_id: z.array(z.string()).optional(),
|
|
1374
|
+
product: z.array(z.enum([
|
|
1375
|
+
'cfke_controlplane_basic',
|
|
1376
|
+
'cfke_controlplane_pro',
|
|
1377
|
+
'cfke_controlplane_enterprise',
|
|
1378
|
+
'cfke_connected_nodes_basic',
|
|
1379
|
+
'cfke_connected_nodes_pro',
|
|
1380
|
+
'cfke_connected_nodes_enterprise',
|
|
1381
|
+
'cfcr_storage'
|
|
1382
|
+
])).optional()
|
|
1383
|
+
});
|
|
1384
|
+
export const zUsageResponse = z.object({
|
|
1385
|
+
data: z.array(z.object({
|
|
1386
|
+
hour: z.string(),
|
|
1387
|
+
cluster_id: z.string(),
|
|
1388
|
+
product: z.enum([
|
|
1389
|
+
'cfke_controlplane_basic',
|
|
1390
|
+
'cfke_controlplane_pro',
|
|
1391
|
+
'cfke_controlplane_enterprise',
|
|
1392
|
+
'cfke_connected_nodes_basic',
|
|
1393
|
+
'cfke_connected_nodes_pro',
|
|
1394
|
+
'cfke_connected_nodes_enterprise',
|
|
1395
|
+
'cfcr_storage'
|
|
1396
|
+
]),
|
|
1397
|
+
value: z.number(),
|
|
1398
|
+
price: z.number(),
|
|
1399
|
+
total: z.number()
|
|
1400
|
+
})),
|
|
1401
|
+
facets: z.object({
|
|
1402
|
+
cluster_id: z.array(z.string()).optional(),
|
|
1403
|
+
product: z.array(z.enum([
|
|
1404
|
+
'cfke_controlplane_basic',
|
|
1405
|
+
'cfke_controlplane_pro',
|
|
1406
|
+
'cfke_controlplane_enterprise',
|
|
1407
|
+
'cfke_connected_nodes_basic',
|
|
1408
|
+
'cfke_connected_nodes_pro',
|
|
1409
|
+
'cfke_connected_nodes_enterprise',
|
|
1410
|
+
'cfcr_storage'
|
|
1411
|
+
])).optional()
|
|
1412
|
+
})
|
|
1015
1413
|
});
|
|
1016
1414
|
export const zUsage = z.object({
|
|
1017
|
-
hour: z.
|
|
1018
|
-
cluster_id: z.
|
|
1019
|
-
cluster_tier: z.enum([
|
|
1020
|
-
'basic',
|
|
1021
|
-
'pro',
|
|
1022
|
-
''
|
|
1023
|
-
]),
|
|
1415
|
+
hour: z.string(),
|
|
1416
|
+
cluster_id: z.string(),
|
|
1024
1417
|
product: z.enum([
|
|
1025
|
-
'
|
|
1026
|
-
'
|
|
1027
|
-
'
|
|
1028
|
-
'
|
|
1029
|
-
'
|
|
1030
|
-
'
|
|
1418
|
+
'cfke_controlplane_basic',
|
|
1419
|
+
'cfke_controlplane_pro',
|
|
1420
|
+
'cfke_controlplane_enterprise',
|
|
1421
|
+
'cfke_connected_nodes_basic',
|
|
1422
|
+
'cfke_connected_nodes_pro',
|
|
1423
|
+
'cfke_connected_nodes_enterprise',
|
|
1031
1424
|
'cfcr_storage'
|
|
1032
1425
|
]),
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
z.number(),
|
|
1037
|
-
z.enum([
|
|
1038
|
-
''
|
|
1039
|
-
])
|
|
1040
|
-
]),
|
|
1041
|
-
price: z.union([
|
|
1042
|
-
z.number(),
|
|
1043
|
-
z.enum([
|
|
1044
|
-
''
|
|
1045
|
-
])
|
|
1046
|
-
]),
|
|
1047
|
-
value: z.union([
|
|
1048
|
-
z.number(),
|
|
1049
|
-
z.enum([
|
|
1050
|
-
''
|
|
1051
|
-
])
|
|
1052
|
-
]),
|
|
1053
|
-
total: z.union([
|
|
1054
|
-
z.number(),
|
|
1055
|
-
z.enum([
|
|
1056
|
-
''
|
|
1057
|
-
])
|
|
1058
|
-
])
|
|
1426
|
+
value: z.number(),
|
|
1427
|
+
price: z.number(),
|
|
1428
|
+
total: z.number()
|
|
1059
1429
|
});
|
|
1060
1430
|
export const zUserCreateInput = z.object({
|
|
1061
1431
|
email: z.email(),
|
|
1062
1432
|
first_name: z.string().min(1).max(50),
|
|
1063
1433
|
last_name: z.string().min(1).max(50),
|
|
1064
1434
|
code: z.string(),
|
|
1065
|
-
password: z.string().min(8)
|
|
1066
|
-
status: z.optional(z.enum([
|
|
1067
|
-
'active',
|
|
1068
|
-
'inactive'
|
|
1069
|
-
])),
|
|
1070
|
-
role: z.optional(z.enum([
|
|
1071
|
-
'Administrator',
|
|
1072
|
-
'User'
|
|
1073
|
-
]))
|
|
1435
|
+
password: z.string().min(8)
|
|
1074
1436
|
});
|
|
1075
1437
|
export const zUser = z.object({
|
|
1076
1438
|
email: z.email(),
|
|
1077
1439
|
first_name: z.string().min(1).max(50),
|
|
1078
1440
|
last_name: z.string().min(1).max(50),
|
|
1079
|
-
role: z.enum([
|
|
1080
|
-
|
|
1081
|
-
'User'
|
|
1082
|
-
]),
|
|
1083
|
-
status: z.enum([
|
|
1084
|
-
'active',
|
|
1085
|
-
'inactive'
|
|
1086
|
-
]),
|
|
1441
|
+
role: z.enum(['Administrator', 'User']),
|
|
1442
|
+
status: z.enum(['active', 'inactive']),
|
|
1087
1443
|
id: z.uuid(),
|
|
1088
1444
|
date_created: z.iso.datetime()
|
|
1089
1445
|
});
|
|
1090
1446
|
export const zUserUpdateInput = z.object({
|
|
1091
|
-
email: z.
|
|
1092
|
-
first_name: z.
|
|
1093
|
-
last_name: z.
|
|
1094
|
-
role: z.
|
|
1095
|
-
|
|
1096
|
-
'User'
|
|
1097
|
-
])),
|
|
1098
|
-
status: z.optional(z.enum([
|
|
1099
|
-
'active',
|
|
1100
|
-
'inactive'
|
|
1101
|
-
]))
|
|
1447
|
+
email: z.email().optional(),
|
|
1448
|
+
first_name: z.string().min(1).max(50).optional(),
|
|
1449
|
+
last_name: z.string().min(1).max(50).optional(),
|
|
1450
|
+
role: z.enum(['Administrator', 'User']).optional(),
|
|
1451
|
+
status: z.enum(['active', 'inactive']).optional()
|
|
1102
1452
|
});
|
|
1103
|
-
export const
|
|
1104
|
-
|
|
1105
|
-
path: z.optional(z.never()),
|
|
1106
|
-
query: z.optional(z.never())
|
|
1453
|
+
export const zListUserOrganizationsPath = z.object({
|
|
1454
|
+
email: z.string()
|
|
1107
1455
|
});
|
|
1108
1456
|
/**
|
|
1109
|
-
* An array of
|
|
1457
|
+
* An array of organizations the user belongs to.
|
|
1110
1458
|
*/
|
|
1111
|
-
export const
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
query: z.optional(z.never())
|
|
1116
|
-
});
|
|
1459
|
+
export const zListUserOrganizationsResponse = z.array(z.object({
|
|
1460
|
+
realm: z.string().optional(),
|
|
1461
|
+
displayName: z.string().optional()
|
|
1462
|
+
}));
|
|
1117
1463
|
/**
|
|
1118
|
-
*
|
|
1464
|
+
* An array of users
|
|
1119
1465
|
*/
|
|
1120
|
-
export const
|
|
1121
|
-
export const
|
|
1122
|
-
body: z.optional(z.never()),
|
|
1123
|
-
path: z.optional(z.never()),
|
|
1124
|
-
query: z.optional(z.never())
|
|
1125
|
-
});
|
|
1466
|
+
export const zListUsersResponse = z.array(zUser);
|
|
1467
|
+
export const zCreateUserBody = zUserCreateInput;
|
|
1126
1468
|
/**
|
|
1127
|
-
*
|
|
1469
|
+
* Successfully created. Returns created user details.
|
|
1128
1470
|
*/
|
|
1129
|
-
export const
|
|
1130
|
-
export const
|
|
1131
|
-
|
|
1132
|
-
path: z.optional(z.never()),
|
|
1133
|
-
query: z.optional(z.never())
|
|
1471
|
+
export const zCreateUserResponse = zUser;
|
|
1472
|
+
export const zDeleteUserPath = z.object({
|
|
1473
|
+
user_id: z.string()
|
|
1134
1474
|
});
|
|
1135
1475
|
/**
|
|
1136
|
-
*
|
|
1137
|
-
*
|
|
1476
|
+
* User profile information
|
|
1138
1477
|
*/
|
|
1139
|
-
export const
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
export const zListInvoicesData = z.object({
|
|
1143
|
-
body: z.optional(z.never()),
|
|
1144
|
-
path: z.optional(z.never()),
|
|
1145
|
-
query: z.object({
|
|
1146
|
-
start_date: z.string(),
|
|
1147
|
-
end_date: z.string()
|
|
1148
|
-
})
|
|
1478
|
+
export const zDeleteUserResponse = zUser;
|
|
1479
|
+
export const zGetUserPath = z.object({
|
|
1480
|
+
user_id: z.string()
|
|
1149
1481
|
});
|
|
1150
1482
|
/**
|
|
1151
|
-
*
|
|
1483
|
+
* User profile information
|
|
1152
1484
|
*/
|
|
1153
|
-
export const
|
|
1154
|
-
export const
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
id: z.string()
|
|
1158
|
-
}),
|
|
1159
|
-
query: z.optional(z.never())
|
|
1485
|
+
export const zGetUserResponse = zUser;
|
|
1486
|
+
export const zUpdateUserBody = zUserUpdateInput;
|
|
1487
|
+
export const zUpdateUserPath = z.object({
|
|
1488
|
+
user_id: z.string()
|
|
1160
1489
|
});
|
|
1161
1490
|
/**
|
|
1162
|
-
*
|
|
1491
|
+
* Successfully created. Returns created user details.
|
|
1163
1492
|
*/
|
|
1164
|
-
export const
|
|
1165
|
-
html: z.optional(z.string())
|
|
1166
|
-
});
|
|
1167
|
-
export const zGetContactData = z.object({
|
|
1168
|
-
body: z.optional(z.never()),
|
|
1169
|
-
path: z.optional(z.never()),
|
|
1170
|
-
query: z.optional(z.never())
|
|
1171
|
-
});
|
|
1493
|
+
export const zUpdateUserResponse = zUser;
|
|
1172
1494
|
/**
|
|
1173
|
-
* Returns a
|
|
1495
|
+
* Returns a list of access token details with masked secrets.
|
|
1174
1496
|
*/
|
|
1175
|
-
export const
|
|
1176
|
-
export const
|
|
1177
|
-
body: zBillingContact,
|
|
1178
|
-
path: z.optional(z.never()),
|
|
1179
|
-
query: z.optional(z.never())
|
|
1180
|
-
});
|
|
1497
|
+
export const zListTokensResponse = z.array(zToken);
|
|
1498
|
+
export const zCreateTokenBody = zTokenCreateInput;
|
|
1181
1499
|
/**
|
|
1182
|
-
* Successfully
|
|
1500
|
+
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
1183
1501
|
*/
|
|
1184
|
-
export const
|
|
1185
|
-
export const
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1502
|
+
export const zCreateTokenResponse = zToken;
|
|
1503
|
+
export const zDeleteTokenPath = z.object({
|
|
1504
|
+
token_id: z.string()
|
|
1505
|
+
});
|
|
1506
|
+
export const zGetTokenPath = z.object({
|
|
1507
|
+
token_id: z.string()
|
|
1189
1508
|
});
|
|
1190
1509
|
/**
|
|
1191
|
-
*
|
|
1510
|
+
* Returns access token details with masked secret.
|
|
1192
1511
|
*/
|
|
1193
|
-
export const
|
|
1194
|
-
export const
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
}),
|
|
1198
|
-
path: z.optional(z.never()),
|
|
1199
|
-
query: z.optional(z.never())
|
|
1200
|
-
});
|
|
1201
|
-
export const zListChartsData = z.object({
|
|
1202
|
-
body: z.optional(z.never()),
|
|
1203
|
-
path: z.object({
|
|
1204
|
-
cluster_id: z.string()
|
|
1205
|
-
}),
|
|
1206
|
-
query: z.optional(z.never())
|
|
1512
|
+
export const zGetTokenResponse = zToken;
|
|
1513
|
+
export const zUpdateTokenBody = zTokenUpdateInput;
|
|
1514
|
+
export const zUpdateTokenPath = z.object({
|
|
1515
|
+
token_id: z.string()
|
|
1207
1516
|
});
|
|
1208
1517
|
/**
|
|
1209
|
-
*
|
|
1518
|
+
* Successfully updated. Returns updated token details with masked secret.
|
|
1210
1519
|
*/
|
|
1211
|
-
export const
|
|
1212
|
-
export const
|
|
1213
|
-
|
|
1214
|
-
path: z.object({
|
|
1215
|
-
cluster_id: z.string()
|
|
1216
|
-
}),
|
|
1217
|
-
query: z.optional(z.never())
|
|
1520
|
+
export const zUpdateTokenResponse = zToken;
|
|
1521
|
+
export const zRegenerateTokenPath = z.object({
|
|
1522
|
+
token_id: z.string()
|
|
1218
1523
|
});
|
|
1219
1524
|
/**
|
|
1220
|
-
* Successfully
|
|
1525
|
+
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
1221
1526
|
*/
|
|
1222
|
-
export const
|
|
1223
|
-
export const zDeleteChartData = z.object({
|
|
1224
|
-
body: z.optional(z.never()),
|
|
1225
|
-
path: z.object({
|
|
1226
|
-
cluster_id: z.string(),
|
|
1227
|
-
chart_name: z.string()
|
|
1228
|
-
}),
|
|
1229
|
-
query: z.optional(z.never())
|
|
1230
|
-
});
|
|
1527
|
+
export const zRegenerateTokenResponse = zToken;
|
|
1231
1528
|
/**
|
|
1232
|
-
*
|
|
1529
|
+
* An array of tickets for the organization, newest first.
|
|
1233
1530
|
*/
|
|
1234
|
-
export const
|
|
1235
|
-
export const
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
cluster_id: z.string(),
|
|
1239
|
-
chart_name: z.string()
|
|
1240
|
-
}),
|
|
1241
|
-
query: z.optional(z.never())
|
|
1531
|
+
export const zListTicketsResponse = z.array(zTicket);
|
|
1532
|
+
export const zCreateTicketBody = z.object({
|
|
1533
|
+
payload: z.string().optional(),
|
|
1534
|
+
attachments: z.array(z.string()).optional()
|
|
1242
1535
|
});
|
|
1243
1536
|
/**
|
|
1244
|
-
*
|
|
1537
|
+
* Ticket created.
|
|
1245
1538
|
*/
|
|
1246
|
-
export const
|
|
1247
|
-
export const
|
|
1248
|
-
|
|
1249
|
-
path: z.object({
|
|
1250
|
-
cluster_id: z.string(),
|
|
1251
|
-
chart_name: z.string()
|
|
1252
|
-
}),
|
|
1253
|
-
query: z.optional(z.never())
|
|
1539
|
+
export const zCreateTicketResponse = zTicket;
|
|
1540
|
+
export const zCloseTicketPath = z.object({
|
|
1541
|
+
ticket_id: z.string()
|
|
1254
1542
|
});
|
|
1255
1543
|
/**
|
|
1256
|
-
*
|
|
1544
|
+
* Ticket closed.
|
|
1257
1545
|
*/
|
|
1258
|
-
export const
|
|
1259
|
-
export const
|
|
1260
|
-
|
|
1261
|
-
path: z.object({
|
|
1262
|
-
cluster_id: z.string()
|
|
1263
|
-
}),
|
|
1264
|
-
query: z.optional(z.never())
|
|
1546
|
+
export const zCloseTicketResponse = zTicket;
|
|
1547
|
+
export const zGetTicketPath = z.object({
|
|
1548
|
+
ticket_id: z.string()
|
|
1265
1549
|
});
|
|
1266
1550
|
/**
|
|
1267
|
-
*
|
|
1551
|
+
* Ticket with messages (internal notes excluded).
|
|
1268
1552
|
*/
|
|
1269
|
-
export const
|
|
1270
|
-
export const
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1553
|
+
export const zGetTicketResponse = zTicket;
|
|
1554
|
+
export const zReplyTicketBody = z.object({
|
|
1555
|
+
payload: z.string().optional(),
|
|
1556
|
+
attachments: z.array(z.string()).optional()
|
|
1557
|
+
});
|
|
1558
|
+
export const zReplyTicketPath = z.object({
|
|
1559
|
+
ticket_id: z.string()
|
|
1276
1560
|
});
|
|
1277
1561
|
/**
|
|
1278
|
-
*
|
|
1562
|
+
* Reply appended.
|
|
1279
1563
|
*/
|
|
1280
|
-
export const
|
|
1281
|
-
export const
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
cluster_id: z.string(),
|
|
1285
|
-
fleet_name: z.string()
|
|
1286
|
-
}),
|
|
1287
|
-
query: z.optional(z.never())
|
|
1564
|
+
export const zReplyTicketResponse = zTicketMessage;
|
|
1565
|
+
export const zGetTicketAttachmentPath = z.object({
|
|
1566
|
+
ticket_id: z.string(),
|
|
1567
|
+
attachment_id: z.string()
|
|
1288
1568
|
});
|
|
1289
1569
|
/**
|
|
1290
|
-
*
|
|
1570
|
+
* Attachment binary stream.
|
|
1291
1571
|
*/
|
|
1292
|
-
export const
|
|
1293
|
-
export const zGetFleetData = z.object({
|
|
1294
|
-
body: z.optional(z.never()),
|
|
1295
|
-
path: z.object({
|
|
1296
|
-
cluster_id: z.string(),
|
|
1297
|
-
fleet_name: z.string()
|
|
1298
|
-
}),
|
|
1299
|
-
query: z.optional(z.never())
|
|
1300
|
-
});
|
|
1572
|
+
export const zGetTicketAttachmentResponse = z.string();
|
|
1301
1573
|
/**
|
|
1302
|
-
*
|
|
1574
|
+
* List of repositories
|
|
1303
1575
|
*/
|
|
1304
|
-
export const
|
|
1305
|
-
export const
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
cluster_id: z.string(),
|
|
1309
|
-
fleet_name: z.string()
|
|
1310
|
-
}),
|
|
1311
|
-
query: z.optional(z.never())
|
|
1576
|
+
export const zListRepositoriesResponse = z.array(zRegistryRepository);
|
|
1577
|
+
export const zListTagsPath = z.object({
|
|
1578
|
+
region: z.string(),
|
|
1579
|
+
repository: z.string()
|
|
1312
1580
|
});
|
|
1313
1581
|
/**
|
|
1314
|
-
*
|
|
1582
|
+
* Repository with tags
|
|
1315
1583
|
*/
|
|
1316
|
-
export const
|
|
1317
|
-
export const
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
}),
|
|
1322
|
-
query: z.optional(z.never())
|
|
1584
|
+
export const zListTagsResponse = zRegistryRepositoryWithTags;
|
|
1585
|
+
export const zDeleteTagPath = z.object({
|
|
1586
|
+
region: z.string(),
|
|
1587
|
+
repository: z.string(),
|
|
1588
|
+
tag: z.string()
|
|
1323
1589
|
});
|
|
1324
|
-
export const
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1590
|
+
export const zGetTagPath = z.object({
|
|
1591
|
+
region: z.string(),
|
|
1592
|
+
repository: z.string(),
|
|
1593
|
+
tag: z.string()
|
|
1328
1594
|
});
|
|
1329
1595
|
/**
|
|
1330
|
-
*
|
|
1596
|
+
* Tag details
|
|
1331
1597
|
*/
|
|
1332
|
-
export const
|
|
1333
|
-
export const zCreateClusterData = z.object({
|
|
1334
|
-
body: zClusterCreateInput,
|
|
1335
|
-
path: z.optional(z.never()),
|
|
1336
|
-
query: z.optional(z.never())
|
|
1337
|
-
});
|
|
1598
|
+
export const zGetTagResponse = zRegistryTag;
|
|
1338
1599
|
/**
|
|
1339
|
-
*
|
|
1600
|
+
* Returns a single object containing organization details.
|
|
1340
1601
|
*/
|
|
1341
|
-
export const
|
|
1342
|
-
export const
|
|
1343
|
-
body: z.optional(z.never()),
|
|
1344
|
-
path: z.object({
|
|
1345
|
-
cluster_id: z.string()
|
|
1346
|
-
}),
|
|
1347
|
-
query: z.optional(z.never())
|
|
1348
|
-
});
|
|
1602
|
+
export const zGetOrganizationResponse = zOrganization;
|
|
1603
|
+
export const zCreateOrganizationBody = zOrganizationCreateInput;
|
|
1349
1604
|
/**
|
|
1350
|
-
*
|
|
1605
|
+
* Organization signup accepted. Returns the generated organization id immediately; provisioning (billing, Keycloak realm, user) continues asynchronously in the background.
|
|
1606
|
+
*
|
|
1351
1607
|
*/
|
|
1352
|
-
export const
|
|
1353
|
-
export const zGetClusterData = z.object({
|
|
1354
|
-
body: z.optional(z.never()),
|
|
1355
|
-
path: z.object({
|
|
1356
|
-
cluster_id: z.string()
|
|
1357
|
-
}),
|
|
1358
|
-
query: z.optional(z.never())
|
|
1359
|
-
});
|
|
1608
|
+
export const zCreateOrganizationResponse = zOrganizationCreateOutput;
|
|
1360
1609
|
/**
|
|
1361
|
-
* Returns
|
|
1610
|
+
* Returns the current consent status.
|
|
1362
1611
|
*/
|
|
1363
|
-
export const
|
|
1364
|
-
export const
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1612
|
+
export const zGetBasicPriceConsentResponse = zBasicPriceConsent;
|
|
1613
|
+
export const zSetBasicPriceConsentBody = zBasicPriceConsentInput;
|
|
1614
|
+
/**
|
|
1615
|
+
* Decision recorded. Returns the updated consent status.
|
|
1616
|
+
*/
|
|
1617
|
+
export const zSetBasicPriceConsentResponse = zBasicPriceConsent;
|
|
1618
|
+
/**
|
|
1619
|
+
* JSON-RPC 2.0 request payload
|
|
1620
|
+
*/
|
|
1621
|
+
export const zPostMcpBody = z.object({
|
|
1622
|
+
jsonrpc: z.string().optional(),
|
|
1623
|
+
method: z.string().optional(),
|
|
1624
|
+
id: z.union([
|
|
1625
|
+
z.string(),
|
|
1626
|
+
z.number()
|
|
1627
|
+
]).optional(),
|
|
1628
|
+
params: z.record(z.string(), z.unknown()).optional()
|
|
1370
1629
|
});
|
|
1371
1630
|
/**
|
|
1372
|
-
*
|
|
1631
|
+
* JSON-RPC 2.0 success or error response
|
|
1373
1632
|
*/
|
|
1374
|
-
export const
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1633
|
+
export const zPostMcpResponse = z.object({
|
|
1634
|
+
jsonrpc: z.string().optional(),
|
|
1635
|
+
id: z.union([
|
|
1636
|
+
z.string(),
|
|
1637
|
+
z.number()
|
|
1638
|
+
]).optional(),
|
|
1639
|
+
result: z.record(z.string(), z.unknown()).optional(),
|
|
1640
|
+
error: z.object({
|
|
1641
|
+
code: z.int().optional(),
|
|
1642
|
+
message: z.string().optional()
|
|
1643
|
+
}).optional()
|
|
1381
1644
|
});
|
|
1382
1645
|
/**
|
|
1383
|
-
* An
|
|
1646
|
+
* An array of chart listings in the marketplace.
|
|
1384
1647
|
*/
|
|
1385
|
-
export const
|
|
1386
|
-
export const
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
query: z.optional(z.never())
|
|
1648
|
+
export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
|
|
1649
|
+
export const zGetMarketplaceChartFilesPath = z.object({
|
|
1650
|
+
chart_name: z.string(),
|
|
1651
|
+
version_channel: z.string()
|
|
1390
1652
|
});
|
|
1653
|
+
/**
|
|
1654
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
1655
|
+
*/
|
|
1656
|
+
export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
|
|
1391
1657
|
/**
|
|
1392
1658
|
* An array of invites
|
|
1393
1659
|
*/
|
|
1394
1660
|
export const zListInvitesResponse = z.array(zInvite);
|
|
1395
|
-
export const
|
|
1396
|
-
body: z.object({
|
|
1397
|
-
email: z.optional(z.string())
|
|
1398
|
-
}),
|
|
1399
|
-
path: z.optional(z.never()),
|
|
1400
|
-
query: z.optional(z.never())
|
|
1401
|
-
});
|
|
1661
|
+
export const zCreateInviteBody = zInviteCreateInput;
|
|
1402
1662
|
/**
|
|
1403
1663
|
* Successfully created. Returns created invite details.
|
|
1404
1664
|
*/
|
|
1405
1665
|
export const zCreateInviteResponse = zInvite;
|
|
1406
|
-
export const
|
|
1407
|
-
|
|
1408
|
-
path: z.object({
|
|
1409
|
-
code: z.string()
|
|
1410
|
-
}),
|
|
1411
|
-
query: z.optional(z.never())
|
|
1666
|
+
export const zGetInvitePath = z.object({
|
|
1667
|
+
code: z.string()
|
|
1412
1668
|
});
|
|
1413
1669
|
/**
|
|
1414
|
-
* Returns
|
|
1670
|
+
* The invitation code is valid. Returns the invited email and organization.
|
|
1415
1671
|
*/
|
|
1416
|
-
export const zGetInviteResponse =
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
path: z.object({
|
|
1420
|
-
email: z.string()
|
|
1421
|
-
}),
|
|
1422
|
-
query: z.optional(z.never())
|
|
1672
|
+
export const zGetInviteResponse = z.object({
|
|
1673
|
+
email: z.email().optional(),
|
|
1674
|
+
organization_id: z.string().optional()
|
|
1423
1675
|
});
|
|
1424
|
-
export const
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1676
|
+
export const zDeleteInvitePath = z.object({
|
|
1677
|
+
email: z.email()
|
|
1678
|
+
});
|
|
1679
|
+
export const zQueryClusterPath = z.object({
|
|
1680
|
+
cluster_id: z.string()
|
|
1681
|
+
});
|
|
1682
|
+
export const zListFleetsPath = z.object({
|
|
1683
|
+
cluster_id: z.string()
|
|
1428
1684
|
});
|
|
1429
1685
|
/**
|
|
1430
|
-
* An array of
|
|
1686
|
+
* An array of fleets
|
|
1431
1687
|
*/
|
|
1432
|
-
export const
|
|
1433
|
-
export const
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
listing_id: z.string()
|
|
1437
|
-
}),
|
|
1438
|
-
query: z.optional(z.never())
|
|
1688
|
+
export const zListFleetsResponse = z.array(zFleet);
|
|
1689
|
+
export const zCreateFleetBody = zFleetCreateInput;
|
|
1690
|
+
export const zCreateFleetPath = z.object({
|
|
1691
|
+
cluster_id: z.string()
|
|
1439
1692
|
});
|
|
1440
1693
|
/**
|
|
1441
|
-
*
|
|
1694
|
+
* Successfully created. Returns created Fleet ID.
|
|
1442
1695
|
*/
|
|
1443
|
-
export const
|
|
1444
|
-
export const
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
query: z.optional(z.never())
|
|
1696
|
+
export const zCreateFleetResponse = z.string();
|
|
1697
|
+
export const zDeleteFleetPath = z.object({
|
|
1698
|
+
cluster_id: z.string(),
|
|
1699
|
+
fleet_name: z.string()
|
|
1448
1700
|
});
|
|
1449
1701
|
/**
|
|
1450
|
-
*
|
|
1702
|
+
* Successfully deleted.
|
|
1451
1703
|
*/
|
|
1452
|
-
export const
|
|
1453
|
-
export const
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
query: z.optional(z.never())
|
|
1704
|
+
export const zDeleteFleetResponse = z.string();
|
|
1705
|
+
export const zGetFleetPath = z.object({
|
|
1706
|
+
cluster_id: z.string(),
|
|
1707
|
+
fleet_name: z.string()
|
|
1457
1708
|
});
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1709
|
+
/**
|
|
1710
|
+
* Returns a single object containing fleet details.
|
|
1711
|
+
*/
|
|
1712
|
+
export const zGetFleetResponse = zFleet;
|
|
1713
|
+
export const zUpdateFleetBody = zFleetUpdateInput;
|
|
1714
|
+
export const zUpdateFleetPath = z.object({
|
|
1715
|
+
cluster_id: z.string(),
|
|
1716
|
+
fleet_name: z.string()
|
|
1462
1717
|
});
|
|
1463
1718
|
/**
|
|
1464
|
-
*
|
|
1719
|
+
* Successfully updated.
|
|
1465
1720
|
*/
|
|
1466
|
-
export const
|
|
1467
|
-
export const
|
|
1468
|
-
|
|
1469
|
-
path: z.optional(z.never()),
|
|
1470
|
-
query: z.optional(z.never())
|
|
1721
|
+
export const zUpdateFleetResponse = z.string();
|
|
1722
|
+
export const zListChartsPath = z.object({
|
|
1723
|
+
cluster_id: z.string()
|
|
1471
1724
|
});
|
|
1472
1725
|
/**
|
|
1473
|
-
*
|
|
1726
|
+
* An array of charts
|
|
1474
1727
|
*/
|
|
1475
|
-
export const
|
|
1476
|
-
export const
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
token_id: z.string()
|
|
1480
|
-
}),
|
|
1481
|
-
query: z.optional(z.never())
|
|
1728
|
+
export const zListChartsResponse = z.array(zChart);
|
|
1729
|
+
export const zCreateChartBody = zChartCreateInput;
|
|
1730
|
+
export const zCreateChartPath = z.object({
|
|
1731
|
+
cluster_id: z.string()
|
|
1482
1732
|
});
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1733
|
+
/**
|
|
1734
|
+
* Successfully created. Returns created Chart ID.
|
|
1735
|
+
*/
|
|
1736
|
+
export const zCreateChartResponse = z.string();
|
|
1737
|
+
export const zDeleteChartPath = z.object({
|
|
1738
|
+
cluster_id: z.string(),
|
|
1739
|
+
chart_name: z.string()
|
|
1489
1740
|
});
|
|
1490
1741
|
/**
|
|
1491
|
-
*
|
|
1742
|
+
* Successfully deleted.
|
|
1492
1743
|
*/
|
|
1493
|
-
export const
|
|
1494
|
-
export const
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
token_id: z.string()
|
|
1498
|
-
}),
|
|
1499
|
-
query: z.optional(z.never())
|
|
1744
|
+
export const zDeleteChartResponse = z.string();
|
|
1745
|
+
export const zGetChartPath = z.object({
|
|
1746
|
+
cluster_id: z.string(),
|
|
1747
|
+
chart_name: z.string()
|
|
1500
1748
|
});
|
|
1501
1749
|
/**
|
|
1502
|
-
*
|
|
1750
|
+
* Returns a single object containing chart details.
|
|
1503
1751
|
*/
|
|
1504
|
-
export const
|
|
1505
|
-
export const
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
}),
|
|
1510
|
-
query: z.optional(z.never())
|
|
1752
|
+
export const zGetChartResponse = zChart;
|
|
1753
|
+
export const zUpdateChartBody = zChartUpdateInput;
|
|
1754
|
+
export const zUpdateChartPath = z.object({
|
|
1755
|
+
cluster_id: z.string(),
|
|
1756
|
+
chart_name: z.string()
|
|
1511
1757
|
});
|
|
1512
1758
|
/**
|
|
1513
|
-
* Successfully updated.
|
|
1759
|
+
* Successfully updated.
|
|
1514
1760
|
*/
|
|
1515
|
-
export const
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1761
|
+
export const zUpdateChartResponse = z.string();
|
|
1762
|
+
/**
|
|
1763
|
+
* An array of clusters
|
|
1764
|
+
*/
|
|
1765
|
+
export const zListClustersResponse = z.array(zCluster);
|
|
1766
|
+
export const zCreateClusterBody = zClusterCreateInput;
|
|
1767
|
+
/**
|
|
1768
|
+
* Successfully created. Returns created Cluster ID.
|
|
1769
|
+
*/
|
|
1770
|
+
export const zCreateClusterResponse = z.string();
|
|
1771
|
+
export const zDeleteClusterPath = z.object({
|
|
1772
|
+
cluster_id: z.string()
|
|
1522
1773
|
});
|
|
1523
1774
|
/**
|
|
1524
|
-
*
|
|
1775
|
+
* Successfully deleted. The cluster has been torn down.
|
|
1525
1776
|
*/
|
|
1526
|
-
export const
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
}));
|
|
1530
|
-
export const zListUsersData = z.object({
|
|
1531
|
-
body: z.optional(z.never()),
|
|
1532
|
-
path: z.optional(z.never()),
|
|
1533
|
-
query: z.optional(z.never())
|
|
1777
|
+
export const zDeleteClusterResponse = z.string();
|
|
1778
|
+
export const zGetClusterPath = z.object({
|
|
1779
|
+
cluster_id: z.string()
|
|
1534
1780
|
});
|
|
1535
1781
|
/**
|
|
1536
|
-
*
|
|
1782
|
+
* Returns a single object containing cluster details.
|
|
1537
1783
|
*/
|
|
1538
|
-
export const
|
|
1539
|
-
export const
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
query: z.optional(z.never())
|
|
1784
|
+
export const zGetClusterResponse = zCluster;
|
|
1785
|
+
export const zUpdateClusterBody = zClusterUpdateInput;
|
|
1786
|
+
export const zUpdateClusterPath = z.object({
|
|
1787
|
+
cluster_id: z.string()
|
|
1543
1788
|
});
|
|
1544
1789
|
/**
|
|
1545
|
-
* Successfully
|
|
1790
|
+
* Successfully updated. Returns updated cluster details.
|
|
1546
1791
|
*/
|
|
1547
|
-
export const
|
|
1548
|
-
export const
|
|
1549
|
-
|
|
1550
|
-
path: z.object({
|
|
1551
|
-
user_id: z.string()
|
|
1552
|
-
}),
|
|
1553
|
-
query: z.optional(z.never())
|
|
1792
|
+
export const zUpdateClusterResponse = zCluster;
|
|
1793
|
+
export const zGetJoinInformationPath = z.object({
|
|
1794
|
+
cluster_id: z.string()
|
|
1554
1795
|
});
|
|
1555
1796
|
/**
|
|
1556
|
-
*
|
|
1797
|
+
* An object of cluster join information
|
|
1557
1798
|
*/
|
|
1558
|
-
export const
|
|
1559
|
-
export const
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1799
|
+
export const zGetJoinInformationResponse = zClusterJoinInformation;
|
|
1800
|
+
export const zGetUsageQuery = z.object({
|
|
1801
|
+
granularity: z.enum([
|
|
1802
|
+
'hourly',
|
|
1803
|
+
'daily',
|
|
1804
|
+
'monthly'
|
|
1805
|
+
]).optional().default('daily')
|
|
1565
1806
|
});
|
|
1566
1807
|
/**
|
|
1567
|
-
*
|
|
1808
|
+
* Usage data with facets for filtering
|
|
1568
1809
|
*/
|
|
1569
|
-
export const
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1810
|
+
export const zGetUsageResponse = zUsageResponse;
|
|
1811
|
+
/**
|
|
1812
|
+
* 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.
|
|
1813
|
+
*
|
|
1814
|
+
*/
|
|
1815
|
+
export const zGetPaymentMethodSecretResponse = z.object({
|
|
1816
|
+
id: z.string().optional()
|
|
1576
1817
|
});
|
|
1577
1818
|
/**
|
|
1578
|
-
*
|
|
1819
|
+
* An array of payment methods.
|
|
1579
1820
|
*/
|
|
1580
|
-
export const
|
|
1821
|
+
export const zListPaymentMethodsResponse = z.array(zPaymentMethod);
|
|
1822
|
+
export const zSetDefaultPaymentMethodPath = z.object({
|
|
1823
|
+
paymentMethodId: z.string()
|
|
1824
|
+
});
|
|
1825
|
+
/**
|
|
1826
|
+
* Default payment method updated.
|
|
1827
|
+
*/
|
|
1828
|
+
export const zSetDefaultPaymentMethodResponse = z.void();
|
|
1829
|
+
export const zDeletePaymentMethodPath = z.object({
|
|
1830
|
+
paymentMethodId: z.string()
|
|
1831
|
+
});
|
|
1832
|
+
/**
|
|
1833
|
+
* Payment method deleted.
|
|
1834
|
+
*/
|
|
1835
|
+
export const zDeletePaymentMethodResponse = z.void();
|
|
1836
|
+
/**
|
|
1837
|
+
* An array of usage records.
|
|
1838
|
+
*/
|
|
1839
|
+
export const zListInvoicesResponse = z.array(zInvoice);
|
|
1840
|
+
/**
|
|
1841
|
+
* Returns a single object containing organization contact and billing address details.
|
|
1842
|
+
*/
|
|
1843
|
+
export const zGetContactResponse = zBillingContact;
|
|
1844
|
+
export const zUpdateContactBody = zBillingContact;
|
|
1845
|
+
/**
|
|
1846
|
+
* Successfully updated. Returns updated organization details.
|
|
1847
|
+
*/
|
|
1848
|
+
export const zUpdateContactResponse = zBillingContact;
|
|
1849
|
+
/**
|
|
1850
|
+
* An array of the applied promotional credits records.
|
|
1851
|
+
*/
|
|
1852
|
+
export const zGetCreditsResponse = z.array(zBillingCredits);
|
|
1853
|
+
export const zRedeemCreditsBody = z.object({
|
|
1854
|
+
code: z.string().optional()
|
|
1855
|
+
});
|
|
1581
1856
|
//# sourceMappingURL=zod.gen.js.map
|