@cloudfleet/sdk 0.0.1-bd28e81 → 0.0.1-c5d9f35

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