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

- old
+ new

@@ -2,18 +2,20 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**total_result_size** | **Integer** | | -**data** | [**Array<Attribute>**](Attribute.md) | | +**has_more** | **Boolean** | | [optional] +**total_result_size** | **Integer** | | [optional] +**data** | [**Array<CatalogItem>**](CatalogItem.md) | | ## Code Sample ```ruby require 'TalonOne' -instance = TalonOne::InlineResponse20034.new(total_result_size: 1, +instance = TalonOne::InlineResponse20034.new(has_more: null, + total_result_size: 1, data: null) ```