@cloudfleet/sdk 0.0.1-638a41b → 0.0.1-63d2c38

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 (83) 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 +13 -0
  18. package/dist/client.gen.d.ts.map +1 -0
  19. package/dist/client.gen.js +4 -0
  20. package/dist/client.gen.js.map +1 -0
  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/index.d.ts +3 -0
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index.js +3 -0
  56. package/dist/index.js.map +1 -1
  57. package/dist/schemas.gen.d.ts +983 -887
  58. package/dist/schemas.gen.d.ts.map +1 -1
  59. package/dist/schemas.gen.js +1458 -937
  60. package/dist/schemas.gen.js.map +1 -1
  61. package/dist/sdk.gen.d.ts +216 -142
  62. package/dist/sdk.gen.d.ts.map +1 -1
  63. package/dist/sdk.gen.js +269 -226
  64. package/dist/sdk.gen.js.map +1 -1
  65. package/dist/services/kubernetes/api.d.ts +196 -0
  66. package/dist/services/kubernetes/api.d.ts.map +1 -0
  67. package/dist/services/kubernetes/api.js +140 -0
  68. package/dist/services/kubernetes/api.js.map +1 -0
  69. package/dist/services/kubernetes/index.d.ts +44 -0
  70. package/dist/services/kubernetes/index.d.ts.map +1 -0
  71. package/dist/services/kubernetes/index.js +68 -0
  72. package/dist/services/kubernetes/index.js.map +1 -0
  73. package/dist/services/kubernetes/types.d.ts +1335 -0
  74. package/dist/services/kubernetes/types.d.ts.map +1 -0
  75. package/dist/services/kubernetes/types.js +2 -0
  76. package/dist/services/kubernetes/types.js.map +1 -0
  77. package/dist/types.gen.d.ts +914 -785
  78. package/dist/types.gen.d.ts.map +1 -1
  79. package/dist/zod.gen.d.ts +1678 -2400
  80. package/dist/zod.gen.d.ts.map +1 -1
  81. package/dist/zod.gen.js +673 -841
  82. package/dist/zod.gen.js.map +1 -1
  83. package/package.json +12 -5
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,1485 +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;
14
- }, "strip", z.ZodTypeAny, {
15
- email: string;
16
- first_name: string;
17
- last_name: string;
18
- state?: string | undefined;
19
- country?: string | undefined;
20
- company?: string | undefined;
21
- address1?: string | undefined;
22
- address2?: string | undefined;
23
- postalCode?: string | undefined;
24
- city?: string | undefined;
25
- phone?: string | undefined;
26
- }, {
27
- email: string;
28
- first_name: string;
29
- last_name: string;
30
- state?: string | undefined;
31
- country?: string | undefined;
32
- company?: string | undefined;
33
- address1?: string | undefined;
34
- address2?: string | undefined;
35
- postalCode?: string | undefined;
36
- city?: string | undefined;
37
- phone?: string | undefined;
38
- }>;
11
+ email: z.ZodEmail;
12
+ individual_name: z.ZodString;
13
+ tax_id: z.ZodOptional<z.ZodString>;
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>;
145
+ export declare const zBillingCredits: z.ZodObject<{
146
+ id: z.ZodOptional<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>;
153
+ code: z.ZodString;
154
+ description: z.ZodOptional<z.ZodString>;
155
+ value_total: z.ZodNumber;
156
+ value_remaining: z.ZodOptional<z.ZodNumber>;
157
+ }, z.core.$strip>;
158
+ export declare const zChartCreateInput: z.ZodObject<{
159
+ values: z.ZodString;
160
+ version_channel: z.ZodString;
161
+ name: z.ZodString;
162
+ namespace: z.ZodString;
163
+ chart: z.ZodString;
164
+ }, z.core.$strip>;
165
+ export declare const zChart: z.ZodObject<{
166
+ values: z.ZodString;
167
+ version_channel: z.ZodString;
168
+ name: z.ZodString;
169
+ namespace: z.ZodString;
170
+ chart: z.ZodString;
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
+ }>;
187
+ version_current: z.ZodString;
188
+ created_at: z.ZodString;
189
+ updated_at: z.ZodString;
190
+ ready: z.ZodBoolean;
191
+ }, z.core.$strip>;
192
+ export declare const zChartUpdateInput: z.ZodObject<{
193
+ values: z.ZodString;
194
+ version_channel: z.ZodString;
195
+ }, z.core.$strip>;
39
196
  export declare const zClusterCreateInput: z.ZodObject<{
40
197
  name: z.ZodString;
41
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
42
- tier: z.ZodEnum<["basic", "pro"]>;
43
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
44
- }, "strip", z.ZodTypeAny, {
45
- name: string;
46
- tier: "basic" | "pro";
47
- version_channel: string;
48
- region?: "staging" | "northamerica-central-1" | undefined;
49
- }, {
50
- name: string;
51
- tier: "basic" | "pro";
52
- region?: "staging" | "northamerica-central-1" | undefined;
53
- version_channel?: string | undefined;
54
- }>;
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>;
55
215
  export declare const zClusterJoinInformation: z.ZodObject<{
56
216
  certificate_authority: z.ZodString;
57
- endpoint: z.ZodString;
217
+ endpoint: z.ZodURL;
218
+ cluster_dns: z.ZodString;
58
219
  auth_key: z.ZodString;
59
220
  bootstrap_token: z.ZodString;
60
221
  versions: z.ZodObject<{
61
222
  kubernetes: z.ZodString;
62
223
  tailscale: z.ZodString;
63
224
  containerd: z.ZodString;
64
- }, "strip", z.ZodTypeAny, {
65
- kubernetes: string;
66
- tailscale: string;
67
- containerd: string;
68
- }, {
69
- kubernetes: string;
70
- tailscale: string;
71
- containerd: string;
72
- }>;
225
+ nvidia_driver: z.ZodString;
226
+ }, z.core.$strip>;
73
227
  third_party_api_access_config: z.ZodObject<{
74
228
  metadata_url: z.ZodString;
75
229
  aws_role_arn: z.ZodString;
76
230
  gcp_workload_identity_provider: z.ZodString;
77
- }, "strip", z.ZodTypeAny, {
78
- metadata_url: string;
79
- aws_role_arn: string;
80
- gcp_workload_identity_provider: string;
81
- }, {
82
- metadata_url: string;
83
- aws_role_arn: string;
84
- gcp_workload_identity_provider: string;
85
- }>;
86
- }, "strip", z.ZodTypeAny, {
87
- certificate_authority: string;
88
- endpoint: string;
89
- auth_key: string;
90
- bootstrap_token: string;
91
- versions: {
92
- kubernetes: string;
93
- tailscale: string;
94
- containerd: string;
95
- };
96
- third_party_api_access_config: {
97
- metadata_url: string;
98
- aws_role_arn: string;
99
- gcp_workload_identity_provider: string;
100
- };
101
- }, {
102
- certificate_authority: string;
103
- endpoint: string;
104
- auth_key: string;
105
- bootstrap_token: string;
106
- versions: {
107
- kubernetes: string;
108
- tailscale: string;
109
- containerd: string;
110
- };
111
- third_party_api_access_config: {
112
- metadata_url: string;
113
- aws_role_arn: string;
114
- gcp_workload_identity_provider: string;
115
- };
116
- }>;
231
+ }, z.core.$strip>;
232
+ }, z.core.$strip>;
117
233
  export declare const zCluster: z.ZodObject<{
118
234
  name: z.ZodString;
119
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
120
- tier: z.ZodEnum<["basic", "pro"]>;
121
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
122
- id: z.ZodString;
123
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
124
- 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
+ }>]>>;
125
258
  certificate_ca: z.ZodOptional<z.ZodString>;
126
259
  version_current: z.ZodOptional<z.ZodString>;
127
260
  created_at: z.ZodOptional<z.ZodString>;
128
261
  updated_at: z.ZodOptional<z.ZodString>;
129
262
  ready: z.ZodOptional<z.ZodBoolean>;
130
- }, "strip", z.ZodTypeAny, {
131
- name: string;
132
- id: string;
133
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
134
- tier: "basic" | "pro";
135
- version_channel: string;
136
- region?: "staging" | "northamerica-central-1" | undefined;
137
- endpoint?: string | undefined;
138
- certificate_ca?: string | undefined;
139
- version_current?: string | undefined;
140
- created_at?: string | undefined;
141
- updated_at?: string | undefined;
142
- ready?: boolean | undefined;
143
- }, {
144
- name: string;
145
- id: string;
146
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
147
- tier: "basic" | "pro";
148
- region?: "staging" | "northamerica-central-1" | undefined;
149
- endpoint?: string | undefined;
150
- version_channel?: string | undefined;
151
- certificate_ca?: string | undefined;
152
- version_current?: string | undefined;
153
- created_at?: string | undefined;
154
- updated_at?: string | undefined;
155
- ready?: boolean | undefined;
156
- }>;
263
+ version_channel: z.ZodOptional<z.ZodString>;
264
+ }, z.core.$strip>;
157
265
  export declare const zClusterUpdateInput: z.ZodObject<{
158
266
  name: z.ZodOptional<z.ZodString>;
267
+ tier: z.ZodEnum<{
268
+ basic: "basic";
269
+ pro: "pro";
270
+ }>;
159
271
  version_channel: z.ZodOptional<z.ZodString>;
160
- }, "strip", z.ZodTypeAny, {
161
- name?: string | undefined;
162
- version_channel?: string | undefined;
163
- }, {
164
- name?: string | undefined;
165
- version_channel?: string | undefined;
166
- }>;
272
+ }, z.core.$strip>;
167
273
  export declare const zFleetCreateInput: z.ZodObject<{
168
274
  limits: z.ZodOptional<z.ZodObject<{
169
275
  cpu: z.ZodNumber;
170
- }, "strip", z.ZodTypeAny, {
171
- cpu: number;
172
- }, {
173
- cpu: number;
174
- }>>;
276
+ }, z.core.$strip>>;
175
277
  gcp: z.ZodOptional<z.ZodObject<{
176
278
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
177
279
  project: z.ZodString;
178
- }, "strip", z.ZodTypeAny, {
179
- project: string;
180
- enabled: boolean;
181
- }, {
182
- project: string;
183
- enabled?: boolean | undefined;
184
- }>>;
185
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
280
+ }, z.core.$strip>>;
281
+ hetzner: z.ZodOptional<z.ZodObject<{
186
282
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
187
- apiKey: z.ZodOptional<z.ZodString>;
188
- }, "strip", z.ZodTypeAny, {
189
- enabled: boolean;
190
- apiKey?: string | undefined;
191
- }, {
192
- apiKey?: string | undefined;
193
- enabled?: boolean | undefined;
194
- }>, z.ZodObject<{
195
- apiKey: z.ZodOptional<z.ZodString>;
196
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
197
- }, "strip", z.ZodTypeAny, {
198
- enabled: boolean;
199
- apiKey?: string | undefined;
200
- }, {
201
- apiKey?: string | undefined;
202
- enabled?: boolean | undefined;
203
- }>]>>;
283
+ apiKey: z.ZodString;
284
+ }, z.core.$strip>>;
204
285
  aws: z.ZodOptional<z.ZodObject<{
205
286
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
206
287
  controllerRoleArn: z.ZodString;
207
- }, "strip", z.ZodTypeAny, {
208
- controllerRoleArn: string;
209
- enabled: boolean;
210
- }, {
211
- controllerRoleArn: string;
212
- enabled?: boolean | undefined;
213
- }>>;
288
+ }, z.core.$strip>>;
214
289
  id: z.ZodString;
215
- type: z.ZodEnum<["managed", "connected"]>;
216
- }, "strip", z.ZodTypeAny, {
217
- type: "connected" | "managed";
218
- id: string;
219
- limits?: {
220
- cpu: number;
221
- } | undefined;
222
- gcp?: {
223
- project: string;
224
- enabled: boolean;
225
- } | undefined;
226
- hetzner?: {
227
- enabled: boolean;
228
- apiKey?: string | undefined;
229
- } | {
230
- enabled: boolean;
231
- apiKey?: string | undefined;
232
- } | undefined;
233
- aws?: {
234
- controllerRoleArn: string;
235
- enabled: boolean;
236
- } | undefined;
237
- }, {
238
- type: "connected" | "managed";
239
- id: string;
240
- limits?: {
241
- cpu: number;
242
- } | undefined;
243
- gcp?: {
244
- project: string;
245
- enabled?: boolean | undefined;
246
- } | undefined;
247
- hetzner?: {
248
- apiKey?: string | undefined;
249
- enabled?: boolean | undefined;
250
- } | {
251
- apiKey?: string | undefined;
252
- enabled?: boolean | undefined;
253
- } | undefined;
254
- aws?: {
255
- controllerRoleArn: string;
256
- enabled?: boolean | undefined;
257
- } | undefined;
258
- }>;
290
+ }, z.core.$strip>;
259
291
  export declare const zFleet: z.ZodObject<{
260
292
  limits: z.ZodOptional<z.ZodObject<{
261
293
  cpu: z.ZodNumber;
262
- }, "strip", z.ZodTypeAny, {
263
- cpu: number;
264
- }, {
265
- cpu: number;
266
- }>>;
294
+ }, z.core.$strip>>;
267
295
  gcp: z.ZodOptional<z.ZodObject<{
268
296
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
269
297
  project: z.ZodString;
270
- }, "strip", z.ZodTypeAny, {
271
- project: string;
272
- enabled: boolean;
273
- }, {
274
- project: string;
275
- enabled?: boolean | undefined;
276
- }>>;
277
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
278
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
279
- apiKey: z.ZodOptional<z.ZodString>;
280
- }, "strip", z.ZodTypeAny, {
281
- enabled: boolean;
282
- apiKey?: string | undefined;
283
- }, {
284
- apiKey?: string | undefined;
285
- enabled?: boolean | undefined;
286
- }>, z.ZodObject<{
287
- apiKey: z.ZodOptional<z.ZodString>;
298
+ }, z.core.$strip>>;
299
+ hetzner: z.ZodOptional<z.ZodObject<{
288
300
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
289
- }, "strip", z.ZodTypeAny, {
290
- enabled: boolean;
291
- apiKey?: string | undefined;
292
- }, {
293
- apiKey?: string | undefined;
294
- enabled?: boolean | undefined;
295
- }>]>>;
301
+ apiKey: z.ZodString;
302
+ }, z.core.$strip>>;
296
303
  aws: z.ZodOptional<z.ZodObject<{
297
304
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
298
305
  controllerRoleArn: z.ZodString;
299
- }, "strip", z.ZodTypeAny, {
300
- controllerRoleArn: string;
301
- enabled: boolean;
302
- }, {
303
- controllerRoleArn: string;
304
- enabled?: boolean | undefined;
305
- }>>;
306
+ }, z.core.$strip>>;
306
307
  id: z.ZodString;
307
- type: z.ZodEnum<["managed", "connected"]>;
308
- }, "strip", z.ZodTypeAny, {
309
- type: "connected" | "managed";
310
- id: string;
311
- limits?: {
312
- cpu: number;
313
- } | undefined;
314
- gcp?: {
315
- project: string;
316
- enabled: boolean;
317
- } | undefined;
318
- hetzner?: {
319
- enabled: boolean;
320
- apiKey?: string | undefined;
321
- } | {
322
- enabled: boolean;
323
- apiKey?: string | undefined;
324
- } | undefined;
325
- aws?: {
326
- controllerRoleArn: string;
327
- enabled: boolean;
328
- } | undefined;
329
- }, {
330
- type: "connected" | "managed";
331
- id: string;
332
- limits?: {
333
- cpu: number;
334
- } | undefined;
335
- gcp?: {
336
- project: string;
337
- enabled?: boolean | undefined;
338
- } | undefined;
339
- hetzner?: {
340
- apiKey?: string | undefined;
341
- enabled?: boolean | undefined;
342
- } | {
343
- apiKey?: string | undefined;
344
- enabled?: boolean | undefined;
345
- } | undefined;
346
- aws?: {
347
- controllerRoleArn: string;
348
- enabled?: boolean | undefined;
349
- } | undefined;
350
- }>;
308
+ }, z.core.$strip>;
351
309
  export declare const zFleetUpdateInput: z.ZodObject<{
352
310
  limits: z.ZodOptional<z.ZodObject<{
353
311
  cpu: z.ZodNumber;
354
- }, "strip", z.ZodTypeAny, {
355
- cpu: number;
356
- }, {
357
- cpu: number;
358
- }>>;
312
+ }, z.core.$strip>>;
359
313
  gcp: z.ZodOptional<z.ZodObject<{
360
314
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
361
315
  project: z.ZodString;
362
- }, "strip", z.ZodTypeAny, {
363
- project: string;
364
- enabled: boolean;
365
- }, {
366
- project: string;
367
- enabled?: boolean | undefined;
368
- }>>;
369
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
316
+ }, z.core.$strip>>;
317
+ hetzner: z.ZodOptional<z.ZodObject<{
370
318
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
371
- apiKey: z.ZodOptional<z.ZodString>;
372
- }, "strip", z.ZodTypeAny, {
373
- enabled: boolean;
374
- apiKey?: string | undefined;
375
- }, {
376
- apiKey?: string | undefined;
377
- enabled?: boolean | undefined;
378
- }>, z.ZodObject<{
379
- apiKey: z.ZodOptional<z.ZodString>;
380
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
381
- }, "strip", z.ZodTypeAny, {
382
- enabled: boolean;
383
- apiKey?: string | undefined;
384
- }, {
385
- apiKey?: string | undefined;
386
- enabled?: boolean | undefined;
387
- }>]>>;
319
+ apiKey: z.ZodString;
320
+ }, z.core.$strip>>;
388
321
  aws: z.ZodOptional<z.ZodObject<{
389
322
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
323
  controllerRoleArn: z.ZodString;
391
- }, "strip", z.ZodTypeAny, {
392
- controllerRoleArn: string;
393
- enabled: boolean;
394
- }, {
395
- controllerRoleArn: string;
396
- enabled?: boolean | undefined;
397
- }>>;
398
- }, "strip", z.ZodTypeAny, {
399
- limits?: {
400
- cpu: number;
401
- } | undefined;
402
- gcp?: {
403
- project: string;
404
- enabled: boolean;
405
- } | undefined;
406
- hetzner?: {
407
- enabled: boolean;
408
- apiKey?: string | undefined;
409
- } | {
410
- enabled: boolean;
411
- apiKey?: string | undefined;
412
- } | undefined;
413
- aws?: {
414
- controllerRoleArn: string;
415
- enabled: boolean;
416
- } | undefined;
417
- }, {
418
- limits?: {
419
- cpu: number;
420
- } | undefined;
421
- gcp?: {
422
- project: string;
423
- enabled?: boolean | undefined;
424
- } | undefined;
425
- hetzner?: {
426
- apiKey?: string | undefined;
427
- enabled?: boolean | undefined;
428
- } | {
429
- apiKey?: string | undefined;
430
- enabled?: boolean | undefined;
431
- } | undefined;
432
- aws?: {
433
- controllerRoleArn: string;
434
- enabled?: boolean | undefined;
435
- } | undefined;
436
- }>;
437
- export declare const zInfrastructureFilter: z.ZodObject<{
438
- version: z.ZodOptional<z.ZodUnknown>;
439
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
440
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
441
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
442
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
443
- instance_type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
444
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
445
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
446
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
447
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
448
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
449
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
450
- memory_min: z.ZodOptional<z.ZodNumber>;
451
- memory_max: z.ZodOptional<z.ZodNumber>;
452
- vcpu_min: z.ZodOptional<z.ZodNumber>;
453
- vcpu_max: z.ZodOptional<z.ZodNumber>;
454
- storage_total_min: z.ZodOptional<z.ZodNumber>;
455
- storage_total_max: z.ZodOptional<z.ZodNumber>;
456
- storage_local_min: z.ZodOptional<z.ZodNumber>;
457
- storage_local_max: z.ZodOptional<z.ZodNumber>;
458
- price_min: z.ZodOptional<z.ZodNumber>;
459
- price_max: z.ZodOptional<z.ZodNumber>;
460
- }, "strip", z.ZodTypeAny, {
461
- region?: string[] | undefined;
462
- provider?: string[] | undefined;
463
- sub_region?: string[] | undefined;
464
- csp_region?: string[] | undefined;
465
- instance_type?: string[] | undefined;
466
- version?: unknown;
467
- accelerator_name?: string[] | undefined;
468
- accelerator_manufacturer?: string[] | undefined;
469
- accelerator_count_min?: number | undefined;
470
- accelerator_count_max?: number | undefined;
471
- accelerator_memory_min?: number | undefined;
472
- accelerator_memory_max?: number | undefined;
473
- memory_min?: number | undefined;
474
- memory_max?: number | undefined;
475
- vcpu_min?: number | undefined;
476
- vcpu_max?: number | undefined;
477
- storage_total_min?: number | undefined;
478
- storage_total_max?: number | undefined;
479
- storage_local_min?: number | undefined;
480
- storage_local_max?: number | undefined;
481
- price_min?: number | undefined;
482
- price_max?: number | undefined;
483
- }, {
484
- region?: string[] | undefined;
485
- provider?: string[] | undefined;
486
- sub_region?: string[] | undefined;
487
- csp_region?: string[] | undefined;
488
- instance_type?: string[] | undefined;
489
- version?: unknown;
490
- accelerator_name?: string[] | undefined;
491
- accelerator_manufacturer?: string[] | undefined;
492
- accelerator_count_min?: number | undefined;
493
- accelerator_count_max?: number | undefined;
494
- accelerator_memory_min?: number | undefined;
495
- accelerator_memory_max?: number | undefined;
496
- memory_min?: number | undefined;
497
- memory_max?: number | undefined;
498
- vcpu_min?: number | undefined;
499
- vcpu_max?: number | undefined;
500
- storage_total_min?: number | undefined;
501
- storage_total_max?: number | undefined;
502
- storage_local_min?: number | undefined;
503
- storage_local_max?: number | undefined;
504
- price_min?: number | undefined;
505
- price_max?: number | undefined;
506
- }>;
507
- export declare const zInfrastructureInstance: z.ZodObject<{
508
- sku: z.ZodString;
509
- provider: z.ZodString;
510
- region: z.ZodString;
511
- sub_region: z.ZodString;
512
- csp_region: z.ZodString;
513
- csp_zone: z.ZodString;
514
- instance_type: z.ZodString;
515
- architecture: z.ZodString;
516
- os: z.ZodString;
517
- vcpu: z.ZodNumber;
518
- memory: z.ZodNumber;
519
- local_storage: z.ZodNumber;
520
- accelerator_name: z.ZodOptional<z.ZodString>;
521
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
522
- accelerator_count: z.ZodOptional<z.ZodNumber>;
523
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
524
- pods_capacity: z.ZodOptional<z.ZodNumber>;
525
- capacity_type: z.ZodOptional<z.ZodString>;
526
- price: z.ZodNumber;
527
- available: z.ZodOptional<z.ZodBoolean>;
528
- }, "strip", z.ZodTypeAny, {
529
- memory: number;
530
- region: string;
531
- sku: string;
532
- provider: string;
533
- sub_region: string;
534
- csp_region: string;
535
- csp_zone: string;
536
- instance_type: string;
537
- architecture: string;
538
- os: string;
539
- vcpu: number;
540
- local_storage: number;
541
- price: number;
542
- accelerator_name?: string | undefined;
543
- accelerator_manufacturer?: string | undefined;
544
- accelerator_count?: number | undefined;
545
- accelerator_memory?: number | undefined;
546
- pods_capacity?: number | undefined;
547
- capacity_type?: string | undefined;
548
- available?: boolean | undefined;
549
- }, {
550
- memory: number;
551
- region: string;
552
- sku: string;
553
- provider: string;
554
- sub_region: string;
555
- csp_region: string;
556
- csp_zone: string;
557
- instance_type: string;
558
- architecture: string;
559
- os: string;
560
- vcpu: number;
561
- local_storage: number;
562
- price: number;
563
- accelerator_name?: string | undefined;
564
- accelerator_manufacturer?: string | undefined;
565
- accelerator_count?: number | undefined;
566
- accelerator_memory?: number | undefined;
567
- pods_capacity?: number | undefined;
568
- capacity_type?: string | undefined;
569
- available?: boolean | undefined;
570
- }>;
324
+ }, z.core.$strip>>;
325
+ }, z.core.$strip>;
571
326
  export declare const zInvite: z.ZodObject<{
572
327
  id: z.ZodOptional<z.ZodString>;
573
- organization_id: z.ZodOptional<z.ZodString>;
574
- date_created: z.ZodString;
575
- email: z.ZodOptional<z.ZodString>;
328
+ organization_id: z.ZodOptional<z.ZodUUID>;
329
+ date_created: z.ZodISODateTime;
330
+ email: z.ZodOptional<z.ZodEmail>;
576
331
  code: z.ZodOptional<z.ZodString>;
577
- }, "strip", z.ZodTypeAny, {
578
- date_created: string;
579
- code?: string | undefined;
580
- id?: string | undefined;
581
- email?: string | undefined;
582
- organization_id?: string | undefined;
583
- }, {
584
- date_created: string;
585
- code?: string | undefined;
586
- id?: string | undefined;
587
- email?: string | undefined;
588
- organization_id?: string | undefined;
589
- }>;
332
+ }, z.core.$strip>;
590
333
  export declare const zInvoice: z.ZodObject<{
591
334
  id: z.ZodOptional<z.ZodString>;
592
- organizationId: z.ZodOptional<z.ZodString>;
593
- status: z.ZodOptional<z.ZodEnum<["DRAFT", "COMMITTED", "VOID"]>>;
594
- amount: z.ZodOptional<z.ZodNumber>;
595
- 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"]>>;
596
- creditAdj: z.ZodOptional<z.ZodNumber>;
597
- refundAdj: z.ZodOptional<z.ZodNumber>;
598
- invoiceDate: z.ZodOptional<z.ZodString>;
599
- targetDate: z.ZodOptional<z.ZodString>;
600
- invoiceNumber: z.ZodOptional<z.ZodString>;
601
- balance: z.ZodOptional<z.ZodNumber>;
602
- bundleKeys: z.ZodOptional<z.ZodString>;
603
- credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
604
- id: z.ZodOptional<z.ZodString>;
605
- linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
606
- productName: z.ZodOptional<z.ZodString>;
607
- planName: z.ZodOptional<z.ZodString>;
608
- phaseName: z.ZodOptional<z.ZodString>;
609
- usageName: z.ZodOptional<z.ZodString>;
610
- prettyProductName: z.ZodOptional<z.ZodString>;
611
- prettyPlanName: z.ZodOptional<z.ZodString>;
612
- prettyPhaseName: z.ZodOptional<z.ZodString>;
613
- prettyUsageName: z.ZodOptional<z.ZodString>;
614
- itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
615
- description: z.ZodOptional<z.ZodString>;
616
- startDate: z.ZodOptional<z.ZodString>;
617
- endDate: z.ZodOptional<z.ZodString>;
618
- amount: z.ZodOptional<z.ZodNumber>;
619
- rate: z.ZodOptional<z.ZodNumber>;
620
- 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"]>>;
621
- quantity: z.ZodOptional<z.ZodNumber>;
622
- itemDetails: z.ZodOptional<z.ZodString>;
623
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
624
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
625
- }, "strip", z.ZodTypeAny, {
626
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
627
- id?: string | undefined;
628
- description?: string | undefined;
629
- amount?: number | undefined;
630
- linkedInvoiceItemId?: string | undefined;
631
- productName?: string | undefined;
632
- planName?: string | undefined;
633
- phaseName?: string | undefined;
634
- usageName?: string | undefined;
635
- prettyProductName?: string | undefined;
636
- prettyPlanName?: string | undefined;
637
- prettyPhaseName?: string | undefined;
638
- prettyUsageName?: string | undefined;
639
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
640
- startDate?: string | undefined;
641
- endDate?: string | undefined;
642
- rate?: number | undefined;
643
- quantity?: number | undefined;
644
- itemDetails?: string | undefined;
645
- catalogEffectiveDate?: string | undefined;
646
- childItems?: unknown[] | undefined;
647
- }, {
648
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
649
- id?: string | undefined;
650
- description?: string | undefined;
651
- amount?: number | undefined;
652
- linkedInvoiceItemId?: string | undefined;
653
- productName?: string | undefined;
654
- planName?: string | undefined;
655
- phaseName?: string | undefined;
656
- usageName?: string | undefined;
657
- prettyProductName?: string | undefined;
658
- prettyPlanName?: string | undefined;
659
- prettyPhaseName?: string | undefined;
660
- prettyUsageName?: string | undefined;
661
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
662
- startDate?: string | undefined;
663
- endDate?: string | undefined;
664
- rate?: number | undefined;
665
- quantity?: number | undefined;
666
- itemDetails?: string | undefined;
667
- catalogEffectiveDate?: string | undefined;
668
- childItems?: unknown[] | undefined;
669
- }>, "many">>;
670
- items: z.ZodOptional<z.ZodArray<z.ZodObject<{
671
- id: z.ZodOptional<z.ZodString>;
672
- linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
673
- productName: z.ZodOptional<z.ZodString>;
674
- planName: z.ZodOptional<z.ZodString>;
675
- phaseName: z.ZodOptional<z.ZodString>;
676
- usageName: z.ZodOptional<z.ZodString>;
677
- prettyProductName: z.ZodOptional<z.ZodString>;
678
- prettyPlanName: z.ZodOptional<z.ZodString>;
679
- prettyPhaseName: z.ZodOptional<z.ZodString>;
680
- prettyUsageName: z.ZodOptional<z.ZodString>;
681
- itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
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>;
349
+ export declare const zMarketplaceListing: z.ZodObject<{
350
+ name: z.ZodString;
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;
356
+ version: z.ZodString;
682
357
  description: z.ZodOptional<z.ZodString>;
683
- startDate: z.ZodOptional<z.ZodString>;
684
- endDate: z.ZodOptional<z.ZodString>;
685
- amount: z.ZodOptional<z.ZodNumber>;
686
- rate: z.ZodOptional<z.ZodNumber>;
687
- 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"]>>;
688
- quantity: z.ZodOptional<z.ZodNumber>;
689
- itemDetails: z.ZodOptional<z.ZodString>;
690
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
691
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
692
- }, "strip", z.ZodTypeAny, {
693
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
694
- id?: string | undefined;
695
- description?: string | undefined;
696
- amount?: number | undefined;
697
- linkedInvoiceItemId?: string | undefined;
698
- productName?: string | undefined;
699
- planName?: string | undefined;
700
- phaseName?: string | undefined;
701
- usageName?: string | undefined;
702
- prettyProductName?: string | undefined;
703
- prettyPlanName?: string | undefined;
704
- prettyPhaseName?: string | undefined;
705
- prettyUsageName?: string | undefined;
706
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
707
- startDate?: string | undefined;
708
- endDate?: string | undefined;
709
- rate?: number | undefined;
710
- quantity?: number | undefined;
711
- itemDetails?: string | undefined;
712
- catalogEffectiveDate?: string | undefined;
713
- childItems?: unknown[] | undefined;
714
- }, {
715
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
716
- id?: string | undefined;
717
- description?: string | undefined;
718
- amount?: number | undefined;
719
- linkedInvoiceItemId?: string | undefined;
720
- productName?: string | undefined;
721
- planName?: string | undefined;
722
- phaseName?: string | undefined;
723
- usageName?: string | undefined;
724
- prettyProductName?: string | undefined;
725
- prettyPlanName?: string | undefined;
726
- prettyPhaseName?: string | undefined;
727
- prettyUsageName?: string | undefined;
728
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
729
- startDate?: string | undefined;
730
- endDate?: string | undefined;
731
- rate?: number | undefined;
732
- quantity?: number | undefined;
733
- itemDetails?: string | undefined;
734
- catalogEffectiveDate?: string | undefined;
735
- childItems?: unknown[] | undefined;
736
- }>, "many">>;
737
- }, "strip", z.ZodTypeAny, {
738
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
739
- id?: string | undefined;
740
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
741
- items?: {
742
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
743
- id?: string | undefined;
744
- description?: string | undefined;
745
- amount?: number | undefined;
746
- linkedInvoiceItemId?: string | undefined;
747
- productName?: string | undefined;
748
- planName?: string | undefined;
749
- phaseName?: string | undefined;
750
- usageName?: string | undefined;
751
- prettyProductName?: string | undefined;
752
- prettyPlanName?: string | undefined;
753
- prettyPhaseName?: string | undefined;
754
- prettyUsageName?: string | undefined;
755
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
756
- startDate?: string | undefined;
757
- endDate?: string | undefined;
758
- rate?: number | undefined;
759
- quantity?: number | undefined;
760
- itemDetails?: string | undefined;
761
- catalogEffectiveDate?: string | undefined;
762
- childItems?: unknown[] | undefined;
763
- }[] | undefined;
764
- organizationId?: string | undefined;
765
- amount?: number | undefined;
766
- creditAdj?: number | undefined;
767
- refundAdj?: number | undefined;
768
- invoiceDate?: string | undefined;
769
- targetDate?: string | undefined;
770
- invoiceNumber?: string | undefined;
771
- balance?: number | undefined;
772
- bundleKeys?: string | undefined;
773
- credits?: {
774
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
775
- id?: string | undefined;
776
- description?: string | undefined;
777
- amount?: number | undefined;
778
- linkedInvoiceItemId?: string | undefined;
779
- productName?: string | undefined;
780
- planName?: string | undefined;
781
- phaseName?: string | undefined;
782
- usageName?: string | undefined;
783
- prettyProductName?: string | undefined;
784
- prettyPlanName?: string | undefined;
785
- prettyPhaseName?: string | undefined;
786
- prettyUsageName?: string | undefined;
787
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
788
- startDate?: string | undefined;
789
- endDate?: string | undefined;
790
- rate?: number | undefined;
791
- quantity?: number | undefined;
792
- itemDetails?: string | undefined;
793
- catalogEffectiveDate?: string | undefined;
794
- childItems?: unknown[] | undefined;
795
- }[] | undefined;
796
- }, {
797
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
798
- id?: string | undefined;
799
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
800
- items?: {
801
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
802
- id?: string | undefined;
803
- description?: string | undefined;
804
- amount?: number | undefined;
805
- linkedInvoiceItemId?: string | undefined;
806
- productName?: string | undefined;
807
- planName?: string | undefined;
808
- phaseName?: string | undefined;
809
- usageName?: string | undefined;
810
- prettyProductName?: string | undefined;
811
- prettyPlanName?: string | undefined;
812
- prettyPhaseName?: string | undefined;
813
- prettyUsageName?: string | undefined;
814
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
815
- startDate?: string | undefined;
816
- endDate?: string | undefined;
817
- rate?: number | undefined;
818
- quantity?: number | undefined;
819
- itemDetails?: string | undefined;
820
- catalogEffectiveDate?: string | undefined;
821
- childItems?: unknown[] | undefined;
822
- }[] | undefined;
823
- organizationId?: string | undefined;
824
- amount?: number | undefined;
825
- creditAdj?: number | undefined;
826
- refundAdj?: number | undefined;
827
- invoiceDate?: string | undefined;
828
- targetDate?: string | undefined;
829
- invoiceNumber?: string | undefined;
830
- balance?: number | undefined;
831
- bundleKeys?: string | undefined;
832
- credits?: {
833
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
834
- id?: string | undefined;
835
- description?: string | undefined;
836
- amount?: number | undefined;
837
- linkedInvoiceItemId?: string | undefined;
838
- productName?: string | undefined;
839
- planName?: string | undefined;
840
- phaseName?: string | undefined;
841
- usageName?: string | undefined;
842
- prettyProductName?: string | undefined;
843
- prettyPlanName?: string | undefined;
844
- prettyPhaseName?: string | undefined;
845
- prettyUsageName?: string | undefined;
846
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
847
- startDate?: string | undefined;
848
- endDate?: string | undefined;
849
- rate?: number | undefined;
850
- quantity?: number | undefined;
851
- itemDetails?: string | undefined;
852
- catalogEffectiveDate?: string | undefined;
853
- childItems?: unknown[] | undefined;
854
- }[] | undefined;
855
- }>;
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>;
856
370
  export declare const zOrganizationCreateInput: z.ZodObject<{
857
- email: z.ZodString;
371
+ email: z.ZodEmail;
858
372
  first_name: z.ZodString;
859
373
  last_name: z.ZodString;
860
374
  company_name: z.ZodString;
861
375
  password: z.ZodString;
862
- }, "strip", z.ZodTypeAny, {
863
- email: string;
864
- first_name: string;
865
- last_name: string;
866
- company_name: string;
867
- password: string;
868
- }, {
869
- email: string;
870
- first_name: string;
871
- last_name: string;
872
- company_name: string;
873
- password: string;
874
- }>;
376
+ }, z.core.$strip>;
875
377
  export declare const zOrganization: z.ZodObject<{
876
- id: z.ZodString;
378
+ id: z.ZodUUID;
877
379
  name: z.ZodOptional<z.ZodString>;
878
- date_created: z.ZodString;
380
+ date_created: z.ZodISODateTime;
879
381
  quota: z.ZodObject<{
880
- basic_clusters_max: z.ZodNumber;
881
- basic_clusters_available: z.ZodNumber;
882
- pro_clusters_max: z.ZodNumber;
883
- pro_clusters_available: z.ZodNumber;
884
- fleets_max: z.ZodNumber;
885
- managed_fleets_cpu_max: z.ZodNumber;
886
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
887
- 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>;
888
389
  versions: z.ZodArray<z.ZodObject<{
889
390
  id: z.ZodString;
890
391
  label: z.ZodString;
891
- }, "strip", z.ZodTypeAny, {
892
- id: string;
893
- label: string;
894
- }, {
895
- id: string;
896
- label: string;
897
- }>, "many">;
898
- }, "strip", z.ZodTypeAny, {
899
- versions: {
900
- id: string;
901
- label: string;
902
- }[];
903
- basic_clusters_max: number;
904
- basic_clusters_available: number;
905
- pro_clusters_max: number;
906
- pro_clusters_available: number;
907
- fleets_max: number;
908
- managed_fleets_cpu_max: number;
909
- cluster_tiers: string[];
910
- regions: string[];
911
- }, {
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
- managed_fleets_cpu_max: number;
922
- cluster_tiers: string[];
923
- 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";
924
401
  }>;
925
- status: z.ZodEnum<["active", "closed", "suspended"]>;
926
- }, "strip", z.ZodTypeAny, {
927
- id: string;
928
- status: "active" | "closed" | "suspended";
929
- date_created: string;
930
- quota: {
931
- versions: {
932
- id: string;
933
- label: string;
934
- }[];
935
- basic_clusters_max: number;
936
- basic_clusters_available: number;
937
- pro_clusters_max: number;
938
- pro_clusters_available: number;
939
- fleets_max: number;
940
- managed_fleets_cpu_max: number;
941
- cluster_tiers: string[];
942
- regions: string[];
943
- };
944
- name?: string | undefined;
945
- }, {
946
- id: string;
947
- status: "active" | "closed" | "suspended";
948
- date_created: string;
949
- quota: {
950
- versions: {
951
- id: string;
952
- label: string;
953
- }[];
954
- basic_clusters_max: number;
955
- basic_clusters_available: number;
956
- pro_clusters_max: number;
957
- pro_clusters_available: number;
958
- fleets_max: number;
959
- managed_fleets_cpu_max: number;
960
- cluster_tiers: string[];
961
- regions: string[];
962
- };
963
- name?: string | undefined;
964
- }>;
402
+ }, z.core.$strip>;
965
403
  export declare const zPaymentMethod: z.ZodObject<{
966
- id: z.ZodString;
404
+ id: z.ZodUUID;
967
405
  setup: z.ZodBoolean;
968
- type: z.ZodEnum<["card"]>;
406
+ type: z.ZodEnum<{
407
+ card: "card";
408
+ }>;
969
409
  last4: z.ZodString;
970
- exp_month: z.ZodNumber;
971
- exp_year: z.ZodNumber;
972
- brand: z.ZodEnum<["amex", "diners", "discover", "eftpos_au", "jcb", "mastercard", "unionpay", "visa", "unknown"]>;
973
- }, "strip", z.ZodTypeAny, {
974
- type: "card";
975
- id: string;
976
- setup: boolean;
977
- last4: string;
978
- exp_month: number;
979
- exp_year: number;
980
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
981
- }, {
982
- type: "card";
983
- id: string;
984
- setup: boolean;
985
- last4: string;
986
- exp_month: number;
987
- exp_year: number;
988
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
989
- }>;
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>;
990
486
  export declare const zTokenCreateInput: z.ZodObject<{
991
487
  name: z.ZodString;
992
- role: z.ZodEnum<["Administrator", "User"]>;
993
- }, "strip", z.ZodTypeAny, {
994
- name: string;
995
- role: "User" | "Administrator";
996
- }, {
997
- name: string;
998
- role: "User" | "Administrator";
999
- }>;
488
+ role: z.ZodEnum<{
489
+ Administrator: "Administrator";
490
+ User: "User";
491
+ }>;
492
+ }, z.core.$strip>;
1000
493
  export declare const zToken: z.ZodObject<{
1001
494
  name: z.ZodString;
1002
- role: z.ZodEnum<["Administrator", "User"]>;
495
+ role: z.ZodEnum<{
496
+ Administrator: "Administrator";
497
+ User: "User";
498
+ }>;
1003
499
  id: z.ZodOptional<z.ZodString>;
1004
500
  secret: z.ZodOptional<z.ZodString>;
1005
- date_created: z.ZodString;
1006
- }, "strip", z.ZodTypeAny, {
1007
- name: string;
1008
- role: "User" | "Administrator";
1009
- date_created: string;
1010
- id?: string | undefined;
1011
- secret?: string | undefined;
1012
- }, {
1013
- name: string;
1014
- role: "User" | "Administrator";
1015
- date_created: string;
1016
- id?: string | undefined;
1017
- secret?: string | undefined;
1018
- }>;
501
+ date_created: z.ZodISODateTime;
502
+ }, z.core.$strip>;
1019
503
  export declare const zTokenUpdateInput: z.ZodObject<{
1020
504
  name: z.ZodOptional<z.ZodString>;
1021
- role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1022
- }, "strip", z.ZodTypeAny, {
1023
- name?: string | undefined;
1024
- role?: "User" | "Administrator" | undefined;
1025
- }, {
1026
- name?: string | undefined;
1027
- role?: "User" | "Administrator" | undefined;
1028
- }>;
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>;
1029
528
  export declare const zUsage: z.ZodObject<{
1030
- hour: z.ZodOptional<z.ZodString>;
529
+ hour: z.ZodString;
1031
530
  cluster_id: z.ZodString;
1032
- cluster_tier: z.ZodEnum<[""]>;
1033
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
1034
- node_name: z.ZodString;
1035
- sku: z.ZodString;
1036
- cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1037
- price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1038
- value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1039
- total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1040
- }, "strip", z.ZodTypeAny, {
1041
- total: number | "";
1042
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1043
- value: number | "";
1044
- cpu: number | "";
1045
- sku: string;
1046
- price: number | "";
1047
- cluster_id: string;
1048
- cluster_tier: "";
1049
- node_name: string;
1050
- hour?: string | undefined;
1051
- }, {
1052
- total: number | "";
1053
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1054
- value: number | "";
1055
- cpu: number | "";
1056
- sku: string;
1057
- price: number | "";
1058
- cluster_id: string;
1059
- cluster_tier: "";
1060
- node_name: string;
1061
- hour?: string | undefined;
1062
- }>;
531
+ product: z.ZodString;
532
+ value: z.ZodNumber;
533
+ price: z.ZodNumber;
534
+ total: z.ZodNumber;
535
+ }, z.core.$strip>;
1063
536
  export declare const zUserCreateInput: z.ZodObject<{
1064
- email: z.ZodString;
537
+ email: z.ZodEmail;
1065
538
  first_name: z.ZodString;
1066
539
  last_name: z.ZodString;
1067
540
  code: z.ZodString;
1068
541
  password: z.ZodString;
1069
- status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
1070
- role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1071
- }, "strip", z.ZodTypeAny, {
1072
- code: string;
1073
- email: string;
1074
- first_name: string;
1075
- last_name: string;
1076
- password: string;
1077
- role?: "User" | "Administrator" | undefined;
1078
- status?: "active" | "inactive" | undefined;
1079
- }, {
1080
- code: string;
1081
- email: string;
1082
- first_name: string;
1083
- last_name: string;
1084
- password: string;
1085
- role?: "User" | "Administrator" | undefined;
1086
- status?: "active" | "inactive" | undefined;
1087
- }>;
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>;
1088
551
  export declare const zUser: z.ZodObject<{
1089
- email: z.ZodString;
552
+ email: z.ZodEmail;
1090
553
  first_name: z.ZodString;
1091
554
  last_name: z.ZodString;
1092
- role: z.ZodEnum<["Administrator", "User"]>;
1093
- status: z.ZodEnum<["active", "inactive"]>;
1094
- id: z.ZodString;
1095
- date_created: z.ZodString;
1096
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1097
- cluster_id: z.ZodString;
1098
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
1099
- }, "strip", z.ZodTypeAny, {
1100
- cluster_id: string;
1101
- permissions: "readonly" | "readwrite";
1102
- }, {
1103
- cluster_id: string;
1104
- permissions: "readonly" | "readwrite";
1105
- }>, "many">>;
1106
- }, "strip", z.ZodTypeAny, {
1107
- id: string;
1108
- role: "User" | "Administrator";
1109
- email: string;
1110
- status: "active" | "inactive";
1111
- first_name: string;
1112
- last_name: string;
1113
- date_created: string;
1114
- cluster_permissions?: {
1115
- cluster_id: string;
1116
- permissions: "readonly" | "readwrite";
1117
- }[] | undefined;
1118
- }, {
1119
- id: string;
1120
- role: "User" | "Administrator";
1121
- email: string;
1122
- status: "active" | "inactive";
1123
- first_name: string;
1124
- last_name: string;
1125
- date_created: string;
1126
- cluster_permissions?: {
1127
- cluster_id: string;
1128
- permissions: "readonly" | "readwrite";
1129
- }[] | undefined;
1130
- }>;
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>;
1131
566
  export declare const zUserUpdateInput: z.ZodObject<{
1132
- email: z.ZodOptional<z.ZodString>;
567
+ email: z.ZodOptional<z.ZodEmail>;
1133
568
  first_name: z.ZodOptional<z.ZodString>;
1134
569
  last_name: z.ZodOptional<z.ZodString>;
1135
- role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1136
- status: z.ZodOptional<z.ZodEnum<["active", "inactive"]>>;
1137
- }, "strip", z.ZodTypeAny, {
1138
- role?: "User" | "Administrator" | undefined;
1139
- email?: string | undefined;
1140
- status?: "active" | "inactive" | undefined;
1141
- first_name?: string | undefined;
1142
- last_name?: string | undefined;
1143
- }, {
1144
- role?: "User" | "Administrator" | undefined;
1145
- email?: string | undefined;
1146
- status?: "active" | "inactive" | undefined;
1147
- first_name?: string | undefined;
1148
- last_name?: string | undefined;
1149
- }>;
1150
- export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1151
- hour: z.ZodOptional<z.ZodString>;
1152
- cluster_id: z.ZodString;
1153
- cluster_tier: z.ZodEnum<[""]>;
1154
- product: z.ZodEnum<["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"]>;
1155
- node_name: z.ZodString;
1156
- sku: z.ZodString;
1157
- cpu: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1158
- price: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1159
- value: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1160
- total: z.ZodUnion<[z.ZodNumber, z.ZodEnum<[""]>]>;
1161
- }, "strip", z.ZodTypeAny, {
1162
- total: number | "";
1163
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1164
- value: number | "";
1165
- cpu: number | "";
1166
- sku: string;
1167
- price: number | "";
1168
- cluster_id: string;
1169
- cluster_tier: "";
1170
- node_name: string;
1171
- hour?: string | undefined;
1172
- }, {
1173
- total: number | "";
1174
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1175
- value: number | "";
1176
- cpu: number | "";
1177
- sku: string;
1178
- price: number | "";
1179
- cluster_id: string;
1180
- cluster_tier: "";
1181
- node_name: string;
1182
- hour?: string | undefined;
1183
- }>, "many">;
1184
- 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
+ */
1185
606
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1186
- id: z.ZodString;
607
+ id: z.ZodUUID;
1187
608
  setup: z.ZodBoolean;
