@cloudfleet/sdk 0.0.1-bbca6e3 → 0.0.1-bc8a6a1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zod.gen.js CHANGED
@@ -1,5 +1,18 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
  import * as z from 'zod';
3
+ export const zBasicPriceConsentInput = z.object({
4
+ decision: z.enum(['accepted', 'rejected'])
5
+ });
6
+ export const zBasicPriceConsent = z.object({
7
+ status: z.enum([
8
+ 'not_applicable',
9
+ 'pending',
10
+ 'accepted',
11
+ 'rejected'
12
+ ]),
13
+ decided_at: z.iso.datetime().optional(),
14
+ decided_by: z.string().optional()
15
+ });
3
16
  export const zBillingContact = z.object({
4
17
  type: z.enum(['business', 'personal']),
5
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(),
@@ -177,11 +190,49 @@ export const zChartUpdateInput = z.object({
177
190
  values: z.string(),
178
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-]+)*))?$/)
179
192
  });
193
+ /**
194
+ * Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
195
+ */
180
196
  export const zClusterCreateInput = z.object({
181
197
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
182
- tier: z.enum(['basic', 'pro']),
198
+ tier: z.enum([
199
+ 'basic',
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
+ }),
183
222
  region: z.string(),
184
- 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')
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
+ })
185
236
  });
186
237
  export const zClusterJoinInformation = z.object({
187
238
  certificate_authority: z.string(),
@@ -189,6 +240,7 @@ export const zClusterJoinInformation = z.object({
189
240
  cluster_dns: z.string(),
190
241
  pod_cidr: z.string(),
191
242
  auth_key: z.string(),
243
+ login_server: z.string(),
192
244
  bootstrap_token: z.string(),
193
245
  versions: z.object({
194
246
  kubernetes: z.string(),
@@ -202,19 +254,55 @@ export const zClusterJoinInformation = z.object({
202
254
  gcp_workload_identity_provider: z.string()
203
255
  })
204
256
  });
257
+ /**
258
+ * Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
259
+ */
205
260
  export const zCluster = z.object({
206
261
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
207
- tier: z.enum(['basic', 'pro']),
262
+ tier: z.enum([
263
+ 'basic',
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
+ }),
208
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
+ }),
209
300
  id: z.uuid(),
210
301
  status: z.enum([
211
- 'active',
212
- 'disabled',
213
- 'deleted',
214
302
  'creating',
215
303
  'deployed',
216
- 'failed',
217
- 'updating'
304
+ 'updating',
305
+ 'disabled'
218
306
  ]),
219
307
  endpoint: z.union([
220
308
  z.url(),
@@ -228,14 +316,41 @@ export const zCluster = z.object({
228
316
  version_current: z.string().optional(),
229
317
  created_at: z.string().optional(),
230
318
  updated_at: z.string().optional(),
231
- ready: z.boolean().optional(),
232
- 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()
319
+ ready: z.boolean()
233
320
  });
321
+ /**
322
+ * Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
323
+ */
234
324
  export const zClusterUpdateInput = z.object({
235
- name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/).optional(),
236
- tier: z.enum(['basic', 'pro']),
237
- 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()
325
+ name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
326
+ tier: z.enum([
327
+ 'basic',
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
+ })
238
350
  });
351
+ /**
352
+ * Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
353
+ */
239
354
  export const zFleetCreateInput = z.object({
240
355
  limits: z.object({
241
356
  cpu: z.int().gte(0).lte(100000).optional()
@@ -246,7 +361,7 @@ export const zFleetCreateInput = z.object({
246
361
  }).optional(),
247
362
  hetzner: z.object({
248
363
  enabled: z.boolean(),
249
- apiKey: z.string().length(64).regex(/^[A-Za-z0-9]+$/).optional()
364
+ apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
250
365
  }).optional(),
251
366
  aws: z.object({
252
367
  enabled: z.boolean(),
@@ -414,7 +529,7 @@ export const zFleetCreateInput = z.object({
414
529
  'x8g',
415
530
  'z1d',
416
531
  'z3'
417
- ])).optional(),
532
+ ])).optional().default([]),
418
533
  'topology.kubernetes.io/region': z.array(z.enum([
419
534
  'africa-south1',
420
535
  'ap-northeast-1',
@@ -480,11 +595,19 @@ export const zFleetCreateInput = z.object({
480
595
  'us-west2',
481
596
  'us-west3',
482
597
  'us-west4'
483
- ])).optional()
484
- }).optional(),
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
+ }),
485
605
  scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative'),
486
606
  id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
487
607
  });
608
+ /**
609
+ * Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
610
+ */
488
611
  export const zFleet = z.object({
489
612
  limits: z.object({
490
613
  cpu: z.int().gte(0).lte(100000).optional()
@@ -502,8 +625,8 @@ export const zFleet = z.object({
502
625
  controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
503
626
  }).optional(),
504
627
  constraints: z.object({
505
- 'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional().default(['on-demand', 'spot']),
506
- 'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional().default(['amd64']),
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']),
507
630
  'cfke.io/instance-family': z.array(z.enum([
508
631
  'a1',
509
632
  'a2',
@@ -663,7 +786,7 @@ export const zFleet = z.object({
663
786
  'x8g',
664
787
  'z1d',
665
788
  'z3'
666
- ])).optional(),
789
+ ])).optional().default([]),
667
790
  'topology.kubernetes.io/region': z.array(z.enum([
668
791
  'africa-south1',
669
792
  'ap-northeast-1',
@@ -729,11 +852,23 @@ export const zFleet = z.object({
729
852
  'us-west2',
730
853
  'us-west3',
731
854
  'us-west4'
732
- ])).optional()
733
- }).optional(),
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
+ }),
734
862
  scalingProfile: z.enum(['aggressive', 'conservative']).default('conservative'),
735
- id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
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()
736
868
  });
869
+ /**
870
+ * Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
871
+ */
737
872
  export const zFleetUpdateInput = z.object({
738
873
  limits: z.object({
739
874
  cpu: z.int().gte(0).lte(100000).optional()
@@ -744,15 +879,15 @@ export const zFleetUpdateInput = z.object({
744
879
  }).optional(),
745
880
  hetzner: z.object({
746
881
  enabled: z.boolean(),
747
- apiKey: z.string().length(64).regex(/^[A-Za-z0-9]+$/).optional()
882
+ apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
748
883
  }).optional(),
749
884
  aws: z.object({
750
885
  enabled: z.boolean(),
751
886
  controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
752
887
  }).optional(),
753
888
  constraints: z.object({
754
- 'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional(),
755
- 'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional(),
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']),
756
891
  'cfke.io/instance-family': z.array(z.enum([
757
892
  'a1',
758
893
  'a2',
@@ -912,7 +1047,7 @@ export const zFleetUpdateInput = z.object({
912
1047
  'x8g',
913
1048
  'z1d',
914
1049
  'z3'
915
- ])).optional(),
1050
+ ])).optional().default([]),
916
1051
  'topology.kubernetes.io/region': z.array(z.enum([
917
1052
  'africa-south1',
918
1053
  'ap-northeast-1',
@@ -978,9 +1113,14 @@ export const zFleetUpdateInput = z.object({
978
1113
  'us-west2',
979
1114
  'us-west3',
980
1115
  'us-west4'
981
- ])).optional()
982
- }).optional(),
983
- scalingProfile: z.enum(['aggressive', 'conservative'])
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')
984
1124
  });
985
1125
  export const zInviteCreateInput = z.object({
986
1126
  email: z.email(),
@@ -1052,6 +1192,8 @@ export const zOrganization = z.object({
1052
1192
  basic_clusters_available: z.int(),
1053
1193
  pro_clusters_max: z.int().gte(0),
1054
1194
  pro_clusters_available: z.int(),
1195
+ enterprise_clusters_max: z.int().gte(0),
1196
+ enterprise_clusters_available: z.int(),
1055
1197
  fleets_max: z.int().gte(0),
1056
1198
  cluster_tiers: z.array(z.string()).min(0),
1057
1199
  regions: z.array(z.string()).min(1),
@@ -1093,6 +1235,8 @@ export const zPlatformQuota = z.object({
1093
1235
  basic_clusters_available: z.int(),
1094
1236
  pro_clusters_max: z.int().gte(0),
1095
1237
  pro_clusters_available: z.int(),
1238
+ enterprise_clusters_max: z.int().gte(0),
1239
+ enterprise_clusters_available: z.int(),
1096
1240
  fleets_max: z.int().gte(0),
1097
1241
  cluster_tiers: z.array(z.string()).min(0),
1098
1242
  regions: z.array(z.string()).min(1),
@@ -1163,39 +1307,6 @@ export const zTicketCreateInput = z.object({
1163
1307
  body: z.string().min(1).max(50000).regex(/\S/),
1164
1308
  properties: z.record(z.string(), z.unknown()).optional()
1165
1309
  });
1166
- export const zTicketListResponse = z.object({
1167
- items: z.array(z.object({
1168
- id: z.string(),
1169
- status: z.enum([
1170
- 'waiting_on_us',
1171
- 'waiting_on_user',
1172
- 'closed'
1173
- ]),
1174
- category: z.enum([
1175
- 'billing',
1176
- 'technical',
1177
- 'general'
1178
- ]),
1179
- summary: z.string(),
1180
- closed_at: z.iso.datetime().optional(),
1181
- date_created: z.iso.datetime(),
1182
- date_updated: z.iso.datetime(),
1183
- messages: z.array(z.object({
1184
- id: z.string(),
1185
- type: z.enum(['customer_reply', 'agent_reply']),
1186
- body: z.string(),
1187
- author_first_name: z.string().optional(),
1188
- author_last_name: z.string().optional(),
1189
- attachments: z.array(z.object({
1190
- id: z.string(),
1191
- filename: z.string(),
1192
- content_type: z.string(),
1193
- size: z.int()
1194
- })).optional(),
1195
- date_created: z.iso.datetime()
1196
- })).optional()
1197
- }))
1198
- });
1199
1310
  export const zTicketMessageInput = z.object({
1200
1311
  body: z.string().min(1).max(50000).regex(/\S/)
1201
1312
  });
@@ -1261,26 +1372,58 @@ export const zTokenUpdateInput = z.object({
1261
1372
  });
1262
1373
  export const zUsageFacets = z.object({
1263
1374
  cluster_id: z.array(z.string()).optional(),
1264
- product: 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()
1265
1384
  });
1266
1385
  export const zUsageResponse = z.object({
1267
1386
  data: z.array(z.object({
1268
1387
  hour: z.string(),
1269
1388
  cluster_id: z.string(),
1270
- product: 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
+ ]),
1271
1398
  value: z.number(),
1272
1399
  price: z.number(),
1273
1400
  total: z.number()
1274
1401
  })),
1275
1402
  facets: z.object({
1276
1403
  cluster_id: z.array(z.string()).optional(),
1277
- product: 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()
1278
1413
  })
1279
1414
  });
1280
1415
  export const zUsage = z.object({
1281
1416
  hour: z.string(),
1282
1417
  cluster_id: z.string(),
1283
- product: z.string(),
1418
+ product: z.enum([
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',
1425
+ 'cfcr_storage'
1426
+ ]),
1284
1427
  value: z.number(),
1285
1428
  price: z.number(),
1286
1429
  total: z.number()
@@ -1308,217 +1451,171 @@ export const zUserUpdateInput = z.object({
1308
1451
  role: z.enum(['Administrator', 'User']).optional(),
1309
1452
  status: z.enum(['active', 'inactive']).optional()
1310
1453
  });
1311
- export const zGetUsageQuery = z.object({
1312
- granularity: z.enum([
1313
- 'hourly',
1314
- 'daily',
1315
- 'monthly'
1316
- ]).optional().default('daily')
1454
+ export const zListUserOrganizationsPath = z.object({
1455
+ email: z.string()
1317
1456
  });
1318
1457
  /**
1319
- * Usage data with facets for filtering
1458
+ * An array of organizations the user belongs to.
1320
1459
  */
1321
- export const zGetUsageResponse = zUsageResponse;
1460
+ export const zListUserOrganizationsResponse = z.array(z.object({
1461
+ realm: z.string().optional(),
1462
+ displayName: z.string().optional()
1463
+ }));
1322
1464
  /**
1323
- * 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.
1324
- *
1465
+ * An array of users
1325
1466
  */
1326
- export const zGetPaymentMethodSecretResponse = z.object({
1327
- id: z.string().optional()
1328
- });
1467
+ export const zListUsersResponse = z.array(zUser);
1468
+ export const zCreateUserBody = zUserCreateInput;
1329
1469
  /**
1330
- * An array of payment methods.
1470
+ * Successfully created. Returns created user details.
1331
1471
  */
1332
- export const zListPaymentMethodsResponse = z.array(zPaymentMethod);
1333
- export const zSetDefaultPaymentMethodPath = z.object({
1334
- paymentMethodId: z.string()
1472
+ export const zCreateUserResponse = zUser;
1473
+ export const zDeleteUserPath = z.object({
1474
+ user_id: z.string()
1335
1475
  });
1336
1476
  /**
1337
- * Default payment method updated.
1477
+ * User profile information
1338
1478
  */
1339
- export const zSetDefaultPaymentMethodResponse = z.void();
1340
- export const zDeletePaymentMethodPath = z.object({
1341
- paymentMethodId: z.string()
1479
+ export const zDeleteUserResponse = zUser;
1480
+ export const zGetUserPath = z.object({
1481
+ user_id: z.string()
1342
1482
  });
1343
1483
  /**
1344
- * Payment method deleted.
1345
- */
1346
- export const zDeletePaymentMethodResponse = z.void();
1347
- /**
1348
- * An array of usage records.
1484
+ * User profile information
1349
1485
  */
1350
- export const zListInvoicesResponse = z.array(zInvoice);
1486
+ export const zGetUserResponse = zUser;
1487
+ export const zUpdateUserBody = zUserUpdateInput;
1488
+ export const zUpdateUserPath = z.object({
1489
+ user_id: z.string()
1490
+ });
1351
1491
  /**
1352
- * Returns a single object containing organization contact and billing address details.
1492
+ * Successfully created. Returns created user details.
1353
1493
  */
1354
- export const zGetContactResponse = zBillingContact;
1355
- export const zUpdateContactBody = zBillingContact;
1494
+ export const zUpdateUserResponse = zUser;
1356
1495
  /**
1357
- * Successfully updated. Returns updated organization details.
1496
+ * Returns a list of access token details with masked secrets.
1358
1497
  */
1359
- export const zUpdateContactResponse = zBillingContact;
1498
+ export const zListTokensResponse = z.array(zToken);
1499
+ export const zCreateTokenBody = zTokenCreateInput;
1360
1500
  /**
1361
- * An array of the applied promotional credits records.
1501
+ * Successfully created. Returns created token details with unmasked/raw secret.
1362
1502
  */
1363
- export const zGetCreditsResponse = z.array(zBillingCredits);
1364
- export const zRedeemCreditsBody = z.object({
1365
- code: z.string().optional()
1503
+ export const zCreateTokenResponse = zToken;
1504
+ export const zDeleteTokenPath = z.object({
1505
+ token_id: z.string()
1366
1506
  });
1367
- export const zListChartsPath = z.object({
1368
- cluster_id: z.string()
1507
+ export const zGetTokenPath = z.object({
1508
+ token_id: z.string()
1369
1509
  });
1370
1510
  /**
1371
- * An array of charts
1511
+ * Returns access token details with masked secret.
1372
1512
  */
1373
- export const zListChartsResponse = z.array(zChart);
1374
- export const zCreateChartBody = zChartCreateInput;
1375
- export const zCreateChartPath = z.object({
1376
- cluster_id: z.string()
1513
+ export const zGetTokenResponse = zToken;
1514
+ export const zUpdateTokenBody = zTokenUpdateInput;
1515
+ export const zUpdateTokenPath = z.object({
1516
+ token_id: z.string()
1377
1517
  });
1378
1518
  /**
1379
- * Successfully created. Returns created Chart ID.
1519
+ * Successfully updated. Returns updated token details with masked secret.
1380
1520
  */
1381
- export const zCreateChartResponse = z.string();
1382
- export const zDeleteChartPath = z.object({
1383
- cluster_id: z.string(),
1384
- chart_name: z.string()
1521
+ export const zUpdateTokenResponse = zToken;
1522
+ export const zRegenerateTokenPath = z.object({
1523
+ token_id: z.string()
1385
1524
  });
1386
1525
  /**
1387
- * Successfully deleted.
1526
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
1388
1527
  */
1389
- export const zDeleteChartResponse = z.string();
1390
- export const zGetChartPath = z.object({
1391
- cluster_id: z.string(),
1392
- chart_name: z.string()
1393
- });
1528
+ export const zRegenerateTokenResponse = zToken;
1394
1529
  /**
1395
- * Returns a single object containing chart details.
1530
+ * An array of tickets for the organization, newest first.
1396
1531
  */
1397
- export const zGetChartResponse = zChart;
1398
- export const zUpdateChartBody = zChartUpdateInput;
1399
- export const zUpdateChartPath = z.object({
1400
- cluster_id: z.string(),
1401
- chart_name: z.string()
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()
1402
1536
  });
1403
1537
  /**
1404
- * Successfully updated.
1538
+ * Ticket created.
1405
1539
  */
1406
- export const zUpdateChartResponse = z.string();
1407
- export const zListFleetsPath = z.object({
1408
- cluster_id: z.string()
1540
+ export const zCreateTicketResponse = zTicket;
1541
+ export const zCloseTicketPath = z.object({
1542
+ ticket_id: z.string()
1409
1543
  });
1410
1544
  /**
1411
- * An array of fleets
1545
+ * Ticket closed.
1412
1546
  */
1413
- export const zListFleetsResponse = z.array(zFleet);
1414
- export const zCreateFleetBody = zFleetCreateInput;
1415
- export const zCreateFleetPath = z.object({
1416
- cluster_id: z.string()
1547
+ export const zCloseTicketResponse = zTicket;
1548
+ export const zGetTicketPath = z.object({
1549
+ ticket_id: z.string()
1417
1550
  });
1418
1551
  /**
1419
- * Successfully created. Returns created Fleet ID.
1552
+ * Ticket with messages (internal notes excluded).
1420
1553
  */
1421
- export const zCreateFleetResponse = z.string();
1422
- export const zDeleteFleetPath = z.object({
1423
- cluster_id: z.string(),
1424
- fleet_name: z.string()
1554
+ export const zGetTicketResponse = zTicket;
1555
+ export const zReplyTicketBody = z.object({
1556
+ payload: z.string().optional(),
1557
+ attachments: z.array(z.string()).optional()
1558
+ });
1559
+ export const zReplyTicketPath = z.object({
1560
+ ticket_id: z.string()
1425
1561
  });
1426
1562
  /**
1427
- * Successfully deleted.
1563
+ * Reply appended.
1428
1564
  */
1429
- export const zDeleteFleetResponse = z.string();
1430
- export const zGetFleetPath = z.object({
1431
- cluster_id: z.string(),
1432
- fleet_name: z.string()
1565
+ export const zReplyTicketResponse = zTicketMessage;
1566
+ export const zGetTicketAttachmentPath = z.object({
1567
+ ticket_id: z.string(),
1568
+ attachment_id: z.string()
1433
1569
  });
1434
1570
  /**
1435
- * Returns a single object containing fleet details.
1571
+ * Attachment binary stream.
1436
1572
  */
1437
- export const zGetFleetResponse = zFleet;
1438
- export const zUpdateFleetBody = zFleetUpdateInput;
1439
- export const zUpdateFleetPath = z.object({
1440
- cluster_id: z.string(),
1441
- fleet_name: z.string()
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()
1442
1581
  });
1443
1582
  /**
1444
- * Successfully updated.
1583
+ * Repository with tags
1445
1584
  */
1446
- export const zUpdateFleetResponse = z.string();
1447
- export const zQueryClusterPath = z.object({
1448
- cluster_id: z.string()
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()
1449
1595
  });
1450
1596
  /**
1451
- * An array of clusters
1597
+ * Tag details
1452
1598
  */
1453
- export const zListClustersResponse = z.array(zCluster);
1454
- export const zCreateClusterBody = zClusterCreateInput;
1599
+ export const zGetTagResponse = zRegistryTag;
1455
1600
  /**
1456
- * Successfully created. Returns created Cluster ID.
1601
+ * Returns a single object containing organization details.
1457
1602
  */
1458
- export const zCreateClusterResponse = z.string();
1459
- export const zDeleteClusterPath = z.object({
1460
- cluster_id: z.string()
1461
- });
1603
+ export const zGetOrganizationResponse = zOrganization;
1604
+ export const zCreateOrganizationBody = zOrganizationCreateInput;
1462
1605
  /**
1463
- * Successfully deleted. The cluster has been torn down.
1606
+ * Organization signup accepted. Returns the generated organization id immediately; provisioning (billing, Keycloak realm, user) continues asynchronously in the background.
1607
+ *
1464
1608
  */
1465
- export const zDeleteClusterResponse = z.string();
1466
- export const zGetClusterPath = z.object({
1467
- cluster_id: z.string()
1468
- });
1609
+ export const zCreateOrganizationResponse = zOrganizationCreateOutput;
1469
1610
  /**
1470
- * Returns a single object containing cluster details.
1611
+ * Returns the current consent status.
1471
1612
  */
1472
- export const zGetClusterResponse = zCluster;
1473
- export const zUpdateClusterBody = zClusterUpdateInput;
1474
- export const zUpdateClusterPath = z.object({
1475
- cluster_id: z.string()
1476
- });
1613
+ export const zGetBasicPriceConsentResponse = zBasicPriceConsent;
1614
+ export const zSetBasicPriceConsentBody = zBasicPriceConsentInput;
1477
1615
  /**
1478
- * Successfully updated. Returns updated cluster details.
1616
+ * Decision recorded. Returns the updated consent status.
1479
1617
  */
1480
- export const zUpdateClusterResponse = zCluster;
1481
- export const zGetJoinInformationPath = z.object({
1482
- cluster_id: z.string()
1483
- });
1484
- /**
1485
- * An object of cluster join information
1486
- */
1487
- export const zGetJoinInformationResponse = zClusterJoinInformation;
1488
- /**
1489
- * An array of invites
1490
- */
1491
- export const zListInvitesResponse = z.array(zInvite);
1492
- export const zCreateInviteBody = zInviteCreateInput;
1493
- /**
1494
- * Successfully created. Returns created invite details.
1495
- */
1496
- export const zCreateInviteResponse = zInvite;
1497
- export const zGetInvitePath = z.object({
1498
- code: z.string()
1499
- });
1500
- /**
1501
- * The invitation code is valid. Returns the invited email and organization.
1502
- */
1503
- export const zGetInviteResponse = z.object({
1504
- email: z.email().optional(),
1505
- organization_id: z.string().optional()
1506
- });
1507
- export const zDeleteInvitePath = z.object({
1508
- email: z.email()
1509
- });
1510
- /**
1511
- * An array of chart listings in the marketplace.
1512
- */
1513
- export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
1514
- export const zGetMarketplaceChartFilesPath = z.object({
1515
- chart_name: z.string(),
1516
- version_channel: z.string()
1517
- });
1518
- /**
1519
- * Returns an object containing the chart files for the latest matching version.
1520
- */
1521
- export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
1618
+ export const zSetBasicPriceConsentResponse = zBasicPriceConsent;
1522
1619
  /**
1523
1620
  * JSON-RPC 2.0 request payload
1524
1621
  */
@@ -1547,159 +1644,214 @@ export const zPostMcpResponse = z.object({
1547
1644
  }).optional()
1548
1645
  });
1549
1646
  /**
1550
- * Returns a single object containing organization details.
1647
+ * An array of chart listings in the marketplace.
1551
1648
  */
1552
- export const zGetOrganizationResponse = zOrganization;
1553
- export const zCreateOrganizationBody = zOrganizationCreateInput;
1649
+ export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
1650
+ export const zGetMarketplaceChartFilesPath = z.object({
1651
+ chart_name: z.string(),
1652
+ version_channel: z.string()
1653
+ });
1554
1654
  /**
1555
- * Organization signup accepted. Returns the generated organization id immediately; provisioning (billing, Keycloak realm, user) continues asynchronously in the background.
1556
- *
1655
+ * Returns an object containing the chart files for the latest matching version.
1557
1656
  */
1558
- export const zCreateOrganizationResponse = zOrganizationCreateOutput;
1657
+ export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
1559
1658
  /**
1560
- * List of repositories
1659
+ * An array of invites
1561
1660
  */
1562
- export const zListRepositoriesResponse = z.array(zRegistryRepository);
1563
- export const zListTagsPath = z.object({
1564
- region: z.string(),
1565
- repository: z.string()
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()
1566
1669
  });
1567
1670
  /**
1568
- * Repository with tags
1671
+ * The invitation code is valid. Returns the invited email and organization.
1569
1672
  */
1570
- export const zListTagsResponse = zRegistryRepositoryWithTags;
1571
- export const zDeleteTagPath = z.object({
1572
- region: z.string(),
1573
- repository: z.string(),
1574
- tag: z.string()
1673
+ export const zGetInviteResponse = z.object({
1674
+ email: z.email().optional(),
1675
+ organization_id: z.string().optional()
1575
1676
  });
1576
- export const zGetTagPath = z.object({
1577
- region: z.string(),
1578
- repository: z.string(),
1579
- tag: z.string()
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()
1580
1685
  });
1581
1686
  /**
1582
- * Tag details
1687
+ * An array of fleets
1583
1688
  */
1584
- export const zGetTagResponse = zRegistryTag;
1689
+ export const zListFleetsResponse = z.array(zFleet);
1690
+ export const zCreateFleetBody = zFleetCreateInput;
1691
+ export const zCreateFleetPath = z.object({
1692
+ cluster_id: z.string()
1693
+ });
1585
1694
  /**
1586
- * Tickets for the organization.
1695
+ * Successfully created. Returns created Fleet ID.
1587
1696
  */
1588
- export const zListTicketsResponse = zTicketListResponse;
1589
- export const zCreateTicketBody = z.object({
1590
- payload: z.string().optional(),
1591
- attachments: z.array(z.string()).optional()
1697
+ export const zCreateFleetResponse = z.string();
1698
+ export const zDeleteFleetPath = z.object({
1699
+ cluster_id: z.string(),
1700
+ fleet_name: z.string()
1592
1701
  });
1593
1702
  /**
1594
- * Ticket created.
1703
+ * Successfully deleted.
1595
1704
  */
1596
- export const zCreateTicketResponse = zTicket;
1597
- export const zCloseTicketPath = z.object({
1598
- ticket_id: z.string()
1705
+ export const zDeleteFleetResponse = z.string();
1706
+ export const zGetFleetPath = z.object({
1707
+ cluster_id: z.string(),
1708
+ fleet_name: z.string()
1599
1709
  });
1600
1710
  /**
1601
- * Ticket closed.
1711
+ * Returns a single object containing fleet details.
1602
1712
  */
1603
- export const zCloseTicketResponse = zTicket;
1604
- export const zGetTicketPath = z.object({
1605
- ticket_id: z.string()
1713
+ export const zGetFleetResponse = zFleet;
1714
+ export const zUpdateFleetBody = zFleetUpdateInput;
1715
+ export const zUpdateFleetPath = z.object({
1716
+ cluster_id: z.string(),
1717
+ fleet_name: z.string()
1606
1718
  });
1607
1719
  /**
1608
- * Ticket with messages (internal notes excluded).
1720
+ * Successfully updated.
1609
1721
  */
1610
- export const zGetTicketResponse = zTicket;
1611
- export const zReplyTicketBody = z.object({
1612
- payload: z.string().optional(),
1613
- attachments: z.array(z.string()).optional()
1614
- });
1615
- export const zReplyTicketPath = z.object({
1616
- ticket_id: z.string()
1722
+ export const zUpdateFleetResponse = z.string();
1723
+ export const zListChartsPath = z.object({
1724
+ cluster_id: z.string()
1617
1725
  });
1618
1726
  /**
1619
- * Reply appended.
1727
+ * An array of charts
1620
1728
  */
1621
- export const zReplyTicketResponse = zTicketMessage;
1622
- export const zGetTicketAttachmentPath = z.object({
1623
- ticket_id: z.string(),
1624
- attachment_id: z.string()
1729
+ export const zListChartsResponse = z.array(zChart);
1730
+ export const zCreateChartBody = zChartCreateInput;
1731
+ export const zCreateChartPath = z.object({
1732
+ cluster_id: z.string()
1625
1733
  });
1626
1734
  /**
1627
- * Attachment binary stream.
1735
+ * Successfully created. Returns created Chart ID.
1628
1736
  */
1629
- export const zGetTicketAttachmentResponse = z.string();
1737
+ export const zCreateChartResponse = z.string();
1738
+ export const zDeleteChartPath = z.object({
1739
+ cluster_id: z.string(),
1740
+ chart_name: z.string()
1741
+ });
1630
1742
  /**
1631
- * Returns a list of access token details with masked secrets.
1743
+ * Successfully deleted.
1632
1744
  */
1633
- export const zListTokensResponse = z.array(zToken);
1634
- export const zCreateTokenBody = zTokenCreateInput;
1745
+ export const zDeleteChartResponse = z.string();
1746
+ export const zGetChartPath = z.object({
1747
+ cluster_id: z.string(),
1748
+ chart_name: z.string()
1749
+ });
1635
1750
  /**
1636
- * Successfully created. Returns created token details with unmasked/raw secret.
1751
+ * Returns a single object containing chart details.
1637
1752
  */
1638
- export const zCreateTokenResponse = zToken;
1639
- export const zDeleteTokenPath = z.object({
1640
- token_id: z.string()
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()
1641
1758
  });
1642
- export const zGetTokenPath = z.object({
1643
- token_id: z.string()
1759
+ /**
1760
+ * Successfully updated.
1761
+ */
1762
+ export const zUpdateChartResponse = z.string();
1763
+ /**
1764
+ * An array of clusters
1765
+ */
1766
+ export const zListClustersResponse = z.array(zCluster);
1767
+ export const zCreateClusterBody = zClusterCreateInput;
1768
+ /**
1769
+ * Successfully created. Returns created Cluster ID.
1770
+ */
1771
+ export const zCreateClusterResponse = z.string();
1772
+ export const zDeleteClusterPath = z.object({
1773
+ cluster_id: z.string()
1644
1774
  });
1645
1775
  /**
1646
- * Returns access token details with masked secret.
1776
+ * Successfully deleted. The cluster has been torn down.
1647
1777
  */
1648
- export const zGetTokenResponse = zToken;
1649
- export const zUpdateTokenBody = zTokenUpdateInput;
1650
- export const zUpdateTokenPath = z.object({
1651
- token_id: z.string()
1778
+ export const zDeleteClusterResponse = z.string();
1779
+ export const zGetClusterPath = z.object({
1780
+ cluster_id: z.string()
1652
1781
  });
1653
1782
  /**
1654
- * Successfully updated. Returns updated token details with masked secret.
1783
+ * Returns a single object containing cluster details.
1655
1784
  */
1656
- export const zUpdateTokenResponse = zToken;
1657
- export const zRegenerateTokenPath = z.object({
1658
- token_id: z.string()
1785
+ export const zGetClusterResponse = zCluster;
1786
+ export const zUpdateClusterBody = zClusterUpdateInput;
1787
+ export const zUpdateClusterPath = z.object({
1788
+ cluster_id: z.string()
1659
1789
  });
1660
1790
  /**
1661
- * Successfully updated. Returns updated token details with unmasked / raw secret.
1791
+ * Successfully updated. Returns updated cluster details.
1662
1792
  */
1663
- export const zRegenerateTokenResponse = zToken;
1664
- export const zListUserOrganizationsPath = z.object({
1665
- email: z.string()
1793
+ export const zUpdateClusterResponse = zCluster;
1794
+ export const zGetJoinInformationPath = z.object({
1795
+ cluster_id: z.string()
1666
1796
  });
1667
1797
  /**
1668
- * An array of organizations the user belongs to.
1798
+ * An object of cluster join information
1669
1799
  */
1670
- export const zListUserOrganizationsResponse = z.array(z.object({
1671
- realm: z.string().optional(),
1672
- displayName: z.string().optional()
1673
- }));
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')
1807
+ });
1674
1808
  /**
1675
- * An array of users
1809
+ * Usage data with facets for filtering
1676
1810
  */
1677
- export const zListUsersResponse = z.array(zUser);
1678
- export const zCreateUserBody = zUserCreateInput;
1811
+ export const zGetUsageResponse = zUsageResponse;
1679
1812
  /**
1680
- * Successfully created. Returns created user details.
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
+ *
1681
1815
  */
1682
- export const zCreateUserResponse = zUser;
1683
- export const zDeleteUserPath = z.object({
1684
- user_id: z.string()
1816
+ export const zGetPaymentMethodSecretResponse = z.object({
1817
+ id: z.string().optional()
1685
1818
  });
1686
1819
  /**
1687
- * User profile information
1820
+ * An array of payment methods.
1688
1821
  */
1689
- export const zDeleteUserResponse = zUser;
1690
- export const zGetUserPath = z.object({
1691
- user_id: z.string()
1822
+ export const zListPaymentMethodsResponse = z.array(zPaymentMethod);
1823
+ export const zSetDefaultPaymentMethodPath = z.object({
1824
+ paymentMethodId: z.string()
1692
1825
  });
1693
1826
  /**
1694
- * User profile information
1827
+ * Default payment method updated.
1695
1828
  */
1696
- export const zGetUserResponse = zUser;
1697
- export const zUpdateUserBody = zUserUpdateInput;
1698
- export const zUpdateUserPath = z.object({
1699
- user_id: z.string()
1829
+ export const zSetDefaultPaymentMethodResponse = z.void();
1830
+ export const zDeletePaymentMethodPath = z.object({
1831
+ paymentMethodId: z.string()
1700
1832
  });
1701
1833
  /**
1702
- * Successfully created. Returns created user details.
1834
+ * Payment method deleted.
1703
1835
  */
1704
- export const zUpdateUserResponse = zUser;
1836
+ export const zDeletePaymentMethodResponse = z.void();
1837
+ /**
1838
+ * An array of usage records.
1839
+ */
1840
+ export const zListInvoicesResponse = z.array(zInvoice);
1841
+ /**
1842
+ * Returns a single object containing organization contact and billing address details.
1843
+ */
1844
+ export const zGetContactResponse = zBillingContact;
1845
+ export const zUpdateContactBody = zBillingContact;
1846
+ /**
1847
+ * Successfully updated. Returns updated organization details.
1848
+ */
1849
+ export const zUpdateContactResponse = zBillingContact;
1850
+ /**
1851
+ * An array of the applied promotional credits records.
1852
+ */
1853
+ export const zGetCreditsResponse = z.array(zBillingCredits);
1854
+ export const zRedeemCreditsBody = z.object({
1855
+ code: z.string().optional()
1856
+ });
1705
1857
  //# sourceMappingURL=zod.gen.js.map