@cloudfleet/sdk 0.0.1-42b710c → 0.0.1-45910ae

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.d.ts CHANGED
@@ -11,6 +11,8 @@ export declare const zBillingContact: z.ZodObject<{
11
11
  email: z.ZodString;
12
12
  first_name: z.ZodString;
13
13
  last_name: z.ZodString;
14
+ tax_id: z.ZodOptional<z.ZodString>;
15
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
14
16
  }, "strip", z.ZodTypeAny, {
15
17
  email: string;
16
18
  first_name: string;
@@ -23,6 +25,8 @@ export declare const zBillingContact: z.ZodObject<{
23
25
  postalCode?: string | undefined;
24
26
  city?: string | undefined;
25
27
  phone?: string | undefined;
28
+ tax_id?: string | undefined;
29
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
26
30
  }, {
27
31
  email: string;
28
32
  first_name: string;
@@ -35,21 +39,117 @@ export declare const zBillingContact: z.ZodObject<{
35
39
  postalCode?: string | undefined;
36
40
  city?: string | undefined;
37
41
  phone?: string | undefined;
42
+ tax_id?: string | undefined;
43
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
44
+ }>;
45
+ export declare const zBillingCredits: z.ZodObject<{
46
+ id: z.ZodOptional<z.ZodString>;
47
+ date_created: z.ZodString;
48
+ code: z.ZodString;
49
+ description: z.ZodOptional<z.ZodString>;
50
+ products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
51
+ type: z.ZodEnum<["credit", "discount"]>;
52
+ value: z.ZodNumber;
53
+ billing_period: z.ZodString;
54
+ value_remaining: z.ZodOptional<z.ZodNumber>;
55
+ }, "strip", z.ZodTypeAny, {
56
+ code: string;
57
+ type: "credit" | "discount";
58
+ value: number;
59
+ date_created: string;
60
+ billing_period: string;
61
+ id?: string | undefined;
62
+ description?: string | undefined;
63
+ products?: string[] | undefined;
64
+ value_remaining?: number | undefined;
65
+ }, {
66
+ code: string;
67
+ type: "credit" | "discount";
68
+ value: number;
69
+ date_created: string;
70
+ billing_period: string;
71
+ id?: string | undefined;
72
+ description?: string | undefined;
73
+ products?: string[] | undefined;
74
+ value_remaining?: number | undefined;
75
+ }>;
76
+ export declare const zChartCreateInput: z.ZodObject<{
77
+ values: z.ZodString;
78
+ version_channel: z.ZodString;
79
+ name: z.ZodString;
80
+ namespace: z.ZodString;
81
+ chart: z.ZodString;
82
+ }, "strip", z.ZodTypeAny, {
83
+ values: string;
84
+ name: string;
85
+ version_channel: string;
86
+ namespace: string;
87
+ chart: string;
88
+ }, {
89
+ values: string;
90
+ name: string;
91
+ version_channel: string;
92
+ namespace: string;
93
+ chart: string;
94
+ }>;
95
+ export declare const zChart: z.ZodObject<{
96
+ values: z.ZodString;
97
+ version_channel: z.ZodString;
98
+ name: z.ZodString;
99
+ namespace: z.ZodString;
100
+ chart: z.ZodString;
101
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
102
+ version_current: z.ZodString;
103
+ created_at: z.ZodString;
104
+ updated_at: z.ZodString;
105
+ ready: z.ZodBoolean;
106
+ }, "strip", z.ZodTypeAny, {
107
+ values: string;
108
+ name: string;
109
+ ready: boolean;
110
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
111
+ version_channel: string;
112
+ namespace: string;
113
+ chart: string;
114
+ version_current: string;
115
+ created_at: string;
116
+ updated_at: string;
117
+ }, {
118
+ values: string;
119
+ name: string;
120
+ ready: boolean;
121
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
122
+ version_channel: string;
123
+ namespace: string;
124
+ chart: string;
125
+ version_current: string;
126
+ created_at: string;
127
+ updated_at: string;
128
+ }>;
129
+ export declare const zChartUpdateInput: z.ZodObject<{
130
+ values: z.ZodString;
131
+ version_channel: z.ZodString;
132
+ }, "strip", z.ZodTypeAny, {
133
+ values: string;
134
+ version_channel: string;
135
+ }, {
136
+ values: string;
137
+ version_channel: string;
38
138
  }>;
39
139
  export declare const zClusterCreateInput: z.ZodObject<{
40
140
  name: z.ZodString;
41
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
42
141
  tier: z.ZodEnum<["basic", "pro"]>;
142
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
43
143
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
44
144
  }, "strip", z.ZodTypeAny, {
45
145
  name: string;
46
- tier: "basic" | "pro";
47
146
  version_channel: string;
48
- region?: "staging" | "northamerica-central-1" | undefined;
147
+ tier: "basic" | "pro";
148
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
49
149
  }, {
50
150
  name: string;
51
151
  tier: "basic" | "pro";
52
- region?: "staging" | "northamerica-central-1" | undefined;
152
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
53
153
  version_channel?: string | undefined;
54
154
  }>;
55
155
  export declare const zClusterJoinInformation: z.ZodObject<{
@@ -116,8 +216,8 @@ export declare const zClusterJoinInformation: z.ZodObject<{
116
216
  }>;
117
217
  export declare const zCluster: z.ZodObject<{
118
218
  name: z.ZodString;
119
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
120
219
  tier: z.ZodEnum<["basic", "pro"]>;
220
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
121
221
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
122
222
  id: z.ZodString;
123
223
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -131,36 +231,39 @@ export declare const zCluster: z.ZodObject<{
131
231
  name: string;
132
232
  id: string;
133
233
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
134
- tier: "basic" | "pro";
135
234
  version_channel: string;
235
+ tier: "basic" | "pro";
136
236
  ready?: boolean | undefined;
137
- region?: "staging" | "northamerica-central-1" | undefined;
138
- endpoint?: string | undefined;
139
- certificate_ca?: string | undefined;
237
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
140
238
  version_current?: string | undefined;
141
239
  created_at?: string | undefined;
142
240
  updated_at?: string | undefined;
241
+ endpoint?: string | undefined;
242
+ certificate_ca?: string | undefined;
143
243
  }, {
144
244
  name: string;
145
245
  id: string;
146
246
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
147
247
  tier: "basic" | "pro";
148
248
  ready?: boolean | undefined;
149
- region?: "staging" | "northamerica-central-1" | undefined;
150
- endpoint?: string | undefined;
249
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
151
250
  version_channel?: string | undefined;
152
- certificate_ca?: string | undefined;
153
251
  version_current?: string | undefined;
154
252
  created_at?: string | undefined;
155
253
  updated_at?: string | undefined;
254
+ endpoint?: string | undefined;
255
+ certificate_ca?: string | undefined;
156
256
  }>;
157
257
  export declare const zClusterUpdateInput: z.ZodObject<{
158
258
  name: z.ZodOptional<z.ZodString>;
259
+ tier: z.ZodEnum<["basic", "pro"]>;
159
260
  version_channel: z.ZodOptional<z.ZodString>;
160
261
  }, "strip", z.ZodTypeAny, {
262
+ tier: "basic" | "pro";
161
263
  name?: string | undefined;
162
264
  version_channel?: string | undefined;
163
265
  }, {
266
+ tier: "basic" | "pro";
164
267
  name?: string | undefined;
165
268
  version_channel?: string | undefined;
166
269
  }>;
@@ -182,25 +285,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
182
285
  project: string;
183
286
  enabled?: boolean | undefined;
184
287
  }>>;
185
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
288
+ hetzner: z.ZodOptional<z.ZodObject<{
186
289
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
187
- apiKey: z.ZodOptional<z.ZodString>;
290
+ apiKey: z.ZodString;
188
291
  }, "strip", z.ZodTypeAny, {
292
+ apiKey: string;
189
293
  enabled: boolean;
190
- apiKey?: string | undefined;
191
294
  }, {
192
- apiKey?: string | undefined;
295
+ apiKey: string;
193
296
  enabled?: boolean | undefined;
194
- }>, z.ZodObject<{
195
- apiKey: z.ZodOptional<z.ZodString>;
196
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
197
- }, "strip", z.ZodTypeAny, {
198
- enabled: boolean;
199
- apiKey?: string | undefined;
200
- }, {
201
- apiKey?: string | undefined;
202
- enabled?: boolean | undefined;
203
- }>]>>;
297
+ }>>;
204
298
  aws: z.ZodOptional<z.ZodObject<{
205
299
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
206
300
  controllerRoleArn: z.ZodString;
@@ -212,9 +306,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
212
306
  enabled?: boolean | undefined;
213
307
  }>>;
214
308
  id: z.ZodString;
215
- type: z.ZodEnum<["managed", "connected"]>;
216
309
  }, "strip", z.ZodTypeAny, {
217
- type: "connected" | "managed";
218
310
  id: string;
219
311
  limits?: {
220
312
  cpu: number;
@@ -224,18 +316,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
224
316
  enabled: boolean;
225
317
  } | undefined;
226
318
  hetzner?: {
319
+ apiKey: string;
227
320
  enabled: boolean;
228
- apiKey?: string | undefined;
229
- } | {
230
- enabled: boolean;
231
- apiKey?: string | undefined;
232
321
  } | undefined;
233
322
  aws?: {
234
323
  controllerRoleArn: string;
235
324
  enabled: boolean;
236
325
  } | undefined;
237
326
  }, {
238
- type: "connected" | "managed";
239
327
  id: string;
240
328
  limits?: {
241
329
  cpu: number;
@@ -245,10 +333,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
245
333
  enabled?: boolean | undefined;
246
334
  } | undefined;
247
335
  hetzner?: {
248
- apiKey?: string | undefined;
249
- enabled?: boolean | undefined;
250
- } | {
251
- apiKey?: string | undefined;
336
+ apiKey: string;
252
337
  enabled?: boolean | undefined;
253
338
  } | undefined;
254
339
  aws?: {
@@ -274,25 +359,16 @@ export declare const zFleet: z.ZodObject<{
274
359
  project: string;
275
360
  enabled?: boolean | undefined;
276
361
  }>>;
277
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
362
+ hetzner: z.ZodOptional<z.ZodObject<{
278
363
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
279
- apiKey: z.ZodOptional<z.ZodString>;
364
+ apiKey: z.ZodString;
280
365
  }, "strip", z.ZodTypeAny, {
366
+ apiKey: string;
281
367
  enabled: boolean;
282
- apiKey?: string | undefined;
283
368
  }, {
284
- apiKey?: string | undefined;
369
+ apiKey: string;
285
370
  enabled?: boolean | undefined;
286
- }>, z.ZodObject<{
287
- apiKey: z.ZodOptional<z.ZodString>;
288
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
289
- }, "strip", z.ZodTypeAny, {
290
- enabled: boolean;
291
- apiKey?: string | undefined;
292
- }, {
293
- apiKey?: string | undefined;
294
- enabled?: boolean | undefined;
295
- }>]>>;
371
+ }>>;
296
372
  aws: z.ZodOptional<z.ZodObject<{
297
373
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
298
374
  controllerRoleArn: z.ZodString;
@@ -304,9 +380,7 @@ export declare const zFleet: z.ZodObject<{
304
380
  enabled?: boolean | undefined;
305
381
  }>>;
306
382
  id: z.ZodString;
307
- type: z.ZodEnum<["managed", "connected"]>;
308
383
  }, "strip", z.ZodTypeAny, {
309
- type: "connected" | "managed";
310
384
  id: string;
311
385
  limits?: {
312
386
  cpu: number;
@@ -316,18 +390,14 @@ export declare const zFleet: z.ZodObject<{
316
390
  enabled: boolean;
317
391
  } | undefined;
318
392
  hetzner?: {
393
+ apiKey: string;
319
394
  enabled: boolean;
320
- apiKey?: string | undefined;
321
- } | {
322
- enabled: boolean;
323
- apiKey?: string | undefined;
324
395
  } | undefined;
325
396
  aws?: {
326
397
  controllerRoleArn: string;
327
398
  enabled: boolean;
328
399
  } | undefined;
329
400
  }, {
330
- type: "connected" | "managed";
331
401
  id: string;
332
402
  limits?: {
333
403
  cpu: number;
@@ -337,10 +407,7 @@ export declare const zFleet: z.ZodObject<{
337
407
  enabled?: boolean | undefined;
338
408
  } | undefined;
339
409
  hetzner?: {
340
- apiKey?: string | undefined;
341
- enabled?: boolean | undefined;
342
- } | {
343
- apiKey?: string | undefined;
410
+ apiKey: string;
344
411
  enabled?: boolean | undefined;
345
412
  } | undefined;
346
413
  aws?: {
@@ -366,25 +433,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
366
433
  project: string;
367
434
  enabled?: boolean | undefined;
368
435
  }>>;
369
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
436
+ hetzner: z.ZodOptional<z.ZodObject<{
370
437
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
371
- apiKey: z.ZodOptional<z.ZodString>;
438
+ apiKey: z.ZodString;
372
439
  }, "strip", z.ZodTypeAny, {
440
+ apiKey: string;
373
441
  enabled: boolean;
374
- apiKey?: string | undefined;
375
442
  }, {
376
- apiKey?: string | undefined;
443
+ apiKey: string;
377
444
  enabled?: boolean | undefined;
378
- }>, z.ZodObject<{
379
- apiKey: z.ZodOptional<z.ZodString>;
380
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
381
- }, "strip", z.ZodTypeAny, {
382
- enabled: boolean;
383
- apiKey?: string | undefined;
384
- }, {
385
- apiKey?: string | undefined;
386
- enabled?: boolean | undefined;
387
- }>]>>;
445
+ }>>;
388
446
  aws: z.ZodOptional<z.ZodObject<{
389
447
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
448
  controllerRoleArn: z.ZodString;
@@ -404,11 +462,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
404
462
  enabled: boolean;
405
463
  } | undefined;
406
464
  hetzner?: {
465
+ apiKey: string;
407
466
  enabled: boolean;
408
- apiKey?: string | undefined;
409
- } | {
410
- enabled: boolean;
411
- apiKey?: string | undefined;
412
467
  } | undefined;
413
468
  aws?: {
414
469
  controllerRoleArn: string;
@@ -423,10 +478,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
423
478
  enabled?: boolean | undefined;
424
479
  } | undefined;
425
480
  hetzner?: {
426
- apiKey?: string | undefined;
427
- enabled?: boolean | undefined;
428
- } | {
429
- apiKey?: string | undefined;
481
+ apiKey: string;
430
482
  enabled?: boolean | undefined;
431
483
  } | undefined;
432
484
  aws?: {
@@ -719,6 +771,57 @@ export declare const zInvoice: z.ZodObject<{
719
771
  childItems?: unknown[] | undefined;
720
772
  }[] | undefined;
721
773
  }>;
774
+ export declare const zMarketplaceListing: z.ZodObject<{
775
+ id: z.ZodString;
776
+ name: z.ZodString;
777
+ developer: z.ZodString;
778
+ description: z.ZodString;
779
+ logoUrl: z.ZodString;
780
+ longDescription: z.ZodString;
781
+ categories: z.ZodArray<z.ZodString, "many">;
782
+ version_channels: z.ZodArray<z.ZodString, "many">;
783
+ value_schemas: z.ZodArray<z.ZodObject<{
784
+ version: z.ZodString;
785
+ schema: z.ZodString;
786
+ placeholder: z.ZodString;
787
+ }, "strip", z.ZodTypeAny, {
788
+ version: string;
789
+ schema: string;
790
+ placeholder: string;
791
+ }, {
792
+ version: string;
793
+ schema: string;
794
+ placeholder: string;
795
+ }>, "many">;
796
+ }, "strip", z.ZodTypeAny, {
797
+ name: string;
798
+ id: string;
799
+ description: string;
800
+ developer: string;
801
+ logoUrl: string;
802
+ longDescription: string;
803
+ categories: string[];
804
+ version_channels: string[];
805
+ value_schemas: {
806
+ version: string;
807
+ schema: string;
808
+ placeholder: string;
809
+ }[];
810
+ }, {
811
+ name: string;
812
+ id: string;
813
+ description: string;
814
+ developer: string;
815
+ logoUrl: string;
816
+ longDescription: string;
817
+ categories: string[];
818
+ version_channels: string[];
819
+ value_schemas: {
820
+ version: string;
821
+ schema: string;
822
+ placeholder: string;
823
+ }[];
824
+ }>;
722
825
  export declare const zOrganizationCreateInput: z.ZodObject<{
723
826
  email: z.ZodString;
724
827
  first_name: z.ZodString;
@@ -748,7 +851,6 @@ export declare const zOrganization: z.ZodObject<{
748
851
  pro_clusters_max: z.ZodNumber;
749
852
  pro_clusters_available: z.ZodNumber;
750
853
  fleets_max: z.ZodNumber;
751
- managed_fleets_cpu_max: z.ZodNumber;
752
854
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
753
855
  regions: z.ZodArray<z.ZodString, "many">;
754
856
  versions: z.ZodArray<z.ZodObject<{
@@ -771,7 +873,6 @@ export declare const zOrganization: z.ZodObject<{
771
873
  pro_clusters_max: number;
772
874
  pro_clusters_available: number;
773
875
  fleets_max: number;
774
- managed_fleets_cpu_max: number;
775
876
  cluster_tiers: string[];
776
877
  regions: string[];
777
878
  }, {
@@ -784,7 +885,6 @@ export declare const zOrganization: z.ZodObject<{
784
885
  pro_clusters_max: number;
785
886
  pro_clusters_available: number;
786
887
  fleets_max: number;
787
- managed_fleets_cpu_max: number;
788
888
  cluster_tiers: string[];
789
889
  regions: string[];
790
890
  }>;
@@ -803,7 +903,6 @@ export declare const zOrganization: z.ZodObject<{
803
903
  pro_clusters_max: number;
804
904
  pro_clusters_available: number;
805
905
  fleets_max: number;
806
- managed_fleets_cpu_max: number;
807
906
  cluster_tiers: string[];
808
907
  regions: string[];
809
908
  };
@@ -822,7 +921,6 @@ export declare const zOrganization: z.ZodObject<{
822
921
  pro_clusters_max: number;
823
922
  pro_clusters_available: number;
824
923
  fleets_max: number;
825
- managed_fleets_cpu_max: number;
826
924
  cluster_tiers: string[];
827
925
  regions: string[];
828
926
  };
@@ -895,8 +993,8 @@ export declare const zTokenUpdateInput: z.ZodObject<{
895
993
  export declare const zUsage: z.ZodObject<{
896
994
  hour: z.ZodOptional<z.ZodString>;
897
995
  cluster_id: z.ZodString;
898
- cluster_tier: z.ZodEnum<[""]>;
899
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
996
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
997
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
900
998
  node_name: z.ZodString;
901
999
  sku: z.ZodString;
902
1000
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -906,10 +1004,10 @@ export declare const zUsage: z.ZodObject<{
906
1004
  }, "strip", z.ZodTypeAny, {
907
1005
  total: number | "";
908
1006
  cpu: number | "";
909
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1007
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
910
1008
  value: number | "";
911
1009
  cluster_id: string;
912
- cluster_tier: "";
1010
+ cluster_tier: "" | "basic" | "pro";
913
1011
  node_name: string;
914
1012
  sku: string;
915
1013
  price: number | "";
@@ -917,10 +1015,10 @@ export declare const zUsage: z.ZodObject<{
917
1015
  }, {
918
1016
  total: number | "";
919
1017
  cpu: number | "";
920
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1018
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
921
1019
  value: number | "";
922
1020
  cluster_id: string;
923
- cluster_tier: "";
1021
+ cluster_tier: "" | "basic" | "pro";
924
1022
  node_name: string;
925
1023
  sku: string;
926
1024
  price: number | "";
@@ -959,16 +1057,6 @@ export declare const zUser: z.ZodObject<{
959
1057
  status: z.ZodEnum<["active", "inactive"]>;
960
1058
  id: z.ZodString;
961
1059
  date_created: z.ZodString;
962
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
963
- cluster_id: z.ZodString;
964
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
965
- }, "strip", z.ZodTypeAny, {
966
- cluster_id: string;
967
- permissions: "readonly" | "readwrite";
968
- }, {
969
- cluster_id: string;
970
- permissions: "readonly" | "readwrite";
971
- }>, "many">>;
972
1060
  }, "strip", z.ZodTypeAny, {
973
1061
  id: string;
974
1062
  role: "Administrator" | "User";
@@ -977,10 +1065,6 @@ export declare const zUser: z.ZodObject<{
977
1065
  first_name: string;
978
1066
  last_name: string;
979
1067
  date_created: string;
980
- cluster_permissions?: {
981
- cluster_id: string;
982
- permissions: "readonly" | "readwrite";
983
- }[] | undefined;
984
1068
  }, {
985
1069
  id: string;
986
1070
  role: "Administrator" | "User";
@@ -989,10 +1073,6 @@ export declare const zUser: z.ZodObject<{
989
1073
  first_name: string;
990
1074
  last_name: string;
991
1075
  date_created: string;
992
- cluster_permissions?: {
993
- cluster_id: string;
994
- permissions: "readonly" | "readwrite";
995
- }[] | undefined;
996
1076
  }>;
997
1077
  export declare const zUserUpdateInput: z.ZodObject<{
998
1078
  email: z.ZodOptional<z.ZodString>;
@@ -1013,11 +1093,14 @@ export declare const zUserUpdateInput: z.ZodObject<{
1013
1093
  first_name?: string | undefined;
1014
1094
  last_name?: string | undefined;
1015
1095
  }>;
1096
+ /**
1097
+ * An array of usage records.
1098
+ */
1016
1099
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1017
1100
  hour: z.ZodOptional<z.ZodString>;
1018
1101
  cluster_id: z.ZodString;
1019
- cluster_tier: z.ZodEnum<[""]>;
1020
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
1102
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
1103
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
1021
1104
  node_name: z.ZodString;
1022
1105
  sku: z.ZodString;
1023
1106
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1027,10 +1110,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1027
1110
  }, "strip", z.ZodTypeAny, {
1028
1111
  total: number | "";
1029
1112
  cpu: number | "";
1030
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1113
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1031
1114
  value: number | "";
1032
1115
  cluster_id: string;
1033
- cluster_tier: "";
1116
+ cluster_tier: "" | "basic" | "pro";
1034
1117
  node_name: string;
1035
1118
  sku: string;
1036
1119
  price: number | "";
@@ -1038,16 +1121,22 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1038
1121
  }, {
1039
1122
  total: number | "";
1040
1123
  cpu: number | "";
1041
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1124
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1042
1125
  value: number | "";
1043
1126
  cluster_id: string;
1044
- cluster_tier: "";
1127
+ cluster_tier: "" | "basic" | "pro";
1045
1128
  node_name: string;
1046
1129
  sku: string;
1047
1130
  price: number | "";
1048
1131
  hour?: string | undefined;
1049
1132
  }>, "many">;
1133
+ /**
1134
+ * Current balance of the organization in USD as a floating-point number.
1135
+ */
1050
1136
  export declare const zGetBalanceResponse: z.ZodNumber;
1137
+ /**
1138
+ * Redacted payment card information.
1139
+ */
1051
1140
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1052
1141
  id: z.ZodString;
1053
1142
  setup: z.ZodBoolean;
@@ -1073,6 +1162,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1073
1162
  exp_year: number;
1074
1163
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1075
1164
  }>;
1165
+ /**
1166
+ * 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.
1167
+ *
1168
+ */
1076
1169
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1077
1170
  id: z.ZodOptional<z.ZodString>;
1078
1171
  }, "strip", z.ZodTypeAny, {
@@ -1080,6 +1173,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1080
1173
  }, {
1081
1174
  id?: string | undefined;
1082
1175
  }>;
1176
+ /**
1177
+ * Start date for the usage. Date of oldest data point to retrieve.
1178
+ */
1179
+ export declare const zListInvoicesParameterStartDate: z.ZodString;
1180
+ /**
1181
+ * End date for the usage. Date of newest data point to retrieve.
1182
+ */
1183
+ export declare const zListInvoicesParameterEndDate: z.ZodString;
1184
+ /**
1185
+ * An array of usage records.
1186
+ */
1083
1187
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1084
1188
  id: z.ZodOptional<z.ZodString>;
1085
1189
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1346,6 +1450,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1346
1450
  childItems?: unknown[] | undefined;
1347
1451
  }[] | undefined;
1348
1452
  }>, "many">;
1453
+ /**
1454
+ * Unique invoice identifier. UUID v4 string in canonical form
1455
+ */
1456
+ export declare const zGetInvoiceParameterId: z.ZodString;
1457
+ /**
1458
+ * Returns a single Invoice HTML representation under `html` property.
1459
+ */
1349
1460
  export declare const zGetInvoiceResponse: z.ZodObject<{
1350
1461
  html: z.ZodOptional<z.ZodString>;
1351
1462
  }, "strip", z.ZodTypeAny, {
@@ -1353,6 +1464,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1353
1464
  }, {
1354
1465
  html?: string | undefined;
1355
1466
  }>;
1467
+ /**
1468
+ * Returns a single object containing organization contact and billing address details.
1469
+ */
1356
1470
  export declare const zGetContactResponse: z.ZodObject<{
1357
1471
  company: z.ZodOptional<z.ZodString>;
1358
1472
  address1: z.ZodOptional<z.ZodString>;
@@ -1365,6 +1479,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1365
1479
  email: z.ZodString;
1366
1480
  first_name: z.ZodString;
1367
1481
  last_name: z.ZodString;
1482
+ tax_id: z.ZodOptional<z.ZodString>;
1483
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1484
+ }, "strip", z.ZodTypeAny, {
1485
+ email: string;
1486
+ first_name: string;
1487
+ last_name: string;
1488
+ state?: string | undefined;
1489
+ country?: string | undefined;
1490
+ company?: string | undefined;
1491
+ address1?: string | undefined;
1492
+ address2?: string | undefined;
1493
+ postalCode?: string | undefined;
1494
+ city?: string | undefined;
1495
+ phone?: string | undefined;
1496
+ tax_id?: string | undefined;
1497
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1498
+ }, {
1499
+ email: string;
1500
+ first_name: string;
1501
+ last_name: string;
1502
+ state?: string | undefined;
1503
+ country?: string | undefined;
1504
+ company?: string | undefined;
1505
+ address1?: string | undefined;
1506
+ address2?: string | undefined;
1507
+ postalCode?: string | undefined;
1508
+ city?: string | undefined;
1509
+ phone?: string | undefined;
1510
+ tax_id?: string | undefined;
1511
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1512
+ }>;
1513
+ export declare const zUpdateContactData: z.ZodObject<{
1514
+ company: z.ZodOptional<z.ZodString>;
1515
+ address1: z.ZodOptional<z.ZodString>;
1516
+ address2: z.ZodOptional<z.ZodString>;
1517
+ postalCode: z.ZodOptional<z.ZodString>;
1518
+ city: z.ZodOptional<z.ZodString>;
1519
+ state: z.ZodOptional<z.ZodString>;
1520
+ country: z.ZodOptional<z.ZodString>;
1521
+ phone: z.ZodOptional<z.ZodString>;
1522
+ email: z.ZodString;
1523
+ first_name: z.ZodString;
1524
+ last_name: z.ZodString;
1525
+ tax_id: z.ZodOptional<z.ZodString>;
1526
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1368
1527
  }, "strip", z.ZodTypeAny, {
1369
1528
  email: string;
1370
1529
  first_name: string;
@@ -1377,6 +1536,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1377
1536
  postalCode?: string | undefined;
1378
1537
  city?: string | undefined;
1379
1538
  phone?: string | undefined;
1539
+ tax_id?: string | undefined;
1540
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1380
1541
  }, {
1381
1542
  email: string;
1382
1543
  first_name: string;
@@ -1389,7 +1550,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1389
1550
  postalCode?: string | undefined;
1390
1551
  city?: string | undefined;
1391
1552
  phone?: string | undefined;
1553
+ tax_id?: string | undefined;
1554
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1392
1555
  }>;
1556
+ /**
1557
+ * Successfully updated. Returns updated organization details.
1558
+ */
1393
1559
  export declare const zUpdateContactResponse: z.ZodObject<{
1394
1560
  company: z.ZodOptional<z.ZodString>;
1395
1561
  address1: z.ZodOptional<z.ZodString>;
@@ -1402,6 +1568,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1402
1568
  email: z.ZodString;
1403
1569
  first_name: z.ZodString;
1404
1570
  last_name: z.ZodString;
1571
+ tax_id: z.ZodOptional<z.ZodString>;
1572
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1405
1573
  }, "strip", z.ZodTypeAny, {
1406
1574
  email: string;
1407
1575
  first_name: string;
@@ -1414,6 +1582,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1414
1582
  postalCode?: string | undefined;
1415
1583
  city?: string | undefined;
1416
1584
  phone?: string | undefined;
1585
+ tax_id?: string | undefined;
1586
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1417
1587
  }, {
1418
1588
  email: string;
1419
1589
  first_name: string;
@@ -1426,7 +1596,204 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1426
1596
  postalCode?: string | undefined;
1427
1597
  city?: string | undefined;
1428
1598
  phone?: string | undefined;
1599
+ tax_id?: string | undefined;
1600
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1601
+ }>;
1602
+ /**
1603
+ * An array of the applied promotional credits records.
1604
+ */
1605
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1606
+ id: z.ZodOptional<z.ZodString>;
1607
+ date_created: z.ZodString;
1608
+ code: z.ZodString;
1609
+ description: z.ZodOptional<z.ZodString>;
1610
+ products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1611
+ type: z.ZodEnum<["credit", "discount"]>;
1612
+ value: z.ZodNumber;
1613
+ billing_period: z.ZodString;
1614
+ value_remaining: z.ZodOptional<z.ZodNumber>;
1615
+ }, "strip", z.ZodTypeAny, {
1616
+ code: string;
1617
+ type: "credit" | "discount";
1618
+ value: number;
1619
+ date_created: string;
1620
+ billing_period: string;
1621
+ id?: string | undefined;
1622
+ description?: string | undefined;
1623
+ products?: string[] | undefined;
1624
+ value_remaining?: number | undefined;
1625
+ }, {
1626
+ code: string;
1627
+ type: "credit" | "discount";
1628
+ value: number;
1629
+ date_created: string;
1630
+ billing_period: string;
1631
+ id?: string | undefined;
1632
+ description?: string | undefined;
1633
+ products?: string[] | undefined;
1634
+ value_remaining?: number | undefined;
1635
+ }>, "many">;
1636
+ export declare const zRedeemCreditsData: z.ZodObject<{
1637
+ code: z.ZodOptional<z.ZodString>;
1638
+ }, "strip", z.ZodTypeAny, {
1639
+ code?: string | undefined;
1640
+ }, {
1641
+ code?: string | undefined;
1642
+ }>;
1643
+ /**
1644
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1645
+ */
1646
+ export declare const zListChartsParameterClusterId: z.ZodString;
1647
+ /**
1648
+ * An array of charts
1649
+ */
1650
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1651
+ values: z.ZodString;
1652
+ version_channel: z.ZodString;
1653
+ name: z.ZodString;
1654
+ namespace: z.ZodString;
1655
+ chart: z.ZodString;
1656
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1657
+ version_current: z.ZodString;
1658
+ created_at: z.ZodString;
1659
+ updated_at: z.ZodString;
1660
+ ready: z.ZodBoolean;
1661
+ }, "strip", z.ZodTypeAny, {
1662
+ values: string;
1663
+ name: string;
1664
+ ready: boolean;
1665
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1666
+ version_channel: string;
1667
+ namespace: string;
1668
+ chart: string;
1669
+ version_current: string;
1670
+ created_at: string;
1671
+ updated_at: string;
1672
+ }, {
1673
+ values: string;
1674
+ name: string;
1675
+ ready: boolean;
1676
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1677
+ version_channel: string;
1678
+ namespace: string;
1679
+ chart: string;
1680
+ version_current: string;
1681
+ created_at: string;
1682
+ updated_at: string;
1683
+ }>, "many">;
1684
+ export declare const zCreateChartData: z.ZodObject<{
1685
+ values: z.ZodString;
1686
+ version_channel: z.ZodString;
1687
+ name: z.ZodString;
1688
+ namespace: z.ZodString;
1689
+ chart: z.ZodString;
1690
+ }, "strip", z.ZodTypeAny, {
1691
+ values: string;
1692
+ name: string;
1693
+ version_channel: string;
1694
+ namespace: string;
1695
+ chart: string;
1696
+ }, {
1697
+ values: string;
1698
+ name: string;
1699
+ version_channel: string;
1700
+ namespace: string;
1701
+ chart: string;
1702
+ }>;
1703
+ /**
1704
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1705
+ */
1706
+ export declare const zCreateChartParameterClusterId: z.ZodString;
1707
+ /**
1708
+ * Successfully created. Returns created Chart ID.
1709
+ */
1710
+ export declare const zCreateChartResponse: z.ZodString;
1711
+ /**
1712
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1713
+ */
1714
+ export declare const zDeleteChartParameterClusterId: z.ZodString;
1715
+ /**
1716
+ * Chart deployment name as the unique identifier of the chart.
1717
+ */
1718
+ export declare const zDeleteChartParameterChartName: z.ZodString;
1719
+ /**
1720
+ * Successfully deleted.
1721
+ */
1722
+ export declare const zDeleteChartResponse: z.ZodString;
1723
+ /**
1724
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1725
+ */
1726
+ export declare const zGetChartParameterClusterId: z.ZodString;
1727
+ /**
1728
+ * Chart deployment name as the unique identifier of the chart.
1729
+ */
1730
+ export declare const zGetChartParameterChartName: z.ZodString;
1731
+ /**
1732
+ * Returns a single object containing chart details.
1733
+ */
1734
+ export declare const zGetChartResponse: z.ZodObject<{
1735
+ values: z.ZodString;
1736
+ version_channel: z.ZodString;
1737
+ name: z.ZodString;
1738
+ namespace: z.ZodString;
1739
+ chart: z.ZodString;
1740
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1741
+ version_current: z.ZodString;
1742
+ created_at: z.ZodString;
1743
+ updated_at: z.ZodString;
1744
+ ready: z.ZodBoolean;
1745
+ }, "strip", z.ZodTypeAny, {
1746
+ values: string;
1747
+ name: string;
1748
+ ready: boolean;
1749
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1750
+ version_channel: string;
1751
+ namespace: string;
1752
+ chart: string;
1753
+ version_current: string;
1754
+ created_at: string;
1755
+ updated_at: string;
1756
+ }, {
1757
+ values: string;
1758
+ name: string;
1759
+ ready: boolean;
1760
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1761
+ version_channel: string;
1762
+ namespace: string;
1763
+ chart: string;
1764
+ version_current: string;
1765
+ created_at: string;
1766
+ updated_at: string;
1767
+ }>;
1768
+ export declare const zUpdateChartData: z.ZodObject<{
1769
+ values: z.ZodString;
1770
+ version_channel: z.ZodString;
1771
+ }, "strip", z.ZodTypeAny, {
1772
+ values: string;
1773
+ version_channel: string;
1774
+ }, {
1775
+ values: string;
1776
+ version_channel: string;
1429
1777
  }>;
1778
+ /**
1779
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1780
+ */
1781
+ export declare const zUpdateChartParameterClusterId: z.ZodString;
1782
+ /**
1783
+ * Chart deployment name as the unique identifier of the chart.
1784
+ */
1785
+ export declare const zUpdateChartParameterChartName: z.ZodString;
1786
+ /**
1787
+ * Successfully updated.
1788
+ */
1789
+ export declare const zUpdateChartResponse: z.ZodString;
1790
+ /**
1791
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1792
+ */
1793
+ export declare const zListFleetsParameterClusterId: z.ZodString;
1794
+ /**
1795
+ * An array of fleets
1796
+ */
1430
1797
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1431
1798
  limits: z.ZodOptional<z.ZodObject<{
1432
1799
  cpu: z.ZodNumber;
@@ -1445,25 +1812,90 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1445
1812
  project: string;
1446
1813
  enabled?: boolean | undefined;
1447
1814
  }>>;
1448
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1815
+ hetzner: z.ZodOptional<z.ZodObject<{
1816
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1817
+ apiKey: z.ZodString;
1818
+ }, "strip", z.ZodTypeAny, {
1819
+ apiKey: string;
1820
+ enabled: boolean;
1821
+ }, {
1822
+ apiKey: string;
1823
+ enabled?: boolean | undefined;
1824
+ }>>;
1825
+ aws: z.ZodOptional<z.ZodObject<{
1826
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1827
+ controllerRoleArn: z.ZodString;
1828
+ }, "strip", z.ZodTypeAny, {
1829
+ controllerRoleArn: string;
1830
+ enabled: boolean;
1831
+ }, {
1832
+ controllerRoleArn: string;
1833
+ enabled?: boolean | undefined;
1834
+ }>>;
1835
+ id: z.ZodString;
1836
+ }, "strip", z.ZodTypeAny, {
1837
+ id: string;
1838
+ limits?: {
1839
+ cpu: number;
1840
+ } | undefined;
1841
+ gcp?: {
1842
+ project: string;
1843
+ enabled: boolean;
1844
+ } | undefined;
1845
+ hetzner?: {
1846
+ apiKey: string;
1847
+ enabled: boolean;
1848
+ } | undefined;
1849
+ aws?: {
1850
+ controllerRoleArn: string;
1851
+ enabled: boolean;
1852
+ } | undefined;
1853
+ }, {
1854
+ id: string;
1855
+ limits?: {
1856
+ cpu: number;
1857
+ } | undefined;
1858
+ gcp?: {
1859
+ project: string;
1860
+ enabled?: boolean | undefined;
1861
+ } | undefined;
1862
+ hetzner?: {
1863
+ apiKey: string;
1864
+ enabled?: boolean | undefined;
1865
+ } | undefined;
1866
+ aws?: {
1867
+ controllerRoleArn: string;
1868
+ enabled?: boolean | undefined;
1869
+ } | undefined;
1870
+ }>, "many">;
1871
+ export declare const zCreateFleetData: z.ZodObject<{
1872
+ limits: z.ZodOptional<z.ZodObject<{
1873
+ cpu: z.ZodNumber;
1874
+ }, "strip", z.ZodTypeAny, {
1875
+ cpu: number;
1876
+ }, {
1877
+ cpu: number;
1878
+ }>>;
1879
+ gcp: z.ZodOptional<z.ZodObject<{
1449
1880
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1450
- apiKey: z.ZodOptional<z.ZodString>;
1881
+ project: z.ZodString;
1451
1882
  }, "strip", z.ZodTypeAny, {
1883
+ project: string;
1452
1884
  enabled: boolean;
1453
- apiKey?: string | undefined;
1454
1885
  }, {
1455
- apiKey?: string | undefined;
1886
+ project: string;
1456
1887
  enabled?: boolean | undefined;
1457
- }>, z.ZodObject<{
1458
- apiKey: z.ZodOptional<z.ZodString>;
1888
+ }>>;
1889
+ hetzner: z.ZodOptional<z.ZodObject<{
1459
1890
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1891
+ apiKey: z.ZodString;
1460
1892
  }, "strip", z.ZodTypeAny, {
1893
+ apiKey: string;
1461
1894
  enabled: boolean;
1462
- apiKey?: string | undefined;
1463
1895
  }, {
1464
- apiKey?: string | undefined;
1896
+ apiKey: string;
1465
1897
  enabled?: boolean | undefined;
1466
- }>]>>;
1898
+ }>>;
1467
1899
  aws: z.ZodOptional<z.ZodObject<{
1468
1900
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1469
1901
  controllerRoleArn: z.ZodString;
@@ -1475,9 +1907,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1475
1907
  enabled?: boolean | undefined;
1476
1908
  }>>;
1477
1909
  id: z.ZodString;
1478
- type: z.ZodEnum<["managed", "connected"]>;
1479
1910
  }, "strip", z.ZodTypeAny, {
1480
- type: "connected" | "managed";
1481
1911
  id: string;
1482
1912
  limits?: {
1483
1913
  cpu: number;
@@ -1487,18 +1917,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1487
1917
  enabled: boolean;
1488
1918
  } | undefined;
1489
1919
  hetzner?: {
1920
+ apiKey: string;
1490
1921
  enabled: boolean;
1491
- apiKey?: string | undefined;
1492
- } | {
1493
- enabled: boolean;
1494
- apiKey?: string | undefined;
1495
1922
  } | undefined;
1496
1923
  aws?: {
1497
1924
  controllerRoleArn: string;
1498
1925
  enabled: boolean;
1499
1926
  } | undefined;
1500
1927
  }, {
1501
- type: "connected" | "managed";
1502
1928
  id: string;
1503
1929
  limits?: {
1504
1930
  cpu: number;
@@ -1508,19 +1934,45 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1508
1934
  enabled?: boolean | undefined;
1509
1935
  } | undefined;
1510
1936
  hetzner?: {
1511
- apiKey?: string | undefined;
1512
- enabled?: boolean | undefined;
1513
- } | {
1514
- apiKey?: string | undefined;
1937
+ apiKey: string;
1515
1938
  enabled?: boolean | undefined;
1516
1939
  } | undefined;
1517
1940
  aws?: {
1518
1941
  controllerRoleArn: string;
1519
1942
  enabled?: boolean | undefined;
1520
1943
  } | undefined;
1521
- }>, "many">;
1944
+ }>;
1945
+ /**
1946
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1947
+ */
1948
+ export declare const zCreateFleetParameterClusterId: z.ZodString;
1949
+ /**
1950
+ * Successfully created. Returns created Fleet ID.
1951
+ */
1522
1952
  export declare const zCreateFleetResponse: z.ZodString;
