@cloudfleet/sdk 0.0.1-ed50a15 → 0.0.1-f018175

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