docs/FlowDivisionView.md in purecloudplatformclientv2-85.0.1 vs docs/FlowDivisionView.md in purecloudplatformclientv2-86.0.0
- old
+ new
@@ -11,9 +11,11 @@
| **name** | **String** | The flow name | |
| **division** | [**WritableDivision**](WritableDivision.html) | The division to which this entity belongs. | [optional] |
| **type** | **String** | | [optional] |
| **input_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | json schema describing the inputs for the flow | [optional] |
| **output_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | json schema describing the outputs for the flow | [optional] |
+| **published_version** | [**FlowVersion**](FlowVersion.html) | published version information if there is a published version | [optional] |
+| **debug_version** | [**FlowVersion**](FlowVersion.html) | debug version information if there is a debug version | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}