@cloudfleet/sdk 0.0.1-f55e163 → 0.0.1-fd8cadf

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