@elevasis/ui 2.44.0 → 2.45.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 +2 -2
- package/dist/auth/index.js +2 -2
- package/dist/charts/index.js +2 -2
- package/dist/{chunk-BRXELOHC.js → chunk-MKH2KOAO.js} +1 -9
- package/dist/{chunk-B75DHNNJ.js → chunk-ROFDLSPG.js} +149 -147
- package/dist/components/index.js +2 -2
- package/dist/components/navigation/index.js +2 -2
- package/dist/features/auth/index.js +3 -3
- package/dist/features/clients/index.js +2 -2
- package/dist/features/crm/index.js +2 -2
- package/dist/features/dashboard/index.js +2 -2
- package/dist/features/delivery/index.js +2 -2
- package/dist/features/knowledge/index.js +2 -2
- package/dist/features/lead-gen/index.js +2 -2
- package/dist/features/monitoring/index.js +2 -2
- package/dist/features/monitoring/requests/index.js +3 -3
- package/dist/features/operations/index.js +2 -2
- package/dist/features/settings/index.js +2 -2
- package/dist/hooks/access/index.js +2 -2
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/published.d.ts +0 -1
- package/dist/hooks/published.js +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/knowledge/index.js +3 -3
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.js +2 -2
- package/dist/provider/index.js +2 -2
- package/dist/provider/published.js +2 -2
- package/dist/supabase/index.d.ts +3 -4
- package/dist/supabase/index.js +1 -1
- package/package.json +7 -4
package/dist/app/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { useSessionCheck, AppErrorBoundary, SidebarProvider, ElevasisSystemsProvider, useElevasisSystems, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer, SystemShell, ElevasisUIProvider } from '../chunk-
|
|
1
|
+
import { useSessionCheck, AppErrorBoundary, SidebarProvider, ElevasisSystemsProvider, useElevasisSystems, AppShellContainer, Sidebar, AppShellRightSideContainer, AppShellRightSideOuterContainer, SystemShell, ElevasisUIProvider } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/auth/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-
|
|
1
|
+
export { AccessGuard, AccessKeys, ProtectedRoute, useSessionCheck as useRefocusSessionCheck, useSessionCheck, useStableAccessToken } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/charts/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-
|
|
1
|
+
export { ActivityTrendChart, ChartFrame, CombinedTrendChart, CostTrendChart, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, HeroStatsRow, getSeriesColor, useCyberColors } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
@@ -10,14 +10,6 @@ function getSupabaseConfig() {
|
|
|
10
10
|
}
|
|
11
11
|
return { url, anonKey };
|
|
12
12
|
}
|
|
13
|
-
var _supabase = null;
|
|
14
|
-
function getSupabaseClient() {
|
|
15
|
-
if (!_supabase) {
|
|
16
|
-
const { url, anonKey } = getSupabaseConfig();
|
|
17
|
-
_supabase = createClient(url, anonKey);
|
|
18
|
-
}
|
|
19
|
-
return _supabase;
|
|
20
|
-
}
|
|
21
13
|
var useSupabase = () => {
|
|
22
14
|
const { getAccessToken } = useAuthContext();
|
|
23
15
|
const { url, anonKey } = getSupabaseConfig();
|
|
@@ -44,4 +36,4 @@ var useSupabase = () => {
|
|
|
44
36
|
);
|
|
45
37
|
};
|
|
46
38
|
|
|
47
|
-
export {
|
|
39
|
+
export { useSupabase };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { glassBase, mantineThemeOverride, createCssVariablesResolver, PresetsProvider, useAvailablePresets } from './chunk-NZ2F5RQ4.js';
|
|
2
2
|
import { PRESETS, getPreset, AppBackground, generateShades } from './chunk-OJJK27GC.js';
|
|
3
|
-
import { useSupabase } from './chunk-
|
|
3
|
+
import { useSupabase } from './chunk-MKH2KOAO.js';
|
|
4
4
|
import { StyledMarkdown, ChatHeader, ChatSidebar } from './chunk-GUKY77FJ.js';
|
|
5
5
|
import { CardHeader } from './chunk-S3XR4II4.js';
|
|
6
6
|
import { useInitialization, InitializationContext, InitializationProvider } from './chunk-6DO4PE3O.js';
|
|
@@ -2418,6 +2418,7 @@ function deriveActions(deal, actions = []) {
|
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
2420
|
// ../core/src/organization-model/contracts.ts
|
|
2421
|
+
var PROJECTS_SYSTEM_ID = "platform.projects";
|
|
2421
2422
|
var PROJECTS_VIEW_ACTION_ID = "delivery.projects.view";
|
|
2422
2423
|
|
|
2423
2424
|
// ../core/src/organization-model/defaults.ts
|
|
@@ -22452,7 +22453,7 @@ var ENTITY_ENTRY_INPUTS = [
|
|
|
22452
22453
|
order: 60,
|
|
22453
22454
|
label: "Project",
|
|
22454
22455
|
description: "A project.",
|
|
22455
|
-
ownedBySystemId: "projects",
|
|
22456
|
+
ownedBySystemId: "platform.projects",
|
|
22456
22457
|
table: "projects",
|
|
22457
22458
|
links: [
|
|
22458
22459
|
{ toEntity: "delivery.milestone", kind: "has-many", via: "project_id", label: "milestones" },
|
|
@@ -22464,7 +22465,7 @@ var ENTITY_ENTRY_INPUTS = [
|
|
|
22464
22465
|
order: 70,
|
|
22465
22466
|
label: "Milestone",
|
|
22466
22467
|
description: "A checkpoint within a project.",
|
|
22467
|
-
ownedBySystemId: "projects",
|
|
22468
|
+
ownedBySystemId: "platform.projects",
|
|
22468
22469
|
table: "project_milestones",
|
|
22469
22470
|
links: [
|
|
22470
22471
|
{ toEntity: "delivery.project", kind: "belongs-to", via: "project_id", label: "project" },
|
|
@@ -22476,7 +22477,7 @@ var ENTITY_ENTRY_INPUTS = [
|
|
|
22476
22477
|
order: 80,
|
|
22477
22478
|
label: "Task",
|
|
22478
22479
|
description: "A task that can move through the task status catalog.",
|
|
22479
|
-
ownedBySystemId: "projects",
|
|
22480
|
+
ownedBySystemId: "platform.projects",
|
|
22480
22481
|
table: "project_tasks",
|
|
22481
22482
|
stateCatalogId: "delivery.task",
|
|
22482
22483
|
links: [
|
|
@@ -22725,9 +22726,9 @@ var mdxKnowledgeNodes = [
|
|
|
22725
22726
|
{
|
|
22726
22727
|
"target": {
|
|
22727
22728
|
"kind": "system",
|
|
22728
|
-
"id": "projects"
|
|
22729
|
+
"id": "platform.projects"
|
|
22729
22730
|
},
|
|
22730
|
-
"nodeId": "system:projects"
|
|
22731
|
+
"nodeId": "system:platform.projects"
|
|
22731
22732
|
}
|
|
22732
22733
|
],
|
|
22733
22734
|
"ownerIds": [],
|
|
@@ -22745,9 +22746,9 @@ var mdxKnowledgeNodes = [
|
|
|
22745
22746
|
{
|
|
22746
22747
|
"target": {
|
|
22747
22748
|
"kind": "system",
|
|
22748
|
-
"id": "projects"
|
|
22749
|
+
"id": "platform.projects"
|
|
22749
22750
|
},
|
|
22750
|
-
"nodeId": "system:projects"
|
|
22751
|
+
"nodeId": "system:platform.projects"
|
|
22751
22752
|
}
|
|
22752
22753
|
],
|
|
22753
22754
|
"ownerIds": [],
|
|
@@ -22765,9 +22766,9 @@ var mdxKnowledgeNodes = [
|
|
|
22765
22766
|
{
|
|
22766
22767
|
"target": {
|
|
22767
22768
|
"kind": "system",
|
|
22768
|
-
"id": "projects"
|
|
22769
|
+
"id": "platform.projects"
|
|
22769
22770
|
},
|
|
22770
|
-
"nodeId": "system:projects"
|
|
22771
|
+
"nodeId": "system:platform.projects"
|
|
22771
22772
|
}
|
|
22772
22773
|
],
|
|
22773
22774
|
"ownerIds": [],
|
|
@@ -22785,9 +22786,9 @@ var mdxKnowledgeNodes = [
|
|
|
22785
22786
|
{
|
|
22786
22787
|
"target": {
|
|
22787
22788
|
"kind": "system",
|
|
22788
|
-
"id": "projects"
|
|
22789
|
+
"id": "platform.projects"
|
|
22789
22790
|
},
|
|
22790
|
-
"nodeId": "system:projects"
|
|
22791
|
+
"nodeId": "system:platform.projects"
|
|
22791
22792
|
}
|
|
22792
22793
|
],
|
|
22793
22794
|
"ownerIds": [],
|
|
@@ -22805,9 +22806,9 @@ var mdxKnowledgeNodes = [
|
|
|
22805
22806
|
{
|
|
22806
22807
|
"target": {
|
|
22807
22808
|
"kind": "system",
|
|
22808
|
-
"id": "projects"
|
|
22809
|
+
"id": "platform.projects"
|
|
22809
22810
|
},
|
|
22810
|
-
"nodeId": "system:projects"
|
|
22811
|
+
"nodeId": "system:platform.projects"
|
|
22811
22812
|
}
|
|
22812
22813
|
],
|
|
22813
22814
|
"ownerIds": [],
|
|
@@ -22825,9 +22826,9 @@ var mdxKnowledgeNodes = [
|
|
|
22825
22826
|
{
|
|
22826
22827
|
"target": {
|
|
22827
22828
|
"kind": "system",
|
|
22828
|
-
"id": "projects"
|
|
22829
|
+
"id": "platform.projects"
|
|
22829
22830
|
},
|
|
22830
|
-
"nodeId": "system:projects"
|
|
22831
|
+
"nodeId": "system:platform.projects"
|
|
22831
22832
|
}
|
|
22832
22833
|
],
|
|
22833
22834
|
"ownerIds": [],
|
|
@@ -22845,9 +22846,9 @@ var mdxKnowledgeNodes = [
|
|
|
22845
22846
|
{
|
|
22846
22847
|
"target": {
|
|
22847
22848
|
"kind": "system",
|
|
22848
|
-
"id": "projects"
|
|
22849
|
+
"id": "platform.projects"
|
|
22849
22850
|
},
|
|
22850
|
-
"nodeId": "system:projects"
|
|
22851
|
+
"nodeId": "system:platform.projects"
|
|
22851
22852
|
}
|
|
22852
22853
|
],
|
|
22853
22854
|
"ownerIds": [],
|
|
@@ -22865,9 +22866,9 @@ var mdxKnowledgeNodes = [
|
|
|
22865
22866
|
{
|
|
22866
22867
|
"target": {
|
|
22867
22868
|
"kind": "system",
|
|
22868
|
-
"id": "projects"
|
|
22869
|
+
"id": "platform.projects"
|
|
22869
22870
|
},
|
|
22870
|
-
"nodeId": "system:projects"
|
|
22871
|
+
"nodeId": "system:platform.projects"
|
|
22871
22872
|
}
|
|
22872
22873
|
],
|
|
22873
22874
|
"ownerIds": [],
|
|
@@ -22885,9 +22886,9 @@ var mdxKnowledgeNodes = [
|
|
|
22885
22886
|
{
|
|
22886
22887
|
"target": {
|
|
22887
22888
|
"kind": "system",
|
|
22888
|
-
"id": "projects"
|
|
22889
|
+
"id": "platform.projects"
|
|
22889
22890
|
},
|
|
22890
|
-
"nodeId": "system:projects"
|
|
22891
|
+
"nodeId": "system:platform.projects"
|
|
22891
22892
|
}
|
|
22892
22893
|
],
|
|
22893
22894
|
"ownerIds": [],
|
|
@@ -22928,7 +22929,7 @@ var platformInlineKnowledgeNodes = [
|
|
|
22928
22929
|
title: "Organization Model Schema Reference",
|
|
22929
22930
|
summary: "Technical reference for the OrganizationModel Zod schema: all top-level domains, the graph contract orientation, authored primitives versus projected graph nodes, and versioning rules.",
|
|
22930
22931
|
body: "## Schema\n\nThe `OrganizationModel` schema is defined in `packages/core/src/organization-model/schema.ts`. It is versioned at `version: 1` and composed from domain sub-schemas. The OM is the authoritative contract for the organization: downstream surfaces including Command View, the Knowledge Browser, and the navigation shell are all derived projections from this schema.\n\n## Top-Level Domains\n\nThese are the current top-level fields on `OrganizationModel`. There is no live `features` or `capabilities` top-level field -- those terms are legacy wording and should not appear as authored OM primitives.\n\n- `version` -- schema version, currently locked at `1`\n- `domainMetadata` -- per-domain version and `lastModified` tracking\n- `branding` -- organization name, logo, color identity\n- `navigation` -- surfaces, groups, and defaultSurfaceId for shell routing\n- `sales` -- sales domain including pipeline entity references\n- `prospecting` -- lead generation stages, entity references, and pipeline config\n- `projects` -- project, milestone, and task entity references\n- `identity` -- organization identity fields\n- `customers` -- customer segment definitions\n- `offerings` -- product and service definitions linked to customer segments\n- `roles` -- role definitions with reportsToId hierarchy and agentId holder support\n- `goals` -- OKR-style objectives with period ranges and system links\n- `systems` -- the backbone: hierarchical bounded contexts with dotted IDs and parentSystemId\n- `resources` -- governance descriptors for workflows, agents, integrations, triggers, and scripts; resource identity lives here, not in a separate deployment manifest\n- `actions` -- the invokable semantic layer; actions map to resources, affect entities, bind to knowledge, and expose invocation types (slash command, MCP tool, API endpoint, script execution)\n- `entities` -- business objects owned by systems, with table metadata, state catalogs, and typed entity links\n- `policies` -- governance rules applied to systems, actions, resources, and roles\n- `statuses` -- runtime semantic status registry\n- `knowledge` -- first-class OM content backed by inline nodes and MDX source nodes\n\n## Graph Contract\n\nThe OM is projected into a typed graph by `buildOrganizationGraph()` in `packages/core/src/organization-model/graph/build.ts`.\n\n**Node kinds:** `organization`, `system`, `role`, `action`, `entity`, `event`, `policy`, `stage`, `resource`, `knowledge`\n\n**Edge kinds:** `contains`, `references`, `maps_to`, `uses`, `governs`, `links`, `affects`, `emits`, `originates_from`, `triggers`, `applies_to`, `effects`\n\nThe `resourceType` overlay on resource nodes is a separate enum: `workflow`, `agent`, `trigger`, `integration`, `external`, `human_checkpoint`, `script`.\n\n## Authored Primitives vs Projected Graph Nodes\n\nAuthored primitives are what you write directly in the OM: `systems`, `roles`, `resources`, `actions`, `entities`, `policies`, `knowledge`. The graph builder reads these and emits a richer set of typed nodes and edges. Events, for example, are not authored directly -- they are projected from resource `emits` declarations. Stages are projected from prospecting stage catalogs.\n\n## Command View\n\nCommand View is a derived operational projection of the OM graph. It visualizes systems, resources, actions, entities, and relationships using the same node and edge taxonomy as `buildOrganizationGraph()`. It does not have a separate deployment manifest model -- the OM `resources` domain is the single source of resource identity.",
|
|
22931
|
-
links: [{ nodeId: "system:projects" }, { nodeId: "ontology:projects:catalog/task-status-flow" }],
|
|
22932
|
+
links: [{ nodeId: "system:platform.projects" }, { nodeId: "ontology:platform.projects:catalog/task-status-flow" }],
|
|
22932
22933
|
ownerIds: [],
|
|
22933
22934
|
updatedAt: "2026-05-14"
|
|
22934
22935
|
},
|
|
@@ -23382,7 +23383,7 @@ Each stage desensitizes one fear at a time. Never skip ahead. The goal is consis
|
|
|
23382
23383
|
title: "Platform Systems Overview",
|
|
23383
23384
|
summary: "Authoritative overview of the Elevasis AI Orchestration Platform systems -- what's built, what each system does, and how the pieces fit together",
|
|
23384
23385
|
body: "## Overview\n\nElevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production.\n\n**Core Architecture:**\n\n| Layer | What It Does | Key Components |\n| --- | --- | --- |\n| **Execution** | Runs workflows and agents with schema validation | Workflow Engine, Agent Framework, Execution Runner |\n| **Control** | Human oversight, approvals, and decision capture | Command Queue (HITL), Dynamic Forms, Action System |\n| **Intelligence** | Autonomous reasoning, tool use, and memory management | ReAct Agents, Knowledge Map, Session Memory |\n| **Observability** | Real-time visibility into cost, performance, and health | Cost Tracking, Metrics, Activity Log, SSE Streaming |\n| **Platform** | Multi-tenancy, security, scheduling, integrations | Registry, RLS, Scheduler, Credential Vault, SDK |\n\n## Execution Engine\n\n### AI Workflows\n\nGraph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow.\n\n### Autonomous Agents\n\nProduction-grade ReAct-style agents with tool use, memory management, and security hardening.\n\n**LLM Provider Support:** OpenAI (GPT-5), Google (Gemini 3 Flash), Anthropic (Claude Sonnet 4.5), OpenRouter (GLM-5)\n\n## Human-in-the-Loop (HITL)\n\nThe Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision \xE2\u20AC\u201D sending emails to prospects, updating customer records, publishing content \xE2\u20AC\u201D requires human approval.\n\n## Knowledge Map\n\nOrganizational knowledge loaded lazily into agent context. 80-95% token savings vs. always-loading full context. Nodes link to features, teams, and other nodes.\n\n## Integrations (13 active)\n\nAttio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Google Gemini, Anthropic Claude.\n\n## SDK\n\nTypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via `elevasis-sdk deploy`.",
|
|
23385
|
-
links: [{ nodeId: "system:projects" }],
|
|
23386
|
+
links: [{ nodeId: "system:platform.projects" }],
|
|
23386
23387
|
ownerIds: [],
|
|
23387
23388
|
updatedAt: "2026-05-02"
|
|
23388
23389
|
},
|
|
@@ -23599,7 +23600,7 @@ var platformNavigation = {
|
|
|
23599
23600
|
surfaceType: "page",
|
|
23600
23601
|
icon: "projects",
|
|
23601
23602
|
order: 30,
|
|
23602
|
-
targets: { systems: ["projects"] }
|
|
23603
|
+
targets: { systems: ["platform.projects"] }
|
|
23603
23604
|
}
|
|
23604
23605
|
}
|
|
23605
23606
|
},
|
|
@@ -23622,7 +23623,7 @@ var platformNavigation = {
|
|
|
23622
23623
|
path: "/operations/systems",
|
|
23623
23624
|
surfaceType: "page",
|
|
23624
23625
|
order: 20,
|
|
23625
|
-
targets: { systems: ["sales", "client-management", "projects", "seo", "platform"] }
|
|
23626
|
+
targets: { systems: ["sales", "client-management", "platform.projects", "seo", "platform"] }
|
|
23626
23627
|
},
|
|
23627
23628
|
"operations-resources": {
|
|
23628
23629
|
type: "surface",
|
|
@@ -23852,7 +23853,7 @@ function getPlatformOwnerRoleId(systemId) {
|
|
|
23852
23853
|
return "role.client-support-operator";
|
|
23853
23854
|
case "platform":
|
|
23854
23855
|
return "role.operator";
|
|
23855
|
-
case "projects":
|
|
23856
|
+
case "platform.projects":
|
|
23856
23857
|
default:
|
|
23857
23858
|
return "role.operator";
|
|
23858
23859
|
}
|
|
@@ -25091,7 +25092,7 @@ var platformResourceDescriptors = defineResources(
|
|
|
25091
25092
|
id: "command-center-assistant",
|
|
25092
25093
|
order: 1e4,
|
|
25093
25094
|
kind: "agent",
|
|
25094
|
-
systemPath: "projects",
|
|
25095
|
+
systemPath: "platform.projects",
|
|
25095
25096
|
ownerRoleId: "role.operator",
|
|
25096
25097
|
actsAsRoleId: "role.operator",
|
|
25097
25098
|
status: "active",
|
|
@@ -25134,7 +25135,7 @@ var platformRoles = {
|
|
|
25134
25135
|
"Own platform operations knowledge and keep operational playbooks aligned with active systems.",
|
|
25135
25136
|
"Maintain platform utilities, diagnostics, and resource governance health."
|
|
25136
25137
|
],
|
|
25137
|
-
responsibleFor: ["client-management", "sales", "projects", "seo", "platform"]
|
|
25138
|
+
responsibleFor: ["client-management", "sales", "platform.projects", "seo", "platform"]
|
|
25138
25139
|
},
|
|
25139
25140
|
"role.growth-operator": {
|
|
25140
25141
|
id: "role.growth-operator",
|
|
@@ -25477,6 +25478,124 @@ var platformSystems = {
|
|
|
25477
25478
|
path: "/monitoring/requests",
|
|
25478
25479
|
surfaces: []
|
|
25479
25480
|
}
|
|
25481
|
+
},
|
|
25482
|
+
projects: {
|
|
25483
|
+
id: "platform.projects",
|
|
25484
|
+
parentSystemId: "platform",
|
|
25485
|
+
order: 90,
|
|
25486
|
+
label: "Projects",
|
|
25487
|
+
description: "Projects, milestones, and work execution.",
|
|
25488
|
+
kind: "operational",
|
|
25489
|
+
governedByKnowledge: [],
|
|
25490
|
+
drivesGoals: [],
|
|
25491
|
+
lifecycle: "beta",
|
|
25492
|
+
ui: {
|
|
25493
|
+
path: "/projects",
|
|
25494
|
+
surfaces: [],
|
|
25495
|
+
icon: "briefcase"
|
|
25496
|
+
},
|
|
25497
|
+
config: {
|
|
25498
|
+
defaultProjectStatusFlowId: "platform.projects:catalog/project-status-flow",
|
|
25499
|
+
defaultMilestoneStatusFlowId: "platform.projects:catalog/milestone-status-flow",
|
|
25500
|
+
defaultTaskStatusFlowId: "platform.projects:catalog/task-status-flow"
|
|
25501
|
+
},
|
|
25502
|
+
ontology: {
|
|
25503
|
+
objectTypes: {
|
|
25504
|
+
"platform.projects:object/project": {
|
|
25505
|
+
id: "platform.projects:object/project",
|
|
25506
|
+
label: "Project",
|
|
25507
|
+
description: "A project tracked from active work through completion.",
|
|
25508
|
+
ownerSystemId: "platform.projects",
|
|
25509
|
+
properties: {
|
|
25510
|
+
id: { valueType: "global:value-type/uuid", identity: true },
|
|
25511
|
+
status: { catalogType: "platform.projects:catalog/project-status-flow" }
|
|
25512
|
+
}
|
|
25513
|
+
},
|
|
25514
|
+
"platform.projects:object/milestone": {
|
|
25515
|
+
id: "platform.projects:object/milestone",
|
|
25516
|
+
label: "Milestone",
|
|
25517
|
+
description: "A major project checkpoint used to coordinate progress.",
|
|
25518
|
+
ownerSystemId: "platform.projects",
|
|
25519
|
+
properties: {
|
|
25520
|
+
id: { valueType: "global:value-type/uuid", identity: true },
|
|
25521
|
+
projectId: { objectType: "platform.projects:object/project" },
|
|
25522
|
+
status: { catalogType: "platform.projects:catalog/milestone-status-flow" }
|
|
25523
|
+
}
|
|
25524
|
+
},
|
|
25525
|
+
"platform.projects:object/task": {
|
|
25526
|
+
id: "platform.projects:object/task",
|
|
25527
|
+
label: "Task",
|
|
25528
|
+
description: "An actionable unit of project work.",
|
|
25529
|
+
ownerSystemId: "platform.projects",
|
|
25530
|
+
properties: {
|
|
25531
|
+
id: { valueType: "global:value-type/uuid", identity: true },
|
|
25532
|
+
projectId: { objectType: "platform.projects:object/project" },
|
|
25533
|
+
milestoneId: { objectType: "platform.projects:object/milestone" },
|
|
25534
|
+
status: { catalogType: "platform.projects:catalog/task-status-flow" }
|
|
25535
|
+
}
|
|
25536
|
+
}
|
|
25537
|
+
},
|
|
25538
|
+
linkTypes: {
|
|
25539
|
+
"platform.projects:link/project-milestone": {
|
|
25540
|
+
id: "platform.projects:link/project-milestone",
|
|
25541
|
+
label: "Project milestone",
|
|
25542
|
+
ownerSystemId: "platform.projects",
|
|
25543
|
+
from: "platform.projects:object/project",
|
|
25544
|
+
to: "platform.projects:object/milestone",
|
|
25545
|
+
cardinality: "one-to-many",
|
|
25546
|
+
via: "project_id"
|
|
25547
|
+
},
|
|
25548
|
+
"platform.projects:link/project-task": {
|
|
25549
|
+
id: "platform.projects:link/project-task",
|
|
25550
|
+
label: "Project task",
|
|
25551
|
+
ownerSystemId: "platform.projects",
|
|
25552
|
+
from: "platform.projects:object/project",
|
|
25553
|
+
to: "platform.projects:object/task",
|
|
25554
|
+
cardinality: "one-to-many",
|
|
25555
|
+
via: "project_id"
|
|
25556
|
+
}
|
|
25557
|
+
},
|
|
25558
|
+
catalogTypes: {
|
|
25559
|
+
"platform.projects:catalog/project-status-flow": {
|
|
25560
|
+
id: "platform.projects:catalog/project-status-flow",
|
|
25561
|
+
label: "Project Statuses",
|
|
25562
|
+
ownerSystemId: "platform.projects",
|
|
25563
|
+
kind: "status-flow",
|
|
25564
|
+
appliesTo: "platform.projects:object/project",
|
|
25565
|
+
entries: {
|
|
25566
|
+
active: { label: "Active", semanticClass: "active", order: 10 },
|
|
25567
|
+
"on-hold": { label: "On Hold", semanticClass: "blocked", order: 20 },
|
|
25568
|
+
completed: { label: "Completed", semanticClass: "completed", order: 30 },
|
|
25569
|
+
cancelled: { label: "Cancelled", semanticClass: "cancelled", order: 40 }
|
|
25570
|
+
}
|
|
25571
|
+
},
|
|
25572
|
+
"platform.projects:catalog/milestone-status-flow": {
|
|
25573
|
+
id: "platform.projects:catalog/milestone-status-flow",
|
|
25574
|
+
label: "Milestone Statuses",
|
|
25575
|
+
ownerSystemId: "platform.projects",
|
|
25576
|
+
kind: "status-flow",
|
|
25577
|
+
appliesTo: "platform.projects:object/milestone",
|
|
25578
|
+
entries: {
|
|
25579
|
+
pending: { label: "Pending", semanticClass: "open", order: 10 },
|
|
25580
|
+
"in-progress": { label: "In Progress", semanticClass: "active", order: 20 },
|
|
25581
|
+
completed: { label: "Completed", semanticClass: "completed", order: 30 }
|
|
25582
|
+
}
|
|
25583
|
+
},
|
|
25584
|
+
"platform.projects:catalog/task-status-flow": {
|
|
25585
|
+
id: "platform.projects:catalog/task-status-flow",
|
|
25586
|
+
label: "Task Statuses",
|
|
25587
|
+
ownerSystemId: "platform.projects",
|
|
25588
|
+
kind: "status-flow",
|
|
25589
|
+
appliesTo: "platform.projects:object/task",
|
|
25590
|
+
entries: {
|
|
25591
|
+
todo: { label: "To Do", semanticClass: "open", order: 10 },
|
|
25592
|
+
"in-progress": { label: "In Progress", semanticClass: "active", order: 20 },
|
|
25593
|
+
blocked: { label: "Blocked", semanticClass: "blocked", order: 30 },
|
|
25594
|
+
done: { label: "Done", semanticClass: "completed", order: 40 }
|
|
25595
|
+
}
|
|
25596
|
+
}
|
|
25597
|
+
}
|
|
25598
|
+
}
|
|
25480
25599
|
}
|
|
25481
25600
|
}
|
|
25482
25601
|
},
|
|
@@ -26365,123 +26484,6 @@ var platformSystems = {
|
|
|
26365
26484
|
}
|
|
26366
26485
|
}
|
|
26367
26486
|
},
|
|
26368
|
-
projects: {
|
|
26369
|
-
id: "projects",
|
|
26370
|
-
order: 90,
|
|
26371
|
-
label: "Projects",
|
|
26372
|
-
description: "Projects, milestones, and work execution.",
|
|
26373
|
-
kind: "operational",
|
|
26374
|
-
governedByKnowledge: [],
|
|
26375
|
-
drivesGoals: [],
|
|
26376
|
-
lifecycle: "beta",
|
|
26377
|
-
ui: {
|
|
26378
|
-
path: "/projects",
|
|
26379
|
-
surfaces: [],
|
|
26380
|
-
icon: "briefcase"
|
|
26381
|
-
},
|
|
26382
|
-
config: {
|
|
26383
|
-
defaultProjectStatusFlowId: "projects:catalog/project-status-flow",
|
|
26384
|
-
defaultMilestoneStatusFlowId: "projects:catalog/milestone-status-flow",
|
|
26385
|
-
defaultTaskStatusFlowId: "projects:catalog/task-status-flow"
|
|
26386
|
-
},
|
|
26387
|
-
ontology: {
|
|
26388
|
-
objectTypes: {
|
|
26389
|
-
"projects:object/project": {
|
|
26390
|
-
id: "projects:object/project",
|
|
26391
|
-
label: "Project",
|
|
26392
|
-
description: "A project tracked from active work through completion.",
|
|
26393
|
-
ownerSystemId: "projects",
|
|
26394
|
-
properties: {
|
|
26395
|
-
id: { valueType: "global:value-type/uuid", identity: true },
|
|
26396
|
-
status: { catalogType: "projects:catalog/project-status-flow" }
|
|
26397
|
-
}
|
|
26398
|
-
},
|
|
26399
|
-
"projects:object/milestone": {
|
|
26400
|
-
id: "projects:object/milestone",
|
|
26401
|
-
label: "Milestone",
|
|
26402
|
-
description: "A major project checkpoint used to coordinate progress.",
|
|
26403
|
-
ownerSystemId: "projects",
|
|
26404
|
-
properties: {
|
|
26405
|
-
id: { valueType: "global:value-type/uuid", identity: true },
|
|
26406
|
-
projectId: { objectType: "projects:object/project" },
|
|
26407
|
-
status: { catalogType: "projects:catalog/milestone-status-flow" }
|
|
26408
|
-
}
|
|
26409
|
-
},
|
|
26410
|
-
"projects:object/task": {
|
|
26411
|
-
id: "projects:object/task",
|
|
26412
|
-
label: "Task",
|
|
26413
|
-
description: "An actionable unit of project work.",
|
|
26414
|
-
ownerSystemId: "projects",
|
|
26415
|
-
properties: {
|
|
26416
|
-
id: { valueType: "global:value-type/uuid", identity: true },
|
|
26417
|
-
projectId: { objectType: "projects:object/project" },
|
|
26418
|
-
milestoneId: { objectType: "projects:object/milestone" },
|
|
26419
|
-
status: { catalogType: "projects:catalog/task-status-flow" }
|
|
26420
|
-
}
|
|
26421
|
-
}
|
|
26422
|
-
},
|
|
26423
|
-
linkTypes: {
|
|
26424
|
-
"projects:link/project-milestone": {
|
|
26425
|
-
id: "projects:link/project-milestone",
|
|
26426
|
-
label: "Project milestone",
|
|
26427
|
-
ownerSystemId: "projects",
|
|
26428
|
-
from: "projects:object/project",
|
|
26429
|
-
to: "projects:object/milestone",
|
|
26430
|
-
cardinality: "one-to-many",
|
|
26431
|
-
via: "project_id"
|
|
26432
|
-
},
|
|
26433
|
-
"projects:link/project-task": {
|
|
26434
|
-
id: "projects:link/project-task",
|
|
26435
|
-
label: "Project task",
|
|
26436
|
-
ownerSystemId: "projects",
|
|
26437
|
-
from: "projects:object/project",
|
|
26438
|
-
to: "projects:object/task",
|
|
26439
|
-
cardinality: "one-to-many",
|
|
26440
|
-
via: "project_id"
|
|
26441
|
-
}
|
|
26442
|
-
},
|
|
26443
|
-
catalogTypes: {
|
|
26444
|
-
"projects:catalog/project-status-flow": {
|
|
26445
|
-
id: "projects:catalog/project-status-flow",
|
|
26446
|
-
label: "Project Statuses",
|
|
26447
|
-
ownerSystemId: "projects",
|
|
26448
|
-
kind: "status-flow",
|
|
26449
|
-
appliesTo: "projects:object/project",
|
|
26450
|
-
entries: {
|
|
26451
|
-
active: { label: "Active", semanticClass: "active", order: 10 },
|
|
26452
|
-
"on-hold": { label: "On Hold", semanticClass: "blocked", order: 20 },
|
|
26453
|
-
completed: { label: "Completed", semanticClass: "completed", order: 30 },
|
|
26454
|
-
cancelled: { label: "Cancelled", semanticClass: "cancelled", order: 40 }
|
|
26455
|
-
}
|
|
26456
|
-
},
|
|
26457
|
-
"projects:catalog/milestone-status-flow": {
|
|
26458
|
-
id: "projects:catalog/milestone-status-flow",
|
|
26459
|
-
label: "Milestone Statuses",
|
|
26460
|
-
ownerSystemId: "projects",
|
|
26461
|
-
kind: "status-flow",
|
|
26462
|
-
appliesTo: "projects:object/milestone",
|
|
26463
|
-
entries: {
|
|
26464
|
-
pending: { label: "Pending", semanticClass: "open", order: 10 },
|
|
26465
|
-
"in-progress": { label: "In Progress", semanticClass: "active", order: 20 },
|
|
26466
|
-
completed: { label: "Completed", semanticClass: "completed", order: 30 }
|
|
26467
|
-
}
|
|
26468
|
-
},
|
|
26469
|
-
"projects:catalog/task-status-flow": {
|
|
26470
|
-
id: "projects:catalog/task-status-flow",
|
|
26471
|
-
label: "Task Statuses",
|
|
26472
|
-
ownerSystemId: "projects",
|
|
26473
|
-
kind: "status-flow",
|
|
26474
|
-
appliesTo: "projects:object/task",
|
|
26475
|
-
entries: {
|
|
26476
|
-
todo: { label: "To Do", semanticClass: "open", order: 10 },
|
|
26477
|
-
"in-progress": { label: "In Progress", semanticClass: "active", order: 20 },
|
|
26478
|
-
blocked: { label: "Blocked", semanticClass: "blocked", order: 30 },
|
|
26479
|
-
done: { label: "Done", semanticClass: "completed", order: 40 }
|
|
26480
|
-
}
|
|
26481
|
-
}
|
|
26482
|
-
}
|
|
26483
|
-
}
|
|
26484
|
-
},
|
|
26485
26487
|
seo: {
|
|
26486
26488
|
id: "seo",
|
|
26487
26489
|
order: 100,
|
|
@@ -33671,7 +33673,7 @@ var ProjectsSidebar = ({ children } = {}) => {
|
|
|
33671
33673
|
};
|
|
33672
33674
|
var deliveryManifest = {
|
|
33673
33675
|
key: "delivery",
|
|
33674
|
-
systemId:
|
|
33676
|
+
systemId: PROJECTS_SYSTEM_ID,
|
|
33675
33677
|
capabilityIds: [PROJECTS_VIEW_ACTION_ID],
|
|
33676
33678
|
icon: IconBriefcase
|
|
33677
33679
|
};
|
package/dist/components/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, 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-
|
|
1
|
+
export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CompanyDetailPage, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContactDetailPage, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, 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-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
export { StyledMarkdown } from '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { useBreadcrumbs } from '../../chunk-
|
|
1
|
+
export { useBreadcrumbs } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ProtectedRoute, AppearanceContext, AppShellError, useAppearance } from '../../chunk-
|
|
2
|
-
export { AccessGuard } from '../../chunk-
|
|
1
|
+
import { ProtectedRoute, AppearanceContext, AppShellError, useAppearance } from '../../chunk-ROFDLSPG.js';
|
|
2
|
+
export { AccessGuard } from '../../chunk-ROFDLSPG.js';
|
|
3
3
|
import '../../chunk-NZ2F5RQ4.js';
|
|
4
4
|
import '../../chunk-OJJK27GC.js';
|
|
5
5
|
import '../../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../../chunk-6M6OLGQY.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-MKH2KOAO.js';
|
|
8
8
|
import '../../chunk-GUKY77FJ.js';
|
|
9
9
|
import '../../chunk-SJHM4WDG.js';
|
|
10
10
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { useClientStatus, StatCard, EmptyState, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, SubshellContentContainer, PageContainer, PageTitleCaption, FilterBar, CenteredErrorState, useClient, showApiErrorNotification } from '../../chunk-
|
|
1
|
+
import { useClientStatus, StatCard, EmptyState, useCreateClient, CustomModal, useUpdateClient, useDeleteClient, usePaginationState, useClients, SubshellContentContainer, PageContainer, PageTitleCaption, FilterBar, CenteredErrorState, useClient, showApiErrorNotification } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
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-
|
|
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-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
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-
|
|
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-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { knowledgeManifest } from '../../chunk-
|
|
1
|
+
export { knowledgeManifest } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useLeadGenConfig, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-
|
|
1
|
+
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByAction, formatDate, getEnrichmentColor, getEnrichmentStatus, getLeadGenApiInterfaceReadiness, getLeadGenExportWorkflowId, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, isLeadGenExportAction, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useLeadGenConfig, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ConfirmationModal, RequestModal, usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, PageTitleCaption, FilterBar, TableSelectionToolbar, CustomModal, useRequest, ContextViewer, JsonViewer } from '../../../chunk-
|
|
2
|
-
export { RequestActionIcon, RequestModal, requestTopbarActionManifest } from '../../../chunk-
|
|
1
|
+
import { ConfirmationModal, RequestModal, usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, PageTitleCaption, FilterBar, TableSelectionToolbar, CustomModal, useRequest, ContextViewer, JsonViewer } from '../../../chunk-ROFDLSPG.js';
|
|
2
|
+
export { RequestActionIcon, RequestModal, requestTopbarActionManifest } from '../../../chunk-ROFDLSPG.js';
|
|
3
3
|
import '../../../chunk-NZ2F5RQ4.js';
|
|
4
4
|
import '../../../chunk-OJJK27GC.js';
|
|
5
5
|
import '../../../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../../../chunk-6M6OLGQY.js';
|
|
7
|
-
import '../../../chunk-
|
|
7
|
+
import '../../../chunk-MKH2KOAO.js';
|
|
8
8
|
import '../../../chunk-GUKY77FJ.js';
|
|
9
9
|
import '../../../chunk-SJHM4WDG.js';
|
|
10
10
|
import '../../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, DashboardOperationsOverview, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, SystemOpsView, WorkflowExecutionPanel, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, DashboardOperationsOverview, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, SystemOpsView, WorkflowExecutionPanel, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MyRolesPage, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MyRolesPage, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AccessKeys, useAccess } from '../../chunk-
|
|
1
|
+
export { AccessKeys, useAccess } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask2 as useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-
|
|
1
|
+
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask2 as useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../../chunk-OJJK27GC.js';
|
|
4
4
|
import '../../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../../chunk-ZTWA5H77.js';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -7745,7 +7745,6 @@ declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCo
|
|
|
7745
7745
|
type CommandViewVisualizationMode = 'explore';
|
|
7746
7746
|
|
|
7747
7747
|
type StatusFilter$1 = ResourceStatus | 'all';
|
|
7748
|
-
|
|
7749
7748
|
interface CommandViewStore {
|
|
7750
7749
|
statusFilter: StatusFilter$1;
|
|
7751
7750
|
setStatusFilter: (v: StatusFilter$1) => void;
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useAccess, 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, 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, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, 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, useSubmitRequest, 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-
|
|
1
|
+
export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useAccess, 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, 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, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, 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, useSubmitRequest, 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-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
@@ -7745,7 +7745,6 @@ declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCo
|
|
|
7745
7745
|
type CommandViewVisualizationMode = 'explore';
|
|
7746
7746
|
|
|
7747
7747
|
type StatusFilter$1 = ResourceStatus | 'all';
|
|
7748
|
-
|
|
7749
7748
|
interface CommandViewStore {
|
|
7750
7749
|
statusFilter: StatusFilter$1;
|
|
7751
7750
|
setStatusFilter: (v: StatusFilter$1) => void;
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useAccess, 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, 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, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, 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, useSubmitRequest, 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-
|
|
1
|
+
export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useAccess, 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, 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, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, 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, useSubmitRequest, 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-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -10258,7 +10258,6 @@ declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCo
|
|
|
10258
10258
|
type CommandViewVisualizationMode = 'explore';
|
|
10259
10259
|
|
|
10260
10260
|
type StatusFilter$2 = ResourceStatus | 'all';
|
|
10261
|
-
|
|
10262
10261
|
interface CommandViewStore {
|
|
10263
10262
|
statusFilter: StatusFilter$2;
|
|
10264
10263
|
setStatusFilter: (v: StatusFilter$2) => void;
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export { createElevasisQueryClient } from './chunk-UECAFQKT.js';
|
|
2
|
-
export { APIErrorAlert, AbsoluteScheduleForm, AccessGuard, AccessKeys, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, ActivityTrendChart, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, AppErrorBoundary, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, AppearanceProvider, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CenteredErrorState, ChartFrame, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CollapsibleSidebarGroup, CombinedTrendChart, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CostTrendChart, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialService, CredentialSettings, CrmActionsProvider, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, CyberParticles, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DEFAULT_SEMANTIC_ICON_REGISTRY, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisCoreProvider, ElevasisLoader, ElevasisSystemsProvider, ElevasisUIProvider, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, HeroStatsRow, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LinksGroup, ListActionsProvider, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, NotificationProvider, OAuthConnectModal, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipService, OrganizationMembershipsList, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PIPELINE_FUNNEL_ORDER, PageContainer, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, ProtectedRoute, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SemanticIcon, SessionMemory, Sidebar, SidebarContext, SidebarProvider, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, SystemShell, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, Topbar, TopbarActions, TopbarContainer, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, Vignette, VisualizerContainer, WebhookEndpointService, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, buildErrorReport, calculateProgress, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createOrganizationsSlice, createTestSystemsProvider, createUseOrgInitialization, createUseOrganizations, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, executionsKeys, extendSemanticIconRegistry, filterByDomainFilters, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getResourceFilterFacetIds, getSemanticIconComponent, getSeriesColor, getStatusColor, iconMap, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mdxComponents, milestoneKeys, milestoneStatusColors, monitoringManifest, noteKeys, noteTypeColors, observabilityKeys, operationsKeys, operationsManifest, projectActivityKeys, projectKeys, projectStatusColors, requestsKeys, resolveSemanticIconComponent, scheduleKeys, sessionsKeys, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, subsidebarWidth, taskKeys, taskStatusColors, taskTypeColors, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBreadcrumbs, 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, useCrmActions, useCrmPipelineSummary, useCrmQuickMetrics, useCyberColors, 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, useElevasisSystems, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphTheme, useInFlightExecutions, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNewKnowledgeMapLayout, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResolvedOrganizationModel, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSidebar, useSidebarCollapse, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSubmitRequest, 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-B75DHNNJ.js';
|
|
2
|
+
export { APIErrorAlert, AbsoluteScheduleForm, AccessGuard, AccessKeys, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, ActivityTrendChart, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeyService, ApiKeySettings, AppErrorBoundary, AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, AppearanceProvider, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CenteredErrorState, ChartFrame, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CollapsibleSidebarGroup, CombinedTrendChart, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CostTrendChart, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialService, CredentialSettings, CrmActionsProvider, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, CyberAreaChart, CyberDonut, CyberDonutTooltip, CyberLegendItem, CyberParticles, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DEFAULT_SEMANTIC_ICON_REGISTRY, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentService, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisCoreProvider, ElevasisLoader, ElevasisSystemsProvider, ElevasisUIProvider, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, HeroStatsRow, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, LinksGroup, ListActionsProvider, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, NotificationProvider, OAuthConnectModal, OperationsService, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipService, OrganizationMembershipsList, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PIPELINE_FUNNEL_ORDER, PageContainer, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, ProtectedRoute, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SemanticIcon, SessionMemory, Sidebar, SidebarContext, SidebarProvider, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, SystemShell, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, Topbar, TopbarActions, TopbarContainer, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, Vignette, VisualizerContainer, WebhookEndpointService, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, acquisitionListKeys, buildErrorReport, calculateProgress, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createOrganizationsSlice, createTestSystemsProvider, createUseOrgInitialization, createUseOrganizations, crmManifest, dealKeys, dealNoteKeys, dealTaskKeys, deliveryManifest, executionsKeys, extendSemanticIconRegistry, filterByDomainFilters, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getResourceFilterFacetIds, getSemanticIconComponent, getSeriesColor, getStatusColor, iconMap, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, mdxComponents, milestoneKeys, milestoneStatusColors, monitoringManifest, noteKeys, noteTypeColors, observabilityKeys, operationsKeys, operationsManifest, projectActivityKeys, projectKeys, projectStatusColors, requestsKeys, resolveSemanticIconComponent, scheduleKeys, sessionsKeys, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, sortData, subsidebarWidth, taskKeys, taskStatusColors, taskTypeColors, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBreadcrumbs, 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, useCrmActions, useCrmPipelineSummary, useCrmQuickMetrics, useCyberColors, 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, useElevasisSystems, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useGraphBackgroundStyles, useGraphTheme, useInFlightExecutions, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNewKnowledgeMapLayout, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentCrmActivity, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResolvedOrganizationModel, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSidebar, useSidebarCollapse, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSubmitRequest, 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-ROFDLSPG.js';
|
|
3
3
|
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, useAvailablePresets, usePresetsContext } from './chunk-NZ2F5RQ4.js';
|
|
4
4
|
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground, generateShades, getPreset, PRESETS as presets } from './chunk-OJJK27GC.js';
|
|
5
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';
|
|
6
6
|
export { answerValueSchema, checkboxWithOtherSchema, multiAnswerValueSchema, radioWithOtherSchema } from './chunk-6M6OLGQY.js';
|
|
7
|
-
import './chunk-
|
|
7
|
+
import './chunk-MKH2KOAO.js';
|
|
8
8
|
export { StyledMarkdown } from './chunk-GUKY77FJ.js';
|
|
9
9
|
export { createUseAppInitialization } from './chunk-SJHM4WDG.js';
|
|
10
10
|
import './chunk-ZTWA5H77.js';
|
package/dist/knowledge/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SemanticIcon, getKnowledgeIconToken, PageContainer, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-
|
|
2
|
-
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, extendSemanticIconRegistry, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-
|
|
1
|
+
import { SemanticIcon, getKnowledgeIconToken, PageContainer, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-ROFDLSPG.js';
|
|
2
|
+
export { KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, extendSemanticIconRegistry, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-ROFDLSPG.js';
|
|
3
3
|
import { usePresetsContext } from '../chunk-NZ2F5RQ4.js';
|
|
4
4
|
import '../chunk-OJJK27GC.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-MKH2KOAO.js';
|
|
8
8
|
import '../chunk-GUKY77FJ.js';
|
|
9
9
|
import '../chunk-SJHM4WDG.js';
|
|
10
10
|
import '../chunk-ZTWA5H77.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-
|
|
1
|
+
export { AppShellCenteredContainer, AppShellContainer, AppShellContentContainer, AppShellError, AppShellLoader, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, PageContainer, Sidebar, SidebarContext, SidebarProvider, SubshellContainer, SubshellContentContainer, SubshellLoader, SubshellNavList, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-
|
|
1
|
+
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/provider/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-
|
|
1
|
+
export { AppearanceProvider, ElevasisCoreProvider, ElevasisSystemsProvider, NotificationProvider, SystemShell, useAppearance, useElevasisSystems, useNotificationAdapter, useOptionalElevasisSystems } from '../chunk-ROFDLSPG.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-AUDNF2Q7.js';
|
|
5
5
|
import '../chunk-6M6OLGQY.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MKH2KOAO.js';
|
|
7
7
|
import '../chunk-GUKY77FJ.js';
|
|
8
8
|
import '../chunk-SJHM4WDG.js';
|
|
9
9
|
import '../chunk-ZTWA5H77.js';
|
package/dist/supabase/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _supabase_supabase_js from '@supabase/supabase-js';
|
|
2
2
|
|
|
3
3
|
type Json = string | number | boolean | null | {
|
|
4
4
|
[key: string]: Json | undefined;
|
|
@@ -3174,8 +3174,7 @@ type Database = {
|
|
|
3174
3174
|
};
|
|
3175
3175
|
};
|
|
3176
3176
|
|
|
3177
|
-
declare
|
|
3178
|
-
declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
3177
|
+
declare const useSupabase: () => _supabase_supabase_js.SupabaseClient<Database, "public", "public", {
|
|
3179
3178
|
Tables: {
|
|
3180
3179
|
acq_artifacts: {
|
|
3181
3180
|
Row: {
|
|
@@ -6193,4 +6192,4 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
6193
6192
|
PostgrestVersion: "12.2.3 (519615d)";
|
|
6194
6193
|
}>;
|
|
6195
6194
|
|
|
6196
|
-
export {
|
|
6195
|
+
export { useSupabase };
|
package/dist/supabase/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.45.0",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -257,6 +257,7 @@
|
|
|
257
257
|
"@tiptap/starter-kit": "^2.11.7",
|
|
258
258
|
"@types/react": "^19.2.2",
|
|
259
259
|
"@types/react-dom": "^19.1.9",
|
|
260
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
260
261
|
"cytoscape": "^3.33.1",
|
|
261
262
|
"cytoscape-fcose": "^2.2.0",
|
|
262
263
|
"globals": "^16.3.0",
|
|
@@ -270,9 +271,9 @@
|
|
|
270
271
|
"vite": "^7.0.0",
|
|
271
272
|
"vitest": "^3.2.4",
|
|
272
273
|
"@elevasis/sdk": "1.32.0",
|
|
273
|
-
"@repo/
|
|
274
|
-
"@repo/core": "0.41.0",
|
|
274
|
+
"@repo/core": "0.42.0",
|
|
275
275
|
"@repo/elevasis-core": "1.0.0",
|
|
276
|
+
"@repo/typescript-config": "0.0.0",
|
|
276
277
|
"@repo/eslint-config": "0.0.0"
|
|
277
278
|
},
|
|
278
279
|
"dependencies": {
|
|
@@ -280,7 +281,9 @@
|
|
|
280
281
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
281
282
|
"mantine-form-zod-resolver": "^1.3.0",
|
|
282
283
|
"prism-react-renderer": "^2.4.1",
|
|
283
|
-
"react-json-pretty": "^2.2.0"
|
|
284
|
+
"react-json-pretty": "^2.2.0",
|
|
285
|
+
"react-markdown": "^10.1.0",
|
|
286
|
+
"react-syntax-highlighter": "^16.1.0"
|
|
284
287
|
},
|
|
285
288
|
"peerDependenciesMeta": {
|
|
286
289
|
"@mantine/core": {
|