ofsc-utility 1.0.24 → 1.0.25

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.
@@ -258,7 +258,7 @@ function generateHash(item) {
258
258
  .createHash("sha256")
259
259
  .update(stableStringify({
260
260
  eventType: item.eventType,
261
- activityId: item.activityId || item.resourceDetails.resourceId || item.userDetails?.login || '-',
261
+ activityId: item.activityId || item.resourceDetails?.resourceId || item.userDetails?.login || '-',
262
262
  time: item.time,
263
263
  activityChanges: item.activityChanges || item.inventoryChanges || item.requestChanges || {},
264
264
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ofsc-utility",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "A wrapper for Oracle Field Service REST API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",