CN PROD: adjusted Templates

M_sloFix
SLW\YELGIM 2022-04-14 14:26:21 +02:00
parent 9623f4e4b4
commit 4de28020c6
4 changed files with 36 additions and 38 deletions

View File

@ -23,13 +23,18 @@ module TP_Mobile_Login {
fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in(
~"btc-user-composite-service - PROD~",
~"btc-connected-oauth-service - PROD~"
~"btc-cn-connected-oauth-service - PROD~"
)
)
,entityName.in(
~"GET /api/v1/presentation/oauth/config~",
~"GET /api/v1/presentation/profile-tab~",
~"POST /api/v1/oauth/token/identifier~"
~"GET /api/v1/presentation/profile-account~",
~"GET /api/v2/presentation/profile-account~",
~"POST /api/v2/presentation/profile-account~",
~"GET /api/v1/presentation/profile-tab/contacts~",
~"POST /api/v2/cop/login/pwd~",
~"POST /api/v2/cop/login/sms~",
~"POST /api/v2/cop/sso~",
~"GET /api/v1/cop/logout~"
)")
)
))):splitBy())
@ -44,13 +49,18 @@ module TP_Mobile_Login {
fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in(
~"btc-user-composite-service - PROD~",
~"btc-connected-oauth-service - PROD~"
~"btc-cn-connected-oauth-service - PROD~"
)
)
,entityName.in(
~"GET /api/v1/presentation/oauth/config~",
~"GET /api/v1/presentation/profile-tab~",
~"POST /api/v1/oauth/token/identifier~"
~"GET /api/v1/presentation/profile-account~",
~"GET /api/v2/presentation/profile-account~",
~"POST /api/v2/presentation/profile-account~",
~"GET /api/v1/presentation/profile-tab/contacts~",
~"POST /api/v2/cop/login/pwd~",
~"POST /api/v2/cop/login/sms~",
~"POST /api/v2/cop/sso~",
~"GET /api/v1/cop/logout~"
)")
)
))):splitBy()))

View File

@ -26,15 +26,9 @@ module TP_Mobile_PersonalFavorites {
)
)
,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~"
~"POST /api/v3/favorites~",
~"PUT /api/v3/favorites/<favoriteId>~"
)")
)
))):splitBy())
@ -52,15 +46,9 @@ module TP_Mobile_PersonalFavorites {
)
)
,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~"
~"POST /api/v3/favorites~",
~"PUT /api/v3/favorites/<favoriteId>~"
)")
)
))):splitBy()))

View File

@ -26,16 +26,16 @@ module TP_Mobile_RemoteServices {
)
)
,entityName.in(
~"POST /api/v2/presentation/remote-commands/eventStatus~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v2/presentation/remote-history/<VIN>~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~",
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~"
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v1/presentation/remote-history/<VIN>~"
)")
)
))):splitBy())
@ -53,16 +53,16 @@ module TP_Mobile_RemoteServices {
)
)
,entityName.in(
~"POST /api/v2/presentation/remote-commands/eventStatus~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v2/presentation/remote-history/<VIN>~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~",
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~"
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
~"GET /api/v1/presentation/remote-history/<VIN>~"
)")
)
))):splitBy()))

View File

@ -26,8 +26,8 @@ module TP_Mobile_Send2VehicleMGU {
)
)
,entityName.in(
~"/v2/motorist/[UUID]/trips~",
~"/v3/motorist/[UUID]/trips~"
~"/v3/motorist/[UUID]/trips~",
~"/v2/motorist/[UUID]/trips~"
)")
)
))):splitBy())
@ -45,8 +45,8 @@ module TP_Mobile_Send2VehicleMGU {
)
)
,entityName.in(
~"/v2/motorist/[UUID]/trips~",
~"/v3/motorist/[UUID]/trips~"
~"/v3/motorist/[UUID]/trips~",
~"/v2/motorist/[UUID]/trips~"
)")
)
))):splitBy()))