@cloudfleet/sdk 0.0.1-638a41b → 0.0.1-6654ae9

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
@@ -11,6 +11,8 @@ export declare const zBillingContact: z.ZodObject<{
11
11
  email: z.ZodString;
12
12
  first_name: z.ZodString;
13
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", ""]>>;
14
16
  }, "strip", z.ZodTypeAny, {
15
17
  email: string;
16
18
  first_name: string;
@@ -23,6 +25,8 @@ export declare const zBillingContact: z.ZodObject<{
23
25
  postalCode?: string | undefined;
24
26
  city?: string | undefined;
25
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;
26
30
  }, {
27
31
  email: string;
28
32
  first_name: string;
@@ -35,6 +39,102 @@ export declare const zBillingContact: z.ZodObject<{
35
39
  postalCode?: string | undefined;
36
40
  city?: string | undefined;
37
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;
38
138
  }>;
39
139
  export declare const zClusterCreateInput: z.ZodObject<{
40
140
  name: z.ZodString;
@@ -43,8 +143,8 @@ export declare const zClusterCreateInput: z.ZodObject<{
43
143
  version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
44
144
  }, "strip", z.ZodTypeAny, {
45
145
  name: string;
46
- tier: "basic" | "pro";
47
146
  version_channel: string;
147
+ tier: "basic" | "pro";
48
148
  region?: "staging" | "northamerica-central-1" | undefined;
49
149
  }, {
50
150
  name: string;
@@ -131,28 +231,28 @@ export declare const zCluster: z.ZodObject<{
131
231
  name: string;
132
232
  id: string;
133
233
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
134
- tier: "basic" | "pro";
135
234
  version_channel: string;
235
+ tier: "basic" | "pro";
236
+ ready?: boolean | undefined;
136
237
  region?: "staging" | "northamerica-central-1" | undefined;
137
- endpoint?: string | undefined;
138
- certificate_ca?: string | undefined;
139
238
  version_current?: string | undefined;
140
239
  created_at?: string | undefined;
141
240
  updated_at?: string | undefined;
142
- ready?: boolean | undefined;
241
+ endpoint?: string | undefined;
242
+ certificate_ca?: string | undefined;
143
243
  }, {
144
244
  name: string;
145
245
  id: string;
146
246
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
147
247
  tier: "basic" | "pro";
248
+ ready?: boolean | undefined;
148
249
  region?: "staging" | "northamerica-central-1" | undefined;
149
- endpoint?: string | undefined;
150
250
  version_channel?: string | undefined;
151
- certificate_ca?: string | undefined;
152
251
  version_current?: string | undefined;
153
252
  created_at?: string | undefined;
154
253
  updated_at?: string | undefined;
155
- ready?: boolean | undefined;
254
+ endpoint?: string | undefined;
255
+ certificate_ca?: string | undefined;
156
256
  }>;
157
257
  export declare const zClusterUpdateInput: z.ZodObject<{
158
258
  name: z.ZodOptional<z.ZodString>;
@@ -182,25 +282,16 @@ export declare const zFleetCreateInput: z.ZodObject<{
182
282
  project: string;
183
283
  enabled?: boolean | undefined;
184
284
  }>>;
185
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
186
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
187
- apiKey: z.ZodOptional<z.ZodString>;
188
- }, "strip", z.ZodTypeAny, {
189
- enabled: boolean;
190
- apiKey?: string | undefined;
191
- }, {
192
- apiKey?: string | undefined;
193
- enabled?: boolean | undefined;
194
- }>, z.ZodObject<{
195
- apiKey: z.ZodOptional<z.ZodString>;
285
+ hetzner: z.ZodOptional<z.ZodObject<{
196
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
287
+ apiKey: z.ZodString;
197
288
  }, "strip", z.ZodTypeAny, {
289
+ apiKey: string;
198
290
  enabled: boolean;
199
- apiKey?: string | undefined;
200
291
  }, {
201
- apiKey?: string | undefined;
292
+ apiKey: string;
202
293
  enabled?: boolean | undefined;
203
- }>]>>;
294
+ }>>;
204
295
  aws: z.ZodOptional<z.ZodObject<{
205
296
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
206
297
  controllerRoleArn: z.ZodString;
@@ -212,9 +303,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
212
303
  enabled?: boolean | undefined;
213
304
  }>>;
214
305
  id: z.ZodString;
215
- type: z.ZodEnum<["managed", "connected"]>;
216
306
  }, "strip", z.ZodTypeAny, {
217
- type: "connected" | "managed";
218
307
  id: string;
219
308
  limits?: {
220
309
  cpu: number;
@@ -224,18 +313,14 @@ export declare const zFleetCreateInput: z.ZodObject<{
224
313
  enabled: boolean;
225
314
  } | undefined;
226
315
  hetzner?: {
316
+ apiKey: string;
227
317
  enabled: boolean;
228
- apiKey?: string | undefined;
229
- } | {
230
- enabled: boolean;
231
- apiKey?: string | undefined;
232
318
  } | undefined;
233
319
  aws?: {
234
320
  controllerRoleArn: string;
235
321
  enabled: boolean;
236
322
  } | undefined;
237
323
  }, {
238
- type: "connected" | "managed";
239
324
  id: string;
240
325
  limits?: {
241
326
  cpu: number;
@@ -245,10 +330,7 @@ export declare const zFleetCreateInput: z.ZodObject<{
245
330
  enabled?: boolean | undefined;
246
331
  } | undefined;
247
332
  hetzner?: {
248
- apiKey?: string | undefined;
249
- enabled?: boolean | undefined;
250
- } | {
251
- apiKey?: string | undefined;
333
+ apiKey: string;
252
334
  enabled?: boolean | undefined;
253
335
  } | undefined;
254
336
  aws?: {
@@ -274,25 +356,16 @@ export declare const zFleet: z.ZodObject<{
274
356
  project: string;
275
357
  enabled?: boolean | undefined;
276
358
  }>>;
277
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
278
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
279
- apiKey: z.ZodOptional<z.ZodString>;
280
- }, "strip", z.ZodTypeAny, {
281
- enabled: boolean;
282
- apiKey?: string | undefined;
283
- }, {
284
- apiKey?: string | undefined;
285
- enabled?: boolean | undefined;
286
- }>, z.ZodObject<{
287
- apiKey: z.ZodOptional<z.ZodString>;
359
+ hetzner: z.ZodOptional<z.ZodObject<{
288
360
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
361
+ apiKey: z.ZodString;
289
362
  }, "strip", z.ZodTypeAny, {
363
+ apiKey: string;
290
364
  enabled: boolean;
291
- apiKey?: string | undefined;
292
365
  }, {
293
- apiKey?: string | undefined;
366
+ apiKey: string;
294
367
  enabled?: boolean | undefined;
295
- }>]>>;
368
+ }>>;
296
369
  aws: z.ZodOptional<z.ZodObject<{
297
370
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
298
371
  controllerRoleArn: z.ZodString;
@@ -304,9 +377,7 @@ export declare const zFleet: z.ZodObject<{
304
377
  enabled?: boolean | undefined;
305
378
  }>>;
306
379
  id: z.ZodString;
307
- type: z.ZodEnum<["managed", "connected"]>;
308
380
  }, "strip", z.ZodTypeAny, {
309
- type: "connected" | "managed";
310
381
  id: string;
311
382
  limits?: {
312
383
  cpu: number;
@@ -316,18 +387,14 @@ export declare const zFleet: z.ZodObject<{
316
387
  enabled: boolean;
317
388
  } | undefined;
318
389
  hetzner?: {
390
+ apiKey: string;
319
391
  enabled: boolean;
320
- apiKey?: string | undefined;
321
- } | {
322
- enabled: boolean;
323
- apiKey?: string | undefined;
324
392
  } | undefined;
325
393
  aws?: {
326
394
  controllerRoleArn: string;
327
395
  enabled: boolean;
328
396
  } | undefined;
329
397
  }, {
330
- type: "connected" | "managed";
331
398
  id: string;
332
399
  limits?: {
333
400
  cpu: number;
@@ -337,10 +404,7 @@ export declare const zFleet: z.ZodObject<{
337
404
  enabled?: boolean | undefined;
338
405
  } | undefined;
339
406
  hetzner?: {
340
- apiKey?: string | undefined;
341
- enabled?: boolean | undefined;
342
- } | {
343
- apiKey?: string | undefined;
407
+ apiKey: string;
344
408
  enabled?: boolean | undefined;
345
409
  } | undefined;
346
410
  aws?: {
@@ -366,25 +430,16 @@ export declare const zFleetUpdateInput: z.ZodObject<{
366
430
  project: string;
367
431
  enabled?: boolean | undefined;
368
432
  }>>;
369
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
370
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
371
- apiKey: z.ZodOptional<z.ZodString>;
372
- }, "strip", z.ZodTypeAny, {
373
- enabled: boolean;
374
- apiKey?: string | undefined;
375
- }, {
376
- apiKey?: string | undefined;
377
- enabled?: boolean | undefined;
378
- }>, z.ZodObject<{
379
- apiKey: z.ZodOptional<z.ZodString>;
433
+ hetzner: z.ZodOptional<z.ZodObject<{
380
434
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
435
+ apiKey: z.ZodString;
381
436
  }, "strip", z.ZodTypeAny, {
437
+ apiKey: string;
382
438
  enabled: boolean;
383
- apiKey?: string | undefined;
384
439
  }, {
385
- apiKey?: string | undefined;
440
+ apiKey: string;
386
441
  enabled?: boolean | undefined;
387
- }>]>>;
442
+ }>>;
388
443
  aws: z.ZodOptional<z.ZodObject<{
389
444
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
445
  controllerRoleArn: z.ZodString;
@@ -404,11 +459,8 @@ export declare const zFleetUpdateInput: z.ZodObject<{
404
459
  enabled: boolean;
405
460
  } | undefined;
406
461
  hetzner?: {
462
+ apiKey: string;
407
463
  enabled: boolean;
408
- apiKey?: string | undefined;
409
- } | {
410
- enabled: boolean;
411
- apiKey?: string | undefined;
412
464
  } | undefined;
413
465
  aws?: {
414
466
  controllerRoleArn: string;
@@ -423,10 +475,7 @@ export declare const zFleetUpdateInput: z.ZodObject<{
423
475
  enabled?: boolean | undefined;
424
476
  } | undefined;
425
477
  hetzner?: {
426
- apiKey?: string | undefined;
427
- enabled?: boolean | undefined;
428
- } | {
429
- apiKey?: string | undefined;
478
+ apiKey: string;
430
479
  enabled?: boolean | undefined;
431
480
  } | undefined;
432
481
  aws?: {
@@ -434,140 +483,6 @@ export declare const zFleetUpdateInput: z.ZodObject<{
434
483
  enabled?: boolean | undefined;
435
484
  } | undefined;
436
485
  }>;
437
- export declare const zInfrastructureFilter: z.ZodObject<{
438
- version: z.ZodOptional<z.ZodUnknown>;
439
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
440
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
441
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
442
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
443
- instance_type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
444
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
445
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
446
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
447
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
448
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
449
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
450
- memory_min: z.ZodOptional<z.ZodNumber>;
451
- memory_max: z.ZodOptional<z.ZodNumber>;
452
- vcpu_min: z.ZodOptional<z.ZodNumber>;
453
- vcpu_max: z.ZodOptional<z.ZodNumber>;
454
- storage_total_min: z.ZodOptional<z.ZodNumber>;
455
- storage_total_max: z.ZodOptional<z.ZodNumber>;
456
- storage_local_min: z.ZodOptional<z.ZodNumber>;
457
- storage_local_max: z.ZodOptional<z.ZodNumber>;
458
- price_min: z.ZodOptional<z.ZodNumber>;
459
- price_max: z.ZodOptional<z.ZodNumber>;
460
- }, "strip", z.ZodTypeAny, {
461
- region?: string[] | undefined;
462
- provider?: string[] | undefined;
463
- sub_region?: string[] | undefined;
464
- csp_region?: string[] | undefined;
465
- instance_type?: string[] | undefined;
466
- version?: unknown;
467
- accelerator_name?: string[] | undefined;
468
- accelerator_manufacturer?: string[] | undefined;
469
- accelerator_count_min?: number | undefined;
470
- accelerator_count_max?: number | undefined;
471
- accelerator_memory_min?: number | undefined;
472
- accelerator_memory_max?: number | undefined;
473
- memory_min?: number | undefined;
474
- memory_max?: number | undefined;
475
- vcpu_min?: number | undefined;
476
- vcpu_max?: number | undefined;
477
- storage_total_min?: number | undefined;
478
- storage_total_max?: number | undefined;
479
- storage_local_min?: number | undefined;
480
- storage_local_max?: number | undefined;
481
- price_min?: number | undefined;
482
- price_max?: number | undefined;
483
- }, {
484
- region?: string[] | undefined;
485
- provider?: string[] | undefined;
486
- sub_region?: string[] | undefined;
487
- csp_region?: string[] | undefined;
488
- instance_type?: string[] | undefined;
489
- version?: unknown;
490
- accelerator_name?: string[] | undefined;
491
- accelerator_manufacturer?: string[] | undefined;
492
- accelerator_count_min?: number | undefined;
493
- accelerator_count_max?: number | undefined;
494
- accelerator_memory_min?: number | undefined;
495
- accelerator_memory_max?: number | undefined;
496
- memory_min?: number | undefined;
497
- memory_max?: number | undefined;
498
- vcpu_min?: number | undefined;
499
- vcpu_max?: number | undefined;
500
- storage_total_min?: number | undefined;
501
- storage_total_max?: number | undefined;
502
- storage_local_min?: number | undefined;
503
- storage_local_max?: number | undefined;
504
- price_min?: number | undefined;
505
- price_max?: number | undefined;
506
- }>;
507
- export declare const zInfrastructureInstance: z.ZodObject<{
508
- sku: z.ZodString;
509
- provider: z.ZodString;
510
- region: z.ZodString;
511
- sub_region: z.ZodString;
512
- csp_region: z.ZodString;
513
- csp_zone: z.ZodString;
514
- instance_type: z.ZodString;
515
- architecture: z.ZodString;
516
- os: z.ZodString;
517
- vcpu: z.ZodNumber;
518
- memory: z.ZodNumber;
519
- local_storage: z.ZodNumber;
520
- accelerator_name: z.ZodOptional<z.ZodString>;
521
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
522
- accelerator_count: z.ZodOptional<z.ZodNumber>;
523
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
524
- pods_capacity: z.ZodOptional<z.ZodNumber>;
525
- capacity_type: z.ZodOptional<z.ZodString>;
526
- price: z.ZodNumber;
527
- available: z.ZodOptional<z.ZodBoolean>;
528
- }, "strip", z.ZodTypeAny, {
529
- memory: number;
530
- region: string;
531
- sku: string;
532
- provider: string;
533
- sub_region: string;
534
- csp_region: string;
535
- csp_zone: string;
536
- instance_type: string;
537
- architecture: string;
538
- os: string;
539
- vcpu: number;
540
- local_storage: number;
541
- price: number;
542
- accelerator_name?: string | undefined;
543
- accelerator_manufacturer?: string | undefined;
544
- accelerator_count?: number | undefined;
545
- accelerator_memory?: number | undefined;
546
- pods_capacity?: number | undefined;
547
- capacity_type?: string | undefined;
548
- available?: boolean | undefined;
549
- }, {
550
- memory: number;
551
- region: string;
552
- sku: string;
553
- provider: string;
554
- sub_region: string;
555
- csp_region: string;
556
- csp_zone: string;
557
- instance_type: string;
558
- architecture: string;
559
- os: string;
560
- vcpu: number;
561
- local_storage: number;
562
- price: number;
563
- accelerator_name?: string | undefined;
564
- accelerator_manufacturer?: string | undefined;
565
- accelerator_count?: number | undefined;
566
- accelerator_memory?: number | undefined;
567
- pods_capacity?: number | undefined;
568
- capacity_type?: string | undefined;
569
- available?: boolean | undefined;
570
- }>;
571
486
  export declare const zInvite: z.ZodObject<{
572
487
  id: z.ZodOptional<z.ZodString>;
573
488
  organization_id: z.ZodOptional<z.ZodString>;
@@ -623,7 +538,7 @@ export declare const zInvoice: z.ZodObject<{
623
538
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
624
539
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
625
540
  }, "strip", z.ZodTypeAny, {
626
- 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;
627
542
  id?: string | undefined;
628
543
  description?: string | undefined;
629
544
  amount?: number | undefined;
@@ -645,7 +560,7 @@ export declare const zInvoice: z.ZodObject<{
645
560
  catalogEffectiveDate?: string | undefined;
646
561
  childItems?: unknown[] | undefined;
647
562
  }, {
648
- 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;
649
564
  id?: string | undefined;
650
565
  description?: string | undefined;
651
566
  amount?: number | undefined;
@@ -690,7 +605,7 @@ export declare const zInvoice: z.ZodObject<{
690
605
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
691
606
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
692
607
  }, "strip", z.ZodTypeAny, {
693
- 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;
694
609
  id?: string | undefined;
695
610
  description?: string | undefined;
696
611
  amount?: number | undefined;
@@ -712,7 +627,7 @@ export declare const zInvoice: z.ZodObject<{
712
627
  catalogEffectiveDate?: string | undefined;
713
628
  childItems?: unknown[] | undefined;
714
629
  }, {
715
- 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;
716
631
  id?: string | undefined;
717
632
  description?: string | undefined;
718
633
  amount?: number | undefined;
@@ -735,11 +650,11 @@ export declare const zInvoice: z.ZodObject<{
735
650
  childItems?: unknown[] | undefined;
736
651
  }>, "many">>;
737
652
  }, "strip", z.ZodTypeAny, {
738
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
739
654
  id?: string | undefined;
740
655
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
741
656
  items?: {
742
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
743
658
  id?: string | undefined;
744
659
  description?: string | undefined;
745
660
  amount?: number | undefined;
@@ -771,7 +686,7 @@ export declare const zInvoice: z.ZodObject<{
771
686
  balance?: number | undefined;
772
687
  bundleKeys?: string | undefined;
773
688
  credits?: {
774
- 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;
775
690
  id?: string | undefined;
776
691
  description?: string | undefined;
777
692
  amount?: number | undefined;
@@ -794,11 +709,11 @@ export declare const zInvoice: z.ZodObject<{
794
709
  childItems?: unknown[] | undefined;
795
710
  }[] | undefined;
796
711
  }, {
797
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
798
713
  id?: string | undefined;
799
714
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
800
715
  items?: {
801
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
802
717
  id?: string | undefined;
803
718
  description?: string | undefined;
804
719
  amount?: number | undefined;
@@ -830,7 +745,7 @@ export declare const zInvoice: z.ZodObject<{
830
745
  balance?: number | undefined;
831
746
  bundleKeys?: string | undefined;
832
747
  credits?: {
833
- 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;
834
749
  id?: string | undefined;
835
750
  description?: string | undefined;
836
751
  amount?: number | undefined;
@@ -853,6 +768,57 @@ export declare const zInvoice: z.ZodObject<{
853
768
  childItems?: unknown[] | undefined;
854
769
  }[] | undefined;
855
770
  }>;
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
+ }>;
856
822
  export declare const zOrganizationCreateInput: z.ZodObject<{
857
823
  email: z.ZodString;
858
824
  first_name: z.ZodString;
@@ -882,7 +848,6 @@ export declare const zOrganization: z.ZodObject<{
882
848
  pro_clusters_max: z.ZodNumber;
883
849
  pro_clusters_available: z.ZodNumber;
884
850
  fleets_max: z.ZodNumber;
885
- managed_fleets_cpu_max: z.ZodNumber;
886
851
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
887
852
  regions: z.ZodArray<z.ZodString, "many">;
888
853
  versions: z.ZodArray<z.ZodObject<{
@@ -905,7 +870,6 @@ export declare const zOrganization: z.ZodObject<{
905
870
  pro_clusters_max: number;
906
871
  pro_clusters_available: number;
907
872
  fleets_max: number;
908
- managed_fleets_cpu_max: number;
909
873
  cluster_tiers: string[];
910
874
  regions: string[];
911
875
  }, {
@@ -918,7 +882,6 @@ export declare const zOrganization: z.ZodObject<{
918
882
  pro_clusters_max: number;
919
883
  pro_clusters_available: number;
920
884
  fleets_max: number;
921
- managed_fleets_cpu_max: number;
922
885
  cluster_tiers: string[];
923
886
  regions: string[];
924
887
  }>;
@@ -937,7 +900,6 @@ export declare const zOrganization: z.ZodObject<{
937
900
  pro_clusters_max: number;
938
901
  pro_clusters_available: number;
939
902
  fleets_max: number;
940
- managed_fleets_cpu_max: number;
941
903
  cluster_tiers: string[];
942
904
  regions: string[];
943
905
  };
@@ -956,7 +918,6 @@ export declare const zOrganization: z.ZodObject<{
956
918
  pro_clusters_max: number;
957
919
  pro_clusters_available: number;
958
920
  fleets_max: number;
959
- managed_fleets_cpu_max: number;
960
921
  cluster_tiers: string[];
961
922
  regions: string[];
962
923
  };
@@ -977,7 +938,7 @@ export declare const zPaymentMethod: z.ZodObject<{
977
938
  last4: string;
978
939
  exp_month: number;
979
940
  exp_year: number;
980
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
941
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
981
942
  }, {
982
943
  type: "card";
983
944
  id: string;
@@ -985,17 +946,17 @@ export declare const zPaymentMethod: z.ZodObject<{
985
946
  last4: string;
986
947
  exp_month: number;
987
948
  exp_year: number;
988
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
949
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
989
950
  }>;
990
951
  export declare const zTokenCreateInput: z.ZodObject<{
991
952
  name: z.ZodString;
992
953
  role: z.ZodEnum<["Administrator", "User"]>;
993
954
  }, "strip", z.ZodTypeAny, {
994
955
  name: string;
995
- role: "User" | "Administrator";
956
+ role: "Administrator" | "User";
996
957
  }, {
997
958
  name: string;
998
- role: "User" | "Administrator";
959
+ role: "Administrator" | "User";
999
960
  }>;
1000
961
  export declare const zToken: z.ZodObject<{
1001
962
  name: z.ZodString;
@@ -1005,13 +966,13 @@ export declare const zToken: z.ZodObject<{
1005
966
  date_created: z.ZodString;
1006
967
  }, "strip", z.ZodTypeAny, {
1007
968
  name: string;
1008
- role: "User" | "Administrator";
969
+ role: "Administrator" | "User";
1009
970
  date_created: string;
1010
971
  id?: string | undefined;
1011
972
  secret?: string | undefined;
1012
973
  }, {
1013
974
  name: string;
1014
- role: "User" | "Administrator";
975
+ role: "Administrator" | "User";
1015
976
  date_created: string;
1016
977
  id?: string | undefined;
1017
978
  secret?: string | undefined;
@@ -1021,16 +982,16 @@ export declare const zTokenUpdateInput: z.ZodObject<{
1021
982
  role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1022
983
  }, "strip", z.ZodTypeAny, {
1023
984
  name?: string | undefined;
1024
- role?: "User" | "Administrator" | undefined;
985
+ role?: "Administrator" | "User" | undefined;
1025
986
  }, {
1026
987
  name?: string | undefined;
1027
- role?: "User" | "Administrator" | undefined;
988
+ role?: "Administrator" | "User" | undefined;
1028
989
  }>;
1029
990
  export declare const zUsage: z.ZodObject<{
1030
991
  hour: z.ZodOptional<z.ZodString>;
1031
992
  cluster_id: z.ZodString;
1032
- cluster_tier: z.ZodEnum<[""]>;
1033
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
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"]>;
1034
995
  node_name: z.ZodString;
1035
996
  sku: z.ZodString;
1036
997
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1039,25 +1000,25 @@ export declare const zUsage: z.ZodObject<{
1039
1000
  total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1040
1001
  }, "strip", z.ZodTypeAny, {
1041
1002
  total: number | "";
1042
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1043
- value: number | "";
1044
1003
  cpu: number | "";
1045
- sku: string;
1046
- price: number | "";
1004
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1005
+ value: number | "";
1047
1006
  cluster_id: string;
1048
- cluster_tier: "";
1007
+ cluster_tier: "" | "basic" | "pro";
1049
1008
  node_name: string;
1009
+ sku: string;
1010
+ price: number | "";
1050
1011
  hour?: string | undefined;
1051
1012
  }, {
1052
1013
  total: number | "";
1053
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1054
- value: number | "";
1055
1014
  cpu: number | "";
1056
- sku: string;
1057
- price: number | "";
1015
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1016
+ value: number | "";
1058
1017
  cluster_id: string;
1059
- cluster_tier: "";
1018
+ cluster_tier: "" | "basic" | "pro";
1060
1019
  node_name: string;
1020
+ sku: string;
1021
+ price: number | "";
1061
1022
  hour?: string | undefined;
1062
1023
  }>;
1063
1024
  export declare const zUserCreateInput: z.ZodObject<{
@@ -1074,7 +1035,7 @@ export declare const zUserCreateInput: z.ZodObject<{
1074
1035
  first_name: string;
1075
1036
  last_name: string;
1076
1037
  password: string;
1077
- role?: "User" | "Administrator" | undefined;
1038
+ role?: "Administrator" | "User" | undefined;
1078
1039
  status?: "active" | "inactive" | undefined;
1079
1040
  }, {
1080
1041
  code: string;
@@ -1082,7 +1043,7 @@ export declare const zUserCreateInput: z.ZodObject<{
1082
1043
  first_name: string;
1083
1044
  last_name: string;
1084
1045
  password: string;
1085
- role?: "User" | "Administrator" | undefined;
1046
+ role?: "Administrator" | "User" | undefined;
1086
1047
  status?: "active" | "inactive" | undefined;
1087
1048
  }>;
1088
1049
  export declare const zUser: z.ZodObject<{
@@ -1093,40 +1054,22 @@ export declare const zUser: z.ZodObject<{
1093
1054
  status: z.ZodEnum<["active", "inactive"]>;
1094
1055
  id: z.ZodString;
1095
1056
  date_created: z.ZodString;
1096
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1097
- cluster_id: z.ZodString;
1098
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
1099
- }, "strip", z.ZodTypeAny, {
1100
- cluster_id: string;
1101
- permissions: "readonly" | "readwrite";
1102
- }, {
1103
- cluster_id: string;
1104
- permissions: "readonly" | "readwrite";
1105
- }>, "many">>;
1106
1057
  }, "strip", z.ZodTypeAny, {
1107
1058
  id: string;
1108
- role: "User" | "Administrator";
1059
+ role: "Administrator" | "User";
1109
1060
  email: string;
1110
1061
  status: "active" | "inactive";
1111
1062
  first_name: string;
1112
1063
  last_name: string;
1113
1064
  date_created: string;
1114
- cluster_permissions?: {
1115
- cluster_id: string;
1116
- permissions: "readonly" | "readwrite";
1117
- }[] | undefined;
1118
1065
  }, {
1119
1066
  id: string;
1120
- role: "User" | "Administrator";
1067
+ role: "Administrator" | "User";
1121
1068
  email: string;
1122
1069
  status: "active" | "inactive";
1123
1070
  first_name: string;
1124
1071
  last_name: string;
1125
1072
  date_created: string;
1126
- cluster_permissions?: {
1127
- cluster_id: string;
1128
- permissions: "readonly" | "readwrite";
1129
- }[] | undefined;
1130
1073
  }>;
1131
1074
  export declare const zUserUpdateInput: z.ZodObject<{
1132
1075
  email: z.ZodOptional<z.ZodString>;
@@ -1135,23 +1078,26 @@ export declare const zUserUpdateInput: z.ZodObject<{
1135
1078
  role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1136
1079
  status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
1137
1080
  }, "strip", z.ZodTypeAny, {
1138
- role?: "User" | "Administrator" | undefined;
1081
+ role?: "Administrator" | "User" | undefined;
1139
1082
  email?: string | undefined;
1140
1083
  status?: "active" | "inactive" | undefined;
1141
1084
  first_name?: string | undefined;
1142
1085
  last_name?: string | undefined;
1143
1086
  }, {
1144
- role?: "User" | "Administrator" | undefined;
1087
+ role?: "Administrator" | "User" | undefined;
1145
1088
  email?: string | undefined;
1146
1089
  status?: "active" | "inactive" | undefined;
1147
1090
  first_name?: string | undefined;
1148
1091
  last_name?: string | undefined;
1149
1092
  }>;
1093
+ /**
1094
+ * An array of usage records.
1095
+ */
1150
1096
  export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1151
1097
  hour: z.ZodOptional<z.ZodString>;
1152
1098
  cluster_id: z.ZodString;
1153
- cluster_tier: z.ZodEnum<[""]>;
1154
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
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"]>;
1155
1101
  node_name: z.ZodString;
1156
1102
  sku: z.ZodString;
1157
1103
  cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
@@ -1160,28 +1106,34 @@ export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1160
1106
  total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1161
1107
  }, "strip", z.ZodTypeAny, {
1162
1108
  total: number | "";
1163
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1164
- value: number | "";
1165
1109
  cpu: number | "";
1166
- sku: string;
1167
- price: number | "";
1110
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1111
+ value: number | "";
1168
1112
  cluster_id: string;
1169
- cluster_tier: "";
1113
+ cluster_tier: "" | "basic" | "pro";
1170
1114
  node_name: string;
1115
+ sku: string;
1116
+ price: number | "";
1171
1117
  hour?: string | undefined;
1172
1118
  }, {
1173
1119
  total: number | "";
1174
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1175
- value: number | "";
1176
1120
  cpu: number | "";
1177
- sku: string;
1178
- price: number | "";
1121
+ product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1122
+ value: number | "";
1179
1123
  cluster_id: string;
1180
- cluster_tier: "";
1124
+ cluster_tier: "" | "basic" | "pro";
1181
1125
  node_name: string;
1126
+ sku: string;
1127
+ price: number | "";
1182
1128
  hour?: string | undefined;
1183
1129
  }>, "many">;
1130
+ /**
1131
+ * Current balance of the organization in USD as a floating-point number.
1132
+ */
1184
1133
  export declare const zGetBalanceResponse: z.ZodNumber;
1134
+ /**
1135
+ * Redacted payment card information.
1136
+ */
1185
1137
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1186
1138
  id: z.ZodString;
1187
1139
  setup: z.ZodBoolean;
@@ -1197,7 +1149,7 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1197
1149
  last4: string;
1198
1150
  exp_month: number;
1199
1151
  exp_year: number;
1200
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1152
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1201
1153
  }, {
1202
1154
  type: "card";
1203
1155
  id: string;
@@ -1205,8 +1157,12 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1205
1157
  last4: string;
1206
1158
  exp_month: number;
1207
1159
  exp_year: number;
1208
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1160
+ brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1209
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
+ */
1210
1166
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1211
1167
  id: z.ZodOptional<z.ZodString>;
1212
1168
  }, "strip", z.ZodTypeAny, {
@@ -1214,6 +1170,17 @@ export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1214
1170
  }, {
1215
1171
  id?: string | undefined;
1216
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
+ */
1217
1184
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1218
1185
  id: z.ZodOptional<z.ZodString>;
1219
1186
  organizationId: z.ZodOptional<z.ZodString>;
@@ -1250,7 +1217,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1250
1217
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1251
1218
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1252
1219
  }, "strip", z.ZodTypeAny, {
1253
- 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;
1254
1221
  id?: string | undefined;
1255
1222
  description?: string | undefined;
1256
1223
  amount?: number | undefined;
@@ -1272,7 +1239,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1272
1239
  catalogEffectiveDate?: string | undefined;
1273
1240
  childItems?: unknown[] | undefined;
1274
1241
  }, {
1275
- 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;
1276
1243
  id?: string | undefined;
1277
1244
  description?: string | undefined;
1278
1245
  amount?: number | undefined;
@@ -1317,7 +1284,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1317
1284
  catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1318
1285
  childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1319
1286
  }, "strip", z.ZodTypeAny, {
1320
- 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;
1321
1288
  id?: string | undefined;
1322
1289
  description?: string | undefined;
1323
1290
  amount?: number | undefined;
@@ -1339,7 +1306,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1339
1306
  catalogEffectiveDate?: string | undefined;
1340
1307
  childItems?: unknown[] | undefined;
1341
1308
  }, {
1342
- 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;
1343
1310
  id?: string | undefined;
1344
1311
  description?: string | undefined;
1345
1312
  amount?: number | undefined;
@@ -1362,11 +1329,11 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1362
1329
  childItems?: unknown[] | undefined;
1363
1330
  }>, "many">>;
1364
1331
  }, "strip", z.ZodTypeAny, {
1365
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
1366
1333
  id?: string | undefined;
1367
1334
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1368
1335
  items?: {
1369
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
1370
1337
  id?: string | undefined;
1371
1338
  description?: string | undefined;
1372
1339
  amount?: number | undefined;
@@ -1398,7 +1365,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1398
1365
  balance?: number | undefined;
1399
1366
  bundleKeys?: string | undefined;
1400
1367
  credits?: {
1401
- 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;
1402
1369
  id?: string | undefined;
1403
1370
  description?: string | undefined;
1404
1371
  amount?: number | undefined;
@@ -1421,11 +1388,11 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1421
1388
  childItems?: unknown[] | undefined;
1422
1389
  }[] | undefined;
1423
1390
  }, {
1424
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
1425
1392
  id?: string | undefined;
1426
1393
  status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1427
1394
  items?: {
1428
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
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;
1429
1396
  id?: string | undefined;
1430
1397
  description?: string | undefined;
1431
1398
  amount?: number | undefined;
@@ -1457,7 +1424,7 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1457
1424
  balance?: number | undefined;
1458
1425
  bundleKeys?: string | undefined;
1459
1426
  credits?: {
1460
- 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;
1461
1428
  id?: string | undefined;
1462
1429
  description?: string | undefined;
1463
1430
  amount?: number | undefined;
@@ -1480,6 +1447,13 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1480
1447
  childItems?: unknown[] | undefined;
1481
1448
  }[] | undefined;
1482
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
+ */
1483
1457
  export declare const zGetInvoiceResponse: z.ZodObject<{
1484
1458
  html: z.ZodOptional<z.ZodString>;
1485
1459
  }, "strip", z.ZodTypeAny, {
@@ -1487,6 +1461,9 @@ export declare const zGetInvoiceResponse: z.ZodObject<{
1487
1461
  }, {
1488
1462
  html?: string | undefined;
1489
1463
  }>;
1464
+ /**
1465
+ * Returns a single object containing organization contact and billing address details.
1466
+ */
1490
1467
  export declare const zGetContactResponse: z.ZodObject<{
1491
1468
  company: z.ZodOptional<z.ZodString>;
1492
1469
  address1: z.ZodOptional<z.ZodString>;
@@ -1499,6 +1476,51 @@ export declare const zGetContactResponse: z.ZodObject<{
1499
1476
  email: z.ZodString;
1500
1477
  first_name: z.ZodString;
1501
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", ""]>>;
1502
1524
  }, "strip", z.ZodTypeAny, {
1503
1525
  email: string;
1504
1526
  first_name: string;
@@ -1511,6 +1533,8 @@ export declare const zGetContactResponse: z.ZodObject<{
1511
1533
  postalCode?: string | undefined;
1512
1534
  city?: string | undefined;
1513
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;
1514
1538
  }, {
1515
1539
  email: string;
1516
1540
  first_name: string;
@@ -1523,7 +1547,12 @@ export declare const zGetContactResponse: z.ZodObject<{
1523
1547
  postalCode?: string | undefined;
1524
1548
  city?: string | undefined;
1525
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;
1526
1552
  }>;
1553
+ /**
1554
+ * Successfully updated. Returns updated organization details.
1555
+ */
1527
1556
  export declare const zUpdateContactResponse: z.ZodObject<{
1528
1557
  company: z.ZodOptional<z.ZodString>;
1529
1558
  address1: z.ZodOptional<z.ZodString>;
@@ -1536,6 +1565,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1536
1565
  email: z.ZodString;
1537
1566
  first_name: z.ZodString;
1538
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", ""]>>;
1539
1570
  }, "strip", z.ZodTypeAny, {
1540
1571
  email: string;
1541
1572
  first_name: string;
@@ -1548,6 +1579,8 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1548
1579
  postalCode?: string | undefined;
1549
1580
  city?: string | undefined;
1550
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;
1551
1584
  }, {
1552
1585
  email: string;
1553
1586
  first_name: string;
@@ -1560,7 +1593,204 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1560
1593
  postalCode?: string | undefined;
1561
1594
  city?: string | undefined;
1562
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;
1563
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
+ */
1564
1794
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1565
1795
  limits: z.ZodOptional<z.ZodObject<{
1566
1796
  cpu: z.ZodNumber;
@@ -1579,25 +1809,16 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1579
1809
  project: string;
1580
1810
  enabled?: boolean | undefined;
1581
1811
  }>>;
1582
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1583
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1584
- apiKey: z.ZodOptional<z.ZodString>;
1585
- }, "strip", z.ZodTypeAny, {
1586
- enabled: boolean;
1587
- apiKey?: string | undefined;
1588
- }, {
1589
- apiKey?: string | undefined;
1590
- enabled?: boolean | undefined;
1591
- }>, z.ZodObject<{
1592
- apiKey: z.ZodOptional<z.ZodString>;
1812
+ hetzner: z.ZodOptional<z.ZodObject<{
1593
1813
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1814
+ apiKey: z.ZodString;
1594
1815
  }, "strip", z.ZodTypeAny, {
1816
+ apiKey: string;
1595
1817
  enabled: boolean;
1596
- apiKey?: string | undefined;
1597
1818
  }, {
1598
- apiKey?: string | undefined;
1819
+ apiKey: string;
1599
1820
  enabled?: boolean | undefined;
1600
- }>]>>;
1821
+ }>>;
1601
1822
  aws: z.ZodOptional<z.ZodObject<{
1602
1823
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1603
1824
  controllerRoleArn: z.ZodString;
@@ -1609,9 +1830,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1609
1830
  enabled?: boolean | undefined;
1610
1831
  }>>;
1611
1832
  id: z.ZodString;
1612
- type: z.ZodEnum<["managed", "connected"]>;
1613
1833
  }, "strip", z.ZodTypeAny, {
1614
- type: "connected" | "managed";
1615
1834
  id: string;
1616
1835
  limits?: {
1617
1836
  cpu: number;
@@ -1621,18 +1840,14 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1621
1840
  enabled: boolean;
1622
1841
  } | undefined;
1623
1842
  hetzner?: {
1843
+ apiKey: string;
1624
1844
  enabled: boolean;
1625
- apiKey?: string | undefined;
1626
- } | {
1627
- enabled: boolean;
1628
- apiKey?: string | undefined;
1629
1845
  } | undefined;
1630
1846
  aws?: {
1631
1847
  controllerRoleArn: string;
1632
1848
  enabled: boolean;
1633
1849
  } | undefined;
1634
1850
  }, {
1635
- type: "connected" | "managed";
1636
1851
  id: string;
1637
1852
  limits?: {
1638
1853
  cpu: number;
@@ -1642,10 +1857,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1642
1857
  enabled?: boolean | undefined;
1643
1858
  } | undefined;
1644
1859
  hetzner?: {
1645
- apiKey?: string | undefined;
1646
- enabled?: boolean | undefined;
1647
- } | {
1648
- apiKey?: string | undefined;
1860
+ apiKey: string;
1649
1861
  enabled?: boolean | undefined;
1650
1862
  } | undefined;
1651
1863
  aws?: {
@@ -1653,9 +1865,7 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1653
1865
  enabled?: boolean | undefined;
1654
1866
  } | undefined;
1655
1867
  }>, "many">;
1656
- export declare const zCreateFleetResponse: z.ZodString;
1657
- export declare const zDeleteFleetResponse: z.ZodString;
1658
- export declare const zGetFleetResponse: z.ZodObject<{
1868
+ export declare const zCreateFleetData: z.ZodObject<{
1659
1869
  limits: z.ZodOptional<z.ZodObject<{
1660
1870
  cpu: z.ZodNumber;
1661
1871
  }, "strip", z.ZodTypeAny, {
@@ -1673,25 +1883,16 @@ export declare const zGetFleetResponse: z.ZodObject<{
1673
1883
  project: string;
1674
1884
  enabled?: boolean | undefined;
1675
1885
  }>>;
1676
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1677
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1678
- apiKey: z.ZodOptional<z.ZodString>;
1679
- }, "strip", z.ZodTypeAny, {
1680
- enabled: boolean;
1681
- apiKey?: string | undefined;
1682
- }, {
1683
- apiKey?: string | undefined;
1684
- enabled?: boolean | undefined;
1685
- }>, z.ZodObject<{
1686
- apiKey: z.ZodOptional<z.ZodString>;
1886
+ hetzner: z.ZodOptional<z.ZodObject<{
1687
1887
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1888
+ apiKey: z.ZodString;
1688
1889
  }, "strip", z.ZodTypeAny, {
1890
+ apiKey: string;
1689
1891
  enabled: boolean;
1690
- apiKey?: string | undefined;
1691
1892
  }, {
1692
- apiKey?: string | undefined;
1893
+ apiKey: string;
1693
1894
  enabled?: boolean | undefined;
1694
- }>]>>;
1895
+ }>>;
1695
1896
  aws: z.ZodOptional<z.ZodObject<{
1696
1897
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1697
1898
  controllerRoleArn: z.ZodString;
@@ -1703,9 +1904,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1703
1904
  enabled?: boolean | undefined;
1704
1905
  }>>;
1705
1906
  id: z.ZodString;
1706
- type: z.ZodEnum<["managed", "connected"]>;
1707
1907
  }, "strip", z.ZodTypeAny, {
1708
- type: "connected" | "managed";
1709
1908
  id: string;
1710
1909
  limits?: {
1711
1910
  cpu: number;
@@ -1715,18 +1914,14 @@ export declare const zGetFleetResponse: z.ZodObject<{
1715
1914
  enabled: boolean;
1716
1915
  } | undefined;
1717
1916
  hetzner?: {
1917
+ apiKey: string;
1718
1918
  enabled: boolean;
1719
- apiKey?: string | undefined;
1720
- } | {
1721
- enabled: boolean;
1722
- apiKey?: string | undefined;
1723
1919
  } | undefined;
1724
1920
  aws?: {
1725
1921
  controllerRoleArn: string;
1726
1922
  enabled: boolean;
1727
1923
  } | undefined;
1728
1924
  }, {
1729
- type: "connected" | "managed";
1730
1925
  id: string;
1731
1926
  limits?: {
1732
1927
  cpu: number;
@@ -1736,10 +1931,7 @@ export declare const zGetFleetResponse: z.ZodObject<{
1736
1931
  enabled?: boolean | undefined;
1737
1932
  } | undefined;
1738
1933
  hetzner?: {
1739
- apiKey?: string | undefined;
1740
- enabled?: boolean | undefined;
1741
- } | {
1742
- apiKey?: string | undefined;
1934
+ apiKey: string;
1743
1935
  enabled?: boolean | undefined;
1744
1936
  } | undefined;
1745
1937
  aws?: {
@@ -1747,49 +1939,276 @@ export declare const zGetFleetResponse: z.ZodObject<{
1747
1939
  enabled?: boolean | undefined;
1748
1940
  } | undefined;
1749
1941
  }>;
1750
- export declare const zUpdateFleetResponse: z.ZodString;
1751
- export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1752
- name: z.ZodString;
1753
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1754
- tier: z.ZodEnum<["basic", "pro"]>;
1755
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1756
- id: z.ZodString;
1757
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1758
- endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
1759
- certificate_ca: z.ZodOptional<z.ZodString>;
1760
- version_current: z.ZodOptional<z.ZodString>;
1761
- created_at: z.ZodOptional<z.ZodString>;
1762
- updated_at: z.ZodOptional<z.ZodString>;
1763
- ready: z.ZodOptional<z.ZodBoolean>;
1764
- }, "strip", z.ZodTypeAny, {
1765
- name: string;
1766
- id: string;
1767
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1768
- tier: "basic" | "pro";
1769
- version_channel: string;
1770
- region?: "staging" | "northamerica-central-1" | undefined;
1771
- endpoint?: string | undefined;
1772
- certificate_ca?: string | undefined;
1773
- version_current?: string | undefined;
1774
- created_at?: string | undefined;
1775
- updated_at?: string | undefined;
1776
- ready?: boolean | undefined;
1777
- }, {
1778
- name: string;
1779
- id: string;
1780
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1781
- tier: "basic" | "pro";
1782
- region?: "staging" | "northamerica-central-1" | undefined;
1783
- endpoint?: string | undefined;
1784
- version_channel?: string | undefined;
1785
- certificate_ca?: string | undefined;
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;
2016
+ } | undefined;
2017
+ gcp?: {
2018
+ project: string;
2019
+ enabled: boolean;
2020
+ } | undefined;
2021
+ hetzner?: {
2022
+ apiKey: string;
2023
+ enabled: boolean;
2024
+ } | undefined;
2025
+ aws?: {
2026
+ controllerRoleArn: string;
2027
+ enabled: boolean;
2028
+ } | undefined;
2029
+ }, {
2030
+ id: string;
2031
+ limits?: {
2032
+ cpu: number;
2033
+ } | undefined;
2034
+ gcp?: {
2035
+ project: string;
2036
+ enabled?: boolean | undefined;
2037
+ } | undefined;
2038
+ hetzner?: {
2039
+ apiKey: string;
2040
+ enabled?: boolean | undefined;
2041
+ } | undefined;
2042
+ aws?: {
2043
+ controllerRoleArn: string;
2044
+ enabled?: boolean | undefined;
2045
+ } | undefined;
2046
+ }>;
2047
+ export declare const zUpdateFleetData: z.ZodObject<{
2048
+ limits: z.ZodOptional<z.ZodObject<{
2049
+ cpu: z.ZodNumber;
2050
+ }, "strip", z.ZodTypeAny, {
2051
+ cpu: number;
2052
+ }, {
2053
+ cpu: number;
2054
+ }>>;
2055
+ gcp: z.ZodOptional<z.ZodObject<{
2056
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2057
+ project: z.ZodString;
2058
+ }, "strip", z.ZodTypeAny, {
2059
+ project: string;
2060
+ enabled: boolean;
2061
+ }, {
2062
+ project: string;
2063
+ enabled?: boolean | undefined;
2064
+ }>>;
2065
+ hetzner: z.ZodOptional<z.ZodObject<{
2066
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2067
+ apiKey: z.ZodString;
2068
+ }, "strip", z.ZodTypeAny, {
2069
+ apiKey: string;
2070
+ enabled: boolean;
2071
+ }, {
2072
+ apiKey: string;
2073
+ enabled?: boolean | undefined;
2074
+ }>>;
2075
+ aws: z.ZodOptional<z.ZodObject<{
2076
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2077
+ controllerRoleArn: z.ZodString;
2078
+ }, "strip", z.ZodTypeAny, {
2079
+ controllerRoleArn: string;
2080
+ enabled: boolean;
2081
+ }, {
2082
+ controllerRoleArn: string;
2083
+ enabled?: boolean | undefined;
2084
+ }>>;
2085
+ }, "strip", z.ZodTypeAny, {
2086
+ limits?: {
2087
+ cpu: number;
2088
+ } | undefined;
2089
+ gcp?: {
2090
+ project: string;
2091
+ enabled: boolean;
2092
+ } | undefined;
2093
+ hetzner?: {
2094
+ apiKey: string;
2095
+ enabled: boolean;
2096
+ } | undefined;
2097
+ aws?: {
2098
+ controllerRoleArn: string;
2099
+ enabled: boolean;
2100
+ } | undefined;
2101
+ }, {
2102
+ limits?: {
2103
+ cpu: number;
2104
+ } | undefined;
2105
+ gcp?: {
2106
+ project: string;
2107
+ enabled?: boolean | undefined;
2108
+ } | undefined;
2109
+ hetzner?: {
2110
+ apiKey: string;
2111
+ enabled?: boolean | undefined;
2112
+ } | undefined;
2113
+ aws?: {
2114
+ controllerRoleArn: string;
2115
+ enabled?: boolean | undefined;
2116
+ } | undefined;
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
+ */
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
+ */
2137
+ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
2138
+ name: z.ZodString;
2139
+ region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
2140
+ tier: z.ZodEnum<["basic", "pro"]>;
2141
+ version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2142
+ id: z.ZodString;
2143
+ status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
2144
+ endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
2145
+ certificate_ca: z.ZodOptional<z.ZodString>;
2146
+ version_current: z.ZodOptional<z.ZodString>;
2147
+ created_at: z.ZodOptional<z.ZodString>;
2148
+ updated_at: z.ZodOptional<z.ZodString>;
2149
+ ready: z.ZodOptional<z.ZodBoolean>;
2150
+ }, "strip", z.ZodTypeAny, {
2151
+ name: string;
2152
+ id: string;
2153
+ status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
2154
+ version_channel: string;
2155
+ tier: "basic" | "pro";
2156
+ ready?: boolean | undefined;
2157
+ region?: "staging" | "northamerica-central-1" | undefined;
1786
2158
  version_current?: string | undefined;
1787
2159
  created_at?: string | undefined;
1788
2160
  updated_at?: string | undefined;
2161
+ endpoint?: string | undefined;
2162
+ certificate_ca?: string | undefined;
2163
+ }, {
2164
+ name: string;
2165
+ id: string;
2166
+ status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
2167
+ tier: "basic" | "pro";
1789
2168
  ready?: boolean | undefined;
2169
+ region?: "staging" | "northamerica-central-1" | undefined;
2170
+ version_channel?: string | undefined;
2171
+ version_current?: string | undefined;
2172
+ created_at?: string | undefined;
2173
+ updated_at?: string | undefined;
2174
+ endpoint?: string | undefined;
2175
+ certificate_ca?: string | undefined;
1790
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
+ */
1791
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
+ */
1792
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
+ */
1793
2212
  export declare const zGetClusterResponse: z.ZodObject<{
1794
2213
  name: z.ZodString;
1795
2214
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1807,29 +2226,46 @@ export declare const zGetClusterResponse: z.ZodObject<{
1807
2226
  name: string;
1808
2227
  id: string;
1809
2228
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1810
- tier: "basic" | "pro";
1811
2229
  version_channel: string;
2230
+ tier: "basic" | "pro";
2231
+ ready?: boolean | undefined;
1812
2232
  region?: "staging" | "northamerica-central-1" | undefined;
1813
- endpoint?: string | undefined;
1814
- certificate_ca?: string | undefined;
1815
2233
  version_current?: string | undefined;
1816
2234
  created_at?: string | undefined;
1817
2235
  updated_at?: string | undefined;
1818
- ready?: boolean | undefined;
2236
+ endpoint?: string | undefined;
2237
+ certificate_ca?: string | undefined;
1819
2238
  }, {
1820
2239
  name: string;
1821
2240
  id: string;
1822
2241
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1823
2242
  tier: "basic" | "pro";
2243
+ ready?: boolean | undefined;
1824
2244
  region?: "staging" | "northamerica-central-1" | undefined;
1825
- endpoint?: string | undefined;
1826
2245
  version_channel?: string | undefined;
1827
- certificate_ca?: string | undefined;
1828
2246
  version_current?: string | undefined;
1829
2247
  created_at?: string | undefined;
1830
2248
  updated_at?: string | undefined;
1831
- 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;
1832
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
+ */
1833
2269
  export declare const zUpdateClusterResponse: z.ZodObject<{
1834
2270
  name: z.ZodString;
1835
2271
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1847,29 +2283,36 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
1847
2283
  name: string;
1848
2284
  id: string;
1849
2285
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1850
- tier: "basic" | "pro";
1851
2286
  version_channel: string;
2287
+ tier: "basic" | "pro";
2288
+ ready?: boolean | undefined;
1852
2289
  region?: "staging" | "northamerica-central-1" | undefined;
1853
- endpoint?: string | undefined;
1854
- certificate_ca?: string | undefined;
1855
2290
  version_current?: string | undefined;
1856
2291
  created_at?: string | undefined;
1857
2292
  updated_at?: string | undefined;
1858
- ready?: boolean | undefined;
2293
+ endpoint?: string | undefined;
2294
+ certificate_ca?: string | undefined;
1859
2295
  }, {
1860
2296
  name: string;
1861
2297
  id: string;
1862
2298
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1863
2299
  tier: "basic" | "pro";
2300
+ ready?: boolean | undefined;
1864
2301
  region?: "staging" | "northamerica-central-1" | undefined;
1865
- endpoint?: string | undefined;
1866
2302
  version_channel?: string | undefined;
1867
- certificate_ca?: string | undefined;
1868
2303
  version_current?: string | undefined;
1869
2304
  created_at?: string | undefined;
1870
2305
  updated_at?: string | undefined;
1871
- ready?: boolean | undefined;
2306
+ endpoint?: string | undefined;
2307
+ certificate_ca?: string | undefined;
1872
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
+ */
1873
2316
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1874
2317
  name: z.ZodString;
1875
2318
  region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
@@ -1887,200 +2330,32 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
1887
2330
  name: string;
1888
2331
  id: string;
1889
2332
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1890
- tier: "basic" | "pro";
1891
2333
  version_channel: string;
2334
+ tier: "basic" | "pro";
2335
+ ready?: boolean | undefined;
1892
2336
  region?: "staging" | "northamerica-central-1" | undefined;
1893
- endpoint?: string | undefined;
1894
- certificate_ca?: string | undefined;
1895
2337
  version_current?: string | undefined;
1896
2338
  created_at?: string | undefined;
1897
2339
  updated_at?: string | undefined;
1898
- ready?: boolean | undefined;
2340
+ endpoint?: string | undefined;
2341
+ certificate_ca?: string | undefined;
1899
2342
  }, {
1900
2343
  name: string;
1901
2344
  id: string;
1902
2345
  status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1903
2346
  tier: "basic" | "pro";
2347
+ ready?: boolean | undefined;
1904
2348
  region?: "staging" | "northamerica-central-1" | undefined;
1905
- endpoint?: string | undefined;
1906
2349
  version_channel?: string | undefined;
1907
- certificate_ca?: string | undefined;
1908
2350
  version_current?: string | undefined;
1909
2351
  created_at?: string | undefined;
1910
2352
  updated_at?: string | undefined;
1911
- ready?: boolean | undefined;
2353
+ endpoint?: string | undefined;
2354
+ certificate_ca?: string | undefined;
1912
2355
  }>;
1913
- export declare const zGetInfrastructureResponse: z.ZodArray<z.ZodObject<{
1914
- sku: z.ZodString;
1915
- provider: z.ZodString;
1916
- region: z.ZodString;
1917
- sub_region: z.ZodString;
1918
- csp_region: z.ZodString;
1919
- csp_zone: z.ZodString;
1920
- instance_type: z.ZodString;
1921
- architecture: z.ZodString;
1922
- os: z.ZodString;
1923
- vcpu: z.ZodNumber;
1924
- memory: z.ZodNumber;
1925
- local_storage: z.ZodNumber;
1926
- accelerator_name: z.ZodOptional<z.ZodString>;
1927
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
1928
- accelerator_count: z.ZodOptional<z.ZodNumber>;
1929
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
1930
- pods_capacity: z.ZodOptional<z.ZodNumber>;
1931
- capacity_type: z.ZodOptional<z.ZodString>;
1932
- price: z.ZodNumber;
1933
- available: z.ZodOptional<z.ZodBoolean>;
1934
- }, "strip", z.ZodTypeAny, {
1935
- memory: number;
1936
- region: string;
1937
- sku: string;
1938
- provider: string;
1939
- sub_region: string;
1940
- csp_region: string;
1941
- csp_zone: string;
1942
- instance_type: string;
1943
- architecture: string;
1944
- os: string;
1945
- vcpu: number;
1946
- local_storage: number;
1947
- price: number;
1948
- accelerator_name?: string | undefined;
1949
- accelerator_manufacturer?: string | undefined;
1950
- accelerator_count?: number | undefined;
1951
- accelerator_memory?: number | undefined;
1952
- pods_capacity?: number | undefined;
1953
- capacity_type?: string | undefined;
1954
- available?: boolean | undefined;
1955
- }, {
1956
- memory: number;
1957
- region: string;
1958
- sku: string;
1959
- provider: string;
1960
- sub_region: string;
1961
- csp_region: string;
1962
- csp_zone: string;
1963
- instance_type: string;
1964
- architecture: string;
1965
- os: string;
1966
- vcpu: number;
1967
- local_storage: number;
1968
- price: number;
1969
- accelerator_name?: string | undefined;
1970
- accelerator_manufacturer?: string | undefined;
1971
- accelerator_count?: number | undefined;
1972
- accelerator_memory?: number | undefined;
1973
- pods_capacity?: number | undefined;
1974
- capacity_type?: string | undefined;
1975
- available?: boolean | undefined;
1976
- }>, "many">;
1977
- export declare const zGetFacetsResponse: z.ZodArray<z.ZodObject<{
1978
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1979
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1980
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1981
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1982
- vcpu_min: z.ZodOptional<z.ZodNumber>;
1983
- vcpu_max: z.ZodOptional<z.ZodNumber>;
1984
- memory_min: z.ZodOptional<z.ZodNumber>;
1985
- memory_max: z.ZodOptional<z.ZodNumber>;
1986
- storage_local_min: z.ZodOptional<z.ZodNumber>;
1987
- storage_local_max: z.ZodOptional<z.ZodNumber>;
1988
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1989
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1990
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
1991
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
1992
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
1993
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
1994
- price_min: z.ZodOptional<z.ZodNumber>;
1995
- price_max: z.ZodOptional<z.ZodNumber>;
1996
- regions_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
1997
- region: z.ZodOptional<z.ZodString>;
1998
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1999
- }, "strip", z.ZodTypeAny, {
2000
- region?: string | undefined;
2001
- sub_region?: string[] | undefined;
2002
- }, {
2003
- region?: string | undefined;
2004
- sub_region?: string[] | undefined;
2005
- }>, "many">>;
2006
- accelerators_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2007
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
2008
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2009
- }, "strip", z.ZodTypeAny, {
2010
- accelerator_name?: string[] | undefined;
2011
- accelerator_manufacturer?: string | undefined;
2012
- }, {
2013
- accelerator_name?: string[] | undefined;
2014
- accelerator_manufacturer?: string | undefined;
2015
- }>, "many">>;
2016
- count_total: z.ZodOptional<z.ZodNumber>;
2017
- count_accelerators: z.ZodOptional<z.ZodNumber>;
2018
- count_instance_types: z.ZodOptional<z.ZodNumber>;
2019
- count_accelerators_instance_types: z.ZodOptional<z.ZodNumber>;
2020
- }, "strip", z.ZodTypeAny, {
2021
- region?: string[] | undefined;
2022
- provider?: string[] | undefined;
2023
- sub_region?: string[] | undefined;
2024
- csp_region?: string[] | undefined;
2025
- accelerator_name?: string[] | undefined;
2026
- accelerator_manufacturer?: string[] | undefined;
2027
- accelerator_count_min?: number | undefined;
2028
- accelerator_count_max?: number | undefined;
2029
- accelerator_memory_min?: number | undefined;
2030
- accelerator_memory_max?: number | undefined;
2031
- memory_min?: number | undefined;
2032
- memory_max?: number | undefined;
2033
- vcpu_min?: number | undefined;
2034
- vcpu_max?: number | undefined;
2035
- storage_local_min?: number | undefined;
2036
- storage_local_max?: number | undefined;
2037
- price_min?: number | undefined;
2038
- price_max?: number | undefined;
2039
- regions_struct?: {
2040
- region?: string | undefined;
2041
- sub_region?: string[] | undefined;
2042
- }[] | undefined;
2043
- accelerators_struct?: {
2044
- accelerator_name?: string[] | undefined;
2045
- accelerator_manufacturer?: string | undefined;
2046
- }[] | undefined;
2047
- count_total?: number | undefined;
2048
- count_accelerators?: number | undefined;
2049
- count_instance_types?: number | undefined;
2050
- count_accelerators_instance_types?: number | undefined;
2051
- }, {
2052
- region?: string[] | undefined;
2053
- provider?: string[] | undefined;
2054
- sub_region?: string[] | undefined;
2055
- csp_region?: string[] | undefined;
2056
- accelerator_name?: string[] | undefined;
2057
- accelerator_manufacturer?: string[] | undefined;
2058
- accelerator_count_min?: number | undefined;
2059
- accelerator_count_max?: number | undefined;
2060
- accelerator_memory_min?: number | undefined;
2061
- accelerator_memory_max?: number | undefined;
2062
- memory_min?: number | undefined;
2063
- memory_max?: number | undefined;
2064
- vcpu_min?: number | undefined;
2065
- vcpu_max?: number | undefined;
2066
- storage_local_min?: number | undefined;
2067
- storage_local_max?: number | undefined;
2068
- price_min?: number | undefined;
2069
- price_max?: number | undefined;
2070
- regions_struct?: {
2071
- region?: string | undefined;
2072
- sub_region?: string[] | undefined;
2073
- }[] | undefined;
2074
- accelerators_struct?: {
2075
- accelerator_name?: string[] | undefined;
2076
- accelerator_manufacturer?: string | undefined;
2077
- }[] | undefined;
2078
- count_total?: number | undefined;
2079
- count_accelerators?: number | undefined;
2080
- count_instance_types?: number | undefined;
2081
- count_accelerators_instance_types?: number | undefined;
2082
- }>, "many">;
2083
- export declare const zGetRegionsResponse: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
2356
+ /**
2357
+ * An array of invites
2358
+ */
2084
2359
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2085
2360
  id: z.ZodOptional<z.ZodString>;
2086
2361
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2100,6 +2375,16 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2100
2375
  email?: string | undefined;
2101
2376
  organization_id?: string | undefined;
2102
2377
  }>, "many">;
2378
+ export declare const zCreateInviteData: z.ZodObject<{
2379
+ email: z.ZodOptional<z.ZodString>;
2380
+ }, "strip", z.ZodTypeAny, {
2381
+ email?: string | undefined;
2382
+ }, {
2383
+ email?: string | undefined;
2384
+ }>;
2385
+ /**
2386
+ * Successfully created. Returns created invite details.
2387
+ */
2103
2388
  export declare const zCreateInviteResponse: z.ZodObject<{
2104
2389
  id: z.ZodOptional<z.ZodString>;
2105
2390
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2119,6 +2404,13 @@ export declare const zCreateInviteResponse: z.ZodObject<{
2119
2404
  email?: string | undefined;
2120
2405
  organization_id?: string | undefined;
2121
2406
  }>;
2407
+ /**
2408
+ * Invitation code
2409
+ */
2410
+ export declare const zGetInviteParameterCode: z.ZodString;
2411
+ /**
2412
+ * Returns a single object containing invite details.
2413
+ */
2122
2414
  export declare const zGetInviteResponse: z.ZodObject<{
2123
2415
  id: z.ZodOptional<z.ZodString>;
2124
2416
  organization_id: z.ZodOptional<z.ZodString>;
@@ -2138,6 +2430,125 @@ export declare const zGetInviteResponse: z.ZodObject<{
2138
2430
  email?: string | undefined;
2139
2431
  organization_id?: string | undefined;
2140
2432
  }>;
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;
2442
+ 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;
2453
+ }, "strip", z.ZodTypeAny, {
2454
+ version: string;
2455
+ schema: string;
2456
+ placeholder: string;
2457
+ }, {
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<{
2499
+ id: z.ZodString;
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;
2511
+ }, "strip", z.ZodTypeAny, {
2512
+ version: string;
2513
+ schema: string;
2514
+ placeholder: string;
2515
+ }, {
2516
+ version: string;
2517
+ schema: string;
2518
+ placeholder: string;
2519
+ }>, "many">;
2520
+ }, "strip", z.ZodTypeAny, {
2521
+ name: string;
2522
+ id: string;
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
+ }[];
2534
+ }, {
2535
+ name: string;
2536
+ id: string;
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
+ }[];
2548
+ }>;
2549
+ /**
2550
+ * Returns a single object containing organization details.
2551
+ */
2141
2552
  export declare const zGetOrganizationResponse: z.ZodObject<{
2142
2553
  id: z.ZodString;
2143
2554
  name: z.ZodOptional<z.ZodString>;
@@ -2148,7 +2559,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2148
2559
  pro_clusters_max: z.ZodNumber;
2149
2560
  pro_clusters_available: z.ZodNumber;
2150
2561
  fleets_max: z.ZodNumber;
2151
- managed_fleets_cpu_max: z.ZodNumber;
2152
2562
  cluster_tiers: z.ZodArray<z.ZodString, "many">;
2153
2563
  regions: z.ZodArray<z.ZodString, "many">;
2154
2564
  versions: z.ZodArray<z.ZodObject<{
@@ -2171,7 +2581,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2171
2581
  pro_clusters_max: number;
2172
2582
  pro_clusters_available: number;
2173
2583
  fleets_max: number;
2174
- managed_fleets_cpu_max: number;
2175
2584
  cluster_tiers: string[];
2176
2585
  regions: string[];
2177
2586
  }, {
@@ -2184,7 +2593,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2184
2593
  pro_clusters_max: number;
2185
2594
  pro_clusters_available: number;
2186
2595
  fleets_max: number;
2187
- managed_fleets_cpu_max: number;
2188
2596
  cluster_tiers: string[];
2189
2597
  regions: string[];
2190
2598
  }>;
@@ -2203,7 +2611,6 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2203
2611
  pro_clusters_max: number;
2204
2612
  pro_clusters_available: number;
2205
2613
  fleets_max: number;
2206
- managed_fleets_cpu_max: number;
2207
2614
  cluster_tiers: string[];
2208
2615
  regions: string[];
2209
2616
  };
@@ -2222,12 +2629,33 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2222
2629
  pro_clusters_max: number;
2223
2630
  pro_clusters_available: number;
2224
2631
  fleets_max: number;
2225
- managed_fleets_cpu_max: number;
2226
2632
  cluster_tiers: string[];
2227
2633
  regions: string[];
2228
2634
  };
2229
2635
  name?: string | undefined;
2230
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
+ */
2231
2659
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2232
2660
  name: z.ZodString;
2233
2661
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2236,17 +2664,30 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2236
2664
  date_created: z.ZodString;
2237
2665
  }, "strip", z.ZodTypeAny, {
2238
2666
  name: string;
2239
- role: "User" | "Administrator";
2667
+ role: "Administrator" | "User";
2240
2668
  date_created: string;
2241
2669
  id?: string | undefined;
2242
2670
  secret?: string | undefined;
2243
2671
  }, {
2244
2672
  name: string;
2245
- role: "User" | "Administrator";
2673
+ role: "Administrator" | "User";
2246
2674
  date_created: string;
2247
2675
  id?: string | undefined;
2248
2676
  secret?: string | undefined;
2249
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
+ */
2250
2691
  export declare const zCreateTokenResponse: z.ZodObject<{
2251
2692
  name: z.ZodString;
2252
2693
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2255,17 +2696,28 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2255
2696
  date_created: z.ZodString;
2256
2697
  }, "strip", z.ZodTypeAny, {
2257
2698
  name: string;
2258
- role: "User" | "Administrator";
2699
+ role: "Administrator" | "User";
2259
2700
  date_created: string;
2260
2701
  id?: string | undefined;
2261
2702
  secret?: string | undefined;
2262
2703
  }, {
2263
2704
  name: string;
2264
- role: "User" | "Administrator";
2705
+ role: "Administrator" | "User";
2265
2706
  date_created: string;
2266
2707
  id?: string | undefined;
2267
2708
  secret?: string | undefined;
2268
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
+ */
2269
2721
  export declare const zGetTokenResponse: z.ZodObject<{
2270
2722
  name: z.ZodString;
2271
2723
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2274,17 +2726,34 @@ export declare const zGetTokenResponse: z.ZodObject<{
2274
2726
  date_created: z.ZodString;
2275
2727
  }, "strip", z.ZodTypeAny, {
2276
2728
  name: string;
2277
- role: "User" | "Administrator";
2729
+ role: "Administrator" | "User";
2278
2730
  date_created: string;
2279
2731
  id?: string | undefined;
2280
2732
  secret?: string | undefined;
2281
2733
  }, {
2282
2734
  name: string;
2283
- role: "User" | "Administrator";
2735
+ role: "Administrator" | "User";
2284
2736
  date_created: string;
2285
2737
  id?: string | undefined;
2286
2738
  secret?: string | undefined;
2287
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
+ */
2288
2757
  export declare const zUpdateTokenResponse: z.ZodObject<{
2289
2758
  name: z.ZodString;
2290
2759
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2293,17 +2762,24 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2293
2762
  date_created: z.ZodString;
2294
2763
  }, "strip", z.ZodTypeAny, {
2295
2764
  name: string;
2296
- role: "User" | "Administrator";
2765
+ role: "Administrator" | "User";
2297
2766
  date_created: string;
2298
2767
  id?: string | undefined;
2299
2768
  secret?: string | undefined;
2300
2769
  }, {
2301
2770
  name: string;
2302
- role: "User" | "Administrator";
2771
+ role: "Administrator" | "User";
2303
2772
  date_created: string;
2304
2773
  id?: string | undefined;
2305
2774
  secret?: string | undefined;
2306
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
+ */
2307
2783
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2308
2784
  name: z.ZodString;
2309
2785
  role: z.ZodEnum<["Administrator", "User"]>;
@@ -2312,17 +2788,24 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2312
2788
  date_created: z.ZodString;
2313
2789
  }, "strip", z.ZodTypeAny, {
2314
2790
  name: string;
2315
- role: "User" | "Administrator";
2791
+ role: "Administrator" | "User";
2316
2792
  date_created: string;
2317
2793
  id?: string | undefined;
2318
2794
  secret?: string | undefined;
2319
2795
  }, {
2320
2796
  name: string;
2321
- role: "User" | "Administrator";
2797
+ role: "Administrator" | "User";
2322
2798
  date_created: string;
2323
2799
  id?: string | undefined;
2324
2800
  secret?: string | undefined;
2325
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
+ */
2326
2809
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2327
2810
  realm: z.ZodOptional<z.ZodString>;
2328
2811
  displayName: z.ZodOptional<z.ZodString>;
@@ -2333,6 +2816,9 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2333
2816
  realm?: string | undefined;
2334
2817
  displayName?: string | undefined;
2335
2818
  }>, "many">;
2819
+ /**
2820
+ * An array of users
2821
+ */
2336
2822
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2337
2823
  email: z.ZodString;
2338
2824
  first_name: z.ZodString;
@@ -2341,85 +2827,52 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2341
2827
  status: z.ZodEnum<["active", "inactive"]>;
2342
2828
  id: z.ZodString;
2343
2829
  date_created: z.ZodString;
2344
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2345
- cluster_id: z.ZodString;
2346
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2347
- }, "strip", z.ZodTypeAny, {
2348
- cluster_id: string;
2349
- permissions: "readonly" | "readwrite";
2350
- }, {
2351
- cluster_id: string;
2352
- permissions: "readonly" | "readwrite";
2353
- }>, "many">>;
2354
2830
  }, "strip", z.ZodTypeAny, {
2355
2831
  id: string;
2356
- role: "User" | "Administrator";
2832
+ role: "Administrator" | "User";
2357
2833
  email: string;
2358
2834
  status: "active" | "inactive";
2359
2835
  first_name: string;
2360
2836
  last_name: string;
2361
2837
  date_created: string;
2362
- cluster_permissions?: {
2363
- cluster_id: string;
2364
- permissions: "readonly" | "readwrite";
2365
- }[] | undefined;
2366
2838
  }, {
2367
2839
  id: string;
2368
- role: "User" | "Administrator";
2840
+ role: "Administrator" | "User";
2369
2841
  email: string;
2370
2842
  status: "active" | "inactive";
2371
2843
  first_name: string;
2372
2844
  last_name: string;
2373
2845
  date_created: string;
2374
- cluster_permissions?: {
2375
- cluster_id: string;
2376
- permissions: "readonly" | "readwrite";
2377
- }[] | undefined;
2378
2846
  }>, "many">;
2379
- export declare const zCreateUserResponse: z.ZodObject<{
2847
+ export declare const zCreateUserData: z.ZodObject<{
2380
2848
  email: z.ZodString;
2381
2849
  first_name: z.ZodString;
2382
2850
  last_name: z.ZodString;
2383
- role: z.ZodEnum<["Administrator", "User"]>;
2384
- status: z.ZodEnum<["active", "inactive"]>;
2385
- id: z.ZodString;
2386
- date_created: z.ZodString;
2387
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2388
- cluster_id: z.ZodString;
2389
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2390
- }, "strip", z.ZodTypeAny, {
2391
- cluster_id: string;
2392
- permissions: "readonly" | "readwrite";
2393
- }, {
2394
- cluster_id: string;
2395
- permissions: "readonly" | "readwrite";
2396
- }>, "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"]>>;
2397
2855
  }, "strip", z.ZodTypeAny, {
2398
- id: string;
2399
- role: "User" | "Administrator";
2856
+ code: string;
2400
2857
  email: string;
2401
- status: "active" | "inactive";
2402
2858
  first_name: string;
2403
2859
  last_name: string;
2404
- date_created: string;
2405
- cluster_permissions?: {
2406
- cluster_id: string;
2407
- permissions: "readonly" | "readwrite";
2408
- }[] | undefined;
2860
+ password: string;
2861
+ role?: "Administrator" | "User" | undefined;
2862
+ status?: "active" | "inactive" | undefined;
2409
2863
  }, {
2410
- id: string;
2411
- role: "User" | "Administrator";
2864
+ code: string;
2412
2865
  email: string;
2413
- status: "active" | "inactive";
2414
2866
  first_name: string;
2415
2867
  last_name: string;
2416
- date_created: string;
2417
- cluster_permissions?: {
2418
- cluster_id: string;
2419
- permissions: "readonly" | "readwrite";
2420
- }[] | undefined;
2868
+ password: string;
2869
+ role?: "Administrator" | "User" | undefined;
2870
+ status?: "active" | "inactive" | undefined;
2421
2871
  }>;
2422
- export declare const zDeleteUserResponse: z.ZodObject<{
2872
+ /**
2873
+ * Successfully created. Returns created user details.
2874
+ */
2875
+ export declare const zCreateUserResponse: z.ZodObject<{
2423
2876
  email: z.ZodString;
2424
2877
  first_name: z.ZodString;
2425
2878
  last_name: z.ZodString;
@@ -2427,42 +2880,31 @@ export declare const zDeleteUserResponse: z.ZodObject<{
2427
2880
  status: z.ZodEnum<["active", "inactive"]>;
2428
2881
  id: z.ZodString;
2429
2882
  date_created: z.ZodString;
2430
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2431
- cluster_id: z.ZodString;
2432
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2433
- }, "strip", z.ZodTypeAny, {
2434
- cluster_id: string;
2435
- permissions: "readonly" | "readwrite";
2436
- }, {
2437
- cluster_id: string;
2438
- permissions: "readonly" | "readwrite";
2439
- }>, "many">>;
2440
2883
  }, "strip", z.ZodTypeAny, {
2441
2884
  id: string;
2442
- role: "User" | "Administrator";
2885
+ role: "Administrator" | "User";
2443
2886
  email: string;
2444
2887
  status: "active" | "inactive";
2445
2888
  first_name: string;
2446
2889
  last_name: string;
2447
2890
  date_created: string;
2448
- cluster_permissions?: {
2449
- cluster_id: string;
2450
- permissions: "readonly" | "readwrite";
2451
- }[] | undefined;
2452
2891
  }, {
2453
2892
  id: string;
2454
- role: "User" | "Administrator";
2893
+ role: "Administrator" | "User";
2455
2894
  email: string;
2456
2895
  status: "active" | "inactive";
2457
2896
  first_name: string;
2458
2897
  last_name: string;
2459
2898
  date_created: string;
2460
- cluster_permissions?: {
2461
- cluster_id: string;
2462
- permissions: "readonly" | "readwrite";
2463
- }[] | undefined;
2464
2899
  }>;
2465
- 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<{
2466
2908
  email: z.ZodString;
2467
2909
  first_name: z.ZodString;
2468
2910
  last_name: z.ZodString;
@@ -2470,42 +2912,31 @@ export declare const zGetUserResponse: z.ZodObject<{
2470
2912
  status: z.ZodEnum<["active", "inactive"]>;
2471
2913
  id: z.ZodString;
2472
2914
  date_created: z.ZodString;
2473
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2474
- cluster_id: z.ZodString;
2475
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2476
- }, "strip", z.ZodTypeAny, {
2477
- cluster_id: string;
2478
- permissions: "readonly" | "readwrite";
2479
- }, {
2480
- cluster_id: string;
2481
- permissions: "readonly" | "readwrite";
2482
- }>, "many">>;
2483
2915
  }, "strip", z.ZodTypeAny, {
2484
2916
  id: string;
2485
- role: "User" | "Administrator";
2917
+ role: "Administrator" | "User";
2486
2918
  email: string;
2487
2919
  status: "active" | "inactive";
2488
2920
  first_name: string;
2489
2921
  last_name: string;
2490
2922
  date_created: string;
2491
- cluster_permissions?: {
2492
- cluster_id: string;
2493
- permissions: "readonly" | "readwrite";
2494
- }[] | undefined;
2495
2923
  }, {
2496
2924
  id: string;
2497
- role: "User" | "Administrator";
2925
+ role: "Administrator" | "User";
2498
2926
  email: string;
2499
2927
  status: "active" | "inactive";
2500
2928
  first_name: string;
2501
2929
  last_name: string;
2502
2930
  date_created: string;
2503
- cluster_permissions?: {
2504
- cluster_id: string;
2505
- permissions: "readonly" | "readwrite";
2506
- }[] | undefined;
2507
2931
  }>;
2508
- 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<{
2509
2940
  email: z.ZodString;
2510
2941
  first_name: z.ZodString;
2511
2942
  last_name: z.ZodString;
@@ -2513,85 +2944,50 @@ export declare const zUpdateUserResponse: z.ZodObject<{
2513
2944
  status: z.ZodEnum<["active", "inactive"]>;
2514
2945
  id: z.ZodString;
2515
2946
  date_created: z.ZodString;
2516
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2517
- cluster_id: z.ZodString;
2518
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2519
- }, "strip", z.ZodTypeAny, {
2520
- cluster_id: string;
2521
- permissions: "readonly" | "readwrite";
2522
- }, {
2523
- cluster_id: string;
2524
- permissions: "readonly" | "readwrite";
2525
- }>, "many">>;
2526
2947
  }, "strip", z.ZodTypeAny, {
2527
2948
  id: string;
2528
- role: "User" | "Administrator";
2949
+ role: "Administrator" | "User";
2529
2950
  email: string;
2530
2951
  status: "active" | "inactive";
2531
2952
  first_name: string;
2532
2953
  last_name: string;
2533
2954
  date_created: string;
2534
- cluster_permissions?: {
2535
- cluster_id: string;
2536
- permissions: "readonly" | "readwrite";
2537
- }[] | undefined;
2538
2955
  }, {
2539
2956
  id: string;
2540
- role: "User" | "Administrator";
2957
+ role: "Administrator" | "User";
2541
2958
  email: string;
2542
2959
  status: "active" | "inactive";
2543
2960
  first_name: string;
2544
2961
  last_name: string;
2545
2962
  date_created: string;
2546
- cluster_permissions?: {
2547
- cluster_id: string;
2548
- permissions: "readonly" | "readwrite";
2549
- }[] | undefined;
2550
2963
  }>;
2551
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2552
- email: z.ZodString;
2553
- first_name: z.ZodString;
2554
- last_name: z.ZodString;
2555
- role: z.ZodEnum<["Administrator", "User"]>;
2556
- status: z.ZodEnum<["active", "inactive"]>;
2557
- id: z.ZodString;
2558
- date_created: z.ZodString;
2559
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2560
- cluster_id: z.ZodString;
2561
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2562
- }, "strip", z.ZodTypeAny, {
2563
- cluster_id: string;
2564
- permissions: "readonly" | "readwrite";
2565
- }, {
2566
- cluster_id: string;
2567
- permissions: "readonly" | "readwrite";
2568
- }>, "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"]>>;
2569
2970
  }, "strip", z.ZodTypeAny, {
2570
- id: string;
2571
- role: "User" | "Administrator";
2572
- email: string;
2573
- status: "active" | "inactive";
2574
- first_name: string;
2575
- last_name: string;
2576
- date_created: string;
2577
- cluster_permissions?: {
2578
- cluster_id: string;
2579
- permissions: "readonly" | "readwrite";
2580
- }[] | 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;
2581
2976
  }, {
2582
- id: string;
2583
- role: "User" | "Administrator";
2584
- email: string;
2585
- status: "active" | "inactive";
2586
- first_name: string;
2587
- last_name: string;
2588
- date_created: string;
2589
- cluster_permissions?: {
2590
- cluster_id: string;
2591
- permissions: "readonly" | "readwrite";
2592
- }[] | 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;
2593
2982
  }>;
2594
- 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<{
2595
2991
  email: z.ZodString;
2596
2992
  first_name: z.ZodString;
2597
2993
  last_name: z.ZodString;
@@ -2599,39 +2995,21 @@ export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2599
2995
  status: z.ZodEnum<["active", "inactive"]>;
2600
2996
  id: z.ZodString;
2601
2997
  date_created: z.ZodString;
2602
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2603
- cluster_id: z.ZodString;
2604
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2605
- }, "strip", z.ZodTypeAny, {
2606
- cluster_id: string;
2607
- permissions: "readonly" | "readwrite";
2608
- }, {
2609
- cluster_id: string;
2610
- permissions: "readonly" | "readwrite";
2611
- }>, "many">>;
2612
2998
  }, "strip", z.ZodTypeAny, {
2613
2999
  id: string;
2614
- role: "User" | "Administrator";
3000
+ role: "Administrator" | "User";
2615
3001
  email: string;
2616
3002
  status: "active" | "inactive";
2617
3003
  first_name: string;
2618
3004
  last_name: string;
2619
3005
  date_created: string;
2620
- cluster_permissions?: {
2621
- cluster_id: string;
2622
- permissions: "readonly" | "readwrite";
2623
- }[] | undefined;
2624
3006
  }, {
2625
3007
  id: string;
2626
- role: "User" | "Administrator";
3008
+ role: "Administrator" | "User";
2627
3009
  email: string;
2628
3010
  status: "active" | "inactive";
2629
3011
  first_name: string;
2630
3012
  last_name: string;
2631
3013
  date_created: string;
2632
- cluster_permissions?: {
2633
- cluster_id: string;
2634
- permissions: "readonly" | "readwrite";
2635
- }[] | undefined;
2636
3014
  }>;
2637
3015
  //# sourceMappingURL=zod.gen.d.ts.map