@cloudfleet/sdk 0.0.1-61c9a45 → 0.0.1-61f22bd

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 (87) hide show
  1. package/dist/@tanstack/react-query.gen.d.ts +1125 -0
  2. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  3. package/dist/@tanstack/react-query.gen.js +1129 -0
  4. package/dist/@tanstack/react-query.gen.js.map +1 -0
  5. package/dist/client/client.gen.d.ts +3 -0
  6. package/dist/client/client.gen.d.ts.map +1 -0
  7. package/dist/client/client.gen.js +220 -0
  8. package/dist/client/client.gen.js.map +1 -0
  9. package/dist/client/index.d.ts +9 -0
  10. package/dist/client/index.d.ts.map +1 -0
  11. package/dist/client/index.js +7 -0
  12. package/dist/client/index.js.map +1 -0
  13. package/dist/client/types.gen.d.ts +121 -0
  14. package/dist/client/types.gen.d.ts.map +1 -0
  15. package/dist/client/types.gen.js +3 -0
  16. package/dist/client/types.gen.js.map +1 -0
  17. package/dist/client/utils.gen.d.ts +38 -0
  18. package/dist/client/utils.gen.d.ts.map +1 -0
  19. package/dist/client/utils.gen.js +229 -0
  20. package/dist/client/utils.gen.js.map +1 -0
  21. package/dist/client.gen.d.ts +13 -0
  22. package/dist/client.gen.d.ts.map +1 -0
  23. package/dist/client.gen.js +4 -0
  24. package/dist/client.gen.js.map +1 -0
  25. package/dist/core/auth.gen.d.ts +19 -0
  26. package/dist/core/auth.gen.d.ts.map +1 -0
  27. package/dist/core/auth.gen.js +15 -0
  28. package/dist/core/auth.gen.js.map +1 -0
  29. package/dist/core/bodySerializer.gen.d.ts +26 -0
  30. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  31. package/dist/core/bodySerializer.gen.js +58 -0
  32. package/dist/core/bodySerializer.gen.js.map +1 -0
  33. package/dist/core/params.gen.d.ts +44 -0
  34. package/dist/core/params.gen.d.ts.map +1 -0
  35. package/dist/core/params.gen.js +101 -0
  36. package/dist/core/params.gen.js.map +1 -0
  37. package/dist/core/pathSerializer.gen.d.ts +34 -0
  38. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  39. package/dist/core/pathSerializer.gen.js +107 -0
  40. package/dist/core/pathSerializer.gen.js.map +1 -0
  41. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  42. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  43. package/dist/core/queryKeySerializer.gen.js +93 -0
  44. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  45. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  46. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  47. package/dist/core/serverSentEvents.gen.js +133 -0
  48. package/dist/core/serverSentEvents.gen.js.map +1 -0
  49. package/dist/core/types.gen.d.ts +79 -0
  50. package/dist/core/types.gen.d.ts.map +1 -0
  51. package/dist/core/types.gen.js +3 -0
  52. package/dist/core/types.gen.js.map +1 -0
  53. package/dist/core/utils.gen.d.ts +20 -0
  54. package/dist/core/utils.gen.d.ts.map +1 -0
  55. package/dist/core/utils.gen.js +88 -0
  56. package/dist/core/utils.gen.js.map +1 -0
  57. package/dist/index.d.ts +3 -0
  58. package/dist/index.d.ts.map +1 -1
  59. package/dist/index.js +3 -0
  60. package/dist/index.js.map +1 -1
  61. package/dist/schemas.gen.d.ts +1610 -1093
  62. package/dist/schemas.gen.d.ts.map +1 -1
  63. package/dist/schemas.gen.js +2888 -1142
  64. package/dist/schemas.gen.js.map +1 -1
  65. package/dist/sdk.gen.d.ts +258 -142
  66. package/dist/sdk.gen.d.ts.map +1 -1
  67. package/dist/sdk.gen.js +342 -223
  68. package/dist/sdk.gen.js.map +1 -1
  69. package/dist/services/kubernetes/api.d.ts +196 -0
  70. package/dist/services/kubernetes/api.d.ts.map +1 -0
  71. package/dist/services/kubernetes/api.js +140 -0
  72. package/dist/services/kubernetes/api.js.map +1 -0
  73. package/dist/services/kubernetes/index.d.ts +44 -0
  74. package/dist/services/kubernetes/index.d.ts.map +1 -0
  75. package/dist/services/kubernetes/index.js +68 -0
  76. package/dist/services/kubernetes/index.js.map +1 -0
  77. package/dist/services/kubernetes/types.d.ts +1335 -0
  78. package/dist/services/kubernetes/types.d.ts.map +1 -0
  79. package/dist/services/kubernetes/types.js +2 -0
  80. package/dist/services/kubernetes/types.js.map +1 -0
  81. package/dist/types.gen.d.ts +1431 -996
  82. package/dist/types.gen.d.ts.map +1 -1
  83. package/dist/zod.gen.d.ts +3711 -2872
  84. package/dist/zod.gen.d.ts.map +1 -1
  85. package/dist/zod.gen.js +1539 -882
  86. package/dist/zod.gen.js.map +1 -1
  87. package/package.json +31 -5
@@ -1,3 +1,261 @@
1
+ export declare const BillingContactSchema: {
2
+ readonly type: "object";
3
+ readonly properties: {
4
+ readonly company: {
5
+ readonly type: "string";
6
+ readonly maxLength: 120;
7
+ readonly minLength: 2;
8
+ 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,}$";
9
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
10
+ readonly example: "ACME Corp.";
11
+ };
12
+ readonly address1: {
13
+ readonly type: "string";
14
+ readonly nullable: true;
15
+ readonly description: "Street address, P.O. box, c/o";
16
+ readonly example: "123 Main St.";
17
+ };
18
+ readonly address2: {
19
+ readonly type: "string";
20
+ readonly nullable: true;
21
+ readonly description: "Apartment, suite, unit, building, floor, etc.";
22
+ readonly example: "Suite 100";
23
+ };
24
+ readonly postalCode: {
25
+ readonly type: "string";
26
+ readonly nullable: true;
27
+ readonly description: "Postal code as a string.";
28
+ readonly example: "94105";
29
+ };
30
+ readonly city: {
31
+ readonly type: "string";
32
+ readonly nullable: true;
33
+ readonly description: "City or town name.";
34
+ readonly example: "San Francisco";
35
+ };
36
+ readonly state: {
37
+ readonly type: "string";
38
+ readonly nullable: true;
39
+ readonly description: "State, province, or region name.";
40
+ readonly example: "CA";
41
+ };
42
+ readonly country: {
43
+ readonly type: "string";
44
+ readonly nullable: true;
45
+ readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
46
+ readonly example: "US";
47
+ };
48
+ readonly phone: {
49
+ readonly type: "string";
50
+ readonly nullable: true;
51
+ readonly description: "Phone number as a string.";
52
+ readonly example: "+1 555 555 5555";
53
+ };
54
+ readonly email: {
55
+ readonly type: "string";
56
+ readonly format: "email";
57
+ readonly description: "Email address used for billing as a string.";
58
+ readonly example: "email@example.com";
59
+ };
60
+ readonly individual_name: {
61
+ readonly type: "string";
62
+ readonly description: "Name of the billing contact person.";
63
+ readonly example: "John Doe";
64
+ };
65
+ readonly tax_id: {
66
+ readonly type: "string";
67
+ readonly nullable: true;
68
+ readonly description: "Tax ID of the organization.";
69
+ readonly example: "DE123456789";
70
+ };
71
+ readonly tax_id_type: {
72
+ readonly type: "string";
73
+ readonly nullable: true;
74
+ readonly description: "Type of the tax ID.";
75
+ readonly example: "de_vat";
76
+ 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", ""];
77
+ };
78
+ };
79
+ readonly required: readonly ["email", "individual_name"];
80
+ readonly additionalProperties: false;
81
+ };
82
+ export declare const BillingCreditsSchema: {
83
+ readonly type: "object";
84
+ readonly properties: {
85
+ readonly id: {
86
+ readonly type: "string";
87
+ readonly description: "Generated unique identifier of the promotional code.";
88
+ readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
89
+ };
90
+ readonly type: {
91
+ readonly type: "string";
92
+ readonly description: "Type of the promotional code.";
93
+ readonly example: "credit";
94
+ readonly enum: readonly ["credit", "discount"];
95
+ };
96
+ readonly date_start: {
97
+ readonly type: "string";
98
+ readonly format: "date-time";
99
+ readonly description: "Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.";
100
+ readonly example: "2023-12-20T13:53:32.000Z";
101
+ };
102
+ readonly date_end: {
103
+ readonly type: "string";
104
+ readonly format: "date-time";
105
+ readonly description: "Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.";
106
+ readonly example: "2023-12-20T13:53:32.000Z";
107
+ };
108
+ readonly code: {
109
+ readonly type: "string";
110
+ readonly description: "Promotional code used by the customer.";
111
+ readonly example: "VQ4SCMB";
112
+ };
113
+ readonly description: {
114
+ readonly type: "string";
115
+ readonly description: "Description of the promotional code.";
116
+ readonly example: "10% off on all products";
117
+ };
118
+ readonly value_total: {
119
+ readonly type: "number";
120
+ readonly format: "float";
121
+ readonly description: "Total value of the promotional code.";
122
+ readonly example: 10;
123
+ };
124
+ readonly value_remaining: {
125
+ readonly type: "number";
126
+ readonly format: "float";
127
+ readonly description: "Remaining value of the promotional code.";
128
+ readonly example: 8;
129
+ };
130
+ };
131
+ readonly required: readonly ["type", "date_start", "code", "value_total"];
132
+ readonly additionalProperties: false;
133
+ };
134
+ export declare const ChartCreateInputSchema: {
135
+ readonly type: "object";
136
+ readonly properties: {
137
+ readonly values: {
138
+ readonly type: "string";
139
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
140
+ };
141
+ readonly version_channel: {
142
+ readonly type: "string";
143
+ 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-]+)*))?$";
144
+ readonly description: "Desired version range or channel for the chart.";
145
+ readonly example: "2.x.x-cfke.x";
146
+ };
147
+ readonly name: {
148
+ readonly type: "string";
149
+ readonly maxLength: 63;
150
+ readonly minLength: 1;
151
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
152
+ readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
153
+ readonly example: "postgresql-0";
154
+ };
155
+ readonly namespace: {
156
+ readonly type: "string";
157
+ readonly maxLength: 63;
158
+ readonly minLength: 1;
159
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
160
+ readonly description: "Namespace of the chart deployment";
161
+ readonly example: "default";
162
+ };
163
+ readonly chart: {
164
+ readonly type: "string";
165
+ readonly maxLength: 63;
166
+ readonly minLength: 1;
167
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
168
+ readonly description: "Name of the chart listing";
169
+ readonly example: "postgresql";
170
+ };
171
+ };
172
+ readonly required: readonly ["values", "version_channel", "name", "namespace", "chart"];
173
+ readonly additionalProperties: false;
174
+ };
175
+ export declare const ChartSchema: {
176
+ readonly type: "object";
177
+ readonly properties: {
178
+ readonly values: {
179
+ readonly type: "string";
180
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
181
+ };
182
+ readonly version_channel: {
183
+ readonly type: "string";
184
+ 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-]+)*))?$";
185
+ readonly description: "Desired version range or channel for the chart.";
186
+ readonly example: "2.x.x-cfke.x";
187
+ };
188
+ readonly name: {
189
+ readonly type: "string";
190
+ readonly maxLength: 63;
191
+ readonly minLength: 1;
192
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
193
+ readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
194
+ readonly example: "postgresql-0";
195
+ };
196
+ readonly namespace: {
197
+ readonly type: "string";
198
+ readonly maxLength: 63;
199
+ readonly minLength: 1;
200
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
201
+ readonly description: "Namespace of the chart deployment";
202
+ readonly example: "default";
203
+ };
204
+ readonly chart: {
205
+ readonly type: "string";
206
+ readonly maxLength: 63;
207
+ readonly minLength: 1;
208
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
209
+ readonly description: "Name of the chart listing";
210
+ readonly example: "postgresql";
211
+ };
212
+ readonly status: {
213
+ readonly type: "string";
214
+ readonly description: "Status of the chart deployment.";
215
+ readonly example: "active";
216
+ readonly enum: readonly ["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"];
217
+ };
218
+ readonly version_current: {
219
+ readonly type: "string";
220
+ readonly description: "Current version of the chart deployment.";
221
+ readonly example: "2.1.33-cfke.11";
222
+ };
223
+ readonly created_at: {
224
+ readonly type: "string";
225
+ readonly description: "Creation date and time of the chart deployment.";
226
+ readonly example: "2024-09-12T09:11:27Z";
227
+ };
228
+ readonly updated_at: {
229
+ readonly type: "string";
230
+ readonly description: "Last update date and time of the chart deployment.";
231
+ readonly example: "2024-09-12T09:11:27Z";
232
+ };
233
+ readonly ready: {
234
+ readonly type: "boolean";
235
+ readonly description: "Indicates if the chart deployment is ready to be used.";
236
+ readonly example: true;
237
+ };
238
+ };
239
+ readonly required: readonly ["values", "version_channel", "name", "namespace", "chart", "status", "version_current", "created_at", "updated_at", "ready"];
240
+ readonly additionalProperties: false;
241
+ };
242
+ export declare const ChartUpdateInputSchema: {
243
+ readonly type: "object";
244
+ readonly properties: {
245
+ readonly values: {
246
+ readonly type: "string";
247
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
248
+ };
249
+ readonly version_channel: {
250
+ readonly type: "string";
251
+ 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-]+)*))?$";
252
+ readonly description: "Desired version range or channel for the chart.";
253
+ readonly example: "2.x.x-cfke.x";
254
+ };
255
+ };
256
+ readonly required: readonly ["values", "version_channel"];
257
+ readonly additionalProperties: false;
258
+ };
1
259
  export declare const ClusterCreateInputSchema: {
2
260
  readonly type: "object";
3
261
  readonly properties: {
@@ -9,25 +267,26 @@ export declare const ClusterCreateInputSchema: {
9
267
  readonly description: "Name of the cluster.";
10
268
  readonly example: "production-cluster";
11
269
  };
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
270
  readonly tier: {
20
271
  readonly type: "string";
21
272
  readonly description: "Tier of the cluster.";
22
273
  readonly example: "pro";
23
274
  readonly enum: readonly ["basic", "pro"];
24
275
  };
276
+ readonly region: {
277
+ readonly type: "string";
278
+ readonly description: "Cloudfleet control plane region. One of \"staging-1a\", \"northamerica-central-1\", \"europe-central-1a\", \"northamerica-central-1a\". This field can not be updated after creation.";
279
+ readonly default: "staging-1a";
280
+ readonly example: "northamerica-central-1a";
281
+ readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
282
+ };
25
283
  readonly version_channel: {
26
284
  readonly type: "string";
27
285
  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
286
  readonly description: "Version of the kubernetes cluster.";
29
287
  readonly default: "1.x.x-cfke.x";
30
- readonly example: "1.29.x-cfke.x";
288
+ readonly example: "1.x.x-cfke.x";
289
+ readonly enum: readonly ["1.x.x-cfke.x", "1.31.x-cfke.x", "1.32.x-cfke.x", "1.33.x-cfke.x"];
31
290
  };
32
291
  };
33
292
  readonly required: readonly ["name", "tier"];
@@ -47,6 +306,11 @@ export declare const ClusterJoinInformationSchema: {
47
306
  readonly description: "Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.";
48
307
  readonly example: "https://10.31.64.7:6443";
49
308
  };
309
+ readonly cluster_dns: {
310
+ readonly type: "string";
311
+ readonly description: "Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.";
312
+ readonly example: "10.96.0.10";
313
+ };
50
314
  readonly auth_key: {
51
315
  readonly type: "string";
52
316
  readonly description: "Authentication key for the cluster.";
@@ -63,7 +327,7 @@ export declare const ClusterJoinInformationSchema: {
63
327
  readonly kubernetes: {
64
328
  readonly type: "string";
65
329
  readonly description: "Kubernetes version of the cluster.";
66
- readonly example: "1.29.3";
330
+ readonly example: "1.33.7";
67
331
  };
68
332
  readonly tailscale: {
69
333
  readonly type: "string";
@@ -75,8 +339,13 @@ export declare const ClusterJoinInformationSchema: {
75
339
  readonly description: "Containerd version of the cluster.";
76
340
  readonly example: "1.7.19";
77
341
  };
342
+ readonly nvidia_driver: {
343
+ readonly type: "string";
344
+ readonly description: "NVIDIA driver version of the cluster.";
345
+ readonly example: "565.0.0";
346
+ };
78
347
  };
79
- readonly required: readonly ["kubernetes", "tailscale", "containerd"];
348
+ readonly required: readonly ["kubernetes", "tailscale", "containerd", "nvidia_driver"];
80
349
  readonly additionalProperties: false;
81
350
  readonly description: "Versions of the different components of the cluster.";
82
351
  };
@@ -104,7 +373,7 @@ export declare const ClusterJoinInformationSchema: {
104
373
  readonly description: "OIDC Information for hosts to access to third party API's.";
105
374
  };
106
375
  };
107
- readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
376
+ readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
108
377
  readonly additionalProperties: false;
109
378
  };
110
379
  export declare const ClusterSchema: {
@@ -118,25 +387,18 @@ export declare const ClusterSchema: {
118
387
  readonly description: "Name of the cluster.";
119
388
  readonly example: "production-cluster";
120
389
  };
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
390
  readonly tier: {
129
391
  readonly type: "string";
130
392
  readonly description: "Tier of the cluster.";
131
393
  readonly example: "pro";
132
394
  readonly enum: readonly ["basic", "pro"];
133
395
  };
134
- readonly version_channel: {
396
+ readonly region: {
135
397
  readonly type: "string";
136
- 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
- readonly description: "Version of the kubernetes cluster.";
138
- readonly default: "1.x.x-cfke.x";
139
- readonly example: "1.29.x-cfke.x";
398
+ readonly description: "Cloudfleet control plane region. One of \"staging-1a\", \"northamerica-central-1\", \"europe-central-1a\", \"northamerica-central-1a\". This field can not be updated after creation.";
399
+ readonly default: "staging-1a";
400
+ readonly example: "northamerica-central-1a";
401
+ readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
140
402
  };
141
403
  readonly id: {
142
404
  readonly type: "string";
@@ -148,19 +410,30 @@ export declare const ClusterSchema: {
148
410
  readonly type: "string";
149
411
  readonly description: "Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.";
150
412
  readonly example: "active";
151
- readonly enum: readonly ["active", "deleted", "creating", "deployed", "failed", "updating"];
413
+ readonly enum: readonly ["active", "disabled", "deleted", "creating", "deployed", "failed", "updating"];
152
414
  };
153
415
  readonly endpoint: {
154
416
  readonly anyOf: readonly [{
155
417
  readonly type: "string";
156
418
  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.";
419
+ readonly description: "URL signed by the private CA of the Kubernetes cluster control plane. This is the endpoint that kubectl uses to connect to the cluster. (Deprecated, use endpoint_public instead)";
158
420
  readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.cloudfleet.dev:6443";
159
421
  }, {
160
422
  readonly type: "string";
161
423
  readonly enum: readonly [""];
162
424
  }];
163
425
  };
426
+ readonly endpoint_public: {
427
+ readonly anyOf: readonly [{
428
+ readonly type: "string";
429
+ readonly format: "uri";
430
+ 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.";
431
+ readonly example: "https://2ae6557c-c61f-49c6-b4c1-a65473470a03.staging.cfke.io";
432
+ }, {
433
+ readonly type: "string";
434
+ readonly enum: readonly [""];
435
+ }];
436
+ };
164
437
  readonly certificate_ca: {
165
438
  readonly type: "string";
166
439
  readonly description: "Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.";
@@ -169,7 +442,7 @@ export declare const ClusterSchema: {
169
442
  readonly version_current: {
170
443
  readonly type: "string";
171
444
  readonly description: "Current version of the cluster.";
172
- readonly example: "1.29.3-cfke.52";
445
+ readonly example: "1.33.7-cfke.264";
173
446
  };
174
447
  readonly created_at: {
175
448
  readonly type: "string";
@@ -186,6 +459,12 @@ export declare const ClusterSchema: {
186
459
  readonly description: "Indicates if the cluster is ready to be used.";
187
460
  readonly example: true;
188
461
  };
462
+ readonly version_channel: {
463
+ readonly type: "string";
464
+ 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-]+)*))?$";
465
+ readonly description: "Version of the kubernetes cluster.";
466
+ readonly example: "1.x.x-cfke.x";
467
+ };
189
468
  };
190
469
  readonly required: readonly ["name", "tier", "id", "status"];
191
470
  readonly additionalProperties: false;
@@ -201,13 +480,20 @@ export declare const ClusterUpdateInputSchema: {
201
480
  readonly description: "Name of the cluster.";
202
481
  readonly example: "production-cluster";
203
482
  };
483
+ readonly tier: {
484
+ readonly type: "string";
485
+ readonly description: "Tier of the cluster.";
486
+ readonly example: "pro";
487
+ readonly enum: readonly ["basic", "pro"];
488
+ };
204
489
  readonly version_channel: {
205
490
  readonly type: "string";
206
491
  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
492
  readonly description: "Version of the kubernetes cluster.";
208
- readonly example: "1.29.x-cfke.x";
493
+ readonly example: "1.x.x-cfke.x";
209
494
  };
210
495
  };
496
+ readonly required: readonly ["tier"];
211
497
  readonly additionalProperties: false;
212
498
  };
213
499
  export declare const FleetCreateInputSchema: {
@@ -217,13 +503,12 @@ export declare const FleetCreateInputSchema: {
217
503
  readonly type: "object";
218
504
  readonly properties: {
219
505
  readonly cpu: {
220
- readonly type: "number";
221
- readonly format: "float";
506
+ readonly type: "integer";
222
507
  readonly minimum: 0;
223
- readonly description: "CPU limit in cores.";
508
+ readonly maximum: 100000;
509
+ readonly description: "CPU limit in cores. Maximum 100,000.";
224
510
  };
225
511
  };
226
- readonly required: readonly ["cpu"];
227
512
  readonly additionalProperties: false;
228
513
  readonly description: "Limits define a set of bounds for provisioning capacity.";
229
514
  };
@@ -232,73 +517,110 @@ export declare const FleetCreateInputSchema: {
232
517
  readonly properties: {
233
518
  readonly enabled: {
234
519
  readonly type: "boolean";
235
- readonly default: true;
236
520
  };
237
521
  readonly project: {
238
522
  readonly type: "string";
239
- readonly description: "Project GCP Project id to deploy instances into";
523
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
524
+ 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.";
525
+ readonly example: "my-cloudfleet-project";
240
526
  };
241
527
  };
242
- readonly required: readonly ["project"];
528
+ readonly required: readonly ["enabled"];
243
529
  readonly additionalProperties: false;
244
530
  };
245
531
  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
- };
532
+ readonly type: "object";
533
+ readonly properties: {
534
+ readonly enabled: {
535
+ readonly type: "boolean";
256
536
  };
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
- };
537
+ readonly apiKey: {
538
+ readonly type: "string";
539
+ readonly maxLength: 64;
540
+ readonly minLength: 64;
541
+ readonly pattern: "^[A-Za-z0-9]+$";
542
+ readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
268
543
  };
