@vidubia/constants
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -27,1 +27,2 @@ export * from './src/review-status.enum'; | ||
export * from './src/transaction-type.enum'; | ||
export * from './src/currency.enum'; |
@@ -39,1 +39,2 @@ "use strict"; | ||
__exportStar(require("./src/transaction-type.enum"), exports); | ||
__exportStar(require("./src/currency.enum"), exports); |
export declare enum Role { | ||
ROLE_SUPER_ADMIN = "ROLE_SUPER_ADMIN", | ||
ROLE_ADMIN = "ROLE_ADMIN", | ||
@@ -12,2 +13,3 @@ ROLE_TRANSLATOR = "ROLE_TRANSLATOR", | ||
export declare const RoleTree: { | ||
ROLE_SUPER_ADMIN: Role[]; | ||
ROLE_ADMIN: Role[]; | ||
@@ -14,0 +16,0 @@ ROLE_SUPERVISOR: Role[]; |
@@ -6,2 +6,3 @@ "use strict"; | ||
(function (Role) { | ||
Role["ROLE_SUPER_ADMIN"] = "ROLE_SUPER_ADMIN"; | ||
Role["ROLE_ADMIN"] = "ROLE_ADMIN"; | ||
@@ -17,2 +18,3 @@ Role["ROLE_TRANSLATOR"] = "ROLE_TRANSLATOR"; | ||
exports.RoleTree = { | ||
ROLE_SUPER_ADMIN: [Role.ROLE_ADMIN], | ||
ROLE_ADMIN: [Role.ROLE_SUPERVISOR], | ||
@@ -19,0 +21,0 @@ ROLE_SUPERVISOR: [ |
{ | ||
"name": "@vidubia/constants", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26117
57
674