@cloudfleet/sdk 0.0.1-16d9790 → 0.0.1-1fc3e29

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
@@ -138,18 +138,18 @@ export declare const zChartUpdateInput: z.ZodObject<{
138
138
  }>;
139
139
  export declare const zClusterCreateInput: z.ZodObject<{
140
140
  name: z.ZodString;
141
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
142
141
  tier: z.ZodEnum<["basic", "pro"]>;
142
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
143
143
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
144
144
  }, "strip", z.ZodTypeAny, {
145
145
  name: string;
146
146
  version_channel: string;
147
147
  tier: "basic" | "pro";
148
- region?: "staging" | "northamerica-central-1" | undefined;
148
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
149
149
  }, {
150
150
  name: string;
151
151
  tier: "basic" | "pro";
152
- region?: "staging" | "northamerica-central-1" | undefined;
152
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
153
153
  version_channel?: string | undefined;
154
154
  }>;
155
155
  export declare const zClusterJoinInformation: z.ZodObject<{
@@ -216,8 +216,8 @@ export declare const zClusterJoinInformation: z.ZodObject<{
216
216
  }>;
217
217
  export declare const zCluster: z.ZodObject<{
218
218
  name: z.ZodString;
219
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
220
219
  tier: z.ZodEnum<["basic", "pro"]>;
220
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
221
221
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
222
222
  id: z.ZodString;
223
223
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -234,7 +234,7 @@ export declare const zCluster: z.ZodObject<{
234
234
  version_channel: string;
235
235
  tier: "basic" | "pro";
236
236
  ready?: boolean | undefined;
237
- region?: "staging" | "northamerica-central-1" | undefined;
237
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
238
238
  version_current?: string | undefined;
239
239
  created_at?: string | undefined;
240
240
  updated_at?: string | undefined;
@@ -246,7 +246,7 @@ export declare const zCluster: z.ZodObject<{
246
246
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
247
247
  tier: "basic" | "pro";
248
248
  ready?: boolean | undefined;
249
- region?: "staging" | "northamerica-central-1" | undefined;
249
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
250
250
  version_channel?: string | undefined;
251
251
  version_current?: string | undefined;
252
252
  created_at?: string | undefined;
@@ -256,11 +256,14 @@ export declare const zCluster: z.ZodObject<{
256
256
  }>;
257
257
  export declare const zClusterUpdateInput: z.ZodObject<{
258
258
  name: z.ZodOptional<z.ZodString>;
259
+ tier: z.ZodEnum<["basic", "pro"]>;
259
260
  version_channel: z.ZodOptional<z.ZodString>;
260
261
  }, "strip", z.ZodTypeAny, {
262
+ tier: "basic" | "pro";
261
263
  name?: string | undefined;
262
264
  version_channel?: string | undefined;
263
265
  }, {
266
+ tier: "basic" | "pro";
264
267
  name?: string | undefined;
265
268
  version_channel?: string | undefined;
266
269
  }>;
@@ -282,25 +285,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
282
285
  project: string;
283
286
  enabled?: boolean | undefined;
284
287
  }>>;
285
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
288
+ hetzner: z.ZodOptional<z.ZodObject<{
286
289
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
287
- apiKey: z.ZodOptional<z.ZodString>;
290
+ apiKey: z.ZodString;
288
291
  }, "strip", z.ZodTypeAny, {
292
+ apiKey: string;
289
293
  enabled: boolean;
290
- apiKey?: string | undefined;
291
294
  }, {
292
- apiKey?: string | undefined;
295
+ apiKey: string;
293
296
  enabled?: boolean | undefined;
294
- }>, z.ZodObject<{
295
- apiKey: z.ZodOptional<z.ZodString>;
296
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
297
- }, "strip", z.ZodTypeAny, {
298
- enabled: boolean;
299
- apiKey?: string | undefined;
300
- }, {
301
- apiKey?: string | undefined;
302
- enabled?: boolean | undefined;
303
- }>]>>;
297
+ }>>;
304
298
  aws: z.ZodOptional<z.ZodObject<{
305
299
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
306
300
  controllerRoleArn: z.ZodString;
@@ -312,9 +306,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
312
306
  enabled?: boolean | undefined;
313
307
  }>>;
314
308
  id: z.ZodString;
315
- type: z.ZodEnum<["managed", "connected"]>;
316
309
  }, "strip", z.ZodTypeAny, {
317
- type: "connected" | "managed";
318
310
  id: string;
319
311
  limits?: {
320
312
  cpu: number;
@@ -324,18 +316,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
324
316
  enabled: boolean;
325
317
  } | undefined;
326
318
  hetzner?: {
319
+ apiKey: string;
327
320
  enabled: boolean;
328
- apiKey?: string | undefined;
329
- } | {
330
- enabled: boolean;
331
- apiKey?: string | undefined;
332
321
  } | undefined;
333
322
  aws?: {
334
323
  controllerRoleArn: string;
335
324
  enabled: boolean;
336
325
  } | undefined;
337
326
  }, {
338
- type: "connected" | "managed";
339
327
  id: string;
340
328
  limits?: {
341
329
  cpu: number;
@@ -345,10 +333,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
345
333
  enabled?: boolean | undefined;
346
334
  } | undefined;
347
335
  hetzner?: {
348
- apiKey?: string | undefined;
349
- enabled?: boolean | undefined;
350
- } | {
351
- apiKey?: string | undefined;
336
+ apiKey: string;
352
337
  enabled?: boolean | undefined;
353
338
  } | undefined;
354
339
  aws?: {
@@ -374,25 +359,16 @@ export declare const zFleet: z.ZodObject<{
374
359
  project: string;
375
360
  enabled?: boolean | undefined;
376
361
  }>>;
377
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
362
+ hetzner: z.ZodOptional<z.ZodObject<{
378
363
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
379
- apiKey: z.ZodOptional<z.ZodString>;
364
+ apiKey: z.ZodString;
380
365
  }, "strip", z.ZodTypeAny, {
366
+ apiKey: string;
381
367
  enabled: boolean;
382
- apiKey?: string | undefined;
383
368
  }, {
384
- apiKey?: string | undefined;
369
+ apiKey: string;
385
370
  enabled?: boolean | undefined;
386
- }>, z.ZodObject<{
387
- apiKey: z.ZodOptional<z.ZodString>;
388
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
389
- }, "strip", z.ZodTypeAny, {
390
- enabled: boolean;
391
- apiKey?: string | undefined;
392
- }, {
393
- apiKey?: string | undefined;
394
- enabled?: boolean | undefined;
395
- }>]>>;
371
+ }>>;
396
372
  aws: z.ZodOptional<z.ZodObject<{
397
373
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
398
374
  controllerRoleArn: z.ZodString;
@@ -404,9 +380,7 @@ export declare const zFleet: z.ZodObject<{
404
380
  enabled?: boolean | undefined;
405
381
  }>>;
406
382
  id: z.ZodString;
407
- type: z.ZodEnum<["managed", "connected"]>;
408
383
  }, "strip", z.ZodTypeAny, {
409
- type: "connected" | "managed";
410
384
  id: string;
411
385
  limits?: {
412
386
  cpu: number;
@@ -416,18 +390,14 @@ export declare const zFleet: z.ZodObject<{
416
390
  enabled: boolean;
417
391
  } | undefined;
418
392
  hetzner?: {
393
+ apiKey: string;
419
394
  enabled: boolean;
420
- apiKey?: string | undefined;
421
- } | {
422
- enabled: boolean;
423
- apiKey?: string | undefined;
424
395
  } | undefined;
425
396
  aws?: {
426
397
  controllerRoleArn: string;
427
398
  enabled: boolean;
428
399
  } | undefined;
429
400
  }, {
430
- type: "connected" | "managed";
431
401
  id: string;
432
402
  limits?: {
433
403
  cpu: number;
@@ -437,10 +407,7 @@ export declare const zFleet: z.ZodObject<{
437
407
  enabled?: boolean | undefined;
438
408
  } | undefined;
439
409
  hetzner?: {
440
- apiKey?: string | undefined;
441
- enabled?: boolean | undefined;
442
- } | {
443
- apiKey?: string | undefined;
410
+ apiKey: string;
444
411
  enabled?: boolean | undefined;
445
412
  } | undefined;
446
413
  aws?: {
@@ -466,25 +433,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
466
433
  project: string;
467
434
  enabled?: boolean | undefined;
468
435
  }>>;
469
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
470
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
471
- apiKey: z.ZodOptional<z.ZodString>;
472
- }, "strip", z.ZodTypeAny, {
473
- enabled: boolean;
474
- apiKey?: string | undefined;
475
- }, {
476
- apiKey?: string | undefined;
477
- enabled?: boolean | undefined;
478
- }>, z.ZodObject<{
479
- apiKey: z.ZodOptional<z.ZodString>;
436
+ hetzner: z.ZodOptional<z.ZodObject<{
480
437
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
438
+ apiKey: z.ZodString;
481
439
  }, "strip", z.ZodTypeAny, {
440
+ apiKey: string;
482
441
  enabled: boolean;
483
- apiKey?: string | undefined;
484
442
  }, {
485
- apiKey?: string | undefined;
443
+ apiKey: string;
486
444
  enabled?: boolean | undefined;
487
- }>]>>;
445
+ }>>;
488
446
  aws: z.ZodOptional<z.ZodObject<{
489
447
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
490
448
  controllerRoleArn: z.ZodString;
@@ -504,11 +462,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
504
462
  enabled: boolean;
505
463
  } | undefined;
506
464
  hetzner?: {
465
+ apiKey: string;
507
466
  enabled: boolean;
508
- apiKey?: string | undefined;
509
- } | {
510
- enabled: boolean;
511
- apiKey?: string | undefined;
512
467
  } | undefined;
513
468
  aws?: {
514
469
  controllerRoleArn: string;
@@ -523,10 +478,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
523
478
  enabled?: boolean | undefined;
524
479
  } | undefined;
525
480
  hetzner?: {
526
- apiKey?: string | undefined;
527
- enabled?: boolean | undefined;
528
- } | {
529
- apiKey?: string | undefined;
481
+ apiKey: string;
530
482
  enabled?: boolean | undefined;
531
483
  } | undefined;
532
484
  aws?: {
@@ -899,7 +851,6 @@ export declare const zOrganization: z.ZodObject<{
899
851
  pro_clusters_max: z.ZodNumber;
900
852
  pro_clusters_available: z.ZodNumber;
901
853
  fleets_max: z.ZodNumber;
902
- managed_fleets_cpu_max: z.ZodNumber;
903
854
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
904
855
  regions: z.ZodArray<z.ZodString, "many">;
905
856
  versions: z.ZodArray<z.ZodObject<{
@@ -922,7 +873,6 @@ export declare const zOrganization: z.ZodObject<{
922
873
  pro_clusters_max: number;
923
874
  pro_clusters_available: number;
924
875
  fleets_max: number;
925
- managed_fleets_cpu_max: number;
926
876
  cluster_tiers: string[];
927
877
  regions: string[];
928
878
  }, {
@@ -935,7 +885,6 @@ export declare const zOrganization: z.ZodObject<{
935
885
  pro_clusters_max: number;
936
886
  pro_clusters_available: number;
937
887
  fleets_max: number;
938
- managed_fleets_cpu_max: number;
939
888
  cluster_tiers: string[];
940
889
  regions: string[];
941
890
  }>;
@@ -954,7 +903,6 @@ export declare const zOrganization: z.ZodObject<{
954
903
  pro_clusters_max: number;
955
904
  pro_clusters_available: number;
956
905
  fleets_max: number;
957
- managed_fleets_cpu_max: number;
958
906
  cluster_tiers: string[];
959
907
  regions: string[];
960
908
  };
@@ -973,7 +921,6 @@ export declare const zOrganization: z.ZodObject<{
973
921
  pro_clusters_max: number;
974
922
  pro_clusters_available: number;
975
923
  fleets_max: number;
976
- managed_fleets_cpu_max: number;
977
924
  cluster_tiers: string[];
978
925
  regions: string[];
979
926
  };
@@ -1146,6 +1093,9 @@ export declare const zUserUpdateInput: z.ZodObject<{
1146
1093
  first_name?: string | undefined;
1147
1094
  last_name?: string | undefined;
1148
1095
  }>;
1096
+ /**
1097
+ * An array of usage records.
1098
+ */
1149
1099
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1150
1100
  hour: z.ZodOptional<z.ZodString>;
1151
1101
  cluster_id: z.ZodString;
@@ -1180,7 +1130,13 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1180
1130
  price: number | "";
1181
1131
  hour?: string | undefined;
1182
1132
  }>, "many">;
1133
+ /**
1134
+ * Current balance of the organization in USD as a floating-point number.
1135
+ */
1183
1136
  export declare const zGetBalanceResponse: z.ZodNumber;
1137
+ /**
1138
+ * Redacted payment card information.
1139
+ */
1184
1140
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1185
1141
  id: z.ZodString;
1186
1142
  setup: z.ZodBoolean;
@@ -1206,6 +1162,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1206
1162
  exp_year: number;
1207
1163
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1208
1164
  }>;
1165
+ /**
1166
+ * The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
1167
+ *
1168
+ */
1209
1169
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1210
1170
  id: z.ZodOptional<z.ZodString>;
1211
1171
  }, "strip", z.ZodTypeAny, {
@@ -1213,6 +1173,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1213
1173
  }, {
1214
1174
  id?: string | undefined;
1215
1175
  }>;
1176
+ /**
1177
+ * Start date for the usage. Date of oldest data point to retrieve.
1178
+ */
1179
+ export declare const zListInvoicesParameterStartDate: z.ZodString;
1180
+ /**
1181
+ * End date for the usage. Date of newest data point to retrieve.
1182
+ */
1183
+ export declare const zListInvoicesParameterEndDate: z.ZodString;
1184
+ /**
1185
+ * An array of usage records.
1186
+ */
1216
1187
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1217
1188
  id: z.ZodOptional<z.ZodString>;
1218
1189
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1479,6 +1450,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1479
1450
  childItems?: unknown[] | undefined;
1480
1451
  }[] | undefined;
1481
1452
  }>, "many">;
