alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: update typescript types
author
Ewen Le Bihan
date
2 years ago
(Oct 31, 2024, 4:36 PM +0100)
commit
cb0e6af7
cb0e6af722dd8e025af76febf15f1ee521e4f598
parent
31da8064
31da8064a5c7e5ff45b3b1530a6ae8437b2b6b9f
+5
1 changed file
Expand all
Collapse all
Unified
Split
types.ts
+5
types.ts
Reviewed
···
49
49
*/
50
50
export enum Event {
51
51
BookingPaid = "booking_paid",
52
52
+
ClearSchedule = "clear_schedule",
52
53
ClearScheduledJobs = "clear_scheduled_jobs",
54
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
65
+
RestoreSchedule = "restore_schedule",
66
66
+
RestoreScheduleEager = "restore_schedule_eager",
67
67
+
SaveSchedule = "save_schedule",
63
68
ShotgunClosesSoon = "shotgun_closes_soon",
64
69
ShotgunOpensSoon = "shotgun_opens_soon",
65
70
ShowScheduledJobs = "show_scheduled_jobs",