@dvina/sdk 4.1.40 → 4.1.46

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.
@@ -7832,12 +7832,20 @@ interface RealtimeEventController {
7832
7832
  subscribe(topic: RealtimeEventTopic): void;
7833
7833
  unsubscribe(topic: RealtimeEventTopic): void;
7834
7834
  }
7835
+ /**
7836
+ * Optional persistence for realtime snapshots. Implementations can cache only
7837
+ * selected topics by returning `undefined` from `read` and ignoring `write`.
7838
+ */
7839
+ interface RealtimeSnapshotCache {
7840
+ read(topic: RealtimeEventTopic): Promise<unknown | undefined>;
7841
+ write(topic: RealtimeEventTopic, data: unknown): Promise<void>;
7842
+ }
7835
7843
  interface RealtimeTransportEvent {
7836
7844
  topic: RealtimeEventTopic;
7837
7845
  type: string;
7838
7846
  data: unknown;
7839
7847
  }
7840
- declare function createDvinaEvents(controller: RealtimeEventController): DvinaEvents & {
7848
+ declare function createDvinaEvents(controller: RealtimeEventController, snapshotCache?: RealtimeSnapshotCache): DvinaEvents & {
7841
7849
  dispatch(event: RealtimeTransportEvent): void;
7842
7850
  };
7843
7851
 
@@ -7923,4 +7931,4 @@ interface DvinaClientResult {
7923
7931
  */
7924
7932
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
7925
7933
 
7926
- export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type CreateDatabaseMutationVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextUsageEventOutputFragment as aW, type ContinueImportedChatMutationVariables as aX, type ContinueInterpretationMutationVariables as aY, type CreateAgentMutationVariables as aZ, type CreateChatMutationVariables as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteTableMutationVariables as b$, type DatabaseFragment as b0, type Database_EngineQueryVariables as b1, type DatabaseEngineFragment as b2, type DatabaseCatalogQueryVariables as b3, type DatabaseCatalogFragment as b4, type DatabaseCatalog_EngineQueryVariables as b5, type Database_TablesQueryVariables as b6, TableStatus as b7, type TableFragment as b8, type Table_DatabaseQueryVariables as b9, type CreateTableMutationVariables as bA, type CreateUserSkillFileMutationVariables as bB, type UserSkillFileModelFragment as bC, type CreateUserSkillFolderMutationVariables as bD, type UserSkillFolderModelFragment as bE, type CubeModelFragment as bF, type DatabaseCatalogConnectionFragment as bG, type DatabaseCatalogsQueryVariables as bH, type DatabaseConnectionFragment as bI, type DatabaseQueryVariables as bJ, type DatabaseSchemaQueryVariables as bK, type Database_Engine_CatalogQueryVariables as bL, type DatabasesQueryVariables as bM, type DeepAnalysisUsageFragment as bN, type DeleteAgentMutationVariables as bO, type DeleteAiProviderSettingMutationVariables as bP, type DeleteArtifactMutationVariables as bQ, type DeleteChatMutationVariables as bR, type DeleteDatabaseMutationVariables as bS, type DeleteDocumentMutationVariables as bT, type DeleteFolderMutationVariables as bU, type DeleteInsightMutationVariables as bV, type DeleteInsightsMutationVariables as bW, type DeleteIntegrationMutationVariables as bX, type DeleteProjectMutationVariables as bY, type DeleteReportMutationVariables as bZ, type DeleteSavedAiProviderModelMutationVariables as b_, type Table_DocumentQueryVariables as ba, type DocumentFragment as bb, type Document_ContentsQueryVariables as bc, type DocumentContentFragment as bd, type DocumentQueryVariables as be, type Document_FileQueryVariables as bf, type Document_FormatQueryVariables as bg, type DocumentFormatFragment as bh, type DocumentCatalogQueryVariables as bi, type DocumentCatalogFragment as bj, type DocumentCatalog_FormatQueryVariables as bk, type Document_TablesQueryVariables as bl, type Table_FromRelationsQueryVariables as bm, RelationType as bn, type RelationFragment as bo, type TableQueryVariables as bp, type Table_ToRelationsQueryVariables as bq, type TableConnectionFragment as br, type CreateDocumentMutationVariables as bs, type CreateFeedbackMutationVariables as bt, type CreateFolderMutationVariables as bu, type FolderFragment as bv, type CreateInsightMutationVariables as bw, type CreateIntegrationMutationVariables as bx, type CreateProjectMutationVariables as by, type CreateReportMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInterpMutationVariables as c$, type DeleteUserSkillFileMutationVariables as c0, type DeleteUserSkillFolderMutationVariables as c1, type DesktopDeviceConnectionFragment as c2, type DesktopDevicesQueryVariables as c3, type DevAccessTokenOutputFragment as c4, type DisconnectIntegrationMutationVariables as c5, type DismissPulseEventMutationVariables as c6, PulseEventPriority as c7, PulseEventKind as c8, type PulseEventFragment as c9, type RefineSkillInstructionMutationVariables as cA, type RefreshDatabaseSchemaMutationVariables as cB, type RefreshInsightMutationVariables as cC, type RegisterDesktopDeviceMutationVariables as cD, type ReinterpretSourceMutationVariables as cE, type ReinterpretSourcesOfuserMutationVariables as cF, type RelocateInsightMutationVariables as cG, type RemoveInsightFromReportMutationVariables as cH, type RemoveMcpServerMutationVariables as cI, type ResolvePulseEventMutationVariables as cJ, type ResumeMessageMutationVariables as cK, type WorkspaceDeleteScheduleFragment as cL, type SendMessageMutationVariables as cM, type SetDatabasePrimaryKeyMutationVariables as cN, type SyncProjectDesktopBindingMutationVariables as cO, type TestMcpServerMutationVariables as cP, type McpServerTestOutputFragment as cQ, type TestMcpServerConnectionMutationVariables as cR, type UpdateAgentMutationVariables as cS, type UpdateArtifactNameMutationVariables as cT, type UpdateChatMutationVariables as cU, type UpdateDatabaseMutationVariables as cV, type UpdateDocumentMutationVariables as cW, type UpdateFolderMutationVariables as cX, type UpdateInsightMutationVariables as cY, type UpdateInsightInReportMutationVariables as cZ, type UpdateInsightThumbnailMutationVariables as c_, type PulseEvent_IntegrationQueryVariables as ca, IntegrationStatus as cb, type IntegrationFragment as cc, type Integration_ProviderQueryVariables as cd, type IntegrationProviderFragment as ce, type IntegrationCatalogQueryVariables as cf, type IntegrationCatalogFragment as cg, type IntegrationCatalog_ProviderQueryVariables as ch, type DocumentCatalogConnectionFragment as ci, type DocumentCatalogsQueryVariables as cj, type DocumentConnectionFragment as ck, type Document_Format_CatalogQueryVariables as cl, type DocumentsQueryVariables as cm, type ChatStreamClient as cn, type DvinaSdkLifecycle as co, type DvinaEvents as cp, type ExecuteChatImportMutationVariables as cq, type GenerateUploadUriMutationVariables as cr, type FileModelFragment as cs, type MigrateLegacyCodeChatsMutationVariables as ct, type LegacyCodeMigratedChatSummaryOutputFragment as cu, type LegacyCodeMigrationOutputFragment as cv, type OpenActiveTabMutationVariables as cw, type PreviewChatImportMutationVariables as cx, type ReanalyzeDocumentMutationVariables as cy, type RefineAgentInstructionMutationVariables as cz, type ChatMessageFragment as d, type InterpretationsQueryVariables as d$, InterpretationType as d0, AiResourceType as d1, type InterpretationFragment as d2, type UpdateLiveContextMutationVariables as d3, type UpdateProjectMutationVariables as d4, type UpdatePulseTriggerMutationVariables as d5, type PulseTriggerSettingModelFragment as d6, type UpdateReportMutationVariables as d7, type UpdateTableMutationVariables as d8, type UpdateUserSkillFileMutationVariables as d9, type FindFitTierQueryVariables as dA, EntitlementTier as dB, type FolderQueryVariables as dC, type FoldersQueryVariables as dD, type FolderConnectionFragment as dE, type GetCapabilityQueryVariables as dF, type GetDevAccessTokenQueryVariables as dG, type GetLimitQueryVariables as dH, type GetRemainingQueryVariables as dI, type GetTokenUsageByModelQueryVariables as dJ, type ModelTokenUsageFragment as dK, type GetTokenUsageHistoryQueryVariables as dL, type GetTokenUsageStatusQueryVariables as dM, TokenUsageLimit as dN, ActiveWindowType as dO, type WindowDetailTypeFragment as dP, type UsageWindowsStatusTypeFragment as dQ, type UsageStatusFragment as dR, type GetTokenUsageStatus_WindowsQueryVariables as dS, type GetUsageQueryVariables as dT, type InsightsQueryVariables as dU, type IntegrationQueryVariables as dV, type IntegrationCatalogToolsQueryVariables as dW, type IntegrationCatalogsQueryVariables as dX, type IntegrationCatalogConnectionFragment as dY, type IntegrationsQueryVariables as dZ, type IntegrationConnectionFragment as d_, type UpdateUserSkillFolderMutationVariables as da, type UpsertAiProviderSettingMutationVariables as db, type UpsertWorkspaceAiModelMutationVariables as dc, type ExportQueryVariables as dd, type ExportWithInsightIdQueryVariables as de, type FeedItemQueryVariables as df, FeedItemKind as dg, type FeedDocumentDataFragment as dh, type FeedArtifactDataFragment as di, type FeedDatabaseDataFragment as dj, type FeedInsightDataFragment as dk, type FeedIntegrationDataFragment as dl, type FeedProjectDataFragment as dm, type FeedLiveContextDataFragment as dn, type FeedPulseDataFragment as dp, type FeedItemFragment as dq, type FeedItem_ActionQueryVariables as dr, type FeedSendMessageActionFragment as ds, type FeedItem_DataQueryVariables as dt, type FeedItemsQueryVariables as du, type FeedConnectionFragment as dv, type FileQueryVariables as dw, type FileMetaQueryVariables as dx, type FileUrlsQueryVariables as dy, type ResolvedFileUrlFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type McpTokensFragment as e$, type InterpretationConnectionFragment as e0, type LiveContextsQueryVariables as e1, type LiveContextConnectionFragment as e2, type LocalSandboxDeviceStatusesQueryVariables as e3, LocalSandboxDeviceConnectionState as e4, type LocalSandboxDeviceStatusModelFragment as e5, type NotificationQueryVariables as e6, NotificationCategory as e7, NotificationPriority as e8, NotificationStatus as e9, type UserSkillFoldersQueryVariables as eA, type WorkspaceDeletionScheduleQueryVariables as eB, type McpAuthUpdatesSubscriptionVariables as eC, McpAuthPhase as eD, type McpAuthUpdateModelFragment as eE, type TokenUsageUpdatesSubscriptionVariables as eF, type EvidenceFragment as eG, type FailedSyncEventIngestionFragment as eH, type StreamMessageContentOutputFragment as eI, type StreamMessageOutputFragment as eJ, type UsageMetaOutputFragment as eK, type PrivacyStatsOutputFragment as eL, type FinalContentEventOutputFragment as eM, type GetTokenUsageStatus_Windows_DayQueryVariables as eN, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eO, type GetTokenUsageStatus_Windows_MonthQueryVariables as eP, type GetTokenUsageStatus_Windows_WeekQueryVariables as eQ, type InferenceRequestAuditFragment as eR, type Insight_Chat_DesktopDeviceQueryVariables as eS, type Insight_Chat_ProjectQueryVariables as eT, type Integration_Provider_CatalogQueryVariables as eU, type InterruptEventOutputFragment as eV, type InvocationFragment as eW, type LiveContext_Source_EvidencesQueryVariables as eX, type ManagedChatModelsQueryVariables as eY, type McpClientInformationFragment as eZ, type McpCodeVerifierFragment as e_, type NotificationFragment as ea, type NotificationsQueryVariables as eb, type NotificationConnectionFragment as ec, type NotificationsByReferenceQueryVariables as ed, type PrivacyStatsQueryVariables as ee, type PrivacyStatsFragment as ef, type PrivateMcpServersQueryVariables as eg, type ProjectsQueryVariables as eh, type ProjectConnectionFragment as ei, type PulseAppSummaryQueryVariables as ej, type PulseAppSummaryModelFragment as ek, type PulseEventQueryVariables as el, type PulseEventsQueryVariables as em, type PulseEventConnectionFragment as en, type PulseTriggerSettingsQueryVariables as eo, type QueryQueryVariables as ep, type QueryWithInsightIdQueryVariables as eq, type QueryWithMessageIdQueryVariables as er, type ReportsQueryVariables as es, type SkillCatalogQueryVariables as et, SkillCatalogSource as eu, type SkillCatalogItemFragment as ev, type TablesQueryVariables as ew, type UserSkillFileQueryVariables as ex, type UserSkillFilesQueryVariables as ey, type UserSkillFolderQueryVariables as ez, ArtifactKind as f, InsightOrderByRelevanceFieldEnum as f$, type McpToolFragment as f0, type MessageEndEventOutputFragment as f1, type MessageStartEventOutputFragment as f2, type ProgressSummaryEventOutputFragment as f3, type Project_DesktopBinding_DeviceQueryVariables as f4, type PulseEvent_Integration_ProviderQueryVariables as f5, type ReasoningEventOutputFragment as f6, type ResetWorkspaceMutationVariables as f7, type ScheduleWorkspaceDeletionMutationVariables as f8, type TextBlockEventOutputFragment as f9, ArtifactOrderByRelevanceFieldEnum as fA, CapabilityType as fB, ChatMessageOrderByRelevanceFieldEnum as fC, ChatOrderByRelevanceFieldEnum as fD, type ChatStreamClientOptions as fE, type ChatStreamEvent as fF, type ChatStreamListener as fG, type ChatStreamListenerHandlers as fH, DatabaseCatalogOrderByRelevanceFieldEnum as fI, DatabaseOrderByRelevanceFieldEnum as fJ, DesktopDeviceOrderByRelevanceFieldEnum as fK, type DevicePresenceEvent as fL, type DevicePresenceSnapshot as fM, DocumentCatalogOrderByRelevanceFieldEnum as fN, DocumentOrderByRelevanceFieldEnum as fO, type DvinaEventRef as fP, type DvinaEventTopic as fQ, type DvinaRealtimeEvent as fR, type DvinaSdkBaseOptions as fS, type DvinaSdkCallbackOptions as fT, type DvinaSdkLifecycleHint as fU, type DvinaSdkTokenOptions as fV, FeedItemOrderByRelevanceFieldEnum as fW, FeedbackOrderByRelevanceFieldEnum as fX, FileOrderByRelevanceFieldEnum as fY, FileUrlVariant as fZ, FolderOrderByRelevanceFieldEnum as f_, type TextDeltaEventOutputFragment as fa, type WidgetBlockStartEventOutputFragment as fb, type WidgetHtmlDeltaEventOutputFragment as fc, type WidgetBlockCompleteEventOutputFragment as fd, type WidgetBlockErrorEventOutputFragment as fe, type ToolStartEventOutputFragment as ff, type ToolInputDeltaEventOutputFragment as fg, type ToolResultArtifactOutputFragment as fh, type ToolResultEventOutputFragment as fi, type StreamEventSchemaAnchorFragment as fj, type SyncEventFragment as fk, type SyncEventCursorFragment as fl, type Table_Database_EngineQueryVariables as fm, type Table_Document_ContentsQueryVariables as fn, type Table_Document_FileQueryVariables as fo, type Table_Document_FormatQueryVariables as fp, type TokenUsageFragment as fq, type UserSkillFileFragment as fr, type UserSkillFolderFragment as fs, type WorkspaceAiModelQueryVariables as ft, type WorkspaceAiModelSettingFragment as fu, type ActiveChatsEvent as fv, type ActiveChatsSnapshot as fw, type ActiveTabsEvent as fx, type ActiveTabsSnapshot as fy, AgentOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, IntegrationCatalogOrderByRelevanceFieldEnum as g0, IntegrationOrderByRelevanceFieldEnum as g1, InterpretationOrderByRelevanceFieldEnum as g2, LimitType as g3, LiveContextOrderByRelevanceFieldEnum as g4, NotificationOrderByRelevanceFieldEnum as g5, NullsOrder as g6, ProjectDesktopBindingOrderByRelevanceFieldEnum as g7, ProjectOrderByRelevanceFieldEnum as g8, PulseEventOrderByRelevanceFieldEnum as g9, QueryMode as ga, type RealtimeTopicData as gb, ReportOrderByRelevanceFieldEnum as gc, SendMessageModel as gd, SortOrder as ge, TableOrderByRelevanceFieldEnum as gf, UsageHistoryGranularity as gg, createChatStreamClient as gh, createDvinaClient as gi, createDvinaEvents as gj, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
7934
+ export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type CreateDatabaseMutationVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextUsageEventOutputFragment as aW, type ContinueImportedChatMutationVariables as aX, type ContinueInterpretationMutationVariables as aY, type CreateAgentMutationVariables as aZ, type CreateChatMutationVariables as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteTableMutationVariables as b$, type DatabaseFragment as b0, type Database_EngineQueryVariables as b1, type DatabaseEngineFragment as b2, type DatabaseCatalogQueryVariables as b3, type DatabaseCatalogFragment as b4, type DatabaseCatalog_EngineQueryVariables as b5, type Database_TablesQueryVariables as b6, TableStatus as b7, type TableFragment as b8, type Table_DatabaseQueryVariables as b9, type CreateTableMutationVariables as bA, type CreateUserSkillFileMutationVariables as bB, type UserSkillFileModelFragment as bC, type CreateUserSkillFolderMutationVariables as bD, type UserSkillFolderModelFragment as bE, type CubeModelFragment as bF, type DatabaseCatalogConnectionFragment as bG, type DatabaseCatalogsQueryVariables as bH, type DatabaseConnectionFragment as bI, type DatabaseQueryVariables as bJ, type DatabaseSchemaQueryVariables as bK, type Database_Engine_CatalogQueryVariables as bL, type DatabasesQueryVariables as bM, type DeepAnalysisUsageFragment as bN, type DeleteAgentMutationVariables as bO, type DeleteAiProviderSettingMutationVariables as bP, type DeleteArtifactMutationVariables as bQ, type DeleteChatMutationVariables as bR, type DeleteDatabaseMutationVariables as bS, type DeleteDocumentMutationVariables as bT, type DeleteFolderMutationVariables as bU, type DeleteInsightMutationVariables as bV, type DeleteInsightsMutationVariables as bW, type DeleteIntegrationMutationVariables as bX, type DeleteProjectMutationVariables as bY, type DeleteReportMutationVariables as bZ, type DeleteSavedAiProviderModelMutationVariables as b_, type Table_DocumentQueryVariables as ba, type DocumentFragment as bb, type Document_ContentsQueryVariables as bc, type DocumentContentFragment as bd, type DocumentQueryVariables as be, type Document_FileQueryVariables as bf, type Document_FormatQueryVariables as bg, type DocumentFormatFragment as bh, type DocumentCatalogQueryVariables as bi, type DocumentCatalogFragment as bj, type DocumentCatalog_FormatQueryVariables as bk, type Document_TablesQueryVariables as bl, type Table_FromRelationsQueryVariables as bm, RelationType as bn, type RelationFragment as bo, type TableQueryVariables as bp, type Table_ToRelationsQueryVariables as bq, type TableConnectionFragment as br, type CreateDocumentMutationVariables as bs, type CreateFeedbackMutationVariables as bt, type CreateFolderMutationVariables as bu, type FolderFragment as bv, type CreateInsightMutationVariables as bw, type CreateIntegrationMutationVariables as bx, type CreateProjectMutationVariables as by, type CreateReportMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInterpMutationVariables as c$, type DeleteUserSkillFileMutationVariables as c0, type DeleteUserSkillFolderMutationVariables as c1, type DesktopDeviceConnectionFragment as c2, type DesktopDevicesQueryVariables as c3, type DevAccessTokenOutputFragment as c4, type DisconnectIntegrationMutationVariables as c5, type DismissPulseEventMutationVariables as c6, PulseEventPriority as c7, PulseEventKind as c8, type PulseEventFragment as c9, type RefineSkillInstructionMutationVariables as cA, type RefreshDatabaseSchemaMutationVariables as cB, type RefreshInsightMutationVariables as cC, type RegisterDesktopDeviceMutationVariables as cD, type ReinterpretSourceMutationVariables as cE, type ReinterpretSourcesOfuserMutationVariables as cF, type RelocateInsightMutationVariables as cG, type RemoveInsightFromReportMutationVariables as cH, type RemoveMcpServerMutationVariables as cI, type ResolvePulseEventMutationVariables as cJ, type ResumeMessageMutationVariables as cK, type WorkspaceDeleteScheduleFragment as cL, type SendMessageMutationVariables as cM, type SetDatabasePrimaryKeyMutationVariables as cN, type SyncProjectDesktopBindingMutationVariables as cO, type TestMcpServerMutationVariables as cP, type McpServerTestOutputFragment as cQ, type TestMcpServerConnectionMutationVariables as cR, type UpdateAgentMutationVariables as cS, type UpdateArtifactNameMutationVariables as cT, type UpdateChatMutationVariables as cU, type UpdateDatabaseMutationVariables as cV, type UpdateDocumentMutationVariables as cW, type UpdateFolderMutationVariables as cX, type UpdateInsightMutationVariables as cY, type UpdateInsightInReportMutationVariables as cZ, type UpdateInsightThumbnailMutationVariables as c_, type PulseEvent_IntegrationQueryVariables as ca, IntegrationStatus as cb, type IntegrationFragment as cc, type Integration_ProviderQueryVariables as cd, type IntegrationProviderFragment as ce, type IntegrationCatalogQueryVariables as cf, type IntegrationCatalogFragment as cg, type IntegrationCatalog_ProviderQueryVariables as ch, type DocumentCatalogConnectionFragment as ci, type DocumentCatalogsQueryVariables as cj, type DocumentConnectionFragment as ck, type Document_Format_CatalogQueryVariables as cl, type DocumentsQueryVariables as cm, type ChatStreamClient as cn, type DvinaSdkLifecycle as co, type DvinaEvents as cp, type ExecuteChatImportMutationVariables as cq, type GenerateUploadUriMutationVariables as cr, type FileModelFragment as cs, type MigrateLegacyCodeChatsMutationVariables as ct, type LegacyCodeMigratedChatSummaryOutputFragment as cu, type LegacyCodeMigrationOutputFragment as cv, type OpenActiveTabMutationVariables as cw, type PreviewChatImportMutationVariables as cx, type ReanalyzeDocumentMutationVariables as cy, type RefineAgentInstructionMutationVariables as cz, type ChatMessageFragment as d, type InterpretationsQueryVariables as d$, InterpretationType as d0, AiResourceType as d1, type InterpretationFragment as d2, type UpdateLiveContextMutationVariables as d3, type UpdateProjectMutationVariables as d4, type UpdatePulseTriggerMutationVariables as d5, type PulseTriggerSettingModelFragment as d6, type UpdateReportMutationVariables as d7, type UpdateTableMutationVariables as d8, type UpdateUserSkillFileMutationVariables as d9, type FindFitTierQueryVariables as dA, EntitlementTier as dB, type FolderQueryVariables as dC, type FoldersQueryVariables as dD, type FolderConnectionFragment as dE, type GetCapabilityQueryVariables as dF, type GetDevAccessTokenQueryVariables as dG, type GetLimitQueryVariables as dH, type GetRemainingQueryVariables as dI, type GetTokenUsageByModelQueryVariables as dJ, type ModelTokenUsageFragment as dK, type GetTokenUsageHistoryQueryVariables as dL, type GetTokenUsageStatusQueryVariables as dM, TokenUsageLimit as dN, ActiveWindowType as dO, type WindowDetailTypeFragment as dP, type UsageWindowsStatusTypeFragment as dQ, type UsageStatusFragment as dR, type GetTokenUsageStatus_WindowsQueryVariables as dS, type GetUsageQueryVariables as dT, type InsightsQueryVariables as dU, type IntegrationQueryVariables as dV, type IntegrationCatalogToolsQueryVariables as dW, type IntegrationCatalogsQueryVariables as dX, type IntegrationCatalogConnectionFragment as dY, type IntegrationsQueryVariables as dZ, type IntegrationConnectionFragment as d_, type UpdateUserSkillFolderMutationVariables as da, type UpsertAiProviderSettingMutationVariables as db, type UpsertWorkspaceAiModelMutationVariables as dc, type ExportQueryVariables as dd, type ExportWithInsightIdQueryVariables as de, type FeedItemQueryVariables as df, FeedItemKind as dg, type FeedDocumentDataFragment as dh, type FeedArtifactDataFragment as di, type FeedDatabaseDataFragment as dj, type FeedInsightDataFragment as dk, type FeedIntegrationDataFragment as dl, type FeedProjectDataFragment as dm, type FeedLiveContextDataFragment as dn, type FeedPulseDataFragment as dp, type FeedItemFragment as dq, type FeedItem_ActionQueryVariables as dr, type FeedSendMessageActionFragment as ds, type FeedItem_DataQueryVariables as dt, type FeedItemsQueryVariables as du, type FeedConnectionFragment as dv, type FileQueryVariables as dw, type FileMetaQueryVariables as dx, type FileUrlsQueryVariables as dy, type ResolvedFileUrlFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type McpTokensFragment as e$, type InterpretationConnectionFragment as e0, type LiveContextsQueryVariables as e1, type LiveContextConnectionFragment as e2, type LocalSandboxDeviceStatusesQueryVariables as e3, LocalSandboxDeviceConnectionState as e4, type LocalSandboxDeviceStatusModelFragment as e5, type NotificationQueryVariables as e6, NotificationCategory as e7, NotificationPriority as e8, NotificationStatus as e9, type UserSkillFoldersQueryVariables as eA, type WorkspaceDeletionScheduleQueryVariables as eB, type McpAuthUpdatesSubscriptionVariables as eC, McpAuthPhase as eD, type McpAuthUpdateModelFragment as eE, type TokenUsageUpdatesSubscriptionVariables as eF, type EvidenceFragment as eG, type FailedSyncEventIngestionFragment as eH, type StreamMessageContentOutputFragment as eI, type StreamMessageOutputFragment as eJ, type UsageMetaOutputFragment as eK, type PrivacyStatsOutputFragment as eL, type FinalContentEventOutputFragment as eM, type GetTokenUsageStatus_Windows_DayQueryVariables as eN, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eO, type GetTokenUsageStatus_Windows_MonthQueryVariables as eP, type GetTokenUsageStatus_Windows_WeekQueryVariables as eQ, type InferenceRequestAuditFragment as eR, type Insight_Chat_DesktopDeviceQueryVariables as eS, type Insight_Chat_ProjectQueryVariables as eT, type Integration_Provider_CatalogQueryVariables as eU, type InterruptEventOutputFragment as eV, type InvocationFragment as eW, type LiveContext_Source_EvidencesQueryVariables as eX, type ManagedChatModelsQueryVariables as eY, type McpClientInformationFragment as eZ, type McpCodeVerifierFragment as e_, type NotificationFragment as ea, type NotificationsQueryVariables as eb, type NotificationConnectionFragment as ec, type NotificationsByReferenceQueryVariables as ed, type PrivacyStatsQueryVariables as ee, type PrivacyStatsFragment as ef, type PrivateMcpServersQueryVariables as eg, type ProjectsQueryVariables as eh, type ProjectConnectionFragment as ei, type PulseAppSummaryQueryVariables as ej, type PulseAppSummaryModelFragment as ek, type PulseEventQueryVariables as el, type PulseEventsQueryVariables as em, type PulseEventConnectionFragment as en, type PulseTriggerSettingsQueryVariables as eo, type QueryQueryVariables as ep, type QueryWithInsightIdQueryVariables as eq, type QueryWithMessageIdQueryVariables as er, type ReportsQueryVariables as es, type SkillCatalogQueryVariables as et, SkillCatalogSource as eu, type SkillCatalogItemFragment as ev, type TablesQueryVariables as ew, type UserSkillFileQueryVariables as ex, type UserSkillFilesQueryVariables as ey, type UserSkillFolderQueryVariables as ez, ArtifactKind as f, InsightOrderByRelevanceFieldEnum as f$, type McpToolFragment as f0, type MessageEndEventOutputFragment as f1, type MessageStartEventOutputFragment as f2, type ProgressSummaryEventOutputFragment as f3, type Project_DesktopBinding_DeviceQueryVariables as f4, type PulseEvent_Integration_ProviderQueryVariables as f5, type ReasoningEventOutputFragment as f6, type ResetWorkspaceMutationVariables as f7, type ScheduleWorkspaceDeletionMutationVariables as f8, type TextBlockEventOutputFragment as f9, ArtifactOrderByRelevanceFieldEnum as fA, CapabilityType as fB, ChatMessageOrderByRelevanceFieldEnum as fC, ChatOrderByRelevanceFieldEnum as fD, type ChatStreamClientOptions as fE, type ChatStreamEvent as fF, type ChatStreamListener as fG, type ChatStreamListenerHandlers as fH, DatabaseCatalogOrderByRelevanceFieldEnum as fI, DatabaseOrderByRelevanceFieldEnum as fJ, DesktopDeviceOrderByRelevanceFieldEnum as fK, type DevicePresenceEvent as fL, type DevicePresenceSnapshot as fM, DocumentCatalogOrderByRelevanceFieldEnum as fN, DocumentOrderByRelevanceFieldEnum as fO, type DvinaEventRef as fP, type DvinaEventTopic as fQ, type DvinaRealtimeEvent as fR, type DvinaSdkBaseOptions as fS, type DvinaSdkCallbackOptions as fT, type DvinaSdkLifecycleHint as fU, type DvinaSdkTokenOptions as fV, FeedItemOrderByRelevanceFieldEnum as fW, FeedbackOrderByRelevanceFieldEnum as fX, FileOrderByRelevanceFieldEnum as fY, FileUrlVariant as fZ, FolderOrderByRelevanceFieldEnum as f_, type TextDeltaEventOutputFragment as fa, type WidgetBlockStartEventOutputFragment as fb, type WidgetHtmlDeltaEventOutputFragment as fc, type WidgetBlockCompleteEventOutputFragment as fd, type WidgetBlockErrorEventOutputFragment as fe, type ToolStartEventOutputFragment as ff, type ToolInputDeltaEventOutputFragment as fg, type ToolResultArtifactOutputFragment as fh, type ToolResultEventOutputFragment as fi, type StreamEventSchemaAnchorFragment as fj, type SyncEventFragment as fk, type SyncEventCursorFragment as fl, type Table_Database_EngineQueryVariables as fm, type Table_Document_ContentsQueryVariables as fn, type Table_Document_FileQueryVariables as fo, type Table_Document_FormatQueryVariables as fp, type TokenUsageFragment as fq, type UserSkillFileFragment as fr, type UserSkillFolderFragment as fs, type WorkspaceAiModelQueryVariables as ft, type WorkspaceAiModelSettingFragment as fu, type ActiveChatsEvent as fv, type ActiveChatsSnapshot as fw, type ActiveTabsEvent as fx, type ActiveTabsSnapshot as fy, AgentOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, IntegrationCatalogOrderByRelevanceFieldEnum as g0, IntegrationOrderByRelevanceFieldEnum as g1, InterpretationOrderByRelevanceFieldEnum as g2, LimitType as g3, LiveContextOrderByRelevanceFieldEnum as g4, NotificationOrderByRelevanceFieldEnum as g5, NullsOrder as g6, ProjectDesktopBindingOrderByRelevanceFieldEnum as g7, ProjectOrderByRelevanceFieldEnum as g8, PulseEventOrderByRelevanceFieldEnum as g9, QueryMode as ga, type RealtimeSnapshotCache as gb, type RealtimeTopicData as gc, ReportOrderByRelevanceFieldEnum as gd, SendMessageModel as ge, SortOrder as gf, TableOrderByRelevanceFieldEnum as gg, UsageHistoryGranularity as gh, createChatStreamClient as gi, createDvinaClient as gj, createDvinaEvents as gk, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
@@ -7832,12 +7832,20 @@ interface RealtimeEventController {
7832
7832
  subscribe(topic: RealtimeEventTopic): void;
7833
7833
  unsubscribe(topic: RealtimeEventTopic): void;
7834
7834
  }
7835
+ /**
7836
+ * Optional persistence for realtime snapshots. Implementations can cache only
7837
+ * selected topics by returning `undefined` from `read` and ignoring `write`.
7838
+ */
7839
+ interface RealtimeSnapshotCache {
7840
+ read(topic: RealtimeEventTopic): Promise<unknown | undefined>;
7841
+ write(topic: RealtimeEventTopic, data: unknown): Promise<void>;
7842
+ }
7835
7843
  interface RealtimeTransportEvent {
7836
7844
  topic: RealtimeEventTopic;
7837
7845
  type: string;
7838
7846
  data: unknown;
7839
7847
  }
7840
- declare function createDvinaEvents(controller: RealtimeEventController): DvinaEvents & {
7848
+ declare function createDvinaEvents(controller: RealtimeEventController, snapshotCache?: RealtimeSnapshotCache): DvinaEvents & {
7841
7849
  dispatch(event: RealtimeTransportEvent): void;
7842
7850
  };
7843
7851
 
@@ -7923,4 +7931,4 @@ interface DvinaClientResult {
7923
7931
  */
7924
7932
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
7925
7933
 
7926
- export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type CreateDatabaseMutationVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextUsageEventOutputFragment as aW, type ContinueImportedChatMutationVariables as aX, type ContinueInterpretationMutationVariables as aY, type CreateAgentMutationVariables as aZ, type CreateChatMutationVariables as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteTableMutationVariables as b$, type DatabaseFragment as b0, type Database_EngineQueryVariables as b1, type DatabaseEngineFragment as b2, type DatabaseCatalogQueryVariables as b3, type DatabaseCatalogFragment as b4, type DatabaseCatalog_EngineQueryVariables as b5, type Database_TablesQueryVariables as b6, TableStatus as b7, type TableFragment as b8, type Table_DatabaseQueryVariables as b9, type CreateTableMutationVariables as bA, type CreateUserSkillFileMutationVariables as bB, type UserSkillFileModelFragment as bC, type CreateUserSkillFolderMutationVariables as bD, type UserSkillFolderModelFragment as bE, type CubeModelFragment as bF, type DatabaseCatalogConnectionFragment as bG, type DatabaseCatalogsQueryVariables as bH, type DatabaseConnectionFragment as bI, type DatabaseQueryVariables as bJ, type DatabaseSchemaQueryVariables as bK, type Database_Engine_CatalogQueryVariables as bL, type DatabasesQueryVariables as bM, type DeepAnalysisUsageFragment as bN, type DeleteAgentMutationVariables as bO, type DeleteAiProviderSettingMutationVariables as bP, type DeleteArtifactMutationVariables as bQ, type DeleteChatMutationVariables as bR, type DeleteDatabaseMutationVariables as bS, type DeleteDocumentMutationVariables as bT, type DeleteFolderMutationVariables as bU, type DeleteInsightMutationVariables as bV, type DeleteInsightsMutationVariables as bW, type DeleteIntegrationMutationVariables as bX, type DeleteProjectMutationVariables as bY, type DeleteReportMutationVariables as bZ, type DeleteSavedAiProviderModelMutationVariables as b_, type Table_DocumentQueryVariables as ba, type DocumentFragment as bb, type Document_ContentsQueryVariables as bc, type DocumentContentFragment as bd, type DocumentQueryVariables as be, type Document_FileQueryVariables as bf, type Document_FormatQueryVariables as bg, type DocumentFormatFragment as bh, type DocumentCatalogQueryVariables as bi, type DocumentCatalogFragment as bj, type DocumentCatalog_FormatQueryVariables as bk, type Document_TablesQueryVariables as bl, type Table_FromRelationsQueryVariables as bm, RelationType as bn, type RelationFragment as bo, type TableQueryVariables as bp, type Table_ToRelationsQueryVariables as bq, type TableConnectionFragment as br, type CreateDocumentMutationVariables as bs, type CreateFeedbackMutationVariables as bt, type CreateFolderMutationVariables as bu, type FolderFragment as bv, type CreateInsightMutationVariables as bw, type CreateIntegrationMutationVariables as bx, type CreateProjectMutationVariables as by, type CreateReportMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInterpMutationVariables as c$, type DeleteUserSkillFileMutationVariables as c0, type DeleteUserSkillFolderMutationVariables as c1, type DesktopDeviceConnectionFragment as c2, type DesktopDevicesQueryVariables as c3, type DevAccessTokenOutputFragment as c4, type DisconnectIntegrationMutationVariables as c5, type DismissPulseEventMutationVariables as c6, PulseEventPriority as c7, PulseEventKind as c8, type PulseEventFragment as c9, type RefineSkillInstructionMutationVariables as cA, type RefreshDatabaseSchemaMutationVariables as cB, type RefreshInsightMutationVariables as cC, type RegisterDesktopDeviceMutationVariables as cD, type ReinterpretSourceMutationVariables as cE, type ReinterpretSourcesOfuserMutationVariables as cF, type RelocateInsightMutationVariables as cG, type RemoveInsightFromReportMutationVariables as cH, type RemoveMcpServerMutationVariables as cI, type ResolvePulseEventMutationVariables as cJ, type ResumeMessageMutationVariables as cK, type WorkspaceDeleteScheduleFragment as cL, type SendMessageMutationVariables as cM, type SetDatabasePrimaryKeyMutationVariables as cN, type SyncProjectDesktopBindingMutationVariables as cO, type TestMcpServerMutationVariables as cP, type McpServerTestOutputFragment as cQ, type TestMcpServerConnectionMutationVariables as cR, type UpdateAgentMutationVariables as cS, type UpdateArtifactNameMutationVariables as cT, type UpdateChatMutationVariables as cU, type UpdateDatabaseMutationVariables as cV, type UpdateDocumentMutationVariables as cW, type UpdateFolderMutationVariables as cX, type UpdateInsightMutationVariables as cY, type UpdateInsightInReportMutationVariables as cZ, type UpdateInsightThumbnailMutationVariables as c_, type PulseEvent_IntegrationQueryVariables as ca, IntegrationStatus as cb, type IntegrationFragment as cc, type Integration_ProviderQueryVariables as cd, type IntegrationProviderFragment as ce, type IntegrationCatalogQueryVariables as cf, type IntegrationCatalogFragment as cg, type IntegrationCatalog_ProviderQueryVariables as ch, type DocumentCatalogConnectionFragment as ci, type DocumentCatalogsQueryVariables as cj, type DocumentConnectionFragment as ck, type Document_Format_CatalogQueryVariables as cl, type DocumentsQueryVariables as cm, type ChatStreamClient as cn, type DvinaSdkLifecycle as co, type DvinaEvents as cp, type ExecuteChatImportMutationVariables as cq, type GenerateUploadUriMutationVariables as cr, type FileModelFragment as cs, type MigrateLegacyCodeChatsMutationVariables as ct, type LegacyCodeMigratedChatSummaryOutputFragment as cu, type LegacyCodeMigrationOutputFragment as cv, type OpenActiveTabMutationVariables as cw, type PreviewChatImportMutationVariables as cx, type ReanalyzeDocumentMutationVariables as cy, type RefineAgentInstructionMutationVariables as cz, type ChatMessageFragment as d, type InterpretationsQueryVariables as d$, InterpretationType as d0, AiResourceType as d1, type InterpretationFragment as d2, type UpdateLiveContextMutationVariables as d3, type UpdateProjectMutationVariables as d4, type UpdatePulseTriggerMutationVariables as d5, type PulseTriggerSettingModelFragment as d6, type UpdateReportMutationVariables as d7, type UpdateTableMutationVariables as d8, type UpdateUserSkillFileMutationVariables as d9, type FindFitTierQueryVariables as dA, EntitlementTier as dB, type FolderQueryVariables as dC, type FoldersQueryVariables as dD, type FolderConnectionFragment as dE, type GetCapabilityQueryVariables as dF, type GetDevAccessTokenQueryVariables as dG, type GetLimitQueryVariables as dH, type GetRemainingQueryVariables as dI, type GetTokenUsageByModelQueryVariables as dJ, type ModelTokenUsageFragment as dK, type GetTokenUsageHistoryQueryVariables as dL, type GetTokenUsageStatusQueryVariables as dM, TokenUsageLimit as dN, ActiveWindowType as dO, type WindowDetailTypeFragment as dP, type UsageWindowsStatusTypeFragment as dQ, type UsageStatusFragment as dR, type GetTokenUsageStatus_WindowsQueryVariables as dS, type GetUsageQueryVariables as dT, type InsightsQueryVariables as dU, type IntegrationQueryVariables as dV, type IntegrationCatalogToolsQueryVariables as dW, type IntegrationCatalogsQueryVariables as dX, type IntegrationCatalogConnectionFragment as dY, type IntegrationsQueryVariables as dZ, type IntegrationConnectionFragment as d_, type UpdateUserSkillFolderMutationVariables as da, type UpsertAiProviderSettingMutationVariables as db, type UpsertWorkspaceAiModelMutationVariables as dc, type ExportQueryVariables as dd, type ExportWithInsightIdQueryVariables as de, type FeedItemQueryVariables as df, FeedItemKind as dg, type FeedDocumentDataFragment as dh, type FeedArtifactDataFragment as di, type FeedDatabaseDataFragment as dj, type FeedInsightDataFragment as dk, type FeedIntegrationDataFragment as dl, type FeedProjectDataFragment as dm, type FeedLiveContextDataFragment as dn, type FeedPulseDataFragment as dp, type FeedItemFragment as dq, type FeedItem_ActionQueryVariables as dr, type FeedSendMessageActionFragment as ds, type FeedItem_DataQueryVariables as dt, type FeedItemsQueryVariables as du, type FeedConnectionFragment as dv, type FileQueryVariables as dw, type FileMetaQueryVariables as dx, type FileUrlsQueryVariables as dy, type ResolvedFileUrlFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type McpTokensFragment as e$, type InterpretationConnectionFragment as e0, type LiveContextsQueryVariables as e1, type LiveContextConnectionFragment as e2, type LocalSandboxDeviceStatusesQueryVariables as e3, LocalSandboxDeviceConnectionState as e4, type LocalSandboxDeviceStatusModelFragment as e5, type NotificationQueryVariables as e6, NotificationCategory as e7, NotificationPriority as e8, NotificationStatus as e9, type UserSkillFoldersQueryVariables as eA, type WorkspaceDeletionScheduleQueryVariables as eB, type McpAuthUpdatesSubscriptionVariables as eC, McpAuthPhase as eD, type McpAuthUpdateModelFragment as eE, type TokenUsageUpdatesSubscriptionVariables as eF, type EvidenceFragment as eG, type FailedSyncEventIngestionFragment as eH, type StreamMessageContentOutputFragment as eI, type StreamMessageOutputFragment as eJ, type UsageMetaOutputFragment as eK, type PrivacyStatsOutputFragment as eL, type FinalContentEventOutputFragment as eM, type GetTokenUsageStatus_Windows_DayQueryVariables as eN, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eO, type GetTokenUsageStatus_Windows_MonthQueryVariables as eP, type GetTokenUsageStatus_Windows_WeekQueryVariables as eQ, type InferenceRequestAuditFragment as eR, type Insight_Chat_DesktopDeviceQueryVariables as eS, type Insight_Chat_ProjectQueryVariables as eT, type Integration_Provider_CatalogQueryVariables as eU, type InterruptEventOutputFragment as eV, type InvocationFragment as eW, type LiveContext_Source_EvidencesQueryVariables as eX, type ManagedChatModelsQueryVariables as eY, type McpClientInformationFragment as eZ, type McpCodeVerifierFragment as e_, type NotificationFragment as ea, type NotificationsQueryVariables as eb, type NotificationConnectionFragment as ec, type NotificationsByReferenceQueryVariables as ed, type PrivacyStatsQueryVariables as ee, type PrivacyStatsFragment as ef, type PrivateMcpServersQueryVariables as eg, type ProjectsQueryVariables as eh, type ProjectConnectionFragment as ei, type PulseAppSummaryQueryVariables as ej, type PulseAppSummaryModelFragment as ek, type PulseEventQueryVariables as el, type PulseEventsQueryVariables as em, type PulseEventConnectionFragment as en, type PulseTriggerSettingsQueryVariables as eo, type QueryQueryVariables as ep, type QueryWithInsightIdQueryVariables as eq, type QueryWithMessageIdQueryVariables as er, type ReportsQueryVariables as es, type SkillCatalogQueryVariables as et, SkillCatalogSource as eu, type SkillCatalogItemFragment as ev, type TablesQueryVariables as ew, type UserSkillFileQueryVariables as ex, type UserSkillFilesQueryVariables as ey, type UserSkillFolderQueryVariables as ez, ArtifactKind as f, InsightOrderByRelevanceFieldEnum as f$, type McpToolFragment as f0, type MessageEndEventOutputFragment as f1, type MessageStartEventOutputFragment as f2, type ProgressSummaryEventOutputFragment as f3, type Project_DesktopBinding_DeviceQueryVariables as f4, type PulseEvent_Integration_ProviderQueryVariables as f5, type ReasoningEventOutputFragment as f6, type ResetWorkspaceMutationVariables as f7, type ScheduleWorkspaceDeletionMutationVariables as f8, type TextBlockEventOutputFragment as f9, ArtifactOrderByRelevanceFieldEnum as fA, CapabilityType as fB, ChatMessageOrderByRelevanceFieldEnum as fC, ChatOrderByRelevanceFieldEnum as fD, type ChatStreamClientOptions as fE, type ChatStreamEvent as fF, type ChatStreamListener as fG, type ChatStreamListenerHandlers as fH, DatabaseCatalogOrderByRelevanceFieldEnum as fI, DatabaseOrderByRelevanceFieldEnum as fJ, DesktopDeviceOrderByRelevanceFieldEnum as fK, type DevicePresenceEvent as fL, type DevicePresenceSnapshot as fM, DocumentCatalogOrderByRelevanceFieldEnum as fN, DocumentOrderByRelevanceFieldEnum as fO, type DvinaEventRef as fP, type DvinaEventTopic as fQ, type DvinaRealtimeEvent as fR, type DvinaSdkBaseOptions as fS, type DvinaSdkCallbackOptions as fT, type DvinaSdkLifecycleHint as fU, type DvinaSdkTokenOptions as fV, FeedItemOrderByRelevanceFieldEnum as fW, FeedbackOrderByRelevanceFieldEnum as fX, FileOrderByRelevanceFieldEnum as fY, FileUrlVariant as fZ, FolderOrderByRelevanceFieldEnum as f_, type TextDeltaEventOutputFragment as fa, type WidgetBlockStartEventOutputFragment as fb, type WidgetHtmlDeltaEventOutputFragment as fc, type WidgetBlockCompleteEventOutputFragment as fd, type WidgetBlockErrorEventOutputFragment as fe, type ToolStartEventOutputFragment as ff, type ToolInputDeltaEventOutputFragment as fg, type ToolResultArtifactOutputFragment as fh, type ToolResultEventOutputFragment as fi, type StreamEventSchemaAnchorFragment as fj, type SyncEventFragment as fk, type SyncEventCursorFragment as fl, type Table_Database_EngineQueryVariables as fm, type Table_Document_ContentsQueryVariables as fn, type Table_Document_FileQueryVariables as fo, type Table_Document_FormatQueryVariables as fp, type TokenUsageFragment as fq, type UserSkillFileFragment as fr, type UserSkillFolderFragment as fs, type WorkspaceAiModelQueryVariables as ft, type WorkspaceAiModelSettingFragment as fu, type ActiveChatsEvent as fv, type ActiveChatsSnapshot as fw, type ActiveTabsEvent as fx, type ActiveTabsSnapshot as fy, AgentOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, IntegrationCatalogOrderByRelevanceFieldEnum as g0, IntegrationOrderByRelevanceFieldEnum as g1, InterpretationOrderByRelevanceFieldEnum as g2, LimitType as g3, LiveContextOrderByRelevanceFieldEnum as g4, NotificationOrderByRelevanceFieldEnum as g5, NullsOrder as g6, ProjectDesktopBindingOrderByRelevanceFieldEnum as g7, ProjectOrderByRelevanceFieldEnum as g8, PulseEventOrderByRelevanceFieldEnum as g9, QueryMode as ga, type RealtimeTopicData as gb, ReportOrderByRelevanceFieldEnum as gc, SendMessageModel as gd, SortOrder as ge, TableOrderByRelevanceFieldEnum as gf, UsageHistoryGranularity as gg, createChatStreamClient as gh, createDvinaClient as gi, createDvinaEvents as gj, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
7934
+ export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type CreateDatabaseMutationVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextUsageEventOutputFragment as aW, type ContinueImportedChatMutationVariables as aX, type ContinueInterpretationMutationVariables as aY, type CreateAgentMutationVariables as aZ, type CreateChatMutationVariables as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteTableMutationVariables as b$, type DatabaseFragment as b0, type Database_EngineQueryVariables as b1, type DatabaseEngineFragment as b2, type DatabaseCatalogQueryVariables as b3, type DatabaseCatalogFragment as b4, type DatabaseCatalog_EngineQueryVariables as b5, type Database_TablesQueryVariables as b6, TableStatus as b7, type TableFragment as b8, type Table_DatabaseQueryVariables as b9, type CreateTableMutationVariables as bA, type CreateUserSkillFileMutationVariables as bB, type UserSkillFileModelFragment as bC, type CreateUserSkillFolderMutationVariables as bD, type UserSkillFolderModelFragment as bE, type CubeModelFragment as bF, type DatabaseCatalogConnectionFragment as bG, type DatabaseCatalogsQueryVariables as bH, type DatabaseConnectionFragment as bI, type DatabaseQueryVariables as bJ, type DatabaseSchemaQueryVariables as bK, type Database_Engine_CatalogQueryVariables as bL, type DatabasesQueryVariables as bM, type DeepAnalysisUsageFragment as bN, type DeleteAgentMutationVariables as bO, type DeleteAiProviderSettingMutationVariables as bP, type DeleteArtifactMutationVariables as bQ, type DeleteChatMutationVariables as bR, type DeleteDatabaseMutationVariables as bS, type DeleteDocumentMutationVariables as bT, type DeleteFolderMutationVariables as bU, type DeleteInsightMutationVariables as bV, type DeleteInsightsMutationVariables as bW, type DeleteIntegrationMutationVariables as bX, type DeleteProjectMutationVariables as bY, type DeleteReportMutationVariables as bZ, type DeleteSavedAiProviderModelMutationVariables as b_, type Table_DocumentQueryVariables as ba, type DocumentFragment as bb, type Document_ContentsQueryVariables as bc, type DocumentContentFragment as bd, type DocumentQueryVariables as be, type Document_FileQueryVariables as bf, type Document_FormatQueryVariables as bg, type DocumentFormatFragment as bh, type DocumentCatalogQueryVariables as bi, type DocumentCatalogFragment as bj, type DocumentCatalog_FormatQueryVariables as bk, type Document_TablesQueryVariables as bl, type Table_FromRelationsQueryVariables as bm, RelationType as bn, type RelationFragment as bo, type TableQueryVariables as bp, type Table_ToRelationsQueryVariables as bq, type TableConnectionFragment as br, type CreateDocumentMutationVariables as bs, type CreateFeedbackMutationVariables as bt, type CreateFolderMutationVariables as bu, type FolderFragment as bv, type CreateInsightMutationVariables as bw, type CreateIntegrationMutationVariables as bx, type CreateProjectMutationVariables as by, type CreateReportMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInterpMutationVariables as c$, type DeleteUserSkillFileMutationVariables as c0, type DeleteUserSkillFolderMutationVariables as c1, type DesktopDeviceConnectionFragment as c2, type DesktopDevicesQueryVariables as c3, type DevAccessTokenOutputFragment as c4, type DisconnectIntegrationMutationVariables as c5, type DismissPulseEventMutationVariables as c6, PulseEventPriority as c7, PulseEventKind as c8, type PulseEventFragment as c9, type RefineSkillInstructionMutationVariables as cA, type RefreshDatabaseSchemaMutationVariables as cB, type RefreshInsightMutationVariables as cC, type RegisterDesktopDeviceMutationVariables as cD, type ReinterpretSourceMutationVariables as cE, type ReinterpretSourcesOfuserMutationVariables as cF, type RelocateInsightMutationVariables as cG, type RemoveInsightFromReportMutationVariables as cH, type RemoveMcpServerMutationVariables as cI, type ResolvePulseEventMutationVariables as cJ, type ResumeMessageMutationVariables as cK, type WorkspaceDeleteScheduleFragment as cL, type SendMessageMutationVariables as cM, type SetDatabasePrimaryKeyMutationVariables as cN, type SyncProjectDesktopBindingMutationVariables as cO, type TestMcpServerMutationVariables as cP, type McpServerTestOutputFragment as cQ, type TestMcpServerConnectionMutationVariables as cR, type UpdateAgentMutationVariables as cS, type UpdateArtifactNameMutationVariables as cT, type UpdateChatMutationVariables as cU, type UpdateDatabaseMutationVariables as cV, type UpdateDocumentMutationVariables as cW, type UpdateFolderMutationVariables as cX, type UpdateInsightMutationVariables as cY, type UpdateInsightInReportMutationVariables as cZ, type UpdateInsightThumbnailMutationVariables as c_, type PulseEvent_IntegrationQueryVariables as ca, IntegrationStatus as cb, type IntegrationFragment as cc, type Integration_ProviderQueryVariables as cd, type IntegrationProviderFragment as ce, type IntegrationCatalogQueryVariables as cf, type IntegrationCatalogFragment as cg, type IntegrationCatalog_ProviderQueryVariables as ch, type DocumentCatalogConnectionFragment as ci, type DocumentCatalogsQueryVariables as cj, type DocumentConnectionFragment as ck, type Document_Format_CatalogQueryVariables as cl, type DocumentsQueryVariables as cm, type ChatStreamClient as cn, type DvinaSdkLifecycle as co, type DvinaEvents as cp, type ExecuteChatImportMutationVariables as cq, type GenerateUploadUriMutationVariables as cr, type FileModelFragment as cs, type MigrateLegacyCodeChatsMutationVariables as ct, type LegacyCodeMigratedChatSummaryOutputFragment as cu, type LegacyCodeMigrationOutputFragment as cv, type OpenActiveTabMutationVariables as cw, type PreviewChatImportMutationVariables as cx, type ReanalyzeDocumentMutationVariables as cy, type RefineAgentInstructionMutationVariables as cz, type ChatMessageFragment as d, type InterpretationsQueryVariables as d$, InterpretationType as d0, AiResourceType as d1, type InterpretationFragment as d2, type UpdateLiveContextMutationVariables as d3, type UpdateProjectMutationVariables as d4, type UpdatePulseTriggerMutationVariables as d5, type PulseTriggerSettingModelFragment as d6, type UpdateReportMutationVariables as d7, type UpdateTableMutationVariables as d8, type UpdateUserSkillFileMutationVariables as d9, type FindFitTierQueryVariables as dA, EntitlementTier as dB, type FolderQueryVariables as dC, type FoldersQueryVariables as dD, type FolderConnectionFragment as dE, type GetCapabilityQueryVariables as dF, type GetDevAccessTokenQueryVariables as dG, type GetLimitQueryVariables as dH, type GetRemainingQueryVariables as dI, type GetTokenUsageByModelQueryVariables as dJ, type ModelTokenUsageFragment as dK, type GetTokenUsageHistoryQueryVariables as dL, type GetTokenUsageStatusQueryVariables as dM, TokenUsageLimit as dN, ActiveWindowType as dO, type WindowDetailTypeFragment as dP, type UsageWindowsStatusTypeFragment as dQ, type UsageStatusFragment as dR, type GetTokenUsageStatus_WindowsQueryVariables as dS, type GetUsageQueryVariables as dT, type InsightsQueryVariables as dU, type IntegrationQueryVariables as dV, type IntegrationCatalogToolsQueryVariables as dW, type IntegrationCatalogsQueryVariables as dX, type IntegrationCatalogConnectionFragment as dY, type IntegrationsQueryVariables as dZ, type IntegrationConnectionFragment as d_, type UpdateUserSkillFolderMutationVariables as da, type UpsertAiProviderSettingMutationVariables as db, type UpsertWorkspaceAiModelMutationVariables as dc, type ExportQueryVariables as dd, type ExportWithInsightIdQueryVariables as de, type FeedItemQueryVariables as df, FeedItemKind as dg, type FeedDocumentDataFragment as dh, type FeedArtifactDataFragment as di, type FeedDatabaseDataFragment as dj, type FeedInsightDataFragment as dk, type FeedIntegrationDataFragment as dl, type FeedProjectDataFragment as dm, type FeedLiveContextDataFragment as dn, type FeedPulseDataFragment as dp, type FeedItemFragment as dq, type FeedItem_ActionQueryVariables as dr, type FeedSendMessageActionFragment as ds, type FeedItem_DataQueryVariables as dt, type FeedItemsQueryVariables as du, type FeedConnectionFragment as dv, type FileQueryVariables as dw, type FileMetaQueryVariables as dx, type FileUrlsQueryVariables as dy, type ResolvedFileUrlFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type McpTokensFragment as e$, type InterpretationConnectionFragment as e0, type LiveContextsQueryVariables as e1, type LiveContextConnectionFragment as e2, type LocalSandboxDeviceStatusesQueryVariables as e3, LocalSandboxDeviceConnectionState as e4, type LocalSandboxDeviceStatusModelFragment as e5, type NotificationQueryVariables as e6, NotificationCategory as e7, NotificationPriority as e8, NotificationStatus as e9, type UserSkillFoldersQueryVariables as eA, type WorkspaceDeletionScheduleQueryVariables as eB, type McpAuthUpdatesSubscriptionVariables as eC, McpAuthPhase as eD, type McpAuthUpdateModelFragment as eE, type TokenUsageUpdatesSubscriptionVariables as eF, type EvidenceFragment as eG, type FailedSyncEventIngestionFragment as eH, type StreamMessageContentOutputFragment as eI, type StreamMessageOutputFragment as eJ, type UsageMetaOutputFragment as eK, type PrivacyStatsOutputFragment as eL, type FinalContentEventOutputFragment as eM, type GetTokenUsageStatus_Windows_DayQueryVariables as eN, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eO, type GetTokenUsageStatus_Windows_MonthQueryVariables as eP, type GetTokenUsageStatus_Windows_WeekQueryVariables as eQ, type InferenceRequestAuditFragment as eR, type Insight_Chat_DesktopDeviceQueryVariables as eS, type Insight_Chat_ProjectQueryVariables as eT, type Integration_Provider_CatalogQueryVariables as eU, type InterruptEventOutputFragment as eV, type InvocationFragment as eW, type LiveContext_Source_EvidencesQueryVariables as eX, type ManagedChatModelsQueryVariables as eY, type McpClientInformationFragment as eZ, type McpCodeVerifierFragment as e_, type NotificationFragment as ea, type NotificationsQueryVariables as eb, type NotificationConnectionFragment as ec, type NotificationsByReferenceQueryVariables as ed, type PrivacyStatsQueryVariables as ee, type PrivacyStatsFragment as ef, type PrivateMcpServersQueryVariables as eg, type ProjectsQueryVariables as eh, type ProjectConnectionFragment as ei, type PulseAppSummaryQueryVariables as ej, type PulseAppSummaryModelFragment as ek, type PulseEventQueryVariables as el, type PulseEventsQueryVariables as em, type PulseEventConnectionFragment as en, type PulseTriggerSettingsQueryVariables as eo, type QueryQueryVariables as ep, type QueryWithInsightIdQueryVariables as eq, type QueryWithMessageIdQueryVariables as er, type ReportsQueryVariables as es, type SkillCatalogQueryVariables as et, SkillCatalogSource as eu, type SkillCatalogItemFragment as ev, type TablesQueryVariables as ew, type UserSkillFileQueryVariables as ex, type UserSkillFilesQueryVariables as ey, type UserSkillFolderQueryVariables as ez, ArtifactKind as f, InsightOrderByRelevanceFieldEnum as f$, type McpToolFragment as f0, type MessageEndEventOutputFragment as f1, type MessageStartEventOutputFragment as f2, type ProgressSummaryEventOutputFragment as f3, type Project_DesktopBinding_DeviceQueryVariables as f4, type PulseEvent_Integration_ProviderQueryVariables as f5, type ReasoningEventOutputFragment as f6, type ResetWorkspaceMutationVariables as f7, type ScheduleWorkspaceDeletionMutationVariables as f8, type TextBlockEventOutputFragment as f9, ArtifactOrderByRelevanceFieldEnum as fA, CapabilityType as fB, ChatMessageOrderByRelevanceFieldEnum as fC, ChatOrderByRelevanceFieldEnum as fD, type ChatStreamClientOptions as fE, type ChatStreamEvent as fF, type ChatStreamListener as fG, type ChatStreamListenerHandlers as fH, DatabaseCatalogOrderByRelevanceFieldEnum as fI, DatabaseOrderByRelevanceFieldEnum as fJ, DesktopDeviceOrderByRelevanceFieldEnum as fK, type DevicePresenceEvent as fL, type DevicePresenceSnapshot as fM, DocumentCatalogOrderByRelevanceFieldEnum as fN, DocumentOrderByRelevanceFieldEnum as fO, type DvinaEventRef as fP, type DvinaEventTopic as fQ, type DvinaRealtimeEvent as fR, type DvinaSdkBaseOptions as fS, type DvinaSdkCallbackOptions as fT, type DvinaSdkLifecycleHint as fU, type DvinaSdkTokenOptions as fV, FeedItemOrderByRelevanceFieldEnum as fW, FeedbackOrderByRelevanceFieldEnum as fX, FileOrderByRelevanceFieldEnum as fY, FileUrlVariant as fZ, FolderOrderByRelevanceFieldEnum as f_, type TextDeltaEventOutputFragment as fa, type WidgetBlockStartEventOutputFragment as fb, type WidgetHtmlDeltaEventOutputFragment as fc, type WidgetBlockCompleteEventOutputFragment as fd, type WidgetBlockErrorEventOutputFragment as fe, type ToolStartEventOutputFragment as ff, type ToolInputDeltaEventOutputFragment as fg, type ToolResultArtifactOutputFragment as fh, type ToolResultEventOutputFragment as fi, type StreamEventSchemaAnchorFragment as fj, type SyncEventFragment as fk, type SyncEventCursorFragment as fl, type Table_Database_EngineQueryVariables as fm, type Table_Document_ContentsQueryVariables as fn, type Table_Document_FileQueryVariables as fo, type Table_Document_FormatQueryVariables as fp, type TokenUsageFragment as fq, type UserSkillFileFragment as fr, type UserSkillFolderFragment as fs, type WorkspaceAiModelQueryVariables as ft, type WorkspaceAiModelSettingFragment as fu, type ActiveChatsEvent as fv, type ActiveChatsSnapshot as fw, type ActiveTabsEvent as fx, type ActiveTabsSnapshot as fy, AgentOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, IntegrationCatalogOrderByRelevanceFieldEnum as g0, IntegrationOrderByRelevanceFieldEnum as g1, InterpretationOrderByRelevanceFieldEnum as g2, LimitType as g3, LiveContextOrderByRelevanceFieldEnum as g4, NotificationOrderByRelevanceFieldEnum as g5, NullsOrder as g6, ProjectDesktopBindingOrderByRelevanceFieldEnum as g7, ProjectOrderByRelevanceFieldEnum as g8, PulseEventOrderByRelevanceFieldEnum as g9, QueryMode as ga, type RealtimeSnapshotCache as gb, type RealtimeTopicData as gc, ReportOrderByRelevanceFieldEnum as gd, SendMessageModel as ge, SortOrder as gf, TableOrderByRelevanceFieldEnum as gg, UsageHistoryGranularity as gh, createChatStreamClient as gi, createDvinaClient as gj, createDvinaEvents as gk, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };