@cloudfleet/sdk 0.0.1-48f3efe → 0.0.1-4e71ce0

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 -69
  58. package/dist/sdk.gen.d.ts.map +1 -1
  59. package/dist/sdk.gen.js +164 -178
  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 +1609 -2102
  65. package/dist/zod.gen.d.ts.map +1 -1
  66. package/dist/zod.gen.js +471 -735
  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,1428 +8,646 @@ 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
- export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1094
- hour: z.ZodOptional<z.ZodString>;
1095
- cluster_id: z.ZodString;
1096
- cluster_tier: z.ZodEnum<["basic", "pro", ""]>;
1097
- product: z.ZodEnum<["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"]>;
1098
- node_name: z.ZodString;
1099
- sku: z.ZodString;
1100
- cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1101
- price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1102
- value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1103
- total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1104
- }, "strip", z.ZodTypeAny, {
1105
- total: number | "";
1106
- cpu: number | "";
1107
- product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1108
- value: number | "";
1109
- cluster_id: string;
1110
- cluster_tier: "" | "basic" | "pro";
1111
- node_name: string;
1112
- sku: string;
1113
- price: number | "";
1114
- hour?: string | undefined;
1115
- }, {
1116
- total: number | "";
1117
- cpu: number | "";
1118
- product: "cfke_controlplane" | "cfke_connected_nodes" | "infra_compute" | "infra_storage" | "infra_loadbalancing" | "infra_traffic" | "cfcr_storage";
1119
- value: number | "";
1120
- cluster_id: string;
1121
- cluster_tier: "" | "basic" | "pro";
1122
- node_name: string;
1123
- sku: string;
1124
- price: number | "";
1125
- hour?: string | undefined;
1126
- }>, "many">;
1127
- 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>;
603
+ /**
604
+ * Redacted payment card information.
605
+ */
1128
606
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1129
- id: z.ZodString;
607
+ id: z.ZodUUID;
1130
608
  setup: z.ZodBoolean;
1131
- type: z.ZodEnum<["card"]>;
609
+ type: z.ZodEnum<{
610
+ card: "card";
611
+ }>;
1132
612
  last4: z.ZodString;
1133
- exp_month: z.ZodNumber;
1134
- exp_year: z.ZodNumber;
1135
- brand: z.ZodEnum<["amex", "diners", "discover", "eftpos_au", "jcb", "mastercard", "unionpay", "visa", "unknown"]>;
1136
- }, "strip", z.ZodTypeAny, {
1137
- type: "card";
1138
- id: string;
1139
- setup: boolean;
1140
- last4: string;
1141
- exp_month: number;
1142
- exp_year: number;
1143
- brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1144
- }, {
1145
- type: "card";
1146
- id: string;
1147
- setup: boolean;
1148
- last4: string;
1149
- exp_month: number;
1150
- exp_year: number;
1151
- brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1152
- }>;
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>;
627
+ /**
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.
629
+ *
630
+ */
1153
631
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1154
632
  id: z.ZodOptional<z.ZodString>;
1155
- }, "strip", z.ZodTypeAny, {
1156
- id?: string | undefined;
1157
- }, {
1158
- id?: string | undefined;
1159
- }>;
633
+ }, z.core.$strip>;
634
+ /**
635
+ * An array of usage records.
636
+ */
1160
637
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1161
638
  id: z.ZodOptional<z.ZodString>;
1162
- organizationId: z.ZodOptional<z.ZodString>;
1163
- status: z.ZodOptional<z.ZodEnum<["DRAFT", "COMMITTED", "VOID"]>>;
1164
- amount: z.ZodOptional<z.ZodNumber>;
1165
- 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"]>>;
1166
- creditAdj: z.ZodOptional<z.ZodNumber>;
1167
- refundAdj: z.ZodOptional<z.ZodNumber>;
1168
- invoiceDate: z.ZodOptional<z.ZodString>;
1169
- targetDate: z.ZodOptional<z.ZodString>;
1170
- invoiceNumber: z.ZodOptional<z.ZodString>;
1171
- balance: z.ZodOptional<z.ZodNumber>;
1172
- bundleKeys: z.ZodOptional<z.ZodString>;
1173
- credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1174
- id: z.ZodOptional<z.ZodString>;
1175
- linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
1176
- productName: z.ZodOptional<z.ZodString>;
1177
- planName: z.ZodOptional<z.ZodString>;
1178
- phaseName: z.ZodOptional<z.ZodString>;
1179
- usageName: z.ZodOptional<z.ZodString>;
1180
- prettyProductName: z.ZodOptional<z.ZodString>;
1181
- prettyPlanName: z.ZodOptional<z.ZodString>;
1182
- prettyPhaseName: z.ZodOptional<z.ZodString>;
1183
- prettyUsageName: z.ZodOptional<z.ZodString>;
1184
- itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
1185
- description: z.ZodOptional<z.ZodString>;
1186
- startDate: z.ZodOptional<z.ZodString>;
1187
- endDate: z.ZodOptional<z.ZodString>;
1188
- amount: z.ZodOptional<z.ZodNumber>;
1189
- rate: z.ZodOptional<z.ZodNumber>;
1190
- 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"]>>;
1191
- quantity: z.ZodOptional<z.ZodNumber>;
1192
- itemDetails: z.ZodOptional<z.ZodString>;
1193
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1194
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1195
- }, "strip", z.ZodTypeAny, {
1196
- 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;
1197
- id?: string | undefined;
1198
- description?: string | undefined;
1199
- amount?: number | undefined;
1200
- linkedInvoiceItemId?: string | undefined;
1201
- productName?: string | undefined;
1202
- planName?: string | undefined;
1203
- phaseName?: string | undefined;
1204
- usageName?: string | undefined;
1205
- prettyProductName?: string | undefined;
1206
- prettyPlanName?: string | undefined;
1207
- prettyPhaseName?: string | undefined;
1208
- prettyUsageName?: string | undefined;
1209
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1210
- startDate?: string | undefined;
1211
- endDate?: string | undefined;
1212
- rate?: number | undefined;
1213
- quantity?: number | undefined;
1214
- itemDetails?: string | undefined;
1215
- catalogEffectiveDate?: string | undefined;
1216
- childItems?: unknown[] | undefined;
1217
- }, {
1218
- 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;
1219
- id?: string | undefined;
1220
- description?: string | undefined;
1221
- amount?: number | undefined;
1222
- linkedInvoiceItemId?: string | undefined;
1223
- productName?: string | undefined;
1224
- planName?: string | undefined;
1225
- phaseName?: string | undefined;
1226
- usageName?: string | undefined;
1227
- prettyProductName?: string | undefined;
1228
- prettyPlanName?: string | undefined;
1229
- prettyPhaseName?: string | undefined;
1230
- prettyUsageName?: string | undefined;
1231
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1232
- startDate?: string | undefined;
1233
- endDate?: string | undefined;
1234
- rate?: number | undefined;
1235
- quantity?: number | undefined;
1236
- itemDetails?: string | undefined;
1237
- catalogEffectiveDate?: string | undefined;
1238
- childItems?: unknown[] | undefined;
1239
- }>, "many">>;
1240
- items: z.ZodOptional<z.ZodArray<z.ZodObject<{
1241
- id: z.ZodOptional<z.ZodString>;
1242
- linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
1243
- productName: z.ZodOptional<z.ZodString>;
1244
- planName: z.ZodOptional<z.ZodString>;
1245
- phaseName: z.ZodOptional<z.ZodString>;
1246
- usageName: z.ZodOptional<z.ZodString>;
1247
- prettyProductName: z.ZodOptional<z.ZodString>;
1248
- prettyPlanName: z.ZodOptional<z.ZodString>;
1249
- prettyPhaseName: z.ZodOptional<z.ZodString>;
1250
- prettyUsageName: z.ZodOptional<z.ZodString>;
1251
- itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
1252
- description: z.ZodOptional<z.ZodString>;
1253
- startDate: z.ZodOptional<z.ZodString>;
1254
- endDate: z.ZodOptional<z.ZodString>;
1255
- amount: z.ZodOptional<z.ZodNumber>;
1256
- rate: z.ZodOptional<z.ZodNumber>;
1257
- 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"]>>;
1258
- quantity: z.ZodOptional<z.ZodNumber>;
1259
- itemDetails: z.ZodOptional<z.ZodString>;
1260
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1261
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1262
- }, "strip", z.ZodTypeAny, {
1263
- 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;
1264
- id?: string | undefined;
1265
- description?: string | undefined;
1266
- amount?: number | undefined;
1267
- linkedInvoiceItemId?: string | undefined;
1268
- productName?: string | undefined;
1269
- planName?: string | undefined;
1270
- phaseName?: string | undefined;
1271
- usageName?: string | undefined;
1272
- prettyProductName?: string | undefined;
1273
- prettyPlanName?: string | undefined;
1274
- prettyPhaseName?: string | undefined;
1275
- prettyUsageName?: string | undefined;
1276
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1277
- startDate?: string | undefined;
1278
- endDate?: string | undefined;
1279
- rate?: number | undefined;
1280
- quantity?: number | undefined;
1281
- itemDetails?: string | undefined;
1282
- catalogEffectiveDate?: string | undefined;
1283
- childItems?: unknown[] | undefined;
1284
- }, {
1285
- 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;
1286
- id?: string | undefined;
1287
- description?: string | undefined;
1288
- amount?: number | undefined;
1289
- linkedInvoiceItemId?: string | undefined;
1290
- productName?: string | undefined;
1291
- planName?: string | undefined;
1292
- phaseName?: string | undefined;
1293
- usageName?: string | undefined;
1294
- prettyProductName?: string | undefined;
1295
- prettyPlanName?: string | undefined;
1296
- prettyPhaseName?: string | undefined;
1297
- prettyUsageName?: string | undefined;
1298
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1299
- startDate?: string | undefined;
1300
- endDate?: string | undefined;
1301
- rate?: number | undefined;
1302
- quantity?: number | undefined;
1303
- itemDetails?: string | undefined;
1304
- catalogEffectiveDate?: string | undefined;
1305
- childItems?: unknown[] | undefined;
1306
- }>, "many">>;
1307
- }, "strip", z.ZodTypeAny, {
1308
- 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;
1309
- id?: string | undefined;
1310
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1311
- items?: {
1312
- currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1313
- id?: string | undefined;
1314
- description?: string | undefined;
1315
- amount?: number | undefined;
1316
- linkedInvoiceItemId?: string | undefined;
1317
- productName?: string | undefined;
1318
- planName?: string | undefined;
1319
- phaseName?: string | undefined;
1320
- usageName?: string | undefined;
1321
- prettyProductName?: string | undefined;
1322
- prettyPlanName?: string | undefined;
1323
- prettyPhaseName?: string | undefined;
1324
- prettyUsageName?: string | undefined;
1325
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1326
- startDate?: string | undefined;
1327
- endDate?: string | undefined;
1328
- rate?: number | undefined;
1329
- quantity?: number | undefined;
1330
- itemDetails?: string | undefined;
1331
- catalogEffectiveDate?: string | undefined;
1332
- childItems?: unknown[] | undefined;
1333
- }[] | undefined;
1334
- organizationId?: string | undefined;
1335
- amount?: number | undefined;
1336
- creditAdj?: number | undefined;
1337
- refundAdj?: number | undefined;
1338
- invoiceDate?: string | undefined;
1339
- targetDate?: string | undefined;
1340
- invoiceNumber?: string | undefined;
1341
- balance?: number | undefined;
1342
- bundleKeys?: string | undefined;
1343
- credits?: {
1344
- 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;
1345
- id?: string | undefined;
1346
- description?: string | undefined;
1347
- amount?: number | undefined;
1348
- linkedInvoiceItemId?: string | undefined;
1349
- productName?: string | undefined;
1350
- planName?: string | undefined;
1351
- phaseName?: string | undefined;
1352
- usageName?: string | undefined;
1353
- prettyProductName?: string | undefined;
1354
- prettyPlanName?: string | undefined;
1355
- prettyPhaseName?: string | undefined;
1356
- prettyUsageName?: string | undefined;
1357
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1358
- startDate?: string | undefined;
1359
- endDate?: string | undefined;
1360
- rate?: number | undefined;
1361
- quantity?: number | undefined;
1362
- itemDetails?: string | undefined;
1363
- catalogEffectiveDate?: string | undefined;
1364
- childItems?: unknown[] | undefined;
1365
- }[] | undefined;
1366
- }, {
1367
- 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;
1368
- id?: string | undefined;
1369
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1370
- items?: {
1371
- currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1372
- id?: string | undefined;
1373
- description?: string | undefined;
1374
- amount?: number | undefined;
1375
- linkedInvoiceItemId?: string | undefined;
1376
- productName?: string | undefined;
1377
- planName?: string | undefined;
1378
- phaseName?: string | undefined;
1379
- usageName?: string | undefined;
1380
- prettyProductName?: string | undefined;
1381
- prettyPlanName?: string | undefined;
1382
- prettyPhaseName?: string | undefined;
1383
- prettyUsageName?: string | undefined;
1384
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1385
- startDate?: string | undefined;
1386
- endDate?: string | undefined;
1387
- rate?: number | undefined;
1388
- quantity?: number | undefined;
1389
- itemDetails?: string | undefined;
1390
- catalogEffectiveDate?: string | undefined;
1391
- childItems?: unknown[] | undefined;
1392
- }[] | undefined;
1393
- organizationId?: string | undefined;
1394
- amount?: number | undefined;
1395
- creditAdj?: number | undefined;
1396
- refundAdj?: number | undefined;
1397
- invoiceDate?: string | undefined;
1398
- targetDate?: string | undefined;
1399
- invoiceNumber?: string | undefined;
1400
- balance?: number | undefined;
1401
- bundleKeys?: string | undefined;
1402
- credits?: {
1403
- 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;
1404
- id?: string | undefined;
1405
- description?: string | undefined;
1406
- amount?: number | undefined;
1407
- linkedInvoiceItemId?: string | undefined;
1408
- productName?: string | undefined;
1409
- planName?: string | undefined;
1410
- phaseName?: string | undefined;
1411
- usageName?: string | undefined;
1412
- prettyProductName?: string | undefined;
1413
- prettyPlanName?: string | undefined;
1414
- prettyPhaseName?: string | undefined;
1415
- prettyUsageName?: string | undefined;
1416
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1417
- startDate?: string | undefined;
1418
- endDate?: string | undefined;
1419
- rate?: number | undefined;
1420
- quantity?: number | undefined;
1421
- itemDetails?: string | undefined;
1422
- catalogEffectiveDate?: string | undefined;
1423
- childItems?: unknown[] | undefined;
1424
- }[] | undefined;
1425
- }>, "many">;
1426
- export declare const zGetInvoiceResponse: z.ZodObject<{
1427
- html: z.ZodOptional<z.ZodString>;
1428
- }, "strip", z.ZodTypeAny, {
1429
- html?: string | undefined;
1430
- }, {
1431
- html?: string | undefined;
1432
- }>;
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>>;
648
+ /**
649
+ * Returns a single object containing organization contact and billing address details.
650
+ */
1433
651
  export declare const zGetContactResponse: z.ZodObject<{
1434
652
  company: z.ZodOptional<z.ZodString>;
1435
653
  address1: z.ZodOptional<z.ZodString>;
@@ -1439,40 +657,286 @@ export declare const zGetContactResponse: z.ZodObject<{
1439
657
  state: z.ZodOptional<z.ZodString>;
1440
658
  country: z.ZodOptional<z.ZodString>;
1441
659
  phone: z.ZodOptional<z.ZodString>;
1442
- email: z.ZodString;
1443
- first_name: z.ZodString;
1444
- last_name: z.ZodString;
660
+ email: z.ZodEmail;
661
+ individual_name: z.ZodString;
662
+ tax_id: z.ZodOptional<z.ZodString>;
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<{
795
+ company: z.ZodOptional<z.ZodString>;
796
+ address1: z.ZodOptional<z.ZodString>;
797
+ address2: z.ZodOptional<z.ZodString>;
798
+ postalCode: z.ZodOptional<z.ZodString>;
799
+ city: z.ZodOptional<z.ZodString>;
800
+ state: z.ZodOptional<z.ZodString>;
801
+ country: z.ZodOptional<z.ZodString>;
802
+ phone: z.ZodOptional<z.ZodString>;
803
+ email: z.ZodEmail;
804
+ individual_name: z.ZodString;
1445
805
  tax_id: z.ZodOptional<z.ZodString>;
1446
- 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", ""]>>;
1447
- }, "strip", z.ZodTypeAny, {
1448
- email: string;
1449
- first_name: string;
1450
- last_name: string;
1451
- state?: string | undefined;
1452
- country?: string | undefined;
1453
- company?: string | undefined;
1454
- address1?: string | undefined;
1455
- address2?: string | undefined;
1456
- postalCode?: string | undefined;
1457
- city?: string | undefined;
1458
- phone?: string | undefined;
1459
- tax_id?: string | undefined;
1460
- 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;
1461
- }, {
1462
- email: string;
1463
- first_name: string;
1464
- last_name: string;
1465
- state?: string | undefined;
1466
- country?: string | undefined;
1467
- company?: string | undefined;
1468
- address1?: string | undefined;
1469
- address2?: string | undefined;
1470
- postalCode?: string | undefined;
1471
- city?: string | undefined;
1472
- phone?: string | undefined;
1473
- tax_id?: string | undefined;
1474
- 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;
1475
- }>;
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>;
937
+ /**
938
+ * Successfully updated. Returns updated organization details.
939
+ */
1476
940
  export declare const zUpdateContactResponse: z.ZodObject<{
1477
941
  company: z.ZodOptional<z.ZodString>;
1478
942
  address1: z.ZodOptional<z.ZodString>;
@@ -1482,927 +946,970 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1482
946
  state: z.ZodOptional<z.ZodString>;
1483
947
  country: z.ZodOptional<z.ZodString>;
1484
948
  phone: z.ZodOptional<z.ZodString>;
1485
- email: z.ZodString;
1486
- first_name: z.ZodString;
1487
- last_name: z.ZodString;
949
+ email: z.ZodEmail;
950
+ individual_name: z.ZodString;
1488
951
  tax_id: z.ZodOptional<z.ZodString>;
1489
- 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", ""]>>;
1490
- }, "strip", z.ZodTypeAny, {
1491
- email: string;
1492
- first_name: string;
1493
- last_name: string;
1494
- state?: string | undefined;
1495
- country?: string | undefined;
1496
- company?: string | undefined;
1497
- address1?: string | undefined;
1498
- address2?: string | undefined;
1499
- postalCode?: string | undefined;
1500
- city?: string | undefined;
1501
- phone?: string | undefined;
1502
- tax_id?: string | undefined;
1503
- 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;
1504
- }, {
1505
- email: string;
1506
- first_name: string;
1507
- last_name: string;
1508
- state?: string | undefined;
1509
- country?: string | undefined;
1510
- company?: string | undefined;
1511
- address1?: string | undefined;
1512
- address2?: string | undefined;
1513
- postalCode?: string | undefined;
1514
- city?: string | undefined;
1515
- phone?: string | undefined;
1516
- tax_id?: string | undefined;
1517
- 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;
1518
- }>;
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>;
1083
+ /**
1084
+ * An array of the applied promotional credits records.
1085
+ */
1519
1086
  export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1520
1087
  id: z.ZodOptional<z.ZodString>;
1521
- 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>;
1522
1094
  code: z.ZodString;
1523
1095
  description: z.ZodOptional<z.ZodString>;
1524
- products: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1525
- type: z.ZodEnum<["credit", "discount"]>;
1526
- value: z.ZodNumber;
1527
- billing_period: z.ZodString;
1096
+ value_total: z.ZodNumber;
1528
1097
  value_remaining: z.ZodOptional<z.ZodNumber>;
1529
- }, "strip", z.ZodTypeAny, {
1530
- code: string;
1531
- type: "credit" | "discount";
1532
- value: number;
1533
- date_created: string;
1534
- billing_period: string;
1535
- id?: string | undefined;
1536
- description?: string | undefined;
1537
- products?: string[] | undefined;
1538
- value_remaining?: number | undefined;
1539
- }, {
1540
- code: string;
1541
- type: "credit" | "discount";
1542
- value: number;
1543
- date_created: string;
1544
- billing_period: string;
1545
- id?: string | undefined;
1546
- description?: string | undefined;
1547
- products?: string[] | undefined;
1548
- value_remaining?: number | undefined;
1549
- }>, "many">;
1098
+ }, z.core.$strip>>;
1099
+ export declare const zRedeemCreditsBody: z.ZodObject<{
1100
+ code: z.ZodOptional<z.ZodString>;
1101
+ }, z.core.$strip>;
1102
+ export declare const zListChartsPath: z.ZodObject<{
1103
+ cluster_id: z.ZodString;
1104
+ }, z.core.$strip>;
1105
+ /**
1106
+ * An array of charts
1107
+ */
1550
1108
  export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1551
1109
  values: z.ZodString;
1552
1110
  version_channel: z.ZodString;
1553
1111
  name: z.ZodString;
1554
1112
  namespace: z.ZodString;
1555
1113
  chart: z.ZodString;
1556
- 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
+ }>;
1557
1130
  version_current: z.ZodString;
1558
1131
  created_at: z.ZodString;
1559
1132
  updated_at: z.ZodString;
1560
1133
  ready: z.ZodBoolean;
1561
- }, "strip", z.ZodTypeAny, {
1562
- values: string;
1563
- name: string;
1564
- ready: boolean;
1565
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1566
- version_channel: string;
1567
- namespace: string;
1568
- chart: string;
1569
- version_current: string;
1570
- created_at: string;
1571
- updated_at: string;
1572
- }, {
1573
- values: string;
1574
- name: string;
1575
- ready: boolean;
1576
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1577
- version_channel: string;
1578
- namespace: string;
1579
- chart: string;
1580
- version_current: string;
1581
- created_at: string;
1582
- updated_at: string;
1583
- }>, "many">;
1134
+ }, z.core.$strip>>;
1135
+ export declare const zCreateChartBody: z.ZodObject<{
1136
+ values: z.ZodString;
1137
+ version_channel: z.ZodString;
1138
+ name: z.ZodString;
1139
+ namespace: z.ZodString;
1140
+ chart: z.ZodString;
1141
+ }, z.core.$strip>;
1142
+ export declare const zCreateChartPath: z.ZodObject<{
1143
+ cluster_id: z.ZodString;
1144
+ }, z.core.$strip>;
1145
+ /**
1146
+ * Successfully created. Returns created Chart ID.
1147
+ */
1584
1148
  export declare const zCreateChartResponse: z.ZodString;
1149
+ export declare const zDeleteChartPath: z.ZodObject<{
1150
+ cluster_id: z.ZodString;
1151
+ chart_name: z.ZodString;
1152
+ }, z.core.$strip>;
1153
+ /**
1154
+ * Successfully deleted.
1155
+ */
1585
1156
  export declare const zDeleteChartResponse: z.ZodString;
1157
+ export declare const zGetChartPath: z.ZodObject<{
1158
+ cluster_id: z.ZodString;
1159
+ chart_name: z.ZodString;
1160
+ }, z.core.$strip>;
1161
+ /**
1162
+ * Returns a single object containing chart details.
1163
+ */
1586
1164
  export declare const zGetChartResponse: z.ZodObject<{
1587
1165
  values: z.ZodString;
1588
1166
  version_channel: z.ZodString;
1589
1167
  name: z.ZodString;
1590
1168
  namespace: z.ZodString;
1591
1169
  chart: z.ZodString;
1592
- 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
+ }>;
1593
1186
  version_current: z.ZodString;
1594
1187
  created_at: z.ZodString;
1595
1188
  updated_at: z.ZodString;
1596
1189
  ready: z.ZodBoolean;
1597
- }, "strip", z.ZodTypeAny, {
1598
- values: string;
1599
- name: string;
1600
- ready: boolean;
1601
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1602
- version_channel: string;
1603
- namespace: string;
1604
- chart: string;
1605
- version_current: string;
1606
- created_at: string;
1607
- updated_at: string;
1608
- }, {
1609
- values: string;
1610
- name: string;
1611
- ready: boolean;
1612
- status: "InstallSucceeded" | "InstallFailed" | "UpgradeSucceeded" | "UpgradeFailed" | "TestSucceeded" | "TestFailed" | "RollbackSucceeded" | "RollbackFailed" | "UninstallSucceeded" | "UninstallFailed" | "ArtifactFailed" | "DependencyNotReady" | "Progressing" | "SourceNotReady";
1613
- version_channel: string;
1614
- namespace: string;
1615
- chart: string;
1616
- version_current: string;
1617
- created_at: string;
1618
- updated_at: string;
1619
- }>;
1190
+ }, z.core.$strip>;
1191
+ export declare const zUpdateChartBody: z.ZodObject<{
1192
+ values: z.ZodString;
1193
+ version_channel: 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>;
1199
+ /**
1200
+ * Successfully updated.
1201
+ */
1620
1202
  export declare const zUpdateChartResponse: z.ZodString;
1203
+ export declare const zListFleetsPath: z.ZodObject<{
1204
+ cluster_id: z.ZodString;
1205
+ }, z.core.$strip>;
1206
+ /**
1207
+ * An array of fleets
1208
+ */
1621
1209
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1622
1210
  limits: z.ZodOptional<z.ZodObject<{
1623
1211
  cpu: z.ZodNumber;
1624
- }, "strip", z.ZodTypeAny, {
1625
- cpu: number;
1626
- }, {
1627
- cpu: number;
1628
- }>>;
1212
+ }, z.core.$strip>>;
1629
1213
  gcp: z.ZodOptional<z.ZodObject<{
1630
1214
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1631
1215
  project: z.ZodString;
1632
- }, "strip", z.ZodTypeAny, {
1633
- project: string;
1634
- enabled: boolean;
1635
- }, {
1636
- project: string;
1637
- enabled?: boolean | undefined;
1638
- }>>;
1216
+ }, z.core.$strip>>;
1639
1217
  hetzner: z.ZodOptional<z.ZodObject<{
1640
1218
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1641
1219
  apiKey: z.ZodString;
1642
- }, "strip", z.ZodTypeAny, {
1643
- apiKey: string;
1644
- enabled: boolean;
1645
- }, {
1646
- apiKey: string;
1647
- enabled?: boolean | undefined;
1648
- }>>;
1220
+ }, z.core.$strip>>;
1649
1221
  aws: z.ZodOptional<z.ZodObject<{
1650
1222
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1651
1223
  controllerRoleArn: z.ZodString;
1652
- }, "strip", z.ZodTypeAny, {
1653
- controllerRoleArn: string;
1654
- enabled: boolean;
1655
- }, {
1656
- controllerRoleArn: string;
1657
- enabled?: boolean | undefined;
1658
- }>>;
1224
+ }, z.core.$strip>>;
1225
+ id: z.ZodString;
1226
+ }, z.core.$strip>>;
1227
+ export declare const zCreateFleetBody: z.ZodObject<{
1228
+ limits: z.ZodOptional<z.ZodObject<{
1229
+ cpu: z.ZodNumber;
1230
+ }, z.core.$strip>>;
1231
+ gcp: z.ZodOptional<z.ZodObject<{
1232
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1233
+ project: z.ZodString;
1234
+ }, z.core.$strip>>;
1235
+ hetzner: z.ZodOptional<z.ZodObject<{
1236
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1237
+ apiKey: z.ZodString;
1238
+ }, z.core.$strip>>;
1239
+ aws: z.ZodOptional<z.ZodObject<{
1240
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1241
+ controllerRoleArn: z.ZodString;
1242
+ }, z.core.$strip>>;
1659
1243
  id: z.ZodString;
1660
- }, "strip", z.ZodTypeAny, {
1661
- id: string;
1662
- limits?: {
1663
- cpu: number;
1664
- } | undefined;
1665
- gcp?: {
1666
- project: string;
1667
- enabled: boolean;
1668
- } | undefined;
1669
- hetzner?: {
1670
- apiKey: string;
1671
- enabled: boolean;
1672
- } | undefined;
1673
- aws?: {
1674
- controllerRoleArn: string;
1675
- enabled: boolean;
1676
- } | undefined;
1677
- }, {
1678
- id: string;
1679
- limits?: {
1680
- cpu: number;
1681
- } | undefined;
1682
- gcp?: {
1683
- project: string;
1684
- enabled?: boolean | undefined;
1685
- } | undefined;
1686
- hetzner?: {
1687
- apiKey: string;
1688
- enabled?: boolean | undefined;
1689
- } | undefined;
1690
- aws?: {
1691
- controllerRoleArn: string;
1692
- enabled?: boolean | undefined;
1693
- } | undefined;
1694
- }>, "many">;
1244
+ }, z.core.$strip>;
1245
+ export declare const zCreateFleetPath: z.ZodObject<{
1246
+ cluster_id: z.ZodString;
1247
+ }, z.core.$strip>;
1248
+ /**
1249
+ * Successfully created. Returns created Fleet ID.
1250
+ */
1695
1251
  export declare const zCreateFleetResponse: z.ZodString;
1252
+ export declare const zDeleteFleetPath: z.ZodObject<{
1253
+ cluster_id: z.ZodString;
1254
+ fleet_name: z.ZodString;
1255
+ }, z.core.$strip>;
1256
+ /**
1257
+ * Successfully deleted.
1258
+ */
1696
1259
  export declare const zDeleteFleetResponse: z.ZodString;
1260
+ export declare const zGetFleetPath: z.ZodObject<{
1261
+ cluster_id: z.ZodString;
1262
+ fleet_name: z.ZodString;
1263
+ }, z.core.$strip>;
1264
+ /**
1265
+ * Returns a single object containing fleet details.
1266
+ */
1697
1267
  export declare const zGetFleetResponse: z.ZodObject<{
1698
1268
  limits: z.ZodOptional<z.ZodObject<{
1699
1269
  cpu: z.ZodNumber;
1700
- }, "strip", z.ZodTypeAny, {
1701
- cpu: number;
1702
- }, {
1703
- cpu: number;
1704
- }>>;
1270
+ }, z.core.$strip>>;
1705
1271
  gcp: z.ZodOptional<z.ZodObject<{
1706
1272
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1707
1273
  project: z.ZodString;
1708
- }, "strip", z.ZodTypeAny, {
1709
- project: string;
1710
- enabled: boolean;
1711
- }, {
1712
- project: string;
1713
- enabled?: boolean | undefined;
1714
- }>>;
1274
+ }, z.core.$strip>>;
1715
1275
  hetzner: z.ZodOptional<z.ZodObject<{
1716
1276
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1717
1277
  apiKey: z.ZodString;
1718
- }, "strip", z.ZodTypeAny, {
1719
- apiKey: string;
1720
- enabled: boolean;
1721
- }, {
1722
- apiKey: string;
1723
- enabled?: boolean | undefined;
1724
- }>>;
1278
+ }, z.core.$strip>>;
1725
1279
  aws: z.ZodOptional<z.ZodObject<{
1726
1280
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1727
1281
  controllerRoleArn: z.ZodString;
1728
- }, "strip", z.ZodTypeAny, {
1729
- controllerRoleArn: string;
1730
- enabled: boolean;
1731
- }, {
1732
- controllerRoleArn: string;
1733
- enabled?: boolean | undefined;
1734
- }>>;
1282
+ }, z.core.$strip>>;
1735
1283
  id: z.ZodString;
1736
- }, "strip", z.ZodTypeAny, {
1737
- id: string;
1738
- limits?: {
1739
- cpu: number;
1740
- } | undefined;
1741
- gcp?: {
1742
- project: string;
1743
- enabled: boolean;
1744
- } | undefined;
1745
- hetzner?: {
1746
- apiKey: string;
1747
- enabled: boolean;
1748
- } | undefined;
1749
- aws?: {
1750
- controllerRoleArn: string;
1751
- enabled: boolean;
1752
- } | undefined;
1753
- }, {
1754
- id: string;
1755
- limits?: {
1756
- cpu: number;
1757
- } | undefined;
1758
- gcp?: {
1759
- project: string;
1760
- enabled?: boolean | undefined;
1761
- } | undefined;
1762
- hetzner?: {
1763
- apiKey: string;
1764
- enabled?: boolean | undefined;
1765
- } | undefined;
1766
- aws?: {
1767
- controllerRoleArn: string;
1768
- enabled?: boolean | undefined;
1769
- } | undefined;
1770
- }>;
1284
+ }, z.core.$strip>;
1285
+ export declare const zUpdateFleetBody: z.ZodObject<{
1286
+ limits: z.ZodOptional<z.ZodObject<{
1287
+ cpu: z.ZodNumber;
1288
+ }, z.core.$strip>>;
1289
+ gcp: z.ZodOptional<z.ZodObject<{
1290
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1291
+ project: z.ZodString;
1292
+ }, z.core.$strip>>;
1293
+ hetzner: z.ZodOptional<z.ZodObject<{
1294
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1295
+ apiKey: z.ZodString;
1296
+ }, z.core.$strip>>;
1297
+ aws: z.ZodOptional<z.ZodObject<{
1298
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1299
+ controllerRoleArn: 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>;
1306
+ /**
1307
+ * Successfully updated.
1308
+ */
1771
1309
  export declare const zUpdateFleetResponse: z.ZodString;
1310
+ export declare const zQueryClusterPath: z.ZodObject<{
1311
+ cluster_id: z.ZodString;
1312
+ }, z.core.$strip>;
1313
+ /**
1314
+ * An array of clusters
1315
+ */
1772
1316
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1773
1317
  name: z.ZodString;
1774
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1775
- tier: z.ZodEnum<["basic", "pro"]>;
1776
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1777
- id: z.ZodString;
1778
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1779
- 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
+ }>]>>;
1780
1341
  certificate_ca: z.ZodOptional<z.ZodString>;
1781
1342
  version_current: z.ZodOptional<z.ZodString>;
1782
1343
  created_at: z.ZodOptional<z.ZodString>;
1783
1344
  updated_at: z.ZodOptional<z.ZodString>;
1784
1345
  ready: z.ZodOptional<z.ZodBoolean>;
1785
- }, "strip", z.ZodTypeAny, {
1786
- name: string;
1787
- id: string;
1788
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1789
- version_channel: string;
1790
- tier: "basic" | "pro";
1791
- ready?: boolean | undefined;
1792
- region?: "staging" | "northamerica-central-1" | undefined;
1793
- version_current?: string | undefined;
1794
- created_at?: string | undefined;
1795
- updated_at?: string | undefined;
1796
- endpoint?: string | undefined;
1797
- certificate_ca?: string | undefined;
1798
- }, {
1799
- name: string;
1800
- id: string;
1801
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1802
- tier: "basic" | "pro";
1803
- ready?: boolean | undefined;
1804
- region?: "staging" | "northamerica-central-1" | undefined;
1805
- version_channel?: string | undefined;
1806
- version_current?: string | undefined;
1807
- created_at?: string | undefined;
1808
- updated_at?: string | undefined;
1809
- endpoint?: string | undefined;
1810
- certificate_ca?: string | undefined;
1811
- }>, "many">;
1346
+ version_channel: z.ZodOptional<z.ZodString>;
1347
+ }, z.core.$strip>>;
1348
+ export declare const zCreateClusterBody: z.ZodObject<{
1349
+ name: z.ZodString;
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>;
1367
+ /**
1368
+ * Successfully created. Returns created Cluster ID.
1369
+ */
1812
1370
  export declare const zCreateClusterResponse: z.ZodString;
1371
+ export declare const zDeleteClusterPath: z.ZodObject<{
1372
+ cluster_id: z.ZodString;
1373
+ }, z.core.$strip>;
1374
+ /**
1375
+ * Successfully deleted.
1376
+ */
1813
1377
  export declare const zDeleteClusterResponse: z.ZodString;
1378
+ export declare const zGetClusterPath: z.ZodObject<{
1379
+ cluster_id: z.ZodString;
1380
+ }, z.core.$strip>;
1381
+ /**
1382
+ * Returns a single object containing cluster details.
1383
+ */
1814
1384
  export declare const zGetClusterResponse: z.ZodObject<{
1815
1385
  name: z.ZodString;
1816
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1817
- tier: z.ZodEnum<["basic", "pro"]>;
1818
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1819
- id: z.ZodString;
1820
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1821
- 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
+ }>]>>;
1822
1409
  certificate_ca: z.ZodOptional<z.ZodString>;
1823
1410
  version_current: z.ZodOptional<z.ZodString>;
1824
1411
  created_at: z.ZodOptional<z.ZodString>;
1825
1412
  updated_at: z.ZodOptional<z.ZodString>;
1826
1413
  ready: z.ZodOptional<z.ZodBoolean>;
1827
- }, "strip", z.ZodTypeAny, {
1828
- name: string;
1829
- id: string;
1830
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1831
- version_channel: string;
1832
- tier: "basic" | "pro";
1833
- ready?: boolean | undefined;
1834
- region?: "staging" | "northamerica-central-1" | undefined;
1835
- version_current?: string | undefined;
1836
- created_at?: string | undefined;
1837
- updated_at?: string | undefined;
1838
- endpoint?: string | undefined;
1839
- certificate_ca?: string | undefined;
1840
- }, {
1841
- name: string;
1842
- id: string;
1843
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1844
- tier: "basic" | "pro";
1845
- ready?: boolean | undefined;
1846
- region?: "staging" | "northamerica-central-1" | undefined;
1847
- version_channel?: string | undefined;
1848
- version_current?: string | undefined;
1849
- created_at?: string | undefined;
1850
- updated_at?: string | undefined;
1851
- endpoint?: string | undefined;
1852
- certificate_ca?: string | undefined;
1853
- }>;
1414
+ version_channel: z.ZodOptional<z.ZodString>;
1415
+ }, z.core.$strip>;
1416
+ export declare const zUpdateClusterBody: z.ZodObject<{
1417
+ name: z.ZodOptional<z.ZodString>;
1418
+ tier: z.ZodEnum<{
1419
+ basic: "basic";
1420
+ pro: "pro";
1421
+ }>;
1422
+ version_channel: z.ZodOptional<z.ZodString>;
1423
+ }, z.core.$strip>;
1424
+ export declare const zUpdateClusterPath: z.ZodObject<{
1425
+ cluster_id: z.ZodString;
1426
+ }, z.core.$strip>;
1427
+ /**
1428
+ * Successfully updated. Returns updated cluster details.
1429
+ */
1854
1430
  export declare const zUpdateClusterResponse: z.ZodObject<{
1855
1431
  name: z.ZodString;
1856
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1857
- tier: z.ZodEnum<["basic", "pro"]>;
1858
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1859
- id: z.ZodString;
1860
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1861
- 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
+ }>]>>;
1862
1455
  certificate_ca: z.ZodOptional<z.ZodString>;
1863
1456
  version_current: z.ZodOptional<z.ZodString>;
1864
1457
  created_at: z.ZodOptional<z.ZodString>;
1865
1458
  updated_at: z.ZodOptional<z.ZodString>;
1866
1459
  ready: z.ZodOptional<z.ZodBoolean>;
1867
- }, "strip", z.ZodTypeAny, {
1868
- name: string;
1869
- id: string;
1870
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1871
- version_channel: string;
1872
- tier: "basic" | "pro";
1873
- ready?: boolean | undefined;
1874
- region?: "staging" | "northamerica-central-1" | undefined;
1875
- version_current?: string | undefined;
1876
- created_at?: string | undefined;
1877
- updated_at?: string | undefined;
1878
- endpoint?: string | undefined;
1879
- certificate_ca?: string | undefined;
1880
- }, {
1881
- name: string;
1882
- id: string;
1883
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1884
- tier: "basic" | "pro";
1885
- ready?: boolean | undefined;
1886
- region?: "staging" | "northamerica-central-1" | undefined;
1887
- version_channel?: string | undefined;
1888
- version_current?: string | undefined;
1889
- created_at?: string | undefined;
1890
- updated_at?: string | undefined;
1891
- endpoint?: string | undefined;
1892
- certificate_ca?: string | undefined;
1893
- }>;
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>;
1465
+ /**
1466
+ * An object of cluster join information
1467
+ */
1894
1468
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1895
- name: z.ZodString;
1896
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1897
- tier: z.ZodEnum<["basic", "pro"]>;
1898
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1899
- id: z.ZodString;
1900
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1901
- endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
1902
- certificate_ca: z.ZodOptional<z.ZodString>;
1903
- version_current: z.ZodOptional<z.ZodString>;
1904
- created_at: z.ZodOptional<z.ZodString>;
1905
- updated_at: z.ZodOptional<z.ZodString>;
1906
- ready: z.ZodOptional<z.ZodBoolean>;
1907
- }, "strip", z.ZodTypeAny, {
1908
- name: string;
1909
- id: string;
1910
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1911
- version_channel: string;
1912
- tier: "basic" | "pro";
1913
- ready?: boolean | undefined;
1914
- region?: "staging" | "northamerica-central-1" | undefined;
1915
- version_current?: string | undefined;
1916
- created_at?: string | undefined;
1917
- updated_at?: string | undefined;
1918
- endpoint?: string | undefined;
1919
- certificate_ca?: string | undefined;
1920
- }, {
1921
- name: string;
1922
- id: string;
1923
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1924
- tier: "basic" | "pro";
1925
- ready?: boolean | undefined;
1926
- region?: "staging" | "northamerica-central-1" | undefined;
1927
- version_channel?: string | undefined;
1928
- version_current?: string | undefined;
1929
- created_at?: string | undefined;
1930
- updated_at?: string | undefined;
1931
- endpoint?: string | undefined;
1932
- certificate_ca?: string | undefined;
1933
- }>;
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>;
1486
+ /**
1487
+ * An array of invites
1488
+ */
1934
1489
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
1935
1490
  id: z.ZodOptional<z.ZodString>;
1936
- organization_id: z.ZodOptional<z.ZodString>;
1937
- date_created: z.ZodString;
1938
- email: z.ZodOptional<z.ZodString>;
1491
+ organization_id: z.ZodOptional<z.ZodUUID>;
1492
+ date_created: z.ZodISODateTime;
1493
+ email: z.ZodOptional<z.ZodEmail>;
1939
1494
  code: z.ZodOptional<z.ZodString>;
1940
- }, "strip", z.ZodTypeAny, {
1941
- date_created: string;
1942
- code?: string | undefined;
1943
- id?: string | undefined;
1944
- email?: string | undefined;
1945
- organization_id?: string | undefined;
1946
- }, {
1947
- date_created: string;
1948
- code?: string | undefined;
1949
- id?: string | undefined;
1950
- email?: string | undefined;
1951
- organization_id?: string | undefined;
1952
- }>, "many">;
1495
+ }, z.core.$strip>>;
1496
+ export declare const zCreateInviteBody: z.ZodObject<{
1497
+ email: z.ZodOptional<z.ZodString>;
1498
+ }, z.core.$strip>;
1499
+ /**
1500
+ * Successfully created. Returns created invite details.
1501
+ */
1953
1502
  export declare const zCreateInviteResponse: z.ZodObject<{
1954
1503
  id: z.ZodOptional<z.ZodString>;
1955
- organization_id: z.ZodOptional<z.ZodString>;
1956
- date_created: z.ZodString;
1957
- email: z.ZodOptional<z.ZodString>;
1504
+ organization_id: z.ZodOptional<z.ZodUUID>;
1505
+ date_created: z.ZodISODateTime;
1506
+ email: z.ZodOptional<z.ZodEmail>;
1958
1507
  code: z.ZodOptional<z.ZodString>;
1959
- }, "strip", z.ZodTypeAny, {
1960
- date_created: string;
1961
- code?: string | undefined;
1962
- id?: string | undefined;
1963
- email?: string | undefined;
1964
- organization_id?: string | undefined;
1965
- }, {
1966
- date_created: string;
1967
- code?: string | undefined;
1968
- id?: string | undefined;
1969
- email?: string | undefined;
1970
- organization_id?: string | undefined;
1971
- }>;
1508
+ }, z.core.$strip>;
1509
+ export declare const zGetInvitePath: z.ZodObject<{
1510
+ code: z.ZodString;
1511
+ }, z.core.$strip>;
1512
+ /**
1513
+ * Returns a single object containing invite details.
1514
+ */
1972
1515
  export declare const zGetInviteResponse: z.ZodObject<{
1973
1516
  id: z.ZodOptional<z.ZodString>;
1974
- organization_id: z.ZodOptional<z.ZodString>;
1975
- date_created: z.ZodString;
1976
- email: z.ZodOptional<z.ZodString>;
1517
+ organization_id: z.ZodOptional<z.ZodUUID>;
1518
+ date_created: z.ZodISODateTime;
1519
+ email: z.ZodOptional<z.ZodEmail>;
1977
1520
  code: z.ZodOptional<z.ZodString>;
1978
- }, "strip", z.ZodTypeAny, {
1979
- date_created: string;
1980
- code?: string | undefined;
1981
- id?: string | undefined;
1982
- email?: string | undefined;
1983
- organization_id?: string | undefined;
1984
- }, {
1985
- date_created: string;
1986
- code?: string | undefined;
1987
- id?: string | undefined;
1988
- email?: string | undefined;
1989
- organization_id?: string | undefined;
1990
- }>;
1521
+ }, z.core.$strip>;
1522
+ export declare const zDeleteInvitePath: z.ZodObject<{
1523
+ email: z.ZodString;
1524
+ }, z.core.$strip>;
1525
+ /**
1526
+ * An array of chart listings in the marketplace.
1527
+ */
1991
1528
  export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1992
- id: z.ZodString;
1993
1529
  name: z.ZodString;
1994
- developer: z.ZodString;
1995
- description: z.ZodString;
1996
- logoUrl: z.ZodString;
1997
- longDescription: z.ZodString;
1998
- categories: z.ZodArray<z.ZodString, "many">;
1999
- version_channels: z.ZodArray<z.ZodString, "many">;
2000
- 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;
2001
1535
  version: z.ZodString;
