@cloudfleet/sdk 0.0.1-65234f0 → 0.0.1-654c11e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zod.gen.js CHANGED
@@ -1,16 +1,212 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
  import { 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.string().email(),
13
+ first_name: z.string(),
14
+ last_name: z.string(),
15
+ tax_id: z.string().optional(),
16
+ tax_id_type: z.enum([
17
+ 'ad_nrt',
18
+ 'ae_trn',
19
+ 'al_tin',
20
+ 'am_tin',
21
+ 'ao_tin',
22
+ 'ar_cuit',
23
+ 'at_vat',
24
+ 'au_abn',
25
+ 'au_arn',
26
+ 'ba_tin',
27
+ 'bb_tin',
28
+ 'be_vat',
29
+ 'bg_uic',
30
+ 'bg_vat',
31
+ 'bh_vat',
32
+ 'bo_tin',
33
+ 'br_cnpj',
34
+ 'br_cpf',
35
+ 'bs_tin',
36
+ 'by_tin',
37
+ 'ca_bn',
38
+ 'ca_gst_hst',
39
+ 'ca_pst_bc',
40
+ 'ca_pst_mb',
41
+ 'ca_pst_sk',
42
+ 'ca_qst',
43
+ 'cd_nif',
44
+ 'ch_uid',
45
+ 'ch_vat',
46
+ 'cl_tin',
47
+ 'cn_tin',
48
+ 'co_nit',
49
+ 'cr_tin',
50
+ 'cy_vat',
51
+ 'cz_vat',
52
+ 'de_stn',
53
+ 'de_vat',
54
+ 'dk_vat',
55
+ 'do_rcn',
56
+ 'ec_ruc',
57
+ 'ee_vat',
58
+ 'eg_tin',
59
+ 'es_cif',
60
+ 'es_vat',
61
+ 'eu_oss_vat',
62
+ 'fi_vat',
63
+ 'fr_vat',
64
+ 'gb_vat',
65
+ 'ge_vat',
66
+ 'gn_nif',
67
+ 'gr_vat',
68
+ 'hk_br',
69
+ 'hr_oib',
70
+ 'hr_vat',
71
+ 'hu_tin',
72
+ 'hu_vat',
73
+ 'id_npwp',
74
+ 'ie_vat',
75
+ 'il_vat',
76
+ 'in_gst',
77
+ 'is_vat',
78
+ 'it_vat',
79
+ 'jp_cn',
80
+ 'jp_rn',
81
+ 'jp_trn',
82
+ 'ke_pin',
83
+ 'kh_tin',
84
+ 'kr_brn',
85
+ 'kz_bin',
86
+ 'li_uid',
87
+ 'li_vat',
88
+ 'lt_vat',
89
+ 'lu_vat',
90
+ 'lv_vat',
91
+ 'ma_vat',
92
+ 'md_vat',
93
+ 'me_pib',
94
+ 'mk_vat',
95
+ 'mr_nif',
96
+ 'mt_vat',
97
+ 'mx_rfc',
98
+ 'my_frp',
99
+ 'my_itn',
100
+ 'my_sst',
101
+ 'ng_tin',
102
+ 'nl_vat',
103
+ 'no_vat',
104
+ 'no_voec',
105
+ 'np_pan',
106
+ 'nz_gst',
107
+ 'om_vat',
108
+ 'pe_ruc',
109
+ 'ph_tin',
110
+ 'pl_vat',
111
+ 'pt_vat',
112
+ 'ro_tin',
113
+ 'ro_vat',
114
+ 'rs_pib',
115
+ 'ru_inn',
116
+ 'ru_kpp',
117
+ 'sa_vat',
118
+ 'se_vat',
119
+ 'sg_gst',
120
+ 'sg_uen',
121
+ 'si_tin',
122
+ 'si_vat',
123
+ 'sk_vat',
124
+ 'sn_ninea',
125
+ 'sr_fin',
126
+ 'sv_nit',
127
+ 'th_vat',
128
+ 'tj_tin',
129
+ 'tr_tin',
130
+ 'tw_vat',
131
+ 'tz_vat',
132
+ 'ua_vat',
133
+ 'ug_tin',
134
+ 'us_ein',
135
+ 'uy_ruc',
136
+ 'uz_tin',
137
+ 'uz_vat',
138
+ 've_rif',
139
+ 'vn_tin',
140
+ 'xi_vat',
141
+ 'za_vat',
142
+ 'zm_tin',
143
+ 'zw_tin',
144
+ ''
145
+ ]).optional()
146
+ });
147
+ export const zBillingCredits = z.object({
148
+ id: z.string().optional(),
149
+ date_created: z.string().datetime(),
150
+ code: z.string(),
151
+ description: z.string().optional(),
152
+ products: z.array(z.string()).optional(),
153
+ type: z.enum([
154
+ 'credit',
155
+ 'discount'
156
+ ]),
157
+ value: z.number(),
158
+ billing_period: z.string().datetime(),
159
+ value_remaining: z.number().optional()
160
+ });
161
+ export const zChartCreateInput = z.object({
162
+ values: z.string(),
163
+ 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-]+)*))?$/),
164
+ name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
165
+ namespace: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
166
+ chart: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
167
+ });
168
+ export const zChart = z.object({
169
+ values: z.string(),
170
+ 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-]+)*))?$/),
171
+ name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
172
+ namespace: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
173
+ 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
+ ]),
190
+ version_current: z.string(),
191
+ created_at: z.string(),
192
+ updated_at: z.string(),
193
+ ready: z.boolean()
194
+ });
195
+ export const zChartUpdateInput = z.object({
196
+ values: z.string(),
197
+ 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
+ });
3
199
  export const zClusterCreateInput = z.object({
4
200
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
5
- region: z.enum([
6
- 'staging',
7
- 'northamerica-central-1'
8
- ]).optional(),
9
201
  tier: z.enum([
10
202
  'basic',
11
203
  'pro'
12
204
  ]),
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')
205
+ region: z.enum([
206
+ 'staging',
207
+ 'northamerica-central-1'
208
+ ]).optional(),
209
+ 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')
14
210
  });
