@cloudfleet/sdk 0.0.1-23a36bd → 0.0.1-2b670e2

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,102 @@ 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;
@@ -43,8 +143,8 @@ export declare const zClusterCreateInput: z.ZodObject<{
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;
147
+ tier: "basic" | "pro";
48
148
  region?: "staging" | "northamerica-central-1" | undefined;
49
149
  }, {
50
150
  name: string;
@@ -131,15 +231,15 @@ 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
237
  region?: "staging" | "northamerica-central-1" | undefined;
138
- endpoint?: string | undefined;
139
- certificate_ca?: string | 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;
@@ -147,12 +247,12 @@ export declare const zCluster: z.ZodObject<{
147
247
  tier: "basic" | "pro";
148
248
  ready?: boolean | undefined;
149
249
  region?: "staging" | "northamerica-central-1" | undefined;
150
- endpoint?: string | 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>;
@@ -182,25 +282,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
182
282
  project: string;
183
283
  enabled?: boolean | undefined;
184
284
  }>>;
185
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
285
+ hetzner: z.ZodOptional<z.ZodObject<{
186
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
187
- apiKey: z.ZodOptional<z.ZodString>;
287
+ apiKey: z.ZodString;
188
288
  }, "strip", z.ZodTypeAny, {
289
+ apiKey: string;
189
290
  enabled: boolean;
190
- apiKey?: string | undefined;
191
291
  }, {
192
- apiKey?: string | undefined;
292
+ apiKey: string;
193
293
  enabled?: boolean | undefined;
194
- }>, z.ZodObject<{
195
- apiKey: z.ZodOptional<z.ZodString>;
196
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
197
- }, "strip", z.ZodTypeAny, {
198
- enabled: boolean;
199
- apiKey?: string | undefined;
200
- }, {
201
- apiKey?: string | undefined;
202
- enabled?: boolean | undefined;
203
- }>]>>;
294
+ }>>;
204
295
  aws: z.ZodOptional<z.ZodObject<{
205
296
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
206
297
  controllerRoleArn: z.ZodString;
@@ -212,9 +303,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
212
303
  enabled?: boolean | undefined;
213
304
  }>>;
214
305
  id: z.ZodString;
215
- type: z.ZodEnum<["managed", "connected"]>;
216
306
  }, "strip", z.ZodTypeAny, {
217
- type: "connected" | "managed";
218
307
  id: string;
219
308
  limits?: {
220
309
  cpu: number;
@@ -224,18 +313,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
224
313
  enabled: boolean;
225
314
  } | undefined;
226
315
  hetzner?: {
316
+ apiKey: string;
227
317
  enabled: boolean;
228
- apiKey?: string | undefined;
229
- } | {
230
- enabled: boolean;
231
- apiKey?: string | undefined;
232
318
  } | undefined;
233
319
  aws?: {
234
320
  controllerRoleArn: string;
235
321
  enabled: boolean;
236
322
  } | undefined;
237
323
  }, {
238
- type: "connected" | "managed";
239
324
  id: string;
240
325
  limits?: {
241
326
  cpu: number;
@@ -245,10 +330,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
245
330
  enabled?: boolean | undefined;
246
331
  } | undefined;
247
332
  hetzner?: {
248
- apiKey?: string | undefined;
249
- enabled?: boolean | undefined;
250
- } | {
251
- apiKey?: string | undefined;
333
+ apiKey: string;
252
334
  enabled?: boolean | undefined;
253
335
  } | undefined;
254
336
  aws?: {
@@ -274,25 +356,16 @@ export declare const zFleet: z.ZodObject<{
274
356
  project: string;
275
357
  enabled?: boolean | undefined;
276
358
  }>>;
277
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
359
+ hetzner: z.ZodOptional<z.ZodObject<{
278
360
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
279
- apiKey: z.ZodOptional<z.ZodString>;
361
+ apiKey: z.ZodString;
280
362
  }, "strip", z.ZodTypeAny, {
363
+ apiKey: string;
281
364
  enabled: boolean;
282
- apiKey?: string | undefined;
283
365
  }, {
284
- apiKey?: string | undefined;
366
+ apiKey: string;
285
367
  enabled?: boolean | undefined;
286
- }>, z.ZodObject<{
287
- apiKey: z.ZodOptional<z.ZodString>;
288
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
289
- }, "strip", z.ZodTypeAny, {
290
- enabled: boolean;
291
- apiKey?: string | undefined;
292
- }, {
293
- apiKey?: string | undefined;
294
- enabled?: boolean | undefined;
295
- }>]>>;
368
+ }>>;
296
369
  aws: z.ZodOptional<z.ZodObject<{
297
370
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
298
371
  controllerRoleArn: z.ZodString;
@@ -304,9 +377,7 @@ export declare const zFleet: z.ZodObject<{
304
377
  enabled?: boolean | undefined;
305
378
  }>>;
306
379
  id: z.ZodString;
307
- type: z.ZodEnum<["managed", "connected"]>;
308
380
  }, "strip", z.ZodTypeAny, {
309
- type: "connected" | "managed";
310
381
  id: string;
311
382
  limits?: {
312
383
  cpu: number;
@@ -316,18 +387,14 @@ export declare const zFleet: z.ZodObject<{
316
387
  enabled: boolean;
317
388
  } | undefined;
318
389
  hetzner?: {
390
+ apiKey: string;
319
391
  enabled: boolean;
320
- apiKey?: string | undefined;
321
- } | {
322
- enabled: boolean;
323
- apiKey?: string | undefined;
324
392
  } | undefined;
325
393
  aws?: {
326
394
  controllerRoleArn: string;
327
395
  enabled: boolean;
328
396
  } | undefined;
329
397
  }, {
330
- type: "connected" | "managed";
331
398
  id: string;
332
399
  limits?: {
333
400
  cpu: number;
@@ -337,10 +404,7 @@ export declare const zFleet: z.ZodObject<{
337
404
  enabled?: boolean | undefined;
338
405
  } | undefined;
339
406
  hetzner?: {
340
- apiKey?: string | undefined;
341
- enabled?: boolean | undefined;
342
- } | {
343
- apiKey?: string | undefined;
407
+ apiKey: string;
344
408
  enabled?: boolean | undefined;
345
409
  } | undefined;
346
410
  aws?: {
@@ -366,25 +430,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
366
430
  project: string;
367
431
  enabled?: boolean | undefined;
368
432
  }>>;
369
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
370
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
371
- apiKey: z.ZodOptional<z.ZodString>;
372
- }, "strip", z.ZodTypeAny, {
373
- enabled: boolean;
374
- apiKey?: string | undefined;
375
- }, {
376
- apiKey?: string | undefined;
377
- enabled?: boolean | undefined;
378
- }>, z.ZodObject<{
379
- apiKey: z.ZodOptional<z.ZodString>;
433
+ hetzner: z.ZodOptional<z.ZodObject<{
380
434
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
435
+ apiKey: z.ZodString;
381
436
  }, "strip", z.ZodTypeAny, {
437
+ apiKey: string;
382
438
  enabled: boolean;
383
- apiKey?: string | undefined;
384
439
  }, {
385
- apiKey?: string | undefined;
440
+ apiKey: string;
386
441
  enabled?: boolean | undefined;
387
- }>]>>;
442
+ }>>;
388
443
  aws: z.ZodOptional<z.ZodObject<{
389
444
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
445
  controllerRoleArn: z.ZodString;
@@ -404,11 +459,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
404
459
  enabled: boolean;
405
460
  } | undefined;
406
461
  hetzner?: {
462
+ apiKey: string;
407
463
  enabled: boolean;
408
- apiKey?: string | undefined;
409
- } | {
410
- enabled: boolean;
411
- apiKey?: string | undefined;
412
464
  } | undefined;
413
465
  aws?: {
414
466
  controllerRoleArn: string;
@@ -423,10 +475,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
423
475
  enabled?: boolean | undefined;
424
476
  } | undefined;
425
477
  hetzner?: {
426
- apiKey?: string | undefined;
427
- enabled?: boolean | undefined;
428
- } | {
429
- apiKey?: string | undefined;
478
+ apiKey: string;
430
479
  enabled?: boolean | undefined;
431
480
  } | undefined;
432
481
  aws?: {
@@ -719,6 +768,57 @@ export declare const zInvoice: z.ZodObject<{
719
768
  childItems?: unknown[] | undefined;
720
769
  }[] | undefined;
721
770
  }>;
771
+ export declare const zMarketplaceListing: z.ZodObject<{
772
+ id: z.ZodString;
773
+ name: z.ZodString;
774
+ developer: z.ZodString;
775
+ description: z.ZodString;
776
+ logoUrl: z.ZodString;
777
+ longDescription: z.ZodString;
778
+ categories: z.ZodArray<z.ZodString, "many">;
779
+ version_channels: z.ZodArray<z.ZodString, "many">;
780
+ value_schemas: z.ZodArray<z.ZodObject<{
781
+ version: z.ZodString;
782
+ schema: z.ZodString;
783
+ placeholder: z.ZodString;
784
+ }, "strip", z.ZodTypeAny, {
785
+ version: string;
786
+ schema: string;
787
+ placeholder: string;
788
+ }, {
789
+ version: string;
790
+ schema: string;
791
+ placeholder: string;
792
+ }>, "many">;
793
+ }, "strip", z.ZodTypeAny, {
794
+ name: string;
795
+ id: string;
796
+ description: string;
797
+ developer: string;
798
+ logoUrl: string;
799
+ longDescription: string;
800
+ categories: string[];
801
+ version_channels: string[];
802
+ value_schemas: {
803
+ version: string;
804
+ schema: string;
805
+ placeholder: string;
806
+ }[];
807
+ }, {
808
+ name: string;
809
+ id: string;
810
+ description: string;
811
+ developer: string;
812
+ logoUrl: string;
813
+ longDescription: string;
814
+ categories: string[];
815
+ version_channels: string[];
816
+ value_schemas: {
817
+ version: string;
818
+ schema: string;
819
+ placeholder: string;
820
+ }[];
821
+ }>;
722
822
  export declare const zOrganizationCreateInput: z.ZodObject<{
723
823
  email: z.ZodString;
724
824
  first_name: z.ZodString;
@@ -748,7 +848,6 @@ export declare const zOrganization: z.ZodObject<{
748
848
  pro_clusters_max: z.ZodNumber;
749
849
  pro_clusters_available: z.ZodNumber;
750
850
  fleets_max: z.ZodNumber;
751
- managed_fleets_cpu_max: z.ZodNumber;
752
851
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
753
852
  regions: z.ZodArray<z.ZodString, "many">;
754
853
  versions: z.ZodArray<z.ZodObject<{
@@ -771,7 +870,6 @@ export declare const zOrganization: z.ZodObject<{
771
870
  pro_clusters_max: number;
772
871
  pro_clusters_available: number;
773
872
  fleets_max: number;
774
- managed_fleets_cpu_max: number;
775
873
  cluster_tiers: string[];
776
874
  regions: string[];
777
875
  }, {
@@ -784,7 +882,6 @@ export declare const zOrganization: z.ZodObject<{
784
882
  pro_clusters_max: number;
785
883
  pro_clusters_available: number;
786
884
  fleets_max: number;
787
- managed_fleets_cpu_max: number;
788
885
  cluster_tiers: string[];
789
886
  regions: string[];
790
887
  }>;
@@ -803,7 +900,6 @@ export declare const zOrganization: z.ZodObject<{
803
900
  pro_clusters_max: number;
804
901
  pro_clusters_available: number;
805
902
  fleets_max: number;
806
- managed_fleets_cpu_max: number;
807
903
  cluster_tiers: string[];
808
904
  regions: string[];
809
905
  };
@@ -822,7 +918,6 @@ export declare const zOrganization: z.ZodObject<{
822
918
  pro_clusters_max: number;
823
919
  pro_clusters_available: number;
824
920
  fleets_max: number;
825
- managed_fleets_cpu_max: number;
826
921
  cluster_tiers: string[];
827
922
  regions: string[];
828
923
  };
@@ -895,8 +990,8 @@ export declare const zTokenUpdateInput: z.ZodObject<{
895
990
  export declare const zUsage: z.ZodObject<{
896
991
  hour: z.ZodOptional<z.ZodString>;
897
992
  cluster_id: z.ZodString;
898
- cluster_tier: z.ZodEnum<[""]>;
899
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
993
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
994
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
900
995
  node_name: z.ZodString;
901
996
  sku: z.ZodString;
902
997
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -906,10 +1001,10 @@ export declare const zUsage: z.ZodObject<{
906
1001
  }, "strip", z.ZodTypeAny, {
907
1002
  total: number | "";
908
1003
  cpu: number | "";
909
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1004
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
910
1005
  value: number | "";
911
1006
  cluster_id: string;
912
- cluster_tier: "";
1007
+ cluster_tier: "" | "basic" | "pro";
913
1008
  node_name: string;
914
1009
  sku: string;
915
1010
  price: number | "";
@@ -917,10 +1012,10 @@ export declare const zUsage: z.ZodObject<{
917
1012
  }, {
918
1013
  total: number | "";
919
1014
  cpu: number | "";
920
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1015
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
921
1016
  value: number | "";
922
1017
  cluster_id: string;
923
- cluster_tier: "";
1018
+ cluster_tier: "" | "basic" | "pro";
924
1019
  node_name: string;
925
1020
  sku: string;
926
1021
  price: number | "";
@@ -995,11 +1090,14 @@ export declare const zUserUpdateInput: z.ZodObject<{
995
1090
  first_name?: string | undefined;
996
1091
  last_name?: string | undefined;
997
1092
  }>;
1093
+ /**
1094
+ * An array of usage records.
1095
+ */
998
1096
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
999
1097
  hour: z.ZodOptional<z.ZodString>;
1000
1098
  cluster_id: z.ZodString;
1001
- cluster_tier: z.ZodEnum<[""]>;
1002
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
1099
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
1100
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
1003
1101
  node_name: z.ZodString;
1004
1102
  sku: z.ZodString;
1005
1103
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1009,10 +1107,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1009
1107
  }, "strip", z.ZodTypeAny, {
1010
1108
  total: number | "";
1011
1109
  cpu: number | "";
1012
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1110
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1013
1111
  value: number | "";
1014
1112
  cluster_id: string;
1015
- cluster_tier: "";
1113
+ cluster_tier: "" | "basic" | "pro";
1016
1114
  node_name: string;
1017
1115
  sku: string;
1018
1116
  price: number | "";
@@ -1020,16 +1118,22 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1020
1118
  }, {
1021
1119
  total: number | "";
1022
1120
  cpu: number | "";
1023
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1121
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1024
1122
  value: number | "";
1025
1123
  cluster_id: string;
1026
- cluster_tier: "";
1124
+ cluster_tier: "" | "basic" | "pro";
1027
1125
  node_name: string;
1028
1126
  sku: string;
1029
1127
  price: number | "";
1030
1128
  hour?: string | undefined;
1031
1129
  }>, "many">;
1130
+ /**
1131
+ * Current balance of the organization in USD as a floating-point number.
1132
+ */
1032
1133
  export declare const zGetBalanceResponse: z.ZodNumber;
1134
+ /**
1135
+ * Redacted payment card information.
1136
+ */
1033
1137
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1034
1138
  id: z.ZodString;
1035
1139
  setup: z.ZodBoolean;
@@ -1055,6 +1159,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1055
1159
  exp_year: number;
1056
1160
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1057
1161
  }>;
1162
+ /**
1163
+ * 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.
1164
+ *
1165
+ */
1058
1166
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1059
1167
  id: z.ZodOptional<z.ZodString>;
1060
1168
  }, "strip", z.ZodTypeAny, {
@@ -1062,6 +1170,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1062
1170
  }, {
1063
1171
  id?: string | undefined;
1064
1172
  }>;
1173
+ /**
1174
+ * Start date for the usage. Date of oldest data point to retrieve.
1175
+ */
1176
+ export declare const zListInvoicesParameterStartDate: z.ZodString;
1177
+ /**
1178
+ * End date for the usage. Date of newest data point to retrieve.
1179
+ */
1180
+ export declare const zListInvoicesParameterEndDate: z.ZodString;
1181
+ /**
1182
+ * An array of usage records.
1183
+ */
1065
1184
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1066
1185
  id: z.ZodOptional<z.ZodString>;
1067
1186
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1328,6 +1447,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1328
1447
  childItems?: unknown[] | undefined;
1329
1448
  }[] | undefined;
1330
1449
  }>, "many">;
1450
+ /**
1451
+ * Unique invoice identifier. UUID v4 string in canonical form
1452
+ */
1453
+ export declare const zGetInvoiceParameterId: z.ZodString;
1454
+ /**
1455
+ * Returns a single Invoice HTML representation under `html` property.
1456
+ */
1331
1457
  export declare const zGetInvoiceResponse: z.ZodObject<{
1332
1458
  html: z.ZodOptional<z.ZodString>;
1333
1459
  }, "strip", z.ZodTypeAny, {
@@ -1335,6 +1461,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1335
1461
  }, {
1336
1462
  html?: string | undefined;
1337
1463
  }>;
1464
+ /**
1465
+ * Returns a single object containing organization contact and billing address details.
1466
+ */
1338
1467
  export declare const zGetContactResponse: z.ZodObject<{
1339
1468
  company: z.ZodOptional<z.ZodString>;
1340
1469
  address1: z.ZodOptional<z.ZodString>;
@@ -1347,6 +1476,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1347
1476
  email: z.ZodString;
1348
1477
  first_name: z.ZodString;
1349
1478
  last_name: z.ZodString;
1479
+ tax_id: z.ZodOptional<z.ZodString>;
1480
+ 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", ""]>>;
1481
+ }, "strip", z.ZodTypeAny, {
1482
+ email: string;
1483
+ first_name: string;
1484
+ last_name: string;
1485
+ state?: string | undefined;
1486
+ country?: string | undefined;
1487
+ company?: string | undefined;
1488
+ address1?: string | undefined;
1489
+ address2?: string | undefined;
1490
+ postalCode?: string | undefined;
1491
+ city?: string | undefined;
1492
+ phone?: string | undefined;
1493
+ tax_id?: string | undefined;
1494
+ 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;
1495
+ }, {
1496
+ email: string;
1497
+ first_name: string;
1498
+ last_name: string;
1499
+ state?: string | undefined;
1500
+ country?: string | undefined;
1501
+ company?: string | undefined;
1502
+ address1?: string | undefined;
1503
+ address2?: string | undefined;
1504
+ postalCode?: string | undefined;
1505
+ city?: string | undefined;
1506
+ phone?: string | undefined;
1507
+ tax_id?: string | undefined;
1508
+ 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;
1509
+ }>;
1510
+ export declare const zUpdateContactData: z.ZodObject<{
1511
+ company: z.ZodOptional<z.ZodString>;
1512
+ address1: z.ZodOptional<z.ZodString>;
1513
+ address2: z.ZodOptional<z.ZodString>;
1514
+ postalCode: z.ZodOptional<z.ZodString>;
1515
+ city: z.ZodOptional<z.ZodString>;
1516
+ state: z.ZodOptional<z.ZodString>;
1517
+ country: z.ZodOptional<z.ZodString>;
1518
+ phone: z.ZodOptional<z.ZodString>;
1519
+ email: z.ZodString;
1520
+ first_name: z.ZodString;
1521
+ last_name: z.ZodString;
1522
+ tax_id: z.ZodOptional<z.ZodString>;
1523
+ 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
1524
  }, "strip", z.ZodTypeAny, {
1351
1525
  email: string;
1352
1526
  first_name: string;
@@ -1359,6 +1533,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1359
1533
  postalCode?: string | undefined;
1360
1534
  city?: string | undefined;
1361
1535
  phone?: string | undefined;
1536
+ tax_id?: string | undefined;
1537
+ 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
1538
  }, {
1363
1539
  email: string;
1364
1540
  first_name: string;
@@ -1371,7 +1547,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1371
1547
  postalCode?: string | undefined;
1372
1548
  city?: string | undefined;
1373
1549
  phone?: string | undefined;
1550
+ tax_id?: string | undefined;
1551
+ 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
1552
  }>;
1553
+ /**
1554
+ * Successfully updated. Returns updated organization details.
1555
+ */
1375
1556
  export declare const zUpdateContactResponse: z.ZodObject<{
1376
1557
  company: z.ZodOptional<z.ZodString>;
1377
1558
  address1: z.ZodOptional<z.ZodString>;
@@ -1384,6 +1565,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1384
1565
  email: z.ZodString;
1385
1566
  first_name: z.ZodString;
1386
1567
  last_name: z.ZodString;
1568
+ tax_id: z.ZodOptional<z.ZodString>;
1569
+ 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
1570
  }, "strip", z.ZodTypeAny, {
1388
1571
  email: string;
1389
1572
  first_name: string;
@@ -1396,6 +1579,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1396
1579
  postalCode?: string | undefined;
1397
1580
  city?: string | undefined;
1398
1581
  phone?: string | undefined;
1582
+ tax_id?: string | undefined;
1583
+ 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
1584
  }, {
1400
1585
  email: string;
1401
1586
  first_name: string;
@@ -1408,7 +1593,204 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1408
1593
  postalCode?: string | undefined;
1409
1594
  city?: string | undefined;
1410
1595
  phone?: string | undefined;
1596
+ tax_id?: string | undefined;
1597
+ 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;
1598
+ }>;
1599
+ /**
1600
+ * An array of the applied promotional credits records.
1601
+ */
1602
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1603
+ id: z.ZodOptional<z.ZodString>;
1604
+ date_created: z.ZodString;
1605
+ code: z.ZodString;
1606
+ description: z.ZodOptional<z.ZodString>;
1607
+ products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1608
+ type: z.ZodEnum<["credit", "discount"]>;
1609
+ value: z.ZodNumber;
1610
+ billing_period: z.ZodString;
1611
+ value_remaining: z.ZodOptional<z.ZodNumber>;
1612
+ }, "strip", z.ZodTypeAny, {
1613
+ code: string;
1614
+ type: "credit" | "discount";
1615
+ value: number;
1616
+ date_created: string;
1617
+ billing_period: string;
1618
+ id?: string | undefined;
1619
+ description?: string | undefined;
1620
+ products?: string[] | undefined;
1621
+ value_remaining?: number | undefined;
1622
+ }, {
1623
+ code: string;
1624
+ type: "credit" | "discount";
1625
+ value: number;
1626
+ date_created: string;
1627
+ billing_period: string;
1628
+ id?: string | undefined;
1629
+ description?: string | undefined;
1630
+ products?: string[] | undefined;
1631
+ value_remaining?: number | undefined;
1632
+ }>, "many">;
1633
+ export declare const zRedeemCreditsData: z.ZodObject<{
1634
+ code: z.ZodOptional<z.ZodString>;
1635
+ }, "strip", z.ZodTypeAny, {
1636
+ code?: string | undefined;
1637
+ }, {
1638
+ code?: string | undefined;
1411
1639
  }>;
1640
+ /**
1641
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1642
+ */
1643
+ export declare const zListChartsParameterClusterId: z.ZodString;
1644
+ /**
1645
+ * An array of charts
1646
+ */
1647
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1648
+ values: z.ZodString;
1649
+ version_channel: z.ZodString;
1650
+ name: z.ZodString;
1651
+ namespace: z.ZodString;
1652
+ chart: z.ZodString;
1653
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1654
+ version_current: z.ZodString;
1655
+ created_at: z.ZodString;
1656
+ updated_at: z.ZodString;
1657
+ ready: z.ZodBoolean;
1658
+ }, "strip", z.ZodTypeAny, {
1659
+ values: string;
1660
+ name: string;
1661
+ ready: boolean;
1662
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1663
+ version_channel: string;
1664
+ namespace: string;
1665
+ chart: string;
1666
+ version_current: string;
1667
+ created_at: string;
1668
+ updated_at: string;
1669
+ }, {
1670
+ values: string;
1671
+ name: string;
1672
+ ready: boolean;
1673
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1674
+ version_channel: string;
1675
+ namespace: string;
1676
+ chart: string;
1677
+ version_current: string;
1678
+ created_at: string;
1679
+ updated_at: string;
1680
+ }>, "many">;
1681
+ export declare const zCreateChartData: z.ZodObject<{
1682
+ values: z.ZodString;
1683
+ version_channel: z.ZodString;
1684
+ name: z.ZodString;
1685
+ namespace: z.ZodString;
1686
+ chart: z.ZodString;
1687
+ }, "strip", z.ZodTypeAny, {
1688
+ values: string;
1689
+ name: string;
1690
+ version_channel: string;
1691
+ namespace: string;
1692
+ chart: string;
1693
+ }, {
1694
+ values: string;
1695
+ name: string;
1696
+ version_channel: string;
1697
+ namespace: string;
1698
+ chart: string;
1699
+ }>;
1700
+ /**
1701
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1702
+ */
1703
+ export declare const zCreateChartParameterClusterId: z.ZodString;
1704
+ /**
1705
+ * Successfully created. Returns created Chart ID.
1706
+ */
1707
+ export declare const zCreateChartResponse: z.ZodString;
1708
+ /**
1709
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1710
+ */
1711
+ export declare const zDeleteChartParameterClusterId: z.ZodString;
1712
+ /**
1713
+ * Chart deployment name as the unique identifier of the chart.
1714
+ */
1715
+ export declare const zDeleteChartParameterChartName: z.ZodString;
1716
+ /**
1717
+ * Successfully deleted.
1718
+ */
1719
+ export declare const zDeleteChartResponse: z.ZodString;
1720
+ /**
1721
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1722
+ */
1723
+ export declare const zGetChartParameterClusterId: z.ZodString;
1724
+ /**
1725
+ * Chart deployment name as the unique identifier of the chart.
1726
+ */
1727
+ export declare const zGetChartParameterChartName: z.ZodString;
1728
+ /**
1729
+ * Returns a single object containing chart details.
1730
+ */
1731
+ export declare const zGetChartResponse: z.ZodObject<{
1732
+ values: z.ZodString;
1733
+ version_channel: z.ZodString;
1734
+ name: z.ZodString;
1735
+ namespace: z.ZodString;
1736
+ chart: z.ZodString;
1737
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1738
+ version_current: z.ZodString;
1739
+ created_at: z.ZodString;
1740
+ updated_at: z.ZodString;
1741
+ ready: z.ZodBoolean;
1742
+ }, "strip", z.ZodTypeAny, {
1743
+ values: string;
1744
+ name: string;
1745
+ ready: boolean;
1746
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1747
+ version_channel: string;
1748
+ namespace: string;
1749
+ chart: string;
1750
+ version_current: string;
1751
+ created_at: string;
1752
+ updated_at: string;
1753
+ }, {
1754
+ values: string;
1755
+ name: string;
1756
+ ready: boolean;
1757
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1758
+ version_channel: string;
1759
+ namespace: string;
1760
+ chart: string;
1761
+ version_current: string;
1762
+ created_at: string;
1763
+ updated_at: string;
1764
+ }>;
1765
+ export declare const zUpdateChartData: z.ZodObject<{
1766
+ values: z.ZodString;
1767
+ version_channel: z.ZodString;
1768
+ }, "strip", z.ZodTypeAny, {
1769
+ values: string;
1770
+ version_channel: string;
1771
+ }, {
1772
+ values: string;
1773
+ version_channel: string;
1774
+ }>;
1775
+ /**
1776
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1777
+ */
1778
+ export declare const zUpdateChartParameterClusterId: z.ZodString;
1779
+ /**
1780
+ * Chart deployment name as the unique identifier of the chart.
1781
+ */
1782
+ export declare const zUpdateChartParameterChartName: z.ZodString;
1783
+ /**
1784
+ * Successfully updated.
1785
+ */
1786
+ export declare const zUpdateChartResponse: z.ZodString;
1787
+ /**
1788
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1789
+ */
1790
+ export declare const zListFleetsParameterClusterId: z.ZodString;
1791
+ /**
1792
+ * An array of fleets
1793
+ */
1412
1794
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1413
1795
  limits: z.ZodOptional<z.ZodObject<{
1414
1796
  cpu: z.ZodNumber;
@@ -1427,25 +1809,90 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1427
1809
  project: string;
1428
1810
  enabled?: boolean | undefined;
1429
1811
  }>>;
1430
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1812
+ hetzner: z.ZodOptional<z.ZodObject<{
1431
1813
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1432
- apiKey: z.ZodOptional<z.ZodString>;
1814
+ apiKey: z.ZodString;
1433
1815
  }, "strip", z.ZodTypeAny, {
1816
+ apiKey: string;
1434
1817
  enabled: boolean;
1435
- apiKey?: string | undefined;
1436
1818
  }, {
1437
- apiKey?: string | undefined;
1819
+ apiKey: string;
1438
1820
  enabled?: boolean | undefined;
1439
- }>, z.ZodObject<{
1440
- apiKey: z.ZodOptional<z.ZodString>;
1821
+ }>>;
1822
+ aws: z.ZodOptional<z.ZodObject<{
1441
1823
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1824
+ controllerRoleArn: z.ZodString;
1442
1825
  }, "strip", z.ZodTypeAny, {
1826
+ controllerRoleArn: string;
1443
1827
  enabled: boolean;
1444
- apiKey?: string | undefined;
1445
1828
  }, {
1446
- apiKey?: string | undefined;
1829
+ controllerRoleArn: string;
1447
1830
  enabled?: boolean | undefined;
1448
- }>]>>;
1831
+ }>>;
1832
+ id: z.ZodString;
1833
+ }, "strip", z.ZodTypeAny, {
1834
+ id: string;
1835
+ limits?: {
1836
+ cpu: number;
1837
+ } | undefined;
1838
+ gcp?: {
1839
+ project: string;
1840
+ enabled: boolean;
1841
+ } | undefined;
1842
+ hetzner?: {
1843
+ apiKey: string;
1844
+ enabled: boolean;
1845
+ } | undefined;
1846
+ aws?: {
1847
+ controllerRoleArn: string;
1848
+ enabled: boolean;
1849
+ } | undefined;
1850
+ }, {
1851
+ id: string;
1852
+ limits?: {
1853
+ cpu: number;
1854
+ } | undefined;
1855
+ gcp?: {
1856
+ project: string;
1857
+ enabled?: boolean | undefined;
1858
+ } | undefined;
1859
+ hetzner?: {
1860
+ apiKey: string;
1861
+ enabled?: boolean | undefined;
1862
+ } | undefined;
1863
+ aws?: {
1864
+ controllerRoleArn: string;
1865
+ enabled?: boolean | undefined;
1866
+ } | undefined;
1867
+ }>, "many">;
1868
+ export declare const zCreateFleetData: z.ZodObject<{
1869
+ limits: z.ZodOptional<z.ZodObject<{
1870
+ cpu: z.ZodNumber;
1871
+ }, "strip", z.ZodTypeAny, {
1872
+ cpu: number;
1873
+ }, {
1874
+ cpu: number;
1875
+ }>>;
1876
+ gcp: z.ZodOptional<z.ZodObject<{
1877
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1878
+ project: z.ZodString;
1879
+ }, "strip", z.ZodTypeAny, {
1880
+ project: string;
1881
+ enabled: boolean;
1882
+ }, {
1883
+ project: string;
1884
+ enabled?: boolean | undefined;
1885
+ }>>;
1886
+ hetzner: z.ZodOptional<z.ZodObject<{
1887
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1888
+ apiKey: z.ZodString;
1889
+ }, "strip", z.ZodTypeAny, {
1890
+ apiKey: string;
1891
+ enabled: boolean;
1892
+ }, {
1893
+ apiKey: string;
1894
+ enabled?: boolean | undefined;
1895
+ }>>;
1449
1896
  aws: z.ZodOptional<z.ZodObject<{
1450
1897
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1451
1898
  controllerRoleArn: z.ZodString;
@@ -1457,9 +1904,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1457
1904
  enabled?: boolean | undefined;
1458
1905
  }>>;
1459
1906
  id: z.ZodString;
1460
- type: z.ZodEnum<["managed", "connected"]>;
1461
1907
  }, "strip", z.ZodTypeAny, {
1462
- type: "connected" | "managed";
1463
1908
  id: string;
1464
1909
  limits?: {
1465
1910
  cpu: number;
@@ -1469,18 +1914,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1469
1914
  enabled: boolean;
1470
1915
  } | undefined;
1471
1916
  hetzner?: {
1917
+ apiKey: string;
1472
1918
  enabled: boolean;
1473
- apiKey?: string | undefined;
1474
- } | {
1475
- enabled: boolean;
1476
- apiKey?: string | undefined;
1477
1919
  } | undefined;
1478
1920
  aws?: {
1479
1921
  controllerRoleArn: string;
1480
1922
  enabled: boolean;
1481
1923
  } | undefined;
1482
1924
  }, {
1483
- type: "connected" | "managed";
1484
1925
  id: string;
1485
1926
  limits?: {
1486
1927
  cpu: number;
@@ -1490,19 +1931,45 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1490
1931
  enabled?: boolean | undefined;
1491
1932
  } | undefined;
1492
1933
  hetzner?: {
1493
- apiKey?: string | undefined;
1494
- enabled?: boolean | undefined;
1495
- } | {
1496
- apiKey?: string | undefined;
1934
+ apiKey: string;
1497
1935
  enabled?: boolean | undefined;
1498
1936
  } | undefined;
1499
1937
  aws?: {
1500
1938
  controllerRoleArn: string;
1501
1939
  enabled?: boolean | undefined;
1502
1940
  } | undefined;
1503
- }>, "many">;
1941
+ }>;
1942
+ /**
1943
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1944
+ */
1945
+ export declare const zCreateFleetParameterClusterId: z.ZodString;
1946
+ /**
1947
+ * Successfully created. Returns created Fleet ID.
1948
+ */
1504
1949
  export declare const zCreateFleetResponse: z.ZodString;
1950
+ /**
1951
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1952
+ */
1953
+ export declare const zDeleteFleetParameterClusterId: z.ZodString;
1954
+ /**
1955
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1956
+ */
1957
+ export declare const zDeleteFleetParameterFleetName: z.ZodString;
1958
+ /**
1959
+ * Successfully deleted.
1960
+ */
1505
1961
  export declare const zDeleteFleetResponse: z.ZodString;
1962
+ /**
1963
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1964
+ */
1965
+ export declare const zGetFleetParameterClusterId: z.ZodString;
1966
+ /**
1967
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1968
+ */
1969
+ export declare const zGetFleetParameterFleetName: z.ZodString;
1970
+ /**
1971
+ * Returns a single object containing fleet details.
1972
+ */
1506
1973
  export declare const zGetFleetResponse: z.ZodObject<{
1507
1974
  limits: z.ZodOptional<z.ZodObject<{
1508
1975
  cpu: z.ZodNumber;
@@ -1521,25 +1988,90 @@ export declare const zGetFleetResponse: z.ZodObject<{
1521
1988
  project: string;
1522
1989
  enabled?: boolean | undefined;
1523
1990
  }>>;
1524
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1991
+ hetzner: z.ZodOptional<z.ZodObject<{
1992
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1993
+ apiKey: z.ZodString;
1994
+ }, "strip", z.ZodTypeAny, {
1995
+ apiKey: string;
1996
+ enabled: boolean;
1997
+ }, {
1998
+ apiKey: string;
1999
+ enabled?: boolean | undefined;
2000
+ }>>;
2001
+ aws: z.ZodOptional<z.ZodObject<{
2002
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2003
+ controllerRoleArn: z.ZodString;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ controllerRoleArn: string;
2006
+ enabled: boolean;
2007
+ }, {
2008
+ controllerRoleArn: string;
2009
+ enabled?: boolean | undefined;
2010
+ }>>;
2011
+ id: z.ZodString;
2012
+ }, "strip", z.ZodTypeAny, {
2013
+ id: string;
2014
+ limits?: {
2015
+ cpu: number;
2016
+ } | undefined;
2017
+ gcp?: {
2018
+ project: string;
2019
+ enabled: boolean;
2020
+ } | undefined;
2021
+ hetzner?: {
2022
+ apiKey: string;
2023
+ enabled: boolean;
2024
+ } | undefined;
2025
+ aws?: {
2026
+ controllerRoleArn: string;
2027
+ enabled: boolean;
2028
+ } | undefined;
2029
+ }, {
2030
+ id: string;
2031
+ limits?: {
2032
+ cpu: number;
2033
+ } | undefined;
2034
+ gcp?: {
2035
+ project: string;
2036
+ enabled?: boolean | undefined;
2037
+ } | undefined;
2038
+ hetzner?: {
2039
+ apiKey: string;
2040
+ enabled?: boolean | undefined;
2041
+ } | undefined;
2042
+ aws?: {
2043
+ controllerRoleArn: string;
2044
+ enabled?: boolean | undefined;
2045
+ } | undefined;
2046
+ }>;
2047
+ export declare const zUpdateFleetData: z.ZodObject<{
2048
+ limits: z.ZodOptional<z.ZodObject<{
2049
+ cpu: z.ZodNumber;
2050
+ }, "strip", z.ZodTypeAny, {
2051
+ cpu: number;
2052
+ }, {
2053
+ cpu: number;
2054
+ }>>;
2055
+ gcp: z.ZodOptional<z.ZodObject<{
1525
2056
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1526
- apiKey: z.ZodOptional<z.ZodString>;
2057
+ project: z.ZodString;
1527
2058
  }, "strip", z.ZodTypeAny, {
2059
+ project: string;
1528
2060
  enabled: boolean;
1529
- apiKey?: string | undefined;
1530
2061
  }, {
1531
- apiKey?: string | undefined;
2062
+ project: string;
1532
2063
  enabled?: boolean | undefined;
1533
- }>, z.ZodObject<{
1534
- apiKey: z.ZodOptional<z.ZodString>;
2064
+ }>>;
2065
+ hetzner: z.ZodOptional<z.ZodObject<{
1535
2066
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2067
+ apiKey: z.ZodString;
1536
2068
  }, "strip", z.ZodTypeAny, {
2069
+ apiKey: string;
1537
2070
  enabled: boolean;
1538
- apiKey?: string | undefined;
1539
2071
  }, {
1540
- apiKey?: string | undefined;
2072
+ apiKey: string;
1541
2073
  enabled?: boolean | undefined;
1542
- }>]>>;
2074
+ }>>;
1543
2075
  aws: z.ZodOptional<z.ZodObject<{
1544
2076
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1545
2077
  controllerRoleArn: z.ZodString;
@@ -1550,11 +2082,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1550
2082
  controllerRoleArn: string;
1551
2083
  enabled?: boolean | undefined;
1552
2084
  }>>;
1553
- id: z.ZodString;
1554
- type: z.ZodEnum<["managed", "connected"]>;
1555
2085
  }, "strip", z.ZodTypeAny, {
1556
- type: "connected" | "managed";
1557
- id: string;
1558
2086
  limits?: {
1559
2087
  cpu: number;
1560
2088
  } | undefined;
@@ -1563,19 +2091,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1563
2091
  enabled: boolean;
1564
2092
  } | undefined;
1565
2093
  hetzner?: {
2094
+ apiKey: string;
1566
2095
  enabled: boolean;
1567
- apiKey?: string | undefined;
1568
- } | {
1569
- enabled: boolean;
1570
- apiKey?: string | undefined;
1571
2096
  } | undefined;
1572
2097
  aws?: {
1573
2098
  controllerRoleArn: string;
1574
2099
  enabled: boolean;
1575
2100
  } | undefined;
1576
2101
  }, {
1577
- type: "connected" | "managed";
1578
- id: string;
1579
2102
  limits?: {
1580
2103
  cpu: number;
1581
2104
  } | undefined;
@@ -1584,10 +2107,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1584
2107
  enabled?: boolean | undefined;
1585
2108
  } | undefined;
1586
2109
  hetzner?: {
1587
- apiKey?: string | undefined;
1588
- enabled?: boolean | undefined;
1589
- } | {
1590
- apiKey?: string | undefined;
2110
+ apiKey: string;
1591
2111
  enabled?: boolean | undefined;
1592
2112
  } | undefined;
