@cloudfleet/sdk 0.0.1-1fc3e29 → 0.0.1-200be61

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