@cloudfleet/sdk 0.0.1-bd28e81 → 0.0.1-bd45f1a

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 (88) hide show
  1. package/README.md +26 -2
  2. package/dist/@tanstack/react-query.gen.d.ts +1149 -0
  3. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  4. package/dist/@tanstack/react-query.gen.js +1165 -0
  5. package/dist/@tanstack/react-query.gen.js.map +1 -0
  6. package/dist/client/client.gen.d.ts +3 -0
  7. package/dist/client/client.gen.d.ts.map +1 -0
  8. package/dist/client/client.gen.js +217 -0
  9. package/dist/client/client.gen.js.map +1 -0
  10. package/dist/client/index.d.ts +9 -0
  11. package/dist/client/index.d.ts.map +1 -0
  12. package/dist/client/index.js +7 -0
  13. package/dist/client/index.js.map +1 -0
  14. package/dist/client/types.gen.d.ts +121 -0
  15. package/dist/client/types.gen.d.ts.map +1 -0
  16. package/dist/client/types.gen.js +3 -0
  17. package/dist/client/types.gen.js.map +1 -0
  18. package/dist/client/utils.gen.d.ts +38 -0
  19. package/dist/client/utils.gen.d.ts.map +1 -0
  20. package/dist/client/utils.gen.js +229 -0
  21. package/dist/client/utils.gen.js.map +1 -0
  22. package/dist/client.gen.d.ts +13 -0
  23. package/dist/client.gen.d.ts.map +1 -0
  24. package/dist/client.gen.js +4 -0
  25. package/dist/client.gen.js.map +1 -0
  26. package/dist/core/auth.gen.d.ts +19 -0
  27. package/dist/core/auth.gen.d.ts.map +1 -0
  28. package/dist/core/auth.gen.js +15 -0
  29. package/dist/core/auth.gen.js.map +1 -0
  30. package/dist/core/bodySerializer.gen.d.ts +26 -0
  31. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  32. package/dist/core/bodySerializer.gen.js +58 -0
  33. package/dist/core/bodySerializer.gen.js.map +1 -0
  34. package/dist/core/params.gen.d.ts +44 -0
  35. package/dist/core/params.gen.d.ts.map +1 -0
  36. package/dist/core/params.gen.js +101 -0
  37. package/dist/core/params.gen.js.map +1 -0
  38. package/dist/core/pathSerializer.gen.d.ts +34 -0
  39. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  40. package/dist/core/pathSerializer.gen.js +107 -0
  41. package/dist/core/pathSerializer.gen.js.map +1 -0
  42. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  43. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  44. package/dist/core/queryKeySerializer.gen.js +93 -0
  45. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  46. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  47. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  48. package/dist/core/serverSentEvents.gen.js +133 -0
  49. package/dist/core/serverSentEvents.gen.js.map +1 -0
  50. package/dist/core/types.gen.d.ts +79 -0
  51. package/dist/core/types.gen.d.ts.map +1 -0
  52. package/dist/core/types.gen.js +3 -0
  53. package/dist/core/types.gen.js.map +1 -0
  54. package/dist/core/utils.gen.d.ts +20 -0
  55. package/dist/core/utils.gen.d.ts.map +1 -0
  56. package/dist/core/utils.gen.js +88 -0
  57. package/dist/core/utils.gen.js.map +1 -0
  58. package/dist/index.d.ts +3 -0
  59. package/dist/index.d.ts.map +1 -1
  60. package/dist/index.js +3 -0
  61. package/dist/index.js.map +1 -1
  62. package/dist/schemas.gen.d.ts +1915 -1079
  63. package/dist/schemas.gen.d.ts.map +1 -1
  64. package/dist/schemas.gen.js +3241 -1127
  65. package/dist/schemas.gen.js.map +1 -1
  66. package/dist/sdk.gen.d.ts +326 -198
  67. package/dist/sdk.gen.d.ts.map +1 -1
  68. package/dist/sdk.gen.js +432 -297
  69. package/dist/sdk.gen.js.map +1 -1
  70. package/dist/services/kubernetes/api.d.ts +196 -0
  71. package/dist/services/kubernetes/api.d.ts.map +1 -0
  72. package/dist/services/kubernetes/api.js +140 -0
  73. package/dist/services/kubernetes/api.js.map +1 -0
  74. package/dist/services/kubernetes/index.d.ts +44 -0
  75. package/dist/services/kubernetes/index.d.ts.map +1 -0
  76. package/dist/services/kubernetes/index.js +68 -0
  77. package/dist/services/kubernetes/index.js.map +1 -0
  78. package/dist/services/kubernetes/types.d.ts +1335 -0
  79. package/dist/services/kubernetes/types.d.ts.map +1 -0
  80. package/dist/services/kubernetes/types.js +2 -0
  81. package/dist/services/kubernetes/types.js.map +1 -0
  82. package/dist/types.gen.d.ts +1999 -1236
  83. package/dist/types.gen.d.ts.map +1 -1
  84. package/dist/zod.gen.d.ts +3920 -2932
  85. package/dist/zod.gen.d.ts.map +1 -1
  86. package/dist/zod.gen.js +1693 -920
  87. package/dist/zod.gen.js.map +1 -1
  88. package/package.json +30 -7
@@ -1,3 +1,266 @@
1
+ export declare const BillingContactSchema: {
2
+ readonly type: "object";
3
+ readonly properties: {
4
+ readonly type: {
5
+ readonly type: "string";
6
+ readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
7
+ readonly example: "business";
8
+ readonly enum: readonly ["business", "personal"];
9
+ };
10
+ readonly company: {
11
+ readonly type: "string";
12
+ readonly maxLength: 120;
13
+ readonly minLength: 2;
14
+ readonly pattern: "^(?!\\s)(?!.*\\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$";
15
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
16
+ readonly example: "ACME Corp.";
17
+ };
18
+ readonly address1: {
19
+ readonly type: "string";
20
+ readonly nullable: true;
21
+ readonly description: "Street address, P.O. box, c/o";
22
+ readonly example: "123 Main St.";
23
+ };
24
+ readonly address2: {
25
+ readonly type: "string";
26
+ readonly nullable: true;
27
+ readonly description: "Apartment, suite, unit, building, floor, etc.";
28
+ readonly example: "Suite 100";
29
+ };
30
+ readonly postalCode: {
31
+ readonly type: "string";
32
+ readonly nullable: true;
33
+ readonly description: "Postal code as a string.";
34
+ readonly example: "94105";
35
+ };
36
+ readonly city: {
37
+ readonly type: "string";
38
+ readonly nullable: true;
39
+ readonly description: "City or town name.";
40
+ readonly example: "San Francisco";
41
+ };
42
+ readonly state: {
43
+ readonly type: "string";
44
+ readonly nullable: true;
45
+ readonly description: "State, province, or region name.";
46
+ readonly example: "CA";
47
+ };
48
+ readonly country: {
49
+ readonly type: "string";
50
+ readonly nullable: true;
51
+ readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
52
+ readonly example: "US";
53
+ };
54
+ readonly phone: {
55
+ readonly type: "string";
56
+ readonly nullable: true;
57
+ readonly description: "Phone number as a string.";
58
+ readonly example: "+1 555 555 5555";
59
+ };
60
+ readonly email: {
61
+ readonly type: "string";
62
+ readonly format: "email";
63
+ readonly description: "Email address used for billing as a string.";
64
+ readonly example: "email@example.com";
65
+ };
66
+ readonly individual_name: {
67
+ readonly type: "string";
68
+ readonly description: "Name of the billing contact person.";
69
+ readonly example: "John Doe";
70
+ };
71
+ readonly tax_id: {
72
+ readonly type: "string";
73
+ readonly nullable: true;
74
+ readonly description: "Tax ID of the organization.";
75
+ readonly example: "DE123456789";
76
+ };
77
+ readonly tax_id_type: {
78
+ readonly type: "string";
79
+ readonly nullable: true;
80
+ readonly description: "Type of the tax ID.";
81
+ readonly example: "de_vat";
82
+ readonly enum: readonly ["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", ""];
83
+ };
84
+ };
85
+ readonly required: readonly ["type", "email", "individual_name"];
86
+ readonly additionalProperties: false;
87
+ };
88
+ export declare const BillingCreditsSchema: {
89
+ readonly type: "object";
90
+ readonly properties: {
91
+ readonly id: {
92
+ readonly type: "string";
93
+ readonly description: "Generated unique identifier of the promotional code.";
94
+ readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
95
+ };
96
+ readonly type: {
97
+ readonly type: "string";
98
+ readonly description: "Type of the promotional code.";
99
+ readonly example: "credit";
100
+ readonly enum: readonly ["credit", "discount"];
101
+ };
102
+ readonly date_start: {
103
+ readonly type: "string";
104
+ readonly format: "date-time";
105
+ readonly description: "Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.";
106
+ readonly example: "2023-12-20T13:53:32.000Z";
107
+ };
108
+ readonly date_end: {
109
+ readonly type: "string";
110
+ readonly format: "date-time";
111
+ readonly description: "Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.";
112
+ readonly example: "2023-12-20T13:53:32.000Z";
113
+ };
114
+ readonly code: {
115
+ readonly type: "string";
116
+ readonly description: "Promotional code used by the customer.";
117
+ readonly example: "VQ4SCMB";
118
+ };
119
+ readonly description: {
120
+ readonly type: "string";
121
+ readonly description: "Description of the promotional code.";
122
+ readonly example: "10% off on all products";
123
+ };
124
+ readonly value_total: {
125
+ readonly type: "number";
126
+ readonly format: "float";
127
+ readonly description: "Total value of the promotional code.";
128
+ readonly example: 10;
129
+ };
130
+ readonly value_remaining: {
131
+ readonly type: "number";
132
+ readonly format: "float";
133
+ readonly description: "Remaining value of the promotional code.";
134
+ readonly example: 8;
135
+ };
136
+ };
137
+ readonly required: readonly ["type", "date_start", "code", "value_total"];
138
+ readonly additionalProperties: false;
139
+ };
140
+ export declare const ChartCreateInputSchema: {
141
+ readonly type: "object";
142
+ readonly properties: {
143
+ readonly values: {
144
+ readonly type: "string";
145
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
146
+ };
147
+ readonly version_channel: {
148
+ readonly type: "string";
149
+ readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
150
+ readonly description: "Desired version range or channel for the chart.";
151
+ readonly example: "2.x.x-cfke.x";
152
+ };
153
+ readonly name: {
154
+ readonly type: "string";
155
+ readonly maxLength: 63;
156
+ readonly minLength: 1;
157
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
158
+ readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
159
+ readonly example: "postgresql-0";
160
+ };
161
+ readonly namespace: {
162
+ readonly type: "string";
163
+ readonly maxLength: 63;
164
+ readonly minLength: 1;
165
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
166
+ readonly description: "Namespace of the chart deployment";
167
+ readonly example: "default";
168
+ };
169
+ readonly chart: {
170
+ readonly type: "string";
171
+ readonly maxLength: 63;
172
+ readonly minLength: 1;
173
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
174
+ readonly description: "Name of the chart listing";
175
+ readonly example: "postgresql";
176
+ };
177
+ };
178
+ readonly required: readonly ["values", "version_channel", "name", "namespace", "chart"];
179
+ readonly additionalProperties: false;
180
+ };
181
+ export declare const ChartSchema: {
182
+ readonly type: "object";
183
+ readonly properties: {
184
+ readonly values: {
185
+ readonly type: "string";
186
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
187
+ };
188
+ readonly version_channel: {
189
+ readonly type: "string";
190
+ readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
191
+ readonly description: "Desired version range or channel for the chart.";
192
+ readonly example: "2.x.x-cfke.x";
193
+ };
194
+ readonly name: {
195
+ readonly type: "string";
196
+ readonly maxLength: 63;
197
+ readonly minLength: 1;
198
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
199
+ readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
200
+ readonly example: "postgresql-0";
201
+ };
202
+ readonly namespace: {
203
+ readonly type: "string";
204
+ readonly maxLength: 63;
205
+ readonly minLength: 1;
206
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
207
+ readonly description: "Namespace of the chart deployment";
208
+ readonly example: "default";
209
+ };
210
+ readonly chart: {
211
+ readonly type: "string";
212
+ readonly maxLength: 63;
213
+ readonly minLength: 1;
214
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
215
+ readonly description: "Name of the chart listing";
216
+ readonly example: "postgresql";
217
+ };
218
+ readonly status: {
219
+ readonly type: "string";
220
+ readonly description: "Status of the chart deployment (Flux HelmRelease Ready condition reason, e.g. InstallSucceeded, UpgradeFailed, Progressing).";
221
+ readonly example: "InstallSucceeded";
222
+ };
223
+ readonly version_current: {
224
+ readonly type: "string";
225
+ readonly description: "Current version of the chart deployment.";
226
+ readonly example: "2.1.33-cfke.11";
227
+ };
228
+ readonly created_at: {
229
+ readonly type: "string";
230
+ readonly description: "Creation date and time of the chart deployment.";
231
+ readonly example: "2024-09-12T09:11:27Z";
232
+ };
233
+ readonly updated_at: {
234
+ readonly type: "string";
235
+ readonly description: "Last update date and time of the chart deployment.";
236
+ readonly example: "2024-09-12T09:11:27Z";
237
+ };
238
+ readonly ready: {
239
+ readonly type: "boolean";
240
+ readonly description: "Indicates if the chart deployment is ready to be used.";
241
+ readonly example: true;
242
+ };
243
+ };
244
+ readonly required: readonly ["values", "version_channel", "name", "namespace", "chart", "status", "version_current", "created_at", "updated_at", "ready"];
245
+ readonly additionalProperties: false;
246
+ };
247
+ export declare const ChartUpdateInputSchema: {
248
+ readonly type: "object";
249
+ readonly properties: {
250
+ readonly values: {
251
+ readonly type: "string";
252
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
253
+ };
254
+ readonly version_channel: {
255
+ readonly type: "string";
256
+ readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
257
+ readonly description: "Desired version range or channel for the chart.";
258
+ readonly example: "2.x.x-cfke.x";
259
+ };
260
+ };
261
+ readonly required: readonly ["values", "version_channel"];
262
+ readonly additionalProperties: false;
263
+ };
1
264
  export declare const ClusterCreateInputSchema: {
2
265
  readonly type: "object";
3
266
  readonly properties: {
@@ -9,16 +272,10 @@ export declare const ClusterCreateInputSchema: {
9
272
  readonly description: "Name of the cluster.";
10
273
  readonly example: "production-cluster";
11
274
  };
12
- readonly region: {
13
- readonly type: "string";
14
- readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\". This field can not be updated after creation.";
15
- readonly default: "staging";
16
- readonly example: "northamerica-central-1";
17
- readonly enum: readonly ["staging", "northamerica-central-1"];
18
- };
19
275
  readonly tier: {
20
276
  readonly type: "string";
21
277
  readonly description: "Tier of the cluster.";
278
+ readonly default: "basic";
22
279
  readonly example: "pro";
23
280
  readonly enum: readonly ["basic", "pro"];
24
281
  };
@@ -27,11 +284,94 @@ export declare const ClusterCreateInputSchema: {
27
284
  readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
28
285
  readonly description: "Version of the kubernetes cluster.";
29
286
  readonly default: "1.x.x-cfke.x";
30
- readonly example: "1.29.x-cfke.x";
287
+ readonly example: "1.x.x-cfke.x";
288
+ };
289
+ readonly release_channel: {
290
+ readonly type: "string";
291
+ readonly description: "Release channel for the cluster's control plane.";
292
+ readonly default: "rapid";
293
+ readonly example: "rapid";
294
+ readonly enum: readonly ["rapid", "stable", "extended"];
295
+ };
296
+ readonly features: {
297
+ readonly type: "object";
298
+ readonly properties: {
299
+ readonly gpu_sharing_strategy: {
300
+ readonly type: "string";
301
+ readonly description: "GPU sharing strategy.";
302
+ readonly default: "none";
303
+ readonly example: "none";
304
+ readonly enum: readonly ["none", "mps", "time_slicing"];
305
+ };
306
+ readonly gpu_max_shared_clients_per_gpu: {
307
+ readonly type: "integer";
308
+ readonly minimum: 2;
309
+ readonly maximum: 48;
310
+ readonly description: "Maximum number of pods that may share a single GPU.";
311
+ readonly default: 4;
312
+ readonly example: 10;
313
+ };
314
+ readonly cilium_socket_lb_host_namespace_only: {
315
+ readonly type: "boolean";
316
+ readonly description: "Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.";
317
+ readonly example: false;
318
+ };
319
+ };
320
+ readonly additionalProperties: false;
321
+ readonly description: "Cluster feature toggles.";
322
+ readonly default: {
323
+ readonly gpu_sharing_strategy: "none";
324
+ readonly gpu_max_shared_clients_per_gpu: 4;
325
+ readonly cilium_socket_lb_host_namespace_only: false;
326
+ };
327
+ };
328
+ readonly region: {
329
+ readonly type: "string";
330
+ readonly description: "Cloudfleet control plane region. This field can not be updated after creation.";
331
+ readonly example: "europe-central-1a";
332
+ };
333
+ readonly networking: {
334
+ readonly type: "object";
335
+ readonly properties: {
336
+ readonly pod_cidr: {
337
+ readonly type: "string";
338
+ readonly description: "CIDR block for pod IPs.";
339
+ readonly default: "10.244.0.0/16";
340
+ };
341
+ readonly service_cidr: {
342
+ readonly type: "string";
343
+ readonly description: "CIDR block for service IPs.";
344
+ readonly default: "10.96.0.0/12";
345
+ };
346
+ readonly dual_stack: {
347
+ readonly type: "boolean";
348
+ readonly description: "Enable IPv4+IPv6 dual-stack networking.";
349
+ };
350
+ readonly pod_cidr_v6: {
351
+ readonly type: "string";
352
+ readonly description: "IPv6 pod CIDR. Requires dual_stack.";
353
+ readonly default: "2001:db8:1:2::/48";
354
+ };
355
+ readonly service_cidr_v6: {
356
+ readonly type: "string";
357
+ readonly description: "IPv6 service CIDR. Requires dual_stack.";
358
+ readonly default: "2001:db8:1:1::/112";
359
+ };
360
+ };
361
+ readonly additionalProperties: false;
362
+ readonly description: "Cluster networking configuration. Immutable after creation.";
363
+ readonly default: {
364
+ readonly pod_cidr: "10.244.0.0/16";
365
+ readonly service_cidr: "10.96.0.0/12";
366
+ readonly dual_stack: false;
367
+ readonly pod_cidr_v6: "2001:db8:1:2::/48";
368
+ readonly service_cidr_v6: "2001:db8:1:1::/112";
369
+ };
31
370
  };
32
371
  };
33
- readonly required: readonly ["name", "tier"];
372
+ readonly required: readonly ["name", "region"];
34
373
  readonly additionalProperties: false;
374
+ readonly description: "Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
35
375
  };
36
376
  export declare const ClusterJoinInformationSchema: {
37
377
  readonly type: "object";
@@ -47,6 +387,16 @@ export declare const ClusterJoinInformationSchema: {
47
387
  readonly description: "Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.";
48
388
  readonly example: "https://10.31.64.7:6443";
49
389
  };
390
+ readonly cluster_dns: {
391
+ readonly type: "string";
392
+ readonly description: "Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.";
393
+ readonly example: "10.96.0.10";
394
+ };
395
+ readonly pod_cidr: {
396
+ readonly type: "string";
397
+ readonly description: "Pod CIDR for the cluster. Used to configure iptables rules on nodes to prevent Tailscale routing loops.";
398
+ readonly example: "10.244.0.0/16";
399
+ };
50
400
  readonly auth_key: {
51
401
  readonly type: "string";
52
402
  readonly description: "Authentication key for the cluster.";
@@ -63,7 +413,7 @@ export declare const ClusterJoinInformationSchema: {
63
413
  readonly kubernetes: {
64
414
  readonly type: "string";
65
415
  readonly description: "Kubernetes version of the cluster.";
66
- readonly example: "1.29.3";
416
+ readonly example: "1.33.7";
67
417
  };
68
418
  readonly tailscale: {
69
419
  readonly type: "string";
@@ -75,8 +425,13 @@ export declare const ClusterJoinInformationSchema: {
75
425
  readonly description: "Containerd version of the cluster.";
76
426
  readonly example: "1.7.19";
77
427
  };
428
+ readonly nvidia_driver: {
429
+ readonly type: "string";
430
+ readonly description: "NVIDIA driver version of the cluster.";
431
+ readonly example: "565.0.0";
432
+ };
78
433
  };
79
- readonly required: readonly ["kubernetes", "tailscale", "containerd"];
434
+ readonly required: readonly ["kubernetes", "tailscale", "containerd", "nvidia_driver"];
80
435
  readonly additionalProperties: false;
81
436
  readonly description: "Versions of the different components of the cluster.";
82
437
  };
@@ -104,7 +459,7 @@ export declare const ClusterJoinInformationSchema: {
104
459
  readonly description: "OIDC Information for hosts to access to third party API's.";
105
460
  };
106
461
  };
107
- readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
462
+ readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "pod_cidr", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
108
463
  readonly additionalProperties: false;
109
464
  };
110
465
  export declare const ClusterSchema: {
@@ -118,16 +473,10 @@ export declare const ClusterSchema: {
118
473
  readonly description: "Name of the cluster.";
119
474
  readonly example: "production-cluster";
120
475
  };
121
- readonly region: {
122
- readonly type: "string";
123
- readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\". This field can not be updated after creation.";
124
- readonly default: "staging";
125
- readonly example: "northamerica-central-1";
126
- readonly enum: readonly ["staging", "northamerica-central-1"];
127
- };
128
476
  readonly tier: {
129
477
  readonly type: "string";
130
478
  readonly description: "Tier of the cluster.";
479
+ readonly default: "basic";
131
480
  readonly example: "pro";
132
481
  readonly enum: readonly ["basic", "pro"];
133
482
  };
@@ -136,27 +485,122 @@ export declare const ClusterSchema: {
136
485
  readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
137
486
  readonly description: "Version of the kubernetes cluster.";
138
487
  readonly default: "1.x.x-cfke.x";
139
- readonly example: "1.29.x-cfke.x";
488
+ readonly example: "1.x.x-cfke.x";
140
489
  };
141
- readonly id: {
490
+ readonly release_channel: {
142
491
  readonly type: "string";
143
- readonly format: "uuid";
144
- readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
145
- readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
492
+ readonly description: "Release channel for the cluster's control plane.";
493
+ readonly default: "rapid";
494
+ readonly example: "rapid";
495
+ readonly enum: readonly ["rapid", "stable", "extended"];
146
496
  };
147
- readonly status: {
497
+ readonly features: {
498
+ readonly type: "object";
499
+ readonly properties: {
500
+ readonly gpu_sharing_strategy: {
501
+ readonly type: "string";
502
+ readonly description: "GPU sharing strategy.";
503
+ readonly default: "none";
504
+ readonly example: "none";
505
+ readonly enum: readonly ["none", "mps", "time_slicing"];
506
+ };
507
+ readonly gpu_max_shared_clients_per_gpu: {
508
+ readonly type: "integer";
509
+ readonly minimum: 2;
510
+ readonly maximum: 48;
511
+ readonly description: "Maximum number of pods that may share a single GPU.";
512
+ readonly default: 4;
513
+ readonly example: 10;
514
+ };
515
+ readonly cilium_socket_lb_host_namespace_only: {
516
+ readonly type: "boolean";
517
+ readonly description: "Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.";
518
+ readonly example: false;
519
+ };
520
+ };
521
+ readonly required: readonly ["gpu_sharing_strategy", "gpu_max_shared_clients_per_gpu", "cilium_socket_lb_host_namespace_only"];
522
+ readonly additionalProperties: false;
523
+ readonly description: "Cluster feature toggles.";
524
+ readonly default: {
525
+ readonly gpu_sharing_strategy: "none";
526
+ readonly gpu_max_shared_clients_per_gpu: 4;
527
+ readonly cilium_socket_lb_host_namespace_only: false;
528
+ };
529
+ };
530
+ readonly region: {
148
531
  readonly type: "string";
149
- readonly description: "Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.";
150
- readonly example: "active";
151
- readonly enum: readonly ["active", "deleted", "creating", "deployed", "failed", "updating"];
532
+ readonly description: "Cloudfleet control plane region. This field can not be updated after creation.";
533
+ readonly example: "europe-central-1a";
152
534
  };
153
- readonly endpoint: {
154
- readonly anyOf: readonly [{
155
- readonly type: "string";
156
- readonly format: "uri";
157
- readonly description: "URL of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.";
158
- readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.cloudfleet.dev:6443";
159
- }, {
535
+ readonly networking: {
536
+ readonly type: "object";
537
+ readonly properties: {
538
+ readonly pod_cidr: {
539
+ readonly type: "string";
540
+ readonly description: "CIDR block for pod IPs.";
541
+ readonly default: "10.244.0.0/16";
542
+ };
543
+ readonly service_cidr: {
544
+ readonly type: "string";
545
+ readonly description: "CIDR block for service IPs.";
546
+ readonly default: "10.96.0.0/12";
547
+ };
548
+ readonly dual_stack: {
549
+ readonly type: "boolean";
550
+ readonly description: "Enable IPv4+IPv6 dual-stack networking.";
551
+ };
552
+ readonly pod_cidr_v6: {
553
+ readonly type: "string";
554
+ readonly description: "IPv6 pod CIDR. Requires dual_stack.";
555
+ readonly default: "2001:db8:1:2::/48";
556
+ };
557
+ readonly service_cidr_v6: {
558
+ readonly type: "string";
559
+ readonly description: "IPv6 service CIDR. Requires dual_stack.";
560
+ readonly default: "2001:db8:1:1::/112";
561
+ };
562
+ };
563
+ readonly required: readonly ["pod_cidr", "service_cidr", "dual_stack", "pod_cidr_v6", "service_cidr_v6"];
564
+ readonly additionalProperties: false;
565
+ readonly description: "Cluster networking configuration. Immutable after creation.";
566
+ readonly default: {
567
+ readonly pod_cidr: "10.244.0.0/16";
568
+ readonly service_cidr: "10.96.0.0/12";
569
+ readonly dual_stack: false;
570
+ readonly pod_cidr_v6: "2001:db8:1:2::/48";
571
+ readonly service_cidr_v6: "2001:db8:1:1::/112";
572
+ };
573
+ };
574
+ readonly id: {
575
+ readonly type: "string";
576
+ readonly format: "uuid";
577
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
578
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
579
+ };
580
+ readonly status: {
581
+ readonly type: "string";
582
+ readonly description: "Status of the cluster.";
583
+ readonly example: "deployed";
584
+ readonly enum: readonly ["creating", "deployed", "updating", "disabled"];
585
+ };
586
+ readonly endpoint: {
587
+ readonly anyOf: readonly [{
588
+ readonly type: "string";
589
+ readonly format: "uri";
590
+ readonly description: "URL signed by a public CA of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster.";
591
+ readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
592
+ }, {
593
+ readonly type: "string";
594
+ readonly enum: readonly [""];
595
+ }];
596
+ };
597
+ readonly endpoint_public: {
598
+ readonly anyOf: readonly [{
599
+ readonly type: "string";
600
+ readonly format: "uri";
601
+ readonly description: "Deprecated alias of `endpoint`; retained for backward compatibility.";
602
+ readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
603
+ }, {
160
604
  readonly type: "string";
161
605
  readonly enum: readonly [""];
162
606
  }];
@@ -169,7 +613,7 @@ export declare const ClusterSchema: {
169
613
  readonly version_current: {
170
614
  readonly type: "string";
171
615
  readonly description: "Current version of the cluster.";
172
- readonly example: "1.29.3-cfke.52";
616
+ readonly example: "1.33.7-cfke.264";
173
617
  };
174
618
  readonly created_at: {
175
619
  readonly type: "string";
@@ -187,8 +631,9 @@ export declare const ClusterSchema: {
187
631
  readonly example: true;
188
632
  };
189
633
  };
190
- readonly required: readonly ["name", "tier", "id", "status"];
634
+ readonly required: readonly ["name", "tier", "version_channel", "release_channel", "features", "region", "networking", "id", "status", "ready"];
191
635
  readonly additionalProperties: false;
636
+ readonly description: "Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
192
637
  };
193
638
  export declare const ClusterUpdateInputSchema: {
194
639
  readonly type: "object";
@@ -201,14 +646,63 @@ export declare const ClusterUpdateInputSchema: {
201
646
  readonly description: "Name of the cluster.";
202
647
  readonly example: "production-cluster";
203
648
  };
649
+ readonly tier: {
650
+ readonly type: "string";
651
+ readonly description: "Tier of the cluster.";
652
+ readonly default: "basic";
653
+ readonly example: "pro";
654
+ readonly enum: readonly ["basic", "pro"];
655
+ };
204
656
  readonly version_channel: {
205
657
  readonly type: "string";
206
658
  readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
207
659
  readonly description: "Version of the kubernetes cluster.";
208
- readonly example: "1.29.x-cfke.x";
660
+ readonly default: "1.x.x-cfke.x";
661
+ readonly example: "1.x.x-cfke.x";
662
+ };
663
+ readonly release_channel: {
664
+ readonly type: "string";
665
+ readonly description: "Release channel for the cluster's control plane.";
666
+ readonly default: "rapid";
667
+ readonly example: "rapid";
668
+ readonly enum: readonly ["rapid", "stable", "extended"];
669
+ };
670
+ readonly features: {
671
+ readonly type: "object";
672
+ readonly properties: {
673
+ readonly gpu_sharing_strategy: {
674
+ readonly type: "string";
675
+ readonly description: "GPU sharing strategy.";
676
+ readonly default: "none";
677
+ readonly example: "none";
678
+ readonly enum: readonly ["none", "mps", "time_slicing"];
679
+ };
680
+ readonly gpu_max_shared_clients_per_gpu: {
681
+ readonly type: "integer";
682
+ readonly minimum: 2;
683
+ readonly maximum: 48;
684
+ readonly description: "Maximum number of pods that may share a single GPU.";
685
+ readonly default: 4;
686
+ readonly example: 10;
687
+ };
688
+ readonly cilium_socket_lb_host_namespace_only: {
689
+ readonly type: "boolean";
690
+ readonly description: "Restrict Cilium socket load-balancing to the host namespace. Required for the Tailscale operator and Istio.";
691
+ readonly example: false;
692
+ };
693
+ };
694
+ readonly additionalProperties: false;
695
+ readonly description: "Cluster feature toggles.";
696
+ readonly default: {
697
+ readonly gpu_sharing_strategy: "none";
698
+ readonly gpu_max_shared_clients_per_gpu: 4;
699
+ readonly cilium_socket_lb_host_namespace_only: false;
700
+ };
209
701
  };
210
702
  };
703
+ readonly required: readonly ["name"];
211
704
  readonly additionalProperties: false;
705
+ readonly description: "Mutable cluster configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
212
706
  };
213
707
  export declare const FleetCreateInputSchema: {
214
708
  readonly type: "object";
@@ -217,13 +711,12 @@ export declare const FleetCreateInputSchema: {
217
711
  readonly type: "object";
218
712
  readonly properties: {
219
713
  readonly cpu: {
220
- readonly type: "number";
221
- readonly format: "float";
714
+ readonly type: "integer";
222
715
  readonly minimum: 0;
223
- readonly description: "CPU limit in cores.";
716
+ readonly maximum: 100000;
717
+ readonly description: "CPU limit in cores. Maximum 100,000.";
224
718
  };
225
719
  };
226
- readonly required: readonly ["cpu"];
227
720
  readonly additionalProperties: false;
228
721
  readonly description: "Limits define a set of bounds for provisioning capacity.";
229
722
  };
@@ -232,57 +725,107 @@ export declare const FleetCreateInputSchema: {
232
725
  readonly properties: {
233
726
  readonly enabled: {
234
727
  readonly type: "boolean";
235
- readonly default: true;
236
728
  };
237
729
  readonly project: {
238
730
  readonly type: "string";
239
- readonly description: "Project GCP Project id to deploy instances into";
731
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
732
+ readonly description: "GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.";
733
+ readonly example: "my-cloudfleet-project";
240
734
  };
241
735
  };
242
- readonly required: readonly ["project"];
736
+ readonly required: readonly ["enabled"];
243
737
  readonly additionalProperties: false;
244
738
  };
245
739
  readonly hetzner: {
246
- readonly oneOf: readonly [{
247
- readonly type: "object";
248
- readonly properties: {
249
- readonly enabled: {
250
- readonly type: "boolean";
251
- readonly default: true;
252
- };
253
- readonly apiKey: {
254
- readonly type: "string";
255
- };
740
+ readonly type: "object";
741
+ readonly properties: {
742
+ readonly enabled: {
743
+ readonly type: "boolean";
256
744
  };
257
- readonly additionalProperties: false;
258
- }, {
259
- readonly type: "object";
260
- readonly properties: {
261
- readonly apiKey: {
262
- readonly type: "string";
263
- };
264
- readonly enabled: {
265
- readonly type: "boolean";
266
- readonly default: true;
267
- };
745
+ readonly apiKey: {
746
+ readonly type: "string";
747
+ readonly maxLength: 64;
748
+ readonly minLength: 64;
749
+ readonly pattern: "^[A-Za-z0-9]+$";
750
+ readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
268
751
  };
269
- readonly additionalProperties: false;
270
- }];
752
+ };
753
+ readonly required: readonly ["enabled"];
754
+ readonly additionalProperties: false;
271
755
  };
272
756
  readonly aws: {
273
757
  readonly type: "object";
274
758
  readonly properties: {
275
759
  readonly enabled: {
276
760
  readonly type: "boolean";
277
- readonly default: true;
278
761
  };
279
762
  readonly controllerRoleArn: {
280
763
  readonly type: "string";
281
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
764
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
765
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
766
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
767
+ };
768
+ };
769
+ readonly required: readonly ["enabled"];
770
+ readonly additionalProperties: false;
771
+ };
772
+ readonly constraints: {
773
+ readonly type: "object";
774
+ readonly properties: {
775
+ readonly 'karpenter.sh/capacity-type': {
776
+ readonly type: "array";
777
+ readonly items: {
778
+ readonly type: "string";
779
+ readonly enum: readonly ["on-demand", "spot"];
780
+ };
781
+ readonly minItems: 1;
782
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
783
+ readonly default: readonly ["on-demand", "spot"];
784
+ };
785
+ readonly 'kubernetes.io/arch': {
786
+ readonly type: "array";
787
+ readonly items: {
788
+ readonly type: "string";
789
+ readonly enum: readonly ["amd64", "arm64"];
790
+ };
791
+ readonly minItems: 1;
792
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
793
+ readonly default: readonly ["amd64"];
794
+ };
795
+ readonly 'cfke.io/instance-family': {
796
+ readonly type: "array";
797
+ readonly items: {
798
+ readonly type: "string";
799
+ readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
800
+ };
801
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
802
+ readonly default: readonly [];
803
+ };
804
+ readonly 'topology.kubernetes.io/region': {
805
+ readonly type: "array";
806
+ readonly items: {
807
+ readonly type: "string";
808
+ readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
809
+ };
810
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
811
+ readonly default: readonly [];
282
812
  };
283
813
  };
284
- readonly required: readonly ["controllerRoleArn"];
285
814
  readonly additionalProperties: false;
815
+ readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together.";
816
+ readonly default: {
817
+ readonly 'karpenter.sh/capacity-type': readonly ["on-demand", "spot"];
818
+ readonly 'kubernetes.io/arch': readonly ["amd64"];
819
+ readonly 'cfke.io/instance-family': readonly [];
820
+ readonly 'topology.kubernetes.io/region': readonly [];
821
+ };
822
+ };
823
+ readonly scalingProfile: {
824
+ readonly type: "string";
825
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet. Full-overwrite: omit to reset to the default (`conservative`).";
826
+ readonly default: "conservative";
827
+ readonly example: "conservative";
828
+ readonly enum: readonly ["aggressive", "conservative"];
286
829
  };
287
830
  readonly id: {
288
831
  readonly type: "string";
@@ -292,14 +835,10 @@ export declare const FleetCreateInputSchema: {
292
835
  readonly description: "Unique identifier of the kubernetes fleet.";
293
836
  readonly example: "new-clouds-fleet";
294
837
  };
295
- readonly type: {
296
- readonly type: "string";
297
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
298
- readonly enum: readonly ["managed", "connected"];
299
- };
300
838
  };
301
- readonly required: readonly ["id", "type"];
839
+ readonly required: readonly ["id"];
302
840
  readonly additionalProperties: false;
841
+ readonly description: "Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
303
842
  };
304
843
  export declare const FleetSchema: {
305
844
  readonly type: "object";
@@ -308,13 +847,12 @@ export declare const FleetSchema: {
308
847
  readonly type: "object";
309
848
  readonly properties: {
310
849
  readonly cpu: {
311
- readonly type: "number";
312
- readonly format: "float";
850
+ readonly type: "integer";
313
851
  readonly minimum: 0;
314
- readonly description: "CPU limit in cores.";
852
+ readonly maximum: 100000;
853
+ readonly description: "CPU limit in cores. Maximum 100,000.";
315
854
  };
316
855
  };
317
- readonly required: readonly ["cpu"];
318
856
  readonly additionalProperties: false;
319
857
  readonly description: "Limits define a set of bounds for provisioning capacity.";
320
858
  };
@@ -323,57 +861,106 @@ export declare const FleetSchema: {
323
861
  readonly properties: {
324
862
  readonly enabled: {
325
863
  readonly type: "boolean";
326
- readonly default: true;
327
864
  };
328
865
  readonly project: {
329
866
  readonly type: "string";
330
- readonly description: "Project GCP Project id to deploy instances into";
867
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
868
+ readonly description: "GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.";
869
+ readonly example: "my-cloudfleet-project";
331
870
  };
332
871
  };
333
- readonly required: readonly ["project"];
872
+ readonly required: readonly ["enabled"];
334
873
  readonly additionalProperties: false;
335
874
  };
336
875
  readonly hetzner: {
337
- readonly oneOf: readonly [{
338
- readonly type: "object";
339
- readonly properties: {
340
- readonly enabled: {
341
- readonly type: "boolean";
342
- readonly default: true;
343
- };
344
- readonly apiKey: {
345
- readonly type: "string";
346
- };
876
+ readonly type: "object";
877
+ readonly properties: {
878
+ readonly enabled: {
879
+ readonly type: "boolean";
347
880
  };
348
- readonly additionalProperties: false;
349
- }, {
350
- readonly type: "object";
351
- readonly properties: {
352
- readonly apiKey: {
353
- readonly type: "string";
354
- };
355
- readonly enabled: {
356
- readonly type: "boolean";
357
- readonly default: true;
358
- };
881
+ readonly apiKey: {
882
+ readonly type: "string";
883
+ readonly pattern: "^\\*{64}$";
884
+ readonly description: "Redacted Hetzner API token. Returned as 64 asterisks when a token is configured; omitted otherwise. The real value is never echoed by the API.";
359
885
  };
360
- readonly additionalProperties: false;
361
- }];
886
+ };
887
+ readonly required: readonly ["enabled"];
888
+ readonly additionalProperties: false;
362
889
  };
363
890
  readonly aws: {
364
891
  readonly type: "object";
365
892
  readonly properties: {
366
893
  readonly enabled: {
367
894
  readonly type: "boolean";
368
- readonly default: true;
369
895
  };
370
896
  readonly controllerRoleArn: {
371
897
  readonly type: "string";
372
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
898
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
899
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
900
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
901
+ };
902
+ };
903
+ readonly required: readonly ["enabled"];
904
+ readonly additionalProperties: false;
905
+ };
906
+ readonly constraints: {
907
+ readonly type: "object";
908
+ readonly properties: {
909
+ readonly 'karpenter.sh/capacity-type': {
910
+ readonly type: "array";
911
+ readonly items: {
912
+ readonly type: "string";
913
+ readonly enum: readonly ["on-demand", "spot"];
914
+ };
915
+ readonly minItems: 1;
916
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
917
+ readonly default: readonly ["on-demand", "spot"];
918
+ };
919
+ readonly 'kubernetes.io/arch': {
920
+ readonly type: "array";
921
+ readonly items: {
922
+ readonly type: "string";
923
+ readonly enum: readonly ["amd64", "arm64"];
924
+ };
925
+ readonly minItems: 1;
926
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
927
+ readonly default: readonly ["amd64"];
928
+ };
929
+ readonly 'cfke.io/instance-family': {
930
+ readonly type: "array";
931
+ readonly items: {
932
+ readonly type: "string";
933
+ readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
934
+ };
935
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
936
+ readonly default: readonly [];
937
+ };
938
+ readonly 'topology.kubernetes.io/region': {
939
+ readonly type: "array";
940
+ readonly items: {
941
+ readonly type: "string";
942
+ readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
943
+ };
944
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
945
+ readonly default: readonly [];
373
946
  };
374
947
  };
375
- readonly required: readonly ["controllerRoleArn"];
948
+ readonly required: readonly ["karpenter.sh/capacity-type", "kubernetes.io/arch"];
376
949
  readonly additionalProperties: false;
950
+ readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together.";
951
+ readonly default: {
952
+ readonly 'karpenter.sh/capacity-type': readonly ["on-demand", "spot"];
953
+ readonly 'kubernetes.io/arch': readonly ["amd64"];
954
+ readonly 'cfke.io/instance-family': readonly [];
955
+ readonly 'topology.kubernetes.io/region': readonly [];
956
+ };
957
+ };
958
+ readonly scalingProfile: {
959
+ readonly type: "string";
960
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet. Full-overwrite: omit to reset to the default (`conservative`).";
961
+ readonly default: "conservative";
962
+ readonly example: "conservative";
963
+ readonly enum: readonly ["aggressive", "conservative"];
377
964
  };
378
965
  readonly id: {
379
966
  readonly type: "string";
@@ -383,14 +970,30 @@ export declare const FleetSchema: {
383
970
  readonly description: "Unique identifier of the kubernetes fleet.";
384
971
  readonly example: "new-clouds-fleet";
385
972
  };
386
- readonly type: {
973
+ readonly ready: {
974
+ readonly type: "boolean";
975
+ readonly description: "Indicates whether the fleet configuration is healthy.";
976
+ readonly example: true;
977
+ };
978
+ readonly status_message: {
979
+ readonly type: "string";
980
+ readonly description: "Human-readable reason the fleet is not ready. Present only when `ready` is false.";
981
+ readonly example: "Invalid provider permissions.";
982
+ };
983
+ readonly created_at: {
984
+ readonly type: "string";
985
+ readonly description: "Creation date and time of the fleet.";
986
+ readonly example: "2024-09-12T09:11:27Z";
987
+ };
988
+ readonly updated_at: {
387
989
  readonly type: "string";
388
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
389
- readonly enum: readonly ["managed", "connected"];
990
+ readonly description: "Date and time the fleet was last updated.";
991
+ readonly example: "2024-09-12T09:11:27Z";
390
992
  };
391
993
  };
392
- readonly required: readonly ["id", "type"];
994
+ readonly required: readonly ["constraints", "scalingProfile", "id", "ready", "created_at", "updated_at"];
393
995
  readonly additionalProperties: false;
996
+ readonly description: "Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
394
997
  };
395
998
  export declare const FleetUpdateInputSchema: {
396
999
  readonly type: "object";
@@ -399,13 +1002,12 @@ export declare const FleetUpdateInputSchema: {
399
1002
  readonly type: "object";
400
1003
  readonly properties: {
401
1004
  readonly cpu: {
402
- readonly type: "number";
403
- readonly format: "float";
1005
+ readonly type: "integer";
404
1006
  readonly minimum: 0;
405
- readonly description: "CPU limit in cores.";
1007
+ readonly maximum: 100000;
1008
+ readonly description: "CPU limit in cores. Maximum 100,000.";
406
1009
  };
407
1010
  };
408
- readonly required: readonly ["cpu"];
409
1011
  readonly additionalProperties: false;
410
1012
  readonly description: "Limits define a set of bounds for provisioning capacity.";
411
1013
  };
@@ -414,329 +1016,130 @@ export declare const FleetUpdateInputSchema: {
414
1016
  readonly properties: {
415
1017
  readonly enabled: {
416
1018
  readonly type: "boolean";
417
- readonly default: true;
418
1019
  };
419
1020
  readonly project: {
420
1021
  readonly type: "string";
421
- readonly description: "Project GCP Project id to deploy instances into";
1022
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
1023
+ readonly description: "GCP project ID to deploy instances into. 6-30 chars, lowercase letters/digits/hyphens, must start with a letter and not end with a hyphen. Omit when GCP is disabled.";
1024
+ readonly example: "my-cloudfleet-project";
422
1025
  };
423
1026
  };
424
- readonly required: readonly ["project"];
1027
+ readonly required: readonly ["enabled"];
425
1028
  readonly additionalProperties: false;
426
1029
  };
427
1030
  readonly hetzner: {
428
- readonly oneOf: readonly [{
429
- readonly type: "object";
430
- readonly properties: {
431
- readonly enabled: {
432
- readonly type: "boolean";
433
- readonly default: true;
434
- };
435
- readonly apiKey: {
436
- readonly type: "string";
437
- };
1031
+ readonly type: "object";
1032
+ readonly properties: {
1033
+ readonly enabled: {
1034
+ readonly type: "boolean";
438
1035
  };
439
- readonly additionalProperties: false;
440
- }, {
441
- readonly type: "object";
442
- readonly properties: {
443
- readonly apiKey: {
444
- readonly type: "string";
445
- };
446
- readonly enabled: {
447
- readonly type: "boolean";
448
- readonly default: true;
449
- };
1036
+ readonly apiKey: {
1037
+ readonly type: "string";
1038
+ readonly maxLength: 64;
1039
+ readonly minLength: 64;
1040
+ readonly pattern: "^[A-Za-z0-9]+$";
1041
+ readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
450
1042
  };
451
- readonly additionalProperties: false;
452
- }];
1043
+ };
1044
+ readonly required: readonly ["enabled"];
1045
+ readonly additionalProperties: false;
453
1046
  };
454
1047
  readonly aws: {
455
1048
  readonly type: "object";
456
1049
  readonly properties: {
457
1050
  readonly enabled: {
458
1051
  readonly type: "boolean";
459
- readonly default: true;
460
1052
  };
461
1053
  readonly controllerRoleArn: {
462
1054
  readonly type: "string";
463
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
1055
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
1056
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
1057
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
1058
+ };
1059
+ };
1060
+ readonly required: readonly ["enabled"];
1061
+ readonly additionalProperties: false;
1062
+ };
1063
+ readonly constraints: {
1064
+ readonly type: "object";
1065
+ readonly properties: {
1066
+ readonly 'karpenter.sh/capacity-type': {
1067
+ readonly type: "array";
1068
+ readonly items: {
1069
+ readonly type: "string";
1070
+ readonly enum: readonly ["on-demand", "spot"];
1071
+ };
1072
+ readonly minItems: 1;
1073
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
1074
+ readonly default: readonly ["on-demand", "spot"];
1075
+ };
1076
+ readonly 'kubernetes.io/arch': {
1077
+ readonly type: "array";
1078
+ readonly items: {
1079
+ readonly type: "string";
1080
+ readonly enum: readonly ["amd64", "arm64"];
1081
+ };
1082
+ readonly minItems: 1;
1083
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
1084
+ readonly default: readonly ["amd64"];
1085
+ };
1086
+ readonly 'cfke.io/instance-family': {
1087
+ readonly type: "array";
1088
+ readonly items: {
1089
+ readonly type: "string";
1090
+ readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
1091
+ };
1092
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
1093
+ readonly default: readonly [];
1094
+ };
1095
+ readonly 'topology.kubernetes.io/region': {
1096
+ readonly type: "array";
1097
+ readonly items: {
1098
+ readonly type: "string";
1099
+ readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
1100
+ };
1101
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
1102
+ readonly default: readonly [];
464
1103
  };
465
1104
  };
466
- readonly required: readonly ["controllerRoleArn"];
467
1105
  readonly additionalProperties: false;
1106
+ readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together.";
1107
+ readonly default: {
1108
+ readonly 'karpenter.sh/capacity-type': readonly ["on-demand", "spot"];
1109
+ readonly 'kubernetes.io/arch': readonly ["amd64"];
1110
+ readonly 'cfke.io/instance-family': readonly [];
1111
+ readonly 'topology.kubernetes.io/region': readonly [];
1112
+ };
1113
+ };
1114
+ readonly scalingProfile: {
1115
+ readonly type: "string";
1116
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet. Full-overwrite: omit to reset to the default (`conservative`).";
1117
+ readonly default: "conservative";
1118
+ readonly example: "conservative";
1119
+ readonly enum: readonly ["aggressive", "conservative"];
468
1120
  };
469
1121
  };
470
1122
  readonly additionalProperties: false;
1123
+ readonly description: "Mutable fleet configuration. Applied as a full overwrite: any omitted field is reset to its default rather than left unchanged.";
471
1124
  };
472
- export declare const InfrastructureFilterSchema: {
1125
+ export declare const InviteCreateInputSchema: {
473
1126
  readonly type: "object";
474
1127
  readonly properties: {
475
- readonly version: {
476
- readonly type: "integer";
477
- readonly description: "Version of the infrastructure filter definition. Currently only version 1 is supported.";
478
- readonly default: 1;
479
- readonly example: 1;
480
- readonly enum: readonly [1];
1128
+ readonly email: {
1129
+ readonly type: "string";
1130
+ readonly format: "email";
1131
+ readonly description: "Email address of the user to invite.";
1132
+ readonly example: "email@example.com";
481
1133
  };
482
- readonly provider: {
483
- readonly type: "array";
484
- readonly items: {
485
- readonly type: "string";
486
- };
487
- readonly description: "Limit selection of cloud providers to this list. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)";
488
- readonly example: "AWS";
489
- };
490
- readonly region: {
491
- readonly type: "array";
492
- readonly items: {
493
- readonly type: "string";
494
- };
495
- readonly description: "Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)";
496
- readonly example: "northamerica";
497
- };
498
- readonly sub_region: {
499
- readonly type: "array";
500
- readonly items: {
501
- readonly type: "string";
502
- };
503
- readonly description: "Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)";
504
- readonly example: "west";
505
- };
506
- readonly csp_region: {
507
- readonly type: "array";
508
- readonly items: {
509
- readonly type: "string";
510
- };
511
- readonly description: "Limits selection of cloud regions to this list of canonical provider regions";
512
- readonly example: "eu-west-1";
513
- };
514
- readonly instance_type: {
515
- readonly type: "array";
516
- readonly items: {
517
- readonly type: "string";
518
- };
519
- readonly description: "Limits selection of instance types to this list. Instance / VM type as defined by the cloud service provider";
520
- readonly example: "p4d.24xlarge";
521
- };
522
- readonly accelerator_name: {
523
- readonly type: "array";
524
- readonly items: {
525
- readonly type: "string";
526
- };
527
- readonly description: "List of Normalized accelerator model names. For example, all variations of Nvidia A100 GPUs will have 'A100' as accelerator name with various memory configurations set in accelerator_memory field";
528
- readonly example: "A100";
529
- };
530
- readonly accelerator_manufacturer: {
531
- readonly type: "array";
532
- readonly items: {
533
- readonly type: "string";
534
- };
535
- readonly description: "List of normalized accelerator manufacturer names. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer";
536
- readonly example: "NVIDIA";
537
- };
538
- readonly accelerator_count_min: {
539
- readonly type: "integer";
540
- readonly minimum: 0;
541
- readonly description: "Minimum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.";
542
- readonly example: 1;
543
- };
544
- readonly accelerator_count_max: {
545
- readonly type: "integer";
546
- readonly minimum: 0;
547
- readonly description: "Maximum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.";
548
- readonly example: 8;
549
- };
550
- readonly accelerator_memory_min: {
551
- readonly type: "number";
552
- readonly format: "float";
553
- readonly description: "Minimum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory";
554
- readonly example: 40;
555
- };
556
- readonly accelerator_memory_max: {
557
- readonly type: "number";
558
- readonly format: "float";
559
- readonly description: "Maximum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory";
560
- readonly example: 80;
561
- };
562
- readonly memory_min: {
563
- readonly type: "integer";
564
- readonly minimum: 0;
565
- readonly description: "Minimum amount of RAM in gibibytes (GiB)";
566
- readonly example: 32;
567
- };
568
- readonly memory_max: {
569
- readonly type: "integer";
570
- readonly minimum: 0;
571
- readonly description: "Maximum amount of RAM in gibibytes (GiB)";
572
- readonly example: 64;
573
- };
574
- readonly vcpu_min: {
575
- readonly type: "integer";
576
- readonly minimum: 1;
577
- readonly description: "Minimum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.";
578
- readonly example: 32;
579
- };
580
- readonly vcpu_max: {
581
- readonly type: "integer";
582
- readonly minimum: 1;
583
- readonly description: "Maximum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.";
584
- readonly example: 128;
585
- };
586
- readonly storage_total_min: {
587
- readonly type: "number";
588
- readonly format: "float";
589
- readonly minimum: 10;
590
- readonly description: "Minimum total storage in GiB (attached and local)";
591
- readonly example: 128;
592
- };
593
- readonly storage_total_max: {
594
- readonly type: "number";
595
- readonly format: "float";
596
- readonly minimum: 10;
597
- readonly description: "Maximum total storage in GiB (attached and local)";
598
- readonly example: 256;
599
- };
600
- readonly storage_local_min: {
601
- readonly type: "number";
602
- readonly format: "float";
603
- readonly description: "Minimum volume of directly attached, block-device local storage in gibibytes (GiB)";
604
- readonly example: 24;
605
- };
606
- readonly storage_local_max: {
607
- readonly type: "number";
608
- readonly format: "float";
609
- readonly description: "Maximum volume of directly attached, block-device local storage in gibibytes (GiB)";
610
- readonly example: 128;
611
- };
612
- readonly price_min: {
613
- readonly type: "number";
614
- readonly format: "float";
615
- readonly description: "Minimum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.";
616
- readonly example: 10;
617
- };
618
- readonly price_max: {
619
- readonly type: "number";
620
- readonly format: "float";
621
- readonly description: "Maximum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.";
622
- readonly example: 50;
623
- };
624
- };
625
- readonly additionalProperties: false;
626
- };
627
- export declare const InfrastructureInstanceSchema: {
628
- readonly type: "object";
629
- readonly properties: {
630
- readonly sku: {
631
- readonly type: "string";
632
- readonly description: "Cloudfleet instance SKU. Has a format of <provider>-<csp_region>-<instance_type>.";
633
- readonly example: "AWS-EU-WEST-1C-P4D.24XLARGE";
634
- };
635
- readonly provider: {
636
- readonly type: "string";
637
- readonly description: "Normalized cloud service provider name. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)";
638
- readonly example: "AWS";
639
- };
640
- readonly region: {
641
- readonly type: "string";
642
- readonly description: "Normalized region. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)";
643
- readonly example: "europe";
644
- };
645
- readonly sub_region: {
646
- readonly type: "string";
647
- readonly description: "Normalized sub-region. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)";
648
- readonly example: "west";
649
- };
650
- readonly csp_region: {
651
- readonly type: "string";
652
- readonly description: "Region as defined by the cloud service provider";
653
- readonly example: "eu-west-1";
654
- };
655
- readonly csp_zone: {
656
- readonly type: "string";
657
- readonly description: "Availability zone as defined by the cloud service provider";
658
- readonly example: "eu-west-1a";
659
- };
660
- readonly instance_type: {
661
- readonly type: "string";
662
- readonly description: "Instance / VM type as defined by the cloud service provider";
663
- readonly example: "p4d.24xlarge";
664
- };
665
- readonly architecture: {
666
- readonly type: "string";
667
- readonly description: "Instance CPU architecture";
668
- readonly example: "amd64";
669
- };
670
- readonly os: {
671
- readonly type: "string";
672
- readonly description: "Instance operating system";
673
- readonly example: "linux";
674
- };
675
- readonly vcpu: {
676
- readonly type: "number";
677
- readonly format: "float";
678
- readonly minimum: 1;
679
- readonly description: "CPU count as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.";
680
- readonly example: 96;
681
- };
682
- readonly memory: {
683
- readonly type: "number";
684
- readonly format: "float";
685
- readonly minimum: 1;
686
- readonly description: "Total amount of RAM in gibibytes (GiB)";
687
- readonly example: 1152;
688
- };
689
- readonly local_storage: {
690
- readonly type: "number";
691
- readonly format: "float";
692
- readonly description: "Volume of directly attached, block-device local storage in gibibytes (GiB)";
693
- readonly example: 8000;
694
- };
695
- readonly accelerator_name: {
696
- readonly type: "string";
697
- readonly description: "Normalized model name of accelerator. For example, all variations of Nvidia A100 GPUs will have 'A100' as accelerator name with various memory configurations set in accelerator_memory field";
698
- readonly example: "A100";
699
- };
700
- readonly accelerator_manufacturer: {
701
- readonly type: "string";
702
- readonly description: "Normalized manufacturer name of accelerator. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer";
703
- readonly example: "NVIDIA";
704
- };
705
- readonly accelerator_count: {
706
- readonly type: "integer";
707
- readonly description: "Number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.";
708
- readonly example: 8;
709
- };
710
- readonly accelerator_memory: {
711
- readonly type: "number";
712
- readonly format: "float";
713
- readonly description: "Ammount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory";
714
- readonly example: 40;
715
- };
716
- readonly pods_capacity: {
717
- readonly type: "number";
718
- readonly format: "float";
719
- readonly description: "Maximum number of pods that can be run on this instance type.";
720
- readonly example: 110;
721
- };
722
- readonly capacity_type: {
723
- readonly type: "string";
724
- readonly description: "Capacity type of the instance. E.g. `on-demand`, `spot`.";
725
- readonly example: "on-demand";
726
- };
727
- readonly price: {
728
- readonly type: "number";
729
- readonly format: "float";
730
- readonly description: "Price of running the inctance per hour in USD as defined by the cloud service provider";
731
- readonly example: 35.39655;
732
- };
733
- readonly available: {
734
- readonly type: "boolean";
735
- readonly description: "Whether this instance type is available.";
736
- readonly example: true;
1134
+ readonly role: {
1135
+ readonly type: "string";
1136
+ readonly description: "Role the invited user will be assigned on redemption. Can be 'Administrator' or 'User'.";
1137
+ readonly default: "User";
1138
+ readonly example: "User";
1139
+ readonly enum: readonly ["Administrator", "User"];
737
1140
  };
738
1141
  };
739
- readonly required: readonly ["sku", "provider", "region", "sub_region", "csp_region", "csp_zone", "instance_type", "architecture", "os", "vcpu", "memory", "local_storage", "price"];
1142
+ readonly required: readonly ["email"];
740
1143
  readonly additionalProperties: false;
741
1144
  };
742
1145
  export declare const InviteSchema: {
@@ -770,6 +1173,13 @@ export declare const InviteSchema: {
770
1173
  readonly description: "Generated unique invite code.";
771
1174
  readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
772
1175
  };
1176
+ readonly role: {
1177
+ readonly type: "string";
1178
+ readonly description: "Role the invited user will be assigned on redemption. Can be 'Administrator' or 'User'.";
1179
+ readonly default: "User";
1180
+ readonly example: "User";
1181
+ readonly enum: readonly ["Administrator", "User"];
1182
+ };
773
1183
  };
774
1184
  readonly required: readonly ["date_created"];
775
1185
  readonly additionalProperties: false;
@@ -779,23 +1189,18 @@ export declare const InvoiceSchema: {
779
1189
  readonly properties: {
780
1190
  readonly id: {
781
1191
  readonly type: "string";
782
- readonly format: "uuid";
783
- readonly description: "Unique identifier of the invoice. UUID v4 string in canonical form";
784
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
1192
+ readonly description: "Unique identifier of the invoice.";
1193
+ readonly example: "in_1234567890xCrwxghOTj1234";
785
1194
  };
786
- readonly organizationId: {
1195
+ readonly number: {
787
1196
  readonly type: "string";
788
- readonly format: "uuid";
789
- readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
790
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
791
1197
  };
792
1198
  readonly status: {
793
1199
  readonly type: "string";
794
1200
  readonly description: "Status of the invoice";
795
- readonly example: "DRAFT";
796
- readonly enum: readonly ["DRAFT", "COMMITTED", "VOID"];
1201
+ readonly example: "paid";
797
1202
  };
798
- readonly amount: {
1203
+ readonly total: {
799
1204
  readonly type: "number";
800
1205
  readonly format: "float";
801
1206
  readonly description: "Total amount of the invoice";
@@ -804,364 +1209,179 @@ export declare const InvoiceSchema: {
804
1209
  readonly currency: {
805
1210
  readonly type: "string";
806
1211
  readonly description: "Currency of the invoice";
807
- readonly example: "USD";
808
- readonly enum: readonly ["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"];
1212
+ readonly example: "usd";
809
1213
  };
810
- readonly creditAdj: {
811
- readonly type: "number";
812
- readonly format: "float";
813
- readonly description: "Total amount of credit adjustments";
814
- readonly example: 0;
1214
+ readonly created: {
1215
+ readonly type: "string";
1216
+ readonly format: "date-time";
1217
+ readonly description: "Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.";
1218
+ readonly example: "2023-12-20T13:53:32.000Z";
815
1219
  };
816
- readonly refundAdj: {
817
- readonly type: "number";
818
- readonly format: "float";
819
- readonly description: "Total amount of refund adjustments";
820
- readonly example: 0;
1220
+ readonly period_start: {
1221
+ readonly type: "string";
1222
+ readonly format: "date-time";
1223
+ readonly description: "Billing period start timestamp. ISO 8601 date string in the UTC timezone.";
1224
+ readonly example: "2023-12-20T13:53:32.000Z";
821
1225
  };
822
- readonly invoiceDate: {
1226
+ readonly period_end: {
823
1227
  readonly type: "string";
824
- readonly description: "Date of the invoice";
825
- readonly example: "2019-01-01T00:00:00.000Z";
1228
+ readonly format: "date-time";
1229
+ readonly description: "Billing period end timestamp. ISO 8601 date string in the UTC timezone.";
1230
+ readonly example: "2023-12-20T13:53:32.000Z";
826
1231
  };
827
- readonly targetDate: {
1232
+ readonly invoice_pdf: {
828
1233
  readonly type: "string";
829
- readonly description: "Target date of the invoice";
830
- readonly example: "2019-01-01T00:00:00.000Z";
831
1234
  };
832
- readonly invoiceNumber: {
1235
+ };
1236
+ readonly required: readonly ["created", "period_start", "period_end"];
1237
+ readonly additionalProperties: false;
1238
+ };
1239
+ export declare const MarketplaceListingFilesSchema: {
1240
+ readonly type: "object";
1241
+ readonly properties: {
1242
+ readonly chartYaml: {
1243
+ readonly type: "string";
1244
+ readonly description: "Raw Chart.yaml content from the Helm chart";
1245
+ readonly example: "apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4";
1246
+ };
1247
+ readonly valuesYaml: {
833
1248
  readonly type: "string";
834
- readonly description: "Number of the invoice";
835
- readonly example: "INV-0001";
1249
+ readonly description: "Raw values.yaml content from the Helm chart";
1250
+ readonly example: "replicaCount: 1\nimage:\n repository: nginx\n tag: latest";
836
1251
  };
837
- readonly balance: {
838
- readonly type: "number";
839
- readonly format: "float";
840
- readonly description: "Balance of the invoice";
841
- readonly example: 100;
1252
+ readonly valuesSchemaJson: {
1253
+ readonly type: "string";
1254
+ readonly description: "JSON schema for values.yaml as a string";
1255
+ readonly example: "{\"type\":\"object\",\"properties\":{\"replicaCount\":{\"type\":\"number\"}}}";
842
1256
  };
843
- readonly bundleKeys: {
1257
+ };
1258
+ readonly additionalProperties: false;
1259
+ };
1260
+ export declare const MarketplaceListingSchema: {
1261
+ readonly type: "object";
1262
+ readonly properties: {
1263
+ readonly name: {
844
1264
  readonly type: "string";
845
- readonly description: "Bundle keys of the invoice";
846
- readonly example: "bundleKey1,bundleKey2";
1265
+ readonly description: "Name of the chart";
1266
+ readonly example: "nginx-ingress";
847
1267
  };
848
- readonly credits: {
1268
+ readonly versions: {
849
1269
  readonly type: "array";
850
1270
  readonly items: {
851
- readonly type: "object";
852
- readonly properties: {
853
- readonly id: {
854
- readonly type: "string";
855
- readonly format: "uuid";
856
- readonly description: "Unique identifier of the invoice item. UUID v4 string in canonical form";
857
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
858
- };
859
- readonly linkedInvoiceItemId: {
860
- readonly type: "string";
861
- readonly format: "uuid";
862
- readonly description: "Unique identifier of the linked invoice item. UUID v4 string in canonical form";
863
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
864
- };
865
- readonly productName: {
866
- readonly type: "string";
867
- readonly description: "Name of the product";
868
- readonly example: "Research team";
869
- };
870
- readonly planName: {
871
- readonly type: "string";
872
- readonly description: "Name of the plan";
873
- readonly example: "Plan A";
874
- };
875
- readonly phaseName: {
876
- readonly type: "string";
877
- readonly description: "Name of the phase";
878
- readonly example: "Phase A";
879
- };
880
- readonly usageName: {
881
- readonly type: "string";
882
- readonly description: "Name of the usage";
883
- readonly example: "Usage A";
884
- };
885
- readonly prettyProductName: {
886
- readonly type: "string";
887
- readonly description: "Pretty name of the product";
888
- readonly example: "Research team";
889
- };
890
- readonly prettyPlanName: {
891
- readonly type: "string";
892
- readonly description: "Pretty name of the plan";
893
- readonly example: "Plan A";
894
- };
895
- readonly prettyPhaseName: {
896
- readonly type: "string";
897
- readonly description: "Pretty name of the phase";
898
- readonly example: "Phase A";
899
- };
900
- readonly prettyUsageName: {
901
- readonly type: "string";
902
- readonly description: "Pretty name of the usage";
903
- readonly example: "Usage A";
904
- };
905
- readonly itemType: {
906
- readonly type: "string";
907
- readonly description: "Type of the invoice item";
908
- readonly example: "EXTERNAL_CHARGE";
909
- readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
910
- };
911
- readonly description: {
912
- readonly type: "string";
913
- readonly description: "Description of the invoice item";
914
- readonly example: "Description of the invoice item";
915
- };
916
- readonly startDate: {
917
- readonly type: "string";
918
- readonly description: "Start date of the invoice item";
919
- readonly example: "2019-01-01T00:00:00.000Z";
920
- };
921
- readonly endDate: {
922
- readonly type: "string";
923
- readonly description: "End date of the invoice item";
924
- readonly example: "2019-01-01T00:00:00.000Z";
925
- };
926
- readonly amount: {
927
- readonly type: "number";
928
- readonly format: "float";
929
- readonly description: "Amount of the invoice item";
930
- readonly example: 100;
931
- };
932
- readonly rate: {
933
- readonly type: "number";
934
- readonly format: "float";
935
- readonly description: "Rate of the invoice item";
936
- readonly example: 100;
937
- };
938
- readonly currency: {
939
- readonly type: "string";
940
- readonly description: "Currency of the invoice item";
941
- readonly example: "USD";
942
- readonly enum: readonly ["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"];
943
- };
944
- readonly quantity: {
945
- readonly type: "number";
946
- readonly format: "float";
947
- readonly description: "Quantity of the invoice item";
948
- readonly example: 1;
949
- };
950
- readonly itemDetails: {
1271
+ readonly type: "string";
1272
+ readonly pattern: "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
1273
+ readonly description: "Specific version of the chart";
1274
+ readonly example: "1.18.2-cfke.45";
1275
+ };
1276
+ readonly description: "Available versions of the chart";
1277
+ };
1278
+ readonly version_channels: {
1279
+ readonly type: "array";
1280
+ readonly items: {
1281
+ readonly type: "string";
1282
+ readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
1283
+ readonly description: "Version channel pattern";
1284
+ readonly example: "1.18.x-cfke.x";
1285
+ };
1286
+ readonly description: "Version channels for the chart";
1287
+ };
1288
+ readonly latestVersion: {
1289
+ readonly type: "string";
1290
+ readonly description: "Latest version of the chart";
1291
+ readonly example: "1.18.2-cfke.45";
1292
+ };
1293
+ readonly metadata: {
1294
+ readonly type: "object";
1295
+ readonly properties: {
1296
+ readonly name: {
1297
+ readonly type: "string";
1298
+ readonly description: "Chart name from metadata";
1299
+ readonly example: "nginx-ingress";
1300
+ };
1301
+ readonly version: {
1302
+ readonly type: "string";
1303
+ readonly description: "Chart version from metadata";
1304
+ readonly example: "1.18.2-cfke.45";
1305
+ };
1306
+ readonly description: {
1307
+ readonly type: "string";
1308
+ readonly description: "Chart description";
1309
+ readonly example: "NGINX Ingress Controller for Kubernetes";
1310
+ };
1311
+ readonly appVersion: {
1312
+ readonly type: "string";
1313
+ readonly description: "Application version";
1314
+ readonly example: "1.9.4";
1315
+ };
1316
+ readonly apiVersion: {
1317
+ readonly type: "string";
1318
+ readonly description: "Helm API version";
1319
+ readonly example: "v2";
1320
+ };
1321
+ readonly keywords: {
1322
+ readonly type: "array";
1323
+ readonly items: {
951
1324
  readonly type: "string";
952
- readonly description: "Details of the invoice item";
953
- readonly example: "Details of the invoice item";
954
1325
  };
955
- readonly catalogEffectiveDate: {
1326
+ readonly description: "Chart keywords";
1327
+ readonly example: readonly ["ingress", "nginx", "load-balancer"];
1328
+ };
1329
+ readonly home: {
1330
+ readonly type: "string";
1331
+ readonly description: "Chart home URL";
1332
+ readonly example: "https://kubernetes.github.io/ingress-nginx/";
1333
+ };
1334
+ readonly icon: {
1335
+ readonly type: "string";
1336
+ readonly description: "A URL to an SVG or PNG image to be used as an icon";
1337
+ readonly example: "https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png";
1338
+ };
1339
+ readonly sources: {
1340
+ readonly type: "array";
1341
+ readonly items: {
956
1342
  readonly type: "string";
957
- readonly description: "Effective date of the catalog";
958
- readonly example: "2019-01-01T00:00:00.000Z";
959
1343
  };
960
- readonly childItems: {
961
- readonly type: "array";
962
- readonly items: {
963
- readonly oneOf: readonly [{
964
- readonly type: "array";
965
- }, {
966
- readonly type: "boolean";
967
- }, {
968
- readonly type: "number";
969
- }, {
970
- readonly type: "object";
971
- readonly additionalProperties: true;
972
- }, {
1344
+ readonly description: "Chart source URLs";
1345
+ readonly example: readonly ["https://github.com/kubernetes/ingress-nginx"];
1346
+ };
1347
+ readonly maintainers: {
1348
+ readonly type: "array";
1349
+ readonly items: {
1350
+ readonly type: "object";
1351
+ readonly properties: {
1352
+ readonly name: {
1353
+ readonly type: "string";
1354
+ readonly description: "Maintainer name";
1355
+ readonly example: "NGINX Team";
1356
+ };
1357
+ readonly email: {
973
1358
  readonly type: "string";
974
- }];
1359
+ readonly description: "Maintainer email";
1360
+ readonly example: "support@nginx.org";
1361
+ };
975
1362
  };
976
- readonly description: "Child items of the invoice item";
1363
+ readonly required: readonly ["name"];
1364
+ readonly additionalProperties: false;
977
1365
  };
1366
+ readonly description: "Chart maintainers";
978
1367
  };
979
- readonly additionalProperties: false;
980
1368
  };
981
- readonly description: "Credits of the invoice";
982
- };
983
- readonly items: {
984
- readonly type: "array";
985
- readonly items: {
986
- readonly type: "object";
987
- readonly properties: {
988
- readonly id: {
989
- readonly type: "string";
990
- readonly format: "uuid";
991
- readonly description: "Unique identifier of the invoice item. UUID v4 string in canonical form";
992
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
993
- };
994
- readonly linkedInvoiceItemId: {
995
- readonly type: "string";
996
- readonly format: "uuid";
997
- readonly description: "Unique identifier of the linked invoice item. UUID v4 string in canonical form";
998
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
999
- };
1000
- readonly productName: {
1001
- readonly type: "string";
1002
- readonly description: "Name of the product";
1003
- readonly example: "Research team";
1004
- };
1005
- readonly planName: {
1006
- readonly type: "string";
1007
- readonly description: "Name of the plan";
1008
- readonly example: "Plan A";
1009
- };
1010
- readonly phaseName: {
1011
- readonly type: "string";
1012
- readonly description: "Name of the phase";
1013
- readonly example: "Phase A";
1014
- };
1015
- readonly usageName: {
1016
- readonly type: "string";
1017
- readonly description: "Name of the usage";
1018
- readonly example: "Usage A";
1019
- };
1020
- readonly prettyProductName: {
1021
- readonly type: "string";
1022
- readonly description: "Pretty name of the product";
1023
- readonly example: "Research team";
1024
- };
1025
- readonly prettyPlanName: {
1026
- readonly type: "string";
1027
- readonly description: "Pretty name of the plan";
1028
- readonly example: "Plan A";
1029
- };
1030
- readonly prettyPhaseName: {
1031
- readonly type: "string";
1032
- readonly description: "Pretty name of the phase";
1033
- readonly example: "Phase A";
1034
- };
1035
- readonly prettyUsageName: {
1036
- readonly type: "string";
1037
- readonly description: "Pretty name of the usage";
1038
- readonly example: "Usage A";
1039
- };
1040
- readonly itemType: {
1041
- readonly type: "string";
1042
- readonly description: "Type of the invoice item";
1043
- readonly example: "EXTERNAL_CHARGE";
1044
- readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
1045
- };
1046
- readonly description: {
1047
- readonly type: "string";
1048
- readonly description: "Description of the invoice item";
1049
- readonly example: "Description of the invoice item";
1050
- };
1051
- readonly startDate: {
1052
- readonly type: "string";
1053
- readonly description: "Start date of the invoice item";
1054
- readonly example: "2019-01-01T00:00:00.000Z";
1055
- };
1056
- readonly endDate: {
1057
- readonly type: "string";
1058
- readonly description: "End date of the invoice item";
1059
- readonly example: "2019-01-01T00:00:00.000Z";
1060
- };
1061
- readonly amount: {
1062
- readonly type: "number";
1063
- readonly format: "float";
1064
- readonly description: "Amount of the invoice item";
1065
- readonly example: 100;
1066
- };
1067
- readonly rate: {
1068
- readonly type: "number";
1069
- readonly format: "float";
1070
- readonly description: "Rate of the invoice item";
1071
- readonly example: 100;
1072
- };
1073
- readonly currency: {
1074
- readonly type: "string";
1075
- readonly description: "Currency of the invoice item";
1076
- readonly example: "USD";
1077
- readonly enum: readonly ["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"];
1078
- };
1079
- readonly quantity: {
1080
- readonly type: "number";
1081
- readonly format: "float";
1082
- readonly description: "Quantity of the invoice item";
1083
- readonly example: 1;
1084
- };
1085
- readonly itemDetails: {
1086
- readonly type: "string";
1087
- readonly description: "Details of the invoice item";
1088
- readonly example: "Details of the invoice item";
1089
- };
1090
- readonly catalogEffectiveDate: {
1091
- readonly type: "string";
1092
- readonly description: "Effective date of the catalog";
1093
- readonly example: "2019-01-01T00:00:00.000Z";
1094
- };
1095
- readonly childItems: {
1096
- readonly type: "array";
1097
- readonly items: {
1098
- readonly oneOf: readonly [{
1099
- readonly type: "array";
1100
- }, {
1101
- readonly type: "boolean";
1102
- }, {
1103
- readonly type: "number";
1104
- }, {
1105
- readonly type: "object";
1106
- readonly additionalProperties: true;
1107
- }, {
1108
- readonly type: "string";
1109
- }];
1110
- };
1111
- readonly description: "Child items of the invoice item";
1112
- };
1113
- };
1114
- readonly additionalProperties: false;
1115
- };
1116
- readonly description: "Items of the invoice";
1369
+ readonly required: readonly ["name", "version"];
1370
+ readonly additionalProperties: false;
1371
+ readonly description: "Chart metadata";
1117
1372
  };
1118
1373
  };
1374
+ readonly required: readonly ["name", "versions", "version_channels", "latestVersion"];
1119
1375
  readonly additionalProperties: false;
1120
1376
  };
1121
- export declare const OrganizationContactInfoSchema: {
1377
+ export declare const OrganizationCreateInputSchema: {
1122
1378
  readonly type: "object";
1123
1379
  readonly properties: {
1124
- readonly address1: {
1125
- readonly type: "string";
1126
- readonly nullable: true;
1127
- readonly description: "Street address, P.O. box, c/o";
1128
- readonly example: "123 Main St.";
1129
- };
1130
- readonly address2: {
1131
- readonly type: "string";
1132
- readonly nullable: true;
1133
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1134
- readonly example: "Suite 100";
1135
- };
1136
- readonly postalCode: {
1137
- readonly type: "string";
1138
- readonly nullable: true;
1139
- readonly description: "Postal code as a string.";
1140
- readonly example: "94105";
1141
- };
1142
- readonly city: {
1143
- readonly type: "string";
1144
- readonly nullable: true;
1145
- readonly description: "City or town name.";
1146
- readonly example: "San Francisco";
1147
- };
1148
- readonly state: {
1149
- readonly type: "string";
1150
- readonly nullable: true;
1151
- readonly description: "State, province, or region name.";
1152
- readonly example: "CA";
1153
- };
1154
- readonly country: {
1380
+ readonly type: {
1155
1381
  readonly type: "string";
1156
- readonly nullable: true;
1157
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1158
- readonly example: "US";
1159
- };
1160
- readonly phone: {
1161
- readonly type: "string";
1162
- readonly nullable: true;
1163
- readonly description: "Phone number as a string.";
1164
- readonly example: "+1 555 555 5555";
1382
+ readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
1383
+ readonly example: "business";
1384
+ readonly enum: readonly ["business", "personal"];
1165
1385
  };
1166
1386
  readonly email: {
1167
1387
  readonly type: "string";
@@ -1171,22 +1391,17 @@ export declare const OrganizationContactInfoSchema: {
1171
1391
  };
1172
1392
  readonly first_name: {
1173
1393
  readonly type: "string";
1394
+ readonly minLength: 1;
1174
1395
  readonly description: "First name of the billing contact person.";
1175
1396
  readonly example: "John";
1176
1397
  };
1177
1398
  readonly last_name: {
1178
1399
  readonly type: "string";
1400
+ readonly minLength: 1;
1179
1401
  readonly description: "Last name of the billing contact person.";
1180
1402
  readonly example: "Doe";
1181
1403
  };
1182
- };
1183
- readonly required: readonly ["email", "first_name", "last_name"];
1184
- readonly additionalProperties: false;
1185
- };
1186
- export declare const OrganizationCreateInputSchema: {
1187
- readonly type: "object";
1188
- readonly properties: {
1189
- readonly name: {
1404
+ readonly company_name: {
1190
1405
  readonly type: "string";
1191
1406
  readonly maxLength: 120;
1192
1407
  readonly minLength: 2;
@@ -1194,149 +1409,48 @@ export declare const OrganizationCreateInputSchema: {
1194
1409
  readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1195
1410
  readonly example: "ACME Corp.";
1196
1411
  };
1197
- readonly contactInfo: {
1198
- readonly type: "object";
1199
- readonly properties: {
1200
- readonly address1: {
1201
- readonly type: "string";
1202
- readonly description: "Street address, P.O. box, c/o";
1203
- readonly example: "123 Main St.";
1204
- };
1205
- readonly address2: {
1206
- readonly type: "string";
1207
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1208
- readonly example: "Suite 100";
1209
- };
1210
- readonly postalCode: {
1211
- readonly type: "string";
1212
- readonly description: "Postal code as a string.";
1213
- readonly example: "94105";
1214
- };
1215
- readonly city: {
1216
- readonly type: "string";
1217
- readonly description: "City or town name.";
1218
- readonly example: "San Francisco";
1219
- };
1220
- readonly state: {
1221
- readonly type: "string";
1222
- readonly description: "State, province, or region name.";
1223
- readonly example: "CA";
1224
- };
1225
- readonly country: {
1226
- readonly type: "string";
1227
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1228
- readonly example: "US";
1229
- };
1230
- readonly phone: {
1231
- readonly type: "string";
1232
- readonly description: "Phone number as a string.";
1233
- readonly example: "+1 555 555 5555";
1234
- };
1235
- readonly email: {
1236
- readonly type: "string";
1237
- readonly format: "email";
1238
- readonly description: "Email address used for billing as a string.";
1239
- readonly example: "email@example.com";
1240
- };
1241
- readonly first_name: {
1242
- readonly type: "string";
1243
- readonly description: "First name of the billing contact person.";
1244
- readonly example: "John";
1245
- };
1246
- readonly last_name: {
1247
- readonly type: "string";
1248
- readonly description: "Last name of the billing contact person.";
1249
- readonly example: "Doe";
1250
- };
1251
- };
1252
- readonly required: readonly ["email", "first_name", "last_name"];
1253
- readonly additionalProperties: false;
1254
- readonly description: "Organization contact information and billing address.";
1255
- };
1256
1412
  readonly password: {
1257
1413
  readonly type: "string";
1258
1414
  readonly minLength: 8;
1259
1415
  readonly description: "Password for the root account. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.";
1260
1416
  };
1261
1417
  };
1262
- readonly required: readonly ["name", "contactInfo", "password"];
1418
+ readonly required: readonly ["type", "email", "first_name", "last_name", "company_name", "password"];
1419
+ readonly additionalProperties: false;
1420
+ };
1421
+ export declare const OrganizationCreateOutputSchema: {
1422
+ readonly type: "object";
1423
+ readonly properties: {
1424
+ readonly id: {
1425
+ readonly type: "string";
1426
+ readonly description: "Unique identifier of the newly created organization. Generated by the API and safe to use for client-side tracking immediately.";
1427
+ readonly example: "organization-id";
1428
+ };
1429
+ };
1430
+ readonly required: readonly ["id"];
1263
1431
  readonly additionalProperties: false;
1264
1432
  };
1265
1433
  export declare const OrganizationSchema: {
1266
1434
  readonly type: "object";
1267
1435
  readonly properties: {
1436
+ readonly id: {
1437
+ readonly type: "string";
1438
+ readonly format: "uuid";
1439
+ readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
1440
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
1441
+ };
1268
1442
  readonly name: {
1269
1443
  readonly type: "string";
1270
1444
  readonly maxLength: 120;
1271
1445
  readonly minLength: 2;
1272
- readonly pattern: "^(?!\\s)(?!.*\\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$";
1273
1446
  readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1274
1447
  readonly example: "ACME Corp.";
1275
1448
  };
1276
- readonly contactInfo: {
1277
- readonly type: "object";
1278
- readonly properties: {
1279
- readonly address1: {
1280
- readonly type: "string";
1281
- readonly description: "Street address, P.O. box, c/o";
1282
- readonly example: "123 Main St.";
1283
- };
1284
- readonly address2: {
1285
- readonly type: "string";
1286
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1287
- readonly example: "Suite 100";
1288
- };
1289
- readonly postalCode: {
1290
- readonly type: "string";
1291
- readonly description: "Postal code as a string.";
1292
- readonly example: "94105";
1293
- };
1294
- readonly city: {
1295
- readonly type: "string";
1296
- readonly description: "City or town name.";
1297
- readonly example: "San Francisco";
1298
- };
1299
- readonly state: {
1300
- readonly type: "string";
1301
- readonly description: "State, province, or region name.";
1302
- readonly example: "CA";
1303
- };
1304
- readonly country: {
1305
- readonly type: "string";
1306
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1307
- readonly example: "US";
1308
- };
1309
- readonly phone: {
1310
- readonly type: "string";
1311
- readonly description: "Phone number as a string.";
1312
- readonly example: "+1 555 555 5555";
1313
- };
1314
- readonly email: {
1315
- readonly type: "string";
1316
- readonly format: "email";
1317
- readonly description: "Email address used for billing as a string.";
1318
- readonly example: "email@example.com";
1319
- };
1320
- readonly first_name: {
1321
- readonly type: "string";
1322
- readonly description: "First name of the billing contact person.";
1323
- readonly example: "John";
1324
- };
1325
- readonly last_name: {
1326
- readonly type: "string";
1327
- readonly description: "Last name of the billing contact person.";
1328
- readonly example: "Doe";
1329
- };
1330
- };
1331
- readonly required: readonly ["email", "first_name", "last_name"];
1332
- readonly additionalProperties: false;
1333
- readonly description: "Organization contact information and billing address.";
1334
- };
1335
- readonly id: {
1449
+ readonly type: {
1336
1450
  readonly type: "string";
1337
- readonly format: "uuid";
1338
- readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
1339
- readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
1451
+ readonly description: "Type of the organization. `business` for legal entities, `personal` for individuals.";
1452
+ readonly example: "business";
1453
+ readonly enum: readonly ["business", "personal"];
1340
1454
  };
1341
1455
  readonly date_created: {
1342
1456
  readonly type: "string";
@@ -1375,200 +1489,850 @@ export declare const OrganizationSchema: {
1375
1489
  readonly description: "Maximum number of fleets that can be created per cluster.";
1376
1490
  readonly example: 999;
1377
1491
  };
1378
- readonly managed_fleets_cpu_max: {
1379
- readonly type: "integer";
1380
- readonly minimum: 0;
1381
- readonly description: "Maximum number of CPU cores per managed fleet.";
1382
- readonly example: 999;
1383
- };
1384
1492
  readonly cluster_tiers: {
1385
1493
  readonly type: "array";
1386
1494
  readonly items: {
1387
1495
  readonly type: "string";
1388
- readonly example: "basic";
1496
+ readonly example: "basic";
1497
+ };
1498
+ readonly minItems: 0;
1499
+ readonly description: "List of Cloudfleet cluster tiers available for the organization.";
1500
+ };
1501
+ readonly regions: {
1502
+ readonly type: "array";
1503
+ readonly items: {
1504
+ readonly type: "string";
1505
+ readonly example: "northamerica-central-1a";
1506
+ };
1507
+ readonly minItems: 1;
1508
+ readonly description: "List of Cloudfleet control plane regions available for the organization.";
1509
+ };
1510
+ readonly versions: {
1511
+ readonly type: "array";
1512
+ readonly items: {
1513
+ readonly type: "object";
1514
+ readonly properties: {
1515
+ readonly id: {
1516
+ readonly type: "string";
1517
+ readonly description: "Id of the control plane version. Used in API calls.";
1518
+ readonly example: "1.33.x-cfke.x";
1519
+ };
1520
+ readonly label: {
1521
+ readonly type: "string";
1522
+ readonly description: "Label of the control plane version. Used in frontent UI.";
1523
+ readonly example: "1.33.x (Always latest 1.33 patch version)";
1524
+ };
1525
+ };
1526
+ readonly required: readonly ["id", "label"];
1527
+ readonly additionalProperties: false;
1528
+ };
1529
+ readonly minItems: 1;
1530
+ readonly description: "List of CFKE control plane versions available for the organization.";
1531
+ };
1532
+ readonly cfcr_storage_gb: {
1533
+ readonly type: "integer";
1534
+ readonly minimum: -1;
1535
+ readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
1536
+ readonly example: 500;
1537
+ };
1538
+ };
1539
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1540
+ readonly additionalProperties: false;
1541
+ readonly description: "For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.";
1542
+ };
1543
+ readonly status: {
1544
+ readonly type: "string";
1545
+ readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1546
+ readonly enum: readonly ["active", "closed", "suspended"];
1547
+ };
1548
+ readonly verification: {
1549
+ readonly type: "string";
1550
+ readonly description: "Verification status of the organization, which determines the assigned quota. `none` when billing information is incomplete, `submitted` when billing information is complete but the organization is not yet verified, `verified` when the organization is verified.";
1551
+ readonly example: "verified";
1552
+ readonly enum: readonly ["none", "submitted", "verified"];
1553
+ };
1554
+ };
1555
+ readonly required: readonly ["id", "type", "date_created", "quota", "status", "verification"];
1556
+ readonly additionalProperties: false;
1557
+ };
1558
+ export declare const PaymentMethodSchema: {
1559
+ readonly type: "object";
1560
+ readonly properties: {
1561
+ readonly id: {
1562
+ readonly type: "string";
1563
+ readonly description: "Payment method identifier. Stripe payment method id for cards/SEPA; the constant `bank_transfer` for the invoice/bank-transfer method. Used to set as default or delete the payment method.";
1564
+ readonly example: "pm_1MtwBwLkdIwHu7ix28a3tqPa";
1565
+ };
1566
+ readonly type: {
1567
+ readonly type: "string";
1568
+ readonly description: "Payment method type. `card`, `sepa_debit` for SEPA Direct Debit (business accounts only), or `bank_transfer` for paying invoices by bank transfer.";
1569
+ readonly example: "card";
1570
+ readonly enum: readonly ["card", "sepa_debit", "bank_transfer"];
1571
+ };
1572
+ readonly last4: {
1573
+ readonly type: "string";
1574
+ readonly nullable: true;
1575
+ readonly description: "Last 4 digits of the payment card number, of the bank account (IBAN) for SEPA Direct Debit, or of the destination IBAN for bank transfer.";
1576
+ readonly example: "4242";
1577
+ };
1578
+ readonly exp_month: {
1579
+ readonly type: "integer";
1580
+ readonly minimum: 1;
1581
+ readonly maximum: 12;
1582
+ readonly nullable: true;
1583
+ readonly description: "Two-digit number representing the card's expiration month. Null for SEPA Direct Debit and bank transfer.";
1584
+ readonly example: 12;
1585
+ };
1586
+ readonly exp_year: {
1587
+ readonly type: "integer";
1588
+ readonly nullable: true;
1589
+ readonly description: "Four-digit number representing the card's expiration year. May be in the past for an expired card still on file. Null for SEPA Direct Debit and bank transfer.";
1590
+ readonly example: 2028;
1591
+ };
1592
+ readonly brand: {
1593
+ readonly type: "string";
1594
+ readonly nullable: true;
1595
+ readonly description: "Payment card brand as reported by Stripe, e.g. `visa`, `mastercard`, `amex`, `cartes_bancaires`, or `unknown`. Null for SEPA Direct Debit and bank transfer.";
1596
+ readonly example: "visa";
1597
+ };
1598
+ readonly iban: {
1599
+ readonly type: "string";
1600
+ readonly nullable: true;
1601
+ readonly description: "Full destination IBAN to send bank transfers to. Set only for `bank_transfer`; null otherwise. This is Cloudfleet's virtual receiving account, shown in full so the customer can pay into it.";
1602
+ readonly example: "DE11243015658023127510";
1603
+ };
1604
+ readonly bic: {
1605
+ readonly type: "string";
1606
+ readonly nullable: true;
1607
+ readonly description: "BIC/SWIFT of the destination bank for bank transfers. Set only for `bank_transfer`; null otherwise.";
1608
+ readonly example: "SOGEDEFFXXX";
1609
+ };
1610
+ readonly account_holder_name: {
1611
+ readonly type: "string";
1612
+ readonly nullable: true;
1613
+ readonly description: "Account holder name of the destination bank account for bank transfers. Set only for `bank_transfer`; null otherwise.";
1614
+ readonly example: "Cloudfleet GmbH";
1615
+ };
1616
+ readonly is_default: {
1617
+ readonly type: "boolean";
1618
+ readonly description: "Whether this payment method is the default used for invoices and active subscriptions. Always false for `bank_transfer` (it cannot be a Stripe default payment method).";
1619
+ readonly example: true;
1620
+ };
1621
+ };
1622
+ readonly required: readonly ["id", "type", "last4", "exp_month", "exp_year", "brand", "iban", "bic", "account_holder_name", "is_default"];
1623
+ readonly additionalProperties: false;
1624
+ };
1625
+ export declare const PlatformQuotaSchema: {
1626
+ readonly type: "object";
1627
+ readonly properties: {
1628
+ readonly basic_clusters_max: {
1629
+ readonly type: "integer";
1630
+ readonly minimum: 0;
1631
+ readonly description: "Maximum number of Basic clusters that can be created.";
1632
+ readonly example: 999;
1633
+ };
1634
+ readonly basic_clusters_available: {
1635
+ readonly type: "integer";
1636
+ readonly description: "Available number of Basic clusters that can be created.";
1637
+ readonly example: 999;
1638
+ };
1639
+ readonly pro_clusters_max: {
1640
+ readonly type: "integer";
1641
+ readonly minimum: 0;
1642
+ readonly description: "Maximum number of Pro clusters that can be created.";
1643
+ readonly example: 999;
1644
+ };
1645
+ readonly pro_clusters_available: {
1646
+ readonly type: "integer";
1647
+ readonly description: "Available number of Pro clusters that can be created.";
1648
+ readonly example: 999;
1649
+ };
1650
+ readonly fleets_max: {
1651
+ readonly type: "integer";
1652
+ readonly minimum: 0;
1653
+ readonly description: "Maximum number of fleets that can be created per cluster.";
1654
+ readonly example: 999;
1655
+ };
1656
+ readonly cluster_tiers: {
1657
+ readonly type: "array";
1658
+ readonly items: {
1659
+ readonly type: "string";
1660
+ readonly example: "basic";
1661
+ };
1662
+ readonly minItems: 0;
1663
+ readonly description: "List of Cloudfleet cluster tiers available for the organization.";
1664
+ };
1665
+ readonly regions: {
1666
+ readonly type: "array";
1667
+ readonly items: {
1668
+ readonly type: "string";
1669
+ readonly example: "northamerica-central-1a";
1670
+ };
1671
+ readonly minItems: 1;
1672
+ readonly description: "List of Cloudfleet control plane regions available for the organization.";
1673
+ };
1674
+ readonly versions: {
1675
+ readonly type: "array";
1676
+ readonly items: {
1677
+ readonly type: "object";
1678
+ readonly properties: {
1679
+ readonly id: {
1680
+ readonly type: "string";
1681
+ readonly description: "Id of the control plane version. Used in API calls.";
1682
+ readonly example: "1.33.x-cfke.x";
1683
+ };
1684
+ readonly label: {
1685
+ readonly type: "string";
1686
+ readonly description: "Label of the control plane version. Used in frontent UI.";
1687
+ readonly example: "1.33.x (Always latest 1.33 patch version)";
1688
+ };
1689
+ };
1690
+ readonly required: readonly ["id", "label"];
1691
+ readonly additionalProperties: false;
1692
+ };
1693
+ readonly minItems: 1;
1694
+ readonly description: "List of CFKE control plane versions available for the organization.";
1695
+ };
1696
+ readonly cfcr_storage_gb: {
1697
+ readonly type: "integer";
1698
+ readonly minimum: -1;
1699
+ readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
1700
+ readonly example: 500;
1701
+ };
1702
+ };
1703
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1704
+ readonly additionalProperties: false;
1705
+ };
1706
+ export declare const RegistryRepositorySchema: {
1707
+ readonly type: "object";
1708
+ readonly properties: {
1709
+ readonly name: {
1710
+ readonly type: "string";
1711
+ readonly description: "Repository name.";
1712
+ readonly example: "my-app";
1713
+ };
1714
+ readonly region: {
1715
+ readonly type: "string";
1716
+ readonly description: "Registry region.";
1717
+ readonly example: "northamerica";
1718
+ };
1719
+ readonly uri: {
1720
+ readonly type: "string";
1721
+ readonly description: "Full URI of the repository.";
1722
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
1723
+ };
1724
+ };
1725
+ readonly required: readonly ["name", "region", "uri"];
1726
+ readonly additionalProperties: false;
1727
+ };
1728
+ export declare const RegistryRepositoryWithTagsSchema: {
1729
+ readonly type: "object";
1730
+ readonly properties: {
1731
+ readonly name: {
1732
+ readonly type: "string";
1733
+ readonly description: "Repository name.";
1734
+ readonly example: "my-app";
1735
+ };
1736
+ readonly region: {
1737
+ readonly type: "string";
1738
+ readonly description: "Registry region.";
1739
+ readonly example: "northamerica";
1740
+ };
1741
+ readonly uri: {
1742
+ readonly type: "string";
1743
+ readonly description: "Full URI of the repository.";
1744
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
1745
+ };
1746
+ readonly tags: {
1747
+ readonly type: "array";
1748
+ readonly items: {
1749
+ readonly type: "object";
1750
+ readonly properties: {
1751
+ readonly name: {
1752
+ readonly type: "string";
1753
+ readonly description: "Tag name.";
1754
+ readonly example: "latest";
1755
+ };
1756
+ readonly size: {
1757
+ readonly type: "number";
1758
+ readonly format: "float";
1759
+ readonly description: "Size of the tag in bytes.";
1760
+ readonly example: 123456789;
1761
+ };
1762
+ readonly mediaType: {
1763
+ readonly type: "string";
1764
+ readonly description: "Media type of the manifest.";
1765
+ readonly example: "application/vnd.docker.distribution.manifest.v2+json";
1766
+ };
1767
+ readonly platforms: {
1768
+ readonly type: "array";
1769
+ readonly items: {
1770
+ readonly type: "string";
1771
+ };
1772
+ readonly description: "Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).";
1773
+ readonly example: readonly ["linux/amd64", "linux/arm64"];
1774
+ };
1775
+ };
1776
+ readonly required: readonly ["name", "size"];
1777
+ readonly additionalProperties: false;
1778
+ };
1779
+ readonly description: "Array of tags in the repository.";
1780
+ };
1781
+ readonly totalSize: {
1782
+ readonly type: "number";
1783
+ readonly format: "float";
1784
+ readonly description: "Total size of all tags in the repository in bytes.";
1785
+ readonly example: 987654321;
1786
+ };
1787
+ };
1788
+ readonly required: readonly ["name", "region", "uri", "tags", "totalSize"];
1789
+ readonly additionalProperties: false;
1790
+ };
1791
+ export declare const RegistryTagSchema: {
1792
+ readonly type: "object";
1793
+ readonly properties: {
1794
+ readonly name: {
1795
+ readonly type: "string";
1796
+ readonly description: "Tag name.";
1797
+ readonly example: "latest";
1798
+ };
1799
+ readonly digest: {
1800
+ readonly type: "string";
1801
+ readonly description: "Manifest digest for pulling by digest.";
1802
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1803
+ };
1804
+ readonly mediaType: {
1805
+ readonly type: "string";
1806
+ readonly description: "Media type of the manifest.";
1807
+ readonly example: "application/vnd.docker.distribution.manifest.v2+json";
1808
+ };
1809
+ readonly config: {
1810
+ readonly type: "object";
1811
+ readonly properties: {
1812
+ readonly size: {
1813
+ readonly type: "number";
1814
+ readonly format: "float";
1815
+ readonly description: "Size of the config in bytes.";
1816
+ readonly example: 1234;
1817
+ };
1818
+ };
1819
+ readonly required: readonly ["size"];
1820
+ readonly additionalProperties: false;
1821
+ readonly description: "Manifest config metadata.";
1822
+ };
1823
+ readonly layers: {
1824
+ readonly type: "array";
1825
+ readonly items: {
1826
+ readonly type: "object";
1827
+ readonly properties: {
1828
+ readonly digest: {
1829
+ readonly type: "string";
1830
+ readonly description: "Digest of the layer.";
1831
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1832
+ };
1833
+ readonly size: {
1834
+ readonly type: "number";
1835
+ readonly format: "float";
1836
+ readonly description: "Size of the layer in bytes.";
1837
+ readonly example: 5678;
1838
+ };
1839
+ };
1840
+ readonly required: readonly ["size"];
1841
+ readonly additionalProperties: false;
1842
+ };
1843
+ readonly description: "Array of layer metadata.";
1844
+ };
1845
+ readonly manifests: {
1846
+ readonly type: "array";
1847
+ readonly items: {
1848
+ readonly type: "object";
1849
+ readonly properties: {
1850
+ readonly digest: {
1851
+ readonly type: "string";
1852
+ readonly description: "Digest of the manifest.";
1853
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1854
+ };
1855
+ readonly platform: {
1856
+ readonly type: "object";
1857
+ readonly properties: {
1858
+ readonly architecture: {
1859
+ readonly type: "string";
1860
+ readonly description: "Architecture of the platform.";
1861
+ readonly example: "amd64";
1862
+ };
1863
+ readonly os: {
1864
+ readonly type: "string";
1865
+ readonly description: "Operating system of the platform.";
1866
+ readonly example: "linux";
1867
+ };
1868
+ readonly variant: {
1869
+ readonly type: "string";
1870
+ readonly description: "Variant of the platform (e.g., v7, v8 for ARM).";
1871
+ readonly example: "v8";
1872
+ };
1873
+ };
1874
+ readonly required: readonly ["architecture", "os"];
1875
+ readonly additionalProperties: false;
1876
+ readonly description: "Platform information for the manifest.";
1877
+ };
1878
+ readonly layers: {
1879
+ readonly type: "array";
1880
+ readonly items: {
1881
+ readonly type: "object";
1882
+ readonly properties: {
1883
+ readonly digest: {
1884
+ readonly type: "string";
1885
+ readonly description: "Digest of the layer.";
1886
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1887
+ };
1888
+ readonly size: {
1889
+ readonly type: "number";
1890
+ readonly format: "float";
1891
+ readonly description: "Size of the layer in bytes.";
1892
+ readonly example: 5678;
1893
+ };
1894
+ };
1895
+ readonly required: readonly ["size"];
1896
+ readonly additionalProperties: false;
1897
+ };
1898
+ readonly description: "Layers for this platform.";
1899
+ };
1900
+ readonly size: {
1901
+ readonly type: "number";
1902
+ readonly format: "float";
1903
+ readonly description: "Total size of this platform manifest in bytes.";
1904
+ readonly example: 12345678;
1905
+ };
1906
+ };
1907
+ readonly required: readonly ["digest"];
1908
+ readonly additionalProperties: false;
1909
+ };
1910
+ readonly description: "Array of manifests for multi-arch images.";
1911
+ };
1912
+ readonly size: {
1913
+ readonly type: "number";
1914
+ readonly format: "float";
1915
+ readonly description: "Total size of the tag in bytes.";
1916
+ readonly example: 123456789;
1917
+ };
1918
+ readonly region: {
1919
+ readonly type: "string";
1920
+ readonly description: "Registry region.";
1921
+ readonly example: "northamerica";
1922
+ };
1923
+ readonly repository: {
1924
+ readonly type: "string";
1925
+ readonly description: "Repository name.";
1926
+ readonly example: "my-app";
1927
+ };
1928
+ readonly uri: {
1929
+ readonly type: "string";
1930
+ readonly description: "Full URI of the tag.";
1931
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest";
1932
+ };
1933
+ };
1934
+ readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
1935
+ readonly additionalProperties: false;
1936
+ };
1937
+ export declare const TicketAttachmentSchema: {
1938
+ readonly type: "object";
1939
+ readonly properties: {
1940
+ readonly id: {
1941
+ readonly type: "string";
1942
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1943
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1944
+ };
1945
+ readonly filename: {
1946
+ readonly type: "string";
1947
+ readonly description: "Original filename as uploaded.";
1948
+ readonly example: "debug.log";
1949
+ };
1950
+ readonly content_type: {
1951
+ readonly type: "string";
1952
+ readonly description: "MIME content type of the attachment.";
1953
+ readonly example: "text/plain";
1954
+ };
1955
+ readonly size: {
1956
+ readonly type: "integer";
1957
+ readonly description: "Size of the attachment in bytes.";
1958
+ readonly example: 12345;
1959
+ };
1960
+ };
1961
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1962
+ readonly additionalProperties: false;
1963
+ };
1964
+ export declare const TicketCreateInputSchema: {
1965
+ readonly type: "object";
1966
+ readonly properties: {
1967
+ readonly category: {
1968
+ readonly type: "string";
1969
+ readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
1970
+ readonly example: "technical";
1971
+ readonly enum: readonly ["billing", "technical", "general"];
1972
+ };
1973
+ readonly body: {
1974
+ readonly type: "string";
1975
+ readonly maxLength: 50000;
1976
+ readonly minLength: 1;
1977
+ readonly pattern: "\\S";
1978
+ readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
1979
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1980
+ };
1981
+ readonly properties: {
1982
+ readonly type: "object";
1983
+ readonly additionalProperties: true;
1984
+ readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
1985
+ readonly example: {
1986
+ readonly subcategory: "cluster-question";
1987
+ readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
1988
+ };
1989
+ };
1990
+ };
1991
+ readonly required: readonly ["category", "body"];
1992
+ readonly additionalProperties: false;
1993
+ };
1994
+ export declare const TicketListResponseSchema: {
1995
+ readonly type: "object";
1996
+ readonly properties: {
1997
+ readonly items: {
1998
+ readonly type: "array";
1999
+ readonly items: {
2000
+ readonly type: "object";
2001
+ readonly properties: {
2002
+ readonly id: {
2003
+ readonly type: "string";
2004
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
2005
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
2006
+ };
2007
+ readonly status: {
2008
+ readonly type: "string";
2009
+ readonly description: "Current state of the ticket.";
2010
+ readonly example: "waiting_on_us";
2011
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
2012
+ };
2013
+ readonly category: {
2014
+ readonly type: "string";
2015
+ readonly description: "Ticket category.";
2016
+ readonly example: "technical";
2017
+ readonly enum: readonly ["billing", "technical", "general"];
2018
+ };
2019
+ readonly summary: {
2020
+ readonly type: "string";
2021
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
2022
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
2023
+ };
2024
+ readonly closed_at: {
2025
+ readonly type: "string";
2026
+ readonly format: "date-time";
2027
+ readonly nullable: true;
2028
+ readonly description: "Closure timestamp. Null while the ticket is open.";
2029
+ readonly example: "2026-05-18T16:08:14.338Z";
2030
+ };
2031
+ readonly date_created: {
2032
+ readonly type: "string";
2033
+ readonly format: "date-time";
2034
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
2035
+ readonly example: "2026-05-11T16:08:14.338Z";
1389
2036
  };
1390
- readonly minItems: 0;
1391
- readonly description: "List of Cloudfleet cluster tiers available for the organization.";
1392
- };
1393
- readonly regions: {
1394
- readonly type: "array";
1395
- readonly items: {
2037
+ readonly date_updated: {
1396
2038
  readonly type: "string";
1397
- readonly example: "northamerica-central-1";
2039
+ readonly format: "date-time";
2040
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
2041
+ readonly example: "2026-05-11T16:08:14.338Z";
1398
2042
  };
1399
- readonly minItems: 1;
1400
- readonly description: "List of Cloudfleet control plane regions available for the organization.";
1401
- };
1402
- readonly versions: {
1403
- readonly type: "array";
1404
- readonly items: {
1405
- readonly type: "object";
1406
- readonly properties: {
1407
- readonly id: {
1408
- readonly type: "string";
1409
- readonly description: "Id of the control plane version. Used in API calls.";
1410
- readonly example: "1.29.x-cfke.x";
1411
- };
1412
- readonly label: {
1413
- readonly type: "string";
1414
- readonly description: "Label of the control plane version. Used in frontent UI.";
1415
- readonly example: "1.29.x (Always latest 1.29 patch version)";
2043
+ readonly messages: {
2044
+ readonly type: "array";
2045
+ readonly items: {
2046
+ readonly type: "object";
2047
+ readonly properties: {
2048
+ readonly id: {
2049
+ readonly type: "string";
2050
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
2051
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
2052
+ };
2053
+ readonly type: {
2054
+ readonly type: "string";
2055
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
2056
+ readonly example: "customer_reply";
2057
+ readonly enum: readonly ["customer_reply", "agent_reply"];
2058
+ };
2059
+ readonly body: {
2060
+ readonly type: "string";
2061
+ readonly description: "Message body in markdown.";
2062
+ readonly example: "Thanks — that resolved it on my side.";
2063
+ };
2064
+ readonly author_first_name: {
2065
+ readonly type: "string";
2066
+ readonly nullable: true;
2067
+ readonly description: "First name of the author. Null when not provided.";
2068
+ readonly example: "Jane";
2069
+ };
2070
+ readonly author_last_name: {
2071
+ readonly type: "string";
2072
+ readonly nullable: true;
2073
+ readonly description: "Last name of the author. Null when not provided.";
2074
+ readonly example: "Doe";
2075
+ };
2076
+ readonly attachments: {
2077
+ readonly type: "array";
2078
+ readonly items: {
2079
+ readonly type: "object";
2080
+ readonly properties: {
2081
+ readonly id: {
2082
+ readonly type: "string";
2083
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
2084
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
2085
+ };
2086
+ readonly filename: {
2087
+ readonly type: "string";
2088
+ readonly description: "Original filename as uploaded.";
2089
+ readonly example: "debug.log";
2090
+ };
2091
+ readonly content_type: {
2092
+ readonly type: "string";
2093
+ readonly description: "MIME content type of the attachment.";
2094
+ readonly example: "text/plain";
2095
+ };
2096
+ readonly size: {
2097
+ readonly type: "integer";
2098
+ readonly description: "Size of the attachment in bytes.";
2099
+ readonly example: 12345;
2100
+ };
2101
+ };
2102
+ readonly required: readonly ["id", "filename", "content_type", "size"];
2103
+ readonly additionalProperties: false;
2104
+ };
2105
+ readonly description: "Attachments associated with this message.";
2106
+ readonly example: readonly [];
2107
+ };
2108
+ readonly date_created: {
2109
+ readonly type: "string";
2110
+ readonly format: "date-time";
2111
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
2112
+ readonly example: "2026-05-11T16:08:14.338Z";
2113
+ };
1416
2114
  };
2115
+ readonly required: readonly ["id", "type", "body", "date_created"];
2116
+ readonly additionalProperties: false;
1417
2117
  };
1418
- readonly required: readonly ["id", "label"];
1419
- readonly additionalProperties: false;
2118
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1420
2119
  };
1421
- readonly minItems: 1;
1422
- readonly description: "List of CFKE control plane versions available for the organization.";
1423
2120
  };
2121
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
2122
+ readonly additionalProperties: false;
1424
2123
  };
1425
- readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "managed_fleets_cpu_max", "cluster_tiers", "regions", "versions"];
1426
- readonly additionalProperties: false;
1427
- readonly description: "For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.";
1428
- };
1429
- readonly pending_actions: {
1430
- readonly type: "array";
1431
- readonly items: {
1432
- readonly type: "string";
1433
- readonly example: "signup-payment-method";
1434
- readonly enum: readonly ["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"];
1435
- };
1436
- readonly description: "List of pending actions that the user needs to complete. Used in Cloudfleet console to guide the user through the onboarding process.";
2124
+ readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
1437
2125
  };
1438
- readonly status: {
2126
+ };
2127
+ readonly required: readonly ["items"];
2128
+ readonly additionalProperties: false;
2129
+ };
2130
+ export declare const TicketMessageInputSchema: {
2131
+ readonly type: "object";
2132
+ readonly properties: {
2133
+ readonly body: {
1439
2134
  readonly type: "string";
1440
- readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1441
- readonly enum: readonly ["active", "closed", "suspended"];
2135
+ readonly maxLength: 50000;
2136
+ readonly minLength: 1;
2137
+ readonly pattern: "\\S";
2138
+ readonly description: "Reply body in markdown.";
2139
+ readonly example: "Thanks — that resolved it on my side.";
1442
2140
  };
1443
2141
  };
1444
- readonly required: readonly ["name", "contactInfo", "id", "date_created", "quota", "pending_actions", "status"];
2142
+ readonly required: readonly ["body"];
1445
2143
  readonly additionalProperties: false;
1446
2144
  };
1447
- export declare const OrganizationUpdateInputSchema: {
2145
+ export declare const TicketMessageSchema: {
1448
2146
  readonly type: "object";
1449
2147
  readonly properties: {
1450
- readonly name: {
2148
+ readonly id: {
1451
2149
  readonly type: "string";
1452
- readonly maxLength: 120;
1453
- readonly minLength: 2;
1454
- readonly pattern: "^(?!\\s)(?!.*\\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$";
1455
- readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1456
- readonly example: "ACME Corp.";
2150
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
2151
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1457
2152
  };
1458
- readonly contactInfo: {
1459
- readonly type: "object";
1460
- readonly properties: {
1461
- readonly address1: {
1462
- readonly type: "string";
1463
- readonly description: "Street address, P.O. box, c/o";
1464
- readonly example: "123 Main St.";
1465
- };
1466
- readonly address2: {
1467
- readonly type: "string";
1468
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1469
- readonly example: "Suite 100";
1470
- };
1471
- readonly postalCode: {
1472
- readonly type: "string";
1473
- readonly description: "Postal code as a string.";
1474
- readonly example: "94105";
1475
- };
1476
- readonly city: {
1477
- readonly type: "string";
1478
- readonly description: "City or town name.";
1479
- readonly example: "San Francisco";
1480
- };
1481
- readonly state: {
1482
- readonly type: "string";
1483
- readonly description: "State, province, or region name.";
1484
- readonly example: "CA";
1485
- };
1486
- readonly country: {
1487
- readonly type: "string";
1488
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1489
- readonly example: "US";
1490
- };
1491
- readonly phone: {
1492
- readonly type: "string";
1493
- readonly description: "Phone number as a string.";
1494
- readonly example: "+1 555 555 5555";
1495
- };
1496
- readonly email: {
1497
- readonly type: "string";
1498
- readonly format: "email";
1499
- readonly description: "Email address used for billing as a string.";
1500
- readonly example: "email@example.com";
1501
- };
1502
- readonly first_name: {
1503
- readonly type: "string";
1504
- readonly description: "First name of the billing contact person.";
1505
- readonly example: "John";
1506
- };
1507
- readonly last_name: {
1508
- readonly type: "string";
1509
- readonly description: "Last name of the billing contact person.";
1510
- readonly example: "Doe";
2153
+ readonly type: {
2154
+ readonly type: "string";
2155
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
2156
+ readonly example: "customer_reply";
2157
+ readonly enum: readonly ["customer_reply", "agent_reply"];
2158
+ };
2159
+ readonly body: {
2160
+ readonly type: "string";
2161
+ readonly description: "Message body in markdown.";
2162
+ readonly example: "Thanks — that resolved it on my side.";
2163
+ };
2164
+ readonly author_first_name: {
2165
+ readonly type: "string";
2166
+ readonly description: "First name of the author. Null when not provided.";
2167
+ readonly example: "Jane";
2168
+ };
2169
+ readonly author_last_name: {
2170
+ readonly type: "string";
2171
+ readonly description: "Last name of the author. Null when not provided.";
2172
+ readonly example: "Doe";
2173
+ };
2174
+ readonly attachments: {
2175
+ readonly type: "array";
2176
+ readonly items: {
2177
+ readonly type: "object";
2178
+ readonly properties: {
2179
+ readonly id: {
2180
+ readonly type: "string";
2181
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
2182
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
2183
+ };
2184
+ readonly filename: {
2185
+ readonly type: "string";
2186
+ readonly description: "Original filename as uploaded.";
2187
+ readonly example: "debug.log";
2188
+ };
2189
+ readonly content_type: {
2190
+ readonly type: "string";
2191
+ readonly description: "MIME content type of the attachment.";
2192
+ readonly example: "text/plain";
2193
+ };
2194
+ readonly size: {
2195
+ readonly type: "integer";
2196
+ readonly description: "Size of the attachment in bytes.";
2197
+ readonly example: 12345;
2198
+ };
1511
2199
  };
2200
+ readonly required: readonly ["id", "filename", "content_type", "size"];
2201
+ readonly additionalProperties: false;
1512
2202
  };
1513
- readonly required: readonly ["email", "first_name", "last_name"];
1514
- readonly additionalProperties: false;
1515
- readonly description: "Organization contact information and billing address.";
2203
+ readonly description: "Attachments associated with this message.";
2204
+ readonly example: readonly [];
2205
+ };
2206
+ readonly date_created: {
2207
+ readonly type: "string";
2208
+ readonly format: "date-time";
2209
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
2210
+ readonly example: "2026-05-11T16:08:14.338Z";
1516
2211
  };
1517
2212
  };
1518
- readonly required: readonly ["contactInfo"];
2213
+ readonly required: readonly ["id", "type", "body", "date_created"];
1519
2214
  readonly additionalProperties: false;
1520
2215
  };
1521
- export declare const PaymentMethodSchema: {
2216
+ export declare const TicketSchema: {
1522
2217
  readonly type: "object";
1523
2218
  readonly properties: {
1524
2219
  readonly id: {
1525
2220
  readonly type: "string";
1526
- readonly format: "uuid";
1527
- readonly description: "Unique identifier of the organization. UUID v4 string in canonical form.";
1528
- readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
2221
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
2222
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1529
2223
  };
1530
- readonly setup: {
1531
- readonly type: "boolean";
1532
- readonly description: "Whether organization payment method was set up and ready to use for payments.";
1533
- readonly example: true;
2224
+ readonly status: {
2225
+ readonly type: "string";
2226
+ readonly description: "Current state of the ticket.";
2227
+ readonly example: "waiting_on_us";
2228
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1534
2229
  };
1535
- readonly type: {
2230
+ readonly category: {
1536
2231
  readonly type: "string";
1537
- readonly nullable: true;
1538
- readonly description: "Payment method type type. Only `card` payments supported at the moment.";
1539
- readonly example: "card";
1540
- readonly enum: readonly ["card"];
2232
+ readonly description: "Ticket category.";
2233
+ readonly example: "technical";
2234
+ readonly enum: readonly ["billing", "technical", "general"];
1541
2235
  };
1542
- readonly last4: {
2236
+ readonly summary: {
1543
2237
  readonly type: "string";
1544
- readonly nullable: true;
1545
- readonly description: "Last 4 digits of the payment card number.";
1546
- readonly example: "4242";
2238
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
2239
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1547
2240
  };
1548
- readonly exp_month: {
1549
- readonly type: "integer";
1550
- readonly minimum: 1;
1551
- readonly maximum: 12;
1552
- readonly nullable: true;
1553
- readonly description: "Two-digit number representing the card's expiration month.";
1554
- readonly example: "12";
2241
+ readonly closed_at: {
2242
+ readonly type: "string";
2243
+ readonly format: "date-time";
2244
+ readonly description: "Closure timestamp. Null while the ticket is open.";
2245
+ readonly example: "2026-05-18T16:08:14.338Z";
1555
2246
  };
1556
- readonly exp_year: {
1557
- readonly type: "integer";
1558
- readonly minimum: 2024;
1559
- readonly nullable: true;
1560
- readonly description: "Four-digit number representing the card's expiration year.";
1561
- readonly example: "2028";
2247
+ readonly date_created: {
2248
+ readonly type: "string";
2249
+ readonly format: "date-time";
2250
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
2251
+ readonly example: "2026-05-11T16:08:14.338Z";
1562
2252
  };
1563
- readonly brand: {
2253
+ readonly date_updated: {
1564
2254
  readonly type: "string";
1565
- readonly nullable: true;
1566
- readonly description: "Payment card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.";
1567
- readonly example: "visa";
1568
- readonly enum: readonly ["amex", "diners", "discover", "eftpos_au", "jcb", "mastercard", "unionpay", "visa", "unknown"];
2255
+ readonly format: "date-time";
2256
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
2257
+ readonly example: "2026-05-11T16:08:14.338Z";
2258
+ };
2259
+ readonly messages: {
2260
+ readonly type: "array";
2261
+ readonly items: {
2262
+ readonly type: "object";
2263
+ readonly properties: {
2264
+ readonly id: {
2265
+ readonly type: "string";
2266
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
2267
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
2268
+ };
2269
+ readonly type: {
2270
+ readonly type: "string";
2271
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
2272
+ readonly example: "customer_reply";
2273
+ readonly enum: readonly ["customer_reply", "agent_reply"];
2274
+ };
2275
+ readonly body: {
2276
+ readonly type: "string";
2277
+ readonly description: "Message body in markdown.";
2278
+ readonly example: "Thanks — that resolved it on my side.";
2279
+ };
2280
+ readonly author_first_name: {
2281
+ readonly type: "string";
2282
+ readonly description: "First name of the author. Null when not provided.";
2283
+ readonly example: "Jane";
2284
+ };
2285
+ readonly author_last_name: {
2286
+ readonly type: "string";
2287
+ readonly description: "Last name of the author. Null when not provided.";
2288
+ readonly example: "Doe";
2289
+ };
2290
+ readonly attachments: {
2291
+ readonly type: "array";
2292
+ readonly items: {
2293
+ readonly type: "object";
2294
+ readonly properties: {
2295
+ readonly id: {
2296
+ readonly type: "string";
2297
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
2298
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
2299
+ };
2300
+ readonly filename: {
2301
+ readonly type: "string";
2302
+ readonly description: "Original filename as uploaded.";
2303
+ readonly example: "debug.log";
2304
+ };
2305
+ readonly content_type: {
2306
+ readonly type: "string";
2307
+ readonly description: "MIME content type of the attachment.";
2308
+ readonly example: "text/plain";
2309
+ };
2310
+ readonly size: {
2311
+ readonly type: "integer";
2312
+ readonly description: "Size of the attachment in bytes.";
2313
+ readonly example: 12345;
2314
+ };
2315
+ };
2316
+ readonly required: readonly ["id", "filename", "content_type", "size"];
2317
+ readonly additionalProperties: false;
2318
+ };
2319
+ readonly description: "Attachments associated with this message.";
2320
+ readonly example: readonly [];
2321
+ };
2322
+ readonly date_created: {
2323
+ readonly type: "string";
2324
+ readonly format: "date-time";
2325
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
2326
+ readonly example: "2026-05-11T16:08:14.338Z";
2327
+ };
2328
+ };
2329
+ readonly required: readonly ["id", "type", "body", "date_created"];
2330
+ readonly additionalProperties: false;
2331
+ };
2332
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1569
2333
  };
1570
2334
  };
1571
- readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
2335
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1572
2336
  readonly additionalProperties: false;
1573
2337
  };
1574
2338
  export declare const TokenCreateInputSchema: {
@@ -1649,32 +2413,138 @@ export declare const TokenUpdateInputSchema: {
1649
2413
  };
1650
2414
  readonly additionalProperties: false;
1651
2415
  };
2416
+ export declare const UsageFacetsSchema: {
2417
+ readonly type: "object";
2418
+ readonly properties: {
2419
+ readonly cluster_id: {
2420
+ readonly type: "array";
2421
+ readonly items: {
2422
+ readonly type: "string";
2423
+ };
2424
+ readonly description: "List of unique cluster IDs";
2425
+ readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
2426
+ };
2427
+ readonly product: {
2428
+ readonly type: "array";
2429
+ readonly items: {
2430
+ readonly type: "string";
2431
+ };
2432
+ readonly description: "List of unique products";
2433
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
2434
+ };
2435
+ };
2436
+ readonly additionalProperties: false;
2437
+ };
2438
+ export declare const UsageResponseSchema: {
2439
+ readonly type: "object";
2440
+ readonly properties: {
2441
+ readonly data: {
2442
+ readonly type: "array";
2443
+ readonly items: {
2444
+ readonly type: "object";
2445
+ readonly properties: {
2446
+ readonly hour: {
2447
+ readonly type: "string";
2448
+ readonly description: "Hour of the usage";
2449
+ readonly example: "2019-01-01T00:00:00.000Z";
2450
+ };
2451
+ readonly cluster_id: {
2452
+ readonly type: "string";
2453
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
2454
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
2455
+ };
2456
+ readonly product: {
2457
+ readonly type: "string";
2458
+ readonly description: "The product the usage is associated with";
2459
+ readonly example: "cfke_controlplane";
2460
+ };
2461
+ readonly value: {
2462
+ readonly type: "number";
2463
+ readonly format: "float";
2464
+ readonly description: "Consumption";
2465
+ readonly example: 4;
2466
+ };
2467
+ readonly price: {
2468
+ readonly type: "number";
2469
+ readonly format: "float";
2470
+ readonly description: "Price per unit";
2471
+ readonly example: 0.01;
2472
+ };
2473
+ readonly total: {
2474
+ readonly type: "number";
2475
+ readonly format: "float";
2476
+ readonly description: "Total cost";
2477
+ };
2478
+ };
2479
+ readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
2480
+ readonly additionalProperties: false;
2481
+ };
2482
+ readonly description: "Usage data";
2483
+ };
2484
+ readonly facets: {
2485
+ readonly type: "object";
2486
+ readonly properties: {
2487
+ readonly cluster_id: {
2488
+ readonly type: "array";
2489
+ readonly items: {
2490
+ readonly type: "string";
2491
+ };
2492
+ readonly description: "List of unique cluster IDs";
2493
+ readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
2494
+ };
2495
+ readonly product: {
2496
+ readonly type: "array";
2497
+ readonly items: {
2498
+ readonly type: "string";
2499
+ };
2500
+ readonly description: "List of unique products";
2501
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
2502
+ };
2503
+ };
2504
+ readonly additionalProperties: false;
2505
+ readonly description: "Facets for filtering";
2506
+ };
2507
+ };
2508
+ readonly required: readonly ["data", "facets"];
2509
+ readonly additionalProperties: false;
2510
+ };
1652
2511
  export declare const UsageSchema: {
1653
2512
  readonly type: "object";
1654
2513
  readonly properties: {
1655
- readonly id: {
2514
+ readonly hour: {
1656
2515
  readonly type: "string";
1657
- readonly format: "uuid";
1658
- readonly description: "Unique identifier of the Usage object, equal to subscription id of the task . UUID v4 string in canonical form";
1659
- readonly example: "8897e84c-2ba1-42fa-9d35-964c80a4ff0f";
2516
+ readonly description: "Hour of the usage";
2517
+ readonly example: "2019-01-01T00:00:00.000Z";
1660
2518
  };
1661
- readonly task_id: {
2519
+ readonly cluster_id: {
1662
2520
  readonly type: "string";
1663
- readonly format: "uuid";
1664
- readonly description: "Unique identifier of the project. UUID v4 string in canonical form";
1665
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
2521
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
2522
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
1666
2523
  };
1667
- readonly unit: {
2524
+ readonly product: {
1668
2525
  readonly type: "string";
1669
- readonly description: "Unit of measurement. E.g. GiB, seconds, etc";
1670
- readonly example: "second";
2526
+ readonly description: "The product the usage is associated with";
2527
+ readonly example: "cfke_controlplane";
1671
2528
  };
1672
- readonly amount: {
2529
+ readonly value: {
1673
2530
  readonly type: "number";
1674
2531
  readonly format: "float";
2532
+ readonly description: "Consumption";
2533
+ readonly example: 4;
2534
+ };
2535
+ readonly price: {
2536
+ readonly type: "number";
2537
+ readonly format: "float";
2538
+ readonly description: "Price per unit";
2539
+ readonly example: 0.01;
2540
+ };
2541
+ readonly total: {
2542
+ readonly type: "number";
2543
+ readonly format: "float";
2544
+ readonly description: "Total cost";
1675
2545
  };
1676
2546
  };
1677
- readonly required: readonly ["id", "task_id", "unit", "amount"];
2547
+ readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
1678
2548
  readonly additionalProperties: false;
1679
2549
  };
1680
2550
  export declare const UserCreateInputSchema: {
@@ -1709,19 +2579,7 @@ export declare const UserCreateInputSchema: {
1709
2579
  readonly password: {
1710
2580
  readonly type: "string";
1711
2581
  readonly minLength: 8;
1712
- readonly description: "User password. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.";
1713
- };
1714
- readonly status: {
1715
- readonly type: "string";
1716
- readonly description: "Status of the user. Can be `active` or `inactive`. Inactive users cannot log in or manage organization resources.";
1717
- readonly example: "active";
1718
- readonly enum: readonly ["active", "inactive"];
1719
- };
1720
- readonly role: {
1721
- readonly type: "string";
1722
- readonly description: "User role. Can be 'Administrator', 'User'.";
1723
- readonly example: "User";
1724
- readonly enum: readonly ["Administrator", "User"];
2582
+ readonly description: "User password. Must be at least 8 characters long.";
1725
2583
  };
1726
2584
  };
1727
2585
  readonly required: readonly ["email", "first_name", "last_name", "code", "password"];
@@ -1774,28 +2632,6 @@ export declare const UserSchema: {
1774
2632
  readonly description: "Creation date of the user. ISO 8601 date string in UTC timezone";
1775
2633
  readonly example: "2023-11-02T16:08:14.338Z";
1776
2634
  };
1777
- readonly cluster_permissions: {
1778
- readonly type: "array";
1779
- readonly items: {
1780
- readonly type: "object";
1781
- readonly properties: {
1782
- readonly cluster_id: {
1783
- readonly type: "string";
1784
- readonly format: "uuid";
1785
- readonly description: "Unique identifier of the cluster. UUID v4 string in canonical form";
1786
- readonly example: "035ce46d-44d8-4e58-a8a2-b0192d1c27df";
1787
- };
1788
- readonly permissions: {
1789
- readonly type: "string";
1790
- readonly description: "User permissions to access the cluster. Can be `readwrite` or `readonly`.";
1791
- readonly example: "readwrite";
1792
- readonly enum: readonly ["readwrite", "readonly"];
1793
- };
1794
- };
1795
- readonly required: readonly ["cluster_id", "permissions"];
1796
- readonly additionalProperties: false;
1797
- };
1798
- };
1799
2635
  };
1800
2636
  readonly required: readonly ["email", "first_name", "last_name", "role", "status", "id", "date_created"];
1801
2637
  readonly additionalProperties: false;