diff --git a/utils/apitpdata.go b/utils/apitpdata.go index 77e09587e..ff99ed401 100755 --- a/utils/apitpdata.go +++ b/utils/apitpdata.go @@ -1647,3 +1647,9 @@ type ArgActionSv1ScheduleActions struct { *CGREvent ActionProfileIDs []string } + +// DynamicWeight returns Weight based on Filters +type DynamicWeight struct { + FilterIDs []string + Weight float64 +}