1953
+ /**
1954
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1955
+ */
1956
+ export declare const zDeleteFleetParameterClusterId: z.ZodString;
1957
+ /**
1958
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1959
+ */
1960
+ export declare const zDeleteFleetParameterFleetName: z.ZodString;
1961
+ /**
1962
+ * Successfully deleted.
1963
+ */
1523
1964
  export declare const zDeleteFleetResponse: z.ZodString;
1965
+ /**
1966
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1967
+ */
1968
+ export declare const zGetFleetParameterClusterId: z.ZodString;
1969
+ /**
1970
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1971
+ */
1972
+ export declare const zGetFleetParameterFleetName: z.ZodString;
1973
+ /**
1974
+ * Returns a single object containing fleet details.
1975
+ */
1524
1976
  export declare const zGetFleetResponse: z.ZodObject<{
1525
1977
  limits: z.ZodOptional<z.ZodObject<{
1526
1978
  cpu: z.ZodNumber;
@@ -1539,25 +1991,16 @@ export declare const zGetFleetResponse: z.ZodObject<{
1539
1991
  project: string;
1540
1992
  enabled?: boolean | undefined;
1541
1993
  }>>;
1542
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1543
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1544
- apiKey: z.ZodOptional<z.ZodString>;
1545
- }, "strip", z.ZodTypeAny, {
1546
- enabled: boolean;
1547
- apiKey?: string | undefined;
1548
- }, {
1549
- apiKey?: string | undefined;
1550
- enabled?: boolean | undefined;
1551
- }>, z.ZodObject<{
1552
- apiKey: z.ZodOptional<z.ZodString>;
1994
+ hetzner: z.ZodOptional<z.ZodObject<{
1553
1995
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1996
+ apiKey: z.ZodString;
1554
1997
  }, "strip", z.ZodTypeAny, {
1998
+ apiKey: string;
1555
1999
  enabled: boolean;
1556
- apiKey?: string | undefined;
1557
2000
  }, {
1558
- apiKey?: string | undefined;
2001
+ apiKey: string;
1559
2002
  enabled?: boolean | undefined;
1560
- }>]>>;
2003
+ }>>;
1561
2004
  aws: z.ZodOptional<z.ZodObject<{
1562
2005
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1563
2006
  controllerRoleArn: z.ZodString;
@@ -1569,9 +2012,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1569
2012
  enabled?: boolean | undefined;
1570
2013
  }>>;
