@experteam-mx/ngx-services 20.0.23 → 20.0.25

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/index.d.ts CHANGED
@@ -2444,6 +2444,12 @@ declare class ApiCompaniesService {
2444
2444
  * @returns An Observable that emits the updated employee data
2445
2445
  */
2446
2446
  patchEmployee(id: number, body: Partial<EmployeeIn>): Observable<EmployeeOut>;
2447
+ /**
2448
+ * Enable an employee with the specified ID.
2449
+ * @param id - The unique identifier of the employee to update
2450
+ * @returns An Observable that emits the enabled employee data
2451
+ */
2452
+ patchEmployeeEnable(id: number): Observable<EmployeeOut>;
2447
2453
  /**
2448
2454
  * Deletes an employee based on the provided ID.
2449
2455
  *
@@ -7078,7 +7084,7 @@ declare class ApiShipmentsService {
7078
7084
  * @return {Observable<ShipmentSignaturePageOut>} An observable containing base64 file generated
7079
7085
  * @param id - the shipment id.
7080
7086
  */
7081
- getShipmentDocumentSignaturePage(id: number): Observable<ShipmentSignaturePageOut>;
7087
+ getShipmentSignaturePage(id: number): Observable<ShipmentSignaturePageOut>;
7082
7088
  /**
7083
7089
  * Cancels a specific shipment by providing its ID and a reason for cancellation.
7084
7090
  * Sends a PATCH request to update the shipment's cancellation status with the specified reason.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experteam-mx/ngx-services",
3
- "version": "20.0.23",
3
+ "version": "20.0.25",
4
4
  "description": "Angular common services for Experteam apps",
5
5
  "author": "Experteam Cía. Ltda.",
6
6
  "keywords": [