@varius.io/framework 13.15.1 → 13.15.2
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.
|
@@ -22,7 +22,7 @@ export declare function listBusinessRoleAssignments(businessId: string, opt?: Li
|
|
|
22
22
|
export declare function listUserRoleAssignments(userId: string): Promise<RoleAssignment[]>;
|
|
23
23
|
export declare function listSuperAdmins(): Promise<string[]>;
|
|
24
24
|
export declare function getUserIsSuperAdmin(userId: string): Promise<boolean>;
|
|
25
|
-
export declare function getRoleIdFromStudioRoleId(studioRoleId:
|
|
25
|
+
export declare function getRoleIdFromStudioRoleId(studioRoleId: string): string;
|
|
26
26
|
export declare function getStudioRoleIdFromRoleId(roleId: string): string;
|
|
27
27
|
export {};
|
|
28
28
|
//# sourceMappingURL=auth-mgmt.d.ts.map
|