@steedos/service-core-objects 3.0.0-beta.83 → 3.0.0-beta.84

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,21 @@
1
+ name: admin_bull_dashboard
2
+ desktop: true
3
+ icon: dashboard
4
+ is_new_window: true
5
+ label: Bull Dashboard
6
+ mobile: true
7
+ permissions:
8
+ - permission: 'off'
9
+ permission_set: user
10
+ - permission: 'off'
11
+ permission_set: customer
12
+ - permission: 'off'
13
+ permission_set: supplier
14
+ - permission: 'on'
15
+ permission_set: admin
16
+ - permission: 'off'
17
+ permission_set: organization_admin
18
+ - permission: 'off'
19
+ permission_set: workflow_admin
20
+ type: url
21
+ url: /bull-jobs/dashboard/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.0-beta.83",
3
+ "version": "3.0.0-beta.84",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,12 +10,12 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/service-package-loader": "3.0.0-beta.83",
13
+ "@steedos/service-package-loader": "3.0.0-beta.84",
14
14
  "json2xls": "^0.1.2",
15
15
  "lodash": "^4.17.21"
16
16
  },
17
17
  "description": "steedos package",
18
18
  "repository": {},
19
19
  "license": "MIT",
20
- "gitHead": "afac03321e349f5cfc87b7b4776406219347dbb3"
20
+ "gitHead": "2d66de8a4592700901c28ae69ead7733166b761b"
21
21
  }