@elevasis/ui 2.73.0 → 2.74.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 (97) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +58 -0
  3. package/dist/app/index.js +9 -10
  4. package/dist/auth/index.js +5 -6
  5. package/dist/charts/index.js +5 -6
  6. package/dist/chunk-2GIJBHZT.js +60 -0
  7. package/dist/{chunk-ETN3TTRT.js → chunk-2MRRDF32.js} +115 -8
  8. package/dist/chunk-3LOKYZJC.js +231 -0
  9. package/dist/chunk-3QHX4ZKV.js +224 -0
  10. package/dist/chunk-43LC6XAX.js +69 -0
  11. package/dist/chunk-4M2BSHVT.js +116 -0
  12. package/dist/{chunk-SWKAH2YM.js → chunk-4MXNHJTA.js} +63 -30
  13. package/dist/{chunk-LZT2H2MA.js → chunk-5A6KCFS5.js} +36 -43
  14. package/dist/{chunk-OCVSPAKM.js → chunk-6JN2TLV2.js} +1150 -4346
  15. package/dist/{chunk-JYBJMVNY.js → chunk-7ARBBELS.js} +1 -1
  16. package/dist/{chunk-AJOVWB47.js → chunk-7RJ7P6S6.js} +6 -3
  17. package/dist/chunk-ARAFQBNI.js +515 -0
  18. package/dist/{chunk-Z4ICFQXG.js → chunk-BA3AZJUR.js} +1 -1
  19. package/dist/chunk-BRTGCFBH.js +305 -0
  20. package/dist/{chunk-IGBPWD6S.js → chunk-CQPULKKL.js} +5 -3
  21. package/dist/chunk-CRA7WQZH.js +49 -0
  22. package/dist/{chunk-U2H3TIHD.js → chunk-DCQKTDIG.js} +2 -52
  23. package/dist/{chunk-3TS5U5BL.js → chunk-E6YGA5WH.js} +1 -1
  24. package/dist/chunk-FA7LMNQO.js +439 -0
  25. package/dist/chunk-FZSG6M6W.js +45 -0
  26. package/dist/chunk-GDOR57D7.js +165 -0
  27. package/dist/{chunk-CJ2232PQ.js → chunk-GO4XJ5D4.js} +1 -1
  28. package/dist/chunk-GPQQGQGT.js +645 -0
  29. package/dist/chunk-HYQOGRWG.js +54 -0
  30. package/dist/{chunk-LEPYXLJ2.js → chunk-LN4UW6S4.js} +1 -1
  31. package/dist/chunk-N6K2Q5BM.js +393 -0
  32. package/dist/{chunk-NHNTX6ZL.js → chunk-O32UQ26A.js} +3 -2
  33. package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
  34. package/dist/{chunk-IBCEAVB2.js → chunk-R5UGIFYU.js} +41 -5
  35. package/dist/{chunk-5B2ZFO44.js → chunk-RFNJ2PTO.js} +1 -1
  36. package/dist/chunk-VM2OWOXL.js +24 -0
  37. package/dist/{chunk-ZDKPHFTH.js → chunk-W2QRBQQA.js} +5 -3
  38. package/dist/chunk-WDBNW44Z.js +49 -0
  39. package/dist/{chunk-4CW2C5BD.js → chunk-WZU3MCKI.js} +1 -1
  40. package/dist/chunk-YQQ5GRUR.js +21 -0
  41. package/dist/{chunk-PQ4B62HH.js → chunk-ZFA56VSR.js} +2 -2
  42. package/dist/{chunk-NI37YNRP.js → chunk-ZWI62BQ6.js} +7 -4
  43. package/dist/chunk-ZYNVCWDZ.js +286 -0
  44. package/dist/components/index.d.ts +187 -2
  45. package/dist/components/index.js +44 -34
  46. package/dist/components/navigation/index.js +6 -7
  47. package/dist/features/auth/index.d.ts +78 -2
  48. package/dist/features/auth/index.js +18 -9
  49. package/dist/features/clients/index.js +7 -7
  50. package/dist/features/content/index.d.ts +226 -5
  51. package/dist/features/content/index.js +263 -15
  52. package/dist/features/crm/index.d.ts +58 -0
  53. package/dist/features/crm/index.js +10 -8
  54. package/dist/features/dashboard/index.js +9 -8
  55. package/dist/features/delivery/index.d.ts +58 -0
  56. package/dist/features/delivery/index.js +23 -7
  57. package/dist/features/knowledge/index.js +5 -6
  58. package/dist/features/lead-gen/index.d.ts +9 -15
  59. package/dist/features/lead-gen/index.js +12 -8
  60. package/dist/features/monitoring/index.js +11 -9
  61. package/dist/features/monitoring/requests/index.js +8 -7
  62. package/dist/features/operations/index.js +15 -11
  63. package/dist/features/public-agent-chat/index.js +3 -1
  64. package/dist/features/settings/index.d.ts +58 -0
  65. package/dist/features/settings/index.js +9 -8
  66. package/dist/hooks/access/index.js +5 -6
  67. package/dist/hooks/delivery/index.d.ts +58 -0
  68. package/dist/hooks/delivery/index.js +3 -2
  69. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +1 -1
  70. package/dist/hooks/published.d.ts +175 -3
  71. package/dist/hooks/published.js +22 -6
  72. package/dist/initialization/index.d.ts +58 -0
  73. package/dist/knowledge/index.js +167 -11
  74. package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
  75. package/dist/layout/index.js +8 -9
  76. package/dist/profile/index.d.ts +58 -0
  77. package/dist/provider/index.d.ts +77 -1
  78. package/dist/provider/index.js +5 -6
  79. package/dist/provider/published.d.ts +105 -1
  80. package/dist/provider/published.js +5 -6
  81. package/dist/test-utils/index.d.ts +16 -5
  82. package/dist/test-utils/index.js +17 -18
  83. package/dist/types/index.d.ts +59 -1
  84. package/dist/utils/index.d.ts +83 -3
  85. package/dist/utils/index.js +1 -1
  86. package/package.json +6 -5
  87. package/dist/chunk-6M6OLGQY.js +0 -36
  88. package/dist/chunk-MKH2KOAO.js +0 -39
  89. package/dist/hooks/index.css +0 -659
  90. package/dist/hooks/index.d.ts +0 -14073
  91. package/dist/hooks/index.js +0 -27
  92. package/dist/supabase/index.d.ts +0 -7118
  93. package/dist/supabase/index.js +0 -3
  94. package/dist/typeform/index.d.ts +0 -462
  95. package/dist/typeform/index.js +0 -2051
  96. package/dist/typeform/schemas.d.ts +0 -67
  97. package/dist/typeform/schemas.js +0 -2
