@cloudfleet/sdk 0.0.1-96d5fec → 0.0.1-9835b73

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.
@@ -1,3 +1,274 @@
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 first_name: {
61
+ readonly type: "string";
62
+ readonly description: "First name of the billing contact person.";
63
+ readonly example: "John";
64
+ };
65
+ readonly last_name: {
66
+ readonly type: "string";
67
+ readonly description: "Last name of the billing contact person.";
68
+ readonly example: "Doe";
69
+ };
70
+ readonly tax_id: {
71
+ readonly type: "string";
72
+ readonly nullable: true;
73
+ readonly description: "Tax ID of the organization.";
74
+ readonly example: "DE123456789";
75
+ };
76
+ readonly tax_id_type: {
77
+ readonly type: "string";
78
+ readonly nullable: true;
79
+ readonly description: "Type of the tax ID.";
80
+ readonly example: "de_vat";
81
+ 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", ""];
82
+ };
83
+ };
84
+ readonly required: readonly ["email", "first_name", "last_name"];
85
+ readonly additionalProperties: false;
86
+ };
87
+ export declare const BillingCreditsSchema: {
88
+ readonly type: "object";
89
+ readonly properties: {
90
+ readonly id: {
91
+ readonly type: "string";
92
+ readonly description: "Generated unique identifier of the promotional code.";
93
+ readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
94
+ };
95
+ readonly date_created: {
96
+ readonly type: "string";
97
+ readonly format: "date-time";
98
+ readonly description: "Date of the credit application. ISO 8601 date string in the UTC timezone.";
99
+ readonly example: "2023-12-20T13:53:32.000Z";
100
+ };
101
+ readonly code: {
102
+ readonly type: "string";
103
+ readonly description: "Promotional code used by the customer.";
104
+ readonly example: "VQ4SCMB";
105
+ };
106
+ readonly description: {
107
+ readonly type: "string";
108
+ readonly description: "Description of the promotional code.";
109
+ readonly example: "10% off on all products";
110
+ };
111
+ readonly products: {
112
+ readonly type: "array";
113
+ readonly items: {
114
+ readonly type: "string";
115
+ };
116
+ readonly description: "List of product SKUs that the promotional code can be used on.";
117
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
118
+ };
119
+ readonly type: {
120
+ readonly type: "string";
121
+ readonly description: "Type of the promotional code.";
122
+ readonly example: "credit";
123
+ readonly enum: readonly ["credit", "discount"];
124
+ };
125
+ readonly value: {
126
+ readonly type: "number";
127
+ readonly format: "float";
128
+ readonly description: "Value of the promotional code.";
129
+ readonly example: 10;
130
+ };
131
+ readonly billing_period: {
132
+ readonly type: "string";
133
+ readonly format: "date-time";
134
+ readonly description: "Date of the billing cycle. An ISO 8601 date string in the UTC timezone.";
135
+ readonly example: "2023-12-20T13:53:32.000Z";
136
+ };
137
+ readonly value_remaining: {
138
+ readonly type: "number";
139
+ readonly format: "float";
140
+ readonly description: "Value of the promotional code.";
141
+ readonly example: 10;
142
+ };
143
+ };
144
+ readonly required: readonly ["date_created", "code", "type", "value", "billing_period"];
145
+ readonly additionalProperties: false;
146
+ };
147
+ export declare const ChartCreateInputSchema: {
148
+ readonly type: "object";
149
+ readonly properties: {
150
+ readonly values: {
151
+ readonly type: "string";
152
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
153
+ };
154
+ readonly version_channel: {
155
+ readonly type: "string";
156
+ 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-]+)*))?$";
157
+ readonly description: "Desired version range or channel for the chart.";
158
+ readonly example: "2.x.x-cfke.x";
159
+ };
160
+ readonly name: {
161
+ readonly type: "string";
162
+ readonly maxLength: 63;
163
+ readonly minLength: 1;
164
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
165
+ readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
166
+ readonly example: "postgresql-0";
167
+ };
168
+ readonly namespace: {
169
+ readonly type: "string";
170
+ readonly maxLength: 63;
171
+ readonly minLength: 1;
172
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
173
+ readonly description: "Namespace of the chart deployment";
174
+ readonly example: "default";
175
+ };
176
+ readonly chart: {
177
+ readonly type: "string";
178
+ readonly maxLength: 63;
179
+ readonly minLength: 1;
180
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
181
+ readonly description: "Name of the chart listing";
182
+ readonly example: "postgresql";
183
+ };
184
+ };
185
+ readonly required: readonly ["values", "version_channel", "name", "namespace", "chart"];
186
+ readonly additionalProperties: false;
187
+ };
188
+ export declare const ChartSchema: {
189
+ readonly type: "object";
190
+ readonly properties: {
191
+ readonly values: {
192
+ readonly type: "string";
193
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
194
+ };
195
+ readonly version_channel: {
196
+ readonly type: "string";
197
+ 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-]+)*))?$";
198
+ readonly description: "Desired version range or channel for the chart.";
199
+ readonly example: "2.x.x-cfke.x";
200
+ };
201
+ readonly name: {
202
+ readonly type: "string";
203
+ readonly maxLength: 63;
204
+ readonly minLength: 1;
205
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
206
+ readonly description: "Unique identifier of the chart deployment aka name of the helm release.";
207
+ readonly example: "postgresql-0";
208
+ };
209
+ readonly namespace: {
210
+ readonly type: "string";
211
+ readonly maxLength: 63;
212
+ readonly minLength: 1;
213
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
214
+ readonly description: "Namespace of the chart deployment";
215
+ readonly example: "default";
216
+ };
217
+ readonly chart: {
218
+ readonly type: "string";
219
+ readonly maxLength: 63;
220
+ readonly minLength: 1;
221
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
222
+ readonly description: "Name of the chart listing";
223
+ readonly example: "postgresql";
224
+ };
225
+ readonly status: {
226
+ readonly type: "string";
227
+ readonly description: "Status of the chart deployment.";
228
+ readonly example: "active";
229
+ readonly enum: readonly ["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"];
230
+ };
231
+ readonly version_current: {
232
+ readonly type: "string";
233
+ readonly description: "Current version of the chart deployment.";
234
+ readonly example: "2.1.33-cfke.11";
235
+ };
236
+ readonly created_at: {
237
+ readonly type: "string";
238
+ readonly description: "Creation date and time of the chart deployment.";
239
+ readonly example: "2024-09-12T09:11:27Z";
240
+ };
241
+ readonly updated_at: {
242
+ readonly type: "string";
243
+ readonly description: "Last update date and time of the chart deployment.";
244
+ readonly example: "2024-09-12T09:11:27Z";
245
+ };
246
+ readonly ready: {
247
+ readonly type: "boolean";
248
+ readonly description: "Indicates if the chart deployment is ready to be used.";
249
+ readonly example: true;
250
+ };
251
+ };
252
+ readonly required: readonly ["values", "version_channel", "name", "namespace", "chart", "status", "version_current", "created_at", "updated_at", "ready"];
253
+ readonly additionalProperties: false;
254
+ };
255
+ export declare const ChartUpdateInputSchema: {
256
+ readonly type: "object";
257
+ readonly properties: {
258
+ readonly values: {
259
+ readonly type: "string";
260
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
261
+ };
262
+ readonly version_channel: {
263
+ readonly type: "string";
264
+ 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-]+)*))?$";
265
+ readonly description: "Desired version range or channel for the chart.";
266
+ readonly example: "2.x.x-cfke.x";
267
+ };
268
+ };
269
+ readonly required: readonly ["values", "version_channel"];
270
+ readonly additionalProperties: false;
271
+ };
1
272
  export declare const ClusterCreateInputSchema: {
2
273
  readonly type: "object";
3
274
  readonly properties: {
@@ -9,19 +280,19 @@ export declare const ClusterCreateInputSchema: {
9
280
  readonly description: "Name of the cluster.";
10
281
  readonly example: "production-cluster";
11
282
  };
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
283
  readonly tier: {
20
284
  readonly type: "string";
21
285
  readonly description: "Tier of the cluster.";
22
286
  readonly example: "pro";
23
287
  readonly enum: readonly ["basic", "pro"];
24
288
  };
289
+ readonly region: {
290
+ readonly type: "string";
291
+ readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
292
+ readonly default: "staging";
293
+ readonly example: "northamerica-central-1";
294
+ readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
295
+ };
25
296
  readonly version_channel: {
26
297
  readonly type: "string";
27
298
  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-]+)*))?$";
@@ -80,8 +351,31 @@ export declare const ClusterJoinInformationSchema: {
80
351
  readonly additionalProperties: false;
81
352
  readonly description: "Versions of the different components of the cluster.";
82
353
  };
354
+ readonly third_party_api_access_config: {
355
+ readonly type: "object";
356
+ readonly properties: {
357
+ readonly metadata_url: {
358
+ readonly type: "string";
359
+ readonly description: "Kubernetes metadata server.";
360
+ readonly example: "https://10.31.64.4";
361
+ };
362
+ readonly aws_role_arn: {
363
+ readonly type: "string";
364
+ readonly description: "AWS Role ARN.";
365
+ readonly example: "arn:aws:iam::891376988828:role/0371f8fd-e164-48e1-b9e7-c3bdc3b4f403";
366
+ };
367
+ readonly gcp_workload_identity_provider: {
368
+ readonly type: "string";
369
+ readonly description: "GCP Workload Identity provider.";
370
+ readonly example: "//iam.googleapis.com/projects/89014267864/locations/global/workloadIdentityPools/cfke/providers/oidc";
371
+ };
372
+ };
373
+ readonly required: readonly ["metadata_url", "aws_role_arn", "gcp_workload_identity_provider"];
374
+ readonly additionalProperties: false;
375
+ readonly description: "OIDC Information for hosts to access to third party API's.";
376
+ };
83
377
  };
84
- readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions"];
378
+ readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
85
379
  readonly additionalProperties: false;
86
380
  };
87
381
  export declare const ClusterSchema: {
@@ -95,19 +389,19 @@ export declare const ClusterSchema: {
95
389
  readonly description: "Name of the cluster.";
96
390
  readonly example: "production-cluster";
97
391
  };
98
- readonly region: {
99
- readonly type: "string";
100
- readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\". This field can not be updated after creation.";
101
- readonly default: "staging";
102
- readonly example: "northamerica-central-1";
103
- readonly enum: readonly ["staging", "northamerica-central-1"];
104
- };
105
392
  readonly tier: {
106
393
  readonly type: "string";
107
394
  readonly description: "Tier of the cluster.";
108
395
  readonly example: "pro";
109
396
  readonly enum: readonly ["basic", "pro"];
110
397
  };
398
+ readonly region: {
399
+ readonly type: "string";
400
+ readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
401
+ readonly default: "staging";
402
+ readonly example: "northamerica-central-1";
403
+ readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
404
+ };
111
405
  readonly version_channel: {
112
406
  readonly type: "string";
113
407
  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-]+)*))?$";
@@ -178,6 +472,12 @@ export declare const ClusterUpdateInputSchema: {
178
472
  readonly description: "Name of the cluster.";
179
473
  readonly example: "production-cluster";
180
474
  };
475
+ readonly tier: {
476
+ readonly type: "string";
477
+ readonly description: "Tier of the cluster.";
478
+ readonly example: "pro";
479
+ readonly enum: readonly ["basic", "pro"];
480
+ };
181
481
  readonly version_channel: {
182
482
  readonly type: "string";
183
483
  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,6 +485,7 @@ export declare const ClusterUpdateInputSchema: {
185
485
  readonly example: "1.29.x-cfke.x";
186
486
  };
187
487
  };
488
+ readonly required: readonly ["tier"];
188
489
  readonly additionalProperties: false;
189
490
  };
190
491
  export declare const FleetCreateInputSchema: {
@@ -220,31 +521,19 @@ export declare const FleetCreateInputSchema: {
220
521
  readonly additionalProperties: false;
221
522
  };
222
523
  readonly hetzner: {
223
- readonly oneOf: readonly [{
224
- readonly type: "object";
225
- readonly properties: {
226
- readonly enabled: {
227
- readonly type: "boolean";
228
- readonly default: true;
229
- };
230
- readonly apiKey: {
231
- readonly type: "string";
232
- };
524
+ readonly type: "object";
525
+ readonly properties: {
526
+ readonly enabled: {
527
+ readonly type: "boolean";
528
+ readonly default: true;
233
529
  };
234
- readonly additionalProperties: false;
235
- }, {
236
- readonly type: "object";
237
- readonly properties: {
238
- readonly apiKey: {
239
- readonly type: "string";
240
- };
241
- readonly enabled: {
242
- readonly type: "boolean";
243
- readonly default: true;
244
- };
530
+ readonly apiKey: {
531
+ readonly type: "string";
532
+ readonly description: "Hetzner Cloud API key with read / write access";
245
533
  };
246
- readonly additionalProperties: false;
247
- }];
534
+ };
535
+ readonly required: readonly ["apiKey"];
536
+ readonly additionalProperties: false;
248
537
  };
249
538
  readonly aws: {
250
539
  readonly type: "object";
@@ -269,13 +558,8 @@ export declare const FleetCreateInputSchema: {
269
558
  readonly description: "Unique identifier of the kubernetes fleet.";
270
559
  readonly example: "new-clouds-fleet";
271
560
  };
272
- readonly type: {
273
- readonly type: "string";
274
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
275
- readonly enum: readonly ["managed", "connected"];
276
- };
277
561
  };
278
- readonly required: readonly ["id", "type"];
562
+ readonly required: readonly ["id"];
279
563
  readonly additionalProperties: false;
280
564
  };
281
565
  export declare const FleetSchema: {
@@ -311,31 +595,19 @@ export declare const FleetSchema: {
311
595
  readonly additionalProperties: false;
312
596
  };
313
597
  readonly hetzner: {
314
- readonly oneOf: readonly [{
315
- readonly type: "object";
316
- readonly properties: {
317
- readonly enabled: {
318
- readonly type: "boolean";
319
- readonly default: true;
320
- };
321
- readonly apiKey: {
322
- readonly type: "string";
323
- };
598
+ readonly type: "object";
599
+ readonly properties: {
600
+ readonly enabled: {
601
+ readonly type: "boolean";
602
+ readonly default: true;
324
603
  };
325
- readonly additionalProperties: false;
326
- }, {
327
- readonly type: "object";
328
- readonly properties: {
329
- readonly apiKey: {
330
- readonly type: "string";
331
- };
332
- readonly enabled: {
333
- readonly type: "boolean";
334
- readonly default: true;
335
- };
604
+ readonly apiKey: {
605
+ readonly type: "string";
606
+ readonly description: "Hetzner Cloud API key with read / write access";
336
607
  };
337
- readonly additionalProperties: false;
338
- }];
608
+ };
609
+ readonly required: readonly ["apiKey"];
610
+ readonly additionalProperties: false;
339
611
  };
340
612
  readonly aws: {
341
613
  readonly type: "object";
@@ -360,13 +632,8 @@ export declare const FleetSchema: {
360
632
  readonly description: "Unique identifier of the kubernetes fleet.";
361
633
  readonly example: "new-clouds-fleet";
362
634
  };
363
- readonly type: {
364
- readonly type: "string";
365
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
366
- readonly enum: readonly ["managed", "connected"];
367
- };
368
635
  };
369
- readonly required: readonly ["id", "type"];
636
+ readonly required: readonly ["id"];
370
637
  readonly additionalProperties: false;
371
638
  };
372
639
  export declare const FleetUpdateInputSchema: {
@@ -402,318 +669,36 @@ export declare const FleetUpdateInputSchema: {
402
669
  readonly additionalProperties: false;
403
670
  };
404
671
  readonly hetzner: {
405
- readonly oneOf: readonly [{
406
- readonly type: "object";
407
- readonly properties: {
408
- readonly enabled: {
409
- readonly type: "boolean";
410
- readonly default: true;
411
- };
412
- readonly apiKey: {
413
- readonly type: "string";
414
- };
415
- };
416
- readonly additionalProperties: false;
417
- }, {
418
- readonly type: "object";
419
- readonly properties: {
420
- readonly apiKey: {
421
- readonly type: "string";
422
- };
423
- readonly enabled: {
424
- readonly type: "boolean";
425
- readonly default: true;
426
- };
427
- };
428
- readonly additionalProperties: false;
429
- }];
430
- };
431
- readonly aws: {
432
672
  readonly type: "object";
433
673
  readonly properties: {
434
674
  readonly enabled: {
435
675
  readonly type: "boolean";
436
676
  readonly default: true;
437
677
  };
438
- readonly controllerRoleArn: {
439
- readonly type: "string";
440
- readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
441
- };
442
- };
443
- readonly required: readonly ["controllerRoleArn"];
444
- readonly additionalProperties: false;
445
- };
446
- };
447
- readonly additionalProperties: false;
448
- };
449
- export declare const InfrastructureFilterSchema: {
450
- readonly type: "object";
451
- readonly properties: {
452
- readonly version: {
453
- readonly type: "integer";
454
- readonly description: "Version of the infrastructure filter definition. Currently only version 1 is supported.";
455
- readonly default: 1;
456
- readonly example: 1;
457
- readonly enum: readonly [1];
458
- };
459
- readonly provider: {
460
- readonly type: "array";
461
- readonly items: {
462
- readonly type: "string";
463
- };
464
- 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/)";
465
- readonly example: "AWS";
466
- };
467
- readonly region: {
468
- readonly type: "array";
469
- readonly items: {
470
- readonly type: "string";
471
- };
472
- 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/)";
473
- readonly example: "northamerica";
474
- };
475
- readonly sub_region: {
476
- readonly type: "array";
477
- readonly items: {
478
- readonly type: "string";
479
- };
480
- 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/)";
481
- readonly example: "west";
482
- };
483
- readonly csp_region: {
484
- readonly type: "array";
485
- readonly items: {
486
- readonly type: "string";
487
- };
488
- readonly description: "Limits selection of cloud regions to this list of canonical provider regions";
489
- readonly example: "eu-west-1";
490
- };
491
- readonly instance_type: {
492
- readonly type: "array";
493
- readonly items: {
494
- readonly type: "string";
495
- };
496
- readonly description: "Limits selection of instance types to this list. Instance / VM type as defined by the cloud service provider";
497
- readonly example: "p4d.24xlarge";
498
- };
499
- readonly accelerator_name: {
500
- readonly type: "array";
501
- readonly items: {
502
- readonly type: "string";
503
- };
504
- 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";
505
- readonly example: "A100";
506
- };
507
- readonly accelerator_manufacturer: {
508
- readonly type: "array";
509
- readonly items: {
510
- readonly type: "string";
511
- };
512
- readonly description: "List of normalized accelerator manufacturer names. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer";
513
- readonly example: "NVIDIA";
514
- };
515
- readonly accelerator_count_min: {
516
- readonly type: "integer";
517
- readonly minimum: 0;
518
- 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.";
519
- readonly example: 1;
520
- };
521
- readonly accelerator_count_max: {
522
- readonly type: "integer";
523
- readonly minimum: 0;
524
- 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.";
525
- readonly example: 8;
526
- };
527
- readonly accelerator_memory_min: {
528
- readonly type: "number";
529
- readonly format: "float";
530
- 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";
531
- readonly example: 40;
532
- };
533
- readonly accelerator_memory_max: {
534
- readonly type: "number";
535
- readonly format: "float";
536
- 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";
537
- readonly example: 80;
538
- };
539
- readonly memory_min: {
540
- readonly type: "integer";
541
- readonly minimum: 0;
542
- readonly description: "Minimum amount of RAM in gibibytes (GiB)";
543
- readonly example: 32;
544
- };
545
- readonly memory_max: {
546
- readonly type: "integer";
547
- readonly minimum: 0;
548
- readonly description: "Maximum amount of RAM in gibibytes (GiB)";
549
- readonly example: 64;
550
- };
551
- readonly vcpu_min: {
552
- readonly type: "integer";
553
- readonly minimum: 1;
554
- 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.";
555
- readonly example: 32;
556
- };
557
- readonly vcpu_max: {
558
- readonly type: "integer";
559
- readonly minimum: 1;
560
- 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.";
561
- readonly example: 128;
562
- };
563
- readonly storage_total_min: {
564
- readonly type: "number";
565
- readonly format: "float";
566
- readonly minimum: 10;
567
- readonly description: "Minimum total storage in GiB (attached and local)";
568
- readonly example: 128;
569
- };
570
- readonly storage_total_max: {
571
- readonly type: "number";
572
- readonly format: "float";
573
- readonly minimum: 10;
574
- readonly description: "Maximum total storage in GiB (attached and local)";
575
- readonly example: 256;
576
- };
577
- readonly storage_local_min: {
578
- readonly type: "number";
579
- readonly format: "float";
580
- readonly description: "Minimum volume of directly attached, block-device local storage in gibibytes (GiB)";
581
- readonly example: 24;
582
- };
583
- readonly storage_local_max: {
584
- readonly type: "number";
585
- readonly format: "float";
586
- readonly description: "Maximum volume of directly attached, block-device local storage in gibibytes (GiB)";
587
- readonly example: 128;
588
- };
589
- readonly price_min: {
590
- readonly type: "number";
591
- readonly format: "float";
592
- 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.";
593
- readonly example: 10;
594
- };
595
- readonly price_max: {
596
- readonly type: "number";
597
- readonly format: "float";
598
- 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.";
599
- readonly example: 50;
600
- };
601
- };
602
- readonly additionalProperties: false;
603
- };
604
- export declare const InfrastructureInstanceSchema: {
605
- readonly type: "object";
606
- readonly properties: {
607
- readonly sku: {
608
- readonly type: "string";
609
- readonly description: "Cloudfleet instance SKU. Has a format of <provider>-<csp_region>-<instance_type>.";
610
- readonly example: "AWS-EU-WEST-1C-P4D.24XLARGE";
611
- };
612
- readonly provider: {
613
- readonly type: "string";
614
- readonly description: "Normalized cloud service provider name. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)";
615
- readonly example: "AWS";
616
- };
617
- readonly region: {
618
- readonly type: "string";
619
- 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/)";
620
- readonly example: "europe";
621
- };
622
- readonly sub_region: {
623
- readonly type: "string";
624
- 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/)";
625
- readonly example: "west";
626
- };
627
- readonly csp_region: {
628
- readonly type: "string";
629
- readonly description: "Region as defined by the cloud service provider";
630
- readonly example: "eu-west-1";
631
- };
632
- readonly csp_zone: {
633
- readonly type: "string";
634
- readonly description: "Availability zone as defined by the cloud service provider";
635
- readonly example: "eu-west-1a";
636
- };
637
- readonly instance_type: {
638
- readonly type: "string";
639
- readonly description: "Instance / VM type as defined by the cloud service provider";
640
- readonly example: "p4d.24xlarge";
641
- };
642
- readonly architecture: {
643
- readonly type: "string";
644
- readonly description: "Instance CPU architecture";
645
- readonly example: "amd64";
646
- };
647
- readonly os: {
648
- readonly type: "string";
649
- readonly description: "Instance operating system";
650
- readonly example: "linux";
651
- };
652
- readonly vcpu: {
653
- readonly type: "number";
654
- readonly format: "float";
655
- readonly minimum: 1;
656
- 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.";
657
- readonly example: 96;
658
- };
659
- readonly memory: {
660
- readonly type: "number";
661
- readonly format: "float";
662
- readonly minimum: 1;
663
- readonly description: "Total amount of RAM in gibibytes (GiB)";
664
- readonly example: 1152;
665
- };
666
- readonly local_storage: {
667
- readonly type: "number";
668
- readonly format: "float";
669
- readonly description: "Volume of directly attached, block-device local storage in gibibytes (GiB)";
670
- readonly example: 8000;
671
- };
672
- readonly accelerator_name: {
673
- readonly type: "string";
674
- 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";
675
- readonly example: "A100";
676
- };
677
- readonly accelerator_manufacturer: {
678
- readonly type: "string";
679
- readonly description: "Normalized manufacturer name of accelerator. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer";
680
- readonly example: "NVIDIA";
681
- };
682
- readonly accelerator_count: {
683
- readonly type: "integer";
684
- 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.";
685
- readonly example: 8;
686
- };
687
- readonly accelerator_memory: {
688
- readonly type: "number";
689
- readonly format: "float";
690
- 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";
691
- readonly example: 40;
692
- };
693
- readonly pods_capacity: {
694
- readonly type: "number";
695
- readonly format: "float";
696
- readonly description: "Maximum number of pods that can be run on this instance type.";
697
- readonly example: 110;
698
- };
699
- readonly capacity_type: {
700
- readonly type: "string";
701
- readonly description: "Capacity type of the instance. E.g. `on-demand`, `spot`.";
702
- readonly example: "on-demand";
703
- };
704
- readonly price: {
705
- readonly type: "number";
706
- readonly format: "float";
707
- readonly description: "Price of running the inctance per hour in USD as defined by the cloud service provider";
708
- readonly example: 35.39655;
678
+ readonly apiKey: {
679
+ readonly type: "string";
680
+ readonly description: "Hetzner Cloud API key with read / write access";
681
+ };
682
+ };
683
+ readonly required: readonly ["apiKey"];
684
+ readonly additionalProperties: false;
709
685
  };
