@cloudfleet/sdk 0.0.1-bd521c7 → 0.0.1-c4175a2

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