@imam-inter/openim-sdk-js-wasm 3.8.2-6 → 3.8.2-8
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/lib/types/entity.d.ts +5 -0
- package/lib/worker-legacy.js +1 -1
- package/lib/worker.js +1 -1
- package/package.json +1 -1
package/lib/types/entity.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export declare type GroupApplicationItem = {
|
|
|
48
48
|
creatorUserID: string;
|
|
49
49
|
ex: string;
|
|
50
50
|
groupFaceURL: string;
|
|
51
|
+
groupFaceBackgroundColor: string;
|
|
51
52
|
groupID: string;
|
|
52
53
|
groupName: string;
|
|
53
54
|
groupType: GroupType;
|
|
@@ -65,12 +66,14 @@ export declare type GroupApplicationItem = {
|
|
|
65
66
|
joinSource: GroupJoinSource;
|
|
66
67
|
status: GroupStatus;
|
|
67
68
|
userFaceURL: string;
|
|
69
|
+
faceBackgroundColor: string;
|
|
68
70
|
userID: string;
|
|
69
71
|
};
|
|
70
72
|
export declare type FriendApplicationItem = {
|
|
71
73
|
createTime: number;
|
|
72
74
|
ex: string;
|
|
73
75
|
fromFaceURL: string;
|
|
76
|
+
fromFaceBackgroundColor: string;
|
|
74
77
|
fromNickname: string;
|
|
75
78
|
fromUserID: string;
|
|
76
79
|
handleMsg: string;
|
|
@@ -79,6 +82,7 @@ export declare type FriendApplicationItem = {
|
|
|
79
82
|
handlerUserID: string;
|
|
80
83
|
reqMsg: string;
|
|
81
84
|
toFaceURL: string;
|
|
85
|
+
toFaceBackgroundColor: string;
|
|
82
86
|
toNickname: string;
|
|
83
87
|
toUserID: string;
|
|
84
88
|
};
|
|
@@ -104,6 +108,7 @@ export declare type FriendUserItem = {
|
|
|
104
108
|
createTime: number;
|
|
105
109
|
ex: string;
|
|
106
110
|
faceURL: string;
|
|
111
|
+
faceBackgroundColor: string;
|
|
107
112
|
userID: string;
|
|
108
113
|
nickname: string;
|
|
109
114
|
operatorUserID: string;
|