MCPcopy
hub / github.com/calcom/cal.diy / create

Method create

packages/lib/sync/ISyncService.ts:30–30  ·  view source on GitHub ↗
(info: T)

Source from the content-addressed store, hash-verified

28
29export interface IUserCreation<T> {
30 create(info: T): Promise<WebUserInfoType>;
31 update(info: T): Promise<WebUserInfoType>;
32 upsert?: never;
33}

Callers 15

CloseComClass · 0.65
getCloseComContactIdsFunction · 0.65
getCustomFieldsIdsFunction · 0.65
getCloseComLeadIdFunction · 0.65
sendFeedbackFormbricksFunction · 0.65
inline.e2e.tsFile · 0.65
http.tsFile · 0.65
createOAuthUserFunction · 0.65
cli.tsxFile · 0.65

Implementers 15

OAuthClientRepositorypackages/features/oauth/repositories/O
FilterSegmentRepositorypackages/features/data-table/repositor
SelectedCalendarRepositorypackages/features/selectedCalendar/rep
RoleRepositorypackages/features/pbac/infrastructure/
PrismaWatchlistAuditRepositorypackages/features/watchlist/lib/reposi
OrganizationOnboardingRepositorypackages/features/organizations/reposi
StripePaymentServicepackages/app-store/stripepayment/lib/P
PaypalPaymentServicepackages/app-store/paypal/lib/PaymentS
BTCPayServerPaymentServicepackages/app-store/btcpayserver/lib/Pa
MockPaymentServicepackages/app-store/mock-payment-app/li
AlbyPaymentServicepackages/app-store/alby/lib/PaymentSer
HitPayPaymentServicepackages/app-store/hitpay/lib/PaymentS

Calls

no outgoing calls

Tested by 15

mockUserFunction · 0.52
runWithTraceContextFunction · 0.52
buildMockDataFunction · 0.52
_createRoutingFormBaseFunction · 0.52
createHostForEventFunction · 0.52
setupTeamAndFeaturesFunction · 0.52
createOrgFunction · 0.52
createUserFunction · 0.52
createWorkspacePlatformFunction · 0.52