@connectedxm/client 6.7.3 → 6.7.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.
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
@@ -397,6 +397,11 @@ interface Event extends BaseEvent {
397
397
  registration: boolean;
398
398
  registrationStart: string;
399
399
  registrationEnd: string;
400
+ registrationHeaderImageId: string | null;
401
+ registrationHeaderImage: BaseImage | null;
402
+ registrationFooterImageId: string | null;
403
+ registrationFooterImage: BaseImage | null;
404
+ registrationHideTitle: boolean;
400
405
  publicRegistrants: boolean;
401
406
  activityFeedEnabled: boolean;
402
407
  chatBotNumber: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.7.3",
3
+ "version": "6.7.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",