@elevasis/ui 2.35.0 → 2.36.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.
Files changed (51) hide show
  1. package/dist/app/index.d.ts +25 -18
  2. package/dist/app/index.js +2 -2
  3. package/dist/{chunk-26HFM4MH.js → chunk-F6EFC2MJ.js} +1555 -1903
  4. package/dist/{chunk-VDOOGGBA.js → chunk-K4UZU3TU.js} +2 -2
  5. package/dist/{chunk-4U3XAWCN.js → chunk-O2Q4VMRN.js} +134 -495
  6. package/dist/components/index.d.ts +7 -4
  7. package/dist/components/index.js +2 -2
  8. package/dist/components/navigation/index.js +2 -2
  9. package/dist/execution/index.d.ts +2 -2
  10. package/dist/features/auth/index.d.ts +3 -0
  11. package/dist/features/auth/index.js +2 -2
  12. package/dist/features/clients/index.js +2 -2
  13. package/dist/features/crm/index.d.ts +3 -0
  14. package/dist/features/crm/index.js +2 -2
  15. package/dist/features/dashboard/index.d.ts +3 -3
  16. package/dist/features/dashboard/index.js +2 -2
  17. package/dist/features/delivery/index.d.ts +3 -0
  18. package/dist/features/delivery/index.js +2 -2
  19. package/dist/features/knowledge/index.js +3 -3
  20. package/dist/features/lead-gen/index.d.ts +286 -48
  21. package/dist/features/lead-gen/index.js +2 -2
  22. package/dist/features/monitoring/index.js +2 -2
  23. package/dist/features/monitoring/requests/index.js +2 -2
  24. package/dist/features/operations/index.d.ts +30 -30
  25. package/dist/features/operations/index.js +2 -2
  26. package/dist/features/settings/index.d.ts +3 -0
  27. package/dist/features/settings/index.js +2 -2
  28. package/dist/hooks/delivery/index.d.ts +3 -0
  29. package/dist/hooks/delivery/index.js +2 -2
  30. package/dist/hooks/index.d.ts +29 -16
  31. package/dist/hooks/index.js +2 -2
  32. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +13 -13
  33. package/dist/hooks/published.d.ts +29 -16
  34. package/dist/hooks/published.js +2 -2
  35. package/dist/index.d.ts +51 -34
  36. package/dist/index.js +2 -2
  37. package/dist/initialization/index.d.ts +3 -0
  38. package/dist/knowledge/index.d.ts +21 -21
  39. package/dist/knowledge/index.js +6 -6
  40. package/dist/{knowledge-search-index-ORIJCEZX.js → knowledge-search-index-NBCTFIOH.js} +2 -2
  41. package/dist/organization/index.js +2 -2
  42. package/dist/profile/index.d.ts +3 -0
  43. package/dist/provider/index.d.ts +25 -18
  44. package/dist/provider/index.js +2 -2
  45. package/dist/provider/published.d.ts +25 -18
  46. package/dist/provider/published.js +2 -2
  47. package/dist/sse/index.js +26 -5
  48. package/dist/supabase/index.d.ts +6 -0
  49. package/dist/types/index.d.ts +16 -13
  50. package/dist/utils/index.d.ts +3 -3
  51. package/package.json +4 -4
@@ -313,8 +313,8 @@ interface SerializedWorkflowDefinition {
313
313
  }
314
314
 
315
315
  declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
316
- deprecated: "deprecated";
317
316
  active: "active";
317
+ deprecated: "deprecated";
318
318
  archived: "archived";
319
319
  }>;
320
320
  declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -325,8 +325,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
325
325
  description: z.ZodOptional<z.ZodString>;
326
326
  ownerRoleId: z.ZodOptional<z.ZodString>;
327
327
  status: z.ZodEnum<{
328
- deprecated: "deprecated";
329
328
  active: "active";
329
+ deprecated: "deprecated";
330
330
  archived: "archived";
331
331
  }>;
332
332
  ontology: z.ZodOptional<z.ZodObject<{
@@ -344,12 +344,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
344
344
  codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
345
345
  path: z.ZodString;
346
346
  role: z.ZodEnum<{
347
- config: "config";
348
347
  entrypoint: "entrypoint";
349
348
  handler: "handler";
350
349
  schema: "schema";
351
350
  test: "test";
352
351
  docs: "docs";
352
+ config: "config";
353
353
  }>;
354
354
  symbol: z.ZodOptional<z.ZodString>;
355
355
  description: z.ZodOptional<z.ZodString>;
@@ -360,10 +360,10 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
360
360
  label: z.ZodString;
361
361
  payloadSchema: z.ZodOptional<z.ZodString>;
362
362
  lifecycle: z.ZodOptional<z.ZodEnum<{
363
+ active: "active";
363
364
  deprecated: "deprecated";
364
365
  draft: "draft";
365
366
  beta: "beta";
366
- active: "active";
367
367
  archived: "archived";
368
368
  }>>;
369
369
  }, z.core.$strip>>>;
@@ -375,8 +375,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
375
375
  description: z.ZodOptional<z.ZodString>;
376
376
  ownerRoleId: z.ZodOptional<z.ZodString>;
377
377
  status: z.ZodEnum<{
378
- deprecated: "deprecated";
379
378
  active: "active";
379
+ deprecated: "deprecated";
380
380
  archived: "archived";
381
381
  }>;
382
382
  ontology: z.ZodOptional<z.ZodObject<{
@@ -394,12 +394,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
394
394
  codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
395
395
  path: z.ZodString;
396
396
  role: z.ZodEnum<{
397
- config: "config";
398
397
  entrypoint: "entrypoint";
399
398
  handler: "handler";
400
399
  schema: "schema";
401
400
  test: "test";
402
401
  docs: "docs";
402
+ config: "config";
403
403
  }>;
404
404
  symbol: z.ZodOptional<z.ZodString>;
405
405
  description: z.ZodOptional<z.ZodString>;
@@ -441,10 +441,10 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
441
441
  label: z.ZodString;
442
442
  payloadSchema: z.ZodOptional<z.ZodString>;
443
443
  lifecycle: z.ZodOptional<z.ZodEnum<{
444
+ active: "active";
444
445
  deprecated: "deprecated";
445
446
  draft: "draft";
446
447
  beta: "beta";
447
- active: "active";
448
448
  archived: "archived";
449
449
  }>>;
450
450
  }, z.core.$strip>>>;
@@ -456,8 +456,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
456
456
  description: z.ZodOptional<z.ZodString>;
457
457
  ownerRoleId: z.ZodOptional<z.ZodString>;
458
458
  status: z.ZodEnum<{
459
- deprecated: "deprecated";
460
459
  active: "active";
460
+ deprecated: "deprecated";
461
461
  archived: "archived";
462
462
  }>;
463
463
  ontology: z.ZodOptional<z.ZodObject<{
@@ -475,12 +475,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
475
475
  codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
476
476
  path: z.ZodString;
477
477
  role: z.ZodEnum<{
478
- config: "config";
479
478
  entrypoint: "entrypoint";
480
479
  handler: "handler";
481
480
  schema: "schema";
482
481
  test: "test";
483
482
  docs: "docs";
483
+ config: "config";
484
484
  }>;
485
485
  symbol: z.ZodOptional<z.ZodString>;
486
486
  description: z.ZodOptional<z.ZodString>;
@@ -495,8 +495,8 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
495
495
  description: z.ZodOptional<z.ZodString>;
496
496
  ownerRoleId: z.ZodOptional<z.ZodString>;
497
497
  status: z.ZodEnum<{
498
- deprecated: "deprecated";
499
498
  active: "active";
499
+ deprecated: "deprecated";
500
500
  archived: "archived";
501
501
  }>;
502
502
  ontology: z.ZodOptional<z.ZodObject<{
@@ -514,12 +514,12 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
514
514
  codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
515
515
  path: z.ZodString;
516
516
  role: z.ZodEnum<{
517
- config: "config";
518
517
  entrypoint: "entrypoint";
519
518
  handler: "handler";
520
519
  schema: "schema";
521
520
  test: "test";
522
521
  docs: "docs";
522
+ config: "config";
523
523
  }>;
524
524
  symbol: z.ZodOptional<z.ZodString>;
525
525
  description: z.ZodOptional<z.ZodString>;
@@ -3411,6 +3411,7 @@ type Database = {
3411
3411
  title: string | null;
3412
3412
  updated_at: string;
3413
3413
  user_id: string;
3414
+ visibility: string;
3414
3415
  };
3415
3416
  Insert: {
3416
3417
  content: string;
@@ -3425,6 +3426,7 @@ type Database = {
3425
3426
  title?: string | null;
3426
3427
  updated_at?: string;
3427
3428
  user_id: string;
3429
+ visibility?: string;
3428
3430
  };
3429
3431
  Update: {
3430
3432
  content?: string;
@@ -3439,6 +3441,7 @@ type Database = {
3439
3441
  title?: string | null;
3440
3442
  updated_at?: string;
3441
3443
  user_id?: string;
3444
+ visibility?: string;
3442
3445
  };
3443
3446
  Relationships: [
3444
3447
  {
@@ -3985,9 +3988,9 @@ declare const AcqContactResponseSchema: z.ZodObject<{
3985
3988
  updatedAt: z.ZodString;
3986
3989
  }, z.core.$strip>;
3987
3990
  declare const AcqArtifactOwnerKindSchema: z.ZodEnum<{
3988
- list: "list";
3989
3991
  company: "company";
3990
3992
  contact: "contact";
3993
+ list: "list";
3991
3994
  deal: "deal";
3992
3995
  list_member: "list_member";
3993
3996
  }>;
@@ -4578,10 +4581,10 @@ interface SystemEntry {
4578
4581
  declare const LinkSchema: z.ZodObject<{
4579
4582
  nodeId: z.ZodString;
4580
4583
  kind: z.ZodEnum<{
4581
- links: "links";
4582
4584
  affects: "affects";
4583
- effects: "effects";
4584
4585
  actions: "actions";
4586
+ effects: "effects";
4587
+ links: "links";
4585
4588
  reads: "reads";
4586
4589
  writes: "writes";
4587
4590
  emits: "emits";
@@ -5898,6 +5901,7 @@ interface UseInFlightExecutionsOptions {
5898
5901
  refetchInterval?: number | false;
5899
5902
  limit?: number;
5900
5903
  offset?: number;
5904
+ listId?: string;
5901
5905
  }
5902
5906
  declare function useInFlightExecutions(resourceId: string, options?: UseInFlightExecutionsOptions): _tanstack_react_query.UseQueryResult<APIExecutionListResponse, Error>;
5903
5907
 
@@ -5914,6 +5918,7 @@ interface ExecuteAsyncParams {
5914
5918
  resourceId: string;
5915
5919
  resourceType: ResourceType;
5916
5920
  input: unknown;
5921
+ listId?: string;
5917
5922
  }
5918
5923
  interface ExecuteAsyncResult {
5919
5924
  executionId: string;
@@ -8156,6 +8161,7 @@ declare const acquisitionListKeys: {
8156
8161
  detail: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", string | null, string];
8157
8162
  telemetry: (organizationId: string | null) => readonly ["acquisition-lists", "telemetry", string | null];
8158
8163
  progress: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", "progress", string | null, string];
8164
+ executionsBase: (organizationId: string | null, listId: string) => readonly ["acquisition-lists", "executions", string | null, string];
8159
8165
  records: (organizationId: string | null, listId: string, filters: ListRecordsFilters) => readonly ["acquisition-lists", "records", string | null, string, "company" | "contact", string | null, number | null, number | null];
8160
8166
  executions: (organizationId: string | null, listId: string, filters?: ListExecutionsFilters) => readonly ["acquisition-lists", "executions", string | null, string, string | null, number | null];
8161
8167
  };
@@ -8256,6 +8262,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
8256
8262
  enabled?: boolean | undefined;
8257
8263
  order?: number | undefined;
8258
8264
  }[] | undefined;
8265
+ dataMode?: "mock" | "live" | undefined;
8259
8266
  };
8260
8267
  }[], Error>;
8261
8268
  declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
@@ -8341,6 +8348,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
8341
8348
  enabled?: boolean | undefined;
8342
8349
  order?: number | undefined;
8343
8350
  }[] | undefined;
8351
+ dataMode?: "mock" | "live" | undefined;
8344
8352
  };
8345
8353
  }, Error>;
8346
8354
  declare function useListsTelemetry(): _tanstack_react_query.UseQueryResult<ListTelemetry[], Error>;
@@ -8525,6 +8533,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8525
8533
  enabled?: boolean | undefined;
8526
8534
  order?: number | undefined;
8527
8535
  }[] | undefined;
8536
+ dataMode?: "mock" | "live" | undefined;
8528
8537
  };
8529
8538
  }, Error, {
8530
8539
  name: string;
@@ -8552,6 +8561,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8552
8561
  enabled?: boolean | undefined;
8553
8562
  order?: number | undefined;
8554
8563
  }[] | undefined;
8564
+ dataMode?: "mock" | "live" | undefined;
8555
8565
  } | undefined;
