waldur-js-client 7.8.5-dev.7 → 7.8.5-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.
@@ -4080,6 +4080,14 @@ export type MergedPluginOptions = {
4080
4080
  * Slurm account name generation policy
4081
4081
  */
4082
4082
  account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
4083
+ /**
4084
+ * Defines if backend_id should be shown more prominently by the UI
4085
+ */
4086
+ highlight_backend_id_display?: boolean;
4087
+ /**
4088
+ * Label used by UI for showing value of the backend_id
4089
+ */
4090
+ backend_id_display_label?: string;
4083
4091
  };
4084
4092
  export type MergedPluginOptionsRequest = {
4085
4093
  /**
@@ -4250,6 +4258,14 @@ export type MergedPluginOptionsRequest = {
4250
4258
  * Slurm account name generation policy
4251
4259
  */
4252
4260
  account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
4261
+ /**
4262
+ * Defines if backend_id should be shown more prominently by the UI
4263
+ */
4264
+ highlight_backend_id_display?: boolean;
4265
+ /**
4266
+ * Label used by UI for showing value of the backend_id
4267
+ */
4268
+ backend_id_display_label?: string;
4253
4269
  };
4254
4270
  export type MergedSecretOptions = {
4255
4271
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.5-dev.7",
3
+ "version": "7.8.5-dev.8",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",