@cloudfleet/sdk 0.12.3 → 1.0.1

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(),
@@ -202,19 +253,55 @@ export const zClusterJoinInformation = z.object({
202
253
  gcp_workload_identity_provider: z.string()
203
254
  })
204
255
  });
256
+ /**
257
+ * Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
258
+ */
205
259
  export const zCluster = z.object({
206
260
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
207
- tier: z.enum(['basic', 'pro']),
261
+ tier: z.enum([
262
+ 'basic',
263
+ 'pro',
264
+ 'enterprise'
265
+ ]).default('basic'),
266
+ version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).default('1.x.x-cfke.x'),
267
+ release_channel: z.enum([
268
+ 'rapid',
269
+ 'stable',
270
+ 'extended'
271
+ ]).default('rapid'),
272
+ features: z.object({
273
+ gpu_sharing_strategy: z.enum([
274
+ 'none',
275
+ 'mps',
276
+ 'time_slicing'
277
+ ]).default('none'),
278
+ gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).default(4),
279
+ cilium_socket_lb_host_namespace_only: z.boolean()
280
+ }).default({
281
+ gpu_sharing_strategy: 'none',
282
+ gpu_max_shared_clients_per_gpu: 4,
283
+ cilium_socket_lb_host_namespace_only: false
284
+ }),
208
285
  region: z.string(),
286
+ networking: z.object({
287
+ pod_cidr: z.string().default('10.244.0.0/16'),
288
+ service_cidr: z.string().default('10.96.0.0/12'),
289
+ dual_stack: z.boolean(),
290
+ pod_cidr_v6: z.string().default('2001:db8:1:2::/48'),
291
+ service_cidr_v6: z.string().default('2001:db8:1:1::/112')
292
+ }).default({
293
+ pod_cidr: '10.244.0.0/16',
294
+ service_cidr: '10.96.0.0/12',
295
+ dual_stack: false,
296
+ pod_cidr_v6: '2001:db8:1:2::/48',
297
+ service_cidr_v6: '2001:db8:1:1::/112'
298
+ }),
209
299
  id: z.uuid(),
210
300
  status: z.enum([
211
- 'active',
212
- 'disabled',
213
- 'deleted',
214
301
  'creating',
215
302
  'deployed',
216
- 'failed',
217
- 'updating'
303
+ 'updating',
304
+ 'disabled'
218
305
  ]),
219
306
  endpoint: z.union([
220
307
  z.url(),
@@ -228,14 +315,41 @@ export const zCluster = z.object({
228
315
  version_current: z.string().optional(),
229
316
  created_at: z.string().optional(),
230
317
  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()
318
+ ready: z.boolean()
233
319
  });
320
+ /**
321
+ * Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
322
+ */
234
323
  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()
324
+ name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
325
+ tier: z.enum([
326
+ 'basic',
327
+ 'pro',
328
+ 'enterprise'
329
+ ]).optional().default('basic'),
330
+ version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional().default('1.x.x-cfke.x'),
331
+ release_channel: z.enum([
332
+ 'rapid',
333
+ 'stable',
334
+ 'extended'
335
+ ]).optional().default('rapid'),
336
+ features: z.object({
337
+ gpu_sharing_strategy: z.enum([
338
+ 'none',
339
+ 'mps',
340
+ 'time_slicing'
341
+ ]).optional().default('none'),
342
+ gpu_max_shared_clients_per_gpu: z.int().gte(2).lte(48).optional().default(4),
343
+ cilium_socket_lb_host_namespace_only: z.boolean().optional()
344
+ }).optional().default({
345
+ gpu_sharing_strategy: 'none',
346
+ gpu_max_shared_clients_per_gpu: 4,
347
+ cilium_socket_lb_host_namespace_only: false
348
+ })
238
349
  });
350
+ /**
351
+ * Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
352
+ */
239
353
  export const zFleetCreateInput = z.object({
240
354
  limits: z.object({
241
355
  cpu: z.int().gte(0).lte(100000).optional()
@@ -246,7 +360,7 @@ export const zFleetCreateInput = z.object({
246
360
  }).optional(),
247
361
  hetzner: z.object({
248
362
  enabled: z.boolean(),
249
- apiKey: z.string().length(64).regex(/^[A-Za-z0-9]+$/).optional()
363
+ apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
250
364
  }).optional(),
251
365
  aws: z.object({
252
366
  enabled: z.boolean(),
@@ -414,7 +528,7 @@ export const zFleetCreateInput = z.object({
414
528
  'x8g',
415
529
  'z1d',
416
530
  'z3'
417
- ])).optional(),
531
+ ])).optional().default([]),
418
532
  'topology.kubernetes.io/region': z.array(z.enum([
419
533
  'africa-south1',
420
534
  'ap-northeast-1',
@@ -480,11 +594,19 @@ export const zFleetCreateInput = z.object({
480
594
  'us-west2',
481
595
  'us-west3',
482
596
  'us-west4'
483
- ])).optional()
484
- }).optional(),
597
+ ])).optional().default([])
598
+ }).optional().default({
599
+ 'karpenter.sh/capacity-type': ['on-demand', 'spot'],
600
+ 'kubernetes.io/arch': ['amd64'],
601
+ 'cfke.io/instance-family': [],
602
+ 'topology.kubernetes.io/region': []
603
+ }),
485
604
  scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative'),
