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