* allow routing forms for activeOn * use repository function to get routing forms * remove unnecessary code * adjust logic in update handler * add triggers to api v2 * remvoe unused file * rename to getAcitveOnOptions handler * remove routingFormOptions handler * clean up getActiveOnOptions * refactor WorkflowService * remove logs * remove unused * fix: type check * fix: missed before after events for recurring * fix: calendarEvent handleMarkNoShow * fix error message Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * don't query disabled routing forms * create tasker function * add tasker code * move isFormTrigger function * small adjustments + todo comments * remove email to host action for form triggers * throw trpc error if email to host is added as step * fix dialog on how to use form responses as variables * remove add variable dropdown for form triggers * remove form workfows in event workflows tab * improvements for workflow logic on form submission * review fixes * base setup for seperate schedule functions (evt and form) * add missing BOOKING_PAID workflow trigger * fix pathname * fix: test for BOOKING_REQUESTED * fix activeOn ids * pass hideBranding and smsReminderNumber * adjustments to reminderScheduler * create empty scheduelForForm functions * pass locale and timezone with form user * pass formData instead of responses * pass timeFormat and locale * reusable function for email sending and reminder creation * implement scheduleEmailReminderForForm * remove added editor field from merge conflict * don't support cal.ai action with form triggers * throw bad request if form trigger and cal.ai is combined * add tests for scheduleFormWorkflows * add form submission tests * remove form response varibe info * clean up workflow actions * fixes for getting template options * pass triggerType to getAllWorkflows * move reusable logic to scheduleSMSReminder * add formdata to param type * type fixes for text reminder managers * implement scheduleSMSReminderForForm * fix import * fix isAuthorizedToAddActiveOnIds * disble whatsapp action * implement triggerFormSubmittedNoEventWorkflow * code clean up * Merge branch 'devin/1755107037-add-workflow-triggers' into feat/routing-form-workflow-triggers * fix type errors * remove async from getSubmitterEmail * fix type errors * revert cal.ai changes * fix type error * add sublogger * code clean up * fix type errors * remove label for attendee whatsapp action * code clean up * fixes saving teams on org workflows * fix type error * code improvements for activeOn ids * Revert "code improvements for activeOn ids" This reverts commit 0a3590a4e2ce541b17d63483ad86ed458795a6a3. * improve variable name * fix unit tests * small fixes * type fixes * remove unused translation keys * fix merge conflict issues * code clean up * remove SMS action support * remove more SMS code * add missing imports * set custom template for form action * type fixes * fix tasker endpoint * fix duplicate check * fix workfows.test.ts * use repository funciton to getHideBranding * add back SMS action * add back changes to smsReminderManager * code clean up * fix hasDuplicateSubmission * code clean up * select only needed properties * remove repository functions * Revert "remove repository functions" This reverts commit 7aa47b1c59c9abd7f964ebf26f746934c53a44f4. * add scheduleWorkflows function * Revert "add scheduleWorkflows function" This reverts commit fe5db4fe3b65e2743c95475d585300cab98beed7. * move type to /types * Revert "move type to /types" This reverts commit 91e0152154594b3772a801a426260068a8ccea54. * revert changes causing type errors * remove import * remove unused import * Revert "remove unused import" This reverts commit 1916768c875ea5d0ac5598ccb8f9c796c5622dc9. * revert changed from attempt to fix type errors * pass object to gt all workflows * fix isAuthorized check * trigger filtering * remove form submitted no event booked code * remove form submitted no event from schema * remove more code * remove test * fixes * add getSubmitterEmail function * add trigger * small fixes * add missing workflow DTOs * small fixes * use activeOnWithChildren * fix active on when switching trigger type * remove add variable dropdown * add getAllWorkflowsFromRoutingForm to WorkflowService * fix error caused by undefined evt * fix type error * fix type error * fix tests * code clean up * final fixes and clean up * remove console.log * remove template text form from triggers * add routing form repoditory function * fix bug with key * add comments * fix test * add missing await * use predefined FormSubmissionData type * add .trim() to sms message * pass contextData instead * add missing trigger in update-workflow.input.ts * ForEvt and ForForm function for aiPhoneCallManager * chore: add support for form workflows on api v2 * fixup! chore: add support for form workflows on api v2 * use only repository functions in update handler * move all prisma queries from list.handler * review suggestions * chore: handle workflows api v2 * chore: handle workflows api v2, split in 2 endpoints * fix workflow step creation * remove connect agent and fixes types * add type to workflow * chore: use workflow type in apiv2 WorkflowsOutputService * update worklfow type on update * chore: use workflow type in apiv2 WorkflowsOutputService * fix template body for torm trigger * some UI fixes for email subject/body * resetting email body when changing form triggers * use type field to query workflows * clean up all old active on values * remove responseId from all funciton calls * remove undefined from updateTemplate * refactor: split routing form and event-type workflows code * refactor: split routing form and event-type workflows code * fix template text when adding action * chore: don't rename WorkflowActivationDto to avoid ci blocking * refine update schedule to use only allowed actions * fix type error * don't allow whatsapp action with form trigger * fix type error * return early if activeOn array is empty * fix: from step type in BaseFormWorkflowStepDto * fixup! fix: from step type in BaseFormWorkflowStepDto * api v2 updates * move all prisma calls to repository (service/workflows.ts) * use FORM_TRIGGER_WORKFLOW_EVENTS for form queries * use userRepository * use FORM_TRIGGER_WORKFLOW_EVENTS in isFormTrigger * code clean up * code clean up * use repository functions in formSubmissionValidation.ts * remove action check in update handler * add back trpc import * fix agent repository functions * add SMS actions to allowed form action constants * remove unsued import * fixes for offset api v2 * add missing responseId * fix failing test * fix failing test * remove unused imports * chore: handle sms step action for form worklfow in dtos --------- Co-authored-by: CarinaWolli <wollencarina@gmail.com> Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Co-authored-by: Benny Joo <sldisek783@gmail.com> Co-authored-by: cal.com <morgan@cal.com> Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
453 lines
14 KiB
TypeScript
453 lines
14 KiB
TypeScript
import type { EventStatus } from "ics";
|
|
import { v4 as uuidv4 } from "uuid";
|
|
|
|
import dayjs from "@calcom/dayjs";
|
|
import generateIcsString from "@calcom/emails/lib/generateIcsString";
|
|
import { preprocessNameFieldDataWithVariant } from "@calcom/features/form-builder/utils";
|
|
import tasker from "@calcom/features/tasker";
|
|
import { WEBSITE_URL } from "@calcom/lib/constants";
|
|
import logger from "@calcom/lib/logger";
|
|
import { getTranslation } from "@calcom/lib/server/i18n";
|
|
import { getTimeFormatStringFromUserTimeFormat } from "@calcom/lib/timeFormat";
|
|
import prisma from "@calcom/prisma";
|
|
import type { TimeUnit } from "@calcom/prisma/enums";
|
|
import {
|
|
WorkflowActions,
|
|
WorkflowMethods,
|
|
WorkflowTemplates,
|
|
WorkflowTriggerEvents,
|
|
} from "@calcom/prisma/enums";
|
|
import { bookingMetadataSchema } from "@calcom/prisma/zod-utils";
|
|
|
|
import { getWorkflowRecipientEmail } from "../getWorkflowReminders";
|
|
import { sendOrScheduleWorkflowEmails } from "./providers/emailProvider";
|
|
import type { FormSubmissionData } from "./reminderScheduler";
|
|
import type { AttendeeInBookingInfo, BookingInfo, timeUnitLowerCase } from "./smsReminderManager";
|
|
import type { VariablesType } from "./templates/customTemplate";
|
|
import customTemplate from "./templates/customTemplate";
|
|
import emailRatingTemplate from "./templates/emailRatingTemplate";
|
|
import emailReminderTemplate from "./templates/emailReminderTemplate";
|
|
|
|
const log = logger.getSubLogger({ prefix: ["[emailReminderManager]"] });
|
|
|
|
type ScheduleEmailReminderAction = Extract<
|
|
WorkflowActions,
|
|
"EMAIL_HOST" | "EMAIL_ATTENDEE" | "EMAIL_ADDRESS"
|
|
>;
|
|
|
|
export type ScheduleReminderArgs = {
|
|
triggerEvent: WorkflowTriggerEvents;
|
|
timeSpan: {
|
|
time: number | null;
|
|
timeUnit: TimeUnit | null;
|
|
};
|
|
template?: WorkflowTemplates;
|
|
sender?: string | null;
|
|
workflowStepId?: number;
|
|
seatReferenceUid?: string;
|
|
} & (
|
|
| { evt: BookingInfo; formData?: never }
|
|
| {
|
|
evt?: never;
|
|
formData: FormSubmissionData;
|
|
}
|
|
);
|
|
|
|
type scheduleEmailReminderArgs = ScheduleReminderArgs & {
|
|
sendTo: string[];
|
|
action: ScheduleEmailReminderAction;
|
|
emailSubject?: string;
|
|
emailBody?: string;
|
|
hideBranding?: boolean;
|
|
includeCalendarEvent?: boolean;
|
|
verifiedAt: Date | null;
|
|
};
|
|
|
|
type SendEmailReminderParams = {
|
|
mailData: {
|
|
subject: string;
|
|
html: string;
|
|
replyTo?: string;
|
|
attachments?: any[];
|
|
sender?: string | null;
|
|
};
|
|
sendTo: string[];
|
|
triggerEvent: WorkflowTriggerEvents;
|
|
scheduledDate?: dayjs.Dayjs | null;
|
|
uid?: string;
|
|
workflowStepId?: number;
|
|
seatReferenceUid?: string;
|
|
};
|
|
|
|
const sendOrScheduleWorkflowEmailWithReminder = async (params: SendEmailReminderParams) => {
|
|
const { mailData, sendTo, scheduledDate, uid, workflowStepId } = params;
|
|
|
|
let reminderUid = undefined;
|
|
if (scheduledDate) {
|
|
const reminder = await prisma.workflowReminder.create({
|
|
data: {
|
|
bookingUid: uid,
|
|
workflowStepId,
|
|
method: WorkflowMethods.EMAIL,
|
|
scheduledDate: scheduledDate.toDate(),
|
|
scheduled: true,
|
|
},
|
|
});
|
|
reminderUid = reminder.uuid;
|
|
}
|
|
|
|
await sendOrScheduleWorkflowEmails({
|
|
...mailData,
|
|
to: sendTo,
|
|
sendAt: scheduledDate?.toDate(),
|
|
referenceUid: reminderUid ?? undefined,
|
|
});
|
|
};
|
|
|
|
export const scheduleEmailReminder = async (args: scheduleEmailReminderArgs) => {
|
|
const { verifiedAt, workflowStepId } = args;
|
|
if (!verifiedAt) {
|
|
log.warn(`Workflow step ${workflowStepId} not yet verified`);
|
|
return;
|
|
}
|
|
|
|
if (args.evt) {
|
|
await scheduleEmailReminderForEvt(args);
|
|
} else {
|
|
await scheduleEmailReminderForForm(args);
|
|
}
|
|
};
|
|
|
|
const scheduleEmailReminderForEvt = async (args: scheduleEmailReminderArgs & { evt: BookingInfo }) => {
|
|
const {
|
|
evt,
|
|
triggerEvent,
|
|
timeSpan,
|
|
template,
|
|
sender,
|
|
workflowStepId,
|
|
seatReferenceUid,
|
|
sendTo,
|
|
emailSubject = "",
|
|
emailBody = "",
|
|
hideBranding,
|
|
includeCalendarEvent,
|
|
action,
|
|
} = args;
|
|
|
|
const { startTime, endTime } = evt;
|
|
const uid = evt.uid as string;
|
|
const timeUnit: timeUnitLowerCase | undefined = timeSpan.timeUnit?.toLocaleLowerCase() as timeUnitLowerCase;
|
|
|
|
let scheduledDate = null;
|
|
|
|
if (triggerEvent === WorkflowTriggerEvents.BEFORE_EVENT) {
|
|
scheduledDate = timeSpan.time && timeUnit ? dayjs(startTime).subtract(timeSpan.time, timeUnit) : null;
|
|
} else if (triggerEvent === WorkflowTriggerEvents.AFTER_EVENT) {
|
|
scheduledDate = timeSpan.time && timeUnit ? dayjs(endTime).add(timeSpan.time, timeUnit) : null;
|
|
}
|
|
|
|
let attendeeToBeUsedInMail: AttendeeInBookingInfo | null = null;
|
|
let name = "";
|
|
let attendeeName = "";
|
|
let timeZone = "";
|
|
|
|
switch (action) {
|
|
case WorkflowActions.EMAIL_ADDRESS:
|
|
name = "";
|
|
attendeeToBeUsedInMail = evt.attendees[0];
|
|
attendeeName = evt.attendees[0].name;
|
|
timeZone = evt.organizer.timeZone;
|
|
break;
|
|
case WorkflowActions.EMAIL_HOST:
|
|
attendeeToBeUsedInMail = evt.attendees[0];
|
|
name = evt.organizer.name;
|
|
attendeeName = attendeeToBeUsedInMail.name;
|
|
timeZone = evt.organizer.timeZone;
|
|
break;
|
|
case WorkflowActions.EMAIL_ATTENDEE:
|
|
// check if first attendee of sendTo is present in the attendees list, if not take the evt attendee
|
|
const attendeeEmailToBeUsedInMailFromEvt = evt.attendees.find(
|
|
(attendee) => attendee.email === sendTo[0]
|
|
);
|
|
attendeeToBeUsedInMail = attendeeEmailToBeUsedInMailFromEvt
|
|
? attendeeEmailToBeUsedInMailFromEvt
|
|
: evt.attendees[0];
|
|
name = attendeeToBeUsedInMail.name;
|
|
attendeeName = evt.organizer.name;
|
|
timeZone = attendeeToBeUsedInMail.timeZone;
|
|
break;
|
|
}
|
|
|
|
let emailContent = {
|
|
emailSubject,
|
|
emailBody: `<body style="white-space: pre-wrap;">${emailBody}</body>`,
|
|
};
|
|
const bookerUrl = evt.bookerUrl ?? WEBSITE_URL;
|
|
|
|
if (emailBody) {
|
|
const isEmailAttendeeAction = action === WorkflowActions.EMAIL_ATTENDEE;
|
|
const recipientEmail = getWorkflowRecipientEmail({
|
|
action,
|
|
attendeeEmail: attendeeToBeUsedInMail.email,
|
|
organizerEmail: evt.organizer.email,
|
|
sendToEmail: sendTo[0],
|
|
});
|
|
const variables: VariablesType = {
|
|
eventName: evt.title || "",
|
|
organizerName: evt.organizer.name,
|
|
attendeeName: attendeeToBeUsedInMail.name,
|
|
attendeeFirstName: attendeeToBeUsedInMail.firstName,
|
|
attendeeLastName: attendeeToBeUsedInMail.lastName,
|
|
attendeeEmail: attendeeToBeUsedInMail.email,
|
|
eventDate: dayjs(startTime).tz(timeZone),
|
|
eventEndTime: dayjs(endTime).tz(timeZone),
|
|
timeZone: timeZone,
|
|
location: evt.location,
|
|
additionalNotes: evt.additionalNotes,
|
|
responses: evt.responses,
|
|
meetingUrl: bookingMetadataSchema.parse(evt.metadata || {})?.videoCallUrl,
|
|
cancelLink: `${bookerUrl}/booking/${evt.uid}?cancel=true${
|
|
recipientEmail ? `&cancelledBy=${encodeURIComponent(recipientEmail)}` : ""
|
|
}${isEmailAttendeeAction && seatReferenceUid ? `&seatReferenceUid=${seatReferenceUid}` : ""}`,
|
|
cancelReason: evt.cancellationReason,
|
|
rescheduleLink: `${bookerUrl}/reschedule/${evt.uid}${
|
|
recipientEmail
|
|
? `?rescheduledBy=${encodeURIComponent(recipientEmail)}${
|
|
isEmailAttendeeAction && seatReferenceUid
|
|
? `&seatReferenceUid=${encodeURIComponent(seatReferenceUid)}`
|
|
: ""
|
|
}`
|
|
: isEmailAttendeeAction && seatReferenceUid
|
|
? `?seatReferenceUid=${encodeURIComponent(seatReferenceUid)}`
|
|
: ""
|
|
}`,
|
|
|
|
rescheduleReason: evt.rescheduleReason,
|
|
ratingUrl: `${bookerUrl}/booking/${evt.uid}?rating`,
|
|
noShowUrl: `${bookerUrl}/booking/${evt.uid}?noShow=true`,
|
|
attendeeTimezone: evt.attendees[0].timeZone,
|
|
eventTimeInAttendeeTimezone: dayjs(startTime).tz(evt.attendees[0].timeZone),
|
|
eventEndTimeInAttendeeTimezone: dayjs(endTime).tz(evt.attendees[0].timeZone),
|
|
};
|
|
|
|
const locale = isEmailAttendeeAction
|
|
? attendeeToBeUsedInMail.language?.locale
|
|
: evt.organizer.language.locale;
|
|
|
|
const emailSubjectTemplate = customTemplate(emailSubject, variables, locale, evt.organizer.timeFormat);
|
|
emailContent.emailSubject = emailSubjectTemplate.text;
|
|
emailContent.emailBody = customTemplate(
|
|
emailBody,
|
|
variables,
|
|
locale,
|
|
evt.organizer.timeFormat,
|
|
hideBranding
|
|
).html;
|
|
} else if (template === WorkflowTemplates.REMINDER) {
|
|
emailContent = emailReminderTemplate({
|
|
isEditingMode: false,
|
|
locale: evt.organizer.language.locale,
|
|
t: await getTranslation(evt.organizer.language.locale || "en", "common"),
|
|
action,
|
|
timeFormat: evt.organizer.timeFormat,
|
|
startTime,
|
|
endTime,
|
|
eventName: evt.title,
|
|
timeZone,
|
|
location: evt.location || "",
|
|
meetingUrl: bookingMetadataSchema.parse(evt.metadata || {})?.videoCallUrl || "",
|
|
otherPerson: attendeeName,
|
|
name,
|
|
});
|
|
} else if (template === WorkflowTemplates.RATING) {
|
|
emailContent = emailRatingTemplate({
|
|
isEditingMode: true,
|
|
locale: evt.organizer.language.locale,
|
|
action,
|
|
t: await getTranslation(evt.organizer.language.locale || "en", "common"),
|
|
timeFormat: evt.organizer.timeFormat,
|
|
startTime,
|
|
endTime,
|
|
eventName: evt.title,
|
|
timeZone,
|
|
organizer: evt.organizer.name,
|
|
name,
|
|
ratingUrl: `${bookerUrl}/booking/${evt.uid}?rating`,
|
|
noShowUrl: `${bookerUrl}/booking/${evt.uid}?noShow=true`,
|
|
});
|
|
}
|
|
|
|
// Allows debugging generated email content without waiting for sendgrid to send emails
|
|
log.debug(`Sending Email for trigger ${triggerEvent}`, JSON.stringify(emailContent));
|
|
|
|
async function prepareEmailData() {
|
|
const status: EventStatus =
|
|
triggerEvent === WorkflowTriggerEvents.EVENT_CANCELLED ? "CANCELLED" : "CONFIRMED";
|
|
|
|
const organizerT = await getTranslation(evt.organizer.language.locale || "en", "common");
|
|
|
|
const attendeeT = await getTranslation(evt.attendees[0].language.locale || "en", "common");
|
|
|
|
const attendee = {
|
|
...evt.attendees[0],
|
|
name: preprocessNameFieldDataWithVariant("fullName", evt.attendees[0].name) as string,
|
|
language: { ...evt.attendees[0].language, translate: attendeeT },
|
|
};
|
|
|
|
const emailEvent = {
|
|
...evt,
|
|
type: evt.eventType?.slug || "",
|
|
organizer: { ...evt.organizer, language: { ...evt.organizer.language, translate: organizerT } },
|
|
attendees: [attendee],
|
|
location: bookingMetadataSchema.parse(evt.metadata || {})?.videoCallUrl || evt.location,
|
|
};
|
|
|
|
const attachments = includeCalendarEvent
|
|
? [
|
|
{
|
|
content:
|
|
generateIcsString({
|
|
event: emailEvent,
|
|
status,
|
|
}) || "",
|
|
filename: "event.ics",
|
|
contentType: "text/calendar; charset=UTF-8; method=REQUEST",
|
|
disposition: "attachment",
|
|
},
|
|
]
|
|
: undefined;
|
|
|
|
return {
|
|
subject: emailContent.emailSubject,
|
|
html: emailContent.emailBody,
|
|
...(!evt.hideOrganizerEmail && { replyTo: evt?.eventType?.customReplyToEmail || evt.organizer.email }),
|
|
attachments,
|
|
sender,
|
|
};
|
|
}
|
|
|
|
const mailData = await prepareEmailData();
|
|
|
|
await sendOrScheduleWorkflowEmailWithReminder({
|
|
mailData,
|
|
sendTo,
|
|
triggerEvent,
|
|
scheduledDate,
|
|
uid,
|
|
workflowStepId,
|
|
seatReferenceUid,
|
|
});
|
|
};
|
|
|
|
// sends all immediately, no scheduling needed
|
|
const scheduleEmailReminderForForm = async (
|
|
args: scheduleEmailReminderArgs & {
|
|
formData: FormSubmissionData;
|
|
}
|
|
) => {
|
|
const {
|
|
formData,
|
|
triggerEvent,
|
|
sender,
|
|
workflowStepId,
|
|
sendTo,
|
|
emailSubject = "",
|
|
emailBody = "",
|
|
hideBranding,
|
|
} = args;
|
|
|
|
const emailContent = {
|
|
emailSubject,
|
|
emailBody: `<body style="white-space: pre-wrap;">${emailBody}</body>`,
|
|
};
|
|
|
|
if (emailBody) {
|
|
const timeFormat = getTimeFormatStringFromUserTimeFormat(formData.user.timeFormat);
|
|
//todo: add variables
|
|
const emailSubjectTemplate = customTemplate(emailSubject, {}, formData.user.locale, timeFormat);
|
|
emailContent.emailSubject = emailSubjectTemplate.text;
|
|
emailContent.emailBody = customTemplate(
|
|
emailBody,
|
|
{},
|
|
formData.user.locale,
|
|
timeFormat,
|
|
hideBranding
|
|
).html;
|
|
}
|
|
|
|
// Allows debugging generated email content without waiting for sendgrid to send emails
|
|
log.debug(`Sending Email for trigger ${triggerEvent}`, JSON.stringify(emailContent));
|
|
|
|
const mailData = {
|
|
subject: emailContent.emailSubject,
|
|
html: emailContent.emailBody,
|
|
sender,
|
|
};
|
|
|
|
await sendOrScheduleWorkflowEmailWithReminder({
|
|
mailData,
|
|
sendTo,
|
|
triggerEvent,
|
|
workflowStepId,
|
|
scheduledDate: null,
|
|
});
|
|
};
|
|
|
|
export const deleteScheduledEmailReminder = async (reminderId: number) => {
|
|
const workflowReminder = await prisma.workflowReminder.findUnique({
|
|
where: {
|
|
id: reminderId,
|
|
},
|
|
});
|
|
|
|
if (!workflowReminder) {
|
|
console.error("Workflow reminder not found");
|
|
return;
|
|
}
|
|
|
|
const { uuid, referenceId } = workflowReminder;
|
|
if (uuid) {
|
|
try {
|
|
const taskId = await tasker.cancelWithReference(uuid, "sendWorkflowEmails");
|
|
if (taskId) {
|
|
await prisma.workflowReminder.delete({
|
|
where: {
|
|
id: reminderId,
|
|
},
|
|
});
|
|
|
|
return;
|
|
}
|
|
} catch (error) {
|
|
log.error(`Error canceling/deleting reminder with tasker. Error: ${error}`);
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @deprecated only needed for SendGrid, use SMTP with tasker instead
|
|
*/
|
|
try {
|
|
if (!referenceId) {
|
|
await prisma.workflowReminder.delete({
|
|
where: {
|
|
id: reminderId,
|
|
},
|
|
});
|
|
|
|
return;
|
|
}
|
|
|
|
await prisma.workflowReminder.update({
|
|
where: {
|
|
id: reminderId,
|
|
},
|
|
data: {
|
|
cancelled: true,
|
|
},
|
|
});
|
|
} catch (error) {
|
|
log.error(`Error canceling reminder with error ${error}`);
|
|
}
|
|
};
|