sigo-package 1.1.40 → 1.1.42

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.
@@ -603,6 +603,7 @@ function isValidPartialEntity(payload, entity, exception) {
603
603
  for (var _iterator = _createForOfIteratorHelperLoose(payload), _step; !(_step = _iterator()).done;) {
604
604
  var element = _step.value;
605
605
  for (var key in element) {
606
+ if (key === 'IsDebug' || key === '_id') continue;
606
607
  if (!entityKeys.includes(key)) {
607
608
  throw new exception("'" + key + "' no es una propiedad v\xE1lida de la entidad");
608
609
  }