@fonoster/common 0.15.10 → 0.15.13
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/dist/identity/roles.js +1 -0
- package/package.json +2 -2
package/dist/identity/roles.js
CHANGED
|
@@ -122,6 +122,7 @@ const roles = [
|
|
|
122
122
|
name: types_1.Role.WORKSPACE_MEMBER,
|
|
123
123
|
description: "Access to User and Workspace endpoints",
|
|
124
124
|
access: [
|
|
125
|
+
"/fonoster.identity.v1beta2.Identity/GetUser",
|
|
125
126
|
"/fonoster.identity.v1beta2.Identity/GetWorkspace",
|
|
126
127
|
"/fonoster.identity.v1beta2.Identity/ListWorkspaces",
|
|
127
128
|
...workspaceResourceAccess
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/common",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.13",
|
|
4
4
|
"description": "Common library for Fonoster projects",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/nodemailer": "^6.4.14"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "67749f08fc091becead3ecb08f662cd0b129f572"
|
|
53
53
|
}
|