@connectedxm/client 7.5.3 → 7.5.4

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/.prettierrc ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "arrowParens": "always",
3
+ "bracketSpacing": true,
4
+ "endOfLine": "lf",
5
+ "htmlWhitespaceSensitivity": "css",
6
+ "insertPragma": false,
7
+ "singleAttributePerLine": false,
8
+ "bracketSameLine": false,
9
+ "jsxBracketSameLine": false,
10
+ "jsxSingleQuote": false,
11
+ "printWidth": 80,
12
+ "proseWrap": "preserve",
13
+ "quoteProps": "as-needed",
14
+ "requirePragma": false,
15
+ "semi": true,
16
+ "singleQuote": false,
17
+ "tabWidth": 2,
18
+ "trailingComma": "es5",
19
+ "useTabs": false,
20
+ "embeddedLanguageFormatting": "auto",
21
+ "vueIndentScriptAndStyle": false,
22
+ "experimentalTernaries": false
23
+ }
package/dist/index.d.ts CHANGED
@@ -418,6 +418,7 @@ interface Event extends BaseEvent {
418
418
  registrationHideTitle: boolean;
419
419
  publicRegistrants: boolean;
420
420
  activityFeedEnabled: boolean;
421
+ activationsEnabled: boolean | null;
421
422
  chatBotNumber: string | null;
422
423
  sessionsVisibility: EventAgendaVisibility;
423
424
  speakersVisibility: EventAgendaVisibility;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",