710
- readonly available: {
711
- readonly type: "boolean";
712
- readonly description: "Whether this instance type is available.";
713
- readonly example: true;
686
+ readonly aws: {
687
+ readonly type: "object";
688
+ readonly properties: {
689
+ readonly enabled: {
690
+ readonly type: "boolean";
691
+ readonly default: true;
692
+ };
693
+ readonly controllerRoleArn: {
694
+ readonly type: "string";
695
+ readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
696
+ };
697
+ };
698
+ readonly required: readonly ["controllerRoleArn"];
699
+ readonly additionalProperties: false;
714
700
  };
715
701
  };
716
- readonly required: readonly ["sku", "provider", "region", "sub_region", "csp_region", "csp_zone", "instance_type", "architecture", "os", "vcpu", "memory", "local_storage", "price"];
717
702
  readonly additionalProperties: false;
718
703
  };
719
704
  export declare const InviteSchema: {
@@ -1095,51 +1080,91 @@ export declare const InvoiceSchema: {
1095
1080
  };
1096
1081
  readonly additionalProperties: false;
1097
1082
  };
1098
- export declare const OrganizationContactInfoSchema: {
1083
+ export declare const MarketplaceListingSchema: {
1099
1084
  readonly type: "object";
1100
1085
  readonly properties: {
1101
- readonly address1: {
1086
+ readonly id: {
1102
1087
  readonly type: "string";
1103
- readonly nullable: true;
1104
- readonly description: "Street address, P.O. box, c/o";
1105
- readonly example: "123 Main St.";
1088
+ readonly maxLength: 63;
1089
+ readonly minLength: 1;
1090
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
1091
+ readonly description: "Id of the chart listing";
1092
+ readonly example: "portworx-enterprise-disaster-recovery-baremetal";
1106
1093
  };
1107
- readonly address2: {
1094
+ readonly name: {
1108
1095
  readonly type: "string";
1109
- readonly nullable: true;
1110
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1111
- readonly example: "Suite 100";
1096
+ readonly description: "Name of the chart listing";
1097
+ readonly example: "Portworx Enterprise + Disaster Recovery - Baremetal";
1112
1098
  };
1113
- readonly postalCode: {
1099
+ readonly developer: {
1114
1100
  readonly type: "string";
1115
- readonly nullable: true;
1116
- readonly description: "Postal code as a string.";
1117
- readonly example: "94105";
1101
+ readonly description: "Author of the chart listing";
1102
+ readonly example: "Portworx";
1118
1103
  };
1119
- readonly city: {
1104
+ readonly description: {
1120
1105
  readonly type: "string";
1121
- readonly nullable: true;
1122
- readonly description: "City or town name.";
1123
- readonly example: "San Francisco";
1106
+ readonly description: "Short description of the chart listing";
1107
+ readonly example: "Run Kubernetes with unmatched scalability, availability, and self-service access to any storage";
1124
1108
  };
1125
- readonly state: {
1109
+ readonly logoUrl: {
1126
1110
  readonly type: "string";
1127
- readonly nullable: true;
1128
- readonly description: "State, province, or region name.";
1129
- readonly example: "CA";
1111
+ readonly description: "Logo of the chart listing";
1112
+ readonly example: "https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png";
1130
1113
  };
1131
- readonly country: {
1114
+ readonly longDescription: {
1132
1115
  readonly type: "string";
1133
- readonly nullable: true;
1134
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1135
- readonly example: "US";
1116
+ readonly description: "Long description of the chart listing";
1117
+ readonly example: "Portworx-Enterprise is the complete multi-cloud ready Kubernetes storage platform for running mission-critical apps in production....";
1136
1118
  };
1137
- readonly phone: {
1138
- readonly type: "string";
1139
- readonly nullable: true;
1140
- readonly description: "Phone number as a string.";
1141
- readonly example: "+1 555 555 5555";
1119
+ readonly categories: {
1120
+ readonly type: "array";
1121
+ readonly items: {
1122
+ readonly type: "string";
1123
+ readonly example: "AI & Machine Learning";
1124
+ };
1125
+ readonly description: "Tags of the chart";
1126
+ };
1127
+ readonly version_channels: {
1128
+ readonly type: "array";
1129
+ readonly items: {
1130
+ readonly type: "string";
1131
+ 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-]+)*))?$";
1132
+ readonly description: "Version of the chart.";
1133
+ readonly example: "2.x.x-cfke.x";
1134
+ };
1135
+ };
1136
+ readonly value_schemas: {
1137
+ readonly type: "array";
1138
+ readonly items: {
1139
+ readonly type: "object";
1140
+ readonly properties: {
1141
+ readonly version: {
1142
+ readonly type: "string";
1143
+ 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-]+)*))?$";
1144
+ readonly description: "Version of the chart.";
1145
+ readonly example: "2.1.1-cfke.123";
1146
+ };
1147
+ readonly schema: {
1148
+ readonly type: "string";
1149
+ readonly description: "Schema of the chart values. JSON Schema as string";
1150
+ };
1151
+ readonly placeholder: {
1152
+ readonly type: "string";
1153
+ readonly description: "Schema of the chart values";
1154
+ readonly example: "foo: 1\nbar: example";
1155
+ };
1156
+ };
1157
+ readonly required: readonly ["version", "schema", "placeholder"];
1158
+ readonly additionalProperties: false;
1159
+ };
1142
1160
  };
1161
+ };
1162
+ readonly required: readonly ["id", "name", "developer", "description", "logoUrl", "longDescription", "categories", "version_channels", "value_schemas"];
1163
+ readonly additionalProperties: false;
1164
+ };
1165
+ export declare const OrganizationCreateInputSchema: {
1166
+ readonly type: "object";
1167
+ readonly properties: {
1143
1168
  readonly email: {
1144
1169
  readonly type: "string";
1145
1170
  readonly format: "email";
@@ -1156,14 +1181,7 @@ export declare const OrganizationContactInfoSchema: {
1156
1181
  readonly description: "Last name of the billing contact person.";
1157
1182
  readonly example: "Doe";
1158
1183
  };
1159
- };
1160
- readonly required: readonly ["email", "first_name", "last_name"];
1161
- readonly additionalProperties: false;
1162
- };
1163
- export declare const OrganizationCreateInputSchema: {
1164
- readonly type: "object";
1165
- readonly properties: {
1166
- readonly name: {
1184
+ readonly company_name: {
1167
1185
  readonly type: "string";
1168
1186
  readonly maxLength: 120;
1169
1187
  readonly minLength: 2;
@@ -1171,150 +1189,31 @@ export declare const OrganizationCreateInputSchema: {
1171
1189
  readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1172
1190
  readonly example: "ACME Corp.";
1173
1191
  };
1174
- readonly contactInfo: {
1175
- readonly type: "object";
1176
- readonly properties: {
1177
- readonly address1: {
1178
- readonly type: "string";
1179
- readonly description: "Street address, P.O. box, c/o";
1180
- readonly example: "123 Main St.";
1181
- };
1182
- readonly address2: {
1183
- readonly type: "string";
1184
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1185
- readonly example: "Suite 100";
1186
- };
1187
- readonly postalCode: {
1188
- readonly type: "string";
1189
- readonly description: "Postal code as a string.";
1190
- readonly example: "94105";
1191
- };
1192
- readonly city: {
1193
- readonly type: "string";
1194
- readonly description: "City or town name.";
1195
- readonly example: "San Francisco";
1196
- };
1197
- readonly state: {
1198
- readonly type: "string";
1199
- readonly description: "State, province, or region name.";
1200
- readonly example: "CA";
1201
- };
1202
- readonly country: {
1203
- readonly type: "string";
1204
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1205
- readonly example: "US";
1206
- };
1207
- readonly phone: {
1208
- readonly type: "string";
1209
- readonly description: "Phone number as a string.";
1210
- readonly example: "+1 555 555 5555";
1211
- };
1212
- readonly email: {
1213
- readonly type: "string";
1214
- readonly format: "email";
1215
- readonly description: "Email address used for billing as a string.";
1216
- readonly example: "email@example.com";
1217
- };
1218
- readonly first_name: {
1219
- readonly type: "string";
1220
- readonly description: "First name of the billing contact person.";
1221
- readonly example: "John";
1222
- };
1223
- readonly last_name: {
1224
- readonly type: "string";
1225
- readonly description: "Last name of the billing contact person.";
1226
- readonly example: "Doe";
1227
- };
1228
- };
1229
- readonly required: readonly ["email", "first_name", "last_name"];
1230
- readonly additionalProperties: false;
1231
- readonly description: "Organization contact information and billing address.";
1232
- };
1233
1192
  readonly password: {
1234
1193
  readonly type: "string";
1235
1194
  readonly minLength: 8;
1236
1195
  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.";
1237
1196
  };
1238
1197
  };
1239
- readonly required: readonly ["name", "contactInfo", "password"];
1198
+ readonly required: readonly ["email", "first_name", "last_name", "company_name", "password"];
1240
1199
  readonly additionalProperties: false;
1241
1200
  };
1242
1201
  export declare const OrganizationSchema: {
1243
1202
  readonly type: "object";
1244
1203
  readonly properties: {
1204
+ readonly id: {
1205
+ readonly type: "string";
1206
+ readonly format: "uuid";
1207
+ readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
1208
+ readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
1209
+ };
1245
1210
  readonly name: {
1246
1211
  readonly type: "string";
1247
1212
  readonly maxLength: 120;
1248
1213
  readonly minLength: 2;
1249
- 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,}$";
1250
1214
  readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1251
1215
  readonly example: "ACME Corp.";
1252
1216
  };
1253
- readonly contactInfo: {
1254
- readonly type: "object";
1255
- readonly properties: {
1256
- readonly address1: {
1257
- readonly type: "string";
1258
- readonly description: "Street address, P.O. box, c/o";
1259
- readonly example: "123 Main St.";
1260
- };
1261
- readonly address2: {
1262
- readonly type: "string";
1263
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1264
- readonly example: "Suite 100";
1265
- };
1266
- readonly postalCode: {
1267
- readonly type: "string";
1268
- readonly description: "Postal code as a string.";
1269
- readonly example: "94105";
1270
- };
1271
- readonly city: {
1272
- readonly type: "string";
1273
- readonly description: "City or town name.";
1274
- readonly example: "San Francisco";
1275
- };
1276
- readonly state: {
1277
- readonly type: "string";
1278
- readonly description: "State, province, or region name.";
1279
- readonly example: "CA";
1280
- };
1281
- readonly country: {
1282
- readonly type: "string";
1283
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1284
- readonly example: "US";
1285
- };
1286
- readonly phone: {
1287
- readonly type: "string";
1288
- readonly description: "Phone number as a string.";
1289
- readonly example: "+1 555 555 5555";
1290
- };
1291
- readonly email: {
1292
- readonly type: "string";
1293
- readonly format: "email";
1294
- readonly description: "Email address used for billing as a string.";
1295
- readonly example: "email@example.com";
1296
- };
1297
- readonly first_name: {
1298
- readonly type: "string";
1299
- readonly description: "First name of the billing contact person.";
1300
- readonly example: "John";
1301
- };
1302
- readonly last_name: {
1303
- readonly type: "string";
1304
- readonly description: "Last name of the billing contact person.";
1305
- readonly example: "Doe";
1306
- };
1307
- };
1308
- readonly required: readonly ["email", "first_name", "last_name"];
1309
- readonly additionalProperties: false;
1310
- readonly description: "Organization contact information and billing address.";
1311
- };
1312
- readonly id: {
1313
- readonly type: "string";
1314
- readonly format: "uuid";
1315
- readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
1316
- readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
1317
- };
1318
1217
  readonly date_created: {
1319
1218
  readonly type: "string";
1320
1219
  readonly format: "date-time";
@@ -1352,12 +1251,6 @@ export declare const OrganizationSchema: {
1352
1251
  readonly description: "Maximum number of fleets that can be created per cluster.";
1353
1252
  readonly example: 999;
1354
1253
  };
1355
- readonly managed_fleets_cpu_max: {
1356
- readonly type: "integer";
1357
- readonly minimum: 0;
1358
- readonly description: "Maximum number of CPU cores per managed fleet.";
1359
- readonly example: 999;
1360
- };
1361
1254
  readonly cluster_tiers: {
1362
1255
  readonly type: "array";
1363
1256
  readonly items: {
@@ -1399,100 +1292,17 @@ export declare const OrganizationSchema: {
1399
1292
  readonly description: "List of CFKE control plane versions available for the organization.";
1400
1293
  };
1401
1294
  };
1402
- 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"];
1295
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions"];
1403
1296
  readonly additionalProperties: false;
1404
1297
  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.";
1405
1298
  };
1406
- readonly pending_actions: {
1407
- readonly type: "array";
1408
- readonly items: {
1409
- readonly type: "string";
1410
- readonly example: "signup-payment-method";
1411
- readonly enum: readonly ["signup-billing-address", "signup-payment-method", "signup-invite-team", "signup-create-cluster"];
1412
- };
1413
- readonly description: "List of pending actions that the user needs to complete. Used in Cloudfleet console to guide the user through the onboarding process.";
1414
- };
1415
1299
  readonly status: {
1416
1300
  readonly type: "string";
1417
1301
  readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1418
1302
  readonly enum: readonly ["active", "closed", "suspended"];
1419
1303
  };
1420
1304
  };
1421
- readonly required: readonly ["name", "contactInfo", "id", "date_created", "quota", "pending_actions", "status"];
1422
- readonly additionalProperties: false;
1423
- };
1424
- export declare const OrganizationUpdateInputSchema: {
1425
- readonly type: "object";
1426
- readonly properties: {
1427
- readonly name: {
1428
- readonly type: "string";
1429
- readonly maxLength: 120;
1430
- readonly minLength: 2;
1431
- 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,}$";
1432
- readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1433
- readonly example: "ACME Corp.";
1434
- };
1435
- readonly contactInfo: {
1436
- readonly type: "object";
1437
- readonly properties: {
1438
- readonly address1: {
1439
- readonly type: "string";
1440
- readonly description: "Street address, P.O. box, c/o";
1441
- readonly example: "123 Main St.";
1442
- };
1443
- readonly address2: {
1444
- readonly type: "string";
1445
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1446
- readonly example: "Suite 100";
1447
- };
1448
- readonly postalCode: {
1449
- readonly type: "string";
1450
- readonly description: "Postal code as a string.";
1451
- readonly example: "94105";
1452
- };
1453
- readonly city: {
1454
- readonly type: "string";
1455
- readonly description: "City or town name.";
1456
- readonly example: "San Francisco";
1457
- };
1458
- readonly state: {
1459
- readonly type: "string";
1460
- readonly description: "State, province, or region name.";
1461
- readonly example: "CA";
1462
- };
1463
- readonly country: {
1464
- readonly type: "string";
1465
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1466
- readonly example: "US";
1467
- };
1468
- readonly phone: {
1469
- readonly type: "string";
1470
- readonly description: "Phone number as a string.";
1471
- readonly example: "+1 555 555 5555";
1472
- };
1473
- readonly email: {
1474
- readonly type: "string";
1475
- readonly format: "email";
1476
- readonly description: "Email address used for billing as a string.";
1477
- readonly example: "email@example.com";
1478
- };
1479
- readonly first_name: {
1480
- readonly type: "string";
1481
- readonly description: "First name of the billing contact person.";
1482
- readonly example: "John";
1483
- };
1484
- readonly last_name: {
1485
- readonly type: "string";
1486
- readonly description: "Last name of the billing contact person.";
1487
- readonly example: "Doe";
1488
- };
1489
- };
1490
- readonly required: readonly ["email", "first_name", "last_name"];
1491
- readonly additionalProperties: false;
1492
- readonly description: "Organization contact information and billing address.";
1493
- };
1494
- };
1495
- readonly required: readonly ["contactInfo"];
1305
+ readonly required: readonly ["id", "date_created", "quota", "status"];
1496
1306
  readonly additionalProperties: false;
1497
1307
  };
1498
1308
  export declare const PaymentMethodSchema: {
@@ -1629,29 +1439,85 @@ export declare const TokenUpdateInputSchema: {
1629
1439
  export declare const UsageSchema: {
1630
1440
  readonly type: "object";
1631
1441
  readonly properties: {
1632
- readonly id: {
1442
+ readonly hour: {
1633
1443
  readonly type: "string";
1634
- readonly format: "uuid";
1635
- readonly description: "Unique identifier of the Usage object, equal to subscription id of the task . UUID v4 string in canonical form";
1636
- readonly example: "8897e84c-2ba1-42fa-9d35-964c80a4ff0f";
1444
+ readonly description: "Hour of the usage";
1445
+ readonly example: "2019-01-01T00:00:00.000Z";
1637
1446
  };
1638
- readonly task_id: {
1447
+ readonly cluster_id: {
1639
1448
  readonly type: "string";
1640
1449
  readonly format: "uuid";
1641
- readonly description: "Unique identifier of the project. UUID v4 string in canonical form";
1642
- readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
1450
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
1451
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
1452
+ };
1453
+ readonly cluster_tier: {
1454
+ readonly type: "string";
1455
+ readonly description: "Tier of the cluster.";
1456
+ readonly example: "pro";
1457
+ readonly enum: readonly ["basic", "pro", ""];
1643
1458
  };
1644
- readonly unit: {
1459
+ readonly product: {
1645
1460
  readonly type: "string";
1646
- readonly description: "Unit of measurement. E.g. GiB, seconds, etc";
1647
- readonly example: "second";
1461
+ readonly description: "The product the usage is associated with";
1462
+ readonly example: "cfke_controlplane";
1463
+ readonly enum: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
1648
1464
  };
1649
- readonly amount: {
1650
- readonly type: "number";
1651
- readonly format: "float";
1465
+ readonly node_name: {
1466
+ readonly type: "string";
1467
+ readonly description: "Name of the Kubernetes node";
1468
+ readonly example: "flexible-moth-956037384";
1469
+ };
1470
+ readonly sku: {
1471
+ readonly type: "string";
1472
+ readonly description: "SKU of the Kubernetes node";
1473
+ readonly example: "GCP-NORTHAMERICA-NORTHEAST1-A-G1-SMALL-SPOT";
1474
+ };
1475
+ readonly cpu: {
1476
+ readonly anyOf: readonly [{
1477
+ readonly type: "number";
1478
+ readonly format: "float";
1479
+ readonly description: "CPU core count of the node";
1480
+ readonly example: 4;
1481
+ }, {
1482
+ readonly type: "string";
1483
+ readonly enum: readonly [""];
1484
+ }];
1485
+ };
1486
+ readonly price: {
1487
+ readonly anyOf: readonly [{
1488
+ readonly type: "number";
1489
+ readonly format: "float";
1490
+ readonly description: "Price";
1491
+ readonly example: 4;
1492
+ }, {
1493
+ readonly type: "string";
1494
+ readonly enum: readonly [""];
1495
+ }];
1496
+ };
1497
+ readonly value: {
1498
+ readonly anyOf: readonly [{
1499
+ readonly type: "number";
1500
+ readonly format: "float";
1501
+ readonly description: "Value";
1502
+ readonly example: 4;
1503
+ }, {
1504
+ readonly type: "string";
1505
+ readonly enum: readonly [""];
1506
+ }];
1507
+ };
1508
+ readonly total: {
1509
+ readonly anyOf: readonly [{
1510
+ readonly type: "number";
1511
+ readonly format: "float";
1512
+ readonly description: "Total";
1513
+ readonly example: 4;
1514
+ }, {
1515
+ readonly type: "string";
1516
+ readonly enum: readonly [""];
1517
+ }];
1652
1518
  };
1653
1519
  };
1654
- readonly required: readonly ["id", "task_id", "unit", "amount"];
1520
+ readonly required: readonly ["cluster_id", "cluster_tier", "product", "node_name", "sku", "cpu", "price", "value", "total"];
1655
1521
  readonly additionalProperties: false;
1656
1522
  };
1657
1523
  export declare const UserCreateInputSchema: {
@@ -1686,7 +1552,7 @@ export declare const UserCreateInputSchema: {
1686
1552
  readonly password: {
1687
1553
  readonly type: "string";
1688
1554
  readonly minLength: 8;
1689
- 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.";
1555
+ readonly description: "User password. Must be at least 8 characters long.";
1690
1556
  };
1691
1557
  readonly status: {
1692
1558
  readonly type: "string";
@@ -1751,28 +1617,6 @@ export declare const UserSchema: {
1751
1617
  readonly description: "Creation date of the user. ISO 8601 date string in UTC timezone";
1752
1618
  readonly example: "2023-11-02T16:08:14.338Z";
1753
1619
  };
1754
- readonly cluster_permissions: {
1755
- readonly type: "array";
1756
- readonly items: {
1757
- readonly type: "object";
1758
- readonly properties: {
1759
- readonly cluster_id: {
1760
- readonly type: "string";
1761
- readonly format: "uuid";
1762
- readonly description: "Unique identifier of the cluster. UUID v4 string in canonical form";
1763
- readonly example: "035ce46d-44d8-4e58-a8a2-b0192d1c27df";
1764
- };
1765
- readonly permissions: {
1766
- readonly type: "string";
1767
- readonly description: "User permissions to access the cluster. Can be `readwrite` or `readonly`.";
1768
- readonly example: "readwrite";
1769
- readonly enum: readonly ["readwrite", "readonly"];
1770
- };
1771
- };
1772
- readonly required: readonly ["cluster_id", "permissions"];
1773
- readonly additionalProperties: false;
1774
- };
1775
- };
1776
1620
  };
1777
1621
  readonly required: readonly ["email", "first_name", "last_name", "role", "status", "id", "date_created"];
1778
1622
  readonly additionalProperties: false;