* chore: Upgrade prisma to 6.7.0 * Build fixes * type fixes Signed-off-by: Omar López <zomars@me.com> * Update schema.prisma * Patching * Revert "Update schema.prisma" This reverts commit 47d8618bf89ef4d007b30084df766f17281e21a1. * Revert "Patching" This reverts commit a1d2e3040e71690a44d4324db95d73b4d68c6adb. * Revert schema changes Signed-off-by: Omar López <zomars@me.com> * WIP Signed-off-by: Omar López <zomars@me.com> * Update getPublicEvent.ts * Update imports Signed-off-by: Omar López <zomars@me.com> * Update gitignore Signed-off-by: Omar López <zomars@me.com> * update remaining imports Signed-off-by: Omar López <zomars@me.com> * Delete .cursor/config.json * Discard changes to packages/features/eventtypes/lib/getPublicEvent.ts * Update _get.ts * Update user.ts * Update .gitignore * update * Update WorkflowStepContainer.tsx * Update next-auth-custom-adapter.ts * Update getPublicEvent.ts * Update workflow.ts * Update next-auth-custom-adapter.ts * Update next-auth-options.ts * Update bookingScenario.ts * fix missing imports * upgrades prismock Signed-off-by: Omar López <zomars@me.com> * patches prismock Signed-off-by: Omar López <zomars@me.com> * Update reschedule.test.ts * Update prisma.ts * patch prismock Signed-off-by: Omar López <zomars@me.com> * fix enums imports Signed-off-by: Omar López <zomars@me.com> * Revert "Update prisma.ts" This reverts commit 64edcf8db54171ff4456c209d563b5d431d99619. * Revert "patch prismock" This reverts commit e95819113dc9d88e7130947aa120cd42710977c8. * fix patch * Fix test that overrun the boundary, it shouldn't test too much * Move prisma import to changeSMSLockState * Bring back broken test without illegal imports * Merge with main and fix filter hosts by same round robin host * Fixed buildDryRunBooking fn tests * Fix and move ooo create or update handler test * Fix packages/features/eventtypes/lib/isCurrentlyAvailable.test.ts * Fix packages/trpc/server/routers/viewer/organizations/listMembers.handler.test.ts * Mock @calcom/prisma * Fix: verify-email.test.ts * fix: Moved WebhookService test and fixed default import mock * Fix: Added missing prisma mock, handleNewBooking uses that of course * We're not testing createContext here * fix: Prisma mock fix for listMembers.test.ts * More fixes to broken testcases * Forgot to remove borked test * Prevent the need to mock a lot of dependencies by moving out buildBaseWhereCondition to its own file * Temporarily skip getCalendarEvents, needs a rewrite * Fix: turns out you can access protected in testcases * fix further mocks * Added packages/features/insights/server/buildBaseWhereCondition.ts, types * Always great to have a mock and then not use it * And one less again. * fix: confirm.handler.test, didn't mock prisma * fix: Address minor nit by @eunjae & fix ImpersonationProvider test * Updated isPrismaAvailableCheck that doesn't crash on import * fix: Get Prisma directly from the client, it usually involves the Validator and does not need 'local' inclusion * Add zod-prisma-types without the generator enabled (commented out) * Uncomment and see what happens * Change method of import as imports did not work in Input Schemas * Remove custom 'zod' booking model, it does not belong with Prisma * Fix all other global Model imports * Rewrite most schema includes AND remove barrel file * Add bookingCreateBodySchema to features/bookings * Flurry of type fixes for compatibility with new zod gen * Refactor out the custom prisma type createEventTypeInput * Work around nullable eventTypeLocations * HandlePayment type fix * More fixes, final fix remaining is CompleteEventType * Should fix a bunch more booking related type errors * Missed one * Some props missing from BookingCreateBodySchema * Fix location type in handleChildrenEventTypes * Little bit hacky imo but it works * Final type error \o/ * Forgot to include Prisma * Do not include zod-utils in booker/types * Oops, was already including Booker/types * Fix membership type, also disallow updating createdAt/updatedAt, make part of patch/post * Fix api v1 type errors * Fix EventTypeDescription typings * Remove getParserWithGeneric, use userBodySchema with UserSchema * use centralized timeZoneSchema * Implement feedback by @zomars * Couple of WIP pushes * Fix tests * Type fixes in `handleChildrenEventTypes` test * Try and parse metadata before use * Change zod-prisma-types configuration for optimal performance * Fix prisma validator error in `prisma/selects/credential` * Disable seperate relations model, hits a bug * Import absolute - this makes rollup work in @platform/libraries * Attempt at removing resolutions override * Refactor using `Prisma.validator` to `satisfies` * Build atoms using @calcom/prisma/client * Build atoms using @calcom/prisma/client * fixes * Update eventTypeSelect.ts * Adjust `eventTypeMetaDataSchemaWithUntypedApps` from `unknown` to `record(any)` * `EventTypeDescription` rely on `descriptionAsSafeHTML` instead of `description` * Add `seatsPerTimeSlot` to event type public select * Fix typing in `users-public-view` getServerSide props * Add missing `schedulingType` to prop * chore: bump platform libraries * Function return type is illegal, not sure how this passed eslint (#21567) * Merged with main * Update updateTokenObject.ts * Update handleResponse.ts * Update index.ts * Update handleChildrenEventTypes.ts * Update booking-idempotency-key.ts * Update WebhookService.test.ts * Update events.test.ts * Update queued-response.test.ts * Update events.test.ts * Update getRoutedUrl.test.ts * fix: type checks Signed-off-by: Omar López <zomars@me.com> * fixes Signed-off-by: Omar López <zomars@me.com> * chore: bump platform libraries * Update yarn.lock * more fixes Signed-off-by: Omar López <zomars@me.com> * fixes Signed-off-by: Omar López <zomars@me.com> * biuld fixes * chore: bump platform libraries * Update conferencing.repository.ts * Update conferencing.repository.ts * Update getCalendarsEvents.test.ts * Update vite.config.js * chore: bump platform libraries * Update users.ts * Discard changes to docs/api-reference/v2/openapi.json * Update vite.config.ts * updated platform libraries * Update get.handler.test.ts * Update get.handler.test.ts * Update schema.prisma * Discard changes to docs/api-reference/v2/openapi.json * Update next-auth-custom-adapter.ts * Update team.ts * Flurry of type fixes * Fix majority of insight related type errors * Type fixes for unlink of account * Make user nullable again * Fixed a bunch of unit tests and one type error * Attempted mock fix * Attempted fix for Attribute type * Ensure default import becomes prisma, but not direct usage * Import default as prisma in prisma.module * Add attributeOption to attribute type * Fix calcom/prisma mock * Refactor Prisma client imports to @calcom/prisma/client Updated all imports from '@prisma/client' to '@calcom/prisma/client' across tests and repository files for consistency and to use the correct Prisma client package. This change improves maintainability and ensures the correct client is referenced throughout the codebase. * Undo removal of max-warnings=0 to get main to merge * Remove unit tests for e2e fixtures, provide new prisma mock * Mock @calcom/prisma in event manager * Mock @calcom/prisma in event manager * Add correct format even with --no-verify * Mock prisma in CalendarManager * Add mock for permission-check.service * Better injection in PrismaApiKeyRepository imports * More mock fixes :) * Fix listMembers.handler.test * Fix User import * Appropriately adjust all types to be imported as types, there were a lot of types imported as normal deps * Why was this a thing? * Strictly speaking; Not using prismock anymore * Ditched patch file for prismock * Fix output.service.ts platform type imports, need concrete for plainToClass * Better typing and tests for unlinkConnectedAccount.handler * Small type fix * Disable calendar cache tests as they are dependent on prismock * chore: bump platform lib * getRoutedUrl test remove of unused import * Extract select to external const on getEventTypesFromDB * Direct select of userSelect from selects/user * fix type error from merging 23653 * Fixed integration tests by removing hardcoded values that were possible due to mocking, but as its now directly hitting the db no longer * fix: vite config atoms prisma client type location * revert: example app prisma client * revert: example app prisma client * bump platform libs * fix: use class instead of type for DI of PlatformBookingsService * update platform libs * remove unused variable * chore: generate prisma client for api v2 * fix: api v2 e2e * fix: atoms e2e * fix: atoms e2e * fix: atoms e2e * fix: api v2 e2e * fix: tsconfig apiv2 enums * publish libraries * Simplify check for existence teamId --------- Signed-off-by: Omar López <zomars@me.com> Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com> Co-authored-by: supalarry <laurisskraucis@gmail.com> Co-authored-by: cal.com <morgan@cal.com> Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com> Co-authored-by: Benny Joo <sldisek783@gmail.com>
299 lines
8.1 KiB
TypeScript
299 lines
8.1 KiB
TypeScript
import { createHmac } from "crypto";
|
|
import { compile } from "handlebars";
|
|
|
|
import type { TGetTranscriptAccessLink } from "@calcom/app-store/dailyvideo/zod";
|
|
import { getHumanReadableLocationValue } from "@calcom/app-store/locations";
|
|
import { getUTCOffsetByTimezone } from "@calcom/lib/dayjs";
|
|
import type { Payment, Webhook } from "@calcom/prisma/client";
|
|
import type { CalendarEvent, Person } from "@calcom/types/Calendar";
|
|
|
|
type ContentType = "application/json" | "application/x-www-form-urlencoded";
|
|
|
|
export type EventTypeInfo = {
|
|
eventTitle?: string | null;
|
|
eventDescription?: string | null;
|
|
requiresConfirmation?: boolean | null;
|
|
price?: number | null;
|
|
currency?: string | null;
|
|
length?: number | null;
|
|
};
|
|
|
|
export type UTCOffset = {
|
|
utcOffset?: number | null;
|
|
};
|
|
|
|
export type WithUTCOffsetType<T> = T & {
|
|
user?: Person & UTCOffset;
|
|
} & {
|
|
organizer?: Person & UTCOffset;
|
|
} & {
|
|
attendees?: (Person & UTCOffset)[];
|
|
};
|
|
|
|
export type BookingNoShowUpdatedPayload = {
|
|
message: string;
|
|
bookingUid: string;
|
|
bookingId?: number;
|
|
attendees: { email: string; noShow: boolean }[];
|
|
};
|
|
|
|
export type TranscriptionGeneratedPayload = {
|
|
downloadLinks?: {
|
|
transcription: TGetTranscriptAccessLink["transcription"];
|
|
recording: string;
|
|
};
|
|
};
|
|
|
|
export type OOOEntryPayloadType = {
|
|
oooEntry: {
|
|
id: number;
|
|
start: string;
|
|
end: string;
|
|
createdAt: string;
|
|
updatedAt: string;
|
|
notes: string | null;
|
|
reason: {
|
|
emoji?: string;
|
|
reason?: string;
|
|
};
|
|
reasonId: number;
|
|
user: {
|
|
id: number;
|
|
name: string | null;
|
|
username: string | null;
|
|
timeZone: string;
|
|
email: string;
|
|
};
|
|
toUser: {
|
|
id: number;
|
|
name?: string | null;
|
|
username?: string | null;
|
|
timeZone?: string;
|
|
email?: string;
|
|
} | null;
|
|
uuid: string;
|
|
};
|
|
};
|
|
|
|
export type EventPayloadType = CalendarEvent &
|
|
TranscriptionGeneratedPayload &
|
|
EventTypeInfo & {
|
|
metadata?: { [key: string]: string | number | boolean | null };
|
|
bookingId?: number;
|
|
status?: string;
|
|
smsReminderNumber?: string;
|
|
rescheduleId?: number;
|
|
rescheduleUid?: string;
|
|
rescheduleStartTime?: string;
|
|
rescheduleEndTime?: string;
|
|
downloadLink?: string;
|
|
paymentId?: number;
|
|
rescheduledBy?: string;
|
|
cancelledBy?: string;
|
|
paymentData?: Payment;
|
|
};
|
|
|
|
export type WebhookPayloadType = EventPayloadType | OOOEntryPayloadType | BookingNoShowUpdatedPayload;
|
|
|
|
type WebhookDataType = WebhookPayloadType & { triggerEvent: string; createdAt: string };
|
|
|
|
function addUTCOffset(data: WebhookPayloadType): WithUTCOffsetType<WebhookPayloadType> {
|
|
if (isEventPayload(data)) {
|
|
if (data.organizer?.timeZone) {
|
|
(data.organizer as Person & UTCOffset).utcOffset = getUTCOffsetByTimezone(
|
|
data.organizer.timeZone,
|
|
data.startTime
|
|
);
|
|
}
|
|
|
|
if (data.attendees?.length) {
|
|
(data.attendees as (Person & UTCOffset)[]).forEach((attendee) => {
|
|
attendee.utcOffset = getUTCOffsetByTimezone(attendee.timeZone, data.startTime);
|
|
});
|
|
}
|
|
}
|
|
|
|
return data as WithUTCOffsetType<WebhookPayloadType>;
|
|
}
|
|
|
|
function getZapierPayload(data: WithUTCOffsetType<EventPayloadType & { createdAt: string }>): string {
|
|
const attendees = (data.attendees as (Person & UTCOffset)[]).map((attendee) => {
|
|
return {
|
|
name: attendee.name,
|
|
email: attendee.email,
|
|
timeZone: attendee.timeZone,
|
|
utcOffset: attendee.utcOffset,
|
|
};
|
|
});
|
|
|
|
const t = data.organizer.language.translate;
|
|
const location = getHumanReadableLocationValue(data.location || "", t);
|
|
|
|
const body = {
|
|
title: data.title,
|
|
description: data.description,
|
|
customInputs: data.customInputs,
|
|
responses: data.responses,
|
|
userFieldsResponses: data.userFieldsResponses,
|
|
startTime: data.startTime,
|
|
endTime: data.endTime,
|
|
location: location,
|
|
status: data.status,
|
|
cancellationReason: data.cancellationReason,
|
|
user: {
|
|
username: data.organizer.username,
|
|
name: data.organizer.name,
|
|
email: data.organizer.email,
|
|
timeZone: data.organizer.timeZone,
|
|
utcOffset: data.organizer.utcOffset,
|
|
locale: data.organizer.locale,
|
|
},
|
|
eventType: {
|
|
title: data.eventTitle,
|
|
description: data.eventDescription,
|
|
requiresConfirmation: data.requiresConfirmation,
|
|
price: data.price,
|
|
currency: data.currency,
|
|
length: data.length,
|
|
},
|
|
attendees: attendees,
|
|
createdAt: data.createdAt,
|
|
};
|
|
return JSON.stringify(body);
|
|
}
|
|
|
|
function applyTemplate(template: string, data: WebhookDataType, contentType: ContentType) {
|
|
const compiled = compile(template)(data).replace(/"/g, '"');
|
|
|
|
if (contentType === "application/json") {
|
|
return JSON.stringify(jsonParse(compiled));
|
|
}
|
|
return compiled;
|
|
}
|
|
|
|
export function jsonParse(jsonString: string) {
|
|
try {
|
|
return JSON.parse(jsonString);
|
|
} catch (e) {
|
|
// don't do anything.
|
|
}
|
|
return false;
|
|
}
|
|
|
|
export function isOOOEntryPayload(data: WebhookPayloadType): data is OOOEntryPayloadType {
|
|
return "oooEntry" in data;
|
|
}
|
|
|
|
export function isNoShowPayload(data: WebhookPayloadType): data is BookingNoShowUpdatedPayload {
|
|
return "message" in data;
|
|
}
|
|
|
|
export function isEventPayload(data: WebhookPayloadType): data is EventPayloadType {
|
|
return !isNoShowPayload(data) && !isOOOEntryPayload(data);
|
|
}
|
|
|
|
const sendPayload = async (
|
|
secretKey: string | null,
|
|
triggerEvent: string,
|
|
createdAt: string,
|
|
webhook: Pick<Webhook, "subscriberUrl" | "appId" | "payloadTemplate">,
|
|
data: WebhookPayloadType
|
|
) => {
|
|
const { appId, payloadTemplate: template } = webhook;
|
|
|
|
const contentType =
|
|
!template || jsonParse(template) ? "application/json" : "application/x-www-form-urlencoded";
|
|
|
|
data = addUTCOffset(data);
|
|
|
|
let body;
|
|
/* Zapier id is hardcoded in the DB, we send the raw data for this case */
|
|
if (isEventPayload(data)) {
|
|
data.description = data.description || data.additionalNotes;
|
|
if (appId === "zapier") {
|
|
body = getZapierPayload({ ...data, createdAt });
|
|
}
|
|
}
|
|
|
|
if (body === undefined) {
|
|
if (template && (isOOOEntryPayload(data) || isEventPayload(data) || isNoShowPayload(data))) {
|
|
body = applyTemplate(template, { ...data, triggerEvent, createdAt }, contentType);
|
|
} else {
|
|
body = JSON.stringify({
|
|
triggerEvent: triggerEvent,
|
|
createdAt: createdAt,
|
|
payload: data,
|
|
});
|
|
}
|
|
}
|
|
|
|
return _sendPayload(secretKey, webhook, body, contentType);
|
|
};
|
|
|
|
export const sendGenericWebhookPayload = async ({
|
|
secretKey,
|
|
triggerEvent,
|
|
createdAt,
|
|
webhook,
|
|
data,
|
|
rootData,
|
|
}: {
|
|
secretKey: string | null;
|
|
triggerEvent: string;
|
|
createdAt: string;
|
|
webhook: Pick<Webhook, "subscriberUrl" | "appId" | "payloadTemplate">;
|
|
data: Record<string, unknown>;
|
|
rootData?: Record<string, unknown>;
|
|
}) => {
|
|
const body = JSON.stringify({
|
|
// Added rootData props first so that using the known(i.e. triggerEvent, createdAt, payload) properties in rootData doesn't override the known properties
|
|
...rootData,
|
|
triggerEvent: triggerEvent,
|
|
createdAt: createdAt,
|
|
payload: data,
|
|
});
|
|
|
|
return _sendPayload(secretKey, webhook, body, "application/json");
|
|
};
|
|
|
|
export const createWebhookSignature = (params: { secret?: string | null; body: string }) =>
|
|
params.secret
|
|
? createHmac("sha256", params.secret).update(`${params.body}`).digest("hex")
|
|
: "no-secret-provided";
|
|
|
|
const _sendPayload = async (
|
|
secretKey: string | null,
|
|
webhook: Pick<Webhook, "subscriberUrl" | "appId" | "payloadTemplate">,
|
|
body: string,
|
|
contentType: "application/json" | "application/x-www-form-urlencoded"
|
|
) => {
|
|
const { subscriberUrl } = webhook;
|
|
if (!subscriberUrl || !body) {
|
|
throw new Error("Missing required elements to send webhook payload.");
|
|
}
|
|
|
|
const response = await fetch(subscriberUrl, {
|
|
method: "POST",
|
|
headers: {
|
|
"Content-Type": contentType,
|
|
"X-Cal-Signature-256": createWebhookSignature({ secret: secretKey, body }),
|
|
},
|
|
redirect: "manual",
|
|
body,
|
|
});
|
|
|
|
const text = await response.text();
|
|
|
|
return {
|
|
ok: response.ok,
|
|
status: response.status,
|
|
...(text
|
|
? {
|
|
message: text,
|
|
}
|
|
: {}),
|
|
};
|
|
};
|
|
|
|
export default sendPayload;
|