This is a refactoring change to expose comments and drafts to plugin API.
- remove own DraftInput class from server package and reuse existing one
from the extensions package
- remove Side enum and reuse the existing enum from extensions package
- replace CommentRange with Range in CommentInfo class
This is needed to simplify mapping from server side CommentInfo class
to one from extensions package. It cannot be used directly because
of AccountInfo class and needs to be mapped in plugin API layer.
Change-Id: If6c4cbce715f89f84459a6cd97073d1de31b0312