hl-core 0.0.10-beta.39 → 0.0.10-beta.40
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/composables/index.ts +0 -3
- package/package.json +1 -1
- package/types/enum.ts +0 -1
package/composables/index.ts
CHANGED
|
@@ -841,9 +841,6 @@ export class RoleController {
|
|
|
841
841
|
isUrsp = () => {
|
|
842
842
|
return this.isRole(constants.roles.URSP);
|
|
843
843
|
};
|
|
844
|
-
isArchivist = () => {
|
|
845
|
-
return this.isRole(constants.roles.Archivist);
|
|
846
|
-
};
|
|
847
844
|
hasAccess = () => {
|
|
848
845
|
const baseAccessRoles = this.isAdmin() || this.isSupport() || this.isAnalyst() || this.isDrn();
|
|
849
846
|
return {
|
package/package.json
CHANGED