Skip to content

Commit dab77fd

Browse files
committed
[feature] Add support for the Talk Partner Edition type comment
fixes #691
1 parent a2e569a commit dab77fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/zendesk/client/v2/model/CommentType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
/** https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_comments/ */
44
public enum CommentType {
55
COMMENT("Comment"),
6-
VOICE_COMMENT("VoiceComment");
6+
VOICE_COMMENT("VoiceComment"),
7+
// Talk Partner Edition
8+
TPE_VOICE_COMMENT("TpeVoiceComment");
79

810
private final String name;
911

0 commit comments

Comments
 (0)