486
605
  id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
487
606
  });
607
+ /**
608
+ * Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
609
+ */
488
610
  export const zFleet = z.object({
489
611
  limits: z.object({
490
612
  cpu: z.int().gte(0).lte(100000).optional()
@@ -502,8 +624,8 @@ export const zFleet = z.object({
502
624
  controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
503
625
  }).optional(),
504
626
  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']),
627
+ 'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).default(['on-demand', 'spot']),
628
+ 'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).default(['amd64']),
507
629
  'cfke.io/instance-family': z.array(z.enum([
508
630
  'a1',
509
631
  'a2',
@@ -663,7 +785,7 @@ export const zFleet = z.object({
663
785
  'x8g',
664
786
  'z1d',
665
787
  'z3'
666
- ])).optional(),
788
+ ])).optional().default([]),
667
789
  'topology.kubernetes.io/region': z.array(z.enum([
668
790
  'africa-south1',
669
791
  'ap-northeast-1',
@@ -729,11 +851,23 @@ export const zFleet = z.object({
729
851
  'us-west2',
730
852
  'us-west3',
731
853
  'us-west4'
732
- ])).optional()
733
- }).optional(),
854
+ ])).optional().default([])
855
+ }).default({
856
+ 'karpenter.sh/capacity-type': ['on-demand', 'spot'],
857
+ 'kubernetes.io/arch': ['amd64'],
858
+ 'cfke.io/instance-family': [],
859
+ 'topology.kubernetes.io/region': []
860
+ }),
734
861
  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])?$/)
862
+ id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
863
+ ready: z.boolean(),
864
+ status_message: z.string().optional(),
865
+ created_at: z.string(),
866
+ updated_at: z.string()
736
867
  });
868
+ /**
869
+ * Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.
870
+ */
737
871
  export const zFleetUpdateInput = z.object({
738
872
  limits: z.object({
739
873
  cpu: z.int().gte(0).lte(100000).optional()
@@ -744,15 +878,15 @@ export const zFleetUpdateInput = z.object({
744
878
  }).optional(),
745
879
  hetzner: z.object({
746
880
  enabled: z.boolean(),
747
- apiKey: z.string().length(64).regex(/^[A-Za-z0-9]+$/).optional()
881
+ apiKey: z.string().length(64).regex(/^([A-Za-z0-9]{64}|\*{64})$/).optional()
748
882
  }).optional(),
749
883
  aws: z.object({
750
884
  enabled: z.boolean(),
751
885
  controllerRoleArn: z.string().regex(/^arn:aws(-[a-z]+)*:iam::\d{12}:role\/[\w+=,.@\/-]+$/).optional()
752
886
  }).optional(),
753
887
  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(),
888
+ 'karpenter.sh/capacity-type': z.array(z.enum(['on-demand', 'spot'])).min(1).optional().default(['on-demand', 'spot']),
889
+ 'kubernetes.io/arch': z.array(z.enum(['amd64', 'arm64'])).min(1).optional().default(['amd64']),
756
890
  'cfke.io/instance-family': z.array(z.enum([
757
891
  'a1',
758
892
  'a2',
@@ -912,7 +1046,7 @@ export const zFleetUpdateInput = z.object({
912
1046
  'x8g',
913
1047
  'z1d',
914
1048
  'z3'
915
- ])).optional(),
1049
+ ])).optional().default([]),
916
1050
  'topology.kubernetes.io/region': z.array(z.enum([
917
1051
  'africa-south1',
918
1052
  'ap-northeast-1',
@@ -978,9 +1112,14 @@ export const zFleetUpdateInput = z.object({
978
1112
  'us-west2',
979
1113
  'us-west3',
980
1114
  'us-west4'
981
- ])).optional()
982
- }).optional(),
983
- scalingProfile: z.enum(['aggressive', 'conservative'])
1115
+ ])).optional().default([])
1116
+ }).optional().default({
1117
+ 'karpenter.sh/capacity-type': ['on-demand', 'spot'],
1118
+ 'kubernetes.io/arch': ['amd64'],
1119
+ 'cfke.io/instance-family': [],
1120
+ 'topology.kubernetes.io/region': []
1121
+ }),
1122
+ scalingProfile: z.enum(['aggressive', 'conservative']).optional().default('conservative')
984
1123
  });
985
1124
  export const zInviteCreateInput = z.object({
986
1125
  email: z.email(),
@@ -1052,6 +1191,8 @@ export const zOrganization = z.object({
1052
1191
  basic_clusters_available: z.int(),
1053
1192
  pro_clusters_max: z.int().gte(0),
1054
1193
  pro_clusters_available: z.int(),
1194
+ enterprise_clusters_max: z.int().gte(0),
1195
+ enterprise_clusters_available: z.int(),
1055
1196
  fleets_max: z.int().gte(0),
1056
1197
  cluster_tiers: z.array(z.string()).min(0),
1057
1198
  regions: z.array(z.string()).min(1),
@@ -1093,6 +1234,8 @@ export const zPlatformQuota = z.object({
1093
1234
  basic_clusters_available: z.int(),
1094
1235
  pro_clusters_max: z.int().gte(0),
1095
1236
  pro_clusters_available: z.int(),
1237
+ enterprise_clusters_max: z.int().gte(0),
1238
+ enterprise_clusters_available: z.int(),
1096
1239
  fleets_max: z.int().gte(0),
1097
1240
  cluster_tiers: z.array(z.string()).min(0),
1098
1241
  regions: z.array(z.string()).min(1),
@@ -1163,39 +1306,6 @@ export const zTicketCreateInput = z.object({
1163
1306
  body: z.string().min(1).max(50000).regex(/\S/),
1164
1307
  properties: z.record(z.string(), z.unknown()).optional()
1165
1308
  });
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
1309
  export const zTicketMessageInput = z.object({
1200
1310
  body: z.string().min(1).max(50000).regex(/\S/)
1201
1311
  });
@@ -1261,26 +1371,58 @@ export const zTokenUpdateInput = z.object({
1261
1371
  });
1262
1372
  export const zUsageFacets = z.object({
1263
1373
  cluster_id: z.array(z.string()).optional(),
1264
- product: z.array(z.string()).optional()
1374
+ product: z.array(z.enum([
1375
+ 'cfke_controlplane_basic',
1376
+ 'cfke_controlplane_pro',
1377
+ 'cfke_controlplane_enterprise',
1378
+ 'cfke_connected_nodes_basic',
1379
+ 'cfke_connected_nodes_pro',
1380
+ 'cfke_connected_nodes_enterprise',
1381
+ 'cfcr_storage'
1382
+ ])).optional()
1265
1383
  });
1266
1384
  export const zUsageResponse = z.object({
1267
1385
  data: z.array(z.object({
1268
1386
  hour: z.string(),
1269
1387
  cluster_id: z.string(),
1270
- product: z.string(),
1388
+ product: z.enum([
1389
+ 'cfke_controlplane_basic',
1390
+ 'cfke_controlplane_pro',
1391
+ 'cfke_controlplane_enterprise',
1392
+ 'cfke_connected_nodes_basic',
1393
+ 'cfke_connected_nodes_pro',
1394
+ 'cfke_connected_nodes_enterprise',
1395
+ 'cfcr_storage'
1396
+ ]),
1271
1397
  value: z.number(),
1272
1398
  price: z.number(),
1273
1399
  total: z.number()
1274
1400
  })),
1275
1401
  facets: z.object({
1276
1402
  cluster_id: z.array(z.string()).optional(),
1277
- product: z.array(z.string()).optional()
1403
+ product: z.array(z.enum([
1404
+ 'cfke_controlplane_basic',
1405
+ 'cfke_controlplane_pro',
1406
+ 'cfke_controlplane_enterprise',
1407
+ 'cfke_connected_nodes_basic',
1408
+ 'cfke_connected_nodes_pro',
1409
+ 'cfke_connected_nodes_enterprise',
1410
+ 'cfcr_storage'
1411
+ ])).optional()
1278
1412
  })
1279
1413
  });
1280
1414
  export const zUsage = z.object({
1281
1415
  hour: z.string(),
1282
1416
  cluster_id: z.string(),
1283
- product: z.string(),
1417
+ product: z.enum([
1418
+ 'cfke_controlplane_basic',
1419
+ 'cfke_controlplane_pro',
1420
+ 'cfke_controlplane_enterprise',
1421
+ 'cfke_connected_nodes_basic',
1422
+ 'cfke_connected_nodes_pro',
1423
+ 'cfke_connected_nodes_enterprise',
1424
+ 'cfcr_storage'
1425
+ ]),
1284
1426
  value: z.number(),
1285
1427
  price: z.number(),
1286
1428
  total: z.number()
@@ -1308,217 +1450,171 @@ export const zUserUpdateInput = z.object({
1308
1450
  role: z.enum(['Administrator', 'User']).optional(),
1309
1451
  status: z.enum(['active', 'inactive']).optional()
1310
1452
  });
1311
- export const zGetUsageQuery = z.object({
1312
- granularity: z.enum([
1313
- 'hourly',
1314
- 'daily',
1315
- 'monthly'
1316
- ]).optional().default('daily')
1453
+ export const zListUserOrganizationsPath = z.object({
1454
+ email: z.string()
1317
1455
  });
1318
1456
  /**
1319
- * Usage data with facets for filtering
1457
+ * An array of organizations the user belongs to.
1320
1458
  */
1321
- export const zGetUsageResponse = zUsageResponse;
1459
+ export const zListUserOrganizationsResponse = z.array(z.object({
1460
+ realm: z.string().optional(),
1461
+ displayName: z.string().optional()
1462
+ }));
1322
1463
  /**
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
- *
1464
+ * An array of users
1325
1465
  */
1326
- export const zGetPaymentMethodSecretResponse = z.object({
1327
- id: z.string().optional()
1328
- });
1466
+ export const zListUsersResponse = z.array(zUser);
1467
+ export const zCreateUserBody = zUserCreateInput;
1329
1468
  /**
1330
- * An array of payment methods.
1469
+ * Successfully created. Returns created user details.
1331
1470
  */
1332
- export const zListPaymentMethodsResponse = z.array(zPaymentMethod);
1333
- export const zSetDefaultPaymentMethodPath = z.object({
1334
- paymentMethodId: z.string()
1471
+ export const zCreateUserResponse = zUser;
1472
+ export const zDeleteUserPath = z.object({
1473
+ user_id: z.string()
1335
1474
  });
1336
1475
  /**
1337
- * Default payment method updated.
1476
+ * User profile information
1338
1477
  */
1339
- export const zSetDefaultPaymentMethodResponse = z.void();
1340
- export const zDeletePaymentMethodPath = z.object({
1341
- paymentMethodId: z.string()
1478
+ export const zDeleteUserResponse = zUser;
1479
+ export const zGetUserPath = z.object({
1480
+ user_id: z.string()
1342
1481
  });
1343
1482
  /**
1344
- * Payment method deleted.
1345
- */
1346
- export const zDeletePaymentMethodResponse = z.void();
1347
- /**
1348
- * An array of usage records.
1483
+ * User profile information
1349
1484
  */
1350
- export const zListInvoicesResponse = z.array(zInvoice);
1485
+ export const zGetUserResponse = zUser;
1486
+ export const zUpdateUserBody = zUserUpdateInput;
1487
+ export const zUpdateUserPath = z.object({
1488
+ user_id: z.string()
1489
+ });
1351
1490
  /**
1352
- * Returns a single object containing organization contact and billing address details.
1491
+ * Successfully created. Returns created user details.
1353
1492
  */
1354
- export const zGetContactResponse = zBillingContact;
1355
- export const zUpdateContactBody = zBillingContact;
1493
+ export const zUpdateUserResponse = zUser;
1356
1494
  /**
1357
- * Successfully updated. Returns updated organization details.
1495
+ * Returns a list of access token details with masked secrets.
1358
1496
  */
1359
- export const zUpdateContactResponse = zBillingContact;
1497
+ export const zListTokensResponse = z.array(zToken);
1498
+ export const zCreateTokenBody = zTokenCreateInput;
1360
1499
  /**
1361
- * An array of the applied promotional credits records.
1500
+ * Successfully created. Returns created token details with unmasked/raw secret.
1362
1501
  */
1363
- export const zGetCreditsResponse = z.array(zBillingCredits);
1364
- export const zRedeemCreditsBody = z.object({
1365
- code: z.string().optional()
1502
+ export const zCreateTokenResponse = zToken;
1503
+ export const zDeleteTokenPath = z.object({
1504
+ token_id: z.string()
1366
1505
  });
1367
- export const zListChartsPath = z.object({
1368
- cluster_id: z.string()
1506
+ export const zGetTokenPath = z.object({
1507
+ token_id: z.string()
1369
1508
  });
1370
1509
  /**
1371
- * An array of charts
1510
+ * Returns access token details with masked secret.
1372
1511
  */
1373
- export const zListChartsResponse = z.array(zChart);
1374
- export const zCreateChartBody = zChartCreateInput;
1375
- export const zCreateChartPath = z.object({
1376
- cluster_id: z.string()
1512
+ export const zGetTokenResponse = zToken;
1513
+ export const zUpdateTokenBody = zTokenUpdateInput;
1514
+ export const zUpdateTokenPath = z.object({
1515
+ token_id: z.string()
1377
1516
  });
1378
1517
  /**
1379
- * Successfully created. Returns created Chart ID.
1518
+ * Successfully updated. Returns updated token details with masked secret.
1380
1519
  */
1381
- export const zCreateChartResponse = z.string();
1382
- export const zDeleteChartPath = z.object({
1383
- cluster_id: z.string(),
1384
- chart_name: z.string()
1520
+ export const zUpdateTokenResponse = zToken;
1521
+ export const zRegenerateTokenPath = z.object({
1522
+ token_id: z.string()
1385
1523
  });
1386
1524
  /**
1387
- * Successfully deleted.
1525
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
1388
1526
  */
1389
- export const zDeleteChartResponse = z.string();
1390
- export const zGetChartPath = z.object({
1391
- cluster_id: z.string(),
1392
- chart_name: z.string()
1393
- });
1527
+ export const zRegenerateTokenResponse = zToken;
1394
1528
  /**
1395
- * Returns a single object containing chart details.
1529
+ * An array of tickets for the organization, newest first.
1396
1530
  */
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()
1531
+ export const zListTicketsResponse = z.array(zTicket);
1532
+ export const zCreateTicketBody = z.object({
1533
+ payload: z.string().optional(),
1534
+ attachments: z.array(z.string()).optional()
1402
1535
  });
1403
1536
  /**
1404
- * Successfully updated.
1537
+ * Ticket created.
1405
1538
  */
1406
- export const zUpdateChartResponse = z.string();
1407
- export const zListFleetsPath = z.object({
1408
- cluster_id: z.string()
1539
+ export const zCreateTicketResponse = zTicket;
1540
+ export const zCloseTicketPath = z.object({
1541
+ ticket_id: z.string()
1409
1542
  });
1410
1543
  /**
1411
- * An array of fleets
1544
+ * Ticket closed.
1412
1545
  */
1413
- export const zListFleetsResponse = z.array(zFleet);
1414
- export const zCreateFleetBody = zFleetCreateInput;
1415
- export const zCreateFleetPath = z.object({
1416
- cluster_id: z.string()
1546
+ export const zCloseTicketResponse = zTicket;
1547
+ export const zGetTicketPath = z.object({
1548
+ ticket_id: z.string()
1417
1549
  });
1418
1550
  /**
1419
- * Successfully created. Returns created Fleet ID.
1551
+ * Ticket with messages (internal notes excluded).
1420
1552
  */
1421
- export const zCreateFleetResponse = z.string();
1422
- export const zDeleteFleetPath = z.object({
1423
- cluster_id: z.string(),
1424
- fleet_name: z.string()
1553
+ export const zGetTicketResponse = zTicket;
1554
+ export const zReplyTicketBody = z.object({
1555
+ payload: z.string().optional(),
1556
+ attachments: z.array(z.string()).optional()
1557
+ });
1558
+ export const zReplyTicketPath = z.object({
1559
+ ticket_id: z.string()
1425
1560
  });
1426
1561
  /**
1427
- * Successfully deleted.
1562
+ * Reply appended.
1428
1563
  */
1429
- export const zDeleteFleetResponse = z.string();
1430
- export const zGetFleetPath = z.object({
1431
- cluster_id: z.string(),
1432
- fleet_name: z.string()
1564
+ export const zReplyTicketResponse = zTicketMessage;
1565
+ export const zGetTicketAttachmentPath = z.object({
1566
+ ticket_id: z.string(),
1567
+ attachment_id: z.string()
1433
1568
  });
1434
1569
  /**
1435
- * Returns a single object containing fleet details.
1570
+ * Attachment binary stream.
1436
1571
  */
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()
1572
+ export const zGetTicketAttachmentResponse = z.string();
1573
+ /**
1574
+ * List of repositories
1575
+ */
1576
+ export const zListRepositoriesResponse = z.array(zRegistryRepository);
1577
+ export const zListTagsPath = z.object({
1578
+ region: z.string(),
1579
+ repository: z.string()
1442
1580
  });
1443
1581
  /**
1444
- * Successfully updated.
1582
+ * Repository with tags
1445
1583
  */
1446
- export const zUpdateFleetResponse = z.string();
1447
- export const zQueryClusterPath = z.object({
1448
- cluster_id: z.string()
1584
+ export const zListTagsResponse = zRegistryRepositoryWithTags;
1585
+ export const zDeleteTagPath = z.object({
1586
+ region: z.string(),
1587
+ repository: z.string(),
1588
+ tag: z.string()
1589
+ });
1590
+ export const zGetTagPath = z.object({
1591
+ region: z.string(),
1592
+ repository: z.string(),
1593
+ tag: z.string()
1449
1594
  });
1450
1595
  /**
1451
- * An array of clusters
1596
+ * Tag details
1452
1597
  */
1453
- export const zListClustersResponse = z.array(zCluster);
1454
- export const zCreateClusterBody = zClusterCreateInput;
1598
+ export const zGetTagResponse = zRegistryTag;
1455
1599
  /**
1456
- * Successfully created. Returns created Cluster ID.
1600
+ * Returns a single object containing organization details.
1457
1601
  */
1458
- export const zCreateClusterResponse = z.string();
1459
- export const zDeleteClusterPath = z.object({
1460
- cluster_id: z.string()
1461
- });
1602
+ export const zGetOrganizationResponse = zOrganization;
1603
+ export const zCreateOrganizationBody = zOrganizationCreateInput;
1462
1604
  /**
1463
- * Successfully deleted. The cluster has been torn down.
1605
+ * Organization signup accepted. Returns the generated organization id immediately; provisioning (billing, Keycloak realm, user) continues asynchronously in the background.
1606
+ *
1464
1607
  */
1465
- export const zDeleteClusterResponse = z.string();
1466
- export const zGetClusterPath = z.object({
1467
- cluster_id: z.string()
1468
- });
1608
+ export const zCreateOrganizationResponse = zOrganizationCreateOutput;
1469
1609
  /**
1470
- * Returns a single object containing cluster details.
1610
+ * Returns the current consent status.
1471
1611
  */
1472
- export const zGetClusterResponse = zCluster;
1473
- export const zUpdateClusterBody = zClusterUpdateInput;
1474
- export const zUpdateClusterPath = z.object({
1475
- cluster_id: z.string()
1476
- });
1612
+ export const zGetBasicPriceConsentResponse = zBasicPriceConsent;
1613
+ export const zSetBasicPriceConsentBody = zBasicPriceConsentInput;
1477
1614
  /**
1478
- * Successfully updated. Returns updated cluster details.
1615
+ * Decision recorded. Returns the updated consent status.
1479
1616
  */
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;
1617
+ export const zSetBasicPriceConsentResponse = zBasicPriceConsent;
1522
1618
  /**
1523
1619
  * JSON-RPC 2.0 request payload
1524
1620
  */
@@ -1547,159 +1643,214 @@ export const zPostMcpResponse = z.object({
1547
1643
  }).optional()
1548
1644
  });
1549
1645
  /**
1550
- * Returns a single object containing organization details.
1646
+ * An array of chart listings in the marketplace.
1551
1647
  */
1552
- export const zGetOrganizationResponse = zOrganization;
1553
- export const zCreateOrganizationBody = zOrganizationCreateInput;
1648
+ export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
1649
+ export const zGetMarketplaceChartFilesPath = z.object({
1650
+ chart_name: z.string(),
1651
+ version_channel: z.string()
1652
+ });
1554
1653
  /**
1555
- * Organization signup accepted. Returns the generated organization id immediately; provisioning (billing, Keycloak realm, user) continues asynchronously in the background.
1556
- *
1654
+ * Returns an object containing the chart files for the latest matching version.
1557
1655
  */
1558
- export const zCreateOrganizationResponse = zOrganizationCreateOutput;
1656
+ export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
1559
1657
  /**
1560
- * List of repositories
1658
+ * An array of invites
1561
1659
  */
1562
- export const zListRepositoriesResponse = z.array(zRegistryRepository);
1563
- export const zListTagsPath = z.object({
1564
- region: z.string(),
1565
- repository: z.string()
1660
+ export const zListInvitesResponse = z.array(zInvite);
1661
+ export const zCreateInviteBody = zInviteCreateInput;
1662
+ /**
1663
+ * Successfully created. Returns created invite details.
1664
+ */
1665
+ export const zCreateInviteResponse = zInvite;
1666
+ export const zGetInvitePath = z.object({
1667
+ code: z.string()
1566
1668
  });
1567
1669
  /**
1568
- * Repository with tags
1670
+ * The invitation code is valid. Returns the invited email and organization.
1569
1671
  */
1570
- export const zListTagsResponse = zRegistryRepositoryWithTags;
1571
- export const zDeleteTagPath = z.object({
1572
- region: z.string(),
1573
- repository: z.string(),
1574
- tag: z.string()
1672
+ export const zGetInviteResponse = z.object({
1673
+ email: z.email().optional(),
1674
+ organization_id: z.string().optional()
1575
1675
  });
1576
- export const zGetTagPath = z.object({
1577
- region: z.string(),
1578
- repository: z.string(),
1579
- tag: z.string()
1676
+ export const zDeleteInvitePath = z.object({
1677
+ email: z.email()
1678
+ });
1679
+ export const zQueryClusterPath = z.object({
1680
+ cluster_id: z.string()
1681
+ });
1682
+ export const zListFleetsPath = z.object({
1683
+ cluster_id: z.string()
1580
1684
  });
1581
1685
  /**
1582
- * Tag details
1686
+ * An array of fleets
1583
1687
  */
1584
- export const zGetTagResponse = zRegistryTag;
1688
+ export const zListFleetsResponse = z.array(zFleet);
1689
+ export const zCreateFleetBody = zFleetCreateInput;
1690
+ export const zCreateFleetPath = z.object({
1691
+ cluster_id: z.string()
1692
+ });
1585
1693
  /**
1586
- * Tickets for the organization.
1694
+ * Successfully created. Returns created Fleet ID.
1587
1695
  */
1588
- export const zListTicketsResponse = zTicketListResponse;
1589
- export const zCreateTicketBody = z.object({
1590
- payload: z.string().optional(),
1591
- attachments: z.array(z.string()).optional()
1696
+ export const zCreateFleetResponse = z.string();
1697
+ export const zDeleteFleetPath = z.object({
1698
+ cluster_id: z.string(),
1699
+ fleet_name: z.string()
1592
1700
  });
1593
1701
  /**
1594
- * Ticket created.
1702
+ * Successfully deleted.
1595
1703
  */
1596
- export const zCreateTicketResponse = zTicket;
1597
- export const zCloseTicketPath = z.object({
1598
- ticket_id: z.string()
1704
+ export const zDeleteFleetResponse = z.string();
1705
+ export const zGetFleetPath = z.object({
1706
+ cluster_id: z.string(),
1707
+ fleet_name: z.string()
1599
1708
  });
1600
1709
  /**
1601
- * Ticket closed.
1710
+ * Returns a single object containing fleet details.
1602
1711
  */
1603
- export const zCloseTicketResponse = zTicket;
1604
- export const zGetTicketPath = z.object({
1605
- ticket_id: z.string()
1712
+ export const zGetFleetResponse = zFleet;
1713
+ export const zUpdateFleetBody = zFleetUpdateInput;
1714
+ export const zUpdateFleetPath = z.object({
1715
+ cluster_id: z.string(),
1716
+ fleet_name: z.string()
1606
1717
  });
1607
1718
  /**
1608
- * Ticket with messages (internal notes excluded).
1719
+ * Successfully updated.
1609
1720
  */
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()
1721
+ export const zUpdateFleetResponse = z.string();
1722
+ export const zListChartsPath = z.object({
1723
+ cluster_id: z.string()
1617
1724
  });
1618
1725
  /**
1619
- * Reply appended.
1726
+ * An array of charts
1620
1727
  */
1621
- export const zReplyTicketResponse = zTicketMessage;
1622
- export const zGetTicketAttachmentPath = z.object({
1623
- ticket_id: z.string(),
1624
- attachment_id: z.string()
1728
+ export const zListChartsResponse = z.array(zChart);
1729
+ export const zCreateChartBody = zChartCreateInput;
1730
+ export const zCreateChartPath = z.object({
1731
+ cluster_id: z.string()
1625
1732
  });
1626
1733
  /**
1627
- * Attachment binary stream.
1734
+ * Successfully created. Returns created Chart ID.
1628
1735
  */
1629
- export const zGetTicketAttachmentResponse = z.string();
1736
+ export const zCreateChartResponse = z.string();
1737
+ export const zDeleteChartPath = z.object({
1738
+ cluster_id: z.string(),
1739
+ chart_name: z.string()
1740
+ });
1630
1741
  /**
1631
- * Returns a list of access token details with masked secrets.
1742
+ * Successfully deleted.
1632
1743
  */
1633
- export const zListTokensResponse = z.array(zToken);
1634
- export const zCreateTokenBody = zTokenCreateInput;
1744
+ export const zDeleteChartResponse = z.string();
1745
+ export const zGetChartPath = z.object({
1746
+ cluster_id: z.string(),
1747
+ chart_name: z.string()
1748
+ });
1635
1749
  /**
1636
- * Successfully created. Returns created token details with unmasked/raw secret.
1750
+ * Returns a single object containing chart details.
1637
1751
  */
1638
- export const zCreateTokenResponse = zToken;
1639
- export const zDeleteTokenPath = z.object({
1640
- token_id: z.string()
1752
+ export const zGetChartResponse = zChart;
1753
+ export const zUpdateChartBody = zChartUpdateInput;
1754
+ export const zUpdateChartPath = z.object({
1755
+ cluster_id: z.string(),
1756
+ chart_name: z.string()
1641
1757
  });
1642
- export const zGetTokenPath = z.object({
1643
- token_id: z.string()
1758
+ /**
1759
+ * Successfully updated.
1760
+ */
1761
+ export const zUpdateChartResponse = z.string();
1762
+ /**
1763
+ * An array of clusters
1764
+ */
1765
+ export const zListClustersResponse = z.array(zCluster);
1766
+ export const zCreateClusterBody = zClusterCreateInput;
1767
+ /**
1768
+ * Successfully created. Returns created Cluster ID.
1769
+ */
1770
+ export const zCreateClusterResponse = z.string();
1771
+ export const zDeleteClusterPath = z.object({
1772
+ cluster_id: z.string()
1644
1773
  });
1645
1774
  /**
1646
- * Returns access token details with masked secret.
1775
+ * Successfully deleted. The cluster has been torn down.
1647
1776
  */
1648
- export const zGetTokenResponse = zToken;
1649
- export const zUpdateTokenBody = zTokenUpdateInput;
1650
- export const zUpdateTokenPath = z.object({
1651
- token_id: z.string()
1777
+ export const zDeleteClusterResponse = z.string();
1778
+ export const zGetClusterPath = z.object({
1779
+ cluster_id: z.string()
1652
1780
  });
1653
1781
  /**
1654
- * Successfully updated. Returns updated token details with masked secret.
1782
+ * Returns a single object containing cluster details.
1655
1783
  */
1656
- export const zUpdateTokenResponse = zToken;
1657
- export const zRegenerateTokenPath = z.object({
1658
- token_id: z.string()
1784
+ export const zGetClusterResponse = zCluster;
1785
+ export const zUpdateClusterBody = zClusterUpdateInput;
1786
+ export const zUpdateClusterPath = z.object({
1787
+ cluster_id: z.string()
1659
1788
  });
1660
1789
  /**
1661
- * Successfully updated. Returns updated token details with unmasked / raw secret.
1790
+ * Successfully updated. Returns updated cluster details.
1662
1791
  */
1663
- export const zRegenerateTokenResponse = zToken;
1664
- export const zListUserOrganizationsPath = z.object({
1665
- email: z.string()
1792
+ export const zUpdateClusterResponse = zCluster;
1793
+ export const zGetJoinInformationPath = z.object({
1794
+ cluster_id: z.string()
1666
1795
  });
1667
1796
  /**
1668
- * An array of organizations the user belongs to.
1797
+ * An object of cluster join information
1669
1798
  */
1670
- export const zListUserOrganizationsResponse = z.array(z.object({
1671
- realm: z.string().optional(),
1672
- displayName: z.string().optional()
1673
- }));
1799
+ export const zGetJoinInformationResponse = zClusterJoinInformation;
1800
+ export const zGetUsageQuery = z.object({
1801
+ granularity: z.enum([
1802
+ 'hourly',
1803
+ 'daily',
1804
+ 'monthly'
1805
+ ]).optional().default('daily')
1806
+ });
1674
1807
  /**
1675
- * An array of users
1808
+ * Usage data with facets for filtering
1676
1809
  */
1677
- export const zListUsersResponse = z.array(zUser);
1678
- export const zCreateUserBody = zUserCreateInput;
1810
+ export const zGetUsageResponse = zUsageResponse;
1679
1811
  /**
1680
- * Successfully created. Returns created user details.
1812
+ * The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
1813
+ *
1681
1814
  */
1682
- export const zCreateUserResponse = zUser;
1683
- export const zDeleteUserPath = z.object({
1684
- user_id: z.string()
1815
+ export const zGetPaymentMethodSecretResponse = z.object({
1816
+ id: z.string().optional()
1685
1817
  });
1686
1818
  /**
1687
- * User profile information
1819
+ * An array of payment methods.
1688
1820
  */
1689
- export const zDeleteUserResponse = zUser;
1690
- export const zGetUserPath = z.object({
1691
- user_id: z.string()
1821
+ export const zListPaymentMethodsResponse = z.array(zPaymentMethod);
1822
+ export const zSetDefaultPaymentMethodPath = z.object({
1823
+ paymentMethodId: z.string()
1692
1824
  });
1693
1825
  /**
1694
- * User profile information
1826
+ * Default payment method updated.
1695
1827
  */
1696
- export const zGetUserResponse = zUser;
1697
- export const zUpdateUserBody = zUserUpdateInput;
1698
- export const zUpdateUserPath = z.object({
1699
- user_id: z.string()
1828
+ export const zSetDefaultPaymentMethodResponse = z.void();
1829
+ export const zDeletePaymentMethodPath = z.object({
1830
+ paymentMethodId: z.string()
1700
1831
  });
1701
1832
  /**
1702
- * Successfully created. Returns created user details.
1833
+ * Payment method deleted.
1703
1834
  */
1704
- export const zUpdateUserResponse = zUser;
1835
+ export const zDeletePaymentMethodResponse = z.void();
1836
+ /**
1837
+ * An array of usage records.
1838
+ */
1839
+ export const zListInvoicesResponse = z.array(zInvoice);
1840
+ /**
1841
+ * Returns a single object containing organization contact and billing address details.
1842
+ */
1843
+ export const zGetContactResponse = zBillingContact;
1844
+ export const zUpdateContactBody = zBillingContact;
1845
+ /**
1846
+ * Successfully updated. Returns updated organization details.
1847
+ */
1848
+ export const zUpdateContactResponse = zBillingContact;
1849
+ /**
1850
+ * An array of the applied promotional credits records.
1851
+ */
1852
+ export const zGetCreditsResponse = z.array(zBillingCredits);
1853
+ export const zRedeemCreditsBody = z.object({
1854
+ code: z.string().optional()
1855
+ });
1705
1856
  //# sourceMappingURL=zod.gen.js.map