@cloudfleet/sdk 0.0.1-4e38512 → 0.0.1-4ee2c6f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/@tanstack/react-query.gen.d.ts +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 +108 -123
  7. package/dist/client/client.gen.js.map +1 -1
  8. package/dist/client/types.gen.d.ts +7 -4
  9. package/dist/client/types.gen.d.ts.map +1 -1
  10. package/dist/client/utils.gen.d.ts +5 -1
  11. package/dist/client/utils.gen.d.ts.map +1 -1
  12. package/dist/client/utils.gen.js +1 -1
  13. package/dist/client/utils.gen.js.map +1 -1
  14. package/dist/client.gen.d.ts +1 -1
  15. package/dist/client.gen.d.ts.map +1 -1
  16. package/dist/core/bodySerializer.gen.d.ts +4 -4
  17. package/dist/core/bodySerializer.gen.d.ts.map +1 -1
  18. package/dist/core/bodySerializer.gen.js.map +1 -1
  19. package/dist/core/serverSentEvents.gen.d.ts +1 -1
  20. package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
  21. package/dist/core/serverSentEvents.gen.js +3 -4
  22. package/dist/core/serverSentEvents.gen.js.map +1 -1
  23. package/dist/core/types.gen.d.ts +1 -1
  24. package/dist/core/utils.gen.js +1 -1
  25. package/dist/core/utils.gen.js.map +1 -1
  26. package/dist/schemas.gen.d.ts +544 -38
  27. package/dist/schemas.gen.d.ts.map +1 -1
  28. package/dist/schemas.gen.js +1326 -52
  29. package/dist/schemas.gen.js.map +1 -1
  30. package/dist/sdk.gen.d.ts +41 -3
  31. package/dist/sdk.gen.d.ts.map +1 -1
  32. package/dist/sdk.gen.js +67 -0
  33. package/dist/sdk.gen.js.map +1 -1
  34. package/dist/services/kubernetes/api.d.ts +8 -8
  35. package/dist/types.gen.d.ts +441 -25
  36. package/dist/types.gen.d.ts.map +1 -1
  37. package/dist/zod.gen.d.ts +2350 -578
  38. package/dist/zod.gen.d.ts.map +1 -1
  39. package/dist/zod.gen.js +947 -319
  40. package/dist/zod.gen.js.map +1 -1
  41. package/package.json +23 -4
@@ -494,11 +494,10 @@ export declare const FleetCreateInputSchema: {
494
494
  readonly cpu: {
495
495
  readonly type: "number";
496
496
  readonly format: "float";
497
- readonly minimum: 0;
497
+ readonly minimum: 8;
498
498
  readonly description: "CPU limit in cores.";
499
499
  };
500
500
  };
501
- readonly required: readonly ["cpu"];
502
501
  readonly additionalProperties: false;
503
502
  readonly description: "Limits define a set of bounds for provisioning capacity.";
504
503
  };
@@ -526,10 +525,9 @@ export declare const FleetCreateInputSchema: {
526
525
  };
527
526
  readonly apiKey: {
528
527
  readonly type: "string";
529
- readonly description: "Hetzner Cloud API key with read / write access";
528
+ readonly description: "Hetzner Cloud API key with read / write access. On update, omit this field to keep the existing value.";
530
529
  };
531
530
  };
532
- readonly required: readonly ["apiKey"];
533
531
  readonly additionalProperties: false;
534
532
  };
535
533
  readonly aws: {
@@ -547,6 +545,51 @@ export declare const FleetCreateInputSchema: {
547
545
  readonly required: readonly ["controllerRoleArn"];
548
546
  readonly additionalProperties: false;
549
547
  };
548
+ readonly constraints: {
549
+ readonly type: "object";
550
+ readonly properties: {
551
+ readonly 'karpenter.sh/capacity-type': {
552
+ readonly type: "array";
553
+ readonly items: {
554
+ readonly type: "string";
555
+ readonly enum: readonly ["on-demand", "spot"];
556
+ };
557
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
558
+ };
559
+ readonly 'kubernetes.io/arch': {
560
+ readonly type: "array";
561
+ readonly items: {
562
+ readonly type: "string";
563
+ readonly enum: readonly ["amd64", "arm64"];
564
+ };
565
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
566
+ };
567
+ readonly 'cfke.io/instance-family': {
568
+ readonly type: "array";
569
+ readonly items: {
570
+ readonly type: "string";
571
+ readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
572
+ };
573
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
574
+ };
575
+ readonly 'topology.kubernetes.io/region': {
576
+ readonly type: "array";
577
+ readonly items: {
578
+ readonly type: "string";
579
+ readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
580
+ };
581
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
582
+ };
583
+ };
584
+ readonly additionalProperties: false;
585
+ readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
586
+ };
587
+ readonly scalingProfile: {
588
+ readonly type: "string";
589
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
590
+ readonly example: "conservative";
591
+ readonly enum: readonly ["aggressive", "conservative"];
592
+ };
550
593
  readonly id: {
551
594
  readonly type: "string";
552
595
  readonly maxLength: 63;
@@ -568,11 +611,10 @@ export declare const FleetSchema: {
568
611
  readonly cpu: {
569
612
  readonly type: "number";
570
613
  readonly format: "float";
571
- readonly minimum: 0;
614
+ readonly minimum: 8;
572
615
  readonly description: "CPU limit in cores.";
573
616
  };
574
617
  };
575
- readonly required: readonly ["cpu"];
576
618
  readonly additionalProperties: false;
577
619
  readonly description: "Limits define a set of bounds for provisioning capacity.";
578
620
  };
@@ -600,10 +642,9 @@ export declare const FleetSchema: {
600
642
  };
601
643
  readonly apiKey: {
602
644
  readonly type: "string";
603
- readonly description: "Hetzner Cloud API key with read / write access";
645
+ readonly description: "Hetzner Cloud API key with read / write access. On update, omit this field to keep the existing value.";
604
646
  };
605
647
  };
606
- readonly required: readonly ["apiKey"];
607
648
  readonly additionalProperties: false;
608
649
  };
609
650
  readonly aws: {
@@ -621,6 +662,51 @@ export declare const FleetSchema: {
621
662
  readonly required: readonly ["controllerRoleArn"];
622
663
  readonly additionalProperties: false;
623
664
  };
665
+ readonly constraints: {
666
+ readonly type: "object";
667
+ readonly properties: {
668
+ readonly 'karpenter.sh/capacity-type': {
669
+ readonly type: "array";
670
+ readonly items: {
671
+ readonly type: "string";
672
+ readonly enum: readonly ["on-demand", "spot"];
673
+ };
674
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
675
+ };
676
+ readonly 'kubernetes.io/arch': {
677
+ readonly type: "array";
678
+ readonly items: {
679
+ readonly type: "string";
680
+ readonly enum: readonly ["amd64", "arm64"];
681
+ };
682
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
683
+ };
684
+ readonly 'cfke.io/instance-family': {
685
+ readonly type: "array";
686
+ readonly items: {
687
+ readonly type: "string";
688
+ readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
689
+ };
690
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
691
+ };
692
+ readonly 'topology.kubernetes.io/region': {
693
+ readonly type: "array";
694
+ readonly items: {
695
+ readonly type: "string";
696
+ readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
697
+ };
698
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
699
+ };
700
+ };
701
+ readonly additionalProperties: false;
702
+ readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
703
+ };
704
+ readonly scalingProfile: {
705
+ readonly type: "string";
706
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
707
+ readonly example: "conservative";
708
+ readonly enum: readonly ["aggressive", "conservative"];
709
+ };
624
710
  readonly id: {
625
711
  readonly type: "string";
626
712
  readonly maxLength: 63;
@@ -642,11 +728,10 @@ export declare const FleetUpdateInputSchema: {
642
728
  readonly cpu: {
643
729
  readonly type: "number";
644
730
  readonly format: "float";
645
- readonly minimum: 0;
731
+ readonly minimum: 8;
646
732
  readonly description: "CPU limit in cores.";
647
733
  };
648
734
  };
649
- readonly required: readonly ["cpu"];
650
735
  readonly additionalProperties: false;
651
736
  readonly description: "Limits define a set of bounds for provisioning capacity.";
652
737
  };
@@ -674,10 +759,9 @@ export declare const FleetUpdateInputSchema: {
674
759
  };
675
760
  readonly apiKey: {
676
761
  readonly type: "string";
677
- readonly description: "Hetzner Cloud API key with read / write access";
762
+ readonly description: "Hetzner Cloud API key with read / write access. On update, omit this field to keep the existing value.";
678
763
  };
679
764
  };
680
- readonly required: readonly ["apiKey"];
681
765
  readonly additionalProperties: false;
682
766
  };
683
767
  readonly aws: {
@@ -695,6 +779,51 @@ export declare const FleetUpdateInputSchema: {
695
779
  readonly required: readonly ["controllerRoleArn"];
696
780
  readonly additionalProperties: false;
697
781
  };
782
+ readonly constraints: {
783
+ readonly type: "object";
784
+ readonly properties: {
785
+ readonly 'karpenter.sh/capacity-type': {
786
+ readonly type: "array";
787
+ readonly items: {
788
+ readonly type: "string";
789
+ readonly enum: readonly ["on-demand", "spot"];
790
+ };
791
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
792
+ };
793
+ readonly 'kubernetes.io/arch': {
794
+ readonly type: "array";
795
+ readonly items: {
796
+ readonly type: "string";
797
+ readonly enum: readonly ["amd64", "arm64"];
798
+ };
799
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
800
+ };
801
+ readonly 'cfke.io/instance-family': {
802
+ readonly type: "array";
803
+ readonly items: {
804
+ readonly type: "string";
805
+ readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
806
+ };
807
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
808
+ };
809
+ readonly 'topology.kubernetes.io/region': {
810
+ readonly type: "array";
811
+ readonly items: {
812
+ readonly type: "string";
813
+ readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
814
+ };
815
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
816
+ };
817
+ };
818
+ readonly additionalProperties: false;
819
+ readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
820
+ };
821
+ readonly scalingProfile: {
822
+ readonly type: "string";
823
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
824
+ readonly example: "conservative";
825
+ readonly enum: readonly ["aggressive", "conservative"];
826
+ };
698
827
  };
699
828
  readonly additionalProperties: false;
700
829
  };
@@ -1052,18 +1181,6 @@ export declare const OrganizationSchema: {
1052
1181
  readonly minItems: 1;
1053
1182
  readonly description: "List of CFKE control plane versions available for the organization.";
1054
1183
  };
1055
- readonly copilot_user_hourly_tokens: {
1056
- readonly type: "integer";
1057
- readonly minimum: 0;
1058
- readonly description: "User-level maximum number of tokens Cloudfleet Copilot can process per hour.";
1059
- readonly example: 42000;
1060
- };
1061
- readonly copilot_organization_hourly_tokens: {
1062
- readonly type: "integer";
1063
- readonly minimum: 0;
1064
- readonly description: "Organization-level maximum number of tokens Cloudfleet Copilot can process per hour.";
1065
- readonly example: 242000;
1066
- };
1067
1184
  readonly cfcr_storage_gb: {
1068
1185
  readonly type: "integer";
1069
1186
  readonly minimum: -1;
@@ -1071,7 +1188,7 @@ export declare const OrganizationSchema: {
1071
1188
  readonly example: 500;
1072
1189
  };
1073
1190
  };
1074
- readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "copilot_user_hourly_tokens", "copilot_organization_hourly_tokens", "cfcr_storage_gb"];
1191
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1075
1192
  readonly additionalProperties: false;
1076
1193
  readonly description: "For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.";
1077
1194
  };
@@ -1208,18 +1325,6 @@ export declare const PlatformQuotaSchema: {
1208
1325
  readonly minItems: 1;
1209
1326
  readonly description: "List of CFKE control plane versions available for the organization.";
1210
1327
  };
1211
- readonly copilot_user_hourly_tokens: {
1212
- readonly type: "integer";
1213
- readonly minimum: 0;
1214
- readonly description: "User-level maximum number of tokens Cloudfleet Copilot can process per hour.";
1215
- readonly example: 42000;
1216
- };
1217
- readonly copilot_organization_hourly_tokens: {
1218
- readonly type: "integer";
1219
- readonly minimum: 0;
1220
- readonly description: "Organization-level maximum number of tokens Cloudfleet Copilot can process per hour.";
1221
- readonly example: 242000;
1222
- };
1223
1328
  readonly cfcr_storage_gb: {
1224
1329
  readonly type: "integer";
1225
1330
  readonly minimum: -1;
@@ -1227,7 +1332,7 @@ export declare const PlatformQuotaSchema: {
1227
1332
  readonly example: 500;
1228
1333
  };
1229
1334
  };
1230
- readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "copilot_user_hourly_tokens", "copilot_organization_hourly_tokens", "cfcr_storage_gb"];
1335
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1231
1336
  readonly additionalProperties: false;
1232
1337
  };
1233
1338
  export declare const RegistryRepositorySchema: {
@@ -1461,6 +1566,407 @@ export declare const RegistryTagSchema: {
1461
1566
  readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
1462
1567
  readonly additionalProperties: false;
1463
1568
  };
1569
+ export declare const TicketAttachmentSchema: {
1570
+ readonly type: "object";
1571
+ readonly properties: {
1572
+ readonly id: {
1573
+ readonly type: "string";
1574
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1575
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1576
+ };
1577
+ readonly filename: {
1578
+ readonly type: "string";
1579
+ readonly description: "Original filename as uploaded.";
1580
+ readonly example: "debug.log";
1581
+ };
1582
+ readonly content_type: {
1583
+ readonly type: "string";
1584
+ readonly description: "MIME content type of the attachment.";
1585
+ readonly example: "text/plain";
1586
+ };
1587
+ readonly size: {
1588
+ readonly type: "integer";
1589
+ readonly description: "Size of the attachment in bytes.";
1590
+ readonly example: 12345;
1591
+ };
1592
+ };
1593
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1594
+ readonly additionalProperties: false;
1595
+ };
1596
+ export declare const TicketCreateInputSchema: {
1597
+ readonly type: "object";
1598
+ readonly properties: {
1599
+ readonly category: {
1600
+ readonly type: "string";
1601
+ readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
1602
+ readonly example: "technical";
1603
+ readonly enum: readonly ["billing", "technical", "general"];
1604
+ };
1605
+ readonly body: {
1606
+ readonly type: "string";
1607
+ readonly maxLength: 50000;
1608
+ readonly minLength: 1;
1609
+ readonly pattern: "\\S";
1610
+ readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
1611
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1612
+ };
1613
+ readonly properties: {
1614
+ readonly type: "object";
1615
+ readonly additionalProperties: true;
1616
+ readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
1617
+ readonly example: {
1618
+ readonly subcategory: "cluster-question";
1619
+ readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
1620
+ };
1621
+ };
1622
+ };
1623
+ readonly required: readonly ["category", "body"];
1624
+ readonly additionalProperties: false;
1625
+ };
1626
+ export declare const TicketListResponseSchema: {
1627
+ readonly type: "object";
1628
+ readonly properties: {
1629
+ readonly items: {
1630
+ readonly type: "array";
1631
+ readonly items: {
1632
+ readonly type: "object";
1633
+ readonly properties: {
1634
+ readonly id: {
1635
+ readonly type: "string";
1636
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
1637
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1638
+ };
1639
+ readonly status: {
1640
+ readonly type: "string";
1641
+ readonly description: "Current state of the ticket.";
1642
+ readonly example: "waiting_on_us";
1643
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1644
+ };
1645
+ readonly category: {
1646
+ readonly type: "string";
1647
+ readonly description: "Ticket category.";
1648
+ readonly example: "technical";
1649
+ readonly enum: readonly ["billing", "technical", "general"];
1650
+ };
1651
+ readonly summary: {
1652
+ readonly type: "string";
1653
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
1654
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1655
+ };
1656
+ readonly closed_at: {
1657
+ readonly type: "string";
1658
+ readonly format: "date-time";
1659
+ readonly nullable: true;
1660
+ readonly description: "Closure timestamp. Null while the ticket is open.";
1661
+ readonly example: "2026-05-18T16:08:14.338Z";
1662
+ };
1663
+ readonly date_created: {
1664
+ readonly type: "string";
1665
+ readonly format: "date-time";
1666
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
1667
+ readonly example: "2026-05-11T16:08:14.338Z";
1668
+ };
1669
+ readonly date_updated: {
1670
+ readonly type: "string";
1671
+ readonly format: "date-time";
1672
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
1673
+ readonly example: "2026-05-11T16:08:14.338Z";
1674
+ };
1675
+ readonly messages: {
1676
+ readonly type: "array";
1677
+ readonly items: {
1678
+ readonly type: "object";
1679
+ readonly properties: {
1680
+ readonly id: {
1681
+ readonly type: "string";
1682
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1683
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1684
+ };
1685
+ readonly type: {
1686
+ readonly type: "string";
1687
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1688
+ readonly example: "customer_reply";
1689
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1690
+ };
1691
+ readonly body: {
1692
+ readonly type: "string";
1693
+ readonly description: "Message body in markdown.";
1694
+ readonly example: "Thanks — that resolved it on my side.";
1695
+ };
1696
+ readonly author_first_name: {
1697
+ readonly type: "string";
1698
+ readonly nullable: true;
1699
+ readonly description: "First name of the author. Null when not provided.";
1700
+ readonly example: "Jane";
1701
+ };
1702
+ readonly author_last_name: {
1703
+ readonly type: "string";
1704
+ readonly nullable: true;
1705
+ readonly description: "Last name of the author. Null when not provided.";
1706
+ readonly example: "Doe";
1707
+ };
1708
+ readonly attachments: {
1709
+ readonly type: "array";
1710
+ readonly items: {
1711
+ readonly type: "object";
1712
+ readonly properties: {
1713
+ readonly id: {
1714
+ readonly type: "string";
1715
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1716
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1717
+ };
1718
+ readonly filename: {
1719
+ readonly type: "string";
1720
+ readonly description: "Original filename as uploaded.";
1721
+ readonly example: "debug.log";
1722
+ };
1723
+ readonly content_type: {
1724
+ readonly type: "string";
1725
+ readonly description: "MIME content type of the attachment.";
1726
+ readonly example: "text/plain";
1727
+ };
1728
+ readonly size: {
1729
+ readonly type: "integer";
1730
+ readonly description: "Size of the attachment in bytes.";
1731
+ readonly example: 12345;
1732
+ };
1733
+ };
1734
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1735
+ readonly additionalProperties: false;
1736
+ };
1737
+ readonly description: "Attachments associated with this message.";
1738
+ readonly example: readonly [];
1739
+ };
1740
+ readonly date_created: {
1741
+ readonly type: "string";
1742
+ readonly format: "date-time";
1743
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1744
+ readonly example: "2026-05-11T16:08:14.338Z";
1745
+ };
1746
+ };
1747
+ readonly required: readonly ["id", "type", "body", "date_created"];
1748
+ readonly additionalProperties: false;
1749
+ };
1750
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1751
+ };
1752
+ };
1753
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1754
+ readonly additionalProperties: false;
1755
+ };
1756
+ readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
1757
+ };
1758
+ };
1759
+ readonly required: readonly ["items"];
1760
+ readonly additionalProperties: false;
1761
+ };
1762
+ export declare const TicketMessageInputSchema: {
1763
+ readonly type: "object";
1764
+ readonly properties: {
1765
+ readonly body: {
1766
+ readonly type: "string";
1767
+ readonly maxLength: 50000;
1768
+ readonly minLength: 1;
1769
+ readonly pattern: "\\S";
1770
+ readonly description: "Reply body in markdown.";
1771
+ readonly example: "Thanks — that resolved it on my side.";
1772
+ };
1773
+ };
1774
+ readonly required: readonly ["body"];
1775
+ readonly additionalProperties: false;
1776
+ };
1777
+ export declare const TicketMessageSchema: {
1778
+ readonly type: "object";
1779
+ readonly properties: {
1780
+ readonly id: {
1781
+ readonly type: "string";
1782
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1783
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1784
+ };
1785
+ readonly type: {
1786
+ readonly type: "string";
1787
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1788
+ readonly example: "customer_reply";
1789
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1790
+ };
1791
+ readonly body: {
1792
+ readonly type: "string";
1793
+ readonly description: "Message body in markdown.";
1794
+ readonly example: "Thanks — that resolved it on my side.";
1795
+ };
1796
+ readonly author_first_name: {
1797
+ readonly type: "string";
1798
+ readonly description: "First name of the author. Null when not provided.";
1799
+ readonly example: "Jane";
1800
+ };
1801
+ readonly author_last_name: {
1802
+ readonly type: "string";
1803
+ readonly description: "Last name of the author. Null when not provided.";
1804
+ readonly example: "Doe";
1805
+ };
1806
+ readonly attachments: {
1807
+ readonly type: "array";
1808
+ readonly items: {
1809
+ readonly type: "object";
1810
+ readonly properties: {
1811
+ readonly id: {
1812
+ readonly type: "string";
1813
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1814
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1815
+ };
1816
+ readonly filename: {
1817
+ readonly type: "string";
1818
+ readonly description: "Original filename as uploaded.";
1819
+ readonly example: "debug.log";
1820
+ };
1821
+ readonly content_type: {
1822
+ readonly type: "string";
1823
+ readonly description: "MIME content type of the attachment.";
1824
+ readonly example: "text/plain";
1825
+ };
1826
+ readonly size: {
1827
+ readonly type: "integer";
1828
+ readonly description: "Size of the attachment in bytes.";
1829
+ readonly example: 12345;
1830
+ };
1831
+ };
1832
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1833
+ readonly additionalProperties: false;
1834
+ };
1835
+ readonly description: "Attachments associated with this message.";
1836
+ readonly example: readonly [];
1837
+ };
1838
+ readonly date_created: {
1839
+ readonly type: "string";
1840
+ readonly format: "date-time";
1841
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1842
+ readonly example: "2026-05-11T16:08:14.338Z";
1843
+ };
1844
+ };
1845
+ readonly required: readonly ["id", "type", "body", "date_created"];
1846
+ readonly additionalProperties: false;
1847
+ };
1848
+ export declare const TicketSchema: {
1849
+ readonly type: "object";
1850
+ readonly properties: {
1851
+ readonly id: {
1852
+ readonly type: "string";
1853
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
1854
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1855
+ };
1856
+ readonly status: {
1857
+ readonly type: "string";
1858
+ readonly description: "Current state of the ticket.";
1859
+ readonly example: "waiting_on_us";
1860
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1861
+ };
1862
+ readonly category: {
1863
+ readonly type: "string";
1864
+ readonly description: "Ticket category.";
1865
+ readonly example: "technical";
1866
+ readonly enum: readonly ["billing", "technical", "general"];
1867
+ };
1868
+ readonly summary: {
1869
+ readonly type: "string";
1870
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
1871
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1872
+ };
1873
+ readonly closed_at: {
1874
+ readonly type: "string";
1875
+ readonly format: "date-time";
1876
+ readonly description: "Closure timestamp. Null while the ticket is open.";
1877
+ readonly example: "2026-05-18T16:08:14.338Z";
1878
+ };
1879
+ readonly date_created: {
1880
+ readonly type: "string";
1881
+ readonly format: "date-time";
1882
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
1883
+ readonly example: "2026-05-11T16:08:14.338Z";
1884
+ };
1885
+ readonly date_updated: {
1886
+ readonly type: "string";
1887
+ readonly format: "date-time";
1888
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
1889
+ readonly example: "2026-05-11T16:08:14.338Z";
1890
+ };
1891
+ readonly messages: {
1892
+ readonly type: "array";
1893
+ readonly items: {
1894
+ readonly type: "object";
1895
+ readonly properties: {
1896
+ readonly id: {
1897
+ readonly type: "string";
1898
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1899
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1900
+ };
1901
+ readonly type: {
1902
+ readonly type: "string";
1903
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1904
+ readonly example: "customer_reply";
1905
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1906
+ };
1907
+ readonly body: {
1908
+ readonly type: "string";
1909
+ readonly description: "Message body in markdown.";
1910
+ readonly example: "Thanks — that resolved it on my side.";
1911
+ };
1912
+ readonly author_first_name: {
1913
+ readonly type: "string";
1914
+ readonly description: "First name of the author. Null when not provided.";
1915
+ readonly example: "Jane";
1916
+ };
1917
+ readonly author_last_name: {
1918
+ readonly type: "string";
1919
+ readonly description: "Last name of the author. Null when not provided.";
1920
+ readonly example: "Doe";
1921
+ };
1922
+ readonly attachments: {
1923
+ readonly type: "array";
1924
+ readonly items: {
1925
+ readonly type: "object";
1926
+ readonly properties: {
1927
+ readonly id: {
1928
+ readonly type: "string";
1929
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1930
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1931
+ };
1932
+ readonly filename: {
1933
+ readonly type: "string";
1934
+ readonly description: "Original filename as uploaded.";
1935
+ readonly example: "debug.log";
1936
+ };
1937
+ readonly content_type: {
1938
+ readonly type: "string";
1939
+ readonly description: "MIME content type of the attachment.";
1940
+ readonly example: "text/plain";
1941
+ };
1942
+ readonly size: {
1943
+ readonly type: "integer";
1944
+ readonly description: "Size of the attachment in bytes.";
1945
+ readonly example: 12345;
1946
+ };
1947
+ };
1948
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1949
+ readonly additionalProperties: false;
1950
+ };
1951
+ readonly description: "Attachments associated with this message.";
1952
+ readonly example: readonly [];
1953
+ };
1954
+ readonly date_created: {
1955
+ readonly type: "string";
1956
+ readonly format: "date-time";
1957
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1958
+ readonly example: "2026-05-11T16:08:14.338Z";
1959
+ };
1960
+ };
1961
+ readonly required: readonly ["id", "type", "body", "date_created"];
1962
+ readonly additionalProperties: false;
1963
+ };
1964
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1965
+ };
1966
+ };
1967
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1968
+ readonly additionalProperties: false;
1969
+ };
1464
1970
  export declare const TokenCreateInputSchema: {
1465
1971
  readonly type: "object";
1466
1972
  readonly properties: {