@dvina/sdk 4.0.204 → 4.0.209

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 (28) hide show
  1. package/dist/_generated_documents-3SAYA2VU.js +4 -0
  2. package/dist/{_generated_documents-F3ZIS3JM.js.map → _generated_documents-3SAYA2VU.js.map} +1 -1
  3. package/dist/{_generated_documents-CRKVFZQI.cjs → _generated_documents-XGKMTVFS.cjs} +621 -617
  4. package/dist/{_generated_documents-CRKVFZQI.cjs.map → _generated_documents-XGKMTVFS.cjs.map} +1 -1
  5. package/dist/adapters/angular/index.cjs +4 -4
  6. package/dist/adapters/angular/index.d.cts +1 -1
  7. package/dist/adapters/angular/index.d.ts +1 -1
  8. package/dist/adapters/angular/index.js +2 -2
  9. package/dist/{chunk-SQU7RYLF.cjs → chunk-5VW6LFR4.cjs} +1000 -817
  10. package/dist/chunk-5VW6LFR4.cjs.map +1 -0
  11. package/dist/{chunk-CHUY7Y2H.js → chunk-BZVKKVUX.js} +36 -29
  12. package/dist/chunk-BZVKKVUX.js.map +1 -0
  13. package/dist/{chunk-YWW2VBNQ.js → chunk-V75R2VZY.js} +419 -236
  14. package/dist/chunk-V75R2VZY.js.map +1 -0
  15. package/dist/{chunk-F4NHYL2R.cjs → chunk-YDFRY555.cjs} +42 -34
  16. package/dist/chunk-YDFRY555.cjs.map +1 -0
  17. package/dist/{client-BsG-S2_P.d.cts → client-CcOfALGK.d.cts} +82 -58
  18. package/dist/{client-cnmS1OmF.d.ts → client-YW3i-iSh.d.ts} +82 -58
  19. package/dist/index.cjs +463 -459
  20. package/dist/index.d.cts +77 -69
  21. package/dist/index.d.ts +77 -69
  22. package/dist/index.js +2 -2
  23. package/package.json +1 -1
  24. package/dist/_generated_documents-F3ZIS3JM.js +0 -4
  25. package/dist/chunk-CHUY7Y2H.js.map +0 -1
  26. package/dist/chunk-F4NHYL2R.cjs.map +0 -1
  27. package/dist/chunk-SQU7RYLF.cjs.map +0 -1
  28. package/dist/chunk-YWW2VBNQ.js.map +0 -1
@@ -454,6 +454,7 @@ type ChatCreateInput = {
454
454
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
455
455
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
456
456
  project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
457
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
457
458
  };
