Add
data class Add(val content: String, val sectionName: String, val sectionShortName: String) : DeltaUpdate
Adds a bullet with content to the section identified by sectionShortName, creating it (named sectionName) if absent.
Adds a bullet with content to the section identified by sectionShortName, creating it (named sectionName) if absent.