adjusted PersonalFavorites EMEA_PROD
parent
382a99bf86
commit
97edc4e21e
|
|
@ -18,13 +18,25 @@ module TP_Mobile_PersonalFavorites {
|
|||
or(
|
||||
in(
|
||||
"dt.entity.service_method",
|
||||
entitySelector("type(service_method),
|
||||
entitySelector(
|
||||
"type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName(~"btc-destination-composite-service - PROD~")
|
||||
type(~"SERVICE~"),entityName.in
|
||||
(~"btc-destination-composite-service~")
|
||||
)
|
||||
")
|
||||
,entityName.in(
|
||||
~"POST /api/v2/favorites~",
|
||||
~"POST /api/v3/favorites~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"GET /api/v1/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"PUT /api/v2/favorites/homework/1~",
|
||||
~"PUT /api/v2/favorites/homework/2~"
|
||||
)")
|
||||
)
|
||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue