cometchat-visual-builder-no-code 1.0.10-test35 → 1.0.10-test36
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.
|
@@ -12,6 +12,7 @@ export interface CometChatSettingsInterface {
|
|
|
12
12
|
messageDeliveryAndReadReceipts: boolean;
|
|
13
13
|
userAndFriendsPresence: boolean;
|
|
14
14
|
conversationAndAdvancedSearch?: boolean;
|
|
15
|
+
moderation?: boolean;
|
|
15
16
|
};
|
|
16
17
|
deeperUserEngagement: {
|
|
17
18
|
mentions: boolean;
|
|
@@ -83,7 +84,7 @@ export interface CometChatSettingsInterface {
|
|
|
83
84
|
closeIcon: string;
|
|
84
85
|
customJs: string;
|
|
85
86
|
customCss: string;
|
|
86
|
-
dockedAlignment
|
|
87
|
+
dockedAlignment?: string;
|
|
87
88
|
};
|
|
88
89
|
};
|
|
89
90
|
agent?: {
|
|
@@ -33,6 +33,7 @@ export interface CometChatSettingsInterface {
|
|
|
33
33
|
messageDeliveryAndReadReceipts: boolean;
|
|
34
34
|
userAndFriendsPresence: boolean;
|
|
35
35
|
conversationAndAdvancedSearch?: boolean;
|
|
36
|
+
moderation?: boolean;
|
|
36
37
|
};
|
|
37
38
|
deeperUserEngagement: {
|
|
38
39
|
mentions: boolean;
|
|
@@ -104,7 +105,7 @@ export interface CometChatSettingsInterface {
|
|
|
104
105
|
closeIcon: string;
|
|
105
106
|
customJs: string;
|
|
106
107
|
customCss: string;
|
|
107
|
-
dockedAlignment
|
|
108
|
+
dockedAlignment?: string;
|
|
108
109
|
};
|
|
109
110
|
};
|
|
110
111
|
agent?: {
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cometchat-visual-builder-no-code",
|
|
3
|
-
"version": "1.0.10-
|
|
3
|
+
"version": "1.0.10-test36",
|
|
4
4
|
"description": "CometChat Chat Builder No-Code Integration",
|
|
5
5
|
"cometChatCustomConfig": {
|
|
6
|
-
"prodVersion": "1.0.
|
|
6
|
+
"prodVersion": "1.0.7",
|
|
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.7",
|
|
12
12
|
"production": true
|
|
13
13
|
},
|
|
14
14
|
"author": "CometChat",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@cometchat/calls-sdk-javascript": "4.0.12",
|
|
17
|
-
"@cometchat/chat-uikit-react": "
|
|
17
|
+
"@cometchat/chat-uikit-react": "6.2.1",
|
|
18
18
|
"react": "18.2.0",
|
|
19
19
|
"react-dom": "18.2.0",
|
|
20
20
|
"react-frame-component": "^5.2.7",
|