@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.
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.js +2 -2
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.min.js.map +1 -1
- package/esm2015/core/entities/annotation-history/annotation-history.js +3 -3
- package/esm5/core/entities/annotation-history/annotation-history.js +3 -3
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js +2 -2
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js +2 -2
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 = {
|