@cloudfleet/sdk 0.0.1-61c9a45 → 0.0.1-6244af0

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 +1591 -1087
  62. package/dist/schemas.gen.d.ts.map +1 -1
  63. package/dist/schemas.gen.js +2832 -1130
  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 +1420 -985
  82. package/dist/types.gen.d.ts.map +1 -1
  83. package/dist/zod.gen.d.ts +3693 -2854
  84. package/dist/zod.gen.d.ts.map +1 -1
  85. package/dist/zod.gen.js +1533 -876
  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
  };
@@ -236,38 +521,29 @@ export declare const FleetCreateInputSchema: {
236
521
  };
237
522
  readonly project: {
238
523
  readonly type: "string";
239
- readonly description: "Project GCP Project id to deploy instances into";
524
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
525
+ 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.";
526
+ readonly example: "my-cloudfleet-project";
240
527
  };
241
528
  };
242
- readonly required: readonly ["project"];
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";
536
+ readonly default: true;
256
537
  };
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
- };
538
+ readonly apiKey: {
539
+ readonly type: "string";
540
+ readonly maxLength: 64;
541
+ readonly minLength: 64;
542
+ readonly pattern: "^[A-Za-z0-9]+$";
543
+ readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
268
544
  };
269
- readonly additionalProperties: false;
270
- }];
545
+ };
546
+ readonly additionalProperties: false;
271
547
  };
272
548
  readonly aws: {
273
549
  readonly type: "object";
@@ -278,27 +554,68 @@ export declare const FleetCreateInputSchema: {
278
554
  };
279
555
  readonly controllerRoleArn: {
280
556
  readonly type: "string";
281
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
557
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
558
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
559
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
282
560
  };
283
561
  };
284
- readonly required: readonly ["controllerRoleArn"];
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: {
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 description: "Allowed values for `karpenter.sh/capacity-type`.";
574
+ };
575
+ readonly 'kubernetes.io/arch': {
576
+ readonly type: "array";
577
+ readonly items: {
578
+ readonly type: "string";
579
+ readonly enum: readonly ["amd64", "arm64"];
580
+ };
581
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
582
+ };
583
+ readonly 'cfke.io/instance-family': {
584
+ readonly type: "array";
585
+ readonly items: {
586
+ readonly type: "string";
587
+ 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"];
588
+ };
589
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
590
+ };
591
+ readonly 'topology.kubernetes.io/region': {
592
+ readonly type: "array";
593
+ readonly items: {
594
+ readonly type: "string";
595
+ 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"];
596
+ };
597
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
598
+ };
599
+ };
600
+ readonly additionalProperties: false;
601
+ 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.";
602
+ };
603
+ readonly scalingProfile: {
604
+ readonly type: "string";
605
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
606
+ readonly example: "conservative";
607
+ readonly enum: readonly ["aggressive", "conservative"];
608
+ };
609
+ readonly id: {
296
610
  readonly type: "string";
297
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
298
- readonly enum: readonly ["managed", "connected"];
611
+ readonly maxLength: 63;
612
+ readonly minLength: 1;
613
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
614
+ readonly description: "Unique identifier of the kubernetes fleet.";
615
+ readonly example: "new-clouds-fleet";
299
616
  };
300
617
  };
301
- readonly required: readonly ["id", "type"];
618
+ readonly required: readonly ["id"];
302
619
  readonly additionalProperties: false;
303
620
  };
304
621
  export declare const FleetSchema: {
@@ -308,13 +625,12 @@ export declare const FleetSchema: {
308
625
  readonly type: "object";
309
626
  readonly properties: {
310
627
  readonly cpu: {
311
- readonly type: "number";
312
- readonly format: "float";
628
+ readonly type: "integer";
313
629
  readonly minimum: 0;
314
- readonly description: "CPU limit in cores.";
630
+ readonly maximum: 100000;
631
+ readonly description: "CPU limit in cores. Maximum 100,000.";
315
632
  };
316
633
  };
317
- readonly required: readonly ["cpu"];
318
634
  readonly additionalProperties: false;
319
635
  readonly description: "Limits define a set of bounds for provisioning capacity.";
320
636
  };
@@ -327,38 +643,27 @@ export declare const FleetSchema: {
327
643
  };
328
644
  readonly project: {
329
645
  readonly type: "string";
330
- readonly description: "Project GCP Project id to deploy instances into";
646
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
647
+ 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.";
648
+ readonly example: "my-cloudfleet-project";
331
649
  };
332
650
  };
333
- readonly required: readonly ["project"];
334
651
  readonly additionalProperties: false;
335
652
  };
336
653
  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
- };
654
+ readonly type: "object";
655
+ readonly properties: {
656
+ readonly enabled: {
657
+ readonly type: "boolean";
658
+ readonly default: true;
347
659
  };
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
- };
660
+ readonly apiKey: {
661
+ readonly type: "string";
662
+ readonly pattern: "^\\*{64}$";
663
+ 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
664
  };
360
- readonly additionalProperties: false;
361
- }];
665
+ };
666
+ readonly additionalProperties: false;
362
667
  };
363
668
  readonly aws: {
364
669
  readonly type: "object";
@@ -369,11 +674,57 @@ export declare const FleetSchema: {
369
674
  };
370
675
  readonly controllerRoleArn: {
371
676
  readonly type: "string";
372
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
677
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
678
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
679
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
680
+ };
681
+ };
682
+ readonly additionalProperties: false;
683
+ };
684
+ readonly constraints: {
685
+ readonly type: "object";
686
+ readonly properties: {
687
+ readonly 'karpenter.sh/capacity-type': {
688
+ readonly type: "array";
689
+ readonly items: {
690
+ readonly type: "string";
691
+ readonly enum: readonly ["on-demand", "spot"];
692
+ };
693
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
694
+ };
695
+ readonly 'kubernetes.io/arch': {
696
+ readonly type: "array";
697
+ readonly items: {
698
+ readonly type: "string";
699
+ readonly enum: readonly ["amd64", "arm64"];
700
+ };
701
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
702
+ };
703
+ readonly 'cfke.io/instance-family': {
704
+ readonly type: "array";
705
+ readonly items: {
706
+ readonly type: "string";
707
+ 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"];
708
+ };
709
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
710
+ };
711
+ readonly 'topology.kubernetes.io/region': {
712
+ readonly type: "array";
713
+ readonly items: {
714
+ readonly type: "string";
715
+ 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"];
716
+ };
717
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
373
718
  };
374
719
  };
375
- readonly required: readonly ["controllerRoleArn"];
376
720
  readonly additionalProperties: false;
721
+ 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.";
722
+ };
723
+ readonly scalingProfile: {
724
+ readonly type: "string";
725
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
726
+ readonly example: "conservative";
727
+ readonly enum: readonly ["aggressive", "conservative"];
377
728
  };
378
729
  readonly id: {
379
730
  readonly type: "string";
@@ -383,13 +734,8 @@ export declare const FleetSchema: {
383
734
  readonly description: "Unique identifier of the kubernetes fleet.";
384
735
  readonly example: "new-clouds-fleet";
385
736
  };
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
737
  };
392
- readonly required: readonly ["id", "type"];
738
+ readonly required: readonly ["id"];
393
739
  readonly additionalProperties: false;
394
740
  };
395
741
  export declare const FleetUpdateInputSchema: {
@@ -399,13 +745,12 @@ export declare const FleetUpdateInputSchema: {
399
745
  readonly type: "object";
400
746
  readonly properties: {
401
747
  readonly cpu: {
402
- readonly type: "number";
403
- readonly format: "float";
748
+ readonly type: "integer";
404
749
  readonly minimum: 0;
405
- readonly description: "CPU limit in cores.";
750
+ readonly maximum: 100000;
751
+ readonly description: "CPU limit in cores. Maximum 100,000.";
406
752
  };
407
753
  };
408
- readonly required: readonly ["cpu"];
409
754
  readonly additionalProperties: false;
410
755
  readonly description: "Limits define a set of bounds for provisioning capacity.";
411
756
  };
@@ -418,38 +763,29 @@ export declare const FleetUpdateInputSchema: {
418
763
  };
419
764
  readonly project: {
420
765
  readonly type: "string";
421
- readonly description: "Project GCP Project id to deploy instances into";
766
+ readonly pattern: "^[a-z][a-z0-9-]{4,28}[a-z0-9]$";
767
+ 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.";
768
+ readonly example: "my-cloudfleet-project";
422
769
  };
423
770
  };
424
- readonly required: readonly ["project"];
425
771
  readonly additionalProperties: false;
426
772
  };
427
773
  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
- };
774
+ readonly type: "object";
775
+ readonly properties: {
776
+ readonly enabled: {
777
+ readonly type: "boolean";
778
+ readonly default: true;
438
779
  };
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
- };
780
+ readonly apiKey: {
781
+ readonly type: "string";
782
+ readonly maxLength: 64;
783
+ readonly minLength: 64;
784
+ readonly pattern: "^[A-Za-z0-9]+$";
785
+ readonly description: "Hetzner Cloud API token with read / write access (64 alphanumeric characters). Omit this field to keep the existing value.";
450
786
  };
451
- readonly additionalProperties: false;
452
- }];
787
+ };
788
+ readonly additionalProperties: false;
453
789
  };
454
790
  readonly aws: {
455
791
  readonly type: "object";
@@ -460,1115 +796,1199 @@ export declare const FleetUpdateInputSchema: {
460
796
  };
461
797
  readonly controllerRoleArn: {
462
798
  readonly type: "string";
463
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
799
+ readonly pattern: "^arn:aws(-[a-z]+)*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$";
800
+ readonly description: "AWS IAM role ARN that Karpenter uses to manage resources. Omit when AWS is disabled.";
801
+ readonly example: "arn:aws:iam::123456789012:role/Cloudfleet";
464
802
  };
465
803
  };
466
- readonly required: readonly ["controllerRoleArn"];
467
804
  readonly additionalProperties: false;
468
805
  };
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";
806
+ readonly constraints: {
807
+ readonly type: "object";
808
+ readonly properties: {
809
+ readonly 'karpenter.sh/capacity-type': {
810
+ readonly type: "array";
811
+ readonly items: {
812
+ readonly type: "string";
813
+ readonly enum: readonly ["on-demand", "spot"];
814
+ };
815
+ readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
816
+ };
817
+ readonly 'kubernetes.io/arch': {
818
+ readonly type: "array";
819
+ readonly items: {
820
+ readonly type: "string";
821
+ readonly enum: readonly ["amd64", "arm64"];
822
+ };
823
+ readonly description: "Allowed values for `kubernetes.io/arch`.";
824
+ };
825
+ readonly 'cfke.io/instance-family': {
826
+ readonly type: "array";
827
+ readonly items: {
828
+ readonly type: "string";
829
+ 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"];
830
+ };
831
+ readonly description: "Allowed values for `cfke.io/instance-family`.";
832
+ };
833
+ readonly 'topology.kubernetes.io/region': {
834
+ readonly type: "array";
835
+ readonly items: {
836
+ readonly type: "string";
837
+ 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"];
838
+ };
839
+ readonly description: "Allowed values for `topology.kubernetes.io/region`.";
840
+ };
534
841
  };
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;
842
+ readonly additionalProperties: false;
843
+ 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
844
  };
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;
845
+ readonly scalingProfile: {
846
+ readonly type: "string";
847
+ readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
848
+ readonly example: "conservative";
849
+ readonly enum: readonly ["aggressive", "conservative"];
623
850
  };
624
851
  };
625
852
  readonly additionalProperties: false;
626
853
  };
627
- export declare const InfrastructureInstanceSchema: {
854
+ export declare const InviteSchema: {
628
855
  readonly type: "object";
629
856
  readonly properties: {
630
- readonly sku: {
631
- readonly type: "string";
632
- readonly description: "Cloudfleet instance SKU. Has a format of <provider>-<csp_region>-<instance_type>.";
633
- readonly example: "AWS-EU-WEST-1C-P4D.24XLARGE";
634
- };
635
- readonly provider: {
857
+ readonly id: {
636
858
  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";
859
+ readonly description: "Unique identifier of the invitation.";
860
+ readonly example: "65831dd20d20165489cbb868";
639
861
  };
640
- readonly region: {
862
+ readonly organization_id: {
641
863
  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";
864
+ readonly format: "uuid";
865
+ readonly description: "Unique identifier of the organization the project belongs to. UUID v4 string in canonical form";
866
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
644
867
  };
645
- readonly sub_region: {
868
+ readonly date_created: {
646
869
  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";
870
+ readonly format: "date-time";
871
+ readonly description: "Creation date of the project. ISO 8601 date string in UTC timezone";
872
+ readonly example: "2023-11-02T16:08:14.338Z";
649
873
  };
650
- readonly csp_region: {
874
+ readonly email: {
651
875
  readonly type: "string";
652
- readonly description: "Region as defined by the cloud service provider";
653
- readonly example: "eu-west-1";
876
+ readonly format: "email";
877
+ readonly description: "User email address.";
878
+ readonly example: "email@example.com";
654
879
  };
655
- readonly csp_zone: {
880
+ readonly code: {
656
881
  readonly type: "string";
657
- readonly description: "Availability zone as defined by the cloud service provider";
658
- readonly example: "eu-west-1a";
882
+ readonly description: "Generated unique invite code.";
883
+ readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
659
884
  };
660
- readonly instance_type: {
885
+ };
886
+ readonly required: readonly ["date_created"];
887
+ readonly additionalProperties: false;
888
+ };
889
+ export declare const InvoiceSchema: {
890
+ readonly type: "object";
891
+ readonly properties: {
892
+ readonly id: {
661
893
  readonly type: "string";
662
- readonly description: "Instance / VM type as defined by the cloud service provider";
663
- readonly example: "p4d.24xlarge";
894
+ readonly description: "Unique identifier of the invoice.";
895
+ readonly example: "in_1234567890xCrwxghOTj1234";
664
896
  };
665
- readonly architecture: {
897
+ readonly number: {
666
898
  readonly type: "string";
667
- readonly description: "Instance CPU architecture";
668
- readonly example: "amd64";
669
899
  };
670
- readonly os: {
900
+ readonly status: {
671
901
  readonly type: "string";
672
- readonly description: "Instance operating system";
673
- readonly example: "linux";
902
+ readonly description: "Status of the invoice";
903
+ readonly example: "paid";
674
904
  };
675
- readonly vcpu: {
905
+ readonly total: {
676
906
  readonly type: "number";
677
907
  readonly format: "float";
678
- readonly minimum: 1;
679
- readonly description: "CPU count as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.";
680
- readonly example: 96;
681
- };
682
- readonly memory: {
683
- readonly type: "number";
684
- readonly format: "float";
685
- readonly minimum: 1;
686
- readonly description: "Total amount of RAM in gibibytes (GiB)";
687
- readonly example: 1152;
688
- };
689
- readonly local_storage: {
690
- readonly type: "number";
691
- readonly format: "float";
692
- readonly description: "Volume of directly attached, block-device local storage in gibibytes (GiB)";
693
- readonly example: 8000;
908
+ readonly description: "Total amount of the invoice";
909
+ readonly example: 100;
694
910
  };
695
- readonly accelerator_name: {
911
+ readonly currency: {
696
912
  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";
913
+ readonly description: "Currency of the invoice";
914
+ readonly example: "usd";
699
915
  };
700
- readonly accelerator_manufacturer: {
916
+ readonly created: {
701
917
  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";
918
+ readonly format: "date-time";
919
+ readonly description: "Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.";
920
+ readonly example: "2023-12-20T13:53:32.000Z";
704
921
  };
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;
922
+ readonly period_start: {
923
+ readonly type: "string";
924
+ readonly format: "date-time";
925
+ readonly description: "Billing period start timestamp. ISO 8601 date string in the UTC timezone.";
926
+ readonly example: "2023-12-20T13:53:32.000Z";
709
927
  };
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;
928
+ readonly period_end: {
929
+ readonly type: "string";
930
+ readonly format: "date-time";
931
+ readonly description: "Billing period end timestamp. ISO 8601 date string in the UTC timezone.";
932
+ readonly example: "2023-12-20T13:53:32.000Z";
715
933
  };
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;
934
+ readonly invoice_pdf: {
935
+ readonly type: "string";
721
936
  };
722
- readonly capacity_type: {
937
+ };
938
+ readonly required: readonly ["created", "period_start", "period_end"];
939
+ readonly additionalProperties: false;
940
+ };
941
+ export declare const MarketplaceListingFilesSchema: {
942
+ readonly type: "object";
943
+ readonly properties: {
944
+ readonly chartYaml: {
723
945
  readonly type: "string";
724
- readonly description: "Capacity type of the instance. E.g. `on-demand`, `spot`.";
725
- readonly example: "on-demand";
946
+ readonly description: "Raw Chart.yaml content from the Helm chart";
947
+ readonly example: "apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4";
726
948
  };
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;
949
+ readonly valuesYaml: {
950
+ readonly type: "string";
951
+ readonly description: "Raw values.yaml content from the Helm chart";
952
+ readonly example: "replicaCount: 1\nimage:\n repository: nginx\n tag: latest";
732
953
  };
733
- readonly available: {
734
- readonly type: "boolean";
735
- readonly description: "Whether this instance type is available.";
736
- readonly example: true;
954
+ readonly valuesSchemaJson: {
955
+ readonly type: "string";
956
+ readonly description: "JSON schema for values.yaml as a string";
957
+ readonly example: "{\"type\":\"object\",\"properties\":{\"replicaCount\":{\"type\":\"number\"}}}";
737
958
  };
738
959
  };
739
- readonly required: readonly ["sku", "provider", "region", "sub_region", "csp_region", "csp_zone", "instance_type", "architecture", "os", "vcpu", "memory", "local_storage", "price"];
740
960
  readonly additionalProperties: false;
741
961
  };
742
- export declare const InviteSchema: {
962
+ export declare const MarketplaceListingSchema: {
743
963
  readonly type: "object";
744
964
  readonly properties: {
745
- readonly id: {
965
+ readonly name: {
746
966
  readonly type: "string";
747
- readonly description: "Unique identifier of the invitation.";
748
- readonly example: "65831dd20d20165489cbb868";
967
+ readonly description: "Name of the chart";
968
+ readonly example: "nginx-ingress";
749
969
  };
750
- readonly organization_id: {
751
- readonly type: "string";
752
- readonly format: "uuid";
753
- readonly description: "Unique identifier of the organization the project belongs to. UUID v4 string in canonical form";
754
- readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
970
+ readonly versions: {
971
+ readonly type: "array";
972
+ readonly items: {
973
+ readonly type: "string";
974
+ 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-]+)*))?$";
975
+ readonly description: "Specific version of the chart";
976
+ readonly example: "1.18.2-cfke.45";
977
+ };
978
+ readonly description: "Available versions of the chart";
755
979
  };
756
- readonly date_created: {
980
+ readonly version_channels: {
981
+ readonly type: "array";
982
+ readonly items: {
983
+ readonly type: "string";
984
+ 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-]+)*))?$";
985
+ readonly description: "Version channel pattern";
986
+ readonly example: "1.18.x-cfke.x";
987
+ };
988
+ readonly description: "Version channels for the chart";
989
+ };
990
+ readonly latestVersion: {
757
991
  readonly type: "string";
758
- readonly format: "date-time";
759
- readonly description: "Creation date of the project. ISO 8601 date string in UTC timezone";
760
- readonly example: "2023-11-02T16:08:14.338Z";
992
+ readonly description: "Latest version of the chart";
993
+ readonly example: "1.18.2-cfke.45";
761
994
  };
995
+ readonly metadata: {
996
+ readonly type: "object";
997
+ readonly properties: {
998
+ readonly name: {
999
+ readonly type: "string";
1000
+ readonly description: "Chart name from metadata";
1001
+ readonly example: "nginx-ingress";
1002
+ };
1003
+ readonly version: {
1004
+ readonly type: "string";
1005
+ readonly description: "Chart version from metadata";
1006
+ readonly example: "1.18.2-cfke.45";
1007
+ };
1008
+ readonly description: {
1009
+ readonly type: "string";
1010
+ readonly description: "Chart description";
1011
+ readonly example: "NGINX Ingress Controller for Kubernetes";
1012
+ };
1013
+ readonly appVersion: {
1014
+ readonly type: "string";
1015
+ readonly description: "Application version";
1016
+ readonly example: "1.9.4";
1017
+ };
1018
+ readonly apiVersion: {
1019
+ readonly type: "string";
1020
+ readonly description: "Helm API version";
1021
+ readonly example: "v2";
1022
+ };
1023
+ readonly keywords: {
1024
+ readonly type: "array";
1025
+ readonly items: {
1026
+ readonly type: "string";
1027
+ };
1028
+ readonly description: "Chart keywords";
1029
+ readonly example: readonly ["ingress", "nginx", "load-balancer"];
1030
+ };
1031
+ readonly home: {
1032
+ readonly type: "string";
1033
+ readonly description: "Chart home URL";
1034
+ readonly example: "https://kubernetes.github.io/ingress-nginx/";
1035
+ };
1036
+ readonly icon: {
1037
+ readonly type: "string";
1038
+ readonly description: "A URL to an SVG or PNG image to be used as an icon";
1039
+ readonly example: "https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png";
1040
+ };
1041
+ readonly sources: {
1042
+ readonly type: "array";
1043
+ readonly items: {
1044
+ readonly type: "string";
1045
+ };
1046
+ readonly description: "Chart source URLs";
1047
+ readonly example: readonly ["https://github.com/kubernetes/ingress-nginx"];
1048
+ };
1049
+ readonly maintainers: {
1050
+ readonly type: "array";
1051
+ readonly items: {
1052
+ readonly type: "object";
1053
+ readonly properties: {
1054
+ readonly name: {
1055
+ readonly type: "string";
1056
+ readonly description: "Maintainer name";
1057
+ readonly example: "NGINX Team";
1058
+ };
1059
+ readonly email: {
1060
+ readonly type: "string";
1061
+ readonly description: "Maintainer email";
1062
+ readonly example: "support@nginx.org";
1063
+ };
1064
+ };
1065
+ readonly required: readonly ["name"];
1066
+ readonly additionalProperties: false;
1067
+ };
1068
+ readonly description: "Chart maintainers";
1069
+ };
1070
+ };
1071
+ readonly required: readonly ["name", "version"];
1072
+ readonly additionalProperties: false;
1073
+ readonly description: "Chart metadata";
1074
+ };
1075
+ };
1076
+ readonly required: readonly ["name", "versions", "version_channels", "latestVersion"];
1077
+ readonly additionalProperties: false;
1078
+ };
1079
+ export declare const OrganizationCreateInputSchema: {
1080
+ readonly type: "object";
1081
+ readonly properties: {
762
1082
  readonly email: {
763
1083
  readonly type: "string";
764
1084
  readonly format: "email";
765
- readonly description: "User email address.";
1085
+ readonly description: "Email address used for billing as a string.";
766
1086
  readonly example: "email@example.com";
767
1087
  };
768
- readonly code: {
1088
+ readonly first_name: {
769
1089
  readonly type: "string";
770
- readonly description: "Generated unique invite code.";
771
- readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
1090
+ readonly description: "First name of the billing contact person.";
1091
+ readonly example: "John";
1092
+ };
1093
+ readonly last_name: {
1094
+ readonly type: "string";
1095
+ readonly description: "Last name of the billing contact person.";
1096
+ readonly example: "Doe";
1097
+ };
1098
+ readonly company_name: {
1099
+ readonly type: "string";
1100
+ readonly maxLength: 120;
1101
+ readonly minLength: 2;
1102
+ 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,}$";
1103
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1104
+ readonly example: "ACME Corp.";
1105
+ };
1106
+ readonly password: {
1107
+ readonly type: "string";
1108
+ readonly minLength: 8;
1109
+ 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.";
772
1110
  };
773
1111
  };
774
- readonly required: readonly ["date_created"];
1112
+ readonly required: readonly ["email", "first_name", "last_name", "company_name", "password"];
775
1113
  readonly additionalProperties: false;
776
1114
  };
777
- export declare const InvoiceSchema: {
1115
+ export declare const OrganizationSchema: {
778
1116
  readonly type: "object";
779
1117
  readonly properties: {
780
1118
  readonly id: {
781
1119
  readonly type: "string";
782
1120
  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";
1121
+ readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
1122
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
785
1123
  };
786
- readonly organizationId: {
1124
+ readonly name: {
787
1125
  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";
1126
+ readonly maxLength: 120;
1127
+ readonly minLength: 2;
1128
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1129
+ readonly example: "ACME Corp.";
791
1130
  };
792
- readonly status: {
1131
+ readonly date_created: {
793
1132
  readonly type: "string";
794
- readonly description: "Status of the invoice";
795
- readonly example: "DRAFT";
796
- readonly enum: readonly ["DRAFT", "COMMITTED", "VOID"];
1133
+ readonly format: "date-time";
1134
+ readonly description: "Creation date of the organization. ISO 8601 date string in UTC timezone";
1135
+ readonly example: "2023-11-02T16:08:14.338Z";
797
1136
  };
798
- readonly amount: {
799
- readonly type: "number";
800
- readonly format: "float";
801
- readonly description: "Total amount of the invoice";
802
- readonly example: 100;
1137
+ readonly quota: {
1138
+ readonly type: "object";
1139
+ readonly properties: {
1140
+ readonly basic_clusters_max: {
1141
+ readonly type: "integer";
1142
+ readonly minimum: 0;
1143
+ readonly description: "Maximum number of Basic clusters that can be created.";
1144
+ readonly example: 999;
1145
+ };
1146
+ readonly basic_clusters_available: {
1147
+ readonly type: "integer";
1148
+ readonly description: "Available number of Basic clusters that can be created.";
1149
+ readonly example: 999;
1150
+ };
1151
+ readonly pro_clusters_max: {
1152
+ readonly type: "integer";
1153
+ readonly minimum: 0;
1154
+ readonly description: "Maximum number of Pro clusters that can be created.";
1155
+ readonly example: 999;
1156
+ };
1157
+ readonly pro_clusters_available: {
1158
+ readonly type: "integer";
1159
+ readonly description: "Available number of Pro clusters that can be created.";
1160
+ readonly example: 999;
1161
+ };
1162
+ readonly fleets_max: {
1163
+ readonly type: "integer";
1164
+ readonly minimum: 0;
1165
+ readonly description: "Maximum number of fleets that can be created per cluster.";
1166
+ readonly example: 999;
1167
+ };
1168
+ readonly cluster_tiers: {
1169
+ readonly type: "array";
1170
+ readonly items: {
1171
+ readonly type: "string";
1172
+ readonly example: "basic";
1173
+ };
1174
+ readonly minItems: 0;
1175
+ readonly description: "List of Cloudfleet cluster tiers available for the organization.";
1176
+ };
1177
+ readonly regions: {
1178
+ readonly type: "array";
1179
+ readonly items: {
1180
+ readonly type: "string";
1181
+ readonly example: "northamerica-central-1";
1182
+ };
1183
+ readonly minItems: 1;
1184
+ readonly description: "List of Cloudfleet control plane regions available for the organization.";
1185
+ };
1186
+ readonly versions: {
1187
+ readonly type: "array";
1188
+ readonly items: {
1189
+ readonly type: "object";
1190
+ readonly properties: {
1191
+ readonly id: {
1192
+ readonly type: "string";
1193
+ readonly description: "Id of the control plane version. Used in API calls.";
1194
+ readonly example: "1.33.x-cfke.x";
1195
+ };
1196
+ readonly label: {
1197
+ readonly type: "string";
1198
+ readonly description: "Label of the control plane version. Used in frontent UI.";
1199
+ readonly example: "1.33.x (Always latest 1.33 patch version)";
1200
+ };
1201
+ };
1202
+ readonly required: readonly ["id", "label"];
1203
+ readonly additionalProperties: false;
1204
+ };
1205
+ readonly minItems: 1;
1206
+ readonly description: "List of CFKE control plane versions available for the organization.";
1207
+ };
1208
+ readonly cfcr_storage_gb: {
1209
+ readonly type: "integer";
1210
+ readonly minimum: -1;
1211
+ readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
1212
+ readonly example: 500;
1213
+ };
1214
+ };
1215
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1216
+ readonly additionalProperties: false;
1217
+ 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.";
803
1218
  };
804
- readonly currency: {
1219
+ readonly status: {
805
1220
  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"];
1221
+ readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1222
+ readonly enum: readonly ["active", "closed", "suspended"];
809
1223
  };
810
- readonly creditAdj: {
811
- readonly type: "number";
812
- readonly format: "float";
813
- readonly description: "Total amount of credit adjustments";
814
- readonly example: 0;
1224
+ };
1225
+ readonly required: readonly ["id", "date_created", "quota", "status"];
1226
+ readonly additionalProperties: false;
1227
+ };
1228
+ export declare const PaymentMethodSchema: {
1229
+ readonly type: "object";
1230
+ readonly properties: {
1231
+ readonly id: {
1232
+ readonly type: "string";
1233
+ readonly format: "uuid";
1234
+ readonly description: "Unique identifier of the organization. UUID v4 string in canonical form.";
1235
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
815
1236
  };
816
- readonly refundAdj: {
817
- readonly type: "number";
818
- readonly format: "float";
819
- readonly description: "Total amount of refund adjustments";
820
- readonly example: 0;
1237
+ readonly setup: {
1238
+ readonly type: "boolean";
1239
+ readonly description: "Whether organization payment method was set up and ready to use for payments.";
1240
+ readonly example: true;
821
1241
  };
822
- readonly invoiceDate: {
1242
+ readonly type: {
823
1243
  readonly type: "string";
824
- readonly description: "Date of the invoice";
825
- readonly example: "2019-01-01T00:00:00.000Z";
1244
+ readonly nullable: true;
1245
+ readonly description: "Payment method type type. Only `card` payments supported at the moment.";
1246
+ readonly example: "card";
1247
+ readonly enum: readonly ["card"];
826
1248
  };
827
- readonly targetDate: {
1249
+ readonly last4: {
828
1250
  readonly type: "string";
829
- readonly description: "Target date of the invoice";
830
- readonly example: "2019-01-01T00:00:00.000Z";
1251
+ readonly nullable: true;
1252
+ readonly description: "Last 4 digits of the payment card number.";
1253
+ readonly example: "4242";
831
1254
  };
832
- readonly invoiceNumber: {
833
- readonly type: "string";
834
- readonly description: "Number of the invoice";
835
- readonly example: "INV-0001";
1255
+ readonly exp_month: {
1256
+ readonly type: "integer";
1257
+ readonly minimum: 1;
1258
+ readonly maximum: 12;
1259
+ readonly nullable: true;
1260
+ readonly description: "Two-digit number representing the card's expiration month.";
1261
+ readonly example: "12";
836
1262
  };
837
- readonly balance: {
838
- readonly type: "number";
839
- readonly format: "float";
840
- readonly description: "Balance of the invoice";
841
- readonly example: 100;
1263
+ readonly exp_year: {
1264
+ readonly type: "integer";
1265
+ readonly minimum: 2024;
1266
+ readonly nullable: true;
1267
+ readonly description: "Four-digit number representing the card's expiration year.";
1268
+ readonly example: "2028";
842
1269
  };
843
- readonly bundleKeys: {
1270
+ readonly brand: {
844
1271
  readonly type: "string";
845
- readonly description: "Bundle keys of the invoice";
846
- readonly example: "bundleKey1,bundleKey2";
1272
+ readonly nullable: true;
1273
+ readonly description: "Payment card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.";
1274
+ readonly example: "visa";
1275
+ readonly enum: readonly ["amex", "diners", "discover", "eftpos_au", "jcb", "mastercard", "unionpay", "visa", "unknown"];
1276
+ };
1277
+ };
1278
+ readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
1279
+ readonly additionalProperties: false;
1280
+ };
1281
+ export declare const PlatformQuotaSchema: {
1282
+ readonly type: "object";
1283
+ readonly properties: {
1284
+ readonly basic_clusters_max: {
1285
+ readonly type: "integer";
1286
+ readonly minimum: 0;
1287
+ readonly description: "Maximum number of Basic clusters that can be created.";
1288
+ readonly example: 999;
847
1289
  };
848
- readonly credits: {
1290
+ readonly basic_clusters_available: {
1291
+ readonly type: "integer";
1292
+ readonly description: "Available number of Basic clusters that can be created.";
1293
+ readonly example: 999;
1294
+ };
1295
+ readonly pro_clusters_max: {
1296
+ readonly type: "integer";
1297
+ readonly minimum: 0;
1298
+ readonly description: "Maximum number of Pro clusters that can be created.";
1299
+ readonly example: 999;
1300
+ };
1301
+ readonly pro_clusters_available: {
1302
+ readonly type: "integer";
1303
+ readonly description: "Available number of Pro clusters that can be created.";
1304
+ readonly example: 999;
1305
+ };
1306
+ readonly fleets_max: {
1307
+ readonly type: "integer";
1308
+ readonly minimum: 0;
1309
+ readonly description: "Maximum number of fleets that can be created per cluster.";
1310
+ readonly example: 999;
1311
+ };
1312
+ readonly cluster_tiers: {
849
1313
  readonly type: "array";
850
1314
  readonly items: {
851
- readonly type: "object";
852
- readonly properties: {
853
- readonly id: {
854
- readonly type: "string";
855
- readonly format: "uuid";
856
- readonly description: "Unique identifier of the invoice item. UUID v4 string in canonical form";
857
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
858
- };
859
- readonly linkedInvoiceItemId: {
860
- readonly type: "string";
861
- readonly format: "uuid";
862
- readonly description: "Unique identifier of the linked invoice item. UUID v4 string in canonical form";
863
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
864
- };
865
- readonly productName: {
866
- readonly type: "string";
867
- readonly description: "Name of the product";
868
- readonly example: "Research team";
869
- };
870
- readonly planName: {
871
- readonly type: "string";
872
- readonly description: "Name of the plan";
873
- readonly example: "Plan A";
874
- };
875
- readonly phaseName: {
876
- readonly type: "string";
877
- readonly description: "Name of the phase";
878
- readonly example: "Phase A";
879
- };
880
- readonly usageName: {
881
- readonly type: "string";
882
- readonly description: "Name of the usage";
883
- readonly example: "Usage A";
884
- };
885
- readonly prettyProductName: {
886
- readonly type: "string";
887
- readonly description: "Pretty name of the product";
888
- readonly example: "Research team";
889
- };
890
- readonly prettyPlanName: {
891
- readonly type: "string";
892
- readonly description: "Pretty name of the plan";
893
- readonly example: "Plan A";
894
- };
895
- readonly prettyPhaseName: {
896
- readonly type: "string";
897
- readonly description: "Pretty name of the phase";
898
- readonly example: "Phase A";
899
- };
900
- readonly prettyUsageName: {
901
- readonly type: "string";
902
- readonly description: "Pretty name of the usage";
903
- readonly example: "Usage A";
904
- };
905
- readonly itemType: {
906
- readonly type: "string";
907
- readonly description: "Type of the invoice item";
908
- readonly example: "EXTERNAL_CHARGE";
909
- readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
910
- };
911
- readonly description: {
912
- readonly type: "string";
913
- readonly description: "Description of the invoice item";
914
- readonly example: "Description of the invoice item";
915
- };
916
- readonly startDate: {
917
- readonly type: "string";
918
- readonly description: "Start date of the invoice item";
919
- readonly example: "2019-01-01T00:00:00.000Z";
920
- };
921
- readonly endDate: {
922
- readonly type: "string";
923
- readonly description: "End date of the invoice item";
924
- readonly example: "2019-01-01T00:00:00.000Z";
925
- };
926
- readonly amount: {
927
- readonly type: "number";
928
- readonly format: "float";
929
- readonly description: "Amount of the invoice item";
930
- readonly example: 100;
931
- };
932
- readonly rate: {
933
- readonly type: "number";
934
- readonly format: "float";
935
- readonly description: "Rate of the invoice item";
936
- readonly example: 100;
937
- };
938
- readonly currency: {
939
- readonly type: "string";
940
- readonly description: "Currency of the invoice item";
941
- readonly example: "USD";
942
- readonly enum: readonly ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LVL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SPL", "SRD", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TVD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWD", "BTC"];
943
- };
944
- readonly quantity: {
945
- readonly type: "number";
946
- readonly format: "float";
947
- readonly description: "Quantity of the invoice item";
948
- readonly example: 1;
949
- };
950
- readonly itemDetails: {
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";
977
- };
978
- };
979
- readonly additionalProperties: false;
1315
+ readonly type: "string";
1316
+ readonly example: "basic";
980
1317
  };
981
- readonly description: "Credits of the invoice";
1318
+ readonly minItems: 0;
1319
+ readonly description: "List of Cloudfleet cluster tiers available for the organization.";
982
1320
  };
983
- readonly items: {
1321
+ readonly regions: {
1322
+ readonly type: "array";
1323
+ readonly items: {
1324
+ readonly type: "string";
1325
+ readonly example: "northamerica-central-1";
1326
+ };
1327
+ readonly minItems: 1;
1328
+ readonly description: "List of Cloudfleet control plane regions available for the organization.";
1329
+ };
1330
+ readonly versions: {
984
1331
  readonly type: "array";
985
1332
  readonly items: {
986
1333
  readonly type: "object";
987
1334
  readonly properties: {
988
1335
  readonly id: {
989
1336
  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";
1337
+ readonly description: "Id of the control plane version. Used in API calls.";
1338
+ readonly example: "1.33.x-cfke.x";
1024
1339
  };
1025
- readonly prettyPlanName: {
1340
+ readonly label: {
1026
1341
  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;
1342
+ readonly description: "Label of the control plane version. Used in frontent UI.";
1343
+ readonly example: "1.33.x (Always latest 1.33 patch version)";
1072
1344
  };
1073
- readonly currency: {
1345
+ };
1346
+ readonly required: readonly ["id", "label"];
1347
+ readonly additionalProperties: false;
1348
+ };
1349
+ readonly minItems: 1;
1350
+ readonly description: "List of CFKE control plane versions available for the organization.";
1351
+ };
1352
+ readonly cfcr_storage_gb: {
1353
+ readonly type: "integer";
1354
+ readonly minimum: -1;
1355
+ readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
1356
+ readonly example: 500;
1357
+ };
1358
+ };
1359
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
1360
+ readonly additionalProperties: false;
1361
+ };
1362
+ export declare const RegistryRepositorySchema: {
1363
+ readonly type: "object";
1364
+ readonly properties: {
1365
+ readonly name: {
1366
+ readonly type: "string";
1367
+ readonly description: "Repository name.";
1368
+ readonly example: "my-app";
1369
+ };
1370
+ readonly region: {
1371
+ readonly type: "string";
1372
+ readonly description: "Registry region.";
1373
+ readonly example: "northamerica";
1374
+ };
1375
+ readonly uri: {
1376
+ readonly type: "string";
1377
+ readonly description: "Full URI of the repository.";
1378
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
1379
+ };
1380
+ };
1381
+ readonly required: readonly ["name", "region", "uri"];
1382
+ readonly additionalProperties: false;
1383
+ };
1384
+ export declare const RegistryRepositoryWithTagsSchema: {
1385
+ readonly type: "object";
1386
+ readonly properties: {
1387
+ readonly name: {
1388
+ readonly type: "string";
1389
+ readonly description: "Repository name.";
1390
+ readonly example: "my-app";
1391
+ };
1392
+ readonly region: {
1393
+ readonly type: "string";
1394
+ readonly description: "Registry region.";
1395
+ readonly example: "northamerica";
1396
+ };
1397
+ readonly uri: {
1398
+ readonly type: "string";
1399
+ readonly description: "Full URI of the repository.";
1400
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
1401
+ };
1402
+ readonly tags: {
1403
+ readonly type: "array";
1404
+ readonly items: {
1405
+ readonly type: "object";
1406
+ readonly properties: {
1407
+ readonly name: {
1074
1408
  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"];
1409
+ readonly description: "Tag name.";
1410
+ readonly example: "latest";
1078
1411
  };
1079
- readonly quantity: {
1412
+ readonly size: {
1080
1413
  readonly type: "number";
1081
1414
  readonly format: "float";
1082
- readonly description: "Quantity of the invoice item";
1083
- readonly example: 1;
1415
+ readonly description: "Size of the tag in bytes.";
1416
+ readonly example: 123456789;
1084
1417
  };
1085
- readonly itemDetails: {
1418
+ readonly mediaType: {
1086
1419
  readonly type: "string";
1087
- readonly description: "Details of the invoice item";
1088
- readonly example: "Details of the invoice item";
1420
+ readonly description: "Media type of the manifest.";
1421
+ readonly example: "application/vnd.docker.distribution.manifest.v2+json";
1089
1422
  };
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: {
1423
+ readonly platforms: {
1096
1424
  readonly type: "array";
1097
1425
  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
- }];
1426
+ readonly type: "string";
1110
1427
  };
1111
- readonly description: "Child items of the invoice item";
1428
+ readonly description: "Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).";
1429
+ readonly example: readonly ["linux/amd64", "linux/arm64"];
1112
1430
  };
1113
1431
  };
1432
+ readonly required: readonly ["name", "size"];
1114
1433
  readonly additionalProperties: false;
1115
1434
  };
1116
- readonly description: "Items of the invoice";
1435
+ readonly description: "Array of tags in the repository.";
1436
+ };
1437
+ readonly totalSize: {
1438
+ readonly type: "number";
1439
+ readonly format: "float";
1440
+ readonly description: "Total size of all tags in the repository in bytes.";
1441
+ readonly example: 987654321;
1117
1442
  };
1118
1443
  };
1444
+ readonly required: readonly ["name", "region", "uri", "tags", "totalSize"];
1119
1445
  readonly additionalProperties: false;
1120
1446
  };
1121
- export declare const OrganizationContactInfoSchema: {
1447
+ export declare const RegistryTagSchema: {
1122
1448
  readonly type: "object";
1123
1449
  readonly properties: {
1124
- readonly address1: {
1450
+ readonly name: {
1125
1451
  readonly type: "string";
1126
- readonly nullable: true;
1127
- readonly description: "Street address, P.O. box, c/o";
1128
- readonly example: "123 Main St.";
1452
+ readonly description: "Tag name.";
1453
+ readonly example: "latest";
1129
1454
  };
1130
- readonly address2: {
1455
+ readonly digest: {
1131
1456
  readonly type: "string";
1132
- readonly nullable: true;
1133
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1134
- readonly example: "Suite 100";
1457
+ readonly description: "Manifest digest for pulling by digest.";
1458
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1135
1459
  };
1136
- readonly postalCode: {
1460
+ readonly mediaType: {
1137
1461
  readonly type: "string";
1138
- readonly nullable: true;
1139
- readonly description: "Postal code as a string.";
1140
- readonly example: "94105";
1462
+ readonly description: "Media type of the manifest.";
1463
+ readonly example: "application/vnd.docker.distribution.manifest.v2+json";
1141
1464
  };
1142
- readonly city: {
1143
- readonly type: "string";
1144
- readonly nullable: true;
1145
- readonly description: "City or town name.";
1146
- readonly example: "San Francisco";
1465
+ readonly config: {
1466
+ readonly type: "object";
1467
+ readonly properties: {
1468
+ readonly size: {
1469
+ readonly type: "number";
1470
+ readonly format: "float";
1471
+ readonly description: "Size of the config in bytes.";
1472
+ readonly example: 1234;
1473
+ };
1474
+ };
1475
+ readonly required: readonly ["size"];
1476
+ readonly additionalProperties: false;
1477
+ readonly description: "Manifest config metadata.";
1147
1478
  };
1148
- readonly state: {
1149
- readonly type: "string";
1150
- readonly nullable: true;
1151
- readonly description: "State, province, or region name.";
1152
- readonly example: "CA";
1479
+ readonly layers: {
1480
+ readonly type: "array";
1481
+ readonly items: {
1482
+ readonly type: "object";
1483
+ readonly properties: {
1484
+ readonly digest: {
1485
+ readonly type: "string";
1486
+ readonly description: "Digest of the layer.";
1487
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1488
+ };
1489
+ readonly size: {
1490
+ readonly type: "number";
1491
+ readonly format: "float";
1492
+ readonly description: "Size of the layer in bytes.";
1493
+ readonly example: 5678;
1494
+ };
1495
+ };
1496
+ readonly required: readonly ["size"];
1497
+ readonly additionalProperties: false;
1498
+ };
1499
+ readonly description: "Array of layer metadata.";
1153
1500
  };
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";
1501
+ readonly manifests: {
1502
+ readonly type: "array";
1503
+ readonly items: {
1504
+ readonly type: "object";
1505
+ readonly properties: {
1506
+ readonly digest: {
1507
+ readonly type: "string";
1508
+ readonly description: "Digest of the manifest.";
1509
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1510
+ };
1511
+ readonly platform: {
1512
+ readonly type: "object";
1513
+ readonly properties: {
1514
+ readonly architecture: {
1515
+ readonly type: "string";
1516
+ readonly description: "Architecture of the platform.";
1517
+ readonly example: "amd64";
1518
+ };
1519
+ readonly os: {
1520
+ readonly type: "string";
1521
+ readonly description: "Operating system of the platform.";
1522
+ readonly example: "linux";
1523
+ };
1524
+ readonly variant: {
1525
+ readonly type: "string";
1526
+ readonly description: "Variant of the platform (e.g., v7, v8 for ARM).";
1527
+ readonly example: "v8";
1528
+ };
1529
+ };
1530
+ readonly required: readonly ["architecture", "os"];
1531
+ readonly additionalProperties: false;
1532
+ readonly description: "Platform information for the manifest.";
1533
+ };
1534
+ readonly layers: {
1535
+ readonly type: "array";
1536
+ readonly items: {
1537
+ readonly type: "object";
1538
+ readonly properties: {
1539
+ readonly digest: {
1540
+ readonly type: "string";
1541
+ readonly description: "Digest of the layer.";
1542
+ readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
1543
+ };
1544
+ readonly size: {
1545
+ readonly type: "number";
1546
+ readonly format: "float";
1547
+ readonly description: "Size of the layer in bytes.";
1548
+ readonly example: 5678;
1549
+ };
1550
+ };
1551
+ readonly required: readonly ["size"];
1552
+ readonly additionalProperties: false;
1553
+ };
1554
+ readonly description: "Layers for this platform.";
1555
+ };
1556
+ readonly size: {
1557
+ readonly type: "number";
1558
+ readonly format: "float";
1559
+ readonly description: "Total size of this platform manifest in bytes.";
1560
+ readonly example: 12345678;
1561
+ };
1562
+ };
1563
+ readonly required: readonly ["digest"];
1564
+ readonly additionalProperties: false;
1565
+ };
1566
+ readonly description: "Array of manifests for multi-arch images.";
1159
1567
  };
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";
1568
+ readonly size: {
1569
+ readonly type: "number";
1570
+ readonly format: "float";
1571
+ readonly description: "Total size of the tag in bytes.";
1572
+ readonly example: 123456789;
1165
1573
  };
1166
- readonly email: {
1574
+ readonly region: {
1167
1575
  readonly type: "string";
1168
- readonly format: "email";
1169
- readonly description: "Email address used for billing as a string.";
1170
- readonly example: "email@example.com";
1576
+ readonly description: "Registry region.";
1577
+ readonly example: "northamerica";
1171
1578
  };
1172
- readonly first_name: {
1579
+ readonly repository: {
1173
1580
  readonly type: "string";
1174
- readonly description: "First name of the billing contact person.";
1175
- readonly example: "John";
1581
+ readonly description: "Repository name.";
1582
+ readonly example: "my-app";
1176
1583
  };
1177
- readonly last_name: {
1584
+ readonly uri: {
1178
1585
  readonly type: "string";
1179
- readonly description: "Last name of the billing contact person.";
1180
- readonly example: "Doe";
1586
+ readonly description: "Full URI of the tag.";
1587
+ readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest";
1181
1588
  };
1182
1589
  };
1183
- readonly required: readonly ["email", "first_name", "last_name"];
1590
+ readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
1184
1591
  readonly additionalProperties: false;
1185
1592
  };
1186
- export declare const OrganizationCreateInputSchema: {
1593
+ export declare const TicketAttachmentSchema: {
1187
1594
  readonly type: "object";
1188
1595
  readonly properties: {
1189
- readonly name: {
1596
+ readonly id: {
1190
1597
  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.";
1598
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1599
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1196
1600
  };
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.";
1601
+ readonly filename: {
1602
+ readonly type: "string";
1603
+ readonly description: "Original filename as uploaded.";
1604
+ readonly example: "debug.log";
1255
1605
  };
1256
- readonly password: {
1606
+ readonly content_type: {
1257
1607
  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.";
1608
+ readonly description: "MIME content type of the attachment.";
1609
+ readonly example: "text/plain";
1610
+ };
1611
+ readonly size: {
1612
+ readonly type: "integer";
1613
+ readonly description: "Size of the attachment in bytes.";
1614
+ readonly example: 12345;
1260
1615
  };
1261
1616
  };
1262
- readonly required: readonly ["name", "contactInfo", "password"];
1617
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1263
1618
  readonly additionalProperties: false;
1264
1619
  };
1265
- export declare const OrganizationSchema: {
1620
+ export declare const TicketCreateInputSchema: {
1266
1621
  readonly type: "object";
1267
1622
  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: {
1623
+ readonly category: {
1336
1624
  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";
1625
+ readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
1626
+ readonly example: "technical";
1627
+ readonly enum: readonly ["billing", "technical", "general"];
1340
1628
  };
1341
- readonly date_created: {
1629
+ readonly body: {
1342
1630
  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";
1631
+ readonly maxLength: 50000;
1632
+ readonly minLength: 1;
1633
+ readonly pattern: "\\S";
1634
+ readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
1635
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1346
1636
  };
1347
- readonly quota: {
1637
+ readonly properties: {
1348
1638
  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: {
1639
+ readonly additionalProperties: true;
1640
+ readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
1641
+ readonly example: {
1642
+ readonly subcategory: "cluster-question";
1643
+ readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
1644
+ };
1645
+ };
1646
+ };
1647
+ readonly required: readonly ["category", "body"];
1648
+ readonly additionalProperties: false;
1649
+ };
1650
+ export declare const TicketListResponseSchema: {
1651
+ readonly type: "object";
1652
+ readonly properties: {
1653
+ readonly items: {
1654
+ readonly type: "array";
1655
+ readonly items: {
1656
+ readonly type: "object";
1657
+ readonly properties: {
1658
+ readonly id: {
1387
1659
  readonly type: "string";
1388
- readonly example: "basic";
1660
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
1661
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1389
1662
  };
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: {
1663
+ readonly status: {
1664
+ readonly type: "string";
1665
+ readonly description: "Current state of the ticket.";
1666
+ readonly example: "waiting_on_us";
1667
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1668
+ };
1669
+ readonly category: {
1670
+ readonly type: "string";
1671
+ readonly description: "Ticket category.";
1672
+ readonly example: "technical";
1673
+ readonly enum: readonly ["billing", "technical", "general"];
1674
+ };
1675
+ readonly summary: {
1676
+ readonly type: "string";
1677
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
1678
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1679
+ };
1680
+ readonly closed_at: {
1396
1681
  readonly type: "string";
1397
- readonly example: "northamerica-central-1";
1682
+ readonly format: "date-time";
1683
+ readonly nullable: true;
1684
+ readonly description: "Closure timestamp. Null while the ticket is open.";
1685
+ readonly example: "2026-05-18T16:08:14.338Z";
1398
1686
  };
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)";
1687
+ readonly date_created: {
1688
+ readonly type: "string";
1689
+ readonly format: "date-time";
1690
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
1691
+ readonly example: "2026-05-11T16:08:14.338Z";
1692
+ };
1693
+ readonly date_updated: {
1694
+ readonly type: "string";
1695
+ readonly format: "date-time";
1696
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
1697
+ readonly example: "2026-05-11T16:08:14.338Z";
1698
+ };
1699
+ readonly messages: {
1700
+ readonly type: "array";
1701
+ readonly items: {
1702
+ readonly type: "object";
1703
+ readonly properties: {
1704
+ readonly id: {
1705
+ readonly type: "string";
1706
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1707
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1708
+ };
1709
+ readonly type: {
1710
+ readonly type: "string";
1711
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1712
+ readonly example: "customer_reply";
1713
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1714
+ };
1715
+ readonly body: {
1716
+ readonly type: "string";
1717
+ readonly description: "Message body in markdown.";
1718
+ readonly example: "Thanks — that resolved it on my side.";
1719
+ };
1720
+ readonly author_first_name: {
1721
+ readonly type: "string";
1722
+ readonly nullable: true;
1723
+ readonly description: "First name of the author. Null when not provided.";
1724
+ readonly example: "Jane";
1725
+ };
1726
+ readonly author_last_name: {
1727
+ readonly type: "string";
1728
+ readonly nullable: true;
1729
+ readonly description: "Last name of the author. Null when not provided.";
1730
+ readonly example: "Doe";
1731
+ };
1732
+ readonly attachments: {
1733
+ readonly type: "array";
1734
+ readonly items: {
1735
+ readonly type: "object";
1736
+ readonly properties: {
1737
+ readonly id: {
1738
+ readonly type: "string";
1739
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1740
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1741
+ };
1742
+ readonly filename: {
1743
+ readonly type: "string";
1744
+ readonly description: "Original filename as uploaded.";
1745
+ readonly example: "debug.log";
1746
+ };
1747
+ readonly content_type: {
1748
+ readonly type: "string";
1749
+ readonly description: "MIME content type of the attachment.";
1750
+ readonly example: "text/plain";
1751
+ };
1752
+ readonly size: {
1753
+ readonly type: "integer";
1754
+ readonly description: "Size of the attachment in bytes.";
1755
+ readonly example: 12345;
1756
+ };
1757
+ };
1758
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1759
+ readonly additionalProperties: false;
1760
+ };
1761
+ readonly description: "Attachments associated with this message.";
1762
+ readonly example: readonly [];
1763
+ };
1764
+ readonly date_created: {
1765
+ readonly type: "string";
1766
+ readonly format: "date-time";
1767
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1768
+ readonly example: "2026-05-11T16:08:14.338Z";
1769
+ };
1416
1770
  };
1771
+ readonly required: readonly ["id", "type", "body", "date_created"];
1772
+ readonly additionalProperties: false;
1417
1773
  };
1418
- readonly required: readonly ["id", "label"];
1419
- readonly additionalProperties: false;
1774
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1420
1775
  };
1421
- readonly minItems: 1;
1422
- readonly description: "List of CFKE control plane versions available for the organization.";
1423
1776
  };
1777
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1778
+ readonly additionalProperties: false;
1424
1779
  };
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.";
1780
+ readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
1437
1781
  };
1438
- readonly status: {
1782
+ };
1783
+ readonly required: readonly ["items"];
1784
+ readonly additionalProperties: false;
1785
+ };
1786
+ export declare const TicketMessageInputSchema: {
1787
+ readonly type: "object";
1788
+ readonly properties: {
1789
+ readonly body: {
1439
1790
  readonly type: "string";
1440
- readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1441
- readonly enum: readonly ["active", "closed", "suspended"];
1791
+ readonly maxLength: 50000;
1792
+ readonly minLength: 1;
1793
+ readonly pattern: "\\S";
1794
+ readonly description: "Reply body in markdown.";
1795
+ readonly example: "Thanks — that resolved it on my side.";
1442
1796
  };
1443
1797
  };
1444
- readonly required: readonly ["name", "contactInfo", "id", "date_created", "quota", "pending_actions", "status"];
1798
+ readonly required: readonly ["body"];
1445
1799
  readonly additionalProperties: false;
1446
1800
  };
1447
- export declare const OrganizationUpdateInputSchema: {
1801
+ export declare const TicketMessageSchema: {
1448
1802
  readonly type: "object";
1449
1803
  readonly properties: {
1450
- readonly name: {
1804
+ readonly id: {
1451
1805
  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.";
1806
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1807
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1457
1808
  };
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";
1809
+ readonly type: {
1810
+ readonly type: "string";
1811
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1812
+ readonly example: "customer_reply";
1813
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1814
+ };
1815
+ readonly body: {
1816
+ readonly type: "string";
1817
+ readonly description: "Message body in markdown.";
1818
+ readonly example: "Thanks — that resolved it on my side.";
1819
+ };
1820
+ readonly author_first_name: {
1821
+ readonly type: "string";
1822
+ readonly description: "First name of the author. Null when not provided.";
1823
+ readonly example: "Jane";
1824
+ };
1825
+ readonly author_last_name: {
1826
+ readonly type: "string";
1827
+ readonly description: "Last name of the author. Null when not provided.";
1828
+ readonly example: "Doe";
1829
+ };
1830
+ readonly attachments: {
1831
+ readonly type: "array";
1832
+ readonly items: {
1833
+ readonly type: "object";
1834
+ readonly properties: {
1835
+ readonly id: {
1836
+ readonly type: "string";
1837
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1838
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1839
+ };
1840
+ readonly filename: {
1841
+ readonly type: "string";
1842
+ readonly description: "Original filename as uploaded.";
1843
+ readonly example: "debug.log";
1844
+ };
1845
+ readonly content_type: {
1846
+ readonly type: "string";
1847
+ readonly description: "MIME content type of the attachment.";
1848
+ readonly example: "text/plain";
1849
+ };
1850
+ readonly size: {
1851
+ readonly type: "integer";
1852
+ readonly description: "Size of the attachment in bytes.";
1853
+ readonly example: 12345;
1854
+ };
1511
1855
  };
1856
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1857
+ readonly additionalProperties: false;
1512
1858
  };
1513
- readonly required: readonly ["email", "first_name", "last_name"];
1514
- readonly additionalProperties: false;
1515
- readonly description: "Organization contact information and billing address.";
1859
+ readonly description: "Attachments associated with this message.";
1860
+ readonly example: readonly [];
1861
+ };
1862
+ readonly date_created: {
1863
+ readonly type: "string";
1864
+ readonly format: "date-time";
1865
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1866
+ readonly example: "2026-05-11T16:08:14.338Z";
1516
1867
  };
1517
1868
  };
1518
- readonly required: readonly ["contactInfo"];
1869
+ readonly required: readonly ["id", "type", "body", "date_created"];
1519
1870
  readonly additionalProperties: false;
1520
1871
  };
1521
- export declare const PaymentMethodSchema: {
1872
+ export declare const TicketSchema: {
1522
1873
  readonly type: "object";
1523
1874
  readonly properties: {
1524
1875
  readonly id: {
1525
1876
  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";
1877
+ readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
1878
+ readonly example: "60c72b2f9f1b2c001f8e4d3a";
1529
1879
  };
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;
1880
+ readonly status: {
1881
+ readonly type: "string";
1882
+ readonly description: "Current state of the ticket.";
1883
+ readonly example: "waiting_on_us";
1884
+ readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
1534
1885
  };
1535
- readonly type: {
1886
+ readonly category: {
1536
1887
  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"];
1888
+ readonly description: "Ticket category.";
1889
+ readonly example: "technical";
1890
+ readonly enum: readonly ["billing", "technical", "general"];
1541
1891
  };
1542
- readonly last4: {
1892
+ readonly summary: {
1543
1893
  readonly type: "string";
1544
- readonly nullable: true;
1545
- readonly description: "Last 4 digits of the payment card number.";
1546
- readonly example: "4242";
1894
+ readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
1895
+ readonly example: "My cluster cannot reach the registry. Logs attached.";
1547
1896
  };
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";
1897
+ readonly closed_at: {
1898
+ readonly type: "string";
1899
+ readonly format: "date-time";
1900
+ readonly description: "Closure timestamp. Null while the ticket is open.";
1901
+ readonly example: "2026-05-18T16:08:14.338Z";
1555
1902
  };
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";
1903
+ readonly date_created: {
1904
+ readonly type: "string";
1905
+ readonly format: "date-time";
1906
+ readonly description: "Creation date of the ticket. ISO 8601 UTC.";
1907
+ readonly example: "2026-05-11T16:08:14.338Z";
1562
1908
  };
1563
- readonly brand: {
1909
+ readonly date_updated: {
1564
1910
  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"];
1911
+ readonly format: "date-time";
1912
+ readonly description: "Last update date of the ticket. ISO 8601 UTC.";
1913
+ readonly example: "2026-05-11T16:08:14.338Z";
1914
+ };
1915
+ readonly messages: {
1916
+ readonly type: "array";
1917
+ readonly items: {
1918
+ readonly type: "object";
1919
+ readonly properties: {
1920
+ readonly id: {
1921
+ readonly type: "string";
1922
+ readonly description: "Unique identifier of the message (Mongo ObjectId).";
1923
+ readonly example: "60c72b2f9f1b2c001f8e4d3b";
1924
+ };
1925
+ readonly type: {
1926
+ readonly type: "string";
1927
+ readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
1928
+ readonly example: "customer_reply";
1929
+ readonly enum: readonly ["customer_reply", "agent_reply"];
1930
+ };
1931
+ readonly body: {
1932
+ readonly type: "string";
1933
+ readonly description: "Message body in markdown.";
1934
+ readonly example: "Thanks — that resolved it on my side.";
1935
+ };
1936
+ readonly author_first_name: {
1937
+ readonly type: "string";
1938
+ readonly description: "First name of the author. Null when not provided.";
1939
+ readonly example: "Jane";
1940
+ };
1941
+ readonly author_last_name: {
1942
+ readonly type: "string";
1943
+ readonly description: "Last name of the author. Null when not provided.";
1944
+ readonly example: "Doe";
1945
+ };
1946
+ readonly attachments: {
1947
+ readonly type: "array";
1948
+ readonly items: {
1949
+ readonly type: "object";
1950
+ readonly properties: {
1951
+ readonly id: {
1952
+ readonly type: "string";
1953
+ readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
1954
+ readonly example: "60c72b2f9f1b2c001f8e4d3c";
1955
+ };
1956
+ readonly filename: {
1957
+ readonly type: "string";
1958
+ readonly description: "Original filename as uploaded.";
1959
+ readonly example: "debug.log";
1960
+ };
1961
+ readonly content_type: {
1962
+ readonly type: "string";
1963
+ readonly description: "MIME content type of the attachment.";
1964
+ readonly example: "text/plain";
1965
+ };
1966
+ readonly size: {
1967
+ readonly type: "integer";
1968
+ readonly description: "Size of the attachment in bytes.";
1969
+ readonly example: 12345;
1970
+ };
1971
+ };
1972
+ readonly required: readonly ["id", "filename", "content_type", "size"];
1973
+ readonly additionalProperties: false;
1974
+ };
1975
+ readonly description: "Attachments associated with this message.";
1976
+ readonly example: readonly [];
1977
+ };
1978
+ readonly date_created: {
1979
+ readonly type: "string";
1980
+ readonly format: "date-time";
1981
+ readonly description: "Creation date of the message. ISO 8601 UTC.";
1982
+ readonly example: "2026-05-11T16:08:14.338Z";
1983
+ };
1984
+ };
1985
+ readonly required: readonly ["id", "type", "body", "date_created"];
1986
+ readonly additionalProperties: false;
1987
+ };
1988
+ readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
1569
1989
  };
1570
1990
  };
1571
- readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
1991
+ readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
1572
1992
  readonly additionalProperties: false;
1573
1993
  };
1574
1994
  export declare const TokenCreateInputSchema: {
@@ -1649,32 +2069,138 @@ export declare const TokenUpdateInputSchema: {
1649
2069
  };
1650
2070
  readonly additionalProperties: false;
1651
2071
  };
2072
+ export declare const UsageFacetsSchema: {
2073
+ readonly type: "object";
2074
+ readonly properties: {
2075
+ readonly cluster_id: {
2076
+ readonly type: "array";
2077
+ readonly items: {
2078
+ readonly type: "string";
2079
+ };
2080
+ readonly description: "List of unique cluster IDs";
2081
+ readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
2082
+ };
2083
+ readonly product: {
2084
+ readonly type: "array";
2085
+ readonly items: {
2086
+ readonly type: "string";
2087
+ };
2088
+ readonly description: "List of unique products";
2089
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
2090
+ };
2091
+ };
2092
+ readonly additionalProperties: false;
2093
+ };
2094
+ export declare const UsageResponseSchema: {
2095
+ readonly type: "object";
2096
+ readonly properties: {
2097
+ readonly data: {
2098
+ readonly type: "array";
2099
+ readonly items: {
2100
+ readonly type: "object";
2101
+ readonly properties: {
2102
+ readonly hour: {
2103
+ readonly type: "string";
2104
+ readonly description: "Hour of the usage";
2105
+ readonly example: "2019-01-01T00:00:00.000Z";
2106
+ };
2107
+ readonly cluster_id: {
2108
+ readonly type: "string";
2109
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
2110
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
2111
+ };
2112
+ readonly product: {
2113
+ readonly type: "string";
2114
+ readonly description: "The product the usage is associated with";
2115
+ readonly example: "cfke_controlplane";
2116
+ };
2117
+ readonly value: {
2118
+ readonly type: "number";
2119
+ readonly format: "float";
2120
+ readonly description: "Consumption";
2121
+ readonly example: 4;
2122
+ };
2123
+ readonly price: {
2124
+ readonly type: "number";
2125
+ readonly format: "float";
2126
+ readonly description: "Price per unit";
2127
+ readonly example: 0.01;
2128
+ };
2129
+ readonly total: {
2130
+ readonly type: "number";
2131
+ readonly format: "float";
2132
+ readonly description: "Total cost";
2133
+ };
2134
+ };
2135
+ readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
2136
+ readonly additionalProperties: false;
2137
+ };
2138
+ readonly description: "Usage data";
2139
+ };
2140
+ readonly facets: {
2141
+ readonly type: "object";
2142
+ readonly properties: {
2143
+ readonly cluster_id: {
2144
+ readonly type: "array";
2145
+ readonly items: {
2146
+ readonly type: "string";
2147
+ };
2148
+ readonly description: "List of unique cluster IDs";
2149
+ readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
2150
+ };
2151
+ readonly product: {
2152
+ readonly type: "array";
2153
+ readonly items: {
2154
+ readonly type: "string";
2155
+ };
2156
+ readonly description: "List of unique products";
2157
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
2158
+ };
2159
+ };
2160
+ readonly additionalProperties: false;
2161
+ readonly description: "Facets for filtering";
2162
+ };
2163
+ };
2164
+ readonly required: readonly ["data", "facets"];
2165
+ readonly additionalProperties: false;
2166
+ };
1652
2167
  export declare const UsageSchema: {
1653
2168
  readonly type: "object";
1654
2169
  readonly properties: {
1655
- readonly id: {
2170
+ readonly hour: {
1656
2171
  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";
2172
+ readonly description: "Hour of the usage";
2173
+ readonly example: "2019-01-01T00:00:00.000Z";
1660
2174
  };
1661
- readonly task_id: {
2175
+ readonly cluster_id: {
1662
2176
  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";
2177
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
2178
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
1666
2179
  };
1667
- readonly unit: {
2180
+ readonly product: {
1668
2181
  readonly type: "string";
1669
- readonly description: "Unit of measurement. E.g. GiB, seconds, etc";
1670
- readonly example: "second";
2182
+ readonly description: "The product the usage is associated with";
2183
+ readonly example: "cfke_controlplane";
2184
+ };
2185
+ readonly value: {
2186
+ readonly type: "number";
2187
+ readonly format: "float";
2188
+ readonly description: "Consumption";
2189
+ readonly example: 4;
2190
+ };
2191
+ readonly price: {
2192
+ readonly type: "number";
2193
+ readonly format: "float";
2194
+ readonly description: "Price per unit";
2195
+ readonly example: 0.01;
1671
2196
  };
1672
- readonly amount: {
2197
+ readonly total: {
1673
2198
  readonly type: "number";
1674
2199
  readonly format: "float";
2200
+ readonly description: "Total cost";
1675
2201
  };
1676
2202
  };
1677
- readonly required: readonly ["id", "task_id", "unit", "amount"];
2203
+ readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
1678
2204
  readonly additionalProperties: false;
1679
2205
  };
1680
2206
  export declare const UserCreateInputSchema: {
@@ -1709,7 +2235,7 @@ export declare const UserCreateInputSchema: {
1709
2235
  readonly password: {
1710
2236
  readonly type: "string";
1711
2237
  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.";
2238
+ readonly description: "User password. Must be at least 8 characters long.";
1713
2239
  };
1714
2240
  readonly status: {
1715
2241
  readonly type: "string";
@@ -1774,28 +2300,6 @@ export declare const UserSchema: {
1774
2300
  readonly description: "Creation date of the user. ISO 8601 date string in UTC timezone";
1775
2301
  readonly example: "2023-11-02T16:08:14.338Z";
1776
2302
  };
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
2303
  };
1800
2304
  readonly required: readonly ["email", "first_name", "last_name", "role", "status", "id", "date_created"];
1801
2305
  readonly additionalProperties: false;