node-nim 9.1.0-rc.6 → 9.1.0-rc.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "9.1.0-rc.6",
3
+ "version": "9.1.0-rc.7",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "js/nim.js",
6
6
  "types": "types/nim.d.ts",
@@ -103,8 +103,8 @@ export interface TeamMemberPropertyJsonValue {
103
103
  nick: string;
104
104
  bits: number;
105
105
  custom: string;
106
- readonly tid: string;
107
- readonly accid: string;
106
+ tid: string;
107
+ accid: string;
108
108
  readonly valid: boolean;
109
109
  readonly create_timetag: number;
110
110
  readonly update_timetag: number;