Object.defineProperty(exports, "__esModule", ({ value: true })); exports.showLinkAction = exports.refreshClickAction = void 0; const common_1 = __webpack_require__(/*! ./common */ "./events/common.ts"); const EVENT_SITE_REFRESH_CLICK = "refresh_click"; const EVENT_NAME_REFRESH_CLICK = "refresh click"; const EVENT_SITE_VIEW_ALL_PARTIES = "view_all_parties"; const EVENT_NAME_VIEW_ALL_PARTIES = "view all parties"; const refreshClickAction = () => { const eventPayload = { [common_1.KEY_SITE_EVENTS]: { [EVENT_SITE_REFRESH_CLICK]: "true", }, [common_1.KEY_EVENT_NAME]: EVENT_NAME_REFRESH_CLICK, }; (0, common_1.pushEvent)(eventPayload); }; exports.refreshClickAction = refreshClickAction; const showLinkAction = () => { const eventPayload = { [common_1.KEY_SITE_EVENTS]: { [EVENT_SITE_VIEW_ALL_PARTIES]: "true", }, [common_1.KEY_EVENT_NAME]: EVENT_NAME_VIEW_ALL_PARTIES, [common_1.KEY_LOCATION]: "top", }; (0, common_1.pushEvent)(eventPayload); }; exports.showLinkAction = showLinkAction; //# sourceURL=webpack://@pamperedchef/common-analytics/./events/page-refresh.ts?