269
- readonly additionalProperties: false;
270
- }];
544
+ };
545
+ readonly required: readonly ["enabled"];
546
+ readonly additionalProperties: false;
271
547
  };
272
548
  readonly aws: {
273
549
  readonly type: "object";
274
550
  readonly properties: {
275
551
  readonly enabled: {
276
552
  readonly type: "boolean";
277
- readonly default: true;
278
553
  };
279
554
  readonly controllerRoleArn: {
280
555
  readonly type: "string";
281
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
556
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
557
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
558
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
282
559
  };
283
560
  };
284
- readonly required: readonly ["controllerRoleArn"];
561
+ readonly required: readonly ["enabled"];
285
562
  readonly additionalProperties: false;
286
563
  };
287
- readonly id: {
288
- readonly type: "string";
289
- readonly maxLength: 63;
290
- readonly minLength: 1;
291
- readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
292
- readonly description: "Unique identifier of the kubernetes fleet.";
293
- readonly example: "new-clouds-fleet";
294
- };
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"];
564
+ readonly constraints: {
565
+ readonly type: "object";
566
+ readonly properties: {
567
+ readonly 'karpenter.sh/capacity-type': {
568
+ readonly type: "array";
569
+ readonly items: {
570
+ readonly type: "string";
571
+ readonly enum: readonly ["on-demand", "spot"];
572
+ };
573
+ readonly minItems: 1;
574
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
575
+ readonly default: readonly ["on-demand", "spot"];
576
+ };
577
+ readonly 'kubernetes.io/arch': {
578
+ readonly type: "array";
579
+ readonly items: {
580
+ readonly type: "string";
581
+ readonly enum: readonly ["amd64", "arm64"];
582
+ };
583
+ readonly minItems: 1;
584
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
585
+ readonly default: readonly ["amd64"];
586
+ };
587
+ readonly 'cfke.io/instance-family': {
588
+ readonly type: "array";
589
+ readonly items: {
590
+ readonly type: "string";
591
+ 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"];
592
+ };
593
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
594
+ };
595
+ readonly 'topology.kubernetes.io/region': {
596
+ readonly type: "array";
597
+ readonly items: {
598
+ readonly type: "string";
599
+ 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"];
600
+ };
601
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
602
+ };
603
+ };
604
+ readonly additionalProperties: false;
605
+ 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. Omit a field to place no restriction on that key.";
606
+ };
607
+ readonly scalingProfile: {
608
+ readonly type: "string";
609
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
610
+ readonly default: "conservative";
611
+ readonly example: "conservative";
612
+ readonly enum: readonly ["aggressive", "conservative"];
613
+ };
614
+ readonly id: {
615
+ readonly type: "string";
616
+ readonly maxLength: 63;
617
+ readonly minLength: 1;
618
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
619
+ readonly description: "Unique identifier of the kubernetes fleet.";
620
+ readonly example: "new-clouds-fleet";
299
621
  };
300
622
  };
301
- readonly required: readonly ["id", "type"];
623
+ readonly required: readonly ["id"];
302
624
  readonly additionalProperties: false;
303
625
  };
304
626
  export declare const FleetSchema: {
@@ -308,13 +630,12 @@ export declare const FleetSchema: {
308
630
  readonly type: "object";
309
631
  readonly properties: {
310
632
  readonly cpu: {
311
- readonly type: "number";
312
- readonly format: "float";
633
+ readonly type: "integer";
313
634
  readonly minimum: 0;
314
- readonly description: "CPU limit in cores.";
635
+ readonly maximum: 100000;
636
+ readonly description: "CPU limit in cores. Maximum 100,000.";
315
637
  };
316
638
  };
317
- readonly required: readonly ["cpu"];
318
639
  readonly additionalProperties: false;
319
640
  readonly description: "Limits define a set of bounds for provisioning capacity.";
320
641
  };
@@ -323,57 +644,97 @@ export declare const FleetSchema: {
323
644
  readonly properties: {
324
645
  readonly enabled: {
325
646
  readonly type: "boolean";
326
- readonly default: true;
327
647
  };
328
648
  readonly project: {
329
649
  readonly type: "string";
330
- readonly description: "Project GCP Project id to deploy instances into";
650
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
651
+ 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.";
652
+ readonly example: "my-cloudfleet-project";
331
653
  };
332
654
  };
333
- readonly required: readonly ["project"];
655
+ readonly required: readonly ["enabled"];
334
656
  readonly additionalProperties: false;
335
657
  };
336
658
  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
- };
659
+ readonly type: "object";
660
+ readonly properties: {
661
+ readonly enabled: {
662
+ readonly type: "boolean";
347
663
  };
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
- };
664
+ readonly apiKey: {
665
+ readonly type: "string";
666
+ readonly pattern: "^\\*{64}$";
667
+ 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
668
  };
360
- readonly additionalProperties: false;
361
- }];
669
+ };
670
+ readonly required: readonly ["enabled"];
671
+ readonly additionalProperties: false;
362
672
  };
363
673
  readonly aws: {
364
674
  readonly type: "object";
365
675
  readonly properties: {
366
676
  readonly enabled: {
367
677
  readonly type: "boolean";
368
- readonly default: true;
369
678
  };
370
679
  readonly controllerRoleArn: {
371
680
  readonly type: "string";
372
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
681
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
682
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
683
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
684
+ };
685
+ };
686
+ readonly required: readonly ["enabled"];
687
+ readonly additionalProperties: false;
688
+ };
689
+ readonly constraints: {
690
+ readonly type: "object";
691
+ readonly properties: {
692
+ readonly 'karpenter.sh/capacity-type': {
693
+ readonly type: "array";
694
+ readonly items: {
695
+ readonly type: "string";
696
+ readonly enum: readonly ["on-demand", "spot"];
697
+ };
698
+ readonly minItems: 1;
699
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
700
+ readonly default: readonly ["on-demand", "spot"];
701
+ };
702
+ readonly 'kubernetes.io/arch': {
703
+ readonly type: "array";
704
+ readonly items: {
705
+ readonly type: "string";
706
+ readonly enum: readonly ["amd64", "arm64"];
707
+ };
708
+ readonly minItems: 1;
709
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
710
+ readonly default: readonly ["amd64"];
711
+ };
712
+ readonly 'cfke.io/instance-family': {
713
+ readonly type: "array";
714
+ readonly items: {
715
+ readonly type: "string";
716
+ 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"];
717
+ };
718
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
719
+ };
720
+ readonly 'topology.kubernetes.io/region': {
721
+ readonly type: "array";
722
+ readonly items: {
723
+ readonly type: "string";
724
+ 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"];
725
+ };
726
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
373
727
  };
374
728
  };
375
- readonly required: readonly ["controllerRoleArn"];
376
729
  readonly additionalProperties: false;
730
+ 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. Omit a field to place no restriction on that key.";
731
+ };
732
+ readonly scalingProfile: {
733
+ readonly type: "string";
734
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
735
+ readonly default: "conservative";
736
+ readonly example: "conservative";
737
+ readonly enum: readonly ["aggressive", "conservative"];
377
738
  };
378
739
  readonly id: {
379
740
  readonly type: "string";
@@ -383,13 +744,8 @@ export declare const FleetSchema: {
383
744
  readonly description: "Unique identifier of the kubernetes fleet.";
384
745
  readonly example: "new-clouds-fleet";
385
746
  };
386
- readonly type: {
387
- readonly type: "string";
388
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
389
- readonly enum: readonly ["managed", "connected"];
390
- };
391
747
  };
392
- readonly required: readonly ["id", "type"];
748
+ readonly required: readonly ["scalingProfile", "id"];
393
749
  readonly additionalProperties: false;
394
750
  };
395
751
  export declare const FleetUpdateInputSchema: {
@@ -399,13 +755,12 @@ export declare const FleetUpdateInputSchema: {
399
755
  readonly type: "object";
400
756
  readonly properties: {
401
757
  readonly cpu: {
402
- readonly type: "number";
403
- readonly format: "float";
758
+ readonly type: "integer";
404
759
  readonly minimum: 0;
405
- readonly description: "CPU limit in cores.";
760
+ readonly maximum: 100000;
761
+ readonly description: "CPU limit in cores. Maximum 100,000.";
406
762
  };
407
763
  };
408
- readonly required: readonly ["cpu"];
409
764
  readonly additionalProperties: false;
410
765
  readonly description: "Limits define a set of bounds for provisioning capacity.";
411
766
  };
@@ -414,1161 +769,1239 @@ export declare const FleetUpdateInputSchema: {
414
769
  readonly properties: {
415
770
  readonly enabled: {
416
771
  readonly type: "boolean";
417
- readonly default: true;
418
772
  };
419
773
  readonly project: {
420
774
  readonly type: "string";
421
- readonly description: "Project GCP Project id to deploy instances into";
775
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
776
+ 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.";
777
+ readonly example: "my-cloudfleet-project";
422
778
  };
423
779
  };
424
- readonly required: readonly ["project"];
780
+ readonly required: readonly ["enabled"];
425
781
  readonly additionalProperties: false;
426
782
  };
427
783
  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
- };
784
+ readonly type: "object";
785
+ readonly properties: {
786
+ readonly enabled: {
787
+ readonly type: "boolean";
438
788
  };
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
- };
789
+ readonly apiKey: {
790
+ readonly type: "string";
791
+ readonly maxLength: 64;
792
+ readonly minLength: 64;
793
+ readonly pattern: "^[A-Za-z0-9]+$";
794
+ readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
450
795
  };
451
- readonly additionalProperties: false;
452
- }];
796
+ };
797
+ readonly required: readonly ["enabled"];
798
+ readonly additionalProperties: false;
453
799
  };
454
800
  readonly aws: {
455
801
  readonly type: "object";
456
802
  readonly properties: {
457
803
  readonly enabled: {
458
804
  readonly type: "boolean";
459
- readonly default: true;
460
805
  };
461
806
  readonly controllerRoleArn: {
462
807
  readonly type: "string";
463
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
808
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
809
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
810
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
464
811
  };
465
812
  };
466
- readonly required: readonly ["controllerRoleArn"];
813
+ readonly required: readonly ["enabled"];
467
814
  readonly additionalProperties: false;
468
815
  };
