@elevasis/ui 2.37.0 → 2.38.1
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/app/index.d.ts +55 -2
- package/dist/app/index.js +8 -7
- package/dist/auth/index.d.ts +4 -0
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +4 -4
- package/dist/{chunk-JPVZRZ3X.js → chunk-4UCAUBOL.js} +1 -1
- package/dist/{chunk-NWMPBG4U.js → chunk-566XWGPP.js} +76 -109
- package/dist/chunk-6D4LCJ52.js +10 -0
- package/dist/{chunk-CWYQRM5T.js → chunk-7ZWXTH5J.js} +2 -8
- package/dist/{chunk-S3KBYQTI.js → chunk-B2DZLPDL.js} +1 -1
- package/dist/{chunk-NYNOMAAS.js → chunk-C6BDBZRO.js} +1 -1
- package/dist/{chunk-JZ2WID2G.js → chunk-H2MEFUQD.js} +1 -1
- package/dist/{chunk-T3NI7DOA.js → chunk-LWDVD3XR.js} +218 -54
- package/dist/{chunk-LNC6PZAE.js → chunk-M7Q4UBRY.js} +1 -1
- package/dist/{chunk-6NREL3KL.js → chunk-P34FFSOX.js} +1 -1
- package/dist/{chunk-5CTJ7TW2.js → chunk-PGWANFNE.js} +5 -4
- package/dist/{chunk-LCJQ6OWC.js → chunk-YGUNUIME.js} +10 -2
- package/dist/components/index.d.ts +46 -0
- package/dist/components/index.js +11 -10
- package/dist/components/navigation/index.js +3 -3
- package/dist/features/auth/index.d.ts +45 -0
- package/dist/features/auth/index.js +12 -11
- package/dist/features/clients/index.js +11 -10
- package/dist/features/crm/index.d.ts +45 -0
- package/dist/features/crm/index.js +11 -10
- package/dist/features/dashboard/index.js +11 -10
- package/dist/features/delivery/index.d.ts +45 -0
- package/dist/features/delivery/index.js +11 -10
- package/dist/features/knowledge/index.js +3 -3
- package/dist/features/lead-gen/index.d.ts +10 -2
- package/dist/features/lead-gen/index.js +11 -10
- package/dist/features/monitoring/index.js +11 -10
- package/dist/features/monitoring/requests/index.js +11 -10
- package/dist/features/operations/index.d.ts +10 -2
- package/dist/features/operations/index.js +11 -10
- package/dist/features/right-panel-host/index.js +0 -1
- package/dist/features/settings/index.d.ts +45 -0
- package/dist/features/settings/index.js +11 -10
- package/dist/hooks/access/index.d.ts +4 -0
- package/dist/hooks/access/index.js +3 -3
- package/dist/hooks/delivery/index.d.ts +45 -0
- package/dist/hooks/delivery/index.js +11 -10
- package/dist/hooks/index.d.ts +50 -0
- package/dist/hooks/index.js +11 -10
- package/dist/hooks/published.d.ts +50 -0
- package/dist/hooks/published.js +11 -10
- package/dist/index.d.ts +60 -2
- package/dist/index.js +11 -10
- package/dist/initialization/index.d.ts +45 -0
- package/dist/knowledge/index.d.ts +10 -2
- package/dist/knowledge/index.js +167 -25
- package/dist/organization/index.js +11 -10
- package/dist/profile/index.d.ts +45 -0
- package/dist/provider/index.d.ts +55 -2
- package/dist/provider/index.js +8 -7
- package/dist/provider/published.d.ts +55 -2
- package/dist/provider/published.js +5 -5
- package/dist/supabase/index.d.ts +87 -0
- package/dist/theme/index.js +3 -2
- package/dist/types/index.d.ts +45 -0
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useOptionalElevasisSystems } from './chunk-
|
|
1
|
+
import { useOptionalElevasisSystems } from './chunk-C6BDBZRO.js';
|
|
2
2
|
import { InitializationContext } from './chunk-533DUEQY.js';
|
|
3
|
-
import { DEFAULT_ORGANIZATION_MODEL, listAllSystems, getSystem } from './chunk-
|
|
3
|
+
import { DEFAULT_ORGANIZATION_MODEL, listAllSystems, getSystem } from './chunk-566XWGPP.js';
|
|
4
4
|
import { OrganizationContext } from './chunk-DD3CCMCZ.js';
|
|
5
5
|
import { STALE_TIME_DEFAULT } from './chunk-6ROXVZ3L.js';
|
|
6
6
|
import { ElevasisServiceContext } from './chunk-KJ3QUBNU.js';
|
|
@@ -18,6 +18,7 @@ var PERMISSIONS = {
|
|
|
18
18
|
SECRETS_MANAGE: "secrets.manage",
|
|
19
19
|
OPERATIONS_READ: "operations.read",
|
|
20
20
|
OPERATIONS_MANAGE: "operations.manage",
|
|
21
|
+
SALES_LEAD_GEN_MANAGE: "sales.lead-gen.manage",
|
|
21
22
|
ACQUISITION_MANAGE: "acquisition.manage",
|
|
22
23
|
PROJECTS_MANAGE: "projects.manage",
|
|
23
24
|
CLIENTS_MANAGE: "clients.manage"
|
|
@@ -63,6 +64,11 @@ var PERMISSION_CATALOG = [
|
|
|
63
64
|
description: "Run and modify executions, sessions, schedules, queue",
|
|
64
65
|
isOrgGrantable: true
|
|
65
66
|
},
|
|
67
|
+
{
|
|
68
|
+
key: "sales.lead-gen.manage",
|
|
69
|
+
description: "Operate Lead Gen lists and list-builder workflows",
|
|
70
|
+
isOrgGrantable: true
|
|
71
|
+
},
|
|
66
72
|
{
|
|
67
73
|
key: "acquisition.manage",
|
|
68
74
|
description: "Create, update, and delete acquisition records (acq_companies, acq_contacts, acq_deals, acq_lists*, acq_content*, acquisition storage files)",
|
|
@@ -104,6 +110,7 @@ var AccessKeys = {
|
|
|
104
110
|
secretsManage: { systemPath: "permission.secrets", action: "manage" },
|
|
105
111
|
operationsRead: { systemPath: "permission.operations", action: DEFAULT_ACCESS_ACTION },
|
|
106
112
|
operationsManage: { systemPath: "permission.operations", action: "manage" },
|
|
113
|
+
leadGenManage: { systemPath: "sales.lead-gen", action: "manage" },
|
|
107
114
|
acquisitionManage: { systemPath: "permission.acquisition", action: "manage" },
|
|
108
115
|
projectsManage: { systemPath: "permission.projects", action: "manage" },
|
|
109
116
|
clientsManage: { systemPath: "permission.clients", action: "manage" },
|
|
@@ -308,6 +315,7 @@ function useAccess(key) {
|
|
|
308
315
|
const permissionsFromMembership = useMemo(() => membershipPermissions(membership), [membership]);
|
|
309
316
|
const shouldFetchPermissions = Boolean(services?.isReady && organizationId && !isPlatformAdmin2);
|
|
310
317
|
const permissionsQuery = useQuery({
|
|
318
|
+
// eslint-disable-next-line @tanstack/query/exhaustive-deps -- services.apiRequest is a stable context fn, not cache-relevant; query is keyed by organizationId
|
|
311
319
|
queryKey: ["access-permissions", organizationId],
|
|
312
320
|
queryFn: () => services.apiRequest(`/memberships/my-permissions/${organizationId}`),
|
|
313
321
|
enabled: shouldFetchPermissions,
|
|
@@ -1907,6 +1907,51 @@ type Database = {
|
|
|
1907
1907
|
}
|
|
1908
1908
|
];
|
|
1909
1909
|
};
|
|
1910
|
+
deployment_organization_models: {
|
|
1911
|
+
Row: {
|
|
1912
|
+
created_at: string;
|
|
1913
|
+
deployment_id: string;
|
|
1914
|
+
model_hash: string | null;
|
|
1915
|
+
organization_id: string;
|
|
1916
|
+
organization_model: Json;
|
|
1917
|
+
schema_version: string;
|
|
1918
|
+
updated_at: string;
|
|
1919
|
+
};
|
|
1920
|
+
Insert: {
|
|
1921
|
+
created_at?: string;
|
|
1922
|
+
deployment_id: string;
|
|
1923
|
+
model_hash?: string | null;
|
|
1924
|
+
organization_id: string;
|
|
1925
|
+
organization_model: Json;
|
|
1926
|
+
schema_version?: string;
|
|
1927
|
+
updated_at?: string;
|
|
1928
|
+
};
|
|
1929
|
+
Update: {
|
|
1930
|
+
created_at?: string;
|
|
1931
|
+
deployment_id?: string;
|
|
1932
|
+
model_hash?: string | null;
|
|
1933
|
+
organization_id?: string;
|
|
1934
|
+
organization_model?: Json;
|
|
1935
|
+
schema_version?: string;
|
|
1936
|
+
updated_at?: string;
|
|
1937
|
+
};
|
|
1938
|
+
Relationships: [
|
|
1939
|
+
{
|
|
1940
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
1941
|
+
columns: ["deployment_id"];
|
|
1942
|
+
isOneToOne: true;
|
|
1943
|
+
referencedRelation: "deployments";
|
|
1944
|
+
referencedColumns: ["id"];
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
1948
|
+
columns: ["organization_id"];
|
|
1949
|
+
isOneToOne: false;
|
|
1950
|
+
referencedRelation: "organizations";
|
|
1951
|
+
referencedColumns: ["id"];
|
|
1952
|
+
}
|
|
1953
|
+
];
|
|
1954
|
+
};
|
|
1910
1955
|
deployments: {
|
|
1911
1956
|
Row: {
|
|
1912
1957
|
created_at: string;
|
|
@@ -4571,6 +4616,7 @@ declare const PERMISSIONS: {
|
|
|
4571
4616
|
readonly SECRETS_MANAGE: "secrets.manage";
|
|
4572
4617
|
readonly OPERATIONS_READ: "operations.read";
|
|
4573
4618
|
readonly OPERATIONS_MANAGE: "operations.manage";
|
|
4619
|
+
readonly SALES_LEAD_GEN_MANAGE: "sales.lead-gen.manage";
|
|
4574
4620
|
readonly ACQUISITION_MANAGE: "acquisition.manage";
|
|
4575
4621
|
readonly PROJECTS_MANAGE: "projects.manage";
|
|
4576
4622
|
readonly CLIENTS_MANAGE: "clients.manage";
|
package/dist/components/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, 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, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, 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, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, 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, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, 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, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity } from '../chunk-LWDVD3XR.js';
|
|
2
|
+
import '../chunk-B2DZLPDL.js';
|
|
3
3
|
export { AppErrorBoundary, CrashErrorFallback, ErrorReportCard, buildErrorReport } from '../chunk-SHZT7ULK.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../chunk-BRXELOHC.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-M7Q4UBRY.js';
|
|
8
8
|
import '../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../chunk-7GQFIWP4.js';
|
|
10
10
|
import '../chunk-JBWJ6WHZ.js';
|
|
@@ -18,11 +18,12 @@ import '../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
export { Graph_module_css_default as graphStyles } from '../chunk-HENXLGVD.js';
|
|
19
19
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../chunk-
|
|
22
|
-
import '../chunk-
|
|
21
|
+
import '../chunk-PGWANFNE.js';
|
|
22
|
+
import '../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../chunk-6D4LCJ52.js';
|
|
23
24
|
import '../chunk-WF7CONXF.js';
|
|
24
25
|
import '../chunk-WLOQ4IBG.js';
|
|
25
|
-
import '../chunk-
|
|
26
|
+
import '../chunk-H2MEFUQD.js';
|
|
26
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';
|
|
27
28
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
28
29
|
export { CardHeader } from '../chunk-S3XR4II4.js';
|
|
@@ -34,11 +35,11 @@ import '../chunk-2IFYDILW.js';
|
|
|
34
35
|
import '../chunk-Q7DJKLEN.js';
|
|
35
36
|
import '../chunk-X66MVMZT.js';
|
|
36
37
|
import '../chunk-KRWALB24.js';
|
|
37
|
-
import '../chunk-
|
|
38
|
-
import '../chunk-
|
|
39
|
-
import '../chunk-
|
|
38
|
+
import '../chunk-4UCAUBOL.js';
|
|
39
|
+
import '../chunk-YGUNUIME.js';
|
|
40
|
+
import '../chunk-C6BDBZRO.js';
|
|
40
41
|
import '../chunk-533DUEQY.js';
|
|
41
|
-
import '../chunk-
|
|
42
|
+
import '../chunk-566XWGPP.js';
|
|
42
43
|
import '../chunk-DD3CCMCZ.js';
|
|
43
44
|
import '../chunk-2Q2JQSQO.js';
|
|
44
45
|
import '../chunk-6ROXVZ3L.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useBreadcrumbs } from '../../chunk-
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-M7Q4UBRY.js';
|
|
2
2
|
import '../../chunk-Q7DJKLEN.js';
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-C6BDBZRO.js';
|
|
4
|
+
import '../../chunk-566XWGPP.js';
|
|
5
5
|
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -1462,6 +1462,51 @@ type Database = {
|
|
|
1462
1462
|
}
|
|
1463
1463
|
];
|
|
1464
1464
|
};
|
|
1465
|
+
deployment_organization_models: {
|
|
1466
|
+
Row: {
|
|
1467
|
+
created_at: string;
|
|
1468
|
+
deployment_id: string;
|
|
1469
|
+
model_hash: string | null;
|
|
1470
|
+
organization_id: string;
|
|
1471
|
+
organization_model: Json;
|
|
1472
|
+
schema_version: string;
|
|
1473
|
+
updated_at: string;
|
|
1474
|
+
};
|
|
1475
|
+
Insert: {
|
|
1476
|
+
created_at?: string;
|
|
1477
|
+
deployment_id: string;
|
|
1478
|
+
model_hash?: string | null;
|
|
1479
|
+
organization_id: string;
|
|
1480
|
+
organization_model: Json;
|
|
1481
|
+
schema_version?: string;
|
|
1482
|
+
updated_at?: string;
|
|
1483
|
+
};
|
|
1484
|
+
Update: {
|
|
1485
|
+
created_at?: string;
|
|
1486
|
+
deployment_id?: string;
|
|
1487
|
+
model_hash?: string | null;
|
|
1488
|
+
organization_id?: string;
|
|
1489
|
+
organization_model?: Json;
|
|
1490
|
+
schema_version?: string;
|
|
1491
|
+
updated_at?: string;
|
|
1492
|
+
};
|
|
1493
|
+
Relationships: [
|
|
1494
|
+
{
|
|
1495
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
1496
|
+
columns: ["deployment_id"];
|
|
1497
|
+
isOneToOne: true;
|
|
1498
|
+
referencedRelation: "deployments";
|
|
1499
|
+
referencedColumns: ["id"];
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
1503
|
+
columns: ["organization_id"];
|
|
1504
|
+
isOneToOne: false;
|
|
1505
|
+
referencedRelation: "organizations";
|
|
1506
|
+
referencedColumns: ["id"];
|
|
1507
|
+
}
|
|
1508
|
+
];
|
|
1509
|
+
};
|
|
1465
1510
|
deployments: {
|
|
1466
1511
|
Row: {
|
|
1467
1512
|
created_at: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
import '../../chunk-LWDVD3XR.js';
|
|
2
|
+
import '../../chunk-B2DZLPDL.js';
|
|
3
3
|
import '../../chunk-SHZT7ULK.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-M7Q4UBRY.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-7GQFIWP4.js';
|
|
10
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
@@ -18,11 +18,12 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PGWANFNE.js';
|
|
22
|
+
import '../../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../../chunk-6D4LCJ52.js';
|
|
23
24
|
import '../../chunk-WF7CONXF.js';
|
|
24
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-H2MEFUQD.js';
|
|
26
27
|
import '../../chunk-I53EX4VU.js';
|
|
27
28
|
import '../../chunk-3KMDHCAR.js';
|
|
28
29
|
import '../../chunk-S3XR4II4.js';
|
|
@@ -34,12 +35,12 @@ import '../../chunk-2IFYDILW.js';
|
|
|
34
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
35
36
|
import '../../chunk-X66MVMZT.js';
|
|
36
37
|
import '../../chunk-KRWALB24.js';
|
|
37
|
-
import { ProtectedRoute } from '../../chunk-
|
|
38
|
-
export { AccessGuard } from '../../chunk-
|
|
39
|
-
import '../../chunk-
|
|
40
|
-
import '../../chunk-
|
|
38
|
+
import { ProtectedRoute } from '../../chunk-4UCAUBOL.js';
|
|
39
|
+
export { AccessGuard } from '../../chunk-4UCAUBOL.js';
|
|
40
|
+
import '../../chunk-YGUNUIME.js';
|
|
41
|
+
import '../../chunk-C6BDBZRO.js';
|
|
41
42
|
import { useInitialization } from '../../chunk-533DUEQY.js';
|
|
42
|
-
import '../../chunk-
|
|
43
|
+
import '../../chunk-566XWGPP.js';
|
|
43
44
|
import '../../chunk-DD3CCMCZ.js';
|
|
44
45
|
export { useUserProfile } from '../../chunk-2Q2JQSQO.js';
|
|
45
46
|
import '../../chunk-6ROXVZ3L.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { useClientStatus, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, FilterBar, useClient, showApiErrorNotification } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
import { useClientStatus, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, FilterBar, useClient, showApiErrorNotification } from '../../chunk-LWDVD3XR.js';
|
|
2
|
+
import '../../chunk-B2DZLPDL.js';
|
|
3
3
|
import '../../chunk-SHZT7ULK.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-M7Q4UBRY.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-7GQFIWP4.js';
|
|
10
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
@@ -18,11 +18,12 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PGWANFNE.js';
|
|
22
|
+
import '../../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../../chunk-6D4LCJ52.js';
|
|
23
24
|
import '../../chunk-WF7CONXF.js';
|
|
24
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-H2MEFUQD.js';
|
|
26
27
|
import { StatCard, EmptyState, PageTitleCaption, CenteredErrorState } from '../../chunk-I53EX4VU.js';
|
|
27
28
|
import '../../chunk-3KMDHCAR.js';
|
|
28
29
|
import { CardHeader } from '../../chunk-S3XR4II4.js';
|
|
@@ -34,11 +35,11 @@ import '../../chunk-2IFYDILW.js';
|
|
|
34
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
35
36
|
import { UuidSchema, PAGE_SIZE_DEFAULT, formatTimeAgo } from '../../chunk-X66MVMZT.js';
|
|
36
37
|
import '../../chunk-KRWALB24.js';
|
|
37
|
-
import '../../chunk-
|
|
38
|
-
import '../../chunk-
|
|
39
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-4UCAUBOL.js';
|
|
39
|
+
import '../../chunk-YGUNUIME.js';
|
|
40
|
+
import '../../chunk-C6BDBZRO.js';
|
|
40
41
|
import '../../chunk-533DUEQY.js';
|
|
41
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-566XWGPP.js';
|
|
42
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
43
44
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
45
|
import '../../chunk-6ROXVZ3L.js';
|
|
@@ -1510,6 +1510,51 @@ type Database = {
|
|
|
1510
1510
|
}
|
|
1511
1511
|
];
|
|
1512
1512
|
};
|
|
1513
|
+
deployment_organization_models: {
|
|
1514
|
+
Row: {
|
|
1515
|
+
created_at: string;
|
|
1516
|
+
deployment_id: string;
|
|
1517
|
+
model_hash: string | null;
|
|
1518
|
+
organization_id: string;
|
|
1519
|
+
organization_model: Json;
|
|
1520
|
+
schema_version: string;
|
|
1521
|
+
updated_at: string;
|
|
1522
|
+
};
|
|
1523
|
+
Insert: {
|
|
1524
|
+
created_at?: string;
|
|
1525
|
+
deployment_id: string;
|
|
1526
|
+
model_hash?: string | null;
|
|
1527
|
+
organization_id: string;
|
|
1528
|
+
organization_model: Json;
|
|
1529
|
+
schema_version?: string;
|
|
1530
|
+
updated_at?: string;
|
|
1531
|
+
};
|
|
1532
|
+
Update: {
|
|
1533
|
+
created_at?: string;
|
|
1534
|
+
deployment_id?: string;
|
|
1535
|
+
model_hash?: string | null;
|
|
1536
|
+
organization_id?: string;
|
|
1537
|
+
organization_model?: Json;
|
|
1538
|
+
schema_version?: string;
|
|
1539
|
+
updated_at?: string;
|
|
1540
|
+
};
|
|
1541
|
+
Relationships: [
|
|
1542
|
+
{
|
|
1543
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
1544
|
+
columns: ["deployment_id"];
|
|
1545
|
+
isOneToOne: true;
|
|
1546
|
+
referencedRelation: "deployments";
|
|
1547
|
+
referencedColumns: ["id"];
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
1551
|
+
columns: ["organization_id"];
|
|
1552
|
+
isOneToOne: false;
|
|
1553
|
+
referencedRelation: "organizations";
|
|
1554
|
+
referencedColumns: ["id"];
|
|
1555
|
+
}
|
|
1556
|
+
];
|
|
1557
|
+
};
|
|
1513
1558
|
deployments: {
|
|
1514
1559
|
Row: {
|
|
1515
1560
|
created_at: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-LWDVD3XR.js';
|
|
2
|
+
import '../../chunk-B2DZLPDL.js';
|
|
3
3
|
import '../../chunk-SHZT7ULK.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-M7Q4UBRY.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-7GQFIWP4.js';
|
|
10
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
@@ -18,11 +18,12 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PGWANFNE.js';
|
|
22
|
+
import '../../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../../chunk-6D4LCJ52.js';
|
|
23
24
|
import '../../chunk-WF7CONXF.js';
|
|
24
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-H2MEFUQD.js';
|
|
26
27
|
import '../../chunk-I53EX4VU.js';
|
|
27
28
|
import '../../chunk-3KMDHCAR.js';
|
|
28
29
|
import '../../chunk-S3XR4II4.js';
|
|
@@ -34,11 +35,11 @@ import '../../chunk-2IFYDILW.js';
|
|
|
34
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
35
36
|
import '../../chunk-X66MVMZT.js';
|
|
36
37
|
import '../../chunk-KRWALB24.js';
|
|
37
|
-
import '../../chunk-
|
|
38
|
-
import '../../chunk-
|
|
39
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-4UCAUBOL.js';
|
|
39
|
+
import '../../chunk-YGUNUIME.js';
|
|
40
|
+
import '../../chunk-C6BDBZRO.js';
|
|
40
41
|
import '../../chunk-533DUEQY.js';
|
|
41
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-566XWGPP.js';
|
|
42
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
43
44
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
45
|
import '../../chunk-6ROXVZ3L.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-LWDVD3XR.js';
|
|
2
|
+
import '../../chunk-B2DZLPDL.js';
|
|
3
3
|
import '../../chunk-SHZT7ULK.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-M7Q4UBRY.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-7GQFIWP4.js';
|
|
10
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
@@ -18,11 +18,12 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PGWANFNE.js';
|
|
22
|
+
import '../../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../../chunk-6D4LCJ52.js';
|
|
23
24
|
import '../../chunk-WF7CONXF.js';
|
|
24
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-H2MEFUQD.js';
|
|
26
27
|
import '../../chunk-I53EX4VU.js';
|
|
27
28
|
import '../../chunk-3KMDHCAR.js';
|
|
28
29
|
import '../../chunk-S3XR4II4.js';
|
|
@@ -34,11 +35,11 @@ import '../../chunk-2IFYDILW.js';
|
|
|
34
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
35
36
|
import '../../chunk-X66MVMZT.js';
|
|
36
37
|
import '../../chunk-KRWALB24.js';
|
|
37
|
-
import '../../chunk-
|
|
38
|
-
import '../../chunk-
|
|
39
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-4UCAUBOL.js';
|
|
39
|
+
import '../../chunk-YGUNUIME.js';
|
|
40
|
+
import '../../chunk-C6BDBZRO.js';
|
|
40
41
|
import '../../chunk-533DUEQY.js';
|
|
41
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-566XWGPP.js';
|
|
42
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
43
44
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
45
|
import '../../chunk-6ROXVZ3L.js';
|
|
@@ -1461,6 +1461,51 @@ type Database = {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
];
|
|
1463
1463
|
};
|
|
1464
|
+
deployment_organization_models: {
|
|
1465
|
+
Row: {
|
|
1466
|
+
created_at: string;
|
|
1467
|
+
deployment_id: string;
|
|
1468
|
+
model_hash: string | null;
|
|
1469
|
+
organization_id: string;
|
|
1470
|
+
organization_model: Json;
|
|
1471
|
+
schema_version: string;
|
|
1472
|
+
updated_at: string;
|
|
1473
|
+
};
|
|
1474
|
+
Insert: {
|
|
1475
|
+
created_at?: string;
|
|
1476
|
+
deployment_id: string;
|
|
1477
|
+
model_hash?: string | null;
|
|
1478
|
+
organization_id: string;
|
|
1479
|
+
organization_model: Json;
|
|
1480
|
+
schema_version?: string;
|
|
1481
|
+
updated_at?: string;
|
|
1482
|
+
};
|
|
1483
|
+
Update: {
|
|
1484
|
+
created_at?: string;
|
|
1485
|
+
deployment_id?: string;
|
|
1486
|
+
model_hash?: string | null;
|
|
1487
|
+
organization_id?: string;
|
|
1488
|
+
organization_model?: Json;
|
|
1489
|
+
schema_version?: string;
|
|
1490
|
+
updated_at?: string;
|
|
1491
|
+
};
|
|
1492
|
+
Relationships: [
|
|
1493
|
+
{
|
|
1494
|
+
foreignKeyName: "deployment_organization_models_deployment_id_fkey";
|
|
1495
|
+
columns: ["deployment_id"];
|
|
1496
|
+
isOneToOne: true;
|
|
1497
|
+
referencedRelation: "deployments";
|
|
1498
|
+
referencedColumns: ["id"];
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
foreignKeyName: "deployment_organization_models_organization_id_fkey";
|
|
1502
|
+
columns: ["organization_id"];
|
|
1503
|
+
isOneToOne: false;
|
|
1504
|
+
referencedRelation: "organizations";
|
|
1505
|
+
referencedColumns: ["id"];
|
|
1506
|
+
}
|
|
1507
|
+
];
|
|
1508
|
+
};
|
|
1464
1509
|
deployments: {
|
|
1465
1510
|
Row: {
|
|
1466
1511
|
created_at: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { AllTasksPage, Checklist, CreateDeliveryEntityModal, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-LWDVD3XR.js';
|
|
2
|
+
import '../../chunk-B2DZLPDL.js';
|
|
3
3
|
import '../../chunk-SHZT7ULK.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
6
|
import '../../chunk-BRXELOHC.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-M7Q4UBRY.js';
|
|
8
8
|
import '../../chunk-CXY7FMUM.js';
|
|
9
9
|
import '../../chunk-7GQFIWP4.js';
|
|
10
10
|
import '../../chunk-JBWJ6WHZ.js';
|
|
@@ -18,11 +18,12 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
18
18
|
import '../../chunk-HENXLGVD.js';
|
|
19
19
|
import '../../chunk-7FPLLSHN.js';
|
|
20
20
|
import '../../chunk-RNP5R5I3.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-PGWANFNE.js';
|
|
22
|
+
import '../../chunk-7ZWXTH5J.js';
|
|
23
|
+
import '../../chunk-6D4LCJ52.js';
|
|
23
24
|
import '../../chunk-WF7CONXF.js';
|
|
24
25
|
import '../../chunk-WLOQ4IBG.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-H2MEFUQD.js';
|
|
26
27
|
import '../../chunk-I53EX4VU.js';
|
|
27
28
|
import '../../chunk-3KMDHCAR.js';
|
|
28
29
|
import '../../chunk-S3XR4II4.js';
|
|
@@ -34,11 +35,11 @@ import '../../chunk-2IFYDILW.js';
|
|
|
34
35
|
import '../../chunk-Q7DJKLEN.js';
|
|
35
36
|
import '../../chunk-X66MVMZT.js';
|
|
36
37
|
import '../../chunk-KRWALB24.js';
|
|
37
|
-
import '../../chunk-
|
|
38
|
-
import '../../chunk-
|
|
39
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-4UCAUBOL.js';
|
|
39
|
+
import '../../chunk-YGUNUIME.js';
|
|
40
|
+
import '../../chunk-C6BDBZRO.js';
|
|
40
41
|
import '../../chunk-533DUEQY.js';
|
|
41
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-566XWGPP.js';
|
|
42
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
43
44
|
import '../../chunk-2Q2JQSQO.js';
|
|
44
45
|
import '../../chunk-6ROXVZ3L.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { getSharedOrganizationGraph, KnowledgeSearchBar, KnowledgeTree, getKnowledgeIconToken, getKnowledgeNodeReadCommand } from '../../chunk-
|
|
1
|
+
import { getSharedOrganizationGraph, KnowledgeSearchBar, KnowledgeTree, getKnowledgeIconToken, getKnowledgeNodeReadCommand } from '../../chunk-P34FFSOX.js';
|
|
2
2
|
import { ORGANIZATION_GRAPH_NODE_KIND_LABELS } from '../../chunk-5EYJ2GIN.js';
|
|
3
3
|
import '../../chunk-CLDCYJQT.js';
|
|
4
4
|
import { SubshellSidebarSection } from '../../chunk-IIMU5YAJ.js';
|
|
5
5
|
import '../../chunk-DT3QYZVU.js';
|
|
6
6
|
import '../../chunk-2IFYDILW.js';
|
|
7
7
|
import { useRouterContext } from '../../chunk-Q7DJKLEN.js';
|
|
8
|
-
import { useElevasisSystems } from '../../chunk-
|
|
9
|
-
import { resolveOrganizationModel, SemanticIcon } from '../../chunk-
|
|
8
|
+
import { useElevasisSystems } from '../../chunk-C6BDBZRO.js';
|
|
9
|
+
import { resolveOrganizationModel, SemanticIcon } from '../../chunk-566XWGPP.js';
|
|
10
10
|
import '../../chunk-I2KLQ2HA.js';
|
|
11
11
|
import { IconBrain, IconCircleCheckFilled, IconCircleDashed, IconCheck, IconCopy } from '@tabler/icons-react';
|
|
12
12
|
import { Stack, Box, Group, Popover, Button, Badge, Divider, Text, UnstyledButton } from '@mantine/core';
|
|
@@ -1024,7 +1024,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1024
1024
|
light: z$1.ZodOptional<z$1.ZodString>;
|
|
1025
1025
|
dark: z$1.ZodOptional<z$1.ZodString>;
|
|
1026
1026
|
}, z$1.core.$strip>>;
|
|
1027
|
-
|
|
1027
|
+
voice: z$1.ZodOptional<z$1.ZodString>;
|
|
1028
|
+
tagline: z$1.ZodOptional<z$1.ZodString>;
|
|
1029
|
+
values: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1030
|
+
themePresetId: z$1.ZodOptional<z$1.ZodString>;
|
|
1031
|
+
}, z$1.core.$loose>>;
|
|
1028
1032
|
navigation: z$1.ZodDefault<z$1.ZodObject<{
|
|
1029
1033
|
sidebar: z$1.ZodDefault<z$1.ZodObject<{
|
|
1030
1034
|
primary: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
@@ -1071,7 +1075,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
1071
1075
|
}, z$1.core.$strip>>;
|
|
1072
1076
|
}, z$1.core.$strip>>;
|
|
1073
1077
|
clientBrief: z$1.ZodDefault<z$1.ZodString>;
|
|
1074
|
-
|
|
1078
|
+
organizationName: z$1.ZodOptional<z$1.ZodString>;
|
|
1079
|
+
productName: z$1.ZodOptional<z$1.ZodString>;
|
|
1080
|
+
shortName: z$1.ZodOptional<z$1.ZodString>;
|
|
1081
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
1082
|
+
}, z$1.core.$loose>>;
|
|
1075
1083
|
customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
1076
1084
|
id: z$1.ZodString;
|
|
1077
1085
|
order: z$1.ZodNumber;
|