@dvina/sdk 4.1.21 → 4.1.40

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 (42) hide show
  1. package/dist/{_generated_documents-Q4R4ODUS.cjs → _generated_documents-NCD6ZXGP.cjs} +656 -636
  2. package/dist/{_generated_documents-Q4R4ODUS.cjs.map → _generated_documents-NCD6ZXGP.cjs.map} +1 -1
  3. package/dist/_generated_documents-UDZINLJ6.js +4 -0
  4. package/dist/{_generated_documents-4Z6CHYNG.js.map → _generated_documents-UDZINLJ6.js.map} +1 -1
  5. package/dist/adapters/angular/index.cjs +5 -5
  6. package/dist/adapters/angular/index.d.cts +2 -2
  7. package/dist/adapters/angular/index.d.ts +2 -2
  8. package/dist/adapters/angular/index.js +3 -3
  9. package/dist/billing/index.cjs +5 -5
  10. package/dist/billing/index.js +1 -1
  11. package/dist/{chunk-4Y42KQCH.cjs → chunk-2J5WONKO.cjs} +6 -2
  12. package/dist/chunk-2J5WONKO.cjs.map +1 -0
  13. package/dist/{chunk-QKUK3UYB.cjs → chunk-MFLNT533.cjs} +23 -13
  14. package/dist/chunk-MFLNT533.cjs.map +1 -0
  15. package/dist/{chunk-3SQWSIES.js → chunk-MHSOVM7J.js} +148 -35
  16. package/dist/chunk-MHSOVM7J.js.map +1 -0
  17. package/dist/{chunk-OW5ABYGY.js → chunk-MSQ56ACI.js} +17 -12
  18. package/dist/chunk-MSQ56ACI.js.map +1 -0
  19. package/dist/{chunk-QDXQ3Y7H.cjs → chunk-RVFJ54CF.cjs} +786 -668
  20. package/dist/chunk-RVFJ54CF.cjs.map +1 -0
  21. package/dist/{chunk-RVXRT5EI.js → chunk-WX7EFPHT.js} +6 -2
  22. package/dist/chunk-WX7EFPHT.js.map +1 -0
  23. package/dist/{client-BXO9_63Y.d.ts → client-D8xvFccR.d.ts} +53 -56
  24. package/dist/{client-CowNNxM_.d.cts → client-cS9hpg7B.d.cts} +53 -56
  25. package/dist/{index-CCRTPWIw.d.cts → index-BR8jWub6.d.cts} +1 -1
  26. package/dist/{index-DcgFvhc1.d.ts → index-DJ3R_WyG.d.ts} +1 -1
  27. package/dist/index.cjs +496 -476
  28. package/dist/index.d.cts +58 -19
  29. package/dist/index.d.ts +58 -19
  30. package/dist/index.js +3 -3
  31. package/dist/pagination/index.d.cts +2 -2
  32. package/dist/pagination/index.d.ts +2 -2
  33. package/dist/{sync-engine-F0397ofh.d.cts → sync-engine-9n6C9179.d.cts} +2 -0
  34. package/dist/{sync-engine-BHsj_bC-.d.ts → sync-engine-Ct29d1al.d.ts} +2 -0
  35. package/package.json +1 -1
  36. package/dist/_generated_documents-4Z6CHYNG.js +0 -4
  37. package/dist/chunk-3SQWSIES.js.map +0 -1
  38. package/dist/chunk-4Y42KQCH.cjs.map +0 -1
  39. package/dist/chunk-OW5ABYGY.js.map +0 -1
  40. package/dist/chunk-QDXQ3Y7H.cjs.map +0 -1
  41. package/dist/chunk-QKUK3UYB.cjs.map +0 -1
  42. package/dist/chunk-RVXRT5EI.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { D as DvinaError } from './error-CsVoUTY8.js';
2
2
  import { D as DvinaAsyncRef, b as DvinaRequest, c as DvinaSubscribe } from './types-Chg8ASmf.js';
3
- import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-BHsj_bC-.js';
3
+ import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-Ct29d1al.js';
4
4
  import { I as InferenceClient } from './client-Bb2gD6Iz.js';
5
5
  import { BillingClient } from './billing/index.js';
6
6
 
@@ -46,6 +46,12 @@ declare enum ActiveWindowType {
46
46
  Month = "MONTH",
47
47
  Week = "WEEK"
48
48
  }
49
+ type AddMcpServerInput = {
50
+ clientId?: InputMaybe<Scalars['String']>;
51
+ clientSecret?: InputMaybe<Scalars['String']>;
52
+ name: Scalars['String'];
53
+ serverUrl: Scalars['String'];
54
+ };
49
55
  type AgentCreateInput = {
50
56
  emoji?: InputMaybe<Scalars['String']>;
51
57
  id?: InputMaybe<Scalars['String']>;
@@ -109,7 +115,7 @@ type AgentScalarWhereInput = {
109
115
  name?: InputMaybe<StringFilter>;
110
116
  updatedAt?: InputMaybe<DateTimeFilter>;
111
117
  };
112
- type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | InterruptEventOutput | MessageEndEventOutput | MessageStartEventOutput | PrivacyStatsEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
118
+ type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | InterruptEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
113
119
  type AgentUpdateInput = {
114
120
  emoji?: InputMaybe<Scalars['String']>;
115
121
  id?: InputMaybe<Scalars['String']>;
@@ -2861,6 +2867,7 @@ type MessageEndEventOutput = {
2861
2867
  type MessageStartEventOutput = {
2862
2868
  __typename?: 'MessageStartEventOutput';
2863
2869
  message: StreamMessageOutput;
2870
+ /** @deprecated Retained for SDK compatibility; message start mode is no longer emitted. */
2864
2871
  mode?: Maybe<Scalars['String']>;
2865
2872
  type: Scalars['String'];
2866
2873
  };
@@ -2937,12 +2944,6 @@ declare enum Presentation {
2937
2944
  Table = "Table",
2938
2945
  VerticalBar = "VerticalBar"
2939
2946
  }
2940
- type PrivacyStatsEventOutput = {
2941
- __typename?: 'PrivacyStatsEventOutput';
2942
- stats: PrivacyStatsOutput;
2943
- totalsDelta?: Maybe<PrivacyStatsTotalsDeltaOutput>;
2944
- type: Scalars['String'];
2945
- };
2946
2947
  type PrivacyStatsOutput = {
2947
2948
  __typename?: 'PrivacyStatsOutput';
2948
2949
  enabled: Scalars['Boolean'];
@@ -2953,11 +2954,6 @@ type PrivacyStatsOutput = {
2953
2954
  protectedAt?: Maybe<Scalars['String']>;
2954
2955
  protectedTurn: Scalars['Boolean'];
2955
2956
  };
2956
- type PrivacyStatsTotalsDeltaOutput = {
2957
- __typename?: 'PrivacyStatsTotalsDeltaOutput';
2958
- automaticallyMaskedData?: Maybe<Scalars['Int']>;
2959
- messagesProtectedFromTraining?: Maybe<Scalars['Int']>;
2960
- };
2961
2957
  type ProgressSummaryEventOutput = {
2962
2958
  __typename?: 'ProgressSummaryEventOutput';
2963
2959
  kind: Scalars['String'];
@@ -4143,6 +4139,9 @@ type TableWhereUniqueInput = {
4143
4139
  toRelations?: InputMaybe<RelationListRelationFilter>;
4144
4140
  updatedAt?: InputMaybe<DateTimeFilter>;
4145
4141
  };
4142
+ type TestMcpServerConnectionInput = {
4143
+ serverUrl: Scalars['String'];
4144
+ };
4146
4145
  type TextBlockEventOutput = {
4147
4146
  __typename?: 'TextBlockEventOutput';
4148
4147
  text: Scalars['String'];
@@ -5809,7 +5808,10 @@ type LocalSandboxDeviceStatusModelFragment = {
5809
5808
  type McpAuthUpdateModelFragment = {
5810
5809
  __typename: 'McpAuthUpdateModel';
5811
5810
  authorizationUrl?: string | null;
5811
+ displayName?: string | null;
5812
5812
  error?: string | null;
5813
+ iconUrl?: string | null;
5814
+ isCustom?: boolean | null;
5813
5815
  phase: McpAuthPhase;
5814
5816
  provider: string;
5815
5817
  };
@@ -5833,10 +5835,24 @@ type McpCodeVerifierFragment = {
5833
5835
  type McpServerFragment = {
5834
5836
  __typename: 'McpServer';
5835
5837
  authType?: string | null;
5838
+ createdAt: string;
5836
5839
  id: string;
5840
+ metadata?: any | null;
5841
+ name?: string | null;
5837
5842
  provider: string;
5838
5843
  serverUrl: string;
5844
+ status?: string | null;
5839
5845
  transport?: string | null;
5846
+ updatedAt: string;
5847
+ };
5848
+ type McpServerTestOutputFragment = {
5849
+ __typename: 'McpServerTestOutput';
5850
+ error?: string | null;
5851
+ requiresAuth: boolean;
5852
+ serverInfo?: any | null;
5853
+ success: boolean;
5854
+ toolCount: number;
5855
+ tools: Array<string>;
5840
5856
  };
5841
5857
  type McpTokensFragment = {
5842
5858
  __typename: 'McpTokens';
@@ -5942,25 +5958,6 @@ type PrivacyStatsFragment = {
5942
5958
  id: string;
5943
5959
  messagesProtectedFromTraining?: number | null;
5944
5960
  };
5945
- type PrivacyStatsEventOutputFragment = {
5946
- __typename: 'PrivacyStatsEventOutput';
5947
- type: string;
5948
- stats: {
5949
- __typename: 'PrivacyStatsOutput';
5950
- enabled: boolean;
5951
- enabledRuleCount: number;
5952
- maskedValueCount: number;
5953
- matchedTypeCount: number;
5954
- matchedTypes: Array<string>;
5955
- protectedAt?: string | null;
5956
- protectedTurn: boolean;
5957
- };
5958
- totalsDelta?: {
5959
- __typename: 'PrivacyStatsTotalsDeltaOutput';
5960
- automaticallyMaskedData?: number | null;
5961
- messagesProtectedFromTraining?: number | null;
5962
- } | null;
5963
- };
5964
5961
  type PrivacyStatsOutputFragment = {
5965
5962
  __typename: 'PrivacyStatsOutput';
5966
5963
  enabled: boolean;
@@ -5971,11 +5968,6 @@ type PrivacyStatsOutputFragment = {
5971
5968
  protectedAt?: string | null;
5972
5969
  protectedTurn: boolean;
5973
5970
  };
5974
- type PrivacyStatsTotalsDeltaOutputFragment = {
5975
- __typename: 'PrivacyStatsTotalsDeltaOutput';
5976
- automaticallyMaskedData?: number | null;
5977
- messagesProtectedFromTraining?: number | null;
5978
- };
5979
5971
  type ProgressSummaryEventOutputFragment = {
5980
5972
  __typename: 'ProgressSummaryEventOutput';
5981
5973
  kind: string;
@@ -6282,24 +6274,6 @@ type StreamEventSchemaAnchorFragment = {
6282
6274
  } | null;
6283
6275
  }> | null;
6284
6276
  };
6285
- } | {
6286
- __typename: 'PrivacyStatsEventOutput';
6287
- type: string;
6288
- stats: {
6289
- __typename: 'PrivacyStatsOutput';
6290
- enabled: boolean;
6291
- enabledRuleCount: number;
6292
- maskedValueCount: number;
6293
- matchedTypeCount: number;
6294
- matchedTypes: Array<string>;
6295
- protectedAt?: string | null;
6296
- protectedTurn: boolean;
6297
- };
6298
- totalsDelta?: {
6299
- __typename: 'PrivacyStatsTotalsDeltaOutput';
6300
- automaticallyMaskedData?: number | null;
6301
- messagesProtectedFromTraining?: number | null;
6302
- } | null;
6303
6277
  } | {
6304
6278
  __typename: 'ProgressSummaryEventOutput';
6305
6279
  kind: string;
@@ -6857,6 +6831,9 @@ type AddInsightToReportMutationVariables = Exact<{
6857
6831
  reportId: Scalars['String'];
6858
6832
  size?: InputMaybe<ReportMemberSize>;
6859
6833
  }>;
6834
+ type AddMcpServerMutationVariables = Exact<{
6835
+ input: AddMcpServerInput;
6836
+ }>;
6860
6837
  type CancelOauthFlowMutationVariables = Exact<{
6861
6838
  provider: Scalars['String'];
6862
6839
  }>;
@@ -7033,12 +7010,21 @@ type RemoveInsightFromReportMutationVariables = Exact<{
7033
7010
  insightId: Scalars['String'];
7034
7011
  reportId: Scalars['String'];
7035
7012
  }>;
7013
+ type RemoveMcpServerMutationVariables = Exact<{
7014
+ id: Scalars['ID'];
7015
+ }>;
7036
7016
  type ResetWorkspaceMutationVariables = Exact<{
7037
7017
  [key: string]: never;
7038
7018
  }>;
7039
7019
  type ResolvePulseEventMutationVariables = Exact<{
7040
7020
  id: Scalars['ID'];
7041
7021
  }>;
7022
+ type ResumeMessageMutationVariables = Exact<{
7023
+ chatId: Scalars['ID'];
7024
+ decisions: Scalars['JSON'];
7025
+ messageId: Scalars['ID'];
7026
+ permissionReply?: InputMaybe<Scalars['String']>;
7027
+ }>;
7042
7028
  type ScheduleWorkspaceDeletionMutationVariables = Exact<{
7043
7029
  [key: string]: never;
7044
7030
  }>;
@@ -7059,6 +7045,12 @@ type SyncProjectDesktopBindingMutationVariables = Exact<{
7059
7045
  input: SyncProjectDesktopBindingInput;
7060
7046
  projectId: Scalars['ID'];
7061
7047
  }>;
7048
+ type TestMcpServerMutationVariables = Exact<{
7049
+ id: Scalars['ID'];
7050
+ }>;
7051
+ type TestMcpServerConnectionMutationVariables = Exact<{
7052
+ input: TestMcpServerConnectionInput;
7053
+ }>;
7062
7054
  type UpdateAgentMutationVariables = Exact<{
7063
7055
  data: AgentUpdateInput;
7064
7056
  where: AgentWhereUniqueInput;
@@ -7617,6 +7609,9 @@ type NotificationsByReferenceQueryVariables = Exact<{
7617
7609
  type PrivacyStatsQueryVariables = Exact<{
7618
7610
  id: Scalars['ID'];
7619
7611
  }>;
7612
+ type PrivateMcpServersQueryVariables = Exact<{
7613
+ [key: string]: never;
7614
+ }>;
7620
7615
  type ProjectQueryVariables = Exact<{
7621
7616
  id: Scalars['ID'];
7622
7617
  }>;
@@ -7863,6 +7858,8 @@ interface DvinaSdkBaseOptions {
7863
7858
  billingUrl?: string;
7864
7859
  /** Preferred language for API responses. Static string or reactive callback. */
7865
7860
  language?: string | (() => string);
7861
+ /** Client platform sent with API requests. */
7862
+ platform?: 'web' | 'ios' | 'android' | (() => 'web' | 'ios' | 'android');
7866
7863
  /**
7867
7864
  * Global error callback invoked for every terminal SDK error (after all
7868
7865
  * retries and token refreshes have been exhausted).
@@ -7926,4 +7923,4 @@ interface DvinaClientResult {
7926
7923
  */
7927
7924
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
7928
7925
 
7929
- 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 Database_EngineQueryVariables 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 ChatImportExecuteOutputFragment as aA, ChatSourceImportFidelityEnum as aB, ChatSourceImportModeEnum as aC, type ChatImportPreviewOutputFragment as aD, type ChatMessage_Chat_DesktopDeviceQueryVariables as aE, type ChatMessage_Chat_InsightQueryVariables as aF, type ChatMessage_Chat_ProjectQueryVariables as aG, type ChatMessagesQueryVariables as aH, type ChatQueryVariables as aI, type ChatTitleEventOutputFragment as aJ, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aK, type Chat_Insight_ReportMembersQueryVariables as aL, type Chat_Insight_ThumbnailFileQueryVariables as aM, type Chat_Project_DesktopBindingQueryVariables as aN, type ChatsQueryVariables as aO, type CloseActiveTabsMutationVariables as aP, type ConnectIntegrationMutationVariables as aQ, type CreateIntegrationOutputFragment as aR, type ConsumePulseEventsMutationVariables as aS, type ContentMaskFragment as aT, type ContextUsageEventOutputFragment as aU, type ContinueImportedChatMutationVariables as aV, type ContinueInterpretationMutationVariables as aW, type CreateAgentMutationVariables as aX, type CreateChatMutationVariables as aY, type CreateDatabaseMutationVariables as aZ, type DatabaseFragment as a_, type AddInsightToReportMutationVariables as aa, type AgentQueryVariables as ab, type AgentsQueryVariables as ac, type AiProviderSettingQueryVariables as ad, type UserAiProviderSettingFragment as ae, type ArtifactQueryVariables as af, type Artifact_Chat_DesktopDeviceQueryVariables as ag, type Artifact_Chat_InsightQueryVariables as ah, type Artifact_Chat_ProjectQueryVariables as ai, type Artifact_Message_ChatQueryVariables as aj, type Artifact_Message_ContentsQueryVariables as ak, type Artifact_Message_FeedbackQueryVariables as al, type ArtifactsQueryVariables as am, type AudioEventOutputFragment as an, type CancelOauthFlowMutationVariables as ao, type CancelWorkspaceDeletionMutationVariables as ap, type CandidateFragment as aq, type LiveContextQueryVariables as ar, LiveContextStatus as as, type LiveContextFragment as at, type LiveContext_ItemsQueryVariables as au, FeedActionType as av, type FeedItemGeneratedFragment as aw, type LiveContext_SourceQueryVariables as ax, type CandidateEvidenceFragment as ay, type ImportedChatSummaryOutputFragment as az, type ActionFragment as b, type DeleteUserSkillFolderMutationVariables as b$, type DatabaseEngineFragment as b0, type DatabaseCatalogQueryVariables as b1, type DatabaseCatalogFragment as b2, type DatabaseCatalog_EngineQueryVariables as b3, type Database_TablesQueryVariables as b4, TableStatus as b5, type TableFragment as b6, type Table_DatabaseQueryVariables as b7, type Table_DocumentQueryVariables as b8, type DocumentFragment as b9, type UserSkillFileModelFragment as bA, type CreateUserSkillFolderMutationVariables as bB, type UserSkillFolderModelFragment as bC, type CubeModelFragment as bD, type DatabaseCatalogConnectionFragment as bE, type DatabaseCatalogsQueryVariables as bF, type DatabaseConnectionFragment as bG, type DatabaseQueryVariables as bH, type DatabaseSchemaQueryVariables as bI, type Database_Engine_CatalogQueryVariables as bJ, type DatabasesQueryVariables as bK, type DeepAnalysisUsageFragment as bL, type DeleteAgentMutationVariables as bM, type DeleteAiProviderSettingMutationVariables as bN, type DeleteArtifactMutationVariables as bO, type DeleteChatMutationVariables as bP, type DeleteDatabaseMutationVariables as bQ, type DeleteDocumentMutationVariables as bR, type DeleteFolderMutationVariables as bS, type DeleteInsightMutationVariables as bT, type DeleteInsightsMutationVariables as bU, type DeleteIntegrationMutationVariables as bV, type DeleteProjectMutationVariables as bW, type DeleteReportMutationVariables as bX, type DeleteSavedAiProviderModelMutationVariables as bY, type DeleteTableMutationVariables as bZ, type DeleteUserSkillFileMutationVariables as b_, type Document_ContentsQueryVariables as ba, type DocumentContentFragment as bb, type DocumentQueryVariables as bc, type Document_FileQueryVariables as bd, type Document_FormatQueryVariables as be, type DocumentFormatFragment as bf, type DocumentCatalogQueryVariables as bg, type DocumentCatalogFragment as bh, type DocumentCatalog_FormatQueryVariables as bi, type Document_TablesQueryVariables as bj, type Table_FromRelationsQueryVariables as bk, RelationType as bl, type RelationFragment as bm, type TableQueryVariables as bn, type Table_ToRelationsQueryVariables as bo, type TableConnectionFragment as bp, type CreateDocumentMutationVariables as bq, type CreateFeedbackMutationVariables as br, type CreateFolderMutationVariables as bs, type FolderFragment as bt, type CreateInsightMutationVariables as bu, type CreateIntegrationMutationVariables as bv, type CreateProjectMutationVariables as bw, type CreateReportMutationVariables as bx, type CreateTableMutationVariables as by, type CreateUserSkillFileMutationVariables as bz, ChatMessageFromEnum as c, type PulseTriggerSettingModelFragment as c$, type DesktopDeviceConnectionFragment as c0, type DesktopDevicesQueryVariables as c1, type DevAccessTokenOutputFragment as c2, type DisconnectIntegrationMutationVariables as c3, type DismissPulseEventMutationVariables as c4, PulseEventPriority as c5, PulseEventKind as c6, type PulseEventFragment as c7, type PulseEvent_IntegrationQueryVariables as c8, IntegrationStatus as c9, type RefreshInsightMutationVariables as cA, type RegisterDesktopDeviceMutationVariables as cB, type ReinterpretSourceMutationVariables as cC, type ReinterpretSourcesOfuserMutationVariables as cD, type RelocateInsightMutationVariables as cE, type RemoveInsightFromReportMutationVariables as cF, type ResolvePulseEventMutationVariables as cG, type WorkspaceDeleteScheduleFragment as cH, type SendMessageMutationVariables as cI, type SetDatabasePrimaryKeyMutationVariables as cJ, type SyncProjectDesktopBindingMutationVariables as cK, type UpdateAgentMutationVariables as cL, type UpdateArtifactNameMutationVariables as cM, type UpdateChatMutationVariables as cN, type UpdateDatabaseMutationVariables as cO, type UpdateDocumentMutationVariables as cP, type UpdateFolderMutationVariables as cQ, type UpdateInsightMutationVariables as cR, type UpdateInsightInReportMutationVariables as cS, type UpdateInsightThumbnailMutationVariables as cT, type UpdateInterpMutationVariables as cU, InterpretationType as cV, AiResourceType as cW, type InterpretationFragment as cX, type UpdateLiveContextMutationVariables as cY, type UpdateProjectMutationVariables as cZ, type UpdatePulseTriggerMutationVariables as c_, type IntegrationFragment as ca, type Integration_ProviderQueryVariables as cb, type IntegrationProviderFragment as cc, type IntegrationCatalogQueryVariables as cd, type IntegrationCatalogFragment as ce, type IntegrationCatalog_ProviderQueryVariables as cf, type DocumentCatalogConnectionFragment as cg, type DocumentCatalogsQueryVariables as ch, type DocumentConnectionFragment as ci, type Document_Format_CatalogQueryVariables as cj, type DocumentsQueryVariables as ck, type ChatStreamClient as cl, type DvinaSdkLifecycle as cm, type DvinaEvents as cn, type ExecuteChatImportMutationVariables as co, type GenerateUploadUriMutationVariables as cp, type FileModelFragment as cq, type MigrateLegacyCodeChatsMutationVariables as cr, type LegacyCodeMigratedChatSummaryOutputFragment as cs, type LegacyCodeMigrationOutputFragment as ct, type OpenActiveTabMutationVariables as cu, type PreviewChatImportMutationVariables as cv, type ReanalyzeDocumentMutationVariables as cw, type RefineAgentInstructionMutationVariables as cx, type RefineSkillInstructionMutationVariables as cy, type RefreshDatabaseSchemaMutationVariables as cz, type ChatMessageFragment as d, type NotificationQueryVariables as d$, type UpdateReportMutationVariables as d0, type UpdateTableMutationVariables as d1, type UpdateUserSkillFileMutationVariables as d2, type UpdateUserSkillFolderMutationVariables as d3, type UpsertAiProviderSettingMutationVariables as d4, type UpsertWorkspaceAiModelMutationVariables as d5, type ExportQueryVariables as d6, type ExportWithInsightIdQueryVariables as d7, type FeedItemQueryVariables as d8, FeedItemKind as d9, type GetLimitQueryVariables as dA, type GetRemainingQueryVariables as dB, type GetTokenUsageByModelQueryVariables as dC, type ModelTokenUsageFragment as dD, type GetTokenUsageHistoryQueryVariables as dE, type GetTokenUsageStatusQueryVariables as dF, TokenUsageLimit as dG, ActiveWindowType as dH, type WindowDetailTypeFragment as dI, type UsageWindowsStatusTypeFragment as dJ, type UsageStatusFragment as dK, type GetTokenUsageStatus_WindowsQueryVariables as dL, type GetUsageQueryVariables as dM, type InsightsQueryVariables as dN, type IntegrationQueryVariables as dO, type IntegrationCatalogToolsQueryVariables as dP, type IntegrationCatalogsQueryVariables as dQ, type IntegrationCatalogConnectionFragment as dR, type IntegrationsQueryVariables as dS, type IntegrationConnectionFragment as dT, type InterpretationsQueryVariables as dU, type InterpretationConnectionFragment as dV, type LiveContextsQueryVariables as dW, type LiveContextConnectionFragment as dX, type LocalSandboxDeviceStatusesQueryVariables as dY, LocalSandboxDeviceConnectionState as dZ, type LocalSandboxDeviceStatusModelFragment as d_, type FeedDocumentDataFragment as da, type FeedArtifactDataFragment as db, type FeedDatabaseDataFragment as dc, type FeedInsightDataFragment as dd, type FeedIntegrationDataFragment as de, type FeedProjectDataFragment as df, type FeedLiveContextDataFragment as dg, type FeedPulseDataFragment as dh, type FeedItemFragment as di, type FeedItem_ActionQueryVariables as dj, type FeedSendMessageActionFragment as dk, type FeedItem_DataQueryVariables as dl, type FeedItemsQueryVariables as dm, type FeedConnectionFragment as dn, type FileQueryVariables as dp, type FileMetaQueryVariables as dq, type FileUrlsQueryVariables as dr, type ResolvedFileUrlFragment as ds, type FindFitTierQueryVariables as dt, EntitlementTier as du, type FolderQueryVariables as dv, type FoldersQueryVariables as dw, type FolderConnectionFragment as dx, type GetCapabilityQueryVariables as dy, type GetDevAccessTokenQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type Project_DesktopBinding_DeviceQueryVariables as e$, NotificationCategory as e0, NotificationPriority as e1, NotificationStatus as e2, type NotificationFragment as e3, type NotificationsQueryVariables as e4, type NotificationConnectionFragment as e5, type NotificationsByReferenceQueryVariables as e6, type PrivacyStatsQueryVariables as e7, type PrivacyStatsFragment as e8, type ProjectsQueryVariables as e9, type StreamMessageContentOutputFragment as eA, type StreamMessageOutputFragment as eB, type UsageMetaOutputFragment as eC, type PrivacyStatsOutputFragment as eD, type FinalContentEventOutputFragment as eE, type GetTokenUsageStatus_Windows_DayQueryVariables as eF, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eG, type GetTokenUsageStatus_Windows_MonthQueryVariables as eH, type GetTokenUsageStatus_Windows_WeekQueryVariables as eI, type InferenceRequestAuditFragment as eJ, type Insight_Chat_DesktopDeviceQueryVariables as eK, type Insight_Chat_ProjectQueryVariables as eL, type Integration_Provider_CatalogQueryVariables as eM, type InterruptEventOutputFragment as eN, type InvocationFragment as eO, type LiveContext_Source_EvidencesQueryVariables as eP, type ManagedChatModelsQueryVariables as eQ, type McpClientInformationFragment as eR, type McpCodeVerifierFragment as eS, type McpServerFragment as eT, type McpTokensFragment as eU, type McpToolFragment as eV, type MessageEndEventOutputFragment as eW, type MessageStartEventOutputFragment as eX, type PrivacyStatsTotalsDeltaOutputFragment as eY, type PrivacyStatsEventOutputFragment as eZ, type ProgressSummaryEventOutputFragment as e_, type ProjectConnectionFragment as ea, type PulseAppSummaryQueryVariables as eb, type PulseAppSummaryModelFragment as ec, type PulseEventQueryVariables as ed, type PulseEventsQueryVariables as ee, type PulseEventConnectionFragment as ef, type PulseTriggerSettingsQueryVariables as eg, type QueryQueryVariables as eh, type QueryWithInsightIdQueryVariables as ei, type QueryWithMessageIdQueryVariables as ej, type ReportsQueryVariables as ek, type SkillCatalogQueryVariables as el, SkillCatalogSource as em, type SkillCatalogItemFragment as en, type TablesQueryVariables as eo, type UserSkillFileQueryVariables as ep, type UserSkillFilesQueryVariables as eq, type UserSkillFolderQueryVariables as er, type UserSkillFoldersQueryVariables as es, type WorkspaceDeletionScheduleQueryVariables as et, type McpAuthUpdatesSubscriptionVariables as eu, McpAuthPhase as ev, type McpAuthUpdateModelFragment as ew, type TokenUsageUpdatesSubscriptionVariables as ex, type EvidenceFragment as ey, type FailedSyncEventIngestionFragment as ez, ArtifactKind as f, LiveContextOrderByRelevanceFieldEnum as f$, type PulseEvent_Integration_ProviderQueryVariables as f0, type ReasoningEventOutputFragment as f1, type ResetWorkspaceMutationVariables as f2, type ScheduleWorkspaceDeletionMutationVariables as f3, type TextBlockEventOutputFragment as f4, type TextDeltaEventOutputFragment as f5, type WidgetBlockStartEventOutputFragment as f6, type WidgetHtmlDeltaEventOutputFragment as f7, type WidgetBlockCompleteEventOutputFragment as f8, type WidgetBlockErrorEventOutputFragment as f9, type ChatStreamEvent as fA, type ChatStreamListener as fB, type ChatStreamListenerHandlers as fC, DatabaseCatalogOrderByRelevanceFieldEnum as fD, DatabaseOrderByRelevanceFieldEnum as fE, DesktopDeviceOrderByRelevanceFieldEnum as fF, type DevicePresenceEvent as fG, type DevicePresenceSnapshot as fH, DocumentCatalogOrderByRelevanceFieldEnum as fI, DocumentOrderByRelevanceFieldEnum as fJ, type DvinaEventRef as fK, type DvinaEventTopic as fL, type DvinaRealtimeEvent as fM, type DvinaSdkBaseOptions as fN, type DvinaSdkCallbackOptions as fO, type DvinaSdkLifecycleHint as fP, type DvinaSdkTokenOptions as fQ, FeedItemOrderByRelevanceFieldEnum as fR, FeedbackOrderByRelevanceFieldEnum as fS, FileOrderByRelevanceFieldEnum as fT, FileUrlVariant as fU, FolderOrderByRelevanceFieldEnum as fV, InsightOrderByRelevanceFieldEnum as fW, IntegrationCatalogOrderByRelevanceFieldEnum as fX, IntegrationOrderByRelevanceFieldEnum as fY, InterpretationOrderByRelevanceFieldEnum as fZ, LimitType as f_, type ToolStartEventOutputFragment as fa, type ToolInputDeltaEventOutputFragment as fb, type ToolResultArtifactOutputFragment as fc, type ToolResultEventOutputFragment as fd, type StreamEventSchemaAnchorFragment as fe, type SyncEventFragment as ff, type SyncEventCursorFragment as fg, type Table_Database_EngineQueryVariables as fh, type Table_Document_ContentsQueryVariables as fi, type Table_Document_FileQueryVariables as fj, type Table_Document_FormatQueryVariables as fk, type TokenUsageFragment as fl, type UserSkillFileFragment as fm, type UserSkillFolderFragment as fn, type WorkspaceAiModelQueryVariables as fo, type WorkspaceAiModelSettingFragment as fp, type ActiveChatsEvent as fq, type ActiveChatsSnapshot as fr, type ActiveTabsEvent as fs, type ActiveTabsSnapshot as ft, AgentOrderByRelevanceFieldEnum as fu, ArtifactOrderByRelevanceFieldEnum as fv, CapabilityType as fw, ChatMessageOrderByRelevanceFieldEnum as fx, ChatOrderByRelevanceFieldEnum as fy, type ChatStreamClientOptions as fz, type ArtifactFragment as g, NotificationOrderByRelevanceFieldEnum as g0, NullsOrder as g1, ProjectDesktopBindingOrderByRelevanceFieldEnum as g2, ProjectOrderByRelevanceFieldEnum as g3, PulseEventOrderByRelevanceFieldEnum as g4, QueryMode as g5, type RealtimeTopicData as g6, ReportOrderByRelevanceFieldEnum as g7, SendMessageModel as g8, SortOrder as g9, TableOrderByRelevanceFieldEnum as ga, UsageHistoryGranularity as gb, createChatStreamClient as gc, createDvinaClient as gd, createDvinaEvents as ge, 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 };
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 };
@@ -1,6 +1,6 @@
1
1
  import { D as DvinaError } from './error-CsVoUTY8.cjs';
2
2
  import { D as DvinaAsyncRef, b as DvinaRequest, c as DvinaSubscribe } from './types-Chg8ASmf.cjs';
3
- import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-F0397ofh.cjs';
3
+ import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-9n6C9179.cjs';
4
4
  import { I as InferenceClient } from './client-Bb2gD6Iz.cjs';
5
5
  import { BillingClient } from './billing/index.cjs';
6
6
 
@@ -46,6 +46,12 @@ declare enum ActiveWindowType {
46
46
  Month = "MONTH",
47
47
  Week = "WEEK"
48
48
  }
49
+ type AddMcpServerInput = {
50
+ clientId?: InputMaybe<Scalars['String']>;
51
+ clientSecret?: InputMaybe<Scalars['String']>;
52
+ name: Scalars['String'];
53
+ serverUrl: Scalars['String'];
54
+ };
49
55
  type AgentCreateInput = {
50
56
  emoji?: InputMaybe<Scalars['String']>;
51
57
  id?: InputMaybe<Scalars['String']>;
@@ -109,7 +115,7 @@ type AgentScalarWhereInput = {
109
115
  name?: InputMaybe<StringFilter>;
110
116
  updatedAt?: InputMaybe<DateTimeFilter>;
111
117
  };
112
- type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | InterruptEventOutput | MessageEndEventOutput | MessageStartEventOutput | PrivacyStatsEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
118
+ type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | InterruptEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
113
119
  type AgentUpdateInput = {
114
120
  emoji?: InputMaybe<Scalars['String']>;
115
121
  id?: InputMaybe<Scalars['String']>;
@@ -2861,6 +2867,7 @@ type MessageEndEventOutput = {
2861
2867
  type MessageStartEventOutput = {
2862
2868
  __typename?: 'MessageStartEventOutput';
2863
2869
  message: StreamMessageOutput;
2870
+ /** @deprecated Retained for SDK compatibility; message start mode is no longer emitted. */
2864
2871
  mode?: Maybe<Scalars['String']>;
2865
2872
  type: Scalars['String'];
2866
2873
  };
@@ -2937,12 +2944,6 @@ declare enum Presentation {
2937
2944
  Table = "Table",
2938
2945
  VerticalBar = "VerticalBar"
2939
2946
  }
2940
- type PrivacyStatsEventOutput = {
2941
- __typename?: 'PrivacyStatsEventOutput';
2942
- stats: PrivacyStatsOutput;
2943
- totalsDelta?: Maybe<PrivacyStatsTotalsDeltaOutput>;
2944
- type: Scalars['String'];
2945
- };
2946
2947
  type PrivacyStatsOutput = {
2947
2948
  __typename?: 'PrivacyStatsOutput';
2948
2949
  enabled: Scalars['Boolean'];
@@ -2953,11 +2954,6 @@ type PrivacyStatsOutput = {
2953
2954
  protectedAt?: Maybe<Scalars['String']>;
2954
2955
  protectedTurn: Scalars['Boolean'];
2955
2956
  };
2956
- type PrivacyStatsTotalsDeltaOutput = {
2957
- __typename?: 'PrivacyStatsTotalsDeltaOutput';
2958
- automaticallyMaskedData?: Maybe<Scalars['Int']>;
2959
- messagesProtectedFromTraining?: Maybe<Scalars['Int']>;
2960
- };
2961
2957
  type ProgressSummaryEventOutput = {
2962
2958
  __typename?: 'ProgressSummaryEventOutput';
2963
2959
  kind: Scalars['String'];
@@ -4143,6 +4139,9 @@ type TableWhereUniqueInput = {
4143
4139
  toRelations?: InputMaybe<RelationListRelationFilter>;
4144
4140
  updatedAt?: InputMaybe<DateTimeFilter>;
4145
4141
  };
4142
+ type TestMcpServerConnectionInput = {
4143
+ serverUrl: Scalars['String'];
4144
+ };
4146
4145
  type TextBlockEventOutput = {
4147
4146
  __typename?: 'TextBlockEventOutput';
4148
4147
  text: Scalars['String'];
@@ -5809,7 +5808,10 @@ type LocalSandboxDeviceStatusModelFragment = {
5809
5808
  type McpAuthUpdateModelFragment = {
5810
5809
  __typename: 'McpAuthUpdateModel';
5811
5810
  authorizationUrl?: string | null;
5811
+ displayName?: string | null;
5812
5812
  error?: string | null;
5813
+ iconUrl?: string | null;
5814
+ isCustom?: boolean | null;
5813
5815
  phase: McpAuthPhase;
5814
5816
  provider: string;
5815
5817
  };
@@ -5833,10 +5835,24 @@ type McpCodeVerifierFragment = {
5833
5835
  type McpServerFragment = {
5834
5836
  __typename: 'McpServer';
5835
5837
  authType?: string | null;
5838
+ createdAt: string;
5836
5839
  id: string;
5840
+ metadata?: any | null;
5841
+ name?: string | null;
5837
5842
  provider: string;
5838
5843
  serverUrl: string;
5844
+ status?: string | null;
5839
5845
  transport?: string | null;
5846
+ updatedAt: string;
5847
+ };
5848
+ type McpServerTestOutputFragment = {
5849
+ __typename: 'McpServerTestOutput';
5850
+ error?: string | null;
5851
+ requiresAuth: boolean;
5852
+ serverInfo?: any | null;
5853
+ success: boolean;
5854
+ toolCount: number;
5855
+ tools: Array<string>;
5840
5856
  };
5841
5857
  type McpTokensFragment = {
5842
5858
  __typename: 'McpTokens';
@@ -5942,25 +5958,6 @@ type PrivacyStatsFragment = {
5942
5958
  id: string;
5943
5959
  messagesProtectedFromTraining?: number | null;
5944
5960
  };
5945
- type PrivacyStatsEventOutputFragment = {
5946
- __typename: 'PrivacyStatsEventOutput';
5947
- type: string;
5948
- stats: {
5949
- __typename: 'PrivacyStatsOutput';
5950
- enabled: boolean;
5951
- enabledRuleCount: number;
5952
- maskedValueCount: number;
5953
- matchedTypeCount: number;
5954
- matchedTypes: Array<string>;
5955
- protectedAt?: string | null;
5956
- protectedTurn: boolean;
5957
- };
5958
- totalsDelta?: {
5959
- __typename: 'PrivacyStatsTotalsDeltaOutput';
5960
- automaticallyMaskedData?: number | null;
5961
- messagesProtectedFromTraining?: number | null;
5962
- } | null;
5963
- };
5964
5961
  type PrivacyStatsOutputFragment = {
5965
5962
  __typename: 'PrivacyStatsOutput';
5966
5963
  enabled: boolean;
@@ -5971,11 +5968,6 @@ type PrivacyStatsOutputFragment = {
5971
5968
  protectedAt?: string | null;
5972
5969
  protectedTurn: boolean;
5973
5970
  };
5974
- type PrivacyStatsTotalsDeltaOutputFragment = {
5975
- __typename: 'PrivacyStatsTotalsDeltaOutput';
5976
- automaticallyMaskedData?: number | null;
5977
- messagesProtectedFromTraining?: number | null;
5978
- };
5979
5971
  type ProgressSummaryEventOutputFragment = {
5980
5972
  __typename: 'ProgressSummaryEventOutput';
5981
5973
  kind: string;
@@ -6282,24 +6274,6 @@ type StreamEventSchemaAnchorFragment = {
6282
6274
  } | null;
6283
6275
  }> | null;
6284
6276
  };
6285
- } | {
6286
- __typename: 'PrivacyStatsEventOutput';
6287
- type: string;
6288
- stats: {
6289
- __typename: 'PrivacyStatsOutput';
6290
- enabled: boolean;
6291
- enabledRuleCount: number;
6292
- maskedValueCount: number;
6293
- matchedTypeCount: number;
6294
- matchedTypes: Array<string>;
6295
- protectedAt?: string | null;
6296
- protectedTurn: boolean;
6297
- };
6298
- totalsDelta?: {
6299
- __typename: 'PrivacyStatsTotalsDeltaOutput';
6300
- automaticallyMaskedData?: number | null;
6301
- messagesProtectedFromTraining?: number | null;
6302
- } | null;
6303
6277
  } | {
6304
6278
  __typename: 'ProgressSummaryEventOutput';
6305
6279
  kind: string;
@@ -6857,6 +6831,9 @@ type AddInsightToReportMutationVariables = Exact<{
6857
6831
  reportId: Scalars['String'];
6858
6832
  size?: InputMaybe<ReportMemberSize>;
6859
6833
  }>;
6834
+ type AddMcpServerMutationVariables = Exact<{
6835
+ input: AddMcpServerInput;
6836
+ }>;
6860
6837
  type CancelOauthFlowMutationVariables = Exact<{
6861
6838
  provider: Scalars['String'];
6862
6839
  }>;
@@ -7033,12 +7010,21 @@ type RemoveInsightFromReportMutationVariables = Exact<{
7033
7010
  insightId: Scalars['String'];
7034
7011
  reportId: Scalars['String'];
7035
7012
  }>;
7013
+ type RemoveMcpServerMutationVariables = Exact<{
7014
+ id: Scalars['ID'];
7015
+ }>;
7036
7016
  type ResetWorkspaceMutationVariables = Exact<{
7037
7017
  [key: string]: never;
7038
7018
  }>;
7039
7019
  type ResolvePulseEventMutationVariables = Exact<{
7040
7020
  id: Scalars['ID'];
7041
7021
  }>;
7022
+ type ResumeMessageMutationVariables = Exact<{
7023
+ chatId: Scalars['ID'];
7024
+ decisions: Scalars['JSON'];
7025
+ messageId: Scalars['ID'];
7026
+ permissionReply?: InputMaybe<Scalars['String']>;
7027
+ }>;
7042
7028
  type ScheduleWorkspaceDeletionMutationVariables = Exact<{
7043
7029
  [key: string]: never;
7044
7030
  }>;
@@ -7059,6 +7045,12 @@ type SyncProjectDesktopBindingMutationVariables = Exact<{
7059
7045
  input: SyncProjectDesktopBindingInput;
7060
7046
  projectId: Scalars['ID'];
7061
7047
  }>;
7048
+ type TestMcpServerMutationVariables = Exact<{
7049
+ id: Scalars['ID'];
7050
+ }>;
7051
+ type TestMcpServerConnectionMutationVariables = Exact<{
7052
+ input: TestMcpServerConnectionInput;
7053
+ }>;
7062
7054
  type UpdateAgentMutationVariables = Exact<{
7063
7055
  data: AgentUpdateInput;
7064
7056
  where: AgentWhereUniqueInput;
@@ -7617,6 +7609,9 @@ type NotificationsByReferenceQueryVariables = Exact<{
7617
7609
  type PrivacyStatsQueryVariables = Exact<{
7618
7610
  id: Scalars['ID'];
7619
7611
  }>;
7612
+ type PrivateMcpServersQueryVariables = Exact<{
7613
+ [key: string]: never;
7614
+ }>;
7620
7615
  type ProjectQueryVariables = Exact<{
7621
7616
  id: Scalars['ID'];
7622
7617
  }>;
@@ -7863,6 +7858,8 @@ interface DvinaSdkBaseOptions {
7863
7858
  billingUrl?: string;
7864
7859
  /** Preferred language for API responses. Static string or reactive callback. */
7865
7860
  language?: string | (() => string);
7861
+ /** Client platform sent with API requests. */
7862
+ platform?: 'web' | 'ios' | 'android' | (() => 'web' | 'ios' | 'android');
7866
7863
  /**
7867
7864
  * Global error callback invoked for every terminal SDK error (after all
7868
7865
  * retries and token refreshes have been exhausted).
@@ -7926,4 +7923,4 @@ interface DvinaClientResult {
7926
7923
  */
7927
7924
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
7928
7925
 
7929
- 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 Database_EngineQueryVariables 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 ChatImportExecuteOutputFragment as aA, ChatSourceImportFidelityEnum as aB, ChatSourceImportModeEnum as aC, type ChatImportPreviewOutputFragment as aD, type ChatMessage_Chat_DesktopDeviceQueryVariables as aE, type ChatMessage_Chat_InsightQueryVariables as aF, type ChatMessage_Chat_ProjectQueryVariables as aG, type ChatMessagesQueryVariables as aH, type ChatQueryVariables as aI, type ChatTitleEventOutputFragment as aJ, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aK, type Chat_Insight_ReportMembersQueryVariables as aL, type Chat_Insight_ThumbnailFileQueryVariables as aM, type Chat_Project_DesktopBindingQueryVariables as aN, type ChatsQueryVariables as aO, type CloseActiveTabsMutationVariables as aP, type ConnectIntegrationMutationVariables as aQ, type CreateIntegrationOutputFragment as aR, type ConsumePulseEventsMutationVariables as aS, type ContentMaskFragment as aT, type ContextUsageEventOutputFragment as aU, type ContinueImportedChatMutationVariables as aV, type ContinueInterpretationMutationVariables as aW, type CreateAgentMutationVariables as aX, type CreateChatMutationVariables as aY, type CreateDatabaseMutationVariables as aZ, type DatabaseFragment as a_, type AddInsightToReportMutationVariables as aa, type AgentQueryVariables as ab, type AgentsQueryVariables as ac, type AiProviderSettingQueryVariables as ad, type UserAiProviderSettingFragment as ae, type ArtifactQueryVariables as af, type Artifact_Chat_DesktopDeviceQueryVariables as ag, type Artifact_Chat_InsightQueryVariables as ah, type Artifact_Chat_ProjectQueryVariables as ai, type Artifact_Message_ChatQueryVariables as aj, type Artifact_Message_ContentsQueryVariables as ak, type Artifact_Message_FeedbackQueryVariables as al, type ArtifactsQueryVariables as am, type AudioEventOutputFragment as an, type CancelOauthFlowMutationVariables as ao, type CancelWorkspaceDeletionMutationVariables as ap, type CandidateFragment as aq, type LiveContextQueryVariables as ar, LiveContextStatus as as, type LiveContextFragment as at, type LiveContext_ItemsQueryVariables as au, FeedActionType as av, type FeedItemGeneratedFragment as aw, type LiveContext_SourceQueryVariables as ax, type CandidateEvidenceFragment as ay, type ImportedChatSummaryOutputFragment as az, type ActionFragment as b, type DeleteUserSkillFolderMutationVariables as b$, type DatabaseEngineFragment as b0, type DatabaseCatalogQueryVariables as b1, type DatabaseCatalogFragment as b2, type DatabaseCatalog_EngineQueryVariables as b3, type Database_TablesQueryVariables as b4, TableStatus as b5, type TableFragment as b6, type Table_DatabaseQueryVariables as b7, type Table_DocumentQueryVariables as b8, type DocumentFragment as b9, type UserSkillFileModelFragment as bA, type CreateUserSkillFolderMutationVariables as bB, type UserSkillFolderModelFragment as bC, type CubeModelFragment as bD, type DatabaseCatalogConnectionFragment as bE, type DatabaseCatalogsQueryVariables as bF, type DatabaseConnectionFragment as bG, type DatabaseQueryVariables as bH, type DatabaseSchemaQueryVariables as bI, type Database_Engine_CatalogQueryVariables as bJ, type DatabasesQueryVariables as bK, type DeepAnalysisUsageFragment as bL, type DeleteAgentMutationVariables as bM, type DeleteAiProviderSettingMutationVariables as bN, type DeleteArtifactMutationVariables as bO, type DeleteChatMutationVariables as bP, type DeleteDatabaseMutationVariables as bQ, type DeleteDocumentMutationVariables as bR, type DeleteFolderMutationVariables as bS, type DeleteInsightMutationVariables as bT, type DeleteInsightsMutationVariables as bU, type DeleteIntegrationMutationVariables as bV, type DeleteProjectMutationVariables as bW, type DeleteReportMutationVariables as bX, type DeleteSavedAiProviderModelMutationVariables as bY, type DeleteTableMutationVariables as bZ, type DeleteUserSkillFileMutationVariables as b_, type Document_ContentsQueryVariables as ba, type DocumentContentFragment as bb, type DocumentQueryVariables as bc, type Document_FileQueryVariables as bd, type Document_FormatQueryVariables as be, type DocumentFormatFragment as bf, type DocumentCatalogQueryVariables as bg, type DocumentCatalogFragment as bh, type DocumentCatalog_FormatQueryVariables as bi, type Document_TablesQueryVariables as bj, type Table_FromRelationsQueryVariables as bk, RelationType as bl, type RelationFragment as bm, type TableQueryVariables as bn, type Table_ToRelationsQueryVariables as bo, type TableConnectionFragment as bp, type CreateDocumentMutationVariables as bq, type CreateFeedbackMutationVariables as br, type CreateFolderMutationVariables as bs, type FolderFragment as bt, type CreateInsightMutationVariables as bu, type CreateIntegrationMutationVariables as bv, type CreateProjectMutationVariables as bw, type CreateReportMutationVariables as bx, type CreateTableMutationVariables as by, type CreateUserSkillFileMutationVariables as bz, ChatMessageFromEnum as c, type PulseTriggerSettingModelFragment as c$, type DesktopDeviceConnectionFragment as c0, type DesktopDevicesQueryVariables as c1, type DevAccessTokenOutputFragment as c2, type DisconnectIntegrationMutationVariables as c3, type DismissPulseEventMutationVariables as c4, PulseEventPriority as c5, PulseEventKind as c6, type PulseEventFragment as c7, type PulseEvent_IntegrationQueryVariables as c8, IntegrationStatus as c9, type RefreshInsightMutationVariables as cA, type RegisterDesktopDeviceMutationVariables as cB, type ReinterpretSourceMutationVariables as cC, type ReinterpretSourcesOfuserMutationVariables as cD, type RelocateInsightMutationVariables as cE, type RemoveInsightFromReportMutationVariables as cF, type ResolvePulseEventMutationVariables as cG, type WorkspaceDeleteScheduleFragment as cH, type SendMessageMutationVariables as cI, type SetDatabasePrimaryKeyMutationVariables as cJ, type SyncProjectDesktopBindingMutationVariables as cK, type UpdateAgentMutationVariables as cL, type UpdateArtifactNameMutationVariables as cM, type UpdateChatMutationVariables as cN, type UpdateDatabaseMutationVariables as cO, type UpdateDocumentMutationVariables as cP, type UpdateFolderMutationVariables as cQ, type UpdateInsightMutationVariables as cR, type UpdateInsightInReportMutationVariables as cS, type UpdateInsightThumbnailMutationVariables as cT, type UpdateInterpMutationVariables as cU, InterpretationType as cV, AiResourceType as cW, type InterpretationFragment as cX, type UpdateLiveContextMutationVariables as cY, type UpdateProjectMutationVariables as cZ, type UpdatePulseTriggerMutationVariables as c_, type IntegrationFragment as ca, type Integration_ProviderQueryVariables as cb, type IntegrationProviderFragment as cc, type IntegrationCatalogQueryVariables as cd, type IntegrationCatalogFragment as ce, type IntegrationCatalog_ProviderQueryVariables as cf, type DocumentCatalogConnectionFragment as cg, type DocumentCatalogsQueryVariables as ch, type DocumentConnectionFragment as ci, type Document_Format_CatalogQueryVariables as cj, type DocumentsQueryVariables as ck, type ChatStreamClient as cl, type DvinaSdkLifecycle as cm, type DvinaEvents as cn, type ExecuteChatImportMutationVariables as co, type GenerateUploadUriMutationVariables as cp, type FileModelFragment as cq, type MigrateLegacyCodeChatsMutationVariables as cr, type LegacyCodeMigratedChatSummaryOutputFragment as cs, type LegacyCodeMigrationOutputFragment as ct, type OpenActiveTabMutationVariables as cu, type PreviewChatImportMutationVariables as cv, type ReanalyzeDocumentMutationVariables as cw, type RefineAgentInstructionMutationVariables as cx, type RefineSkillInstructionMutationVariables as cy, type RefreshDatabaseSchemaMutationVariables as cz, type ChatMessageFragment as d, type NotificationQueryVariables as d$, type UpdateReportMutationVariables as d0, type UpdateTableMutationVariables as d1, type UpdateUserSkillFileMutationVariables as d2, type UpdateUserSkillFolderMutationVariables as d3, type UpsertAiProviderSettingMutationVariables as d4, type UpsertWorkspaceAiModelMutationVariables as d5, type ExportQueryVariables as d6, type ExportWithInsightIdQueryVariables as d7, type FeedItemQueryVariables as d8, FeedItemKind as d9, type GetLimitQueryVariables as dA, type GetRemainingQueryVariables as dB, type GetTokenUsageByModelQueryVariables as dC, type ModelTokenUsageFragment as dD, type GetTokenUsageHistoryQueryVariables as dE, type GetTokenUsageStatusQueryVariables as dF, TokenUsageLimit as dG, ActiveWindowType as dH, type WindowDetailTypeFragment as dI, type UsageWindowsStatusTypeFragment as dJ, type UsageStatusFragment as dK, type GetTokenUsageStatus_WindowsQueryVariables as dL, type GetUsageQueryVariables as dM, type InsightsQueryVariables as dN, type IntegrationQueryVariables as dO, type IntegrationCatalogToolsQueryVariables as dP, type IntegrationCatalogsQueryVariables as dQ, type IntegrationCatalogConnectionFragment as dR, type IntegrationsQueryVariables as dS, type IntegrationConnectionFragment as dT, type InterpretationsQueryVariables as dU, type InterpretationConnectionFragment as dV, type LiveContextsQueryVariables as dW, type LiveContextConnectionFragment as dX, type LocalSandboxDeviceStatusesQueryVariables as dY, LocalSandboxDeviceConnectionState as dZ, type LocalSandboxDeviceStatusModelFragment as d_, type FeedDocumentDataFragment as da, type FeedArtifactDataFragment as db, type FeedDatabaseDataFragment as dc, type FeedInsightDataFragment as dd, type FeedIntegrationDataFragment as de, type FeedProjectDataFragment as df, type FeedLiveContextDataFragment as dg, type FeedPulseDataFragment as dh, type FeedItemFragment as di, type FeedItem_ActionQueryVariables as dj, type FeedSendMessageActionFragment as dk, type FeedItem_DataQueryVariables as dl, type FeedItemsQueryVariables as dm, type FeedConnectionFragment as dn, type FileQueryVariables as dp, type FileMetaQueryVariables as dq, type FileUrlsQueryVariables as dr, type ResolvedFileUrlFragment as ds, type FindFitTierQueryVariables as dt, EntitlementTier as du, type FolderQueryVariables as dv, type FoldersQueryVariables as dw, type FolderConnectionFragment as dx, type GetCapabilityQueryVariables as dy, type GetDevAccessTokenQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type Project_DesktopBinding_DeviceQueryVariables as e$, NotificationCategory as e0, NotificationPriority as e1, NotificationStatus as e2, type NotificationFragment as e3, type NotificationsQueryVariables as e4, type NotificationConnectionFragment as e5, type NotificationsByReferenceQueryVariables as e6, type PrivacyStatsQueryVariables as e7, type PrivacyStatsFragment as e8, type ProjectsQueryVariables as e9, type StreamMessageContentOutputFragment as eA, type StreamMessageOutputFragment as eB, type UsageMetaOutputFragment as eC, type PrivacyStatsOutputFragment as eD, type FinalContentEventOutputFragment as eE, type GetTokenUsageStatus_Windows_DayQueryVariables as eF, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eG, type GetTokenUsageStatus_Windows_MonthQueryVariables as eH, type GetTokenUsageStatus_Windows_WeekQueryVariables as eI, type InferenceRequestAuditFragment as eJ, type Insight_Chat_DesktopDeviceQueryVariables as eK, type Insight_Chat_ProjectQueryVariables as eL, type Integration_Provider_CatalogQueryVariables as eM, type InterruptEventOutputFragment as eN, type InvocationFragment as eO, type LiveContext_Source_EvidencesQueryVariables as eP, type ManagedChatModelsQueryVariables as eQ, type McpClientInformationFragment as eR, type McpCodeVerifierFragment as eS, type McpServerFragment as eT, type McpTokensFragment as eU, type McpToolFragment as eV, type MessageEndEventOutputFragment as eW, type MessageStartEventOutputFragment as eX, type PrivacyStatsTotalsDeltaOutputFragment as eY, type PrivacyStatsEventOutputFragment as eZ, type ProgressSummaryEventOutputFragment as e_, type ProjectConnectionFragment as ea, type PulseAppSummaryQueryVariables as eb, type PulseAppSummaryModelFragment as ec, type PulseEventQueryVariables as ed, type PulseEventsQueryVariables as ee, type PulseEventConnectionFragment as ef, type PulseTriggerSettingsQueryVariables as eg, type QueryQueryVariables as eh, type QueryWithInsightIdQueryVariables as ei, type QueryWithMessageIdQueryVariables as ej, type ReportsQueryVariables as ek, type SkillCatalogQueryVariables as el, SkillCatalogSource as em, type SkillCatalogItemFragment as en, type TablesQueryVariables as eo, type UserSkillFileQueryVariables as ep, type UserSkillFilesQueryVariables as eq, type UserSkillFolderQueryVariables as er, type UserSkillFoldersQueryVariables as es, type WorkspaceDeletionScheduleQueryVariables as et, type McpAuthUpdatesSubscriptionVariables as eu, McpAuthPhase as ev, type McpAuthUpdateModelFragment as ew, type TokenUsageUpdatesSubscriptionVariables as ex, type EvidenceFragment as ey, type FailedSyncEventIngestionFragment as ez, ArtifactKind as f, LiveContextOrderByRelevanceFieldEnum as f$, type PulseEvent_Integration_ProviderQueryVariables as f0, type ReasoningEventOutputFragment as f1, type ResetWorkspaceMutationVariables as f2, type ScheduleWorkspaceDeletionMutationVariables as f3, type TextBlockEventOutputFragment as f4, type TextDeltaEventOutputFragment as f5, type WidgetBlockStartEventOutputFragment as f6, type WidgetHtmlDeltaEventOutputFragment as f7, type WidgetBlockCompleteEventOutputFragment as f8, type WidgetBlockErrorEventOutputFragment as f9, type ChatStreamEvent as fA, type ChatStreamListener as fB, type ChatStreamListenerHandlers as fC, DatabaseCatalogOrderByRelevanceFieldEnum as fD, DatabaseOrderByRelevanceFieldEnum as fE, DesktopDeviceOrderByRelevanceFieldEnum as fF, type DevicePresenceEvent as fG, type DevicePresenceSnapshot as fH, DocumentCatalogOrderByRelevanceFieldEnum as fI, DocumentOrderByRelevanceFieldEnum as fJ, type DvinaEventRef as fK, type DvinaEventTopic as fL, type DvinaRealtimeEvent as fM, type DvinaSdkBaseOptions as fN, type DvinaSdkCallbackOptions as fO, type DvinaSdkLifecycleHint as fP, type DvinaSdkTokenOptions as fQ, FeedItemOrderByRelevanceFieldEnum as fR, FeedbackOrderByRelevanceFieldEnum as fS, FileOrderByRelevanceFieldEnum as fT, FileUrlVariant as fU, FolderOrderByRelevanceFieldEnum as fV, InsightOrderByRelevanceFieldEnum as fW, IntegrationCatalogOrderByRelevanceFieldEnum as fX, IntegrationOrderByRelevanceFieldEnum as fY, InterpretationOrderByRelevanceFieldEnum as fZ, LimitType as f_, type ToolStartEventOutputFragment as fa, type ToolInputDeltaEventOutputFragment as fb, type ToolResultArtifactOutputFragment as fc, type ToolResultEventOutputFragment as fd, type StreamEventSchemaAnchorFragment as fe, type SyncEventFragment as ff, type SyncEventCursorFragment as fg, type Table_Database_EngineQueryVariables as fh, type Table_Document_ContentsQueryVariables as fi, type Table_Document_FileQueryVariables as fj, type Table_Document_FormatQueryVariables as fk, type TokenUsageFragment as fl, type UserSkillFileFragment as fm, type UserSkillFolderFragment as fn, type WorkspaceAiModelQueryVariables as fo, type WorkspaceAiModelSettingFragment as fp, type ActiveChatsEvent as fq, type ActiveChatsSnapshot as fr, type ActiveTabsEvent as fs, type ActiveTabsSnapshot as ft, AgentOrderByRelevanceFieldEnum as fu, ArtifactOrderByRelevanceFieldEnum as fv, CapabilityType as fw, ChatMessageOrderByRelevanceFieldEnum as fx, ChatOrderByRelevanceFieldEnum as fy, type ChatStreamClientOptions as fz, type ArtifactFragment as g, NotificationOrderByRelevanceFieldEnum as g0, NullsOrder as g1, ProjectDesktopBindingOrderByRelevanceFieldEnum as g2, ProjectOrderByRelevanceFieldEnum as g3, PulseEventOrderByRelevanceFieldEnum as g4, QueryMode as g5, type RealtimeTopicData as g6, ReportOrderByRelevanceFieldEnum as g7, SendMessageModel as g8, SortOrder as g9, TableOrderByRelevanceFieldEnum as ga, UsageHistoryGranularity as gb, createChatStreamClient as gc, createDvinaClient as gd, createDvinaEvents as ge, 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 };
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 };
@@ -1,5 +1,5 @@
1
1
  import { b as DvinaRequest, c as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-Chg8ASmf.cjs';
2
- import { S as SyncEngine } from './sync-engine-F0397ofh.cjs';
2
+ import { S as SyncEngine } from './sync-engine-9n6C9179.cjs';
3
3
 
4
4
  /**
5
5
  * Base class that holds the transport functions.
@@ -1,5 +1,5 @@
1
1
  import { b as DvinaRequest, c as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-Chg8ASmf.js';
2
- import { S as SyncEngine } from './sync-engine-BHsj_bC-.js';
2
+ import { S as SyncEngine } from './sync-engine-Ct29d1al.js';
3
3
 
4
4
  /**
5
5
  * Base class that holds the transport functions.