@hubs101/js-api-skd-client 1.0.10414 → 1.0.10416

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.
@@ -140,6 +140,7 @@ export type AttendeeProfile = Attendee & {
140
140
  answers: AnswersType[];
141
141
  count: number;
142
142
  };
143
+ visibility: string;
143
144
  };
144
145
  export type Speaker = Attendee & {
145
146
  priority: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10414",
3
+ "version": "1.0.10416",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",