@senior-gestao-pessoas/hcm-contract-employee-history 5.6.4-bugfix-hcmfnd-6190-79776045 → 5.7.0-bugfix-hcmfnd-6150-12f6530d

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.
@@ -2746,7 +2746,7 @@ var AnnotationHistory = /** @class */ (function () {
2746
2746
  };
2747
2747
  /*{CA:CLASS_METHODS:START}*/
2748
2748
  AnnotationHistory.toDtoCollective = function (entity, filter) {
2749
- var _a, _b, _c;
2749
+ var _a, _b, _c, _d;
2750
2750
  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; });
2751
2751
  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; });
2752
2752
  var advancedFilterId = (_c = filter === null || filter === void 0 ? void 0 : filter.advancedFilter) === null || _c === void 0 ? void 0 : _c.id;
@@ -2755,7 +2755,7 @@ var AnnotationHistory = /** @class */ (function () {
2755
2755
  annotationTypeId: entity.annotationType.id,
2756
2756
  documentNumber: entity.documentNumber,
2757
2757
  annotation: entity.annotation,
2758
- responsibleId: entity.responsible,
2758
+ responsibleId: (_d = entity.responsible) === null || _d === void 0 ? void 0 : _d.id,
2759
2759
  sequence: entity.sequence
2760
2760
  };
2761
2761
  var dto = {