cometchat-visual-builder-no-code 1.0.10-test47 → 1.0.10-test49
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/README.md +3 -3
- package/dist/main.js +1 -1
- package/dist/src/CometChatNoCode/CometChatApi.d.ts +3 -1
- package/package.json +6 -6
|
@@ -19,6 +19,7 @@ export interface VcbData {
|
|
|
19
19
|
aiAssistantTools?: any;
|
|
20
20
|
showDockedUnreadCount?: boolean;
|
|
21
21
|
showGroupActionMessages?: boolean;
|
|
22
|
+
storageMode?: string;
|
|
22
23
|
}
|
|
23
24
|
export declare const vcbData: VcbData;
|
|
24
25
|
export declare const listeners: Record<string, Function>;
|
|
@@ -26,7 +27,8 @@ declare const CometChatApp: {
|
|
|
26
27
|
init: (config: {
|
|
27
28
|
appID: string;
|
|
28
29
|
appRegion: string;
|
|
29
|
-
authKey
|
|
30
|
+
authKey?: string;
|
|
31
|
+
storageMode?: string;
|
|
30
32
|
}) => Promise<boolean>;
|
|
31
33
|
login: ({ uid, authToken }: {
|
|
32
34
|
uid?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cometchat-visual-builder-no-code",
|
|
3
|
-
"version": "1.0.10-
|
|
4
|
-
"description": "CometChat
|
|
3
|
+
"version": "1.0.10-test49",
|
|
4
|
+
"description": "CometChat Widget Builder No-Code Integration",
|
|
5
5
|
"cometChatCustomConfig": {
|
|
6
|
-
"prodVersion": "1.0.
|
|
6
|
+
"prodVersion": "1.0.17",
|
|
7
7
|
"devStagingVersion": "1.0.10-test29",
|
|
8
8
|
"prodName": "@cometchat/chat-embed",
|
|
9
9
|
"devName": "cometchat-visual-builder-no-code",
|
|
10
10
|
"name": "cometchat-visual-builder-react-no-code",
|
|
11
|
-
"version": "1.0.
|
|
11
|
+
"version": "1.0.17",
|
|
12
12
|
"production": true
|
|
13
13
|
},
|
|
14
14
|
"author": "CometChat",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@cometchat/calls-sdk-javascript": "4.
|
|
17
|
-
"@cometchat/chat-uikit-react": "6.3.
|
|
16
|
+
"@cometchat/calls-sdk-javascript": "4.2.1",
|
|
17
|
+
"@cometchat/chat-uikit-react": "6.3.3",
|
|
18
18
|
"react": "18.2.0",
|
|
19
19
|
"react-dom": "18.2.0",
|
|
20
20
|
"react-frame-component": "^5.2.7",
|