@selfcommunity/api-services 0.6.7-alpha.2 → 0.6.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.
@@ -11,4 +11,8 @@ export interface CategoryParams extends BaseSearchParams {
11
11
  * Filter using field deleted (only if user is administrator).
12
12
  */
13
13
  deleted?: boolean;
14
+ /**
15
+ * Excludes categories in which you cannot publish
16
+ */
17
+ can_create_content?: boolean;
14
18
  }
@@ -11,4 +11,8 @@ export interface CategoryParams extends BaseSearchParams {
11
11
  * Filter using field deleted (only if user is administrator).
12
12
  */
13
13
  deleted?: boolean;
14
+ /**
15
+ * Excludes categories in which you cannot publish
16
+ */
17
+ can_create_content?: boolean;
14
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/api-services",
3
- "version": "0.6.7-alpha.2",
3
+ "version": "0.6.7-alpha.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -58,7 +58,7 @@
58
58
  "access": "public"
59
59
  },
60
60
  "dependencies": {
61
- "@selfcommunity/types": "^0.7.7-alpha.2",
61
+ "@selfcommunity/types": "^0.7.7-alpha.3",
62
62
  "@selfcommunity/utils": "^0.2.64-alpha.1",
63
63
  "axios": "^1.4.0",
64
64
  "jose": "^4.14.4"
@@ -115,5 +115,5 @@
115
115
  "bugs": {
116
116
  "url": "https://github.com/selfcommunity/community-js/issues"
117
117
  },
118
- "gitHead": "b616d6a03151ab9b37e8d08ef2c19ad8a9cf1853"
118
+ "gitHead": "d04f9186bedfe292a65fd9bb4dc6327d349bf13a"
119
119
  }