@elevasis/ui 2.20.0 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +2 -2
- package/dist/app/index.js +4 -4
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-FMFX4K6E.js → chunk-7GG6OSD7.js} +34 -9
- package/dist/{chunk-GTYUP7MB.js → chunk-ATEHYDL3.js} +5 -21
- package/dist/{chunk-AL23U6C3.js → chunk-BIWHHWCJ.js} +1 -2
- package/dist/{chunk-JR5WNTLA.js → chunk-BJWIKEQG.js} +6 -11
- package/dist/{chunk-GP3AFJYG.js → chunk-CZK67OHH.js} +6 -11
- package/dist/{chunk-TO7QXDBX.js → chunk-DMYELNGA.js} +2 -2
- package/dist/{chunk-2CFOFSSG.js → chunk-EDX6WIN3.js} +6 -11
- package/dist/{chunk-PJVG3ISO.js → chunk-EGKNRM6P.js} +6 -8
- package/dist/{chunk-ZE2KQSHL.js → chunk-I5WRKH25.js} +4 -4
- package/dist/chunk-KVW56ERD.js +24 -0
- package/dist/{chunk-YP6T426C.js → chunk-LQU62KHD.js} +144 -432
- package/dist/{chunk-OUYH2SBS.js → chunk-LVUCBY7X.js} +2 -2
- package/dist/chunk-S7RL77QS.js +48 -0
- package/dist/{chunk-OD7GWIZS.js → chunk-SGXXJE52.js} +1 -121
- package/dist/{chunk-R7OJCNL3.js → chunk-T6INEVX6.js} +1 -1
- package/dist/{chunk-CTTY6FUT.js → chunk-TSSKOQBX.js} +2 -2
- package/dist/{chunk-Q4QJOSVS.js → chunk-ULZ2B3NC.js} +1 -1
- package/dist/chunk-VQESMHQV.js +336 -0
- package/dist/{chunk-MZFJWCPH.js → chunk-XLZZOFGM.js} +5 -19
- package/dist/{chunk-BHR7IV72.js → chunk-XUYBOO32.js} +1 -1
- package/dist/{chunk-M7W7CGPL.js → chunk-Z6FAH4XV.js} +1 -1
- package/dist/components/index.d.ts +46 -87
- package/dist/components/index.js +27 -26
- package/dist/components/navigation/index.d.ts +1 -13
- package/dist/components/navigation/index.js +11 -1
- package/dist/execution/index.d.ts +27 -0
- package/dist/features/crm/index.d.ts +12 -35
- package/dist/features/crm/index.js +11 -10
- package/dist/features/dashboard/index.d.ts +25 -27
- package/dist/features/dashboard/index.js +12 -11
- package/dist/features/delivery/index.d.ts +12 -35
- package/dist/features/delivery/index.js +11 -10
- package/dist/features/lead-gen/index.d.ts +14 -37
- package/dist/features/lead-gen/index.js +11 -10
- package/dist/features/monitoring/index.d.ts +12 -35
- package/dist/features/monitoring/index.js +13 -12
- package/dist/features/monitoring/requests/index.d.ts +13 -36
- package/dist/features/monitoring/requests/index.js +11 -10
- package/dist/features/operations/index.d.ts +44 -65
- package/dist/features/operations/index.js +14 -13
- package/dist/features/seo/index.d.ts +12 -35
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +12 -35
- package/dist/features/settings/index.js +11 -10
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +46 -66
- package/dist/hooks/index.js +10 -9
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +92 -121
- package/dist/hooks/published.d.ts +46 -66
- package/dist/hooks/published.js +10 -9
- package/dist/index.d.ts +365 -452
- package/dist/index.js +10 -9
- package/dist/provider/index.d.ts +62 -125
- package/dist/provider/index.js +8 -7
- package/dist/provider/published.d.ts +62 -125
- package/dist/provider/published.js +6 -5
- package/dist/test-utils/index.js +2 -2
- package/dist/types/index.d.ts +108 -135
- package/dist/utils/index.d.ts +26 -59
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-LR5CRY5A.js +0 -514
- package/dist/chunk-MG3NF7QL.js +0 -63
package/dist/index.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ import * as _tanstack_react_query from '@tanstack/react-query';
|
|
|
4
4
|
import { QueryClient } from '@tanstack/react-query';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { CSSVariablesResolver, MantineThemeOverride } from '@mantine/core';
|
|
7
|
+
import { z } from 'zod';
|
|
7
8
|
import { Node, Edge, NodeMouseHandler } from '@xyflow/react';
|
|
8
9
|
import { IconBrain } from '@tabler/icons-react';
|
|
9
|
-
import { z } from 'zod';
|
|
10
10
|
import { EventSourceMessage } from '@microsoft/fetch-event-source';
|
|
11
11
|
import * as zustand_middleware from 'zustand/middleware';
|
|
12
12
|
import * as zustand from 'zustand';
|
|
@@ -622,74 +622,6 @@ interface FormSchema {
|
|
|
622
622
|
fields: FormField[];
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
-
/**
|
|
626
|
-
* Command View Types
|
|
627
|
-
*
|
|
628
|
-
* Unified type definitions for the Command View graph visualization.
|
|
629
|
-
* These types are used by both backend serialization and frontend rendering.
|
|
630
|
-
*
|
|
631
|
-
* Command View shows the resource graph: agents, workflows, triggers, integrations,
|
|
632
|
-
* external resources, and human checkpoints with their relationships.
|
|
633
|
-
*/
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* Extended agent metadata for Command View
|
|
637
|
-
* Includes model and capability information for graph display
|
|
638
|
-
*/
|
|
639
|
-
interface CommandViewAgent extends ResourceDefinition {
|
|
640
|
-
type: 'agent';
|
|
641
|
-
modelProvider: string;
|
|
642
|
-
modelId: string;
|
|
643
|
-
toolCount: number;
|
|
644
|
-
hasKnowledgeMap: boolean;
|
|
645
|
-
hasMemory: boolean;
|
|
646
|
-
sessionCapable: boolean;
|
|
647
|
-
}
|
|
648
|
-
/**
|
|
649
|
-
* Extended workflow metadata for Command View
|
|
650
|
-
* Includes step information for graph display
|
|
651
|
-
*/
|
|
652
|
-
interface CommandViewWorkflow extends ResourceDefinition {
|
|
653
|
-
type: 'workflow';
|
|
654
|
-
stepCount: number;
|
|
655
|
-
entryPoint: string;
|
|
656
|
-
}
|
|
657
|
-
/**
|
|
658
|
-
* Relationship types between resources
|
|
659
|
-
*
|
|
660
|
-
* - triggers: Resource initiates/starts another resource (orange)
|
|
661
|
-
* - uses: Resource uses an integration (teal)
|
|
662
|
-
* - approval: Resource requires human approval (yellow)
|
|
663
|
-
*/
|
|
664
|
-
type RelationshipType$1 = 'triggers' | 'uses' | 'approval';
|
|
665
|
-
/**
|
|
666
|
-
* Command View edge (relationship between resources)
|
|
667
|
-
*/
|
|
668
|
-
interface CommandViewEdge$1 {
|
|
669
|
-
id: string;
|
|
670
|
-
source: string;
|
|
671
|
-
target: string;
|
|
672
|
-
relationship: RelationshipType$1;
|
|
673
|
-
label?: string;
|
|
674
|
-
}
|
|
675
|
-
/**
|
|
676
|
-
* Command View data structure
|
|
677
|
-
* Complete graph data for visualization
|
|
678
|
-
*
|
|
679
|
-
* Backend serializes this once at startup and serves it via /command-view endpoint.
|
|
680
|
-
* Frontend consumes this directly for graph rendering.
|
|
681
|
-
*/
|
|
682
|
-
interface CommandViewData {
|
|
683
|
-
workflows: CommandViewWorkflow[];
|
|
684
|
-
agents: CommandViewAgent[];
|
|
685
|
-
triggers: TriggerDefinition[];
|
|
686
|
-
integrations: IntegrationDefinition[];
|
|
687
|
-
externalResources: ExternalResourceDefinition[];
|
|
688
|
-
humanCheckpoints: HumanCheckpointDefinition[];
|
|
689
|
-
edges: CommandViewEdge$1[];
|
|
690
|
-
domainDefinitions?: DomainDefinition[];
|
|
691
|
-
}
|
|
692
|
-
|
|
693
625
|
/**
|
|
694
626
|
* Serialized Registry Types
|
|
695
627
|
*
|
|
@@ -770,6 +702,8 @@ interface SerializedAgentDefinition {
|
|
|
770
702
|
version: string;
|
|
771
703
|
type: 'agent';
|
|
772
704
|
status: 'dev' | 'prod';
|
|
705
|
+
links?: ResourceLink[];
|
|
706
|
+
category?: ResourceCategory;
|
|
773
707
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
774
708
|
archived?: boolean;
|
|
775
709
|
systemPrompt: string;
|
|
@@ -825,6 +759,8 @@ interface SerializedWorkflowDefinition {
|
|
|
825
759
|
version: string;
|
|
826
760
|
type: 'workflow';
|
|
827
761
|
status: 'dev' | 'prod';
|
|
762
|
+
links?: ResourceLink[];
|
|
763
|
+
category?: ResourceCategory;
|
|
828
764
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
829
765
|
archived?: boolean;
|
|
830
766
|
};
|
|
@@ -4715,8 +4651,10 @@ interface ResourceDefinition {
|
|
|
4715
4651
|
type: ResourceType;
|
|
4716
4652
|
/** Environment/deployment status */
|
|
4717
4653
|
status: ResourceStatus;
|
|
4718
|
-
/**
|
|
4719
|
-
|
|
4654
|
+
/** Graph links to Organization Model nodes */
|
|
4655
|
+
links?: ResourceLink[];
|
|
4656
|
+
/** Infrastructure category for filtering */
|
|
4657
|
+
category?: ResourceCategory;
|
|
4720
4658
|
/** Whether the agent supports multi-turn sessions (agents only) */
|
|
4721
4659
|
sessionCapable?: boolean;
|
|
4722
4660
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
@@ -4724,33 +4662,6 @@ interface ResourceDefinition {
|
|
|
4724
4662
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
4725
4663
|
archived?: boolean;
|
|
4726
4664
|
}
|
|
4727
|
-
/**
|
|
4728
|
-
* Domain definition for Command View filtering
|
|
4729
|
-
*
|
|
4730
|
-
* Domains are organizational metadata for UI filtering/grouping.
|
|
4731
|
-
* No execution impact - purely for visualization.
|
|
4732
|
-
*
|
|
4733
|
-
* @example
|
|
4734
|
-
* {
|
|
4735
|
-
* id: 'support',
|
|
4736
|
-
* name: 'Customer Support',
|
|
4737
|
-
* description: 'Ticket triage, knowledge base, escalations',
|
|
4738
|
-
* color: 'green',
|
|
4739
|
-
* icon: 'IconHeadset'
|
|
4740
|
-
* }
|
|
4741
|
-
*/
|
|
4742
|
-
interface DomainDefinition {
|
|
4743
|
-
/** Unique identifier (e.g., 'support') */
|
|
4744
|
-
id: string;
|
|
4745
|
-
/** Display name (e.g., 'Customer Support') */
|
|
4746
|
-
name: string;
|
|
4747
|
-
/** Purpose description */
|
|
4748
|
-
description: string;
|
|
4749
|
-
/** Optional Mantine color for UI (e.g., 'blue', 'green', 'orange') */
|
|
4750
|
-
color?: string;
|
|
4751
|
-
/** Optional Tabler icon name (e.g., 'IconHeadset') */
|
|
4752
|
-
icon?: string;
|
|
4753
|
-
}
|
|
4754
4665
|
/** Webhook provider identifiers */
|
|
4755
4666
|
type WebhookProviderType = 'cal-com' | 'stripe' | 'signature-api' | 'instantly' | 'apify' | 'test';
|
|
4756
4667
|
/** Webhook trigger configuration */
|
|
@@ -4787,7 +4698,7 @@ type TriggerConfig = WebhookTriggerConfig | ScheduleTriggerConfig | EventTrigger
|
|
|
4787
4698
|
* scheduled cron jobs, platform events, or manual user actions.
|
|
4788
4699
|
*
|
|
4789
4700
|
* BREAKING CHANGES (2025-11-30):
|
|
4790
|
-
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status,
|
|
4701
|
+
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status, links, category)
|
|
4791
4702
|
* - Field renames: `id` -> `resourceId` (inherited), `type` -> `triggerType`
|
|
4792
4703
|
* - Relationship rename: `invokes` -> `triggers` (unified vocabulary)
|
|
4793
4704
|
* - New required fields: `version` (inherited), `type: 'trigger'` (inherited)
|
|
@@ -4832,7 +4743,7 @@ interface TriggerDefinition extends ResourceDefinition {
|
|
|
4832
4743
|
* stored here (queried at runtime from credentials table).
|
|
4833
4744
|
*
|
|
4834
4745
|
* BREAKING CHANGES (2025-11-30):
|
|
4835
|
-
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status,
|
|
4746
|
+
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status, links, category)
|
|
4836
4747
|
* - Field renames: `id` -> `resourceId` (inherited)
|
|
4837
4748
|
* - New required field: `status` (inherited) - organizations must add status to all integrations
|
|
4838
4749
|
* - New required field: `version` (inherited) - organizations must add version to all integrations
|
|
@@ -4873,7 +4784,7 @@ type ExternalPlatform = 'n8n' | 'make' | 'zapier' | 'other';
|
|
|
4873
4784
|
* no API integration with external platforms, no status syncing.
|
|
4874
4785
|
*
|
|
4875
4786
|
* BREAKING CHANGES (2025-11-30):
|
|
4876
|
-
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status,
|
|
4787
|
+
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status, links, category)
|
|
4877
4788
|
* - Field renames: `id` -> `resourceId` (inherited)
|
|
4878
4789
|
* - New required field: `version` (inherited) - organizations must add version to all external resources
|
|
4879
4790
|
* - New required field: `type: 'external'` (inherited) - resource type discriminator
|
|
@@ -4922,7 +4833,7 @@ interface ExternalResourceDefinition extends ResourceDefinition {
|
|
|
4922
4833
|
* Tasks with matching command_queue_group are routed to this checkpoint.
|
|
4923
4834
|
*
|
|
4924
4835
|
* BREAKING CHANGES (2025-11-30):
|
|
4925
|
-
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status,
|
|
4836
|
+
* - Now extends ResourceDefinition (inherits: resourceId, name, description, version, type, status, links, category)
|
|
4926
4837
|
* - Field renames: `id` -> `resourceId` (inherited)
|
|
4927
4838
|
* - description is now REQUIRED (was optional) - organizations must add description to all human checkpoints
|
|
4928
4839
|
* - New required field: `version` (inherited) - organizations must add version to all human checkpoints
|
|
@@ -4960,251 +4871,87 @@ interface HumanCheckpointDefinition extends ResourceDefinition {
|
|
|
4960
4871
|
}
|
|
4961
4872
|
|
|
4962
4873
|
/**
|
|
4963
|
-
*
|
|
4964
|
-
*
|
|
4874
|
+
* Command View Types
|
|
4875
|
+
*
|
|
4876
|
+
* Unified type definitions for the Command View graph visualization.
|
|
4877
|
+
* These types are used by both backend serialization and frontend rendering.
|
|
4878
|
+
*
|
|
4879
|
+
* Command View shows the resource graph: agents, workflows, triggers, integrations,
|
|
4880
|
+
* external resources, and human checkpoints with their relationships.
|
|
4965
4881
|
*/
|
|
4966
4882
|
|
|
4967
|
-
declare const DOMAINS: {
|
|
4968
|
-
readonly INBOUND_PIPELINE: "inbound-pipeline";
|
|
4969
|
-
readonly LEAD_GEN_PIPELINE: "lead-gen-pipeline";
|
|
4970
|
-
readonly SUPPORT: "support";
|
|
4971
|
-
readonly CLIENT_SUPPORT: "client-support";
|
|
4972
|
-
readonly DELIVERY: "delivery";
|
|
4973
|
-
readonly OPERATIONS: "operations";
|
|
4974
|
-
readonly FINANCE: "finance";
|
|
4975
|
-
readonly EXECUTIVE: "executive";
|
|
4976
|
-
readonly INSTANTLY: "instantly";
|
|
4977
|
-
readonly TESTING: "testing";
|
|
4978
|
-
readonly INTERNAL: "internal";
|
|
4979
|
-
readonly INTEGRATION: "integration";
|
|
4980
|
-
readonly UTILITY: "utility";
|
|
4981
|
-
readonly DIAGNOSTIC: "diagnostic";
|
|
4982
|
-
};
|
|
4983
|
-
/**
|
|
4984
|
-
* ResourceDomain - Strongly typed domain identifier
|
|
4985
|
-
* Use this type for all domain references to ensure compile-time validation.
|
|
4986
|
-
*/
|
|
4987
|
-
type ResourceDomain = (typeof DOMAINS)[keyof typeof DOMAINS];
|
|
4988
4883
|
/**
|
|
4989
|
-
*
|
|
4884
|
+
* Extended agent metadata for Command View
|
|
4885
|
+
* Includes model and capability information for graph display
|
|
4990
4886
|
*/
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
resourceStatus?: ResourceStatus;
|
|
5000
|
-
}
|
|
5001
|
-
interface APIExecutionDetail extends APIExecutionSummary {
|
|
5002
|
-
executionLogs: ExecutionLogMessage[];
|
|
5003
|
-
input?: unknown;
|
|
5004
|
-
result?: unknown;
|
|
5005
|
-
error?: string;
|
|
5006
|
-
resourceStatus: ResourceStatus;
|
|
5007
|
-
apiVersion?: string | null;
|
|
5008
|
-
resourceVersion?: string | null;
|
|
5009
|
-
sdkVersion?: string | null;
|
|
5010
|
-
isArchived?: boolean;
|
|
5011
|
-
archivedLogCount?: number;
|
|
5012
|
-
}
|
|
5013
|
-
interface APIExecutionListResponse {
|
|
5014
|
-
executions: APIExecutionSummary[];
|
|
5015
|
-
total?: number;
|
|
5016
|
-
limit?: number;
|
|
5017
|
-
offset?: number;
|
|
5018
|
-
hasMore?: boolean;
|
|
4887
|
+
interface CommandViewAgent extends ResourceDefinition {
|
|
4888
|
+
type: 'agent';
|
|
4889
|
+
modelProvider: string;
|
|
4890
|
+
modelId: string;
|
|
4891
|
+
toolCount: number;
|
|
4892
|
+
hasKnowledgeMap: boolean;
|
|
4893
|
+
hasMemory: boolean;
|
|
4894
|
+
sessionCapable: boolean;
|
|
5019
4895
|
}
|
|
5020
|
-
|
|
5021
4896
|
/**
|
|
5022
|
-
*
|
|
4897
|
+
* Extended workflow metadata for Command View
|
|
4898
|
+
* Includes step information for graph display
|
|
5023
4899
|
*/
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
totalRuns: number;
|
|
5029
|
-
successCount: number;
|
|
5030
|
-
failureCount: number;
|
|
5031
|
-
warningCount: number;
|
|
5032
|
-
lastRunAt: string | null;
|
|
5033
|
-
}
|
|
5034
|
-
/** Response from /command-view/resource-errors (on-demand) */
|
|
5035
|
-
interface ResourceErrorsResponse {
|
|
5036
|
-
resourceId: string;
|
|
5037
|
-
errors: ErrorSummary[];
|
|
5038
|
-
totalErrors: number;
|
|
5039
|
-
timeRange: StatsTimeRange;
|
|
5040
|
-
}
|
|
5041
|
-
interface ErrorSummary {
|
|
5042
|
-
executionId: string;
|
|
5043
|
-
errorType: string;
|
|
5044
|
-
errorMessage: string;
|
|
5045
|
-
occurredAt: string;
|
|
5046
|
-
}
|
|
5047
|
-
/** Single execution summary for Recent Executions list in command view */
|
|
5048
|
-
interface CommandViewExecution {
|
|
5049
|
-
executionId: string;
|
|
5050
|
-
status: ExecutionStatus;
|
|
5051
|
-
startedAt: string;
|
|
5052
|
-
completedAt: string | null;
|
|
5053
|
-
errorMessage: string | null;
|
|
5054
|
-
}
|
|
5055
|
-
/** Response from /command-view/resource-executions (on-demand) */
|
|
5056
|
-
interface ResourceExecutionsResponse {
|
|
5057
|
-
resourceId: string;
|
|
5058
|
-
executions: CommandViewExecution[];
|
|
5059
|
-
totalExecutions: number;
|
|
5060
|
-
timeRange: StatsTimeRange;
|
|
5061
|
-
page: number;
|
|
5062
|
-
limit: number;
|
|
5063
|
-
}
|
|
5064
|
-
interface HumanCheckpointStats {
|
|
5065
|
-
checkpointId: string;
|
|
5066
|
-
pendingCount: number;
|
|
5067
|
-
completedCount: number;
|
|
5068
|
-
expiredCount: number;
|
|
5069
|
-
lastDecisionAt: string | null;
|
|
5070
|
-
}
|
|
5071
|
-
/** Response from /command-view/stats */
|
|
5072
|
-
interface CommandViewStatsResponse {
|
|
5073
|
-
resources: Record<string, ResourceStats>;
|
|
5074
|
-
humanCheckpoints: Record<string, HumanCheckpointStats>;
|
|
5075
|
-
timeRange: StatsTimeRange;
|
|
5076
|
-
generatedAt: string;
|
|
4900
|
+
interface CommandViewWorkflow extends ResourceDefinition {
|
|
4901
|
+
type: 'workflow';
|
|
4902
|
+
stepCount: number;
|
|
4903
|
+
entryPoint: string;
|
|
5077
4904
|
}
|
|
5078
|
-
|
|
5079
4905
|
/**
|
|
5080
|
-
*
|
|
4906
|
+
* Relationship types between resources
|
|
5081
4907
|
*
|
|
5082
|
-
*
|
|
5083
|
-
*
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
/**
|
|
5087
|
-
* All valid resource types from ResourceDefinition
|
|
5088
|
-
* Derived from the base interface to ensure consistency
|
|
5089
|
-
*/
|
|
5090
|
-
type ResourceDefinitionType = ResourceDefinition['type'];
|
|
5091
|
-
/**
|
|
5092
|
-
* Node color types for graph visualization
|
|
5093
|
-
* Used by both @repo/core (metadata) and @repo/ui (components)
|
|
4908
|
+
* - triggers: Resource initiates/starts another resource (orange)
|
|
4909
|
+
* - uses: Resource uses an integration (teal)
|
|
4910
|
+
* - approval: Resource requires human approval (yellow)
|
|
5094
4911
|
*/
|
|
5095
|
-
type
|
|
4912
|
+
type RelationshipType$1 = 'triggers' | 'uses' | 'approval';
|
|
5096
4913
|
/**
|
|
5097
|
-
*
|
|
4914
|
+
* Command View edge (relationship between resources)
|
|
5098
4915
|
*/
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
type ActivityType = 'workflow_execution' | 'agent_run' | 'hitl_action' | 'webhook_received' | 'webhook_executed' | 'webhook_failed' | 'credential_change' | 'api_key_change' | 'deployment_change' | 'membership_change';
|
|
5102
|
-
type ActivityStatus = 'success' | 'failure' | 'pending' | 'approved' | 'rejected' | 'completed';
|
|
5103
|
-
interface Activity {
|
|
4916
|
+
interface CommandViewEdge$1 {
|
|
5104
4917
|
id: string;
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
description: string | null;
|
|
5110
|
-
entityType: string;
|
|
5111
|
-
entityId: string;
|
|
5112
|
-
entityName: string | null;
|
|
5113
|
-
metadata: Record<string, unknown> | null;
|
|
5114
|
-
actorId: string | null;
|
|
5115
|
-
actorType: string | null;
|
|
5116
|
-
occurredAt: Date;
|
|
5117
|
-
createdAt: Date;
|
|
4918
|
+
source: string;
|
|
4919
|
+
target: string;
|
|
4920
|
+
relationship: RelationshipType$1;
|
|
4921
|
+
label?: string;
|
|
5118
4922
|
}
|
|
5119
|
-
|
|
5120
4923
|
/**
|
|
5121
|
-
*
|
|
5122
|
-
*
|
|
4924
|
+
* Command View data structure
|
|
4925
|
+
* Complete graph data for visualization
|
|
4926
|
+
*
|
|
4927
|
+
* Backend serializes this once at startup and serves it via /command-view endpoint.
|
|
4928
|
+
* Frontend consumes this directly for graph rendering.
|
|
5123
4929
|
*/
|
|
5124
|
-
|
|
4930
|
+
interface CommandViewData {
|
|
4931
|
+
workflows: CommandViewWorkflow[];
|
|
4932
|
+
agents: CommandViewAgent[];
|
|
4933
|
+
triggers: TriggerDefinition[];
|
|
4934
|
+
integrations: IntegrationDefinition[];
|
|
4935
|
+
externalResources: ExternalResourceDefinition[];
|
|
4936
|
+
humanCheckpoints: HumanCheckpointDefinition[];
|
|
4937
|
+
edges: CommandViewEdge$1[];
|
|
4938
|
+
}
|
|
5125
4939
|
|
|
5126
|
-
|
|
5127
|
-
* Execution history item.
|
|
5128
|
-
* Represents a single execution triggered by a schedule.
|
|
5129
|
-
*/
|
|
5130
|
-
declare const ExecutionHistoryItemSchema: z.ZodObject<{
|
|
4940
|
+
declare const FeatureSchema: z.ZodObject<{
|
|
5131
4941
|
id: z.ZodString;
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
/**
|
|
5145
|
-
* Execution history response.
|
|
5146
|
-
* Returned by GET /schedules/:id/executions with pagination.
|
|
5147
|
-
*/
|
|
5148
|
-
declare const ExecutionHistoryResponseSchema: z.ZodObject<{
|
|
5149
|
-
executions: z.ZodArray<z.ZodObject<{
|
|
5150
|
-
id: z.ZodString;
|
|
5151
|
-
createdAt: z.ZodString;
|
|
5152
|
-
status: z.ZodEnum<{
|
|
5153
|
-
completed: "completed";
|
|
5154
|
-
failed: "failed";
|
|
5155
|
-
running: "running";
|
|
5156
|
-
cancelled: "cancelled";
|
|
5157
|
-
}>;
|
|
5158
|
-
step: z.ZodNullable<z.ZodNumber>;
|
|
5159
|
-
itemLabel: z.ZodNullable<z.ZodString>;
|
|
5160
|
-
duration: z.ZodNullable<z.ZodNumber>;
|
|
5161
|
-
error: z.ZodNullable<z.ZodString>;
|
|
5162
|
-
}, z.core.$strip>>;
|
|
5163
|
-
total: z.ZodNumber;
|
|
5164
|
-
limit: z.ZodNumber;
|
|
5165
|
-
offset: z.ZodNumber;
|
|
4942
|
+
label: z.ZodString;
|
|
4943
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4944
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
4945
|
+
path: z.ZodOptional<z.ZodString>;
|
|
4946
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
4947
|
+
color: z.ZodOptional<z.ZodString>;
|
|
4948
|
+
uiPosition: z.ZodOptional<z.ZodEnum<{
|
|
4949
|
+
"sidebar-primary": "sidebar-primary";
|
|
4950
|
+
"sidebar-bottom": "sidebar-bottom";
|
|
4951
|
+
}>>;
|
|
4952
|
+
requiresAdmin: z.ZodOptional<z.ZodBoolean>;
|
|
4953
|
+
devOnly: z.ZodOptional<z.ZodBoolean>;
|
|
5166
4954
|
}, z.core.$strip>;
|
|
5167
|
-
type ExecutionHistoryItem = z.infer<typeof ExecutionHistoryItemSchema>;
|
|
5168
|
-
type ExecutionHistoryResponse = z.infer<typeof ExecutionHistoryResponseSchema>;
|
|
5169
|
-
|
|
5170
|
-
/**
|
|
5171
|
-
* Deployment types — browser-safe
|
|
5172
|
-
*
|
|
5173
|
-
* Canonical API response types for the deployment resource.
|
|
5174
|
-
* The API's transformRow converts snake_case DB columns to these camelCase fields.
|
|
5175
|
-
*/
|
|
5176
|
-
type DeploymentStatus = 'deploying' | 'active' | 'failed' | 'rolled_back' | 'stopped';
|
|
5177
|
-
interface Deployment {
|
|
5178
|
-
id: string;
|
|
5179
|
-
organizationId: string;
|
|
5180
|
-
status: DeploymentStatus;
|
|
5181
|
-
sdkVersion: string;
|
|
5182
|
-
deploymentVersion: string | null;
|
|
5183
|
-
port: number | null;
|
|
5184
|
-
pid: number | null;
|
|
5185
|
-
tarballPath: string | null;
|
|
5186
|
-
errorMessage: string | null;
|
|
5187
|
-
createdAt: string;
|
|
5188
|
-
updatedAt: string;
|
|
5189
|
-
}
|
|
5190
|
-
|
|
5191
|
-
/**
|
|
5192
|
-
* Time range utility functions
|
|
5193
|
-
* Converts TimeRange enum to ISO 8601 date strings and labels
|
|
5194
|
-
*/
|
|
5195
|
-
|
|
5196
|
-
/**
|
|
5197
|
-
* Convert TimeRange to start and end ISO 8601 date strings
|
|
5198
|
-
* @param range - Time range enum (1h, 24h, 7d, 30d)
|
|
5199
|
-
* @returns Object with startDate and endDate as ISO 8601 strings
|
|
5200
|
-
*/
|
|
5201
|
-
declare function getTimeRangeDates(range: TimeRange): TimeRangeDates;
|
|
5202
|
-
/**
|
|
5203
|
-
* Get a human-readable label for a time range
|
|
5204
|
-
* @param range - Time range enum
|
|
5205
|
-
* @returns Human-readable label
|
|
5206
|
-
*/
|
|
5207
|
-
declare function getTimeRangeLabel(range: TimeRange): string;
|
|
5208
4955
|
|
|
5209
4956
|
declare const OrganizationModelSchema: z.ZodObject<{
|
|
5210
4957
|
version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
@@ -5213,12 +4960,15 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
5213
4960
|
label: z.ZodString;
|
|
5214
4961
|
description: z.ZodOptional<z.ZodString>;
|
|
5215
4962
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
5216
|
-
|
|
4963
|
+
path: z.ZodOptional<z.ZodString>;
|
|
5217
4964
|
icon: z.ZodOptional<z.ZodString>;
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
4965
|
+
color: z.ZodOptional<z.ZodString>;
|
|
4966
|
+
uiPosition: z.ZodOptional<z.ZodEnum<{
|
|
4967
|
+
"sidebar-primary": "sidebar-primary";
|
|
4968
|
+
"sidebar-bottom": "sidebar-bottom";
|
|
4969
|
+
}>>;
|
|
4970
|
+
requiresAdmin: z.ZodOptional<z.ZodBoolean>;
|
|
4971
|
+
devOnly: z.ZodOptional<z.ZodBoolean>;
|
|
5222
4972
|
}, z.core.$strip>>>;
|
|
5223
4973
|
branding: z.ZodObject<{
|
|
5224
4974
|
organizationName: z.ZodString;
|
|
@@ -5230,19 +4980,19 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
5230
4980
|
dark: z.ZodOptional<z.ZodString>;
|
|
5231
4981
|
}, z.core.$strip>>;
|
|
5232
4982
|
}, z.core.$strip>;
|
|
5233
|
-
navigation: z.ZodObject<{
|
|
4983
|
+
navigation: z.ZodDefault<z.ZodObject<{
|
|
5234
4984
|
defaultSurfaceId: z.ZodOptional<z.ZodString>;
|
|
5235
4985
|
surfaces: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
5236
4986
|
id: z.ZodString;
|
|
5237
4987
|
label: z.ZodString;
|
|
5238
4988
|
path: z.ZodString;
|
|
5239
4989
|
surfaceType: z.ZodEnum<{
|
|
5240
|
-
list: "list";
|
|
5241
4990
|
settings: "settings";
|
|
5242
4991
|
page: "page";
|
|
5243
4992
|
dashboard: "dashboard";
|
|
5244
4993
|
graph: "graph";
|
|
5245
4994
|
detail: "detail";
|
|
4995
|
+
list: "list";
|
|
5246
4996
|
}>;
|
|
5247
4997
|
description: z.ZodOptional<z.ZodString>;
|
|
5248
4998
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -5260,7 +5010,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
5260
5010
|
placement: z.ZodString;
|
|
5261
5011
|
surfaceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
5262
5012
|
}, z.core.$strip>>>;
|
|
5263
|
-
}, z.core.$strip
|
|
5013
|
+
}, z.core.$strip>>;
|
|
5264
5014
|
sales: z.ZodObject<{
|
|
5265
5015
|
entityId: z.ZodString;
|
|
5266
5016
|
defaultPipelineId: z.ZodString;
|
|
@@ -5279,9 +5029,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
5279
5029
|
semanticClass: z.ZodEnum<{
|
|
5280
5030
|
open: "open";
|
|
5281
5031
|
active: "active";
|
|
5032
|
+
nurturing: "nurturing";
|
|
5282
5033
|
closed_won: "closed_won";
|
|
5283
5034
|
closed_lost: "closed_lost";
|
|
5284
|
-
nurturing: "nurturing";
|
|
5285
5035
|
}>;
|
|
5286
5036
|
surfaceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
5287
5037
|
resourceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -5442,12 +5192,12 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
5442
5192
|
id: z.ZodString;
|
|
5443
5193
|
label: z.ZodString;
|
|
5444
5194
|
semanticClass: z.ZodEnum<{
|
|
5445
|
-
execution: "execution";
|
|
5446
|
-
schedule: "schedule";
|
|
5447
|
-
queue: "queue";
|
|
5448
5195
|
"delivery.project": "delivery.project";
|
|
5449
5196
|
"delivery.milestone": "delivery.milestone";
|
|
5450
5197
|
"delivery.task": "delivery.task";
|
|
5198
|
+
queue: "queue";
|
|
5199
|
+
execution: "execution";
|
|
5200
|
+
schedule: "schedule";
|
|
5451
5201
|
"schedule.run": "schedule.run";
|
|
5452
5202
|
request: "request";
|
|
5453
5203
|
}>;
|
|
@@ -5459,74 +5209,258 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
5459
5209
|
id: z.ZodString;
|
|
5460
5210
|
label: z.ZodString;
|
|
5461
5211
|
semanticClass: z.ZodEnum<{
|
|
5212
|
+
queue: "queue";
|
|
5213
|
+
executions: "executions";
|
|
5462
5214
|
sessions: "sessions";
|
|
5463
5215
|
notifications: "notifications";
|
|
5464
5216
|
schedules: "schedules";
|
|
5465
|
-
executions: "executions";
|
|
5466
|
-
queue: "queue";
|
|
5467
5217
|
}>;
|
|
5468
5218
|
featureId: z.ZodOptional<z.ZodString>;
|
|
5469
5219
|
supportedStatusSemanticClass: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5470
5220
|
}, z.core.$strip>>>;
|
|
5471
5221
|
}, z.core.$strip>>;
|
|
5472
|
-
resourceMappings: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
5473
|
-
label: z.ZodString;
|
|
5474
|
-
description: z.ZodOptional<z.ZodString>;
|
|
5475
|
-
color: z.ZodOptional<z.ZodString>;
|
|
5476
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
5477
|
-
id: z.ZodString;
|
|
5478
|
-
resourceId: z.ZodString;
|
|
5479
|
-
resourceType: z.ZodEnum<{
|
|
5480
|
-
agent: "agent";
|
|
5481
|
-
workflow: "workflow";
|
|
5482
|
-
trigger: "trigger";
|
|
5483
|
-
integration: "integration";
|
|
5484
|
-
external: "external";
|
|
5485
|
-
human_checkpoint: "human_checkpoint";
|
|
5486
|
-
}>;
|
|
5487
|
-
featureIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
5488
|
-
entityIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
5489
|
-
surfaceIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
5490
|
-
capabilityIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
5491
|
-
techStack: z.ZodOptional<z.ZodObject<{
|
|
5492
|
-
platform: z.ZodString;
|
|
5493
|
-
purpose: z.ZodString;
|
|
5494
|
-
credentialStatus: z.ZodEnum<{
|
|
5495
|
-
pending: "pending";
|
|
5496
|
-
configured: "configured";
|
|
5497
|
-
expired: "expired";
|
|
5498
|
-
missing: "missing";
|
|
5499
|
-
}>;
|
|
5500
|
-
isSystemOfRecord: z.ZodDefault<z.ZodBoolean>;
|
|
5501
|
-
}, z.core.$strip>>;
|
|
5502
|
-
}, z.core.$strip>>>;
|
|
5503
5222
|
}, z.core.$strip>;
|
|
5504
5223
|
|
|
5505
|
-
|
|
5224
|
+
type OrganizationModel = z.infer<typeof OrganizationModelSchema>;
|
|
5225
|
+
type OrganizationModelFeature = z.infer<typeof FeatureSchema>;
|
|
5226
|
+
|
|
5227
|
+
declare const LinkSchema: z.ZodObject<{
|
|
5228
|
+
nodeId: z.ZodString;
|
|
5229
|
+
kind: z.ZodEnum<{
|
|
5230
|
+
contains: "contains";
|
|
5231
|
+
references: "references";
|
|
5232
|
+
exposes: "exposes";
|
|
5233
|
+
maps_to: "maps_to";
|
|
5234
|
+
"operates-on": "operates-on";
|
|
5235
|
+
uses: "uses";
|
|
5236
|
+
}>;
|
|
5237
|
+
}, z.core.$strip>;
|
|
5238
|
+
type Link = z.infer<typeof LinkSchema>;
|
|
5239
|
+
|
|
5240
|
+
declare const ResourceCategorySchema: z.ZodEnum<{
|
|
5241
|
+
production: "production";
|
|
5242
|
+
diagnostic: "diagnostic";
|
|
5243
|
+
internal: "internal";
|
|
5244
|
+
testing: "testing";
|
|
5245
|
+
}>;
|
|
5246
|
+
type ResourceCategory = z.infer<typeof ResourceCategorySchema>;
|
|
5247
|
+
type ResourceLink = Link;
|
|
5248
|
+
|
|
5249
|
+
type ExecutionStatus = 'pending' | 'running' | 'completed' | 'failed' | 'warning';
|
|
5250
|
+
interface APIExecutionSummary {
|
|
5251
|
+
id: string;
|
|
5252
|
+
status: ExecutionStatus;
|
|
5253
|
+
startTime: number;
|
|
5254
|
+
endTime?: number;
|
|
5255
|
+
resourceStatus?: ResourceStatus;
|
|
5256
|
+
}
|
|
5257
|
+
interface APIExecutionDetail extends APIExecutionSummary {
|
|
5258
|
+
executionLogs: ExecutionLogMessage[];
|
|
5259
|
+
input?: unknown;
|
|
5260
|
+
result?: unknown;
|
|
5261
|
+
error?: string;
|
|
5262
|
+
resourceStatus: ResourceStatus;
|
|
5263
|
+
apiVersion?: string | null;
|
|
5264
|
+
resourceVersion?: string | null;
|
|
5265
|
+
sdkVersion?: string | null;
|
|
5266
|
+
isArchived?: boolean;
|
|
5267
|
+
archivedLogCount?: number;
|
|
5268
|
+
}
|
|
5269
|
+
interface APIExecutionListResponse {
|
|
5270
|
+
executions: APIExecutionSummary[];
|
|
5271
|
+
total?: number;
|
|
5272
|
+
limit?: number;
|
|
5273
|
+
offset?: number;
|
|
5274
|
+
hasMore?: boolean;
|
|
5275
|
+
}
|
|
5276
|
+
|
|
5277
|
+
/**
|
|
5278
|
+
* @deprecated Use TimeRange from '@repo/core' directly. Kept as alias for backward compatibility.
|
|
5279
|
+
*/
|
|
5280
|
+
type StatsTimeRange = TimeRange;
|
|
5281
|
+
/** Stats returned by /command-view/stats (counts only, no error details) */
|
|
5282
|
+
interface ResourceStats {
|
|
5283
|
+
resourceId: string;
|
|
5284
|
+
totalRuns: number;
|
|
5285
|
+
successCount: number;
|
|
5286
|
+
failureCount: number;
|
|
5287
|
+
warningCount: number;
|
|
5288
|
+
lastRunAt: string | null;
|
|
5289
|
+
}
|
|
5290
|
+
/** Response from /command-view/resource-errors (on-demand) */
|
|
5291
|
+
interface ResourceErrorsResponse {
|
|
5292
|
+
resourceId: string;
|
|
5293
|
+
errors: ErrorSummary[];
|
|
5294
|
+
totalErrors: number;
|
|
5295
|
+
timeRange: StatsTimeRange;
|
|
5296
|
+
}
|
|
5297
|
+
interface ErrorSummary {
|
|
5298
|
+
executionId: string;
|
|
5299
|
+
errorType: string;
|
|
5300
|
+
errorMessage: string;
|
|
5301
|
+
occurredAt: string;
|
|
5302
|
+
}
|
|
5303
|
+
/** Single execution summary for Recent Executions list in command view */
|
|
5304
|
+
interface CommandViewExecution {
|
|
5305
|
+
executionId: string;
|
|
5306
|
+
status: ExecutionStatus;
|
|
5307
|
+
startedAt: string;
|
|
5308
|
+
completedAt: string | null;
|
|
5309
|
+
errorMessage: string | null;
|
|
5310
|
+
}
|
|
5311
|
+
/** Response from /command-view/resource-executions (on-demand) */
|
|
5312
|
+
interface ResourceExecutionsResponse {
|
|
5313
|
+
resourceId: string;
|
|
5314
|
+
executions: CommandViewExecution[];
|
|
5315
|
+
totalExecutions: number;
|
|
5316
|
+
timeRange: StatsTimeRange;
|
|
5317
|
+
page: number;
|
|
5318
|
+
limit: number;
|
|
5319
|
+
}
|
|
5320
|
+
interface HumanCheckpointStats {
|
|
5321
|
+
checkpointId: string;
|
|
5322
|
+
pendingCount: number;
|
|
5323
|
+
completedCount: number;
|
|
5324
|
+
expiredCount: number;
|
|
5325
|
+
lastDecisionAt: string | null;
|
|
5326
|
+
}
|
|
5327
|
+
/** Response from /command-view/stats */
|
|
5328
|
+
interface CommandViewStatsResponse {
|
|
5329
|
+
resources: Record<string, ResourceStats>;
|
|
5330
|
+
humanCheckpoints: Record<string, HumanCheckpointStats>;
|
|
5331
|
+
timeRange: StatsTimeRange;
|
|
5332
|
+
generatedAt: string;
|
|
5333
|
+
}
|
|
5334
|
+
|
|
5335
|
+
/**
|
|
5336
|
+
* Resource Type Metadata
|
|
5337
|
+
*
|
|
5338
|
+
* Centralized metadata for ResourceDefinition types including icon names and colors.
|
|
5339
|
+
* Icon names reference @tabler/icons-react - UI layer maps these to actual components.
|
|
5340
|
+
*/
|
|
5341
|
+
|
|
5342
|
+
/**
|
|
5343
|
+
* All valid resource types from ResourceDefinition
|
|
5344
|
+
* Derived from the base interface to ensure consistency
|
|
5345
|
+
*/
|
|
5346
|
+
type ResourceDefinitionType = ResourceDefinition['type'];
|
|
5347
|
+
/**
|
|
5348
|
+
* Node color types for graph visualization
|
|
5349
|
+
* Used by both @repo/core (metadata) and @repo/ui (components)
|
|
5350
|
+
*/
|
|
5351
|
+
type NodeColorType = 'violet' | 'blue' | 'orange' | 'teal' | 'gray' | 'yellow';
|
|
5352
|
+
/**
|
|
5353
|
+
* Get color for a resource type
|
|
5354
|
+
*/
|
|
5355
|
+
declare function getResourceColor(type: ResourceDefinitionType): NodeColorType;
|
|
5356
|
+
|
|
5357
|
+
type ActivityType = 'workflow_execution' | 'agent_run' | 'hitl_action' | 'webhook_received' | 'webhook_executed' | 'webhook_failed' | 'credential_change' | 'api_key_change' | 'deployment_change' | 'membership_change';
|
|
5358
|
+
type ActivityStatus = 'success' | 'failure' | 'pending' | 'approved' | 'rejected' | 'completed';
|
|
5359
|
+
interface Activity {
|
|
5360
|
+
id: string;
|
|
5361
|
+
organizationId: string;
|
|
5362
|
+
activityType: ActivityType;
|
|
5363
|
+
status: ActivityStatus;
|
|
5364
|
+
title: string;
|
|
5365
|
+
description: string | null;
|
|
5366
|
+
entityType: string;
|
|
5367
|
+
entityId: string;
|
|
5368
|
+
entityName: string | null;
|
|
5369
|
+
metadata: Record<string, unknown> | null;
|
|
5370
|
+
actorId: string | null;
|
|
5371
|
+
actorType: string | null;
|
|
5372
|
+
occurredAt: Date;
|
|
5373
|
+
createdAt: Date;
|
|
5374
|
+
}
|
|
5375
|
+
|
|
5376
|
+
/**
|
|
5377
|
+
* Type-safe error codes
|
|
5378
|
+
* MUST match API_ERROR_CODES in apps/api/src/errors/error-codes.ts
|
|
5379
|
+
*/
|
|
5380
|
+
type APIErrorCode = 'VALIDATION_ERROR' | 'AUTHENTICATION_FAILED' | 'FORBIDDEN' | 'NOT_FOUND' | 'CONFLICT' | 'RATE_LIMIT_EXCEEDED' | 'INTERNAL_SERVER_ERROR' | 'SERVICE_UNAVAILABLE';
|
|
5381
|
+
|
|
5382
|
+
/**
|
|
5383
|
+
* Execution history item.
|
|
5384
|
+
* Represents a single execution triggered by a schedule.
|
|
5385
|
+
*/
|
|
5386
|
+
declare const ExecutionHistoryItemSchema: z.ZodObject<{
|
|
5506
5387
|
id: z.ZodString;
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
dashboard: "dashboard";
|
|
5514
|
-
graph: "graph";
|
|
5515
|
-
detail: "detail";
|
|
5388
|
+
createdAt: z.ZodString;
|
|
5389
|
+
status: z.ZodEnum<{
|
|
5390
|
+
completed: "completed";
|
|
5391
|
+
cancelled: "cancelled";
|
|
5392
|
+
failed: "failed";
|
|
5393
|
+
running: "running";
|
|
5516
5394
|
}>;
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5395
|
+
step: z.ZodNullable<z.ZodNumber>;
|
|
5396
|
+
itemLabel: z.ZodNullable<z.ZodString>;
|
|
5397
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
5398
|
+
error: z.ZodNullable<z.ZodString>;
|
|
5399
|
+
}, z.core.$strip>;
|
|
5400
|
+
/**
|
|
5401
|
+
* Execution history response.
|
|
5402
|
+
* Returned by GET /schedules/:id/executions with pagination.
|
|
5403
|
+
*/
|
|
5404
|
+
declare const ExecutionHistoryResponseSchema: z.ZodObject<{
|
|
5405
|
+
executions: z.ZodArray<z.ZodObject<{
|
|
5406
|
+
id: z.ZodString;
|
|
5407
|
+
createdAt: z.ZodString;
|
|
5408
|
+
status: z.ZodEnum<{
|
|
5409
|
+
completed: "completed";
|
|
5410
|
+
cancelled: "cancelled";
|
|
5411
|
+
failed: "failed";
|
|
5412
|
+
running: "running";
|
|
5413
|
+
}>;
|
|
5414
|
+
step: z.ZodNullable<z.ZodNumber>;
|
|
5415
|
+
itemLabel: z.ZodNullable<z.ZodString>;
|
|
5416
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
5417
|
+
error: z.ZodNullable<z.ZodString>;
|
|
5418
|
+
}, z.core.$strip>>;
|
|
5419
|
+
total: z.ZodNumber;
|
|
5420
|
+
limit: z.ZodNumber;
|
|
5421
|
+
offset: z.ZodNumber;
|
|
5526
5422
|
}, z.core.$strip>;
|
|
5423
|
+
type ExecutionHistoryItem = z.infer<typeof ExecutionHistoryItemSchema>;
|
|
5424
|
+
type ExecutionHistoryResponse = z.infer<typeof ExecutionHistoryResponseSchema>;
|
|
5527
5425
|
|
|
5528
|
-
|
|
5529
|
-
|
|
5426
|
+
/**
|
|
5427
|
+
* Deployment types — browser-safe
|
|
5428
|
+
*
|
|
5429
|
+
* Canonical API response types for the deployment resource.
|
|
5430
|
+
* The API's transformRow converts snake_case DB columns to these camelCase fields.
|
|
5431
|
+
*/
|
|
5432
|
+
type DeploymentStatus = 'deploying' | 'active' | 'failed' | 'rolled_back' | 'stopped';
|
|
5433
|
+
interface Deployment {
|
|
5434
|
+
id: string;
|
|
5435
|
+
organizationId: string;
|
|
5436
|
+
status: DeploymentStatus;
|
|
5437
|
+
sdkVersion: string;
|
|
5438
|
+
deploymentVersion: string | null;
|
|
5439
|
+
port: number | null;
|
|
5440
|
+
pid: number | null;
|
|
5441
|
+
tarballPath: string | null;
|
|
5442
|
+
errorMessage: string | null;
|
|
5443
|
+
createdAt: string;
|
|
5444
|
+
updatedAt: string;
|
|
5445
|
+
}
|
|
5446
|
+
|
|
5447
|
+
/**
|
|
5448
|
+
* Time range utility functions
|
|
5449
|
+
* Converts TimeRange enum to ISO 8601 date strings and labels
|
|
5450
|
+
*/
|
|
5451
|
+
|
|
5452
|
+
/**
|
|
5453
|
+
* Convert TimeRange to start and end ISO 8601 date strings
|
|
5454
|
+
* @param range - Time range enum (1h, 24h, 7d, 30d)
|
|
5455
|
+
* @returns Object with startDate and endDate as ISO 8601 strings
|
|
5456
|
+
*/
|
|
5457
|
+
declare function getTimeRangeDates(range: TimeRange): TimeRangeDates;
|
|
5458
|
+
/**
|
|
5459
|
+
* Get a human-readable label for a time range
|
|
5460
|
+
* @param range - Time range enum
|
|
5461
|
+
* @returns Human-readable label
|
|
5462
|
+
*/
|
|
5463
|
+
declare function getTimeRangeLabel(range: TimeRange): string;
|
|
5530
5464
|
|
|
5531
5465
|
/**
|
|
5532
5466
|
* GET /api/credentials - List credentials
|
|
@@ -6414,46 +6348,23 @@ interface SSEConnectionManagerLike {
|
|
|
6414
6348
|
}>;
|
|
6415
6349
|
}
|
|
6416
6350
|
|
|
6417
|
-
interface FeatureNavLink {
|
|
6418
|
-
label: string;
|
|
6419
|
-
link: string;
|
|
6420
|
-
featureKey?: string;
|
|
6421
|
-
onClick?: () => void;
|
|
6422
|
-
links?: FeatureNavLink[];
|
|
6423
|
-
}
|
|
6424
|
-
interface FeatureNavEntry {
|
|
6425
|
-
label: string;
|
|
6426
|
-
icon: ComponentType;
|
|
6427
|
-
link?: string;
|
|
6428
|
-
featureKey?: string;
|
|
6429
|
-
requiresAdmin?: boolean;
|
|
6430
|
-
dataOnboardingTourId?: string;
|
|
6431
|
-
links?: FeatureNavLink[];
|
|
6432
|
-
}
|
|
6433
6351
|
type FeatureSidebarComponent = ComponentType;
|
|
6352
|
+
type FeatureIconComponent = ComponentType<{
|
|
6353
|
+
size?: number;
|
|
6354
|
+
stroke?: number;
|
|
6355
|
+
}>;
|
|
6434
6356
|
interface FeatureModule {
|
|
6435
|
-
/** Unique stable identifier for this feature
|
|
6357
|
+
/** Unique stable identifier for this feature module. */
|
|
6436
6358
|
key: string;
|
|
6437
|
-
/**
|
|
6359
|
+
/** Organization Model feature id this module presents. */
|
|
6438
6360
|
featureId: string;
|
|
6439
|
-
/**
|
|
6440
|
-
* Capability identifiers contributed by this feature.
|
|
6441
|
-
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
6442
|
-
* Not queried at runtime — kept for semantic graph completeness so that
|
|
6443
|
-
* capability membership is fully represented in the resolved model even when
|
|
6444
|
-
* a surface does not declare it directly.
|
|
6445
|
-
*/
|
|
6361
|
+
/** Capability identifiers contributed by this feature module. */
|
|
6446
6362
|
capabilityIds?: string[];
|
|
6447
|
-
/**
|
|
6448
|
-
|
|
6449
|
-
/** Sidebar component rendered when
|
|
6363
|
+
/** Icon used when this feature node appears in shell navigation. */
|
|
6364
|
+
icon?: FeatureIconComponent;
|
|
6365
|
+
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
6450
6366
|
sidebar?: FeatureSidebarComponent;
|
|
6451
|
-
/**
|
|
6452
|
-
subshellRoutes?: string[];
|
|
6453
|
-
/**
|
|
6454
|
-
* Operations-only bridge surface connecting this feature to the organization graph.
|
|
6455
|
-
* Ignored by all other features. Only one manifest in the registry should set this.
|
|
6456
|
-
*/
|
|
6367
|
+
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
6457
6368
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
6458
6369
|
}
|
|
6459
6370
|
interface ResolvedFeatureAccess {
|
|
@@ -6462,52 +6373,47 @@ interface ResolvedFeatureAccess {
|
|
|
6462
6373
|
}
|
|
6463
6374
|
interface ResolvedFeatureSemantics {
|
|
6464
6375
|
capabilityIds: string[];
|
|
6465
|
-
surfaceIds: string[];
|
|
6466
|
-
surfaces: OrganizationModelSurface[];
|
|
6467
6376
|
}
|
|
6468
6377
|
interface ResolvedFeatureModule extends FeatureModule {
|
|
6469
6378
|
access: ResolvedFeatureAccess;
|
|
6470
6379
|
semantics: ResolvedFeatureSemantics;
|
|
6471
6380
|
}
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
interface ResolvedShellNavItem extends FeatureNavEntry {
|
|
6475
|
-
placement: ShellNavPlacement;
|
|
6476
|
-
source: ShellNavSource;
|
|
6477
|
-
featureId?: string;
|
|
6381
|
+
interface ResolvedShellFeature extends OrganizationModelFeature {
|
|
6382
|
+
iconComponent?: FeatureIconComponent;
|
|
6478
6383
|
}
|
|
6479
6384
|
interface ResolvedShellModel {
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6385
|
+
features: readonly ResolvedShellFeature[];
|
|
6386
|
+
findByPath: (path: string) => ResolvedShellFeature | undefined;
|
|
6387
|
+
findById: (id: string) => ResolvedShellFeature | undefined;
|
|
6388
|
+
childrenOf: (id: string) => ResolvedShellFeature[];
|
|
6389
|
+
ancestorsOf: (id: string) => ResolvedShellFeature[];
|
|
6390
|
+
parentOf: (id: string) => ResolvedShellFeature | undefined;
|
|
6391
|
+
topLevel: () => ResolvedShellFeature[];
|
|
6392
|
+
uiPositionFor: (id: string) => OrganizationModelFeature['uiPosition'] | undefined;
|
|
6393
|
+
requiresAdminFor: (id: string) => boolean;
|
|
6394
|
+
devOnlyFor: (id: string) => boolean;
|
|
6485
6395
|
}
|
|
6486
6396
|
type ShellRouteMatchStatus = 'matched' | 'hidden' | 'unmatched';
|
|
6487
6397
|
interface ResolvedShellRouteMatch {
|
|
6488
6398
|
status: ShellRouteMatchStatus;
|
|
6489
6399
|
path: string;
|
|
6490
6400
|
feature?: ResolvedFeatureModule;
|
|
6491
|
-
|
|
6492
|
-
navLink?: FeatureNavLink;
|
|
6401
|
+
node?: ResolvedShellFeature;
|
|
6493
6402
|
}
|
|
6494
6403
|
interface ShellRuntime {
|
|
6495
6404
|
resolveRoute: (path: string) => ResolvedShellRouteMatch;
|
|
6496
6405
|
}
|
|
6497
6406
|
interface OrganizationGraphFeatureBridge {
|
|
6498
|
-
|
|
6407
|
+
featureId: string;
|
|
6499
6408
|
}
|
|
6500
6409
|
interface OrganizationGraphContextValue {
|
|
6501
6410
|
available: boolean;
|
|
6502
|
-
surfaceId?: string;
|
|
6503
|
-
surfacePath?: string;
|
|
6504
|
-
surfaceType?: OrganizationModelSurface['surfaceType'];
|
|
6505
6411
|
featureId?: string;
|
|
6412
|
+
featurePath?: string;
|
|
6506
6413
|
}
|
|
6507
6414
|
interface ElevasisFeaturesProviderProps {
|
|
6508
6415
|
features: FeatureModule[];
|
|
6509
6416
|
organizationModel?: OrganizationModel;
|
|
6510
|
-
appShellOverrides?: AppShellOverrides;
|
|
6511
6417
|
timeRange?: TimeRange;
|
|
6512
6418
|
operationsApiUrl?: string;
|
|
6513
6419
|
operationsSSEManager?: SSEConnectionManagerLike;
|
|
@@ -6535,7 +6441,7 @@ interface ElevasisFeaturesContextValue {
|
|
|
6535
6441
|
|
|
6536
6442
|
declare function useElevasisFeatures(): ElevasisFeaturesContextValue;
|
|
6537
6443
|
declare function useOptionalElevasisFeatures(): ElevasisFeaturesContextValue | null;
|
|
6538
|
-
declare function ElevasisFeaturesProvider({ features, organizationModel,
|
|
6444
|
+
declare function ElevasisFeaturesProvider({ features, organizationModel, timeRange, operationsApiUrl, operationsSSEManager, deliveryApiUrl, deliverySSEManager, disabledSubsectionPaths, children }: ElevasisFeaturesProviderProps): react_jsx_runtime.JSX.Element;
|
|
6539
6445
|
|
|
6540
6446
|
declare function FeatureShell({ children }: {
|
|
6541
6447
|
children: ReactNode;
|
|
@@ -6916,7 +6822,7 @@ declare function useGetExecutionHistory(scheduleId: string | undefined, options?
|
|
|
6916
6822
|
executions: {
|
|
6917
6823
|
id: string;
|
|
6918
6824
|
createdAt: string;
|
|
6919
|
-
status: "completed" | "
|
|
6825
|
+
status: "completed" | "cancelled" | "failed" | "running";
|
|
6920
6826
|
step: number | null;
|
|
6921
6827
|
itemLabel: string | null;
|
|
6922
6828
|
duration: number | null;
|
|
@@ -7971,8 +7877,8 @@ declare const RequestSourceEnum: z.ZodEnum<{
|
|
|
7971
7877
|
cli: "cli";
|
|
7972
7878
|
}>;
|
|
7973
7879
|
declare const RequestTypeEnum: z.ZodEnum<{
|
|
7974
|
-
other: "other";
|
|
7975
7880
|
feature: "feature";
|
|
7881
|
+
other: "other";
|
|
7976
7882
|
bug: "bug";
|
|
7977
7883
|
question: "question";
|
|
7978
7884
|
}>;
|
|
@@ -9747,6 +9653,10 @@ declare function useVisibleResources(): {
|
|
|
9747
9653
|
};
|
|
9748
9654
|
|
|
9749
9655
|
type DomainFilterState = 'neutral' | 'include' | 'exclude';
|
|
9656
|
+
type ResourceFilterFacet = {
|
|
9657
|
+
id: string;
|
|
9658
|
+
label: string;
|
|
9659
|
+
};
|
|
9750
9660
|
interface DomainFiltersStore {
|
|
9751
9661
|
filters: Record<string, DomainFilterState>;
|
|
9752
9662
|
cycle: (domainId: string) => void;
|
|
@@ -9778,6 +9688,9 @@ declare const useCommandViewDomainFilters: zustand.UseBoundStore<Omit<zustand.St
|
|
|
9778
9688
|
getOptions: () => Partial<zustand_middleware.PersistOptions<DomainFiltersStore, DomainFiltersStore, unknown>>;
|
|
9779
9689
|
};
|
|
9780
9690
|
}>;
|
|
9691
|
+
declare function getResourceFilterFacetIds(resource: ResourceDefinition): string[];
|
|
9692
|
+
declare function labelResourceFilterFacet(id: string): string;
|
|
9693
|
+
declare function collectResourceFilterFacets(items: ResourceDefinition[]): ResourceFilterFacet[];
|
|
9781
9694
|
declare function filterByDomainFilters(items: ResourceDefinition[], filters: Record<string, DomainFilterState>): ResourceDefinition[];
|
|
9782
9695
|
|
|
9783
9696
|
/**
|
|
@@ -10705,5 +10618,5 @@ declare function InitializationProvider({ children }: {
|
|
|
10705
10618
|
children: ReactNode;
|
|
10706
10619
|
}): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
|
|
10707
10620
|
|
|
10708
|
-
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, DEBOUNCE_FILTER, DEBOUNCE_SLIDER,
|
|
10709
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState,
|
|
10621
|
+
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisFeaturesProvider, ElevasisServiceProvider, ElevasisUIProvider, FeatureShell, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, NotificationProvider, OAUTH_FLOW_TIMEOUT, OAUTH_POPUP_CHECK_INTERVAL, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createFeatureAccessHook, createOrganizationsSlice, createTestFeaturesProvider, createUseAppInitialization, createUseFeatureAccess, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewLayout, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDirectedChainHighlighting, useElevasisFeatures, useElevasisServices, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useGraphStats, useInitialization, useList, useListApiKeys, useListDeployments, useListExecutions, useListProgress, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisFeatures, useOrganization, useOrganizationMembers, usePaginationState, usePatchTask, usePauseSchedule, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useSyncDealStage, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateMemberConfig, useUpdateMilestone, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVisibleResources, useWarningNotification, useWorkflowStepsLayout, validateEmail };
|
|
10622
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateCredentialRequest, CreateCredentialResponse, CreateScheduleInput, CreateSessionResponse, CreateTestFeaturesProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisFeaturesContextValue, ElevasisFeaturesProviderProps, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FeatureIconComponent, FeatureModule, FeatureSidebarComponent, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphFeatureBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RequestRow, RequestsListFilters, ResolvedFeatureAccess, ResolvedFeatureModule, ResolvedFeatureSemantics, ResolvedShellFeature, ResolvedShellModel, ResolvedShellRouteMatch, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, SortDirection, SortState, StaleDealSummaryItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseUserProfileReturn, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
|