@veloceapps/api 11.0.0-47 → 11.0.0-49
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.
- package/esm2020/v2/services/functions-admin-api.service.mjs +8 -2
- package/fesm2015/veloceapps-api-v2.mjs +6 -0
- package/fesm2015/veloceapps-api-v2.mjs.map +1 -1
- package/fesm2020/veloceapps-api-v2.mjs +6 -0
- package/fesm2020/veloceapps-api-v2.mjs.map +1 -1
- package/package.json +1 -1
- package/v2/services/functions-admin-api.service.d.ts +2 -1
@@ -796,6 +796,12 @@ class FunctionsAdminApiService {
|
|
796
796
|
body,
|
797
797
|
});
|
798
798
|
}
|
799
|
+
fetchFunctionDatasets$() {
|
800
|
+
return this.baseHttpService.api({
|
801
|
+
url: '/admin/v2/functions/datasets',
|
802
|
+
method: 'get',
|
803
|
+
});
|
804
|
+
}
|
799
805
|
getExecuteRuleUrl(ruleGroupType) {
|
800
806
|
switch (ruleGroupType) {
|
801
807
|
case RuleGroupTypes.eligibility:
|