1453
+ /**
1454
+ * Unique invoice identifier. UUID v4 string in canonical form
1455
+ */
1456
+ export declare const zGetInvoiceParameterId: z.ZodString;
1457
+ /**
1458
+ * Returns a single Invoice HTML representation under `html` property.
1459
+ */
1482
1460
  export declare const zGetInvoiceResponse: z.ZodObject<{
1483
1461
  html: z.ZodOptional<z.ZodString>;
1484
1462
  }, "strip", z.ZodTypeAny, {
@@ -1486,6 +1464,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1486
1464
  }, {
1487
1465
  html?: string | undefined;
1488
1466
  }>;
1467
+ /**
1468
+ * Returns a single object containing organization contact and billing address details.
1469
+ */
1489
1470
  export declare const zGetContactResponse: z.ZodObject<{
1490
1471
  company: z.ZodOptional<z.ZodString>;
1491
1472
  address1: z.ZodOptional<z.ZodString>;
@@ -1529,6 +1510,52 @@ export declare const zGetContactResponse: z.ZodObject<{
1529
1510
  tax_id?: string | undefined;
1530
1511
  tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1531
1512
  }>;
1513
+ export declare const zUpdateContactData: z.ZodObject<{
1514
+ company: z.ZodOptional<z.ZodString>;
1515
+ address1: z.ZodOptional<z.ZodString>;
1516
+ address2: z.ZodOptional<z.ZodString>;
1517
+ postalCode: z.ZodOptional<z.ZodString>;
1518
+ city: z.ZodOptional<z.ZodString>;
1519
+ state: z.ZodOptional<z.ZodString>;
1520
+ country: z.ZodOptional<z.ZodString>;
1521
+ phone: z.ZodOptional<z.ZodString>;
1522
+ email: z.ZodString;
1523
+ first_name: z.ZodString;
1524
+ last_name: z.ZodString;
1525
+ tax_id: z.ZodOptional<z.ZodString>;
1526
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1527
+ }, "strip", z.ZodTypeAny, {
1528
+ email: string;
1529
+ first_name: string;
1530
+ last_name: string;
1531
+ state?: string | undefined;
1532
+ country?: string | undefined;
1533
+ company?: string | undefined;
1534
+ address1?: string | undefined;
1535
+ address2?: string | undefined;
1536
+ postalCode?: string | undefined;
1537
+ city?: string | undefined;
1538
+ phone?: string | undefined;
1539
+ tax_id?: string | undefined;
1540
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1541
+ }, {
1542
+ email: string;
1543
+ first_name: string;
1544
+ last_name: string;
1545
+ state?: string | undefined;
1546
+ country?: string | undefined;
1547
+ company?: string | undefined;
1548
+ address1?: string | undefined;
1549
+ address2?: string | undefined;
1550
+ postalCode?: string | undefined;
1551
+ city?: string | undefined;
1552
+ phone?: string | undefined;
1553
+ tax_id?: string | undefined;
1554
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1555
+ }>;
1556
+ /**
1557
+ * Successfully updated. Returns updated organization details.
1558
+ */
1532
1559
  export declare const zUpdateContactResponse: z.ZodObject<{
1533
1560
  company: z.ZodOptional<z.ZodString>;
1534
1561
  address1: z.ZodOptional<z.ZodString>;
@@ -1572,6 +1599,9 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1572
1599
  tax_id?: string | undefined;
1573
1600
  tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1574
1601
  }>;
1602
+ /**
1603
+ * An array of the applied promotional credits records.
1604
+ */
1575
1605
  export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1576
1606
  id: z.ZodOptional<z.ZodString>;
1577
1607
  date_created: z.ZodString;
@@ -1603,6 +1633,20 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1603
1633
  products?: string[] | undefined;
1604
1634
  value_remaining?: number | undefined;
1605
1635
  }>, "many">;
1636
+ export declare const zRedeemCreditsData: z.ZodObject<{
1637
+ code: z.ZodOptional<z.ZodString>;
1638
+ }, "strip", z.ZodTypeAny, {
1639
+ code?: string | undefined;
1640
+ }, {
1641
+ code?: string | undefined;
1642
+ }>;
1643
+ /**
1644
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1645
+ */
1646
+ export declare const zListChartsParameterClusterId: z.ZodString;
1647
+ /**
1648
+ * An array of charts
1649
+ */
1606
1650
  export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1607
1651
  values: z.ZodString;
1608
1652
  version_channel: z.ZodString;
@@ -1637,8 +1681,56 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1637
1681
  created_at: string;
1638
1682
  updated_at: string;
1639
1683
  }>, "many">;
1684
+ export declare const zCreateChartData: z.ZodObject<{
1685
+ values: z.ZodString;
1686
+ version_channel: z.ZodString;
1687
+ name: z.ZodString;
1688
+ namespace: z.ZodString;
1689
+ chart: z.ZodString;
1690
+ }, "strip", z.ZodTypeAny, {
1691
+ values: string;
1692
+ name: string;
1693
+ version_channel: string;
1694
+ namespace: string;
1695
+ chart: string;
1696
+ }, {
1697
+ values: string;
1698
+ name: string;
1699
+ version_channel: string;
1700
+ namespace: string;
1701
+ chart: string;
1702
+ }>;
1703
+ /**
1704
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1705
+ */
1706
+ export declare const zCreateChartParameterClusterId: z.ZodString;
1707
+ /**
1708
+ * Successfully created. Returns created Chart ID.
1709
+ */
1640
1710
  export declare const zCreateChartResponse: z.ZodString;
1711
+ /**
1712
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1713
+ */
1714
+ export declare const zDeleteChartParameterClusterId: z.ZodString;
1715
+ /**
1716
+ * Chart deployment name as the unique identifier of the chart.
1717
+ */
1718
+ export declare const zDeleteChartParameterChartName: z.ZodString;
1719
+ /**
1720
+ * Successfully deleted.
1721
+ */
1641
1722
  export declare const zDeleteChartResponse: z.ZodString;
1723
+ /**
1724
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1725
+ */
1726
+ export declare const zGetChartParameterClusterId: z.ZodString;
1727
+ /**
1728
+ * Chart deployment name as the unique identifier of the chart.
1729
+ */
1730
+ export declare const zGetChartParameterChartName: z.ZodString;
1731
+ /**
1732
+ * Returns a single object containing chart details.
1733
+ */
1642
1734
  export declare const zGetChartResponse: z.ZodObject<{
1643
1735
  values: z.ZodString;
1644
1736
  version_channel: z.ZodString;
@@ -1673,7 +1765,35 @@ export declare const zGetChartResponse: z.ZodObject<{
1673
1765
  created_at: string;
1674
1766
  updated_at: string;
1675
1767
  }>;
1768
+ export declare const zUpdateChartData: z.ZodObject<{
1769
+ values: z.ZodString;
1770
+ version_channel: z.ZodString;
1771
+ }, "strip", z.ZodTypeAny, {
1772
+ values: string;
1773
+ version_channel: string;
1774
+ }, {
1775
+ values: string;
1776
+ version_channel: string;
1777
+ }>;
1778
+ /**
1779
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1780
+ */
1781
+ export declare const zUpdateChartParameterClusterId: z.ZodString;
1782
+ /**
1783
+ * Chart deployment name as the unique identifier of the chart.
1784
+ */
1785
+ export declare const zUpdateChartParameterChartName: z.ZodString;
1786
+ /**
1787
+ * Successfully updated.
1788
+ */
1676
1789
  export declare const zUpdateChartResponse: z.ZodString;
1790
+ /**
1791
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1792
+ */
1793
+ export declare const zListFleetsParameterClusterId: z.ZodString;
1794
+ /**
1795
+ * An array of fleets
1796
+ */
1677
1797
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1678
1798
  limits: z.ZodOptional<z.ZodObject<{
1679
1799
  cpu: z.ZodNumber;
@@ -1692,25 +1812,90 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1692
1812
  project: string;
1693
1813
  enabled?: boolean | undefined;
1694
1814
  }>>;
1695
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1815
+ hetzner: z.ZodOptional<z.ZodObject<{
1816
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1817
+ apiKey: z.ZodString;
1818
+ }, "strip", z.ZodTypeAny, {
1819
+ apiKey: string;
1820
+ enabled: boolean;
1821
+ }, {
1822
+ apiKey: string;
1823
+ enabled?: boolean | undefined;
1824
+ }>>;
1825
+ aws: z.ZodOptional<z.ZodObject<{
1826
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1827
+ controllerRoleArn: z.ZodString;
1828
+ }, "strip", z.ZodTypeAny, {
1829
+ controllerRoleArn: string;
1830
+ enabled: boolean;
1831
+ }, {
1832
+ controllerRoleArn: string;
1833
+ enabled?: boolean | undefined;
1834
+ }>>;
1835
+ id: z.ZodString;
1836
+ }, "strip", z.ZodTypeAny, {
1837
+ id: string;
1838
+ limits?: {
1839
+ cpu: number;
1840
+ } | undefined;
1841
+ gcp?: {
1842
+ project: string;
1843
+ enabled: boolean;
1844
+ } | undefined;
1845
+ hetzner?: {
1846
+ apiKey: string;
1847
+ enabled: boolean;
1848
+ } | undefined;
1849
+ aws?: {
1850
+ controllerRoleArn: string;
1851
+ enabled: boolean;
1852
+ } | undefined;
1853
+ }, {
1854
+ id: string;
1855
+ limits?: {
1856
+ cpu: number;
1857
+ } | undefined;
1858
+ gcp?: {
1859
+ project: string;
1860
+ enabled?: boolean | undefined;
1861
+ } | undefined;
1862
+ hetzner?: {
1863
+ apiKey: string;
1864
+ enabled?: boolean | undefined;
1865
+ } | undefined;
1866
+ aws?: {
1867
+ controllerRoleArn: string;
1868
+ enabled?: boolean | undefined;
1869
+ } | undefined;
1870
+ }>, "many">;
1871
+ export declare const zCreateFleetData: z.ZodObject<{
1872
+ limits: z.ZodOptional<z.ZodObject<{
1873
+ cpu: z.ZodNumber;
1874
+ }, "strip", z.ZodTypeAny, {
1875
+ cpu: number;
1876
+ }, {
1877
+ cpu: number;
1878
+ }>>;
1879
+ gcp: z.ZodOptional<z.ZodObject<{
1696
1880
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1697
- apiKey: z.ZodOptional<z.ZodString>;
1881
+ project: z.ZodString;
1698
1882
  }, "strip", z.ZodTypeAny, {
1883
+ project: string;
1699
1884
  enabled: boolean;
1700
- apiKey?: string | undefined;
1701
1885
  }, {
1702
- apiKey?: string | undefined;
1886
+ project: string;
1703
1887
  enabled?: boolean | undefined;
1704
- }>, z.ZodObject<{
1705
- apiKey: z.ZodOptional<z.ZodString>;
1888
+ }>>;
1889
+ hetzner: z.ZodOptional<z.ZodObject<{
1706
1890
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1891
+ apiKey: z.ZodString;
1707
1892
  }, "strip", z.ZodTypeAny, {
1893
+ apiKey: string;
1708
1894
  enabled: boolean;
1709
- apiKey?: string | undefined;
1710
1895
  }, {
1711
- apiKey?: string | undefined;
1896
+ apiKey: string;
1712
1897
  enabled?: boolean | undefined;
1713
- }>]>>;
1898
+ }>>;
1714
1899
  aws: z.ZodOptional<z.ZodObject<{
1715
1900
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1716
1901
  controllerRoleArn: z.ZodString;
@@ -1722,9 +1907,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1722
1907
  enabled?: boolean | undefined;
1723
1908
  }>>;
1724
1909
  id: z.ZodString;
1725
- type: z.ZodEnum<["managed", "connected"]>;
1726
1910
  }, "strip", z.ZodTypeAny, {
1727
- type: "connected" | "managed";
1728
1911
  id: string;
1729
1912
  limits?: {
1730
1913
  cpu: number;
@@ -1734,18 +1917,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1734
1917
  enabled: boolean;
1735
1918
  } | undefined;
1736
1919
  hetzner?: {
1920
+ apiKey: string;
1737
1921
  enabled: boolean;
1738
- apiKey?: string | undefined;
1739
- } | {
1740
- enabled: boolean;
1741
- apiKey?: string | undefined;
1742
1922
  } | undefined;
1743
1923
  aws?: {
1744
1924
  controllerRoleArn: string;
1745
1925
  enabled: boolean;
1746
1926
  } | undefined;
1747
1927
  }, {
1748
- type: "connected" | "managed";
1749
1928
  id: string;
1750
1929
  limits?: {
1751
1930
  cpu: number;
@@ -1755,19 +1934,45 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1755
1934
  enabled?: boolean | undefined;
1756
1935
  } | undefined;
1757
1936
  hetzner?: {
1758
- apiKey?: string | undefined;
1759
- enabled?: boolean | undefined;
1760
- } | {
1761
- apiKey?: string | undefined;
1937
+ apiKey: string;
1762
1938
  enabled?: boolean | undefined;
1763
1939
  } | undefined;
1764
1940
  aws?: {
1765
1941
  controllerRoleArn: string;
1766
1942
  enabled?: boolean | undefined;
1767
1943
  } | undefined;
1768
- }>, "many">;
1944
+ }>;
1945
+ /**
1946
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1947
+ */
1948
+ export declare const zCreateFleetParameterClusterId: z.ZodString;
1949
+ /**
1950
+ * Successfully created. Returns created Fleet ID.
1951
+ */
1769
1952
  export declare const zCreateFleetResponse: z.ZodString;
1953
+ /**
1954
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1955
+ */
1956
+ export declare const zDeleteFleetParameterClusterId: z.ZodString;
1957
+ /**
1958
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1959
+ */
1960
+ export declare const zDeleteFleetParameterFleetName: z.ZodString;
1961
+ /**
1962
+ * Successfully deleted.
1963
+ */
1770
1964
  export declare const zDeleteFleetResponse: z.ZodString;
1965
+ /**
1966
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1967
+ */
1968
+ export declare const zGetFleetParameterClusterId: z.ZodString;
1969
+ /**
1970
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1971
+ */
1972
+ export declare const zGetFleetParameterFleetName: z.ZodString;
1973
+ /**
1974
+ * Returns a single object containing fleet details.
1975
+ */
1771
1976
  export declare const zGetFleetResponse: z.ZodObject<{
1772
1977
  limits: z.ZodOptional<z.ZodObject<{
1773
1978
  cpu: z.ZodNumber;
@@ -1786,25 +1991,90 @@ export declare const zGetFleetResponse: z.ZodObject<{
1786
1991
  project: string;
1787
1992
  enabled?: boolean | undefined;
1788
1993
  }>>;
1789
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1994
+ hetzner: z.ZodOptional<z.ZodObject<{
1790
1995
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1791
- apiKey: z.ZodOptional<z.ZodString>;
1996
+ apiKey: z.ZodString;
1792
1997
  }, "strip", z.ZodTypeAny, {
1998
+ apiKey: string;
1793
1999
  enabled: boolean;
1794
- apiKey?: string | undefined;
1795
2000
  }, {
1796
- apiKey?: string | undefined;
2001
+ apiKey: string;
1797
2002
  enabled?: boolean | undefined;
1798
- }>, z.ZodObject<{
1799
- apiKey: z.ZodOptional<z.ZodString>;
2003
+ }>>;
2004
+ aws: z.ZodOptional<z.ZodObject<{
1800
2005
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2006
+ controllerRoleArn: z.ZodString;
1801
2007
  }, "strip", z.ZodTypeAny, {
2008
+ controllerRoleArn: string;
1802
2009
  enabled: boolean;
1803
- apiKey?: string | undefined;
1804
2010
  }, {
1805
- apiKey?: string | undefined;
2011
+ controllerRoleArn: string;
2012
+ enabled?: boolean | undefined;
2013
+ }>>;
2014
+ id: z.ZodString;
2015
+ }, "strip", z.ZodTypeAny, {
2016
+ id: string;
2017
+ limits?: {
2018
+ cpu: number;
2019
+ } | undefined;
2020
+ gcp?: {
2021
+ project: string;
2022
+ enabled: boolean;
2023
+ } | undefined;
2024
+ hetzner?: {
2025
+ apiKey: string;
2026
+ enabled: boolean;
2027
+ } | undefined;
2028
+ aws?: {
2029
+ controllerRoleArn: string;
2030
+ enabled: boolean;
2031
+ } | undefined;
2032
+ }, {
2033
+ id: string;
2034
+ limits?: {
2035
+ cpu: number;
2036
+ } | undefined;
2037
+ gcp?: {
2038
+ project: string;
2039
+ enabled?: boolean | undefined;
2040
+ } | undefined;
2041
+ hetzner?: {
2042
+ apiKey: string;
2043
+ enabled?: boolean | undefined;
2044
+ } | undefined;
2045
+ aws?: {
2046
+ controllerRoleArn: string;
2047
+ enabled?: boolean | undefined;
2048
+ } | undefined;
2049
+ }>;
2050
+ export declare const zUpdateFleetData: z.ZodObject<{
2051
+ limits: z.ZodOptional<z.ZodObject<{
2052
+ cpu: z.ZodNumber;
2053
+ }, "strip", z.ZodTypeAny, {
2054
+ cpu: number;
2055
+ }, {
2056
+ cpu: number;
2057
+ }>>;
2058
+ gcp: z.ZodOptional<z.ZodObject<{
2059
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2060
+ project: z.ZodString;
2061
+ }, "strip", z.ZodTypeAny, {
2062
+ project: string;
2063
+ enabled: boolean;
2064
+ }, {
2065
+ project: string;
2066
+ enabled?: boolean | undefined;
2067
+ }>>;
2068
+ hetzner: z.ZodOptional<z.ZodObject<{
2069
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2070
+ apiKey: z.ZodString;
2071
+ }, "strip", z.ZodTypeAny, {
2072
+ apiKey: string;
2073
+ enabled: boolean;
2074
+ }, {
2075
+ apiKey: string;
1806
2076
  enabled?: boolean | undefined;
1807
- }>]>>;
2077
+ }>>;
1808
2078
  aws: z.ZodOptional<z.ZodObject<{
1809
2079
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1810
2080
  controllerRoleArn: z.ZodString;
@@ -1815,11 +2085,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1815
2085
  controllerRoleArn: string;
1816
2086
  enabled?: boolean | undefined;
1817
2087
  }>>;
1818
- id: z.ZodString;
1819
- type: z.ZodEnum<["managed", "connected"]>;
1820
2088
  }, "strip", z.ZodTypeAny, {
1821
- type: "connected" | "managed";
1822
- id: string;
1823
2089
  limits?: {
1824
2090
  cpu: number;
1825
2091
  } | undefined;
@@ -1828,19 +2094,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1828
2094
  enabled: boolean;
1829
2095
  } | undefined;
1830
2096
  hetzner?: {
2097
+ apiKey: string;
1831
2098
  enabled: boolean;
1832
- apiKey?: string | undefined;
1833
- } | {
1834
- enabled: boolean;
1835
- apiKey?: string | undefined;
1836
2099
  } | undefined;
1837
2100
  aws?: {
1838
2101
  controllerRoleArn: string;
1839
2102
  enabled: boolean;
1840
2103
  } | undefined;
1841
2104
  }, {
1842
- type: "connected" | "managed";
1843
- id: string;
1844
2105
  limits?: {
1845
2106
  cpu: number;
1846
2107
  } | undefined;
@@ -1849,10 +2110,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1849
2110
  enabled?: boolean | undefined;
1850
2111
  } | undefined;
1851
2112
  hetzner?: {
1852
- apiKey?: string | undefined;
1853
- enabled?: boolean | undefined;
1854
- } | {
1855
- apiKey?: string | undefined;
2113
+ apiKey: string;
1856
2114
  enabled?: boolean | undefined;
1857
2115
  } | undefined;
1858
2116
  aws?: {
@@ -1860,11 +2118,29 @@ export declare const zGetFleetResponse: z.ZodObject<{
1860
2118
  enabled?: boolean | undefined;
1861
2119
  } | undefined;
1862
2120
  }>;
2121
+ /**
2122
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2123
+ */
2124
+ export declare const zUpdateFleetParameterClusterId: z.ZodString;
2125
+ /**
2126
+ * Unique identifier of the fleet. UUID v4 string in canonical form
2127
+ */
2128
+ export declare const zUpdateFleetParameterFleetName: z.ZodString;
2129
+ /**
2130
+ * Successfully updated.
2131
+ */
1863
2132
  export declare const zUpdateFleetResponse: z.ZodString;
2133
+ /**
2134
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2135
+ */
2136
+ export declare const zQueryClusterParameterClusterId: z.ZodString;
2137
+ /**
2138
+ * An array of clusters
2139
+ */
1864
2140
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1865
2141
  name: z.ZodString;
1866
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1867
2142
  tier: z.ZodEnum<["basic", "pro"]>;
2143
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1868
2144
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1869
2145
  id: z.ZodString;
1870
2146
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1881,7 +2157,7 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1881
2157
  version_channel: string;
1882
2158
  tier: "basic" | "pro";
1883
2159
  ready?: boolean | undefined;
1884
- region?: "staging" | "northamerica-central-1" | undefined;
2160
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1885
2161
  version_current?: string | undefined;
1886
2162
  created_at?: string | undefined;
1887
2163
  updated_at?: string | undefined;
@@ -1893,7 +2169,7 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1893
2169
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1894
2170
  tier: "basic" | "pro";
1895
2171
  ready?: boolean | undefined;
1896
- region?: "staging" | "northamerica-central-1" | undefined;
2172
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1897
2173
  version_channel?: string | undefined;
1898
2174
  version_current?: string | undefined;
1899
2175
  created_at?: string | undefined;
@@ -1901,12 +2177,45 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1901
2177
  endpoint?: string | undefined;
1902
2178
  certificate_ca?: string | undefined;
1903
2179
  }>, "many">;
2180
+ export declare const zCreateClusterData: z.ZodObject<{
2181
+ name: z.ZodString;
2182
+ tier: z.ZodEnum<["basic", "pro"]>;
2183
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
2184
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2185
+ }, "strip", z.ZodTypeAny, {
2186
+ name: string;
2187
+ version_channel: string;
2188
+ tier: "basic" | "pro";
2189
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
2190
+ }, {
2191
+ name: string;
2192
+ tier: "basic" | "pro";
2193
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
2194
+ version_channel?: string | undefined;
2195
+ }>;
2196
+ /**
2197
+ * Successfully created. Returns created Cluster ID.
2198
+ */
1904
2199
  export declare const zCreateClusterResponse: z.ZodString;
2200
+ /**
2201
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2202
+ */
2203
+ export declare const zDeleteClusterParameterClusterId: z.ZodString;
2204
+ /**
2205
+ * Successfully deleted.
2206
+ */
1905
2207
  export declare const zDeleteClusterResponse: z.ZodString;
2208
+ /**
2209
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2210
+ */
2211
+ export declare const zGetClusterParameterClusterId: z.ZodString;
2212
+ /**
2213
+ * Returns a single object containing cluster details.
2214
+ */
1906
2215
  export declare const zGetClusterResponse: z.ZodObject<{
1907
2216
  name: z.ZodString;
1908
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1909
2217
  tier: z.ZodEnum<["basic", "pro"]>;
2218
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1910
2219
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1911
2220
  id: z.ZodString;
1912
2221
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1923,7 +2232,7 @@ export declare const zGetClusterResponse: z.ZodObject<{
1923
2232
  version_channel: string;
1924
2233
  tier: "basic" | "pro";
1925
2234
  ready?: boolean | undefined;
1926
- region?: "staging" | "northamerica-central-1" | undefined;
2235
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1927
2236
  version_current?: string | undefined;
1928
2237
  created_at?: string | undefined;
1929
2238
  updated_at?: string | undefined;
@@ -1935,7 +2244,7 @@ export declare const zGetClusterResponse: z.ZodObject<{
1935
2244
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1936
2245
  tier: "basic" | "pro";
1937
2246
  ready?: boolean | undefined;
1938
- region?: "staging" | "northamerica-central-1" | undefined;
2247
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1939
2248
  version_channel?: string | undefined;
1940
2249
  version_current?: string | undefined;
1941
2250
  created_at?: string | undefined;
@@ -1943,10 +2252,30 @@ export declare const zGetClusterResponse: z.ZodObject<{
1943
2252
  endpoint?: string | undefined;
1944
2253
  certificate_ca?: string | undefined;
1945
2254
  }>;
2255
+ export declare const zUpdateClusterData: z.ZodObject<{
2256
+ name: z.ZodOptional<z.ZodString>;
2257
+ tier: z.ZodEnum<["basic", "pro"]>;
2258
+ version_channel: z.ZodOptional<z.ZodString>;
2259
+ }, "strip", z.ZodTypeAny, {
2260
+ tier: "basic" | "pro";
2261
+ name?: string | undefined;
2262
+ version_channel?: string | undefined;
2263
+ }, {
2264
+ tier: "basic" | "pro";
2265
+ name?: string | undefined;
2266
+ version_channel?: string | undefined;
2267
+ }>;
2268
+ /**
2269
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2270
+ */
2271
+ export declare const zUpdateClusterParameterClusterId: z.ZodString;
2272
+ /**
2273
+ * Successfully updated. Returns updated cluster details.
2274
+ */
1946
2275
  export declare const zUpdateClusterResponse: z.ZodObject<{
1947
2276
  name: z.ZodString;
1948
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1949
2277
  tier: z.ZodEnum<["basic", "pro"]>;
2278
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1950
2279
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1951
2280
  id: z.ZodString;
1952
2281
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -1963,7 +2292,7 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1963
2292
  version_channel: string;
1964
2293
  tier: "basic" | "pro";
1965
2294
  ready?: boolean | undefined;
1966
- region?: "staging" | "northamerica-central-1" | undefined;
2295
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1967
2296
  version_current?: string | undefined;
1968
2297
  created_at?: string | undefined;
1969
2298
  updated_at?: string | undefined;
@@ -1975,7 +2304,7 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1975
2304
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1976
2305
  tier: "basic" | "pro";
1977
2306
  ready?: boolean | undefined;
1978
- region?: "staging" | "northamerica-central-1" | undefined;
2307
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
1979
2308
  version_channel?: string | undefined;
1980
2309
  version_current?: string | undefined;
1981
2310
  created_at?: string | undefined;
@@ -1983,10 +2312,17 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1983
2312
  endpoint?: string | undefined;
1984
2313
  certificate_ca?: string | undefined;
1985
2314
  }>;
2315
+ /**
2316
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2317
+ */
2318
+ export declare const zGetJoinInformationParameterClusterId: z.ZodString;
2319
+ /**
2320
+ * An object of cluster join information
2321
+ */
1986
2322
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1987
2323
  name: z.ZodString;
1988
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1989
2324
  tier: z.ZodEnum<["basic", "pro"]>;
2325
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1", "europe-central-1a"]>>;
1990
2326
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1991
2327
  id: z.ZodString;
1992
2328
  status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
@@ -2003,7 +2339,7 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
2003
2339
  version_channel: string;
2004
2340
  tier: "basic" | "pro";
2005
2341
  ready?: boolean | undefined;
2006
- region?: "staging" | "northamerica-central-1" | undefined;
2342
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
2007
2343
  version_current?: string | undefined;
2008
2344
  created_at?: string | undefined;
2009
2345
  updated_at?: string | undefined;
@@ -2015,7 +2351,7 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
2015
2351
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
2016
2352
  tier: "basic" | "pro";
2017
2353
  ready?: boolean | undefined;
2018
- region?: "staging" | "northamerica-central-1" | undefined;
2354
+ region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
2019
2355
  version_channel?: string | undefined;
2020
2356
  version_current?: string | undefined;
2021
2357
  created_at?: string | undefined;
@@ -2023,6 +2359,9 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
2023
2359
  endpoint?: string | undefined;
2024
2360
  certificate_ca?: string | undefined;
2025
2361
  }>;
2362
+ /**
2363
+ * An array of invites
2364
+ */
2026
2365
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2027
2366
  id: z.ZodOptional<z.ZodString>;
2028
2367
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2042,6 +2381,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2042
2381
  email?: string | undefined;
2043
2382
  organization_id?: string | undefined;
2044
2383
  }>, "many">;
2384
+ export declare const zCreateInviteData: z.ZodObject<{
2385
+ email: z.ZodOptional<z.ZodString>;
2386
+ }, "strip", z.ZodTypeAny, {
2387
+ email?: string | undefined;
2388
+ }, {
2389
+ email?: string | undefined;
2390
+ }>;
2391
+ /**
2392
+ * Successfully created. Returns created invite details.
2393
+ */
2045
2394
  export declare const zCreateInviteResponse: z.ZodObject<{
2046
2395
  id: z.ZodOptional<z.ZodString>;
2047
2396
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2061,6 +2410,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
2061
2410
  email?: string | undefined;
2062
2411
  organization_id?: string | undefined;
2063
2412
  }>;
2413
+ /**
2414
+ * Invitation code
2415
+ */
2416
+ export declare const zGetInviteParameterCode: z.ZodString;
2417
+ /**
2418
+ * Returns a single object containing invite details.
2419
+ */
2064
2420
  export declare const zGetInviteResponse: z.ZodObject<{
2065
2421
  id: z.ZodOptional<z.ZodString>;
2066
2422
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2080,6 +2436,13 @@ export declare const zGetInviteResponse: z.ZodObject<{
2080
2436
  email?: string | undefined;
2081
2437
  organization_id?: string | undefined;
2082
2438
  }>;
2439
+ /**
2440
+ * User email address
2441
+ */
2442
+ export declare const zDeleteInviteParameterEmail: z.ZodString;
2443
+ /**
2444
+ * An array of chart listings in the marketplace.
2445
+ */
2083
2446
  export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2084
2447
  id: z.ZodString;
2085
2448
  name: z.ZodString;
@@ -2131,6 +2494,13 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2131
2494
  placeholder: string;
2132
2495
  }[];
2133
2496
  }>, "many">;
