You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multipart.MultipartParser.getFileDestination has been removed, use multipart.MultipartParser.getField
NEW FEATURES
multipart.MultipartParser can now specify the uniqueness of file names with the property "unique". Set "unique" property of a field to true will generate a unique file name for all files corresponding to the field
BUG FIXES
require('@openveo/api').util.shallowValidateObject now throws an error when trying to validate an Object (other than a Date) as a Date