@selfcommunity/api-services 0.4.33-alpha.0 → 0.4.33-alpha.2

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.
@@ -44,6 +44,10 @@ export interface ThreadDeleteParams {
44
44
  * The id of the user(one between thread or user is required).
45
45
  */
46
46
  user?: number;
47
+ /**
48
+ * The id of the group.
49
+ */
50
+ group?: number;
47
51
  }
48
52
  /**
49
53
  * MessageCreateParams interface.
@@ -44,6 +44,10 @@ export interface ThreadDeleteParams {
44
44
  * The id of the user(one between thread or user is required).
45
45
  */
46
46
  user?: number;
47
+ /**
48
+ * The id of the group.
49
+ */
50
+ group?: number;
47
51
  }
48
52
  /**
49
53
  * MessageCreateParams interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/api-services",
3
- "version": "0.4.33-alpha.0",
3
+ "version": "0.4.33-alpha.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -58,8 +58,8 @@
58
58
  "access": "public"
59
59
  },
60
60
  "dependencies": {
61
- "@selfcommunity/types": "^0.5.33-alpha.0",
62
- "@selfcommunity/utils": "^0.2.33-alpha.0",
61
+ "@selfcommunity/types": "^0.5.33-alpha.1",
62
+ "@selfcommunity/utils": "^0.2.33-alpha.1",
63
63
  "axios": "^1.4.0",
64
64
  "jose": "^4.14.4"
65
65
  },
@@ -110,5 +110,5 @@
110
110
  "bugs": {
111
111
  "url": "https://github.com/selfcommunity/community-js/issues"
112
112
  },
113
- "gitHead": "259d93b16c6c003953549dfcdc02ee0ae9ed023c"
113
+ "gitHead": "34fd29b06296c39c75555c3c16f708529273ee3d"
114
114
  }