@cloudfleet/sdk 0.0.1-bd521c7 → 0.0.1-c54e107

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