@connectedxm/client 0.5.7 → 0.5.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.
package/dist/index.d.mts CHANGED
@@ -275,7 +275,7 @@ interface Event extends BaseEvent {
275
275
  state: string | null;
276
276
  country: string | null;
277
277
  zip: string | null;
278
- groups: BaseGroup[];
278
+ group?: BaseGroup;
279
279
  creatorId: string | null;
280
280
  creator: BaseAccount;
281
281
  registration: boolean;
package/dist/index.d.ts CHANGED
@@ -275,7 +275,7 @@ interface Event extends BaseEvent {
275
275
  state: string | null;
276
276
  country: string | null;
277
277
  zip: string | null;
278
- groups: BaseGroup[];
278
+ group?: BaseGroup;
279
279
  creatorId: string | null;
280
280
  creator: BaseAccount;
281
281
  registration: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {