@cloudfleet/sdk 0.0.1-869c561 → 0.0.1-8a4d7bb

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