2497
+ /**
2498
+ * Unique identifier of the chart listing in the marketplace.
2499
+ */
2500
+ export declare const zGetMarketplaceChartParameterListingId: z.ZodString;
2501
+ /**
2502
+ * Returns an object containing the chart listing details.
2503
+ */
2134
2504
  export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2135
2505
  id: z.ZodString;
2136
2506
  name: z.ZodString;
@@ -2182,6 +2552,9 @@ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2182
2552
  placeholder: string;
2183
2553
  }[];
2184
2554
  }>;
2555
+ /**
2556
+ * Returns a single object containing organization details.
2557
+ */
2185
2558
  export declare const zGetOrganizationResponse: z.ZodObject<{
2186
2559
  id: z.ZodString;
2187
2560
  name: z.ZodOptional<z.ZodString>;
@@ -2192,7 +2565,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2192
2565
  pro_clusters_max: z.ZodNumber;
2193
2566
  pro_clusters_available: z.ZodNumber;
2194
2567
  fleets_max: z.ZodNumber;
2195
- managed_fleets_cpu_max: z.ZodNumber;
2196
2568
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
2197
2569
  regions: z.ZodArray<z.ZodString, "many">;
2198
2570
  versions: z.ZodArray<z.ZodObject<{
@@ -2215,7 +2587,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2215
2587
  pro_clusters_max: number;
2216
2588
  pro_clusters_available: number;
2217
2589
  fleets_max: number;
2218
- managed_fleets_cpu_max: number;
2219
2590
  cluster_tiers: string[];
2220
2591
  regions: string[];
2221
2592
  }, {
@@ -2228,7 +2599,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2228
2599
  pro_clusters_max: number;
2229
2600
  pro_clusters_available: number;
2230
2601
  fleets_max: number;
2231
- managed_fleets_cpu_max: number;
2232
2602
  cluster_tiers: string[];
2233
2603
  regions: string[];
2234
2604
  }>;
@@ -2247,7 +2617,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2247
2617
  pro_clusters_max: number;
2248
2618
  pro_clusters_available: number;
2249
2619
  fleets_max: number;
2250
- managed_fleets_cpu_max: number;
2251
2620
  cluster_tiers: string[];
2252
2621
  regions: string[];
2253
2622
  };
@@ -2266,12 +2635,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2266
2635
  pro_clusters_max: number;
2267
2636
  pro_clusters_available: number;
2268
2637
  fleets_max: number;
2269
- managed_fleets_cpu_max: number;
2270
2638
  cluster_tiers: string[];
2271
2639
  regions: string[];
2272
2640
  };
2273
2641
  name?: string | undefined;
2274
2642
  }>;
2643
+ export declare const zCreateOrganizationData: z.ZodObject<{
2644
+ email: z.ZodString;
2645
+ first_name: z.ZodString;
2646
+ last_name: z.ZodString;
2647
+ company_name: z.ZodString;
2648
+ password: z.ZodString;
2649
+ }, "strip", z.ZodTypeAny, {
2650
+ email: string;
2651
+ first_name: string;
2652
+ last_name: string;
2653
+ company_name: string;
2654
+ password: string;
2655
+ }, {
2656
+ email: string;
2657
+ first_name: string;
2658
+ last_name: string;
2659
+ company_name: string;
2660
+ password: string;
2661
+ }>;
2662
+ /**
2663
+ * Returns a list of access token details with masked secrets.
2664
+ */
2275
2665
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2276
2666
  name: z.ZodString;
2277
2667
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2291,6 +2681,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2291
2681
  id?: string | undefined;
2292
2682
  secret?: string | undefined;
2293
2683
  }>, "many">;
2684
+ export declare const zCreateTokenData: z.ZodObject<{
2685
+ name: z.ZodString;
2686
+ role: z.ZodEnum<["Administrator", "User"]>;
2687
+ }, "strip", z.ZodTypeAny, {
2688
+ name: string;
2689
+ role: "Administrator" | "User";
2690
+ }, {
2691
+ name: string;
2692
+ role: "Administrator" | "User";
2693
+ }>;
2694
+ /**
2695
+ * Successfully created. Returns created token details with unmasked/raw secret.
2696
+ */
2294
2697
  export declare const zCreateTokenResponse: z.ZodObject<{
2295
2698
  name: z.ZodString;
2296
2699
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2310,6 +2713,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2310
2713
  id?: string | undefined;
2311
2714
  secret?: string | undefined;
2312
2715
  }>;
2716
+ /**
2717
+ * Generated unique identifier of the access token.
2718
+ */
2719
+ export declare const zDeleteTokenParameterTokenId: z.ZodString;
2720
+ /**
2721
+ * Generated unique identifier of the access token.
2722
+ */
2723
+ export declare const zGetTokenParameterTokenId: z.ZodString;
2724
+ /**
2725
+ * Returns access token details with masked secret.
2726
+ */
2313
2727
  export declare const zGetTokenResponse: z.ZodObject<{
2314
2728
  name: z.ZodString;
2315
2729
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2329,6 +2743,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
2329
2743
  id?: string | undefined;
2330
2744
  secret?: string | undefined;
2331
2745
  }>;
2746
+ export declare const zUpdateTokenData: z.ZodObject<{
2747
+ name: z.ZodOptional<z.ZodString>;
2748
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2749
+ }, "strip", z.ZodTypeAny, {
2750
+ name?: string | undefined;
2751
+ role?: "Administrator" | "User" | undefined;
2752
+ }, {
2753
+ name?: string | undefined;
2754
+ role?: "Administrator" | "User" | undefined;
2755
+ }>;
2756
+ /**
2757
+ * Generated unique identifier of the access token.
2758
+ */
2759
+ export declare const zUpdateTokenParameterTokenId: z.ZodString;
2760
+ /**
2761
+ * Successfully updated. Returns updated token details with masked secret.
2762
+ */
2332
2763
  export declare const zUpdateTokenResponse: z.ZodObject<{
2333
2764
  name: z.ZodString;
2334
2765
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2348,6 +2779,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2348
2779
  id?: string | undefined;
2349
2780
  secret?: string | undefined;
2350
2781
  }>;
2782
+ /**
2783
+ * Generated unique identifier of the access token.
2784
+ */
2785
+ export declare const zRegenerateTokenParameterTokenId: z.ZodString;
2786
+ /**
2787
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
2788
+ */
2351
2789
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2352
2790
  name: z.ZodString;
2353
2791
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2367,6 +2805,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2367
2805
  id?: string | undefined;
2368
2806
  secret?: string | undefined;
2369
2807
  }>;
2808
+ /**
2809
+ * User email address.
2810
+ */
2811
+ export declare const zListUserOrganizationsParameterEmail: z.ZodString;
2812
+ /**
2813
+ * An array of organizations the user belongs to.
2814
+ */
2370
2815
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2371
2816
  realm: z.ZodOptional<z.ZodString>;
2372
2817
  displayName: z.ZodOptional<z.ZodString>;
@@ -2377,6 +2822,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2377
2822
  realm?: string | undefined;
2378
2823
  displayName?: string | undefined;
2379
2824
  }>, "many">;
2825
+ /**
2826
+ * An array of users
2827
+ */
2380
2828
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2381
2829
  email: z.ZodString;
2382
2830
  first_name: z.ZodString;
@@ -2402,6 +2850,34 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2402
2850
  last_name: string;
2403
2851
  date_created: string;
2404
2852
  }>, "many">;
2853
+ export declare const zCreateUserData: z.ZodObject<{
2854
+ email: z.ZodString;
2855
+ first_name: z.ZodString;
2856
+ last_name: z.ZodString;
2857
+ code: z.ZodString;
2858
+ password: z.ZodString;
2859
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2860
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2861
+ }, "strip", z.ZodTypeAny, {
2862
+ code: string;
2863
+ email: string;
2864
+ first_name: string;
2865
+ last_name: string;
2866
+ password: string;
2867
+ role?: "Administrator" | "User" | undefined;
2868
+ status?: "active" | "inactive" | undefined;
2869
+ }, {
2870
+ code: string;
2871
+ email: string;
2872
+ first_name: string;
2873
+ last_name: string;
2874
+ password: string;
2875
+ role?: "Administrator" | "User" | undefined;
2876
+ status?: "active" | "inactive" | undefined;
2877
+ }>;
2878
+ /**
2879
+ * Successfully created. Returns created user details.
2880
+ */
2405
2881
  export declare const zCreateUserResponse: z.ZodObject<{
2406
2882
  email: z.ZodString;
2407
2883
  first_name: z.ZodString;
@@ -2427,6 +2903,13 @@ export declare const zCreateUserResponse: z.ZodObject<{
2427
2903
  last_name: string;
2428
2904
  date_created: string;
2429
2905
  }>;
2906
+ /**
2907
+ * Unique user identifier. UUID v4 string in canonical form
2908
+ */
2909
+ export declare const zDeleteUserParameterUserId: z.ZodString;
2910
+ /**
2911
+ * User profile information
2912
+ */
2430
2913
  export declare const zDeleteUserResponse: z.ZodObject<{
2431
2914
  email: z.ZodString;
2432
2915
  first_name: z.ZodString;
@@ -2452,6 +2935,13 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2452
2935
  last_name: string;
2453
2936
  date_created: string;
2454
2937
  }>;
2938
+ /**
2939
+ * Unique user identifier. UUID v4 string in canonical form
2940
+ */
2941
+ export declare const zGetUserParameterUserId: z.ZodString;
2942
+ /**
2943
+ * User profile information
2944
+ */
2455
2945
  export declare const zGetUserResponse: z.ZodObject<{
2456
2946
  email: z.ZodString;
2457
2947
  first_name: z.ZodString;
@@ -2477,6 +2967,32 @@ export declare const zGetUserResponse: z.ZodObject<{
2477
2967
  last_name: string;
2478
2968
  date_created: string;
2479
2969
  }>;
2970
+ export declare const zUpdateUserData: z.ZodObject<{
2971
+ email: z.ZodOptional<z.ZodString>;
2972
+ first_name: z.ZodOptional<z.ZodString>;
2973
+ last_name: z.ZodOptional<z.ZodString>;
2974
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2975
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2976
+ }, "strip", z.ZodTypeAny, {
2977
+ role?: "Administrator" | "User" | undefined;
2978
+ email?: string | undefined;
2979
+ status?: "active" | "inactive" | undefined;
2980
+ first_name?: string | undefined;
2981
+ last_name?: string | undefined;
2982
+ }, {
2983
+ role?: "Administrator" | "User" | undefined;
2984
+ email?: string | undefined;
2985
+ status?: "active" | "inactive" | undefined;
2986
+ first_name?: string | undefined;
2987
+ last_name?: string | undefined;
2988
+ }>;
2989
+ /**
2990
+ * Unique user identifier. UUID v4 string in canonical form
2991
+ */
2992
+ export declare const zUpdateUserParameterUserId: z.ZodString;
2993
+ /**
2994
+ * Successfully created. Returns created user details.
2995
+ */
2480
2996
  export declare const zUpdateUserResponse: z.ZodObject<{
2481
2997
  email: z.ZodString;
2482
2998
  first_name: z.ZodString;