1188
- type: z.ZodEnum<["card"]>;
609
+ type: z.ZodEnum<{
610
+ card: "card";
611
+ }>;
1189
612
  last4: z.ZodString;
1190
- exp_month: z.ZodNumber;
1191
- exp_year: z.ZodNumber;
1192
- brand: z.ZodEnum<["amex", "diners", "discover", "eftpos_au", "jcb", "mastercard", "unionpay", "visa", "unknown"]>;
1193
- }, "strip", z.ZodTypeAny, {
1194
- type: "card";
1195
- id: string;
1196
- setup: boolean;
1197
- last4: string;
1198
- exp_month: number;
1199
- exp_year: number;
1200
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1201
- }, {
1202
- type: "card";
1203
- id: string;
1204
- setup: boolean;
1205
- last4: string;
1206
- exp_month: number;
1207
- exp_year: number;
1208
- brand: "unknown" | "visa" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay";
1209
- }>;
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
+ */
1210
631
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1211
632
  id: z.ZodOptional<z.ZodString>;
1212
- }, "strip", z.ZodTypeAny, {
1213
- id?: string | undefined;
1214
- }, {
1215
- id?: string | undefined;
1216
- }>;
633
+ }, z.core.$strip>;
634
+ /**
635
+ * An array of usage records.
636
+ */
1217
637
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1218
638
  id: z.ZodOptional<z.ZodString>;
1219
- organizationId: z.ZodOptional<z.ZodString>;
1220
- status: z.ZodOptional<z.ZodEnum<["DRAFT", "COMMITTED", "VOID"]>>;
1221
- amount: z.ZodOptional<z.ZodNumber>;
1222
- 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"]>>;
1223
- creditAdj: z.ZodOptional<z.ZodNumber>;
1224
- refundAdj: z.ZodOptional<z.ZodNumber>;
1225
- invoiceDate: z.ZodOptional<z.ZodString>;
1226
- targetDate: z.ZodOptional<z.ZodString>;
1227
- invoiceNumber: z.ZodOptional<z.ZodString>;
1228
- balance: z.ZodOptional<z.ZodNumber>;
1229
- bundleKeys: z.ZodOptional<z.ZodString>;
1230
- credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1231
- id: z.ZodOptional<z.ZodString>;
1232
- linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
1233
- productName: z.ZodOptional<z.ZodString>;
1234
- planName: z.ZodOptional<z.ZodString>;
1235
- phaseName: z.ZodOptional<z.ZodString>;
1236
- usageName: z.ZodOptional<z.ZodString>;
1237
- prettyProductName: z.ZodOptional<z.ZodString>;
1238
- prettyPlanName: z.ZodOptional<z.ZodString>;
1239
- prettyPhaseName: z.ZodOptional<z.ZodString>;
1240
- prettyUsageName: z.ZodOptional<z.ZodString>;
1241
- itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
1242
- description: z.ZodOptional<z.ZodString>;
1243
- startDate: z.ZodOptional<z.ZodString>;
1244
- endDate: z.ZodOptional<z.ZodString>;
1245
- amount: z.ZodOptional<z.ZodNumber>;
1246
- rate: z.ZodOptional<z.ZodNumber>;
1247
- 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"]>>;
1248
- quantity: z.ZodOptional<z.ZodNumber>;
1249
- itemDetails: z.ZodOptional<z.ZodString>;
1250
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1251
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1252
- }, "strip", z.ZodTypeAny, {
1253
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1254
- id?: string | undefined;
1255
- description?: string | undefined;
1256
- amount?: number | undefined;
1257
- linkedInvoiceItemId?: string | undefined;
1258
- productName?: string | undefined;
1259
- planName?: string | undefined;
1260
- phaseName?: string | undefined;
1261
- usageName?: string | undefined;
1262
- prettyProductName?: string | undefined;
1263
- prettyPlanName?: string | undefined;
1264
- prettyPhaseName?: string | undefined;
1265
- prettyUsageName?: string | undefined;
1266
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1267
- startDate?: string | undefined;
1268
- endDate?: string | undefined;
1269
- rate?: number | undefined;
1270
- quantity?: number | undefined;
1271
- itemDetails?: string | undefined;
1272
- catalogEffectiveDate?: string | undefined;
1273
- childItems?: unknown[] | undefined;
1274
- }, {
1275
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1276
- id?: string | undefined;
1277
- description?: string | undefined;
1278
- amount?: number | undefined;
1279
- linkedInvoiceItemId?: string | undefined;
1280
- productName?: string | undefined;
1281
- planName?: string | undefined;
1282
- phaseName?: string | undefined;
1283
- usageName?: string | undefined;
1284
- prettyProductName?: string | undefined;
1285
- prettyPlanName?: string | undefined;
1286
- prettyPhaseName?: string | undefined;
1287
- prettyUsageName?: string | undefined;
1288
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1289
- startDate?: string | undefined;
1290
- endDate?: string | undefined;
1291
- rate?: number | undefined;
1292
- quantity?: number | undefined;
1293
- itemDetails?: string | undefined;
1294
- catalogEffectiveDate?: string | undefined;
1295
- childItems?: unknown[] | undefined;
1296
- }>, "many">>;
1297
- items: z.ZodOptional<z.ZodArray<z.ZodObject<{
1298
- id: z.ZodOptional<z.ZodString>;
1299
- linkedInvoiceItemId: z.ZodOptional<z.ZodString>;
1300
- productName: z.ZodOptional<z.ZodString>;
1301
- planName: z.ZodOptional<z.ZodString>;
1302
- phaseName: z.ZodOptional<z.ZodString>;
1303
- usageName: z.ZodOptional<z.ZodString>;
1304
- prettyProductName: z.ZodOptional<z.ZodString>;
1305
- prettyPlanName: z.ZodOptional<z.ZodString>;
1306
- prettyPhaseName: z.ZodOptional<z.ZodString>;
1307
- prettyUsageName: z.ZodOptional<z.ZodString>;
1308
- itemType: z.ZodOptional<z.ZodEnum<["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"]>>;
1309
- description: z.ZodOptional<z.ZodString>;
1310
- startDate: z.ZodOptional<z.ZodString>;
1311
- endDate: z.ZodOptional<z.ZodString>;
1312
- amount: z.ZodOptional<z.ZodNumber>;
1313
- rate: z.ZodOptional<z.ZodNumber>;
1314
- 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"]>>;
1315
- quantity: z.ZodOptional<z.ZodNumber>;
1316
- itemDetails: z.ZodOptional<z.ZodString>;
1317
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1318
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
1319
- }, "strip", z.ZodTypeAny, {
1320
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1321
- id?: string | undefined;
1322
- description?: string | undefined;
1323
- amount?: number | undefined;
1324
- linkedInvoiceItemId?: string | undefined;
1325
- productName?: string | undefined;
1326
- planName?: string | undefined;
1327
- phaseName?: string | undefined;
1328
- usageName?: string | undefined;
1329
- prettyProductName?: string | undefined;
1330
- prettyPlanName?: string | undefined;
1331
- prettyPhaseName?: string | undefined;
1332
- prettyUsageName?: string | undefined;
1333
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1334
- startDate?: string | undefined;
1335
- endDate?: string | undefined;
1336
- rate?: number | undefined;
1337
- quantity?: number | undefined;
1338
- itemDetails?: string | undefined;
1339
- catalogEffectiveDate?: string | undefined;
1340
- childItems?: unknown[] | undefined;
1341
- }, {
1342
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1343
- id?: string | undefined;
1344
- description?: string | undefined;
1345
- amount?: number | undefined;
1346
- linkedInvoiceItemId?: string | undefined;
1347
- productName?: string | undefined;
1348
- planName?: string | undefined;
1349
- phaseName?: string | undefined;
1350
- usageName?: string | undefined;
1351
- prettyProductName?: string | undefined;
1352
- prettyPlanName?: string | undefined;
1353
- prettyPhaseName?: string | undefined;
1354
- prettyUsageName?: string | undefined;
1355
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1356
- startDate?: string | undefined;
1357
- endDate?: string | undefined;
1358
- rate?: number | undefined;
1359
- quantity?: number | undefined;
1360
- itemDetails?: string | undefined;
1361
- catalogEffectiveDate?: string | undefined;
1362
- childItems?: unknown[] | undefined;
1363
- }>, "many">>;
1364
- }, "strip", z.ZodTypeAny, {
1365
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1366
- id?: string | undefined;
1367
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1368
- items?: {
1369
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1370
- id?: string | undefined;
1371
- description?: string | undefined;
1372
- amount?: number | undefined;
1373
- linkedInvoiceItemId?: string | undefined;
1374
- productName?: string | undefined;
1375
- planName?: string | undefined;
1376
- phaseName?: string | undefined;
1377
- usageName?: string | undefined;
1378
- prettyProductName?: string | undefined;
1379
- prettyPlanName?: string | undefined;
1380
- prettyPhaseName?: string | undefined;
1381
- prettyUsageName?: string | undefined;
1382
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1383
- startDate?: string | undefined;
1384
- endDate?: string | undefined;
1385
- rate?: number | undefined;
1386
- quantity?: number | undefined;
1387
- itemDetails?: string | undefined;
1388
- catalogEffectiveDate?: string | undefined;
1389
- childItems?: unknown[] | undefined;
1390
- }[] | undefined;
1391
- organizationId?: string | undefined;
1392
- amount?: number | undefined;
1393
- creditAdj?: number | undefined;
1394
- refundAdj?: number | undefined;
1395
- invoiceDate?: string | undefined;
1396
- targetDate?: string | undefined;
1397
- invoiceNumber?: string | undefined;
1398
- balance?: number | undefined;
1399
- bundleKeys?: string | undefined;
1400
- credits?: {
1401
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1402
- id?: string | undefined;
1403
- description?: string | undefined;
1404
- amount?: number | undefined;
1405
- linkedInvoiceItemId?: string | undefined;
1406
- productName?: string | undefined;
1407
- planName?: string | undefined;
1408
- phaseName?: string | undefined;
1409
- usageName?: string | undefined;
1410
- prettyProductName?: string | undefined;
1411
- prettyPlanName?: string | undefined;
1412
- prettyPhaseName?: string | undefined;
1413
- prettyUsageName?: string | undefined;
1414
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1415
- startDate?: string | undefined;
1416
- endDate?: string | undefined;
1417
- rate?: number | undefined;
1418
- quantity?: number | undefined;
1419
- itemDetails?: string | undefined;
1420
- catalogEffectiveDate?: string | undefined;
1421
- childItems?: unknown[] | undefined;
1422
- }[] | undefined;
1423
- }, {
1424
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1425
- id?: string | undefined;
1426
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1427
- items?: {
1428
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1429
- id?: string | undefined;
1430
- description?: string | undefined;
1431
- amount?: number | undefined;
1432
- linkedInvoiceItemId?: string | undefined;
1433
- productName?: string | undefined;
1434
- planName?: string | undefined;
1435
- phaseName?: string | undefined;
1436
- usageName?: string | undefined;
1437
- prettyProductName?: string | undefined;
1438
- prettyPlanName?: string | undefined;
1439
- prettyPhaseName?: string | undefined;
1440
- prettyUsageName?: string | undefined;
1441
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1442
- startDate?: string | undefined;
1443
- endDate?: string | undefined;
1444
- rate?: number | undefined;
1445
- quantity?: number | undefined;
1446
- itemDetails?: string | undefined;
1447
- catalogEffectiveDate?: string | undefined;
1448
- childItems?: unknown[] | undefined;
1449
- }[] | undefined;
1450
- organizationId?: string | undefined;
1451
- amount?: number | undefined;
1452
- creditAdj?: number | undefined;
1453
- refundAdj?: number | undefined;
1454
- invoiceDate?: string | undefined;
1455
- targetDate?: string | undefined;
1456
- invoiceNumber?: string | undefined;
1457
- balance?: number | undefined;
1458
- bundleKeys?: string | undefined;
1459
- credits?: {
1460
- currency?: "USD" | "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1461
- id?: string | undefined;
1462
- description?: string | undefined;
1463
- amount?: number | undefined;
1464
- linkedInvoiceItemId?: string | undefined;
1465
- productName?: string | undefined;
1466
- planName?: string | undefined;
1467
- phaseName?: string | undefined;
1468
- usageName?: string | undefined;
1469
- prettyProductName?: string | undefined;
1470
- prettyPlanName?: string | undefined;
1471
- prettyPhaseName?: string | undefined;
1472
- prettyUsageName?: string | undefined;
1473
- itemType?: "EXTERNAL_CHARGE" | "FIXED" | "RECURRING" | "REPAIR_ADJ" | "CBA_ADJ" | "CREDIT_ADJ" | "ITEM_ADJ" | "USAGE" | "TAX" | "PARENT_SUMMARY" | undefined;
1474
- startDate?: string | undefined;
1475
- endDate?: string | undefined;
1476
- rate?: number | undefined;
1477
- quantity?: number | undefined;
1478
- itemDetails?: string | undefined;
1479
- catalogEffectiveDate?: string | undefined;
1480
- childItems?: unknown[] | undefined;
1481
- }[] | undefined;
1482
- }>, "many">;
1483
- export declare const zGetInvoiceResponse: z.ZodObject<{
1484
- html: z.ZodOptional<z.ZodString>;
1485
- }, "strip", z.ZodTypeAny, {
1486
- html?: string | undefined;
1487
- }, {
1488
- html?: string | undefined;
1489
- }>;
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
+ */
1490
651
  export declare const zGetContactResponse: z.ZodObject<{
1491
652
  company: z.ZodOptional<z.ZodString>;
1492
653
  address1: z.ZodOptional<z.ZodString>;
@@ -1496,34 +657,286 @@ export declare const zGetContactResponse: z.ZodObject<{
1496
657
  state: z.ZodOptional<z.ZodString>;
1497
658
  country: z.ZodOptional<z.ZodString>;
1498
659
  phone: z.ZodOptional<z.ZodString>;
1499
- email: z.ZodString;
1500
- first_name: z.ZodString;
1501
- last_name: z.ZodString;
1502
- }, "strip", z.ZodTypeAny, {
1503
- email: string;
1504
- first_name: string;
1505
- last_name: string;
1506
- state?: string | undefined;
1507
- country?: string | undefined;
1508
- company?: string | undefined;
1509
- address1?: string | undefined;
1510
- address2?: string | undefined;
1511
- postalCode?: string | undefined;
1512
- city?: string | undefined;
1513
- phone?: string | undefined;
1514
- }, {
1515
- email: string;
1516
- first_name: string;
1517
- last_name: string;
1518
- state?: string | undefined;
1519
- country?: string | undefined;
1520
- company?: string | undefined;
1521
- address1?: string | undefined;
1522
- address2?: string | undefined;
1523
- postalCode?: string | undefined;
1524
- city?: string | undefined;
1525
- phone?: string | undefined;
1526
- }>;
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;
805
+ tax_id: z.ZodOptional<z.ZodString>;
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
+ */
1527
940
  export declare const zUpdateContactResponse: z.ZodObject<{
1528
941
  company: z.ZodOptional<z.ZodString>;
1529
942
  address1: z.ZodOptional<z.ZodString>;
@@ -1533,1105 +946,970 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1533
946
  state: z.ZodOptional<z.ZodString>;
1534
947
  country: z.ZodOptional<z.ZodString>;
1535
948
  phone: z.ZodOptional<z.ZodString>;
1536
- email: z.ZodString;
1537
- first_name: z.ZodString;
1538
- last_name: z.ZodString;
1539
- }, "strip", z.ZodTypeAny, {
1540
- email: string;
1541
- first_name: string;
1542
- last_name: string;
1543
- state?: string | undefined;
1544
- country?: string | undefined;
1545
- company?: string | undefined;
1546
- address1?: string | undefined;
1547
- address2?: string | undefined;
1548
- postalCode?: string | undefined;
1549
- city?: string | undefined;
1550
- phone?: string | undefined;
1551
- }, {
1552
- email: string;
1553
- first_name: string;
1554
- last_name: string;
1555
- state?: string | undefined;
1556
- country?: string | undefined;
1557
- company?: string | undefined;
1558
- address1?: string | undefined;
1559
- address2?: string | undefined;
1560
- postalCode?: string | undefined;
1561
- city?: string | undefined;
1562
- phone?: string | undefined;
1563
- }>;
949
+ email: z.ZodEmail;
950
+ individual_name: z.ZodString;
951
+ tax_id: z.ZodOptional<z.ZodString>;
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
+ */
1086
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1087
+ id: z.ZodOptional<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>;
1094
+ code: z.ZodString;
1095
+ description: z.ZodOptional<z.ZodString>;
1096
+ value_total: z.ZodNumber;
1097
+ value_remaining: z.ZodOptional<z.ZodNumber>;
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
+ */
1108
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1109
+ values: z.ZodString;
1110
+ version_channel: z.ZodString;
1111
+ name: z.ZodString;
1112
+ namespace: z.ZodString;
1113
+ chart: z.ZodString;
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
+ }>;
1130
+ version_current: z.ZodString;
1131
+ created_at: z.ZodString;
1132
+ updated_at: z.ZodString;
1133
+ ready: z.ZodBoolean;
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
+ */
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
+ */
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
+ */
1164
+ export declare const zGetChartResponse: z.ZodObject<{
1165
+ values: z.ZodString;
1166
+ version_channel: z.ZodString;
1167
+ name: z.ZodString;
1168
+ namespace: z.ZodString;
1169
+ chart: z.ZodString;
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
+ }>;
1186
+ version_current: z.ZodString;
1187
+ created_at: z.ZodString;
1188
+ updated_at: z.ZodString;
1189
+ ready: z.ZodBoolean;
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
+ */
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
+ */
1564
1209
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1565
1210
  limits: z.ZodOptional<z.ZodObject<{
1566
1211
  cpu: z.ZodNumber;
1567
- }, "strip", z.ZodTypeAny, {
1568
- cpu: number;
1569
- }, {
1570
- cpu: number;
1571
- }>>;
1212
+ }, z.core.$strip>>;
1572
1213
  gcp: z.ZodOptional<z.ZodObject<{
1573
1214
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1574
1215
  project: z.ZodString;
1575
- }, "strip", z.ZodTypeAny, {
1576
- project: string;
1577
- enabled: boolean;
1578
- }, {
1579
- project: string;
1580
- enabled?: boolean | undefined;
1581
- }>>;
1582
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1216
+ }, z.core.$strip>>;
1217
+ hetzner: z.ZodOptional<z.ZodObject<{
1583
1218
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1584
- apiKey: z.ZodOptional<z.ZodString>;
1585
- }, "strip", z.ZodTypeAny, {
1586
- enabled: boolean;
1587
- apiKey?: string | undefined;
1588
- }, {
1589
- apiKey?: string | undefined;
1590
- enabled?: boolean | undefined;
1591
- }>, z.ZodObject<{
1592
- apiKey: z.ZodOptional<z.ZodString>;
1219
+ apiKey: z.ZodString;
1220
+ }, z.core.$strip>>;
1221
+ aws: z.ZodOptional<z.ZodObject<{
1593
1222
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1594
- }, "strip", z.ZodTypeAny, {
1595
- enabled: boolean;
1596
- apiKey?: string | undefined;
1597
- }, {
1598
- apiKey?: string | undefined;
1599
- enabled?: boolean | undefined;
1600
- }>]>>;
1223
+ controllerRoleArn: z.ZodString;
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>>;
1601
1239
  aws: z.ZodOptional<z.ZodObject<{
1602
1240
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1603
1241
  controllerRoleArn: z.ZodString;
1604
- }, "strip", z.ZodTypeAny, {
1605
- controllerRoleArn: string;
1606
- enabled: boolean;
1607
- }, {
1608
- controllerRoleArn: string;
1609
- enabled?: boolean | undefined;
1610
- }>>;
1242
+ }, z.core.$strip>>;
1611
1243
  id: z.ZodString;
1612
- type: z.ZodEnum<["managed", "connected"]>;
1613
- }, "strip", z.ZodTypeAny, {
1614
- type: "connected" | "managed";
1615
- id: string;
1616
- limits?: {
1617
- cpu: number;
1618
- } | undefined;
1619
- gcp?: {
1620
- project: string;
1621
- enabled: boolean;
1622
- } | undefined;
1623
- hetzner?: {
1624
- enabled: boolean;
1625
- apiKey?: string | undefined;
1626
- } | {
1627
- enabled: boolean;
1628
- apiKey?: string | undefined;
1629
- } | undefined;
1630
- aws?: {
1631
- controllerRoleArn: string;
1632
- enabled: boolean;
1633
- } | undefined;
1634
- }, {
1635
- type: "connected" | "managed";
1636
- id: string;
1637
- limits?: {
1638
- cpu: number;
1639
- } | undefined;
1640
- gcp?: {
1641
- project: string;
1642
- enabled?: boolean | undefined;
1643
- } | undefined;
1644
- hetzner?: {
1645
- apiKey?: string | undefined;
1646
- enabled?: boolean | undefined;
1647
- } | {
1648
- apiKey?: string | undefined;
1649
- enabled?: boolean | undefined;
1650
- } | undefined;
1651
- aws?: {
1652
- controllerRoleArn: string;
1653
- enabled?: boolean | undefined;
1654
- } | undefined;
1655
- }>, "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
+ */
1656
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
+ */
1657
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
+ */
1658
1267
  export declare const zGetFleetResponse: z.ZodObject<{
1659
1268
  limits: z.ZodOptional<z.ZodObject<{
1660
1269
  cpu: z.ZodNumber;
1661
- }, "strip", z.ZodTypeAny, {
1662
- cpu: number;
1663
- }, {
1664
- cpu: number;
1665
- }>>;
1270
+ }, z.core.$strip>>;
1666
1271
  gcp: z.ZodOptional<z.ZodObject<{
1667
1272
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1668
1273
  project: z.ZodString;
1669
- }, "strip", z.ZodTypeAny, {
1670
- project: string;
1671
- enabled: boolean;
1672
- }, {
1673
- project: string;
1674
- enabled?: boolean | undefined;
1675
- }>>;
1676
- hetzner: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1677
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1678
- apiKey: z.ZodOptional<z.ZodString>;
1679
- }, "strip", z.ZodTypeAny, {
1680
- enabled: boolean;
1681
- apiKey?: string | undefined;
1682
- }, {
1683
- apiKey?: string | undefined;
1684
- enabled?: boolean | undefined;
1685
- }>, z.ZodObject<{
1686
- apiKey: z.ZodOptional<z.ZodString>;
1274
+ }, z.core.$strip>>;
1275
+ hetzner: z.ZodOptional<z.ZodObject<{
1687
1276
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1688
- }, "strip", z.ZodTypeAny, {
1689
- enabled: boolean;
1690
- apiKey?: string | undefined;
1691
- }, {
1692
- apiKey?: string | undefined;
1693
- enabled?: boolean | undefined;
1694
- }>]>>;
1277
+ apiKey: z.ZodString;
1278
+ }, z.core.$strip>>;
1695
1279
  aws: z.ZodOptional<z.ZodObject<{
1696
1280
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1697
1281
  controllerRoleArn: z.ZodString;
1698
- }, "strip", z.ZodTypeAny, {
1699
- controllerRoleArn: string;
1700
- enabled: boolean;
1701
- }, {
1702
- controllerRoleArn: string;
1703
- enabled?: boolean | undefined;
1704
- }>>;
1282
+ }, z.core.$strip>>;
1705
1283
  id: z.ZodString;
1706
- type: z.ZodEnum<["managed", "connected"]>;
1707
- }, "strip", z.ZodTypeAny, {
1708
- type: "connected" | "managed";
1709
- id: string;
1710
- limits?: {
1711
- cpu: number;
1712
- } | undefined;
1713
- gcp?: {
1714
- project: string;
1715
- enabled: boolean;
1716
- } | undefined;
1717
- hetzner?: {
1718
- enabled: boolean;
1719
- apiKey?: string | undefined;
1720
- } | {
1721
- enabled: boolean;
1722
- apiKey?: string | undefined;
1723
- } | undefined;
1724
- aws?: {
1725
- controllerRoleArn: string;
1726
- enabled: boolean;
1727
- } | undefined;
1728
- }, {
1729
- type: "connected" | "managed";
1730
- id: string;
1731
- limits?: {
1732
- cpu: number;
1733
- } | undefined;
1734
- gcp?: {
1735
- project: string;
1736
- enabled?: boolean | undefined;
1737
- } | undefined;
1738
- hetzner?: {
1739
- apiKey?: string | undefined;
1740
- enabled?: boolean | undefined;
1741
- } | {
1742
- apiKey?: string | undefined;
1743
- enabled?: boolean | undefined;
1744
- } | undefined;
1745
- aws?: {
1746
- controllerRoleArn: string;
1747
- enabled?: boolean | undefined;
1748
- } | undefined;
1749
- }>;
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
+ */
1750
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
+ */
1751
1316
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1752
1317
  name: z.ZodString;
1753
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1754
- tier: z.ZodEnum<["basic", "pro"]>;
1755
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1756
- id: z.ZodString;
1757
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1758
- endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
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
+ }>]>>;
1759
1341
  certificate_ca: z.ZodOptional<z.ZodString>;
1760
1342
  version_current: z.ZodOptional<z.ZodString>;
1761
1343
  created_at: z.ZodOptional<z.ZodString>;
1762
1344
  updated_at: z.ZodOptional<z.ZodString>;
1763
1345
  ready: z.ZodOptional<z.ZodBoolean>;
1764
- }, "strip", z.ZodTypeAny, {
1765
- name: string;
1766
- id: string;
1767
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1768
- tier: "basic" | "pro";
1769
- version_channel: string;
1770
- region?: "staging" | "northamerica-central-1" | undefined;
1771
- endpoint?: string | undefined;
1772
- certificate_ca?: string | undefined;
1773
- version_current?: string | undefined;
1774
- created_at?: string | undefined;
1775
- updated_at?: string | undefined;
1776
- ready?: boolean | undefined;
1777
- }, {
1778
- name: string;
1779
- id: string;
1780
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1781
- tier: "basic" | "pro";
1782
- region?: "staging" | "northamerica-central-1" | undefined;
1783
- endpoint?: string | undefined;
1784
- version_channel?: string | undefined;
1785
- certificate_ca?: string | undefined;
1786
- version_current?: string | undefined;
1787
- created_at?: string | undefined;
1788
- updated_at?: string | undefined;
1789
- ready?: boolean | undefined;
1790
- }>, "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
+ */
1791
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
+ */
1792
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
+ */
1793
1384
  export declare const zGetClusterResponse: z.ZodObject<{
1794
1385
  name: z.ZodString;
1795
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1796
- tier: z.ZodEnum<["basic", "pro"]>;
1797
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1798
- id: z.ZodString;
1799
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1800
- 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
+ }>]>>;
1801
1409
  certificate_ca: z.ZodOptional<z.ZodString>;
1802
1410
  version_current: z.ZodOptional<z.ZodString>;
1803
1411
  created_at: z.ZodOptional<z.ZodString>;
1804
1412
  updated_at: z.ZodOptional<z.ZodString>;
1805
1413
  ready: z.ZodOptional<z.ZodBoolean>;
1806
- }, "strip", z.ZodTypeAny, {
1807
- name: string;
1808
- id: string;
1809
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1810
- tier: "basic" | "pro";
1811
- version_channel: string;
1812
- region?: "staging" | "northamerica-central-1" | undefined;
1813
- endpoint?: string | undefined;
1814
- certificate_ca?: string | undefined;
1815
- version_current?: string | undefined;
1816
- created_at?: string | undefined;
1817
- updated_at?: string | undefined;
1818
- ready?: boolean | undefined;
1819
- }, {
1820
- name: string;
1821
- id: string;
1822
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1823
- tier: "basic" | "pro";
1824
- region?: "staging" | "northamerica-central-1" | undefined;
1825
- endpoint?: string | undefined;
1826
- version_channel?: string | undefined;
1827
- certificate_ca?: string | undefined;
1828
- version_current?: string | undefined;
1829
- created_at?: string | undefined;
1830
- updated_at?: string | undefined;
1831
- ready?: boolean | undefined;
1832
- }>;
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
+ */
1833
1430
  export declare const zUpdateClusterResponse: z.ZodObject<{
1834
1431
  name: z.ZodString;
1835
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1836
- tier: z.ZodEnum<["basic", "pro"]>;
1837
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1838
- id: z.ZodString;
1839
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1840
- 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
+ }>]>>;
1841
1455
  certificate_ca: z.ZodOptional<z.ZodString>;
1842
1456
  version_current: z.ZodOptional<z.ZodString>;
1843
1457
  created_at: z.ZodOptional<z.ZodString>;
1844
1458
  updated_at: z.ZodOptional<z.ZodString>;
1845
1459
  ready: z.ZodOptional<z.ZodBoolean>;
1846
- }, "strip", z.ZodTypeAny, {
1847
- name: string;
1848
- id: string;
1849
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1850
- tier: "basic" | "pro";
1851
- version_channel: string;
1852
- region?: "staging" | "northamerica-central-1" | undefined;
1853
- endpoint?: string | undefined;
1854
- certificate_ca?: string | undefined;
1855
- version_current?: string | undefined;
1856
- created_at?: string | undefined;
1857
- updated_at?: string | undefined;
1858
- ready?: boolean | undefined;
1859
- }, {
1860
- name: string;
1861
- id: string;
1862
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1863
- tier: "basic" | "pro";
1864
- region?: "staging" | "northamerica-central-1" | undefined;
1865
- endpoint?: string | undefined;
1866
- version_channel?: string | undefined;
1867
- certificate_ca?: string | undefined;
1868
- version_current?: string | undefined;
1869
- created_at?: string | undefined;
1870
- updated_at?: string | undefined;
1871
- ready?: boolean | undefined;
1872
- }>;
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
+ */
1873
1468
  export declare const zGetJoinInformationResponse: z.ZodObject<{
1874
- name: z.ZodString;
1875
- region: z.ZodOptional<z.ZodEnum<["staging", "northamerica-central-1"]>>;
1876
- tier: z.ZodEnum<["basic", "pro"]>;
1877
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1878
- id: z.ZodString;
1879
- status: z.ZodEnum<["active", "deleted", "creating", "deployed", "failed", "updating"]>;
1880
- endpoint: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<[""]>]>>;
1881
- certificate_ca: z.ZodOptional<z.ZodString>;
1882
- version_current: z.ZodOptional<z.ZodString>;
1883
- created_at: z.ZodOptional<z.ZodString>;
1884
- updated_at: z.ZodOptional<z.ZodString>;
1885
- ready: z.ZodOptional<z.ZodBoolean>;
1886
- }, "strip", z.ZodTypeAny, {
1887
- name: string;
1888
- id: string;
1889
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1890
- tier: "basic" | "pro";
1891
- version_channel: string;
1892
- region?: "staging" | "northamerica-central-1" | undefined;
1893
- endpoint?: string | undefined;
1894
- certificate_ca?: string | undefined;
1895
- version_current?: string | undefined;
1896
- created_at?: string | undefined;
1897
- updated_at?: string | undefined;
1898
- ready?: boolean | undefined;
1899
- }, {
1900
- name: string;
1901
- id: string;
1902
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1903
- tier: "basic" | "pro";
1904
- region?: "staging" | "northamerica-central-1" | undefined;
1905
- endpoint?: string | undefined;
1906
- version_channel?: string | undefined;
1907
- certificate_ca?: string | undefined;
1908
- version_current?: string | undefined;
1909
- created_at?: string | undefined;
1910
- updated_at?: string | undefined;
1911
- ready?: boolean | undefined;
1912
- }>;
1913
- export declare const zGetInfrastructureResponse: z.ZodArray<z.ZodObject<{
1914
- sku: z.ZodString;
1915
- provider: z.ZodString;
1916
- region: z.ZodString;
1917
- sub_region: z.ZodString;
1918
- csp_region: z.ZodString;
1919
- csp_zone: z.ZodString;
1920
- instance_type: z.ZodString;
1921
- architecture: z.ZodString;
1922
- os: z.ZodString;
1923
- vcpu: z.ZodNumber;
1924
- memory: z.ZodNumber;
1925
- local_storage: z.ZodNumber;
1926
- accelerator_name: z.ZodOptional<z.ZodString>;
1927
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
1928
- accelerator_count: z.ZodOptional<z.ZodNumber>;
1929
- accelerator_memory: z.ZodOptional<z.ZodNumber>;
1930
- pods_capacity: z.ZodOptional<z.ZodNumber>;
1931
- capacity_type: z.ZodOptional<z.ZodString>;
1932
- price: z.ZodNumber;
1933
- available: z.ZodOptional<z.ZodBoolean>;
1934
- }, "strip", z.ZodTypeAny, {
1935
- memory: number;
1936
- region: string;
1937
- sku: string;
1938
- provider: string;
1939
- sub_region: string;
1940
- csp_region: string;
1941
- csp_zone: string;
1942
- instance_type: string;
1943
- architecture: string;
1944
- os: string;
1945
- vcpu: number;
1946
- local_storage: number;
1947
- price: number;
1948
- accelerator_name?: string | undefined;
1949
- accelerator_manufacturer?: string | undefined;
1950
- accelerator_count?: number | undefined;
1951
- accelerator_memory?: number | undefined;
1952
- pods_capacity?: number | undefined;
1953
- capacity_type?: string | undefined;
1954
- available?: boolean | undefined;
1955
- }, {
1956
- memory: number;
1957
- region: string;
1958
- sku: string;
1959
- provider: string;
1960
- sub_region: string;
1961
- csp_region: string;
1962
- csp_zone: string;
1963
- instance_type: string;
1964
- architecture: string;
1965
- os: string;
1966
- vcpu: number;
1967
- local_storage: number;
1968
- price: number;
1969
- accelerator_name?: string | undefined;
1970
- accelerator_manufacturer?: string | undefined;
1971
- accelerator_count?: number | undefined;
1972
- accelerator_memory?: number | undefined;
1973
- pods_capacity?: number | undefined;
1974
- capacity_type?: string | undefined;
1975
- available?: boolean | undefined;
1976
- }>, "many">;
1977
- export declare const zGetFacetsResponse: z.ZodArray<z.ZodObject<{
1978
- provider: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1979
- region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1980
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1981
- csp_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1982
- vcpu_min: z.ZodOptional<z.ZodNumber>;
1983
- vcpu_max: z.ZodOptional<z.ZodNumber>;
1984
- memory_min: z.ZodOptional<z.ZodNumber>;
1985
- memory_max: z.ZodOptional<z.ZodNumber>;
1986
- storage_local_min: z.ZodOptional<z.ZodNumber>;
1987
- storage_local_max: z.ZodOptional<z.ZodNumber>;
1988
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1989
- accelerator_manufacturer: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1990
- accelerator_count_min: z.ZodOptional<z.ZodNumber>;
1991
- accelerator_count_max: z.ZodOptional<z.ZodNumber>;
1992
- accelerator_memory_min: z.ZodOptional<z.ZodNumber>;
1993
- accelerator_memory_max: z.ZodOptional<z.ZodNumber>;
1994
- price_min: z.ZodOptional<z.ZodNumber>;
1995
- price_max: z.ZodOptional<z.ZodNumber>;
1996
- regions_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
1997
- region: z.ZodOptional<z.ZodString>;
1998
- sub_region: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1999
- }, "strip", z.ZodTypeAny, {
2000
- region?: string | undefined;
2001
- sub_region?: string[] | undefined;
2002
- }, {
2003
- region?: string | undefined;
2004
- sub_region?: string[] | undefined;
2005
- }>, "many">>;
2006
- accelerators_struct: z.ZodOptional<z.ZodArray<z.ZodObject<{
2007
- accelerator_manufacturer: z.ZodOptional<z.ZodString>;
2008
- accelerator_name: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2009
- }, "strip", z.ZodTypeAny, {
2010
- accelerator_name?: string[] | undefined;
2011
- accelerator_manufacturer?: string | undefined;
2012
- }, {
2013
- accelerator_name?: string[] | undefined;
2014
- accelerator_manufacturer?: string | undefined;
2015
- }>, "many">>;
2016
- count_total: z.ZodOptional<z.ZodNumber>;
2017
- count_accelerators: z.ZodOptional<z.ZodNumber>;
2018
- count_instance_types: z.ZodOptional<z.ZodNumber>;
2019
- count_accelerators_instance_types: z.ZodOptional<z.ZodNumber>;
2020
- }, "strip", z.ZodTypeAny, {
2021
- region?: string[] | undefined;
2022
- provider?: string[] | undefined;
2023
- sub_region?: string[] | undefined;
2024
- csp_region?: string[] | undefined;
2025
- accelerator_name?: string[] | undefined;
2026
- accelerator_manufacturer?: string[] | undefined;
2027
- accelerator_count_min?: number | undefined;
2028
- accelerator_count_max?: number | undefined;
2029
- accelerator_memory_min?: number | undefined;
2030
- accelerator_memory_max?: number | undefined;
2031
- memory_min?: number | undefined;
2032
- memory_max?: number | undefined;
2033
- vcpu_min?: number | undefined;
2034
- vcpu_max?: number | undefined;
2035
- storage_local_min?: number | undefined;
2036
- storage_local_max?: number | undefined;
2037
- price_min?: number | undefined;
2038
- price_max?: number | undefined;
2039
- regions_struct?: {
2040
- region?: string | undefined;
2041
- sub_region?: string[] | undefined;
2042
- }[] | undefined;
2043
- accelerators_struct?: {
2044
- accelerator_name?: string[] | undefined;
2045
- accelerator_manufacturer?: string | undefined;
2046
- }[] | undefined;
2047
- count_total?: number | undefined;
2048
- count_accelerators?: number | undefined;
2049
- count_instance_types?: number | undefined;
2050
- count_accelerators_instance_types?: number | undefined;
2051
- }, {
2052
- region?: string[] | undefined;
2053
- provider?: string[] | undefined;
2054
- sub_region?: string[] | undefined;
2055
- csp_region?: string[] | undefined;
2056
- accelerator_name?: string[] | undefined;
2057
- accelerator_manufacturer?: string[] | undefined;
2058
- accelerator_count_min?: number | undefined;
2059
- accelerator_count_max?: number | undefined;
2060
- accelerator_memory_min?: number | undefined;
2061
- accelerator_memory_max?: number | undefined;
2062
- memory_min?: number | undefined;
2063
- memory_max?: number | undefined;
2064
- vcpu_min?: number | undefined;
2065
- vcpu_max?: number | undefined;
2066
- storage_local_min?: number | undefined;
2067
- storage_local_max?: number | undefined;
2068
- price_min?: number | undefined;
2069
- price_max?: number | undefined;
2070
- regions_struct?: {
2071
- region?: string | undefined;
2072
- sub_region?: string[] | undefined;
2073
- }[] | undefined;
2074
- accelerators_struct?: {
2075
- accelerator_name?: string[] | undefined;
2076
- accelerator_manufacturer?: string | undefined;
2077
- }[] | undefined;
2078
- count_total?: number | undefined;
2079
- count_accelerators?: number | undefined;
2080
- count_instance_types?: number | undefined;
2081
- count_accelerators_instance_types?: number | undefined;
2082
- }>, "many">;
2083
- export declare const zGetRegionsResponse: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
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
+ */
2084
1489
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2085
1490
  id: z.ZodOptional<z.ZodString>;
