@cloudfleet/sdk 0.0.1-ac77333 → 0.0.1-aca000f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zod.gen.d.ts CHANGED
@@ -1,5 +1,9 @@
1
1
  import * as z from 'zod';
2
2
  export declare const zBillingContact: z.ZodObject<{
3
+ type: z.ZodEnum<{
4
+ business: "business";
5
+ personal: "personal";
6
+ }>;
3
7
  company: z.ZodOptional<z.ZodString>;
4
8
  address1: z.ZodOptional<z.ZodString>;
5
9
  address2: z.ZodOptional<z.ZodString>;
@@ -275,56 +279,776 @@ export declare const zClusterUpdateInput: z.ZodObject<{
275
279
  }, z.core.$strip>;
276
280
  export declare const zFleetCreateInput: z.ZodObject<{
277
281
  limits: z.ZodOptional<z.ZodObject<{
278
- cpu: z.ZodNumber;
282
+ cpu: z.ZodOptional<z.ZodInt>;
279
283
  }, z.core.$strip>>;
280
284
  gcp: z.ZodOptional<z.ZodObject<{
281
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
282
- project: z.ZodString;
285
+ enabled: z.ZodBoolean;
286
+ project: z.ZodOptional<z.ZodString>;
283
287
  }, z.core.$strip>>;
284
288
  hetzner: z.ZodOptional<z.ZodObject<{
285
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
286
- apiKey: z.ZodString;
289
+ enabled: z.ZodBoolean;
290
+ apiKey: z.ZodOptional<z.ZodString>;
287
291
  }, z.core.$strip>>;
288
292
  aws: z.ZodOptional<z.ZodObject<{
289
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
290
- controllerRoleArn: z.ZodString;
293
+ enabled: z.ZodBoolean;
294
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
291
295
  }, z.core.$strip>>;
296
+ constraints: z.ZodOptional<z.ZodObject<{
297
+ 'karpenter.sh/capacity-type': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
298
+ "on-demand": "on-demand";
299
+ spot: "spot";
300
+ }>>>>;
301
+ 'kubernetes.io/arch': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
302
+ amd64: "amd64";
303
+ arm64: "arm64";
304
+ }>>>>;
305
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
306
+ p3: "p3";
307
+ cx: "cx";
308
+ h1: "h1";
309
+ h3: "h3";
310
+ a1: "a1";
311
+ a2: "a2";
312
+ a3: "a3";
313
+ a4: "a4";
314
+ c1: "c1";
315
+ c2: "c2";
316
+ c2d: "c2d";
317
+ c3: "c3";
318
+ c3d: "c3d";
319
+ c4: "c4";
320
+ c4a: "c4a";
321
+ c4d: "c4d";
322
+ c5: "c5";
323
+ c5a: "c5a";
324
+ c5ad: "c5ad";
325
+ c5d: "c5d";
326
+ c5n: "c5n";
327
+ c6a: "c6a";
328
+ c6g: "c6g";
329
+ c6gd: "c6gd";
330
+ c6gn: "c6gn";
331
+ c6i: "c6i";
332
+ c6id: "c6id";
333
+ c6in: "c6in";
334
+ c7a: "c7a";
335
+ c7g: "c7g";
336
+ c7gd: "c7gd";
337
+ c7gn: "c7gn";
338
+ c7i: "c7i";
339
+ "c7i-flex": "c7i-flex";
340
+ c8g: "c8g";
341
+ c8gd: "c8gd";
342
+ cax: "cax";
343
+ ccx: "ccx";
344
+ cpx: "cpx";
345
+ d2: "d2";
346
+ d3: "d3";
347
+ d3en: "d3en";
348
+ dl1: "dl1";
349
+ dl2q: "dl2q";
350
+ e2: "e2";
351
+ f1: "f1";
352
+ f2: "f2";
353
+ g1: "g1";
354
+ g2: "g2";
355
+ g4ad: "g4ad";
356
+ g4dn: "g4dn";
357
+ g5: "g5";
358
+ g5g: "g5g";
359
+ g6: "g6";
360
+ g6e: "g6e";
361
+ gr6: "gr6";
362
+ hpc6a: "hpc6a";
363
+ hpc6id: "hpc6id";
364
+ hpc7a: "hpc7a";
365
+ hpc7g: "hpc7g";
366
+ i2: "i2";
367
+ i3: "i3";
368
+ i3en: "i3en";
369
+ i4g: "i4g";
370
+ i4i: "i4i";
371
+ i7i: "i7i";
372
+ i7ie: "i7ie";
373
+ i8g: "i8g";
374
+ im4gn: "im4gn";
375
+ inf1: "inf1";
376
+ inf2: "inf2";
377
+ is4gen: "is4gen";
378
+ m1: "m1";
379
+ m2: "m2";
380
+ m3: "m3";
381
+ m4: "m4";
382
+ m5: "m5";
383
+ m5a: "m5a";
384
+ m5ad: "m5ad";
385
+ m5d: "m5d";
386
+ m5dn: "m5dn";
387
+ m5n: "m5n";
388
+ m5zn: "m5zn";
389
+ m6a: "m6a";
390
+ m6g: "m6g";
391
+ m6gd: "m6gd";
392
+ m6i: "m6i";
393
+ m6id: "m6id";
394
+ m6idn: "m6idn";
395
+ m6in: "m6in";
396
+ m7a: "m7a";
397
+ m7g: "m7g";
398
+ m7gd: "m7gd";
399
+ m7i: "m7i";
400
+ "m7i-flex": "m7i-flex";
401
+ m8g: "m8g";
402
+ m8gd: "m8gd";
403
+ n1: "n1";
404
+ n2: "n2";
405
+ n2d: "n2d";
406
+ n4: "n4";
407
+ p3dn: "p3dn";
408
+ p4d: "p4d";
409
+ p4de: "p4de";
410
+ p5: "p5";
411
+ p5e: "p5e";
412
+ p5en: "p5en";
413
+ "p6-b200": "p6-b200";
414
+ r3: "r3";
415
+ r4: "r4";
416
+ r5: "r5";
417
+ r5a: "r5a";
418
+ r5ad: "r5ad";
419
+ r5b: "r5b";
420
+ r5d: "r5d";
421
+ r5dn: "r5dn";
422
+ r5n: "r5n";
423
+ r6a: "r6a";
424
+ r6g: "r6g";
425
+ r6gd: "r6gd";
426
+ r6i: "r6i";
427
+ r6id: "r6id";
428
+ r6idn: "r6idn";
429
+ r6in: "r6in";
430
+ r7a: "r7a";
431
+ r7g: "r7g";
432
+ r7gd: "r7gd";
433
+ r7i: "r7i";
434
+ r7iz: "r7iz";
435
+ r8g: "r8g";
436
+ r8gd: "r8gd";
437
+ t2: "t2";
438
+ t2a: "t2a";
439
+ t2d: "t2d";
440
+ t3: "t3";
441
+ t3a: "t3a";
442
+ t4g: "t4g";
443
+ trn1: "trn1";
444
+ trn1n: "trn1n";
445
+ "u-3tb1": "u-3tb1";
446
+ "u-6tb1": "u-6tb1";
447
+ "u7i-12tb": "u7i-12tb";
448
+ "u7i-6tb": "u7i-6tb";
449
+ "u7i-8tb": "u7i-8tb";
450
+ "u7in-16tb": "u7in-16tb";
451
+ "u7in-24tb": "u7in-24tb";
452
+ "u7in-32tb": "u7in-32tb";
453
+ vt1: "vt1";
454
+ x1: "x1";
455
+ x1e: "x1e";
456
+ x2gd: "x2gd";
457
+ x2idn: "x2idn";
458
+ x2iedn: "x2iedn";
459
+ x2iezn: "x2iezn";
460
+ x4: "x4";
461
+ x8g: "x8g";
462
+ z1d: "z1d";
463
+ z3: "z3";
464
+ }>>>;
465
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
466
+ "africa-south1": "africa-south1";
467
+ "ap-northeast-1": "ap-northeast-1";
468
+ "ap-northeast-2": "ap-northeast-2";
469
+ "ap-northeast-3": "ap-northeast-3";
470
+ "ap-south-1": "ap-south-1";
471
+ "ap-southeast-1": "ap-southeast-1";
472
+ "ap-southeast-2": "ap-southeast-2";
473
+ ash: "ash";
474
+ "asia-east1": "asia-east1";
475
+ "asia-east2": "asia-east2";
476
+ "asia-northeast1": "asia-northeast1";
477
+ "asia-northeast2": "asia-northeast2";
478
+ "asia-northeast3": "asia-northeast3";
479
+ "asia-south1": "asia-south1";
480
+ "asia-south2": "asia-south2";
481
+ "asia-southeast1": "asia-southeast1";
482
+ "asia-southeast2": "asia-southeast2";
483
+ "australia-southeast1": "australia-southeast1";
484
+ "australia-southeast2": "australia-southeast2";
485
+ "ca-central-1": "ca-central-1";
486
+ "eu-central-1": "eu-central-1";
487
+ "eu-central-2": "eu-central-2";
488
+ "eu-north-1": "eu-north-1";
489
+ "eu-west-1": "eu-west-1";
490
+ "eu-west-2": "eu-west-2";
491
+ "eu-west-3": "eu-west-3";
492
+ "europe-central2": "europe-central2";
493
+ "europe-north1": "europe-north1";
494
+ "europe-southwest1": "europe-southwest1";
495
+ "europe-west1": "europe-west1";
496
+ "europe-west10": "europe-west10";
497
+ "europe-west12": "europe-west12";
498
+ "europe-west2": "europe-west2";
499
+ "europe-west3": "europe-west3";
500
+ "europe-west4": "europe-west4";
501
+ "europe-west6": "europe-west6";
502
+ "europe-west8": "europe-west8";
503
+ "europe-west9": "europe-west9";
504
+ fsn1: "fsn1";
505
+ hel1: "hel1";
506
+ hil: "hil";
507
+ "me-central1": "me-central1";
508
+ "me-central2": "me-central2";
509
+ "me-west1": "me-west1";
510
+ nbg1: "nbg1";
511
+ "northamerica-northeast1": "northamerica-northeast1";
512
+ "northamerica-northeast2": "northamerica-northeast2";
513
+ "sa-east-1": "sa-east-1";
514
+ sin: "sin";
515
+ "southamerica-east1": "southamerica-east1";
516
+ "southamerica-west1": "southamerica-west1";
517
+ "us-central1": "us-central1";
518
+ "us-east-1": "us-east-1";
519
+ "us-east-2": "us-east-2";
520
+ "us-east1": "us-east1";
521
+ "us-east4": "us-east4";
522
+ "us-east5": "us-east5";
523
+ "us-south1": "us-south1";
524
+ "us-west-1": "us-west-1";
525
+ "us-west-2": "us-west-2";
526
+ "us-west1": "us-west1";
527
+ "us-west2": "us-west2";
528
+ "us-west3": "us-west3";
529
+ "us-west4": "us-west4";
530
+ }>>>;
531
+ }, z.core.$strip>>;
532
+ scalingProfile: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
533
+ aggressive: "aggressive";
534
+ conservative: "conservative";
535
+ }>>>;
292
536
  id: z.ZodString;
293
537
  }, z.core.$strip>;
294
538
  export declare const zFleet: z.ZodObject<{
295
539
  limits: z.ZodOptional<z.ZodObject<{
296
- cpu: z.ZodNumber;
540
+ cpu: z.ZodOptional<z.ZodInt>;
297
541
  }, z.core.$strip>>;
298
542
  gcp: z.ZodOptional<z.ZodObject<{
299
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
300
- project: z.ZodString;
543
+ enabled: z.ZodBoolean;
544
+ project: z.ZodOptional<z.ZodString>;
301
545
  }, z.core.$strip>>;
302
546
  hetzner: z.ZodOptional<z.ZodObject<{
303
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
304
- apiKey: z.ZodString;
547
+ enabled: z.ZodBoolean;
548
+ apiKey: z.ZodOptional<z.ZodString>;
305
549
  }, z.core.$strip>>;
306
550
  aws: z.ZodOptional<z.ZodObject<{
307
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
308
- controllerRoleArn: z.ZodString;
551
+ enabled: z.ZodBoolean;
552
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
309
553
  }, z.core.$strip>>;
554
+ constraints: z.ZodOptional<z.ZodObject<{
555
+ 'karpenter.sh/capacity-type': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
556
+ "on-demand": "on-demand";
557
+ spot: "spot";
558
+ }>>>>;
559
+ 'kubernetes.io/arch': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
560
+ amd64: "amd64";
561
+ arm64: "arm64";
562
+ }>>>>;
563
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
564
+ p3: "p3";
565
+ cx: "cx";
566
+ h1: "h1";
567
+ h3: "h3";
568
+ a1: "a1";
569
+ a2: "a2";
570
+ a3: "a3";
571
+ a4: "a4";
572
+ c1: "c1";
573
+ c2: "c2";
574
+ c2d: "c2d";
575
+ c3: "c3";
576
+ c3d: "c3d";
577
+ c4: "c4";
578
+ c4a: "c4a";
579
+ c4d: "c4d";
580
+ c5: "c5";
581
+ c5a: "c5a";
582
+ c5ad: "c5ad";
583
+ c5d: "c5d";
584
+ c5n: "c5n";
585
+ c6a: "c6a";
586
+ c6g: "c6g";
587
+ c6gd: "c6gd";
588
+ c6gn: "c6gn";
589
+ c6i: "c6i";
590
+ c6id: "c6id";
591
+ c6in: "c6in";
592
+ c7a: "c7a";
593
+ c7g: "c7g";
594
+ c7gd: "c7gd";
595
+ c7gn: "c7gn";
596
+ c7i: "c7i";
597
+ "c7i-flex": "c7i-flex";
598
+ c8g: "c8g";
599
+ c8gd: "c8gd";
600
+ cax: "cax";
601
+ ccx: "ccx";
602
+ cpx: "cpx";
603
+ d2: "d2";
604
+ d3: "d3";
605
+ d3en: "d3en";
606
+ dl1: "dl1";
607
+ dl2q: "dl2q";
608
+ e2: "e2";
609
+ f1: "f1";
610
+ f2: "f2";
611
+ g1: "g1";
612
+ g2: "g2";
613
+ g4ad: "g4ad";
614
+ g4dn: "g4dn";
615
+ g5: "g5";
616
+ g5g: "g5g";
617
+ g6: "g6";
618
+ g6e: "g6e";
619
+ gr6: "gr6";
620
+ hpc6a: "hpc6a";
621
+ hpc6id: "hpc6id";
622
+ hpc7a: "hpc7a";
623
+ hpc7g: "hpc7g";
624
+ i2: "i2";
625
+ i3: "i3";
626
+ i3en: "i3en";
627
+ i4g: "i4g";
628
+ i4i: "i4i";
629
+ i7i: "i7i";
630
+ i7ie: "i7ie";
631
+ i8g: "i8g";
632
+ im4gn: "im4gn";
633
+ inf1: "inf1";
634
+ inf2: "inf2";
635
+ is4gen: "is4gen";
636
+ m1: "m1";
637
+ m2: "m2";
638
+ m3: "m3";
639
+ m4: "m4";
640
+ m5: "m5";
641
+ m5a: "m5a";
642
+ m5ad: "m5ad";
643
+ m5d: "m5d";
644
+ m5dn: "m5dn";
645
+ m5n: "m5n";
646
+ m5zn: "m5zn";
647
+ m6a: "m6a";
648
+ m6g: "m6g";
649
+ m6gd: "m6gd";
650
+ m6i: "m6i";
651
+ m6id: "m6id";
652
+ m6idn: "m6idn";
653
+ m6in: "m6in";
654
+ m7a: "m7a";
655
+ m7g: "m7g";
656
+ m7gd: "m7gd";
657
+ m7i: "m7i";
658
+ "m7i-flex": "m7i-flex";
659
+ m8g: "m8g";
660
+ m8gd: "m8gd";
661
+ n1: "n1";
662
+ n2: "n2";
663
+ n2d: "n2d";
664
+ n4: "n4";
665
+ p3dn: "p3dn";
666
+ p4d: "p4d";
667
+ p4de: "p4de";
668
+ p5: "p5";
669
+ p5e: "p5e";
670
+ p5en: "p5en";
671
+ "p6-b200": "p6-b200";
672
+ r3: "r3";
673
+ r4: "r4";
674
+ r5: "r5";
675
+ r5a: "r5a";
676
+ r5ad: "r5ad";
677
+ r5b: "r5b";
678
+ r5d: "r5d";
679
+ r5dn: "r5dn";
680
+ r5n: "r5n";
681
+ r6a: "r6a";
682
+ r6g: "r6g";
683
+ r6gd: "r6gd";
684
+ r6i: "r6i";
685
+ r6id: "r6id";
686
+ r6idn: "r6idn";
687
+ r6in: "r6in";
688
+ r7a: "r7a";
689
+ r7g: "r7g";
690
+ r7gd: "r7gd";
691
+ r7i: "r7i";
692
+ r7iz: "r7iz";
693
+ r8g: "r8g";
694
+ r8gd: "r8gd";
695
+ t2: "t2";
696
+ t2a: "t2a";
697
+ t2d: "t2d";
698
+ t3: "t3";
699
+ t3a: "t3a";
700
+ t4g: "t4g";
701
+ trn1: "trn1";
702
+ trn1n: "trn1n";
703
+ "u-3tb1": "u-3tb1";
704
+ "u-6tb1": "u-6tb1";
705
+ "u7i-12tb": "u7i-12tb";
706
+ "u7i-6tb": "u7i-6tb";
707
+ "u7i-8tb": "u7i-8tb";
708
+ "u7in-16tb": "u7in-16tb";
709
+ "u7in-24tb": "u7in-24tb";
710
+ "u7in-32tb": "u7in-32tb";
711
+ vt1: "vt1";
712
+ x1: "x1";
713
+ x1e: "x1e";
714
+ x2gd: "x2gd";
715
+ x2idn: "x2idn";
716
+ x2iedn: "x2iedn";
717
+ x2iezn: "x2iezn";
718
+ x4: "x4";
719
+ x8g: "x8g";
720
+ z1d: "z1d";
721
+ z3: "z3";
722
+ }>>>;
723
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
724
+ "africa-south1": "africa-south1";
725
+ "ap-northeast-1": "ap-northeast-1";
726
+ "ap-northeast-2": "ap-northeast-2";
727
+ "ap-northeast-3": "ap-northeast-3";
728
+ "ap-south-1": "ap-south-1";
729
+ "ap-southeast-1": "ap-southeast-1";
730
+ "ap-southeast-2": "ap-southeast-2";
731
+ ash: "ash";
732
+ "asia-east1": "asia-east1";
733
+ "asia-east2": "asia-east2";
734
+ "asia-northeast1": "asia-northeast1";
735
+ "asia-northeast2": "asia-northeast2";
736
+ "asia-northeast3": "asia-northeast3";
737
+ "asia-south1": "asia-south1";
738
+ "asia-south2": "asia-south2";
739
+ "asia-southeast1": "asia-southeast1";
740
+ "asia-southeast2": "asia-southeast2";
741
+ "australia-southeast1": "australia-southeast1";
742
+ "australia-southeast2": "australia-southeast2";
743
+ "ca-central-1": "ca-central-1";
744
+ "eu-central-1": "eu-central-1";
745
+ "eu-central-2": "eu-central-2";
746
+ "eu-north-1": "eu-north-1";
747
+ "eu-west-1": "eu-west-1";
748
+ "eu-west-2": "eu-west-2";
749
+ "eu-west-3": "eu-west-3";
750
+ "europe-central2": "europe-central2";
751
+ "europe-north1": "europe-north1";
752
+ "europe-southwest1": "europe-southwest1";
753
+ "europe-west1": "europe-west1";
754
+ "europe-west10": "europe-west10";
755
+ "europe-west12": "europe-west12";
756
+ "europe-west2": "europe-west2";
757
+ "europe-west3": "europe-west3";
758
+ "europe-west4": "europe-west4";
759
+ "europe-west6": "europe-west6";
760
+ "europe-west8": "europe-west8";
761
+ "europe-west9": "europe-west9";
762
+ fsn1: "fsn1";
763
+ hel1: "hel1";
764
+ hil: "hil";
765
+ "me-central1": "me-central1";
766
+ "me-central2": "me-central2";
767
+ "me-west1": "me-west1";
768
+ nbg1: "nbg1";
769
+ "northamerica-northeast1": "northamerica-northeast1";
770
+ "northamerica-northeast2": "northamerica-northeast2";
771
+ "sa-east-1": "sa-east-1";
772
+ sin: "sin";
773
+ "southamerica-east1": "southamerica-east1";
774
+ "southamerica-west1": "southamerica-west1";
775
+ "us-central1": "us-central1";
776
+ "us-east-1": "us-east-1";
777
+ "us-east-2": "us-east-2";
778
+ "us-east1": "us-east1";
779
+ "us-east4": "us-east4";
780
+ "us-east5": "us-east5";
781
+ "us-south1": "us-south1";
782
+ "us-west-1": "us-west-1";
783
+ "us-west-2": "us-west-2";
784
+ "us-west1": "us-west1";
785
+ "us-west2": "us-west2";
786
+ "us-west3": "us-west3";
787
+ "us-west4": "us-west4";
788
+ }>>>;
789
+ }, z.core.$strip>>;
790
+ scalingProfile: z.ZodDefault<z.ZodEnum<{
791
+ aggressive: "aggressive";
792
+ conservative: "conservative";
793
+ }>>;
310
794
  id: z.ZodString;
