@cloudfleet/sdk 0.0.1-76e2a56 → 0.0.1-7a6b7de

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 +4 -4
  18. package/dist/client.gen.d.ts.map +1 -1
  19. package/dist/client.gen.js +2 -4
  20. package/dist/client.gen.js.map +1 -1
  21. package/dist/core/auth.gen.d.ts +19 -0
  22. package/dist/core/auth.gen.d.ts.map +1 -0
  23. package/dist/core/auth.gen.js +15 -0
  24. package/dist/core/auth.gen.js.map +1 -0
  25. package/dist/core/bodySerializer.gen.d.ts +26 -0
  26. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  27. package/dist/core/bodySerializer.gen.js +58 -0
  28. package/dist/core/bodySerializer.gen.js.map +1 -0
  29. package/dist/core/params.gen.d.ts +44 -0
  30. package/dist/core/params.gen.d.ts.map +1 -0
  31. package/dist/core/params.gen.js +101 -0
  32. package/dist/core/params.gen.js.map +1 -0
  33. package/dist/core/pathSerializer.gen.d.ts +34 -0
  34. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  35. package/dist/core/pathSerializer.gen.js +107 -0
  36. package/dist/core/pathSerializer.gen.js.map +1 -0
  37. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  38. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  39. package/dist/core/queryKeySerializer.gen.js +93 -0
  40. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  41. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  42. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  43. package/dist/core/serverSentEvents.gen.js +134 -0
  44. package/dist/core/serverSentEvents.gen.js.map +1 -0
  45. package/dist/core/types.gen.d.ts +79 -0
  46. package/dist/core/types.gen.d.ts.map +1 -0
  47. package/dist/core/types.gen.js +3 -0
  48. package/dist/core/types.gen.js.map +1 -0
  49. package/dist/core/utils.gen.d.ts +20 -0
  50. package/dist/core/utils.gen.d.ts.map +1 -0
  51. package/dist/core/utils.gen.js +88 -0
  52. package/dist/core/utils.gen.js.map +1 -0
  53. package/dist/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 +959 -887
  58. package/dist/schemas.gen.d.ts.map +1 -1
  59. package/dist/schemas.gen.js +1436 -943
  60. package/dist/schemas.gen.js.map +1 -1
  61. package/dist/sdk.gen.d.ts +211 -142
  62. package/dist/sdk.gen.d.ts.map +1 -1
  63. package/dist/sdk.gen.js +274 -221
  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 +904 -770
  78. package/dist/types.gen.d.ts.map +1 -1
  79. package/dist/zod.gen.d.ts +1679 -2400
  80. package/dist/zod.gen.d.ts.map +1 -1
  81. package/dist/zod.gen.js +673 -838
  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,642 @@ 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
- ready?: boolean | undefined;
137
- region?: "staging" | "northamerica-central-1" | undefined;
138
- endpoint?: string | undefined;
139
- certificate_ca?: string | undefined;
140
- version_current?: string | undefined;
141
- created_at?: string | undefined;
142
- updated_at?: string | undefined;
143
- }, {
144
- name: string;
145
- id: string;
146
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
147
- tier: "basic" | "pro";
148
- ready?: boolean | undefined;
149
- region?: "staging" | "northamerica-central-1" | undefined;
150
- endpoint?: string | undefined;
151
- version_channel?: string | undefined;
152
- certificate_ca?: string | undefined;
153
- version_current?: string | undefined;
154
- created_at?: string | undefined;
155
- updated_at?: string | 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
627
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
649
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
694
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
716
- id?: string | undefined;
717
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
739
- id?: string | undefined;
740
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
741
- items?: {
742
- currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
743
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
775
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
798
- id?: string | undefined;
799
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
800
- items?: {
801
- currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
802
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
834
- 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
+ cfcr_storage_gb: z.ZodInt;
394
+ }, z.core.$strip>;
395
+ status: z.ZodEnum<{
396
+ active: "active";
397
+ closed: "closed";
398
+ suspended: "suspended";
924
399
  }>;
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
- }>;
400
+ }, z.core.$strip>;
965
401
  export declare const zPaymentMethod: z.ZodObject<{
966
- id: z.ZodString;
402
+ id: z.ZodUUID;
967
403
  setup: z.ZodBoolean;
968
- type: z.ZodEnum<["card"]>;
404
+ type: z.ZodEnum<{
405
+ card: "card";
406
+ }>;
969
407
  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" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
981
- }, {
982
- type: "card";
983
- id: string;
984
- setup: boolean;
985
- last4: string;
986
- exp_month: number;
987
- exp_year: number;
988
- brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
989
- }>;
408
+ exp_month: z.ZodInt;
409
+ exp_year: z.ZodInt;
410
+ brand: z.ZodEnum<{
411
+ unknown: "unknown";
412
+ amex: "amex";
413
+ diners: "diners";
414
+ discover: "discover";
415
+ eftpos_au: "eftpos_au";
416
+ jcb: "jcb";
417
+ mastercard: "mastercard";
418
+ unionpay: "unionpay";
419
+ visa: "visa";
420
+ }>;
421
+ }, z.core.$strip>;
422
+ export declare const zPlatformQuota: z.ZodObject<{
423
+ basic_clusters_max: z.ZodInt;
424
+ basic_clusters_available: z.ZodInt;
425
+ pro_clusters_max: z.ZodInt;
426
+ pro_clusters_available: z.ZodInt;
427
+ fleets_max: z.ZodInt;
428
+ cluster_tiers: z.ZodArray<z.ZodString>;
429
+ regions: z.ZodArray<z.ZodString>;
430
+ versions: z.ZodArray<z.ZodObject<{
431
+ id: z.ZodString;
432
+ label: z.ZodString;
433
+ }, z.core.$strip>>;
434
+ cfcr_storage_gb: z.ZodInt;
435
+ }, z.core.$strip>;
436
+ export declare const zRegistryRepository: z.ZodObject<{
437
+ name: z.ZodString;
438
+ region: z.ZodString;
439
+ uri: z.ZodString;
440
+ }, z.core.$strip>;
441
+ export declare const zRegistryRepositoryWithTags: z.ZodObject<{
442
+ name: z.ZodString;
443
+ region: z.ZodString;
444
+ uri: z.ZodString;
445
+ tags: z.ZodArray<z.ZodObject<{
446
+ name: z.ZodString;
447
+ size: z.ZodNumber;
448
+ mediaType: z.ZodOptional<z.ZodString>;
449
+ platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
450
+ }, z.core.$strip>>;
451
+ totalSize: z.ZodNumber;
452
+ }, z.core.$strip>;
453
+ export declare const zRegistryTag: z.ZodObject<{
454
+ name: z.ZodString;
455
+ digest: z.ZodString;
456
+ mediaType: z.ZodOptional<z.ZodString>;
457
+ config: z.ZodOptional<z.ZodObject<{
458
+ size: z.ZodNumber;
459
+ }, z.core.$strip>>;
460
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
461
+ digest: z.ZodOptional<z.ZodString>;
462
+ size: z.ZodNumber;
463
+ }, z.core.$strip>>>;
464
+ manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
465
+ digest: z.ZodString;
466
+ platform: z.ZodOptional<z.ZodObject<{
467
+ architecture: z.ZodString;
468
+ os: z.ZodString;
469
+ variant: z.ZodOptional<z.ZodString>;
470
+ }, z.core.$strip>>;
471
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
472
+ digest: z.ZodOptional<z.ZodString>;
473
+ size: z.ZodNumber;
474
+ }, z.core.$strip>>>;
475
+ size: z.ZodOptional<z.ZodNumber>;
476
+ }, z.core.$strip>>>;
477
+ size: z.ZodNumber;
478
+ region: z.ZodString;
479
+ repository: z.ZodString;
480
+ uri: z.ZodString;
481
+ }, z.core.$strip>;
990
482
  export declare const zTokenCreateInput: z.ZodObject<{
991
483
  name: z.ZodString;
992
- role: z.ZodEnum<["Administrator", "User"]>;
993
- }, "strip", z.ZodTypeAny, {
994
- name: string;
995
- role: "Administrator" | "User";
996
- }, {
997
- name: string;
998
- role: "Administrator" | "User";
999
- }>;
484
+ role: z.ZodEnum<{
485
+ Administrator: "Administrator";
486
+ User: "User";
487
+ }>;
488
+ }, z.core.$strip>;
1000
489
  export declare const zToken: z.ZodObject<{
1001
490
  name: z.ZodString;
1002
- role: z.ZodEnum<["Administrator", "User"]>;
491
+ role: z.ZodEnum<{
492
+ Administrator: "Administrator";
493
+ User: "User";
494
+ }>;
1003
495
  id: z.ZodOptional<z.ZodString>;
1004
496
  secret: z.ZodOptional<z.ZodString>;
1005
- date_created: z.ZodString;
1006
- }, "strip", z.ZodTypeAny, {
1007
- name: string;
1008
- role: "Administrator" | "User";
1009
- date_created: string;
1010
- id?: string | undefined;
1011
- secret?: string | undefined;
1012
- }, {
1013
- name: string;
1014
- role: "Administrator" | "User";
1015
- date_created: string;
1016
- id?: string | undefined;
1017
- secret?: string | undefined;
1018
- }>;
497
+ date_created: z.ZodISODateTime;
498
+ }, z.core.$strip>;
1019
499
  export declare const zTokenUpdateInput: z.ZodObject<{
1020
500
  name: z.ZodOptional<z.ZodString>;
1021
- role: z.ZodOptional<z.ZodEnum<["Administrator", "User"]>>;
1022
- }, "strip", z.ZodTypeAny, {
1023
- name?: string | undefined;
1024
- role?: "Administrator" | "User" | undefined;
1025
- }, {
1026
- name?: string | undefined;
1027
- role?: "Administrator" | "User" | undefined;
1028
- }>;
501
+ role: z.ZodOptional<z.ZodEnum<{
502
+ Administrator: "Administrator";
503
+ User: "User";
504
+ }>>;
505
+ }, z.core.$strip>;
506
+ export declare const zUsageFacets: z.ZodObject<{
507
+ cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
508
+ product: z.ZodOptional<z.ZodArray<z.ZodString>>;
509
+ }, z.core.$strip>;
510
+ export declare const zUsageResponse: z.ZodObject<{
511
+ data: z.ZodArray<z.ZodObject<{
512
+ hour: z.ZodString;
513
+ cluster_id: z.ZodString;
514
+ product: z.ZodString;
515
+ value: z.ZodNumber;
516
+ price: z.ZodNumber;
517
+ total: z.ZodNumber;
518
+ }, z.core.$strip>>;
519
+ facets: z.ZodObject<{
520
+ cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
521
+ product: z.ZodOptional<z.ZodArray<z.ZodString>>;
522
+ }, z.core.$strip>;
523
+ }, z.core.$strip>;
1029
524
  export declare const zUsage: z.ZodObject<{
1030
- hour: z.ZodOptional<z.ZodString>;
525
+ hour: z.ZodString;
1031
526
  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
- cpu: number | "";
1043
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1044
- value: 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
- cpu: number | "";
1054
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1055
- value: number | "";
1056
- sku: string;
1057
- price: number | "";
1058
- cluster_id: string;
1059
- cluster_tier: "";
1060
- node_name: string;
1061
- hour?: string | undefined;
1062
- }>;
527
+ product: z.ZodString;
528
+ value: z.ZodNumber;
529
+ price: z.ZodNumber;
530
+ total: z.ZodNumber;
531
+ }, z.core.$strip>;
1063
532
  export declare const zUserCreateInput: z.ZodObject<{
1064
- email: z.ZodString;
533
+ email: z.ZodEmail;
1065
534
  first_name: z.ZodString;
1066
535
  last_name: z.ZodString;
1067
536
  code: z.ZodString;
1068
537
  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?: "Administrator" | "User" | 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?: "Administrator" | "User" | undefined;
1086
- status?: "active" | "inactive" | undefined;
1087
- }>;
538
+ status: z.ZodOptional<z.ZodEnum<{
539
+ active: "active";
540
+ inactive: "inactive";
541
+ }>>;
542
+ role: z.ZodOptional<z.ZodEnum<{
543
+ Administrator: "Administrator";
544
+ User: "User";
545
+ }>>;
546
+ }, z.core.$strip>;
1088
547
  export declare const zUser: z.ZodObject<{
1089
- email: z.ZodString;
548
+ email: z.ZodEmail;
1090
549
  first_name: z.ZodString;
1091
550
  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: "Administrator" | "User";
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: "Administrator" | "User";
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
- }>;
551
+ role: z.ZodEnum<{
552
+ Administrator: "Administrator";
553
+ User: "User";
554
+ }>;
555
+ status: z.ZodEnum<{
556
+ active: "active";
557
+ inactive: "inactive";
558
+ }>;
559
+ id: z.ZodUUID;
560
+ date_created: z.ZodISODateTime;
561
+ }, z.core.$strip>;
1131
562
  export declare const zUserUpdateInput: z.ZodObject<{
1132
- email: z.ZodOptional<z.ZodString>;
563
+ email: z.ZodOptional<z.ZodEmail>;
1133
564
  first_name: z.ZodOptional<z.ZodString>;
1134
565
  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?: "Administrator" | "User" | undefined;
1139
- email?: string | undefined;
1140
- status?: "active" | "inactive" | undefined;
1141
- first_name?: string | undefined;
1142
- last_name?: string | undefined;
1143
- }, {
1144
- role?: "Administrator" | "User" | 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
- cpu: number | "";
1164
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1165
- value: 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
- cpu: number | "";
1175
- product: "cfke_infra_compute" | "cfke_nodes" | "cfke_controlplane";
1176
- value: 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;
566
+ role: z.ZodOptional<z.ZodEnum<{
567
+ Administrator: "Administrator";
568
+ User: "User";
569
+ }>>;
570
+ status: z.ZodOptional<z.ZodEnum<{
571
+ active: "active";
572
+ inactive: "inactive";
573
+ }>>;
574
+ }, z.core.$strip>;
575
+ export declare const zGetUsageQuery: z.ZodObject<{
576
+ granularity: z.ZodOptional<z.ZodEnum<{
577
+ hourly: "hourly";
578
+ daily: "daily";
579
+ monthly: "monthly";
580
+ }>>;
581
+ }, z.core.$strip>;
582
+ /**
583
+ * Usage data with facets for filtering
584
+ */
585
+ export declare const zGetUsageResponse: z.ZodObject<{
586
+ data: z.ZodArray<z.ZodObject<{
587
+ hour: z.ZodString;
588
+ cluster_id: z.ZodString;
589
+ product: z.ZodString;
590
+ value: z.ZodNumber;
591
+ price: z.ZodNumber;
592
+ total: z.ZodNumber;
593
+ }, z.core.$strip>>;
594
+ facets: z.ZodObject<{
595
+ cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
596
+ product: z.ZodOptional<z.ZodArray<z.ZodString>>;
597
+ }, z.core.$strip>;
598
+ }, z.core.$strip>;
599
+ /**
600
+ * Redacted payment card information.
601
+ */
1185
602
  export declare const zGetPaymentMethodResponse: z.ZodObject<{
1186
- id: z.ZodString;
603
+ id: z.ZodUUID;
1187
604
  setup: z.ZodBoolean;
1188
- type: z.ZodEnum<["card"]>;
605
+ type: z.ZodEnum<{
606
+ card: "card";
607
+ }>;
1189
608
  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" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1201
- }, {
1202
- type: "card";
1203
- id: string;
1204
- setup: boolean;
1205
- last4: string;
1206
- exp_month: number;
1207
- exp_year: number;
1208
- brand: "unknown" | "amex" | "diners" | "discover" | "eftpos_au" | "jcb" | "mastercard" | "unionpay" | "visa";
1209
- }>;
609
+ exp_month: z.ZodInt;
610
+ exp_year: z.ZodInt;
611
+ brand: z.ZodEnum<{
612
+ unknown: "unknown";
613
+ amex: "amex";
614
+ diners: "diners";
615
+ discover: "discover";
616
+ eftpos_au: "eftpos_au";
617
+ jcb: "jcb";
618
+ mastercard: "mastercard";
619
+ unionpay: "unionpay";
620
+ visa: "visa";
621
+ }>;
622
+ }, z.core.$strip>;
623
+ /**
624
+ * 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.
625
+ *
626
+ */
1210
627
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1211
628
  id: z.ZodOptional<z.ZodString>;
