waldur-js-client 7.7.10-dev.4 → 7.7.10-dev.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.
@@ -10744,6 +10744,8 @@ export type ResourceUpdateLimitsRequest = {
10744
10744
  limits: {
10745
10745
  [key: string]: number;
10746
10746
  };
10747
+ request_comment?: string | null;
10748
+ attachment?: (Blob | File) | null;
10747
10749
  };
10748
10750
  export type ResourceUpdateRequest = {
10749
10751
  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.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",