@steedos/standard-process-approval 2.5.3-beta.11 → 2.5.3-beta.13

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.
@@ -4,10 +4,13 @@ description:
4
4
  fields:
5
5
  name:
6
6
  label: API Name
7
- help:
7
+ help: >-
8
+ Can only contain lowercase letters and numbers, must start with a letter,
9
+ cannot end with an underscore character or contain two consecutive
10
+ underscore characters
8
11
  description:
9
12
  label:
10
- label:
13
+ label: Label
11
14
  help:
12
15
  description:
13
16
  object_name:
@@ -23,11 +26,11 @@ fields:
23
26
  help:
24
27
  description:
25
28
  assigned_users:
26
- label:
29
+ label: Assigned Users
27
30
  help:
28
31
  description:
29
32
  assigned_user_field:
30
- label:
33
+ label: Assigned User Field
31
34
  help:
32
35
  description:
33
36
  groups:
@@ -4,7 +4,10 @@ description:
4
4
  fields:
5
5
  name:
6
6
  label: API Name
7
- help:
7
+ help: >-
8
+ Can only contain lowercase letters and numbers, must start with a letter,
9
+ cannot end with an underscore character or contain two consecutive
10
+ underscore characters
8
11
  description:
9
12
  label:
10
13
  label: Label
@@ -7,15 +7,15 @@ fields:
7
7
  help:
8
8
  description:
9
9
  name:
10
- label:
10
+ label: Api Name
11
11
  help:
12
12
  description:
13
13
  label:
14
- label:
14
+ label: Label
15
15
  help:
16
16
  description:
17
17
  active:
18
- label:
18
+ label: Enable
19
19
  help:
20
20
  description:
21
21
  trigger_type:
@@ -30,7 +30,7 @@ fields:
30
30
  value: onCreateOrTriggeringUpdate
31
31
  description:
32
32
  formula:
33
- label:
33
+ label: Formula
34
34
  help: Run Immediate Actions if the following criteria are met.
35
35
  description:
36
36
  updates_field_actions:
@@ -46,7 +46,7 @@ fields:
46
46
  help:
47
47
  description:
48
48
  description:
49
- label:
49
+ label: Description
50
50
  help:
51
51
  description:
52
52
  filters:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.5.3-beta.11",
3
+ "version": "2.5.3-beta.13",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.5.3-beta.11"
13
+ "@steedos/process": "2.5.3-beta.13"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "90a5790974f858323e534c321f96643da576d260"
18
+ "gitHead": "293a5a23b2a4ab86f037368b0f450c8b2fba4e44"
19
19
  }