@experteam-mx/ngx-services 20.1.2 → 20.1.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.
|
@@ -37,11 +37,11 @@ class NgxServicesModule {
|
|
|
37
37
|
]
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
41
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
42
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NgxServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.17", ngImport: i0, type: NgxServicesModule });
|
|
42
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NgxServicesModule, providers: [provideHttpClient()] });
|
|
43
43
|
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: NgxServicesModule, decorators: [{
|
|
45
45
|
type: NgModule,
|
|
46
46
|
args: [{
|
|
47
47
|
providers: [provideHttpClient()]
|
|
@@ -72,10 +72,10 @@ class ApiBillingDOService {
|
|
|
72
72
|
return this.http.get(`${this.url}/income-types`)
|
|
73
73
|
.pipe(map(({ data }) => data));
|
|
74
74
|
}
|
|
75
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
76
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
75
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingDOService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
76
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingDOService, providedIn: 'root' });
|
|
77
77
|
}
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingDOService, decorators: [{
|
|
79
79
|
type: Injectable,
|
|
80
80
|
args: [{
|
|
81
81
|
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.17", ngImport: i0, type: ApiBillingGtService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
133
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", 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.17", ngImport: i0, type: ApiBillingGtService, decorators: [{
|
|
136
136
|
type: Injectable,
|
|
137
137
|
args: [{
|
|
138
138
|
providedIn: 'root'
|
|
@@ -187,10 +187,10 @@ class ApiBillingMxService {
|
|
|
187
187
|
return this.http.get(`${this.url}/postal-codes`, { params })
|
|
188
188
|
.pipe(map(({ data }) => data));
|
|
189
189
|
}
|
|
190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
191
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
190
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingMxService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
191
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingMxService, providedIn: 'root' });
|
|
192
192
|
}
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingMxService, decorators: [{
|
|
194
194
|
type: Injectable,
|
|
195
195
|
args: [{
|
|
196
196
|
providedIn: 'root'
|
|
@@ -288,10 +288,10 @@ class ApiBillingPaService {
|
|
|
288
288
|
return this.http.post(`${this.url}/locations`, body)
|
|
289
289
|
.pipe(map(({ data }) => data));
|
|
290
290
|
}
|
|
291
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
292
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
291
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingPaService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
292
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingPaService, providedIn: 'root' });
|
|
293
293
|
}
|
|
294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingPaService, decorators: [{
|
|
295
295
|
type: Injectable,
|
|
296
296
|
args: [{
|
|
297
297
|
providedIn: 'root'
|
|
@@ -367,10 +367,10 @@ class ApiBillingSvService {
|
|
|
367
367
|
return this.http.get(`${this.url}/municipalities`, { params })
|
|
368
368
|
.pipe(map(({ data }) => data));
|
|
369
369
|
}
|
|
370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
371
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingSvService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
371
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingSvService, providedIn: 'root' });
|
|
372
372
|
}
|
|
373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiBillingSvService, decorators: [{
|
|
374
374
|
type: Injectable,
|
|
375
375
|
args: [{
|
|
376
376
|
providedIn: 'root'
|
|
@@ -456,10 +456,10 @@ class ApiCashOperationsService {
|
|
|
456
456
|
return this.http.get(`${this.url}/opening-transferences/${id}/receipt`)
|
|
457
457
|
.pipe(map(({ data }) => data));
|
|
458
458
|
}
|
|
459
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
460
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
459
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCashOperationsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
460
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCashOperationsService, providedIn: 'root' });
|
|
461
461
|
}
|
|
462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCashOperationsService, decorators: [{
|
|
463
463
|
type: Injectable,
|
|
464
464
|
args: [{
|
|
465
465
|
providedIn: 'root'
|
|
@@ -1086,10 +1086,10 @@ class ApiCatalogsService {
|
|
|
1086
1086
|
return this.http.get(`${this.url}/package-locations`, { params })
|
|
1087
1087
|
.pipe(map(({ data }) => data));
|
|
1088
1088
|
}
|
|
1089
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1090
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1089
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCatalogsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1090
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCatalogsService, providedIn: 'root' });
|
|
1091
1091
|
}
|
|
1092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCatalogsService, decorators: [{
|
|
1093
1093
|
type: Injectable,
|
|
1094
1094
|
args: [{
|
|
1095
1095
|
providedIn: 'root'
|
|
@@ -2123,10 +2123,10 @@ class ApiCompaniesService {
|
|
|
2123
2123
|
}
|
|
2124
2124
|
}).pipe(map(({ data }) => data));
|
|
2125
2125
|
}
|
|
2126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2127
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2126
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCompaniesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2127
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCompaniesService, providedIn: 'root' });
|
|
2128
2128
|
}
|
|
2129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCompaniesService, decorators: [{
|
|
2130
2130
|
type: Injectable,
|
|
2131
2131
|
args: [{
|
|
2132
2132
|
providedIn: 'root'
|
|
@@ -2173,10 +2173,10 @@ class ApiCompositionService {
|
|
|
2173
2173
|
return this.http.get(`${this.url}/country-references`, { params })
|
|
2174
2174
|
.pipe(map(({ data }) => data));
|
|
2175
2175
|
}
|
|
2176
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2177
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2176
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCompositionService, deps: [{ token: 'env' }, { token: i1$1.CookieService }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2177
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCompositionService, providedIn: 'root' });
|
|
2178
2178
|
}
|
|
2179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCompositionService, decorators: [{
|
|
2180
2180
|
type: Injectable,
|
|
2181
2181
|
args: [{
|
|
2182
2182
|
providedIn: 'root'
|
|
@@ -2326,10 +2326,10 @@ class ApiCustomsService {
|
|
|
2326
2326
|
params
|
|
2327
2327
|
}).pipe(map(({ data }) => data));
|
|
2328
2328
|
}
|
|
2329
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2330
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2329
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCustomsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2330
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCustomsService, providedIn: 'root' });
|
|
2331
2331
|
}
|
|
2332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiCustomsService, decorators: [{
|
|
2333
2333
|
type: Injectable,
|
|
2334
2334
|
args: [{
|
|
2335
2335
|
providedIn: 'root'
|
|
@@ -2564,10 +2564,10 @@ class ApiDiscountsService {
|
|
|
2564
2564
|
return this.http.put(`${this.url}/customer-restrictions/V2/${id}`, body)
|
|
2565
2565
|
.pipe(map(({ data }) => data));
|
|
2566
2566
|
}
|
|
2567
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2568
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2567
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiDiscountsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2568
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiDiscountsService, providedIn: 'root' });
|
|
2569
2569
|
}
|
|
2570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiDiscountsService, decorators: [{
|
|
2571
2571
|
type: Injectable,
|
|
2572
2572
|
args: [{
|
|
2573
2573
|
providedIn: 'root'
|
|
@@ -2666,10 +2666,10 @@ class ApiEToolsAutoBillingService {
|
|
|
2666
2666
|
return this.http.post(`${this.url}/external-shipments/${id}/re-billing`, body)
|
|
2667
2667
|
.pipe(map(({ data }) => data));
|
|
2668
2668
|
}
|
|
2669
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2670
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2669
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiEToolsAutoBillingService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2670
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiEToolsAutoBillingService, providedIn: 'root' });
|
|
2671
2671
|
}
|
|
2672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiEToolsAutoBillingService, decorators: [{
|
|
2673
2673
|
type: Injectable,
|
|
2674
2674
|
args: [{
|
|
2675
2675
|
providedIn: 'root'
|
|
@@ -2715,10 +2715,10 @@ class ApiEventsService {
|
|
|
2715
2715
|
return this.http.put(`${this.url}/operation-modules/${id}/end`, body)
|
|
2716
2716
|
.pipe(map(({ data }) => data));
|
|
2717
2717
|
}
|
|
2718
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2719
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2718
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiEventsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2719
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiEventsService, providedIn: 'root' });
|
|
2720
2720
|
}
|
|
2721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiEventsService, decorators: [{
|
|
2722
2722
|
type: Injectable,
|
|
2723
2723
|
args: [{
|
|
2724
2724
|
providedIn: 'root'
|
|
@@ -2798,10 +2798,10 @@ class ApiExternalOperationsService {
|
|
|
2798
2798
|
getAppKeyHeader() {
|
|
2799
2799
|
return { ...(this.appKey && { AppKey: this.appKey }) };
|
|
2800
2800
|
}
|
|
2801
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2802
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2801
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiExternalOperationsService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2802
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiExternalOperationsService, providedIn: 'root' });
|
|
2803
2803
|
}
|
|
2804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiExternalOperationsService, decorators: [{
|
|
2805
2805
|
type: Injectable,
|
|
2806
2806
|
args: [{
|
|
2807
2807
|
providedIn: 'root'
|
|
@@ -3002,10 +3002,10 @@ class ApiInventoriesService {
|
|
|
3002
3002
|
return this.http.post(`${this.url}/packages/in-stock`, body)
|
|
3003
3003
|
.pipe(map(({ data }) => data));
|
|
3004
3004
|
}
|
|
3005
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3006
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3005
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiInventoriesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3006
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiInventoriesService, providedIn: 'root' });
|
|
3007
3007
|
}
|
|
3008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiInventoriesService, decorators: [{
|
|
3009
3009
|
type: Injectable,
|
|
3010
3010
|
args: [{
|
|
3011
3011
|
providedIn: 'root'
|
|
@@ -3460,10 +3460,10 @@ class ApiInvoicesService {
|
|
|
3460
3460
|
return this.http.get(`${this.url}/country-document-types`, { params })
|
|
3461
3461
|
.pipe(map(({ data }) => data));
|
|
3462
3462
|
}
|
|
3463
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3464
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3463
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiInvoicesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3464
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiInvoicesService, providedIn: 'root' });
|
|
3465
3465
|
}
|
|
3466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiInvoicesService, decorators: [{
|
|
3467
3467
|
type: Injectable,
|
|
3468
3468
|
args: [{
|
|
3469
3469
|
providedIn: 'root'
|
|
@@ -3560,10 +3560,10 @@ class ApiNotificationsService {
|
|
|
3560
3560
|
return this.http.get(`${this.url}/notification-types`, { params })
|
|
3561
3561
|
.pipe(map(({ data }) => data));
|
|
3562
3562
|
}
|
|
3563
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3564
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3563
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiNotificationsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3564
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiNotificationsService, providedIn: 'root' });
|
|
3565
3565
|
}
|
|
3566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiNotificationsService, decorators: [{
|
|
3567
3567
|
type: Injectable,
|
|
3568
3568
|
args: [{
|
|
3569
3569
|
providedIn: 'root'
|
|
@@ -3618,10 +3618,10 @@ class ApiOpenItemsService {
|
|
|
3618
3618
|
return this.http.post(`${this.url}/other-invoices`, body)
|
|
3619
3619
|
.pipe(map(({ data }) => data));
|
|
3620
3620
|
}
|
|
3621
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3622
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3621
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiOpenItemsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3622
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiOpenItemsService, providedIn: 'root' });
|
|
3623
3623
|
}
|
|
3624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiOpenItemsService, decorators: [{
|
|
3625
3625
|
type: Injectable,
|
|
3626
3626
|
args: [{
|
|
3627
3627
|
providedIn: 'root'
|
|
@@ -3701,10 +3701,10 @@ class ApiQuoteService {
|
|
|
3701
3701
|
return this.http.get(`${this.url}/quote-event-types`, { params })
|
|
3702
3702
|
.pipe(map(({ data }) => data));
|
|
3703
3703
|
}
|
|
3704
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3705
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3704
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiQuoteService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3705
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiQuoteService, providedIn: 'root' });
|
|
3706
3706
|
}
|
|
3707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiQuoteService, decorators: [{
|
|
3708
3708
|
type: Injectable,
|
|
3709
3709
|
args: [{
|
|
3710
3710
|
providedIn: 'root'
|
|
@@ -3869,10 +3869,10 @@ class ApiReportsService {
|
|
|
3869
3869
|
return this.http.get(`${this.url}/sales-book-report`, { params })
|
|
3870
3870
|
.pipe(map(({ data }) => data));
|
|
3871
3871
|
}
|
|
3872
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3873
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3872
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiReportsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3873
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiReportsService, providedIn: 'root' });
|
|
3874
3874
|
}
|
|
3875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiReportsService, decorators: [{
|
|
3876
3876
|
type: Injectable,
|
|
3877
3877
|
args: [{
|
|
3878
3878
|
providedIn: 'root'
|
|
@@ -4116,10 +4116,10 @@ class ApiSecurityService {
|
|
|
4116
4116
|
}
|
|
4117
4117
|
}).pipe(map(({ data }) => data));
|
|
4118
4118
|
}
|
|
4119
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4120
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4119
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiSecurityService, deps: [{ token: 'env' }, { token: i1$1.CookieService }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4120
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiSecurityService, providedIn: 'root' });
|
|
4121
4121
|
}
|
|
4122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiSecurityService, decorators: [{
|
|
4123
4123
|
type: Injectable,
|
|
4124
4124
|
args: [{
|
|
4125
4125
|
providedIn: 'root'
|
|
@@ -4235,10 +4235,10 @@ class ApiServicesService {
|
|
|
4235
4235
|
params: queryParams
|
|
4236
4236
|
}).pipe(map(({ data }) => data));
|
|
4237
4237
|
}
|
|
4238
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4239
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4238
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiServicesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4239
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiServicesService, providedIn: 'root' });
|
|
4240
4240
|
}
|
|
4241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiServicesService, decorators: [{
|
|
4242
4242
|
type: Injectable,
|
|
4243
4243
|
args: [{
|
|
4244
4244
|
providedIn: 'root'
|
|
@@ -4347,10 +4347,48 @@ class ApiShipmentsService {
|
|
|
4347
4347
|
return this.http.put(`${this.url}/embassy-shipments/${id}`, body)
|
|
4348
4348
|
.pipe(map(({ data }) => data));
|
|
4349
4349
|
}
|
|
4350
|
-
|
|
4351
|
-
|
|
4350
|
+
/**
|
|
4351
|
+
* Retrieves a paginated list of signature page settings
|
|
4352
|
+
* @param {QueryParams} params - Query parameters for filtering and pagination
|
|
4353
|
+
* @returns {Observable<SignaturePageSettingsOut>} Observable containing the list of signature page settings and pagination metadata
|
|
4354
|
+
*/
|
|
4355
|
+
getSignaturePageSettings(params) {
|
|
4356
|
+
return this.http.get(`${this.url}/signature-page-settings`, {
|
|
4357
|
+
params
|
|
4358
|
+
}).pipe(map(({ data }) => data));
|
|
4359
|
+
}
|
|
4360
|
+
/**
|
|
4361
|
+
* Retrieves the details of a signature page setting based on its ID.
|
|
4362
|
+
*
|
|
4363
|
+
* @param {number} id - The identifier of the signature page setting to fetch.
|
|
4364
|
+
* @return {Observable<SignaturePageSettingOut>} An observable that emits the signature page setting data.
|
|
4365
|
+
*/
|
|
4366
|
+
getSignaturePageSetting(id) {
|
|
4367
|
+
return this.http.get(`${this.url}/signature-page-settings/${id}`).pipe(map(({ data }) => data));
|
|
4368
|
+
}
|
|
4369
|
+
/**
|
|
4370
|
+
* Creates a new signature page setting
|
|
4371
|
+
* @param {SignaturePageSettingIn} body - The signature page setting data to create
|
|
4372
|
+
* @returns {Observable<SignaturePageSettingOut>} Observable containing the created signature page setting with its assigned ID
|
|
4373
|
+
*/
|
|
4374
|
+
postSignaturePageSetting(body) {
|
|
4375
|
+
return this.http.post(`${this.url}/signature-page-settings`, body)
|
|
4376
|
+
.pipe(map(({ data }) => data));
|
|
4377
|
+
}
|
|
4378
|
+
/**
|
|
4379
|
+
* Updates an existing signature page setting
|
|
4380
|
+
* @param {number} id - The unique identifier of the signature page setting to update
|
|
4381
|
+
* @param {SignaturePageSettingIn} body - The updated signature page setting data
|
|
4382
|
+
* @returns {Observable<SignaturePageSettingOut>} Observable containing the updated signature page setting
|
|
4383
|
+
*/
|
|
4384
|
+
putSignaturePageSetting(id, body) {
|
|
4385
|
+
return this.http.put(`${this.url}/signature-page-settings/${id}`, body)
|
|
4386
|
+
.pipe(map(({ data }) => data));
|
|
4387
|
+
}
|
|
4388
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiShipmentsService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4389
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiShipmentsService, providedIn: 'root' });
|
|
4352
4390
|
}
|
|
4353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiShipmentsService, decorators: [{
|
|
4354
4392
|
type: Injectable,
|
|
4355
4393
|
args: [{
|
|
4356
4394
|
providedIn: 'root'
|
|
@@ -4476,10 +4514,10 @@ class ApiSuppliesService {
|
|
|
4476
4514
|
return this.http.get(`${this.url}/supply-locations/export/excel`, { params })
|
|
4477
4515
|
.pipe(map(({ data }) => data));
|
|
4478
4516
|
}
|
|
4479
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4480
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiSuppliesService, deps: [{ token: 'env' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4518
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiSuppliesService, providedIn: 'root' });
|
|
4481
4519
|
}
|
|
4482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: ApiSuppliesService, decorators: [{
|
|
4483
4521
|
type: Injectable,
|
|
4484
4522
|
args: [{
|
|
4485
4523
|
providedIn: 'root'
|
|
@@ -4625,10 +4663,10 @@ class WebSocketsService {
|
|
|
4625
4663
|
const waitTime = 3 * 1000;
|
|
4626
4664
|
return new Promise((resolve) => setTimeout(resolve, waitTime));
|
|
4627
4665
|
}
|
|
4628
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4629
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4666
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: WebSocketsService, deps: [{ token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4667
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: WebSocketsService, providedIn: 'root' });
|
|
4630
4668
|
}
|
|
4631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: WebSocketsService, decorators: [{
|
|
4632
4670
|
type: Injectable,
|
|
4633
4671
|
args: [{
|
|
4634
4672
|
providedIn: 'root',
|
|
@@ -4719,10 +4757,10 @@ class CryptoService {
|
|
|
4719
4757
|
}
|
|
4720
4758
|
return bytes.buffer;
|
|
4721
4759
|
}
|
|
4722
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4723
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
4760
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: CryptoService, deps: [{ token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4761
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: CryptoService, providedIn: 'root' });
|
|
4724
4762
|
}
|
|
4725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: CryptoService, decorators: [{
|
|
4726
4764
|
type: Injectable,
|
|
4727
4765
|
args: [{
|
|
4728
4766
|
providedIn: 'root'
|