Skip to content

Commit

Permalink
Update spec and bump vers to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed Oct 28, 2019
1 parent 4b7b722 commit 3461578
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The following are the settings for this using this API with AutoRest.
Defines the Open API spec file(s) to use for input:
```yaml
input-file:
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/execution.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/job.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/metric.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/project.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/storage.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/system.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/b449d8fcf06944a7a31bce9149654d43351d65ff/rundeck/user.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/execution.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/job.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/metric.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/project.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/storage.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/system.yaml
- https://github.com/rundeck/rundeck-api-specs/blob/26ac90768bb50cc919ea5e4dc78d8c2756d372ba/rundeck/user.yaml
```

Sets the generated TypeScript code output directory:
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.1.3",
"version": "0.1.4",
"description": "Rundeck TypeScript SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3461578

Please sign in to comment.