1593
2113
  aws?: {
@@ -1595,7 +2115,25 @@ export declare const zGetFleetResponse: z.ZodObject<{
1595
2115
  enabled?: boolean | undefined;
1596
2116
  } | undefined;
1597
2117
  }>;
2118
+ /**
2119
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2120
+ */
2121
+ export declare const zUpdateFleetParameterClusterId: z.ZodString;
2122
+ /**
2123
+ * Unique identifier of the fleet. UUID v4 string in canonical form
2124
+ */
2125
+ export declare const zUpdateFleetParameterFleetName: z.ZodString;
2126
+ /**
2127
+ * Successfully updated.
2128
+ */
1598
2129
  export declare const zUpdateFleetResponse: z.ZodString;
2130
+ /**
2131
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2132
+ */
2133
+ export declare const zQueryClusterParameterClusterId: z.ZodString;
2134
+ /**
2135
+ * An array of clusters
2136
+ */
1599
2137
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1600
2138
  name: z.ZodString;
1601
2139
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1613,15 +2151,15 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1613
2151
  name: string;
1614
2152
  id: string;
1615
2153
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1616
- tier: "basic" | "pro";
1617
2154
  version_channel: string;
2155
+ tier: "basic" | "pro";
1618
2156
  ready?: boolean | undefined;
1619
2157
  region?: "staging" | "northamerica-central-1" | undefined;
1620
- endpoint?: string | undefined;
1621
- certificate_ca?: string | undefined;
1622
2158
  version_current?: string | undefined;
1623
2159
  created_at?: string | undefined;
1624
2160
  updated_at?: string | undefined;
2161
+ endpoint?: string | undefined;
2162
+ certificate_ca?: string | undefined;
1625
2163
  }, {
1626
2164
  name: string;
1627
2165
  id: string;
@@ -1629,15 +2167,48 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1629
2167
  tier: "basic" | "pro";
1630
2168
  ready?: boolean | undefined;
1631
2169
  region?: "staging" | "northamerica-central-1" | undefined;
1632
- endpoint?: string | undefined;
1633
2170
  version_channel?: string | undefined;
1634
- certificate_ca?: string | undefined;
1635
2171
  version_current?: string | undefined;
1636
2172
  created_at?: string | undefined;
1637
2173
  updated_at?: string | undefined;
2174
+ endpoint?: string | undefined;
2175
+ certificate_ca?: string | undefined;
1638
2176
  }>, "many">;
2177
+ export declare const zCreateClusterData: z.ZodObject<{
2178
+ name: z.ZodString;
2179
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
2180
+ tier: z.ZodEnum<["basic", "pro"]>;
2181
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2182
+ }, "strip", z.ZodTypeAny, {
2183
+ name: string;
2184
+ version_channel: string;
2185
+ tier: "basic" | "pro";
2186
+ region?: "staging" | "northamerica-central-1" | undefined;
2187
+ }, {
2188
+ name: string;
2189
+ tier: "basic" | "pro";
2190
+ region?: "staging" | "northamerica-central-1" | undefined;
2191
+ version_channel?: string | undefined;
2192
+ }>;
2193
+ /**
2194
+ * Successfully created. Returns created Cluster ID.
2195
+ */
1639
2196
  export declare const zCreateClusterResponse: z.ZodString;
2197
+ /**
2198
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2199
+ */
2200
+ export declare const zDeleteClusterParameterClusterId: z.ZodString;
2201
+ /**
2202
+ * Successfully deleted.
2203
+ */
1640
2204
  export declare const zDeleteClusterResponse: z.ZodString;
2205
+ /**
2206
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2207
+ */
2208
+ export declare const zGetClusterParameterClusterId: z.ZodString;
2209
+ /**
2210
+ * Returns a single object containing cluster details.
2211
+ */
1641
2212
  export declare const zGetClusterResponse: z.ZodObject<{
1642
2213
  name: z.ZodString;
1643
2214
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1655,15 +2226,15 @@ export declare const zGetClusterResponse: z.ZodObject<{
1655
2226
  name: string;
1656
2227
  id: string;
1657
2228
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1658
- tier: "basic" | "pro";
1659
2229
  version_channel: string;
2230
+ tier: "basic" | "pro";
1660
2231
  ready?: boolean | undefined;
1661
2232
  region?: "staging" | "northamerica-central-1" | undefined;
1662
- endpoint?: string | undefined;
1663
- certificate_ca?: string | undefined;
1664
2233
  version_current?: string | undefined;
1665
2234
  created_at?: string | undefined;
1666
2235
  updated_at?: string | undefined;
2236
+ endpoint?: string | undefined;
2237
+ certificate_ca?: string | undefined;
1667
2238
  }, {
1668
2239
  name: string;
1669
2240
  id: string;
@@ -1671,13 +2242,30 @@ export declare const zGetClusterResponse: z.ZodObject<{
1671
2242
  tier: "basic" | "pro";
1672
2243
  ready?: boolean | undefined;
1673
2244
  region?: "staging" | "northamerica-central-1" | undefined;
1674
- endpoint?: string | undefined;
1675
2245
  version_channel?: string | undefined;
1676
- certificate_ca?: string | undefined;
1677
2246
  version_current?: string | undefined;
1678
2247
  created_at?: string | undefined;
1679
2248
  updated_at?: string | undefined;
2249
+ endpoint?: string | undefined;
2250
+ certificate_ca?: string | undefined;
1680
2251
  }>;
2252
+ export declare const zUpdateClusterData: z.ZodObject<{
2253
+ name: z.ZodOptional<z.ZodString>;
2254
+ version_channel: z.ZodOptional<z.ZodString>;
2255
+ }, "strip", z.ZodTypeAny, {
2256
+ name?: string | undefined;
2257
+ version_channel?: string | undefined;
2258
+ }, {
2259
+ name?: string | undefined;
2260
+ version_channel?: string | undefined;
2261
+ }>;
2262
+ /**
2263
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2264
+ */
2265
+ export declare const zUpdateClusterParameterClusterId: z.ZodString;
2266
+ /**
2267
+ * Successfully updated. Returns updated cluster details.
2268
+ */
1681
2269
  export declare const zUpdateClusterResponse: z.ZodObject<{
1682
2270
  name: z.ZodString;
1683
2271
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1695,15 +2283,15 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1695
2283
  name: string;
1696
2284
  id: string;
1697
2285
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1698
- tier: "basic" | "pro";
1699
2286
  version_channel: string;
2287
+ tier: "basic" | "pro";
1700
2288
  ready?: boolean | undefined;
1701
2289
  region?: "staging" | "northamerica-central-1" | undefined;
1702
- endpoint?: string | undefined;
1703
- certificate_ca?: string | undefined;
1704
2290
  version_current?: string | undefined;
1705
2291
  created_at?: string | undefined;
1706
2292
  updated_at?: string | undefined;
2293
+ endpoint?: string | undefined;
2294
+ certificate_ca?: string | undefined;
1707
2295
  }, {
1708
2296
  name: string;
1709
2297
  id: string;
@@ -1711,13 +2299,20 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1711
2299
  tier: "basic" | "pro";
1712
2300
  ready?: boolean | undefined;
1713
2301
  region?: "staging" | "northamerica-central-1" | undefined;
1714
- endpoint?: string | undefined;
1715
2302
  version_channel?: string | undefined;
1716
- certificate_ca?: string | undefined;
1717
2303
  version_current?: string | undefined;
1718
2304
  created_at?: string | undefined;
1719
2305
  updated_at?: string | undefined;
2306
+ endpoint?: string | undefined;
2307
+ certificate_ca?: string | undefined;
1720
2308
  }>;
2309
+ /**
2310
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2311
+ */
2312
+ export declare const zGetJoinInformationParameterClusterId: z.ZodString;
2313
+ /**
2314
+ * An object of cluster join information
2315
+ */
1721
2316
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1722
2317
  name: z.ZodString;
1723
2318
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1735,15 +2330,15 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1735
2330
  name: string;
1736
2331
  id: string;
1737
2332
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1738
- tier: "basic" | "pro";
1739
2333
  version_channel: string;
2334
+ tier: "basic" | "pro";
1740
2335
  ready?: boolean | undefined;
1741
2336
  region?: "staging" | "northamerica-central-1" | undefined;
1742
- endpoint?: string | undefined;
1743
- certificate_ca?: string | undefined;
1744
2337
  version_current?: string | undefined;
1745
2338
  created_at?: string | undefined;
1746
2339
  updated_at?: string | undefined;
2340
+ endpoint?: string | undefined;
2341
+ certificate_ca?: string | undefined;
1747
2342
  }, {
1748
2343
  name: string;
1749
2344
  id: string;
@@ -1751,13 +2346,16 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1751
2346
  tier: "basic" | "pro";
1752
2347
  ready?: boolean | undefined;
1753
2348
  region?: "staging" | "northamerica-central-1" | undefined;
1754
- endpoint?: string | undefined;
1755
2349
  version_channel?: string | undefined;
1756
- certificate_ca?: string | undefined;
1757
2350
  version_current?: string | undefined;
1758
2351
  created_at?: string | undefined;
1759
2352
  updated_at?: string | undefined;
2353
+ endpoint?: string | undefined;
2354
+ certificate_ca?: string | undefined;
1760
2355
  }>;
2356
+ /**
2357
+ * An array of invites
2358
+ */
1761
2359
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1762
2360
  id: z.ZodOptional<z.ZodString>;
1763
2361
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1777,6 +2375,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1777
2375
  email?: string | undefined;
1778
2376
  organization_id?: string | undefined;
1779
2377
  }>, "many">;
2378
+ export declare const zCreateInviteData: z.ZodObject<{
2379
+ email: z.ZodOptional<z.ZodString>;
2380
+ }, "strip", z.ZodTypeAny, {
2381
+ email?: string | undefined;
2382
+ }, {
2383
+ email?: string | undefined;
2384
+ }>;
2385
+ /**
2386
+ * Successfully created. Returns created invite details.
2387
+ */
1780
2388
  export declare const zCreateInviteResponse: z.ZodObject<{
1781
2389
  id: z.ZodOptional<z.ZodString>;
1782
2390
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1796,6 +2404,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1796
2404
  email?: string | undefined;
1797
2405
  organization_id?: string | undefined;
1798
2406
  }>;
2407
+ /**
2408
+ * Invitation code
2409
+ */
2410
+ export declare const zGetInviteParameterCode: z.ZodString;
2411
+ /**
2412
+ * Returns a single object containing invite details.
2413
+ */
1799
2414
  export declare const zGetInviteResponse: z.ZodObject<{
1800
2415
  id: z.ZodOptional<z.ZodString>;
1801
2416
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1815,6 +2430,125 @@ export declare const zGetInviteResponse: z.ZodObject<{
1815
2430
  email?: string | undefined;
1816
2431
  organization_id?: string | undefined;
1817
2432
  }>;
2433
+ /**
2434
+ * User email address
2435
+ */
2436
+ export declare const zDeleteInviteParameterEmail: z.ZodString;
2437
+ /**
2438
+ * An array of chart listings in the marketplace.
2439
+ */
2440
+ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2441
+ id: z.ZodString;
2442
+ name: z.ZodString;
2443
+ developer: z.ZodString;
2444
+ description: z.ZodString;
2445
+ logoUrl: z.ZodString;
2446
+ longDescription: z.ZodString;
2447
+ categories: z.ZodArray<z.ZodString, "many">;
2448
+ version_channels: z.ZodArray<z.ZodString, "many">;
2449
+ value_schemas: z.ZodArray<z.ZodObject<{
2450
+ version: z.ZodString;
2451
+ schema: z.ZodString;
2452
+ placeholder: z.ZodString;
2453
+ }, "strip", z.ZodTypeAny, {
2454
+ version: string;
2455
+ schema: string;
2456
+ placeholder: string;
2457
+ }, {
2458
+ version: string;
2459
+ schema: string;
2460
+ placeholder: string;
2461
+ }>, "many">;
2462
+ }, "strip", z.ZodTypeAny, {
2463
+ name: string;
2464
+ id: string;
2465
+ description: string;
2466
+ developer: string;
2467
+ logoUrl: string;
2468
+ longDescription: string;
2469
+ categories: string[];
2470
+ version_channels: string[];
2471
+ value_schemas: {
2472
+ version: string;
2473
+ schema: string;
2474
+ placeholder: string;
2475
+ }[];
2476
+ }, {
2477
+ name: string;
2478
+ id: string;
2479
+ description: string;
2480
+ developer: string;
2481
+ logoUrl: string;
2482
+ longDescription: string;
2483
+ categories: string[];
2484
+ version_channels: string[];
2485
+ value_schemas: {
2486
+ version: string;
2487
+ schema: string;
2488
+ placeholder: string;
2489
+ }[];
2490
+ }>, "many">;
2491
+ /**
2492
+ * Unique identifier of the chart listing in the marketplace.
2493
+ */
2494
+ export declare const zGetMarketplaceChartParameterListingId: z.ZodString;
2495
+ /**
2496
+ * Returns an object containing the chart listing details.
2497
+ */
2498
+ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2499
+ id: z.ZodString;
2500
+ name: z.ZodString;
2501
+ developer: z.ZodString;
2502
+ description: z.ZodString;
2503
+ logoUrl: z.ZodString;
2504
+ longDescription: z.ZodString;
2505
+ categories: z.ZodArray<z.ZodString, "many">;
2506
+ version_channels: z.ZodArray<z.ZodString, "many">;
2507
+ value_schemas: z.ZodArray<z.ZodObject<{
2508
+ version: z.ZodString;
2509
+ schema: z.ZodString;
2510
+ placeholder: z.ZodString;
2511
+ }, "strip", z.ZodTypeAny, {
2512
+ version: string;
2513
+ schema: string;
2514
+ placeholder: string;
2515
+ }, {
2516
+ version: string;
2517
+ schema: string;
2518
+ placeholder: string;
2519
+ }>, "many">;
2520
+ }, "strip", z.ZodTypeAny, {
2521
+ name: string;
2522
+ id: string;
2523
+ description: string;
2524
+ developer: string;
2525
+ logoUrl: string;
2526
+ longDescription: string;
2527
+ categories: string[];
2528
+ version_channels: string[];
2529
+ value_schemas: {
2530
+ version: string;
2531
+ schema: string;
2532
+ placeholder: string;
2533
+ }[];
2534
+ }, {
2535
+ name: string;
2536
+ id: string;
2537
+ description: string;
2538
+ developer: string;
2539
+ logoUrl: string;
2540
+ longDescription: string;
2541
+ categories: string[];
2542
+ version_channels: string[];
2543
+ value_schemas: {
2544
+ version: string;
2545
+ schema: string;
2546
+ placeholder: string;
2547
+ }[];
2548
+ }>;
2549
+ /**
2550
+ * Returns a single object containing organization details.
2551
+ */
1818
2552
  export declare const zGetOrganizationResponse: z.ZodObject<{
1819
2553
  id: z.ZodString;
1820
2554
  name: z.ZodOptional<z.ZodString>;
@@ -1825,7 +2559,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1825
2559
  pro_clusters_max: z.ZodNumber;
1826
2560
  pro_clusters_available: z.ZodNumber;
1827
2561
  fleets_max: z.ZodNumber;
1828
- managed_fleets_cpu_max: z.ZodNumber;
1829
2562
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
1830
2563
  regions: z.ZodArray<z.ZodString, "many">;
1831
2564
  versions: z.ZodArray<z.ZodObject<{
@@ -1848,7 +2581,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1848
2581
  pro_clusters_max: number;
1849
2582
  pro_clusters_available: number;
1850
2583
  fleets_max: number;
1851
- managed_fleets_cpu_max: number;
1852
2584
  cluster_tiers: string[];
1853
2585
  regions: string[];
1854
2586
  }, {
@@ -1861,7 +2593,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1861
2593
  pro_clusters_max: number;
1862
2594
  pro_clusters_available: number;
1863
2595
  fleets_max: number;
1864
- managed_fleets_cpu_max: number;
1865
2596
  cluster_tiers: string[];
1866
2597
  regions: string[];
1867
2598
  }>;
@@ -1880,7 +2611,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1880
2611
  pro_clusters_max: number;
1881
2612
  pro_clusters_available: number;
1882
2613
  fleets_max: number;
1883
- managed_fleets_cpu_max: number;
1884
2614
  cluster_tiers: string[];
1885
2615
  regions: string[];
1886
2616
  };
@@ -1899,12 +2629,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1899
2629
  pro_clusters_max: number;
1900
2630
  pro_clusters_available: number;
1901
2631
  fleets_max: number;
1902
- managed_fleets_cpu_max: number;
1903
2632
  cluster_tiers: string[];
1904
2633
  regions: string[];
1905
2634
  };
1906
2635
  name?: string | undefined;
1907
2636
  }>;
2637
+ export declare const zCreateOrganizationData: z.ZodObject<{
2638
+ email: z.ZodString;
2639
+ first_name: z.ZodString;
2640
+ last_name: z.ZodString;
2641
+ company_name: z.ZodString;
2642
+ password: z.ZodString;
2643
+ }, "strip", z.ZodTypeAny, {
2644
+ email: string;
2645
+ first_name: string;
2646
+ last_name: string;
2647
+ company_name: string;
2648
+ password: string;
2649
+ }, {
2650
+ email: string;
2651
+ first_name: string;
2652
+ last_name: string;
2653
+ company_name: string;
2654
+ password: string;
2655
+ }>;
2656
+ /**
2657
+ * Returns a list of access token details with masked secrets.
2658
+ */
1908
2659
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1909
2660
  name: z.ZodString;
1910
2661
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1924,6 +2675,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1924
2675
  id?: string | undefined;
1925
2676
  secret?: string | undefined;
1926
2677
  }>, "many">;
2678
+ export declare const zCreateTokenData: z.ZodObject<{
2679
+ name: z.ZodString;
2680
+ role: z.ZodEnum<["Administrator", "User"]>;
2681
+ }, "strip", z.ZodTypeAny, {
2682
+ name: string;
2683
+ role: "Administrator" | "User";
2684
+ }, {
2685
+ name: string;
2686
+ role: "Administrator" | "User";
2687
+ }>;
2688
+ /**
2689
+ * Successfully created. Returns created token details with unmasked/raw secret.
2690
+ */
1927
2691
  export declare const zCreateTokenResponse: z.ZodObject<{
1928
2692
  name: z.ZodString;
1929
2693
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1943,6 +2707,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
1943
2707
  id?: string | undefined;
1944
2708
  secret?: string | undefined;
1945
2709
  }>;
2710
+ /**
2711
+ * Generated unique identifier of the access token.
2712
+ */
2713
+ export declare const zDeleteTokenParameterTokenId: z.ZodString;
2714
+ /**
2715
+ * Generated unique identifier of the access token.
2716
+ */
2717
+ export declare const zGetTokenParameterTokenId: z.ZodString;
2718
+ /**
2719
+ * Returns access token details with masked secret.
2720
+ */
1946
2721
  export declare const zGetTokenResponse: z.ZodObject<{
1947
2722
  name: z.ZodString;
1948
2723
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1962,6 +2737,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
1962
2737
  id?: string | undefined;
1963
2738
  secret?: string | undefined;
1964
2739
  }>;
2740
+ export declare const zUpdateTokenData: z.ZodObject<{
2741
+ name: z.ZodOptional<z.ZodString>;
2742
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2743
+ }, "strip", z.ZodTypeAny, {
2744
+ name?: string | undefined;
2745
+ role?: "Administrator" | "User" | undefined;
2746
+ }, {
2747
+ name?: string | undefined;
2748
+ role?: "Administrator" | "User" | undefined;
2749
+ }>;
2750
+ /**
2751
+ * Generated unique identifier of the access token.
2752
+ */
2753
+ export declare const zUpdateTokenParameterTokenId: z.ZodString;
2754
+ /**
2755
+ * Successfully updated. Returns updated token details with masked secret.
2756
+ */
1965
2757
  export declare const zUpdateTokenResponse: z.ZodObject<{
1966
2758
  name: z.ZodString;
1967
2759
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -1981,6 +2773,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
1981
2773
  id?: string | undefined;
1982
2774
  secret?: string | undefined;
1983
2775
  }>;
2776
+ /**
2777
+ * Generated unique identifier of the access token.
2778
+ */
2779
+ export declare const zRegenerateTokenParameterTokenId: z.ZodString;
2780
+ /**
2781
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
2782
+ */
1984
2783
  export declare const zRegenerateTokenResponse: z.ZodObject<{
1985
2784
  name: z.ZodString;
1986
2785
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2000,6 +2799,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2000
2799
  id?: string | undefined;
2001
2800
  secret?: string | undefined;
2002
2801
  }>;
2802
+ /**
2803
+ * User email address.
2804
+ */
2805
+ export declare const zListUserOrganizationsParameterEmail: z.ZodString;
2806
+ /**
2807
+ * An array of organizations the user belongs to.
2808
+ */
2003
2809
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2004
2810
  realm: z.ZodOptional<z.ZodString>;
2005
2811
  displayName: z.ZodOptional<z.ZodString>;
@@ -2010,6 +2816,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2010
2816
  realm?: string | undefined;
2011
2817
  displayName?: string | undefined;
2012
2818
  }>, "many">;
2819
+ /**
2820
+ * An array of users
2821
+ */
2013
2822
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2014
2823
  email: z.ZodString;
2015
2824
  first_name: z.ZodString;
@@ -2035,6 +2844,34 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2035
2844
  last_name: string;
2036
2845
  date_created: string;
2037
2846
  }>, "many">;
2847
+ export declare const zCreateUserData: z.ZodObject<{
2848
+ email: z.ZodString;
2849
+ first_name: z.ZodString;
2850
+ last_name: z.ZodString;
2851
+ code: z.ZodString;
2852
+ password: z.ZodString;
2853
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2854
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2855
+ }, "strip", z.ZodTypeAny, {
2856
+ code: string;
2857
+ email: string;
2858
+ first_name: string;
2859
+ last_name: string;
2860
+ password: string;
2861
+ role?: "Administrator" | "User" | undefined;
2862
+ status?: "active" | "inactive" | undefined;
2863
+ }, {
2864
+ code: string;
2865
+ email: string;
2866
+ first_name: string;
2867
+ last_name: string;
2868
+ password: string;
2869
+ role?: "Administrator" | "User" | undefined;
2870
+ status?: "active" | "inactive" | undefined;
2871
+ }>;
2872
+ /**
2873
+ * Successfully created. Returns created user details.
2874
+ */
2038
2875
  export declare const zCreateUserResponse: z.ZodObject<{
2039
2876
  email: z.ZodString;
2040
2877
  first_name: z.ZodString;
@@ -2060,6 +2897,13 @@ export declare const zCreateUserResponse: z.ZodObject<{
2060
2897
  last_name: string;
2061
2898
  date_created: string;
2062
2899
  }>;
2900
+ /**
2901
+ * Unique user identifier. UUID v4 string in canonical form
2902
+ */
2903
+ export declare const zDeleteUserParameterUserId: z.ZodString;
2904
+ /**
2905
+ * User profile information
2906
+ */
2063
2907
  export declare const zDeleteUserResponse: z.ZodObject<{
2064
2908
  email: z.ZodString;
2065
2909
  first_name: z.ZodString;
@@ -2085,6 +2929,13 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2085
2929
  last_name: string;
2086
2930
  date_created: string;
2087
2931
  }>;
2932
+ /**
2933
+ * Unique user identifier. UUID v4 string in canonical form
2934
+ */
2935
+ export declare const zGetUserParameterUserId: z.ZodString;
2936
+ /**
2937
+ * User profile information
2938
+ */
2088
2939
  export declare const zGetUserResponse: z.ZodObject<{
2089
2940
  email: z.ZodString;
2090
2941
  first_name: z.ZodString;
@@ -2110,6 +2961,32 @@ export declare const zGetUserResponse: z.ZodObject<{
2110
2961
  last_name: string;
2111
2962
  date_created: string;
2112
2963
  }>;
2964
+ export declare const zUpdateUserData: z.ZodObject<{
2965
+ email: z.ZodOptional<z.ZodString>;
2966
+ first_name: z.ZodOptional<z.ZodString>;
2967
+ last_name: z.ZodOptional<z.ZodString>;
2968
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2969
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2970
+ }, "strip", z.ZodTypeAny, {
2971
+ role?: "Administrator" | "User" | undefined;
2972
+ email?: string | undefined;
2973
+ status?: "active" | "inactive" | undefined;
2974
+ first_name?: string | undefined;
2975
+ last_name?: string | undefined;
2976
+ }, {
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
+ /**
2984
+ * Unique user identifier. UUID v4 string in canonical form
2985
+ */
2986
+ export declare const zUpdateUserParameterUserId: z.ZodString;
2987
+ /**
2988
+ * Successfully created. Returns created user details.
2989
+ */
2113
2990
  export declare const zUpdateUserResponse: z.ZodObject<{
2114
2991
  email: z.ZodString;
2115
2992
  first_name: z.ZodString;