1212
- }, "strip", z.ZodTypeAny, {
1213
- id?: string | undefined;
1214
- }, {
1215
- id?: string | undefined;
1216
- }>;
629
+ }, z.core.$strip>;
630
+ /**
631
+ * An array of usage records.
632
+ */
1217
633
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1218
634
  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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1254
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1276
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1321
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1343
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1366
- id?: string | undefined;
1367
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1368
- items?: {
1369
- currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1370
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1402
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1425
- id?: string | undefined;
1426
- status?: "DRAFT" | "COMMITTED" | "VOID" | undefined;
1427
- items?: {
1428
- currency?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1429
- 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?: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LTL" | "LVL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD" | "BTC" | undefined;
1461
- 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
- }>;
635
+ number: z.ZodOptional<z.ZodString>;
636
+ status: z.ZodOptional<z.ZodString>;
637
+ total: z.ZodOptional<z.ZodNumber>;
638
+ currency: z.ZodOptional<z.ZodString>;
639
+ created: z.ZodISODateTime;
640
+ period_start: z.ZodISODateTime;
641
+ period_end: z.ZodISODateTime;
642
+ invoice_pdf: z.ZodOptional<z.ZodString>;
643
+ }, z.core.$strip>>;
644
+ /**
645
+ * Returns a single object containing organization contact and billing address details.
646
+ */
1490
647
  export declare const zGetContactResponse: z.ZodObject<{
1491
648
  company: z.ZodOptional<z.ZodString>;
1492
649
  address1: z.ZodOptional<z.ZodString>;
@@ -1496,34 +653,286 @@ export declare const zGetContactResponse: z.ZodObject<{
1496
653
  state: z.ZodOptional<z.ZodString>;
1497
654
  country: z.ZodOptional<z.ZodString>;
1498
655
  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
- }>;
656
+ email: z.ZodEmail;
657
+ individual_name: z.ZodString;
658
+ tax_id: z.ZodOptional<z.ZodString>;
659
+ tax_id_type: z.ZodOptional<z.ZodEnum<{
660
+ "": "";
661
+ ad_nrt: "ad_nrt";
662
+ ae_trn: "ae_trn";
663
+ al_tin: "al_tin";
664
+ am_tin: "am_tin";
665
+ ao_tin: "ao_tin";
666
+ ar_cuit: "ar_cuit";
667
+ at_vat: "at_vat";
668
+ au_abn: "au_abn";
669
+ au_arn: "au_arn";
670
+ ba_tin: "ba_tin";
671
+ bb_tin: "bb_tin";
672
+ be_vat: "be_vat";
673
+ bg_uic: "bg_uic";
674
+ bg_vat: "bg_vat";
675
+ bh_vat: "bh_vat";
676
+ bo_tin: "bo_tin";
677
+ br_cnpj: "br_cnpj";
678
+ br_cpf: "br_cpf";
679
+ bs_tin: "bs_tin";
680
+ by_tin: "by_tin";
681
+ ca_bn: "ca_bn";
682
+ ca_gst_hst: "ca_gst_hst";
683
+ ca_pst_bc: "ca_pst_bc";
684
+ ca_pst_mb: "ca_pst_mb";
685
+ ca_pst_sk: "ca_pst_sk";
686
+ ca_qst: "ca_qst";
687
+ cd_nif: "cd_nif";
688
+ ch_uid: "ch_uid";
689
+ ch_vat: "ch_vat";
690
+ cl_tin: "cl_tin";
691
+ cn_tin: "cn_tin";
692
+ co_nit: "co_nit";
693
+ cr_tin: "cr_tin";
694
+ cy_vat: "cy_vat";
695
+ cz_vat: "cz_vat";
696
+ de_stn: "de_stn";
697
+ de_vat: "de_vat";
698
+ dk_vat: "dk_vat";
699
+ do_rcn: "do_rcn";
700
+ ec_ruc: "ec_ruc";
701
+ ee_vat: "ee_vat";
702
+ eg_tin: "eg_tin";
703
+ es_cif: "es_cif";
704
+ es_vat: "es_vat";
705
+ eu_oss_vat: "eu_oss_vat";
706
+ fi_vat: "fi_vat";
707
+ fr_vat: "fr_vat";
708
+ gb_vat: "gb_vat";
709
+ ge_vat: "ge_vat";
710
+ gn_nif: "gn_nif";
711
+ gr_vat: "gr_vat";
712
+ hk_br: "hk_br";
713
+ hr_oib: "hr_oib";
714
+ hr_vat: "hr_vat";
715
+ hu_tin: "hu_tin";
716
+ hu_vat: "hu_vat";
717
+ id_npwp: "id_npwp";
718
+ ie_vat: "ie_vat";
719
+ il_vat: "il_vat";
720
+ in_gst: "in_gst";
721
+ is_vat: "is_vat";
722
+ it_vat: "it_vat";
723
+ jp_cn: "jp_cn";
724
+ jp_rn: "jp_rn";
725
+ jp_trn: "jp_trn";
726
+ ke_pin: "ke_pin";
727
+ kh_tin: "kh_tin";
728
+ kr_brn: "kr_brn";
729
+ kz_bin: "kz_bin";
730
+ li_uid: "li_uid";
731
+ li_vat: "li_vat";
732
+ lt_vat: "lt_vat";
733
+ lu_vat: "lu_vat";
734
+ lv_vat: "lv_vat";
735
+ ma_vat: "ma_vat";
736
+ md_vat: "md_vat";
737
+ me_pib: "me_pib";
738
+ mk_vat: "mk_vat";
739
+ mr_nif: "mr_nif";
740
+ mt_vat: "mt_vat";
741
+ mx_rfc: "mx_rfc";
742
+ my_frp: "my_frp";
743
+ my_itn: "my_itn";
744
+ my_sst: "my_sst";
745
+ ng_tin: "ng_tin";
746
+ nl_vat: "nl_vat";
747
+ no_vat: "no_vat";
748
+ no_voec: "no_voec";
749
+ np_pan: "np_pan";
750
+ nz_gst: "nz_gst";
751
+ om_vat: "om_vat";
752
+ pe_ruc: "pe_ruc";
753
+ ph_tin: "ph_tin";
754
+ pl_vat: "pl_vat";
755
+ pt_vat: "pt_vat";
756
+ ro_tin: "ro_tin";
757
+ ro_vat: "ro_vat";
758
+ rs_pib: "rs_pib";
759
+ ru_inn: "ru_inn";
760
+ ru_kpp: "ru_kpp";
761
+ sa_vat: "sa_vat";
762
+ se_vat: "se_vat";
763
+ sg_gst: "sg_gst";
764
+ sg_uen: "sg_uen";
765
+ si_tin: "si_tin";
766
+ si_vat: "si_vat";
767
+ sk_vat: "sk_vat";
768
+ sn_ninea: "sn_ninea";
769
+ sr_fin: "sr_fin";
770
+ sv_nit: "sv_nit";
771
+ th_vat: "th_vat";
772
+ tj_tin: "tj_tin";
773
+ tr_tin: "tr_tin";
774
+ tw_vat: "tw_vat";
775
+ tz_vat: "tz_vat";
776
+ ua_vat: "ua_vat";
777
+ ug_tin: "ug_tin";
778
+ us_ein: "us_ein";
779
+ uy_ruc: "uy_ruc";
780
+ uz_tin: "uz_tin";
781
+ uz_vat: "uz_vat";
782
+ ve_rif: "ve_rif";
783
+ vn_tin: "vn_tin";
784
+ xi_vat: "xi_vat";
785
+ za_vat: "za_vat";
786
+ zm_tin: "zm_tin";
787
+ zw_tin: "zw_tin";
788
+ }>>;
789
+ }, z.core.$strip>;
790
+ export declare const zUpdateContactBody: z.ZodObject<{
791
+ company: z.ZodOptional<z.ZodString>;
792
+ address1: z.ZodOptional<z.ZodString>;
793
+ address2: z.ZodOptional<z.ZodString>;
794
+ postalCode: z.ZodOptional<z.ZodString>;
795
+ city: z.ZodOptional<z.ZodString>;
796
+ state: z.ZodOptional<z.ZodString>;
797
+ country: z.ZodOptional<z.ZodString>;
798
+ phone: z.ZodOptional<z.ZodString>;
799
+ email: z.ZodEmail;
800
+ individual_name: z.ZodString;
801
+ tax_id: z.ZodOptional<z.ZodString>;
802
+ tax_id_type: z.ZodOptional<z.ZodEnum<{
803
+ "": "";
804
+ ad_nrt: "ad_nrt";
805
+ ae_trn: "ae_trn";
806
+ al_tin: "al_tin";
807
+ am_tin: "am_tin";
808
+ ao_tin: "ao_tin";
809
+ ar_cuit: "ar_cuit";
810
+ at_vat: "at_vat";
811
+ au_abn: "au_abn";
812
+ au_arn: "au_arn";
813
+ ba_tin: "ba_tin";
814
+ bb_tin: "bb_tin";
815
+ be_vat: "be_vat";
816
+ bg_uic: "bg_uic";
817
+ bg_vat: "bg_vat";
818
+ bh_vat: "bh_vat";
819
+ bo_tin: "bo_tin";
820
+ br_cnpj: "br_cnpj";
821
+ br_cpf: "br_cpf";
822
+ bs_tin: "bs_tin";
823
+ by_tin: "by_tin";
824
+ ca_bn: "ca_bn";
825
+ ca_gst_hst: "ca_gst_hst";
826
+ ca_pst_bc: "ca_pst_bc";
827
+ ca_pst_mb: "ca_pst_mb";
828
+ ca_pst_sk: "ca_pst_sk";
829
+ ca_qst: "ca_qst";
830
+ cd_nif: "cd_nif";
831
+ ch_uid: "ch_uid";
832
+ ch_vat: "ch_vat";
833
+ cl_tin: "cl_tin";
834
+ cn_tin: "cn_tin";
835
+ co_nit: "co_nit";
836
+ cr_tin: "cr_tin";
837
+ cy_vat: "cy_vat";
838
+ cz_vat: "cz_vat";
839
+ de_stn: "de_stn";
840
+ de_vat: "de_vat";
841
+ dk_vat: "dk_vat";
842
+ do_rcn: "do_rcn";
843
+ ec_ruc: "ec_ruc";
844
+ ee_vat: "ee_vat";
845
+ eg_tin: "eg_tin";
846
+ es_cif: "es_cif";
847
+ es_vat: "es_vat";
848
+ eu_oss_vat: "eu_oss_vat";
849
+ fi_vat: "fi_vat";
850
+ fr_vat: "fr_vat";
851
+ gb_vat: "gb_vat";
852
+ ge_vat: "ge_vat";
853
+ gn_nif: "gn_nif";
854
+ gr_vat: "gr_vat";
855
+ hk_br: "hk_br";
856
+ hr_oib: "hr_oib";
857
+ hr_vat: "hr_vat";
858
+ hu_tin: "hu_tin";
859
+ hu_vat: "hu_vat";
860
+ id_npwp: "id_npwp";
861
+ ie_vat: "ie_vat";
862
+ il_vat: "il_vat";
863
+ in_gst: "in_gst";
864
+ is_vat: "is_vat";
865
+ it_vat: "it_vat";
866
+ jp_cn: "jp_cn";
867
+ jp_rn: "jp_rn";
868
+ jp_trn: "jp_trn";
869
+ ke_pin: "ke_pin";
870
+ kh_tin: "kh_tin";
871
+ kr_brn: "kr_brn";
872
+ kz_bin: "kz_bin";
873
+ li_uid: "li_uid";
874
+ li_vat: "li_vat";
875
+ lt_vat: "lt_vat";
876
+ lu_vat: "lu_vat";
877
+ lv_vat: "lv_vat";
878
+ ma_vat: "ma_vat";
879
+ md_vat: "md_vat";
880
+ me_pib: "me_pib";
881
+ mk_vat: "mk_vat";
882
+ mr_nif: "mr_nif";
883
+ mt_vat: "mt_vat";
884
+ mx_rfc: "mx_rfc";
885
+ my_frp: "my_frp";
886
+ my_itn: "my_itn";
887
+ my_sst: "my_sst";
888
+ ng_tin: "ng_tin";
889
+ nl_vat: "nl_vat";
890
+ no_vat: "no_vat";
891
+ no_voec: "no_voec";
892
+ np_pan: "np_pan";
893
+ nz_gst: "nz_gst";
894
+ om_vat: "om_vat";
895
+ pe_ruc: "pe_ruc";
896
+ ph_tin: "ph_tin";
897
+ pl_vat: "pl_vat";
898
+ pt_vat: "pt_vat";
899
+ ro_tin: "ro_tin";
900
+ ro_vat: "ro_vat";
901
+ rs_pib: "rs_pib";
902
+ ru_inn: "ru_inn";
903
+ ru_kpp: "ru_kpp";
904
+ sa_vat: "sa_vat";
905
+ se_vat: "se_vat";
906
+ sg_gst: "sg_gst";
907
+ sg_uen: "sg_uen";
908
+ si_tin: "si_tin";
909
+ si_vat: "si_vat";
910
+ sk_vat: "sk_vat";
911
+ sn_ninea: "sn_ninea";
912
+ sr_fin: "sr_fin";
913
+ sv_nit: "sv_nit";
914
+ th_vat: "th_vat";
915
+ tj_tin: "tj_tin";
916
+ tr_tin: "tr_tin";
917
+ tw_vat: "tw_vat";
918
+ tz_vat: "tz_vat";
919
+ ua_vat: "ua_vat";
920
+ ug_tin: "ug_tin";
921
+ us_ein: "us_ein";
922
+ uy_ruc: "uy_ruc";
923
+ uz_tin: "uz_tin";
924
+ uz_vat: "uz_vat";
925
+ ve_rif: "ve_rif";
926
+ vn_tin: "vn_tin";
927
+ xi_vat: "xi_vat";
928
+ za_vat: "za_vat";
929
+ zm_tin: "zm_tin";
930
+ zw_tin: "zw_tin";
931
+ }>>;
932
+ }, z.core.$strip>;
933
+ /**
934
+ * Successfully updated. Returns updated organization details.
935
+ */
1527
936
  export declare const zUpdateContactResponse: z.ZodObject<{
1528
937
  company: z.ZodOptional<z.ZodString>;
1529
938
  address1: z.ZodOptional<z.ZodString>;
@@ -1533,1105 +942,975 @@ export declare const zUpdateContactResponse: z.ZodObject<{
1533
942
  state: z.ZodOptional<z.ZodString>;
1534
943
  country: z.ZodOptional<z.ZodString>;
1535
944
  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
- }>;
945
+ email: z.ZodEmail;
946
+ individual_name: z.ZodString;
947
+ tax_id: z.ZodOptional<z.ZodString>;
948
+ tax_id_type: z.ZodOptional<z.ZodEnum<{
949
+ "": "";
950
+ ad_nrt: "ad_nrt";
951
+ ae_trn: "ae_trn";
952
+ al_tin: "al_tin";
953
+ am_tin: "am_tin";
954
+ ao_tin: "ao_tin";
955
+ ar_cuit: "ar_cuit";
956
+ at_vat: "at_vat";
957
+ au_abn: "au_abn";
958
+ au_arn: "au_arn";
959
+ ba_tin: "ba_tin";
960
+ bb_tin: "bb_tin";
961
+ be_vat: "be_vat";
962
+ bg_uic: "bg_uic";
963
+ bg_vat: "bg_vat";
964
+ bh_vat: "bh_vat";
965
+ bo_tin: "bo_tin";
966
+ br_cnpj: "br_cnpj";
967
+ br_cpf: "br_cpf";
968
+ bs_tin: "bs_tin";
969
+ by_tin: "by_tin";
970
+ ca_bn: "ca_bn";
971
+ ca_gst_hst: "ca_gst_hst";
972
+ ca_pst_bc: "ca_pst_bc";
973
+ ca_pst_mb: "ca_pst_mb";
974
+ ca_pst_sk: "ca_pst_sk";
975
+ ca_qst: "ca_qst";
976
+ cd_nif: "cd_nif";
977
+ ch_uid: "ch_uid";
978
+ ch_vat: "ch_vat";
979
+ cl_tin: "cl_tin";
980
+ cn_tin: "cn_tin";
981
+ co_nit: "co_nit";
982
+ cr_tin: "cr_tin";
983
+ cy_vat: "cy_vat";
984
+ cz_vat: "cz_vat";
985
+ de_stn: "de_stn";
986
+ de_vat: "de_vat";
987
+ dk_vat: "dk_vat";
988
+ do_rcn: "do_rcn";
989
+ ec_ruc: "ec_ruc";
990
+ ee_vat: "ee_vat";
991
+ eg_tin: "eg_tin";
992
+ es_cif: "es_cif";
993
+ es_vat: "es_vat";
994
+ eu_oss_vat: "eu_oss_vat";
995
+ fi_vat: "fi_vat";
996
+ fr_vat: "fr_vat";
997
+ gb_vat: "gb_vat";
998
+ ge_vat: "ge_vat";
999
+ gn_nif: "gn_nif";
1000
+ gr_vat: "gr_vat";
1001
+ hk_br: "hk_br";
1002
+ hr_oib: "hr_oib";
1003
+ hr_vat: "hr_vat";
1004
+ hu_tin: "hu_tin";
1005
+ hu_vat: "hu_vat";
1006
+ id_npwp: "id_npwp";
1007
+ ie_vat: "ie_vat";
1008
+ il_vat: "il_vat";
1009
+ in_gst: "in_gst";
1010
+ is_vat: "is_vat";
1011
+ it_vat: "it_vat";
1012
+ jp_cn: "jp_cn";
1013
+ jp_rn: "jp_rn";
1014
+ jp_trn: "jp_trn";
1015
+ ke_pin: "ke_pin";
1016
+ kh_tin: "kh_tin";
1017
+ kr_brn: "kr_brn";
1018
+ kz_bin: "kz_bin";
1019
+ li_uid: "li_uid";
1020
+ li_vat: "li_vat";
1021
+ lt_vat: "lt_vat";
1022
+ lu_vat: "lu_vat";
1023
+ lv_vat: "lv_vat";
1024
+ ma_vat: "ma_vat";
1025
+ md_vat: "md_vat";
1026
+ me_pib: "me_pib";
1027
+ mk_vat: "mk_vat";
1028
+ mr_nif: "mr_nif";
1029
+ mt_vat: "mt_vat";
1030
+ mx_rfc: "mx_rfc";
1031
+ my_frp: "my_frp";
1032
+ my_itn: "my_itn";
1033
+ my_sst: "my_sst";
1034
+ ng_tin: "ng_tin";
1035
+ nl_vat: "nl_vat";
1036
+ no_vat: "no_vat";
1037
+ no_voec: "no_voec";
1038
+ np_pan: "np_pan";
1039
+ nz_gst: "nz_gst";
1040
+ om_vat: "om_vat";
1041
+ pe_ruc: "pe_ruc";
1042
+ ph_tin: "ph_tin";
1043
+ pl_vat: "pl_vat";
1044
+ pt_vat: "pt_vat";
1045
+ ro_tin: "ro_tin";
1046
+ ro_vat: "ro_vat";
1047
+ rs_pib: "rs_pib";
1048
+ ru_inn: "ru_inn";
1049
+ ru_kpp: "ru_kpp";
1050
+ sa_vat: "sa_vat";
1051
+ se_vat: "se_vat";
1052
+ sg_gst: "sg_gst";
1053
+ sg_uen: "sg_uen";
1054
+ si_tin: "si_tin";
1055
+ si_vat: "si_vat";
1056
+ sk_vat: "sk_vat";
1057
+ sn_ninea: "sn_ninea";
1058
+ sr_fin: "sr_fin";
1059
+ sv_nit: "sv_nit";
1060
+ th_vat: "th_vat";
1061
+ tj_tin: "tj_tin";
1062
+ tr_tin: "tr_tin";
1063
+ tw_vat: "tw_vat";
1064
+ tz_vat: "tz_vat";
1065
+ ua_vat: "ua_vat";
1066
+ ug_tin: "ug_tin";
1067
+ us_ein: "us_ein";
1068
+ uy_ruc: "uy_ruc";
1069
+ uz_tin: "uz_tin";
1070
+ uz_vat: "uz_vat";
1071
+ ve_rif: "ve_rif";
1072
+ vn_tin: "vn_tin";
1073
+ xi_vat: "xi_vat";
1074
+ za_vat: "za_vat";
1075
+ zm_tin: "zm_tin";
1076
+ zw_tin: "zw_tin";
1077
+ }>>;
1078
+ }, z.core.$strip>;
1079
+ /**
1080
+ * An array of the applied promotional credits records.
1081
+ */
1082
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1083
+ id: z.ZodOptional<z.ZodString>;
1084
+ type: z.ZodEnum<{
1085
+ credit: "credit";
1086
+ discount: "discount";
1087
+ }>;
1088
+ date_start: z.ZodISODateTime;
1089
+ date_end: z.ZodOptional<z.ZodISODateTime>;
1090
+ code: z.ZodString;
1091
+ description: z.ZodOptional<z.ZodString>;
1092
+ value_total: z.ZodNumber;
1093
+ value_remaining: z.ZodOptional<z.ZodNumber>;
1094
+ }, z.core.$strip>>;
1095
+ export declare const zRedeemCreditsBody: z.ZodObject<{
1096
+ code: z.ZodOptional<z.ZodString>;
1097
+ }, z.core.$strip>;
1098
+ export declare const zListChartsPath: z.ZodObject<{
1099
+ cluster_id: z.ZodString;
1100
+ }, z.core.$strip>;
1101
+ /**
1102
+ * An array of charts
1103
+ */
1104
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1105
+ values: z.ZodString;
1106
+ version_channel: z.ZodString;
1107
+ name: z.ZodString;
1108
+ namespace: z.ZodString;
1109
+ chart: z.ZodString;
1110
+ status: z.ZodEnum<{
1111
+ InstallSucceeded: "InstallSucceeded";
1112
+ InstallFailed: "InstallFailed";
1113
+ UpgradeSucceeded: "UpgradeSucceeded";
1114
+ UpgradeFailed: "UpgradeFailed";
1115
+ TestSucceeded: "TestSucceeded";
1116
+ TestFailed: "TestFailed";
1117
+ RollbackSucceeded: "RollbackSucceeded";
1118
+ RollbackFailed: "RollbackFailed";
1119
+ UninstallSucceeded: "UninstallSucceeded";
1120
+ UninstallFailed: "UninstallFailed";
1121
+ ArtifactFailed: "ArtifactFailed";
1122
+ DependencyNotReady: "DependencyNotReady";
1123
+ Progressing: "Progressing";
1124
+ SourceNotReady: "SourceNotReady";
1125
+ }>;
1126
+ version_current: z.ZodString;
1127
+ created_at: z.ZodString;
1128
+ updated_at: z.ZodString;
1129
+ ready: z.ZodBoolean;
1130
+ }, z.core.$strip>>;
1131
+ export declare const zCreateChartBody: z.ZodObject<{
1132
+ values: z.ZodString;
1133
+ version_channel: z.ZodString;
1134
+ name: z.ZodString;
1135
+ namespace: z.ZodString;
1136
+ chart: z.ZodString;
1137
+ }, z.core.$strip>;
1138
+ export declare const zCreateChartPath: z.ZodObject<{
1139
+ cluster_id: z.ZodString;
1140
+ }, z.core.$strip>;
1141
+ /**
1142
+ * Successfully created. Returns created Chart ID.
1143
+ */
1144
+ export declare const zCreateChartResponse: z.ZodString;
1145
+ export declare const zDeleteChartPath: z.ZodObject<{
1146
+ cluster_id: z.ZodString;
1147
+ chart_name: z.ZodString;
1148
+ }, z.core.$strip>;
1149
+ /**
1150
+ * Successfully deleted.
1151
+ */
1152
+ export declare const zDeleteChartResponse: z.ZodString;
1153
+ export declare const zGetChartPath: z.ZodObject<{
1154
+ cluster_id: z.ZodString;
1155
+ chart_name: z.ZodString;
1156
+ }, z.core.$strip>;
1157
+ /**
1158
+ * Returns a single object containing chart details.
1159
+ */
1160
+ export declare const zGetChartResponse: z.ZodObject<{
1161
+ values: z.ZodString;
1162
+ version_channel: z.ZodString;
1163
+ name: z.ZodString;
1164
+ namespace: z.ZodString;
1165
+ chart: z.ZodString;
1166
+ status: z.ZodEnum<{
1167
+ InstallSucceeded: "InstallSucceeded";
1168
+ InstallFailed: "InstallFailed";
1169
+ UpgradeSucceeded: "UpgradeSucceeded";
1170
+ UpgradeFailed: "UpgradeFailed";
1171
+ TestSucceeded: "TestSucceeded";
1172
+ TestFailed: "TestFailed";
1173
+ RollbackSucceeded: "RollbackSucceeded";
1174
+ RollbackFailed: "RollbackFailed";
1175
+ UninstallSucceeded: "UninstallSucceeded";
1176
+ UninstallFailed: "UninstallFailed";
1177
+ ArtifactFailed: "ArtifactFailed";
1178
+ DependencyNotReady: "DependencyNotReady";
1179
+ Progressing: "Progressing";
1180
+ SourceNotReady: "SourceNotReady";
1181
+ }>;
1182
+ version_current: z.ZodString;
1183
+ created_at: z.ZodString;
1184
+ updated_at: z.ZodString;
1185
+ ready: z.ZodBoolean;
1186
+ }, z.core.$strip>;
1187
+ export declare const zUpdateChartBody: z.ZodObject<{
1188
+ values: z.ZodString;
1189
+ version_channel: z.ZodString;
1190
+ }, z.core.$strip>;
1191
+ export declare const zUpdateChartPath: z.ZodObject<{
1192
+ cluster_id: z.ZodString;
1193
+ chart_name: z.ZodString;
1194
+ }, z.core.$strip>;
1195
+ /**
1196
+ * Successfully updated.
1197
+ */
1198
+ export declare const zUpdateChartResponse: z.ZodString;
1199
+ export declare const zListFleetsPath: z.ZodObject<{
1200
+ cluster_id: z.ZodString;
1201
+ }, z.core.$strip>;
1202
+ /**
1203
+ * An array of fleets
1204
+ */
1564
1205
  export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1565
