docs/Report.md in finnhub_ruby-1.1.4 vs docs/Report.md in finnhub_ruby-1.1.5
- old
+ new
@@ -8,13 +8,13 @@
| **symbol** | **String** | Symbol. | [optional] |
| **cik** | **String** | CIK. | [optional] |
| **year** | **Integer** | Year. | [optional] |
| **quarter** | **Integer** | Quarter. | [optional] |
| **form** | **String** | Form type. | [optional] |
-| **start_date** | **Time** | Period start date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
-| **end_date** | **Time** | Period end date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
-| **filed_date** | **Time** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
-| **accepted_date** | **Time** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
+| **start_date** | **String** | Period start date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
+| **end_date** | **String** | Period end date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
+| **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
+| **accepted_date** | **String** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
| **report** | **Object** | | [optional] |
## Example
```ruby