@hubs101/js-api-skd-client 1.0.10670 → 1.0.10671

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.
@@ -210,6 +210,7 @@ export type Registration = {
210
210
  export type UserRegistrationsEvent = {
211
211
  registration: Registration;
212
212
  event: Event;
213
+ is_event_attendee?: boolean;
213
214
  };
214
215
  export type EventStream = {
215
216
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10670",
3
+ "version": "1.0.10671",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",