1206
  limits: z.ZodOptional<z.ZodObject<{
1566
1207
  cpu: z.ZodNumber;
1567
- }, "strip", z.ZodTypeAny, {
1568
- cpu: number;
1569
- }, {
1570
- cpu: number;
1571
- }>>;
1208
+ }, z.core.$strip>>;
1572
1209
  gcp: z.ZodOptional<z.ZodObject<{
1573
1210
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1574
1211
  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<{
1212
+ }, z.core.$strip>>;
1213
+ hetzner: z.ZodOptional<z.ZodObject<{
1583
1214
  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>;
1215
+ apiKey: z.ZodString;
1216
+ }, z.core.$strip>>;
1217
+ aws: z.ZodOptional<z.ZodObject<{
1593
1218
  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
- }>]>>;
1219
+ controllerRoleArn: z.ZodString;
1220
+ }, z.core.$strip>>;
1221
+ id: z.ZodString;
1222
+ }, z.core.$strip>>;
1223
+ export declare const zCreateFleetBody: z.ZodObject<{
1224
+ limits: z.ZodOptional<z.ZodObject<{
1225
+ cpu: z.ZodNumber;
1226
+ }, z.core.$strip>>;
1227
+ gcp: z.ZodOptional<z.ZodObject<{
1228
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1229
+ project: z.ZodString;
1230
+ }, z.core.$strip>>;
1231
+ hetzner: z.ZodOptional<z.ZodObject<{
1232
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1233
+ apiKey: z.ZodString;
1234
+ }, z.core.$strip>>;
1601
1235
  aws: z.ZodOptional<z.ZodObject<{
1602
1236
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1603
1237
  controllerRoleArn: z.ZodString;
1604
- }, "strip", z.ZodTypeAny, {
1605
- controllerRoleArn: string;
1606
- enabled: boolean;
1607
- }, {
1608
- controllerRoleArn: string;
1609
- enabled?: boolean | undefined;
1610
- }>>;
1238
+ }, z.core.$strip>>;
1611
1239
  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">;
