docs/RecordingTranscriptionMetadata.md in bandwidth-sdk-12.1.0 vs docs/RecordingTranscriptionMetadata.md in bandwidth-sdk-13.0.0
- old
+ new
@@ -4,10 +4,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The unique transcription ID | [optional] |
| **status** | **String** | The current status of the process. For recording, current possible values are 'processing', 'partial', 'complete', 'deleted', and 'error'. For transcriptions, current possible values are 'none', 'processing', 'available', 'error', 'timeout', 'file-size-too-big', and 'file-size-too-small'. Additional states may be added in the future, so your application must be tolerant of unknown values. | [optional] |
-| **completed_time** | **String** | The time that the transcription was completed | [optional] |
+| **completed_time** | **Time** | The time that the transcription was completed | [optional] |
| **url** | **String** | The URL of the [transcription](#operation/getCallTranscription) | [optional] |
## Example
```ruby