@steedos/standard-permission 2.3.3-beta.4 → 2.3.3

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.
@@ -0,0 +1,37 @@
1
+ name: permission_fields
2
+ label: Permission fields
3
+ description:
4
+ fields:
5
+ name:
6
+ label: Api name
7
+ type: text
8
+ readonly: true
9
+ sort_no: 100
10
+ permission_set_id:
11
+ label: Permission set
12
+ help:
13
+ description:
14
+ permission_object:
15
+ label: Permission object
16
+ help:
17
+ description:
18
+ object_name:
19
+ label: Object name
20
+ help:
21
+ description:
22
+ field:
23
+ label: Field name
24
+ help:
25
+ description:
26
+ readable:
27
+ label: Readable
28
+ help:
29
+ description:
30
+ editable:
31
+ label: Editable
32
+ help:
33
+ description:
34
+ is_system:
35
+ label: System
36
+ help:
37
+ description:
@@ -114,3 +114,5 @@ listviews:
114
114
  actions:
115
115
  customize:
116
116
  label: Customize
117
+ resetFieldPermissions:
118
+ label: ResetFieldPermissions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.3.3-beta.4",
3
+ "version": "2.3.3",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "ce8b0bf626913594fdbfeff3bcacbd0f65174fe0"
15
+ "gitHead": "9d46ca700b9fc9586b66bcc8410684ff7343f5fb"
16
16
  }