1571
2014
  id: z.ZodString;
1572
- type: z.ZodEnum<["managed", "connected"]>;
1573
2015
  }, "strip", z.ZodTypeAny, {
1574
- type: "connected" | "managed";
1575
2016
  id: string;
1576
2017
  limits?: {
1577
2018
  cpu: number;
@@ -1581,18 +2022,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1581
2022
  enabled: boolean;
1582
2023
  } | undefined;
1583
2024
  hetzner?: {
2025
+ apiKey: string;
1584
2026
  enabled: boolean;
1585
- apiKey?: string | undefined;
1586
- } | {
1587
- enabled: boolean;
1588
- apiKey?: string | undefined;
1589
2027
  } | undefined;
1590
2028
  aws?: {
1591
2029
  controllerRoleArn: string;
1592
2030
  enabled: boolean;
1593
2031
  } | undefined;
1594
2032
  }, {
1595
- type: "connected" | "managed";
1596
2033
  id: string;
1597
2034
  limits?: {
1598
2035
  cpu: number;
@@ -1602,10 +2039,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1602
2039
  enabled?: boolean | undefined;
1603
2040
  } | undefined;
1604
2041
  hetzner?: {
1605
- apiKey?: string | undefined;
1606
- enabled?: boolean | undefined;
1607
- } | {
1608
- apiKey?: string | undefined;
2042
+ apiKey: string;
1609
2043
  enabled?: boolean | undefined;
1610
2044
  } | undefined;
1611
2045
  aws?: {
@@ -1613,17 +2047,106 @@ export declare const zGetFleetResponse: z.ZodObject<{
1613
2047
  enabled?: boolean | undefined;
1614
2048
  } | undefined;
1615
2049
  }>;
1616
- export declare const zUpdateFleetResponse: z.ZodString;
1617
- export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1618
- name: z.ZodString;
1619
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1620
- tier: z.ZodEnum<["basic", "pro"]>;
1621
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1622
- id: z.ZodString;
1623
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1624
- endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
1625
- certificate_ca: z.ZodOptional<z.ZodString>;
1626
- version_current: z.ZodOptional<z.ZodString>;
2050
+ export declare const zUpdateFleetData: z.ZodObject<{
2051
+ limits: z.ZodOptional<z.ZodObject<{
2052
+ cpu: z.ZodNumber;
2053
+ }, "strip", z.ZodTypeAny, {
2054
+ cpu: number;
2055
+ }, {
2056
+ cpu: number;
2057
+ }>>;
2058
+ gcp: z.ZodOptional<z.ZodObject<{
2059
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2060
+ project: z.ZodString;
2061
+ }, "strip", z.ZodTypeAny, {
2062
+ project: string;
2063
+ enabled: boolean;
2064
+ }, {
2065
+ project: string;
2066
+ enabled?: boolean | undefined;
2067
+ }>>;
2068
+ hetzner: z.ZodOptional<z.ZodObject<{
2069
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2070
+ apiKey: z.ZodString;
2071
+ }, "strip", z.ZodTypeAny, {
2072
+ apiKey: string;
2073
+ enabled: boolean;
2074
+ }, {
2075
+ apiKey: string;
2076
+ enabled?: boolean | undefined;
2077
+ }>>;
2078
+ aws: z.ZodOptional<z.ZodObject<{
2079
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2080
+ controllerRoleArn: z.ZodString;
2081
+ }, "strip", z.ZodTypeAny, {
2082
+ controllerRoleArn: string;
2083
+ enabled: boolean;
2084
+ }, {
2085
+ controllerRoleArn: string;
2086
+ enabled?: boolean | undefined;
2087
+ }>>;
2088
+ }, "strip", z.ZodTypeAny, {
2089
+ limits?: {
2090
+ cpu: number;
2091
+ } | undefined;
2092
+ gcp?: {
2093
+ project: string;
2094
+ enabled: boolean;
2095
+ } | undefined;
2096
+ hetzner?: {
2097
+ apiKey: string;
2098
+ enabled: boolean;
2099
+ } | undefined;
2100
+ aws?: {
2101
+ controllerRoleArn: string;
2102
+ enabled: boolean;
2103
+ } | undefined;
2104
+ }, {
2105
+ limits?: {
2106
+ cpu: number;
2107
+ } | undefined;
2108
+ gcp?: {
2109
+ project: string;
2110
+ enabled?: boolean | undefined;
2111
+ } | undefined;
2112
+ hetzner?: {
2113
+ apiKey: string;
2114
+ enabled?: boolean | undefined;
2115
+ } | undefined;
2116
+ aws?: {
2117
+ controllerRoleArn: string;
2118
+ enabled?: boolean | undefined;
2119
+ } | undefined;
2120
+ }>;
2121
+ /**
2122
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2123
+ */
2124
+ export declare const zUpdateFleetParameterClusterId: z.ZodString;
2125
+ /**
2126
+ * Unique identifier of the fleet. UUID v4 string in canonical form
2127
+ */
2128
+ export declare const zUpdateFleetParameterFleetName: z.ZodString;
2129
+ /**
2130
+ * Successfully updated.
2131
+ */
2132
+ export declare const zUpdateFleetResponse: z.ZodString;
2133
+ /**
2134
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2135
+ */
2136
+ export declare const zQueryClusterParameterClusterId: z.ZodString;
2137
+ /**
2138
+ * An array of clusters
2139
+ */
2140
+ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
2141
+ name: z.ZodString;
2142
+ tier: z.ZodEnum<["basic", "pro"]>;
2143
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
2144
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2145
+ id: z.ZodString;
2146
+ status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
2147
+ endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
2148
+ certificate_ca: z.ZodOptional<z.ZodString>;
2149
+ version_current: z.ZodOptional<z.ZodString>;
1627
2150
  created_at: z.ZodOptional<z.ZodString>;
1628
2151
  updated_at: z.ZodOptional<z.ZodString>;
1629
2152
  ready: z.ZodOptional<z.ZodBoolean>;
@@ -1631,35 +2154,68 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1631
2154
  name: string;
1632
2155
  id: string;
1633
2156
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1634
- tier: "basic" | "pro";
1635
2157
  version_channel: string;
2158
+ tier: "basic" | "pro";
1636
2159
  ready?: boolean | undefined;
1637
- region?: "staging" | "northamerica-central-1" | undefined;
1638
- endpoint?: string | undefined;
1639
- certificate_ca?: string | undefined;
2160
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1640
2161
  version_current?: string | undefined;
1641
2162
  created_at?: string | undefined;
1642
2163
  updated_at?: string | undefined;
2164
+ endpoint?: string | undefined;
2165
+ certificate_ca?: string | undefined;
1643
2166
  }, {
1644
2167
  name: string;
1645
2168
  id: string;
1646
2169
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1647
2170
  tier: "basic" | "pro";
1648
2171
  ready?: boolean | undefined;
1649
- region?: "staging" | "northamerica-central-1" | undefined;
1650
- endpoint?: string | undefined;
2172
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1651
2173
  version_channel?: string | undefined;
1652
- certificate_ca?: string | undefined;
1653
2174
  version_current?: string | undefined;
1654
2175
  created_at?: string | undefined;
1655
2176
  updated_at?: string | undefined;
2177
+ endpoint?: string | undefined;
2178
+ certificate_ca?: string | undefined;
1656
2179
  }>, "many">;
2180
+ export declare const zCreateClusterData: z.ZodObject<{
2181
+ name: z.ZodString;
2182
+ tier: z.ZodEnum<["basic", "pro"]>;
2183
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
2184
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2185
+ }, "strip", z.ZodTypeAny, {
2186
+ name: string;
2187
+ version_channel: string;
2188
+ tier: "basic" | "pro";
2189
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
2190
+ }, {
2191
+ name: string;
2192
+ tier: "basic" | "pro";
2193
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
2194
+ version_channel?: string | undefined;
2195
+ }>;
2196
+ /**
2197
+ * Successfully created. Returns created Cluster ID.
2198
+ */
1657
2199
  export declare const zCreateClusterResponse: z.ZodString;
2200
+ /**
2201
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2202
+ */
2203
+ export declare const zDeleteClusterParameterClusterId: z.ZodString;
2204
+ /**
2205
+ * Successfully deleted.
2206
+ */
1658
2207
  export declare const zDeleteClusterResponse: z.ZodString;
2208
+ /**
2209
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2210
+ */
2211
+ export declare const zGetClusterParameterClusterId: z.ZodString;
2212
+ /**
2213
+ * Returns a single object containing cluster details.
2214
+ */
1659
2215
  export declare const zGetClusterResponse: z.ZodObject<{
1660
2216
  name: z.ZodString;
1661
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1662
2217
  tier: z.ZodEnum<["basic", "pro"]>;
2218
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1663
2219
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1664
2220
  id: z.ZodString;
1665
2221
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1673,33 +2229,53 @@ export declare const zGetClusterResponse: z.ZodObject<{
1673
2229
  name: string;
1674
2230
  id: string;
1675
2231
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1676
- tier: "basic" | "pro";
1677
2232
  version_channel: string;
2233
+ tier: "basic" | "pro";
1678
2234
  ready?: boolean | undefined;
1679
- region?: "staging" | "northamerica-central-1" | undefined;
1680
- endpoint?: string | undefined;
1681
- certificate_ca?: string | undefined;
2235
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1682
2236
  version_current?: string | undefined;
1683
2237
  created_at?: string | undefined;
1684
2238
  updated_at?: string | undefined;
2239
+ endpoint?: string | undefined;
2240
+ certificate_ca?: string | undefined;
1685
2241
  }, {
1686
2242
  name: string;
1687
2243
  id: string;
1688
2244
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1689
2245
  tier: "basic" | "pro";
1690
2246
  ready?: boolean | undefined;
1691
- region?: "staging" | "northamerica-central-1" | undefined;
1692
- endpoint?: string | undefined;
2247
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1693
2248
  version_channel?: string | undefined;
1694
- certificate_ca?: string | undefined;
1695
2249
  version_current?: string | undefined;
1696
2250
  created_at?: string | undefined;
1697
2251
  updated_at?: string | undefined;
2252
+ endpoint?: string | undefined;
2253
+ certificate_ca?: string | undefined;
2254
+ }>;
2255
+ export declare const zUpdateClusterData: z.ZodObject<{
2256
+ name: z.ZodOptional<z.ZodString>;
2257
+ tier: z.ZodEnum<["basic", "pro"]>;
2258
+ version_channel: z.ZodOptional<z.ZodString>;
2259
+ }, "strip", z.ZodTypeAny, {
2260
+ tier: "basic" | "pro";
2261
+ name?: string | undefined;
2262
+ version_channel?: string | undefined;
2263
+ }, {
2264
+ tier: "basic" | "pro";
2265
+ name?: string | undefined;
2266
+ version_channel?: string | undefined;
1698
2267
  }>;
2268
+ /**
2269
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2270
+ */
2271
+ export declare const zUpdateClusterParameterClusterId: z.ZodString;
2272
+ /**
2273
+ * Successfully updated. Returns updated cluster details.
2274
+ */
1699
2275
  export declare const zUpdateClusterResponse: z.ZodObject<{
1700
2276
  name: z.ZodString;
1701
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1702
2277
  tier: z.ZodEnum<["basic", "pro"]>;
2278
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1703
2279
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1704
2280
  id: z.ZodString;
1705
2281
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1713,33 +2289,40 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1713
2289
  name: string;
1714
2290
  id: string;
1715
2291
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1716
- tier: "basic" | "pro";
1717
2292
  version_channel: string;
2293
+ tier: "basic" | "pro";
1718
2294
  ready?: boolean | undefined;
1719
- region?: "staging" | "northamerica-central-1" | undefined;
1720
- endpoint?: string | undefined;
1721
- certificate_ca?: string | undefined;
2295
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1722
2296
  version_current?: string | undefined;
1723
2297
  created_at?: string | undefined;
1724
2298
  updated_at?: string | undefined;
2299
+ endpoint?: string | undefined;
2300
+ certificate_ca?: string | undefined;
1725
2301
  }, {
1726
2302
  name: string;
1727
2303
  id: string;
1728
2304
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1729
2305
  tier: "basic" | "pro";
1730
2306
  ready?: boolean | undefined;
1731
- region?: "staging" | "northamerica-central-1" | undefined;
1732
- endpoint?: string | undefined;
2307
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1733
2308
  version_channel?: string | undefined;
1734
- certificate_ca?: string | undefined;
1735
2309
  version_current?: string | undefined;
1736
2310
  created_at?: string | undefined;
1737
2311
  updated_at?: string | undefined;
2312
+ endpoint?: string | undefined;
2313
+ certificate_ca?: string | undefined;
1738
2314
  }>;
2315
+ /**
2316
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2317
+ */
2318
+ export declare const zGetJoinInformationParameterClusterId: z.ZodString;
2319
+ /**
2320
+ * An object of cluster join information
2321
+ */
1739
2322
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1740
2323
  name: z.ZodString;
1741
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1742
2324
  tier: z.ZodEnum<["basic", "pro"]>;
2325
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1743
2326
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1744
2327
  id: z.ZodString;
1745
2328
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1753,29 +2336,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1753
2336
  name: string;
1754
2337
  id: string;
1755
2338
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1756
- tier: "basic" | "pro";
1757
2339
  version_channel: string;
2340
+ tier: "basic" | "pro";
1758
2341
  ready?: boolean | undefined;
1759
- region?: "staging" | "northamerica-central-1" | undefined;
1760
- endpoint?: string | undefined;
1761
- certificate_ca?: string | undefined;
2342
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1762
2343
  version_current?: string | undefined;
1763
2344
  created_at?: string | undefined;
1764
2345
  updated_at?: string | undefined;
2346
+ endpoint?: string | undefined;
2347
+ certificate_ca?: string | undefined;
1765
2348
  }, {
1766
2349
  name: string;
1767
2350
  id: string;
1768
2351
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1769
2352
  tier: "basic" | "pro";
1770
2353
  ready?: boolean | undefined;
1771
- region?: "staging" | "northamerica-central-1" | undefined;
1772
- endpoint?: string | undefined;
2354
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1773
2355
  version_channel?: string | undefined;
1774
- certificate_ca?: string | undefined;
1775
2356
  version_current?: string | undefined;
1776
2357
  created_at?: string | undefined;
1777
2358
  updated_at?: string | undefined;
2359
+ endpoint?: string | undefined;
2360
+ certificate_ca?: string | undefined;
1778
2361
  }>;
2362
+ /**
2363
+ * An array of invites
2364
+ */
1779
2365
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1780
2366
  id: z.ZodOptional<z.ZodString>;
1781
2367
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1795,6 +2381,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1795
2381
  email?: string | undefined;
1796
2382
  organization_id?: string | undefined;
1797
2383
  }>, "many">;
2384
+ export declare const zCreateInviteData: z.ZodObject<{
2385
+ email: z.ZodOptional<z.ZodString>;
2386
+ }, "strip", z.ZodTypeAny, {
2387
+ email?: string | undefined;
2388
+ }, {
2389
+ email?: string | undefined;
2390
+ }>;
2391
+ /**
2392
+ * Successfully created. Returns created invite details.
2393
+ */
1798
2394
  export declare const zCreateInviteResponse: z.ZodObject<{
1799
2395
  id: z.ZodOptional<z.ZodString>;
1800
2396
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1814,6 +2410,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1814
2410
  email?: string | undefined;
1815
2411
  organization_id?: string | undefined;
1816
2412
  }>;
2413
+ /**
2414
+ * Invitation code
2415
+ */
2416
+ export declare const zGetInviteParameterCode: z.ZodString;
2417
+ /**
2418
+ * Returns a single object containing invite details.
2419
+ */
1817
2420
  export declare const zGetInviteResponse: z.ZodObject<{
1818
2421
  id: z.ZodOptional<z.ZodString>;
1819
2422
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1833,6 +2436,125 @@ export declare const zGetInviteResponse: z.ZodObject<{
1833
2436
  email?: string | undefined;
1834
2437
  organization_id?: string | undefined;
1835
2438
  }>;
2439
+ /**
2440
+ * User email address
2441
+ */
2442
+ export declare const zDeleteInviteParameterEmail: z.ZodString;
2443
+ /**
2444
+ * An array of chart listings in the marketplace.
2445
+ */
2446
+ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2447
+ id: z.ZodString;
2448
+ name: z.ZodString;
2449
+ developer: z.ZodString;
2450
+ description: z.ZodString;
2451
+ logoUrl: z.ZodString;
2452
+ longDescription: z.ZodString;
2453
+ categories: z.ZodArray<z.ZodString, "many">;
2454
+ version_channels: z.ZodArray<z.ZodString, "many">;
2455
+ value_schemas: z.ZodArray<z.ZodObject<{
2456
+ version: z.ZodString;
2457
+ schema: z.ZodString;
2458
+ placeholder: z.ZodString;
2459
+ }, "strip", z.ZodTypeAny, {
2460
+ version: string;
2461
+ schema: string;
2462
+ placeholder: string;
2463
+ }, {
2464
+ version: string;
2465
+ schema: string;
2466
+ placeholder: string;
2467
+ }>, "many">;
2468
+ }, "strip", z.ZodTypeAny, {
2469
+ name: string;
2470
+ id: string;
2471
+ description: string;
2472
+ developer: string;
2473
+ logoUrl: string;
2474
+ longDescription: string;
2475
+ categories: string[];
2476
+ version_channels: string[];
2477
+ value_schemas: {
2478
+ version: string;
2479
+ schema: string;
2480
+ placeholder: string;
2481
+ }[];
2482
+ }, {
2483
+ name: string;
2484
+ id: string;
2485
+ description: string;
2486
+ developer: string;
2487
+ logoUrl: string;
2488
+ longDescription: string;
2489
+ categories: string[];
2490
+ version_channels: string[];
2491
+ value_schemas: {
2492
+ version: string;
2493
+ schema: string;
2494
+ placeholder: string;
2495
+ }[];
2496
+ }>, "many">;
2497
+ /**
2498
+ * Unique identifier of the chart listing in the marketplace.
2499
+ */
2500
+ export declare const zGetMarketplaceChartParameterListingId: z.ZodString;
2501
+ /**
2502
+ * Returns an object containing the chart listing details.
2503
+ */
2504
+ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2505
+ id: z.ZodString;
2506
+ name: z.ZodString;
2507
+ developer: z.ZodString;
2508
+ description: z.ZodString;
2509
+ logoUrl: z.ZodString;
2510
+ longDescription: z.ZodString;
2511
+ categories: z.ZodArray<z.ZodString, "many">;
2512
+ version_channels: z.ZodArray<z.ZodString, "many">;
2513
+ value_schemas: z.ZodArray<z.ZodObject<{
2514
+ version: z.ZodString;
2515
+ schema: z.ZodString;
2516
+ placeholder: z.ZodString;
2517
+ }, "strip", z.ZodTypeAny, {
2518
+ version: string;
2519
+ schema: string;
2520
+ placeholder: string;
2521
+ }, {
2522
+ version: string;
2523
+ schema: string;
2524
+ placeholder: string;
2525
+ }>, "many">;
2526
+ }, "strip", z.ZodTypeAny, {
2527
+ name: string;
2528
+ id: string;
2529
+ description: string;
2530
+ developer: string;
2531
+ logoUrl: string;
2532
+ longDescription: string;
2533
+ categories: string[];
2534
+ version_channels: string[];
2535
+ value_schemas: {
2536
+ version: string;
2537
+ schema: string;
2538
+ placeholder: string;
2539
+ }[];
2540
+ }, {
2541
+ name: string;
2542
+ id: string;
2543
+ description: string;
2544
+ developer: string;
2545
+ logoUrl: string;
2546
+ longDescription: string;
2547
+ categories: string[];
2548
+ version_channels: string[];
2549
+ value_schemas: {
2550
+ version: string;
2551
+ schema: string;
2552
+ placeholder: string;
2553
+ }[];
2554
+ }>;
2555
+ /**
2556
+ * Returns a single object containing organization details.
2557
+ */
1836
2558
  export declare const zGetOrganizationResponse: z.ZodObject<{
1837
2559
  id: z.ZodString;
1838
2560
  name: z.ZodOptional<z.ZodString>;
@@ -1843,7 +2565,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1843
2565
  pro_clusters_max: z.ZodNumber;
1844
2566
  pro_clusters_available: z.ZodNumber;
1845
2567
  fleets_max: z.ZodNumber;
1846
- managed_fleets_cpu_max: z.ZodNumber;
1847
2568
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
1848
2569
  regions: z.ZodArray<z.ZodString, "many">;
1849
2570
  versions: z.ZodArray<z.ZodObject<{
@@ -1866,7 +2587,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1866
2587
  pro_clusters_max: number;
1867
2588
  pro_clusters_available: number;
1868
2589
  fleets_max: number;
1869
- managed_fleets_cpu_max: number;
1870
2590
  cluster_tiers: string[];
1871
2591
  regions: string[];
1872
2592
  }, {
@@ -1879,7 +2599,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1879
2599
  pro_clusters_max: number;
1880
2600
  pro_clusters_available: number;
1881
2601
  fleets_max: number;
1882
- managed_fleets_cpu_max: number;
1883
2602
  cluster_tiers: string[];
1884
2603
  regions: string[];
1885
2604
  }>;
@@ -1898,7 +2617,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1898
2617
  pro_clusters_max: number;
1899
2618
  pro_clusters_available: number;
1900
2619
  fleets_max: number;
1901
- managed_fleets_cpu_max: number;
1902
2620
  cluster_tiers: string[];
1903
2621
  regions: string[];
1904
2622
  };
