@experteam-mx/ngx-services 20.9.1 → 20.9.3
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/fesm2022/experteam-mx-ngx-services.mjs +119 -101
- package/fesm2022/experteam-mx-ngx-services.mjs.map +1 -1
- package/index.d.ts +184 -188
- package/package.json +3 -3
|
@@ -48,11 +48,11 @@ class NgxServicesModule {
|
|
|
48
48
|
providers: [provideNgxServices(environment)]
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
52
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
53
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: NgxServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
52
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.27", ngImport: i0, type: NgxServicesModule });
|
|
53
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: NgxServicesModule, providers: [provideHttpClient()] });
|
|
54
54
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: NgxServicesModule, decorators: [{
|
|
56
56
|
type: NgModule,
|
|
57
57
|
args: [{
|
|
58
58
|
providers: [provideHttpClient()]
|
|
@@ -129,10 +129,10 @@ class ApiAuditsService {
|
|
|
129
129
|
return this.http.delete(`${this.url}/files/${transactionId}`)
|
|
130
130
|
.pipe(map(({ data }) => data));
|
|
131
131
|
}
|
|
132
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
133
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
132
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiAuditsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
133
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiAuditsService, providedIn: 'root' });
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiAuditsService, decorators: [{
|
|
136
136
|
type: Injectable,
|
|
137
137
|
args: [{
|
|
138
138
|
providedIn: 'root'
|
|
@@ -239,10 +239,10 @@ class ApiBillingCOService {
|
|
|
239
239
|
return this.http.get(`${this.url}/tributes`, { params })
|
|
240
240
|
.pipe(map(({ data }) => data));
|
|
241
241
|
}
|
|
242
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
243
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
242
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingCOService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
243
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingCOService, providedIn: 'root' });
|
|
244
244
|
}
|
|
245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingCOService, decorators: [{
|
|
246
246
|
type: Injectable,
|
|
247
247
|
args: [{
|
|
248
248
|
providedIn: 'root'
|
|
@@ -269,10 +269,10 @@ class ApiBillingDOService {
|
|
|
269
269
|
return this.http.get(`${this.url}/income-types`)
|
|
270
270
|
.pipe(map(({ data }) => data));
|
|
271
271
|
}
|
|
272
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
273
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
272
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingDOService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
273
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingDOService, providedIn: 'root' });
|
|
274
274
|
}
|
|
275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingDOService, decorators: [{
|
|
276
276
|
type: Injectable,
|
|
277
277
|
args: [{
|
|
278
278
|
providedIn: 'root'
|
|
@@ -319,10 +319,10 @@ class ApiBillingGtService {
|
|
|
319
319
|
return this.http.post(`${this.url}/locations`, body)
|
|
320
320
|
.pipe(map(({ data }) => data));
|
|
321
321
|
}
|
|
322
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
323
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingGtService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
323
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingGtService, providedIn: 'root' });
|
|
324
324
|
}
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingGtService, decorators: [{
|
|
326
326
|
type: Injectable,
|
|
327
327
|
args: [{
|
|
328
328
|
providedIn: 'root'
|
|
@@ -370,10 +370,10 @@ class ApiBillingMxService {
|
|
|
370
370
|
return this.http.get(`${this.url}/postal-codes`, { params })
|
|
371
371
|
.pipe(map(({ data }) => data));
|
|
372
372
|
}
|
|
373
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
374
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
373
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingMxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
374
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingMxService, providedIn: 'root' });
|
|
375
375
|
}
|
|
376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingMxService, decorators: [{
|
|
377
377
|
type: Injectable,
|
|
378
378
|
args: [{
|
|
379
379
|
providedIn: 'root'
|
|
@@ -464,10 +464,10 @@ class ApiBillingPaService {
|
|
|
464
464
|
return this.http.post(`${this.url}/locations`, body)
|
|
465
465
|
.pipe(map(({ data }) => data));
|
|
466
466
|
}
|
|
467
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
468
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
467
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingPaService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
468
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingPaService, providedIn: 'root' });
|
|
469
469
|
}
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingPaService, decorators: [{
|
|
471
471
|
type: Injectable,
|
|
472
472
|
args: [{
|
|
473
473
|
providedIn: 'root'
|
|
@@ -536,10 +536,10 @@ class ApiBillingSvService {
|
|
|
536
536
|
return this.http.get(`${this.url}/municipalities`, { params })
|
|
537
537
|
.pipe(map(({ data }) => data));
|
|
538
538
|
}
|
|
539
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
540
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
539
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingSvService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
540
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingSvService, providedIn: 'root' });
|
|
541
541
|
}
|
|
542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiBillingSvService, decorators: [{
|
|
543
543
|
type: Injectable,
|
|
544
544
|
args: [{
|
|
545
545
|
providedIn: 'root'
|
|
@@ -727,10 +727,10 @@ class ApiCashOperationsService {
|
|
|
727
727
|
return this.http.patch(`${this.url}/deposits/${id}`, body)
|
|
728
728
|
.pipe(map(({ data }) => data));
|
|
729
729
|
}
|
|
730
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
731
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
730
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCashOperationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
731
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCashOperationsService, providedIn: 'root' });
|
|
732
732
|
}
|
|
733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCashOperationsService, decorators: [{
|
|
734
734
|
type: Injectable,
|
|
735
735
|
args: [{
|
|
736
736
|
providedIn: 'root'
|
|
@@ -1510,10 +1510,10 @@ class ApiCatalogsService {
|
|
|
1510
1510
|
return this.http.get(`${this.url}/export-reason-types`, { params })
|
|
1511
1511
|
.pipe(map(({ data }) => data));
|
|
1512
1512
|
}
|
|
1513
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1514
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1513
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCatalogsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1514
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCatalogsService, providedIn: 'root' });
|
|
1515
1515
|
}
|
|
1516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCatalogsService, decorators: [{
|
|
1517
1517
|
type: Injectable,
|
|
1518
1518
|
args: [{
|
|
1519
1519
|
providedIn: 'root'
|
|
@@ -1551,10 +1551,10 @@ class ApiCheckpointsService {
|
|
|
1551
1551
|
return this.http.get(`${this.url}/checkpoints`, { params })
|
|
1552
1552
|
.pipe(map(({ data }) => data));
|
|
1553
1553
|
}
|
|
1554
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1555
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1554
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCheckpointsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1555
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCheckpointsService, providedIn: 'root' });
|
|
1556
1556
|
}
|
|
1557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCheckpointsService, decorators: [{
|
|
1558
1558
|
type: Injectable,
|
|
1559
1559
|
args: [{
|
|
1560
1560
|
providedIn: 'root'
|
|
@@ -2610,10 +2610,10 @@ class ApiCompaniesService {
|
|
|
2610
2610
|
return this.http.put(`${this.url}/tdx-account-settings/${id}`, body)
|
|
2611
2611
|
.pipe(map(({ data }) => data));
|
|
2612
2612
|
}
|
|
2613
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2614
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2613
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCompaniesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2614
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCompaniesService, providedIn: 'root' });
|
|
2615
2615
|
}
|
|
2616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCompaniesService, decorators: [{
|
|
2617
2617
|
type: Injectable,
|
|
2618
2618
|
args: [{
|
|
2619
2619
|
providedIn: 'root'
|
|
@@ -2641,6 +2641,16 @@ class ApiCompositionService {
|
|
|
2641
2641
|
return this.http.get(`${this.url}/shipments/${id}`)
|
|
2642
2642
|
.pipe(map(({ data }) => data));
|
|
2643
2643
|
}
|
|
2644
|
+
/**
|
|
2645
|
+
* Retrieves shipments based on the provided query parameters.
|
|
2646
|
+
*
|
|
2647
|
+
* @param {QueryParams} params - The query parameters for the API request.
|
|
2648
|
+
* @returns {Observable<ShipmentsOut>} An observable that emits the shipments data.
|
|
2649
|
+
*/
|
|
2650
|
+
getShipments(params) {
|
|
2651
|
+
return this.http.get(`${this.url}/shipments`, { params })
|
|
2652
|
+
.pipe(map(({ data }) => data));
|
|
2653
|
+
}
|
|
2644
2654
|
/**
|
|
2645
2655
|
* Fetches the country references data based on the provided query parameters.
|
|
2646
2656
|
*
|
|
@@ -2651,10 +2661,10 @@ class ApiCompositionService {
|
|
|
2651
2661
|
return this.http.get(`${this.url}/country-references`, { params })
|
|
2652
2662
|
.pipe(map(({ data }) => data));
|
|
2653
2663
|
}
|
|
2654
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2655
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2664
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCompositionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2665
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCompositionService, providedIn: 'root' });
|
|
2656
2666
|
}
|
|
2657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCompositionService, decorators: [{
|
|
2658
2668
|
type: Injectable,
|
|
2659
2669
|
args: [{
|
|
2660
2670
|
providedIn: 'root'
|
|
@@ -2797,10 +2807,10 @@ class ApiCustomsService {
|
|
|
2797
2807
|
params
|
|
2798
2808
|
}).pipe(map(({ data }) => data));
|
|
2799
2809
|
}
|
|
2800
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2801
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2810
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCustomsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2811
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCustomsService, providedIn: 'root' });
|
|
2802
2812
|
}
|
|
2803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiCustomsService, decorators: [{
|
|
2804
2814
|
type: Injectable,
|
|
2805
2815
|
args: [{
|
|
2806
2816
|
providedIn: 'root'
|
|
@@ -3028,10 +3038,10 @@ class ApiDiscountsService {
|
|
|
3028
3038
|
return this.http.put(`${this.url}/customer-restrictions/V2/${id}`, body)
|
|
3029
3039
|
.pipe(map(({ data }) => data));
|
|
3030
3040
|
}
|
|
3031
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3032
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3041
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiDiscountsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3042
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiDiscountsService, providedIn: 'root' });
|
|
3033
3043
|
}
|
|
3034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiDiscountsService, decorators: [{
|
|
3035
3045
|
type: Injectable,
|
|
3036
3046
|
args: [{
|
|
3037
3047
|
providedIn: 'root'
|
|
@@ -3065,10 +3075,10 @@ class ApiDropoffsService {
|
|
|
3065
3075
|
postShipmentsEReceipt(body) {
|
|
3066
3076
|
return this.http.post(`${this.url}/shipments/ereceipt`, body).pipe(map(({ data }) => data));
|
|
3067
3077
|
}
|
|
3068
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3069
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3078
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiDropoffsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3079
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiDropoffsService, providedIn: 'root' });
|
|
3070
3080
|
}
|
|
3071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiDropoffsService, decorators: [{
|
|
3072
3082
|
type: Injectable,
|
|
3073
3083
|
args: [{
|
|
3074
3084
|
providedIn: 'root'
|
|
@@ -3160,10 +3170,10 @@ class ApiEToolsAutoBillingService {
|
|
|
3160
3170
|
return this.http.post(`${this.url}/external-shipments/${id}/re-billing`, body)
|
|
3161
3171
|
.pipe(map(({ data }) => data));
|
|
3162
3172
|
}
|
|
3163
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3164
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3173
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiEToolsAutoBillingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3174
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiEToolsAutoBillingService, providedIn: 'root' });
|
|
3165
3175
|
}
|
|
3166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiEToolsAutoBillingService, decorators: [{
|
|
3167
3177
|
type: Injectable,
|
|
3168
3178
|
args: [{
|
|
3169
3179
|
providedIn: 'root'
|
|
@@ -3202,10 +3212,10 @@ class ApiEventsService {
|
|
|
3202
3212
|
return this.http.put(`${this.url}/operation-modules/${id}/end`, body)
|
|
3203
3213
|
.pipe(map(({ data }) => data));
|
|
3204
3214
|
}
|
|
3205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3206
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3216
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiEventsService, providedIn: 'root' });
|
|
3207
3217
|
}
|
|
3208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiEventsService, decorators: [{
|
|
3209
3219
|
type: Injectable,
|
|
3210
3220
|
args: [{
|
|
3211
3221
|
providedIn: 'root'
|
|
@@ -3302,10 +3312,10 @@ class ApiExternalOperationsService {
|
|
|
3302
3312
|
return this.http.put(`${this.url}/signature-page-confirmation/${otp}`, body)
|
|
3303
3313
|
.pipe(map$1(({ data }) => data));
|
|
3304
3314
|
}
|
|
3305
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3306
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3315
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiExternalOperationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3316
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiExternalOperationsService, providedIn: 'root' });
|
|
3307
3317
|
}
|
|
3308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiExternalOperationsService, decorators: [{
|
|
3309
3319
|
type: Injectable,
|
|
3310
3320
|
args: [{
|
|
3311
3321
|
providedIn: 'root'
|
|
@@ -3667,10 +3677,10 @@ class ApiInventoriesService {
|
|
|
3667
3677
|
putPackageOnHold(body) {
|
|
3668
3678
|
return this.http.put(`${this.url}/package-on-hold`, body).pipe(map(({ data }) => data));
|
|
3669
3679
|
}
|
|
3670
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3671
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3680
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiInventoriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3681
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiInventoriesService, providedIn: 'root' });
|
|
3672
3682
|
}
|
|
3673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiInventoriesService, decorators: [{
|
|
3674
3684
|
type: Injectable,
|
|
3675
3685
|
args: [{
|
|
3676
3686
|
providedIn: 'root'
|
|
@@ -4144,10 +4154,10 @@ class ApiInvoicesService {
|
|
|
4144
4154
|
return this.http.put(`${this.url}/operation/document/${id}/customer`, data)
|
|
4145
4155
|
.pipe(map(({ data }) => data));
|
|
4146
4156
|
}
|
|
4147
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4148
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiInvoicesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4158
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiInvoicesService, providedIn: 'root' });
|
|
4149
4159
|
}
|
|
4150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiInvoicesService, decorators: [{
|
|
4151
4161
|
type: Injectable,
|
|
4152
4162
|
args: [{
|
|
4153
4163
|
providedIn: 'root'
|
|
@@ -4237,10 +4247,10 @@ class ApiNotificationsService {
|
|
|
4237
4247
|
return this.http.get(`${this.url}/notification-types`, { params })
|
|
4238
4248
|
.pipe(map(({ data }) => data));
|
|
4239
4249
|
}
|
|
4240
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4241
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4250
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiNotificationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4251
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiNotificationsService, providedIn: 'root' });
|
|
4242
4252
|
}
|
|
4243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiNotificationsService, decorators: [{
|
|
4244
4254
|
type: Injectable,
|
|
4245
4255
|
args: [{
|
|
4246
4256
|
providedIn: 'root'
|
|
@@ -4288,10 +4298,10 @@ class ApiOpenItemsService {
|
|
|
4288
4298
|
return this.http.post(`${this.url}/other-invoices`, body)
|
|
4289
4299
|
.pipe(map(({ data }) => data));
|
|
4290
4300
|
}
|
|
4291
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4292
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4301
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiOpenItemsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4302
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiOpenItemsService, providedIn: 'root' });
|
|
4293
4303
|
}
|
|
4294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiOpenItemsService, decorators: [{
|
|
4295
4305
|
type: Injectable,
|
|
4296
4306
|
args: [{
|
|
4297
4307
|
providedIn: 'root'
|
|
@@ -4358,10 +4368,10 @@ class ApiQuoteService {
|
|
|
4358
4368
|
return this.http.get(`${this.url}/quote-event-types`, { params })
|
|
4359
4369
|
.pipe(map(({ data }) => data));
|
|
4360
4370
|
}
|
|
4361
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4362
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4371
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiQuoteService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4372
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiQuoteService, providedIn: 'root' });
|
|
4363
4373
|
}
|
|
4364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiQuoteService, decorators: [{
|
|
4365
4375
|
type: Injectable,
|
|
4366
4376
|
args: [{
|
|
4367
4377
|
providedIn: 'root'
|
|
@@ -4579,10 +4589,10 @@ class ApiReportsService {
|
|
|
4579
4589
|
return this.http.get(`${this.url}/billing-details`, { params })
|
|
4580
4590
|
.pipe(map(({ data }) => data));
|
|
4581
4591
|
}
|
|
4582
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4583
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4592
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiReportsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4593
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiReportsService, providedIn: 'root' });
|
|
4584
4594
|
}
|
|
4585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiReportsService, decorators: [{
|
|
4586
4596
|
type: Injectable,
|
|
4587
4597
|
args: [{
|
|
4588
4598
|
providedIn: 'root'
|
|
@@ -4805,10 +4815,10 @@ class ApiSecurityService {
|
|
|
4805
4815
|
}
|
|
4806
4816
|
}).pipe(map(({ data }) => data));
|
|
4807
4817
|
}
|
|
4808
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4809
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4818
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSecurityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4819
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSecurityService, providedIn: 'root' });
|
|
4810
4820
|
}
|
|
4811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSecurityService, decorators: [{
|
|
4812
4822
|
type: Injectable,
|
|
4813
4823
|
args: [{
|
|
4814
4824
|
providedIn: 'root'
|
|
@@ -4917,10 +4927,10 @@ class ApiServicesService {
|
|
|
4917
4927
|
params: queryParams
|
|
4918
4928
|
}).pipe(map(({ data }) => data));
|
|
4919
4929
|
}
|
|
4920
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4921
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4930
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiServicesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4931
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiServicesService, providedIn: 'root' });
|
|
4922
4932
|
}
|
|
4923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiServicesService, decorators: [{
|
|
4924
4934
|
type: Injectable,
|
|
4925
4935
|
args: [{
|
|
4926
4936
|
providedIn: 'root'
|
|
@@ -5091,10 +5101,10 @@ class ApiShipmentsService {
|
|
|
5091
5101
|
return this.http.get(`${this.url}/shipments/${id}/documents`)
|
|
5092
5102
|
.pipe(map(({ data }) => data));
|
|
5093
5103
|
}
|
|
5094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5095
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5104
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiShipmentsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5105
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiShipmentsService, providedIn: 'root' });
|
|
5096
5106
|
}
|
|
5097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiShipmentsService, decorators: [{
|
|
5098
5108
|
type: Injectable,
|
|
5099
5109
|
args: [{
|
|
5100
5110
|
providedIn: 'root'
|
|
@@ -5213,10 +5223,10 @@ class ApiSuppliesService {
|
|
|
5213
5223
|
return this.http.get(`${this.url}/supply-locations/export/excel`, { params })
|
|
5214
5224
|
.pipe(map(({ data }) => data));
|
|
5215
5225
|
}
|
|
5216
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5217
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5226
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSuppliesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5227
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSuppliesService, providedIn: 'root' });
|
|
5218
5228
|
}
|
|
5219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSuppliesService, decorators: [{
|
|
5220
5230
|
type: Injectable,
|
|
5221
5231
|
args: [{
|
|
5222
5232
|
providedIn: 'root'
|
|
@@ -5349,10 +5359,10 @@ class ApiSurveysService {
|
|
|
5349
5359
|
return this.http.post(`${this.url}/customer-surveys/${uuid}/finish`, body)
|
|
5350
5360
|
.pipe(map(({ data }) => data));
|
|
5351
5361
|
}
|
|
5352
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5353
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5362
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSurveysService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5363
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSurveysService, providedIn: 'root' });
|
|
5354
5364
|
}
|
|
5355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ApiSurveysService, decorators: [{
|
|
5356
5366
|
type: Injectable,
|
|
5357
5367
|
args: [{
|
|
5358
5368
|
providedIn: 'root'
|
|
@@ -5511,10 +5521,10 @@ class PrintersService {
|
|
|
5511
5521
|
}
|
|
5512
5522
|
});
|
|
5513
5523
|
}
|
|
5514
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5515
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5524
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: PrintersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5525
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: PrintersService, providedIn: 'root' });
|
|
5516
5526
|
}
|
|
5517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: PrintersService, decorators: [{
|
|
5518
5528
|
type: Injectable,
|
|
5519
5529
|
args: [{
|
|
5520
5530
|
providedIn: 'root'
|
|
@@ -5662,6 +5672,14 @@ var DocumentStatusCode;
|
|
|
5662
5672
|
DocumentStatusCode[DocumentStatusCode["WITH_ERRORS"] = 3] = "WITH_ERRORS";
|
|
5663
5673
|
})(DocumentStatusCode || (DocumentStatusCode = {}));
|
|
5664
5674
|
|
|
5675
|
+
var CustomerRoleType;
|
|
5676
|
+
(function (CustomerRoleType) {
|
|
5677
|
+
CustomerRoleType["SHIPPER"] = "SP";
|
|
5678
|
+
CustomerRoleType["CONSIGNEE"] = "RV";
|
|
5679
|
+
CustomerRoleType["IMPORTER"] = "IP";
|
|
5680
|
+
CustomerRoleType["EXPORTER"] = "EP";
|
|
5681
|
+
})(CustomerRoleType || (CustomerRoleType = {}));
|
|
5682
|
+
|
|
5665
5683
|
class WebSocketsService {
|
|
5666
5684
|
pusher;
|
|
5667
5685
|
environments = inject(ENVIRONMENT_TOKEN);
|
|
@@ -5759,10 +5777,10 @@ class WebSocketsService {
|
|
|
5759
5777
|
const waitTime = 3 * 1000;
|
|
5760
5778
|
return new Promise((resolve) => setTimeout(resolve, waitTime));
|
|
5761
5779
|
}
|
|
5762
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5763
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5780
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: WebSocketsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5781
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: WebSocketsService, providedIn: 'root' });
|
|
5764
5782
|
}
|
|
5765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: WebSocketsService, decorators: [{
|
|
5766
5784
|
type: Injectable,
|
|
5767
5785
|
args: [{
|
|
5768
5786
|
providedIn: 'root',
|
|
@@ -5848,10 +5866,10 @@ class CryptoService {
|
|
|
5848
5866
|
}
|
|
5849
5867
|
return bytes.buffer;
|
|
5850
5868
|
}
|
|
5851
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5852
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5869
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: CryptoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5870
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: CryptoService, providedIn: 'root' });
|
|
5853
5871
|
}
|
|
5854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: CryptoService, decorators: [{
|
|
5855
5873
|
type: Injectable,
|
|
5856
5874
|
args: [{
|
|
5857
5875
|
providedIn: 'root'
|
|
@@ -6045,5 +6063,5 @@ const xmlHeaders = (format = 'object') => {
|
|
|
6045
6063
|
* Generated bundle index. Do not edit.
|
|
6046
6064
|
*/
|
|
6047
6065
|
|
|
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 };
|
|
6066
|
+
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, CustomerRoleType, 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 };
|
|
6049
6067
|
//# sourceMappingURL=experteam-mx-ngx-services.mjs.map
|