fixed splitBy in EMEA PROD and adjusted TP_Mobile_Send2VehicleMGU EMEA PROD
parent
e81cc7cc7b
commit
0e5d306a34
|
|
@ -36,7 +36,7 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"PUT /api/v2/favorites/homework/2~"
|
||||
)")
|
||||
)
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ module TP_Mobile_Remote360 {
|
|||
~"GET /recordings/vehicle/$vin~"
|
||||
)")
|
||||
)
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ module TP_Mobile_RemoteServices {
|
|||
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||
)")
|
||||
)
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
|
|
@ -18,12 +18,17 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
or(
|
||||
in(
|
||||
"dt.entity.service_method",
|
||||
entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName(~"TripService - PROD~")
|
||||
)
|
||||
")
|
||||
)
|
||||
entitySelector(
|
||||
"type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in
|
||||
(~"TripService~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips",
|
||||
~"/v3/motorist/[UUID]/trips"
|
||||
)")
|
||||
)
|
||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue