@connectedxm/client 8.0.12 → 8.1.0

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -892,6 +892,8 @@ interface Session extends BaseSession {
892
892
  }[];
893
893
  meeting: BaseMeeting | null;
894
894
  streams: BaseStreamInput[];
895
+ autoRefundEnabled: boolean;
896
+ autoRefundPercentage: number;
895
897
  surveys: BaseSurvey[];
896
898
  activation: BaseEventActivation | null;
897
899
  times: BaseEventSessionTime[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.12",
3
+ "version": "8.1.0",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",