@cloudfleet/sdk 0.0.1-22fefe4 → 0.0.1-253c998

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