@imam-inter/openim-sdk-js-wasm 3.8.2-6 → 3.8.2-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/lib/types/entity.d.ts +3 -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
|
@@ -71,6 +71,7 @@ export declare type FriendApplicationItem = {
|
|
|
71
71
|
createTime: number;
|
|
72
72
|
ex: string;
|
|
73
73
|
fromFaceURL: string;
|
|
74
|
+
fromFaceBackgroundColor: string;
|
|
74
75
|
fromNickname: string;
|
|
75
76
|
fromUserID: string;
|
|
76
77
|
handleMsg: string;
|
|
@@ -79,6 +80,7 @@ export declare type FriendApplicationItem = {
|
|
|
79
80
|
handlerUserID: string;
|
|
80
81
|
reqMsg: string;
|
|
81
82
|
toFaceURL: string;
|
|
83
|
+
toFaceBackgroundColor: string;
|
|
82
84
|
toNickname: string;
|
|
83
85
|
toUserID: string;
|
|
84
86
|
};
|
|
@@ -104,6 +106,7 @@ export declare type FriendUserItem = {
|
|
|
104
106
|
createTime: number;
|
|
105
107
|
ex: string;
|
|
106
108
|
faceURL: string;
|
|
109
|
+
faceBackgroundColor: string;
|
|
107
110
|
userID: string;
|
|
108
111
|
nickname: string;
|
|
109
112
|
operatorUserID: string;
|