@cloudfleet/sdk 0.0.1-3c16772 → 0.0.1-3d290f0

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