8556
8566
  }, unknown>;
8557
8567
  declare function useUpdateList(listId: string): _tanstack_react_query.UseMutationResult<{
@@ -8637,6 +8647,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
8637
8647
  enabled?: boolean | undefined;
8638
8648
  order?: number | undefined;
8639
8649
  }[] | undefined;
8650
+ dataMode?: "mock" | "live" | undefined;
8640
8651
  };
8641
8652
  }, Error, {
8642
8653
  name?: string | undefined;
@@ -8728,6 +8739,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
8728
8739
  enabled?: boolean | undefined;
8729
8740
  order?: number | undefined;
8730
8741
  }[] | undefined;
8742
+ dataMode?: "mock" | "live" | undefined;
8731
8743
  };
8732
8744
  }, Error, {
8733
8745
  scrapingConfig?: {
@@ -8751,6 +8763,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
8751
8763
  enabled?: boolean | undefined;
8752
8764
  order?: number | undefined;
8753
8765
  }[] | undefined;
8766
+ dataMode?: "mock" | "live" | undefined;
8754
8767
  } | undefined;
8755
8768
  }, unknown>;
8756
8769
  declare function useDeleteList(): _tanstack_react_query.UseMutationResult<void, Error, string, unknown>;
@@ -9184,7 +9197,7 @@ declare function useDeleteContacts(): _tanstack_react_query.UseMutationResult<vo
9184
9197
 
9185
9198
  declare const leadGenArtifactKeys: {
9186
9199
  all: readonly ["lead-gen-artifacts"];
9187
- list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "list" | "company" | "contact" | "deal" | "list_member", string];
9200
+ list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "company" | "contact" | "list" | "deal" | "list_member", string];
9188
9201
  };
9189
9202
  interface UseArtifactsParams {
9190
9203
  ownerKind: AcqArtifactOwnerKind;
@@ -9216,7 +9229,7 @@ declare function useCreateArtifact(): _tanstack_react_query.UseMutationResult<{
9216
9229
  createdAt: string;
9217
9230
  version: number;
9218
9231
  }, Error, {
9219
- ownerKind: "list" | "company" | "contact" | "deal" | "list_member";
9232
+ ownerKind: "company" | "contact" | "list" | "deal" | "list_member";
9220
9233
  ownerId: string;
9221
9234
  kind: string;
9222
9235
  content: Record<string, unknown>;
@@ -1,4 +1,4 @@
1
- export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, 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, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, 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, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-26HFM4MH.js';
1
+ export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, 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, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, 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, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-F6EFC2MJ.js';
2
2
  import '../chunk-CXY7FMUM.js';
3
3
  export { observabilityKeys, useErrorTrends } from '../chunk-SIQ3P4OR.js';
4
4
  import '../chunk-3KMDHCAR.js';
@@ -8,7 +8,7 @@ import '../chunk-ZTWA5H77.js';
8
8
  import '../chunk-AUDNF2Q7.js';
9
9
  import '../chunk-6M6OLGQY.js';
10
10
  import '../chunk-BRXELOHC.js';
11
- import '../chunk-4U3XAWCN.js';
11
+ import '../chunk-O2Q4VMRN.js';
12
12
  import '../chunk-LUYVRATI.js';
13
13
  import '../chunk-NYBEU5TE.js';
14
14
  import '../chunk-WLOQ4IBG.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";