458
459
  type ChatCreateManyDesktopDeviceInput = {
459
460
  closedAt?: InputMaybe<Scalars['DateTime']>;
@@ -464,6 +465,7 @@ type ChatCreateManyDesktopDeviceInput = {
464
465
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
465
466
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
466
467
  projectId?: InputMaybe<Scalars['String']>;
468
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
467
469
  };
468
470
  type ChatCreateManyDesktopDeviceInputEnvelope = {
469
471
  data: Array<ChatCreateManyDesktopDeviceInput>;
@@ -478,6 +480,7 @@ type ChatCreateManyProjectInput = {
478
480
  originMeta?: InputMaybe<Scalars['JSON']>;
479
481
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
480
482
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
483
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
481
484
  };
482
485
  type ChatCreateManyProjectInputEnvelope = {
483
486
  data: Array<ChatCreateManyProjectInput>;
@@ -542,6 +545,7 @@ type ChatCreateWithoutArtifactsInput = {
542
545
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
543
546
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
544
547
  project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
548
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
545
549
  };
546
550
  type ChatCreateWithoutDesktopDeviceInput = {
547
551
  agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
@@ -555,6 +559,7 @@ type ChatCreateWithoutDesktopDeviceInput = {
555
559
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
556
560
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
557
561
  project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
562
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
558
563
  };
559
564
  type ChatCreateWithoutInsightInput = {
560
565
  agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
@@ -568,6 +573,7 @@ type ChatCreateWithoutInsightInput = {
568
573
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
569
574
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
570
575
  project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
576
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
571
577
  };
572
578
  type ChatCreateWithoutMessagesInput = {
573
579
  agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
@@ -581,6 +587,7 @@ type ChatCreateWithoutMessagesInput = {
581
587
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
582
588
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
583
589
  project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
590
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
584
591
  };
585
592
  type ChatCreateWithoutProjectInput = {
586
593
  agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
@@ -594,6 +601,7 @@ type ChatCreateWithoutProjectInput = {
594
601
  originMeta?: InputMaybe<Scalars['JSON']>;
595
602
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
596
603
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
604
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
597
605
  };
598
606
  type ChatImportExecuteInput = {
599
607
  files: Array<ChatImportFileInput>;
@@ -868,6 +876,7 @@ type ChatOrderByWithRelationInput = {
868
876
  piiSanitizationEnabled?: InputMaybe<SortOrder>;
869
877
  project?: InputMaybe<ProjectOrderByWithRelationInput>;
870
878
  projectId?: InputMaybe<SortOrderInput>;
879
+ reasoningEffort?: InputMaybe<SortOrder>;
871
880
  updatedAt?: InputMaybe<SortOrder>;
872
881
  };
873
882
  type ChatScalarRelationFilter = {
@@ -888,6 +897,7 @@ type ChatScalarWhereInput = {
888
897
  piiMaskRules?: InputMaybe<JsonFilter>;
889
898
  piiSanitizationEnabled?: InputMaybe<BoolFilter>;
890
899
  projectId?: InputMaybe<StringFilter>;
900
+ reasoningEffort?: InputMaybe<EnumReasoningEffortFilter>;
891
901
  updatedAt?: InputMaybe<DateTimeFilter>;
892
902
  };
893
903
  declare enum ChatSourceImportFidelityEnum {
@@ -920,6 +930,7 @@ type ChatUpdateInput = {
920
930
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
921
931
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
922
932
  project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
933
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
923
934
  };
924
935
  type ChatUpdateManyMutationInput = {
925
936
  closedAt?: InputMaybe<Scalars['DateTime']>;
@@ -928,6 +939,7 @@ type ChatUpdateManyMutationInput = {
928
939
  originMeta?: InputMaybe<Scalars['JSON']>;
929
940
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
930
941
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
942
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
931
943
  };
932
944
  type ChatUpdateManyWithWhereWithoutDesktopDeviceInput = {
933
945
  data: ChatUpdateManyMutationInput;
@@ -1020,6 +1032,7 @@ type ChatUpdateWithoutArtifactsInput = {
1020
1032
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
1021
1033
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
1022
1034
  project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
1035
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
1023
1036
  };
1024
1037
  type ChatUpdateWithoutDesktopDeviceInput = {
1025
1038
  agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
@@ -1033,6 +1046,7 @@ type ChatUpdateWithoutDesktopDeviceInput = {
1033
1046
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
1034
1047
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
1035
1048
  project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
1049
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
1036
1050
  };
1037
1051
  type ChatUpdateWithoutInsightInput = {
1038
1052
  agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
@@ -1046,6 +1060,7 @@ type ChatUpdateWithoutInsightInput = {
1046
1060
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
1047
1061
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
1048
1062
  project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
1063
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
1049
1064
  };
1050
1065
  type ChatUpdateWithoutMessagesInput = {
1051
1066
  agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
@@ -1059,6 +1074,7 @@ type ChatUpdateWithoutMessagesInput = {
1059
1074
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
1060
1075
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
1061
1076
  project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
1077
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
1062
1078
  };
1063
1079
  type ChatUpdateWithoutProjectInput = {
1064
1080
  agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
@@ -1072,6 +1088,7 @@ type ChatUpdateWithoutProjectInput = {
1072
1088
  originMeta?: InputMaybe<Scalars['JSON']>;
1073
1089
  piiMaskRules?: InputMaybe<Scalars['JSON']>;
1074
1090
  piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
1091
+ reasoningEffort?: InputMaybe<ReasoningEffort>;
1075
1092
  };
1076
1093
  type ChatUpsertWithWhereUniqueWithoutDesktopDeviceInput = {
1077
1094
  create: ChatCreateWithoutDesktopDeviceInput;
@@ -1118,6 +1135,7 @@ type ChatWhereInput = {
1118
1135
  piiSanitizationEnabled?: InputMaybe<BoolFilter>;
1119
1136
  project?: InputMaybe<ProjectScalarRelationFilter>;
1120
1137
  projectId?: InputMaybe<StringFilter>;
1138
+ reasoningEffort?: InputMaybe<EnumReasoningEffortFilter>;
1121
1139
  updatedAt?: InputMaybe<DateTimeFilter>;
1122
1140
  };
1123
1141
  type ChatWhereUniqueInput = {
@@ -1140,6 +1158,7 @@ type ChatWhereUniqueInput = {
1140
1158
  piiSanitizationEnabled?: InputMaybe<BoolFilter>;
1141
1159
  project?: InputMaybe<ProjectScalarRelationFilter>;
1142
1160
  projectId?: InputMaybe<StringFilter>;
1161
+ reasoningEffort?: InputMaybe<EnumReasoningEffortFilter>;
1143
1162
  updatedAt?: InputMaybe<DateTimeFilter>;
1144
1163
  };
1145
1164
  type ContentBlockCreateManyChatMessageInput = {
@@ -1893,6 +1912,12 @@ type EnumPulseEventPriorityFilter = {
1893
1912
  not?: InputMaybe<EnumPulseEventPriorityFilter>;
1894
1913
  notIn?: InputMaybe<Array<PulseEventPriority>>;
1895
1914
  };
1915
+ type EnumReasoningEffortFilter = {
1916
+ equals?: InputMaybe<ReasoningEffort>;
1917
+ in?: InputMaybe<Array<ReasoningEffort>>;
1918
+ not?: InputMaybe<EnumReasoningEffortFilter>;
1919
+ notIn?: InputMaybe<Array<ReasoningEffort>>;
1920
+ };
1896
1921
  type EnumRelationTypeFilter = {
1897
1922
  equals?: InputMaybe<RelationType>;
1898
1923
  in?: InputMaybe<Array<RelationType>>;
@@ -3231,6 +3256,12 @@ declare enum QueryMode {
3231
3256
  Default = "default",
3232
3257
  Insensitive = "insensitive"
3233
3258
  }
3259
+ declare enum ReasoningEffort {
3260
+ High = "high",
3261
+ Low = "low",
3262
+ Medium = "medium",
3263
+ None = "none"
3264
+ }
3234
3265
  type ReasoningEventOutput = {
3235
3266
  __typename?: 'ReasoningEventOutput';
3236
3267
  delta: Scalars['String'];
@@ -4236,6 +4267,7 @@ type ChatFragment = {
4236
4267
  piiMaskRules?: any | null;
4237
4268
  piiSanitizationEnabled: boolean;
4238
4269
  projectId?: string | null;
4270
+ reasoningEffort: ReasoningEffort;
4239
4271
  sourceProvider?: ChatSourceProviderEnum | null;
4240
4272
  updatedAt: string;
4241
4273
  desktopDevice?: {
@@ -4266,6 +4298,7 @@ type ChatConnectionFragment = {
4266
4298
  piiMaskRules?: any | null;
4267
4299
  piiSanitizationEnabled: boolean;
4268
4300
  projectId?: string | null;
4301
+ reasoningEffort: ReasoningEffort;
4269
4302
  sourceProvider?: ChatSourceProviderEnum | null;
4270
4303
  updatedAt: string;
4271
4304
  desktopDevice?: {
@@ -4559,18 +4592,31 @@ type DesktopDeviceFragment = {
4559
4592
  platform?: string | null;
4560
4593
  updatedAt: string;
4561
4594
  };
4562
- type DesktopDeviceModelFragment = {
4563
- __typename: 'DesktopDeviceModel';
4564
- appVersion?: string | null;
4565
- deviceId: string;
4566
- deviceLabel: string;
4567
- deviceType?: string | null;
4568
- lastSeenAt?: string | null;
4569
- manufacturer?: string | null;
4570
- modelName?: string | null;
4571
- modelYear?: number | null;
4572
- platform?: string | null;
4573
- state: LocalSandboxDeviceConnectionState;
4595
+ type DesktopDeviceConnectionFragment = {
4596
+ __typename: 'DesktopDeviceConnection';
4597
+ totalCount: number;
4598
+ nodes?: Array<{
4599
+ __typename: 'DesktopDevice';
4600
+ appVersion?: string | null;
4601
+ createdAt: string;
4602
+ deviceLabel: string;
4603
+ deviceType?: string | null;
4604
+ id: string;
4605
+ lastSeenAt?: string | null;
4606
+ macAddress?: string | null;
4607
+ manufacturer?: string | null;
4608
+ modelName?: string | null;
4609
+ modelYear?: number | null;
4610
+ platform?: string | null;
4611
+ updatedAt: string;
4612
+ }> | null;
4613
+ pageInfo: {
4614
+ __typename?: 'PageInfo';
4615
+ endCursor?: string | null;
4616
+ hasNextPage: boolean;
4617
+ hasPreviousPage: boolean;
4618
+ startCursor?: string | null;
4619
+ };
4574
4620
  };
4575
4621
  type DevAccessTokenOutputFragment = {
4576
4622
  __typename: 'DevAccessTokenOutput';
@@ -5474,41 +5520,6 @@ type LiveContextConnectionFragment = {
5474
5520
  startCursor?: string | null;
5475
5521
  };
5476
5522
  };
5477
- type LocalRuntimeDeviceModelFragment = {
5478
- __typename: 'LocalRuntimeDeviceModel';
5479
- deviceId: string;
5480
- deviceType?: string | null;
5481
- isPreferred: boolean;
5482
- isResolved: boolean;
5483
- label: string;
5484
- lastSeenAt?: string | null;
5485
- manufacturer?: string | null;
5486
- modelName?: string | null;
5487
- modelYear?: number | null;
5488
- platform?: string | null;
5489
- state: LocalSandboxDeviceConnectionState;
5490
- };
5491
- type LocalRuntimeOverviewModelFragment = {
5492
- __typename: 'LocalRuntimeOverviewModel';
5493
- connectedDeviceCount: number;
5494
- resolvedDeviceId?: string | null;
5495
- resolvedDeviceLabel?: string | null;
5496
- state: LocalSandboxDeviceConnectionState;
5497
- devices: Array<{
5498
- __typename: 'LocalRuntimeDeviceModel';
5499
- deviceId: string;
5500
- deviceType?: string | null;
5501
- isPreferred: boolean;
5502
- isResolved: boolean;
5503
- label: string;
5504
- lastSeenAt?: string | null;
5505
- manufacturer?: string | null;
5506
- modelName?: string | null;
5507
- modelYear?: number | null;
5508
- platform?: string | null;
5509
- state: LocalSandboxDeviceConnectionState;
5510
- }>;
5511
- };
5512
5523
  type LocalSandboxDeviceStatusModelFragment = {
5513
5524
  __typename: 'LocalSandboxDeviceStatusModel';
5514
5525
  deviceId: string;
@@ -6520,7 +6531,6 @@ type ScheduleWorkspaceDeletionMutationVariables = Exact<{
6520
6531
  type SendMessageMutationVariables = Exact<{
6521
6532
  chatId: Scalars['String'];
6522
6533
  content: Scalars['String'];
6523
- extendedThinking?: InputMaybe<Scalars['Boolean']>;
6524
6534
  hiddenContext?: InputMaybe<Scalars['String']>;
6525
6535
  isVoiceInput: Scalars['Boolean'];
6526
6536
  isVoiceOutput: Scalars['Boolean'];
@@ -6803,8 +6813,28 @@ type DatabasesQueryVariables = Exact<{
6803
6813
  last?: InputMaybe<Scalars['Int']>;
6804
6814
  orderBy?: InputMaybe<Array<DatabaseOrderByWithRelationInput> | DatabaseOrderByWithRelationInput>;
6805
6815
  }>;
6816
+ type DesktopDeviceQueryVariables = Exact<{
6817
+ id: Scalars['ID'];
6818
+ }>;
6819
+ type DesktopDevice_ChatsQueryVariables = Exact<{
6820
+ id: Scalars['ID'];
6821
+ after?: InputMaybe<Scalars['String']>;
6822
+ before?: InputMaybe<Scalars['String']>;
6823
+ filter?: InputMaybe<ChatWhereInput>;
6824
+ first?: InputMaybe<Scalars['Int']>;
6825
+ last?: InputMaybe<Scalars['Int']>;
6826
+ orderBy?: InputMaybe<Array<ChatOrderByWithRelationInput> | ChatOrderByWithRelationInput>;
6827
+ }>;
6828
+ type DesktopDevice_DesktopBindingsQueryVariables = Exact<{
6829
+ id: Scalars['ID'];
6830
+ }>;
6806
6831
  type DesktopDevicesQueryVariables = Exact<{
6807
- [key: string]: never;
6832
+ after?: InputMaybe<Scalars['String']>;
6833
+ before?: InputMaybe<Scalars['String']>;
6834
+ filter?: InputMaybe<DesktopDeviceWhereInput>;
6835
+ first?: InputMaybe<Scalars['Int']>;
6836
+ last?: InputMaybe<Scalars['Int']>;
6837
+ orderBy?: InputMaybe<Array<DesktopDeviceOrderByWithRelationInput> | DesktopDeviceOrderByWithRelationInput>;
6808
6838
  }>;
6809
6839
  type DocumentQueryVariables = Exact<{
6810
6840
  id: Scalars['ID'];
@@ -7039,14 +7069,8 @@ type LiveContextsQueryVariables = Exact<{
7039
7069
  last?: InputMaybe<Scalars['Int']>;
7040
7070
  orderBy?: InputMaybe<Array<LiveContextOrderByWithRelationInput> | LiveContextOrderByWithRelationInput>;
7041
7071
  }>;
7042
- type LocalRuntimeOverviewQueryVariables = Exact<{
7043
- preferredDeviceId?: InputMaybe<Scalars['String']>;
7044
- }>;
7045
- type LocalRuntimeOverview_DevicesQueryVariables = Exact<{
7046
- preferredDeviceId?: InputMaybe<Scalars['String']>;
7047
- }>;
7048
- type LocalSandboxDeviceStatusQueryVariables = Exact<{
7049
- deviceId: Scalars['String'];
7072
+ type LocalSandboxDeviceStatusesQueryVariables = Exact<{
7073
+ deviceIds: Array<Scalars['String']> | Scalars['String'];
7050
7074
  }>;
7051
7075
  type NotificationQueryVariables = Exact<{
7052
7076
  id: Scalars['ID'];
@@ -7312,4 +7336,4 @@ interface DvinaClientResult {
7312
7336
  */
7313
7337
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
7314
7338
 
7315
- export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Report_LayoutQueryVariables 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 InsightFragment as I, type ChatMessage_ContentsQueryVariables as J, ContentBlockType as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, Presentation as P, type Chat_MessagesQueryVariables as Q, ReportMemberSize as R, type ChatMessageConnectionFragment as S, type Chat_ProjectQueryVariables as T, type Project_ChatsQueryVariables as U, type Project_DesktopBindingQueryVariables as V, ProjectDesktopContextKind as W, type ProjectDesktopBindingFragment as X, type ProjectQueryVariables as Y, ProjectSource as Z, type ProjectFragment as _, ActionType as a, type DocumentFragment as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightQueryVariables as a2, type ArtifactConnectionFragment as a3, type AddInsightToReportMutationVariables as a4, type AgentQueryVariables as a5, type AgentsQueryVariables as a6, type ArtifactQueryVariables as a7, type Artifact_Chat_DesktopDeviceQueryVariables as a8, type Artifact_Chat_InsightQueryVariables as a9, type ChatQueryVariables as aA, type ChatTitleEventOutputFragment as aB, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aC, type Chat_Insight_ReportMembersQueryVariables as aD, type Chat_Insight_ThumbnailFileQueryVariables as aE, type Chat_Project_DesktopBindingQueryVariables as aF, type ChatsQueryVariables as aG, type ConnectIntegrationMutationVariables as aH, type CreateIntegrationOutputFragment as aI, type ConsumePulseEventsMutationVariables as aJ, type ContentMaskFragment as aK, type ContinueImportedChatMutationVariables as aL, type ContinueInterpretationMutationVariables as aM, type CreateAgentMutationVariables as aN, type CreateChatMutationVariables as aO, type CreateDatabaseMutationVariables as aP, type DatabaseFragment as aQ, type Database_EngineQueryVariables as aR, type DatabaseEngineFragment as aS, type DatabaseCatalogQueryVariables as aT, type DatabaseCatalogFragment as aU, type DatabaseCatalog_EngineQueryVariables as aV, type Database_TablesQueryVariables as aW, TableStatus as aX, type TableFragment as aY, type Table_DatabaseQueryVariables as aZ, type Table_DocumentQueryVariables as a_, type Artifact_Chat_ProjectQueryVariables as aa, type Artifact_Message_ChatQueryVariables as ab, type Artifact_Message_ContentsQueryVariables as ac, type Artifact_Message_FeedbackQueryVariables as ad, type ArtifactsQueryVariables as ae, type AudioEventOutputFragment as af, type CancelOauthFlowMutationVariables as ag, type CancelWorkspaceDeletionMutationVariables as ah, type CandidateFragment as ai, type LiveContextQueryVariables as aj, LiveContextStatus as ak, type LiveContextFragment as al, type LiveContext_ItemsQueryVariables as am, FeedActionType as an, type FeedItemGeneratedFragment as ao, type LiveContext_SourceQueryVariables as ap, type CandidateEvidenceFragment as aq, type ImportedChatSummaryOutputFragment as ar, type ChatImportExecuteOutputFragment as as, ChatSourceImportFidelityEnum as at, ChatSourceImportModeEnum as au, type ChatImportPreviewOutputFragment as av, type ChatMessage_Chat_DesktopDeviceQueryVariables as aw, type ChatMessage_Chat_InsightQueryVariables as ax, type ChatMessage_Chat_ProjectQueryVariables as ay, type ChatMessagesQueryVariables as az, type ActionFragment as b, type IntegrationFragment as b$, type Document_ContentsQueryVariables as b0, type DocumentContentFragment as b1, type DocumentQueryVariables as b2, type Document_FileQueryVariables as b3, type Document_FormatQueryVariables as b4, type DocumentFormatFragment as b5, type DocumentCatalogQueryVariables as b6, type DocumentCatalogFragment as b7, type DocumentCatalog_FormatQueryVariables as b8, type Document_TablesQueryVariables as b9, type DatabasesQueryVariables as bA, type DeepAnalysisUsageFragment as bB, type DeleteAgentMutationVariables as bC, type DeleteArtifactMutationVariables as bD, type DeleteChatMutationVariables as bE, type DeleteDatabaseMutationVariables as bF, type DeleteDocumentMutationVariables as bG, type DeleteFolderMutationVariables as bH, type DeleteInsightMutationVariables as bI, type DeleteInsightsMutationVariables as bJ, type DeleteIntegrationMutationVariables as bK, type DeleteProjectMutationVariables as bL, type DeleteReportMutationVariables as bM, type DeleteTableMutationVariables as bN, type DeleteUserSkillFileMutationVariables as bO, type DeleteUserSkillFolderMutationVariables as bP, LocalSandboxDeviceConnectionState as bQ, type DesktopDeviceModelFragment as bR, type DesktopDevicesQueryVariables as bS, type DevAccessTokenOutputFragment as bT, type DisconnectIntegrationMutationVariables as bU, type DismissPulseEventMutationVariables as bV, PulseEventPriority as bW, PulseEventKind as bX, type PulseEventFragment as bY, type PulseEvent_IntegrationQueryVariables as bZ, IntegrationStatus as b_, type Table_FromRelationsQueryVariables as ba, RelationType as bb, type RelationFragment as bc, type TableQueryVariables as bd, type Table_ToRelationsQueryVariables as be, type TableConnectionFragment as bf, type CreateDocumentMutationVariables as bg, type CreateFeedbackMutationVariables as bh, type CreateFolderMutationVariables as bi, type FolderFragment as bj, type CreateInsightMutationVariables as bk, type CreateIntegrationMutationVariables as bl, type CreateProjectMutationVariables as bm, type CreateReportMutationVariables as bn, type CreateTableMutationVariables as bo, type CreateUserSkillFileMutationVariables as bp, type UserSkillFileModelFragment as bq, type CreateUserSkillFolderMutationVariables as br, type UserSkillFolderModelFragment as bs, type CubeModelFragment as bt, type DatabaseCatalogConnectionFragment as bu, type DatabaseCatalogsQueryVariables as bv, type DatabaseConnectionFragment as bw, type DatabaseQueryVariables as bx, type DatabaseSchemaQueryVariables as by, type Database_Engine_CatalogQueryVariables as bz, ChatMessageFromEnum as c, type FeedItemFragment as c$, type Integration_ProviderQueryVariables as c0, type IntegrationProviderFragment as c1, type IntegrationCatalogQueryVariables as c2, type IntegrationCatalogFragment as c3, type IntegrationCatalog_ProviderQueryVariables as c4, type DocumentCatalogConnectionFragment as c5, type DocumentCatalogsQueryVariables as c6, type DocumentConnectionFragment as c7, type Document_Format_CatalogQueryVariables as c8, type DocumentsQueryVariables as c9, type UpdateInsightMutationVariables as cA, type UpdateInsightInReportMutationVariables as cB, type UpdateInsightThumbnailMutationVariables as cC, type UpdateInterpMutationVariables as cD, InterpretationType as cE, AiResourceType as cF, type InterpretationFragment as cG, type UpdateLiveContextMutationVariables as cH, type UpdateProjectMutationVariables as cI, type UpdatePulseTriggerMutationVariables as cJ, type PulseTriggerSettingModelFragment as cK, type UpdateReportMutationVariables as cL, type UpdateTableMutationVariables as cM, type UpdateUserSkillFileMutationVariables as cN, type UpdateUserSkillFolderMutationVariables as cO, type ExportQueryVariables as cP, type ExportWithInsightIdQueryVariables as cQ, type FeedItemQueryVariables as cR, FeedItemKind as cS, type FeedDocumentDataFragment as cT, type FeedArtifactDataFragment as cU, type FeedDatabaseDataFragment as cV, type FeedInsightDataFragment as cW, type FeedIntegrationDataFragment as cX, type FeedProjectDataFragment as cY, type FeedLiveContextDataFragment as cZ, type FeedPulseDataFragment as c_, type ChatStreamClient as ca, type ExecuteChatImportMutationVariables as cb, type GenerateUploadUriMutationVariables as cc, type FileModelFragment as cd, type PreviewChatImportMutationVariables as ce, type ReanalyzeDocumentMutationVariables as cf, type RefineAgentInstructionMutationVariables as cg, type RefineSkillInstructionMutationVariables as ch, type RefreshDatabaseSchemaMutationVariables as ci, type RefreshInsightMutationVariables as cj, type RegisterDesktopDeviceMutationVariables as ck, type ReinterpretSourceMutationVariables as cl, type ReinterpretSourcesOfuserMutationVariables as cm, type RelocateInsightMutationVariables as cn, type RemoveInsightFromReportMutationVariables as co, type ResolvePulseEventMutationVariables as cp, type WorkspaceDeleteScheduleFragment as cq, type SendMessageMutationVariables as cr, type SetDatabasePrimaryKeyMutationVariables as cs, type SyncProjectDesktopBindingMutationVariables as ct, type UpdateAgentMutationVariables as cu, type UpdateArtifactNameMutationVariables as cv, type UpdateChatMutationVariables as cw, type UpdateDatabaseMutationVariables as cx, type UpdateDocumentMutationVariables as cy, type UpdateFolderMutationVariables as cz, type ChatMessageFragment as d, type PulseEventConnectionFragment as d$, type FeedItem_ActionQueryVariables as d0, type FeedSendMessageActionFragment as d1, type FeedItem_DataQueryVariables as d2, type FeedItemsQueryVariables as d3, type FeedConnectionFragment as d4, type FileQueryVariables as d5, type FileMetaQueryVariables as d6, type FileUrlsQueryVariables as d7, type ResolvedFileUrlFragment as d8, type FindFitTierQueryVariables as d9, type IntegrationConnectionFragment as dA, type InterpretationsQueryVariables as dB, type InterpretationConnectionFragment as dC, type LiveContextsQueryVariables as dD, type LiveContextConnectionFragment as dE, type LocalRuntimeOverviewQueryVariables as dF, type LocalRuntimeDeviceModelFragment as dG, type LocalRuntimeOverviewModelFragment as dH, type LocalRuntimeOverview_DevicesQueryVariables as dI, type LocalSandboxDeviceStatusQueryVariables as dJ, type LocalSandboxDeviceStatusModelFragment as dK, type NotificationQueryVariables as dL, NotificationCategory as dM, NotificationPriority as dN, NotificationStatus as dO, type NotificationFragment as dP, type NotificationsQueryVariables as dQ, type NotificationConnectionFragment as dR, type NotificationsByReferenceQueryVariables as dS, type PrivacyStatsQueryVariables as dT, type PrivacyStatsFragment as dU, type ProjectsQueryVariables as dV, type ProjectConnectionFragment as dW, type PulseAppSummaryQueryVariables as dX, type PulseAppSummaryModelFragment as dY, type PulseEventQueryVariables as dZ, type PulseEventsQueryVariables as d_, EntitlementTier as da, type FolderQueryVariables as db, type FoldersQueryVariables as dc, type FolderConnectionFragment as dd, type GetCapabilityQueryVariables as de, type GetDevAccessTokenQueryVariables as df, type GetLimitQueryVariables as dg, type GetRemainingQueryVariables as dh, type GetTokenUsageByModelQueryVariables as di, type ModelTokenUsageFragment as dj, type GetTokenUsageHistoryQueryVariables as dk, type GetTokenUsageStatusQueryVariables as dl, TokenUsageLimit as dm, ActiveWindowType as dn, 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 ChatMessage_ArtifactsQueryVariables as e, type UserSkillFolderFragment as e$, type PulseTriggerSettingsQueryVariables as e0, type QueryQueryVariables as e1, type QueryWithInsightIdQueryVariables as e2, type QueryWithMessageIdQueryVariables as e3, type ReportsQueryVariables as e4, type TablesQueryVariables as e5, type UserSkillFileQueryVariables as e6, type UserSkillFilesQueryVariables as e7, type UserSkillFolderQueryVariables as e8, type UserSkillFoldersQueryVariables as e9, type MessageEndEventOutputFragment as eA, type MessageStartEventOutputFragment as eB, type ProgressSummaryEventOutputFragment as eC, type Project_DesktopBinding_DeviceQueryVariables as eD, type PulseEvent_Integration_ProviderQueryVariables as eE, type ReasoningEventOutputFragment as eF, type ResetWorkspaceMutationVariables as eG, type ScheduleWorkspaceDeletionMutationVariables as eH, type TextBlockEventOutputFragment as eI, type TextDeltaEventOutputFragment as eJ, type WidgetBlockStartEventOutputFragment as eK, type WidgetHtmlDeltaEventOutputFragment as eL, type WidgetBlockCompleteEventOutputFragment as eM, type WidgetBlockErrorEventOutputFragment as eN, type ToolStartEventOutputFragment as eO, type ToolInputDeltaEventOutputFragment as eP, type ToolResultArtifactOutputFragment as eQ, type ToolResultEventOutputFragment as eR, type StreamEventSchemaAnchorFragment as eS, type SyncEventFragment as eT, type SyncEventCursorFragment as eU, type Table_Database_EngineQueryVariables as eV, type Table_Document_ContentsQueryVariables as eW, type Table_Document_FileQueryVariables as eX, type Table_Document_FormatQueryVariables as eY, type TokenUsageFragment as eZ, type UserSkillFileFragment as e_, type WorkspaceDeletionScheduleQueryVariables as ea, type McpAuthUpdatesSubscriptionVariables as eb, McpAuthPhase as ec, type McpAuthUpdateModelFragment as ed, type TokenUsageUpdatesSubscriptionVariables as ee, type EvidenceFragment as ef, type FailedSyncEventIngestionFragment as eg, type StreamMessageContentOutputFragment as eh, type StreamMessageOutputFragment as ei, type UsageMetaOutputFragment as ej, type FinalContentEventOutputFragment as ek, type GetTokenUsageStatus_Windows_DayQueryVariables as el, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as em, type GetTokenUsageStatus_Windows_MonthQueryVariables as en, type GetTokenUsageStatus_Windows_WeekQueryVariables as eo, type InferenceRequestAuditFragment as ep, type Insight_Chat_DesktopDeviceQueryVariables as eq, type Insight_Chat_ProjectQueryVariables as er, type Integration_Provider_CatalogQueryVariables as es, type InvocationFragment as et, type LiveContext_Source_EvidencesQueryVariables as eu, type McpClientInformationFragment as ev, type McpCodeVerifierFragment as ew, type McpServerFragment as ex, type McpTokensFragment as ey, type McpToolFragment as ez, ArtifactKind as f, type ActiveChatStreamClient as f0, type ActiveChatStreamListener as f1, type ActiveChatStreamListenerHandlers as f2, AgentOrderByRelevanceFieldEnum as f3, ArtifactOrderByRelevanceFieldEnum as f4, CapabilityType as f5, ChatMessageOrderByRelevanceFieldEnum as f6, ChatOrderByRelevanceFieldEnum as f7, type ChatStreamClientOptions as f8, type ChatStreamEvent as f9, QueryMode as fA, ReportOrderByRelevanceFieldEnum as fB, SendMessageModel as fC, SortOrder as fD, TableOrderByRelevanceFieldEnum as fE, UsageHistoryGranularity as fF, createChatStreamClient as fG, createDvinaClient as fH, type ChatStreamListener as fa, type ChatStreamListenerHandlers as fb, DatabaseCatalogOrderByRelevanceFieldEnum as fc, DatabaseOrderByRelevanceFieldEnum as fd, DesktopDeviceOrderByRelevanceFieldEnum as fe, DocumentCatalogOrderByRelevanceFieldEnum as ff, DocumentOrderByRelevanceFieldEnum as fg, type DvinaSdkBaseOptions as fh, type DvinaSdkCallbackOptions as fi, type DvinaSdkTokenOptions as fj, FeedItemOrderByRelevanceFieldEnum as fk, FeedbackOrderByRelevanceFieldEnum as fl, FileOrderByRelevanceFieldEnum as fm, FileUrlVariant as fn, FolderOrderByRelevanceFieldEnum as fo, InsightOrderByRelevanceFieldEnum as fp, IntegrationCatalogOrderByRelevanceFieldEnum as fq, IntegrationOrderByRelevanceFieldEnum as fr, InterpretationOrderByRelevanceFieldEnum as fs, LimitType as ft, LiveContextOrderByRelevanceFieldEnum as fu, NotificationOrderByRelevanceFieldEnum as fv, NullsOrder as fw, ProjectDesktopBindingOrderByRelevanceFieldEnum as fx, ProjectOrderByRelevanceFieldEnum as fy, PulseEventOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type Chat_InsightQueryVariables as s, type Insight_ChatQueryVariables as t, type Insight_ReportMembersQueryVariables as u, type ReportMemberFragment as v, type ReportQueryVariables as w, type ReportFragment as x, type Report_InsightsQueryVariables as y, type InsightConnectionFragment as z };
7339
+ export { type Insight_ThumbnailFileQueryVariables as $, type AbortChatMutationVariables as A, type Artifact_FileQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_MessageQueryVariables as E, type FileFragment as F, type ChatMessage_ChatQueryVariables as G, type ChatMessage_ContentsQueryVariables as H, ContentBlockType as I, type ContentBlockFragment as J, type ChatMessage_FeedbackQueryVariables as K, FeedbackType as L, type FeedbackFragment as M, type Chat_InsightQueryVariables as N, type Insight_ChatQueryVariables as O, ProjectDesktopContextKind as P, type Insight_ReportMembersQueryVariables as Q, ReasoningEffort as R, ReportMemberSize as S, Presentation as T, type ReportMemberFragment as U, type ReportQueryVariables as V, type ReportFragment as W, type Report_InsightsQueryVariables as X, type InsightFragment as Y, type Insight_ReportsQueryVariables as Z, type ReportConnectionFragment as _, ActionType as a, TableStatus as a$, type InsightConnectionFragment as a0, type Report_LayoutQueryVariables as a1, type InsightQueryVariables as a2, type Chat_MessagesQueryVariables as a3, type ChatMessageConnectionFragment as a4, type Chat_ProjectQueryVariables as a5, type DesktopDeviceQueryVariables as a6, type ArtifactConnectionFragment as a7, type AddInsightToReportMutationVariables as a8, type AgentQueryVariables as a9, type ChatMessage_Chat_DesktopDeviceQueryVariables as aA, type ChatMessage_Chat_InsightQueryVariables as aB, type ChatMessage_Chat_ProjectQueryVariables as aC, type ChatMessagesQueryVariables as aD, type ChatQueryVariables as aE, type ChatTitleEventOutputFragment as aF, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aG, type Chat_Insight_ReportMembersQueryVariables as aH, type Chat_Insight_ThumbnailFileQueryVariables as aI, type Chat_Project_DesktopBindingQueryVariables as aJ, type ChatsQueryVariables as aK, type ConnectIntegrationMutationVariables as aL, type CreateIntegrationOutputFragment as aM, type ConsumePulseEventsMutationVariables as aN, type ContentMaskFragment as aO, type ContinueImportedChatMutationVariables as aP, type ContinueInterpretationMutationVariables as aQ, type CreateAgentMutationVariables as aR, type CreateChatMutationVariables as aS, type CreateDatabaseMutationVariables as aT, type DatabaseFragment as aU, type Database_EngineQueryVariables as aV, type DatabaseEngineFragment as aW, type DatabaseCatalogQueryVariables as aX, type DatabaseCatalogFragment as aY, type DatabaseCatalog_EngineQueryVariables as aZ, type Database_TablesQueryVariables as a_, type AgentsQueryVariables as aa, type ArtifactQueryVariables as ab, type Artifact_Chat_DesktopDeviceQueryVariables as ac, type Artifact_Chat_InsightQueryVariables as ad, type Artifact_Chat_ProjectQueryVariables as ae, type Artifact_Message_ChatQueryVariables as af, type Artifact_Message_ContentsQueryVariables as ag, type Artifact_Message_FeedbackQueryVariables as ah, type ArtifactsQueryVariables as ai, type AudioEventOutputFragment as aj, type CancelOauthFlowMutationVariables as ak, type CancelWorkspaceDeletionMutationVariables as al, type CandidateFragment as am, type LiveContextQueryVariables as an, LiveContextStatus as ao, type LiveContextFragment as ap, type LiveContext_ItemsQueryVariables as aq, FeedActionType as ar, type FeedItemGeneratedFragment as as, type LiveContext_SourceQueryVariables as at, type CandidateEvidenceFragment as au, type ImportedChatSummaryOutputFragment as av, type ChatImportExecuteOutputFragment as aw, ChatSourceImportFidelityEnum as ax, ChatSourceImportModeEnum as ay, type ChatImportPreviewOutputFragment as az, type ActionFragment as b, type PulseEventFragment as b$, type TableFragment as b0, type Table_DatabaseQueryVariables as b1, type Table_DocumentQueryVariables as b2, type DocumentFragment as b3, type Document_ContentsQueryVariables as b4, type DocumentContentFragment as b5, type DocumentQueryVariables as b6, type Document_FileQueryVariables as b7, type Document_FormatQueryVariables as b8, type DocumentFormatFragment as b9, type DatabaseConnectionFragment as bA, type DatabaseQueryVariables as bB, type DatabaseSchemaQueryVariables as bC, type Database_Engine_CatalogQueryVariables as bD, type DatabasesQueryVariables as bE, type DeepAnalysisUsageFragment as bF, type DeleteAgentMutationVariables as bG, type DeleteArtifactMutationVariables as bH, type DeleteChatMutationVariables as bI, type DeleteDatabaseMutationVariables as bJ, type DeleteDocumentMutationVariables as bK, type DeleteFolderMutationVariables as bL, type DeleteInsightMutationVariables as bM, type DeleteInsightsMutationVariables as bN, type DeleteIntegrationMutationVariables as bO, type DeleteProjectMutationVariables as bP, type DeleteReportMutationVariables as bQ, type DeleteTableMutationVariables as bR, type DeleteUserSkillFileMutationVariables as bS, type DeleteUserSkillFolderMutationVariables as bT, type DesktopDeviceConnectionFragment as bU, type DesktopDevicesQueryVariables as bV, type DevAccessTokenOutputFragment as bW, type DisconnectIntegrationMutationVariables as bX, type DismissPulseEventMutationVariables as bY, PulseEventPriority as bZ, PulseEventKind as b_, type DocumentCatalogQueryVariables as ba, type DocumentCatalogFragment as bb, type DocumentCatalog_FormatQueryVariables as bc, type Document_TablesQueryVariables as bd, type Table_FromRelationsQueryVariables as be, RelationType as bf, type RelationFragment as bg, type TableQueryVariables as bh, type Table_ToRelationsQueryVariables as bi, type TableConnectionFragment as bj, type CreateDocumentMutationVariables as bk, type CreateFeedbackMutationVariables as bl, type CreateFolderMutationVariables as bm, type FolderFragment as bn, type CreateInsightMutationVariables as bo, type CreateIntegrationMutationVariables as bp, type CreateProjectMutationVariables as bq, type CreateReportMutationVariables as br, type CreateTableMutationVariables as bs, type CreateUserSkillFileMutationVariables as bt, type UserSkillFileModelFragment as bu, type CreateUserSkillFolderMutationVariables as bv, type UserSkillFolderModelFragment as bw, type CubeModelFragment as bx, type DatabaseCatalogConnectionFragment as by, type DatabaseCatalogsQueryVariables as bz, ChatMessageFromEnum as c, type FeedProjectDataFragment as c$, type PulseEvent_IntegrationQueryVariables as c0, IntegrationStatus as c1, type IntegrationFragment as c2, type Integration_ProviderQueryVariables as c3, type IntegrationProviderFragment as c4, type IntegrationCatalogQueryVariables as c5, type IntegrationCatalogFragment as c6, type IntegrationCatalog_ProviderQueryVariables as c7, type DocumentCatalogConnectionFragment as c8, type DocumentCatalogsQueryVariables as c9, type UpdateDatabaseMutationVariables as cA, type UpdateDocumentMutationVariables as cB, type UpdateFolderMutationVariables as cC, type UpdateInsightMutationVariables as cD, type UpdateInsightInReportMutationVariables as cE, type UpdateInsightThumbnailMutationVariables as cF, type UpdateInterpMutationVariables as cG, InterpretationType as cH, AiResourceType as cI, type InterpretationFragment as cJ, type UpdateLiveContextMutationVariables as cK, type UpdateProjectMutationVariables as cL, type UpdatePulseTriggerMutationVariables as cM, type PulseTriggerSettingModelFragment as cN, type UpdateReportMutationVariables as cO, type UpdateTableMutationVariables as cP, type UpdateUserSkillFileMutationVariables as cQ, type UpdateUserSkillFolderMutationVariables as cR, type ExportQueryVariables as cS, type ExportWithInsightIdQueryVariables as cT, type FeedItemQueryVariables as cU, FeedItemKind as cV, type FeedDocumentDataFragment as cW, type FeedArtifactDataFragment as cX, type FeedDatabaseDataFragment as cY, type FeedInsightDataFragment as cZ, type FeedIntegrationDataFragment as c_, type DocumentConnectionFragment as ca, type Document_Format_CatalogQueryVariables as cb, type DocumentsQueryVariables as cc, type ChatStreamClient as cd, type ExecuteChatImportMutationVariables as ce, type GenerateUploadUriMutationVariables as cf, type FileModelFragment as cg, type PreviewChatImportMutationVariables as ch, type ReanalyzeDocumentMutationVariables as ci, type RefineAgentInstructionMutationVariables as cj, type RefineSkillInstructionMutationVariables as ck, type RefreshDatabaseSchemaMutationVariables as cl, type RefreshInsightMutationVariables as cm, type RegisterDesktopDeviceMutationVariables as cn, type ReinterpretSourceMutationVariables as co, type ReinterpretSourcesOfuserMutationVariables as cp, type RelocateInsightMutationVariables as cq, type RemoveInsightFromReportMutationVariables as cr, type ResolvePulseEventMutationVariables as cs, type WorkspaceDeleteScheduleFragment as ct, type SendMessageMutationVariables as cu, type SetDatabasePrimaryKeyMutationVariables as cv, type SyncProjectDesktopBindingMutationVariables as cw, type UpdateAgentMutationVariables as cx, type UpdateArtifactNameMutationVariables as cy, type UpdateChatMutationVariables as cz, type ChatMessageFragment as d, type PulseEventConnectionFragment as d$, type FeedLiveContextDataFragment as d0, type FeedPulseDataFragment as d1, type FeedItemFragment as d2, type FeedItem_ActionQueryVariables as d3, type FeedSendMessageActionFragment as d4, type FeedItem_DataQueryVariables as d5, type FeedItemsQueryVariables as d6, type FeedConnectionFragment as d7, type FileQueryVariables as d8, type FileMetaQueryVariables as d9, type IntegrationCatalogsQueryVariables as dA, type IntegrationCatalogConnectionFragment as dB, type IntegrationsQueryVariables as dC, type IntegrationConnectionFragment as dD, type InterpretationsQueryVariables as dE, type InterpretationConnectionFragment as dF, type LiveContextsQueryVariables as dG, type LiveContextConnectionFragment as dH, type LocalSandboxDeviceStatusesQueryVariables as dI, LocalSandboxDeviceConnectionState as dJ, type LocalSandboxDeviceStatusModelFragment as dK, type NotificationQueryVariables as dL, NotificationCategory as dM, NotificationPriority as dN, NotificationStatus as dO, type NotificationFragment as dP, type NotificationsQueryVariables as dQ, type NotificationConnectionFragment as dR, type NotificationsByReferenceQueryVariables as dS, type PrivacyStatsQueryVariables as dT, type PrivacyStatsFragment as dU, type ProjectsQueryVariables as dV, type ProjectConnectionFragment as dW, type PulseAppSummaryQueryVariables as dX, type PulseAppSummaryModelFragment as dY, type PulseEventQueryVariables as dZ, type PulseEventsQueryVariables as d_, type FileUrlsQueryVariables as da, type ResolvedFileUrlFragment as db, type FindFitTierQueryVariables as dc, EntitlementTier as dd, type FolderQueryVariables as de, type FoldersQueryVariables as df, type FolderConnectionFragment as dg, type GetCapabilityQueryVariables as dh, type GetDevAccessTokenQueryVariables as di, type GetLimitQueryVariables as dj, type GetRemainingQueryVariables as dk, type GetTokenUsageByModelQueryVariables as dl, type ModelTokenUsageFragment as dm, type GetTokenUsageHistoryQueryVariables as dn, type GetTokenUsageStatusQueryVariables as dp, TokenUsageLimit as dq, ActiveWindowType as dr, type WindowDetailTypeFragment as ds, type UsageWindowsStatusTypeFragment as dt, type UsageStatusFragment as du, type GetTokenUsageStatus_WindowsQueryVariables as dv, type GetUsageQueryVariables as dw, type InsightsQueryVariables as dx, type IntegrationQueryVariables as dy, type IntegrationCatalogToolsQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type UserSkillFolderFragment as e$, type PulseTriggerSettingsQueryVariables as e0, type QueryQueryVariables as e1, type QueryWithInsightIdQueryVariables as e2, type QueryWithMessageIdQueryVariables as e3, type ReportsQueryVariables as e4, type TablesQueryVariables as e5, type UserSkillFileQueryVariables as e6, type UserSkillFilesQueryVariables as e7, type UserSkillFolderQueryVariables as e8, type UserSkillFoldersQueryVariables as e9, type MessageEndEventOutputFragment as eA, type MessageStartEventOutputFragment as eB, type ProgressSummaryEventOutputFragment as eC, type Project_DesktopBinding_DeviceQueryVariables as eD, type PulseEvent_Integration_ProviderQueryVariables as eE, type ReasoningEventOutputFragment as eF, type ResetWorkspaceMutationVariables as eG, type ScheduleWorkspaceDeletionMutationVariables as eH, type TextBlockEventOutputFragment as eI, type TextDeltaEventOutputFragment as eJ, type WidgetBlockStartEventOutputFragment as eK, type WidgetHtmlDeltaEventOutputFragment as eL, type WidgetBlockCompleteEventOutputFragment as eM, type WidgetBlockErrorEventOutputFragment as eN, type ToolStartEventOutputFragment as eO, type ToolInputDeltaEventOutputFragment as eP, type ToolResultArtifactOutputFragment as eQ, type ToolResultEventOutputFragment as eR, type StreamEventSchemaAnchorFragment as eS, type SyncEventFragment as eT, type SyncEventCursorFragment as eU, type Table_Database_EngineQueryVariables as eV, type Table_Document_ContentsQueryVariables as eW, type Table_Document_FileQueryVariables as eX, type Table_Document_FormatQueryVariables as eY, type TokenUsageFragment as eZ, type UserSkillFileFragment as e_, type WorkspaceDeletionScheduleQueryVariables as ea, type McpAuthUpdatesSubscriptionVariables as eb, McpAuthPhase as ec, type McpAuthUpdateModelFragment as ed, type TokenUsageUpdatesSubscriptionVariables as ee, type EvidenceFragment as ef, type FailedSyncEventIngestionFragment as eg, type StreamMessageContentOutputFragment as eh, type StreamMessageOutputFragment as ei, type UsageMetaOutputFragment as ej, type FinalContentEventOutputFragment as ek, type GetTokenUsageStatus_Windows_DayQueryVariables as el, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as em, type GetTokenUsageStatus_Windows_MonthQueryVariables as en, type GetTokenUsageStatus_Windows_WeekQueryVariables as eo, type InferenceRequestAuditFragment as ep, type Insight_Chat_DesktopDeviceQueryVariables as eq, type Insight_Chat_ProjectQueryVariables as er, type Integration_Provider_CatalogQueryVariables as es, type InvocationFragment as et, type LiveContext_Source_EvidencesQueryVariables as eu, type McpClientInformationFragment as ev, type McpCodeVerifierFragment as ew, type McpServerFragment as ex, type McpTokensFragment as ey, type McpToolFragment as ez, ArtifactKind as f, type ActiveChatStreamClient as f0, type ActiveChatStreamListener as f1, type ActiveChatStreamListenerHandlers as f2, AgentOrderByRelevanceFieldEnum as f3, ArtifactOrderByRelevanceFieldEnum as f4, CapabilityType as f5, ChatMessageOrderByRelevanceFieldEnum as f6, ChatOrderByRelevanceFieldEnum as f7, type ChatStreamClientOptions as f8, type ChatStreamEvent as f9, QueryMode as fA, ReportOrderByRelevanceFieldEnum as fB, SendMessageModel as fC, SortOrder as fD, TableOrderByRelevanceFieldEnum as fE, UsageHistoryGranularity as fF, createChatStreamClient as fG, createDvinaClient as fH, type ChatStreamListener as fa, type ChatStreamListenerHandlers as fb, DatabaseCatalogOrderByRelevanceFieldEnum as fc, DatabaseOrderByRelevanceFieldEnum as fd, DesktopDeviceOrderByRelevanceFieldEnum as fe, DocumentCatalogOrderByRelevanceFieldEnum as ff, DocumentOrderByRelevanceFieldEnum as fg, type DvinaSdkBaseOptions as fh, type DvinaSdkCallbackOptions as fi, type DvinaSdkTokenOptions as fj, FeedItemOrderByRelevanceFieldEnum as fk, FeedbackOrderByRelevanceFieldEnum as fl, FileOrderByRelevanceFieldEnum as fm, FileUrlVariant as fn, FolderOrderByRelevanceFieldEnum as fo, InsightOrderByRelevanceFieldEnum as fp, IntegrationCatalogOrderByRelevanceFieldEnum as fq, IntegrationOrderByRelevanceFieldEnum as fr, InterpretationOrderByRelevanceFieldEnum as fs, LimitType as ft, LiveContextOrderByRelevanceFieldEnum as fu, NotificationOrderByRelevanceFieldEnum as fv, NullsOrder as fw, ProjectDesktopBindingOrderByRelevanceFieldEnum as fx, ProjectOrderByRelevanceFieldEnum as fy, PulseEventOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type DesktopDevice_ChatsQueryVariables as s, type DesktopDevice_DesktopBindingsQueryVariables as t, type ProjectDesktopBindingFragment as u, type ProjectQueryVariables as v, ProjectSource as w, type ProjectFragment as x, type Project_ChatsQueryVariables as y, type Project_DesktopBindingQueryVariables as z };