lib/hubspot/helpers/path.rb in hubspot-api-client-17.0.0 vs lib/hubspot/helpers/path.rb in hubspot-api-client-17.1.0
- old
+ new
@@ -11,15 +11,9 @@
require path
end
def require_with_codegen_mapping(path)
require path
- .gsub('audit_logs/', 'audit-logs/')
- .gsub('blog_posts/', 'blog-posts/')
- .gsub('site_search', 'site-search')
- .gsub('source_code/', 'source-code/')
- .gsub('url_redirects', 'url-redirects')
- .gsub('visitor_identification', 'visitor-identification')
end
end
end
end