@connectedxm/client 8.1.6 → 8.1.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -282,6 +282,7 @@ interface BaseActivity {
282
282
  eventId: string | null;
283
283
  meetingId: string | null;
284
284
  pinned: boolean;
285
+ pinnedExplore: boolean;
285
286
  contentId: string | null;
286
287
  commentedId: string | null;
287
288
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.1.6",
3
+ "version": "8.1.7",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",