@experteam-mx/ngx-services 20.9.1-dev3.4 → 20.9.1
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.
|
@@ -1775,19 +1775,6 @@ class ApiCompaniesService {
|
|
|
1775
1775
|
return this.http.delete(`${this.url}/employees/${id}`)
|
|
1776
1776
|
.pipe(map(({ data }) => data));
|
|
1777
1777
|
}
|
|
1778
|
-
/**
|
|
1779
|
-
* Exports the filtered employees list as a PDF file.
|
|
1780
|
-
*
|
|
1781
|
-
* @param {QueryParams} params - Query parameters used to filter the employees included in the export.
|
|
1782
|
-
* @return {Observable<HttpResponse<ArrayBuffer>>} An observable that emits the HTTP response containing the PDF as an ArrayBuffer.
|
|
1783
|
-
*/
|
|
1784
|
-
getEmployeesExportPdf(params) {
|
|
1785
|
-
return this.http.get(`${this.url}/employees/exportPdf`, {
|
|
1786
|
-
params,
|
|
1787
|
-
observe: 'response',
|
|
1788
|
-
responseType: 'arraybuffer'
|
|
1789
|
-
});
|
|
1790
|
-
}
|
|
1791
1778
|
/**
|
|
1792
1779
|
* Retrieves the list of employees for a specified location based on provided query parameters.
|
|
1793
1780
|
*
|
|
@@ -2654,16 +2641,6 @@ class ApiCompositionService {
|
|
|
2654
2641
|
return this.http.get(`${this.url}/shipments/${id}`)
|
|
2655
2642
|
.pipe(map(({ data }) => data));
|
|
2656
2643
|
}
|
|
2657
|
-
/**
|
|
2658
|
-
* Retrieves shipments based on the provided query parameters.
|
|
2659
|
-
*
|
|
2660
|
-
* @param {QueryParams} params - The query parameters for the API request.
|
|
2661
|
-
* @returns {Observable<ShipmentsOut>} An observable that emits the shipments data.
|
|
2662
|
-
*/
|
|
2663
|
-
getShipments(params) {
|
|
2664
|
-
return this.http.get(`${this.url}/shipments`, { params })
|
|
2665
|
-
.pipe(map(({ data }) => data));
|
|
2666
|
-
}
|
|
2667
2644
|
/**
|
|
2668
2645
|
* Fetches the country references data based on the provided query parameters.
|
|
2669
2646
|
*
|
|
@@ -5685,14 +5662,6 @@ var DocumentStatusCode;
|
|
|
5685
5662
|
DocumentStatusCode[DocumentStatusCode["WITH_ERRORS"] = 3] = "WITH_ERRORS";
|
|
5686
5663
|
})(DocumentStatusCode || (DocumentStatusCode = {}));
|
|
5687
5664
|
|
|
5688
|
-
var CustomerRoleType;
|
|
5689
|
-
(function (CustomerRoleType) {
|
|
5690
|
-
CustomerRoleType["SHIPPER"] = "SP";
|
|
5691
|
-
CustomerRoleType["CONSIGNEE"] = "RV";
|
|
5692
|
-
CustomerRoleType["IMPORTER"] = "IP";
|
|
5693
|
-
CustomerRoleType["EXPORTER"] = "EP";
|
|
5694
|
-
})(CustomerRoleType || (CustomerRoleType = {}));
|
|
5695
|
-
|
|
5696
5665
|
class WebSocketsService {
|
|
5697
5666
|
pusher;
|
|
5698
5667
|
environments = inject(ENVIRONMENT_TOKEN);
|
|
@@ -6076,5 +6045,5 @@ const xmlHeaders = (format = 'object') => {
|
|
|
6076
6045
|
* Generated bundle index. Do not edit.
|
|
6077
6046
|
*/
|
|
6078
6047
|
|
|
6079
|
-
export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiAuditsService, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCheckpointsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiDropoffsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService,
|
|
6048
|
+
export { AccountTypeId, AccountTypeName, AlphaNumeric, ApiAuditsService, ApiBillingCOService, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCheckpointsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiDropoffsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService, DefaultValueType, DepositTypeCode, DocumentStatusCode, ENVIRONMENT_TOKEN, Event, Group, InventoryActions, InventoryErrorCodes, NgxServicesModule, OpeningStatusCode, OperationModuleStatus, PaymentTypeCode, PrintMode, PrintableFormat, PrintersService, PrintersType, RouteModelType, ShipmentIncomeTypeCode, TransferenceTypeCode, ViewSectionOption, WebSocketsService, apiHeadersInterceptor, apiTokenInterceptor, base64PdfToUrl, downloadBase64Pdf, httpCachingInterceptor, httpParams, pdfHeaders, provideNgxServices, queryString, xmlHeaders };
|
|
6080
6049
|
//# sourceMappingURL=experteam-mx-ngx-services.mjs.map
|