@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