@connectedxm/client 0.5.5 → 0.5.6

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
@@ -337,6 +337,7 @@ declare enum RegistrationQuestionType {
337
337
  interface BaseRegistrationQuestion {
338
338
  id: number;
339
339
  eventId: string;
340
+ featured: boolean;
340
341
  type: RegistrationQuestionType;
341
342
  name: string;
342
343
  required: boolean;
package/dist/index.d.ts CHANGED
@@ -337,6 +337,7 @@ declare enum RegistrationQuestionType {
337
337
  interface BaseRegistrationQuestion {
338
338
  id: number;
339
339
  eventId: string;
340
+ featured: boolean;
340
341
  type: RegistrationQuestionType;
341
342
  name: string;
342
343
  required: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {