@magda/registry-aspects 2.1.0-alpha.1 → 2.1.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.
@@ -45,6 +45,16 @@
45
45
  "minLength": 36,
46
46
  "maxLength": 36
47
47
  },
48
+ "extraControlPermissionIds": {
49
+ "title": "Extra Access Group Record Control Permission ID",
50
+ "description": "A list of permissions that grant extra permissions to the group users. e.g. read only access to the access group record itself.",
51
+ "type": "array",
52
+ "items": {
53
+ "type": "string",
54
+ "minLength": 36,
55
+ "maxLength": 36
56
+ }
57
+ },
48
58
  "roleId": {
49
59
  "title": "Access Group Role ID",
50
60
  "description": "The ID of the role record that is auto-created with the access-group creation. This role will be used to grant the access group permission (specified by `permissionId`) to all users who are added to this access group.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magda/registry-aspects",
3
- "version": "2.1.0-alpha.1",
3
+ "version": "2.1.0",
4
4
  "description": "Common aspects for use with the registry.",
5
5
  "scripts": {
6
6
  "build": "echo \"ok\"",