This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update typescript types

+5
+5
types.ts
··· 49 49 */ 50 50 export enum Event { 51 51 BookingPaid = "booking_paid", 52 + ClearSchedule = "clear_schedule", 52 53 ClearScheduledJobs = "clear_scheduled_jobs", 54 + ClearStoredSchedule = "clear_stored_schedule", 53 55 CommentReply = "comment_reply", 54 56 ContributionPaid = "contribution_paid", 55 57 Custom = "custom", ··· 60 62 NewComment = "new_comment", 61 63 NewPost = "new_post", 62 64 PendingSignup = "pending_signup", 65 + RestoreSchedule = "restore_schedule", 66 + RestoreScheduleEager = "restore_schedule_eager", 67 + SaveSchedule = "save_schedule", 63 68 ShotgunClosesSoon = "shotgun_closes_soon", 64 69 ShotgunOpensSoon = "shotgun_opens_soon", 65 70 ShowScheduledJobs = "show_scheduled_jobs",