2086
- organization_id: z.ZodOptional<z.ZodString>;
2087
- date_created: z.ZodString;
2088
- email: z.ZodOptional<z.ZodString>;
1491
+ organization_id: z.ZodOptional<z.ZodUUID>;
1492
+ date_created: z.ZodISODateTime;
1493
+ email: z.ZodOptional<z.ZodEmail>;
2089
1494
  code: z.ZodOptional<z.ZodString>;
2090
- }, "strip", z.ZodTypeAny, {
2091
- date_created: string;
2092
- code?: string | undefined;
2093
- id?: string | undefined;
2094
- email?: string | undefined;
2095
- organization_id?: string | undefined;
2096
- }, {
2097
- date_created: string;
2098
- code?: string | undefined;
2099
- id?: string | undefined;
2100
- email?: string | undefined;
2101
- organization_id?: string | undefined;
2102
- }>, "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
+ */
2103
1502
  export declare const zCreateInviteResponse: z.ZodObject<{
2104
1503
  id: z.ZodOptional<z.ZodString>;
2105
- organization_id: z.ZodOptional<z.ZodString>;
2106
- date_created: z.ZodString;
2107
- email: z.ZodOptional<z.ZodString>;
1504
+ organization_id: z.ZodOptional<z.ZodUUID>;
1505
+ date_created: z.ZodISODateTime;
1506
+ email: z.ZodOptional<z.ZodEmail>;
2108
1507
  code: z.ZodOptional<z.ZodString>;
2109
- }, "strip", z.ZodTypeAny, {
2110
- date_created: string;
2111
- code?: string | undefined;
2112
- id?: string | undefined;
2113
- email?: string | undefined;
2114
- organization_id?: string | undefined;
2115
- }, {
2116
- date_created: string;
2117
- code?: string | undefined;
2118
- id?: string | undefined;
2119
- email?: string | undefined;
2120
- organization_id?: string | undefined;
2121
- }>;
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
+ */
2122
1515
  export declare const zGetInviteResponse: z.ZodObject<{
2123
1516
  id: z.ZodOptional<z.ZodString>;
2124
- organization_id: z.ZodOptional<z.ZodString>;
2125
- date_created: z.ZodString;
2126
- email: z.ZodOptional<z.ZodString>;
1517
+ organization_id: z.ZodOptional<z.ZodUUID>;
1518
+ date_created: z.ZodISODateTime;
1519
+ email: z.ZodOptional<z.ZodEmail>;
2127
1520
  code: z.ZodOptional<z.ZodString>;
2128
- }, "strip", z.ZodTypeAny, {
2129
- date_created: string;
2130
- code?: string | undefined;
2131
- id?: string | undefined;
2132
- email?: string | undefined;
2133
- organization_id?: string | undefined;
2134
- }, {
2135
- date_created: string;
2136
- code?: string | undefined;
2137
- id?: string | undefined;
2138
- email?: string | undefined;
2139
- organization_id?: string | undefined;
2140
- }>;
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
+ */
1528
+ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1529
+ name: z.ZodString;
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;
1535
+ version: z.ZodString;
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
+ */
2141
1585
  export declare const zGetOrganizationResponse: z.ZodObject<{
2142
- id: z.ZodString;
1586
+ id: z.ZodUUID;
2143
1587
  name: z.ZodOptional<z.ZodString>;
2144
- date_created: z.ZodString;
1588
+ date_created: z.ZodISODateTime;
2145
1589
  quota: z.ZodObject<{
2146
- basic_clusters_max: z.ZodNumber;
2147
- basic_clusters_available: z.ZodNumber;
2148
- pro_clusters_max: z.ZodNumber;
2149
- pro_clusters_available: z.ZodNumber;
2150
- fleets_max: z.ZodNumber;
2151
- managed_fleets_cpu_max: z.ZodNumber;
2152
- cluster_tiers: z.ZodArray<z.ZodString, "many">;
2153
- 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>;
2154
1597
  versions: z.ZodArray<z.ZodObject<{
2155
1598
  id: z.ZodString;
2156
1599
  label: z.ZodString;
2157
- }, "strip", z.ZodTypeAny, {
2158
- id: string;
2159
- label: string;
2160
- }, {
2161
- id: string;
2162
- label: string;
2163
- }>, "many">;
2164
- }, "strip", z.ZodTypeAny, {
2165
- versions: {
2166
- id: string;
2167
- label: string;
2168
- }[];
2169
- basic_clusters_max: number;
2170
- basic_clusters_available: number;
2171
- pro_clusters_max: number;
2172
- pro_clusters_available: number;
2173
- fleets_max: number;
2174
- managed_fleets_cpu_max: number;
2175
- cluster_tiers: string[];
2176
- regions: string[];
2177
- }, {
2178
- versions: {
2179
- id: string;
2180
- label: string;
2181
- }[];
2182
- basic_clusters_max: number;
2183
- basic_clusters_available: number;
2184
- pro_clusters_max: number;
2185
- pro_clusters_available: number;
2186
- fleets_max: number;
2187
- managed_fleets_cpu_max: number;
2188
- cluster_tiers: string[];
2189
- 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";
2190
1609
  }>;
2191
- status: z.ZodEnum<["active", "closed", "suspended"]>;
2192
- }, "strip", z.ZodTypeAny, {
2193
- id: string;
2194
- status: "active" | "closed" | "suspended";
2195
- date_created: string;
2196
- quota: {
2197
- versions: {
2198
- id: string;
2199
- label: string;
2200
- }[];
2201
- basic_clusters_max: number;
2202
- basic_clusters_available: number;
2203
- pro_clusters_max: number;
2204
- pro_clusters_available: number;
2205
- fleets_max: number;
2206
- managed_fleets_cpu_max: number;
2207
- cluster_tiers: string[];
2208
- regions: string[];
2209
- };
2210
- name?: string | undefined;
2211
- }, {
2212
- id: string;
2213
- status: "active" | "closed" | "suspended";
2214
- date_created: string;
2215
- quota: {
2216
- versions: {
2217
- id: string;
2218
- label: string;
2219
- }[];
2220
- basic_clusters_max: number;
2221
- basic_clusters_available: number;
2222
- pro_clusters_max: number;
2223
- pro_clusters_available: number;
2224
- fleets_max: number;
2225
- managed_fleets_cpu_max: number;
2226
- cluster_tiers: string[];
2227
- regions: string[];
2228
- };
2229
- name?: string | undefined;
2230
- }>;
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
+ */
2231
1690
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2232
1691
  name: z.ZodString;
2233
- role: z.ZodEnum<["Administrator", "User"]>;
1692
+ role: z.ZodEnum<{
1693
+ Administrator: "Administrator";
1694
+ User: "User";
1695
+ }>;
2234
1696
  id: z.ZodOptional<z.ZodString>;
2235
1697
  secret: z.ZodOptional<z.ZodString>;
2236
- date_created: z.ZodString;
2237
- }, "strip", z.ZodTypeAny, {
2238
- name: string;
2239
- role: "User" | "Administrator";
2240
- date_created: string;
2241
- id?: string | undefined;
2242
- secret?: string | undefined;
2243
- }, {
2244
- name: string;
2245
- role: "User" | "Administrator";
2246
- date_created: string;
2247
- id?: string | undefined;
2248
- secret?: string | undefined;
2249
- }>, "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
+ */
2250
1710
  export declare const zCreateTokenResponse: z.ZodObject<{
2251
1711
  name: z.ZodString;
2252
- role: z.ZodEnum<["Administrator", "User"]>;
1712
+ role: z.ZodEnum<{
1713
+ Administrator: "Administrator";
1714
+ User: "User";
1715
+ }>;
2253
1716
  id: z.ZodOptional<z.ZodString>;
2254
1717
  secret: z.ZodOptional<z.ZodString>;
2255
- date_created: z.ZodString;
2256
- }, "strip", z.ZodTypeAny, {
2257
- name: string;
2258
- role: "User" | "Administrator";
2259
- date_created: string;
2260
- id?: string | undefined;
2261
- secret?: string | undefined;
2262
- }, {
2263
- name: string;
2264
- role: "User" | "Administrator";
2265
- date_created: string;
2266
- id?: string | undefined;
2267
- secret?: string | undefined;
2268
- }>;
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
+ */
2269
1729
  export declare const zGetTokenResponse: z.ZodObject<{
2270
1730
  name: z.ZodString;
2271
- role: z.ZodEnum<["Administrator", "User"]>;
1731
+ role: z.ZodEnum<{
1732
+ Administrator: "Administrator";
1733
+ User: "User";
1734
+ }>;
2272
1735
  id: z.ZodOptional<z.ZodString>;
2273
1736
  secret: z.ZodOptional<z.ZodString>;
2274
- date_created: z.ZodString;
2275
- }, "strip", z.ZodTypeAny, {
2276
- name: string;
2277
- role: "User" | "Administrator";
2278
- date_created: string;
2279
- id?: string | undefined;
2280
- secret?: string | undefined;
2281
- }, {
2282
- name: string;
2283
- role: "User" | "Administrator";
2284
- date_created: string;
2285
- id?: string | undefined;
2286
- secret?: string | undefined;
2287
- }>;
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
+ */
2288
1752
  export declare const zUpdateTokenResponse: z.ZodObject<{
2289
1753
  name: z.ZodString;
2290
- role: z.ZodEnum<["Administrator", "User"]>;
1754
+ role: z.ZodEnum<{
1755
+ Administrator: "Administrator";
1756
+ User: "User";
1757
+ }>;
2291
1758
  id: z.ZodOptional<z.ZodString>;
2292
1759
  secret: z.ZodOptional<z.ZodString>;
2293
- date_created: z.ZodString;
2294
- }, "strip", z.ZodTypeAny, {
2295
- name: string;
2296
- role: "User" | "Administrator";
2297
- date_created: string;
2298
- id?: string | undefined;
2299
- secret?: string | undefined;
2300
- }, {
2301
- name: string;
2302
- role: "User" | "Administrator";
2303
- date_created: string;
2304
- id?: string | undefined;
2305
- secret?: string | undefined;
2306
- }>;
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
+ */
2307
1768
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2308
1769
  name: z.ZodString;
