@cloudfleet/sdk 0.0.1-7d8c04e → 0.0.1-869c561

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;
@@ -94,28 +231,28 @@ export declare const zCluster: z.ZodObject<{
94
231
  name: string;
95
232
  id: string;
96
233
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
97
- tier: "basic" | "pro";
98
234
  version_channel: string;
235
+ tier: "basic" | "pro";
236
+ ready?: boolean | undefined;
99
237
  region?: "staging" | "northamerica-central-1" | undefined;
100
- endpoint?: string | undefined;
101
- certificate_ca?: string | undefined;
102
238
  version_current?: string | undefined;
103
239
  created_at?: string | undefined;
104
240
  updated_at?: string | undefined;
105
- ready?: boolean | undefined;
241
+ endpoint?: string | undefined;
242
+ certificate_ca?: string | undefined;
106
243
  }, {
107
244
  name: string;
108
245
  id: string;
109
246
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
110
247
  tier: "basic" | "pro";
248
+ ready?: boolean | undefined;
111
249
  region?: "staging" | "northamerica-central-1" | undefined;
112
- endpoint?: string | undefined;
113
250
  version_channel?: string | undefined;
114
- certificate_ca?: string | undefined;
115
251
  version_current?: string | undefined;
116
252
  created_at?: string | undefined;
117
253
  updated_at?: string | undefined;
118
- ready?: boolean | undefined;
254
+ endpoint?: string | undefined;
255
+ certificate_ca?: string | undefined;
119
256
  }>;
120
257
  export declare const zClusterUpdateInput: z.ZodObject<{
121
258
  name: z.ZodOptional<z.ZodString>;
@@ -145,25 +282,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
145
282
  project: string;
146
283
  enabled?: boolean | undefined;
147
284
  }>>;
148
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
149
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
150
- apiKey: z.ZodOptional<z.ZodString>;
151
- }, "strip", z.ZodTypeAny, {
152
- enabled: boolean;
153
- apiKey?: string | undefined;
154
- }, {
155
- apiKey?: string | undefined;
156
- enabled?: boolean | undefined;
157
- }>, z.ZodObject<{
158
- apiKey: z.ZodOptional<z.ZodString>;
285
+ hetzner: z.ZodOptional<z.ZodObject<{
159
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
287
+ apiKey: z.ZodString;
160
288
  }, "strip", z.ZodTypeAny, {
289
+ apiKey: string;
161
290
  enabled: boolean;
162
- apiKey?: string | undefined;
163
291
  }, {
164
- apiKey?: string | undefined;
292
+ apiKey: string;
165
293
  enabled?: boolean | undefined;
166
- }>]>>;
294
+ }>>;
167
295
  aws: z.ZodOptional<z.ZodObject<{
168
296
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
169
297
  controllerRoleArn: z.ZodString;
@@ -175,9 +303,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
175
303
  enabled?: boolean | undefined;
176
304
  }>>;
177
305
  id: z.ZodString;
178
- type: z.ZodEnum<["managed", "connected"]>;
179
306
  }, "strip", z.ZodTypeAny, {
180
- type: "connected" | "managed";
181
307
  id: string;
182
308
  limits?: {
183
309
  cpu: number;
@@ -187,18 +313,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
187
313
  enabled: boolean;
188
314
  } | undefined;
189
315
  hetzner?: {
316
+ apiKey: string;
190
317
  enabled: boolean;
191
- apiKey?: string | undefined;
192
- } | {
193
- enabled: boolean;
194
- apiKey?: string | undefined;
195
318
  } | undefined;
196
319
  aws?: {
197
320
  controllerRoleArn: string;
198
321
  enabled: boolean;
199
322
  } | undefined;
200
323
  }, {
201
- type: "connected" | "managed";
202
324
  id: string;
203
325
  limits?: {
204
326
  cpu: number;
@@ -208,10 +330,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
208
330
  enabled?: boolean | undefined;
209
331
  } | undefined;
210
332
  hetzner?: {
211
- apiKey?: string | undefined;
212
- enabled?: boolean | undefined;
213
- } | {
214
- apiKey?: string | undefined;
333
+ apiKey: string;
215
334
  enabled?: boolean | undefined;
216
335
  } | undefined;
217
336
  aws?: {
@@ -237,25 +356,16 @@ export declare const zFleet: z.ZodObject<{
237
356
  project: string;
238
357
  enabled?: boolean | undefined;
239
358
  }>>;
240
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
241
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
242
- apiKey: z.ZodOptional<z.ZodString>;
243
- }, "strip", z.ZodTypeAny, {
244
- enabled: boolean;
245
- apiKey?: string | undefined;
246
- }, {
247
- apiKey?: string | undefined;
248
- enabled?: boolean | undefined;
249
- }>, z.ZodObject<{
250
- apiKey: z.ZodOptional<z.ZodString>;
359
+ hetzner: z.ZodOptional<z.ZodObject<{
251
360
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
361
+ apiKey: z.ZodString;
252
362
  }, "strip", z.ZodTypeAny, {
363
+ apiKey: string;
253
364
  enabled: boolean;
254
- apiKey?: string | undefined;
255
365
  }, {
256
- apiKey?: string | undefined;
366
+ apiKey: string;
257
367
  enabled?: boolean | undefined;
258
- }>]>>;
368
+ }>>;
259
369
  aws: z.ZodOptional<z.ZodObject<{
260
370
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
261
371
  controllerRoleArn: z.ZodString;
@@ -267,9 +377,7 @@ export declare const zFleet: z.ZodObject<{
267
377
  enabled?: boolean | undefined;
268
378
  }>>;
269
379
  id: z.ZodString;
270
- type: z.ZodEnum<["managed", "connected"]>;
271
380
  }, "strip", z.ZodTypeAny, {
272
- type: "connected" | "managed";
273
381
  id: string;
274
382
  limits?: {
275
383
  cpu: number;
@@ -279,18 +387,14 @@ export declare const zFleet: z.ZodObject<{
279
387
  enabled: boolean;
280
388
  } | undefined;
281
389
  hetzner?: {
390
+ apiKey: string;
282
391
  enabled: boolean;
283
- apiKey?: string | undefined;
284
- } | {
285
- enabled: boolean;
286
- apiKey?: string | undefined;
287
392
  } | undefined;
288
393
  aws?: {
289
394
  controllerRoleArn: string;
290
395
  enabled: boolean;
291
396
  } | undefined;
292
397
  }, {
293
- type: "connected" | "managed";
294
398
  id: string;
295
399
  limits?: {
296
400
  cpu: number;
@@ -300,10 +404,7 @@ export declare const zFleet: z.ZodObject<{
300
404
  enabled?: boolean | undefined;
301
405
  } | undefined;
302
406
  hetzner?: {
303
- apiKey?: string | undefined;
304
- enabled?: boolean | undefined;
305
- } | {
306
- apiKey?: string | undefined;
407
+ apiKey: string;
307
408
  enabled?: boolean | undefined;
308
409
  } | undefined;
309
410
  aws?: {
@@ -329,25 +430,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
329
430
  project: string;
330
431
  enabled?: boolean | undefined;
331
432
  }>>;
332
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
333
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
334
- apiKey: z.ZodOptional<z.ZodString>;
335
- }, "strip", z.ZodTypeAny, {
336
- enabled: boolean;
337
- apiKey?: string | undefined;
338
- }, {
339
- apiKey?: string | undefined;
340
- enabled?: boolean | undefined;
341
- }>, z.ZodObject<{
342
- apiKey: z.ZodOptional<z.ZodString>;
433
+ hetzner: z.ZodOptional<z.ZodObject<{
343
434
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
435
+ apiKey: z.ZodString;
344
436
  }, "strip", z.ZodTypeAny, {
437
+ apiKey: string;
345
438
  enabled: boolean;
346
- apiKey?: string | undefined;
347
439
  }, {
348
- apiKey?: string | undefined;
440
+ apiKey: string;
349
441
  enabled?: boolean | undefined;
350
- }>]>>;
442
+ }>>;
351
443
  aws: z.ZodOptional<z.ZodObject<{
352
444
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
353
445
  controllerRoleArn: z.ZodString;
@@ -367,11 +459,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
367
459
  enabled: boolean;
368
460
  } | undefined;
369
461
  hetzner?: {
462
+ apiKey: string;
370
463
  enabled: boolean;
371
- apiKey?: string | undefined;
372
- } | {
373
- enabled: boolean;
374
- apiKey?: string | undefined;
375
464
  } | undefined;
376
465
  aws?: {
377
466
  controllerRoleArn: string;
@@ -386,10 +475,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
386
475
  enabled?: boolean | undefined;
387
476
  } | undefined;
388
477
  hetzner?: {
389
- apiKey?: string | undefined;
390
- enabled?: boolean | undefined;
391
- } | {
392
- apiKey?: string | undefined;
478
+ apiKey: string;
393
479
  enabled?: boolean | undefined;
394
480
  } | undefined;
395
481
  aws?: {
@@ -397,140 +483,6 @@ export declare const zFleetUpdateInput: z.ZodObject<{
397
483
  enabled?: boolean | undefined;
398
484
  } | undefined;
399
485
  }>;
400
- export declare const zInfrastructureFilter: z.ZodObject<{
401
- version: z.ZodOptional<z.ZodUnknown>;
402
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
403
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
404
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
405
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
406
- instance_type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
407
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
408
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
409
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
410
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
411
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
412
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
413
- memory_min: z.ZodOptional<z.ZodNumber>;
414
- memory_max: z.ZodOptional<z.ZodNumber>;
415
- vcpu_min: z.ZodOptional<z.ZodNumber>;
416
- vcpu_max: z.ZodOptional<z.ZodNumber>;
417
- storage_total_min: z.ZodOptional<z.ZodNumber>;
418
- storage_total_max: z.ZodOptional<z.ZodNumber>;
419
- storage_local_min: z.ZodOptional<z.ZodNumber>;
420
- storage_local_max: z.ZodOptional<z.ZodNumber>;
421
- price_min: z.ZodOptional<z.ZodNumber>;
422
- price_max: z.ZodOptional<z.ZodNumber>;
423
- }, "strip", z.ZodTypeAny, {
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
- region?: string[] | undefined;
448
- provider?: string[] | undefined;
449
- sub_region?: string[] | undefined;
450
- csp_region?: string[] | undefined;
451
- instance_type?: string[] | undefined;
452
- version?: unknown;
453
- accelerator_name?: string[] | undefined;
454
- accelerator_manufacturer?: string[] | undefined;
455
- accelerator_count_min?: number | undefined;
456
- accelerator_count_max?: number | undefined;
457
- accelerator_memory_min?: number | undefined;
458
- accelerator_memory_max?: number | undefined;
459
- memory_min?: number | undefined;
460
- memory_max?: number | undefined;
461
- vcpu_min?: number | undefined;
462
- vcpu_max?: number | undefined;
463
- storage_total_min?: number | undefined;
464
- storage_total_max?: number | undefined;
465
- storage_local_min?: number | undefined;
466
- storage_local_max?: number | undefined;
467
- price_min?: number | undefined;
468
- price_max?: number | undefined;
469
- }>;
470
- export declare const zInfrastructureInstance: z.ZodObject<{
471
- sku: z.ZodString;
472
- provider: z.ZodString;
473
- region: z.ZodString;
474
- sub_region: z.ZodString;
475
- csp_region: z.ZodString;
476
- csp_zone: z.ZodString;
477
- instance_type: z.ZodString;
478
- architecture: z.ZodString;
479
- os: z.ZodString;
480
- vcpu: z.ZodNumber;
481
- memory: z.ZodNumber;
482
- local_storage: z.ZodNumber;
483
- accelerator_name: z.ZodOptional<z.ZodString>;
484
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
485
- accelerator_count: z.ZodOptional<z.ZodNumber>;
486
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
487
- pods_capacity: z.ZodOptional<z.ZodNumber>;
488
- capacity_type: z.ZodOptional<z.ZodString>;
489
- price: z.ZodNumber;
490
- available: z.ZodOptional<z.ZodBoolean>;
491
- }, "strip", z.ZodTypeAny, {
492
- memory: number;
493
- region: string;
494
- sku: string;
495
- provider: string;
496
- sub_region: string;
497
- csp_region: string;
498
- csp_zone: string;
499
- instance_type: string;
500
- architecture: string;
501
- os: string;
502
- vcpu: number;
503
- local_storage: number;
504
- price: number;
505
- accelerator_name?: string | undefined;
506
- accelerator_manufacturer?: string | undefined;
507
- accelerator_count?: number | undefined;
508
- accelerator_memory?: number | undefined;
509
- pods_capacity?: number | undefined;
510
- capacity_type?: string | undefined;
511
- available?: boolean | undefined;
512
- }, {
513
- memory: number;
514
- region: string;
515
- sku: string;
516
- provider: string;
517
- sub_region: string;
518
- csp_region: string;
519
- csp_zone: string;
520
- instance_type: string;
521
- architecture: string;
522
- os: string;
523
- vcpu: number;
524
- local_storage: number;
525
- price: number;
526
- accelerator_name?: string | undefined;
527
- accelerator_manufacturer?: string | undefined;
528
- accelerator_count?: number | undefined;
529
- accelerator_memory?: number | undefined;
530
- pods_capacity?: number | undefined;
531
- capacity_type?: string | undefined;
532
- available?: boolean | undefined;
533
- }>;
534
486
  export declare const zInvite: z.ZodObject<{
535
487
  id: z.ZodOptional<z.ZodString>;
536
488
  organization_id: z.ZodOptional<z.ZodString>;
@@ -586,7 +538,7 @@ export declare const zInvoice: z.ZodObject<{
586
538
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
587
539
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
588
540
  }, "strip", z.ZodTypeAny, {
589
- 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;
590
542
  id?: string | undefined;
591
543
  description?: string | undefined;
592
544
  amount?: number | undefined;
@@ -608,7 +560,7 @@ export declare const zInvoice: z.ZodObject<{
608
560
  catalogEffectiveDate?: string | undefined;
609
561
  childItems?: unknown[] | undefined;
610
562
  }, {
611
- 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;
612
564
  id?: string | undefined;
613
565
  description?: string | undefined;
614
566
  amount?: number | undefined;
@@ -653,7 +605,7 @@ export declare const zInvoice: z.ZodObject<{
653
605
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
654
606
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
655
607
  }, "strip", z.ZodTypeAny, {
656
- 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;
657
609
  id?: string | undefined;
658
610
  description?: string | undefined;
659
611
  amount?: number | undefined;
@@ -675,7 +627,7 @@ export declare const zInvoice: z.ZodObject<{
675
627
  catalogEffectiveDate?: string | undefined;
676
628
  childItems?: unknown[] | undefined;
677
629
  }, {
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;
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;
679
631
  id?: string | undefined;
680
632
  description?: string | undefined;
681
633
  amount?: number | undefined;
@@ -698,12 +650,11 @@ export declare const zInvoice: z.ZodObject<{
698
650
  childItems?: unknown[] | undefined;
699
651
  }>, "many">>;
700
652
  }, "strip", z.ZodTypeAny, {
701
- 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;
702
654
  id?: string | undefined;
703
655
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
704
- amount?: number | undefined;
705
656
  items?: {
706
- 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;
707
658
  id?: string | undefined;
708
659
  description?: string | undefined;
709
660
  amount?: number | undefined;
@@ -726,6 +677,7 @@ export declare const zInvoice: z.ZodObject<{
726
677
  childItems?: unknown[] | undefined;
727
678
  }[] | undefined;
728
679
  organizationId?: string | undefined;
680
+ amount?: number | undefined;
729
681
  creditAdj?: number | undefined;
730
682
  refundAdj?: number | undefined;
731
683
  invoiceDate?: string | undefined;
@@ -734,7 +686,7 @@ export declare const zInvoice: z.ZodObject<{
734
686
  balance?: number | undefined;
735
687
  bundleKeys?: string | undefined;
736
688
  credits?: {
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;
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;
738
690
  id?: string | undefined;
739
691
  description?: string | undefined;
740
692
  amount?: number | undefined;
@@ -757,12 +709,11 @@ export declare const zInvoice: z.ZodObject<{
757
709
  childItems?: unknown[] | undefined;
758
710
  }[] | undefined;
759
711
  }, {
760
- 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;
761
713
  id?: string | undefined;
762
714
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
763
- amount?: number | undefined;
764
715
  items?: {
765
- 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;
766
717
  id?: string | undefined;
767
718
  description?: string | undefined;
768
719
  amount?: number | undefined;
@@ -785,6 +736,7 @@ export declare const zInvoice: z.ZodObject<{
785
736
  childItems?: unknown[] | undefined;
786
737
  }[] | undefined;
787
738
  organizationId?: string | undefined;
739
+ amount?: number | undefined;
788
740
  creditAdj?: number | undefined;
789
741
  refundAdj?: number | undefined;
790
742
  invoiceDate?: string | undefined;
@@ -793,7 +745,7 @@ export declare const zInvoice: z.ZodObject<{
793
745
  balance?: number | undefined;
794
746
  bundleKeys?: string | undefined;
795
747
  credits?: {
796
- 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;
797
749
  id?: string | undefined;
798
750
  description?: string | undefined;
799
751
  amount?: number | undefined;
@@ -816,145 +768,79 @@ export declare const zInvoice: z.ZodObject<{
816
768
  childItems?: unknown[] | undefined;
817
769
  }[] | undefined;
818
770
  }>;
819
- export declare const zOrganizationContactInfo: z.ZodObject<{
820
- address1: z.ZodOptional<z.ZodString>;
821
- address2: z.ZodOptional<z.ZodString>;
822
- postalCode: z.ZodOptional<z.ZodString>;
823
- city: z.ZodOptional<z.ZodString>;
824
- state: z.ZodOptional<z.ZodString>;
825
- country: z.ZodOptional<z.ZodString>;
826
- phone: z.ZodOptional<z.ZodString>;
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<{
827
823
  email: z.ZodString;
828
824
  first_name: z.ZodString;
829
825
  last_name: z.ZodString;
826
+ company_name: z.ZodString;
827
+ password: z.ZodString;
830
828
  }, "strip", z.ZodTypeAny, {
831
829
  email: string;
832
830
  first_name: string;
833
831
  last_name: string;
834
- state?: string | undefined;
835
- country?: string | undefined;
836
- address1?: string | undefined;
837
- address2?: string | undefined;
838
- postalCode?: string | undefined;
839
- city?: string | undefined;
840
- phone?: string | undefined;
832
+ company_name: string;
833
+ password: string;
841
834
  }, {
842
835
  email: string;
843
836
  first_name: string;
844
837
  last_name: string;
845
- state?: string | undefined;
846
- country?: string | undefined;
847
- address1?: string | undefined;
848
- address2?: string | undefined;
849
- postalCode?: string | undefined;
850
- city?: string | undefined;
851
- phone?: string | undefined;
852
- }>;
853
- export declare const zOrganizationCreateInput: z.ZodObject<{
854
- name: z.ZodString;
855
- contactInfo: z.ZodObject<{
856
- address1: z.ZodOptional<z.ZodString>;
857
- address2: z.ZodOptional<z.ZodString>;
858
- postalCode: z.ZodOptional<z.ZodString>;
859
- city: z.ZodOptional<z.ZodString>;
860
- state: z.ZodOptional<z.ZodString>;
861
- country: z.ZodOptional<z.ZodString>;
862
- phone: z.ZodOptional<z.ZodString>;
863
- email: z.ZodString;
864
- first_name: z.ZodString;
865
- last_name: z.ZodString;
866
- }, "strip", z.ZodTypeAny, {
867
- email: string;
868
- first_name: string;
869
- last_name: string;
870
- state?: string | undefined;
871
- country?: string | undefined;
872
- address1?: string | undefined;
873
- address2?: string | undefined;
874
- postalCode?: string | undefined;
875
- city?: string | undefined;
876
- phone?: string | undefined;
877
- }, {
878
- email: string;
879
- first_name: string;
880
- last_name: string;
881
- state?: string | undefined;
882
- country?: string | undefined;
883
- address1?: string | undefined;
884
- address2?: string | undefined;
885
- postalCode?: string | undefined;
886
- city?: string | undefined;
887
- phone?: string | undefined;
888
- }>;
889
- password: z.ZodString;
890
- }, "strip", z.ZodTypeAny, {
891
- name: string;
892
- contactInfo: {
893
- email: string;
894
- first_name: string;
895
- last_name: string;
896
- state?: string | undefined;
897
- country?: string | undefined;
898
- address1?: string | undefined;
899
- address2?: string | undefined;
900
- postalCode?: string | undefined;
901
- city?: string | undefined;
902
- phone?: string | undefined;
903
- };
904
- password: string;
905
- }, {
906
- name: string;
907
- contactInfo: {
908
- email: string;
909
- first_name: string;
910
- last_name: string;
911
- state?: string | undefined;
912
- country?: string | undefined;
913
- address1?: string | undefined;
914
- address2?: string | undefined;
915
- postalCode?: string | undefined;
916
- city?: string | undefined;
917
- phone?: string | undefined;
918
- };
838
+ company_name: string;
919
839
  password: string;
920
840
  }>;
921
841
  export declare const zOrganization: z.ZodObject<{
922
- name: z.ZodString;
923
- contactInfo: z.ZodObject<{
924
- address1: z.ZodOptional<z.ZodString>;
925
- address2: z.ZodOptional<z.ZodString>;
926
- postalCode: z.ZodOptional<z.ZodString>;
927
- city: z.ZodOptional<z.ZodString>;
928
- state: z.ZodOptional<z.ZodString>;
929
- country: z.ZodOptional<z.ZodString>;
930
- phone: z.ZodOptional<z.ZodString>;
931
- email: z.ZodString;
932
- first_name: z.ZodString;
933
- last_name: z.ZodString;
934
- }, "strip", z.ZodTypeAny, {
935
- email: string;
936
- first_name: string;
937
- last_name: string;
938
- state?: string | undefined;
939
- country?: string | undefined;
940
- address1?: string | undefined;
941
- address2?: string | undefined;
942
- postalCode?: string | undefined;
943
- city?: string | undefined;
944
- phone?: string | undefined;
945
- }, {
946
- email: string;
947
- first_name: string;
948
- last_name: string;
949
- state?: string | undefined;
950
- country?: string | undefined;
951
- address1?: string | undefined;
952
- address2?: string | undefined;
953
- postalCode?: string | undefined;
954
- city?: string | undefined;
955
- phone?: string | undefined;
956
- }>;
957
842
  id: z.ZodString;
843
+ name: z.ZodOptional<z.ZodString>;
958
844
  date_created: z.ZodString;
959
845
  quota: z.ZodObject<{
960
846
  basic_clusters_max: z.ZodNumber;
@@ -962,7 +848,6 @@ export declare const zOrganization: z.ZodObject<{
962
848
  pro_clusters_max: z.ZodNumber;
963
849
  pro_clusters_available: z.ZodNumber;
964
850
  fleets_max: z.ZodNumber;
965
- managed_fleets_cpu_max: z.ZodNumber;
966
851
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
967
852
  regions: z.ZodArray<z.ZodString, "many">;
968
853
  versions: z.ZodArray<z.ZodObject<{
@@ -985,7 +870,6 @@ export declare const zOrganization: z.ZodObject<{
985
870
  pro_clusters_max: number;
986
871
  pro_clusters_available: number;
987
872
  fleets_max: number;
988
- managed_fleets_cpu_max: number;
989
873
  cluster_tiers: string[];
990
874
  regions: string[];
991
875
  }, {
@@ -998,29 +882,14 @@ export declare const zOrganization: z.ZodObject<{
998
882
  pro_clusters_max: number;
999
883
  pro_clusters_available: number;
1000
884
  fleets_max: number;
1001
- managed_fleets_cpu_max: number;
1002
885
  cluster_tiers: string[];
1003
886
  regions: string[];
1004
887
  }>;
1005
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
1006
888
  status: z.ZodEnum<["active", "closed", "suspended"]>;
1007
889
  }, "strip", z.ZodTypeAny, {
1008
- name: string;
1009
890
  id: string;
1010
891
  status: "active" | "closed" | "suspended";
1011
892
  date_created: string;
1012
- contactInfo: {
1013
- email: string;
1014
- first_name: string;
1015
- last_name: string;
1016
- state?: string | undefined;
1017
- country?: string | undefined;
1018
- address1?: string | undefined;
1019
- address2?: string | undefined;
1020
- postalCode?: string | undefined;
1021
- city?: string | undefined;
1022
- phone?: string | undefined;
1023
- };
1024
893
  quota: {
1025
894
  versions: {
1026
895
  id: string;
@@ -1031,28 +900,14 @@ export declare const zOrganization: z.ZodObject<{
1031
900
  pro_clusters_max: number;
1032
901
  pro_clusters_available: number;
1033
902
  fleets_max: number;
1034
- managed_fleets_cpu_max: number;
1035
903
  cluster_tiers: string[];
1036
904
  regions: string[];
1037
905
  };
1038
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
906
+ name?: string | undefined;
1039
907
  }, {
1040
- name: string;
1041
908
  id: string;
1042
909
  status: "active" | "closed" | "suspended";
1043
910
  date_created: string;
1044
- contactInfo: {
1045
- email: string;
1046
- first_name: string;
1047
- last_name: string;
1048
- state?: string | undefined;
1049
- country?: string | undefined;
1050
- address1?: string | undefined;
1051
- address2?: string | undefined;
1052
- postalCode?: string | undefined;
1053
- city?: string | undefined;
1054
- phone?: string | undefined;
1055
- };
1056
911
  quota: {
1057
912
  versions: {
1058
913
  id: string;
@@ -1063,75 +918,9 @@ export declare const zOrganization: z.ZodObject<{
1063
918
  pro_clusters_max: number;
1064
919
  pro_clusters_available: number;
1065
920
  fleets_max: number;
1066
- managed_fleets_cpu_max: number;
1067
921
  cluster_tiers: string[];
1068
922
  regions: string[];
1069
923
  };
1070
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
1071
- }>;
1072
- export declare const zOrganizationUpdateInput: z.ZodObject<{
1073
- name: z.ZodOptional<z.ZodString>;
1074
- contactInfo: z.ZodObject<{
1075
- address1: z.ZodOptional<z.ZodString>;
1076
- address2: z.ZodOptional<z.ZodString>;
1077
- postalCode: z.ZodOptional<z.ZodString>;
1078
- city: z.ZodOptional<z.ZodString>;
1079
- state: z.ZodOptional<z.ZodString>;
1080
- country: z.ZodOptional<z.ZodString>;
1081
- phone: z.ZodOptional<z.ZodString>;
1082
- email: z.ZodString;
1083
- first_name: z.ZodString;
1084
- last_name: z.ZodString;
1085
- }, "strip", z.ZodTypeAny, {
1086
- email: string;
1087
- first_name: string;
1088
- last_name: string;
1089
- state?: string | undefined;
1090
- country?: string | undefined;
1091
- address1?: string | undefined;
1092
- address2?: string | undefined;
1093
- postalCode?: string | undefined;
1094
- city?: string | undefined;
1095
- phone?: string | undefined;
1096
- }, {
1097
- email: string;
1098
- first_name: string;
1099
- last_name: string;
1100
- state?: string | undefined;
1101
- country?: string | undefined;
1102
- address1?: string | undefined;
1103
- address2?: string | undefined;
1104
- postalCode?: string | undefined;
1105
- city?: string | undefined;
1106
- phone?: string | undefined;
1107
- }>;
1108
- }, "strip", z.ZodTypeAny, {
1109
- contactInfo: {
1110
- email: string;
1111
- first_name: string;
1112
- last_name: string;
1113
- state?: string | undefined;
1114
- country?: string | undefined;
1115
- address1?: string | undefined;
1116
- address2?: string | undefined;
1117
- postalCode?: string | undefined;
1118
- city?: string | undefined;
1119
- phone?: string | undefined;
1120
- };
1121
- name?: string | undefined;
1122
- }, {
1123
- contactInfo: {
1124
- email: string;
1125
- first_name: string;
1126
- last_name: string;
1127
- state?: string | undefined;
1128
- country?: string | undefined;
1129
- address1?: string | undefined;
1130
- address2?: string | undefined;
1131
- postalCode?: string | undefined;
1132
- city?: string | undefined;
1133
- phone?: string | undefined;
1134
- };
1135
924
  name?: string | undefined;
1136
925
  }>;
1137
926
  export declare const zPaymentMethod: z.ZodObject<{
@@ -1149,7 +938,7 @@ export declare const zPaymentMethod: z.ZodObject<{
1149
938
  last4: string;
1150
939
  exp_month: number;
1151
940
  exp_year: number;
1152
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
941
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1153
942
  }, {
1154
943
  type: "card";
1155
944
  id: string;
@@ -1157,17 +946,17 @@ export declare const zPaymentMethod: z.ZodObject<{
1157
946
  last4: string;
1158
947
  exp_month: number;
1159
948
  exp_year: number;
1160
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
949
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1161
950
  }>;
1162
951
  export declare const zTokenCreateInput: z.ZodObject<{
1163
952
  name: z.ZodString;
1164
953
  role: z.ZodEnum<["Administrator", "User"]>;
1165
954
  }, "strip", z.ZodTypeAny, {
1166
955
  name: string;
1167
- role: "User" | "Administrator";
956
+ role: "Administrator" | "User";
1168
957
  }, {
1169
958
  name: string;
1170
- role: "User" | "Administrator";
959
+ role: "Administrator" | "User";
1171
960
  }>;
1172
961
  export declare const zToken: z.ZodObject<{
1173
962
  name: z.ZodString;
@@ -1177,13 +966,13 @@ export declare const zToken: z.ZodObject<{
1177
966
  date_created: z.ZodString;
1178
967
  }, "strip", z.ZodTypeAny, {
1179
968
  name: string;
1180
- role: "User" | "Administrator";
969
+ role: "Administrator" | "User";
1181
970
  date_created: string;
1182
971
  id?: string | undefined;
1183
972
  secret?: string | undefined;
1184
973
  }, {
1185
974
  name: string;
1186
- role: "User" | "Administrator";
975
+ role: "Administrator" | "User";
1187
976
  date_created: string;
1188
977
  id?: string | undefined;
1189
978
  secret?: string | undefined;
@@ -1193,26 +982,44 @@ export declare const zTokenUpdateInput: z.ZodObject<{
1193
982
  role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1194
983
  }, "strip", z.ZodTypeAny, {
1195
984
  name?: string | undefined;
1196
- role?: "User" | "Administrator" | undefined;
985
+ role?: "Administrator" | "User" | undefined;
1197
986
  }, {
1198
987
  name?: string | undefined;
1199
- role?: "User" | "Administrator" | undefined;
988
+ role?: "Administrator" | "User" | undefined;
1200
989
  }>;
1201
990
  export declare const zUsage: z.ZodObject<{
1202
- id: z.ZodString;
1203
- task_id: z.ZodString;
1204
- unit: z.ZodString;
1205
- 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<[""]>]>;
1206
1001
  }, "strip", z.ZodTypeAny, {
1207
- unit: string;
1208
- id: string;
1209
- task_id: string;
1210
- 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;
1211
1012
  }, {
1212
- unit: string;
1213
- id: string;
1214
- task_id: string;
1215
- 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;
1216
1023
  }>;
1217
1024
  export declare const zUserCreateInput: z.ZodObject<{
1218
1025
  email: z.ZodString;
@@ -1228,7 +1035,7 @@ export declare const zUserCreateInput: z.ZodObject<{
1228
1035
  first_name: string;
1229
1036
  last_name: string;
1230
1037
  password: string;
1231
- role?: "User" | "Administrator" | undefined;
1038
+ role?: "Administrator" | "User" | undefined;
1232
1039
  status?: "active" | "inactive" | undefined;
1233
1040
  }, {
1234
1041
  code: string;
@@ -1236,7 +1043,7 @@ export declare const zUserCreateInput: z.ZodObject<{
1236
1043
  first_name: string;
1237
1044
  last_name: string;
1238
1045
  password: string;
1239
- role?: "User" | "Administrator" | undefined;
1046
+ role?: "Administrator" | "User" | undefined;
1240
1047
  status?: "active" | "inactive" | undefined;
1241
1048
  }>;
1242
1049
  export declare const zUser: z.ZodObject<{
@@ -1247,40 +1054,22 @@ export declare const zUser: z.ZodObject<{
1247
1054
  status: z.ZodEnum<["active", "inactive"]>;
1248
1055
  id: z.ZodString;
1249
1056
  date_created: z.ZodString;
1250
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1251
- cluster_id: z.ZodString;
1252
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
1253
- }, "strip", z.ZodTypeAny, {
1254
- cluster_id: string;
1255
- permissions: "readonly" | "readwrite";
1256
- }, {
1257
- cluster_id: string;
1258
- permissions: "readonly" | "readwrite";
1259
- }>, "many">>;
1260
1057
  }, "strip", z.ZodTypeAny, {
1261
1058
  id: string;
1262
- role: "User" | "Administrator";
1059
+ role: "Administrator" | "User";
1263
1060
  email: string;
1264
1061
  status: "active" | "inactive";
1265
- date_created: string;
1266
1062
  first_name: string;
1267
1063
  last_name: string;
1268
- cluster_permissions?: {
1269
- cluster_id: string;
1270
- permissions: "readonly" | "readwrite";
1271
- }[] | undefined;
1064
+ date_created: string;
1272
1065
  }, {
1273
1066
  id: string;
1274
- role: "User" | "Administrator";
1067
+ role: "Administrator" | "User";
1275
1068
  email: string;
1276
1069
  status: "active" | "inactive";
1277
- date_created: string;
1278
1070
  first_name: string;
1279
1071
  last_name: string;
1280
- cluster_permissions?: {
1281
- cluster_id: string;
1282
- permissions: "readonly" | "readwrite";
1283
- }[] | undefined;
1072
+ date_created: string;
1284
1073
  }>;
1285
1074
  export declare const zUserUpdateInput: z.ZodObject<{
1286
1075
  email: z.ZodOptional<z.ZodString>;
@@ -1289,35 +1078,62 @@ export declare const zUserUpdateInput: z.ZodObject<{
1289
1078
  role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1290
1079
  status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
1291
1080
  }, "strip", z.ZodTypeAny, {
1292
- role?: "User" | "Administrator" | undefined;
1081
+ role?: "Administrator" | "User" | undefined;
1293
1082
  email?: string | undefined;
1294
1083
  status?: "active" | "inactive" | undefined;
1295
1084
  first_name?: string | undefined;
1296
1085
  last_name?: string | undefined;
1297
1086
  }, {
1298
- role?: "User" | "Administrator" | undefined;
1087
+ role?: "Administrator" | "User" | undefined;
1299
1088
  email?: string | undefined;
1300
1089
  status?: "active" | "inactive" | undefined;
1301
1090
  first_name?: string | undefined;
1302
1091
  last_name?: string | undefined;
1303
1092
  }>;
1093
+ /**
1094
+ * An array of usage records.
1095
+ */
1304
1096
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1305
- id: z.ZodString;
1306
- task_id: z.ZodString;
1307
- unit: z.ZodString;
1308
- 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<[""]>]>;
1309
1107
  }, "strip", z.ZodTypeAny, {
1310
- unit: string;
1311
- id: string;
1312
- task_id: string;
1313
- 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;
1314
1118
  }, {
1315
- unit: string;
1316
- id: string;
1317
- task_id: string;
1318
- 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;
1319
1129
  }>, "many">;
1130
+ /**
1131
+ * Current balance of the organization in USD as a floating-point number.
1132
+ */
1320
1133
  export declare const zGetBalanceResponse: z.ZodNumber;
1134
+ /**
1135
+ * Redacted payment card information.
1136
+ */
1321
1137
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1322
1138
  id: z.ZodString;
1323
1139
  setup: z.ZodBoolean;
@@ -1333,7 +1149,7 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1333
1149
  last4: string;
1334
1150
  exp_month: number;
1335
1151
  exp_year: number;
1336
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1152
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1337
1153
  }, {
1338
1154
  type: "card";
1339
1155
  id: string;
@@ -1341,8 +1157,12 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1341
1157
  last4: string;
1342
1158
  exp_month: number;
1343
1159
  exp_year: number;
1344
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1160
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1345
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
+ */
1346
1166
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1347
1167
  id: z.ZodOptional<z.ZodString>;
1348
1168
  }, "strip", z.ZodTypeAny, {
@@ -1350,6 +1170,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1350
1170
  }, {
1351
1171
  id?: string | undefined;
1352
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
+ */
1353
1184
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1354
1185
  id: z.ZodOptional<z.ZodString>;
1355
1186
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1386,7 +1217,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1386
1217
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1387
1218
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1388
1219
  }, "strip", z.ZodTypeAny, {
1389
- 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;
1390
1221
  id?: string | undefined;
1391
1222
  description?: string | undefined;
1392
1223
  amount?: number | undefined;
@@ -1408,7 +1239,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1408
1239
  catalogEffectiveDate?: string | undefined;
1409
1240
  childItems?: unknown[] | undefined;
1410
1241
  }, {
1411
- 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;
1412
1243
  id?: string | undefined;
1413
1244
  description?: string | undefined;
1414
1245
  amount?: number | undefined;
@@ -1453,7 +1284,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1453
1284
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1454
1285
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1455
1286
  }, "strip", z.ZodTypeAny, {
1456
- 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;
1457
1288
  id?: string | undefined;
1458
1289
  description?: string | undefined;
1459
1290
  amount?: number | undefined;
@@ -1475,7 +1306,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1475
1306
  catalogEffectiveDate?: string | undefined;
1476
1307
  childItems?: unknown[] | undefined;
1477
1308
  }, {
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;
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;
1479
1310
  id?: string | undefined;
1480
1311
  description?: string | undefined;
1481
1312
  amount?: number | undefined;
@@ -1498,12 +1329,11 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1498
1329
  childItems?: unknown[] | undefined;
1499
1330
  }>, "many">>;
1500
1331
  }, "strip", z.ZodTypeAny, {
1501
- 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;
1502
1333
  id?: string | undefined;
1503
1334
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1504
- amount?: number | undefined;
1505
1335
  items?: {
1506
- 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;
1507
1337
  id?: string | undefined;
1508
1338
  description?: string | undefined;
1509
1339
  amount?: number | undefined;
@@ -1526,6 +1356,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1526
1356
  childItems?: unknown[] | undefined;
1527
1357
  }[] | undefined;
1528
1358
  organizationId?: string | undefined;
1359
+ amount?: number | undefined;
1529
1360
  creditAdj?: number | undefined;
1530
1361
  refundAdj?: number | undefined;
1531
1362
  invoiceDate?: string | undefined;
@@ -1534,7 +1365,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1534
1365
  balance?: number | undefined;
1535
1366
  bundleKeys?: string | undefined;
1536
1367
  credits?: {
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;
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;
1538
1369
  id?: string | undefined;
1539
1370
  description?: string | undefined;
1540
1371
  amount?: number | undefined;
@@ -1557,12 +1388,11 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1557
1388
  childItems?: unknown[] | undefined;
1558
1389
  }[] | undefined;
1559
1390
  }, {
1560
- 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;
1561
1392
  id?: string | undefined;
1562
1393
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1563
- amount?: number | undefined;
1564
1394
  items?: {
1565
- 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;
1566
1396
  id?: string | undefined;
1567
1397
  description?: string | undefined;
1568
1398
  amount?: number | undefined;
@@ -1585,6 +1415,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1585
1415
  childItems?: unknown[] | undefined;
1586
1416
  }[] | undefined;
1587
1417
  organizationId?: string | undefined;
1418
+ amount?: number | undefined;
1588
1419
  creditAdj?: number | undefined;
1589
1420
  refundAdj?: number | undefined;
1590
1421
  invoiceDate?: string | undefined;
@@ -1593,7 +1424,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1593
1424
  balance?: number | undefined;
1594
1425
  bundleKeys?: string | undefined;
1595
1426
  credits?: {
1596
- 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;
1597
1428
  id?: string | undefined;
1598
1429
  description?: string | undefined;
1599
1430
  amount?: number | undefined;
@@ -1616,6 +1447,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1616
1447
  childItems?: unknown[] | undefined;
1617
1448
  }[] | undefined;
1618
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
+ */
1619
1457
  export declare const zGetInvoiceResponse: z.ZodObject<{
1620
1458
  html: z.ZodOptional<z.ZodString>;
1621
1459
  }, "strip", z.ZodTypeAny, {
@@ -1623,78 +1461,572 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1623
1461
  }, {
1624
1462
  html?: string | undefined;
1625
1463
  }>;
1626
- export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1627
- limits: z.ZodOptional<z.ZodObject<{
1628
- cpu: z.ZodNumber;
1629
- }, "strip", z.ZodTypeAny, {
1630
- cpu: number;
1631
- }, {
1632
- cpu: number;
1633
- }>>;
1634
- gcp: z.ZodOptional<z.ZodObject<{
1635
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1636
- project: z.ZodString;
1637
- }, "strip", z.ZodTypeAny, {
1638
- project: string;
1639
- enabled: boolean;
1640
- }, {
1641
- project: string;
1642
- enabled?: boolean | undefined;
1643
- }>>;
1644
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1645
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1646
- apiKey: z.ZodOptional<z.ZodString>;
1647
- }, "strip", z.ZodTypeAny, {
1648
- enabled: boolean;
1649
- apiKey?: string | undefined;
1650
- }, {
1651
- apiKey?: string | undefined;
1652
- enabled?: boolean | undefined;
1653
- }>, z.ZodObject<{
1654
- apiKey: z.ZodOptional<z.ZodString>;
1655
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1656
- }, "strip", z.ZodTypeAny, {
1657
- enabled: boolean;
1658
- apiKey?: string | undefined;
1659
- }, {
1660
- apiKey?: string | undefined;
1661
- enabled?: boolean | undefined;
1662
- }>]>>;
1663
- aws: z.ZodOptional<z.ZodObject<{
1664
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1665
- controllerRoleArn: z.ZodString;
1666
- }, "strip", z.ZodTypeAny, {
1667
- controllerRoleArn: string;
1668
- enabled: boolean;
1669
- }, {
1670
- controllerRoleArn: string;
1671
- enabled?: boolean | undefined;
1672
- }>>;
1673
- id: z.ZodString;
1674
- type: z.ZodEnum<["managed", "connected"]>;
1675
- }, "strip", z.ZodTypeAny, {
1676
- type: "connected" | "managed";
1677
- id: string;
1678
- limits?: {
1679
- cpu: number;
1680
- } | undefined;
1681
- gcp?: {
1682
- project: string;
1683
- enabled: boolean;
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?: {
2015
+ cpu: number;
1684
2016
  } | undefined;
1685
- hetzner?: {
2017
+ gcp?: {
2018
+ project: string;
1686
2019
  enabled: boolean;
1687
- apiKey?: string | undefined;
1688
- } | {
2020
+ } | undefined;
2021
+ hetzner?: {
2022
+ apiKey: string;
1689
2023
  enabled: boolean;
1690
- apiKey?: string | undefined;
1691
2024
  } | undefined;
1692
2025
  aws?: {
1693
2026
  controllerRoleArn: string;
1694
2027
  enabled: boolean;
1695
2028
  } | undefined;
1696
2029
  }, {
1697
- type: "connected" | "managed";
1698
2030
  id: string;
1699
2031
  limits?: {
1700
2032
  cpu: number;
@@ -1704,20 +2036,15 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1704
2036
  enabled?: boolean | undefined;
1705
2037
  } | undefined;
1706
2038
  hetzner?: {
1707
- apiKey?: string | undefined;
1708
- enabled?: boolean | undefined;
1709
- } | {
1710
- apiKey?: string | undefined;
2039
+ apiKey: string;
1711
2040
  enabled?: boolean | undefined;
1712
2041
  } | undefined;
1713
2042
  aws?: {
1714
2043
  controllerRoleArn: string;
1715
2044
  enabled?: boolean | undefined;
1716
2045
  } | undefined;
1717
- }>, "many">;
1718
- export declare const zCreateFleetResponse: z.ZodString;
1719
- export declare const zDeleteFleetResponse: z.ZodString;
1720
- export declare const zGetFleetResponse: z.ZodObject<{
2046
+ }>;
2047
+ export declare const zUpdateFleetData: z.ZodObject<{
1721
2048
  limits: z.ZodOptional<z.ZodObject<{
1722
2049
  cpu: z.ZodNumber;
1723
2050
  }, "strip", z.ZodTypeAny, {
@@ -1735,25 +2062,16 @@ export declare const zGetFleetResponse: z.ZodObject<{
1735
2062
  project: string;
1736
2063
  enabled?: boolean | undefined;
1737
2064
  }>>;
1738
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1739
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1740
- apiKey: z.ZodOptional<z.ZodString>;
1741
- }, "strip", z.ZodTypeAny, {
1742
- enabled: boolean;
1743
- apiKey?: string | undefined;
1744
- }, {
1745
- apiKey?: string | undefined;
1746
- enabled?: boolean | undefined;
1747
- }>, z.ZodObject<{
1748
- apiKey: z.ZodOptional<z.ZodString>;
2065
+ hetzner: z.ZodOptional<z.ZodObject<{
1749
2066
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2067
+ apiKey: z.ZodString;
1750
2068
  }, "strip", z.ZodTypeAny, {
2069
+ apiKey: string;
1751
2070
  enabled: boolean;
1752
- apiKey?: string | undefined;
1753
2071
  }, {
1754
- apiKey?: string | undefined;
2072
+ apiKey: string;
1755
2073
  enabled?: boolean | undefined;
1756
- }>]>>;
2074
+ }>>;
1757
2075
  aws: z.ZodOptional<z.ZodObject<{
1758
2076
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1759
2077
  controllerRoleArn: z.ZodString;
@@ -1764,11 +2082,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1764
2082
  controllerRoleArn: string;
1765
2083
  enabled?: boolean | undefined;
1766
2084
  }>>;
1767
- id: z.ZodString;
1768
- type: z.ZodEnum<["managed", "connected"]>;
1769
2085
  }, "strip", z.ZodTypeAny, {
1770
- type: "connected" | "managed";
1771
- id: string;
1772
2086
  limits?: {
1773
2087
  cpu: number;
1774
2088
  } | undefined;
@@ -1777,19 +2091,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1777
2091
  enabled: boolean;
1778
2092
  } | undefined;
1779
2093
  hetzner?: {
2094
+ apiKey: string;
1780
2095
  enabled: boolean;
1781
- apiKey?: string | undefined;
1782
- } | {
1783
- enabled: boolean;
1784
- apiKey?: string | undefined;
1785
2096
  } | undefined;
1786
2097
  aws?: {
1787
2098
  controllerRoleArn: string;
1788
2099
  enabled: boolean;
1789
2100
  } | undefined;
1790
2101
  }, {
1791
- type: "connected" | "managed";
1792
- id: string;
1793
2102
  limits?: {
1794
2103
  cpu: number;
1795
2104
  } | undefined;
@@ -1798,10 +2107,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1798
2107
  enabled?: boolean | undefined;
1799
2108
  } | undefined;
1800
2109
  hetzner?: {
1801
- apiKey?: string | undefined;
1802
- enabled?: boolean | undefined;
1803
- } | {
1804
- apiKey?: string | undefined;
2110
+ apiKey: string;
1805
2111
  enabled?: boolean | undefined;
1806
2112
  } | undefined;
1807
2113
  aws?: {
@@ -1809,7 +2115,25 @@ export declare const zGetFleetResponse: z.ZodObject<{
1809
2115
  enabled?: boolean | undefined;
1810
2116
  } | undefined;
1811
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
+ */
1812
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
+ */
1813
2137
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1814
2138
  name: z.ZodString;
1815
2139
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1827,31 +2151,64 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1827
2151
  name: string;
1828
2152
  id: string;
1829
2153
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1830
- tier: "basic" | "pro";
1831
2154
  version_channel: string;
2155
+ tier: "basic" | "pro";
2156
+ ready?: boolean | undefined;
1832
2157
  region?: "staging" | "northamerica-central-1" | undefined;
1833
- endpoint?: string | undefined;
1834
- certificate_ca?: string | undefined;
1835
2158
  version_current?: string | undefined;
1836
2159
  created_at?: string | undefined;
1837
2160
  updated_at?: string | undefined;
1838
- ready?: boolean | undefined;
2161
+ endpoint?: string | undefined;
2162
+ certificate_ca?: string | undefined;
1839
2163
  }, {
1840
2164
  name: string;
1841
2165
  id: string;
1842
2166
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1843
2167
  tier: "basic" | "pro";
2168
+ ready?: boolean | undefined;
1844
2169
  region?: "staging" | "northamerica-central-1" | undefined;
1845
- endpoint?: string | undefined;
1846
2170
  version_channel?: string | undefined;
1847
- certificate_ca?: string | undefined;
1848
2171
  version_current?: string | undefined;
1849
2172
  created_at?: string | undefined;
1850
2173
  updated_at?: string | undefined;
1851
- ready?: boolean | undefined;
2174
+ endpoint?: string | undefined;
2175
+ certificate_ca?: string | undefined;
1852
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
+ */
1853
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
+ */
1854
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
+ */
1855
2212
  export declare const zGetClusterResponse: z.ZodObject<{
1856
2213
  name: z.ZodString;
1857
2214
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1869,29 +2226,46 @@ export declare const zGetClusterResponse: z.ZodObject<{
1869
2226
  name: string;
1870
2227
  id: string;
1871
2228
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1872
- tier: "basic" | "pro";
1873
2229
  version_channel: string;
2230
+ tier: "basic" | "pro";
2231
+ ready?: boolean | undefined;
1874
2232
  region?: "staging" | "northamerica-central-1" | undefined;
1875
- endpoint?: string | undefined;
1876
- certificate_ca?: string | undefined;
1877
2233
  version_current?: string | undefined;
1878
2234
  created_at?: string | undefined;
1879
2235
  updated_at?: string | undefined;
1880
- ready?: boolean | undefined;
2236
+ endpoint?: string | undefined;
2237
+ certificate_ca?: string | undefined;
1881
2238
  }, {
1882
2239
  name: string;
1883
2240
  id: string;
1884
2241
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1885
2242
  tier: "basic" | "pro";
2243
+ ready?: boolean | undefined;
1886
2244
  region?: "staging" | "northamerica-central-1" | undefined;
1887
- endpoint?: string | undefined;
1888
2245
  version_channel?: string | undefined;
1889
- certificate_ca?: string | undefined;
1890
2246
  version_current?: string | undefined;
1891
2247
  created_at?: string | undefined;
1892
2248
  updated_at?: string | undefined;
1893
- 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;
1894
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
+ */
1895
2269
  export declare const zUpdateClusterResponse: z.ZodObject<{
1896
2270
  name: z.ZodString;
1897
2271
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1909,29 +2283,36 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1909
2283
  name: string;
1910
2284
  id: string;
1911
2285
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1912
- tier: "basic" | "pro";
1913
2286
  version_channel: string;
2287
+ tier: "basic" | "pro";
2288
+ ready?: boolean | undefined;
1914
2289
  region?: "staging" | "northamerica-central-1" | undefined;
1915
- endpoint?: string | undefined;
1916
- certificate_ca?: string | undefined;
1917
2290
  version_current?: string | undefined;
1918
2291
  created_at?: string | undefined;
1919
2292
  updated_at?: string | undefined;
1920
- ready?: boolean | undefined;
2293
+ endpoint?: string | undefined;
2294
+ certificate_ca?: string | undefined;
1921
2295
  }, {
1922
2296
  name: string;
1923
2297
  id: string;
1924
2298
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1925
2299
  tier: "basic" | "pro";
2300
+ ready?: boolean | undefined;
1926
2301
  region?: "staging" | "northamerica-central-1" | undefined;
1927
- endpoint?: string | undefined;
1928
2302
  version_channel?: string | undefined;
1929
- certificate_ca?: string | undefined;
1930
2303
  version_current?: string | undefined;
1931
2304
  created_at?: string | undefined;
1932
2305
  updated_at?: string | undefined;
1933
- ready?: boolean | undefined;
2306
+ endpoint?: string | undefined;
2307
+ certificate_ca?: string | undefined;
1934
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
+ */
1935
2316
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1936
2317
  name: z.ZodString;
1937
2318
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1949,200 +2330,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1949
2330
  name: string;
1950
2331
  id: string;
1951
2332
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1952
- tier: "basic" | "pro";
1953
2333
  version_channel: string;
2334
+ tier: "basic" | "pro";
2335
+ ready?: boolean | undefined;
1954
2336
  region?: "staging" | "northamerica-central-1" | undefined;
1955
- endpoint?: string | undefined;
1956
- certificate_ca?: string | undefined;
1957
2337
  version_current?: string | undefined;
1958
2338
  created_at?: string | undefined;
1959
2339
  updated_at?: string | undefined;
1960
- ready?: boolean | undefined;
2340
+ endpoint?: string | undefined;
2341
+ certificate_ca?: string | undefined;
1961
2342
  }, {
1962
2343
  name: string;
1963
2344
  id: string;
1964
2345
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1965
2346
  tier: "basic" | "pro";
2347
+ ready?: boolean | undefined;
1966
2348
  region?: "staging" | "northamerica-central-1" | undefined;
1967
- endpoint?: string | undefined;
1968
2349
  version_channel?: string | undefined;
1969
- certificate_ca?: string | undefined;
1970
2350
  version_current?: string | undefined;
1971
2351
  created_at?: string | undefined;
1972
2352
  updated_at?: string | undefined;
1973
- ready?: boolean | undefined;
2353
+ endpoint?: string | undefined;
2354
+ certificate_ca?: string | undefined;
1974
2355
  }>;
1975
- export declare const zGetInfrastructureResponse: z.ZodArray<z.ZodObject<{
1976
- sku: z.ZodString;
1977
- provider: z.ZodString;
1978
- region: z.ZodString;
1979
- sub_region: z.ZodString;
1980
- csp_region: z.ZodString;
1981
- csp_zone: z.ZodString;
1982
- instance_type: z.ZodString;
1983
- architecture: z.ZodString;
1984
- os: z.ZodString;
1985
- vcpu: z.ZodNumber;
1986
- memory: z.ZodNumber;
1987
- local_storage: z.ZodNumber;
1988
- accelerator_name: z.ZodOptional<z.ZodString>;
1989
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
1990
- accelerator_count: z.ZodOptional<z.ZodNumber>;
1991
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
1992
- pods_capacity: z.ZodOptional<z.ZodNumber>;
1993
- capacity_type: z.ZodOptional<z.ZodString>;
1994
- price: z.ZodNumber;
1995
- available: z.ZodOptional<z.ZodBoolean>;
1996
- }, "strip", z.ZodTypeAny, {
1997
- memory: number;
1998
- region: string;
1999
- sku: string;
2000
- provider: string;
2001
- sub_region: string;
2002
- csp_region: string;
2003
- csp_zone: string;
2004
- instance_type: string;
2005
- architecture: string;
2006
- os: string;
2007
- vcpu: number;
2008
- local_storage: number;
2009
- price: number;
2010
- accelerator_name?: string | undefined;
2011
- accelerator_manufacturer?: string | undefined;
2012
- accelerator_count?: number | undefined;
2013
- accelerator_memory?: number | undefined;
2014
- pods_capacity?: number | undefined;
2015
- capacity_type?: string | undefined;
2016
- available?: boolean | undefined;
2017
- }, {
2018
- memory: number;
2019
- region: string;
2020
- sku: string;
2021
- provider: string;
2022
- sub_region: string;
2023
- csp_region: string;
2024
- csp_zone: string;
2025
- instance_type: string;
2026
- architecture: string;
2027
- os: string;
2028
- vcpu: number;
2029
- local_storage: number;
2030
- price: number;
2031
- accelerator_name?: string | undefined;
2032
- accelerator_manufacturer?: string | undefined;
2033
- accelerator_count?: number | undefined;
2034
- accelerator_memory?: number | undefined;
2035
- pods_capacity?: number | undefined;
2036
- capacity_type?: string | undefined;
2037
- available?: boolean | undefined;
2038
- }>, "many">;
2039
- export declare const zGetFacetsResponse: z.ZodArray<z.ZodObject<{
2040
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2041
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2042
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2043
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2044
- vcpu_min: z.ZodOptional<z.ZodNumber>;
2045
- vcpu_max: z.ZodOptional<z.ZodNumber>;
2046
- memory_min: z.ZodOptional<z.ZodNumber>;
2047
- memory_max: z.ZodOptional<z.ZodNumber>;
2048
- storage_local_min: z.ZodOptional<z.ZodNumber>;
2049
- storage_local_max: z.ZodOptional<z.ZodNumber>;
2050
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2051
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2052
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
2053
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
2054
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
2055
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
2056
- price_min: z.ZodOptional<z.ZodNumber>;
2057
- price_max: z.ZodOptional<z.ZodNumber>;
2058
- regions_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2059
- region: z.ZodOptional<z.ZodString>;
2060
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2061
- }, "strip", z.ZodTypeAny, {
2062
- region?: string | undefined;
2063
- sub_region?: string[] | undefined;
2064
- }, {
2065
- region?: string | undefined;
2066
- sub_region?: string[] | undefined;
2067
- }>, "many">>;
2068
- accelerators_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2069
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
2070
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2071
- }, "strip", z.ZodTypeAny, {
2072
- accelerator_name?: string[] | undefined;
2073
- accelerator_manufacturer?: string | undefined;
2074
- }, {
2075
- accelerator_name?: string[] | undefined;
2076
- accelerator_manufacturer?: string | undefined;
2077
- }>, "many">>;
2078
- count_total: z.ZodOptional<z.ZodNumber>;
2079
- count_accelerators: z.ZodOptional<z.ZodNumber>;
2080
- count_instance_types: z.ZodOptional<z.ZodNumber>;
2081
- count_accelerators_instance_types: z.ZodOptional<z.ZodNumber>;
2082
- }, "strip", z.ZodTypeAny, {
2083
- region?: string[] | undefined;
2084
- provider?: string[] | undefined;
2085
- sub_region?: string[] | undefined;
2086
- csp_region?: string[] | undefined;
2087
- accelerator_name?: string[] | undefined;
2088
- accelerator_manufacturer?: string[] | undefined;
2089
- accelerator_count_min?: number | undefined;
2090
- accelerator_count_max?: number | undefined;
2091
- accelerator_memory_min?: number | undefined;
2092
- accelerator_memory_max?: number | undefined;
2093
- memory_min?: number | undefined;
2094
- memory_max?: number | undefined;
2095
- vcpu_min?: number | undefined;
2096
- vcpu_max?: number | undefined;
2097
- storage_local_min?: number | undefined;
2098
- storage_local_max?: number | undefined;
2099
- price_min?: number | undefined;
2100
- price_max?: number | undefined;
2101
- regions_struct?: {
2102
- region?: string | undefined;
2103
- sub_region?: string[] | undefined;
2104
- }[] | undefined;
2105
- accelerators_struct?: {
2106
- accelerator_name?: string[] | undefined;
2107
- accelerator_manufacturer?: string | undefined;
2108
- }[] | undefined;
2109
- count_total?: number | undefined;
2110
- count_accelerators?: number | undefined;
2111
- count_instance_types?: number | undefined;
2112
- count_accelerators_instance_types?: number | undefined;
2113
- }, {
2114
- region?: string[] | undefined;
2115
- provider?: string[] | undefined;
2116
- sub_region?: string[] | undefined;
2117
- csp_region?: string[] | undefined;
2118
- accelerator_name?: string[] | undefined;
2119
- accelerator_manufacturer?: string[] | undefined;
2120
- accelerator_count_min?: number | undefined;
2121
- accelerator_count_max?: number | undefined;
2122
- accelerator_memory_min?: number | undefined;
2123
- accelerator_memory_max?: number | undefined;
2124
- memory_min?: number | undefined;
2125
- memory_max?: number | undefined;
2126
- vcpu_min?: number | undefined;
2127
- vcpu_max?: number | undefined;
2128
- storage_local_min?: number | undefined;
2129
- storage_local_max?: number | undefined;
2130
- price_min?: number | undefined;
2131
- price_max?: number | undefined;
2132
- regions_struct?: {
2133
- region?: string | undefined;
2134
- sub_region?: string[] | undefined;
2135
- }[] | undefined;
2136
- accelerators_struct?: {
2137
- accelerator_name?: string[] | undefined;
2138
- accelerator_manufacturer?: string | undefined;
2139
- }[] | undefined;
2140
- count_total?: number | undefined;
2141
- count_accelerators?: number | undefined;
2142
- count_instance_types?: number | undefined;
2143
- count_accelerators_instance_types?: number | undefined;
2144
- }>, "many">;
2145
- export declare const zGetRegionsResponse: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
2356
+ /**
2357
+ * An array of invites
2358
+ */
2146
2359
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2147
2360
  id: z.ZodOptional<z.ZodString>;
2148
2361
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2162,26 +2375,17 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2162
2375
  email?: string | undefined;
2163
2376
  organization_id?: string | undefined;
2164
2377
  }>, "many">;
2165
- export declare const zCreateInviteResponse: z.ZodObject<{
2166
- id: z.ZodOptional<z.ZodString>;
2167
- organization_id: z.ZodOptional<z.ZodString>;
2168
- date_created: z.ZodString;
2378
+ export declare const zCreateInviteData: z.ZodObject<{
2169
2379
  email: z.ZodOptional<z.ZodString>;
2170
- code: z.ZodOptional<z.ZodString>;
2171
2380
  }, "strip", z.ZodTypeAny, {
2172
- date_created: string;
2173
- code?: string | undefined;
2174
- id?: string | undefined;
2175
2381
  email?: string | undefined;
2176
- organization_id?: string | undefined;
2177
2382
  }, {
2178
- date_created: string;
2179
- code?: string | undefined;
2180
- id?: string | undefined;
2181
2383
  email?: string | undefined;
2182
- organization_id?: string | undefined;
2183
2384
  }>;
2184
- export declare const zGetInviteResponse: z.ZodObject<{
2385
+ /**
2386
+ * Successfully created. Returns created invite details.
2387
+ */
2388
+ export declare const zCreateInviteResponse: z.ZodObject<{
2185
2389
  id: z.ZodOptional<z.ZodString>;
2186
2390
  organization_id: z.ZodOptional<z.ZodString>;
2187
2391
  date_created: z.ZodString;
@@ -2200,345 +2404,154 @@ export declare const zGetInviteResponse: z.ZodObject<{
2200
2404
  email?: string | undefined;
2201
2405
  organization_id?: string | undefined;
2202
2406
  }>;
2203
- export declare const zGetOrganizationResponse: z.ZodObject<{
2204
- name: z.ZodString;
2205
- contactInfo: z.ZodObject<{
2206
- address1: z.ZodOptional<z.ZodString>;
2207
- address2: z.ZodOptional<z.ZodString>;
2208
- postalCode: z.ZodOptional<z.ZodString>;
2209
- city: z.ZodOptional<z.ZodString>;
2210
- state: z.ZodOptional<z.ZodString>;
2211
- country: z.ZodOptional<z.ZodString>;
2212
- phone: z.ZodOptional<z.ZodString>;
2213
- email: z.ZodString;
2214
- first_name: z.ZodString;
2215
- last_name: z.ZodString;
2216
- }, "strip", z.ZodTypeAny, {
2217
- email: string;
2218
- first_name: string;
2219
- last_name: string;
2220
- state?: string | undefined;
2221
- country?: string | undefined;
2222
- address1?: string | undefined;
2223
- address2?: string | undefined;
2224
- postalCode?: string | undefined;
2225
- city?: string | undefined;
2226
- phone?: string | undefined;
2227
- }, {
2228
- email: string;
2229
- first_name: string;
2230
- last_name: string;
2231
- state?: string | undefined;
2232
- country?: string | undefined;
2233
- address1?: string | undefined;
2234
- address2?: string | undefined;
2235
- postalCode?: string | undefined;
2236
- city?: string | undefined;
2237
- phone?: string | undefined;
2238
- }>;
2239
- id: z.ZodString;
2240
- date_created: z.ZodString;
2241
- quota: z.ZodObject<{
2242
- basic_clusters_max: z.ZodNumber;
2243
- basic_clusters_available: z.ZodNumber;
2244
- pro_clusters_max: z.ZodNumber;
2245
- pro_clusters_available: z.ZodNumber;
2246
- fleets_max: z.ZodNumber;
2247
- managed_fleets_cpu_max: z.ZodNumber;
2248
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
2249
- regions: z.ZodArray<z.ZodString, "many">;
2250
- versions: z.ZodArray<z.ZodObject<{
2251
- id: z.ZodString;
2252
- label: z.ZodString;
2253
- }, "strip", z.ZodTypeAny, {
2254
- id: string;
2255
- label: string;
2256
- }, {
2257
- id: string;
2258
- label: string;
2259
- }>, "many">;
2260
- }, "strip", z.ZodTypeAny, {
2261
- versions: {
2262
- id: string;
2263
- label: string;
2264
- }[];
2265
- basic_clusters_max: number;
2266
- basic_clusters_available: number;
2267
- pro_clusters_max: number;
2268
- pro_clusters_available: number;
2269
- fleets_max: number;
2270
- managed_fleets_cpu_max: number;
2271
- cluster_tiers: string[];
2272
- regions: string[];
2273
- }, {
2274
- versions: {
2275
- id: string;
2276
- label: string;
2277
- }[];
2278
- basic_clusters_max: number;
2279
- basic_clusters_available: number;
2280
- pro_clusters_max: number;
2281
- pro_clusters_available: number;
2282
- fleets_max: number;
2283
- managed_fleets_cpu_max: number;
2284
- cluster_tiers: string[];
2285
- regions: string[];
2286
- }>;
2287
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
2288
- status: z.ZodEnum<["active", "closed", "suspended"]>;
2289
- }, "strip", z.ZodTypeAny, {
2290
- name: string;
2291
- id: string;
2292
- status: "active" | "closed" | "suspended";
2293
- date_created: string;
2294
- contactInfo: {
2295
- email: string;
2296
- first_name: string;
2297
- last_name: string;
2298
- state?: string | undefined;
2299
- country?: string | undefined;
2300
- address1?: string | undefined;
2301
- address2?: string | undefined;
2302
- postalCode?: string | undefined;
2303
- city?: string | undefined;
2304
- phone?: string | undefined;
2305
- };
2306
- quota: {
2307
- versions: {
2308
- id: string;
2309
- label: string;
2310
- }[];
2311
- basic_clusters_max: number;
2312
- basic_clusters_available: number;
2313
- pro_clusters_max: number;
2314
- pro_clusters_available: number;
2315
- fleets_max: number;
2316
- managed_fleets_cpu_max: number;
2317
- cluster_tiers: string[];
2318
- regions: string[];
2319
- };
2320
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2321
- }, {
2322
- name: string;
2323
- id: string;
2324
- status: "active" | "closed" | "suspended";
2325
- date_created: string;
2326
- contactInfo: {
2327
- email: string;
2328
- first_name: string;
2329
- last_name: string;
2330
- state?: string | undefined;
2331
- country?: string | undefined;
2332
- address1?: string | undefined;
2333
- address2?: string | undefined;
2334
- postalCode?: string | undefined;
2335
- city?: string | undefined;
2336
- phone?: string | undefined;
2337
- };
2338
- quota: {
2339
- versions: {
2340
- id: string;
2341
- label: string;
2342
- }[];
2343
- basic_clusters_max: number;
2344
- basic_clusters_available: number;
2345
- pro_clusters_max: number;
2346
- pro_clusters_available: number;
2347
- fleets_max: number;
2348
- managed_fleets_cpu_max: number;
2349
- cluster_tiers: string[];
2350
- regions: string[];
2351
- };
2352
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
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;
2353
2432
  }>;
2354
- 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;
2355
2442
  name: z.ZodString;
2356
- contactInfo: z.ZodObject<{
2357
- address1: z.ZodOptional<z.ZodString>;
2358
- address2: z.ZodOptional<z.ZodString>;
2359
- postalCode: z.ZodOptional<z.ZodString>;
2360
- city: z.ZodOptional<z.ZodString>;
2361
- state: z.ZodOptional<z.ZodString>;
2362
- country: z.ZodOptional<z.ZodString>;
2363
- phone: z.ZodOptional<z.ZodString>;
2364
- email: z.ZodString;
2365
- first_name: z.ZodString;
2366
- last_name: z.ZodString;
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;
2367
2453
  }, "strip", z.ZodTypeAny, {
2368
- email: string;
2369
- first_name: string;
2370
- last_name: string;
2371
- state?: string | undefined;
2372
- country?: string | undefined;
2373
- address1?: string | undefined;
2374
- address2?: string | undefined;
2375
- postalCode?: string | undefined;
2376
- city?: string | undefined;
2377
- phone?: string | undefined;
2454
+ version: string;
2455
+ schema: string;
2456
+ placeholder: string;
2378
2457
  }, {
2379
- email: string;
2380
- first_name: string;
2381
- last_name: string;
2382
- state?: string | undefined;
2383
- country?: string | undefined;
2384
- address1?: string | undefined;
2385
- address2?: string | undefined;
2386
- postalCode?: string | undefined;
2387
- city?: string | undefined;
2388
- phone?: string | undefined;
2389
- }>;
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<{
2390
2499
  id: z.ZodString;
2391
- date_created: z.ZodString;
2392
- quota: z.ZodObject<{
2393
- basic_clusters_max: z.ZodNumber;
2394
- basic_clusters_available: z.ZodNumber;
2395
- pro_clusters_max: z.ZodNumber;
2396
- pro_clusters_available: z.ZodNumber;
2397
- fleets_max: z.ZodNumber;
2398
- managed_fleets_cpu_max: z.ZodNumber;
2399
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
2400
- regions: z.ZodArray<z.ZodString, "many">;
2401
- versions: z.ZodArray<z.ZodObject<{
2402
- id: z.ZodString;
2403
- label: z.ZodString;
2404
- }, "strip", z.ZodTypeAny, {
2405
- id: string;
2406
- label: string;
2407
- }, {
2408
- id: string;
2409
- label: string;
2410
- }>, "many">;
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;
2411
2511
  }, "strip", z.ZodTypeAny, {
2412
- versions: {
2413
- id: string;
2414
- label: string;
2415
- }[];
2416
- basic_clusters_max: number;
2417
- basic_clusters_available: number;
2418
- pro_clusters_max: number;
2419
- pro_clusters_available: number;
2420
- fleets_max: number;
2421
- managed_fleets_cpu_max: number;
2422
- cluster_tiers: string[];
2423
- regions: string[];
2512
+ version: string;
2513
+ schema: string;
2514
+ placeholder: string;
2424
2515
  }, {
2425
- versions: {
2426
- id: string;
2427
- label: string;
2428
- }[];
2429
- basic_clusters_max: number;
2430
- basic_clusters_available: number;
2431
- pro_clusters_max: number;
2432
- pro_clusters_available: number;
2433
- fleets_max: number;
2434
- managed_fleets_cpu_max: number;
2435
- cluster_tiers: string[];
2436
- regions: string[];
2437
- }>;
2438
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
2439
- status: z.ZodEnum<["active", "closed", "suspended"]>;
2516
+ version: string;
2517
+ schema: string;
2518
+ placeholder: string;
2519
+ }>, "many">;
2440
2520
  }, "strip", z.ZodTypeAny, {
2441
2521
  name: string;
2442
2522
  id: string;
2443
- status: "active" | "closed" | "suspended";
2444
- date_created: string;
2445
- contactInfo: {
2446
- email: string;
2447
- first_name: string;
2448
- last_name: string;
2449
- state?: string | undefined;
2450
- country?: string | undefined;
2451
- address1?: string | undefined;
2452
- address2?: string | undefined;
2453
- postalCode?: string | undefined;
2454
- city?: string | undefined;
2455
- phone?: string | undefined;
2456
- };
2457
- quota: {
2458
- versions: {
2459
- id: string;
2460
- label: string;
2461
- }[];
2462
- basic_clusters_max: number;
2463
- basic_clusters_available: number;
2464
- pro_clusters_max: number;
2465
- pro_clusters_available: number;
2466
- fleets_max: number;
2467
- managed_fleets_cpu_max: number;
2468
- cluster_tiers: string[];
2469
- regions: string[];
2470
- };
2471
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
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
+ }[];
2472
2534
  }, {
2473
2535
  name: string;
2474
2536
  id: string;
2475
- status: "active" | "closed" | "suspended";
2476
- date_created: string;
2477
- contactInfo: {
2478
- email: string;
2479
- first_name: string;
2480
- last_name: string;
2481
- state?: string | undefined;
2482
- country?: string | undefined;
2483
- address1?: string | undefined;
2484
- address2?: string | undefined;
2485
- postalCode?: string | undefined;
2486
- city?: string | undefined;
2487
- phone?: string | undefined;
2488
- };
2489
- quota: {
2490
- versions: {
2491
- id: string;
2492
- label: string;
2493
- }[];
2494
- basic_clusters_max: number;
2495
- basic_clusters_available: number;
2496
- pro_clusters_max: number;
2497
- pro_clusters_available: number;
2498
- fleets_max: number;
2499
- managed_fleets_cpu_max: number;
2500
- cluster_tiers: string[];
2501
- regions: string[];
2502
- };
2503
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
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
+ }[];
2504
2548
  }>;
2505
- export declare const zUpdateOrganizationResponse: z.ZodObject<{
2506
- name: z.ZodString;
2507
- contactInfo: z.ZodObject<{
2508
- address1: z.ZodOptional<z.ZodString>;
2509
- address2: z.ZodOptional<z.ZodString>;
2510
- postalCode: z.ZodOptional<z.ZodString>;
2511
- city: z.ZodOptional<z.ZodString>;
2512
- state: z.ZodOptional<z.ZodString>;
2513
- country: z.ZodOptional<z.ZodString>;
2514
- phone: z.ZodOptional<z.ZodString>;
2515
- email: z.ZodString;
2516
- first_name: z.ZodString;
2517
- last_name: z.ZodString;
2518
- }, "strip", z.ZodTypeAny, {
2519
- email: string;
2520
- first_name: string;
2521
- last_name: string;
2522
- state?: string | undefined;
2523
- country?: string | undefined;
2524
- address1?: string | undefined;
2525
- address2?: string | undefined;
2526
- postalCode?: string | undefined;
2527
- city?: string | undefined;
2528
- phone?: string | undefined;
2529
- }, {
2530
- email: string;
2531
- first_name: string;
2532
- last_name: string;
2533
- state?: string | undefined;
2534
- country?: string | undefined;
2535
- address1?: string | undefined;
2536
- address2?: string | undefined;
2537
- postalCode?: string | undefined;
2538
- city?: string | undefined;
2539
- phone?: string | undefined;
2540
- }>;
2549
+ /**
2550
+ * Returns a single object containing organization details.
2551
+ */
2552
+ export declare const zGetOrganizationResponse: z.ZodObject<{
2541
2553
  id: z.ZodString;
2554
+ name: z.ZodOptional<z.ZodString>;
2542
2555
  date_created: z.ZodString;
2543
2556
  quota: z.ZodObject<{
2544
2557
  basic_clusters_max: z.ZodNumber;
@@ -2546,7 +2559,6 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2546
2559
  pro_clusters_max: z.ZodNumber;
2547
2560
  pro_clusters_available: z.ZodNumber;
2548
2561
  fleets_max: z.ZodNumber;
2549
- managed_fleets_cpu_max: z.ZodNumber;
2550
2562
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
2551
2563
  regions: z.ZodArray<z.ZodString, "many">;
2552
2564
  versions: z.ZodArray<z.ZodObject<{
@@ -2569,7 +2581,6 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2569
2581
  pro_clusters_max: number;
2570
2582
  pro_clusters_available: number;
2571
2583
  fleets_max: number;
2572
- managed_fleets_cpu_max: number;
2573
2584
  cluster_tiers: string[];
2574
2585
  regions: string[];
2575
2586
  }, {
@@ -2582,29 +2593,14 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2582
2593
  pro_clusters_max: number;
2583
2594
  pro_clusters_available: number;
2584
2595
  fleets_max: number;
2585
- managed_fleets_cpu_max: number;
2586
2596
  cluster_tiers: string[];
2587
2597
  regions: string[];
2588
2598
  }>;
2589
- pending_actions: z.ZodArray<z.ZodEnum<["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"]>, "many">;
2590
2599
  status: z.ZodEnum<["active", "closed", "suspended"]>;
2591
2600
  }, "strip", z.ZodTypeAny, {
2592
- name: string;
2593
2601
  id: string;
2594
2602
  status: "active" | "closed" | "suspended";
2595
2603
  date_created: string;
2596
- contactInfo: {
2597
- email: string;
2598
- first_name: string;
2599
- last_name: string;
2600
- state?: string | undefined;
2601
- country?: string | undefined;
2602
- address1?: string | undefined;
2603
- address2?: string | undefined;
2604
- postalCode?: string | undefined;
2605
- city?: string | undefined;
2606
- phone?: string | undefined;
2607
- };
2608
2604
  quota: {
2609
2605
  versions: {
2610
2606
  id: string;
@@ -2615,28 +2611,14 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2615
2611
  pro_clusters_max: number;
2616
2612
  pro_clusters_available: number;
2617
2613
  fleets_max: number;
2618
- managed_fleets_cpu_max: number;
2619
2614
  cluster_tiers: string[];
2620
2615
  regions: string[];
2621
2616
  };
2622
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2617
+ name?: string | undefined;
2623
2618
  }, {
2624
- name: string;
2625
2619
  id: string;
2626
2620
  status: "active" | "closed" | "suspended";
2627
2621
  date_created: string;
2628
- contactInfo: {
2629
- email: string;
2630
- first_name: string;
2631
- last_name: string;
2632
- state?: string | undefined;
2633
- country?: string | undefined;
2634
- address1?: string | undefined;
2635
- address2?: string | undefined;
2636
- postalCode?: string | undefined;
2637
- city?: string | undefined;
2638
- phone?: string | undefined;
2639
- };
2640
2622
  quota: {
2641
2623
  versions: {
2642
2624
  id: string;
@@ -2647,12 +2629,33 @@ export declare const zUpdateOrganizationResponse: z.ZodObject<{
2647
2629
  pro_clusters_max: number;
2648
2630
  pro_clusters_available: number;
2649
2631
  fleets_max: number;
2650
- managed_fleets_cpu_max: number;
2651
2632
  cluster_tiers: string[];
2652
2633
  regions: string[];
2653
2634
  };
2654
- pending_actions: ("signup-payment-method" | "signup-billing-address" | "signup-invite-team" | "signup-create-cluster")[];
2635
+ name?: string | undefined;
2655
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
+ */
2656
2659
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2657
2660
  name: z.ZodString;
2658
2661
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2661,17 +2664,30 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2661
2664
  date_created: z.ZodString;
2662
2665
  }, "strip", z.ZodTypeAny, {
2663
2666
  name: string;
2664
- role: "User" | "Administrator";
2667
+ role: "Administrator" | "User";
2665
2668
  date_created: string;
2666
2669
  id?: string | undefined;
2667
2670
  secret?: string | undefined;
2668
2671
  }, {
2669
2672
  name: string;
2670
- role: "User" | "Administrator";
2673
+ role: "Administrator" | "User";
2671
2674
  date_created: string;
2672
2675
  id?: string | undefined;
2673
2676
  secret?: string | undefined;
2674
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
+ */
2675
2691
  export declare const zCreateTokenResponse: z.ZodObject<{
2676
2692
  name: z.ZodString;
2677
2693
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2680,17 +2696,28 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2680
2696
  date_created: z.ZodString;
2681
2697
  }, "strip", z.ZodTypeAny, {
2682
2698
  name: string;
2683
- role: "User" | "Administrator";
2699
+ role: "Administrator" | "User";
2684
2700
  date_created: string;
2685
2701
  id?: string | undefined;
2686
2702
  secret?: string | undefined;
2687
2703
  }, {
2688
2704
  name: string;
2689
- role: "User" | "Administrator";
2705
+ role: "Administrator" | "User";
2690
2706
  date_created: string;
2691
2707
  id?: string | undefined;
2692
2708
  secret?: string | undefined;
2693
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
+ */
2694
2721
  export declare const zGetTokenResponse: z.ZodObject<{
2695
2722
  name: z.ZodString;
2696
2723
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2699,17 +2726,34 @@ export declare const zGetTokenResponse: z.ZodObject<{
2699
2726
  date_created: z.ZodString;
2700
2727
  }, "strip", z.ZodTypeAny, {
2701
2728
  name: string;
2702
- role: "User" | "Administrator";
2729
+ role: "Administrator" | "User";
2703
2730
  date_created: string;
2704
2731
  id?: string | undefined;
2705
2732
  secret?: string | undefined;
2706
2733
  }, {
2707
2734
  name: string;
2708
- role: "User" | "Administrator";
2735
+ role: "Administrator" | "User";
2709
2736
  date_created: string;
2710
2737
  id?: string | undefined;
2711
2738
  secret?: string | undefined;
2712
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
+ */
2713
2757
  export declare const zUpdateTokenResponse: z.ZodObject<{
2714
2758
  name: z.ZodString;
2715
2759
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2718,17 +2762,24 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2718
2762
  date_created: z.ZodString;
2719
2763
  }, "strip", z.ZodTypeAny, {
2720
2764
  name: string;
2721
- role: "User" | "Administrator";
2765
+ role: "Administrator" | "User";
2722
2766
  date_created: string;
2723
2767
  id?: string | undefined;
2724
2768
  secret?: string | undefined;
2725
2769
  }, {
2726
2770
  name: string;
2727
- role: "User" | "Administrator";
2771
+ role: "Administrator" | "User";
2728
2772
  date_created: string;
2729
2773
  id?: string | undefined;
2730
2774
  secret?: string | undefined;
2731
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
+ */
2732
2783
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2733
2784
  name: z.ZodString;
2734
2785
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2737,17 +2788,24 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2737
2788
  date_created: z.ZodString;
2738
2789
  }, "strip", z.ZodTypeAny, {
2739
2790
  name: string;
2740
- role: "User" | "Administrator";
2791
+ role: "Administrator" | "User";
2741
2792
  date_created: string;
2742
2793
  id?: string | undefined;
2743
2794
  secret?: string | undefined;
2744
2795
  }, {
2745
2796
  name: string;
2746
- role: "User" | "Administrator";
2797
+ role: "Administrator" | "User";
2747
2798
  date_created: string;
2748
2799
  id?: string | undefined;
2749
2800
  secret?: string | undefined;
2750
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
+ */
2751
2809
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2752
2810
  realm: z.ZodOptional<z.ZodString>;
2753
2811
  displayName: z.ZodOptional<z.ZodString>;
@@ -2758,6 +2816,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2758
2816
  realm?: string | undefined;
2759
2817
  displayName?: string | undefined;
2760
2818
  }>, "many">;
2819
+ /**
2820
+ * An array of users
2821
+ */
2761
2822
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2762
2823
  email: z.ZodString;
2763
2824
  first_name: z.ZodString;
@@ -2766,85 +2827,52 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2766
2827
  status: z.ZodEnum<["active", "inactive"]>;
2767
2828
  id: z.ZodString;
2768
2829
  date_created: z.ZodString;
2769
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2770
- cluster_id: z.ZodString;
2771
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2772
- }, "strip", z.ZodTypeAny, {
2773
- cluster_id: string;
2774
- permissions: "readonly" | "readwrite";
2775
- }, {
2776
- cluster_id: string;
2777
- permissions: "readonly" | "readwrite";
2778
- }>, "many">>;
2779
2830
  }, "strip", z.ZodTypeAny, {
2780
2831
  id: string;
2781
- role: "User" | "Administrator";
2832
+ role: "Administrator" | "User";
2782
2833
  email: string;
2783
2834
  status: "active" | "inactive";
2784
- date_created: string;
2785
2835
  first_name: string;
2786
2836
  last_name: string;
2787
- cluster_permissions?: {
2788
- cluster_id: string;
2789
- permissions: "readonly" | "readwrite";
2790
- }[] | undefined;
2837
+ date_created: string;
2791
2838
  }, {
2792
2839
  id: string;
2793
- role: "User" | "Administrator";
2840
+ role: "Administrator" | "User";
2794
2841
  email: string;
2795
2842
  status: "active" | "inactive";
2796
- date_created: string;
2797
2843
  first_name: string;
2798
2844
  last_name: string;
2799
- cluster_permissions?: {
2800
- cluster_id: string;
2801
- permissions: "readonly" | "readwrite";
2802
- }[] | undefined;
2845
+ date_created: string;
2803
2846
  }>, "many">;
2804
- export declare const zCreateUserResponse: z.ZodObject<{
2847
+ export declare const zCreateUserData: z.ZodObject<{
2805
2848
  email: z.ZodString;
2806
2849
  first_name: z.ZodString;
2807
2850
  last_name: z.ZodString;
2808
- role: z.ZodEnum<["Administrator", "User"]>;
2809
- status: z.ZodEnum<["active", "inactive"]>;
2810
- id: z.ZodString;
2811
- date_created: z.ZodString;
2812
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2813
- cluster_id: z.ZodString;
2814
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2815
- }, "strip", z.ZodTypeAny, {
2816
- cluster_id: string;
2817
- permissions: "readonly" | "readwrite";
2818
- }, {
2819
- cluster_id: string;
2820
- permissions: "readonly" | "readwrite";
2821
- }>, "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"]>>;
2822
2855
  }, "strip", z.ZodTypeAny, {
2823
- id: string;
2824
- role: "User" | "Administrator";
2856
+ code: string;
2825
2857
  email: string;
2826
- status: "active" | "inactive";
2827
- date_created: string;
2828
2858
  first_name: string;
2829
2859
  last_name: string;
2830
- cluster_permissions?: {
2831
- cluster_id: string;
2832
- permissions: "readonly" | "readwrite";
2833
- }[] | undefined;
2860
+ password: string;
2861
+ role?: "Administrator" | "User" | undefined;
2862
+ status?: "active" | "inactive" | undefined;
2834
2863
  }, {
2835
- id: string;
2836
- role: "User" | "Administrator";
2864
+ code: string;
2837
2865
  email: string;
2838
- status: "active" | "inactive";
2839
- date_created: string;
2840
2866
  first_name: string;
2841
2867
  last_name: string;
2842
- cluster_permissions?: {
2843
- cluster_id: string;
2844
- permissions: "readonly" | "readwrite";
2845
- }[] | undefined;
2868
+ password: string;
2869
+ role?: "Administrator" | "User" | undefined;
2870
+ status?: "active" | "inactive" | undefined;
2846
2871
  }>;
2847
- export declare const zDeleteUserResponse: z.ZodObject<{
2872
+ /**
2873
+ * Successfully created. Returns created user details.
2874
+ */
2875
+ export declare const zCreateUserResponse: z.ZodObject<{
2848
2876
  email: z.ZodString;
2849
2877
  first_name: z.ZodString;
2850
2878
  last_name: z.ZodString;
@@ -2852,42 +2880,31 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2852
2880
  status: z.ZodEnum<["active", "inactive"]>;
2853
2881
  id: z.ZodString;
2854
2882
  date_created: z.ZodString;
2855
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2856
- cluster_id: z.ZodString;
2857
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2858
- }, "strip", z.ZodTypeAny, {
2859
- cluster_id: string;
2860
- permissions: "readonly" | "readwrite";
2861
- }, {
2862
- cluster_id: string;
2863
- permissions: "readonly" | "readwrite";
2864
- }>, "many">>;
2865
2883
  }, "strip", z.ZodTypeAny, {
2866
2884
  id: string;
2867
- role: "User" | "Administrator";
2885
+ role: "Administrator" | "User";
2868
2886
  email: string;
2869
2887
  status: "active" | "inactive";
2870
- date_created: string;
2871
2888
  first_name: string;
2872
2889
  last_name: string;
2873
- cluster_permissions?: {
2874
- cluster_id: string;
2875
- permissions: "readonly" | "readwrite";
2876
- }[] | undefined;
2890
+ date_created: string;
2877
2891
  }, {
2878
2892
  id: string;
2879
- role: "User" | "Administrator";
2893
+ role: "Administrator" | "User";
2880
2894
  email: string;
2881
2895
  status: "active" | "inactive";
2882
- date_created: string;
2883
2896
  first_name: string;
2884
2897
  last_name: string;
2885
- cluster_permissions?: {
2886
- cluster_id: string;
2887
- permissions: "readonly" | "readwrite";
2888
- }[] | undefined;
2898
+ date_created: string;
2889
2899
  }>;
2890
- 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<{
2891
2908
  email: z.ZodString;
2892
2909
  first_name: z.ZodString;
2893
2910
  last_name: z.ZodString;
@@ -2895,42 +2912,31 @@ export declare const zGetUserResponse: z.ZodObject<{
2895
2912
  status: z.ZodEnum<["active", "inactive"]>;
2896
2913
  id: z.ZodString;
2897
2914
  date_created: z.ZodString;
2898
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2899
- cluster_id: z.ZodString;
2900
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2901
- }, "strip", z.ZodTypeAny, {
2902
- cluster_id: string;
2903
- permissions: "readonly" | "readwrite";
2904
- }, {
2905
- cluster_id: string;
2906
- permissions: "readonly" | "readwrite";
2907
- }>, "many">>;
2908
2915
  }, "strip", z.ZodTypeAny, {
2909
2916
  id: string;
2910
- role: "User" | "Administrator";
2917
+ role: "Administrator" | "User";
2911
2918
  email: string;
2912
2919
  status: "active" | "inactive";
2913
- date_created: string;
2914
2920
  first_name: string;
2915
2921
  last_name: string;
2916
- cluster_permissions?: {
2917
- cluster_id: string;
2918
- permissions: "readonly" | "readwrite";
2919
- }[] | undefined;
2922
+ date_created: string;
2920
2923
  }, {
2921
2924
  id: string;
2922
- role: "User" | "Administrator";
2925
+ role: "Administrator" | "User";
2923
2926
  email: string;
2924
2927
  status: "active" | "inactive";
2925
- date_created: string;
2926
2928
  first_name: string;
2927
2929
  last_name: string;
2928
- cluster_permissions?: {
2929
- cluster_id: string;
2930
- permissions: "readonly" | "readwrite";
2931
- }[] | undefined;
2930
+ date_created: string;
2932
2931
  }>;
2933
- 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<{
2934
2940
  email: z.ZodString;
2935
2941
  first_name: z.ZodString;
2936
2942
  last_name: z.ZodString;
@@ -2938,85 +2944,50 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2938
2944
  status: z.ZodEnum<["active", "inactive"]>;
2939
2945
  id: z.ZodString;
2940
2946
  date_created: z.ZodString;
2941
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2942
- cluster_id: z.ZodString;
2943
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2944
- }, "strip", z.ZodTypeAny, {
2945
- cluster_id: string;
2946
- permissions: "readonly" | "readwrite";
2947
- }, {
2948
- cluster_id: string;
2949
- permissions: "readonly" | "readwrite";
2950
- }>, "many">>;
2951
2947
  }, "strip", z.ZodTypeAny, {
2952
2948
  id: string;
2953
- role: "User" | "Administrator";
2949
+ role: "Administrator" | "User";
2954
2950
  email: string;
2955
2951
  status: "active" | "inactive";
2956
- date_created: string;
2957
2952
  first_name: string;
2958
2953
  last_name: string;
2959
- cluster_permissions?: {
2960
- cluster_id: string;
2961
- permissions: "readonly" | "readwrite";
2962
- }[] | undefined;
2954
+ date_created: string;
2963
2955
  }, {
2964
2956
  id: string;
2965
- role: "User" | "Administrator";
2957
+ role: "Administrator" | "User";
2966
2958
  email: string;
2967
2959
  status: "active" | "inactive";
2968
- date_created: string;
2969
2960
  first_name: string;
2970
2961
  last_name: string;
2971
- cluster_permissions?: {
2972
- cluster_id: string;
2973
- permissions: "readonly" | "readwrite";
2974
- }[] | undefined;
2962
+ date_created: string;
2975
2963
  }>;
2976
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2977
- email: z.ZodString;
2978
- first_name: z.ZodString;
2979
- last_name: z.ZodString;
2980
- role: z.ZodEnum<["Administrator", "User"]>;
2981
- status: z.ZodEnum<["active", "inactive"]>;
2982
- id: z.ZodString;
2983
- date_created: z.ZodString;
2984
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2985
- cluster_id: z.ZodString;
2986
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2987
- }, "strip", z.ZodTypeAny, {
2988
- cluster_id: string;
2989
- permissions: "readonly" | "readwrite";
2990
- }, {
2991
- cluster_id: string;
2992
- permissions: "readonly" | "readwrite";
2993
- }>, "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"]>>;
2994
2970
  }, "strip", z.ZodTypeAny, {
2995
- id: string;
2996
- role: "User" | "Administrator";
2997
- email: string;
2998
- status: "active" | "inactive";
2999
- date_created: string;
3000
- first_name: string;
3001
- last_name: string;
3002
- cluster_permissions?: {
3003
- cluster_id: string;
3004
- permissions: "readonly" | "readwrite";
3005
- }[] | 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;
3006
2976
  }, {
3007
- id: string;
3008
- role: "User" | "Administrator";
3009
- email: string;
3010
- status: "active" | "inactive";
3011
- date_created: string;
3012
- first_name: string;
3013
- last_name: string;
3014
- cluster_permissions?: {
3015
- cluster_id: string;
3016
- permissions: "readonly" | "readwrite";
3017
- }[] | 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;
3018
2982
  }>;
3019
- 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<{
3020
2991
  email: z.ZodString;
3021
2992
  first_name: z.ZodString;
3022
2993
  last_name: z.ZodString;
@@ -3024,39 +2995,21 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
3024
2995
  status: z.ZodEnum<["active", "inactive"]>;
3025
2996
  id: z.ZodString;
3026
2997
  date_created: z.ZodString;
3027
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
3028
- cluster_id: z.ZodString;
3029
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
3030
- }, "strip", z.ZodTypeAny, {
3031
- cluster_id: string;
3032
- permissions: "readonly" | "readwrite";
3033
- }, {
3034
- cluster_id: string;
3035
- permissions: "readonly" | "readwrite";
3036
- }>, "many">>;
3037
2998
  }, "strip", z.ZodTypeAny, {
3038
2999
  id: string;
3039
- role: "User" | "Administrator";
3000
+ role: "Administrator" | "User";
3040
3001
  email: string;
3041
3002
  status: "active" | "inactive";
3042
- date_created: string;
3043
3003
  first_name: string;
3044
3004
  last_name: string;
3045
- cluster_permissions?: {
3046
- cluster_id: string;
3047
- permissions: "readonly" | "readwrite";
3048
- }[] | undefined;
3005
+ date_created: string;
3049
3006
  }, {
3050
3007
  id: string;
3051
- role: "User" | "Administrator";
3008
+ role: "Administrator" | "User";
3052
3009
  email: string;
3053
3010
  status: "active" | "inactive";
3054
- date_created: string;
3055
3011
  first_name: string;
3056
3012
  last_name: string;
3057
- cluster_permissions?: {
3058
- cluster_id: string;
3059
- permissions: "readonly" | "readwrite";
3060
- }[] | undefined;
3013
+ date_created: string;
3061
3014
  }>;
3062
3015
  //# sourceMappingURL=zod.gen.d.ts.map