@cloudfleet/sdk 0.0.1-3818918 → 0.0.1-3c0b38c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/client/client.d.ts +3 -0
  2. package/dist/client/client.d.ts.map +1 -0
  3. package/dist/client/client.js +144 -0
  4. package/dist/client/client.js.map +1 -0
  5. package/dist/client/index.d.ts +8 -0
  6. package/dist/client/index.d.ts.map +1 -0
  7. package/dist/client/index.js +5 -0
  8. package/dist/client/index.js.map +1 -0
  9. package/dist/client/types.d.ts +120 -0
  10. package/dist/client/types.d.ts.map +1 -0
  11. package/dist/client/types.js +2 -0
  12. package/dist/client/types.js.map +1 -0
  13. package/dist/client/utils.d.ts +46 -0
  14. package/dist/client/utils.d.ts.map +1 -0
  15. package/dist/client/utils.js +285 -0
  16. package/dist/client/utils.js.map +1 -0
  17. package/dist/client.gen.d.ts +2 -2
  18. package/dist/client.gen.d.ts.map +1 -1
  19. package/dist/client.gen.js +1 -1
  20. package/dist/client.gen.js.map +1 -1
  21. package/dist/core/auth.d.ts +19 -0
  22. package/dist/core/auth.d.ts.map +1 -0
  23. package/dist/core/auth.js +14 -0
  24. package/dist/core/auth.js.map +1 -0
  25. package/dist/core/bodySerializer.d.ts +18 -0
  26. package/dist/core/bodySerializer.d.ts.map +1 -0
  27. package/dist/core/bodySerializer.js +54 -0
  28. package/dist/core/bodySerializer.js.map +1 -0
  29. package/dist/core/params.d.ts +24 -0
  30. package/dist/core/params.d.ts.map +1 -0
  31. package/dist/core/params.js +88 -0
  32. package/dist/core/params.js.map +1 -0
  33. package/dist/core/pathSerializer.d.ts +34 -0
  34. package/dist/core/pathSerializer.d.ts.map +1 -0
  35. package/dist/core/pathSerializer.js +114 -0
  36. package/dist/core/pathSerializer.js.map +1 -0
  37. package/dist/core/types.d.ts +74 -0
  38. package/dist/core/types.d.ts.map +1 -0
  39. package/dist/core/types.js +2 -0
  40. package/dist/core/types.js.map +1 -0
  41. package/dist/schemas.gen.d.ts +81 -113
  42. package/dist/schemas.gen.d.ts.map +1 -1
  43. package/dist/schemas.gen.js +81 -122
  44. package/dist/schemas.gen.js.map +1 -1
  45. package/dist/sdk.gen.d.ts +56 -63
  46. package/dist/sdk.gen.d.ts.map +1 -1
  47. package/dist/sdk.gen.js +21 -21
  48. package/dist/sdk.gen.js.map +1 -1
  49. package/dist/types.gen.d.ts +41 -41
  50. package/dist/types.gen.d.ts.map +1 -1
  51. package/dist/zod.gen.d.ts +1687 -191
  52. package/dist/zod.gen.d.ts.map +1 -1
  53. package/dist/zod.gen.js +614 -56
  54. package/dist/zod.gen.js.map +1 -1
  55. package/package.json +5 -6
@@ -67,6 +67,19 @@ export declare const BillingContactSchema: {
67
67
  readonly description: "Last name of the billing contact person.";
68
68
  readonly example: "Doe";
69
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
+ };
70
83
  };
71
84
  readonly required: readonly ["email", "first_name", "last_name"];
72
85
  readonly additionalProperties: false;
@@ -101,7 +114,7 @@ export declare const BillingCreditsSchema: {
101
114
  readonly type: "string";
102
115
  };
103
116
  readonly description: "List of product SKUs that the promotional code can be used on.";
104
- readonly example: readonly ["SKU123", "SKU456"];
117
+ readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
105
118
  };
106
119
  readonly type: {
107
120
  readonly type: "string";
@@ -136,12 +149,12 @@ export declare const ChartCreateInputSchema: {
136
149
  readonly properties: {
137
150
  readonly values: {
138
151
  readonly type: "string";
139
- readonly description: "Values to be used in the chart.";
152
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
140
153
  };
141
154
  readonly version_channel: {
142
155
  readonly type: "string";
143
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-]+)*))?$";
144
- readonly description: "Version of the chart.";
157
+ readonly description: "Desired version range or channel for the chart.";
145
158
  readonly example: "2.x.x-cfke.x";
146
159
  };
147
160
  readonly name: {
@@ -177,12 +190,12 @@ export declare const ChartSchema: {
177
190
  readonly properties: {
178
191
  readonly values: {
179
192
  readonly type: "string";
180
- readonly description: "Values to be used in the chart.";
193
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
181
194
  };
182
195
  readonly version_channel: {
183
196
  readonly type: "string";
184
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-]+)*))?$";
185
- readonly description: "Version of the chart.";
198
+ readonly description: "Desired version range or channel for the chart.";
186
199
  readonly example: "2.x.x-cfke.x";
187
200
  };
188
201
  readonly name: {
@@ -213,7 +226,7 @@ export declare const ChartSchema: {
213
226
  readonly type: "string";
214
227
  readonly description: "Status of the chart deployment.";
215
228
  readonly example: "active";
216
- readonly enum: readonly ["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing"];
229
+ readonly enum: readonly ["InstallSucceeded", "InstallFailed", "UpgradeSucceeded", "UpgradeFailed", "TestSucceeded", "TestFailed", "RollbackSucceeded", "RollbackFailed", "UninstallSucceeded", "UninstallFailed", "ArtifactFailed", "DependencyNotReady", "Progressing", "SourceNotReady"];
217
230
  };
218
231
  readonly version_current: {
219
232
  readonly type: "string";
@@ -244,12 +257,12 @@ export declare const ChartUpdateInputSchema: {
244
257
  readonly properties: {
245
258
  readonly values: {
246
259
  readonly type: "string";
247
- readonly description: "Values to be used in the chart.";
260
+ readonly description: "Values to be used in the chart encoded as a JSON string.";
248
261
  };
249
262
  readonly version_channel: {
250
263
  readonly type: "string";
251
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-]+)*))?$";
252
- readonly description: "Version of the chart.";
265
+ readonly description: "Desired version range or channel for the chart.";
253
266
  readonly example: "2.x.x-cfke.x";
254
267
  };
255
268
  };
@@ -267,19 +280,19 @@ export declare const ClusterCreateInputSchema: {
267
280
  readonly description: "Name of the cluster.";
268
281
  readonly example: "production-cluster";
269
282
  };
270
- readonly region: {
271
- readonly type: "string";
272
- readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\". This field can not be updated after creation.";
273
- readonly default: "staging";
274
- readonly example: "northamerica-central-1";
275
- readonly enum: readonly ["staging", "northamerica-central-1"];
276
- };
277
283
  readonly tier: {
278
284
  readonly type: "string";
279
285
  readonly description: "Tier of the cluster.";
280
286
  readonly example: "pro";
281
287
  readonly enum: readonly ["basic", "pro"];
282
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
+ };
283
296
  readonly version_channel: {
284
297
  readonly type: "string";
285
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-]+)*))?$";
@@ -376,19 +389,19 @@ export declare const ClusterSchema: {
376
389
  readonly description: "Name of the cluster.";
377
390
  readonly example: "production-cluster";
378
391
  };
