@senior-gestao-pessoas/hcm-contract-employee-history 5.7.0 → 5.7.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.
@@ -2926,7 +2926,7 @@
2926
2926
  };
2927
2927
  /*{CA:CLASS_METHODS:START}*/
2928
2928
  AnnotationHistory.toDtoCollective = function (entity, filter) {
2929
- var _a, _b, _c;
2929
+ var _a, _b, _c, _d;
2930
2930
  var employeeIds = (_a = filter === null || filter === void 0 ? void 0 : filter.employeeIds) === null || _a === void 0 ? void 0 : _a.map(function (dto) { return dto.id; });
2931
2931
  var companyIds = (_b = filter === null || filter === void 0 ? void 0 : filter.companyIds) === null || _b === void 0 ? void 0 : _b.map(function (dto) { return dto.id; });
2932
2932
  var advancedFilterId = (_c = filter === null || filter === void 0 ? void 0 : filter.advancedFilter) === null || _c === void 0 ? void 0 : _c.id;
@@ -2935,7 +2935,7 @@
2935
2935
  annotationTypeId: entity.annotationType.id,
2936
2936
  documentNumber: entity.documentNumber,
2937
2937
  annotation: entity.annotation,
2938
- responsibleId: entity.responsible,
2938
+ responsibleId: (_d = entity.responsible) === null || _d === void 0 ? void 0 : _d.id,
2939
2939
  sequence: entity.sequence
2940
2940
  };
2941
2941
  var dto = {