Add EXPORT_READY notification type (video export Phase 1b)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -2711,6 +2711,7 @@ export enum NotificationTypeEnum {
|
||||
ChallengeInvite = "CHALLENGE_INVITE",
|
||||
Comment = "COMMENT",
|
||||
CommentReply = "COMMENT_REPLY",
|
||||
ExportReady = "EXPORT_READY",
|
||||
Follow = "FOLLOW",
|
||||
Reaction = "REACTION",
|
||||
}
|
||||
|
||||
@@ -865,6 +865,7 @@ enum NotificationTypeEnum {
|
||||
REACTION
|
||||
FOLLOW
|
||||
CHALLENGE_INVITE
|
||||
EXPORT_READY
|
||||
}
|
||||
|
||||
input NotificationFilters {
|
||||
|
||||
Reference in New Issue
Block a user