@cloudfleet/sdk 0.0.1-2564786 → 0.0.1-2791829

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