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.
- package/dist/types.gen.d.ts +12 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|