@connectedxm/admin 2.4.6 → 2.4.7

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.d.cts CHANGED
@@ -2630,7 +2630,7 @@ interface BaseThreadMessage {
2630
2630
  id: string;
2631
2631
  body: string;
2632
2632
  accountId: string | null;
2633
- member: BaseThreadViewer | null;
2633
+ viewer: BaseThreadViewer | null;
2634
2634
  createdAt: string;
2635
2635
  editedAt: string | null;
2636
2636
  sentAt: string;
package/dist/index.d.ts CHANGED
@@ -2630,7 +2630,7 @@ interface BaseThreadMessage {
2630
2630
  id: string;
2631
2631
  body: string;
2632
2632
  accountId: string | null;
2633
- member: BaseThreadViewer | null;
2633
+ viewer: BaseThreadViewer | null;
2634
2634
  createdAt: string;
2635
2635
  editedAt: string | null;
2636
2636
  sentAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",