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

- old
+ new

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