@manyos/smileconnect-api 1.45.5 → 1.45.6

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.
@@ -74,7 +74,7 @@ async function createTask(clientConfig, rootForm, rootRequestId, taskData, creat
74
74
  thisTask.RootRequestMode = "1";
75
75
  thisTask.RootRequestName = rootRequestId;
76
76
  thisTask.RootRequestInstanceId = rootRequest.data[0]['InstanceId'];
77
- thisTask.sequence = thisTask.sequence || "1";
77
+ thisTask.sequence = thisTask.Sequence || "1";
78
78
  });
79
79
 
80
80
  //run postScripts
package/docs/releases.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## API
4
4
 
5
- ### 1.45.4 - 05.10.21
5
+ ### 1.45.6 - 05.10.21
6
6
  Fix issue: Use normal Task mapping for new tasks and existing tasks as no Interface Create Form is used.
7
7
 
8
8
  ### 1.45.2 - 05.10.21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.45.5",
3
+ "version": "1.45.6",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {