tango-app-api-audit 3.5.57 → 3.5.58

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": "tango-app-api-audit",
3
- "version": "3.5.57",
3
+ "version": "3.5.58",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -443,9 +443,10 @@ export async function openSearchLog( inputData, user, id ) {
443
443
  auditType: inputData.auditType || '',
444
444
  folderPath: inputData.folderPath || '',
445
445
  params: inputData.params||'',
446
- createdAt: new Date(),
447
- updatedAt: new Date(),
446
+
448
447
  },
448
+ createdAt: new Date(),
449
+ updatedAt: new Date(),
449
450
 
450
451
  };
451
452
  await insertWithId( openSearch.auditedLogs, id, logs );