diff --git a/src/index.tsx b/src/index.tsx index a1d6260..12aff2a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2711,6 +2711,7 @@ export enum NotificationTypeEnum { ChallengeInvite = "CHALLENGE_INVITE", Comment = "COMMENT", CommentReply = "COMMENT_REPLY", + ExportReady = "EXPORT_READY", Follow = "FOLLOW", Reaction = "REACTION", } diff --git a/src/schema.gql b/src/schema.gql index fd721f4..686714c 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -865,6 +865,7 @@ enum NotificationTypeEnum { REACTION FOLLOW CHALLENGE_INVITE + EXPORT_READY } input NotificationFilters {