notification-processor 4.16.0 → 4.16.1

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.
@@ -122,7 +122,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
122
122
  id: id,
123
123
  executionId: id,
124
124
  app: parseInt(_this3.clientId),
125
- type: "service-bus|" + _this3.app + "|" + _this3.job,
125
+ type: "service-bus",
126
126
  company: "" + user,
127
127
  user: null, //TODO: Chequear si podemos completar esto
128
128
  event: notification != null ? (ref1 = notification.message) != null ? ref1.EventId : void 0 : void 0,
@@ -145,8 +145,8 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
145
145
  }),
146
146
  status: eventType,
147
147
  resource: resource,
148
+ integration: _this3.app + "|" + _this3.job,
148
149
  // Generic app fields
149
- integration: null, // TODO
150
150
  event_timestamp: null, //TODO
151
151
  output_message: null, //TODO
152
152
  user_settings_version: null, //TODO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notification-processor",
3
- "version": "4.16.0",
3
+ "version": "4.16.1",
4
4
  "description": "notification-processor",
5
5
  "main": "index.js",
6
6
  "scripts": {