@connectedxm/client 5.0.7 → 5.0.8

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -221,7 +221,12 @@ interface BaseActivity {
221
221
  message: string;
222
222
  image: BaseImage | null;
223
223
  video: BaseVideo | null;
224
+ giphyId: string | null;
224
225
  account: BaseAccount;
226
+ groupId: string | null;
227
+ eventId: string | null;
228
+ contentId: string | null;
229
+ commentedId: string | null;
225
230
  createdAt: string;
226
231
  }
227
232
  interface Activity extends BaseActivity {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",