@elevasis/ui 2.13.0 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-442LZPIR.js +5 -0
- package/dist/{chunk-T7R5P5JJ.js → chunk-A7346I7H.js} +1 -1
- package/dist/{chunk-BSW5MUAQ.js → chunk-C56A2MAS.js} +356 -25
- package/dist/{chunk-2CGYLRTX.js → chunk-ETQRV5A6.js} +1 -1
- package/dist/{chunk-PCK553L4.js → chunk-IO75JNQE.js} +1 -1
- package/dist/{chunk-FT27I4S7.js → chunk-JAUU6TZU.js} +13 -4
- package/dist/{chunk-H333SX3N.js → chunk-PPKJKM3U.js} +1 -1
- package/dist/{chunk-NLFAEJDH.js → chunk-QFBENUS2.js} +2 -2
- package/dist/{chunk-6WPKE7C3.js → chunk-QFEQWAPQ.js} +7 -4
- package/dist/{chunk-67BKMKFG.js → chunk-TAUPDLQ7.js} +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +13 -13
- package/dist/features/crm/index.js +2 -2
- package/dist/features/dashboard/index.js +2 -2
- package/dist/features/delivery/index.js +3 -3
- package/dist/features/lead-gen/index.js +6 -6
- package/dist/features/monitoring/index.js +3 -3
- package/dist/features/operations/index.js +5 -5
- package/dist/features/settings/index.js +2 -2
- package/dist/hooks/index.d.ts +7 -7
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/published.d.ts +7 -7
- package/dist/hooks/published.js +1 -1
- package/dist/index.d.ts +52 -6
- package/dist/index.js +1 -1
- package/dist/provider/index.d.ts +47 -1
- package/dist/provider/published.d.ts +47 -1
- package/dist/types/index.d.ts +3 -3
- package/package.json +2 -2
- package/dist/chunk-G2TDX3W6.js +0 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -4432,7 +4432,7 @@ interface Task extends OriginTracking {
|
|
|
4432
4432
|
humanCheckpoint?: string
|
|
4433
4433
|
|
|
4434
4434
|
// Status (updated to include 'completed')
|
|
4435
|
-
status:
|
|
4435
|
+
status: QueueTaskStatus
|
|
4436
4436
|
|
|
4437
4437
|
/**
|
|
4438
4438
|
* Target resource tracking — mirrors origin columns.
|
|
@@ -4466,7 +4466,7 @@ interface Task extends OriginTracking {
|
|
|
4466
4466
|
* - failed: execution failed, task can be retried
|
|
4467
4467
|
* - expired: timed out before action
|
|
4468
4468
|
*/
|
|
4469
|
-
type
|
|
4469
|
+
type QueueTaskStatus = 'pending' | 'processing' | 'completed' | 'failed' | 'expired'
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
4472
|
* Parameters for patching mutable metadata on a task
|
|
@@ -5820,4 +5820,4 @@ interface CommandViewStatsResponse {
|
|
|
5820
5820
|
generatedAt: string
|
|
5821
5821
|
}
|
|
5822
5822
|
|
|
5823
|
-
export type { AIResourceDefinition, APIExecutionDetail, APIExecutionListResponse, APIExecutionSummary, AbsoluteScheduleConfig, AbsoluteScheduleItem, ActionConfig, Activity, ActivitySSEEvent, ActivityStatus, ActivityType, AgentIterationData, AgentMemory, ApiKeyListItem, BusinessImpactMetrics, ChatMessage, CheckpointListResponse, CommandQueueSSEEvent, CommandViewAgent, CommandViewData, CommandViewNode, CommandViewNodeType, CommandViewStatsResponse, CommandViewWorkflow, CostBreakdownMetrics, CostByModelResponse, CostSummaryResponse, CostTrendsResponse, CreateWebhookEndpointRequest, CredentialListItem, DashboardMetrics, DealListItem, DealStage, Deployment, DeploymentStatus, DomainDefinition, ErrorAnalysisMetrics, ErrorDetailFull, ErrorDetailResponse, ErrorTrend, ExecutionHealthMetrics, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogMessage, ExecutionMetricsDetail, ExecutionSSEEvent, ExecutionStatus$1 as ExecutionStatus, ExecutionSummary, FailingResource, HumanCheckpointDefinition, HumanCheckpointStats, KanbanBoardConfig, ListMembershipsParams, MembershipFeatureConfig, MembershipStatus, MembershipWithDetails, MessageEvent, MessageType, ModelConfig, NotificationDTO, NotificationSSEEvent, PatchTaskParams, RecentExecutionsByResourceResponse, RecurringScheduleConfig, RelativeScheduleConfig, RelativeScheduleItem, ResourceDefinition$1 as ResourceDefinition, ResourceDomain, ResourceErrorsResponse, ResourceExecutionSummary, ResourceExecutionsResponse, ResourceHealth, ResourceIdentifier, ResourceStats, ResourceStatus$1 as ResourceStatus, ResourceType$1 as ResourceType, ResourcesHealthResponse, SerializedAgentDefinition, SerializedExecutionInterface, SerializedWorkflowDefinition, SessionDTO, SessionTokenUsage, StatsTimeRange, SupabaseUserProfile, Task, TaskSchedule, TaskScheduleConfig,
|
|
5823
|
+
export type { AIResourceDefinition, APIExecutionDetail, APIExecutionListResponse, APIExecutionSummary, AbsoluteScheduleConfig, AbsoluteScheduleItem, ActionConfig, Activity, ActivitySSEEvent, ActivityStatus, ActivityType, AgentIterationData, AgentMemory, ApiKeyListItem, BusinessImpactMetrics, ChatMessage, CheckpointListResponse, CommandQueueSSEEvent, CommandViewAgent, CommandViewData, CommandViewNode, CommandViewNodeType, CommandViewStatsResponse, CommandViewWorkflow, CostBreakdownMetrics, CostByModelResponse, CostSummaryResponse, CostTrendsResponse, CreateWebhookEndpointRequest, CredentialListItem, DashboardMetrics, DealListItem, DealStage, Deployment, DeploymentStatus, DomainDefinition, ErrorAnalysisMetrics, ErrorDetailFull, ErrorDetailResponse, ErrorTrend, ExecutionHealthMetrics, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogMessage, ExecutionMetricsDetail, ExecutionSSEEvent, ExecutionStatus$1 as ExecutionStatus, ExecutionSummary, FailingResource, HumanCheckpointDefinition, HumanCheckpointStats, KanbanBoardConfig, ListMembershipsParams, MembershipFeatureConfig, MembershipStatus, MembershipWithDetails, MessageEvent, MessageType, ModelConfig, NotificationDTO, NotificationSSEEvent, PatchTaskParams, QueueTaskStatus, RecentExecutionsByResourceResponse, RecurringScheduleConfig, RelativeScheduleConfig, RelativeScheduleItem, ResourceDefinition$1 as ResourceDefinition, ResourceDomain, ResourceErrorsResponse, ResourceExecutionSummary, ResourceExecutionsResponse, ResourceHealth, ResourceIdentifier, ResourceStats, ResourceStatus$1 as ResourceStatus, ResourceType$1 as ResourceType, ResourcesHealthResponse, SerializedAgentDefinition, SerializedExecutionInterface, SerializedWorkflowDefinition, SessionDTO, SessionTokenUsage, StatsTimeRange, SupabaseUserProfile, Task, TaskSchedule, TaskScheduleConfig, TimeRange, WorkflowNodeVisualizerData as TimelineData, UpdateWebhookEndpointRequest, UserConfig, WebhookEndpoint, WebhookEndpointResponse };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.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",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"tsup": "^8.0.0",
|
|
207
207
|
"typescript": "5.9.2",
|
|
208
208
|
"vite": "^7.0.0",
|
|
209
|
-
"@repo/core": "0.
|
|
209
|
+
"@repo/core": "0.6.0",
|
|
210
210
|
"@repo/typescript-config": "0.0.0",
|
|
211
211
|
"@repo/eslint-config": "0.0.0"
|
|
212
212
|
},
|