Skip to content

Commit

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

* #957: generate samples
  • Loading branch information
macjohnny authored and wing328 committed Sep 6, 2018
1 parent 5d25995 commit b9e9f54
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 b9e9f54

Please sign in to comment.