@cloudfleet/sdk 0.0.1-e80cef7 → 0.0.1-ecad9ab
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/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +205 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +9 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.js +7 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/types.gen.d.ts +125 -0
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/utils.gen.d.ts +34 -0
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/utils.gen.js +231 -0
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +4 -4
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -1
- package/dist/client.gen.js.map +1 -1
- package/dist/core/auth.gen.d.ts +19 -0
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/auth.gen.js +15 -0
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +18 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/bodySerializer.gen.js +58 -0
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/params.gen.d.ts +34 -0
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/params.gen.js +89 -0
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/pathSerializer.gen.d.ts +34 -0
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/pathSerializer.gen.js +115 -0
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +100 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +136 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/types.gen.d.ts +79 -0
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +539 -475
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +559 -514
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +132 -69
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +176 -87
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +12 -12
- package/dist/types.gen.d.ts +526 -328
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1765 -2097
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +718 -759
- package/dist/zod.gen.js.map +1 -1
- package/package.json +5 -6
package/dist/zod.gen.d.ts
CHANGED
|
@@ -8,1428 +8,648 @@ export declare const zBillingContact: z.ZodObject<{
|
|
|
8
8
|
state: z.ZodOptional<z.ZodString>;
|
|
9
9
|
country: z.ZodOptional<z.ZodString>;
|
|
10
10
|
phone: z.ZodOptional<z.ZodString>;
|
|
11
|
-
email: z.
|
|
12
|
-
|
|
13
|
-
last_name: z.ZodString;
|
|
11
|
+
email: z.ZodEmail;
|
|
12
|
+
individual_name: z.ZodString;
|
|
14
13
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
15
|
-
tax_id_type: z.ZodOptional<z.ZodEnum<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
14
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
15
|
+
"": "";
|
|
16
|
+
ad_nrt: "ad_nrt";
|
|
17
|
+
ae_trn: "ae_trn";
|
|
18
|
+
al_tin: "al_tin";
|
|
19
|
+
am_tin: "am_tin";
|
|
20
|
+
ao_tin: "ao_tin";
|
|
21
|
+
ar_cuit: "ar_cuit";
|
|
22
|
+
at_vat: "at_vat";
|
|
23
|
+
au_abn: "au_abn";
|
|
24
|
+
au_arn: "au_arn";
|
|
25
|
+
ba_tin: "ba_tin";
|
|
26
|
+
bb_tin: "bb_tin";
|
|
27
|
+
be_vat: "be_vat";
|
|
28
|
+
bg_uic: "bg_uic";
|
|
29
|
+
bg_vat: "bg_vat";
|
|
30
|
+
bh_vat: "bh_vat";
|
|
31
|
+
bo_tin: "bo_tin";
|
|
32
|
+
br_cnpj: "br_cnpj";
|
|
33
|
+
br_cpf: "br_cpf";
|
|
34
|
+
bs_tin: "bs_tin";
|
|
35
|
+
by_tin: "by_tin";
|
|
36
|
+
ca_bn: "ca_bn";
|
|
37
|
+
ca_gst_hst: "ca_gst_hst";
|
|
38
|
+
ca_pst_bc: "ca_pst_bc";
|
|
39
|
+
ca_pst_mb: "ca_pst_mb";
|
|
40
|
+
ca_pst_sk: "ca_pst_sk";
|
|
41
|
+
ca_qst: "ca_qst";
|
|
42
|
+
cd_nif: "cd_nif";
|
|
43
|
+
ch_uid: "ch_uid";
|
|
44
|
+
ch_vat: "ch_vat";
|
|
45
|
+
cl_tin: "cl_tin";
|
|
46
|
+
cn_tin: "cn_tin";
|
|
47
|
+
co_nit: "co_nit";
|
|
48
|
+
cr_tin: "cr_tin";
|
|
49
|
+
cy_vat: "cy_vat";
|
|
50
|
+
cz_vat: "cz_vat";
|
|
51
|
+
de_stn: "de_stn";
|
|
52
|
+
de_vat: "de_vat";
|
|
53
|
+
dk_vat: "dk_vat";
|
|
54
|
+
do_rcn: "do_rcn";
|
|
55
|
+
ec_ruc: "ec_ruc";
|
|
56
|
+
ee_vat: "ee_vat";
|
|
57
|
+
eg_tin: "eg_tin";
|
|
58
|
+
es_cif: "es_cif";
|
|
59
|
+
es_vat: "es_vat";
|
|
60
|
+
eu_oss_vat: "eu_oss_vat";
|
|
61
|
+
fi_vat: "fi_vat";
|
|
62
|
+
fr_vat: "fr_vat";
|
|
63
|
+
gb_vat: "gb_vat";
|
|
64
|
+
ge_vat: "ge_vat";
|
|
65
|
+
gn_nif: "gn_nif";
|
|
66
|
+
gr_vat: "gr_vat";
|
|
67
|
+
hk_br: "hk_br";
|
|
68
|
+
hr_oib: "hr_oib";
|
|
69
|
+
hr_vat: "hr_vat";
|
|
70
|
+
hu_tin: "hu_tin";
|
|
71
|
+
hu_vat: "hu_vat";
|
|
72
|
+
id_npwp: "id_npwp";
|
|
73
|
+
ie_vat: "ie_vat";
|
|
74
|
+
il_vat: "il_vat";
|
|
75
|
+
in_gst: "in_gst";
|
|
76
|
+
is_vat: "is_vat";
|
|
77
|
+
it_vat: "it_vat";
|
|
78
|
+
jp_cn: "jp_cn";
|
|
79
|
+
jp_rn: "jp_rn";
|
|
80
|
+
jp_trn: "jp_trn";
|
|
81
|
+
ke_pin: "ke_pin";
|
|
82
|
+
kh_tin: "kh_tin";
|
|
83
|
+
kr_brn: "kr_brn";
|
|
84
|
+
kz_bin: "kz_bin";
|
|
85
|
+
li_uid: "li_uid";
|
|
86
|
+
li_vat: "li_vat";
|
|
87
|
+
lt_vat: "lt_vat";
|
|
88
|
+
lu_vat: "lu_vat";
|
|
89
|
+
lv_vat: "lv_vat";
|
|
90
|
+
ma_vat: "ma_vat";
|
|
91
|
+
md_vat: "md_vat";
|
|
92
|
+
me_pib: "me_pib";
|
|
93
|
+
mk_vat: "mk_vat";
|
|
94
|
+
mr_nif: "mr_nif";
|
|
95
|
+
mt_vat: "mt_vat";
|
|
96
|
+
mx_rfc: "mx_rfc";
|
|
97
|
+
my_frp: "my_frp";
|
|
98
|
+
my_itn: "my_itn";
|
|
99
|
+
my_sst: "my_sst";
|
|
100
|
+
ng_tin: "ng_tin";
|
|
101
|
+
nl_vat: "nl_vat";
|
|
102
|
+
no_vat: "no_vat";
|
|
103
|
+
no_voec: "no_voec";
|
|
104
|
+
np_pan: "np_pan";
|
|
105
|
+
nz_gst: "nz_gst";
|
|
106
|
+
om_vat: "om_vat";
|
|
107
|
+
pe_ruc: "pe_ruc";
|
|
108
|
+
ph_tin: "ph_tin";
|
|
109
|
+
pl_vat: "pl_vat";
|
|
110
|
+
pt_vat: "pt_vat";
|
|
111
|
+
ro_tin: "ro_tin";
|
|
112
|
+
ro_vat: "ro_vat";
|
|
113
|
+
rs_pib: "rs_pib";
|
|
114
|
+
ru_inn: "ru_inn";
|
|
115
|
+
ru_kpp: "ru_kpp";
|
|
116
|
+
sa_vat: "sa_vat";
|
|
117
|
+
se_vat: "se_vat";
|
|
118
|
+
sg_gst: "sg_gst";
|
|
119
|
+
sg_uen: "sg_uen";
|
|
120
|
+
si_tin: "si_tin";
|
|
121
|
+
si_vat: "si_vat";
|
|
122
|
+
sk_vat: "sk_vat";
|
|
123
|
+
sn_ninea: "sn_ninea";
|
|
124
|
+
sr_fin: "sr_fin";
|
|
125
|
+
sv_nit: "sv_nit";
|
|
126
|
+
th_vat: "th_vat";
|
|
127
|
+
tj_tin: "tj_tin";
|
|
128
|
+
tr_tin: "tr_tin";
|
|
129
|
+
tw_vat: "tw_vat";
|
|
130
|
+
tz_vat: "tz_vat";
|
|
131
|
+
ua_vat: "ua_vat";
|
|
132
|
+
ug_tin: "ug_tin";
|
|
133
|
+
us_ein: "us_ein";
|
|
134
|
+
uy_ruc: "uy_ruc";
|
|
135
|
+
uz_tin: "uz_tin";
|
|
136
|
+
uz_vat: "uz_vat";
|
|
137
|
+
ve_rif: "ve_rif";
|
|
138
|
+
vn_tin: "vn_tin";
|
|
139
|
+
xi_vat: "xi_vat";
|
|
140
|
+
za_vat: "za_vat";
|
|
141
|
+
zm_tin: "zm_tin";
|
|
142
|
+
zw_tin: "zw_tin";
|
|
143
|
+
}>>;
|
|
144
|
+
}, z.core.$strip>;
|
|
45
145
|
export declare const zBillingCredits: z.ZodObject<{
|
|
46
146
|
id: z.ZodOptional<z.ZodString>;
|
|
47
|
-
|
|
147
|
+
type: z.ZodEnum<{
|
|
148
|
+
credit: "credit";
|
|
149
|
+
discount: "discount";
|
|
150
|
+
}>;
|
|
151
|
+
date_start: z.ZodISODateTime;
|
|
152
|
+
date_end: z.ZodOptional<z.ZodISODateTime>;
|
|
48
153
|
code: z.ZodString;
|
|
49
154
|
description: z.ZodOptional<z.ZodString>;
|
|
50
|
-
|
|
51
|
-
type: z.ZodEnum<["credit", "discount"]>;
|
|
52
|
-
value: z.ZodNumber;
|
|
53
|
-
billing_period: z.ZodString;
|
|
155
|
+
value_total: z.ZodNumber;
|
|
54
156
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
55
|
-
},
|
|
56
|
-
code: string;
|
|
57
|
-
type: "credit" | "discount";
|
|
58
|
-
value: number;
|
|
59
|
-
date_created: string;
|
|
60
|
-
billing_period: string;
|
|
61
|
-
id?: string | undefined;
|
|
62
|
-
description?: string | undefined;
|
|
63
|
-
products?: string[] | undefined;
|
|
64
|
-
value_remaining?: number | undefined;
|
|
65
|
-
}, {
|
|
66
|
-
code: string;
|
|
67
|
-
type: "credit" | "discount";
|
|
68
|
-
value: number;
|
|
69
|
-
date_created: string;
|
|
70
|
-
billing_period: string;
|
|
71
|
-
id?: string | undefined;
|
|
72
|
-
description?: string | undefined;
|
|
73
|
-
products?: string[] | undefined;
|
|
74
|
-
value_remaining?: number | undefined;
|
|
75
|
-
}>;
|
|
157
|
+
}, z.core.$strip>;
|
|
76
158
|
export declare const zChartCreateInput: z.ZodObject<{
|
|
77
159
|
values: z.ZodString;
|
|
78
160
|
version_channel: z.ZodString;
|
|
79
161
|
name: z.ZodString;
|
|
80
162
|
namespace: z.ZodString;
|
|
81
163
|
chart: z.ZodString;
|
|
82
|
-
},
|
|
83
|
-
values: string;
|
|
84
|
-
name: string;
|
|
85
|
-
version_channel: string;
|
|
86
|
-
namespace: string;
|
|
87
|
-
chart: string;
|
|
88
|
-
}, {
|
|
89
|
-
values: string;
|
|
90
|
-
name: string;
|
|
91
|
-
version_channel: string;
|
|
92
|
-
namespace: string;
|
|
93
|
-
chart: string;
|
|
94
|
-
}>;
|
|
164
|
+
}, z.core.$strip>;
|
|
95
165
|
export declare const zChart: z.ZodObject<{
|
|
96
166
|
values: z.ZodString;
|
|
97
167
|
version_channel: z.ZodString;
|
|
98
168
|
name: z.ZodString;
|
|
99
169
|
namespace: z.ZodString;
|
|
100
170
|
chart: z.ZodString;
|
|
101
|
-
status: z.ZodEnum<
|
|
171
|
+
status: z.ZodEnum<{
|
|
172
|
+
InstallSucceeded: "InstallSucceeded";
|
|
173
|
+
InstallFailed: "InstallFailed";
|
|
174
|
+
UpgradeSucceeded: "UpgradeSucceeded";
|
|
175
|
+
UpgradeFailed: "UpgradeFailed";
|
|
176
|
+
TestSucceeded: "TestSucceeded";
|
|
177
|
+
TestFailed: "TestFailed";
|
|
178
|
+
RollbackSucceeded: "RollbackSucceeded";
|
|
179
|
+
RollbackFailed: "RollbackFailed";
|
|
180
|
+
UninstallSucceeded: "UninstallSucceeded";
|
|
181
|
+
UninstallFailed: "UninstallFailed";
|
|
182
|
+
ArtifactFailed: "ArtifactFailed";
|
|
183
|
+
DependencyNotReady: "DependencyNotReady";
|
|
184
|
+
Progressing: "Progressing";
|
|
185
|
+
SourceNotReady: "SourceNotReady";
|
|
186
|
+
}>;
|
|
102
187
|
version_current: z.ZodString;
|
|
103
188
|
created_at: z.ZodString;
|
|
104
189
|
updated_at: z.ZodString;
|
|
105
190
|
ready: z.ZodBoolean;
|
|
106
|
-
},
|
|
107
|
-
values: string;
|
|
108
|
-
name: string;
|
|
109
|
-
ready: boolean;
|
|
110
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
111
|
-
version_channel: string;
|
|
112
|
-
namespace: string;
|
|
113
|
-
chart: string;
|
|
114
|
-
version_current: string;
|
|
115
|
-
created_at: string;
|
|
116
|
-
updated_at: string;
|
|
117
|
-
}, {
|
|
118
|
-
values: string;
|
|
119
|
-
name: string;
|
|
120
|
-
ready: boolean;
|
|
121
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
122
|
-
version_channel: string;
|
|
123
|
-
namespace: string;
|
|
124
|
-
chart: string;
|
|
125
|
-
version_current: string;
|
|
126
|
-
created_at: string;
|
|
127
|
-
updated_at: string;
|
|
128
|
-
}>;
|
|
191
|
+
}, z.core.$strip>;
|
|
129
192
|
export declare const zChartUpdateInput: z.ZodObject<{
|
|
130
193
|
values: z.ZodString;
|
|
131
194
|
version_channel: z.ZodString;
|
|
132
|
-
},
|
|
133
|
-
values: string;
|
|
134
|
-
version_channel: string;
|
|
135
|
-
}, {
|
|
136
|
-
values: string;
|
|
137
|
-
version_channel: string;
|
|
138
|
-
}>;
|
|
195
|
+
}, z.core.$strip>;
|
|
139
196
|
export declare const zClusterCreateInput: z.ZodObject<{
|
|
140
197
|
name: z.ZodString;
|
|
141
|
-
|
|
142
|
-
|
|
198
|
+
tier: z.ZodEnum<{
|
|
199
|
+
basic: "basic";
|
|
200
|
+
pro: "pro";
|
|
201
|
+
}>;
|
|
202
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
203
|
+
staging: "staging";
|
|
204
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
205
|
+
"europe-central-1a": "europe-central-1a";
|
|
206
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
207
|
+
}>>;
|
|
143
208
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
144
|
-
},
|
|
145
|
-
name: string;
|
|
146
|
-
version_channel: string;
|
|
147
|
-
tier: "basic" | "pro";
|
|
148
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
149
|
-
}, {
|
|
150
|
-
name: string;
|
|
151
|
-
tier: "basic" | "pro";
|
|
152
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
153
|
-
version_channel?: string | undefined;
|
|
154
|
-
}>;
|
|
209
|
+
}, z.core.$strip>;
|
|
155
210
|
export declare const zClusterJoinInformation: z.ZodObject<{
|
|
156
211
|
certificate_authority: z.ZodString;
|
|
157
|
-
endpoint: z.
|
|
212
|
+
endpoint: z.ZodURL;
|
|
158
213
|
auth_key: z.ZodString;
|
|
159
214
|
bootstrap_token: z.ZodString;
|
|
160
215
|
versions: z.ZodObject<{
|
|
161
216
|
kubernetes: z.ZodString;
|
|
162
217
|
tailscale: z.ZodString;
|
|
163
218
|
containerd: z.ZodString;
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
tailscale: string;
|
|
167
|
-
containerd: string;
|
|
168
|
-
}, {
|
|
169
|
-
kubernetes: string;
|
|
170
|
-
tailscale: string;
|
|
171
|
-
containerd: string;
|
|
172
|
-
}>;
|
|
219
|
+
nvidia_driver: z.ZodString;
|
|
220
|
+
}, z.core.$strip>;
|
|
173
221
|
third_party_api_access_config: z.ZodObject<{
|
|
174
222
|
metadata_url: z.ZodString;
|
|
175
223
|
aws_role_arn: z.ZodString;
|
|
176
224
|
gcp_workload_identity_provider: z.ZodString;
|
|
177
|
-
},
|
|
178
|
-
|
|
179
|
-
aws_role_arn: string;
|
|
180
|
-
gcp_workload_identity_provider: string;
|
|
181
|
-
}, {
|
|
182
|
-
metadata_url: string;
|
|
183
|
-
aws_role_arn: string;
|
|
184
|
-
gcp_workload_identity_provider: string;
|
|
185
|
-
}>;
|
|
186
|
-
}, "strip", z.ZodTypeAny, {
|
|
187
|
-
certificate_authority: string;
|
|
188
|
-
endpoint: string;
|
|
189
|
-
auth_key: string;
|
|
190
|
-
bootstrap_token: string;
|
|
191
|
-
versions: {
|
|
192
|
-
kubernetes: string;
|
|
193
|
-
tailscale: string;
|
|
194
|
-
containerd: string;
|
|
195
|
-
};
|
|
196
|
-
third_party_api_access_config: {
|
|
197
|
-
metadata_url: string;
|
|
198
|
-
aws_role_arn: string;
|
|
199
|
-
gcp_workload_identity_provider: string;
|
|
200
|
-
};
|
|
201
|
-
}, {
|
|
202
|
-
certificate_authority: string;
|
|
203
|
-
endpoint: string;
|
|
204
|
-
auth_key: string;
|
|
205
|
-
bootstrap_token: string;
|
|
206
|
-
versions: {
|
|
207
|
-
kubernetes: string;
|
|
208
|
-
tailscale: string;
|
|
209
|
-
containerd: string;
|
|
210
|
-
};
|
|
211
|
-
third_party_api_access_config: {
|
|
212
|
-
metadata_url: string;
|
|
213
|
-
aws_role_arn: string;
|
|
214
|
-
gcp_workload_identity_provider: string;
|
|
215
|
-
};
|
|
216
|
-
}>;
|
|
225
|
+
}, z.core.$strip>;
|
|
226
|
+
}, z.core.$strip>;
|
|
217
227
|
export declare const zCluster: z.ZodObject<{
|
|
218
228
|
name: z.ZodString;
|
|
219
|
-
|
|
220
|
-
|
|
229
|
+
tier: z.ZodEnum<{
|
|
230
|
+
basic: "basic";
|
|
231
|
+
pro: "pro";
|
|
232
|
+
}>;
|
|
233
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
234
|
+
staging: "staging";
|
|
235
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
236
|
+
"europe-central-1a": "europe-central-1a";
|
|
237
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
238
|
+
}>>;
|
|
221
239
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
222
|
-
id: z.
|
|
223
|
-
status: z.ZodEnum<
|
|
224
|
-
|
|
240
|
+
id: z.ZodUUID;
|
|
241
|
+
status: z.ZodEnum<{
|
|
242
|
+
deleted: "deleted";
|
|
243
|
+
failed: "failed";
|
|
244
|
+
active: "active";
|
|
245
|
+
disabled: "disabled";
|
|
246
|
+
creating: "creating";
|
|
247
|
+
deployed: "deployed";
|
|
248
|
+
updating: "updating";
|
|
249
|
+
}>;
|
|
250
|
+
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
251
|
+
"": "";
|
|
252
|
+
}>]>>;
|
|
225
253
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
226
254
|
version_current: z.ZodOptional<z.ZodString>;
|
|
227
255
|
created_at: z.ZodOptional<z.ZodString>;
|
|
228
256
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
229
257
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
230
|
-
},
|
|
231
|
-
name: string;
|
|
232
|
-
id: string;
|
|
233
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
234
|
-
version_channel: string;
|
|
235
|
-
tier: "basic" | "pro";
|
|
236
|
-
ready?: boolean | undefined;
|
|
237
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
238
|
-
version_current?: string | undefined;
|
|
239
|
-
created_at?: string | undefined;
|
|
240
|
-
updated_at?: string | undefined;
|
|
241
|
-
endpoint?: string | undefined;
|
|
242
|
-
certificate_ca?: string | undefined;
|
|
243
|
-
}, {
|
|
244
|
-
name: string;
|
|
245
|
-
id: string;
|
|
246
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
247
|
-
tier: "basic" | "pro";
|
|
248
|
-
ready?: boolean | undefined;
|
|
249
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
250
|
-
version_channel?: string | undefined;
|
|
251
|
-
version_current?: string | undefined;
|
|
252
|
-
created_at?: string | undefined;
|
|
253
|
-
updated_at?: string | undefined;
|
|
254
|
-
endpoint?: string | undefined;
|
|
255
|
-
certificate_ca?: string | undefined;
|
|
256
|
-
}>;
|
|
258
|
+
}, z.core.$strip>;
|
|
257
259
|
export declare const zClusterUpdateInput: z.ZodObject<{
|
|
258
260
|
name: z.ZodOptional<z.ZodString>;
|
|
261
|
+
tier: z.ZodEnum<{
|
|
262
|
+
basic: "basic";
|
|
263
|
+
pro: "pro";
|
|
264
|
+
}>;
|
|
259
265
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
260
|
-
},
|
|
261
|
-
name?: string | undefined;
|
|
262
|
-
version_channel?: string | undefined;
|
|
263
|
-
}, {
|
|
264
|
-
name?: string | undefined;
|
|
265
|
-
version_channel?: string | undefined;
|
|
266
|
-
}>;
|
|
266
|
+
}, z.core.$strip>;
|
|
267
267
|
export declare const zFleetCreateInput: z.ZodObject<{
|
|
268
268
|
limits: z.ZodOptional<z.ZodObject<{
|
|
269
269
|
cpu: z.ZodNumber;
|
|
270
|
-
},
|
|
271
|
-
cpu: number;
|
|
272
|
-
}, {
|
|
273
|
-
cpu: number;
|
|
274
|
-
}>>;
|
|
270
|
+
}, z.core.$strip>>;
|
|
275
271
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
276
272
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
277
273
|
project: z.ZodString;
|
|
278
|
-
},
|
|
279
|
-
project: string;
|
|
280
|
-
enabled: boolean;
|
|
281
|
-
}, {
|
|
282
|
-
project: string;
|
|
283
|
-
enabled?: boolean | undefined;
|
|
284
|
-
}>>;
|
|
274
|
+
}, z.core.$strip>>;
|
|
285
275
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
286
276
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
287
277
|
apiKey: z.ZodString;
|
|
288
|
-
},
|
|
289
|
-
apiKey: string;
|
|
290
|
-
enabled: boolean;
|
|
291
|
-
}, {
|
|
292
|
-
apiKey: string;
|
|
293
|
-
enabled?: boolean | undefined;
|
|
294
|
-
}>>;
|
|
278
|
+
}, z.core.$strip>>;
|
|
295
279
|
aws: z.ZodOptional<z.ZodObject<{
|
|
296
280
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
297
281
|
controllerRoleArn: z.ZodString;
|
|
298
|
-
},
|
|
299
|
-
controllerRoleArn: string;
|
|
300
|
-
enabled: boolean;
|
|
301
|
-
}, {
|
|
302
|
-
controllerRoleArn: string;
|
|
303
|
-
enabled?: boolean | undefined;
|
|
304
|
-
}>>;
|
|
282
|
+
}, z.core.$strip>>;
|
|
305
283
|
id: z.ZodString;
|
|
306
|
-
},
|
|
307
|
-
id: string;
|
|
308
|
-
limits?: {
|
|
309
|
-
cpu: number;
|
|
310
|
-
} | undefined;
|
|
311
|
-
gcp?: {
|
|
312
|
-
project: string;
|
|
313
|
-
enabled: boolean;
|
|
314
|
-
} | undefined;
|
|
315
|
-
hetzner?: {
|
|
316
|
-
apiKey: string;
|
|
317
|
-
enabled: boolean;
|
|
318
|
-
} | undefined;
|
|
319
|
-
aws?: {
|
|
320
|
-
controllerRoleArn: string;
|
|
321
|
-
enabled: boolean;
|
|
322
|
-
} | undefined;
|
|
323
|
-
}, {
|
|
324
|
-
id: string;
|
|
325
|
-
limits?: {
|
|
326
|
-
cpu: number;
|
|
327
|
-
} | undefined;
|
|
328
|
-
gcp?: {
|
|
329
|
-
project: string;
|
|
330
|
-
enabled?: boolean | undefined;
|
|
331
|
-
} | undefined;
|
|
332
|
-
hetzner?: {
|
|
333
|
-
apiKey: string;
|
|
334
|
-
enabled?: boolean | undefined;
|
|
335
|
-
} | undefined;
|
|
336
|
-
aws?: {
|
|
337
|
-
controllerRoleArn: string;
|
|
338
|
-
enabled?: boolean | undefined;
|
|
339
|
-
} | undefined;
|
|
340
|
-
}>;
|
|
284
|
+
}, z.core.$strip>;
|
|
341
285
|
export declare const zFleet: z.ZodObject<{
|
|
342
286
|
limits: z.ZodOptional<z.ZodObject<{
|
|
343
287
|
cpu: z.ZodNumber;
|
|
344
|
-
},
|
|
345
|
-
cpu: number;
|
|
346
|
-
}, {
|
|
347
|
-
cpu: number;
|
|
348
|
-
}>>;
|
|
288
|
+
}, z.core.$strip>>;
|
|
349
289
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
350
290
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
351
291
|
project: z.ZodString;
|
|
352
|
-
},
|
|
353
|
-
project: string;
|
|
354
|
-
enabled: boolean;
|
|
355
|
-
}, {
|
|
356
|
-
project: string;
|
|
357
|
-
enabled?: boolean | undefined;
|
|
358
|
-
}>>;
|
|
292
|
+
}, z.core.$strip>>;
|
|
359
293
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
360
294
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
361
295
|
apiKey: z.ZodString;
|
|
362
|
-
},
|
|
363
|
-
apiKey: string;
|
|
364
|
-
enabled: boolean;
|
|
365
|
-
}, {
|
|
366
|
-
apiKey: string;
|
|
367
|
-
enabled?: boolean | undefined;
|
|
368
|
-
}>>;
|
|
296
|
+
}, z.core.$strip>>;
|
|
369
297
|
aws: z.ZodOptional<z.ZodObject<{
|
|
370
298
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
371
299
|
controllerRoleArn: z.ZodString;
|
|
372
|
-
},
|
|
373
|
-
controllerRoleArn: string;
|
|
374
|
-
enabled: boolean;
|
|
375
|
-
}, {
|
|
376
|
-
controllerRoleArn: string;
|
|
377
|
-
enabled?: boolean | undefined;
|
|
378
|
-
}>>;
|
|
300
|
+
}, z.core.$strip>>;
|
|
379
301
|
id: z.ZodString;
|
|
380
|
-
},
|
|
381
|
-
id: string;
|
|
382
|
-
limits?: {
|
|
383
|
-
cpu: number;
|
|
384
|
-
} | undefined;
|
|
385
|
-
gcp?: {
|
|
386
|
-
project: string;
|
|
387
|
-
enabled: boolean;
|
|
388
|
-
} | undefined;
|
|
389
|
-
hetzner?: {
|
|
390
|
-
apiKey: string;
|
|
391
|
-
enabled: boolean;
|
|
392
|
-
} | undefined;
|
|
393
|
-
aws?: {
|
|
394
|
-
controllerRoleArn: string;
|
|
395
|
-
enabled: boolean;
|
|
396
|
-
} | undefined;
|
|
397
|
-
}, {
|
|
398
|
-
id: string;
|
|
399
|
-
limits?: {
|
|
400
|
-
cpu: number;
|
|
401
|
-
} | undefined;
|
|
402
|
-
gcp?: {
|
|
403
|
-
project: string;
|
|
404
|
-
enabled?: boolean | undefined;
|
|
405
|
-
} | undefined;
|
|
406
|
-
hetzner?: {
|
|
407
|
-
apiKey: string;
|
|
408
|
-
enabled?: boolean | undefined;
|
|
409
|
-
} | undefined;
|
|
410
|
-
aws?: {
|
|
411
|
-
controllerRoleArn: string;
|
|
412
|
-
enabled?: boolean | undefined;
|
|
413
|
-
} | undefined;
|
|
414
|
-
}>;
|
|
302
|
+
}, z.core.$strip>;
|
|
415
303
|
export declare const zFleetUpdateInput: z.ZodObject<{
|
|
416
304
|
limits: z.ZodOptional<z.ZodObject<{
|
|
417
305
|
cpu: z.ZodNumber;
|
|
418
|
-
},
|
|
419
|
-
cpu: number;
|
|
420
|
-
}, {
|
|
421
|
-
cpu: number;
|
|
422
|
-
}>>;
|
|
306
|
+
}, z.core.$strip>>;
|
|
423
307
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
424
308
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
425
309
|
project: z.ZodString;
|
|
426
|
-
},
|
|
427
|
-
project: string;
|
|
428
|
-
enabled: boolean;
|
|
429
|
-
}, {
|
|
430
|
-
project: string;
|
|
431
|
-
enabled?: boolean | undefined;
|
|
432
|
-
}>>;
|
|
310
|
+
}, z.core.$strip>>;
|
|
433
311
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
434
312
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
435
313
|
apiKey: z.ZodString;
|
|
436
|
-
},
|
|
437
|
-
apiKey: string;
|
|
438
|
-
enabled: boolean;
|
|
439
|
-
}, {
|
|
440
|
-
apiKey: string;
|
|
441
|
-
enabled?: boolean | undefined;
|
|
442
|
-
}>>;
|
|
314
|
+
}, z.core.$strip>>;
|
|
443
315
|
aws: z.ZodOptional<z.ZodObject<{
|
|
444
316
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
445
317
|
controllerRoleArn: z.ZodString;
|
|
446
|
-
},
|
|
447
|
-
|
|
448
|
-
enabled: boolean;
|
|
449
|
-
}, {
|
|
450
|
-
controllerRoleArn: string;
|
|
451
|
-
enabled?: boolean | undefined;
|
|
452
|
-
}>>;
|
|
453
|
-
}, "strip", z.ZodTypeAny, {
|
|
454
|
-
limits?: {
|
|
455
|
-
cpu: number;
|
|
456
|
-
} | undefined;
|
|
457
|
-
gcp?: {
|
|
458
|
-
project: string;
|
|
459
|
-
enabled: boolean;
|
|
460
|
-
} | undefined;
|
|
461
|
-
hetzner?: {
|
|
462
|
-
apiKey: string;
|
|
463
|
-
enabled: boolean;
|
|
464
|
-
} | undefined;
|
|
465
|
-
aws?: {
|
|
466
|
-
controllerRoleArn: string;
|
|
467
|
-
enabled: boolean;
|
|
468
|
-
} | undefined;
|
|
469
|
-
}, {
|
|
470
|
-
limits?: {
|
|
471
|
-
cpu: number;
|
|
472
|
-
} | undefined;
|
|
473
|
-
gcp?: {
|
|
474
|
-
project: string;
|
|
475
|
-
enabled?: boolean | undefined;
|
|
476
|
-
} | undefined;
|
|
477
|
-
hetzner?: {
|
|
478
|
-
apiKey: string;
|
|
479
|
-
enabled?: boolean | undefined;
|
|
480
|
-
} | undefined;
|
|
481
|
-
aws?: {
|
|
482
|
-
controllerRoleArn: string;
|
|
483
|
-
enabled?: boolean | undefined;
|
|
484
|
-
} | undefined;
|
|
485
|
-
}>;
|
|
318
|
+
}, z.core.$strip>>;
|
|
319
|
+
}, z.core.$strip>;
|
|
486
320
|
export declare const zInvite: z.ZodObject<{
|
|
487
321
|
id: z.ZodOptional<z.ZodString>;
|
|
488
|
-
organization_id: z.ZodOptional<z.
|
|
489
|
-
date_created: z.
|
|
490
|
-
email: z.ZodOptional<z.
|
|
322
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
323
|
+
date_created: z.ZodISODateTime;
|
|
324
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
491
325
|
code: z.ZodOptional<z.ZodString>;
|
|
492
|
-
},
|
|
493
|
-
date_created: string;
|
|
494
|
-
code?: string | undefined;
|
|
495
|
-
id?: string | undefined;
|
|
496
|
-
email?: string | undefined;
|
|
497
|
-
organization_id?: string | undefined;
|
|
498
|
-
}, {
|
|
499
|
-
date_created: string;
|
|
500
|
-
code?: string | undefined;
|
|
501
|
-
id?: string | undefined;
|
|
502
|
-
email?: string | undefined;
|
|
503
|
-
organization_id?: string | undefined;
|
|
504
|
-
}>;
|
|
326
|
+
}, z.core.$strip>;
|
|
505
327
|
export declare const zInvoice: z.ZodObject<{
|
|
506
|
-
id: z.ZodOptional<z.
|
|
507
|
-
|
|
508
|
-
status: z.ZodOptional<z.
|
|
509
|
-
|
|
510
|
-
currency: z.ZodOptional<z.
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
522
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
523
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
524
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
525
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
526
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
527
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
528
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
529
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
530
|
-
description: z.ZodOptional<z.ZodString>;
|
|
531
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
532
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
533
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
534
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
535
|
-
currency: z.ZodOptional<z.ZodEnum<["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", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"]>>;
|
|
536
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
537
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
538
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
539
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
540
|
-
}, "strip", z.ZodTypeAny, {
|
|
541
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
542
|
-
id?: string | undefined;
|
|
543
|
-
description?: string | undefined;
|
|
544
|
-
amount?: number | undefined;
|
|
545
|
-
linkedInvoiceItemId?: string | undefined;
|
|
546
|
-
productName?: string | undefined;
|
|
547
|
-
planName?: string | undefined;
|
|
548
|
-
phaseName?: string | undefined;
|
|
549
|
-
usageName?: string | undefined;
|
|
550
|
-
prettyProductName?: string | undefined;
|
|
551
|
-
prettyPlanName?: string | undefined;
|
|
552
|
-
prettyPhaseName?: string | undefined;
|
|
553
|
-
prettyUsageName?: string | undefined;
|
|
554
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
555
|
-
startDate?: string | undefined;
|
|
556
|
-
endDate?: string | undefined;
|
|
557
|
-
rate?: number | undefined;
|
|
558
|
-
quantity?: number | undefined;
|
|
559
|
-
itemDetails?: string | undefined;
|
|
560
|
-
catalogEffectiveDate?: string | undefined;
|
|
561
|
-
childItems?: unknown[] | undefined;
|
|
562
|
-
}, {
|
|
563
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
564
|
-
id?: string | undefined;
|
|
565
|
-
description?: string | undefined;
|
|
566
|
-
amount?: number | undefined;
|
|
567
|
-
linkedInvoiceItemId?: string | undefined;
|
|
568
|
-
productName?: string | undefined;
|
|
569
|
-
planName?: string | undefined;
|
|
570
|
-
phaseName?: string | undefined;
|
|
571
|
-
usageName?: string | undefined;
|
|
572
|
-
prettyProductName?: string | undefined;
|
|
573
|
-
prettyPlanName?: string | undefined;
|
|
574
|
-
prettyPhaseName?: string | undefined;
|
|
575
|
-
prettyUsageName?: string | undefined;
|
|
576
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
577
|
-
startDate?: string | undefined;
|
|
578
|
-
endDate?: string | undefined;
|
|
579
|
-
rate?: number | undefined;
|
|
580
|
-
quantity?: number | undefined;
|
|
581
|
-
itemDetails?: string | undefined;
|
|
582
|
-
catalogEffectiveDate?: string | undefined;
|
|
583
|
-
childItems?: unknown[] | undefined;
|
|
584
|
-
}>, "many">>;
|
|
585
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
586
|
-
id: z.ZodOptional<z.ZodString>;
|
|
587
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
|
|
588
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
589
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
590
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
591
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
592
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
593
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
594
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
595
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
596
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
597
|
-
description: z.ZodOptional<z.ZodString>;
|
|
598
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
599
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
600
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
601
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
602
|
-
currency: z.ZodOptional<z.ZodEnum<["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", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"]>>;
|
|
603
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
604
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
605
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
606
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
607
|
-
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
609
|
-
id?: string | undefined;
|
|
610
|
-
description?: string | undefined;
|
|
611
|
-
amount?: number | undefined;
|
|
612
|
-
linkedInvoiceItemId?: string | undefined;
|
|
613
|
-
productName?: string | undefined;
|
|
614
|
-
planName?: string | undefined;
|
|
615
|
-
phaseName?: string | undefined;
|
|
616
|
-
usageName?: string | undefined;
|
|
617
|
-
prettyProductName?: string | undefined;
|
|
618
|
-
prettyPlanName?: string | undefined;
|
|
619
|
-
prettyPhaseName?: string | undefined;
|
|
620
|
-
prettyUsageName?: string | undefined;
|
|
621
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
622
|
-
startDate?: string | undefined;
|
|
623
|
-
endDate?: string | undefined;
|
|
624
|
-
rate?: number | undefined;
|
|
625
|
-
quantity?: number | undefined;
|
|
626
|
-
itemDetails?: string | undefined;
|
|
627
|
-
catalogEffectiveDate?: string | undefined;
|
|
628
|
-
childItems?: unknown[] | undefined;
|
|
629
|
-
}, {
|
|
630
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
631
|
-
id?: string | undefined;
|
|
632
|
-
description?: string | undefined;
|
|
633
|
-
amount?: number | undefined;
|
|
634
|
-
linkedInvoiceItemId?: string | undefined;
|
|
635
|
-
productName?: string | undefined;
|
|
636
|
-
planName?: string | undefined;
|
|
637
|
-
phaseName?: string | undefined;
|
|
638
|
-
usageName?: string | undefined;
|
|
639
|
-
prettyProductName?: string | undefined;
|
|
640
|
-
prettyPlanName?: string | undefined;
|
|
641
|
-
prettyPhaseName?: string | undefined;
|
|
642
|
-
prettyUsageName?: string | undefined;
|
|
643
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
644
|
-
startDate?: string | undefined;
|
|
645
|
-
endDate?: string | undefined;
|
|
646
|
-
rate?: number | undefined;
|
|
647
|
-
quantity?: number | undefined;
|
|
648
|
-
itemDetails?: string | undefined;
|
|
649
|
-
catalogEffectiveDate?: string | undefined;
|
|
650
|
-
childItems?: unknown[] | undefined;
|
|
651
|
-
}>, "many">>;
|
|
652
|
-
}, "strip", z.ZodTypeAny, {
|
|
653
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
654
|
-
id?: string | undefined;
|
|
655
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
656
|
-
items?: {
|
|
657
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
658
|
-
id?: string | undefined;
|
|
659
|
-
description?: string | undefined;
|
|
660
|
-
amount?: number | undefined;
|
|
661
|
-
linkedInvoiceItemId?: string | undefined;
|
|
662
|
-
productName?: string | undefined;
|
|
663
|
-
planName?: string | undefined;
|
|
664
|
-
phaseName?: string | undefined;
|
|
665
|
-
usageName?: string | undefined;
|
|
666
|
-
prettyProductName?: string | undefined;
|
|
667
|
-
prettyPlanName?: string | undefined;
|
|
668
|
-
prettyPhaseName?: string | undefined;
|
|
669
|
-
prettyUsageName?: string | undefined;
|
|
670
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
671
|
-
startDate?: string | undefined;
|
|
672
|
-
endDate?: string | undefined;
|
|
673
|
-
rate?: number | undefined;
|
|
674
|
-
quantity?: number | undefined;
|
|
675
|
-
itemDetails?: string | undefined;
|
|
676
|
-
catalogEffectiveDate?: string | undefined;
|
|
677
|
-
childItems?: unknown[] | undefined;
|
|
678
|
-
}[] | undefined;
|
|
679
|
-
organizationId?: string | undefined;
|
|
680
|
-
amount?: number | undefined;
|
|
681
|
-
creditAdj?: number | undefined;
|
|
682
|
-
refundAdj?: number | undefined;
|
|
683
|
-
invoiceDate?: string | undefined;
|
|
684
|
-
targetDate?: string | undefined;
|
|
685
|
-
invoiceNumber?: string | undefined;
|
|
686
|
-
balance?: number | undefined;
|
|
687
|
-
bundleKeys?: string | undefined;
|
|
688
|
-
credits?: {
|
|
689
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
690
|
-
id?: string | undefined;
|
|
691
|
-
description?: string | undefined;
|
|
692
|
-
amount?: number | undefined;
|
|
693
|
-
linkedInvoiceItemId?: string | undefined;
|
|
694
|
-
productName?: string | undefined;
|
|
695
|
-
planName?: string | undefined;
|
|
696
|
-
phaseName?: string | undefined;
|
|
697
|
-
usageName?: string | undefined;
|
|
698
|
-
prettyProductName?: string | undefined;
|
|
699
|
-
prettyPlanName?: string | undefined;
|
|
700
|
-
prettyPhaseName?: string | undefined;
|
|
701
|
-
prettyUsageName?: string | undefined;
|
|
702
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
703
|
-
startDate?: string | undefined;
|
|
704
|
-
endDate?: string | undefined;
|
|
705
|
-
rate?: number | undefined;
|
|
706
|
-
quantity?: number | undefined;
|
|
707
|
-
itemDetails?: string | undefined;
|
|
708
|
-
catalogEffectiveDate?: string | undefined;
|
|
709
|
-
childItems?: unknown[] | undefined;
|
|
710
|
-
}[] | undefined;
|
|
711
|
-
}, {
|
|
712
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
713
|
-
id?: string | undefined;
|
|
714
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
715
|
-
items?: {
|
|
716
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
717
|
-
id?: string | undefined;
|
|
718
|
-
description?: string | undefined;
|
|
719
|
-
amount?: number | undefined;
|
|
720
|
-
linkedInvoiceItemId?: string | undefined;
|
|
721
|
-
productName?: string | undefined;
|
|
722
|
-
planName?: string | undefined;
|
|
723
|
-
phaseName?: string | undefined;
|
|
724
|
-
usageName?: string | undefined;
|
|
725
|
-
prettyProductName?: string | undefined;
|
|
726
|
-
prettyPlanName?: string | undefined;
|
|
727
|
-
prettyPhaseName?: string | undefined;
|
|
728
|
-
prettyUsageName?: string | undefined;
|
|
729
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
730
|
-
startDate?: string | undefined;
|
|
731
|
-
endDate?: string | undefined;
|
|
732
|
-
rate?: number | undefined;
|
|
733
|
-
quantity?: number | undefined;
|
|
734
|
-
itemDetails?: string | undefined;
|
|
735
|
-
catalogEffectiveDate?: string | undefined;
|
|
736
|
-
childItems?: unknown[] | undefined;
|
|
737
|
-
}[] | undefined;
|
|
738
|
-
organizationId?: string | undefined;
|
|
739
|
-
amount?: number | undefined;
|
|
740
|
-
creditAdj?: number | undefined;
|
|
741
|
-
refundAdj?: number | undefined;
|
|
742
|
-
invoiceDate?: string | undefined;
|
|
743
|
-
targetDate?: string | undefined;
|
|
744
|
-
invoiceNumber?: string | undefined;
|
|
745
|
-
balance?: number | undefined;
|
|
746
|
-
bundleKeys?: string | undefined;
|
|
747
|
-
credits?: {
|
|
748
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
749
|
-
id?: string | undefined;
|
|
750
|
-
description?: string | undefined;
|
|
751
|
-
amount?: number | undefined;
|
|
752
|
-
linkedInvoiceItemId?: string | undefined;
|
|
753
|
-
productName?: string | undefined;
|
|
754
|
-
planName?: string | undefined;
|
|
755
|
-
phaseName?: string | undefined;
|
|
756
|
-
usageName?: string | undefined;
|
|
757
|
-
prettyProductName?: string | undefined;
|
|
758
|
-
prettyPlanName?: string | undefined;
|
|
759
|
-
prettyPhaseName?: string | undefined;
|
|
760
|
-
prettyUsageName?: string | undefined;
|
|
761
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
762
|
-
startDate?: string | undefined;
|
|
763
|
-
endDate?: string | undefined;
|
|
764
|
-
rate?: number | undefined;
|
|
765
|
-
quantity?: number | undefined;
|
|
766
|
-
itemDetails?: string | undefined;
|
|
767
|
-
catalogEffectiveDate?: string | undefined;
|
|
768
|
-
childItems?: unknown[] | undefined;
|
|
769
|
-
}[] | undefined;
|
|
770
|
-
}>;
|
|
328
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
329
|
+
number: z.ZodOptional<z.ZodString>;
|
|
330
|
+
status: z.ZodOptional<z.ZodString>;
|
|
331
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
332
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
333
|
+
created: z.ZodISODateTime;
|
|
334
|
+
period_start: z.ZodISODateTime;
|
|
335
|
+
period_end: z.ZodISODateTime;
|
|
336
|
+
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
337
|
+
}, z.core.$strip>;
|
|
338
|
+
export declare const zMarketplaceListingFiles: z.ZodObject<{
|
|
339
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
340
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
341
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
342
|
+
}, z.core.$strip>;
|
|
771
343
|
export declare const zMarketplaceListing: z.ZodObject<{
|
|
772
|
-
id: z.ZodString;
|
|
773
344
|
name: z.ZodString;
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
version_channels: z.ZodArray<z.ZodString, "many">;
|
|
780
|
-
value_schemas: z.ZodArray<z.ZodObject<{
|
|
345
|
+
versions: z.ZodArray<z.ZodString>;
|
|
346
|
+
version_channels: z.ZodArray<z.ZodString>;
|
|
347
|
+
latestVersion: z.ZodString;
|
|
348
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
349
|
+
name: z.ZodString;
|
|
781
350
|
version: z.ZodString;
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
name: string;
|
|
795
|
-
id: string;
|
|
796
|
-
description: string;
|
|
797
|
-
developer: string;
|
|
798
|
-
logoUrl: string;
|
|
799
|
-
longDescription: string;
|
|
800
|
-
categories: string[];
|
|
801
|
-
version_channels: string[];
|
|
802
|
-
value_schemas: {
|
|
803
|
-
version: string;
|
|
804
|
-
schema: string;
|
|
805
|
-
placeholder: string;
|
|
806
|
-
}[];
|
|
807
|
-
}, {
|
|
808
|
-
name: string;
|
|
809
|
-
id: string;
|
|
810
|
-
description: string;
|
|
811
|
-
developer: string;
|
|
812
|
-
logoUrl: string;
|
|
813
|
-
longDescription: string;
|
|
814
|
-
categories: string[];
|
|
815
|
-
version_channels: string[];
|
|
816
|
-
value_schemas: {
|
|
817
|
-
version: string;
|
|
818
|
-
schema: string;
|
|
819
|
-
placeholder: string;
|
|
820
|
-
}[];
|
|
821
|
-
}>;
|
|
351
|
+
description: z.ZodOptional<z.ZodString>;
|
|
352
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
353
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
354
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
355
|
+
home: z.ZodOptional<z.ZodString>;
|
|
356
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
357
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
358
|
+
name: z.ZodString;
|
|
359
|
+
email: z.ZodOptional<z.ZodString>;
|
|
360
|
+
}, z.core.$strip>>>;
|
|
361
|
+
}, z.core.$strip>>;
|
|
362
|
+
}, z.core.$strip>;
|
|
822
363
|
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
823
|
-
email: z.
|
|
364
|
+
email: z.ZodEmail;
|
|
824
365
|
first_name: z.ZodString;
|
|
825
366
|
last_name: z.ZodString;
|
|
826
367
|
company_name: z.ZodString;
|
|
827
368
|
password: z.ZodString;
|
|
828
|
-
},
|
|
829
|
-
email: string;
|
|
830
|
-
first_name: string;
|
|
831
|
-
last_name: string;
|
|
832
|
-
company_name: string;
|
|
833
|
-
password: string;
|
|
834
|
-
}, {
|
|
835
|
-
email: string;
|
|
836
|
-
first_name: string;
|
|
837
|
-
last_name: string;
|
|
838
|
-
company_name: string;
|
|
839
|
-
password: string;
|
|
840
|
-
}>;
|
|
369
|
+
}, z.core.$strip>;
|
|
841
370
|
export declare const zOrganization: z.ZodObject<{
|
|
842
|
-
id: z.
|
|
371
|
+
id: z.ZodUUID;
|
|
843
372
|
name: z.ZodOptional<z.ZodString>;
|
|
844
|
-
date_created: z.
|
|
373
|
+
date_created: z.ZodISODateTime;
|
|
845
374
|
quota: z.ZodObject<{
|
|
846
|
-
basic_clusters_max: z.
|
|
847
|
-
basic_clusters_available: z.
|
|
848
|
-
pro_clusters_max: z.
|
|
849
|
-
pro_clusters_available: z.
|
|
850
|
-
fleets_max: z.
|
|
851
|
-
cluster_tiers: z.ZodArray<z.ZodString
|
|
852
|
-
regions: z.ZodArray<z.ZodString
|
|
375
|
+
basic_clusters_max: z.ZodInt;
|
|
376
|
+
basic_clusters_available: z.ZodInt;
|
|
377
|
+
pro_clusters_max: z.ZodInt;
|
|
378
|
+
pro_clusters_available: z.ZodInt;
|
|
379
|
+
fleets_max: z.ZodInt;
|
|
380
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
381
|
+
regions: z.ZodArray<z.ZodString>;
|
|
853
382
|
versions: z.ZodArray<z.ZodObject<{
|
|
854
383
|
id: z.ZodString;
|
|
855
384
|
label: z.ZodString;
|
|
856
|
-
},
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
}>, "many">;
|
|
863
|
-
}, "strip", z.ZodTypeAny, {
|
|
864
|
-
versions: {
|
|
865
|
-
id: string;
|
|
866
|
-
label: string;
|
|
867
|
-
}[];
|
|
868
|
-
basic_clusters_max: number;
|
|
869
|
-
basic_clusters_available: number;
|
|
870
|
-
pro_clusters_max: number;
|
|
871
|
-
pro_clusters_available: number;
|
|
872
|
-
fleets_max: number;
|
|
873
|
-
cluster_tiers: string[];
|
|
874
|
-
regions: string[];
|
|
875
|
-
}, {
|
|
876
|
-
versions: {
|
|
877
|
-
id: string;
|
|
878
|
-
label: string;
|
|
879
|
-
}[];
|
|
880
|
-
basic_clusters_max: number;
|
|
881
|
-
basic_clusters_available: number;
|
|
882
|
-
pro_clusters_max: number;
|
|
883
|
-
pro_clusters_available: number;
|
|
884
|
-
fleets_max: number;
|
|
885
|
-
cluster_tiers: string[];
|
|
886
|
-
regions: string[];
|
|
385
|
+
}, z.core.$strip>>;
|
|
386
|
+
}, z.core.$strip>;
|
|
387
|
+
status: z.ZodEnum<{
|
|
388
|
+
active: "active";
|
|
389
|
+
closed: "closed";
|
|
390
|
+
suspended: "suspended";
|
|
887
391
|
}>;
|
|
888
|
-
|
|
889
|
-
}, "strip", z.ZodTypeAny, {
|
|
890
|
-
id: string;
|
|
891
|
-
status: "active" | "closed" | "suspended";
|
|
892
|
-
date_created: string;
|
|
893
|
-
quota: {
|
|
894
|
-
versions: {
|
|
895
|
-
id: string;
|
|
896
|
-
label: string;
|
|
897
|
-
}[];
|
|
898
|
-
basic_clusters_max: number;
|
|
899
|
-
basic_clusters_available: number;
|
|
900
|
-
pro_clusters_max: number;
|
|
901
|
-
pro_clusters_available: number;
|
|
902
|
-
fleets_max: number;
|
|
903
|
-
cluster_tiers: string[];
|
|
904
|
-
regions: string[];
|
|
905
|
-
};
|
|
906
|
-
name?: string | undefined;
|
|
907
|
-
}, {
|
|
908
|
-
id: string;
|
|
909
|
-
status: "active" | "closed" | "suspended";
|
|
910
|
-
date_created: string;
|
|
911
|
-
quota: {
|
|
912
|
-
versions: {
|
|
913
|
-
id: string;
|
|
914
|
-
label: string;
|
|
915
|
-
}[];
|
|
916
|
-
basic_clusters_max: number;
|
|
917
|
-
basic_clusters_available: number;
|
|
918
|
-
pro_clusters_max: number;
|
|
919
|
-
pro_clusters_available: number;
|
|
920
|
-
fleets_max: number;
|
|
921
|
-
cluster_tiers: string[];
|
|
922
|
-
regions: string[];
|
|
923
|
-
};
|
|
924
|
-
name?: string | undefined;
|
|
925
|
-
}>;
|
|
392
|
+
}, z.core.$strip>;
|
|
926
393
|
export declare const zPaymentMethod: z.ZodObject<{
|
|
927
|
-
id: z.
|
|
394
|
+
id: z.ZodUUID;
|
|
928
395
|
setup: z.ZodBoolean;
|
|
929
|
-
type: z.ZodEnum<
|
|
396
|
+
type: z.ZodEnum<{
|
|
397
|
+
card: "card";
|
|
398
|
+
}>;
|
|
930
399
|
last4: z.ZodString;
|
|
931
|
-
exp_month: z.
|
|
932
|
-
exp_year: z.
|
|
933
|
-
brand: z.ZodEnum<
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
400
|
+
exp_month: z.ZodInt;
|
|
401
|
+
exp_year: z.ZodInt;
|
|
402
|
+
brand: z.ZodEnum<{
|
|
403
|
+
unknown: "unknown";
|
|
404
|
+
amex: "amex";
|
|
405
|
+
diners: "diners";
|
|
406
|
+
discover: "discover";
|
|
407
|
+
eftpos_au: "eftpos_au";
|
|
408
|
+
jcb: "jcb";
|
|
409
|
+
mastercard: "mastercard";
|
|
410
|
+
unionpay: "unionpay";
|
|
411
|
+
visa: "visa";
|
|
412
|
+
}>;
|
|
413
|
+
}, z.core.$strip>;
|
|
414
|
+
export declare const zPlatformQuota: z.ZodObject<{
|
|
415
|
+
basic_clusters_max: z.ZodInt;
|
|
416
|
+
basic_clusters_available: z.ZodInt;
|
|
417
|
+
pro_clusters_max: z.ZodInt;
|
|
418
|
+
pro_clusters_available: z.ZodInt;
|
|
419
|
+
fleets_max: z.ZodInt;
|
|
420
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
421
|
+
regions: z.ZodArray<z.ZodString>;
|
|
422
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
423
|
+
id: z.ZodString;
|
|
424
|
+
label: z.ZodString;
|
|
425
|
+
}, z.core.$strip>>;
|
|
426
|
+
}, z.core.$strip>;
|
|
427
|
+
export declare const zRegistryRepository: z.ZodObject<{
|
|
428
|
+
name: z.ZodString;
|
|
429
|
+
region: z.ZodString;
|
|
430
|
+
uri: z.ZodString;
|
|
431
|
+
}, z.core.$strip>;
|
|
432
|
+
export declare const zRegistryRepositoryWithTags: z.ZodObject<{
|
|
433
|
+
name: z.ZodString;
|
|
434
|
+
region: z.ZodString;
|
|
435
|
+
uri: z.ZodString;
|
|
436
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
437
|
+
name: z.ZodString;
|
|
438
|
+
size: z.ZodNumber;
|
|
439
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
440
|
+
}, z.core.$strip>>;
|
|
441
|
+
totalSize: z.ZodNumber;
|
|
442
|
+
}, z.core.$strip>;
|
|
443
|
+
export declare const zRegistryTag: z.ZodObject<{
|
|
444
|
+
name: z.ZodString;
|
|
445
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
446
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
447
|
+
size: z.ZodNumber;
|
|
448
|
+
}, z.core.$strip>>;
|
|
449
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
450
|
+
size: z.ZodNumber;
|
|
451
|
+
}, z.core.$strip>>>;
|
|
452
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
453
|
+
digest: z.ZodString;
|
|
454
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
455
|
+
architecture: z.ZodString;
|
|
456
|
+
os: z.ZodString;
|
|
457
|
+
}, z.core.$strip>>;
|
|
458
|
+
}, z.core.$strip>>>;
|
|
459
|
+
size: z.ZodNumber;
|
|
460
|
+
region: z.ZodString;
|
|
461
|
+
repository: z.ZodString;
|
|
462
|
+
uri: z.ZodString;
|
|
463
|
+
}, z.core.$strip>;
|
|
951
464
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
952
465
|
name: z.ZodString;
|
|
953
|
-
role: z.ZodEnum<
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
},
|
|
958
|
-
name: string;
|
|
959
|
-
role: "Administrator" | "User";
|
|
960
|
-
}>;
|
|
466
|
+
role: z.ZodEnum<{
|
|
467
|
+
Administrator: "Administrator";
|
|
468
|
+
User: "User";
|
|
469
|
+
}>;
|
|
470
|
+
}, z.core.$strip>;
|
|
961
471
|
export declare const zToken: z.ZodObject<{
|
|
962
472
|
name: z.ZodString;
|
|
963
|
-
role: z.ZodEnum<
|
|
473
|
+
role: z.ZodEnum<{
|
|
474
|
+
Administrator: "Administrator";
|
|
475
|
+
User: "User";
|
|
476
|
+
}>;
|
|
964
477
|
id: z.ZodOptional<z.ZodString>;
|
|
965
478
|
secret: z.ZodOptional<z.ZodString>;
|
|
966
|
-
date_created: z.
|
|
967
|
-
},
|
|
968
|
-
name: string;
|
|
969
|
-
role: "Administrator" | "User";
|
|
970
|
-
date_created: string;
|
|
971
|
-
id?: string | undefined;
|
|
972
|
-
secret?: string | undefined;
|
|
973
|
-
}, {
|
|
974
|
-
name: string;
|
|
975
|
-
role: "Administrator" | "User";
|
|
976
|
-
date_created: string;
|
|
977
|
-
id?: string | undefined;
|
|
978
|
-
secret?: string | undefined;
|
|
979
|
-
}>;
|
|
479
|
+
date_created: z.ZodISODateTime;
|
|
480
|
+
}, z.core.$strip>;
|
|
980
481
|
export declare const zTokenUpdateInput: z.ZodObject<{
|
|
981
482
|
name: z.ZodOptional<z.ZodString>;
|
|
982
|
-
role: z.ZodOptional<z.ZodEnum<
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
},
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
483
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
484
|
+
Administrator: "Administrator";
|
|
485
|
+
User: "User";
|
|
486
|
+
}>>;
|
|
487
|
+
}, z.core.$strip>;
|
|
488
|
+
export declare const zUsageFacets: z.ZodObject<{
|
|
489
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
490
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
491
|
+
}, z.core.$strip>;
|
|
492
|
+
export declare const zUsageResponse: z.ZodObject<{
|
|
493
|
+
data: z.ZodArray<z.ZodObject<{
|
|
494
|
+
hour: z.ZodString;
|
|
495
|
+
cluster_id: z.ZodString;
|
|
496
|
+
product: z.ZodString;
|
|
497
|
+
value: z.ZodNumber;
|
|
498
|
+
price: z.ZodNumber;
|
|
499
|
+
total: z.ZodNumber;
|
|
500
|
+
}, z.core.$strip>>;
|
|
501
|
+
facets: z.ZodObject<{
|
|
502
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
503
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
504
|
+
}, z.core.$strip>;
|
|
505
|
+
}, z.core.$strip>;
|
|
990
506
|
export declare const zUsage: z.ZodObject<{
|
|
991
|
-
hour: z.
|
|
507
|
+
hour: z.ZodString;
|
|
992
508
|
cluster_id: z.ZodString;
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
999
|
-
value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1000
|
-
total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1001
|
-
}, "strip", z.ZodTypeAny, {
|
|
1002
|
-
total: number | "";
|
|
1003
|
-
cpu: number | "";
|
|
1004
|
-
product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
|
|
1005
|
-
value: number | "";
|
|
1006
|
-
cluster_id: string;
|
|
1007
|
-
cluster_tier: "" | "basic" | "pro";
|
|
1008
|
-
node_name: string;
|
|
1009
|
-
sku: string;
|
|
1010
|
-
price: number | "";
|
|
1011
|
-
hour?: string | undefined;
|
|
1012
|
-
}, {
|
|
1013
|
-
total: number | "";
|
|
1014
|
-
cpu: number | "";
|
|
1015
|
-
product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
|
|
1016
|
-
value: number | "";
|
|
1017
|
-
cluster_id: string;
|
|
1018
|
-
cluster_tier: "" | "basic" | "pro";
|
|
1019
|
-
node_name: string;
|
|
1020
|
-
sku: string;
|
|
1021
|
-
price: number | "";
|
|
1022
|
-
hour?: string | undefined;
|
|
1023
|
-
}>;
|
|
509
|
+
product: z.ZodString;
|
|
510
|
+
value: z.ZodNumber;
|
|
511
|
+
price: z.ZodNumber;
|
|
512
|
+
total: z.ZodNumber;
|
|
513
|
+
}, z.core.$strip>;
|
|
1024
514
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
1025
|
-
email: z.
|
|
515
|
+
email: z.ZodEmail;
|
|
1026
516
|
first_name: z.ZodString;
|
|
1027
517
|
last_name: z.ZodString;
|
|
1028
518
|
code: z.ZodString;
|
|
1029
519
|
password: z.ZodString;
|
|
1030
|
-
status: z.ZodOptional<z.ZodEnum<
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
status?: "active" | "inactive" | undefined;
|
|
1040
|
-
}, {
|
|
1041
|
-
code: string;
|
|
1042
|
-
email: string;
|
|
1043
|
-
first_name: string;
|
|
1044
|
-
last_name: string;
|
|
1045
|
-
password: string;
|
|
1046
|
-
role?: "Administrator" | "User" | undefined;
|
|
1047
|
-
status?: "active" | "inactive" | undefined;
|
|
1048
|
-
}>;
|
|
520
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
521
|
+
active: "active";
|
|
522
|
+
inactive: "inactive";
|
|
523
|
+
}>>;
|
|
524
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
525
|
+
Administrator: "Administrator";
|
|
526
|
+
User: "User";
|
|
527
|
+
}>>;
|
|
528
|
+
}, z.core.$strip>;
|
|
1049
529
|
export declare const zUser: z.ZodObject<{
|
|
1050
|
-
email: z.
|
|
530
|
+
email: z.ZodEmail;
|
|
1051
531
|
first_name: z.ZodString;
|
|
1052
532
|
last_name: z.ZodString;
|
|
1053
|
-
role: z.ZodEnum<
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
date_created: string;
|
|
1065
|
-
}, {
|
|
1066
|
-
id: string;
|
|
1067
|
-
role: "Administrator" | "User";
|
|
1068
|
-
email: string;
|
|
1069
|
-
status: "active" | "inactive";
|
|
1070
|
-
first_name: string;
|
|
1071
|
-
last_name: string;
|
|
1072
|
-
date_created: string;
|
|
1073
|
-
}>;
|
|
533
|
+
role: z.ZodEnum<{
|
|
534
|
+
Administrator: "Administrator";
|
|
535
|
+
User: "User";
|
|
536
|
+
}>;
|
|
537
|
+
status: z.ZodEnum<{
|
|
538
|
+
active: "active";
|
|
539
|
+
inactive: "inactive";
|
|
540
|
+
}>;
|
|
541
|
+
id: z.ZodUUID;
|
|
542
|
+
date_created: z.ZodISODateTime;
|
|
543
|
+
}, z.core.$strip>;
|
|
1074
544
|
export declare const zUserUpdateInput: z.ZodObject<{
|
|
1075
|
-
email: z.ZodOptional<z.
|
|
545
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1076
546
|
first_name: z.ZodOptional<z.ZodString>;
|
|
1077
547
|
last_name: z.ZodOptional<z.ZodString>;
|
|
1078
|
-
role: z.ZodOptional<z.ZodEnum<
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
},
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
sku: string;
|
|
1124
|
-
price: number | "";
|
|
1125
|
-
hour?: string | undefined;
|
|
1126
|
-
}>, "many">;
|
|
1127
|
-
export declare const zGetBalanceResponse: z.ZodNumber;
|
|
548
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
549
|
+
Administrator: "Administrator";
|
|
550
|
+
User: "User";
|
|
551
|
+
}>>;
|
|
552
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
553
|
+
active: "active";
|
|
554
|
+
inactive: "inactive";
|
|
555
|
+
}>>;
|
|
556
|
+
}, z.core.$strip>;
|
|
557
|
+
export declare const zGetUsageData: z.ZodObject<{
|
|
558
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
559
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
560
|
+
query: z.ZodOptional<z.ZodObject<{
|
|
561
|
+
granularity: z.ZodOptional<z.ZodEnum<{
|
|
562
|
+
hourly: "hourly";
|
|
563
|
+
daily: "daily";
|
|
564
|
+
monthly: "monthly";
|
|
565
|
+
}>>;
|
|
566
|
+
}, z.core.$strip>>;
|
|
567
|
+
}, z.core.$strip>;
|
|
568
|
+
/**
|
|
569
|
+
* Usage data with facets for filtering
|
|
570
|
+
*/
|
|
571
|
+
export declare const zGetUsageResponse: z.ZodObject<{
|
|
572
|
+
data: z.ZodArray<z.ZodObject<{
|
|
573
|
+
hour: z.ZodString;
|
|
574
|
+
cluster_id: z.ZodString;
|
|
575
|
+
product: z.ZodString;
|
|
576
|
+
value: z.ZodNumber;
|
|
577
|
+
price: z.ZodNumber;
|
|
578
|
+
total: z.ZodNumber;
|
|
579
|
+
}, z.core.$strip>>;
|
|
580
|
+
facets: z.ZodObject<{
|
|
581
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
582
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
583
|
+
}, z.core.$strip>;
|
|
584
|
+
}, z.core.$strip>;
|
|
585
|
+
export declare const zGetPaymentMethodData: z.ZodObject<{
|
|
586
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
587
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
588
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
589
|
+
}, z.core.$strip>;
|
|
590
|
+
/**
|
|
591
|
+
* Redacted payment card information.
|
|
592
|
+
*/
|
|
1128
593
|
export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
1129
|
-
id: z.
|
|
594
|
+
id: z.ZodUUID;
|
|
1130
595
|
setup: z.ZodBoolean;
|
|
1131
|
-
type: z.ZodEnum<
|
|
596
|
+
type: z.ZodEnum<{
|
|
597
|
+
card: "card";
|
|
598
|
+
}>;
|
|
1132
599
|
last4: z.ZodString;
|
|
1133
|
-
exp_month: z.
|
|
1134
|
-
exp_year: z.
|
|
1135
|
-
brand: z.ZodEnum<
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
600
|
+
exp_month: z.ZodInt;
|
|
601
|
+
exp_year: z.ZodInt;
|
|
602
|
+
brand: z.ZodEnum<{
|
|
603
|
+
unknown: "unknown";
|
|
604
|
+
amex: "amex";
|
|
605
|
+
diners: "diners";
|
|
606
|
+
discover: "discover";
|
|
607
|
+
eftpos_au: "eftpos_au";
|
|
608
|
+
jcb: "jcb";
|
|
609
|
+
mastercard: "mastercard";
|
|
610
|
+
unionpay: "unionpay";
|
|
611
|
+
visa: "visa";
|
|
612
|
+
}>;
|
|
613
|
+
}, z.core.$strip>;
|
|
614
|
+
export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
615
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
616
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
617
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
618
|
+
}, z.core.$strip>;
|
|
619
|
+
/**
|
|
620
|
+
* 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.
|
|
621
|
+
*
|
|
622
|
+
*/
|
|
1153
623
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
1154
624
|
id: z.ZodOptional<z.ZodString>;
|
|
1155
|
-
},
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
625
|
+
}, z.core.$strip>;
|
|
626
|
+
export declare const zListInvoicesData: z.ZodObject<{
|
|
627
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
628
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
629
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
630
|
+
}, z.core.$strip>;
|
|
631
|
+
/**
|
|
632
|
+
* An array of usage records.
|
|
633
|
+
*/
|
|
1160
634
|
export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
1161
|
-
id: z.ZodOptional<z.
|
|
1162
|
-
|
|
1163
|
-
status: z.ZodOptional<z.
|
|
1164
|
-
|
|
1165
|
-
currency: z.ZodOptional<z.
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
1180
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
1181
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
1182
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
1183
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
1184
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
1185
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1186
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
1187
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
1188
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
1189
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
1190
|
-
currency: z.ZodOptional<z.ZodEnum<["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", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"]>>;
|
|
1191
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1192
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
1193
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
1194
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
1195
|
-
}, "strip", z.ZodTypeAny, {
|
|
1196
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1197
|
-
id?: string | undefined;
|
|
1198
|
-
description?: string | undefined;
|
|
1199
|
-
amount?: number | undefined;
|
|
1200
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1201
|
-
productName?: string | undefined;
|
|
1202
|
-
planName?: string | undefined;
|
|
1203
|
-
phaseName?: string | undefined;
|
|
1204
|
-
usageName?: string | undefined;
|
|
1205
|
-
prettyProductName?: string | undefined;
|
|
1206
|
-
prettyPlanName?: string | undefined;
|
|
1207
|
-
prettyPhaseName?: string | undefined;
|
|
1208
|
-
prettyUsageName?: string | undefined;
|
|
1209
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1210
|
-
startDate?: string | undefined;
|
|
1211
|
-
endDate?: string | undefined;
|
|
1212
|
-
rate?: number | undefined;
|
|
1213
|
-
quantity?: number | undefined;
|
|
1214
|
-
itemDetails?: string | undefined;
|
|
1215
|
-
catalogEffectiveDate?: string | undefined;
|
|
1216
|
-
childItems?: unknown[] | undefined;
|
|
1217
|
-
}, {
|
|
1218
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1219
|
-
id?: string | undefined;
|
|
1220
|
-
description?: string | undefined;
|
|
1221
|
-
amount?: number | undefined;
|
|
1222
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1223
|
-
productName?: string | undefined;
|
|
1224
|
-
planName?: string | undefined;
|
|
1225
|
-
phaseName?: string | undefined;
|
|
1226
|
-
usageName?: string | undefined;
|
|
1227
|
-
prettyProductName?: string | undefined;
|
|
1228
|
-
prettyPlanName?: string | undefined;
|
|
1229
|
-
prettyPhaseName?: string | undefined;
|
|
1230
|
-
prettyUsageName?: string | undefined;
|
|
1231
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1232
|
-
startDate?: string | undefined;
|
|
1233
|
-
endDate?: string | undefined;
|
|
1234
|
-
rate?: number | undefined;
|
|
1235
|
-
quantity?: number | undefined;
|
|
1236
|
-
itemDetails?: string | undefined;
|
|
1237
|
-
catalogEffectiveDate?: string | undefined;
|
|
1238
|
-
childItems?: unknown[] | undefined;
|
|
1239
|
-
}>, "many">>;
|
|
1240
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1241
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1242
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
|
|
1243
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
1244
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
1245
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
1246
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
1247
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
1248
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
1249
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
1250
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
1251
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
1252
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1253
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
1254
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
1255
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
1256
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
1257
|
-
currency: z.ZodOptional<z.ZodEnum<["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", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"]>>;
|
|
1258
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1259
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
1260
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
1261
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
1262
|
-
}, "strip", z.ZodTypeAny, {
|
|
1263
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1264
|
-
id?: string | undefined;
|
|
1265
|
-
description?: string | undefined;
|
|
1266
|
-
amount?: number | undefined;
|
|
1267
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1268
|
-
productName?: string | undefined;
|
|
1269
|
-
planName?: string | undefined;
|
|
1270
|
-
phaseName?: string | undefined;
|
|
1271
|
-
usageName?: string | undefined;
|
|
1272
|
-
prettyProductName?: string | undefined;
|
|
1273
|
-
prettyPlanName?: string | undefined;
|
|
1274
|
-
prettyPhaseName?: string | undefined;
|
|
1275
|
-
prettyUsageName?: string | undefined;
|
|
1276
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1277
|
-
startDate?: string | undefined;
|
|
1278
|
-
endDate?: string | undefined;
|
|
1279
|
-
rate?: number | undefined;
|
|
1280
|
-
quantity?: number | undefined;
|
|
1281
|
-
itemDetails?: string | undefined;
|
|
1282
|
-
catalogEffectiveDate?: string | undefined;
|
|
1283
|
-
childItems?: unknown[] | undefined;
|
|
1284
|
-
}, {
|
|
1285
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1286
|
-
id?: string | undefined;
|
|
1287
|
-
description?: string | undefined;
|
|
1288
|
-
amount?: number | undefined;
|
|
1289
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1290
|
-
productName?: string | undefined;
|
|
1291
|
-
planName?: string | undefined;
|
|
1292
|
-
phaseName?: string | undefined;
|
|
1293
|
-
usageName?: string | undefined;
|
|
1294
|
-
prettyProductName?: string | undefined;
|
|
1295
|
-
prettyPlanName?: string | undefined;
|
|
1296
|
-
prettyPhaseName?: string | undefined;
|
|
1297
|
-
prettyUsageName?: string | undefined;
|
|
1298
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1299
|
-
startDate?: string | undefined;
|
|
1300
|
-
endDate?: string | undefined;
|
|
1301
|
-
rate?: number | undefined;
|
|
1302
|
-
quantity?: number | undefined;
|
|
1303
|
-
itemDetails?: string | undefined;
|
|
1304
|
-
catalogEffectiveDate?: string | undefined;
|
|
1305
|
-
childItems?: unknown[] | undefined;
|
|
1306
|
-
}>, "many">>;
|
|
1307
|
-
}, "strip", z.ZodTypeAny, {
|
|
1308
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1309
|
-
id?: string | undefined;
|
|
1310
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
1311
|
-
items?: {
|
|
1312
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1313
|
-
id?: string | undefined;
|
|
1314
|
-
description?: string | undefined;
|
|
1315
|
-
amount?: number | undefined;
|
|
1316
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1317
|
-
productName?: string | undefined;
|
|
1318
|
-
planName?: string | undefined;
|
|
1319
|
-
phaseName?: string | undefined;
|
|
1320
|
-
usageName?: string | undefined;
|
|
1321
|
-
prettyProductName?: string | undefined;
|
|
1322
|
-
prettyPlanName?: string | undefined;
|
|
1323
|
-
prettyPhaseName?: string | undefined;
|
|
1324
|
-
prettyUsageName?: string | undefined;
|
|
1325
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1326
|
-
startDate?: string | undefined;
|
|
1327
|
-
endDate?: string | undefined;
|
|
1328
|
-
rate?: number | undefined;
|
|
1329
|
-
quantity?: number | undefined;
|
|
1330
|
-
itemDetails?: string | undefined;
|
|
1331
|
-
catalogEffectiveDate?: string | undefined;
|
|
1332
|
-
childItems?: unknown[] | undefined;
|
|
1333
|
-
}[] | undefined;
|
|
1334
|
-
organizationId?: string | undefined;
|
|
1335
|
-
amount?: number | undefined;
|
|
1336
|
-
creditAdj?: number | undefined;
|
|
1337
|
-
refundAdj?: number | undefined;
|
|
1338
|
-
invoiceDate?: string | undefined;
|
|
1339
|
-
targetDate?: string | undefined;
|
|
1340
|
-
invoiceNumber?: string | undefined;
|
|
1341
|
-
balance?: number | undefined;
|
|
1342
|
-
bundleKeys?: string | undefined;
|
|
1343
|
-
credits?: {
|
|
1344
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1345
|
-
id?: string | undefined;
|
|
1346
|
-
description?: string | undefined;
|
|
1347
|
-
amount?: number | undefined;
|
|
1348
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1349
|
-
productName?: string | undefined;
|
|
1350
|
-
planName?: string | undefined;
|
|
1351
|
-
phaseName?: string | undefined;
|
|
1352
|
-
usageName?: string | undefined;
|
|
1353
|
-
prettyProductName?: string | undefined;
|
|
1354
|
-
prettyPlanName?: string | undefined;
|
|
1355
|
-
prettyPhaseName?: string | undefined;
|
|
1356
|
-
prettyUsageName?: string | undefined;
|
|
1357
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1358
|
-
startDate?: string | undefined;
|
|
1359
|
-
endDate?: string | undefined;
|
|
1360
|
-
rate?: number | undefined;
|
|
1361
|
-
quantity?: number | undefined;
|
|
1362
|
-
itemDetails?: string | undefined;
|
|
1363
|
-
catalogEffectiveDate?: string | undefined;
|
|
1364
|
-
childItems?: unknown[] | undefined;
|
|
1365
|
-
}[] | undefined;
|
|
1366
|
-
}, {
|
|
1367
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1368
|
-
id?: string | undefined;
|
|
1369
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
1370
|
-
items?: {
|
|
1371
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1372
|
-
id?: string | undefined;
|
|
1373
|
-
description?: string | undefined;
|
|
1374
|
-
amount?: number | undefined;
|
|
1375
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1376
|
-
productName?: string | undefined;
|
|
1377
|
-
planName?: string | undefined;
|
|
1378
|
-
phaseName?: string | undefined;
|
|
1379
|
-
usageName?: string | undefined;
|
|
1380
|
-
prettyProductName?: string | undefined;
|
|
1381
|
-
prettyPlanName?: string | undefined;
|
|
1382
|
-
prettyPhaseName?: string | undefined;
|
|
1383
|
-
prettyUsageName?: string | undefined;
|
|
1384
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1385
|
-
startDate?: string | undefined;
|
|
1386
|
-
endDate?: string | undefined;
|
|
1387
|
-
rate?: number | undefined;
|
|
1388
|
-
quantity?: number | undefined;
|
|
1389
|
-
itemDetails?: string | undefined;
|
|
1390
|
-
catalogEffectiveDate?: string | undefined;
|
|
1391
|
-
childItems?: unknown[] | undefined;
|
|
1392
|
-
}[] | undefined;
|
|
1393
|
-
organizationId?: string | undefined;
|
|
1394
|
-
amount?: number | undefined;
|
|
1395
|
-
creditAdj?: number | undefined;
|
|
1396
|
-
refundAdj?: number | undefined;
|
|
1397
|
-
invoiceDate?: string | undefined;
|
|
1398
|
-
targetDate?: string | undefined;
|
|
1399
|
-
invoiceNumber?: string | undefined;
|
|
1400
|
-
balance?: number | undefined;
|
|
1401
|
-
bundleKeys?: string | undefined;
|
|
1402
|
-
credits?: {
|
|
1403
|
-
currency?: "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" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
|
|
1404
|
-
id?: string | undefined;
|
|
1405
|
-
description?: string | undefined;
|
|
1406
|
-
amount?: number | undefined;
|
|
1407
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1408
|
-
productName?: string | undefined;
|
|
1409
|
-
planName?: string | undefined;
|
|
1410
|
-
phaseName?: string | undefined;
|
|
1411
|
-
usageName?: string | undefined;
|
|
1412
|
-
prettyProductName?: string | undefined;
|
|
1413
|
-
prettyPlanName?: string | undefined;
|
|
1414
|
-
prettyPhaseName?: string | undefined;
|
|
1415
|
-
prettyUsageName?: string | undefined;
|
|
1416
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1417
|
-
startDate?: string | undefined;
|
|
1418
|
-
endDate?: string | undefined;
|
|
1419
|
-
rate?: number | undefined;
|
|
1420
|
-
quantity?: number | undefined;
|
|
1421
|
-
itemDetails?: string | undefined;
|
|
1422
|
-
catalogEffectiveDate?: string | undefined;
|
|
1423
|
-
childItems?: unknown[] | undefined;
|
|
1424
|
-
}[] | undefined;
|
|
1425
|
-
}>, "many">;
|
|
1426
|
-
export declare const zGetInvoiceResponse: z.ZodObject<{
|
|
1427
|
-
html: z.ZodOptional<z.ZodString>;
|
|
1428
|
-
}, "strip", z.ZodTypeAny, {
|
|
1429
|
-
html?: string | undefined;
|
|
1430
|
-
}, {
|
|
1431
|
-
html?: string | undefined;
|
|
1432
|
-
}>;
|
|
635
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
636
|
+
number: z.ZodOptional<z.ZodString>;
|
|
637
|
+
status: z.ZodOptional<z.ZodString>;
|
|
638
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
639
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
640
|
+
created: z.ZodISODateTime;
|
|
641
|
+
period_start: z.ZodISODateTime;
|
|
642
|
+
period_end: z.ZodISODateTime;
|
|
643
|
+
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
644
|
+
}, z.core.$strip>>;
|
|
645
|
+
export declare const zGetContactData: z.ZodObject<{
|
|
646
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
647
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
648
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
649
|
+
}, z.core.$strip>;
|
|
650
|
+
/**
|
|
651
|
+
* Returns a single object containing organization contact and billing address details.
|
|
652
|
+
*/
|
|
1433
653
|
export declare const zGetContactResponse: z.ZodObject<{
|
|
1434
654
|
company: z.ZodOptional<z.ZodString>;
|
|
1435
655
|
address1: z.ZodOptional<z.ZodString>;
|
|
@@ -1439,40 +659,290 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
1439
659
|
state: z.ZodOptional<z.ZodString>;
|
|
1440
660
|
country: z.ZodOptional<z.ZodString>;
|
|
1441
661
|
phone: z.ZodOptional<z.ZodString>;
|
|
1442
|
-
email: z.
|
|
1443
|
-
|
|
1444
|
-
last_name: z.ZodString;
|
|
662
|
+
email: z.ZodEmail;
|
|
663
|
+
individual_name: z.ZodString;
|
|
1445
664
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
1446
|
-
tax_id_type: z.ZodOptional<z.ZodEnum<
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
665
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
666
|
+
"": "";
|
|
667
|
+
ad_nrt: "ad_nrt";
|
|
668
|
+
ae_trn: "ae_trn";
|
|
669
|
+
al_tin: "al_tin";
|
|
670
|
+
am_tin: "am_tin";
|
|
671
|
+
ao_tin: "ao_tin";
|
|
672
|
+
ar_cuit: "ar_cuit";
|
|
673
|
+
at_vat: "at_vat";
|
|
674
|
+
au_abn: "au_abn";
|
|
675
|
+
au_arn: "au_arn";
|
|
676
|
+
ba_tin: "ba_tin";
|
|
677
|
+
bb_tin: "bb_tin";
|
|
678
|
+
be_vat: "be_vat";
|
|
679
|
+
bg_uic: "bg_uic";
|
|
680
|
+
bg_vat: "bg_vat";
|
|
681
|
+
bh_vat: "bh_vat";
|
|
682
|
+
bo_tin: "bo_tin";
|
|
683
|
+
br_cnpj: "br_cnpj";
|
|
684
|
+
br_cpf: "br_cpf";
|
|
685
|
+
bs_tin: "bs_tin";
|
|
686
|
+
by_tin: "by_tin";
|
|
687
|
+
ca_bn: "ca_bn";
|
|
688
|
+
ca_gst_hst: "ca_gst_hst";
|
|
689
|
+
ca_pst_bc: "ca_pst_bc";
|
|
690
|
+
ca_pst_mb: "ca_pst_mb";
|
|
691
|
+
ca_pst_sk: "ca_pst_sk";
|
|
692
|
+
ca_qst: "ca_qst";
|
|
693
|
+
cd_nif: "cd_nif";
|
|
694
|
+
ch_uid: "ch_uid";
|
|
695
|
+
ch_vat: "ch_vat";
|
|
696
|
+
cl_tin: "cl_tin";
|
|
697
|
+
cn_tin: "cn_tin";
|
|
698
|
+
co_nit: "co_nit";
|
|
699
|
+
cr_tin: "cr_tin";
|
|
700
|
+
cy_vat: "cy_vat";
|
|
701
|
+
cz_vat: "cz_vat";
|
|
702
|
+
de_stn: "de_stn";
|
|
703
|
+
de_vat: "de_vat";
|
|
704
|
+
dk_vat: "dk_vat";
|
|
705
|
+
do_rcn: "do_rcn";
|
|
706
|
+
ec_ruc: "ec_ruc";
|
|
707
|
+
ee_vat: "ee_vat";
|
|
708
|
+
eg_tin: "eg_tin";
|
|
709
|
+
es_cif: "es_cif";
|
|
710
|
+
es_vat: "es_vat";
|
|
711
|
+
eu_oss_vat: "eu_oss_vat";
|
|
712
|
+
fi_vat: "fi_vat";
|
|
713
|
+
fr_vat: "fr_vat";
|
|
714
|
+
gb_vat: "gb_vat";
|
|
715
|
+
ge_vat: "ge_vat";
|
|
716
|
+
gn_nif: "gn_nif";
|
|
717
|
+
gr_vat: "gr_vat";
|
|
718
|
+
hk_br: "hk_br";
|
|
719
|
+
hr_oib: "hr_oib";
|
|
720
|
+
hr_vat: "hr_vat";
|
|
721
|
+
hu_tin: "hu_tin";
|
|
722
|
+
hu_vat: "hu_vat";
|
|
723
|
+
id_npwp: "id_npwp";
|
|
724
|
+
ie_vat: "ie_vat";
|
|
725
|
+
il_vat: "il_vat";
|
|
726
|
+
in_gst: "in_gst";
|
|
727
|
+
is_vat: "is_vat";
|
|
728
|
+
it_vat: "it_vat";
|
|
729
|
+
jp_cn: "jp_cn";
|
|
730
|
+
jp_rn: "jp_rn";
|
|
731
|
+
jp_trn: "jp_trn";
|
|
732
|
+
ke_pin: "ke_pin";
|
|
733
|
+
kh_tin: "kh_tin";
|
|
734
|
+
kr_brn: "kr_brn";
|
|
735
|
+
kz_bin: "kz_bin";
|
|
736
|
+
li_uid: "li_uid";
|
|
737
|
+
li_vat: "li_vat";
|
|
738
|
+
lt_vat: "lt_vat";
|
|
739
|
+
lu_vat: "lu_vat";
|
|
740
|
+
lv_vat: "lv_vat";
|
|
741
|
+
ma_vat: "ma_vat";
|
|
742
|
+
md_vat: "md_vat";
|
|
743
|
+
me_pib: "me_pib";
|
|
744
|
+
mk_vat: "mk_vat";
|
|
745
|
+
mr_nif: "mr_nif";
|
|
746
|
+
mt_vat: "mt_vat";
|
|
747
|
+
mx_rfc: "mx_rfc";
|
|
748
|
+
my_frp: "my_frp";
|
|
749
|
+
my_itn: "my_itn";
|
|
750
|
+
my_sst: "my_sst";
|
|
751
|
+
ng_tin: "ng_tin";
|
|
752
|
+
nl_vat: "nl_vat";
|
|
753
|
+
no_vat: "no_vat";
|
|
754
|
+
no_voec: "no_voec";
|
|
755
|
+
np_pan: "np_pan";
|
|
756
|
+
nz_gst: "nz_gst";
|
|
757
|
+
om_vat: "om_vat";
|
|
758
|
+
pe_ruc: "pe_ruc";
|
|
759
|
+
ph_tin: "ph_tin";
|
|
760
|
+
pl_vat: "pl_vat";
|
|
761
|
+
pt_vat: "pt_vat";
|
|
762
|
+
ro_tin: "ro_tin";
|
|
763
|
+
ro_vat: "ro_vat";
|
|
764
|
+
rs_pib: "rs_pib";
|
|
765
|
+
ru_inn: "ru_inn";
|
|
766
|
+
ru_kpp: "ru_kpp";
|
|
767
|
+
sa_vat: "sa_vat";
|
|
768
|
+
se_vat: "se_vat";
|
|
769
|
+
sg_gst: "sg_gst";
|
|
770
|
+
sg_uen: "sg_uen";
|
|
771
|
+
si_tin: "si_tin";
|
|
772
|
+
si_vat: "si_vat";
|
|
773
|
+
sk_vat: "sk_vat";
|
|
774
|
+
sn_ninea: "sn_ninea";
|
|
775
|
+
sr_fin: "sr_fin";
|
|
776
|
+
sv_nit: "sv_nit";
|
|
777
|
+
th_vat: "th_vat";
|
|
778
|
+
tj_tin: "tj_tin";
|
|
779
|
+
tr_tin: "tr_tin";
|
|
780
|
+
tw_vat: "tw_vat";
|
|
781
|
+
tz_vat: "tz_vat";
|
|
782
|
+
ua_vat: "ua_vat";
|
|
783
|
+
ug_tin: "ug_tin";
|
|
784
|
+
us_ein: "us_ein";
|
|
785
|
+
uy_ruc: "uy_ruc";
|
|
786
|
+
uz_tin: "uz_tin";
|
|
787
|
+
uz_vat: "uz_vat";
|
|
788
|
+
ve_rif: "ve_rif";
|
|
789
|
+
vn_tin: "vn_tin";
|
|
790
|
+
xi_vat: "xi_vat";
|
|
791
|
+
za_vat: "za_vat";
|
|
792
|
+
zm_tin: "zm_tin";
|
|
793
|
+
zw_tin: "zw_tin";
|
|
794
|
+
}>>;
|
|
795
|
+
}, z.core.$strip>;
|
|
796
|
+
export declare const zUpdateContactData: z.ZodObject<{
|
|
797
|
+
body: z.ZodObject<{
|
|
798
|
+
company: z.ZodOptional<z.ZodString>;
|
|
799
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
800
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
801
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
802
|
+
city: z.ZodOptional<z.ZodString>;
|
|
803
|
+
state: z.ZodOptional<z.ZodString>;
|
|
804
|
+
country: z.ZodOptional<z.ZodString>;
|
|
805
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
806
|
+
email: z.ZodEmail;
|
|
807
|
+
individual_name: z.ZodString;
|
|
808
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
809
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
810
|
+
"": "";
|
|
811
|
+
ad_nrt: "ad_nrt";
|
|
812
|
+
ae_trn: "ae_trn";
|
|
813
|
+
al_tin: "al_tin";
|
|
814
|
+
am_tin: "am_tin";
|
|
815
|
+
ao_tin: "ao_tin";
|
|
816
|
+
ar_cuit: "ar_cuit";
|
|
817
|
+
at_vat: "at_vat";
|
|
818
|
+
au_abn: "au_abn";
|
|
819
|
+
au_arn: "au_arn";
|
|
820
|
+
ba_tin: "ba_tin";
|
|
821
|
+
bb_tin: "bb_tin";
|
|
822
|
+
be_vat: "be_vat";
|
|
823
|
+
bg_uic: "bg_uic";
|
|
824
|
+
bg_vat: "bg_vat";
|
|
825
|
+
bh_vat: "bh_vat";
|
|
826
|
+
bo_tin: "bo_tin";
|
|
827
|
+
br_cnpj: "br_cnpj";
|
|
828
|
+
br_cpf: "br_cpf";
|
|
829
|
+
bs_tin: "bs_tin";
|
|
830
|
+
by_tin: "by_tin";
|
|
831
|
+
ca_bn: "ca_bn";
|
|
832
|
+
ca_gst_hst: "ca_gst_hst";
|
|
833
|
+
ca_pst_bc: "ca_pst_bc";
|
|
834
|
+
ca_pst_mb: "ca_pst_mb";
|
|
835
|
+
ca_pst_sk: "ca_pst_sk";
|
|
836
|
+
ca_qst: "ca_qst";
|
|
837
|
+
cd_nif: "cd_nif";
|
|
838
|
+
ch_uid: "ch_uid";
|
|
839
|
+
ch_vat: "ch_vat";
|
|
840
|
+
cl_tin: "cl_tin";
|
|
841
|
+
cn_tin: "cn_tin";
|
|
842
|
+
co_nit: "co_nit";
|
|
843
|
+
cr_tin: "cr_tin";
|
|
844
|
+
cy_vat: "cy_vat";
|
|
845
|
+
cz_vat: "cz_vat";
|
|
846
|
+
de_stn: "de_stn";
|
|
847
|
+
de_vat: "de_vat";
|
|
848
|
+
dk_vat: "dk_vat";
|
|
849
|
+
do_rcn: "do_rcn";
|
|
850
|
+
ec_ruc: "ec_ruc";
|
|
851
|
+
ee_vat: "ee_vat";
|
|
852
|
+
eg_tin: "eg_tin";
|
|
853
|
+
es_cif: "es_cif";
|
|
854
|
+
es_vat: "es_vat";
|
|
855
|
+
eu_oss_vat: "eu_oss_vat";
|
|
856
|
+
fi_vat: "fi_vat";
|
|
857
|
+
fr_vat: "fr_vat";
|
|
858
|
+
gb_vat: "gb_vat";
|
|
859
|
+
ge_vat: "ge_vat";
|
|
860
|
+
gn_nif: "gn_nif";
|
|
861
|
+
gr_vat: "gr_vat";
|
|
862
|
+
hk_br: "hk_br";
|
|
863
|
+
hr_oib: "hr_oib";
|
|
864
|
+
hr_vat: "hr_vat";
|
|
865
|
+
hu_tin: "hu_tin";
|
|
866
|
+
hu_vat: "hu_vat";
|
|
867
|
+
id_npwp: "id_npwp";
|
|
868
|
+
ie_vat: "ie_vat";
|
|
869
|
+
il_vat: "il_vat";
|
|
870
|
+
in_gst: "in_gst";
|
|
871
|
+
is_vat: "is_vat";
|
|
872
|
+
it_vat: "it_vat";
|
|
873
|
+
jp_cn: "jp_cn";
|
|
874
|
+
jp_rn: "jp_rn";
|
|
875
|
+
jp_trn: "jp_trn";
|
|
876
|
+
ke_pin: "ke_pin";
|
|
877
|
+
kh_tin: "kh_tin";
|
|
878
|
+
kr_brn: "kr_brn";
|
|
879
|
+
kz_bin: "kz_bin";
|
|
880
|
+
li_uid: "li_uid";
|
|
881
|
+
li_vat: "li_vat";
|
|
882
|
+
lt_vat: "lt_vat";
|
|
883
|
+
lu_vat: "lu_vat";
|
|
884
|
+
lv_vat: "lv_vat";
|
|
885
|
+
ma_vat: "ma_vat";
|
|
886
|
+
md_vat: "md_vat";
|
|
887
|
+
me_pib: "me_pib";
|
|
888
|
+
mk_vat: "mk_vat";
|
|
889
|
+
mr_nif: "mr_nif";
|
|
890
|
+
mt_vat: "mt_vat";
|
|
891
|
+
mx_rfc: "mx_rfc";
|
|
892
|
+
my_frp: "my_frp";
|
|
893
|
+
my_itn: "my_itn";
|
|
894
|
+
my_sst: "my_sst";
|
|
895
|
+
ng_tin: "ng_tin";
|
|
896
|
+
nl_vat: "nl_vat";
|
|
897
|
+
no_vat: "no_vat";
|
|
898
|
+
no_voec: "no_voec";
|
|
899
|
+
np_pan: "np_pan";
|
|
900
|
+
nz_gst: "nz_gst";
|
|
901
|
+
om_vat: "om_vat";
|
|
902
|
+
pe_ruc: "pe_ruc";
|
|
903
|
+
ph_tin: "ph_tin";
|
|
904
|
+
pl_vat: "pl_vat";
|
|
905
|
+
pt_vat: "pt_vat";
|
|
906
|
+
ro_tin: "ro_tin";
|
|
907
|
+
ro_vat: "ro_vat";
|
|
908
|
+
rs_pib: "rs_pib";
|
|
909
|
+
ru_inn: "ru_inn";
|
|
910
|
+
ru_kpp: "ru_kpp";
|
|
911
|
+
sa_vat: "sa_vat";
|
|
912
|
+
se_vat: "se_vat";
|
|
913
|
+
sg_gst: "sg_gst";
|
|
914
|
+
sg_uen: "sg_uen";
|
|
915
|
+
si_tin: "si_tin";
|
|
916
|
+
si_vat: "si_vat";
|
|
917
|
+
sk_vat: "sk_vat";
|
|
918
|
+
sn_ninea: "sn_ninea";
|
|
919
|
+
sr_fin: "sr_fin";
|
|
920
|
+
sv_nit: "sv_nit";
|
|
921
|
+
th_vat: "th_vat";
|
|
922
|
+
tj_tin: "tj_tin";
|
|
923
|
+
tr_tin: "tr_tin";
|
|
924
|
+
tw_vat: "tw_vat";
|
|
925
|
+
tz_vat: "tz_vat";
|
|
926
|
+
ua_vat: "ua_vat";
|
|
927
|
+
ug_tin: "ug_tin";
|
|
928
|
+
us_ein: "us_ein";
|
|
929
|
+
uy_ruc: "uy_ruc";
|
|
930
|
+
uz_tin: "uz_tin";
|
|
931
|
+
uz_vat: "uz_vat";
|
|
932
|
+
ve_rif: "ve_rif";
|
|
933
|
+
vn_tin: "vn_tin";
|
|
934
|
+
xi_vat: "xi_vat";
|
|
935
|
+
za_vat: "za_vat";
|
|
936
|
+
zm_tin: "zm_tin";
|
|
937
|
+
zw_tin: "zw_tin";
|
|
938
|
+
}>>;
|
|
939
|
+
}, z.core.$strip>;
|
|
940
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
941
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
942
|
+
}, z.core.$strip>;
|
|
943
|
+
/**
|
|
944
|
+
* Successfully updated. Returns updated organization details.
|
|
945
|
+
*/
|
|
1476
946
|
export declare const zUpdateContactResponse: z.ZodObject<{
|
|
1477
947
|
company: z.ZodOptional<z.ZodString>;
|
|
1478
948
|
address1: z.ZodOptional<z.ZodString>;
|
|
@@ -1482,927 +952,1125 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
1482
952
|
state: z.ZodOptional<z.ZodString>;
|
|
1483
953
|
country: z.ZodOptional<z.ZodString>;
|
|
1484
954
|
phone: z.ZodOptional<z.ZodString>;
|
|
1485
|
-
email: z.
|
|
1486
|
-
|
|
1487
|
-
last_name: z.ZodString;
|
|
955
|
+
email: z.ZodEmail;
|
|
956
|
+
individual_name: z.ZodString;
|
|
1488
957
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
1489
|
-
tax_id_type: z.ZodOptional<z.ZodEnum<
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
958
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
959
|
+
"": "";
|
|
960
|
+
ad_nrt: "ad_nrt";
|
|
961
|
+
ae_trn: "ae_trn";
|
|
962
|
+
al_tin: "al_tin";
|
|
963
|
+
am_tin: "am_tin";
|
|
964
|
+
ao_tin: "ao_tin";
|
|
965
|
+
ar_cuit: "ar_cuit";
|
|
966
|
+
at_vat: "at_vat";
|
|
967
|
+
au_abn: "au_abn";
|
|
968
|
+
au_arn: "au_arn";
|
|
969
|
+
ba_tin: "ba_tin";
|
|
970
|
+
bb_tin: "bb_tin";
|
|
971
|
+
be_vat: "be_vat";
|
|
972
|
+
bg_uic: "bg_uic";
|
|
973
|
+
bg_vat: "bg_vat";
|
|
974
|
+
bh_vat: "bh_vat";
|
|
975
|
+
bo_tin: "bo_tin";
|
|
976
|
+
br_cnpj: "br_cnpj";
|
|
977
|
+
br_cpf: "br_cpf";
|
|
978
|
+
bs_tin: "bs_tin";
|
|
979
|
+
by_tin: "by_tin";
|
|
980
|
+
ca_bn: "ca_bn";
|
|
981
|
+
ca_gst_hst: "ca_gst_hst";
|
|
982
|
+
ca_pst_bc: "ca_pst_bc";
|
|
983
|
+
ca_pst_mb: "ca_pst_mb";
|
|
984
|
+
ca_pst_sk: "ca_pst_sk";
|
|
985
|
+
ca_qst: "ca_qst";
|
|
986
|
+
cd_nif: "cd_nif";
|
|
987
|
+
ch_uid: "ch_uid";
|
|
988
|
+
ch_vat: "ch_vat";
|
|
989
|
+
cl_tin: "cl_tin";
|
|
990
|
+
cn_tin: "cn_tin";
|
|
991
|
+
co_nit: "co_nit";
|
|
992
|
+
cr_tin: "cr_tin";
|
|
993
|
+
cy_vat: "cy_vat";
|
|
994
|
+
cz_vat: "cz_vat";
|
|
995
|
+
de_stn: "de_stn";
|
|
996
|
+
de_vat: "de_vat";
|
|
997
|
+
dk_vat: "dk_vat";
|
|
998
|
+
do_rcn: "do_rcn";
|
|
999
|
+
ec_ruc: "ec_ruc";
|
|
1000
|
+
ee_vat: "ee_vat";
|
|
1001
|
+
eg_tin: "eg_tin";
|
|
1002
|
+
es_cif: "es_cif";
|
|
1003
|
+
es_vat: "es_vat";
|
|
1004
|
+
eu_oss_vat: "eu_oss_vat";
|
|
1005
|
+
fi_vat: "fi_vat";
|
|
1006
|
+
fr_vat: "fr_vat";
|
|
1007
|
+
gb_vat: "gb_vat";
|
|
1008
|
+
ge_vat: "ge_vat";
|
|
1009
|
+
gn_nif: "gn_nif";
|
|
1010
|
+
gr_vat: "gr_vat";
|
|
1011
|
+
hk_br: "hk_br";
|
|
1012
|
+
hr_oib: "hr_oib";
|
|
1013
|
+
hr_vat: "hr_vat";
|
|
1014
|
+
hu_tin: "hu_tin";
|
|
1015
|
+
hu_vat: "hu_vat";
|
|
1016
|
+
id_npwp: "id_npwp";
|
|
1017
|
+
ie_vat: "ie_vat";
|
|
1018
|
+
il_vat: "il_vat";
|
|
1019
|
+
in_gst: "in_gst";
|
|
1020
|
+
is_vat: "is_vat";
|
|
1021
|
+
it_vat: "it_vat";
|
|
1022
|
+
jp_cn: "jp_cn";
|
|
1023
|
+
jp_rn: "jp_rn";
|
|
1024
|
+
jp_trn: "jp_trn";
|
|
1025
|
+
ke_pin: "ke_pin";
|
|
1026
|
+
kh_tin: "kh_tin";
|
|
1027
|
+
kr_brn: "kr_brn";
|
|
1028
|
+
kz_bin: "kz_bin";
|
|
1029
|
+
li_uid: "li_uid";
|
|
1030
|
+
li_vat: "li_vat";
|
|
1031
|
+
lt_vat: "lt_vat";
|
|
1032
|
+
lu_vat: "lu_vat";
|
|
1033
|
+
lv_vat: "lv_vat";
|
|
1034
|
+
ma_vat: "ma_vat";
|
|
1035
|
+
md_vat: "md_vat";
|
|
1036
|
+
me_pib: "me_pib";
|
|
1037
|
+
mk_vat: "mk_vat";
|
|
1038
|
+
mr_nif: "mr_nif";
|
|
1039
|
+
mt_vat: "mt_vat";
|
|
1040
|
+
mx_rfc: "mx_rfc";
|
|
1041
|
+
my_frp: "my_frp";
|
|
1042
|
+
my_itn: "my_itn";
|
|
1043
|
+
my_sst: "my_sst";
|
|
1044
|
+
ng_tin: "ng_tin";
|
|
1045
|
+
nl_vat: "nl_vat";
|
|
1046
|
+
no_vat: "no_vat";
|
|
1047
|
+
no_voec: "no_voec";
|
|
1048
|
+
np_pan: "np_pan";
|
|
1049
|
+
nz_gst: "nz_gst";
|
|
1050
|
+
om_vat: "om_vat";
|
|
1051
|
+
pe_ruc: "pe_ruc";
|
|
1052
|
+
ph_tin: "ph_tin";
|
|
1053
|
+
pl_vat: "pl_vat";
|
|
1054
|
+
pt_vat: "pt_vat";
|
|
1055
|
+
ro_tin: "ro_tin";
|
|
1056
|
+
ro_vat: "ro_vat";
|
|
1057
|
+
rs_pib: "rs_pib";
|
|
1058
|
+
ru_inn: "ru_inn";
|
|
1059
|
+
ru_kpp: "ru_kpp";
|
|
1060
|
+
sa_vat: "sa_vat";
|
|
1061
|
+
se_vat: "se_vat";
|
|
1062
|
+
sg_gst: "sg_gst";
|
|
1063
|
+
sg_uen: "sg_uen";
|
|
1064
|
+
si_tin: "si_tin";
|
|
1065
|
+
si_vat: "si_vat";
|
|
1066
|
+
sk_vat: "sk_vat";
|
|
1067
|
+
sn_ninea: "sn_ninea";
|
|
1068
|
+
sr_fin: "sr_fin";
|
|
1069
|
+
sv_nit: "sv_nit";
|
|
1070
|
+
th_vat: "th_vat";
|
|
1071
|
+
tj_tin: "tj_tin";
|
|
1072
|
+
tr_tin: "tr_tin";
|
|
1073
|
+
tw_vat: "tw_vat";
|
|
1074
|
+
tz_vat: "tz_vat";
|
|
1075
|
+
ua_vat: "ua_vat";
|
|
1076
|
+
ug_tin: "ug_tin";
|
|
1077
|
+
us_ein: "us_ein";
|
|
1078
|
+
uy_ruc: "uy_ruc";
|
|
1079
|
+
uz_tin: "uz_tin";
|
|
1080
|
+
uz_vat: "uz_vat";
|
|
1081
|
+
ve_rif: "ve_rif";
|
|
1082
|
+
vn_tin: "vn_tin";
|
|
1083
|
+
xi_vat: "xi_vat";
|
|
1084
|
+
za_vat: "za_vat";
|
|
1085
|
+
zm_tin: "zm_tin";
|
|
1086
|
+
zw_tin: "zw_tin";
|
|
1087
|
+
}>>;
|
|
1088
|
+
}, z.core.$strip>;
|
|
1089
|
+
export declare const zGetCreditsData: z.ZodObject<{
|
|
1090
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1091
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1092
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1093
|
+
}, z.core.$strip>;
|
|
1094
|
+
/**
|
|
1095
|
+
* An array of the applied promotional credits records.
|
|
1096
|
+
*/
|
|
1519
1097
|
export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
1520
1098
|
id: z.ZodOptional<z.ZodString>;
|
|
1521
|
-
|
|
1099
|
+
type: z.ZodEnum<{
|
|
1100
|
+
credit: "credit";
|
|
1101
|
+
discount: "discount";
|
|
1102
|
+
}>;
|
|
1103
|
+
date_start: z.ZodISODateTime;
|
|
1104
|
+
date_end: z.ZodOptional<z.ZodISODateTime>;
|
|
1522
1105
|
code: z.ZodString;
|
|
1523
1106
|
description: z.ZodOptional<z.ZodString>;
|
|
1524
|
-
|
|
1525
|
-
type: z.ZodEnum<["credit", "discount"]>;
|
|
1526
|
-
value: z.ZodNumber;
|
|
1527
|
-
billing_period: z.ZodString;
|
|
1107
|
+
value_total: z.ZodNumber;
|
|
1528
1108
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1529
|
-
},
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
products?: string[] | undefined;
|
|
1548
|
-
value_remaining?: number | undefined;
|
|
1549
|
-
}>, "many">;
|
|
1109
|
+
}, z.core.$strip>>;
|
|
1110
|
+
export declare const zRedeemCreditsData: z.ZodObject<{
|
|
1111
|
+
body: z.ZodObject<{
|
|
1112
|
+
code: z.ZodOptional<z.ZodString>;
|
|
1113
|
+
}, z.core.$strip>;
|
|
1114
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1115
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1116
|
+
}, z.core.$strip>;
|
|
1117
|
+
export declare const zListChartsData: z.ZodObject<{
|
|
1118
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1119
|
+
path: z.ZodObject<{
|
|
1120
|
+
cluster_id: z.ZodString;
|
|
1121
|
+
}, z.core.$strip>;
|
|
1122
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1123
|
+
}, z.core.$strip>;
|
|
1124
|
+
/**
|
|
1125
|
+
* An array of charts
|
|
1126
|
+
*/
|
|
1550
1127
|
export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
1551
1128
|
values: z.ZodString;
|
|
1552
1129
|
version_channel: z.ZodString;
|
|
1553
1130
|
name: z.ZodString;
|
|
1554
1131
|
namespace: z.ZodString;
|
|
1555
1132
|
chart: z.ZodString;
|
|
1556
|
-
status: z.ZodEnum<
|
|
1133
|
+
status: z.ZodEnum<{
|
|
1134
|
+
InstallSucceeded: "InstallSucceeded";
|
|
1135
|
+
InstallFailed: "InstallFailed";
|
|
1136
|
+
UpgradeSucceeded: "UpgradeSucceeded";
|
|
1137
|
+
UpgradeFailed: "UpgradeFailed";
|
|
1138
|
+
TestSucceeded: "TestSucceeded";
|
|
1139
|
+
TestFailed: "TestFailed";
|
|
1140
|
+
RollbackSucceeded: "RollbackSucceeded";
|
|
1141
|
+
RollbackFailed: "RollbackFailed";
|
|
1142
|
+
UninstallSucceeded: "UninstallSucceeded";
|
|
1143
|
+
UninstallFailed: "UninstallFailed";
|
|
1144
|
+
ArtifactFailed: "ArtifactFailed";
|
|
1145
|
+
DependencyNotReady: "DependencyNotReady";
|
|
1146
|
+
Progressing: "Progressing";
|
|
1147
|
+
SourceNotReady: "SourceNotReady";
|
|
1148
|
+
}>;
|
|
1557
1149
|
version_current: z.ZodString;
|
|
1558
1150
|
created_at: z.ZodString;
|
|
1559
1151
|
updated_at: z.ZodString;
|
|
1560
1152
|
ready: z.ZodBoolean;
|
|
1561
|
-
},
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
},
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
namespace: string;
|
|
1579
|
-
chart: string;
|
|
1580
|
-
version_current: string;
|
|
1581
|
-
created_at: string;
|
|
1582
|
-
updated_at: string;
|
|
1583
|
-
}>, "many">;
|
|
1153
|
+
}, z.core.$strip>>;
|
|
1154
|
+
export declare const zCreateChartData: z.ZodObject<{
|
|
1155
|
+
body: z.ZodObject<{
|
|
1156
|
+
values: z.ZodString;
|
|
1157
|
+
version_channel: z.ZodString;
|
|
1158
|
+
name: z.ZodString;
|
|
1159
|
+
namespace: z.ZodString;
|
|
1160
|
+
chart: z.ZodString;
|
|
1161
|
+
}, z.core.$strip>;
|
|
1162
|
+
path: z.ZodObject<{
|
|
1163
|
+
cluster_id: z.ZodString;
|
|
1164
|
+
}, z.core.$strip>;
|
|
1165
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1166
|
+
}, z.core.$strip>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Successfully created. Returns created Chart ID.
|
|
1169
|
+
*/
|
|
1584
1170
|
export declare const zCreateChartResponse: z.ZodString;
|
|
1171
|
+
export declare const zDeleteChartData: z.ZodObject<{
|
|
1172
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1173
|
+
path: z.ZodObject<{
|
|
1174
|
+
cluster_id: z.ZodString;
|
|
1175
|
+
chart_name: z.ZodString;
|
|
1176
|
+
}, z.core.$strip>;
|
|
1177
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1178
|
+
}, z.core.$strip>;
|
|
1179
|
+
/**
|
|
1180
|
+
* Successfully deleted.
|
|
1181
|
+
*/
|
|
1585
1182
|
export declare const zDeleteChartResponse: z.ZodString;
|
|
1183
|
+
export declare const zGetChartData: z.ZodObject<{
|
|
1184
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1185
|
+
path: z.ZodObject<{
|
|
1186
|
+
cluster_id: z.ZodString;
|
|
1187
|
+
chart_name: z.ZodString;
|
|
1188
|
+
}, z.core.$strip>;
|
|
1189
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1190
|
+
}, z.core.$strip>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Returns a single object containing chart details.
|
|
1193
|
+
*/
|
|
1586
1194
|
export declare const zGetChartResponse: z.ZodObject<{
|
|
1587
1195
|
values: z.ZodString;
|
|
1588
1196
|
version_channel: z.ZodString;
|
|
1589
1197
|
name: z.ZodString;
|
|
1590
1198
|
namespace: z.ZodString;
|
|
1591
1199
|
chart: z.ZodString;
|
|
1592
|
-
status: z.ZodEnum<
|
|
1200
|
+
status: z.ZodEnum<{
|
|
1201
|
+
InstallSucceeded: "InstallSucceeded";
|
|
1202
|
+
InstallFailed: "InstallFailed";
|
|
1203
|
+
UpgradeSucceeded: "UpgradeSucceeded";
|
|
1204
|
+
UpgradeFailed: "UpgradeFailed";
|
|
1205
|
+
TestSucceeded: "TestSucceeded";
|
|
1206
|
+
TestFailed: "TestFailed";
|
|
1207
|
+
RollbackSucceeded: "RollbackSucceeded";
|
|
1208
|
+
RollbackFailed: "RollbackFailed";
|
|
1209
|
+
UninstallSucceeded: "UninstallSucceeded";
|
|
1210
|
+
UninstallFailed: "UninstallFailed";
|
|
1211
|
+
ArtifactFailed: "ArtifactFailed";
|
|
1212
|
+
DependencyNotReady: "DependencyNotReady";
|
|
1213
|
+
Progressing: "Progressing";
|
|
1214
|
+
SourceNotReady: "SourceNotReady";
|
|
1215
|
+
}>;
|
|
1593
1216
|
version_current: z.ZodString;
|
|
1594
1217
|
created_at: z.ZodString;
|
|
1595
1218
|
updated_at: z.ZodString;
|
|
1596
1219
|
ready: z.ZodBoolean;
|
|
1597
|
-
},
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
},
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
1613
|
-
version_channel: string;
|
|
1614
|
-
namespace: string;
|
|
1615
|
-
chart: string;
|
|
1616
|
-
version_current: string;
|
|
1617
|
-
created_at: string;
|
|
1618
|
-
updated_at: string;
|
|
1619
|
-
}>;
|
|
1220
|
+
}, z.core.$strip>;
|
|
1221
|
+
export declare const zUpdateChartData: z.ZodObject<{
|
|
1222
|
+
body: z.ZodObject<{
|
|
1223
|
+
values: z.ZodString;
|
|
1224
|
+
version_channel: z.ZodString;
|
|
1225
|
+
}, z.core.$strip>;
|
|
1226
|
+
path: z.ZodObject<{
|
|
1227
|
+
cluster_id: z.ZodString;
|
|
1228
|
+
chart_name: z.ZodString;
|
|
1229
|
+
}, z.core.$strip>;
|
|
1230
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1231
|
+
}, z.core.$strip>;
|
|
1232
|
+
/**
|
|
1233
|
+
* Successfully updated.
|
|
1234
|
+
*/
|
|
1620
1235
|
export declare const zUpdateChartResponse: z.ZodString;
|
|
1236
|
+
export declare const zListFleetsData: z.ZodObject<{
|
|
1237
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1238
|
+
path: z.ZodObject<{
|
|
1239
|
+
cluster_id: z.ZodString;
|
|
1240
|
+
}, z.core.$strip>;
|
|
1241
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1242
|
+
}, z.core.$strip>;
|
|
1243
|
+
/**
|
|
1244
|
+
* An array of fleets
|
|
1245
|
+
*/
|
|
1621
1246
|
export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
1622
1247
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1623
1248
|
cpu: z.ZodNumber;
|
|
1624
|
-
},
|
|
1625
|
-
cpu: number;
|
|
1626
|
-
}, {
|
|
1627
|
-
cpu: number;
|
|
1628
|
-
}>>;
|
|
1249
|
+
}, z.core.$strip>>;
|
|
1629
1250
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
1630
1251
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1631
1252
|
project: z.ZodString;
|
|
1632
|
-
},
|
|
1633
|
-
project: string;
|
|
1634
|
-
enabled: boolean;
|
|
1635
|
-
}, {
|
|
1636
|
-
project: string;
|
|
1637
|
-
enabled?: boolean | undefined;
|
|
1638
|
-
}>>;
|
|
1253
|
+
}, z.core.$strip>>;
|
|
1639
1254
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1640
1255
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1641
1256
|
apiKey: z.ZodString;
|
|
1642
|
-
},
|
|
1643
|
-
apiKey: string;
|
|
1644
|
-
enabled: boolean;
|
|
1645
|
-
}, {
|
|
1646
|
-
apiKey: string;
|
|
1647
|
-
enabled?: boolean | undefined;
|
|
1648
|
-
}>>;
|
|
1257
|
+
}, z.core.$strip>>;
|
|
1649
1258
|
aws: z.ZodOptional<z.ZodObject<{
|
|
1650
1259
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1651
1260
|
controllerRoleArn: z.ZodString;
|
|
1652
|
-
},
|
|
1653
|
-
controllerRoleArn: string;
|
|
1654
|
-
enabled: boolean;
|
|
1655
|
-
}, {
|
|
1656
|
-
controllerRoleArn: string;
|
|
1657
|
-
enabled?: boolean | undefined;
|
|
1658
|
-
}>>;
|
|
1261
|
+
}, z.core.$strip>>;
|
|
1659
1262
|
id: z.ZodString;
|
|
1660
|
-
},
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
},
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
enabled?: boolean | undefined;
|
|
1689
|
-
} | undefined;
|
|
1690
|
-
aws?: {
|
|
1691
|
-
controllerRoleArn: string;
|
|
1692
|
-
enabled?: boolean | undefined;
|
|
1693
|
-
} | undefined;
|
|
1694
|
-
}>, "many">;
|
|
1263
|
+
}, z.core.$strip>>;
|
|
1264
|
+
export declare const zCreateFleetData: z.ZodObject<{
|
|
1265
|
+
body: z.ZodObject<{
|
|
1266
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1267
|
+
cpu: z.ZodNumber;
|
|
1268
|
+
}, z.core.$strip>>;
|
|
1269
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1270
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1271
|
+
project: z.ZodString;
|
|
1272
|
+
}, z.core.$strip>>;
|
|
1273
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1274
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1275
|
+
apiKey: z.ZodString;
|
|
1276
|
+
}, z.core.$strip>>;
|
|
1277
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1278
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1279
|
+
controllerRoleArn: z.ZodString;
|
|
1280
|
+
}, z.core.$strip>>;
|
|
1281
|
+
id: z.ZodString;
|
|
1282
|
+
}, z.core.$strip>;
|
|
1283
|
+
path: z.ZodObject<{
|
|
1284
|
+
cluster_id: z.ZodString;
|
|
1285
|
+
}, z.core.$strip>;
|
|
1286
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1287
|
+
}, z.core.$strip>;
|
|
1288
|
+
/**
|
|
1289
|
+
* Successfully created. Returns created Fleet ID.
|
|
1290
|
+
*/
|
|
1695
1291
|
export declare const zCreateFleetResponse: z.ZodString;
|
|
1292
|
+
export declare const zDeleteFleetData: z.ZodObject<{
|
|
1293
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1294
|
+
path: z.ZodObject<{
|
|
1295
|
+
cluster_id: z.ZodString;
|
|
1296
|
+
fleet_name: z.ZodString;
|
|
1297
|
+
}, z.core.$strip>;
|
|
1298
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1299
|
+
}, z.core.$strip>;
|
|
1300
|
+
/**
|
|
1301
|
+
* Successfully deleted.
|
|
1302
|
+
*/
|
|
1696
1303
|
export declare const zDeleteFleetResponse: z.ZodString;
|
|
1304
|
+
export declare const zGetFleetData: z.ZodObject<{
|
|
1305
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1306
|
+
path: z.ZodObject<{
|
|
1307
|
+
cluster_id: z.ZodString;
|
|
1308
|
+
fleet_name: z.ZodString;
|
|
1309
|
+
}, z.core.$strip>;
|
|
1310
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1311
|
+
}, z.core.$strip>;
|
|
1312
|
+
/**
|
|
1313
|
+
* Returns a single object containing fleet details.
|
|
1314
|
+
*/
|
|
1697
1315
|
export declare const zGetFleetResponse: z.ZodObject<{
|
|
1698
1316
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1699
1317
|
cpu: z.ZodNumber;
|
|
1700
|
-
},
|
|
1701
|
-
cpu: number;
|
|
1702
|
-
}, {
|
|
1703
|
-
cpu: number;
|
|
1704
|
-
}>>;
|
|
1318
|
+
}, z.core.$strip>>;
|
|
1705
1319
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
1706
1320
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1707
1321
|
project: z.ZodString;
|
|
1708
|
-
},
|
|
1709
|
-
project: string;
|
|
1710
|
-
enabled: boolean;
|
|
1711
|
-
}, {
|
|
1712
|
-
project: string;
|
|
1713
|
-
enabled?: boolean | undefined;
|
|
1714
|
-
}>>;
|
|
1322
|
+
}, z.core.$strip>>;
|
|
1715
1323
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1716
1324
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1717
1325
|
apiKey: z.ZodString;
|
|
1718
|
-
},
|
|
1719
|
-
apiKey: string;
|
|
1720
|
-
enabled: boolean;
|
|
1721
|
-
}, {
|
|
1722
|
-
apiKey: string;
|
|
1723
|
-
enabled?: boolean | undefined;
|
|
1724
|
-
}>>;
|
|
1326
|
+
}, z.core.$strip>>;
|
|
1725
1327
|
aws: z.ZodOptional<z.ZodObject<{
|
|
1726
1328
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1727
1329
|
controllerRoleArn: z.ZodString;
|
|
1728
|
-
},
|
|
1729
|
-
controllerRoleArn: string;
|
|
1730
|
-
enabled: boolean;
|
|
1731
|
-
}, {
|
|
1732
|
-
controllerRoleArn: string;
|
|
1733
|
-
enabled?: boolean | undefined;
|
|
1734
|
-
}>>;
|
|
1330
|
+
}, z.core.$strip>>;
|
|
1735
1331
|
id: z.ZodString;
|
|
1736
|
-
},
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
},
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
enabled?: boolean | undefined;
|
|
1765
|
-
} | undefined;
|
|
1766
|
-
aws?: {
|
|
1767
|
-
controllerRoleArn: string;
|
|
1768
|
-
enabled?: boolean | undefined;
|
|
1769
|
-
} | undefined;
|
|
1770
|
-
}>;
|
|
1332
|
+
}, z.core.$strip>;
|
|
1333
|
+
export declare const zUpdateFleetData: z.ZodObject<{
|
|
1334
|
+
body: z.ZodObject<{
|
|
1335
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1336
|
+
cpu: z.ZodNumber;
|
|
1337
|
+
}, z.core.$strip>>;
|
|
1338
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1339
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1340
|
+
project: z.ZodString;
|
|
1341
|
+
}, z.core.$strip>>;
|
|
1342
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1343
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1344
|
+
apiKey: z.ZodString;
|
|
1345
|
+
}, z.core.$strip>>;
|
|
1346
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1347
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1348
|
+
controllerRoleArn: z.ZodString;
|
|
1349
|
+
}, z.core.$strip>>;
|
|
1350
|
+
}, z.core.$strip>;
|
|
1351
|
+
path: z.ZodObject<{
|
|
1352
|
+
cluster_id: z.ZodString;
|
|
1353
|
+
fleet_name: z.ZodString;
|
|
1354
|
+
}, z.core.$strip>;
|
|
1355
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1356
|
+
}, z.core.$strip>;
|
|
1357
|
+
/**
|
|
1358
|
+
* Successfully updated.
|
|
1359
|
+
*/
|
|
1771
1360
|
export declare const zUpdateFleetResponse: z.ZodString;
|
|
1361
|
+
export declare const zQueryClusterData: z.ZodObject<{
|
|
1362
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1363
|
+
path: z.ZodObject<{
|
|
1364
|
+
cluster_id: z.ZodString;
|
|
1365
|
+
}, z.core.$strip>;
|
|
1366
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1367
|
+
}, z.core.$strip>;
|
|
1368
|
+
export declare const zListClustersData: z.ZodObject<{
|
|
1369
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1370
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1371
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1372
|
+
}, z.core.$strip>;
|
|
1373
|
+
/**
|
|
1374
|
+
* An array of clusters
|
|
1375
|
+
*/
|
|
1772
1376
|
export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
1773
1377
|
name: z.ZodString;
|
|
1774
|
-
|
|
1775
|
-
|
|
1378
|
+
tier: z.ZodEnum<{
|
|
1379
|
+
basic: "basic";
|
|
1380
|
+
pro: "pro";
|
|
1381
|
+
}>;
|
|
1382
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1383
|
+
staging: "staging";
|
|
1384
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1385
|
+
"europe-central-1a": "europe-central-1a";
|
|
1386
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1387
|
+
}>>;
|
|
1776
1388
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1777
|
-
id: z.
|
|
1778
|
-
status: z.ZodEnum<
|
|
1779
|
-
|
|
1389
|
+
id: z.ZodUUID;
|
|
1390
|
+
status: z.ZodEnum<{
|
|
1391
|
+
deleted: "deleted";
|
|
1392
|
+
failed: "failed";
|
|
1393
|
+
active: "active";
|
|
1394
|
+
disabled: "disabled";
|
|
1395
|
+
creating: "creating";
|
|
1396
|
+
deployed: "deployed";
|
|
1397
|
+
updating: "updating";
|
|
1398
|
+
}>;
|
|
1399
|
+
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
1400
|
+
"": "";
|
|
1401
|
+
}>]>>;
|
|
1780
1402
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
1781
1403
|
version_current: z.ZodOptional<z.ZodString>;
|
|
1782
1404
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1783
1405
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1784
1406
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1785
|
-
},
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
created_at?: string | undefined;
|
|
1808
|
-
updated_at?: string | undefined;
|
|
1809
|
-
endpoint?: string | undefined;
|
|
1810
|
-
certificate_ca?: string | undefined;
|
|
1811
|
-
}>, "many">;
|
|
1407
|
+
}, z.core.$strip>>;
|
|
1408
|
+
export declare const zCreateClusterData: z.ZodObject<{
|
|
1409
|
+
body: z.ZodObject<{
|
|
1410
|
+
name: z.ZodString;
|
|
1411
|
+
tier: z.ZodEnum<{
|
|
1412
|
+
basic: "basic";
|
|
1413
|
+
pro: "pro";
|
|
1414
|
+
}>;
|
|
1415
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1416
|
+
staging: "staging";
|
|
1417
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1418
|
+
"europe-central-1a": "europe-central-1a";
|
|
1419
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1420
|
+
}>>;
|
|
1421
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1422
|
+
}, z.core.$strip>;
|
|
1423
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1424
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1425
|
+
}, z.core.$strip>;
|
|
1426
|
+
/**
|
|
1427
|
+
* Successfully created. Returns created Cluster ID.
|
|
1428
|
+
*/
|
|
1812
1429
|
export declare const zCreateClusterResponse: z.ZodString;
|
|
1430
|
+
export declare const zDeleteClusterData: z.ZodObject<{
|
|
1431
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1432
|
+
path: z.ZodObject<{
|
|
1433
|
+
cluster_id: z.ZodString;
|
|
1434
|
+
}, z.core.$strip>;
|
|
1435
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1436
|
+
}, z.core.$strip>;
|
|
1437
|
+
/**
|
|
1438
|
+
* Successfully deleted.
|
|
1439
|
+
*/
|
|
1813
1440
|
export declare const zDeleteClusterResponse: z.ZodString;
|
|
1441
|
+
export declare const zGetClusterData: z.ZodObject<{
|
|
1442
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1443
|
+
path: z.ZodObject<{
|
|
1444
|
+
cluster_id: z.ZodString;
|
|
1445
|
+
}, z.core.$strip>;
|
|
1446
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1447
|
+
}, z.core.$strip>;
|
|
1448
|
+
/**
|
|
1449
|
+
* Returns a single object containing cluster details.
|
|
1450
|
+
*/
|
|
1814
1451
|
export declare const zGetClusterResponse: z.ZodObject<{
|
|
1815
1452
|
name: z.ZodString;
|
|
1816
|
-
|
|
1817
|
-
|
|
1453
|
+
tier: z.ZodEnum<{
|
|
1454
|
+
basic: "basic";
|
|
1455
|
+
pro: "pro";
|
|
1456
|
+
}>;
|
|
1457
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1458
|
+
staging: "staging";
|
|
1459
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1460
|
+
"europe-central-1a": "europe-central-1a";
|
|
1461
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1462
|
+
}>>;
|
|
1818
1463
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1819
|
-
id: z.
|
|
1820
|
-
status: z.ZodEnum<
|
|
1821
|
-
|
|
1464
|
+
id: z.ZodUUID;
|
|
1465
|
+
status: z.ZodEnum<{
|
|
1466
|
+
deleted: "deleted";
|
|
1467
|
+
failed: "failed";
|
|
1468
|
+
active: "active";
|
|
1469
|
+
disabled: "disabled";
|
|
1470
|
+
creating: "creating";
|
|
1471
|
+
deployed: "deployed";
|
|
1472
|
+
updating: "updating";
|
|
1473
|
+
}>;
|
|
1474
|
+
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
1475
|
+
"": "";
|
|
1476
|
+
}>]>>;
|
|
1822
1477
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
1823
1478
|
version_current: z.ZodOptional<z.ZodString>;
|
|
1824
1479
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1825
1480
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1826
1481
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1827
|
-
},
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
ready?: boolean | undefined;
|
|
1846
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
1847
|
-
version_channel?: string | undefined;
|
|
1848
|
-
version_current?: string | undefined;
|
|
1849
|
-
created_at?: string | undefined;
|
|
1850
|
-
updated_at?: string | undefined;
|
|
1851
|
-
endpoint?: string | undefined;
|
|
1852
|
-
certificate_ca?: string | undefined;
|
|
1853
|
-
}>;
|
|
1482
|
+
}, z.core.$strip>;
|
|
1483
|
+
export declare const zUpdateClusterData: z.ZodObject<{
|
|
1484
|
+
body: z.ZodObject<{
|
|
1485
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1486
|
+
tier: z.ZodEnum<{
|
|
1487
|
+
basic: "basic";
|
|
1488
|
+
pro: "pro";
|
|
1489
|
+
}>;
|
|
1490
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1491
|
+
}, z.core.$strip>;
|
|
1492
|
+
path: z.ZodObject<{
|
|
1493
|
+
cluster_id: z.ZodString;
|
|
1494
|
+
}, z.core.$strip>;
|
|
1495
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1496
|
+
}, z.core.$strip>;
|
|
1497
|
+
/**
|
|
1498
|
+
* Successfully updated. Returns updated cluster details.
|
|
1499
|
+
*/
|
|
1854
1500
|
export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
1855
1501
|
name: z.ZodString;
|
|
1856
|
-
|
|
1857
|
-
|
|
1502
|
+
tier: z.ZodEnum<{
|
|
1503
|
+
basic: "basic";
|
|
1504
|
+
pro: "pro";
|
|
1505
|
+
}>;
|
|
1506
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1507
|
+
staging: "staging";
|
|
1508
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1509
|
+
"europe-central-1a": "europe-central-1a";
|
|
1510
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1511
|
+
}>>;
|
|
1858
1512
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1859
|
-
id: z.
|
|
1860
|
-
status: z.ZodEnum<
|
|
1861
|
-
|
|
1513
|
+
id: z.ZodUUID;
|
|
1514
|
+
status: z.ZodEnum<{
|
|
1515
|
+
deleted: "deleted";
|
|
1516
|
+
failed: "failed";
|
|
1517
|
+
active: "active";
|
|
1518
|
+
disabled: "disabled";
|
|
1519
|
+
creating: "creating";
|
|
1520
|
+
deployed: "deployed";
|
|
1521
|
+
updating: "updating";
|
|
1522
|
+
}>;
|
|
1523
|
+
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
1524
|
+
"": "";
|
|
1525
|
+
}>]>>;
|
|
1862
1526
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
1863
1527
|
version_current: z.ZodOptional<z.ZodString>;
|
|
1864
1528
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1865
1529
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1866
1530
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1867
|
-
},
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
endpoint?: string | undefined;
|
|
1879
|
-
certificate_ca?: string | undefined;
|
|
1880
|
-
}, {
|
|
1881
|
-
name: string;
|
|
1882
|
-
id: string;
|
|
1883
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
1884
|
-
tier: "basic" | "pro";
|
|
1885
|
-
ready?: boolean | undefined;
|
|
1886
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
1887
|
-
version_channel?: string | undefined;
|
|
1888
|
-
version_current?: string | undefined;
|
|
1889
|
-
created_at?: string | undefined;
|
|
1890
|
-
updated_at?: string | undefined;
|
|
1891
|
-
endpoint?: string | undefined;
|
|
1892
|
-
certificate_ca?: string | undefined;
|
|
1893
|
-
}>;
|
|
1531
|
+
}, z.core.$strip>;
|
|
1532
|
+
export declare const zGetJoinInformationData: z.ZodObject<{
|
|
1533
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1534
|
+
path: z.ZodObject<{
|
|
1535
|
+
cluster_id: z.ZodString;
|
|
1536
|
+
}, z.core.$strip>;
|
|
1537
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1538
|
+
}, z.core.$strip>;
|
|
1539
|
+
/**
|
|
1540
|
+
* An object of cluster join information
|
|
1541
|
+
*/
|
|
1894
1542
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
certificate_ca?: string | undefined;
|
|
1920
|
-
}, {
|
|
1921
|
-
name: string;
|
|
1922
|
-
id: string;
|
|
1923
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
1924
|
-
tier: "basic" | "pro";
|
|
1925
|
-
ready?: boolean | undefined;
|
|
1926
|
-
region?: "staging" | "northamerica-central-1" | undefined;
|
|
1927
|
-
version_channel?: string | undefined;
|
|
1928
|
-
version_current?: string | undefined;
|
|
1929
|
-
created_at?: string | undefined;
|
|
1930
|
-
updated_at?: string | undefined;
|
|
1931
|
-
endpoint?: string | undefined;
|
|
1932
|
-
certificate_ca?: string | undefined;
|
|
1933
|
-
}>;
|
|
1543
|
+
certificate_authority: z.ZodString;
|
|
1544
|
+
endpoint: z.ZodURL;
|
|
1545
|
+
auth_key: z.ZodString;
|
|
1546
|
+
bootstrap_token: z.ZodString;
|
|
1547
|
+
versions: z.ZodObject<{
|
|
1548
|
+
kubernetes: z.ZodString;
|
|
1549
|
+
tailscale: z.ZodString;
|
|
1550
|
+
containerd: z.ZodString;
|
|
1551
|
+
nvidia_driver: z.ZodString;
|
|
1552
|
+
}, z.core.$strip>;
|
|
1553
|
+
third_party_api_access_config: z.ZodObject<{
|
|
1554
|
+
metadata_url: z.ZodString;
|
|
1555
|
+
aws_role_arn: z.ZodString;
|
|
1556
|
+
gcp_workload_identity_provider: z.ZodString;
|
|
1557
|
+
}, z.core.$strip>;
|
|
1558
|
+
}, z.core.$strip>;
|
|
1559
|
+
export declare const zListInvitesData: z.ZodObject<{
|
|
1560
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1561
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1562
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1563
|
+
}, z.core.$strip>;
|
|
1564
|
+
/**
|
|
1565
|
+
* An array of invites
|
|
1566
|
+
*/
|
|
1934
1567
|
export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
1935
1568
|
id: z.ZodOptional<z.ZodString>;
|
|
1936
|
-
organization_id: z.ZodOptional<z.
|
|
1937
|
-
date_created: z.
|
|
1938
|
-
email: z.ZodOptional<z.
|
|
1569
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
1570
|
+
date_created: z.ZodISODateTime;
|
|
1571
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1939
1572
|
code: z.ZodOptional<z.ZodString>;
|
|
1940
|
-
},
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
organization_id?: string | undefined;
|
|
1952
|
-
}>, "many">;
|
|
1573
|
+
}, z.core.$strip>>;
|
|
1574
|
+
export declare const zCreateInviteData: z.ZodObject<{
|
|
1575
|
+
body: z.ZodObject<{
|
|
1576
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1577
|
+
}, z.core.$strip>;
|
|
1578
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1579
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1580
|
+
}, z.core.$strip>;
|
|
1581
|
+
/**
|
|
1582
|
+
* Successfully created. Returns created invite details.
|
|
1583
|
+
*/
|
|
1953
1584
|
export declare const zCreateInviteResponse: z.ZodObject<{
|
|
1954
1585
|
id: z.ZodOptional<z.ZodString>;
|
|
1955
|
-
organization_id: z.ZodOptional<z.
|
|
1956
|
-
date_created: z.
|
|
1957
|
-
email: z.ZodOptional<z.
|
|
1586
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
1587
|
+
date_created: z.ZodISODateTime;
|
|
1588
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1958
1589
|
code: z.ZodOptional<z.ZodString>;
|
|
1959
|
-
},
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
organization_id?: string | undefined;
|
|
1971
|
-
}>;
|
|
1590
|
+
}, z.core.$strip>;
|
|
1591
|
+
export declare const zGetInviteData: z.ZodObject<{
|
|
1592
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1593
|
+
path: z.ZodObject<{
|
|
1594
|
+
code: z.ZodString;
|
|
1595
|
+
}, z.core.$strip>;
|
|
1596
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1597
|
+
}, z.core.$strip>;
|
|
1598
|
+
/**
|
|
1599
|
+
* Returns a single object containing invite details.
|
|
1600
|
+
*/
|
|
1972
1601
|
export declare const zGetInviteResponse: z.ZodObject<{
|
|
1973
1602
|
id: z.ZodOptional<z.ZodString>;
|
|
1974
|
-
organization_id: z.ZodOptional<z.
|
|
1975
|
-
date_created: z.
|
|
1976
|
-
email: z.ZodOptional<z.
|
|
1603
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
1604
|
+
date_created: z.ZodISODateTime;
|
|
1605
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1977
1606
|
code: z.ZodOptional<z.ZodString>;
|
|
1978
|
-
},
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
}>;
|
|
1607
|
+
}, z.core.$strip>;
|
|
1608
|
+
export declare const zDeleteInviteData: z.ZodObject<{
|
|
1609
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1610
|
+
path: z.ZodObject<{
|
|
1611
|
+
email: z.ZodString;
|
|
1612
|
+
}, z.core.$strip>;
|
|
1613
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1614
|
+
}, z.core.$strip>;
|
|
1615
|
+
export declare const zListMarketplaceChartsData: z.ZodObject<{
|
|
1616
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1617
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1618
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1619
|
+
}, z.core.$strip>;
|
|
1620
|
+
/**
|
|
1621
|
+
* An array of chart listings in the marketplace.
|
|
1622
|
+
*/
|
|
1991
1623
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
1992
|
-
id: z.ZodString;
|
|
1993
1624
|
name: z.ZodString;
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
version_channels: z.ZodArray<z.ZodString, "many">;
|
|
2000
|
-
value_schemas: z.ZodArray<z.ZodObject<{
|
|
1625
|
+
versions: z.ZodArray<z.ZodString>;
|
|
1626
|
+
version_channels: z.ZodArray<z.ZodString>;
|
|
1627
|
+
latestVersion: z.ZodString;
|
|
1628
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1629
|
+
name: z.ZodString;
|
|
2001
1630
|
version: z.ZodString;
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
logoUrl: string;
|
|
2019
|
-
longDescription: string;
|
|
2020
|
-
categories: string[];
|
|
2021
|
-
version_channels: string[];
|
|
2022
|
-
value_schemas: {
|
|
2023
|
-
version: string;
|
|
2024
|
-
schema: string;
|
|
2025
|
-
placeholder: string;
|
|
2026
|
-
}[];
|
|
2027
|
-
}, {
|
|
2028
|
-
name: string;
|
|
2029
|
-
id: string;
|
|
2030
|
-
description: string;
|
|
2031
|
-
developer: string;
|
|
2032
|
-
logoUrl: string;
|
|
2033
|
-
longDescription: string;
|
|
2034
|
-
categories: string[];
|
|
2035
|
-
version_channels: string[];
|
|
2036
|
-
value_schemas: {
|
|
2037
|
-
version: string;
|
|
2038
|
-
schema: string;
|
|
2039
|
-
placeholder: string;
|
|
2040
|
-
}[];
|
|
2041
|
-
}>, "many">;
|
|
2042
|
-
export declare const zGetMarketplaceChartResponse: z.ZodObject<{
|
|
2043
|
-
id: z.ZodString;
|
|
2044
|
-
name: z.ZodString;
|
|
2045
|
-
developer: z.ZodString;
|
|
2046
|
-
description: z.ZodString;
|
|
2047
|
-
logoUrl: z.ZodString;
|
|
2048
|
-
longDescription: z.ZodString;
|
|
2049
|
-
categories: z.ZodArray<z.ZodString, "many">;
|
|
2050
|
-
version_channels: z.ZodArray<z.ZodString, "many">;
|
|
2051
|
-
value_schemas: z.ZodArray<z.ZodObject<{
|
|
1631
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1632
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
1633
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1634
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1635
|
+
home: z.ZodOptional<z.ZodString>;
|
|
1636
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1637
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1638
|
+
name: z.ZodString;
|
|
1639
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1640
|
+
}, z.core.$strip>>>;
|
|
1641
|
+
}, z.core.$strip>>;
|
|
1642
|
+
}, z.core.$strip>>;
|
|
1643
|
+
export declare const zGetMarketplaceChartFilesData: z.ZodObject<{
|
|
1644
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1645
|
+
path: z.ZodObject<{
|
|
1646
|
+
chart_name: z.ZodString;
|
|
2052
1647
|
version: z.ZodString;
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
1648
|
+
}, z.core.$strip>;
|
|
1649
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1650
|
+
}, z.core.$strip>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Returns an object containing the chart files.
|
|
1653
|
+
*/
|
|
1654
|
+
export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
1655
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
1656
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1657
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1658
|
+
}, z.core.$strip>;
|
|
1659
|
+
export declare const zPostMcpData: z.ZodObject<{
|
|
1660
|
+
body: z.ZodObject<{
|
|
1661
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1663
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1664
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1665
|
+
}, z.core.$strip>;
|
|
1666
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1667
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1668
|
+
}, z.core.$strip>;
|
|
1669
|
+
/**
|
|
1670
|
+
* JSON-RPC 2.0 success or error response
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const zPostMcpResponse: z.ZodObject<{
|
|
1673
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1674
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1675
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1676
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
1677
|
+
code: z.ZodOptional<z.ZodInt>;
|
|
1678
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1679
|
+
}, z.core.$strip>>;
|
|
1680
|
+
}, z.core.$strip>;
|
|
1681
|
+
export declare const zGetOrganizationData: z.ZodObject<{
|
|
1682
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1683
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1684
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1685
|
+
}, z.core.$strip>;
|
|
1686
|
+
/**
|
|
1687
|
+
* Returns a single object containing organization details.
|
|
1688
|
+
*/
|
|
2093
1689
|
export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
2094
|
-
id: z.
|
|
1690
|
+
id: z.ZodUUID;
|
|
2095
1691
|
name: z.ZodOptional<z.ZodString>;
|
|
2096
|
-
date_created: z.
|
|
1692
|
+
date_created: z.ZodISODateTime;
|
|
2097
1693
|
quota: z.ZodObject<{
|
|
2098
|
-
basic_clusters_max: z.
|
|
2099
|
-
basic_clusters_available: z.
|
|
2100
|
-
pro_clusters_max: z.
|
|
2101
|
-
pro_clusters_available: z.
|
|
2102
|
-
fleets_max: z.
|
|
2103
|
-
cluster_tiers: z.ZodArray<z.ZodString
|
|
2104
|
-
regions: z.ZodArray<z.ZodString
|
|
1694
|
+
basic_clusters_max: z.ZodInt;
|
|
1695
|
+
basic_clusters_available: z.ZodInt;
|
|
1696
|
+
pro_clusters_max: z.ZodInt;
|
|
1697
|
+
pro_clusters_available: z.ZodInt;
|
|
1698
|
+
fleets_max: z.ZodInt;
|
|
1699
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
1700
|
+
regions: z.ZodArray<z.ZodString>;
|
|
2105
1701
|
versions: z.ZodArray<z.ZodObject<{
|
|
2106
1702
|
id: z.ZodString;
|
|
2107
1703
|
label: z.ZodString;
|
|
2108
|
-
},
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
}>, "many">;
|
|
2115
|
-
}, "strip", z.ZodTypeAny, {
|
|
2116
|
-
versions: {
|
|
2117
|
-
id: string;
|
|
2118
|
-
label: string;
|
|
2119
|
-
}[];
|
|
2120
|
-
basic_clusters_max: number;
|
|
2121
|
-
basic_clusters_available: number;
|
|
2122
|
-
pro_clusters_max: number;
|
|
2123
|
-
pro_clusters_available: number;
|
|
2124
|
-
fleets_max: number;
|
|
2125
|
-
cluster_tiers: string[];
|
|
2126
|
-
regions: string[];
|
|
2127
|
-
}, {
|
|
2128
|
-
versions: {
|
|
2129
|
-
id: string;
|
|
2130
|
-
label: string;
|
|
2131
|
-
}[];
|
|
2132
|
-
basic_clusters_max: number;
|
|
2133
|
-
basic_clusters_available: number;
|
|
2134
|
-
pro_clusters_max: number;
|
|
2135
|
-
pro_clusters_available: number;
|
|
2136
|
-
fleets_max: number;
|
|
2137
|
-
cluster_tiers: string[];
|
|
2138
|
-
regions: string[];
|
|
1704
|
+
}, z.core.$strip>>;
|
|
1705
|
+
}, z.core.$strip>;
|
|
1706
|
+
status: z.ZodEnum<{
|
|
1707
|
+
active: "active";
|
|
1708
|
+
closed: "closed";
|
|
1709
|
+
suspended: "suspended";
|
|
2139
1710
|
}>;
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
1711
|
+
}, z.core.$strip>;
|
|
1712
|
+
export declare const zCreateOrganizationData: z.ZodObject<{
|
|
1713
|
+
body: z.ZodObject<{
|
|
1714
|
+
email: z.ZodEmail;
|
|
1715
|
+
first_name: z.ZodString;
|
|
1716
|
+
last_name: z.ZodString;
|
|
1717
|
+
company_name: z.ZodString;
|
|
1718
|
+
password: z.ZodString;
|
|
1719
|
+
}, z.core.$strip>;
|
|
1720
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1721
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1722
|
+
}, z.core.$strip>;
|
|
1723
|
+
export declare const zListRepositoriesData: z.ZodObject<{
|
|
1724
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1725
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1726
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1727
|
+
}, z.core.$strip>;
|
|
1728
|
+
/**
|
|
1729
|
+
* List of repositories
|
|
1730
|
+
*/
|
|
1731
|
+
export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
1732
|
+
name: z.ZodString;
|
|
1733
|
+
region: z.ZodString;
|
|
1734
|
+
uri: z.ZodString;
|
|
1735
|
+
}, z.core.$strip>>;
|
|
1736
|
+
export declare const zListTagsData: z.ZodObject<{
|
|
1737
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1738
|
+
path: z.ZodObject<{
|
|
1739
|
+
region: z.ZodString;
|
|
1740
|
+
repository: z.ZodString;
|
|
1741
|
+
}, z.core.$strip>;
|
|
1742
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1743
|
+
}, z.core.$strip>;
|
|
1744
|
+
/**
|
|
1745
|
+
* Repository with tags
|
|
1746
|
+
*/
|
|
1747
|
+
export declare const zListTagsResponse: z.ZodObject<{
|
|
1748
|
+
name: z.ZodString;
|
|
1749
|
+
region: z.ZodString;
|
|
1750
|
+
uri: z.ZodString;
|
|
1751
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
1752
|
+
name: z.ZodString;
|
|
1753
|
+
size: z.ZodNumber;
|
|
1754
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1755
|
+
}, z.core.$strip>>;
|
|
1756
|
+
totalSize: z.ZodNumber;
|
|
1757
|
+
}, z.core.$strip>;
|
|
1758
|
+
export declare const zDeleteTagData: z.ZodObject<{
|
|
1759
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1760
|
+
path: z.ZodObject<{
|
|
1761
|
+
region: z.ZodString;
|
|
1762
|
+
repository: z.ZodString;
|
|
1763
|
+
tag: z.ZodString;
|
|
1764
|
+
}, z.core.$strip>;
|
|
1765
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1766
|
+
}, z.core.$strip>;
|
|
1767
|
+
export declare const zGetTagData: z.ZodObject<{
|
|
1768
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1769
|
+
path: z.ZodObject<{
|
|
1770
|
+
region: z.ZodString;
|
|
1771
|
+
repository: z.ZodString;
|
|
1772
|
+
tag: z.ZodString;
|
|
1773
|
+
}, z.core.$strip>;
|
|
1774
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1775
|
+
}, z.core.$strip>;
|
|
1776
|
+
/**
|
|
1777
|
+
* Tag details
|
|
1778
|
+
*/
|
|
1779
|
+
export declare const zGetTagResponse: z.ZodObject<{
|
|
1780
|
+
name: z.ZodString;
|
|
1781
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1782
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1783
|
+
size: z.ZodNumber;
|
|
1784
|
+
}, z.core.$strip>>;
|
|
1785
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1786
|
+
size: z.ZodNumber;
|
|
1787
|
+
}, z.core.$strip>>>;
|
|
1788
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1789
|
+
digest: z.ZodString;
|
|
1790
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
1791
|
+
architecture: z.ZodString;
|
|
1792
|
+
os: z.ZodString;
|
|
1793
|
+
}, z.core.$strip>>;
|
|
1794
|
+
}, z.core.$strip>>>;
|
|
1795
|
+
size: z.ZodNumber;
|
|
1796
|
+
region: z.ZodString;
|
|
1797
|
+
repository: z.ZodString;
|
|
1798
|
+
uri: z.ZodString;
|
|
1799
|
+
}, z.core.$strip>;
|
|
1800
|
+
export declare const zListTokensData: z.ZodObject<{
|
|
1801
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1802
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1803
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1804
|
+
}, z.core.$strip>;
|
|
1805
|
+
/**
|
|
1806
|
+
* Returns a list of access token details with masked secrets.
|
|
1807
|
+
*/
|
|
2178
1808
|
export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
2179
1809
|
name: z.ZodString;
|
|
2180
|
-
role: z.ZodEnum<
|
|
1810
|
+
role: z.ZodEnum<{
|
|
1811
|
+
Administrator: "Administrator";
|
|
1812
|
+
User: "User";
|
|
1813
|
+
}>;
|
|
2181
1814
|
id: z.ZodOptional<z.ZodString>;
|
|
2182
1815
|
secret: z.ZodOptional<z.ZodString>;
|
|
2183
|
-
date_created: z.
|
|
2184
|
-
},
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
1816
|
+
date_created: z.ZodISODateTime;
|
|
1817
|
+
}, z.core.$strip>>;
|
|
1818
|
+
export declare const zCreateTokenData: z.ZodObject<{
|
|
1819
|
+
body: z.ZodObject<{
|
|
1820
|
+
name: z.ZodString;
|
|
1821
|
+
role: z.ZodEnum<{
|
|
1822
|
+
Administrator: "Administrator";
|
|
1823
|
+
User: "User";
|
|
1824
|
+
}>;
|
|
1825
|
+
}, z.core.$strip>;
|
|
1826
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1827
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1828
|
+
}, z.core.$strip>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
1831
|
+
*/
|
|
2197
1832
|
export declare const zCreateTokenResponse: z.ZodObject<{
|
|
2198
1833
|
name: z.ZodString;
|
|
2199
|
-
role: z.ZodEnum<
|
|
1834
|
+
role: z.ZodEnum<{
|
|
1835
|
+
Administrator: "Administrator";
|
|
1836
|
+
User: "User";
|
|
1837
|
+
}>;
|
|
2200
1838
|
id: z.ZodOptional<z.ZodString>;
|
|
2201
1839
|
secret: z.ZodOptional<z.ZodString>;
|
|
2202
|
-
date_created: z.
|
|
2203
|
-
},
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
}>;
|
|
1840
|
+
date_created: z.ZodISODateTime;
|
|
1841
|
+
}, z.core.$strip>;
|
|
1842
|
+
export declare const zDeleteTokenData: z.ZodObject<{
|
|
1843
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1844
|
+
path: z.ZodObject<{
|
|
1845
|
+
token_id: z.ZodString;
|
|
1846
|
+
}, z.core.$strip>;
|
|
1847
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1848
|
+
}, z.core.$strip>;
|
|
1849
|
+
export declare const zGetTokenData: z.ZodObject<{
|
|
1850
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1851
|
+
path: z.ZodObject<{
|
|
1852
|
+
token_id: z.ZodString;
|
|
1853
|
+
}, z.core.$strip>;
|
|
1854
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1855
|
+
}, z.core.$strip>;
|
|
1856
|
+
/**
|
|
1857
|
+
* Returns access token details with masked secret.
|
|
1858
|
+
*/
|
|
2216
1859
|
export declare const zGetTokenResponse: z.ZodObject<{
|
|
2217
1860
|
name: z.ZodString;
|
|
2218
|
-
role: z.ZodEnum<
|
|
1861
|
+
role: z.ZodEnum<{
|
|
1862
|
+
Administrator: "Administrator";
|
|
1863
|
+
User: "User";
|
|
1864
|
+
}>;
|
|
2219
1865
|
id: z.ZodOptional<z.ZodString>;
|
|
2220
1866
|
secret: z.ZodOptional<z.ZodString>;
|
|
2221
|
-
date_created: z.
|
|
2222
|
-
},
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
1867
|
+
date_created: z.ZodISODateTime;
|
|
1868
|
+
}, z.core.$strip>;
|
|
1869
|
+
export declare const zUpdateTokenData: z.ZodObject<{
|
|
1870
|
+
body: z.ZodObject<{
|
|
1871
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1872
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1873
|
+
Administrator: "Administrator";
|
|
1874
|
+
User: "User";
|
|
1875
|
+
}>>;
|
|
1876
|
+
}, z.core.$strip>;
|
|
1877
|
+
path: z.ZodObject<{
|
|
1878
|
+
token_id: z.ZodString;
|
|
1879
|
+
}, z.core.$strip>;
|
|
1880
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1881
|
+
}, z.core.$strip>;
|
|
1882
|
+
/**
|
|
1883
|
+
* Successfully updated. Returns updated token details with masked secret.
|
|
1884
|
+
*/
|
|
2235
1885
|
export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
2236
1886
|
name: z.ZodString;
|
|
2237
|
-
role: z.ZodEnum<
|
|
1887
|
+
role: z.ZodEnum<{
|
|
1888
|
+
Administrator: "Administrator";
|
|
1889
|
+
User: "User";
|
|
1890
|
+
}>;
|
|
2238
1891
|
id: z.ZodOptional<z.ZodString>;
|
|
2239
1892
|
secret: z.ZodOptional<z.ZodString>;
|
|
2240
|
-
date_created: z.
|
|
2241
|
-
},
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
secret?: string | undefined;
|
|
2253
|
-
}>;
|
|
1893
|
+
date_created: z.ZodISODateTime;
|
|
1894
|
+
}, z.core.$strip>;
|
|
1895
|
+
export declare const zRegenerateTokenData: z.ZodObject<{
|
|
1896
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1897
|
+
path: z.ZodObject<{
|
|
1898
|
+
token_id: z.ZodString;
|
|
1899
|
+
}, z.core.$strip>;
|
|
1900
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1901
|
+
}, z.core.$strip>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
1904
|
+
*/
|
|
2254
1905
|
export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
2255
1906
|
name: z.ZodString;
|
|
2256
|
-
role: z.ZodEnum<
|
|
1907
|
+
role: z.ZodEnum<{
|
|
1908
|
+
Administrator: "Administrator";
|
|
1909
|
+
User: "User";
|
|
1910
|
+
}>;
|
|
2257
1911
|
id: z.ZodOptional<z.ZodString>;
|
|
2258
1912
|
secret: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
date_created: z.
|
|
2260
|
-
},
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
secret?: string | undefined;
|
|
2272
|
-
}>;
|
|
1913
|
+
date_created: z.ZodISODateTime;
|
|
1914
|
+
}, z.core.$strip>;
|
|
1915
|
+
export declare const zListUserOrganizationsData: z.ZodObject<{
|
|
1916
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1917
|
+
path: z.ZodObject<{
|
|
1918
|
+
email: z.ZodString;
|
|
1919
|
+
}, z.core.$strip>;
|
|
1920
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1921
|
+
}, z.core.$strip>;
|
|
1922
|
+
/**
|
|
1923
|
+
* An array of organizations the user belongs to.
|
|
1924
|
+
*/
|
|
2273
1925
|
export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
2274
1926
|
realm: z.ZodOptional<z.ZodString>;
|
|
2275
1927
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2276
|
-
},
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
1928
|
+
}, z.core.$strip>>;
|
|
1929
|
+
export declare const zListUsersData: z.ZodObject<{
|
|
1930
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1931
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1932
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1933
|
+
}, z.core.$strip>;
|
|
1934
|
+
/**
|
|
1935
|
+
* An array of users
|
|
1936
|
+
*/
|
|
2283
1937
|
export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
2284
|
-
email: z.
|
|
1938
|
+
email: z.ZodEmail;
|
|
2285
1939
|
first_name: z.ZodString;
|
|
2286
1940
|
last_name: z.ZodString;
|
|
2287
|
-
role: z.ZodEnum<
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
1941
|
+
role: z.ZodEnum<{
|
|
1942
|
+
Administrator: "Administrator";
|
|
1943
|
+
User: "User";
|
|
1944
|
+
}>;
|
|
1945
|
+
status: z.ZodEnum<{
|
|
1946
|
+
active: "active";
|
|
1947
|
+
inactive: "inactive";
|
|
1948
|
+
}>;
|
|
1949
|
+
id: z.ZodUUID;
|
|
1950
|
+
date_created: z.ZodISODateTime;
|
|
1951
|
+
}, z.core.$strip>>;
|
|
1952
|
+
export declare const zCreateUserData: z.ZodObject<{
|
|
1953
|
+
body: z.ZodObject<{
|
|
1954
|
+
email: z.ZodEmail;
|
|
1955
|
+
first_name: z.ZodString;
|
|
1956
|
+
last_name: z.ZodString;
|
|
1957
|
+
code: z.ZodString;
|
|
1958
|
+
password: z.ZodString;
|
|
1959
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1960
|
+
active: "active";
|
|
1961
|
+
inactive: "inactive";
|
|
1962
|
+
}>>;
|
|
1963
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1964
|
+
Administrator: "Administrator";
|
|
1965
|
+
User: "User";
|
|
1966
|
+
}>>;
|
|
1967
|
+
}, z.core.$strip>;
|
|
1968
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1969
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1970
|
+
}, z.core.$strip>;
|
|
1971
|
+
/**
|
|
1972
|
+
* Successfully created. Returns created user details.
|
|
1973
|
+
*/
|
|
2308
1974
|
export declare const zCreateUserResponse: z.ZodObject<{
|
|
2309
|
-
email: z.
|
|
1975
|
+
email: z.ZodEmail;
|
|
2310
1976
|
first_name: z.ZodString;
|
|
2311
1977
|
last_name: z.ZodString;
|
|
2312
|
-
role: z.ZodEnum<
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
1978
|
+
role: z.ZodEnum<{
|
|
1979
|
+
Administrator: "Administrator";
|
|
1980
|
+
User: "User";
|
|
1981
|
+
}>;
|
|
1982
|
+
status: z.ZodEnum<{
|
|
1983
|
+
active: "active";
|
|
1984
|
+
inactive: "inactive";
|
|
1985
|
+
}>;
|
|
1986
|
+
id: z.ZodUUID;
|
|
1987
|
+
date_created: z.ZodISODateTime;
|
|
1988
|
+
}, z.core.$strip>;
|
|
1989
|
+
export declare const zDeleteUserData: z.ZodObject<{
|
|
1990
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1991
|
+
path: z.ZodObject<{
|
|
1992
|
+
user_id: z.ZodString;
|
|
1993
|
+
}, z.core.$strip>;
|
|
1994
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1995
|
+
}, z.core.$strip>;
|
|
1996
|
+
/**
|
|
1997
|
+
* User profile information
|
|
1998
|
+
*/
|
|
2333
1999
|
export declare const zDeleteUserResponse: z.ZodObject<{
|
|
2334
|
-
email: z.
|
|
2000
|
+
email: z.ZodEmail;
|
|
2335
2001
|
first_name: z.ZodString;
|
|
2336
2002
|
last_name: z.ZodString;
|
|
2337
|
-
role: z.ZodEnum<
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2003
|
+
role: z.ZodEnum<{
|
|
2004
|
+
Administrator: "Administrator";
|
|
2005
|
+
User: "User";
|
|
2006
|
+
}>;
|
|
2007
|
+
status: z.ZodEnum<{
|
|
2008
|
+
active: "active";
|
|
2009
|
+
inactive: "inactive";
|
|
2010
|
+
}>;
|
|
2011
|
+
id: z.ZodUUID;
|
|
2012
|
+
date_created: z.ZodISODateTime;
|
|
2013
|
+
}, z.core.$strip>;
|
|
2014
|
+
export declare const zGetUserData: z.ZodObject<{
|
|
2015
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
2016
|
+
path: z.ZodObject<{
|
|
2017
|
+
user_id: z.ZodString;
|
|
2018
|
+
}, z.core.$strip>;
|
|
2019
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
2020
|
+
}, z.core.$strip>;
|
|
2021
|
+
/**
|
|
2022
|
+
* User profile information
|
|
2023
|
+
*/
|
|
2358
2024
|
export declare const zGetUserResponse: z.ZodObject<{
|
|
2359
|
-
email: z.
|
|
2025
|
+
email: z.ZodEmail;
|
|
2360
2026
|
first_name: z.ZodString;
|
|
2361
2027
|
last_name: z.ZodString;
|
|
2362
|
-
role: z.ZodEnum<
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2028
|
+
role: z.ZodEnum<{
|
|
2029
|
+
Administrator: "Administrator";
|
|
2030
|
+
User: "User";
|
|
2031
|
+
}>;
|
|
2032
|
+
status: z.ZodEnum<{
|
|
2033
|
+
active: "active";
|
|
2034
|
+
inactive: "inactive";
|
|
2035
|
+
}>;
|
|
2036
|
+
id: z.ZodUUID;
|
|
2037
|
+
date_created: z.ZodISODateTime;
|
|
2038
|
+
}, z.core.$strip>;
|
|
2039
|
+
export declare const zUpdateUserData: z.ZodObject<{
|
|
2040
|
+
body: z.ZodObject<{
|
|
2041
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2042
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
2043
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
2044
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2045
|
+
Administrator: "Administrator";
|
|
2046
|
+
User: "User";
|
|
2047
|
+
}>>;
|
|
2048
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2049
|
+
active: "active";
|
|
2050
|
+
inactive: "inactive";
|
|
2051
|
+
}>>;
|
|
2052
|
+
}, z.core.$strip>;
|
|
2053
|
+
path: z.ZodObject<{
|
|
2054
|
+
user_id: z.ZodString;
|
|
2055
|
+
}, z.core.$strip>;
|
|
2056
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
2057
|
+
}, z.core.$strip>;
|
|
2058
|
+
/**
|
|
2059
|
+
* Successfully created. Returns created user details.
|
|
2060
|
+
*/
|
|
2383
2061
|
export declare const zUpdateUserResponse: z.ZodObject<{
|
|
2384
|
-
email: z.
|
|
2062
|
+
email: z.ZodEmail;
|
|
2385
2063
|
first_name: z.ZodString;
|
|
2386
2064
|
last_name: z.ZodString;
|
|
2387
|
-
role: z.ZodEnum<
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
date_created: string;
|
|
2399
|
-
}, {
|
|
2400
|
-
id: string;
|
|
2401
|
-
role: "Administrator" | "User";
|
|
2402
|
-
email: string;
|
|
2403
|
-
status: "active" | "inactive";
|
|
2404
|
-
first_name: string;
|
|
2405
|
-
last_name: string;
|
|
2406
|
-
date_created: string;
|
|
2407
|
-
}>;
|
|
2065
|
+
role: z.ZodEnum<{
|
|
2066
|
+
Administrator: "Administrator";
|
|
2067
|
+
User: "User";
|
|
2068
|
+
}>;
|
|
2069
|
+
status: z.ZodEnum<{
|
|
2070
|
+
active: "active";
|
|
2071
|
+
inactive: "inactive";
|
|
2072
|
+
}>;
|
|
2073
|
+
id: z.ZodUUID;
|
|
2074
|
+
date_created: z.ZodISODateTime;
|
|
2075
|
+
}, z.core.$strip>;
|
|
2408
2076
|
//# sourceMappingURL=zod.gen.d.ts.map
|