@experteam-mx/ngx-services 20.2.3-dev3.0 → 20.3.0-integration-dev-2.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.
|
@@ -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.21", ngImport: i0, type: NgxServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
52
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.21", ngImport: i0, type: NgxServicesModule });
|
|
53
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.21", 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.21", ngImport: i0, type: NgxServicesModule, decorators: [{
|
|
56
56
|
type: NgModule,
|
|
57
57
|
args: [{
|
|
58
58
|
providers: [provideHttpClient()]
|
|
@@ -79,10 +79,10 @@ class ApiBillingDOService {
|
|
|
79
79
|
return this.http.get(`${this.url}/income-types`)
|
|
80
80
|
.pipe(map(({ data }) => data));
|
|
81
81
|
}
|
|
82
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
83
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
82
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingDOService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
83
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingDOService, providedIn: 'root' });
|
|
84
84
|
}
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingDOService, decorators: [{
|
|
86
86
|
type: Injectable,
|
|
87
87
|
args: [{
|
|
88
88
|
providedIn: 'root'
|
|
@@ -129,10 +129,10 @@ class ApiBillingGtService {
|
|
|
129
129
|
return this.http.post(`${this.url}/locations`, body)
|
|
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.21", ngImport: i0, type: ApiBillingGtService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
133
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingGtService, providedIn: 'root' });
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingGtService, decorators: [{
|
|
136
136
|
type: Injectable,
|
|
137
137
|
args: [{
|
|
138
138
|
providedIn: 'root'
|
|
@@ -180,10 +180,10 @@ class ApiBillingMxService {
|
|
|
180
180
|
return this.http.get(`${this.url}/postal-codes`, { params })
|
|
181
181
|
.pipe(map(({ data }) => data));
|
|
182
182
|
}
|
|
183
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
184
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
183
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingMxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
184
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingMxService, providedIn: 'root' });
|
|
185
185
|
}
|
|
186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingMxService, decorators: [{
|
|
187
187
|
type: Injectable,
|
|
188
188
|
args: [{
|
|
189
189
|
providedIn: 'root'
|
|
@@ -274,10 +274,10 @@ class ApiBillingPaService {
|
|
|
274
274
|
return this.http.post(`${this.url}/locations`, body)
|
|
275
275
|
.pipe(map(({ data }) => data));
|
|
276
276
|
}
|
|
277
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
278
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
277
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingPaService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
278
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingPaService, providedIn: 'root' });
|
|
279
279
|
}
|
|
280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingPaService, decorators: [{
|
|
281
281
|
type: Injectable,
|
|
282
282
|
args: [{
|
|
283
283
|
providedIn: 'root'
|
|
@@ -346,10 +346,10 @@ class ApiBillingSvService {
|
|
|
346
346
|
return this.http.get(`${this.url}/municipalities`, { params })
|
|
347
347
|
.pipe(map(({ data }) => data));
|
|
348
348
|
}
|
|
349
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
350
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingSvService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
350
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingSvService, providedIn: 'root' });
|
|
351
351
|
}
|
|
352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiBillingSvService, decorators: [{
|
|
353
353
|
type: Injectable,
|
|
354
354
|
args: [{
|
|
355
355
|
providedIn: 'root'
|
|
@@ -437,10 +437,10 @@ class ApiCashOperationsService {
|
|
|
437
437
|
return this.http.get(`${this.url}/deposits/${id}/slip`)
|
|
438
438
|
.pipe(map(({ data }) => data));
|
|
439
439
|
}
|
|
440
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
441
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCashOperationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
441
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCashOperationsService, providedIn: 'root' });
|
|
442
442
|
}
|
|
443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCashOperationsService, decorators: [{
|
|
444
444
|
type: Injectable,
|
|
445
445
|
args: [{
|
|
446
446
|
providedIn: 'root'
|
|
@@ -1060,10 +1060,10 @@ class ApiCatalogsService {
|
|
|
1060
1060
|
return this.http.get(`${this.url}/package-locations`, { params })
|
|
1061
1061
|
.pipe(map(({ data }) => data));
|
|
1062
1062
|
}
|
|
1063
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1064
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1063
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCatalogsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1064
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCatalogsService, providedIn: 'root' });
|
|
1065
1065
|
}
|
|
1066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCatalogsService, decorators: [{
|
|
1067
1067
|
type: Injectable,
|
|
1068
1068
|
args: [{
|
|
1069
1069
|
providedIn: 'root'
|
|
@@ -2137,10 +2137,10 @@ class ApiCompaniesService {
|
|
|
2137
2137
|
}
|
|
2138
2138
|
}).pipe(map(({ data }) => data));
|
|
2139
2139
|
}
|
|
2140
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2141
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCompaniesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2141
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCompaniesService, providedIn: 'root' });
|
|
2142
2142
|
}
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCompaniesService, decorators: [{
|
|
2144
2144
|
type: Injectable,
|
|
2145
2145
|
args: [{
|
|
2146
2146
|
providedIn: 'root'
|
|
@@ -2178,10 +2178,10 @@ class ApiCompositionService {
|
|
|
2178
2178
|
return this.http.get(`${this.url}/country-references`, { params })
|
|
2179
2179
|
.pipe(map(({ data }) => data));
|
|
2180
2180
|
}
|
|
2181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2182
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2181
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCompositionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2182
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCompositionService, providedIn: 'root' });
|
|
2183
2183
|
}
|
|
2184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCompositionService, decorators: [{
|
|
2185
2185
|
type: Injectable,
|
|
2186
2186
|
args: [{
|
|
2187
2187
|
providedIn: 'root'
|
|
@@ -2324,10 +2324,10 @@ class ApiCustomsService {
|
|
|
2324
2324
|
params
|
|
2325
2325
|
}).pipe(map(({ data }) => data));
|
|
2326
2326
|
}
|
|
2327
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2328
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCustomsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2328
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCustomsService, providedIn: 'root' });
|
|
2329
2329
|
}
|
|
2330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiCustomsService, decorators: [{
|
|
2331
2331
|
type: Injectable,
|
|
2332
2332
|
args: [{
|
|
2333
2333
|
providedIn: 'root'
|
|
@@ -2555,10 +2555,10 @@ class ApiDiscountsService {
|
|
|
2555
2555
|
return this.http.put(`${this.url}/customer-restrictions/V2/${id}`, body)
|
|
2556
2556
|
.pipe(map(({ data }) => data));
|
|
2557
2557
|
}
|
|
2558
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2559
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2558
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiDiscountsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2559
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiDiscountsService, providedIn: 'root' });
|
|
2560
2560
|
}
|
|
2561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiDiscountsService, decorators: [{
|
|
2562
2562
|
type: Injectable,
|
|
2563
2563
|
args: [{
|
|
2564
2564
|
providedIn: 'root'
|
|
@@ -2650,10 +2650,10 @@ class ApiEToolsAutoBillingService {
|
|
|
2650
2650
|
return this.http.post(`${this.url}/external-shipments/${id}/re-billing`, body)
|
|
2651
2651
|
.pipe(map(({ data }) => data));
|
|
2652
2652
|
}
|
|
2653
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2654
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2653
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiEToolsAutoBillingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2654
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiEToolsAutoBillingService, providedIn: 'root' });
|
|
2655
2655
|
}
|
|
2656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiEToolsAutoBillingService, decorators: [{
|
|
2657
2657
|
type: Injectable,
|
|
2658
2658
|
args: [{
|
|
2659
2659
|
providedIn: 'root'
|
|
@@ -2692,10 +2692,10 @@ class ApiEventsService {
|
|
|
2692
2692
|
return this.http.put(`${this.url}/operation-modules/${id}/end`, body)
|
|
2693
2693
|
.pipe(map(({ data }) => data));
|
|
2694
2694
|
}
|
|
2695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2696
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2695
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2696
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiEventsService, providedIn: 'root' });
|
|
2697
2697
|
}
|
|
2698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiEventsService, decorators: [{
|
|
2699
2699
|
type: Injectable,
|
|
2700
2700
|
args: [{
|
|
2701
2701
|
providedIn: 'root'
|
|
@@ -2767,10 +2767,10 @@ class ApiExternalOperationsService {
|
|
|
2767
2767
|
getAppKeyHeader() {
|
|
2768
2768
|
return { ...(this.appKey && { AppKey: this.appKey }) };
|
|
2769
2769
|
}
|
|
2770
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2771
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2770
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiExternalOperationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2771
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiExternalOperationsService, providedIn: 'root' });
|
|
2772
2772
|
}
|
|
2773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiExternalOperationsService, decorators: [{
|
|
2774
2774
|
type: Injectable,
|
|
2775
2775
|
args: [{
|
|
2776
2776
|
providedIn: 'root'
|
|
@@ -2984,10 +2984,63 @@ class ApiInventoriesService {
|
|
|
2984
2984
|
putReEntryOfMissingPackages(body) {
|
|
2985
2985
|
return this.http.put(`${this.url}/re-entry-of-missing-packages`, body).pipe(map(({ data }) => data));
|
|
2986
2986
|
}
|
|
2987
|
-
|
|
2988
|
-
|
|
2987
|
+
/**
|
|
2988
|
+
* Fetches the packages details based on the provided operation check out ID.
|
|
2989
|
+
*
|
|
2990
|
+
* @param {number} id - The operation check out id
|
|
2991
|
+
* @return {Observable<CourierCheckOutPackesOut>} An observable that emits the packages data.
|
|
2992
|
+
*/
|
|
2993
|
+
getCourierCheckOutPackages(id) {
|
|
2994
|
+
return this.http.get(`${this.url}/courier-check-out/packages/${id}`)
|
|
2995
|
+
.pipe(map(({ data }) => data));
|
|
2996
|
+
}
|
|
2997
|
+
/**
|
|
2998
|
+
* Fetches the statuses based on query parameters.
|
|
2999
|
+
*
|
|
3000
|
+
* @param {QueryParams} params - The query parameters for filtering the statuses.
|
|
3001
|
+
* @return {Observable<StatusesOut>} An observable that emits the statuses.
|
|
3002
|
+
*/
|
|
3003
|
+
getStatuses(params) {
|
|
3004
|
+
return this.http.get(`${this.url}/statuses`, {
|
|
3005
|
+
params
|
|
3006
|
+
}).pipe(map(({ data }) => data));
|
|
3007
|
+
}
|
|
3008
|
+
/**
|
|
3009
|
+
* Fetches the operation types based on query parameters.
|
|
3010
|
+
*
|
|
3011
|
+
* @param {QueryParams} params - The query parameters for filtering the operation types.
|
|
3012
|
+
* @return {Observable<OperationTypesInventoryOut>} An observable that emits the operation types.
|
|
3013
|
+
*/
|
|
3014
|
+
getOperationTypes(params) {
|
|
3015
|
+
return this.http.get(`${this.url}/operation-types`, {
|
|
3016
|
+
params
|
|
3017
|
+
}).pipe(map(({ data }) => data));
|
|
3018
|
+
}
|
|
3019
|
+
/**
|
|
3020
|
+
* Fetches the package in stock details based on query parameters.
|
|
3021
|
+
*
|
|
3022
|
+
* @param {QueryParams} params - The query parameters for get the package in stock.
|
|
3023
|
+
* @return {Observable<PackageInStockDetailOut>} An observable that emits the package detail in stock.
|
|
3024
|
+
*/
|
|
3025
|
+
getPackageInStockDetail(params) {
|
|
3026
|
+
return this.http.get(`${this.url}/packages/in-stock-detail`, {
|
|
3027
|
+
params
|
|
3028
|
+
}).pipe(map(({ data }) => data));
|
|
3029
|
+
}
|
|
3030
|
+
/**
|
|
3031
|
+
* Fetches the packages details based on the provided operation stock update ID.
|
|
3032
|
+
*
|
|
3033
|
+
* @param {number} id - The operation stock update id
|
|
3034
|
+
* @return {Observable<StockUpdatePackagesOut>} An observable that emits the packages data.
|
|
3035
|
+
*/
|
|
3036
|
+
getStockUpdatePackages(id) {
|
|
3037
|
+
return this.http.get(`${this.url}/stock-update/packages/${id}`)
|
|
3038
|
+
.pipe(map(({ data }) => data));
|
|
3039
|
+
}
|
|
3040
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiInventoriesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3041
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiInventoriesService, providedIn: 'root' });
|
|
2989
3042
|
}
|
|
2990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiInventoriesService, decorators: [{
|
|
2991
3044
|
type: Injectable,
|
|
2992
3045
|
args: [{
|
|
2993
3046
|
providedIn: 'root'
|
|
@@ -3435,10 +3488,10 @@ class ApiInvoicesService {
|
|
|
3435
3488
|
return this.http.get(`${this.url}/country-document-types`, { params })
|
|
3436
3489
|
.pipe(map(({ data }) => data));
|
|
3437
3490
|
}
|
|
3438
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3439
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3491
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiInvoicesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3492
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiInvoicesService, providedIn: 'root' });
|
|
3440
3493
|
}
|
|
3441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiInvoicesService, decorators: [{
|
|
3442
3495
|
type: Injectable,
|
|
3443
3496
|
args: [{
|
|
3444
3497
|
providedIn: 'root'
|
|
@@ -3528,10 +3581,10 @@ class ApiNotificationsService {
|
|
|
3528
3581
|
return this.http.get(`${this.url}/notification-types`, { params })
|
|
3529
3582
|
.pipe(map(({ data }) => data));
|
|
3530
3583
|
}
|
|
3531
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3532
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3584
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiNotificationsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3585
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiNotificationsService, providedIn: 'root' });
|
|
3533
3586
|
}
|
|
3534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiNotificationsService, decorators: [{
|
|
3535
3588
|
type: Injectable,
|
|
3536
3589
|
args: [{
|
|
3537
3590
|
providedIn: 'root'
|
|
@@ -3579,10 +3632,10 @@ class ApiOpenItemsService {
|
|
|
3579
3632
|
return this.http.post(`${this.url}/other-invoices`, body)
|
|
3580
3633
|
.pipe(map(({ data }) => data));
|
|
3581
3634
|
}
|
|
3582
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3583
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiOpenItemsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3636
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiOpenItemsService, providedIn: 'root' });
|
|
3584
3637
|
}
|
|
3585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiOpenItemsService, decorators: [{
|
|
3586
3639
|
type: Injectable,
|
|
3587
3640
|
args: [{
|
|
3588
3641
|
providedIn: 'root'
|
|
@@ -3649,10 +3702,10 @@ class ApiQuoteService {
|
|
|
3649
3702
|
return this.http.get(`${this.url}/quote-event-types`, { params })
|
|
3650
3703
|
.pipe(map(({ data }) => data));
|
|
3651
3704
|
}
|
|
3652
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3653
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiQuoteService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3706
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiQuoteService, providedIn: 'root' });
|
|
3654
3707
|
}
|
|
3655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiQuoteService, decorators: [{
|
|
3656
3709
|
type: Injectable,
|
|
3657
3710
|
args: [{
|
|
3658
3711
|
providedIn: 'root'
|
|
@@ -3860,10 +3913,10 @@ class ApiReportsService {
|
|
|
3860
3913
|
return this.http.get(`${this.url}/inventories-report`, { params })
|
|
3861
3914
|
.pipe(map(({ data }) => data));
|
|
3862
3915
|
}
|
|
3863
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3864
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiReportsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3917
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiReportsService, providedIn: 'root' });
|
|
3865
3918
|
}
|
|
3866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiReportsService, decorators: [{
|
|
3867
3920
|
type: Injectable,
|
|
3868
3921
|
args: [{
|
|
3869
3922
|
providedIn: 'root'
|
|
@@ -4099,10 +4152,10 @@ class ApiSecurityService {
|
|
|
4099
4152
|
}
|
|
4100
4153
|
}).pipe(map(({ data }) => data));
|
|
4101
4154
|
}
|
|
4102
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4103
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSecurityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4156
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSecurityService, providedIn: 'root' });
|
|
4104
4157
|
}
|
|
4105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSecurityService, decorators: [{
|
|
4106
4159
|
type: Injectable,
|
|
4107
4160
|
args: [{
|
|
4108
4161
|
providedIn: 'root'
|
|
@@ -4211,10 +4264,10 @@ class ApiServicesService {
|
|
|
4211
4264
|
params: queryParams
|
|
4212
4265
|
}).pipe(map(({ data }) => data));
|
|
4213
4266
|
}
|
|
4214
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4215
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4267
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiServicesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4268
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiServicesService, providedIn: 'root' });
|
|
4216
4269
|
}
|
|
4217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiServicesService, decorators: [{
|
|
4218
4271
|
type: Injectable,
|
|
4219
4272
|
args: [{
|
|
4220
4273
|
providedIn: 'root'
|
|
@@ -4363,10 +4416,10 @@ class ApiShipmentsService {
|
|
|
4363
4416
|
return this.http.put(`${this.url}/signature-page-settings/${id}`, body)
|
|
4364
4417
|
.pipe(map(({ data }) => data));
|
|
4365
4418
|
}
|
|
4366
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4367
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4419
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiShipmentsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4420
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiShipmentsService, providedIn: 'root' });
|
|
4368
4421
|
}
|
|
4369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiShipmentsService, decorators: [{
|
|
4370
4423
|
type: Injectable,
|
|
4371
4424
|
args: [{
|
|
4372
4425
|
providedIn: 'root'
|
|
@@ -4485,10 +4538,10 @@ class ApiSuppliesService {
|
|
|
4485
4538
|
return this.http.get(`${this.url}/supply-locations/export/excel`, { params })
|
|
4486
4539
|
.pipe(map(({ data }) => data));
|
|
4487
4540
|
}
|
|
4488
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4489
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4541
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSuppliesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4542
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSuppliesService, providedIn: 'root' });
|
|
4490
4543
|
}
|
|
4491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSuppliesService, decorators: [{
|
|
4492
4545
|
type: Injectable,
|
|
4493
4546
|
args: [{
|
|
4494
4547
|
providedIn: 'root'
|
|
@@ -4498,7 +4551,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
4498
4551
|
class ApiSurveysService {
|
|
4499
4552
|
environments = inject(ENVIRONMENT_TOKEN);
|
|
4500
4553
|
http = inject(HttpClient);
|
|
4501
|
-
appKey = this.environments.
|
|
4554
|
+
appKey = this.environments.apiSurveysKey ?? '';
|
|
4502
4555
|
/**
|
|
4503
4556
|
* Base URL for surveys API endpoints.
|
|
4504
4557
|
* @returns The configured surveys API URL or an empty string.
|
|
@@ -4628,10 +4681,10 @@ class ApiSurveysService {
|
|
|
4628
4681
|
headers: this.appKeyHeader(),
|
|
4629
4682
|
}).pipe(map(({ data }) => data));
|
|
4630
4683
|
}
|
|
4631
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4632
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4684
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSurveysService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4685
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSurveysService, providedIn: 'root' });
|
|
4633
4686
|
}
|
|
4634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: ApiSurveysService, decorators: [{
|
|
4635
4688
|
type: Injectable,
|
|
4636
4689
|
args: [{
|
|
4637
4690
|
providedIn: 'root'
|
|
@@ -4675,6 +4728,15 @@ var AlphaNumeric;
|
|
|
4675
4728
|
AlphaNumeric["alphabetic"] = "alphabetic";
|
|
4676
4729
|
AlphaNumeric["amount"] = "amount";
|
|
4677
4730
|
})(AlphaNumeric || (AlphaNumeric = {}));
|
|
4731
|
+
var Group;
|
|
4732
|
+
(function (Group) {
|
|
4733
|
+
Group["check_in"] = "check_in";
|
|
4734
|
+
Group["check_out"] = "check_out";
|
|
4735
|
+
Group["movement"] = "movement";
|
|
4736
|
+
Group["incident"] = "incident";
|
|
4737
|
+
Group["expiration"] = "expiration";
|
|
4738
|
+
Group["verification"] = "verification";
|
|
4739
|
+
})(Group || (Group = {}));
|
|
4678
4740
|
|
|
4679
4741
|
class WebSocketsService {
|
|
4680
4742
|
pusher;
|
|
@@ -4773,16 +4835,23 @@ class WebSocketsService {
|
|
|
4773
4835
|
const waitTime = 3 * 1000;
|
|
4774
4836
|
return new Promise((resolve) => setTimeout(resolve, waitTime));
|
|
4775
4837
|
}
|
|
4776
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4777
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4838
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: WebSocketsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4839
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: WebSocketsService, providedIn: 'root' });
|
|
4778
4840
|
}
|
|
4779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: WebSocketsService, decorators: [{
|
|
4780
4842
|
type: Injectable,
|
|
4781
4843
|
args: [{
|
|
4782
4844
|
providedIn: 'root',
|
|
4783
4845
|
}]
|
|
4784
4846
|
}], ctorParameters: () => [] });
|
|
4785
4847
|
|
|
4848
|
+
var CheckOutStatus;
|
|
4849
|
+
(function (CheckOutStatus) {
|
|
4850
|
+
CheckOutStatus["ERROR"] = "Error";
|
|
4851
|
+
CheckOutStatus["PROCESSED"] = "Processed";
|
|
4852
|
+
CheckOutStatus["COMPLETED"] = "Completed";
|
|
4853
|
+
})(CheckOutStatus || (CheckOutStatus = {}));
|
|
4854
|
+
|
|
4786
4855
|
const AES_KEY_USAGES = ['encrypt', 'decrypt'];
|
|
4787
4856
|
class CryptoService {
|
|
4788
4857
|
environments = inject(ENVIRONMENT_TOKEN);
|
|
@@ -4862,10 +4931,10 @@ class CryptoService {
|
|
|
4862
4931
|
}
|
|
4863
4932
|
return bytes.buffer;
|
|
4864
4933
|
}
|
|
4865
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4866
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4934
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: CryptoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4935
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: CryptoService, providedIn: 'root' });
|
|
4867
4936
|
}
|
|
4868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: CryptoService, decorators: [{
|
|
4869
4938
|
type: Injectable,
|
|
4870
4939
|
args: [{
|
|
4871
4940
|
providedIn: 'root'
|
|
@@ -5091,5 +5160,5 @@ const xmlHeaders = (format = 'object') => {
|
|
|
5091
5160
|
* Generated bundle index. Do not edit.
|
|
5092
5161
|
*/
|
|
5093
5162
|
|
|
5094
|
-
export { AlphaNumeric, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CryptoService, DefaultValueType, ENVIRONMENT_TOKEN, Event, NgxServicesModule, OperationModuleStatus, ViewSectionOption, WebSocketsService, apiHeadersInterceptor, apiKeyInterceptor, apiTokenInterceptor, base64PdfToUrl, downloadBase64Pdf, httpCachingInterceptor, httpParams, pdfHeaders, provideNgxServices, queryString, xmlHeaders };
|
|
5163
|
+
export { AlphaNumeric, ApiBillingDOService, ApiBillingGtService, ApiBillingMxService, ApiBillingPaService, ApiBillingSvService, ApiCashOperationsService, ApiCatalogsService, ApiCompaniesService, ApiCompositionService, ApiCustomsService, ApiDiscountsService, ApiEToolsAutoBillingService, ApiEventsService, ApiExternalOperationsService, ApiInventoriesService, ApiInvoicesService, ApiNotificationsService, ApiOpenItemsService, ApiQuoteService, ApiReportsService, ApiSecurityService, ApiServicesService, ApiShipmentsService, ApiSuppliesService, ApiSurveysService, CheckOutStatus, CryptoService, DefaultValueType, ENVIRONMENT_TOKEN, Event, Group, NgxServicesModule, OperationModuleStatus, ViewSectionOption, WebSocketsService, apiHeadersInterceptor, apiKeyInterceptor, apiTokenInterceptor, base64PdfToUrl, downloadBase64Pdf, httpCachingInterceptor, httpParams, pdfHeaders, provideNgxServices, queryString, xmlHeaders };
|
|
5095
5164
|
//# sourceMappingURL=experteam-mx-ngx-services.mjs.map
|