adjusted TP_Mobile_PersonalFavorites EMEA PROD
parent
382a99bf86
commit
3663894523
|
|
@ -18,13 +18,25 @@ module TP_Mobile_PersonalFavorites {
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
"dt.entity.service_method",
|
"dt.entity.service_method",
|
||||||
entitySelector("type(service_method),
|
entitySelector(
|
||||||
|
"type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
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
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue