@cloudfleet/sdk 0.0.1-76e2a56 → 0.0.1-7d337a1

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?: {
@@ -434,140 +486,6 @@ export declare const zFleetUpdateInput: z.ZodObject<{
434
486
  enabled?: boolean | undefined;
435
487
  } | undefined;
436
488
  }>;
437
- export declare const zInfrastructureFilter: z.ZodObject<{
438
- version: z.ZodOptional<z.ZodUnknown>;
439
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
440
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
441
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
442
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
443
- instance_type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
444
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
445
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
446
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
447
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
448
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
449
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
450
- memory_min: z.ZodOptional<z.ZodNumber>;
451
- memory_max: z.ZodOptional<z.ZodNumber>;
452
- vcpu_min: z.ZodOptional<z.ZodNumber>;
453
- vcpu_max: z.ZodOptional<z.ZodNumber>;
454
- storage_total_min: z.ZodOptional<z.ZodNumber>;
455
- storage_total_max: z.ZodOptional<z.ZodNumber>;
456
- storage_local_min: z.ZodOptional<z.ZodNumber>;
457
- storage_local_max: z.ZodOptional<z.ZodNumber>;
458
- price_min: z.ZodOptional<z.ZodNumber>;
459
- price_max: z.ZodOptional<z.ZodNumber>;
460
- }, "strip", z.ZodTypeAny, {
461
- region?: string[] | undefined;
462
- provider?: string[] | undefined;
463
- sub_region?: string[] | undefined;
464
- csp_region?: string[] | undefined;
465
- instance_type?: string[] | undefined;
466
- version?: unknown;
467
- accelerator_name?: string[] | undefined;
468
- accelerator_manufacturer?: string[] | undefined;
469
- accelerator_count_min?: number | undefined;
470
- accelerator_count_max?: number | undefined;
471
- accelerator_memory_min?: number | undefined;
472
- accelerator_memory_max?: number | undefined;
473
- memory_min?: number | undefined;
474
- memory_max?: number | undefined;
475
- vcpu_min?: number | undefined;
476
- vcpu_max?: number | undefined;
477
- storage_total_min?: number | undefined;
478
- storage_total_max?: number | undefined;
479
- storage_local_min?: number | undefined;
480
- storage_local_max?: number | undefined;
481
- price_min?: number | undefined;
482
- price_max?: number | undefined;
483
- }, {
484
- region?: string[] | undefined;
485
- provider?: string[] | undefined;
486
- sub_region?: string[] | undefined;
487
- csp_region?: string[] | undefined;
488
- instance_type?: string[] | undefined;
489
- version?: unknown;
490
- accelerator_name?: string[] | undefined;
491
- accelerator_manufacturer?: string[] | undefined;
492
- accelerator_count_min?: number | undefined;
493
- accelerator_count_max?: number | undefined;
494
- accelerator_memory_min?: number | undefined;
495
- accelerator_memory_max?: number | undefined;
496
- memory_min?: number | undefined;
497
- memory_max?: number | undefined;
498
- vcpu_min?: number | undefined;
499
- vcpu_max?: number | undefined;
500
- storage_total_min?: number | undefined;
501
- storage_total_max?: number | undefined;
502
- storage_local_min?: number | undefined;
503
- storage_local_max?: number | undefined;
504
- price_min?: number | undefined;
505
- price_max?: number | undefined;
506
- }>;
507
- export declare const zInfrastructureInstance: z.ZodObject<{
508
- sku: z.ZodString;
509
- provider: z.ZodString;
510
- region: z.ZodString;
511
- sub_region: z.ZodString;
512
- csp_region: z.ZodString;
513
- csp_zone: z.ZodString;
514
- instance_type: z.ZodString;
515
- architecture: z.ZodString;
516
- os: z.ZodString;
517
- vcpu: z.ZodNumber;
518
- memory: z.ZodNumber;
519
- local_storage: z.ZodNumber;
520
- accelerator_name: z.ZodOptional<z.ZodString>;
521
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
522
- accelerator_count: z.ZodOptional<z.ZodNumber>;
523
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
524
- pods_capacity: z.ZodOptional<z.ZodNumber>;
525
- capacity_type: z.ZodOptional<z.ZodString>;
526
- price: z.ZodNumber;
527
- available: z.ZodOptional<z.ZodBoolean>;
528
- }, "strip", z.ZodTypeAny, {
529
- memory: number;
530
- region: string;
531
- sku: string;
532
- provider: string;
533
- sub_region: string;
534
- csp_region: string;
535
- csp_zone: string;
536
- instance_type: string;
537
- architecture: string;
538
- os: string;
539
- vcpu: number;
540
- local_storage: number;
541
- price: number;
542
- accelerator_name?: string | undefined;
543
- accelerator_manufacturer?: string | undefined;
544
- accelerator_count?: number | undefined;
545
- accelerator_memory?: number | undefined;
546
- pods_capacity?: number | undefined;
547
- capacity_type?: string | undefined;
548
- available?: boolean | undefined;
549
- }, {
550
- memory: number;
551
- region: string;
552
- sku: string;
553
- provider: string;
554
- sub_region: string;
555
- csp_region: string;
556
- csp_zone: string;
557
- instance_type: string;
558
- architecture: string;
559
- os: string;
560
- vcpu: number;
561
- local_storage: number;
562
- price: number;
563
- accelerator_name?: string | undefined;
564
- accelerator_manufacturer?: string | undefined;
565
- accelerator_count?: number | undefined;
566
- accelerator_memory?: number | undefined;
567
- pods_capacity?: number | undefined;
568
- capacity_type?: string | undefined;
569
- available?: boolean | undefined;
570
- }>;
571
489
  export declare const zInvite: z.ZodObject<{
572
490
  id: z.ZodOptional<z.ZodString>;
573
491
  organization_id: z.ZodOptional<z.ZodString>;
@@ -853,6 +771,57 @@ export declare const zInvoice: z.ZodObject<{
853
771
  childItems?: unknown[] | undefined;
854
772
  }[] | undefined;
855
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
+ }>;
856
825
  export declare const zOrganizationCreateInput: z.ZodObject<{
857
826
  email: z.ZodString;
858
827
  first_name: z.ZodString;
@@ -882,7 +851,6 @@ export declare const zOrganization: z.ZodObject<{
882
851
  pro_clusters_max: z.ZodNumber;
883
852
  pro_clusters_available: z.ZodNumber;
884
853
  fleets_max: z.ZodNumber;
885
- managed_fleets_cpu_max: z.ZodNumber;
886
854
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
887
855
  regions: z.ZodArray<z.ZodString, "many">;
888
856
  versions: z.ZodArray<z.ZodObject<{
@@ -905,7 +873,6 @@ export declare const zOrganization: z.ZodObject<{
905
873
  pro_clusters_max: number;
906
874
  pro_clusters_available: number;
907
875
  fleets_max: number;
908
- managed_fleets_cpu_max: number;
909
876
  cluster_tiers: string[];
910
877
  regions: string[];
911
878
  }, {
@@ -918,7 +885,6 @@ export declare const zOrganization: z.ZodObject<{
918
885
  pro_clusters_max: number;
919
886
  pro_clusters_available: number;
920
887
  fleets_max: number;
921
- managed_fleets_cpu_max: number;
922
888
  cluster_tiers: string[];
923
889
  regions: string[];
924
890
  }>;
@@ -937,7 +903,6 @@ export declare const zOrganization: z.ZodObject<{
937
903
  pro_clusters_max: number;
938
904
  pro_clusters_available: number;
939
905
  fleets_max: number;
940
- managed_fleets_cpu_max: number;
941
906
  cluster_tiers: string[];
942
907
  regions: string[];
943
908
  };
@@ -956,7 +921,6 @@ export declare const zOrganization: z.ZodObject<{
956
921
  pro_clusters_max: number;
957
922
  pro_clusters_available: number;
958
923
  fleets_max: number;
959
- managed_fleets_cpu_max: number;
960
924
  cluster_tiers: string[];
961
925
  regions: string[];
962
926
  };
@@ -1029,8 +993,8 @@ export declare const zTokenUpdateInput: z.ZodObject<{
1029
993
  export declare const zUsage: z.ZodObject<{
1030
994
  hour: z.ZodOptional<z.ZodString>;
1031
995
  cluster_id: z.ZodString;
1032
- cluster_tier: z.ZodEnum<[""]>;
1033
- 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"]>;
1034
998
  node_name: z.ZodString;
1035
999
  sku: z.ZodString;
1036
1000
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1040,24 +1004,24 @@ export declare const zUsage: z.ZodObject<{
1040
1004
  }, "strip", z.ZodTypeAny, {
1041
1005
  total: number | "";
1042
1006
  cpu: number | "";
1043
- 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";
1044
1008
  value: number | "";
1045
- sku: string;
1046
- price: number | "";
1047
1009
  cluster_id: string;
1048
- cluster_tier: "";
1010
+ cluster_tier: "" | "basic" | "pro";
1049
1011
  node_name: string;
1012
+ sku: string;
1013
+ price: number | "";
1050
1014
  hour?: string | undefined;
1051
1015
  }, {
1052
1016
  total: number | "";
1053
1017
  cpu: number | "";
1054
- 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";
1055
1019
  value: number | "";
1056
- sku: string;
1057
- price: number | "";
1058
1020
  cluster_id: string;
1059
- cluster_tier: "";
1021
+ cluster_tier: "" | "basic" | "pro";
1060
1022
  node_name: string;
1023
+ sku: string;
1024
+ price: number | "";
1061
1025
  hour?: string | undefined;
1062
1026
  }>;
1063
1027
  export declare const zUserCreateInput: z.ZodObject<{
@@ -1093,16 +1057,6 @@ export declare const zUser: z.ZodObject<{
1093
1057
  status: z.ZodEnum<["active", "inactive"]>;
1094
1058
  id: z.ZodString;
1095
1059
  date_created: z.ZodString;
1096
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1097
- cluster_id: z.ZodString;
1098
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
1099
- }, "strip", z.ZodTypeAny, {
1100
- cluster_id: string;
1101
- permissions: "readonly" | "readwrite";
1102
- }, {
1103
- cluster_id: string;
1104
- permissions: "readonly" | "readwrite";
1105
- }>, "many">>;
1106
1060
  }, "strip", z.ZodTypeAny, {
1107
1061
  id: string;
1108
1062
  role: "Administrator" | "User";
@@ -1111,10 +1065,6 @@ export declare const zUser: z.ZodObject<{
1111
1065
  first_name: string;
1112
1066
  last_name: string;
1113
1067
  date_created: string;
1114
- cluster_permissions?: {
1115
- cluster_id: string;
1116
- permissions: "readonly" | "readwrite";
1117
- }[] | undefined;
1118
1068
  }, {
1119
1069
  id: string;
1120
1070
  role: "Administrator" | "User";
@@ -1123,10 +1073,6 @@ export declare const zUser: z.ZodObject<{
1123
1073
  first_name: string;
1124
1074
  last_name: string;
1125
1075
  date_created: string;
1126
- cluster_permissions?: {
1127
- cluster_id: string;
1128
- permissions: "readonly" | "readwrite";
1129
- }[] | undefined;
1130
1076
  }>;
1131
1077
  export declare const zUserUpdateInput: z.ZodObject<{
1132
1078
  email: z.ZodOptional<z.ZodString>;
@@ -1147,11 +1093,14 @@ export declare const zUserUpdateInput: z.ZodObject<{
1147
1093
  first_name?: string | undefined;
1148
1094
  last_name?: string | undefined;
1149
1095
  }>;
1096
+ /**
1097
+ * An array of usage records.
1098
+ */
1150
1099
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1151
1100
  hour: z.ZodOptional<z.ZodString>;
1152
1101
  cluster_id: z.ZodString;
1153
- cluster_tier: z.ZodEnum<[""]>;
1154
- 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"]>;
1155
1104
  node_name: z.ZodString;
1156
1105
  sku: z.ZodString;
1157
1106
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1161,27 +1110,33 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1161
1110
  }, "strip", z.ZodTypeAny, {
1162
1111
  total: number | "";
1163
1112
  cpu: number | "";
1164
- 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";
1165
1114
  value: number | "";
1166
- sku: string;
1167
- price: number | "";
1168
1115
  cluster_id: string;
1169
- cluster_tier: "";
1116
+ cluster_tier: "" | "basic" | "pro";
1170
1117
  node_name: string;
1118
+ sku: string;
1119
+ price: number | "";
1171
1120
  hour?: string | undefined;
1172
1121
  }, {
1173
1122
  total: number | "";
1174
1123
  cpu: number | "";
1175
- 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";
1176
1125
  value: number | "";
1177
- sku: string;
1178
- price: number | "";
1179
1126
  cluster_id: string;
1180
- cluster_tier: "";
1127
+ cluster_tier: "" | "basic" | "pro";
1181
1128
  node_name: string;
1129
+ sku: string;
1130
+ price: number | "";
1182
1131
  hour?: string | undefined;
1183
1132
  }>, "many">;
1133
+ /**
1134
+ * Current balance of the organization in USD as a floating-point number.
1135
+ */
1184
1136
  export declare const zGetBalanceResponse: z.ZodNumber;
1137
+ /**
1138
+ * Redacted payment card information.
1139
+ */
1185
1140
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1186
1141
  id: z.ZodString;
1187
1142
  setup: z.ZodBoolean;
@@ -1207,6 +1162,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1207
1162
  exp_year: number;
1208
1163
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1209
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
+ */
1210
1169
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1211
1170
  id: z.ZodOptional<z.ZodString>;
1212
1171
  }, "strip", z.ZodTypeAny, {
@@ -1214,6 +1173,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1214
1173
  }, {
1215
1174
  id?: string | undefined;
1216
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
+ */
1217
1187
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1218
1188
  id: z.ZodOptional<z.ZodString>;
1219
1189
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1480,6 +1450,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1480
1450
  childItems?: unknown[] | undefined;
1481
1451
  }[] | undefined;
1482
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
+ */
1483
1460
  export declare const zGetInvoiceResponse: z.ZodObject<{
1484
1461
  html: z.ZodOptional<z.ZodString>;
1485
1462
  }, "strip", z.ZodTypeAny, {
@@ -1487,6 +1464,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1487
1464
  }, {
1488
1465
  html?: string | undefined;
1489
1466
  }>;
1467
+ /**
1468
+ * Returns a single object containing organization contact and billing address details.
1469
+ */
1490
1470
  export declare const zGetContactResponse: z.ZodObject<{
1491
1471
  company: z.ZodOptional<z.ZodString>;
1492
1472
  address1: z.ZodOptional<z.ZodString>;
@@ -1499,6 +1479,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1499
1479
  email: z.ZodString;
1500
1480
  first_name: z.ZodString;
1501
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", ""]>>;
1502
1527
  }, "strip", z.ZodTypeAny, {
1503
1528
  email: string;
1504
1529
  first_name: string;
@@ -1511,6 +1536,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1511
1536
  postalCode?: string | undefined;
1512
1537
  city?: string | undefined;
1513
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;
1514
1541
  }, {
1515
1542
  email: string;
1516
1543
  first_name: string;
@@ -1523,7 +1550,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1523
1550
  postalCode?: string | undefined;
1524
1551
  city?: string | undefined;
1525
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;
1526
1555
  }>;
1556
+ /**
1557
+ * Successfully updated. Returns updated organization details.
1558
+ */
1527
1559
  export declare const zUpdateContactResponse: z.ZodObject<{
1528
1560
  company: z.ZodOptional<z.ZodString>;
1529
1561
  address1: z.ZodOptional<z.ZodString>;
@@ -1536,6 +1568,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1536
1568
  email: z.ZodString;
1537
1569
  first_name: z.ZodString;
1538
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", ""]>>;
1539
1573
  }, "strip", z.ZodTypeAny, {
1540
1574
  email: string;
1541
1575
  first_name: string;
@@ -1548,6 +1582,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1548
1582
  postalCode?: string | undefined;
1549
1583
  city?: string | undefined;
1550
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;
1551
1587
  }, {
1552
1588
  email: string;
1553
1589
  first_name: string;
@@ -1560,7 +1596,204 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1560
1596
  postalCode?: string | undefined;
1561
1597
  city?: string | undefined;
1562
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;
1563
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
+ */
1564
1797
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1565
1798
  limits: z.ZodOptional<z.ZodObject<{
1566
1799
  cpu: z.ZodNumber;
@@ -1579,25 +1812,16 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1579
1812
  project: string;
1580
1813
  enabled?: boolean | undefined;
1581
1814
  }>>;
1582
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1815
+ hetzner: z.ZodOptional<z.ZodObject<{
1583
1816
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1584
- apiKey: z.ZodOptional<z.ZodString>;
1817
+ apiKey: z.ZodString;
1585
1818
  }, "strip", z.ZodTypeAny, {
1819
+ apiKey: string;
1586
1820
  enabled: boolean;
1587
- apiKey?: string | undefined;
1588
1821
  }, {
1589
- apiKey?: string | undefined;
1822
+ apiKey: string;
1590
1823
  enabled?: boolean | undefined;
1591
- }>, z.ZodObject<{
1592
- apiKey: z.ZodOptional<z.ZodString>;
1593
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1594
- }, "strip", z.ZodTypeAny, {
1595
- enabled: boolean;
1596
- apiKey?: string | undefined;
1597
- }, {
1598
- apiKey?: string | undefined;
1599
- enabled?: boolean | undefined;
1600
- }>]>>;
1824
+ }>>;
1601
1825
  aws: z.ZodOptional<z.ZodObject<{
1602
1826
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1603
1827
  controllerRoleArn: z.ZodString;
@@ -1609,9 +1833,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1609
1833
  enabled?: boolean | undefined;
1610
1834
  }>>;
1611
1835
  id: z.ZodString;
1612
- type: z.ZodEnum<["managed", "connected"]>;
1613
1836
  }, "strip", z.ZodTypeAny, {
1614
- type: "connected" | "managed";
1615
1837
  id: string;
1616
1838
  limits?: {
1617
1839
  cpu: number;
@@ -1621,18 +1843,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1621
1843
  enabled: boolean;
1622
1844
  } | undefined;
1623
1845
  hetzner?: {
1846
+ apiKey: string;
1624
1847
  enabled: boolean;
1625
- apiKey?: string | undefined;
1626
- } | {
1627
- enabled: boolean;
1628
- apiKey?: string | undefined;
1629
1848
  } | undefined;
1630
1849
  aws?: {
1631
1850
  controllerRoleArn: string;
1632
1851
  enabled: boolean;
1633
1852
  } | undefined;
1634
1853
  }, {
1635
- type: "connected" | "managed";
1636
1854
  id: string;
1637
1855
  limits?: {
1638
1856
  cpu: number;
@@ -1642,10 +1860,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1642
1860
  enabled?: boolean | undefined;
1643
1861
  } | undefined;
1644
1862
  hetzner?: {
1645
- apiKey?: string | undefined;
1646
- enabled?: boolean | undefined;
1647
- } | {
1648
- apiKey?: string | undefined;
1863
+ apiKey: string;
1649
1864
  enabled?: boolean | undefined;
1650
1865
  } | undefined;
1651
1866
  aws?: {
@@ -1653,9 +1868,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1653
1868
  enabled?: boolean | undefined;
1654
1869
  } | undefined;
1655
1870
  }>, "many">;
1656
- export declare const zCreateFleetResponse: z.ZodString;
1657
- export declare const zDeleteFleetResponse: z.ZodString;
1658
- export declare const zGetFleetResponse: z.ZodObject<{
1871
+ export declare const zCreateFleetData: z.ZodObject<{
1659
1872
  limits: z.ZodOptional<z.ZodObject<{
1660
1873
  cpu: z.ZodNumber;
1661
1874
  }, "strip", z.ZodTypeAny, {
@@ -1673,25 +1886,16 @@ export declare const zGetFleetResponse: z.ZodObject<{
1673
1886
  project: string;
1674
1887
  enabled?: boolean | undefined;
1675
1888
  }>>;
1676
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1677
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1678
- apiKey: z.ZodOptional<z.ZodString>;
1679
- }, "strip", z.ZodTypeAny, {
1680
- enabled: boolean;
1681
- apiKey?: string | undefined;
1682
- }, {
1683
- apiKey?: string | undefined;
1684
- enabled?: boolean | undefined;
1685
- }>, z.ZodObject<{
1686
- apiKey: z.ZodOptional<z.ZodString>;
1889
+ hetzner: z.ZodOptional<z.ZodObject<{
1687
1890
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1891
+ apiKey: z.ZodString;
1688
1892
  }, "strip", z.ZodTypeAny, {
1893
+ apiKey: string;
1689
1894
  enabled: boolean;
1690
- apiKey?: string | undefined;
1691
1895
  }, {
1692
- apiKey?: string | undefined;
1896
+ apiKey: string;
1693
1897
  enabled?: boolean | undefined;
1694
- }>]>>;
1898
+ }>>;
1695
1899
  aws: z.ZodOptional<z.ZodObject<{
1696
1900
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1697
1901
  controllerRoleArn: z.ZodString;
@@ -1703,9 +1907,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1703
1907
  enabled?: boolean | undefined;
1704
1908
  }>>;
1705
1909
  id: z.ZodString;
1706
- type: z.ZodEnum<["managed", "connected"]>;
1707
1910
  }, "strip", z.ZodTypeAny, {
1708
- type: "connected" | "managed";
1709
1911
  id: string;
1710
1912
  limits?: {
1711
1913
  cpu: number;
@@ -1715,18 +1917,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1715
1917
  enabled: boolean;
1716
1918
  } | undefined;
1717
1919
  hetzner?: {
1920
+ apiKey: string;
1718
1921
  enabled: boolean;
1719
- apiKey?: string | undefined;
1720
- } | {
1721
- enabled: boolean;
1722
- apiKey?: string | undefined;
1723
1922
  } | undefined;
1724
1923
  aws?: {
1725
1924
  controllerRoleArn: string;
1726
1925
  enabled: boolean;
1727
1926
  } | undefined;
1728
1927
  }, {
1729
- type: "connected" | "managed";
1730
1928
  id: string;
1731
1929
  limits?: {
1732
1930
  cpu: number;
@@ -1736,10 +1934,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1736
1934
  enabled?: boolean | undefined;
1737
1935
  } | undefined;
1738
1936
  hetzner?: {
1739
- apiKey?: string | undefined;
1740
- enabled?: boolean | undefined;
1741
- } | {
1742
- apiKey?: string | undefined;
1937
+ apiKey: string;
1743
1938
  enabled?: boolean | undefined;
1744
1939
  } | undefined;
1745
1940
  aws?: {
@@ -1747,17 +1942,211 @@ export declare const zGetFleetResponse: z.ZodObject<{
1747
1942
  enabled?: boolean | undefined;
1748
1943
  } | undefined;
1749
1944
  }>;
1750
- export declare const zUpdateFleetResponse: z.ZodString;
1751
- export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1752
- name: z.ZodString;
1753
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1754
- tier: z.ZodEnum<["basic", "pro"]>;
1755
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
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
+ */
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
+ */
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
+ */
1976
+ export declare const zGetFleetResponse: z.ZodObject<{
1977
+ limits: z.ZodOptional<z.ZodObject<{
1978
+ cpu: z.ZodNumber;
1979
+ }, "strip", z.ZodTypeAny, {
1980
+ cpu: number;
1981
+ }, {
1982
+ cpu: number;
1983
+ }>>;
1984
+ gcp: z.ZodOptional<z.ZodObject<{
1985
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1986
+ project: z.ZodString;
1987
+ }, "strip", z.ZodTypeAny, {
1988
+ project: string;
1989
+ enabled: boolean;
1990
+ }, {
1991
+ project: string;
1992
+ enabled?: boolean | undefined;
1993
+ }>>;
1994
+ hetzner: z.ZodOptional<z.ZodObject<{
1995
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1996
+ apiKey: z.ZodString;
1997
+ }, "strip", z.ZodTypeAny, {
1998
+ apiKey: string;
1999
+ enabled: boolean;
2000
+ }, {
2001
+ apiKey: string;
2002
+ enabled?: boolean | undefined;
2003
+ }>>;
2004
+ aws: z.ZodOptional<z.ZodObject<{
2005
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2006
+ controllerRoleArn: z.ZodString;
2007
+ }, "strip", z.ZodTypeAny, {
2008
+ controllerRoleArn: string;
2009
+ enabled: boolean;
2010
+ }, {
2011
+ controllerRoleArn: string;
2012
+ enabled?: boolean | undefined;
2013
+ }>>;
1756
2014
  id: z.ZodString;
1757
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1758
- endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
1759
- certificate_ca: z.ZodOptional<z.ZodString>;
1760
- version_current: z.ZodOptional<z.ZodString>;
2015
+ }, "strip", z.ZodTypeAny, {
2016
+ id: string;
2017
+ limits?: {
2018
+ cpu: number;
2019
+ } | undefined;
2020
+ gcp?: {
2021
+ project: string;
2022
+ enabled: boolean;
2023
+ } | undefined;
2024
+ hetzner?: {
2025
+ apiKey: string;
2026
+ enabled: boolean;
2027
+ } | undefined;
2028
+ aws?: {
2029
+ controllerRoleArn: string;
2030
+ enabled: boolean;
2031
+ } | undefined;
2032
+ }, {
2033
+ id: string;
2034
+ limits?: {
2035
+ cpu: number;
2036
+ } | undefined;
2037
+ gcp?: {
2038
+ project: string;
2039
+ enabled?: boolean | undefined;
2040
+ } | undefined;
2041
+ hetzner?: {
2042
+ apiKey: string;
2043
+ enabled?: boolean | undefined;
2044
+ } | undefined;
2045
+ aws?: {
2046
+ controllerRoleArn: string;
2047
+ enabled?: boolean | undefined;
2048
+ } | undefined;
2049
+ }>;
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>;
1761
2150
  created_at: z.ZodOptional<z.ZodString>;
1762
2151
  updated_at: z.ZodOptional<z.ZodString>;
1763
2152
  ready: z.ZodOptional<z.ZodBoolean>;
@@ -1765,35 +2154,68 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1765
2154
  name: string;
1766
2155
  id: string;
1767
2156
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1768
- tier: "basic" | "pro";
1769
2157
  version_channel: string;
2158
+ tier: "basic" | "pro";
1770
2159
  ready?: boolean | undefined;
1771
- region?: "staging" | "northamerica-central-1" | undefined;
1772
- endpoint?: string | undefined;
1773
- certificate_ca?: string | undefined;
2160
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1774
2161
  version_current?: string | undefined;
1775
2162
  created_at?: string | undefined;
1776
2163
  updated_at?: string | undefined;
2164
+ endpoint?: string | undefined;
2165
+ certificate_ca?: string | undefined;
1777
2166
  }, {
1778
2167
  name: string;
1779
2168
  id: string;
1780
2169
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1781
2170
  tier: "basic" | "pro";
1782
2171
  ready?: boolean | undefined;
1783
- region?: "staging" | "northamerica-central-1" | undefined;
1784
- endpoint?: string | undefined;
2172
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1785
2173
  version_channel?: string | undefined;
1786
- certificate_ca?: string | undefined;
1787
2174
  version_current?: string | undefined;
1788
2175
  created_at?: string | undefined;
1789
2176
  updated_at?: string | undefined;
2177
+ endpoint?: string | undefined;
2178
+ certificate_ca?: string | undefined;
1790
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
+ */
1791
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
+ */
1792
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
+ */
1793
2215
  export declare const zGetClusterResponse: z.ZodObject<{
1794
2216
  name: z.ZodString;
1795
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1796
2217
  tier: z.ZodEnum<["basic", "pro"]>;
2218
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1797
2219
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1798
2220
  id: z.ZodString;
1799
2221
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1807,33 +2229,53 @@ export declare const zGetClusterResponse: z.ZodObject<{
1807
2229
  name: string;
1808
2230
  id: string;
1809
2231
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1810
- tier: "basic" | "pro";
1811
2232
  version_channel: string;
2233
+ tier: "basic" | "pro";
1812
2234
  ready?: boolean | undefined;
1813
- region?: "staging" | "northamerica-central-1" | undefined;
1814
- endpoint?: string | undefined;
1815
- certificate_ca?: string | undefined;
2235
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1816
2236
  version_current?: string | undefined;
1817
2237
  created_at?: string | undefined;
1818
2238
  updated_at?: string | undefined;
2239
+ endpoint?: string | undefined;
2240
+ certificate_ca?: string | undefined;
1819
2241
  }, {
1820
2242
  name: string;
1821
2243
  id: string;
1822
2244
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1823
2245
  tier: "basic" | "pro";
1824
2246
  ready?: boolean | undefined;
1825
- region?: "staging" | "northamerica-central-1" | undefined;
1826
- endpoint?: string | undefined;
2247
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1827
2248
  version_channel?: string | undefined;
1828
- certificate_ca?: string | undefined;
1829
2249
  version_current?: string | undefined;
1830
2250
  created_at?: string | undefined;
1831
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;
1832
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
+ */
1833
2275
  export declare const zUpdateClusterResponse: z.ZodObject<{
1834
2276
  name: z.ZodString;
1835
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1836
2277
  tier: z.ZodEnum<["basic", "pro"]>;
2278
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1837
2279
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1838
2280
  id: z.ZodString;
1839
2281
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1847,33 +2289,40 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1847
2289
  name: string;
1848
2290
  id: string;
1849
2291
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1850
- tier: "basic" | "pro";
1851
2292
  version_channel: string;
2293
+ tier: "basic" | "pro";
1852
2294
  ready?: boolean | undefined;
1853
- region?: "staging" | "northamerica-central-1" | undefined;
1854
- endpoint?: string | undefined;
1855
- certificate_ca?: string | undefined;
2295
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1856
2296
  version_current?: string | undefined;
1857
2297
  created_at?: string | undefined;
1858
2298
  updated_at?: string | undefined;
2299
+ endpoint?: string | undefined;
2300
+ certificate_ca?: string | undefined;
1859
2301
  }, {
1860
2302
  name: string;
1861
2303
  id: string;
1862
2304
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1863
2305
  tier: "basic" | "pro";
1864
2306
  ready?: boolean | undefined;
1865
- region?: "staging" | "northamerica-central-1" | undefined;
1866
- endpoint?: string | undefined;
2307
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1867
2308
  version_channel?: string | undefined;
1868
- certificate_ca?: string | undefined;
1869
2309
  version_current?: string | undefined;
1870
2310
  created_at?: string | undefined;
1871
2311
  updated_at?: string | undefined;
2312
+ endpoint?: string | undefined;
2313
+ certificate_ca?: string | undefined;
1872
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
+ */
1873
2322
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1874
2323
  name: z.ZodString;
1875
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1876
2324
  tier: z.ZodEnum<["basic", "pro"]>;
2325
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1877
2326
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1878
2327
  id: z.ZodString;
1879
2328
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1887,200 +2336,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1887
2336
  name: string;
1888
2337
  id: string;
1889
2338
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1890
- tier: "basic" | "pro";
1891
2339
  version_channel: string;
2340
+ tier: "basic" | "pro";
1892
2341
  ready?: boolean | undefined;
1893
- region?: "staging" | "northamerica-central-1" | undefined;
1894
- endpoint?: string | undefined;
1895
- certificate_ca?: string | undefined;
2342
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1896
2343
  version_current?: string | undefined;
1897
2344
  created_at?: string | undefined;
1898
2345
  updated_at?: string | undefined;
2346
+ endpoint?: string | undefined;
2347
+ certificate_ca?: string | undefined;
1899
2348
  }, {
1900
2349
  name: string;
1901
2350
  id: string;
1902
2351
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1903
2352
  tier: "basic" | "pro";
1904
2353
  ready?: boolean | undefined;
1905
- region?: "staging" | "northamerica-central-1" | undefined;
1906
- endpoint?: string | undefined;
2354
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1907
2355
  version_channel?: string | undefined;
1908
- certificate_ca?: string | undefined;
1909
2356
  version_current?: string | undefined;
1910
2357
  created_at?: string | undefined;
1911
2358
  updated_at?: string | undefined;
2359
+ endpoint?: string | undefined;
2360
+ certificate_ca?: string | undefined;
1912
2361
  }>;
1913
- export declare const zGetInfrastructureResponse: z.ZodArray<z.ZodObject<{
1914
- sku: z.ZodString;
1915
- provider: z.ZodString;
1916
- region: z.ZodString;
1917
- sub_region: z.ZodString;
1918
- csp_region: z.ZodString;
1919
- csp_zone: z.ZodString;
1920
- instance_type: z.ZodString;
1921
- architecture: z.ZodString;
1922
- os: z.ZodString;
1923
- vcpu: z.ZodNumber;
1924
- memory: z.ZodNumber;
1925
- local_storage: z.ZodNumber;
1926
- accelerator_name: z.ZodOptional<z.ZodString>;
1927
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
1928
- accelerator_count: z.ZodOptional<z.ZodNumber>;
1929
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
1930
- pods_capacity: z.ZodOptional<z.ZodNumber>;
1931
- capacity_type: z.ZodOptional<z.ZodString>;
1932
- price: z.ZodNumber;
1933
- available: z.ZodOptional<z.ZodBoolean>;
1934
- }, "strip", z.ZodTypeAny, {
1935
- memory: number;
1936
- region: string;
1937
- sku: string;
1938
- provider: string;
1939
- sub_region: string;
1940
- csp_region: string;
1941
- csp_zone: string;
1942
- instance_type: string;
1943
- architecture: string;
1944
- os: string;
1945
- vcpu: number;
1946
- local_storage: number;
1947
- price: number;
1948
- accelerator_name?: string | undefined;
1949
- accelerator_manufacturer?: string | undefined;
1950
- accelerator_count?: number | undefined;
1951
- accelerator_memory?: number | undefined;
1952
- pods_capacity?: number | undefined;
1953
- capacity_type?: string | undefined;
1954
- available?: boolean | undefined;
1955
- }, {
1956
- memory: number;
1957
- region: string;
1958
- sku: string;
1959
- provider: string;
1960
- sub_region: string;
1961
- csp_region: string;
1962
- csp_zone: string;
1963
- instance_type: string;
1964
- architecture: string;
1965
- os: string;
1966
- vcpu: number;
1967
- local_storage: number;
1968
- price: number;
1969
- accelerator_name?: string | undefined;
1970
- accelerator_manufacturer?: string | undefined;
1971
- accelerator_count?: number | undefined;
1972
- accelerator_memory?: number | undefined;
1973
- pods_capacity?: number | undefined;
1974
- capacity_type?: string | undefined;
1975
- available?: boolean | undefined;
1976
- }>, "many">;
1977
- export declare const zGetFacetsResponse: z.ZodArray<z.ZodObject<{
1978
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1979
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1980
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1981
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1982
- vcpu_min: z.ZodOptional<z.ZodNumber>;
1983
- vcpu_max: z.ZodOptional<z.ZodNumber>;
1984
- memory_min: z.ZodOptional<z.ZodNumber>;
1985
- memory_max: z.ZodOptional<z.ZodNumber>;
1986
- storage_local_min: z.ZodOptional<z.ZodNumber>;
1987
- storage_local_max: z.ZodOptional<z.ZodNumber>;
1988
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1989
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1990
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
1991
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
1992
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
1993
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
1994
- price_min: z.ZodOptional<z.ZodNumber>;
1995
- price_max: z.ZodOptional<z.ZodNumber>;
1996
- regions_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
1997
- region: z.ZodOptional<z.ZodString>;
1998
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1999
- }, "strip", z.ZodTypeAny, {
2000
- region?: string | undefined;
2001
- sub_region?: string[] | undefined;
2002
- }, {
2003
- region?: string | undefined;
2004
- sub_region?: string[] | undefined;
2005
- }>, "many">>;
2006
- accelerators_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2007
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
2008
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2009
- }, "strip", z.ZodTypeAny, {
2010
- accelerator_name?: string[] | undefined;
2011
- accelerator_manufacturer?: string | undefined;
2012
- }, {
2013
- accelerator_name?: string[] | undefined;
2014
- accelerator_manufacturer?: string | undefined;
2015
- }>, "many">>;
2016
- count_total: z.ZodOptional<z.ZodNumber>;
2017
- count_accelerators: z.ZodOptional<z.ZodNumber>;
2018
- count_instance_types: z.ZodOptional<z.ZodNumber>;
2019
- count_accelerators_instance_types: z.ZodOptional<z.ZodNumber>;
2020
- }, "strip", z.ZodTypeAny, {
2021
- region?: string[] | undefined;
2022
- provider?: string[] | undefined;
2023
- sub_region?: string[] | undefined;
2024
- csp_region?: string[] | undefined;
2025
- accelerator_name?: string[] | undefined;
2026
- accelerator_manufacturer?: string[] | undefined;
2027
- accelerator_count_min?: number | undefined;
2028
- accelerator_count_max?: number | undefined;
2029
- accelerator_memory_min?: number | undefined;
2030
- accelerator_memory_max?: number | undefined;
2031
- memory_min?: number | undefined;
2032
- memory_max?: number | undefined;
2033
- vcpu_min?: number | undefined;
2034
- vcpu_max?: number | undefined;
2035
- storage_local_min?: number | undefined;
2036
- storage_local_max?: number | undefined;
2037
- price_min?: number | undefined;
2038
- price_max?: number | undefined;
2039
- regions_struct?: {
2040
- region?: string | undefined;
2041
- sub_region?: string[] | undefined;
2042
- }[] | undefined;
2043
- accelerators_struct?: {
2044
- accelerator_name?: string[] | undefined;
2045
- accelerator_manufacturer?: string | undefined;
2046
- }[] | undefined;
2047
- count_total?: number | undefined;
2048
- count_accelerators?: number | undefined;
2049
- count_instance_types?: number | undefined;
2050
- count_accelerators_instance_types?: number | undefined;
2051
- }, {
2052
- region?: string[] | undefined;
2053
- provider?: string[] | undefined;
2054
- sub_region?: string[] | undefined;
2055
- csp_region?: string[] | undefined;
2056
- accelerator_name?: string[] | undefined;
2057
- accelerator_manufacturer?: string[] | undefined;
2058
- accelerator_count_min?: number | undefined;
2059
- accelerator_count_max?: number | undefined;
2060
- accelerator_memory_min?: number | undefined;
2061
- accelerator_memory_max?: number | undefined;
2062
- memory_min?: number | undefined;
2063
- memory_max?: number | undefined;
2064
- vcpu_min?: number | undefined;
2065
- vcpu_max?: number | undefined;
2066
- storage_local_min?: number | undefined;
2067
- storage_local_max?: number | undefined;
2068
- price_min?: number | undefined;
2069
- price_max?: number | undefined;
2070
- regions_struct?: {
2071
- region?: string | undefined;
2072
- sub_region?: string[] | undefined;
2073
- }[] | undefined;
2074
- accelerators_struct?: {
2075
- accelerator_name?: string[] | undefined;
2076
- accelerator_manufacturer?: string | undefined;
2077
- }[] | undefined;
2078
- count_total?: number | undefined;
2079
- count_accelerators?: number | undefined;
2080
- count_instance_types?: number | undefined;
2081
- count_accelerators_instance_types?: number | undefined;
2082
- }>, "many">;
2083
- export declare const zGetRegionsResponse: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
2362
+ /**
2363
+ * An array of invites
2364
+ */
2084
2365
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2085
2366
  id: z.ZodOptional<z.ZodString>;
2086
2367
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2100,6 +2381,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2100
2381
  email?: string | undefined;
2101
2382
  organization_id?: string | undefined;
2102
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
+ */
2103
2394
  export declare const zCreateInviteResponse: z.ZodObject<{
2104
2395
  id: z.ZodOptional<z.ZodString>;
2105
2396
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2119,6 +2410,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
2119
2410
  email?: string | undefined;
2120
2411
  organization_id?: string | undefined;
2121
2412
  }>;
2413
+ /**
2414
+ * Invitation code
2415
+ */
2416
+ export declare const zGetInviteParameterCode: z.ZodString;
2417
+ /**
2418
+ * Returns a single object containing invite details.
2419
+ */
2122
2420
  export declare const zGetInviteResponse: z.ZodObject<{
2123
2421
  id: z.ZodOptional<z.ZodString>;
2124
2422
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2138,6 +2436,125 @@ export declare const zGetInviteResponse: z.ZodObject<{
2138
2436
  email?: string | undefined;
2139
2437
  organization_id?: string | undefined;
2140
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
+ */
2141
2558
  export declare const zGetOrganizationResponse: z.ZodObject<{
2142
2559
  id: z.ZodString;
2143
2560
  name: z.ZodOptional<z.ZodString>;
@@ -2148,7 +2565,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2148
2565
  pro_clusters_max: z.ZodNumber;
2149
2566
  pro_clusters_available: z.ZodNumber;
2150
2567
  fleets_max: z.ZodNumber;
2151
- managed_fleets_cpu_max: z.ZodNumber;
2152
2568
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
2153
2569
  regions: z.ZodArray<z.ZodString, "many">;
2154
2570
  versions: z.ZodArray<z.ZodObject<{
@@ -2171,7 +2587,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2171
2587
  pro_clusters_max: number;
2172
2588
  pro_clusters_available: number;
2173
2589
  fleets_max: number;
2174
- managed_fleets_cpu_max: number;
2175
2590
  cluster_tiers: string[];
2176
2591
  regions: string[];
2177
2592
  }, {
@@ -2184,7 +2599,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2184
2599
  pro_clusters_max: number;
2185
2600
  pro_clusters_available: number;
2186
2601
  fleets_max: number;
2187
- managed_fleets_cpu_max: number;
2188
2602
  cluster_tiers: string[];
2189
2603
  regions: string[];
2190
2604
  }>;
@@ -2203,7 +2617,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2203
2617
  pro_clusters_max: number;
2204
2618
  pro_clusters_available: number;
2205
2619
  fleets_max: number;
2206
- managed_fleets_cpu_max: number;
2207
2620
  cluster_tiers: string[];
2208
2621
  regions: string[];
2209
2622
  };
@@ -2222,12 +2635,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2222
2635
  pro_clusters_max: number;
2223
2636
  pro_clusters_available: number;
2224
2637
  fleets_max: number;
2225
- managed_fleets_cpu_max: number;
2226
2638
  cluster_tiers: string[];
2227
2639
  regions: string[];
2228
2640
  };
2229
2641
  name?: string | undefined;
2230
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
+ */
2231
2665
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2232
2666
  name: z.ZodString;
2233
2667
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2247,6 +2681,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2247
2681
  id?: string | undefined;
2248
2682
  secret?: string | undefined;
2249
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
+ */
2250
2697
  export declare const zCreateTokenResponse: z.ZodObject<{
2251
2698
  name: z.ZodString;
2252
2699
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2266,6 +2713,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2266
2713
  id?: string | undefined;
2267
2714
  secret?: string | undefined;
2268
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
+ */
2269
2727
  export declare const zGetTokenResponse: z.ZodObject<{
2270
2728
  name: z.ZodString;
2271
2729
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2285,6 +2743,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
2285
2743
  id?: string | undefined;
2286
2744
  secret?: string | undefined;
2287
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
+ */
2288
2763
  export declare const zUpdateTokenResponse: z.ZodObject<{
2289
2764
  name: z.ZodString;
2290
2765
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2304,6 +2779,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2304
2779
  id?: string | undefined;
2305
2780
  secret?: string | undefined;
2306
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
+ */
2307
2789
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2308
2790
  name: z.ZodString;
2309
2791
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2323,6 +2805,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2323
2805
  id?: string | undefined;
2324
2806
  secret?: string | undefined;
2325
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
+ */
2326
2815
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2327
2816
  realm: z.ZodOptional<z.ZodString>;
2328
2817
  displayName: z.ZodOptional<z.ZodString>;
@@ -2333,6 +2822,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2333
2822
  realm?: string | undefined;
2334
2823
  displayName?: string | undefined;
2335
2824
  }>, "many">;
2825
+ /**
2826
+ * An array of users
2827
+ */
2336
2828
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2337
2829
  email: z.ZodString;
2338
2830
  first_name: z.ZodString;
@@ -2341,16 +2833,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2341
2833
  status: z.ZodEnum<["active", "inactive"]>;
2342
2834
  id: z.ZodString;
2343
2835
  date_created: z.ZodString;
2344
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2345
- cluster_id: z.ZodString;
2346
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2347
- }, "strip", z.ZodTypeAny, {
2348
- cluster_id: string;
2349
- permissions: "readonly" | "readwrite";
2350
- }, {
2351
- cluster_id: string;
2352
- permissions: "readonly" | "readwrite";
2353
- }>, "many">>;
2354
2836
  }, "strip", z.ZodTypeAny, {
2355
2837
  id: string;
2356
2838
  role: "Administrator" | "User";
@@ -2359,10 +2841,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2359
2841
  first_name: string;
2360
2842
  last_name: string;
2361
2843
  date_created: string;
2362
- cluster_permissions?: {
2363
- cluster_id: string;
2364
- permissions: "readonly" | "readwrite";
2365
- }[] | undefined;
2366
2844
  }, {
2367
2845
  id: string;
2368
2846
  role: "Administrator" | "User";
@@ -2371,55 +2849,36 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2371
2849
  first_name: string;
2372
2850
  last_name: string;
2373
2851
  date_created: string;
2374
- cluster_permissions?: {
2375
- cluster_id: string;
2376
- permissions: "readonly" | "readwrite";
2377
- }[] | undefined;
2378
2852
  }>, "many">;
2379
- export declare const zCreateUserResponse: z.ZodObject<{
2853
+ export declare const zCreateUserData: z.ZodObject<{
2380
2854
  email: z.ZodString;
2381
2855
  first_name: z.ZodString;
2382
2856
  last_name: z.ZodString;
2383
- role: z.ZodEnum<["Administrator", "User"]>;
2384
- status: z.ZodEnum<["active", "inactive"]>;
2385
- id: z.ZodString;
2386
- date_created: z.ZodString;
2387
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2388
- cluster_id: z.ZodString;
2389
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2390
- }, "strip", z.ZodTypeAny, {
2391
- cluster_id: string;
2392
- permissions: "readonly" | "readwrite";
2393
- }, {
2394
- cluster_id: string;
2395
- permissions: "readonly" | "readwrite";
2396
- }>, "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"]>>;
2397
2861
  }, "strip", z.ZodTypeAny, {
2398
- id: string;
2399
- role: "Administrator" | "User";
2862
+ code: string;
2400
2863
  email: string;
2401
- status: "active" | "inactive";
2402
2864
  first_name: string;
2403
2865
  last_name: string;
2404
- date_created: string;
2405
- cluster_permissions?: {
2406
- cluster_id: string;
2407
- permissions: "readonly" | "readwrite";
2408
- }[] | undefined;
2866
+ password: string;
2867
+ role?: "Administrator" | "User" | undefined;
2868
+ status?: "active" | "inactive" | undefined;
2409
2869
  }, {
2410
- id: string;
2411
- role: "Administrator" | "User";
2870
+ code: string;
2412
2871
  email: string;
2413
- status: "active" | "inactive";
2414
2872
  first_name: string;
2415
2873
  last_name: string;
2416
- date_created: string;
2417
- cluster_permissions?: {
2418
- cluster_id: string;
2419
- permissions: "readonly" | "readwrite";
2420
- }[] | undefined;
2874
+ password: string;
2875
+ role?: "Administrator" | "User" | undefined;
2876
+ status?: "active" | "inactive" | undefined;
2421
2877
  }>;
2422
- export declare const zDeleteUserResponse: z.ZodObject<{
2878
+ /**
2879
+ * Successfully created. Returns created user details.
2880
+ */
2881
+ export declare const zCreateUserResponse: z.ZodObject<{
2423
2882
  email: z.ZodString;
2424
2883
  first_name: z.ZodString;
2425
2884
  last_name: z.ZodString;
@@ -2427,16 +2886,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2427
2886
  status: z.ZodEnum<["active", "inactive"]>;
2428
2887
  id: z.ZodString;
2429
2888
  date_created: z.ZodString;
2430
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2431
- cluster_id: z.ZodString;
2432
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2433
- }, "strip", z.ZodTypeAny, {
2434
- cluster_id: string;
2435
- permissions: "readonly" | "readwrite";
2436
- }, {
2437
- cluster_id: string;
2438
- permissions: "readonly" | "readwrite";
2439
- }>, "many">>;
2440
2889
  }, "strip", z.ZodTypeAny, {
2441
2890
  id: string;
2442
2891
  role: "Administrator" | "User";
@@ -2445,10 +2894,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2445
2894
  first_name: string;
2446
2895
  last_name: string;
2447
2896
  date_created: string;
2448
- cluster_permissions?: {
2449
- cluster_id: string;
2450
- permissions: "readonly" | "readwrite";
2451
- }[] | undefined;
2452
2897
  }, {
2453
2898
  id: string;
2454
2899
  role: "Administrator" | "User";
@@ -2457,12 +2902,15 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2457
2902
  first_name: string;
2458
2903
  last_name: string;
2459
2904
  date_created: string;
2460
- cluster_permissions?: {
2461
- cluster_id: string;
2462
- permissions: "readonly" | "readwrite";
2463
- }[] | undefined;
2464
2905
  }>;
2465
- 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<{
2466
2914
  email: z.ZodString;
2467
2915
  first_name: z.ZodString;
2468
2916
  last_name: z.ZodString;
@@ -2470,16 +2918,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2470
2918
  status: z.ZodEnum<["active", "inactive"]>;
2471
2919
  id: z.ZodString;
2472
2920
  date_created: z.ZodString;
2473
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2474
- cluster_id: z.ZodString;
2475
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2476
- }, "strip", z.ZodTypeAny, {
2477
- cluster_id: string;
2478
- permissions: "readonly" | "readwrite";
2479
- }, {
2480
- cluster_id: string;
2481
- permissions: "readonly" | "readwrite";
2482
- }>, "many">>;
2483
2921
  }, "strip", z.ZodTypeAny, {
2484
2922
  id: string;
2485
2923
  role: "Administrator" | "User";
@@ -2488,10 +2926,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2488
2926
  first_name: string;
2489
2927
  last_name: string;
2490
2928
  date_created: string;
2491
- cluster_permissions?: {
2492
- cluster_id: string;
2493
- permissions: "readonly" | "readwrite";
2494
- }[] | undefined;
2495
2929
  }, {
2496
2930
  id: string;
2497
2931
  role: "Administrator" | "User";
@@ -2500,12 +2934,15 @@ export declare const zGetUserResponse: z.ZodObject<{
2500
2934
  first_name: string;
2501
2935
  last_name: string;
2502
2936
  date_created: string;
2503
- cluster_permissions?: {
2504
- cluster_id: string;
2505
- permissions: "readonly" | "readwrite";
2506
- }[] | undefined;
2507
2937
  }>;
2508
- 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<{
2509
2946
  email: z.ZodString;
2510
2947
  first_name: z.ZodString;
2511
2948
  last_name: z.ZodString;
@@ -2513,16 +2950,6 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2513
2950
  status: z.ZodEnum<["active", "inactive"]>;
2514
2951
  id: z.ZodString;
2515
2952
  date_created: z.ZodString;
2516
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2517
- cluster_id: z.ZodString;
2518
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2519
- }, "strip", z.ZodTypeAny, {
2520
- cluster_id: string;
2521
- permissions: "readonly" | "readwrite";
2522
- }, {
2523
- cluster_id: string;
2524
- permissions: "readonly" | "readwrite";
2525
- }>, "many">>;
2526
2953
  }, "strip", z.ZodTypeAny, {
2527
2954
  id: string;
2528
2955
  role: "Administrator" | "User";
@@ -2531,10 +2958,6 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2531
2958
  first_name: string;
2532
2959
  last_name: string;
2533
2960
  date_created: string;
2534
- cluster_permissions?: {
2535
- cluster_id: string;
2536
- permissions: "readonly" | "readwrite";
2537
- }[] | undefined;
2538
2961
  }, {
2539
2962
  id: string;
2540
2963
  role: "Administrator" | "User";
@@ -2543,55 +2966,34 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2543
2966
  first_name: string;
2544
2967
  last_name: string;
2545
2968
  date_created: string;
2546
- cluster_permissions?: {
2547
- cluster_id: string;
2548
- permissions: "readonly" | "readwrite";
2549
- }[] | undefined;
2550
2969
  }>;
2551
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2552
- email: z.ZodString;
2553
- first_name: z.ZodString;
2554
- last_name: z.ZodString;
2555
- role: z.ZodEnum<["Administrator", "User"]>;
2556
- status: z.ZodEnum<["active", "inactive"]>;
2557
- id: z.ZodString;
2558
- date_created: z.ZodString;
2559
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2560
- cluster_id: z.ZodString;
2561
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2562
- }, "strip", z.ZodTypeAny, {
2563
- cluster_id: string;
2564
- permissions: "readonly" | "readwrite";
2565
- }, {
2566
- cluster_id: string;
2567
- permissions: "readonly" | "readwrite";
2568
- }>, "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"]>>;
2569
2976
  }, "strip", z.ZodTypeAny, {
2570
- id: string;
2571
- role: "Administrator" | "User";
2572
- email: string;
2573
- status: "active" | "inactive";
2574
- first_name: string;
2575
- last_name: string;
2576
- date_created: string;
2577
- cluster_permissions?: {
2578
- cluster_id: string;
2579
- permissions: "readonly" | "readwrite";
2580
- }[] | 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;
2581
2982
  }, {
2582
- id: string;
2583
- role: "Administrator" | "User";
2584
- email: string;
2585
- status: "active" | "inactive";
2586
- first_name: string;
2587
- last_name: string;
2588
- date_created: string;
2589
- cluster_permissions?: {
2590
- cluster_id: string;
2591
- permissions: "readonly" | "readwrite";
2592
- }[] | 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;
2593
2988
  }>;
2594
- 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<{
2595
2997
  email: z.ZodString;
2596
2998
  first_name: z.ZodString;
2597
2999
  last_name: z.ZodString;
@@ -2599,16 +3001,6 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2599
3001
  status: z.ZodEnum<["active", "inactive"]>;
2600
3002
  id: z.ZodString;
2601
3003
  date_created: z.ZodString;
2602
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2603
- cluster_id: z.ZodString;
2604
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2605
- }, "strip", z.ZodTypeAny, {
2606
- cluster_id: string;
2607
- permissions: "readonly" | "readwrite";
2608
- }, {
2609
- cluster_id: string;
2610
- permissions: "readonly" | "readwrite";
2611
- }>, "many">>;
2612
3004
  }, "strip", z.ZodTypeAny, {
2613
3005
  id: string;
2614
3006
  role: "Administrator" | "User";
@@ -2617,10 +3009,6 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2617
3009
  first_name: string;
2618
3010
  last_name: string;
2619
3011
  date_created: string;
2620
- cluster_permissions?: {
2621
- cluster_id: string;
2622
- permissions: "readonly" | "readwrite";
2623
- }[] | undefined;
2624
3012
  }, {
2625
3013
  id: string;
2626
3014
  role: "Administrator" | "User";
@@ -2629,9 +3017,5 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2629
3017
  first_name: string;
2630
3018
  last_name: string;
2631
3019
  date_created: string;
2632
- cluster_permissions?: {
2633
- cluster_id: string;
2634
- permissions: "readonly" | "readwrite";
2635
- }[] | undefined;
2636
3020
  }>;
2637
3021
  //# sourceMappingURL=zod.gen.d.ts.map