iptdevs-design-system 2.6.30 → 2.6.31
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/esm2020/lib/core/services/attendance-service/attendance.service.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/services/attendance-service/attendance.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2056,7 +2056,7 @@ class AttendanceService {
|
|
|
2056
2056
|
this.generateRequestParams({ token, cod_code });
|
|
2057
2057
|
return this.http.post(serviceUrl, this.httpOptions);
|
|
2058
2058
|
}
|
|
2059
|
-
|
|
2059
|
+
getAllNotAttendancesByCodRq(params) {
|
|
2060
2060
|
let serviceUrl = `${this.SERVICE_URL}/get/all/not/attendances/by/cod`;
|
|
2061
2061
|
this.generateRequestParams(params);
|
|
2062
2062
|
return this.http.post(serviceUrl, this.httpOptions);
|