od-support-chat 1.0.23 → 1.0.25

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 +6 -0
  2. package/package.json +14 -1
package/README.md CHANGED
@@ -93,5 +93,11 @@ Finally you can use the Chat client for Origin Detector (OD) customer support to
93
93
  <Chat meetingLinkKey={meetingLinkKey} customerSupportKey={customerSupportKey}/>
94
94
  ```
95
95
 
96
+ ## Chat window for your customer on your website
97
+
98
+ <img src="https://origindetector.com/user-guide/customer-support-chat.webp" width="300">
99
+
100
+ ## Cusotmer Support team view
101
+
96
102
  <img src="https://origindetector.com/user-guide/customer-support.webp" height="500">
97
103
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "od-support-chat",
3
3
  "private": false,
4
- "version": "1.0.23",
4
+ "version": "1.0.25",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -33,5 +33,18 @@
33
33
  },
34
34
  "files": [
35
35
  "dist"
36
+ ],
37
+ "keywords": [
38
+ "complementary",
39
+ "helper-tool",
40
+ "customer-support",
41
+ "manufacturing",
42
+ "industrial",
43
+ "ticketing",
44
+ "help-desk",
45
+ "enterprise",
46
+ "support-tool",
47
+ "factory-automation",
48
+ "utility"
36
49
  ]
37
50
  }