@elevasis/ui 2.35.0 → 2.37.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 +4 -3
- package/dist/app/index.css +0 -384
- package/dist/app/index.d.ts +45 -18
- package/dist/app/index.js +21 -21
- package/dist/auth/index.d.ts +91 -28
- package/dist/auth/index.js +5 -1
- package/dist/charts/index.js +9 -3
- package/dist/chunk-5CTJ7TW2.js +111 -0
- package/dist/chunk-5EYJ2GIN.js +122 -0
- package/dist/{chunk-VDOOGGBA.js → chunk-6NREL3KL.js} +2 -2
- package/dist/chunk-6ROXVZ3L.js +9 -0
- package/dist/{chunk-YYX7OPZQ.js → chunk-73EWE2EW.js} +1 -1
- package/dist/{chunk-SIQ3P4OR.js → chunk-7GQFIWP4.js} +8 -756
- package/dist/chunk-A7IG36LB.js +215 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/{chunk-AKW7KISS.js → chunk-CWYQRM5T.js} +2 -38
- package/dist/{chunk-LUYVRATI.js → chunk-DA6I5VEY.js} +5 -213
- package/dist/chunk-I53EX4VU.js +734 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/{chunk-VKIZUUPM.js → chunk-JPVZRZ3X.js} +31 -14
- package/dist/chunk-JXVNHVK7.js +79 -0
- package/dist/chunk-JZ2WID2G.js +337 -0
- package/dist/chunk-LCJQ6OWC.js +348 -0
- package/dist/chunk-LNC6PZAE.js +85 -0
- package/dist/{chunk-4U3XAWCN.js → chunk-NWMPBG4U.js} +134 -495
- package/dist/chunk-NYNOMAAS.js +422 -0
- package/dist/chunk-S3KBYQTI.js +39 -0
- package/dist/chunk-S3XR4II4.js +30 -0
- package/dist/chunk-SHZT7ULK.js +425 -0
- package/dist/{chunk-26HFM4MH.js → chunk-T3NI7DOA.js} +2005 -4106
- package/dist/{chunk-GX6XBRRF.js → chunk-TYRUKGGD.js} +2 -1
- package/dist/{chunk-R3VCBZDC.js → chunk-X4WBGKJQ.js} +3 -50
- package/dist/{chunk-GEFWMU26.js → chunk-X66MVMZT.js} +1 -9
- package/dist/{chunk-57OZ3AEG.js → chunk-Y3JQBSKQ.js} +1 -1
- package/dist/components/index.d.ts +36 -46
- package/dist/components/index.js +33 -19
- package/dist/components/navigation/index.js +3 -31
- package/dist/execution/index.d.ts +2 -2
- package/dist/features/auth/index.d.ts +55 -99
- package/dist/features/auth/index.js +36 -99
- package/dist/features/clients/index.js +33 -19
- package/dist/features/crm/index.d.ts +23 -0
- package/dist/features/crm/index.js +33 -19
- package/dist/features/dashboard/index.d.ts +3 -3
- package/dist/features/dashboard/index.js +33 -19
- package/dist/features/delivery/index.d.ts +23 -0
- package/dist/features/delivery/index.js +33 -19
- package/dist/features/knowledge/index.js +6 -30
- package/dist/features/lead-gen/index.d.ts +1373 -48
- package/dist/features/lead-gen/index.js +33 -19
- package/dist/features/monitoring/index.js +33 -19
- package/dist/features/monitoring/requests/index.js +33 -19
- package/dist/features/notes/index.d.ts +72 -0
- package/dist/features/notes/index.js +621 -0
- package/dist/features/operations/index.d.ts +30 -30
- package/dist/features/operations/index.js +33 -19
- package/dist/features/right-panel-host/index.d.ts +214 -0
- package/dist/features/right-panel-host/index.js +640 -0
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +26 -35
- package/dist/features/settings/index.js +33 -19
- package/dist/hooks/access/index.d.ts +90 -0
- package/dist/hooks/access/index.js +10 -0
- package/dist/hooks/delivery/index.d.ts +23 -0
- package/dist/hooks/delivery/index.js +33 -19
- package/dist/hooks/index.d.ts +1816 -1855
- package/dist/hooks/index.js +33 -19
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +13 -13
- package/dist/hooks/published.d.ts +1816 -1855
- package/dist/hooks/published.js +33 -19
- package/dist/hooks/user-notes/index.d.ts +57 -0
- package/dist/hooks/user-notes/index.js +3 -0
- package/dist/index.d.ts +290 -309
- package/dist/index.js +34 -20
- package/dist/initialization/index.d.ts +23 -19
- package/dist/knowledge/index.d.ts +21 -21
- package/dist/knowledge/index.js +12 -9
- package/dist/{knowledge-search-index-ORIJCEZX.js → knowledge-search-index-NBCTFIOH.js} +2 -2
- package/dist/layout/index.js +5 -3
- package/dist/organization/index.d.ts +0 -19
- package/dist/organization/index.js +33 -19
- package/dist/profile/index.d.ts +23 -0
- package/dist/provider/index.css +0 -384
- package/dist/provider/index.d.ts +45 -18
- package/dist/provider/index.js +15 -21
- package/dist/provider/published.css +0 -523
- package/dist/provider/published.d.ts +45 -18
- package/dist/provider/published.js +11 -21
- package/dist/sse/index.js +26 -5
- package/dist/supabase/index.d.ts +46 -0
- package/dist/test-utils/index.d.ts +2 -21
- package/dist/test-utils/index.js +5 -18
- package/dist/theme/index.js +2 -1
- package/dist/types/index.d.ts +86 -72
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.js +2 -1
- package/package.json +21 -5
- package/src/auth/README.md +6 -6
- package/dist/components/navigation/index.css +0 -649
- package/dist/features/knowledge/index.css +0 -649
package/dist/hooks/index.js
CHANGED
|
@@ -1,33 +1,47 @@
|
|
|
1
|
-
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys,
|
|
2
|
-
import '../chunk-
|
|
3
|
-
|
|
4
|
-
import '../chunk-3KMDHCAR.js';
|
|
5
|
-
import '../chunk-AKW7KISS.js';
|
|
6
|
-
import '../chunk-WF7CONXF.js';
|
|
7
|
-
import '../chunk-ZTWA5H77.js';
|
|
1
|
+
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, 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, 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, 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-T3NI7DOA.js';
|
|
2
|
+
import '../chunk-S3KBYQTI.js';
|
|
3
|
+
import '../chunk-SHZT7ULK.js';
|
|
8
4
|
import '../chunk-AUDNF2Q7.js';
|
|
9
5
|
import '../chunk-6M6OLGQY.js';
|
|
10
6
|
import '../chunk-BRXELOHC.js';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-
|
|
13
|
-
|
|
14
|
-
import '../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../chunk-57OZ3AEG.js';
|
|
7
|
+
import '../chunk-LNC6PZAE.js';
|
|
8
|
+
import '../chunk-CXY7FMUM.js';
|
|
9
|
+
export { observabilityKeys, useErrorTrends } from '../chunk-7GQFIWP4.js';
|
|
16
10
|
import '../chunk-JBWJ6WHZ.js';
|
|
17
|
-
import '../chunk-
|
|
18
|
-
import '../chunk-
|
|
19
|
-
import '../chunk-
|
|
20
|
-
import '../chunk-
|
|
21
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-ZTWA5H77.js';
|
|
12
|
+
import '../chunk-5EYJ2GIN.js';
|
|
13
|
+
import '../chunk-DA6I5VEY.js';
|
|
14
|
+
import '../chunk-CLDCYJQT.js';
|
|
15
|
+
import '../chunk-TYRUKGGD.js';
|
|
16
|
+
import '../chunk-X4WBGKJQ.js';
|
|
17
|
+
import '../chunk-IIMU5YAJ.js';
|
|
22
18
|
import '../chunk-HENXLGVD.js';
|
|
23
19
|
export { useMergedExecution } from '../chunk-7FPLLSHN.js';
|
|
24
20
|
import '../chunk-RNP5R5I3.js';
|
|
25
|
-
|
|
21
|
+
import '../chunk-5CTJ7TW2.js';
|
|
22
|
+
import '../chunk-CWYQRM5T.js';
|
|
23
|
+
import '../chunk-WF7CONXF.js';
|
|
24
|
+
import '../chunk-WLOQ4IBG.js';
|
|
25
|
+
import '../chunk-JZ2WID2G.js';
|
|
26
|
+
import '../chunk-I53EX4VU.js';
|
|
27
|
+
import '../chunk-3KMDHCAR.js';
|
|
28
|
+
import '../chunk-S3XR4II4.js';
|
|
29
|
+
import '../chunk-A7IG36LB.js';
|
|
30
|
+
import '../chunk-NYBEU5TE.js';
|
|
31
|
+
import '../chunk-Y3JQBSKQ.js';
|
|
32
|
+
import '../chunk-DT3QYZVU.js';
|
|
33
|
+
import '../chunk-2IFYDILW.js';
|
|
34
|
+
import '../chunk-Q7DJKLEN.js';
|
|
35
|
+
export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-X66MVMZT.js';
|
|
26
36
|
import '../chunk-KRWALB24.js';
|
|
27
|
-
import '../chunk-
|
|
37
|
+
import '../chunk-JPVZRZ3X.js';
|
|
38
|
+
export { AccessKeys, useAccess } from '../chunk-LCJQ6OWC.js';
|
|
39
|
+
import '../chunk-NYNOMAAS.js';
|
|
28
40
|
import '../chunk-533DUEQY.js';
|
|
41
|
+
import '../chunk-NWMPBG4U.js';
|
|
29
42
|
import '../chunk-DD3CCMCZ.js';
|
|
30
43
|
import '../chunk-2Q2JQSQO.js';
|
|
44
|
+
import '../chunk-6ROXVZ3L.js';
|
|
31
45
|
import '../chunk-KJ3QUBNU.js';
|
|
32
46
|
import '../chunk-BRJ3QZ4E.js';
|
|
33
47
|
import '../chunk-I2KLQ2HA.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
4
|
-
deprecated: "deprecated";
|
|
5
4
|
active: "active";
|
|
5
|
+
deprecated: "deprecated";
|
|
6
6
|
archived: "archived";
|
|
7
7
|
}>;
|
|
8
8
|
declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -13,8 +13,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13
13
|
description: z.ZodOptional<z.ZodString>;
|
|
14
14
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
15
15
|
status: z.ZodEnum<{
|
|
16
|
-
deprecated: "deprecated";
|
|
17
16
|
active: "active";
|
|
17
|
+
deprecated: "deprecated";
|
|
18
18
|
archived: "archived";
|
|
19
19
|
}>;
|
|
20
20
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -32,12 +32,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32
32
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
33
33
|
path: z.ZodString;
|
|
34
34
|
role: z.ZodEnum<{
|
|
35
|
-
config: "config";
|
|
36
35
|
entrypoint: "entrypoint";
|
|
37
36
|
handler: "handler";
|
|
38
37
|
schema: "schema";
|
|
39
38
|
test: "test";
|
|
40
39
|
docs: "docs";
|
|
40
|
+
config: "config";
|
|
41
41
|
}>;
|
|
42
42
|
symbol: z.ZodOptional<z.ZodString>;
|
|
43
43
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -48,10 +48,10 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
48
48
|
label: z.ZodString;
|
|
49
49
|
payloadSchema: z.ZodOptional<z.ZodString>;
|
|
50
50
|
lifecycle: z.ZodOptional<z.ZodEnum<{
|
|
51
|
+
active: "active";
|
|
51
52
|
deprecated: "deprecated";
|
|
52
53
|
draft: "draft";
|
|
53
54
|
beta: "beta";
|
|
54
|
-
active: "active";
|
|
55
55
|
archived: "archived";
|
|
56
56
|
}>>;
|
|
57
57
|
}, z.core.$strip>>>;
|
|
@@ -63,8 +63,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
63
63
|
description: z.ZodOptional<z.ZodString>;
|
|
64
64
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
65
65
|
status: z.ZodEnum<{
|
|
66
|
-
deprecated: "deprecated";
|
|
67
66
|
active: "active";
|
|
67
|
+
deprecated: "deprecated";
|
|
68
68
|
archived: "archived";
|
|
69
69
|
}>;
|
|
70
70
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -82,12 +82,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
82
82
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
83
83
|
path: z.ZodString;
|
|
84
84
|
role: z.ZodEnum<{
|
|
85
|
-
config: "config";
|
|
86
85
|
entrypoint: "entrypoint";
|
|
87
86
|
handler: "handler";
|
|
88
87
|
schema: "schema";
|
|
89
88
|
test: "test";
|
|
90
89
|
docs: "docs";
|
|
90
|
+
config: "config";
|
|
91
91
|
}>;
|
|
92
92
|
symbol: z.ZodOptional<z.ZodString>;
|
|
93
93
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -129,10 +129,10 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
129
129
|
label: z.ZodString;
|
|
130
130
|
payloadSchema: z.ZodOptional<z.ZodString>;
|
|
131
131
|
lifecycle: z.ZodOptional<z.ZodEnum<{
|
|
132
|
+
active: "active";
|
|
132
133
|
deprecated: "deprecated";
|
|
133
134
|
draft: "draft";
|
|
134
135
|
beta: "beta";
|
|
135
|
-
active: "active";
|
|
136
136
|
archived: "archived";
|
|
137
137
|
}>>;
|
|
138
138
|
}, z.core.$strip>>>;
|
|
@@ -144,8 +144,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
144
144
|
description: z.ZodOptional<z.ZodString>;
|
|
145
145
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
146
146
|
status: z.ZodEnum<{
|
|
147
|
-
deprecated: "deprecated";
|
|
148
147
|
active: "active";
|
|
148
|
+
deprecated: "deprecated";
|
|
149
149
|
archived: "archived";
|
|
150
150
|
}>;
|
|
151
151
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -163,12 +163,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
163
163
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
164
164
|
path: z.ZodString;
|
|
165
165
|
role: z.ZodEnum<{
|
|
166
|
-
config: "config";
|
|
167
166
|
entrypoint: "entrypoint";
|
|
168
167
|
handler: "handler";
|
|
169
168
|
schema: "schema";
|
|
170
169
|
test: "test";
|
|
171
170
|
docs: "docs";
|
|
171
|
+
config: "config";
|
|
172
172
|
}>;
|
|
173
173
|
symbol: z.ZodOptional<z.ZodString>;
|
|
174
174
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -183,8 +183,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
183
183
|
description: z.ZodOptional<z.ZodString>;
|
|
184
184
|
ownerRoleId: z.ZodOptional<z.ZodString>;
|
|
185
185
|
status: z.ZodEnum<{
|
|
186
|
-
deprecated: "deprecated";
|
|
187
186
|
active: "active";
|
|
187
|
+
deprecated: "deprecated";
|
|
188
188
|
archived: "archived";
|
|
189
189
|
}>;
|
|
190
190
|
ontology: z.ZodOptional<z.ZodObject<{
|
|
@@ -202,12 +202,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
202
202
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
203
203
|
path: z.ZodString;
|
|
204
204
|
role: z.ZodEnum<{
|
|
205
|
-
config: "config";
|
|
206
205
|
entrypoint: "entrypoint";
|
|
207
206
|
handler: "handler";
|
|
208
207
|
schema: "schema";
|
|
209
208
|
test: "test";
|
|
210
209
|
docs: "docs";
|
|
210
|
+
config: "config";
|
|
211
211
|
}>;
|
|
212
212
|
symbol: z.ZodOptional<z.ZodString>;
|
|
213
213
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -367,10 +367,10 @@ interface SystemEntry {
|
|
|
367
367
|
declare const LinkSchema: z.ZodObject<{
|
|
368
368
|
nodeId: z.ZodString;
|
|
369
369
|
kind: z.ZodEnum<{
|
|
370
|
-
links: "links";
|
|
371
370
|
affects: "affects";
|
|
372
|
-
effects: "effects";
|
|
373
371
|
actions: "actions";
|
|
372
|
+
effects: "effects";
|
|
373
|
+
links: "links";
|
|
374
374
|
reads: "reads";
|
|
375
375
|
writes: "writes";
|
|
376
376
|
emits: "emits";
|