2309
- role: z.ZodEnum<["Administrator", "User"]>;
1770
+ role: z.ZodEnum<{
1771
+ Administrator: "Administrator";
1772
+ User: "User";
1773
+ }>;
2310
1774
  id: z.ZodOptional<z.ZodString>;
2311
1775
  secret: z.ZodOptional<z.ZodString>;
2312
- date_created: z.ZodString;
2313
- }, "strip", z.ZodTypeAny, {
2314
- name: string;
2315
- role: "User" | "Administrator";
2316
- date_created: string;
2317
- id?: string | undefined;
2318
- secret?: string | undefined;
2319
- }, {
2320
- name: string;
2321
- role: "User" | "Administrator";
2322
- date_created: string;
2323
- id?: string | undefined;
2324
- secret?: string | undefined;
2325
- }>;
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
+ */
2326
1784
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2327
1785
  realm: z.ZodOptional<z.ZodString>;
2328
1786
  displayName: z.ZodOptional<z.ZodString>;
2329
- }, "strip", z.ZodTypeAny, {
2330
- realm?: string | undefined;
2331
- displayName?: string | undefined;
2332
- }, {
2333
- realm?: string | undefined;
2334
- displayName?: string | undefined;
2335
- }>, "many">;
1787
+ }, z.core.$strip>>;
1788
+ /**
1789
+ * An array of users
1790
+ */
2336
1791
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2337
- email: z.ZodString;
1792
+ email: z.ZodEmail;
2338
1793
  first_name: z.ZodString;
2339
1794
  last_name: z.ZodString;
2340
- role: z.ZodEnum<["Administrator", "User"]>;
2341
- status: z.ZodEnum<["active", "inactive"]>;
2342
- id: z.ZodString;
2343
- date_created: z.ZodString;
2344
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2345
- cluster_id: z.ZodString;
2346
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2347
- }, "strip", z.ZodTypeAny, {
2348
- cluster_id: string;
2349
- permissions: "readonly" | "readwrite";
2350
- }, {
2351
- cluster_id: string;
2352
- permissions: "readonly" | "readwrite";
2353
- }>, "many">>;
2354
- }, "strip", z.ZodTypeAny, {
2355
- id: string;
2356
- role: "User" | "Administrator";
2357
- email: string;
2358
- status: "active" | "inactive";
2359
- first_name: string;
2360
- last_name: string;
2361
- date_created: string;
2362
- cluster_permissions?: {
2363
- cluster_id: string;
2364
- permissions: "readonly" | "readwrite";
2365
- }[] | undefined;
2366
- }, {
2367
- id: string;
2368
- role: "User" | "Administrator";
2369
- email: string;
2370
- status: "active" | "inactive";
2371
- first_name: string;
2372
- last_name: string;
2373
- date_created: string;
2374
- cluster_permissions?: {
2375
- cluster_id: string;
2376
- permissions: "readonly" | "readwrite";
2377
- }[] | undefined;
2378
- }>, "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
+ */
2379
1824
  export declare const zCreateUserResponse: z.ZodObject<{
2380
- email: z.ZodString;
1825
+ email: z.ZodEmail;
2381
1826
  first_name: z.ZodString;
2382
1827
  last_name: z.ZodString;
2383
- role: z.ZodEnum<["Administrator", "User"]>;
2384
- status: z.ZodEnum<["active", "inactive"]>;
2385
- id: z.ZodString;
2386
- date_created: z.ZodString;
2387
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2388
- cluster_id: z.ZodString;
2389
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2390
- }, "strip", z.ZodTypeAny, {
2391
- cluster_id: string;
2392
- permissions: "readonly" | "readwrite";
2393
- }, {
2394
- cluster_id: string;
2395
- permissions: "readonly" | "readwrite";
2396
- }>, "many">>;
2397
- }, "strip", z.ZodTypeAny, {
2398
- id: string;
2399
- role: "User" | "Administrator";
2400
- email: string;
2401
- status: "active" | "inactive";
2402
- first_name: string;
2403
- last_name: string;
2404
- date_created: string;
2405
- cluster_permissions?: {
2406
- cluster_id: string;
2407
- permissions: "readonly" | "readwrite";
2408
- }[] | undefined;
2409
- }, {
2410
- id: string;
2411
- role: "User" | "Administrator";
2412
- email: string;
2413
- status: "active" | "inactive";
2414
- first_name: string;
2415
- last_name: string;
2416
- date_created: string;
2417
- cluster_permissions?: {
2418
- cluster_id: string;
2419
- permissions: "readonly" | "readwrite";
2420
- }[] | undefined;
2421
- }>;
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
+ */
2422
1845
  export declare const zDeleteUserResponse: z.ZodObject<{
2423
- email: z.ZodString;
1846
+ email: z.ZodEmail;
2424
1847
  first_name: z.ZodString;
2425
1848
  last_name: z.ZodString;
2426
- role: z.ZodEnum<["Administrator", "User"]>;
2427
- status: z.ZodEnum<["active", "inactive"]>;
2428
- id: z.ZodString;
2429
- date_created: z.ZodString;
2430
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2431
- cluster_id: z.ZodString;
2432
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2433
- }, "strip", z.ZodTypeAny, {
2434
- cluster_id: string;
2435
- permissions: "readonly" | "readwrite";
2436
- }, {
2437
- cluster_id: string;
2438
- permissions: "readonly" | "readwrite";
2439
- }>, "many">>;
2440
- }, "strip", z.ZodTypeAny, {
2441
- id: string;
2442
- role: "User" | "Administrator";
2443
- email: string;
2444
- status: "active" | "inactive";
2445
- first_name: string;
2446
- last_name: string;
2447
- date_created: string;
2448
- cluster_permissions?: {
2449
- cluster_id: string;
2450
- permissions: "readonly" | "readwrite";
2451
- }[] | undefined;
2452
- }, {
2453
- id: string;
2454
- role: "User" | "Administrator";
2455
- email: string;
2456
- status: "active" | "inactive";
2457
- first_name: string;
2458
- last_name: string;
2459
- date_created: string;
2460
- cluster_permissions?: {
2461
- cluster_id: string;
2462
- permissions: "readonly" | "readwrite";
2463
- }[] | undefined;
2464
- }>;
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
+ */
2465
1866
  export declare const zGetUserResponse: z.ZodObject<{
2466
- email: z.ZodString;
1867
+ email: z.ZodEmail;
2467
1868
  first_name: z.ZodString;
2468
1869
  last_name: z.ZodString;
2469
- role: z.ZodEnum<["Administrator", "User"]>;
2470
- status: z.ZodEnum<["active", "inactive"]>;
2471
- id: z.ZodString;
2472
- date_created: z.ZodString;
2473
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2474
- cluster_id: z.ZodString;
2475
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2476
- }, "strip", z.ZodTypeAny, {
2477
- cluster_id: string;
2478
- permissions: "readonly" | "readwrite";
2479
- }, {
2480
- cluster_id: string;
2481
- permissions: "readonly" | "readwrite";
2482
- }>, "many">>;
2483
- }, "strip", z.ZodTypeAny, {
2484
- id: string;
2485
- role: "User" | "Administrator";
2486
- email: string;
2487
- status: "active" | "inactive";
2488
- first_name: string;
2489
- last_name: string;
2490
- date_created: string;
2491
- cluster_permissions?: {
2492
- cluster_id: string;
2493
- permissions: "readonly" | "readwrite";
2494
- }[] | undefined;
2495
- }, {
2496
- id: string;
2497
- role: "User" | "Administrator";
2498
- email: string;
2499
- status: "active" | "inactive";
2500
- first_name: string;
2501
- last_name: string;
2502
- date_created: string;
2503
- cluster_permissions?: {
2504
- cluster_id: string;
2505
- permissions: "readonly" | "readwrite";
2506
- }[] | undefined;
2507
- }>;
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
+ */
2508
1900
  export declare const zUpdateUserResponse: z.ZodObject<{
2509
- email: z.ZodString;
2510
- first_name: z.ZodString;
2511
- last_name: z.ZodString;
2512
- role: z.ZodEnum<["Administrator", "User"]>;
2513
- status: z.ZodEnum<["active", "inactive"]>;
2514
- id: z.ZodString;
2515
- date_created: z.ZodString;
2516
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2517
- cluster_id: z.ZodString;
2518
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2519
- }, "strip", z.ZodTypeAny, {
2520
- cluster_id: string;
2521
- permissions: "readonly" | "readwrite";
2522
- }, {
2523
- cluster_id: string;
2524
- permissions: "readonly" | "readwrite";
2525
- }>, "many">>;
2526
- }, "strip", z.ZodTypeAny, {
2527
- id: string;
2528
- role: "User" | "Administrator";
2529
- email: string;
2530
- status: "active" | "inactive";
2531
- first_name: string;
2532
- last_name: string;
2533
- date_created: string;
2534
- cluster_permissions?: {
2535
- cluster_id: string;
2536
- permissions: "readonly" | "readwrite";
2537
- }[] | undefined;
2538
- }, {
2539
- id: string;
2540
- role: "User" | "Administrator";
2541
- email: string;
2542
- status: "active" | "inactive";
2543
- first_name: string;
2544
- last_name: string;
2545
- date_created: string;
2546
- cluster_permissions?: {
2547
- cluster_id: string;
2548
- permissions: "readonly" | "readwrite";
2549
- }[] | undefined;
2550
- }>;
2551
- export declare const zDeleteClusterPermissionsResponse: z.ZodObject<{
2552
- email: z.ZodString;
2553
- first_name: z.ZodString;
2554
- last_name: z.ZodString;
2555
- role: z.ZodEnum<["Administrator", "User"]>;
2556
- status: z.ZodEnum<["active", "inactive"]>;
2557
- id: z.ZodString;
2558
- date_created: z.ZodString;
2559
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2560
- cluster_id: z.ZodString;
2561
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2562
- }, "strip", z.ZodTypeAny, {
2563
- cluster_id: string;
2564
- permissions: "readonly" | "readwrite";
2565
- }, {
2566
- cluster_id: string;
2567
- permissions: "readonly" | "readwrite";
2568
- }>, "many">>;
2569
- }, "strip", z.ZodTypeAny, {
2570
- id: string;
2571
- role: "User" | "Administrator";
2572
- email: string;
2573
- status: "active" | "inactive";
2574
- first_name: string;
2575
- last_name: string;
2576
- date_created: string;
2577
- cluster_permissions?: {
2578
- cluster_id: string;
2579
- permissions: "readonly" | "readwrite";
2580
- }[] | undefined;
2581
- }, {
2582
- id: string;
2583
- role: "User" | "Administrator";
2584
- email: string;
2585
- status: "active" | "inactive";
2586
- first_name: string;
2587
- last_name: string;
2588
- date_created: string;
2589
- cluster_permissions?: {
2590
- cluster_id: string;
2591
- permissions: "readonly" | "readwrite";
2592
- }[] | undefined;
2593
- }>;
2594
- export declare const zSetClusterPermissionsResponse: z.ZodObject<{
2595
- email: z.ZodString;
1901
+ email: z.ZodEmail;
2596
1902
  first_name: z.ZodString;
2597
1903
  last_name: z.ZodString;
2598
- role: z.ZodEnum<["Administrator", "User"]>;
2599
- status: z.ZodEnum<["active", "inactive"]>;
2600
- id: z.ZodString;
2601
- date_created: z.ZodString;
2602
- cluster_permissions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2603
- cluster_id: z.ZodString;
2604
- permissions: z.ZodEnum<["readwrite", "readonly"]>;
2605
- }, "strip", z.ZodTypeAny, {
2606
- cluster_id: string;
2607
- permissions: "readonly" | "readwrite";
2608
- }, {
2609
- cluster_id: string;
2610
- permissions: "readonly" | "readwrite";
2611
- }>, "many">>;
2612
- }, "strip", z.ZodTypeAny, {
2613
- id: string;
2614
- role: "User" | "Administrator";
2615
- email: string;
2616
- status: "active" | "inactive";
2617
- first_name: string;
2618
- last_name: string;
2619
- date_created: string;
2620
- cluster_permissions?: {
2621
- cluster_id: string;
2622
- permissions: "readonly" | "readwrite";
2623
- }[] | undefined;
2624
- }, {
2625
- id: string;
2626
- role: "User" | "Administrator";
2627
- email: string;
2628
- status: "active" | "inactive";
2629
- first_name: string;
2630
- last_name: string;
2631
- date_created: string;
2632
- cluster_permissions?: {
2633
- cluster_id: string;
2634
- permissions: "readonly" | "readwrite";
2635
- }[] | undefined;
2636
- }>;
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>;
2637
1915
  //# sourceMappingURL=zod.gen.d.ts.map