doc_out/Condition.html.md in purecloud-0.64.1 vs doc_out/Condition.html.md in purecloud-0.65.1
- old
+ new
@@ -6,10 +6,10 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **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]|
+| **inverted** | **BOOLEAN** | Indicates whether to evaluate for the opposite of the stated condition; default is false | [optional] |
| **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] |