@@ -1683,6 +1683,64 @@ type Database = {
1683
1683
  }
1684
1684
  ];
1685
1685
  };
1686
+ content_distribution_metrics: {
1687
+ Row: {
1688
+ captured_at: string;
1689
+ created_at: string;
1690
+ distribution_id: string;
1691
+ id: string;
1692
+ metrics: Json;
1693
+ organization_id: string;
1694
+ raw: Json;
1695
+ source: string;
1696
+ source_execution_id: string | null;
1697
+ };
1698
+ Insert: {
1699
+ captured_at?: string;
1700
+ created_at?: string;
1701
+ distribution_id: string;
1702
+ id?: string;
1703
+ metrics?: Json;
1704
+ organization_id: string;
1705
+ raw?: Json;
1706
+ source: string;
1707
+ source_execution_id?: string | null;
1708
+ };
1709
+ Update: {
1710
+ captured_at?: string;
1711
+ created_at?: string;
1712
+ distribution_id?: string;
1713
+ id?: string;
1714
+ metrics?: Json;
1715
+ organization_id?: string;
1716
+ raw?: Json;
1717
+ source?: string;
1718
+ source_execution_id?: string | null;
1719
+ };
1720
+ Relationships: [
1721
+ {
1722
+ foreignKeyName: "content_distribution_metrics_distribution_fkey";
1723
+ columns: ["distribution_id", "organization_id"];
1724
+ isOneToOne: false;
1725
+ referencedRelation: "content_distributions";
1726
+ referencedColumns: ["id", "organization_id"];
1727
+ },
1728
+ {
1729
+ foreignKeyName: "content_distribution_metrics_organization_id_fkey";
1730
+ columns: ["organization_id"];
1731
+ isOneToOne: false;
1732
+ referencedRelation: "organizations";
1733
+ referencedColumns: ["id"];
1734
+ },
1735
+ {
1736
+ foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
1737
+ columns: ["source_execution_id"];
1738
+ isOneToOne: false;
1739
+ referencedRelation: "execution_logs";
1740
+ referencedColumns: ["execution_id"];
1741
+ }
1742
+ ];
1743
+ };
1686
1744
  content_distributions: {
1687
1745
  Row: {
1688
1746
  adapted_body: string | null;
@@ -5957,6 +6015,80 @@ declare const UpdateContentDistributionRequestSchema: z.ZodObject<{
5957
6015
  metrics: z.ZodOptional<z.ZodUnknown>;
5958
6016
  metricsUpdatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5959
6017
  }, z.core.$strict>;
6018
+ /**
6019
+ * The cross-platform vocabulary. One name per concept, shared by every
6020
+ * platform, so a chart can put Instagram and TikTok on the same axis.
6021
+ *
6022
+ * Each key is optional and its ABSENCE MEANS UNSUPPORTED, not zero -- a FEED
6023
+ * carousel reports no `clicks` at all, which is a different fact from clicks
6024
+ * being zero. Readers must distinguish the two.
6025
+ *
6026
+ * Strict on purpose: this object is the gate the database deliberately does not
6027
+ * enforce (a CHECK on JSON keys would need a migration per platform). A source
6028
+ * returning a name outside this list is a mapping that has not been written
6029
+ * yet, and the verbatim `raw` alongside it means nothing is lost meanwhile.
6030
+ */
6031
+ declare const ContentDistributionMetricsSchema: z.ZodObject<{
6032
+ views: z.ZodOptional<z.ZodNumber>;
6033
+ reach: z.ZodOptional<z.ZodNumber>;
6034
+ likes: z.ZodOptional<z.ZodNumber>;
6035
+ comments: z.ZodOptional<z.ZodNumber>;
6036
+ shares: z.ZodOptional<z.ZodNumber>;
6037
+ saves: z.ZodOptional<z.ZodNumber>;
6038
+ engagements: z.ZodOptional<z.ZodNumber>;
6039
+ profile_visits: z.ZodOptional<z.ZodNumber>;
6040
+ profile_activity: z.ZodOptional<z.ZodNumber>;
6041
+ follows: z.ZodOptional<z.ZodNumber>;
6042
+ clicks: z.ZodOptional<z.ZodNumber>;
6043
+ }, z.core.$strict>;
6044
+ declare const ContentDistributionMetricsResponseSchema: z.ZodObject<{
6045
+ id: z.ZodString;
6046
+ organizationId: z.ZodString;
6047
+ distributionId: z.ZodString;
6048
+ capturedAt: z.ZodString;
6049
+ source: z.ZodString;
6050
+ metrics: z.ZodObject<{
6051
+ views: z.ZodOptional<z.ZodNumber>;
6052
+ reach: z.ZodOptional<z.ZodNumber>;
6053
+ likes: z.ZodOptional<z.ZodNumber>;
6054
+ comments: z.ZodOptional<z.ZodNumber>;
6055
+ shares: z.ZodOptional<z.ZodNumber>;
6056
+ saves: z.ZodOptional<z.ZodNumber>;
6057
+ engagements: z.ZodOptional<z.ZodNumber>;
6058
+ profile_visits: z.ZodOptional<z.ZodNumber>;
6059
+ profile_activity: z.ZodOptional<z.ZodNumber>;
6060
+ follows: z.ZodOptional<z.ZodNumber>;
6061
+ clicks: z.ZodOptional<z.ZodNumber>;
6062
+ }, z.core.$strict>;
6063
+ raw: z.ZodUnknown;
6064
+ sourceExecutionId: z.ZodNullable<z.ZodString>;
6065
+ createdAt: z.ZodString;
6066
+ }, z.core.$strip>;
6067
+ declare const ContentDistributionMetricsListResponseSchema: z.ZodObject<{
6068
+ data: z.ZodArray<z.ZodObject<{
6069
+ id: z.ZodString;
6070
+ organizationId: z.ZodString;
6071
+ distributionId: z.ZodString;
6072
+ capturedAt: z.ZodString;
6073
+ source: z.ZodString;
6074
+ metrics: z.ZodObject<{
6075
+ views: z.ZodOptional<z.ZodNumber>;
6076
+ reach: z.ZodOptional<z.ZodNumber>;
6077
+ likes: z.ZodOptional<z.ZodNumber>;
6078
+ comments: z.ZodOptional<z.ZodNumber>;
6079
+ shares: z.ZodOptional<z.ZodNumber>;
6080
+ saves: z.ZodOptional<z.ZodNumber>;
6081
+ engagements: z.ZodOptional<z.ZodNumber>;
6082
+ profile_visits: z.ZodOptional<z.ZodNumber>;
6083
+ profile_activity: z.ZodOptional<z.ZodNumber>;
6084
+ follows: z.ZodOptional<z.ZodNumber>;
6085
+ clicks: z.ZodOptional<z.ZodNumber>;
6086
+ }, z.core.$strict>;
6087
+ raw: z.ZodUnknown;
6088
+ sourceExecutionId: z.ZodNullable<z.ZodString>;
6089
+ createdAt: z.ZodString;
6090
+ }, z.core.$strip>>;
6091
+ }, z.core.$strip>;
5960
6092
  type ContentPipelineId = z.infer<typeof ContentPipelineIdSchema>;
5961
6093
  type ContentItemStatus = z.infer<typeof ContentItemStatusSchema>;
5962
6094
  type ContentPillar = z.infer<typeof ContentPillarSchema>;
@@ -5984,6 +6116,9 @@ type ContentDistributionResponse = z.infer<typeof ContentDistributionResponseSch
5984
6116
  type ContentDistributionListResponse = z.infer<typeof ContentDistributionListResponseSchema>;
5985
6117
  type CreateContentDistributionRequest = z.infer<typeof CreateContentDistributionRequestSchema>;
5986
6118
  type UpdateContentDistributionRequest = z.infer<typeof UpdateContentDistributionRequestSchema>;
6119
+ type ContentDistributionMetrics = z.infer<typeof ContentDistributionMetricsSchema>;
6120
+ type ContentDistributionMetricsResponse = z.infer<typeof ContentDistributionMetricsResponseSchema>;
6121
+ type ContentDistributionMetricsListResponse = z.infer<typeof ContentDistributionMetricsListResponseSchema>;
5987
6122
 
5988
6123
  /**
5989
6124
  * Time range selector for dashboard metrics
@@ -6415,7 +6550,7 @@ type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefini
6415
6550
  * Note: Concrete adapter implementations are deferred until needed.
6416
6551
  * This type provides compile-time safety and auto-completion for tool definitions.
6417
6552
  */
6418
- type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
6553
+ type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier' | 'instagram';
6419
6554
 
6420
6555
  /**
6421
6556
  * Resource Registry type definitions
@@ -9957,6 +10092,12 @@ declare const contentKeys: {
9957
10092
  status?: string | undefined;
9958
10093
  }, "limit" | "offset" | "platform" | "status" | "contentItemId">>];
9959
10094
  distributionDetail: (organizationId: WorkOsOrgId | null | undefined, distributionId: string | undefined) => readonly ["content", "distributions", "detail", WorkOsOrgId | null | undefined, string | undefined];
10095
+ /**
10096
+ * One distribution's `content_distribution_metrics` capture history, newest first. Nested
10097
+ * under `distributions()` like `distributionDetail`, matching `itemAttempts`' precedent for
10098
+ * a child history table keyed by its parent.
10099
+ */
10100
+ distributionMetrics: (organizationId: WorkOsOrgId | null | undefined, distributionId: string | undefined) => readonly ["content", "distributions", "metrics", WorkOsOrgId | null | undefined, string | undefined];
9960
10101
  sourceAssets: () => readonly ["content", "source-assets"];
9961
10102
  sourceAssetsList: (organizationId: WorkOsOrgId | null | undefined, filters: ContentSourceAssetsListFilters) => readonly ["content", "source-assets", "list", WorkOsOrgId | null | undefined, Partial<{
9962
10103
  kind: string;
@@ -10182,6 +10323,37 @@ declare function useContentDistribution(distributionId: string | undefined): _ta
10182
10323
  updatedAt: string;
10183
10324
  }, Error>;
10184
10325
 
10326
+ /**
10327
+ * Capture history for one distribution, newest first. Mirrors `useContentDistribution` --
10328
+ * `distributionId` from the path, gated the same way -- and reads
10329
+ * `GET /content/distributions/:distributionId/metrics`, the route this hook exists to consume.
10330
+ */
10331
+ declare function useContentDistributionMetrics(distributionId: string | undefined): _tanstack_react_query.UseQueryResult<{
10332
+ data: {
10333
+ id: string;
10334
+ organizationId: string;
10335
+ distributionId: string;
10336
+ capturedAt: string;
10337
+ source: string;
10338
+ metrics: {
10339
+ views?: number | undefined;
10340
+ reach?: number | undefined;
10341
+ likes?: number | undefined;
10342
+ comments?: number | undefined;
10343
+ shares?: number | undefined;
10344
+ saves?: number | undefined;
10345
+ engagements?: number | undefined;
10346
+ profile_visits?: number | undefined;
10347
+ profile_activity?: number | undefined;
10348
+ follows?: number | undefined;
10349
+ clicks?: number | undefined;
10350
+ };
10351
+ raw: unknown;
10352
+ sourceExecutionId: string | null;
10353
+ createdAt: string;
10354
+ }[];
10355
+ }, Error>;
10356
+
10185
10357
  interface UpdateContentItemParams {
10186
10358
  itemId: string;
10187
10359
  updates: UpdateContentItemRequest;
@@ -14069,5 +14241,5 @@ declare function useCreateNote(): _tanstack_react_query.UseMutationResult<{
14069
14241
  type?: string;
14070
14242
  }, "organization_id">, unknown>;
14071
14243
 
14072
- export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, chunkIntoBatches, clientsKeys, cloudStorageKeys, collectResourceFilterFacets, companyKeys, contactKeys, contentKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, measureImageDimensions, mergeSessionMessages, mergeThumbnailBatches, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, projectActivityKeys, projectKeys, readItemSourceAssets, requestsKeys, scheduleKeys, sessionsKeys, sortData, storageKeys, storageObjectRefKey, sumStatusCounts, taskKeys, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentDistribution, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, 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, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as 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, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useStorageSignedUrls, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUploadStorageFile, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
14073
- export type { AccessKeyInput, AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CloudStorageDimensionMap, CloudStorageDimensions, CloudStorageFolderFilters, CloudStorageFolderParams, CloudStorageFolderResponse, CloudStorageImageDimensionsResult, CloudStorageTemporaryLink, CloudStorageTemporaryLinkMap, CloudStorageTemporaryLinksResult, CloudStorageThumbnailMap, CloudStorageThumbnailsResult, ContentAssetCrop, ContentAssetCropInput, ContentDistributionListResponse, ContentDistributionResponse, ContentDistributionsListFilters, ContentItemAttemptListResponse, ContentItemAttemptResponse, ContentItemListResponse, ContentItemResponse, ContentItemReviewDecision, ContentItemSourceAssetDetail, ContentItemSourceAssetDetailsResult, ContentItemSourceAssetExpansion, ContentItemSourceAssetInput, ContentItemSourceAssetListResponse, ContentItemSourceAssetResponse, ContentItemStatus, ContentItemsListFilters, ContentPillar, ContentPipelineId, ContentPipelineSummary, ContentSourceAssetKind, ContentSourceAssetListResponse, ContentSourceAssetResponse, ContentSourceAssetsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateContentDistributionRequest, CreateContentSourceAssetRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, OrganizationModelDriftState, RemoveCompaniesFromListResult, ReorderContentItemSourceAssetsRequest, RequestRow, RequestSeverity, RequestType, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, ReviewContentItemRequest, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, StorageObjectRef, StorageSignedUrlMap, StorageSignedUrlsResult, SubmitActionRequest, SubmitActionResponse, SubmitRequestInput, SystemHealthExecutionSummary, SystemHealthResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateContentDistributionRequest, UpdateContentItemRequest, UpdateContentItemSourceAssetRequest, UpdateContentSourceAssetRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UploadStorageFileParams, UploadStorageFileResult, UseAccessResult, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
14244
+ export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, chunkIntoBatches, clientsKeys, cloudStorageKeys, collectResourceFilterFacets, companyKeys, contactKeys, contentKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, measureImageDimensions, mergeSessionMessages, mergeThumbnailBatches, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, projectActivityKeys, projectKeys, readItemSourceAssets, requestsKeys, scheduleKeys, sessionsKeys, sortData, storageKeys, storageObjectRefKey, sumStatusCounts, taskKeys, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentDistribution, useContentDistributionMetrics, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, 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, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as 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, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useStorageSignedUrls, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUploadStorageFile, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
14245
+ export type { AccessKeyInput, AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CloudStorageDimensionMap, CloudStorageDimensions, CloudStorageFolderFilters, CloudStorageFolderParams, CloudStorageFolderResponse, CloudStorageImageDimensionsResult, CloudStorageTemporaryLink, CloudStorageTemporaryLinkMap, CloudStorageTemporaryLinksResult, CloudStorageThumbnailMap, CloudStorageThumbnailsResult, ContentAssetCrop, ContentAssetCropInput, ContentDistributionListResponse, ContentDistributionMetrics, ContentDistributionMetricsListResponse, ContentDistributionMetricsResponse, ContentDistributionResponse, ContentDistributionsListFilters, ContentItemAttemptListResponse, ContentItemAttemptResponse, ContentItemListResponse, ContentItemResponse, ContentItemReviewDecision, ContentItemSourceAssetDetail, ContentItemSourceAssetDetailsResult, ContentItemSourceAssetExpansion, ContentItemSourceAssetInput, ContentItemSourceAssetListResponse, ContentItemSourceAssetResponse, ContentItemStatus, ContentItemsListFilters, ContentPillar, ContentPipelineId, ContentPipelineSummary, ContentSourceAssetKind, ContentSourceAssetListResponse, ContentSourceAssetResponse, ContentSourceAssetsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateContentDistributionRequest, CreateContentSourceAssetRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, OrganizationModelDriftState, RemoveCompaniesFromListResult, ReorderContentItemSourceAssetsRequest, RequestRow, RequestSeverity, RequestType, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, ReviewContentItemRequest, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, StorageObjectRef, StorageSignedUrlMap, StorageSignedUrlsResult, SubmitActionRequest, SubmitActionResponse, SubmitRequestInput, SystemHealthExecutionSummary, SystemHealthResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateContentDistributionRequest, UpdateContentItemRequest, UpdateContentItemSourceAssetRequest, UpdateContentSourceAssetRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UploadStorageFileParams, UploadStorageFileResult, UseAccessResult, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
@@ -1,14 +1,30 @@
1
- export { AccessKeys, ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, WebhookEndpointService, acquisitionListKeys, chunkIntoBatches, clientsKeys, cloudStorageKeys, collectResourceFilterFacets, companyKeys, contactKeys, contentKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, measureImageDimensions, mergeThumbnailBatches, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, projectActivityKeys, readItemSourceAssets, requestsKeys, scheduleKeys, sessionsKeys, sortData, storageKeys, storageObjectRefKey, sumStatusCounts, useAccess, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useContentDistribution, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, 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, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationModelDrift, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useReviewContentItem, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useStorageSignedUrls, useSubmitAction, useSubmitRequest, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUploadStorageFile, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-OCVSPAKM.js';
1
+ export { ApiKeyService, DeploymentService, dealNoteKeys, projectActivityKeys, useActivateDeployment, useActivitiesRealtime, useAddCompaniesToList, useAddContactsToList, useBatchTelemetry, useCreateApiKey, useCreateDealNote, useCreateOrgRole, useDeactivateDeployment, useDealNotes, useDeleteApiKey, useDeleteDeployment, useDeleteOrgRole, useEffectivePermissions, useListApiKeys, useListDeployments, useProjectActivities, useProjectRealtime, useRemoveCompaniesFromList, useResourceErrors, useTransitionItem, useTransitionState, useUpdateApiKey, useUpdateOrgRole, useVisibleResources } from '../chunk-GPQQGQGT.js';
2
+ export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-DCQKTDIG.js';
3
+ export { OrganizationMembershipService, WebhookEndpointService, useAssignRole, useCreateWebhookEndpoint, useDeactivateMembership, useDeleteWebhookEndpoint, useListWebhookEndpoints, useOrgRoles, useOrganizationMembers, usePermissionCatalog, useReactivateMembership, useRevokeRole, useUpdateWebhookEndpoint, useUserMemberships } from '../chunk-ARAFQBNI.js';
4
+ export { useDealDetail, useExecuteAction } from '../chunk-FZSG6M6W.js';
5
+ export { leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCreateArtifact, useDeriveActions, useListMember, useListMembers, useTransitionListCompany, useTransitionListMember, useUpdateListStatus } from '../chunk-GDOR57D7.js';
6
+ export { CredentialService, useCreateCredential, useCredentials, useDeleteCredential, useUpdateCredential, useVerifyCredential } from '../chunk-3LOKYZJC.js';
7
+ export { companyKeys, contactKeys, sortData, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useSortedData, useTableSort, useUpdateCompany, useUpdateContact } from '../chunk-ZYNVCWDZ.js';
8
+ export { useCheckpointTasks, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket } from '../chunk-FA7LMNQO.js';
9
+ export { scheduleKeys, useCancelSchedule, useCreateSchedule, useDeleteSchedule, useGetExecutionHistory, useGetSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useScheduledTasks, useUpdateAnchor, useUpdateSchedule } from '../chunk-N6K2Q5BM.js';
10
+ export { mergeSessionMessages } from '../chunk-QFGNRKIE.js';
11
+ export { useActivities, useActivityFilters, useActivityTrend, useBatchDelete, useCostSummary, useErrorNotification, useExecutionHealth, useExecutionLogs, useExecutionLogsFilters, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useSuccessNotification, useTestNotification, useWarningNotification } from '../chunk-BRTGCFBH.js';
12
+ export { useTimeRangeDates } from '../chunk-YQQ5GRUR.js';
13
+ import '../chunk-VM2OWOXL.js';
14
+ export { useDeleteRequest, useRequest, useRequestsList, useUpdateRequestStatus } from '../chunk-43LC6XAX.js';
15
+ export { useTableSelection } from '../chunk-WDBNW44Z.js';
16
+ export { clientsKeys, useClient, useClientStatus, useClients, useCreateClient, useDeleteClient, useUpdateClient } from '../chunk-4M2BSHVT.js';
17
+ export { SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, chunkIntoBatches, cloudStorageKeys, measureImageDimensions, mergeThumbnailBatches, storageKeys, storageObjectRefKey, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useStorageSignedUrls, useUploadStorageFile } from '../chunk-3QHX4ZKV.js';
18
+ export { AccessKeys, OperationsService, acquisitionListKeys, collectResourceFilterFacets, contentKeys, dealKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, readItemSourceAssets, requestsKeys, sessionsKeys, sumStatusCounts, useAccess, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewDomainFilters, useCompleteDealTask, useContentDistribution, useContentDistributionMetrics, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostTrends, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, useCreateDealTask, useCreateList, useCreateSession, useDashboardMetrics, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteSession, useDeleteTask, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorTrends, useExecuteAsync, useExecuteResource, useExecution, useExecutionLogSSE, useExecutionPanelState, useExecutionSSE, useExecutions, useInFlightExecutions, useList, useListExecutions, useListProgress, useListRecords, useLists, useListsTelemetry, useOrganizationModelDrift, usePaginationState, usePatchTask, useRecentExecutionsByResource, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useRetryExecution, useReviewContentItem, useSSEConnection, useSession, useSessions, useStatusFilter, useSubmitAction, useSubmitRequest, useSystemHealth, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateList, useUpdateListConfig, useWorkflowExecution } from '../chunk-6JN2TLV2.js';
2
19
  import '../chunk-R6NMRXNO.js';
3
20
  import '../chunk-RBGVNPA6.js';
4
- import '../chunk-MKH2KOAO.js';
5
- import '../chunk-NHNTX6ZL.js';
21
+ import '../chunk-O32UQ26A.js';
6
22
  import '../chunk-L7BZZ4SI.js';
7
- export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-U2H3TIHD.js';
23
+ import '../chunk-HYQOGRWG.js';
8
24
  import '../chunk-MISHPEJX.js';
9
25
  import '../chunk-62GVNH5U.js';
10
26
  import '../chunk-P45GQ3ZW.js';
11
- export { mergeSessionMessages } from '../chunk-M7WWRZ5Z.js';
27
+ import '../chunk-2GIJBHZT.js';
12
28
  import '../chunk-3KMDHCAR.js';
13
29
  import '../chunk-2IFYDILW.js';
14
30
  export { useMergedExecution } from '../chunk-BLXJEIQS.js';
@@ -16,7 +32,7 @@ import '../chunk-UD657ICS.js';
16
32
  import '../chunk-DD3CCMCZ.js';
17
33
  import '../chunk-RNP5R5I3.js';
18
34
  import '../chunk-RT4KRGZT.js';
19
- import '../chunk-IBCEAVB2.js';
35
+ import '../chunk-R5UGIFYU.js';
20
36
  export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-Y6I3IC45.js';
21
37
  import '../chunk-6SSQGWK7.js';
22
38
  import '../chunk-BI5VDO2K.js';
@@ -1454,6 +1454,64 @@ type Database = {
1454
1454
  }
1455
1455
  ];
1456
1456
  };
1457
+ content_distribution_metrics: {
1458
+ Row: {
1459
+ captured_at: string;
1460
+ created_at: string;
1461
+ distribution_id: string;
1462
+ id: string;
1463
+ metrics: Json;
1464
+ organization_id: string;
1465
+ raw: Json;
1466
+ source: string;
1467
+ source_execution_id: string | null;
1468
+ };
1469
+ Insert: {
1470
+ captured_at?: string;
1471
+ created_at?: string;
1472
+ distribution_id: string;
1473
+ id?: string;
1474
+ metrics?: Json;
1475
+ organization_id: string;
1476
+ raw?: Json;
1477
+ source: string;
1478
+ source_execution_id?: string | null;
1479
+ };
1480
+ Update: {
1481
+ captured_at?: string;
1482
+ created_at?: string;
1483
+ distribution_id?: string;
1484
+ id?: string;
1485
+ metrics?: Json;
1486
+ organization_id?: string;
1487
+ raw?: Json;
1488
+ source?: string;
1489
+ source_execution_id?: string | null;
1490
+ };
1491
+ Relationships: [
1492
+ {
1493
+ foreignKeyName: "content_distribution_metrics_distribution_fkey";
1494
+ columns: ["distribution_id", "organization_id"];
1495
+ isOneToOne: false;
1496
+ referencedRelation: "content_distributions";
1497
+ referencedColumns: ["id", "organization_id"];
1498
+ },
1499
+ {
1500
+ foreignKeyName: "content_distribution_metrics_organization_id_fkey";
1501
+ columns: ["organization_id"];
1502
+ isOneToOne: false;
1503
+ referencedRelation: "organizations";
1504
+ referencedColumns: ["id"];
1505
+ },
1506
+ {
1507
+ foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
1508
+ columns: ["source_execution_id"];
1509
+ isOneToOne: false;
1510
+ referencedRelation: "execution_logs";
1511
+ referencedColumns: ["execution_id"];
1512
+ }
1513
+ ];
1514
+ };
1457
1515
  content_distributions: {
1458
1516
  Row: {
1459
1517
  adapted_body: string | null;
@@ -1,19 +1,18 @@
1
- import '../chunk-CJ2232PQ.js';
2
- import '../chunk-Z4ICFQXG.js';
3
- import '../chunk-3TS5U5BL.js';
1
+ import '../chunk-GO4XJ5D4.js';
2
+ import '../chunk-BA3AZJUR.js';
3
+ import '../chunk-E6YGA5WH.js';
4
4
  import { PageContainer } from '../chunk-BZZCNLT6.js';
5
- import { getConceptDefinition, normaliseConceptKey, SemanticIcon, getKnowledgeIconToken, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, findOmTreeGroup, SubshellContentContainer, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, buildKnowledgeOmTreeData, findKnowledgeTreeNodeByValue, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-OCVSPAKM.js';
6
- 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-OCVSPAKM.js';
5
+ import { getConceptDefinition, normaliseConceptKey, SemanticIcon, getKnowledgeIconToken, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, findOmTreeGroup, SubshellContentContainer, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, buildKnowledgeOmTreeData, findKnowledgeTreeNodeByValue, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-6JN2TLV2.js';
6
+ 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-6JN2TLV2.js';
7
7
  import { usePresetsContext } from '../chunk-R6NMRXNO.js';
8
8
  import '../chunk-RBGVNPA6.js';
9
- import '../chunk-MKH2KOAO.js';
10
- import '../chunk-NHNTX6ZL.js';
9
+ import '../chunk-O32UQ26A.js';
11
10
  import '../chunk-L7BZZ4SI.js';
12
- import '../chunk-U2H3TIHD.js';
11
+ import '../chunk-HYQOGRWG.js';
13
12
  import '../chunk-MISHPEJX.js';
14
13
  import '../chunk-62GVNH5U.js';
15
14
  import '../chunk-P45GQ3ZW.js';
16
- import '../chunk-M7WWRZ5Z.js';
15
+ import '../chunk-2GIJBHZT.js';
17
16
  import '../chunk-3KMDHCAR.js';
18
17
  import '../chunk-2IFYDILW.js';
19
18
  import '../chunk-BLXJEIQS.js';
@@ -21,7 +20,7 @@ import '../chunk-UD657ICS.js';
21
20
  import '../chunk-DD3CCMCZ.js';
22
21
  import '../chunk-RNP5R5I3.js';
23
22
  import '../chunk-RT4KRGZT.js';
24
- import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-IBCEAVB2.js';
23
+ import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-R5UGIFYU.js';
25
24
  import '../chunk-Y6I3IC45.js';
26
25
  import '../chunk-6SSQGWK7.js';
27
26
  import '../chunk-BI5VDO2K.js';
@@ -6807,7 +6806,164 @@ return {
6807
6806
  default: MDXContent
6808
6807
  };
6809
6808
  `),
6810
- "knowledge.platform-systems-overview": makeKnowledgeComponent('"use strict";\nconst {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];\nfunction _createMdxContent(props) {\n const _components = {\n code: "code",\n h2: "h2",\n h3: "h3",\n p: "p",\n strong: "strong",\n table: "table",\n tbody: "tbody",\n td: "td",\n th: "th",\n thead: "thead",\n tr: "tr",\n ...props.components\n };\n return _jsxs(_Fragment, {\n children: [_jsx(_components.h2, {\n children: "Overview"\n }), "\\n", _jsx(_components.p, {\n children: "Elevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production."\n }), "\\n", _jsx(_components.p, {\n children: _jsx(_components.strong, {\n children: "Core Architecture:"\n })\n }), "\\n", _jsxs(_components.table, {\n children: [_jsx(_components.thead, {\n children: _jsxs(_components.tr, {\n children: [_jsx(_components.th, {\n children: "Layer"\n }), _jsx(_components.th, {\n children: "What It Does"\n }), _jsx(_components.th, {\n children: "Key Components"\n })]\n })\n }), _jsxs(_components.tbody, {\n children: [_jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: _jsx(_components.strong, {\n children: "Execution"\n })\n }), _jsx(_components.td, {\n children: "Runs workflows and agents with schema validation"\n }), _jsx(_components.td, {\n children: "Workflow Engine, Agent Framework, Execution Runner"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: _jsx(_components.strong, {\n children: "Control"\n })\n }), _jsx(_components.td, {\n children: "Human oversight, approvals, and decision capture"\n }), _jsx(_components.td, {\n children: "Command Queue (HITL), Dynamic Forms, Action System"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: _jsx(_components.strong, {\n children: "Intelligence"\n })\n }), _jsx(_components.td, {\n children: "Autonomous reasoning, tool use, and memory management"\n }), _jsx(_components.td, {\n children: "ReAct Agents, Knowledge Map, Session Memory"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: _jsx(_components.strong, {\n children: "Observability"\n })\n }), _jsx(_components.td, {\n children: "Real-time visibility into cost, performance, and health"\n }), _jsx(_components.td, {\n children: "Cost Tracking, Metrics, Activity Log, SSE Streaming"\n })]\n }), _jsxs(_components.tr, {\n children: [_jsx(_components.td, {\n children: _jsx(_components.strong, {\n children: "Platform"\n })\n }), _jsx(_components.td, {\n children: "Multi-tenancy, security, scheduling, integrations"\n }), _jsx(_components.td, {\n children: "Registry, RLS, Scheduler, Credential Vault, SDK"\n })]\n })]\n })]\n }), "\\n", _jsx(_components.h2, {\n children: "Execution Engine"\n }), "\\n", _jsx(_components.h3, {\n children: "AI Workflows"\n }), "\\n", _jsx(_components.p, {\n children: "Graph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow."\n }), "\\n", _jsx(_components.h3, {\n children: "Autonomous Agents"\n }), "\\n", _jsx(_components.p, {\n children: "Production-grade ReAct-style agents with tool use, memory management, and security hardening."\n }), "\\n", _jsxs(_components.p, {\n children: [_jsx(_components.strong, {\n children: "LLM Provider Support:"\n }), " Anthropic (claude-sonnet-5), OpenAI (GPT-5), OpenRouter (GLM-5)"]\n }), "\\n", _jsx(_components.h2, {\n children: "Human-in-the-Loop (HITL)"\n }), "\\n", _jsx(_components.p, {\n children: "The Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision \xE2\u20AC\u201D sending emails to prospects, updating customer records, publishing content \xE2\u20AC\u201D requires human approval."\n }), "\\n", _jsx(_components.h2, {\n children: "Integrations (12 active)"\n }), "\\n", _jsx(_components.p, {\n children: "Attio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Anthropic Claude."\n }), "\\n", _jsx(_components.h2, {\n children: "SDK"\n }), "\\n", _jsxs(_components.p, {\n children: ["TypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via ", _jsx(_components.code, {\n children: "elevasis-sdk deploy"\n }), "."]\n })]\n });\n}\nfunction MDXContent(props = {}) {\n const {wrapper: MDXLayout} = props.components || ({});\n return MDXLayout ? _jsx(MDXLayout, {\n ...props,\n children: _jsx(_createMdxContent, {\n ...props\n })\n }) : _createMdxContent(props);\n}\nreturn {\n default: MDXContent\n};\n'),
6809
+ "knowledge.platform-systems-overview": makeKnowledgeComponent(`"use strict";
6810
+ const {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];
6811
+ function _createMdxContent(props) {
6812
+ const _components = {
6813
+ code: "code",
6814
+ h2: "h2",
6815
+ h3: "h3",
6816
+ p: "p",
6817
+ strong: "strong",
6818
+ table: "table",
6819
+ tbody: "tbody",
6820
+ td: "td",
6821
+ th: "th",
6822
+ thead: "thead",
6823
+ tr: "tr",
6824
+ ...props.components
6825
+ };
6826
+ return _jsxs(_Fragment, {
6827
+ children: [_jsx(_components.h2, {
6828
+ children: "Overview"
6829
+ }), "\\n", _jsx(_components.p, {
6830
+ children: "Elevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production."
6831
+ }), "\\n", _jsx(_components.p, {
6832
+ children: _jsx(_components.strong, {
6833
+ children: "Core Architecture:"
6834
+ })
6835
+ }), "\\n", _jsxs(_components.table, {
6836
+ children: [_jsx(_components.thead, {
6837
+ children: _jsxs(_components.tr, {
6838
+ children: [_jsx(_components.th, {
6839
+ children: "Layer"
6840
+ }), _jsx(_components.th, {
6841
+ children: "What It Does"
6842
+ }), _jsx(_components.th, {
6843
+ children: "Key Components"
6844
+ })]
6845
+ })
6846
+ }), _jsxs(_components.tbody, {
6847
+ children: [_jsxs(_components.tr, {
6848
+ children: [_jsx(_components.td, {
6849
+ children: _jsx(_components.strong, {
6850
+ children: "Execution"
6851
+ })
6852
+ }), _jsx(_components.td, {
6853
+ children: "Runs workflows and agents with schema validation"
6854
+ }), _jsx(_components.td, {
6855
+ children: "Workflow Engine, Agent Framework, Execution Runner"
6856
+ })]
6857
+ }), _jsxs(_components.tr, {
6858
+ children: [_jsx(_components.td, {
6859
+ children: _jsx(_components.strong, {
6860
+ children: "Control"
6861
+ })
6862
+ }), _jsx(_components.td, {
6863
+ children: "Human oversight, approvals, and decision capture"
6864
+ }), _jsx(_components.td, {
6865
+ children: "Command Queue (HITL), Dynamic Forms, Action System"
6866
+ })]
6867
+ }), _jsxs(_components.tr, {
6868
+ children: [_jsx(_components.td, {
6869
+ children: _jsx(_components.strong, {
6870
+ children: "Intelligence"
6871
+ })
6872
+ }), _jsx(_components.td, {
6873
+ children: "Autonomous reasoning, tool use, and memory management"
6874
+ }), _jsx(_components.td, {
6875
+ children: "ReAct Agents, Knowledge Map, Session Memory"
6876
+ })]
6877
+ }), _jsxs(_components.tr, {
6878
+ children: [_jsx(_components.td, {
6879
+ children: _jsx(_components.strong, {
6880
+ children: "Observability"
6881
+ })
6882
+ }), _jsx(_components.td, {
6883
+ children: "Real-time visibility into cost, performance, and health"
6884
+ }), _jsx(_components.td, {
6885
+ children: "Cost Tracking, Metrics, Activity Log, SSE Streaming"
6886
+ })]
6887
+ }), _jsxs(_components.tr, {
6888
+ children: [_jsx(_components.td, {
6889
+ children: _jsx(_components.strong, {
6890
+ children: "Platform"
6891
+ })
6892
+ }), _jsx(_components.td, {
6893
+ children: "Multi-tenancy, security, scheduling, integrations"
6894
+ }), _jsx(_components.td, {
6895
+ children: "Registry, RLS, Scheduler, Credential Vault, SDK"
6896
+ })]
6897
+ })]
6898
+ })]
6899
+ }), "\\n", _jsx(_components.h2, {
6900
+ children: "Execution Engine"
6901
+ }), "\\n", _jsx(_components.h3, {
6902
+ children: "AI Workflows"
6903
+ }), "\\n", _jsx(_components.p, {
6904
+ children: "Graph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow."
6905
+ }), "\\n", _jsx(_components.h3, {
6906
+ children: "Autonomous Agents"
6907
+ }), "\\n", _jsx(_components.p, {
6908
+ children: "Production-grade ReAct-style agents with tool use, memory management, and security hardening."
6909
+ }), "\\n", _jsxs(_components.p, {
6910
+ children: [_jsx(_components.strong, {
6911
+ children: "LLM Provider Support:"
6912
+ }), " Anthropic through the direct SDK (", _jsx(_components.code, {
6913
+ children: "claude-opus-5"
6914
+ }), ", ", _jsx(_components.code, {
6915
+ children: "claude-sonnet-5"
6916
+ }), ", ", _jsx(_components.code, {
6917
+ children: "claude-haiku-4-5"
6918
+ }), "),\\nOpenAI (", _jsx(_components.code, {
6919
+ children: "gpt-5"
6920
+ }), ", ", _jsx(_components.code, {
6921
+ children: "gpt-5.4-mini"
6922
+ }), ", ", _jsx(_components.code, {
6923
+ children: "gpt-5.4-nano"
6924
+ }), ", plus the three GPT-5.6 tiers ", _jsx(_components.code, {
6925
+ children: "gpt-5.6-sol"
6926
+ }), ", ", _jsx(_components.code, {
6927
+ children: "gpt-5.6-terra"
6928
+ }), ", and\\n", _jsx(_components.code, {
6929
+ children: "gpt-5.6-luna"
6930
+ }), "), and OpenRouter (", _jsx(_components.code, {
6931
+ children: "openrouter/z-ai/glm-5"
6932
+ }), "). ", _jsx(_components.code, {
6933
+ children: "gpt-5.6-terra"
6934
+ }), " is the platform default, and the bare\\n", _jsx(_components.code, {
6935
+ children: "gpt-5.6"
6936
+ }), " name is deliberately unregistered so it is rejected rather than billed at another tier's rate."]
6937
+ }), "\\n", _jsx(_components.h2, {
6938
+ children: "Human-in-the-Loop (HITL)"
6939
+ }), "\\n", _jsx(_components.p, {
6940
+ children: "The Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision -- sending emails to prospects, updating customer records, publishing content -- requires human approval."
6941
+ }), "\\n", _jsx(_components.h2, {
6942
+ children: "Integrations (12 active)"
6943
+ }), "\\n", _jsx(_components.p, {
6944
+ children: "Attio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Anthropic Claude."
6945
+ }), "\\n", _jsx(_components.h2, {
6946
+ children: "SDK"
6947
+ }), "\\n", _jsxs(_components.p, {
6948
+ children: ["TypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via ", _jsx(_components.code, {
6949
+ children: "elevasis-sdk deploy"
6950
+ }), "."]
6951
+ })]
6952
+ });
6953
+ }
6954
+ function MDXContent(props = {}) {
6955
+ const {wrapper: MDXLayout} = props.components || ({});
6956
+ return MDXLayout ? _jsx(MDXLayout, {
6957
+ ...props,
6958
+ children: _jsx(_createMdxContent, {
6959
+ ...props
6960
+ })
6961
+ }) : _createMdxContent(props);
6962
+ }
6963
+ return {
6964
+ default: MDXContent
6965
+ };
6966
+ `),
6811
6967
  "knowledge.system-building": makeKnowledgeComponent(`"use strict";
6812
6968
  const {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];
6813
6969
  function _createMdxContent(props) {
@@ -1454,7 +1454,7 @@ Actions follow a five-stage lifecycle: draft, beta, active, deprecated, archived
1454
1454
  id: "knowledge.platform-systems-overview",
1455
1455
  title: "Platform Systems Overview",
1456
1456
  summary: "Authoritative overview of the Elevasis AI Orchestration Platform systems -- what's built, what each system does, and how the pieces fit together",
1457
- bodyText: "Overview\n\nElevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production.\n\nCore Architecture:\n\n| Layer | What It Does | Key Components |\n| --- | --- | --- |\n| Execution | Runs workflows and agents with schema validation | Workflow Engine, Agent Framework, Execution Runner |\n| Control | Human oversight, approvals, and decision capture | Command Queue (HITL), Dynamic Forms, Action System |\n| Intelligence | Autonomous reasoning, tool use, and memory management | ReAct Agents, Knowledge Map, Session Memory |\n| Observability | Real-time visibility into cost, performance, and health | Cost Tracking, Metrics, Activity Log, SSE Streaming |\n| Platform | Multi-tenancy, security, scheduling, integrations | Registry, RLS, Scheduler, Credential Vault, SDK |\n\nExecution Engine\n\nAI Workflows\n\nGraph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow.\n\nAutonomous Agents\n\nProduction-grade ReAct-style agents with tool use, memory management, and security hardening.\n\nLLM Provider Support: Anthropic (claude-sonnet-5), OpenAI (GPT-5), OpenRouter (GLM-5)\n\nHuman-in-the-Loop (HITL)\n\nThe Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision \xE2\u20AC\u201D sending emails to prospects, updating customer records, publishing content \xE2\u20AC\u201D requires human approval.\n\nIntegrations (12 active)\n\nAttio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Anthropic Claude.\n\nSDK\n\nTypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via elevasis-sdk deploy."
1457
+ bodyText: "Overview\n\nElevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production.\n\nCore Architecture:\n\n| Layer | What It Does | Key Components |\n| --- | --- | --- |\n| Execution | Runs workflows and agents with schema validation | Workflow Engine, Agent Framework, Execution Runner |\n| Control | Human oversight, approvals, and decision capture | Command Queue (HITL), Dynamic Forms, Action System |\n| Intelligence | Autonomous reasoning, tool use, and memory management | ReAct Agents, Knowledge Map, Session Memory |\n| Observability | Real-time visibility into cost, performance, and health | Cost Tracking, Metrics, Activity Log, SSE Streaming |\n| Platform | Multi-tenancy, security, scheduling, integrations | Registry, RLS, Scheduler, Credential Vault, SDK |\n\nExecution Engine\n\nAI Workflows\n\nGraph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow.\n\nAutonomous Agents\n\nProduction-grade ReAct-style agents with tool use, memory management, and security hardening.\n\nLLM Provider Support: Anthropic through the direct SDK (claude-opus-5, claude-sonnet-5, claude-haiku-4-5),\nOpenAI (gpt-5, gpt-5.4-mini, gpt-5.4-nano, plus the three GPT-5.6 tiers gpt-5.6-sol, gpt-5.6-terra, and\ngpt-5.6-luna), and OpenRouter (openrouter/z-ai/glm-5). gpt-5.6-terra is the platform default, and the bare\ngpt-5.6 name is deliberately unregistered so it is rejected rather than billed at another tier's rate.\n\nHuman-in-the-Loop (HITL)\n\nThe Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision -- sending emails to prospects, updating customer records, publishing content -- requires human approval.\n\nIntegrations (12 active)\n\nAttio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Anthropic Claude.\n\nSDK\n\nTypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via elevasis-sdk deploy."
1458
1458
  },
1459
1459
  {
1460
1460
  id: "knowledge.system-building",