@cloudfleet/sdk 0.0.1-8e8e76c → 0.0.1-9835b73

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,6 +39,8 @@ 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;
38
44
  }>;
39
45
  export declare const zBillingCredits: z.ZodObject<{
40
46
  id: z.ZodOptional<z.ZodString>;
@@ -67,20 +73,83 @@ export declare const zBillingCredits: z.ZodObject<{
67
73
  products?: string[] | undefined;
68
74
  value_remaining?: number | undefined;
69
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;
138
+ }>;
70
139
  export declare const zClusterCreateInput: z.ZodObject<{
71
140
  name: z.ZodString;
72
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
73
141
  tier: z.ZodEnum<["basic", "pro"]>;
142
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
74
143
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
75
144
  }, "strip", z.ZodTypeAny, {
76
145
  name: string;
77
- tier: "basic" | "pro";
78
146
  version_channel: string;
79
- region?: "staging" | "northamerica-central-1" | undefined;
147
+ tier: "basic" | "pro";
148
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
80
149
  }, {
81
150
  name: string;
82
151
  tier: "basic" | "pro";
83
- region?: "staging" | "northamerica-central-1" | undefined;
152
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
84
153
  version_channel?: string | undefined;
85
154
  }>;
86
155
  export declare const zClusterJoinInformation: z.ZodObject<{
@@ -147,8 +216,8 @@ export declare const zClusterJoinInformation: z.ZodObject<{
147
216
  }>;
148
217
  export declare const zCluster: z.ZodObject<{
149
218
  name: z.ZodString;
150
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
151
219
  tier: z.ZodEnum<["basic", "pro"]>;
220
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
152
221
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
153
222
  id: z.ZodString;
154
223
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -162,36 +231,39 @@ export declare const zCluster: z.ZodObject<{
162
231
  name: string;
163
232
  id: string;
164
233
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
165
- tier: "basic" | "pro";
166
234
  version_channel: string;
235
+ tier: "basic" | "pro";
167
236
  ready?: boolean | undefined;
168
- region?: "staging" | "northamerica-central-1" | undefined;
169
- endpoint?: string | undefined;
170
- certificate_ca?: string | undefined;
237
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
171
238
  version_current?: string | undefined;
172
239
  created_at?: string | undefined;
173
240
  updated_at?: string | undefined;
241
+ endpoint?: string | undefined;
242
+ certificate_ca?: string | undefined;
174
243
  }, {
175
244
  name: string;
176
245
  id: string;
177
246
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
178
247
  tier: "basic" | "pro";
179
248
  ready?: boolean | undefined;
180
- region?: "staging" | "northamerica-central-1" | undefined;
181
- endpoint?: string | undefined;
249
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
182
250
  version_channel?: string | undefined;
183
- certificate_ca?: string | undefined;
184
251
  version_current?: string | undefined;
185
252
  created_at?: string | undefined;
186
253
  updated_at?: string | undefined;
254
+ endpoint?: string | undefined;
255
+ certificate_ca?: string | undefined;
187
256
  }>;
188
257
  export declare const zClusterUpdateInput: z.ZodObject<{
189
258
  name: z.ZodOptional<z.ZodString>;
259
+ tier: z.ZodEnum<["basic", "pro"]>;
190
260
  version_channel: z.ZodOptional<z.ZodString>;
191
261
  }, "strip", z.ZodTypeAny, {
262
+ tier: "basic" | "pro";
192
263
  name?: string | undefined;
193
264
  version_channel?: string | undefined;
194
265
  }, {
266
+ tier: "basic" | "pro";
195
267
  name?: string | undefined;
196
268
  version_channel?: string | undefined;
197
269
  }>;
@@ -213,25 +285,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
213
285
  project: string;
214
286
  enabled?: boolean | undefined;
215
287
  }>>;
216
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
288
+ hetzner: z.ZodOptional<z.ZodObject<{
217
289
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
218
- apiKey: z.ZodOptional<z.ZodString>;
290
+ apiKey: z.ZodString;
219
291
  }, "strip", z.ZodTypeAny, {
292
+ apiKey: string;
220
293
  enabled: boolean;
221
- apiKey?: string | undefined;
222
294
  }, {
223
- apiKey?: string | undefined;
295
+ apiKey: string;
224
296
  enabled?: boolean | undefined;
225
- }>, z.ZodObject<{
226
- apiKey: z.ZodOptional<z.ZodString>;
227
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
228
- }, "strip", z.ZodTypeAny, {
229
- enabled: boolean;
230
- apiKey?: string | undefined;
231
- }, {
232
- apiKey?: string | undefined;
233
- enabled?: boolean | undefined;
234
- }>]>>;
297
+ }>>;
235
298
  aws: z.ZodOptional<z.ZodObject<{
236
299
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
237
300
  controllerRoleArn: z.ZodString;
@@ -243,9 +306,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
243
306
  enabled?: boolean | undefined;
244
307
  }>>;
245
308
  id: z.ZodString;
246
- type: z.ZodEnum<["managed", "connected"]>;
247
309
  }, "strip", z.ZodTypeAny, {
248
- type: "connected" | "managed";
249
310
  id: string;
250
311
  limits?: {
251
312
  cpu: number;
@@ -255,18 +316,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
255
316
  enabled: boolean;
256
317
  } | undefined;
257
318
  hetzner?: {
319
+ apiKey: string;
258
320
  enabled: boolean;
259
- apiKey?: string | undefined;
260
- } | {
261
- enabled: boolean;
262
- apiKey?: string | undefined;
263
321
  } | undefined;
264
322
  aws?: {
265
323
  controllerRoleArn: string;
266
324
  enabled: boolean;
267
325
  } | undefined;
268
326
  }, {
269
- type: "connected" | "managed";
270
327
  id: string;
271
328
  limits?: {
272
329
  cpu: number;
@@ -276,10 +333,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
276
333
  enabled?: boolean | undefined;
277
334
  } | undefined;
278
335
  hetzner?: {
279
- apiKey?: string | undefined;
280
- enabled?: boolean | undefined;
281
- } | {
282
- apiKey?: string | undefined;
336
+ apiKey: string;
283
337
  enabled?: boolean | undefined;
284
338
  } | undefined;
285
339
  aws?: {
@@ -305,25 +359,16 @@ export declare const zFleet: z.ZodObject<{
305
359
  project: string;
306
360
  enabled?: boolean | undefined;
307
361
  }>>;
308
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
309
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
310
- apiKey: z.ZodOptional<z.ZodString>;
311
- }, "strip", z.ZodTypeAny, {
312
- enabled: boolean;
313
- apiKey?: string | undefined;
314
- }, {
315
- apiKey?: string | undefined;
316
- enabled?: boolean | undefined;
317
- }>, z.ZodObject<{
318
- apiKey: z.ZodOptional<z.ZodString>;
362
+ hetzner: z.ZodOptional<z.ZodObject<{
319
363
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
364
+ apiKey: z.ZodString;
320
365
  }, "strip", z.ZodTypeAny, {
366
+ apiKey: string;
321
367
  enabled: boolean;
322
- apiKey?: string | undefined;
323
368
  }, {
324
- apiKey?: string | undefined;
369
+ apiKey: string;
325
370
  enabled?: boolean | undefined;
326
- }>]>>;
371
+ }>>;
327
372
  aws: z.ZodOptional<z.ZodObject<{
328
373
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
329
374
  controllerRoleArn: z.ZodString;
@@ -335,9 +380,7 @@ export declare const zFleet: z.ZodObject<{
335
380
  enabled?: boolean | undefined;
336
381
  }>>;
337
382
  id: z.ZodString;
338
- type: z.ZodEnum<["managed", "connected"]>;
339
383
  }, "strip", z.ZodTypeAny, {
340
- type: "connected" | "managed";
341
384
  id: string;
342
385
  limits?: {
343
386
  cpu: number;
@@ -347,18 +390,14 @@ export declare const zFleet: z.ZodObject<{
347
390
  enabled: boolean;
348
391
  } | undefined;
349
392
  hetzner?: {
393
+ apiKey: string;
350
394
  enabled: boolean;
351
- apiKey?: string | undefined;
352
- } | {
353
- enabled: boolean;
354
- apiKey?: string | undefined;
355
395
  } | undefined;
356
396
  aws?: {
357
397
  controllerRoleArn: string;
358
398
  enabled: boolean;
359
399
  } | undefined;
360
400
  }, {
361
- type: "connected" | "managed";
362
401
  id: string;
363
402
  limits?: {
364
403
  cpu: number;
@@ -368,10 +407,7 @@ export declare const zFleet: z.ZodObject<{
368
407
  enabled?: boolean | undefined;
369
408
  } | undefined;
370
409
  hetzner?: {
371
- apiKey?: string | undefined;
372
- enabled?: boolean | undefined;
373
- } | {
374
- apiKey?: string | undefined;
410
+ apiKey: string;
375
411
  enabled?: boolean | undefined;
376
412
  } | undefined;
377
413
  aws?: {
@@ -397,25 +433,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
397
433
  project: string;
398
434
  enabled?: boolean | undefined;
399
435
  }>>;
400
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
401
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
402
- apiKey: z.ZodOptional<z.ZodString>;
403
- }, "strip", z.ZodTypeAny, {
404
- enabled: boolean;
405
- apiKey?: string | undefined;
406
- }, {
407
- apiKey?: string | undefined;
408
- enabled?: boolean | undefined;
409
- }>, z.ZodObject<{
410
- apiKey: z.ZodOptional<z.ZodString>;
436
+ hetzner: z.ZodOptional<z.ZodObject<{
411
437
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
438
+ apiKey: z.ZodString;
412
439
  }, "strip", z.ZodTypeAny, {
440
+ apiKey: string;
413
441
  enabled: boolean;
414
- apiKey?: string | undefined;
415
442
  }, {
416
- apiKey?: string | undefined;
443
+ apiKey: string;
417
444
  enabled?: boolean | undefined;
418
- }>]>>;
445
+ }>>;
419
446
  aws: z.ZodOptional<z.ZodObject<{
420
447
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
421
448
  controllerRoleArn: z.ZodString;
@@ -435,11 +462,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
435
462
  enabled: boolean;
436
463
  } | undefined;
437
464
  hetzner?: {
465
+ apiKey: string;
438
466
  enabled: boolean;
439
- apiKey?: string | undefined;
440
- } | {
441
- enabled: boolean;
442
- apiKey?: string | undefined;
443
467
  } | undefined;
444
468
  aws?: {
445
469
  controllerRoleArn: string;
@@ -454,10 +478,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
454
478
  enabled?: boolean | undefined;
455
479
  } | undefined;
456
480
  hetzner?: {
457
- apiKey?: string | undefined;
458
- enabled?: boolean | undefined;
459
- } | {
460
- apiKey?: string | undefined;
481
+ apiKey: string;
461
482
  enabled?: boolean | undefined;
462
483
  } | undefined;
463
484
  aws?: {
@@ -750,6 +771,57 @@ export declare const zInvoice: z.ZodObject<{
750
771
  childItems?: unknown[] | undefined;
751
772
  }[] | undefined;
752
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
+ }>;
753
825
  export declare const zOrganizationCreateInput: z.ZodObject<{
754
826
  email: z.ZodString;
755
827
  first_name: z.ZodString;
@@ -779,7 +851,6 @@ export declare const zOrganization: z.ZodObject<{
779
851
  pro_clusters_max: z.ZodNumber;
780
852
  pro_clusters_available: z.ZodNumber;
781
853
  fleets_max: z.ZodNumber;
782
- managed_fleets_cpu_max: z.ZodNumber;
783
854
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
784
855
  regions: z.ZodArray<z.ZodString, "many">;
785
856
  versions: z.ZodArray<z.ZodObject<{
@@ -802,7 +873,6 @@ export declare const zOrganization: z.ZodObject<{
802
873
  pro_clusters_max: number;
803
874
  pro_clusters_available: number;
804
875
  fleets_max: number;
805
- managed_fleets_cpu_max: number;
806
876
  cluster_tiers: string[];
807
877
  regions: string[];
808
878
  }, {
@@ -815,7 +885,6 @@ export declare const zOrganization: z.ZodObject<{
815
885
  pro_clusters_max: number;
816
886
  pro_clusters_available: number;
817
887
  fleets_max: number;
818
- managed_fleets_cpu_max: number;
819
888
  cluster_tiers: string[];
820
889
  regions: string[];
821
890
  }>;
@@ -834,7 +903,6 @@ export declare const zOrganization: z.ZodObject<{
834
903
  pro_clusters_max: number;
835
904
  pro_clusters_available: number;
836
905
  fleets_max: number;
837
- managed_fleets_cpu_max: number;
838
906
  cluster_tiers: string[];
839
907
  regions: string[];
840
908
  };
@@ -853,7 +921,6 @@ export declare const zOrganization: z.ZodObject<{
853
921
  pro_clusters_max: number;
854
922
  pro_clusters_available: number;
855
923
  fleets_max: number;
856
- managed_fleets_cpu_max: number;
857
924
  cluster_tiers: string[];
858
925
  regions: string[];
859
926
  };
@@ -926,8 +993,8 @@ export declare const zTokenUpdateInput: z.ZodObject<{
926
993
  export declare const zUsage: z.ZodObject<{
927
994
  hour: z.ZodOptional<z.ZodString>;
928
995
  cluster_id: z.ZodString;
929
- cluster_tier: z.ZodEnum<[""]>;
930
- 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"]>;
931
998
  node_name: z.ZodString;
932
999
  sku: z.ZodString;
933
1000
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -937,10 +1004,10 @@ export declare const zUsage: z.ZodObject<{
937
1004
  }, "strip", z.ZodTypeAny, {
938
1005
  total: number | "";
939
1006
  cpu: number | "";
940
- 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";
941
1008
  value: number | "";
942
1009
  cluster_id: string;
943
- cluster_tier: "";
1010
+ cluster_tier: "" | "basic" | "pro";
944
1011
  node_name: string;
945
1012
  sku: string;
946
1013
  price: number | "";
@@ -948,10 +1015,10 @@ export declare const zUsage: z.ZodObject<{
948
1015
  }, {
949
1016
  total: number | "";
950
1017
  cpu: number | "";
951
- 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";
952
1019
  value: number | "";
953
1020
  cluster_id: string;
954
- cluster_tier: "";
1021
+ cluster_tier: "" | "basic" | "pro";
955
1022
  node_name: string;
956
1023
  sku: string;
957
1024
  price: number | "";
@@ -1026,11 +1093,14 @@ export declare const zUserUpdateInput: z.ZodObject<{
1026
1093
  first_name?: string | undefined;
1027
1094
  last_name?: string | undefined;
1028
1095
  }>;
1096
+ /**
1097
+ * An array of usage records.
1098
+ */
1029
1099
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1030
1100
  hour: z.ZodOptional<z.ZodString>;
1031
1101
  cluster_id: z.ZodString;
1032
- cluster_tier: z.ZodEnum<[""]>;
1033
- 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"]>;
1034
1104
  node_name: z.ZodString;
1035
1105
  sku: z.ZodString;
1036
1106
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1040,10 +1110,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1040
1110
  }, "strip", z.ZodTypeAny, {
1041
1111
  total: number | "";
1042
1112
  cpu: number | "";
1043
- 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";
1044
1114
  value: number | "";
1045
1115
  cluster_id: string;
1046
- cluster_tier: "";
1116
+ cluster_tier: "" | "basic" | "pro";
1047
1117
  node_name: string;
1048
1118
  sku: string;
1049
1119
  price: number | "";
@@ -1051,16 +1121,22 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1051
1121
  }, {
1052
1122
  total: number | "";
1053
1123
  cpu: number | "";
1054
- 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";
1055
1125
  value: number | "";
1056
1126
  cluster_id: string;
1057
- cluster_tier: "";
1127
+ cluster_tier: "" | "basic" | "pro";
1058
1128
  node_name: string;
1059
1129
  sku: string;
1060
1130
  price: number | "";
1061
1131
  hour?: string | undefined;
1062
1132
  }>, "many">;
1133
+ /**
1134
+ * Current balance of the organization in USD as a floating-point number.
1135
+ */
1063
1136
  export declare const zGetBalanceResponse: z.ZodNumber;
1137
+ /**
1138
+ * Redacted payment card information.
1139
+ */
1064
1140
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1065
1141
  id: z.ZodString;
1066
1142
  setup: z.ZodBoolean;
@@ -1086,6 +1162,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1086
1162
  exp_year: number;
1087
1163
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1088
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
+ */
1089
1169
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1090
1170
  id: z.ZodOptional<z.ZodString>;
1091
1171
  }, "strip", z.ZodTypeAny, {
@@ -1093,6 +1173,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1093
1173
  }, {
1094
1174
  id?: string | undefined;
1095
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
+ */
1096
1187
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1097
1188
  id: z.ZodOptional<z.ZodString>;
1098
1189
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1359,6 +1450,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1359
1450
  childItems?: unknown[] | undefined;
1360
1451
  }[] | undefined;
1361
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
+ */
1362
1460
  export declare const zGetInvoiceResponse: z.ZodObject<{
1363
1461
  html: z.ZodOptional<z.ZodString>;
1364
1462
  }, "strip", z.ZodTypeAny, {
@@ -1366,6 +1464,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1366
1464
  }, {
1367
1465
  html?: string | undefined;
1368
1466
  }>;
1467
+ /**
1468
+ * Returns a single object containing organization contact and billing address details.
1469
+ */
1369
1470
  export declare const zGetContactResponse: z.ZodObject<{
1370
1471
  company: z.ZodOptional<z.ZodString>;
1371
1472
  address1: z.ZodOptional<z.ZodString>;
@@ -1378,6 +1479,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1378
1479
  email: z.ZodString;
1379
1480
  first_name: z.ZodString;
1380
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", ""]>>;
1381
1527
  }, "strip", z.ZodTypeAny, {
1382
1528
  email: string;
1383
1529
  first_name: string;
@@ -1390,6 +1536,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1390
1536
  postalCode?: string | undefined;
1391
1537
  city?: string | undefined;
1392
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;
1393
1541
  }, {
1394
1542
  email: string;
1395
1543
  first_name: string;
@@ -1402,7 +1550,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1402
1550
  postalCode?: string | undefined;
1403
1551
  city?: string | undefined;
1404
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;
1405
1555
  }>;
1556
+ /**
1557
+ * Successfully updated. Returns updated organization details.
1558
+ */
1406
1559
  export declare const zUpdateContactResponse: z.ZodObject<{
1407
1560
  company: z.ZodOptional<z.ZodString>;
1408
1561
  address1: z.ZodOptional<z.ZodString>;
@@ -1415,6 +1568,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1415
1568
  email: z.ZodString;
1416
1569
  first_name: z.ZodString;
1417
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", ""]>>;
1418
1573
  }, "strip", z.ZodTypeAny, {
1419
1574
  email: string;
1420
1575
  first_name: string;
@@ -1427,6 +1582,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1427
1582
  postalCode?: string | undefined;
1428
1583
  city?: string | undefined;
1429
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;
1430
1587
  }, {
1431
1588
  email: string;
1432
1589
  first_name: string;
@@ -1439,7 +1596,12 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1439
1596
  postalCode?: string | undefined;
1440
1597
  city?: string | undefined;
1441
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;
1442
1601
  }>;
1602
+ /**
1603
+ * An array of the applied promotional credits records.
1604
+ */
1443
1605
  export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1444
1606
  id: z.ZodOptional<z.ZodString>;
1445
1607
  date_created: z.ZodString;
@@ -1471,6 +1633,167 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1471
1633
  products?: string[] | undefined;
1472
1634
  value_remaining?: number | undefined;
1473
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;
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
+ */
1474
1797
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1475
1798
  limits: z.ZodOptional<z.ZodObject<{
1476
1799
  cpu: z.ZodNumber;
@@ -1489,25 +1812,90 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1489
1812
  project: string;
1490
1813
  enabled?: boolean | undefined;
1491
1814
  }>>;
1492
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1815
+ hetzner: z.ZodOptional<z.ZodObject<{
1816
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1817
+ apiKey: z.ZodString;
1818
+ }, "strip", z.ZodTypeAny, {
1819
+ apiKey: string;
1820
+ enabled: boolean;
1821
+ }, {
1822
+ apiKey: string;
1823
+ enabled?: boolean | undefined;
1824
+ }>>;
1825
+ aws: z.ZodOptional<z.ZodObject<{
1826
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1827
+ controllerRoleArn: z.ZodString;
1828
+ }, "strip", z.ZodTypeAny, {
1829
+ controllerRoleArn: string;
1830
+ enabled: boolean;
1831
+ }, {
1832
+ controllerRoleArn: string;
1833
+ enabled?: boolean | undefined;
1834
+ }>>;
1835
+ id: z.ZodString;
1836
+ }, "strip", z.ZodTypeAny, {
1837
+ id: string;
1838
+ limits?: {
1839
+ cpu: number;
1840
+ } | undefined;
1841
+ gcp?: {
1842
+ project: string;
1843
+ enabled: boolean;
1844
+ } | undefined;
1845
+ hetzner?: {
1846
+ apiKey: string;
1847
+ enabled: boolean;
1848
+ } | undefined;
1849
+ aws?: {
1850
+ controllerRoleArn: string;
1851
+ enabled: boolean;
1852
+ } | undefined;
1853
+ }, {
1854
+ id: string;
1855
+ limits?: {
1856
+ cpu: number;
1857
+ } | undefined;
1858
+ gcp?: {
1859
+ project: string;
1860
+ enabled?: boolean | undefined;
1861
+ } | undefined;
1862
+ hetzner?: {
1863
+ apiKey: string;
1864
+ enabled?: boolean | undefined;
1865
+ } | undefined;
1866
+ aws?: {
1867
+ controllerRoleArn: string;
1868
+ enabled?: boolean | undefined;
1869
+ } | undefined;
1870
+ }>, "many">;
1871
+ export declare const zCreateFleetData: z.ZodObject<{
1872
+ limits: z.ZodOptional<z.ZodObject<{
1873
+ cpu: z.ZodNumber;
1874
+ }, "strip", z.ZodTypeAny, {
1875
+ cpu: number;
1876
+ }, {
1877
+ cpu: number;
1878
+ }>>;
1879
+ gcp: z.ZodOptional<z.ZodObject<{
1493
1880
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1494
- apiKey: z.ZodOptional<z.ZodString>;
1881
+ project: z.ZodString;
1495
1882
  }, "strip", z.ZodTypeAny, {
1883
+ project: string;
1496
1884
  enabled: boolean;
1497
- apiKey?: string | undefined;
1498
1885
  }, {
1499
- apiKey?: string | undefined;
1886
+ project: string;
1500
1887
  enabled?: boolean | undefined;
1501
- }>, z.ZodObject<{
1502
- apiKey: z.ZodOptional<z.ZodString>;
1888
+ }>>;
1889
+ hetzner: z.ZodOptional<z.ZodObject<{
1503
1890
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1891
+ apiKey: z.ZodString;
1504
1892
  }, "strip", z.ZodTypeAny, {
1893
+ apiKey: string;
1505
1894
  enabled: boolean;
1506
- apiKey?: string | undefined;
1507
1895
  }, {
1508
- apiKey?: string | undefined;
1896
+ apiKey: string;
1509
1897
  enabled?: boolean | undefined;
1510
- }>]>>;
1898
+ }>>;
1511
1899
  aws: z.ZodOptional<z.ZodObject<{
1512
1900
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1513
1901
  controllerRoleArn: z.ZodString;
@@ -1519,9 +1907,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1519
1907
  enabled?: boolean | undefined;
1520
1908
  }>>;
1521
1909
  id: z.ZodString;
1522
- type: z.ZodEnum<["managed", "connected"]>;
1523
1910
  }, "strip", z.ZodTypeAny, {
1524
- type: "connected" | "managed";
1525
1911
  id: string;
1526
1912
  limits?: {
1527
1913
  cpu: number;
@@ -1531,18 +1917,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1531
1917
  enabled: boolean;
1532
1918
  } | undefined;
1533
1919
  hetzner?: {
1920
+ apiKey: string;
1534
1921
  enabled: boolean;
1535
- apiKey?: string | undefined;
1536
- } | {
1537
- enabled: boolean;
1538
- apiKey?: string | undefined;
1539
1922
  } | undefined;
1540
1923
  aws?: {
1541
1924
  controllerRoleArn: string;
1542
1925
  enabled: boolean;
1543
1926
  } | undefined;
1544
1927
  }, {
1545
- type: "connected" | "managed";
1546
1928
  id: string;
1547
1929
  limits?: {
1548
1930
  cpu: number;
@@ -1552,19 +1934,45 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1552
1934
  enabled?: boolean | undefined;
1553
1935
  } | undefined;
1554
1936
  hetzner?: {
1555
- apiKey?: string | undefined;
1556
- enabled?: boolean | undefined;
1557
- } | {
1558
- apiKey?: string | undefined;
1937
+ apiKey: string;
1559
1938
  enabled?: boolean | undefined;
1560
1939
  } | undefined;
1561
1940
  aws?: {
1562
1941
  controllerRoleArn: string;
1563
1942
  enabled?: boolean | undefined;
1564
1943
  } | undefined;
1565
- }>, "many">;
1944
+ }>;
1945
+ /**
1946
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1947
+ */
1948
+ export declare const zCreateFleetParameterClusterId: z.ZodString;
1949
+ /**
1950
+ * Successfully created. Returns created Fleet ID.
1951
+ */
1566
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
+ */
1567
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
+ */
1568
1976
  export declare const zGetFleetResponse: z.ZodObject<{
1569
1977
  limits: z.ZodOptional<z.ZodObject<{
1570
1978
  cpu: z.ZodNumber;
@@ -1583,25 +1991,90 @@ export declare const zGetFleetResponse: z.ZodObject<{
1583
1991
  project: string;
1584
1992
  enabled?: boolean | undefined;
1585
1993
  }>>;
1586
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1994
+ hetzner: z.ZodOptional<z.ZodObject<{
1587
1995
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1588
- apiKey: z.ZodOptional<z.ZodString>;
1996
+ apiKey: z.ZodString;
1589
1997
  }, "strip", z.ZodTypeAny, {
1998
+ apiKey: string;
1590
1999
  enabled: boolean;
1591
- apiKey?: string | undefined;
1592
2000
  }, {
1593
- apiKey?: string | undefined;
2001
+ apiKey: string;
1594
2002
  enabled?: boolean | undefined;
1595
- }>, z.ZodObject<{
1596
- apiKey: z.ZodOptional<z.ZodString>;
2003
+ }>>;
2004
+ aws: z.ZodOptional<z.ZodObject<{
1597
2005
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2006
+ controllerRoleArn: z.ZodString;
1598
2007
  }, "strip", z.ZodTypeAny, {
2008
+ controllerRoleArn: string;
1599
2009
  enabled: boolean;
1600
- apiKey?: string | undefined;
1601
2010
  }, {
1602
- apiKey?: string | undefined;
2011
+ controllerRoleArn: string;
1603
2012
  enabled?: boolean | undefined;
1604
- }>]>>;
2013
+ }>>;
2014
+ id: 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
+ }>>;
1605
2078
  aws: z.ZodOptional<z.ZodObject<{
1606
2079
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1607
2080
  controllerRoleArn: z.ZodString;
@@ -1612,11 +2085,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1612
2085
  controllerRoleArn: string;
1613
2086
  enabled?: boolean | undefined;
1614
2087
  }>>;
1615
- id: z.ZodString;
1616
- type: z.ZodEnum<["managed", "connected"]>;
1617
2088
  }, "strip", z.ZodTypeAny, {
1618
- type: "connected" | "managed";
1619
- id: string;
1620
2089
  limits?: {
1621
2090
  cpu: number;
1622
2091
  } | undefined;
@@ -1625,19 +2094,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1625
2094
  enabled: boolean;
1626
2095
  } | undefined;
1627
2096
  hetzner?: {
2097
+ apiKey: string;
1628
2098
  enabled: boolean;
1629
- apiKey?: string | undefined;
1630
- } | {
1631
- enabled: boolean;
1632
- apiKey?: string | undefined;
1633
2099
  } | undefined;
1634
2100
  aws?: {
1635
2101
  controllerRoleArn: string;
1636
2102
  enabled: boolean;
1637
2103
  } | undefined;
1638
2104
  }, {
1639
- type: "connected" | "managed";
1640
- id: string;
1641
2105
  limits?: {
1642
2106
  cpu: number;
1643
2107
  } | undefined;
@@ -1646,10 +2110,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1646
2110
  enabled?: boolean | undefined;
1647
2111
  } | undefined;
1648
2112
  hetzner?: {
1649
- apiKey?: string | undefined;
1650
- enabled?: boolean | undefined;
1651
- } | {
1652
- apiKey?: string | undefined;
2113
+ apiKey: string;
1653
2114
  enabled?: boolean | undefined;
1654
2115
  } | undefined;
1655
2116
  aws?: {
@@ -1657,11 +2118,29 @@ export declare const zGetFleetResponse: z.ZodObject<{
1657
2118
  enabled?: boolean | undefined;
1658
2119
  } | undefined;
1659
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
+ */
1660
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
+ */
1661
2140
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1662
2141
  name: z.ZodString;
1663
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1664
2142
  tier: z.ZodEnum<["basic", "pro"]>;
2143
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1665
2144
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1666
2145
  id: z.ZodString;
1667
2146
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1675,35 +2154,68 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1675
2154
  name: string;
1676
2155
  id: string;
1677
2156
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1678
- tier: "basic" | "pro";
1679
2157
  version_channel: string;
2158
+ tier: "basic" | "pro";
1680
2159
  ready?: boolean | undefined;
1681
- region?: "staging" | "northamerica-central-1" | undefined;
1682
- endpoint?: string | undefined;
1683
- certificate_ca?: string | undefined;
2160
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1684
2161
  version_current?: string | undefined;
1685
2162
  created_at?: string | undefined;
1686
2163
  updated_at?: string | undefined;
2164
+ endpoint?: string | undefined;
2165
+ certificate_ca?: string | undefined;
1687
2166
  }, {
1688
2167
  name: string;
1689
2168
  id: string;
1690
2169
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1691
2170
  tier: "basic" | "pro";
1692
2171
  ready?: boolean | undefined;
1693
- region?: "staging" | "northamerica-central-1" | undefined;
1694
- endpoint?: string | undefined;
2172
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1695
2173
  version_channel?: string | undefined;
1696
- certificate_ca?: string | undefined;
1697
2174
  version_current?: string | undefined;
1698
2175
  created_at?: string | undefined;
1699
2176
  updated_at?: string | undefined;
2177
+ endpoint?: string | undefined;
2178
+ certificate_ca?: string | undefined;
1700
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
+ */
1701
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
+ */
1702
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
+ */
1703
2215
  export declare const zGetClusterResponse: z.ZodObject<{
1704
2216
  name: z.ZodString;
1705
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1706
2217
  tier: z.ZodEnum<["basic", "pro"]>;
2218
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1707
2219
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1708
2220
  id: z.ZodString;
1709
2221
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1717,33 +2229,53 @@ export declare const zGetClusterResponse: z.ZodObject<{
1717
2229
  name: string;
1718
2230
  id: string;
1719
2231
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1720
- tier: "basic" | "pro";
1721
2232
  version_channel: string;
2233
+ tier: "basic" | "pro";
1722
2234
  ready?: boolean | undefined;
1723
- region?: "staging" | "northamerica-central-1" | undefined;
1724
- endpoint?: string | undefined;
1725
- certificate_ca?: string | undefined;
2235
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1726
2236
  version_current?: string | undefined;
1727
2237
  created_at?: string | undefined;
1728
2238
  updated_at?: string | undefined;
2239
+ endpoint?: string | undefined;
2240
+ certificate_ca?: string | undefined;
1729
2241
  }, {
1730
2242
  name: string;
1731
2243
  id: string;
1732
2244
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1733
2245
  tier: "basic" | "pro";
1734
2246
  ready?: boolean | undefined;
1735
- region?: "staging" | "northamerica-central-1" | undefined;
1736
- endpoint?: string | undefined;
2247
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1737
2248
  version_channel?: string | undefined;
1738
- certificate_ca?: string | undefined;
1739
2249
  version_current?: string | undefined;
1740
2250
  created_at?: string | undefined;
1741
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;
1742
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
+ */
1743
2275
  export declare const zUpdateClusterResponse: z.ZodObject<{
1744
2276
  name: z.ZodString;
1745
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1746
2277
  tier: z.ZodEnum<["basic", "pro"]>;
2278
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1747
2279
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1748
2280
  id: z.ZodString;
1749
2281
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1757,33 +2289,40 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1757
2289
  name: string;
1758
2290
  id: string;
1759
2291
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1760
- tier: "basic" | "pro";
1761
2292
  version_channel: string;
2293
+ tier: "basic" | "pro";
1762
2294
  ready?: boolean | undefined;
1763
- region?: "staging" | "northamerica-central-1" | undefined;
1764
- endpoint?: string | undefined;
1765
- certificate_ca?: string | undefined;
2295
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1766
2296
  version_current?: string | undefined;
1767
2297
  created_at?: string | undefined;
1768
2298
  updated_at?: string | undefined;
2299
+ endpoint?: string | undefined;
2300
+ certificate_ca?: string | undefined;
1769
2301
  }, {
1770
2302
  name: string;
1771
2303
  id: string;
1772
2304
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1773
2305
  tier: "basic" | "pro";
1774
2306
  ready?: boolean | undefined;
1775
- region?: "staging" | "northamerica-central-1" | undefined;
1776
- endpoint?: string | undefined;
2307
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1777
2308
  version_channel?: string | undefined;
1778
- certificate_ca?: string | undefined;
1779
2309
  version_current?: string | undefined;
1780
2310
  created_at?: string | undefined;
1781
2311
  updated_at?: string | undefined;
2312
+ endpoint?: string | undefined;
2313
+ certificate_ca?: string | undefined;
1782
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
+ */
1783
2322
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1784
2323
  name: z.ZodString;
1785
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1786
2324
  tier: z.ZodEnum<["basic", "pro"]>;
2325
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1787
2326
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1788
2327
  id: z.ZodString;
1789
2328
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1797,29 +2336,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1797
2336
  name: string;
1798
2337
  id: string;
1799
2338
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1800
- tier: "basic" | "pro";
1801
2339
  version_channel: string;
2340
+ tier: "basic" | "pro";
1802
2341
  ready?: boolean | undefined;
1803
- region?: "staging" | "northamerica-central-1" | undefined;
1804
- endpoint?: string | undefined;
1805
- certificate_ca?: string | undefined;
2342
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1806
2343
  version_current?: string | undefined;
1807
2344
  created_at?: string | undefined;
1808
2345
  updated_at?: string | undefined;
2346
+ endpoint?: string | undefined;
2347
+ certificate_ca?: string | undefined;
1809
2348
  }, {
1810
2349
  name: string;
1811
2350
  id: string;
1812
2351
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1813
2352
  tier: "basic" | "pro";
1814
2353
  ready?: boolean | undefined;
1815
- region?: "staging" | "northamerica-central-1" | undefined;
1816
- endpoint?: string | undefined;
2354
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1817
2355
  version_channel?: string | undefined;
1818
- certificate_ca?: string | undefined;
1819
2356
  version_current?: string | undefined;
1820
2357
  created_at?: string | undefined;
1821
2358
  updated_at?: string | undefined;
2359
+ endpoint?: string | undefined;
2360
+ certificate_ca?: string | undefined;
1822
2361
  }>;
2362
+ /**
2363
+ * An array of invites
2364
+ */
1823
2365
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1824
2366
  id: z.ZodOptional<z.ZodString>;
1825
2367
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1839,6 +2381,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1839
2381
  email?: string | undefined;
1840
2382
  organization_id?: string | undefined;
1841
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
+ */
1842
2394
  export declare const zCreateInviteResponse: z.ZodObject<{
1843
2395
  id: z.ZodOptional<z.ZodString>;
1844
2396
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1858,6 +2410,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1858
2410
  email?: string | undefined;
1859
2411
  organization_id?: string | undefined;
1860
2412
  }>;
2413
+ /**
2414
+ * Invitation code
2415
+ */
2416
+ export declare const zGetInviteParameterCode: z.ZodString;
2417
+ /**
2418
+ * Returns a single object containing invite details.
2419
+ */
1861
2420
  export declare const zGetInviteResponse: z.ZodObject<{
1862
2421
  id: z.ZodOptional<z.ZodString>;
1863
2422
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1877,6 +2436,125 @@ export declare const zGetInviteResponse: z.ZodObject<{
1877
2436
  email?: string | undefined;
1878
2437
  organization_id?: string | undefined;
1879
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
+ */
1880
2558
  export declare const zGetOrganizationResponse: z.ZodObject<{
1881
2559
  id: z.ZodString;
1882
2560
  name: z.ZodOptional<z.ZodString>;
@@ -1887,7 +2565,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1887
2565
  pro_clusters_max: z.ZodNumber;
1888
2566
  pro_clusters_available: z.ZodNumber;
1889
2567
  fleets_max: z.ZodNumber;
1890
- managed_fleets_cpu_max: z.ZodNumber;
1891
2568
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
1892
2569
  regions: z.ZodArray<z.ZodString, "many">;
1893
2570
  versions: z.ZodArray<z.ZodObject<{
@@ -1910,7 +2587,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1910
2587
  pro_clusters_max: number;
1911
2588
  pro_clusters_available: number;
1912
2589
  fleets_max: number;
1913
- managed_fleets_cpu_max: number;
1914
2590
  cluster_tiers: string[];
1915
2591
  regions: string[];
1916
2592
  }, {
@@ -1923,7 +2599,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1923
2599
  pro_clusters_max: number;
1924
2600
  pro_clusters_available: number;
1925
2601
  fleets_max: number;
1926
- managed_fleets_cpu_max: number;
1927
2602
  cluster_tiers: string[];
1928
2603
  regions: string[];
1929
2604
  }>;
@@ -1942,7 +2617,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1942
2617
  pro_clusters_max: number;
1943
2618
  pro_clusters_available: number;
1944
2619
  fleets_max: number;
1945
- managed_fleets_cpu_max: number;
1946
2620
  cluster_tiers: string[];
1947
2621
  regions: string[];
1948
2622
  };
@@ -1961,12 +2635,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1961
2635
  pro_clusters_max: number;
1962
2636
  pro_clusters_available: number;
1963
2637
  fleets_max: number;
1964
- managed_fleets_cpu_max: number;
1965
2638
  cluster_tiers: string[];
1966
2639
  regions: string[];
1967
2640
  };
1968
2641
  name?: string | undefined;
1969
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
+ */
1970
2665
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1971
2666
  name: z.ZodString;
1972
2667
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1986,6 +2681,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1986
2681
  id?: string | undefined;
1987
2682
  secret?: string | undefined;
1988
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
+ */
1989
2697
  export declare const zCreateTokenResponse: z.ZodObject<{
1990
2698
  name: z.ZodString;
1991
2699
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2005,6 +2713,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2005
2713
  id?: string | undefined;
2006
2714
  secret?: string | undefined;
2007
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
+ */
2008
2727
  export declare const zGetTokenResponse: z.ZodObject<{
2009
2728
  name: z.ZodString;
2010
2729
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2024,6 +2743,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
2024
2743
  id?: string | undefined;
2025
2744
  secret?: string | undefined;
2026
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
+ */
2027
2763
  export declare const zUpdateTokenResponse: z.ZodObject<{
2028
2764
  name: z.ZodString;
2029
2765
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2043,6 +2779,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2043
2779
  id?: string | undefined;
2044
2780
  secret?: string | undefined;
2045
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
+ */
2046
2789
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2047
2790
  name: z.ZodString;
2048
2791
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2062,6 +2805,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2062
2805
  id?: string | undefined;
2063
2806
  secret?: string | undefined;
2064
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
+ */
2065
2815
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2066
2816
  realm: z.ZodOptional<z.ZodString>;
2067
2817
  displayName: z.ZodOptional<z.ZodString>;
@@ -2072,6 +2822,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2072
2822
  realm?: string | undefined;
2073
2823
  displayName?: string | undefined;
2074
2824
  }>, "many">;
2825
+ /**
2826
+ * An array of users
2827
+ */
2075
2828
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2076
2829
  email: z.ZodString;
2077
2830
  first_name: z.ZodString;
@@ -2097,6 +2850,34 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2097
2850
  last_name: string;
2098
2851
  date_created: string;
2099
2852
  }>, "many">;
2853
+ export declare const zCreateUserData: z.ZodObject<{
2854
+ email: z.ZodString;
2855
+ first_name: z.ZodString;
2856
+ last_name: z.ZodString;
2857
+ code: z.ZodString;
2858
+ password: z.ZodString;
2859
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2860
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2861
+ }, "strip", z.ZodTypeAny, {
2862
+ code: string;
2863
+ email: string;
2864
+ first_name: string;
2865
+ last_name: string;
2866
+ password: string;
2867
+ role?: "Administrator" | "User" | undefined;
2868
+ status?: "active" | "inactive" | undefined;
2869
+ }, {
2870
+ code: string;
2871
+ email: string;
2872
+ first_name: string;
2873
+ last_name: string;
2874
+ password: string;
2875
+ role?: "Administrator" | "User" | undefined;
2876
+ status?: "active" | "inactive" | undefined;
2877
+ }>;
2878
+ /**
2879
+ * Successfully created. Returns created user details.
2880
+ */
2100
2881
  export declare const zCreateUserResponse: z.ZodObject<{
2101
2882
  email: z.ZodString;
2102
2883
  first_name: z.ZodString;
@@ -2122,6 +2903,13 @@ export declare const zCreateUserResponse: z.ZodObject<{
2122
2903
  last_name: string;
2123
2904
  date_created: string;
2124
2905
  }>;
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
+ */
2125
2913
  export declare const zDeleteUserResponse: z.ZodObject<{
2126
2914
  email: z.ZodString;
2127
2915
  first_name: z.ZodString;
@@ -2147,6 +2935,13 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2147
2935
  last_name: string;
2148
2936
  date_created: string;
2149
2937
  }>;
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
+ */
2150
2945
  export declare const zGetUserResponse: z.ZodObject<{
2151
2946
  email: z.ZodString;
2152
2947
  first_name: z.ZodString;
@@ -2172,6 +2967,32 @@ export declare const zGetUserResponse: z.ZodObject<{
2172
2967
  last_name: string;
2173
2968
  date_created: string;
2174
2969
  }>;
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"]>>;
2976
+ }, "strip", z.ZodTypeAny, {
2977
+ role?: "Administrator" | "User" | undefined;
2978
+ email?: string | undefined;
2979
+ status?: "active" | "inactive" | undefined;
2980
+ first_name?: string | undefined;
2981
+ last_name?: string | undefined;
2982
+ }, {
2983
+ role?: "Administrator" | "User" | undefined;
2984
+ email?: string | undefined;
2985
+ status?: "active" | "inactive" | undefined;
2986
+ first_name?: string | undefined;
2987
+ last_name?: string | undefined;
2988
+ }>;
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
+ */
2175
2996
  export declare const zUpdateUserResponse: z.ZodObject<{
2176
2997
  email: z.ZodString;
2177
2998
  first_name: z.ZodString;