@autologix-engineering/shared 1.2.36 → 1.2.37
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/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare enum PermissionModule {
|
|
2
|
+
Users = "Users",
|
|
2
3
|
CityState = "City & State Master",
|
|
3
4
|
Driver = "Driver Master",
|
|
4
5
|
Vehicle = "Vehicle Master",
|
|
@@ -7,6 +8,10 @@ export declare enum PermissionModule {
|
|
|
7
8
|
Client = "Client Master",
|
|
8
9
|
Booking = "Booking Management",
|
|
9
10
|
Billing = "Billing & Invoicing",
|
|
11
|
+
VendorKnockoff = "Vendor Knockoff",
|
|
12
|
+
BusinessAssociates = "Business Associates",
|
|
13
|
+
NonRevenueTransfers = "Non-Revenue Transfers",
|
|
14
|
+
WorkOrderManagement = "Work Order Management",
|
|
10
15
|
Configuration = "Configuration",
|
|
11
16
|
CompanySettings = "Company Settings"
|
|
12
17
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export var PermissionModule;
|
|
2
2
|
(function (PermissionModule) {
|
|
3
|
+
PermissionModule["Users"] = "Users";
|
|
3
4
|
PermissionModule["CityState"] = "City & State Master";
|
|
4
5
|
PermissionModule["Driver"] = "Driver Master";
|
|
5
6
|
PermissionModule["Vehicle"] = "Vehicle Master";
|
|
@@ -8,6 +9,10 @@ export var PermissionModule;
|
|
|
8
9
|
PermissionModule["Client"] = "Client Master";
|
|
9
10
|
PermissionModule["Booking"] = "Booking Management";
|
|
10
11
|
PermissionModule["Billing"] = "Billing & Invoicing";
|
|
12
|
+
PermissionModule["VendorKnockoff"] = "Vendor Knockoff";
|
|
13
|
+
PermissionModule["BusinessAssociates"] = "Business Associates";
|
|
14
|
+
PermissionModule["NonRevenueTransfers"] = "Non-Revenue Transfers";
|
|
15
|
+
PermissionModule["WorkOrderManagement"] = "Work Order Management";
|
|
11
16
|
PermissionModule["Configuration"] = "Configuration";
|
|
12
17
|
PermissionModule["CompanySettings"] = "Company Settings";
|
|
13
18
|
})(PermissionModule || (PermissionModule = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission.module.enum.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/enums/src/permission.module.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"permission.module.enum.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/enums/src/permission.module.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAgBX;AAhBD,WAAY,gBAAgB;IAC3B,mCAAe,CAAA;IACf,qDAAiC,CAAA;IACjC,4CAAwB,CAAA;IACxB,8CAA0B,CAAA;IAC1B,4CAAwB,CAAA;IACxB,4CAAwB,CAAA;IACxB,4CAAwB,CAAA;IACxB,kDAA8B,CAAA;IAC9B,mDAA+B,CAAA;IAC/B,sDAAkC,CAAA;IAClC,8DAA0C,CAAA;IAC1C,iEAA6C,CAAA;IAC7C,iEAA6C,CAAA;IAC7C,mDAA+B,CAAA;IAC/B,wDAAoC,CAAA;AACrC,CAAC,EAhBW,gBAAgB,KAAhB,gBAAgB,QAgB3B"}
|