forked from loafle/openapi-generator-original
* feat(typescript-rxjs): use interfaces from rxjs/ajax, use shorthands * feat(typescript-rxjs): regenerate samples * docs(typescript-rxjs): extend readme by middleware howto * feat(typescript-rxjs): stop generating empty comment when there is no description in model * feat(typescript-rxjs): import throwIfRequired and COLLECTION_FORMATS only when needed * feat(typescript-rxjs): generate HttpHeaders and HttpQuery only if needed, improve formatting * feat(typescript-rxjs): conditionally import HttpHeaders and HttpQuery * feat(typescript-rxjs): add encodeURI helper, refactor queryString helper * feat(typescript-rxjs): improve condition for hasListContainers * feat(typescript-rxjs): regenerate samples