waldur-js-client 7.7.10-dev.4 → 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.
@@ -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
  */
@@ -10744,6 +10752,8 @@ export type ResourceUpdateLimitsRequest = {
10744
10752
  limits: {
10745
10753
  [key: string]: number;
10746
10754
  };
10755
+ request_comment?: string | null;
10756
+ attachment?: (Blob | File) | null;
10747
10757
  };
10748
10758
  export type ResourceUpdateRequest = {
10749
10759
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.10-dev.4",
3
+ "version": "7.7.10-dev.6",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",