@dvina/sdk 4.0.199 → 4.0.206
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.
- package/dist/{_generated_documents-AR6ISLTA.cjs → _generated_documents-KJOJJM2L.cjs} +607 -599
- package/dist/{_generated_documents-AR6ISLTA.cjs.map → _generated_documents-KJOJJM2L.cjs.map} +1 -1
- package/dist/_generated_documents-RAV5MNHA.js +4 -0
- package/dist/{_generated_documents-XGXYPVHZ.js.map → _generated_documents-RAV5MNHA.js.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +1 -1
- package/dist/adapters/angular/index.d.ts +1 -1
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-SMEJRZG2.cjs → chunk-IQJIL4SQ.cjs} +656 -605
- package/dist/chunk-IQJIL4SQ.cjs.map +1 -0
- package/dist/{chunk-NE4IXNQK.js → chunk-MKWTSXJB.js} +35 -26
- package/dist/chunk-MKWTSXJB.js.map +1 -0
- package/dist/{chunk-U3M3VJSQ.js → chunk-PAYMMCFU.js} +72 -22
- package/dist/chunk-PAYMMCFU.js.map +1 -0
- package/dist/{chunk-SLPANKVO.cjs → chunk-XYIJYHQI.cjs} +36 -25
- package/dist/chunk-XYIJYHQI.cjs.map +1 -0
- package/dist/{client-VdxyMRd6.d.ts → client-CIQ4ru7O.d.ts} +66 -2
- package/dist/{client-Bcq6vHcs.d.cts → client-DCKAIoXm.d.cts} +66 -2
- package/dist/index.cjs +452 -444
- package/dist/index.d.cts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/_generated_documents-XGXYPVHZ.js +0 -4
- package/dist/chunk-NE4IXNQK.js.map +0 -1
- package/dist/chunk-SLPANKVO.cjs.map +0 -1
- package/dist/chunk-SMEJRZG2.cjs.map +0 -1
- package/dist/chunk-U3M3VJSQ.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>>;
|
|
@@ -1915,6 +1940,7 @@ declare enum FeedItemKind {
|
|
|
1915
1940
|
Insight = "insight",
|
|
1916
1941
|
Integration = "integration",
|
|
1917
1942
|
LiveContext = "live_context",
|
|
1943
|
+
Project = "project",
|
|
1918
1944
|
Pulse = "pulse"
|
|
1919
1945
|
}
|
|
1920
1946
|
declare enum FeedItemOrderByRelevanceFieldEnum {
|
|
@@ -3230,6 +3256,12 @@ declare enum QueryMode {
|
|
|
3230
3256
|
Default = "default",
|
|
3231
3257
|
Insensitive = "insensitive"
|
|
3232
3258
|
}
|
|
3259
|
+
declare enum ReasoningEffort {
|
|
3260
|
+
High = "high",
|
|
3261
|
+
Low = "low",
|
|
3262
|
+
Medium = "medium",
|
|
3263
|
+
None = "none"
|
|
3264
|
+
}
|
|
3233
3265
|
type ReasoningEventOutput = {
|
|
3234
3266
|
__typename?: 'ReasoningEventOutput';
|
|
3235
3267
|
delta: Scalars['String'];
|
|
@@ -4235,6 +4267,7 @@ type ChatFragment = {
|
|
|
4235
4267
|
piiMaskRules?: any | null;
|
|
4236
4268
|
piiSanitizationEnabled: boolean;
|
|
4237
4269
|
projectId?: string | null;
|
|
4270
|
+
reasoningEffort: ReasoningEffort;
|
|
4238
4271
|
sourceProvider?: ChatSourceProviderEnum | null;
|
|
4239
4272
|
updatedAt: string;
|
|
4240
4273
|
desktopDevice?: {
|
|
@@ -4265,6 +4298,7 @@ type ChatConnectionFragment = {
|
|
|
4265
4298
|
piiMaskRules?: any | null;
|
|
4266
4299
|
piiSanitizationEnabled: boolean;
|
|
4267
4300
|
projectId?: string | null;
|
|
4301
|
+
reasoningEffort: ReasoningEffort;
|
|
4268
4302
|
sourceProvider?: ChatSourceProviderEnum | null;
|
|
4269
4303
|
updatedAt: string;
|
|
4270
4304
|
desktopDevice?: {
|
|
@@ -4821,6 +4855,11 @@ type FeedConnectionFragment = {
|
|
|
4821
4855
|
__typename?: 'FeedItem';
|
|
4822
4856
|
id: string;
|
|
4823
4857
|
}>;
|
|
4858
|
+
} | {
|
|
4859
|
+
__typename: 'FeedProjectData';
|
|
4860
|
+
iconDataUrl?: string | null;
|
|
4861
|
+
kind: FeedItemKind;
|
|
4862
|
+
projectSource: ProjectSource;
|
|
4824
4863
|
} | {
|
|
4825
4864
|
__typename: 'FeedPulseData';
|
|
4826
4865
|
kind: FeedItemKind;
|
|
@@ -4829,6 +4868,11 @@ type FeedConnectionFragment = {
|
|
|
4829
4868
|
summary?: string | null;
|
|
4830
4869
|
};
|
|
4831
4870
|
}>;
|
|
4871
|
+
} | {
|
|
4872
|
+
__typename: 'FeedProjectData';
|
|
4873
|
+
iconDataUrl?: string | null;
|
|
4874
|
+
kind: FeedItemKind;
|
|
4875
|
+
projectSource: ProjectSource;
|
|
4832
4876
|
} | {
|
|
4833
4877
|
__typename: 'FeedPulseData';
|
|
4834
4878
|
kind: FeedItemKind;
|
|
@@ -4978,6 +5022,11 @@ type FeedItemFragment = {
|
|
|
4978
5022
|
__typename?: 'FeedItem';
|
|
4979
5023
|
id: string;
|
|
4980
5024
|
}>;
|
|
5025
|
+
} | {
|
|
5026
|
+
__typename: 'FeedProjectData';
|
|
5027
|
+
iconDataUrl?: string | null;
|
|
5028
|
+
kind: FeedItemKind;
|
|
5029
|
+
projectSource: ProjectSource;
|
|
4981
5030
|
} | {
|
|
4982
5031
|
__typename: 'FeedPulseData';
|
|
4983
5032
|
kind: FeedItemKind;
|
|
@@ -4986,6 +5035,11 @@ type FeedItemFragment = {
|
|
|
4986
5035
|
summary?: string | null;
|
|
4987
5036
|
};
|
|
4988
5037
|
}>;
|
|
5038
|
+
} | {
|
|
5039
|
+
__typename: 'FeedProjectData';
|
|
5040
|
+
iconDataUrl?: string | null;
|
|
5041
|
+
kind: FeedItemKind;
|
|
5042
|
+
projectSource: ProjectSource;
|
|
4989
5043
|
} | {
|
|
4990
5044
|
__typename: 'FeedPulseData';
|
|
4991
5045
|
kind: FeedItemKind;
|
|
@@ -5065,6 +5119,11 @@ type FeedLiveContextDataFragment = {
|
|
|
5065
5119
|
__typename?: 'FeedItem';
|
|
5066
5120
|
id: string;
|
|
5067
5121
|
}>;
|
|
5122
|
+
} | {
|
|
5123
|
+
__typename: 'FeedProjectData';
|
|
5124
|
+
iconDataUrl?: string | null;
|
|
5125
|
+
kind: FeedItemKind;
|
|
5126
|
+
projectSource: ProjectSource;
|
|
5068
5127
|
} | {
|
|
5069
5128
|
__typename: 'FeedPulseData';
|
|
5070
5129
|
kind: FeedItemKind;
|
|
@@ -5074,6 +5133,12 @@ type FeedLiveContextDataFragment = {
|
|
|
5074
5133
|
};
|
|
5075
5134
|
}>;
|
|
5076
5135
|
};
|
|
5136
|
+
type FeedProjectDataFragment = {
|
|
5137
|
+
__typename: 'FeedProjectData';
|
|
5138
|
+
iconDataUrl?: string | null;
|
|
5139
|
+
kind: FeedItemKind;
|
|
5140
|
+
projectSource: ProjectSource;
|
|
5141
|
+
};
|
|
5077
5142
|
type FeedPulseDataFragment = {
|
|
5078
5143
|
__typename: 'FeedPulseData';
|
|
5079
5144
|
kind: FeedItemKind;
|
|
@@ -6488,7 +6553,6 @@ type ScheduleWorkspaceDeletionMutationVariables = Exact<{
|
|
|
6488
6553
|
type SendMessageMutationVariables = Exact<{
|
|
6489
6554
|
chatId: Scalars['String'];
|
|
6490
6555
|
content: Scalars['String'];
|
|
6491
|
-
extendedThinking?: InputMaybe<Scalars['Boolean']>;
|
|
6492
6556
|
hiddenContext?: InputMaybe<Scalars['String']>;
|
|
6493
6557
|
isVoiceInput: Scalars['Boolean'];
|
|
6494
6558
|
isVoiceOutput: Scalars['Boolean'];
|
|
@@ -7280,4 +7344,4 @@ interface DvinaClientResult {
|
|
|
7280
7344
|
*/
|
|
7281
7345
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7282
7346
|
|
|
7283
|
-
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 FeedItem_ActionQueryVariables 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 FeedLiveContextDataFragment as cY, type FeedPulseDataFragment as cZ, type FeedItemFragment 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 PulseTriggerSettingsQueryVariables as d$, type FeedSendMessageActionFragment as d0, type FeedItem_DataQueryVariables as d1, type FeedItemsQueryVariables as d2, type FeedConnectionFragment as d3, type FileQueryVariables as d4, type FileMetaQueryVariables as d5, type FileUrlsQueryVariables as d6, type ResolvedFileUrlFragment as d7, type FindFitTierQueryVariables as d8, EntitlementTier as d9, type InterpretationsQueryVariables as dA, type InterpretationConnectionFragment as dB, type LiveContextsQueryVariables as dC, type LiveContextConnectionFragment as dD, type LocalRuntimeOverviewQueryVariables as dE, type LocalRuntimeDeviceModelFragment as dF, type LocalRuntimeOverviewModelFragment as dG, type LocalRuntimeOverview_DevicesQueryVariables as dH, type LocalSandboxDeviceStatusQueryVariables as dI, type LocalSandboxDeviceStatusModelFragment as dJ, type NotificationQueryVariables as dK, NotificationCategory as dL, NotificationPriority as dM, NotificationStatus as dN, type NotificationFragment as dO, type NotificationsQueryVariables as dP, type NotificationConnectionFragment as dQ, type NotificationsByReferenceQueryVariables as dR, type PrivacyStatsQueryVariables as dS, type PrivacyStatsFragment as dT, type ProjectsQueryVariables as dU, type ProjectConnectionFragment as dV, type PulseAppSummaryQueryVariables as dW, type PulseAppSummaryModelFragment as dX, type PulseEventQueryVariables as dY, type PulseEventsQueryVariables as dZ, type PulseEventConnectionFragment as d_, type FolderQueryVariables as da, type FoldersQueryVariables as db, type FolderConnectionFragment as dc, type GetCapabilityQueryVariables as dd, type GetDevAccessTokenQueryVariables as de, type GetLimitQueryVariables as df, type GetRemainingQueryVariables as dg, type GetTokenUsageByModelQueryVariables as dh, type ModelTokenUsageFragment as di, type GetTokenUsageHistoryQueryVariables as dj, type GetTokenUsageStatusQueryVariables as dk, TokenUsageLimit as dl, ActiveWindowType as dm, type WindowDetailTypeFragment as dn, type UsageWindowsStatusTypeFragment as dp, type UsageStatusFragment as dq, type GetTokenUsageStatus_WindowsQueryVariables as dr, type GetUsageQueryVariables as ds, type InsightsQueryVariables as dt, type IntegrationQueryVariables as du, type IntegrationCatalogToolsQueryVariables as dv, type IntegrationCatalogsQueryVariables as dw, type IntegrationCatalogConnectionFragment as dx, type IntegrationsQueryVariables as dy, type IntegrationConnectionFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type ActiveChatStreamClient as e$, type QueryQueryVariables as e0, type QueryWithInsightIdQueryVariables as e1, type QueryWithMessageIdQueryVariables as e2, type ReportsQueryVariables as e3, type TablesQueryVariables as e4, type UserSkillFileQueryVariables as e5, type UserSkillFilesQueryVariables as e6, type UserSkillFolderQueryVariables as e7, type UserSkillFoldersQueryVariables as e8, type WorkspaceDeletionScheduleQueryVariables as e9, type MessageStartEventOutputFragment as eA, type ProgressSummaryEventOutputFragment as eB, type Project_DesktopBinding_DeviceQueryVariables as eC, type PulseEvent_Integration_ProviderQueryVariables as eD, type ReasoningEventOutputFragment as eE, type ResetWorkspaceMutationVariables as eF, type ScheduleWorkspaceDeletionMutationVariables as eG, type TextBlockEventOutputFragment as eH, type TextDeltaEventOutputFragment as eI, type WidgetBlockStartEventOutputFragment as eJ, type WidgetHtmlDeltaEventOutputFragment as eK, type WidgetBlockCompleteEventOutputFragment as eL, type WidgetBlockErrorEventOutputFragment as eM, type ToolStartEventOutputFragment as eN, type ToolInputDeltaEventOutputFragment as eO, type ToolResultArtifactOutputFragment as eP, type ToolResultEventOutputFragment as eQ, type StreamEventSchemaAnchorFragment as eR, type SyncEventFragment as eS, type SyncEventCursorFragment as eT, type Table_Database_EngineQueryVariables as eU, type Table_Document_ContentsQueryVariables as eV, type Table_Document_FileQueryVariables as eW, type Table_Document_FormatQueryVariables as eX, type TokenUsageFragment as eY, type UserSkillFileFragment as eZ, type UserSkillFolderFragment as e_, type McpAuthUpdatesSubscriptionVariables as ea, McpAuthPhase as eb, type McpAuthUpdateModelFragment as ec, type TokenUsageUpdatesSubscriptionVariables as ed, type EvidenceFragment as ee, type FailedSyncEventIngestionFragment as ef, type StreamMessageContentOutputFragment as eg, type StreamMessageOutputFragment as eh, type UsageMetaOutputFragment 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 InvocationFragment as es, type LiveContext_Source_EvidencesQueryVariables as et, type McpClientInformationFragment as eu, type McpCodeVerifierFragment as ev, type McpServerFragment as ew, type McpTokensFragment as ex, type McpToolFragment as ey, type MessageEndEventOutputFragment as ez, ArtifactKind as f, type ActiveChatStreamListener as f0, type ActiveChatStreamListenerHandlers as f1, AgentOrderByRelevanceFieldEnum as f2, ArtifactOrderByRelevanceFieldEnum as f3, CapabilityType as f4, ChatMessageOrderByRelevanceFieldEnum as f5, ChatOrderByRelevanceFieldEnum as f6, type ChatStreamClientOptions as f7, type ChatStreamEvent as f8, type ChatStreamListener as f9, ReportOrderByRelevanceFieldEnum as fA, SendMessageModel as fB, SortOrder as fC, TableOrderByRelevanceFieldEnum as fD, UsageHistoryGranularity as fE, createChatStreamClient as fF, createDvinaClient as fG, type ChatStreamListenerHandlers as fa, DatabaseCatalogOrderByRelevanceFieldEnum as fb, DatabaseOrderByRelevanceFieldEnum as fc, DesktopDeviceOrderByRelevanceFieldEnum as fd, DocumentCatalogOrderByRelevanceFieldEnum as fe, DocumentOrderByRelevanceFieldEnum as ff, type DvinaSdkBaseOptions as fg, type DvinaSdkCallbackOptions as fh, type DvinaSdkTokenOptions as fi, FeedItemOrderByRelevanceFieldEnum as fj, FeedbackOrderByRelevanceFieldEnum as fk, FileOrderByRelevanceFieldEnum as fl, FileUrlVariant as fm, FolderOrderByRelevanceFieldEnum as fn, InsightOrderByRelevanceFieldEnum as fo, IntegrationCatalogOrderByRelevanceFieldEnum as fp, IntegrationOrderByRelevanceFieldEnum as fq, InterpretationOrderByRelevanceFieldEnum as fr, LimitType as fs, LiveContextOrderByRelevanceFieldEnum as ft, NotificationOrderByRelevanceFieldEnum as fu, NullsOrder as fv, ProjectDesktopBindingOrderByRelevanceFieldEnum as fw, ProjectOrderByRelevanceFieldEnum as fx, PulseEventOrderByRelevanceFieldEnum as fy, QueryMode 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 };
|
|
7347
|
+
export { type ProjectFragment as $, type AbortChatMutationVariables as A, type InsightConnectionFragment as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Report_LayoutQueryVariables as E, type Artifact_FileQueryVariables as F, type FileFragment as G, type Artifact_MessageQueryVariables as H, type InsightFragment as I, type ChatMessage_ChatQueryVariables as J, type ChatMessage_ContentsQueryVariables as K, ContentBlockType as L, type ContentBlockFragment as M, type ChatMessage_FeedbackQueryVariables as N, FeedbackType as O, Presentation as P, type FeedbackFragment as Q, ReasoningEffort as R, type Chat_MessagesQueryVariables as S, type ChatMessageConnectionFragment as T, type Chat_ProjectQueryVariables as U, type Project_ChatsQueryVariables as V, type Project_DesktopBindingQueryVariables as W, ProjectDesktopContextKind as X, type ProjectDesktopBindingFragment as Y, type ProjectQueryVariables as Z, ProjectSource as _, ActionType as a, type Table_DocumentQueryVariables as a$, type Insight_ReportsQueryVariables as a0, type ReportConnectionFragment as a1, type Insight_ThumbnailFileQueryVariables as a2, type InsightQueryVariables as a3, type ArtifactConnectionFragment as a4, type AddInsightToReportMutationVariables as a5, type AgentQueryVariables as a6, type AgentsQueryVariables as a7, type ArtifactQueryVariables as a8, type Artifact_Chat_DesktopDeviceQueryVariables as a9, type ChatMessagesQueryVariables as aA, type ChatQueryVariables as aB, type ChatTitleEventOutputFragment as aC, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aD, type Chat_Insight_ReportMembersQueryVariables as aE, type Chat_Insight_ThumbnailFileQueryVariables as aF, type Chat_Project_DesktopBindingQueryVariables as aG, type ChatsQueryVariables as aH, type ConnectIntegrationMutationVariables as aI, type CreateIntegrationOutputFragment as aJ, type ConsumePulseEventsMutationVariables as aK, type ContentMaskFragment as aL, type ContinueImportedChatMutationVariables as aM, type ContinueInterpretationMutationVariables as aN, type CreateAgentMutationVariables as aO, type CreateChatMutationVariables as aP, type CreateDatabaseMutationVariables as aQ, type DatabaseFragment as aR, type Database_EngineQueryVariables as aS, type DatabaseEngineFragment as aT, type DatabaseCatalogQueryVariables as aU, type DatabaseCatalogFragment as aV, type DatabaseCatalog_EngineQueryVariables as aW, type Database_TablesQueryVariables as aX, TableStatus as aY, type TableFragment as aZ, type Table_DatabaseQueryVariables as a_, type Artifact_Chat_InsightQueryVariables as aa, type Artifact_Chat_ProjectQueryVariables as ab, type Artifact_Message_ChatQueryVariables as ac, type Artifact_Message_ContentsQueryVariables as ad, type Artifact_Message_FeedbackQueryVariables as ae, type ArtifactsQueryVariables as af, type AudioEventOutputFragment as ag, type CancelOauthFlowMutationVariables as ah, type CancelWorkspaceDeletionMutationVariables as ai, type CandidateFragment as aj, type LiveContextQueryVariables as ak, LiveContextStatus as al, type LiveContextFragment as am, type LiveContext_ItemsQueryVariables as an, FeedActionType as ao, type FeedItemGeneratedFragment as ap, type LiveContext_SourceQueryVariables as aq, type CandidateEvidenceFragment as ar, type ImportedChatSummaryOutputFragment as as, type ChatImportExecuteOutputFragment as at, ChatSourceImportFidelityEnum as au, ChatSourceImportModeEnum as av, type ChatImportPreviewOutputFragment as aw, type ChatMessage_Chat_DesktopDeviceQueryVariables as ax, type ChatMessage_Chat_InsightQueryVariables as ay, type ChatMessage_Chat_ProjectQueryVariables as az, type ActionFragment as b, IntegrationStatus as b$, type DocumentFragment as b0, type Document_ContentsQueryVariables as b1, type DocumentContentFragment as b2, type DocumentQueryVariables as b3, type Document_FileQueryVariables as b4, type Document_FormatQueryVariables as b5, type DocumentFormatFragment as b6, type DocumentCatalogQueryVariables as b7, type DocumentCatalogFragment as b8, type DocumentCatalog_FormatQueryVariables as b9, type Database_Engine_CatalogQueryVariables as bA, type DatabasesQueryVariables as bB, type DeepAnalysisUsageFragment as bC, type DeleteAgentMutationVariables as bD, type DeleteArtifactMutationVariables as bE, type DeleteChatMutationVariables as bF, type DeleteDatabaseMutationVariables as bG, type DeleteDocumentMutationVariables as bH, type DeleteFolderMutationVariables as bI, type DeleteInsightMutationVariables as bJ, type DeleteInsightsMutationVariables as bK, type DeleteIntegrationMutationVariables as bL, type DeleteProjectMutationVariables as bM, type DeleteReportMutationVariables as bN, type DeleteTableMutationVariables as bO, type DeleteUserSkillFileMutationVariables as bP, type DeleteUserSkillFolderMutationVariables as bQ, LocalSandboxDeviceConnectionState as bR, type DesktopDeviceModelFragment as bS, type DesktopDevicesQueryVariables as bT, type DevAccessTokenOutputFragment as bU, type DisconnectIntegrationMutationVariables as bV, type DismissPulseEventMutationVariables as bW, PulseEventPriority as bX, PulseEventKind as bY, type PulseEventFragment as bZ, type PulseEvent_IntegrationQueryVariables as b_, type Document_TablesQueryVariables as ba, type Table_FromRelationsQueryVariables as bb, RelationType as bc, type RelationFragment as bd, type TableQueryVariables as be, type Table_ToRelationsQueryVariables as bf, type TableConnectionFragment as bg, type CreateDocumentMutationVariables as bh, type CreateFeedbackMutationVariables as bi, type CreateFolderMutationVariables as bj, type FolderFragment as bk, type CreateInsightMutationVariables as bl, type CreateIntegrationMutationVariables as bm, type CreateProjectMutationVariables as bn, type CreateReportMutationVariables as bo, type CreateTableMutationVariables as bp, type CreateUserSkillFileMutationVariables as bq, type UserSkillFileModelFragment as br, type CreateUserSkillFolderMutationVariables as bs, type UserSkillFolderModelFragment as bt, type CubeModelFragment as bu, type DatabaseCatalogConnectionFragment as bv, type DatabaseCatalogsQueryVariables as bw, type DatabaseConnectionFragment as bx, type DatabaseQueryVariables as by, type DatabaseSchemaQueryVariables as bz, ChatMessageFromEnum as c, type FeedPulseDataFragment as c$, type IntegrationFragment as c0, type Integration_ProviderQueryVariables as c1, type IntegrationProviderFragment as c2, type IntegrationCatalogQueryVariables as c3, type IntegrationCatalogFragment as c4, type IntegrationCatalog_ProviderQueryVariables as c5, type DocumentCatalogConnectionFragment as c6, type DocumentCatalogsQueryVariables as c7, type DocumentConnectionFragment as c8, type Document_Format_CatalogQueryVariables as c9, type UpdateFolderMutationVariables as cA, type UpdateInsightMutationVariables as cB, type UpdateInsightInReportMutationVariables as cC, type UpdateInsightThumbnailMutationVariables as cD, type UpdateInterpMutationVariables as cE, InterpretationType as cF, AiResourceType as cG, type InterpretationFragment as cH, type UpdateLiveContextMutationVariables as cI, type UpdateProjectMutationVariables as cJ, type UpdatePulseTriggerMutationVariables as cK, type PulseTriggerSettingModelFragment as cL, type UpdateReportMutationVariables as cM, type UpdateTableMutationVariables as cN, type UpdateUserSkillFileMutationVariables as cO, type UpdateUserSkillFolderMutationVariables as cP, type ExportQueryVariables as cQ, type ExportWithInsightIdQueryVariables as cR, type FeedItemQueryVariables as cS, FeedItemKind as cT, type FeedDocumentDataFragment as cU, type FeedArtifactDataFragment as cV, type FeedDatabaseDataFragment as cW, type FeedInsightDataFragment as cX, type FeedIntegrationDataFragment as cY, type FeedProjectDataFragment as cZ, type FeedLiveContextDataFragment as c_, type DocumentsQueryVariables as ca, type ChatStreamClient as cb, type ExecuteChatImportMutationVariables as cc, type GenerateUploadUriMutationVariables as cd, type FileModelFragment as ce, type PreviewChatImportMutationVariables as cf, type ReanalyzeDocumentMutationVariables as cg, type RefineAgentInstructionMutationVariables as ch, type RefineSkillInstructionMutationVariables as ci, type RefreshDatabaseSchemaMutationVariables as cj, type RefreshInsightMutationVariables as ck, type RegisterDesktopDeviceMutationVariables as cl, type ReinterpretSourceMutationVariables as cm, type ReinterpretSourcesOfuserMutationVariables as cn, type RelocateInsightMutationVariables as co, type RemoveInsightFromReportMutationVariables as cp, type ResolvePulseEventMutationVariables as cq, type WorkspaceDeleteScheduleFragment as cr, type SendMessageMutationVariables as cs, type SetDatabasePrimaryKeyMutationVariables as ct, type SyncProjectDesktopBindingMutationVariables as cu, type UpdateAgentMutationVariables as cv, type UpdateArtifactNameMutationVariables as cw, type UpdateChatMutationVariables as cx, type UpdateDatabaseMutationVariables as cy, type UpdateDocumentMutationVariables as cz, type ChatMessageFragment as d, type PulseEventsQueryVariables as d$, type FeedItemFragment as d0, type FeedItem_ActionQueryVariables as d1, type FeedSendMessageActionFragment as d2, type FeedItem_DataQueryVariables as d3, type FeedItemsQueryVariables as d4, type FeedConnectionFragment as d5, type FileQueryVariables as d6, type FileMetaQueryVariables as d7, type FileUrlsQueryVariables as d8, type ResolvedFileUrlFragment as d9, type IntegrationsQueryVariables as dA, type IntegrationConnectionFragment as dB, type InterpretationsQueryVariables as dC, type InterpretationConnectionFragment as dD, type LiveContextsQueryVariables as dE, type LiveContextConnectionFragment as dF, type LocalRuntimeOverviewQueryVariables as dG, type LocalRuntimeDeviceModelFragment as dH, type LocalRuntimeOverviewModelFragment as dI, type LocalRuntimeOverview_DevicesQueryVariables as dJ, type LocalSandboxDeviceStatusQueryVariables as dK, type LocalSandboxDeviceStatusModelFragment as dL, type NotificationQueryVariables as dM, NotificationCategory as dN, NotificationPriority as dO, NotificationStatus as dP, type NotificationFragment as dQ, type NotificationsQueryVariables as dR, type NotificationConnectionFragment as dS, type NotificationsByReferenceQueryVariables as dT, type PrivacyStatsQueryVariables as dU, type PrivacyStatsFragment as dV, type ProjectsQueryVariables as dW, type ProjectConnectionFragment as dX, type PulseAppSummaryQueryVariables as dY, type PulseAppSummaryModelFragment as dZ, type PulseEventQueryVariables as d_, type FindFitTierQueryVariables as da, EntitlementTier as db, type FolderQueryVariables as dc, type FoldersQueryVariables as dd, type FolderConnectionFragment as de, type GetCapabilityQueryVariables as df, type GetDevAccessTokenQueryVariables as dg, type GetLimitQueryVariables as dh, type GetRemainingQueryVariables as di, type GetTokenUsageByModelQueryVariables as dj, type ModelTokenUsageFragment as dk, type GetTokenUsageHistoryQueryVariables as dl, type GetTokenUsageStatusQueryVariables as dm, TokenUsageLimit as dn, ActiveWindowType as dp, type WindowDetailTypeFragment as dq, type UsageWindowsStatusTypeFragment as dr, type UsageStatusFragment as ds, type GetTokenUsageStatus_WindowsQueryVariables as dt, type GetUsageQueryVariables as du, type InsightsQueryVariables as dv, type IntegrationQueryVariables as dw, type IntegrationCatalogToolsQueryVariables as dx, type IntegrationCatalogsQueryVariables as dy, type IntegrationCatalogConnectionFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type UserSkillFileFragment as e$, type PulseEventConnectionFragment as e0, type PulseTriggerSettingsQueryVariables as e1, type QueryQueryVariables as e2, type QueryWithInsightIdQueryVariables as e3, type QueryWithMessageIdQueryVariables as e4, type ReportsQueryVariables as e5, type TablesQueryVariables as e6, type UserSkillFileQueryVariables as e7, type UserSkillFilesQueryVariables as e8, type UserSkillFolderQueryVariables as e9, type McpToolFragment as eA, type MessageEndEventOutputFragment as eB, type MessageStartEventOutputFragment as eC, type ProgressSummaryEventOutputFragment as eD, type Project_DesktopBinding_DeviceQueryVariables as eE, type PulseEvent_Integration_ProviderQueryVariables as eF, type ReasoningEventOutputFragment as eG, type ResetWorkspaceMutationVariables as eH, type ScheduleWorkspaceDeletionMutationVariables as eI, type TextBlockEventOutputFragment as eJ, type TextDeltaEventOutputFragment as eK, type WidgetBlockStartEventOutputFragment as eL, type WidgetHtmlDeltaEventOutputFragment as eM, type WidgetBlockCompleteEventOutputFragment as eN, type WidgetBlockErrorEventOutputFragment as eO, type ToolStartEventOutputFragment as eP, type ToolInputDeltaEventOutputFragment as eQ, type ToolResultArtifactOutputFragment as eR, type ToolResultEventOutputFragment as eS, type StreamEventSchemaAnchorFragment as eT, type SyncEventFragment as eU, type SyncEventCursorFragment as eV, type Table_Database_EngineQueryVariables as eW, type Table_Document_ContentsQueryVariables as eX, type Table_Document_FileQueryVariables as eY, type Table_Document_FormatQueryVariables as eZ, type TokenUsageFragment as e_, type UserSkillFoldersQueryVariables as ea, type WorkspaceDeletionScheduleQueryVariables as eb, type McpAuthUpdatesSubscriptionVariables as ec, McpAuthPhase as ed, type McpAuthUpdateModelFragment as ee, type TokenUsageUpdatesSubscriptionVariables as ef, type EvidenceFragment as eg, type FailedSyncEventIngestionFragment as eh, type StreamMessageContentOutputFragment as ei, type StreamMessageOutputFragment as ej, type UsageMetaOutputFragment as ek, type FinalContentEventOutputFragment as el, type GetTokenUsageStatus_Windows_DayQueryVariables as em, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as en, type GetTokenUsageStatus_Windows_MonthQueryVariables as eo, type GetTokenUsageStatus_Windows_WeekQueryVariables as ep, type InferenceRequestAuditFragment as eq, type Insight_Chat_DesktopDeviceQueryVariables as er, type Insight_Chat_ProjectQueryVariables as es, type Integration_Provider_CatalogQueryVariables as et, type InvocationFragment as eu, type LiveContext_Source_EvidencesQueryVariables as ev, type McpClientInformationFragment as ew, type McpCodeVerifierFragment as ex, type McpServerFragment as ey, type McpTokensFragment as ez, ArtifactKind as f, type UserSkillFolderFragment as f0, type ActiveChatStreamClient as f1, type ActiveChatStreamListener as f2, type ActiveChatStreamListenerHandlers as f3, AgentOrderByRelevanceFieldEnum as f4, ArtifactOrderByRelevanceFieldEnum as f5, CapabilityType as f6, ChatMessageOrderByRelevanceFieldEnum as f7, ChatOrderByRelevanceFieldEnum as f8, type ChatStreamClientOptions as f9, PulseEventOrderByRelevanceFieldEnum as fA, QueryMode as fB, ReportOrderByRelevanceFieldEnum as fC, SendMessageModel as fD, SortOrder as fE, TableOrderByRelevanceFieldEnum as fF, UsageHistoryGranularity as fG, createChatStreamClient as fH, createDvinaClient as fI, type ChatStreamEvent as fa, type ChatStreamListener as fb, type ChatStreamListenerHandlers as fc, DatabaseCatalogOrderByRelevanceFieldEnum as fd, DatabaseOrderByRelevanceFieldEnum as fe, DesktopDeviceOrderByRelevanceFieldEnum as ff, DocumentCatalogOrderByRelevanceFieldEnum as fg, DocumentOrderByRelevanceFieldEnum as fh, type DvinaSdkBaseOptions as fi, type DvinaSdkCallbackOptions as fj, type DvinaSdkTokenOptions as fk, FeedItemOrderByRelevanceFieldEnum as fl, FeedbackOrderByRelevanceFieldEnum as fm, FileOrderByRelevanceFieldEnum as fn, FileUrlVariant as fo, FolderOrderByRelevanceFieldEnum as fp, InsightOrderByRelevanceFieldEnum as fq, IntegrationCatalogOrderByRelevanceFieldEnum as fr, IntegrationOrderByRelevanceFieldEnum as fs, InterpretationOrderByRelevanceFieldEnum as ft, LimitType as fu, LiveContextOrderByRelevanceFieldEnum as fv, NotificationOrderByRelevanceFieldEnum as fw, NullsOrder as fx, ProjectDesktopBindingOrderByRelevanceFieldEnum as fy, ProjectOrderByRelevanceFieldEnum 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, ReportMemberSize as v, type ReportMemberFragment as w, type ReportQueryVariables as x, type ReportFragment as y, type Report_InsightsQueryVariables as z };
|