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