@steedos/standard-permission 2.2.55-beta.22 → 2.3.0-beta.10

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.
@@ -46,6 +46,14 @@ fields:
46
46
  label: Modify Division's Records
47
47
  help:
48
48
  description:
49
+ viewAssignCompanysRecords:
50
+ label: View specific departments
51
+ help:
52
+ description:
53
+ modifyAssignCompanysRecords:
54
+ label: Modify specific departments
55
+ help:
56
+ description:
49
57
  allowReadFiles:
50
58
  label: Allow Read Files
51
59
  help:
@@ -91,7 +99,7 @@ fields:
91
99
  help:
92
100
  description:
93
101
  is_system:
94
- label: 系统
102
+ label: System
95
103
  help:
96
104
  description:
97
105
  groups:
@@ -0,0 +1,35 @@
1
+ name: restriction_rules
2
+ label: Restriction rules
3
+ description:
4
+ fields:
5
+ name:
6
+ label: Api Name
7
+ help:
8
+ description:
9
+ object_name:
10
+ label: Object name
11
+ help:
12
+ description:
13
+ active:
14
+ label: Actived
15
+ help:
16
+ description:
17
+ entry_criteria:
18
+ label: Entry criteria
19
+ help:
20
+ description:
21
+ record_filter:
22
+ label: Record filter
23
+ help:
24
+ description:
25
+ description:
26
+ label: Description
27
+ help:
28
+ description:
29
+ is_system:
30
+ label: System
31
+ help:
32
+ description:
33
+ actions:
34
+ customize:
35
+ label: Customize
@@ -0,0 +1,35 @@
1
+ name: share_rules
2
+ label: Share rules
3
+ description:
4
+ fields:
5
+ name:
6
+ label: Api Name
7
+ help:
8
+ description:
9
+ object_name:
10
+ label: Object name
11
+ help:
12
+ description:
13
+ active:
14
+ label: Actived
15
+ help:
16
+ description:
17
+ entry_criteria:
18
+ label: Entry criteria
19
+ help:
20
+ description:
21
+ record_filter:
22
+ label: Record filter
23
+ help:
24
+ description:
25
+ description:
26
+ label: Description
27
+ help:
28
+ description:
29
+ is_system:
30
+ label: System
31
+ help:
32
+ description:
33
+ actions:
34
+ customize:
35
+ label: Customize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.2.55-beta.22",
3
+ "version": "2.3.0-beta.10",
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": "a29c92a15117cf0a077a5389e96ffcd76f8478dd"
15
+ "gitHead": "93ee531717f5123d49822af0248da1be9ada517f"
16
16
  }