15
211
  export const zClusterJoinInformation = z.object({
16
212
  certificate_authority: z.string(),
@@ -30,15 +226,15 @@ export const zClusterJoinInformation = z.object({
30
226
  });
31
227
  export const zCluster = z.object({
32
228
  name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
33
- region: z.enum([
34
- 'staging',
35
- 'northamerica-central-1'
36
- ]).optional(),
37
229
  tier: z.enum([
38
230
  'basic',
39
231
  'pro'
40
232
  ]),
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'),
233
+ region: z.enum([
234
+ 'staging',
235
+ 'northamerica-central-1'
236
+ ]).optional(),
237
+ version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional().default('1.x.x-cfke.x'),
42
238
  id: z.string().uuid(),
43
239
  status: z.enum([
44
240
  'active',
@@ -62,7 +258,11 @@ export const zCluster = z.object({
62
258
  });
63
259
  export const zClusterUpdateInput = z.object({
64
260
  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()
261
+ tier: z.enum([
262
+ 'basic',
263
+ 'pro'
264
+ ]),
265
+ version_channel: z.string().regex(/^(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)\.(x|X|0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/).optional()
66
266
  });
67
267
  export const zFleetCreateInput = z.object({
68
268
  limits: z.object({
@@ -72,25 +272,15 @@ export const zFleetCreateInput = z.object({
72
272
  enabled: z.boolean().optional().default(true),
73
273
  project: z.string()
74
274
  }).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(),
275
+ hetzner: z.object({
276
+ enabled: z.boolean().optional().default(true),
277
+ apiKey: z.string()
278
+ }).optional(),
85
279
  aws: z.object({
86
280
  enabled: z.boolean().optional().default(true),
87
281
  controllerRoleArn: z.string()
88
282
  }).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
- ])
283
+ id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
94
284
  });
95
285
  export const zFleet = z.object({
96
286
  limits: z.object({
@@ -100,25 +290,15 @@ export const zFleet = z.object({
100
290
  enabled: z.boolean().optional().default(true),
101
291
  project: z.string()
102
292
  }).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(),
293
+ hetzner: z.object({
294
+ enabled: z.boolean().optional().default(true),
295
+ apiKey: z.string()
296
+ }).optional(),
113
297
  aws: z.object({
114
298
  enabled: z.boolean().optional().default(true),
115
299
  controllerRoleArn: z.string()
116
300
  }).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
- ])
301
+ id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/)
122
302
  });
123
303
  export const zFleetUpdateInput = z.object({
124
304
  limits: z.object({
@@ -128,67 +308,15 @@ export const zFleetUpdateInput = z.object({
128
308
  enabled: z.boolean().optional().default(true),
129
309
  project: z.string()
130
310
  }).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(),
311
+ hetzner: z.object({
312
+ enabled: z.boolean().optional().default(true),
313
+ apiKey: z.string()
314
+ }).optional(),
141
315
  aws: z.object({
142
316
  enabled: z.boolean().optional().default(true),
143
317
  controllerRoleArn: z.string()
144
318
  }).optional()
145
319
  });
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
320
  export const zInvite = z.object({
193
321
  id: z.string().optional(),
194
322
  organization_id: z.string().uuid().optional(),
@@ -780,49 +908,31 @@ export const zInvoice = z.object({
780
908
  childItems: z.array(z.unknown()).optional()
781
909
  })).optional()
782
910
  });
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()
911
+ export const zMarketplaceListing = z.object({
912
+ id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
913
+ name: z.string(),
914
+ developer: z.string(),
915
+ description: z.string(),
916
+ logoUrl: z.string(),
917
+ longDescription: z.string(),
918
+ categories: z.array(z.string()),
919
+ 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-]+)*))?$/)),
920
+ value_schemas: z.array(z.object({
921
+ 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-]+)*))?$/),
922
+ schema: z.string(),
923
+ placeholder: z.string()
924
+ }))
794
925
  });
