waldur-js-client 7.9.5-dev.0 → 7.9.5
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 +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5173,6 +5173,10 @@ export type MergedPluginOptions = {
|
|
|
5173
5173
|
* Slurm account name generation policy
|
|
5174
5174
|
*/
|
|
5175
5175
|
account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
|
|
5176
|
+
/**
|
|
5177
|
+
* Enable display of order actions for service provider
|
|
5178
|
+
*/
|
|
5179
|
+
enable_display_of_order_actions_for_service_provider?: boolean;
|
|
5176
5180
|
/**
|
|
5177
5181
|
* If set to False, an order requires manual provider approval
|
|
5178
5182
|
*/
|
|
@@ -5407,6 +5411,10 @@ export type MergedPluginOptionsRequest = {
|
|
|
5407
5411
|
* Slurm account name generation policy
|
|
5408
5412
|
*/
|
|
5409
5413
|
account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
|
|
5414
|
+
/**
|
|
5415
|
+
* Enable display of order actions for service provider
|
|
5416
|
+
*/
|
|
5417
|
+
enable_display_of_order_actions_for_service_provider?: boolean;
|
|
5410
5418
|
/**
|
|
5411
5419
|
* If set to False, an order requires manual provider approval
|
|
5412
5420
|
*/
|