waldur-js-client 7.7.4-dev.0 → 7.7.4-dev.1

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.
@@ -7310,7 +7310,7 @@ export type Permission = {
7310
7310
  readonly role_name?: string;
7311
7311
  readonly role_description?: string;
7312
7312
  readonly role_uuid?: string;
7313
- readonly scope_type?: string;
7313
+ readonly scope_type?: string | null;
7314
7314
  readonly scope_uuid?: string;
7315
7315
  readonly scope_name?: string;
7316
7316
  readonly customer_uuid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.4-dev.0",
3
+ "version": "7.7.4-dev.1",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",