@cloudfleet/sdk 0.0.1-7f36848 → 0.0.1-869c561

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zod.gen.d.ts CHANGED
@@ -11,6 +11,8 @@ export declare const zBillingContact: z.ZodObject<{
11
11
  email: z.ZodString;
12
12
  first_name: z.ZodString;
13
13
  last_name: z.ZodString;
14
+ tax_id: z.ZodOptional<z.ZodString>;
15
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
14
16
  }, "strip", z.ZodTypeAny, {
15
17
  email: string;
16
18
  first_name: string;
@@ -23,6 +25,8 @@ export declare const zBillingContact: z.ZodObject<{
23
25
  postalCode?: string | undefined;
24
26
  city?: string | undefined;
25
27
  phone?: string | undefined;
28
+ tax_id?: string | undefined;
29
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
26
30
  }, {
27
31
  email: string;
28
32
  first_name: string;
@@ -35,6 +39,8 @@ export declare const zBillingContact: z.ZodObject<{
35
39
  postalCode?: string | undefined;
36
40
  city?: string | undefined;
37
41
  phone?: string | undefined;
42
+ tax_id?: string | undefined;
43
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
38
44
  }>;
39
45
  export declare const zBillingCredits: z.ZodObject<{
40
46
  id: z.ZodOptional<z.ZodString>;
@@ -92,7 +98,7 @@ export declare const zChart: z.ZodObject<{
92
98
  name: z.ZodString;
93
99
  namespace: z.ZodString;
94
100
  chart: z.ZodString;
95
- status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady"]>;
101
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
96
102
  version_current: z.ZodString;
97
103
  created_at: z.ZodString;
98
104
  updated_at: z.ZodString;
@@ -101,7 +107,7 @@ export declare const zChart: z.ZodObject<{
101
107
  values: string;
102
108
  name: string;
103
109
  ready: boolean;
104
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady";
110
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
105
111
  version_channel: string;
106
112
  namespace: string;
107
113
  chart: string;
@@ -112,7 +118,7 @@ export declare const zChart: z.ZodObject<{
112
118
  values: string;
113
119
  name: string;
114
120
  ready: boolean;
115
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady";
121
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
116
122
  version_channel: string;
117
123
  namespace: string;
118
124
  chart: string;
@@ -276,25 +282,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
276
282
  project: string;
277
283
  enabled?: boolean | undefined;
278
284
  }>>;
279
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
285
+ hetzner: z.ZodOptional<z.ZodObject<{
280
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
281
- apiKey: z.ZodOptional<z.ZodString>;
287
+ apiKey: z.ZodString;
282
288
  }, "strip", z.ZodTypeAny, {
289
+ apiKey: string;
283
290
  enabled: boolean;
284
- apiKey?: string | undefined;
285
291
  }, {
286
- apiKey?: string | undefined;
292
+ apiKey: string;
287
293
  enabled?: boolean | undefined;
288
- }>, z.ZodObject<{
289
- apiKey: z.ZodOptional<z.ZodString>;
290
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
291
- }, "strip", z.ZodTypeAny, {
292
- enabled: boolean;
293
- apiKey?: string | undefined;
294
- }, {
295
- apiKey?: string | undefined;
296
- enabled?: boolean | undefined;
297
- }>]>>;
294
+ }>>;
298
295
  aws: z.ZodOptional<z.ZodObject<{
299
296
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
300
297
  controllerRoleArn: z.ZodString;
@@ -306,9 +303,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
306
303
  enabled?: boolean | undefined;
307
304
  }>>;
308
305
  id: z.ZodString;
309
- type: z.ZodEnum<["managed", "connected"]>;
310
306
  }, "strip", z.ZodTypeAny, {
311
- type: "connected" | "managed";
312
307
  id: string;
313
308
  limits?: {
314
309
  cpu: number;
@@ -318,18 +313,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
318
313
  enabled: boolean;
319
314
  } | undefined;
320
315
  hetzner?: {
316
+ apiKey: string;
321
317
  enabled: boolean;
322
- apiKey?: string | undefined;
323
- } | {
324
- enabled: boolean;
325
- apiKey?: string | undefined;
326
318
  } | undefined;
327
319
  aws?: {
328
320
  controllerRoleArn: string;
329
321
  enabled: boolean;
330
322
  } | undefined;
331
323
  }, {
332
- type: "connected" | "managed";
333
324
  id: string;
334
325
  limits?: {
335
326
  cpu: number;
@@ -339,10 +330,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
339
330
  enabled?: boolean | undefined;
340
331
  } | undefined;
341
332
  hetzner?: {
342
- apiKey?: string | undefined;
343
- enabled?: boolean | undefined;
344
- } | {
345
- apiKey?: string | undefined;
333
+ apiKey: string;
346
334
  enabled?: boolean | undefined;
347
335
  } | undefined;
348
336
  aws?: {
@@ -368,25 +356,16 @@ export declare const zFleet: z.ZodObject<{
368
356
  project: string;
369
357
  enabled?: boolean | undefined;
370
358
  }>>;
371
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
372
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
373
- apiKey: z.ZodOptional<z.ZodString>;
374
- }, "strip", z.ZodTypeAny, {
375
- enabled: boolean;
376
- apiKey?: string | undefined;
377
- }, {
378
- apiKey?: string | undefined;
379
- enabled?: boolean | undefined;
380
- }>, z.ZodObject<{
381
- apiKey: z.ZodOptional<z.ZodString>;
359
+ hetzner: z.ZodOptional<z.ZodObject<{
382
360
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
361
+ apiKey: z.ZodString;
383
362
  }, "strip", z.ZodTypeAny, {
363
+ apiKey: string;
384
364
  enabled: boolean;
385
- apiKey?: string | undefined;
386
365
  }, {
387
- apiKey?: string | undefined;
366
+ apiKey: string;
388
367
  enabled?: boolean | undefined;
389
- }>]>>;
368
+ }>>;
390
369
  aws: z.ZodOptional<z.ZodObject<{
391
370
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
392
371
  controllerRoleArn: z.ZodString;
@@ -398,9 +377,7 @@ export declare const zFleet: z.ZodObject<{
398
377
  enabled?: boolean | undefined;
399
378
  }>>;
400
379
  id: z.ZodString;
401
- type: z.ZodEnum<["managed", "connected"]>;
402
380
  }, "strip", z.ZodTypeAny, {
403
- type: "connected" | "managed";
404
381
  id: string;
405
382
  limits?: {
406
383
  cpu: number;
@@ -410,18 +387,14 @@ export declare const zFleet: z.ZodObject<{
410
387
  enabled: boolean;
411
388
  } | undefined;
412
389
  hetzner?: {
390
+ apiKey: string;
413
391
  enabled: boolean;
414
- apiKey?: string | undefined;
415
- } | {
416
- enabled: boolean;
417
- apiKey?: string | undefined;
418
392
  } | undefined;
419
393
  aws?: {
420
394
  controllerRoleArn: string;
421
395
  enabled: boolean;
422
396
  } | undefined;
423
397
  }, {
424
- type: "connected" | "managed";
425
398
  id: string;
426
399
  limits?: {
427
400
  cpu: number;
@@ -431,10 +404,7 @@ export declare const zFleet: z.ZodObject<{
431
404
  enabled?: boolean | undefined;
432
405
  } | undefined;
433
406
  hetzner?: {
434
- apiKey?: string | undefined;
435
- enabled?: boolean | undefined;
436
- } | {
437
- apiKey?: string | undefined;
407
+ apiKey: string;
438
408
  enabled?: boolean | undefined;
439
409
  } | undefined;
440
410
  aws?: {
@@ -460,25 +430,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
460
430
  project: string;
461
431
  enabled?: boolean | undefined;
462
432
  }>>;
463
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
433
+ hetzner: z.ZodOptional<z.ZodObject<{
464
434
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
465
- apiKey: z.ZodOptional<z.ZodString>;
435
+ apiKey: z.ZodString;
466
436
  }, "strip", z.ZodTypeAny, {
437
+ apiKey: string;
467
438
  enabled: boolean;
468
- apiKey?: string | undefined;
469
439
  }, {
470
- apiKey?: string | undefined;
440
+ apiKey: string;
471
441
  enabled?: boolean | undefined;
472
- }>, z.ZodObject<{
473
- apiKey: z.ZodOptional<z.ZodString>;
474
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
475
- }, "strip", z.ZodTypeAny, {
476
- enabled: boolean;
477
- apiKey?: string | undefined;
478
- }, {
479
- apiKey?: string | undefined;
480
- enabled?: boolean | undefined;
481
- }>]>>;
442
+ }>>;
482
443
  aws: z.ZodOptional<z.ZodObject<{
483
444
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
484
445
  controllerRoleArn: z.ZodString;
@@ -498,11 +459,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
498
459
  enabled: boolean;
499
460
  } | undefined;
500
461
  hetzner?: {
462
+ apiKey: string;
501
463
  enabled: boolean;
502
- apiKey?: string | undefined;
503
- } | {
504
- enabled: boolean;
505
- apiKey?: string | undefined;
506
464
  } | undefined;
507
465
  aws?: {
508
466
  controllerRoleArn: string;
@@ -517,10 +475,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
517
475
  enabled?: boolean | undefined;
518
476
  } | undefined;
519
477
  hetzner?: {
520
- apiKey?: string | undefined;
521
- enabled?: boolean | undefined;
522
- } | {
523
- apiKey?: string | undefined;
478
+ apiKey: string;
524
479
  enabled?: boolean | undefined;
525
480
  } | undefined;
526
481
  aws?: {
@@ -820,7 +775,21 @@ export declare const zMarketplaceListing: z.ZodObject<{
820
775
  description: z.ZodString;
821
776
  logoUrl: z.ZodString;
822
777
  longDescription: z.ZodString;
823
- categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
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">;
824
793
  }, "strip", z.ZodTypeAny, {
825
794
  name: string;
826
795
  id: string;
@@ -828,7 +797,13 @@ export declare const zMarketplaceListing: z.ZodObject<{
828
797
  developer: string;
829
798
  logoUrl: string;
830
799
  longDescription: string;
831
- categories?: string[] | undefined;
800
+ categories: string[];
801
+ version_channels: string[];
802
+ value_schemas: {
803
+ version: string;
804
+ schema: string;
805
+ placeholder: string;
806
+ }[];
832
807
  }, {
833
808
  name: string;
834
809
  id: string;
@@ -836,7 +811,13 @@ export declare const zMarketplaceListing: z.ZodObject<{
836
811
  developer: string;
837
812
  logoUrl: string;
838
813
  longDescription: string;
839
- categories?: string[] | undefined;
814
+ categories: string[];
815
+ version_channels: string[];
816
+ value_schemas: {
817
+ version: string;
818
+ schema: string;
819
+ placeholder: string;
820
+ }[];
840
821
  }>;
841
822
  export declare const zOrganizationCreateInput: z.ZodObject<{
842
823
  email: z.ZodString;
@@ -867,7 +848,6 @@ export declare const zOrganization: z.ZodObject<{
867
848
  pro_clusters_max: z.ZodNumber;
868
849
  pro_clusters_available: z.ZodNumber;
869
850
  fleets_max: z.ZodNumber;
870
- managed_fleets_cpu_max: z.ZodNumber;
871
851
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
872
852
  regions: z.ZodArray<z.ZodString, "many">;
873
853
  versions: z.ZodArray<z.ZodObject<{
@@ -890,7 +870,6 @@ export declare const zOrganization: z.ZodObject<{
890
870
  pro_clusters_max: number;
891
871
  pro_clusters_available: number;
892
872
  fleets_max: number;
893
- managed_fleets_cpu_max: number;
894
873
  cluster_tiers: string[];
895
874
  regions: string[];
896
875
  }, {
@@ -903,7 +882,6 @@ export declare const zOrganization: z.ZodObject<{
903
882
  pro_clusters_max: number;
904
883
  pro_clusters_available: number;
905
884
  fleets_max: number;
906
- managed_fleets_cpu_max: number;
907
885
  cluster_tiers: string[];
908
886
  regions: string[];
909
887
  }>;
@@ -922,7 +900,6 @@ export declare const zOrganization: z.ZodObject<{
922
900
  pro_clusters_max: number;
923
901
  pro_clusters_available: number;
924
902
  fleets_max: number;
925
- managed_fleets_cpu_max: number;
926
903
  cluster_tiers: string[];
927
904
  regions: string[];
928
905
  };
@@ -941,7 +918,6 @@ export declare const zOrganization: z.ZodObject<{
941
918
  pro_clusters_max: number;
942
919
  pro_clusters_available: number;
943
920
  fleets_max: number;
944
- managed_fleets_cpu_max: number;
945
921
  cluster_tiers: string[];
946
922
  regions: string[];
947
923
  };
@@ -1014,8 +990,8 @@ export declare const zTokenUpdateInput: z.ZodObject<{
1014
990
  export declare const zUsage: z.ZodObject<{
1015
991
  hour: z.ZodOptional<z.ZodString>;
1016
992
  cluster_id: z.ZodString;
1017
- cluster_tier: z.ZodEnum<[""]>;
1018
- 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"]>;
1019
995
  node_name: z.ZodString;
1020
996
  sku: z.ZodString;
1021
997
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1025,10 +1001,10 @@ export declare const zUsage: z.ZodObject<{
1025
1001
  }, "strip", z.ZodTypeAny, {
1026
1002
  total: number | "";
1027
1003
  cpu: number | "";
1028
- 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";
1029
1005
  value: number | "";
1030
1006
  cluster_id: string;
1031
- cluster_tier: "";
1007
+ cluster_tier: "" | "basic" | "pro";
1032
1008
  node_name: string;
1033
1009
  sku: string;
1034
1010
  price: number | "";
@@ -1036,10 +1012,10 @@ export declare const zUsage: z.ZodObject<{
1036
1012
  }, {
1037
1013
  total: number | "";
1038
1014
  cpu: number | "";
1039
- 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";
1040
1016
  value: number | "";
1041
1017
  cluster_id: string;
1042
- cluster_tier: "";
1018
+ cluster_tier: "" | "basic" | "pro";
1043
1019
  node_name: string;
1044
1020
  sku: string;
1045
1021
  price: number | "";
@@ -1114,11 +1090,14 @@ export declare const zUserUpdateInput: z.ZodObject<{
1114
1090
  first_name?: string | undefined;
1115
1091
  last_name?: string | undefined;
1116
1092
  }>;
1093
+ /**
1094
+ * An array of usage records.
1095
+ */
1117
1096
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1118
1097
  hour: z.ZodOptional<z.ZodString>;
1119
1098
  cluster_id: z.ZodString;
1120
- cluster_tier: z.ZodEnum<[""]>;
1121
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
1099
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
1100
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
1122
1101
  node_name: z.ZodString;
1123
1102
  sku: z.ZodString;
1124
1103
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1128,10 +1107,10 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1128
1107
  }, "strip", z.ZodTypeAny, {
1129
1108
  total: number | "";
1130
1109
  cpu: number | "";
1131
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1110
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1132
1111
  value: number | "";
1133
1112
  cluster_id: string;
1134
- cluster_tier: "";
1113
+ cluster_tier: "" | "basic" | "pro";
1135
1114
  node_name: string;
1136
1115
  sku: string;
1137
1116
  price: number | "";
@@ -1139,16 +1118,22 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1139
1118
  }, {
1140
1119
  total: number | "";
1141
1120
  cpu: number | "";
1142
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1121
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1143
1122
  value: number | "";
1144
1123
  cluster_id: string;
1145
- cluster_tier: "";
1124
+ cluster_tier: "" | "basic" | "pro";
1146
1125
  node_name: string;
1147
1126
  sku: string;
1148
1127
  price: number | "";
1149
1128
  hour?: string | undefined;
1150
1129
  }>, "many">;
1130
+ /**
1131
+ * Current balance of the organization in USD as a floating-point number.
1132
+ */
1151
1133
  export declare const zGetBalanceResponse: z.ZodNumber;
1134
+ /**
1135
+ * Redacted payment card information.
1136
+ */
1152
1137
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1153
1138
  id: z.ZodString;
1154
1139
  setup: z.ZodBoolean;
@@ -1174,6 +1159,10 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1174
1159
  exp_year: number;
1175
1160
  brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1176
1161
  }>;
1162
+ /**
1163
+ * The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
1164
+ *
1165
+ */
1177
1166
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1178
1167
  id: z.ZodOptional<z.ZodString>;
1179
1168
  }, "strip", z.ZodTypeAny, {
@@ -1181,6 +1170,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1181
1170
  }, {
1182
1171
  id?: string | undefined;
1183
1172
  }>;
1173
+ /**
1174
+ * Start date for the usage. Date of oldest data point to retrieve.
1175
+ */
1176
+ export declare const zListInvoicesParameterStartDate: z.ZodString;
1177
+ /**
1178
+ * End date for the usage. Date of newest data point to retrieve.
1179
+ */
1180
+ export declare const zListInvoicesParameterEndDate: z.ZodString;
1181
+ /**
1182
+ * An array of usage records.
1183
+ */
1184
1184
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1185
1185
  id: z.ZodOptional<z.ZodString>;
1186
1186
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1447,6 +1447,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1447
1447
  childItems?: unknown[] | undefined;
1448
1448
  }[] | undefined;
1449
1449
  }>, "many">;
1450
+ /**
1451
+ * Unique invoice identifier. UUID v4 string in canonical form
1452
+ */
1453
+ export declare const zGetInvoiceParameterId: z.ZodString;
1454
+ /**
1455
+ * Returns a single Invoice HTML representation under `html` property.
1456
+ */
1450
1457
  export declare const zGetInvoiceResponse: z.ZodObject<{
1451
1458
  html: z.ZodOptional<z.ZodString>;
1452
1459
  }, "strip", z.ZodTypeAny, {
@@ -1454,6 +1461,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1454
1461
  }, {
1455
1462
  html?: string | undefined;
1456
1463
  }>;
1464
+ /**
1465
+ * Returns a single object containing organization contact and billing address details.
1466
+ */
1457
1467
  export declare const zGetContactResponse: z.ZodObject<{
1458
1468
  company: z.ZodOptional<z.ZodString>;
1459
1469
  address1: z.ZodOptional<z.ZodString>;
@@ -1466,6 +1476,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1466
1476
  email: z.ZodString;
1467
1477
  first_name: z.ZodString;
1468
1478
  last_name: z.ZodString;
1479
+ tax_id: z.ZodOptional<z.ZodString>;
1480
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1481
+ }, "strip", z.ZodTypeAny, {
1482
+ email: string;
1483
+ first_name: string;
1484
+ last_name: string;
1485
+ state?: string | undefined;
1486
+ country?: string | undefined;
1487
+ company?: string | undefined;
1488
+ address1?: string | undefined;
1489
+ address2?: string | undefined;
1490
+ postalCode?: string | undefined;
1491
+ city?: string | undefined;
1492
+ phone?: string | undefined;
1493
+ tax_id?: string | undefined;
1494
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1495
+ }, {
1496
+ email: string;
1497
+ first_name: string;
1498
+ last_name: string;
1499
+ state?: string | undefined;
1500
+ country?: string | undefined;
1501
+ company?: string | undefined;
1502
+ address1?: string | undefined;
1503
+ address2?: string | undefined;
1504
+ postalCode?: string | undefined;
1505
+ city?: string | undefined;
1506
+ phone?: string | undefined;
1507
+ tax_id?: string | undefined;
1508
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1509
+ }>;
1510
+ export declare const zUpdateContactData: z.ZodObject<{
1511
+ company: z.ZodOptional<z.ZodString>;
1512
+ address1: z.ZodOptional<z.ZodString>;
1513
+ address2: z.ZodOptional<z.ZodString>;
1514
+ postalCode: z.ZodOptional<z.ZodString>;
1515
+ city: z.ZodOptional<z.ZodString>;
1516
+ state: z.ZodOptional<z.ZodString>;
1517
+ country: z.ZodOptional<z.ZodString>;
1518
+ phone: z.ZodOptional<z.ZodString>;
1519
+ email: z.ZodString;
1520
+ first_name: z.ZodString;
1521
+ last_name: z.ZodString;
1522
+ tax_id: z.ZodOptional<z.ZodString>;
1523
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1469
1524
  }, "strip", z.ZodTypeAny, {
1470
1525
  email: string;
1471
1526
  first_name: string;
@@ -1478,6 +1533,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1478
1533
  postalCode?: string | undefined;
1479
1534
  city?: string | undefined;
1480
1535
  phone?: string | undefined;
1536
+ tax_id?: string | undefined;
1537
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1481
1538
  }, {
1482
1539
  email: string;
1483
1540
  first_name: string;
@@ -1490,7 +1547,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1490
1547
  postalCode?: string | undefined;
1491
1548
  city?: string | undefined;
1492
1549
  phone?: string | undefined;
1550
+ tax_id?: string | undefined;
1551
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1493
1552
  }>;
1553
+ /**
1554
+ * Successfully updated. Returns updated organization details.
1555
+ */
1494
1556
  export declare const zUpdateContactResponse: z.ZodObject<{
1495
1557
  company: z.ZodOptional<z.ZodString>;
1496
1558
  address1: z.ZodOptional<z.ZodString>;
@@ -1503,6 +1565,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1503
1565
  email: z.ZodString;
1504
1566
  first_name: z.ZodString;
1505
1567
  last_name: z.ZodString;
1568
+ tax_id: z.ZodOptional<z.ZodString>;
1569
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1506
1570
  }, "strip", z.ZodTypeAny, {
1507
1571
  email: string;
1508
1572
  first_name: string;
@@ -1515,6 +1579,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1515
1579
  postalCode?: string | undefined;
1516
1580
  city?: string | undefined;
1517
1581
  phone?: string | undefined;
1582
+ tax_id?: string | undefined;
1583
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1518
1584
  }, {
1519
1585
  email: string;
1520
1586
  first_name: string;
@@ -1527,7 +1593,12 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1527
1593
  postalCode?: string | undefined;
1528
1594
  city?: string | undefined;
1529
1595
  phone?: string | undefined;
1596
+ tax_id?: string | undefined;
1597
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1530
1598
  }>;
1599
+ /**
1600
+ * An array of the applied promotional credits records.
1601
+ */
1531
1602
  export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1532
1603
  id: z.ZodOptional<z.ZodString>;
1533
1604
  date_created: z.ZodString;
@@ -1559,13 +1630,27 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1559
1630
  products?: string[] | undefined;
1560
1631
  value_remaining?: number | undefined;
1561
1632
  }>, "many">;
1633
+ export declare const zRedeemCreditsData: z.ZodObject<{
1634
+ code: z.ZodOptional<z.ZodString>;
1635
+ }, "strip", z.ZodTypeAny, {
1636
+ code?: string | undefined;
1637
+ }, {
1638
+ code?: string | undefined;
1639
+ }>;
1640
+ /**
1641
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1642
+ */
1643
+ export declare const zListChartsParameterClusterId: z.ZodString;
1644
+ /**
1645
+ * An array of charts
1646
+ */
1562
1647
  export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1563
1648
  values: z.ZodString;
1564
1649
  version_channel: z.ZodString;
1565
1650
  name: z.ZodString;
1566
1651
  namespace: z.ZodString;
1567
1652
  chart: z.ZodString;
1568
- status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady"]>;
1653
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1569
1654
  version_current: z.ZodString;
1570
1655
  created_at: z.ZodString;
1571
1656
  updated_at: z.ZodString;
@@ -1574,7 +1659,7 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1574
1659
  values: string;
1575
1660
  name: string;
1576
1661
  ready: boolean;
1577
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady";
1662
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1578
1663
  version_channel: string;
1579
1664
  namespace: string;
1580
1665
  chart: string;
@@ -1585,7 +1670,7 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1585
1670
  values: string;
1586
1671
  name: string;
1587
1672
  ready: boolean;
1588
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady";
1673
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1589
1674
  version_channel: string;
1590
1675
  namespace: string;
1591
1676
  chart: string;
@@ -1593,15 +1678,63 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1593
1678
  created_at: string;
1594
1679
  updated_at: string;
1595
1680
  }>, "many">;
1681
+ export declare const zCreateChartData: z.ZodObject<{
1682
+ values: z.ZodString;
1683
+ version_channel: z.ZodString;
1684
+ name: z.ZodString;
1685
+ namespace: z.ZodString;
1686
+ chart: z.ZodString;
1687
+ }, "strip", z.ZodTypeAny, {
1688
+ values: string;
1689
+ name: string;
1690
+ version_channel: string;
1691
+ namespace: string;
1692
+ chart: string;
1693
+ }, {
1694
+ values: string;
1695
+ name: string;
1696
+ version_channel: string;
1697
+ namespace: string;
1698
+ chart: string;
1699
+ }>;
1700
+ /**
1701
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1702
+ */
1703
+ export declare const zCreateChartParameterClusterId: z.ZodString;
1704
+ /**
1705
+ * Successfully created. Returns created Chart ID.
1706
+ */
1596
1707
  export declare const zCreateChartResponse: z.ZodString;
1708
+ /**
1709
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1710
+ */
1711
+ export declare const zDeleteChartParameterClusterId: z.ZodString;
1712
+ /**
1713
+ * Chart deployment name as the unique identifier of the chart.
1714
+ */
1715
+ export declare const zDeleteChartParameterChartName: z.ZodString;
1716
+ /**
1717
+ * Successfully deleted.
1718
+ */
1597
1719
  export declare const zDeleteChartResponse: z.ZodString;
1720
+ /**
1721
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1722
+ */
1723
+ export declare const zGetChartParameterClusterId: z.ZodString;
1724
+ /**
1725
+ * Chart deployment name as the unique identifier of the chart.
1726
+ */
1727
+ export declare const zGetChartParameterChartName: z.ZodString;
1728
+ /**
1729
+ * Returns a single object containing chart details.
1730
+ */
1598
1731
  export declare const zGetChartResponse: z.ZodObject<{
1599
1732
  values: z.ZodString;
1600
1733
  version_channel: z.ZodString;
1601
1734
  name: z.ZodString;
1602
1735
  namespace: z.ZodString;
1603
1736
  chart: z.ZodString;
1604
- status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady"]>;
1737
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1605
1738
  version_current: z.ZodString;
1606
1739
  created_at: z.ZodString;
1607
1740
  updated_at: z.ZodString;
@@ -1610,7 +1743,7 @@ export declare const zGetChartResponse: z.ZodObject<{
1610
1743
  values: string;
1611
1744
  name: string;
1612
1745
  ready: boolean;
1613
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady";
1746
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1614
1747
  version_channel: string;
1615
1748
  namespace: string;
1616
1749
  chart: string;
@@ -1621,7 +1754,7 @@ export declare const zGetChartResponse: z.ZodObject<{
1621
1754
  values: string;
1622
1755
  name: string;
1623
1756
  ready: boolean;
1624
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady";
1757
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1625
1758
  version_channel: string;
1626
1759
  namespace: string;
1627
1760
  chart: string;
@@ -1629,7 +1762,35 @@ export declare const zGetChartResponse: z.ZodObject<{
1629
1762
  created_at: string;
1630
1763
  updated_at: string;
1631
1764
  }>;
1765
+ export declare const zUpdateChartData: z.ZodObject<{
1766
+ values: z.ZodString;
1767
+ version_channel: z.ZodString;
1768
+ }, "strip", z.ZodTypeAny, {
1769
+ values: string;
1770
+ version_channel: string;
1771
+ }, {
1772
+ values: string;
1773
+ version_channel: string;
1774
+ }>;
1775
+ /**
1776
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1777
+ */
1778
+ export declare const zUpdateChartParameterClusterId: z.ZodString;
1779
+ /**
1780
+ * Chart deployment name as the unique identifier of the chart.
1781
+ */
1782
+ export declare const zUpdateChartParameterChartName: z.ZodString;
1783
+ /**
1784
+ * Successfully updated.
1785
+ */
1632
1786
  export declare const zUpdateChartResponse: z.ZodString;
1787
+ /**
1788
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1789
+ */
1790
+ export declare const zListFleetsParameterClusterId: z.ZodString;
1791
+ /**
1792
+ * An array of fleets
1793
+ */
1633
1794
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1634
1795
  limits: z.ZodOptional<z.ZodObject<{
1635
1796
  cpu: z.ZodNumber;
@@ -1648,25 +1809,90 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1648
1809
  project: string;
1649
1810
  enabled?: boolean | undefined;
1650
1811
  }>>;
1651
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1812
+ hetzner: z.ZodOptional<z.ZodObject<{
1652
1813
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1653
- apiKey: z.ZodOptional<z.ZodString>;
1814
+ apiKey: z.ZodString;
1654
1815
  }, "strip", z.ZodTypeAny, {
1816
+ apiKey: string;
1655
1817
  enabled: boolean;
1656
- apiKey?: string | undefined;
1657
1818
  }, {
1658
- apiKey?: string | undefined;
1819
+ apiKey: string;
1659
1820
  enabled?: boolean | undefined;
1660
- }>, z.ZodObject<{
1661
- apiKey: z.ZodOptional<z.ZodString>;
1821
+ }>>;
1822
+ aws: z.ZodOptional<z.ZodObject<{
1662
1823
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1824
+ controllerRoleArn: z.ZodString;
1663
1825
  }, "strip", z.ZodTypeAny, {
1826
+ controllerRoleArn: string;
1664
1827
  enabled: boolean;
1665
- apiKey?: string | undefined;
1666
1828
  }, {
1667
- apiKey?: string | undefined;
1829
+ controllerRoleArn: string;
1830
+ enabled?: boolean | undefined;
1831
+ }>>;
1832
+ id: z.ZodString;
1833
+ }, "strip", z.ZodTypeAny, {
1834
+ id: string;
1835
+ limits?: {
1836
+ cpu: number;
1837
+ } | undefined;
1838
+ gcp?: {
1839
+ project: string;
1840
+ enabled: boolean;
1841
+ } | undefined;
1842
+ hetzner?: {
1843
+ apiKey: string;
1844
+ enabled: boolean;
1845
+ } | undefined;
1846
+ aws?: {
1847
+ controllerRoleArn: string;
1848
+ enabled: boolean;
1849
+ } | undefined;
1850
+ }, {
1851
+ id: string;
1852
+ limits?: {
1853
+ cpu: number;
1854
+ } | undefined;
1855
+ gcp?: {
1856
+ project: string;
1857
+ enabled?: boolean | undefined;
1858
+ } | undefined;
1859
+ hetzner?: {
1860
+ apiKey: string;
1668
1861
  enabled?: boolean | undefined;
1669
- }>]>>;
1862
+ } | undefined;
1863
+ aws?: {
1864
+ controllerRoleArn: string;
1865
+ enabled?: boolean | undefined;
1866
+ } | undefined;
1867
+ }>, "many">;
1868
+ export declare const zCreateFleetData: z.ZodObject<{
1869
+ limits: z.ZodOptional<z.ZodObject<{
1870
+ cpu: z.ZodNumber;
1871
+ }, "strip", z.ZodTypeAny, {
1872
+ cpu: number;
1873
+ }, {
1874
+ cpu: number;
1875
+ }>>;
1876
+ gcp: z.ZodOptional<z.ZodObject<{
1877
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1878
+ project: z.ZodString;
1879
+ }, "strip", z.ZodTypeAny, {
1880
+ project: string;
1881
+ enabled: boolean;
1882
+ }, {
1883
+ project: string;
1884
+ enabled?: boolean | undefined;
1885
+ }>>;
1886
+ hetzner: z.ZodOptional<z.ZodObject<{
1887
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1888
+ apiKey: z.ZodString;
1889
+ }, "strip", z.ZodTypeAny, {
1890
+ apiKey: string;
1891
+ enabled: boolean;
1892
+ }, {
1893
+ apiKey: string;
1894
+ enabled?: boolean | undefined;
1895
+ }>>;
1670
1896
  aws: z.ZodOptional<z.ZodObject<{
1671
1897
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1672
1898
  controllerRoleArn: z.ZodString;
@@ -1678,9 +1904,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1678
1904
  enabled?: boolean | undefined;
1679
1905
  }>>;
1680
1906
  id: z.ZodString;
1681
- type: z.ZodEnum<["managed", "connected"]>;
1682
1907
  }, "strip", z.ZodTypeAny, {
1683
- type: "connected" | "managed";
1684
1908
  id: string;
1685
1909
  limits?: {
1686
1910
  cpu: number;
@@ -1690,18 +1914,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1690
1914
  enabled: boolean;
1691
1915
  } | undefined;
1692
1916
  hetzner?: {
1917
+ apiKey: string;
1693
1918
  enabled: boolean;
1694
- apiKey?: string | undefined;
1695
- } | {
1696
- enabled: boolean;
1697
- apiKey?: string | undefined;
1698
1919
  } | undefined;
1699
1920
  aws?: {
1700
1921
  controllerRoleArn: string;
1701
1922
  enabled: boolean;
1702
1923
  } | undefined;
1703
1924
  }, {
1704
- type: "connected" | "managed";
1705
1925
  id: string;
1706
1926
  limits?: {
1707
1927
  cpu: number;
@@ -1711,19 +1931,45 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1711
1931
  enabled?: boolean | undefined;
1712
1932
  } | undefined;
1713
1933
  hetzner?: {
1714
- apiKey?: string | undefined;
1715
- enabled?: boolean | undefined;
1716
- } | {
1717
- apiKey?: string | undefined;
1934
+ apiKey: string;
1718
1935
  enabled?: boolean | undefined;
1719
1936
  } | undefined;
1720
1937
  aws?: {
1721
1938
  controllerRoleArn: string;
1722
1939
  enabled?: boolean | undefined;
1723
1940
  } | undefined;
1724
- }>, "many">;
1941
+ }>;
1942
+ /**
1943
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1944
+ */
1945
+ export declare const zCreateFleetParameterClusterId: z.ZodString;
1946
+ /**
1947
+ * Successfully created. Returns created Fleet ID.
1948
+ */
1725
1949
  export declare const zCreateFleetResponse: z.ZodString;
1950
+ /**
1951
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1952
+ */
1953
+ export declare const zDeleteFleetParameterClusterId: z.ZodString;
1954
+ /**
1955
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1956
+ */
1957
+ export declare const zDeleteFleetParameterFleetName: z.ZodString;
1958
+ /**
1959
+ * Successfully deleted.
1960
+ */
1726
1961
  export declare const zDeleteFleetResponse: z.ZodString;
1962
+ /**
1963
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1964
+ */
1965
+ export declare const zGetFleetParameterClusterId: z.ZodString;
1966
+ /**
1967
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1968
+ */
1969
+ export declare const zGetFleetParameterFleetName: z.ZodString;
1970
+ /**
1971
+ * Returns a single object containing fleet details.
1972
+ */
1727
1973
  export declare const zGetFleetResponse: z.ZodObject<{
1728
1974
  limits: z.ZodOptional<z.ZodObject<{
1729
1975
  cpu: z.ZodNumber;
@@ -1742,25 +1988,90 @@ export declare const zGetFleetResponse: z.ZodObject<{
1742
1988
  project: string;
1743
1989
  enabled?: boolean | undefined;
1744
1990
  }>>;
1745
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1991
+ hetzner: z.ZodOptional<z.ZodObject<{
1992
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1993
+ apiKey: z.ZodString;
1994
+ }, "strip", z.ZodTypeAny, {
1995
+ apiKey: string;
1996
+ enabled: boolean;
1997
+ }, {
1998
+ apiKey: string;
1999
+ enabled?: boolean | undefined;
2000
+ }>>;
2001
+ aws: z.ZodOptional<z.ZodObject<{
2002
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2003
+ controllerRoleArn: z.ZodString;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ controllerRoleArn: string;
2006
+ enabled: boolean;
2007
+ }, {
2008
+ controllerRoleArn: string;
2009
+ enabled?: boolean | undefined;
2010
+ }>>;
2011
+ id: z.ZodString;
2012
+ }, "strip", z.ZodTypeAny, {
2013
+ id: string;
2014
+ limits?: {
2015
+ cpu: number;
2016
+ } | undefined;
2017
+ gcp?: {
2018
+ project: string;
2019
+ enabled: boolean;
2020
+ } | undefined;
2021
+ hetzner?: {
2022
+ apiKey: string;
2023
+ enabled: boolean;
2024
+ } | undefined;
2025
+ aws?: {
2026
+ controllerRoleArn: string;
2027
+ enabled: boolean;
2028
+ } | undefined;
2029
+ }, {
2030
+ id: string;
2031
+ limits?: {
2032
+ cpu: number;
2033
+ } | undefined;
2034
+ gcp?: {
2035
+ project: string;
2036
+ enabled?: boolean | undefined;
2037
+ } | undefined;
2038
+ hetzner?: {
2039
+ apiKey: string;
2040
+ enabled?: boolean | undefined;
2041
+ } | undefined;
2042
+ aws?: {
2043
+ controllerRoleArn: string;
2044
+ enabled?: boolean | undefined;
2045
+ } | undefined;
2046
+ }>;
2047
+ export declare const zUpdateFleetData: z.ZodObject<{
2048
+ limits: z.ZodOptional<z.ZodObject<{
2049
+ cpu: z.ZodNumber;
2050
+ }, "strip", z.ZodTypeAny, {
2051
+ cpu: number;
2052
+ }, {
2053
+ cpu: number;
2054
+ }>>;
2055
+ gcp: z.ZodOptional<z.ZodObject<{
1746
2056
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1747
- apiKey: z.ZodOptional<z.ZodString>;
2057
+ project: z.ZodString;
1748
2058
  }, "strip", z.ZodTypeAny, {
2059
+ project: string;
1749
2060
  enabled: boolean;
1750
- apiKey?: string | undefined;
1751
2061
  }, {
1752
- apiKey?: string | undefined;
2062
+ project: string;
1753
2063
  enabled?: boolean | undefined;
1754
- }>, z.ZodObject<{
1755
- apiKey: z.ZodOptional<z.ZodString>;
2064
+ }>>;
2065
+ hetzner: z.ZodOptional<z.ZodObject<{
1756
2066
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2067
+ apiKey: z.ZodString;
1757
2068
  }, "strip", z.ZodTypeAny, {
2069
+ apiKey: string;
1758
2070
  enabled: boolean;
1759
- apiKey?: string | undefined;
1760
2071
  }, {
1761
- apiKey?: string | undefined;
2072
+ apiKey: string;
1762
2073
  enabled?: boolean | undefined;
1763
- }>]>>;
2074
+ }>>;
1764
2075
  aws: z.ZodOptional<z.ZodObject<{
1765
2076
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1766
2077
  controllerRoleArn: z.ZodString;
@@ -1771,11 +2082,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1771
2082
  controllerRoleArn: string;
1772
2083
  enabled?: boolean | undefined;
1773
2084
  }>>;
1774
- id: z.ZodString;
1775
- type: z.ZodEnum<["managed", "connected"]>;
1776
2085
  }, "strip", z.ZodTypeAny, {
1777
- type: "connected" | "managed";
1778
- id: string;
1779
2086
  limits?: {
1780
2087
  cpu: number;
1781
2088
  } | undefined;
@@ -1784,19 +2091,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1784
2091
  enabled: boolean;
1785
2092
  } | undefined;
1786
2093
  hetzner?: {
2094
+ apiKey: string;
1787
2095
  enabled: boolean;
1788
- apiKey?: string | undefined;
1789
- } | {
1790
- enabled: boolean;
1791
- apiKey?: string | undefined;
1792
2096
  } | undefined;
1793
2097
  aws?: {
1794
2098
  controllerRoleArn: string;
1795
2099
  enabled: boolean;
1796
2100
  } | undefined;
1797
2101
  }, {
1798
- type: "connected" | "managed";
1799
- id: string;
1800
2102
  limits?: {
1801
2103
  cpu: number;
1802
2104
  } | undefined;
@@ -1805,10 +2107,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1805
2107
  enabled?: boolean | undefined;
1806
2108
  } | undefined;
1807
2109
  hetzner?: {
1808
- apiKey?: string | undefined;
1809
- enabled?: boolean | undefined;
1810
- } | {
1811
- apiKey?: string | undefined;
2110
+ apiKey: string;
1812
2111
  enabled?: boolean | undefined;
1813
2112
  } | undefined;
1814
2113
  aws?: {
@@ -1816,7 +2115,25 @@ export declare const zGetFleetResponse: z.ZodObject<{
1816
2115
  enabled?: boolean | undefined;
1817
2116
  } | undefined;
1818
2117
  }>;
2118
+ /**
2119
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2120
+ */
2121
+ export declare const zUpdateFleetParameterClusterId: z.ZodString;
2122
+ /**
2123
+ * Unique identifier of the fleet. UUID v4 string in canonical form
2124
+ */
2125
+ export declare const zUpdateFleetParameterFleetName: z.ZodString;
2126
+ /**
2127
+ * Successfully updated.
2128
+ */
1819
2129
  export declare const zUpdateFleetResponse: z.ZodString;
2130
+ /**
2131
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2132
+ */
2133
+ export declare const zQueryClusterParameterClusterId: z.ZodString;
2134
+ /**
2135
+ * An array of clusters
2136
+ */
1820
2137
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1821
2138
  name: z.ZodString;
1822
2139
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1857,8 +2174,41 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1857
2174
  endpoint?: string | undefined;
1858
2175
  certificate_ca?: string | undefined;
1859
2176
  }>, "many">;
2177
+ export declare const zCreateClusterData: z.ZodObject<{
2178
+ name: z.ZodString;
2179
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
2180
+ tier: z.ZodEnum<["basic", "pro"]>;
2181
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2182
+ }, "strip", z.ZodTypeAny, {
2183
+ name: string;
2184
+ version_channel: string;
2185
+ tier: "basic" | "pro";
2186
+ region?: "staging" | "northamerica-central-1" | undefined;
2187
+ }, {
2188
+ name: string;
2189
+ tier: "basic" | "pro";
2190
+ region?: "staging" | "northamerica-central-1" | undefined;
2191
+ version_channel?: string | undefined;
2192
+ }>;
2193
+ /**
2194
+ * Successfully created. Returns created Cluster ID.
2195
+ */
1860
2196
  export declare const zCreateClusterResponse: z.ZodString;
2197
+ /**
2198
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2199
+ */
2200
+ export declare const zDeleteClusterParameterClusterId: z.ZodString;
2201
+ /**
2202
+ * Successfully deleted.
2203
+ */
1861
2204
  export declare const zDeleteClusterResponse: z.ZodString;
2205
+ /**
2206
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2207
+ */
2208
+ export declare const zGetClusterParameterClusterId: z.ZodString;
2209
+ /**
2210
+ * Returns a single object containing cluster details.
2211
+ */
1862
2212
  export declare const zGetClusterResponse: z.ZodObject<{
1863
2213
  name: z.ZodString;
1864
2214
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1899,6 +2249,23 @@ export declare const zGetClusterResponse: z.ZodObject<{
1899
2249
  endpoint?: string | undefined;
1900
2250
  certificate_ca?: string | undefined;
1901
2251
  }>;
2252
+ export declare const zUpdateClusterData: z.ZodObject<{
2253
+ name: z.ZodOptional<z.ZodString>;
2254
+ version_channel: z.ZodOptional<z.ZodString>;
2255
+ }, "strip", z.ZodTypeAny, {
2256
+ name?: string | undefined;
2257
+ version_channel?: string | undefined;
2258
+ }, {
2259
+ name?: string | undefined;
2260
+ version_channel?: string | undefined;
2261
+ }>;
2262
+ /**
2263
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2264
+ */
2265
+ export declare const zUpdateClusterParameterClusterId: z.ZodString;
2266
+ /**
2267
+ * Successfully updated. Returns updated cluster details.
2268
+ */
1902
2269
  export declare const zUpdateClusterResponse: z.ZodObject<{
1903
2270
  name: z.ZodString;
1904
2271
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1939,6 +2306,13 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1939
2306
  endpoint?: string | undefined;
1940
2307
  certificate_ca?: string | undefined;
1941
2308
  }>;
2309
+ /**
2310
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2311
+ */
2312
+ export declare const zGetJoinInformationParameterClusterId: z.ZodString;
2313
+ /**
2314
+ * An object of cluster join information
2315
+ */
1942
2316
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1943
2317
  name: z.ZodString;
1944
2318
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1979,6 +2353,9 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1979
2353
  endpoint?: string | undefined;
1980
2354
  certificate_ca?: string | undefined;
1981
2355
  }>;
2356
+ /**
2357
+ * An array of invites
2358
+ */
1982
2359
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1983
2360
  id: z.ZodOptional<z.ZodString>;
1984
2361
  organization_id: z.ZodOptional<z.ZodString>;
@@ -1998,6 +2375,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1998
2375
  email?: string | undefined;
1999
2376
  organization_id?: string | undefined;
2000
2377
  }>, "many">;
2378
+ export declare const zCreateInviteData: z.ZodObject<{
2379
+ email: z.ZodOptional<z.ZodString>;
2380
+ }, "strip", z.ZodTypeAny, {
2381
+ email?: string | undefined;
2382
+ }, {
2383
+ email?: string | undefined;
2384
+ }>;
2385
+ /**
2386
+ * Successfully created. Returns created invite details.
2387
+ */
2001
2388
  export declare const zCreateInviteResponse: z.ZodObject<{
2002
2389
  id: z.ZodOptional<z.ZodString>;
2003
2390
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2017,6 +2404,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
2017
2404
  email?: string | undefined;
2018
2405
  organization_id?: string | undefined;
2019
2406
  }>;
2407
+ /**
2408
+ * Invitation code
2409
+ */
2410
+ export declare const zGetInviteParameterCode: z.ZodString;
2411
+ /**
2412
+ * Returns a single object containing invite details.
2413
+ */
2020
2414
  export declare const zGetInviteResponse: z.ZodObject<{
2021
2415
  id: z.ZodOptional<z.ZodString>;
2022
2416
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2036,6 +2430,13 @@ export declare const zGetInviteResponse: z.ZodObject<{
2036
2430
  email?: string | undefined;
2037
2431
  organization_id?: string | undefined;
2038
2432
  }>;
2433
+ /**
2434
+ * User email address
2435
+ */
2436
+ export declare const zDeleteInviteParameterEmail: z.ZodString;
2437
+ /**
2438
+ * An array of chart listings in the marketplace.
2439
+ */
2039
2440
  export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2040
2441
  id: z.ZodString;
2041
2442
  name: z.ZodString;
@@ -2043,7 +2444,21 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2043
2444
  description: z.ZodString;
2044
2445
  logoUrl: z.ZodString;
2045
2446
  longDescription: z.ZodString;
2046
- categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2447
+ categories: z.ZodArray<z.ZodString, "many">;
2448
+ version_channels: z.ZodArray<z.ZodString, "many">;
2449
+ value_schemas: z.ZodArray<z.ZodObject<{
2450
+ version: z.ZodString;
2451
+ schema: z.ZodString;
2452
+ placeholder: z.ZodString;
2453
+ }, "strip", z.ZodTypeAny, {
2454
+ version: string;
2455
+ schema: string;
2456
+ placeholder: string;
2457
+ }, {
2458
+ version: string;
2459
+ schema: string;
2460
+ placeholder: string;
2461
+ }>, "many">;
2047
2462
  }, "strip", z.ZodTypeAny, {
2048
2463
  name: string;
2049
2464
  id: string;
@@ -2051,7 +2466,13 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2051
2466
  developer: string;
2052
2467
  logoUrl: string;
2053
2468
  longDescription: string;
2054
- categories?: string[] | undefined;
2469
+ categories: string[];
2470
+ version_channels: string[];
2471
+ value_schemas: {
2472
+ version: string;
2473
+ schema: string;
2474
+ placeholder: string;
2475
+ }[];
2055
2476
  }, {
2056
2477
  name: string;
2057
2478
  id: string;
@@ -2059,8 +2480,21 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2059
2480
  developer: string;
2060
2481
  logoUrl: string;
2061
2482
  longDescription: string;
2062
- categories?: string[] | undefined;
2483
+ categories: string[];
2484
+ version_channels: string[];
2485
+ value_schemas: {
2486
+ version: string;
2487
+ schema: string;
2488
+ placeholder: string;
2489
+ }[];
2063
2490
  }>, "many">;
2491
+ /**
2492
+ * Unique identifier of the chart listing in the marketplace.
2493
+ */
2494
+ export declare const zGetMarketplaceChartParameterListingId: z.ZodString;
2495
+ /**
2496
+ * Returns an object containing the chart listing details.
2497
+ */
2064
2498
  export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2065
2499
  id: z.ZodString;
2066
2500
  name: z.ZodString;
@@ -2068,7 +2502,21 @@ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2068
2502
  description: z.ZodString;
2069
2503
  logoUrl: z.ZodString;
2070
2504
  longDescription: z.ZodString;
2071
- categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2505
+ categories: z.ZodArray<z.ZodString, "many">;
2506
+ version_channels: z.ZodArray<z.ZodString, "many">;
2507
+ value_schemas: z.ZodArray<z.ZodObject<{
2508
+ version: z.ZodString;
2509
+ schema: z.ZodString;
2510
+ placeholder: z.ZodString;
2511
+ }, "strip", z.ZodTypeAny, {
2512
+ version: string;
2513
+ schema: string;
2514
+ placeholder: string;
2515
+ }, {
2516
+ version: string;
2517
+ schema: string;
2518
+ placeholder: string;
2519
+ }>, "many">;
2072
2520
  }, "strip", z.ZodTypeAny, {
2073
2521
  name: string;
2074
2522
  id: string;
@@ -2076,7 +2524,13 @@ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2076
2524
  developer: string;
2077
2525
  logoUrl: string;
2078
2526
  longDescription: string;
2079
- categories?: string[] | undefined;
2527
+ categories: string[];
2528
+ version_channels: string[];
2529
+ value_schemas: {
2530
+ version: string;
2531
+ schema: string;
2532
+ placeholder: string;
2533
+ }[];
2080
2534
  }, {
2081
2535
  name: string;
2082
2536
  id: string;
@@ -2084,8 +2538,17 @@ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2084
2538
  developer: string;
2085
2539
  logoUrl: string;
2086
2540
  longDescription: string;
2087
- categories?: string[] | undefined;
2541
+ categories: string[];
2542
+ version_channels: string[];
2543
+ value_schemas: {
2544
+ version: string;
2545
+ schema: string;
2546
+ placeholder: string;
2547
+ }[];
2088
2548
  }>;
2549
+ /**
2550
+ * Returns a single object containing organization details.
2551
+ */
2089
2552
  export declare const zGetOrganizationResponse: z.ZodObject<{
2090
2553
  id: z.ZodString;
2091
2554
  name: z.ZodOptional<z.ZodString>;
@@ -2096,7 +2559,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2096
2559
  pro_clusters_max: z.ZodNumber;
2097
2560
  pro_clusters_available: z.ZodNumber;
2098
2561
  fleets_max: z.ZodNumber;
2099
- managed_fleets_cpu_max: z.ZodNumber;
2100
2562
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
2101
2563
  regions: z.ZodArray<z.ZodString, "many">;
2102
2564
  versions: z.ZodArray<z.ZodObject<{
@@ -2119,7 +2581,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2119
2581
  pro_clusters_max: number;
2120
2582
  pro_clusters_available: number;
2121
2583
  fleets_max: number;
2122
- managed_fleets_cpu_max: number;
2123
2584
  cluster_tiers: string[];
2124
2585
  regions: string[];
2125
2586
  }, {
@@ -2132,7 +2593,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2132
2593
  pro_clusters_max: number;
2133
2594
  pro_clusters_available: number;
2134
2595
  fleets_max: number;
2135
- managed_fleets_cpu_max: number;
2136
2596
  cluster_tiers: string[];
2137
2597
  regions: string[];
2138
2598
  }>;
@@ -2151,7 +2611,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2151
2611
  pro_clusters_max: number;
2152
2612
  pro_clusters_available: number;
2153
2613
  fleets_max: number;
2154
- managed_fleets_cpu_max: number;
2155
2614
  cluster_tiers: string[];
2156
2615
  regions: string[];
2157
2616
  };
@@ -2170,12 +2629,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2170
2629
  pro_clusters_max: number;
2171
2630
  pro_clusters_available: number;
2172
2631
  fleets_max: number;
2173
- managed_fleets_cpu_max: number;
2174
2632
  cluster_tiers: string[];
2175
2633
  regions: string[];
2176
2634
  };
2177
2635
  name?: string | undefined;
2178
2636
  }>;
2637
+ export declare const zCreateOrganizationData: z.ZodObject<{
2638
+ email: z.ZodString;
2639
+ first_name: z.ZodString;
2640
+ last_name: z.ZodString;
2641
+ company_name: z.ZodString;
2642
+ password: z.ZodString;
2643
+ }, "strip", z.ZodTypeAny, {
2644
+ email: string;
2645
+ first_name: string;
2646
+ last_name: string;
2647
+ company_name: string;
2648
+ password: string;
2649
+ }, {
2650
+ email: string;
2651
+ first_name: string;
2652
+ last_name: string;
2653
+ company_name: string;
2654
+ password: string;
2655
+ }>;
2656
+ /**
2657
+ * Returns a list of access token details with masked secrets.
2658
+ */
2179
2659
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2180
2660
  name: z.ZodString;
2181
2661
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2195,6 +2675,19 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2195
2675
  id?: string | undefined;
2196
2676
  secret?: string | undefined;
2197
2677
  }>, "many">;
2678
+ export declare const zCreateTokenData: z.ZodObject<{
2679
+ name: z.ZodString;
2680
+ role: z.ZodEnum<["Administrator", "User"]>;
2681
+ }, "strip", z.ZodTypeAny, {
2682
+ name: string;
2683
+ role: "Administrator" | "User";
2684
+ }, {
2685
+ name: string;
2686
+ role: "Administrator" | "User";
2687
+ }>;
2688
+ /**
2689
+ * Successfully created. Returns created token details with unmasked/raw secret.
2690
+ */
2198
2691
  export declare const zCreateTokenResponse: z.ZodObject<{
2199
2692
  name: z.ZodString;
2200
2693
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2214,6 +2707,17 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2214
2707
  id?: string | undefined;
2215
2708
  secret?: string | undefined;
2216
2709
  }>;
2710
+ /**
2711
+ * Generated unique identifier of the access token.
2712
+ */
2713
+ export declare const zDeleteTokenParameterTokenId: z.ZodString;
2714
+ /**
2715
+ * Generated unique identifier of the access token.
2716
+ */
2717
+ export declare const zGetTokenParameterTokenId: z.ZodString;
2718
+ /**
2719
+ * Returns access token details with masked secret.
2720
+ */
2217
2721
  export declare const zGetTokenResponse: z.ZodObject<{
2218
2722
  name: z.ZodString;
2219
2723
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2233,6 +2737,23 @@ export declare const zGetTokenResponse: z.ZodObject<{
2233
2737
  id?: string | undefined;
2234
2738
  secret?: string | undefined;
2235
2739
  }>;
2740
+ export declare const zUpdateTokenData: z.ZodObject<{
2741
+ name: z.ZodOptional<z.ZodString>;
2742
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2743
+ }, "strip", z.ZodTypeAny, {
2744
+ name?: string | undefined;
2745
+ role?: "Administrator" | "User" | undefined;
2746
+ }, {
2747
+ name?: string | undefined;
2748
+ role?: "Administrator" | "User" | undefined;
2749
+ }>;
2750
+ /**
2751
+ * Generated unique identifier of the access token.
2752
+ */
2753
+ export declare const zUpdateTokenParameterTokenId: z.ZodString;
2754
+ /**
2755
+ * Successfully updated. Returns updated token details with masked secret.
2756
+ */
2236
2757
  export declare const zUpdateTokenResponse: z.ZodObject<{
2237
2758
  name: z.ZodString;
2238
2759
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2252,6 +2773,13 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2252
2773
  id?: string | undefined;
2253
2774
  secret?: string | undefined;
2254
2775
  }>;
2776
+ /**
2777
+ * Generated unique identifier of the access token.
2778
+ */
2779
+ export declare const zRegenerateTokenParameterTokenId: z.ZodString;
2780
+ /**
2781
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
2782
+ */
2255
2783
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2256
2784
  name: z.ZodString;
2257
2785
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2271,6 +2799,13 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2271
2799
  id?: string | undefined;
2272
2800
  secret?: string | undefined;
2273
2801
  }>;
2802
+ /**
2803
+ * User email address.
2804
+ */
2805
+ export declare const zListUserOrganizationsParameterEmail: z.ZodString;
2806
+ /**
2807
+ * An array of organizations the user belongs to.
2808
+ */
2274
2809
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2275
2810
  realm: z.ZodOptional<z.ZodString>;
2276
2811
  displayName: z.ZodOptional<z.ZodString>;
@@ -2281,6 +2816,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2281
2816
  realm?: string | undefined;
2282
2817
  displayName?: string | undefined;
2283
2818
  }>, "many">;
2819
+ /**
2820
+ * An array of users
2821
+ */
2284
2822
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2285
2823
  email: z.ZodString;
2286
2824
  first_name: z.ZodString;
@@ -2306,6 +2844,34 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2306
2844
  last_name: string;
2307
2845
  date_created: string;
2308
2846
  }>, "many">;
2847
+ export declare const zCreateUserData: z.ZodObject<{
2848
+ email: z.ZodString;
2849
+ first_name: z.ZodString;
2850
+ last_name: z.ZodString;
2851
+ code: z.ZodString;
2852
+ password: z.ZodString;
2853
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2854
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2855
+ }, "strip", z.ZodTypeAny, {
2856
+ code: string;
2857
+ email: string;
2858
+ first_name: string;
2859
+ last_name: string;
2860
+ password: string;
2861
+ role?: "Administrator" | "User" | undefined;
2862
+ status?: "active" | "inactive" | undefined;
2863
+ }, {
2864
+ code: string;
2865
+ email: string;
2866
+ first_name: string;
2867
+ last_name: string;
2868
+ password: string;
2869
+ role?: "Administrator" | "User" | undefined;
2870
+ status?: "active" | "inactive" | undefined;
2871
+ }>;
2872
+ /**
2873
+ * Successfully created. Returns created user details.
2874
+ */
2309
2875
  export declare const zCreateUserResponse: z.ZodObject<{
2310
2876
  email: z.ZodString;
2311
2877
  first_name: z.ZodString;
@@ -2331,6 +2897,13 @@ export declare const zCreateUserResponse: z.ZodObject<{
2331
2897
  last_name: string;
2332
2898
  date_created: string;
2333
2899
  }>;
2900
+ /**
2901
+ * Unique user identifier. UUID v4 string in canonical form
2902
+ */
2903
+ export declare const zDeleteUserParameterUserId: z.ZodString;
2904
+ /**
2905
+ * User profile information
2906
+ */
2334
2907
  export declare const zDeleteUserResponse: z.ZodObject<{
2335
2908
  email: z.ZodString;
2336
2909
  first_name: z.ZodString;
@@ -2356,6 +2929,13 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2356
2929
  last_name: string;
2357
2930
  date_created: string;
2358
2931
  }>;
2932
+ /**
2933
+ * Unique user identifier. UUID v4 string in canonical form
2934
+ */
2935
+ export declare const zGetUserParameterUserId: z.ZodString;
2936
+ /**
2937
+ * User profile information
2938
+ */
2359
2939
  export declare const zGetUserResponse: z.ZodObject<{
2360
2940
  email: z.ZodString;
2361
2941
  first_name: z.ZodString;
@@ -2381,6 +2961,32 @@ export declare const zGetUserResponse: z.ZodObject<{
2381
2961
  last_name: string;
2382
2962
  date_created: string;
2383
2963
  }>;
2964
+ export declare const zUpdateUserData: z.ZodObject<{
2965
+ email: z.ZodOptional<z.ZodString>;
2966
+ first_name: z.ZodOptional<z.ZodString>;
2967
+ last_name: z.ZodOptional<z.ZodString>;
2968
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2969
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2970
+ }, "strip", z.ZodTypeAny, {
2971
+ role?: "Administrator" | "User" | undefined;
2972
+ email?: string | undefined;
2973
+ status?: "active" | "inactive" | undefined;
2974
+ first_name?: string | undefined;
2975
+ last_name?: string | undefined;
2976
+ }, {
2977
+ role?: "Administrator" | "User" | undefined;
2978
+ email?: string | undefined;
2979
+ status?: "active" | "inactive" | undefined;
2980
+ first_name?: string | undefined;
2981
+ last_name?: string | undefined;
2982
+ }>;
2983
+ /**
2984
+ * Unique user identifier. UUID v4 string in canonical form
2985
+ */
2986
+ export declare const zUpdateUserParameterUserId: z.ZodString;
2987
+ /**
2988
+ * Successfully created. Returns created user details.
2989
+ */
2384
2990
  export declare const zUpdateUserResponse: z.ZodObject<{
2385
2991
  email: z.ZodString;
2386
2992
  first_name: z.ZodString;