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.
- package/dist/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|