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.
@@ -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' });