@cloudfleet/sdk 0.0.1-42b710c → 0.0.1-48f3efe

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<{
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>;
285
+ hetzner: z.ZodOptional<z.ZodObject<{
196
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
287
+ apiKey: z.ZodString;
197
288
  }, "strip", z.ZodTypeAny, {
289
+ apiKey: string;
198
290
  enabled: boolean;
199
- apiKey?: string | undefined;
200
291
  }, {
201
- apiKey?: string | undefined;
292
+ apiKey: string;
202
293
  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<{
433
+ hetzner: z.ZodOptional<z.ZodObject<{
370
434
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
371
- apiKey: z.ZodOptional<z.ZodString>;
435
+ apiKey: z.ZodString;
372
436
  }, "strip", z.ZodTypeAny, {
437
+ apiKey: string;
373
438
  enabled: boolean;
374
- apiKey?: string | undefined;
375
439
  }, {
376
- apiKey?: string | undefined;
440
+ apiKey: string;
377
441
  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
- }>]>>;
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 | "";
@@ -959,16 +1054,6 @@ export declare const zUser: z.ZodObject<{
959
1054
  status: z.ZodEnum<["active", "inactive"]>;
960
1055
  id: z.ZodString;
961
1056
  date_created: z.ZodString;
962
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
963
- cluster_id: z.ZodString;
964
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
965
- }, "strip", z.ZodTypeAny, {
966
- cluster_id: string;
967
- permissions: "readonly" | "readwrite";
968
- }, {
969
- cluster_id: string;
970
- permissions: "readonly" | "readwrite";
971
- }>, "many">>;
972
1057
  }, "strip", z.ZodTypeAny, {
973
1058
  id: string;
974
1059
  role: "Administrator" | "User";
@@ -977,10 +1062,6 @@ export declare const zUser: z.ZodObject<{
977
1062
  first_name: string;
978
1063
  last_name: string;
979
1064
  date_created: string;
980
- cluster_permissions?: {
981
- cluster_id: string;
982
- permissions: "readonly" | "readwrite";
983
- }[] | undefined;
984
1065
  }, {
985
1066
  id: string;
986
1067
  role: "Administrator" | "User";
@@ -989,10 +1070,6 @@ export declare const zUser: z.ZodObject<{
989
1070
  first_name: string;
990
1071
  last_name: string;
991
1072
  date_created: string;
992
- cluster_permissions?: {
993
- cluster_id: string;
994
- permissions: "readonly" | "readwrite";
995
- }[] | undefined;
996
1073
  }>;
997
1074
  export declare const zUserUpdateInput: z.ZodObject<{
998
1075
  email: z.ZodOptional<z.ZodString>;
@@ -1016,8 +1093,8 @@ export declare const zUserUpdateInput: z.ZodObject<{
1016
1093
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1017
1094
  hour: z.ZodOptional<z.ZodString>;
1018
1095
  cluster_id: z.ZodString;
1019
- cluster_tier: z.ZodEnum<[""]>;
1020
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
1096
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
1097
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
1021
1098
  node_name: z.ZodString;
1022
1099
  sku: z.ZodString;
1023
1100
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1027,10 +1104,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1027
1104
  }, "strip", z.ZodTypeAny, {
1028
1105
  total: number | "";
1029
1106
  cpu: number | "";
1030
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1107
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1031
1108
  value: number | "";
1032
1109
  cluster_id: string;
1033
- cluster_tier: "";
1110
+ cluster_tier: "" | "basic" | "pro";
1034
1111
  node_name: string;
1035
1112
  sku: string;
1036
1113
  price: number | "";
@@ -1038,10 +1115,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1038
1115
  }, {
1039
1116
  total: number | "";
1040
1117
  cpu: number | "";
1041
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1118
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1042
1119
  value: number | "";
1043
1120
  cluster_id: string;
1044
- cluster_tier: "";
1121
+ cluster_tier: "" | "basic" | "pro";
1045
1122
  node_name: string;
1046
1123
  sku: string;
1047
1124
  price: number | "";
@@ -1365,6 +1442,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1365
1442
  email: z.ZodString;
1366
1443
  first_name: z.ZodString;
1367
1444
  last_name: z.ZodString;
1445
+ tax_id: z.ZodOptional<z.ZodString>;
1446
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1368
1447
  }, "strip", z.ZodTypeAny, {
1369
1448
  email: string;
1370
1449
  first_name: string;
@@ -1377,6 +1456,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1377
1456
  postalCode?: string | undefined;
1378
1457
  city?: string | undefined;
1379
1458
  phone?: string | undefined;
1459
+ tax_id?: string | undefined;
1460
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1380
1461
  }, {
1381
1462
  email: string;
1382
1463
  first_name: string;
@@ -1389,6 +1470,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1389
1470
  postalCode?: string | undefined;
1390
1471
  city?: string | undefined;
1391
1472
  phone?: string | undefined;
1473
+ tax_id?: string | undefined;
1474
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1392
1475
  }>;
1393
1476
  export declare const zUpdateContactResponse: z.ZodObject<{
1394
1477
  company: z.ZodOptional<z.ZodString>;
@@ -1402,6 +1485,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1402
1485
  email: z.ZodString;
1403
1486
  first_name: z.ZodString;
1404
1487
  last_name: z.ZodString;
1488
+ tax_id: z.ZodOptional<z.ZodString>;
1489
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1405
1490
  }, "strip", z.ZodTypeAny, {
1406
1491
  email: string;
1407
1492
  first_name: string;
@@ -1414,6 +1499,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1414
1499
  postalCode?: string | undefined;
1415
1500
  city?: string | undefined;
1416
1501
  phone?: string | undefined;
1502
+ tax_id?: string | undefined;
1503
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1417
1504
  }, {
1418
1505
  email: string;
1419
1506
  first_name: string;
@@ -1426,7 +1513,111 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1426
1513
  postalCode?: string | undefined;
1427
1514
  city?: string | undefined;
1428
1515
  phone?: string | undefined;
1516
+ tax_id?: string | undefined;
1517
+ 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;
1518
+ }>;
1519
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1520
+ id: z.ZodOptional<z.ZodString>;
1521
+ date_created: z.ZodString;
1522
+ code: z.ZodString;
1523
+ description: z.ZodOptional<z.ZodString>;
1524
+ products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1525
+ type: z.ZodEnum<["credit", "discount"]>;
1526
+ value: z.ZodNumber;
1527
+ billing_period: z.ZodString;
1528
+ value_remaining: z.ZodOptional<z.ZodNumber>;
1529
+ }, "strip", z.ZodTypeAny, {
1530
+ code: string;
1531
+ type: "credit" | "discount";
1532
+ value: number;
1533
+ date_created: string;
1534
+ billing_period: string;
1535
+ id?: string | undefined;
1536
+ description?: string | undefined;
1537
+ products?: string[] | undefined;
1538
+ value_remaining?: number | undefined;
1539
+ }, {
1540
+ code: string;
1541
+ type: "credit" | "discount";
1542
+ value: number;
1543
+ date_created: string;
1544
+ billing_period: string;
1545
+ id?: string | undefined;
1546
+ description?: string | undefined;
1547
+ products?: string[] | undefined;
1548
+ value_remaining?: number | undefined;
1549
+ }>, "many">;
1550
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1551
+ values: z.ZodString;
1552
+ version_channel: z.ZodString;
1553
+ name: z.ZodString;
1554
+ namespace: z.ZodString;
1555
+ chart: z.ZodString;
1556
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1557
+ version_current: z.ZodString;
1558
+ created_at: z.ZodString;
1559
+ updated_at: z.ZodString;
1560
+ ready: z.ZodBoolean;
1561
+ }, "strip", z.ZodTypeAny, {
1562
+ values: string;
1563
+ name: string;
1564
+ ready: boolean;
1565
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1566
+ version_channel: string;
1567
+ namespace: string;
1568
+ chart: string;
1569
+ version_current: string;
1570
+ created_at: string;
1571
+ updated_at: string;
1572
+ }, {
1573
+ values: string;
1574
+ name: string;
1575
+ ready: boolean;
1576
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1577
+ version_channel: string;
1578
+ namespace: string;
1579
+ chart: string;
1580
+ version_current: string;
1581
+ created_at: string;
1582
+ updated_at: string;
1583
+ }>, "many">;
1584
+ export declare const zCreateChartResponse: z.ZodString;
1585
+ export declare const zDeleteChartResponse: z.ZodString;
1586
+ export declare const zGetChartResponse: z.ZodObject<{
1587
+ values: z.ZodString;
1588
+ version_channel: z.ZodString;
1589
+ name: z.ZodString;
1590
+ namespace: z.ZodString;
1591
+ chart: z.ZodString;
1592
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1593
+ version_current: z.ZodString;
1594
+ created_at: z.ZodString;
1595
+ updated_at: z.ZodString;
1596
+ ready: z.ZodBoolean;
1597
+ }, "strip", z.ZodTypeAny, {
1598
+ values: string;
1599
+ name: string;
1600
+ ready: boolean;
1601
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1602
+ version_channel: string;
1603
+ namespace: string;
1604
+ chart: string;
1605
+ version_current: string;
1606
+ created_at: string;
1607
+ updated_at: string;
1608
+ }, {
1609
+ values: string;
1610
+ name: string;
1611
+ ready: boolean;
1612
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1613
+ version_channel: string;
1614
+ namespace: string;
1615
+ chart: string;
1616
+ version_current: string;
1617
+ created_at: string;
1618
+ updated_at: string;
1429
1619
  }>;
1620
+ export declare const zUpdateChartResponse: z.ZodString;
1430
1621
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1431
1622
  limits: z.ZodOptional<z.ZodObject<{
1432
1623
  cpu: z.ZodNumber;
@@ -1445,25 +1636,16 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1445
1636
  project: string;
1446
1637
  enabled?: boolean | undefined;
1447
1638
  }>>;
1448
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1449
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1450
- apiKey: z.ZodOptional<z.ZodString>;
1451
- }, "strip", z.ZodTypeAny, {
1452
- enabled: boolean;
1453
- apiKey?: string | undefined;
1454
- }, {
1455
- apiKey?: string | undefined;
1456
- enabled?: boolean | undefined;
1457
- }>, z.ZodObject<{
1458
- apiKey: z.ZodOptional<z.ZodString>;
1639
+ hetzner: z.ZodOptional<z.ZodObject<{
1459
1640
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1641
+ apiKey: z.ZodString;
1460
1642
  }, "strip", z.ZodTypeAny, {
1643
+ apiKey: string;
1461
1644
  enabled: boolean;
1462
- apiKey?: string | undefined;
1463
1645
  }, {
1464
- apiKey?: string | undefined;
1646
+ apiKey: string;
1465
1647
  enabled?: boolean | undefined;
1466
- }>]>>;
1648
+ }>>;
1467
1649
  aws: z.ZodOptional<z.ZodObject<{
1468
1650
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1469
1651
  controllerRoleArn: z.ZodString;
@@ -1475,9 +1657,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1475
1657
  enabled?: boolean | undefined;
1476
1658
  }>>;
1477
1659
  id: z.ZodString;
1478
- type: z.ZodEnum<["managed", "connected"]>;
1479
1660
  }, "strip", z.ZodTypeAny, {
1480
- type: "connected" | "managed";
1481
1661
  id: string;
1482
1662
  limits?: {
1483
1663
  cpu: number;
@@ -1487,18 +1667,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1487
1667
  enabled: boolean;
1488
1668
  } | undefined;
1489
1669
  hetzner?: {
1670
+ apiKey: string;
1490
1671
  enabled: boolean;
1491
- apiKey?: string | undefined;
1492
- } | {
1493
- enabled: boolean;
1494
- apiKey?: string | undefined;
1495
1672
  } | undefined;
1496
1673
  aws?: {
1497
1674
  controllerRoleArn: string;
1498
1675
  enabled: boolean;
1499
1676
  } | undefined;
1500
1677
  }, {
1501
- type: "connected" | "managed";
1502
1678
  id: string;
1503
1679
  limits?: {
1504
1680
  cpu: number;
@@ -1508,10 +1684,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1508
1684
  enabled?: boolean | undefined;
1509
1685
  } | undefined;
1510
1686
  hetzner?: {
1511
- apiKey?: string | undefined;
1512
- enabled?: boolean | undefined;
1513
- } | {
1514
- apiKey?: string | undefined;
1687
+ apiKey: string;
1515
1688
  enabled?: boolean | undefined;
1516
1689
  } | undefined;
1517
1690
  aws?: {
@@ -1539,25 +1712,16 @@ export declare const zGetFleetResponse: z.ZodObject<{
1539
1712
  project: string;
1540
1713
  enabled?: boolean | undefined;
1541
1714
  }>>;
1542
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1715
+ hetzner: z.ZodOptional<z.ZodObject<{
1543
1716
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1544
- apiKey: z.ZodOptional<z.ZodString>;
1717
+ apiKey: z.ZodString;
1545
1718
  }, "strip", z.ZodTypeAny, {
1719
+ apiKey: string;
1546
1720
  enabled: boolean;
1547
- apiKey?: string | undefined;
1548
1721
  }, {
1549
- apiKey?: string | undefined;
1722
+ apiKey: string;
1550
1723
  enabled?: boolean | undefined;
1551
- }>, z.ZodObject<{
1552
- apiKey: z.ZodOptional<z.ZodString>;
1553
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1554
- }, "strip", z.ZodTypeAny, {
1555
- enabled: boolean;
1556
- apiKey?: string | undefined;
1557
- }, {
1558
- apiKey?: string | undefined;
1559
- enabled?: boolean | undefined;
1560
- }>]>>;
1724
+ }>>;
1561
1725
  aws: z.ZodOptional<z.ZodObject<{
1562
1726
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1563
1727
  controllerRoleArn: z.ZodString;
@@ -1569,9 +1733,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1569
1733
  enabled?: boolean | undefined;
1570
1734
  }>>;