2002
- schema: z.ZodString;
2003
- placeholder: z.ZodString;
2004
- }, "strip", z.ZodTypeAny, {
2005
- version: string;
2006
- schema: string;
2007
- placeholder: string;
2008
- }, {
2009
- version: string;
2010
- schema: string;
2011
- placeholder: string;
2012
- }>, "many">;
2013
- }, "strip", z.ZodTypeAny, {
2014
- name: string;
2015
- id: string;
2016
- description: string;
2017
- developer: string;
2018
- logoUrl: string;
2019
- longDescription: string;
2020
- categories: string[];
2021
- version_channels: string[];
2022
- value_schemas: {
2023
- version: string;
2024
- schema: string;
2025
- placeholder: string;
2026
- }[];
2027
- }, {
2028
- name: string;
2029
- id: string;
2030
- description: string;
2031
- developer: string;
2032
- logoUrl: string;
2033
- longDescription: string;
2034
- categories: string[];
2035
- version_channels: string[];
2036
- value_schemas: {
2037
- version: string;
2038
- schema: string;
2039
- placeholder: string;
2040
- }[];
2041
- }>, "many">;
2042
- export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2043
- id: z.ZodString;
2044
- name: z.ZodString;
2045
- developer: z.ZodString;
2046
- description: z.ZodString;
2047
- logoUrl: z.ZodString;
2048
- longDescription: z.ZodString;
2049
- categories: z.ZodArray<z.ZodString, "many">;
2050
- version_channels: z.ZodArray<z.ZodString, "many">;
2051
- value_schemas: z.ZodArray<z.ZodObject<{
2052
- version: z.ZodString;
2053
- schema: z.ZodString;
2054
- placeholder: z.ZodString;
2055
- }, "strip", z.ZodTypeAny, {
2056
- version: string;
2057
- schema: string;
2058
- placeholder: string;
2059
- }, {
2060
- version: string;
2061
- schema: string;
2062
- placeholder: string;
2063
- }>, "many">;
2064
- }, "strip", z.ZodTypeAny, {
2065
- name: string;
2066
- id: string;
2067
- description: string;
2068
- developer: string;
2069
- logoUrl: string;
2070
- longDescription: string;
2071
- categories: string[];
2072
- version_channels: string[];
2073
- value_schemas: {
2074
- version: string;
2075
- schema: string;
2076
- placeholder: string;
2077
- }[];
2078
- }, {
2079
- name: string;
2080
- id: string;
2081
- description: string;
2082
- developer: string;
2083
- logoUrl: string;
2084
- longDescription: string;
2085
- categories: string[];
2086
- version_channels: string[];
2087
- value_schemas: {
2088
- version: string;
2089
- schema: string;
2090
- placeholder: string;
2091
- }[];
2092
- }>;
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>;
1553
+ /**
1554
+ * Returns an object containing the chart files for the latest matching version.
1555
+ */
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>;
1561
+ /**
1562
+ * JSON-RPC 2.0 request payload
1563
+ */
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>;
1582
+ /**
1583
+ * Returns a single object containing organization details.
1584
+ */
2093
1585
  export declare const zGetOrganizationResponse: z.ZodObject<{
2094
- id: z.ZodString;
1586
+ id: z.ZodUUID;
2095
1587
  name: z.ZodOptional<z.ZodString>;
2096
- date_created: z.ZodString;
1588
+ date_created: z.ZodISODateTime;
2097
1589
  quota: z.ZodObject<{
2098
- basic_clusters_max: z.ZodNumber;
2099
- basic_clusters_available: z.ZodNumber;
2100
- pro_clusters_max: z.ZodNumber;
2101
- pro_clusters_available: z.ZodNumber;
2102
- fleets_max: z.ZodNumber;
2103
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
2104
- 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>;
2105
1597
  versions: z.ZodArray<z.ZodObject<{
2106
1598
  id: z.ZodString;
2107
1599
  label: z.ZodString;
2108
- }, "strip", z.ZodTypeAny, {
2109
- id: string;
2110
- label: string;
2111
- }, {
2112
- id: string;
2113
- label: string;
2114
- }>, "many">;
2115
- }, "strip", z.ZodTypeAny, {
2116
- versions: {
2117
- id: string;
2118
- label: string;
2119
- }[];
2120
- basic_clusters_max: number;
2121
- basic_clusters_available: number;
2122
- pro_clusters_max: number;
2123
- pro_clusters_available: number;
2124
- fleets_max: number;
2125
- cluster_tiers: string[];
2126
- regions: string[];
2127
- }, {
2128
- versions: {
2129
- id: string;
2130
- label: string;
2131
- }[];
2132
- basic_clusters_max: number;
2133
- basic_clusters_available: number;
2134
- pro_clusters_max: number;
2135
- pro_clusters_available: number;
2136
- fleets_max: number;
2137
- cluster_tiers: string[];
2138
- 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";
2139
1609
  }>;
2140
- status: z.ZodEnum<["active", "closed", "suspended"]>;
2141
- }, "strip", z.ZodTypeAny, {
2142
- id: string;
2143
- status: "active" | "closed" | "suspended";
2144
- date_created: string;
2145
- quota: {
2146
- versions: {
2147
- id: string;
2148
- label: string;
2149
- }[];
2150
- basic_clusters_max: number;
2151
- basic_clusters_available: number;
2152
- pro_clusters_max: number;
2153
- pro_clusters_available: number;
2154
- fleets_max: number;
2155
- cluster_tiers: string[];
2156
- regions: string[];
2157
- };
2158
- name?: string | undefined;
2159
- }, {
2160
- id: string;
2161
- status: "active" | "closed" | "suspended";
2162
- date_created: string;
2163
- quota: {
2164
- versions: {
2165
- id: string;
2166
- label: string;
2167
- }[];
2168
- basic_clusters_max: number;
2169
- basic_clusters_available: number;
2170
- pro_clusters_max: number;
2171
- pro_clusters_available: number;
2172
- fleets_max: number;
2173
- cluster_tiers: string[];
2174
- regions: string[];
2175
- };
2176
- name?: string | undefined;
2177
- }>;
1610
+ }, z.core.$strip>;
1611
+ export declare const zCreateOrganizationBody: z.ZodObject<{
1612
+ email: z.ZodEmail;
1613
+ first_name: z.ZodString;
1614
+ last_name: z.ZodString;
1615
+ company_name: z.ZodString;
1616
+ password: z.ZodString;
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>;
1687
+ /**
1688
+ * Returns a list of access token details with masked secrets.
1689
+ */
2178
1690
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2179
1691
  name: z.ZodString;
2180
- role: z.ZodEnum<["Administrator", "User"]>;
1692
+ role: z.ZodEnum<{
1693
+ Administrator: "Administrator";
1694
+ User: "User";
1695
+ }>;
2181
1696
  id: z.ZodOptional<z.ZodString>;
2182
1697
  secret: z.ZodOptional<z.ZodString>;
2183
- date_created: z.ZodString;
2184
- }, "strip", z.ZodTypeAny, {
2185
- name: string;
2186
- role: "Administrator" | "User";
2187
- date_created: string;
2188
- id?: string | undefined;
2189
- secret?: string | undefined;
2190
- }, {
2191
- name: string;
2192
- role: "Administrator" | "User";
2193
- date_created: string;
2194
- id?: string | undefined;
2195
- secret?: string | undefined;
2196
- }>, "many">;
1698
+ date_created: z.ZodISODateTime;
1699
+ }, z.core.$strip>>;
1700
+ export declare const zCreateTokenBody: z.ZodObject<{
1701
+ name: z.ZodString;
1702
+ role: z.ZodEnum<{
1703
+ Administrator: "Administrator";
1704
+ User: "User";
1705
+ }>;
1706
+ }, z.core.$strip>;
1707
+ /**
1708
+ * Successfully created. Returns created token details with unmasked/raw secret.
1709
+ */
2197
1710
  export declare const zCreateTokenResponse: z.ZodObject<{
2198
1711
  name: z.ZodString;
2199
- role: z.ZodEnum<["Administrator", "User"]>;
1712
+ role: z.ZodEnum<{
1713
+ Administrator: "Administrator";
1714
+ User: "User";
1715
+ }>;
2200
1716
  id: z.ZodOptional<z.ZodString>;
2201
1717
  secret: z.ZodOptional<z.ZodString>;
2202
- date_created: z.ZodString;
2203
- }, "strip", z.ZodTypeAny, {
2204
- name: string;
2205
- role: "Administrator" | "User";
2206
- date_created: string;
2207
- id?: string | undefined;
2208
- secret?: string | undefined;
2209
- }, {
2210
- name: string;
2211
- role: "Administrator" | "User";
2212
- date_created: string;
2213
- id?: string | undefined;
2214
- secret?: string | undefined;
2215
- }>;
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>;
1726
+ /**
1727
+ * Returns access token details with masked secret.
1728
+ */
2216
1729
  export declare const zGetTokenResponse: z.ZodObject<{
2217
1730
  name: z.ZodString;
2218
- role: z.ZodEnum<["Administrator", "User"]>;
1731
+ role: z.ZodEnum<{
1732
+ Administrator: "Administrator";
1733
+ User: "User";
1734
+ }>;
2219
1735
  id: z.ZodOptional<z.ZodString>;
2220
1736
  secret: z.ZodOptional<z.ZodString>;
2221
- date_created: z.ZodString;
2222
- }, "strip", z.ZodTypeAny, {
2223
- name: string;
2224
- role: "Administrator" | "User";
2225
- date_created: string;
2226
- id?: string | undefined;
2227
- secret?: string | undefined;
2228
- }, {
2229
- name: string;
2230
- role: "Administrator" | "User";
2231
- date_created: string;
2232
- id?: string | undefined;
2233
- secret?: string | undefined;
2234
- }>;
1737
+ date_created: z.ZodISODateTime;
1738
+ }, z.core.$strip>;
1739
+ export declare const zUpdateTokenBody: z.ZodObject<{
1740
+ name: z.ZodOptional<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>;
1749
+ /**
1750
+ * Successfully updated. Returns updated token details with masked secret.
1751
+ */
2235
1752
  export declare const zUpdateTokenResponse: z.ZodObject<{
2236
1753
  name: z.ZodString;
2237
- role: z.ZodEnum<["Administrator", "User"]>;
1754
+ role: z.ZodEnum<{
1755
+ Administrator: "Administrator";
1756
+ User: "User";
1757
+ }>;
2238
1758
  id: z.ZodOptional<z.ZodString>;
2239
1759
  secret: z.ZodOptional<z.ZodString>;
2240
- date_created: z.ZodString;
2241
- }, "strip", z.ZodTypeAny, {
2242
- name: string;
2243
- role: "Administrator" | "User";
2244
- date_created: string;
2245
- id?: string | undefined;
2246
- secret?: string | undefined;
2247
- }, {
2248
- name: string;
2249
- role: "Administrator" | "User";
2250
- date_created: string;
2251
- id?: string | undefined;
2252
- secret?: string | undefined;
2253
- }>;
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>;
1765
+ /**
1766
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
1767
+ */
2254
1768
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2255
1769
  name: z.ZodString;
2256
- role: z.ZodEnum<["Administrator", "User"]>;
1770
+ role: z.ZodEnum<{
1771
+ Administrator: "Administrator";
1772
+ User: "User";
1773
+ }>;
2257
1774
  id: z.ZodOptional<z.ZodString>;
2258
1775
  secret: z.ZodOptional<z.ZodString>;
2259
- date_created: z.ZodString;
2260
- }, "strip", z.ZodTypeAny, {
2261
- name: string;
2262
- role: "Administrator" | "User";
2263
- date_created: string;
2264
- id?: string | undefined;
2265
- secret?: string | undefined;
2266
- }, {
2267
- name: string;
2268
- role: "Administrator" | "User";
2269
- date_created: string;
2270
- id?: string | undefined;
2271
- secret?: string | undefined;
2272
- }>;
1776
+ date_created: z.ZodISODateTime;
1777
+ }, z.core.$strip>;
1778
+ export declare const zListUserOrganizationsPath: z.ZodObject<{
1779
+ email: z.ZodString;
1780
+ }, z.core.$strip>;
1781
+ /**
1782
+ * An array of organizations the user belongs to.
1783
+ */
2273
1784
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2274
1785
  realm: z.ZodOptional<z.ZodString>;
