@veloceapps/api 6.0.0-55 → 6.0.0-57
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.
@@ -2187,8 +2187,9 @@
|
|
2187
2187
|
});
|
2188
2188
|
};
|
2189
2189
|
RulesApiService.prototype.execute$ = function (body) {
|
2190
|
+
var url = body.rule.ruleGroupType === i1.RuleGroupTypes.eligibility ? '/rules/eligibility/execute' : '/rules/execute';
|
2190
2191
|
return this.baseHttpService.api({
|
2191
|
-
url:
|
2192
|
+
url: url,
|
2192
2193
|
method: 'post',
|
2193
2194
|
body: body,
|
2194
2195
|
});
|