bin/notificationMappings.json in purecloud-0.68.1 vs bin/notificationMappings.json in purecloud-0.69.1
- old
+ new
@@ -1,12 +1,8 @@
{
"notifications": [
{
- "topic": "billing.tasks.{id}",
- "class": "BillingTaskResultNotification"
- },
- {
"topic": "v2.contentmanagement.documents.{id}",
"class": "DocumentDataV2Notification"
},
{
"topic": "v2.contentmanagement.workspaces.{id}.documents",
@@ -191,14 +187,26 @@
{
"topic": "v2.users.{id}.routingStatus",
"class": "UserRoutingStatusNotification"
},
{
+ "topic": "v2.users.{id}.station",
+ "class": "UserStationsNotification"
+ },
+ {
"topic": "v2.users.{id}.userrecordings",
"class": "RecordingDataV2Notification"
},
{
"topic": "v2.users.{id}.voicemail.messages",
"class": "VoicemailMessageNotification"
+ },
+ {
+ "topic": "v2.users.{id}.workforcemanagement.adherence",
+ "class": "UserScheduleAdherenceUpdateNotification"
+ },
+ {
+ "topic": "v2.users.{id}.workforcemanagement.timeoffrequests",
+ "class": "TimeOffRequestUpdateNotification"
}
]
}
\ No newline at end of file