@cloudfleet/sdk 0.0.1-d582884 → 0.0.1-d824507

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 (60) hide show
  1. package/dist/@tanstack/react-query.gen.d.ts +1125 -0
  2. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  3. package/dist/@tanstack/react-query.gen.js +1129 -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 +113 -98
  7. package/dist/client/client.gen.js.map +1 -1
  8. package/dist/client/index.d.ts +1 -1
  9. package/dist/client/index.d.ts.map +1 -1
  10. package/dist/client/index.js.map +1 -1
  11. package/dist/client/types.gen.d.ts +9 -13
  12. package/dist/client/types.gen.d.ts.map +1 -1
  13. package/dist/client/utils.gen.d.ts +6 -2
  14. package/dist/client/utils.gen.d.ts.map +1 -1
  15. package/dist/client/utils.gen.js +10 -12
  16. package/dist/client/utils.gen.js.map +1 -1
  17. package/dist/client.gen.d.ts.map +1 -1
  18. package/dist/client.gen.js +1 -3
  19. package/dist/client.gen.js.map +1 -1
  20. package/dist/core/auth.gen.d.ts.map +1 -1
  21. package/dist/core/auth.gen.js.map +1 -1
  22. package/dist/core/bodySerializer.gen.d.ts +16 -8
  23. package/dist/core/bodySerializer.gen.d.ts.map +1 -1
  24. package/dist/core/bodySerializer.gen.js +1 -1
  25. package/dist/core/bodySerializer.gen.js.map +1 -1
  26. package/dist/core/params.gen.d.ts +10 -0
  27. package/dist/core/params.gen.d.ts.map +1 -1
  28. package/dist/core/params.gen.js +18 -6
  29. package/dist/core/params.gen.js.map +1 -1
  30. package/dist/core/pathSerializer.gen.d.ts.map +1 -1
  31. package/dist/core/pathSerializer.gen.js +3 -11
  32. package/dist/core/pathSerializer.gen.js.map +1 -1
  33. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -1
  34. package/dist/core/queryKeySerializer.gen.js +4 -11
  35. package/dist/core/queryKeySerializer.gen.js.map +1 -1
  36. package/dist/core/serverSentEvents.gen.d.ts +1 -1
  37. package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
  38. package/dist/core/serverSentEvents.gen.js +6 -9
  39. package/dist/core/serverSentEvents.gen.js.map +1 -1
  40. package/dist/core/types.gen.d.ts +1 -1
  41. package/dist/core/types.gen.d.ts.map +1 -1
  42. package/dist/core/utils.gen.d.ts.map +1 -1
  43. package/dist/core/utils.gen.js +1 -1
  44. package/dist/core/utils.gen.js.map +1 -1
  45. package/dist/schemas.gen.d.ts +482 -32
  46. package/dist/schemas.gen.d.ts.map +1 -1
  47. package/dist/schemas.gen.js +1108 -125
  48. package/dist/schemas.gen.js.map +1 -1
  49. package/dist/sdk.gen.d.ts +45 -5
  50. package/dist/sdk.gen.d.ts.map +1 -1
  51. package/dist/sdk.gen.js +105 -141
  52. package/dist/sdk.gen.js.map +1 -1
  53. package/dist/services/kubernetes/api.d.ts +8 -8
  54. package/dist/types.gen.d.ts +411 -21
  55. package/dist/types.gen.d.ts.map +1 -1
  56. package/dist/zod.gen.d.ts +692 -575
  57. package/dist/zod.gen.d.ts.map +1 -1
  58. package/dist/zod.gen.js +398 -493
  59. package/dist/zod.gen.js.map +1 -1
  60. package/package.json +28 -5
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>;
@@ -199,22 +199,23 @@ export declare const zClusterCreateInput: z.ZodObject<{
199
199
  basic: "basic";
200
200
  pro: "pro";
201
201
  }>;
202
- region: z.ZodOptional<z.ZodEnum<{
203
- staging: "staging";
202
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
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;
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<{
@@ -235,12 +236,12 @@ export declare const zCluster: z.ZodObject<{
235
236
  basic: "basic";
236
237
  pro: "pro";
237
238
  }>;
238
- region: z.ZodOptional<z.ZodEnum<{
239
- staging: "staging";
239
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
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";
243
- }>>;
244
+ }>>>;
244
245
  id: z.ZodUUID;
245
246
  status: z.ZodEnum<{
246
247
  deleted: "deleted";
@@ -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,13 +466,124 @@ 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;
470
479
  repository: z.ZodString;
471
480
  uri: z.ZodString;
472
481
  }, z.core.$strip>;
482
+ export declare const zTicketAttachment: z.ZodObject<{
483
+ id: z.ZodString;
484
+ filename: z.ZodString;
485
+ content_type: z.ZodString;
486
+ size: z.ZodInt;
487
+ }, z.core.$strip>;
488
+ export declare const zTicketCreateInput: z.ZodObject<{
489
+ category: z.ZodEnum<{
490
+ billing: "billing";
491
+ technical: "technical";
492
+ general: "general";
493
+ }>;
494
+ body: z.ZodString;
495
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
496
+ }, z.core.$strip>;
497
+ export declare const zTicketListResponse: z.ZodObject<{
498
+ items: z.ZodArray<z.ZodObject<{
499
+ id: z.ZodString;
500
+ status: z.ZodEnum<{
501
+ closed: "closed";
502
+ waiting_on_us: "waiting_on_us";
503
+ waiting_on_user: "waiting_on_user";
504
+ }>;
505
+ category: z.ZodEnum<{
506
+ billing: "billing";
507
+ technical: "technical";
508
+ general: "general";
509
+ }>;
510
+ summary: z.ZodString;
511
+ closed_at: z.ZodOptional<z.ZodISODateTime>;
512
+ date_created: z.ZodISODateTime;
513
+ date_updated: z.ZodISODateTime;
514
+ messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
515
+ id: z.ZodString;
516
+ type: z.ZodEnum<{
517
+ customer_reply: "customer_reply";
518
+ agent_reply: "agent_reply";
519
+ }>;
520
+ body: z.ZodString;
521
+ author_first_name: z.ZodOptional<z.ZodString>;
522
+ author_last_name: z.ZodOptional<z.ZodString>;
523
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
524
+ id: z.ZodString;
525
+ filename: z.ZodString;
526
+ content_type: z.ZodString;
527
+ size: z.ZodInt;
528
+ }, z.core.$strip>>>;
529
+ date_created: z.ZodISODateTime;
530
+ }, z.core.$strip>>>;
531
+ }, z.core.$strip>>;
532
+ }, z.core.$strip>;
533
+ export declare const zTicketMessageInput: z.ZodObject<{
534
+ body: z.ZodString;
535
+ }, z.core.$strip>;
536
+ export declare const zTicketMessage: z.ZodObject<{
537
+ id: z.ZodString;
538
+ type: z.ZodEnum<{
539
+ customer_reply: "customer_reply";
540
+ agent_reply: "agent_reply";
541
+ }>;
542
+ body: z.ZodString;
543
+ author_first_name: z.ZodOptional<z.ZodString>;
544
+ author_last_name: z.ZodOptional<z.ZodString>;
545
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
546
+ id: z.ZodString;
547
+ filename: z.ZodString;
548
+ content_type: z.ZodString;
549
+ size: z.ZodInt;
550
+ }, z.core.$strip>>>;
551
+ date_created: z.ZodISODateTime;
552
+ }, z.core.$strip>;
553
+ export declare const zTicket: z.ZodObject<{
554
+ id: z.ZodString;
555
+ status: z.ZodEnum<{
556
+ closed: "closed";
557
+ waiting_on_us: "waiting_on_us";
558
+ waiting_on_user: "waiting_on_user";
559
+ }>;
560
+ category: z.ZodEnum<{
561
+ billing: "billing";
562
+ technical: "technical";
563
+ general: "general";
564
+ }>;
565
+ summary: z.ZodString;
566
+ closed_at: z.ZodOptional<z.ZodISODateTime>;
567
+ date_created: z.ZodISODateTime;
568
+ date_updated: z.ZodISODateTime;
569
+ messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
570
+ id: z.ZodString;
571
+ type: z.ZodEnum<{
572
+ customer_reply: "customer_reply";
573
+ agent_reply: "agent_reply";
574
+ }>;
575
+ body: z.ZodString;
576
+ author_first_name: z.ZodOptional<z.ZodString>;
577
+ author_last_name: z.ZodOptional<z.ZodString>;
578
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
579
+ id: z.ZodString;
580
+ filename: z.ZodString;
581
+ content_type: z.ZodString;
582
+ size: z.ZodInt;
583
+ }, z.core.$strip>>>;
584
+ date_created: z.ZodISODateTime;
585
+ }, z.core.$strip>>>;
586
+ }, z.core.$strip>;
473
587
  export declare const zTokenCreateInput: z.ZodObject<{
474
588
  name: z.ZodString;
475
589
  role: z.ZodEnum<{
@@ -563,16 +677,12 @@ export declare const zUserUpdateInput: z.ZodObject<{
563
677
  inactive: "inactive";
564
678
  }>>;
565
679
  }, 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>>;
680
+ export declare const zGetUsageQuery: z.ZodObject<{
681
+ granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
682
+ hourly: "hourly";
683
+ daily: "daily";
684
+ monthly: "monthly";
685
+ }>>>;
576
686
  }, z.core.$strip>;
577
687
  /**
578
688
  * Usage data with facets for filtering
@@ -591,11 +701,6 @@ export declare const zGetUsageResponse: z.ZodObject<{
591
701
  product: z.ZodOptional<z.ZodArray<z.ZodString>>;
592
702
  }, z.core.$strip>;
593
703
  }, 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
704
  /**
600
705
  * Redacted payment card information.
601
706
  */
@@ -620,11 +725,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
620
725
  visa: "visa";
621
726
  }>;
622
727
  }, 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
728
  /**
629
729
  * 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
730
  *
@@ -632,11 +732,6 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
632
732
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
633
733
  id: z.ZodOptional<z.ZodString>;
634
734
  }, 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
735
  /**
641
736
  * An array of usage records.
642
737
  */
@@ -651,11 +746,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
651
746
  period_end: z.ZodISODateTime;
652
747
  invoice_pdf: z.ZodOptional<z.ZodString>;
653
748
  }, 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
749
  /**
660
750
  * Returns a single object containing organization contact and billing address details.
661
751
  */
@@ -802,152 +892,148 @@ export declare const zGetContactResponse: z.ZodObject<{
802
892
  zw_tin: "zw_tin";
803
893
  }>>;
804
894
  }, 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>;
895
+ export declare const zUpdateContactBody: z.ZodObject<{
896
+ company: z.ZodOptional<z.ZodString>;
897
+ address1: z.ZodOptional<z.ZodString>;
898
+ address2: z.ZodOptional<z.ZodString>;
899
+ postalCode: z.ZodOptional<z.ZodString>;
900
+ city: z.ZodOptional<z.ZodString>;
901
+ state: z.ZodOptional<z.ZodString>;
902
+ country: z.ZodOptional<z.ZodString>;
903
+ phone: z.ZodOptional<z.ZodString>;
904
+ email: z.ZodEmail;
905
+ individual_name: z.ZodString;
906
+ tax_id: z.ZodOptional<z.ZodString>;
907
+ tax_id_type: z.ZodOptional<z.ZodEnum<{
908
+ "": "";
909
+ ad_nrt: "ad_nrt";
910
+ ae_trn: "ae_trn";
911
+ al_tin: "al_tin";
912
+ am_tin: "am_tin";
913
+ ao_tin: "ao_tin";
914
+ ar_cuit: "ar_cuit";
915
+ at_vat: "at_vat";
916
+ au_abn: "au_abn";
917
+ au_arn: "au_arn";
918
+ ba_tin: "ba_tin";
919
+ bb_tin: "bb_tin";
920
+ be_vat: "be_vat";
921
+ bg_uic: "bg_uic";
922
+ bg_vat: "bg_vat";
923
+ bh_vat: "bh_vat";
924
+ bo_tin: "bo_tin";
925
+ br_cnpj: "br_cnpj";
926
+ br_cpf: "br_cpf";
927
+ bs_tin: "bs_tin";
928
+ by_tin: "by_tin";
929
+ ca_bn: "ca_bn";
930
+ ca_gst_hst: "ca_gst_hst";
931
+ ca_pst_bc: "ca_pst_bc";
932
+ ca_pst_mb: "ca_pst_mb";
933
+ ca_pst_sk: "ca_pst_sk";
934
+ ca_qst: "ca_qst";
935
+ cd_nif: "cd_nif";
936
+ ch_uid: "ch_uid";
937
+ ch_vat: "ch_vat";
938
+ cl_tin: "cl_tin";
939
+ cn_tin: "cn_tin";
940
+ co_nit: "co_nit";
941
+ cr_tin: "cr_tin";
942
+ cy_vat: "cy_vat";
943
+ cz_vat: "cz_vat";
944
+ de_stn: "de_stn";
945
+ de_vat: "de_vat";
946
+ dk_vat: "dk_vat";
947
+ do_rcn: "do_rcn";
948
+ ec_ruc: "ec_ruc";
949
+ ee_vat: "ee_vat";
950
+ eg_tin: "eg_tin";
951
+ es_cif: "es_cif";
952
+ es_vat: "es_vat";
953
+ eu_oss_vat: "eu_oss_vat";
954
+ fi_vat: "fi_vat";
955
+ fr_vat: "fr_vat";
956
+ gb_vat: "gb_vat";
957
+ ge_vat: "ge_vat";
958
+ gn_nif: "gn_nif";
959
+ gr_vat: "gr_vat";
960
+ hk_br: "hk_br";
961
+ hr_oib: "hr_oib";
962
+ hr_vat: "hr_vat";
963
+ hu_tin: "hu_tin";
964
+ hu_vat: "hu_vat";
965
+ id_npwp: "id_npwp";
966
+ ie_vat: "ie_vat";
967
+ il_vat: "il_vat";
968
+ in_gst: "in_gst";
969
+ is_vat: "is_vat";
970
+ it_vat: "it_vat";
971
+ jp_cn: "jp_cn";
972
+ jp_rn: "jp_rn";
973
+ jp_trn: "jp_trn";
974
+ ke_pin: "ke_pin";
975
+ kh_tin: "kh_tin";
976
+ kr_brn: "kr_brn";
977
+ kz_bin: "kz_bin";
978
+ li_uid: "li_uid";
979
+ li_vat: "li_vat";
980
+ lt_vat: "lt_vat";
981
+ lu_vat: "lu_vat";
982
+ lv_vat: "lv_vat";
983
+ ma_vat: "ma_vat";
984
+ md_vat: "md_vat";
985
+ me_pib: "me_pib";
986
+ mk_vat: "mk_vat";
987
+ mr_nif: "mr_nif";
988
+ mt_vat: "mt_vat";
989
+ mx_rfc: "mx_rfc";
990
+ my_frp: "my_frp";
991
+ my_itn: "my_itn";
992
+ my_sst: "my_sst";
993
+ ng_tin: "ng_tin";
994
+ nl_vat: "nl_vat";
995
+ no_vat: "no_vat";
996
+ no_voec: "no_voec";
997
+ np_pan: "np_pan";
998
+ nz_gst: "nz_gst";
999
+ om_vat: "om_vat";
1000
+ pe_ruc: "pe_ruc";
1001
+ ph_tin: "ph_tin";
1002
+ pl_vat: "pl_vat";
1003
+ pt_vat: "pt_vat";
1004
+ ro_tin: "ro_tin";
1005
+ ro_vat: "ro_vat";
1006
+ rs_pib: "rs_pib";
1007
+ ru_inn: "ru_inn";
1008
+ ru_kpp: "ru_kpp";
1009
+ sa_vat: "sa_vat";
1010
+ se_vat: "se_vat";
1011
+ sg_gst: "sg_gst";
1012
+ sg_uen: "sg_uen";
1013
+ si_tin: "si_tin";
1014
+ si_vat: "si_vat";
1015
+ sk_vat: "sk_vat";
1016
+ sn_ninea: "sn_ninea";
1017
+ sr_fin: "sr_fin";
1018
+ sv_nit: "sv_nit";
1019
+ th_vat: "th_vat";
1020
+ tj_tin: "tj_tin";
1021
+ tr_tin: "tr_tin";
1022
+ tw_vat: "tw_vat";
1023
+ tz_vat: "tz_vat";
1024
+ ua_vat: "ua_vat";
1025
+ ug_tin: "ug_tin";
1026
+ us_ein: "us_ein";
1027
+ uy_ruc: "uy_ruc";
1028
+ uz_tin: "uz_tin";
1029
+ uz_vat: "uz_vat";
1030
+ ve_rif: "ve_rif";
1031
+ vn_tin: "vn_tin";
1032
+ xi_vat: "xi_vat";
1033
+ za_vat: "za_vat";
1034
+ zm_tin: "zm_tin";
1035
+ zw_tin: "zw_tin";
1036
+ }>>;
951
1037
  }, z.core.$strip>;
952
1038
  /**
953
1039
  * Successfully updated. Returns updated organization details.
@@ -1095,11 +1181,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1095
1181
  zw_tin: "zw_tin";
1096
1182
  }>>;
1097
1183
  }, 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
1184
  /**
1104
1185
  * An array of the applied promotional credits records.
1105
1186
  */
@@ -1116,19 +1197,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1116
1197
  value_total: z.ZodNumber;
1117
1198
  value_remaining: z.ZodOptional<z.ZodNumber>;
1118
1199
  }, 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>;
1200
+ export declare const zRedeemCreditsBody: z.ZodObject<{
1201
+ code: z.ZodOptional<z.ZodString>;
1125
1202
  }, 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>;
1203
+ export declare const zListChartsPath: z.ZodObject<{
1204
+ cluster_id: z.ZodString;
1132
1205
  }, z.core.$strip>;
1133
1206
  /**
1134
1207
  * An array of charts
@@ -1160,42 +1233,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1160
1233
  updated_at: z.ZodString;
1161
1234
  ready: z.ZodBoolean;
1162
1235
  }, 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>;
1236
+ export declare const zCreateChartBody: z.ZodObject<{
1237
+ values: z.ZodString;
1238
+ version_channel: z.ZodString;
1239
+ name: z.ZodString;
1240
+ namespace: z.ZodString;
1241
+ chart: z.ZodString;
1242
+ }, z.core.$strip>;
1243
+ export declare const zCreateChartPath: z.ZodObject<{
1244
+ cluster_id: z.ZodString;
1175
1245
  }, z.core.$strip>;
1176
1246
  /**
1177
1247
  * Successfully created. Returns created Chart ID.
1178
1248
  */
1179
1249
  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>;
1250
+ export declare const zDeleteChartPath: z.ZodObject<{
1251
+ cluster_id: z.ZodString;
1252
+ chart_name: z.ZodString;
1187
1253
  }, z.core.$strip>;
1188
1254
  /**
1189
1255
  * Successfully deleted.
1190
1256
  */
1191
1257
  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>;
1258
+ export declare const zGetChartPath: z.ZodObject<{
1259
+ cluster_id: z.ZodString;
1260
+ chart_name: z.ZodString;
1199
1261
  }, z.core.$strip>;
1200
1262
  /**
1201
1263
  * Returns a single object containing chart details.
@@ -1227,27 +1289,20 @@ export declare const zGetChartResponse: z.ZodObject<{
1227
1289
  updated_at: z.ZodString;
1228
1290
  ready: z.ZodBoolean;
1229
1291
  }, 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>;
1292
+ export declare const zUpdateChartBody: z.ZodObject<{
1293
+ values: z.ZodString;
1294
+ version_channel: z.ZodString;
1295
+ }, z.core.$strip>;
1296
+ export declare const zUpdateChartPath: z.ZodObject<{
1297
+ cluster_id: z.ZodString;
1298
+ chart_name: z.ZodString;
1240
1299
  }, z.core.$strip>;
1241
1300
  /**
1242
1301
  * Successfully updated.
1243
1302
  */
1244
1303
  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>;
1304
+ export declare const zListFleetsPath: z.ZodObject<{
1305
+ cluster_id: z.ZodString;
1251
1306
  }, z.core.$strip>;
1252
1307
  /**
1253
1308
  * An array of fleets
@@ -1270,53 +1325,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1270
1325
  }, z.core.$strip>>;
1271
1326
  id: z.ZodString;
1272
1327
  }, 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>;
1328
+ export declare const zCreateFleetBody: z.ZodObject<{
1329
+ limits: z.ZodOptional<z.ZodObject<{
1330
+ cpu: z.ZodNumber;
1331
+ }, z.core.$strip>>;
1332
+ gcp: z.ZodOptional<z.ZodObject<{
1333
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1334
+ project: z.ZodString;
1335
+ }, z.core.$strip>>;
1336
+ hetzner: z.ZodOptional<z.ZodObject<{
1337
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1338
+ apiKey: z.ZodString;
1339
+ }, z.core.$strip>>;
1340
+ aws: z.ZodOptional<z.ZodObject<{
1341
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1342
+ controllerRoleArn: z.ZodString;
1343
+ }, z.core.$strip>>;
1344
+ id: z.ZodString;
1345
+ }, z.core.$strip>;
1346
+ export declare const zCreateFleetPath: z.ZodObject<{
1347
+ cluster_id: z.ZodString;
1296
1348
  }, z.core.$strip>;
1297
1349
  /**
1298
1350
  * Successfully created. Returns created Fleet ID.
1299
1351
  */
1300
1352
  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>;
1353
+ export declare const zDeleteFleetPath: z.ZodObject<{
1354
+ cluster_id: z.ZodString;
1355
+ fleet_name: z.ZodString;
1308
1356
  }, z.core.$strip>;
1309
1357
  /**
1310
1358
  * Successfully deleted.
1311
1359
  */
1312
1360
  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>;
1361
+ export declare const zGetFleetPath: z.ZodObject<{
1362
+ cluster_id: z.ZodString;
1363
+ fleet_name: z.ZodString;
1320
1364
  }, z.core.$strip>;
1321
1365
  /**
1322
1366
  * Returns a single object containing fleet details.
@@ -1339,45 +1383,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
1339
1383
  }, z.core.$strip>>;
1340
1384
  id: z.ZodString;
1341
1385
  }, 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>;
1386
+ export declare const zUpdateFleetBody: z.ZodObject<{
1387
+ limits: z.ZodOptional<z.ZodObject<{
1388
+ cpu: z.ZodNumber;
1389
+ }, z.core.$strip>>;
1390
+ gcp: z.ZodOptional<z.ZodObject<{
1391
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1392
+ project: z.ZodString;
1393
+ }, z.core.$strip>>;
1394
+ hetzner: z.ZodOptional<z.ZodObject<{
1395
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1396
+ apiKey: z.ZodString;
1397
+ }, z.core.$strip>>;
1398
+ aws: z.ZodOptional<z.ZodObject<{
1399
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1400
+ controllerRoleArn: z.ZodString;
1401
+ }, z.core.$strip>>;
1402
+ }, z.core.$strip>;
1403
+ export declare const zUpdateFleetPath: z.ZodObject<{
1404
+ cluster_id: z.ZodString;
1405
+ fleet_name: z.ZodString;
1365
1406
  }, z.core.$strip>;
1366
1407
  /**
1367
1408
  * Successfully updated.
1368
1409
  */
1369
1410
  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>;
1411
+ export declare const zQueryClusterPath: z.ZodObject<{
1412
+ cluster_id: z.ZodString;
1381
1413
  }, z.core.$strip>;
1382
1414
  /**
1383
1415
  * An array of clusters
@@ -1388,12 +1420,12 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1388
1420
  basic: "basic";
1389
1421
  pro: "pro";
1390
1422
  }>;
1391
- region: z.ZodOptional<z.ZodEnum<{
1392
- staging: "staging";
1423
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1424
+ "staging-1a": "staging-1a";
1393
1425
  "northamerica-central-1": "northamerica-central-1";
1394
1426
  "europe-central-1a": "europe-central-1a";
1395
1427
  "northamerica-central-1a": "northamerica-central-1a";
1396
- }>>;
1428
+ }>>>;
1397
1429
  id: z.ZodUUID;
1398
1430
  status: z.ZodEnum<{
1399
1431
  deleted: "deleted";
@@ -1414,50 +1446,38 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1414
1446
  ready: z.ZodOptional<z.ZodBoolean>;
1415
1447
  version_channel: z.ZodOptional<z.ZodString>;
1416
1448
  }, 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>;
1449
+ export declare const zCreateClusterBody: z.ZodObject<{
1450
+ name: z.ZodString;
1451
+ tier: z.ZodEnum<{
1452
+ basic: "basic";
1453
+ pro: "pro";
1454
+ }>;
1455
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1456
+ "staging-1a": "staging-1a";
1457
+ "northamerica-central-1": "northamerica-central-1";
1458
+ "europe-central-1a": "europe-central-1a";
1459
+ "northamerica-central-1a": "northamerica-central-1a";
1460
+ }>>>;
1461
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1462
+ "1.x.x-cfke.x": "1.x.x-cfke.x";
1463
+ "1.31.x-cfke.x": "1.31.x-cfke.x";
1464
+ "1.32.x-cfke.x": "1.32.x-cfke.x";
1465
+ "1.33.x-cfke.x": "1.33.x-cfke.x";
1466
+ }>>>;
1439
1467
  }, z.core.$strip>;
1440
1468
  /**
1441
1469
  * Successfully created. Returns created Cluster ID.
1442
1470
  */
1443
1471
  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>;
1472
+ export declare const zDeleteClusterPath: z.ZodObject<{
1473
+ cluster_id: z.ZodString;
1450
1474
  }, z.core.$strip>;
1451
1475
  /**
1452
1476
  * Successfully deleted.
1453
1477
  */
1454
1478
  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>;
1479
+ export declare const zGetClusterPath: z.ZodObject<{
1480
+ cluster_id: z.ZodString;
1461
1481
  }, z.core.$strip>;
1462
1482
  /**
1463
1483
  * Returns a single object containing cluster details.
@@ -1468,12 +1488,12 @@ export declare const zGetClusterResponse: z.ZodObject<{
1468
1488
  basic: "basic";
1469
1489
  pro: "pro";
1470
1490
  }>;
1471
- region: z.ZodOptional<z.ZodEnum<{
1472
- staging: "staging";
1491
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1492
+ "staging-1a": "staging-1a";
1473
1493
  "northamerica-central-1": "northamerica-central-1";
1474
1494
  "europe-central-1a": "europe-central-1a";
1475
1495
  "northamerica-central-1a": "northamerica-central-1a";
1476
- }>>;
1496
+ }>>>;
1477
1497
  id: z.ZodUUID;
1478
1498
  status: z.ZodEnum<{
1479
1499
  deleted: "deleted";
@@ -1494,19 +1514,16 @@ export declare const zGetClusterResponse: z.ZodObject<{
1494
1514
  ready: z.ZodOptional<z.ZodBoolean>;
1495
1515
  version_channel: z.ZodOptional<z.ZodString>;
1496
1516
  }, 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>;
1517
+ export declare const zUpdateClusterBody: z.ZodObject<{
1518
+ name: z.ZodOptional<z.ZodString>;
1519
+ tier: z.ZodEnum<{
1520
+ basic: "basic";
1521
+ pro: "pro";
1522
+ }>;
1523
+ version_channel: z.ZodOptional<z.ZodString>;
1524
+ }, z.core.$strip>;
1525
+ export declare const zUpdateClusterPath: z.ZodObject<{
1526
+ cluster_id: z.ZodString;
1510
1527
  }, z.core.$strip>;
1511
1528
  /**
1512
1529
  * Successfully updated. Returns updated cluster details.
@@ -1517,12 +1534,12 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1517
1534
  basic: "basic";
1518
1535
  pro: "pro";
1519
1536
  }>;
1520
- region: z.ZodOptional<z.ZodEnum<{
1521
- staging: "staging";
1537
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1538
+ "staging-1a": "staging-1a";
1522
1539
  "northamerica-central-1": "northamerica-central-1";
1523
1540
  "europe-central-1a": "europe-central-1a";
1524
1541
  "northamerica-central-1a": "northamerica-central-1a";
1525
- }>>;
1542
+ }>>>;
1526
1543
  id: z.ZodUUID;
1527
1544
  status: z.ZodEnum<{
1528
1545
  deleted: "deleted";
@@ -1543,12 +1560,8 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1543
1560
  ready: z.ZodOptional<z.ZodBoolean>;
1544
1561
  version_channel: z.ZodOptional<z.ZodString>;
1545
1562
  }, 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>;
1563
+ export declare const zGetJoinInformationPath: z.ZodObject<{
1564
+ cluster_id: z.ZodString;
1552
1565
  }, z.core.$strip>;
1553
1566
  /**
1554
1567
  * An object of cluster join information
@@ -1556,6 +1569,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
1556
1569
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1557
1570
  certificate_authority: z.ZodString;
1558
1571
  endpoint: z.ZodURL;
1572
+ cluster_dns: z.ZodString;
1559
1573
  auth_key: z.ZodString;
1560
1574
  bootstrap_token: z.ZodString;
1561
1575
  versions: z.ZodObject<{
@@ -1570,11 +1584,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1570
1584
  gcp_workload_identity_provider: z.ZodString;
1571
1585
  }, z.core.$strip>;
1572
1586
  }, 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
1587
  /**
1579
1588
  * An array of invites
1580
1589
  */
@@ -1585,12 +1594,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1585
1594
  email: z.ZodOptional<z.ZodEmail>;
1586
1595
  code: z.ZodOptional<z.ZodString>;
1587
1596
  }, 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>;
1597
+ export declare const zCreateInviteBody: z.ZodObject<{
1598
+ email: z.ZodOptional<z.ZodString>;
1594
1599
  }, z.core.$strip>;
1595
1600
  /**
1596
1601
  * Successfully created. Returns created invite details.
@@ -1602,12 +1607,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
1602
1607
  email: z.ZodOptional<z.ZodEmail>;
1603
1608
  code: z.ZodOptional<z.ZodString>;
1604
1609
  }, 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>;
1610
+ export declare const zGetInvitePath: z.ZodObject<{
1611
+ code: z.ZodString;
1611
1612
  }, z.core.$strip>;
1612
1613
  /**
1613
1614
  * Returns a single object containing invite details.
@@ -1619,17 +1620,8 @@ export declare const zGetInviteResponse: z.ZodObject<{
1619
1620
  email: z.ZodOptional<z.ZodEmail>;
1620
1621
  code: z.ZodOptional<z.ZodString>;
1621
1622
  }, 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>;
1623
+ export declare const zDeleteInvitePath: z.ZodObject<{
1624
+ email: z.ZodString;
1633
1625
  }, z.core.$strip>;
1634
1626
  /**
1635
1627
  * An array of chart listings in the marketplace.
@@ -1647,6 +1639,7 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1647
1639
  apiVersion: z.ZodOptional<z.ZodString>;
1648
1640
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
1649
1641
  home: z.ZodOptional<z.ZodString>;
1642
+ icon: z.ZodOptional<z.ZodString>;
1650
1643
  sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
1651
1644
  maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1652
1645
  name: z.ZodString;
@@ -1654,31 +1647,26 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1654
1647
  }, z.core.$strip>>>;
1655
1648
  }, z.core.$strip>>;
1656
1649
  }, 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>;
1650
+ export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
1651
+ chart_name: z.ZodString;
1652
+ version_channel: z.ZodString;
1664
1653
  }, z.core.$strip>;
1665
1654
  /**
1666
- * Returns an object containing the chart files.
1655
+ * Returns an object containing the chart files for the latest matching version.
1667
1656
  */
1668
1657
  export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
1669
1658
  chartYaml: z.ZodOptional<z.ZodString>;
1670
1659
  valuesYaml: z.ZodOptional<z.ZodString>;
1671
1660
  valuesSchemaJson: z.ZodOptional<z.ZodString>;
1672
1661
  }, 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>;
1662
+ /**
1663
+ * JSON-RPC 2.0 request payload
1664
+ */
1665
+ export declare const zPostMcpBody: z.ZodObject<{
1666
+ jsonrpc: z.ZodOptional<z.ZodString>;
1667
+ method: z.ZodOptional<z.ZodString>;
1668
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1669
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1682
1670
  }, z.core.$strip>;
1683
1671
  /**
1684
1672
  * JSON-RPC 2.0 success or error response
@@ -1692,11 +1680,6 @@ export declare const zPostMcpResponse: z.ZodObject<{
1692
1680
  message: z.ZodOptional<z.ZodString>;
1693
1681
  }, z.core.$strip>>;
1694
1682
  }, 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
1683
  /**
1701
1684
  * Returns a single object containing organization details.
1702
1685
  */
@@ -1716,8 +1699,7 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1716
1699
  id: z.ZodString;
1717
1700
  label: z.ZodString;
1718
1701
  }, z.core.$strip>>;
1719
- copilot_user_hourly_tokens: z.ZodInt;
1720
- copilot_organization_hourly_tokens: z.ZodInt;
1702
+ cfcr_storage_gb: z.ZodInt;
1721
1703
  }, z.core.$strip>;
1722
1704
  status: z.ZodEnum<{
1723
1705
  active: "active";
@@ -1725,21 +1707,12 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1725
1707
  suspended: "suspended";
1726
1708
  }>;
1727
1709
  }, 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>;
1710
+ export declare const zCreateOrganizationBody: z.ZodObject<{
1711
+ email: z.ZodEmail;
1712
+ first_name: z.ZodString;
1713
+ last_name: z.ZodString;
1714
+ company_name: z.ZodString;
1715
+ password: z.ZodString;
1743
1716
  }, z.core.$strip>;
1744
1717
  /**
1745
1718
  * List of repositories
@@ -1749,13 +1722,9 @@ export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
1749
1722
  region: z.ZodString;
1750
1723
  uri: z.ZodString;
1751
1724
  }, 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>;
1725
+ export declare const zListTagsPath: z.ZodObject<{
1726
+ region: z.ZodString;
1727
+ repository: z.ZodString;
1759
1728
  }, z.core.$strip>;
1760
1729
  /**
1761
1730
  * Repository with tags
@@ -1768,37 +1737,32 @@ export declare const zListTagsResponse: z.ZodObject<{
1768
1737
  name: z.ZodString;
1769
1738
  size: z.ZodNumber;
1770
1739
  mediaType: z.ZodOptional<z.ZodString>;
1740
+ platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
1771
1741
  }, z.core.$strip>>;
1772
1742
  totalSize: z.ZodNumber;
1773
1743
  }, 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>;
1744
+ export declare const zDeleteTagPath: z.ZodObject<{
1745
+ region: z.ZodString;
1746
+ repository: z.ZodString;
1747
+ tag: z.ZodString;
1748
+ }, z.core.$strip>;
1749
+ export declare const zGetTagPath: z.ZodObject<{
1750
+ region: z.ZodString;
1751
+ repository: z.ZodString;
1752
+ tag: z.ZodString;
1791
1753
  }, z.core.$strip>;
1792
1754
  /**
1793
1755
  * Tag details
1794
1756
  */
1795
1757
  export declare const zGetTagResponse: z.ZodObject<{
1796
1758
  name: z.ZodString;
1759
+ digest: z.ZodString;
1797
1760
  mediaType: z.ZodOptional<z.ZodString>;
1798
1761
  config: z.ZodOptional<z.ZodObject<{
1799
1762
  size: z.ZodNumber;
1800
1763
  }, z.core.$strip>>;
1801
1764
  layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1765
+ digest: z.ZodOptional<z.ZodString>;
1802
1766
  size: z.ZodNumber;
1803
1767
  }, z.core.$strip>>>;
1804
1768
  manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1806,18 +1770,214 @@ export declare const zGetTagResponse: z.ZodObject<{
1806
1770
  platform: z.ZodOptional<z.ZodObject<{
1807
1771
  architecture: z.ZodString;
1808
1772
  os: z.ZodString;
1773
+ variant: z.ZodOptional<z.ZodString>;
1809
1774
  }, z.core.$strip>>;
1775
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1776
+ digest: z.ZodOptional<z.ZodString>;
1777
+ size: z.ZodNumber;
1778
+ }, z.core.$strip>>>;
1779
+ size: z.ZodOptional<z.ZodNumber>;
1810
1780
  }, z.core.$strip>>>;
1811
1781
  size: z.ZodNumber;
1812
1782
  region: z.ZodString;
1813
1783
  repository: z.ZodString;
1814
1784
  uri: z.ZodString;
1815
1785
  }, 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>;