311
795
  }, z.core.$strip>;
312
796
  export declare const zFleetUpdateInput: z.ZodObject<{
313
797
  limits: z.ZodOptional<z.ZodObject<{
314
- cpu: z.ZodNumber;
798
+ cpu: z.ZodOptional<z.ZodInt>;
315
799
  }, z.core.$strip>>;
316
800
  gcp: z.ZodOptional<z.ZodObject<{
317
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
318
- project: z.ZodString;
801
+ enabled: z.ZodBoolean;
802
+ project: z.ZodOptional<z.ZodString>;
319
803
  }, z.core.$strip>>;
320
804
  hetzner: z.ZodOptional<z.ZodObject<{
321
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
322
- apiKey: z.ZodString;
805
+ enabled: z.ZodBoolean;
806
+ apiKey: z.ZodOptional<z.ZodString>;
323
807
  }, z.core.$strip>>;
324
808
  aws: z.ZodOptional<z.ZodObject<{
325
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
326
- controllerRoleArn: z.ZodString;
809
+ enabled: z.ZodBoolean;
810
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
327
811
  }, z.core.$strip>>;
812
+ constraints: z.ZodOptional<z.ZodObject<{
813
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
814
+ "on-demand": "on-demand";
815
+ spot: "spot";
816
+ }>>>;
817
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
818
+ amd64: "amd64";
819
+ arm64: "arm64";
820
+ }>>>;
821
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
822
+ p3: "p3";
823
+ cx: "cx";
824
+ h1: "h1";
825
+ h3: "h3";
826
+ a1: "a1";
827
+ a2: "a2";
828
+ a3: "a3";
829
+ a4: "a4";
830
+ c1: "c1";
831
+ c2: "c2";
832
+ c2d: "c2d";
833
+ c3: "c3";
834
+ c3d: "c3d";
835
+ c4: "c4";
836
+ c4a: "c4a";
837
+ c4d: "c4d";
838
+ c5: "c5";
839
+ c5a: "c5a";
840
+ c5ad: "c5ad";
841
+ c5d: "c5d";
842
+ c5n: "c5n";
843
+ c6a: "c6a";
844
+ c6g: "c6g";
845
+ c6gd: "c6gd";
846
+ c6gn: "c6gn";
847
+ c6i: "c6i";
848
+ c6id: "c6id";
849
+ c6in: "c6in";
850
+ c7a: "c7a";
851
+ c7g: "c7g";
852
+ c7gd: "c7gd";
853
+ c7gn: "c7gn";
854
+ c7i: "c7i";
855
+ "c7i-flex": "c7i-flex";
856
+ c8g: "c8g";
857
+ c8gd: "c8gd";
858
+ cax: "cax";
859
+ ccx: "ccx";
860
+ cpx: "cpx";
861
+ d2: "d2";
862
+ d3: "d3";
863
+ d3en: "d3en";
864
+ dl1: "dl1";
865
+ dl2q: "dl2q";
866
+ e2: "e2";
867
+ f1: "f1";
868
+ f2: "f2";
869
+ g1: "g1";
870
+ g2: "g2";
871
+ g4ad: "g4ad";
872
+ g4dn: "g4dn";
873
+ g5: "g5";
874
+ g5g: "g5g";
875
+ g6: "g6";
876
+ g6e: "g6e";
877
+ gr6: "gr6";
878
+ hpc6a: "hpc6a";
879
+ hpc6id: "hpc6id";
880
+ hpc7a: "hpc7a";
881
+ hpc7g: "hpc7g";
882
+ i2: "i2";
883
+ i3: "i3";
884
+ i3en: "i3en";
885
+ i4g: "i4g";
886
+ i4i: "i4i";
887
+ i7i: "i7i";
888
+ i7ie: "i7ie";
889
+ i8g: "i8g";
890
+ im4gn: "im4gn";
891
+ inf1: "inf1";
892
+ inf2: "inf2";
893
+ is4gen: "is4gen";
894
+ m1: "m1";
895
+ m2: "m2";
896
+ m3: "m3";
897
+ m4: "m4";
898
+ m5: "m5";
899
+ m5a: "m5a";
900
+ m5ad: "m5ad";
901
+ m5d: "m5d";
902
+ m5dn: "m5dn";
903
+ m5n: "m5n";
904
+ m5zn: "m5zn";
905
+ m6a: "m6a";
906
+ m6g: "m6g";
907
+ m6gd: "m6gd";
908
+ m6i: "m6i";
909
+ m6id: "m6id";
910
+ m6idn: "m6idn";
911
+ m6in: "m6in";
912
+ m7a: "m7a";
913
+ m7g: "m7g";
914
+ m7gd: "m7gd";
915
+ m7i: "m7i";
916
+ "m7i-flex": "m7i-flex";
917
+ m8g: "m8g";
918
+ m8gd: "m8gd";
919
+ n1: "n1";
920
+ n2: "n2";
921
+ n2d: "n2d";
922
+ n4: "n4";
923
+ p3dn: "p3dn";
924
+ p4d: "p4d";
925
+ p4de: "p4de";
926
+ p5: "p5";
927
+ p5e: "p5e";
928
+ p5en: "p5en";
929
+ "p6-b200": "p6-b200";
930
+ r3: "r3";
931
+ r4: "r4";
932
+ r5: "r5";
933
+ r5a: "r5a";
934
+ r5ad: "r5ad";
935
+ r5b: "r5b";
936
+ r5d: "r5d";
937
+ r5dn: "r5dn";
938
+ r5n: "r5n";
939
+ r6a: "r6a";
940
+ r6g: "r6g";
941
+ r6gd: "r6gd";
942
+ r6i: "r6i";
943
+ r6id: "r6id";
944
+ r6idn: "r6idn";
945
+ r6in: "r6in";
946
+ r7a: "r7a";
947
+ r7g: "r7g";
948
+ r7gd: "r7gd";
949
+ r7i: "r7i";
950
+ r7iz: "r7iz";
951
+ r8g: "r8g";
952
+ r8gd: "r8gd";
953
+ t2: "t2";
954
+ t2a: "t2a";
955
+ t2d: "t2d";
956
+ t3: "t3";
957
+ t3a: "t3a";
958
+ t4g: "t4g";
959
+ trn1: "trn1";
960
+ trn1n: "trn1n";
961
+ "u-3tb1": "u-3tb1";
962
+ "u-6tb1": "u-6tb1";
963
+ "u7i-12tb": "u7i-12tb";
964
+ "u7i-6tb": "u7i-6tb";
965
+ "u7i-8tb": "u7i-8tb";
966
+ "u7in-16tb": "u7in-16tb";
967
+ "u7in-24tb": "u7in-24tb";
968
+ "u7in-32tb": "u7in-32tb";
969
+ vt1: "vt1";
970
+ x1: "x1";
971
+ x1e: "x1e";
972
+ x2gd: "x2gd";
973
+ x2idn: "x2idn";
974
+ x2iedn: "x2iedn";
975
+ x2iezn: "x2iezn";
976
+ x4: "x4";
977
+ x8g: "x8g";
978
+ z1d: "z1d";
979
+ z3: "z3";
980
+ }>>>;
981
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
982
+ "africa-south1": "africa-south1";
983
+ "ap-northeast-1": "ap-northeast-1";
984
+ "ap-northeast-2": "ap-northeast-2";
985
+ "ap-northeast-3": "ap-northeast-3";
986
+ "ap-south-1": "ap-south-1";
987
+ "ap-southeast-1": "ap-southeast-1";
988
+ "ap-southeast-2": "ap-southeast-2";
989
+ ash: "ash";
990
+ "asia-east1": "asia-east1";
991
+ "asia-east2": "asia-east2";
992
+ "asia-northeast1": "asia-northeast1";
993
+ "asia-northeast2": "asia-northeast2";
994
+ "asia-northeast3": "asia-northeast3";
995
+ "asia-south1": "asia-south1";
996
+ "asia-south2": "asia-south2";
997
+ "asia-southeast1": "asia-southeast1";
998
+ "asia-southeast2": "asia-southeast2";
999
+ "australia-southeast1": "australia-southeast1";
1000
+ "australia-southeast2": "australia-southeast2";
1001
+ "ca-central-1": "ca-central-1";
1002
+ "eu-central-1": "eu-central-1";
1003
+ "eu-central-2": "eu-central-2";
1004
+ "eu-north-1": "eu-north-1";
1005
+ "eu-west-1": "eu-west-1";
1006
+ "eu-west-2": "eu-west-2";
1007
+ "eu-west-3": "eu-west-3";
1008
+ "europe-central2": "europe-central2";
1009
+ "europe-north1": "europe-north1";
1010
+ "europe-southwest1": "europe-southwest1";
1011
+ "europe-west1": "europe-west1";
1012
+ "europe-west10": "europe-west10";
1013
+ "europe-west12": "europe-west12";
1014
+ "europe-west2": "europe-west2";
1015
+ "europe-west3": "europe-west3";
1016
+ "europe-west4": "europe-west4";
1017
+ "europe-west6": "europe-west6";
1018
+ "europe-west8": "europe-west8";
1019
+ "europe-west9": "europe-west9";
1020
+ fsn1: "fsn1";
1021
+ hel1: "hel1";
1022
+ hil: "hil";
1023
+ "me-central1": "me-central1";
1024
+ "me-central2": "me-central2";
1025
+ "me-west1": "me-west1";
1026
+ nbg1: "nbg1";
1027
+ "northamerica-northeast1": "northamerica-northeast1";
1028
+ "northamerica-northeast2": "northamerica-northeast2";
1029
+ "sa-east-1": "sa-east-1";
1030
+ sin: "sin";
1031
+ "southamerica-east1": "southamerica-east1";
1032
+ "southamerica-west1": "southamerica-west1";
1033
+ "us-central1": "us-central1";
1034
+ "us-east-1": "us-east-1";
1035
+ "us-east-2": "us-east-2";
1036
+ "us-east1": "us-east1";
1037
+ "us-east4": "us-east4";
1038
+ "us-east5": "us-east5";
1039
+ "us-south1": "us-south1";
1040
+ "us-west-1": "us-west-1";
1041
+ "us-west-2": "us-west-2";
1042
+ "us-west1": "us-west1";
1043
+ "us-west2": "us-west2";
1044
+ "us-west3": "us-west3";
1045
+ "us-west4": "us-west4";
1046
+ }>>>;
1047
+ }, z.core.$strip>>;
1048
+ scalingProfile: z.ZodEnum<{
1049
+ aggressive: "aggressive";
1050
+ conservative: "conservative";
1051
+ }>;
328
1052
  }, z.core.$strip>;
329
1053
  export declare const zInvite: z.ZodObject<{
330
1054
  id: z.ZodOptional<z.ZodString>;
@@ -371,6 +1095,10 @@ export declare const zMarketplaceListing: z.ZodObject<{
371
1095
  }, z.core.$strip>>;
372
1096
  }, z.core.$strip>;
373
1097
  export declare const zOrganizationCreateInput: z.ZodObject<{
1098
+ type: z.ZodEnum<{
1099
+ business: "business";
1100
+ personal: "personal";
1101
+ }>;
374
1102
  email: z.ZodEmail;
375
1103
  first_name: z.ZodString;
376
1104
  last_name: z.ZodString;
@@ -380,6 +1108,10 @@ export declare const zOrganizationCreateInput: z.ZodObject<{
380
1108
  export declare const zOrganization: z.ZodObject<{
381
1109
  id: z.ZodUUID;
382
1110
  name: z.ZodOptional<z.ZodString>;
1111
+ type: z.ZodEnum<{
1112
+ business: "business";
1113
+ personal: "personal";
1114
+ }>;
383
1115
  date_created: z.ZodISODateTime;
384
1116
  quota: z.ZodObject<{
385
1117
  basic_clusters_max: z.ZodInt;
@@ -400,6 +1132,11 @@ export declare const zOrganization: z.ZodObject<{
400
1132
  closed: "closed";
401
1133
  suspended: "suspended";
402
1134
  }>;
1135
+ verification: z.ZodEnum<{
1136
+ none: "none";
1137
+ submitted: "submitted";
1138
+ verified: "verified";
1139
+ }>;
403
1140
  }, z.core.$strip>;
404
1141
  export declare const zPaymentMethod: z.ZodObject<{
405
1142
  id: z.ZodUUID;
@@ -753,6 +1490,10 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
753
1490
  * Returns a single object containing organization contact and billing address details.
754
1491
  */
755
1492
  export declare const zGetContactResponse: z.ZodObject<{
1493
+ type: z.ZodEnum<{
1494
+ business: "business";
1495
+ personal: "personal";
1496
+ }>;
756
1497
  company: z.ZodOptional<z.ZodString>;
757
1498
  address1: z.ZodOptional<z.ZodString>;
758
1499
  address2: z.ZodOptional<z.ZodString>;
@@ -896,6 +1637,10 @@ export declare const zGetContactResponse: z.ZodObject<{
896
1637
  }>>;
897
1638
  }, z.core.$strip>;
898
1639
  export declare const zUpdateContactBody: z.ZodObject<{
1640
+ type: z.ZodEnum<{
1641
+ business: "business";
1642
+ personal: "personal";
1643
+ }>;
899
1644
  company: z.ZodOptional<z.ZodString>;
900
1645
  address1: z.ZodOptional<z.ZodString>;
901
1646
  address2: z.ZodOptional<z.ZodString>;
@@ -1042,6 +1787,10 @@ export declare const zUpdateContactBody: z.ZodObject<{
1042
1787
  * Successfully updated. Returns updated organization details.
1043
1788
  */
1044
1789
  export declare const zUpdateContactResponse: z.ZodObject<{
1790
+ type: z.ZodEnum<{
1791
+ business: "business";
1792
+ personal: "personal";
1793
+ }>;
1045
1794
  company: z.ZodOptional<z.ZodString>;
1046
1795
  address1: z.ZodOptional<z.ZodString>;
1047
1796
  address2: z.ZodOptional<z.ZodString>;
@@ -1312,38 +2061,518 @@ export declare const zListFleetsPath: z.ZodObject<{
1312
2061
  */
1313
2062
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1314
2063
  limits: z.ZodOptional<z.ZodObject<{
1315
- cpu: z.ZodNumber;
2064
+ cpu: z.ZodOptional<z.ZodInt>;
1316
2065
  }, z.core.$strip>>;
1317
2066
  gcp: z.ZodOptional<z.ZodObject<{
1318
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1319
- project: z.ZodString;
2067
+ enabled: z.ZodBoolean;
2068
+ project: z.ZodOptional<z.ZodString>;
1320
2069
  }, z.core.$strip>>;
1321
2070
  hetzner: z.ZodOptional<z.ZodObject<{
1322
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1323
- apiKey: z.ZodString;
2071
+ enabled: z.ZodBoolean;
2072
+ apiKey: z.ZodOptional<z.ZodString>;
1324
2073
  }, z.core.$strip>>;
1325
2074
  aws: z.ZodOptional<z.ZodObject<{
1326
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1327
- controllerRoleArn: z.ZodString;
2075
+ enabled: z.ZodBoolean;
2076
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
2077
+ }, z.core.$strip>>;
2078
+ constraints: z.ZodOptional<z.ZodObject<{
2079
+ 'karpenter.sh/capacity-type': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
2080
+ "on-demand": "on-demand";
2081
+ spot: "spot";
2082
+ }>>>>;
2083
+ 'kubernetes.io/arch': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
2084
+ amd64: "amd64";
2085
+ arm64: "arm64";
2086
+ }>>>>;
2087
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2088
+ p3: "p3";
2089
+ cx: "cx";
2090
+ h1: "h1";
2091
+ h3: "h3";
2092
+ a1: "a1";
2093
+ a2: "a2";
2094
+ a3: "a3";
2095
+ a4: "a4";
2096
+ c1: "c1";
2097
+ c2: "c2";
2098
+ c2d: "c2d";
2099
+ c3: "c3";
2100
+ c3d: "c3d";
2101
+ c4: "c4";
2102
+ c4a: "c4a";
2103
+ c4d: "c4d";
2104
+ c5: "c5";
2105
+ c5a: "c5a";
2106
+ c5ad: "c5ad";
2107
+ c5d: "c5d";
2108
+ c5n: "c5n";
2109
+ c6a: "c6a";
2110
+ c6g: "c6g";
2111
+ c6gd: "c6gd";
2112
+ c6gn: "c6gn";
2113
+ c6i: "c6i";
2114
+ c6id: "c6id";
2115
+ c6in: "c6in";
2116
+ c7a: "c7a";
2117
+ c7g: "c7g";
2118
+ c7gd: "c7gd";
2119
+ c7gn: "c7gn";
2120
+ c7i: "c7i";
2121
+ "c7i-flex": "c7i-flex";
2122
+ c8g: "c8g";
2123
+ c8gd: "c8gd";
2124
+ cax: "cax";
2125
+ ccx: "ccx";
2126
+ cpx: "cpx";
2127
+ d2: "d2";
2128
+ d3: "d3";
2129
+ d3en: "d3en";
2130
+ dl1: "dl1";
2131
+ dl2q: "dl2q";
2132
+ e2: "e2";
2133
+ f1: "f1";
2134
+ f2: "f2";
2135
+ g1: "g1";
2136
+ g2: "g2";
2137
+ g4ad: "g4ad";
2138
+ g4dn: "g4dn";
2139
+ g5: "g5";
2140
+ g5g: "g5g";
2141
+ g6: "g6";
2142
+ g6e: "g6e";
2143
+ gr6: "gr6";
2144
+ hpc6a: "hpc6a";
2145
+ hpc6id: "hpc6id";
2146
+ hpc7a: "hpc7a";
2147
+ hpc7g: "hpc7g";
2148
+ i2: "i2";
2149
+ i3: "i3";
2150
+ i3en: "i3en";
2151
+ i4g: "i4g";
2152
+ i4i: "i4i";
2153
+ i7i: "i7i";
2154
+ i7ie: "i7ie";
2155
+ i8g: "i8g";
2156
+ im4gn: "im4gn";
2157
+ inf1: "inf1";
2158
+ inf2: "inf2";
2159
+ is4gen: "is4gen";
2160
+ m1: "m1";
2161
+ m2: "m2";
2162
+ m3: "m3";
2163
+ m4: "m4";
2164
+ m5: "m5";
2165
+ m5a: "m5a";
2166
+ m5ad: "m5ad";
2167
+ m5d: "m5d";
2168
+ m5dn: "m5dn";
2169
+ m5n: "m5n";
2170
+ m5zn: "m5zn";
2171
+ m6a: "m6a";
2172
+ m6g: "m6g";
2173
+ m6gd: "m6gd";
2174
+ m6i: "m6i";
2175
+ m6id: "m6id";
2176
+ m6idn: "m6idn";
2177
+ m6in: "m6in";
2178
+ m7a: "m7a";
2179
+ m7g: "m7g";
2180
+ m7gd: "m7gd";
2181
+ m7i: "m7i";
2182
+ "m7i-flex": "m7i-flex";
2183
+ m8g: "m8g";
2184
+ m8gd: "m8gd";
2185
+ n1: "n1";
2186
+ n2: "n2";
2187
+ n2d: "n2d";
2188
+ n4: "n4";
2189
+ p3dn: "p3dn";
2190
+ p4d: "p4d";
2191
+ p4de: "p4de";
2192
+ p5: "p5";
2193
+ p5e: "p5e";
2194
+ p5en: "p5en";
2195
+ "p6-b200": "p6-b200";
2196
+ r3: "r3";
2197
+ r4: "r4";
2198
+ r5: "r5";
2199
+ r5a: "r5a";
2200
+ r5ad: "r5ad";
2201
+ r5b: "r5b";
2202
+ r5d: "r5d";
2203
+ r5dn: "r5dn";
2204
+ r5n: "r5n";
2205
+ r6a: "r6a";
2206
+ r6g: "r6g";
2207
+ r6gd: "r6gd";
2208
+ r6i: "r6i";
2209
+ r6id: "r6id";
2210
+ r6idn: "r6idn";
2211
+ r6in: "r6in";
2212
+ r7a: "r7a";
2213
+ r7g: "r7g";
2214
+ r7gd: "r7gd";
2215
+ r7i: "r7i";
2216
+ r7iz: "r7iz";
2217
+ r8g: "r8g";
2218
+ r8gd: "r8gd";
2219
+ t2: "t2";
2220
+ t2a: "t2a";
2221
+ t2d: "t2d";
2222
+ t3: "t3";
2223
+ t3a: "t3a";
2224
+ t4g: "t4g";
2225
+ trn1: "trn1";
2226
+ trn1n: "trn1n";
2227
+ "u-3tb1": "u-3tb1";
2228
+ "u-6tb1": "u-6tb1";
2229
+ "u7i-12tb": "u7i-12tb";
2230
+ "u7i-6tb": "u7i-6tb";
2231
+ "u7i-8tb": "u7i-8tb";
2232
+ "u7in-16tb": "u7in-16tb";
2233
+ "u7in-24tb": "u7in-24tb";
2234
+ "u7in-32tb": "u7in-32tb";
2235
+ vt1: "vt1";
2236
+ x1: "x1";
2237
+ x1e: "x1e";
2238
+ x2gd: "x2gd";
2239
+ x2idn: "x2idn";
2240
+ x2iedn: "x2iedn";
2241
+ x2iezn: "x2iezn";
2242
+ x4: "x4";
2243
+ x8g: "x8g";
2244
+ z1d: "z1d";
2245
+ z3: "z3";
2246
+ }>>>;
2247
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2248
+ "africa-south1": "africa-south1";
2249
+ "ap-northeast-1": "ap-northeast-1";
2250
+ "ap-northeast-2": "ap-northeast-2";
2251
+ "ap-northeast-3": "ap-northeast-3";
2252
+ "ap-south-1": "ap-south-1";
2253
+ "ap-southeast-1": "ap-southeast-1";
2254
+ "ap-southeast-2": "ap-southeast-2";
2255
+ ash: "ash";
2256
+ "asia-east1": "asia-east1";
2257
+ "asia-east2": "asia-east2";
2258
+ "asia-northeast1": "asia-northeast1";
2259
+ "asia-northeast2": "asia-northeast2";
2260
+ "asia-northeast3": "asia-northeast3";
2261
+ "asia-south1": "asia-south1";
2262
+ "asia-south2": "asia-south2";
2263
+ "asia-southeast1": "asia-southeast1";
2264
+ "asia-southeast2": "asia-southeast2";
2265
+ "australia-southeast1": "australia-southeast1";
2266
+ "australia-southeast2": "australia-southeast2";
2267
+ "ca-central-1": "ca-central-1";
2268
+ "eu-central-1": "eu-central-1";
2269
+ "eu-central-2": "eu-central-2";
2270
+ "eu-north-1": "eu-north-1";
2271
+ "eu-west-1": "eu-west-1";
2272
+ "eu-west-2": "eu-west-2";
2273
+ "eu-west-3": "eu-west-3";
2274
+ "europe-central2": "europe-central2";
2275
+ "europe-north1": "europe-north1";
2276
+ "europe-southwest1": "europe-southwest1";
2277
+ "europe-west1": "europe-west1";
2278
+ "europe-west10": "europe-west10";
2279
+ "europe-west12": "europe-west12";
2280
+ "europe-west2": "europe-west2";
2281
+ "europe-west3": "europe-west3";
2282
+ "europe-west4": "europe-west4";
2283
+ "europe-west6": "europe-west6";
2284
+ "europe-west8": "europe-west8";
2285
+ "europe-west9": "europe-west9";
2286
+ fsn1: "fsn1";
2287
+ hel1: "hel1";
2288
+ hil: "hil";
2289
+ "me-central1": "me-central1";
2290
+ "me-central2": "me-central2";
2291
+ "me-west1": "me-west1";
2292
+ nbg1: "nbg1";
2293
+ "northamerica-northeast1": "northamerica-northeast1";
2294
+ "northamerica-northeast2": "northamerica-northeast2";
2295
+ "sa-east-1": "sa-east-1";
2296
+ sin: "sin";
2297
+ "southamerica-east1": "southamerica-east1";
2298
+ "southamerica-west1": "southamerica-west1";
2299
+ "us-central1": "us-central1";
2300
+ "us-east-1": "us-east-1";
2301
+ "us-east-2": "us-east-2";
2302
+ "us-east1": "us-east1";
2303
+ "us-east4": "us-east4";
2304
+ "us-east5": "us-east5";
2305
+ "us-south1": "us-south1";
2306
+ "us-west-1": "us-west-1";
2307
+ "us-west-2": "us-west-2";
2308
+ "us-west1": "us-west1";
2309
+ "us-west2": "us-west2";
2310
+ "us-west3": "us-west3";
2311
+ "us-west4": "us-west4";
2312
+ }>>>;
1328
2313
  }, z.core.$strip>>;
2314
+ scalingProfile: z.ZodDefault<z.ZodEnum<{
2315
+ aggressive: "aggressive";
2316
+ conservative: "conservative";
2317
+ }>>;
1329
2318
  id: z.ZodString;
1330
2319
  }, z.core.$strip>>;
1331
2320
  export declare const zCreateFleetBody: z.ZodObject<{
1332
2321
  limits: z.ZodOptional<z.ZodObject<{
1333
- cpu: z.ZodNumber;
2322
+ cpu: z.ZodOptional<z.ZodInt>;
1334
2323
  }, z.core.$strip>>;
1335
2324
  gcp: z.ZodOptional<z.ZodObject<{
1336
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1337
- project: z.ZodString;
2325
+ enabled: z.ZodBoolean;
2326
+ project: z.ZodOptional<z.ZodString>;
1338
2327
  }, z.core.$strip>>;
1339
2328
  hetzner: z.ZodOptional<z.ZodObject<{
1340
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1341
- apiKey: z.ZodString;
2329
+ enabled: z.ZodBoolean;
2330
+ apiKey: z.ZodOptional<z.ZodString>;
1342
2331
  }, z.core.$strip>>;
1343
2332
  aws: z.ZodOptional<z.ZodObject<{
1344
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1345
- controllerRoleArn: z.ZodString;
2333
+ enabled: z.ZodBoolean;
2334
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
2335
+ }, z.core.$strip>>;
2336
+ constraints: z.ZodOptional<z.ZodObject<{
2337
+ 'karpenter.sh/capacity-type': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
2338
+ "on-demand": "on-demand";
2339
+ spot: "spot";
2340
+ }>>>>;
2341
+ 'kubernetes.io/arch': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
2342
+ amd64: "amd64";
2343
+ arm64: "arm64";
2344
+ }>>>>;
2345
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2346
+ p3: "p3";
2347
+ cx: "cx";
2348
+ h1: "h1";
2349
+ h3: "h3";
2350
+ a1: "a1";
2351
+ a2: "a2";
2352
+ a3: "a3";
2353
+ a4: "a4";
2354
+ c1: "c1";
2355
+ c2: "c2";
2356
+ c2d: "c2d";
2357
+ c3: "c3";
2358
+ c3d: "c3d";
2359
+ c4: "c4";
2360
+ c4a: "c4a";
2361
+ c4d: "c4d";
2362
+ c5: "c5";
2363
+ c5a: "c5a";
2364
+ c5ad: "c5ad";
2365
+ c5d: "c5d";
2366
+ c5n: "c5n";
2367
+ c6a: "c6a";
2368
+ c6g: "c6g";
2369
+ c6gd: "c6gd";
2370
+ c6gn: "c6gn";
2371
+ c6i: "c6i";
2372
+ c6id: "c6id";
2373
+ c6in: "c6in";
2374
+ c7a: "c7a";
2375
+ c7g: "c7g";
2376
+ c7gd: "c7gd";
2377
+ c7gn: "c7gn";
2378
+ c7i: "c7i";
2379
+ "c7i-flex": "c7i-flex";
2380
+ c8g: "c8g";
2381
+ c8gd: "c8gd";
2382
+ cax: "cax";
2383
+ ccx: "ccx";
2384
+ cpx: "cpx";
2385
+ d2: "d2";
2386
+ d3: "d3";
2387
+ d3en: "d3en";
2388
+ dl1: "dl1";
2389
+ dl2q: "dl2q";
2390
+ e2: "e2";
2391
+ f1: "f1";
2392
+ f2: "f2";
2393
+ g1: "g1";
2394
+ g2: "g2";
2395
+ g4ad: "g4ad";
2396
+ g4dn: "g4dn";
2397
+ g5: "g5";
2398
+ g5g: "g5g";
2399
+ g6: "g6";
2400
+ g6e: "g6e";
2401
+ gr6: "gr6";
2402
+ hpc6a: "hpc6a";
2403
+ hpc6id: "hpc6id";
2404
+ hpc7a: "hpc7a";
2405
+ hpc7g: "hpc7g";
2406
+ i2: "i2";
2407
+ i3: "i3";
2408
+ i3en: "i3en";
2409
+ i4g: "i4g";
2410
+ i4i: "i4i";
2411
+ i7i: "i7i";
2412
+ i7ie: "i7ie";
2413
+ i8g: "i8g";
2414
+ im4gn: "im4gn";
2415
+ inf1: "inf1";
2416
+ inf2: "inf2";
2417
+ is4gen: "is4gen";
2418
+ m1: "m1";
2419
+ m2: "m2";
2420
+ m3: "m3";
2421
+ m4: "m4";
2422
+ m5: "m5";
2423
+ m5a: "m5a";
2424
+ m5ad: "m5ad";
2425
+ m5d: "m5d";
2426
+ m5dn: "m5dn";
2427
+ m5n: "m5n";
2428
+ m5zn: "m5zn";
2429
+ m6a: "m6a";
2430
+ m6g: "m6g";
2431
+ m6gd: "m6gd";
2432
+ m6i: "m6i";
2433
+ m6id: "m6id";
2434
+ m6idn: "m6idn";
2435
+ m6in: "m6in";
2436
+ m7a: "m7a";
2437
+ m7g: "m7g";
2438
+ m7gd: "m7gd";
2439
+ m7i: "m7i";
2440
+ "m7i-flex": "m7i-flex";
2441
+ m8g: "m8g";
2442
+ m8gd: "m8gd";
2443
+ n1: "n1";
2444
+ n2: "n2";
2445
+ n2d: "n2d";
2446
+ n4: "n4";
2447
+ p3dn: "p3dn";
2448
+ p4d: "p4d";
2449
+ p4de: "p4de";
2450
+ p5: "p5";
2451
+ p5e: "p5e";
2452
+ p5en: "p5en";
2453
+ "p6-b200": "p6-b200";
2454
+ r3: "r3";
2455
+ r4: "r4";
2456
+ r5: "r5";
2457
+ r5a: "r5a";
2458
+ r5ad: "r5ad";
2459
+ r5b: "r5b";
2460
+ r5d: "r5d";
2461
+ r5dn: "r5dn";
2462
+ r5n: "r5n";
2463
+ r6a: "r6a";
2464
+ r6g: "r6g";
2465
+ r6gd: "r6gd";
2466
+ r6i: "r6i";
2467
+ r6id: "r6id";
2468
+ r6idn: "r6idn";
2469
+ r6in: "r6in";
2470
+ r7a: "r7a";
2471
+ r7g: "r7g";
2472
+ r7gd: "r7gd";
2473
+ r7i: "r7i";
2474
+ r7iz: "r7iz";
2475
+ r8g: "r8g";
2476
+ r8gd: "r8gd";
2477
+ t2: "t2";
2478
+ t2a: "t2a";
2479
+ t2d: "t2d";
2480
+ t3: "t3";
2481
+ t3a: "t3a";
2482
+ t4g: "t4g";
2483
+ trn1: "trn1";
2484
+ trn1n: "trn1n";
2485
+ "u-3tb1": "u-3tb1";
2486
+ "u-6tb1": "u-6tb1";
2487
+ "u7i-12tb": "u7i-12tb";
2488
+ "u7i-6tb": "u7i-6tb";
2489
+ "u7i-8tb": "u7i-8tb";
2490
+ "u7in-16tb": "u7in-16tb";
2491
+ "u7in-24tb": "u7in-24tb";
2492
+ "u7in-32tb": "u7in-32tb";
2493
+ vt1: "vt1";
2494
+ x1: "x1";
2495
+ x1e: "x1e";
2496
+ x2gd: "x2gd";
2497
+ x2idn: "x2idn";
2498
+ x2iedn: "x2iedn";
2499
+ x2iezn: "x2iezn";
2500
+ x4: "x4";
2501
+ x8g: "x8g";
2502
+ z1d: "z1d";
2503
+ z3: "z3";
2504
+ }>>>;
2505
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2506
+ "africa-south1": "africa-south1";
2507
+ "ap-northeast-1": "ap-northeast-1";
2508
+ "ap-northeast-2": "ap-northeast-2";
2509
+ "ap-northeast-3": "ap-northeast-3";
2510
+ "ap-south-1": "ap-south-1";
2511
+ "ap-southeast-1": "ap-southeast-1";
2512
+ "ap-southeast-2": "ap-southeast-2";
2513
+ ash: "ash";
2514
+ "asia-east1": "asia-east1";
2515
+ "asia-east2": "asia-east2";
2516
+ "asia-northeast1": "asia-northeast1";
2517
+ "asia-northeast2": "asia-northeast2";
2518
+ "asia-northeast3": "asia-northeast3";
2519
+ "asia-south1": "asia-south1";
2520
+ "asia-south2": "asia-south2";
2521
+ "asia-southeast1": "asia-southeast1";
2522
+ "asia-southeast2": "asia-southeast2";
2523
+ "australia-southeast1": "australia-southeast1";
2524
+ "australia-southeast2": "australia-southeast2";
2525
+ "ca-central-1": "ca-central-1";
2526
+ "eu-central-1": "eu-central-1";
2527
+ "eu-central-2": "eu-central-2";
2528
+ "eu-north-1": "eu-north-1";
2529
+ "eu-west-1": "eu-west-1";
2530
+ "eu-west-2": "eu-west-2";
2531
+ "eu-west-3": "eu-west-3";
2532
+ "europe-central2": "europe-central2";
2533
+ "europe-north1": "europe-north1";
2534
+ "europe-southwest1": "europe-southwest1";
2535
+ "europe-west1": "europe-west1";
2536
+ "europe-west10": "europe-west10";
2537
+ "europe-west12": "europe-west12";
2538
+ "europe-west2": "europe-west2";
2539
+ "europe-west3": "europe-west3";
2540
+ "europe-west4": "europe-west4";
2541
+ "europe-west6": "europe-west6";
2542
+ "europe-west8": "europe-west8";
2543
+ "europe-west9": "europe-west9";
2544
+ fsn1: "fsn1";
2545
+ hel1: "hel1";
2546
+ hil: "hil";
2547
+ "me-central1": "me-central1";
2548
+ "me-central2": "me-central2";
2549
+ "me-west1": "me-west1";
2550
+ nbg1: "nbg1";
2551
+ "northamerica-northeast1": "northamerica-northeast1";
2552
+ "northamerica-northeast2": "northamerica-northeast2";
2553
+ "sa-east-1": "sa-east-1";
2554
+ sin: "sin";
2555
+ "southamerica-east1": "southamerica-east1";
2556
+ "southamerica-west1": "southamerica-west1";
2557
+ "us-central1": "us-central1";
2558
+ "us-east-1": "us-east-1";
2559
+ "us-east-2": "us-east-2";
2560
+ "us-east1": "us-east1";
2561
+ "us-east4": "us-east4";
2562
+ "us-east5": "us-east5";
2563
+ "us-south1": "us-south1";
2564
+ "us-west-1": "us-west-1";
2565
+ "us-west-2": "us-west-2";
2566
+ "us-west1": "us-west1";
2567
+ "us-west2": "us-west2";
2568
+ "us-west3": "us-west3";
2569
+ "us-west4": "us-west4";
2570
+ }>>>;
1346
2571
  }, z.core.$strip>>;
2572
+ scalingProfile: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
2573
+ aggressive: "aggressive";
2574
+ conservative: "conservative";
2575
+ }>>>;
1347
2576
  id: z.ZodString;
1348
2577
  }, z.core.$strip>;
1349
2578
  export declare const zCreateFleetPath: z.ZodObject<{
@@ -1370,38 +2599,518 @@ export declare const zGetFleetPath: z.ZodObject<{
1370
2599
  */
1371
2600
  export declare const zGetFleetResponse: z.ZodObject<{
1372
2601
  limits: z.ZodOptional<z.ZodObject<{
1373
- cpu: z.ZodNumber;
2602
+ cpu: z.ZodOptional<z.ZodInt>;
1374
2603
  }, z.core.$strip>>;
1375
2604
  gcp: z.ZodOptional<z.ZodObject<{
1376
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1377
- project: z.ZodString;
2605
+ enabled: z.ZodBoolean;
2606
+ project: z.ZodOptional<z.ZodString>;
1378
2607
  }, z.core.$strip>>;
1379
2608
  hetzner: z.ZodOptional<z.ZodObject<{
1380
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1381
- apiKey: z.ZodString;
2609
+ enabled: z.ZodBoolean;
2610
+ apiKey: z.ZodOptional<z.ZodString>;
1382
2611
  }, z.core.$strip>>;
1383
2612
  aws: z.ZodOptional<z.ZodObject<{
1384
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1385
- controllerRoleArn: z.ZodString;
2613
+ enabled: z.ZodBoolean;
2614
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
2615
+ }, z.core.$strip>>;
2616
+ constraints: z.ZodOptional<z.ZodObject<{
2617
+ 'karpenter.sh/capacity-type': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
2618
+ "on-demand": "on-demand";
2619
+ spot: "spot";
2620
+ }>>>>;
2621
+ 'kubernetes.io/arch': z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
2622
+ amd64: "amd64";
2623
+ arm64: "arm64";
2624
+ }>>>>;
2625
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2626
+ p3: "p3";
2627
+ cx: "cx";
2628
+ h1: "h1";
2629
+ h3: "h3";
2630
+ a1: "a1";
2631
+ a2: "a2";
2632
+ a3: "a3";
2633
+ a4: "a4";
2634
+ c1: "c1";
2635
+ c2: "c2";
2636
+ c2d: "c2d";
2637
+ c3: "c3";
2638
+ c3d: "c3d";
2639
+ c4: "c4";
2640
+ c4a: "c4a";
2641
+ c4d: "c4d";
2642
+ c5: "c5";
2643
+ c5a: "c5a";
2644
+ c5ad: "c5ad";
2645
+ c5d: "c5d";
2646
+ c5n: "c5n";
2647
+ c6a: "c6a";
2648
+ c6g: "c6g";
2649
+ c6gd: "c6gd";
2650
+ c6gn: "c6gn";
2651
+ c6i: "c6i";
2652
+ c6id: "c6id";
2653
+ c6in: "c6in";
2654
+ c7a: "c7a";
2655
+ c7g: "c7g";
2656
+ c7gd: "c7gd";
2657
+ c7gn: "c7gn";
2658
+ c7i: "c7i";
2659
+ "c7i-flex": "c7i-flex";
2660
+ c8g: "c8g";
2661
+ c8gd: "c8gd";
2662
+ cax: "cax";
2663
+ ccx: "ccx";
2664
+ cpx: "cpx";
2665
+ d2: "d2";
2666
+ d3: "d3";
2667
+ d3en: "d3en";
2668
+ dl1: "dl1";
2669
+ dl2q: "dl2q";
2670
+ e2: "e2";
2671
+ f1: "f1";
2672
+ f2: "f2";
2673
+ g1: "g1";
2674
+ g2: "g2";
2675
+ g4ad: "g4ad";
2676
+ g4dn: "g4dn";
2677
+ g5: "g5";
2678
+ g5g: "g5g";
2679
+ g6: "g6";
2680
+ g6e: "g6e";
2681
+ gr6: "gr6";
2682
+ hpc6a: "hpc6a";
2683
+ hpc6id: "hpc6id";
2684
+ hpc7a: "hpc7a";
2685
+ hpc7g: "hpc7g";
2686
+ i2: "i2";
2687
+ i3: "i3";
2688
+ i3en: "i3en";
2689
+ i4g: "i4g";
2690
+ i4i: "i4i";
2691
+ i7i: "i7i";
2692
+ i7ie: "i7ie";
2693
+ i8g: "i8g";
2694
+ im4gn: "im4gn";
2695
+ inf1: "inf1";
2696
+ inf2: "inf2";
2697
+ is4gen: "is4gen";
2698
+ m1: "m1";
2699
+ m2: "m2";
2700
+ m3: "m3";
2701
+ m4: "m4";
2702
+ m5: "m5";
2703
+ m5a: "m5a";
2704
+ m5ad: "m5ad";
2705
+ m5d: "m5d";
2706
+ m5dn: "m5dn";
2707
+ m5n: "m5n";
2708
+ m5zn: "m5zn";
2709
+ m6a: "m6a";
2710
+ m6g: "m6g";
2711
+ m6gd: "m6gd";
2712
+ m6i: "m6i";
2713
+ m6id: "m6id";
2714
+ m6idn: "m6idn";
2715
+ m6in: "m6in";
2716
+ m7a: "m7a";
2717
+ m7g: "m7g";
2718
+ m7gd: "m7gd";
2719
+ m7i: "m7i";
2720
+ "m7i-flex": "m7i-flex";
2721
+ m8g: "m8g";
2722
+ m8gd: "m8gd";
2723
+ n1: "n1";
2724
+ n2: "n2";
2725
+ n2d: "n2d";
2726
+ n4: "n4";
2727
+ p3dn: "p3dn";
2728
+ p4d: "p4d";
2729
+ p4de: "p4de";
2730
+ p5: "p5";
2731
+ p5e: "p5e";
2732
+ p5en: "p5en";
2733
+ "p6-b200": "p6-b200";
2734
+ r3: "r3";
2735
+ r4: "r4";
2736
+ r5: "r5";
2737
+ r5a: "r5a";
2738
+ r5ad: "r5ad";
2739
+ r5b: "r5b";
2740
+ r5d: "r5d";
2741
+ r5dn: "r5dn";
2742
+ r5n: "r5n";
2743
+ r6a: "r6a";
2744
+ r6g: "r6g";
2745
+ r6gd: "r6gd";
2746
+ r6i: "r6i";
2747
+ r6id: "r6id";
2748
+ r6idn: "r6idn";
2749
+ r6in: "r6in";
2750
+ r7a: "r7a";
2751
+ r7g: "r7g";
2752
+ r7gd: "r7gd";
2753
+ r7i: "r7i";
2754
+ r7iz: "r7iz";
2755
+ r8g: "r8g";
2756
+ r8gd: "r8gd";
2757
+ t2: "t2";
2758
+ t2a: "t2a";
2759
+ t2d: "t2d";
2760
+ t3: "t3";
2761
+ t3a: "t3a";
2762
+ t4g: "t4g";
2763
+ trn1: "trn1";
2764
+ trn1n: "trn1n";
2765
+ "u-3tb1": "u-3tb1";
2766
+ "u-6tb1": "u-6tb1";
2767
+ "u7i-12tb": "u7i-12tb";
2768
+ "u7i-6tb": "u7i-6tb";
2769
+ "u7i-8tb": "u7i-8tb";
2770
+ "u7in-16tb": "u7in-16tb";
2771
+ "u7in-24tb": "u7in-24tb";
2772
+ "u7in-32tb": "u7in-32tb";
2773
+ vt1: "vt1";
2774
+ x1: "x1";
2775
+ x1e: "x1e";
2776
+ x2gd: "x2gd";
2777
+ x2idn: "x2idn";
2778
+ x2iedn: "x2iedn";
2779
+ x2iezn: "x2iezn";
2780
+ x4: "x4";
2781
+ x8g: "x8g";
2782
+ z1d: "z1d";
2783
+ z3: "z3";
2784
+ }>>>;
2785
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2786
+ "africa-south1": "africa-south1";
2787
+ "ap-northeast-1": "ap-northeast-1";
2788
+ "ap-northeast-2": "ap-northeast-2";
2789
+ "ap-northeast-3": "ap-northeast-3";
2790
+ "ap-south-1": "ap-south-1";
2791
+ "ap-southeast-1": "ap-southeast-1";
2792
+ "ap-southeast-2": "ap-southeast-2";
2793
+ ash: "ash";
2794
+ "asia-east1": "asia-east1";
2795
+ "asia-east2": "asia-east2";
2796
+ "asia-northeast1": "asia-northeast1";
2797
+ "asia-northeast2": "asia-northeast2";
2798
+ "asia-northeast3": "asia-northeast3";
2799
+ "asia-south1": "asia-south1";
2800
+ "asia-south2": "asia-south2";
2801
+ "asia-southeast1": "asia-southeast1";
2802
+ "asia-southeast2": "asia-southeast2";
2803
+ "australia-southeast1": "australia-southeast1";
2804
+ "australia-southeast2": "australia-southeast2";
2805
+ "ca-central-1": "ca-central-1";
2806
+ "eu-central-1": "eu-central-1";
2807
+ "eu-central-2": "eu-central-2";
2808
+ "eu-north-1": "eu-north-1";
2809
+ "eu-west-1": "eu-west-1";
2810
+ "eu-west-2": "eu-west-2";
2811
+ "eu-west-3": "eu-west-3";
2812
+ "europe-central2": "europe-central2";
2813
+ "europe-north1": "europe-north1";
2814
+ "europe-southwest1": "europe-southwest1";
2815
+ "europe-west1": "europe-west1";
2816
+ "europe-west10": "europe-west10";
2817
+ "europe-west12": "europe-west12";
2818
+ "europe-west2": "europe-west2";
2819
+ "europe-west3": "europe-west3";
2820
+ "europe-west4": "europe-west4";
2821
+ "europe-west6": "europe-west6";
2822
+ "europe-west8": "europe-west8";
2823
+ "europe-west9": "europe-west9";
2824
+ fsn1: "fsn1";
2825
+ hel1: "hel1";
2826
+ hil: "hil";
2827
+ "me-central1": "me-central1";
2828
+ "me-central2": "me-central2";
2829
+ "me-west1": "me-west1";
2830
+ nbg1: "nbg1";
2831
+ "northamerica-northeast1": "northamerica-northeast1";
2832
+ "northamerica-northeast2": "northamerica-northeast2";
2833
+ "sa-east-1": "sa-east-1";
2834
+ sin: "sin";
2835
+ "southamerica-east1": "southamerica-east1";
2836
+ "southamerica-west1": "southamerica-west1";
2837
+ "us-central1": "us-central1";
2838
+ "us-east-1": "us-east-1";
2839
+ "us-east-2": "us-east-2";
2840
+ "us-east1": "us-east1";
2841
+ "us-east4": "us-east4";
2842
+ "us-east5": "us-east5";
2843
+ "us-south1": "us-south1";
2844
+ "us-west-1": "us-west-1";
2845
+ "us-west-2": "us-west-2";
2846
+ "us-west1": "us-west1";
2847
+ "us-west2": "us-west2";
2848
+ "us-west3": "us-west3";
2849
+ "us-west4": "us-west4";
2850
+ }>>>;
1386
2851
  }, z.core.$strip>>;
2852
+ scalingProfile: z.ZodDefault<z.ZodEnum<{
2853
+ aggressive: "aggressive";
2854
+ conservative: "conservative";
2855
+ }>>;
1387
2856
  id: z.ZodString;
1388
2857
  }, z.core.$strip>;
1389
2858
  export declare const zUpdateFleetBody: z.ZodObject<{
1390
2859
  limits: z.ZodOptional<z.ZodObject<{
1391
- cpu: z.ZodNumber;
2860
+ cpu: z.ZodOptional<z.ZodInt>;
1392
2861
  }, z.core.$strip>>;
1393
2862
  gcp: z.ZodOptional<z.ZodObject<{
1394
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1395
- project: z.ZodString;
2863
+ enabled: z.ZodBoolean;
2864
+ project: z.ZodOptional<z.ZodString>;
1396
2865
  }, z.core.$strip>>;
1397
2866
  hetzner: z.ZodOptional<z.ZodObject<{
1398
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1399
- apiKey: z.ZodString;
2867
+ enabled: z.ZodBoolean;
2868
+ apiKey: z.ZodOptional<z.ZodString>;
1400
2869
  }, z.core.$strip>>;
1401
2870
  aws: z.ZodOptional<z.ZodObject<{
1402
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1403
- controllerRoleArn: z.ZodString;
2871
+ enabled: z.ZodBoolean;
2872
+ controllerRoleArn: z.ZodOptional<z.ZodString>;
2873
+ }, z.core.$strip>>;
2874
+ constraints: z.ZodOptional<z.ZodObject<{
2875
+ 'karpenter.sh/capacity-type': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2876
+ "on-demand": "on-demand";
2877
+ spot: "spot";
2878
+ }>>>;
2879
+ 'kubernetes.io/arch': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2880
+ amd64: "amd64";
2881
+ arm64: "arm64";
2882
+ }>>>;
2883
+ 'cfke.io/instance-family': z.ZodOptional<z.ZodArray<z.ZodEnum<{
2884
+ p3: "p3";
2885
+ cx: "cx";
2886
+ h1: "h1";
2887
+ h3: "h3";
2888
+ a1: "a1";
2889
+ a2: "a2";
2890
+ a3: "a3";
2891
+ a4: "a4";
2892
+ c1: "c1";
2893
+ c2: "c2";
2894
+ c2d: "c2d";
2895
+ c3: "c3";
2896
+ c3d: "c3d";
2897
+ c4: "c4";
2898
+ c4a: "c4a";
2899
+ c4d: "c4d";
2900
+ c5: "c5";
2901
+ c5a: "c5a";
2902
+ c5ad: "c5ad";
2903
+ c5d: "c5d";
2904
+ c5n: "c5n";
2905
+ c6a: "c6a";
2906
+ c6g: "c6g";
2907
+ c6gd: "c6gd";
2908
+ c6gn: "c6gn";
2909
+ c6i: "c6i";
2910
+ c6id: "c6id";
2911
+ c6in: "c6in";
2912
+ c7a: "c7a";
2913
+ c7g: "c7g";
2914
+ c7gd: "c7gd";
2915
+ c7gn: "c7gn";
2916
+ c7i: "c7i";
2917
+ "c7i-flex": "c7i-flex";
2918
+ c8g: "c8g";
2919
+ c8gd: "c8gd";
2920
+ cax: "cax";
2921
+ ccx: "ccx";
2922
+ cpx: "cpx";
2923
+ d2: "d2";
2924
+ d3: "d3";
2925
+ d3en: "d3en";
2926
+ dl1: "dl1";
2927
+ dl2q: "dl2q";
2928
+ e2: "e2";
2929
+ f1: "f1";
2930
+ f2: "f2";
2931
+ g1: "g1";
2932
+ g2: "g2";
2933
+ g4ad: "g4ad";
2934
+ g4dn: "g4dn";
2935
+ g5: "g5";
2936
+ g5g: "g5g";
2937
+ g6: "g6";
2938
+ g6e: "g6e";
2939
+ gr6: "gr6";
2940
+ hpc6a: "hpc6a";
2941
+ hpc6id: "hpc6id";
2942
+ hpc7a: "hpc7a";
2943
+ hpc7g: "hpc7g";
2944
+ i2: "i2";
2945
+ i3: "i3";
2946
+ i3en: "i3en";
2947
+ i4g: "i4g";
2948
+ i4i: "i4i";
2949
+ i7i: "i7i";
2950
+ i7ie: "i7ie";
2951
+ i8g: "i8g";
2952
+ im4gn: "im4gn";
2953
+ inf1: "inf1";
2954
+ inf2: "inf2";
2955
+ is4gen: "is4gen";
2956
+ m1: "m1";
2957
+ m2: "m2";
2958
+ m3: "m3";
2959
+ m4: "m4";
2960
+ m5: "m5";
2961
+ m5a: "m5a";
2962
+ m5ad: "m5ad";
2963
+ m5d: "m5d";
2964
+ m5dn: "m5dn";
2965
+ m5n: "m5n";
2966
+ m5zn: "m5zn";
2967
+ m6a: "m6a";
2968
+ m6g: "m6g";
2969
+ m6gd: "m6gd";
2970
+ m6i: "m6i";
2971
+ m6id: "m6id";
2972
+ m6idn: "m6idn";
2973
+ m6in: "m6in";
2974
+ m7a: "m7a";
2975
+ m7g: "m7g";
2976
+ m7gd: "m7gd";
2977
+ m7i: "m7i";
2978
+ "m7i-flex": "m7i-flex";
2979
+ m8g: "m8g";
2980
+ m8gd: "m8gd";
2981
+ n1: "n1";
2982
+ n2: "n2";
2983
+ n2d: "n2d";
2984
+ n4: "n4";
2985
+ p3dn: "p3dn";
2986
+ p4d: "p4d";
2987
+ p4de: "p4de";
2988
+ p5: "p5";
2989
+ p5e: "p5e";
2990
+ p5en: "p5en";
2991
+ "p6-b200": "p6-b200";
2992
+ r3: "r3";
2993
+ r4: "r4";
2994
+ r5: "r5";
2995
+ r5a: "r5a";
2996
+ r5ad: "r5ad";
2997
+ r5b: "r5b";
2998
+ r5d: "r5d";
2999
+ r5dn: "r5dn";
3000
+ r5n: "r5n";
3001
+ r6a: "r6a";
3002
+ r6g: "r6g";
3003
+ r6gd: "r6gd";
3004
+ r6i: "r6i";
3005
+ r6id: "r6id";
3006
+ r6idn: "r6idn";
3007
+ r6in: "r6in";
3008
+ r7a: "r7a";
3009
+ r7g: "r7g";
3010
+ r7gd: "r7gd";
3011
+ r7i: "r7i";
3012
+ r7iz: "r7iz";
3013
+ r8g: "r8g";
3014
+ r8gd: "r8gd";
3015
+ t2: "t2";
3016
+ t2a: "t2a";
3017
+ t2d: "t2d";
3018
+ t3: "t3";
3019
+ t3a: "t3a";
3020
+ t4g: "t4g";
3021
+ trn1: "trn1";
3022
+ trn1n: "trn1n";
3023
+ "u-3tb1": "u-3tb1";
3024
+ "u-6tb1": "u-6tb1";
3025
+ "u7i-12tb": "u7i-12tb";
3026
+ "u7i-6tb": "u7i-6tb";
3027
+ "u7i-8tb": "u7i-8tb";
3028
+ "u7in-16tb": "u7in-16tb";
3029
+ "u7in-24tb": "u7in-24tb";
3030
+ "u7in-32tb": "u7in-32tb";
3031
+ vt1: "vt1";
3032
+ x1: "x1";
3033
+ x1e: "x1e";
3034
+ x2gd: "x2gd";
3035
+ x2idn: "x2idn";
3036
+ x2iedn: "x2iedn";
3037
+ x2iezn: "x2iezn";
3038
+ x4: "x4";
3039
+ x8g: "x8g";
3040
+ z1d: "z1d";
3041
+ z3: "z3";
3042
+ }>>>;
3043
+ 'topology.kubernetes.io/region': z.ZodOptional<z.ZodArray<z.ZodEnum<{
3044
+ "africa-south1": "africa-south1";
3045
+ "ap-northeast-1": "ap-northeast-1";
3046
+ "ap-northeast-2": "ap-northeast-2";
3047
+ "ap-northeast-3": "ap-northeast-3";
3048
+ "ap-south-1": "ap-south-1";
3049
+ "ap-southeast-1": "ap-southeast-1";
3050
+ "ap-southeast-2": "ap-southeast-2";
3051
+ ash: "ash";
3052
+ "asia-east1": "asia-east1";
3053
+ "asia-east2": "asia-east2";
3054
+ "asia-northeast1": "asia-northeast1";
3055
+ "asia-northeast2": "asia-northeast2";
3056
+ "asia-northeast3": "asia-northeast3";
3057
+ "asia-south1": "asia-south1";
3058
+ "asia-south2": "asia-south2";
3059
+ "asia-southeast1": "asia-southeast1";
3060
+ "asia-southeast2": "asia-southeast2";
3061
+ "australia-southeast1": "australia-southeast1";
3062
+ "australia-southeast2": "australia-southeast2";
3063
+ "ca-central-1": "ca-central-1";
3064
+ "eu-central-1": "eu-central-1";
3065
+ "eu-central-2": "eu-central-2";
3066
+ "eu-north-1": "eu-north-1";
3067
+ "eu-west-1": "eu-west-1";
3068
+ "eu-west-2": "eu-west-2";
3069
+ "eu-west-3": "eu-west-3";
3070
+ "europe-central2": "europe-central2";
3071
+ "europe-north1": "europe-north1";
3072
+ "europe-southwest1": "europe-southwest1";
3073
+ "europe-west1": "europe-west1";
3074
+ "europe-west10": "europe-west10";
3075
+ "europe-west12": "europe-west12";
3076
+ "europe-west2": "europe-west2";
3077
+ "europe-west3": "europe-west3";
3078
+ "europe-west4": "europe-west4";
3079
+ "europe-west6": "europe-west6";
3080
+ "europe-west8": "europe-west8";
3081
+ "europe-west9": "europe-west9";
3082
+ fsn1: "fsn1";
3083
+ hel1: "hel1";
3084
+ hil: "hil";
3085
+ "me-central1": "me-central1";
3086
+ "me-central2": "me-central2";
3087
+ "me-west1": "me-west1";
3088
+ nbg1: "nbg1";
3089
+ "northamerica-northeast1": "northamerica-northeast1";
3090
+ "northamerica-northeast2": "northamerica-northeast2";
3091
+ "sa-east-1": "sa-east-1";
3092
+ sin: "sin";
3093
+ "southamerica-east1": "southamerica-east1";
3094
+ "southamerica-west1": "southamerica-west1";
3095
+ "us-central1": "us-central1";
3096
+ "us-east-1": "us-east-1";
3097
+ "us-east-2": "us-east-2";
3098
+ "us-east1": "us-east1";
3099
+ "us-east4": "us-east4";
3100
+ "us-east5": "us-east5";
3101
+ "us-south1": "us-south1";
3102
+ "us-west-1": "us-west-1";
3103
+ "us-west-2": "us-west-2";
3104
+ "us-west1": "us-west1";
3105
+ "us-west2": "us-west2";
3106
+ "us-west3": "us-west3";
3107
+ "us-west4": "us-west4";
3108
+ }>>>;
1404
3109
  }, z.core.$strip>>;
3110
+ scalingProfile: z.ZodEnum<{
3111
+ aggressive: "aggressive";
3112
+ conservative: "conservative";
3113
+ }>;
1405
3114
  }, z.core.$strip>;
1406
3115
  export declare const zUpdateFleetPath: z.ZodObject<{
1407
3116
  cluster_id: z.ZodString;
@@ -1698,6 +3407,10 @@ export declare const zPostMcpResponse: z.ZodObject<{
1698
3407
  export declare const zGetOrganizationResponse: z.ZodObject<{
1699
3408
  id: z.ZodUUID;
1700
3409
  name: z.ZodOptional<z.ZodString>;
3410
+ type: z.ZodEnum<{
3411
+ business: "business";
3412
+ personal: "personal";
3413
+ }>;
1701
3414
  date_created: z.ZodISODateTime;
1702
3415
  quota: z.ZodObject<{
1703
3416
  basic_clusters_max: z.ZodInt;
@@ -1718,8 +3431,17 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
1718
3431
  closed: "closed";
1719
3432
  suspended: "suspended";
1720
3433
  }>;
3434
+ verification: z.ZodEnum<{
3435
+ none: "none";
3436
+ submitted: "submitted";
3437
+ verified: "verified";
3438
+ }>;
1721
3439
  }, z.core.$strip>;
1722
3440
  export declare const zCreateOrganizationBody: z.ZodObject<{
3441
+ type: z.ZodEnum<{
3442
+ business: "business";
3443
+ personal: "personal";
3444
+ }>;
1723
3445
  email: z.ZodEmail;
1724
3446
  first_name: z.ZodString;
1725
3447
  last_name: z.ZodString;