@selfcommunity/types 0.8.0-alpha.3 → 0.8.0-alpha.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.
@@ -42,7 +42,7 @@ export interface SCFeedUnitType {
42
42
  /**
43
43
  * Id of User that have seen this object
44
44
  */
45
- seen_by_id?: number[];
45
+ seen?: boolean;
46
46
  /**
47
47
  * True if this object has the visibility boost
48
48
  */
@@ -82,7 +82,7 @@ export interface SCFeedUnitActivityType {
82
82
  /**
83
83
  * Id of Users that have seen this activity
84
84
  */
85
- seen_by_id?: number[];
85
+ seen?: boolean;
86
86
  }
87
87
  /**
88
88
  * Interface SCFeedObjectType.
@@ -42,7 +42,7 @@ export interface SCFeedUnitType {
42
42
  /**
43
43
  * Id of User that have seen this object
44
44
  */
45
- seen_by_id?: number[];
45
+ seen?: boolean;
46
46
  /**
47
47
  * True if this object has the visibility boost
48
48
  */
@@ -82,7 +82,7 @@ export interface SCFeedUnitActivityType {
82
82
  /**
83
83
  * Id of Users that have seen this activity
84
84
  */
85
- seen_by_id?: number[];
85
+ seen?: boolean;
86
86
  }
87
87
  /**
88
88
  * Interface SCFeedObjectType.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.8.0-alpha.3",
3
+ "version": "0.8.0-alpha.4",
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": "3e77634142dcd05578b1304146e5bafd57a7e82e"
109
+ "gitHead": "8554762c5db0654018228d571347f88285fcb0bb"
110
110
  }