Checked.
parent
ab56e58667
commit
52e0b18acb
|
|
@ -25,7 +25,8 @@ module TP_Mobile_Send2VehicleLegacy {
|
|||
")
|
||||
)
|
||||
)
|
||||
)):splitBy())/
|
||||
)):splitBy())
|
||||
/
|
||||
(builtin:service.requestCount.total:filter(
|
||||
and(
|
||||
or(
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ module TP_Mobile_Send2VehicleLegacy {
|
|||
")
|
||||
)
|
||||
)
|
||||
)):splitBy())/
|
||||
)):splitBy())
|
||||
/
|
||||
(builtin:service.requestCount.total:filter(
|
||||
and(
|
||||
or(
|
||||
|
|
|
|||
|
|
@ -30,17 +30,6 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"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():sum:auto:sort(value(sum,descending)))"
|
||||
~"POST /api/v3/favorites/~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||
|
|
@ -65,17 +54,6 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"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()))
|
||||
~"POST /api/v3/favorites/~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ module TP_Mobile_Send2VehicleLegacy {
|
|||
")
|
||||
)
|
||||
)
|
||||
)):splitBy())/
|
||||
)):splitBy())
|
||||
/
|
||||
(builtin:service.requestCount.total:filter(
|
||||
and(
|
||||
or(
|
||||
|
|
|
|||
|
|
@ -21,8 +21,9 @@ module TP_Mobile_VehicleList {
|
|||
entitySelector(
|
||||
"type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in
|
||||
(~"btc-vehicle-composite-service - PROD~")
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"btc-vehicle-composite-service - PROD~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
|
|
@ -38,8 +39,9 @@ module TP_Mobile_VehicleList {
|
|||
entitySelector(
|
||||
"type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in
|
||||
(~"btc-vehicle-composite-service - PROD~")
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"btc-vehicle-composite-service - PROD~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles~"
|
||||
|
|
|
|||
Loading…
Reference in New Issue