@selfcommunity/types 0.7.7-alpha.2 → 0.7.7-alpha.3

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.
@@ -100,6 +100,10 @@ export interface SCCategoryType {
100
100
  * If the category is followed by the authenticated user
101
101
  */
102
102
  followed?: boolean;
103
+ /**
104
+ * Indicates who has permission to post content
105
+ */
106
+ content_only_staff?: boolean;
103
107
  }
104
108
  export interface SCCategoryAudienceType {
105
109
  category_audience: number;
@@ -100,6 +100,10 @@ export interface SCCategoryType {
100
100
  * If the category is followed by the authenticated user
101
101
  */
102
102
  followed?: boolean;
103
+ /**
104
+ * Indicates who has permission to post content
105
+ */
106
+ content_only_staff?: boolean;
103
107
  }
104
108
  export interface SCCategoryAudienceType {
105
109
  category_audience: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.7.7-alpha.2",
3
+ "version": "0.7.7-alpha.3",
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": "b616d6a03151ab9b37e8d08ef2c19ad8a9cf1853"
109
+ "gitHead": "d04f9186bedfe292a65fd9bb4dc6327d349bf13a"
110
110
  }