@experteam-mx/ngx-services 18.3.2 → 18.3.4

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.
Files changed (34) hide show
  1. package/esm2022/lib/apis/api-companies.service.mjs +3 -3
  2. package/esm2022/lib/apis/api-invoices.service.mjs +14 -4
  3. package/esm2022/lib/apis/api-open-items.service.mjs +62 -0
  4. package/esm2022/lib/apis/api-reports.service.mjs +40 -4
  5. package/esm2022/lib/apis/api-security.service.mjs +3 -3
  6. package/esm2022/lib/apis/api-shipments.service.mjs +14 -4
  7. package/esm2022/lib/apis/models/api-invoices.types.mjs +1 -1
  8. package/esm2022/lib/apis/models/api-open-items.interfaces.mjs +2 -0
  9. package/esm2022/lib/apis/models/api-open-items.types.mjs +2 -0
  10. package/esm2022/lib/apis/models/api-reports.interfaces.mjs +1 -1
  11. package/esm2022/lib/apis/models/api-reports.types.mjs +1 -1
  12. package/esm2022/lib/apis/models/api-shipments.types.mjs +1 -1
  13. package/esm2022/lib/cypher/crypto.service.mjs +3 -3
  14. package/esm2022/lib/interceptors/api-headers.interceptor.mjs +3 -3
  15. package/esm2022/lib/interceptors/api-token.interceptor.mjs +3 -3
  16. package/esm2022/lib/interceptors/http-caching.interceptor.mjs +3 -3
  17. package/esm2022/lib/ngx-services.models.mjs +1 -1
  18. package/esm2022/lib/ngx-services.module.mjs +4 -4
  19. package/esm2022/public-api.mjs +4 -1
  20. package/fesm2022/experteam-mx-ngx-services.mjs +146 -32
  21. package/fesm2022/experteam-mx-ngx-services.mjs.map +1 -1
  22. package/lib/apis/api-invoices.service.d.ts +9 -2
  23. package/lib/apis/api-open-items.service.d.ts +41 -0
  24. package/lib/apis/api-reports.service.d.ts +17 -1
  25. package/lib/apis/api-shipments.service.d.ts +9 -2
  26. package/lib/apis/models/api-invoices.types.d.ts +29 -0
  27. package/lib/apis/models/api-open-items.interfaces.d.ts +32 -0
  28. package/lib/apis/models/api-open-items.types.d.ts +58 -0
  29. package/lib/apis/models/api-reports.interfaces.d.ts +149 -0
  30. package/lib/apis/models/api-reports.types.d.ts +11 -1
  31. package/lib/apis/models/api-shipments.types.d.ts +41 -0
  32. package/lib/ngx-services.models.d.ts +1 -0
  33. package/package.json +1 -1
  34. package/public-api.d.ts +3 -0
@@ -25,11 +25,11 @@ class NgxServicesModule {
25
25
  ]
26
26
  };
27
27
  }
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgxServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: NgxServicesModule });
30
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgxServicesModule, providers: [provideHttpClient()] });
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgxServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NgxServicesModule });
30
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgxServicesModule, providers: [provideHttpClient()] });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgxServicesModule, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgxServicesModule, decorators: [{
33
33
  type: NgModule,
34
34
  args: [{
35
35
  providers: [provideHttpClient()]
@@ -351,10 +351,10 @@ class ApiCompaniesService {
351
351
  params: httpParams(params),
352
352
  }).pipe(map(({ data }) => data));
353
353
  }
354
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiCompaniesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
355
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiCompaniesService, providedIn: 'root' });
354
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiCompaniesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
355
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiCompaniesService, providedIn: 'root' });
356
356
  }
357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiCompaniesService, decorators: [{
357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiCompaniesService, decorators: [{
358
358
  type: Injectable,
359
359
  args: [{
360
360
  providedIn: 'root'
@@ -379,6 +379,16 @@ class ApiInvoicesService {
379
379
  get url() {
380
380
  return this.environments.apiInvoicesUrl;
381
381
  }
382
+ /**
383
+ * Sends an operation document to the server and processes the response.
384
+ *
385
+ * @param {OperationDocumentIn} body - The input data for the operation document.
386
+ * @return {Observable<OperationDocumentOut>} An observable containing the processed operation document output.
387
+ */
388
+ operationDocument(body) {
389
+ return this.http.post(`${this.url}/operation/document`, body)
390
+ .pipe(map(({ data }) => data));
391
+ }
382
392
  /**
383
393
  * Fetches and returns the collection receipt data for a given collection ID.
384
394
  *
@@ -421,10 +431,68 @@ class ApiInvoicesService {
421
431
  return this.http.post(`${this.url}/operation/cancel-billing/${invoiceId}`, body)
422
432
  .pipe(map(({ data }) => data));
423
433
  }
424
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiInvoicesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
425
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiInvoicesService, providedIn: 'root' });
434
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiInvoicesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
435
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiInvoicesService, providedIn: 'root' });
436
+ }
437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiInvoicesService, decorators: [{
438
+ type: Injectable,
439
+ args: [{
440
+ providedIn: 'root'
441
+ }]
442
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
443
+ type: Inject,
444
+ args: ['env']
445
+ }] }, { type: i1.HttpClient }] });
446
+
447
+ class ApiOpenItemsService {
448
+ environments;
449
+ http;
450
+ constructor(environments, http) {
451
+ this.environments = environments;
452
+ this.http = http;
453
+ }
454
+ /**
455
+ * Retrieves the API URL for open-items from the environments' configuration.
456
+ *
457
+ * @return {string} The API URL for open-items.
458
+ */
459
+ get url() {
460
+ return this.environments.apiOpenItemsUrl;
461
+ }
462
+ /**
463
+ * Retrieves a list of open-items based on the provided query parameters.
464
+ *
465
+ * @param {QueryParams} params - The parameters to use for querying open-items.
466
+ * @return {Observable<OpenItemsOut>} An observable that emits the open-item's data.
467
+ */
468
+ getOpenItems(params) {
469
+ return this.http.get(`${this.url}/open-items`, { params })
470
+ .pipe(map(({ data }) => data));
471
+ }
472
+ /**
473
+ * Processes a payment for an open item.
474
+ *
475
+ * @param {PaymentOpenItemIn} body - The payment details for the open item.
476
+ * @return {Observable<PaymentOpenItemOut>} An observable that emits the result of the payment processing.
477
+ */
478
+ paymentOpenItem(body) {
479
+ return this.http.post(`${this.url}/payment`, body)
480
+ .pipe(map(({ data }) => data));
481
+ }
482
+ /**
483
+ * Processes a payment for other invoice.
484
+ *
485
+ * @param {PaymentOtherInvoiceIn} body - The payment details for the other invoice.
486
+ * @return {Observable<PaymentOtherInvoiceOut>} An observable that emits the result of the payment processing.
487
+ */
488
+ paymentOtherInvoice(body) {
489
+ return this.http.post(`${this.url}/other-invoices`, body)
490
+ .pipe(map(({ data }) => data));
491
+ }
492
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiOpenItemsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
493
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiOpenItemsService, providedIn: 'root' });
426
494
  }
427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiInvoicesService, decorators: [{
495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiOpenItemsService, decorators: [{
428
496
  type: Injectable,
429
497
  args: [{
430
498
  providedIn: 'root'
@@ -460,10 +528,46 @@ class ApiReportsService {
460
528
  params
461
529
  }).pipe(map(({ data }) => data));
462
530
  }
463
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiReportsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
464
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiReportsService, providedIn: 'root' });
531
+ /**
532
+ * Fetches the list of shipments with pending payments.
533
+ *
534
+ * @param {ExistPendingPaymentsIn} params - The parameters to filter pending payment shipments.
535
+ * @return {Observable<ShipmentsReportOut>} An observable emitting the shipments report data.
536
+ */
537
+ shipmentsPendingPayments(params) {
538
+ return this.http.get(`${this.url}/shipments-report`, {
539
+ params: {
540
+ ...params,
541
+ limit: 1,
542
+ offset: 0,
543
+ to_landing: true,
544
+ shipment_status_code: 'PMPEN',
545
+ },
546
+ }).pipe(map(({ data }) => data));
547
+ }
548
+ /**
549
+ * Fetches shipment reports that are pending invoices based on the specified parameters.
550
+ * This method retrieves a filtered list of shipments with pending invoice statuses.
551
+ *
552
+ * @param {ExistPendingInvoicesIn} params - The parameters to filter the pending invoices, including
553
+ * shipment status codes, and pagination options.
554
+ * @return {Observable<ShipmentsReportOut>} An observable that emits the shipment report data based on the filter criteria.
555
+ */
556
+ shipmentsPendingInvoices(params) {
557
+ return this.http.get(`${this.url}/shipments-report`, {
558
+ params: {
559
+ ...params,
560
+ limit: 1,
561
+ offset: 0,
562
+ to_landing: true,
563
+ 'shipment_status_code[in]': 'IPMPE,IMPEN,IPPEN',
564
+ },
565
+ }).pipe(map(({ data }) => data));
566
+ }
567
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiReportsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
568
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiReportsService, providedIn: 'root' });
465
569
  }
466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiReportsService, decorators: [{
570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiReportsService, decorators: [{
467
571
  type: Injectable,
468
572
  args: [{
469
573
  providedIn: 'root'
@@ -660,10 +764,10 @@ class ApiSecurityService {
660
764
  return this.http.delete(`${this.url}/roles/${id}`)
661
765
  .pipe(map(({ data }) => data));
662
766
  }
663
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiSecurityService, deps: [{ token: 'env' }, { token: i1$1.CookieService }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
664
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiSecurityService, providedIn: 'root' });
767
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiSecurityService, deps: [{ token: 'env' }, { token: i1$1.CookieService }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
768
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiSecurityService, providedIn: 'root' });
665
769
  }
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiSecurityService, decorators: [{
770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiSecurityService, decorators: [{
667
771
  type: Injectable,
668
772
  args: [{
669
773
  providedIn: 'root'
@@ -699,10 +803,20 @@ class ApiShipmentsService {
699
803
  return this.http.post(`${this.url}/accounts`, body)
700
804
  .pipe(map(({ data }) => data));
701
805
  }
702
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiShipmentsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
703
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiShipmentsService, providedIn: 'root' });
806
+ /**
807
+ * Sends a POST request to the shipments manifest endpoint with the provided body.
808
+ *
809
+ * @param body - The request payload of type `ManifestMultipleIn`.
810
+ * @returns An observable that emits the response data of type `ManifestMultipleOut`.
811
+ */
812
+ manifestMultiple(body) {
813
+ return this.http.post(`${this.url}/shipments/manifest`, body)
814
+ .pipe(map(({ data }) => data));
815
+ }
816
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiShipmentsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
817
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiShipmentsService, providedIn: 'root' });
704
818
  }
705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiShipmentsService, decorators: [{
819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiShipmentsService, decorators: [{
706
820
  type: Injectable,
707
821
  args: [{
708
822
  providedIn: 'root'
@@ -790,10 +904,10 @@ class CryptoService {
790
904
  }
791
905
  return bytes.buffer;
792
906
  }
793
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CryptoService, deps: [{ token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
794
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CryptoService, providedIn: 'root' });
907
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CryptoService, deps: [{ token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
908
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CryptoService, providedIn: 'root' });
795
909
  }
796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CryptoService, decorators: [{
910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CryptoService, decorators: [{
797
911
  type: Injectable,
798
912
  args: [{
799
913
  providedIn: 'root'
@@ -831,10 +945,10 @@ class ApiHeadersInterceptor {
831
945
  request = request.clone({ headers });
832
946
  return next.handle(request);
833
947
  }
834
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiHeadersInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
835
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiHeadersInterceptor });
948
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiHeadersInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
949
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiHeadersInterceptor });
836
950
  }
837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiHeadersInterceptor, decorators: [{
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiHeadersInterceptor, decorators: [{
838
952
  type: Injectable
839
953
  }] });
840
954
 
@@ -867,10 +981,10 @@ class ApiTokenInterceptor {
867
981
  });
868
982
  return next.handle(request);
869
983
  }
870
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiTokenInterceptor, deps: [{ token: 'env' }, { token: i1$1.CookieService }], target: i0.ɵɵFactoryTarget.Injectable });
871
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiTokenInterceptor });
984
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiTokenInterceptor, deps: [{ token: 'env' }, { token: i1$1.CookieService }], target: i0.ɵɵFactoryTarget.Injectable });
985
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiTokenInterceptor });
872
986
  }
873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: ApiTokenInterceptor, decorators: [{
987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiTokenInterceptor, decorators: [{
874
988
  type: Injectable
875
989
  }], ctorParameters: () => [{ type: undefined, decorators: [{
876
990
  type: Inject,
@@ -912,10 +1026,10 @@ class HttpCachingInterceptor {
912
1026
  this.cache.set(req.urlWithParams, { res, ttl });
913
1027
  }));
914
1028
  }
915
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HttpCachingInterceptor, deps: [{ token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
916
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HttpCachingInterceptor });
1029
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpCachingInterceptor, deps: [{ token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1030
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpCachingInterceptor });
917
1031
  }
918
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: HttpCachingInterceptor, decorators: [{
1032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpCachingInterceptor, decorators: [{
919
1033
  type: Injectable
920
1034
  }], ctorParameters: () => [{ type: undefined, decorators: [{
921
1035
  type: Inject,
@@ -930,5 +1044,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
930
1044
  * Generated bundle index. Do not edit.
931
1045
  */
932
1046
 
933
- export { ApiCompaniesService, ApiHeadersInterceptor, ApiInvoicesService, ApiReportsService, ApiSecurityService, ApiShipmentsService, ApiTokenInterceptor, CryptoService, HttpCachingInterceptor, NgxServicesModule, httpParams, pdfHeaders, queryString, xmlHeaders };
1047
+ export { ApiCompaniesService, ApiHeadersInterceptor, ApiInvoicesService, ApiOpenItemsService, ApiReportsService, ApiSecurityService, ApiShipmentsService, ApiTokenInterceptor, CryptoService, HttpCachingInterceptor, NgxServicesModule, httpParams, pdfHeaders, queryString, xmlHeaders };
934
1048
  //# sourceMappingURL=experteam-mx-ngx-services.mjs.map