@cloudfleet/sdk 0.0.1-638a41b → 0.0.1-64ee009

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