@elevasis/ui 2.35.0 → 2.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +4 -3
- package/dist/app/index.css +0 -384
- package/dist/app/index.d.ts +45 -18
- package/dist/app/index.js +21 -21
- package/dist/auth/index.d.ts +91 -28
- package/dist/auth/index.js +5 -1
- package/dist/charts/index.js +9 -3
- package/dist/chunk-5CTJ7TW2.js +111 -0
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/{chunk-VDOOGGBA.js → chunk-6NREL3KL.js} +2 -2
- package/dist/chunk-6ROXVZ3L.js +9 -0
- package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
- package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-AKW7KISS.js → chunk-CWYQRM5T.js} +2 -38
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/{chunk-VKIZUUPM.js → chunk-JPVZRZ3X.js} +31 -14
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-JZ2WID2G.js +337 -0
- package/dist/chunk-LCJQ6OWC.js +348 -0
- package/dist/chunk-LNC6PZAE.js +85 -0
- package/dist/{chunk-4U3XAWCN.js → chunk-NWMPBG4U.js} +134 -495
- package/dist/chunk-NYNOMAAS.js +422 -0
- package/dist/chunk-S3KBYQTI.js +39 -0
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- package/dist/{chunk-26HFM4MH.js → chunk-T3NI7DOA.js} +2005 -4106
- package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
- package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
- package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
- package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
- package/dist/components/index.d.ts +36 -46
- package/dist/components/index.js +33 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/execution/index.d.ts +2 -2
- package/dist/features/auth/index.d.ts +55 -99
- package/dist/features/auth/index.js +36 -99
- package/dist/features/clients/index.js +33 -19
- package/dist/features/crm/index.d.ts +23 -0
- package/dist/features/crm/index.js +33 -19
- package/dist/features/dashboard/index.d.ts +3 -3
- package/dist/features/dashboard/index.js +33 -19
- package/dist/features/delivery/index.d.ts +23 -0
- package/dist/features/delivery/index.js +33 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1373 -48
- package/dist/features/lead-gen/index.js +33 -19
- package/dist/features/monitoring/index.js +33 -19
- package/dist/features/monitoring/requests/index.js +33 -19
- package/dist/features/notes/index.d.ts +72 -0
- package/dist/features/notes/index.js +621 -0
- package/dist/features/operations/index.d.ts +30 -30
- package/dist/features/operations/index.js +33 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +640 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +26 -35
- package/dist/features/settings/index.js +33 -19
- package/dist/hooks/access/index.d.ts +90 -0
- package/dist/hooks/access/index.js +10 -0
- package/dist/hooks/delivery/index.d.ts +23 -0
- package/dist/hooks/delivery/index.js +33 -19
- package/dist/hooks/index.d.ts +1816 -1855
- package/dist/hooks/index.js +33 -19
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +13 -13
- package/dist/hooks/published.d.ts +1816 -1855
- package/dist/hooks/published.js +33 -19
- package/dist/hooks/user-notes/index.d.ts +57 -0
- package/dist/hooks/user-notes/index.js +3 -0
- package/dist/index.d.ts +290 -309
- package/dist/index.js +34 -20
- package/dist/initialization/index.d.ts +23 -19
- package/dist/knowledge/index.d.ts +21 -21
- package/dist/knowledge/index.js +12 -9
- package/dist/{knowledge-search-index-ORIJCEZX.js → knowledge-search-index-NBCTFIOH.js} +2 -2
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +33 -19
- package/dist/profile/index.d.ts +23 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +45 -18
- package/dist/provider/index.js +15 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +45 -18
- package/dist/provider/published.js +11 -21
- package/dist/sse/index.js +26 -5
- package/dist/supabase/index.d.ts +46 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +2 -1
- package/dist/types/index.d.ts +86 -72
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.js +2 -1
- package/package.json +21 -5
- package/src/auth/README.md +6 -6
- package/dist/components/navigation/index.css +0 -649
- package/dist/features/knowledge/index.css +0 -649
package/dist/index.js
CHANGED
|
@@ -1,34 +1,48 @@
|
|
|
1
|
-
export { createElevasisQueryClient } from './chunk-
|
|
2
|
-
export { AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings,
|
|
3
|
-
|
|
4
|
-
export {
|
|
5
|
-
export { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
6
|
-
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, useAvailablePresets, usePresetsContext } from './chunk-AKW7KISS.js';
|
|
7
|
-
export { generateShades, getPreset, PRESETS as presets } from './chunk-WF7CONXF.js';
|
|
8
|
-
import './chunk-ZTWA5H77.js';
|
|
1
|
+
export { createElevasisQueryClient } from './chunk-73EWE2EW.js';
|
|
2
|
+
export { AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialService, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, EditApiKeyModal, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipService, OrganizationMembershipsList, OrganizationSwitcher, OrganizationSwitcherConnected, PIPELINE_FUNNEL_ORDER, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StepConfigForm, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookEndpointService, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, calculateProgress, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, executionsKeys, filterByDomainFilters, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getResourceFilterFacetIds, getStatusColor, iconMap, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mdxComponents, milestoneKeys, milestoneStatusColors, monitoringManifest, noteKeys, noteTypeColors, operationsKeys, operationsManifest, projectActivityKeys, projectKeys, projectStatusColors, requestsKeys, scheduleKeys, sessionsKeys, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, taskKeys, taskStatusColors, taskTypeColors, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmPipelineSummary, useCrmQuickMetrics, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask2 as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteLists, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphTheme, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNewKnowledgeMapLayout, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from './chunk-T3NI7DOA.js';
|
|
3
|
+
export { useAvailablePresets } from './chunk-S3KBYQTI.js';
|
|
4
|
+
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from './chunk-SHZT7ULK.js';
|
|
9
5
|
export { TypeformArrayField, TypeformCheckboxGroup, TypeformNavigation, TypeformProgress, TypeformQuestionWrapper, TypeformRadioGroup, TypeformSurvey, TypeformTextInput, brochureStyles, brochureTheme, createCustomValue, createPresetValue, createSurveyConfig, defaultTheme, extractAnswerValue, extractMultiAnswerValues, getAnswerString, getCustomValueText, getMultiAnswerStrings, hasCustomValue, hasPresetValue, isCustomValue, isPresetValue, mergeTheme, useCardStyle, useTypeform, useTypeformContext } from './chunk-AUDNF2Q7.js';
|
|
10
6
|
export { answerValueSchema, checkboxWithOtherSchema, multiAnswerValueSchema, radioWithOtherSchema } from './chunk-6M6OLGQY.js';
|
|
11
7
|
import './chunk-BRXELOHC.js';
|
|
12
|
-
export {
|
|
13
|
-
|
|
14
|
-
export {
|
|
15
|
-
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from './chunk-WLOQ4IBG.js';
|
|
16
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-57OZ3AEG.js';
|
|
8
|
+
export { useBreadcrumbs } from './chunk-LNC6PZAE.js';
|
|
9
|
+
import './chunk-CXY7FMUM.js';
|
|
10
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, observabilityKeys, useCyberColors, useErrorTrends } from './chunk-7GQFIWP4.js';
|
|
17
11
|
export { createUseAppInitialization } from './chunk-JBWJ6WHZ.js';
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export {
|
|
21
|
-
|
|
22
|
-
export {
|
|
12
|
+
import './chunk-ZTWA5H77.js';
|
|
13
|
+
import './chunk-5EYJ2GIN.js';
|
|
14
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellLoader, SubshellNavList, SubshellSidebarLoader, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from './chunk-DA6I5VEY.js';
|
|
15
|
+
import './chunk-CLDCYJQT.js';
|
|
16
|
+
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from './chunk-TYRUKGGD.js';
|
|
17
|
+
export { SubshellNavItem } from './chunk-X4WBGKJQ.js';
|
|
18
|
+
export { SubshellSidebarSection } from './chunk-IIMU5YAJ.js';
|
|
23
19
|
export { GRAPH_CONSTANTS, calculateGraphHeight, Graph_module_css_default as graphStyles, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from './chunk-HENXLGVD.js';
|
|
24
20
|
export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useMergedExecution, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from './chunk-7FPLLSHN.js';
|
|
25
21
|
import './chunk-RNP5R5I3.js';
|
|
26
|
-
export {
|
|
22
|
+
export { ElevasisUIProvider, createTestSystemsProvider, useResolvedOrganizationModel } from './chunk-5CTJ7TW2.js';
|
|
23
|
+
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from './chunk-CWYQRM5T.js';
|
|
24
|
+
export { generateShades, getPreset, PRESETS as presets } from './chunk-WF7CONXF.js';
|
|
25
|
+
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from './chunk-WLOQ4IBG.js';
|
|
26
|
+
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, OrganizationProvider, SystemShell, useCrmActions, useListActions, useNotificationAdapter } from './chunk-JZ2WID2G.js';
|
|
27
|
+
export { APIErrorAlert, ActivityTimeline, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, ElevasisLoader, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator } from './chunk-I53EX4VU.js';
|
|
28
|
+
export { StyledMarkdown } from './chunk-3KMDHCAR.js';
|
|
29
|
+
export { CardHeader } from './chunk-S3XR4II4.js';
|
|
30
|
+
export { AppearanceProvider, SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, useAppearance } from './chunk-A7IG36LB.js';
|
|
31
|
+
export { NavigationButton } from './chunk-NYBEU5TE.js';
|
|
32
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-Y3JQBSKQ.js';
|
|
33
|
+
export { sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from './chunk-DT3QYZVU.js';
|
|
34
|
+
export { ScrollToTop, TanStackRouterBridge } from './chunk-2IFYDILW.js';
|
|
35
|
+
export { RouterProvider, useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
36
|
+
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from './chunk-X66MVMZT.js';
|
|
27
37
|
export { ResourceStatusColors } from './chunk-KRWALB24.js';
|
|
28
|
-
export {
|
|
38
|
+
export { AccessGuard, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from './chunk-JPVZRZ3X.js';
|
|
39
|
+
export { AccessKeys, useAccess } from './chunk-LCJQ6OWC.js';
|
|
40
|
+
export { ElevasisSystemsProvider, useElevasisSystems, useOptionalElevasisSystems } from './chunk-NYNOMAAS.js';
|
|
29
41
|
export { InitializationContext, InitializationProvider, useInitialization } from './chunk-533DUEQY.js';
|
|
42
|
+
export { DEFAULT_SEMANTIC_ICON_REGISTRY, SemanticIcon, extendSemanticIconRegistry, getSemanticIconComponent, resolveSemanticIconComponent } from './chunk-NWMPBG4U.js';
|
|
30
43
|
export { OrganizationContext, useOrganization } from './chunk-DD3CCMCZ.js';
|
|
31
44
|
export { ProfileProvider, UserProfileService, useProfile, useUserProfile } from './chunk-2Q2JQSQO.js';
|
|
45
|
+
export { GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING } from './chunk-6ROXVZ3L.js';
|
|
32
46
|
export { ElevasisServiceProvider, useElevasisServices } from './chunk-KJ3QUBNU.js';
|
|
33
47
|
export { AuthProvider, useAuthContext } from './chunk-BRJ3QZ4E.js';
|
|
34
48
|
import './chunk-I2KLQ2HA.js';
|
|
@@ -2783,6 +2783,7 @@ type Database = {
|
|
|
2783
2783
|
title: string | null;
|
|
2784
2784
|
updated_at: string;
|
|
2785
2785
|
user_id: string;
|
|
2786
|
+
visibility: string;
|
|
2786
2787
|
};
|
|
2787
2788
|
Insert: {
|
|
2788
2789
|
content: string;
|
|
@@ -2797,6 +2798,7 @@ type Database = {
|
|
|
2797
2798
|
title?: string | null;
|
|
2798
2799
|
updated_at?: string;
|
|
2799
2800
|
user_id: string;
|
|
2801
|
+
visibility?: string;
|
|
2800
2802
|
};
|
|
2801
2803
|
Update: {
|
|
2802
2804
|
content?: string;
|
|
@@ -2811,6 +2813,7 @@ type Database = {
|
|
|
2811
2813
|
title?: string | null;
|
|
2812
2814
|
updated_at?: string;
|
|
2813
2815
|
user_id?: string;
|
|
2816
|
+
visibility?: string;
|
|
2814
2817
|
};
|
|
2815
2818
|
Relationships: [
|
|
2816
2819
|
{
|
|
@@ -2979,6 +2982,12 @@ type Database = {
|
|
|
2979
2982
|
Args: never;
|
|
2980
2983
|
Returns: boolean;
|
|
2981
2984
|
};
|
|
2985
|
+
current_user_shares_org_with: {
|
|
2986
|
+
Args: {
|
|
2987
|
+
other_user_id: string;
|
|
2988
|
+
};
|
|
2989
|
+
Returns: boolean;
|
|
2990
|
+
};
|
|
2982
2991
|
current_user_supabase_id: {
|
|
2983
2992
|
Args: never;
|
|
2984
2993
|
Returns: string;
|
|
@@ -3018,6 +3027,20 @@ type Database = {
|
|
|
3018
3027
|
Args: never;
|
|
3019
3028
|
Returns: string;
|
|
3020
3029
|
};
|
|
3030
|
+
has_org_access: {
|
|
3031
|
+
Args: {
|
|
3032
|
+
action?: string;
|
|
3033
|
+
org_id: string;
|
|
3034
|
+
system_path: string;
|
|
3035
|
+
};
|
|
3036
|
+
Returns: boolean;
|
|
3037
|
+
} | {
|
|
3038
|
+
Args: {
|
|
3039
|
+
action?: string;
|
|
3040
|
+
system_path: string;
|
|
3041
|
+
};
|
|
3042
|
+
Returns: boolean;
|
|
3043
|
+
};
|
|
3021
3044
|
has_org_permission: {
|
|
3022
3045
|
Args: {
|
|
3023
3046
|
org_id: string;
|
|
@@ -3101,24 +3124,6 @@ type Tables<DefaultSchemaTableNameOrOptions extends keyof (DefaultSchema["Tables
|
|
|
3101
3124
|
|
|
3102
3125
|
type SupabaseUserProfile = Tables<'users'>;
|
|
3103
3126
|
|
|
3104
|
-
/**
|
|
3105
|
-
* Multi-tenancy configuration types
|
|
3106
|
-
*
|
|
3107
|
-
* Config is stored in dedicated `config` columns (NOT nested in metadata):
|
|
3108
|
-
* - organizations.config: Org-level config (no feature toggles -- all features available by default)
|
|
3109
|
-
* - org_memberships.config: Per-user-per-org feature overrides
|
|
3110
|
-
* - users.config: User-global config
|
|
3111
|
-
*/
|
|
3112
|
-
|
|
3113
|
-
/**
|
|
3114
|
-
* Per-user-per-org config (stored in org_memberships.config)
|
|
3115
|
-
* Controls which features a specific member can access within their org.
|
|
3116
|
-
* Keys are feature IDs from the organization model (e.g. crm, lead-gen, projects, seo).
|
|
3117
|
-
*/
|
|
3118
|
-
interface MembershipFeatureConfig {
|
|
3119
|
-
features?: Record<string, boolean>;
|
|
3120
|
-
}
|
|
3121
|
-
|
|
3122
3127
|
/**
|
|
3123
3128
|
* Organization Membership types based on WorkOS API
|
|
3124
3129
|
*/
|
|
@@ -3155,7 +3160,6 @@ interface MembershipWithDetails extends OrganizationMembership {
|
|
|
3155
3160
|
metadata?: Record<string, unknown>;
|
|
3156
3161
|
config?: Record<string, unknown>;
|
|
3157
3162
|
};
|
|
3158
|
-
config?: MembershipFeatureConfig;
|
|
3159
3163
|
}
|
|
3160
3164
|
|
|
3161
3165
|
/**
|
|
@@ -145,9 +145,9 @@ declare const SurfaceTypeSchema: z.ZodEnum<{
|
|
|
145
145
|
dashboard: "dashboard";
|
|
146
146
|
settings: "settings";
|
|
147
147
|
graph: "graph";
|
|
148
|
-
list: "list";
|
|
149
148
|
page: "page";
|
|
150
149
|
detail: "detail";
|
|
150
|
+
list: "list";
|
|
151
151
|
}>;
|
|
152
152
|
interface SidebarSurfaceNode {
|
|
153
153
|
type: 'surface';
|
|
@@ -260,12 +260,12 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
260
260
|
kind: z.ZodEnum<{
|
|
261
261
|
knowledge: "knowledge";
|
|
262
262
|
system: "system";
|
|
263
|
+
resource: "resource";
|
|
263
264
|
action: "action";
|
|
264
265
|
ontology: "ontology";
|
|
265
266
|
role: "role";
|
|
266
|
-
goal: "goal";
|
|
267
|
-
resource: "resource";
|
|
268
267
|
stage: "stage";
|
|
268
|
+
goal: "goal";
|
|
269
269
|
"customer-segment": "customer-segment";
|
|
270
270
|
offering: "offering";
|
|
271
271
|
}>;
|
|
@@ -275,7 +275,7 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
275
275
|
nodeId: z.ZodUnion<readonly [z.ZodString, z.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
276
276
|
}, z.core.$strip>]>, z.ZodTransform<{
|
|
277
277
|
target: {
|
|
278
|
-
kind: "knowledge" | "system" | "
|
|
278
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
279
279
|
id: string;
|
|
280
280
|
};
|
|
281
281
|
nodeId: string;
|
|
@@ -283,7 +283,7 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
283
283
|
nodeId: string;
|
|
284
284
|
} | {
|
|
285
285
|
target: {
|
|
286
|
-
kind: "knowledge" | "system" | "
|
|
286
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
287
287
|
id: string;
|
|
288
288
|
};
|
|
289
289
|
}>>>>;
|
|
@@ -759,8 +759,8 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
759
759
|
description: z.ZodOptional<z.ZodString>;
|
|
760
760
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
761
761
|
status: z.ZodEnum<{
|
|
762
|
-
deprecated: "deprecated";
|
|
763
762
|
active: "active";
|
|
763
|
+
deprecated: "deprecated";
|
|
764
764
|
archived: "archived";
|
|
765
765
|
}>;
|
|
766
766
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -778,12 +778,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
778
778
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
779
779
|
path: z.ZodString;
|
|
780
780
|
role: z.ZodEnum<{
|
|
781
|
-
config: "config";
|
|
782
781
|
entrypoint: "entrypoint";
|
|
783
782
|
handler: "handler";
|
|
784
783
|
schema: "schema";
|
|
785
784
|
test: "test";
|
|
786
785
|
docs: "docs";
|
|
786
|
+
config: "config";
|
|
787
787
|
}>;
|
|
788
788
|
symbol: z.ZodOptional<z.ZodString>;
|
|
789
789
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -794,10 +794,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
794
794
|
label: z.ZodString;
|
|
795
795
|
payloadSchema: z.ZodOptional<z.ZodString>;
|
|
796
796
|
lifecycle: z.ZodOptional<z.ZodEnum<{
|
|
797
|
+
active: "active";
|
|
797
798
|
deprecated: "deprecated";
|
|
798
799
|
draft: "draft";
|
|
799
800
|
beta: "beta";
|
|
800
|
-
active: "active";
|
|
801
801
|
archived: "archived";
|
|
802
802
|
}>>;
|
|
803
803
|
}, z.core.$strip>>>;
|
|
@@ -809,8 +809,8 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
809
809
|
description: z.ZodOptional<z.ZodString>;
|
|
810
810
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
811
811
|
status: z.ZodEnum<{
|
|
812
|
-
deprecated: "deprecated";
|
|
813
812
|
active: "active";
|
|
813
|
+
deprecated: "deprecated";
|
|
814
814
|
archived: "archived";
|
|
815
815
|
}>;
|
|
816
816
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -828,12 +828,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
828
828
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
829
829
|
path: z.ZodString;
|
|
830
830
|
role: z.ZodEnum<{
|
|
831
|
-
config: "config";
|
|
832
831
|
entrypoint: "entrypoint";
|
|
833
832
|
handler: "handler";
|
|
834
833
|
schema: "schema";
|
|
835
834
|
test: "test";
|
|
836
835
|
docs: "docs";
|
|
836
|
+
config: "config";
|
|
837
837
|
}>;
|
|
838
838
|
symbol: z.ZodOptional<z.ZodString>;
|
|
839
839
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -875,10 +875,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
875
875
|
label: z.ZodString;
|
|
876
876
|
payloadSchema: z.ZodOptional<z.ZodString>;
|
|
877
877
|
lifecycle: z.ZodOptional<z.ZodEnum<{
|
|
878
|
+
active: "active";
|
|
878
879
|
deprecated: "deprecated";
|
|
879
880
|
draft: "draft";
|
|
880
881
|
beta: "beta";
|
|
881
|
-
active: "active";
|
|
882
882
|
archived: "archived";
|
|
883
883
|
}>>;
|
|
884
884
|
}, z.core.$strip>>>;
|
|
@@ -890,8 +890,8 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
890
890
|
description: z.ZodOptional<z.ZodString>;
|
|
891
891
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
892
892
|
status: z.ZodEnum<{
|
|
893
|
-
deprecated: "deprecated";
|
|
894
893
|
active: "active";
|
|
894
|
+
deprecated: "deprecated";
|
|
895
895
|
archived: "archived";
|
|
896
896
|
}>;
|
|
897
897
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -909,12 +909,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
909
909
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
910
910
|
path: z.ZodString;
|
|
911
911
|
role: z.ZodEnum<{
|
|
912
|
-
config: "config";
|
|
913
912
|
entrypoint: "entrypoint";
|
|
914
913
|
handler: "handler";
|
|
915
914
|
schema: "schema";
|
|
916
915
|
test: "test";
|
|
917
916
|
docs: "docs";
|
|
917
|
+
config: "config";
|
|
918
918
|
}>;
|
|
919
919
|
symbol: z.ZodOptional<z.ZodString>;
|
|
920
920
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -929,8 +929,8 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
929
929
|
description: z.ZodOptional<z.ZodString>;
|
|
930
930
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
931
931
|
status: z.ZodEnum<{
|
|
932
|
-
deprecated: "deprecated";
|
|
933
932
|
active: "active";
|
|
933
|
+
deprecated: "deprecated";
|
|
934
934
|
archived: "archived";
|
|
935
935
|
}>;
|
|
936
936
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -948,12 +948,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
948
948
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
949
949
|
path: z.ZodString;
|
|
950
950
|
role: z.ZodEnum<{
|
|
951
|
-
config: "config";
|
|
952
951
|
entrypoint: "entrypoint";
|
|
953
952
|
handler: "handler";
|
|
954
953
|
schema: "schema";
|
|
955
954
|
test: "test";
|
|
956
955
|
docs: "docs";
|
|
956
|
+
config: "config";
|
|
957
957
|
}>;
|
|
958
958
|
symbol: z.ZodOptional<z.ZodString>;
|
|
959
959
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1067,10 +1067,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1067
1067
|
}, z.core.$strip>], "kind">>>;
|
|
1068
1068
|
knowledge: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
1069
1069
|
lifecycle: z.ZodDefault<z.ZodEnum<{
|
|
1070
|
+
active: "active";
|
|
1070
1071
|
deprecated: "deprecated";
|
|
1071
1072
|
draft: "draft";
|
|
1072
1073
|
beta: "beta";
|
|
1073
|
-
active: "active";
|
|
1074
1074
|
archived: "archived";
|
|
1075
1075
|
}>>;
|
|
1076
1076
|
}, z.core.$strip>>>>;
|
|
@@ -1148,10 +1148,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1148
1148
|
roleIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1149
1149
|
}, z.core.$strip>>;
|
|
1150
1150
|
lifecycle: z.ZodDefault<z.ZodEnum<{
|
|
1151
|
+
active: "active";
|
|
1151
1152
|
deprecated: "deprecated";
|
|
1152
1153
|
draft: "draft";
|
|
1153
1154
|
beta: "beta";
|
|
1154
|
-
active: "active";
|
|
1155
1155
|
archived: "archived";
|
|
1156
1156
|
}>>;
|
|
1157
1157
|
}, z.core.$strip>>>>;
|
|
@@ -1234,12 +1234,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1234
1234
|
kind: z.ZodEnum<{
|
|
1235
1235
|
knowledge: "knowledge";
|
|
1236
1236
|
system: "system";
|
|
1237
|
+
resource: "resource";
|
|
1237
1238
|
action: "action";
|
|
1238
1239
|
ontology: "ontology";
|
|
1239
1240
|
role: "role";
|
|
1240
|
-
goal: "goal";
|
|
1241
|
-
resource: "resource";
|
|
1242
1241
|
stage: "stage";
|
|
1242
|
+
goal: "goal";
|
|
1243
1243
|
"customer-segment": "customer-segment";
|
|
1244
1244
|
offering: "offering";
|
|
1245
1245
|
}>;
|
|
@@ -1249,7 +1249,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1249
1249
|
nodeId: z.ZodUnion<readonly [z.ZodString, z.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
1250
1250
|
}, z.core.$strip>]>, z.ZodTransform<{
|
|
1251
1251
|
target: {
|
|
1252
|
-
kind: "knowledge" | "system" | "
|
|
1252
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
1253
1253
|
id: string;
|
|
1254
1254
|
};
|
|
1255
1255
|
nodeId: string;
|
|
@@ -1257,7 +1257,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1257
1257
|
nodeId: string;
|
|
1258
1258
|
} | {
|
|
1259
1259
|
target: {
|
|
1260
|
-
kind: "knowledge" | "system" | "
|
|
1260
|
+
kind: "knowledge" | "system" | "resource" | "action" | "ontology" | "role" | "stage" | "goal" | "customer-segment" | "offering";
|
|
1261
1261
|
id: string;
|
|
1262
1262
|
};
|
|
1263
1263
|
}>>>>;
|
package/dist/knowledge/index.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import { getKnowledgeIconToken, getKnowledgeGraphNodeCommand, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-
|
|
2
|
-
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_TREE_GROUPS, getKnowledgeIconToken, getSharedOrganizationGraph } from '../chunk-
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
import '../chunk-
|
|
1
|
+
import { getKnowledgeIconToken, getKnowledgeGraphNodeCommand, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-6NREL3KL.js';
|
|
2
|
+
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_TREE_GROUPS, getKnowledgeIconToken, getSharedOrganizationGraph } from '../chunk-6NREL3KL.js';
|
|
3
|
+
import { PageContainer } from '../chunk-DA6I5VEY.js';
|
|
4
|
+
import '../chunk-CLDCYJQT.js';
|
|
5
|
+
import '../chunk-X4WBGKJQ.js';
|
|
6
|
+
import '../chunk-IIMU5YAJ.js';
|
|
7
7
|
import '../chunk-WLOQ4IBG.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-A7IG36LB.js';
|
|
9
|
+
import '../chunk-NYBEU5TE.js';
|
|
9
10
|
import '../chunk-DT3QYZVU.js';
|
|
10
11
|
import '../chunk-2IFYDILW.js';
|
|
11
12
|
import '../chunk-Q7DJKLEN.js';
|
|
13
|
+
import { SemanticIcon, getSystem, SystemEntrySchema, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, SurfaceDefinitionSchema, RoleSchema, PolicySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-NWMPBG4U.js';
|
|
14
|
+
export { SemanticIcon, extendSemanticIconRegistry, getSemanticIconComponent, resolveSemanticIconComponent } from '../chunk-NWMPBG4U.js';
|
|
12
15
|
import '../chunk-I2KLQ2HA.js';
|
|
13
16
|
import { createContext, Children, isValidElement, cloneElement, useMemo, useContext, useRef, useState, useEffect } from 'react';
|
|
14
17
|
import { Card, Text, SimpleGrid, Group, Stack, Alert, Tabs, Box, Table, CopyButton, Tooltip, ActionIcon, Title, Badge, Divider, Button, Paper, TableOfContents, ThemeIcon, UnstyledButton, List, Code, Progress } from '@mantine/core';
|
|
@@ -769,7 +772,7 @@ return {
|
|
|
769
772
|
default: MDXContent
|
|
770
773
|
};
|
|
771
774
|
`),
|
|
772
|
-
"knowledge.lead-gen-pipeline-playbook": makeKnowledgeComponent('"use strict";\nconst {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];\nfunction _createMdxContent(props) {\n const _components = {\n h2: "h2",\n h3: "h3",\n li: "li",\n ol: "ol",\n p: "p",\n table: "table",\n tbody: "tbody",\n td: "td",\n th: "th",\n thead: "thead",\n tr: "tr",\n ...props.components\n };\n return _jsxs(_Fragment, {\n children: [_jsx(_components.h2, {\n children: "Performance Benchmarks"\n }), "\\n", _jsx(_components.p, {\n children: "Per-stage success rates across the 3 completed Orange County batches (vet-1, auto-1, home-1)."\n }), "\\n", _jsx(_components.h3, {\n children: "Stage 1: Scrape (Raw to Filtered)"\n }), "\\n", _jsxs(_components.table, {\n children: [_jsx(_components.thead, {\n children: _jsxs(_components.tr, {\n children: [_jsx(_components.th, {\n children: "Metric"\n }), _jsx(_components.th, {\n children: "vet-1"\n }), _jsx(_components.th, {\n children: "auto-1"\n }), _jsx(_components.th, {\n children: "home-1"\n }), _jsx(_components.th, {\n children: "Benchmark"\n })]\n })\n }), _jsxs(_components.tbody, {\n children: [_jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Raw results"\n }), _jsx(_components.td, {\n children: "480"\n }), _jsx(_components.td, {\n children: "800"\n }), _jsx(_components.td, {\n children: "1000"\n }), _jsx(_components.td, {\n children: "--"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Companies created"\n }), _jsx(_components.td, {\n children: "393"\n }), _jsx(_components.td, {\n children: "566"\n }), _jsx(_components.td, {\n children: "701"\n }), _jsx(_components.td, {\n children: "--"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Active in DB"\n }), _jsx(_components.td, {\n children: "322"\n }), _jsx(_components.td, {\n children: "428"\n }), _jsx(_components.td, {\n children: "640"\n }), _jsx(_components.td, {\n children: "--"\n })]\n })]\n })]\n }), "\\n", _jsx(_components.h3, {\n children: "Stage 3: Company Qualification Rate"\n }), "\\n", _jsxs(_components.table, {\n children: [_jsx(_components.thead, {\n children: _jsxs(_components.tr, {\n children: [_jsx(_components.th, {\n children: "Metric"\n }), _jsx(_components.th, {\n children: "vet-1"\n }), _jsx(_components.th, {\n children: "auto-1"\n }), _jsx(_components.th, {\n children: "home-1"\n }), _jsx(_components.th, {\n children: "Benchmark"\n })]\n })\n }), _jsxs(_components.tbody, {\n children: [_jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Qualified"\n }), _jsx(_components.td, {\n children: "213 (76%)"\n }), _jsx(_components.td, {\n children: "284 (79%)"\n }), _jsx(_components.td, {\n children: "326 (60%)"\n }), _jsx(_components.td, {\n children: "60-80%"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Disqualified"\n }), _jsx(_components.td, {\n children: "66 (24%)"\n }), _jsx(_components.td, {\n children: "74 (21%)"\n }), _jsx(_components.td, {\n children: "222 (40%)"\n }), _jsx(_components.td, {\n children: "20-40%"\n })]\n })]\n })]\n }), "\\n", _jsx(_components.h3, {\n children: "Stage 5: Email Verification"\n }), "\\n", _jsx(_components.p, {\n children: "VALID rate: ~33-41% of discovered emails across batches. Target bounce rate <2%."\n }), "\\n", _jsx(_components.h2, {\n children: "Model Selection"\n }), "\\n", _jsx(_components.p, {\n children: "Use Gemini Flash models for high-volume qualification steps (cost/quality balance). Use GPT for personalization where quality matters most."\n }), "\\n", _jsx(_components.h2, {\n children: "Provider Economics"\n }), "\\n", _jsx(_components.p, {\n children: "Tomba domain search provides the best cost-per-verified-contact for local SMBs. Dual-verify (Tomba + Mails.so) catches most false positives."\n }), "\\n", _jsx(_components.h2, {\n children: "Pipeline Stages"\n }), "\\n", _jsxs(_components.ol, {\n children: ["\\n", _jsx(_components.li, {\n children: "Scrape (Google Maps via Apify)"\n }), "\\n", _jsx(_components.li, {\n children: "LLM Extract (website crawl \xE2\u2020\u2019 structured data)"\n }), "\\n", _jsx(_components.li, {\n children: "Company Qualification (LLM ICP scoring)"\n }), "\\n", _jsx(_components.li, {\n children: "Email Discovery (Tomba domain search)"\n }), "\\n", _jsx(_components.li, {\n children: "Email Verification (Mails.so)"\n }), "\\n", _jsx(_components.li, {\n children: "Opening Line Generation (ist-personalization-workflow)"\n }), "\\n", _jsx(_components.li, {\n children: "Campaign Upload (ist-upload-workflow)"\n }), "\\n"]\n })]\n });\n}\nfunction MDXContent(props = {}) {\n const {wrapper: MDXLayout} = props.components || ({});\n return MDXLayout ? _jsx(MDXLayout, {\n ...props,\n children: _jsx(_createMdxContent, {\n ...props\n })\n }) : _createMdxContent(props);\n}\nreturn {\n default: MDXContent\n};\n'),
|
|
775
|
+
"knowledge.lead-gen-pipeline-playbook": makeKnowledgeComponent('"use strict";\nconst {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];\nfunction _createMdxContent(props) {\n const _components = {\n h2: "h2",\n h3: "h3",\n li: "li",\n ol: "ol",\n p: "p",\n table: "table",\n tbody: "tbody",\n td: "td",\n th: "th",\n thead: "thead",\n tr: "tr",\n ...props.components\n };\n return _jsxs(_Fragment, {\n children: [_jsx(_components.h2, {\n children: "Performance Benchmarks"\n }), "\\n", _jsx(_components.p, {\n children: "Per-stage success rates across the 3 completed Orange County batches (vet-1, auto-1, home-1)."\n }), "\\n", _jsx(_components.h3, {\n children: "Stage 1: Scrape (Raw to Filtered)"\n }), "\\n", _jsxs(_components.table, {\n children: [_jsx(_components.thead, {\n children: _jsxs(_components.tr, {\n children: [_jsx(_components.th, {\n children: "Metric"\n }), _jsx(_components.th, {\n children: "vet-1"\n }), _jsx(_components.th, {\n children: "auto-1"\n }), _jsx(_components.th, {\n children: "home-1"\n }), _jsx(_components.th, {\n children: "Benchmark"\n })]\n })\n }), _jsxs(_components.tbody, {\n children: [_jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Raw results"\n }), _jsx(_components.td, {\n children: "480"\n }), _jsx(_components.td, {\n children: "800"\n }), _jsx(_components.td, {\n children: "1000"\n }), _jsx(_components.td, {\n children: "--"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Companies created"\n }), _jsx(_components.td, {\n children: "393"\n }), _jsx(_components.td, {\n children: "566"\n }), _jsx(_components.td, {\n children: "701"\n }), _jsx(_components.td, {\n children: "--"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Active in DB"\n }), _jsx(_components.td, {\n children: "322"\n }), _jsx(_components.td, {\n children: "428"\n }), _jsx(_components.td, {\n children: "640"\n }), _jsx(_components.td, {\n children: "--"\n })]\n })]\n })]\n }), "\\n", _jsx(_components.h3, {\n children: "Stage 3: Company Qualification Rate"\n }), "\\n", _jsxs(_components.table, {\n children: [_jsx(_components.thead, {\n children: _jsxs(_components.tr, {\n children: [_jsx(_components.th, {\n children: "Metric"\n }), _jsx(_components.th, {\n children: "vet-1"\n }), _jsx(_components.th, {\n children: "auto-1"\n }), _jsx(_components.th, {\n children: "home-1"\n }), _jsx(_components.th, {\n children: "Benchmark"\n })]\n })\n }), _jsxs(_components.tbody, {\n children: [_jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Qualified"\n }), _jsx(_components.td, {\n children: "213 (76%)"\n }), _jsx(_components.td, {\n children: "284 (79%)"\n }), _jsx(_components.td, {\n children: "326 (60%)"\n }), _jsx(_components.td, {\n children: "60-80%"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: "Disqualified"\n }), _jsx(_components.td, {\n children: "66 (24%)"\n }), _jsx(_components.td, {\n children: "74 (21%)"\n }), _jsx(_components.td, {\n children: "222 (40%)"\n }), _jsx(_components.td, {\n children: "20-40%"\n })]\n })]\n })]\n }), "\\n", _jsx(_components.h3, {\n children: "Stage 5: Email Verification"\n }), "\\n", _jsx(_components.p, {\n children: "VALID rate: ~33-41% of discovered emails across batches. Target bounce rate <2%."\n }), "\\n", _jsx(_components.h2, {\n children: "Model Selection"\n }), "\\n", _jsx(_components.p, {\n children: "Use Gemini Flash models for high-volume qualification steps (cost/quality balance). Use GPT for personalization where quality matters most."\n }), "\\n", _jsx(_components.h2, {\n children: "Provider Economics"\n }), "\\n", _jsx(_components.p, {\n children: "Tomba domain search provides the best cost-per-verified-contact for local SMBs. Dual-verify (Tomba + Mails.so) catches most false positives."\n }), "\\n", _jsx(_components.h2, {\n children: "Pipeline Stages"\n }), "\\n", _jsxs(_components.ol, {\n children: ["\\n", _jsx(_components.li, {\n children: "Scrape (Google Maps via Apify)"\n }), "\\n", _jsx(_components.li, {\n children: "LLM Extract (website crawl \xE2\u2020\u2019 structured data)"\n }), "\\n", _jsx(_components.li, {\n children: "Company Qualification (LLM ICP scoring)"\n }), "\\n", _jsx(_components.li, {\n children: "Email Discovery (Tomba domain search)"\n }), "\\n", _jsx(_components.li, {\n children: "Email Verification (Mails.so)"\n }), "\\n", _jsx(_components.li, {\n children: "Opening Line Generation (ist-personalization-workflow)"\n }), "\\n", _jsx(_components.li, {\n children: "Campaign Upload (ist-upload-contacts-workflow)"\n }), "\\n"]\n })]\n });\n}\nfunction MDXContent(props = {}) {\n const {wrapper: MDXLayout} = props.components || ({});\n return MDXLayout ? _jsx(MDXLayout, {\n ...props,\n children: _jsx(_createMdxContent, {\n ...props\n })\n }) : _createMdxContent(props);\n}\nreturn {\n default: MDXContent\n};\n'),
|
|
773
776
|
"knowledge.upwork-proposal-playbook": makeKnowledgeComponent(`"use strict";
|
|
774
777
|
const {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];
|
|
775
778
|
function _createMdxContent(props) {
|
|
@@ -1934,7 +1937,7 @@ function _createMdxContent(props) {
|
|
|
1934
1937
|
}), "."]
|
|
1935
1938
|
}), "\\n", _jsxs(_components.li, {
|
|
1936
1939
|
children: ["Upload contacts with ", _jsx(_components.code, {
|
|
1937
|
-
children: "ist-upload-workflow"
|
|
1940
|
+
children: "ist-upload-contacts-workflow"
|
|
1938
1941
|
}), ", dry run first and then real."]
|
|
1939
1942
|
}), "\\n", _jsxs(_components.li, {
|
|
1940
1943
|
children: ["Activate with ", _jsx(_components.code, {
|
|
@@ -277,7 +277,7 @@ Log bounce count, leads cleaned, root cause, and resolution in the batch tracker
|
|
|
277
277
|
id: "knowledge.lead-gen-pipeline-playbook",
|
|
278
278
|
title: "Lead-Gen Playbook",
|
|
279
279
|
summary: "Empirical benchmarks, threshold guidance, provider economics, and codified learnings from 3 completed batches of the lead-gen pipeline.",
|
|
280
|
-
bodyText: "Performance Benchmarks\n\nPer-stage success rates across the 3 completed Orange County batches (vet-1, auto-1, home-1).\n\nStage 1: Scrape (Raw to Filtered)\n\n| Metric | vet-1 | auto-1 | home-1 | Benchmark |\n| --- | --- | --- | --- | --- |\n| Raw results | 480 | 800 | 1000 | -- |\n| Companies created | 393 | 566 | 701 | -- |\n| Active in DB | 322 | 428 | 640 | -- |\n\nStage 3: Company Qualification Rate\n\n| Metric | vet-1 | auto-1 | home-1 | Benchmark |\n| --- | --- | --- | --- | --- |\n| Qualified | 213 (76%) | 284 (79%) | 326 (60%) | 60-80% |\n| Disqualified | 66 (24%) | 74 (21%) | 222 (40%) | 20-40% |\n\nStage 5: Email Verification\n\nVALID rate: 33-41% of discovered emails across batches. Target bounce rate \\<2%.\n\nModel Selection\n\nUse Gemini Flash models for high-volume qualification steps (cost/quality balance). Use GPT for personalization where quality matters most.\n\nProvider Economics\n\nTomba domain search provides the best cost-per-verified-contact for local SMBs. Dual-verify (Tomba + Mails.so) catches most false positives.\n\nPipeline Stages\n\n1. Scrape (Google Maps via Apify)\n2. LLM Extract (website crawl \xE2\u2020\u2019 structured data)\n3. Company Qualification (LLM ICP scoring)\n4. Email Discovery (Tomba domain search)\n5. Email Verification (Mails.so)\n6. Opening Line Generation (ist-personalization-workflow)\n7. Campaign Upload (ist-upload-workflow)"
|
|
280
|
+
bodyText: "Performance Benchmarks\n\nPer-stage success rates across the 3 completed Orange County batches (vet-1, auto-1, home-1).\n\nStage 1: Scrape (Raw to Filtered)\n\n| Metric | vet-1 | auto-1 | home-1 | Benchmark |\n| --- | --- | --- | --- | --- |\n| Raw results | 480 | 800 | 1000 | -- |\n| Companies created | 393 | 566 | 701 | -- |\n| Active in DB | 322 | 428 | 640 | -- |\n\nStage 3: Company Qualification Rate\n\n| Metric | vet-1 | auto-1 | home-1 | Benchmark |\n| --- | --- | --- | --- | --- |\n| Qualified | 213 (76%) | 284 (79%) | 326 (60%) | 60-80% |\n| Disqualified | 66 (24%) | 74 (21%) | 222 (40%) | 20-40% |\n\nStage 5: Email Verification\n\nVALID rate: 33-41% of discovered emails across batches. Target bounce rate \\<2%.\n\nModel Selection\n\nUse Gemini Flash models for high-volume qualification steps (cost/quality balance). Use GPT for personalization where quality matters most.\n\nProvider Economics\n\nTomba domain search provides the best cost-per-verified-contact for local SMBs. Dual-verify (Tomba + Mails.so) catches most false positives.\n\nPipeline Stages\n\n1. Scrape (Google Maps via Apify)\n2. LLM Extract (website crawl \xE2\u2020\u2019 structured data)\n3. Company Qualification (LLM ICP scoring)\n4. Email Discovery (Tomba domain search)\n5. Email Verification (Mails.so)\n6. Opening Line Generation (ist-personalization-workflow)\n7. Campaign Upload (ist-upload-contacts-workflow)"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
283
|
id: "knowledge.upwork-proposal-playbook",
|
|
@@ -829,7 +829,7 @@ Use the acquisition outreach workflow to move a ready batch into Instantly:
|
|
|
829
829
|
2. Personalize contacts with ist-personalization-workflow.
|
|
830
830
|
3. Create a draft campaign with ist-campaign-create-workflow and activate: false.
|
|
831
831
|
4. Create the tracking list with ist-campaign-list-workflow.
|
|
832
|
-
5. Upload contacts with ist-upload-workflow, dry run first and then real.
|
|
832
|
+
5. Upload contacts with ist-upload-contacts-workflow, dry run first and then real.
|
|
833
833
|
6. Activate with ist-campaign-activate-workflow.
|
|
834
834
|
7. Update the tracker to status: active and fill in campaign metadata.
|
|
835
835
|
|
package/dist/layout/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider,
|
|
2
|
-
|
|
1
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellLoader, SubshellNavList, SubshellSidebarLoader, Topbar, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-DA6I5VEY.js';
|
|
2
|
+
export { SubshellNavItem } from '../chunk-X4WBGKJQ.js';
|
|
3
|
+
export { SubshellSidebarSection } from '../chunk-IIMU5YAJ.js';
|
|
3
4
|
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-WLOQ4IBG.js';
|
|
4
|
-
export {
|
|
5
|
+
export { SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar } from '../chunk-A7IG36LB.js';
|
|
6
|
+
import '../chunk-NYBEU5TE.js';
|
|
5
7
|
export { sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from '../chunk-DT3QYZVU.js';
|
|
6
8
|
import '../chunk-2IFYDILW.js';
|
|
7
9
|
import '../chunk-Q7DJKLEN.js';
|
|
@@ -3,24 +3,6 @@ import { ReactNode } from 'react';
|
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { UseBoundStore, StoreApi } from 'zustand';
|
|
5
5
|
|
|
6
|
-
/**
|
|
7
|
-
* Multi-tenancy configuration types
|
|
8
|
-
*
|
|
9
|
-
* Config is stored in dedicated `config` columns (NOT nested in metadata):
|
|
10
|
-
* - organizations.config: Org-level config (no feature toggles -- all features available by default)
|
|
11
|
-
* - org_memberships.config: Per-user-per-org feature overrides
|
|
12
|
-
* - users.config: User-global config
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Per-user-per-org config (stored in org_memberships.config)
|
|
17
|
-
* Controls which features a specific member can access within their org.
|
|
18
|
-
* Keys are feature IDs from the organization model (e.g. crm, lead-gen, projects, seo).
|
|
19
|
-
*/
|
|
20
|
-
interface MembershipFeatureConfig {
|
|
21
|
-
features?: Record<string, boolean>;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
6
|
/**
|
|
25
7
|
* Organization Membership types based on WorkOS API
|
|
26
8
|
*/
|
|
@@ -57,7 +39,6 @@ interface MembershipWithDetails extends OrganizationMembership {
|
|
|
57
39
|
metadata?: Record<string, unknown>;
|
|
58
40
|
config?: Record<string, unknown>;
|
|
59
41
|
};
|
|
60
|
-
config?: MembershipFeatureConfig;
|
|
61
42
|
}
|
|
62
43
|
|
|
63
44
|
/**
|