2275
1786
  displayName: z.ZodOptional<z.ZodString>;
2276
- }, "strip", z.ZodTypeAny, {
2277
- realm?: string | undefined;
2278
- displayName?: string | undefined;
2279
- }, {
2280
- realm?: string | undefined;
2281
- displayName?: string | undefined;
2282
- }>, "many">;
1787
+ }, z.core.$strip>>;
1788
+ /**
1789
+ * An array of users
1790
+ */
2283
1791
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2284
- email: z.ZodString;
1792
+ email: z.ZodEmail;
2285
1793
  first_name: z.ZodString;
2286
1794
  last_name: z.ZodString;
2287
- role: z.ZodEnum<["Administrator", "User"]>;
2288
- status: z.ZodEnum<["active", "inactive"]>;
2289
- id: z.ZodString;
2290
- date_created: z.ZodString;
2291
- }, "strip", z.ZodTypeAny, {
2292
- id: string;
2293
- role: "Administrator" | "User";
2294
- email: string;
2295
- status: "active" | "inactive";
2296
- first_name: string;
2297
- last_name: string;
2298
- date_created: string;
2299
- }, {
2300
- id: string;
2301
- role: "Administrator" | "User";
2302
- email: string;
2303
- status: "active" | "inactive";
2304
- first_name: string;
2305
- last_name: string;
2306
- date_created: string;
2307
- }>, "many">;
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;
1808
+ first_name: z.ZodString;
1809
+ last_name: z.ZodString;
1810
+ code: z.ZodString;
1811
+ password: z.ZodString;
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>;
1821
+ /**
1822
+ * Successfully created. Returns created user details.
1823
+ */
2308
1824
  export declare const zCreateUserResponse: z.ZodObject<{
2309
- email: z.ZodString;
1825
+ email: z.ZodEmail;
2310
1826
  first_name: z.ZodString;
2311
1827
  last_name: z.ZodString;
2312
- role: z.ZodEnum<["Administrator", "User"]>;
2313
- status: z.ZodEnum<["active", "inactive"]>;
2314
- id: z.ZodString;
2315
- date_created: z.ZodString;
2316
- }, "strip", z.ZodTypeAny, {
2317
- id: string;
2318
- role: "Administrator" | "User";
2319
- email: string;
2320
- status: "active" | "inactive";
2321
- first_name: string;
2322
- last_name: string;
2323
- date_created: string;
2324
- }, {
2325
- id: string;
2326
- role: "Administrator" | "User";
2327
- email: string;
2328
- status: "active" | "inactive";
2329
- first_name: string;
2330
- last_name: string;
2331
- date_created: string;
2332
- }>;
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>;
1842
+ /**
1843
+ * User profile information
1844
+ */
2333
1845
  export declare const zDeleteUserResponse: z.ZodObject<{
2334
- email: z.ZodString;
1846
+ email: z.ZodEmail;
2335
1847
  first_name: z.ZodString;
2336
1848
  last_name: z.ZodString;
2337
- role: z.ZodEnum<["Administrator", "User"]>;
2338
- status: z.ZodEnum<["active", "inactive"]>;
2339
- id: z.ZodString;
2340
- date_created: z.ZodString;
2341
- }, "strip", z.ZodTypeAny, {
2342
- id: string;
2343
- role: "Administrator" | "User";
2344
- email: string;
2345
- status: "active" | "inactive";
2346
- first_name: string;
2347
- last_name: string;
2348
- date_created: string;
2349
- }, {
2350
- id: string;
2351
- role: "Administrator" | "User";
2352
- email: string;
2353
- status: "active" | "inactive";
2354
- first_name: string;
2355
- last_name: string;
2356
- date_created: string;
2357
- }>;
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>;
1863
+ /**
1864
+ * User profile information
1865
+ */
2358
1866
  export declare const zGetUserResponse: z.ZodObject<{
2359
- email: z.ZodString;
1867
+ email: z.ZodEmail;
2360
1868
  first_name: z.ZodString;
2361
1869
  last_name: z.ZodString;
2362
- role: z.ZodEnum<["Administrator", "User"]>;
2363
- status: z.ZodEnum<["active", "inactive"]>;
2364
- id: z.ZodString;
2365
- date_created: z.ZodString;
2366
- }, "strip", z.ZodTypeAny, {
2367
- id: string;
2368
- role: "Administrator" | "User";
2369
- email: string;
2370
- status: "active" | "inactive";
2371
- first_name: string;
2372
- last_name: string;
2373
- date_created: string;
2374
- }, {
2375
- id: string;
2376
- role: "Administrator" | "User";
2377
- email: string;
2378
- status: "active" | "inactive";
2379
- first_name: string;
2380
- last_name: string;
2381
- date_created: string;
2382
- }>;
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>;
1883
+ first_name: z.ZodOptional<z.ZodString>;
1884
+ last_name: z.ZodOptional<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>;
1897
+ /**
1898
+ * Successfully created. Returns created user details.
1899
+ */
2383
1900
  export declare const zUpdateUserResponse: z.ZodObject<{
2384
- email: z.ZodString;
1901
+ email: z.ZodEmail;
2385
1902
  first_name: z.ZodString;
2386
1903
  last_name: z.ZodString;
2387
- role: z.ZodEnum<["Administrator", "User"]>;
2388
- status: z.ZodEnum<["active", "inactive"]>;
2389
- id: z.ZodString;
2390
- date_created: z.ZodString;
2391
- }, "strip", z.ZodTypeAny, {
2392
- id: string;
2393
- role: "Administrator" | "User";
2394
- email: string;
2395
- status: "active" | "inactive";
2396
- first_name: string;
2397
- last_name: string;
2398
- date_created: string;
2399
- }, {
2400
- id: string;
2401
- role: "Administrator" | "User";
2402
- email: string;
2403
- status: "active" | "inactive";
2404
- first_name: string;
2405
- last_name: string;
2406
- date_created: string;
2407
- }>;
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>;
2408
1915
  //# sourceMappingURL=zod.gen.d.ts.map