@cloudfleet/sdk 0.0.1-726a305 → 0.0.1-72f9b66

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<{
186
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
187
- apiKey: z.ZodOptional<z.ZodString>;
188
- }, "strip", z.ZodTypeAny, {
189
- enabled: boolean;
190
- apiKey?: string | undefined;
191
- }, {
192
- apiKey?: string | undefined;
193
- enabled?: boolean | undefined;
194
- }>, z.ZodObject<{
195
- apiKey: z.ZodOptional<z.ZodString>;
288
+ hetzner: z.ZodOptional<z.ZodObject<{
196
289
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
290
+ apiKey: z.ZodString;
197
291
  }, "strip", z.ZodTypeAny, {
292
+ apiKey: string;
198
293
  enabled: boolean;
199
- apiKey?: string | undefined;
200
294
  }, {
201
- apiKey?: string | undefined;
295
+ apiKey: string;
202
296
  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<{
278
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
279
- apiKey: z.ZodOptional<z.ZodString>;
280
- }, "strip", z.ZodTypeAny, {
281
- enabled: boolean;
282
- apiKey?: string | undefined;
283
- }, {
284
- apiKey?: string | undefined;
285
- enabled?: boolean | undefined;
286
- }>, z.ZodObject<{
287
- apiKey: z.ZodOptional<z.ZodString>;
362
+ hetzner: z.ZodOptional<z.ZodObject<{
288
363
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
364
+ apiKey: z.ZodString;
289
365
  }, "strip", z.ZodTypeAny, {
366
+ apiKey: string;
290
367
  enabled: boolean;
291
- apiKey?: string | undefined;
292
368
  }, {
293
- apiKey?: string | undefined;
369
+ apiKey: string;
294
370
  enabled?: boolean | undefined;
295
- }>]>>;
371
+ }>>;
296
372
  aws: z.ZodOptional<z.ZodObject<{
297
373
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
298
374
  controllerRoleArn: z.ZodString;
@@ -304,9 +380,7 @@ export declare const zFleet: z.ZodObject<{
304
380
  enabled?: boolean | undefined;
305
381
  }>>;
306
382
  id: z.ZodString;
307
- type: z.ZodEnum<["managed", "connected"]>;
308
383
  }, "strip", z.ZodTypeAny, {
309
- type: "connected" | "managed";
310
384
  id: string;
311
385
  limits?: {
312
386
  cpu: number;
@@ -316,18 +390,14 @@ export declare const zFleet: z.ZodObject<{
316
390
  enabled: boolean;
317
391
  } | undefined;
318
392
  hetzner?: {
393
+ apiKey: string;
319
394
  enabled: boolean;
320
- apiKey?: string | undefined;
321
- } | {
322
- enabled: boolean;
323
- apiKey?: string | undefined;
324
395
  } | undefined;
325
396
  aws?: {
326
397
  controllerRoleArn: string;
327
398
  enabled: boolean;
328
399
  } | undefined;
329
400
  }, {
330
- type: "connected" | "managed";
331
401
  id: string;
332
402
  limits?: {
333
403
  cpu: number;
@@ -337,10 +407,7 @@ export declare const zFleet: z.ZodObject<{
337
407
  enabled?: boolean | undefined;
338
408
  } | undefined;
339
409
  hetzner?: {
340
- apiKey?: string | undefined;
341
- enabled?: boolean | undefined;
342
- } | {
343
- apiKey?: string | undefined;
410
+ apiKey: string;
344
411
  enabled?: boolean | undefined;
345
412
  } | undefined;
346
413
  aws?: {
@@ -366,25 +433,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
366
433
  project: string;
367
434
  enabled?: boolean | undefined;
368
435
  }>>;
369
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
436
+ hetzner: z.ZodOptional<z.ZodObject<{
370
437
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
371
- apiKey: z.ZodOptional<z.ZodString>;
438
+ apiKey: z.ZodString;
372
439
  }, "strip", z.ZodTypeAny, {
440
+ apiKey: string;
373
441
  enabled: boolean;
374
- apiKey?: string | undefined;
375
442
  }, {
376
- apiKey?: string | undefined;
443
+ apiKey: string;
377
444
  enabled?: boolean | undefined;
378
- }>, z.ZodObject<{
379
- apiKey: z.ZodOptional<z.ZodString>;
380
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
381
- }, "strip", z.ZodTypeAny, {
382
- enabled: boolean;
383
- apiKey?: string | undefined;
384
- }, {
385
- apiKey?: string | undefined;
386
- enabled?: boolean | undefined;
387
- }>]>>;
445
+ }>>;
388
446
  aws: z.ZodOptional<z.ZodObject<{
389
447
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
448
  controllerRoleArn: z.ZodString;
@@ -404,11 +462,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
404
462
  enabled: boolean;
405
463
  } | undefined;
406
464
  hetzner?: {
465
+ apiKey: string;
407
466
  enabled: boolean;
408
- apiKey?: string | undefined;
409
- } | {
410
- enabled: boolean;
411
- apiKey?: string | undefined;
412
467
  } | undefined;
413
468
  aws?: {
414
469
  controllerRoleArn: string;
@@ -423,10 +478,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
423
478
  enabled?: boolean | undefined;
424
479
  } | undefined;
425
480
  hetzner?: {
426
- apiKey?: string | undefined;
427
- enabled?: boolean | undefined;
428
- } | {
429
- apiKey?: string | undefined;
481
+ apiKey: string;
430
482
  enabled?: boolean | undefined;
431
483
  } | undefined;
432
484
  aws?: {
@@ -719,6 +771,57 @@ export declare const zInvoice: z.ZodObject<{
719
771
  childItems?: unknown[] | undefined;
720
772
  }[] | undefined;
721
773
  }>;
774
+ export declare const zMarketplaceListing: z.ZodObject<{
775
+ id: z.ZodString;
776
+ name: z.ZodString;
777
+ developer: z.ZodString;
778
+ description: z.ZodString;
779
+ logoUrl: z.ZodString;
780
+ longDescription: z.ZodString;
781
+ categories: z.ZodArray<z.ZodString, "many">;
782
+ version_channels: z.ZodArray<z.ZodString, "many">;
783
+ value_schemas: z.ZodArray<z.ZodObject<{
784
+ version: z.ZodString;
785
+ schema: z.ZodString;
786
+ placeholder: z.ZodString;
787
+ }, "strip", z.ZodTypeAny, {
788
+ version: string;
789
+ schema: string;
790
+ placeholder: string;
791
+ }, {
792
+ version: string;
793
+ schema: string;
794
+ placeholder: string;
795
+ }>, "many">;
796
+ }, "strip", z.ZodTypeAny, {
797
+ name: string;
798
+ id: string;
799
+ description: string;
800
+ developer: string;
801
+ logoUrl: string;
802
+ longDescription: string;
803
+ categories: string[];
804
+ version_channels: string[];
805
+ value_schemas: {
806
+ version: string;
807
+ schema: string;
808
+ placeholder: string;
809
+ }[];
810
+ }, {
811
+ name: string;
812
+ id: string;
813
+ description: string;
814
+ developer: string;
815
+ logoUrl: string;
816
+ longDescription: string;
817
+ categories: string[];
818
+ version_channels: string[];
819
+ value_schemas: {
820
+ version: string;
821
+ schema: string;
822
+ placeholder: string;
823
+ }[];
824
+ }>;
722
825
  export declare const zOrganizationCreateInput: z.ZodObject<{
723
826
  email: z.ZodString;
724
827
  first_name: z.ZodString;
@@ -748,7 +851,6 @@ export declare const zOrganization: z.ZodObject<{
748
851
  pro_clusters_max: z.ZodNumber;
749
852
  pro_clusters_available: z.ZodNumber;
750
853
  fleets_max: z.ZodNumber;
751
- managed_fleets_cpu_max: z.ZodNumber;
752
854
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
753
855
  regions: z.ZodArray<z.ZodString, "many">;
754
856
  versions: z.ZodArray<z.ZodObject<{
@@ -771,7 +873,6 @@ export declare const zOrganization: z.ZodObject<{
771
873
  pro_clusters_max: number;
772
874
  pro_clusters_available: number;
773
875
  fleets_max: number;
774
- managed_fleets_cpu_max: number;
775
876
  cluster_tiers: string[];
776
877
  regions: string[];
777
878
  }, {
@@ -784,7 +885,6 @@ export declare const zOrganization: z.ZodObject<{
784
885
  pro_clusters_max: number;
785
886
  pro_clusters_available: number;
786
887
  fleets_max: number;
787
- managed_fleets_cpu_max: number;
788
888
  cluster_tiers: string[];
789
889
  regions: string[];
790
890
  }>;
@@ -803,7 +903,6 @@ export declare const zOrganization: z.ZodObject<{
803
903
  pro_clusters_max: number;
804
904
  pro_clusters_available: number;
805
905
  fleets_max: number;
806
- managed_fleets_cpu_max: number;
807
906
  cluster_tiers: string[];
808
907
  regions: string[];
809
908
  };
@@ -822,7 +921,6 @@ export declare const zOrganization: z.ZodObject<{
822
921
  pro_clusters_max: number;
823
922
  pro_clusters_available: number;
824
923
  fleets_max: number;
825
- managed_fleets_cpu_max: number;
826
924
  cluster_tiers: string[];
827
925
  regions: string[];
828
926
  };
@@ -895,8 +993,8 @@ export declare const zTokenUpdateInput: z.ZodObject<{
895
993
  export declare const zUsage: z.ZodObject<{
896
994
  hour: z.ZodOptional<z.ZodString>;
897
995
  cluster_id: z.ZodString;
898
- cluster_tier: z.ZodEnum<[""]>;
899
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
996
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
997
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
900
998
  node_name: z.ZodString;
901
999
  sku: z.ZodString;
902
1000
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -906,10 +1004,10 @@ export declare const zUsage: z.ZodObject<{
906
1004
  }, "strip", z.ZodTypeAny, {
907
1005
  total: number | "";
908
1006
  cpu: number | "";
909
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1007
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
910
1008
  value: number | "";
911
1009
  cluster_id: string;
912
- cluster_tier: "";
1010
+ cluster_tier: "" | "basic" | "pro";
913
1011
  node_name: string;
914
1012
  sku: string;
915
1013
  price: number | "";
@@ -917,10 +1015,10 @@ export declare const zUsage: z.ZodObject<{
917
1015
  }, {
918
1016
  total: number | "";
919
1017
  cpu: number | "";
920
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1018
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
921
1019
  value: number | "";
922
1020
  cluster_id: string;
923
- cluster_tier: "";
1021
+ cluster_tier: "" | "basic" | "pro";
924
1022
  node_name: string;
925
1023
  sku: string;
926
1024
  price: number | "";
@@ -995,11 +1093,14 @@ export declare const zUserUpdateInput: z.ZodObject<{
995
1093
  first_name?: string | undefined;
996
1094
  last_name?: string | undefined;
997
1095
  }>;
1096
+ /**
1097
+ * An array of usage records.
1098
+ */
998
1099
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
999
1100
  hour: z.ZodOptional<z.ZodString>;
1000
1101
  cluster_id: z.ZodString;
1001
- cluster_tier: z.ZodEnum<[""]>;
1002
- 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"]>;
1003
1104
  node_name: z.ZodString;
1004
1105
  sku: z.ZodString;
1005
1106
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1009,10 +1110,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1009
1110
  }, "strip", z.ZodTypeAny, {
1010
1111
  total: number | "";
1011
1112
  cpu: number | "";
1012
- 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";
1013
1114
  value: number | "";
1014
1115
  cluster_id: string;
1015
- cluster_tier: "";
1116
+ cluster_tier: "" | "basic" | "pro";
1016
1117
  node_name: string;
1017
1118
  sku: string;
1018
1119
  price: number | "";
@@ -1020,16 +1121,22 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1020
1121
  }, {
1021
1122
  total: number | "";
1022
1123
  cpu: number | "";
1023
- 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";
1024
1125
  value: number | "";
1025
1126
  cluster_id: string;
1026
- cluster_tier: "";
1127
+ cluster_tier: "" | "basic" | "pro";
1027
1128
  node_name: string;
1028
1129
  sku: string;
1029
1130
  price: number | "";
1030
1131
  hour?: string | undefined;
1031
1132
  }>, "many">;
1133
+ /**
1134
+ * Current balance of the organization in USD as a floating-point number.
1135
+ */
1032
1136
  export declare const zGetBalanceResponse: z.ZodNumber;
1137
+ /**
1138
+ * Redacted payment card information.
1139
+ */
1033
1140
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1034
1141
  id: z.ZodString;
1035
1142
  setup: z.ZodBoolean;
@@ -1055,6 +1162,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1055
1162
  exp_year: number;
1056
1163
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1057
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
+ */
1058
1169
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1059
1170
  id: z.ZodOptional<z.ZodString>;
1060
1171
  }, "strip", z.ZodTypeAny, {
@@ -1062,6 +1173,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1062
1173
  }, {
1063
1174
  id?: string | undefined;
1064
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
+ */
1065
1187
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1066
1188
  id: z.ZodOptional<z.ZodString>;
1067
1189
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1328,6 +1450,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1328
1450
  childItems?: unknown[] | undefined;
1329
1451
  }[] | undefined;
1330
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
+ */
1331
1460
  export declare const zGetInvoiceResponse: z.ZodObject<{
1332
1461
  html: z.ZodOptional<z.ZodString>;
1333
1462
  }, "strip", z.ZodTypeAny, {
@@ -1335,6 +1464,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1335
1464
  }, {
1336
1465
  html?: string | undefined;
1337
1466
  }>;
1467
+ /**
1468
+ * Returns a single object containing organization contact and billing address details.
1469
+ */
1338
1470
  export declare const zGetContactResponse: z.ZodObject<{
1339
1471
  company: z.ZodOptional<z.ZodString>;
1340
1472
  address1: z.ZodOptional<z.ZodString>;
@@ -1347,6 +1479,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1347
1479
  email: z.ZodString;
1348
1480
  first_name: z.ZodString;
1349
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", ""]>>;
1350
1527
  }, "strip", z.ZodTypeAny, {
1351
1528
  email: string;
1352
1529
  first_name: string;
@@ -1359,6 +1536,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1359
1536
  postalCode?: string | undefined;
1360
1537
  city?: string | undefined;
1361
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;
1362
1541
  }, {
1363
1542
  email: string;
1364
1543
  first_name: string;
@@ -1371,7 +1550,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1371
1550
  postalCode?: string | undefined;
1372
1551
  city?: string | undefined;
1373
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;
1374
1555
  }>;
1556
+ /**
1557
+ * Successfully updated. Returns updated organization details.
1558
+ */
1375
1559
  export declare const zUpdateContactResponse: z.ZodObject<{
1376
1560
  company: z.ZodOptional<z.ZodString>;
1377
1561
  address1: z.ZodOptional<z.ZodString>;
@@ -1384,6 +1568,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1384
1568
  email: z.ZodString;
1385
1569
  first_name: z.ZodString;
1386
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", ""]>>;
1387
1573
  }, "strip", z.ZodTypeAny, {
1388
1574
  email: string;
1389
1575
  first_name: string;
@@ -1396,6 +1582,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1396
1582
  postalCode?: string | undefined;
1397
1583
  city?: string | undefined;
1398
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;
1399
1587
  }, {
1400
1588
  email: string;
1401
1589
  first_name: string;
@@ -1408,7 +1596,204 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1408
1596
  postalCode?: string | undefined;
1409
1597
  city?: string | undefined;
1410
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;
1411
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
+ */
1412
1797
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1413
1798
  limits: z.ZodOptional<z.ZodObject<{
1414
1799
  cpu: z.ZodNumber;
@@ -1427,25 +1812,90 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1427
1812
  project: string;
1428
1813
  enabled?: boolean | undefined;
1429
1814
  }>>;
1430
- 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<{
1431
1880
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1432
- apiKey: z.ZodOptional<z.ZodString>;
1881
+ project: z.ZodString;
1433
1882
  }, "strip", z.ZodTypeAny, {
1883
+ project: string;
1434
1884
  enabled: boolean;
1435
- apiKey?: string | undefined;
1436
1885
  }, {
1437
- apiKey?: string | undefined;
1886
+ project: string;
1438
1887
  enabled?: boolean | undefined;
1439
- }>, z.ZodObject<{
1440
- apiKey: z.ZodOptional<z.ZodString>;
1888
+ }>>;
1889
+ hetzner: z.ZodOptional<z.ZodObject<{
1441
1890
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1891
+ apiKey: z.ZodString;
1442
1892
  }, "strip", z.ZodTypeAny, {
1893
+ apiKey: string;
1443
1894
  enabled: boolean;
1444
- apiKey?: string | undefined;
1445
1895
  }, {
1446
- apiKey?: string | undefined;
1896
+ apiKey: string;
1447
1897
  enabled?: boolean | undefined;
1448
- }>]>>;
1898
+ }>>;
1449
1899
  aws: z.ZodOptional<z.ZodObject<{
1450
1900
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1451
1901
  controllerRoleArn: z.ZodString;
@@ -1457,9 +1907,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1457
1907
  enabled?: boolean | undefined;
1458
1908
  }>>;
1459
1909
  id: z.ZodString;
1460
- type: z.ZodEnum<["managed", "connected"]>;
1461
1910
  }, "strip", z.ZodTypeAny, {
1462
- type: "connected" | "managed";
1463
1911
  id: string;
1464
1912
  limits?: {
1465
1913
  cpu: number;
@@ -1469,18 +1917,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1469
1917
  enabled: boolean;
1470
1918
  } | undefined;
1471
1919
  hetzner?: {
1920
+ apiKey: string;
1472
1921
  enabled: boolean;
1473
- apiKey?: string | undefined;
1474
- } | {
1475
- enabled: boolean;
1476
- apiKey?: string | undefined;
1477
1922
  } | undefined;
1478
1923
  aws?: {
1479
1924
  controllerRoleArn: string;
1480
1925
  enabled: boolean;
1481
1926
  } | undefined;
1482
1927
  }, {
1483
- type: "connected" | "managed";
1484
1928
  id: string;
1485
1929
  limits?: {
1486
1930
  cpu: number;
@@ -1490,19 +1934,45 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1490
1934
  enabled?: boolean | undefined;
1491
1935
  } | undefined;
1492
1936
  hetzner?: {
1493
- apiKey?: string | undefined;
1494
- enabled?: boolean | undefined;
1495
- } | {
1496
- apiKey?: string | undefined;
1937
+ apiKey: string;
1497
1938
  enabled?: boolean | undefined;
1498
1939
  } | undefined;
1499
1940
  aws?: {
1500
1941
  controllerRoleArn: string;
1501
1942
  enabled?: boolean | undefined;
1502
1943
  } | undefined;
1503
- }>, "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
+ */
1504
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
+ */
1505
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
+ */
1506
1976
  export declare const zGetFleetResponse: z.ZodObject<{
1507
1977
  limits: z.ZodOptional<z.ZodObject<{
1508
1978
  cpu: z.ZodNumber;
@@ -1521,25 +1991,90 @@ export declare const zGetFleetResponse: z.ZodObject<{
1521
1991
  project: string;
1522
1992
  enabled?: boolean | undefined;
1523
1993
  }>>;
1524
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1994
+ hetzner: z.ZodOptional<z.ZodObject<{
1525
1995
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1526
- apiKey: z.ZodOptional<z.ZodString>;
1996
+ apiKey: z.ZodString;
1527
1997
  }, "strip", z.ZodTypeAny, {
1998
+ apiKey: string;
1528
1999
  enabled: boolean;
1529
- apiKey?: string | undefined;
1530
2000
  }, {
1531
- apiKey?: string | undefined;
2001
+ apiKey: string;
1532
2002
  enabled?: boolean | undefined;
1533
- }>, z.ZodObject<{
1534
- apiKey: z.ZodOptional<z.ZodString>;
2003
+ }>>;
2004
+ aws: z.ZodOptional<z.ZodObject<{
1535
2005
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2006
+ controllerRoleArn: z.ZodString;
1536
2007
  }, "strip", z.ZodTypeAny, {
2008
+ controllerRoleArn: string;
2009
+ enabled: boolean;
2010
+ }, {
2011
+ controllerRoleArn: string;
2012
+ enabled?: boolean | undefined;
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;
1537
2073
  enabled: boolean;
1538
- apiKey?: string | undefined;
1539
2074
  }, {
1540
- apiKey?: string | undefined;
2075
+ apiKey: string;
1541
2076
  enabled?: boolean | undefined;
1542
- }>]>>;
2077
+ }>>;
1543
2078
  aws: z.ZodOptional<z.ZodObject<{
1544
2079
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1545
2080
  controllerRoleArn: z.ZodString;
@@ -1550,11 +2085,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1550
2085
  controllerRoleArn: string;
1551
2086
  enabled?: boolean | undefined;
1552
2087
  }>>;
1553
- id: z.ZodString;
1554
- type: z.ZodEnum<["managed", "connected"]>;
1555
2088
  }, "strip", z.ZodTypeAny, {
1556
- type: "connected" | "managed";
1557
- id: string;
1558
2089
  limits?: {
1559
2090
  cpu: number;
1560
2091
  } | undefined;
@@ -1563,19 +2094,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1563
2094
  enabled: boolean;
1564
2095
  } | undefined;
1565
2096
  hetzner?: {
2097
+ apiKey: string;
1566
2098
  enabled: boolean;
1567
- apiKey?: string | undefined;
1568
- } | {
1569
- enabled: boolean;
1570
- apiKey?: string | undefined;
1571
2099
  } | undefined;
1572
2100
  aws?: {
1573
2101
  controllerRoleArn: string;
1574
2102
  enabled: boolean;
1575
2103
  } | undefined;
1576
2104
  }, {
1577
- type: "connected" | "managed";
1578
- id: string;
1579
2105
  limits?: {
1580
2106
  cpu: number;
1581
2107
  } | undefined;
@@ -1584,10 +2110,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1584
2110
  enabled?: boolean | undefined;
1585
2111
  } | undefined;
1586
2112
  hetzner?: {
1587
- apiKey?: string | undefined;
1588
- enabled?: boolean | undefined;
1589
- } | {
1590
- apiKey?: string | undefined;
2113
+ apiKey: string;
1591
2114
  enabled?: boolean | undefined;
1592
2115
  } | undefined;
1593
2116
  aws?: {
@@ -1595,11 +2118,29 @@ export declare const zGetFleetResponse: z.ZodObject<{
1595
2118
  enabled?: boolean | undefined;
1596
2119
  } | undefined;
1597
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
+ */
1598
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
+ */
1599
2140
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1600
2141
  name: z.ZodString;
1601
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1602
2142
  tier: z.ZodEnum<["basic", "pro"]>;
2143
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1603
2144
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1604
2145
  id: z.ZodString;
1605
2146
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1613,35 +2154,68 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1613
2154
  name: string;
1614
2155
  id: string;
1615
2156
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1616
- tier: "basic" | "pro";
1617
2157
  version_channel: string;
2158
+ tier: "basic" | "pro";
1618
2159
  ready?: boolean | undefined;
1619
- region?: "staging" | "northamerica-central-1" | undefined;
1620
- endpoint?: string | undefined;
1621
- certificate_ca?: string | undefined;
2160
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1622
2161
  version_current?: string | undefined;
1623
2162
  created_at?: string | undefined;
1624
2163
  updated_at?: string | undefined;
2164
+ endpoint?: string | undefined;
2165
+ certificate_ca?: string | undefined;
1625
2166
  }, {
1626
2167
  name: string;
1627
2168
  id: string;
1628
2169
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1629
2170
  tier: "basic" | "pro";
1630
2171
  ready?: boolean | undefined;
1631
- region?: "staging" | "northamerica-central-1" | undefined;
1632
- endpoint?: string | undefined;
2172
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1633
2173
  version_channel?: string | undefined;
1634
- certificate_ca?: string | undefined;
1635
2174
  version_current?: string | undefined;
1636
2175
  created_at?: string | undefined;
1637
2176
  updated_at?: string | undefined;
2177
+ endpoint?: string | undefined;
2178
+ certificate_ca?: string | undefined;
1638
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
+ */
1639
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
+ */
1640
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
+ */
1641
2215
  export declare const zGetClusterResponse: z.ZodObject<{
1642
2216
  name: z.ZodString;
1643
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1644
2217
  tier: z.ZodEnum<["basic", "pro"]>;
2218
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1645
2219
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1646
2220
  id: z.ZodString;
1647
2221
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1655,33 +2229,53 @@ export declare const zGetClusterResponse: z.ZodObject<{
1655
2229
  name: string;
1656
2230
  id: string;
1657
2231
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1658
- tier: "basic" | "pro";
1659
2232
  version_channel: string;
2233
+ tier: "basic" | "pro";
1660
2234
  ready?: boolean | undefined;
1661
- region?: "staging" | "northamerica-central-1" | undefined;
1662
- endpoint?: string | undefined;
1663
- certificate_ca?: string | undefined;
2235
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1664
2236
  version_current?: string | undefined;
1665
2237
  created_at?: string | undefined;
1666
2238
  updated_at?: string | undefined;
2239
+ endpoint?: string | undefined;
2240
+ certificate_ca?: string | undefined;
1667
2241
  }, {
1668
2242
  name: string;
1669
2243
  id: string;
1670
2244
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1671
2245
  tier: "basic" | "pro";
1672
2246
  ready?: boolean | undefined;
1673
- region?: "staging" | "northamerica-central-1" | undefined;
1674
- endpoint?: string | undefined;
2247
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1675
2248
  version_channel?: string | undefined;
1676
- certificate_ca?: string | undefined;
1677
2249
  version_current?: string | undefined;
1678
2250
  created_at?: string | undefined;
1679
2251
  updated_at?: string | undefined;
2252
+ endpoint?: string | undefined;
2253
+ certificate_ca?: string | undefined;
1680
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;
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
+ */
1681
2275
  export declare const zUpdateClusterResponse: z.ZodObject<{
1682
2276
  name: z.ZodString;
1683
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1684
2277
  tier: z.ZodEnum<["basic", "pro"]>;
2278
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1685
2279
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1686
2280
  id: z.ZodString;
1687
2281
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1695,33 +2289,40 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1695
2289
  name: string;
1696
2290
  id: string;
1697
2291
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1698
- tier: "basic" | "pro";
1699
2292
  version_channel: string;
2293
+ tier: "basic" | "pro";
1700
2294
  ready?: boolean | undefined;
1701
- region?: "staging" | "northamerica-central-1" | undefined;
1702
- endpoint?: string | undefined;
1703
- certificate_ca?: string | undefined;
2295
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1704
2296
  version_current?: string | undefined;
1705
2297
  created_at?: string | undefined;
1706
2298
  updated_at?: string | undefined;
2299
+ endpoint?: string | undefined;
2300
+ certificate_ca?: string | undefined;
1707
2301
  }, {
1708
2302
  name: string;
1709
2303
  id: string;
1710
2304
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1711
2305
  tier: "basic" | "pro";
1712
2306
  ready?: boolean | undefined;
1713
- region?: "staging" | "northamerica-central-1" | undefined;
1714
- endpoint?: string | undefined;
2307
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1715
2308
  version_channel?: string | undefined;
1716
- certificate_ca?: string | undefined;
1717
2309
  version_current?: string | undefined;
1718
2310
  created_at?: string | undefined;
1719
2311
  updated_at?: string | undefined;
2312
+ endpoint?: string | undefined;
2313
+ certificate_ca?: string | undefined;
1720
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
+ */
1721
2322
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1722
2323
  name: z.ZodString;
1723
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1724
2324
  tier: z.ZodEnum<["basic", "pro"]>;
2325
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1725
2326
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1726
2327
  id: z.ZodString;
1727
2328
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1735,29 +2336,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1735
2336
  name: string;
1736
2337
  id: string;
1737
2338
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1738
- tier: "basic" | "pro";
1739
2339
  version_channel: string;
2340
+ tier: "basic" | "pro";
1740
2341
  ready?: boolean | undefined;
1741
- region?: "staging" | "northamerica-central-1" | undefined;
1742
- endpoint?: string | undefined;
1743
- certificate_ca?: string | undefined;
2342
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1744
2343
  version_current?: string | undefined;
1745
2344
  created_at?: string | undefined;
1746
2345
  updated_at?: string | undefined;
2346
+ endpoint?: string | undefined;
2347
+ certificate_ca?: string | undefined;
1747
2348
  }, {
1748
2349
  name: string;
1749
2350
  id: string;
1750
2351
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1751
2352
  tier: "basic" | "pro";
1752
2353
  ready?: boolean | undefined;
1753
- region?: "staging" | "northamerica-central-1" | undefined;
1754
- endpoint?: string | undefined;
2354
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1755
2355
  version_channel?: string | undefined;
1756
- certificate_ca?: string | undefined;
1757
2356
  version_current?: string | undefined;
1758
2357
  created_at?: string | undefined;
1759
2358
  updated_at?: string | undefined;
2359
+ endpoint?: string | undefined;
2360
+ certificate_ca?: string | undefined;
1760
2361
  }>;
2362
+ /**
2363
+ * An array of invites
2364
+ */
1761
2365
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1762
2366
  id: z.ZodOptional<z.ZodString>;
1763
2367
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1777,6 +2381,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1777
2381
  email?: string | undefined;
1778
2382
  organization_id?: string | undefined;
1779
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
+ */
1780
2394
  export declare const zCreateInviteResponse: z.ZodObject<{
1781
2395
  id: z.ZodOptional<z.ZodString>;
1782
2396
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1796,6 +2410,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1796
2410
  email?: string | undefined;
1797
2411
  organization_id?: string | undefined;
1798
2412
  }>;
2413
+ /**
2414
+ * Invitation code
2415
+ */
2416
+ export declare const zGetInviteParameterCode: z.ZodString;
2417
+ /**
2418
+ * Returns a single object containing invite details.
2419
+ */
1799
2420
  export declare const zGetInviteResponse: z.ZodObject<{
1800
2421
  id: z.ZodOptional<z.ZodString>;
1801
2422
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1815,6 +2436,125 @@ export declare const zGetInviteResponse: z.ZodObject<{
1815
2436
  email?: string | undefined;
1816
2437
  organization_id?: string | undefined;
1817
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
+ */
1818
2558
  export declare const zGetOrganizationResponse: z.ZodObject<{
1819
2559
  id: z.ZodString;
1820
2560
  name: z.ZodOptional<z.ZodString>;
@@ -1825,7 +2565,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1825
2565
  pro_clusters_max: z.ZodNumber;
1826
2566
  pro_clusters_available: z.ZodNumber;
1827
2567
  fleets_max: z.ZodNumber;
1828
- managed_fleets_cpu_max: z.ZodNumber;
1829
2568
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
1830
2569
  regions: z.ZodArray<z.ZodString, "many">;
1831
2570
  versions: z.ZodArray<z.ZodObject<{
@@ -1848,7 +2587,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1848
2587
  pro_clusters_max: number;
1849
2588
  pro_clusters_available: number;
1850
2589
  fleets_max: number;
1851
- managed_fleets_cpu_max: number;
1852
2590
  cluster_tiers: string[];
1853
2591
  regions: string[];
1854
2592
  }, {
@@ -1861,7 +2599,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1861
2599
  pro_clusters_max: number;
1862
2600
  pro_clusters_available: number;
1863
2601
  fleets_max: number;
1864
- managed_fleets_cpu_max: number;
1865
2602
  cluster_tiers: string[];
1866
2603
  regions: string[];
1867
2604
  }>;
@@ -1880,7 +2617,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1880
2617
  pro_clusters_max: number;
1881
2618
  pro_clusters_available: number;
1882
2619
  fleets_max: number;
1883
- managed_fleets_cpu_max: number;
1884
2620
  cluster_tiers: string[];
1885
2621
  regions: string[];
1886
2622
  };
@@ -1899,12 +2635,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1899
2635
  pro_clusters_max: number;
1900
2636
  pro_clusters_available: number;
1901
2637
  fleets_max: number;
1902
- managed_fleets_cpu_max: number;
1903
2638
  cluster_tiers: string[];
1904
2639
  regions: string[];
1905
2640
  };
1906
2641
  name?: string | undefined;
1907
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
+ */
1908
2665
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1909
2666
  name: z.ZodString;
1910
2667
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1924,6 +2681,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1924
2681
  id?: string | undefined;
1925
2682
  secret?: string | undefined;
1926
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
+ */
1927
2697
  export declare const zCreateTokenResponse: z.ZodObject<{
1928
2698
  name: z.ZodString;
1929
2699
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1943,6 +2713,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
1943
2713
  id?: string | undefined;
1944
2714
  secret?: string | undefined;
1945
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
+ */
1946
2727
  export declare const zGetTokenResponse: z.ZodObject<{
1947
2728
  name: z.ZodString;
1948
2729
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1962,6 +2743,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
1962
2743
  id?: string | undefined;
1963
2744
  secret?: string | undefined;
1964
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
+ */
1965
2763
  export declare const zUpdateTokenResponse: z.ZodObject<{
1966
2764
  name: z.ZodString;
1967
2765
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1981,6 +2779,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
1981
2779
  id?: string | undefined;
1982
2780
  secret?: string | undefined;
1983
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
+ */
1984
2789
  export declare const zRegenerateTokenResponse: z.ZodObject<{
1985
2790
  name: z.ZodString;
1986
2791
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2000,6 +2805,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2000
2805
  id?: string | undefined;
2001
2806
  secret?: string | undefined;
2002
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
+ */
2003
2815
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2004
2816
  realm: z.ZodOptional<z.ZodString>;
2005
2817
  displayName: z.ZodOptional<z.ZodString>;
@@ -2010,6 +2822,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2010
2822
  realm?: string | undefined;
2011
2823
  displayName?: string | undefined;
2012
2824
  }>, "many">;
2825
+ /**
2826
+ * An array of users
2827
+ */
2013
2828
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2014
2829
  email: z.ZodString;
2015
2830
  first_name: z.ZodString;
@@ -2035,6 +2850,34 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2035
2850
  last_name: string;
2036
2851
  date_created: string;
2037
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
+ */
2038
2881
  export declare const zCreateUserResponse: z.ZodObject<{
2039
2882
  email: z.ZodString;
2040
2883
  first_name: z.ZodString;
@@ -2060,6 +2903,13 @@ export declare const zCreateUserResponse: z.ZodObject<{
2060
2903
  last_name: string;
2061
2904
  date_created: string;
2062
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
+ */
2063
2913
  export declare const zDeleteUserResponse: z.ZodObject<{
2064
2914
  email: z.ZodString;
2065
2915
  first_name: z.ZodString;
@@ -2085,6 +2935,13 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2085
2935
  last_name: string;
2086
2936
  date_created: string;
2087
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
+ */
2088
2945
  export declare const zGetUserResponse: z.ZodObject<{
2089
2946
  email: z.ZodString;
2090
2947
  first_name: z.ZodString;
@@ -2110,6 +2967,32 @@ export declare const zGetUserResponse: z.ZodObject<{
2110
2967
  last_name: string;
2111
2968
  date_created: string;
2112
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
+ */
2113
2996
  export declare const zUpdateUserResponse: z.ZodObject<{
2114
2997
  email: z.ZodString;
2115
2998
  first_name: z.ZodString;