1571
1735
  id: z.ZodString;
1572
- type: z.ZodEnum<["managed", "connected"]>;
1573
1736
  }, "strip", z.ZodTypeAny, {
1574
- type: "connected" | "managed";
1575
1737
  id: string;
1576
1738
  limits?: {
1577
1739
  cpu: number;
@@ -1581,18 +1743,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1581
1743
  enabled: boolean;
1582
1744
  } | undefined;
1583
1745
  hetzner?: {
1746
+ apiKey: string;
1584
1747
  enabled: boolean;
1585
- apiKey?: string | undefined;
1586
- } | {
1587
- enabled: boolean;
1588
- apiKey?: string | undefined;
1589
1748
  } | undefined;
1590
1749
  aws?: {
1591
1750
  controllerRoleArn: string;
1592
1751
  enabled: boolean;
1593
1752
  } | undefined;
1594
1753
  }, {
1595
- type: "connected" | "managed";
1596
1754
  id: string;
1597
1755
  limits?: {
1598
1756
  cpu: number;
@@ -1602,10 +1760,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1602
1760
  enabled?: boolean | undefined;
1603
1761
  } | undefined;
1604
1762
  hetzner?: {
1605
- apiKey?: string | undefined;
1606
- enabled?: boolean | undefined;
1607
- } | {
1608
- apiKey?: string | undefined;
1763
+ apiKey: string;
1609
1764
  enabled?: boolean | undefined;
1610
1765
  } | undefined;
1611
1766
  aws?: {
@@ -1631,15 +1786,15 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1631
1786
  name: string;
1632
1787
  id: string;
1633
1788
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1634
- tier: "basic" | "pro";
1635
1789
  version_channel: string;
1790
+ tier: "basic" | "pro";
1636
1791
  ready?: boolean | undefined;
1637
1792
  region?: "staging" | "northamerica-central-1" | undefined;
1638
- endpoint?: string | undefined;
1639
- certificate_ca?: string | undefined;
1640
1793
  version_current?: string | undefined;
1641
1794
  created_at?: string | undefined;
1642
1795
  updated_at?: string | undefined;
1796
+ endpoint?: string | undefined;
1797
+ certificate_ca?: string | undefined;
1643
1798
  }, {
1644
1799
  name: string;
1645
1800
  id: string;
@@ -1647,12 +1802,12 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1647
1802
  tier: "basic" | "pro";
1648
1803
  ready?: boolean | undefined;
1649
1804
  region?: "staging" | "northamerica-central-1" | undefined;
1650
- endpoint?: string | undefined;
1651
1805
  version_channel?: string | undefined;
1652
- certificate_ca?: string | undefined;
1653
1806
  version_current?: string | undefined;
1654
1807
  created_at?: string | undefined;
1655
1808
  updated_at?: string | undefined;
1809
+ endpoint?: string | undefined;
1810
+ certificate_ca?: string | undefined;
1656
1811
  }>, "many">;
1657
1812
  export declare const zCreateClusterResponse: z.ZodString;
1658
1813
  export declare const zDeleteClusterResponse: z.ZodString;
@@ -1673,15 +1828,15 @@ export declare const zGetClusterResponse: z.ZodObject<{
1673
1828
  name: string;
1674
1829
  id: string;
1675
1830
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1676
- tier: "basic" | "pro";
1677
1831
  version_channel: string;
1832
+ tier: "basic" | "pro";
1678
1833
  ready?: boolean | undefined;
1679
1834
  region?: "staging" | "northamerica-central-1" | undefined;
1680
- endpoint?: string | undefined;
1681
- certificate_ca?: string | undefined;
1682
1835
  version_current?: string | undefined;
1683
1836
  created_at?: string | undefined;
1684
1837
  updated_at?: string | undefined;
1838
+ endpoint?: string | undefined;
1839
+ certificate_ca?: string | undefined;
1685
1840
  }, {
1686
1841
  name: string;
1687
1842
  id: string;
@@ -1689,12 +1844,12 @@ export declare const zGetClusterResponse: z.ZodObject<{
1689
1844
  tier: "basic" | "pro";
1690
1845
  ready?: boolean | undefined;
1691
1846
  region?: "staging" | "northamerica-central-1" | undefined;
1692
- endpoint?: string | undefined;
1693
1847
  version_channel?: string | undefined;
1694
- certificate_ca?: string | undefined;
1695
1848
  version_current?: string | undefined;
1696
1849
  created_at?: string | undefined;
1697
1850
  updated_at?: string | undefined;
1851
+ endpoint?: string | undefined;
1852
+ certificate_ca?: string | undefined;
1698
1853
  }>;
1699
1854
  export declare const zUpdateClusterResponse: z.ZodObject<{
1700
1855
  name: z.ZodString;
@@ -1713,15 +1868,15 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1713
1868
  name: string;
1714
1869
  id: string;
1715
1870
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1716
- tier: "basic" | "pro";
1717
1871
  version_channel: string;
1872
+ tier: "basic" | "pro";
1718
1873
  ready?: boolean | undefined;
1719
1874
  region?: "staging" | "northamerica-central-1" | undefined;
1720
- endpoint?: string | undefined;
1721
- certificate_ca?: string | undefined;
1722
1875
  version_current?: string | undefined;
1723
1876
  created_at?: string | undefined;
1724
1877
  updated_at?: string | undefined;
1878
+ endpoint?: string | undefined;
1879
+ certificate_ca?: string | undefined;
1725
1880
  }, {
1726
1881
  name: string;
1727
1882
  id: string;
@@ -1729,12 +1884,12 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1729
1884
  tier: "basic" | "pro";
1730
1885
  ready?: boolean | undefined;
1731
1886
  region?: "staging" | "northamerica-central-1" | undefined;
1732
- endpoint?: string | undefined;
1733
1887
  version_channel?: string | undefined;
1734
- certificate_ca?: string | undefined;
1735
1888
  version_current?: string | undefined;
1736
1889
  created_at?: string | undefined;
1737
1890
  updated_at?: string | undefined;
1891
+ endpoint?: string | undefined;
1892
+ certificate_ca?: string | undefined;
1738
1893
  }>;
1739
1894
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1740
1895
  name: z.ZodString;
@@ -1753,15 +1908,15 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1753
1908
  name: string;
1754
1909
  id: string;
1755
1910
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1756
- tier: "basic" | "pro";
1757
1911
  version_channel: string;
1912
+ tier: "basic" | "pro";
1758
1913
  ready?: boolean | undefined;
1759
1914
  region?: "staging" | "northamerica-central-1" | undefined;
1760
- endpoint?: string | undefined;
1761
- certificate_ca?: string | undefined;
1762
1915
  version_current?: string | undefined;
1763
1916
  created_at?: string | undefined;
1764
1917
  updated_at?: string | undefined;
1918
+ endpoint?: string | undefined;
1919
+ certificate_ca?: string | undefined;
1765
1920
  }, {
1766
1921
  name: string;
1767
1922
  id: string;
@@ -1769,12 +1924,12 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1769
1924
  tier: "basic" | "pro";
1770
1925
  ready?: boolean | undefined;
1771
1926
  region?: "staging" | "northamerica-central-1" | undefined;
1772
- endpoint?: string | undefined;
1773
1927
  version_channel?: string | undefined;
1774
- certificate_ca?: string | undefined;
1775
1928
  version_current?: string | undefined;
1776
1929
  created_at?: string | undefined;
1777
1930
  updated_at?: string | undefined;
1931
+ endpoint?: string | undefined;
1932
+ certificate_ca?: string | undefined;
1778
1933
  }>;
1779
1934
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1780
1935
  id: z.ZodOptional<z.ZodString>;
@@ -1833,6 +1988,108 @@ export declare const zGetInviteResponse: z.ZodObject<{
1833
1988
  email?: string | undefined;
1834
1989
  organization_id?: string | undefined;
1835
1990
  }>;
1991
+ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1992
+ id: z.ZodString;
1993
+ name: z.ZodString;
1994
+ developer: z.ZodString;
1995
+ description: z.ZodString;
1996
+ logoUrl: z.ZodString;
1997
+ longDescription: z.ZodString;
1998
+ categories: z.ZodArray<z.ZodString, "many">;
1999
+ version_channels: z.ZodArray<z.ZodString, "many">;
2000
+ value_schemas: z.ZodArray<z.ZodObject<{
2001
+ version: z.ZodString;
2002
+ schema: z.ZodString;
2003
+ placeholder: z.ZodString;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ version: string;
2006
+ schema: string;
2007
+ placeholder: string;
2008
+ }, {
2009
+ version: string;
2010
+ schema: string;
2011
+ placeholder: string;
2012
+ }>, "many">;
2013
+ }, "strip", z.ZodTypeAny, {
2014
+ name: string;
2015
+ id: string;
2016
+ description: string;
2017
+ developer: string;
2018
+ logoUrl: string;
2019
+ longDescription: string;
2020
+ categories: string[];
2021
+ version_channels: string[];
2022
+ value_schemas: {
2023
+ version: string;
2024
+ schema: string;
2025
+ placeholder: string;
2026
+ }[];
2027
+ }, {
2028
+ name: string;
2029
+ id: string;
2030
+ description: string;
2031
+ developer: string;
2032
+ logoUrl: string;
2033
+ longDescription: string;
2034
+ categories: string[];
2035
+ version_channels: string[];
2036
+ value_schemas: {
2037
+ version: string;
2038
+ schema: string;
2039
+ placeholder: string;
2040
+ }[];
2041
+ }>, "many">;
2042
+ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2043
+ id: z.ZodString;
2044
+ name: z.ZodString;
2045
+ developer: z.ZodString;
2046
+ description: z.ZodString;
2047
+ logoUrl: z.ZodString;
2048
+ longDescription: z.ZodString;
2049
+ categories: z.ZodArray<z.ZodString, "many">;
2050
+ version_channels: z.ZodArray<z.ZodString, "many">;
2051
+ value_schemas: z.ZodArray<z.ZodObject<{
2052
+ version: z.ZodString;
2053
+ schema: z.ZodString;
2054
+ placeholder: z.ZodString;
2055
+ }, "strip", z.ZodTypeAny, {
2056
+ version: string;
2057
+ schema: string;
2058
+ placeholder: string;
2059
+ }, {
2060
+ version: string;
2061
+ schema: string;
2062
+ placeholder: string;
2063
+ }>, "many">;
2064
+ }, "strip", z.ZodTypeAny, {
2065
+ name: string;
2066
+ id: string;
2067
+ description: string;
2068
+ developer: string;
2069
+ logoUrl: string;
2070
+ longDescription: string;
2071
+ categories: string[];
2072
+ version_channels: string[];
2073
+ value_schemas: {
2074
+ version: string;
2075
+ schema: string;
2076
+ placeholder: string;
2077
+ }[];
2078
+ }, {
2079
+ name: string;
2080
+ id: string;
2081
+ description: string;
2082
+ developer: string;
2083
+ logoUrl: string;
2084
+ longDescription: string;
2085
+ categories: string[];
2086
+ version_channels: string[];
2087
+ value_schemas: {
2088
+ version: string;
2089
+ schema: string;
2090
+ placeholder: string;
2091
+ }[];
2092
+ }>;
1836
2093
  export declare const zGetOrganizationResponse: z.ZodObject<{
1837
2094
  id: z.ZodString;
1838
2095
  name: z.ZodOptional<z.ZodString>;
@@ -1843,7 +2100,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1843
2100
  pro_clusters_max: z.ZodNumber;
1844
2101
  pro_clusters_available: z.ZodNumber;
1845
2102
  fleets_max: z.ZodNumber;
1846
- managed_fleets_cpu_max: z.ZodNumber;
1847
2103
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
1848
2104
  regions: z.ZodArray<z.ZodString, "many">;
1849
2105
  versions: z.ZodArray<z.ZodObject<{
@@ -1866,7 +2122,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1866
2122
  pro_clusters_max: number;
1867
2123
  pro_clusters_available: number;
1868
2124
  fleets_max: number;
1869
- managed_fleets_cpu_max: number;
1870
2125
  cluster_tiers: string[];
1871
2126
  regions: string[];
1872
2127
  }, {
@@ -1879,7 +2134,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1879
2134
  pro_clusters_max: number;
1880
2135
  pro_clusters_available: number;
1881
2136
  fleets_max: number;
1882
- managed_fleets_cpu_max: number;
1883
2137
  cluster_tiers: string[];
1884
2138
  regions: string[];
1885
2139
  }>;
@@ -1898,7 +2152,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1898
2152
  pro_clusters_max: number;
1899
2153
  pro_clusters_available: number;
1900
2154
  fleets_max: number;
1901
- managed_fleets_cpu_max: number;
1902
2155
  cluster_tiers: string[];
1903
2156
  regions: string[];
1904
2157
  };
@@ -1917,7 +2170,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1917
2170
  pro_clusters_max: number;
1918
2171
  pro_clusters_available: number;
1919
2172
  fleets_max: number;
1920
- managed_fleets_cpu_max: number;
1921
2173
  cluster_tiers: string[];
1922
2174
  regions: string[];
1923
2175
  };
@@ -2036,16 +2288,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2036
2288
  status: z.ZodEnum<["active", "inactive"]>;
2037
2289
  id: z.ZodString;
2038
2290
  date_created: z.ZodString;
2039
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2040
- cluster_id: z.ZodString;
2041
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2042
- }, "strip", z.ZodTypeAny, {
2043
- cluster_id: string;
2044
- permissions: "readonly" | "readwrite";
2045
- }, {
2046
- cluster_id: string;
2047
- permissions: "readonly" | "readwrite";
2048
- }>, "many">>;
2049
2291
  }, "strip", z.ZodTypeAny, {
2050
2292
  id: string;
2051
2293
  role: "Administrator" | "User";
@@ -2054,10 +2296,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2054
2296
  first_name: string;
2055
2297
  last_name: string;
2056
2298
  date_created: string;
2057
- cluster_permissions?: {
2058
- cluster_id: string;
2059
- permissions: "readonly" | "readwrite";
2060
- }[] | undefined;
2061
2299
  }, {
2062
2300
  id: string;
2063
2301
  role: "Administrator" | "User";
@@ -2066,10 +2304,6 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2066
2304
  first_name: string;
2067
2305
  last_name: string;
2068
2306
  date_created: string;
2069
- cluster_permissions?: {
2070
- cluster_id: string;
2071
- permissions: "readonly" | "readwrite";
2072
- }[] | undefined;
2073
2307
  }>, "many">;
