@cloudfleet/sdk 0.0.1-cdcf1a9 → 0.0.1-cdd334c

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