@edular/permissions 4.4.1 → 5.0.0

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/README.md CHANGED
File without changes
File without changes
package/lib/constants.js CHANGED
File without changes
package/lib/helpers.d.ts CHANGED
File without changes
package/lib/helpers.js CHANGED
File without changes
package/lib/index.d.ts CHANGED
File without changes
package/lib/index.js CHANGED
File without changes
@@ -159,22 +159,6 @@ export declare const Permissions: {
159
159
  Edit: number;
160
160
  Delete: number;
161
161
  };
162
- Documents: {
163
- Users: {
164
- ListView: {
165
- View: number;
166
- Add: number;
167
- Edit: number;
168
- Delete: number;
169
- };
170
- DetailView: {
171
- View: number;
172
- Add: number;
173
- Edit: number;
174
- Delete: number;
175
- };
176
- };
177
- };
178
162
  FinancialAid: {
179
163
  FinancialAidStaff: {
180
164
  View: number;
@@ -162,22 +162,6 @@ exports.Permissions = {
162
162
  Edit: 1513,
163
163
  Delete: 1514
164
164
  },
165
- Documents: {
166
- Users: {
167
- ListView: {
168
- View: 1551,
169
- Add: 1552,
170
- Edit: 1553,
171
- Delete: 1554
172
- },
173
- DetailView: {
174
- View: 1561,
175
- Add: 1562,
176
- Edit: 1563,
177
- Delete: 1564
178
- }
179
- }
180
- },
181
165
  FinancialAid: {
182
166
  FinancialAidStaff: {
183
167
  View: 1611,
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "name": "@edular/permissions",
3
- "version": "4.4.1",
4
- "author": "Edular",
5
- "license": "MIT",
6
- "main": "lib/index.js",
7
- "files": [
8
- "lib/**/*"
9
- ],
10
- "dependencies": {},
11
- "devDependencies": {
12
- "@types/node": "^16.7.2",
13
- "@types/prettier": "^2.3.2",
14
- "axios": "^0.21.1",
15
- "change-case": "^4.1.2",
16
- "prettier": "^2.3.2",
17
- "ts-node": "^10.2.1",
18
- "typescript": "^4.4.2"
19
- },
20
- "scripts": {
21
- "build": "tsc",
22
- "build:clean": "rm -rf lib",
23
- "generate-permissions": "ts-node scripts/generate-permissions.ts",
24
- "prepublish": "yarn build:clean && yarn build"
25
- },
26
- "publishConfig": {
27
- "access": "public"
28
- }
29
- }
1
+ {
2
+ "name": "@edular/permissions",
3
+ "version": "5.0.0",
4
+ "author": "Edular",
5
+ "license": "MIT",
6
+ "main": "lib/index.js",
7
+ "files": [
8
+ "lib/**/*"
9
+ ],
10
+ "dependencies": {},
11
+ "devDependencies": {
12
+ "@types/node": "^16.7.2",
13
+ "@types/prettier": "^2.3.2",
14
+ "axios": "^0.21.1",
15
+ "change-case": "^4.1.2",
16
+ "prettier": "^2.3.2",
17
+ "ts-node": "^10.2.1",
18
+ "typescript": "^4.4.2"
19
+ },
20
+ "scripts": {
21
+ "build": "tsc",
22
+ "build:clean": "rm -rf lib",
23
+ "generate-permissions": "ts-node scripts/generate-permissions.ts",
24
+ "prepublish": "yarn build:clean && yarn build"
25
+ },
26
+ "publishConfig": {
27
+ "access": "public"
28
+ }
29
+ }