@veloceapps/api 10.0.0-16 → 10.0.0-17

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.
@@ -3450,6 +3450,12 @@ class RlmApiService {
3450
3450
  });
3451
3451
  }));
3452
3452
  }
3453
+ fetchRlmProcedures(contextDefinitionId) {
3454
+ return this.baseHttpService.api({
3455
+ url: `${this.serviceUrl}/procedures`,
3456
+ params: { contextDefinitionId },
3457
+ });
3458
+ }
3453
3459
  }
3454
3460
  RlmApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RlmApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
3455
3461
  RlmApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RlmApiService });