379
- readonly region: {
380
- readonly type: "string";
381
- readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\". This field can not be updated after creation.";
382
- readonly default: "staging";
383
- readonly example: "northamerica-central-1";
384
- readonly enum: readonly ["staging", "northamerica-central-1"];
385
- };
386
392
  readonly tier: {
387
393
  readonly type: "string";
388
394
  readonly description: "Tier of the cluster.";
389
395
  readonly example: "pro";
390
396
  readonly enum: readonly ["basic", "pro"];
391
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
+ };
392
405
  readonly version_channel: {
393
406
  readonly type: "string";
394
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-]+)*))?$";
@@ -459,6 +472,12 @@ export declare const ClusterUpdateInputSchema: {
459
472
  readonly description: "Name of the cluster.";
460
473
  readonly example: "production-cluster";
461
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
+ };
462
481
  readonly version_channel: {
463
482
  readonly type: "string";
464
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-]+)*))?$";
@@ -466,6 +485,7 @@ export declare const ClusterUpdateInputSchema: {
466
485
  readonly example: "1.29.x-cfke.x";
467
486
  };
468
487
  };
488
+ readonly required: readonly ["tier"];
469
489
  readonly additionalProperties: false;
470
490
  };
471
491
  export declare const FleetCreateInputSchema: {
@@ -501,31 +521,19 @@ export declare const FleetCreateInputSchema: {
501
521
  readonly additionalProperties: false;
502
522
  };
503
523
  readonly hetzner: {
504
- readonly oneOf: readonly [{
505
- readonly type: "object";
506
- readonly properties: {
507
- readonly enabled: {
508
- readonly type: "boolean";
509
- readonly default: true;
510
- };
511
- readonly apiKey: {
512
- readonly type: "string";
513
- };
524
+ readonly type: "object";
525
+ readonly properties: {
526
+ readonly enabled: {
527
+ readonly type: "boolean";
528
+ readonly default: true;
514
529
  };
515
- readonly additionalProperties: false;
516
- }, {
517
- readonly type: "object";
518
- readonly properties: {
519
- readonly apiKey: {
520
- readonly type: "string";
521
- };
522
- readonly enabled: {
523
- readonly type: "boolean";
524
- readonly default: true;
525
- };
530
+ readonly apiKey: {
531
+ readonly type: "string";
532
+ readonly description: "Hetzner Cloud API key with read / write access";
526
533
  };
527
- readonly additionalProperties: false;
528
- }];
534
+ };
535
+ readonly required: readonly ["apiKey"];
536
+ readonly additionalProperties: false;
529
537
  };
530
538
  readonly aws: {
531
539
  readonly type: "object";
@@ -550,13 +558,8 @@ export declare const FleetCreateInputSchema: {
550
558
  readonly description: "Unique identifier of the kubernetes fleet.";
551
559
  readonly example: "new-clouds-fleet";
552
560
  };
553
- readonly type: {
554
- readonly type: "string";
555
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
556
- readonly enum: readonly ["managed", "connected"];
557
- };
558
561
  };
559
- readonly required: readonly ["id", "type"];
562
+ readonly required: readonly ["id"];
560
563
  readonly additionalProperties: false;
561
564
  };
562
565
  export declare const FleetSchema: {
@@ -592,31 +595,19 @@ export declare const FleetSchema: {
592
595
  readonly additionalProperties: false;
593
596
  };
594
597
  readonly hetzner: {
595
- readonly oneOf: readonly [{
596
- readonly type: "object";
597
- readonly properties: {
598
- readonly enabled: {
599
- readonly type: "boolean";
600
- readonly default: true;
601
- };
602
- readonly apiKey: {
603
- readonly type: "string";
604
- };
598
+ readonly type: "object";
599
+ readonly properties: {
600
+ readonly enabled: {
601
+ readonly type: "boolean";
602
+ readonly default: true;
605
603
  };
606
- readonly additionalProperties: false;
607
- }, {
608
- readonly type: "object";
609
- readonly properties: {
610
- readonly apiKey: {
611
- readonly type: "string";
612
- };
613
- readonly enabled: {
614
- readonly type: "boolean";
615
- readonly default: true;
616
- };
604
+ readonly apiKey: {
605
+ readonly type: "string";
606
+ readonly description: "Hetzner Cloud API key with read / write access";
617
607
  };
618
- readonly additionalProperties: false;
619
- }];
608
+ };
609
+ readonly required: readonly ["apiKey"];
610
+ readonly additionalProperties: false;
620
611
  };
621
612
  readonly aws: {
622
613
  readonly type: "object";
@@ -641,13 +632,8 @@ export declare const FleetSchema: {
641
632
  readonly description: "Unique identifier of the kubernetes fleet.";
642
633
  readonly example: "new-clouds-fleet";
643
634
  };
644
- readonly type: {
645
- readonly type: "string";
646
- readonly description: "Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.";
647
- readonly enum: readonly ["managed", "connected"];
648
- };
649
635
  };
650
- readonly required: readonly ["id", "type"];
636
+ readonly required: readonly ["id"];
651
637
  readonly additionalProperties: false;
652
638
  };
653
639
  export declare const FleetUpdateInputSchema: {
@@ -683,31 +669,19 @@ export declare const FleetUpdateInputSchema: {
683
669
  readonly additionalProperties: false;
684
670
  };
685
671
  readonly hetzner: {
686
- readonly oneOf: readonly [{
687
- readonly type: "object";
688
- readonly properties: {
689
- readonly enabled: {
690
- readonly type: "boolean";
691
- readonly default: true;
692
- };
693
- readonly apiKey: {
694
- readonly type: "string";
695
- };
672
+ readonly type: "object";
673
+ readonly properties: {
674
+ readonly enabled: {
675
+ readonly type: "boolean";
676
+ readonly default: true;
696
677
  };
697
- readonly additionalProperties: false;
698
- }, {
699
- readonly type: "object";
700
- readonly properties: {
701
- readonly apiKey: {
702
- readonly type: "string";
703
- };
704
- readonly enabled: {
705
- readonly type: "boolean";
706
- readonly default: true;
707
- };
678
+ readonly apiKey: {
679
+ readonly type: "string";
680
+ readonly description: "Hetzner Cloud API key with read / write access";
708
681
  };
709
- readonly additionalProperties: false;
710
- }];
682
+ };
683
+ readonly required: readonly ["apiKey"];
684
+ readonly additionalProperties: false;
711
685
  };
712
686
  readonly aws: {
713
687
  readonly type: "object";
@@ -1277,12 +1251,6 @@ export declare const OrganizationSchema: {
1277
1251
  readonly description: "Maximum number of fleets that can be created per cluster.";
1278
1252
  readonly example: 999;
1279
1253
  };
1280
- readonly managed_fleets_cpu_max: {
1281
- readonly type: "integer";
1282
- readonly minimum: 0;
1283
- readonly description: "Maximum number of CPU cores per managed fleet.";
1284
- readonly example: 999;
1285
- };
1286
1254
  readonly cluster_tiers: {
1287
1255
  readonly type: "array";
1288
1256
  readonly items: {
@@ -1324,7 +1292,7 @@ export declare const OrganizationSchema: {
1324
1292
  readonly description: "List of CFKE control plane versions available for the organization.";
1325
1293
  };
1326
1294
  };
1327
- 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"];
1328
1296
  readonly additionalProperties: false;
1329
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.";
1330
1298
  };
@@ -1486,13 +1454,13 @@ export declare const UsageSchema: {
1486
1454
  readonly type: "string";
1487
1455
  readonly description: "Tier of the cluster.";
1488
1456
  readonly example: "pro";
1489
- readonly enum: readonly [""];
1457
+ readonly enum: readonly ["basic", "pro", ""];
1490
1458
  };
1491
1459
  readonly product: {
1492
1460
  readonly type: "string";
1493
1461
  readonly description: "The product the usage is associated with";
1494
- readonly example: "cfke_infra_compute";
1495
- readonly enum: readonly ["cfke_infra_compute", "cfke_nodes", "cfke_controlplane"];
1462
+ readonly example: "cfke_controlplane";
1463
+ readonly enum: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
1496
1464
  };
1497
1465
  readonly node_name: {
1498
1466
  readonly type: "string";
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"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"}