waldur-js-client 8.0.8-dev.25 → 8.0.8-dev.26

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.
@@ -7668,6 +7668,8 @@ export type HypervisorSummary = {
7668
7668
  total_local_gb: number;
7669
7669
  used_local_gb: number;
7670
7670
  total_running_vms: number;
7671
+ cpu_allocation_ratio: number;
7672
+ effective_vcpus: number;
7671
7673
  };
7672
7674
  export type IpMapping = {
7673
7675
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.8-dev.25",
3
+ "version": "8.0.8-dev.26",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",