@elevasis/ui 2.12.0 → 2.14.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/app/index.js +5 -5
- package/dist/chunk-442LZPIR.js +5 -0
- package/dist/{chunk-PXFV47B3.js → chunk-5IBTTMWX.js} +3 -3
- package/dist/{chunk-ETWKPFOO.js → chunk-6RWMRQN5.js} +1 -1
- package/dist/{chunk-F6SMVMFC.js → chunk-A7346I7H.js} +3 -3
- package/dist/{chunk-ZKCQEHEJ.js → chunk-C56A2MAS.js} +357 -26
- package/dist/{chunk-ISVFJCPP.js → chunk-ETQRV5A6.js} +1 -1
- package/dist/{chunk-V7XHGJQZ.js → chunk-FL67C3WY.js} +6 -1
- package/dist/{chunk-235RO24Z.js → chunk-IO75JNQE.js} +8 -3
- package/dist/{chunk-WM7JTTPX.js → chunk-JAUU6TZU.js} +74 -6
- package/dist/{chunk-YEX4MQSY.js → chunk-M25JL54Z.js} +3 -3
- package/dist/{chunk-MISBW6WW.js → chunk-PPKJKM3U.js} +1 -1
- package/dist/{chunk-7PLBPEBW.js → chunk-QFBENUS2.js} +2 -2
- package/dist/{chunk-TXZXMTZB.js → chunk-QFEQWAPQ.js} +7 -4
- package/dist/{chunk-TYWZABTP.js → chunk-R73EHHPN.js} +89 -46
- package/dist/{chunk-GHCYUZZE.js → chunk-TAUPDLQ7.js} +3 -3
- package/dist/{chunk-F4TPY6YL.js → chunk-WLOQ4IBG.js} +9 -3
- package/dist/{chunk-R7WLWGPO.js → chunk-ZB5GAV7J.js} +1 -1
- package/dist/components/index.d.ts +16 -10
- package/dist/components/index.js +20 -20
- package/dist/features/auth/index.d.ts +7 -4
- package/dist/features/auth/index.js +2 -2
- package/dist/features/crm/index.d.ts +7 -4
- package/dist/features/crm/index.js +7 -7
- package/dist/features/dashboard/index.js +8 -8
- package/dist/features/delivery/index.d.ts +7 -4
- package/dist/features/delivery/index.js +8 -8
- package/dist/features/lead-gen/index.js +12 -12
- package/dist/features/monitoring/index.js +9 -9
- package/dist/features/monitoring/requests/index.d.ts +125 -0
- package/dist/features/operations/index.js +11 -11
- package/dist/features/settings/index.d.ts +7 -4
- package/dist/features/settings/index.js +9 -9
- package/dist/hooks/index.d.ts +137 -17
- package/dist/hooks/index.js +6 -6
- package/dist/hooks/published.d.ts +137 -17
- package/dist/hooks/published.js +6 -6
- package/dist/index.d.ts +182 -16
- package/dist/index.js +7 -7
- package/dist/initialization/index.d.ts +7 -4
- package/dist/layout/index.d.ts +9 -2
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +7 -4
- package/dist/provider/index.d.ts +47 -1
- package/dist/provider/index.js +5 -5
- package/dist/provider/published.d.ts +47 -1
- package/dist/provider/published.js +2 -2
- package/dist/supabase/index.d.ts +14 -8
- package/dist/theme/index.js +3 -3
- package/dist/types/index.d.ts +10 -7
- package/package.json +6 -2
- package/dist/chunk-G2TDX3W6.js +0 -5
|
@@ -2949,7 +2949,7 @@ type Database$1 = {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
];
|
|
2951
2951
|
};
|
|
2952
|
-
|
|
2952
|
+
reported_requests: {
|
|
2953
2953
|
Row: {
|
|
2954
2954
|
affected_page: string | null;
|
|
2955
2955
|
category: string;
|
|
@@ -2968,6 +2968,7 @@ type Database$1 = {
|
|
|
2968
2968
|
status: string;
|
|
2969
2969
|
task_id: string | null;
|
|
2970
2970
|
title: string;
|
|
2971
|
+
type: string;
|
|
2971
2972
|
updated_at: string;
|
|
2972
2973
|
};
|
|
2973
2974
|
Insert: {
|
|
@@ -2988,6 +2989,7 @@ type Database$1 = {
|
|
|
2988
2989
|
status?: string;
|
|
2989
2990
|
task_id?: string | null;
|
|
2990
2991
|
title: string;
|
|
2992
|
+
type: string;
|
|
2991
2993
|
updated_at?: string;
|
|
2992
2994
|
};
|
|
2993
2995
|
Update: {
|
|
@@ -3008,25 +3010,26 @@ type Database$1 = {
|
|
|
3008
3010
|
status?: string;
|
|
3009
3011
|
task_id?: string | null;
|
|
3010
3012
|
title?: string;
|
|
3013
|
+
type?: string;
|
|
3011
3014
|
updated_at?: string;
|
|
3012
3015
|
};
|
|
3013
3016
|
Relationships: [
|
|
3014
3017
|
{
|
|
3015
|
-
foreignKeyName: "
|
|
3018
|
+
foreignKeyName: "reported_requests_organization_id_fkey";
|
|
3016
3019
|
columns: ["organization_id"];
|
|
3017
3020
|
isOneToOne: false;
|
|
3018
3021
|
referencedRelation: "organizations";
|
|
3019
3022
|
referencedColumns: ["id"];
|
|
3020
3023
|
},
|
|
3021
3024
|
{
|
|
3022
|
-
foreignKeyName: "
|
|
3025
|
+
foreignKeyName: "reported_requests_project_id_fkey";
|
|
3023
3026
|
columns: ["project_id"];
|
|
3024
3027
|
isOneToOne: false;
|
|
3025
3028
|
referencedRelation: "prj_projects";
|
|
3026
3029
|
referencedColumns: ["id"];
|
|
3027
3030
|
},
|
|
3028
3031
|
{
|
|
3029
|
-
foreignKeyName: "
|
|
3032
|
+
foreignKeyName: "reported_requests_task_id_fkey";
|
|
3030
3033
|
columns: ["task_id"];
|
|
3031
3034
|
isOneToOne: false;
|
|
3032
3035
|
referencedRelation: "prj_tasks";
|
|
@@ -3633,7 +3636,7 @@ interface Task extends OriginTracking {
|
|
|
3633
3636
|
priority: number;
|
|
3634
3637
|
/** Optional checkpoint identifier for grouping related human approval tasks */
|
|
3635
3638
|
humanCheckpoint?: string;
|
|
3636
|
-
status:
|
|
3639
|
+
status: QueueTaskStatus;
|
|
3637
3640
|
/**
|
|
3638
3641
|
* Target resource tracking — mirrors origin columns.
|
|
3639
3642
|
* Set when task is created; patchable to redirect execution to a different resource.
|
|
@@ -3663,7 +3666,7 @@ interface Task extends OriginTracking {
|
|
|
3663
3666
|
* - failed: execution failed, task can be retried
|
|
3664
3667
|
* - expired: timed out before action
|
|
3665
3668
|
*/
|
|
3666
|
-
type
|
|
3669
|
+
type QueueTaskStatus = 'pending' | 'processing' | 'completed' | 'failed' | 'expired';
|
|
3667
3670
|
|
|
3668
3671
|
/**
|
|
3669
3672
|
* Target for schedule execution - identifies what resource to execute.
|
|
@@ -6462,7 +6465,7 @@ type Database = {
|
|
|
6462
6465
|
},
|
|
6463
6466
|
]
|
|
6464
6467
|
}
|
|
6465
|
-
|
|
6468
|
+
reported_requests: {
|
|
6466
6469
|
Row: {
|
|
6467
6470
|
affected_page: string | null
|
|
6468
6471
|
category: string
|
|
@@ -6481,6 +6484,7 @@ type Database = {
|
|
|
6481
6484
|
status: string
|
|
6482
6485
|
task_id: string | null
|
|
6483
6486
|
title: string
|
|
6487
|
+
type: string
|
|
6484
6488
|
updated_at: string
|
|
6485
6489
|
}
|
|
6486
6490
|
Insert: {
|
|
@@ -6501,6 +6505,7 @@ type Database = {
|
|
|
6501
6505
|
status?: string
|
|
6502
6506
|
task_id?: string | null
|
|
6503
6507
|
title: string
|
|
6508
|
+
type: string
|
|
6504
6509
|
updated_at?: string
|
|
6505
6510
|
}
|
|
6506
6511
|
Update: {
|
|
@@ -6521,25 +6526,26 @@ type Database = {
|
|
|
6521
6526
|
status?: string
|
|
6522
6527
|
task_id?: string | null
|
|
6523
6528
|
title?: string
|
|
6529
|
+
type?: string
|
|
6524
6530
|
updated_at?: string
|
|
6525
6531
|
}
|
|
6526
6532
|
Relationships: [
|
|
6527
6533
|
{
|
|
6528
|
-
foreignKeyName: "
|
|
6534
|
+
foreignKeyName: "reported_requests_organization_id_fkey"
|
|
6529
6535
|
columns: ["organization_id"]
|
|
6530
6536
|
isOneToOne: false
|
|
6531
6537
|
referencedRelation: "organizations"
|
|
6532
6538
|
referencedColumns: ["id"]
|
|
6533
6539
|
},
|
|
6534
6540
|
{
|
|
6535
|
-
foreignKeyName: "
|
|
6541
|
+
foreignKeyName: "reported_requests_project_id_fkey"
|
|
6536
6542
|
columns: ["project_id"]
|
|
6537
6543
|
isOneToOne: false
|
|
6538
6544
|
referencedRelation: "prj_projects"
|
|
6539
6545
|
referencedColumns: ["id"]
|
|
6540
6546
|
},
|
|
6541
6547
|
{
|
|
6542
|
-
foreignKeyName: "
|
|
6548
|
+
foreignKeyName: "reported_requests_task_id_fkey"
|
|
6543
6549
|
columns: ["task_id"]
|
|
6544
6550
|
isOneToOne: false
|
|
6545
6551
|
referencedRelation: "prj_tasks"
|
package/dist/components/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { CollapsibleSidebarGroup } from '../chunk-4BF74JVD.js';
|
|
2
2
|
import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
|
|
3
|
-
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-
|
|
4
|
-
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-
|
|
5
|
-
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-
|
|
3
|
+
export { AllTasksPage, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../chunk-QFEQWAPQ.js';
|
|
4
|
+
export { LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, getEnrichmentColor, getStatusColor, leadGenManifest, useDeleteLists } from '../chunk-QFBENUS2.js';
|
|
5
|
+
export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-C56A2MAS.js';
|
|
6
6
|
import '../chunk-ROSMICXG.js';
|
|
7
7
|
import { SubshellLoader } from '../chunk-ADSSLKKP.js';
|
|
8
|
-
import '../chunk-
|
|
9
|
-
import { NotificationList } from '../chunk-
|
|
10
|
-
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-
|
|
11
|
-
export { ResourceHealthPanel } from '../chunk-
|
|
8
|
+
import '../chunk-442LZPIR.js';
|
|
9
|
+
import { NotificationList } from '../chunk-IO75JNQE.js';
|
|
10
|
+
export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-IO75JNQE.js';
|
|
11
|
+
export { ResourceHealthPanel } from '../chunk-ETQRV5A6.js';
|
|
12
12
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, seoManifest } from '../chunk-AL23U6C3.js';
|
|
13
|
-
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-
|
|
14
|
-
export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-
|
|
13
|
+
export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-A7346I7H.js';
|
|
14
|
+
export { ActivityFeedWidget, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../chunk-PPKJKM3U.js';
|
|
15
15
|
export { SortableHeader, TableSelectionToolbar } from '../chunk-TUMSNGTX.js';
|
|
16
16
|
import { PageContainer } from '../chunk-BZZCNLT6.js';
|
|
17
17
|
import { SubshellNavItem } from '../chunk-CEWTOKE7.js';
|
|
@@ -20,38 +20,38 @@ import { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
|
20
20
|
export { FilterBar } from '../chunk-PDHTXPSF.js';
|
|
21
21
|
import { CustomModal } from '../chunk-GBMNCNHX.js';
|
|
22
22
|
export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
|
|
23
|
-
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-
|
|
24
|
-
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-
|
|
23
|
+
import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton } from '../chunk-TAUPDLQ7.js';
|
|
24
|
+
export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, FormFieldRenderer, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, RunResourceButton, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, ZodFormRenderer, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-TAUPDLQ7.js';
|
|
25
25
|
export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
|
|
26
26
|
import '../chunk-STZJ7SY5.js';
|
|
27
|
-
import { AppShellLoader } from '../chunk-
|
|
28
|
-
import '../chunk-
|
|
27
|
+
import { AppShellLoader } from '../chunk-M25JL54Z.js';
|
|
28
|
+
import '../chunk-6RWMRQN5.js';
|
|
29
29
|
export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-GHIPBT5V.js';
|
|
30
30
|
import '../chunk-7M2VOCYN.js';
|
|
31
|
-
import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-
|
|
32
|
-
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-
|
|
31
|
+
import { useCommandViewLayout, useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, usePaginationState, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-JAUU6TZU.js';
|
|
32
|
+
export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-JAUU6TZU.js';
|
|
33
33
|
import '../chunk-LXHZYSMQ.js';
|
|
34
34
|
import '../chunk-BRXELOHC.js';
|
|
35
35
|
import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS } from '../chunk-22UVE3RA.js';
|
|
36
36
|
export { Graph_module_css_default as graphStyles } from '../chunk-22UVE3RA.js';
|
|
37
37
|
import '../chunk-3ZMAGTWF.js';
|
|
38
38
|
import '../chunk-DKQQK3WX.js';
|
|
39
|
-
import '../chunk-
|
|
40
|
-
import '../chunk-
|
|
41
|
-
import '../chunk-
|
|
39
|
+
import '../chunk-5IBTTMWX.js';
|
|
40
|
+
import '../chunk-R73EHHPN.js';
|
|
41
|
+
import '../chunk-WLOQ4IBG.js';
|
|
42
42
|
import '../chunk-C7BX547M.js';
|
|
43
43
|
import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-RX4UWZZR.js';
|
|
44
44
|
import { ListSkeleton, EmptyState, PageTitleCaption, StatCard, CenteredErrorState, CardHeader, ActivityTimeline } from '../chunk-SQQGLGHW.js';
|
|
45
45
|
export { APIErrorAlert, ActivityTimeline, CardHeader, CenteredErrorState, CollapsibleSection, ContextViewer, CustomSelector, DetailCardSkeleton, EmptyState, FeatureUnavailableState, GlowDot, JsonViewer, ListSkeleton, PageNotFound, PageTitleCaption, ResourceCard, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, TabCountBadge, TimeRangeSelector, TrendIndicator, catalogItemToResourceDefinition } from '../chunk-SQQGLGHW.js';
|
|
46
46
|
export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
|
|
47
47
|
export { NavigationButton } from '../chunk-NYBEU5TE.js';
|
|
48
|
-
import '../chunk-
|
|
48
|
+
import '../chunk-ZB5GAV7J.js';
|
|
49
49
|
export { ElevasisLoader } from '../chunk-SZHARWKU.js';
|
|
50
50
|
import '../chunk-NVOCKXUQ.js';
|
|
51
51
|
import '../chunk-2IFYDILW.js';
|
|
52
52
|
import '../chunk-ELJIFLCB.js';
|
|
53
53
|
import '../chunk-L4XXM55J.js';
|
|
54
|
-
import '../chunk-
|
|
54
|
+
import '../chunk-FL67C3WY.js';
|
|
55
55
|
import { useAppearance } from '../chunk-QJ2KCHKX.js';
|
|
56
56
|
import '../chunk-DT3QYZVU.js';
|
|
57
57
|
import '../chunk-SLVC5OJ2.js';
|
|
@@ -2070,7 +2070,7 @@ type Database = {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
];
|
|
2072
2072
|
};
|
|
2073
|
-
|
|
2073
|
+
reported_requests: {
|
|
2074
2074
|
Row: {
|
|
2075
2075
|
affected_page: string | null;
|
|
2076
2076
|
category: string;
|
|
@@ -2089,6 +2089,7 @@ type Database = {
|
|
|
2089
2089
|
status: string;
|
|
2090
2090
|
task_id: string | null;
|
|
2091
2091
|
title: string;
|
|
2092
|
+
type: string;
|
|
2092
2093
|
updated_at: string;
|
|
2093
2094
|
};
|
|
2094
2095
|
Insert: {
|
|
@@ -2109,6 +2110,7 @@ type Database = {
|
|
|
2109
2110
|
status?: string;
|
|
2110
2111
|
task_id?: string | null;
|
|
2111
2112
|
title: string;
|
|
2113
|
+
type: string;
|
|
2112
2114
|
updated_at?: string;
|
|
2113
2115
|
};
|
|
2114
2116
|
Update: {
|
|
@@ -2129,25 +2131,26 @@ type Database = {
|
|
|
2129
2131
|
status?: string;
|
|
2130
2132
|
task_id?: string | null;
|
|
2131
2133
|
title?: string;
|
|
2134
|
+
type?: string;
|
|
2132
2135
|
updated_at?: string;
|
|
2133
2136
|
};
|
|
2134
2137
|
Relationships: [
|
|
2135
2138
|
{
|
|
2136
|
-
foreignKeyName: "
|
|
2139
|
+
foreignKeyName: "reported_requests_organization_id_fkey";
|
|
2137
2140
|
columns: ["organization_id"];
|
|
2138
2141
|
isOneToOne: false;
|
|
2139
2142
|
referencedRelation: "organizations";
|
|
2140
2143
|
referencedColumns: ["id"];
|
|
2141
2144
|
},
|
|
2142
2145
|
{
|
|
2143
|
-
foreignKeyName: "
|
|
2146
|
+
foreignKeyName: "reported_requests_project_id_fkey";
|
|
2144
2147
|
columns: ["project_id"];
|
|
2145
2148
|
isOneToOne: false;
|
|
2146
2149
|
referencedRelation: "prj_projects";
|
|
2147
2150
|
referencedColumns: ["id"];
|
|
2148
2151
|
},
|
|
2149
2152
|
{
|
|
2150
|
-
foreignKeyName: "
|
|
2153
|
+
foreignKeyName: "reported_requests_task_id_fkey";
|
|
2151
2154
|
columns: ["task_id"];
|
|
2152
2155
|
isOneToOne: false;
|
|
2153
2156
|
referencedRelation: "prj_tasks";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppShellLoader, AppShellError } from '../../chunk-
|
|
1
|
+
import { AppShellLoader, AppShellError } from '../../chunk-M25JL54Z.js';
|
|
2
2
|
import { useAppearance } from '../../chunk-QJ2KCHKX.js';
|
|
3
3
|
import '../../chunk-DT3QYZVU.js';
|
|
4
4
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -68,7 +68,7 @@ function ProtectedRoute2({
|
|
|
68
68
|
}) {
|
|
69
69
|
const { isInitializing, userReady, allReady, error } = useInitialization();
|
|
70
70
|
const orgSettled = allReady || error?.layer === "organization";
|
|
71
|
-
const showLoader = isInitializing || !userReady || waitForOrganization && !orgSettled;
|
|
71
|
+
const showLoader = !error && (isInitializing || !userReady || waitForOrganization && !orgSettled);
|
|
72
72
|
const resolvedErrorFallback = errorFallback ?? ((err, retry) => /* @__PURE__ */ jsx(AppShellError, { message: err.message, retry }));
|
|
73
73
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
74
74
|
fallback ? showLoader ? fallback : null : /* @__PURE__ */ jsx(AnimatedLoader, { showLoader }),
|
|
@@ -2118,7 +2118,7 @@ type Database = {
|
|
|
2118
2118
|
}
|
|
2119
2119
|
];
|
|
2120
2120
|
};
|
|
2121
|
-
|
|
2121
|
+
reported_requests: {
|
|
2122
2122
|
Row: {
|
|
2123
2123
|
affected_page: string | null;
|
|
2124
2124
|
category: string;
|
|
@@ -2137,6 +2137,7 @@ type Database = {
|
|
|
2137
2137
|
status: string;
|
|
2138
2138
|
task_id: string | null;
|
|
2139
2139
|
title: string;
|
|
2140
|
+
type: string;
|
|
2140
2141
|
updated_at: string;
|
|
2141
2142
|
};
|
|
2142
2143
|
Insert: {
|
|
@@ -2157,6 +2158,7 @@ type Database = {
|
|
|
2157
2158
|
status?: string;
|
|
2158
2159
|
task_id?: string | null;
|
|
2159
2160
|
title: string;
|
|
2161
|
+
type: string;
|
|
2160
2162
|
updated_at?: string;
|
|
2161
2163
|
};
|
|
2162
2164
|
Update: {
|
|
@@ -2177,25 +2179,26 @@ type Database = {
|
|
|
2177
2179
|
status?: string;
|
|
2178
2180
|
task_id?: string | null;
|
|
2179
2181
|
title?: string;
|
|
2182
|
+
type?: string;
|
|
2180
2183
|
updated_at?: string;
|
|
2181
2184
|
};
|
|
2182
2185
|
Relationships: [
|
|
2183
2186
|
{
|
|
2184
|
-
foreignKeyName: "
|
|
2187
|
+
foreignKeyName: "reported_requests_organization_id_fkey";
|
|
2185
2188
|
columns: ["organization_id"];
|
|
2186
2189
|
isOneToOne: false;
|
|
2187
2190
|
referencedRelation: "organizations";
|
|
2188
2191
|
referencedColumns: ["id"];
|
|
2189
2192
|
},
|
|
2190
2193
|
{
|
|
2191
|
-
foreignKeyName: "
|
|
2194
|
+
foreignKeyName: "reported_requests_project_id_fkey";
|
|
2192
2195
|
columns: ["project_id"];
|
|
2193
2196
|
isOneToOne: false;
|
|
2194
2197
|
referencedRelation: "prj_projects";
|
|
2195
2198
|
referencedColumns: ["id"];
|
|
2196
2199
|
},
|
|
2197
2200
|
{
|
|
2198
|
-
foreignKeyName: "
|
|
2201
|
+
foreignKeyName: "reported_requests_task_id_fkey";
|
|
2199
2202
|
columns: ["task_id"];
|
|
2200
2203
|
isOneToOne: false;
|
|
2201
2204
|
referencedRelation: "prj_tasks";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-PPKJKM3U.js';
|
|
2
2
|
import '../../chunk-TUMSNGTX.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
4
|
import '../../chunk-CEWTOKE7.js';
|
|
@@ -6,27 +6,27 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
6
6
|
import '../../chunk-PDHTXPSF.js';
|
|
7
7
|
import '../../chunk-GBMNCNHX.js';
|
|
8
8
|
import '../../chunk-7M2VOCYN.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-JAUU6TZU.js';
|
|
10
10
|
import '../../chunk-LXHZYSMQ.js';
|
|
11
11
|
import '../../chunk-BRXELOHC.js';
|
|
12
12
|
import '../../chunk-22UVE3RA.js';
|
|
13
13
|
import '../../chunk-3ZMAGTWF.js';
|
|
14
14
|
import '../../chunk-DKQQK3WX.js';
|
|
15
|
-
import '../../chunk-
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-5IBTTMWX.js';
|
|
16
|
+
import '../../chunk-R73EHHPN.js';
|
|
17
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
18
18
|
import '../../chunk-C7BX547M.js';
|
|
19
19
|
import '../../chunk-RX4UWZZR.js';
|
|
20
20
|
import '../../chunk-SQQGLGHW.js';
|
|
21
21
|
import '../../chunk-3KMDHCAR.js';
|
|
22
22
|
import '../../chunk-NYBEU5TE.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-ZB5GAV7J.js';
|
|
24
24
|
import '../../chunk-SZHARWKU.js';
|
|
25
25
|
import '../../chunk-NVOCKXUQ.js';
|
|
26
26
|
import '../../chunk-2IFYDILW.js';
|
|
27
27
|
import '../../chunk-ELJIFLCB.js';
|
|
28
28
|
import '../../chunk-L4XXM55J.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-FL67C3WY.js';
|
|
30
30
|
import '../../chunk-QJ2KCHKX.js';
|
|
31
31
|
import '../../chunk-DT3QYZVU.js';
|
|
32
32
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-TAUPDLQ7.js';
|
|
2
2
|
import '../../chunk-LGKLC5MG.js';
|
|
3
3
|
import '../../chunk-STZJ7SY5.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-M25JL54Z.js';
|
|
5
5
|
import '../../chunk-GHIPBT5V.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-JAUU6TZU.js';
|
|
8
8
|
import '../../chunk-LXHZYSMQ.js';
|
|
9
9
|
import '../../chunk-BRXELOHC.js';
|
|
10
10
|
import '../../chunk-22UVE3RA.js';
|
|
11
11
|
import '../../chunk-3ZMAGTWF.js';
|
|
12
12
|
import '../../chunk-DKQQK3WX.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
15
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-5IBTTMWX.js';
|
|
14
|
+
import '../../chunk-R73EHHPN.js';
|
|
15
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
16
16
|
import '../../chunk-C7BX547M.js';
|
|
17
17
|
import '../../chunk-RX4UWZZR.js';
|
|
18
18
|
import '../../chunk-SQQGLGHW.js';
|
|
19
19
|
import '../../chunk-3KMDHCAR.js';
|
|
20
20
|
import '../../chunk-NYBEU5TE.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-ZB5GAV7J.js';
|
|
22
22
|
import '../../chunk-SZHARWKU.js';
|
|
23
23
|
import '../../chunk-NVOCKXUQ.js';
|
|
24
24
|
import '../../chunk-2IFYDILW.js';
|
|
25
25
|
import '../../chunk-ELJIFLCB.js';
|
|
26
26
|
import '../../chunk-L4XXM55J.js';
|
|
27
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-FL67C3WY.js';
|
|
28
28
|
import '../../chunk-QJ2KCHKX.js';
|
|
29
29
|
import '../../chunk-DT3QYZVU.js';
|
|
30
30
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -2077,7 +2077,7 @@ type Database = {
|
|
|
2077
2077
|
},
|
|
2078
2078
|
]
|
|
2079
2079
|
}
|
|
2080
|
-
|
|
2080
|
+
reported_requests: {
|
|
2081
2081
|
Row: {
|
|
2082
2082
|
affected_page: string | null
|
|
2083
2083
|
category: string
|
|
@@ -2096,6 +2096,7 @@ type Database = {
|
|
|
2096
2096
|
status: string
|
|
2097
2097
|
task_id: string | null
|
|
2098
2098
|
title: string
|
|
2099
|
+
type: string
|
|
2099
2100
|
updated_at: string
|
|
2100
2101
|
}
|
|
2101
2102
|
Insert: {
|
|
@@ -2116,6 +2117,7 @@ type Database = {
|
|
|
2116
2117
|
status?: string
|
|
2117
2118
|
task_id?: string | null
|
|
2118
2119
|
title: string
|
|
2120
|
+
type: string
|
|
2119
2121
|
updated_at?: string
|
|
2120
2122
|
}
|
|
2121
2123
|
Update: {
|
|
@@ -2136,25 +2138,26 @@ type Database = {
|
|
|
2136
2138
|
status?: string
|
|
2137
2139
|
task_id?: string | null
|
|
2138
2140
|
title?: string
|
|
2141
|
+
type?: string
|
|
2139
2142
|
updated_at?: string
|
|
2140
2143
|
}
|
|
2141
2144
|
Relationships: [
|
|
2142
2145
|
{
|
|
2143
|
-
foreignKeyName: "
|
|
2146
|
+
foreignKeyName: "reported_requests_organization_id_fkey"
|
|
2144
2147
|
columns: ["organization_id"]
|
|
2145
2148
|
isOneToOne: false
|
|
2146
2149
|
referencedRelation: "organizations"
|
|
2147
2150
|
referencedColumns: ["id"]
|
|
2148
2151
|
},
|
|
2149
2152
|
{
|
|
2150
|
-
foreignKeyName: "
|
|
2153
|
+
foreignKeyName: "reported_requests_project_id_fkey"
|
|
2151
2154
|
columns: ["project_id"]
|
|
2152
2155
|
isOneToOne: false
|
|
2153
2156
|
referencedRelation: "prj_projects"
|
|
2154
2157
|
referencedColumns: ["id"]
|
|
2155
2158
|
},
|
|
2156
2159
|
{
|
|
2157
|
-
foreignKeyName: "
|
|
2160
|
+
foreignKeyName: "reported_requests_task_id_fkey"
|
|
2158
2161
|
columns: ["task_id"]
|
|
2159
2162
|
isOneToOne: false
|
|
2160
2163
|
referencedRelation: "prj_tasks"
|
|
@@ -1,5 +1,5 @@
|
|
|
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-QFEQWAPQ.js';
|
|
2
|
+
import '../../chunk-442LZPIR.js';
|
|
3
3
|
import '../../chunk-TUMSNGTX.js';
|
|
4
4
|
import '../../chunk-BZZCNLT6.js';
|
|
5
5
|
import '../../chunk-CEWTOKE7.js';
|
|
@@ -7,27 +7,27 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
7
7
|
import '../../chunk-PDHTXPSF.js';
|
|
8
8
|
import '../../chunk-GBMNCNHX.js';
|
|
9
9
|
import '../../chunk-7M2VOCYN.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-JAUU6TZU.js';
|
|
11
11
|
import '../../chunk-LXHZYSMQ.js';
|
|
12
12
|
import '../../chunk-BRXELOHC.js';
|
|
13
13
|
import '../../chunk-22UVE3RA.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
15
|
import '../../chunk-DKQQK3WX.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-5IBTTMWX.js';
|
|
17
|
+
import '../../chunk-R73EHHPN.js';
|
|
18
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
19
19
|
import '../../chunk-C7BX547M.js';
|
|
20
20
|
import '../../chunk-RX4UWZZR.js';
|
|
21
21
|
import '../../chunk-SQQGLGHW.js';
|
|
22
22
|
import '../../chunk-3KMDHCAR.js';
|
|
23
23
|
import '../../chunk-NYBEU5TE.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-ZB5GAV7J.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
26
|
import '../../chunk-NVOCKXUQ.js';
|
|
27
27
|
import '../../chunk-2IFYDILW.js';
|
|
28
28
|
import '../../chunk-ELJIFLCB.js';
|
|
29
29
|
import '../../chunk-L4XXM55J.js';
|
|
30
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-FL67C3WY.js';
|
|
31
31
|
import '../../chunk-QJ2KCHKX.js';
|
|
32
32
|
import '../../chunk-DT3QYZVU.js';
|
|
33
33
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LIST_TEMPLATE_OPTIONS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenDeliverabilityPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, buildListConfig, formatDate, getEnrichmentColor, getEnrichmentStatus, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-QFBENUS2.js';
|
|
2
|
+
import '../../chunk-C56A2MAS.js';
|
|
3
3
|
import '../../chunk-ROSMICXG.js';
|
|
4
4
|
import '../../chunk-ADSSLKKP.js';
|
|
5
|
-
import '../../chunk-
|
|
6
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-442LZPIR.js';
|
|
6
|
+
import '../../chunk-ETQRV5A6.js';
|
|
7
7
|
import '../../chunk-TUMSNGTX.js';
|
|
8
8
|
import '../../chunk-BZZCNLT6.js';
|
|
9
9
|
import '../../chunk-CEWTOKE7.js';
|
|
10
10
|
import '../../chunk-IIMU5YAJ.js';
|
|
11
11
|
import '../../chunk-PDHTXPSF.js';
|
|
12
12
|
import '../../chunk-GBMNCNHX.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-TAUPDLQ7.js';
|
|
14
14
|
import '../../chunk-LGKLC5MG.js';
|
|
15
15
|
import '../../chunk-STZJ7SY5.js';
|
|
16
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-M25JL54Z.js';
|
|
17
17
|
import '../../chunk-GHIPBT5V.js';
|
|
18
18
|
import '../../chunk-7M2VOCYN.js';
|
|
19
|
-
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-
|
|
19
|
+
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, useCompanies, useCompany, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useUpdateCompany, useUpdateContact } from '../../chunk-JAUU6TZU.js';
|
|
20
20
|
import '../../chunk-LXHZYSMQ.js';
|
|
21
21
|
import '../../chunk-BRXELOHC.js';
|
|
22
22
|
import '../../chunk-22UVE3RA.js';
|
|
23
23
|
import '../../chunk-3ZMAGTWF.js';
|
|
24
24
|
import '../../chunk-DKQQK3WX.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
-
import '../../chunk-
|
|
27
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-5IBTTMWX.js';
|
|
26
|
+
import '../../chunk-R73EHHPN.js';
|
|
27
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
28
28
|
import '../../chunk-C7BX547M.js';
|
|
29
29
|
import '../../chunk-RX4UWZZR.js';
|
|
30
30
|
import '../../chunk-SQQGLGHW.js';
|
|
31
31
|
import '../../chunk-3KMDHCAR.js';
|
|
32
32
|
import '../../chunk-NYBEU5TE.js';
|
|
33
|
-
import '../../chunk-
|
|
33
|
+
import '../../chunk-ZB5GAV7J.js';
|
|
34
34
|
import '../../chunk-SZHARWKU.js';
|
|
35
35
|
import '../../chunk-NVOCKXUQ.js';
|
|
36
36
|
import '../../chunk-2IFYDILW.js';
|
|
37
37
|
import '../../chunk-ELJIFLCB.js';
|
|
38
38
|
import '../../chunk-L4XXM55J.js';
|
|
39
|
-
import '../../chunk-
|
|
39
|
+
import '../../chunk-FL67C3WY.js';
|
|
40
40
|
import '../../chunk-QJ2KCHKX.js';
|
|
41
41
|
import '../../chunk-DT3QYZVU.js';
|
|
42
42
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-IO75JNQE.js';
|
|
2
|
+
import '../../chunk-ETQRV5A6.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
4
|
import '../../chunk-GBMNCNHX.js';
|
|
5
5
|
import '../../chunk-LGKLC5MG.js';
|
|
6
6
|
import '../../chunk-STZJ7SY5.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-M25JL54Z.js';
|
|
8
8
|
import '../../chunk-GHIPBT5V.js';
|
|
9
9
|
import '../../chunk-7M2VOCYN.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-JAUU6TZU.js';
|
|
11
11
|
import '../../chunk-LXHZYSMQ.js';
|
|
12
12
|
import '../../chunk-BRXELOHC.js';
|
|
13
13
|
import '../../chunk-22UVE3RA.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
15
|
import '../../chunk-DKQQK3WX.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-5IBTTMWX.js';
|
|
17
|
+
import '../../chunk-R73EHHPN.js';
|
|
18
|
+
import '../../chunk-WLOQ4IBG.js';
|
|
19
19
|
import '../../chunk-C7BX547M.js';
|
|
20
20
|
import '../../chunk-RX4UWZZR.js';
|
|
21
21
|
import '../../chunk-SQQGLGHW.js';
|
|
22
22
|
import '../../chunk-3KMDHCAR.js';
|
|
23
23
|
import '../../chunk-NYBEU5TE.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-ZB5GAV7J.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
26
|
import '../../chunk-NVOCKXUQ.js';
|
|
27
27
|
import '../../chunk-2IFYDILW.js';
|
|
28
28
|
import '../../chunk-ELJIFLCB.js';
|
|
29
29
|
import '../../chunk-L4XXM55J.js';
|
|
30
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-FL67C3WY.js';
|
|
31
31
|
import '../../chunk-QJ2KCHKX.js';
|
|
32
32
|
import '../../chunk-DT3QYZVU.js';
|
|
33
33
|
import '../../chunk-SLVC5OJ2.js';
|