@cloudfleet/sdk 0.0.1-a9e2e9a → 0.0.1-aa1359b

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 (54) hide show
  1. package/dist/client/client.gen.d.ts.map +1 -1
  2. package/dist/client/client.gen.js +39 -8
  3. package/dist/client/client.gen.js.map +1 -1
  4. package/dist/client/index.d.ts +1 -1
  5. package/dist/client/index.d.ts.map +1 -1
  6. package/dist/client/index.js.map +1 -1
  7. package/dist/client/types.gen.d.ts +4 -11
  8. package/dist/client/types.gen.d.ts.map +1 -1
  9. package/dist/client/utils.gen.d.ts +1 -1
  10. package/dist/client/utils.gen.d.ts.map +1 -1
  11. package/dist/client/utils.gen.js +10 -12
  12. package/dist/client/utils.gen.js.map +1 -1
  13. package/dist/client.gen.d.ts.map +1 -1
  14. package/dist/client.gen.js +1 -3
  15. package/dist/client.gen.js.map +1 -1
  16. package/dist/core/auth.gen.d.ts.map +1 -1
  17. package/dist/core/auth.gen.js.map +1 -1
  18. package/dist/core/bodySerializer.gen.d.ts +16 -8
  19. package/dist/core/bodySerializer.gen.d.ts.map +1 -1
  20. package/dist/core/bodySerializer.gen.js +1 -1
  21. package/dist/core/bodySerializer.gen.js.map +1 -1
  22. package/dist/core/params.gen.d.ts +10 -0
  23. package/dist/core/params.gen.d.ts.map +1 -1
  24. package/dist/core/params.gen.js +18 -6
  25. package/dist/core/params.gen.js.map +1 -1
  26. package/dist/core/pathSerializer.gen.d.ts.map +1 -1
  27. package/dist/core/pathSerializer.gen.js +3 -11
  28. package/dist/core/pathSerializer.gen.js.map +1 -1
  29. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -1
  30. package/dist/core/queryKeySerializer.gen.js +4 -11
  31. package/dist/core/queryKeySerializer.gen.js.map +1 -1
  32. package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
  33. package/dist/core/serverSentEvents.gen.js +5 -7
  34. package/dist/core/serverSentEvents.gen.js.map +1 -1
  35. package/dist/core/types.gen.d.ts +1 -1
  36. package/dist/core/types.gen.d.ts.map +1 -1
  37. package/dist/core/utils.gen.d.ts.map +1 -1
  38. package/dist/core/utils.gen.js +1 -1
  39. package/dist/core/utils.gen.js.map +1 -1
  40. package/dist/schemas.gen.d.ts +83 -35
  41. package/dist/schemas.gen.d.ts.map +1 -1
  42. package/dist/schemas.gen.js +624 -128
  43. package/dist/schemas.gen.js.map +1 -1
  44. package/dist/sdk.gen.d.ts +13 -4
  45. package/dist/sdk.gen.d.ts.map +1 -1
  46. package/dist/sdk.gen.js +48 -142
  47. package/dist/sdk.gen.js.map +1 -1
  48. package/dist/types.gen.d.ts +79 -22
  49. package/dist/types.gen.d.ts.map +1 -1
  50. package/dist/zod.gen.d.ts +390 -566
  51. package/dist/zod.gen.d.ts.map +1 -1
  52. package/dist/zod.gen.js +265 -494
  53. package/dist/zod.gen.js.map +1 -1
  54. package/package.json +8 -4
package/dist/zod.gen.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { z } from 'zod';
1
+ import * as z from 'zod';
2
2
  export declare const zBillingContact: z.ZodObject<{
3
3
  company: z.ZodOptional<z.ZodString>;
4
4
  address1: z.ZodOptional<z.ZodString>;
@@ -200,7 +200,7 @@ export declare const zClusterCreateInput: z.ZodObject<{
200
200
  pro: "pro";
201
201
  }>;
202
202
  region: z.ZodOptional<z.ZodEnum<{
203
- staging: "staging";
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";
@@ -215,6 +215,7 @@ export declare const zClusterCreateInput: z.ZodObject<{
215
215
  export declare const zClusterJoinInformation: z.ZodObject<{
216
216
  certificate_authority: z.ZodString;
217
217
  endpoint: z.ZodURL;
218
+ cluster_dns: z.ZodString;
218
219
  auth_key: z.ZodString;
219
220
  bootstrap_token: z.ZodString;
220
221
  versions: z.ZodObject<{
@@ -236,7 +237,7 @@ export declare const zCluster: z.ZodObject<{
236
237
  pro: "pro";
237
238
  }>;
238
239
  region: z.ZodOptional<z.ZodEnum<{
239
- staging: "staging";
240
+ "staging-1a": "staging-1a";
240
241
  "northamerica-central-1": "northamerica-central-1";
241
242
  "europe-central-1a": "europe-central-1a";
242
243
  "northamerica-central-1a": "northamerica-central-1a";
@@ -330,7 +331,7 @@ export declare const zInvite: z.ZodObject<{
330
331
  code: z.ZodOptional<z.ZodString>;
331
332
  }, z.core.$strip>;
332
333
  export declare const zInvoice: z.ZodObject<{
333
- id: z.ZodOptional<z.ZodUUID>;
334
+ id: z.ZodOptional<z.ZodString>;
334
335
  number: z.ZodOptional<z.ZodString>;
335
336
  status: z.ZodOptional<z.ZodString>;
336
337
  total: z.ZodOptional<z.ZodNumber>;
@@ -358,6 +359,7 @@ export declare const zMarketplaceListing: z.ZodObject<{
358
359
  apiVersion: z.ZodOptional<z.ZodString>;
359
360
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
360
361
  home: z.ZodOptional<z.ZodString>;
362
+ icon: z.ZodOptional<z.ZodString>;
361
363
  sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
362
364
  maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
363
365
  name: z.ZodString;
@@ -388,8 +390,7 @@ export declare const zOrganization: z.ZodObject<{
388
390
  id: z.ZodString;
389
391
  label: z.ZodString;
390
392
  }, z.core.$strip>>;
391
- copilot_user_hourly_tokens: z.ZodInt;
392
- copilot_organization_hourly_tokens: z.ZodInt;
393
+ cfcr_storage_gb: z.ZodInt;
393
394
  }, z.core.$strip>;
394
395
  status: z.ZodEnum<{
395
396
  active: "active";
@@ -430,8 +431,7 @@ export declare const zPlatformQuota: z.ZodObject<{
430
431
  id: z.ZodString;
431
432
  label: z.ZodString;
432
433
  }, z.core.$strip>>;
433
- copilot_user_hourly_tokens: z.ZodInt;
434
- copilot_organization_hourly_tokens: z.ZodInt;
434
+ cfcr_storage_gb: z.ZodInt;
435
435
  }, z.core.$strip>;
436
436
  export declare const zRegistryRepository: z.ZodObject<{
437
437
  name: z.ZodString;
@@ -446,16 +446,19 @@ export declare const zRegistryRepositoryWithTags: z.ZodObject<{
446
446
  name: z.ZodString;
447
447
  size: z.ZodNumber;
448
448
  mediaType: z.ZodOptional<z.ZodString>;
449
+ platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
449
450
  }, z.core.$strip>>;
450
451
  totalSize: z.ZodNumber;
451
452
  }, z.core.$strip>;
452
453
  export declare const zRegistryTag: z.ZodObject<{
453
454
  name: z.ZodString;
455
+ digest: z.ZodString;
454
456
  mediaType: z.ZodOptional<z.ZodString>;
455
457
  config: z.ZodOptional<z.ZodObject<{
456
458
  size: z.ZodNumber;
457
459
  }, z.core.$strip>>;
458
460
  layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
461
+ digest: z.ZodOptional<z.ZodString>;
459
462
  size: z.ZodNumber;
460
463
  }, z.core.$strip>>>;
461
464
  manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -463,7 +466,13 @@ export declare const zRegistryTag: z.ZodObject<{
463
466
  platform: z.ZodOptional<z.ZodObject<{
464
467
  architecture: z.ZodString;
465
468
  os: z.ZodString;
469
+ variant: z.ZodOptional<z.ZodString>;
466
470
  }, z.core.$strip>>;
471
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
472
+ digest: z.ZodOptional<z.ZodString>;
473
+ size: z.ZodNumber;
474
+ }, z.core.$strip>>>;
475
+ size: z.ZodOptional<z.ZodNumber>;
467
476
  }, z.core.$strip>>>;
468
477
  size: z.ZodNumber;
469
478
  region: z.ZodString;
@@ -563,16 +572,12 @@ export declare const zUserUpdateInput: z.ZodObject<{
563
572
  inactive: "inactive";
564
573
  }>>;
565
574
  }, z.core.$strip>;
566
- export declare const zGetUsageData: z.ZodObject<{
567
- body: z.ZodOptional<z.ZodNever>;
568
- path: z.ZodOptional<z.ZodNever>;
569
- query: z.ZodOptional<z.ZodObject<{
570
- granularity: z.ZodOptional<z.ZodEnum<{
571
- hourly: "hourly";
572
- daily: "daily";
573
- monthly: "monthly";
574
- }>>;
575
- }, z.core.$strip>>;
575
+ export declare const zGetUsageQuery: z.ZodObject<{
576
+ granularity: z.ZodOptional<z.ZodEnum<{
577
+ hourly: "hourly";
578
+ daily: "daily";
579
+ monthly: "monthly";
580
+ }>>;
576
581
  }, z.core.$strip>;
577
582
  /**
578
583
  * Usage data with facets for filtering
@@ -591,11 +596,6 @@ export declare const zGetUsageResponse: z.ZodObject<{
591
596
  product: z.ZodOptional<z.ZodArray<z.ZodString>>;
592
597
  }, z.core.$strip>;
593
598
  }, z.core.$strip>;
594
- export declare const zGetPaymentMethodData: z.ZodObject<{
595
- body: z.ZodOptional<z.ZodNever>;
596
- path: z.ZodOptional<z.ZodNever>;
597
- query: z.ZodOptional<z.ZodNever>;
598
- }, z.core.$strip>;
599
599
  /**
600
600
  * Redacted payment card information.
601
601
  */
@@ -620,11 +620,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
620
620
  visa: "visa";
621
621
  }>;
622
622
  }, z.core.$strip>;
623
- export declare const zGetPaymentMethodSecretData: z.ZodObject<{
624
- body: z.ZodOptional<z.ZodNever>;
625
- path: z.ZodOptional<z.ZodNever>;
626
- query: z.ZodOptional<z.ZodNever>;
627
- }, z.core.$strip>;
628
623
  /**
629
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.
630
625
  *
@@ -632,16 +627,11 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
632
627
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
633
628
  id: z.ZodOptional<z.ZodString>;
634
629
  }, z.core.$strip>;
635
- export declare const zListInvoicesData: z.ZodObject<{
636
- body: z.ZodOptional<z.ZodNever>;
637
- path: z.ZodOptional<z.ZodNever>;
638
- query: z.ZodOptional<z.ZodNever>;
639
- }, z.core.$strip>;
640
630
  /**
641
631
  * An array of usage records.
642
632
  */
643
633
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
644
- id: z.ZodOptional<z.ZodUUID>;
634
+ id: z.ZodOptional<z.ZodString>;
645
635
  number: z.ZodOptional<z.ZodString>;
646
636
  status: z.ZodOptional<z.ZodString>;
647
637
  total: z.ZodOptional<z.ZodNumber>;
@@ -651,11 +641,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
651
641
  period_end: z.ZodISODateTime;
652
642
  invoice_pdf: z.ZodOptional<z.ZodString>;
653
643
  }, z.core.$strip>>;
654
- export declare const zGetContactData: z.ZodObject<{
655
- body: z.ZodOptional<z.ZodNever>;
656
- path: z.ZodOptional<z.ZodNever>;
657
- query: z.ZodOptional<z.ZodNever>;
658
- }, z.core.$strip>;
659
644
  /**
660
645
  * Returns a single object containing organization contact and billing address details.
661
646
  */
@@ -802,152 +787,148 @@ export declare const zGetContactResponse: z.ZodObject<{
802
787
  zw_tin: "zw_tin";
803
788
  }>>;
804
789
  }, z.core.$strip>;
805
- export declare const zUpdateContactData: z.ZodObject<{
806
- body: z.ZodObject<{
807
- company: z.ZodOptional<z.ZodString>;
808
- address1: z.ZodOptional<z.ZodString>;
809
- address2: z.ZodOptional<z.ZodString>;
810
- postalCode: z.ZodOptional<z.ZodString>;
811
- city: z.ZodOptional<z.ZodString>;
812
- state: z.ZodOptional<z.ZodString>;
813
- country: z.ZodOptional<z.ZodString>;
814
- phone: z.ZodOptional<z.ZodString>;
815
- email: z.ZodEmail;
816
- individual_name: z.ZodString;
817
- tax_id: z.ZodOptional<z.ZodString>;
818
- tax_id_type: z.ZodOptional<z.ZodEnum<{
819
- "": "";
820
- ad_nrt: "ad_nrt";
821
- ae_trn: "ae_trn";
822
- al_tin: "al_tin";
823
- am_tin: "am_tin";
824
- ao_tin: "ao_tin";
825
- ar_cuit: "ar_cuit";
826
- at_vat: "at_vat";
827
- au_abn: "au_abn";
828
- au_arn: "au_arn";
829
- ba_tin: "ba_tin";
830
- bb_tin: "bb_tin";
831
- be_vat: "be_vat";
832
- bg_uic: "bg_uic";
833
- bg_vat: "bg_vat";
834
- bh_vat: "bh_vat";
835
- bo_tin: "bo_tin";
836
- br_cnpj: "br_cnpj";
837
- br_cpf: "br_cpf";
838
- bs_tin: "bs_tin";
839
- by_tin: "by_tin";
840
- ca_bn: "ca_bn";
841
- ca_gst_hst: "ca_gst_hst";
842
- ca_pst_bc: "ca_pst_bc";
843
- ca_pst_mb: "ca_pst_mb";
844
- ca_pst_sk: "ca_pst_sk";
845
- ca_qst: "ca_qst";
846
- cd_nif: "cd_nif";
847
- ch_uid: "ch_uid";
848
- ch_vat: "ch_vat";
849
- cl_tin: "cl_tin";
850
- cn_tin: "cn_tin";
851
- co_nit: "co_nit";
852
- cr_tin: "cr_tin";
853
- cy_vat: "cy_vat";
854
- cz_vat: "cz_vat";
855
- de_stn: "de_stn";
856
- de_vat: "de_vat";
857
- dk_vat: "dk_vat";
858
- do_rcn: "do_rcn";
859
- ec_ruc: "ec_ruc";
860
- ee_vat: "ee_vat";
861
- eg_tin: "eg_tin";
862
- es_cif: "es_cif";
863
- es_vat: "es_vat";
864
- eu_oss_vat: "eu_oss_vat";
865
- fi_vat: "fi_vat";
866
- fr_vat: "fr_vat";
867
- gb_vat: "gb_vat";
868
- ge_vat: "ge_vat";
869
- gn_nif: "gn_nif";
870
- gr_vat: "gr_vat";
871
- hk_br: "hk_br";
872
- hr_oib: "hr_oib";
873
- hr_vat: "hr_vat";
874
- hu_tin: "hu_tin";
875
- hu_vat: "hu_vat";
876
- id_npwp: "id_npwp";
877
- ie_vat: "ie_vat";
878
- il_vat: "il_vat";
879
- in_gst: "in_gst";
880
- is_vat: "is_vat";
881
- it_vat: "it_vat";
882
- jp_cn: "jp_cn";
883
- jp_rn: "jp_rn";
884
- jp_trn: "jp_trn";
885
- ke_pin: "ke_pin";
886
- kh_tin: "kh_tin";
887
- kr_brn: "kr_brn";
888
- kz_bin: "kz_bin";
889
- li_uid: "li_uid";
890
- li_vat: "li_vat";
891
- lt_vat: "lt_vat";
892
- lu_vat: "lu_vat";
893
- lv_vat: "lv_vat";
894
- ma_vat: "ma_vat";
895
- md_vat: "md_vat";
896
- me_pib: "me_pib";
897
- mk_vat: "mk_vat";
898
- mr_nif: "mr_nif";
899
- mt_vat: "mt_vat";
900
- mx_rfc: "mx_rfc";
901
- my_frp: "my_frp";
902
- my_itn: "my_itn";
903
- my_sst: "my_sst";
904
- ng_tin: "ng_tin";
905
- nl_vat: "nl_vat";
906
- no_vat: "no_vat";
907
- no_voec: "no_voec";
908
- np_pan: "np_pan";
909
- nz_gst: "nz_gst";
910
- om_vat: "om_vat";
911
- pe_ruc: "pe_ruc";
912
- ph_tin: "ph_tin";
913
- pl_vat: "pl_vat";
914
- pt_vat: "pt_vat";
915
- ro_tin: "ro_tin";
916
- ro_vat: "ro_vat";
917
- rs_pib: "rs_pib";
918
- ru_inn: "ru_inn";
919
- ru_kpp: "ru_kpp";
920
- sa_vat: "sa_vat";
921
- se_vat: "se_vat";
922
- sg_gst: "sg_gst";
923
- sg_uen: "sg_uen";
924
- si_tin: "si_tin";
925
- si_vat: "si_vat";
926
- sk_vat: "sk_vat";
927
- sn_ninea: "sn_ninea";
928
- sr_fin: "sr_fin";
929
- sv_nit: "sv_nit";
930
- th_vat: "th_vat";
931
- tj_tin: "tj_tin";
932
- tr_tin: "tr_tin";
933
- tw_vat: "tw_vat";
934
- tz_vat: "tz_vat";
935
- ua_vat: "ua_vat";
936
- ug_tin: "ug_tin";
937
- us_ein: "us_ein";
938
- uy_ruc: "uy_ruc";
939
- uz_tin: "uz_tin";
940
- uz_vat: "uz_vat";
941
- ve_rif: "ve_rif";
942
- vn_tin: "vn_tin";
943
- xi_vat: "xi_vat";
944
- za_vat: "za_vat";
945
- zm_tin: "zm_tin";
946
- zw_tin: "zw_tin";
947
- }>>;
948
- }, z.core.$strip>;
949
- path: z.ZodOptional<z.ZodNever>;
950
- 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
+ }>>;
951
932
  }, z.core.$strip>;
952
933
  /**
953
934
  * Successfully updated. Returns updated organization details.
@@ -1095,11 +1076,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1095
1076
  zw_tin: "zw_tin";
1096
1077
  }>>;
1097
1078
  }, z.core.$strip>;
1098
- export declare const zGetCreditsData: z.ZodObject<{
1099
- body: z.ZodOptional<z.ZodNever>;
1100
- path: z.ZodOptional<z.ZodNever>;
1101
- query: z.ZodOptional<z.ZodNever>;
1102
- }, z.core.$strip>;
1103
1079
  /**
1104
1080
  * An array of the applied promotional credits records.
1105
1081
  */
@@ -1116,19 +1092,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1116
1092
  value_total: z.ZodNumber;
1117
1093
  value_remaining: z.ZodOptional<z.ZodNumber>;
1118
1094
  }, z.core.$strip>>;
1119
- export declare const zRedeemCreditsData: z.ZodObject<{
1120
- body: z.ZodObject<{
1121
- code: z.ZodOptional<z.ZodString>;
1122
- }, z.core.$strip>;
1123
- path: z.ZodOptional<z.ZodNever>;
1124
- query: z.ZodOptional<z.ZodNever>;
1095
+ export declare const zRedeemCreditsBody: z.ZodObject<{
1096
+ code: z.ZodOptional<z.ZodString>;
1125
1097
  }, z.core.$strip>;
1126
- export declare const zListChartsData: z.ZodObject<{
1127
- body: z.ZodOptional<z.ZodNever>;
1128
- path: z.ZodObject<{
1129
- cluster_id: z.ZodString;
1130
- }, z.core.$strip>;
1131
- query: z.ZodOptional<z.ZodNever>;
1098
+ export declare const zListChartsPath: z.ZodObject<{
1099
+ cluster_id: z.ZodString;
1132
1100
  }, z.core.$strip>;
1133
1101
  /**
1134
1102
  * An array of charts
@@ -1160,42 +1128,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1160
1128
  updated_at: z.ZodString;
1161
1129
  ready: z.ZodBoolean;
1162
1130
  }, z.core.$strip>>;
1163
- export declare const zCreateChartData: z.ZodObject<{
1164
- body: z.ZodObject<{
1165
- values: z.ZodString;
1166
- version_channel: z.ZodString;
1167
- name: z.ZodString;
1168
- namespace: z.ZodString;
1169
- chart: z.ZodString;
1170
- }, z.core.$strip>;
1171
- path: z.ZodObject<{
1172
- cluster_id: z.ZodString;
1173
- }, z.core.$strip>;
1174
- 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;
1175
1140
  }, z.core.$strip>;
1176
1141
  /**
1177
1142
  * Successfully created. Returns created Chart ID.
1178
1143
  */
1179
1144
  export declare const zCreateChartResponse: z.ZodString;
1180
- export declare const zDeleteChartData: z.ZodObject<{
1181
- body: z.ZodOptional<z.ZodNever>;
1182
- path: z.ZodObject<{
1183
- cluster_id: z.ZodString;
1184
- chart_name: z.ZodString;
1185
- }, z.core.$strip>;
1186
- query: z.ZodOptional<z.ZodNever>;
1145
+ export declare const zDeleteChartPath: z.ZodObject<{
1146
+ cluster_id: z.ZodString;
1147
+ chart_name: z.ZodString;
1187
1148
  }, z.core.$strip>;
1188
1149
  /**
1189
1150
  * Successfully deleted.
1190
1151
  */
1191
1152
  export declare const zDeleteChartResponse: z.ZodString;
1192
- export declare const zGetChartData: z.ZodObject<{
1193
- body: z.ZodOptional<z.ZodNever>;
1194
- path: z.ZodObject<{
1195
- cluster_id: z.ZodString;
1196
- chart_name: z.ZodString;
1197
- }, z.core.$strip>;
1198
- query: z.ZodOptional<z.ZodNever>;
1153
+ export declare const zGetChartPath: z.ZodObject<{
1154
+ cluster_id: z.ZodString;
1155
+ chart_name: z.ZodString;
1199
1156
  }, z.core.$strip>;
1200
1157
  /**
1201
1158
  * Returns a single object containing chart details.
@@ -1227,27 +1184,20 @@ export declare const zGetChartResponse: z.ZodObject<{
1227
1184
  updated_at: z.ZodString;
1228
1185
  ready: z.ZodBoolean;
1229
1186
  }, z.core.$strip>;
1230
- export declare const zUpdateChartData: z.ZodObject<{
1231
- body: z.ZodObject<{
1232
- values: z.ZodString;
1233
- version_channel: z.ZodString;
1234
- }, z.core.$strip>;
1235
- path: z.ZodObject<{
1236
- cluster_id: z.ZodString;
1237
- chart_name: z.ZodString;
1238
- }, z.core.$strip>;
1239
- 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;
1240
1194
  }, z.core.$strip>;
1241
1195
  /**
1242
1196
  * Successfully updated.
1243
1197
  */
1244
1198
  export declare const zUpdateChartResponse: z.ZodString;
1245
- export declare const zListFleetsData: z.ZodObject<{
1246
- body: z.ZodOptional<z.ZodNever>;
1247
- path: z.ZodObject<{
1248
- cluster_id: z.ZodString;
1249
- }, z.core.$strip>;
1250
- query: z.ZodOptional<z.ZodNever>;
1199
+ export declare const zListFleetsPath: z.ZodObject<{
1200
+ cluster_id: z.ZodString;
1251
1201
  }, z.core.$strip>;
1252
1202
  /**
1253
1203
  * An array of fleets
@@ -1270,53 +1220,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1270
1220
  }, z.core.$strip>>;
1271
1221
  id: z.ZodString;
1272
1222
  }, z.core.$strip>>;
1273
- export declare const zCreateFleetData: z.ZodObject<{
1274
- body: z.ZodObject<{
1275
- limits: z.ZodOptional<z.ZodObject<{
1276
- cpu: z.ZodNumber;
1277
- }, z.core.$strip>>;
1278
- gcp: z.ZodOptional<z.ZodObject<{
1279
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1280
- project: z.ZodString;
1281
- }, z.core.$strip>>;
1282
- hetzner: z.ZodOptional<z.ZodObject<{
1283
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1284
- apiKey: z.ZodString;
1285
- }, z.core.$strip>>;
1286
- aws: z.ZodOptional<z.ZodObject<{
1287
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1288
- controllerRoleArn: z.ZodString;
1289
- }, z.core.$strip>>;
1290
- id: z.ZodString;
1291
- }, z.core.$strip>;
1292
- path: z.ZodObject<{
1293
- cluster_id: z.ZodString;
1294
- }, z.core.$strip>;
1295
- 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;
1296
1243
  }, z.core.$strip>;
1297
1244
  /**
1298
1245
  * Successfully created. Returns created Fleet ID.
1299
1246
  */
1300
1247
  export declare const zCreateFleetResponse: z.ZodString;
1301
- export declare const zDeleteFleetData: z.ZodObject<{
1302
- body: z.ZodOptional<z.ZodNever>;
1303
- path: z.ZodObject<{
1304
- cluster_id: z.ZodString;
1305
- fleet_name: z.ZodString;
1306
- }, z.core.$strip>;
1307
- query: z.ZodOptional<z.ZodNever>;
1248
+ export declare const zDeleteFleetPath: z.ZodObject<{
1249
+ cluster_id: z.ZodString;
1250
+ fleet_name: z.ZodString;
1308
1251
  }, z.core.$strip>;
1309
1252
  /**
1310
1253
  * Successfully deleted.
1311
1254
  */
1312
1255
  export declare const zDeleteFleetResponse: z.ZodString;
1313
- export declare const zGetFleetData: z.ZodObject<{
1314
- body: z.ZodOptional<z.ZodNever>;
1315
- path: z.ZodObject<{
1316
- cluster_id: z.ZodString;
1317
- fleet_name: z.ZodString;
1318
- }, z.core.$strip>;
1319
- query: z.ZodOptional<z.ZodNever>;
1256
+ export declare const zGetFleetPath: z.ZodObject<{
1257
+ cluster_id: z.ZodString;
1258
+ fleet_name: z.ZodString;
1320
1259
  }, z.core.$strip>;
1321
1260
  /**
1322
1261
  * Returns a single object containing fleet details.
@@ -1339,45 +1278,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
1339
1278
  }, z.core.$strip>>;
1340
1279
  id: z.ZodString;
1341
1280
  }, z.core.$strip>;
1342
- export declare const zUpdateFleetData: z.ZodObject<{
1343
- body: z.ZodObject<{
1344
- limits: z.ZodOptional<z.ZodObject<{
1345
- cpu: z.ZodNumber;
1346
- }, z.core.$strip>>;
1347
- gcp: z.ZodOptional<z.ZodObject<{
1348
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1349
- project: z.ZodString;
1350
- }, z.core.$strip>>;
1351
- hetzner: z.ZodOptional<z.ZodObject<{
1352
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1353
- apiKey: z.ZodString;
1354
- }, z.core.$strip>>;
1355
- aws: z.ZodOptional<z.ZodObject<{
1356
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1357
- controllerRoleArn: z.ZodString;
1358
- }, z.core.$strip>>;
1359
- }, z.core.$strip>;
1360
- path: z.ZodObject<{
1361
- cluster_id: z.ZodString;
1362
- fleet_name: z.ZodString;
1363
- }, z.core.$strip>;
1364
- 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;
1365
1301
  }, z.core.$strip>;
1366
1302
  /**
1367
1303
  * Successfully updated.
1368
1304
  */
1369
1305
  export declare const zUpdateFleetResponse: z.ZodString;
1370
- export declare const zQueryClusterData: z.ZodObject<{
1371
- body: z.ZodOptional<z.ZodNever>;
1372
- path: z.ZodObject<{
1373
- cluster_id: z.ZodString;
1374
- }, z.core.$strip>;
1375
- query: z.ZodOptional<z.ZodNever>;
1376
- }, z.core.$strip>;
1377
- export declare const zListClustersData: z.ZodObject<{
1378
- body: z.ZodOptional<z.ZodNever>;
1379
- path: z.ZodOptional<z.ZodNever>;
1380
- query: z.ZodOptional<z.ZodNever>;
1306
+ export declare const zQueryClusterPath: z.ZodObject<{
1307
+ cluster_id: z.ZodString;
1381
1308
  }, z.core.$strip>;
1382
1309
  /**
1383
1310
  * An array of clusters
@@ -1389,7 +1316,7 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1389
1316
  pro: "pro";
1390
1317
  }>;
1391
1318
  region: z.ZodOptional<z.ZodEnum<{
1392
- staging: "staging";
1319
+ "staging-1a": "staging-1a";
1393
1320
  "northamerica-central-1": "northamerica-central-1";
1394
1321
  "europe-central-1a": "europe-central-1a";
1395
1322
  "northamerica-central-1a": "northamerica-central-1a";
@@ -1414,50 +1341,38 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1414
1341
  ready: z.ZodOptional<z.ZodBoolean>;
1415
1342
  version_channel: z.ZodOptional<z.ZodString>;
1416
1343
  }, z.core.$strip>>;
1417
- export declare const zCreateClusterData: z.ZodObject<{
1418
- body: z.ZodObject<{
1419
- name: z.ZodString;
1420
- tier: z.ZodEnum<{
1421
- basic: "basic";
1422
- pro: "pro";
1423
- }>;
1424
- region: z.ZodOptional<z.ZodEnum<{
1425
- staging: "staging";
1426
- "northamerica-central-1": "northamerica-central-1";
1427
- "europe-central-1a": "europe-central-1a";
1428
- "northamerica-central-1a": "northamerica-central-1a";
1429
- }>>;
1430
- version_channel: z.ZodOptional<z.ZodEnum<{
1431
- "1.x.x-cfke.x": "1.x.x-cfke.x";
1432
- "1.31.x-cfke.x": "1.31.x-cfke.x";
1433
- "1.32.x-cfke.x": "1.32.x-cfke.x";
1434
- "1.33.x-cfke.x": "1.33.x-cfke.x";
1435
- }>>;
1436
- }, z.core.$strip>;
1437
- path: z.ZodOptional<z.ZodNever>;
1438
- 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.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.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
+ }>>;
1439
1362
  }, z.core.$strip>;
1440
1363
  /**
1441
1364
  * Successfully created. Returns created Cluster ID.
1442
1365
  */
1443
1366
  export declare const zCreateClusterResponse: z.ZodString;
1444
- export declare const zDeleteClusterData: z.ZodObject<{
1445
- body: z.ZodOptional<z.ZodNever>;
1446
- path: z.ZodObject<{
1447
- cluster_id: z.ZodString;
1448
- }, z.core.$strip>;
1449
- query: z.ZodOptional<z.ZodNever>;
1367
+ export declare const zDeleteClusterPath: z.ZodObject<{
1368
+ cluster_id: z.ZodString;
1450
1369
  }, z.core.$strip>;
1451
1370
  /**
1452
1371
  * Successfully deleted.
1453
1372
  */
1454
1373
  export declare const zDeleteClusterResponse: z.ZodString;
1455
- export declare const zGetClusterData: z.ZodObject<{
1456
- body: z.ZodOptional<z.ZodNever>;
1457
- path: z.ZodObject<{
1458
- cluster_id: z.ZodString;
1459
- }, z.core.$strip>;
1460
- query: z.ZodOptional<z.ZodNever>;
1374
+ export declare const zGetClusterPath: z.ZodObject<{
1375
+ cluster_id: z.ZodString;
1461
1376
  }, z.core.$strip>;
1462
1377
  /**
1463
1378
  * Returns a single object containing cluster details.
@@ -1469,7 +1384,7 @@ export declare const zGetClusterResponse: z.ZodObject<{
1469
1384
  pro: "pro";
1470
1385
  }>;
1471
1386
  region: z.ZodOptional<z.ZodEnum<{
1472
- staging: "staging";
1387
+ "staging-1a": "staging-1a";
1473
1388
  "northamerica-central-1": "northamerica-central-1";
1474
1389
  "europe-central-1a": "europe-central-1a";
1475
1390
  "northamerica-central-1a": "northamerica-central-1a";
@@ -1494,19 +1409,16 @@ export declare const zGetClusterResponse: z.ZodObject<{
1494
1409
  ready: z.ZodOptional<z.ZodBoolean>;
1495
1410
  version_channel: z.ZodOptional<z.ZodString>;
1496
1411
  }, z.core.$strip>;
1497
- export declare const zUpdateClusterData: z.ZodObject<{
1498
- body: z.ZodObject<{
1499
- name: z.ZodOptional<z.ZodString>;
1500
- tier: z.ZodEnum<{
1501
- basic: "basic";
1502
- pro: "pro";
1503
- }>;
1504
- version_channel: z.ZodOptional<z.ZodString>;
1505
- }, z.core.$strip>;
1506
- path: z.ZodObject<{
1507
- cluster_id: z.ZodString;
1508
- }, z.core.$strip>;
1509
- 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;
1510
1422
  }, z.core.$strip>;
1511
1423
  /**
1512
1424
  * Successfully updated. Returns updated cluster details.
@@ -1518,7 +1430,7 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1518
1430
  pro: "pro";
1519
1431
  }>;
1520
1432
  region: z.ZodOptional<z.ZodEnum<{
1521
- staging: "staging";
1433
+ "staging-1a": "staging-1a";
1522
1434
  "northamerica-central-1": "northamerica-central-1";
1523
1435
  "europe-central-1a": "europe-central-1a";
1524
1436
  "northamerica-central-1a": "northamerica-central-1a";
@@ -1543,12 +1455,15 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1543
1455
  ready: z.ZodOptional<z.ZodBoolean>;
1544
1456
  version_channel: z.ZodOptional<z.ZodString>;
1545
1457
  }, z.core.$strip>;
1546
- export declare const zGetJoinInformationData: z.ZodObject<{
1547
- body: z.ZodOptional<z.ZodNever>;
1548
- path: z.ZodObject<{
1549
- cluster_id: z.ZodString;
1550
- }, z.core.$strip>;
1551
- 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;
1552
1467
  }, z.core.$strip>;
1553
1468
  /**
1554
1469
  * An object of cluster join information
@@ -1556,6 +1471,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
1556
1471
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1557
1472
  certificate_authority: z.ZodString;
1558
1473
  endpoint: z.ZodURL;
1474
+ cluster_dns: z.ZodString;
1559
1475
  auth_key: z.ZodString;
1560
1476
  bootstrap_token: z.ZodString;
1561
1477
  versions: z.ZodObject<{
@@ -1570,11 +1486,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1570
1486
  gcp_workload_identity_provider: z.ZodString;
1571
1487
  }, z.core.$strip>;
1572
1488
  }, z.core.$strip>;
1573
- export declare const zListInvitesData: z.ZodObject<{
1574
- body: z.ZodOptional<z.ZodNever>;
1575
- path: z.ZodOptional<z.ZodNever>;
1576
- query: z.ZodOptional<z.ZodNever>;
1577
- }, z.core.$strip>;
1578
1489
  /**
1579
1490
  * An array of invites
1580
1491
  */
@@ -1585,12 +1496,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1585
1496
  email: z.ZodOptional<z.ZodEmail>;
1586
1497
  code: z.ZodOptional<z.ZodString>;
1587
1498
  }, z.core.$strip>>;
1588
- export declare const zCreateInviteData: z.ZodObject<{
1589
- body: z.ZodObject<{
1590
- email: z.ZodOptional<z.ZodString>;
1591
- }, z.core.$strip>;
1592
- path: z.ZodOptional<z.ZodNever>;
1593
- query: z.ZodOptional<z.ZodNever>;
1499
+ export declare const zCreateInviteBody: z.ZodObject<{
1500
+ email: z.ZodOptional<z.ZodString>;
1594
1501
  }, z.core.$strip>;
1595
1502
  /**
1596
1503
  * Successfully created. Returns created invite details.
@@ -1602,12 +1509,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1602
1509
  email: z.ZodOptional<z.ZodEmail>;
1603
1510
  code: z.ZodOptional<z.ZodString>;
1604
1511
  }, z.core.$strip>;
1605
- export declare const zGetInviteData: z.ZodObject<{
1606
- body: z.ZodOptional<z.ZodNever>;
1607
- path: z.ZodObject<{
1608
- code: z.ZodString;
1609
- }, z.core.$strip>;
1610
- query: z.ZodOptional<z.ZodNever>;
1512
+ export declare const zGetInvitePath: z.ZodObject<{
1513
+ code: z.ZodString;
1611
1514
  }, z.core.$strip>;
1612
1515
  /**
1613
1516
  * Returns a single object containing invite details.
@@ -1619,17 +1522,8 @@ export declare const zGetInviteResponse: z.ZodObject<{
1619
1522
  email: z.ZodOptional<z.ZodEmail>;
1620
1523
  code: z.ZodOptional<z.ZodString>;
1621
1524
  }, z.core.$strip>;
1622
- export declare const zDeleteInviteData: z.ZodObject<{
1623
- body: z.ZodOptional<z.ZodNever>;
1624
- path: z.ZodObject<{
1625
- email: z.ZodString;
1626
- }, z.core.$strip>;
1627
- query: z.ZodOptional<z.ZodNever>;
1628
- }, z.core.$strip>;
1629
- export declare const zListMarketplaceChartsData: z.ZodObject<{
1630
- body: z.ZodOptional<z.ZodNever>;
1631
- path: z.ZodOptional<z.ZodNever>;
1632
- query: z.ZodOptional<z.ZodNever>;
1525
+ export declare const zDeleteInvitePath: z.ZodObject<{
1526
+ email: z.ZodString;
1633
1527
  }, z.core.$strip>;
1634
1528
  /**
1635
1529
  * An array of chart listings in the marketplace.
@@ -1647,6 +1541,7 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1647
1541
  apiVersion: z.ZodOptional<z.ZodString>;
1648
1542
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
1649
1543
  home: z.ZodOptional<z.ZodString>;
1544
+ icon: z.ZodOptional<z.ZodString>;
1650
1545
  sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
1651
1546
  maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1652
1547
  name: z.ZodString;
@@ -1654,31 +1549,26 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1654
1549
  }, z.core.$strip>>>;
1655
1550
  }, z.core.$strip>>;
1656
1551
  }, z.core.$strip>>;
1657
- export declare const zGetMarketplaceChartFilesData: z.ZodObject<{
1658
- body: z.ZodOptional<z.ZodNever>;
1659
- path: z.ZodObject<{
1660
- chart_name: z.ZodString;
1661
- version: z.ZodString;
1662
- }, z.core.$strip>;
1663
- query: z.ZodOptional<z.ZodNever>;
1552
+ export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
1553
+ chart_name: z.ZodString;
1554
+ version_channel: z.ZodString;
1664
1555
  }, z.core.$strip>;
1665
1556
  /**
1666
- * Returns an object containing the chart files.
1557
+ * Returns an object containing the chart files for the latest matching version.
1667
1558
  */
1668
1559
  export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
1669
1560
  chartYaml: z.ZodOptional<z.ZodString>;
1670
1561
  valuesYaml: z.ZodOptional<z.ZodString>;
1671
1562
  valuesSchemaJson: z.ZodOptional<z.ZodString>;
1672
1563
  }, z.core.$strip>;
1673
- export declare const zPostMcpData: z.ZodObject<{
1674
- body: z.ZodObject<{
1675
- jsonrpc: z.ZodOptional<z.ZodString>;
1676
- method: z.ZodOptional<z.ZodString>;
1677
- id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1678
- params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1679
- }, z.core.$strip>;
1680
- path: z.ZodOptional<z.ZodNever>;
1681
- 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>>;
1682
1572
  }, z.core.$strip>;
1683
1573
  /**
1684
1574
  * JSON-RPC 2.0 success or error response
@@ -1692,11 +1582,6 @@ export declare const zPostMcpResponse: z.ZodObject<{
1692
1582
  message: z.ZodOptional<z.ZodString>;
1693
1583
  }, z.core.$strip>>;
1694
1584
  }, z.core.$strip>;
1695
- export declare const zGetOrganizationData: z.ZodObject<{
1696
- body: z.ZodOptional<z.ZodNever>;
1697
- path: z.ZodOptional<z.ZodNever>;
1698
- query: z.ZodOptional<z.ZodNever>;
1699
- }, z.core.$strip>;
1700
1585
  /**
1701
1586
  * Returns a single object containing organization details.
1702
1587
  */
@@ -1716,8 +1601,7 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1716
1601
  id: z.ZodString;
1717
1602
  label: z.ZodString;
1718
1603
  }, z.core.$strip>>;
1719
- copilot_user_hourly_tokens: z.ZodInt;
1720
- copilot_organization_hourly_tokens: z.ZodInt;
1604
+ cfcr_storage_gb: z.ZodInt;
1721
1605
  }, z.core.$strip>;
1722
1606
  status: z.ZodEnum<{
1723
1607
  active: "active";
@@ -1725,21 +1609,12 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1725
1609
  suspended: "suspended";
1726
1610
  }>;
1727
1611
  }, z.core.$strip>;
1728
- export declare const zCreateOrganizationData: z.ZodObject<{
1729
- body: z.ZodObject<{
1730
- email: z.ZodEmail;
1731
- first_name: z.ZodString;
1732
- last_name: z.ZodString;
1733
- company_name: z.ZodString;
1734
- password: z.ZodString;
1735
- }, z.core.$strip>;
1736
- path: z.ZodOptional<z.ZodNever>;
1737
- query: z.ZodOptional<z.ZodNever>;
1738
- }, z.core.$strip>;
1739
- export declare const zListRepositoriesData: z.ZodObject<{
1740
- body: z.ZodOptional<z.ZodNever>;
1741
- path: z.ZodOptional<z.ZodNever>;
1742
- 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;
1743
1618
  }, z.core.$strip>;
1744
1619
  /**
1745
1620
  * List of repositories
@@ -1749,13 +1624,9 @@ export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
1749
1624
  region: z.ZodString;
1750
1625
  uri: z.ZodString;
1751
1626
  }, z.core.$strip>>;
1752
- export declare const zListTagsData: z.ZodObject<{
1753
- body: z.ZodOptional<z.ZodNever>;
1754
- path: z.ZodObject<{
1755
- region: z.ZodString;
1756
- repository: z.ZodString;
1757
- }, z.core.$strip>;
1758
- query: z.ZodOptional<z.ZodNever>;
1627
+ export declare const zListTagsPath: z.ZodObject<{
1628
+ region: z.ZodString;
1629
+ repository: z.ZodString;
1759
1630
  }, z.core.$strip>;
1760
1631
  /**
1761
1632
  * Repository with tags
@@ -1768,37 +1639,32 @@ export declare const zListTagsResponse: z.ZodObject<{
1768
1639
  name: z.ZodString;
1769
1640
  size: z.ZodNumber;
1770
1641
  mediaType: z.ZodOptional<z.ZodString>;
1642
+ platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
1771
1643
  }, z.core.$strip>>;
1772
1644
  totalSize: z.ZodNumber;
1773
1645
  }, z.core.$strip>;
1774
- export declare const zDeleteTagData: z.ZodObject<{
1775
- body: z.ZodOptional<z.ZodNever>;
1776
- path: z.ZodObject<{
1777
- region: z.ZodString;
1778
- repository: z.ZodString;
1779
- tag: z.ZodString;
1780
- }, z.core.$strip>;
1781
- query: z.ZodOptional<z.ZodNever>;
1782
- }, z.core.$strip>;
1783
- export declare const zGetTagData: z.ZodObject<{
1784
- body: z.ZodOptional<z.ZodNever>;
1785
- path: z.ZodObject<{
1786
- region: z.ZodString;
1787
- repository: z.ZodString;
1788
- tag: z.ZodString;
1789
- }, z.core.$strip>;
1790
- 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;
1791
1655
  }, z.core.$strip>;
1792
1656
  /**
1793
1657
  * Tag details
1794
1658
  */
1795
1659
  export declare const zGetTagResponse: z.ZodObject<{
1796
1660
  name: z.ZodString;
1661
+ digest: z.ZodString;
1797
1662
  mediaType: z.ZodOptional<z.ZodString>;
1798
1663
  config: z.ZodOptional<z.ZodObject<{
1799
1664
  size: z.ZodNumber;
1800
1665
  }, z.core.$strip>>;
1801
1666
  layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1667
+ digest: z.ZodOptional<z.ZodString>;
1802
1668
  size: z.ZodNumber;
1803
1669
  }, z.core.$strip>>>;
1804
1670
  manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1806,18 +1672,19 @@ export declare const zGetTagResponse: z.ZodObject<{
1806
1672
  platform: z.ZodOptional<z.ZodObject<{
1807
1673
  architecture: z.ZodString;
1808
1674
  os: z.ZodString;
1675
+ variant: z.ZodOptional<z.ZodString>;
1809
1676
  }, z.core.$strip>>;
1677
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1678
+ digest: z.ZodOptional<z.ZodString>;
1679
+ size: z.ZodNumber;
1680
+ }, z.core.$strip>>>;
1681
+ size: z.ZodOptional<z.ZodNumber>;
1810
1682
  }, z.core.$strip>>>;
1811
1683
  size: z.ZodNumber;
1812
1684
  region: z.ZodString;
1813
1685
  repository: z.ZodString;
1814
1686
  uri: z.ZodString;
1815
1687
  }, z.core.$strip>;
1816
- export declare const zListTokensData: z.ZodObject<{
1817
- body: z.ZodOptional<z.ZodNever>;
1818
- path: z.ZodOptional<z.ZodNever>;
1819
- query: z.ZodOptional<z.ZodNever>;
1820
- }, z.core.$strip>;
1821
1688
  /**
1822
1689
  * Returns a list of access token details with masked secrets.
1823
1690
  */
@@ -1831,16 +1698,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1831
1698
  secret: z.ZodOptional<z.ZodString>;
1832
1699
  date_created: z.ZodISODateTime;
1833
1700
  }, z.core.$strip>>;
1834
- export declare const zCreateTokenData: z.ZodObject<{
1835
- body: z.ZodObject<{
1836
- name: z.ZodString;
1837
- role: z.ZodEnum<{
1838
- Administrator: "Administrator";
1839
- User: "User";
1840
- }>;
1841
- }, z.core.$strip>;
1842
- path: z.ZodOptional<z.ZodNever>;
1843
- 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
+ }>;
1844
1707
  }, z.core.$strip>;
1845
1708
  /**
1846
1709
  * Successfully created. Returns created token details with unmasked/raw secret.
@@ -1855,19 +1718,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
1855
1718
  secret: z.ZodOptional<z.ZodString>;
1856
1719
  date_created: z.ZodISODateTime;
1857
1720
  }, z.core.$strip>;
1858
- export declare const zDeleteTokenData: z.ZodObject<{
1859
- body: z.ZodOptional<z.ZodNever>;
1860
- path: z.ZodObject<{
1861
- token_id: z.ZodString;
1862
- }, z.core.$strip>;
1863
- query: z.ZodOptional<z.ZodNever>;
1721
+ export declare const zDeleteTokenPath: z.ZodObject<{
1722
+ token_id: z.ZodString;
1864
1723
  }, z.core.$strip>;
1865
- export declare const zGetTokenData: z.ZodObject<{
1866
- body: z.ZodOptional<z.ZodNever>;
1867
- path: z.ZodObject<{
1868
- token_id: z.ZodString;
1869
- }, z.core.$strip>;
1870
- query: z.ZodOptional<z.ZodNever>;
1724
+ export declare const zGetTokenPath: z.ZodObject<{
1725
+ token_id: z.ZodString;
1871
1726
  }, z.core.$strip>;
1872
1727
  /**
1873
1728
  * Returns access token details with masked secret.
@@ -1882,18 +1737,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
1882
1737
  secret: z.ZodOptional<z.ZodString>;
1883
1738
  date_created: z.ZodISODateTime;
1884
1739
  }, z.core.$strip>;
1885
- export declare const zUpdateTokenData: z.ZodObject<{
1886
- body: z.ZodObject<{
1887
- name: z.ZodOptional<z.ZodString>;
1888
- role: z.ZodOptional<z.ZodEnum<{
1889
- Administrator: "Administrator";
1890
- User: "User";
1891
- }>>;
1892
- }, z.core.$strip>;
1893
- path: z.ZodObject<{
1894
- token_id: z.ZodString;
1895
- }, z.core.$strip>;
1896
- 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;
1897
1749
  }, z.core.$strip>;
1898
1750
  /**
1899
1751
  * Successfully updated. Returns updated token details with masked secret.
@@ -1908,12 +1760,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
1908
1760
  secret: z.ZodOptional<z.ZodString>;
1909
1761
  date_created: z.ZodISODateTime;
1910
1762
  }, z.core.$strip>;
1911
- export declare const zRegenerateTokenData: z.ZodObject<{
1912
- body: z.ZodOptional<z.ZodNever>;
1913
- path: z.ZodObject<{
1914
- token_id: z.ZodString;
1915
- }, z.core.$strip>;
1916
- query: z.ZodOptional<z.ZodNever>;
1763
+ export declare const zRegenerateTokenPath: z.ZodObject<{
1764
+ token_id: z.ZodString;
1917
1765
  }, z.core.$strip>;
1918
1766
  /**
1919
1767
  * Successfully updated. Returns updated token details with unmasked / raw secret.
@@ -1928,12 +1776,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
1928
1776
  secret: z.ZodOptional<z.ZodString>;
1929
1777
  date_created: z.ZodISODateTime;
1930
1778
  }, z.core.$strip>;
1931
- export declare const zListUserOrganizationsData: z.ZodObject<{
1932
- body: z.ZodOptional<z.ZodNever>;
1933
- path: z.ZodObject<{
1934
- email: z.ZodString;
1935
- }, z.core.$strip>;
1936
- query: z.ZodOptional<z.ZodNever>;
1779
+ export declare const zListUserOrganizationsPath: z.ZodObject<{
1780
+ email: z.ZodString;
1937
1781
  }, z.core.$strip>;
1938
1782
  /**
1939
1783
  * An array of organizations the user belongs to.
@@ -1942,11 +1786,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
1942
1786
  realm: z.ZodOptional<z.ZodString>;
1943
1787
  displayName: z.ZodOptional<z.ZodString>;
1944
1788
  }, z.core.$strip>>;
1945
- export declare const zListUsersData: z.ZodObject<{
1946
- body: z.ZodOptional<z.ZodNever>;
1947
- path: z.ZodOptional<z.ZodNever>;
1948
- query: z.ZodOptional<z.ZodNever>;
1949
- }, z.core.$strip>;
1950
1789
  /**
1951
1790
  * An array of users
1952
1791
  */
@@ -1965,24 +1804,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
1965
1804
  id: z.ZodUUID;
1966
1805
  date_created: z.ZodISODateTime;
1967
1806
  }, z.core.$strip>>;
1968
- export declare const zCreateUserData: z.ZodObject<{
1969
- body: z.ZodObject<{
1970
- email: z.ZodEmail;
1971
- first_name: z.ZodString;
1972
- last_name: z.ZodString;
1973
- code: z.ZodString;
1974
- password: z.ZodString;
1975
- status: z.ZodOptional<z.ZodEnum<{
1976
- active: "active";
1977
- inactive: "inactive";
1978
- }>>;
1979
- role: z.ZodOptional<z.ZodEnum<{
1980
- Administrator: "Administrator";
1981
- User: "User";
1982
- }>>;
1983
- }, z.core.$strip>;
1984
- path: z.ZodOptional<z.ZodNever>;
1985
- 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
+ }>>;
1986
1821
  }, z.core.$strip>;
1987
1822
  /**
1988
1823
  * Successfully created. Returns created user details.
@@ -2002,12 +1837,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
2002
1837
  id: z.ZodUUID;
2003
1838
  date_created: z.ZodISODateTime;
2004
1839
  }, z.core.$strip>;
2005
- export declare const zDeleteUserData: z.ZodObject<{
2006
- body: z.ZodOptional<z.ZodNever>;
2007
- path: z.ZodObject<{
2008
- user_id: z.ZodString;
2009
- }, z.core.$strip>;
2010
- query: z.ZodOptional<z.ZodNever>;
1840
+ export declare const zDeleteUserPath: z.ZodObject<{
1841
+ user_id: z.ZodString;
2011
1842
  }, z.core.$strip>;
2012
1843
  /**
2013
1844
  * User profile information
@@ -2027,12 +1858,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2027
1858
  id: z.ZodUUID;
2028
1859
  date_created: z.ZodISODateTime;
2029
1860
  }, z.core.$strip>;
2030
- export declare const zGetUserData: 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>;
1861
+ export declare const zGetUserPath: z.ZodObject<{
1862
+ user_id: z.ZodString;
2036
1863
  }, z.core.$strip>;
2037
1864
  /**
2038
1865
  * User profile information
@@ -2052,24 +1879,21 @@ export declare const zGetUserResponse: z.ZodObject<{
2052
1879
  id: z.ZodUUID;
2053
1880
  date_created: z.ZodISODateTime;
2054
1881
  }, z.core.$strip>;
2055
- export declare const zUpdateUserData: z.ZodObject<{
2056
- body: z.ZodObject<{
2057
- email: z.ZodOptional<z.ZodEmail>;
2058
- first_name: z.ZodOptional<z.ZodString>;
2059
- last_name: z.ZodOptional<z.ZodString>;
2060
- role: z.ZodOptional<z.ZodEnum<{
2061
- Administrator: "Administrator";
2062
- User: "User";
2063
- }>>;
2064
- status: z.ZodOptional<z.ZodEnum<{
2065
- active: "active";
2066
- inactive: "inactive";
2067
- }>>;
2068
- }, z.core.$strip>;
2069
- path: z.ZodObject<{
2070
- user_id: z.ZodString;
2071
- }, z.core.$strip>;
2072
- 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;
2073
1897
  }, z.core.$strip>;
2074
1898
  /**
2075
1899
  * Successfully created. Returns created user details.