This repository has no description
0

Configure Feed

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

1// typescript/message.ts 2var Event = /* @__PURE__ */ ((Event2) => { 3 Event2["BookingPaid"] = "booking_paid"; 4 Event2["ClearSchedule"] = "clear_schedule"; 5 Event2["ClearScheduledJobs"] = "clear_scheduled_jobs"; 6 Event2["ClearStoredSchedule"] = "clear_stored_schedule"; 7 Event2["ContributionPaid"] = "contribution_paid"; 8 Event2["Custom"] = "custom"; 9 Event2["GodchildAccepted"] = "godchild_accepted"; 10 Event2["GodchildRejected"] = "godchild_rejected"; 11 Event2["GodchildRequest"] = "godchild_request"; 12 Event2["LoginStuck"] = "login_stuck"; 13 Event2["NewPost"] = "new_post"; 14 Event2["PendingSignup"] = "pending_signup"; 15 Event2["RestoreSchedule"] = "restore_schedule"; 16 Event2["RestoreScheduleEager"] = "restore_schedule_eager"; 17 Event2["SaveSchedule"] = "save_schedule"; 18 Event2["ShotgunClosesSoon"] = "shotgun_closes_soon"; 19 Event2["ShotgunOpensSoon"] = "shotgun_opens_soon"; 20 Event2["ShowScheduledJobs"] = "show_scheduled_jobs"; 21 Event2["Test"] = "test"; 22 return Event2; 23})(Event || {}); 24 25// typescript/constants.ts 26var STREAM_NAME = "notella:stream"; 27var SUBJECT_NAME = "notella:notification"; 28export { 29 Event, 30 STREAM_NAME, 31 SUBJECT_NAME 32}; 33//# sourceMappingURL=index.js.map