Commit 4097a9e
committed
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.2.0...v5.0.0) (2022-06-13)
### ⚠ BREAKING CHANGES
* **apps:** Most of the request/response models related to apps will need to be updated.
Anything using `App` will need to be changed to either `AppResponse` (if used with GET)
or `PagedApp` (if used with LIST). AppEndpoints that previously returned `Count` or `Status` now
return an empty Promise.
### Bug Fixes
* **apps:** update models to match API spec ([84c41b3](84c41b3)), closes [#89](#89)1 parent 84c41b3 commit 4097a9e
3 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
1 | 16 | | |
2 | 17 | | |
3 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments