@cloudfleet/sdk 0.0.1-61c9a45 → 0.0.1-638a41b
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/schemas.gen.d.ts +154 -276
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +167 -277
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +17 -13
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +28 -19
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +104 -215
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +202 -627
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +55 -64
- package/dist/zod.gen.js.map +1 -1
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -1,4 +1,41 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
export declare const zBillingContact: z.ZodObject<{
|
|
3
|
+
company: z.ZodOptional<z.ZodString>;
|
|
4
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
5
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
6
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
7
|
+
city: z.ZodOptional<z.ZodString>;
|
|
8
|
+
state: z.ZodOptional<z.ZodString>;
|
|
9
|
+
country: z.ZodOptional<z.ZodString>;
|
|
10
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
11
|
+
email: z.ZodString;
|
|
12
|
+
first_name: z.ZodString;
|
|
13
|
+
last_name: z.ZodString;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
email: string;
|
|
16
|
+
first_name: string;
|
|
17
|
+
last_name: string;
|
|
18
|
+
state?: string | undefined;
|
|
19
|
+
country?: string | undefined;
|
|
20
|
+
company?: string | undefined;
|
|
21
|
+
address1?: string | undefined;
|
|
22
|
+
address2?: string | undefined;
|
|
23
|
+
postalCode?: string | undefined;
|
|
24
|
+
city?: string | undefined;
|
|
25
|
+
phone?: string | undefined;
|
|
26
|
+
}, {
|
|
27
|
+
email: string;
|
|
28
|
+
first_name: string;
|
|
29
|
+
last_name: string;
|
|
30
|
+
state?: string | undefined;
|
|
31
|
+
country?: string | undefined;
|
|
32
|
+
company?: string | undefined;
|
|
33
|
+
address1?: string | undefined;
|
|
34
|
+
address2?: string | undefined;
|
|
35
|
+
postalCode?: string | undefined;
|
|
36
|
+
city?: string | undefined;
|
|
37
|
+
phone?: string | undefined;
|
|
38
|
+
}>;
|
|
2
39
|
export declare const zClusterCreateInput: z.ZodObject<{
|
|
3
40
|
name: z.ZodString;
|
|
4
41
|
region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
|
|
@@ -701,7 +738,6 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
701
738
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
702
739
|
id?: string | undefined;
|
|
703
740
|
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
704
|
-
amount?: number | undefined;
|
|
705
741
|
items?: {
|
|
706
742
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
707
743
|
id?: string | undefined;
|
|
@@ -726,6 +762,7 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
726
762
|
childItems?: unknown[] | undefined;
|
|
727
763
|
}[] | undefined;
|
|
728
764
|
organizationId?: string | undefined;
|
|
765
|
+
amount?: number | undefined;
|
|
729
766
|
creditAdj?: number | undefined;
|
|
730
767
|
refundAdj?: number | undefined;
|
|
731
768
|
invoiceDate?: string | undefined;
|
|
@@ -760,7 +797,6 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
760
797
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
761
798
|
id?: string | undefined;
|
|
762
799
|
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
763
|
-
amount?: number | undefined;
|
|
764
800
|
items?: {
|
|
765
801
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
766
802
|
id?: string | undefined;
|
|
@@ -785,6 +821,7 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
785
821
|
childItems?: unknown[] | undefined;
|
|
786
822
|
}[] | undefined;
|
|
787
823
|
organizationId?: string | undefined;
|
|
824
|
+
amount?: number | undefined;
|
|
788
825
|
creditAdj?: number | undefined;
|
|
789
826
|
refundAdj?: number | undefined;
|
|
790
827
|
invoiceDate?: string | undefined;
|
|
@@ -816,145 +853,28 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
816
853
|
childItems?: unknown[] | undefined;
|
|
817
854
|
}[] | undefined;
|
|
818
855
|
}>;
|
|
819
|
-
export declare const
|
|
820
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
821
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
822
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
823
|
-
city: z.ZodOptional<z.ZodString>;
|
|
824
|
-
state: z.ZodOptional<z.ZodString>;
|
|
825
|
-
country: z.ZodOptional<z.ZodString>;
|
|
826
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
856
|
+
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
827
857
|
email: z.ZodString;
|
|
828
858
|
first_name: z.ZodString;
|
|
829
859
|
last_name: z.ZodString;
|
|
860
|
+
company_name: z.ZodString;
|
|
861
|
+
password: z.ZodString;
|
|
830
862
|
}, "strip", z.ZodTypeAny, {
|
|
831
863
|
email: string;
|
|
832
864
|
first_name: string;
|
|
833
865
|
last_name: string;
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
address1?: string | undefined;
|
|
837
|
-
address2?: string | undefined;
|
|
838
|
-
postalCode?: string | undefined;
|
|
839
|
-
city?: string | undefined;
|
|
840
|
-
phone?: string | undefined;
|
|
866
|
+
company_name: string;
|
|
867
|
+
password: string;
|
|
841
868
|
}, {
|
|
842
869
|
email: string;
|
|
843
870
|
first_name: string;
|
|
844
871
|
last_name: string;
|
|
845
|
-
|
|
846
|
-
country?: string | undefined;
|
|
847
|
-
address1?: string | undefined;
|
|
848
|
-
address2?: string | undefined;
|
|
849
|
-
postalCode?: string | undefined;
|
|
850
|
-
city?: string | undefined;
|
|
851
|
-
phone?: string | undefined;
|
|
852
|
-
}>;
|
|
853
|
-
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
854
|
-
name: z.ZodString;
|
|
855
|
-
contactInfo: z.ZodObject<{
|
|
856
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
857
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
858
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
859
|
-
city: z.ZodOptional<z.ZodString>;
|
|
860
|
-
state: z.ZodOptional<z.ZodString>;
|
|
861
|
-
country: z.ZodOptional<z.ZodString>;
|
|
862
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
863
|
-
email: z.ZodString;
|
|
864
|
-
first_name: z.ZodString;
|
|
865
|
-
last_name: z.ZodString;
|
|
866
|
-
}, "strip", z.ZodTypeAny, {
|
|
867
|
-
email: string;
|
|
868
|
-
first_name: string;
|
|
869
|
-
last_name: string;
|
|
870
|
-
state?: string | undefined;
|
|
871
|
-
country?: string | undefined;
|
|
872
|
-
address1?: string | undefined;
|
|
873
|
-
address2?: string | undefined;
|
|
874
|
-
postalCode?: string | undefined;
|
|
875
|
-
city?: string | undefined;
|
|
876
|
-
phone?: string | undefined;
|
|
877
|
-
}, {
|
|
878
|
-
email: string;
|
|
879
|
-
first_name: string;
|
|
880
|
-
last_name: string;
|
|
881
|
-
state?: string | undefined;
|
|
882
|
-
country?: string | undefined;
|
|
883
|
-
address1?: string | undefined;
|
|
884
|
-
address2?: string | undefined;
|
|
885
|
-
postalCode?: string | undefined;
|
|
886
|
-
city?: string | undefined;
|
|
887
|
-
phone?: string | undefined;
|
|
888
|
-
}>;
|
|
889
|
-
password: z.ZodString;
|
|
890
|
-
}, "strip", z.ZodTypeAny, {
|
|
891
|
-
name: string;
|
|
892
|
-
contactInfo: {
|
|
893
|
-
email: string;
|
|
894
|
-
first_name: string;
|
|
895
|
-
last_name: string;
|
|
896
|
-
state?: string | undefined;
|
|
897
|
-
country?: string | undefined;
|
|
898
|
-
address1?: string | undefined;
|
|
899
|
-
address2?: string | undefined;
|
|
900
|
-
postalCode?: string | undefined;
|
|
901
|
-
city?: string | undefined;
|
|
902
|
-
phone?: string | undefined;
|
|
903
|
-
};
|
|
904
|
-
password: string;
|
|
905
|
-
}, {
|
|
906
|
-
name: string;
|
|
907
|
-
contactInfo: {
|
|
908
|
-
email: string;
|
|
909
|
-
first_name: string;
|
|
910
|
-
last_name: string;
|
|
911
|
-
state?: string | undefined;
|
|
912
|
-
country?: string | undefined;
|
|
913
|
-
address1?: string | undefined;
|
|
914
|
-
address2?: string | undefined;
|
|
915
|
-
postalCode?: string | undefined;
|
|
916
|
-
city?: string | undefined;
|
|
917
|
-
phone?: string | undefined;
|
|
918
|
-
};
|
|
872
|
+
company_name: string;
|
|
919
873
|
password: string;
|
|
920
874
|
}>;
|
|
921
875
|
export declare const zOrganization: z.ZodObject<{
|
|
922
|
-
name: z.ZodString;
|
|
923
|
-
contactInfo: z.ZodObject<{
|
|
924
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
925
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
926
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
927
|
-
city: z.ZodOptional<z.ZodString>;
|
|
928
|
-
state: z.ZodOptional<z.ZodString>;
|
|
929
|
-
country: z.ZodOptional<z.ZodString>;
|
|
930
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
931
|
-
email: z.ZodString;
|
|
932
|
-
first_name: z.ZodString;
|
|
933
|
-
last_name: z.ZodString;
|
|
934
|
-
}, "strip", z.ZodTypeAny, {
|
|
935
|
-
email: string;
|
|
936
|
-
first_name: string;
|
|
937
|
-
last_name: string;
|
|
938
|
-
state?: string | undefined;
|
|
939
|
-
country?: string | undefined;
|
|
940
|
-
address1?: string | undefined;
|
|
941
|
-
address2?: string | undefined;
|
|
942
|
-
postalCode?: string | undefined;
|
|
943
|
-
city?: string | undefined;
|
|
944
|
-
phone?: string | undefined;
|
|
945
|
-
}, {
|
|
946
|
-
email: string;
|
|
947
|
-
first_name: string;
|
|
948
|
-
last_name: string;
|
|
949
|
-
state?: string | undefined;
|
|
950
|
-
country?: string | undefined;
|
|
951
|
-
address1?: string | undefined;
|
|
952
|
-
address2?: string | undefined;
|
|
953
|
-
postalCode?: string | undefined;
|
|
954
|
-
city?: string | undefined;
|
|
955
|
-
phone?: string | undefined;
|
|
956
|
-
}>;
|
|
957
876
|
id: z.ZodString;
|
|
877
|
+
name: z.ZodOptional<z.ZodString>;
|
|
958
878
|
date_created: z.ZodString;
|
|
959
879
|
quota: z.ZodObject<{
|
|
960
880
|
basic_clusters_max: z.ZodNumber;
|
|
@@ -1002,25 +922,11 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
1002
922
|
cluster_tiers: string[];
|
|
1003
923
|
regions: string[];
|
|
1004
924
|
}>;
|
|
1005
|
-
pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
|
|
1006
925
|
status: z.ZodEnum<["active", "closed", "suspended"]>;
|
|
1007
926
|
}, "strip", z.ZodTypeAny, {
|
|
1008
|
-
name: string;
|
|
1009
927
|
id: string;
|
|
1010
928
|
status: "active" | "closed" | "suspended";
|
|
1011
929
|
date_created: string;
|
|
1012
|
-
contactInfo: {
|
|
1013
|
-
email: string;
|
|
1014
|
-
first_name: string;
|
|
1015
|
-
last_name: string;
|
|
1016
|
-
state?: string | undefined;
|
|
1017
|
-
country?: string | undefined;
|
|
1018
|
-
address1?: string | undefined;
|
|
1019
|
-
address2?: string | undefined;
|
|
1020
|
-
postalCode?: string | undefined;
|
|
1021
|
-
city?: string | undefined;
|
|
1022
|
-
phone?: string | undefined;
|
|
1023
|
-
};
|
|
1024
930
|
quota: {
|
|
1025
931
|
versions: {
|
|
1026
932
|
id: string;
|
|
@@ -1035,24 +941,11 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
1035
941
|
cluster_tiers: string[];
|
|
1036
942
|
regions: string[];
|
|
1037
943
|
};
|
|
1038
|
-
|
|
944
|
+
name?: string | undefined;
|
|
1039
945
|
}, {
|
|
1040
|
-
name: string;
|
|
1041
946
|
id: string;
|
|
1042
947
|
status: "active" | "closed" | "suspended";
|
|
1043
948
|
date_created: string;
|
|
1044
|
-
contactInfo: {
|
|
1045
|
-
email: string;
|
|
1046
|
-
first_name: string;
|
|
1047
|
-
last_name: string;
|
|
1048
|
-
state?: string | undefined;
|
|
1049
|
-
country?: string | undefined;
|
|
1050
|
-
address1?: string | undefined;
|
|
1051
|
-
address2?: string | undefined;
|
|
1052
|
-
postalCode?: string | undefined;
|
|
1053
|
-
city?: string | undefined;
|
|
1054
|
-
phone?: string | undefined;
|
|
1055
|
-
};
|
|
1056
949
|
quota: {
|
|
1057
950
|
versions: {
|
|
1058
951
|
id: string;
|
|
@@ -1067,71 +960,6 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
1067
960
|
cluster_tiers: string[];
|
|
1068
961
|
regions: string[];
|
|
1069
962
|
};
|
|
1070
|
-
pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
|
|
1071
|
-
}>;
|
|
1072
|
-
export declare const zOrganizationUpdateInput: z.ZodObject<{
|
|
1073
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1074
|
-
contactInfo: z.ZodObject<{
|
|
1075
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
1076
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
1077
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1078
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1079
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1080
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1081
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
1082
|
-
email: z.ZodString;
|
|
1083
|
-
first_name: z.ZodString;
|
|
1084
|
-
last_name: z.ZodString;
|
|
1085
|
-
}, "strip", z.ZodTypeAny, {
|
|
1086
|
-
email: string;
|
|
1087
|
-
first_name: string;
|
|
1088
|
-
last_name: string;
|
|
1089
|
-
state?: string | undefined;
|
|
1090
|
-
country?: string | undefined;
|
|
1091
|
-
address1?: string | undefined;
|
|
1092
|
-
address2?: string | undefined;
|
|
1093
|
-
postalCode?: string | undefined;
|
|
1094
|
-
city?: string | undefined;
|
|
1095
|
-
phone?: string | undefined;
|
|
1096
|
-
}, {
|
|
1097
|
-
email: string;
|
|
1098
|
-
first_name: string;
|
|
1099
|
-
last_name: string;
|
|
1100
|
-
state?: string | undefined;
|
|
1101
|
-
country?: string | undefined;
|
|
1102
|
-
address1?: string | undefined;
|
|
1103
|
-
address2?: string | undefined;
|
|
1104
|
-
postalCode?: string | undefined;
|
|
1105
|
-
city?: string | undefined;
|
|
1106
|
-
phone?: string | undefined;
|
|
1107
|
-
}>;
|
|
1108
|
-
}, "strip", z.ZodTypeAny, {
|
|
1109
|
-
contactInfo: {
|
|
1110
|
-
email: string;
|
|
1111
|
-
first_name: string;
|
|
1112
|
-
last_name: string;
|
|
1113
|
-
state?: string | undefined;
|
|
1114
|
-
country?: string | undefined;
|
|
1115
|
-
address1?: string | undefined;
|
|
1116
|
-
address2?: string | undefined;
|
|
1117
|
-
postalCode?: string | undefined;
|
|
1118
|
-
city?: string | undefined;
|
|
1119
|
-
phone?: string | undefined;
|
|
1120
|
-
};
|
|
1121
|
-
name?: string | undefined;
|
|
1122
|
-
}, {
|
|
1123
|
-
contactInfo: {
|
|
1124
|
-
email: string;
|
|
1125
|
-
first_name: string;
|
|
1126
|
-
last_name: string;
|
|
1127
|
-
state?: string | undefined;
|
|
1128
|
-
country?: string | undefined;
|
|
1129
|
-
address1?: string | undefined;
|
|
1130
|
-
address2?: string | undefined;
|
|
1131
|
-
postalCode?: string | undefined;
|
|
1132
|
-
city?: string | undefined;
|
|
1133
|
-
phone?: string | undefined;
|
|
1134
|
-
};
|
|
1135
963
|
name?: string | undefined;
|
|
1136
964
|
}>;
|
|
1137
965
|
export declare const zPaymentMethod: z.ZodObject<{
|
|
@@ -1199,20 +1027,38 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
1199
1027
|
role?: "User" | "Administrator" | undefined;
|
|
1200
1028
|
}>;
|
|
1201
1029
|
export declare const zUsage: z.ZodObject<{
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1030
|
+
hour: z.ZodOptional<z.ZodString>;
|
|
1031
|
+
cluster_id: z.ZodString;
|
|
1032
|
+
cluster_tier: z.ZodEnum<[""]>;
|
|
1033
|
+
product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
|
|
1034
|
+
node_name: z.ZodString;
|
|
1035
|
+
sku: z.ZodString;
|
|
1036
|
+
cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1037
|
+
price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1038
|
+
value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1039
|
+
total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1206
1040
|
}, "strip", z.ZodTypeAny, {
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1041
|
+
total: number | "";
|
|
1042
|
+
product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
|
|
1043
|
+
value: number | "";
|
|
1044
|
+
cpu: number | "";
|
|
1045
|
+
sku: string;
|
|
1046
|
+
price: number | "";
|
|
1047
|
+
cluster_id: string;
|
|
1048
|
+
cluster_tier: "";
|
|
1049
|
+
node_name: string;
|
|
1050
|
+
hour?: string | undefined;
|
|
1211
1051
|
}, {
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1052
|
+
total: number | "";
|
|
1053
|
+
product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
|
|
1054
|
+
value: number | "";
|
|
1055
|
+
cpu: number | "";
|
|
1056
|
+
sku: string;
|
|
1057
|
+
price: number | "";
|
|
1058
|
+
cluster_id: string;
|
|
1059
|
+
cluster_tier: "";
|
|
1060
|
+
node_name: string;
|
|
1061
|
+
hour?: string | undefined;
|
|
1216
1062
|
}>;
|
|
1217
1063
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
1218
1064
|
email: z.ZodString;
|
|
@@ -1262,9 +1108,9 @@ export declare const zUser: z.ZodObject<{
|
|
|
1262
1108
|
role: "User" | "Administrator";
|
|
1263
1109
|
email: string;
|
|
1264
1110
|
status: "active" | "inactive";
|
|
1265
|
-
date_created: string;
|
|
1266
1111
|
first_name: string;
|
|
1267
1112
|
last_name: string;
|
|
1113
|
+
date_created: string;
|
|
1268
1114
|
cluster_permissions?: {
|
|
1269
1115
|
cluster_id: string;
|
|
1270
1116
|
permissions: "readonly" | "readwrite";
|
|
@@ -1274,9 +1120,9 @@ export declare const zUser: z.ZodObject<{
|
|
|
1274
1120
|
role: "User" | "Administrator";
|
|
1275
1121
|
email: string;
|
|
1276
1122
|
status: "active" | "inactive";
|
|
1277
|
-
date_created: string;
|
|
1278
1123
|
first_name: string;
|
|
1279
1124
|
last_name: string;
|
|
1125
|
+
date_created: string;
|
|
1280
1126
|
cluster_permissions?: {
|
|
1281
1127
|
cluster_id: string;
|
|
1282
1128
|
permissions: "readonly" | "readwrite";
|
|
@@ -1302,20 +1148,38 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
1302
1148
|
last_name?: string | undefined;
|
|
1303
1149
|
}>;
|
|
1304
1150
|
export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1151
|
+
hour: z.ZodOptional<z.ZodString>;
|
|
1152
|
+
cluster_id: z.ZodString;
|
|
1153
|
+
cluster_tier: z.ZodEnum<[""]>;
|
|
1154
|
+
product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
|
|
1155
|
+
node_name: z.ZodString;
|
|
1156
|
+
sku: z.ZodString;
|
|
1157
|
+
cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1158
|
+
price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1159
|
+
value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1160
|
+
total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1309
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1162
|
+
total: number | "";
|
|
1163
|
+
product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
|
|
1164
|
+
value: number | "";
|
|
1165
|
+
cpu: number | "";
|
|
1166
|
+
sku: string;
|
|
1167
|
+
price: number | "";
|
|
1168
|
+
cluster_id: string;
|
|
1169
|
+
cluster_tier: "";
|
|
1170
|
+
node_name: string;
|
|
1171
|
+
hour?: string | undefined;
|
|
1314
1172
|
}, {
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1173
|
+
total: number | "";
|
|
1174
|
+
product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
|
|
1175
|
+
value: number | "";
|
|
1176
|
+
cpu: number | "";
|
|
1177
|
+
sku: string;
|
|
1178
|
+
price: number | "";
|
|
1179
|
+
cluster_id: string;
|
|
1180
|
+
cluster_tier: "";
|
|
1181
|
+
node_name: string;
|
|
1182
|
+
hour?: string | undefined;
|
|
1319
1183
|
}>, "many">;
|
|
1320
1184
|
export declare const zGetBalanceResponse: z.ZodNumber;
|
|
1321
1185
|
export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
@@ -1501,7 +1365,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1501
1365
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1502
1366
|
id?: string | undefined;
|
|
1503
1367
|
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
1504
|
-
amount?: number | undefined;
|
|
1505
1368
|
items?: {
|
|
1506
1369
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1507
1370
|
id?: string | undefined;
|
|
@@ -1526,6 +1389,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1526
1389
|
childItems?: unknown[] | undefined;
|
|
1527
1390
|
}[] | undefined;
|
|
1528
1391
|
organizationId?: string | undefined;
|
|
1392
|
+
amount?: number | undefined;
|
|
1529
1393
|
creditAdj?: number | undefined;
|
|
1530
1394
|
refundAdj?: number | undefined;
|
|
1531
1395
|
invoiceDate?: string | undefined;
|
|
@@ -1560,7 +1424,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1560
1424
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1561
1425
|
id?: string | undefined;
|
|
1562
1426
|
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
1563
|
-
amount?: number | undefined;
|
|
1564
1427
|
items?: {
|
|
1565
1428
|
currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1566
1429
|
id?: string | undefined;
|
|
@@ -1585,6 +1448,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1585
1448
|
childItems?: unknown[] | undefined;
|
|
1586
1449
|
}[] | undefined;
|
|
1587
1450
|
organizationId?: string | undefined;
|
|
1451
|
+
amount?: number | undefined;
|
|
1588
1452
|
creditAdj?: number | undefined;
|
|
1589
1453
|
refundAdj?: number | undefined;
|
|
1590
1454
|
invoiceDate?: string | undefined;
|
|
@@ -1623,6 +1487,80 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
|
|
|
1623
1487
|
}, {
|
|
1624
1488
|
html?: string | undefined;
|
|
1625
1489
|
}>;
|
|
1490
|
+
export declare const zGetContactResponse: z.ZodObject<{
|
|
1491
|
+
company: z.ZodOptional<z.ZodString>;
|
|
1492
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
1493
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
1494
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
1495
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1496
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1497
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1498
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
1499
|
+
email: z.ZodString;
|
|
1500
|
+
first_name: z.ZodString;
|
|
1501
|
+
last_name: z.ZodString;
|
|
1502
|
+
}, "strip", z.ZodTypeAny, {
|
|
1503
|
+
email: string;
|
|
1504
|
+
first_name: string;
|
|
1505
|
+
last_name: string;
|
|
1506
|
+
state?: string | undefined;
|
|
1507
|
+
country?: string | undefined;
|
|
1508
|
+
company?: string | undefined;
|
|
1509
|
+
address1?: string | undefined;
|
|
1510
|
+
address2?: string | undefined;
|
|
1511
|
+
postalCode?: string | undefined;
|
|
1512
|
+
city?: string | undefined;
|
|
1513
|
+
phone?: string | undefined;
|
|
1514
|
+
}, {
|
|
1515
|
+
email: string;
|
|
1516
|
+
first_name: string;
|
|
1517
|
+
last_name: string;
|
|
1518
|
+
state?: string | undefined;
|
|
1519
|
+
country?: string | undefined;
|
|
1520
|
+
company?: string | undefined;
|
|
1521
|
+
address1?: string | undefined;
|
|
1522
|
+
address2?: string | undefined;
|
|
1523
|
+
postalCode?: string | undefined;
|
|
1524
|
+
city?: string | undefined;
|
|
1525
|
+
phone?: string | undefined;
|
|
1526
|
+
}>;
|
|
1527
|
+
export declare const zUpdateContactResponse: z.ZodObject<{
|
|
1528
|
+
company: z.ZodOptional<z.ZodString>;
|
|
1529
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
1530
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
1531
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
1532
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1533
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1534
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1535
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
1536
|
+
email: z.ZodString;
|
|
1537
|
+
first_name: z.ZodString;
|
|
1538
|
+
last_name: z.ZodString;
|
|
1539
|
+
}, "strip", z.ZodTypeAny, {
|
|
1540
|
+
email: string;
|
|
1541
|
+
first_name: string;
|
|
1542
|
+
last_name: string;
|
|
1543
|
+
state?: string | undefined;
|
|
1544
|
+
country?: string | undefined;
|
|
1545
|
+
company?: string | undefined;
|
|
1546
|
+
address1?: string | undefined;
|
|
1547
|
+
address2?: string | undefined;
|
|
1548
|
+
postalCode?: string | undefined;
|
|
1549
|
+
city?: string | undefined;
|
|
1550
|
+
phone?: string | undefined;
|
|
1551
|
+
}, {
|
|
1552
|
+
email: string;
|
|
1553
|
+
first_name: string;
|
|
1554
|
+
last_name: string;
|
|
1555
|
+
state?: string | undefined;
|
|
1556
|
+
country?: string | undefined;
|
|
1557
|
+
company?: string | undefined;
|
|
1558
|
+
address1?: string | undefined;
|
|
1559
|
+
address2?: string | undefined;
|
|
1560
|
+
postalCode?: string | undefined;
|
|
1561
|
+
city?: string | undefined;
|
|
1562
|
+
phone?: string | undefined;
|
|
1563
|
+
}>;
|
|
1626
1564
|
export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
1627
1565
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1628
1566
|
cpu: z.ZodNumber;
|
|
@@ -2201,344 +2139,8 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
2201
2139
|
organization_id?: string | undefined;
|
|
2202
2140
|
}>;
|
|
2203
2141
|
export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
2204
|
-
name: z.ZodString;
|
|
2205
|
-
contactInfo: z.ZodObject<{
|
|
2206
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
2207
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
2208
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2209
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2210
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2211
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2212
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
2213
|
-
email: z.ZodString;
|
|
2214
|
-
first_name: z.ZodString;
|
|
2215
|
-
last_name: z.ZodString;
|
|
2216
|
-
}, "strip", z.ZodTypeAny, {
|
|
2217
|
-
email: string;
|
|
2218
|
-
first_name: string;
|
|
2219
|
-
last_name: string;
|
|
2220
|
-
state?: string | undefined;
|
|
2221
|
-
country?: string | undefined;
|
|
2222
|
-
address1?: string | undefined;
|
|
2223
|
-
address2?: string | undefined;
|
|
2224
|
-
postalCode?: string | undefined;
|
|
2225
|
-
city?: string | undefined;
|
|
2226
|
-
phone?: string | undefined;
|
|
2227
|
-
}, {
|
|
2228
|
-
email: string;
|
|
2229
|
-
first_name: string;
|
|
2230
|
-
last_name: string;
|
|
2231
|
-
state?: string | undefined;
|
|
2232
|
-
country?: string | undefined;
|
|
2233
|
-
address1?: string | undefined;
|
|
2234
|
-
address2?: string | undefined;
|
|
2235
|
-
postalCode?: string | undefined;
|
|
2236
|
-
city?: string | undefined;
|
|
2237
|
-
phone?: string | undefined;
|
|
2238
|
-
}>;
|
|
2239
|
-
id: z.ZodString;
|
|
2240
|
-
date_created: z.ZodString;
|
|
2241
|
-
quota: z.ZodObject<{
|
|
2242
|
-
basic_clusters_max: z.ZodNumber;
|
|
2243
|
-
basic_clusters_available: z.ZodNumber;
|
|
2244
|
-
pro_clusters_max: z.ZodNumber;
|
|
2245
|
-
pro_clusters_available: z.ZodNumber;
|
|
2246
|
-
fleets_max: z.ZodNumber;
|
|
2247
|
-
managed_fleets_cpu_max: z.ZodNumber;
|
|
2248
|
-
cluster_tiers: z.ZodArray<z.ZodString, "many">;
|
|
2249
|
-
regions: z.ZodArray<z.ZodString, "many">;
|
|
2250
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2251
|
-
id: z.ZodString;
|
|
2252
|
-
label: z.ZodString;
|
|
2253
|
-
}, "strip", z.ZodTypeAny, {
|
|
2254
|
-
id: string;
|
|
2255
|
-
label: string;
|
|
2256
|
-
}, {
|
|
2257
|
-
id: string;
|
|
2258
|
-
label: string;
|
|
2259
|
-
}>, "many">;
|
|
2260
|
-
}, "strip", z.ZodTypeAny, {
|
|
2261
|
-
versions: {
|
|
2262
|
-
id: string;
|
|
2263
|
-
label: string;
|
|
2264
|
-
}[];
|
|
2265
|
-
basic_clusters_max: number;
|
|
2266
|
-
basic_clusters_available: number;
|
|
2267
|
-
pro_clusters_max: number;
|
|
2268
|
-
pro_clusters_available: number;
|
|
2269
|
-
fleets_max: number;
|
|
2270
|
-
managed_fleets_cpu_max: number;
|
|
2271
|
-
cluster_tiers: string[];
|
|
2272
|
-
regions: string[];
|
|
2273
|
-
}, {
|
|
2274
|
-
versions: {
|
|
2275
|
-
id: string;
|
|
2276
|
-
label: string;
|
|
2277
|
-
}[];
|
|
2278
|
-
basic_clusters_max: number;
|
|
2279
|
-
basic_clusters_available: number;
|
|
2280
|
-
pro_clusters_max: number;
|
|
2281
|
-
pro_clusters_available: number;
|
|
2282
|
-
fleets_max: number;
|
|
2283
|
-
managed_fleets_cpu_max: number;
|
|
2284
|
-
cluster_tiers: string[];
|
|
2285
|
-
regions: string[];
|
|
2286
|
-
}>;
|
|
2287
|
-
pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
|
|
2288
|
-
status: z.ZodEnum<["active", "closed", "suspended"]>;
|
|
2289
|
-
}, "strip", z.ZodTypeAny, {
|
|
2290
|
-
name: string;
|
|
2291
|
-
id: string;
|
|
2292
|
-
status: "active" | "closed" | "suspended";
|
|
2293
|
-
date_created: string;
|
|
2294
|
-
contactInfo: {
|
|
2295
|
-
email: string;
|
|
2296
|
-
first_name: string;
|
|
2297
|
-
last_name: string;
|
|
2298
|
-
state?: string | undefined;
|
|
2299
|
-
country?: string | undefined;
|
|
2300
|
-
address1?: string | undefined;
|
|
2301
|
-
address2?: string | undefined;
|
|
2302
|
-
postalCode?: string | undefined;
|
|
2303
|
-
city?: string | undefined;
|
|
2304
|
-
phone?: string | undefined;
|
|
2305
|
-
};
|
|
2306
|
-
quota: {
|
|
2307
|
-
versions: {
|
|
2308
|
-
id: string;
|
|
2309
|
-
label: string;
|
|
2310
|
-
}[];
|
|
2311
|
-
basic_clusters_max: number;
|
|
2312
|
-
basic_clusters_available: number;
|
|
2313
|
-
pro_clusters_max: number;
|
|
2314
|
-
pro_clusters_available: number;
|
|
2315
|
-
fleets_max: number;
|
|
2316
|
-
managed_fleets_cpu_max: number;
|
|
2317
|
-
cluster_tiers: string[];
|
|
2318
|
-
regions: string[];
|
|
2319
|
-
};
|
|
2320
|
-
pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
|
|
2321
|
-
}, {
|
|
2322
|
-
name: string;
|
|
2323
|
-
id: string;
|
|
2324
|
-
status: "active" | "closed" | "suspended";
|
|
2325
|
-
date_created: string;
|
|
2326
|
-
contactInfo: {
|
|
2327
|
-
email: string;
|
|
2328
|
-
first_name: string;
|
|
2329
|
-
last_name: string;
|
|
2330
|
-
state?: string | undefined;
|
|
2331
|
-
country?: string | undefined;
|
|
2332
|
-
address1?: string | undefined;
|
|
2333
|
-
address2?: string | undefined;
|
|
2334
|
-
postalCode?: string | undefined;
|
|
2335
|
-
city?: string | undefined;
|
|
2336
|
-
phone?: string | undefined;
|
|
2337
|
-
};
|
|
2338
|
-
quota: {
|
|
2339
|
-
versions: {
|
|
2340
|
-
id: string;
|
|
2341
|
-
label: string;
|
|
2342
|
-
}[];
|
|
2343
|
-
basic_clusters_max: number;
|
|
2344
|
-
basic_clusters_available: number;
|
|
2345
|
-
pro_clusters_max: number;
|
|
2346
|
-
pro_clusters_available: number;
|
|
2347
|
-
fleets_max: number;
|
|
2348
|
-
managed_fleets_cpu_max: number;
|
|
2349
|
-
cluster_tiers: string[];
|
|
2350
|
-
regions: string[];
|
|
2351
|
-
};
|
|
2352
|
-
pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
|
|
2353
|
-
}>;
|
|
2354
|
-
export declare const zCreateOrganizationResponse: z.ZodObject<{
|
|
2355
|
-
name: z.ZodString;
|
|
2356
|
-
contactInfo: z.ZodObject<{
|
|
2357
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
2358
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
2359
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2360
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2361
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2362
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2363
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
2364
|
-
email: z.ZodString;
|
|
2365
|
-
first_name: z.ZodString;
|
|
2366
|
-
last_name: z.ZodString;
|
|
2367
|
-
}, "strip", z.ZodTypeAny, {
|
|
2368
|
-
email: string;
|
|
2369
|
-
first_name: string;
|
|
2370
|
-
last_name: string;
|
|
2371
|
-
state?: string | undefined;
|
|
2372
|
-
country?: string | undefined;
|
|
2373
|
-
address1?: string | undefined;
|
|
2374
|
-
address2?: string | undefined;
|
|
2375
|
-
postalCode?: string | undefined;
|
|
2376
|
-
city?: string | undefined;
|
|
2377
|
-
phone?: string | undefined;
|
|
2378
|
-
}, {
|
|
2379
|
-
email: string;
|
|
2380
|
-
first_name: string;
|
|
2381
|
-
last_name: string;
|
|
2382
|
-
state?: string | undefined;
|
|
2383
|
-
country?: string | undefined;
|
|
2384
|
-
address1?: string | undefined;
|
|
2385
|
-
address2?: string | undefined;
|
|
2386
|
-
postalCode?: string | undefined;
|
|
2387
|
-
city?: string | undefined;
|
|
2388
|
-
phone?: string | undefined;
|
|
2389
|
-
}>;
|
|
2390
|
-
id: z.ZodString;
|
|
2391
|
-
date_created: z.ZodString;
|
|
2392
|
-
quota: z.ZodObject<{
|
|
2393
|
-
basic_clusters_max: z.ZodNumber;
|
|
2394
|
-
basic_clusters_available: z.ZodNumber;
|
|
2395
|
-
pro_clusters_max: z.ZodNumber;
|
|
2396
|
-
pro_clusters_available: z.ZodNumber;
|
|
2397
|
-
fleets_max: z.ZodNumber;
|
|
2398
|
-
managed_fleets_cpu_max: z.ZodNumber;
|
|
2399
|
-
cluster_tiers: z.ZodArray<z.ZodString, "many">;
|
|
2400
|
-
regions: z.ZodArray<z.ZodString, "many">;
|
|
2401
|
-
versions: z.ZodArray<z.ZodObject<{
|
|
2402
|
-
id: z.ZodString;
|
|
2403
|
-
label: z.ZodString;
|
|
2404
|
-
}, "strip", z.ZodTypeAny, {
|
|
2405
|
-
id: string;
|
|
2406
|
-
label: string;
|
|
2407
|
-
}, {
|
|
2408
|
-
id: string;
|
|
2409
|
-
label: string;
|
|
2410
|
-
}>, "many">;
|
|
2411
|
-
}, "strip", z.ZodTypeAny, {
|
|
2412
|
-
versions: {
|
|
2413
|
-
id: string;
|
|
2414
|
-
label: string;
|
|
2415
|
-
}[];
|
|
2416
|
-
basic_clusters_max: number;
|
|
2417
|
-
basic_clusters_available: number;
|
|
2418
|
-
pro_clusters_max: number;
|
|
2419
|
-
pro_clusters_available: number;
|
|
2420
|
-
fleets_max: number;
|
|
2421
|
-
managed_fleets_cpu_max: number;
|
|
2422
|
-
cluster_tiers: string[];
|
|
2423
|
-
regions: string[];
|
|
2424
|
-
}, {
|
|
2425
|
-
versions: {
|
|
2426
|
-
id: string;
|
|
2427
|
-
label: string;
|
|
2428
|
-
}[];
|
|
2429
|
-
basic_clusters_max: number;
|
|
2430
|
-
basic_clusters_available: number;
|
|
2431
|
-
pro_clusters_max: number;
|
|
2432
|
-
pro_clusters_available: number;
|
|
2433
|
-
fleets_max: number;
|
|
2434
|
-
managed_fleets_cpu_max: number;
|
|
2435
|
-
cluster_tiers: string[];
|
|
2436
|
-
regions: string[];
|
|
2437
|
-
}>;
|
|
2438
|
-
pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
|
|
2439
|
-
status: z.ZodEnum<["active", "closed", "suspended"]>;
|
|
2440
|
-
}, "strip", z.ZodTypeAny, {
|
|
2441
|
-
name: string;
|
|
2442
|
-
id: string;
|
|
2443
|
-
status: "active" | "closed" | "suspended";
|
|
2444
|
-
date_created: string;
|
|
2445
|
-
contactInfo: {
|
|
2446
|
-
email: string;
|
|
2447
|
-
first_name: string;
|
|
2448
|
-
last_name: string;
|
|
2449
|
-
state?: string | undefined;
|
|
2450
|
-
country?: string | undefined;
|
|
2451
|
-
address1?: string | undefined;
|
|
2452
|
-
address2?: string | undefined;
|
|
2453
|
-
postalCode?: string | undefined;
|
|
2454
|
-
city?: string | undefined;
|
|
2455
|
-
phone?: string | undefined;
|
|
2456
|
-
};
|
|
2457
|
-
quota: {
|
|
2458
|
-
versions: {
|
|
2459
|
-
id: string;
|
|
2460
|
-
label: string;
|
|
2461
|
-
}[];
|
|
2462
|
-
basic_clusters_max: number;
|
|
2463
|
-
basic_clusters_available: number;
|
|
2464
|
-
pro_clusters_max: number;
|
|
2465
|
-
pro_clusters_available: number;
|
|
2466
|
-
fleets_max: number;
|
|
2467
|
-
managed_fleets_cpu_max: number;
|
|
2468
|
-
cluster_tiers: string[];
|
|
2469
|
-
regions: string[];
|
|
2470
|
-
};
|
|
2471
|
-
pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
|
|
2472
|
-
}, {
|
|
2473
|
-
name: string;
|
|
2474
|
-
id: string;
|
|
2475
|
-
status: "active" | "closed" | "suspended";
|
|
2476
|
-
date_created: string;
|
|
2477
|
-
contactInfo: {
|
|
2478
|
-
email: string;
|
|
2479
|
-
first_name: string;
|
|
2480
|
-
last_name: string;
|
|
2481
|
-
state?: string | undefined;
|
|
2482
|
-
country?: string | undefined;
|
|
2483
|
-
address1?: string | undefined;
|
|
2484
|
-
address2?: string | undefined;
|
|
2485
|
-
postalCode?: string | undefined;
|
|
2486
|
-
city?: string | undefined;
|
|
2487
|
-
phone?: string | undefined;
|
|
2488
|
-
};
|
|
2489
|
-
quota: {
|
|
2490
|
-
versions: {
|
|
2491
|
-
id: string;
|
|
2492
|
-
label: string;
|
|
2493
|
-
}[];
|
|
2494
|
-
basic_clusters_max: number;
|
|
2495
|
-
basic_clusters_available: number;
|
|
2496
|
-
pro_clusters_max: number;
|
|
2497
|
-
pro_clusters_available: number;
|
|
2498
|
-
fleets_max: number;
|
|
2499
|
-
managed_fleets_cpu_max: number;
|
|
2500
|
-
cluster_tiers: string[];
|
|
2501
|
-
regions: string[];
|
|
2502
|
-
};
|
|
2503
|
-
pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
|
|
2504
|
-
}>;
|
|
2505
|
-
export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
2506
|
-
name: z.ZodString;
|
|
2507
|
-
contactInfo: z.ZodObject<{
|
|
2508
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
2509
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
2510
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
2511
|
-
city: z.ZodOptional<z.ZodString>;
|
|
2512
|
-
state: z.ZodOptional<z.ZodString>;
|
|
2513
|
-
country: z.ZodOptional<z.ZodString>;
|
|
2514
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
2515
|
-
email: z.ZodString;
|
|
2516
|
-
first_name: z.ZodString;
|
|
2517
|
-
last_name: z.ZodString;
|
|
2518
|
-
}, "strip", z.ZodTypeAny, {
|
|
2519
|
-
email: string;
|
|
2520
|
-
first_name: string;
|
|
2521
|
-
last_name: string;
|
|
2522
|
-
state?: string | undefined;
|
|
2523
|
-
country?: string | undefined;
|
|
2524
|
-
address1?: string | undefined;
|
|
2525
|
-
address2?: string | undefined;
|
|
2526
|
-
postalCode?: string | undefined;
|
|
2527
|
-
city?: string | undefined;
|
|
2528
|
-
phone?: string | undefined;
|
|
2529
|
-
}, {
|
|
2530
|
-
email: string;
|
|
2531
|
-
first_name: string;
|
|
2532
|
-
last_name: string;
|
|
2533
|
-
state?: string | undefined;
|
|
2534
|
-
country?: string | undefined;
|
|
2535
|
-
address1?: string | undefined;
|
|
2536
|
-
address2?: string | undefined;
|
|
2537
|
-
postalCode?: string | undefined;
|
|
2538
|
-
city?: string | undefined;
|
|
2539
|
-
phone?: string | undefined;
|
|
2540
|
-
}>;
|
|
2541
2142
|
id: z.ZodString;
|
|
2143
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2542
2144
|
date_created: z.ZodString;
|
|
2543
2145
|
quota: z.ZodObject<{
|
|
2544
2146
|
basic_clusters_max: z.ZodNumber;
|
|
@@ -2586,25 +2188,11 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
2586
2188
|
cluster_tiers: string[];
|
|
2587
2189
|
regions: string[];
|
|
2588
2190
|
}>;
|
|
2589
|
-
pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
|
|
2590
2191
|
status: z.ZodEnum<["active", "closed", "suspended"]>;
|
|
2591
2192
|
}, "strip", z.ZodTypeAny, {
|
|
2592
|
-
name: string;
|
|
2593
2193
|
id: string;
|
|
2594
2194
|
status: "active" | "closed" | "suspended";
|
|
2595
2195
|
date_created: string;
|
|
2596
|
-
contactInfo: {
|
|
2597
|
-
email: string;
|
|
2598
|
-
first_name: string;
|
|
2599
|
-
last_name: string;
|
|
2600
|
-
state?: string | undefined;
|
|
2601
|
-
country?: string | undefined;
|
|
2602
|
-
address1?: string | undefined;
|
|
2603
|
-
address2?: string | undefined;
|
|
2604
|
-
postalCode?: string | undefined;
|
|
2605
|
-
city?: string | undefined;
|
|
2606
|
-
phone?: string | undefined;
|
|
2607
|
-
};
|
|
2608
2196
|
quota: {
|
|
2609
2197
|
versions: {
|
|
2610
2198
|
id: string;
|
|
@@ -2619,24 +2207,11 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
2619
2207
|
cluster_tiers: string[];
|
|
2620
2208
|
regions: string[];
|
|
2621
2209
|
};
|
|
2622
|
-
|
|
2210
|
+
name?: string | undefined;
|
|
2623
2211
|
}, {
|
|
2624
|
-
name: string;
|
|
2625
2212
|
id: string;
|
|
2626
2213
|
status: "active" | "closed" | "suspended";
|
|
2627
2214
|
date_created: string;
|
|
2628
|
-
contactInfo: {
|
|
2629
|
-
email: string;
|
|
2630
|
-
first_name: string;
|
|
2631
|
-
last_name: string;
|
|
2632
|
-
state?: string | undefined;
|
|
2633
|
-
country?: string | undefined;
|
|
2634
|
-
address1?: string | undefined;
|
|
2635
|
-
address2?: string | undefined;
|
|
2636
|
-
postalCode?: string | undefined;
|
|
2637
|
-
city?: string | undefined;
|
|
2638
|
-
phone?: string | undefined;
|
|
2639
|
-
};
|
|
2640
2215
|
quota: {
|
|
2641
2216
|
versions: {
|
|
2642
2217
|
id: string;
|
|
@@ -2651,7 +2226,7 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
|
|
|
2651
2226
|
cluster_tiers: string[];
|
|
2652
2227
|
regions: string[];
|
|
2653
2228
|
};
|
|
2654
|
-
|
|
2229
|
+
name?: string | undefined;
|
|
2655
2230
|
}>;
|
|
2656
2231
|
export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
2657
2232
|
name: z.ZodString;
|
|
@@ -2781,9 +2356,9 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2781
2356
|
role: "User" | "Administrator";
|
|
2782
2357
|
email: string;
|
|
2783
2358
|
status: "active" | "inactive";
|
|
2784
|
-
date_created: string;
|
|
2785
2359
|
first_name: string;
|
|
2786
2360
|
last_name: string;
|
|
2361
|
+
date_created: string;
|
|
2787
2362
|
cluster_permissions?: {
|
|
2788
2363
|
cluster_id: string;
|
|
2789
2364
|
permissions: "readonly" | "readwrite";
|
|
@@ -2793,9 +2368,9 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2793
2368
|
role: "User" | "Administrator";
|
|
2794
2369
|
email: string;
|
|
2795
2370
|
status: "active" | "inactive";
|
|
2796
|
-
date_created: string;
|
|
2797
2371
|
first_name: string;
|
|
2798
2372
|
last_name: string;
|
|
2373
|
+
date_created: string;
|
|
2799
2374
|
cluster_permissions?: {
|
|
2800
2375
|
cluster_id: string;
|
|
2801
2376
|
permissions: "readonly" | "readwrite";
|
|
@@ -2824,9 +2399,9 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
2824
2399
|
role: "User" | "Administrator";
|
|
2825
2400
|
email: string;
|
|
2826
2401
|
status: "active" | "inactive";
|
|
2827
|
-
date_created: string;
|
|
2828
2402
|
first_name: string;
|
|
2829
2403
|
last_name: string;
|
|
2404
|
+
date_created: string;
|
|
2830
2405
|
cluster_permissions?: {
|
|
2831
2406
|
cluster_id: string;
|
|
2832
2407
|
permissions: "readonly" | "readwrite";
|
|
@@ -2836,9 +2411,9 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
2836
2411
|
role: "User" | "Administrator";
|
|
2837
2412
|
email: string;
|
|
2838
2413
|
status: "active" | "inactive";
|
|
2839
|
-
date_created: string;
|
|
2840
2414
|
first_name: string;
|
|
2841
2415
|
last_name: string;
|
|
2416
|
+
date_created: string;
|
|
2842
2417
|
cluster_permissions?: {
|
|
2843
2418
|
cluster_id: string;
|
|
2844
2419
|
permissions: "readonly" | "readwrite";
|
|
@@ -2867,9 +2442,9 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
2867
2442
|
role: "User" | "Administrator";
|
|
2868
2443
|
email: string;
|
|
2869
2444
|
status: "active" | "inactive";
|
|
2870
|
-
date_created: string;
|
|
2871
2445
|
first_name: string;
|
|
2872
2446
|
last_name: string;
|
|
2447
|
+
date_created: string;
|
|
2873
2448
|
cluster_permissions?: {
|
|
2874
2449
|
cluster_id: string;
|
|
2875
2450
|
permissions: "readonly" | "readwrite";
|
|
@@ -2879,9 +2454,9 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
2879
2454
|
role: "User" | "Administrator";
|
|
2880
2455
|
email: string;
|
|
2881
2456
|
status: "active" | "inactive";
|
|
2882
|
-
date_created: string;
|
|
2883
2457
|
first_name: string;
|
|
2884
2458
|
last_name: string;
|
|
2459
|
+
date_created: string;
|
|
2885
2460
|
cluster_permissions?: {
|
|
2886
2461
|
cluster_id: string;
|
|
2887
2462
|
permissions: "readonly" | "readwrite";
|
|
@@ -2910,9 +2485,9 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
2910
2485
|
role: "User" | "Administrator";
|
|
2911
2486
|
email: string;
|
|
2912
2487
|
status: "active" | "inactive";
|
|
2913
|
-
date_created: string;
|
|
2914
2488
|
first_name: string;
|
|
2915
2489
|
last_name: string;
|
|
2490
|
+
date_created: string;
|
|
2916
2491
|
cluster_permissions?: {
|
|
2917
2492
|
cluster_id: string;
|
|
2918
2493
|
permissions: "readonly" | "readwrite";
|
|
@@ -2922,9 +2497,9 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
2922
2497
|
role: "User" | "Administrator";
|
|
2923
2498
|
email: string;
|
|
2924
2499
|
status: "active" | "inactive";
|
|
2925
|
-
date_created: string;
|
|
2926
2500
|
first_name: string;
|
|
2927
2501
|
last_name: string;
|
|
2502
|
+
date_created: string;
|
|
2928
2503
|
cluster_permissions?: {
|
|
2929
2504
|
cluster_id: string;
|
|
2930
2505
|
permissions: "readonly" | "readwrite";
|
|
@@ -2953,9 +2528,9 @@ export declare const zUpdateUserResponse: z.ZodObject<{
|
|
|
2953
2528
|
role: "User" | "Administrator";
|
|
2954
2529
|
email: string;
|
|
2955
2530
|
status: "active" | "inactive";
|
|
2956
|
-
date_created: string;
|
|
2957
2531
|
first_name: string;
|
|
2958
2532
|
last_name: string;
|
|
2533
|
+
date_created: string;
|
|
2959
2534
|
cluster_permissions?: {
|
|
2960
2535
|
cluster_id: string;
|
|
2961
2536
|
permissions: "readonly" | "readwrite";
|
|
@@ -2965,9 +2540,9 @@ export declare const zUpdateUserResponse: z.ZodObject<{
|
|
|
2965
2540
|
role: "User" | "Administrator";
|
|
2966
2541
|
email: string;
|
|
2967
2542
|
status: "active" | "inactive";
|
|
2968
|
-
date_created: string;
|
|
2969
2543
|
first_name: string;
|
|
2970
2544
|
last_name: string;
|
|
2545
|
+
date_created: string;
|
|
2971
2546
|
cluster_permissions?: {
|
|
2972
2547
|
cluster_id: string;
|
|
2973
2548
|
permissions: "readonly" | "readwrite";
|
|
@@ -2996,9 +2571,9 @@ export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
|
|
|
2996
2571
|
role: "User" | "Administrator";
|
|
2997
2572
|
email: string;
|
|
2998
2573
|
status: "active" | "inactive";
|
|
2999
|
-
date_created: string;
|
|
3000
2574
|
first_name: string;
|
|
3001
2575
|
last_name: string;
|
|
2576
|
+
date_created: string;
|
|
3002
2577
|
cluster_permissions?: {
|
|
3003
2578
|
cluster_id: string;
|
|
3004
2579
|
permissions: "readonly" | "readwrite";
|
|
@@ -3008,9 +2583,9 @@ export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
|
|
|
3008
2583
|
role: "User" | "Administrator";
|
|
3009
2584
|
email: string;
|
|
3010
2585
|
status: "active" | "inactive";
|
|
3011
|
-
date_created: string;
|
|
3012
2586
|
first_name: string;
|
|
3013
2587
|
last_name: string;
|
|
2588
|
+
date_created: string;
|
|
3014
2589
|
cluster_permissions?: {
|
|
3015
2590
|
cluster_id: string;
|
|
3016
2591
|
permissions: "readonly" | "readwrite";
|
|
@@ -3039,9 +2614,9 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
|
|
|
3039
2614
|
role: "User" | "Administrator";
|
|
3040
2615
|
email: string;
|
|
3041
2616
|
status: "active" | "inactive";
|
|
3042
|
-
date_created: string;
|
|
3043
2617
|
first_name: string;
|
|
3044
2618
|
last_name: string;
|
|
2619
|
+
date_created: string;
|
|
3045
2620
|
cluster_permissions?: {
|
|
3046
2621
|
cluster_id: string;
|
|
3047
2622
|
permissions: "readonly" | "readwrite";
|
|
@@ -3051,9 +2626,9 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
|
|
|
3051
2626
|
role: "User" | "Administrator";
|
|
3052
2627
|
email: string;
|
|
3053
2628
|
status: "active" | "inactive";
|
|
3054
|
-
date_created: string;
|
|
3055
2629
|
first_name: string;
|
|
3056
2630
|
last_name: string;
|
|
2631
|
+
date_created: string;
|
|
3057
2632
|
cluster_permissions?: {
|
|
3058
2633
|
cluster_id: string;
|
|
3059
2634
|
permissions: "readonly" | "readwrite";
|