forked from loafle/openapi-generator-original
* Add openapi dictionary/map support to typescript-fetch client generator Change isContainer -> isListContainer for existing array support. Add isMapContainer control flow, adding map support. Add utility function to help map openapi map/dictionaries to ts maps. Close #1878 * Run typescript-fetch generator scripts and update output files