doc_out/Condition.html.md in purecloud-0.38.1 vs doc_out/Condition.html.md in purecloud-0.39.1

- old
+ new

@@ -5,15 +5,15 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **type** | **String** | | [optional] | -| **inverted** | **BOOLEAN** | | [optional] [default to false]| -| **attribute_name** | **String** | | [optional] | -| **value** | **String** | | [optional] | -| **value_type** | **String** | | [optional] | -| **operator** | **String** | | [optional] | -| **codes** | **Array<String>** | | [optional] | +| **type** | **String** | The type of the condition | [optional] | +| **inverted** | **BOOLEAN** | Indicates whether to evaluate for the opposite of the stated condition; default is false | [optional] [default to false]| +| **attribute_name** | **String** | An attribute name associated with the condition (applies only to certain rule conditions) | [optional] | +| **value** | **String** | A value associated with the condition | [optional] | +| **value_type** | **String** | Determines the type of the value associated with the condition | [optional] | +| **operator** | **String** | An operation type for condition evaluation | [optional] | +| **codes** | **Array<String>** | List of wrap-up code identifiers (used only in conditions of type 'wrapupCondition') | [optional] | {: class="table table-striped"}