* 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>
1072 lines
27 KiB
TypeScript
1072 lines
27 KiB
TypeScript
import type { z } from "zod";
|
|
|
|
import { whereClauseForOrgWithSlugOrRequestedSlug } from "@calcom/ee/organizations/lib/orgDomains";
|
|
import logger from "@calcom/lib/logger";
|
|
import { safeStringify } from "@calcom/lib/safeStringify";
|
|
import { getTranslation } from "@calcom/lib/server/i18n";
|
|
import type { PrismaClient } from "@calcom/prisma";
|
|
import { availabilityUserSelect } from "@calcom/prisma";
|
|
import type { User as UserType } from "@calcom/prisma/client";
|
|
import type { Prisma } from "@calcom/prisma/client";
|
|
import type { CreationSource } from "@calcom/prisma/enums";
|
|
import { MembershipRole, BookingStatus } from "@calcom/prisma/enums";
|
|
import { credentialForCalendarServiceSelect } from "@calcom/prisma/selects/credential";
|
|
import { userMetadata } from "@calcom/prisma/zod-utils";
|
|
import type { UpId, UserProfile } from "@calcom/types/UserProfile";
|
|
|
|
import { DEFAULT_SCHEDULE, getAvailabilityFromSchedule } from "../../availability";
|
|
import { buildNonDelegationCredentials } from "../../delegationCredential/clientAndServer";
|
|
import { withSelectedCalendars } from "../withSelectedCalendars";
|
|
import { ProfileRepository } from "./profile";
|
|
import { getParsedTeam } from "./teamUtils";
|
|
|
|
export type { UserWithLegacySelectedCalendars } from "../withSelectedCalendars";
|
|
export { withSelectedCalendars };
|
|
export type UserAdminTeams = number[];
|
|
|
|
export type SessionUser = {
|
|
id: number;
|
|
username: string | null;
|
|
name: string | null;
|
|
email: string;
|
|
emailVerified: Date | null;
|
|
bio: string | null;
|
|
avatarUrl: string | null;
|
|
timeZone: string;
|
|
weekStart: string;
|
|
startTime: number;
|
|
endTime: number;
|
|
defaultScheduleId: number | null;
|
|
bufferTime: number;
|
|
theme: string | null;
|
|
appTheme: string | null;
|
|
createdDate: Date;
|
|
hideBranding: boolean;
|
|
twoFactorEnabled: boolean;
|
|
disableImpersonation: boolean;
|
|
identityProvider: string | null;
|
|
identityProviderId: string | null;
|
|
brandColor: string | null;
|
|
darkBrandColor: string | null;
|
|
movedToProfileId: number | null;
|
|
completedOnboarding: boolean;
|
|
destinationCalendar: any;
|
|
locale: string;
|
|
timeFormat: number | null;
|
|
trialEndsAt: Date | null;
|
|
metadata: any;
|
|
role: string;
|
|
allowDynamicBooking: boolean;
|
|
allowSEOIndexing: boolean;
|
|
receiveMonthlyDigestEmail: boolean;
|
|
profiles: any[];
|
|
allSelectedCalendars: any[];
|
|
userLevelSelectedCalendars: any[];
|
|
};
|
|
|
|
const log = logger.getSubLogger({ prefix: ["[repository/user]"] });
|
|
|
|
export const ORGANIZATION_ID_UNKNOWN = "ORGANIZATION_ID_UNKNOWN";
|
|
|
|
const teamSelect = {
|
|
id: true,
|
|
name: true,
|
|
slug: true,
|
|
metadata: true,
|
|
logoUrl: true,
|
|
organizationSettings: true,
|
|
isOrganization: true,
|
|
isPlatform: true,
|
|
} satisfies Prisma.TeamSelect;
|
|
|
|
const userSelect = {
|
|
id: true,
|
|
username: true,
|
|
name: true,
|
|
email: true,
|
|
emailVerified: true,
|
|
bio: true,
|
|
avatarUrl: true,
|
|
timeZone: true,
|
|
startTime: true,
|
|
endTime: true,
|
|
weekStart: true,
|
|
bufferTime: true,
|
|
hideBranding: true,
|
|
theme: true,
|
|
createdDate: true,
|
|
trialEndsAt: true,
|
|
completedOnboarding: true,
|
|
locale: true,
|
|
timeFormat: true,
|
|
twoFactorSecret: true,
|
|
twoFactorEnabled: true,
|
|
backupCodes: true,
|
|
identityProviderId: true,
|
|
invitedTo: true,
|
|
brandColor: true,
|
|
darkBrandColor: true,
|
|
allowDynamicBooking: true,
|
|
allowSEOIndexing: true,
|
|
receiveMonthlyDigestEmail: true,
|
|
verified: true,
|
|
disableImpersonation: true,
|
|
locked: true,
|
|
movedToProfileId: true,
|
|
metadata: true,
|
|
isPlatformManaged: true,
|
|
lastActiveAt: true,
|
|
identityProvider: true,
|
|
teams: true,
|
|
} satisfies Prisma.UserSelect;
|
|
|
|
export class UserRepository {
|
|
constructor(private prismaClient: PrismaClient) {}
|
|
|
|
async findTeamsByUserId({ userId }: { userId: UserType["id"] }) {
|
|
const teamMemberships = await this.prismaClient.membership.findMany({
|
|
where: {
|
|
userId: userId,
|
|
},
|
|
include: {
|
|
team: {
|
|
select: teamSelect,
|
|
},
|
|
},
|
|
});
|
|
|
|
const acceptedTeamMemberships = teamMemberships.filter((membership) => membership.accepted);
|
|
const pendingTeamMemberships = teamMemberships.filter((membership) => !membership.accepted);
|
|
|
|
return {
|
|
teams: acceptedTeamMemberships.map((membership) => membership.team),
|
|
memberships: teamMemberships,
|
|
acceptedTeamMemberships,
|
|
pendingTeamMemberships,
|
|
};
|
|
}
|
|
|
|
async findOrganizations({ userId }: { userId: UserType["id"] }) {
|
|
const { acceptedTeamMemberships } = await this.findTeamsByUserId({
|
|
userId,
|
|
});
|
|
|
|
const acceptedOrgMemberships = acceptedTeamMemberships.filter(
|
|
(membership) => membership.team.isOrganization
|
|
);
|
|
|
|
const organizations = acceptedOrgMemberships.map((membership) => membership.team);
|
|
|
|
return {
|
|
organizations,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* It is aware of the fact that a user can be part of multiple organizations.
|
|
*/
|
|
async findUsersByUsername({ orgSlug, usernameList }: { orgSlug: string | null; usernameList: string[] }) {
|
|
const { where, profiles } = await this._getWhereClauseForFindingUsersByUsername({
|
|
orgSlug,
|
|
usernameList,
|
|
});
|
|
|
|
return (
|
|
await this.prismaClient.user.findMany({
|
|
select: userSelect,
|
|
where,
|
|
})
|
|
).map((user) => {
|
|
// User isn't part of any organization
|
|
if (!profiles) {
|
|
return {
|
|
...user,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user }),
|
|
};
|
|
}
|
|
const profile = profiles.find((profile) => profile.user.id === user.id) ?? null;
|
|
if (!profile) {
|
|
log.error("Profile not found for user", safeStringify({ user, profiles }));
|
|
// Profile must be there because profile itself was used to retrieve the user
|
|
throw new Error("Profile couldn't be found");
|
|
}
|
|
const { user: _1, ...profileWithoutUser } = profile;
|
|
return {
|
|
...user,
|
|
profile: profileWithoutUser,
|
|
};
|
|
});
|
|
}
|
|
|
|
async findPlatformMembersByUsernames({ usernameList }: { usernameList: string[] }) {
|
|
return (
|
|
await this.prismaClient.user.findMany({
|
|
select: userSelect,
|
|
where: {
|
|
username: {
|
|
in: usernameList,
|
|
},
|
|
isPlatformManaged: false,
|
|
profiles: {
|
|
some: {
|
|
organization: {
|
|
isPlatform: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
})
|
|
).map((user) => {
|
|
return {
|
|
...user,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user }),
|
|
};
|
|
});
|
|
}
|
|
|
|
async _getWhereClauseForFindingUsersByUsername({
|
|
orgSlug,
|
|
usernameList,
|
|
}: {
|
|
orgSlug: string | null;
|
|
usernameList: string[];
|
|
}) {
|
|
// Lookup in profiles because that's where the organization usernames exist
|
|
const profiles = orgSlug
|
|
? (
|
|
await ProfileRepository.findManyByOrgSlugOrRequestedSlug({
|
|
orgSlug: orgSlug,
|
|
usernames: usernameList,
|
|
})
|
|
).map((profile) => ({
|
|
...profile,
|
|
organization: getParsedTeam(profile.organization),
|
|
}))
|
|
: null;
|
|
const where =
|
|
profiles && profiles.length > 0
|
|
? {
|
|
// Get UserIds from profiles
|
|
id: {
|
|
in: profiles.map((profile) => profile.user.id),
|
|
},
|
|
}
|
|
: {
|
|
username: {
|
|
in: usernameList,
|
|
},
|
|
...(orgSlug
|
|
? {
|
|
organization: whereClauseForOrgWithSlugOrRequestedSlug(orgSlug),
|
|
}
|
|
: {
|
|
organization: null,
|
|
}),
|
|
};
|
|
return { where, profiles };
|
|
}
|
|
|
|
async findByEmail({ email }: { email: string }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
email: email.toLowerCase(),
|
|
},
|
|
select: userSelect,
|
|
});
|
|
return user;
|
|
}
|
|
|
|
async findByEmailAndIncludeProfilesAndPassword({ email }: { email: string }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
email: email.toLowerCase(),
|
|
},
|
|
select: {
|
|
locked: true,
|
|
role: true,
|
|
id: true,
|
|
username: true,
|
|
name: true,
|
|
email: true,
|
|
metadata: true,
|
|
identityProvider: true,
|
|
password: true,
|
|
twoFactorEnabled: true,
|
|
twoFactorSecret: true,
|
|
backupCodes: true,
|
|
locale: true,
|
|
teams: {
|
|
include: {
|
|
team: {
|
|
select: teamSelect,
|
|
},
|
|
},
|
|
},
|
|
createdDate: true,
|
|
},
|
|
});
|
|
|
|
if (!user) {
|
|
return null;
|
|
}
|
|
|
|
const allProfiles = await ProfileRepository.findAllProfilesForUserIncludingMovedUser(user);
|
|
return {
|
|
...user,
|
|
allProfiles,
|
|
};
|
|
}
|
|
|
|
async findById({ id }: { id: number }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id,
|
|
},
|
|
select: userSelect,
|
|
});
|
|
|
|
if (!user) {
|
|
return null;
|
|
}
|
|
return {
|
|
...user,
|
|
metadata: userMetadata.parse(user.metadata),
|
|
};
|
|
}
|
|
|
|
async findByIds({ ids }: { ids: number[] }) {
|
|
return this.prismaClient.user.findMany({
|
|
where: {
|
|
id: {
|
|
in: ids,
|
|
},
|
|
},
|
|
select: userSelect,
|
|
});
|
|
}
|
|
|
|
async findByIdOrThrow({ id }: { id: number }) {
|
|
const user = await this.findById({ id });
|
|
if (!user) {
|
|
throw new Error(`User with id ${id} not found`);
|
|
}
|
|
return user;
|
|
}
|
|
|
|
async findManyByOrganization({ organizationId }: { organizationId: number }) {
|
|
const profiles = await ProfileRepository.findManyForOrg({ organizationId });
|
|
return profiles.map((profile) => profile.user);
|
|
}
|
|
|
|
isAMemberOfOrganization({
|
|
user,
|
|
organizationId,
|
|
}: {
|
|
user: { profiles: { organizationId: number }[] };
|
|
organizationId: number;
|
|
}) {
|
|
return user.profiles.some((profile) => profile.organizationId === organizationId);
|
|
}
|
|
|
|
async findIfAMemberOfSomeOrganization({ user }: { user: { id: number } }) {
|
|
return !!(
|
|
await ProfileRepository.findManyForUser({
|
|
id: user.id,
|
|
})
|
|
).length;
|
|
}
|
|
|
|
isMigratedToOrganization({
|
|
user,
|
|
}: {
|
|
user: {
|
|
metadata?: {
|
|
migratedToOrgFrom?: unknown;
|
|
} | null;
|
|
};
|
|
}) {
|
|
return !!user.metadata?.migratedToOrgFrom;
|
|
}
|
|
|
|
async isMovedToAProfile({ user }: { user: Pick<UserType, "movedToProfileId"> }) {
|
|
return !!user.movedToProfileId;
|
|
}
|
|
|
|
async enrichUserWithTheProfile<T extends { username: string | null; id: number }>({
|
|
user,
|
|
upId,
|
|
}: {
|
|
user: T;
|
|
upId: UpId;
|
|
}) {
|
|
const profile = await ProfileRepository.findByUpId(upId);
|
|
if (!profile) {
|
|
return {
|
|
...user,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user }),
|
|
};
|
|
}
|
|
return {
|
|
...user,
|
|
profile,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* Use this method instead of `enrichUserWithTheProfile` if you don't directly have the profileId.
|
|
* It can happen in following cases:
|
|
* 1. While dealing with a User that hasn't been added to any organization yet and thus have no Profile entries.
|
|
* 2. While dealing with a User that has been moved to a Profile i.e. he was invited to an organization when he was an existing user.
|
|
* 3. We haven't added profileId to all the entities, so they aren't aware of which profile they belong to. So, we still mostly use this function to enrich the user with its profile.
|
|
*/
|
|
async enrichUserWithItsProfile<
|
|
T extends {
|
|
id: number;
|
|
username: string | null;
|
|
[key: string]: any;
|
|
}
|
|
>({
|
|
user,
|
|
}: {
|
|
user: T;
|
|
}): Promise<
|
|
T & {
|
|
nonProfileUsername: string | null;
|
|
profile: UserProfile;
|
|
}
|
|
> {
|
|
const profiles = await ProfileRepository.findManyForUser({ id: user.id });
|
|
if (profiles.length) {
|
|
const profile = profiles[0];
|
|
// platform org user doesn't need org profile
|
|
if (profile?.organization?.isPlatform) {
|
|
return {
|
|
...user,
|
|
nonProfileUsername: user.username,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user }),
|
|
};
|
|
}
|
|
|
|
return {
|
|
...user,
|
|
username: profile.username,
|
|
nonProfileUsername: user.username,
|
|
profile,
|
|
};
|
|
}
|
|
|
|
// If no organization profile exists, use the personal profile so that the returned user is normalized to have a profile always
|
|
return {
|
|
...user,
|
|
nonProfileUsername: user.username,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user }),
|
|
};
|
|
}
|
|
|
|
async enrichUsersWithTheirProfiles<T extends { id: number; username: string | null }>(
|
|
users: T[]
|
|
): Promise<
|
|
Array<
|
|
T & {
|
|
nonProfileUsername: string | null;
|
|
profile: UserProfile;
|
|
}
|
|
>
|
|
> {
|
|
if (users.length === 0) return [];
|
|
|
|
const userIds = users.map((user) => user.id);
|
|
const profiles = await ProfileRepository.findManyForUsers(userIds);
|
|
|
|
// Create a Map for faster lookups, preserving arrays of profiles per user
|
|
const profileMap = new Map<number, UserProfile[]>();
|
|
profiles.forEach((profile) => {
|
|
if (!profileMap.has(profile.userId)) {
|
|
profileMap.set(profile.userId, []);
|
|
}
|
|
profileMap.get(profile.userId)!.push(profile);
|
|
});
|
|
|
|
// Precompute personal profiles for all users
|
|
const personalProfileMap = new Map<number, UserProfile>();
|
|
users.forEach((user) => {
|
|
personalProfileMap.set(user.id, ProfileRepository.buildPersonalProfileFromUser({ user }));
|
|
});
|
|
|
|
return users.map((user) => {
|
|
const userProfiles = profileMap.get(user.id) || [];
|
|
if (userProfiles.length > 0) {
|
|
const profile = userProfiles[0];
|
|
if (profile?.organization?.isPlatform) {
|
|
return {
|
|
...user,
|
|
nonProfileUsername: user.username,
|
|
profile: personalProfileMap.get(user.id)!,
|
|
};
|
|
}
|
|
|
|
return {
|
|
...user,
|
|
username: profile.username,
|
|
nonProfileUsername: user.username,
|
|
profile,
|
|
};
|
|
}
|
|
|
|
// If no organization profile exists, use the precomputed personal profile
|
|
return {
|
|
...user,
|
|
nonProfileUsername: user.username,
|
|
profile: personalProfileMap.get(user.id)!,
|
|
};
|
|
});
|
|
}
|
|
|
|
enrichUserWithItsProfileBuiltFromUser<T extends { id: number; username: string | null }>({
|
|
user,
|
|
}: {
|
|
user: T;
|
|
}): T & {
|
|
nonProfileUsername: string | null;
|
|
profile: UserProfile;
|
|
} {
|
|
// If no organization profile exists, use the personal profile so that the returned user is normalized to have a profile always
|
|
return {
|
|
...user,
|
|
nonProfileUsername: user.username,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user }),
|
|
};
|
|
}
|
|
|
|
async enrichEntityWithProfile<
|
|
T extends
|
|
| {
|
|
profile: {
|
|
id: number;
|
|
username: string | null;
|
|
organizationId: number | null;
|
|
organization?: {
|
|
id: number;
|
|
name: string;
|
|
calVideoLogo?: string | null;
|
|
bannerUrl: string | null;
|
|
slug: string | null;
|
|
metadata: Prisma.JsonValue;
|
|
};
|
|
};
|
|
}
|
|
| {
|
|
user: {
|
|
username: string | null;
|
|
id: number;
|
|
};
|
|
}
|
|
>(entity: T) {
|
|
if ("profile" in entity) {
|
|
const { profile, ...entityWithoutProfile } = entity;
|
|
const { organization, ...profileWithoutOrganization } = profile || {};
|
|
const parsedOrg = organization ? getParsedTeam(organization) : null;
|
|
|
|
const ret = {
|
|
...entityWithoutProfile,
|
|
profile: {
|
|
...profileWithoutOrganization,
|
|
...(parsedOrg
|
|
? {
|
|
organization: parsedOrg,
|
|
}
|
|
: {
|
|
organization: null,
|
|
}),
|
|
},
|
|
};
|
|
return ret;
|
|
} else {
|
|
const profiles = await ProfileRepository.findManyForUser(entity.user);
|
|
if (!profiles.length) {
|
|
return {
|
|
...entity,
|
|
profile: ProfileRepository.buildPersonalProfileFromUser({ user: entity.user }),
|
|
};
|
|
} else {
|
|
return {
|
|
...entity,
|
|
profile: profiles[0],
|
|
};
|
|
}
|
|
}
|
|
}
|
|
|
|
async updateWhereId({
|
|
whereId,
|
|
data,
|
|
}: {
|
|
whereId: number;
|
|
data: {
|
|
movedToProfileId?: number | null;
|
|
};
|
|
}) {
|
|
return this.prismaClient.user.update({
|
|
where: {
|
|
id: whereId,
|
|
},
|
|
data: {
|
|
movedToProfile: data.movedToProfileId
|
|
? {
|
|
connect: {
|
|
id: data.movedToProfileId,
|
|
},
|
|
}
|
|
: undefined,
|
|
},
|
|
});
|
|
}
|
|
|
|
async create(
|
|
data: Omit<Prisma.UserCreateInput, "password" | "organization" | "movedToProfile"> & {
|
|
username: string;
|
|
hashedPassword?: string;
|
|
organizationId: number | null;
|
|
creationSource: CreationSource;
|
|
locked: boolean;
|
|
}
|
|
) {
|
|
const organizationIdValue = data.organizationId;
|
|
const { email, username, creationSource, locked, hashedPassword, ...rest } = data;
|
|
|
|
logger.info("create user", { email, username, organizationIdValue, locked });
|
|
const t = await getTranslation("en", "common");
|
|
const availability = getAvailabilityFromSchedule(DEFAULT_SCHEDULE);
|
|
|
|
const user = await this.prismaClient.user.create({
|
|
data: {
|
|
username,
|
|
email: email,
|
|
...(hashedPassword && { password: { create: { hash: hashedPassword } } }),
|
|
// Default schedule
|
|
schedules: {
|
|
create: {
|
|
name: t("default_schedule_name"),
|
|
availability: {
|
|
createMany: {
|
|
data: availability.map((schedule) => ({
|
|
days: schedule.days,
|
|
startTime: schedule.startTime,
|
|
endTime: schedule.endTime,
|
|
})),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
creationSource,
|
|
locked,
|
|
...(organizationIdValue
|
|
? {
|
|
organizationId: organizationIdValue,
|
|
profiles: {
|
|
create: {
|
|
username,
|
|
organizationId: organizationIdValue,
|
|
uid: ProfileRepository.generateProfileUid(),
|
|
},
|
|
},
|
|
}
|
|
: {}),
|
|
...rest,
|
|
},
|
|
});
|
|
|
|
return user;
|
|
}
|
|
async getUserAdminTeams({ userId }: { userId: number }) {
|
|
return await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id: userId,
|
|
},
|
|
select: {
|
|
id: true,
|
|
avatarUrl: true,
|
|
name: true,
|
|
username: true,
|
|
teams: {
|
|
where: {
|
|
accepted: true,
|
|
OR: [
|
|
{
|
|
role: { in: [MembershipRole.ADMIN, MembershipRole.OWNER] },
|
|
},
|
|
{
|
|
team: {
|
|
parent: {
|
|
members: {
|
|
some: {
|
|
id: userId,
|
|
role: { in: [MembershipRole.ADMIN, MembershipRole.OWNER] },
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
],
|
|
},
|
|
select: {
|
|
team: {
|
|
select: {
|
|
id: true,
|
|
name: true,
|
|
logoUrl: true,
|
|
isOrganization: true,
|
|
parent: {
|
|
select: {
|
|
logoUrl: true,
|
|
name: true,
|
|
id: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
});
|
|
}
|
|
async isAdminOfTeamOrParentOrg({ userId, teamId }: { userId: number; teamId: number }) {
|
|
const membershipQuery = {
|
|
members: {
|
|
some: {
|
|
userId,
|
|
role: { in: [MembershipRole.ADMIN, MembershipRole.OWNER] },
|
|
},
|
|
},
|
|
};
|
|
const teams = await this.prismaClient.team.findMany({
|
|
where: {
|
|
id: teamId,
|
|
OR: [
|
|
membershipQuery,
|
|
{
|
|
parent: { ...membershipQuery },
|
|
},
|
|
],
|
|
},
|
|
select: {
|
|
id: true,
|
|
},
|
|
});
|
|
return !!teams.length;
|
|
}
|
|
async isAdminOrOwnerOfTeam({ userId, teamId }: { userId: number; teamId: number }) {
|
|
const isAdminOrOwnerOfTeam = await this.prismaClient.membership.findUnique({
|
|
where: {
|
|
userId_teamId: {
|
|
userId,
|
|
teamId,
|
|
},
|
|
role: { in: [MembershipRole.ADMIN, MembershipRole.OWNER] },
|
|
accepted: true,
|
|
},
|
|
select: {
|
|
id: true,
|
|
},
|
|
});
|
|
return !!isAdminOrOwnerOfTeam;
|
|
}
|
|
async getTimeZoneAndDefaultScheduleId({ userId }: { userId: number }) {
|
|
return await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id: userId,
|
|
},
|
|
select: {
|
|
timeZone: true,
|
|
defaultScheduleId: true,
|
|
},
|
|
});
|
|
}
|
|
|
|
async adminFindById(userId: number) {
|
|
return await this.prismaClient.user.findUniqueOrThrow({
|
|
where: {
|
|
id: userId,
|
|
},
|
|
});
|
|
}
|
|
|
|
async findUserTeams({ id }: { id: number }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id,
|
|
},
|
|
select: {
|
|
completedOnboarding: true,
|
|
teams: {
|
|
select: {
|
|
accepted: true,
|
|
team: {
|
|
select: {
|
|
id: true,
|
|
name: true,
|
|
logoUrl: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
});
|
|
|
|
if (!user) {
|
|
return null;
|
|
}
|
|
return user;
|
|
}
|
|
|
|
async updateAvatar({ id, avatarUrl }: { id: number; avatarUrl: string }) {
|
|
// Using updateMany here since if the user already has a profile it would throw an error
|
|
// because no records were found to update the profile picture
|
|
await this.prismaClient.user.updateMany({
|
|
where: {
|
|
id,
|
|
avatarUrl: {
|
|
equals: null,
|
|
},
|
|
},
|
|
data: {
|
|
avatarUrl,
|
|
},
|
|
});
|
|
}
|
|
async findUserWithCredentials({ id }: { id: number }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id,
|
|
},
|
|
select: {
|
|
credentials: {
|
|
select: credentialForCalendarServiceSelect,
|
|
},
|
|
timeZone: true,
|
|
id: true,
|
|
selectedCalendars: true,
|
|
},
|
|
});
|
|
|
|
if (!user) {
|
|
return null;
|
|
}
|
|
|
|
const { credentials, ...userWithSelectedCalendars } = withSelectedCalendars(user);
|
|
return {
|
|
...userWithSelectedCalendars,
|
|
credentials: buildNonDelegationCredentials(credentials),
|
|
};
|
|
}
|
|
|
|
async findUnlockedUserForSession({ userId }: { userId: number }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id: userId,
|
|
// Locked users can't login
|
|
locked: false,
|
|
},
|
|
select: {
|
|
id: true,
|
|
username: true,
|
|
name: true,
|
|
email: true,
|
|
emailVerified: true,
|
|
bio: true,
|
|
avatarUrl: true,
|
|
timeZone: true,
|
|
weekStart: true,
|
|
startTime: true,
|
|
endTime: true,
|
|
defaultScheduleId: true,
|
|
bufferTime: true,
|
|
theme: true,
|
|
appTheme: true,
|
|
createdDate: true,
|
|
hideBranding: true,
|
|
twoFactorEnabled: true,
|
|
disableImpersonation: true,
|
|
identityProvider: true,
|
|
identityProviderId: true,
|
|
brandColor: true,
|
|
darkBrandColor: true,
|
|
movedToProfileId: true,
|
|
selectedCalendars: {
|
|
select: {
|
|
eventTypeId: true,
|
|
externalId: true,
|
|
integration: true,
|
|
updatedAt: true,
|
|
googleChannelId: true,
|
|
},
|
|
},
|
|
completedOnboarding: true,
|
|
destinationCalendar: true,
|
|
locale: true,
|
|
timeFormat: true,
|
|
trialEndsAt: true,
|
|
metadata: true,
|
|
role: true,
|
|
allowDynamicBooking: true,
|
|
allowSEOIndexing: true,
|
|
receiveMonthlyDigestEmail: true,
|
|
profiles: true,
|
|
},
|
|
});
|
|
|
|
if (!user) {
|
|
return null;
|
|
}
|
|
|
|
return withSelectedCalendars(user);
|
|
}
|
|
|
|
async getUserStats({ userId }: { userId: number }) {
|
|
const user = await this.prismaClient.user.findUnique({
|
|
where: {
|
|
id: userId,
|
|
},
|
|
select: {
|
|
_count: {
|
|
select: {
|
|
bookings: true,
|
|
// We only need user level selected calendars
|
|
selectedCalendars: {
|
|
where: {
|
|
eventTypeId: null,
|
|
},
|
|
},
|
|
teams: true,
|
|
eventTypes: true,
|
|
},
|
|
},
|
|
teams: {
|
|
select: {
|
|
team: {
|
|
select: {
|
|
eventTypes: {
|
|
select: {
|
|
id: true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
});
|
|
|
|
if (!user) {
|
|
return null;
|
|
}
|
|
|
|
const { _count, ...restUser } = user;
|
|
const { selectedCalendars, ...restCount } = _count;
|
|
return {
|
|
...restUser,
|
|
_count: {
|
|
...restCount,
|
|
userLevelSelectedCalendars: selectedCalendars,
|
|
},
|
|
};
|
|
}
|
|
|
|
async findManyByIdsIncludeDestinationAndSelectedCalendars({ ids }: { ids: number[] }) {
|
|
const users = await this.prismaClient.user.findMany({
|
|
where: { id: { in: ids } },
|
|
include: {
|
|
selectedCalendars: true,
|
|
destinationCalendar: true,
|
|
},
|
|
});
|
|
return users.map(withSelectedCalendars);
|
|
}
|
|
|
|
async updateStripeCustomerId({
|
|
id,
|
|
stripeCustomerId,
|
|
existingMetadata,
|
|
}: {
|
|
id: number;
|
|
stripeCustomerId: string;
|
|
existingMetadata: z.infer<typeof userMetadata>;
|
|
}) {
|
|
return this.prismaClient.user.update({
|
|
where: { id },
|
|
data: { metadata: { ...existingMetadata, stripeCustomerId } },
|
|
});
|
|
}
|
|
|
|
async updateWhitelistWorkflows({ id, whitelistWorkflows }: { id: number; whitelistWorkflows: boolean }) {
|
|
return this.prismaClient.user.update({
|
|
where: { id },
|
|
data: { whitelistWorkflows },
|
|
});
|
|
}
|
|
|
|
async findManyUsersForDynamicEventType({
|
|
currentOrgDomain,
|
|
usernameList,
|
|
}: {
|
|
currentOrgDomain: string | null;
|
|
usernameList: string[];
|
|
}) {
|
|
const { where } = await this._getWhereClauseForFindingUsersByUsername({
|
|
orgSlug: currentOrgDomain,
|
|
usernameList,
|
|
});
|
|
|
|
// TODO: Should be moved to UserRepository
|
|
return this.prismaClient.user.findMany({
|
|
where,
|
|
select: {
|
|
allowDynamicBooking: true,
|
|
...availabilityUserSelect,
|
|
credentials: {
|
|
select: credentialForCalendarServiceSelect,
|
|
},
|
|
},
|
|
});
|
|
}
|
|
|
|
async findUsersWithLastBooking({ userIds, eventTypeId }: { userIds: number[]; eventTypeId: number }) {
|
|
return this.prismaClient.user.findMany({
|
|
where: {
|
|
id: {
|
|
in: userIds,
|
|
},
|
|
},
|
|
select: {
|
|
id: true,
|
|
bookings: {
|
|
select: {
|
|
createdAt: true,
|
|
},
|
|
where: {
|
|
eventTypeId,
|
|
status: BookingStatus.ACCEPTED,
|
|
attendees: {
|
|
some: {
|
|
noShow: false,
|
|
},
|
|
},
|
|
OR: [
|
|
{
|
|
noShowHost: false,
|
|
},
|
|
{
|
|
noShowHost: null,
|
|
},
|
|
],
|
|
},
|
|
orderBy: {
|
|
createdAt: "desc",
|
|
},
|
|
take: 1,
|
|
},
|
|
},
|
|
});
|
|
}
|
|
}
|