@selfcommunity/types 0.6.0-live.92 → 0.6.0-live.94

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.
@@ -487,10 +487,6 @@ export interface SCNotificationEventActivityType extends SCNotificationType {
487
487
  * Interface SCNotificationGroupActivityType.
488
488
  */
489
489
  export interface SCNotificationLiveStreamActivityType extends SCNotificationType {
490
- /**
491
- * The user who performed the action
492
- */
493
- user: SCUserType;
494
490
  /**
495
491
  * The LiveStream obj
496
492
  */
@@ -487,10 +487,6 @@ export interface SCNotificationEventActivityType extends SCNotificationType {
487
487
  * Interface SCNotificationGroupActivityType.
488
488
  */
489
489
  export interface SCNotificationLiveStreamActivityType extends SCNotificationType {
490
- /**
491
- * The user who performed the action
492
- */
493
- user: SCUserType;
494
490
  /**
495
491
  * The LiveStream obj
496
492
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.6.0-live.92+2c7fbe8d4",
3
+ "version": "0.6.0-live.94+5a752bdd5",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -106,5 +106,5 @@
106
106
  "bugs": {
107
107
  "url": "https://github.com/selfcommunity/community-js/issues"
108
108
  },
109
- "gitHead": "2c7fbe8d42e5c3d5f8874af8732cdac067ea8158"
109
+ "gitHead": "5a752bdd5f9259be5a76dcf45e84960bd8ad7663"
110
110
  }