@cloudfleet/sdk 0.0.1-685f6cc → 0.0.1-6a60d36

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: {
@@ -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: {
@@ -220,31 +514,19 @@ export declare const FleetCreateInputSchema: {
220
514
  readonly additionalProperties: false;
221
515
  };
222
516
  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
- };
517
+ readonly type: "object";
518
+ readonly properties: {
519
+ readonly enabled: {
520
+ readonly type: "boolean";
521
+ readonly default: true;
233
522
  };
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
- };
523
+ readonly apiKey: {
524
+ readonly type: "string";
525
+ readonly description: "Hetzner Cloud API key with read / write access";
245
526
  };
246
- readonly additionalProperties: false;
247
- }];
527
+ };
528
+ readonly required: readonly ["apiKey"];
529
+ readonly additionalProperties: false;
248
530
  };
249
531
  readonly aws: {
250
532
  readonly type: "object";
@@ -269,13 +551,8 @@ export declare const FleetCreateInputSchema: {
269
551
  readonly description: "Unique identifier of the kubernetes fleet.";
270
552
  readonly example: "new-clouds-fleet";
271
553
  };
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
554
  };
278
- readonly required: readonly ["id", "type"];
555
+ readonly required: readonly ["id"];
279
556
  readonly additionalProperties: false;
280
557
  };
281
558
  export declare const FleetSchema: {
@@ -311,31 +588,19 @@ export declare const FleetSchema: {
311
588
  readonly additionalProperties: false;
312
589
  };
313
590
  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
- };
591
+ readonly type: "object";
592
+ readonly properties: {
593
+ readonly enabled: {
594
+ readonly type: "boolean";
595
+ readonly default: true;
324
596
  };
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
- };
597
+ readonly apiKey: {
598
+ readonly type: "string";
599
+ readonly description: "Hetzner Cloud API key with read / write access";
336
600
  };
337
- readonly additionalProperties: false;
338
- }];
601
+ };
602
+ readonly required: readonly ["apiKey"];
603
+ readonly additionalProperties: false;
339
604
  };
340
605
  readonly aws: {
341
606
  readonly type: "object";
@@ -360,13 +625,8 @@ export declare const FleetSchema: {
360
625
  readonly description: "Unique identifier of the kubernetes fleet.";
361
626
  readonly example: "new-clouds-fleet";
362
627
  };
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
628
  };
369
- readonly required: readonly ["id", "type"];
629
+ readonly required: readonly ["id"];
370
630
  readonly additionalProperties: false;
371
631
  };
372
632
  export declare const FleetUpdateInputSchema: {
@@ -402,318 +662,36 @@ export declare const FleetUpdateInputSchema: {
402
662
  readonly additionalProperties: false;
403
663
  };
404
664
  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
665
  readonly type: "object";
433
666
  readonly properties: {
434
667
  readonly enabled: {
435
668
  readonly type: "boolean";
436
669
  readonly default: true;
437
- };
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;
670
+ };
671
+ readonly apiKey: {
672
+ readonly type: "string";
673
+ readonly description: "Hetzner Cloud API key with read / write access";
674
+ };
675
+ };
676
+ readonly required: readonly ["apiKey"];
677
+ readonly additionalProperties: false;
709
678
  };
710
- readonly available: {
711
- readonly type: "boolean";
712
- readonly description: "Whether this instance type is available.";
713
- readonly example: true;
679
+ readonly aws: {
680
+ readonly type: "object";
681
+ readonly properties: {
682
+ readonly enabled: {
683
+ readonly type: "boolean";
684
+ readonly default: true;
685
+ };
686
+ readonly controllerRoleArn: {
687
+ readonly type: "string";
688
+ readonly description: "ControllerRoleArn is the AWS IAM role that Karpenter uses to manage resources.";
689
+ };
690
+ };
691
+ readonly required: readonly ["controllerRoleArn"];
692
+ readonly additionalProperties: false;
714
693
  };
715
694
  };
716
- readonly required: readonly ["sku", "provider", "region", "sub_region", "csp_region", "csp_zone", "instance_type", "architecture", "os", "vcpu", "memory", "local_storage", "price"];
717
695
  readonly additionalProperties: false;
718
696
  };
719
697
  export declare const InviteSchema: {
@@ -1095,51 +1073,91 @@ export declare const InvoiceSchema: {
1095
1073
  };
1096
1074
  readonly additionalProperties: false;
1097
1075
  };
1098
- export declare const OrganizationContactInfoSchema: {
1076
+ export declare const MarketplaceListingSchema: {
1099
1077
  readonly type: "object";
1100
1078
  readonly properties: {
1101
- readonly address1: {
1079
+ readonly id: {
1102
1080
  readonly type: "string";
1103
- readonly nullable: true;
1104
- readonly description: "Street address, P.O. box, c/o";
1105
- readonly example: "123 Main St.";
1081
+ readonly maxLength: 63;
1082
+ readonly minLength: 1;
1083
+ readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
1084
+ readonly description: "Id of the chart listing";
1085
+ readonly example: "portworx-enterprise-disaster-recovery-baremetal";
1106
1086
  };
1107
- readonly address2: {
1087
+ readonly name: {
1108
1088
  readonly type: "string";
1109
- readonly nullable: true;
1110
- readonly description: "Apartment, suite, unit, building, floor, etc.";
1111
- readonly example: "Suite 100";
1089
+ readonly description: "Name of the chart listing";
1090
+ readonly example: "Portworx Enterprise + Disaster Recovery - Baremetal";
1112
1091
  };
1113
- readonly postalCode: {
1092
+ readonly developer: {
1114
1093
  readonly type: "string";
1115
- readonly nullable: true;
1116
- readonly description: "Postal code as a string.";
1117
- readonly example: "94105";
1094
+ readonly description: "Author of the chart listing";
1095
+ readonly example: "Portworx";
1118
1096
  };
1119
- readonly city: {
1097
+ readonly description: {
1120
1098
  readonly type: "string";
1121
- readonly nullable: true;
1122
- readonly description: "City or town name.";
1123
- readonly example: "San Francisco";
1099
+ readonly description: "Short description of the chart listing";
1100
+ readonly example: "Run Kubernetes with unmatched scalability, availability, and self-service access to any storage";
1124
1101
  };
1125
- readonly state: {
1102
+ readonly logoUrl: {
1126
1103
  readonly type: "string";
1127
- readonly nullable: true;
1128
- readonly description: "State, province, or region name.";
1129
- readonly example: "CA";
1104
+ readonly description: "Logo of the chart listing";
1105
+ readonly example: "https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png";
1130
1106
  };
1131
- readonly country: {
1107
+ readonly longDescription: {
1132
1108
  readonly type: "string";
1133
- readonly nullable: true;
1134
- readonly description: "Country as a ISO 3166-1 alpha-2 country code.";
1135
- readonly example: "US";
1109
+ readonly description: "Long description of the chart listing";
1110
+ readonly example: "Portworx-Enterprise is the complete multi-cloud ready Kubernetes storage platform for running mission-critical apps in production....";
1136
1111
  };
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";
1112
+ readonly categories: {
1113
+ readonly type: "array";
1114
+ readonly items: {
1115
+ readonly type: "string";
1116
+ readonly example: "AI & Machine Learning";
1117
+ };
1118
+ readonly description: "Tags of the chart";
1119
+ };
1120
+ readonly version_channels: {
1121
+ readonly type: "array";
1122
+ readonly items: {
1123
+ readonly type: "string";
1124
+ 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-]+)*))?$";
1125
+ readonly description: "Version of the chart.";
1126
+ readonly example: "2.x.x-cfke.x";
1127
+ };
1142
1128
  };
1129
+ readonly value_schemas: {
1130
+ readonly type: "array";
1131
+ readonly items: {
1132
+ readonly type: "object";
1133
+ readonly properties: {
1134
+ readonly version: {
1135
+ readonly type: "string";
1136
+ 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-]+)*))?$";
1137
+ readonly description: "Version of the chart.";
1138
+ readonly example: "2.1.1-cfke.123";
1139
+ };
1140
+ readonly schema: {
1141
+ readonly type: "string";
1142
+ readonly description: "Schema of the chart values. JSON Schema as string";
1143
+ };
1144
+ readonly placeholder: {
1145
+ readonly type: "string";
1146
+ readonly description: "Schema of the chart values";
1147
+ readonly example: "foo: 1\nbar: example";
1148
+ };
1149
+ };
1150
+ readonly required: readonly ["version", "schema", "placeholder"];
1151
+ readonly additionalProperties: false;
1152
+ };
1153
+ };
1154
+ };
1155
+ readonly required: readonly ["id", "name", "developer", "description", "logoUrl", "longDescription", "categories", "version_channels", "value_schemas"];
1156
+ readonly additionalProperties: false;
1157
+ };
1158
+ export declare const OrganizationCreateInputSchema: {
1159
+ readonly type: "object";
1160
+ readonly properties: {
1143
1161
  readonly email: {
1144
1162
  readonly type: "string";
1145
1163
  readonly format: "email";
@@ -1156,165 +1174,39 @@ export declare const OrganizationContactInfoSchema: {
1156
1174
  readonly description: "Last name of the billing contact person.";
1157
1175
  readonly example: "Doe";
1158
1176
  };
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: {
1177
+ readonly company_name: {
1167
1178
  readonly type: "string";
1168
1179
  readonly maxLength: 120;
1169
- readonly minLength: 5;
1180
+ readonly minLength: 2;
1170
1181
  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,}$";
1171
1182
  readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1172
1183
  readonly example: "ACME Corp.";
1173
1184
  };
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
1185
  readonly password: {
1234
1186
  readonly type: "string";
1235
1187
  readonly minLength: 8;
1236
1188
  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
1189
  };
1238
1190
  };
1239
- readonly required: readonly ["name", "contactInfo", "password"];
1191
+ readonly required: readonly ["email", "first_name", "last_name", "company_name", "password"];
1240
1192
  readonly additionalProperties: false;
1241
1193
  };
1242
1194
  export declare const OrganizationSchema: {
1243
1195
  readonly type: "object";
1244
1196
  readonly properties: {
1245
- readonly name: {
1246
- readonly type: "string";
1247
- readonly maxLength: 120;
1248
- readonly minLength: 5;
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
- readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1251
- readonly example: "ACME Corp.";
1252
- };
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
1197
  readonly id: {
1313
1198
  readonly type: "string";
1314
1199
  readonly format: "uuid";
1315
1200
  readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
1316
1201
  readonly example: "e94d30ec-a2dd-4dcb-832c-ac2be144ba91";
1317
1202
  };
1203
+ readonly name: {
1204
+ readonly type: "string";
1205
+ readonly maxLength: 120;
1206
+ readonly minLength: 2;
1207
+ readonly description: "Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.";
1208
+ readonly example: "ACME Corp.";
1209
+ };
1318
1210
  readonly date_created: {
1319
1211
  readonly type: "string";
1320
1212
  readonly format: "date-time";
@@ -1352,12 +1244,6 @@ export declare const OrganizationSchema: {
1352
1244
  readonly description: "Maximum number of fleets that can be created per cluster.";
1353
1245
  readonly example: 999;
1354
1246
  };
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
1247
  readonly cluster_tiers: {
1362
1248
  readonly type: "array";
1363
1249
  readonly items: {
@@ -1399,100 +1285,17 @@ export declare const OrganizationSchema: {
1399
1285
  readonly description: "List of CFKE control plane versions available for the organization.";
1400
1286
  };
1401
1287
  };
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"];
1288
+ readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions"];
1403
1289
  readonly additionalProperties: false;
1404
1290
  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
1291
  };
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
1292
  readonly status: {
1416
1293
  readonly type: "string";
1417
1294
  readonly description: "Status of the organization. Can be `active` or `closed`, or `suspended`.";
1418
1295
  readonly enum: readonly ["active", "closed", "suspended"];
1419
1296
  };
1420
1297
  };
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: 5;
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"];
1298
+ readonly required: readonly ["id", "date_created", "quota", "status"];
1496
1299
  readonly additionalProperties: false;
1497
1300
  };
1498
1301
  export declare const PaymentMethodSchema: {
@@ -1629,29 +1432,85 @@ export declare const TokenUpdateInputSchema: {
1629
1432
  export declare const UsageSchema: {
1630
1433
  readonly type: "object";
1631
1434
  readonly properties: {
1632
- readonly id: {
1435
+ readonly hour: {
1633
1436
  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";
1437
+ readonly description: "Hour of the usage";
1438
+ readonly example: "2019-01-01T00:00:00.000Z";
1637
1439
  };
1638
- readonly task_id: {
1440
+ readonly cluster_id: {
1639
1441
  readonly type: "string";
1640
1442
  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";
1443
+ readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
1444
+ readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
1445
+ };
1446
+ readonly cluster_tier: {
1447
+ readonly type: "string";
1448
+ readonly description: "Tier of the cluster.";
1449
+ readonly example: "pro";
1450
+ readonly enum: readonly ["basic", "pro", ""];
1643
1451
  };
1644
- readonly unit: {
1452
+ readonly product: {
1645
1453
  readonly type: "string";
1646
- readonly description: "Unit of measurement. E.g. GiB, seconds, etc";
1647
- readonly example: "second";
1454
+ readonly description: "The product the usage is associated with";
1455
+ readonly example: "cfke_controlplane";
1456
+ readonly enum: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
1648
1457
  };
1649
- readonly amount: {
1650
- readonly type: "number";
1651
- readonly format: "float";
1458
+ readonly node_name: {
1459
+ readonly type: "string";
1460
+ readonly description: "Name of the Kubernetes node";
1461
+ readonly example: "flexible-moth-956037384";
1462
+ };
1463
+ readonly sku: {
1464
+ readonly type: "string";
1465
+ readonly description: "SKU of the Kubernetes node";
1466
+ readonly example: "GCP-NORTHAMERICA-NORTHEAST1-A-G1-SMALL-SPOT";
1467
+ };
1468
+ readonly cpu: {
1469
+ readonly anyOf: readonly [{
1470
+ readonly type: "number";
1471
+ readonly format: "float";
1472
+ readonly description: "CPU core count of the node";
1473
+ readonly example: 4;
1474
+ }, {
1475
+ readonly type: "string";
1476
+ readonly enum: readonly [""];
1477
+ }];
1478
+ };
1479
+ readonly price: {
1480
+ readonly anyOf: readonly [{
1481
+ readonly type: "number";
1482
+ readonly format: "float";
1483
+ readonly description: "Price";
1484
+ readonly example: 4;
1485
+ }, {
1486
+ readonly type: "string";
1487
+ readonly enum: readonly [""];
1488
+ }];
1489
+ };
1490
+ readonly value: {
1491
+ readonly anyOf: readonly [{
1492
+ readonly type: "number";
1493
+ readonly format: "float";
1494
+ readonly description: "Value";
1495
+ readonly example: 4;
1496
+ }, {
1497
+ readonly type: "string";
1498
+ readonly enum: readonly [""];
1499
+ }];
1500
+ };
1501
+ readonly total: {
1502
+ readonly anyOf: readonly [{
1503
+ readonly type: "number";
1504
+ readonly format: "float";
1505
+ readonly description: "Total";
1506
+ readonly example: 4;
1507
+ }, {
1508
+ readonly type: "string";
1509
+ readonly enum: readonly [""];
1510
+ }];
1652
1511
  };
1653
1512
  };
1654
- readonly required: readonly ["id", "task_id", "unit", "amount"];
1513
+ readonly required: readonly ["cluster_id", "cluster_tier", "product", "node_name", "sku", "cpu", "price", "value", "total"];
1655
1514
  readonly additionalProperties: false;
1656
1515
  };
1657
1516
  export declare const UserCreateInputSchema: {
@@ -1686,7 +1545,7 @@ export declare const UserCreateInputSchema: {
1686
1545
  readonly password: {
1687
1546
  readonly type: "string";
1688
1547
  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.";
1548
+ readonly description: "User password. Must be at least 8 characters long.";
1690
1549
  };
1691
1550
  readonly status: {
1692
1551
  readonly type: "string";
@@ -1751,28 +1610,6 @@ export declare const UserSchema: {
1751
1610
  readonly description: "Creation date of the user. ISO 8601 date string in UTC timezone";
1752
1611
  readonly example: "2023-11-02T16:08:14.338Z";
1753
1612
  };
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
1613
  };
1777
1614
  readonly required: readonly ["email", "first_name", "last_name", "role", "status", "id", "date_created"];
1778
1615
  readonly additionalProperties: false;