docs/WebhookUpdate.md in smooch-api-5.9.0 vs docs/WebhookUpdate.md in smooch-api-5.10.0

- old
+ new

@@ -3,7 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **target** | **String** | URL to be called when the webhook is triggered. | [optional] **triggers** | **Array<String>** | An array of triggers you wish to have the webhook listen to. See [**WebhookTriggersEnum**](Enums.md#WebhookTriggersEnum) for available values. | [optional] +**includeClient** | **BOOLEAN** | Specifies whether webhook payloads should include the client information associated with a conversation in webhook events. | [optional] +**includeFullAppUser** | **BOOLEAN** | Specifies whether webhook payloads should include the complete appUser schema for appUser events. | [optional]