@veloceapps/api 11.0.0-41 → 11.0.0-43

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.
@@ -789,6 +789,13 @@ class FunctionsAdminApiService {
789
789
  body,
790
790
  });
791
791
  }
792
+ executeExtractFunction$(body) {
793
+ return this.baseHttpService.api({
794
+ url: '/admin/v2/functions/extract',
795
+ method: 'post',
796
+ body,
797
+ });
798
+ }
792
799
  getExecuteRuleUrl(ruleGroupType) {
793
800
  switch (ruleGroupType) {
794
801
  case RuleGroupTypes.eligibility: