@connectedxm/admin 6.32.1 → 6.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3805,6 +3805,7 @@ var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
3805
3805
  NotificationType2["GROUP_REQUEST_ACCEPTED"] = "GROUP_REQUEST_ACCEPTED";
3806
3806
  NotificationType2["CONTENT"] = "CONTENT";
3807
3807
  NotificationType2["SUPPORT_TICKET_MESSAGE"] = "SUPPORT_TICKET_MESSAGE";
3808
+ NotificationType2["MENTION"] = "MENTION";
3808
3809
  return NotificationType2;
3809
3810
  })(NotificationType || {});
3810
3811
  var AdminNotificationType = /* @__PURE__ */ ((AdminNotificationType2) => {
package/dist/index.d.cts CHANGED
@@ -145,7 +145,8 @@ declare enum NotificationType {
145
145
  GROUP_INVITATION = "GROUP_INVITATION",
146
146
  GROUP_REQUEST_ACCEPTED = "GROUP_REQUEST_ACCEPTED",
147
147
  CONTENT = "CONTENT",
148
- SUPPORT_TICKET_MESSAGE = "SUPPORT_TICKET_MESSAGE"
148
+ SUPPORT_TICKET_MESSAGE = "SUPPORT_TICKET_MESSAGE",
149
+ MENTION = "MENTION"
149
150
  }
150
151
  declare enum AdminNotificationType {
151
152
  SUPPORT_TICKET_CREATED = "SUPPORT_TICKET_CREATED",
@@ -1478,6 +1479,7 @@ interface NotificationPreferences {
1478
1479
  chatPush: boolean;
1479
1480
  chatUnreadEmail: boolean;
1480
1481
  chatUnreadPush: boolean;
1482
+ activityMentionPush: boolean;
1481
1483
  organizationAnnouncementEmail: boolean;
1482
1484
  organizationAnnouncementPush: boolean;
1483
1485
  groupInvitationEmail: boolean;
package/dist/index.d.ts CHANGED
@@ -145,7 +145,8 @@ declare enum NotificationType {
145
145
  GROUP_INVITATION = "GROUP_INVITATION",
146
146
  GROUP_REQUEST_ACCEPTED = "GROUP_REQUEST_ACCEPTED",
147
147
  CONTENT = "CONTENT",
148
- SUPPORT_TICKET_MESSAGE = "SUPPORT_TICKET_MESSAGE"
148
+ SUPPORT_TICKET_MESSAGE = "SUPPORT_TICKET_MESSAGE",
149
+ MENTION = "MENTION"
149
150
  }
150
151
  declare enum AdminNotificationType {
151
152
  SUPPORT_TICKET_CREATED = "SUPPORT_TICKET_CREATED",
@@ -1478,6 +1479,7 @@ interface NotificationPreferences {
1478
1479
  chatPush: boolean;
1479
1480
  chatUnreadEmail: boolean;
1480
1481
  chatUnreadPush: boolean;
1482
+ activityMentionPush: boolean;
1481
1483
  organizationAnnouncementEmail: boolean;
1482
1484
  organizationAnnouncementPush: boolean;
1483
1485
  groupInvitationEmail: boolean;
package/dist/index.js CHANGED
@@ -208,6 +208,7 @@ var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
208
208
  NotificationType2["GROUP_REQUEST_ACCEPTED"] = "GROUP_REQUEST_ACCEPTED";
209
209
  NotificationType2["CONTENT"] = "CONTENT";
210
210
  NotificationType2["SUPPORT_TICKET_MESSAGE"] = "SUPPORT_TICKET_MESSAGE";
211
+ NotificationType2["MENTION"] = "MENTION";
211
212
  return NotificationType2;
212
213
  })(NotificationType || {});
213
214
  var AdminNotificationType = /* @__PURE__ */ ((AdminNotificationType2) => {
package/openapi.json CHANGED
@@ -93059,7 +93059,8 @@
93059
93059
  "GROUP_INVITATION",
93060
93060
  "GROUP_REQUEST_ACCEPTED",
93061
93061
  "CONTENT",
93062
- "SUPPORT_TICKET_MESSAGE"
93062
+ "SUPPORT_TICKET_MESSAGE",
93063
+ "MENTION"
93063
93064
  ]
93064
93065
  },
93065
93066
  "AdminNotificationType": {
@@ -98565,6 +98566,9 @@
98565
98566
  "chatUnreadPush": {
98566
98567
  "type": "boolean"
98567
98568
  },
98569
+ "activityMentionPush": {
98570
+ "type": "boolean"
98571
+ },
98568
98572
  "organizationAnnouncementEmail": {
98569
98573
  "type": "boolean"
98570
98574
  },
@@ -98594,6 +98598,7 @@
98594
98598
  "chatPush",
98595
98599
  "chatUnreadEmail",
98596
98600
  "chatUnreadPush",
98601
+ "activityMentionPush",
98597
98602
  "organizationAnnouncementEmail",
98598
98603
  "organizationAnnouncementPush",
98599
98604
  "groupInvitationEmail",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.32.1",
3
+ "version": "6.32.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",