@univerjs/protocol 0.1.39-alpha.16 → 0.1.39-alpha.18
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.
|
@@ -152,6 +152,7 @@ export interface ListRolesResponse {
|
|
|
152
152
|
error: Error | undefined;
|
|
153
153
|
roles: UnitRoleKV[];
|
|
154
154
|
actions: UnitAction[];
|
|
155
|
+
defaultStrategies: UnitPermissionStrategy[];
|
|
155
156
|
}
|
|
156
157
|
export interface AuthzService {
|
|
157
158
|
/** create a permission mount point for specified type of object */
|