docs/InlineResponse20045.md in talon_one-6.0.0 vs docs/InlineResponse20045.md in talon_one-7.0.0

- old
+ new

@@ -3,19 +3,17 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_more** | **Boolean** | | [optional] -**total_result_size** | **Integer** | | [optional] -**data** | [**Array<Store>**](Store.md) | | +**data** | [**Array<Achievement>**](Achievement.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse20045.new(has_more: null, - total_result_size: 1, data: null) ```