@koredev/agentai-web-sdk 1.2.8-rc → 1.2.9-rc

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ Configure AAConfig
23
23
 
24
24
 
25
25
  ```js
26
-
26
+ let aaConfig = AAConfig;
27
27
  aaConfig.connectionDetails = {
28
28
  conversationId: "PLEASE_ENTER_CONVERSATION_ID",
29
29
  botId : "PLEASE_ENTER_BOT_ID",
@@ -50,7 +50,7 @@ Configure AAConfig
50
50
 
51
51
  Create AAWindow instance and trigger show method
52
52
  ```js
53
- var chatWindowInstance = new aaWindow(aaConfig);
53
+ var chatWindowInstance = new AAWindow(aaConfig);
54
54
  chatWindowInstance.show(aaConfig);
55
55
  ```
56
56
 
@@ -90,6 +90,4 @@ include the following script in your html file and configure bot configurations
90
90
  var chatWindowInstance = new aaWindow(aaConfig);
91
91
  chatWindowInstance.show(aaConfig);
92
92
  </script>
93
- </body>
94
- </html>
95
93
  ```
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@koredev/agentai-web-sdk","version":"1.2.8-rc","description":"","main":"dist/esm/exports.js","types":"dist/esm/exports.d.ts","module":"dist/esm/exports.js","author":"sathish rambathini","license":"ISC"}
1
+ {"name":"@koredev/agentai-web-sdk","version":"1.2.9-rc","description":"","main":"dist/esm/exports.js","types":"dist/esm/exports.d.ts","module":"dist/esm/exports.js","author":"sathish rambathini","license":"ISC"}