@veloceapps/api 2.0.5 → 2.0.7

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.
@@ -2127,6 +2127,12 @@
2127
2127
  });
2128
2128
  };
2129
2129
  }
2130
+ RulesApiService.prototype.fetchRule$ = function (id) {
2131
+ return this.baseHttpService.api({
2132
+ url: this.serviceUrl + "/" + id,
2133
+ method: 'get',
2134
+ });
2135
+ };
2130
2136
  return RulesApiService;
2131
2137
  }());
2132
2138
  RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RulesApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });