This repository has no description
0

Configure Feed

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

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