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 +1 -1
- package/types/def/team_def.d.ts +2 -2
package/package.json
CHANGED
package/types/def/team_def.d.ts
CHANGED
|
@@ -103,8 +103,8 @@ export interface TeamMemberPropertyJsonValue {
|
|
|
103
103
|
nick: string;
|
|
104
104
|
bits: number;
|
|
105
105
|
custom: string;
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
tid: string;
|
|
107
|
+
accid: string;
|
|
108
108
|
readonly valid: boolean;
|
|
109
109
|
readonly create_timetag: number;
|
|
110
110
|
readonly update_timetag: number;
|