lib/patch_ruby.rb in patch_ruby-1.14.0 vs lib/patch_ruby.rb in patch_ruby-1.15.0
- old
+ new
@@ -44,15 +44,17 @@
require 'patch_ruby/models/project_list_response'
require 'patch_ruby/models/project_response'
require 'patch_ruby/models/sdg'
require 'patch_ruby/models/standard'
require 'patch_ruby/models/technology_type'
+require 'patch_ruby/models/technology_type_list_response'
# APIs
require 'patch_ruby/api/estimates_api'
require 'patch_ruby/api/orders_api'
require 'patch_ruby/api/preferences_api'
require 'patch_ruby/api/projects_api'
+require 'patch_ruby/api/technology_types_api'
module Patch
class << self
# Customize default settings for the SDK using block.
# Patch.configure do |config|