waldur-js-client 7.9.7-dev.8 → 7.9.7-dev.9
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
|
@@ -6758,6 +6758,10 @@ export type MergedPluginOptions = {
|
|
|
6758
6758
|
* Maximal number of offering resources allowed per project
|
|
6759
6759
|
*/
|
|
6760
6760
|
maximal_resource_count_per_project?: number;
|
|
6761
|
+
/**
|
|
6762
|
+
* Attribute name to enforce uniqueness per value. E.g., 'storage_data_type' ensures only one resource per storage type per project.
|
|
6763
|
+
*/
|
|
6764
|
+
unique_resource_per_attribute?: string;
|
|
6761
6765
|
/**
|
|
6762
6766
|
* Required user role in a project for provisioning of resources
|
|
6763
6767
|
*/
|
|
@@ -7004,6 +7008,10 @@ export type MergedPluginOptionsRequest = {
|
|
|
7004
7008
|
* Maximal number of offering resources allowed per project
|
|
7005
7009
|
*/
|
|
7006
7010
|
maximal_resource_count_per_project?: number;
|
|
7011
|
+
/**
|
|
7012
|
+
* Attribute name to enforce uniqueness per value. E.g., 'storage_data_type' ensures only one resource per storage type per project.
|
|
7013
|
+
*/
|
|
7014
|
+
unique_resource_per_attribute?: string;
|
|
7007
7015
|
/**
|
|
7008
7016
|
* Required user role in a project for provisioning of resources
|
|
7009
7017
|
*/
|