[next] Comment Reply Revisions (#2072)

* feat: added revision id support for replies

* feat: use createCommentReply
This commit is contained in:
Wyatt Johnson
2018-11-27 21:56:12 +00:00
committed by GitHub
parent 71ce74e1d1
commit a5c98cd587
14 changed files with 383 additions and 136 deletions
+6
View File
@@ -64,6 +64,12 @@ export interface Comment extends TenantResource {
*/
parentID?: string;
/**
* parentRevisionID is the ID of the Revision on the parent Comment that this
* was a reply to.
*/
parentRevisionID?: string;
/**
* authorID stores the ID of the User that created this Comment.
*/