Skip to content

Commit

Permalink
Restore enum types and bump version to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed Mar 7, 2019
1 parent 5fcc538 commit 657734f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Sets the generated TypeScript code output directory:
```yaml
typescript:
output-folder: src
enum-types: true
```

Add credential provider parameter to client constructor:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-rundeck",
"version": "0.0.18",
"version": "0.0.19",
"description": "Rundeck TypeScript SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 657734f

Please sign in to comment.