@@ -1917,12 +2635,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1917
2635
  pro_clusters_max: number;
1918
2636
  pro_clusters_available: number;
1919
2637
  fleets_max: number;
1920
- managed_fleets_cpu_max: number;
1921
2638
  cluster_tiers: string[];
1922
2639
  regions: string[];
1923
2640
  };
1924
2641
  name?: string | undefined;
1925
2642
  }>;
2643
+ export declare const zCreateOrganizationData: z.ZodObject<{
2644
+ email: z.ZodString;
2645
+ first_name: z.ZodString;
2646
+ last_name: z.ZodString;
2647
+ company_name: z.ZodString;
2648
+ password: z.ZodString;
2649
+ }, "strip", z.ZodTypeAny, {
2650
+ email: string;
2651
+ first_name: string;
2652
+ last_name: string;
2653
+ company_name: string;
2654
+ password: string;
2655
+ }, {
2656
+ email: string;
2657
+ first_name: string;
2658
+ last_name: string;
2659
+ company_name: string;
2660
+ password: string;
2661
+ }>;
2662
+ /**
2663
+ * Returns a list of access token details with masked secrets.
2664
+ */
1926
2665
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1927
2666
  name: z.ZodString;
1928
2667
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1942,6 +2681,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1942
2681
  id?: string | undefined;
1943
2682
  secret?: string | undefined;
1944
2683
  }>, "many">;
2684
+ export declare const zCreateTokenData: z.ZodObject<{
2685
+ name: z.ZodString;
2686
+ role: z.ZodEnum<["Administrator", "User"]>;
2687
+ }, "strip", z.ZodTypeAny, {
2688
+ name: string;
2689
+ role: "Administrator" | "User";
2690
+ }, {
2691
+ name: string;
2692
+ role: "Administrator" | "User";
2693
+ }>;
2694
+ /**
2695
+ * Successfully created. Returns created token details with unmasked/raw secret.
2696
+ */
1945
2697
  export declare const zCreateTokenResponse: z.ZodObject<{
1946
2698
  name: z.ZodString;
1947
2699
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1961,6 +2713,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
1961
2713
  id?: string | undefined;
1962
2714
  secret?: string | undefined;
1963
2715
  }>;
2716
+ /**
2717
+ * Generated unique identifier of the access token.
2718
+ */
2719
+ export declare const zDeleteTokenParameterTokenId: z.ZodString;
2720
+ /**
2721
+ * Generated unique identifier of the access token.
2722
+ */
2723
+ export declare const zGetTokenParameterTokenId: z.ZodString;
2724
+ /**
2725
+ * Returns access token details with masked secret.
2726
+ */
1964
2727
  export declare const zGetTokenResponse: z.ZodObject<{
1965
2728
  name: z.ZodString;
1966
2729
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1980,6 +2743,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
1980
2743
  id?: string | undefined;
1981
2744
  secret?: string | undefined;
1982
2745
  }>;
2746
+ export declare const zUpdateTokenData: z.ZodObject<{
2747
+ name: z.ZodOptional<z.ZodString>;
2748
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2749
+ }, "strip", z.ZodTypeAny, {
2750
+ name?: string | undefined;
2751
+ role?: "Administrator" | "User" | undefined;
2752
+ }, {
2753
+ name?: string | undefined;
2754
+ role?: "Administrator" | "User" | undefined;
2755
+ }>;
2756
+ /**
2757
+ * Generated unique identifier of the access token.
2758
+ */
2759
+ export declare const zUpdateTokenParameterTokenId: z.ZodString;
2760
+ /**
2761
+ * Successfully updated. Returns updated token details with masked secret.
2762
+ */
1983
2763
  export declare const zUpdateTokenResponse: z.ZodObject<{
1984
2764
  name: z.ZodString;
1985
2765
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1999,6 +2779,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
1999
2779
  id?: string | undefined;
2000
2780
  secret?: string | undefined;
2001
2781
  }>;
2782
+ /**
2783
+ * Generated unique identifier of the access token.
2784
+ */
2785
+ export declare const zRegenerateTokenParameterTokenId: z.ZodString;
2786
+ /**
2787
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
2788
+ */
2002
2789
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2003
2790
  name: z.ZodString;
2004
2791
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2018,6 +2805,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2018
2805
  id?: string | undefined;
2019
2806
  secret?: string | undefined;
2020
2807
  }>;
2808
+ /**
2809
+ * User email address.
2810
+ */
2811
+ export declare const zListUserOrganizationsParameterEmail: z.ZodString;
2812
+ /**
2813
+ * An array of organizations the user belongs to.
2814
+ */
2021
2815
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2022
2816
  realm: z.ZodOptional<z.ZodString>;
2023
2817
  displayName: z.ZodOptional<z.ZodString>;
@@ -2028,6 +2822,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2028
2822
  realm?: string | undefined;
2029
2823
  displayName?: string | undefined;
2030
2824
  }>, "many">;
2825
+ /**
2826
+ * An array of users
2827
+ */
2031
2828
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2032
2829
  email: z.ZodString;
2033
2830
  first_name: z.ZodString;
@@ -2036,16 +2833,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2036
2833
  status: z.ZodEnum<["active", "inactive"]>;
2037
2834
  id: z.ZodString;
2038
2835
  date_created: z.ZodString;
2039
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2040
- cluster_id: z.ZodString;
2041
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2042
- }, "strip", z.ZodTypeAny, {
2043
- cluster_id: string;
2044
- permissions: "readonly" | "readwrite";
2045
- }, {
2046
- cluster_id: string;
2047
- permissions: "readonly" | "readwrite";
2048
- }>, "many">>;
2049
2836
  }, "strip", z.ZodTypeAny, {
2050
2837
  id: string;
2051
2838
  role: "Administrator" | "User";
@@ -2054,10 +2841,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2054
2841
  first_name: string;
2055
2842
  last_name: string;
2056
2843
  date_created: string;
2057
- cluster_permissions?: {
2058
- cluster_id: string;
2059
- permissions: "readonly" | "readwrite";
2060
- }[] | undefined;
2061
2844
  }, {
2062
2845
  id: string;
2063
2846
  role: "Administrator" | "User";
@@ -2066,55 +2849,36 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2066
2849
  first_name: string;
2067
2850
  last_name: string;
2068
2851
  date_created: string;
2069
- cluster_permissions?: {
2070
- cluster_id: string;
2071
- permissions: "readonly" | "readwrite";
2072
- }[] | undefined;
2073
2852
  }>, "many">;
2074
- export declare const zCreateUserResponse: z.ZodObject<{
2853
+ export declare const zCreateUserData: z.ZodObject<{
2075
2854
  email: z.ZodString;
2076
2855
  first_name: z.ZodString;
2077
2856
  last_name: z.ZodString;
2078
- role: z.ZodEnum<["Administrator", "User"]>;
2079
- status: z.ZodEnum<["active", "inactive"]>;
2080
- id: z.ZodString;
2081
- date_created: z.ZodString;
2082
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2083
- cluster_id: z.ZodString;
2084
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2085
- }, "strip", z.ZodTypeAny, {
2086
- cluster_id: string;
2087
- permissions: "readonly" | "readwrite";
2088
- }, {
2089
- cluster_id: string;
2090
- permissions: "readonly" | "readwrite";
2091
- }>, "many">>;
2857
+ code: z.ZodString;
2858
+ password: z.ZodString;
2859
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2860
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2092
2861
  }, "strip", z.ZodTypeAny, {
2093
- id: string;
2094
- role: "Administrator" | "User";
2862
+ code: string;
2095
2863
  email: string;
2096
- status: "active" | "inactive";
2097
2864
  first_name: string;
2098
2865
  last_name: string;
2099
- date_created: string;
2100
- cluster_permissions?: {
2101
- cluster_id: string;
2102
- permissions: "readonly" | "readwrite";
2103
- }[] | undefined;
2866
+ password: string;
2867
+ role?: "Administrator" | "User" | undefined;
2868
+ status?: "active" | "inactive" | undefined;
2104
2869
  }, {
2105
- id: string;
2106
- role: "Administrator" | "User";
2870
+ code: string;
2107
2871
  email: string;
2108
- status: "active" | "inactive";
2109
2872
  first_name: string;
2110
2873
  last_name: string;
2111
- date_created: string;
2112
- cluster_permissions?: {
2113
- cluster_id: string;
2114
- permissions: "readonly" | "readwrite";
2115
- }[] | undefined;
2874
+ password: string;
2875
+ role?: "Administrator" | "User" | undefined;
2876
+ status?: "active" | "inactive" | undefined;
2116
2877
  }>;
