@manyos/smileconnect-api 1.71.7 → 1.71.8

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.
@@ -198,6 +198,7 @@ function queryCMDBObject(clientConfig, query, customFields, customOptions, inclu
198
198
  async function handleCMDBObjectResult(cmdbObject, mapping, clientConfig, includeArray, globalRelationObjects, deleteFields, globalScriptParams) {
199
199
  const internalReconId = cmdbObject['Reconciliation Identity'];
200
200
  const internalId = cmdbObject['Instance Id'];
201
+ const classId = cmdbObject['Class Id'];
201
202
 
202
203
  deleteFields.forEach(internalRequiredField => {
203
204
  delete cmdbObject[internalRequiredField];
package/docs/releases.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Release Notes
2
2
 
3
3
  ## API
4
+ ### 1.71.8 - 22.10.25
5
+ Fix error when include classAttributes was used in CI Search
6
+
4
7
  ### 1.71.7 - 10.07.25
5
8
  Return 404 if ticketWorklog is not found
6
9
  Return 404 if task is not found
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.71.7",
3
+ "version": "1.71.8",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {