@manyos/smileconnect-api 1.36.3 → 1.36.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.36.3",
3
+ "version": "1.36.4",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -126,7 +126,7 @@ module.exports = (function() {
126
126
  eventLog.setEventData(
127
127
  req,
128
128
  req.parentEventBase,
129
- CONSTANTS.EVENT_ACTION_SEARCH,
129
+ CONSTANTS.EVENT_ACTION_QUERY,
130
130
  req.parentForm,
131
131
  id
132
132
  );