@cloudfleet/sdk 0.0.1-a030ac8 → 0.0.1-a104fac

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.
Files changed (41) hide show
  1. package/dist/@tanstack/react-query.gen.d.ts +1048 -0
  2. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  3. package/dist/@tanstack/react-query.gen.js +1040 -0
  4. package/dist/@tanstack/react-query.gen.js.map +1 -0
  5. package/dist/client/client.gen.d.ts.map +1 -1
  6. package/dist/client/client.gen.js +108 -123
  7. package/dist/client/client.gen.js.map +1 -1
  8. package/dist/client/types.gen.d.ts +7 -4
  9. package/dist/client/types.gen.d.ts.map +1 -1
  10. package/dist/client/utils.gen.d.ts +5 -1
  11. package/dist/client/utils.gen.d.ts.map +1 -1
  12. package/dist/client/utils.gen.js +1 -1
  13. package/dist/client/utils.gen.js.map +1 -1
  14. package/dist/client.gen.d.ts +1 -1
  15. package/dist/client.gen.d.ts.map +1 -1
  16. package/dist/core/bodySerializer.gen.d.ts +4 -4
  17. package/dist/core/bodySerializer.gen.d.ts.map +1 -1
  18. package/dist/core/bodySerializer.gen.js.map +1 -1
  19. package/dist/core/serverSentEvents.gen.d.ts +1 -1
  20. package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
  21. package/dist/core/serverSentEvents.gen.js +3 -4
  22. package/dist/core/serverSentEvents.gen.js.map +1 -1
  23. package/dist/core/types.gen.d.ts +1 -1
  24. package/dist/core/utils.gen.js +1 -1
  25. package/dist/core/utils.gen.js.map +1 -1
  26. package/dist/schemas.gen.d.ts +2 -26
  27. package/dist/schemas.gen.d.ts.map +1 -1
  28. package/dist/schemas.gen.js +0 -28
  29. package/dist/schemas.gen.js.map +1 -1
  30. package/dist/sdk.gen.d.ts +9 -2
  31. package/dist/sdk.gen.d.ts.map +1 -1
  32. package/dist/sdk.gen.js +9 -0
  33. package/dist/sdk.gen.js.map +1 -1
  34. package/dist/services/kubernetes/api.d.ts +8 -8
  35. package/dist/types.gen.d.ts +24 -16
  36. package/dist/types.gen.d.ts.map +1 -1
  37. package/dist/zod.gen.d.ts +368 -569
  38. package/dist/zod.gen.d.ts.map +1 -1
  39. package/dist/zod.gen.js +114 -313
  40. package/dist/zod.gen.js.map +1 -1
  41. package/package.json +24 -5
package/dist/zod.gen.d.ts CHANGED
@@ -199,18 +199,18 @@ export declare const zClusterCreateInput: z.ZodObject<{
199
199
  basic: "basic";
200
200
  pro: "pro";
201
201
  }>;
202
- region: z.ZodOptional<z.ZodEnum<{
202
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
203
203
  "staging-1a": "staging-1a";
204
204
  "northamerica-central-1": "northamerica-central-1";
205
205
  "europe-central-1a": "europe-central-1a";
206
206
  "northamerica-central-1a": "northamerica-central-1a";
207
- }>>;
208
- version_channel: z.ZodOptional<z.ZodEnum<{
207
+ }>>>;
208
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
209
209
  "1.x.x-cfke.x": "1.x.x-cfke.x";
210
210
  "1.31.x-cfke.x": "1.31.x-cfke.x";
211
211
  "1.32.x-cfke.x": "1.32.x-cfke.x";
212
212
  "1.33.x-cfke.x": "1.33.x-cfke.x";
213
- }>>;
213
+ }>>>;
214
214
  }, z.core.$strip>;
215
215
  export declare const zClusterJoinInformation: z.ZodObject<{
216
216
  certificate_authority: z.ZodString;
@@ -236,12 +236,12 @@ export declare const zCluster: z.ZodObject<{
236
236
  basic: "basic";
237
237
  pro: "pro";
238
238
  }>;
239
- region: z.ZodOptional<z.ZodEnum<{
239
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
240
240
  "staging-1a": "staging-1a";
241
241
  "northamerica-central-1": "northamerica-central-1";
242
242
  "europe-central-1a": "europe-central-1a";
243
243
  "northamerica-central-1a": "northamerica-central-1a";
244
- }>>;
244
+ }>>>;
245
245
  id: z.ZodUUID;
246
246
  status: z.ZodEnum<{
247
247
  deleted: "deleted";
@@ -390,8 +390,6 @@ export declare const zOrganization: z.ZodObject<{
390
390
  id: z.ZodString;
391
391
  label: z.ZodString;
392
392
  }, z.core.$strip>>;
393
- copilot_user_hourly_tokens: z.ZodInt;
394
- copilot_organization_hourly_tokens: z.ZodInt;
395
393
  cfcr_storage_gb: z.ZodInt;
396
394
  }, z.core.$strip>;
397
395
  status: z.ZodEnum<{
@@ -433,8 +431,6 @@ export declare const zPlatformQuota: z.ZodObject<{
433
431
  id: z.ZodString;
434
432
  label: z.ZodString;
435
433
  }, z.core.$strip>>;
436
- copilot_user_hourly_tokens: z.ZodInt;
437
- copilot_organization_hourly_tokens: z.ZodInt;
438
434
  cfcr_storage_gb: z.ZodInt;
439
435
  }, z.core.$strip>;
440
436
  export declare const zRegistryRepository: z.ZodObject<{
@@ -576,16 +572,12 @@ export declare const zUserUpdateInput: z.ZodObject<{
576
572
  inactive: "inactive";
577
573
  }>>;
578
574
  }, z.core.$strip>;
579
- export declare const zGetUsageData: z.ZodObject<{
580
- body: z.ZodOptional<z.ZodNever>;
581
- path: z.ZodOptional<z.ZodNever>;
582
- query: z.ZodOptional<z.ZodObject<{
583
- granularity: z.ZodOptional<z.ZodEnum<{
584
- hourly: "hourly";
585
- daily: "daily";
586
- monthly: "monthly";
587
- }>>;
588
- }, z.core.$strip>>;
575
+ export declare const zGetUsageQuery: z.ZodObject<{
576
+ granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
577
+ hourly: "hourly";
578
+ daily: "daily";
579
+ monthly: "monthly";
580
+ }>>>;
589
581
  }, z.core.$strip>;
590
582
  /**
591
583
  * Usage data with facets for filtering
@@ -604,11 +596,6 @@ export declare const zGetUsageResponse: z.ZodObject<{
604
596
  product: z.ZodOptional<z.ZodArray<z.ZodString>>;
605
597
  }, z.core.$strip>;
606
598
  }, z.core.$strip>;
607
- export declare const zGetPaymentMethodData: z.ZodObject<{
608
- body: z.ZodOptional<z.ZodNever>;
609
- path: z.ZodOptional<z.ZodNever>;
610
- query: z.ZodOptional<z.ZodNever>;
611
- }, z.core.$strip>;
612
599
  /**
613
600
  * Redacted payment card information.
614
601
  */
@@ -633,11 +620,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
633
620
  visa: "visa";
634
621
  }>;
635
622
  }, z.core.$strip>;
636
- export declare const zGetPaymentMethodSecretData: z.ZodObject<{
637
- body: z.ZodOptional<z.ZodNever>;
638
- path: z.ZodOptional<z.ZodNever>;
639
- query: z.ZodOptional<z.ZodNever>;
640
- }, z.core.$strip>;
641
623
  /**
642
624
  * 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.
643
625
  *
@@ -645,11 +627,6 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
645
627
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
646
628
  id: z.ZodOptional<z.ZodString>;
647
629
  }, z.core.$strip>;
648
- export declare const zListInvoicesData: z.ZodObject<{
649
- body: z.ZodOptional<z.ZodNever>;
650
- path: z.ZodOptional<z.ZodNever>;
651
- query: z.ZodOptional<z.ZodNever>;
652
- }, z.core.$strip>;
653
630
  /**
654
631
  * An array of usage records.
655
632
  */
@@ -664,11 +641,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
664
641
  period_end: z.ZodISODateTime;
665
642
  invoice_pdf: z.ZodOptional<z.ZodString>;
666
643
  }, z.core.$strip>>;
667
- export declare const zGetContactData: z.ZodObject<{
668
- body: z.ZodOptional<z.ZodNever>;
669
- path: z.ZodOptional<z.ZodNever>;
670
- query: z.ZodOptional<z.ZodNever>;
671
- }, z.core.$strip>;
672
644
  /**
673
645
  * Returns a single object containing organization contact and billing address details.
674
646
  */
@@ -815,152 +787,148 @@ export declare const zGetContactResponse: z.ZodObject<{
815
787
  zw_tin: "zw_tin";
816
788
  }>>;
817
789
  }, z.core.$strip>;
818
- export declare const zUpdateContactData: z.ZodObject<{
819
- body: z.ZodObject<{
820
- company: z.ZodOptional<z.ZodString>;
821
- address1: z.ZodOptional<z.ZodString>;
822
- address2: z.ZodOptional<z.ZodString>;
823
- postalCode: z.ZodOptional<z.ZodString>;
824
- city: z.ZodOptional<z.ZodString>;
825
- state: z.ZodOptional<z.ZodString>;
826
- country: z.ZodOptional<z.ZodString>;
827
- phone: z.ZodOptional<z.ZodString>;
828
- email: z.ZodEmail;
829
- individual_name: z.ZodString;
830
- tax_id: z.ZodOptional<z.ZodString>;
831
- tax_id_type: z.ZodOptional<z.ZodEnum<{
832
- "": "";
833
- ad_nrt: "ad_nrt";
834
- ae_trn: "ae_trn";
835
- al_tin: "al_tin";
836
- am_tin: "am_tin";
837
- ao_tin: "ao_tin";
838
- ar_cuit: "ar_cuit";
839
- at_vat: "at_vat";
840
- au_abn: "au_abn";
841
- au_arn: "au_arn";
842
- ba_tin: "ba_tin";
843
- bb_tin: "bb_tin";
844
- be_vat: "be_vat";
845
- bg_uic: "bg_uic";
846
- bg_vat: "bg_vat";
847
- bh_vat: "bh_vat";
848
- bo_tin: "bo_tin";
849
- br_cnpj: "br_cnpj";
850
- br_cpf: "br_cpf";
851
- bs_tin: "bs_tin";
852
- by_tin: "by_tin";
853
- ca_bn: "ca_bn";
854
- ca_gst_hst: "ca_gst_hst";
855
- ca_pst_bc: "ca_pst_bc";
856
- ca_pst_mb: "ca_pst_mb";
857
- ca_pst_sk: "ca_pst_sk";
858
- ca_qst: "ca_qst";
859
- cd_nif: "cd_nif";
860
- ch_uid: "ch_uid";
861
- ch_vat: "ch_vat";
862
- cl_tin: "cl_tin";
863
- cn_tin: "cn_tin";
864
- co_nit: "co_nit";
865
- cr_tin: "cr_tin";
866
- cy_vat: "cy_vat";
867
- cz_vat: "cz_vat";
868
- de_stn: "de_stn";
869
- de_vat: "de_vat";
870
- dk_vat: "dk_vat";
871
- do_rcn: "do_rcn";
872
- ec_ruc: "ec_ruc";
873
- ee_vat: "ee_vat";
874
- eg_tin: "eg_tin";
875
- es_cif: "es_cif";
876
- es_vat: "es_vat";
877
- eu_oss_vat: "eu_oss_vat";
878
- fi_vat: "fi_vat";
879
- fr_vat: "fr_vat";
880
- gb_vat: "gb_vat";
881
- ge_vat: "ge_vat";
882
- gn_nif: "gn_nif";
883
- gr_vat: "gr_vat";
884
- hk_br: "hk_br";
885
- hr_oib: "hr_oib";
886
- hr_vat: "hr_vat";
887
- hu_tin: "hu_tin";
888
- hu_vat: "hu_vat";
889
- id_npwp: "id_npwp";
890
- ie_vat: "ie_vat";
891
- il_vat: "il_vat";
892
- in_gst: "in_gst";
893
- is_vat: "is_vat";
894
- it_vat: "it_vat";
895
- jp_cn: "jp_cn";
896
- jp_rn: "jp_rn";
897
- jp_trn: "jp_trn";
898
- ke_pin: "ke_pin";
899
- kh_tin: "kh_tin";
900
- kr_brn: "kr_brn";
901
- kz_bin: "kz_bin";
902
- li_uid: "li_uid";
903
- li_vat: "li_vat";
904
- lt_vat: "lt_vat";
905
- lu_vat: "lu_vat";
906
- lv_vat: "lv_vat";
907
- ma_vat: "ma_vat";
908
- md_vat: "md_vat";
909
- me_pib: "me_pib";
910
- mk_vat: "mk_vat";
911
- mr_nif: "mr_nif";
912
- mt_vat: "mt_vat";
913
- mx_rfc: "mx_rfc";
914
- my_frp: "my_frp";
915
- my_itn: "my_itn";
916
- my_sst: "my_sst";
917
- ng_tin: "ng_tin";
918
- nl_vat: "nl_vat";
919
- no_vat: "no_vat";
920
- no_voec: "no_voec";
921
- np_pan: "np_pan";
922
- nz_gst: "nz_gst";
923
- om_vat: "om_vat";
924
- pe_ruc: "pe_ruc";
925
- ph_tin: "ph_tin";
926
- pl_vat: "pl_vat";
927
- pt_vat: "pt_vat";
928
- ro_tin: "ro_tin";
929
- ro_vat: "ro_vat";
930
- rs_pib: "rs_pib";
931
- ru_inn: "ru_inn";
932
- ru_kpp: "ru_kpp";
933
- sa_vat: "sa_vat";
934
- se_vat: "se_vat";
935
- sg_gst: "sg_gst";
936
- sg_uen: "sg_uen";
937
- si_tin: "si_tin";
938
- si_vat: "si_vat";
939
- sk_vat: "sk_vat";
940
- sn_ninea: "sn_ninea";
941
- sr_fin: "sr_fin";
942
- sv_nit: "sv_nit";
943
- th_vat: "th_vat";
944
- tj_tin: "tj_tin";
945
- tr_tin: "tr_tin";
946
- tw_vat: "tw_vat";
947
- tz_vat: "tz_vat";
948
- ua_vat: "ua_vat";
949
- ug_tin: "ug_tin";
950
- us_ein: "us_ein";
951
- uy_ruc: "uy_ruc";
952
- uz_tin: "uz_tin";
953
- uz_vat: "uz_vat";
954
- ve_rif: "ve_rif";
955
- vn_tin: "vn_tin";
956
- xi_vat: "xi_vat";
957
- za_vat: "za_vat";
958
- zm_tin: "zm_tin";
959
- zw_tin: "zw_tin";
960
- }>>;
961
- }, z.core.$strip>;
962
- path: z.ZodOptional<z.ZodNever>;
963
- query: z.ZodOptional<z.ZodNever>;
790
+ export declare const zUpdateContactBody: z.ZodObject<{
791
+ company: z.ZodOptional<z.ZodString>;
792
+ address1: z.ZodOptional<z.ZodString>;
793
+ address2: z.ZodOptional<z.ZodString>;
794
+ postalCode: z.ZodOptional<z.ZodString>;
795
+ city: z.ZodOptional<z.ZodString>;
796
+ state: z.ZodOptional<z.ZodString>;
797
+ country: z.ZodOptional<z.ZodString>;
798
+ phone: z.ZodOptional<z.ZodString>;
799
+ email: z.ZodEmail;
800
+ individual_name: z.ZodString;
801
+ tax_id: z.ZodOptional<z.ZodString>;
802
+ tax_id_type: z.ZodOptional<z.ZodEnum<{
803
+ "": "";
804
+ ad_nrt: "ad_nrt";
805
+ ae_trn: "ae_trn";
806
+ al_tin: "al_tin";
807
+ am_tin: "am_tin";
808
+ ao_tin: "ao_tin";
809
+ ar_cuit: "ar_cuit";
810
+ at_vat: "at_vat";
811
+ au_abn: "au_abn";
812
+ au_arn: "au_arn";
813
+ ba_tin: "ba_tin";
814
+ bb_tin: "bb_tin";
815
+ be_vat: "be_vat";
816
+ bg_uic: "bg_uic";
817
+ bg_vat: "bg_vat";
818
+ bh_vat: "bh_vat";
819
+ bo_tin: "bo_tin";
820
+ br_cnpj: "br_cnpj";
821
+ br_cpf: "br_cpf";
822
+ bs_tin: "bs_tin";
823
+ by_tin: "by_tin";
824
+ ca_bn: "ca_bn";
825
+ ca_gst_hst: "ca_gst_hst";
826
+ ca_pst_bc: "ca_pst_bc";
827
+ ca_pst_mb: "ca_pst_mb";
828
+ ca_pst_sk: "ca_pst_sk";
829
+ ca_qst: "ca_qst";
830
+ cd_nif: "cd_nif";
831
+ ch_uid: "ch_uid";
832
+ ch_vat: "ch_vat";
833
+ cl_tin: "cl_tin";
834
+ cn_tin: "cn_tin";
835
+ co_nit: "co_nit";
836
+ cr_tin: "cr_tin";
837
+ cy_vat: "cy_vat";
838
+ cz_vat: "cz_vat";
839
+ de_stn: "de_stn";
840
+ de_vat: "de_vat";
841
+ dk_vat: "dk_vat";
842
+ do_rcn: "do_rcn";
843
+ ec_ruc: "ec_ruc";
844
+ ee_vat: "ee_vat";
845
+ eg_tin: "eg_tin";
846
+ es_cif: "es_cif";
847
+ es_vat: "es_vat";
848
+ eu_oss_vat: "eu_oss_vat";
849
+ fi_vat: "fi_vat";
850
+ fr_vat: "fr_vat";
851
+ gb_vat: "gb_vat";
852
+ ge_vat: "ge_vat";
853
+ gn_nif: "gn_nif";
854
+ gr_vat: "gr_vat";
855
+ hk_br: "hk_br";
856
+ hr_oib: "hr_oib";
857
+ hr_vat: "hr_vat";
858
+ hu_tin: "hu_tin";
859
+ hu_vat: "hu_vat";
860
+ id_npwp: "id_npwp";
861
+ ie_vat: "ie_vat";
862
+ il_vat: "il_vat";
863
+ in_gst: "in_gst";
864
+ is_vat: "is_vat";
865
+ it_vat: "it_vat";
866
+ jp_cn: "jp_cn";
867
+ jp_rn: "jp_rn";
868
+ jp_trn: "jp_trn";
869
+ ke_pin: "ke_pin";
870
+ kh_tin: "kh_tin";
871
+ kr_brn: "kr_brn";
872
+ kz_bin: "kz_bin";
873
+ li_uid: "li_uid";
874
+ li_vat: "li_vat";
875
+ lt_vat: "lt_vat";
876
+ lu_vat: "lu_vat";
877
+ lv_vat: "lv_vat";
878
+ ma_vat: "ma_vat";
879
+ md_vat: "md_vat";
880
+ me_pib: "me_pib";
881
+ mk_vat: "mk_vat";
882
+ mr_nif: "mr_nif";
883
+ mt_vat: "mt_vat";
884
+ mx_rfc: "mx_rfc";
885
+ my_frp: "my_frp";
886
+ my_itn: "my_itn";
887
+ my_sst: "my_sst";
888
+ ng_tin: "ng_tin";
889
+ nl_vat: "nl_vat";
890
+ no_vat: "no_vat";
891
+ no_voec: "no_voec";
892
+ np_pan: "np_pan";
893
+ nz_gst: "nz_gst";
894
+ om_vat: "om_vat";
895
+ pe_ruc: "pe_ruc";
896
+ ph_tin: "ph_tin";
897
+ pl_vat: "pl_vat";
898
+ pt_vat: "pt_vat";
899
+ ro_tin: "ro_tin";
900
+ ro_vat: "ro_vat";
901
+ rs_pib: "rs_pib";
902
+ ru_inn: "ru_inn";
903
+ ru_kpp: "ru_kpp";
904
+ sa_vat: "sa_vat";
905
+ se_vat: "se_vat";
906
+ sg_gst: "sg_gst";
907
+ sg_uen: "sg_uen";
908
+ si_tin: "si_tin";
909
+ si_vat: "si_vat";
910
+ sk_vat: "sk_vat";
911
+ sn_ninea: "sn_ninea";
912
+ sr_fin: "sr_fin";
913
+ sv_nit: "sv_nit";
914
+ th_vat: "th_vat";
915
+ tj_tin: "tj_tin";
916
+ tr_tin: "tr_tin";
917
+ tw_vat: "tw_vat";
918
+ tz_vat: "tz_vat";
919
+ ua_vat: "ua_vat";
920
+ ug_tin: "ug_tin";
921
+ us_ein: "us_ein";
922
+ uy_ruc: "uy_ruc";
923
+ uz_tin: "uz_tin";
924
+ uz_vat: "uz_vat";
925
+ ve_rif: "ve_rif";
926
+ vn_tin: "vn_tin";
927
+ xi_vat: "xi_vat";
928
+ za_vat: "za_vat";
929
+ zm_tin: "zm_tin";
930
+ zw_tin: "zw_tin";
931
+ }>>;
964
932
  }, z.core.$strip>;
965
933
  /**
966
934
  * Successfully updated. Returns updated organization details.
@@ -1108,11 +1076,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1108
1076
  zw_tin: "zw_tin";
1109
1077
  }>>;
1110
1078
  }, z.core.$strip>;
1111
- export declare const zGetCreditsData: z.ZodObject<{
1112
- body: z.ZodOptional<z.ZodNever>;
1113
- path: z.ZodOptional<z.ZodNever>;
1114
- query: z.ZodOptional<z.ZodNever>;
1115
- }, z.core.$strip>;
1116
1079
  /**
1117
1080
  * An array of the applied promotional credits records.
1118
1081
  */
@@ -1129,19 +1092,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1129
1092
  value_total: z.ZodNumber;
1130
1093
  value_remaining: z.ZodOptional<z.ZodNumber>;
1131
1094
  }, z.core.$strip>>;
1132
- export declare const zRedeemCreditsData: z.ZodObject<{
1133
- body: z.ZodObject<{
1134
- code: z.ZodOptional<z.ZodString>;
1135
- }, z.core.$strip>;
1136
- path: z.ZodOptional<z.ZodNever>;
1137
- query: z.ZodOptional<z.ZodNever>;
1095
+ export declare const zRedeemCreditsBody: z.ZodObject<{
1096
+ code: z.ZodOptional<z.ZodString>;
1138
1097
  }, z.core.$strip>;
1139
- export declare const zListChartsData: z.ZodObject<{
1140
- body: z.ZodOptional<z.ZodNever>;
1141
- path: z.ZodObject<{
1142
- cluster_id: z.ZodString;
1143
- }, z.core.$strip>;
1144
- query: z.ZodOptional<z.ZodNever>;
1098
+ export declare const zListChartsPath: z.ZodObject<{
1099
+ cluster_id: z.ZodString;
1145
1100
  }, z.core.$strip>;
1146
1101
  /**
1147
1102
  * An array of charts
@@ -1173,42 +1128,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1173
1128
  updated_at: z.ZodString;
1174
1129
  ready: z.ZodBoolean;
1175
1130
  }, z.core.$strip>>;
1176
- export declare const zCreateChartData: z.ZodObject<{
1177
- body: z.ZodObject<{
1178
- values: z.ZodString;
1179
- version_channel: z.ZodString;
1180
- name: z.ZodString;
1181
- namespace: z.ZodString;
1182
- chart: z.ZodString;
1183
- }, z.core.$strip>;
1184
- path: z.ZodObject<{
1185
- cluster_id: z.ZodString;
1186
- }, z.core.$strip>;
1187
- query: z.ZodOptional<z.ZodNever>;
1131
+ export declare const zCreateChartBody: z.ZodObject<{
1132
+ values: z.ZodString;
1133
+ version_channel: z.ZodString;
1134
+ name: z.ZodString;
1135
+ namespace: z.ZodString;
1136
+ chart: z.ZodString;
1137
+ }, z.core.$strip>;
1138
+ export declare const zCreateChartPath: z.ZodObject<{
1139
+ cluster_id: z.ZodString;
1188
1140
  }, z.core.$strip>;
1189
1141
  /**
1190
1142
  * Successfully created. Returns created Chart ID.
1191
1143
  */
1192
1144
  export declare const zCreateChartResponse: z.ZodString;
1193
- export declare const zDeleteChartData: z.ZodObject<{
1194
- body: z.ZodOptional<z.ZodNever>;
1195
- path: z.ZodObject<{
1196
- cluster_id: z.ZodString;
1197
- chart_name: z.ZodString;
1198
- }, z.core.$strip>;
1199
- query: z.ZodOptional<z.ZodNever>;
1145
+ export declare const zDeleteChartPath: z.ZodObject<{
1146
+ cluster_id: z.ZodString;
1147
+ chart_name: z.ZodString;
1200
1148
  }, z.core.$strip>;
1201
1149
  /**
1202
1150
  * Successfully deleted.
1203
1151
  */
1204
1152
  export declare const zDeleteChartResponse: z.ZodString;
1205
- export declare const zGetChartData: z.ZodObject<{
1206
- body: z.ZodOptional<z.ZodNever>;
1207
- path: z.ZodObject<{
1208
- cluster_id: z.ZodString;
1209
- chart_name: z.ZodString;
1210
- }, z.core.$strip>;
1211
- query: z.ZodOptional<z.ZodNever>;
1153
+ export declare const zGetChartPath: z.ZodObject<{
1154
+ cluster_id: z.ZodString;
1155
+ chart_name: z.ZodString;
1212
1156
  }, z.core.$strip>;
1213
1157
  /**
1214
1158
  * Returns a single object containing chart details.
@@ -1240,27 +1184,20 @@ export declare const zGetChartResponse: z.ZodObject<{
1240
1184
  updated_at: z.ZodString;
1241
1185
  ready: z.ZodBoolean;
1242
1186
  }, z.core.$strip>;
1243
- export declare const zUpdateChartData: z.ZodObject<{
1244
- body: z.ZodObject<{
1245
- values: z.ZodString;
1246
- version_channel: z.ZodString;
1247
- }, z.core.$strip>;
1248
- path: z.ZodObject<{
1249
- cluster_id: z.ZodString;
1250
- chart_name: z.ZodString;
1251
- }, z.core.$strip>;
1252
- query: z.ZodOptional<z.ZodNever>;
1187
+ export declare const zUpdateChartBody: z.ZodObject<{
1188
+ values: z.ZodString;
1189
+ version_channel: z.ZodString;
1190
+ }, z.core.$strip>;
1191
+ export declare const zUpdateChartPath: z.ZodObject<{
1192
+ cluster_id: z.ZodString;
1193
+ chart_name: z.ZodString;
1253
1194
  }, z.core.$strip>;
1254
1195
  /**
1255
1196
  * Successfully updated.
1256
1197
  */
1257
1198
  export declare const zUpdateChartResponse: z.ZodString;
1258
- export declare const zListFleetsData: z.ZodObject<{
1259
- body: z.ZodOptional<z.ZodNever>;
1260
- path: z.ZodObject<{
1261
- cluster_id: z.ZodString;
1262
- }, z.core.$strip>;
1263
- query: z.ZodOptional<z.ZodNever>;
1199
+ export declare const zListFleetsPath: z.ZodObject<{
1200
+ cluster_id: z.ZodString;
1264
1201
  }, z.core.$strip>;
1265
1202
  /**
1266
1203
  * An array of fleets
@@ -1283,53 +1220,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1283
1220
  }, z.core.$strip>>;
1284
1221
  id: z.ZodString;
1285
1222
  }, z.core.$strip>>;
1286
- export declare const zCreateFleetData: z.ZodObject<{
1287
- body: z.ZodObject<{
1288
- limits: z.ZodOptional<z.ZodObject<{
1289
- cpu: z.ZodNumber;
1290
- }, z.core.$strip>>;
1291
- gcp: z.ZodOptional<z.ZodObject<{
1292
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1293
- project: z.ZodString;
1294
- }, z.core.$strip>>;
1295
- hetzner: z.ZodOptional<z.ZodObject<{
1296
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1297
- apiKey: z.ZodString;
1298
- }, z.core.$strip>>;
1299
- aws: z.ZodOptional<z.ZodObject<{
1300
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1301
- controllerRoleArn: z.ZodString;
1302
- }, z.core.$strip>>;
1303
- id: z.ZodString;
1304
- }, z.core.$strip>;
1305
- path: z.ZodObject<{
1306
- cluster_id: z.ZodString;
1307
- }, z.core.$strip>;
1308
- query: z.ZodOptional<z.ZodNever>;
1223
+ export declare const zCreateFleetBody: z.ZodObject<{
1224
+ limits: z.ZodOptional<z.ZodObject<{
1225
+ cpu: z.ZodNumber;
1226
+ }, z.core.$strip>>;
1227
+ gcp: z.ZodOptional<z.ZodObject<{
1228
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1229
+ project: z.ZodString;
1230
+ }, z.core.$strip>>;
1231
+ hetzner: z.ZodOptional<z.ZodObject<{
1232
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1233
+ apiKey: z.ZodString;
1234
+ }, z.core.$strip>>;
1235
+ aws: z.ZodOptional<z.ZodObject<{
1236
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1237
+ controllerRoleArn: z.ZodString;
1238
+ }, z.core.$strip>>;
1239
+ id: z.ZodString;
1240
+ }, z.core.$strip>;
1241
+ export declare const zCreateFleetPath: z.ZodObject<{
1242
+ cluster_id: z.ZodString;
1309
1243
  }, z.core.$strip>;
1310
1244
  /**
1311
1245
  * Successfully created. Returns created Fleet ID.
1312
1246
  */
1313
1247
  export declare const zCreateFleetResponse: z.ZodString;
1314
- export declare const zDeleteFleetData: z.ZodObject<{
1315
- body: z.ZodOptional<z.ZodNever>;
1316
- path: z.ZodObject<{
1317
- cluster_id: z.ZodString;
1318
- fleet_name: z.ZodString;
1319
- }, z.core.$strip>;
1320
- query: z.ZodOptional<z.ZodNever>;
1248
+ export declare const zDeleteFleetPath: z.ZodObject<{
1249
+ cluster_id: z.ZodString;
1250
+ fleet_name: z.ZodString;
1321
1251
  }, z.core.$strip>;
1322
1252
  /**
1323
1253
  * Successfully deleted.
1324
1254
  */
1325
1255
  export declare const zDeleteFleetResponse: z.ZodString;
1326
- export declare const zGetFleetData: z.ZodObject<{
1327
- body: z.ZodOptional<z.ZodNever>;
1328
- path: z.ZodObject<{
1329
- cluster_id: z.ZodString;
1330
- fleet_name: z.ZodString;
1331
- }, z.core.$strip>;
1332
- query: z.ZodOptional<z.ZodNever>;
1256
+ export declare const zGetFleetPath: z.ZodObject<{
1257
+ cluster_id: z.ZodString;
1258
+ fleet_name: z.ZodString;
1333
1259
  }, z.core.$strip>;
1334
1260
  /**
1335
1261
  * Returns a single object containing fleet details.
@@ -1352,45 +1278,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
1352
1278
  }, z.core.$strip>>;
1353
1279
  id: z.ZodString;
1354
1280
  }, z.core.$strip>;
1355
- export declare const zUpdateFleetData: z.ZodObject<{
1356
- body: z.ZodObject<{
1357
- limits: z.ZodOptional<z.ZodObject<{
1358
- cpu: z.ZodNumber;
1359
- }, z.core.$strip>>;
1360
- gcp: z.ZodOptional<z.ZodObject<{
1361
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1362
- project: z.ZodString;
1363
- }, z.core.$strip>>;
1364
- hetzner: z.ZodOptional<z.ZodObject<{
1365
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1366
- apiKey: z.ZodString;
1367
- }, z.core.$strip>>;
1368
- aws: z.ZodOptional<z.ZodObject<{
1369
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1370
- controllerRoleArn: z.ZodString;
1371
- }, z.core.$strip>>;
1372
- }, z.core.$strip>;
1373
- path: z.ZodObject<{
1374
- cluster_id: z.ZodString;
1375
- fleet_name: z.ZodString;
1376
- }, z.core.$strip>;
1377
- query: z.ZodOptional<z.ZodNever>;
1281
+ export declare const zUpdateFleetBody: z.ZodObject<{
1282
+ limits: z.ZodOptional<z.ZodObject<{
1283
+ cpu: z.ZodNumber;
1284
+ }, z.core.$strip>>;
1285
+ gcp: z.ZodOptional<z.ZodObject<{
1286
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1287
+ project: z.ZodString;
1288
+ }, z.core.$strip>>;
1289
+ hetzner: z.ZodOptional<z.ZodObject<{
1290
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1291
+ apiKey: z.ZodString;
1292
+ }, z.core.$strip>>;
1293
+ aws: z.ZodOptional<z.ZodObject<{
1294
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1295
+ controllerRoleArn: z.ZodString;
1296
+ }, z.core.$strip>>;
1297
+ }, z.core.$strip>;
1298
+ export declare const zUpdateFleetPath: z.ZodObject<{
1299
+ cluster_id: z.ZodString;
1300
+ fleet_name: z.ZodString;
1378
1301
  }, z.core.$strip>;
1379
1302
  /**
1380
1303
  * Successfully updated.
1381
1304
  */
1382
1305
  export declare const zUpdateFleetResponse: z.ZodString;
1383
- export declare const zQueryClusterData: z.ZodObject<{
1384
- body: z.ZodOptional<z.ZodNever>;
1385
- path: z.ZodObject<{
1386
- cluster_id: z.ZodString;
1387
- }, z.core.$strip>;
1388
- query: z.ZodOptional<z.ZodNever>;
1389
- }, z.core.$strip>;
1390
- export declare const zListClustersData: z.ZodObject<{
1391
- body: z.ZodOptional<z.ZodNever>;
1392
- path: z.ZodOptional<z.ZodNever>;
1393
- query: z.ZodOptional<z.ZodNever>;
1306
+ export declare const zQueryClusterPath: z.ZodObject<{
1307
+ cluster_id: z.ZodString;
1394
1308
  }, z.core.$strip>;
1395
1309
  /**
1396
1310
  * An array of clusters
@@ -1401,12 +1315,12 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1401
1315
  basic: "basic";
1402
1316
  pro: "pro";
1403
1317
  }>;
1404
- region: z.ZodOptional<z.ZodEnum<{
1318
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1405
1319
  "staging-1a": "staging-1a";
1406
1320
  "northamerica-central-1": "northamerica-central-1";
1407
1321
  "europe-central-1a": "europe-central-1a";
1408
1322
  "northamerica-central-1a": "northamerica-central-1a";
1409
- }>>;
1323
+ }>>>;
1410
1324
  id: z.ZodUUID;
1411
1325
  status: z.ZodEnum<{
1412
1326
  deleted: "deleted";
@@ -1427,50 +1341,38 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1427
1341
  ready: z.ZodOptional<z.ZodBoolean>;
1428
1342
  version_channel: z.ZodOptional<z.ZodString>;
1429
1343
  }, z.core.$strip>>;
1430
- export declare const zCreateClusterData: z.ZodObject<{
1431
- body: z.ZodObject<{
1432
- name: z.ZodString;
1433
- tier: z.ZodEnum<{
1434
- basic: "basic";
1435
- pro: "pro";
1436
- }>;
1437
- region: z.ZodOptional<z.ZodEnum<{
1438
- "staging-1a": "staging-1a";
1439
- "northamerica-central-1": "northamerica-central-1";
1440
- "europe-central-1a": "europe-central-1a";
1441
- "northamerica-central-1a": "northamerica-central-1a";
1442
- }>>;
1443
- version_channel: z.ZodOptional<z.ZodEnum<{
1444
- "1.x.x-cfke.x": "1.x.x-cfke.x";
1445
- "1.31.x-cfke.x": "1.31.x-cfke.x";
1446
- "1.32.x-cfke.x": "1.32.x-cfke.x";
1447
- "1.33.x-cfke.x": "1.33.x-cfke.x";
1448
- }>>;
1449
- }, z.core.$strip>;
1450
- path: z.ZodOptional<z.ZodNever>;
1451
- query: z.ZodOptional<z.ZodNever>;
1344
+ export declare const zCreateClusterBody: z.ZodObject<{
1345
+ name: z.ZodString;
1346
+ tier: z.ZodEnum<{
1347
+ basic: "basic";
1348
+ pro: "pro";
1349
+ }>;
1350
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1351
+ "staging-1a": "staging-1a";
1352
+ "northamerica-central-1": "northamerica-central-1";
1353
+ "europe-central-1a": "europe-central-1a";
1354
+ "northamerica-central-1a": "northamerica-central-1a";
1355
+ }>>>;
1356
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1357
+ "1.x.x-cfke.x": "1.x.x-cfke.x";
1358
+ "1.31.x-cfke.x": "1.31.x-cfke.x";
1359
+ "1.32.x-cfke.x": "1.32.x-cfke.x";
1360
+ "1.33.x-cfke.x": "1.33.x-cfke.x";
1361
+ }>>>;
1452
1362
  }, z.core.$strip>;
1453
1363
  /**
1454
1364
  * Successfully created. Returns created Cluster ID.
1455
1365
  */
1456
1366
  export declare const zCreateClusterResponse: z.ZodString;
1457
- export declare const zDeleteClusterData: z.ZodObject<{
1458
- body: z.ZodOptional<z.ZodNever>;
1459
- path: z.ZodObject<{
1460
- cluster_id: z.ZodString;
1461
- }, z.core.$strip>;
1462
- query: z.ZodOptional<z.ZodNever>;
1367
+ export declare const zDeleteClusterPath: z.ZodObject<{
1368
+ cluster_id: z.ZodString;
1463
1369
  }, z.core.$strip>;
1464
1370
  /**
1465
1371
  * Successfully deleted.
1466
1372
  */
1467
1373
  export declare const zDeleteClusterResponse: z.ZodString;
1468
- export declare const zGetClusterData: z.ZodObject<{
1469
- body: z.ZodOptional<z.ZodNever>;
1470
- path: z.ZodObject<{
1471
- cluster_id: z.ZodString;
1472
- }, z.core.$strip>;
1473
- query: z.ZodOptional<z.ZodNever>;
1374
+ export declare const zGetClusterPath: z.ZodObject<{
1375
+ cluster_id: z.ZodString;
1474
1376
  }, z.core.$strip>;
1475
1377
  /**
1476
1378
  * Returns a single object containing cluster details.
@@ -1481,12 +1383,12 @@ export declare const zGetClusterResponse: z.ZodObject<{
1481
1383
  basic: "basic";
1482
1384
  pro: "pro";
1483
1385
  }>;
1484
- region: z.ZodOptional<z.ZodEnum<{
1386
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1485
1387
  "staging-1a": "staging-1a";
1486
1388
  "northamerica-central-1": "northamerica-central-1";
1487
1389
  "europe-central-1a": "europe-central-1a";
1488
1390
  "northamerica-central-1a": "northamerica-central-1a";
1489
- }>>;
1391
+ }>>>;
1490
1392
  id: z.ZodUUID;
1491
1393
  status: z.ZodEnum<{
1492
1394
  deleted: "deleted";
@@ -1507,19 +1409,16 @@ export declare const zGetClusterResponse: z.ZodObject<{
1507
1409
  ready: z.ZodOptional<z.ZodBoolean>;
1508
1410
  version_channel: z.ZodOptional<z.ZodString>;
1509
1411
  }, z.core.$strip>;
1510
- export declare const zUpdateClusterData: z.ZodObject<{
1511
- body: z.ZodObject<{
1512
- name: z.ZodOptional<z.ZodString>;
1513
- tier: z.ZodEnum<{
1514
- basic: "basic";
1515
- pro: "pro";
1516
- }>;
1517
- version_channel: z.ZodOptional<z.ZodString>;
1518
- }, z.core.$strip>;
1519
- path: z.ZodObject<{
1520
- cluster_id: z.ZodString;
1521
- }, z.core.$strip>;
1522
- query: z.ZodOptional<z.ZodNever>;
1412
+ export declare const zUpdateClusterBody: z.ZodObject<{
1413
+ name: z.ZodOptional<z.ZodString>;
1414
+ tier: z.ZodEnum<{
1415
+ basic: "basic";
1416
+ pro: "pro";
1417
+ }>;
1418
+ version_channel: z.ZodOptional<z.ZodString>;
1419
+ }, z.core.$strip>;
1420
+ export declare const zUpdateClusterPath: z.ZodObject<{
1421
+ cluster_id: z.ZodString;
1523
1422
  }, z.core.$strip>;
1524
1423
  /**
1525
1424
  * Successfully updated. Returns updated cluster details.
@@ -1530,12 +1429,12 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1530
1429
  basic: "basic";
1531
1430
  pro: "pro";
1532
1431
  }>;
1533
- region: z.ZodOptional<z.ZodEnum<{
1432
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1534
1433
  "staging-1a": "staging-1a";
1535
1434
  "northamerica-central-1": "northamerica-central-1";
1536
1435
  "europe-central-1a": "europe-central-1a";
1537
1436
  "northamerica-central-1a": "northamerica-central-1a";
1538
- }>>;
1437
+ }>>>;
1539
1438
  id: z.ZodUUID;
1540
1439
  status: z.ZodEnum<{
1541
1440
  deleted: "deleted";
@@ -1556,12 +1455,15 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1556
1455
  ready: z.ZodOptional<z.ZodBoolean>;
1557
1456
  version_channel: z.ZodOptional<z.ZodString>;
1558
1457
  }, z.core.$strip>;
1559
- export declare const zGetJoinInformationData: z.ZodObject<{
1560
- body: z.ZodOptional<z.ZodNever>;
1561
- path: z.ZodObject<{
1562
- cluster_id: z.ZodString;
1563
- }, z.core.$strip>;
1564
- query: z.ZodOptional<z.ZodNever>;
1458
+ export declare const zGetClusterCaPath: z.ZodObject<{
1459
+ cluster_id: z.ZodString;
1460
+ }, z.core.$strip>;
1461
+ /**
1462
+ * PEM-encoded certificate authority of the cluster.
1463
+ */
1464
+ export declare const zGetClusterCaResponse: z.ZodString;
1465
+ export declare const zGetJoinInformationPath: z.ZodObject<{
1466
+ cluster_id: z.ZodString;
1565
1467
  }, z.core.$strip>;
1566
1468
  /**
1567
1469
  * An object of cluster join information
@@ -1584,11 +1486,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1584
1486
  gcp_workload_identity_provider: z.ZodString;
1585
1487
  }, z.core.$strip>;
1586
1488
  }, z.core.$strip>;
1587
- export declare const zListInvitesData: z.ZodObject<{
1588
- body: z.ZodOptional<z.ZodNever>;
1589
- path: z.ZodOptional<z.ZodNever>;
1590
- query: z.ZodOptional<z.ZodNever>;
1591
- }, z.core.$strip>;
1592
1489
  /**
1593
1490
  * An array of invites
1594
1491
  */
@@ -1599,12 +1496,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1599
1496
  email: z.ZodOptional<z.ZodEmail>;
1600
1497
  code: z.ZodOptional<z.ZodString>;
1601
1498
  }, z.core.$strip>>;
1602
- export declare const zCreateInviteData: z.ZodObject<{
1603
- body: z.ZodObject<{
1604
- email: z.ZodOptional<z.ZodString>;
1605
- }, z.core.$strip>;
1606
- path: z.ZodOptional<z.ZodNever>;
1607
- query: z.ZodOptional<z.ZodNever>;
1499
+ export declare const zCreateInviteBody: z.ZodObject<{
1500
+ email: z.ZodOptional<z.ZodString>;
1608
1501
  }, z.core.$strip>;
1609
1502
  /**
1610
1503
  * Successfully created. Returns created invite details.
@@ -1616,12 +1509,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1616
1509
  email: z.ZodOptional<z.ZodEmail>;
1617
1510
  code: z.ZodOptional<z.ZodString>;
1618
1511
  }, z.core.$strip>;
1619
- export declare const zGetInviteData: z.ZodObject<{
1620
- body: z.ZodOptional<z.ZodNever>;
1621
- path: z.ZodObject<{
1622
- code: z.ZodString;
1623
- }, z.core.$strip>;
1624
- query: z.ZodOptional<z.ZodNever>;
1512
+ export declare const zGetInvitePath: z.ZodObject<{
1513
+ code: z.ZodString;
1625
1514
  }, z.core.$strip>;
1626
1515
  /**
1627
1516
  * Returns a single object containing invite details.
@@ -1633,17 +1522,8 @@ export declare const zGetInviteResponse: z.ZodObject<{
1633
1522
  email: z.ZodOptional<z.ZodEmail>;
1634
1523
  code: z.ZodOptional<z.ZodString>;
1635
1524
  }, z.core.$strip>;
1636
- export declare const zDeleteInviteData: z.ZodObject<{
1637
- body: z.ZodOptional<z.ZodNever>;
1638
- path: z.ZodObject<{
1639
- email: z.ZodString;
1640
- }, z.core.$strip>;
1641
- query: z.ZodOptional<z.ZodNever>;
1642
- }, z.core.$strip>;
1643
- export declare const zListMarketplaceChartsData: z.ZodObject<{
1644
- body: z.ZodOptional<z.ZodNever>;
1645
- path: z.ZodOptional<z.ZodNever>;
1646
- query: z.ZodOptional<z.ZodNever>;
1525
+ export declare const zDeleteInvitePath: z.ZodObject<{
1526
+ email: z.ZodString;
1647
1527
  }, z.core.$strip>;
1648
1528
  /**
1649
1529
  * An array of chart listings in the marketplace.
@@ -1669,13 +1549,9 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1669
1549
  }, z.core.$strip>>>;
1670
1550
  }, z.core.$strip>>;
1671
1551
  }, z.core.$strip>>;
1672
- export declare const zGetMarketplaceChartFilesData: z.ZodObject<{
1673
- body: z.ZodOptional<z.ZodNever>;
1674
- path: z.ZodObject<{
1675
- chart_name: z.ZodString;
1676
- version_channel: z.ZodString;
1677
- }, z.core.$strip>;
1678
- query: z.ZodOptional<z.ZodNever>;
1552
+ export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
1553
+ chart_name: z.ZodString;
1554
+ version_channel: z.ZodString;
1679
1555
  }, z.core.$strip>;
1680
1556
  /**
1681
1557
  * Returns an object containing the chart files for the latest matching version.
@@ -1685,15 +1561,14 @@ export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
1685
1561
  valuesYaml: z.ZodOptional<z.ZodString>;
1686
1562
  valuesSchemaJson: z.ZodOptional<z.ZodString>;
1687
1563
  }, z.core.$strip>;
1688
- export declare const zPostMcpData: z.ZodObject<{
1689
- body: z.ZodObject<{
1690
- jsonrpc: z.ZodOptional<z.ZodString>;
1691
- method: z.ZodOptional<z.ZodString>;
1692
- id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1693
- params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1694
- }, z.core.$strip>;
1695
- path: z.ZodOptional<z.ZodNever>;
1696
- query: z.ZodOptional<z.ZodNever>;
1564
+ /**
1565
+ * JSON-RPC 2.0 request payload
1566
+ */
1567
+ export declare const zPostMcpBody: z.ZodObject<{
1568
+ jsonrpc: z.ZodOptional<z.ZodString>;
1569
+ method: z.ZodOptional<z.ZodString>;
1570
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1571
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1697
1572
  }, z.core.$strip>;
1698
1573
  /**
1699
1574
  * JSON-RPC 2.0 success or error response
@@ -1707,11 +1582,6 @@ export declare const zPostMcpResponse: z.ZodObject<{
1707
1582
  message: z.ZodOptional<z.ZodString>;
1708
1583
  }, z.core.$strip>>;
1709
1584
  }, z.core.$strip>;
1710
- export declare const zGetOrganizationData: z.ZodObject<{
1711
- body: z.ZodOptional<z.ZodNever>;
1712
- path: z.ZodOptional<z.ZodNever>;
1713
- query: z.ZodOptional<z.ZodNever>;
1714
- }, z.core.$strip>;
1715
1585
  /**
1716
1586
  * Returns a single object containing organization details.
1717
1587
  */
@@ -1731,8 +1601,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1731
1601
  id: z.ZodString;
1732
1602
  label: z.ZodString;
1733
1603
  }, z.core.$strip>>;
1734
- copilot_user_hourly_tokens: z.ZodInt;
1735
- copilot_organization_hourly_tokens: z.ZodInt;
1736
1604
  cfcr_storage_gb: z.ZodInt;
1737
1605
  }, z.core.$strip>;
1738
1606
  status: z.ZodEnum<{
@@ -1741,21 +1609,12 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1741
1609
  suspended: "suspended";
1742
1610
  }>;
1743
1611
  }, z.core.$strip>;
1744
- export declare const zCreateOrganizationData: z.ZodObject<{
1745
- body: z.ZodObject<{
1746
- email: z.ZodEmail;
1747
- first_name: z.ZodString;
1748
- last_name: z.ZodString;
1749
- company_name: z.ZodString;
1750
- password: z.ZodString;
1751
- }, z.core.$strip>;
1752
- path: z.ZodOptional<z.ZodNever>;
1753
- query: z.ZodOptional<z.ZodNever>;
1754
- }, z.core.$strip>;
1755
- export declare const zListRepositoriesData: z.ZodObject<{
1756
- body: z.ZodOptional<z.ZodNever>;
1757
- path: z.ZodOptional<z.ZodNever>;
1758
- query: z.ZodOptional<z.ZodNever>;
1612
+ export declare const zCreateOrganizationBody: z.ZodObject<{
1613
+ email: z.ZodEmail;
1614
+ first_name: z.ZodString;
1615
+ last_name: z.ZodString;
1616
+ company_name: z.ZodString;
1617
+ password: z.ZodString;
1759
1618
  }, z.core.$strip>;
1760
1619
  /**
1761
1620
  * List of repositories
@@ -1765,13 +1624,9 @@ export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
1765
1624
  region: z.ZodString;
1766
1625
  uri: z.ZodString;
1767
1626
  }, z.core.$strip>>;
1768
- export declare const zListTagsData: z.ZodObject<{
1769
- body: z.ZodOptional<z.ZodNever>;
1770
- path: z.ZodObject<{
1771
- region: z.ZodString;
1772
- repository: z.ZodString;
1773
- }, z.core.$strip>;
1774
- query: z.ZodOptional<z.ZodNever>;
1627
+ export declare const zListTagsPath: z.ZodObject<{
1628
+ region: z.ZodString;
1629
+ repository: z.ZodString;
1775
1630
  }, z.core.$strip>;
1776
1631
  /**
1777
1632
  * Repository with tags
@@ -1788,23 +1643,15 @@ export declare const zListTagsResponse: z.ZodObject<{
1788
1643
  }, z.core.$strip>>;
1789
1644
  totalSize: z.ZodNumber;
1790
1645
  }, z.core.$strip>;
1791
- export declare const zDeleteTagData: z.ZodObject<{
1792
- body: z.ZodOptional<z.ZodNever>;
1793
- path: z.ZodObject<{
1794
- region: z.ZodString;
1795
- repository: z.ZodString;
1796
- tag: z.ZodString;
1797
- }, z.core.$strip>;
1798
- query: z.ZodOptional<z.ZodNever>;
1799
- }, z.core.$strip>;
1800
- export declare const zGetTagData: z.ZodObject<{
1801
- body: z.ZodOptional<z.ZodNever>;
1802
- path: z.ZodObject<{
1803
- region: z.ZodString;
1804
- repository: z.ZodString;
1805
- tag: z.ZodString;
1806
- }, z.core.$strip>;
1807
- query: z.ZodOptional<z.ZodNever>;
1646
+ export declare const zDeleteTagPath: z.ZodObject<{
1647
+ region: z.ZodString;
1648
+ repository: z.ZodString;
1649
+ tag: z.ZodString;
1650
+ }, z.core.$strip>;
1651
+ export declare const zGetTagPath: z.ZodObject<{
1652
+ region: z.ZodString;
1653
+ repository: z.ZodString;
1654
+ tag: z.ZodString;
1808
1655
  }, z.core.$strip>;
1809
1656
  /**
1810
1657
  * Tag details
@@ -1838,11 +1685,6 @@ export declare const zGetTagResponse: z.ZodObject<{
1838
1685
  repository: z.ZodString;
1839
1686
  uri: z.ZodString;
1840
1687
  }, z.core.$strip>;
1841
- export declare const zListTokensData: z.ZodObject<{
1842
- body: z.ZodOptional<z.ZodNever>;
1843
- path: z.ZodOptional<z.ZodNever>;
1844
- query: z.ZodOptional<z.ZodNever>;
1845
- }, z.core.$strip>;
1846
1688
  /**
1847
1689
  * Returns a list of access token details with masked secrets.
1848
1690
  */
@@ -1856,16 +1698,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1856
1698
  secret: z.ZodOptional<z.ZodString>;
1857
1699
  date_created: z.ZodISODateTime;
1858
1700
  }, z.core.$strip>>;
1859
- export declare const zCreateTokenData: z.ZodObject<{
1860
- body: z.ZodObject<{
1861
- name: z.ZodString;
1862
- role: z.ZodEnum<{
1863
- Administrator: "Administrator";
1864
- User: "User";
1865
- }>;
1866
- }, z.core.$strip>;
1867
- path: z.ZodOptional<z.ZodNever>;
1868
- query: z.ZodOptional<z.ZodNever>;
1701
+ export declare const zCreateTokenBody: z.ZodObject<{
1702
+ name: z.ZodString;
1703
+ role: z.ZodEnum<{
1704
+ Administrator: "Administrator";
1705
+ User: "User";
1706
+ }>;
1869
1707
  }, z.core.$strip>;
1870
1708
  /**
1871
1709
  * Successfully created. Returns created token details with unmasked/raw secret.
@@ -1880,19 +1718,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
1880
1718
  secret: z.ZodOptional<z.ZodString>;
1881
1719
  date_created: z.ZodISODateTime;
1882
1720
  }, z.core.$strip>;
1883
- export declare const zDeleteTokenData: z.ZodObject<{
1884
- body: z.ZodOptional<z.ZodNever>;
1885
- path: z.ZodObject<{
1886
- token_id: z.ZodString;
1887
- }, z.core.$strip>;
1888
- query: z.ZodOptional<z.ZodNever>;
1721
+ export declare const zDeleteTokenPath: z.ZodObject<{
1722
+ token_id: z.ZodString;
1889
1723
  }, z.core.$strip>;
1890
- export declare const zGetTokenData: z.ZodObject<{
1891
- body: z.ZodOptional<z.ZodNever>;
1892
- path: z.ZodObject<{
1893
- token_id: z.ZodString;
1894
- }, z.core.$strip>;
1895
- query: z.ZodOptional<z.ZodNever>;
1724
+ export declare const zGetTokenPath: z.ZodObject<{
1725
+ token_id: z.ZodString;
1896
1726
  }, z.core.$strip>;
1897
1727
  /**
1898
1728
  * Returns access token details with masked secret.
@@ -1907,18 +1737,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
1907
1737
  secret: z.ZodOptional<z.ZodString>;
1908
1738
  date_created: z.ZodISODateTime;
1909
1739
  }, z.core.$strip>;
1910
- export declare const zUpdateTokenData: z.ZodObject<{
1911
- body: z.ZodObject<{
1912
- name: z.ZodOptional<z.ZodString>;
1913
- role: z.ZodOptional<z.ZodEnum<{
1914
- Administrator: "Administrator";
1915
- User: "User";
1916
- }>>;
1917
- }, z.core.$strip>;
1918
- path: z.ZodObject<{
1919
- token_id: z.ZodString;
1920
- }, z.core.$strip>;
1921
- query: z.ZodOptional<z.ZodNever>;
1740
+ export declare const zUpdateTokenBody: z.ZodObject<{
1741
+ name: z.ZodOptional<z.ZodString>;
1742
+ role: z.ZodOptional<z.ZodEnum<{
1743
+ Administrator: "Administrator";
1744
+ User: "User";
1745
+ }>>;
1746
+ }, z.core.$strip>;
1747
+ export declare const zUpdateTokenPath: z.ZodObject<{
1748
+ token_id: z.ZodString;
1922
1749
  }, z.core.$strip>;
1923
1750
  /**
1924
1751
  * Successfully updated. Returns updated token details with masked secret.
@@ -1933,12 +1760,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
1933
1760
  secret: z.ZodOptional<z.ZodString>;
1934
1761
  date_created: z.ZodISODateTime;
1935
1762
  }, z.core.$strip>;
1936
- export declare const zRegenerateTokenData: z.ZodObject<{
1937
- body: z.ZodOptional<z.ZodNever>;
1938
- path: z.ZodObject<{
1939
- token_id: z.ZodString;
1940
- }, z.core.$strip>;
1941
- query: z.ZodOptional<z.ZodNever>;
1763
+ export declare const zRegenerateTokenPath: z.ZodObject<{
1764
+ token_id: z.ZodString;
1942
1765
  }, z.core.$strip>;
1943
1766
  /**
1944
1767
  * Successfully updated. Returns updated token details with unmasked / raw secret.
@@ -1953,12 +1776,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
1953
1776
  secret: z.ZodOptional<z.ZodString>;
1954
1777
  date_created: z.ZodISODateTime;
1955
1778
  }, z.core.$strip>;
1956
- export declare const zListUserOrganizationsData: z.ZodObject<{
1957
- body: z.ZodOptional<z.ZodNever>;
1958
- path: z.ZodObject<{
1959
- email: z.ZodString;
1960
- }, z.core.$strip>;
1961
- query: z.ZodOptional<z.ZodNever>;
1779
+ export declare const zListUserOrganizationsPath: z.ZodObject<{
1780
+ email: z.ZodString;
1962
1781
  }, z.core.$strip>;
1963
1782
  /**
1964
1783
  * An array of organizations the user belongs to.
@@ -1967,11 +1786,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
1967
1786
  realm: z.ZodOptional<z.ZodString>;
1968
1787
  displayName: z.ZodOptional<z.ZodString>;
1969
1788
  }, z.core.$strip>>;
1970
- export declare const zListUsersData: z.ZodObject<{
1971
- body: z.ZodOptional<z.ZodNever>;
1972
- path: z.ZodOptional<z.ZodNever>;
1973
- query: z.ZodOptional<z.ZodNever>;
1974
- }, z.core.$strip>;
1975
1789
  /**
1976
1790
  * An array of users
1977
1791
  */
@@ -1990,24 +1804,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
1990
1804
  id: z.ZodUUID;
1991
1805
  date_created: z.ZodISODateTime;
1992
1806
  }, z.core.$strip>>;
1993
- export declare const zCreateUserData: z.ZodObject<{
1994
- body: z.ZodObject<{
1995
- email: z.ZodEmail;
1996
- first_name: z.ZodString;
1997
- last_name: z.ZodString;
1998
- code: z.ZodString;
1999
- password: z.ZodString;
2000
- status: z.ZodOptional<z.ZodEnum<{
2001
- active: "active";
2002
- inactive: "inactive";
2003
- }>>;
2004
- role: z.ZodOptional<z.ZodEnum<{
2005
- Administrator: "Administrator";
2006
- User: "User";
2007
- }>>;
2008
- }, z.core.$strip>;
2009
- path: z.ZodOptional<z.ZodNever>;
2010
- query: z.ZodOptional<z.ZodNever>;
1807
+ export declare const zCreateUserBody: z.ZodObject<{
1808
+ email: z.ZodEmail;
1809
+ first_name: z.ZodString;
1810
+ last_name: z.ZodString;
1811
+ code: z.ZodString;
1812
+ password: z.ZodString;
1813
+ status: z.ZodOptional<z.ZodEnum<{
1814
+ active: "active";
1815
+ inactive: "inactive";
1816
+ }>>;
1817
+ role: z.ZodOptional<z.ZodEnum<{
1818
+ Administrator: "Administrator";
1819
+ User: "User";
1820
+ }>>;
2011
1821
  }, z.core.$strip>;
2012
1822
  /**
2013
1823
  * Successfully created. Returns created user details.
@@ -2027,12 +1837,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
2027
1837
  id: z.ZodUUID;
2028
1838
  date_created: z.ZodISODateTime;
2029
1839
  }, z.core.$strip>;
2030
- export declare const zDeleteUserData: z.ZodObject<{
2031
- body: z.ZodOptional<z.ZodNever>;
2032
- path: z.ZodObject<{
2033
- user_id: z.ZodString;
2034
- }, z.core.$strip>;
2035
- query: z.ZodOptional<z.ZodNever>;
1840
+ export declare const zDeleteUserPath: z.ZodObject<{
1841
+ user_id: z.ZodString;
2036
1842
  }, z.core.$strip>;
2037
1843
  /**
2038
1844
  * User profile information
@@ -2052,12 +1858,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2052
1858
  id: z.ZodUUID;
2053
1859
  date_created: z.ZodISODateTime;
2054
1860
  }, z.core.$strip>;
2055
- export declare const zGetUserData: z.ZodObject<{
2056
- body: z.ZodOptional<z.ZodNever>;
2057
- path: z.ZodObject<{
2058
- user_id: z.ZodString;
2059
- }, z.core.$strip>;
2060
- query: z.ZodOptional<z.ZodNever>;
1861
+ export declare const zGetUserPath: z.ZodObject<{
1862
+ user_id: z.ZodString;
2061
1863
  }, z.core.$strip>;
2062
1864
  /**
2063
1865
  * User profile information
@@ -2077,24 +1879,21 @@ export declare const zGetUserResponse: z.ZodObject<{
2077
1879
  id: z.ZodUUID;
2078
1880
  date_created: z.ZodISODateTime;
2079
1881
  }, z.core.$strip>;
2080
- export declare const zUpdateUserData: z.ZodObject<{
2081
- body: z.ZodObject<{
2082
- email: z.ZodOptional<z.ZodEmail>;
2083
- first_name: z.ZodOptional<z.ZodString>;
2084
- last_name: z.ZodOptional<z.ZodString>;
2085
- role: z.ZodOptional<z.ZodEnum<{
2086
- Administrator: "Administrator";
2087
- User: "User";
2088
- }>>;
2089
- status: z.ZodOptional<z.ZodEnum<{
2090
- active: "active";
2091
- inactive: "inactive";
2092
- }>>;
2093
- }, z.core.$strip>;
2094
- path: z.ZodObject<{
2095
- user_id: z.ZodString;
2096
- }, z.core.$strip>;
2097
- query: z.ZodOptional<z.ZodNever>;
1882
+ export declare const zUpdateUserBody: z.ZodObject<{
1883
+ email: z.ZodOptional<z.ZodEmail>;
1884
+ first_name: z.ZodOptional<z.ZodString>;
1885
+ last_name: z.ZodOptional<z.ZodString>;
1886
+ role: z.ZodOptional<z.ZodEnum<{
1887
+ Administrator: "Administrator";
1888
+ User: "User";
1889
+ }>>;
1890
+ status: z.ZodOptional<z.ZodEnum<{
1891
+ active: "active";
1892
+ inactive: "inactive";
1893
+ }>>;
1894
+ }, z.core.$strip>;
1895
+ export declare const zUpdateUserPath: z.ZodObject<{
1896
+ user_id: z.ZodString;
2098
1897
  }, z.core.$strip>;
2099
1898
  /**
2100
1899
  * Successfully created. Returns created user details.