@cloudfleet/sdk 0.0.1-22fefe4 → 0.0.1-253c998

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 (87) hide show
  1. package/dist/@tanstack/react-query.gen.d.ts +1048 -0
  2. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  3. package/dist/@tanstack/react-query.gen.js +1040 -0
  4. package/dist/@tanstack/react-query.gen.js.map +1 -0
  5. package/dist/client/client.gen.d.ts +3 -0
  6. package/dist/client/client.gen.d.ts.map +1 -0
  7. package/dist/client/client.gen.js +220 -0
  8. package/dist/client/client.gen.js.map +1 -0
  9. package/dist/client/index.d.ts +9 -0
  10. package/dist/client/index.d.ts.map +1 -0
  11. package/dist/client/index.js +7 -0
  12. package/dist/client/index.js.map +1 -0
  13. package/dist/client/types.gen.d.ts +121 -0
  14. package/dist/client/types.gen.d.ts.map +1 -0
  15. package/dist/client/types.gen.js +3 -0
  16. package/dist/client/types.gen.js.map +1 -0
  17. package/dist/client/utils.gen.d.ts +38 -0
  18. package/dist/client/utils.gen.d.ts.map +1 -0
  19. package/dist/client/utils.gen.js +229 -0
  20. package/dist/client/utils.gen.js.map +1 -0
  21. package/dist/client.gen.d.ts +13 -0
  22. package/dist/client.gen.d.ts.map +1 -0
  23. package/dist/client.gen.js +4 -0
  24. package/dist/client.gen.js.map +1 -0
  25. package/dist/core/auth.gen.d.ts +19 -0
  26. package/dist/core/auth.gen.d.ts.map +1 -0
  27. package/dist/core/auth.gen.js +15 -0
  28. package/dist/core/auth.gen.js.map +1 -0
  29. package/dist/core/bodySerializer.gen.d.ts +26 -0
  30. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  31. package/dist/core/bodySerializer.gen.js +58 -0
  32. package/dist/core/bodySerializer.gen.js.map +1 -0
  33. package/dist/core/params.gen.d.ts +44 -0
  34. package/dist/core/params.gen.d.ts.map +1 -0
  35. package/dist/core/params.gen.js +101 -0
  36. package/dist/core/params.gen.js.map +1 -0
  37. package/dist/core/pathSerializer.gen.d.ts +34 -0
  38. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  39. package/dist/core/pathSerializer.gen.js +107 -0
  40. package/dist/core/pathSerializer.gen.js.map +1 -0
  41. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  42. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  43. package/dist/core/queryKeySerializer.gen.js +93 -0
  44. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  45. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  46. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  47. package/dist/core/serverSentEvents.gen.js +133 -0
  48. package/dist/core/serverSentEvents.gen.js.map +1 -0
  49. package/dist/core/types.gen.d.ts +79 -0
  50. package/dist/core/types.gen.d.ts.map +1 -0
  51. package/dist/core/types.gen.js +3 -0
  52. package/dist/core/types.gen.js.map +1 -0
  53. package/dist/core/utils.gen.d.ts +20 -0
  54. package/dist/core/utils.gen.d.ts.map +1 -0
  55. package/dist/core/utils.gen.js +88 -0
  56. package/dist/core/utils.gen.js.map +1 -0
  57. package/dist/index.d.ts +3 -0
  58. package/dist/index.d.ts.map +1 -1
  59. package/dist/index.js +3 -0
  60. package/dist/index.js.map +1 -1
  61. package/dist/schemas.gen.d.ts +935 -985
  62. package/dist/schemas.gen.d.ts.map +1 -1
  63. package/dist/schemas.gen.js +1472 -1089
  64. package/dist/schemas.gen.js.map +1 -1
  65. package/dist/sdk.gen.d.ts +227 -142
  66. package/dist/sdk.gen.d.ts.map +1 -1
  67. package/dist/sdk.gen.js +284 -223
  68. package/dist/sdk.gen.js.map +1 -1
  69. package/dist/services/kubernetes/api.d.ts +196 -0
  70. package/dist/services/kubernetes/api.d.ts.map +1 -0
  71. package/dist/services/kubernetes/api.js +140 -0
  72. package/dist/services/kubernetes/api.js.map +1 -0
  73. package/dist/services/kubernetes/index.d.ts +44 -0
  74. package/dist/services/kubernetes/index.d.ts.map +1 -0
  75. package/dist/services/kubernetes/index.js +68 -0
  76. package/dist/services/kubernetes/index.js.map +1 -0
  77. package/dist/services/kubernetes/types.d.ts +1335 -0
  78. package/dist/services/kubernetes/types.d.ts.map +1 -0
  79. package/dist/services/kubernetes/types.js +2 -0
  80. package/dist/services/kubernetes/types.js.map +1 -0
  81. package/dist/types.gen.d.ts +965 -939
  82. package/dist/types.gen.d.ts.map +1 -1
  83. package/dist/zod.gen.d.ts +1709 -2855
  84. package/dist/zod.gen.d.ts.map +1 -1
  85. package/dist/zod.gen.js +692 -866
  86. package/dist/zod.gen.js.map +1 -1
  87. package/package.json +31 -5
