v5.0.0
5.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.