469
- };
470
- readonly additionalProperties: false;
471
- };
472
- export declare const InfrastructureFilterSchema: {
473
- readonly type: "object";
474
- 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];
481
- };
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";
816
+ readonly constraints: {
817
+ readonly type: "object";
818
+ readonly properties: {
819
+ readonly 'karpenter.sh/capacity-type': {
820
+ readonly type: "array";
821
+ readonly items: {
822
+ readonly type: "string";
823
+ readonly enum: readonly ["on-demand", "spot"];
824
+ };
825
+ readonly minItems: 1;
826
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
827
+ };
828
+ readonly 'kubernetes.io/arch': {
829
+ readonly type: "array";
830
+ readonly items: {
831
+ readonly type: "string";
832
+ readonly enum: readonly ["amd64", "arm64"];
833
+ };
834
+ readonly minItems: 1;
835
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
836
+ };
837
+ readonly 'cfke.io/instance-family': {
838
+ readonly type: "array";
839
+ readonly items: {
840
+ readonly type: "string";
841
+ 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"];
842
+ };
843
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
844
+ };
845
+ readonly 'topology.kubernetes.io/region': {
846
+ readonly type: "array";
847
+ readonly items: {
848
+ readonly type: "string";
849
+ 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"];
850
+ };
851
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
852
+ };
534
853
  };
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;
854
+ readonly additionalProperties: false;
855
+ 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. Omit a field to place no restriction on that key.";
617
856
  };
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;
857
+ readonly scalingProfile: {
858
+ readonly type: "string";
859
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
860
+ readonly example: "conservative";
861
+ readonly enum: readonly ["aggressive", "conservative"];
623
862
  };
624
863
  };
864
+ readonly required: readonly ["scalingProfile"];
625
865
  readonly additionalProperties: false;
626
866
  };
627
- export declare const InfrastructureInstanceSchema: {
867
+ export declare const InviteSchema: {
628
868
  readonly type: "object";
629
869
  readonly properties: {
630
- readonly sku: {
870
+ readonly id: {
631
871
  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";
872
+ readonly description: "Unique identifier of the invitation.";
873
+ readonly example: "65831dd20d20165489cbb868";
634
874
  };
635
- readonly provider: {
875
+ readonly organization_id: {
636
876
  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";
877
+ readonly format: "uuid";
878
+ readonly description: "Unique identifier of the organization the project belongs to. UUID v4 string in canonical form";
879
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
639
880
  };
640
- readonly region: {
881
+ readonly date_created: {
641
882
  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";
883
+ readonly format: "date-time";
884
+ readonly description: "Creation date of the project. ISO 8601 date string in UTC timezone";
885
+ readonly example: "2023-11-02T16:08:14.338Z";
644
886
  };
645
- readonly sub_region: {
887
+ readonly email: {
646
888
  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";
889
+ readonly format: "email";
890
+ readonly description: "User email address.";
891
+ readonly example: "email@example.com";
649
892
  };
650
- readonly csp_region: {
893
+ readonly code: {
651
894
  readonly type: "string";
652
- readonly description: "Region as defined by the cloud service provider";
653
- readonly example: "eu-west-1";
895
+ readonly description: "Generated unique invite code.";
896
+ readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
654
897
  };
655
- readonly csp_zone: {
898
+ };
899
+ readonly required: readonly ["date_created"];
900
+ readonly additionalProperties: false;
901
+ };
902
+ export declare const InvoiceSchema: {
903
+ readonly type: "object";
904
+ readonly properties: {
905
+ readonly id: {
656
906
  readonly type: "string";
657
- readonly description: "Availability zone as defined by the cloud service provider";
658
- readonly example: "eu-west-1a";
907
+ readonly description: "Unique identifier of the invoice.";
908
+ readonly example: "in_1234567890xCrwxghOTj1234";
659
909
  };
660
- readonly instance_type: {
910
+ readonly number: {
661
911
  readonly type: "string";
662
- readonly description: "Instance / VM type as defined by the cloud service provider";
663
- readonly example: "p4d.24xlarge";
664
912
  };
665
- readonly architecture: {
913
+ readonly status: {
666
914
  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";
915
+ readonly description: "Status of the invoice";
916
+ readonly example: "paid";
674
917
  };
675
- readonly vcpu: {
918
+ readonly total: {
676
919
  readonly type: "number";
677
920
  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;
921
+ readonly description: "Total amount of the invoice";
922
+ readonly example: 100;
681
923
  };
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;
924
+ readonly currency: {
925
+ readonly type: "string";
926
+ readonly description: "Currency of the invoice";
927
+ readonly example: "usd";
688
928
  };
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;
929
+ readonly created: {
930
+ readonly type: "string";
931
+ readonly format: "date-time";
932
+ readonly description: "Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.";
933
+ readonly example: "2023-12-20T13:53:32.000Z";
694
934
  };
695
- readonly accelerator_name: {
935
+ readonly period_start: {
696
936
  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";
937
+ readonly format: "date-time";
938
+ readonly description: "Billing period start timestamp. ISO 8601 date string in the UTC timezone.";
939
+ readonly example: "2023-12-20T13:53:32.000Z";
699
940
  };
700
- readonly accelerator_manufacturer: {
941
+ readonly period_end: {
701
942
  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";
943
+ readonly format: "date-time";
944
+ readonly description: "Billing period end timestamp. ISO 8601 date string in the UTC timezone.";
945
+ readonly example: "2023-12-20T13:53:32.000Z";
704
946
  };
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;
947
+ readonly invoice_pdf: {
948
+ readonly type: "string";
709
949
  };
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;
950
+ };
951
+ readonly required: readonly ["created", "period_start", "period_end"];
952
+ readonly additionalProperties: false;
953
+ };
954
+ export declare const MarketplaceListingFilesSchema: {
955
+ readonly type: "object";
956
+ readonly properties: {
957
+ readonly chartYaml: {
958
+ readonly type: "string";
959
+ readonly description: "Raw Chart.yaml content from the Helm chart";
960
+ readonly example: "apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4";
715
961
  };
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;
962
+ readonly valuesYaml: {
963
+ readonly type: "string";
964
+ readonly description: "Raw values.yaml content from the Helm chart";
965
+ readonly example: "replicaCount: 1\nimage:\n repository: nginx\n tag: latest";
721
966
  };
722
- readonly capacity_type: {
967
+ readonly valuesSchemaJson: {
723
968
  readonly type: "string";
724
- readonly description: "Capacity type of the instance. E.g. `on-demand`, `spot`.";
725
- readonly example: "on-demand";
969
+ readonly description: "JSON schema for values.yaml as a string";
970
+ readonly example: "{\"type\":\"object\",\"properties\":{\"replicaCount\":{\"type\":\"number\"}}}";
726
971
  };
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;
972
+ };
973
+ readonly additionalProperties: false;
974
+ };
975
+ export declare const MarketplaceListingSchema: {
976
+ readonly type: "object";
977
+ readonly properties: {
978
+ readonly name: {
979
+ readonly type: "string";
980
+ readonly description: "Name of the chart";
981
+ readonly example: "nginx-ingress";
732
982
  };
733
- readonly available: {
734
- readonly type: "boolean";
735
- readonly description: "Whether this instance type is available.";
736
- readonly example: true;
983
+ readonly versions: {
984
+ readonly type: "array";
985
+ readonly items: {
986
+ readonly type: "string";
987
+ 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-]+)*))?$";
988
+ readonly description: "Specific version of the chart";
989
+ readonly example: "1.18.2-cfke.45";
990
+ };
991
+ readonly description: "Available versions of the chart";
992
+ };
993
+ readonly version_channels: {
994
+ readonly type: "array";
995
+ readonly items: {
996
+ readonly type: "string";
997
+ 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-]+)*))?$";
998
+ readonly description: "Version channel pattern";
999
+ readonly example: "1.18.x-cfke.x";
1000
+ };
1001
+ readonly description: "Version channels for the chart";
1002
+ };
1003
+ readonly latestVersion: {
1004
+ readonly type: "string";
1005
+ readonly description: "Latest version of the chart";
1006
+ readonly example: "1.18.2-cfke.45";
1007
+ };
1008
+ readonly metadata: {
1009
+ readonly type: "object";
1010
+ readonly properties: {
1011
+ readonly name: {
1012
+ readonly type: "string";
1013
+ readonly description: "Chart name from metadata";
1014
+ readonly example: "nginx-ingress";
1015
+ };
1016
+ readonly version: {
1017
+ readonly type: "string";
1018
+ readonly description: "Chart version from metadata";
1019
+ readonly example: "1.18.2-cfke.45";
1020
+ };
1021
+ readonly description: {
1022
+ readonly type: "string";
1023
+ readonly description: "Chart description";
1024
+ readonly example: "NGINX Ingress Controller for Kubernetes";
1025
+ };
1026
+ readonly appVersion: {
1027
+ readonly type: "string";
1028
+ readonly description: "Application version";
1029
+ readonly example: "1.9.4";
1030
+ };
1031
+ readonly apiVersion: {
1032
+ readonly type: "string";
1033
+ readonly description: "Helm API version";
1034
+ readonly example: "v2";
1035
+ };
1036
+ readonly keywords: {
1037
+ readonly type: "array";
1038
+ readonly items: {
1039
+ readonly type: "string";
1040
+ };
1041
+ readonly description: "Chart keywords";
1042
+ readonly example: readonly ["ingress", "nginx", "load-balancer"];
1043
+ };
1044
+ readonly home: {
1045
+ readonly type: "string";
1046
+ readonly description: "Chart home URL";
1047
+ readonly example: "https://kubernetes.github.io/ingress-nginx/";
1048
+ };
1049
+ readonly icon: {
1050
+ readonly type: "string";
1051
+ readonly description: "A URL to an SVG or PNG image to be used as an icon";
1052
+ readonly example: "https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png";
1053
+ };
1054
+ readonly sources: {
1055
+ readonly type: "array";
1056
+ readonly items: {
1057
+ readonly type: "string";
1058
+ };
1059
+ readonly description: "Chart source URLs";
1060
+ readonly example: readonly ["https://github.com/kubernetes/ingress-nginx"];
1061
+ };
1062
+ readonly maintainers: {
1063
+ readonly type: "array";
1064
+ readonly items: {
1065
+ readonly type: "object";
1066
+ readonly properties: {
1067
+ readonly name: {
1068
+ readonly type: "string";
1069
+ readonly description: "Maintainer name";
1070
+ readonly example: "NGINX Team";
1071
+ };
1072
+ readonly email: {
1073
+ readonly type: "string";
1074
+ readonly description: "Maintainer email";
1075
+ readonly example: "support@nginx.org";
1076
+ };
1077
+ };
1078
+ readonly required: readonly ["name"];
1079
+ readonly additionalProperties: false;
1080
+ };
1081
+ readonly description: "Chart maintainers";
1082
+ };
1083
+ };
1084
+ readonly required: readonly ["name", "version"];
1085
+ readonly additionalProperties: false;
1086
+ readonly description: "Chart metadata";
737
1087
  };
738
1088
  };
739
- readonly required: readonly ["sku", "provider", "region", "sub_region", "csp_region", "csp_zone", "instance_type", "architecture", "os", "vcpu", "memory", "local_storage", "price"];
1089
+ readonly required: readonly ["name", "versions", "version_channels", "latestVersion"];
740
1090
  readonly additionalProperties: false;
741
1091
  };
742
- export declare const InviteSchema: {
1092
+ export declare const OrganizationCreateInputSchema: {
743
1093
  readonly type: "object";
744
1094
  readonly properties: {
745
- readonly id: {
1095
+ readonly email: {
746
1096
  readonly type: "string";
747
- readonly description: "Unique identifier of the invitation.";
748
- readonly example: "65831dd20d20165489cbb868";
1097
+ readonly format: "email";
1098
+ readonly description: "Email address used for billing as a string.";
1099
+ readonly example: "email@example.com";
749
1100
  };
750
- readonly organization_id: {
1101
+ readonly first_name: {
1102
+ readonly type: "string";
1103
+ readonly description: "First name of the billing contact person.";
1104
+ readonly example: "John";
1105
+ };
1106
+ readonly last_name: {
1107
+ readonly type: "string";
1108
+ readonly description: "Last name of the billing contact person.";
1109
+ readonly example: "Doe";
1110
+ };
1111
+ readonly company_name: {
1112
+ readonly type: "string";
1113
+ readonly maxLength: 120;
1114
+ readonly minLength: 2;
1115
+ 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,}$";
1116
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1117
+ readonly example: "ACME Corp.";
1118
+ };
1119
+ readonly password: {
1120
+ readonly type: "string";
1121
+ readonly minLength: 8;
1122
+ 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.";
1123
+ };
1124
+ };
1125
+ readonly required: readonly ["email", "first_name", "last_name", "company_name", "password"];
1126
+ readonly additionalProperties: false;
1127
+ };
1128
+ export declare const OrganizationSchema: {
1129
+ readonly type: "object";
1130
+ readonly properties: {
1131
+ readonly id: {
751
1132
  readonly type: "string";
752
1133
  readonly format: "uuid";
753
- readonly description: "Unique identifier of the organization the project belongs to. UUID v4 string in canonical form";
1134
+ readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
754
1135
  readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
755
1136
  };
1137
+ readonly name: {
1138
+ readonly type: "string";
1139
+ readonly maxLength: 120;
1140
+ readonly minLength: 2;
1141
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1142
+ readonly example: "ACME Corp.";
1143
+ };
756
1144
  readonly date_created: {
757
1145
  readonly type: "string";
758
1146
  readonly format: "date-time";
759
- readonly description: "Creation date of the project. ISO 8601 date string in UTC timezone";
1147
+ readonly description: "Creation date of the organization. ISO 8601 date string in UTC timezone";
760
1148
  readonly example: "2023-11-02T16:08:14.338Z";
761
1149
  };
762
- readonly email: {
763
- readonly type: "string";
764
- readonly format: "email";
765
- readonly description: "User email address.";
766
- readonly example: "email@example.com";
1150
+ readonly quota: {
1151
+ readonly type: "object";
1152
+ readonly properties: {
1153
+ readonly basic_clusters_max: {
1154
+ readonly type: "integer";
1155
+ readonly minimum: 0;
1156
+ readonly description: "Maximum number of Basic clusters that can be created.";
1157
+ readonly example: 999;
1158
+ };
1159
+ readonly basic_clusters_available: {
1160
+ readonly type: "integer";
1161
+ readonly description: "Available number of Basic clusters that can be created.";
1162
+ readonly example: 999;
1163
+ };
1164
+ readonly pro_clusters_max: {
1165
+ readonly type: "integer";
1166
+ readonly minimum: 0;
1167
+ readonly description: "Maximum number of Pro clusters that can be created.";
1168
+ readonly example: 999;
1169
+ };
1170
+ readonly pro_clusters_available: {
1171
+ readonly type: "integer";
1172
+ readonly description: "Available number of Pro clusters that can be created.";
1173
+ readonly example: 999;
1174
+ };
1175
+ readonly fleets_max: {
1176
+ readonly type: "integer";
1177
+ readonly minimum: 0;
1178
+ readonly description: "Maximum number of fleets that can be created per cluster.";
1179
+ readonly example: 999;
1180
+ };
1181
+ readonly cluster_tiers: {
1182
+ readonly type: "array";
1183
+ readonly items: {
1184
+ readonly type: "string";
1185
+ readonly example: "basic";
1186
+ };
1187
+ readonly minItems: 0;
1188
+ readonly description: "List of Cloudfleet cluster tiers available for the organization.";
1189
+ };
1190
+ readonly regions: {
1191
+ readonly type: "array";
1192
+ readonly items: {
1193
+ readonly type: "string";
1194
+ readonly example: "northamerica-central-1";
1195
+ };
1196
+ readonly minItems: 1;
1197
+ readonly description: "List of Cloudfleet control plane regions available for the organization.";
1198
+ };
1199
+ readonly versions: {
1200
+ readonly type: "array";
1201
+ readonly items: {
1202
+ readonly type: "object";
1203
+ readonly properties: {
1204
+ readonly id: {
1205
+ readonly type: "string";
1206
+ readonly description: "Id of the control plane version. Used in API calls.";
1207
+ readonly example: "1.33.x-cfke.x";
1208
+ };
1209
+ readonly label: {
1210
+ readonly type: "string";
1211
+ readonly description: "Label of the control plane version. Used in frontent UI.";
1212
+ readonly example: "1.33.x (Always latest 1.33 patch version)";
1213
+ };
1214
+ };
1215
+ readonly required: readonly ["id", "label"];
1216
+ readonly additionalProperties: false;
1217
+ };
1218
+ readonly minItems: 1;
1219
+ readonly description: "List of CFKE control plane versions available for the organization.";
1220
+ };
1221
+ readonly cfcr_storage_gb: {
1222
+ readonly type: "integer";
1223
+ readonly minimum: -1;
1224
+ readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
1225
+ readonly example: 500;
1226
+ };
1227
+ };
1228
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1229
+ readonly additionalProperties: false;
1230
+ 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.";
767
1231
  };
768
- readonly code: {
1232
+ readonly status: {
769
1233
  readonly type: "string";
770
- readonly description: "Generated unique invite code.";
771
- readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
1234
+ readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1235
+ readonly enum: readonly ["active", "closed", "suspended"];
772
1236
  };
773
1237
  };
774
- readonly required: readonly ["date_created"];
1238
+ readonly required: readonly ["id", "date_created", "quota", "status"];
775
1239
  readonly additionalProperties: false;
776
1240
  };
777
- export declare const InvoiceSchema: {
1241
+ export declare const PaymentMethodSchema: {
778
1242
  readonly type: "object";
779
1243
  readonly properties: {
780
1244
  readonly id: {
781
1245
  readonly type: "string";
782
1246
  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";
1247
+ readonly description: "Unique identifier of the organization. UUID v4 string in canonical form.";
1248
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
1249
+ };
1250
+ readonly setup: {
1251
+ readonly type: "boolean";
1252
+ readonly description: "Whether organization payment method was set up and ready to use for payments.";
1253
+ readonly example: true;
785
1254
  };
786
- readonly organizationId: {
1255
+ readonly type: {
787
1256
  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";
1257
+ readonly nullable: true;
1258
+ readonly description: "Payment method type type. Only `card` payments supported at the moment.";
1259
+ readonly example: "card";
1260
+ readonly enum: readonly ["card"];
791
1261
  };
792
- readonly status: {
1262
+ readonly last4: {
793
1263
  readonly type: "string";
794
- readonly description: "Status of the invoice";
795
- readonly example: "DRAFT";
796
- readonly enum: readonly ["DRAFT", "COMMITTED", "VOID"];
1264
+ readonly nullable: true;
1265
+ readonly description: "Last 4 digits of the payment card number.";
1266
+ readonly example: "4242";
797
1267
  };
798
- readonly amount: {
799
- readonly type: "number";
800
- readonly format: "float";
801
- readonly description: "Total amount of the invoice";
802
- readonly example: 100;
1268
+ readonly exp_month: {
1269
+ readonly type: "integer";
1270
+ readonly minimum: 1;
1271
+ readonly maximum: 12;
1272
+ readonly nullable: true;
1273
+ readonly description: "Two-digit number representing the card's expiration month.";
1274
+ readonly example: "12";
803
1275
  };
804
- readonly currency: {
1276
+ readonly exp_year: {
1277
+ readonly type: "integer";
1278
+ readonly minimum: 2024;
1279
+ readonly nullable: true;
1280
+ readonly description: "Four-digit number representing the card's expiration year.";
1281
+ readonly example: "2028";
1282
+ };
1283
+ readonly brand: {
805
1284
  readonly type: "string";
806
- 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"];
1285
+ readonly nullable: true;
1286
+ readonly description: "Payment card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.";
1287
+ readonly example: "visa";
1288
+ readonly enum: readonly ["amex", "diners", "discover", "eftpos_au", "jcb", "mastercard", "unionpay", "visa", "unknown"];
809
1289
  };
810
- readonly creditAdj: {
811
- readonly type: "number";
812
- readonly format: "float";
813
- readonly description: "Total amount of credit adjustments";
814
- readonly example: 0;
1290
+ };
1291
+ readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
1292
+ readonly additionalProperties: false;
1293
+ };
1294
+ export declare const PlatformQuotaSchema: {
1295
+ readonly type: "object";
1296
+ readonly properties: {
1297
+ readonly basic_clusters_max: {
1298
+ readonly type: "integer";
1299
+ readonly minimum: 0;
1300
+ readonly description: "Maximum number of Basic clusters that can be created.";
1301
+ readonly example: 999;
815
1302
  };
816
- readonly refundAdj: {
817
- readonly type: "number";
818
- readonly format: "float";
819
- readonly description: "Total amount of refund adjustments";
820
- readonly example: 0;
1303
+ readonly basic_clusters_available: {
1304
+ readonly type: "integer";
1305
+ readonly description: "Available number of Basic clusters that can be created.";
1306
+ readonly example: 999;
821
1307
  };
822
- readonly invoiceDate: {
823
- readonly type: "string";
824
- readonly description: "Date of the invoice";
825
- readonly example: "2019-01-01T00:00:00.000Z";
1308
+ readonly pro_clusters_max: {
1309
+ readonly type: "integer";
1310
+ readonly minimum: 0;
1311
+ readonly description: "Maximum number of Pro clusters that can be created.";
1312
+ readonly example: 999;
826
1313
  };
827
- readonly targetDate: {
828
- readonly type: "string";
829
- readonly description: "Target date of the invoice";
830
- readonly example: "2019-01-01T00:00:00.000Z";
1314
+ readonly pro_clusters_available: {
1315
+ readonly type: "integer";
1316
+ readonly description: "Available number of Pro clusters that can be created.";
1317
+ readonly example: 999;
831
1318
  };
832
- readonly invoiceNumber: {
833
- readonly type: "string";
834
- readonly description: "Number of the invoice";
835
- readonly example: "INV-0001";
1319
+ readonly fleets_max: {
1320
+ readonly type: "integer";
1321
+ readonly minimum: 0;
1322
+ readonly description: "Maximum number of fleets that can be created per cluster.";
1323
+ readonly example: 999;
836
1324
  };
837
- readonly balance: {
838
- readonly type: "number";
839
- readonly format: "float";
840
- readonly description: "Balance of the invoice";
841
- readonly example: 100;
1325
+ readonly cluster_tiers: {
1326
+ readonly type: "array";
1327
+ readonly items: {
1328
+ readonly type: "string";
1329
+ readonly example: "basic";
1330
+ };
1331
+ readonly minItems: 0;
1332
+ readonly description: "List of Cloudfleet cluster tiers available for the organization.";
842
1333
  };
843
- readonly bundleKeys: {
844
- readonly type: "string";
845
- readonly description: "Bundle keys of the invoice";
846
- readonly example: "bundleKey1,bundleKey2";
1334
+ readonly regions: {
1335
+ readonly type: "array";
1336
+ readonly items: {
1337
+ readonly type: "string";
1338
+ readonly example: "northamerica-central-1";
1339
+ };
1340
+ readonly minItems: 1;
1341
+ readonly description: "List of Cloudfleet control plane regions available for the organization.";
847
1342
  };
848
- readonly credits: {
1343
+ readonly versions: {
849
1344
  readonly type: "array";
850
1345
  readonly items: {
851
1346
  readonly type: "object";
852
1347
  readonly properties: {
853
1348
  readonly id: {
854
1349
  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";
1350
+ readonly description: "Id of the control plane version. Used in API calls.";
1351
+ readonly example: "1.33.x-cfke.x";
869
1352
  };
870
- readonly planName: {
1353
+ readonly label: {
871
1354
  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: {
951
- readonly type: "string";
952
- readonly description: "Details of the invoice item";
953
- readonly example: "Details of the invoice item";
954
- };
955
- readonly catalogEffectiveDate: {
956
- readonly type: "string";
957
- readonly description: "Effective date of the catalog";
958
- readonly example: "2019-01-01T00:00:00.000Z";
959
- };
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
- }, {
973
- readonly type: "string";
974
- }];
975
- };
976
- readonly description: "Child items of the invoice item";
1355
+ readonly description: "Label of the control plane version. Used in frontent UI.";
1356
+ readonly example: "1.33.x (Always latest 1.33 patch version)";
977
1357
  };
978
1358
  };
1359
+ readonly required: readonly ["id", "label"];
979
1360
  readonly additionalProperties: false;
980
1361
  };
981
- readonly description: "Credits of the invoice";
1362
+ readonly minItems: 1;
1363
+ readonly description: "List of CFKE control plane versions available for the organization.";
982
1364
  };
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: {
1365
+ readonly cfcr_storage_gb: {
1366
+ readonly type: "integer";
1367
+ readonly minimum: -1;
1368
+ readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
1369
+ readonly example: 500;
1370
+ };
1371
+ };
1372
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1373
+ readonly additionalProperties: false;
1374
+ };
1375
+ export declare const RegistryRepositorySchema: {
1376
+ readonly type: "object";
1377
+ readonly properties: {
1378
+ readonly name: {
1379
+ readonly type: "string";
1380
+ readonly description: "Repository name.";
1381
+ readonly example: "my-app";
1382
+ };
1383
+ readonly region: {
1384
+ readonly type: "string";
1385
+ readonly description: "Registry region.";
1386
+ readonly example: "northamerica";
1387
+ };
1388
+ readonly uri: {
1389
+ readonly type: "string";
1390
+ readonly description: "Full URI of the repository.";
1391
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
1392
+ };
1393
+ };
1394
+ readonly required: readonly ["name", "region", "uri"];
1395
+ readonly additionalProperties: false;
1396
+ };
1397
+ export declare const RegistryRepositoryWithTagsSchema: {
1398
+ readonly type: "object";
1399
+ readonly properties: {
1400
+ readonly name: {
1401
+ readonly type: "string";
1402
+ readonly description: "Repository name.";
1403
+ readonly example: "my-app";
1404
+ };
1405
+ readonly region: {
1406
+ readonly type: "string";
1407
+ readonly description: "Registry region.";
1408
+ readonly example: "northamerica";
1409
+ };
1410
+ readonly uri: {
1411
+ readonly type: "string";
1412
+ readonly description: "Full URI of the repository.";
1413
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
1414
+ };
1415
+ readonly tags: {
1416
+ readonly type: "array";
1417
+ readonly items: {
1418
+ readonly type: "object";
1419
+ readonly properties: {
1420
+ readonly name: {
1074
1421
  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"];
1422
+ readonly description: "Tag name.";
1423
+ readonly example: "latest";
1078
1424
  };
1079
- readonly quantity: {
1425
+ readonly size: {
1080
1426
  readonly type: "number";
1081
1427
  readonly format: "float";
1082
- readonly description: "Quantity of the invoice item";
1083
- readonly example: 1;
1428
+ readonly description: "Size of the tag in bytes.";
1429
+ readonly example: 123456789;
1084
1430
  };
1085
- readonly itemDetails: {
1431
+ readonly mediaType: {
1086
1432
  readonly type: "string";
1087
- readonly description: "Details of the invoice item";
1088
- readonly example: "Details of the invoice item";
1433
+ readonly description: "Media type of the manifest.";
1434
+ readonly example: "application/vnd.docker.distribution.manifest.v2+json";
1089
1435
  };
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: {
1436
+ readonly platforms: {
1096
1437
  readonly type: "array";
1097
1438
  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
- }];
1439
+ readonly type: "string";
1110
1440
  };
1111
- readonly description: "Child items of the invoice item";
1441
+ readonly description: "Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).";
1442
+ readonly example: readonly ["linux/amd64", "linux/arm64"];
1112
1443
  };
1113
1444
  };
1445
+ readonly required: readonly ["name", "size"];
1114
1446
  readonly additionalProperties: false;
1115
1447
  };
1116
- readonly description: "Items of the invoice";
1448
+ readonly description: "Array of tags in the repository.";
1449
+ };
1450
+ readonly totalSize: {
1451
+ readonly type: "number";
1452
+ readonly format: "float";
1453
+ readonly description: "Total size of all tags in the repository in bytes.";
1454
+ readonly example: 987654321;
1117
1455
  };
1118
1456
  };
1457
+ readonly required: readonly ["name", "region", "uri", "tags", "totalSize"];
1119
1458
  readonly additionalProperties: false;
1120
1459
  };
1121
- export declare const OrganizationContactInfoSchema: {
1460
+ export declare const RegistryTagSchema: {
1122
1461
  readonly type: "object";
1123
1462
  readonly properties: {
1124
- readonly address1: {
1463
+ readonly name: {
1125
1464
  readonly type: "string";
1126
- readonly nullable: true;
1127
- readonly description: "Street address, P.O. box, c/o";
1128
- readonly example: "123 Main St.";
1465
+ readonly description: "Tag name.";
1466
+ readonly example: "latest";
1129
1467
  };
1130
- readonly address2: {
1468
+ readonly digest: {
1131
1469
  readonly type: "string";
1132
- readonly nullable: true;
1133
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1134
- readonly example: "Suite 100";
1470
+ readonly description: "Manifest digest for pulling by digest.";
1471
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1135
1472
  };
1136
- readonly postalCode: {
1473
+ readonly mediaType: {
1137
1474
  readonly type: "string";
1138
- readonly nullable: true;
1139
- readonly description: "Postal code as a string.";
1140
- readonly example: "94105";
1475
+ readonly description: "Media type of the manifest.";
1476
+ readonly example: "application/vnd.docker.distribution.manifest.v2+json";
1141
1477
  };
1142
- readonly city: {
1143
- readonly type: "string";
1144
- readonly nullable: true;
1145
- readonly description: "City or town name.";
1146
- readonly example: "San Francisco";
1478
+ readonly config: {
1479
+ readonly type: "object";
1480
+ readonly properties: {
1481
+ readonly size: {
1482
+ readonly type: "number";
1483
+ readonly format: "float";
1484
+ readonly description: "Size of the config in bytes.";
1485
+ readonly example: 1234;
1486
+ };
1487
+ };
1488
+ readonly required: readonly ["size"];
1489
+ readonly additionalProperties: false;
1490
+ readonly description: "Manifest config metadata.";
1147
1491
  };
1148
- readonly state: {
1149
- readonly type: "string";
1150
- readonly nullable: true;
1151
- readonly description: "State, province, or region name.";
1152
- readonly example: "CA";
1492
+ readonly layers: {
1493
+ readonly type: "array";
1494
+ readonly items: {
1495
+ readonly type: "object";
1496
+ readonly properties: {
1497
+ readonly digest: {
1498
+ readonly type: "string";
1499
+ readonly description: "Digest of the layer.";
1500
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1501
+ };
1502
+ readonly size: {
1503
+ readonly type: "number";
1504
+ readonly format: "float";
1505
+ readonly description: "Size of the layer in bytes.";
1506
+ readonly example: 5678;
1507
+ };
1508
+ };
1509
+ readonly required: readonly ["size"];
1510
+ readonly additionalProperties: false;
1511
+ };
1512
+ readonly description: "Array of layer metadata.";
1153
1513
  };
1154
- readonly country: {
1155
- readonly type: "string";
1156
- readonly nullable: true;
1157
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1158
- readonly example: "US";
1514
+ readonly manifests: {
1515
+ readonly type: "array";
1516
+ readonly items: {
1517
+ readonly type: "object";
1518
+ readonly properties: {
1519
+ readonly digest: {
1520
+ readonly type: "string";
1521
+ readonly description: "Digest of the manifest.";
1522
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1523
+ };
1524
+ readonly platform: {
1525
+ readonly type: "object";
1526
+ readonly properties: {
1527
+ readonly architecture: {
1528
+ readonly type: "string";
1529
+ readonly description: "Architecture of the platform.";
1530
+ readonly example: "amd64";
1531
+ };
1532
+ readonly os: {
1533
+ readonly type: "string";
1534
+ readonly description: "Operating system of the platform.";
1535
+ readonly example: "linux";
1536
+ };
1537
+ readonly variant: {
1538
+ readonly type: "string";
1539
+ readonly description: "Variant of the platform (e.g., v7, v8 for ARM).";
1540
+ readonly example: "v8";
1541
+ };
1542
+ };
1543
+ readonly required: readonly ["architecture", "os"];
1544
+ readonly additionalProperties: false;
1545
+ readonly description: "Platform information for the manifest.";
1546
+ };
1547
+ readonly layers: {
1548
+ readonly type: "array";
1549
+ readonly items: {
1550
+ readonly type: "object";
1551
+ readonly properties: {
1552
+ readonly digest: {
1553
+ readonly type: "string";
1554
+ readonly description: "Digest of the layer.";
1555
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1556
+ };
1557
+ readonly size: {
1558
+ readonly type: "number";
1559
+ readonly format: "float";
1560
+ readonly description: "Size of the layer in bytes.";
1561
+ readonly example: 5678;
1562
+ };
1563
+ };
1564
+ readonly required: readonly ["size"];
1565
+ readonly additionalProperties: false;
1566
+ };
1567
+ readonly description: "Layers for this platform.";
1568
+ };
1569
+ readonly size: {
1570
+ readonly type: "number";
1571
+ readonly format: "float";
1572
+ readonly description: "Total size of this platform manifest in bytes.";
1573
+ readonly example: 12345678;
1574
+ };
1575
+ };
1576
+ readonly required: readonly ["digest"];
1577
+ readonly additionalProperties: false;
1578
+ };
1579
+ readonly description: "Array of manifests for multi-arch images.";
1159
1580
  };
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";
1581
+ readonly size: {
1582
+ readonly type: "number";
1583
+ readonly format: "float";
1584
+ readonly description: "Total size of the tag in bytes.";
1585
+ readonly example: 123456789;
1165
1586
  };
1166
- readonly email: {
1587
+ readonly region: {
1167
1588
  readonly type: "string";
1168
- readonly format: "email";
1169
- readonly description: "Email address used for billing as a string.";
1170
- readonly example: "email@example.com";
1589
+ readonly description: "Registry region.";
1590
+ readonly example: "northamerica";
1171
1591
  };
1172
- readonly first_name: {
1592
+ readonly repository: {
1173
1593
  readonly type: "string";
1174
- readonly description: "First name of the billing contact person.";
1175
- readonly example: "John";
1594
+ readonly description: "Repository name.";
1595
+ readonly example: "my-app";
1176
1596
  };
1177
- readonly last_name: {
1597
+ readonly uri: {
1178
1598
  readonly type: "string";
1179
- readonly description: "Last name of the billing contact person.";
1180
- readonly example: "Doe";
1599
+ readonly description: "Full URI of the tag.";
1600
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest";
1181
1601
  };
1182
1602
  };
1183
- readonly required: readonly ["email", "first_name", "last_name"];
1603
+ readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
1184
1604
  readonly additionalProperties: false;
1185
1605
  };
1186
- export declare const OrganizationCreateInputSchema: {
1606
+ export declare const TicketAttachmentSchema: {
1187
1607
  readonly type: "object";
1188
1608
  readonly properties: {
1189
- readonly name: {
1609
+ readonly id: {
1190
1610
  readonly type: "string";
1191
- readonly maxLength: 120;
1192
- readonly minLength: 2;
1193
- 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,}$";
1194
- readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1195
- readonly example: "ACME Corp.";
1611
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1612
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1196
1613
  };
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.";
1614
+ readonly filename: {
1615
+ readonly type: "string";
1616
+ readonly description: "Original filename as uploaded.";
1617
+ readonly example: "debug.log";
1255
1618
  };
1256
- readonly password: {
1619
+ readonly content_type: {
1257
1620
  readonly type: "string";
1258
- readonly minLength: 8;
1259
- 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.";
1621
+ readonly description: "MIME content type of the attachment.";
1622
+ readonly example: "text/plain";
1623
+ };
1624
+ readonly size: {
1625
+ readonly type: "integer";
1626
+ readonly description: "Size of the attachment in bytes.";
1627
+ readonly example: 12345;
1260
1628
  };
1261
1629
  };
1262
- readonly required: readonly ["name", "contactInfo", "password"];
1630
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1263
1631
  readonly additionalProperties: false;
1264
1632
  };
1265
- export declare const OrganizationSchema: {
1633
+ export declare const TicketCreateInputSchema: {
1266
1634
  readonly type: "object";
1267
1635
  readonly properties: {
1268
- readonly name: {
1269
- readonly type: "string";
1270
- readonly maxLength: 120;
1271
- 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
- readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1274
- readonly example: "ACME Corp.";
1275
- };
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: {
1636
+ readonly category: {
1336
1637
  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";
1638
+ readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
1639
+ readonly example: "technical";
1640
+ readonly enum: readonly ["billing", "technical", "general"];
1340
1641
  };
1341
- readonly date_created: {
1642
+ readonly body: {
1342
1643
  readonly type: "string";
1343
- readonly format: "date-time";
1344
- readonly description: "Creation date of the organization. ISO 8601 date string in UTC timezone";
1345
- readonly example: "2023-11-02T16:08:14.338Z";
1644
+ readonly maxLength: 50000;
1645
+ readonly minLength: 1;
1646
+ readonly pattern: "\\S";
1647
+ readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
1648
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1346
1649
  };
1347
- readonly quota: {
1650
+ readonly properties: {
1348
1651
  readonly type: "object";
1349
- readonly properties: {
1350
- readonly basic_clusters_max: {
1351
- readonly type: "integer";
1352
- readonly minimum: 0;
1353
- readonly description: "Maximum number of Basic clusters that can be created.";
1354
- readonly example: 999;
1355
- };
1356
- readonly basic_clusters_available: {
1357
- readonly type: "integer";
1358
- readonly description: "Available number of Basic clusters that can be created.";
1359
- readonly example: 999;
1360
- };
1361
- readonly pro_clusters_max: {
1362
- readonly type: "integer";
1363
- readonly minimum: 0;
1364
- readonly description: "Maximum number of Pro clusters that can be created.";
1365
- readonly example: 999;
1366
- };
1367
- readonly pro_clusters_available: {
1368
- readonly type: "integer";
1369
- readonly description: "Available number of Pro clusters that can be created.";
1370
- readonly example: 999;
1371
- };
1372
- readonly fleets_max: {
1373
- readonly type: "integer";
1374
- readonly minimum: 0;
1375
- readonly description: "Maximum number of fleets that can be created per cluster.";
1376
- readonly example: 999;
1377
- };
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
- readonly cluster_tiers: {
1385
- readonly type: "array";
1386
- readonly items: {
1652
+ readonly additionalProperties: true;
1653
+ readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
1654
+ readonly example: {
1655
+ readonly subcategory: "cluster-question";
1656
+ readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
1657
+ };
1658
+ };
1659
+ };
1660
+ readonly required: readonly ["category", "body"];
1661
+ readonly additionalProperties: false;
1662
+ };
1663
+ export declare const TicketListResponseSchema: {
1664
+ readonly type: "object";
1665
+ readonly properties: {
1666
+ readonly items: {
1667
+ readonly type: "array";
1668
+ readonly items: {
1669
+ readonly type: "object";
1670
+ readonly properties: {
1671
+ readonly id: {
1387
1672
  readonly type: "string";
1388
- readonly example: "basic";
1673
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
1674
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1389
1675
  };
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: {
1676
+ readonly status: {
1677
+ readonly type: "string";
1678
+ readonly description: "Current state of the ticket.";
1679
+ readonly example: "waiting_on_us";
1680
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1681
+ };
1682
+ readonly category: {
1683
+ readonly type: "string";
1684
+ readonly description: "Ticket category.";
1685
+ readonly example: "technical";
1686
+ readonly enum: readonly ["billing", "technical", "general"];
1687
+ };
1688
+ readonly summary: {
1689
+ readonly type: "string";
1690
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
1691
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1692
+ };
1693
+ readonly closed_at: {
1396
1694
  readonly type: "string";
1397
- readonly example: "northamerica-central-1";
1695
+ readonly format: "date-time";
1696
+ readonly nullable: true;
1697
+ readonly description: "Closure timestamp. Null while the ticket is open.";
1698
+ readonly example: "2026-05-18T16:08:14.338Z";
1398
1699
  };
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)";
1700
+ readonly date_created: {
1701
+ readonly type: "string";
1702
+ readonly format: "date-time";
1703
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
1704
+ readonly example: "2026-05-11T16:08:14.338Z";
1705
+ };
1706
+ readonly date_updated: {
1707
+ readonly type: "string";
1708
+ readonly format: "date-time";
1709
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
1710
+ readonly example: "2026-05-11T16:08:14.338Z";
1711
+ };
1712
+ readonly messages: {
1713
+ readonly type: "array";
1714
+ readonly items: {
1715
+ readonly type: "object";
1716
+ readonly properties: {
1717
+ readonly id: {
1718
+ readonly type: "string";
1719
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1720
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1721
+ };
1722
+ readonly type: {
1723
+ readonly type: "string";
1724
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1725
+ readonly example: "customer_reply";
1726
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1727
+ };
1728
+ readonly body: {
1729
+ readonly type: "string";
1730
+ readonly description: "Message body in markdown.";
1731
+ readonly example: "Thanks — that resolved it on my side.";
1732
+ };
1733
+ readonly author_first_name: {
1734
+ readonly type: "string";
1735
+ readonly nullable: true;
1736
+ readonly description: "First name of the author. Null when not provided.";
1737
+ readonly example: "Jane";
1738
+ };
1739
+ readonly author_last_name: {
1740
+ readonly type: "string";
1741
+ readonly nullable: true;
1742
+ readonly description: "Last name of the author. Null when not provided.";
1743
+ readonly example: "Doe";
1744
+ };
1745
+ readonly attachments: {
1746
+ readonly type: "array";
1747
+ readonly items: {
1748
+ readonly type: "object";
1749
+ readonly properties: {
1750
+ readonly id: {
1751
+ readonly type: "string";
1752
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1753
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1754
+ };
1755
+ readonly filename: {
1756
+ readonly type: "string";
1757
+ readonly description: "Original filename as uploaded.";
1758
+ readonly example: "debug.log";
1759
+ };
1760
+ readonly content_type: {
1761
+ readonly type: "string";
1762
+ readonly description: "MIME content type of the attachment.";
1763
+ readonly example: "text/plain";
1764
+ };
1765
+ readonly size: {
1766
+ readonly type: "integer";
1767
+ readonly description: "Size of the attachment in bytes.";
1768
+ readonly example: 12345;
1769
+ };
1770
+ };
1771
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1772
+ readonly additionalProperties: false;
1773
+ };
1774
+ readonly description: "Attachments associated with this message.";
1775
+ readonly example: readonly [];
1776
+ };
1777
+ readonly date_created: {
1778
+ readonly type: "string";
1779
+ readonly format: "date-time";
1780
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1781
+ readonly example: "2026-05-11T16:08:14.338Z";
1782
+ };
1416
1783
  };
1784
+ readonly required: readonly ["id", "type", "body", "date_created"];
1785
+ readonly additionalProperties: false;
1417
1786
  };
1418
- readonly required: readonly ["id", "label"];
1419
- readonly additionalProperties: false;
1787
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1420
1788
  };
1421
- readonly minItems: 1;
1422
- readonly description: "List of CFKE control plane versions available for the organization.";
1423
1789
  };
1790
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1791
+ readonly additionalProperties: false;
1424
1792
  };
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.";
1793
+ readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
1437
1794
  };
1438
- readonly status: {
1795
+ };
1796
+ readonly required: readonly ["items"];
1797
+ readonly additionalProperties: false;
1798
+ };
1799
+ export declare const TicketMessageInputSchema: {
1800
+ readonly type: "object";
1801
+ readonly properties: {
1802
+ readonly body: {
1439
1803
  readonly type: "string";
1440
- readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1441
- readonly enum: readonly ["active", "closed", "suspended"];
1804
+ readonly maxLength: 50000;
1805
+ readonly minLength: 1;
1806
+ readonly pattern: "\\S";
1807
+ readonly description: "Reply body in markdown.";
1808
+ readonly example: "Thanks — that resolved it on my side.";
1442
1809
  };
1443
1810
  };
1444
- readonly required: readonly ["name", "contactInfo", "id", "date_created", "quota", "pending_actions", "status"];
1811
+ readonly required: readonly ["body"];
1445
1812
  readonly additionalProperties: false;
1446
1813
  };
1447
- export declare const OrganizationUpdateInputSchema: {
1814
+ export declare const TicketMessageSchema: {
1448
1815
  readonly type: "object";
1449
1816
  readonly properties: {
1450
- readonly name: {
1817
+ readonly id: {
1451
1818
  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.";
1819
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1820
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1457
1821
  };
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";
1822
+ readonly type: {
1823
+ readonly type: "string";
1824
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1825
+ readonly example: "customer_reply";
1826
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1827
+ };
1828
+ readonly body: {
1829
+ readonly type: "string";
1830
+ readonly description: "Message body in markdown.";
1831
+ readonly example: "Thanks — that resolved it on my side.";
1832
+ };
1833
+ readonly author_first_name: {
1834
+ readonly type: "string";
1835
+ readonly description: "First name of the author. Null when not provided.";
1836
+ readonly example: "Jane";
1837
+ };
1838
+ readonly author_last_name: {
1839
+ readonly type: "string";
1840
+ readonly description: "Last name of the author. Null when not provided.";
1841
+ readonly example: "Doe";
1842
+ };
1843
+ readonly attachments: {
1844
+ readonly type: "array";
1845
+ readonly items: {
1846
+ readonly type: "object";
1847
+ readonly properties: {
1848
+ readonly id: {
1849
+ readonly type: "string";
1850
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1851
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1852
+ };
1853
+ readonly filename: {
1854
+ readonly type: "string";
1855
+ readonly description: "Original filename as uploaded.";
1856
+ readonly example: "debug.log";
1857
+ };
1858
+ readonly content_type: {
1859
+ readonly type: "string";
1860
+ readonly description: "MIME content type of the attachment.";
1861
+ readonly example: "text/plain";
1862
+ };
1863
+ readonly size: {
1864
+ readonly type: "integer";
1865
+ readonly description: "Size of the attachment in bytes.";
1866
+ readonly example: 12345;
1867
+ };
1511
1868
  };
1869
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1870
+ readonly additionalProperties: false;
1512
1871
  };
1513
- readonly required: readonly ["email", "first_name", "last_name"];
1514
- readonly additionalProperties: false;
1515
- readonly description: "Organization contact information and billing address.";
1872
+ readonly description: "Attachments associated with this message.";
1873
+ readonly example: readonly [];
1874
+ };
1875
+ readonly date_created: {
1876
+ readonly type: "string";
1877
+ readonly format: "date-time";
1878
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1879
+ readonly example: "2026-05-11T16:08:14.338Z";
1516
1880
  };
1517
1881
  };
1518
- readonly required: readonly ["contactInfo"];
1882
+ readonly required: readonly ["id", "type", "body", "date_created"];
1519
1883
  readonly additionalProperties: false;
1520
1884
  };
1521
- export declare const PaymentMethodSchema: {
1885
+ export declare const TicketSchema: {
1522
1886
  readonly type: "object";
1523
1887
  readonly properties: {
1524
1888
  readonly id: {
1525
1889
  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";
1890
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
1891
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1529
1892
  };
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;
1893
+ readonly status: {
1894
+ readonly type: "string";
1895
+ readonly description: "Current state of the ticket.";
1896
+ readonly example: "waiting_on_us";
1897
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1534
1898
  };
1535
- readonly type: {
1899
+ readonly category: {
1536
1900
  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"];
1901
+ readonly description: "Ticket category.";
1902
+ readonly example: "technical";
1903
+ readonly enum: readonly ["billing", "technical", "general"];
1541
1904
  };
1542
- readonly last4: {
1905
+ readonly summary: {
1543
1906
  readonly type: "string";
1544
- readonly nullable: true;
1545
- readonly description: "Last 4 digits of the payment card number.";
1546
- readonly example: "4242";
1907
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
1908
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1547
1909
  };
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";
1910
+ readonly closed_at: {
1911
+ readonly type: "string";
1912
+ readonly format: "date-time";
1913
+ readonly description: "Closure timestamp. Null while the ticket is open.";
1914
+ readonly example: "2026-05-18T16:08:14.338Z";
1555
1915
  };
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";
1916
+ readonly date_created: {
1917
+ readonly type: "string";
1918
+ readonly format: "date-time";
1919
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
1920
+ readonly example: "2026-05-11T16:08:14.338Z";
1562
1921
  };
1563
- readonly brand: {
1922
+ readonly date_updated: {
1564
1923
  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"];
1924
+ readonly format: "date-time";
1925
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
1926
+ readonly example: "2026-05-11T16:08:14.338Z";
1927
+ };
1928
+ readonly messages: {
1929
+ readonly type: "array";
1930
+ readonly items: {
1931
+ readonly type: "object";
1932
+ readonly properties: {
1933
+ readonly id: {
1934
+ readonly type: "string";
1935
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1936
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1937
+ };
1938
+ readonly type: {
1939
+ readonly type: "string";
1940
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1941
+ readonly example: "customer_reply";
1942
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1943
+ };
1944
+ readonly body: {
1945
+ readonly type: "string";
1946
+ readonly description: "Message body in markdown.";
1947
+ readonly example: "Thanks — that resolved it on my side.";
1948
+ };
1949
+ readonly author_first_name: {
1950
+ readonly type: "string";
1951
+ readonly description: "First name of the author. Null when not provided.";
1952
+ readonly example: "Jane";
1953
+ };
1954
+ readonly author_last_name: {
1955
+ readonly type: "string";
1956
+ readonly description: "Last name of the author. Null when not provided.";
1957
+ readonly example: "Doe";
1958
+ };
1959
+ readonly attachments: {
1960
+ readonly type: "array";
1961
+ readonly items: {
1962
+ readonly type: "object";
1963
+ readonly properties: {
1964
+ readonly id: {
1965
+ readonly type: "string";
1966
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1967
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1968
+ };
1969
+ readonly filename: {
1970
+ readonly type: "string";
1971
+ readonly description: "Original filename as uploaded.";
1972
+ readonly example: "debug.log";
1973
+ };
1974
+ readonly content_type: {
1975
+ readonly type: "string";
1976
+ readonly description: "MIME content type of the attachment.";
1977
+ readonly example: "text/plain";
1978
+ };
1979
+ readonly size: {
1980
+ readonly type: "integer";
1981
+ readonly description: "Size of the attachment in bytes.";
1982
+ readonly example: 12345;
1983
+ };
1984
+ };
1985
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1986
+ readonly additionalProperties: false;
1987
+ };
1988
+ readonly description: "Attachments associated with this message.";
1989
+ readonly example: readonly [];
1990
+ };
1991
+ readonly date_created: {
1992
+ readonly type: "string";
1993
+ readonly format: "date-time";
1994
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1995
+ readonly example: "2026-05-11T16:08:14.338Z";
1996
+ };
1997
+ };
1998
+ readonly required: readonly ["id", "type", "body", "date_created"];
1999
+ readonly additionalProperties: false;
2000
+ };
2001
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1569
2002
  };
1570
2003
  };
1571
- readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
2004
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1572
2005
  readonly additionalProperties: false;
1573
2006
  };
1574
2007
  export declare const TokenCreateInputSchema: {
@@ -1649,32 +2082,138 @@ export declare const TokenUpdateInputSchema: {
1649
2082
  };
1650
2083
  readonly additionalProperties: false;
1651
2084
  };
2085
+ export declare const UsageFacetsSchema: {
2086
+ readonly type: "object";
2087
+ readonly properties: {
2088
+ readonly cluster_id: {
2089
+ readonly type: "array";
2090
+ readonly items: {
2091
+ readonly type: "string";
2092
+ };
2093
+ readonly description: "List of unique cluster IDs";
2094
+ readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
2095
+ };
2096
+ readonly product: {
2097
+ readonly type: "array";
2098
+ readonly items: {
2099
+ readonly type: "string";
2100
+ };
2101
+ readonly description: "List of unique products";
2102
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
2103
+ };
2104
+ };
2105
+ readonly additionalProperties: false;
2106
+ };
2107
+ export declare const UsageResponseSchema: {
2108
+ readonly type: "object";
2109
+ readonly properties: {
2110
+ readonly data: {
2111
+ readonly type: "array";
2112
+ readonly items: {
2113
+ readonly type: "object";
2114
+ readonly properties: {
2115
+ readonly hour: {
2116
+ readonly type: "string";
2117
+ readonly description: "Hour of the usage";
2118
+ readonly example: "2019-01-01T00:00:00.000Z";
2119
+ };
2120
+ readonly cluster_id: {
2121
+ readonly type: "string";
2122
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
2123
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
2124
+ };
2125
+ readonly product: {
2126
+ readonly type: "string";
2127
+ readonly description: "The product the usage is associated with";
2128
+ readonly example: "cfke_controlplane";
2129
+ };
2130
+ readonly value: {
2131
+ readonly type: "number";
2132
+ readonly format: "float";
2133
+ readonly description: "Consumption";
2134
+ readonly example: 4;
2135
+ };
2136
+ readonly price: {
2137
+ readonly type: "number";
2138
+ readonly format: "float";
2139
+ readonly description: "Price per unit";
2140
+ readonly example: 0.01;
2141
+ };
2142
+ readonly total: {
2143
+ readonly type: "number";
2144
+ readonly format: "float";
2145
+ readonly description: "Total cost";
2146
+ };
2147
+ };
2148
+ readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
2149
+ readonly additionalProperties: false;
2150
+ };
2151
+ readonly description: "Usage data";
2152
+ };
2153
+ readonly facets: {
2154
+ readonly type: "object";
2155
+ readonly properties: {
2156
+ readonly cluster_id: {
2157
+ readonly type: "array";
2158
+ readonly items: {
2159
+ readonly type: "string";
2160
+ };
2161
+ readonly description: "List of unique cluster IDs";
2162
+ readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
2163
+ };
2164
+ readonly product: {
2165
+ readonly type: "array";
2166
+ readonly items: {
2167
+ readonly type: "string";
2168
+ };
2169
+ readonly description: "List of unique products";
2170
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
2171
+ };
2172
+ };
2173
+ readonly additionalProperties: false;
2174
+ readonly description: "Facets for filtering";
2175
+ };
2176
+ };
2177
+ readonly required: readonly ["data", "facets"];
2178
+ readonly additionalProperties: false;
2179
+ };
1652
2180
  export declare const UsageSchema: {
1653
2181
  readonly type: "object";
1654
2182
  readonly properties: {
1655
- readonly id: {
2183
+ readonly hour: {
1656
2184
  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";
2185
+ readonly description: "Hour of the usage";
2186
+ readonly example: "2019-01-01T00:00:00.000Z";
1660
2187
  };
1661
- readonly task_id: {
2188
+ readonly cluster_id: {
1662
2189
  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";
2190
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
2191
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
1666
2192
  };
1667
- readonly unit: {
2193
+ readonly product: {
1668
2194
  readonly type: "string";
1669
- readonly description: "Unit of measurement. E.g. GiB, seconds, etc";
1670
- readonly example: "second";
2195
+ readonly description: "The product the usage is associated with";
2196
+ readonly example: "cfke_controlplane";
2197
+ };
2198
+ readonly value: {
2199
+ readonly type: "number";
2200
+ readonly format: "float";
2201
+ readonly description: "Consumption";
2202
+ readonly example: 4;
2203
+ };
2204
+ readonly price: {
2205
+ readonly type: "number";
2206
+ readonly format: "float";
2207
+ readonly description: "Price per unit";
2208
+ readonly example: 0.01;
1671
2209
  };
1672
- readonly amount: {
2210
+ readonly total: {
1673
2211
  readonly type: "number";
1674
2212
  readonly format: "float";
2213
+ readonly description: "Total cost";
1675
2214
  };
1676
2215
  };
1677
- readonly required: readonly ["id", "task_id", "unit", "amount"];
2216
+ readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
1678
2217
  readonly additionalProperties: false;
1679
2218
  };
1680
2219
  export declare const UserCreateInputSchema: {
@@ -1709,7 +2248,7 @@ export declare const UserCreateInputSchema: {
1709
2248
  readonly password: {
1710
2249
  readonly type: "string";
1711
2250
  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.";
2251
+ readonly description: "User password. Must be at least 8 characters long.";
1713
2252
  };
1714
2253
  readonly status: {
1715
2254
  readonly type: "string";
@@ -1774,28 +2313,6 @@ export declare const UserSchema: {
1774
2313
  readonly description: "Creation date of the user. ISO 8601 date string in UTC timezone";
1775
2314
  readonly example: "2023-11-02T16:08:14.338Z";
1776
2315
  };
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
2316
  };
1800
2317
  readonly required: readonly ["email", "first_name", "last_name", "role", "status", "id", "date_created"];
1801
2318
  readonly additionalProperties: false;