2074
2308
  export declare const zCreateUserResponse: z.ZodObject<{
2075
2309
  email: z.ZodString;
@@ -2079,16 +2313,6 @@ export declare const zCreateUserResponse: z.ZodObject<{
2079
2313
  status: z.ZodEnum<["active", "inactive"]>;
2080
2314
  id: z.ZodString;
2081
2315
  date_created: z.ZodString;
2082
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2083
- cluster_id: z.ZodString;
2084
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2085
- }, "strip", z.ZodTypeAny, {
2086
- cluster_id: string;
2087
- permissions: "readonly" | "readwrite";
2088
- }, {
2089
- cluster_id: string;
2090
- permissions: "readonly" | "readwrite";
2091
- }>, "many">>;
2092
2316
  }, "strip", z.ZodTypeAny, {
2093
2317
  id: string;
2094
2318
  role: "Administrator" | "User";
@@ -2097,10 +2321,6 @@ export declare const zCreateUserResponse: z.ZodObject<{
2097
2321
  first_name: string;
2098
2322
  last_name: string;
2099
2323
  date_created: string;
2100
- cluster_permissions?: {
2101
- cluster_id: string;
2102
- permissions: "readonly" | "readwrite";
2103
- }[] | undefined;
2104
2324
  }, {
2105
2325
  id: string;
2106
2326
  role: "Administrator" | "User";
@@ -2109,10 +2329,6 @@ export declare const zCreateUserResponse: z.ZodObject<{
2109
2329
  first_name: string;
2110
2330
  last_name: string;
2111
2331
  date_created: string;
2112
- cluster_permissions?: {
2113
- cluster_id: string;
2114
- permissions: "readonly" | "readwrite";
2115
- }[] | undefined;
2116
2332
  }>;
2117
2333
  export declare const zDeleteUserResponse: z.ZodObject<{
2118
2334
  email: z.ZodString;
@@ -2122,16 +2338,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2122
2338
  status: z.ZodEnum<["active", "inactive"]>;
2123
2339
  id: z.ZodString;
2124
2340
  date_created: z.ZodString;
2125
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2126
- cluster_id: z.ZodString;
2127
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2128
- }, "strip", z.ZodTypeAny, {
2129
- cluster_id: string;
2130
- permissions: "readonly" | "readwrite";
2131
- }, {
2132
- cluster_id: string;
2133
- permissions: "readonly" | "readwrite";
2134
- }>, "many">>;
2135
2341
  }, "strip", z.ZodTypeAny, {
2136
2342
  id: string;
2137
2343
  role: "Administrator" | "User";
@@ -2140,10 +2346,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2140
2346
  first_name: string;
2141
2347
  last_name: string;
2142
2348
  date_created: string;
2143
- cluster_permissions?: {
2144
- cluster_id: string;
2145
- permissions: "readonly" | "readwrite";
2146
- }[] | undefined;
2147
2349
  }, {
2148
2350
  id: string;
2149
2351
  role: "Administrator" | "User";
@@ -2152,10 +2354,6 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2152
2354
  first_name: string;
2153
2355
  last_name: string;
2154
2356
  date_created: string;
2155
- cluster_permissions?: {
2156
- cluster_id: string;
2157
- permissions: "readonly" | "readwrite";
2158
- }[] | undefined;
2159
2357
  }>;
2160
2358
  export declare const zGetUserResponse: z.ZodObject<{
2161
2359
  email: z.ZodString;
@@ -2165,16 +2363,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2165
2363
  status: z.ZodEnum<["active", "inactive"]>;
2166
2364
  id: z.ZodString;
2167
2365
  date_created: z.ZodString;
2168
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2169
- cluster_id: z.ZodString;
2170
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2171
- }, "strip", z.ZodTypeAny, {
2172
- cluster_id: string;
2173
- permissions: "readonly" | "readwrite";
2174
- }, {
2175
- cluster_id: string;
2176
- permissions: "readonly" | "readwrite";
2177
- }>, "many">>;
2178
2366
  }, "strip", z.ZodTypeAny, {
2179
2367
  id: string;
2180
2368
  role: "Administrator" | "User";
@@ -2183,10 +2371,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2183
2371
  first_name: string;
2184
2372
  last_name: string;
2185
2373
  date_created: string;
2186
- cluster_permissions?: {
2187
- cluster_id: string;
2188
- permissions: "readonly" | "readwrite";
2189
- }[] | undefined;
2190
2374
  }, {
2191
2375
  id: string;
2192
2376
  role: "Administrator" | "User";
@@ -2195,10 +2379,6 @@ export declare const zGetUserResponse: z.ZodObject<{
2195
2379
  first_name: string;
2196
2380
  last_name: string;
2197
2381
  date_created: string;
2198
- cluster_permissions?: {
2199
- cluster_id: string;
2200
- permissions: "readonly" | "readwrite";
2201
- }[] | undefined;
2202
2382
  }>;
2203
2383
  export declare const zUpdateUserResponse: z.ZodObject<{
2204
2384
  email: z.ZodString;
@@ -2208,102 +2388,6 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2208
2388
  status: z.ZodEnum<["active", "inactive"]>;
2209
2389
  id: z.ZodString;
2210
2390
  date_created: z.ZodString;
2211
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2212
- cluster_id: z.ZodString;
2213
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2214
- }, "strip", z.ZodTypeAny, {
2215
- cluster_id: string;
2216
- permissions: "readonly" | "readwrite";
2217
- }, {
2218
- cluster_id: string;
2219
- permissions: "readonly" | "readwrite";
2220
- }>, "many">>;
2221
- }, "strip", z.ZodTypeAny, {
2222
- id: string;
2223
- role: "Administrator" | "User";
2224
- email: string;
2225
- status: "active" | "inactive";
2226
- first_name: string;
2227
- last_name: string;
2228
- date_created: string;
2229
- cluster_permissions?: {
2230
- cluster_id: string;
2231
- permissions: "readonly" | "readwrite";
2232
- }[] | undefined;
2233
- }, {
2234
- id: string;
2235
- role: "Administrator" | "User";
2236
- email: string;
2237
- status: "active" | "inactive";
2238
- first_name: string;
2239
- last_name: string;
2240
- date_created: string;
2241
- cluster_permissions?: {
2242
- cluster_id: string;
2243
- permissions: "readonly" | "readwrite";
2244
- }[] | undefined;
2245
- }>;
2246
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2247
- email: z.ZodString;
2248
- first_name: z.ZodString;
2249
- last_name: z.ZodString;
2250
- role: z.ZodEnum<["Administrator", "User"]>;
2251
- status: z.ZodEnum<["active", "inactive"]>;
2252
- id: z.ZodString;
2253
- date_created: z.ZodString;
2254
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2255
- cluster_id: z.ZodString;
2256
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2257
- }, "strip", z.ZodTypeAny, {
2258
- cluster_id: string;
2259
- permissions: "readonly" | "readwrite";
2260
- }, {
2261
- cluster_id: string;
2262
- permissions: "readonly" | "readwrite";
2263
- }>, "many">>;
2264
- }, "strip", z.ZodTypeAny, {
2265
- id: string;
2266
- role: "Administrator" | "User";
2267
- email: string;
2268
- status: "active" | "inactive";
2269
- first_name: string;
2270
- last_name: string;
2271
- date_created: string;
2272
- cluster_permissions?: {
2273
- cluster_id: string;
2274
- permissions: "readonly" | "readwrite";
2275
- }[] | undefined;
2276
- }, {
2277
- id: string;
2278
- role: "Administrator" | "User";
2279
- email: string;
2280
- status: "active" | "inactive";
2281
- first_name: string;
2282
- last_name: string;
2283
- date_created: string;
2284
- cluster_permissions?: {
2285
- cluster_id: string;
2286
- permissions: "readonly" | "readwrite";
2287
- }[] | undefined;
2288
- }>;
2289
- export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2290
- email: z.ZodString;
2291
- first_name: z.ZodString;
2292
- last_name: z.ZodString;
2293
- role: z.ZodEnum<["Administrator", "User"]>;
2294
- status: z.ZodEnum<["active", "inactive"]>;
2295
- id: z.ZodString;
2296
- date_created: z.ZodString;
2297
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2298
- cluster_id: z.ZodString;
2299
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2300
- }, "strip", z.ZodTypeAny, {
2301
- cluster_id: string;
2302
- permissions: "readonly" | "readwrite";
2303
- }, {
2304
- cluster_id: string;
2305
- permissions: "readonly" | "readwrite";
2306
- }>, "many">>;
2307
2391
  }, "strip", z.ZodTypeAny, {
2308
2392
  id: string;
2309
2393
  role: "Administrator" | "User";
@@ -2312,10 +2396,6 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2312
2396
  first_name: string;
2313
2397
  last_name: string;
2314
2398
  date_created: string;
2315
- cluster_permissions?: {
2316
- cluster_id: string;
2317
- permissions: "readonly" | "readwrite";
2318
- }[] | undefined;
2319
2399
  }, {
2320
2400
  id: string;
2321
2401
  role: "Administrator" | "User";
@@ -2324,9 +2404,5 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2324
2404
  first_name: string;
2325
2405
  last_name: string;
2326
2406
  date_created: string;
2327
- cluster_permissions?: {
2328
- cluster_id: string;
2329
- permissions: "readonly" | "readwrite";
2330
- }[] | undefined;
2331
2407
  }>;
2332
2408
  //# sourceMappingURL=zod.gen.d.ts.map