@experteam-mx/ngx-services 18.7.23 → 18.7.24

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.
@@ -37,6 +37,14 @@ export declare class ApiReportsService {
37
37
  * @return {Observable<ShipmentsReportOut>} An observable that emits the shipment report data based on the filter criteria.
38
38
  */
39
39
  getShipmentsPendingInvoices(params: ExistPendingInvoicesIn): Observable<ShipmentsReportOut>;
40
+ /**
41
+ * Retrieves a report of shipments that do not have an associated invoice.
42
+ *
43
+ * @param params - The parameters to filter the shipments report. Includes details such as
44
+ * shipment status, invoice document ID, and other query parameters.
45
+ * @returns An observable that emits the shipments report data.
46
+ */
47
+ getShipmentsWithoutInvoice(params: ExistPendingInvoicesIn): Observable<ShipmentsReportOut>;
40
48
  /**
41
49
  * Fetches shipment reports based on the provided query parameters.
42
50
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experteam-mx/ngx-services",
3
- "version": "18.7.23",
3
+ "version": "18.7.24",
4
4
  "description": "Angular common services for Experteam apps",
5
5
  "author": "Experteam Cía. Ltda.",
6
6
  "keywords": [