@cloudfleet/sdk 0.0.1-e9052b2 → 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 +524 -467
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +539 -501
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +132 -62
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +162 -73
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +12 -12
- package/dist/types.gen.d.ts +518 -324
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1636 -2581
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +587 -919
- package/dist/zod.gen.js.map +1 -1
- package/package.json +5 -6
package/dist/zod.gen.d.ts
CHANGED
|
@@ -8,1462 +8,645 @@ 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
|
-
tier: z.ZodEnum<
|
|
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" | "europe-central-1a" | undefined;
|
|
149
|
-
}, {
|
|
150
|
-
name: string;
|
|
151
|
-
tier: "basic" | "pro";
|
|
152
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | 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
|
-
tier: z.ZodEnum<
|
|
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" | "europe-central-1a" | 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" | "europe-central-1a" | 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>;
|
|
259
|
-
tier: z.ZodEnum<
|
|
261
|
+
tier: z.ZodEnum<{
|
|
262
|
+
basic: "basic";
|
|
263
|
+
pro: "pro";
|
|
264
|
+
}>;
|
|
260
265
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
261
|
-
},
|
|
262
|
-
tier: "basic" | "pro";
|
|
263
|
-
name?: string | undefined;
|
|
264
|
-
version_channel?: string | undefined;
|
|
265
|
-
}, {
|
|
266
|
-
tier: "basic" | "pro";
|
|
267
|
-
name?: string | undefined;
|
|
268
|
-
version_channel?: string | undefined;
|
|
269
|
-
}>;
|
|
266
|
+
}, z.core.$strip>;
|
|
270
267
|
export declare const zFleetCreateInput: z.ZodObject<{
|
|
271
268
|
limits: z.ZodOptional<z.ZodObject<{
|
|
272
269
|
cpu: z.ZodNumber;
|
|
273
|
-
},
|
|
274
|
-
cpu: number;
|
|
275
|
-
}, {
|
|
276
|
-
cpu: number;
|
|
277
|
-
}>>;
|
|
270
|
+
}, z.core.$strip>>;
|
|
278
271
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
279
272
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
280
273
|
project: z.ZodString;
|
|
281
|
-
},
|
|
282
|
-
project: string;
|
|
283
|
-
enabled: boolean;
|
|
284
|
-
}, {
|
|
285
|
-
project: string;
|
|
286
|
-
enabled?: boolean | undefined;
|
|
287
|
-
}>>;
|
|
274
|
+
}, z.core.$strip>>;
|
|
288
275
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
289
276
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
290
277
|
apiKey: z.ZodString;
|
|
291
|
-
},
|
|
292
|
-
apiKey: string;
|
|
293
|
-
enabled: boolean;
|
|
294
|
-
}, {
|
|
295
|
-
apiKey: string;
|
|
296
|
-
enabled?: boolean | undefined;
|
|
297
|
-
}>>;
|
|
278
|
+
}, z.core.$strip>>;
|
|
298
279
|
aws: z.ZodOptional<z.ZodObject<{
|
|
299
280
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
300
281
|
controllerRoleArn: z.ZodString;
|
|
301
|
-
},
|
|
302
|
-
controllerRoleArn: string;
|
|
303
|
-
enabled: boolean;
|
|
304
|
-
}, {
|
|
305
|
-
controllerRoleArn: string;
|
|
306
|
-
enabled?: boolean | undefined;
|
|
307
|
-
}>>;
|
|
282
|
+
}, z.core.$strip>>;
|
|
308
283
|
id: z.ZodString;
|
|
309
|
-
},
|
|
310
|
-
id: string;
|
|
311
|
-
limits?: {
|
|
312
|
-
cpu: number;
|
|
313
|
-
} | undefined;
|
|
314
|
-
gcp?: {
|
|
315
|
-
project: string;
|
|
316
|
-
enabled: boolean;
|
|
317
|
-
} | undefined;
|
|
318
|
-
hetzner?: {
|
|
319
|
-
apiKey: string;
|
|
320
|
-
enabled: boolean;
|
|
321
|
-
} | undefined;
|
|
322
|
-
aws?: {
|
|
323
|
-
controllerRoleArn: string;
|
|
324
|
-
enabled: boolean;
|
|
325
|
-
} | undefined;
|
|
326
|
-
}, {
|
|
327
|
-
id: string;
|
|
328
|
-
limits?: {
|
|
329
|
-
cpu: number;
|
|
330
|
-
} | undefined;
|
|
331
|
-
gcp?: {
|
|
332
|
-
project: string;
|
|
333
|
-
enabled?: boolean | undefined;
|
|
334
|
-
} | undefined;
|
|
335
|
-
hetzner?: {
|
|
336
|
-
apiKey: string;
|
|
337
|
-
enabled?: boolean | undefined;
|
|
338
|
-
} | undefined;
|
|
339
|
-
aws?: {
|
|
340
|
-
controllerRoleArn: string;
|
|
341
|
-
enabled?: boolean | undefined;
|
|
342
|
-
} | undefined;
|
|
343
|
-
}>;
|
|
284
|
+
}, z.core.$strip>;
|
|
344
285
|
export declare const zFleet: z.ZodObject<{
|
|
345
286
|
limits: z.ZodOptional<z.ZodObject<{
|
|
346
287
|
cpu: z.ZodNumber;
|
|
347
|
-
},
|
|
348
|
-
cpu: number;
|
|
349
|
-
}, {
|
|
350
|
-
cpu: number;
|
|
351
|
-
}>>;
|
|
288
|
+
}, z.core.$strip>>;
|
|
352
289
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
353
290
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
354
291
|
project: z.ZodString;
|
|
355
|
-
},
|
|
356
|
-
project: string;
|
|
357
|
-
enabled: boolean;
|
|
358
|
-
}, {
|
|
359
|
-
project: string;
|
|
360
|
-
enabled?: boolean | undefined;
|
|
361
|
-
}>>;
|
|
292
|
+
}, z.core.$strip>>;
|
|
362
293
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
363
294
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
364
295
|
apiKey: z.ZodString;
|
|
365
|
-
},
|
|
366
|
-
apiKey: string;
|
|
367
|
-
enabled: boolean;
|
|
368
|
-
}, {
|
|
369
|
-
apiKey: string;
|
|
370
|
-
enabled?: boolean | undefined;
|
|
371
|
-
}>>;
|
|
296
|
+
}, z.core.$strip>>;
|
|
372
297
|
aws: z.ZodOptional<z.ZodObject<{
|
|
373
298
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
374
299
|
controllerRoleArn: z.ZodString;
|
|
375
|
-
},
|
|
376
|
-
controllerRoleArn: string;
|
|
377
|
-
enabled: boolean;
|
|
378
|
-
}, {
|
|
379
|
-
controllerRoleArn: string;
|
|
380
|
-
enabled?: boolean | undefined;
|
|
381
|
-
}>>;
|
|
300
|
+
}, z.core.$strip>>;
|
|
382
301
|
id: z.ZodString;
|
|
383
|
-
},
|
|
384
|
-
id: string;
|
|
385
|
-
limits?: {
|
|
386
|
-
cpu: number;
|
|
387
|
-
} | undefined;
|
|
388
|
-
gcp?: {
|
|
389
|
-
project: string;
|
|
390
|
-
enabled: boolean;
|
|
391
|
-
} | undefined;
|
|
392
|
-
hetzner?: {
|
|
393
|
-
apiKey: string;
|
|
394
|
-
enabled: boolean;
|
|
395
|
-
} | undefined;
|
|
396
|
-
aws?: {
|
|
397
|
-
controllerRoleArn: string;
|
|
398
|
-
enabled: boolean;
|
|
399
|
-
} | undefined;
|
|
400
|
-
}, {
|
|
401
|
-
id: string;
|
|
402
|
-
limits?: {
|
|
403
|
-
cpu: number;
|
|
404
|
-
} | undefined;
|
|
405
|
-
gcp?: {
|
|
406
|
-
project: string;
|
|
407
|
-
enabled?: boolean | undefined;
|
|
408
|
-
} | undefined;
|
|
409
|
-
hetzner?: {
|
|
410
|
-
apiKey: string;
|
|
411
|
-
enabled?: boolean | undefined;
|
|
412
|
-
} | undefined;
|
|
413
|
-
aws?: {
|
|
414
|
-
controllerRoleArn: string;
|
|
415
|
-
enabled?: boolean | undefined;
|
|
416
|
-
} | undefined;
|
|
417
|
-
}>;
|
|
302
|
+
}, z.core.$strip>;
|
|
418
303
|
export declare const zFleetUpdateInput: z.ZodObject<{
|
|
419
304
|
limits: z.ZodOptional<z.ZodObject<{
|
|
420
305
|
cpu: z.ZodNumber;
|
|
421
|
-
},
|
|
422
|
-
cpu: number;
|
|
423
|
-
}, {
|
|
424
|
-
cpu: number;
|
|
425
|
-
}>>;
|
|
306
|
+
}, z.core.$strip>>;
|
|
426
307
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
427
308
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
428
309
|
project: z.ZodString;
|
|
429
|
-
},
|
|
430
|
-
project: string;
|
|
431
|
-
enabled: boolean;
|
|
432
|
-
}, {
|
|
433
|
-
project: string;
|
|
434
|
-
enabled?: boolean | undefined;
|
|
435
|
-
}>>;
|
|
310
|
+
}, z.core.$strip>>;
|
|
436
311
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
437
312
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
438
313
|
apiKey: z.ZodString;
|
|
439
|
-
},
|
|
440
|
-
apiKey: string;
|
|
441
|
-
enabled: boolean;
|
|
442
|
-
}, {
|
|
443
|
-
apiKey: string;
|
|
444
|
-
enabled?: boolean | undefined;
|
|
445
|
-
}>>;
|
|
314
|
+
}, z.core.$strip>>;
|
|
446
315
|
aws: z.ZodOptional<z.ZodObject<{
|
|
447
316
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
448
317
|
controllerRoleArn: z.ZodString;
|
|
449
|
-
},
|
|
450
|
-
|
|
451
|
-
enabled: boolean;
|
|
452
|
-
}, {
|
|
453
|
-
controllerRoleArn: string;
|
|
454
|
-
enabled?: boolean | undefined;
|
|
455
|
-
}>>;
|
|
456
|
-
}, "strip", z.ZodTypeAny, {
|
|
457
|
-
limits?: {
|
|
458
|
-
cpu: number;
|
|
459
|
-
} | undefined;
|
|
460
|
-
gcp?: {
|
|
461
|
-
project: string;
|
|
462
|
-
enabled: boolean;
|
|
463
|
-
} | undefined;
|
|
464
|
-
hetzner?: {
|
|
465
|
-
apiKey: string;
|
|
466
|
-
enabled: boolean;
|
|
467
|
-
} | undefined;
|
|
468
|
-
aws?: {
|
|
469
|
-
controllerRoleArn: string;
|
|
470
|
-
enabled: boolean;
|
|
471
|
-
} | undefined;
|
|
472
|
-
}, {
|
|
473
|
-
limits?: {
|
|
474
|
-
cpu: number;
|
|
475
|
-
} | undefined;
|
|
476
|
-
gcp?: {
|
|
477
|
-
project: string;
|
|
478
|
-
enabled?: boolean | undefined;
|
|
479
|
-
} | undefined;
|
|
480
|
-
hetzner?: {
|
|
481
|
-
apiKey: string;
|
|
482
|
-
enabled?: boolean | undefined;
|
|
483
|
-
} | undefined;
|
|
484
|
-
aws?: {
|
|
485
|
-
controllerRoleArn: string;
|
|
486
|
-
enabled?: boolean | undefined;
|
|
487
|
-
} | undefined;
|
|
488
|
-
}>;
|
|
318
|
+
}, z.core.$strip>>;
|
|
319
|
+
}, z.core.$strip>;
|
|
489
320
|
export declare const zInvite: z.ZodObject<{
|
|
490
321
|
id: z.ZodOptional<z.ZodString>;
|
|
491
|
-
organization_id: z.ZodOptional<z.
|
|
492
|
-
date_created: z.
|
|
493
|
-
email: z.ZodOptional<z.
|
|
322
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
323
|
+
date_created: z.ZodISODateTime;
|
|
324
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
494
325
|
code: z.ZodOptional<z.ZodString>;
|
|
495
|
-
},
|
|
496
|
-
date_created: string;
|
|
497
|
-
code?: string | undefined;
|
|
498
|
-
id?: string | undefined;
|
|
499
|
-
email?: string | undefined;
|
|
500
|
-
organization_id?: string | undefined;
|
|
501
|
-
}, {
|
|
502
|
-
date_created: string;
|
|
503
|
-
code?: string | undefined;
|
|
504
|
-
id?: string | undefined;
|
|
505
|
-
email?: string | undefined;
|
|
506
|
-
organization_id?: string | undefined;
|
|
507
|
-
}>;
|
|
326
|
+
}, z.core.$strip>;
|
|
508
327
|
export declare const zInvoice: z.ZodObject<{
|
|
509
|
-
id: z.ZodOptional<z.
|
|
510
|
-
|
|
511
|
-
status: z.ZodOptional<z.
|
|
512
|
-
|
|
513
|
-
currency: z.ZodOptional<z.
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
525
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
526
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
527
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
528
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
529
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
530
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
531
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
532
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
533
|
-
description: z.ZodOptional<z.ZodString>;
|
|
534
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
535
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
536
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
537
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
538
|
-
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"]>>;
|
|
539
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
540
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
541
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
542
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
543
|
-
}, "strip", z.ZodTypeAny, {
|
|
544
|
-
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;
|
|
545
|
-
id?: string | undefined;
|
|
546
|
-
description?: string | undefined;
|
|
547
|
-
amount?: number | undefined;
|
|
548
|
-
linkedInvoiceItemId?: string | undefined;
|
|
549
|
-
productName?: string | undefined;
|
|
550
|
-
planName?: string | undefined;
|
|
551
|
-
phaseName?: string | undefined;
|
|
552
|
-
usageName?: string | undefined;
|
|
553
|
-
prettyProductName?: string | undefined;
|
|
554
|
-
prettyPlanName?: string | undefined;
|
|
555
|
-
prettyPhaseName?: string | undefined;
|
|
556
|
-
prettyUsageName?: string | undefined;
|
|
557
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
558
|
-
startDate?: string | undefined;
|
|
559
|
-
endDate?: string | undefined;
|
|
560
|
-
rate?: number | undefined;
|
|
561
|
-
quantity?: number | undefined;
|
|
562
|
-
itemDetails?: string | undefined;
|
|
563
|
-
catalogEffectiveDate?: string | undefined;
|
|
564
|
-
childItems?: unknown[] | undefined;
|
|
565
|
-
}, {
|
|
566
|
-
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;
|
|
567
|
-
id?: string | undefined;
|
|
568
|
-
description?: string | undefined;
|
|
569
|
-
amount?: number | undefined;
|
|
570
|
-
linkedInvoiceItemId?: string | undefined;
|
|
571
|
-
productName?: string | undefined;
|
|
572
|
-
planName?: string | undefined;
|
|
573
|
-
phaseName?: string | undefined;
|
|
574
|
-
usageName?: string | undefined;
|
|
575
|
-
prettyProductName?: string | undefined;
|
|
576
|
-
prettyPlanName?: string | undefined;
|
|
577
|
-
prettyPhaseName?: string | undefined;
|
|
578
|
-
prettyUsageName?: string | undefined;
|
|
579
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
580
|
-
startDate?: string | undefined;
|
|
581
|
-
endDate?: string | undefined;
|
|
582
|
-
rate?: number | undefined;
|
|
583
|
-
quantity?: number | undefined;
|
|
584
|
-
itemDetails?: string | undefined;
|
|
585
|
-
catalogEffectiveDate?: string | undefined;
|
|
586
|
-
childItems?: unknown[] | undefined;
|
|
587
|
-
}>, "many">>;
|
|
588
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
589
|
-
id: z.ZodOptional<z.ZodString>;
|
|
590
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
|
|
591
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
592
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
593
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
594
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
595
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
596
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
597
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
598
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
599
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
600
|
-
description: z.ZodOptional<z.ZodString>;
|
|
601
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
602
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
603
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
604
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
605
|
-
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"]>>;
|
|
606
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
607
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
608
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
609
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
610
|
-
}, "strip", z.ZodTypeAny, {
|
|
611
|
-
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;
|
|
612
|
-
id?: string | undefined;
|
|
613
|
-
description?: string | undefined;
|
|
614
|
-
amount?: number | undefined;
|
|
615
|
-
linkedInvoiceItemId?: string | undefined;
|
|
616
|
-
productName?: string | undefined;
|
|
617
|
-
planName?: string | undefined;
|
|
618
|
-
phaseName?: string | undefined;
|
|
619
|
-
usageName?: string | undefined;
|
|
620
|
-
prettyProductName?: string | undefined;
|
|
621
|
-
prettyPlanName?: string | undefined;
|
|
622
|
-
prettyPhaseName?: string | undefined;
|
|
623
|
-
prettyUsageName?: string | undefined;
|
|
624
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
625
|
-
startDate?: string | undefined;
|
|
626
|
-
endDate?: string | undefined;
|
|
627
|
-
rate?: number | undefined;
|
|
628
|
-
quantity?: number | undefined;
|
|
629
|
-
itemDetails?: string | undefined;
|
|
630
|
-
catalogEffectiveDate?: string | undefined;
|
|
631
|
-
childItems?: unknown[] | undefined;
|
|
632
|
-
}, {
|
|
633
|
-
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;
|
|
634
|
-
id?: string | undefined;
|
|
635
|
-
description?: string | undefined;
|
|
636
|
-
amount?: number | undefined;
|
|
637
|
-
linkedInvoiceItemId?: string | undefined;
|
|
638
|
-
productName?: string | undefined;
|
|
639
|
-
planName?: string | undefined;
|
|
640
|
-
phaseName?: string | undefined;
|
|
641
|
-
usageName?: string | undefined;
|
|
642
|
-
prettyProductName?: string | undefined;
|
|
643
|
-
prettyPlanName?: string | undefined;
|
|
644
|
-
prettyPhaseName?: string | undefined;
|
|
645
|
-
prettyUsageName?: string | undefined;
|
|
646
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
647
|
-
startDate?: string | undefined;
|
|
648
|
-
endDate?: string | undefined;
|
|
649
|
-
rate?: number | undefined;
|
|
650
|
-
quantity?: number | undefined;
|
|
651
|
-
itemDetails?: string | undefined;
|
|
652
|
-
catalogEffectiveDate?: string | undefined;
|
|
653
|
-
childItems?: unknown[] | undefined;
|
|
654
|
-
}>, "many">>;
|
|
655
|
-
}, "strip", z.ZodTypeAny, {
|
|
656
|
-
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;
|
|
657
|
-
id?: string | undefined;
|
|
658
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
659
|
-
items?: {
|
|
660
|
-
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;
|
|
661
|
-
id?: string | undefined;
|
|
662
|
-
description?: string | undefined;
|
|
663
|
-
amount?: number | undefined;
|
|
664
|
-
linkedInvoiceItemId?: string | undefined;
|
|
665
|
-
productName?: string | undefined;
|
|
666
|
-
planName?: string | undefined;
|
|
667
|
-
phaseName?: string | undefined;
|
|
668
|
-
usageName?: string | undefined;
|
|
669
|
-
prettyProductName?: string | undefined;
|
|
670
|
-
prettyPlanName?: string | undefined;
|
|
671
|
-
prettyPhaseName?: string | undefined;
|
|
672
|
-
prettyUsageName?: string | undefined;
|
|
673
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
674
|
-
startDate?: string | undefined;
|
|
675
|
-
endDate?: string | undefined;
|
|
676
|
-
rate?: number | undefined;
|
|
677
|
-
quantity?: number | undefined;
|
|
678
|
-
itemDetails?: string | undefined;
|
|
679
|
-
catalogEffectiveDate?: string | undefined;
|
|
680
|
-
childItems?: unknown[] | undefined;
|
|
681
|
-
}[] | undefined;
|
|
682
|
-
organizationId?: string | undefined;
|
|
683
|
-
amount?: number | undefined;
|
|
684
|
-
creditAdj?: number | undefined;
|
|
685
|
-
refundAdj?: number | undefined;
|
|
686
|
-
invoiceDate?: string | undefined;
|
|
687
|
-
targetDate?: string | undefined;
|
|
688
|
-
invoiceNumber?: string | undefined;
|
|
689
|
-
balance?: number | undefined;
|
|
690
|
-
bundleKeys?: string | undefined;
|
|
691
|
-
credits?: {
|
|
692
|
-
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;
|
|
693
|
-
id?: string | undefined;
|
|
694
|
-
description?: string | undefined;
|
|
695
|
-
amount?: number | undefined;
|
|
696
|
-
linkedInvoiceItemId?: string | undefined;
|
|
697
|
-
productName?: string | undefined;
|
|
698
|
-
planName?: string | undefined;
|
|
699
|
-
phaseName?: string | undefined;
|
|
700
|
-
usageName?: string | undefined;
|
|
701
|
-
prettyProductName?: string | undefined;
|
|
702
|
-
prettyPlanName?: string | undefined;
|
|
703
|
-
prettyPhaseName?: string | undefined;
|
|
704
|
-
prettyUsageName?: string | undefined;
|
|
705
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
706
|
-
startDate?: string | undefined;
|
|
707
|
-
endDate?: string | undefined;
|
|
708
|
-
rate?: number | undefined;
|
|
709
|
-
quantity?: number | undefined;
|
|
710
|
-
itemDetails?: string | undefined;
|
|
711
|
-
catalogEffectiveDate?: string | undefined;
|
|
712
|
-
childItems?: unknown[] | undefined;
|
|
713
|
-
}[] | undefined;
|
|
714
|
-
}, {
|
|
715
|
-
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;
|
|
716
|
-
id?: string | undefined;
|
|
717
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
718
|
-
items?: {
|
|
719
|
-
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;
|
|
720
|
-
id?: string | undefined;
|
|
721
|
-
description?: string | undefined;
|
|
722
|
-
amount?: number | undefined;
|
|
723
|
-
linkedInvoiceItemId?: string | undefined;
|
|
724
|
-
productName?: string | undefined;
|
|
725
|
-
planName?: string | undefined;
|
|
726
|
-
phaseName?: string | undefined;
|
|
727
|
-
usageName?: string | undefined;
|
|
728
|
-
prettyProductName?: string | undefined;
|
|
729
|
-
prettyPlanName?: string | undefined;
|
|
730
|
-
prettyPhaseName?: string | undefined;
|
|
731
|
-
prettyUsageName?: string | undefined;
|
|
732
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
733
|
-
startDate?: string | undefined;
|
|
734
|
-
endDate?: string | undefined;
|
|
735
|
-
rate?: number | undefined;
|
|
736
|
-
quantity?: number | undefined;
|
|
737
|
-
itemDetails?: string | undefined;
|
|
738
|
-
catalogEffectiveDate?: string | undefined;
|
|
739
|
-
childItems?: unknown[] | undefined;
|
|
740
|
-
}[] | undefined;
|
|
741
|
-
organizationId?: string | undefined;
|
|
742
|
-
amount?: number | undefined;
|
|
743
|
-
creditAdj?: number | undefined;
|
|
744
|
-
refundAdj?: number | undefined;
|
|
745
|
-
invoiceDate?: string | undefined;
|
|
746
|
-
targetDate?: string | undefined;
|
|
747
|
-
invoiceNumber?: string | undefined;
|
|
748
|
-
balance?: number | undefined;
|
|
749
|
-
bundleKeys?: string | undefined;
|
|
750
|
-
credits?: {
|
|
751
|
-
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;
|
|
752
|
-
id?: string | undefined;
|
|
753
|
-
description?: string | undefined;
|
|
754
|
-
amount?: number | undefined;
|
|
755
|
-
linkedInvoiceItemId?: string | undefined;
|
|
756
|
-
productName?: string | undefined;
|
|
757
|
-
planName?: string | undefined;
|
|
758
|
-
phaseName?: string | undefined;
|
|
759
|
-
usageName?: string | undefined;
|
|
760
|
-
prettyProductName?: string | undefined;
|
|
761
|
-
prettyPlanName?: string | undefined;
|
|
762
|
-
prettyPhaseName?: string | undefined;
|
|
763
|
-
prettyUsageName?: string | undefined;
|
|
764
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
765
|
-
startDate?: string | undefined;
|
|
766
|
-
endDate?: string | undefined;
|
|
767
|
-
rate?: number | undefined;
|
|
768
|
-
quantity?: number | undefined;
|
|
769
|
-
itemDetails?: string | undefined;
|
|
770
|
-
catalogEffectiveDate?: string | undefined;
|
|
771
|
-
childItems?: unknown[] | undefined;
|
|
772
|
-
}[] | undefined;
|
|
773
|
-
}>;
|
|
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>;
|
|
774
343
|
export declare const zMarketplaceListing: z.ZodObject<{
|
|
775
|
-
id: z.ZodString;
|
|
776
344
|
name: z.ZodString;
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
version_channels: z.ZodArray<z.ZodString, "many">;
|
|
783
|
-
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;
|
|
784
350
|
version: z.ZodString;
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
name: string;
|
|
798
|
-
id: string;
|
|
799
|
-
description: string;
|
|
800
|
-
developer: string;
|
|
801
|
-
logoUrl: string;
|
|
802
|
-
longDescription: string;
|
|
803
|
-
categories: string[];
|
|
804
|
-
version_channels: string[];
|
|
805
|
-
value_schemas: {
|
|
806
|
-
version: string;
|
|
807
|
-
schema: string;
|
|
808
|
-
placeholder: string;
|
|
809
|
-
}[];
|
|
810
|
-
}, {
|
|
811
|
-
name: string;
|
|
812
|
-
id: string;
|
|
813
|
-
description: string;
|
|
814
|
-
developer: string;
|
|
815
|
-
logoUrl: string;
|
|
816
|
-
longDescription: string;
|
|
817
|
-
categories: string[];
|
|
818
|
-
version_channels: string[];
|
|
819
|
-
value_schemas: {
|
|
820
|
-
version: string;
|
|
821
|
-
schema: string;
|
|
822
|
-
placeholder: string;
|
|
823
|
-
}[];
|
|
824
|
-
}>;
|
|
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>;
|
|
825
363
|
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
826
|
-
email: z.
|
|
364
|
+
email: z.ZodEmail;
|
|
827
365
|
first_name: z.ZodString;
|
|
828
366
|
last_name: z.ZodString;
|
|
829
367
|
company_name: z.ZodString;
|
|
830
368
|
password: z.ZodString;
|
|
831
|
-
},
|
|
832
|
-
email: string;
|
|
833
|
-
first_name: string;
|
|
834
|
-
last_name: string;
|
|
835
|
-
company_name: string;
|
|
836
|
-
password: string;
|
|
837
|
-
}, {
|
|
838
|
-
email: string;
|
|
839
|
-
first_name: string;
|
|
840
|
-
last_name: string;
|
|
841
|
-
company_name: string;
|
|
842
|
-
password: string;
|
|
843
|
-
}>;
|
|
369
|
+
}, z.core.$strip>;
|
|
844
370
|
export declare const zOrganization: z.ZodObject<{
|
|
845
|
-
id: z.
|
|
371
|
+
id: z.ZodUUID;
|
|
846
372
|
name: z.ZodOptional<z.ZodString>;
|
|
847
|
-
date_created: z.
|
|
373
|
+
date_created: z.ZodISODateTime;
|
|
848
374
|
quota: z.ZodObject<{
|
|
849
|
-
basic_clusters_max: z.
|
|
850
|
-
basic_clusters_available: z.
|
|
851
|
-
pro_clusters_max: z.
|
|
852
|
-
pro_clusters_available: z.
|
|
853
|
-
fleets_max: z.
|
|
854
|
-
cluster_tiers: z.ZodArray<z.ZodString
|
|
855
|
-
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>;
|
|
856
382
|
versions: z.ZodArray<z.ZodObject<{
|
|
857
383
|
id: z.ZodString;
|
|
858
384
|
label: z.ZodString;
|
|
859
|
-
},
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
}>, "many">;
|
|
866
|
-
}, "strip", z.ZodTypeAny, {
|
|
867
|
-
versions: {
|
|
868
|
-
id: string;
|
|
869
|
-
label: string;
|
|
870
|
-
}[];
|
|
871
|
-
basic_clusters_max: number;
|
|
872
|
-
basic_clusters_available: number;
|
|
873
|
-
pro_clusters_max: number;
|
|
874
|
-
pro_clusters_available: number;
|
|
875
|
-
fleets_max: number;
|
|
876
|
-
cluster_tiers: string[];
|
|
877
|
-
regions: string[];
|
|
878
|
-
}, {
|
|
879
|
-
versions: {
|
|
880
|
-
id: string;
|
|
881
|
-
label: string;
|
|
882
|
-
}[];
|
|
883
|
-
basic_clusters_max: number;
|
|
884
|
-
basic_clusters_available: number;
|
|
885
|
-
pro_clusters_max: number;
|
|
886
|
-
pro_clusters_available: number;
|
|
887
|
-
fleets_max: number;
|
|
888
|
-
cluster_tiers: string[];
|
|
889
|
-
regions: string[];
|
|
385
|
+
}, z.core.$strip>>;
|
|
386
|
+
}, z.core.$strip>;
|
|
387
|
+
status: z.ZodEnum<{
|
|
388
|
+
active: "active";
|
|
389
|
+
closed: "closed";
|
|
390
|
+
suspended: "suspended";
|
|
890
391
|
}>;
|
|
891
|
-
|
|
892
|
-
}, "strip", z.ZodTypeAny, {
|
|
893
|
-
id: string;
|
|
894
|
-
status: "active" | "closed" | "suspended";
|
|
895
|
-
date_created: string;
|
|
896
|
-
quota: {
|
|
897
|
-
versions: {
|
|
898
|
-
id: string;
|
|
899
|
-
label: string;
|
|
900
|
-
}[];
|
|
901
|
-
basic_clusters_max: number;
|
|
902
|
-
basic_clusters_available: number;
|
|
903
|
-
pro_clusters_max: number;
|
|
904
|
-
pro_clusters_available: number;
|
|
905
|
-
fleets_max: number;
|
|
906
|
-
cluster_tiers: string[];
|
|
907
|
-
regions: string[];
|
|
908
|
-
};
|
|
909
|
-
name?: string | undefined;
|
|
910
|
-
}, {
|
|
911
|
-
id: string;
|
|
912
|
-
status: "active" | "closed" | "suspended";
|
|
913
|
-
date_created: string;
|
|
914
|
-
quota: {
|
|
915
|
-
versions: {
|
|
916
|
-
id: string;
|
|
917
|
-
label: string;
|
|
918
|
-
}[];
|
|
919
|
-
basic_clusters_max: number;
|
|
920
|
-
basic_clusters_available: number;
|
|
921
|
-
pro_clusters_max: number;
|
|
922
|
-
pro_clusters_available: number;
|
|
923
|
-
fleets_max: number;
|
|
924
|
-
cluster_tiers: string[];
|
|
925
|
-
regions: string[];
|
|
926
|
-
};
|
|
927
|
-
name?: string | undefined;
|
|
928
|
-
}>;
|
|
392
|
+
}, z.core.$strip>;
|
|
929
393
|
export declare const zPaymentMethod: z.ZodObject<{
|
|
930
|
-
id: z.
|
|
394
|
+
id: z.ZodUUID;
|
|
931
395
|
setup: z.ZodBoolean;
|
|
932
|
-
type: z.ZodEnum<
|
|
396
|
+
type: z.ZodEnum<{
|
|
397
|
+
card: "card";
|
|
398
|
+
}>;
|
|
933
399
|
last4: z.ZodString;
|
|
934
|
-
exp_month: z.
|
|
935
|
-
exp_year: z.
|
|
936
|
-
brand: z.ZodEnum<
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
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>;
|
|
954
464
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
955
465
|
name: z.ZodString;
|
|
956
|
-
role: z.ZodEnum<
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
},
|
|
961
|
-
name: string;
|
|
962
|
-
role: "Administrator" | "User";
|
|
963
|
-
}>;
|
|
466
|
+
role: z.ZodEnum<{
|
|
467
|
+
Administrator: "Administrator";
|
|
468
|
+
User: "User";
|
|
469
|
+
}>;
|
|
470
|
+
}, z.core.$strip>;
|
|
964
471
|
export declare const zToken: z.ZodObject<{
|
|
965
472
|
name: z.ZodString;
|
|
966
|
-
role: z.ZodEnum<
|
|
473
|
+
role: z.ZodEnum<{
|
|
474
|
+
Administrator: "Administrator";
|
|
475
|
+
User: "User";
|
|
476
|
+
}>;
|
|
967
477
|
id: z.ZodOptional<z.ZodString>;
|
|
968
478
|
secret: z.ZodOptional<z.ZodString>;
|
|
969
|
-
date_created: z.
|
|
970
|
-
},
|
|
971
|
-
name: string;
|
|
972
|
-
role: "Administrator" | "User";
|
|
973
|
-
date_created: string;
|
|
974
|
-
id?: string | undefined;
|
|
975
|
-
secret?: string | undefined;
|
|
976
|
-
}, {
|
|
977
|
-
name: string;
|
|
978
|
-
role: "Administrator" | "User";
|
|
979
|
-
date_created: string;
|
|
980
|
-
id?: string | undefined;
|
|
981
|
-
secret?: string | undefined;
|
|
982
|
-
}>;
|
|
479
|
+
date_created: z.ZodISODateTime;
|
|
480
|
+
}, z.core.$strip>;
|
|
983
481
|
export declare const zTokenUpdateInput: z.ZodObject<{
|
|
984
482
|
name: z.ZodOptional<z.ZodString>;
|
|
985
|
-
role: z.ZodOptional<z.ZodEnum<
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
},
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
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>;
|
|
993
506
|
export declare const zUsage: z.ZodObject<{
|
|
994
|
-
hour: z.
|
|
507
|
+
hour: z.ZodString;
|
|
995
508
|
cluster_id: z.ZodString;
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1002
|
-
value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1003
|
-
total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
|
|
1004
|
-
}, "strip", z.ZodTypeAny, {
|
|
1005
|
-
total: number | "";
|
|
1006
|
-
cpu: number | "";
|
|
1007
|
-
product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
|
|
1008
|
-
value: number | "";
|
|
1009
|
-
cluster_id: string;
|
|
1010
|
-
cluster_tier: "" | "basic" | "pro";
|
|
1011
|
-
node_name: string;
|
|
1012
|
-
sku: string;
|
|
1013
|
-
price: number | "";
|
|
1014
|
-
hour?: string | undefined;
|
|
1015
|
-
}, {
|
|
1016
|
-
total: number | "";
|
|
1017
|
-
cpu: number | "";
|
|
1018
|
-
product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
|
|
1019
|
-
value: number | "";
|
|
1020
|
-
cluster_id: string;
|
|
1021
|
-
cluster_tier: "" | "basic" | "pro";
|
|
1022
|
-
node_name: string;
|
|
1023
|
-
sku: string;
|
|
1024
|
-
price: number | "";
|
|
1025
|
-
hour?: string | undefined;
|
|
1026
|
-
}>;
|
|
509
|
+
product: z.ZodString;
|
|
510
|
+
value: z.ZodNumber;
|
|
511
|
+
price: z.ZodNumber;
|
|
512
|
+
total: z.ZodNumber;
|
|
513
|
+
}, z.core.$strip>;
|
|
1027
514
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
1028
|
-
email: z.
|
|
515
|
+
email: z.ZodEmail;
|
|
1029
516
|
first_name: z.ZodString;
|
|
1030
517
|
last_name: z.ZodString;
|
|
1031
518
|
code: z.ZodString;
|
|
1032
519
|
password: z.ZodString;
|
|
1033
|
-
status: z.ZodOptional<z.ZodEnum<
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
status?: "active" | "inactive" | undefined;
|
|
1043
|
-
}, {
|
|
1044
|
-
code: string;
|
|
1045
|
-
email: string;
|
|
1046
|
-
first_name: string;
|
|
1047
|
-
last_name: string;
|
|
1048
|
-
password: string;
|
|
1049
|
-
role?: "Administrator" | "User" | undefined;
|
|
1050
|
-
status?: "active" | "inactive" | undefined;
|
|
1051
|
-
}>;
|
|
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>;
|
|
1052
529
|
export declare const zUser: z.ZodObject<{
|
|
1053
|
-
email: z.
|
|
530
|
+
email: z.ZodEmail;
|
|
1054
531
|
first_name: z.ZodString;
|
|
1055
532
|
last_name: z.ZodString;
|
|
1056
|
-
role: z.ZodEnum<
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
date_created: string;
|
|
1068
|
-
}, {
|
|
1069
|
-
id: string;
|
|
1070
|
-
role: "Administrator" | "User";
|
|
1071
|
-
email: string;
|
|
1072
|
-
status: "active" | "inactive";
|
|
1073
|
-
first_name: string;
|
|
1074
|
-
last_name: string;
|
|
1075
|
-
date_created: string;
|
|
1076
|
-
}>;
|
|
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>;
|
|
1077
544
|
export declare const zUserUpdateInput: z.ZodObject<{
|
|
1078
|
-
email: z.ZodOptional<z.
|
|
545
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1079
546
|
first_name: z.ZodOptional<z.ZodString>;
|
|
1080
547
|
last_name: z.ZodOptional<z.ZodString>;
|
|
1081
|
-
role: z.ZodOptional<z.ZodEnum<
|
|
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
|
-
cpu: number | "";
|
|
1124
|
-
product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
|
|
1125
|
-
value: number | "";
|
|
1126
|
-
cluster_id: string;
|
|
1127
|
-
cluster_tier: "" | "basic" | "pro";
|
|
1128
|
-
node_name: string;
|
|
1129
|
-
sku: string;
|
|
1130
|
-
price: number | "";
|
|
1131
|
-
hour?: string | undefined;
|
|
1132
|
-
}>, "many">;
|
|
1133
|
-
/**
|
|
1134
|
-
* Current balance of the organization in USD as a floating-point number.
|
|
1135
|
-
*/
|
|
1136
|
-
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>;
|
|
1137
590
|
/**
|
|
1138
591
|
* Redacted payment card information.
|
|
1139
592
|
*/
|
|
1140
593
|
export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
1141
|
-
id: z.
|
|
594
|
+
id: z.ZodUUID;
|
|
1142
595
|
setup: z.ZodBoolean;
|
|
1143
|
-
type: z.ZodEnum<
|
|
596
|
+
type: z.ZodEnum<{
|
|
597
|
+
card: "card";
|
|
598
|
+
}>;
|
|
1144
599
|
last4: z.ZodString;
|
|
1145
|
-
exp_month: z.
|
|
1146
|
-
exp_year: z.
|
|
1147
|
-
brand: z.ZodEnum<
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
}>;
|
|
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>;
|
|
1165
619
|
/**
|
|
1166
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.
|
|
1167
621
|
*
|
|
1168
622
|
*/
|
|
1169
623
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
1170
624
|
id: z.ZodOptional<z.ZodString>;
|
|
1171
|
-
},
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
* Start date for the usage. Date of oldest data point to retrieve.
|
|
1178
|
-
*/
|
|
1179
|
-
export declare const zListInvoicesParameterStartDate: z.ZodString;
|
|
1180
|
-
/**
|
|
1181
|
-
* End date for the usage. Date of newest data point to retrieve.
|
|
1182
|
-
*/
|
|
1183
|
-
export declare const zListInvoicesParameterEndDate: z.ZodString;
|
|
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>;
|
|
1184
631
|
/**
|
|
1185
632
|
* An array of usage records.
|
|
1186
633
|
*/
|
|
1187
634
|
export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
1188
|
-
id: z.ZodOptional<z.
|
|
1189
|
-
|
|
1190
|
-
status: z.ZodOptional<z.
|
|
1191
|
-
|
|
1192
|
-
currency: z.ZodOptional<z.
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
1204
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
1205
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
1206
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
1207
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
1208
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
1209
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
1210
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
1211
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
1212
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1213
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
1214
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
1215
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
1216
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
1217
|
-
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"]>>;
|
|
1218
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1219
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
1220
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
1221
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
1222
|
-
}, "strip", z.ZodTypeAny, {
|
|
1223
|
-
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;
|
|
1224
|
-
id?: string | undefined;
|
|
1225
|
-
description?: string | undefined;
|
|
1226
|
-
amount?: number | undefined;
|
|
1227
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1228
|
-
productName?: string | undefined;
|
|
1229
|
-
planName?: string | undefined;
|
|
1230
|
-
phaseName?: string | undefined;
|
|
1231
|
-
usageName?: string | undefined;
|
|
1232
|
-
prettyProductName?: string | undefined;
|
|
1233
|
-
prettyPlanName?: string | undefined;
|
|
1234
|
-
prettyPhaseName?: string | undefined;
|
|
1235
|
-
prettyUsageName?: string | undefined;
|
|
1236
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1237
|
-
startDate?: string | undefined;
|
|
1238
|
-
endDate?: string | undefined;
|
|
1239
|
-
rate?: number | undefined;
|
|
1240
|
-
quantity?: number | undefined;
|
|
1241
|
-
itemDetails?: string | undefined;
|
|
1242
|
-
catalogEffectiveDate?: string | undefined;
|
|
1243
|
-
childItems?: unknown[] | undefined;
|
|
1244
|
-
}, {
|
|
1245
|
-
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;
|
|
1246
|
-
id?: string | undefined;
|
|
1247
|
-
description?: string | undefined;
|
|
1248
|
-
amount?: number | undefined;
|
|
1249
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1250
|
-
productName?: string | undefined;
|
|
1251
|
-
planName?: string | undefined;
|
|
1252
|
-
phaseName?: string | undefined;
|
|
1253
|
-
usageName?: string | undefined;
|
|
1254
|
-
prettyProductName?: string | undefined;
|
|
1255
|
-
prettyPlanName?: string | undefined;
|
|
1256
|
-
prettyPhaseName?: string | undefined;
|
|
1257
|
-
prettyUsageName?: string | undefined;
|
|
1258
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1259
|
-
startDate?: string | undefined;
|
|
1260
|
-
endDate?: string | undefined;
|
|
1261
|
-
rate?: number | undefined;
|
|
1262
|
-
quantity?: number | undefined;
|
|
1263
|
-
itemDetails?: string | undefined;
|
|
1264
|
-
catalogEffectiveDate?: string | undefined;
|
|
1265
|
-
childItems?: unknown[] | undefined;
|
|
1266
|
-
}>, "many">>;
|
|
1267
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1268
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1269
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
|
|
1270
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
1271
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
1272
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
1273
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
1274
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
1275
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
1276
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
1277
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
1278
|
-
itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
|
|
1279
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1280
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
1281
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
1282
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
1283
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
1284
|
-
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"]>>;
|
|
1285
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1286
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
1287
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
1288
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
1289
|
-
}, "strip", z.ZodTypeAny, {
|
|
1290
|
-
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;
|
|
1291
|
-
id?: string | undefined;
|
|
1292
|
-
description?: string | undefined;
|
|
1293
|
-
amount?: number | undefined;
|
|
1294
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1295
|
-
productName?: string | undefined;
|
|
1296
|
-
planName?: string | undefined;
|
|
1297
|
-
phaseName?: string | undefined;
|
|
1298
|
-
usageName?: string | undefined;
|
|
1299
|
-
prettyProductName?: string | undefined;
|
|
1300
|
-
prettyPlanName?: string | undefined;
|
|
1301
|
-
prettyPhaseName?: string | undefined;
|
|
1302
|
-
prettyUsageName?: string | undefined;
|
|
1303
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1304
|
-
startDate?: string | undefined;
|
|
1305
|
-
endDate?: string | undefined;
|
|
1306
|
-
rate?: number | undefined;
|
|
1307
|
-
quantity?: number | undefined;
|
|
1308
|
-
itemDetails?: string | undefined;
|
|
1309
|
-
catalogEffectiveDate?: string | undefined;
|
|
1310
|
-
childItems?: unknown[] | undefined;
|
|
1311
|
-
}, {
|
|
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
|
-
}>, "many">>;
|
|
1334
|
-
}, "strip", z.ZodTypeAny, {
|
|
1335
|
-
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;
|
|
1336
|
-
id?: string | undefined;
|
|
1337
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
1338
|
-
items?: {
|
|
1339
|
-
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;
|
|
1340
|
-
id?: string | undefined;
|
|
1341
|
-
description?: string | undefined;
|
|
1342
|
-
amount?: number | undefined;
|
|
1343
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1344
|
-
productName?: string | undefined;
|
|
1345
|
-
planName?: string | undefined;
|
|
1346
|
-
phaseName?: string | undefined;
|
|
1347
|
-
usageName?: string | undefined;
|
|
1348
|
-
prettyProductName?: string | undefined;
|
|
1349
|
-
prettyPlanName?: string | undefined;
|
|
1350
|
-
prettyPhaseName?: string | undefined;
|
|
1351
|
-
prettyUsageName?: string | undefined;
|
|
1352
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1353
|
-
startDate?: string | undefined;
|
|
1354
|
-
endDate?: string | undefined;
|
|
1355
|
-
rate?: number | undefined;
|
|
1356
|
-
quantity?: number | undefined;
|
|
1357
|
-
itemDetails?: string | undefined;
|
|
1358
|
-
catalogEffectiveDate?: string | undefined;
|
|
1359
|
-
childItems?: unknown[] | undefined;
|
|
1360
|
-
}[] | undefined;
|
|
1361
|
-
organizationId?: string | undefined;
|
|
1362
|
-
amount?: number | undefined;
|
|
1363
|
-
creditAdj?: number | undefined;
|
|
1364
|
-
refundAdj?: number | undefined;
|
|
1365
|
-
invoiceDate?: string | undefined;
|
|
1366
|
-
targetDate?: string | undefined;
|
|
1367
|
-
invoiceNumber?: string | undefined;
|
|
1368
|
-
balance?: number | undefined;
|
|
1369
|
-
bundleKeys?: string | undefined;
|
|
1370
|
-
credits?: {
|
|
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
|
-
}, {
|
|
1394
|
-
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;
|
|
1395
|
-
id?: string | undefined;
|
|
1396
|
-
status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
|
|
1397
|
-
items?: {
|
|
1398
|
-
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;
|
|
1399
|
-
id?: string | undefined;
|
|
1400
|
-
description?: string | undefined;
|
|
1401
|
-
amount?: number | undefined;
|
|
1402
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1403
|
-
productName?: string | undefined;
|
|
1404
|
-
planName?: string | undefined;
|
|
1405
|
-
phaseName?: string | undefined;
|
|
1406
|
-
usageName?: string | undefined;
|
|
1407
|
-
prettyProductName?: string | undefined;
|
|
1408
|
-
prettyPlanName?: string | undefined;
|
|
1409
|
-
prettyPhaseName?: string | undefined;
|
|
1410
|
-
prettyUsageName?: string | undefined;
|
|
1411
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1412
|
-
startDate?: string | undefined;
|
|
1413
|
-
endDate?: string | undefined;
|
|
1414
|
-
rate?: number | undefined;
|
|
1415
|
-
quantity?: number | undefined;
|
|
1416
|
-
itemDetails?: string | undefined;
|
|
1417
|
-
catalogEffectiveDate?: string | undefined;
|
|
1418
|
-
childItems?: unknown[] | undefined;
|
|
1419
|
-
}[] | undefined;
|
|
1420
|
-
organizationId?: string | undefined;
|
|
1421
|
-
amount?: number | undefined;
|
|
1422
|
-
creditAdj?: number | undefined;
|
|
1423
|
-
refundAdj?: number | undefined;
|
|
1424
|
-
invoiceDate?: string | undefined;
|
|
1425
|
-
targetDate?: string | undefined;
|
|
1426
|
-
invoiceNumber?: string | undefined;
|
|
1427
|
-
balance?: number | undefined;
|
|
1428
|
-
bundleKeys?: string | undefined;
|
|
1429
|
-
credits?: {
|
|
1430
|
-
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;
|
|
1431
|
-
id?: string | undefined;
|
|
1432
|
-
description?: string | undefined;
|
|
1433
|
-
amount?: number | undefined;
|
|
1434
|
-
linkedInvoiceItemId?: string | undefined;
|
|
1435
|
-
productName?: string | undefined;
|
|
1436
|
-
planName?: string | undefined;
|
|
1437
|
-
phaseName?: string | undefined;
|
|
1438
|
-
usageName?: string | undefined;
|
|
1439
|
-
prettyProductName?: string | undefined;
|
|
1440
|
-
prettyPlanName?: string | undefined;
|
|
1441
|
-
prettyPhaseName?: string | undefined;
|
|
1442
|
-
prettyUsageName?: string | undefined;
|
|
1443
|
-
itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
|
|
1444
|
-
startDate?: string | undefined;
|
|
1445
|
-
endDate?: string | undefined;
|
|
1446
|
-
rate?: number | undefined;
|
|
1447
|
-
quantity?: number | undefined;
|
|
1448
|
-
itemDetails?: string | undefined;
|
|
1449
|
-
catalogEffectiveDate?: string | undefined;
|
|
1450
|
-
childItems?: unknown[] | undefined;
|
|
1451
|
-
}[] | undefined;
|
|
1452
|
-
}>, "many">;
|
|
1453
|
-
/**
|
|
1454
|
-
* Unique invoice identifier. UUID v4 string in canonical form
|
|
1455
|
-
*/
|
|
1456
|
-
export declare const zGetInvoiceParameterId: z.ZodString;
|
|
1457
|
-
/**
|
|
1458
|
-
* Returns a single Invoice HTML representation under `html` property.
|
|
1459
|
-
*/
|
|
1460
|
-
export declare const zGetInvoiceResponse: z.ZodObject<{
|
|
1461
|
-
html: z.ZodOptional<z.ZodString>;
|
|
1462
|
-
}, "strip", z.ZodTypeAny, {
|
|
1463
|
-
html?: string | undefined;
|
|
1464
|
-
}, {
|
|
1465
|
-
html?: string | undefined;
|
|
1466
|
-
}>;
|
|
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>;
|
|
1467
650
|
/**
|
|
1468
651
|
* Returns a single object containing organization contact and billing address details.
|
|
1469
652
|
*/
|
|
@@ -1476,83 +659,287 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
1476
659
|
state: z.ZodOptional<z.ZodString>;
|
|
1477
660
|
country: z.ZodOptional<z.ZodString>;
|
|
1478
661
|
phone: z.ZodOptional<z.ZodString>;
|
|
1479
|
-
email: z.
|
|
1480
|
-
|
|
1481
|
-
last_name: z.ZodString;
|
|
662
|
+
email: z.ZodEmail;
|
|
663
|
+
individual_name: z.ZodString;
|
|
1482
664
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
1483
|
-
tax_id_type: z.ZodOptional<z.ZodEnum<
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
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>;
|
|
1513
796
|
export declare const zUpdateContactData: z.ZodObject<{
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
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>;
|
|
1556
943
|
/**
|
|
1557
944
|
* Successfully updated. Returns updated organization details.
|
|
1558
945
|
*/
|
|
@@ -1565,85 +952,175 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
1565
952
|
state: z.ZodOptional<z.ZodString>;
|
|
1566
953
|
country: z.ZodOptional<z.ZodString>;
|
|
1567
954
|
phone: z.ZodOptional<z.ZodString>;
|
|
1568
|
-
email: z.
|
|
1569
|
-
|
|
1570
|
-
last_name: z.ZodString;
|
|
955
|
+
email: z.ZodEmail;
|
|
956
|
+
individual_name: z.ZodString;
|
|
1571
957
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
1572
|
-
tax_id_type: z.ZodOptional<z.ZodEnum<
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
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>;
|
|
1602
1094
|
/**
|
|
1603
1095
|
* An array of the applied promotional credits records.
|
|
1604
1096
|
*/
|
|
1605
1097
|
export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
1606
1098
|
id: z.ZodOptional<z.ZodString>;
|
|
1607
|
-
|
|
1099
|
+
type: z.ZodEnum<{
|
|
1100
|
+
credit: "credit";
|
|
1101
|
+
discount: "discount";
|
|
1102
|
+
}>;
|
|
1103
|
+
date_start: z.ZodISODateTime;
|
|
1104
|
+
date_end: z.ZodOptional<z.ZodISODateTime>;
|
|
1608
1105
|
code: z.ZodString;
|
|
1609
1106
|
description: z.ZodOptional<z.ZodString>;
|
|
1610
|
-
|
|
1611
|
-
type: z.ZodEnum<["credit", "discount"]>;
|
|
1612
|
-
value: z.ZodNumber;
|
|
1613
|
-
billing_period: z.ZodString;
|
|
1107
|
+
value_total: z.ZodNumber;
|
|
1614
1108
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1615
|
-
},
|
|
1616
|
-
code: string;
|
|
1617
|
-
type: "credit" | "discount";
|
|
1618
|
-
value: number;
|
|
1619
|
-
date_created: string;
|
|
1620
|
-
billing_period: string;
|
|
1621
|
-
id?: string | undefined;
|
|
1622
|
-
description?: string | undefined;
|
|
1623
|
-
products?: string[] | undefined;
|
|
1624
|
-
value_remaining?: number | undefined;
|
|
1625
|
-
}, {
|
|
1626
|
-
code: string;
|
|
1627
|
-
type: "credit" | "discount";
|
|
1628
|
-
value: number;
|
|
1629
|
-
date_created: string;
|
|
1630
|
-
billing_period: string;
|
|
1631
|
-
id?: string | undefined;
|
|
1632
|
-
description?: string | undefined;
|
|
1633
|
-
products?: string[] | undefined;
|
|
1634
|
-
value_remaining?: number | undefined;
|
|
1635
|
-
}>, "many">;
|
|
1109
|
+
}, z.core.$strip>>;
|
|
1636
1110
|
export declare const zRedeemCreditsData: z.ZodObject<{
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
}>;
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
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>;
|
|
1647
1124
|
/**
|
|
1648
1125
|
* An array of charts
|
|
1649
1126
|
*/
|
|
@@ -1653,81 +1130,64 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1653
1130
|
name: z.ZodString;
|
|
1654
1131
|
namespace: z.ZodString;
|
|
1655
1132
|
chart: z.ZodString;
|
|
1656
|
-
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
|
+
}>;
|
|
1657
1149
|
version_current: z.ZodString;
|
|
1658
1150
|
created_at: z.ZodString;
|
|
1659
1151
|
updated_at: z.ZodString;
|
|
1660
1152
|
ready: z.ZodBoolean;
|
|
1661
|
-
},
|
|
1662
|
-
values: string;
|
|
1663
|
-
name: string;
|
|
1664
|
-
ready: boolean;
|
|
1665
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
1666
|
-
version_channel: string;
|
|
1667
|
-
namespace: string;
|
|
1668
|
-
chart: string;
|
|
1669
|
-
version_current: string;
|
|
1670
|
-
created_at: string;
|
|
1671
|
-
updated_at: string;
|
|
1672
|
-
}, {
|
|
1673
|
-
values: string;
|
|
1674
|
-
name: string;
|
|
1675
|
-
ready: boolean;
|
|
1676
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
1677
|
-
version_channel: string;
|
|
1678
|
-
namespace: string;
|
|
1679
|
-
chart: string;
|
|
1680
|
-
version_current: string;
|
|
1681
|
-
created_at: string;
|
|
1682
|
-
updated_at: string;
|
|
1683
|
-
}>, "many">;
|
|
1153
|
+
}, z.core.$strip>>;
|
|
1684
1154
|
export declare const zCreateChartData: z.ZodObject<{
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
},
|
|
1697
|
-
values: string;
|
|
1698
|
-
name: string;
|
|
1699
|
-
version_channel: string;
|
|
1700
|
-
namespace: string;
|
|
1701
|
-
chart: string;
|
|
1702
|
-
}>;
|
|
1703
|
-
/**
|
|
1704
|
-
* Unique identifier of the cluster. UUID v4 string in canonical form
|
|
1705
|
-
*/
|
|
1706
|
-
export declare const zCreateChartParameterClusterId: z.ZodString;
|
|
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>;
|
|
1707
1167
|
/**
|
|
1708
1168
|
* Successfully created. Returns created Chart ID.
|
|
1709
1169
|
*/
|
|
1710
1170
|
export declare const zCreateChartResponse: z.ZodString;
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
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>;
|
|
1719
1179
|
/**
|
|
1720
1180
|
* Successfully deleted.
|
|
1721
1181
|
*/
|
|
1722
1182
|
export declare const zDeleteChartResponse: z.ZodString;
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
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>;
|
|
1731
1191
|
/**
|
|
1732
1192
|
* Returns a single object containing chart details.
|
|
1733
1193
|
*/
|
|
@@ -1737,1285 +1197,880 @@ export declare const zGetChartResponse: z.ZodObject<{
|
|
|
1737
1197
|
name: z.ZodString;
|
|
1738
1198
|
namespace: z.ZodString;
|
|
1739
1199
|
chart: z.ZodString;
|
|
1740
|
-
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
|
+
}>;
|
|
1741
1216
|
version_current: z.ZodString;
|
|
1742
1217
|
created_at: z.ZodString;
|
|
1743
1218
|
updated_at: z.ZodString;
|
|
1744
1219
|
ready: z.ZodBoolean;
|
|
1745
|
-
},
|
|
1746
|
-
values: string;
|
|
1747
|
-
name: string;
|
|
1748
|
-
ready: boolean;
|
|
1749
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
1750
|
-
version_channel: string;
|
|
1751
|
-
namespace: string;
|
|
1752
|
-
chart: string;
|
|
1753
|
-
version_current: string;
|
|
1754
|
-
created_at: string;
|
|
1755
|
-
updated_at: string;
|
|
1756
|
-
}, {
|
|
1757
|
-
values: string;
|
|
1758
|
-
name: string;
|
|
1759
|
-
ready: boolean;
|
|
1760
|
-
status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
|
|
1761
|
-
version_channel: string;
|
|
1762
|
-
namespace: string;
|
|
1763
|
-
chart: string;
|
|
1764
|
-
version_current: string;
|
|
1765
|
-
created_at: string;
|
|
1766
|
-
updated_at: string;
|
|
1767
|
-
}>;
|
|
1220
|
+
}, z.core.$strip>;
|
|
1768
1221
|
export declare const zUpdateChartData: z.ZodObject<{
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
* Unique identifier of the cluster. UUID v4 string in canonical form
|
|
1780
|
-
*/
|
|
1781
|
-
export declare const zUpdateChartParameterClusterId: z.ZodString;
|
|
1782
|
-
/**
|
|
1783
|
-
* Chart deployment name as the unique identifier of the chart.
|
|
1784
|
-
*/
|
|
1785
|
-
export declare const zUpdateChartParameterChartName: z.ZodString;
|
|
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>;
|
|
1786
1232
|
/**
|
|
1787
1233
|
* Successfully updated.
|
|
1788
1234
|
*/
|
|
1789
1235
|
export declare const zUpdateChartResponse: z.ZodString;
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
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>;
|
|
1794
1243
|
/**
|
|
1795
1244
|
* An array of fleets
|
|
1796
1245
|
*/
|
|
1797
1246
|
export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
1798
1247
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1799
1248
|
cpu: z.ZodNumber;
|
|
1800
|
-
},
|
|
1801
|
-
cpu: number;
|
|
1802
|
-
}, {
|
|
1803
|
-
cpu: number;
|
|
1804
|
-
}>>;
|
|
1249
|
+
}, z.core.$strip>>;
|
|
1805
1250
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
1806
1251
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1807
1252
|
project: z.ZodString;
|
|
1808
|
-
},
|
|
1809
|
-
project: string;
|
|
1810
|
-
enabled: boolean;
|
|
1811
|
-
}, {
|
|
1812
|
-
project: string;
|
|
1813
|
-
enabled?: boolean | undefined;
|
|
1814
|
-
}>>;
|
|
1253
|
+
}, z.core.$strip>>;
|
|
1815
1254
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1816
1255
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1817
1256
|
apiKey: z.ZodString;
|
|
1818
|
-
},
|
|
1819
|
-
apiKey: string;
|
|
1820
|
-
enabled: boolean;
|
|
1821
|
-
}, {
|
|
1822
|
-
apiKey: string;
|
|
1823
|
-
enabled?: boolean | undefined;
|
|
1824
|
-
}>>;
|
|
1257
|
+
}, z.core.$strip>>;
|
|
1825
1258
|
aws: z.ZodOptional<z.ZodObject<{
|
|
1826
1259
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1827
1260
|
controllerRoleArn: z.ZodString;
|
|
1828
|
-
},
|
|
1829
|
-
controllerRoleArn: string;
|
|
1830
|
-
enabled: boolean;
|
|
1831
|
-
}, {
|
|
1832
|
-
controllerRoleArn: string;
|
|
1833
|
-
enabled?: boolean | undefined;
|
|
1834
|
-
}>>;
|
|
1261
|
+
}, z.core.$strip>>;
|
|
1835
1262
|
id: z.ZodString;
|
|
1836
|
-
},
|
|
1837
|
-
id: string;
|
|
1838
|
-
limits?: {
|
|
1839
|
-
cpu: number;
|
|
1840
|
-
} | undefined;
|
|
1841
|
-
gcp?: {
|
|
1842
|
-
project: string;
|
|
1843
|
-
enabled: boolean;
|
|
1844
|
-
} | undefined;
|
|
1845
|
-
hetzner?: {
|
|
1846
|
-
apiKey: string;
|
|
1847
|
-
enabled: boolean;
|
|
1848
|
-
} | undefined;
|
|
1849
|
-
aws?: {
|
|
1850
|
-
controllerRoleArn: string;
|
|
1851
|
-
enabled: boolean;
|
|
1852
|
-
} | undefined;
|
|
1853
|
-
}, {
|
|
1854
|
-
id: string;
|
|
1855
|
-
limits?: {
|
|
1856
|
-
cpu: number;
|
|
1857
|
-
} | undefined;
|
|
1858
|
-
gcp?: {
|
|
1859
|
-
project: string;
|
|
1860
|
-
enabled?: boolean | undefined;
|
|
1861
|
-
} | undefined;
|
|
1862
|
-
hetzner?: {
|
|
1863
|
-
apiKey: string;
|
|
1864
|
-
enabled?: boolean | undefined;
|
|
1865
|
-
} | undefined;
|
|
1866
|
-
aws?: {
|
|
1867
|
-
controllerRoleArn: string;
|
|
1868
|
-
enabled?: boolean | undefined;
|
|
1869
|
-
} | undefined;
|
|
1870
|
-
}>, "many">;
|
|
1263
|
+
}, z.core.$strip>>;
|
|
1871
1264
|
export declare const zCreateFleetData: z.ZodObject<{
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
},
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
}, {
|
|
1896
|
-
apiKey: string;
|
|
1897
|
-
enabled?: boolean | undefined;
|
|
1898
|
-
}>>;
|
|
1899
|
-
aws: z.ZodOptional<z.ZodObject<{
|
|
1900
|
-
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1901
|
-
controllerRoleArn: z.ZodString;
|
|
1902
|
-
}, "strip", z.ZodTypeAny, {
|
|
1903
|
-
controllerRoleArn: string;
|
|
1904
|
-
enabled: boolean;
|
|
1905
|
-
}, {
|
|
1906
|
-
controllerRoleArn: string;
|
|
1907
|
-
enabled?: boolean | undefined;
|
|
1908
|
-
}>>;
|
|
1909
|
-
id: z.ZodString;
|
|
1910
|
-
}, "strip", z.ZodTypeAny, {
|
|
1911
|
-
id: string;
|
|
1912
|
-
limits?: {
|
|
1913
|
-
cpu: number;
|
|
1914
|
-
} | undefined;
|
|
1915
|
-
gcp?: {
|
|
1916
|
-
project: string;
|
|
1917
|
-
enabled: boolean;
|
|
1918
|
-
} | undefined;
|
|
1919
|
-
hetzner?: {
|
|
1920
|
-
apiKey: string;
|
|
1921
|
-
enabled: boolean;
|
|
1922
|
-
} | undefined;
|
|
1923
|
-
aws?: {
|
|
1924
|
-
controllerRoleArn: string;
|
|
1925
|
-
enabled: boolean;
|
|
1926
|
-
} | undefined;
|
|
1927
|
-
}, {
|
|
1928
|
-
id: string;
|
|
1929
|
-
limits?: {
|
|
1930
|
-
cpu: number;
|
|
1931
|
-
} | undefined;
|
|
1932
|
-
gcp?: {
|
|
1933
|
-
project: string;
|
|
1934
|
-
enabled?: boolean | undefined;
|
|
1935
|
-
} | undefined;
|
|
1936
|
-
hetzner?: {
|
|
1937
|
-
apiKey: string;
|
|
1938
|
-
enabled?: boolean | undefined;
|
|
1939
|
-
} | undefined;
|
|
1940
|
-
aws?: {
|
|
1941
|
-
controllerRoleArn: string;
|
|
1942
|
-
enabled?: boolean | undefined;
|
|
1943
|
-
} | undefined;
|
|
1944
|
-
}>;
|
|
1945
|
-
/**
|
|
1946
|
-
* Unique identifier of the cluster. UUID v4 string in canonical form
|
|
1947
|
-
*/
|
|
1948
|
-
export declare const zCreateFleetParameterClusterId: z.ZodString;
|
|
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>;
|
|
1949
1288
|
/**
|
|
1950
1289
|
* Successfully created. Returns created Fleet ID.
|
|
1951
1290
|
*/
|
|
1952
1291
|
export declare const zCreateFleetResponse: z.ZodString;
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
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>;
|
|
1961
1300
|
/**
|
|
1962
1301
|
* Successfully deleted.
|
|
1963
1302
|
*/
|
|
1964
1303
|
export declare const zDeleteFleetResponse: z.ZodString;
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
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>;
|
|
1973
1312
|
/**
|
|
1974
1313
|
* Returns a single object containing fleet details.
|
|
1975
1314
|
*/
|
|
1976
1315
|
export declare const zGetFleetResponse: z.ZodObject<{
|
|
1977
1316
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1978
1317
|
cpu: z.ZodNumber;
|
|
1979
|
-
},
|
|
1980
|
-
cpu: number;
|
|
1981
|
-
}, {
|
|
1982
|
-
cpu: number;
|
|
1983
|
-
}>>;
|
|
1318
|
+
}, z.core.$strip>>;
|
|
1984
1319
|
gcp: z.ZodOptional<z.ZodObject<{
|
|
1985
1320
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1986
1321
|
project: z.ZodString;
|
|
1987
|
-
},
|
|
1988
|
-
project: string;
|
|
1989
|
-
enabled: boolean;
|
|
1990
|
-
}, {
|
|
1991
|
-
project: string;
|
|
1992
|
-
enabled?: boolean | undefined;
|
|
1993
|
-
}>>;
|
|
1322
|
+
}, z.core.$strip>>;
|
|
1994
1323
|
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1995
1324
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1996
1325
|
apiKey: z.ZodString;
|
|
1997
|
-
},
|
|
1998
|
-
apiKey: string;
|
|
1999
|
-
enabled: boolean;
|
|
2000
|
-
}, {
|
|
2001
|
-
apiKey: string;
|
|
2002
|
-
enabled?: boolean | undefined;
|
|
2003
|
-
}>>;
|
|
1326
|
+
}, z.core.$strip>>;
|
|
2004
1327
|
aws: z.ZodOptional<z.ZodObject<{
|
|
2005
1328
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2006
1329
|
controllerRoleArn: z.ZodString;
|
|
2007
|
-
},
|
|
2008
|
-
controllerRoleArn: string;
|
|
2009
|
-
enabled: boolean;
|
|
2010
|
-
}, {
|
|
2011
|
-
controllerRoleArn: string;
|
|
2012
|
-
enabled?: boolean | undefined;
|
|
2013
|
-
}>>;
|
|
1330
|
+
}, z.core.$strip>>;
|
|
2014
1331
|
id: z.ZodString;
|
|
2015
|
-
},
|
|
2016
|
-
id: string;
|
|
2017
|
-
limits?: {
|
|
2018
|
-
cpu: number;
|
|
2019
|
-
} | undefined;
|
|
2020
|
-
gcp?: {
|
|
2021
|
-
project: string;
|
|
2022
|
-
enabled: boolean;
|
|
2023
|
-
} | undefined;
|
|
2024
|
-
hetzner?: {
|
|
2025
|
-
apiKey: string;
|
|
2026
|
-
enabled: boolean;
|
|
2027
|
-
} | undefined;
|
|
2028
|
-
aws?: {
|
|
2029
|
-
controllerRoleArn: string;
|
|
2030
|
-
enabled: boolean;
|
|
2031
|
-
} | undefined;
|
|
2032
|
-
}, {
|
|
2033
|
-
id: string;
|
|
2034
|
-
limits?: {
|
|
2035
|
-
cpu: number;
|
|
2036
|
-
} | undefined;
|
|
2037
|
-
gcp?: {
|
|
2038
|
-
project: string;
|
|
2039
|
-
enabled?: boolean | undefined;
|
|
2040
|
-
} | undefined;
|
|
2041
|
-
hetzner?: {
|
|
2042
|
-
apiKey: string;
|
|
2043
|
-
enabled?: boolean | undefined;
|
|
2044
|
-
} | undefined;
|
|
2045
|
-
aws?: {
|
|
2046
|
-
controllerRoleArn: string;
|
|
2047
|
-
enabled?: boolean | undefined;
|
|
2048
|
-
} | undefined;
|
|
2049
|
-
}>;
|
|
1332
|
+
}, z.core.$strip>;
|
|
2050
1333
|
export declare const zUpdateFleetData: z.ZodObject<{
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
},
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
}, {
|
|
2075
|
-
apiKey: string;
|
|
2076
|
-
enabled?: boolean | undefined;
|
|
2077
|
-
}>>;
|
|
2078
|
-
aws: z.ZodOptional<z.ZodObject<{
|
|
2079
|
-
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2080
|
-
controllerRoleArn: z.ZodString;
|
|
2081
|
-
}, "strip", z.ZodTypeAny, {
|
|
2082
|
-
controllerRoleArn: string;
|
|
2083
|
-
enabled: boolean;
|
|
2084
|
-
}, {
|
|
2085
|
-
controllerRoleArn: string;
|
|
2086
|
-
enabled?: boolean | undefined;
|
|
2087
|
-
}>>;
|
|
2088
|
-
}, "strip", z.ZodTypeAny, {
|
|
2089
|
-
limits?: {
|
|
2090
|
-
cpu: number;
|
|
2091
|
-
} | undefined;
|
|
2092
|
-
gcp?: {
|
|
2093
|
-
project: string;
|
|
2094
|
-
enabled: boolean;
|
|
2095
|
-
} | undefined;
|
|
2096
|
-
hetzner?: {
|
|
2097
|
-
apiKey: string;
|
|
2098
|
-
enabled: boolean;
|
|
2099
|
-
} | undefined;
|
|
2100
|
-
aws?: {
|
|
2101
|
-
controllerRoleArn: string;
|
|
2102
|
-
enabled: boolean;
|
|
2103
|
-
} | undefined;
|
|
2104
|
-
}, {
|
|
2105
|
-
limits?: {
|
|
2106
|
-
cpu: number;
|
|
2107
|
-
} | undefined;
|
|
2108
|
-
gcp?: {
|
|
2109
|
-
project: string;
|
|
2110
|
-
enabled?: boolean | undefined;
|
|
2111
|
-
} | undefined;
|
|
2112
|
-
hetzner?: {
|
|
2113
|
-
apiKey: string;
|
|
2114
|
-
enabled?: boolean | undefined;
|
|
2115
|
-
} | undefined;
|
|
2116
|
-
aws?: {
|
|
2117
|
-
controllerRoleArn: string;
|
|
2118
|
-
enabled?: boolean | undefined;
|
|
2119
|
-
} | undefined;
|
|
2120
|
-
}>;
|
|
2121
|
-
/**
|
|
2122
|
-
* Unique identifier of the cluster. UUID v4 string in canonical form
|
|
2123
|
-
*/
|
|
2124
|
-
export declare const zUpdateFleetParameterClusterId: z.ZodString;
|
|
2125
|
-
/**
|
|
2126
|
-
* Unique identifier of the fleet. UUID v4 string in canonical form
|
|
2127
|
-
*/
|
|
2128
|
-
export declare const zUpdateFleetParameterFleetName: z.ZodString;
|
|
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>;
|
|
2129
1357
|
/**
|
|
2130
1358
|
* Successfully updated.
|
|
2131
1359
|
*/
|
|
2132
1360
|
export declare const zUpdateFleetResponse: z.ZodString;
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
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>;
|
|
2137
1373
|
/**
|
|
2138
1374
|
* An array of clusters
|
|
2139
1375
|
*/
|
|
2140
1376
|
export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
2141
1377
|
name: z.ZodString;
|
|
2142
|
-
tier: z.ZodEnum<
|
|
2143
|
-
|
|
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
|
+
}>>;
|
|
2144
1388
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2145
|
-
id: z.
|
|
2146
|
-
status: z.ZodEnum<
|
|
2147
|
-
|
|
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
|
+
}>]>>;
|
|
2148
1402
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
2149
1403
|
version_current: z.ZodOptional<z.ZodString>;
|
|
2150
1404
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2151
1405
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2152
1406
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
2153
|
-
},
|
|
2154
|
-
name: string;
|
|
2155
|
-
id: string;
|
|
2156
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
2157
|
-
version_channel: string;
|
|
2158
|
-
tier: "basic" | "pro";
|
|
2159
|
-
ready?: boolean | undefined;
|
|
2160
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
|
|
2161
|
-
version_current?: string | undefined;
|
|
2162
|
-
created_at?: string | undefined;
|
|
2163
|
-
updated_at?: string | undefined;
|
|
2164
|
-
endpoint?: string | undefined;
|
|
2165
|
-
certificate_ca?: string | undefined;
|
|
2166
|
-
}, {
|
|
2167
|
-
name: string;
|
|
2168
|
-
id: string;
|
|
2169
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
2170
|
-
tier: "basic" | "pro";
|
|
2171
|
-
ready?: boolean | undefined;
|
|
2172
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
|
|
2173
|
-
version_channel?: string | undefined;
|
|
2174
|
-
version_current?: string | undefined;
|
|
2175
|
-
created_at?: string | undefined;
|
|
2176
|
-
updated_at?: string | undefined;
|
|
2177
|
-
endpoint?: string | undefined;
|
|
2178
|
-
certificate_ca?: string | undefined;
|
|
2179
|
-
}>, "many">;
|
|
1407
|
+
}, z.core.$strip>>;
|
|
2180
1408
|
export declare const zCreateClusterData: z.ZodObject<{
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
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>;
|
|
2196
1426
|
/**
|
|
2197
1427
|
* Successfully created. Returns created Cluster ID.
|
|
2198
1428
|
*/
|
|
2199
1429
|
export declare const zCreateClusterResponse: z.ZodString;
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
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>;
|
|
2204
1437
|
/**
|
|
2205
1438
|
* Successfully deleted.
|
|
2206
1439
|
*/
|
|
2207
1440
|
export declare const zDeleteClusterResponse: z.ZodString;
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
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>;
|
|
2212
1448
|
/**
|
|
2213
1449
|
* Returns a single object containing cluster details.
|
|
2214
1450
|
*/
|
|
2215
1451
|
export declare const zGetClusterResponse: z.ZodObject<{
|
|
2216
1452
|
name: z.ZodString;
|
|
2217
|
-
tier: z.ZodEnum<
|
|
2218
|
-
|
|
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
|
+
}>>;
|
|
2219
1463
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2220
|
-
id: z.
|
|
2221
|
-
status: z.ZodEnum<
|
|
2222
|
-
|
|
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
|
+
}>]>>;
|
|
2223
1477
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
2224
1478
|
version_current: z.ZodOptional<z.ZodString>;
|
|
2225
1479
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2226
1480
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2227
1481
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
2228
|
-
},
|
|
2229
|
-
name: string;
|
|
2230
|
-
id: string;
|
|
2231
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
2232
|
-
version_channel: string;
|
|
2233
|
-
tier: "basic" | "pro";
|
|
2234
|
-
ready?: boolean | undefined;
|
|
2235
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
|
|
2236
|
-
version_current?: string | undefined;
|
|
2237
|
-
created_at?: string | undefined;
|
|
2238
|
-
updated_at?: string | undefined;
|
|
2239
|
-
endpoint?: string | undefined;
|
|
2240
|
-
certificate_ca?: string | undefined;
|
|
2241
|
-
}, {
|
|
2242
|
-
name: string;
|
|
2243
|
-
id: string;
|
|
2244
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
2245
|
-
tier: "basic" | "pro";
|
|
2246
|
-
ready?: boolean | undefined;
|
|
2247
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
|
|
2248
|
-
version_channel?: string | undefined;
|
|
2249
|
-
version_current?: string | undefined;
|
|
2250
|
-
created_at?: string | undefined;
|
|
2251
|
-
updated_at?: string | undefined;
|
|
2252
|
-
endpoint?: string | undefined;
|
|
2253
|
-
certificate_ca?: string | undefined;
|
|
2254
|
-
}>;
|
|
1482
|
+
}, z.core.$strip>;
|
|
2255
1483
|
export declare const zUpdateClusterData: z.ZodObject<{
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
},
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
* Unique identifier of the cluster. UUID v4 string in canonical form
|
|
2270
|
-
*/
|
|
2271
|
-
export declare const zUpdateClusterParameterClusterId: z.ZodString;
|
|
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>;
|
|
2272
1497
|
/**
|
|
2273
1498
|
* Successfully updated. Returns updated cluster details.
|
|
2274
1499
|
*/
|
|
2275
1500
|
export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
2276
1501
|
name: z.ZodString;
|
|
2277
|
-
tier: z.ZodEnum<
|
|
2278
|
-
|
|
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
|
+
}>>;
|
|
2279
1512
|
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2280
|
-
id: z.
|
|
2281
|
-
status: z.ZodEnum<
|
|
2282
|
-
|
|
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
|
+
}>]>>;
|
|
2283
1526
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
2284
1527
|
version_current: z.ZodOptional<z.ZodString>;
|
|
2285
1528
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2286
1529
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2287
1530
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
2288
|
-
},
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
version_current?: string | undefined;
|
|
2297
|
-
created_at?: string | undefined;
|
|
2298
|
-
updated_at?: string | undefined;
|
|
2299
|
-
endpoint?: string | undefined;
|
|
2300
|
-
certificate_ca?: string | undefined;
|
|
2301
|
-
}, {
|
|
2302
|
-
name: string;
|
|
2303
|
-
id: string;
|
|
2304
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
2305
|
-
tier: "basic" | "pro";
|
|
2306
|
-
ready?: boolean | undefined;
|
|
2307
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
|
|
2308
|
-
version_channel?: string | undefined;
|
|
2309
|
-
version_current?: string | undefined;
|
|
2310
|
-
created_at?: string | undefined;
|
|
2311
|
-
updated_at?: string | undefined;
|
|
2312
|
-
endpoint?: string | undefined;
|
|
2313
|
-
certificate_ca?: string | undefined;
|
|
2314
|
-
}>;
|
|
2315
|
-
/**
|
|
2316
|
-
* Unique identifier of the cluster. UUID v4 string in canonical form
|
|
2317
|
-
*/
|
|
2318
|
-
export declare const zGetJoinInformationParameterClusterId: z.ZodString;
|
|
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>;
|
|
2319
1539
|
/**
|
|
2320
1540
|
* An object of cluster join information
|
|
2321
1541
|
*/
|
|
2322
1542
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
created_at?: string | undefined;
|
|
2345
|
-
updated_at?: string | undefined;
|
|
2346
|
-
endpoint?: string | undefined;
|
|
2347
|
-
certificate_ca?: string | undefined;
|
|
2348
|
-
}, {
|
|
2349
|
-
name: string;
|
|
2350
|
-
id: string;
|
|
2351
|
-
status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
|
|
2352
|
-
tier: "basic" | "pro";
|
|
2353
|
-
ready?: boolean | undefined;
|
|
2354
|
-
region?: "staging" | "northamerica-central-1" | "europe-central-1a" | undefined;
|
|
2355
|
-
version_channel?: string | undefined;
|
|
2356
|
-
version_current?: string | undefined;
|
|
2357
|
-
created_at?: string | undefined;
|
|
2358
|
-
updated_at?: string | undefined;
|
|
2359
|
-
endpoint?: string | undefined;
|
|
2360
|
-
certificate_ca?: string | undefined;
|
|
2361
|
-
}>;
|
|
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>;
|
|
2362
1564
|
/**
|
|
2363
1565
|
* An array of invites
|
|
2364
1566
|
*/
|
|
2365
1567
|
export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
2366
1568
|
id: z.ZodOptional<z.ZodString>;
|
|
2367
|
-
organization_id: z.ZodOptional<z.
|
|
2368
|
-
date_created: z.
|
|
2369
|
-
email: z.ZodOptional<z.
|
|
1569
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
1570
|
+
date_created: z.ZodISODateTime;
|
|
1571
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2370
1572
|
code: z.ZodOptional<z.ZodString>;
|
|
2371
|
-
},
|
|
2372
|
-
date_created: string;
|
|
2373
|
-
code?: string | undefined;
|
|
2374
|
-
id?: string | undefined;
|
|
2375
|
-
email?: string | undefined;
|
|
2376
|
-
organization_id?: string | undefined;
|
|
2377
|
-
}, {
|
|
2378
|
-
date_created: string;
|
|
2379
|
-
code?: string | undefined;
|
|
2380
|
-
id?: string | undefined;
|
|
2381
|
-
email?: string | undefined;
|
|
2382
|
-
organization_id?: string | undefined;
|
|
2383
|
-
}>, "many">;
|
|
1573
|
+
}, z.core.$strip>>;
|
|
2384
1574
|
export declare const zCreateInviteData: z.ZodObject<{
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
}>;
|
|
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>;
|
|
2391
1581
|
/**
|
|
2392
1582
|
* Successfully created. Returns created invite details.
|
|
2393
1583
|
*/
|
|
2394
1584
|
export declare const zCreateInviteResponse: z.ZodObject<{
|
|
2395
1585
|
id: z.ZodOptional<z.ZodString>;
|
|
2396
|
-
organization_id: z.ZodOptional<z.
|
|
2397
|
-
date_created: z.
|
|
2398
|
-
email: z.ZodOptional<z.
|
|
1586
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
1587
|
+
date_created: z.ZodISODateTime;
|
|
1588
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2399
1589
|
code: z.ZodOptional<z.ZodString>;
|
|
2400
|
-
},
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
code?: string | undefined;
|
|
2409
|
-
id?: string | undefined;
|
|
2410
|
-
email?: string | undefined;
|
|
2411
|
-
organization_id?: string | undefined;
|
|
2412
|
-
}>;
|
|
2413
|
-
/**
|
|
2414
|
-
* Invitation code
|
|
2415
|
-
*/
|
|
2416
|
-
export declare const zGetInviteParameterCode: z.ZodString;
|
|
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>;
|
|
2417
1598
|
/**
|
|
2418
1599
|
* Returns a single object containing invite details.
|
|
2419
1600
|
*/
|
|
2420
1601
|
export declare const zGetInviteResponse: z.ZodObject<{
|
|
2421
1602
|
id: z.ZodOptional<z.ZodString>;
|
|
2422
|
-
organization_id: z.ZodOptional<z.
|
|
2423
|
-
date_created: z.
|
|
2424
|
-
email: z.ZodOptional<z.
|
|
1603
|
+
organization_id: z.ZodOptional<z.ZodUUID>;
|
|
1604
|
+
date_created: z.ZodISODateTime;
|
|
1605
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2425
1606
|
code: z.ZodOptional<z.ZodString>;
|
|
2426
|
-
},
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
}>;
|
|
2439
|
-
/**
|
|
2440
|
-
* User email address
|
|
2441
|
-
*/
|
|
2442
|
-
export declare const zDeleteInviteParameterEmail: z.ZodString;
|
|
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>;
|
|
2443
1620
|
/**
|
|
2444
1621
|
* An array of chart listings in the marketplace.
|
|
2445
1622
|
*/
|
|
2446
1623
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
2447
|
-
id: z.ZodString;
|
|
2448
1624
|
name: z.ZodString;
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
version_channels: z.ZodArray<z.ZodString, "many">;
|
|
2455
|
-
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;
|
|
2456
1630
|
version: z.ZodString;
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
}
|
|
2468
|
-
},
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
logoUrl: string;
|
|
2474
|
-
longDescription: string;
|
|
2475
|
-
categories: string[];
|
|
2476
|
-
version_channels: string[];
|
|
2477
|
-
value_schemas: {
|
|
2478
|
-
version: string;
|
|
2479
|
-
schema: string;
|
|
2480
|
-
placeholder: string;
|
|
2481
|
-
}[];
|
|
2482
|
-
}, {
|
|
2483
|
-
name: string;
|
|
2484
|
-
id: string;
|
|
2485
|
-
description: string;
|
|
2486
|
-
developer: string;
|
|
2487
|
-
logoUrl: string;
|
|
2488
|
-
longDescription: string;
|
|
2489
|
-
categories: string[];
|
|
2490
|
-
version_channels: string[];
|
|
2491
|
-
value_schemas: {
|
|
2492
|
-
version: string;
|
|
2493
|
-
schema: string;
|
|
2494
|
-
placeholder: string;
|
|
2495
|
-
}[];
|
|
2496
|
-
}>, "many">;
|
|
2497
|
-
/**
|
|
2498
|
-
* Unique identifier of the chart listing in the marketplace.
|
|
2499
|
-
*/
|
|
2500
|
-
export declare const zGetMarketplaceChartParameterListingId: z.ZodString;
|
|
2501
|
-
/**
|
|
2502
|
-
* Returns an object containing the chart listing details.
|
|
2503
|
-
*/
|
|
2504
|
-
export declare const zGetMarketplaceChartResponse: z.ZodObject<{
|
|
2505
|
-
id: z.ZodString;
|
|
2506
|
-
name: z.ZodString;
|
|
2507
|
-
developer: z.ZodString;
|
|
2508
|
-
description: z.ZodString;
|
|
2509
|
-
logoUrl: z.ZodString;
|
|
2510
|
-
longDescription: z.ZodString;
|
|
2511
|
-
categories: z.ZodArray<z.ZodString, "many">;
|
|
2512
|
-
version_channels: z.ZodArray<z.ZodString, "many">;
|
|
2513
|
-
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;
|
|
2514
1647
|
version: z.ZodString;
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
}[];
|
|
2554
|
-
}>;
|
|
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>;
|
|
2555
1686
|
/**
|
|
2556
1687
|
* Returns a single object containing organization details.
|
|
2557
1688
|
*/
|
|
2558
1689
|
export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
2559
|
-
id: z.
|
|
1690
|
+
id: z.ZodUUID;
|
|
2560
1691
|
name: z.ZodOptional<z.ZodString>;
|
|
2561
|
-
date_created: z.
|
|
1692
|
+
date_created: z.ZodISODateTime;
|
|
2562
1693
|
quota: z.ZodObject<{
|
|
2563
|
-
basic_clusters_max: z.
|
|
2564
|
-
basic_clusters_available: z.
|
|
2565
|
-
pro_clusters_max: z.
|
|
2566
|
-
pro_clusters_available: z.
|
|
2567
|
-
fleets_max: z.
|
|
2568
|
-
cluster_tiers: z.ZodArray<z.ZodString
|
|
2569
|
-
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>;
|
|
2570
1701
|
versions: z.ZodArray<z.ZodObject<{
|
|
2571
1702
|
id: z.ZodString;
|
|
2572
1703
|
label: z.ZodString;
|
|
2573
|
-
},
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
}>, "many">;
|
|
2580
|
-
}, "strip", z.ZodTypeAny, {
|
|
2581
|
-
versions: {
|
|
2582
|
-
id: string;
|
|
2583
|
-
label: string;
|
|
2584
|
-
}[];
|
|
2585
|
-
basic_clusters_max: number;
|
|
2586
|
-
basic_clusters_available: number;
|
|
2587
|
-
pro_clusters_max: number;
|
|
2588
|
-
pro_clusters_available: number;
|
|
2589
|
-
fleets_max: number;
|
|
2590
|
-
cluster_tiers: string[];
|
|
2591
|
-
regions: string[];
|
|
2592
|
-
}, {
|
|
2593
|
-
versions: {
|
|
2594
|
-
id: string;
|
|
2595
|
-
label: string;
|
|
2596
|
-
}[];
|
|
2597
|
-
basic_clusters_max: number;
|
|
2598
|
-
basic_clusters_available: number;
|
|
2599
|
-
pro_clusters_max: number;
|
|
2600
|
-
pro_clusters_available: number;
|
|
2601
|
-
fleets_max: number;
|
|
2602
|
-
cluster_tiers: string[];
|
|
2603
|
-
regions: string[];
|
|
1704
|
+
}, z.core.$strip>>;
|
|
1705
|
+
}, z.core.$strip>;
|
|
1706
|
+
status: z.ZodEnum<{
|
|
1707
|
+
active: "active";
|
|
1708
|
+
closed: "closed";
|
|
1709
|
+
suspended: "suspended";
|
|
2604
1710
|
}>;
|
|
2605
|
-
|
|
2606
|
-
}, "strip", z.ZodTypeAny, {
|
|
2607
|
-
id: string;
|
|
2608
|
-
status: "active" | "closed" | "suspended";
|
|
2609
|
-
date_created: string;
|
|
2610
|
-
quota: {
|
|
2611
|
-
versions: {
|
|
2612
|
-
id: string;
|
|
2613
|
-
label: string;
|
|
2614
|
-
}[];
|
|
2615
|
-
basic_clusters_max: number;
|
|
2616
|
-
basic_clusters_available: number;
|
|
2617
|
-
pro_clusters_max: number;
|
|
2618
|
-
pro_clusters_available: number;
|
|
2619
|
-
fleets_max: number;
|
|
2620
|
-
cluster_tiers: string[];
|
|
2621
|
-
regions: string[];
|
|
2622
|
-
};
|
|
2623
|
-
name?: string | undefined;
|
|
2624
|
-
}, {
|
|
2625
|
-
id: string;
|
|
2626
|
-
status: "active" | "closed" | "suspended";
|
|
2627
|
-
date_created: string;
|
|
2628
|
-
quota: {
|
|
2629
|
-
versions: {
|
|
2630
|
-
id: string;
|
|
2631
|
-
label: string;
|
|
2632
|
-
}[];
|
|
2633
|
-
basic_clusters_max: number;
|
|
2634
|
-
basic_clusters_available: number;
|
|
2635
|
-
pro_clusters_max: number;
|
|
2636
|
-
pro_clusters_available: number;
|
|
2637
|
-
fleets_max: number;
|
|
2638
|
-
cluster_tiers: string[];
|
|
2639
|
-
regions: string[];
|
|
2640
|
-
};
|
|
2641
|
-
name?: string | undefined;
|
|
2642
|
-
}>;
|
|
1711
|
+
}, z.core.$strip>;
|
|
2643
1712
|
export declare const zCreateOrganizationData: z.ZodObject<{
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
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>;
|
|
2662
1805
|
/**
|
|
2663
1806
|
* Returns a list of access token details with masked secrets.
|
|
2664
1807
|
*/
|
|
2665
1808
|
export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
2666
1809
|
name: z.ZodString;
|
|
2667
|
-
role: z.ZodEnum<
|
|
1810
|
+
role: z.ZodEnum<{
|
|
1811
|
+
Administrator: "Administrator";
|
|
1812
|
+
User: "User";
|
|
1813
|
+
}>;
|
|
2668
1814
|
id: z.ZodOptional<z.ZodString>;
|
|
2669
1815
|
secret: z.ZodOptional<z.ZodString>;
|
|
2670
|
-
date_created: z.
|
|
2671
|
-
},
|
|
2672
|
-
name: string;
|
|
2673
|
-
role: "Administrator" | "User";
|
|
2674
|
-
date_created: string;
|
|
2675
|
-
id?: string | undefined;
|
|
2676
|
-
secret?: string | undefined;
|
|
2677
|
-
}, {
|
|
2678
|
-
name: string;
|
|
2679
|
-
role: "Administrator" | "User";
|
|
2680
|
-
date_created: string;
|
|
2681
|
-
id?: string | undefined;
|
|
2682
|
-
secret?: string | undefined;
|
|
2683
|
-
}>, "many">;
|
|
1816
|
+
date_created: z.ZodISODateTime;
|
|
1817
|
+
}, z.core.$strip>>;
|
|
2684
1818
|
export declare const zCreateTokenData: z.ZodObject<{
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
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>;
|
|
2694
1829
|
/**
|
|
2695
1830
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
2696
1831
|
*/
|
|
2697
1832
|
export declare const zCreateTokenResponse: z.ZodObject<{
|
|
2698
1833
|
name: z.ZodString;
|
|
2699
|
-
role: z.ZodEnum<
|
|
1834
|
+
role: z.ZodEnum<{
|
|
1835
|
+
Administrator: "Administrator";
|
|
1836
|
+
User: "User";
|
|
1837
|
+
}>;
|
|
2700
1838
|
id: z.ZodOptional<z.ZodString>;
|
|
2701
1839
|
secret: z.ZodOptional<z.ZodString>;
|
|
2702
|
-
date_created: z.
|
|
2703
|
-
},
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
}>;
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
*/
|
|
2719
|
-
export declare const zDeleteTokenParameterTokenId: z.ZodString;
|
|
2720
|
-
/**
|
|
2721
|
-
* Generated unique identifier of the access token.
|
|
2722
|
-
*/
|
|
2723
|
-
export declare const zGetTokenParameterTokenId: z.ZodString;
|
|
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>;
|
|
2724
1856
|
/**
|
|
2725
1857
|
* Returns access token details with masked secret.
|
|
2726
1858
|
*/
|
|
2727
1859
|
export declare const zGetTokenResponse: z.ZodObject<{
|
|
2728
1860
|
name: z.ZodString;
|
|
2729
|
-
role: z.ZodEnum<
|
|
1861
|
+
role: z.ZodEnum<{
|
|
1862
|
+
Administrator: "Administrator";
|
|
1863
|
+
User: "User";
|
|
1864
|
+
}>;
|
|
2730
1865
|
id: z.ZodOptional<z.ZodString>;
|
|
2731
1866
|
secret: z.ZodOptional<z.ZodString>;
|
|
2732
|
-
date_created: z.
|
|
2733
|
-
},
|
|
2734
|
-
name: string;
|
|
2735
|
-
role: "Administrator" | "User";
|
|
2736
|
-
date_created: string;
|
|
2737
|
-
id?: string | undefined;
|
|
2738
|
-
secret?: string | undefined;
|
|
2739
|
-
}, {
|
|
2740
|
-
name: string;
|
|
2741
|
-
role: "Administrator" | "User";
|
|
2742
|
-
date_created: string;
|
|
2743
|
-
id?: string | undefined;
|
|
2744
|
-
secret?: string | undefined;
|
|
2745
|
-
}>;
|
|
1867
|
+
date_created: z.ZodISODateTime;
|
|
1868
|
+
}, z.core.$strip>;
|
|
2746
1869
|
export declare const zUpdateTokenData: z.ZodObject<{
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
export declare const zUpdateTokenParameterTokenId: z.ZodString;
|
|
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>;
|
|
2760
1882
|
/**
|
|
2761
1883
|
* Successfully updated. Returns updated token details with masked secret.
|
|
2762
1884
|
*/
|
|
2763
1885
|
export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
2764
1886
|
name: z.ZodString;
|
|
2765
|
-
role: z.ZodEnum<
|
|
1887
|
+
role: z.ZodEnum<{
|
|
1888
|
+
Administrator: "Administrator";
|
|
1889
|
+
User: "User";
|
|
1890
|
+
}>;
|
|
2766
1891
|
id: z.ZodOptional<z.ZodString>;
|
|
2767
1892
|
secret: z.ZodOptional<z.ZodString>;
|
|
2768
|
-
date_created: z.
|
|
2769
|
-
},
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
role: "Administrator" | "User";
|
|
2778
|
-
date_created: string;
|
|
2779
|
-
id?: string | undefined;
|
|
2780
|
-
secret?: string | undefined;
|
|
2781
|
-
}>;
|
|
2782
|
-
/**
|
|
2783
|
-
* Generated unique identifier of the access token.
|
|
2784
|
-
*/
|
|
2785
|
-
export declare const zRegenerateTokenParameterTokenId: z.ZodString;
|
|
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>;
|
|
2786
1902
|
/**
|
|
2787
1903
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
2788
1904
|
*/
|
|
2789
1905
|
export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
2790
1906
|
name: z.ZodString;
|
|
2791
|
-
role: z.ZodEnum<
|
|
1907
|
+
role: z.ZodEnum<{
|
|
1908
|
+
Administrator: "Administrator";
|
|
1909
|
+
User: "User";
|
|
1910
|
+
}>;
|
|
2792
1911
|
id: z.ZodOptional<z.ZodString>;
|
|
2793
1912
|
secret: z.ZodOptional<z.ZodString>;
|
|
2794
|
-
date_created: z.
|
|
2795
|
-
},
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
role: "Administrator" | "User";
|
|
2804
|
-
date_created: string;
|
|
2805
|
-
id?: string | undefined;
|
|
2806
|
-
secret?: string | undefined;
|
|
2807
|
-
}>;
|
|
2808
|
-
/**
|
|
2809
|
-
* User email address.
|
|
2810
|
-
*/
|
|
2811
|
-
export declare const zListUserOrganizationsParameterEmail: z.ZodString;
|
|
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>;
|
|
2812
1922
|
/**
|
|
2813
1923
|
* An array of organizations the user belongs to.
|
|
2814
1924
|
*/
|
|
2815
1925
|
export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
2816
1926
|
realm: z.ZodOptional<z.ZodString>;
|
|
2817
1927
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2818
|
-
},
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
}>, "many">;
|
|
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>;
|
|
2825
1934
|
/**
|
|
2826
1935
|
* An array of users
|
|
2827
1936
|
*/
|
|
2828
1937
|
export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
2829
|
-
email: z.
|
|
1938
|
+
email: z.ZodEmail;
|
|
2830
1939
|
first_name: z.ZodString;
|
|
2831
1940
|
last_name: z.ZodString;
|
|
2832
|
-
role: z.ZodEnum<
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
date_created: string;
|
|
2844
|
-
}, {
|
|
2845
|
-
id: string;
|
|
2846
|
-
role: "Administrator" | "User";
|
|
2847
|
-
email: string;
|
|
2848
|
-
status: "active" | "inactive";
|
|
2849
|
-
first_name: string;
|
|
2850
|
-
last_name: string;
|
|
2851
|
-
date_created: string;
|
|
2852
|
-
}>, "many">;
|
|
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>>;
|
|
2853
1952
|
export declare const zCreateUserData: z.ZodObject<{
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
first_name: string;
|
|
2873
|
-
last_name: string;
|
|
2874
|
-
password: string;
|
|
2875
|
-
role?: "Administrator" | "User" | undefined;
|
|
2876
|
-
status?: "active" | "inactive" | undefined;
|
|
2877
|
-
}>;
|
|
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>;
|
|
2878
1971
|
/**
|
|
2879
1972
|
* Successfully created. Returns created user details.
|
|
2880
1973
|
*/
|
|
2881
1974
|
export declare const zCreateUserResponse: z.ZodObject<{
|
|
2882
|
-
email: z.
|
|
1975
|
+
email: z.ZodEmail;
|
|
2883
1976
|
first_name: z.ZodString;
|
|
2884
1977
|
last_name: z.ZodString;
|
|
2885
|
-
role: z.ZodEnum<
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
last_name: string;
|
|
2904
|
-
date_created: string;
|
|
2905
|
-
}>;
|
|
2906
|
-
/**
|
|
2907
|
-
* Unique user identifier. UUID v4 string in canonical form
|
|
2908
|
-
*/
|
|
2909
|
-
export declare const zDeleteUserParameterUserId: z.ZodString;
|
|
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>;
|
|
2910
1996
|
/**
|
|
2911
1997
|
* User profile information
|
|
2912
1998
|
*/
|
|
2913
1999
|
export declare const zDeleteUserResponse: z.ZodObject<{
|
|
2914
|
-
email: z.
|
|
2000
|
+
email: z.ZodEmail;
|
|
2915
2001
|
first_name: z.ZodString;
|
|
2916
2002
|
last_name: z.ZodString;
|
|
2917
|
-
role: z.ZodEnum<
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
last_name: string;
|
|
2936
|
-
date_created: string;
|
|
2937
|
-
}>;
|
|
2938
|
-
/**
|
|
2939
|
-
* Unique user identifier. UUID v4 string in canonical form
|
|
2940
|
-
*/
|
|
2941
|
-
export declare const zGetUserParameterUserId: z.ZodString;
|
|
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>;
|
|
2942
2021
|
/**
|
|
2943
2022
|
* User profile information
|
|
2944
2023
|
*/
|
|
2945
2024
|
export declare const zGetUserResponse: z.ZodObject<{
|
|
2946
|
-
email: z.
|
|
2025
|
+
email: z.ZodEmail;
|
|
2947
2026
|
first_name: z.ZodString;
|
|
2948
2027
|
last_name: z.ZodString;
|
|
2949
|
-
role: z.ZodEnum<
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
date_created: string;
|
|
2961
|
-
}, {
|
|
2962
|
-
id: string;
|
|
2963
|
-
role: "Administrator" | "User";
|
|
2964
|
-
email: string;
|
|
2965
|
-
status: "active" | "inactive";
|
|
2966
|
-
first_name: string;
|
|
2967
|
-
last_name: string;
|
|
2968
|
-
date_created: string;
|
|
2969
|
-
}>;
|
|
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>;
|
|
2970
2039
|
export declare const zUpdateUserData: z.ZodObject<{
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
}>;
|
|
2989
|
-
/**
|
|
2990
|
-
* Unique user identifier. UUID v4 string in canonical form
|
|
2991
|
-
*/
|
|
2992
|
-
export declare const zUpdateUserParameterUserId: z.ZodString;
|
|
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>;
|
|
2993
2058
|
/**
|
|
2994
2059
|
* Successfully created. Returns created user details.
|
|
2995
2060
|
*/
|
|
2996
2061
|
export declare const zUpdateUserResponse: z.ZodObject<{
|
|
2997
|
-
email: z.
|
|
2062
|
+
email: z.ZodEmail;
|
|
2998
2063
|
first_name: z.ZodString;
|
|
2999
2064
|
last_name: z.ZodString;
|
|
3000
|
-
role: z.ZodEnum<
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
date_created: string;
|
|
3012
|
-
}, {
|
|
3013
|
-
id: string;
|
|
3014
|
-
role: "Administrator" | "User";
|
|
3015
|
-
email: string;
|
|
3016
|
-
status: "active" | "inactive";
|
|
3017
|
-
first_name: string;
|
|
3018
|
-
last_name: string;
|
|
3019
|
-
date_created: string;
|
|
3020
|
-
}>;
|
|
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>;
|
|
3021
2076
|
//# sourceMappingURL=zod.gen.d.ts.map
|