@veloceapps/api 11.0.0-46 → 11.0.0-48

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.
@@ -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: