@cloudfleet/sdk 0.0.1-de1f167 → 0.0.1-de40858
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/@tanstack/react-query.gen.d.ts +1125 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1129 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +108 -123
- package/dist/client/client.gen.js.map +1 -1
- package/dist/client/types.gen.d.ts +7 -4
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +5 -1
- package/dist/client/utils.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.js +1 -1
- package/dist/client/utils.gen.js.map +1 -1
- package/dist/client.gen.d.ts +1 -1
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/core/bodySerializer.gen.d.ts +4 -4
- package/dist/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/core/bodySerializer.gen.js.map +1 -1
- package/dist/core/serverSentEvents.gen.d.ts +1 -1
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/core/serverSentEvents.gen.js +3 -4
- package/dist/core/serverSentEvents.gen.js.map +1 -1
- package/dist/core/types.gen.d.ts +1 -1
- package/dist/core/utils.gen.js +1 -1
- package/dist/core/utils.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +403 -26
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +486 -28
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +41 -3
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +67 -0
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +8 -8
- package/dist/types.gen.d.ts +357 -16
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +660 -568
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +247 -312
- package/dist/zod.gen.js.map +1 -1
- package/package.json +23 -4
package/dist/zod.gen.d.ts
CHANGED
|
@@ -199,18 +199,18 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
199
199
|
basic: "basic";
|
|
200
200
|
pro: "pro";
|
|
201
201
|
}>;
|
|
202
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
202
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
203
203
|
"staging-1a": "staging-1a";
|
|
204
204
|
"northamerica-central-1": "northamerica-central-1";
|
|
205
205
|
"europe-central-1a": "europe-central-1a";
|
|
206
206
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
207
|
-
}
|
|
208
|
-
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
207
|
+
}>>>;
|
|
208
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
209
209
|
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
210
210
|
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
211
211
|
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
212
212
|
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
213
|
-
}
|
|
213
|
+
}>>>;
|
|
214
214
|
}, z.core.$strip>;
|
|
215
215
|
export declare const zClusterJoinInformation: z.ZodObject<{
|
|
216
216
|
certificate_authority: z.ZodString;
|
|
@@ -236,12 +236,12 @@ export declare const zCluster: z.ZodObject<{
|
|
|
236
236
|
basic: "basic";
|
|
237
237
|
pro: "pro";
|
|
238
238
|
}>;
|
|
239
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
239
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
240
240
|
"staging-1a": "staging-1a";
|
|
241
241
|
"northamerica-central-1": "northamerica-central-1";
|
|
242
242
|
"europe-central-1a": "europe-central-1a";
|
|
243
243
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
244
|
-
}
|
|
244
|
+
}>>>;
|
|
245
245
|
id: z.ZodUUID;
|
|
246
246
|
status: z.ZodEnum<{
|
|
247
247
|
deleted: "deleted";
|
|
@@ -390,8 +390,6 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
390
390
|
id: z.ZodString;
|
|
391
391
|
label: z.ZodString;
|
|
392
392
|
}, z.core.$strip>>;
|
|
393
|
-
copilot_user_hourly_tokens: z.ZodInt;
|
|
394
|
-
copilot_organization_hourly_tokens: z.ZodInt;
|
|
395
393
|
cfcr_storage_gb: z.ZodInt;
|
|
396
394
|
}, z.core.$strip>;
|
|
397
395
|
status: z.ZodEnum<{
|
|
@@ -433,8 +431,6 @@ export declare const zPlatformQuota: z.ZodObject<{
|
|
|
433
431
|
id: z.ZodString;
|
|
434
432
|
label: z.ZodString;
|
|
435
433
|
}, z.core.$strip>>;
|
|
436
|
-
copilot_user_hourly_tokens: z.ZodInt;
|
|
437
|
-
copilot_organization_hourly_tokens: z.ZodInt;
|
|
438
434
|
cfcr_storage_gb: z.ZodInt;
|
|
439
435
|
}, z.core.$strip>;
|
|
440
436
|
export declare const zRegistryRepository: z.ZodObject<{
|
|
@@ -483,6 +479,111 @@ export declare const zRegistryTag: z.ZodObject<{
|
|
|
483
479
|
repository: z.ZodString;
|
|
484
480
|
uri: z.ZodString;
|
|
485
481
|
}, z.core.$strip>;
|
|
482
|
+
export declare const zTicketAttachment: z.ZodObject<{
|
|
483
|
+
id: z.ZodString;
|
|
484
|
+
filename: z.ZodString;
|
|
485
|
+
content_type: z.ZodString;
|
|
486
|
+
size: z.ZodInt;
|
|
487
|
+
}, z.core.$strip>;
|
|
488
|
+
export declare const zTicketCreateInput: z.ZodObject<{
|
|
489
|
+
category: z.ZodEnum<{
|
|
490
|
+
billing: "billing";
|
|
491
|
+
technical: "technical";
|
|
492
|
+
general: "general";
|
|
493
|
+
}>;
|
|
494
|
+
body: z.ZodString;
|
|
495
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
496
|
+
}, z.core.$strip>;
|
|
497
|
+
export declare const zTicketListResponse: z.ZodObject<{
|
|
498
|
+
items: z.ZodArray<z.ZodObject<{
|
|
499
|
+
id: z.ZodString;
|
|
500
|
+
status: z.ZodEnum<{
|
|
501
|
+
closed: "closed";
|
|
502
|
+
waiting_on_us: "waiting_on_us";
|
|
503
|
+
waiting_on_user: "waiting_on_user";
|
|
504
|
+
}>;
|
|
505
|
+
category: z.ZodEnum<{
|
|
506
|
+
billing: "billing";
|
|
507
|
+
technical: "technical";
|
|
508
|
+
general: "general";
|
|
509
|
+
}>;
|
|
510
|
+
summary: z.ZodString;
|
|
511
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
512
|
+
date_created: z.ZodISODateTime;
|
|
513
|
+
date_updated: z.ZodISODateTime;
|
|
514
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
515
|
+
id: z.ZodString;
|
|
516
|
+
type: z.ZodEnum<{
|
|
517
|
+
customer_reply: "customer_reply";
|
|
518
|
+
agent_reply: "agent_reply";
|
|
519
|
+
}>;
|
|
520
|
+
body: z.ZodString;
|
|
521
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
522
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
523
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
524
|
+
id: z.ZodString;
|
|
525
|
+
filename: z.ZodString;
|
|
526
|
+
content_type: z.ZodString;
|
|
527
|
+
size: z.ZodInt;
|
|
528
|
+
}, z.core.$strip>>>;
|
|
529
|
+
date_created: z.ZodISODateTime;
|
|
530
|
+
}, z.core.$strip>>>;
|
|
531
|
+
}, z.core.$strip>>;
|
|
532
|
+
}, z.core.$strip>;
|
|
533
|
+
export declare const zTicketMessageInput: z.ZodObject<{
|
|
534
|
+
body: z.ZodString;
|
|
535
|
+
}, z.core.$strip>;
|
|
536
|
+
export declare const zTicketMessage: z.ZodObject<{
|
|
537
|
+
id: z.ZodString;
|
|
538
|
+
type: z.ZodEnum<{
|
|
539
|
+
customer_reply: "customer_reply";
|
|
540
|
+
agent_reply: "agent_reply";
|
|
541
|
+
}>;
|
|
542
|
+
body: z.ZodString;
|
|
543
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
544
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
545
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
546
|
+
id: z.ZodString;
|
|
547
|
+
filename: z.ZodString;
|
|
548
|
+
content_type: z.ZodString;
|
|
549
|
+
size: z.ZodInt;
|
|
550
|
+
}, z.core.$strip>>>;
|
|
551
|
+
date_created: z.ZodISODateTime;
|
|
552
|
+
}, z.core.$strip>;
|
|
553
|
+
export declare const zTicket: z.ZodObject<{
|
|
554
|
+
id: z.ZodString;
|
|
555
|
+
status: z.ZodEnum<{
|
|
556
|
+
closed: "closed";
|
|
557
|
+
waiting_on_us: "waiting_on_us";
|
|
558
|
+
waiting_on_user: "waiting_on_user";
|
|
559
|
+
}>;
|
|
560
|
+
category: z.ZodEnum<{
|
|
561
|
+
billing: "billing";
|
|
562
|
+
technical: "technical";
|
|
563
|
+
general: "general";
|
|
564
|
+
}>;
|
|
565
|
+
summary: z.ZodString;
|
|
566
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
567
|
+
date_created: z.ZodISODateTime;
|
|
568
|
+
date_updated: z.ZodISODateTime;
|
|
569
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
570
|
+
id: z.ZodString;
|
|
571
|
+
type: z.ZodEnum<{
|
|
572
|
+
customer_reply: "customer_reply";
|
|
573
|
+
agent_reply: "agent_reply";
|
|
574
|
+
}>;
|
|
575
|
+
body: z.ZodString;
|
|
576
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
577
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
578
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
579
|
+
id: z.ZodString;
|
|
580
|
+
filename: z.ZodString;
|
|
581
|
+
content_type: z.ZodString;
|
|
582
|
+
size: z.ZodInt;
|
|
583
|
+
}, z.core.$strip>>>;
|
|
584
|
+
date_created: z.ZodISODateTime;
|
|
585
|
+
}, z.core.$strip>>>;
|
|
586
|
+
}, z.core.$strip>;
|
|
486
587
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
487
588
|
name: z.ZodString;
|
|
488
589
|
role: z.ZodEnum<{
|
|
@@ -576,16 +677,12 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
576
677
|
inactive: "inactive";
|
|
577
678
|
}>>;
|
|
578
679
|
}, z.core.$strip>;
|
|
579
|
-
export declare const
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
daily: "daily";
|
|
586
|
-
monthly: "monthly";
|
|
587
|
-
}>>;
|
|
588
|
-
}, z.core.$strip>>;
|
|
680
|
+
export declare const zGetUsageQuery: z.ZodObject<{
|
|
681
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
682
|
+
hourly: "hourly";
|
|
683
|
+
daily: "daily";
|
|
684
|
+
monthly: "monthly";
|
|
685
|
+
}>>>;
|
|
589
686
|
}, z.core.$strip>;
|
|
590
687
|
/**
|
|
591
688
|
* Usage data with facets for filtering
|
|
@@ -604,11 +701,6 @@ export declare const zGetUsageResponse: z.ZodObject<{
|
|
|
604
701
|
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
605
702
|
}, z.core.$strip>;
|
|
606
703
|
}, z.core.$strip>;
|
|
607
|
-
export declare const zGetPaymentMethodData: z.ZodObject<{
|
|
608
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
609
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
610
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
611
|
-
}, z.core.$strip>;
|
|
612
704
|
/**
|
|
613
705
|
* Redacted payment card information.
|
|
614
706
|
*/
|
|
@@ -633,11 +725,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
|
633
725
|
visa: "visa";
|
|
634
726
|
}>;
|
|
635
727
|
}, z.core.$strip>;
|
|
636
|
-
export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
637
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
638
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
639
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
640
|
-
}, z.core.$strip>;
|
|
641
728
|
/**
|
|
642
729
|
* The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
|
|
643
730
|
*
|
|
@@ -645,11 +732,6 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
|
645
732
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
646
733
|
id: z.ZodOptional<z.ZodString>;
|
|
647
734
|
}, z.core.$strip>;
|
|
648
|
-
export declare const zListInvoicesData: z.ZodObject<{
|
|
649
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
650
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
651
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
652
|
-
}, z.core.$strip>;
|
|
653
735
|
/**
|
|
654
736
|
* An array of usage records.
|
|
655
737
|
*/
|
|
@@ -664,11 +746,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
664
746
|
period_end: z.ZodISODateTime;
|
|
665
747
|
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
666
748
|
}, z.core.$strip>>;
|
|
667
|
-
export declare const zGetContactData: z.ZodObject<{
|
|
668
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
669
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
670
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
671
|
-
}, z.core.$strip>;
|
|
672
749
|
/**
|
|
673
750
|
* Returns a single object containing organization contact and billing address details.
|
|
674
751
|
*/
|
|
@@ -815,152 +892,148 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
815
892
|
zw_tin: "zw_tin";
|
|
816
893
|
}>>;
|
|
817
894
|
}, z.core.$strip>;
|
|
818
|
-
export declare const
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
}>>;
|
|
961
|
-
}, z.core.$strip>;
|
|
962
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
963
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
895
|
+
export declare const zUpdateContactBody: z.ZodObject<{
|
|
896
|
+
company: z.ZodOptional<z.ZodString>;
|
|
897
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
898
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
899
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
900
|
+
city: z.ZodOptional<z.ZodString>;
|
|
901
|
+
state: z.ZodOptional<z.ZodString>;
|
|
902
|
+
country: z.ZodOptional<z.ZodString>;
|
|
903
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
904
|
+
email: z.ZodEmail;
|
|
905
|
+
individual_name: z.ZodString;
|
|
906
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
907
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
908
|
+
"": "";
|
|
909
|
+
ad_nrt: "ad_nrt";
|
|
910
|
+
ae_trn: "ae_trn";
|
|
911
|
+
al_tin: "al_tin";
|
|
912
|
+
am_tin: "am_tin";
|
|
913
|
+
ao_tin: "ao_tin";
|
|
914
|
+
ar_cuit: "ar_cuit";
|
|
915
|
+
at_vat: "at_vat";
|
|
916
|
+
au_abn: "au_abn";
|
|
917
|
+
au_arn: "au_arn";
|
|
918
|
+
ba_tin: "ba_tin";
|
|
919
|
+
bb_tin: "bb_tin";
|
|
920
|
+
be_vat: "be_vat";
|
|
921
|
+
bg_uic: "bg_uic";
|
|
922
|
+
bg_vat: "bg_vat";
|
|
923
|
+
bh_vat: "bh_vat";
|
|
924
|
+
bo_tin: "bo_tin";
|
|
925
|
+
br_cnpj: "br_cnpj";
|
|
926
|
+
br_cpf: "br_cpf";
|
|
927
|
+
bs_tin: "bs_tin";
|
|
928
|
+
by_tin: "by_tin";
|
|
929
|
+
ca_bn: "ca_bn";
|
|
930
|
+
ca_gst_hst: "ca_gst_hst";
|
|
931
|
+
ca_pst_bc: "ca_pst_bc";
|
|
932
|
+
ca_pst_mb: "ca_pst_mb";
|
|
933
|
+
ca_pst_sk: "ca_pst_sk";
|
|
934
|
+
ca_qst: "ca_qst";
|
|
935
|
+
cd_nif: "cd_nif";
|
|
936
|
+
ch_uid: "ch_uid";
|
|
937
|
+
ch_vat: "ch_vat";
|
|
938
|
+
cl_tin: "cl_tin";
|
|
939
|
+
cn_tin: "cn_tin";
|
|
940
|
+
co_nit: "co_nit";
|
|
941
|
+
cr_tin: "cr_tin";
|
|
942
|
+
cy_vat: "cy_vat";
|
|
943
|
+
cz_vat: "cz_vat";
|
|
944
|
+
de_stn: "de_stn";
|
|
945
|
+
de_vat: "de_vat";
|
|
946
|
+
dk_vat: "dk_vat";
|
|
947
|
+
do_rcn: "do_rcn";
|
|
948
|
+
ec_ruc: "ec_ruc";
|
|
949
|
+
ee_vat: "ee_vat";
|
|
950
|
+
eg_tin: "eg_tin";
|
|
951
|
+
es_cif: "es_cif";
|
|
952
|
+
es_vat: "es_vat";
|
|
953
|
+
eu_oss_vat: "eu_oss_vat";
|
|
954
|
+
fi_vat: "fi_vat";
|
|
955
|
+
fr_vat: "fr_vat";
|
|
956
|
+
gb_vat: "gb_vat";
|
|
957
|
+
ge_vat: "ge_vat";
|
|
958
|
+
gn_nif: "gn_nif";
|
|
959
|
+
gr_vat: "gr_vat";
|
|
960
|
+
hk_br: "hk_br";
|
|
961
|
+
hr_oib: "hr_oib";
|
|
962
|
+
hr_vat: "hr_vat";
|
|
963
|
+
hu_tin: "hu_tin";
|
|
964
|
+
hu_vat: "hu_vat";
|
|
965
|
+
id_npwp: "id_npwp";
|
|
966
|
+
ie_vat: "ie_vat";
|
|
967
|
+
il_vat: "il_vat";
|
|
968
|
+
in_gst: "in_gst";
|
|
969
|
+
is_vat: "is_vat";
|
|
970
|
+
it_vat: "it_vat";
|
|
971
|
+
jp_cn: "jp_cn";
|
|
972
|
+
jp_rn: "jp_rn";
|
|
973
|
+
jp_trn: "jp_trn";
|
|
974
|
+
ke_pin: "ke_pin";
|
|
975
|
+
kh_tin: "kh_tin";
|
|
976
|
+
kr_brn: "kr_brn";
|
|
977
|
+
kz_bin: "kz_bin";
|
|
978
|
+
li_uid: "li_uid";
|
|
979
|
+
li_vat: "li_vat";
|
|
980
|
+
lt_vat: "lt_vat";
|
|
981
|
+
lu_vat: "lu_vat";
|
|
982
|
+
lv_vat: "lv_vat";
|
|
983
|
+
ma_vat: "ma_vat";
|
|
984
|
+
md_vat: "md_vat";
|
|
985
|
+
me_pib: "me_pib";
|
|
986
|
+
mk_vat: "mk_vat";
|
|
987
|
+
mr_nif: "mr_nif";
|
|
988
|
+
mt_vat: "mt_vat";
|
|
989
|
+
mx_rfc: "mx_rfc";
|
|
990
|
+
my_frp: "my_frp";
|
|
991
|
+
my_itn: "my_itn";
|
|
992
|
+
my_sst: "my_sst";
|
|
993
|
+
ng_tin: "ng_tin";
|
|
994
|
+
nl_vat: "nl_vat";
|
|
995
|
+
no_vat: "no_vat";
|
|
996
|
+
no_voec: "no_voec";
|
|
997
|
+
np_pan: "np_pan";
|
|
998
|
+
nz_gst: "nz_gst";
|
|
999
|
+
om_vat: "om_vat";
|
|
1000
|
+
pe_ruc: "pe_ruc";
|
|
1001
|
+
ph_tin: "ph_tin";
|
|
1002
|
+
pl_vat: "pl_vat";
|
|
1003
|
+
pt_vat: "pt_vat";
|
|
1004
|
+
ro_tin: "ro_tin";
|
|
1005
|
+
ro_vat: "ro_vat";
|
|
1006
|
+
rs_pib: "rs_pib";
|
|
1007
|
+
ru_inn: "ru_inn";
|
|
1008
|
+
ru_kpp: "ru_kpp";
|
|
1009
|
+
sa_vat: "sa_vat";
|
|
1010
|
+
se_vat: "se_vat";
|
|
1011
|
+
sg_gst: "sg_gst";
|
|
1012
|
+
sg_uen: "sg_uen";
|
|
1013
|
+
si_tin: "si_tin";
|
|
1014
|
+
si_vat: "si_vat";
|
|
1015
|
+
sk_vat: "sk_vat";
|
|
1016
|
+
sn_ninea: "sn_ninea";
|
|
1017
|
+
sr_fin: "sr_fin";
|
|
1018
|
+
sv_nit: "sv_nit";
|
|
1019
|
+
th_vat: "th_vat";
|
|
1020
|
+
tj_tin: "tj_tin";
|
|
1021
|
+
tr_tin: "tr_tin";
|
|
1022
|
+
tw_vat: "tw_vat";
|
|
1023
|
+
tz_vat: "tz_vat";
|
|
1024
|
+
ua_vat: "ua_vat";
|
|
1025
|
+
ug_tin: "ug_tin";
|
|
1026
|
+
us_ein: "us_ein";
|
|
1027
|
+
uy_ruc: "uy_ruc";
|
|
1028
|
+
uz_tin: "uz_tin";
|
|
1029
|
+
uz_vat: "uz_vat";
|
|
1030
|
+
ve_rif: "ve_rif";
|
|
1031
|
+
vn_tin: "vn_tin";
|
|
1032
|
+
xi_vat: "xi_vat";
|
|
1033
|
+
za_vat: "za_vat";
|
|
1034
|
+
zm_tin: "zm_tin";
|
|
1035
|
+
zw_tin: "zw_tin";
|
|
1036
|
+
}>>;
|
|
964
1037
|
}, z.core.$strip>;
|
|
965
1038
|
/**
|
|
966
1039
|
* Successfully updated. Returns updated organization details.
|
|
@@ -1108,11 +1181,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
1108
1181
|
zw_tin: "zw_tin";
|
|
1109
1182
|
}>>;
|
|
1110
1183
|
}, z.core.$strip>;
|
|
1111
|
-
export declare const zGetCreditsData: z.ZodObject<{
|
|
1112
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1113
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1114
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1115
|
-
}, z.core.$strip>;
|
|
1116
1184
|
/**
|
|
1117
1185
|
* An array of the applied promotional credits records.
|
|
1118
1186
|
*/
|
|
@@ -1129,19 +1197,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1129
1197
|
value_total: z.ZodNumber;
|
|
1130
1198
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1131
1199
|
}, z.core.$strip>>;
|
|
1132
|
-
export declare const
|
|
1133
|
-
|
|
1134
|
-
code: z.ZodOptional<z.ZodString>;
|
|
1135
|
-
}, z.core.$strip>;
|
|
1136
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1137
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1200
|
+
export declare const zRedeemCreditsBody: z.ZodObject<{
|
|
1201
|
+
code: z.ZodOptional<z.ZodString>;
|
|
1138
1202
|
}, z.core.$strip>;
|
|
1139
|
-
export declare const
|
|
1140
|
-
|
|
1141
|
-
path: z.ZodObject<{
|
|
1142
|
-
cluster_id: z.ZodString;
|
|
1143
|
-
}, z.core.$strip>;
|
|
1144
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1203
|
+
export declare const zListChartsPath: z.ZodObject<{
|
|
1204
|
+
cluster_id: z.ZodString;
|
|
1145
1205
|
}, z.core.$strip>;
|
|
1146
1206
|
/**
|
|
1147
1207
|
* An array of charts
|
|
@@ -1173,42 +1233,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1173
1233
|
updated_at: z.ZodString;
|
|
1174
1234
|
ready: z.ZodBoolean;
|
|
1175
1235
|
}, z.core.$strip>>;
|
|
1176
|
-
export declare const
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
cluster_id: z.ZodString;
|
|
1186
|
-
}, z.core.$strip>;
|
|
1187
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1236
|
+
export declare const zCreateChartBody: z.ZodObject<{
|
|
1237
|
+
values: z.ZodString;
|
|
1238
|
+
version_channel: z.ZodString;
|
|
1239
|
+
name: z.ZodString;
|
|
1240
|
+
namespace: z.ZodString;
|
|
1241
|
+
chart: z.ZodString;
|
|
1242
|
+
}, z.core.$strip>;
|
|
1243
|
+
export declare const zCreateChartPath: z.ZodObject<{
|
|
1244
|
+
cluster_id: z.ZodString;
|
|
1188
1245
|
}, z.core.$strip>;
|
|
1189
1246
|
/**
|
|
1190
1247
|
* Successfully created. Returns created Chart ID.
|
|
1191
1248
|
*/
|
|
1192
1249
|
export declare const zCreateChartResponse: z.ZodString;
|
|
1193
|
-
export declare const
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
cluster_id: z.ZodString;
|
|
1197
|
-
chart_name: z.ZodString;
|
|
1198
|
-
}, z.core.$strip>;
|
|
1199
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1250
|
+
export declare const zDeleteChartPath: z.ZodObject<{
|
|
1251
|
+
cluster_id: z.ZodString;
|
|
1252
|
+
chart_name: z.ZodString;
|
|
1200
1253
|
}, z.core.$strip>;
|
|
1201
1254
|
/**
|
|
1202
1255
|
* Successfully deleted.
|
|
1203
1256
|
*/
|
|
1204
1257
|
export declare const zDeleteChartResponse: z.ZodString;
|
|
1205
|
-
export declare const
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
cluster_id: z.ZodString;
|
|
1209
|
-
chart_name: z.ZodString;
|
|
1210
|
-
}, z.core.$strip>;
|
|
1211
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1258
|
+
export declare const zGetChartPath: z.ZodObject<{
|
|
1259
|
+
cluster_id: z.ZodString;
|
|
1260
|
+
chart_name: z.ZodString;
|
|
1212
1261
|
}, z.core.$strip>;
|
|
1213
1262
|
/**
|
|
1214
1263
|
* Returns a single object containing chart details.
|
|
@@ -1240,27 +1289,20 @@ export declare const zGetChartResponse: z.ZodObject<{
|
|
|
1240
1289
|
updated_at: z.ZodString;
|
|
1241
1290
|
ready: z.ZodBoolean;
|
|
1242
1291
|
}, z.core.$strip>;
|
|
1243
|
-
export declare const
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
chart_name: z.ZodString;
|
|
1251
|
-
}, z.core.$strip>;
|
|
1252
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1292
|
+
export declare const zUpdateChartBody: z.ZodObject<{
|
|
1293
|
+
values: z.ZodString;
|
|
1294
|
+
version_channel: z.ZodString;
|
|
1295
|
+
}, z.core.$strip>;
|
|
1296
|
+
export declare const zUpdateChartPath: z.ZodObject<{
|
|
1297
|
+
cluster_id: z.ZodString;
|
|
1298
|
+
chart_name: z.ZodString;
|
|
1253
1299
|
}, z.core.$strip>;
|
|
1254
1300
|
/**
|
|
1255
1301
|
* Successfully updated.
|
|
1256
1302
|
*/
|
|
1257
1303
|
export declare const zUpdateChartResponse: z.ZodString;
|
|
1258
|
-
export declare const
|
|
1259
|
-
|
|
1260
|
-
path: z.ZodObject<{
|
|
1261
|
-
cluster_id: z.ZodString;
|
|
1262
|
-
}, z.core.$strip>;
|
|
1263
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1304
|
+
export declare const zListFleetsPath: z.ZodObject<{
|
|
1305
|
+
cluster_id: z.ZodString;
|
|
1264
1306
|
}, z.core.$strip>;
|
|
1265
1307
|
/**
|
|
1266
1308
|
* An array of fleets
|
|
@@ -1283,53 +1325,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1283
1325
|
}, z.core.$strip>>;
|
|
1284
1326
|
id: z.ZodString;
|
|
1285
1327
|
}, z.core.$strip>>;
|
|
1286
|
-
export declare const
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
cluster_id: z.ZodString;
|
|
1307
|
-
}, z.core.$strip>;
|
|
1308
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1328
|
+
export declare const zCreateFleetBody: z.ZodObject<{
|
|
1329
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1330
|
+
cpu: z.ZodNumber;
|
|
1331
|
+
}, z.core.$strip>>;
|
|
1332
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1333
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1334
|
+
project: z.ZodString;
|
|
1335
|
+
}, z.core.$strip>>;
|
|
1336
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1337
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1338
|
+
apiKey: z.ZodString;
|
|
1339
|
+
}, z.core.$strip>>;
|
|
1340
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1341
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1342
|
+
controllerRoleArn: z.ZodString;
|
|
1343
|
+
}, z.core.$strip>>;
|
|
1344
|
+
id: z.ZodString;
|
|
1345
|
+
}, z.core.$strip>;
|
|
1346
|
+
export declare const zCreateFleetPath: z.ZodObject<{
|
|
1347
|
+
cluster_id: z.ZodString;
|
|
1309
1348
|
}, z.core.$strip>;
|
|
1310
1349
|
/**
|
|
1311
1350
|
* Successfully created. Returns created Fleet ID.
|
|
1312
1351
|
*/
|
|
1313
1352
|
export declare const zCreateFleetResponse: z.ZodString;
|
|
1314
|
-
export declare const
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
cluster_id: z.ZodString;
|
|
1318
|
-
fleet_name: z.ZodString;
|
|
1319
|
-
}, z.core.$strip>;
|
|
1320
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1353
|
+
export declare const zDeleteFleetPath: z.ZodObject<{
|
|
1354
|
+
cluster_id: z.ZodString;
|
|
1355
|
+
fleet_name: z.ZodString;
|
|
1321
1356
|
}, z.core.$strip>;
|
|
1322
1357
|
/**
|
|
1323
1358
|
* Successfully deleted.
|
|
1324
1359
|
*/
|
|
1325
1360
|
export declare const zDeleteFleetResponse: z.ZodString;
|
|
1326
|
-
export declare const
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
cluster_id: z.ZodString;
|
|
1330
|
-
fleet_name: z.ZodString;
|
|
1331
|
-
}, z.core.$strip>;
|
|
1332
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1361
|
+
export declare const zGetFleetPath: z.ZodObject<{
|
|
1362
|
+
cluster_id: z.ZodString;
|
|
1363
|
+
fleet_name: z.ZodString;
|
|
1333
1364
|
}, z.core.$strip>;
|
|
1334
1365
|
/**
|
|
1335
1366
|
* Returns a single object containing fleet details.
|
|
@@ -1352,45 +1383,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
|
|
|
1352
1383
|
}, z.core.$strip>>;
|
|
1353
1384
|
id: z.ZodString;
|
|
1354
1385
|
}, z.core.$strip>;
|
|
1355
|
-
export declare const
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
fleet_name: z.ZodString;
|
|
1376
|
-
}, z.core.$strip>;
|
|
1377
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1386
|
+
export declare const zUpdateFleetBody: z.ZodObject<{
|
|
1387
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1388
|
+
cpu: z.ZodNumber;
|
|
1389
|
+
}, z.core.$strip>>;
|
|
1390
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1391
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1392
|
+
project: z.ZodString;
|
|
1393
|
+
}, z.core.$strip>>;
|
|
1394
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1395
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1396
|
+
apiKey: z.ZodString;
|
|
1397
|
+
}, z.core.$strip>>;
|
|
1398
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1399
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1400
|
+
controllerRoleArn: z.ZodString;
|
|
1401
|
+
}, z.core.$strip>>;
|
|
1402
|
+
}, z.core.$strip>;
|
|
1403
|
+
export declare const zUpdateFleetPath: z.ZodObject<{
|
|
1404
|
+
cluster_id: z.ZodString;
|
|
1405
|
+
fleet_name: z.ZodString;
|
|
1378
1406
|
}, z.core.$strip>;
|
|
1379
1407
|
/**
|
|
1380
1408
|
* Successfully updated.
|
|
1381
1409
|
*/
|
|
1382
1410
|
export declare const zUpdateFleetResponse: z.ZodString;
|
|
1383
|
-
export declare const
|
|
1384
|
-
|
|
1385
|
-
path: z.ZodObject<{
|
|
1386
|
-
cluster_id: z.ZodString;
|
|
1387
|
-
}, z.core.$strip>;
|
|
1388
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1389
|
-
}, z.core.$strip>;
|
|
1390
|
-
export declare const zListClustersData: z.ZodObject<{
|
|
1391
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1392
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1393
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1411
|
+
export declare const zQueryClusterPath: z.ZodObject<{
|
|
1412
|
+
cluster_id: z.ZodString;
|
|
1394
1413
|
}, z.core.$strip>;
|
|
1395
1414
|
/**
|
|
1396
1415
|
* An array of clusters
|
|
@@ -1401,12 +1420,12 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1401
1420
|
basic: "basic";
|
|
1402
1421
|
pro: "pro";
|
|
1403
1422
|
}>;
|
|
1404
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1423
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1405
1424
|
"staging-1a": "staging-1a";
|
|
1406
1425
|
"northamerica-central-1": "northamerica-central-1";
|
|
1407
1426
|
"europe-central-1a": "europe-central-1a";
|
|
1408
1427
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1409
|
-
}
|
|
1428
|
+
}>>>;
|
|
1410
1429
|
id: z.ZodUUID;
|
|
1411
1430
|
status: z.ZodEnum<{
|
|
1412
1431
|
deleted: "deleted";
|
|
@@ -1427,50 +1446,38 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1427
1446
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1428
1447
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1429
1448
|
}, z.core.$strip>>;
|
|
1430
|
-
export declare const
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
}>>;
|
|
1449
|
-
}, z.core.$strip>;
|
|
1450
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1451
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1449
|
+
export declare const zCreateClusterBody: z.ZodObject<{
|
|
1450
|
+
name: z.ZodString;
|
|
1451
|
+
tier: z.ZodEnum<{
|
|
1452
|
+
basic: "basic";
|
|
1453
|
+
pro: "pro";
|
|
1454
|
+
}>;
|
|
1455
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1456
|
+
"staging-1a": "staging-1a";
|
|
1457
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1458
|
+
"europe-central-1a": "europe-central-1a";
|
|
1459
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1460
|
+
}>>>;
|
|
1461
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1462
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1463
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1464
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1465
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1466
|
+
}>>>;
|
|
1452
1467
|
}, z.core.$strip>;
|
|
1453
1468
|
/**
|
|
1454
1469
|
* Successfully created. Returns created Cluster ID.
|
|
1455
1470
|
*/
|
|
1456
1471
|
export declare const zCreateClusterResponse: z.ZodString;
|
|
1457
|
-
export declare const
|
|
1458
|
-
|
|
1459
|
-
path: z.ZodObject<{
|
|
1460
|
-
cluster_id: z.ZodString;
|
|
1461
|
-
}, z.core.$strip>;
|
|
1462
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1472
|
+
export declare const zDeleteClusterPath: z.ZodObject<{
|
|
1473
|
+
cluster_id: z.ZodString;
|
|
1463
1474
|
}, z.core.$strip>;
|
|
1464
1475
|
/**
|
|
1465
1476
|
* Successfully deleted.
|
|
1466
1477
|
*/
|
|
1467
1478
|
export declare const zDeleteClusterResponse: z.ZodString;
|
|
1468
|
-
export declare const
|
|
1469
|
-
|
|
1470
|
-
path: z.ZodObject<{
|
|
1471
|
-
cluster_id: z.ZodString;
|
|
1472
|
-
}, z.core.$strip>;
|
|
1473
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1479
|
+
export declare const zGetClusterPath: z.ZodObject<{
|
|
1480
|
+
cluster_id: z.ZodString;
|
|
1474
1481
|
}, z.core.$strip>;
|
|
1475
1482
|
/**
|
|
1476
1483
|
* Returns a single object containing cluster details.
|
|
@@ -1481,12 +1488,12 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1481
1488
|
basic: "basic";
|
|
1482
1489
|
pro: "pro";
|
|
1483
1490
|
}>;
|
|
1484
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1491
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1485
1492
|
"staging-1a": "staging-1a";
|
|
1486
1493
|
"northamerica-central-1": "northamerica-central-1";
|
|
1487
1494
|
"europe-central-1a": "europe-central-1a";
|
|
1488
1495
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1489
|
-
}
|
|
1496
|
+
}>>>;
|
|
1490
1497
|
id: z.ZodUUID;
|
|
1491
1498
|
status: z.ZodEnum<{
|
|
1492
1499
|
deleted: "deleted";
|
|
@@ -1507,19 +1514,16 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1507
1514
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1508
1515
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1509
1516
|
}, z.core.$strip>;
|
|
1510
|
-
export declare const
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
cluster_id: z.ZodString;
|
|
1521
|
-
}, z.core.$strip>;
|
|
1522
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1517
|
+
export declare const zUpdateClusterBody: z.ZodObject<{
|
|
1518
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
tier: z.ZodEnum<{
|
|
1520
|
+
basic: "basic";
|
|
1521
|
+
pro: "pro";
|
|
1522
|
+
}>;
|
|
1523
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1524
|
+
}, z.core.$strip>;
|
|
1525
|
+
export declare const zUpdateClusterPath: z.ZodObject<{
|
|
1526
|
+
cluster_id: z.ZodString;
|
|
1523
1527
|
}, z.core.$strip>;
|
|
1524
1528
|
/**
|
|
1525
1529
|
* Successfully updated. Returns updated cluster details.
|
|
@@ -1530,12 +1534,12 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1530
1534
|
basic: "basic";
|
|
1531
1535
|
pro: "pro";
|
|
1532
1536
|
}>;
|
|
1533
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1537
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1534
1538
|
"staging-1a": "staging-1a";
|
|
1535
1539
|
"northamerica-central-1": "northamerica-central-1";
|
|
1536
1540
|
"europe-central-1a": "europe-central-1a";
|
|
1537
1541
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1538
|
-
}
|
|
1542
|
+
}>>>;
|
|
1539
1543
|
id: z.ZodUUID;
|
|
1540
1544
|
status: z.ZodEnum<{
|
|
1541
1545
|
deleted: "deleted";
|
|
@@ -1556,12 +1560,8 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1556
1560
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1557
1561
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1558
1562
|
}, z.core.$strip>;
|
|
1559
|
-
export declare const
|
|
1560
|
-
|
|
1561
|
-
path: z.ZodObject<{
|
|
1562
|
-
cluster_id: z.ZodString;
|
|
1563
|
-
}, z.core.$strip>;
|
|
1564
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1563
|
+
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1564
|
+
cluster_id: z.ZodString;
|
|
1565
1565
|
}, z.core.$strip>;
|
|
1566
1566
|
/**
|
|
1567
1567
|
* An object of cluster join information
|
|
@@ -1584,11 +1584,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
1584
1584
|
gcp_workload_identity_provider: z.ZodString;
|
|
1585
1585
|
}, z.core.$strip>;
|
|
1586
1586
|
}, z.core.$strip>;
|
|
1587
|
-
export declare const zListInvitesData: z.ZodObject<{
|
|
1588
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1589
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1590
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1591
|
-
}, z.core.$strip>;
|
|
1592
1587
|
/**
|
|
1593
1588
|
* An array of invites
|
|
1594
1589
|
*/
|
|
@@ -1599,12 +1594,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1599
1594
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1600
1595
|
code: z.ZodOptional<z.ZodString>;
|
|
1601
1596
|
}, z.core.$strip>>;
|
|
1602
|
-
export declare const
|
|
1603
|
-
|
|
1604
|
-
email: z.ZodOptional<z.ZodString>;
|
|
1605
|
-
}, z.core.$strip>;
|
|
1606
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1607
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1597
|
+
export declare const zCreateInviteBody: z.ZodObject<{
|
|
1598
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1608
1599
|
}, z.core.$strip>;
|
|
1609
1600
|
/**
|
|
1610
1601
|
* Successfully created. Returns created invite details.
|
|
@@ -1616,12 +1607,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
|
|
|
1616
1607
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1617
1608
|
code: z.ZodOptional<z.ZodString>;
|
|
1618
1609
|
}, z.core.$strip>;
|
|
1619
|
-
export declare const
|
|
1620
|
-
|
|
1621
|
-
path: z.ZodObject<{
|
|
1622
|
-
code: z.ZodString;
|
|
1623
|
-
}, z.core.$strip>;
|
|
1624
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1610
|
+
export declare const zGetInvitePath: z.ZodObject<{
|
|
1611
|
+
code: z.ZodString;
|
|
1625
1612
|
}, z.core.$strip>;
|
|
1626
1613
|
/**
|
|
1627
1614
|
* Returns a single object containing invite details.
|
|
@@ -1633,17 +1620,8 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
1633
1620
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1634
1621
|
code: z.ZodOptional<z.ZodString>;
|
|
1635
1622
|
}, z.core.$strip>;
|
|
1636
|
-
export declare const
|
|
1637
|
-
|
|
1638
|
-
path: z.ZodObject<{
|
|
1639
|
-
email: z.ZodString;
|
|
1640
|
-
}, z.core.$strip>;
|
|
1641
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1642
|
-
}, z.core.$strip>;
|
|
1643
|
-
export declare const zListMarketplaceChartsData: z.ZodObject<{
|
|
1644
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1645
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1646
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1623
|
+
export declare const zDeleteInvitePath: z.ZodObject<{
|
|
1624
|
+
email: z.ZodString;
|
|
1647
1625
|
}, z.core.$strip>;
|
|
1648
1626
|
/**
|
|
1649
1627
|
* An array of chart listings in the marketplace.
|
|
@@ -1669,13 +1647,9 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1669
1647
|
}, z.core.$strip>>>;
|
|
1670
1648
|
}, z.core.$strip>>;
|
|
1671
1649
|
}, z.core.$strip>>;
|
|
1672
|
-
export declare const
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
chart_name: z.ZodString;
|
|
1676
|
-
version_channel: z.ZodString;
|
|
1677
|
-
}, z.core.$strip>;
|
|
1678
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1650
|
+
export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
|
|
1651
|
+
chart_name: z.ZodString;
|
|
1652
|
+
version_channel: z.ZodString;
|
|
1679
1653
|
}, z.core.$strip>;
|
|
1680
1654
|
/**
|
|
1681
1655
|
* Returns an object containing the chart files for the latest matching version.
|
|
@@ -1685,15 +1659,14 @@ export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
|
1685
1659
|
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1686
1660
|
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1687
1661
|
}, z.core.$strip>;
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1662
|
+
/**
|
|
1663
|
+
* JSON-RPC 2.0 request payload
|
|
1664
|
+
*/
|
|
1665
|
+
export declare const zPostMcpBody: z.ZodObject<{
|
|
1666
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1668
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1669
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1697
1670
|
}, z.core.$strip>;
|
|
1698
1671
|
/**
|
|
1699
1672
|
* JSON-RPC 2.0 success or error response
|
|
@@ -1707,11 +1680,6 @@ export declare const zPostMcpResponse: z.ZodObject<{
|
|
|
1707
1680
|
message: z.ZodOptional<z.ZodString>;
|
|
1708
1681
|
}, z.core.$strip>>;
|
|
1709
1682
|
}, z.core.$strip>;
|
|
1710
|
-
export declare const zGetOrganizationData: z.ZodObject<{
|
|
1711
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1712
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1713
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1714
|
-
}, z.core.$strip>;
|
|
1715
1683
|
/**
|
|
1716
1684
|
* Returns a single object containing organization details.
|
|
1717
1685
|
*/
|
|
@@ -1731,8 +1699,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1731
1699
|
id: z.ZodString;
|
|
1732
1700
|
label: z.ZodString;
|
|
1733
1701
|
}, z.core.$strip>>;
|
|
1734
|
-
copilot_user_hourly_tokens: z.ZodInt;
|
|
1735
|
-
copilot_organization_hourly_tokens: z.ZodInt;
|
|
1736
1702
|
cfcr_storage_gb: z.ZodInt;
|
|
1737
1703
|
}, z.core.$strip>;
|
|
1738
1704
|
status: z.ZodEnum<{
|
|
@@ -1741,21 +1707,12 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1741
1707
|
suspended: "suspended";
|
|
1742
1708
|
}>;
|
|
1743
1709
|
}, z.core.$strip>;
|
|
1744
|
-
export declare const
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
password: z.ZodString;
|
|
1751
|
-
}, z.core.$strip>;
|
|
1752
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1753
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1754
|
-
}, z.core.$strip>;
|
|
1755
|
-
export declare const zListRepositoriesData: z.ZodObject<{
|
|
1756
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1757
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1758
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1710
|
+
export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
1711
|
+
email: z.ZodEmail;
|
|
1712
|
+
first_name: z.ZodString;
|
|
1713
|
+
last_name: z.ZodString;
|
|
1714
|
+
company_name: z.ZodString;
|
|
1715
|
+
password: z.ZodString;
|
|
1759
1716
|
}, z.core.$strip>;
|
|
1760
1717
|
/**
|
|
1761
1718
|
* List of repositories
|
|
@@ -1765,13 +1722,9 @@ export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1765
1722
|
region: z.ZodString;
|
|
1766
1723
|
uri: z.ZodString;
|
|
1767
1724
|
}, z.core.$strip>>;
|
|
1768
|
-
export declare const
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
region: z.ZodString;
|
|
1772
|
-
repository: z.ZodString;
|
|
1773
|
-
}, z.core.$strip>;
|
|
1774
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1725
|
+
export declare const zListTagsPath: z.ZodObject<{
|
|
1726
|
+
region: z.ZodString;
|
|
1727
|
+
repository: z.ZodString;
|
|
1775
1728
|
}, z.core.$strip>;
|
|
1776
1729
|
/**
|
|
1777
1730
|
* Repository with tags
|
|
@@ -1788,23 +1741,15 @@ export declare const zListTagsResponse: z.ZodObject<{
|
|
|
1788
1741
|
}, z.core.$strip>>;
|
|
1789
1742
|
totalSize: z.ZodNumber;
|
|
1790
1743
|
}, z.core.$strip>;
|
|
1791
|
-
export declare const
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
export declare const zGetTagData: z.ZodObject<{
|
|
1801
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1802
|
-
path: z.ZodObject<{
|
|
1803
|
-
region: z.ZodString;
|
|
1804
|
-
repository: z.ZodString;
|
|
1805
|
-
tag: z.ZodString;
|
|
1806
|
-
}, z.core.$strip>;
|
|
1807
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1744
|
+
export declare const zDeleteTagPath: z.ZodObject<{
|
|
1745
|
+
region: z.ZodString;
|
|
1746
|
+
repository: z.ZodString;
|
|
1747
|
+
tag: z.ZodString;
|
|
1748
|
+
}, z.core.$strip>;
|
|
1749
|
+
export declare const zGetTagPath: z.ZodObject<{
|
|
1750
|
+
region: z.ZodString;
|
|
1751
|
+
repository: z.ZodString;
|
|
1752
|
+
tag: z.ZodString;
|
|
1808
1753
|
}, z.core.$strip>;
|
|
1809
1754
|
/**
|
|
1810
1755
|
* Tag details
|
|
@@ -1838,11 +1783,201 @@ export declare const zGetTagResponse: z.ZodObject<{
|
|
|
1838
1783
|
repository: z.ZodString;
|
|
1839
1784
|
uri: z.ZodString;
|
|
1840
1785
|
}, z.core.$strip>;
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1786
|
+
/**
|
|
1787
|
+
* Tickets for the organization.
|
|
1788
|
+
*/
|
|
1789
|
+
export declare const zListTicketsResponse: z.ZodObject<{
|
|
1790
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1791
|
+
id: z.ZodString;
|
|
1792
|
+
status: z.ZodEnum<{
|
|
1793
|
+
closed: "closed";
|
|
1794
|
+
waiting_on_us: "waiting_on_us";
|
|
1795
|
+
waiting_on_user: "waiting_on_user";
|
|
1796
|
+
}>;
|
|
1797
|
+
category: z.ZodEnum<{
|
|
1798
|
+
billing: "billing";
|
|
1799
|
+
technical: "technical";
|
|
1800
|
+
general: "general";
|
|
1801
|
+
}>;
|
|
1802
|
+
summary: z.ZodString;
|
|
1803
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1804
|
+
date_created: z.ZodISODateTime;
|
|
1805
|
+
date_updated: z.ZodISODateTime;
|
|
1806
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1807
|
+
id: z.ZodString;
|
|
1808
|
+
type: z.ZodEnum<{
|
|
1809
|
+
customer_reply: "customer_reply";
|
|
1810
|
+
agent_reply: "agent_reply";
|
|
1811
|
+
}>;
|
|
1812
|
+
body: z.ZodString;
|
|
1813
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1814
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1815
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1816
|
+
id: z.ZodString;
|
|
1817
|
+
filename: z.ZodString;
|
|
1818
|
+
content_type: z.ZodString;
|
|
1819
|
+
size: z.ZodInt;
|
|
1820
|
+
}, z.core.$strip>>>;
|
|
1821
|
+
date_created: z.ZodISODateTime;
|
|
1822
|
+
}, z.core.$strip>>>;
|
|
1823
|
+
}, z.core.$strip>>;
|
|
1824
|
+
}, z.core.$strip>;
|
|
1825
|
+
export declare const zCreateTicketBody: z.ZodObject<{
|
|
1826
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1827
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1828
|
+
}, z.core.$strip>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Ticket created.
|
|
1831
|
+
*/
|
|
1832
|
+
export declare const zCreateTicketResponse: z.ZodObject<{
|
|
1833
|
+
id: z.ZodString;
|
|
1834
|
+
status: z.ZodEnum<{
|
|
1835
|
+
closed: "closed";
|
|
1836
|
+
waiting_on_us: "waiting_on_us";
|
|
1837
|
+
waiting_on_user: "waiting_on_user";
|
|
1838
|
+
}>;
|
|
1839
|
+
category: z.ZodEnum<{
|
|
1840
|
+
billing: "billing";
|
|
1841
|
+
technical: "technical";
|
|
1842
|
+
general: "general";
|
|
1843
|
+
}>;
|
|
1844
|
+
summary: z.ZodString;
|
|
1845
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1846
|
+
date_created: z.ZodISODateTime;
|
|
1847
|
+
date_updated: z.ZodISODateTime;
|
|
1848
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1849
|
+
id: z.ZodString;
|
|
1850
|
+
type: z.ZodEnum<{
|
|
1851
|
+
customer_reply: "customer_reply";
|
|
1852
|
+
agent_reply: "agent_reply";
|
|
1853
|
+
}>;
|
|
1854
|
+
body: z.ZodString;
|
|
1855
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1856
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1857
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1858
|
+
id: z.ZodString;
|
|
1859
|
+
filename: z.ZodString;
|
|
1860
|
+
content_type: z.ZodString;
|
|
1861
|
+
size: z.ZodInt;
|
|
1862
|
+
}, z.core.$strip>>>;
|
|
1863
|
+
date_created: z.ZodISODateTime;
|
|
1864
|
+
}, z.core.$strip>>>;
|
|
1865
|
+
}, z.core.$strip>;
|
|
1866
|
+
export declare const zCloseTicketPath: z.ZodObject<{
|
|
1867
|
+
ticket_id: z.ZodString;
|
|
1868
|
+
}, z.core.$strip>;
|
|
1869
|
+
/**
|
|
1870
|
+
* Ticket closed.
|
|
1871
|
+
*/
|
|
1872
|
+
export declare const zCloseTicketResponse: z.ZodObject<{
|
|
1873
|
+
id: z.ZodString;
|
|
1874
|
+
status: z.ZodEnum<{
|
|
1875
|
+
closed: "closed";
|
|
1876
|
+
waiting_on_us: "waiting_on_us";
|
|
1877
|
+
waiting_on_user: "waiting_on_user";
|
|
1878
|
+
}>;
|
|
1879
|
+
category: z.ZodEnum<{
|
|
1880
|
+
billing: "billing";
|
|
1881
|
+
technical: "technical";
|
|
1882
|
+
general: "general";
|
|
1883
|
+
}>;
|
|
1884
|
+
summary: z.ZodString;
|
|
1885
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1886
|
+
date_created: z.ZodISODateTime;
|
|
1887
|
+
date_updated: z.ZodISODateTime;
|
|
1888
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1889
|
+
id: z.ZodString;
|
|
1890
|
+
type: z.ZodEnum<{
|
|
1891
|
+
customer_reply: "customer_reply";
|
|
1892
|
+
agent_reply: "agent_reply";
|
|
1893
|
+
}>;
|
|
1894
|
+
body: z.ZodString;
|
|
1895
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1896
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1897
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1898
|
+
id: z.ZodString;
|
|
1899
|
+
filename: z.ZodString;
|
|
1900
|
+
content_type: z.ZodString;
|
|
1901
|
+
size: z.ZodInt;
|
|
1902
|
+
}, z.core.$strip>>>;
|
|
1903
|
+
date_created: z.ZodISODateTime;
|
|
1904
|
+
}, z.core.$strip>>>;
|
|
1905
|
+
}, z.core.$strip>;
|
|
1906
|
+
export declare const zGetTicketPath: z.ZodObject<{
|
|
1907
|
+
ticket_id: z.ZodString;
|
|
1845
1908
|
}, z.core.$strip>;
|
|
1909
|
+
/**
|
|
1910
|
+
* Ticket with messages (internal notes excluded).
|
|
1911
|
+
*/
|
|
1912
|
+
export declare const zGetTicketResponse: z.ZodObject<{
|
|
1913
|
+
id: z.ZodString;
|
|
1914
|
+
status: z.ZodEnum<{
|
|
1915
|
+
closed: "closed";
|
|
1916
|
+
waiting_on_us: "waiting_on_us";
|
|
1917
|
+
waiting_on_user: "waiting_on_user";
|
|
1918
|
+
}>;
|
|
1919
|
+
category: z.ZodEnum<{
|
|
1920
|
+
billing: "billing";
|
|
1921
|
+
technical: "technical";
|
|
1922
|
+
general: "general";
|
|
1923
|
+
}>;
|
|
1924
|
+
summary: z.ZodString;
|
|
1925
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1926
|
+
date_created: z.ZodISODateTime;
|
|
1927
|
+
date_updated: z.ZodISODateTime;
|
|
1928
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1929
|
+
id: z.ZodString;
|
|
1930
|
+
type: z.ZodEnum<{
|
|
1931
|
+
customer_reply: "customer_reply";
|
|
1932
|
+
agent_reply: "agent_reply";
|
|
1933
|
+
}>;
|
|
1934
|
+
body: z.ZodString;
|
|
1935
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1936
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1937
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1938
|
+
id: z.ZodString;
|
|
1939
|
+
filename: z.ZodString;
|
|
1940
|
+
content_type: z.ZodString;
|
|
1941
|
+
size: z.ZodInt;
|
|
1942
|
+
}, z.core.$strip>>>;
|
|
1943
|
+
date_created: z.ZodISODateTime;
|
|
1944
|
+
}, z.core.$strip>>>;
|
|
1945
|
+
}, z.core.$strip>;
|
|
1946
|
+
export declare const zReplyTicketBody: z.ZodObject<{
|
|
1947
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1948
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1949
|
+
}, z.core.$strip>;
|
|
1950
|
+
export declare const zReplyTicketPath: z.ZodObject<{
|
|
1951
|
+
ticket_id: z.ZodString;
|
|
1952
|
+
}, z.core.$strip>;
|
|
1953
|
+
/**
|
|
1954
|
+
* Reply appended.
|
|
1955
|
+
*/
|
|
1956
|
+
export declare const zReplyTicketResponse: z.ZodObject<{
|
|
1957
|
+
id: z.ZodString;
|
|
1958
|
+
type: z.ZodEnum<{
|
|
1959
|
+
customer_reply: "customer_reply";
|
|
1960
|
+
agent_reply: "agent_reply";
|
|
1961
|
+
}>;
|
|
1962
|
+
body: z.ZodString;
|
|
1963
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1964
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1965
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1966
|
+
id: z.ZodString;
|
|
1967
|
+
filename: z.ZodString;
|
|
1968
|
+
content_type: z.ZodString;
|
|
1969
|
+
size: z.ZodInt;
|
|
1970
|
+
}, z.core.$strip>>>;
|
|
1971
|
+
date_created: z.ZodISODateTime;
|
|
1972
|
+
}, z.core.$strip>;
|
|
1973
|
+
export declare const zGetTicketAttachmentPath: z.ZodObject<{
|
|
1974
|
+
ticket_id: z.ZodString;
|
|
1975
|
+
attachment_id: z.ZodString;
|
|
1976
|
+
}, z.core.$strip>;
|
|
1977
|
+
/**
|
|
1978
|
+
* Attachment binary stream.
|
|
1979
|
+
*/
|
|
1980
|
+
export declare const zGetTicketAttachmentResponse: z.ZodString;
|
|
1846
1981
|
/**
|
|
1847
1982
|
* Returns a list of access token details with masked secrets.
|
|
1848
1983
|
*/
|
|
@@ -1856,16 +1991,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
|
1856
1991
|
secret: z.ZodOptional<z.ZodString>;
|
|
1857
1992
|
date_created: z.ZodISODateTime;
|
|
1858
1993
|
}, z.core.$strip>>;
|
|
1859
|
-
export declare const
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
}>;
|
|
1866
|
-
}, z.core.$strip>;
|
|
1867
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1868
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1994
|
+
export declare const zCreateTokenBody: z.ZodObject<{
|
|
1995
|
+
name: z.ZodString;
|
|
1996
|
+
role: z.ZodEnum<{
|
|
1997
|
+
Administrator: "Administrator";
|
|
1998
|
+
User: "User";
|
|
1999
|
+
}>;
|
|
1869
2000
|
}, z.core.$strip>;
|
|
1870
2001
|
/**
|
|
1871
2002
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
@@ -1880,19 +2011,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
|
|
|
1880
2011
|
secret: z.ZodOptional<z.ZodString>;
|
|
1881
2012
|
date_created: z.ZodISODateTime;
|
|
1882
2013
|
}, z.core.$strip>;
|
|
1883
|
-
export declare const
|
|
1884
|
-
|
|
1885
|
-
path: z.ZodObject<{
|
|
1886
|
-
token_id: z.ZodString;
|
|
1887
|
-
}, z.core.$strip>;
|
|
1888
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2014
|
+
export declare const zDeleteTokenPath: z.ZodObject<{
|
|
2015
|
+
token_id: z.ZodString;
|
|
1889
2016
|
}, z.core.$strip>;
|
|
1890
|
-
export declare const
|
|
1891
|
-
|
|
1892
|
-
path: z.ZodObject<{
|
|
1893
|
-
token_id: z.ZodString;
|
|
1894
|
-
}, z.core.$strip>;
|
|
1895
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2017
|
+
export declare const zGetTokenPath: z.ZodObject<{
|
|
2018
|
+
token_id: z.ZodString;
|
|
1896
2019
|
}, z.core.$strip>;
|
|
1897
2020
|
/**
|
|
1898
2021
|
* Returns access token details with masked secret.
|
|
@@ -1907,18 +2030,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
|
|
|
1907
2030
|
secret: z.ZodOptional<z.ZodString>;
|
|
1908
2031
|
date_created: z.ZodISODateTime;
|
|
1909
2032
|
}, z.core.$strip>;
|
|
1910
|
-
export declare const
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
token_id: z.ZodString;
|
|
1920
|
-
}, z.core.$strip>;
|
|
1921
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2033
|
+
export declare const zUpdateTokenBody: z.ZodObject<{
|
|
2034
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2035
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2036
|
+
Administrator: "Administrator";
|
|
2037
|
+
User: "User";
|
|
2038
|
+
}>>;
|
|
2039
|
+
}, z.core.$strip>;
|
|
2040
|
+
export declare const zUpdateTokenPath: z.ZodObject<{
|
|
2041
|
+
token_id: z.ZodString;
|
|
1922
2042
|
}, z.core.$strip>;
|
|
1923
2043
|
/**
|
|
1924
2044
|
* Successfully updated. Returns updated token details with masked secret.
|
|
@@ -1933,12 +2053,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
|
1933
2053
|
secret: z.ZodOptional<z.ZodString>;
|
|
1934
2054
|
date_created: z.ZodISODateTime;
|
|
1935
2055
|
}, z.core.$strip>;
|
|
1936
|
-
export declare const
|
|
1937
|
-
|
|
1938
|
-
path: z.ZodObject<{
|
|
1939
|
-
token_id: z.ZodString;
|
|
1940
|
-
}, z.core.$strip>;
|
|
1941
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2056
|
+
export declare const zRegenerateTokenPath: z.ZodObject<{
|
|
2057
|
+
token_id: z.ZodString;
|
|
1942
2058
|
}, z.core.$strip>;
|
|
1943
2059
|
/**
|
|
1944
2060
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
@@ -1953,12 +2069,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
1953
2069
|
secret: z.ZodOptional<z.ZodString>;
|
|
1954
2070
|
date_created: z.ZodISODateTime;
|
|
1955
2071
|
}, z.core.$strip>;
|
|
1956
|
-
export declare const
|
|
1957
|
-
|
|
1958
|
-
path: z.ZodObject<{
|
|
1959
|
-
email: z.ZodString;
|
|
1960
|
-
}, z.core.$strip>;
|
|
1961
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2072
|
+
export declare const zListUserOrganizationsPath: z.ZodObject<{
|
|
2073
|
+
email: z.ZodString;
|
|
1962
2074
|
}, z.core.$strip>;
|
|
1963
2075
|
/**
|
|
1964
2076
|
* An array of organizations the user belongs to.
|
|
@@ -1967,11 +2079,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1967
2079
|
realm: z.ZodOptional<z.ZodString>;
|
|
1968
2080
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1969
2081
|
}, z.core.$strip>>;
|
|
1970
|
-
export declare const zListUsersData: z.ZodObject<{
|
|
1971
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1972
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1973
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1974
|
-
}, z.core.$strip>;
|
|
1975
2082
|
/**
|
|
1976
2083
|
* An array of users
|
|
1977
2084
|
*/
|
|
@@ -1990,24 +2097,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1990
2097
|
id: z.ZodUUID;
|
|
1991
2098
|
date_created: z.ZodISODateTime;
|
|
1992
2099
|
}, z.core.$strip>>;
|
|
1993
|
-
export declare const
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
}>>;
|
|
2008
|
-
}, z.core.$strip>;
|
|
2009
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2010
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2100
|
+
export declare const zCreateUserBody: z.ZodObject<{
|
|
2101
|
+
email: z.ZodEmail;
|
|
2102
|
+
first_name: z.ZodString;
|
|
2103
|
+
last_name: z.ZodString;
|
|
2104
|
+
code: z.ZodString;
|
|
2105
|
+
password: z.ZodString;
|
|
2106
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2107
|
+
active: "active";
|
|
2108
|
+
inactive: "inactive";
|
|
2109
|
+
}>>;
|
|
2110
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2111
|
+
Administrator: "Administrator";
|
|
2112
|
+
User: "User";
|
|
2113
|
+
}>>;
|
|
2011
2114
|
}, z.core.$strip>;
|
|
2012
2115
|
/**
|
|
2013
2116
|
* Successfully created. Returns created user details.
|
|
@@ -2027,12 +2130,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
2027
2130
|
id: z.ZodUUID;
|
|
2028
2131
|
date_created: z.ZodISODateTime;
|
|
2029
2132
|
}, z.core.$strip>;
|
|
2030
|
-
export declare const
|
|
2031
|
-
|
|
2032
|
-
path: z.ZodObject<{
|
|
2033
|
-
user_id: z.ZodString;
|
|
2034
|
-
}, z.core.$strip>;
|
|
2035
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2133
|
+
export declare const zDeleteUserPath: z.ZodObject<{
|
|
2134
|
+
user_id: z.ZodString;
|
|
2036
2135
|
}, z.core.$strip>;
|
|
2037
2136
|
/**
|
|
2038
2137
|
* User profile information
|
|
@@ -2052,12 +2151,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
2052
2151
|
id: z.ZodUUID;
|
|
2053
2152
|
date_created: z.ZodISODateTime;
|
|
2054
2153
|
}, z.core.$strip>;
|
|
2055
|
-
export declare const
|
|
2056
|
-
|
|
2057
|
-
path: z.ZodObject<{
|
|
2058
|
-
user_id: z.ZodString;
|
|
2059
|
-
}, z.core.$strip>;
|
|
2060
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2154
|
+
export declare const zGetUserPath: z.ZodObject<{
|
|
2155
|
+
user_id: z.ZodString;
|
|
2061
2156
|
}, z.core.$strip>;
|
|
2062
2157
|
/**
|
|
2063
2158
|
* User profile information
|
|
@@ -2077,24 +2172,21 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
2077
2172
|
id: z.ZodUUID;
|
|
2078
2173
|
date_created: z.ZodISODateTime;
|
|
2079
2174
|
}, z.core.$strip>;
|
|
2080
|
-
export declare const
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
user_id: z.ZodString;
|
|
2096
|
-
}, z.core.$strip>;
|
|
2097
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2175
|
+
export declare const zUpdateUserBody: z.ZodObject<{
|
|
2176
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2177
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
2178
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
2179
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2180
|
+
Administrator: "Administrator";
|
|
2181
|
+
User: "User";
|
|
2182
|
+
}>>;
|
|
2183
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2184
|
+
active: "active";
|
|
2185
|
+
inactive: "inactive";
|
|
2186
|
+
}>>;
|
|
2187
|
+
}, z.core.$strip>;
|
|
2188
|
+
export declare const zUpdateUserPath: z.ZodObject<{
|
|
2189
|
+
user_id: z.ZodString;
|
|
2098
2190
|
}, z.core.$strip>;
|
|
2099
2191
|
/**
|
|
2100
2192
|
* Successfully created. Returns created user details.
|