Skip to content

Commit

Permalink
[Typescript] add missing type mapping (OpenAPITools#973)
Browse files Browse the repository at this point in the history
* OpenAPITools#957: add missing type mapping

* OpenAPITools#957: generate samples
  • Loading branch information
macjohnny authored and wing328 committed Sep 6, 2018
1 parent 40ed0ad commit 3e300cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public AbstractTypeScriptClientCodegen() {
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");
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-SNAPSHOT
3.3.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-SNAPSHOT
3.3.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1-SNAPSHOT
3.3.0-SNAPSHOT

0 comments on commit 3e300cd

Please sign in to comment.