@satek-team-intern/chatbot-widget 0.10.3 → 0.10.4

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 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 | | Avatar image URL. Optional - can be empty or must be a valid URL |
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. Can be empty or must be a valid URL
568
+ - `avatar` (String, optional): Avatar image URL
569
569
  - `phone` (String, optional): Phone number
570
570
  - `email` (String, optional): Email address
571
571