@manyos/smileconnect-api 1.55.1 → 1.55.2

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/docs/releases.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## API
4
4
 
5
+ ### 1.55.2 - 14.02.22
6
+ Use custom login Id instead of azp also for eventlog
7
+
5
8
  ### 1.55.1 - 09.02.22
6
9
  Add reconId only for BMC.ASSET dataset
7
10
 
@@ -135,6 +138,9 @@ e.g.
135
138
 
136
139
  ## Event Manager
137
140
 
141
+ ### 1.20.0 - 14.02.22
142
+ Improve logging
143
+
138
144
  ### 1.19.0 - 09.11.21
139
145
  Allow 16k header
140
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.55.1",
3
+ "version": "1.55.2",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -67,7 +67,7 @@ function eventQueueHandler(req, res, next) {
67
67
  const eventData = req.eventData;
68
68
  eventLog.createSuccessLog(
69
69
  req.id,
70
- req.user.azp,
70
+ req.user.config.clientId,
71
71
  eventData.ticketNumber,
72
72
  eventData.schema,
73
73
  eventData.event,