waldur-js-client 7.7.10-dev.5 → 7.7.10-dev.6
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
|
@@ -3846,6 +3846,10 @@ export type MergedPluginOptions = {
|
|
|
3846
3846
|
* Rancher deployment mode
|
|
3847
3847
|
*/
|
|
3848
3848
|
deployment_mode?: DeploymentModeEnum;
|
|
3849
|
+
/**
|
|
3850
|
+
* Regular expression to limit flavors list
|
|
3851
|
+
*/
|
|
3852
|
+
flavors_regex?: string;
|
|
3849
3853
|
/**
|
|
3850
3854
|
* List of UUID of OpenStack offerings where tenant can be created
|
|
3851
3855
|
*/
|
|
@@ -3996,6 +4000,10 @@ export type MergedPluginOptionsRequest = {
|
|
|
3996
4000
|
* Rancher deployment mode
|
|
3997
4001
|
*/
|
|
3998
4002
|
deployment_mode?: DeploymentModeEnum;
|
|
4003
|
+
/**
|
|
4004
|
+
* Regular expression to limit flavors list
|
|
4005
|
+
*/
|
|
4006
|
+
flavors_regex?: string;
|
|
3999
4007
|
/**
|
|
4000
4008
|
* List of UUID of OpenStack offerings where tenant can be created
|
|
4001
4009
|
*/
|