waldur-js-client 8.0.2-dev.1 → 8.0.2-dev.2

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.
@@ -8487,6 +8487,10 @@ export type MergedPluginOptions = {
8487
8487
  * Label used by UI for showing value of the backend_id
8488
8488
  */
8489
8489
  backend_id_display_label?: string;
8490
+ /**
8491
+ * List of disabled marketplace resource actions for this offering.
8492
+ */
8493
+ disabled_resource_actions?: Array<string>;
8490
8494
  };
8491
8495
  export type MergedPluginOptionsRequest = {
8492
8496
  /**
@@ -8741,6 +8745,10 @@ export type MergedPluginOptionsRequest = {
8741
8745
  * Label used by UI for showing value of the backend_id
8742
8746
  */
8743
8747
  backend_id_display_label?: string;
8748
+ /**
8749
+ * List of disabled marketplace resource actions for this offering.
8750
+ */
8751
+ disabled_resource_actions?: Array<string>;
8744
8752
  };
8745
8753
  export type MergedSecretOptions = {
8746
8754
  /**
@@ -20979,6 +20987,10 @@ export type SlurmPeriodicUsagePolicy = {
20979
20987
  * QoS management strategy
20980
20988
  */
20981
20989
  qos_strategy?: QosStrategyEnum;
20990
+ /**
20991
+ * Warnings about misconfiguration, e.g. missing site agent queue registration.
20992
+ */
20993
+ readonly warnings: Array<string>;
20982
20994
  };
20983
20995
  export type SlurmPeriodicUsagePolicyRequest = {
20984
20996
  scope: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.2-dev.1",
3
+ "version": "8.0.2-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",