forked from loafle/openapi-generator-original
* [typescript][node]: Add options to specify a from data file Be able to specify file options as described on https://github.com/request/request in the 'multipart/form-data (Multipart Form Uploads)' section). Related to #3944 Fix file return type * [typescript][node]: Fix use of applyLocalTypeMapping Previous call to applyLocalTypeMapping didn't had any effect. * [typescript][node]: Update samples