@satek-team-intern/chatbot-widget 0.10.3 → 0.10.5
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 +2 -2
- package/dist/chatbot-widget.es.js +166 -217
- package/dist/chatbot-widget.umd.js +6 -5
- package/dist/src/assets/Icons.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,7 +197,7 @@ Or use jsdelivr CDN:
|
|
|
197
197
|
| `auth` | object | ✅ | User authentication information |
|
|
198
198
|
| `auth.code` | string | ✅ | Unique user identifier |
|
|
199
199
|
| `auth.name` | string | ✅ | User name |
|
|
200
|
-
| `auth.avatar` | string |
|
|
200
|
+
| `auth.avatar` | string | ✅ | URL of user avatar image |
|
|
201
201
|
| `auth.phone` | string | ❌ | User phone number |
|
|
202
202
|
| `auth.email` | string | ✅ | User email address |
|
|
203
203
|
| `features` | object | ❌ | Feature configuration object with properties: `attachments`, `communication`, `chatModes`, `customizations` |
|
|
@@ -565,7 +565,7 @@ Create or login a member account.
|
|
|
565
565
|
- `data` (Object): Member information
|
|
566
566
|
- `code` (String, required): Unique identifier code
|
|
567
567
|
- `name` (String, required): Member name
|
|
568
|
-
- `avatar` (String, optional): Avatar image URL
|
|
568
|
+
- `avatar` (String, optional): Avatar image URL
|
|
569
569
|
- `phone` (String, optional): Phone number
|
|
570
570
|
- `email` (String, optional): Email address
|
|
571
571
|
|