forked from loafle/openapi-generator-original
* Make api to models from a single model/models.ts instead of individual model files. Fixes inconsistent usage of file names with inline models (inline-model-1, inline-model-2, ...) * Remove additional mapped filename prop from api imports (since it's not reliable) * Rerun ./bin/typescript-angular-petstore-all.sh * Restore the `filename` property passed to the templates, with a comment it's no longer used