[Typescript] add missing type mapping (#973)

* #957: add missing type mapping

* #957: generate samples
This commit is contained in:
Esteban Marin 2018-09-06 12:21:05 +02:00 committed by William Cheng
parent 5d259952b3
commit b9e9f54dab
4 changed files with 4 additions and 3 deletions

View File

@ -98,6 +98,7 @@ public abstract class AbstractTypeScriptClientCodegen extends DefaultCodegen imp
typeMapping.put("object", "any");
typeMapping.put("integer", "number");
typeMapping.put("Map", "any");
typeMapping.put("map", "any");
typeMapping.put("date", "string");
typeMapping.put("DateTime", "Date");
typeMapping.put("binary", "any");

View File

@ -1 +1 @@
3.0.0-SNAPSHOT
3.3.0-SNAPSHOT

View File

@ -1 +1 @@
3.0.0-SNAPSHOT
3.3.0-SNAPSHOT

View File

@ -1 +1 @@
3.2.1-SNAPSHOT
3.3.0-SNAPSHOT