docs/ReportDataSet.md in ultracart_api-4.0.159 vs docs/ReportDataSet.md in ultracart_api-4.0.160

- old
+ new

@@ -14,10 +14,11 @@ | **initial_pages** | [**Array<ReportDataSetPage>**](ReportDataSetPage.md) | Initial pages returned in the dataset | [optional] | | **max_results** | **Integer** | The total number of results | [optional] | | **merchant_id** | **String** | Merchant that owns this data set | [optional] | | **page_count** | **Integer** | The total number of pages in the result set | [optional] | | **page_size** | **Integer** | The size of the pages | [optional] | +| **request_dts** | **String** | Date/Time of the client submitted the request. Can be used to resolve out of order query completion results | [optional] | | **schema** | [**Array<ReportDataSetSchema>**](ReportDataSetSchema.md) | The schema associated with the data set. | [optional] | | **security_level** | **String** | Security level this dataset was read from. | [optional] | | **timezone** | **String** | | [optional] | | **user_data** | **String** | Any other data that needs to be returned with the response to help the UI | [optional] | @@ -37,9 +38,10 @@ initial_pages: null, max_results: null, merchant_id: null, page_count: null, page_size: null, + request_dts: null, schema: null, security_level: null, timezone: null, user_data: null )