@cloudfleet/sdk 0.0.1-685f6cc → 0.0.1-69278d7

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