@selfcommunity/types 0.5.9-alpha.10 → 0.5.9-alpha.12
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.
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SCUserType } from './user';
|
|
2
2
|
import { SCReactionType } from './reaction';
|
|
3
|
-
import { SCGroupType } from './group';
|
|
4
3
|
/**
|
|
5
4
|
* Interface SCCommentType.
|
|
6
5
|
* Comment Schema.
|
|
@@ -98,10 +97,6 @@ export interface SCCommentType {
|
|
|
98
97
|
* Reaction obj
|
|
99
98
|
*/
|
|
100
99
|
reaction: SCReactionType;
|
|
101
|
-
/**
|
|
102
|
-
* The group obj
|
|
103
|
-
*/
|
|
104
|
-
group?: SCGroupType;
|
|
105
100
|
}
|
|
106
101
|
/**
|
|
107
102
|
* Type of comments ordering
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SCUserType } from './user';
|
|
2
2
|
import { SCReactionType } from './reaction';
|
|
3
|
-
import { SCGroupType } from './group';
|
|
4
3
|
/**
|
|
5
4
|
* Interface SCCommentType.
|
|
6
5
|
* Comment Schema.
|
|
@@ -98,10 +97,6 @@ export interface SCCommentType {
|
|
|
98
97
|
* Reaction obj
|
|
99
98
|
*/
|
|
100
99
|
reaction: SCReactionType;
|
|
101
|
-
/**
|
|
102
|
-
* The group obj
|
|
103
|
-
*/
|
|
104
|
-
group?: SCGroupType;
|
|
105
100
|
}
|
|
106
101
|
/**
|
|
107
102
|
* Type of comments ordering
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/types",
|
|
3
|
-
"version": "0.5.9-alpha.
|
|
3
|
+
"version": "0.5.9-alpha.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"bugs": {
|
|
102
102
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "0098b014f6c947da317ff96fb0809ad65edff179"
|
|
105
105
|
}
|