forked from loafle/openapi-generator-original
* Add oneOf model for Typescript generator
* Update import procces: For oneOfs only import $refs within the oneOf
* Remove new line after description
* Update samples
* Typescript: Update model.mustache
* Typescript: Remove emun from oneOf models
* Update samples
* Typescript oneOf: add discriminator and update deserialize procces
* Typescript: update tests
* Typescript oneOf: move type mapping to models
* Typescript: Update samples
* Typescript: Update type of mappig
* Typescript: Update type of mappig
* Typescript oneOf: update deserializing logic
* Typescript: Update samples
* Revert "[typescript] fix: `enum` can not receive stringified class name (#19481)"
This reverts commit 4238f17322.
* [typescript] chore: update fixtures
---------
Co-authored-by: ksvirkou-hubspot <ksvirkou@hubspot.com>