- c269644: add rules service to the sdk
- 45dee3f: updates the roles to use roleId instead of roleName in the URL
- dd7837d: updates the group struct to include actions and roles
- 765e90a: Update role responses to return string arrays instead of an object containing string arrays
- 3d97973: This pr updates the users service to the latest jsdocs and also removes the need for passing a user to enable or disable the user.
- 7c6dcd1: rename things to clients
- 7b76ecf: update journal service to include domain id in entity journals and add a new endpoint for user journals
- b6cbc3c: updates the groups service with the new auth refactor
- c195860: Update clients service to match new auth
- 9fa7f26: update channels to match new access control
- cfe872c: add documentation and tests for domains. Also adds missing functions
- cdea55e: update linter
- 287856d: add actions and members to roles
- a975a8e: Update the sdk to use the new access control by introducing roles
- 8f198fc: Add domainId to read messages
- 45fff20: Remove domain id in invitations file
- 963294e: Add permissions to User's struct
- 9845a4b: return name to pageMetadata
- e754d29: update users client to match Magistrala with new fields and functions
- e754d29: update createToken example
- e754d29: rename password back to secret in credentials
- e754d29: modify issue token function to use identity instead of username
- 43a05d9: remove domains prefix from domain users url
- 66fb8a4: move host url from sdk param to specific function param. This enables flexibility of the UI to allow for multitenancy
- 66fb8a4: add documentation
- c4f60b9: remove domains endpoints
- c4f60b9: update things, channels, groups, bootstrap, certs api endpoints to have domain id
- ac1b256: add service health check functionality
- 6574165: update documentation
- 6574165: Update remove user from domain to remove the need for relation
- 9bd2134: Add search endpoint to users
- a2611c4: Add id and tree to metadata
- 143a2be: this changeupdates the return messages, updates the channels in the bootstrapconfig to a string[]
- 4551043: return limit to channelsPage
- ff9865e: This update adds a new service, Journal service. Journal service is used to fetch historical events for specific entities.
- 313a777: update how channels are returned
- d1573bd: Add delete user functionality to users class