@denevads/dnv-smo 1.0.26 → 1.0.27

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/dist/smo.js CHANGED
@@ -165,7 +165,7 @@ var SMO = /** @class */ (function () {
165
165
  return;
166
166
  }
167
167
  if (func == SMO_EVENT_TYPE.updatefromsalida) {
168
- selft.updatefromsalida(e.data.objdata);
168
+ selft.updatefromsalida(e.data.objData);
169
169
  return;
170
170
  }
171
171
  if (func == SMO_EVENT_TYPE.getRecursosByCodigo) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@denevads/dnv-smo",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "SMO module",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/smo.ts CHANGED
@@ -192,7 +192,7 @@ export class SMO {
192
192
  return;
193
193
  }
194
194
  if(func ==SMO_EVENT_TYPE.updatefromsalida){
195
- selft.updatefromsalida(e.data.objdata);
195
+ selft.updatefromsalida(e.data.objData);
196
196
  return;
197
197
  }
198
198
  if(func == SMO_EVENT_TYPE.getRecursosByCodigo){