···
1
1
+
[Module: null prototype] {
2
2
+
Event: {
3
3
+
BookingPaid: 'booking_paid',
4
4
+
ClearSchedule: 'clear_schedule',
5
5
+
ClearScheduledJobs: 'clear_scheduled_jobs',
6
6
+
ClearStoredSchedule: 'clear_stored_schedule',
7
7
+
CommentReply: 'comment_reply',
8
8
+
ContributionPaid: 'contribution_paid',
9
9
+
Custom: 'custom',
10
10
+
GodchildAccepted: 'godchild_accepted',
11
11
+
GodchildRejected: 'godchild_rejected',
12
12
+
GodchildRequest: 'godchild_request',
13
13
+
LoginStuck: 'login_stuck',
14
14
+
NewComment: 'new_comment',
15
15
+
NewPost: 'new_post',
16
16
+
PendingSignup: 'pending_signup',
17
17
+
RestoreSchedule: 'restore_schedule',
18
18
+
RestoreScheduleEager: 'restore_schedule_eager',
19
19
+
SaveSchedule: 'save_schedule',
20
20
+
ShotgunClosesSoon: 'shotgun_closes_soon',
21
21
+
ShotgunOpensSoon: 'shotgun_opens_soon',
22
22
+
ShowScheduledJobs: 'show_scheduled_jobs',
23
23
+
Test: 'test'
24
24
+
},
25
25
+
STREAM_NAME: 'notella:stream',
26
26
+
SUBJECT_NAME: 'notella:notification'
27
27
+
}