docs/Client.md in smooch-api-5.8.0 vs docs/Client.md in smooch-api-5.9.0
- old
+ new
@@ -2,10 +2,12 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | An identifier for the client. Must be globally unique. |
-**active** | **BOOLEAN** | Flag indicating if the client is active. | [optional]
+**status** | **String** | The client status. Indicates if the client is able to receive messages or not. See [**ClientStatusEnum**](Enums.md#ClientStatusEnum) for available values. | [optional]
+**externalId** | **String** | The ID of the user on an external channel. For example, the user's phone number for Twilio, or their page-scoped user ID for Facebook Messenger. Applies only to non-SDK clients. | [optional]
+**active** | **BOOLEAN** | Deprecated - use the status property instead. | [optional]
**lastSeen** | **String** | The date time the client was last seen. | [optional]
**platform** | **String** | The client's platform. See [**IntegrationTypeEnum**](Enums.md#IntegrationTypeEnum) for available values. |
**integrationId** | **String** | The ID of the integration that the client was created for. | [optional]
**pushNotificationToken** | **String** | The GCM or APN token to be used for sending push notifications to the device. Applies to only *android* and *ios* clients. | [optional]
**appVersion** | **String** | A reserved string field for reporting the app version running on the device. | [optional]