package/dist/zod.gen.js CHANGED
@@ -1,26 +1,223 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
- import { z } from 'zod';
2
+ import * as z from 'zod';
3
+ export const zBillingContact = z.object({
4
+ company: z.string().min(2).max(120).regex(/^(?!\s)(?!.*\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$/).optional(),
5
+ address1: z.string().optional(),
6
+ address2: z.string().optional(),
7
+ postalCode: z.string().optional(),
8
+ city: z.string().optional(),
9
+ state: z.string().optional(),
10
+ country: z.string().optional(),
11
+ phone: z.string().optional(),
12
+ email: z.email(),
13
+ individual_name: z.string(),
14
+ tax_id: z.string().optional(),
15
+ tax_id_type: z.enum([
16
+ 'ad_nrt',
17
+ 'ae_trn',
18
+ 'al_tin',
19
+ 'am_tin',
20
+ 'ao_tin',
21
+ 'ar_cuit',
22
+ 'at_vat',
23
+ 'au_abn',
24
+ 'au_arn',
25
+ 'ba_tin',
26
+ 'bb_tin',
27
+ 'be_vat',
28
+ 'bg_uic',
29
+ 'bg_vat',
30
+ 'bh_vat',
31
+ 'bo_tin',
32
+ 'br_cnpj',
33
+ 'br_cpf',
34
+ 'bs_tin',
35
+ 'by_tin',
36
+ 'ca_bn',
37
+ 'ca_gst_hst',
38
+ 'ca_pst_bc',
39
+ 'ca_pst_mb',
40
+ 'ca_pst_sk',
41
+ 'ca_qst',
42
+ 'cd_nif',
43
+ 'ch_uid',
44
+ 'ch_vat',
45
+ 'cl_tin',
46
+ 'cn_tin',
47
+ 'co_nit',
48
+ 'cr_tin',
49
+ 'cy_vat',
50
+ 'cz_vat',
51
+ 'de_stn',
52
+ 'de_vat',
53
+ 'dk_vat',
54
+ 'do_rcn',
55
+ 'ec_ruc',
56
+ 'ee_vat',
57
+ 'eg_tin',
58
+ 'es_cif',
59
+ 'es_vat',
60
+ 'eu_oss_vat',
61
+ 'fi_vat',
62
+ 'fr_vat',
63
+ 'gb_vat',
64
+ 'ge_vat',
65
+ 'gn_nif',
66
+ 'gr_vat',
67
+ 'hk_br',
68
+ 'hr_oib',
69
+ 'hr_vat',
70
+ 'hu_tin',
71
+ 'hu_vat',
72
+ 'id_npwp',
73
+ 'ie_vat',
74
+ 'il_vat',
75
+ 'in_gst',
76
+ 'is_vat',
77
+ 'it_vat',
78
+ 'jp_cn',
79
+ 'jp_rn',
80
+ 'jp_trn',
81
+ 'ke_pin',
82
+ 'kh_tin',
83
+ 'kr_brn',
84
+ 'kz_bin',
85
+ 'li_uid',
86
+ 'li_vat',
87
+ 'lt_vat',
88
+ 'lu_vat',
89
+ 'lv_vat',
90
+ 'ma_vat',
91
+ 'md_vat',
92
+ 'me_pib',
93
+ 'mk_vat',
94
+ 'mr_nif',
95
+ 'mt_vat',
96
+ 'mx_rfc',
97
+ 'my_frp',
98
+ 'my_itn',
99
+ 'my_sst',
100
+ 'ng_tin',
101
+ 'nl_vat',
102
+ 'no_vat',
103
+ 'no_voec',
104
+ 'np_pan',
105
+ 'nz_gst',
106
+ 'om_vat',
107
+ 'pe_ruc',
108
+ 'ph_tin',
109
+ 'pl_vat',
110
+ 'pt_vat',
111
+ 'ro_tin',
112
+ 'ro_vat',
113
+ 'rs_pib',
114
+ 'ru_inn',
115
+ 'ru_kpp',
116
+ 'sa_vat',
117
+ 'se_vat',
118
+ 'sg_gst',
119
+ 'sg_uen',
120
+ 'si_tin',
121
+ 'si_vat',
122
+ 'sk_vat',
123
+ 'sn_ninea',
124
+ 'sr_fin',
125
+ 'sv_nit',
126
+ 'th_vat',
127
+ 'tj_tin',
128
+ 'tr_tin',
129
+ 'tw_vat',
130
+ 'tz_vat',
131
+ 'ua_vat',
132
+ 'ug_tin',
133
+ 'us_ein',
134
+ 'uy_ruc',
135
+ 'uz_tin',
136
+ 'uz_vat',
137
+ 've_rif',
138
+ 'vn_tin',
139
+ 'xi_vat',
140
+ 'za_vat',
141
+ 'zm_tin',
142
+ 'zw_tin',
143
+ ''
144
+ ]).optional()
145
+ });
146
+ export const zBillingCredits = z.object({
147
+ id: z.string().optional(),
148
+ type: z.enum(['credit', 'discount']),
149
+ date_start: z.iso.datetime(),
150
+ date_end: z.iso.datetime().optional(),
151
+ code: z.string(),
152
+ description: z.string().optional(),
153
+ value_total: z.number(),
154
+ value_remaining: z.number().optional()
155
+ });
156
+ export const zChartCreateInput = z.object({
157
+ values: z.string(),
158
+ 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-]+)*))?$/),
159
+ name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
160
+ namespace: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
161
+ chart: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
162
+ });
163
+ export const zChart = z.object({
164
+ values: z.string(),
165
+ 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-]+)*))?$/),
166
+ name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
167
+ namespace: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
168
+ chart: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
169
+ status: z.enum([
170
+ 'InstallSucceeded',
171
+ 'InstallFailed',
172
+ 'UpgradeSucceeded',
173
+ 'UpgradeFailed',
174
+ 'TestSucceeded',
175
+ 'TestFailed',
176
+ 'RollbackSucceeded',
177
+ 'RollbackFailed',
178
+ 'UninstallSucceeded',
179
+ 'UninstallFailed',
180
+ 'ArtifactFailed',
181
+ 'DependencyNotReady',
182
+ 'Progressing',
183
+ 'SourceNotReady'
184
+ ]),
185
+ version_current: z.string(),
186
+ created_at: z.string(),
187
+ updated_at: z.string(),
188
+ ready: z.boolean()
189
+ });
190
+ export const zChartUpdateInput = z.object({
191
+ values: z.string(),
192
+ 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-]+)*))?$/)
193
+ });
3
194
  export const zClusterCreateInput = z.object({
4
195
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
196
+ tier: z.enum(['basic', 'pro']),
5
197
  region: z.enum([
6
- 'staging',
7
- 'northamerica-central-1'
8
- ]).optional(),
9
- tier: z.enum([
10
- 'basic',
11
- 'pro'
12
- ]),
13
- 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')
198
+ 'staging-1a',
199
+ 'northamerica-central-1',
200
+ 'europe-central-1a',
201
+ 'northamerica-central-1a'
202
+ ]).optional().default('staging-1a'),
203
+ version_channel: z.enum([
204
+ '1.x.x-cfke.x',
205
+ '1.31.x-cfke.x',
206
+ '1.32.x-cfke.x',
207
+ '1.33.x-cfke.x'
208
+ ]).optional().default('1.x.x-cfke.x')
14
209
  });
15
210
  export const zClusterJoinInformation = z.object({
16
211
  certificate_authority: z.string(),
17
- endpoint: z.string().url(),
212
+ endpoint: z.url(),
213
+ cluster_dns: z.string(),
18
214
  auth_key: z.string(),
19
215
  bootstrap_token: z.string(),
20
216
  versions: z.object({
21
217
  kubernetes: z.string(),
22
218
  tailscale: z.string(),
23
- containerd: z.string()
219
+ containerd: z.string(),
220
+ nvidia_driver: z.string()
24
221
  }),
25
222
  third_party_api_access_config: z.object({
26
223
  metadata_url: z.string(),
@@ -30,18 +227,17 @@ export const zClusterJoinInformation = z.object({
30
227
  });
31
228
  export const zCluster = z.object({
32
229
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
230
+ tier: z.enum(['basic', 'pro']),
33
231
  region: z.enum([
34
- 'staging',
35
- 'northamerica-central-1'
36
- ]).optional(),
37
- tier: z.enum([
38
- 'basic',
39
- 'pro'
40
- ]),
41
- 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'),
42
- id: z.string().uuid(),
232
+ 'staging-1a',
233
+ 'northamerica-central-1',
234
+ 'europe-central-1a',
235
+ 'northamerica-central-1a'
236
+ ]).optional().default('staging-1a'),
237
+ id: z.uuid(),
43
238
  status: z.enum([
44
239
  'active',
240
+ 'disabled',
45
241
  'deleted',
46
242
  'creating',
47
243
  'deployed',
@@ -49,20 +245,20 @@ export const zCluster = z.object({
49
245
  'updating'
50
246
  ]),
51
247
  endpoint: z.union([
52
- z.string().url(),
53
- z.enum([
54
- ''
55
- ])
248
+ z.url(),
249
+ z.enum([''])
56
250
  ]).optional(),
57
251
  certificate_ca: z.string().optional(),
58
252
  version_current: z.string().optional(),
59
253
  created_at: z.string().optional(),
60
254
  updated_at: z.string().optional(),
61
- ready: z.boolean().optional()
255
+ ready: z.boolean().optional(),
256
+ 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()
62
257
  });
63
258
  export const zClusterUpdateInput = z.object({
64
259
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/).optional(),
65
- version_channel: z.string().regex(/^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$/).optional()
260
+ tier: z.enum(['basic', 'pro']),
261
+ 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()
66
262
  });
67
263
  export const zFleetCreateInput = z.object({
68
264
  limits: z.object({
@@ -72,25 +268,15 @@ export const zFleetCreateInput = z.object({
72
268
  enabled: z.boolean().optional().default(true),
73
269
  project: z.string()
74
270
  }).optional(),
75
- hetzner: z.union([
76
- z.object({
77
- enabled: z.boolean().optional().default(true),
78
- apiKey: z.string().optional()
79
- }),
80
- z.object({
81
- apiKey: z.string().optional(),
82
- enabled: z.boolean().optional().default(true)
83
- })
84
- ]).optional(),
271
+ hetzner: z.object({
272
+ enabled: z.boolean().optional().default(true),
273
+ apiKey: z.string()
274
+ }).optional(),
85
275
  aws: z.object({
86
276
  enabled: z.boolean().optional().default(true),
87
277
  controllerRoleArn: z.string()
88
278
  }).optional(),
89
- id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
90
- type: z.enum([
91
- 'managed',
92
- 'connected'
93
- ])
279
+ id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
94
280
  });
95
281
  export const zFleet = z.object({
96
282
  limits: z.object({
@@ -100,25 +286,15 @@ export const zFleet = z.object({
100
286
  enabled: z.boolean().optional().default(true),
101
287
  project: z.string()
102
288
  }).optional(),
103
- hetzner: z.union([
104
- z.object({
105
- enabled: z.boolean().optional().default(true),
106
- apiKey: z.string().optional()
107
- }),
108
- z.object({
109
- apiKey: z.string().optional(),
110
- enabled: z.boolean().optional().default(true)
111
- })
112
- ]).optional(),
289
+ hetzner: z.object({
290
+ enabled: z.boolean().optional().default(true),
291
+ apiKey: z.string()
292
+ }).optional(),
113
293
  aws: z.object({
114
294
  enabled: z.boolean().optional().default(true),
115
295
  controllerRoleArn: z.string()
116
296
  }).optional(),
117
- id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
118
- type: z.enum([
119
- 'managed',
120
- 'connected'
121
- ])
297
+ id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
122
298
  });
123
299
  export const zFleetUpdateInput = z.object({
124
300
  limits: z.object({
@@ -128,752 +304,97 @@ export const zFleetUpdateInput = z.object({
128
304
  enabled: z.boolean().optional().default(true),
129
305
  project: z.string()
130
306
  }).optional(),
131
- hetzner: z.union([
132
- z.object({
133
- enabled: z.boolean().optional().default(true),
134
- apiKey: z.string().optional()
135
- }),
136
- z.object({
137
- apiKey: z.string().optional(),
138
- enabled: z.boolean().optional().default(true)
139
- })
140
- ]).optional(),
307
+ hetzner: z.object({
308
+ enabled: z.boolean().optional().default(true),
309
+ apiKey: z.string()
310
+ }).optional(),
141
311
  aws: z.object({
142
312
  enabled: z.boolean().optional().default(true),
143
313
  controllerRoleArn: z.string()
144
314
  }).optional()
145
315
  });
146
- export const zInfrastructureFilter = z.object({
147
- version: z.unknown().optional(),
148
- provider: z.array(z.string()).optional(),
149
- region: z.array(z.string()).optional(),
150
- sub_region: z.array(z.string()).optional(),
151
- csp_region: z.array(z.string()).optional(),
152
- instance_type: z.array(z.string()).optional(),
153
- accelerator_name: z.array(z.string()).optional(),
154
- accelerator_manufacturer: z.array(z.string()).optional(),
155
- accelerator_count_min: z.number().int().gte(0).optional(),
156
- accelerator_count_max: z.number().int().gte(0).optional(),
157
- accelerator_memory_min: z.number().optional(),
158
- accelerator_memory_max: z.number().optional(),
159
- memory_min: z.number().int().gte(0).optional(),
160
- memory_max: z.number().int().gte(0).optional(),
161
- vcpu_min: z.number().int().gte(1).optional(),
162
- vcpu_max: z.number().int().gte(1).optional(),
163
- storage_total_min: z.number().gte(10).optional(),
164
- storage_total_max: z.number().gte(10).optional(),
165
- storage_local_min: z.number().optional(),
166
- storage_local_max: z.number().optional(),
167
- price_min: z.number().optional(),
168
- price_max: z.number().optional()
169
- });
170
- export const zInfrastructureInstance = z.object({
171
- sku: z.string(),
172
- provider: z.string(),
173
- region: z.string(),
174
- sub_region: z.string(),
175
- csp_region: z.string(),
176
- csp_zone: z.string(),
177
- instance_type: z.string(),
178
- architecture: z.string(),
179
- os: z.string(),
180
- vcpu: z.number().gte(1),
181
- memory: z.number().gte(1),
182
- local_storage: z.number(),
183
- accelerator_name: z.string().optional(),
184
- accelerator_manufacturer: z.string().optional(),
185
- accelerator_count: z.number().int().optional(),
186
- accelerator_memory: z.number().optional(),
187
- pods_capacity: z.number().optional(),
188
- capacity_type: z.string().optional(),
189
- price: z.number(),
190
- available: z.boolean().optional()
191
- });
192
316
  export const zInvite = z.object({
193
317
  id: z.string().optional(),
194
- organization_id: z.string().uuid().optional(),
195
- date_created: z.string().datetime(),
196
- email: z.string().email().optional(),
318
+ organization_id: z.uuid().optional(),
319
+ date_created: z.iso.datetime(),
320
+ email: z.email().optional(),
197
321
  code: z.string().optional()
198
322
  });
199
323
  export const zInvoice = z.object({
200
- id: z.string().uuid().optional(),
201
- organizationId: z.string().uuid().optional(),
202
- status: z.enum([
203
- 'DRAFT',
204
- 'COMMITTED',
205
- 'VOID'
206
- ]).optional(),
207
- amount: z.number().optional(),
208
- currency: z.enum([
209
- 'AED',
210
- 'AFN',
211
- 'ALL',
212
- 'AMD',
213
- 'ANG',
214
- 'AOA',
215
- 'ARS',
216
- 'AUD',
217
- 'AWG',
218
- 'AZN',
219
- 'BAM',
220
- 'BBD',
221
- 'BDT',
222
- 'BGN',
223
- 'BHD',
224
- 'BIF',
225
- 'BMD',
226
- 'BND',
227
- 'BOB',
228
- 'BRL',
229
- 'BSD',
230
- 'BTN',
231
- 'BWP',
232
- 'BYR',
233
- 'BZD',
234
- 'CAD',
235
- 'CDF',
236
- 'CHF',
237
- 'CLP',
238
- 'CNY',
239
- 'COP',
240
- 'CRC',
241
- 'CUC',
242
- 'CUP',
243
- 'CVE',
244
- 'CZK',
245
- 'DJF',
246
- 'DKK',
247
- 'DOP',
248
- 'DZD',
249
- 'EGP',
250
- 'ERN',
251
- 'ETB',
252
- 'EUR',
253
- 'FJD',
254
- 'FKP',
255
- 'GBP',
256
- 'GEL',
257
- 'GGP',
258
- 'GHS',
259
- 'GIP',
260
- 'GMD',
261
- 'GNF',
262
- 'GTQ',
263
- 'GYD',
264
- 'HKD',
265
- 'HNL',
266
- 'HRK',
267
- 'HTG',
268
- 'HUF',
269
- 'IDR',
270
- 'ILS',
271
- 'IMP',
272
- 'INR',
273
- 'IQD',
274
- 'IRR',
275
- 'ISK',
276
- 'JEP',
277
- 'JMD',
278
- 'JOD',
279
- 'JPY',
280
- 'KES',
281
- 'KGS',
282
- 'KHR',
283
- 'KMF',
284
- 'KPW',
285
- 'KRW',
286
- 'KWD',
287
- 'KYD',
288
- 'KZT',
289
- 'LAK',
290
- 'LBP',
291
- 'LKR',
292
- 'LRD',
293
- 'LSL',
294
- 'LTL',
295
- 'LVL',
296
- 'LYD',
297
- 'MAD',
298
- 'MDL',
299
- 'MGA',
300
- 'MKD',
301
- 'MMK',
302
- 'MNT',
303
- 'MOP',
304
- 'MRO',
305
- 'MUR',
306
- 'MVR',
307
- 'MWK',
308
- 'MXN',
309
- 'MYR',
310
- 'MZN',
311
- 'NAD',
312
- 'NGN',
313
- 'NIO',
314
- 'NOK',
315
- 'NPR',
316
- 'NZD',
317
- 'OMR',
318
- 'PAB',
319
- 'PEN',
320
- 'PGK',
321
- 'PHP',
322
- 'PKR',
323
- 'PLN',
324
- 'PYG',
325
- 'QAR',
326
- 'RON',
327
- 'RSD',
328
- 'RUB',
329
- 'RWF',
330
- 'SAR',
331
- 'SBD',
332
- 'SCR',
333
- 'SDG',
334
- 'SEK',
335
- 'SGD',
336
- 'SHP',
337
- 'SLL',
338
- 'SOS',
339
- 'SPL',
340
- 'SRD',
341
- 'STD',
342
- 'SVC',
343
- 'SYP',
344
- 'SZL',
345
- 'THB',
346
- 'TJS',
347
- 'TMT',
348
- 'TND',
349
- 'TOP',
350
- 'TRY',
351
- 'TTD',
352
- 'TVD',
353
- 'TWD',
354
- 'TZS',
355
- 'UAH',
356
- 'UGX',
357
- 'USD',
358
- 'UYU',
359
- 'UZS',
360
- 'VEF',
361
- 'VND',
362
- 'VUV',
363
- 'WST',
364
- 'XAF',
365
- 'XCD',
366
- 'XDR',
367
- 'XOF',
368
- 'XPF',
369
- 'YER',
370
- 'ZAR',
371
- 'ZMW',
372
- 'ZWD',
373
- 'BTC'
374
- ]).optional(),
375
- creditAdj: z.number().optional(),
376
- refundAdj: z.number().optional(),
377
- invoiceDate: z.string().optional(),
378
- targetDate: z.string().optional(),
379
- invoiceNumber: z.string().optional(),
380
- balance: z.number().optional(),
381
- bundleKeys: z.string().optional(),
382
- credits: z.array(z.object({
383
- id: z.string().uuid().optional(),
384
- linkedInvoiceItemId: z.string().uuid().optional(),
385
- productName: z.string().optional(),
386
- planName: z.string().optional(),
387
- phaseName: z.string().optional(),
388
- usageName: z.string().optional(),
389
- prettyProductName: z.string().optional(),
390
- prettyPlanName: z.string().optional(),
391
- prettyPhaseName: z.string().optional(),
392
- prettyUsageName: z.string().optional(),
393
- itemType: z.enum([
394
- 'EXTERNAL_CHARGE',
395
- 'FIXED',
396
- 'RECURRING',
397
- 'REPAIR_ADJ',
398
- 'CBA_ADJ',
399
- 'CREDIT_ADJ',
400
- 'ITEM_ADJ',
401
- 'USAGE',
402
- 'TAX',
403
- 'PARENT_SUMMARY'
404
- ]).optional(),
405
- description: z.string().optional(),
406
- startDate: z.string().optional(),
407
- endDate: z.string().optional(),
408
- amount: z.number().optional(),
409
- rate: z.number().optional(),
410
- currency: z.enum([
411
- 'AED',
412
- 'AFN',
413
- 'ALL',
414
- 'AMD',
415
- 'ANG',
416
- 'AOA',
417
- 'ARS',
418
- 'AUD',
419
- 'AWG',
420
- 'AZN',
421
- 'BAM',
422
- 'BBD',
423
- 'BDT',
424
- 'BGN',
425
- 'BHD',
426
- 'BIF',
427
- 'BMD',
428
- 'BND',
429
- 'BOB',
430
- 'BRL',
431
- 'BSD',
432
- 'BTN',
433
- 'BWP',
434
- 'BYR',
435
- 'BZD',
436
- 'CAD',
437
- 'CDF',
438
- 'CHF',
439
- 'CLP',
440
- 'CNY',
441
- 'COP',
442
- 'CRC',
443
- 'CUC',
444
- 'CUP',
445
- 'CVE',
446
- 'CZK',
447
- 'DJF',
448
- 'DKK',
449
- 'DOP',
450
- 'DZD',
451
- 'EGP',
452
- 'ERN',
453
- 'ETB',
454
- 'EUR',
455
- 'FJD',
456
- 'FKP',
457
- 'GBP',
458
- 'GEL',
459
- 'GGP',
460
- 'GHS',
461
- 'GIP',
462
- 'GMD',
463
- 'GNF',
464
- 'GTQ',
465
- 'GYD',
466
- 'HKD',
467
- 'HNL',
468
- 'HRK',
469
- 'HTG',
470
- 'HUF',
471
- 'IDR',
472
- 'ILS',
473
- 'IMP',
474
- 'INR',
475
- 'IQD',
476
- 'IRR',
477
- 'ISK',
478
- 'JEP',
479
- 'JMD',
480
- 'JOD',
481
- 'JPY',
482
- 'KES',
483
- 'KGS',
484
- 'KHR',
485
- 'KMF',
486
- 'KPW',
487
- 'KRW',
488
- 'KWD',
489
- 'KYD',
490
- 'KZT',
491
- 'LAK',
492
- 'LBP',
493
- 'LKR',
494
- 'LRD',
495
- 'LSL',
496
- 'LTL',
497
- 'LVL',
498
- 'LYD',
499
- 'MAD',
500
- 'MDL',
501
- 'MGA',
502
- 'MKD',
503
- 'MMK',
504
- 'MNT',
505
- 'MOP',
506
- 'MRO',
507
- 'MUR',
508
- 'MVR',
509
- 'MWK',
510
- 'MXN',
511
- 'MYR',
512
- 'MZN',
513
- 'NAD',
514
- 'NGN',
515
- 'NIO',
516
- 'NOK',
517
- 'NPR',
518
- 'NZD',
519
- 'OMR',
520
- 'PAB',
521
- 'PEN',
522
- 'PGK',
523
- 'PHP',
524
- 'PKR',
525
- 'PLN',
526
- 'PYG',
527
- 'QAR',
528
- 'RON',
529
- 'RSD',
530
- 'RUB',
531
- 'RWF',
532
- 'SAR',
533
- 'SBD',
534
- 'SCR',
535
- 'SDG',
536
- 'SEK',
537
- 'SGD',
538
- 'SHP',
539
- 'SLL',
540
- 'SOS',
541
- 'SPL',
542
- 'SRD',
543
- 'STD',
544
- 'SVC',
545
- 'SYP',
546
- 'SZL',
547
- 'THB',
548
- 'TJS',
549
- 'TMT',
550
- 'TND',
551
- 'TOP',
552
- 'TRY',
553
- 'TTD',
554
- 'TVD',
555
- 'TWD',
556
- 'TZS',
557
- 'UAH',
558
- 'UGX',
559
- 'USD',
560
- 'UYU',
561
- 'UZS',
562
- 'VEF',
563
- 'VND',
564
- 'VUV',
565
- 'WST',
566
- 'XAF',
567
- 'XCD',
568
- 'XDR',
569
- 'XOF',
570
- 'XPF',
571
- 'YER',
572
- 'ZAR',
573
- 'ZMW',
574
- 'ZWD',
575
- 'BTC'
576
- ]).optional(),
577
- quantity: z.number().optional(),
578
- itemDetails: z.string().optional(),
579
- catalogEffectiveDate: z.string().optional(),
580
- childItems: z.array(z.unknown()).optional()
581
- })).optional(),
582
- items: z.array(z.object({
583
- id: z.string().uuid().optional(),
584
- linkedInvoiceItemId: z.string().uuid().optional(),
585
- productName: z.string().optional(),
586
- planName: z.string().optional(),
587
- phaseName: z.string().optional(),
588
- usageName: z.string().optional(),
589
- prettyProductName: z.string().optional(),
590
- prettyPlanName: z.string().optional(),
591
- prettyPhaseName: z.string().optional(),
592
- prettyUsageName: z.string().optional(),
593
- itemType: z.enum([
594
- 'EXTERNAL_CHARGE',
595
- 'FIXED',
596
- 'RECURRING',
597
- 'REPAIR_ADJ',
598
- 'CBA_ADJ',
599
- 'CREDIT_ADJ',
600
- 'ITEM_ADJ',
601
- 'USAGE',
602
- 'TAX',
603
- 'PARENT_SUMMARY'
604
- ]).optional(),
324
+ id: z.string().optional(),
325
+ number: z.string().optional(),
326
+ status: z.string().optional(),
327
+ total: z.number().optional(),
328
+ currency: z.string().optional(),
329
+ created: z.iso.datetime(),
330
+ period_start: z.iso.datetime(),
331
+ period_end: z.iso.datetime(),
332
+ invoice_pdf: z.string().optional()
333
+ });
334
+ export const zMarketplaceListingFiles = z.object({
335
+ chartYaml: z.string().optional(),
336
+ valuesYaml: z.string().optional(),
337
+ valuesSchemaJson: z.string().optional()
338
+ });
339
+ export const zMarketplaceListing = z.object({
340
+ name: z.string(),
341
+ 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-]+)*))?$/)),
342
+ 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-]+)*))?$/)),
343
+ latestVersion: z.string(),
344
+ metadata: z.object({
345
+ name: z.string(),
346
+ version: z.string(),
605
347
  description: z.string().optional(),
606
- startDate: z.string().optional(),
607
- endDate: z.string().optional(),
608
- amount: z.number().optional(),
609
- rate: z.number().optional(),
610
- currency: z.enum([
611
- 'AED',
612
- 'AFN',
613
- 'ALL',
614
- 'AMD',
615
- 'ANG',
616
- 'AOA',
617
- 'ARS',
618
- 'AUD',
619
- 'AWG',
620
- 'AZN',
621
- 'BAM',
622
- 'BBD',
623
- 'BDT',
624
- 'BGN',
625
- 'BHD',
626
- 'BIF',
627
- 'BMD',
628
- 'BND',
629
- 'BOB',
630
- 'BRL',
631
- 'BSD',
632
- 'BTN',
633
- 'BWP',
634
- 'BYR',
635
- 'BZD',
636
- 'CAD',
637
- 'CDF',
638
- 'CHF',
639
- 'CLP',
640
- 'CNY',
641
- 'COP',
642
- 'CRC',
643
- 'CUC',
644
- 'CUP',
645
- 'CVE',
646
- 'CZK',
647
- 'DJF',
648
- 'DKK',
649
- 'DOP',
650
- 'DZD',
651
- 'EGP',
652
- 'ERN',
653
- 'ETB',
654
- 'EUR',
655
- 'FJD',
656
- 'FKP',
657
- 'GBP',
658
- 'GEL',
659
- 'GGP',
660
- 'GHS',
661
- 'GIP',
662
- 'GMD',
663
- 'GNF',
664
- 'GTQ',
665
- 'GYD',
666
- 'HKD',
667
- 'HNL',
668
- 'HRK',
669
- 'HTG',
670
- 'HUF',
671
- 'IDR',
672
- 'ILS',
673
- 'IMP',
674
- 'INR',
675
- 'IQD',
676
- 'IRR',
677
- 'ISK',
678
- 'JEP',
679
- 'JMD',
680
- 'JOD',
681
- 'JPY',
682
- 'KES',
683
- 'KGS',
684
- 'KHR',
685
- 'KMF',
686
- 'KPW',
687
- 'KRW',
688
- 'KWD',
689
- 'KYD',
690
- 'KZT',
691
- 'LAK',
692
- 'LBP',
693
- 'LKR',
694
- 'LRD',
695
- 'LSL',
696
- 'LTL',
697
- 'LVL',
698
- 'LYD',
699
- 'MAD',
700
- 'MDL',
701
- 'MGA',
702
- 'MKD',
703
- 'MMK',
704
- 'MNT',
705
- 'MOP',
706
- 'MRO',
707
- 'MUR',
708
- 'MVR',
709
- 'MWK',
710
- 'MXN',
711
- 'MYR',
712
- 'MZN',
713
- 'NAD',
714
- 'NGN',
715
- 'NIO',
716
- 'NOK',
717
- 'NPR',
718
- 'NZD',
719
- 'OMR',
720
- 'PAB',
721
- 'PEN',
722
- 'PGK',
723
- 'PHP',
724
- 'PKR',
725
- 'PLN',
726
- 'PYG',
727
- 'QAR',
728
- 'RON',
729
- 'RSD',
730
- 'RUB',
731
- 'RWF',
732
- 'SAR',
733
- 'SBD',
734
- 'SCR',
735
- 'SDG',
736
- 'SEK',
737
- 'SGD',
738
- 'SHP',
739
- 'SLL',
740
- 'SOS',
741
- 'SPL',
742
- 'SRD',
743
- 'STD',
744
- 'SVC',
745
- 'SYP',
746
- 'SZL',
747
- 'THB',
748
- 'TJS',
749
- 'TMT',
750
- 'TND',
751
- 'TOP',
752
- 'TRY',
753
- 'TTD',
754
- 'TVD',
755
- 'TWD',
756
- 'TZS',
757
- 'UAH',
758
- 'UGX',
759
- 'USD',
760
- 'UYU',
761
- 'UZS',
762
- 'VEF',
763
- 'VND',
764
- 'VUV',
765
- 'WST',
766
- 'XAF',
767
- 'XCD',
768
- 'XDR',
769
- 'XOF',
770
- 'XPF',
771
- 'YER',
772
- 'ZAR',
773
- 'ZMW',
774
- 'ZWD',
775
- 'BTC'
776
- ]).optional(),
777
- quantity: z.number().optional(),
778
- itemDetails: z.string().optional(),
779
- catalogEffectiveDate: z.string().optional(),
780
- childItems: z.array(z.unknown()).optional()
781
- })).optional()
782
- });
783
- export const zOrganizationContactInfo = z.object({
784
- address1: z.string().optional(),
785
- address2: z.string().optional(),
786
- postalCode: z.string().optional(),
787
- city: z.string().optional(),
788
- state: z.string().optional(),
789
- country: z.string().optional(),
790
- phone: z.string().optional(),
791
- email: z.string().email(),
792
- first_name: z.string(),
793
- last_name: z.string()
348
+ appVersion: z.string().optional(),
349
+ apiVersion: z.string().optional(),
350
+ keywords: z.array(z.string()).optional(),
351
+ home: z.string().optional(),
352
+ icon: z.string().optional(),
353
+ sources: z.array(z.string()).optional(),
354
+ maintainers: z.array(z.object({
355
+ name: z.string(),
356
+ email: z.string().optional()
357
+ })).optional()
358
+ }).optional()
794
359
  });
795
360
  export const zOrganizationCreateInput = z.object({
796
- 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,}$/),
797
- contactInfo: z.object({
798
- address1: z.string().optional(),
799
- address2: z.string().optional(),
800
- postalCode: z.string().optional(),
801
- city: z.string().optional(),
802
- state: z.string().optional(),
803
- country: z.string().optional(),
804
- phone: z.string().optional(),
805
- email: z.string().email(),
806
- first_name: z.string(),
807
- last_name: z.string()
808
- }),
361
+ email: z.email(),
362
+ first_name: z.string(),
363
+ last_name: z.string(),
364
+ 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,}$/),
809
365
  password: z.string().min(8)
810
366
  });
811
367
  export const zOrganization = z.object({
812
- 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,}$/),
813
- contactInfo: z.object({
814
- address1: z.string().optional(),
815
- address2: z.string().optional(),
816
- postalCode: z.string().optional(),
817
- city: z.string().optional(),
818
- state: z.string().optional(),
819
- country: z.string().optional(),
820
- phone: z.string().optional(),
821
- email: z.string().email(),
822
- first_name: z.string(),
823
- last_name: z.string()
824
- }),
825
- id: z.string().uuid(),
826
- date_created: z.string().datetime(),
368
+ id: z.uuid(),
369
+ name: z.string().min(2).max(120).optional(),
370
+ date_created: z.iso.datetime(),
827
371
  quota: z.object({
828
- basic_clusters_max: z.number().int().gte(0),
829
- basic_clusters_available: z.number().int(),
830
- pro_clusters_max: z.number().int().gte(0),
831
- pro_clusters_available: z.number().int(),
832
- fleets_max: z.number().int().gte(0),
833
- managed_fleets_cpu_max: z.number().int().gte(0),
372
+ basic_clusters_max: z.int().gte(0),
373
+ basic_clusters_available: z.int(),
374
+ pro_clusters_max: z.int().gte(0),
375
+ pro_clusters_available: z.int(),
376
+ fleets_max: z.int().gte(0),
834
377
  cluster_tiers: z.array(z.string()).min(0),
835
378
  regions: z.array(z.string()).min(1),
836
379
  versions: z.array(z.object({
837
380
  id: z.string(),
838
381
  label: z.string()
839
- })).min(1)
382
+ })).min(1),
383
+ cfcr_storage_gb: z.int().gte(-1)
840
384
  }),
841
- pending_actions: z.array(z.enum([
842
- 'signup-billing-address',
843
- 'signup-payment-method',
844
- 'signup-invite-team',
845
- 'signup-create-cluster'
846
- ])),
847
385
  status: z.enum([
848
386
  'active',
849
387
  'closed',
850
388
  'suspended'
851
389
  ])
852
390
  });
853
- export const zOrganizationUpdateInput = z.object({
854
- 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,}$/).optional(),
855
- contactInfo: z.object({
856
- address1: z.string().optional(),
857
- address2: z.string().optional(),
858
- postalCode: z.string().optional(),
859
- city: z.string().optional(),
860
- state: z.string().optional(),
861
- country: z.string().optional(),
862
- phone: z.string().optional(),
863
- email: z.string().email(),
864
- first_name: z.string(),
865
- last_name: z.string()
866
- })
867
- });
868
391
  export const zPaymentMethod = z.object({
869
- id: z.string().uuid(),
392
+ id: z.uuid(),
870
393
  setup: z.boolean(),
871
- type: z.enum([
872
- 'card'
873
- ]),
394
+ type: z.enum(['card']),
874
395
  last4: z.string(),
875
- exp_month: z.number().int().gte(1).lte(12),
876
- exp_year: z.number().int().gte(2024),
396
+ exp_month: z.int().gte(1).lte(12),
397
+ exp_year: z.int().gte(2024),
877
398
  brand: z.enum([
878
399
  'amex',
879
400
  'diners',
@@ -886,161 +407,466 @@ export const zPaymentMethod = z.object({
886
407
  'unknown'
887
408
  ])
888
409
  });
410
+ export const zPlatformQuota = z.object({
411
+ basic_clusters_max: z.int().gte(0),
412
+ basic_clusters_available: z.int(),
413
+ pro_clusters_max: z.int().gte(0),
414
+ pro_clusters_available: z.int(),
415
+ fleets_max: z.int().gte(0),
416
+ cluster_tiers: z.array(z.string()).min(0),
417
+ regions: z.array(z.string()).min(1),
418
+ versions: z.array(z.object({
419
+ id: z.string(),
420
+ label: z.string()
421
+ })).min(1),
422
+ cfcr_storage_gb: z.int().gte(-1)
423
+ });
424
+ export const zRegistryRepository = z.object({
425
+ name: z.string(),
426
+ region: z.string(),
427
+ uri: z.string()
428
+ });
429
+ export const zRegistryRepositoryWithTags = z.object({
430
+ name: z.string(),
431
+ region: z.string(),
432
+ uri: z.string(),
433
+ tags: z.array(z.object({
434
+ name: z.string(),
435
+ size: z.number(),
436
+ mediaType: z.string().optional(),
437
+ platforms: z.array(z.string()).optional()
438
+ })),
439
+ totalSize: z.number()
440
+ });
441
+ export const zRegistryTag = z.object({
442
+ name: z.string(),
443
+ digest: z.string(),
444
+ mediaType: z.string().optional(),
445
+ config: z.object({
446
+ size: z.number()
447
+ }).optional(),
448
+ layers: z.array(z.object({
449
+ digest: z.string().optional(),
450
+ size: z.number()
451
+ })).optional(),
452
+ manifests: z.array(z.object({
453
+ digest: z.string(),
454
+ platform: z.object({
455
+ architecture: z.string(),
456
+ os: z.string(),
457
+ variant: z.string().optional()
458
+ }).optional(),
459
+ layers: z.array(z.object({
460
+ digest: z.string().optional(),
461
+ size: z.number()
462
+ })).optional(),
463
+ size: z.number().optional()
464
+ })).optional(),
465
+ size: z.number(),
466
+ region: z.string(),
467
+ repository: z.string(),
468
+ uri: z.string()
469
+ });
889
470
  export const zTokenCreateInput = z.object({
890
471
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
891
- role: z.enum([
892
- 'Administrator',
893
- 'User'
894
- ])
472
+ role: z.enum(['Administrator', 'User'])
895
473
  });
896
474
  export const zToken = z.object({
897
475
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
898
- role: z.enum([
899
- 'Administrator',
900
- 'User'
901
- ]),
476
+ role: z.enum(['Administrator', 'User']),
902
477
  id: z.string().optional(),
903
478
  secret: z.string().optional(),
904
- date_created: z.string().datetime()
479
+ date_created: z.iso.datetime()
905
480
  });
906
481
  export const zTokenUpdateInput = z.object({
907
482
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/).optional(),
908
- role: z.enum([
909
- 'Administrator',
910
- 'User'
911
- ]).optional()
483
+ role: z.enum(['Administrator', 'User']).optional()
484
+ });
485
+ export const zUsageFacets = z.object({
486
+ cluster_id: z.array(z.string()).optional(),
487
+ product: z.array(z.string()).optional()
488
+ });
489
+ export const zUsageResponse = z.object({
490
+ data: z.array(z.object({
491
+ hour: z.string(),
492
+ cluster_id: z.string(),
493
+ product: z.string(),
494
+ value: z.number(),
495
+ price: z.number(),
496
+ total: z.number()
497
+ })),
498
+ facets: z.object({
499
+ cluster_id: z.array(z.string()).optional(),
500
+ product: z.array(z.string()).optional()
501
+ })
912
502
  });
913
503
  export const zUsage = z.object({
914
- id: z.string().uuid(),
915
- task_id: z.string().uuid(),
916
- unit: z.string(),
917
- amount: z.number()
504
+ hour: z.string(),
505
+ cluster_id: z.string(),
506
+ product: z.string(),
507
+ value: z.number(),
508
+ price: z.number(),
509
+ total: z.number()
918
510
  });
919
511
  export const zUserCreateInput = z.object({
920
- email: z.string().email(),
512
+ email: z.email(),
921
513
  first_name: z.string().min(1).max(50),
922
514
  last_name: z.string().min(1).max(50),
923
515
  code: z.string(),
924
516
  password: z.string().min(8),
925
- status: z.enum([
926
- 'active',
927
- 'inactive'
928
- ]).optional(),
929
- role: z.enum([
930
- 'Administrator',
931
- 'User'
932
- ]).optional()
517
+ status: z.enum(['active', 'inactive']).optional(),
518
+ role: z.enum(['Administrator', 'User']).optional()
933
519
  });
934
520
  export const zUser = z.object({
935
- email: z.string().email(),
521
+ email: z.email(),
936
522
  first_name: z.string().min(1).max(50),
937
523
  last_name: z.string().min(1).max(50),
938
- role: z.enum([
939
- 'Administrator',
940
- 'User'
941
- ]),
942
- status: z.enum([
943
- 'active',
944
- 'inactive'
945
- ]),
946
- id: z.string().uuid(),
947
- date_created: z.string().datetime(),
948
- cluster_permissions: z.array(z.object({
949
- cluster_id: z.string().uuid(),
950
- permissions: z.enum([
951
- 'readwrite',
952
- 'readonly'
953
- ])
954
- })).optional()
524
+ role: z.enum(['Administrator', 'User']),
525
+ status: z.enum(['active', 'inactive']),
526
+ id: z.uuid(),
527
+ date_created: z.iso.datetime()
955
528
  });
956
529
  export const zUserUpdateInput = z.object({
957
- email: z.string().email().optional(),
530
+ email: z.email().optional(),
958
531
  first_name: z.string().min(1).max(50).optional(),
959
532
  last_name: z.string().min(1).max(50).optional(),
960
- role: z.enum([
961
- 'Administrator',
962
- 'User'
963
- ]).optional(),
964
- status: z.enum([
965
- 'active',
966
- 'inactive'
967
- ]).optional()
533
+ role: z.enum(['Administrator', 'User']).optional(),
534
+ status: z.enum(['active', 'inactive']).optional()
535
+ });
536
+ export const zGetUsageQuery = z.object({
537
+ granularity: z.enum([
538
+ 'hourly',
539
+ 'daily',
540
+ 'monthly'
541
+ ]).optional().default('daily')
968
542
  });
969
- export const zGetUsageResponse = z.array(zUsage);
970
- export const zGetBalanceResponse = z.number();
543
+ /**
544
+ * Usage data with facets for filtering
545
+ */
546
+ export const zGetUsageResponse = zUsageResponse;
547
+ /**
548
+ * Redacted payment card information.
549
+ */
971
550
  export const zGetPaymentMethodResponse = zPaymentMethod;
551
+ /**
552
+ * 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.
553
+ *
554
+ */
972
555
  export const zGetPaymentMethodSecretResponse = z.object({
973
556
  id: z.string().optional()
974
557
  });
558
+ /**
559
+ * An array of usage records.
560
+ */
975
561
  export const zListInvoicesResponse = z.array(zInvoice);
976
- export const zGetInvoiceResponse = z.object({
977
- html: z.string().optional()
562
+ /**
563
+ * Returns a single object containing organization contact and billing address details.
564
+ */
565
+ export const zGetContactResponse = zBillingContact;
566
+ export const zUpdateContactBody = zBillingContact;
567
+ /**
568
+ * Successfully updated. Returns updated organization details.
569
+ */
570
+ export const zUpdateContactResponse = zBillingContact;
571
+ /**
572
+ * An array of the applied promotional credits records.
573
+ */
574
+ export const zGetCreditsResponse = z.array(zBillingCredits);
575
+ export const zRedeemCreditsBody = z.object({
576
+ code: z.string().optional()
577
+ });
578
+ export const zListChartsPath = z.object({
579
+ cluster_id: z.string()
978
580
  });
581
+ /**
582
+ * An array of charts
583
+ */
584
+ export const zListChartsResponse = z.array(zChart);
585
+ export const zCreateChartBody = zChartCreateInput;
586
+ export const zCreateChartPath = z.object({
587
+ cluster_id: z.string()
588
+ });
589
+ /**
590
+ * Successfully created. Returns created Chart ID.
591
+ */
592
+ export const zCreateChartResponse = z.string();
593
+ export const zDeleteChartPath = z.object({
594
+ cluster_id: z.string(),
595
+ chart_name: z.string()
596
+ });
597
+ /**
598
+ * Successfully deleted.
599
+ */
600
+ export const zDeleteChartResponse = z.string();
601
+ export const zGetChartPath = z.object({
602
+ cluster_id: z.string(),
603
+ chart_name: z.string()
604
+ });
605
+ /**
606
+ * Returns a single object containing chart details.
607
+ */
608
+ export const zGetChartResponse = zChart;
609
+ export const zUpdateChartBody = zChartUpdateInput;
610
+ export const zUpdateChartPath = z.object({
611
+ cluster_id: z.string(),
612
+ chart_name: z.string()
613
+ });
614
+ /**
615
+ * Successfully updated.
616
+ */
617
+ export const zUpdateChartResponse = z.string();
618
+ export const zListFleetsPath = z.object({
619
+ cluster_id: z.string()
620
+ });
621
+ /**
622
+ * An array of fleets
623
+ */
979
624
  export const zListFleetsResponse = z.array(zFleet);
625
+ export const zCreateFleetBody = zFleetCreateInput;
626
+ export const zCreateFleetPath = z.object({
627
+ cluster_id: z.string()
628
+ });
629
+ /**
630
+ * Successfully created. Returns created Fleet ID.
631
+ */
980
632
  export const zCreateFleetResponse = z.string();
633
+ export const zDeleteFleetPath = z.object({
634
+ cluster_id: z.string(),
635
+ fleet_name: z.string()
636
+ });
637
+ /**
638
+ * Successfully deleted.
639
+ */
981
640
  export const zDeleteFleetResponse = z.string();
641
+ export const zGetFleetPath = z.object({
642
+ cluster_id: z.string(),
643
+ fleet_name: z.string()
644
+ });
645
+ /**
646
+ * Returns a single object containing fleet details.
647
+ */
982
648
  export const zGetFleetResponse = zFleet;
649
+ export const zUpdateFleetBody = zFleetUpdateInput;
650
+ export const zUpdateFleetPath = z.object({
651
+ cluster_id: z.string(),
652
+ fleet_name: z.string()
653
+ });
654
+ /**
655
+ * Successfully updated.
656
+ */
983
657
  export const zUpdateFleetResponse = z.string();
658
+ export const zQueryClusterPath = z.object({
659
+ cluster_id: z.string()
660
+ });
661
+ /**
662
+ * An array of clusters
663
+ */
984
664
  export const zListClustersResponse = z.array(zCluster);
665
+ export const zCreateClusterBody = zClusterCreateInput;
666
+ /**
667
+ * Successfully created. Returns created Cluster ID.
668
+ */
985
669
  export const zCreateClusterResponse = z.string();
670
+ export const zDeleteClusterPath = z.object({
671
+ cluster_id: z.string()
672
+ });
673
+ /**
674
+ * Successfully deleted.
675
+ */
986
676
  export const zDeleteClusterResponse = z.string();
677
+ export const zGetClusterPath = z.object({
678
+ cluster_id: z.string()
679
+ });
680
+ /**
681
+ * Returns a single object containing cluster details.
682
+ */
987
683
  export const zGetClusterResponse = zCluster;
684
+ export const zUpdateClusterBody = zClusterUpdateInput;
685
+ export const zUpdateClusterPath = z.object({
686
+ cluster_id: z.string()
687
+ });
688
+ /**
689
+ * Successfully updated. Returns updated cluster details.
690
+ */
988
691
  export const zUpdateClusterResponse = zCluster;
989
- export const zGetJoinInformationResponse = zCluster;
990
- export const zGetInfrastructureResponse = z.array(zInfrastructureInstance);
991
- export const zGetFacetsResponse = z.array(z.object({
992
- provider: z.array(z.string()).optional(),
993
- region: z.array(z.string()).optional(),
994
- sub_region: z.array(z.string()).optional(),
995
- csp_region: z.array(z.string()).optional(),
996
- vcpu_min: z.number().int().gte(1).optional(),
997
- vcpu_max: z.number().int().gte(1).optional(),
998
- memory_min: z.number().int().gte(0).optional(),
999
- memory_max: z.number().int().gte(0).optional(),
1000
- storage_local_min: z.number().optional(),
1001
- storage_local_max: z.number().optional(),
1002
- accelerator_name: z.array(z.string()).optional(),
1003
- accelerator_manufacturer: z.array(z.string()).optional(),
1004
- accelerator_count_min: z.number().int().gte(0).optional(),
1005
- accelerator_count_max: z.number().int().gte(0).optional(),
1006
- accelerator_memory_min: z.number().optional(),
1007
- accelerator_memory_max: z.number().optional(),
1008
- price_min: z.number().optional(),
1009
- price_max: z.number().optional(),
1010
- regions_struct: z.array(z.object({
1011
- region: z.string().optional(),
1012
- sub_region: z.array(z.string()).optional()
1013
- })).optional(),
1014
- accelerators_struct: z.array(z.object({
1015
- accelerator_manufacturer: z.string().optional(),
1016
- accelerator_name: z.array(z.string()).optional()
1017
- })).optional(),
1018
- count_total: z.number().int().gte(0).optional(),
1019
- count_accelerators: z.number().int().gte(0).optional(),
1020
- count_instance_types: z.number().int().gte(0).optional(),
1021
- count_accelerators_instance_types: z.number().int().gte(0).optional()
1022
- }));
1023
- export const zGetRegionsResponse = z.object({});
692
+ export const zGetClusterCaPath = z.object({
693
+ cluster_id: z.string()
694
+ });
695
+ /**
696
+ * PEM-encoded certificate authority of the cluster.
697
+ */
698
+ export const zGetClusterCaResponse = z.string();
699
+ export const zGetJoinInformationPath = z.object({
700
+ cluster_id: z.string()
701
+ });
702
+ /**
703
+ * An object of cluster join information
704
+ */
705
+ export const zGetJoinInformationResponse = zClusterJoinInformation;
706
+ /**
707
+ * An array of invites
708
+ */
1024
709
  export const zListInvitesResponse = z.array(zInvite);
710
+ export const zCreateInviteBody = z.object({
711
+ email: z.string().optional()
712
+ });
713
+ /**
714
+ * Successfully created. Returns created invite details.
715
+ */
1025
716
  export const zCreateInviteResponse = zInvite;
717
+ export const zGetInvitePath = z.object({
718
+ code: z.string()
719
+ });
720
+ /**
721
+ * Returns a single object containing invite details.
722
+ */
1026
723
  export const zGetInviteResponse = zInvite;
724
+ export const zDeleteInvitePath = z.object({
725
+ email: z.string()
726
+ });
727
+ /**
728
+ * An array of chart listings in the marketplace.
729
+ */
730
+ export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
731
+ export const zGetMarketplaceChartFilesPath = z.object({
732
+ chart_name: z.string(),
733
+ version_channel: z.string()
734
+ });
735
+ /**
736
+ * Returns an object containing the chart files for the latest matching version.
737
+ */
738
+ export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
739
+ /**
740
+ * JSON-RPC 2.0 request payload
741
+ */
742
+ export const zPostMcpBody = z.object({
743
+ jsonrpc: z.string().optional(),
744
+ method: z.string().optional(),
745
+ id: z.union([
746
+ z.string(),
747
+ z.number()
748
+ ]).optional(),
749
+ params: z.record(z.string(), z.unknown()).optional()
750
+ });
751
+ /**
752
+ * JSON-RPC 2.0 success or error response
753
+ */
754
+ export const zPostMcpResponse = z.object({
755
+ jsonrpc: z.string().optional(),
756
+ id: z.union([
757
+ z.string(),
758
+ z.number()
759
+ ]).optional(),
760
+ result: z.record(z.string(), z.unknown()).optional(),
761
+ error: z.object({
762
+ code: z.int().optional(),
763
+ message: z.string().optional()
764
+ }).optional()
765
+ });
766
+ /**
767
+ * Returns a single object containing organization details.
768
+ */
1027
769
  export const zGetOrganizationResponse = zOrganization;
1028
- export const zCreateOrganizationResponse = zOrganization;
1029
- export const zUpdateOrganizationResponse = zOrganization;
770
+ export const zCreateOrganizationBody = zOrganizationCreateInput;
771
+ /**
772
+ * List of repositories
773
+ */
774
+ export const zListRepositoriesResponse = z.array(zRegistryRepository);
775
+ export const zListTagsPath = z.object({
776
+ region: z.string(),
777
+ repository: z.string()
778
+ });
779
+ /**
780
+ * Repository with tags
781
+ */
782
+ export const zListTagsResponse = zRegistryRepositoryWithTags;
783
+ export const zDeleteTagPath = z.object({
784
+ region: z.string(),
785
+ repository: z.string(),
786
+ tag: z.string()
787
+ });
788
+ export const zGetTagPath = z.object({
789
+ region: z.string(),
790
+ repository: z.string(),
791
+ tag: z.string()
792
+ });
793
+ /**
794
+ * Tag details
795
+ */
796
+ export const zGetTagResponse = zRegistryTag;
797
+ /**
798
+ * Returns a list of access token details with masked secrets.
799
+ */
1030
800
  export const zListTokensResponse = z.array(zToken);
801
+ export const zCreateTokenBody = zTokenCreateInput;
802
+ /**
803
+ * Successfully created. Returns created token details with unmasked/raw secret.
804
+ */
1031
805
  export const zCreateTokenResponse = zToken;
806
+ export const zDeleteTokenPath = z.object({
807
+ token_id: z.string()
808
+ });
809
+ export const zGetTokenPath = z.object({
810
+ token_id: z.string()
811
+ });
812
+ /**
813
+ * Returns access token details with masked secret.
814
+ */
1032
815
  export const zGetTokenResponse = zToken;
816
+ export const zUpdateTokenBody = zTokenUpdateInput;
817
+ export const zUpdateTokenPath = z.object({
818
+ token_id: z.string()
819
+ });
820
+ /**
821
+ * Successfully updated. Returns updated token details with masked secret.
822
+ */
1033
823
  export const zUpdateTokenResponse = zToken;
824
+ export const zRegenerateTokenPath = z.object({
825
+ token_id: z.string()
826
+ });
827
+ /**
828
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
829
+ */
1034
830
  export const zRegenerateTokenResponse = zToken;
831
+ export const zListUserOrganizationsPath = z.object({
832
+ email: z.string()
833
+ });
834
+ /**
835
+ * An array of organizations the user belongs to.
836
+ */
1035
837
  export const zListUserOrganizationsResponse = z.array(z.object({
1036
838
  realm: z.string().optional(),
1037
839
  displayName: z.string().optional()
1038
840
  }));
841
+ /**
842
+ * An array of users
843
+ */
1039
844
  export const zListUsersResponse = z.array(zUser);
845
+ export const zCreateUserBody = zUserCreateInput;
846
+ /**
847
+ * Successfully created. Returns created user details.
848
+ */
1040
849
  export const zCreateUserResponse = zUser;
850
+ export const zDeleteUserPath = z.object({
851
+ user_id: z.string()
852
+ });
853
+ /**
854
+ * User profile information
855
+ */
1041
856
  export const zDeleteUserResponse = zUser;
857
+ export const zGetUserPath = z.object({
858
+ user_id: z.string()
859
+ });
860
+ /**
861
+ * User profile information
862
+ */
1042
863
  export const zGetUserResponse = zUser;
864
+ export const zUpdateUserBody = zUserUpdateInput;
865
+ export const zUpdateUserPath = z.object({
866
+ user_id: z.string()
867
+ });
868
+ /**
869
+ * Successfully created. Returns created user details.
870
+ */
1043
871
  export const zUpdateUserResponse = zUser;
1044
- export const zDeleteClusterPermissionsResponse = zUser;
1045
- export const zSetClusterPermissionsResponse = zUser;
1046
872
  //# sourceMappingURL=zod.gen.js.map