@dvina/sdk 4.1.64 → 4.1.66

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.
@@ -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-BIaOIpU3.js';
3
+ import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-Bh0UcTVd.js';
4
4
  import { I as InferenceClient } from './client-Bb2gD6Iz.js';
5
5
  import { BillingClient } from './billing/index.js';
6
6
 
@@ -1428,18 +1428,6 @@ type ContentMaskWhereUniqueInput = {
1428
1428
  id?: InputMaybe<Scalars['String']>;
1429
1429
  piiMetadata?: InputMaybe<JsonFilter>;
1430
1430
  };
1431
- declare enum ContextBagRevisionStatus {
1432
- Claimed = "claimed",
1433
- Evaluated = "evaluated",
1434
- Invalidated = "invalidated",
1435
- Pending = "pending"
1436
- }
1437
- declare enum ContextBaggingTaskStatus {
1438
- Claimed = "claimed",
1439
- Completed = "completed",
1440
- Invalidated = "invalidated",
1441
- Pending = "pending"
1442
- }
1443
1431
  type ContextUsageEventOutput = {
1444
1432
  __typename?: 'ContextUsageEventOutput';
1445
1433
  tokens: Scalars['Int'];
@@ -2766,32 +2754,6 @@ type JsonFilter = {
2766
2754
  string_ends_with?: InputMaybe<Scalars['String']>;
2767
2755
  string_starts_with?: InputMaybe<Scalars['String']>;
2768
2756
  };
2769
- type LegacyCodeContentBlockInput = {
2770
- content: Scalars['String'];
2771
- type: Scalars['String'];
2772
- };
2773
- type LegacyCodeMessageInput = {
2774
- contentBlocks: Array<LegacyCodeContentBlockInput>;
2775
- from: ChatMessageFromEnum;
2776
- messageId: Scalars['String'];
2777
- modelId?: InputMaybe<Scalars['String']>;
2778
- originalSentAt: Scalars['DateTime'];
2779
- providerId?: InputMaybe<Scalars['String']>;
2780
- };
2781
- type LegacyCodeMigrationInput = {
2782
- sessions: Array<LegacyCodeSessionInput>;
2783
- skipDuplicates?: Scalars['Boolean'];
2784
- };
2785
- type LegacyCodeSessionInput = {
2786
- messages: Array<LegacyCodeMessageInput>;
2787
- name: Scalars['String'];
2788
- originalCreatedAt: Scalars['DateTime'];
2789
- originalUpdatedAt: Scalars['DateTime'];
2790
- parentSessionId?: InputMaybe<Scalars['String']>;
2791
- projectId?: InputMaybe<Scalars['String']>;
2792
- sessionId: Scalars['String'];
2793
- slug?: InputMaybe<Scalars['String']>;
2794
- };
2795
2757
  declare enum LimitType {
2796
2758
  Storage = "Storage",
2797
2759
  Token = "Token"
@@ -2837,20 +2799,6 @@ type LiveContextUpdateInput = {
2837
2799
  id?: InputMaybe<Scalars['String']>;
2838
2800
  status?: InputMaybe<LiveContextStatus>;
2839
2801
  };
2840
- declare enum LiveContextV2EvaluationAction {
2841
- Create = "create",
2842
- NoAction = "no_action",
2843
- Resolve = "resolve",
2844
- Supersede = "supersede",
2845
- Update = "update"
2846
- }
2847
- declare enum LiveContextV2Status {
2848
- Active = "active",
2849
- Dismissed = "dismissed",
2850
- Resolved = "resolved",
2851
- Stale = "stale",
2852
- Superseded = "superseded"
2853
- }
2854
2802
  type LiveContextWhereInput = {
2855
2803
  AND?: InputMaybe<Array<LiveContextWhereInput>>;
2856
2804
  NOT?: InputMaybe<Array<LiveContextWhereInput>>;
@@ -4713,149 +4661,6 @@ type ContentMaskFragment = {
4713
4661
  }> | null;
4714
4662
  };
4715
4663
  };
4716
- type ContextBagFragment = {
4717
- __typename: 'ContextBag';
4718
- createdAt: string;
4719
- id: string;
4720
- userId: string;
4721
- workspaceId: string;
4722
- providerMappings?: Array<{
4723
- __typename?: 'ContextBagProviderMapping';
4724
- id: string;
4725
- }> | null;
4726
- revisions?: Array<{
4727
- __typename?: 'ContextBagRevision';
4728
- id: string;
4729
- }> | null;
4730
- };
4731
- type ContextBagContextItemFragment = {
4732
- __typename: 'ContextBagContextItem';
4733
- affinityScore?: number | null;
4734
- bagRevisionId: string;
4735
- contextItemId: string;
4736
- metadata?: any | null;
4737
- bagRevision: {
4738
- __typename?: 'ContextBagRevision';
4739
- id: string;
4740
- };
4741
- contextItem: {
4742
- __typename?: 'ContextItem';
4743
- id: string;
4744
- };
4745
- };
4746
- type ContextBagProviderMappingFragment = {
4747
- __typename: 'ContextBagProviderMapping';
4748
- bagId: string;
4749
- createdAt: string;
4750
- id: string;
4751
- provider: string;
4752
- providerNeighborhoodKey: string;
4753
- userId: string;
4754
- workspaceId: string;
4755
- bag: {
4756
- __typename?: 'ContextBag';
4757
- id: string;
4758
- };
4759
- };
4760
- type ContextBagRelationshipFragment = {
4761
- __typename: 'ContextBagRelationship';
4762
- bagRevisionId: string;
4763
- id: string;
4764
- metadata: any;
4765
- relationType: string;
4766
- sourceContextItemId: string;
4767
- targetContextItemId: string;
4768
- bagRevision: {
4769
- __typename?: 'ContextBagRevision';
4770
- id: string;
4771
- };
4772
- };
4773
- type ContextBagRevisionFragment = {
4774
- __typename: 'ContextBagRevision';
4775
- bagId: string;
4776
- capturedAt: string;
4777
- claimedAt?: string | null;
4778
- fingerprint: string;
4779
- id: string;
4780
- revision: number;
4781
- status: ContextBagRevisionStatus;
4782
- assessment?: {
4783
- __typename?: 'ContextSchedulingAssessment';
4784
- id: string;
4785
- } | null;
4786
- bag: {
4787
- __typename?: 'ContextBag';
4788
- id: string;
4789
- };
4790
- evaluation?: {
4791
- __typename?: 'LiveContextEvaluation';
4792
- id: string;
4793
- } | null;
4794
- relationships?: Array<{
4795
- __typename?: 'ContextBagRelationship';
4796
- id: string;
4797
- }> | null;
4798
- };
4799
- type ContextBaggingTaskFragment = {
4800
- __typename: 'ContextBaggingTask';
4801
- claimedAt?: string | null;
4802
- completedAt?: string | null;
4803
- contextItemId: string;
4804
- createdAt: string;
4805
- id: string;
4806
- status: ContextBaggingTaskStatus;
4807
- updatedAt: string;
4808
- contextItem: {
4809
- __typename?: 'ContextItem';
4810
- id: string;
4811
- };
4812
- };
4813
- type ContextItemFragment = {
4814
- __typename: 'ContextItem';
4815
- capturedAt: string;
4816
- content: string;
4817
- fingerprint: string;
4818
- id: string;
4819
- metadata: any;
4820
- revision: number;
4821
- sourceId: string;
4822
- baggingTask?: {
4823
- __typename?: 'ContextBaggingTask';
4824
- id: string;
4825
- } | null;
4826
- source: {
4827
- __typename?: 'ContextSource';
4828
- id: string;
4829
- };
4830
- };
4831
- type ContextSchedulingAssessmentFragment = {
4832
- __typename: 'ContextSchedulingAssessment';
4833
- assessedAt: string;
4834
- bagRevisionId: string;
4835
- features: any;
4836
- id: string;
4837
- policyVersion: string;
4838
- priority: number;
4839
- bagRevision: {
4840
- __typename?: 'ContextBagRevision';
4841
- id: string;
4842
- };
4843
- };
4844
- type ContextSourceFragment = {
4845
- __typename: 'ContextSource';
4846
- createdAt: string;
4847
- externalId: string;
4848
- id: string;
4849
- revisionCounter: number;
4850
- sourceType: string;
4851
- updatedAt: string;
4852
- userId: string;
4853
- workspaceId: string;
4854
- contextItems?: Array<{
4855
- __typename?: 'ContextItem';
4856
- id: string;
4857
- }> | null;
4858
- };
4859
4664
  type ContextUsageEventOutputFragment = {
4860
4665
  __typename: 'ContextUsageEventOutput';
4861
4666
  tokens: number;
@@ -5898,27 +5703,6 @@ type InvocationFragment = {
5898
5703
  id: string;
5899
5704
  } | null;
5900
5705
  };
5901
- type LegacyCodeMigratedChatSummaryOutputFragment = {
5902
- __typename: 'LegacyCodeMigratedChatSummaryOutput';
5903
- chatId: string;
5904
- legacySessionId: string;
5905
- messageCount: number;
5906
- name: string;
5907
- };
5908
- type LegacyCodeMigrationOutputFragment = {
5909
- __typename: 'LegacyCodeMigrationOutput';
5910
- createdChatCount: number;
5911
- createdMessageCount: number;
5912
- duplicateSessionCount: number;
5913
- warnings: Array<string>;
5914
- chats: Array<{
5915
- __typename: 'LegacyCodeMigratedChatSummaryOutput';
5916
- chatId: string;
5917
- legacySessionId: string;
5918
- messageCount: number;
5919
- name: string;
5920
- }>;
5921
- };
5922
5706
  type LiveContextFragment = {
5923
5707
  __typename: 'LiveContext';
5924
5708
  createdAt: string;
@@ -5968,42 +5752,6 @@ type LiveContextConnectionFragment = {
5968
5752
  startCursor?: string | null;
5969
5753
  };
5970
5754
  };
5971
- type LiveContextEvaluationFragment = {
5972
- __typename: 'LiveContextEvaluation';
5973
- action: LiveContextV2EvaluationAction;
5974
- bagRevisionId: string;
5975
- evaluatedAt: string;
5976
- id: string;
5977
- inputFingerprint: string;
5978
- liveContextId?: string | null;
5979
- policyVersion: string;
5980
- reason: string;
5981
- result: any;
5982
- bagRevision: {
5983
- __typename?: 'ContextBagRevision';
5984
- id: string;
5985
- };
5986
- liveContext?: {
5987
- __typename?: 'LiveContextV2';
5988
- id: string;
5989
- } | null;
5990
- };
5991
- type LiveContextV2Fragment = {
5992
- __typename: 'LiveContextV2';
5993
- createdAt: string;
5994
- id: string;
5995
- status: LiveContextV2Status;
5996
- suggestedPrompt?: string | null;
5997
- summary: string;
5998
- title: string;
5999
- updatedAt: string;
6000
- userId: string;
6001
- workspaceId: string;
6002
- evaluations?: Array<{
6003
- __typename?: 'LiveContextEvaluation';
6004
- id: string;
6005
- }> | null;
6006
- };
6007
5755
  type LocalSandboxDeviceStatusModelFragment = {
6008
5756
  __typename: 'LocalSandboxDeviceStatusModel';
6009
5757
  deviceId: string;
@@ -7170,9 +6918,6 @@ type ExecuteChatImportMutationVariables = Exact<{
7170
6918
  type GenerateUploadUriMutationVariables = Exact<{
7171
6919
  data: FileInput;
7172
6920
  }>;
7173
- type MigrateLegacyCodeChatsMutationVariables = Exact<{
7174
- input: LegacyCodeMigrationInput;
7175
- }>;
7176
6921
  type OpenActiveTabMutationVariables = Exact<{
7177
6922
  chatId: Scalars['ID'];
7178
6923
  }>;
@@ -8156,4 +7901,4 @@ interface DvinaClientResult {
8156
7901
  */
8157
7902
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
8158
7903
 
8159
- 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 ContextBagRevisionFragment 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 ContextBagFragment as aW, type ContextBagContextItemFragment as aX, type ContextBagProviderMappingFragment as aY, type ContextBagRelationshipFragment as aZ, ContextBagRevisionStatus 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 DeleteArtifactMutationVariables as b$, ContextBaggingTaskStatus as b0, type ContextBaggingTaskFragment as b1, type ContextItemFragment as b2, type ContextSchedulingAssessmentFragment as b3, type ContextSourceFragment as b4, type ContextUsageEventOutputFragment as b5, type ContinueImportedChatMutationVariables as b6, type ContinueInterpretationMutationVariables as b7, type CreateAgentMutationVariables as b8, type CreateChatMutationVariables as b9, type TableQueryVariables as bA, type Table_ToRelationsQueryVariables as bB, type TableConnectionFragment as bC, type CreateDocumentMutationVariables as bD, type CreateFeedbackMutationVariables as bE, type CreateFolderMutationVariables as bF, type FolderFragment as bG, type CreateInsightMutationVariables as bH, type CreateIntegrationMutationVariables as bI, type CreateProjectMutationVariables as bJ, type CreateReportMutationVariables as bK, type CreateTableMutationVariables as bL, type CreateUserSkillFileMutationVariables as bM, type UserSkillFileModelFragment as bN, type CreateUserSkillFolderMutationVariables as bO, type UserSkillFolderModelFragment as bP, type CubeModelFragment as bQ, type DatabaseCatalogConnectionFragment as bR, type DatabaseCatalogsQueryVariables as bS, type DatabaseConnectionFragment as bT, type DatabaseQueryVariables as bU, type DatabaseSchemaQueryVariables as bV, type Database_Engine_CatalogQueryVariables as bW, type DatabasesQueryVariables as bX, type DeepAnalysisUsageFragment as bY, type DeleteAgentMutationVariables as bZ, type DeleteAiProviderSettingMutationVariables as b_, type CreateDatabaseMutationVariables as ba, type DatabaseFragment as bb, type Database_EngineQueryVariables as bc, type DatabaseEngineFragment as bd, type DatabaseCatalogQueryVariables as be, type DatabaseCatalogFragment as bf, type DatabaseCatalog_EngineQueryVariables as bg, type Database_TablesQueryVariables as bh, TableStatus as bi, type TableFragment as bj, type Table_DatabaseQueryVariables as bk, type Table_DocumentQueryVariables as bl, type DocumentFragment as bm, type Document_ContentsQueryVariables as bn, type DocumentContentFragment as bo, type DocumentQueryVariables as bp, type Document_FileQueryVariables as bq, type Document_FormatQueryVariables as br, type DocumentFormatFragment as bs, type DocumentCatalogQueryVariables as bt, type DocumentCatalogFragment as bu, type DocumentCatalog_FormatQueryVariables as bv, type Document_TablesQueryVariables as bw, type Table_FromRelationsQueryVariables as bx, RelationType as by, type RelationFragment as bz, ChatMessageFromEnum as c, type McpServerTestOutputFragment as c$, type DeleteChatMutationVariables as c0, type DeleteDatabaseMutationVariables as c1, type DeleteDocumentMutationVariables as c2, type DeleteFolderMutationVariables as c3, type DeleteInsightMutationVariables as c4, type DeleteInsightsMutationVariables as c5, type DeleteIntegrationMutationVariables as c6, type DeleteProjectMutationVariables as c7, type DeleteReportMutationVariables as c8, type DeleteSavedAiProviderModelMutationVariables as c9, type DvinaEvents as cA, type ExecuteChatImportMutationVariables as cB, type GenerateUploadUriMutationVariables as cC, type FileModelFragment as cD, type MigrateLegacyCodeChatsMutationVariables as cE, type LegacyCodeMigratedChatSummaryOutputFragment as cF, type LegacyCodeMigrationOutputFragment as cG, type OpenActiveTabMutationVariables as cH, type PreviewChatImportMutationVariables as cI, type ReanalyzeDocumentMutationVariables as cJ, type RefineAgentInstructionMutationVariables as cK, type RefineSkillInstructionMutationVariables as cL, type RefreshDatabaseSchemaMutationVariables as cM, type RefreshInsightMutationVariables as cN, type RegisterDesktopDeviceMutationVariables as cO, type ReinterpretSourceMutationVariables as cP, type ReinterpretSourcesOfuserMutationVariables as cQ, type RelocateInsightMutationVariables as cR, type RemoveInsightFromReportMutationVariables as cS, type RemoveMcpServerMutationVariables as cT, type ResolvePulseEventMutationVariables as cU, type ResumeMessageMutationVariables as cV, type WorkspaceDeleteScheduleFragment as cW, type SendMessageMutationVariables as cX, type SetDatabasePrimaryKeyMutationVariables as cY, type SyncProjectDesktopBindingMutationVariables as cZ, type TestMcpServerMutationVariables as c_, type DeleteTableMutationVariables as ca, type DeleteUserSkillFileMutationVariables as cb, type DeleteUserSkillFolderMutationVariables as cc, type DesktopDeviceConnectionFragment as cd, type DesktopDevicesQueryVariables as ce, type DevAccessTokenOutputFragment as cf, type DisconnectIntegrationMutationVariables as cg, type DismissPulseEventMutationVariables as ch, PulseEventPriority as ci, PulseEventKind as cj, type PulseEventFragment as ck, type PulseEvent_IntegrationQueryVariables as cl, IntegrationStatus as cm, type IntegrationFragment as cn, type Integration_ProviderQueryVariables as co, type IntegrationProviderFragment as cp, type IntegrationCatalogQueryVariables as cq, type IntegrationCatalogFragment as cr, type IntegrationCatalog_ProviderQueryVariables as cs, type DocumentCatalogConnectionFragment as ct, type DocumentCatalogsQueryVariables as cu, type DocumentConnectionFragment as cv, type Document_Format_CatalogQueryVariables as cw, type DocumentsQueryVariables as cx, type ChatStreamClient as cy, type DvinaSdkLifecycle as cz, type ChatMessageFragment as d, type UsageWindowsStatusTypeFragment as d$, type TestMcpServerConnectionMutationVariables as d0, type UpdateAgentMutationVariables as d1, type UpdateArtifactNameMutationVariables as d2, type UpdateChatMutationVariables as d3, type UpdateDatabaseMutationVariables as d4, type UpdateDocumentMutationVariables as d5, type UpdateFolderMutationVariables as d6, type UpdateInsightMutationVariables as d7, type UpdateInsightInReportMutationVariables as d8, type UpdateInsightThumbnailMutationVariables as d9, type FeedPulseDataFragment as dA, type FeedItemFragment as dB, type FeedItem_ActionQueryVariables as dC, type FeedSendMessageActionFragment as dD, type FeedItem_DataQueryVariables as dE, type FeedItemsQueryVariables as dF, type FeedConnectionFragment as dG, type FileQueryVariables as dH, type FileMetaQueryVariables as dI, type FileUrlsQueryVariables as dJ, type ResolvedFileUrlFragment as dK, type FindFitTierQueryVariables as dL, EntitlementTier as dM, type FolderQueryVariables as dN, type FoldersQueryVariables as dO, type FolderConnectionFragment as dP, type GetCapabilityQueryVariables as dQ, type GetDevAccessTokenQueryVariables as dR, type GetLimitQueryVariables as dS, type GetRemainingQueryVariables as dT, type GetTokenUsageByModelQueryVariables as dU, type ModelTokenUsageFragment as dV, type GetTokenUsageHistoryQueryVariables as dW, type GetTokenUsageStatusQueryVariables as dX, TokenUsageLimit as dY, ActiveWindowType as dZ, type WindowDetailTypeFragment as d_, type UpdateInterpMutationVariables as da, InterpretationType as db, AiResourceType as dc, type InterpretationFragment as dd, type UpdateLiveContextMutationVariables as de, type UpdateProjectMutationVariables as df, type UpdatePulseTriggerMutationVariables as dg, type PulseTriggerSettingModelFragment as dh, type UpdateReportMutationVariables as di, type UpdateTableMutationVariables as dj, type UpdateUserSkillFileMutationVariables as dk, type UpdateUserSkillFolderMutationVariables as dl, type UpsertAiProviderSettingMutationVariables as dm, type UpsertWorkspaceAiModelMutationVariables as dn, type ExportQueryVariables as dp, type ExportWithInsightIdQueryVariables as dq, type FeedItemQueryVariables as dr, FeedItemKind as ds, type FeedDocumentDataFragment as dt, type FeedArtifactDataFragment as du, type FeedDatabaseDataFragment as dv, type FeedInsightDataFragment as dw, type FeedIntegrationDataFragment as dx, type FeedProjectDataFragment as dy, type FeedLiveContextDataFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type GetTokenUsageStatus_Windows_WeekQueryVariables as e$, type UsageStatusFragment as e0, type GetTokenUsageStatus_WindowsQueryVariables as e1, type GetUsageQueryVariables as e2, type InsightsQueryVariables as e3, type IntegrationQueryVariables as e4, type IntegrationCatalogToolsQueryVariables as e5, type IntegrationCatalogsQueryVariables as e6, type IntegrationCatalogConnectionFragment as e7, type IntegrationsQueryVariables as e8, type IntegrationConnectionFragment as e9, type QueryQueryVariables as eA, type QueryWithInsightIdQueryVariables as eB, type QueryWithMessageIdQueryVariables as eC, type ReportsQueryVariables as eD, type SkillCatalogQueryVariables as eE, SkillCatalogSource as eF, type SkillCatalogItemFragment as eG, type TablesQueryVariables as eH, type UserSkillFileQueryVariables as eI, type UserSkillFilesQueryVariables as eJ, type UserSkillFolderQueryVariables as eK, type UserSkillFoldersQueryVariables as eL, type WorkspaceDeletionScheduleQueryVariables as eM, type McpAuthUpdatesSubscriptionVariables as eN, McpAuthPhase as eO, type McpAuthUpdateModelFragment as eP, type TokenUsageUpdatesSubscriptionVariables as eQ, type EvidenceFragment as eR, type FailedSyncEventIngestionFragment as eS, type StreamMessageContentOutputFragment as eT, type StreamMessageOutputFragment as eU, type UsageMetaOutputFragment as eV, type PrivacyStatsOutputFragment as eW, type FinalContentEventOutputFragment as eX, type GetTokenUsageStatus_Windows_DayQueryVariables as eY, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eZ, type GetTokenUsageStatus_Windows_MonthQueryVariables as e_, type InterpretationsQueryVariables as ea, type InterpretationConnectionFragment as eb, type LiveContextsQueryVariables as ec, type LiveContextConnectionFragment as ed, type LocalSandboxDeviceStatusesQueryVariables as ee, LocalSandboxDeviceConnectionState as ef, type LocalSandboxDeviceStatusModelFragment as eg, type NotificationQueryVariables as eh, NotificationCategory as ei, NotificationPriority as ej, NotificationStatus as ek, type NotificationFragment as el, type NotificationsQueryVariables as em, type NotificationConnectionFragment as en, type NotificationsByReferenceQueryVariables as eo, type PrivacyStatsQueryVariables as ep, type PrivacyStatsFragment as eq, type PrivateMcpServersQueryVariables as er, type ProjectsQueryVariables as es, type ProjectConnectionFragment as et, type PulseAppSummaryQueryVariables as eu, type PulseAppSummaryModelFragment as ev, type PulseEventQueryVariables as ew, type PulseEventsQueryVariables as ex, type PulseEventConnectionFragment as ey, type PulseTriggerSettingsQueryVariables as ez, ArtifactKind as f, type DevicePresenceSnapshot as f$, type InferenceRequestAuditFragment as f0, type Insight_Chat_DesktopDeviceQueryVariables as f1, type Insight_Chat_ProjectQueryVariables as f2, type Integration_Provider_CatalogQueryVariables as f3, type InterruptEventOutputFragment as f4, type InvocationFragment as f5, LiveContextV2EvaluationAction as f6, type LiveContextEvaluationFragment as f7, LiveContextV2Status as f8, type LiveContextV2Fragment as f9, type SyncEventCursorFragment as fA, type Table_Database_EngineQueryVariables as fB, type Table_Document_ContentsQueryVariables as fC, type Table_Document_FileQueryVariables as fD, type Table_Document_FormatQueryVariables as fE, type TokenUsageFragment as fF, type UserSkillFileFragment as fG, type UserSkillFolderFragment as fH, type WorkspaceAiModelQueryVariables as fI, type WorkspaceAiModelSettingFragment as fJ, type ActiveChatsEvent as fK, type ActiveChatsSnapshot as fL, type ActiveTabsEvent as fM, type ActiveTabsSnapshot as fN, AgentOrderByRelevanceFieldEnum as fO, ArtifactOrderByRelevanceFieldEnum as fP, CapabilityType as fQ, ChatMessageOrderByRelevanceFieldEnum as fR, ChatOrderByRelevanceFieldEnum as fS, type ChatStreamClientOptions as fT, type ChatStreamEvent as fU, type ChatStreamListener as fV, type ChatStreamListenerHandlers as fW, DatabaseCatalogOrderByRelevanceFieldEnum as fX, DatabaseOrderByRelevanceFieldEnum as fY, DesktopDeviceOrderByRelevanceFieldEnum as fZ, type DevicePresenceEvent as f_, type LiveContext_Source_EvidencesQueryVariables as fa, type ManagedChatModelsQueryVariables as fb, type McpClientInformationFragment as fc, type McpCodeVerifierFragment as fd, type McpTokensFragment as fe, type McpToolFragment as ff, type MessageEndEventOutputFragment as fg, type MessageStartEventOutputFragment as fh, type ProgressSummaryEventOutputFragment as fi, type Project_DesktopBinding_DeviceQueryVariables as fj, type PulseEvent_Integration_ProviderQueryVariables as fk, type ReasoningEventOutputFragment as fl, type ResetWorkspaceMutationVariables as fm, type ScheduleWorkspaceDeletionMutationVariables as fn, type TextBlockEventOutputFragment as fo, type TextDeltaEventOutputFragment as fp, type WidgetBlockStartEventOutputFragment as fq, type WidgetHtmlDeltaEventOutputFragment as fr, type WidgetBlockCompleteEventOutputFragment as fs, type WidgetBlockErrorEventOutputFragment as ft, type ToolStartEventOutputFragment as fu, type ToolInputDeltaEventOutputFragment as fv, type ToolResultArtifactOutputFragment as fw, type ToolResultEventOutputFragment as fx, type StreamEventSchemaAnchorFragment as fy, type SyncEventFragment as fz, type ArtifactFragment as g, DocumentCatalogOrderByRelevanceFieldEnum as g0, DocumentOrderByRelevanceFieldEnum as g1, type DvinaEventRef as g2, type DvinaEventTopic as g3, type DvinaRealtimeEvent as g4, type DvinaSdkBaseOptions as g5, type DvinaSdkCallbackOptions as g6, type DvinaSdkLifecycleHint as g7, type DvinaSdkTokenOptions as g8, FeedItemOrderByRelevanceFieldEnum as g9, UsageHistoryGranularity as gA, createChatStreamClient as gB, createDvinaClient as gC, createDvinaEvents as gD, FeedbackOrderByRelevanceFieldEnum as ga, FileOrderByRelevanceFieldEnum as gb, FileUrlVariant as gc, FolderOrderByRelevanceFieldEnum as gd, InsightOrderByRelevanceFieldEnum as ge, IntegrationCatalogOrderByRelevanceFieldEnum as gf, IntegrationOrderByRelevanceFieldEnum as gg, InterpretationOrderByRelevanceFieldEnum as gh, LimitType as gi, LiveContextOrderByRelevanceFieldEnum as gj, NotificationOrderByRelevanceFieldEnum as gk, NullsOrder as gl, ProjectDesktopBindingOrderByRelevanceFieldEnum as gm, ProjectOrderByRelevanceFieldEnum as gn, PulseEventOrderByRelevanceFieldEnum as go, QueryMode as gp, type RealtimeSnapshotCache as gq, type RealtimeTopicData as gr, ReportOrderByRelevanceFieldEnum as gs, SendMessageModel as gt, SortOrder as gu, TableOrderByRelevanceFieldEnum as gv, type TokenUsageLimitState as gw, type TokenUsageStatusEvent as gx, type TokenUsageStatusSnapshot as gy, type TokenUsageWindowSnapshot as gz, 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 };
7904
+ 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 InterpretationFragment 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 RegisterDesktopDeviceMutationVariables as cA, type ReinterpretSourceMutationVariables as cB, type ReinterpretSourcesOfuserMutationVariables as cC, type RelocateInsightMutationVariables as cD, type RemoveInsightFromReportMutationVariables as cE, type RemoveMcpServerMutationVariables as cF, type ResolvePulseEventMutationVariables as cG, type ResumeMessageMutationVariables as cH, type WorkspaceDeleteScheduleFragment as cI, type SendMessageMutationVariables as cJ, type SetDatabasePrimaryKeyMutationVariables as cK, type SyncProjectDesktopBindingMutationVariables as cL, type TestMcpServerMutationVariables as cM, type McpServerTestOutputFragment as cN, type TestMcpServerConnectionMutationVariables as cO, type UpdateAgentMutationVariables as cP, type UpdateArtifactNameMutationVariables as cQ, type UpdateChatMutationVariables as cR, type UpdateDatabaseMutationVariables as cS, type UpdateDocumentMutationVariables as cT, type UpdateFolderMutationVariables as cU, type UpdateInsightMutationVariables as cV, type UpdateInsightInReportMutationVariables as cW, type UpdateInsightThumbnailMutationVariables as cX, type UpdateInterpMutationVariables as cY, InterpretationType as cZ, AiResourceType 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 OpenActiveTabMutationVariables as ct, type PreviewChatImportMutationVariables as cu, type ReanalyzeDocumentMutationVariables as cv, type RefineAgentInstructionMutationVariables as cw, type RefineSkillInstructionMutationVariables as cx, type RefreshDatabaseSchemaMutationVariables as cy, type RefreshInsightMutationVariables as cz, type ChatMessageFragment as d, type LiveContextConnectionFragment as d$, type UpdateLiveContextMutationVariables as d0, type UpdateProjectMutationVariables as d1, type UpdatePulseTriggerMutationVariables as d2, type PulseTriggerSettingModelFragment as d3, type UpdateReportMutationVariables as d4, type UpdateTableMutationVariables as d5, type UpdateUserSkillFileMutationVariables as d6, type UpdateUserSkillFolderMutationVariables as d7, type UpsertAiProviderSettingMutationVariables as d8, type UpsertWorkspaceAiModelMutationVariables as d9, type FoldersQueryVariables as dA, type FolderConnectionFragment as dB, type GetCapabilityQueryVariables as dC, type GetDevAccessTokenQueryVariables as dD, type GetLimitQueryVariables as dE, type GetRemainingQueryVariables as dF, type GetTokenUsageByModelQueryVariables as dG, type ModelTokenUsageFragment as dH, type GetTokenUsageHistoryQueryVariables as dI, type GetTokenUsageStatusQueryVariables as dJ, TokenUsageLimit as dK, ActiveWindowType as dL, type WindowDetailTypeFragment as dM, type UsageWindowsStatusTypeFragment as dN, type UsageStatusFragment as dO, type GetTokenUsageStatus_WindowsQueryVariables as dP, type GetUsageQueryVariables as dQ, type InsightsQueryVariables as dR, type IntegrationQueryVariables as dS, type IntegrationCatalogToolsQueryVariables as dT, type IntegrationCatalogsQueryVariables as dU, type IntegrationCatalogConnectionFragment as dV, type IntegrationsQueryVariables as dW, type IntegrationConnectionFragment as dX, type InterpretationsQueryVariables as dY, type InterpretationConnectionFragment as dZ, type LiveContextsQueryVariables as d_, type ExportQueryVariables as da, type ExportWithInsightIdQueryVariables as db, type FeedItemQueryVariables as dc, FeedItemKind as dd, type FeedDocumentDataFragment as de, type FeedArtifactDataFragment as df, type FeedDatabaseDataFragment as dg, type FeedInsightDataFragment as dh, type FeedIntegrationDataFragment as di, type FeedProjectDataFragment as dj, type FeedLiveContextDataFragment as dk, type FeedPulseDataFragment as dl, type FeedItemFragment as dm, type FeedItem_ActionQueryVariables as dn, type FeedSendMessageActionFragment as dp, type FeedItem_DataQueryVariables as dq, type FeedItemsQueryVariables as dr, type FeedConnectionFragment as ds, type FileQueryVariables as dt, type FileMetaQueryVariables as du, type FileUrlsQueryVariables as dv, type ResolvedFileUrlFragment as dw, type FindFitTierQueryVariables as dx, EntitlementTier as dy, type FolderQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type MessageStartEventOutputFragment as e$, type LocalSandboxDeviceStatusesQueryVariables as e0, LocalSandboxDeviceConnectionState as e1, type LocalSandboxDeviceStatusModelFragment as e2, type NotificationQueryVariables as e3, NotificationCategory as e4, NotificationPriority as e5, NotificationStatus as e6, type NotificationFragment as e7, type NotificationsQueryVariables as e8, type NotificationConnectionFragment as e9, McpAuthPhase as eA, type McpAuthUpdateModelFragment as eB, type TokenUsageUpdatesSubscriptionVariables as eC, type EvidenceFragment as eD, type FailedSyncEventIngestionFragment as eE, type StreamMessageContentOutputFragment as eF, type StreamMessageOutputFragment as eG, type UsageMetaOutputFragment as eH, type PrivacyStatsOutputFragment as eI, type FinalContentEventOutputFragment as eJ, type GetTokenUsageStatus_Windows_DayQueryVariables as eK, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eL, type GetTokenUsageStatus_Windows_MonthQueryVariables as eM, type GetTokenUsageStatus_Windows_WeekQueryVariables as eN, type InferenceRequestAuditFragment as eO, type Insight_Chat_DesktopDeviceQueryVariables as eP, type Insight_Chat_ProjectQueryVariables as eQ, type Integration_Provider_CatalogQueryVariables as eR, type InterruptEventOutputFragment as eS, type InvocationFragment as eT, type LiveContext_Source_EvidencesQueryVariables as eU, type ManagedChatModelsQueryVariables as eV, type McpClientInformationFragment as eW, type McpCodeVerifierFragment as eX, type McpTokensFragment as eY, type McpToolFragment as eZ, type MessageEndEventOutputFragment as e_, type NotificationsByReferenceQueryVariables as ea, type PrivacyStatsQueryVariables as eb, type PrivacyStatsFragment as ec, type PrivateMcpServersQueryVariables as ed, type ProjectsQueryVariables as ee, type ProjectConnectionFragment as ef, type PulseAppSummaryQueryVariables as eg, type PulseAppSummaryModelFragment as eh, type PulseEventQueryVariables as ei, type PulseEventsQueryVariables as ej, type PulseEventConnectionFragment as ek, type PulseTriggerSettingsQueryVariables as el, type QueryQueryVariables as em, type QueryWithInsightIdQueryVariables as en, type QueryWithMessageIdQueryVariables as eo, type ReportsQueryVariables as ep, type SkillCatalogQueryVariables as eq, SkillCatalogSource as er, type SkillCatalogItemFragment as es, type TablesQueryVariables as et, type UserSkillFileQueryVariables as eu, type UserSkillFilesQueryVariables as ev, type UserSkillFolderQueryVariables as ew, type UserSkillFoldersQueryVariables as ex, type WorkspaceDeletionScheduleQueryVariables as ey, type McpAuthUpdatesSubscriptionVariables as ez, ArtifactKind as f, InterpretationOrderByRelevanceFieldEnum as f$, type ProgressSummaryEventOutputFragment as f0, type Project_DesktopBinding_DeviceQueryVariables as f1, type PulseEvent_Integration_ProviderQueryVariables as f2, type ReasoningEventOutputFragment as f3, type ResetWorkspaceMutationVariables as f4, type ScheduleWorkspaceDeletionMutationVariables as f5, type TextBlockEventOutputFragment as f6, type TextDeltaEventOutputFragment as f7, type WidgetBlockStartEventOutputFragment as f8, type WidgetHtmlDeltaEventOutputFragment as f9, ChatOrderByRelevanceFieldEnum as fA, type ChatStreamClientOptions as fB, type ChatStreamEvent as fC, type ChatStreamListener as fD, type ChatStreamListenerHandlers as fE, DatabaseCatalogOrderByRelevanceFieldEnum as fF, DatabaseOrderByRelevanceFieldEnum as fG, DesktopDeviceOrderByRelevanceFieldEnum as fH, type DevicePresenceEvent as fI, type DevicePresenceSnapshot as fJ, DocumentCatalogOrderByRelevanceFieldEnum as fK, DocumentOrderByRelevanceFieldEnum as fL, type DvinaEventRef as fM, type DvinaEventTopic as fN, type DvinaRealtimeEvent as fO, type DvinaSdkBaseOptions as fP, type DvinaSdkCallbackOptions as fQ, type DvinaSdkLifecycleHint as fR, type DvinaSdkTokenOptions as fS, FeedItemOrderByRelevanceFieldEnum as fT, FeedbackOrderByRelevanceFieldEnum as fU, FileOrderByRelevanceFieldEnum as fV, FileUrlVariant as fW, FolderOrderByRelevanceFieldEnum as fX, InsightOrderByRelevanceFieldEnum as fY, IntegrationCatalogOrderByRelevanceFieldEnum as fZ, IntegrationOrderByRelevanceFieldEnum as f_, type WidgetBlockCompleteEventOutputFragment as fa, type WidgetBlockErrorEventOutputFragment as fb, type ToolStartEventOutputFragment as fc, type ToolInputDeltaEventOutputFragment as fd, type ToolResultArtifactOutputFragment as fe, type ToolResultEventOutputFragment as ff, type StreamEventSchemaAnchorFragment as fg, type SyncEventFragment as fh, type SyncEventCursorFragment as fi, type Table_Database_EngineQueryVariables as fj, type Table_Document_ContentsQueryVariables as fk, type Table_Document_FileQueryVariables as fl, type Table_Document_FormatQueryVariables as fm, type TokenUsageFragment as fn, type UserSkillFileFragment as fo, type UserSkillFolderFragment as fp, type WorkspaceAiModelQueryVariables as fq, type WorkspaceAiModelSettingFragment as fr, type ActiveChatsEvent as fs, type ActiveChatsSnapshot as ft, type ActiveTabsEvent as fu, type ActiveTabsSnapshot as fv, AgentOrderByRelevanceFieldEnum as fw, ArtifactOrderByRelevanceFieldEnum as fx, CapabilityType as fy, ChatMessageOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, LimitType as g0, LiveContextOrderByRelevanceFieldEnum as g1, NotificationOrderByRelevanceFieldEnum as g2, NullsOrder as g3, ProjectDesktopBindingOrderByRelevanceFieldEnum as g4, ProjectOrderByRelevanceFieldEnum as g5, PulseEventOrderByRelevanceFieldEnum as g6, QueryMode as g7, type RealtimeSnapshotCache as g8, type RealtimeTopicData as g9, ReportOrderByRelevanceFieldEnum as ga, SendMessageModel as gb, SortOrder as gc, TableOrderByRelevanceFieldEnum as gd, type TokenUsageLimitState as ge, type TokenUsageStatusEvent as gf, type TokenUsageStatusSnapshot as gg, type TokenUsageWindowSnapshot as gh, UsageHistoryGranularity as gi, createChatStreamClient as gj, createDvinaClient as gk, createDvinaEvents as gl, 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.js';
2
- import { S as SyncEngine } from './sync-engine-BIaOIpU3.js';
2
+ import { S as SyncEngine } from './sync-engine-Bh0UcTVd.js';
3
3
 
4
4
  /**
5
5
  * Base class that holds the transport functions.