MCPcopy Create free account

hub / github.com/ArnasDon/wacrm / functions

Functions1,053 in github.com/ArnasDon/wacrm

FunctionPOST
(request: Request)
src/app/api/v1/webhooks/route.ts:49
FunctionPOST
(request: Request)
src/app/api/automations/route.ts:26
FunctionPOST
(request: Request)
src/app/api/automations/engine/route.ts:11
FunctionPOST
( _request: Request, { params }: { params: Promise<{ id: string }> }, )
src/app/api/automations/[id]/duplicate/route.ts:5
FunctionPOST
(request: Request)
src/app/api/account/transfer-ownership/route.ts:55
FunctionPOST
(request: Request)
src/app/api/account/invitations/route.ts:167
FunctionPOST
(request: Request)
src/app/api/account/api-keys/route.ts:71
FunctionPOST
(request: Request)
src/app/api/flows/route.ts:47
FunctionPOST
( request: Request, context: { params: Promise<{ id: string }> }, )
src/app/api/flows/[id]/activate/route.ts:20
FunctionPUT
( request: Request, context: { params: Promise<{ id: string }> }, )
src/app/api/flows/[id]/route.ts:89
FunctionPasswordForm
()
src/components/settings/password-form.tsx:22
FunctionPipelineAnalytics
({ stages, deals }: PipelineAnalyticsProps)
src/components/pipelines/pipeline-analytics.tsx:48
FunctionPipelineBoard
({ stages, deals, onDealMoved, onAddDeal, onEditDeal, }: PipelineBoardProps)
src/components/pipelines/pipeline-board.tsx:32
FunctionPipelineDonut
({ data, loading, currency }: PipelineDonutProps)
src/components/dashboard/pipeline-donut.tsx:16
FunctionPipelineSettings
({ open, onOpenChange, pipeline, stages, onPipelinesChanged, onStagesChanged, onCreateNewPipelin
src/components/pipelines/pipeline-settings.tsx:62
FunctionPipelinesPage
()
src/app/(dashboard)/pipelines/page.tsx:47
FunctionPopover
({ ...props }: PopoverPrimitive.Root.Props)
src/components/ui/popover.tsx:8
FunctionPopoverContent
({ className, align = "center", alignOffset = 0, side = "bottom", sideOffset = 4, ...props }: Popo
src/components/ui/popover.tsx:16
FunctionPopoverDescription
({ className, ...props }: PopoverPrimitive.Description.Props)
src/components/ui/popover.tsx:70
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/popover.tsx:50
FunctionPopoverTitle
({ className, ...props }: PopoverPrimitive.Title.Props)
src/components/ui/popover.tsx:60
FunctionPopoverTrigger
({ ...props }: PopoverPrimitive.Trigger.Props)
src/components/ui/popover.tsx:12
FunctionPresenceDot
({ status, label, className, }: { status: PresenceStatus; label?: string; className?: string; })
src/components/presence/presence-dot.tsx:19
FunctionPresenceHeartbeat
()
src/components/presence/presence-heartbeat.tsx:22
FunctionPreviewCell
({ value, mono, maxWidth = 'max-w-[9rem]', }: { value: string; mono?: boolean; maxWidth?: string;
src/components/contacts/import-modal.tsx:52
FunctionProfileForm
()
src/components/settings/profile-form.tsx:33
FunctionQuickActions
()
src/components/dashboard/quick-actions.tsx:25
FunctionRadioGroup
({ className, ...props }: RadioGroupPrimitive.Props)
src/components/ui/radio-group.tsx:8
FunctionRadioGroupItem
({ className, ...props }: RadioPrimitive.Root.Props)
src/components/ui/radio-group.tsx:18
FunctionRateCell
({ value, total, color, }: { value: number; total: number; /** Tailwind bg class for the fill, e.g
src/app/(dashboard)/broadcasts/page.tsx:33
FunctionReplyQuote
({ authorLabel, preview, onDismiss, onPrimary = false, }: ReplyQuoteProps)
src/components/inbox/reply-quote.tsx:23
FunctionRequireRole
({ min, fallback = null, children, }: RequireRoleProps)
src/components/auth/require-role.tsx:35
FunctionResourcesProvider
({ children }: { children: ReactNode })
src/components/automations/automation-builder.tsx:213
FunctionResponseTimeChart
({ data, loading, thresholdMinutes = 5, }: ResponseTimeChartProps)
src/components/dashboard/response-time-chart.tsx:28
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:78
FunctionRootPage
()
src/app/page.tsx:3
FunctionRunCard
({ run, events, expanded, onToggle, }: { run: RunRow; events: EventRow[]; expanded: boolean; o
src/app/(dashboard)/flows/[id]/runs/page.tsx:211
FunctionScrollArea
({ className, children, ...props }: ScrollAreaPrimitive.Root.Props)
src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: ScrollAreaPrimitive.Scrollbar.Props)
src/components/ui/scroll-area.tsx:31
FunctionScrollButton
({ icon, onClick, disabled }: ScrollButtonProps)
src/components/tremor/bar-chart.tsx:168
FunctionSecurityPanel
()
src/components/settings/security-panel.tsx:11
FunctionSegButton
({ active, onClick, icon, label, }: { active: boolean; onClick: () => void; icon: React.ReactNod
src/components/flows/flow-editor-shell.tsx:181
FunctionSelectContent
({ className, children, side = "bottom", sideOffset = 4, align = "center", alignOffset = 0, alig
src/components/ui/select.tsx:59
FunctionSelectGroup
({ className, ...props }: SelectPrimitive.Group.Props)
src/components/ui/select.tsx:11
FunctionSelectItem
({ className, children, ...props }: SelectPrimitive.Item.Props)
src/components/ui/select.tsx:111
FunctionSelectLabel
({ className, ...props }: SelectPrimitive.GroupLabel.Props)
src/components/ui/select.tsx:98
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownArrow>)
src/components/ui/select.tsx:171
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>)
src/components/ui/select.tsx:152
FunctionSelectSeparator
({ className, ...props }: SelectPrimitive.Separator.Props)
src/components/ui/select.tsx:139
FunctionSelectTrigger
({ className, size = "default", children, ...props }: SelectPrimitive.Trigger.Props & { size?: "sm"
src/components/ui/select.tsx:31
FunctionSelectValue
({ className, ...props }: SelectPrimitive.Value.Props)
src/components/ui/select.tsx:21
FunctionSendButtonsForm
({ cfg, allNodes, currentKey, onUpdateConfig, showAdvanced, }: { cfg: SendButtonsCfg; allNodes:
src/components/flows/forms/node-config-form.tsx:221
FunctionSendListForm
({ cfg, allNodes, currentKey, onUpdateConfig, showAdvanced, }: { cfg: SendListCfg; allNodes: Bui
src/components/flows/forms/node-config-form.tsx:359
FunctionSendMediaForm
({ cfg, allNodes, currentKey, onUpdateConfig, }: { cfg: SendMediaCfg; allNodes: BuilderNode[]; c
src/components/flows/forms/node-config-form.tsx:876
FunctionSendTemplateFields
Template dropdown showing approved templates by name + language, * storing both template_name and language. Falls back to manual name + * language
src/components/automations/automation-builder.tsx:512
FunctionSeparator
({ className, orientation = "horizontal", ...props }: SeparatorPrimitive.Props)
src/components/ui/separator.tsx:7
FunctionSessionsCard
()
src/components/settings/sessions-card.tsx:25
FunctionSetTagForm
({ cfg, allNodes, currentKey, onUpdateConfig, }: { cfg: SetTagCfg; allNodes: BuilderNode[]; curr
src/components/flows/forms/node-config-form.tsx:753
FunctionSettingsChip
({ variant = 'muted', className, children, }: { variant?: ChipVariant; className?: string; childre
src/components/settings/settings-chip.tsx:24
FunctionSettingsOverview
({ onSelect, }: { onSelect: (section: SettingsSection) => void; })
src/components/settings/settings-overview.tsx:33
FunctionSettingsPage
()
src/app/(dashboard)/settings/page.tsx:24
FunctionSettingsPanelHead
({ title, description, action, className, }: { title: string; description?: ReactNode; action?:
src/components/settings/settings-panel-head.tsx:10
FunctionSettingsRail
({ active, onSelect, hints, }: { active: SettingsSection; onSelect: (section: SettingsSection) => vo
src/components/settings/settings-rail.tsx:24
FunctionSheet
({ ...props }: SheetPrimitive.Root.Props)
src/components/ui/sheet.tsx:10
FunctionSheetClose
({ ...props }: SheetPrimitive.Close.Props)
src/components/ui/sheet.tsx:18
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: SheetPrimitive.Popup.Pro
src/components/ui/sheet.tsx:39
FunctionSheetDescription
({ className, ...props }: SheetPrimitive.Description.Props)
src/components/ui/sheet.tsx:116
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:93
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:83
FunctionSheetOverlay
({ className, ...props }: SheetPrimitive.Backdrop.Props)
src/components/ui/sheet.tsx:26
FunctionSheetPortal
({ ...props }: SheetPrimitive.Portal.Props)
src/components/ui/sheet.tsx:22
FunctionSheetTitle
({ className, ...props }: SheetPrimitive.Title.Props)
src/components/ui/sheet.tsx:103
FunctionSheetTrigger
({ ...props }: SheetPrimitive.Trigger.Props)
src/components/ui/sheet.tsx:14
FunctionSidebar
({ open = false, onClose }: SidebarProps)
src/components/layout/sidebar.tsx:114
FunctionSignupPage
()
src/app/(auth)/signup/page.tsx:21
FunctionSignupPageInner
()
src/app/(auth)/signup/page.tsx:29
FunctionSkeleton
({ className }: { className?: string })
src/components/dashboard/skeleton.tsx:8
FunctionSkeletonCard
({ className }: { className?: string })
src/components/dashboard/skeleton.tsx:12
FunctionSortableStageRow
({ stage, onNameChange, onColorChange, onRemove, colors, }: { stage: PipelineStage; onNameChange
src/components/pipelines/pipeline-settings.tsx:366
FunctionStageColumn
({ stage, deals, totalValue, currency, onAddDeal, onEditDeal, }: { stage: PipelineStage; deals
src/components/pipelines/pipeline-board.tsx:188
FunctionStatCard
({ label, value, total, icon, color }: StatCardProps)
src/app/(dashboard)/broadcasts/[id]/page.tsx:50
FunctionStatusBadge
({ status }: { status: AutomationLog["status"] })
src/app/(dashboard)/automations/[id]/logs/page.tsx:167
FunctionStatusChip
({ status }: { status: BuilderState["status"] })
src/components/flows/header.tsx:177
FunctionStatusDot
({ tone = 'ok', className, }: { tone?: 'ok' | 'muted'; className?: string; })
src/components/settings/settings-chip.tsx:47
FunctionStatusIcon
({ status }: { status: Message["status"] })
src/components/inbox/message-bubble.tsx:30
FunctionStep1ChooseTemplate
({ selectedTemplate, onSelect, onNext, onBack }: Step1Props)
src/components/broadcasts/step1-choose-template.tsx:22
FunctionStep2SelectAudience
({ audience, onUpdate, onNext, onBack, }: Step2Props)
src/components/broadcasts/step2-select-audience.tsx:80
FunctionStep3Personalize
({ template, variables, onUpdate, headerMediaUrl, onHeaderMediaUrlChange, onNext, onBack, }: Ste
src/components/broadcasts/step3-personalize.tsx:70
FunctionStep4ScheduleSend
({ name, onNameChange, template, audience, onSend, onSaveDraft, onBack, isProcessing, progre
src/components/broadcasts/step4-schedule-send.tsx:37
FunctionStepEditor
({ step, onChange, }: { step: BuilderStep onChange: (s: BuilderStep) => void })
src/components/automations/automation-builder.tsx:1166
FunctionStepList
(props: StepListProps)
src/components/automations/automation-builder.tsx:932
FunctionStepRenderer
({ step, index, total, parentScope, parentPath, ...props }: { step: BuilderStep index: number
src/components/automations/automation-builder.tsx:961
FunctionStepRow
({ result }: { result: AutomationLogStepResult })
src/app/(dashboard)/automations/[id]/logs/page.tsx:186
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:10
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
← previousnext →801–900 of 1,053, ranked by callers