@steedos/standard-process-approval 3.0.0-beta.99 → 3.0.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.
@@ -1,5 +1,5 @@
1
1
  name: workflow_outbound_messages
2
- label: Outbound Message Actions
2
+ label: Outbound Messages
3
3
  description:
4
4
  fields:
5
5
  name:
@@ -39,7 +39,7 @@ fields:
39
39
  description:
40
40
  listviews:
41
41
  all:
42
- label: All Outbound Message Actions
42
+ label: All Outbound Messages
43
43
  actions:
44
44
  customize:
45
45
  label: Customize
@@ -1,5 +1,5 @@
1
1
  name: workflow_rule
2
- label: Workflow Rule
2
+ label: Workflow Rules
3
3
  description:
4
4
  fields:
5
5
  object_name:
@@ -69,7 +69,7 @@ fields:
69
69
  time_triggers.$.workflow_notifications_actions:
70
70
  label: Notification
71
71
  time_triggers.$.workflow_outbound_messages_actions:
72
- label: Outbound Message Actions
72
+ label: Outbound Messages
73
73
  groups:
74
74
  rule_criteria: Rule Criteria
75
75
  immediate_actions: Immediate Actions
@@ -4,5 +4,5 @@ type: lookup
4
4
  reference_to: apps
5
5
  reference_to_field: code
6
6
  filters:
7
- - [['code','!=','admin'], ['secret','!=', null]]
7
+ - [['code','!=','admin']]
8
8
  sort_no: 80
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "3.0.0-beta.99",
3
+ "version": "3.0.0",
4
4
  "main": "package.service.js",
5
- "private": false,
6
5
  "publishConfig": {
7
6
  "access": "public"
8
7
  },
@@ -10,11 +9,11 @@
10
9
  "steedos"
11
10
  ],
12
11
  "dependencies": {
13
- "@steedos/process": "3.0.0-beta.99",
12
+ "@steedos/process": "3.0.0",
14
13
  "nanoid": "^3.3.4"
15
14
  },
16
15
  "description": "steedos package",
17
16
  "repository": {},
18
17
  "license": "MIT",
19
- "gitHead": "a0e9d5ee78766e54048a385b7677f6916aa287c4"
18
+ "gitHead": "20ea485d800dd4ad0a99c82b26000879c2f85741"
20
19
  }
@@ -30,7 +30,7 @@ module.exports = {
30
30
  /**
31
31
  * Dependencies
32
32
  */
33
- dependencies: ['~packages-standard-objects'],
33
+ dependencies: ['@steedos/standard-objects'],
34
34
 
35
35
  /**
36
36
  * Actions