@steedos/standard-ui 2.6.7 → 2.6.8-beta.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.
@@ -5,17 +5,17 @@ is_new_window: false
5
5
  label: API Key
6
6
  mobile: true
7
7
  permissions:
8
- - permission: 'on'
8
+ - permission: 'off'
9
9
  permission_set: user
10
- - permission: 'on'
10
+ - permission: 'off'
11
11
  permission_set: customer
12
- - permission: 'on'
12
+ - permission: 'off'
13
13
  permission_set: supplier
14
14
  - permission: 'on'
15
15
  permission_set: admin
16
- - permission: 'on'
16
+ - permission: 'off'
17
17
  permission_set: organization_admin
18
- - permission: 'on'
18
+ - permission: 'off'
19
19
  permission_set: workflow_admin
20
20
  type: object
21
21
  object: api_keys
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.6.7",
3
+ "version": "2.6.8-beta.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": "7852282dc4524d9669457debd787bcd6c8614a3d"
15
+ "gitHead": "fc0c3488501254ec402e770673de858e8d76df5a"
16
16
  }