1240
+ }, z.core.$strip>;
1241
+ export declare const zCreateFleetPath: z.ZodObject<{
1242
+ cluster_id: z.ZodString;
1243
+ }, z.core.$strip>;
1244
+ /**
1245
+ * Successfully created. Returns created Fleet ID.
1246
+ */
1656
1247
  export declare const zCreateFleetResponse: z.ZodString;
1248
+ export declare const zDeleteFleetPath: z.ZodObject<{
1249
+ cluster_id: z.ZodString;
1250
+ fleet_name: z.ZodString;
1251
+ }, z.core.$strip>;
1252
+ /**
1253
+ * Successfully deleted.
1254
+ */
1657
1255
  export declare const zDeleteFleetResponse: z.ZodString;
1256
+ export declare const zGetFleetPath: z.ZodObject<{
1257
+ cluster_id: z.ZodString;
1258
+ fleet_name: z.ZodString;
1259
+ }, z.core.$strip>;
1260
+ /**
1261
+ * Returns a single object containing fleet details.
1262
+ */
1658
1263
  export declare const zGetFleetResponse: z.ZodObject<{
1659
1264
  limits: z.ZodOptional<z.ZodObject<{
1660
1265
  cpu: z.ZodNumber;
1661
- }, "strip", z.ZodTypeAny, {
1662
- cpu: number;
1663
- }, {
1664
- cpu: number;
1665
- }>>;
1266
+ }, z.core.$strip>>;
1666
1267
  gcp: z.ZodOptional<z.ZodObject<{
1667
1268
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1668
1269
  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>;
1270
+ }, z.core.$strip>>;
1271
+ hetzner: z.ZodOptional<z.ZodObject<{
1687
1272
  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
- }>]>>;
1273
+ apiKey: z.ZodString;
1274
+ }, z.core.$strip>>;
1695
1275
  aws: z.ZodOptional<z.ZodObject<{
1696
1276
  enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1697
1277
  controllerRoleArn: z.ZodString;
1698
- }, "strip", z.ZodTypeAny, {
1699
- controllerRoleArn: string;
1700
- enabled: boolean;
1701
- }, {
1702
- controllerRoleArn: string;
1703
- enabled?: boolean | undefined;
1704
- }>>;
1278
+ }, z.core.$strip>>;
1705
1279
  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
