@connectedxm/client 7.5.2 → 7.5.3

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1616,7 +1616,7 @@ interface EventActivation extends BaseEventActivation {
1616
1616
  longDescription: string | null;
1617
1617
  completions?: BaseEventActivationCompletion[];
1618
1618
  survey: BaseSurvey | null;
1619
- session: BaseSession | null;
1619
+ sessions: BaseSession[] | null;
1620
1620
  createdAt: string;
1621
1621
  updatedAt: string;
1622
1622
  }
@@ -2462,7 +2462,7 @@ interface Survey extends BaseSurvey {
2462
2462
  description: string | null;
2463
2463
  requireAuth: boolean;
2464
2464
  event: BaseEvent | null;
2465
- session: BaseSession | null;
2465
+ sessions: BaseSession[] | null;
2466
2466
  activation: BaseEventActivation | null;
2467
2467
  }
2468
2468
  interface BaseSurveySection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",