waldur-js-client 8.0.10-dev.7 → 8.0.10-dev.8

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.
@@ -2748,6 +2748,7 @@ export type BasicUser = {
2748
2748
  };
2749
2749
  export type BidEnum = 'eager' | 'willing' | 'not_willing' | 'conflict';
2750
2750
  export type BillingModeEnum = 'monthly' | 'prepaid' | 'usage';
2751
+ export type BillingSourceEnum = 'quota' | 'placement';
2751
2752
  export type BillingTypeEnum = 'fixed' | 'usage' | 'limit' | 'one' | 'few';
2752
2753
  export type BillingUnit = 'month' | 'quarter' | 'half_month' | 'day' | 'hour' | 'quantity';
2753
2754
  export type BlankEnum = '';
@@ -10711,6 +10712,10 @@ export type MergedPluginOptions = {
10711
10712
  * Interval in minutes between usage polling for this offering (default: 60)
10712
10713
  */
10713
10714
  usage_poll_interval_minutes?: number;
10715
+ /**
10716
+ * Source for OpenStack instance compute ComponentUsage: 'quota' (flavor-derived Nova quota, default) or 'placement' (Placement allocations; also bills VGPU/PCI/custom resource classes).
10717
+ */
10718
+ billing_source?: BillingSourceEnum;
10714
10719
  /**
10715
10720
  * HEAppE cluster id
10716
10721
  */
@@ -11061,6 +11066,10 @@ export type MergedPluginOptionsRequest = {
11061
11066
  * Interval in minutes between usage polling for this offering (default: 60)
11062
11067
  */
11063
11068
  usage_poll_interval_minutes?: number;
11069
+ /**
11070
+ * Source for OpenStack instance compute ComponentUsage: 'quota' (flavor-derived Nova quota, default) or 'placement' (Placement allocations; also bills VGPU/PCI/custom resource classes).
11071
+ */
11072
+ billing_source?: BillingSourceEnum;
11064
11073
  /**
11065
11074
  * HEAppE cluster id
11066
11075
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.10-dev.7",
3
+ "version": "8.0.10-dev.8",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",