Checklist
Description
auth0-6.1.0/lib/auth0/jobs/users_imports/client.rb:33 does params[:users].to_form_data_part(name: "users")
to_form_data_part is not defined anywhere in auth0 6.1.0 — I grepped the whole lib
I am expecting this is to do with Auth0::Internal::Multipart::FormDataPart but this is private.
Reproduction
just try running jobs.users_imports.create passing in acual data (users) current tests do not do it
Additional context
No response
ruby-auth0 version
6.1.0
Ruby version
4.0.6
Checklist
Description
auth0-6.1.0/lib/auth0/jobs/users_imports/client.rb:33does params[:users].to_form_data_part(name: "users")to_form_data_partis not defined anywhere in auth0 6.1.0 — I grepped the whole libI am expecting this is to do with
Auth0::Internal::Multipart::FormDataPartbut this is private.Reproduction
just try running
jobs.users_imports.createpassing in acual data (users) current tests do not do itAdditional context
No response
ruby-auth0 version
6.1.0
Ruby version
4.0.6