bin/notificationMappings.json in purecloud-0.53.1 vs bin/notificationMappings.json in purecloud-0.54.1
- old
+ new
@@ -35,10 +35,14 @@
{
"topic": "v2.routing.queues.{id}.conversations.videos",
"class": "ConversationNotification"
},
{
+ "topic": "v2.routing.queues.{id}.users",
+ "class": "QueueMemberNotification"
+ },
+ {
"topic": "v2.users.{id}.alerting.heartbeat.alerts",
"class": "HeartBeatAlertNotification"
},
{
"topic": "v2.users.{id}.alerting.heartbeat.rules",
@@ -97,8 +101,16 @@
"class": "OutOfOfficeNotification"
},
{
"topic": "v2.users.{id}.presence",
"class": "UserPresenceNotification"
+ },
+ {
+ "topic": "v2.users.{id}.routingStatus",
+ "class": "UserRoutingStatusNotification"
+ },
+ {
+ "topic": "v2.users.{id}.voicemail.messages",
+ "class": "VoicemailMessageNotification"
}
]
}
\ No newline at end of file