* feat: api changes for user management
* refactor: gift banner behaviour change
* feat: user management api and ui changes
* feat: introduce invited_by info
* test: verify roles by checking datasource tab since access settings page will be available for all users now
* feat: allow owner role update only if there is more than one owner exist
* fix: role update behaviour correction
* fix: base owner invite issue
* fix: reload user roles state on changing roles of active user
* refactor: show disabled button if not avail
* refactor: hide dropdown and action menu options based on roles
* refactor: migration file name
* refactor: disable or hide option based on number of owners
* refactor: hide user list in shared base
* fix: review correction
* fix: get rid of barrel files
* chore: get rid of explicit imports
* fix: use explicit import for classes and enums
* fix: use explicit import for enum & class & aliases
* fix: build issues
- Rename `Project` => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns
Signed-off-by: Pranav C <pranavxc@gmail.com>