@elevasis/ui 2.60.0 → 2.61.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 +3 -3
- package/dist/app/index.d.ts +6 -5
- package/dist/app/index.js +3 -3
- package/dist/auth/index.js +3 -3
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-XOPLS4S6.js → chunk-774JOHIM.js} +60 -20
- package/dist/{chunk-7Q5THR43.js → chunk-DRQA53N4.js} +1 -1
- package/dist/{chunk-4N5GYO6R.js → chunk-WFX6ERBL.js} +231 -166
- package/dist/{chunk-4UA62IDF.js → chunk-YM6LMYOE.js} +1 -1
- package/dist/components/index.d.ts +128 -17
- package/dist/components/index.js +3 -3
- package/dist/components/navigation/index.js +3 -3
- package/dist/features/auth/index.js +4 -4
- package/dist/features/clients/index.js +3 -3
- package/dist/features/crm/index.js +3 -3
- package/dist/features/dashboard/index.d.ts +6 -5
- package/dist/features/dashboard/index.js +3 -3
- package/dist/features/delivery/index.js +3 -3
- package/dist/features/knowledge/index.js +3 -3
- package/dist/features/lead-gen/index.d.ts +189 -18
- package/dist/features/lead-gen/index.js +3 -3
- package/dist/features/monitoring/index.js +3 -3
- package/dist/features/monitoring/requests/index.js +4 -4
- package/dist/features/operations/index.d.ts +6 -5
- package/dist/features/operations/index.js +3 -3
- package/dist/features/public-agent-chat/index.js +29 -8
- package/dist/features/settings/index.js +3 -3
- package/dist/hooks/access/index.js +3 -3
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.d.ts +13 -15
- package/dist/hooks/index.js +3 -3
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +6 -5
- package/dist/hooks/published.d.ts +13 -15
- package/dist/hooks/published.js +3 -3
- package/dist/index.d.ts +188 -28
- package/dist/index.js +4 -4
- package/dist/knowledge/index.d.ts +6 -5
- package/dist/knowledge/index.js +4 -4
- package/dist/layout/index.js +3 -3
- package/dist/organization/index.js +3 -3
- package/dist/provider/index.d.ts +59 -6
- package/dist/provider/index.js +3 -3
- package/dist/provider/published.d.ts +6 -5
- package/dist/provider/published.js +3 -3
- package/dist/test-utils/index.js +3 -3
- package/dist/types/index.d.ts +6 -5
- package/dist/utils/index.d.ts +6 -5
- package/dist/utils/index.js +1 -1
- package/package.json +4 -4
|
@@ -328,12 +328,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
|
328
328
|
archived: "archived";
|
|
329
329
|
disabled: "disabled";
|
|
330
330
|
}>>;
|
|
331
|
-
readinessProfile: z.ZodOptional<z.
|
|
332
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
333
|
-
"sales.crm.api": "sales.crm.api";
|
|
334
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
335
|
-
}>>;
|
|
331
|
+
readinessProfile: z.ZodOptional<z.ZodString>;
|
|
336
332
|
resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
333
|
+
readinessContract: z.ZodOptional<z.ZodObject<{
|
|
334
|
+
requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
335
|
+
requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
336
|
+
requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
337
|
+
}, z.core.$strict>>;
|
|
337
338
|
}, z.core.$strict>;
|
|
338
339
|
type JsonPrimitive = string | number | boolean | null;
|
|
339
340
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
@@ -3538,12 +3538,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
|
3538
3538
|
archived: "archived";
|
|
3539
3539
|
disabled: "disabled";
|
|
3540
3540
|
}>>;
|
|
3541
|
-
readinessProfile: z.ZodOptional<z.
|
|
3542
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
3543
|
-
"sales.crm.api": "sales.crm.api";
|
|
3544
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
3545
|
-
}>>;
|
|
3541
|
+
readinessProfile: z.ZodOptional<z.ZodString>;
|
|
3546
3542
|
resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
3543
|
+
readinessContract: z.ZodOptional<z.ZodObject<{
|
|
3544
|
+
requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3545
|
+
requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3546
|
+
requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3547
|
+
}, z.core.$strict>>;
|
|
3547
3548
|
}, z.core.$strict>;
|
|
3548
3549
|
type JsonPrimitive = string | number | boolean | null;
|
|
3549
3550
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
@@ -4589,21 +4590,18 @@ interface AcqDealTask {
|
|
|
4589
4590
|
/**
|
|
4590
4591
|
* Live-scan aggregate telemetry for a single list, computed on demand from
|
|
4591
4592
|
* the list junction tables and current contact deliverability state.
|
|
4592
|
-
* `stageCounts` are attempted counts from list-row processing_state
|
|
4593
|
+
* `stageCounts` are attempted counts from list-row processing_state, keyed
|
|
4594
|
+
* by the tenant's declared lead-gen stage catalog IDs. The canonical Elevasis
|
|
4595
|
+
* pipeline stages (`populated`, `extracted`, `qualified`, `discovered`,
|
|
4596
|
+
* `verified`, `personalized`, `uploaded`) are included when declared in the
|
|
4597
|
+
* tenant's stage catalog; tenants may declare additional or different stages.
|
|
4593
4598
|
*/
|
|
4594
4599
|
interface ListTelemetry {
|
|
4595
4600
|
listId: string;
|
|
4596
4601
|
totalCompanies: number;
|
|
4597
4602
|
totalContacts: number;
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
extracted: number;
|
|
4601
|
-
qualified: number;
|
|
4602
|
-
discovered: number;
|
|
4603
|
-
verified: number;
|
|
4604
|
-
personalized: number;
|
|
4605
|
-
uploaded: number;
|
|
4606
|
-
};
|
|
4603
|
+
/** Stage attempt counts keyed by the tenant's declared stage catalog IDs. */
|
|
4604
|
+
stageCounts: Record<string, number>;
|
|
4607
4605
|
deliverability: {
|
|
4608
4606
|
valid: number;
|
|
4609
4607
|
risky: number;
|
package/dist/hooks/published.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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, useCommandQueueTask, 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, useEndSession, 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, useCommandQueueTask, 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, useEndSession, 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-WFX6ERBL.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-DRQA53N4.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
import '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
export { useMergedExecution } from '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-774JOHIM.js';
|
|
23
23
|
export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
import '../chunk-BI5VDO2K.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -4176,6 +4176,22 @@ interface AgentIterationData {
|
|
|
4176
4176
|
status: 'running' | 'completed' | 'failed' | 'warning';
|
|
4177
4177
|
}
|
|
4178
4178
|
|
|
4179
|
+
declare const RecordColumnConfigSchema: z$1.ZodObject<{
|
|
4180
|
+
key: z$1.ZodString;
|
|
4181
|
+
label: z$1.ZodString;
|
|
4182
|
+
path: z$1.ZodString;
|
|
4183
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
4184
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
4185
|
+
text: "text";
|
|
4186
|
+
badge: "badge";
|
|
4187
|
+
datetime: "datetime";
|
|
4188
|
+
count: "count";
|
|
4189
|
+
json: "json";
|
|
4190
|
+
}>>;
|
|
4191
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
4192
|
+
}, z$1.core.$strip>;
|
|
4193
|
+
type RecordColumnConfig = z$1.infer<typeof RecordColumnConfigSchema>;
|
|
4194
|
+
|
|
4179
4195
|
declare const TransitionItemRequestSchema: z$1.ZodObject<{
|
|
4180
4196
|
pipelineKey: z$1.ZodString;
|
|
4181
4197
|
stageKey: z$1.ZodString;
|
|
@@ -4653,21 +4669,18 @@ interface AcqDealTask {
|
|
|
4653
4669
|
/**
|
|
4654
4670
|
* Live-scan aggregate telemetry for a single list, computed on demand from
|
|
4655
4671
|
* the list junction tables and current contact deliverability state.
|
|
4656
|
-
* `stageCounts` are attempted counts from list-row processing_state
|
|
4672
|
+
* `stageCounts` are attempted counts from list-row processing_state, keyed
|
|
4673
|
+
* by the tenant's declared lead-gen stage catalog IDs. The canonical Elevasis
|
|
4674
|
+
* pipeline stages (`populated`, `extracted`, `qualified`, `discovered`,
|
|
4675
|
+
* `verified`, `personalized`, `uploaded`) are included when declared in the
|
|
4676
|
+
* tenant's stage catalog; tenants may declare additional or different stages.
|
|
4657
4677
|
*/
|
|
4658
4678
|
interface ListTelemetry {
|
|
4659
4679
|
listId: string;
|
|
4660
4680
|
totalCompanies: number;
|
|
4661
4681
|
totalContacts: number;
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
extracted: number;
|
|
4665
|
-
qualified: number;
|
|
4666
|
-
discovered: number;
|
|
4667
|
-
verified: number;
|
|
4668
|
-
personalized: number;
|
|
4669
|
-
uploaded: number;
|
|
4670
|
-
};
|
|
4682
|
+
/** Stage attempt counts keyed by the tenant's declared stage catalog IDs. */
|
|
4683
|
+
stageCounts: Record<string, number>;
|
|
4671
4684
|
deliverability: {
|
|
4672
4685
|
valid: number;
|
|
4673
4686
|
risky: number;
|
|
@@ -5124,12 +5137,13 @@ declare const SystemApiInterfaceSchema: z$1.ZodObject<{
|
|
|
5124
5137
|
archived: "archived";
|
|
5125
5138
|
disabled: "disabled";
|
|
5126
5139
|
}>>;
|
|
5127
|
-
readinessProfile: z$1.ZodOptional<z$1.
|
|
5128
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
5129
|
-
"sales.crm.api": "sales.crm.api";
|
|
5130
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
5131
|
-
}>>;
|
|
5140
|
+
readinessProfile: z$1.ZodOptional<z$1.ZodString>;
|
|
5132
5141
|
resourceIds: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
5142
|
+
readinessContract: z$1.ZodOptional<z$1.ZodObject<{
|
|
5143
|
+
requiredObjects: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5144
|
+
requiredCatalogs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5145
|
+
requiredKinds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
5146
|
+
}, z$1.core.$strict>>;
|
|
5133
5147
|
}, z$1.core.$strict>;
|
|
5134
5148
|
type JsonPrimitive = string | number | boolean | null;
|
|
5135
5149
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
@@ -7770,11 +7784,63 @@ interface ListBuilderWorkflow {
|
|
|
7770
7784
|
defaultInput?: (list: AcqListResponse) => unknown;
|
|
7771
7785
|
}
|
|
7772
7786
|
type ListBuilderRegistry = readonly ListBuilderWorkflow[];
|
|
7787
|
+
/**
|
|
7788
|
+
* A header action rendered in the page header area (e.g. an export button).
|
|
7789
|
+
* Absent → nothing rendered. This is the extension point replacing the
|
|
7790
|
+
* Nirvana route-wrapper bolt-on pattern.
|
|
7791
|
+
*/
|
|
7792
|
+
interface LeadGenHeaderAction {
|
|
7793
|
+
/** Stable key for React reconciliation. */
|
|
7794
|
+
key: string;
|
|
7795
|
+
/** Render the action node. Called inside a Mantine Group. */
|
|
7796
|
+
render: () => ReactNode;
|
|
7797
|
+
}
|
|
7798
|
+
/**
|
|
7799
|
+
* A row-level action rendered per record (e.g. an inline action button).
|
|
7800
|
+
* Generic context keeps the registry decoupled from row-type specifics.
|
|
7801
|
+
*/
|
|
7802
|
+
interface LeadGenRowAction<TRow = unknown> {
|
|
7803
|
+
key: string;
|
|
7804
|
+
render: (row: TRow) => ReactNode;
|
|
7805
|
+
}
|
|
7806
|
+
/** A bulk action rendered when one or more rows are selected. */
|
|
7807
|
+
interface LeadGenBulkAction<TRow = unknown> {
|
|
7808
|
+
key: string;
|
|
7809
|
+
label: string;
|
|
7810
|
+
onAction: (rows: TRow[]) => void;
|
|
7811
|
+
}
|
|
7812
|
+
/**
|
|
7813
|
+
* The generalized UI action registry. Extends the existing `listActions`
|
|
7814
|
+
* (ListBuilderRegistry for workflow steps) with optional header/row/bulk
|
|
7815
|
+
* action slots. All fields are optional — omitting any slot preserves
|
|
7816
|
+
* the existing default render exactly.
|
|
7817
|
+
*/
|
|
7818
|
+
interface LeadGenActionRegistry {
|
|
7819
|
+
/** Workflow-step registry (the original listActions / ListBuilderRegistry). */
|
|
7820
|
+
listActions?: ListBuilderRegistry;
|
|
7821
|
+
/** Actions rendered in the page header area. */
|
|
7822
|
+
headerActions?: readonly LeadGenHeaderAction[];
|
|
7823
|
+
/** Per-row actions rendered in data grids. */
|
|
7824
|
+
rowActions?: readonly LeadGenRowAction[];
|
|
7825
|
+
/** Bulk actions rendered when records are selected. */
|
|
7826
|
+
bulkActions?: readonly LeadGenBulkAction[];
|
|
7827
|
+
}
|
|
7773
7828
|
|
|
7774
|
-
declare function ListActionsProvider({ registry, children }: {
|
|
7829
|
+
declare function ListActionsProvider({ registry, actionRegistry, children }: {
|
|
7830
|
+
/**
|
|
7831
|
+
* Workflow-step registry (original API). Still accepted for backward
|
|
7832
|
+
* compatibility. If `actionRegistry` is also provided, its `listActions`
|
|
7833
|
+
* field takes precedence.
|
|
7834
|
+
*/
|
|
7775
7835
|
registry?: ListBuilderRegistry;
|
|
7836
|
+
/**
|
|
7837
|
+
* Full UI action registry (header / row / bulk + listActions).
|
|
7838
|
+
* Supersedes the plain `registry` prop when provided.
|
|
7839
|
+
*/
|
|
7840
|
+
actionRegistry?: LeadGenActionRegistry;
|
|
7776
7841
|
children: ReactNode;
|
|
7777
7842
|
}): react_jsx_runtime.JSX.Element;
|
|
7843
|
+
/** Returns the workflow-step registry. Backward-compatible with existing consumers. */
|
|
7778
7844
|
declare function useListActions(): ListBuilderRegistry;
|
|
7779
7845
|
|
|
7780
7846
|
/** Flat + per-scheme override pattern. Flat values apply to both; `light`/`dark` win over flat. */
|
|
@@ -16455,6 +16521,112 @@ interface ElevasisSystemsContextValue {
|
|
|
16455
16521
|
getResolvedSystem: (key: string) => ResolvedSystemModule | undefined;
|
|
16456
16522
|
}
|
|
16457
16523
|
|
|
16524
|
+
interface LeadGenOverviewPageSlots {
|
|
16525
|
+
/**
|
|
16526
|
+
* Optional content rendered after the page title, before the main body.
|
|
16527
|
+
* Renders inside a Mantine Group. Default: nothing rendered.
|
|
16528
|
+
*/
|
|
16529
|
+
headerActions?: ReactNode;
|
|
16530
|
+
/**
|
|
16531
|
+
* Optional extra tab nodes rendered inside the main content area.
|
|
16532
|
+
* Default: nothing rendered.
|
|
16533
|
+
*/
|
|
16534
|
+
tabs?: ReactNode;
|
|
16535
|
+
/**
|
|
16536
|
+
* Optional content rendered below the main page stack.
|
|
16537
|
+
* Default: nothing rendered.
|
|
16538
|
+
*/
|
|
16539
|
+
footer?: ReactNode;
|
|
16540
|
+
}
|
|
16541
|
+
declare function LeadGenOverviewPage({ headerActions, tabs, footer }?: LeadGenOverviewPageSlots): react_jsx_runtime.JSX.Element;
|
|
16542
|
+
|
|
16543
|
+
interface LeadGenListDetailPageSlots {
|
|
16544
|
+
/**
|
|
16545
|
+
* Optional content rendered after the page title row.
|
|
16546
|
+
* Use this instead of a route-wrapper bolt-on for things like an export
|
|
16547
|
+
* button that should appear at the top of the detail page.
|
|
16548
|
+
* Default: nothing rendered.
|
|
16549
|
+
*/
|
|
16550
|
+
headerActions?: React.ReactNode;
|
|
16551
|
+
/**
|
|
16552
|
+
* Optional content rendered below the tab list and above the first
|
|
16553
|
+
* tab panel. Rarely needed; prefer `headerActions` for most use cases.
|
|
16554
|
+
* Default: nothing rendered.
|
|
16555
|
+
*/
|
|
16556
|
+
tabs?: React.ReactNode;
|
|
16557
|
+
/**
|
|
16558
|
+
* Optional content rendered after the main page stack (below the modal).
|
|
16559
|
+
* Default: nothing rendered.
|
|
16560
|
+
*/
|
|
16561
|
+
footer?: React.ReactNode;
|
|
16562
|
+
}
|
|
16563
|
+
declare function LeadGenListDetailPage({ listId, headerActions, tabs, footer }: {
|
|
16564
|
+
listId: string;
|
|
16565
|
+
} & LeadGenListDetailPageSlots): react_jsx_runtime.JSX.Element;
|
|
16566
|
+
|
|
16567
|
+
interface LeadGenCompaniesPageSlots {
|
|
16568
|
+
/**
|
|
16569
|
+
* Extra columns appended after the default company columns.
|
|
16570
|
+
* Mirrors the `step.recordColumns` seam used by the list-detail build tab.
|
|
16571
|
+
* Each column is rendered using the same `renderRecordValue` / `valueAtPath`
|
|
16572
|
+
* helpers — `path` is resolved against the company row object.
|
|
16573
|
+
* Default: no extra columns.
|
|
16574
|
+
*/
|
|
16575
|
+
extraColumns?: RecordColumnConfig[];
|
|
16576
|
+
/**
|
|
16577
|
+
* When true, `extraColumns` replaces the default column set entirely
|
|
16578
|
+
* rather than appending. Default: false (append).
|
|
16579
|
+
*/
|
|
16580
|
+
replaceDefaultColumns?: boolean;
|
|
16581
|
+
}
|
|
16582
|
+
declare function LeadGenCompaniesPage({ extraColumns, replaceDefaultColumns }?: LeadGenCompaniesPageSlots): react_jsx_runtime.JSX.Element;
|
|
16583
|
+
|
|
16584
|
+
interface LeadGenContactsPageSlots {
|
|
16585
|
+
/**
|
|
16586
|
+
* Extra columns appended after the default contact columns.
|
|
16587
|
+
* Mirrors the `step.recordColumns` seam used by the list-detail build tab.
|
|
16588
|
+
* Each column is rendered using the same path-resolution pattern.
|
|
16589
|
+
* Default: no extra columns.
|
|
16590
|
+
*/
|
|
16591
|
+
extraColumns?: RecordColumnConfig[];
|
|
16592
|
+
/**
|
|
16593
|
+
* When true, `extraColumns` replaces the default column set entirely
|
|
16594
|
+
* rather than appending. Default: false (append).
|
|
16595
|
+
*/
|
|
16596
|
+
replaceDefaultColumns?: boolean;
|
|
16597
|
+
}
|
|
16598
|
+
declare function LeadGenContactsPage({ extraColumns, replaceDefaultColumns }?: LeadGenContactsPageSlots): react_jsx_runtime.JSX.Element;
|
|
16599
|
+
|
|
16600
|
+
/**
|
|
16601
|
+
* Optional page component overrides / slot injections for lead-gen pages.
|
|
16602
|
+
* Each key maps to a page surface; the value is an object of optional
|
|
16603
|
+
* slot props (all absent → byte-identical default render).
|
|
16604
|
+
*
|
|
16605
|
+
* Extend this map as more pages gain slot support.
|
|
16606
|
+
*/
|
|
16607
|
+
interface LeadGenPageOverrides {
|
|
16608
|
+
/** Slot props injected into `LeadGenOverviewPage`. */
|
|
16609
|
+
overview?: LeadGenOverviewPageSlots;
|
|
16610
|
+
/** Slot props injected into `LeadGenListDetailPage`. */
|
|
16611
|
+
listDetail?: LeadGenListDetailPageSlots;
|
|
16612
|
+
/** Column config / slot props injected into `LeadGenCompaniesPage`. */
|
|
16613
|
+
companies?: LeadGenCompaniesPageSlots;
|
|
16614
|
+
/** Column config / slot props injected into `LeadGenContactsPage`. */
|
|
16615
|
+
contacts?: LeadGenContactsPageSlots;
|
|
16616
|
+
}
|
|
16617
|
+
/**
|
|
16618
|
+
* Extended `SystemModule` for the lead-gen feature that carries optional
|
|
16619
|
+
* page overrides alongside the standard manifest fields.
|
|
16620
|
+
*/
|
|
16621
|
+
interface LeadGenSystemModule extends SystemModule {
|
|
16622
|
+
/**
|
|
16623
|
+
* Optional page override map. Absent → no override (default renders apply).
|
|
16624
|
+
* Replaces the need for route-wrapper bolt-ons in tenant projects.
|
|
16625
|
+
*/
|
|
16626
|
+
pages?: LeadGenPageOverrides;
|
|
16627
|
+
}
|
|
16628
|
+
declare const leadGenManifest: LeadGenSystemModule;
|
|
16629
|
+
|
|
16458
16630
|
declare const crmManifest: SystemModule;
|
|
16459
16631
|
|
|
16460
16632
|
declare function DealsListPage(): react_jsx_runtime.JSX.Element;
|
|
@@ -16480,8 +16652,6 @@ interface LeadGenSidebarMiddleProps {
|
|
|
16480
16652
|
}
|
|
16481
16653
|
declare const LeadGenSidebarMiddle: ({ items }?: LeadGenSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
16482
16654
|
|
|
16483
|
-
declare const leadGenManifest: SystemModule;
|
|
16484
|
-
|
|
16485
16655
|
interface LeadGenRouteLink {
|
|
16486
16656
|
label: string;
|
|
16487
16657
|
to: string;
|
|
@@ -16498,18 +16668,8 @@ declare function getEnrichmentColor(status: string): "green" | "red" | "gray" |
|
|
|
16498
16668
|
|
|
16499
16669
|
declare function useDeleteLists(): _tanstack_react_query.UseMutationResult<void, Error, string[], unknown>;
|
|
16500
16670
|
|
|
16501
|
-
declare function LeadGenOverviewPage(): react_jsx_runtime.JSX.Element;
|
|
16502
|
-
|
|
16503
16671
|
declare function LeadGenListsPage(): react_jsx_runtime.JSX.Element;
|
|
16504
16672
|
|
|
16505
|
-
declare function LeadGenListDetailPage({ listId }: {
|
|
16506
|
-
listId: string;
|
|
16507
|
-
}): react_jsx_runtime.JSX.Element;
|
|
16508
|
-
|
|
16509
|
-
declare function LeadGenCompaniesPage(): react_jsx_runtime.JSX.Element;
|
|
16510
|
-
|
|
16511
|
-
declare function LeadGenContactsPage(): react_jsx_runtime.JSX.Element;
|
|
16512
|
-
|
|
16513
16673
|
declare const SEOSidebar: () => react_jsx_runtime.JSX.Element;
|
|
16514
16674
|
|
|
16515
16675
|
declare const SEOSidebarTop: () => react_jsx_runtime.JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { createElevasisQueryClient } from './chunk-
|
|
2
|
-
export { APIErrorAlert, AbsoluteScheduleForm, AccessGuard, AccessKeys, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, ActivityTrendChart, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationDetailPanel, 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, useCommandQueueTask, 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, useEndSession, 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-4N5GYO6R.js';
|
|
1
|
+
export { createElevasisQueryClient } from './chunk-YM6LMYOE.js';
|
|
2
|
+
export { APIErrorAlert, AbsoluteScheduleForm, AccessGuard, AccessKeys, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, ActivityTrendChart, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationDetailPanel, 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, useCommandQueueTask, 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, useEndSession, 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-WFX6ERBL.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
|
import './chunk-ZTWA5H77.js';
|
|
6
6
|
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';
|
|
7
7
|
export { answerValueSchema, checkboxWithOtherSchema, multiAnswerValueSchema, radioWithOtherSchema } from './chunk-6M6OLGQY.js';
|
|
8
8
|
import './chunk-MKH2KOAO.js';
|
|
9
|
-
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-
|
|
9
|
+
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-DRQA53N4.js';
|
|
10
10
|
export { createUseAppInitialization } from './chunk-T4LA4RY2.js';
|
|
11
11
|
export { SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SubshellNavItem, SubshellSidebarSection, seoManifest, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from './chunk-GMXGDO3I.js';
|
|
12
12
|
export { CardHeader } from './chunk-S3XR4II4.js';
|
|
@@ -20,7 +20,7 @@ export { GRAPH_CONSTANTS, calculateGraphHeight, Graph_module_css_default as grap
|
|
|
20
20
|
export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useMergedExecution, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from './chunk-I3CFGE3N.js';
|
|
21
21
|
import './chunk-RNP5R5I3.js';
|
|
22
22
|
export { ProfileProvider, UserProfileService, useProfile, useUserProfile } from './chunk-EIXSQONC.js';
|
|
23
|
-
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from './chunk-
|
|
23
|
+
export { APIClientError, API_URL, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, LIMIT_ACTIVITY_FEED, OAUTH_FLOW_TIMEOUT, PAGE_SIZE_DEFAULT, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, formatChartAxisDate, formatDate, formatDateTime, formatErrorMessage, formatRelativeTime, formatTimeAgo, getErrorInfo, getErrorTitle, getResourceColor, getResourceIcon, isAPIClientError, restoreConsole, setupBrowserMocks, suppressKnownWarnings, validateEmail } from './chunk-774JOHIM.js';
|
|
24
24
|
export { REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, debounce, getTimeRangeDates, getTimeRangeLabel } from './chunk-FVOMKZ7S.js';
|
|
25
25
|
export { ResourceStatusColors } from './chunk-KRWALB24.js';
|
|
26
26
|
export { ElevasisServiceProvider, useElevasisServices } from './chunk-BI5VDO2K.js';
|
|
@@ -106,12 +106,13 @@ declare const SystemApiInterfaceSchema: z.ZodObject<{
|
|
|
106
106
|
archived: "archived";
|
|
107
107
|
disabled: "disabled";
|
|
108
108
|
}>>;
|
|
109
|
-
readinessProfile: z.ZodOptional<z.
|
|
110
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
111
|
-
"sales.crm.api": "sales.crm.api";
|
|
112
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
113
|
-
}>>;
|
|
109
|
+
readinessProfile: z.ZodOptional<z.ZodString>;
|
|
114
110
|
resourceIds: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
111
|
+
readinessContract: z.ZodOptional<z.ZodObject<{
|
|
112
|
+
requiredObjects: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
113
|
+
requiredCatalogs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
114
|
+
requiredKinds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
115
|
+
}, z.core.$strict>>;
|
|
115
116
|
}, z.core.$strict>;
|
|
116
117
|
type JsonPrimitive = string | number | boolean | null;
|
|
117
118
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
package/dist/knowledge/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { getConceptDefinition, normaliseConceptKey, SemanticIcon, getKnowledgeIconToken, PageContainer, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, findOmTreeGroup, SubshellContentContainer, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, buildKnowledgeOmTreeData, findKnowledgeTreeNodeByValue, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-
|
|
2
|
-
export { FILTERABLE_DOMAIN_KEYS, KNOWLEDGE_DOMAINS_WITH_PANELS, KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, buildKnowledgeOmTreeData, extendSemanticIconRegistry, findKnowledgeTreeNodeByValue, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-
|
|
1
|
+
import { getConceptDefinition, normaliseConceptKey, SemanticIcon, getKnowledgeIconToken, PageContainer, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, findOmTreeGroup, SubshellContentContainer, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, PolicySchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, buildKnowledgeOmTreeData, findKnowledgeTreeNodeByValue, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-WFX6ERBL.js';
|
|
2
|
+
export { FILTERABLE_DOMAIN_KEYS, KNOWLEDGE_DOMAINS_WITH_PANELS, KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, buildKnowledgeOmTreeData, extendSemanticIconRegistry, findKnowledgeTreeNodeByValue, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-WFX6ERBL.js';
|
|
3
3
|
import { usePresetsContext } from '../chunk-NZ2F5RQ4.js';
|
|
4
4
|
import '../chunk-OJJK27GC.js';
|
|
5
5
|
import '../chunk-ZTWA5H77.js';
|
|
6
6
|
import '../chunk-AUDNF2Q7.js';
|
|
7
7
|
import '../chunk-6M6OLGQY.js';
|
|
8
8
|
import '../chunk-MKH2KOAO.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-DRQA53N4.js';
|
|
10
10
|
import '../chunk-T4LA4RY2.js';
|
|
11
11
|
import '../chunk-GMXGDO3I.js';
|
|
12
12
|
import '../chunk-S3XR4II4.js';
|
|
@@ -20,7 +20,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
20
20
|
import '../chunk-I3CFGE3N.js';
|
|
21
21
|
import '../chunk-RNP5R5I3.js';
|
|
22
22
|
import '../chunk-EIXSQONC.js';
|
|
23
|
-
import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-
|
|
23
|
+
import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-774JOHIM.js';
|
|
24
24
|
import '../chunk-FVOMKZ7S.js';
|
|
25
25
|
import '../chunk-KRWALB24.js';
|
|
26
26
|
import '../chunk-BI5VDO2K.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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-WFX6ERBL.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-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-DRQA53N4.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
export { SubshellNavItem, SubshellSidebarSection, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-774JOHIM.js';
|
|
23
23
|
import '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
import '../chunk-BI5VDO2K.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-
|
|
1
|
+
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from '../chunk-WFX6ERBL.js';
|
|
2
2
|
import '../chunk-NZ2F5RQ4.js';
|
|
3
3
|
import '../chunk-OJJK27GC.js';
|
|
4
4
|
import '../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../chunk-AUDNF2Q7.js';
|
|
6
6
|
import '../chunk-6M6OLGQY.js';
|
|
7
7
|
import '../chunk-MKH2KOAO.js';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-DRQA53N4.js';
|
|
9
9
|
import '../chunk-T4LA4RY2.js';
|
|
10
10
|
import '../chunk-GMXGDO3I.js';
|
|
11
11
|
import '../chunk-S3XR4II4.js';
|
|
@@ -19,7 +19,7 @@ import '../chunk-HENXLGVD.js';
|
|
|
19
19
|
import '../chunk-I3CFGE3N.js';
|
|
20
20
|
import '../chunk-RNP5R5I3.js';
|
|
21
21
|
import '../chunk-EIXSQONC.js';
|
|
22
|
-
import '../chunk-
|
|
22
|
+
import '../chunk-774JOHIM.js';
|
|
23
23
|
import '../chunk-FVOMKZ7S.js';
|
|
24
24
|
import '../chunk-KRWALB24.js';
|
|
25
25
|
import '../chunk-BI5VDO2K.js';
|
package/dist/provider/index.d.ts
CHANGED
|
@@ -3589,12 +3589,13 @@ declare const SystemApiInterfaceSchema: z$1.ZodObject<{
|
|
|
3589
3589
|
archived: "archived";
|
|
3590
3590
|
disabled: "disabled";
|
|
3591
3591
|
}>>;
|
|
3592
|
-
readinessProfile: z$1.ZodOptional<z$1.
|
|
3593
|
-
"sales.lead-gen.api": "sales.lead-gen.api";
|
|
3594
|
-
"sales.crm.api": "sales.crm.api";
|
|
3595
|
-
"sales.lead-gen.crm-handoff": "sales.lead-gen.crm-handoff";
|
|
3596
|
-
}>>;
|
|
3592
|
+
readinessProfile: z$1.ZodOptional<z$1.ZodString>;
|
|
3597
3593
|
resourceIds: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3594
|
+
readinessContract: z$1.ZodOptional<z$1.ZodObject<{
|
|
3595
|
+
requiredObjects: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3596
|
+
requiredCatalogs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
3597
|
+
requiredKinds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3598
|
+
}, z$1.core.$strict>>;
|
|
3598
3599
|
}, z$1.core.$strict>;
|
|
3599
3600
|
type JsonPrimitive = string | number | boolean | null;
|
|
3600
3601
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
@@ -4818,11 +4819,63 @@ interface ListBuilderWorkflow {
|
|
|
4818
4819
|
defaultInput?: (list: AcqListResponse) => unknown;
|
|
4819
4820
|
}
|
|
4820
4821
|
type ListBuilderRegistry = readonly ListBuilderWorkflow[];
|
|
4822
|
+
/**
|
|
4823
|
+
* A header action rendered in the page header area (e.g. an export button).
|
|
4824
|
+
* Absent → nothing rendered. This is the extension point replacing the
|
|
4825
|
+
* Nirvana route-wrapper bolt-on pattern.
|
|
4826
|
+
*/
|
|
4827
|
+
interface LeadGenHeaderAction {
|
|
4828
|
+
/** Stable key for React reconciliation. */
|
|
4829
|
+
key: string;
|
|
4830
|
+
/** Render the action node. Called inside a Mantine Group. */
|
|
4831
|
+
render: () => ReactNode;
|
|
4832
|
+
}
|
|
4833
|
+
/**
|
|
4834
|
+
* A row-level action rendered per record (e.g. an inline action button).
|
|
4835
|
+
* Generic context keeps the registry decoupled from row-type specifics.
|
|
4836
|
+
*/
|
|
4837
|
+
interface LeadGenRowAction<TRow = unknown> {
|
|
4838
|
+
key: string;
|
|
4839
|
+
render: (row: TRow) => ReactNode;
|
|
4840
|
+
}
|
|
4841
|
+
/** A bulk action rendered when one or more rows are selected. */
|
|
4842
|
+
interface LeadGenBulkAction<TRow = unknown> {
|
|
4843
|
+
key: string;
|
|
4844
|
+
label: string;
|
|
4845
|
+
onAction: (rows: TRow[]) => void;
|
|
4846
|
+
}
|
|
4847
|
+
/**
|
|
4848
|
+
* The generalized UI action registry. Extends the existing `listActions`
|
|
4849
|
+
* (ListBuilderRegistry for workflow steps) with optional header/row/bulk
|
|
4850
|
+
* action slots. All fields are optional — omitting any slot preserves
|
|
4851
|
+
* the existing default render exactly.
|
|
4852
|
+
*/
|
|
4853
|
+
interface LeadGenActionRegistry {
|
|
4854
|
+
/** Workflow-step registry (the original listActions / ListBuilderRegistry). */
|
|
4855
|
+
listActions?: ListBuilderRegistry;
|
|
4856
|
+
/** Actions rendered in the page header area. */
|
|
4857
|
+
headerActions?: readonly LeadGenHeaderAction[];
|
|
4858
|
+
/** Per-row actions rendered in data grids. */
|
|
4859
|
+
rowActions?: readonly LeadGenRowAction[];
|
|
4860
|
+
/** Bulk actions rendered when records are selected. */
|
|
4861
|
+
bulkActions?: readonly LeadGenBulkAction[];
|
|
4862
|
+
}
|
|
4821
4863
|
|
|
4822
|
-
declare function ListActionsProvider({ registry, children }: {
|
|
4864
|
+
declare function ListActionsProvider({ registry, actionRegistry, children }: {
|
|
4865
|
+
/**
|
|
4866
|
+
* Workflow-step registry (original API). Still accepted for backward
|
|
4867
|
+
* compatibility. If `actionRegistry` is also provided, its `listActions`
|
|
4868
|
+
* field takes precedence.
|
|
4869
|
+
*/
|
|
4823
4870
|
registry?: ListBuilderRegistry;
|
|
4871
|
+
/**
|
|
4872
|
+
* Full UI action registry (header / row / bulk + listActions).
|
|
4873
|
+
* Supersedes the plain `registry` prop when provided.
|
|
4874
|
+
*/
|
|
4875
|
+
actionRegistry?: LeadGenActionRegistry;
|
|
4824
4876
|
children: ReactNode;
|
|
4825
4877
|
}): react_jsx_runtime.JSX.Element;
|
|
4878
|
+
/** Returns the workflow-step registry. Backward-compatible with existing consumers. */
|
|
4826
4879
|
declare function useListActions(): ListBuilderRegistry;
|
|
4827
4880
|
|
|
4828
4881
|
/** Flat + per-scheme override pattern. Flat values apply to both; `light`/`dark` win over flat. */
|