- }>;
1280
+ }, z.core.$strip>;
1281
+ export declare const zUpdateFleetBody: z.ZodObject<{
1282
+ limits: z.ZodOptional<z.ZodObject<{
1283
+ cpu: z.ZodNumber;
1284
+ }, z.core.$strip>>;
1285
+ gcp: z.ZodOptional<z.ZodObject<{
1286
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1287
+ project: z.ZodString;
1288
+ }, z.core.$strip>>;
1289
+ hetzner: z.ZodOptional<z.ZodObject<{
1290
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1291
+ apiKey: z.ZodString;
1292
+ }, z.core.$strip>>;
1293
+ aws: z.ZodOptional<z.ZodObject<{
1294
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1295
+ controllerRoleArn: z.ZodString;
1296
+ }, z.core.$strip>>;
1297
+ }, z.core.$strip>;
1298
+ export declare const zUpdateFleetPath: z.ZodObject<{
1299
+ cluster_id: z.ZodString;
1300
+ fleet_name: z.ZodString;
1301
+ }, z.core.$strip>;
1302
+ /**
1303
+ * Successfully updated.
1304
+ */
1750
1305
  export declare const zUpdateFleetResponse: z.ZodString;
1306
+ export declare const zQueryClusterPath: z.ZodObject<{
1307
+ cluster_id: z.ZodString;
1308
+ }, z.core.$strip>;
1309
+ /**
1310
+ * An array of clusters
1311
+ */
1751
1312
  export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
1752
1313
  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<[""]>]>>;
1314
+ tier: z.ZodEnum<{
1315
+ basic: "basic";
1316
+ pro: "pro";
1317
+ }>;
1318
+ region: z.ZodOptional<z.ZodEnum<{
1319
+ "staging-1a": "staging-1a";
1320
+ "northamerica-central-1": "northamerica-central-1";
1321
+ "europe-central-1a": "europe-central-1a";
1322
+ "northamerica-central-1a": "northamerica-central-1a";
1323
+ }>>;
1324
+ id: z.ZodUUID;
1325
+ status: z.ZodEnum<{
1326
+ deleted: "deleted";
1327
+ failed: "failed";
1328
+ active: "active";
1329
+ disabled: "disabled";
1330
+ creating: "creating";
1331
+ deployed: "deployed";
1332
+ updating: "updating";
1333
+ }>;
1334
+ endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
1335
+ "": "";
1336
+ }>]>>;
1759
1337
  certificate_ca: z.ZodOptional<z.ZodString>;
1760
1338
  version_current: z.ZodOptional<z.ZodString>;
1761
1339
  created_at: z.ZodOptional<z.ZodString>;
1762
1340
  updated_at: z.ZodOptional<z.ZodString>;
1763
1341
  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
- ready?: boolean | undefined;
1771
- region?: "staging" | "northamerica-central-1" | undefined;
1772
- endpoint?: string | undefined;
1773
- certificate_ca?: string | undefined;
1774
- version_current?: string | undefined;
1775
- created_at?: string | undefined;
1776
- updated_at?: string | undefined;
1777
- }, {
1778
- name: string;
1779
- id: string;
1780
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1781
- tier: "basic" | "pro";
1782
- ready?: boolean | undefined;
1783
- region?: "staging" | "northamerica-central-1" | undefined;
1784
- endpoint?: string | undefined;
1785
- version_channel?: string | undefined;
1786
- certificate_ca?: string | undefined;
1787
- version_current?: string | undefined;
1788
- created_at?: string | undefined;
1789
- updated_at?: string | undefined;
1790
- }>, "many">;
1342
+ version_channel: z.ZodOptional<z.ZodString>;
1343
+ }, z.core.$strip>>;
1344
+ export declare const zCreateClusterBody: z.ZodObject<{
1345
+ name: z.ZodString;
1346
+ tier: z.ZodEnum<{
1347
+ basic: "basic";
1348
+ pro: "pro";
1349
+ }>;
1350
+ region: z.ZodOptional<z.ZodEnum<{
1351
+ "staging-1a": "staging-1a";
1352
+ "northamerica-central-1": "northamerica-central-1";
1353
+ "europe-central-1a": "europe-central-1a";
1354
+ "northamerica-central-1a": "northamerica-central-1a";
1355
+ }>>;
1356
+ version_channel: z.ZodOptional<z.ZodEnum<{
1357
+ "1.x.x-cfke.x": "1.x.x-cfke.x";
1358
+ "1.31.x-cfke.x": "1.31.x-cfke.x";
1359
+ "1.32.x-cfke.x": "1.32.x-cfke.x";
1360
+ "1.33.x-cfke.x": "1.33.x-cfke.x";
1361
+ }>>;
1362
+ }, z.core.$strip>;
1363
+ /**
1364
+ * Successfully created. Returns created Cluster ID.
1365
+ */
1791
1366
  export declare const zCreateClusterResponse: z.ZodString;
1367
+ export declare const zDeleteClusterPath: z.ZodObject<{
1368
+ cluster_id: z.ZodString;
1369
+ }, z.core.$strip>;
1370
+ /**
1371
+ * Successfully deleted.
1372
+ */
1792
1373
  export declare const zDeleteClusterResponse: z.ZodString;
1374
+ export declare const zGetClusterPath: z.ZodObject<{
1375
+ cluster_id: z.ZodString;
1376
+ }, z.core.$strip>;
1377
+ /**
1378
+ * Returns a single object containing cluster details.
1379
+ */
1793
1380
  export declare const zGetClusterResponse: z.ZodObject<{
1794
1381
  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<[""]>]>>;
1382
+ tier: z.ZodEnum<{
1383
+ basic: "basic";
1384
+ pro: "pro";
1385
+ }>;
1386
+ region: z.ZodOptional<z.ZodEnum<{
1387
+ "staging-1a": "staging-1a";
1388
+ "northamerica-central-1": "northamerica-central-1";
1389
+ "europe-central-1a": "europe-central-1a";
1390
+ "northamerica-central-1a": "northamerica-central-1a";
1391
+ }>>;
1392
+ id: z.ZodUUID;
1393
+ status: z.ZodEnum<{
1394
+ deleted: "deleted";
1395
+ failed: "failed";
1396
+ active: "active";
1397
+ disabled: "disabled";
1398
+ creating: "creating";
1399
+ deployed: "deployed";
1400
+ updating: "updating";
1401
+ }>;
1402
+ endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
1403
+ "": "";
1404
+ }>]>>;
1801
1405
  certificate_ca: z.ZodOptional<z.ZodString>;
1802
1406
  version_current: z.ZodOptional<z.ZodString>;
1803
1407
  created_at: z.ZodOptional<z.ZodString>;
1804
1408
  updated_at: z.ZodOptional<z.ZodString>;
1805
1409
  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
- ready?: boolean | undefined;
1813
- region?: "staging" | "northamerica-central-1" | undefined;
1814
- endpoint?: string | undefined;
1815
- certificate_ca?: string | undefined;
1816
- version_current?: string | undefined;
1817
- created_at?: string | undefined;
1818
- updated_at?: string | undefined;
1819
- }, {
1820
- name: string;
1821
- id: string;
1822
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1823
- tier: "basic" | "pro";
1824
- ready?: boolean | undefined;
1825
- region?: "staging" | "northamerica-central-1" | undefined;
1826
- endpoint?: string | undefined;
1827
- version_channel?: string | undefined;
1828
- certificate_ca?: string | undefined;
1829
- version_current?: string | undefined;
1830
- created_at?: string | undefined;
1831
- updated_at?: string | undefined;
1832
- }>;
1410
+ version_channel: z.ZodOptional<z.ZodString>;
1411
+ }, z.core.$strip>;
1412
+ export declare const zUpdateClusterBody: z.ZodObject<{
1413
+ name: z.ZodOptional<z.ZodString>;
1414
+ tier: z.ZodEnum<{
1415
+ basic: "basic";
1416
+ pro: "pro";
1417
+ }>;
1418
+ version_channel: z.ZodOptional<z.ZodString>;
1419
+ }, z.core.$strip>;
1420
+ export declare const zUpdateClusterPath: z.ZodObject<{
1421
+ cluster_id: z.ZodString;
1422
+ }, z.core.$strip>;
1423
+ /**
1424
+ * Successfully updated. Returns updated cluster details.
1425
+ */
1833
1426
  export declare const zUpdateClusterResponse: z.ZodObject<{
1834
1427
  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<[""]>]>>;
1428
+ tier: z.ZodEnum<{
1429
+ basic: "basic";
1430
+ pro: "pro";
1431
+ }>;
1432
+ region: z.ZodOptional<z.ZodEnum<{
1433
+ "staging-1a": "staging-1a";
1434
+ "northamerica-central-1": "northamerica-central-1";
1435
+ "europe-central-1a": "europe-central-1a";
1436
+ "northamerica-central-1a": "northamerica-central-1a";
1437
+ }>>;
1438
+ id: z.ZodUUID;
1439
+ status: z.ZodEnum<{
1440
+ deleted: "deleted";
1441
+ failed: "failed";
1442
+ active: "active";
1443
+ disabled: "disabled";
1444
+ creating: "creating";
1445
+ deployed: "deployed";
1446
+ updating: "updating";
1447
+ }>;
1448
+ endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
1449
+ "": "";
1450
+ }>]>>;
1841
1451
  certificate_ca: z.ZodOptional<z.ZodString>;
1842
1452
  version_current: z.ZodOptional<z.ZodString>;
1843
1453
  created_at: z.ZodOptional<z.ZodString>;
1844
1454
  updated_at: z.ZodOptional<z.ZodString>;
1845
1455
  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
- ready?: boolean | undefined;
1853
- region?: "staging" | "northamerica-central-1" | undefined;
1854
- endpoint?: string | undefined;
1855
- certificate_ca?: string | undefined;
1856
- version_current?: string | undefined;
1857
- created_at?: string | undefined;
1858
- updated_at?: string | undefined;
1859
- }, {
1860
- name: string;
1861
- id: string;
1862
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1863
- tier: "basic" | "pro";
1864
- ready?: boolean | undefined;
1865
- region?: "staging" | "northamerica-central-1" | undefined;
1866
- endpoint?: string | undefined;
1867
- version_channel?: string | undefined;
1868
- certificate_ca?: string | undefined;
1869
- version_current?: string | undefined;
1870
- created_at?: string | undefined;
1871
- updated_at?: string | undefined;
1872
- }>;
1456
+ version_channel: z.ZodOptional<z.ZodString>;
1457
+ }, z.core.$strip>;
1458
+ export declare const zGetClusterCaPath: z.ZodObject<{
1459
+ cluster_id: z.ZodString;
1460
+ }, z.core.$strip>;
1461
+ /**
1462
+ * PEM-encoded certificate authority of the cluster.
1463
+ */
1464
+ export declare const zGetClusterCaResponse: z.ZodString;
1465
+ export declare const zGetJoinInformationPath: z.ZodObject<{
1466
+ cluster_id: z.ZodString;
1467
+ }, z.core.$strip>;
1468
+ /**
1469
+ * An object of cluster join information
1470
+ */
1873
1471
  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
- ready?: boolean | undefined;
1893
- region?: "staging" | "northamerica-central-1" | undefined;
1894
- endpoint?: string | undefined;
1895
- certificate_ca?: string | undefined;
1896
- version_current?: string | undefined;
1897
- created_at?: string | undefined;
1898
- updated_at?: string | undefined;
1899
- }, {
1900
- name: string;
1901
- id: string;
1902
- status: "failed" | "active" | "deleted" | "creating" | "deployed" | "updating";
1903
- tier: "basic" | "pro";
1904
- ready?: boolean | undefined;
1905
- region?: "staging" | "northamerica-central-1" | undefined;
1906
- endpoint?: string | undefined;
1907
- version_channel?: string | undefined;
1908
- certificate_ca?: string | undefined;
1909
- version_current?: string | undefined;
1910
- created_at?: string | undefined;
1911
- updated_at?: string | 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, {}, {}>;
1472
+ certificate_authority: z.ZodString;
1473
+ endpoint: z.ZodURL;
1474
+ cluster_dns: z.ZodString;
1475
+ auth_key: z.ZodString;
1476
+ bootstrap_token: z.ZodString;
1477
+ versions: z.ZodObject<{
1478
+ kubernetes: z.ZodString;
1479
+ tailscale: z.ZodString;
1480
+ containerd: z.ZodString;
1481
+ nvidia_driver: z.ZodString;
1482
+ }, z.core.$strip>;
1483
+ third_party_api_access_config: z.ZodObject<{
1484
+ metadata_url: z.ZodString;
1485
+ aws_role_arn: z.ZodString;
1486
+ gcp_workload_identity_provider: z.ZodString;
1487
+ }, z.core.$strip>;
1488
+ }, z.core.$strip>;
1489
+ /**
1490
+ * An array of invites
1491
+ */
2084
1492
  export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2085
1493
  id: z.ZodOptional<z.ZodString>;
2086
- organization_id: z.ZodOptional<z.ZodString>;
2087
- date_created: z.ZodString;
2088
- email: z.ZodOptional<z.ZodString>;
1494
+ organization_id: z.ZodOptional<z.ZodUUID>;
1495
+ date_created: z.ZodISODateTime;
1496
+ email: z.ZodOptional<z.ZodEmail>;
2089
1497
  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">;
1498
+ }, z.core.$strip>>;
1499
+ export declare const zCreateInviteBody: z.ZodObject<{
1500
+ email: z.ZodOptional<z.ZodString>;
1501
+ }, z.core.$strip>;
1502
+ /**
1503
+ * Successfully created. Returns created invite details.
1504
+ */
2103
1505
  export declare const zCreateInviteResponse: z.ZodObject<{
2104
1506
  id: z.ZodOptional<z.ZodString>;
2105
- organization_id: z.ZodOptional<z.ZodString>;
2106
- date_created: z.ZodString;
2107
- email: z.ZodOptional<z.ZodString>;
1507
+ organization_id: z.ZodOptional<z.ZodUUID>;
1508
+ date_created: z.ZodISODateTime;
1509
+ email: z.ZodOptional<z.ZodEmail>;
2108
1510
  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
- }>;
1511
+ }, z.core.$strip>;
1512
+ export declare const zGetInvitePath: z.ZodObject<{
1513
+ code: z.ZodString;
1514
+ }, z.core.$strip>;
1515
+ /**
1516
+ * Returns a single object containing invite details.
1517
+ */
2122
1518
  export declare const zGetInviteResponse: z.ZodObject<{
2123
1519
  id: z.ZodOptional<z.ZodString>;
2124
- organization_id: z.ZodOptional<z.ZodString>;
2125
- date_created: z.ZodString;
2126
- email: z.ZodOptional<z.ZodString>;
1520
+ organization_id: z.ZodOptional<z.ZodUUID>;
1521
+ date_created: z.ZodISODateTime;
1522
+ email: z.ZodOptional<z.ZodEmail>;
2127
1523
  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
- }>;
1524
+ }, z.core.$strip>;
1525
+ export declare const zDeleteInvitePath: z.ZodObject<{
1526
+ email: z.ZodString;
1527
+ }, z.core.$strip>;
1528
+ /**
1529
+ * An array of chart listings in the marketplace.
1530
+ */
1531
+ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
1532
+ name: z.ZodString;
1533
+ versions: z.ZodArray<z.ZodString>;
1534
+ version_channels: z.ZodArray<z.ZodString>;
1535
+ latestVersion: z.ZodString;
1536
+ metadata: z.ZodOptional<z.ZodObject<{
1537
+ name: z.ZodString;
1538
+ version: z.ZodString;
1539
+ description: z.ZodOptional<z.ZodString>;
1540
+ appVersion: z.ZodOptional<z.ZodString>;
1541
+ apiVersion: z.ZodOptional<z.ZodString>;
1542
+ keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
1543
+ home: z.ZodOptional<z.ZodString>;
1544
+ icon: z.ZodOptional<z.ZodString>;
1545
+ sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
1546
+ maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1547
+ name: z.ZodString;
1548
+ email: z.ZodOptional<z.ZodString>;
1549
+ }, z.core.$strip>>>;
1550
+ }, z.core.$strip>>;
1551
+ }, z.core.$strip>>;
1552
+ export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
1553
+ chart_name: z.ZodString;
1554
+ version_channel: z.ZodString;
1555
+ }, z.core.$strip>;
1556
+ /**
1557
+ * Returns an object containing the chart files for the latest matching version.
1558
+ */
1559
+ export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
1560
+ chartYaml: z.ZodOptional<z.ZodString>;
1561
+ valuesYaml: z.ZodOptional<z.ZodString>;
1562
+ valuesSchemaJson: z.ZodOptional<z.ZodString>;
1563
+ }, z.core.$strip>;
1564
+ /**
1565
+ * JSON-RPC 2.0 request payload
1566
+ */
1567
+ export declare const zPostMcpBody: z.ZodObject<{
1568
+ jsonrpc: z.ZodOptional<z.ZodString>;
1569
+ method: z.ZodOptional<z.ZodString>;
1570
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1571
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1572
+ }, z.core.$strip>;
1573
+ /**
1574
+ * JSON-RPC 2.0 success or error response
1575
+ */
1576
+ export declare const zPostMcpResponse: z.ZodObject<{
1577
+ jsonrpc: z.ZodOptional<z.ZodString>;
1578
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
1579
+ result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1580
+ error: z.ZodOptional<z.ZodObject<{
1581
+ code: z.ZodOptional<z.ZodInt>;
1582
+ message: z.ZodOptional<z.ZodString>;
1583
+ }, z.core.$strip>>;
1584
+ }, z.core.$strip>;
1585
+ /**
1586
+ * Returns a single object containing organization details.
1587
+ */
2141
1588
  export declare const zGetOrganizationResponse: z.ZodObject<{
2142
- id: z.ZodString;
1589
+ id: z.ZodUUID;
2143
1590
  name: z.ZodOptional<z.ZodString>;
2144
- date_created: z.ZodString;
1591
+ date_created: z.ZodISODateTime;
2145
1592
  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">;
1593
+ basic_clusters_max: z.ZodInt;
1594
+ basic_clusters_available: z.ZodInt;
1595
+ pro_clusters_max: z.ZodInt;
1596
+ pro_clusters_available: z.ZodInt;
1597
+ fleets_max: z.ZodInt;
1598
+ cluster_tiers: z.ZodArray<z.ZodString>;
1599
+ regions: z.ZodArray<z.ZodString>;
2154
1600
  versions: z.ZodArray<z.ZodObject<{
2155
1601
  id: z.ZodString;
2156
1602
  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[];
1603
+ }, z.core.$strip>>;
1604
+ cfcr_storage_gb: z.ZodInt;
1605
+ }, z.core.$strip>;
1606
+ status: z.ZodEnum<{
1607
+ active: "active";
1608
+ closed: "closed";
1609
+ suspended: "suspended";
2190
1610
  }>;
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
- }>;
1611
+ }, z.core.$strip>;
1612
+ export declare const zCreateOrganizationBody: z.ZodObject<{
1613
+ email: z.ZodEmail;
1614
+ first_name: z.ZodString;
1615
+ last_name: z.ZodString;
1616
+ company_name: z.ZodString;
1617
+ password: z.ZodString;
1618
+ }, z.core.$strip>;
1619
+ /**
1620
+ * List of repositories
1621
+ */
1622
+ export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
1623
+ name: z.ZodString;
1624
+ region: z.ZodString;
1625
+ uri: z.ZodString;
1626
+ }, z.core.$strip>>;
1627
+ export declare const zListTagsPath: z.ZodObject<{
1628
+ region: z.ZodString;
1629
+ repository: z.ZodString;
1630
+ }, z.core.$strip>;
1631
+ /**
1632
+ * Repository with tags
1633
+ */
1634
+ export declare const zListTagsResponse: z.ZodObject<{
1635
+ name: z.ZodString;
1636
+ region: z.ZodString;
1637
+ uri: z.ZodString;
1638
+ tags: z.ZodArray<z.ZodObject<{
1639
+ name: z.ZodString;
1640
+ size: z.ZodNumber;
1641
+ mediaType: z.ZodOptional<z.ZodString>;
1642
+ platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
1643
+ }, z.core.$strip>>;
1644
+ totalSize: z.ZodNumber;
1645
+ }, z.core.$strip>;
1646
+ export declare const zDeleteTagPath: z.ZodObject<{
1647
+ region: z.ZodString;
1648
+ repository: z.ZodString;
1649
+ tag: z.ZodString;
1650
+ }, z.core.$strip>;
1651
+ export declare const zGetTagPath: z.ZodObject<{
1652
+ region: z.ZodString;
1653
+ repository: z.ZodString;
1654
+ tag: z.ZodString;
1655
+ }, z.core.$strip>;
1656
+ /**
1657
+ * Tag details
1658
+ */
1659
+ export declare const zGetTagResponse: z.ZodObject<{
1660
+ name: z.ZodString;
1661
+ digest: z.ZodString;
1662
+ mediaType: z.ZodOptional<z.ZodString>;
1663
+ config: z.ZodOptional<z.ZodObject<{
1664
+ size: z.ZodNumber;
1665
+ }, z.core.$strip>>;
1666
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1667
+ digest: z.ZodOptional<z.ZodString>;
1668
+ size: z.ZodNumber;
1669
+ }, z.core.$strip>>>;
1670
+ manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
1671
+ digest: z.ZodString;
1672
+ platform: z.ZodOptional<z.ZodObject<{
1673
+ architecture: z.ZodString;
1674
+ os: z.ZodString;
1675
+ variant: z.ZodOptional<z.ZodString>;
1676
+ }, z.core.$strip>>;
1677
+ layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1678
+ digest: z.ZodOptional<z.ZodString>;
1679
+ size: z.ZodNumber;
1680
+ }, z.core.$strip>>>;
1681
+ size: z.ZodOptional<z.ZodNumber>;
1682
+ }, z.core.$strip>>>;
1683
+ size: z.ZodNumber;
1684
+ region: z.ZodString;
1685
+ repository: z.ZodString;
1686
+ uri: z.ZodString;
1687
+ }, z.core.$strip>;
1688
+ /**
1689
+ * Returns a list of access token details with masked secrets.
1690
+ */
2231
1691
  export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2232
1692
  name: z.ZodString;
2233
- role: z.ZodEnum<["Administrator", "User"]>;
1693
+ role: z.ZodEnum<{
1694
+ Administrator: "Administrator";
1695
+ User: "User";
1696
+ }>;
2234
1697
  id: z.ZodOptional<z.ZodString>;
2235
1698
  secret: z.ZodOptional<z.ZodString>;
2236
- date_created: z.ZodString;
2237
- }, "strip", z.ZodTypeAny, {
2238
- name: string;
2239
- role: "Administrator" | "User";
2240
- date_created: string;
2241
- id?: string | undefined;
2242
- secret?: string | undefined;
2243
- }, {
2244
- name: string;
2245
- role: "Administrator" | "User";
2246
- date_created: string;
2247
- id?: string | undefined;
2248
- secret?: string | undefined;
2249
- }>, "many">;
1699
+ date_created: z.ZodISODateTime;
1700
+ }, z.core.$strip>>;
1701
+ export declare const zCreateTokenBody: z.ZodObject<{
1702
+ name: z.ZodString;
1703
+ role: z.ZodEnum<{
1704
+ Administrator: "Administrator";
1705
+ User: "User";
1706
+ }>;
1707
+ }, z.core.$strip>;
1708
+ /**
1709
+ * Successfully created. Returns created token details with unmasked/raw secret.
1710
+ */
2250
1711
  export declare const zCreateTokenResponse: z.ZodObject<{
2251
1712
  name: z.ZodString;
2252
- role: z.ZodEnum<["Administrator", "User"]>;
1713
+ role: z.ZodEnum<{
1714
+ Administrator: "Administrator";
1715
+ User: "User";
1716
+ }>;
2253
1717
  id: z.ZodOptional<z.ZodString>;
2254
1718
  secret: z.ZodOptional<z.ZodString>;
2255
- date_created: z.ZodString;
2256
- }, "strip", z.ZodTypeAny, {
2257
- name: string;
2258
- role: "Administrator" | "User";
2259
- date_created: string;
2260
- id?: string | undefined;
2261
- secret?: string | undefined;
2262
- }, {
2263
- name: string;
2264
- role: "Administrator" | "User";
2265
- date_created: string;
2266
- id?: string | undefined;
2267
- secret?: string | undefined;
2268
- }>;
1719
+ date_created: z.ZodISODateTime;
1720
+ }, z.core.$strip>;
1721
+ export declare const zDeleteTokenPath: z.ZodObject<{
1722
+ token_id: z.ZodString;
1723
+ }, z.core.$strip>;
1724
+ export declare const zGetTokenPath: z.ZodObject<{
1725
+ token_id: z.ZodString;
1726
+ }, z.core.$strip>;
1727
+ /**
1728
+ * Returns access token details with masked secret.
1729
+ */
2269
1730
  export declare const zGetTokenResponse: z.ZodObject<{
2270
1731
  name: z.ZodString;
2271
- role: z.ZodEnum<["Administrator", "User"]>;
1732
+ role: z.ZodEnum<{
1733
+ Administrator: "Administrator";
1734
+ User: "User";
1735
+ }>;
2272
1736
  id: z.ZodOptional<z.ZodString>;
2273
1737
  secret: z.ZodOptional<z.ZodString>;
2274
- date_created: z.ZodString;
2275
- }, "strip", z.ZodTypeAny, {
2276
- name: string;
2277
- role: "Administrator" | "User";
2278
- date_created: string;
2279
- id?: string | undefined;
2280
- secret?: string | undefined;
2281
- }, {
2282
- name: string;
2283
- role: "Administrator" | "User";
2284
- date_created: string;
2285
- id?: string | undefined;
2286
- secret?: string | undefined;
2287
- }>;
1738
+ date_created: z.ZodISODateTime;
1739
+ }, z.core.$strip>;
1740
+ export declare const zUpdateTokenBody: z.ZodObject<{
1741
+ name: z.ZodOptional<z.ZodString>;
1742
+ role: z.ZodOptional<z.ZodEnum<{
1743
+ Administrator: "Administrator";
1744
+ User: "User";
1745
+ }>>;
1746
+ }, z.core.$strip>;
1747
+ export declare const zUpdateTokenPath: z.ZodObject<{
1748
+ token_id: z.ZodString;
1749
+ }, z.core.$strip>;
1750
+ /**
1751
+ * Successfully updated. Returns updated token details with masked secret.
1752
+ */
2288
1753
  export declare const zUpdateTokenResponse: z.ZodObject<{
2289
1754
  name: z.ZodString;
2290
- role: z.ZodEnum<["Administrator", "User"]>;
1755
+ role: z.ZodEnum<{
1756
+ Administrator: "Administrator";
1757
+ User: "User";
1758
+ }>;
2291
1759
  id: z.ZodOptional<z.ZodString>;
2292
1760
  secret: z.ZodOptional<z.ZodString>;
2293
- date_created: z.ZodString;
2294
- }, "strip", z.ZodTypeAny, {
2295
- name: string;
2296
- role: "Administrator" | "User";
2297
- date_created: string;
2298
- id?: string | undefined;
2299
- secret?: string | undefined;
2300
- }, {
2301
- name: string;
2302
- role: "Administrator" | "User";
2303
- date_created: string;
2304
- id?: string | undefined;
2305
- secret?: string | undefined;
2306
- }>;
1761
+ date_created: z.ZodISODateTime;
1762
+ }, z.core.$strip>;
1763
+ export declare const zRegenerateTokenPath: z.ZodObject<{
1764
+ token_id: z.ZodString;
1765
+ }, z.core.$strip>;
1766
+ /**
1767
+ * Successfully updated. Returns updated token details with unmasked / raw secret.
1768
+ */
2307
1769
  export declare const zRegenerateTokenResponse: z.ZodObject<{
2308
1770
  name: z.ZodString;
2309
- role: z.ZodEnum<["Administrator", "User"]>;
1771
+ role: z.ZodEnum<{
1772
+ Administrator: "Administrator";
1773
+ User: "User";
1774
+ }>;
2310
1775
  id: z.ZodOptional<z.ZodString>;
2311
1776
  secret: z.ZodOptional<z.ZodString>;
2312
- date_created: z.ZodString;
2313
- }, "strip", z.ZodTypeAny, {
2314
- name: string;
2315
- role: "Administrator" | "User";
2316
- date_created: string;
2317
- id?: string | undefined;
2318
- secret?: string | undefined;
2319
- }, {
2320
- name: string;
2321
- role: "Administrator" | "User";
2322
- date_created: string;
2323
- id?: string | undefined;
2324
- secret?: string | undefined;
2325
- }>;
1777
+ date_created: z.ZodISODateTime;
1778
+ }, z.core.$strip>;
1779
+ export declare const zListUserOrganizationsPath: z.ZodObject<{
1780
+ email: z.ZodString;
1781
+ }, z.core.$strip>;
1782
+ /**
1783
+ * An array of organizations the user belongs to.
1784
+ */
2326
1785
  export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2327
1786
  realm: z.ZodOptional<z.ZodString>;
2328
1787
  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">;
1788
+ }, z.core.$strip>>;
1789
+ /**
1790
+ * An array of users
1791
+ */
2336
1792
  export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2337
- email: z.ZodString;
1793
+ email: z.ZodEmail;
2338
1794
  first_name: z.ZodString;
2339
1795
  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: "Administrator" | "User";
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: "Administrator" | "User";
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">;
1796
+ role: z.ZodEnum<{
1797
+ Administrator: "Administrator";
1798
+ User: "User";
1799
+ }>;
1800
+ status: z.ZodEnum<{
1801
+ active: "active";
1802
+ inactive: "inactive";
1803
+ }>;
1804
+ id: z.ZodUUID;
1805
+ date_created: z.ZodISODateTime;
1806
+ }, z.core.$strip>>;
1807
+ export declare const zCreateUserBody: z.ZodObject<{
1808
+ email: z.ZodEmail;
1809
+ first_name: z.ZodString;
1810
+ last_name: z.ZodString;
1811
+ code: z.ZodString;
1812
+ password: z.ZodString;
1813
+ status: z.ZodOptional<z.ZodEnum<{
1814
+ active: "active";
1815
+ inactive: "inactive";
1816
+ }>>;
1817
+ role: z.ZodOptional<z.ZodEnum<{
1818
+ Administrator: "Administrator";
1819
+ User: "User";
1820
+ }>>;
1821
+ }, z.core.$strip>;
1822
+ /**
1823
+ * Successfully created. Returns created user details.
1824
+ */
2379
1825
  export declare const zCreateUserResponse: z.ZodObject<{
2380
- email: z.ZodString;
1826
+ email: z.ZodEmail;
2381
1827
  first_name: z.ZodString;
2382
1828
  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: "Administrator" | "User";
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: "Administrator" | "User";
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
- }>;
1829
+ role: z.ZodEnum<{
1830
+ Administrator: "Administrator";
1831
+ User: "User";
1832
+ }>;
1833
+ status: z.ZodEnum<{
1834
+ active: "active";
1835
+ inactive: "inactive";
1836
+ }>;
1837
+ id: z.ZodUUID;
1838
+ date_created: z.ZodISODateTime;
1839
+ }, z.core.$strip>;
1840
+ export declare const zDeleteUserPath: z.ZodObject<{
1841
+ user_id: z.ZodString;
1842
+ }, z.core.$strip>;
1843
+ /**
1844
+ * User profile information
1845
+ */
2422
1846
  export declare const zDeleteUserResponse: z.ZodObject<{
2423
- email: z.ZodString;
1847
+ email: z.ZodEmail;
2424
1848
  first_name: z.ZodString;
2425
1849
  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: "Administrator" | "User";
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: "Administrator" | "User";
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
- }>;
1850
+ role: z.ZodEnum<{
1851
+ Administrator: "Administrator";
1852
+ User: "User";
1853
+ }>;
1854
+ status: z.ZodEnum<{
1855
+ active: "active";
1856
+ inactive: "inactive";
1857
+ }>;
1858
+ id: z.ZodUUID;
1859
+ date_created: z.ZodISODateTime;
1860
+ }, z.core.$strip>;
1861
+ export declare const zGetUserPath: z.ZodObject<{
1862
+ user_id: z.ZodString;
1863
+ }, z.core.$strip>;
1864
+ /**
1865
+ * User profile information
1866
+ */
2465
1867
  export declare const zGetUserResponse: z.ZodObject<{
2466
- email: z.ZodString;
1868
+ email: z.ZodEmail;
2467
1869
  first_name: z.ZodString;
2468
1870
  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: "Administrator" | "User";
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: "Administrator" | "User";
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
- }>;
1871
+ role: z.ZodEnum<{
1872
+ Administrator: "Administrator";
1873
+ User: "User";
1874
+ }>;
1875
+ status: z.ZodEnum<{
1876
+ active: "active";
1877
+ inactive: "inactive";
1878
+ }>;
1879
+ id: z.ZodUUID;
1880
+ date_created: z.ZodISODateTime;
1881
+ }, z.core.$strip>;
1882
+ export declare const zUpdateUserBody: z.ZodObject<{
1883
+ email: z.ZodOptional<z.ZodEmail>;
1884
+ first_name: z.ZodOptional<z.ZodString>;
1885
+ last_name: z.ZodOptional<z.ZodString>;
1886
+ role: z.ZodOptional<z.ZodEnum<{
1887
+ Administrator: "Administrator";
1888
+ User: "User";
1889
+ }>>;
1890
+ status: z.ZodOptional<z.ZodEnum<{
1891
+ active: "active";
1892
+ inactive: "inactive";
1893
+ }>>;
1894
+ }, z.core.$strip>;
1895
+ export declare const zUpdateUserPath: z.ZodObject<{
1896
+ user_id: z.ZodString;
1897
+ }, z.core.$strip>;
1898
+ /**
1899
+ * Successfully created. Returns created user details.
1900
+ */
2508
1901
  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: "Administrator" | "User";
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: "Administrator" | "User";
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: "Administrator" | "User";
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: "Administrator" | "User";
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;
1902
+ email: z.ZodEmail;
2596
1903
  first_name: z.ZodString;
2597
1904
  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: "Administrator" | "User";
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: "Administrator" | "User";
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
- }>;
1905
+ role: z.ZodEnum<{
1906
+ Administrator: "Administrator";
1907
+ User: "User";
1908
+ }>;
1909
+ status: z.ZodEnum<{
1910
+ active: "active";
1911
+ inactive: "inactive";
1912
+ }>;
1913
+ id: z.ZodUUID;
1914
+ date_created: z.ZodISODateTime;
1915
+ }, z.core.$strip>;
2637
1916
  //# sourceMappingURL=zod.gen.d.ts.map