@adminide-stack/core 1.1.1-alpha.277 → 1.1.1-alpha.295
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/lib/interfaces/generated/generated-models.d.ts +1 -1
- package/lib/interfaces/generated/generated-models.js +1 -1
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/modules/account-api/enums/index.d.ts +19 -1
- package/lib/modules/account-api/enums/index.js +18 -0
- package/lib/modules/account-api/enums/index.js.map +1 -1
- package/package.json +3 -3
@@ -5,11 +5,28 @@ export declare enum IPreDefineAccountPermissions {
|
|
5
5
|
editTeams = "organization.teams.edit",
|
6
6
|
deleteTeams = "organization.teams.delete",
|
7
7
|
manageTeams = "organization.teams.manage",
|
8
|
+
accessTeamDashboard = "organization.teams.dashboard.access",
|
8
9
|
viewProjects = "organization.projects.view",
|
9
10
|
createProjects = "organization.projects.create",
|
10
11
|
editProjects = "organization.projects.edit",
|
11
12
|
deleteProjects = "organization.projects.delete",
|
12
13
|
manageProjects = "organization.projects.manage",
|
14
|
+
viewProjectStatus = "organization.projects.status.view",
|
15
|
+
viewClients = "organization.clients.view",
|
16
|
+
createClients = "organization.clients.create",
|
17
|
+
editClients = "organization.clients.edit",
|
18
|
+
deleteClients = "organization.clients.delete",
|
19
|
+
manageClients = "organization.clients.manage",
|
20
|
+
viewTasks = "organization.tasks.view",
|
21
|
+
createTasks = "organization.tasks.create",
|
22
|
+
editTasks = "organization.tasks.edit",
|
23
|
+
deleteTasks = "organization.tasks.delete",
|
24
|
+
manageTasks = "organization.tasks.manage",
|
25
|
+
viewTags = "organization.tags.view",
|
26
|
+
createTags = "organization.tags.create",
|
27
|
+
editTags = "organization.tags.edit",
|
28
|
+
deleteTags = "organization.tags.delete",
|
29
|
+
manageTags = "organization.tags.manage",
|
13
30
|
viewOrganization = "organization.view",
|
14
31
|
createOrganization = "organization.create",
|
15
32
|
editOrganization = "organization.edit",
|
@@ -22,5 +39,6 @@ export declare enum IPreDefineAccountPermissions {
|
|
22
39
|
viewPolicies = "organization.policies.view",
|
23
40
|
editPolicies = "organization.policies.edit",
|
24
41
|
viewSettings = "organization.settings.view",
|
25
|
-
editSettings = "organization.settings.edit"
|
42
|
+
editSettings = "organization.settings.edit",
|
43
|
+
viewReports = "organization.reports.view"
|
26
44
|
}
|
@@ -9,11 +9,28 @@ var IPreDefineAccountPermissions;
|
|
9
9
|
IPreDefineAccountPermissions["editTeams"] = "organization.teams.edit";
|
10
10
|
IPreDefineAccountPermissions["deleteTeams"] = "organization.teams.delete";
|
11
11
|
IPreDefineAccountPermissions["manageTeams"] = "organization.teams.manage";
|
12
|
+
IPreDefineAccountPermissions["accessTeamDashboard"] = "organization.teams.dashboard.access";
|
12
13
|
IPreDefineAccountPermissions["viewProjects"] = "organization.projects.view";
|
13
14
|
IPreDefineAccountPermissions["createProjects"] = "organization.projects.create";
|
14
15
|
IPreDefineAccountPermissions["editProjects"] = "organization.projects.edit";
|
15
16
|
IPreDefineAccountPermissions["deleteProjects"] = "organization.projects.delete";
|
16
17
|
IPreDefineAccountPermissions["manageProjects"] = "organization.projects.manage";
|
18
|
+
IPreDefineAccountPermissions["viewProjectStatus"] = "organization.projects.status.view";
|
19
|
+
IPreDefineAccountPermissions["viewClients"] = "organization.clients.view";
|
20
|
+
IPreDefineAccountPermissions["createClients"] = "organization.clients.create";
|
21
|
+
IPreDefineAccountPermissions["editClients"] = "organization.clients.edit";
|
22
|
+
IPreDefineAccountPermissions["deleteClients"] = "organization.clients.delete";
|
23
|
+
IPreDefineAccountPermissions["manageClients"] = "organization.clients.manage";
|
24
|
+
IPreDefineAccountPermissions["viewTasks"] = "organization.tasks.view";
|
25
|
+
IPreDefineAccountPermissions["createTasks"] = "organization.tasks.create";
|
26
|
+
IPreDefineAccountPermissions["editTasks"] = "organization.tasks.edit";
|
27
|
+
IPreDefineAccountPermissions["deleteTasks"] = "organization.tasks.delete";
|
28
|
+
IPreDefineAccountPermissions["manageTasks"] = "organization.tasks.manage";
|
29
|
+
IPreDefineAccountPermissions["viewTags"] = "organization.tags.view";
|
30
|
+
IPreDefineAccountPermissions["createTags"] = "organization.tags.create";
|
31
|
+
IPreDefineAccountPermissions["editTags"] = "organization.tags.edit";
|
32
|
+
IPreDefineAccountPermissions["deleteTags"] = "organization.tags.delete";
|
33
|
+
IPreDefineAccountPermissions["manageTags"] = "organization.tags.manage";
|
17
34
|
IPreDefineAccountPermissions["viewOrganization"] = "organization.view";
|
18
35
|
IPreDefineAccountPermissions["createOrganization"] = "organization.create";
|
19
36
|
IPreDefineAccountPermissions["editOrganization"] = "organization.edit";
|
@@ -27,5 +44,6 @@ var IPreDefineAccountPermissions;
|
|
27
44
|
IPreDefineAccountPermissions["editPolicies"] = "organization.policies.edit";
|
28
45
|
IPreDefineAccountPermissions["viewSettings"] = "organization.settings.view";
|
29
46
|
IPreDefineAccountPermissions["editSettings"] = "organization.settings.edit";
|
47
|
+
IPreDefineAccountPermissions["viewReports"] = "organization.reports.view";
|
30
48
|
})(IPreDefineAccountPermissions = exports.IPreDefineAccountPermissions || (exports.IPreDefineAccountPermissions = {}));
|
31
49
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/account-api/enums/index.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/account-api/enums/index.ts"],"names":[],"mappings":";;;AAAA,IAAY,4BAkDX;AAlDD,WAAY,4BAA4B;IACtC,gFAAgD,CAAA;IAChD,qEAAqC,CAAA;IACrC,yEAAyC,CAAA;IACzC,qEAAqC,CAAA;IACrC,yEAAyC,CAAA;IACzC,yEAAyC,CAAA;IACzC,2FAA2D,CAAA;IAE3D,2EAA2C,CAAA;IAC3C,+EAA+C,CAAA;IAC/C,2EAA2C,CAAA;IAC3C,+EAA+C,CAAA;IAC/C,+EAA+C,CAAA;IAC/C,uFAAuD,CAAA;IAEvD,yEAAyC,CAAA;IACzC,6EAA6C,CAAA;IAC7C,yEAAyC,CAAA;IACzC,6EAA6C,CAAA;IAC7C,6EAA6C,CAAA;IAE7C,qEAAqC,CAAA;IACrC,yEAAyC,CAAA;IACzC,qEAAqC,CAAA;IACrC,yEAAyC,CAAA;IACzC,yEAAyC,CAAA;IAEzC,mEAAmC,CAAA;IACnC,uEAAuC,CAAA;IACvC,mEAAmC,CAAA;IACnC,uEAAuC,CAAA;IACvC,uEAAuC,CAAA;IAEvC,sEAAsC,CAAA;IACtC,0EAA0C,CAAA;IAC1C,sEAAsC,CAAA;IACtC,0EAA0C,CAAA;IAC1C,0EAA0C,CAAA;IAE1C,qEAAqC,CAAA;IACrC,qEAAsC,CAAA;IACtC,iFAAiD,CAAA;IACjD,iFAAiD,CAAA;IACjD,2EAA2C,CAAA;IAC3C,2EAA2C,CAAA;IAC3C,2EAA2C,CAAA;IAC3C,2EAA2C,CAAA;IAE3C,yEAAyC,CAAA;AAC3C,CAAC,EAlDW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAkDvC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adminide-stack/core",
|
3
|
-
"version": "1.1.1-alpha.
|
3
|
+
"version": "1.1.1-alpha.295",
|
4
4
|
"description": "AdminIDE core for higher packages to depend on",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "CDMBase LLC",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"sort-keys": "^4.0.0"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
|
-
"@common-stack/server-core": ">=0.1.
|
47
|
+
"@common-stack/server-core": ">=0.1.19"
|
48
48
|
},
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"typescript": {
|
53
53
|
"definition": "lib/index.d.ts"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "933e78d349f0f1244aeb1d07199ecc47730d3bbe"
|
56
56
|
}
|