2117
- export declare const zDeleteUserResponse: z.ZodObject<{
2878
+ /**
2879
+ * Successfully created. Returns created user details.
2880
+ */
2881
+ export declare const zCreateUserResponse: z.ZodObject<{
2118
2882
  email: z.ZodString;
2119
2883
  first_name: z.ZodString;
2120
2884
  last_name: z.ZodString;
@@ -2122,16 +2886,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2122
2886
  status: z.ZodEnum<["active", "inactive"]>;
2123
2887
  id: z.ZodString;
2124
2888
  date_created: z.ZodString;
2125
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2126
- cluster_id: z.ZodString;
2127
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2128
- }, "strip", z.ZodTypeAny, {
2129
- cluster_id: string;
2130
- permissions: "readonly" | "readwrite";
2131
- }, {
2132
- cluster_id: string;
2133
- permissions: "readonly" | "readwrite";
2134
- }>, "many">>;
2135
2889
  }, "strip", z.ZodTypeAny, {
2136
2890
  id: string;
2137
2891
  role: "Administrator" | "User";
@@ -2140,10 +2894,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2140
2894
  first_name: string;
2141
2895
  last_name: string;
2142
2896
  date_created: string;
2143
- cluster_permissions?: {
2144
- cluster_id: string;
2145
- permissions: "readonly" | "readwrite";
2146
- }[] | undefined;
2147
2897
  }, {
2148
2898
  id: string;
2149
2899
  role: "Administrator" | "User";
@@ -2152,12 +2902,15 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2152
2902
  first_name: string;
2153
2903
  last_name: string;
2154
2904
  date_created: string;
2155
- cluster_permissions?: {
2156
- cluster_id: string;
2157
- permissions: "readonly" | "readwrite";
2158
- }[] | undefined;
2159
2905
  }>;
2160
- export declare const zGetUserResponse: z.ZodObject<{
2906
+ /**
2907
+ * Unique user identifier. UUID v4 string in canonical form
2908
+ */
2909
+ export declare const zDeleteUserParameterUserId: z.ZodString;
2910
+ /**
2911
+ * User profile information
2912
+ */
2913
+ export declare const zDeleteUserResponse: z.ZodObject<{
2161
2914
  email: z.ZodString;
2162
2915
  first_name: z.ZodString;
2163
2916
  last_name: z.ZodString;
@@ -2165,16 +2918,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2165
2918
  status: z.ZodEnum<["active", "inactive"]>;
2166
2919
  id: z.ZodString;
2167
2920
  date_created: z.ZodString;
2168
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2169
- cluster_id: z.ZodString;
2170
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2171
- }, "strip", z.ZodTypeAny, {
2172
- cluster_id: string;
2173
- permissions: "readonly" | "readwrite";
2174
- }, {
2175
- cluster_id: string;
2176
- permissions: "readonly" | "readwrite";
2177
- }>, "many">>;
2178
2921
  }, "strip", z.ZodTypeAny, {
2179
2922
  id: string;
2180
2923
  role: "Administrator" | "User";
@@ -2183,10 +2926,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2183
2926
  first_name: string;
2184
2927
  last_name: string;
2185
2928
  date_created: string;
2186
- cluster_permissions?: {
2187
- cluster_id: string;
2188
- permissions: "readonly" | "readwrite";
2189
- }[] | undefined;
2190
2929
  }, {
2191
2930
  id: string;
2192
2931
  role: "Administrator" | "User";
@@ -2195,12 +2934,15 @@ export declare const zGetUserResponse: z.ZodObject<{
2195
2934
  first_name: string;
2196
2935
  last_name: string;
2197
2936
  date_created: string;
2198
- cluster_permissions?: {
2199
- cluster_id: string;
2200
- permissions: "readonly" | "readwrite";
2201
- }[] | undefined;
2202
2937
  }>;
2203
- export declare const zUpdateUserResponse: z.ZodObject<{
2938
+ /**
2939
+ * Unique user identifier. UUID v4 string in canonical form
2940
+ */
2941
+ export declare const zGetUserParameterUserId: z.ZodString;
2942
+ /**
2943
+ * User profile information
2944
+ */
2945
+ export declare const zGetUserResponse: z.ZodObject<{
2204
2946
  email: z.ZodString;
2205
2947
  first_name: z.ZodString;
2206
2948
  last_name: z.ZodString;
@@ -2208,16 +2950,6 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2208
2950
  status: z.ZodEnum<["active", "inactive"]>;
2209
2951
  id: z.ZodString;
2210
2952
  date_created: z.ZodString;
2211
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2212
- cluster_id: z.ZodString;
2213
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2214
- }, "strip", z.ZodTypeAny, {
2215
- cluster_id: string;
2216
- permissions: "readonly" | "readwrite";
2217
- }, {
2218
- cluster_id: string;
2219
- permissions: "readonly" | "readwrite";
2220
- }>, "many">>;
2221
2953
  }, "strip", z.ZodTypeAny, {
2222
2954
  id: string;
2223
2955
  role: "Administrator" | "User";
@@ -2226,10 +2958,6 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2226
2958
  first_name: string;
2227
2959
  last_name: string;
2228
2960
  date_created: string;
2229
- cluster_permissions?: {
2230
- cluster_id: string;
2231
- permissions: "readonly" | "readwrite";
2232
- }[] | undefined;
2233
2961
  }, {
2234
2962
  id: string;
2235
2963
  role: "Administrator" | "User";
@@ -2238,55 +2966,34 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2238
2966
  first_name: string;
2239
2967
  last_name: string;
2240
2968
  date_created: string;
2241
- cluster_permissions?: {
2242
- cluster_id: string;
2243
- permissions: "readonly" | "readwrite";
2244
- }[] | undefined;
2245
2969
  }>;
2246
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2247
- email: z.ZodString;
2248
- first_name: z.ZodString;
2249
- last_name: z.ZodString;
2250
- role: z.ZodEnum<["Administrator", "User"]>;
2251
- status: z.ZodEnum<["active", "inactive"]>;
2252
- id: z.ZodString;
2253
- date_created: z.ZodString;
2254
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2255
- cluster_id: z.ZodString;
2256
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2257
- }, "strip", z.ZodTypeAny, {
2258
- cluster_id: string;
2259
- permissions: "readonly" | "readwrite";
2260
- }, {
2261
- cluster_id: string;
2262
- permissions: "readonly" | "readwrite";
2263
- }>, "many">>;
2970
+ export declare const zUpdateUserData: z.ZodObject<{
2971
+ email: z.ZodOptional<z.ZodString>;
2972
+ first_name: z.ZodOptional<z.ZodString>;
2973
+ last_name: z.ZodOptional<z.ZodString>;
2974
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2975
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2264
2976
  }, "strip", z.ZodTypeAny, {
2265
- id: string;
2266
- role: "Administrator" | "User";
2267
- email: string;
2268
- status: "active" | "inactive";
2269
- first_name: string;
2270
- last_name: string;
2271
- date_created: string;
2272
- cluster_permissions?: {
2273
- cluster_id: string;
2274
- permissions: "readonly" | "readwrite";
2275
- }[] | undefined;
2977
+ role?: "Administrator" | "User" | undefined;
2978
+ email?: string | undefined;
2979
+ status?: "active" | "inactive" | undefined;
2980
+ first_name?: string | undefined;
2981
+ last_name?: string | undefined;
2276
2982
  }, {
2277
- id: string;
2278
- role: "Administrator" | "User";
2279
- email: string;
2280
- status: "active" | "inactive";
2281
- first_name: string;
2282
- last_name: string;
2283
- date_created: string;
2284
- cluster_permissions?: {
2285
- cluster_id: string;
2286
- permissions: "readonly" | "readwrite";
2287
- }[] | undefined;
2983
+ role?: "Administrator" | "User" | undefined;
2984
+ email?: string | undefined;
2985
+ status?: "active" | "inactive" | undefined;
2986
+ first_name?: string | undefined;
2987
+ last_name?: string | undefined;
2288
2988
  }>;
2289
- export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2989
+ /**
2990
+ * Unique user identifier. UUID v4 string in canonical form
2991
+ */
2992
+ export declare const zUpdateUserParameterUserId: z.ZodString;
2993
+ /**
2994
+ * Successfully created. Returns created user details.
2995
+ */
2996
+ export declare const zUpdateUserResponse: z.ZodObject<{
2290
2997
  email: z.ZodString;
2291
2998
  first_name: z.ZodString;
2292
2999
  last_name: z.ZodString;
@@ -2294,16 +3001,6 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2294
3001
  status: z.ZodEnum<["active", "inactive"]>;
2295
3002
  id: z.ZodString;
2296
3003
  date_created: z.ZodString;
2297
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2298
- cluster_id: z.ZodString;
2299
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2300
- }, "strip", z.ZodTypeAny, {
2301
- cluster_id: string;
2302
- permissions: "readonly" | "readwrite";
2303
- }, {
2304
- cluster_id: string;
2305
- permissions: "readonly" | "readwrite";
2306
- }>, "many">>;
2307
3004
  }, "strip", z.ZodTypeAny, {
2308
3005
  id: string;
2309
3006
  role: "Administrator" | "User";
@@ -2312,10 +3009,6 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2312
3009
  first_name: string;
2313
3010
  last_name: string;
2314
3011
  date_created: string;
2315
- cluster_permissions?: {
2316
- cluster_id: string;
2317
- permissions: "readonly" | "readwrite";
2318
- }[] | undefined;
2319
3012
  }, {
2320
3013
  id: string;
2321
3014
  role: "Administrator" | "User";
@@ -2324,9 +3017,5 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2324
3017
  first_name: string;
2325
3018
  last_name: string;
2326
3019
  date_created: string;
2327
- cluster_permissions?: {
2328
- cluster_id: string;
2329
- permissions: "readonly" | "readwrite";
2330
- }[] | undefined;
2331
3020
  }>;
2332
3021
  //# sourceMappingURL=zod.gen.d.ts.map