@cloudfleet/sdk 0.0.1-4ffe368 → 0.0.1-523e444

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