gunsmith-common 2.2.11 → 2.2.13
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/esm2020/shared/services/waitlist.service.mjs +4 -1
- package/esm2020/shared/types/configuration.mjs +1 -1
- package/fesm2015/gunsmith-common.mjs +3 -0
- package/fesm2015/gunsmith-common.mjs.map +1 -1
- package/fesm2020/gunsmith-common.mjs +3 -0
- package/fesm2020/gunsmith-common.mjs.map +1 -1
- package/gunsmith-common-2.2.13.tgz +0 -0
- package/package.json +1 -1
- package/shared/services/waitlist.service.d.ts +1 -0
- package/shared/types/configuration.d.ts +2 -0
- package/gunsmith-common-2.2.11.tgz +0 -0
|
@@ -1102,6 +1102,9 @@ class WaitlistService {
|
|
|
1102
1102
|
readPackageDetailTotals() {
|
|
1103
1103
|
return this.http.get(`${this.url}/package-details/totals`);
|
|
1104
1104
|
}
|
|
1105
|
+
doWaitlistAutomationUpdate() {
|
|
1106
|
+
return this.http.get(`${this.url}/trigger-update`);
|
|
1107
|
+
}
|
|
1105
1108
|
}
|
|
1106
1109
|
WaitlistService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1107
1110
|
WaitlistService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistService, providedIn: 'root' });
|