@veloceapps/api 8.0.0-162 → 8.0.0-163

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.
@@ -1818,6 +1818,12 @@ class ProceduresApiService {
1818
1818
  body,
1819
1819
  });
1820
1820
  }
1821
+ fetchDefaultPricingSteps$() {
1822
+ return this.baseHttpService.api({
1823
+ url: `${this.ADMIN_SERVICE_URL}/pricing-steps`,
1824
+ method: 'get',
1825
+ });
1826
+ }
1821
1827
  }
1822
1828
  ProceduresApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProceduresApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1823
1829
  ProceduresApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProceduresApiService });