MCPcopy Create free account

hub / github.com/dittofeed/dittofeed / functions

Functions1,833 in github.com/dittofeed/dittofeed

↓ 3 callersFunctionlinkCellFactory
(renderUrl?: RenderUrl)
packages/dashboard/src/components/deliveriesTableV2/deliveriesBody.tsx:273
↓ 3 callersFunctionlookupUserForSubscriptions
({ workspaceId, identifier, identifierKey, hash, }: UserSubscriptionLookup)
packages/backend-lib/src/subscriptionGroups.ts:551
↓ 3 callersFunctionmanualSegmentToLastPerformed
({ node, segment, }: { node: ManualSegmentNode; segment: SavedSegmentResource; })
packages/backend-lib/src/computedProperties/computePropertiesIncremental.ts:239
↓ 3 callersFunctionmessageTemplateDefinitionToDraft
( definition: MessageTemplateResourceDefinition, )
packages/isomorphic-lib/src/messageTemplates.ts:42
↓ 3 callersFunctionmessageTemplateDraftToDefinition
( draft: MessageTemplateResourceDraft, )
packages/isomorphic-lib/src/messageTemplates.ts:53
↓ 3 callersFunctionnearestTimeUnit
(seconds?: number)
packages/dashboard/src/components/durationDescription.tsx:23
↓ 3 callersFunctionparseSearchDeliveryRow
( row: SearchDeliveryRow, )
packages/backend-lib/src/deliveries.ts:659
↓ 3 callersFunctionsearchDeliveriesCount
( params: SearchDeliveriesRequest & { abortSignal?: AbortSignal; }, )
packages/backend-lib/src/deliveries.ts:588
↓ 3 callersFunctionsegmentAssignedTrue
(segmentId: string)
packages/backend-lib/src/journeys/userWorkflow.ts:583
↓ 3 callersFunctionsegmentIdentifyEvent
( overrides: Record<string, JSONValue> = {}, )
packages/backend-lib/src/segmentIO.ts:54
↓ 3 callersFunctionsendAllMessages
({ timezones, batchSize, }: { timezones?: string[]; batchSize: number; })
packages/backend-lib/src/broadcasts/broadcastWorkflowV2.ts:145
↓ 3 callersFunctionsendWebhook
({ workspaceId, templateId, userPropertyAssignments, subscriptionGroupDetails, useDraft, messageTa
packages/backend-lib/src/messaging.ts:2098
↓ 3 callersFunctionstartComputePropertiesWorkflowGlobal
()
packages/backend-lib/src/computedProperties/computePropertiesWorkflow/lifecycle.ts:259
↓ 3 callersFunctionsubmitBatchWithTriggers
({ workspaceId, data: unprocessedData, }: SubmitBatchOptions)
packages/backend-lib/src/apps.ts:92
↓ 3 callersFunctiontestTemplate
( request: MessageTemplateTestRequest, )
packages/backend-lib/src/messaging.ts:2353
↓ 3 callersFunctiontoBase64
(str: string)
packages/isomorphic-lib/src/encode.ts:1
↓ 3 callersFunctiontoJsonPathParam
({ path, }: { path: string; })
packages/isomorphic-lib/src/jsonPath.ts:4
↓ 3 callersFunctiontoSavedUserPropertyResource
( userProperty: UserProperty, )
packages/backend-lib/src/userProperties.ts:80
↓ 3 callersFunctiontraitOnChange
(newValue: string)
packages/dashboard/src/components/segments/editor.tsx:2423
↓ 3 callersFunctionupsertIntegration
({ name, workspaceId, definition, enabled, }: UpsertIntegrationResource)
packages/backend-lib/src/integrations.ts:108
↓ 3 callersFunctionuseBroadcastSteps
( stepsAllowList: BroadcastConfiguration["stepsAllowList"], )
packages/dashboard/src/components/broadcasts/broadcastsShared.ts:55
↓ 3 callersFunctionuseBroadcastsQuery
( params?: Omit<GetBroadcastsV2Request, "workspaceId">, // Allow optional additional params if needed later
packages/dashboard/src/lib/useBroadcastsQuery.ts:22
↓ 3 callersFunctionuseDeliveryBodyState
({ userId, groupId, journeyId, journeyIds, triggeringProperties, contextValues, broadcastId, b
packages/dashboard/src/components/deliveriesTableV2/deliveriesBody.tsx:556
↓ 3 callersFunctionusePropertiesQuery
( params?: Omit<GetPropertiesRequest, "workspaceId">, options?: Omit< UseQueryOptions<GetPropertiesRes
packages/dashboard/src/lib/usePropertiesQuery.ts:23
↓ 3 callersFunctionuseSegmentQuery
( // The ID of the segment to fetch (now required) segmentId?: string, // Optional query options, exclud
packages/dashboard/src/lib/useSegmentQuery.ts:21
↓ 3 callersFunctionuseSegmentsQuery
( options?: Omit<UseQueryOptions<GetResourcesResponse>, "queryKey" | "queryFn">, )
packages/dashboard/src/lib/useSegmentResourcesQuery.ts:13
↓ 3 callersFunctionuseSubscriptionGroupsQuery
( params?: Record<string, unknown>, // Allow optional additional params if needed later options?: Omit<
packages/dashboard/src/lib/useSubscriptionGroupsQuery.ts:26
↓ 3 callersFunctionuseSubscriptionGroupsResourcesQuery
( options?: Omit<UseQueryOptions<GetResourcesResponse>, "queryKey" | "queryFn">, )
packages/dashboard/src/lib/useSubscriptionGroupsResourcesQuery.ts:13
↓ 3 callersFunctionuseUserPropertiesQuery
( params?: Omit<ReadAllUserPropertiesRequest, "workspaceId">, // Allow optional additional params if needed
packages/dashboard/src/lib/useUserPropertiesQuery.ts:23
↓ 3 callersFunctionusersTablePaginationHandler
(router: NextRouter)
packages/dashboard/src/components/usersTableV2.tsx:572
↓ 3 callersFunctionwaitForQueueToBeEmpty
()
packages/backend-lib/src/segments/manualSegmentsWorkflow.test.ts:83
↓ 3 callersFunctionwaitForTimeoutLabel
(timeoutSeconds?: number)
packages/dashboard/src/components/journeys/store.ts:109
↓ 3 callersFunctionwriteKeyToHeader
({ secretId, writeKeyValue, }: Pick<WriteKeyResource, "secretId" | "writeKeyValue">)
packages/isomorphic-lib/src/auth.ts:31
↓ 3 callersFunctionwriteSecretWorkspaceOccupantSettings
({ workspaceId, workspaceOccupantId, config, occupantType, }: { workspaceId: string; workspaceOccu
packages/backend-lib/src/workspaceOccupantSettings.ts:28
↓ 2 callersFunctionaddFeatures
({ workspaceId: workspaceIdInput, features, }: { workspaceId: string | string[]; features: Features; }
packages/backend-lib/src/features.ts:115
↓ 2 callersFunctionaddSegment
(updater: Updater<UserFilterState>, id: string)
packages/dashboard/src/components/usersTable/userFiltersState.ts:106
↓ 2 callersFunctionapiHandler
(emailProviderId: string, fromAddress: string)
packages/dashboard/src/pages/settings.page.tsx:1100
↓ 2 callersFunctionbackfillInternalEvents
({ // defaults to 1 day in minutes intervalMinutes = 1440, workspaceIds, startDate: startDateOverride,
packages/admin-cli/src/upgrades.ts:574
↓ 2 callersFunctionbootstrap
( params: BootstrapWorkspaceParams, )
packages/backend-lib/src/bootstrap.ts:577
↓ 2 callersFunctionbootstrapBlobStorage
()
packages/backend-lib/src/bootstrap.ts:555
↓ 2 callersFunctionbootstrapKafka
()
packages/backend-lib/src/bootstrap.ts:374
↓ 2 callersFunctionbuildApp
(opts?: BuildAppOpts)
packages/api/src/buildApp.ts:153
↓ 2 callersFunctionbuildClickhouseExpectationMessage
({ description, expected, actual, type, calls, }: { description?: string; expected: number; ac
packages/backend-lib/src/computedProperties/computePropertiesIncremental.test.ts:527
↓ 2 callersFunctionbuildDeliverySearchQuery
({ params, qb, }: BuildDeliverySearchQueryArgs)
packages/backend-lib/src/deliveries.ts:493
↓ 2 callersFunctionbuildDeliverySearchQueryBody
({ params, qb, }: BuildDeliverySearchQueryBodyArgs)
packages/backend-lib/src/deliveries.ts:110
↓ 2 callersFunctionbuildFindDueWorkspaceMinTosQuery
({ now, interval, limit, }: FindDueWorkspaceMinTosQueryParams)
packages/backend-lib/src/computedProperties/periods.ts:462
↓ 2 callersFunctionbuildHeritageMap
(definition: JourneyDefinition)
packages/isomorphic-lib/src/journeys.ts:301
↓ 2 callersFunctionbuildPropertyConditionsForTarget
( items: { key: string; value: string | number }[], targetExpr: string, )
packages/backend-lib/src/deliveries.ts:276
↓ 2 callersFunctionbuildSegmentsFile
({ workspaceId, }: { workspaceId: string; })
packages/backend-lib/src/segments.ts:682
↓ 2 callersFunctionbuildSubscriptionChangeEvent
({ messageId = uuid(), userId, action, subscriptionGroupId, currentTime = new Date(), }: { userId:
packages/backend-lib/src/subscriptionGroups.ts:496
↓ 2 callersFunctionbuildTags
({ workspaceId, templateId, userId, }: { workspaceId: string; templateId: string; userId?: string;
packages/dashboard/src/components/templateEditor.tsx:310
↓ 2 callersFunctionbuildUserEventInnerQuery
( clauses: ReturnType<typeof buildUserEventQueryClauses> & { workspaceIdClause: string; }, includeCo
packages/backend-lib/src/userEvents.ts:484
↓ 2 callersFunctionbuildUserEventQueryClauses
( params: GetEventsRequest, qb: ClickHouseQueryBuilder, )
packages/backend-lib/src/userEvents.ts:311
↓ 2 callersFunctionbuildUserEventsQuery
( params: GetEventsRequest, qb: ClickHouseQueryBuilder, includeContext?: boolean, )
packages/backend-lib/src/userEvents.ts:586
↓ 2 callersFunctionbuildWorker
(otel?: OpenTelemetry)
packages/worker/src/buildWorker.ts:23
↓ 2 callersFunctionbuildWorkspaceIdClause
( workspaceId: string, qb: ClickHouseQueryBuilder, )
packages/backend-lib/src/userEvents.ts:468
↓ 2 callersFunctioncalculateHubspotEmailChanges
({ events, workspaceId, userId, pastEmails, owners, }: { events: ParsedPerformedManyValueItem[];
packages/backend-lib/src/integrations/hubspot/activities.ts:492
↓ 2 callersFunctioncalculateKeyedSegment
({ events: unfilteredEvents, keyValue, definition, }: KeyedSegmentEventContext)
packages/backend-lib/src/segments.ts:930
↓ 2 callersFunctioncalendarDateTimeToString
( dateValue: CalendarDateTime | null, )
packages/dashboard/src/components/broadcasts/configuration.tsx:75
↓ 2 callersFunctioncanPrune
({ definitionUpdatedAt, createdAt, now, periodBound, }: { definitionUpdatedAt: number; createdAt:
packages/backend-lib/src/computedProperties/computePropertiesIncremental.ts:4568
↓ 2 callersFunctioncancelBroadcast
({ workspaceId, broadcastId, }: { workspaceId: string; broadcastId: string; })
packages/backend-lib/src/broadcasts/lifecycle.ts:227
↓ 2 callersFunctioncheckDirectory
(p: string)
packages/backend-lib/src/migrate.ts:11
↓ 2 callersFunctionclearManualSegment
({ workspaceId, segmentId, }: ClearManualSegmentRequest)
packages/backend-lib/src/segments/manualSegments.ts:59
↓ 2 callersFunctionclosedMixin
(theme)
packages/dashboard/src/components/layout/drawer/miniDrawerStyled.js:19
↓ 2 callersFunctioncomputePropertiesForManualSegment
({ workspaceId, segment, now, }: { workspaceId: string; segment: SavedSegmentResource; now: number
packages/backend-lib/src/segments/manualSegment/activities.ts:67
↓ 2 callersFunctioncomputePropertiesGroup
({ now, split = false, ...params }: { now: number; split?: boolean; } & ComputePropertiesIncremental
packages/backend-lib/src/computedProperties/computePropertiesWorkflow/activities/computeProperties.ts:381
↓ 2 callersFunctioncomputePropertiesIndividual
({ item, now, }: { item: IndividualComputedPropertyQueueItem; now: number; })
packages/backend-lib/src/computedProperties/computePropertiesWorkflow/activities/computeProperties.ts:148
↓ 2 callersFunctioncomputeState
({ workspaceId, segments, userProperties, prunedComputedProperties, now, }: PartialComputeProperties
packages/backend-lib/src/computedProperties/computePropertiesIncremental.ts:2947
↓ 2 callersFunctionconnect
()
packages/backend-lib/src/temporal/connection.ts:7
↓ 2 callersFunctioncopyInputProps
({ value, successNotice, failureNotice, }: { value: string; successNotice: string; failureNotice:
packages/dashboard/src/lib/copyToClipboard.tsx:36
↓ 2 callersFunctioncopyToClipboardField
({ value, helperText, successNotice, failureNotice, id, }: { id: string; value: string; helper
packages/dashboard/src/pages/settings.page.tsx:127
↓ 2 callersFunctioncreateBucket
( client: S3Client, { bucketName }: { bucketName: string }, )
packages/backend-lib/src/blobStorage.ts:73
↓ 2 callersFunctioncreateEmotionCache
()
packages/dashboard/src/lib/createEmotionCache.ts:9
↓ 2 callersFunctioncreateRandomCohorChildState
({ nodeId, child, childIndex, }: { nodeId: string; child: RandomCohortUiChild; childIndex: number;
packages/dashboard/src/components/journeys/store.ts:665
↓ 2 callersFunctioncreateUserEventsTables
()
packages/backend-lib/src/userEvents/clickhouse.ts:192
↓ 2 callersFunctiondefaultBodyNodeTypeProps
({ type, nodes: _nodes, subscriptionGroups, }: { type: JourneyUiNodeTypeProps["type"]; nodes: Node<J
packages/dashboard/src/components/journeys/nodeTypes/defaultNodeTypeProps.ts:27
↓ 2 callersFunctiondefaultNodeTypeProps
( props: DefaultNodeTypeProps, )
packages/dashboard/src/components/journeys/nodeTypes/defaultNodeTypeProps.ts:104
↓ 2 callersFunctiondeleteJourneyNode
(state: JourneyContent, nodeId: string)
packages/dashboard/src/components/journeys/store.ts:1119
↓ 2 callersFunctiondeleteMessageTemplate
( params: DeleteMessageTemplateRequest, )
packages/backend-lib/src/journeys.ts:1306
↓ 2 callersFunctiondeleteUserProperty
({ workspaceId, id, }: DeleteUserPropertyRequest)
packages/backend-lib/src/userProperties.ts:958
↓ 2 callersFunctiondeserializeCursor
(cursor: string)
packages/backend-lib/src/pagination.ts:5
↓ 2 callersFunctiondisentangleResendSendgrid
()
packages/admin-cli/src/upgrades.ts:44
↓ 2 callersFunctiondoesEventNameMatch
({ pattern, event, }: { pattern: string; event: string; })
packages/isomorphic-lib/src/events.ts:1
↓ 2 callersFunctiondrizzleMigrate
()
packages/backend-lib/src/migrate.ts:75
↓ 2 callersFunctiondualNodeNonJourneyNodes
({ leftId, rightId, leftLabel, rightLabel, emptyId, }: DualNodeParams & { leftLabel: string; rig
packages/dashboard/src/components/journeys/store.ts:289
↓ 2 callersFunctiondurationDescription
( durationSeconds: number | undefined, )
packages/dashboard/src/components/durationDescription.tsx:43
↓ 2 callersFunctionenrichSegment
( segment: InferSelectModel<typeof dbSegment>, )
packages/backend-lib/src/segments.ts:59
↓ 2 callersFunctionfindAllUserPropertyAssignmentsComponents
({ userId, workspaceId, userProperties: userPropertiesFilter, userPropertyIds, }: Omit<FindAllUserProp
packages/backend-lib/src/userProperties.ts:399
↓ 2 callersFunctionfindAllUserPropertyAssignmentsForWorkspace
({ workspaceId, userProperties: userPropertiesFilter, context, }: { workspaceId: string; userPropert
packages/backend-lib/src/userProperties.ts:504
↓ 2 callersFunctionfindAndCreateRoles
( member: WorkspaceMember, )
packages/backend-lib/src/requestContext.ts:51
↓ 2 callersFunctionfindBaseDir
()
packages/backend-lib/src/dir.ts:3
↓ 2 callersFunctionfindIdentifyTraits
({ workspaceId, limit = 500, }: { workspaceId: string; limit?: number; })
packages/backend-lib/src/userEvents.ts:232
↓ 2 callersFunctionfindRecentlyUpdatedUsersInSegment
({ workspaceId, cursor, assignedSince, segmentId, pageSize, }: { workspaceId: string; segmentId:
packages/backend-lib/src/segments.ts:981
↓ 2 callersFunctionfindSegmentResource
({ workspaceId, id, }: { workspaceId: string; id: string; })
packages/backend-lib/src/segments.ts:420
↓ 2 callersFunctionfindUserEventCount
({ workspaceId, startDate, endDate, userId, searchTerm, event, broadcastId, journeyId, event
packages/backend-lib/src/userEvents.ts:689
↓ 2 callersFunctionfindUserIdsByUserPropertyValue
({ workspaceId, userPropertyName, value, }: { workspaceId: string; userPropertyName: string; value
packages/backend-lib/src/userProperties.ts:851
↓ 2 callersFunctionformatCalendarDate
(date: CalendarDate)
packages/dashboard/src/components/userEventsTable.tsx:150
↓ 2 callersFunctionformatCalendarDate
(date: CalendarDate)
packages/dashboard/src/components/dateRangeSelector.tsx:119
↓ 2 callersFunctiongenerateDigest
({ sharedSecret, rawBody, }: { sharedSecret: string; rawBody: string; })
packages/backend-lib/src/crypto.ts:5
↓ 2 callersFunctiongenerateManualSegmentWorkflowId
({ workspaceId, segmentId, }: { workspaceId: string; segmentId: string; })
packages/backend-lib/src/segments/manualSegmentWorkflow.ts:18
← previousnext →301–400 of 1,833, ranked by callers