@cloudfleet/sdk 0.0.1-964486e → 0.0.1-965e662

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