@cloudfleet/sdk 0.0.1-5a83a44 → 0.0.1-62952e5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zod.gen.d.ts CHANGED
@@ -1,4 +1,141 @@
1
1
  import { z } from 'zod';
2
+ export declare const zBillingContact: z.ZodObject<{
3
+ company: z.ZodOptional<z.ZodString>;
4
+ address1: z.ZodOptional<z.ZodString>;
5
+ address2: z.ZodOptional<z.ZodString>;
6
+ postalCode: z.ZodOptional<z.ZodString>;
7
+ city: z.ZodOptional<z.ZodString>;
8
+ state: z.ZodOptional<z.ZodString>;
9
+ country: z.ZodOptional<z.ZodString>;
10
+ phone: z.ZodOptional<z.ZodString>;
11
+ email: z.ZodString;
12
+ first_name: z.ZodString;
13
+ last_name: z.ZodString;
14
+ tax_id: z.ZodOptional<z.ZodString>;
15
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
16
+ }, "strip", z.ZodTypeAny, {
17
+ email: string;
18
+ first_name: string;
19
+ last_name: string;
20
+ state?: string | undefined;
21
+ country?: string | undefined;
22
+ company?: string | undefined;
23
+ address1?: string | undefined;
24
+ address2?: string | undefined;
25
+ postalCode?: string | undefined;
26
+ city?: string | undefined;
27
+ phone?: string | undefined;
28
+ tax_id?: string | undefined;
29
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
30
+ }, {
31
+ email: string;
32
+ first_name: string;
33
+ last_name: string;
34
+ state?: string | undefined;
35
+ country?: string | undefined;
36
+ company?: string | undefined;
37
+ address1?: string | undefined;
38
+ address2?: string | undefined;
39
+ postalCode?: string | undefined;
40
+ city?: string | undefined;
41
+ phone?: string | undefined;
42
+ tax_id?: string | undefined;
43
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
44
+ }>;
45
+ export declare const zBillingCredits: z.ZodObject<{
46
+ id: z.ZodOptional<z.ZodString>;
47
+ date_created: z.ZodString;
48
+ code: z.ZodString;
49
+ description: z.ZodOptional<z.ZodString>;
50
+ products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
51
+ type: z.ZodEnum<["credit", "discount"]>;
52
+ value: z.ZodNumber;
53
+ billing_period: z.ZodString;
54
+ value_remaining: z.ZodOptional<z.ZodNumber>;
55
+ }, "strip", z.ZodTypeAny, {
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
+ }>;
76
+ export declare const zChartCreateInput: z.ZodObject<{
77
+ values: z.ZodString;
78
+ version_channel: z.ZodString;
79
+ name: z.ZodString;
80
+ namespace: z.ZodString;
81
+ chart: z.ZodString;
82
+ }, "strip", z.ZodTypeAny, {
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
+ }>;
95
+ export declare const zChart: z.ZodObject<{
96
+ values: z.ZodString;
97
+ version_channel: z.ZodString;
98
+ name: z.ZodString;
99
+ namespace: z.ZodString;
100
+ chart: z.ZodString;
101
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
102
+ version_current: z.ZodString;
103
+ created_at: z.ZodString;
104
+ updated_at: z.ZodString;
105
+ ready: z.ZodBoolean;
106
+ }, "strip", z.ZodTypeAny, {
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
+ }>;
129
+ export declare const zChartUpdateInput: z.ZodObject<{
130
+ values: z.ZodString;
131
+ version_channel: z.ZodString;
132
+ }, "strip", z.ZodTypeAny, {
133
+ values: string;
134
+ version_channel: string;
135
+ }, {
136
+ values: string;
137
+ version_channel: string;
138
+ }>;
2
139
  export declare const zClusterCreateInput: z.ZodObject<{
3
140
  name: z.ZodString;
4
141
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -6,8 +143,8 @@ export declare const zClusterCreateInput: z.ZodObject<{
6
143
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7
144
  }, "strip", z.ZodTypeAny, {
8
145
  name: string;
9
- tier: "basic" | "pro";
10
146
  version_channel: string;
147
+ tier: "basic" | "pro";
11
148
  region?: "staging" | "northamerica-central-1" | undefined;
12
149
  }, {
13
150
  name: string;
@@ -33,6 +170,19 @@ export declare const zClusterJoinInformation: z.ZodObject<{
33
170
  tailscale: string;
34
171
  containerd: string;
35
172
  }>;
173
+ third_party_api_access_config: z.ZodObject<{
174
+ metadata_url: z.ZodString;
175
+ aws_role_arn: z.ZodString;
176
+ gcp_workload_identity_provider: z.ZodString;
177
+ }, "strip", z.ZodTypeAny, {
178
+ metadata_url: string;
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
+ }>;
36
186
  }, "strip", z.ZodTypeAny, {
37
187
  certificate_authority: string;
38
188
  endpoint: string;
@@ -43,6 +193,11 @@ export declare const zClusterJoinInformation: z.ZodObject<{
43
193
  tailscale: string;
44
194
  containerd: string;
45
195
  };
196
+ third_party_api_access_config: {
197
+ metadata_url: string;
198
+ aws_role_arn: string;
199
+ gcp_workload_identity_provider: string;
200
+ };
46
201
  }, {
47
202
  certificate_authority: string;
48
203
  endpoint: string;
@@ -53,6 +208,11 @@ export declare const zClusterJoinInformation: z.ZodObject<{
53
208
  tailscale: string;
54
209
  containerd: string;
55
210
  };
211
+ third_party_api_access_config: {
212
+ metadata_url: string;
213
+ aws_role_arn: string;
214
+ gcp_workload_identity_provider: string;
215
+ };
56
216
  }>;
57
217
  export declare const zCluster: z.ZodObject<{
58
218
  name: z.ZodString;
@@ -71,28 +231,28 @@ export declare const zCluster: z.ZodObject<{
71
231
  name: string;
72
232
  id: string;
73
233
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
74
- tier: "basic" | "pro";
75
234
  version_channel: string;
235
+ tier: "basic" | "pro";
236
+ ready?: boolean | undefined;
76
237
  region?: "staging" | "northamerica-central-1" | undefined;
77
- endpoint?: string | undefined;
78
- certificate_ca?: string | undefined;
79
238
  version_current?: string | undefined;
80
239
  created_at?: string | undefined;
81
240
  updated_at?: string | undefined;
82
- ready?: boolean | undefined;
241
+ endpoint?: string | undefined;
242
+ certificate_ca?: string | undefined;
83
243
  }, {
84
244
  name: string;
85
245
  id: string;
86
246
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
87
247
  tier: "basic" | "pro";
248
+ ready?: boolean | undefined;
88
249
  region?: "staging" | "northamerica-central-1" | undefined;
89
- endpoint?: string | undefined;
90
250
  version_channel?: string | undefined;
91
- certificate_ca?: string | undefined;
92
251
  version_current?: string | undefined;
93
252
  created_at?: string | undefined;
94
253
  updated_at?: string | undefined;
95
- ready?: boolean | undefined;
254
+ endpoint?: string | undefined;
255
+ certificate_ca?: string | undefined;
96
256
  }>;
97
257
  export declare const zClusterUpdateInput: z.ZodObject<{
98
258
  name: z.ZodOptional<z.ZodString>;
@@ -122,25 +282,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
122
282
  project: string;
123
283
  enabled?: boolean | undefined;
124
284
  }>>;
125
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
126
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
127
- apiKey: z.ZodOptional<z.ZodString>;
128
- }, "strip", z.ZodTypeAny, {
129
- enabled: boolean;
130
- apiKey?: string | undefined;
131
- }, {
132
- apiKey?: string | undefined;
133
- enabled?: boolean | undefined;
134
- }>, z.ZodObject<{
135
- apiKey: z.ZodOptional<z.ZodString>;
285
+ hetzner: z.ZodOptional<z.ZodObject<{
136
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
287
+ apiKey: z.ZodString;
137
288
  }, "strip", z.ZodTypeAny, {
289
+ apiKey: string;
138
290
  enabled: boolean;
139
- apiKey?: string | undefined;
140
291
  }, {
141
- apiKey?: string | undefined;
292
+ apiKey: string;
142
293
  enabled?: boolean | undefined;
143
- }>]>>;
294
+ }>>;
144
295
  aws: z.ZodOptional<z.ZodObject<{
145
296
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
146
297
  controllerRoleArn: z.ZodString;
@@ -152,9 +303,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
152
303
  enabled?: boolean | undefined;
153
304
  }>>;
154
305
  id: z.ZodString;
155
- type: z.ZodEnum<["managed", "connected"]>;
156
306
  }, "strip", z.ZodTypeAny, {
157
- type: "connected" | "managed";
158
307
  id: string;
159
308
  limits?: {
160
309
  cpu: number;
@@ -164,18 +313,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
164
313
  enabled: boolean;
165
314
  } | undefined;
166
315
  hetzner?: {
316
+ apiKey: string;
167
317
  enabled: boolean;
168
- apiKey?: string | undefined;
169
- } | {
170
- enabled: boolean;
171
- apiKey?: string | undefined;
172
318
  } | undefined;
173
319
  aws?: {
174
320
  controllerRoleArn: string;
175
321
  enabled: boolean;
176
322
  } | undefined;
177
323
  }, {
178
- type: "connected" | "managed";
179
324
  id: string;
180
325
  limits?: {
181
326
  cpu: number;
@@ -185,10 +330,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
185
330
  enabled?: boolean | undefined;
186
331
  } | undefined;
187
332
  hetzner?: {
188
- apiKey?: string | undefined;
189
- enabled?: boolean | undefined;
190
- } | {
191
- apiKey?: string | undefined;
333
+ apiKey: string;
192
334
  enabled?: boolean | undefined;
193
335
  } | undefined;
194
336
  aws?: {
@@ -214,25 +356,16 @@ export declare const zFleet: z.ZodObject<{
214
356
  project: string;
215
357
  enabled?: boolean | undefined;
216
358
  }>>;
217
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
218
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
219
- apiKey: z.ZodOptional<z.ZodString>;
220
- }, "strip", z.ZodTypeAny, {
221
- enabled: boolean;
222
- apiKey?: string | undefined;
223
- }, {
224
- apiKey?: string | undefined;
225
- enabled?: boolean | undefined;
226
- }>, z.ZodObject<{
227
- apiKey: z.ZodOptional<z.ZodString>;
359
+ hetzner: z.ZodOptional<z.ZodObject<{
228
360
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
361
+ apiKey: z.ZodString;
229
362
  }, "strip", z.ZodTypeAny, {
363
+ apiKey: string;
230
364
  enabled: boolean;
231
- apiKey?: string | undefined;
232
365
  }, {
233
- apiKey?: string | undefined;
366
+ apiKey: string;
234
367
  enabled?: boolean | undefined;
235
- }>]>>;
368
+ }>>;
236
369
  aws: z.ZodOptional<z.ZodObject<{
237
370
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
238
371
  controllerRoleArn: z.ZodString;
@@ -244,9 +377,7 @@ export declare const zFleet: z.ZodObject<{
244
377
  enabled?: boolean | undefined;
245
378
  }>>;
246
379
  id: z.ZodString;
247
- type: z.ZodEnum<["managed", "connected"]>;
248
380
  }, "strip", z.ZodTypeAny, {
249
- type: "connected" | "managed";
250
381
  id: string;
251
382
  limits?: {
252
383
  cpu: number;
@@ -256,18 +387,14 @@ export declare const zFleet: z.ZodObject<{
256
387
  enabled: boolean;
257
388
  } | undefined;
258
389
  hetzner?: {
390
+ apiKey: string;
259
391
  enabled: boolean;
260
- apiKey?: string | undefined;
261
- } | {
262
- enabled: boolean;
263
- apiKey?: string | undefined;
264
392
  } | undefined;
265
393
  aws?: {
266
394
  controllerRoleArn: string;
267
395
  enabled: boolean;
268
396
  } | undefined;
269
397
  }, {
270
- type: "connected" | "managed";
271
398
  id: string;
272
399
  limits?: {
273
400
  cpu: number;
@@ -277,10 +404,7 @@ export declare const zFleet: z.ZodObject<{
277
404
  enabled?: boolean | undefined;
278
405
  } | undefined;
279
406
  hetzner?: {
280
- apiKey?: string | undefined;
281
- enabled?: boolean | undefined;
282
- } | {
283
- apiKey?: string | undefined;
407
+ apiKey: string;
284
408
  enabled?: boolean | undefined;
285
409
  } | undefined;
286
410
  aws?: {
@@ -306,25 +430,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
306
430
  project: string;
307
431
  enabled?: boolean | undefined;
308
432
  }>>;
309
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
310
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
311
- apiKey: z.ZodOptional<z.ZodString>;
312
- }, "strip", z.ZodTypeAny, {
313
- enabled: boolean;
314
- apiKey?: string | undefined;
315
- }, {
316
- apiKey?: string | undefined;
317
- enabled?: boolean | undefined;
318
- }>, z.ZodObject<{
319
- apiKey: z.ZodOptional<z.ZodString>;
433
+ hetzner: z.ZodOptional<z.ZodObject<{
320
434
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
435
+ apiKey: z.ZodString;
321
436
  }, "strip", z.ZodTypeAny, {
437
+ apiKey: string;
322
438
  enabled: boolean;
323
- apiKey?: string | undefined;
324
439
  }, {
325
- apiKey?: string | undefined;
440
+ apiKey: string;
326
441
  enabled?: boolean | undefined;
327
- }>]>>;
442
+ }>>;
328
443
  aws: z.ZodOptional<z.ZodObject<{
329
444
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
330
445
  controllerRoleArn: z.ZodString;
@@ -344,11 +459,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
344
459
  enabled: boolean;
345
460
  } | undefined;
346
461
  hetzner?: {
462
+ apiKey: string;
347
463
  enabled: boolean;
348
- apiKey?: string | undefined;
349
- } | {
350
- enabled: boolean;
351
- apiKey?: string | undefined;
352
464
  } | undefined;
353
465
  aws?: {
354
466
  controllerRoleArn: string;
@@ -363,10 +475,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
363
475
  enabled?: boolean | undefined;
364
476
  } | undefined;
365
477
  hetzner?: {
366
- apiKey?: string | undefined;
367
- enabled?: boolean | undefined;
368
- } | {
369
- apiKey?: string | undefined;
478
+ apiKey: string;
370
479
  enabled?: boolean | undefined;
371
480
  } | undefined;
372
481
  aws?: {
@@ -374,140 +483,6 @@ export declare const zFleetUpdateInput: z.ZodObject<{
374
483
  enabled?: boolean | undefined;
375
484
  } | undefined;
376
485
  }>;
377
- export declare const zInfrastructureFilter: z.ZodObject<{
378
- version: z.ZodOptional<z.ZodUnknown>;
379
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
380
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
381
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
382
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
383
- instance_type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
384
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
385
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
386
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
387
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
388
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
389
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
390
- memory_min: z.ZodOptional<z.ZodNumber>;
391
- memory_max: z.ZodOptional<z.ZodNumber>;
392
- vcpu_min: z.ZodOptional<z.ZodNumber>;
393
- vcpu_max: z.ZodOptional<z.ZodNumber>;
394
- storage_total_min: z.ZodOptional<z.ZodNumber>;
395
- storage_total_max: z.ZodOptional<z.ZodNumber>;
396
- storage_local_min: z.ZodOptional<z.ZodNumber>;
397
- storage_local_max: z.ZodOptional<z.ZodNumber>;
398
- price_min: z.ZodOptional<z.ZodNumber>;
399
- price_max: z.ZodOptional<z.ZodNumber>;
400
- }, "strip", z.ZodTypeAny, {
401
- region?: string[] | undefined;
402
- provider?: string[] | undefined;
403
- sub_region?: string[] | undefined;
404
- csp_region?: string[] | undefined;
405
- instance_type?: string[] | undefined;
406
- version?: unknown;
407
- accelerator_name?: string[] | undefined;
408
- accelerator_manufacturer?: string[] | undefined;
409
- accelerator_count_min?: number | undefined;
410
- accelerator_count_max?: number | undefined;
411
- accelerator_memory_min?: number | undefined;
412
- accelerator_memory_max?: number | undefined;
413
- memory_min?: number | undefined;
414
- memory_max?: number | undefined;
415
- vcpu_min?: number | undefined;
416
- vcpu_max?: number | undefined;
417
- storage_total_min?: number | undefined;
418
- storage_total_max?: number | undefined;
419
- storage_local_min?: number | undefined;
420
- storage_local_max?: number | undefined;
421
- price_min?: number | undefined;
422
- price_max?: number | undefined;
423
- }, {
424
- region?: string[] | undefined;
425
- provider?: string[] | undefined;
426
- sub_region?: string[] | undefined;
427
- csp_region?: string[] | undefined;
428
- instance_type?: string[] | undefined;
429
- version?: unknown;
430
- accelerator_name?: string[] | undefined;
431
- accelerator_manufacturer?: string[] | undefined;
432
- accelerator_count_min?: number | undefined;
433
- accelerator_count_max?: number | undefined;
434
- accelerator_memory_min?: number | undefined;
435
- accelerator_memory_max?: number | undefined;
436
- memory_min?: number | undefined;
437
- memory_max?: number | undefined;
438
- vcpu_min?: number | undefined;
439
- vcpu_max?: number | undefined;
440
- storage_total_min?: number | undefined;
441
- storage_total_max?: number | undefined;
442
- storage_local_min?: number | undefined;
443
- storage_local_max?: number | undefined;
444
- price_min?: number | undefined;
445
- price_max?: number | undefined;
446
- }>;
447
- export declare const zInfrastructureInstance: z.ZodObject<{
448
- sku: z.ZodString;
449
- provider: z.ZodString;
450
- region: z.ZodString;
451
- sub_region: z.ZodString;
452
- csp_region: z.ZodString;
453
- csp_zone: z.ZodString;
454
- instance_type: z.ZodString;
455
- architecture: z.ZodString;
456
- os: z.ZodString;
457
- vcpu: z.ZodNumber;
458
- memory: z.ZodNumber;
459
- local_storage: z.ZodNumber;
460
- accelerator_name: z.ZodOptional<z.ZodString>;
461
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
462
- accelerator_count: z.ZodOptional<z.ZodNumber>;
463
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
464
- pods_capacity: z.ZodOptional<z.ZodNumber>;
465
- capacity_type: z.ZodOptional<z.ZodString>;
466
- price: z.ZodNumber;
467
- available: z.ZodOptional<z.ZodBoolean>;
468
- }, "strip", z.ZodTypeAny, {
469
- memory: number;
470
- region: string;
471
- sku: string;
472
- provider: string;
473
- sub_region: string;
474
- csp_region: string;
475
- csp_zone: string;
476
- instance_type: string;
477
- architecture: string;
478
- os: string;
479
- vcpu: number;
480
- local_storage: number;
481
- price: number;
482
- accelerator_name?: string | undefined;
483
- accelerator_manufacturer?: string | undefined;
484
- accelerator_count?: number | undefined;
485
- accelerator_memory?: number | undefined;
486
- pods_capacity?: number | undefined;
487
- capacity_type?: string | undefined;
488
- available?: boolean | undefined;
489
- }, {
490
- memory: number;
491
- region: string;
492
- sku: string;
493
- provider: string;
494
- sub_region: string;
495
- csp_region: string;
496
- csp_zone: string;
497
- instance_type: string;
498
- architecture: string;
499
- os: string;
500
- vcpu: number;
501
- local_storage: number;
502
- price: number;
503
- accelerator_name?: string | undefined;
504
- accelerator_manufacturer?: string | undefined;
505
- accelerator_count?: number | undefined;
506
- accelerator_memory?: number | undefined;
507
- pods_capacity?: number | undefined;
508
- capacity_type?: string | undefined;
509
- available?: boolean | undefined;
510
- }>;
511
486
  export declare const zInvite: z.ZodObject<{
512
487
  id: z.ZodOptional<z.ZodString>;
513
488
  organization_id: z.ZodOptional<z.ZodString>;
@@ -563,7 +538,7 @@ export declare const zInvoice: z.ZodObject<{
563
538
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
564
539
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
565
540
  }, "strip", z.ZodTypeAny, {
566
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
541
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
567
542
  id?: string | undefined;
568
543
  description?: string | undefined;
569
544
  amount?: number | undefined;
@@ -585,7 +560,7 @@ export declare const zInvoice: z.ZodObject<{
585
560
  catalogEffectiveDate?: string | undefined;
586
561
  childItems?: unknown[] | undefined;
587
562
  }, {
588
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
563
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
589
564
  id?: string | undefined;
590
565
  description?: string | undefined;
591
566
  amount?: number | undefined;
@@ -630,7 +605,7 @@ export declare const zInvoice: z.ZodObject<{
630
605
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
631
606
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
632
607
  }, "strip", z.ZodTypeAny, {
633
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
608
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
634
609
  id?: string | undefined;
635
610
  description?: string | undefined;
636
611
  amount?: number | undefined;
@@ -652,7 +627,7 @@ export declare const zInvoice: z.ZodObject<{
652
627
  catalogEffectiveDate?: string | undefined;
653
628
  childItems?: unknown[] | undefined;
654
629
  }, {
655
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
630
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
656
631
  id?: string | undefined;
657
632
  description?: string | undefined;
658
633
  amount?: number | undefined;
@@ -675,12 +650,11 @@ export declare const zInvoice: z.ZodObject<{
675
650
  childItems?: unknown[] | undefined;
676
651
  }>, "many">>;
677
652
  }, "strip", z.ZodTypeAny, {
678
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
653
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
679
654
  id?: string | undefined;
680
655
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
681
- amount?: number | undefined;
682
656
  items?: {
683
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
657
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
684
658
  id?: string | undefined;
685
659
  description?: string | undefined;
686
660
  amount?: number | undefined;
@@ -703,6 +677,7 @@ export declare const zInvoice: z.ZodObject<{
703
677
  childItems?: unknown[] | undefined;
704
678
  }[] | undefined;
705
679
  organizationId?: string | undefined;
680
+ amount?: number | undefined;
706
681
  creditAdj?: number | undefined;
707
682
  refundAdj?: number | undefined;
708
683
  invoiceDate?: string | undefined;
@@ -711,7 +686,7 @@ export declare const zInvoice: z.ZodObject<{
711
686
  balance?: number | undefined;
712
687
  bundleKeys?: string | undefined;
713
688
  credits?: {
714
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
689
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
715
690
  id?: string | undefined;
716
691
  description?: string | undefined;
717
692
  amount?: number | undefined;
@@ -734,12 +709,11 @@ export declare const zInvoice: z.ZodObject<{
734
709
  childItems?: unknown[] | undefined;
735
710
  }[] | undefined;
736
711
  }, {
737
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
712
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
738
713
  id?: string | undefined;
739
714
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
740
- amount?: number | undefined;
741
715
  items?: {
742
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
716
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
743
717
  id?: string | undefined;
744
718
  description?: string | undefined;
745
719
  amount?: number | undefined;
@@ -762,6 +736,7 @@ export declare const zInvoice: z.ZodObject<{
762
736
  childItems?: unknown[] | undefined;
763
737
  }[] | undefined;
764
738
  organizationId?: string | undefined;
739
+ amount?: number | undefined;
765
740
  creditAdj?: number | undefined;
766
741
  refundAdj?: number | undefined;
767
742
  invoiceDate?: string | undefined;
@@ -770,7 +745,7 @@ export declare const zInvoice: z.ZodObject<{
770
745
  balance?: number | undefined;
771
746
  bundleKeys?: string | undefined;
772
747
  credits?: {
773
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
748
+ currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
774
749
  id?: string | undefined;
775
750
  description?: string | undefined;
776
751
  amount?: number | undefined;
@@ -793,145 +768,79 @@ export declare const zInvoice: z.ZodObject<{
793
768
  childItems?: unknown[] | undefined;
794
769
  }[] | undefined;
795
770
  }>;
796
- export declare const zOrganizationContactInfo: z.ZodObject<{
797
- address1: z.ZodOptional<z.ZodString>;
798
- address2: z.ZodOptional<z.ZodString>;
799
- postalCode: z.ZodOptional<z.ZodString>;
800
- city: z.ZodOptional<z.ZodString>;
801
- state: z.ZodOptional<z.ZodString>;
802
- country: z.ZodOptional<z.ZodString>;
803
- phone: z.ZodOptional<z.ZodString>;
771
+ export declare const zMarketplaceListing: z.ZodObject<{
772
+ id: z.ZodString;
773
+ name: z.ZodString;
774
+ developer: z.ZodString;
775
+ description: z.ZodString;
776
+ logoUrl: z.ZodString;
777
+ longDescription: z.ZodString;
778
+ categories: z.ZodArray<z.ZodString, "many">;
779
+ version_channels: z.ZodArray<z.ZodString, "many">;
780
+ value_schemas: z.ZodArray<z.ZodObject<{
781
+ version: z.ZodString;
782
+ schema: z.ZodString;
783
+ placeholder: z.ZodString;
784
+ }, "strip", z.ZodTypeAny, {
785
+ version: string;
786
+ schema: string;
787
+ placeholder: string;
788
+ }, {
789
+ version: string;
790
+ schema: string;
791
+ placeholder: string;
792
+ }>, "many">;
793
+ }, "strip", z.ZodTypeAny, {
794
+ name: string;
795
+ id: string;
796
+ description: string;
797
+ developer: string;
798
+ logoUrl: string;
799
+ longDescription: string;
800
+ categories: string[];
801
+ version_channels: string[];
802
+ value_schemas: {
803
+ version: string;
804
+ schema: string;
805
+ placeholder: string;
806
+ }[];
807
+ }, {
808
+ name: string;
809
+ id: string;
810
+ description: string;
811
+ developer: string;
812
+ logoUrl: string;
813
+ longDescription: string;
814
+ categories: string[];
815
+ version_channels: string[];
816
+ value_schemas: {
817
+ version: string;
818
+ schema: string;
819
+ placeholder: string;
820
+ }[];
821
+ }>;
822
+ export declare const zOrganizationCreateInput: z.ZodObject<{
804
823
  email: z.ZodString;
805
824
  first_name: z.ZodString;
806
825
  last_name: z.ZodString;
826
+ company_name: z.ZodString;
827
+ password: z.ZodString;
807
828
  }, "strip", z.ZodTypeAny, {
808
829
  email: string;
809
830
  first_name: string;
810
831
  last_name: string;
811
- state?: string | undefined;
812
- country?: string | undefined;
813
- address1?: string | undefined;
814
- address2?: string | undefined;
815
- postalCode?: string | undefined;
816
- city?: string | undefined;
817
- phone?: string | undefined;
832
+ company_name: string;
833
+ password: string;
818
834
  }, {
819
835
  email: string;
820
836
  first_name: string;
821
837
  last_name: string;
822
- state?: string | undefined;
823
- country?: string | undefined;
824
- address1?: string | undefined;
825
- address2?: string | undefined;
826
- postalCode?: string | undefined;
827
- city?: string | undefined;
828
- phone?: string | undefined;
829
- }>;
830
- export declare const zOrganizationCreateInput: z.ZodObject<{
831
- name: z.ZodString;
832
- contactInfo: z.ZodObject<{
833
- address1: z.ZodOptional<z.ZodString>;
834
- address2: z.ZodOptional<z.ZodString>;
835
- postalCode: z.ZodOptional<z.ZodString>;
836
- city: z.ZodOptional<z.ZodString>;
837
- state: z.ZodOptional<z.ZodString>;
838
- country: z.ZodOptional<z.ZodString>;
839
- phone: z.ZodOptional<z.ZodString>;
840
- email: z.ZodString;
841
- first_name: z.ZodString;
842
- last_name: z.ZodString;
843
- }, "strip", z.ZodTypeAny, {
844
- email: string;
845
- first_name: string;
846
- last_name: string;
847
- state?: string | undefined;
848
- country?: string | undefined;
849
- address1?: string | undefined;
850
- address2?: string | undefined;
851
- postalCode?: string | undefined;
852
- city?: string | undefined;
853
- phone?: string | undefined;
854
- }, {
855
- email: string;
856
- first_name: string;
857
- last_name: string;
858
- state?: string | undefined;
859
- country?: string | undefined;
860
- address1?: string | undefined;
861
- address2?: string | undefined;
862
- postalCode?: string | undefined;
863
- city?: string | undefined;
864
- phone?: string | undefined;
865
- }>;
866
- password: z.ZodString;
867
- }, "strip", z.ZodTypeAny, {
868
- name: string;
869
- contactInfo: {
870
- email: string;
871
- first_name: string;
872
- last_name: string;
873
- state?: string | undefined;
874
- country?: string | undefined;
875
- address1?: string | undefined;
876
- address2?: string | undefined;
877
- postalCode?: string | undefined;
878
- city?: string | undefined;
879
- phone?: string | undefined;
880
- };
881
- password: string;
882
- }, {
883
- name: string;
884
- contactInfo: {
885
- email: string;
886
- first_name: string;
887
- last_name: string;
888
- state?: string | undefined;
889
- country?: string | undefined;
890
- address1?: string | undefined;
891
- address2?: string | undefined;
892
- postalCode?: string | undefined;
893
- city?: string | undefined;
894
- phone?: string | undefined;
895
- };
838
+ company_name: string;
896
839
  password: string;
897
840
  }>;
898
841
  export declare const zOrganization: z.ZodObject<{
899
- name: z.ZodString;
900
- contactInfo: z.ZodObject<{
901
- address1: z.ZodOptional<z.ZodString>;
902
- address2: z.ZodOptional<z.ZodString>;
903
- postalCode: z.ZodOptional<z.ZodString>;
904
- city: z.ZodOptional<z.ZodString>;
905
- state: z.ZodOptional<z.ZodString>;
906
- country: z.ZodOptional<z.ZodString>;
907
- phone: z.ZodOptional<z.ZodString>;
908
- email: z.ZodString;
909
- first_name: z.ZodString;
910
- last_name: z.ZodString;
911
- }, "strip", z.ZodTypeAny, {
912
- email: string;
913
- first_name: string;
914
- last_name: string;
915
- state?: string | undefined;
916
- country?: string | undefined;
917
- address1?: string | undefined;
918
- address2?: string | undefined;
919
- postalCode?: string | undefined;
920
- city?: string | undefined;
921
- phone?: string | undefined;
922
- }, {
923
- email: string;
924
- first_name: string;
925
- last_name: string;
926
- state?: string | undefined;
927
- country?: string | undefined;
928
- address1?: string | undefined;
929
- address2?: string | undefined;
930
- postalCode?: string | undefined;
931
- city?: string | undefined;
932
- phone?: string | undefined;
933
- }>;
934
842
  id: z.ZodString;
843
+ name: z.ZodOptional<z.ZodString>;
935
844
  date_created: z.ZodString;
936
845
  quota: z.ZodObject<{
937
846
  basic_clusters_max: z.ZodNumber;
@@ -939,7 +848,6 @@ export declare const zOrganization: z.ZodObject<{
939
848
  pro_clusters_max: z.ZodNumber;
940
849
  pro_clusters_available: z.ZodNumber;
941
850
  fleets_max: z.ZodNumber;
942
- managed_fleets_cpu_max: z.ZodNumber;
943
851
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
944
852
  regions: z.ZodArray<z.ZodString, "many">;
945
853
  versions: z.ZodArray<z.ZodObject<{
@@ -962,7 +870,6 @@ export declare const zOrganization: z.ZodObject<{
962
870
  pro_clusters_max: number;
963
871
  pro_clusters_available: number;
964
872
  fleets_max: number;
965
- managed_fleets_cpu_max: number;
966
873
  cluster_tiers: string[];
967
874
  regions: string[];
968
875
  }, {
@@ -975,29 +882,14 @@ export declare const zOrganization: z.ZodObject<{
975
882
  pro_clusters_max: number;
976
883
  pro_clusters_available: number;
977
884
  fleets_max: number;
978
- managed_fleets_cpu_max: number;
979
885
  cluster_tiers: string[];
980
886
  regions: string[];
981
887
  }>;
982
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
983
888
  status: z.ZodEnum<["active", "closed", "suspended"]>;
984
889
  }, "strip", z.ZodTypeAny, {
985
- name: string;
986
890
  id: string;
987
891
  status: "active" | "closed" | "suspended";
988
892
  date_created: string;
989
- contactInfo: {
990
- email: string;
991
- first_name: string;
992
- last_name: string;
993
- state?: string | undefined;
994
- country?: string | undefined;
995
- address1?: string | undefined;
996
- address2?: string | undefined;
997
- postalCode?: string | undefined;
998
- city?: string | undefined;
999
- phone?: string | undefined;
1000
- };
1001
893
  quota: {
1002
894
  versions: {
1003
895
  id: string;
@@ -1008,28 +900,14 @@ export declare const zOrganization: z.ZodObject<{
1008
900
  pro_clusters_max: number;
1009
901
  pro_clusters_available: number;
1010
902
  fleets_max: number;
1011
- managed_fleets_cpu_max: number;
1012
903
  cluster_tiers: string[];
1013
904
  regions: string[];
1014
905
  };
1015
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
906
+ name?: string | undefined;
1016
907
  }, {
1017
- name: string;
1018
908
  id: string;
1019
909
  status: "active" | "closed" | "suspended";
1020
910
  date_created: string;
1021
- contactInfo: {
1022
- email: string;
1023
- first_name: string;
1024
- last_name: string;
1025
- state?: string | undefined;
1026
- country?: string | undefined;
1027
- address1?: string | undefined;
1028
- address2?: string | undefined;
1029
- postalCode?: string | undefined;
1030
- city?: string | undefined;
1031
- phone?: string | undefined;
1032
- };
1033
911
  quota: {
1034
912
  versions: {
1035
913
  id: string;
@@ -1040,75 +918,9 @@ export declare const zOrganization: z.ZodObject<{
1040
918
  pro_clusters_max: number;
1041
919
  pro_clusters_available: number;
1042
920
  fleets_max: number;
1043
- managed_fleets_cpu_max: number;
1044
921
  cluster_tiers: string[];
1045
922
  regions: string[];
1046
923
  };
1047
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
1048
- }>;
1049
- export declare const zOrganizationUpdateInput: z.ZodObject<{
1050
- name: z.ZodOptional<z.ZodString>;
1051
- contactInfo: z.ZodObject<{
1052
- address1: z.ZodOptional<z.ZodString>;
1053
- address2: z.ZodOptional<z.ZodString>;
1054
- postalCode: z.ZodOptional<z.ZodString>;
1055
- city: z.ZodOptional<z.ZodString>;
1056
- state: z.ZodOptional<z.ZodString>;
1057
- country: z.ZodOptional<z.ZodString>;
1058
- phone: z.ZodOptional<z.ZodString>;
1059
- email: z.ZodString;
1060
- first_name: z.ZodString;
1061
- last_name: z.ZodString;
1062
- }, "strip", z.ZodTypeAny, {
1063
- email: string;
1064
- first_name: string;
1065
- last_name: string;
1066
- state?: string | undefined;
1067
- country?: string | undefined;
1068
- address1?: string | undefined;
1069
- address2?: string | undefined;
1070
- postalCode?: string | undefined;
1071
- city?: string | undefined;
1072
- phone?: string | undefined;
1073
- }, {
1074
- email: string;
1075
- first_name: string;
1076
- last_name: string;
1077
- state?: string | undefined;
1078
- country?: string | undefined;
1079
- address1?: string | undefined;
1080
- address2?: string | undefined;
1081
- postalCode?: string | undefined;
1082
- city?: string | undefined;
1083
- phone?: string | undefined;
1084
- }>;
1085
- }, "strip", z.ZodTypeAny, {
1086
- contactInfo: {
1087
- email: string;
1088
- first_name: string;
1089
- last_name: string;
1090
- state?: string | undefined;
1091
- country?: string | undefined;
1092
- address1?: string | undefined;
1093
- address2?: string | undefined;
1094
- postalCode?: string | undefined;
1095
- city?: string | undefined;
1096
- phone?: string | undefined;
1097
- };
1098
- name?: string | undefined;
1099
- }, {
1100
- contactInfo: {
1101
- email: string;
1102
- first_name: string;
1103
- last_name: string;
1104
- state?: string | undefined;
1105
- country?: string | undefined;
1106
- address1?: string | undefined;
1107
- address2?: string | undefined;
1108
- postalCode?: string | undefined;
1109
- city?: string | undefined;
1110
- phone?: string | undefined;
1111
- };
1112
924
  name?: string | undefined;
1113
925
  }>;
1114
926
  export declare const zPaymentMethod: z.ZodObject<{
@@ -1126,7 +938,7 @@ export declare const zPaymentMethod: z.ZodObject<{
1126
938
  last4: string;
1127
939
  exp_month: number;
1128
940
  exp_year: number;
1129
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
941
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1130
942
  }, {
1131
943
  type: "card";
1132
944
  id: string;
@@ -1134,17 +946,17 @@ export declare const zPaymentMethod: z.ZodObject<{
1134
946
  last4: string;
1135
947
  exp_month: number;
1136
948
  exp_year: number;
1137
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
949
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1138
950
  }>;
1139
951
  export declare const zTokenCreateInput: z.ZodObject<{
1140
952
  name: z.ZodString;
1141
953
  role: z.ZodEnum<["Administrator", "User"]>;
1142
954
  }, "strip", z.ZodTypeAny, {
1143
955
  name: string;
1144
- role: "User" | "Administrator";
956
+ role: "Administrator" | "User";
1145
957
  }, {
1146
958
  name: string;
1147
- role: "User" | "Administrator";
959
+ role: "Administrator" | "User";
1148
960
  }>;
1149
961
  export declare const zToken: z.ZodObject<{
1150
962
  name: z.ZodString;
@@ -1154,13 +966,13 @@ export declare const zToken: z.ZodObject<{
1154
966
  date_created: z.ZodString;
1155
967
  }, "strip", z.ZodTypeAny, {
1156
968
  name: string;
1157
- role: "User" | "Administrator";
969
+ role: "Administrator" | "User";
1158
970
  date_created: string;
1159
971
  id?: string | undefined;
1160
972
  secret?: string | undefined;
1161
973
  }, {
1162
974
  name: string;
1163
- role: "User" | "Administrator";
975
+ role: "Administrator" | "User";
1164
976
  date_created: string;
1165
977
  id?: string | undefined;
1166
978
  secret?: string | undefined;
@@ -1170,26 +982,44 @@ export declare const zTokenUpdateInput: z.ZodObject<{
1170
982
  role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1171
983
  }, "strip", z.ZodTypeAny, {
1172
984
  name?: string | undefined;
1173
- role?: "User" | "Administrator" | undefined;
985
+ role?: "Administrator" | "User" | undefined;
1174
986
  }, {
1175
987
  name?: string | undefined;
1176
- role?: "User" | "Administrator" | undefined;
988
+ role?: "Administrator" | "User" | undefined;
1177
989
  }>;
1178
990
  export declare const zUsage: z.ZodObject<{
1179
- id: z.ZodString;
1180
- task_id: z.ZodString;
1181
- unit: z.ZodString;
1182
- amount: z.ZodNumber;
991
+ hour: z.ZodOptional<z.ZodString>;
992
+ cluster_id: z.ZodString;
993
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
994
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
995
+ node_name: z.ZodString;
996
+ sku: z.ZodString;
997
+ cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
998
+ price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
999
+ value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1000
+ total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1183
1001
  }, "strip", z.ZodTypeAny, {
1184
- unit: string;
1185
- id: string;
1186
- task_id: string;
1187
- amount: number;
1002
+ total: number | "";
1003
+ cpu: number | "";
1004
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1005
+ value: number | "";
1006
+ cluster_id: string;
1007
+ cluster_tier: "" | "basic" | "pro";
1008
+ node_name: string;
1009
+ sku: string;
1010
+ price: number | "";
1011
+ hour?: string | undefined;
1188
1012
  }, {
1189
- unit: string;
1190
- id: string;
1191
- task_id: string;
1192
- amount: number;
1013
+ total: number | "";
1014
+ cpu: number | "";
1015
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1016
+ value: number | "";
1017
+ cluster_id: string;
1018
+ cluster_tier: "" | "basic" | "pro";
1019
+ node_name: string;
1020
+ sku: string;
1021
+ price: number | "";
1022
+ hour?: string | undefined;
1193
1023
  }>;
1194
1024
  export declare const zUserCreateInput: z.ZodObject<{
1195
1025
  email: z.ZodString;
@@ -1205,7 +1035,7 @@ export declare const zUserCreateInput: z.ZodObject<{
1205
1035
  first_name: string;
1206
1036
  last_name: string;
1207
1037
  password: string;
1208
- role?: "User" | "Administrator" | undefined;
1038
+ role?: "Administrator" | "User" | undefined;
1209
1039
  status?: "active" | "inactive" | undefined;
1210
1040
  }, {
1211
1041
  code: string;
@@ -1213,7 +1043,7 @@ export declare const zUserCreateInput: z.ZodObject<{
1213
1043
  first_name: string;
1214
1044
  last_name: string;
1215
1045
  password: string;
1216
- role?: "User" | "Administrator" | undefined;
1046
+ role?: "Administrator" | "User" | undefined;
1217
1047
  status?: "active" | "inactive" | undefined;
1218
1048
  }>;
1219
1049
  export declare const zUser: z.ZodObject<{
@@ -1224,40 +1054,22 @@ export declare const zUser: z.ZodObject<{
1224
1054
  status: z.ZodEnum<["active", "inactive"]>;
1225
1055
  id: z.ZodString;
1226
1056
  date_created: z.ZodString;
1227
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1228
- cluster_id: z.ZodString;
1229
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
1230
- }, "strip", z.ZodTypeAny, {
1231
- cluster_id: string;
1232
- permissions: "readonly" | "readwrite";
1233
- }, {
1234
- cluster_id: string;
1235
- permissions: "readonly" | "readwrite";
1236
- }>, "many">>;
1237
1057
  }, "strip", z.ZodTypeAny, {
1238
1058
  id: string;
1239
- role: "User" | "Administrator";
1059
+ role: "Administrator" | "User";
1240
1060
  email: string;
1241
1061
  status: "active" | "inactive";
1242
- date_created: string;
1243
1062
  first_name: string;
1244
1063
  last_name: string;
1245
- cluster_permissions?: {
1246
- cluster_id: string;
1247
- permissions: "readonly" | "readwrite";
1248
- }[] | undefined;
1064
+ date_created: string;
1249
1065
  }, {
1250
1066
  id: string;
1251
- role: "User" | "Administrator";
1067
+ role: "Administrator" | "User";
1252
1068
  email: string;
1253
1069
  status: "active" | "inactive";
1254
- date_created: string;
1255
1070
  first_name: string;
1256
1071
  last_name: string;
1257
- cluster_permissions?: {
1258
- cluster_id: string;
1259
- permissions: "readonly" | "readwrite";
1260
- }[] | undefined;
1072
+ date_created: string;
1261
1073
  }>;
1262
1074
  export declare const zUserUpdateInput: z.ZodObject<{
1263
1075
  email: z.ZodOptional<z.ZodString>;
@@ -1266,35 +1078,62 @@ export declare const zUserUpdateInput: z.ZodObject<{
1266
1078
  role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1267
1079
  status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
1268
1080
  }, "strip", z.ZodTypeAny, {
1269
- role?: "User" | "Administrator" | undefined;
1081
+ role?: "Administrator" | "User" | undefined;
1270
1082
  email?: string | undefined;
1271
1083
  status?: "active" | "inactive" | undefined;
1272
1084
  first_name?: string | undefined;
1273
1085
  last_name?: string | undefined;
1274
1086
  }, {
1275
- role?: "User" | "Administrator" | undefined;
1087
+ role?: "Administrator" | "User" | undefined;
1276
1088
  email?: string | undefined;
1277
1089
  status?: "active" | "inactive" | undefined;
1278
1090
  first_name?: string | undefined;
1279
1091
  last_name?: string | undefined;
1280
1092
  }>;
1093
+ /**
1094
+ * An array of usage records.
1095
+ */
1281
1096
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1282
- id: z.ZodString;
1283
- task_id: z.ZodString;
1284
- unit: z.ZodString;
1285
- amount: z.ZodNumber;
1097
+ hour: z.ZodOptional<z.ZodString>;
1098
+ cluster_id: z.ZodString;
1099
+ cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
1100
+ product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
1101
+ node_name: z.ZodString;
1102
+ sku: z.ZodString;
1103
+ cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1104
+ price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1105
+ value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1106
+ total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1286
1107
  }, "strip", z.ZodTypeAny, {
1287
- unit: string;
1288
- id: string;
1289
- task_id: string;
1290
- amount: number;
1108
+ total: number | "";
1109
+ cpu: number | "";
1110
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1111
+ value: number | "";
1112
+ cluster_id: string;
1113
+ cluster_tier: "" | "basic" | "pro";
1114
+ node_name: string;
1115
+ sku: string;
1116
+ price: number | "";
1117
+ hour?: string | undefined;
1291
1118
  }, {
1292
- unit: string;
1293
- id: string;
1294
- task_id: string;
1295
- amount: number;
1119
+ total: number | "";
1120
+ cpu: number | "";
1121
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1122
+ value: number | "";
1123
+ cluster_id: string;
1124
+ cluster_tier: "" | "basic" | "pro";
1125
+ node_name: string;
1126
+ sku: string;
1127
+ price: number | "";
1128
+ hour?: string | undefined;
1296
1129
  }>, "many">;
1130
+ /**
1131
+ * Current balance of the organization in USD as a floating-point number.
1132
+ */
1297
1133
  export declare const zGetBalanceResponse: z.ZodNumber;
1134
+ /**
1135
+ * Redacted payment card information.
1136
+ */
1298
1137
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1299
1138
  id: z.ZodString;
1300
1139
  setup: z.ZodBoolean;
@@ -1310,7 +1149,7 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1310
1149
  last4: string;
1311
1150
  exp_month: number;
1312
1151
  exp_year: number;
1313
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1152
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1314
1153
  }, {
1315
1154
  type: "card";
1316
1155
  id: string;
@@ -1318,8 +1157,12 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1318
1157
  last4: string;
1319
1158
  exp_month: number;
1320
1159
  exp_year: number;
1321
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1160
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1322
1161
  }>;
1162
+ /**
1163
+ * 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.
1164
+ *
1165
+ */
1323
1166
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1324
1167
  id: z.ZodOptional<z.ZodString>;
1325
1168
  }, "strip", z.ZodTypeAny, {
@@ -1327,6 +1170,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1327
1170
  }, {
1328
1171
  id?: string | undefined;
1329
1172
  }>;
1173
+ /**
1174
+ * Start date for the usage. Date of oldest data point to retrieve.
1175
+ */
1176
+ export declare const zListInvoicesParameterStartDate: z.ZodString;
1177
+ /**
1178
+ * End date for the usage. Date of newest data point to retrieve.
1179
+ */
1180
+ export declare const zListInvoicesParameterEndDate: z.ZodString;
1181
+ /**
1182
+ * An array of usage records.
1183
+ */
1330
1184
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1331
1185
  id: z.ZodOptional<z.ZodString>;
1332
1186
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1363,7 +1217,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1363
1217
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1364
1218
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1365
1219
  }, "strip", z.ZodTypeAny, {
1366
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1220
+ 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;
1367
1221
  id?: string | undefined;
1368
1222
  description?: string | undefined;
1369
1223
  amount?: number | undefined;
@@ -1385,7 +1239,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1385
1239
  catalogEffectiveDate?: string | undefined;
1386
1240
  childItems?: unknown[] | undefined;
1387
1241
  }, {
1388
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1242
+ 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;
1389
1243
  id?: string | undefined;
1390
1244
  description?: string | undefined;
1391
1245
  amount?: number | undefined;
@@ -1430,7 +1284,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1430
1284
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1431
1285
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1432
1286
  }, "strip", z.ZodTypeAny, {
1433
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1287
+ 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;
1434
1288
  id?: string | undefined;
1435
1289
  description?: string | undefined;
1436
1290
  amount?: number | undefined;
@@ -1452,7 +1306,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1452
1306
  catalogEffectiveDate?: string | undefined;
1453
1307
  childItems?: unknown[] | undefined;
1454
1308
  }, {
1455
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1309
+ 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;
1456
1310
  id?: string | undefined;
1457
1311
  description?: string | undefined;
1458
1312
  amount?: number | undefined;
@@ -1475,12 +1329,11 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1475
1329
  childItems?: unknown[] | undefined;
1476
1330
  }>, "many">>;
1477
1331
  }, "strip", z.ZodTypeAny, {
1478
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1332
+ 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;
1479
1333
  id?: string | undefined;
1480
1334
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1481
- amount?: number | undefined;
1482
1335
  items?: {
1483
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1336
+ 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;
1484
1337
  id?: string | undefined;
1485
1338
  description?: string | undefined;
1486
1339
  amount?: number | undefined;
@@ -1503,6 +1356,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1503
1356
  childItems?: unknown[] | undefined;
1504
1357
  }[] | undefined;
1505
1358
  organizationId?: string | undefined;
1359
+ amount?: number | undefined;
1506
1360
  creditAdj?: number | undefined;
1507
1361
  refundAdj?: number | undefined;
1508
1362
  invoiceDate?: string | undefined;
@@ -1511,7 +1365,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1511
1365
  balance?: number | undefined;
1512
1366
  bundleKeys?: string | undefined;
1513
1367
  credits?: {
1514
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1368
+ 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;
1515
1369
  id?: string | undefined;
1516
1370
  description?: string | undefined;
1517
1371
  amount?: number | undefined;
@@ -1534,12 +1388,11 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1534
1388
  childItems?: unknown[] | undefined;
1535
1389
  }[] | undefined;
1536
1390
  }, {
1537
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1391
+ 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;
1538
1392
  id?: string | undefined;
1539
1393
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1540
- amount?: number | undefined;
1541
1394
  items?: {
1542
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1395
+ 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;
1543
1396
  id?: string | undefined;
1544
1397
  description?: string | undefined;
1545
1398
  amount?: number | undefined;
@@ -1562,6 +1415,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1562
1415
  childItems?: unknown[] | undefined;
1563
1416
  }[] | undefined;
1564
1417
  organizationId?: string | undefined;
1418
+ amount?: number | undefined;
1565
1419
  creditAdj?: number | undefined;
1566
1420
  refundAdj?: number | undefined;
1567
1421
  invoiceDate?: string | undefined;
@@ -1570,7 +1424,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1570
1424
  balance?: number | undefined;
1571
1425
  bundleKeys?: string | undefined;
1572
1426
  credits?: {
1573
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1427
+ 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;
1574
1428
  id?: string | undefined;
1575
1429
  description?: string | undefined;
1576
1430
  amount?: number | undefined;
@@ -1593,6 +1447,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1593
1447
  childItems?: unknown[] | undefined;
1594
1448
  }[] | undefined;
1595
1449
  }>, "many">;
1450
+ /**
1451
+ * Unique invoice identifier. UUID v4 string in canonical form
1452
+ */
1453
+ export declare const zGetInvoiceParameterId: z.ZodString;
1454
+ /**
1455
+ * Returns a single Invoice HTML representation under `html` property.
1456
+ */
1596
1457
  export declare const zGetInvoiceResponse: z.ZodObject<{
1597
1458
  html: z.ZodOptional<z.ZodString>;
1598
1459
  }, "strip", z.ZodTypeAny, {
@@ -1600,59 +1461,557 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1600
1461
  }, {
1601
1462
  html?: string | undefined;
1602
1463
  }>;
1603
- export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1604
- limits: z.ZodOptional<z.ZodObject<{
1605
- cpu: z.ZodNumber;
1606
- }, "strip", z.ZodTypeAny, {
1607
- cpu: number;
1608
- }, {
1609
- cpu: number;
1610
- }>>;
1611
- gcp: z.ZodOptional<z.ZodObject<{
1612
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1613
- project: z.ZodString;
1614
- }, "strip", z.ZodTypeAny, {
1615
- project: string;
1616
- enabled: boolean;
1617
- }, {
1618
- project: string;
1619
- enabled?: boolean | undefined;
1620
- }>>;
1621
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1622
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1623
- apiKey: z.ZodOptional<z.ZodString>;
1624
- }, "strip", z.ZodTypeAny, {
1625
- enabled: boolean;
1626
- apiKey?: string | undefined;
1627
- }, {
1628
- apiKey?: string | undefined;
1629
- enabled?: boolean | undefined;
1630
- }>, z.ZodObject<{
1631
- apiKey: z.ZodOptional<z.ZodString>;
1632
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1633
- }, "strip", z.ZodTypeAny, {
1634
- enabled: boolean;
1635
- apiKey?: string | undefined;
1636
- }, {
1637
- apiKey?: string | undefined;
1638
- enabled?: boolean | undefined;
1639
- }>]>>;
1640
- aws: z.ZodOptional<z.ZodObject<{
1641
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1642
- controllerRoleArn: z.ZodString;
1643
- }, "strip", z.ZodTypeAny, {
1644
- controllerRoleArn: string;
1645
- enabled: boolean;
1646
- }, {
1647
- controllerRoleArn: string;
1648
- enabled?: boolean | undefined;
1649
- }>>;
1650
- id: z.ZodString;
1651
- type: z.ZodEnum<["managed", "connected"]>;
1652
- }, "strip", z.ZodTypeAny, {
1653
- type: "connected" | "managed";
1654
- id: string;
1655
- limits?: {
1464
+ /**
1465
+ * Returns a single object containing organization contact and billing address details.
1466
+ */
1467
+ export declare const zGetContactResponse: z.ZodObject<{
1468
+ company: z.ZodOptional<z.ZodString>;
1469
+ address1: z.ZodOptional<z.ZodString>;
1470
+ address2: z.ZodOptional<z.ZodString>;
1471
+ postalCode: z.ZodOptional<z.ZodString>;
1472
+ city: z.ZodOptional<z.ZodString>;
1473
+ state: z.ZodOptional<z.ZodString>;
1474
+ country: z.ZodOptional<z.ZodString>;
1475
+ phone: z.ZodOptional<z.ZodString>;
1476
+ email: z.ZodString;
1477
+ first_name: z.ZodString;
1478
+ last_name: z.ZodString;
1479
+ tax_id: z.ZodOptional<z.ZodString>;
1480
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1481
+ }, "strip", z.ZodTypeAny, {
1482
+ email: string;
1483
+ first_name: string;
1484
+ last_name: string;
1485
+ state?: string | undefined;
1486
+ country?: string | undefined;
1487
+ company?: string | undefined;
1488
+ address1?: string | undefined;
1489
+ address2?: string | undefined;
1490
+ postalCode?: string | undefined;
1491
+ city?: string | undefined;
1492
+ phone?: string | undefined;
1493
+ tax_id?: string | undefined;
1494
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1495
+ }, {
1496
+ email: string;
1497
+ first_name: string;
1498
+ last_name: string;
1499
+ state?: string | undefined;
1500
+ country?: string | undefined;
1501
+ company?: string | undefined;
1502
+ address1?: string | undefined;
1503
+ address2?: string | undefined;
1504
+ postalCode?: string | undefined;
1505
+ city?: string | undefined;
1506
+ phone?: string | undefined;
1507
+ tax_id?: string | undefined;
1508
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1509
+ }>;
1510
+ export declare const zUpdateContactData: z.ZodObject<{
1511
+ company: z.ZodOptional<z.ZodString>;
1512
+ address1: z.ZodOptional<z.ZodString>;
1513
+ address2: z.ZodOptional<z.ZodString>;
1514
+ postalCode: z.ZodOptional<z.ZodString>;
1515
+ city: z.ZodOptional<z.ZodString>;
1516
+ state: z.ZodOptional<z.ZodString>;
1517
+ country: z.ZodOptional<z.ZodString>;
1518
+ phone: z.ZodOptional<z.ZodString>;
1519
+ email: z.ZodString;
1520
+ first_name: z.ZodString;
1521
+ last_name: z.ZodString;
1522
+ tax_id: z.ZodOptional<z.ZodString>;
1523
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1524
+ }, "strip", z.ZodTypeAny, {
1525
+ email: string;
1526
+ first_name: string;
1527
+ last_name: string;
1528
+ state?: string | undefined;
1529
+ country?: string | undefined;
1530
+ company?: string | undefined;
1531
+ address1?: string | undefined;
1532
+ address2?: string | undefined;
1533
+ postalCode?: string | undefined;
1534
+ city?: string | undefined;
1535
+ phone?: string | undefined;
1536
+ tax_id?: string | undefined;
1537
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1538
+ }, {
1539
+ email: string;
1540
+ first_name: string;
1541
+ last_name: string;
1542
+ state?: string | undefined;
1543
+ country?: string | undefined;
1544
+ company?: string | undefined;
1545
+ address1?: string | undefined;
1546
+ address2?: string | undefined;
1547
+ postalCode?: string | undefined;
1548
+ city?: string | undefined;
1549
+ phone?: string | undefined;
1550
+ tax_id?: string | undefined;
1551
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1552
+ }>;
1553
+ /**
1554
+ * Successfully updated. Returns updated organization details.
1555
+ */
1556
+ export declare const zUpdateContactResponse: z.ZodObject<{
1557
+ company: z.ZodOptional<z.ZodString>;
1558
+ address1: z.ZodOptional<z.ZodString>;
1559
+ address2: z.ZodOptional<z.ZodString>;
1560
+ postalCode: z.ZodOptional<z.ZodString>;
1561
+ city: z.ZodOptional<z.ZodString>;
1562
+ state: z.ZodOptional<z.ZodString>;
1563
+ country: z.ZodOptional<z.ZodString>;
1564
+ phone: z.ZodOptional<z.ZodString>;
1565
+ email: z.ZodString;
1566
+ first_name: z.ZodString;
1567
+ last_name: z.ZodString;
1568
+ tax_id: z.ZodOptional<z.ZodString>;
1569
+ tax_id_type: z.ZodOptional<z.ZodEnum<["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""]>>;
1570
+ }, "strip", z.ZodTypeAny, {
1571
+ email: string;
1572
+ first_name: string;
1573
+ last_name: string;
1574
+ state?: string | undefined;
1575
+ country?: string | undefined;
1576
+ company?: string | undefined;
1577
+ address1?: string | undefined;
1578
+ address2?: string | undefined;
1579
+ postalCode?: string | undefined;
1580
+ city?: string | undefined;
1581
+ phone?: string | undefined;
1582
+ tax_id?: string | undefined;
1583
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1584
+ }, {
1585
+ email: string;
1586
+ first_name: string;
1587
+ last_name: string;
1588
+ state?: string | undefined;
1589
+ country?: string | undefined;
1590
+ company?: string | undefined;
1591
+ address1?: string | undefined;
1592
+ address2?: string | undefined;
1593
+ postalCode?: string | undefined;
1594
+ city?: string | undefined;
1595
+ phone?: string | undefined;
1596
+ tax_id?: string | undefined;
1597
+ tax_id_type?: "" | "ad_nrt" | "ae_trn" | "al_tin" | "am_tin" | "ao_tin" | "ar_cuit" | "at_vat" | "au_abn" | "au_arn" | "ba_tin" | "bb_tin" | "be_vat" | "bg_uic" | "bg_vat" | "bh_vat" | "bo_tin" | "br_cnpj" | "br_cpf" | "bs_tin" | "by_tin" | "ca_bn" | "ca_gst_hst" | "ca_pst_bc" | "ca_pst_mb" | "ca_pst_sk" | "ca_qst" | "cd_nif" | "ch_uid" | "ch_vat" | "cl_tin" | "cn_tin" | "co_nit" | "cr_tin" | "cy_vat" | "cz_vat" | "de_stn" | "de_vat" | "dk_vat" | "do_rcn" | "ec_ruc" | "ee_vat" | "eg_tin" | "es_cif" | "es_vat" | "eu_oss_vat" | "fi_vat" | "fr_vat" | "gb_vat" | "ge_vat" | "gn_nif" | "gr_vat" | "hk_br" | "hr_oib" | "hr_vat" | "hu_tin" | "hu_vat" | "id_npwp" | "ie_vat" | "il_vat" | "in_gst" | "is_vat" | "it_vat" | "jp_cn" | "jp_rn" | "jp_trn" | "ke_pin" | "kh_tin" | "kr_brn" | "kz_bin" | "li_uid" | "li_vat" | "lt_vat" | "lu_vat" | "lv_vat" | "ma_vat" | "md_vat" | "me_pib" | "mk_vat" | "mr_nif" | "mt_vat" | "mx_rfc" | "my_frp" | "my_itn" | "my_sst" | "ng_tin" | "nl_vat" | "no_vat" | "no_voec" | "np_pan" | "nz_gst" | "om_vat" | "pe_ruc" | "ph_tin" | "pl_vat" | "pt_vat" | "ro_tin" | "ro_vat" | "rs_pib" | "ru_inn" | "ru_kpp" | "sa_vat" | "se_vat" | "sg_gst" | "sg_uen" | "si_tin" | "si_vat" | "sk_vat" | "sn_ninea" | "sr_fin" | "sv_nit" | "th_vat" | "tj_tin" | "tr_tin" | "tw_vat" | "tz_vat" | "ua_vat" | "ug_tin" | "us_ein" | "uy_ruc" | "uz_tin" | "uz_vat" | "ve_rif" | "vn_tin" | "xi_vat" | "za_vat" | "zm_tin" | "zw_tin" | undefined;
1598
+ }>;
1599
+ /**
1600
+ * An array of the applied promotional credits records.
1601
+ */
1602
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1603
+ id: z.ZodOptional<z.ZodString>;
1604
+ date_created: z.ZodString;
1605
+ code: z.ZodString;
1606
+ description: z.ZodOptional<z.ZodString>;
1607
+ products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1608
+ type: z.ZodEnum<["credit", "discount"]>;
1609
+ value: z.ZodNumber;
1610
+ billing_period: z.ZodString;
1611
+ value_remaining: z.ZodOptional<z.ZodNumber>;
1612
+ }, "strip", z.ZodTypeAny, {
1613
+ code: string;
1614
+ type: "credit" | "discount";
1615
+ value: number;
1616
+ date_created: string;
1617
+ billing_period: string;
1618
+ id?: string | undefined;
1619
+ description?: string | undefined;
1620
+ products?: string[] | undefined;
1621
+ value_remaining?: number | undefined;
1622
+ }, {
1623
+ code: string;
1624
+ type: "credit" | "discount";
1625
+ value: number;
1626
+ date_created: string;
1627
+ billing_period: string;
1628
+ id?: string | undefined;
1629
+ description?: string | undefined;
1630
+ products?: string[] | undefined;
1631
+ value_remaining?: number | undefined;
1632
+ }>, "many">;
1633
+ export declare const zRedeemCreditsData: z.ZodObject<{
1634
+ code: z.ZodOptional<z.ZodString>;
1635
+ }, "strip", z.ZodTypeAny, {
1636
+ code?: string | undefined;
1637
+ }, {
1638
+ code?: string | undefined;
1639
+ }>;
1640
+ /**
1641
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1642
+ */
1643
+ export declare const zListChartsParameterClusterId: z.ZodString;
1644
+ /**
1645
+ * An array of charts
1646
+ */
1647
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1648
+ values: z.ZodString;
1649
+ version_channel: z.ZodString;
1650
+ name: z.ZodString;
1651
+ namespace: z.ZodString;
1652
+ chart: z.ZodString;
1653
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1654
+ version_current: z.ZodString;
1655
+ created_at: z.ZodString;
1656
+ updated_at: z.ZodString;
1657
+ ready: z.ZodBoolean;
1658
+ }, "strip", z.ZodTypeAny, {
1659
+ values: string;
1660
+ name: string;
1661
+ ready: boolean;
1662
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1663
+ version_channel: string;
1664
+ namespace: string;
1665
+ chart: string;
1666
+ version_current: string;
1667
+ created_at: string;
1668
+ updated_at: string;
1669
+ }, {
1670
+ values: string;
1671
+ name: string;
1672
+ ready: boolean;
1673
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1674
+ version_channel: string;
1675
+ namespace: string;
1676
+ chart: string;
1677
+ version_current: string;
1678
+ created_at: string;
1679
+ updated_at: string;
1680
+ }>, "many">;
1681
+ export declare const zCreateChartData: z.ZodObject<{
1682
+ values: z.ZodString;
1683
+ version_channel: z.ZodString;
1684
+ name: z.ZodString;
1685
+ namespace: z.ZodString;
1686
+ chart: z.ZodString;
1687
+ }, "strip", z.ZodTypeAny, {
1688
+ values: string;
1689
+ name: string;
1690
+ version_channel: string;
1691
+ namespace: string;
1692
+ chart: string;
1693
+ }, {
1694
+ values: string;
1695
+ name: string;
1696
+ version_channel: string;
1697
+ namespace: string;
1698
+ chart: string;
1699
+ }>;
1700
+ /**
1701
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1702
+ */
1703
+ export declare const zCreateChartParameterClusterId: z.ZodString;
1704
+ /**
1705
+ * Successfully created. Returns created Chart ID.
1706
+ */
1707
+ export declare const zCreateChartResponse: z.ZodString;
1708
+ /**
1709
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1710
+ */
1711
+ export declare const zDeleteChartParameterClusterId: z.ZodString;
1712
+ /**
1713
+ * Chart deployment name as the unique identifier of the chart.
1714
+ */
1715
+ export declare const zDeleteChartParameterChartName: z.ZodString;
1716
+ /**
1717
+ * Successfully deleted.
1718
+ */
1719
+ export declare const zDeleteChartResponse: z.ZodString;
1720
+ /**
1721
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1722
+ */
1723
+ export declare const zGetChartParameterClusterId: z.ZodString;
1724
+ /**
1725
+ * Chart deployment name as the unique identifier of the chart.
1726
+ */
1727
+ export declare const zGetChartParameterChartName: z.ZodString;
1728
+ /**
1729
+ * Returns a single object containing chart details.
1730
+ */
1731
+ export declare const zGetChartResponse: z.ZodObject<{
1732
+ values: z.ZodString;
1733
+ version_channel: z.ZodString;
1734
+ name: z.ZodString;
1735
+ namespace: z.ZodString;
1736
+ chart: z.ZodString;
1737
+ status: z.ZodEnum<["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"]>;
1738
+ version_current: z.ZodString;
1739
+ created_at: z.ZodString;
1740
+ updated_at: z.ZodString;
1741
+ ready: z.ZodBoolean;
1742
+ }, "strip", z.ZodTypeAny, {
1743
+ values: string;
1744
+ name: string;
1745
+ ready: boolean;
1746
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1747
+ version_channel: string;
1748
+ namespace: string;
1749
+ chart: string;
1750
+ version_current: string;
1751
+ created_at: string;
1752
+ updated_at: string;
1753
+ }, {
1754
+ values: string;
1755
+ name: string;
1756
+ ready: boolean;
1757
+ status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1758
+ version_channel: string;
1759
+ namespace: string;
1760
+ chart: string;
1761
+ version_current: string;
1762
+ created_at: string;
1763
+ updated_at: string;
1764
+ }>;
1765
+ export declare const zUpdateChartData: z.ZodObject<{
1766
+ values: z.ZodString;
1767
+ version_channel: z.ZodString;
1768
+ }, "strip", z.ZodTypeAny, {
1769
+ values: string;
1770
+ version_channel: string;
1771
+ }, {
1772
+ values: string;
1773
+ version_channel: string;
1774
+ }>;
1775
+ /**
1776
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1777
+ */
1778
+ export declare const zUpdateChartParameterClusterId: z.ZodString;
1779
+ /**
1780
+ * Chart deployment name as the unique identifier of the chart.
1781
+ */
1782
+ export declare const zUpdateChartParameterChartName: z.ZodString;
1783
+ /**
1784
+ * Successfully updated.
1785
+ */
1786
+ export declare const zUpdateChartResponse: z.ZodString;
1787
+ /**
1788
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1789
+ */
1790
+ export declare const zListFleetsParameterClusterId: z.ZodString;
1791
+ /**
1792
+ * An array of fleets
1793
+ */
1794
+ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1795
+ limits: z.ZodOptional<z.ZodObject<{
1796
+ cpu: z.ZodNumber;
1797
+ }, "strip", z.ZodTypeAny, {
1798
+ cpu: number;
1799
+ }, {
1800
+ cpu: number;
1801
+ }>>;
1802
+ gcp: z.ZodOptional<z.ZodObject<{
1803
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1804
+ project: z.ZodString;
1805
+ }, "strip", z.ZodTypeAny, {
1806
+ project: string;
1807
+ enabled: boolean;
1808
+ }, {
1809
+ project: string;
1810
+ enabled?: boolean | undefined;
1811
+ }>>;
1812
+ hetzner: z.ZodOptional<z.ZodObject<{
1813
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1814
+ apiKey: z.ZodString;
1815
+ }, "strip", z.ZodTypeAny, {
1816
+ apiKey: string;
1817
+ enabled: boolean;
1818
+ }, {
1819
+ apiKey: string;
1820
+ enabled?: boolean | undefined;
1821
+ }>>;
1822
+ aws: z.ZodOptional<z.ZodObject<{
1823
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1824
+ controllerRoleArn: z.ZodString;
1825
+ }, "strip", z.ZodTypeAny, {
1826
+ controllerRoleArn: string;
1827
+ enabled: boolean;
1828
+ }, {
1829
+ controllerRoleArn: string;
1830
+ enabled?: boolean | undefined;
1831
+ }>>;
1832
+ id: z.ZodString;
1833
+ }, "strip", z.ZodTypeAny, {
1834
+ id: string;
1835
+ limits?: {
1836
+ cpu: number;
1837
+ } | undefined;
1838
+ gcp?: {
1839
+ project: string;
1840
+ enabled: boolean;
1841
+ } | undefined;
1842
+ hetzner?: {
1843
+ apiKey: string;
1844
+ enabled: boolean;
1845
+ } | undefined;
1846
+ aws?: {
1847
+ controllerRoleArn: string;
1848
+ enabled: boolean;
1849
+ } | undefined;
1850
+ }, {
1851
+ id: string;
1852
+ limits?: {
1853
+ cpu: number;
1854
+ } | undefined;
1855
+ gcp?: {
1856
+ project: string;
1857
+ enabled?: boolean | undefined;
1858
+ } | undefined;
1859
+ hetzner?: {
1860
+ apiKey: string;
1861
+ enabled?: boolean | undefined;
1862
+ } | undefined;
1863
+ aws?: {
1864
+ controllerRoleArn: string;
1865
+ enabled?: boolean | undefined;
1866
+ } | undefined;
1867
+ }>, "many">;
1868
+ export declare const zCreateFleetData: z.ZodObject<{
1869
+ limits: z.ZodOptional<z.ZodObject<{
1870
+ cpu: z.ZodNumber;
1871
+ }, "strip", z.ZodTypeAny, {
1872
+ cpu: number;
1873
+ }, {
1874
+ cpu: number;
1875
+ }>>;
1876
+ gcp: z.ZodOptional<z.ZodObject<{
1877
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1878
+ project: z.ZodString;
1879
+ }, "strip", z.ZodTypeAny, {
1880
+ project: string;
1881
+ enabled: boolean;
1882
+ }, {
1883
+ project: string;
1884
+ enabled?: boolean | undefined;
1885
+ }>>;
1886
+ hetzner: z.ZodOptional<z.ZodObject<{
1887
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1888
+ apiKey: z.ZodString;
1889
+ }, "strip", z.ZodTypeAny, {
1890
+ apiKey: string;
1891
+ enabled: boolean;
1892
+ }, {
1893
+ apiKey: string;
1894
+ enabled?: boolean | undefined;
1895
+ }>>;
1896
+ aws: z.ZodOptional<z.ZodObject<{
1897
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1898
+ controllerRoleArn: z.ZodString;
1899
+ }, "strip", z.ZodTypeAny, {
1900
+ controllerRoleArn: string;
1901
+ enabled: boolean;
1902
+ }, {
1903
+ controllerRoleArn: string;
1904
+ enabled?: boolean | undefined;
1905
+ }>>;
1906
+ id: z.ZodString;
1907
+ }, "strip", z.ZodTypeAny, {
1908
+ id: string;
1909
+ limits?: {
1910
+ cpu: number;
1911
+ } | undefined;
1912
+ gcp?: {
1913
+ project: string;
1914
+ enabled: boolean;
1915
+ } | undefined;
1916
+ hetzner?: {
1917
+ apiKey: string;
1918
+ enabled: boolean;
1919
+ } | undefined;
1920
+ aws?: {
1921
+ controllerRoleArn: string;
1922
+ enabled: boolean;
1923
+ } | undefined;
1924
+ }, {
1925
+ id: string;
1926
+ limits?: {
1927
+ cpu: number;
1928
+ } | undefined;
1929
+ gcp?: {
1930
+ project: string;
1931
+ enabled?: boolean | undefined;
1932
+ } | undefined;
1933
+ hetzner?: {
1934
+ apiKey: string;
1935
+ enabled?: boolean | undefined;
1936
+ } | undefined;
1937
+ aws?: {
1938
+ controllerRoleArn: string;
1939
+ enabled?: boolean | undefined;
1940
+ } | undefined;
1941
+ }>;
1942
+ /**
1943
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1944
+ */
1945
+ export declare const zCreateFleetParameterClusterId: z.ZodString;
1946
+ /**
1947
+ * Successfully created. Returns created Fleet ID.
1948
+ */
1949
+ export declare const zCreateFleetResponse: z.ZodString;
1950
+ /**
1951
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1952
+ */
1953
+ export declare const zDeleteFleetParameterClusterId: z.ZodString;
1954
+ /**
1955
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1956
+ */
1957
+ export declare const zDeleteFleetParameterFleetName: z.ZodString;
1958
+ /**
1959
+ * Successfully deleted.
1960
+ */
1961
+ export declare const zDeleteFleetResponse: z.ZodString;
1962
+ /**
1963
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1964
+ */
1965
+ export declare const zGetFleetParameterClusterId: z.ZodString;
1966
+ /**
1967
+ * Unique identifier of the fleet. UUID v4 string in canonical form
1968
+ */
1969
+ export declare const zGetFleetParameterFleetName: z.ZodString;
1970
+ /**
1971
+ * Returns a single object containing fleet details.
1972
+ */
1973
+ export declare const zGetFleetResponse: z.ZodObject<{
1974
+ limits: z.ZodOptional<z.ZodObject<{
1975
+ cpu: z.ZodNumber;
1976
+ }, "strip", z.ZodTypeAny, {
1977
+ cpu: number;
1978
+ }, {
1979
+ cpu: number;
1980
+ }>>;
1981
+ gcp: z.ZodOptional<z.ZodObject<{
1982
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1983
+ project: z.ZodString;
1984
+ }, "strip", z.ZodTypeAny, {
1985
+ project: string;
1986
+ enabled: boolean;
1987
+ }, {
1988
+ project: string;
1989
+ enabled?: boolean | undefined;
1990
+ }>>;
1991
+ hetzner: z.ZodOptional<z.ZodObject<{
1992
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1993
+ apiKey: z.ZodString;
1994
+ }, "strip", z.ZodTypeAny, {
1995
+ apiKey: string;
1996
+ enabled: boolean;
1997
+ }, {
1998
+ apiKey: string;
1999
+ enabled?: boolean | undefined;
2000
+ }>>;
2001
+ aws: z.ZodOptional<z.ZodObject<{
2002
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2003
+ controllerRoleArn: z.ZodString;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ controllerRoleArn: string;
2006
+ enabled: boolean;
2007
+ }, {
2008
+ controllerRoleArn: string;
2009
+ enabled?: boolean | undefined;
2010
+ }>>;
2011
+ id: z.ZodString;
2012
+ }, "strip", z.ZodTypeAny, {
2013
+ id: string;
2014
+ limits?: {
1656
2015
  cpu: number;
1657
2016
  } | undefined;
1658
2017
  gcp?: {
@@ -1660,18 +2019,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1660
2019
  enabled: boolean;
1661
2020
  } | undefined;
1662
2021
  hetzner?: {
2022
+ apiKey: string;
1663
2023
  enabled: boolean;
1664
- apiKey?: string | undefined;
1665
- } | {
1666
- enabled: boolean;
1667
- apiKey?: string | undefined;
1668
2024
  } | undefined;
1669
2025
  aws?: {
1670
2026
  controllerRoleArn: string;
1671
2027
  enabled: boolean;
1672
2028
  } | undefined;
1673
2029
  }, {
1674
- type: "connected" | "managed";
1675
2030
  id: string;
1676
2031
  limits?: {
1677
2032
  cpu: number;
@@ -1681,20 +2036,15 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1681
2036
  enabled?: boolean | undefined;
1682
2037
  } | undefined;
1683
2038
  hetzner?: {
1684
- apiKey?: string | undefined;
1685
- enabled?: boolean | undefined;
1686
- } | {
1687
- apiKey?: string | undefined;
2039
+ apiKey: string;
1688
2040
  enabled?: boolean | undefined;
1689
2041
  } | undefined;
1690
2042
  aws?: {
1691
2043
  controllerRoleArn: string;
1692
2044
  enabled?: boolean | undefined;
1693
2045
  } | undefined;
1694
- }>, "many">;
1695
- export declare const zCreateFleetResponse: z.ZodString;
1696
- export declare const zDeleteFleetResponse: z.ZodString;
1697
- export declare const zGetFleetResponse: z.ZodObject<{
2046
+ }>;
2047
+ export declare const zUpdateFleetData: z.ZodObject<{
1698
2048
  limits: z.ZodOptional<z.ZodObject<{
1699
2049
  cpu: z.ZodNumber;
1700
2050
  }, "strip", z.ZodTypeAny, {
@@ -1712,25 +2062,16 @@ export declare const zGetFleetResponse: z.ZodObject<{
1712
2062
  project: string;
1713
2063
  enabled?: boolean | undefined;
1714
2064
  }>>;
1715
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1716
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1717
- apiKey: z.ZodOptional<z.ZodString>;
1718
- }, "strip", z.ZodTypeAny, {
1719
- enabled: boolean;
1720
- apiKey?: string | undefined;
1721
- }, {
1722
- apiKey?: string | undefined;
1723
- enabled?: boolean | undefined;
1724
- }>, z.ZodObject<{
1725
- apiKey: z.ZodOptional<z.ZodString>;
2065
+ hetzner: z.ZodOptional<z.ZodObject<{
1726
2066
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2067
+ apiKey: z.ZodString;
1727
2068
  }, "strip", z.ZodTypeAny, {
2069
+ apiKey: string;
1728
2070
  enabled: boolean;
1729
- apiKey?: string | undefined;
1730
2071
  }, {
1731
- apiKey?: string | undefined;
2072
+ apiKey: string;
1732
2073
  enabled?: boolean | undefined;
1733
- }>]>>;
2074
+ }>>;
1734
2075
  aws: z.ZodOptional<z.ZodObject<{
1735
2076
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1736
2077
  controllerRoleArn: z.ZodString;
@@ -1741,11 +2082,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1741
2082
  controllerRoleArn: string;
1742
2083
  enabled?: boolean | undefined;
1743
2084
  }>>;
1744
- id: z.ZodString;
1745
- type: z.ZodEnum<["managed", "connected"]>;
1746
2085
  }, "strip", z.ZodTypeAny, {
1747
- type: "connected" | "managed";
1748
- id: string;
1749
2086
  limits?: {
1750
2087
  cpu: number;
1751
2088
  } | undefined;
@@ -1754,19 +2091,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1754
2091
  enabled: boolean;
1755
2092
  } | undefined;
1756
2093
  hetzner?: {
2094
+ apiKey: string;
1757
2095
  enabled: boolean;
1758
- apiKey?: string | undefined;
1759
- } | {
1760
- enabled: boolean;
1761
- apiKey?: string | undefined;
1762
2096
  } | undefined;
1763
2097
  aws?: {
1764
2098
  controllerRoleArn: string;
1765
2099
  enabled: boolean;
1766
2100
  } | undefined;
1767
2101
  }, {
1768
- type: "connected" | "managed";
1769
- id: string;
1770
2102
  limits?: {
1771
2103
  cpu: number;
1772
2104
  } | undefined;
@@ -1775,10 +2107,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1775
2107
  enabled?: boolean | undefined;
1776
2108
  } | undefined;
1777
2109
  hetzner?: {
1778
- apiKey?: string | undefined;
1779
- enabled?: boolean | undefined;
1780
- } | {
1781
- apiKey?: string | undefined;
2110
+ apiKey: string;
1782
2111
  enabled?: boolean | undefined;
1783
2112
  } | undefined;
1784
2113
  aws?: {
@@ -1786,7 +2115,25 @@ export declare const zGetFleetResponse: z.ZodObject<{
1786
2115
  enabled?: boolean | undefined;
1787
2116
  } | undefined;
1788
2117
  }>;
2118
+ /**
2119
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2120
+ */
2121
+ export declare const zUpdateFleetParameterClusterId: z.ZodString;
2122
+ /**
2123
+ * Unique identifier of the fleet. UUID v4 string in canonical form
2124
+ */
2125
+ export declare const zUpdateFleetParameterFleetName: z.ZodString;
2126
+ /**
2127
+ * Successfully updated.
2128
+ */
1789
2129
  export declare const zUpdateFleetResponse: z.ZodString;
2130
+ /**
2131
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2132
+ */
2133
+ export declare const zQueryClusterParameterClusterId: z.ZodString;
2134
+ /**
2135
+ * An array of clusters
2136
+ */
1790
2137
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1791
2138
  name: z.ZodString;
1792
2139
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1804,31 +2151,64 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1804
2151
  name: string;
1805
2152
  id: string;
1806
2153
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1807
- tier: "basic" | "pro";
1808
2154
  version_channel: string;
2155
+ tier: "basic" | "pro";
2156
+ ready?: boolean | undefined;
1809
2157
  region?: "staging" | "northamerica-central-1" | undefined;
1810
- endpoint?: string | undefined;
1811
- certificate_ca?: string | undefined;
1812
2158
  version_current?: string | undefined;
1813
2159
  created_at?: string | undefined;
1814
2160
  updated_at?: string | undefined;
1815
- ready?: boolean | undefined;
2161
+ endpoint?: string | undefined;
2162
+ certificate_ca?: string | undefined;
1816
2163
  }, {
1817
2164
  name: string;
1818
2165
  id: string;
1819
2166
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1820
2167
  tier: "basic" | "pro";
2168
+ ready?: boolean | undefined;
1821
2169
  region?: "staging" | "northamerica-central-1" | undefined;
1822
- endpoint?: string | undefined;
1823
2170
  version_channel?: string | undefined;
1824
- certificate_ca?: string | undefined;
1825
2171
  version_current?: string | undefined;
1826
2172
  created_at?: string | undefined;
1827
2173
  updated_at?: string | undefined;
1828
- ready?: boolean | undefined;
2174
+ endpoint?: string | undefined;
2175
+ certificate_ca?: string | undefined;
1829
2176
  }>, "many">;
2177
+ export declare const zCreateClusterData: z.ZodObject<{
2178
+ name: z.ZodString;
2179
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
2180
+ tier: z.ZodEnum<["basic", "pro"]>;
2181
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2182
+ }, "strip", z.ZodTypeAny, {
2183
+ name: string;
2184
+ version_channel: string;
2185
+ tier: "basic" | "pro";
2186
+ region?: "staging" | "northamerica-central-1" | undefined;
2187
+ }, {
2188
+ name: string;
2189
+ tier: "basic" | "pro";
2190
+ region?: "staging" | "northamerica-central-1" | undefined;
2191
+ version_channel?: string | undefined;
2192
+ }>;
2193
+ /**
2194
+ * Successfully created. Returns created Cluster ID.
2195
+ */
1830
2196
  export declare const zCreateClusterResponse: z.ZodString;
2197
+ /**
2198
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2199
+ */
2200
+ export declare const zDeleteClusterParameterClusterId: z.ZodString;
2201
+ /**
2202
+ * Successfully deleted.
2203
+ */
1831
2204
  export declare const zDeleteClusterResponse: z.ZodString;
2205
+ /**
2206
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2207
+ */
2208
+ export declare const zGetClusterParameterClusterId: z.ZodString;
2209
+ /**
2210
+ * Returns a single object containing cluster details.
2211
+ */
1832
2212
  export declare const zGetClusterResponse: z.ZodObject<{
1833
2213
  name: z.ZodString;
1834
2214
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1846,29 +2226,46 @@ export declare const zGetClusterResponse: z.ZodObject<{
1846
2226
  name: string;
1847
2227
  id: string;
1848
2228
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1849
- tier: "basic" | "pro";
1850
2229
  version_channel: string;
2230
+ tier: "basic" | "pro";
2231
+ ready?: boolean | undefined;
1851
2232
  region?: "staging" | "northamerica-central-1" | undefined;
1852
- endpoint?: string | undefined;
1853
- certificate_ca?: string | undefined;
1854
2233
  version_current?: string | undefined;
1855
2234
  created_at?: string | undefined;
1856
2235
  updated_at?: string | undefined;
1857
- ready?: boolean | undefined;
2236
+ endpoint?: string | undefined;
2237
+ certificate_ca?: string | undefined;
1858
2238
  }, {
1859
2239
  name: string;
1860
2240
  id: string;
1861
2241
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1862
2242
  tier: "basic" | "pro";
2243
+ ready?: boolean | undefined;
1863
2244
  region?: "staging" | "northamerica-central-1" | undefined;
1864
- endpoint?: string | undefined;
1865
2245
  version_channel?: string | undefined;
1866
- certificate_ca?: string | undefined;
1867
2246
  version_current?: string | undefined;
1868
2247
  created_at?: string | undefined;
1869
2248
  updated_at?: string | undefined;
1870
- ready?: boolean | undefined;
2249
+ endpoint?: string | undefined;
2250
+ certificate_ca?: string | undefined;
2251
+ }>;
2252
+ export declare const zUpdateClusterData: z.ZodObject<{
2253
+ name: z.ZodOptional<z.ZodString>;
2254
+ version_channel: z.ZodOptional<z.ZodString>;
2255
+ }, "strip", z.ZodTypeAny, {
2256
+ name?: string | undefined;
2257
+ version_channel?: string | undefined;
2258
+ }, {
2259
+ name?: string | undefined;
2260
+ version_channel?: string | undefined;
1871
2261
  }>;
2262
+ /**
2263
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2264
+ */
2265
+ export declare const zUpdateClusterParameterClusterId: z.ZodString;
2266
+ /**
2267
+ * Successfully updated. Returns updated cluster details.
2268
+ */
1872
2269
  export declare const zUpdateClusterResponse: z.ZodObject<{
1873
2270
  name: z.ZodString;
1874
2271
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1886,29 +2283,36 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1886
2283
  name: string;
1887
2284
  id: string;
1888
2285
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1889
- tier: "basic" | "pro";
1890
2286
  version_channel: string;
2287
+ tier: "basic" | "pro";
2288
+ ready?: boolean | undefined;
1891
2289
  region?: "staging" | "northamerica-central-1" | undefined;
1892
- endpoint?: string | undefined;
1893
- certificate_ca?: string | undefined;
1894
2290
  version_current?: string | undefined;
1895
2291
  created_at?: string | undefined;
1896
2292
  updated_at?: string | undefined;
1897
- ready?: boolean | undefined;
2293
+ endpoint?: string | undefined;
2294
+ certificate_ca?: string | undefined;
1898
2295
  }, {
1899
2296
  name: string;
1900
2297
  id: string;
1901
2298
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1902
2299
  tier: "basic" | "pro";
2300
+ ready?: boolean | undefined;
1903
2301
  region?: "staging" | "northamerica-central-1" | undefined;
1904
- endpoint?: string | undefined;
1905
2302
  version_channel?: string | undefined;
1906
- certificate_ca?: string | undefined;
1907
2303
  version_current?: string | undefined;
1908
2304
  created_at?: string | undefined;
1909
2305
  updated_at?: string | undefined;
1910
- ready?: boolean | undefined;
2306
+ endpoint?: string | undefined;
2307
+ certificate_ca?: string | undefined;
1911
2308
  }>;
2309
+ /**
2310
+ * Unique identifier of the cluster. UUID v4 string in canonical form
2311
+ */
2312
+ export declare const zGetJoinInformationParameterClusterId: z.ZodString;
2313
+ /**
2314
+ * An object of cluster join information
2315
+ */
1912
2316
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1913
2317
  name: z.ZodString;
1914
2318
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1926,200 +2330,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1926
2330
  name: string;
1927
2331
  id: string;
1928
2332
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1929
- tier: "basic" | "pro";
1930
2333
  version_channel: string;
2334
+ tier: "basic" | "pro";
2335
+ ready?: boolean | undefined;
1931
2336
  region?: "staging" | "northamerica-central-1" | undefined;
1932
- endpoint?: string | undefined;
1933
- certificate_ca?: string | undefined;
1934
2337
  version_current?: string | undefined;
1935
2338
  created_at?: string | undefined;
1936
2339
  updated_at?: string | undefined;
1937
- ready?: boolean | undefined;
2340
+ endpoint?: string | undefined;
2341
+ certificate_ca?: string | undefined;
1938
2342
  }, {
1939
2343
  name: string;
1940
2344
  id: string;
1941
2345
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1942
2346
  tier: "basic" | "pro";
2347
+ ready?: boolean | undefined;
1943
2348
  region?: "staging" | "northamerica-central-1" | undefined;
1944
- endpoint?: string | undefined;
1945
2349
  version_channel?: string | undefined;
1946
- certificate_ca?: string | undefined;
1947
2350
  version_current?: string | undefined;
1948
2351
  created_at?: string | undefined;
1949
2352
  updated_at?: string | undefined;
1950
- ready?: boolean | undefined;
2353
+ endpoint?: string | undefined;
2354
+ certificate_ca?: string | undefined;
1951
2355
  }>;
1952
- export declare const zGetInfrastructureResponse: z.ZodArray<z.ZodObject<{
1953
- sku: z.ZodString;
1954
- provider: z.ZodString;
1955
- region: z.ZodString;
1956
- sub_region: z.ZodString;
1957
- csp_region: z.ZodString;
1958
- csp_zone: z.ZodString;
1959
- instance_type: z.ZodString;
1960
- architecture: z.ZodString;
1961
- os: z.ZodString;
1962
- vcpu: z.ZodNumber;
1963
- memory: z.ZodNumber;
1964
- local_storage: z.ZodNumber;
1965
- accelerator_name: z.ZodOptional<z.ZodString>;
1966
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
1967
- accelerator_count: z.ZodOptional<z.ZodNumber>;
1968
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
1969
- pods_capacity: z.ZodOptional<z.ZodNumber>;
1970
- capacity_type: z.ZodOptional<z.ZodString>;
1971
- price: z.ZodNumber;
1972
- available: z.ZodOptional<z.ZodBoolean>;
1973
- }, "strip", z.ZodTypeAny, {
1974
- memory: number;
1975
- region: string;
1976
- sku: string;
1977
- provider: string;
1978
- sub_region: string;
1979
- csp_region: string;
1980
- csp_zone: string;
1981
- instance_type: string;
1982
- architecture: string;
1983
- os: string;
1984
- vcpu: number;
1985
- local_storage: number;
1986
- price: number;
1987
- accelerator_name?: string | undefined;
1988
- accelerator_manufacturer?: string | undefined;
1989
- accelerator_count?: number | undefined;
1990
- accelerator_memory?: number | undefined;
1991
- pods_capacity?: number | undefined;
1992
- capacity_type?: string | undefined;
1993
- available?: boolean | undefined;
1994
- }, {
1995
- memory: number;
1996
- region: string;
1997
- sku: string;
1998
- provider: string;
1999
- sub_region: string;
2000
- csp_region: string;
2001
- csp_zone: string;
2002
- instance_type: string;
2003
- architecture: string;
2004
- os: string;
2005
- vcpu: number;
2006
- local_storage: number;
2007
- price: number;
2008
- accelerator_name?: string | undefined;
2009
- accelerator_manufacturer?: string | undefined;
2010
- accelerator_count?: number | undefined;
2011
- accelerator_memory?: number | undefined;
2012
- pods_capacity?: number | undefined;
2013
- capacity_type?: string | undefined;
2014
- available?: boolean | undefined;
2015
- }>, "many">;
2016
- export declare const zGetFacetsResponse: z.ZodArray<z.ZodObject<{
2017
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2018
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2019
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2020
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2021
- vcpu_min: z.ZodOptional<z.ZodNumber>;
2022
- vcpu_max: z.ZodOptional<z.ZodNumber>;
2023
- memory_min: z.ZodOptional<z.ZodNumber>;
2024
- memory_max: z.ZodOptional<z.ZodNumber>;
2025
- storage_local_min: z.ZodOptional<z.ZodNumber>;
2026
- storage_local_max: z.ZodOptional<z.ZodNumber>;
2027
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2028
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2029
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
2030
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
2031
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
2032
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
2033
- price_min: z.ZodOptional<z.ZodNumber>;
2034
- price_max: z.ZodOptional<z.ZodNumber>;
2035
- regions_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2036
- region: z.ZodOptional<z.ZodString>;
2037
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2038
- }, "strip", z.ZodTypeAny, {
2039
- region?: string | undefined;
2040
- sub_region?: string[] | undefined;
2041
- }, {
2042
- region?: string | undefined;
2043
- sub_region?: string[] | undefined;
2044
- }>, "many">>;
2045
- accelerators_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2046
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
2047
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2048
- }, "strip", z.ZodTypeAny, {
2049
- accelerator_name?: string[] | undefined;
2050
- accelerator_manufacturer?: string | undefined;
2051
- }, {
2052
- accelerator_name?: string[] | undefined;
2053
- accelerator_manufacturer?: string | undefined;
2054
- }>, "many">>;
2055
- count_total: z.ZodOptional<z.ZodNumber>;
2056
- count_accelerators: z.ZodOptional<z.ZodNumber>;
2057
- count_instance_types: z.ZodOptional<z.ZodNumber>;
2058
- count_accelerators_instance_types: z.ZodOptional<z.ZodNumber>;
2059
- }, "strip", z.ZodTypeAny, {
2060
- region?: string[] | undefined;
2061
- provider?: string[] | undefined;
2062
- sub_region?: string[] | undefined;
2063
- csp_region?: string[] | undefined;
2064
- accelerator_name?: string[] | undefined;
2065
- accelerator_manufacturer?: string[] | undefined;
2066
- accelerator_count_min?: number | undefined;
2067
- accelerator_count_max?: number | undefined;
2068
- accelerator_memory_min?: number | undefined;
2069
- accelerator_memory_max?: number | undefined;
2070
- memory_min?: number | undefined;
2071
- memory_max?: number | undefined;
2072
- vcpu_min?: number | undefined;
2073
- vcpu_max?: number | undefined;
2074
- storage_local_min?: number | undefined;
2075
- storage_local_max?: number | undefined;
2076
- price_min?: number | undefined;
2077
- price_max?: number | undefined;
2078
- regions_struct?: {
2079
- region?: string | undefined;
2080
- sub_region?: string[] | undefined;
2081
- }[] | undefined;
2082
- accelerators_struct?: {
2083
- accelerator_name?: string[] | undefined;
2084
- accelerator_manufacturer?: string | undefined;
2085
- }[] | undefined;
2086
- count_total?: number | undefined;
2087
- count_accelerators?: number | undefined;
2088
- count_instance_types?: number | undefined;
2089
- count_accelerators_instance_types?: number | undefined;
2090
- }, {
2091
- region?: string[] | undefined;
2092
- provider?: string[] | undefined;
2093
- sub_region?: string[] | undefined;
2094
- csp_region?: string[] | undefined;
2095
- accelerator_name?: string[] | undefined;
2096
- accelerator_manufacturer?: string[] | undefined;
2097
- accelerator_count_min?: number | undefined;
2098
- accelerator_count_max?: number | undefined;
2099
- accelerator_memory_min?: number | undefined;
2100
- accelerator_memory_max?: number | undefined;
2101
- memory_min?: number | undefined;
2102
- memory_max?: number | undefined;
2103
- vcpu_min?: number | undefined;
2104
- vcpu_max?: number | undefined;
2105
- storage_local_min?: number | undefined;
2106
- storage_local_max?: number | undefined;
2107
- price_min?: number | undefined;
2108
- price_max?: number | undefined;
2109
- regions_struct?: {
2110
- region?: string | undefined;
2111
- sub_region?: string[] | undefined;
2112
- }[] | undefined;
2113
- accelerators_struct?: {
2114
- accelerator_name?: string[] | undefined;
2115
- accelerator_manufacturer?: string | undefined;
2116
- }[] | undefined;
2117
- count_total?: number | undefined;
2118
- count_accelerators?: number | undefined;
2119
- count_instance_types?: number | undefined;
2120
- count_accelerators_instance_types?: number | undefined;
2121
- }>, "many">;
2122
- export declare const zGetRegionsResponse: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
2356
+ /**
2357
+ * An array of invites
2358
+ */
2123
2359
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2124
2360
  id: z.ZodOptional<z.ZodString>;
2125
2361
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2139,26 +2375,17 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2139
2375
  email?: string | undefined;
2140
2376
  organization_id?: string | undefined;
2141
2377
  }>, "many">;
2142
- export declare const zCreateInviteResponse: z.ZodObject<{
2143
- id: z.ZodOptional<z.ZodString>;
2144
- organization_id: z.ZodOptional<z.ZodString>;
2145
- date_created: z.ZodString;
2378
+ export declare const zCreateInviteData: z.ZodObject<{
2146
2379
  email: z.ZodOptional<z.ZodString>;
2147
- code: z.ZodOptional<z.ZodString>;
2148
2380
  }, "strip", z.ZodTypeAny, {
2149
- date_created: string;
2150
- code?: string | undefined;
2151
- id?: string | undefined;
2152
2381
  email?: string | undefined;
2153
- organization_id?: string | undefined;
2154
2382
  }, {
2155
- date_created: string;
2156
- code?: string | undefined;
2157
- id?: string | undefined;
2158
2383
  email?: string | undefined;
2159
- organization_id?: string | undefined;
2160
2384
  }>;
2161
- export declare const zGetInviteResponse: z.ZodObject<{
2385
+ /**
2386
+ * Successfully created. Returns created invite details.
2387
+ */
2388
+ export declare const zCreateInviteResponse: z.ZodObject<{
2162
2389
  id: z.ZodOptional<z.ZodString>;
2163
2390
  organization_id: z.ZodOptional<z.ZodString>;
2164
2391
  date_created: z.ZodString;
@@ -2177,345 +2404,154 @@ export declare const zGetInviteResponse: z.ZodObject<{
2177
2404
  email?: string | undefined;
2178
2405
  organization_id?: string | undefined;
2179
2406
  }>;
2180
- export declare const zGetOrganizationResponse: z.ZodObject<{
2181
- name: z.ZodString;
2182
- contactInfo: z.ZodObject<{
2183
- address1: z.ZodOptional<z.ZodString>;
2184
- address2: z.ZodOptional<z.ZodString>;
2185
- postalCode: z.ZodOptional<z.ZodString>;
2186
- city: z.ZodOptional<z.ZodString>;
2187
- state: z.ZodOptional<z.ZodString>;
2188
- country: z.ZodOptional<z.ZodString>;
2189
- phone: z.ZodOptional<z.ZodString>;
2190
- email: z.ZodString;
2191
- first_name: z.ZodString;
2192
- last_name: z.ZodString;
2193
- }, "strip", z.ZodTypeAny, {
2194
- email: string;
2195
- first_name: string;
2196
- last_name: string;
2197
- state?: string | undefined;
2198
- country?: string | undefined;
2199
- address1?: string | undefined;
2200
- address2?: string | undefined;
2201
- postalCode?: string | undefined;
2202
- city?: string | undefined;
2203
- phone?: string | undefined;
2204
- }, {
2205
- email: string;
2206
- first_name: string;
2207
- last_name: string;
2208
- state?: string | undefined;
2209
- country?: string | undefined;
2210
- address1?: string | undefined;
2211
- address2?: string | undefined;
2212
- postalCode?: string | undefined;
2213
- city?: string | undefined;
2214
- phone?: string | undefined;
2215
- }>;
2216
- id: z.ZodString;
2217
- date_created: z.ZodString;
2218
- quota: z.ZodObject<{
2219
- basic_clusters_max: z.ZodNumber;
2220
- basic_clusters_available: z.ZodNumber;
2221
- pro_clusters_max: z.ZodNumber;
2222
- pro_clusters_available: z.ZodNumber;
2223
- fleets_max: z.ZodNumber;
2224
- managed_fleets_cpu_max: z.ZodNumber;
2225
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
2226
- regions: z.ZodArray<z.ZodString, "many">;
2227
- versions: z.ZodArray<z.ZodObject<{
2228
- id: z.ZodString;
2229
- label: z.ZodString;
2230
- }, "strip", z.ZodTypeAny, {
2231
- id: string;
2232
- label: string;
2233
- }, {
2234
- id: string;
2235
- label: string;
2236
- }>, "many">;
2237
- }, "strip", z.ZodTypeAny, {
2238
- versions: {
2239
- id: string;
2240
- label: string;
2241
- }[];
2242
- basic_clusters_max: number;
2243
- basic_clusters_available: number;
2244
- pro_clusters_max: number;
2245
- pro_clusters_available: number;
2246
- fleets_max: number;
2247
- managed_fleets_cpu_max: number;
2248
- cluster_tiers: string[];
2249
- regions: string[];
2250
- }, {
2251
- versions: {
2252
- id: string;
2253
- label: string;
2254
- }[];
2255
- basic_clusters_max: number;
2256
- basic_clusters_available: number;
2257
- pro_clusters_max: number;
2258
- pro_clusters_available: number;
2259
- fleets_max: number;
2260
- managed_fleets_cpu_max: number;
2261
- cluster_tiers: string[];
2262
- regions: string[];
2263
- }>;
2264
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
2265
- status: z.ZodEnum<["active", "closed", "suspended"]>;
2266
- }, "strip", z.ZodTypeAny, {
2267
- name: string;
2268
- id: string;
2269
- status: "active" | "closed" | "suspended";
2270
- date_created: string;
2271
- contactInfo: {
2272
- email: string;
2273
- first_name: string;
2274
- last_name: string;
2275
- state?: string | undefined;
2276
- country?: string | undefined;
2277
- address1?: string | undefined;
2278
- address2?: string | undefined;
2279
- postalCode?: string | undefined;
2280
- city?: string | undefined;
2281
- phone?: string | undefined;
2282
- };
2283
- quota: {
2284
- versions: {
2285
- id: string;
2286
- label: string;
2287
- }[];
2288
- basic_clusters_max: number;
2289
- basic_clusters_available: number;
2290
- pro_clusters_max: number;
2291
- pro_clusters_available: number;
2292
- fleets_max: number;
2293
- managed_fleets_cpu_max: number;
2294
- cluster_tiers: string[];
2295
- regions: string[];
2296
- };
2297
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2298
- }, {
2299
- name: string;
2300
- id: string;
2301
- status: "active" | "closed" | "suspended";
2302
- date_created: string;
2303
- contactInfo: {
2304
- email: string;
2305
- first_name: string;
2306
- last_name: string;
2307
- state?: string | undefined;
2308
- country?: string | undefined;
2309
- address1?: string | undefined;
2310
- address2?: string | undefined;
2311
- postalCode?: string | undefined;
2312
- city?: string | undefined;
2313
- phone?: string | undefined;
2314
- };
2315
- quota: {
2316
- versions: {
2317
- id: string;
2318
- label: string;
2319
- }[];
2320
- basic_clusters_max: number;
2321
- basic_clusters_available: number;
2322
- pro_clusters_max: number;
2323
- pro_clusters_available: number;
2324
- fleets_max: number;
2325
- managed_fleets_cpu_max: number;
2326
- cluster_tiers: string[];
2327
- regions: string[];
2328
- };
2329
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2407
+ /**
2408
+ * Invitation code
2409
+ */
2410
+ export declare const zGetInviteParameterCode: z.ZodString;
2411
+ /**
2412
+ * Returns a single object containing invite details.
2413
+ */
2414
+ export declare const zGetInviteResponse: z.ZodObject<{
2415
+ id: z.ZodOptional<z.ZodString>;
2416
+ organization_id: z.ZodOptional<z.ZodString>;
2417
+ date_created: z.ZodString;
2418
+ email: z.ZodOptional<z.ZodString>;
2419
+ code: z.ZodOptional<z.ZodString>;
2420
+ }, "strip", z.ZodTypeAny, {
2421
+ date_created: string;
2422
+ code?: string | undefined;
2423
+ id?: string | undefined;
2424
+ email?: string | undefined;
2425
+ organization_id?: string | undefined;
2426
+ }, {
2427
+ date_created: string;
2428
+ code?: string | undefined;
2429
+ id?: string | undefined;
2430
+ email?: string | undefined;
2431
+ organization_id?: string | undefined;
2330
2432
  }>;
2331
- export declare const zCreateOrganizationResponse: z.ZodObject<{
2433
+ /**
2434
+ * User email address
2435
+ */
2436
+ export declare const zDeleteInviteParameterEmail: z.ZodString;
2437
+ /**
2438
+ * An array of chart listings in the marketplace.
2439
+ */
2440
+ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2441
+ id: z.ZodString;
2332
2442
  name: z.ZodString;
2333
- contactInfo: z.ZodObject<{
2334
- address1: z.ZodOptional<z.ZodString>;
2335
- address2: z.ZodOptional<z.ZodString>;
2336
- postalCode: z.ZodOptional<z.ZodString>;
2337
- city: z.ZodOptional<z.ZodString>;
2338
- state: z.ZodOptional<z.ZodString>;
2339
- country: z.ZodOptional<z.ZodString>;
2340
- phone: z.ZodOptional<z.ZodString>;
2341
- email: z.ZodString;
2342
- first_name: z.ZodString;
2343
- last_name: z.ZodString;
2443
+ developer: z.ZodString;
2444
+ description: z.ZodString;
2445
+ logoUrl: z.ZodString;
2446
+ longDescription: z.ZodString;
2447
+ categories: z.ZodArray<z.ZodString, "many">;
2448
+ version_channels: z.ZodArray<z.ZodString, "many">;
2449
+ value_schemas: z.ZodArray<z.ZodObject<{
2450
+ version: z.ZodString;
2451
+ schema: z.ZodString;
2452
+ placeholder: z.ZodString;
2344
2453
  }, "strip", z.ZodTypeAny, {
2345
- email: string;
2346
- first_name: string;
2347
- last_name: string;
2348
- state?: string | undefined;
2349
- country?: string | undefined;
2350
- address1?: string | undefined;
2351
- address2?: string | undefined;
2352
- postalCode?: string | undefined;
2353
- city?: string | undefined;
2354
- phone?: string | undefined;
2454
+ version: string;
2455
+ schema: string;
2456
+ placeholder: string;
2355
2457
  }, {
2356
- email: string;
2357
- first_name: string;
2358
- last_name: string;
2359
- state?: string | undefined;
2360
- country?: string | undefined;
2361
- address1?: string | undefined;
2362
- address2?: string | undefined;
2363
- postalCode?: string | undefined;
2364
- city?: string | undefined;
2365
- phone?: string | undefined;
2366
- }>;
2458
+ version: string;
2459
+ schema: string;
2460
+ placeholder: string;
2461
+ }>, "many">;
2462
+ }, "strip", z.ZodTypeAny, {
2463
+ name: string;
2464
+ id: string;
2465
+ description: string;
2466
+ developer: string;
2467
+ logoUrl: string;
2468
+ longDescription: string;
2469
+ categories: string[];
2470
+ version_channels: string[];
2471
+ value_schemas: {
2472
+ version: string;
2473
+ schema: string;
2474
+ placeholder: string;
2475
+ }[];
2476
+ }, {
2477
+ name: string;
2478
+ id: string;
2479
+ description: string;
2480
+ developer: string;
2481
+ logoUrl: string;
2482
+ longDescription: string;
2483
+ categories: string[];
2484
+ version_channels: string[];
2485
+ value_schemas: {
2486
+ version: string;
2487
+ schema: string;
2488
+ placeholder: string;
2489
+ }[];
2490
+ }>, "many">;
2491
+ /**
2492
+ * Unique identifier of the chart listing in the marketplace.
2493
+ */
2494
+ export declare const zGetMarketplaceChartParameterListingId: z.ZodString;
2495
+ /**
2496
+ * Returns an object containing the chart listing details.
2497
+ */
2498
+ export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2367
2499
  id: z.ZodString;
2368
- date_created: z.ZodString;
2369
- quota: z.ZodObject<{
2370
- basic_clusters_max: z.ZodNumber;
2371
- basic_clusters_available: z.ZodNumber;
2372
- pro_clusters_max: z.ZodNumber;
2373
- pro_clusters_available: z.ZodNumber;
2374
- fleets_max: z.ZodNumber;
2375
- managed_fleets_cpu_max: z.ZodNumber;
2376
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
2377
- regions: z.ZodArray<z.ZodString, "many">;
2378
- versions: z.ZodArray<z.ZodObject<{
2379
- id: z.ZodString;
2380
- label: z.ZodString;
2381
- }, "strip", z.ZodTypeAny, {
2382
- id: string;
2383
- label: string;
2384
- }, {
2385
- id: string;
2386
- label: string;
2387
- }>, "many">;
2500
+ name: z.ZodString;
2501
+ developer: z.ZodString;
2502
+ description: z.ZodString;
2503
+ logoUrl: z.ZodString;
2504
+ longDescription: z.ZodString;
2505
+ categories: z.ZodArray<z.ZodString, "many">;
2506
+ version_channels: z.ZodArray<z.ZodString, "many">;
2507
+ value_schemas: z.ZodArray<z.ZodObject<{
2508
+ version: z.ZodString;
2509
+ schema: z.ZodString;
2510
+ placeholder: z.ZodString;
2388
2511
  }, "strip", z.ZodTypeAny, {
2389
- versions: {
2390
- id: string;
2391
- label: string;
2392
- }[];
2393
- basic_clusters_max: number;
2394
- basic_clusters_available: number;
2395
- pro_clusters_max: number;
2396
- pro_clusters_available: number;
2397
- fleets_max: number;
2398
- managed_fleets_cpu_max: number;
2399
- cluster_tiers: string[];
2400
- regions: string[];
2512
+ version: string;
2513
+ schema: string;
2514
+ placeholder: string;
2401
2515
  }, {
2402
- versions: {
2403
- id: string;
2404
- label: string;
2405
- }[];
2406
- basic_clusters_max: number;
2407
- basic_clusters_available: number;
2408
- pro_clusters_max: number;
2409
- pro_clusters_available: number;
2410
- fleets_max: number;
2411
- managed_fleets_cpu_max: number;
2412
- cluster_tiers: string[];
2413
- regions: string[];
2414
- }>;
2415
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
2416
- status: z.ZodEnum<["active", "closed", "suspended"]>;
2516
+ version: string;
2517
+ schema: string;
2518
+ placeholder: string;
2519
+ }>, "many">;
2417
2520
  }, "strip", z.ZodTypeAny, {
2418
2521
  name: string;
2419
2522
  id: string;
2420
- status: "active" | "closed" | "suspended";
2421
- date_created: string;
2422
- contactInfo: {
2423
- email: string;
2424
- first_name: string;
2425
- last_name: string;
2426
- state?: string | undefined;
2427
- country?: string | undefined;
2428
- address1?: string | undefined;
2429
- address2?: string | undefined;
2430
- postalCode?: string | undefined;
2431
- city?: string | undefined;
2432
- phone?: string | undefined;
2433
- };
2434
- quota: {
2435
- versions: {
2436
- id: string;
2437
- label: string;
2438
- }[];
2439
- basic_clusters_max: number;
2440
- basic_clusters_available: number;
2441
- pro_clusters_max: number;
2442
- pro_clusters_available: number;
2443
- fleets_max: number;
2444
- managed_fleets_cpu_max: number;
2445
- cluster_tiers: string[];
2446
- regions: string[];
2447
- };
2448
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2523
+ description: string;
2524
+ developer: string;
2525
+ logoUrl: string;
2526
+ longDescription: string;
2527
+ categories: string[];
2528
+ version_channels: string[];
2529
+ value_schemas: {
2530
+ version: string;
2531
+ schema: string;
2532
+ placeholder: string;
2533
+ }[];
2449
2534
  }, {
2450
2535
  name: string;
2451
2536
  id: string;
2452
- status: "active" | "closed" | "suspended";
2453
- date_created: string;
2454
- contactInfo: {
2455
- email: string;
2456
- first_name: string;
2457
- last_name: string;
2458
- state?: string | undefined;
2459
- country?: string | undefined;
2460
- address1?: string | undefined;
2461
- address2?: string | undefined;
2462
- postalCode?: string | undefined;
2463
- city?: string | undefined;
2464
- phone?: string | undefined;
2465
- };
2466
- quota: {
2467
- versions: {
2468
- id: string;
2469
- label: string;
2470
- }[];
2471
- basic_clusters_max: number;
2472
- basic_clusters_available: number;
2473
- pro_clusters_max: number;
2474
- pro_clusters_available: number;
2475
- fleets_max: number;
2476
- managed_fleets_cpu_max: number;
2477
- cluster_tiers: string[];
2478
- regions: string[];
2479
- };
2480
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2537
+ description: string;
2538
+ developer: string;
2539
+ logoUrl: string;
2540
+ longDescription: string;
2541
+ categories: string[];
2542
+ version_channels: string[];
2543
+ value_schemas: {
2544
+ version: string;
2545
+ schema: string;
2546
+ placeholder: string;
2547
+ }[];
2481
2548
  }>;
2482
- export declare const zUpdateOrganizationResponse: z.ZodObject<{
2483
- name: z.ZodString;
2484
- contactInfo: z.ZodObject<{
2485
- address1: z.ZodOptional<z.ZodString>;
2486
- address2: z.ZodOptional<z.ZodString>;
2487
- postalCode: z.ZodOptional<z.ZodString>;
2488
- city: z.ZodOptional<z.ZodString>;
2489
- state: z.ZodOptional<z.ZodString>;
2490
- country: z.ZodOptional<z.ZodString>;
2491
- phone: z.ZodOptional<z.ZodString>;
2492
- email: z.ZodString;
2493
- first_name: z.ZodString;
2494
- last_name: z.ZodString;
2495
- }, "strip", z.ZodTypeAny, {
2496
- email: string;
2497
- first_name: string;
2498
- last_name: string;
2499
- state?: string | undefined;
2500
- country?: string | undefined;
2501
- address1?: string | undefined;
2502
- address2?: string | undefined;
2503
- postalCode?: string | undefined;
2504
- city?: string | undefined;
2505
- phone?: string | undefined;
2506
- }, {
2507
- email: string;
2508
- first_name: string;
2509
- last_name: string;
2510
- state?: string | undefined;
2511
- country?: string | undefined;
2512
- address1?: string | undefined;
2513
- address2?: string | undefined;
2514
- postalCode?: string | undefined;
2515
- city?: string | undefined;
2516
- phone?: string | undefined;
2517
- }>;
2549
+ /**
2550
+ * Returns a single object containing organization details.
2551
+ */
2552
+ export declare const zGetOrganizationResponse: z.ZodObject<{
2518
2553
  id: z.ZodString;
2554
+ name: z.ZodOptional<z.ZodString>;
2519
2555
  date_created: z.ZodString;
2520
2556
  quota: z.ZodObject<{
2521
2557
  basic_clusters_max: z.ZodNumber;
@@ -2523,7 +2559,6 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2523
2559
  pro_clusters_max: z.ZodNumber;
2524
2560
  pro_clusters_available: z.ZodNumber;
2525
2561
  fleets_max: z.ZodNumber;
2526
- managed_fleets_cpu_max: z.ZodNumber;
2527
2562
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
2528
2563
  regions: z.ZodArray<z.ZodString, "many">;
2529
2564
  versions: z.ZodArray<z.ZodObject<{
@@ -2546,7 +2581,6 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2546
2581
  pro_clusters_max: number;
2547
2582
  pro_clusters_available: number;
2548
2583
  fleets_max: number;
2549
- managed_fleets_cpu_max: number;
2550
2584
  cluster_tiers: string[];
2551
2585
  regions: string[];
2552
2586
  }, {
@@ -2559,29 +2593,14 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2559
2593
  pro_clusters_max: number;
2560
2594
  pro_clusters_available: number;
2561
2595
  fleets_max: number;
2562
- managed_fleets_cpu_max: number;
2563
2596
  cluster_tiers: string[];
2564
2597
  regions: string[];
2565
2598
  }>;
2566
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
2567
2599
  status: z.ZodEnum<["active", "closed", "suspended"]>;
2568
2600
  }, "strip", z.ZodTypeAny, {
2569
- name: string;
2570
2601
  id: string;
2571
2602
  status: "active" | "closed" | "suspended";
2572
2603
  date_created: string;
2573
- contactInfo: {
2574
- email: string;
2575
- first_name: string;
2576
- last_name: string;
2577
- state?: string | undefined;
2578
- country?: string | undefined;
2579
- address1?: string | undefined;
2580
- address2?: string | undefined;
2581
- postalCode?: string | undefined;
2582
- city?: string | undefined;
2583
- phone?: string | undefined;
2584
- };
2585
2604
  quota: {
2586
2605
  versions: {
2587
2606
  id: string;
@@ -2592,28 +2611,14 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2592
2611
  pro_clusters_max: number;
2593
2612
  pro_clusters_available: number;
2594
2613
  fleets_max: number;
2595
- managed_fleets_cpu_max: number;
2596
2614
  cluster_tiers: string[];
2597
2615
  regions: string[];
2598
2616
  };
2599
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2617
+ name?: string | undefined;
2600
2618
  }, {
2601
- name: string;
2602
2619
  id: string;
2603
2620
  status: "active" | "closed" | "suspended";
2604
2621
  date_created: string;
2605
- contactInfo: {
2606
- email: string;
2607
- first_name: string;
2608
- last_name: string;
2609
- state?: string | undefined;
2610
- country?: string | undefined;
2611
- address1?: string | undefined;
2612
- address2?: string | undefined;
2613
- postalCode?: string | undefined;
2614
- city?: string | undefined;
2615
- phone?: string | undefined;
2616
- };
2617
2622
  quota: {
2618
2623
  versions: {
2619
2624
  id: string;
@@ -2624,12 +2629,33 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2624
2629
  pro_clusters_max: number;
2625
2630
  pro_clusters_available: number;
2626
2631
  fleets_max: number;
2627
- managed_fleets_cpu_max: number;
2628
2632
  cluster_tiers: string[];
2629
2633
  regions: string[];
2630
2634
  };
2631
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2635
+ name?: string | undefined;
2632
2636
  }>;
2637
+ export declare const zCreateOrganizationData: z.ZodObject<{
2638
+ email: z.ZodString;
2639
+ first_name: z.ZodString;
2640
+ last_name: z.ZodString;
2641
+ company_name: z.ZodString;
2642
+ password: z.ZodString;
2643
+ }, "strip", z.ZodTypeAny, {
2644
+ email: string;
2645
+ first_name: string;
2646
+ last_name: string;
2647
+ company_name: string;
2648
+ password: string;
2649
+ }, {
2650
+ email: string;
2651
+ first_name: string;
2652
+ last_name: string;
2653
+ company_name: string;
2654
+ password: string;
2655
+ }>;
2656
+ /**
2657
+ * Returns a list of access token details with masked secrets.
2658
+ */
2633
2659
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2634
2660
  name: z.ZodString;
2635
2661
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2638,17 +2664,30 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2638
2664
  date_created: z.ZodString;
2639
2665
  }, "strip", z.ZodTypeAny, {
2640
2666
  name: string;
2641
- role: "User" | "Administrator";
2667
+ role: "Administrator" | "User";
2642
2668
  date_created: string;
2643
2669
  id?: string | undefined;
2644
2670
  secret?: string | undefined;
2645
2671
  }, {
2646
2672
  name: string;
2647
- role: "User" | "Administrator";
2673
+ role: "Administrator" | "User";
2648
2674
  date_created: string;
2649
2675
  id?: string | undefined;
2650
2676
  secret?: string | undefined;
2651
2677
  }>, "many">;
2678
+ export declare const zCreateTokenData: z.ZodObject<{
2679
+ name: z.ZodString;
2680
+ role: z.ZodEnum<["Administrator", "User"]>;
2681
+ }, "strip", z.ZodTypeAny, {
2682
+ name: string;
2683
+ role: "Administrator" | "User";
2684
+ }, {
2685
+ name: string;
2686
+ role: "Administrator" | "User";
2687
+ }>;
2688
+ /**
2689
+ * Successfully created. Returns created token details with unmasked/raw secret.
2690
+ */
2652
2691
  export declare const zCreateTokenResponse: z.ZodObject<{
2653
2692
  name: z.ZodString;
2654
2693
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2657,17 +2696,28 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2657
2696
  date_created: z.ZodString;
2658
2697
  }, "strip", z.ZodTypeAny, {
2659
2698
  name: string;
2660
- role: "User" | "Administrator";
2699
+ role: "Administrator" | "User";
2661
2700
  date_created: string;
2662
2701
  id?: string | undefined;
2663
2702
  secret?: string | undefined;
2664
2703
  }, {
2665
2704
  name: string;
2666
- role: "User" | "Administrator";
2705
+ role: "Administrator" | "User";
2667
2706
  date_created: string;
2668
2707
  id?: string | undefined;
2669
2708
  secret?: string | undefined;
2670
2709
  }>;
2710
+ /**
2711
+ * Generated unique identifier of the access token.
2712
+ */
2713
+ export declare const zDeleteTokenParameterTokenId: z.ZodString;
2714
+ /**
2715
+ * Generated unique identifier of the access token.
2716
+ */
2717
+ export declare const zGetTokenParameterTokenId: z.ZodString;
2718
+ /**
2719
+ * Returns access token details with masked secret.
2720
+ */
2671
2721
  export declare const zGetTokenResponse: z.ZodObject<{
2672
2722
  name: z.ZodString;
2673
2723
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2676,17 +2726,34 @@ export declare const zGetTokenResponse: z.ZodObject<{
2676
2726
  date_created: z.ZodString;
2677
2727
  }, "strip", z.ZodTypeAny, {
2678
2728
  name: string;
2679
- role: "User" | "Administrator";
2729
+ role: "Administrator" | "User";
2680
2730
  date_created: string;
2681
2731
  id?: string | undefined;
2682
2732
  secret?: string | undefined;
2683
2733
  }, {
2684
2734
  name: string;
2685
- role: "User" | "Administrator";
2735
+ role: "Administrator" | "User";
2686
2736
  date_created: string;
2687
2737
  id?: string | undefined;
2688
2738
  secret?: string | undefined;
2689
2739
  }>;
2740
+ export declare const zUpdateTokenData: z.ZodObject<{
2741
+ name: z.ZodOptional<z.ZodString>;
2742
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2743
+ }, "strip", z.ZodTypeAny, {
2744
+ name?: string | undefined;
2745
+ role?: "Administrator" | "User" | undefined;
2746
+ }, {
2747
+ name?: string | undefined;
2748
+ role?: "Administrator" | "User" | undefined;
2749
+ }>;
2750
+ /**
2751
+ * Generated unique identifier of the access token.
2752
+ */
2753
+ export declare const zUpdateTokenParameterTokenId: z.ZodString;
2754
+ /**
2755
+ * Successfully updated. Returns updated token details with masked secret.
2756
+ */
2690
2757
  export declare const zUpdateTokenResponse: z.ZodObject<{
2691
2758
  name: z.ZodString;
2692
2759
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2695,17 +2762,24 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2695
2762
  date_created: z.ZodString;
2696
2763
  }, "strip", z.ZodTypeAny, {
2697
2764
  name: string;
2698
- role: "User" | "Administrator";
2765
+ role: "Administrator" | "User";
2699
2766
  date_created: string;
2700
2767
  id?: string | undefined;
2701
2768
  secret?: string | undefined;
2702
2769
  }, {
2703
2770
  name: string;
2704
- role: "User" | "Administrator";
2771
+ role: "Administrator" | "User";
2705
2772
  date_created: string;
2706
2773
  id?: string | undefined;
2707
2774
  secret?: string | undefined;
2708
2775
  }>;
2776
+ /**
2777
+ * Generated unique identifier of the access token.
2778
+ */
2779
+ export declare const zRegenerateTokenParameterTokenId: z.ZodString;
2780
+ /**
2781
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
2782
+ */
2709
2783
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2710
2784
  name: z.ZodString;
2711
2785
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2714,17 +2788,24 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2714
2788
  date_created: z.ZodString;
2715
2789
  }, "strip", z.ZodTypeAny, {
2716
2790
  name: string;
2717
- role: "User" | "Administrator";
2791
+ role: "Administrator" | "User";
2718
2792
  date_created: string;
2719
2793
  id?: string | undefined;
2720
2794
  secret?: string | undefined;
2721
2795
  }, {
2722
2796
  name: string;
2723
- role: "User" | "Administrator";
2797
+ role: "Administrator" | "User";
2724
2798
  date_created: string;
2725
2799
  id?: string | undefined;
2726
2800
  secret?: string | undefined;
2727
2801
  }>;
2802
+ /**
2803
+ * User email address.
2804
+ */
2805
+ export declare const zListUserOrganizationsParameterEmail: z.ZodString;
2806
+ /**
2807
+ * An array of organizations the user belongs to.
2808
+ */
2728
2809
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2729
2810
  realm: z.ZodOptional<z.ZodString>;
2730
2811
  displayName: z.ZodOptional<z.ZodString>;
@@ -2735,6 +2816,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2735
2816
  realm?: string | undefined;
2736
2817
  displayName?: string | undefined;
2737
2818
  }>, "many">;
2819
+ /**
2820
+ * An array of users
2821
+ */
2738
2822
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2739
2823
  email: z.ZodString;
2740
2824
  first_name: z.ZodString;
@@ -2743,85 +2827,52 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2743
2827
  status: z.ZodEnum<["active", "inactive"]>;
2744
2828
  id: z.ZodString;
2745
2829
  date_created: z.ZodString;
2746
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2747
- cluster_id: z.ZodString;
2748
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2749
- }, "strip", z.ZodTypeAny, {
2750
- cluster_id: string;
2751
- permissions: "readonly" | "readwrite";
2752
- }, {
2753
- cluster_id: string;
2754
- permissions: "readonly" | "readwrite";
2755
- }>, "many">>;
2756
2830
  }, "strip", z.ZodTypeAny, {
2757
2831
  id: string;
2758
- role: "User" | "Administrator";
2832
+ role: "Administrator" | "User";
2759
2833
  email: string;
2760
2834
  status: "active" | "inactive";
2761
- date_created: string;
2762
2835
  first_name: string;
2763
2836
  last_name: string;
2764
- cluster_permissions?: {
2765
- cluster_id: string;
2766
- permissions: "readonly" | "readwrite";
2767
- }[] | undefined;
2837
+ date_created: string;
2768
2838
  }, {
2769
2839
  id: string;
2770
- role: "User" | "Administrator";
2840
+ role: "Administrator" | "User";
2771
2841
  email: string;
2772
2842
  status: "active" | "inactive";
2773
- date_created: string;
2774
2843
  first_name: string;
2775
2844
  last_name: string;
2776
- cluster_permissions?: {
2777
- cluster_id: string;
2778
- permissions: "readonly" | "readwrite";
2779
- }[] | undefined;
2845
+ date_created: string;
2780
2846
  }>, "many">;
2781
- export declare const zCreateUserResponse: z.ZodObject<{
2847
+ export declare const zCreateUserData: z.ZodObject<{
2782
2848
  email: z.ZodString;
2783
2849
  first_name: z.ZodString;
2784
2850
  last_name: z.ZodString;
2785
- role: z.ZodEnum<["Administrator", "User"]>;
2786
- status: z.ZodEnum<["active", "inactive"]>;
2787
- id: z.ZodString;
2788
- date_created: z.ZodString;
2789
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2790
- cluster_id: z.ZodString;
2791
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2792
- }, "strip", z.ZodTypeAny, {
2793
- cluster_id: string;
2794
- permissions: "readonly" | "readwrite";
2795
- }, {
2796
- cluster_id: string;
2797
- permissions: "readonly" | "readwrite";
2798
- }>, "many">>;
2851
+ code: z.ZodString;
2852
+ password: z.ZodString;
2853
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2854
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2799
2855
  }, "strip", z.ZodTypeAny, {
2800
- id: string;
2801
- role: "User" | "Administrator";
2856
+ code: string;
2802
2857
  email: string;
2803
- status: "active" | "inactive";
2804
- date_created: string;
2805
2858
  first_name: string;
2806
2859
  last_name: string;
2807
- cluster_permissions?: {
2808
- cluster_id: string;
2809
- permissions: "readonly" | "readwrite";
2810
- }[] | undefined;
2860
+ password: string;
2861
+ role?: "Administrator" | "User" | undefined;
2862
+ status?: "active" | "inactive" | undefined;
2811
2863
  }, {
2812
- id: string;
2813
- role: "User" | "Administrator";
2864
+ code: string;
2814
2865
  email: string;
2815
- status: "active" | "inactive";
2816
- date_created: string;
2817
2866
  first_name: string;
2818
2867
  last_name: string;
2819
- cluster_permissions?: {
2820
- cluster_id: string;
2821
- permissions: "readonly" | "readwrite";
2822
- }[] | undefined;
2868
+ password: string;
2869
+ role?: "Administrator" | "User" | undefined;
2870
+ status?: "active" | "inactive" | undefined;
2823
2871
  }>;
2824
- export declare const zDeleteUserResponse: z.ZodObject<{
2872
+ /**
2873
+ * Successfully created. Returns created user details.
2874
+ */
2875
+ export declare const zCreateUserResponse: z.ZodObject<{
2825
2876
  email: z.ZodString;
2826
2877
  first_name: z.ZodString;
2827
2878
  last_name: z.ZodString;
@@ -2829,42 +2880,31 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2829
2880
  status: z.ZodEnum<["active", "inactive"]>;
2830
2881
  id: z.ZodString;
2831
2882
  date_created: z.ZodString;
2832
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2833
- cluster_id: z.ZodString;
2834
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2835
- }, "strip", z.ZodTypeAny, {
2836
- cluster_id: string;
2837
- permissions: "readonly" | "readwrite";
2838
- }, {
2839
- cluster_id: string;
2840
- permissions: "readonly" | "readwrite";
2841
- }>, "many">>;
2842
2883
  }, "strip", z.ZodTypeAny, {
2843
2884
  id: string;
2844
- role: "User" | "Administrator";
2885
+ role: "Administrator" | "User";
2845
2886
  email: string;
2846
2887
  status: "active" | "inactive";
2847
- date_created: string;
2848
2888
  first_name: string;
2849
2889
  last_name: string;
2850
- cluster_permissions?: {
2851
- cluster_id: string;
2852
- permissions: "readonly" | "readwrite";
2853
- }[] | undefined;
2890
+ date_created: string;
2854
2891
  }, {
2855
2892
  id: string;
2856
- role: "User" | "Administrator";
2893
+ role: "Administrator" | "User";
2857
2894
  email: string;
2858
2895
  status: "active" | "inactive";
2859
- date_created: string;
2860
2896
  first_name: string;
2861
2897
  last_name: string;
2862
- cluster_permissions?: {
2863
- cluster_id: string;
2864
- permissions: "readonly" | "readwrite";
2865
- }[] | undefined;
2898
+ date_created: string;
2866
2899
  }>;
2867
- export declare const zGetUserResponse: z.ZodObject<{
2900
+ /**
2901
+ * Unique user identifier. UUID v4 string in canonical form
2902
+ */
2903
+ export declare const zDeleteUserParameterUserId: z.ZodString;
2904
+ /**
2905
+ * User profile information
2906
+ */
2907
+ export declare const zDeleteUserResponse: z.ZodObject<{
2868
2908
  email: z.ZodString;
2869
2909
  first_name: z.ZodString;
2870
2910
  last_name: z.ZodString;
@@ -2872,42 +2912,31 @@ export declare const zGetUserResponse: z.ZodObject<{
2872
2912
  status: z.ZodEnum<["active", "inactive"]>;
2873
2913
  id: z.ZodString;
2874
2914
  date_created: z.ZodString;
2875
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2876
- cluster_id: z.ZodString;
2877
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2878
- }, "strip", z.ZodTypeAny, {
2879
- cluster_id: string;
2880
- permissions: "readonly" | "readwrite";
2881
- }, {
2882
- cluster_id: string;
2883
- permissions: "readonly" | "readwrite";
2884
- }>, "many">>;
2885
2915
  }, "strip", z.ZodTypeAny, {
2886
2916
  id: string;
2887
- role: "User" | "Administrator";
2917
+ role: "Administrator" | "User";
2888
2918
  email: string;
2889
2919
  status: "active" | "inactive";
2890
- date_created: string;
2891
2920
  first_name: string;
2892
2921
  last_name: string;
2893
- cluster_permissions?: {
2894
- cluster_id: string;
2895
- permissions: "readonly" | "readwrite";
2896
- }[] | undefined;
2922
+ date_created: string;
2897
2923
  }, {
2898
2924
  id: string;
2899
- role: "User" | "Administrator";
2925
+ role: "Administrator" | "User";
2900
2926
  email: string;
2901
2927
  status: "active" | "inactive";
2902
- date_created: string;
2903
2928
  first_name: string;
2904
2929
  last_name: string;
2905
- cluster_permissions?: {
2906
- cluster_id: string;
2907
- permissions: "readonly" | "readwrite";
2908
- }[] | undefined;
2930
+ date_created: string;
2909
2931
  }>;
2910
- export declare const zUpdateUserResponse: z.ZodObject<{
2932
+ /**
2933
+ * Unique user identifier. UUID v4 string in canonical form
2934
+ */
2935
+ export declare const zGetUserParameterUserId: z.ZodString;
2936
+ /**
2937
+ * User profile information
2938
+ */
2939
+ export declare const zGetUserResponse: z.ZodObject<{
2911
2940
  email: z.ZodString;
2912
2941
  first_name: z.ZodString;
2913
2942
  last_name: z.ZodString;
@@ -2915,85 +2944,50 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2915
2944
  status: z.ZodEnum<["active", "inactive"]>;
2916
2945
  id: z.ZodString;
2917
2946
  date_created: z.ZodString;
2918
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2919
- cluster_id: z.ZodString;
2920
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2921
- }, "strip", z.ZodTypeAny, {
2922
- cluster_id: string;
2923
- permissions: "readonly" | "readwrite";
2924
- }, {
2925
- cluster_id: string;
2926
- permissions: "readonly" | "readwrite";
2927
- }>, "many">>;
2928
2947
  }, "strip", z.ZodTypeAny, {
2929
2948
  id: string;
2930
- role: "User" | "Administrator";
2949
+ role: "Administrator" | "User";
2931
2950
  email: string;
2932
2951
  status: "active" | "inactive";
2933
- date_created: string;
2934
2952
  first_name: string;
2935
2953
  last_name: string;
2936
- cluster_permissions?: {
2937
- cluster_id: string;
2938
- permissions: "readonly" | "readwrite";
2939
- }[] | undefined;
2954
+ date_created: string;
2940
2955
  }, {
2941
2956
  id: string;
2942
- role: "User" | "Administrator";
2957
+ role: "Administrator" | "User";
2943
2958
  email: string;
2944
2959
  status: "active" | "inactive";
2945
- date_created: string;
2946
2960
  first_name: string;
2947
2961
  last_name: string;
2948
- cluster_permissions?: {
2949
- cluster_id: string;
2950
- permissions: "readonly" | "readwrite";
2951
- }[] | undefined;
2962
+ date_created: string;
2952
2963
  }>;
2953
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2954
- email: z.ZodString;
2955
- first_name: z.ZodString;
2956
- last_name: z.ZodString;
2957
- role: z.ZodEnum<["Administrator", "User"]>;
2958
- status: z.ZodEnum<["active", "inactive"]>;
2959
- id: z.ZodString;
2960
- date_created: z.ZodString;
2961
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2962
- cluster_id: z.ZodString;
2963
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2964
- }, "strip", z.ZodTypeAny, {
2965
- cluster_id: string;
2966
- permissions: "readonly" | "readwrite";
2967
- }, {
2968
- cluster_id: string;
2969
- permissions: "readonly" | "readwrite";
2970
- }>, "many">>;
2964
+ export declare const zUpdateUserData: z.ZodObject<{
2965
+ email: z.ZodOptional<z.ZodString>;
2966
+ first_name: z.ZodOptional<z.ZodString>;
2967
+ last_name: z.ZodOptional<z.ZodString>;
2968
+ role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
2969
+ status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
2971
2970
  }, "strip", z.ZodTypeAny, {
2972
- id: string;
2973
- role: "User" | "Administrator";
2974
- email: string;
2975
- status: "active" | "inactive";
2976
- date_created: string;
2977
- first_name: string;
2978
- last_name: string;
2979
- cluster_permissions?: {
2980
- cluster_id: string;
2981
- permissions: "readonly" | "readwrite";
2982
- }[] | undefined;
2971
+ role?: "Administrator" | "User" | undefined;
2972
+ email?: string | undefined;
2973
+ status?: "active" | "inactive" | undefined;
2974
+ first_name?: string | undefined;
2975
+ last_name?: string | undefined;
2983
2976
  }, {
2984
- id: string;
2985
- role: "User" | "Administrator";
2986
- email: string;
2987
- status: "active" | "inactive";
2988
- date_created: string;
2989
- first_name: string;
2990
- last_name: string;
2991
- cluster_permissions?: {
2992
- cluster_id: string;
2993
- permissions: "readonly" | "readwrite";
2994
- }[] | undefined;
2977
+ role?: "Administrator" | "User" | undefined;
2978
+ email?: string | undefined;
2979
+ status?: "active" | "inactive" | undefined;
2980
+ first_name?: string | undefined;
2981
+ last_name?: string | undefined;
2995
2982
  }>;
2996
- export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2983
+ /**
2984
+ * Unique user identifier. UUID v4 string in canonical form
2985
+ */
2986
+ export declare const zUpdateUserParameterUserId: z.ZodString;
2987
+ /**
2988
+ * Successfully created. Returns created user details.
2989
+ */
2990
+ export declare const zUpdateUserResponse: z.ZodObject<{
2997
2991
  email: z.ZodString;
2998
2992
  first_name: z.ZodString;
2999
2993
  last_name: z.ZodString;
@@ -3001,39 +2995,21 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
3001
2995
  status: z.ZodEnum<["active", "inactive"]>;
3002
2996
  id: z.ZodString;
3003
2997
  date_created: z.ZodString;
3004
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
3005
- cluster_id: z.ZodString;
3006
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
3007
- }, "strip", z.ZodTypeAny, {
3008
- cluster_id: string;
3009
- permissions: "readonly" | "readwrite";
3010
- }, {
3011
- cluster_id: string;
3012
- permissions: "readonly" | "readwrite";
3013
- }>, "many">>;
3014
2998
  }, "strip", z.ZodTypeAny, {
3015
2999
  id: string;
3016
- role: "User" | "Administrator";
3000
+ role: "Administrator" | "User";
3017
3001
  email: string;
3018
3002
  status: "active" | "inactive";
3019
- date_created: string;
3020
3003
  first_name: string;
3021
3004
  last_name: string;
3022
- cluster_permissions?: {
3023
- cluster_id: string;
3024
- permissions: "readonly" | "readwrite";
3025
- }[] | undefined;
3005
+ date_created: string;
3026
3006
  }, {
3027
3007
  id: string;
3028
- role: "User" | "Administrator";
3008
+ role: "Administrator" | "User";
3029
3009
  email: string;
3030
3010
  status: "active" | "inactive";
3031
- date_created: string;
3032
3011
  first_name: string;
3033
3012
  last_name: string;
3034
- cluster_permissions?: {
3035
- cluster_id: string;
3036
- permissions: "readonly" | "readwrite";
3037
- }[] | undefined;
3013
+ date_created: string;
3038
3014
  }>;
3039
3015
  //# sourceMappingURL=zod.gen.d.ts.map