@dvina/sdk 4.0.204 → 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-CRKVFZQI.cjs → _generated_documents-KJOJJM2L.cjs} +604 -600
- package/dist/{_generated_documents-CRKVFZQI.cjs.map → _generated_documents-KJOJJM2L.cjs.map} +1 -1
- package/dist/{_generated_documents-F3ZIS3JM.js → _generated_documents-RAV5MNHA.js} +3 -3
- package/dist/{_generated_documents-F3ZIS3JM.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-SQU7RYLF.cjs → chunk-IQJIL4SQ.cjs} +635 -604
- package/dist/chunk-IQJIL4SQ.cjs.map +1 -0
- package/dist/{chunk-CHUY7Y2H.js → chunk-MKWTSXJB.js} +27 -20
- package/dist/chunk-MKWTSXJB.js.map +1 -0
- package/dist/{chunk-YWW2VBNQ.js → chunk-PAYMMCFU.js} +51 -20
- package/dist/chunk-PAYMMCFU.js.map +1 -0
- package/dist/{chunk-F4NHYL2R.cjs → chunk-XYIJYHQI.cjs} +27 -19
- package/dist/chunk-XYIJYHQI.cjs.map +1 -0
- package/dist/{client-cnmS1OmF.d.ts → client-CIQ4ru7O.d.ts} +34 -2
- package/dist/{client-BsG-S2_P.d.cts → client-DCKAIoXm.d.cts} +34 -2
- package/dist/index.cjs +449 -445
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-CHUY7Y2H.js.map +0 -1
- package/dist/chunk-F4NHYL2R.cjs.map +0 -1
- package/dist/chunk-SQU7RYLF.cjs.map +0 -1
- 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?: {
|
|
@@ -6520,7 +6553,6 @@ type ScheduleWorkspaceDeletionMutationVariables = Exact<{
|
|
|
6520
6553
|
type SendMessageMutationVariables = Exact<{
|
|
6521
6554
|
chatId: Scalars['String'];
|
|
6522
6555
|
content: Scalars['String'];
|
|
6523
|
-
extendedThinking?: InputMaybe<Scalars['Boolean']>;
|
|
6524
6556
|
hiddenContext?: InputMaybe<Scalars['String']>;
|
|
6525
6557
|
isVoiceInput: Scalars['Boolean'];
|
|
6526
6558
|
isVoiceOutput: Scalars['Boolean'];
|
|
@@ -7312,4 +7344,4 @@ interface DvinaClientResult {
|
|
|
7312
7344
|
*/
|
|
7313
7345
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7314
7346
|
|
|
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 };
|
|
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 };
|
|
@@ -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?: {
|
|
@@ -6520,7 +6553,6 @@ type ScheduleWorkspaceDeletionMutationVariables = Exact<{
|
|
|
6520
6553
|
type SendMessageMutationVariables = Exact<{
|
|
6521
6554
|
chatId: Scalars['String'];
|
|
6522
6555
|
content: Scalars['String'];
|
|
6523
|
-
extendedThinking?: InputMaybe<Scalars['Boolean']>;
|
|
6524
6556
|
hiddenContext?: InputMaybe<Scalars['String']>;
|
|
6525
6557
|
isVoiceInput: Scalars['Boolean'];
|
|
6526
6558
|
isVoiceOutput: Scalars['Boolean'];
|
|
@@ -7312,4 +7344,4 @@ interface DvinaClientResult {
|
|
|
7312
7344
|
*/
|
|
7313
7345
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7314
7346
|
|
|
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 };
|
|
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 };
|