@experteam-mx/ngx-services 20.9.1-dev3.6 → 20.9.2
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
|
*
|
|
@@ -4602,16 +4579,6 @@ class ApiReportsService {
|
|
|
4602
4579
|
return this.http.get(`${this.url}/billing-details`, { params })
|
|
4603
4580
|
.pipe(map(({ data }) => data));
|
|
4604
4581
|
}
|
|
4605
|
-
/**
|
|
4606
|
-
* Retrieves the taxes report based on the provided query parameters.
|
|
4607
|
-
*
|
|
4608
|
-
* @param params - The query parameters used to filter the taxes report.
|
|
4609
|
-
* @returns An observable that emits the taxes report data.
|
|
4610
|
-
*/
|
|
4611
|
-
getTaxesReport(params) {
|
|
4612
|
-
return this.http.get(`${this.url}/tax-details`, { params })
|
|
4613
|
-
.pipe(map(({ data }) => data));
|
|
4614
|
-
}
|
|
4615
4582
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiReportsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4616
4583
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiReportsService, providedIn: 'root' });
|
|
4617
4584
|
}
|
|
@@ -5695,14 +5662,6 @@ var DocumentStatusCode;
|
|
|
5695
5662
|
DocumentStatusCode[DocumentStatusCode["WITH_ERRORS"] = 3] = "WITH_ERRORS";
|
|
5696
5663
|
})(DocumentStatusCode || (DocumentStatusCode = {}));
|
|
5697
5664
|
|
|
5698
|
-
var CustomerRoleType;
|
|
5699
|
-
(function (CustomerRoleType) {
|
|
5700
|
-
CustomerRoleType["SHIPPER"] = "SP";
|
|
5701
|
-
CustomerRoleType["CONSIGNEE"] = "RV";
|
|
5702
|
-
CustomerRoleType["IMPORTER"] = "IP";
|
|
5703
|
-
CustomerRoleType["EXPORTER"] = "EP";
|
|
5704
|
-
})(CustomerRoleType || (CustomerRoleType = {}));
|
|
5705
|
-
|
|
5706
5665
|
class WebSocketsService {
|
|
5707
5666
|
pusher;
|
|
5708
5667
|
environments = inject(ENVIRONMENT_TOKEN);
|
|
@@ -6086,5 +6045,5 @@ const xmlHeaders = (format = 'object') => {
|
|
|
6086
6045
|
* Generated bundle index. Do not edit.
|
|
6087
6046
|
*/
|
|
6088
6047
|
|
|
6089
|
-
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 };
|
|
6090
6049
|
//# sourceMappingURL=experteam-mx-ngx-services.mjs.map
|