1786
+ /**
1787
+ * Tickets for the organization.
1788
+ */
1789
+ export declare const zListTicketsResponse: z.ZodObject<{
1790
+ items: z.ZodArray<z.ZodObject<{
1791
+ id: z.ZodString;
1792
+ status: z.ZodEnum<{
1793
+ closed: "closed";
1794
+ waiting_on_us: "waiting_on_us";
1795
+ waiting_on_user: "waiting_on_user";
1796
+ }>;
1797
+ category: z.ZodEnum<{
1798
+ billing: "billing";
1799
+ technical: "technical";
1800
+ general: "general";
1801
+ }>;
1802
+ summary: z.ZodString;
1803
+ closed_at: z.ZodOptional<z.ZodISODateTime>;
1804
+ date_created: z.ZodISODateTime;
1805
+ date_updated: z.ZodISODateTime;
1806
+ messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1807
+ id: z.ZodString;
1808
+ type: z.ZodEnum<{
1809
+ customer_reply: "customer_reply";
1810
+ agent_reply: "agent_reply";
1811
+ }>;
1812
+ body: z.ZodString;
1813
+ author_first_name: z.ZodOptional<z.ZodString>;
1814
+ author_last_name: z.ZodOptional<z.ZodString>;
1815
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1816
+ id: z.ZodString;
1817
+ filename: z.ZodString;
1818
+ content_type: z.ZodString;
1819
+ size: z.ZodInt;
1820
+ }, z.core.$strip>>>;
1821
+ date_created: z.ZodISODateTime;
1822
+ }, z.core.$strip>>>;
1823
+ }, z.core.$strip>>;
1824
+ }, z.core.$strip>;
1825
+ export declare const zCreateTicketBody: z.ZodObject<{
1826
+ payload: z.ZodOptional<z.ZodString>;
1827
+ attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
1828
+ }, z.core.$strip>;
1829
+ /**
1830
+ * Ticket created.
1831
+ */
1832
+ export declare const zCreateTicketResponse: z.ZodObject<{
1833
+ id: z.ZodString;
1834
+ status: z.ZodEnum<{
1835
+ closed: "closed";
1836
+ waiting_on_us: "waiting_on_us";
1837
+ waiting_on_user: "waiting_on_user";
1838
+ }>;
1839
+ category: z.ZodEnum<{
1840
+ billing: "billing";
1841
+ technical: "technical";
1842
+ general: "general";
1843
+ }>;
1844
+ summary: z.ZodString;
1845
+ closed_at: z.ZodOptional<z.ZodISODateTime>;
1846
+ date_created: z.ZodISODateTime;
1847
+ date_updated: z.ZodISODateTime;
1848
+ messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1849
+ id: z.ZodString;
1850
+ type: z.ZodEnum<{
1851
+ customer_reply: "customer_reply";
1852
+ agent_reply: "agent_reply";
1853
+ }>;
1854
+ body: z.ZodString;
1855
+ author_first_name: z.ZodOptional<z.ZodString>;
1856
+ author_last_name: z.ZodOptional<z.ZodString>;
1857
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1858
+ id: z.ZodString;
1859
+ filename: z.ZodString;
1860
+ content_type: z.ZodString;
1861
+ size: z.ZodInt;
1862
+ }, z.core.$strip>>>;
1863
+ date_created: z.ZodISODateTime;
1864
+ }, z.core.$strip>>>;
1865
+ }, z.core.$strip>;
1866
+ export declare const zCloseTicketPath: z.ZodObject<{
1867
+ ticket_id: z.ZodString;
1868
+ }, z.core.$strip>;
1869
+ /**
1870
+ * Ticket closed.
1871
+ */
1872
+ export declare const zCloseTicketResponse: z.ZodObject<{
1873
+ id: z.ZodString;
1874
+ status: z.ZodEnum<{
1875
+ closed: "closed";
1876
+ waiting_on_us: "waiting_on_us";
1877
+ waiting_on_user: "waiting_on_user";
1878
+ }>;
1879
+ category: z.ZodEnum<{
1880
+ billing: "billing";
1881
+ technical: "technical";
1882
+ general: "general";
1883
+ }>;
1884
+ summary: z.ZodString;
1885
+ closed_at: z.ZodOptional<z.ZodISODateTime>;
1886
+ date_created: z.ZodISODateTime;
1887
+ date_updated: z.ZodISODateTime;
1888
+ messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1889
+ id: z.ZodString;
1890
+ type: z.ZodEnum<{
1891
+ customer_reply: "customer_reply";
1892
+ agent_reply: "agent_reply";
1893
+ }>;
1894
+ body: z.ZodString;
1895
+ author_first_name: z.ZodOptional<z.ZodString>;
1896
+ author_last_name: z.ZodOptional<z.ZodString>;
1897
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1898
+ id: z.ZodString;
1899
+ filename: z.ZodString;
1900
+ content_type: z.ZodString;
1901
+ size: z.ZodInt;
1902
+ }, z.core.$strip>>>;
1903
+ date_created: z.ZodISODateTime;
1904
+ }, z.core.$strip>>>;
1905
+ }, z.core.$strip>;
1906
+ export declare const zGetTicketPath: z.ZodObject<{
1907
+ ticket_id: z.ZodString;
1908
+ }, z.core.$strip>;
1909
+ /**
1910
+ * Ticket with messages (internal notes excluded).
1911
+ */
1912
+ export declare const zGetTicketResponse: z.ZodObject<{
1913
+ id: z.ZodString;
1914
+ status: z.ZodEnum<{
1915
+ closed: "closed";
1916
+ waiting_on_us: "waiting_on_us";
1917
+ waiting_on_user: "waiting_on_user";
1918
+ }>;
1919
+ category: z.ZodEnum<{
1920
+ billing: "billing";
1921
+ technical: "technical";
1922
+ general: "general";
1923
+ }>;
1924
+ summary: z.ZodString;
1925
+ closed_at: z.ZodOptional<z.ZodISODateTime>;
1926
+ date_created: z.ZodISODateTime;
1927
+ date_updated: z.ZodISODateTime;
1928
+ messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
1929
+ id: z.ZodString;
1930
+ type: z.ZodEnum<{
1931
+ customer_reply: "customer_reply";
1932
+ agent_reply: "agent_reply";
1933
+ }>;
1934
+ body: z.ZodString;
1935
+ author_first_name: z.ZodOptional<z.ZodString>;
1936
+ author_last_name: z.ZodOptional<z.ZodString>;
1937
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1938
+ id: z.ZodString;
1939
+ filename: z.ZodString;
1940
+ content_type: z.ZodString;
1941
+ size: z.ZodInt;
1942
+ }, z.core.$strip>>>;
1943
+ date_created: z.ZodISODateTime;
1944
+ }, z.core.$strip>>>;
1945
+ }, z.core.$strip>;
1946
+ export declare const zReplyTicketBody: z.ZodObject<{
1947
+ payload: z.ZodOptional<z.ZodString>;
1948
+ attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
1949
+ }, z.core.$strip>;
1950
+ export declare const zReplyTicketPath: z.ZodObject<{
1951
+ ticket_id: z.ZodString;
1952
+ }, z.core.$strip>;
1953
+ /**
1954
+ * Reply appended.
1955
+ */
1956
+ export declare const zReplyTicketResponse: z.ZodObject<{
1957
+ id: z.ZodString;
1958
+ type: z.ZodEnum<{
1959
+ customer_reply: "customer_reply";
1960
+ agent_reply: "agent_reply";
1961
+ }>;
1962
+ body: z.ZodString;
1963
+ author_first_name: z.ZodOptional<z.ZodString>;
1964
+ author_last_name: z.ZodOptional<z.ZodString>;
1965
+ attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
1966
+ id: z.ZodString;
1967
+ filename: z.ZodString;
1968
+ content_type: z.ZodString;
1969
+ size: z.ZodInt;
1970
+ }, z.core.$strip>>>;
1971
+ date_created: z.ZodISODateTime;
1972
+ }, z.core.$strip>;
1973
+ export declare const zGetTicketAttachmentPath: z.ZodObject<{
1974
+ ticket_id: z.ZodString;
1975
+ attachment_id: z.ZodString;
1820
1976
  }, z.core.$strip>;
1977
+ /**
1978
+ * Attachment binary stream.
1979
+ */
1980
+ export declare const zGetTicketAttachmentResponse: z.ZodString;
1821
1981
  /**
1822
1982
  * Returns a list of access token details with masked secrets.
1823
1983
  */
@@ -1831,16 +1991,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
1831
1991
  secret: z.ZodOptional<z.ZodString>;
1832
1992
  date_created: z.ZodISODateTime;
1833
1993
  }, 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>;
1994
+ export declare const zCreateTokenBody: z.ZodObject<{
1995
+ name: z.ZodString;
1996
+ role: z.ZodEnum<{
1997
+ Administrator: "Administrator";
1998
+ User: "User";
1999
+ }>;
1844
2000
  }, z.core.$strip>;
1845
2001
  /**
1846
2002
  * Successfully created. Returns created token details with unmasked/raw secret.
@@ -1855,19 +2011,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
1855
2011
  secret: z.ZodOptional<z.ZodString>;
1856
2012
  date_created: z.ZodISODateTime;
1857
2013
  }, 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>;
2014
+ export declare const zDeleteTokenPath: z.ZodObject<{
2015
+ token_id: z.ZodString;
1864
2016
  }, 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>;
2017
+ export declare const zGetTokenPath: z.ZodObject<{
2018
+ token_id: z.ZodString;
1871
2019
  }, z.core.$strip>;
1872
2020
  /**
1873
2021
  * Returns access token details with masked secret.
@@ -1882,18 +2030,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
1882
2030
  secret: z.ZodOptional<z.ZodString>;
1883
2031
  date_created: z.ZodISODateTime;
1884
2032
  }, 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>;
2033
+ export declare const zUpdateTokenBody: z.ZodObject<{
2034
+ name: z.ZodOptional<z.ZodString>;
2035
+ role: z.ZodOptional<z.ZodEnum<{
2036
+ Administrator: "Administrator";
2037
+ User: "User";
2038
+ }>>;
2039
+ }, z.core.$strip>;
2040
+ export declare const zUpdateTokenPath: z.ZodObject<{
2041
+ token_id: z.ZodString;
1897
2042
  }, z.core.$strip>;
1898
2043
  /**
1899
2044
  * Successfully updated. Returns updated token details with masked secret.
@@ -1908,12 +2053,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
1908
2053
  secret: z.ZodOptional<z.ZodString>;
1909
2054
  date_created: z.ZodISODateTime;
1910
2055
  }, 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>;
2056
+ export declare const zRegenerateTokenPath: z.ZodObject<{
2057
+ token_id: z.ZodString;
1917
2058
  }, z.core.$strip>;
1918
2059
  /**
1919
2060
  * Successfully updated. Returns updated token details with unmasked / raw secret.
@@ -1928,12 +2069,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
1928
2069
  secret: z.ZodOptional<z.ZodString>;
1929
2070
  date_created: z.ZodISODateTime;
1930
2071
  }, 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>;
2072
+ export declare const zListUserOrganizationsPath: z.ZodObject<{
2073
+ email: z.ZodString;
1937
2074
  }, z.core.$strip>;
1938
2075
  /**
1939
2076
  * An array of organizations the user belongs to.
@@ -1942,11 +2079,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
1942
2079
  realm: z.ZodOptional<z.ZodString>;
1943
2080
  displayName: z.ZodOptional<z.ZodString>;
1944
2081
  }, 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
2082
  /**
1951
2083
  * An array of users
1952
2084
  */
@@ -1965,24 +2097,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
1965
2097
  id: z.ZodUUID;
1966
2098
  date_created: z.ZodISODateTime;
1967
2099
  }, 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>;
2100
+ export declare const zCreateUserBody: z.ZodObject<{
2101
+ email: z.ZodEmail;
2102
+ first_name: z.ZodString;
2103
+ last_name: z.ZodString;
2104
+ code: z.ZodString;
2105
+ password: z.ZodString;
2106
+ status: z.ZodOptional<z.ZodEnum<{
2107
+ active: "active";
2108
+ inactive: "inactive";
2109
+ }>>;
2110
+ role: z.ZodOptional<z.ZodEnum<{
2111
+ Administrator: "Administrator";
2112
+ User: "User";
2113
+ }>>;
1986
2114
  }, z.core.$strip>;
1987
2115
  /**
1988
2116
  * Successfully created. Returns created user details.
@@ -2002,12 +2130,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
2002
2130
  id: z.ZodUUID;
2003
2131
  date_created: z.ZodISODateTime;
2004
2132
  }, 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>;
2133
+ export declare const zDeleteUserPath: z.ZodObject<{
2134
+ user_id: z.ZodString;
2011
2135
  }, z.core.$strip>;
2012
2136
  /**
2013
2137
  * User profile information
@@ -2027,12 +2151,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2027
2151
  id: z.ZodUUID;
2028
2152
  date_created: z.ZodISODateTime;
2029
2153
  }, 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>;
2154
+ export declare const zGetUserPath: z.ZodObject<{
2155
+ user_id: z.ZodString;
2036
2156
  }, z.core.$strip>;
2037
2157
  /**
2038
2158
  * User profile information
@@ -2052,24 +2172,21 @@ export declare const zGetUserResponse: z.ZodObject<{
2052
2172
  id: z.ZodUUID;
2053
2173
  date_created: z.ZodISODateTime;
2054
2174
  }, 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>;
2175
+ export declare const zUpdateUserBody: z.ZodObject<{
2176
+ email: z.ZodOptional<z.ZodEmail>;
2177
+ first_name: z.ZodOptional<z.ZodString>;
2178
+ last_name: z.ZodOptional<z.ZodString>;
2179
+ role: z.ZodOptional<z.ZodEnum<{
2180
+ Administrator: "Administrator";
2181
+ User: "User";
2182
+ }>>;
2183
+ status: z.ZodOptional<z.ZodEnum<{
2184
+ active: "active";
2185
+ inactive: "inactive";
2186
+ }>>;
2187
+ }, z.core.$strip>;
2188
+ export declare const zUpdateUserPath: z.ZodObject<{
2189
+ user_id: z.ZodString;
2073
2190
  }, z.core.$strip>;
2074
2191
  /**
2075
2192
  * Successfully created. Returns created user details.