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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.10-beta.39",
3
+ "version": "0.0.10-beta.40",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",
package/types/enum.ts CHANGED
@@ -117,7 +117,6 @@ export enum Roles {
117
117
  ManagerAuletti = 'ManagerAuletti',
118
118
  HeadOfDso = 'HeadOfDso',
119
119
  URSP = 'URSP',
120
- Archivist = 'Archivist',
121
120
  }
122
121
 
123
122
  export enum Statuses {