lib/hubspot/discovery/crm/associations/client.rb in hubspot-api-client-17.0.0.pre.beta.2 vs lib/hubspot/discovery/crm/associations/client.rb in hubspot-api-client-17.0.0.pre.beta.3

- old
+ new

@@ -5,15 +5,17 @@ module Crm module Associations class Client include Hubspot::Discovery::BaseModuleClient def api_modules - %i[v4].freeze + %i[ + v4 + schema + ].freeze end def api_classes %i[ batch - types ].freeze end end end end