795
926
  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
- }),
927
+ email: z.string().email(),
928
+ first_name: z.string(),
929
+ last_name: z.string(),
930
+ 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
931
  password: z.string().min(8)
810
932
  });
811
933
  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
934
  id: z.string().uuid(),
935
+ name: z.string().min(2).max(120).optional(),
826
936
  date_created: z.string().datetime(),
827
937
  quota: z.object({
828
938
  basic_clusters_max: z.number().int().gte(0),
@@ -830,7 +940,6 @@ export const zOrganization = z.object({
830
940
  pro_clusters_max: z.number().int().gte(0),
831
941
  pro_clusters_available: z.number().int(),
832
942
  fleets_max: z.number().int().gte(0),
833
- managed_fleets_cpu_max: z.number().int().gte(0),
834
943
  cluster_tiers: z.array(z.string()).min(0),
835
944
  regions: z.array(z.string()).min(1),
836
945
  versions: z.array(z.object({
@@ -838,33 +947,12 @@ export const zOrganization = z.object({
838
947
  label: z.string()
839
948
  })).min(1)
840
949
  }),
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
950
  status: z.enum([
848
951
  'active',
849
952
  'closed',
850
953
  'suspended'
851
954
  ])
852
955
  });
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
956
  export const zPaymentMethod = z.object({
869
957
  id: z.string().uuid(),
870
958
  setup: z.boolean(),
@@ -911,10 +999,48 @@ export const zTokenUpdateInput = z.object({
911
999
  ]).optional()
912
1000
  });
913
1001
  export const zUsage = z.object({
914
- id: z.string().uuid(),
915
- task_id: z.string().uuid(),
916
- unit: z.string(),
917
- amount: z.number()
1002
+ hour: z.string().optional(),
1003
+ cluster_id: z.string().uuid(),
1004
+ cluster_tier: z.enum([
1005
+ 'basic',
1006
+ 'pro',
1007
+ ''
1008
+ ]),
1009
+ product: z.enum([
1010
+ 'cfke_controlplane',
1011
+ 'cfke_connected_nodes',
1012
+ 'infra_compute',
1013
+ 'infra_storage',
1014
+ 'infra_loadbalancing',
1015
+ 'infra_traffic',
1016
+ 'cfcr_storage'
1017
+ ]),
1018
+ node_name: z.string(),
1019
+ sku: z.string(),
1020
+ cpu: z.union([
1021
+ z.number(),
1022
+ z.enum([
1023
+ ''
1024
+ ])
1025
+ ]),
1026
+ price: z.union([
1027
+ z.number(),
1028
+ z.enum([
1029
+ ''
1030
+ ])
1031
+ ]),
1032
+ value: z.union([
1033
+ z.number(),
1034
+ z.enum([
1035
+ ''
1036
+ ])
1037
+ ]),
1038
+ total: z.union([
1039
+ z.number(),
1040
+ z.enum([
1041
+ ''
1042
+ ])
1043
+ ])
918
1044
  });
919
1045
  export const zUserCreateInput = z.object({
920
1046
  email: z.string().email(),
@@ -944,14 +1070,7 @@ export const zUser = z.object({
944
1070
  'inactive'
945
1071
  ]),
946
1072
  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()
1073
+ date_created: z.string().datetime()
955
1074
  });
956
1075
  export const zUserUpdateInput = z.object({
957
1076
  email: z.string().email().optional(),
@@ -966,81 +1085,338 @@ export const zUserUpdateInput = z.object({
966
1085
  'inactive'
967
1086
  ]).optional()
968
1087
  });
1088
+ /**
1089
+ * An array of usage records.
1090
+ */
969
1091
  export const zGetUsageResponse = z.array(zUsage);
1092
+ /**
1093
+ * Current balance of the organization in USD as a floating-point number.
1094
+ */
970
1095
  export const zGetBalanceResponse = z.number();
1096
+ /**
1097
+ * Redacted payment card information.
1098
+ */
971
1099
  export const zGetPaymentMethodResponse = zPaymentMethod;
1100
+ /**
1101
+ * 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.
1102
+ *
1103
+ */
972
1104
  export const zGetPaymentMethodSecretResponse = z.object({
973
1105
  id: z.string().optional()
974
1106
  });
1107
+ /**
1108
+ * Start date for the usage. Date of oldest data point to retrieve.
1109
+ */
1110
+ export const zListInvoicesParameterStartDate = z.string();
1111
+ /**
1112
+ * End date for the usage. Date of newest data point to retrieve.
1113
+ */
1114
+ export const zListInvoicesParameterEndDate = z.string();
1115
+ /**
1116
+ * An array of usage records.
1117
+ */
975
1118
  export const zListInvoicesResponse = z.array(zInvoice);
1119
+ /**
1120
+ * Unique invoice identifier. UUID v4 string in canonical form
1121
+ */
1122
+ export const zGetInvoiceParameterId = z.string();
1123
+ /**
1124
+ * Returns a single Invoice HTML representation under `html` property.
1125
+ */
976
1126
  export const zGetInvoiceResponse = z.object({
977
1127
  html: z.string().optional()
978
1128
  });
1129
+ /**
1130
+ * Returns a single object containing organization contact and billing address details.
1131
+ */
1132
+ export const zGetContactResponse = zBillingContact;
1133
+ export const zUpdateContactData = zBillingContact;
1134
+ /**
1135
+ * Successfully updated. Returns updated organization details.
1136
+ */
1137
+ export const zUpdateContactResponse = zBillingContact;
1138
+ /**
1139
+ * An array of the applied promotional credits records.
1140
+ */
1141
+ export const zGetCreditsResponse = z.array(zBillingCredits);
1142
+ export const zRedeemCreditsData = z.object({
1143
+ code: z.string().optional()
1144
+ });
1145
+ /**
1146
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1147
+ */
1148
+ export const zListChartsParameterClusterId = z.string();
1149
+ /**
1150
+ * An array of charts
1151
+ */
1152
+ export const zListChartsResponse = z.array(zChart);
1153
+ export const zCreateChartData = zChartCreateInput;
1154
+ /**
1155
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1156
+ */
1157
+ export const zCreateChartParameterClusterId = z.string();
1158
+ /**
1159
+ * Successfully created. Returns created Chart ID.
1160
+ */
1161
+ export const zCreateChartResponse = z.string();
1162
+ /**
1163
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1164
+ */
1165
+ export const zDeleteChartParameterClusterId = z.string();
1166
+ /**
1167
+ * Chart deployment name as the unique identifier of the chart.
1168
+ */
1169
+ export const zDeleteChartParameterChartName = z.string();
1170
+ /**
1171
+ * Successfully deleted.
1172
+ */
1173
+ export const zDeleteChartResponse = z.string();
1174
+ /**
1175
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1176
+ */
1177
+ export const zGetChartParameterClusterId = z.string();
1178
+ /**
1179
+ * Chart deployment name as the unique identifier of the chart.
1180
+ */
1181
+ export const zGetChartParameterChartName = z.string();
1182
+ /**
1183
+ * Returns a single object containing chart details.
1184
+ */
1185
+ export const zGetChartResponse = zChart;
1186
+ export const zUpdateChartData = zChartUpdateInput;
1187
+ /**
1188
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1189
+ */
1190
+ export const zUpdateChartParameterClusterId = z.string();
1191
+ /**
1192
+ * Chart deployment name as the unique identifier of the chart.
1193
+ */
1194
+ export const zUpdateChartParameterChartName = z.string();
1195
+ /**
1196
+ * Successfully updated.
1197
+ */
1198
+ export const zUpdateChartResponse = z.string();
1199
+ /**
1200
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1201
+ */
1202
+ export const zListFleetsParameterClusterId = z.string();
1203
+ /**
1204
+ * An array of fleets
1205
+ */
979
1206
  export const zListFleetsResponse = z.array(zFleet);
1207
+ export const zCreateFleetData = zFleetCreateInput;
1208
+ /**
1209
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1210
+ */
1211
+ export const zCreateFleetParameterClusterId = z.string();
1212
+ /**
1213
+ * Successfully created. Returns created Fleet ID.
1214
+ */
980
1215
  export const zCreateFleetResponse = z.string();
1216
+ /**
1217
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1218
+ */
1219
+ export const zDeleteFleetParameterClusterId = z.string();
1220
+ /**
1221
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1222
+ */
1223
+ export const zDeleteFleetParameterFleetName = z.string();
1224
+ /**
1225
+ * Successfully deleted.
1226
+ */
981
1227
  export const zDeleteFleetResponse = z.string();
1228
+ /**
1229
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1230
+ */
1231
+ export const zGetFleetParameterClusterId = z.string();
1232
+ /**
1233
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1234
+ */
1235
+ export const zGetFleetParameterFleetName = z.string();
1236
+ /**
1237
+ * Returns a single object containing fleet details.
1238
+ */
982
1239
  export const zGetFleetResponse = zFleet;
1240
+ export const zUpdateFleetData = zFleetUpdateInput;
1241
+ /**
1242
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1243
+ */
1244
+ export const zUpdateFleetParameterClusterId = z.string();
1245
+ /**
1246
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1247
+ */
1248
+ export const zUpdateFleetParameterFleetName = z.string();
1249
+ /**
1250
+ * Successfully updated.
1251
+ */
983
1252
  export const zUpdateFleetResponse = z.string();
1253
+ /**
1254
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1255
+ */
1256
+ export const zQueryClusterParameterClusterId = z.string();
1257
+ /**
1258
+ * An array of clusters
1259
+ */
984
1260
  export const zListClustersResponse = z.array(zCluster);
1261
+ export const zCreateClusterData = zClusterCreateInput;
1262
+ /**
1263
+ * Successfully created. Returns created Cluster ID.
1264
+ */
985
1265
  export const zCreateClusterResponse = z.string();
1266
+ /**
1267
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1268
+ */
1269
+ export const zDeleteClusterParameterClusterId = z.string();
1270
+ /**
1271
+ * Successfully deleted.
1272
+ */
986
1273
  export const zDeleteClusterResponse = z.string();
1274
+ /**
1275
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1276
+ */
1277
+ export const zGetClusterParameterClusterId = z.string();
1278
+ /**
1279
+ * Returns a single object containing cluster details.
1280
+ */
987
1281
  export const zGetClusterResponse = zCluster;
1282
+ export const zUpdateClusterData = zClusterUpdateInput;
1283
+ /**
1284
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1285
+ */
1286
+ export const zUpdateClusterParameterClusterId = z.string();
1287
+ /**
1288
+ * Successfully updated. Returns updated cluster details.
1289
+ */
988
1290
  export const zUpdateClusterResponse = zCluster;
1291
+ /**
1292
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1293
+ */
1294
+ export const zGetJoinInformationParameterClusterId = z.string();
1295
+ /**
1296
+ * An object of cluster join information
1297
+ */
989
1298
  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({});
1299
+ /**
1300
+ * An array of invites
1301
+ */
1024
1302
  export const zListInvitesResponse = z.array(zInvite);
1303
+ export const zCreateInviteData = z.object({
1304
+ email: z.string().optional()
1305
+ });
1306
+ /**
1307
+ * Successfully created. Returns created invite details.
1308
+ */
1025
1309
  export const zCreateInviteResponse = zInvite;
1310
+ /**
1311
+ * Invitation code
1312
+ */
1313
+ export const zGetInviteParameterCode = z.string();
1314
+ /**
1315
+ * Returns a single object containing invite details.
1316
+ */
1026
1317
  export const zGetInviteResponse = zInvite;
1318
+ /**
1319
+ * User email address
1320
+ */
1321
+ export const zDeleteInviteParameterEmail = z.string();
1322
+ /**
1323
+ * An array of chart listings in the marketplace.
1324
+ */
1325
+ export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
1326
+ /**
1327
+ * Unique identifier of the chart listing in the marketplace.
1328
+ */
1329
+ export const zGetMarketplaceChartParameterListingId = z.string();
1330
+ /**
1331
+ * Returns an object containing the chart listing details.
1332
+ */
1333
+ export const zGetMarketplaceChartResponse = zMarketplaceListing;
1334
+ /**
1335
+ * Returns a single object containing organization details.
1336
+ */
1027
1337
  export const zGetOrganizationResponse = zOrganization;
1028
- export const zCreateOrganizationResponse = zOrganization;
1029
- export const zUpdateOrganizationResponse = zOrganization;
1338
+ export const zCreateOrganizationData = zOrganizationCreateInput;
1339
+ /**
1340
+ * Returns a list of access token details with masked secrets.
1341
+ */
1030
1342
  export const zListTokensResponse = z.array(zToken);
1343
+ export const zCreateTokenData = zTokenCreateInput;
1344
+ /**
1345
+ * Successfully created. Returns created token details with unmasked/raw secret.
1346
+ */
1031
1347
  export const zCreateTokenResponse = zToken;
1348
+ /**
1349
+ * Generated unique identifier of the access token.
1350
+ */
1351
+ export const zDeleteTokenParameterTokenId = z.string();
1352
+ /**
1353
+ * Generated unique identifier of the access token.
1354
+ */
1355
+ export const zGetTokenParameterTokenId = z.string();
1356
+ /**
1357
+ * Returns access token details with masked secret.
1358
+ */
1032
1359
  export const zGetTokenResponse = zToken;
1360
+ export const zUpdateTokenData = zTokenUpdateInput;
1361
+ /**
1362
+ * Generated unique identifier of the access token.
1363
+ */
1364
+ export const zUpdateTokenParameterTokenId = z.string();
1365
+ /**
1366
+ * Successfully updated. Returns updated token details with masked secret.
1367
+ */
1033
1368
  export const zUpdateTokenResponse = zToken;
1369
+ /**
1370
+ * Generated unique identifier of the access token.
1371
+ */
1372
+ export const zRegenerateTokenParameterTokenId = z.string();
1373
+ /**
1374
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
1375
+ */
1034
1376
  export const zRegenerateTokenResponse = zToken;
1377
+ /**
1378
+ * User email address.
1379
+ */
1380
+ export const zListUserOrganizationsParameterEmail = z.string();
1381
+ /**
1382
+ * An array of organizations the user belongs to.
1383
+ */
1035
1384
  export const zListUserOrganizationsResponse = z.array(z.object({
1036
1385
  realm: z.string().optional(),
1037
1386
  displayName: z.string().optional()
1038
1387
  }));
1388
+ /**
1389
+ * An array of users
1390
+ */
1039
1391
  export const zListUsersResponse = z.array(zUser);
1392
+ export const zCreateUserData = zUserCreateInput;
1393
+ /**
1394
+ * Successfully created. Returns created user details.
1395
+ */
1040
1396
  export const zCreateUserResponse = zUser;
1397
+ /**
1398
+ * Unique user identifier. UUID v4 string in canonical form
1399
+ */
1400
+ export const zDeleteUserParameterUserId = z.string();
1401
+ /**
1402
+ * User profile information
1403
+ */
1041
1404
  export const zDeleteUserResponse = zUser;
1405
+ /**
1406
+ * Unique user identifier. UUID v4 string in canonical form
1407
+ */
1408
+ export const zGetUserParameterUserId = z.string();
1409
+ /**
1410
+ * User profile information
1411
+ */
1042
1412
  export const zGetUserResponse = zUser;
1413
+ export const zUpdateUserData = zUserUpdateInput;
1414
+ /**
1415
+ * Unique user identifier. UUID v4 string in canonical form
1416
+ */
1417
+ export const zUpdateUserParameterUserId = z.string();
1418
+ /**
1419
+ * Successfully created. Returns created user details.
1420
+ */
1043
1421
  export const zUpdateUserResponse = zUser;
1044
- export const zDeleteClusterPermissionsResponse = zUser;
1045
- export const zSetClusterPermissionsResponse = zUser;
1046
1422
  //# sourceMappingURL=zod.gen.js.map