@manyos/smileconnect-api 1.52.2 → 1.52.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.
@@ -303,7 +303,7 @@ async function updateTicket(ticketConfig, clientConfig, id, ticketData, globalSc
303
303
 
304
304
  //run afterExecution
305
305
  if (scripts && scripts.afterExecution) {
306
- await scriptController.runScripts(scripts.afterExecution, ticketData, clientConfig.clientId);
306
+ await scriptController.runScripts(scripts.afterExecution, ticketData, clientConfig.clientId, globalScriptParams);
307
307
  }
308
308
 
309
309
  return update;
package/docs/releases.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## API
4
4
 
5
+ ### 1.52.3 - 16.11.11
6
+ Fix issue: Add globalParams to update ticket
7
+
5
8
  ### 1.52.2 - 16.11.11
6
9
  Fix issue: Inbound Events Names missed 'Worklog' for Task Worklogs
7
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.52.2",
3
+ "version": "1.52.3",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {