@dvina/sdk 4.1.27 → 4.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{_generated_documents-KLH52A3M.cjs → _generated_documents-NCD6ZXGP.cjs} +655 -631
- package/dist/{_generated_documents-KLH52A3M.cjs.map → _generated_documents-NCD6ZXGP.cjs.map} +1 -1
- package/dist/_generated_documents-UDZINLJ6.js +4 -0
- package/dist/{_generated_documents-ZNM3EFLS.js.map → _generated_documents-UDZINLJ6.js.map} +1 -1
- package/dist/adapters/angular/index.cjs +5 -5
- package/dist/adapters/angular/index.d.cts +2 -2
- package/dist/adapters/angular/index.d.ts +2 -2
- package/dist/adapters/angular/index.js +3 -3
- package/dist/billing/index.cjs +5 -5
- package/dist/billing/index.js +1 -1
- package/dist/{chunk-4Y42KQCH.cjs → chunk-2J5WONKO.cjs} +6 -2
- package/dist/chunk-2J5WONKO.cjs.map +1 -0
- package/dist/{chunk-FPS5J2ZD.cjs → chunk-MFLNT533.cjs} +22 -10
- package/dist/chunk-MFLNT533.cjs.map +1 -0
- package/dist/{chunk-UOUO6FEI.js → chunk-MHSOVM7J.js} +140 -13
- package/dist/chunk-MHSOVM7J.js.map +1 -0
- package/dist/{chunk-5U2BUOJM.js → chunk-MSQ56ACI.js} +17 -11
- package/dist/chunk-MSQ56ACI.js.map +1 -0
- package/dist/{chunk-2OCI54KK.cjs → chunk-RVFJ54CF.cjs} +778 -645
- package/dist/chunk-RVFJ54CF.cjs.map +1 -0
- package/dist/{chunk-RVXRT5EI.js → chunk-WX7EFPHT.js} +6 -2
- package/dist/chunk-WX7EFPHT.js.map +1 -0
- package/dist/{client-Da1MV84R.d.ts → client-D8xvFccR.d.ts} +49 -2
- package/dist/{client-BfLLVq_u.d.cts → client-cS9hpg7B.d.cts} +49 -2
- package/dist/{index-CCRTPWIw.d.cts → index-BR8jWub6.d.cts} +1 -1
- package/dist/{index-DcgFvhc1.d.ts → index-DJ3R_WyG.d.ts} +1 -1
- package/dist/index.cjs +495 -471
- package/dist/index.d.cts +53 -7
- package/dist/index.d.ts +53 -7
- package/dist/index.js +3 -3
- package/dist/pagination/index.d.cts +2 -2
- package/dist/pagination/index.d.ts +2 -2
- package/dist/{sync-engine-F0397ofh.d.cts → sync-engine-9n6C9179.d.cts} +2 -0
- package/dist/{sync-engine-BHsj_bC-.d.ts → sync-engine-Ct29d1al.d.ts} +2 -0
- package/package.json +1 -1
- package/dist/_generated_documents-ZNM3EFLS.js +0 -4
- package/dist/chunk-2OCI54KK.cjs.map +0 -1
- package/dist/chunk-4Y42KQCH.cjs.map +0 -1
- package/dist/chunk-5U2BUOJM.js.map +0 -1
- package/dist/chunk-FPS5J2ZD.cjs.map +0 -1
- package/dist/chunk-RVXRT5EI.js.map +0 -1
- package/dist/chunk-UOUO6FEI.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.js';
|
|
2
2
|
import { D as DvinaAsyncRef, b as DvinaRequest, c as DvinaSubscribe } from './types-Chg8ASmf.js';
|
|
3
|
-
import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-Ct29d1al.js';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.js';
|
|
5
5
|
import { BillingClient } from './billing/index.js';
|
|
6
6
|
|
|
@@ -46,6 +46,12 @@ declare enum ActiveWindowType {
|
|
|
46
46
|
Month = "MONTH",
|
|
47
47
|
Week = "WEEK"
|
|
48
48
|
}
|
|
49
|
+
type AddMcpServerInput = {
|
|
50
|
+
clientId?: InputMaybe<Scalars['String']>;
|
|
51
|
+
clientSecret?: InputMaybe<Scalars['String']>;
|
|
52
|
+
name: Scalars['String'];
|
|
53
|
+
serverUrl: Scalars['String'];
|
|
54
|
+
};
|
|
49
55
|
type AgentCreateInput = {
|
|
50
56
|
emoji?: InputMaybe<Scalars['String']>;
|
|
51
57
|
id?: InputMaybe<Scalars['String']>;
|
|
@@ -2861,6 +2867,8 @@ type MessageEndEventOutput = {
|
|
|
2861
2867
|
type MessageStartEventOutput = {
|
|
2862
2868
|
__typename?: 'MessageStartEventOutput';
|
|
2863
2869
|
message: StreamMessageOutput;
|
|
2870
|
+
/** @deprecated Retained for SDK compatibility; message start mode is no longer emitted. */
|
|
2871
|
+
mode?: Maybe<Scalars['String']>;
|
|
2864
2872
|
type: Scalars['String'];
|
|
2865
2873
|
};
|
|
2866
2874
|
declare enum NotificationCategory {
|
|
@@ -4131,6 +4139,9 @@ type TableWhereUniqueInput = {
|
|
|
4131
4139
|
toRelations?: InputMaybe<RelationListRelationFilter>;
|
|
4132
4140
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
4133
4141
|
};
|
|
4142
|
+
type TestMcpServerConnectionInput = {
|
|
4143
|
+
serverUrl: Scalars['String'];
|
|
4144
|
+
};
|
|
4134
4145
|
type TextBlockEventOutput = {
|
|
4135
4146
|
__typename?: 'TextBlockEventOutput';
|
|
4136
4147
|
text: Scalars['String'];
|
|
@@ -5797,7 +5808,10 @@ type LocalSandboxDeviceStatusModelFragment = {
|
|
|
5797
5808
|
type McpAuthUpdateModelFragment = {
|
|
5798
5809
|
__typename: 'McpAuthUpdateModel';
|
|
5799
5810
|
authorizationUrl?: string | null;
|
|
5811
|
+
displayName?: string | null;
|
|
5800
5812
|
error?: string | null;
|
|
5813
|
+
iconUrl?: string | null;
|
|
5814
|
+
isCustom?: boolean | null;
|
|
5801
5815
|
phase: McpAuthPhase;
|
|
5802
5816
|
provider: string;
|
|
5803
5817
|
};
|
|
@@ -5821,10 +5835,24 @@ type McpCodeVerifierFragment = {
|
|
|
5821
5835
|
type McpServerFragment = {
|
|
5822
5836
|
__typename: 'McpServer';
|
|
5823
5837
|
authType?: string | null;
|
|
5838
|
+
createdAt: string;
|
|
5824
5839
|
id: string;
|
|
5840
|
+
metadata?: any | null;
|
|
5841
|
+
name?: string | null;
|
|
5825
5842
|
provider: string;
|
|
5826
5843
|
serverUrl: string;
|
|
5844
|
+
status?: string | null;
|
|
5827
5845
|
transport?: string | null;
|
|
5846
|
+
updatedAt: string;
|
|
5847
|
+
};
|
|
5848
|
+
type McpServerTestOutputFragment = {
|
|
5849
|
+
__typename: 'McpServerTestOutput';
|
|
5850
|
+
error?: string | null;
|
|
5851
|
+
requiresAuth: boolean;
|
|
5852
|
+
serverInfo?: any | null;
|
|
5853
|
+
success: boolean;
|
|
5854
|
+
toolCount: number;
|
|
5855
|
+
tools: Array<string>;
|
|
5828
5856
|
};
|
|
5829
5857
|
type McpTokensFragment = {
|
|
5830
5858
|
__typename: 'McpTokens';
|
|
@@ -5850,6 +5878,7 @@ type MessageEndEventOutputFragment = {
|
|
|
5850
5878
|
};
|
|
5851
5879
|
type MessageStartEventOutputFragment = {
|
|
5852
5880
|
__typename: 'MessageStartEventOutput';
|
|
5881
|
+
mode?: string | null;
|
|
5853
5882
|
type: string;
|
|
5854
5883
|
message: {
|
|
5855
5884
|
__typename: 'StreamMessageOutput';
|
|
@@ -6221,6 +6250,7 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
6221
6250
|
type: string;
|
|
6222
6251
|
} | {
|
|
6223
6252
|
__typename: 'MessageStartEventOutput';
|
|
6253
|
+
mode?: string | null;
|
|
6224
6254
|
type: string;
|
|
6225
6255
|
message: {
|
|
6226
6256
|
__typename: 'StreamMessageOutput';
|
|
@@ -6801,6 +6831,9 @@ type AddInsightToReportMutationVariables = Exact<{
|
|
|
6801
6831
|
reportId: Scalars['String'];
|
|
6802
6832
|
size?: InputMaybe<ReportMemberSize>;
|
|
6803
6833
|
}>;
|
|
6834
|
+
type AddMcpServerMutationVariables = Exact<{
|
|
6835
|
+
input: AddMcpServerInput;
|
|
6836
|
+
}>;
|
|
6804
6837
|
type CancelOauthFlowMutationVariables = Exact<{
|
|
6805
6838
|
provider: Scalars['String'];
|
|
6806
6839
|
}>;
|
|
@@ -6977,6 +7010,9 @@ type RemoveInsightFromReportMutationVariables = Exact<{
|
|
|
6977
7010
|
insightId: Scalars['String'];
|
|
6978
7011
|
reportId: Scalars['String'];
|
|
6979
7012
|
}>;
|
|
7013
|
+
type RemoveMcpServerMutationVariables = Exact<{
|
|
7014
|
+
id: Scalars['ID'];
|
|
7015
|
+
}>;
|
|
6980
7016
|
type ResetWorkspaceMutationVariables = Exact<{
|
|
6981
7017
|
[key: string]: never;
|
|
6982
7018
|
}>;
|
|
@@ -7009,6 +7045,12 @@ type SyncProjectDesktopBindingMutationVariables = Exact<{
|
|
|
7009
7045
|
input: SyncProjectDesktopBindingInput;
|
|
7010
7046
|
projectId: Scalars['ID'];
|
|
7011
7047
|
}>;
|
|
7048
|
+
type TestMcpServerMutationVariables = Exact<{
|
|
7049
|
+
id: Scalars['ID'];
|
|
7050
|
+
}>;
|
|
7051
|
+
type TestMcpServerConnectionMutationVariables = Exact<{
|
|
7052
|
+
input: TestMcpServerConnectionInput;
|
|
7053
|
+
}>;
|
|
7012
7054
|
type UpdateAgentMutationVariables = Exact<{
|
|
7013
7055
|
data: AgentUpdateInput;
|
|
7014
7056
|
where: AgentWhereUniqueInput;
|
|
@@ -7567,6 +7609,9 @@ type NotificationsByReferenceQueryVariables = Exact<{
|
|
|
7567
7609
|
type PrivacyStatsQueryVariables = Exact<{
|
|
7568
7610
|
id: Scalars['ID'];
|
|
7569
7611
|
}>;
|
|
7612
|
+
type PrivateMcpServersQueryVariables = Exact<{
|
|
7613
|
+
[key: string]: never;
|
|
7614
|
+
}>;
|
|
7570
7615
|
type ProjectQueryVariables = Exact<{
|
|
7571
7616
|
id: Scalars['ID'];
|
|
7572
7617
|
}>;
|
|
@@ -7813,6 +7858,8 @@ interface DvinaSdkBaseOptions {
|
|
|
7813
7858
|
billingUrl?: string;
|
|
7814
7859
|
/** Preferred language for API responses. Static string or reactive callback. */
|
|
7815
7860
|
language?: string | (() => string);
|
|
7861
|
+
/** Client platform sent with API requests. */
|
|
7862
|
+
platform?: 'web' | 'ios' | 'android' | (() => 'web' | 'ios' | 'android');
|
|
7816
7863
|
/**
|
|
7817
7864
|
* Global error callback invoked for every terminal SDK error (after all
|
|
7818
7865
|
* retries and token refreshes have been exhausted).
|
|
@@ -7876,4 +7923,4 @@ interface DvinaClientResult {
|
|
|
7876
7923
|
*/
|
|
7877
7924
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7878
7925
|
|
|
7879
|
-
export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type Database_EngineQueryVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type ChatImportExecuteOutputFragment as aA, ChatSourceImportFidelityEnum as aB, ChatSourceImportModeEnum as aC, type ChatImportPreviewOutputFragment as aD, type ChatMessage_Chat_DesktopDeviceQueryVariables as aE, type ChatMessage_Chat_InsightQueryVariables as aF, type ChatMessage_Chat_ProjectQueryVariables as aG, type ChatMessagesQueryVariables as aH, type ChatQueryVariables as aI, type ChatTitleEventOutputFragment as aJ, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aK, type Chat_Insight_ReportMembersQueryVariables as aL, type Chat_Insight_ThumbnailFileQueryVariables as aM, type Chat_Project_DesktopBindingQueryVariables as aN, type ChatsQueryVariables as aO, type CloseActiveTabsMutationVariables as aP, type ConnectIntegrationMutationVariables as aQ, type CreateIntegrationOutputFragment as aR, type ConsumePulseEventsMutationVariables as aS, type ContentMaskFragment as aT, type ContextUsageEventOutputFragment as aU, type ContinueImportedChatMutationVariables as aV, type ContinueInterpretationMutationVariables as aW, type CreateAgentMutationVariables as aX, type CreateChatMutationVariables as aY, type CreateDatabaseMutationVariables as aZ, type DatabaseFragment as a_, type AddInsightToReportMutationVariables as aa, type AgentQueryVariables as ab, type AgentsQueryVariables as ac, type AiProviderSettingQueryVariables as ad, type UserAiProviderSettingFragment as ae, type ArtifactQueryVariables as af, type Artifact_Chat_DesktopDeviceQueryVariables as ag, type Artifact_Chat_InsightQueryVariables as ah, type Artifact_Chat_ProjectQueryVariables as ai, type Artifact_Message_ChatQueryVariables as aj, type Artifact_Message_ContentsQueryVariables as ak, type Artifact_Message_FeedbackQueryVariables as al, type ArtifactsQueryVariables as am, type AudioEventOutputFragment as an, type CancelOauthFlowMutationVariables as ao, type CancelWorkspaceDeletionMutationVariables as ap, type CandidateFragment as aq, type LiveContextQueryVariables as ar, LiveContextStatus as as, type LiveContextFragment as at, type LiveContext_ItemsQueryVariables as au, FeedActionType as av, type FeedItemGeneratedFragment as aw, type LiveContext_SourceQueryVariables as ax, type CandidateEvidenceFragment as ay, type ImportedChatSummaryOutputFragment as az, type ActionFragment as b, type DeleteUserSkillFolderMutationVariables as b$, type DatabaseEngineFragment as b0, type DatabaseCatalogQueryVariables as b1, type DatabaseCatalogFragment as b2, type DatabaseCatalog_EngineQueryVariables as b3, type Database_TablesQueryVariables as b4, TableStatus as b5, type TableFragment as b6, type Table_DatabaseQueryVariables as b7, type Table_DocumentQueryVariables as b8, type DocumentFragment as b9, type UserSkillFileModelFragment as bA, type CreateUserSkillFolderMutationVariables as bB, type UserSkillFolderModelFragment as bC, type CubeModelFragment as bD, type DatabaseCatalogConnectionFragment as bE, type DatabaseCatalogsQueryVariables as bF, type DatabaseConnectionFragment as bG, type DatabaseQueryVariables as bH, type DatabaseSchemaQueryVariables as bI, type Database_Engine_CatalogQueryVariables as bJ, type DatabasesQueryVariables as bK, type DeepAnalysisUsageFragment as bL, type DeleteAgentMutationVariables as bM, type DeleteAiProviderSettingMutationVariables as bN, type DeleteArtifactMutationVariables as bO, type DeleteChatMutationVariables as bP, type DeleteDatabaseMutationVariables as bQ, type DeleteDocumentMutationVariables as bR, type DeleteFolderMutationVariables as bS, type DeleteInsightMutationVariables as bT, type DeleteInsightsMutationVariables as bU, type DeleteIntegrationMutationVariables as bV, type DeleteProjectMutationVariables as bW, type DeleteReportMutationVariables as bX, type DeleteSavedAiProviderModelMutationVariables as bY, type DeleteTableMutationVariables as bZ, type DeleteUserSkillFileMutationVariables as b_, type Document_ContentsQueryVariables as ba, type DocumentContentFragment as bb, type DocumentQueryVariables as bc, type Document_FileQueryVariables as bd, type Document_FormatQueryVariables as be, type DocumentFormatFragment as bf, type DocumentCatalogQueryVariables as bg, type DocumentCatalogFragment as bh, type DocumentCatalog_FormatQueryVariables as bi, type Document_TablesQueryVariables as bj, type Table_FromRelationsQueryVariables as bk, RelationType as bl, type RelationFragment as bm, type TableQueryVariables as bn, type Table_ToRelationsQueryVariables as bo, type TableConnectionFragment as bp, type CreateDocumentMutationVariables as bq, type CreateFeedbackMutationVariables as br, type CreateFolderMutationVariables as bs, type FolderFragment as bt, type CreateInsightMutationVariables as bu, type CreateIntegrationMutationVariables as bv, type CreateProjectMutationVariables as bw, type CreateReportMutationVariables as bx, type CreateTableMutationVariables as by, type CreateUserSkillFileMutationVariables as bz, ChatMessageFromEnum as c, type UpdatePulseTriggerMutationVariables as c$, type DesktopDeviceConnectionFragment as c0, type DesktopDevicesQueryVariables as c1, type DevAccessTokenOutputFragment as c2, type DisconnectIntegrationMutationVariables as c3, type DismissPulseEventMutationVariables as c4, PulseEventPriority as c5, PulseEventKind as c6, type PulseEventFragment as c7, type PulseEvent_IntegrationQueryVariables as c8, IntegrationStatus as c9, type RefreshInsightMutationVariables as cA, type RegisterDesktopDeviceMutationVariables as cB, type ReinterpretSourceMutationVariables as cC, type ReinterpretSourcesOfuserMutationVariables as cD, type RelocateInsightMutationVariables as cE, type RemoveInsightFromReportMutationVariables as cF, type ResolvePulseEventMutationVariables as cG, type ResumeMessageMutationVariables as cH, type WorkspaceDeleteScheduleFragment as cI, type SendMessageMutationVariables as cJ, type SetDatabasePrimaryKeyMutationVariables as cK, type SyncProjectDesktopBindingMutationVariables as cL, type UpdateAgentMutationVariables as cM, type UpdateArtifactNameMutationVariables as cN, type UpdateChatMutationVariables as cO, type UpdateDatabaseMutationVariables as cP, type UpdateDocumentMutationVariables as cQ, type UpdateFolderMutationVariables as cR, type UpdateInsightMutationVariables as cS, type UpdateInsightInReportMutationVariables as cT, type UpdateInsightThumbnailMutationVariables as cU, type UpdateInterpMutationVariables as cV, InterpretationType as cW, AiResourceType as cX, type InterpretationFragment as cY, type UpdateLiveContextMutationVariables as cZ, type UpdateProjectMutationVariables as c_, type IntegrationFragment as ca, type Integration_ProviderQueryVariables as cb, type IntegrationProviderFragment as cc, type IntegrationCatalogQueryVariables as cd, type IntegrationCatalogFragment as ce, type IntegrationCatalog_ProviderQueryVariables as cf, type DocumentCatalogConnectionFragment as cg, type DocumentCatalogsQueryVariables as ch, type DocumentConnectionFragment as ci, type Document_Format_CatalogQueryVariables as cj, type DocumentsQueryVariables as ck, type ChatStreamClient as cl, type DvinaSdkLifecycle as cm, type DvinaEvents as cn, type ExecuteChatImportMutationVariables as co, type GenerateUploadUriMutationVariables as cp, type FileModelFragment as cq, type MigrateLegacyCodeChatsMutationVariables as cr, type LegacyCodeMigratedChatSummaryOutputFragment as cs, type LegacyCodeMigrationOutputFragment as ct, type OpenActiveTabMutationVariables as cu, type PreviewChatImportMutationVariables as cv, type ReanalyzeDocumentMutationVariables as cw, type RefineAgentInstructionMutationVariables as cx, type RefineSkillInstructionMutationVariables as cy, type RefreshDatabaseSchemaMutationVariables as cz, type ChatMessageFragment as d, type LocalSandboxDeviceStatusModelFragment as d$, type PulseTriggerSettingModelFragment as d0, type UpdateReportMutationVariables as d1, type UpdateTableMutationVariables as d2, type UpdateUserSkillFileMutationVariables as d3, type UpdateUserSkillFolderMutationVariables as d4, type UpsertAiProviderSettingMutationVariables as d5, type UpsertWorkspaceAiModelMutationVariables as d6, type ExportQueryVariables as d7, type ExportWithInsightIdQueryVariables as d8, type FeedItemQueryVariables as d9, type GetDevAccessTokenQueryVariables as dA, type GetLimitQueryVariables as dB, type GetRemainingQueryVariables as dC, type GetTokenUsageByModelQueryVariables as dD, type ModelTokenUsageFragment as dE, type GetTokenUsageHistoryQueryVariables as dF, type GetTokenUsageStatusQueryVariables as dG, TokenUsageLimit as dH, ActiveWindowType as dI, type WindowDetailTypeFragment as dJ, type UsageWindowsStatusTypeFragment as dK, type UsageStatusFragment as dL, type GetTokenUsageStatus_WindowsQueryVariables as dM, type GetUsageQueryVariables as dN, type InsightsQueryVariables as dO, type IntegrationQueryVariables as dP, type IntegrationCatalogToolsQueryVariables as dQ, type IntegrationCatalogsQueryVariables as dR, type IntegrationCatalogConnectionFragment as dS, type IntegrationsQueryVariables as dT, type IntegrationConnectionFragment as dU, type InterpretationsQueryVariables as dV, type InterpretationConnectionFragment as dW, type LiveContextsQueryVariables as dX, type LiveContextConnectionFragment as dY, type LocalSandboxDeviceStatusesQueryVariables as dZ, LocalSandboxDeviceConnectionState as d_, FeedItemKind as da, type FeedDocumentDataFragment as db, type FeedArtifactDataFragment as dc, type FeedDatabaseDataFragment as dd, type FeedInsightDataFragment as de, type FeedIntegrationDataFragment as df, type FeedProjectDataFragment as dg, type FeedLiveContextDataFragment as dh, type FeedPulseDataFragment as di, type FeedItemFragment as dj, type FeedItem_ActionQueryVariables as dk, type FeedSendMessageActionFragment as dl, type FeedItem_DataQueryVariables as dm, type FeedItemsQueryVariables as dn, type FeedConnectionFragment as dp, type FileQueryVariables as dq, type FileMetaQueryVariables as dr, type FileUrlsQueryVariables as ds, type ResolvedFileUrlFragment as dt, type FindFitTierQueryVariables as du, EntitlementTier as dv, type FolderQueryVariables as dw, type FoldersQueryVariables as dx, type FolderConnectionFragment as dy, type GetCapabilityQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type PulseEvent_Integration_ProviderQueryVariables as e$, type NotificationQueryVariables as e0, NotificationCategory as e1, NotificationPriority as e2, NotificationStatus as e3, type NotificationFragment as e4, type NotificationsQueryVariables as e5, type NotificationConnectionFragment as e6, type NotificationsByReferenceQueryVariables as e7, type PrivacyStatsQueryVariables as e8, type PrivacyStatsFragment as e9, type FailedSyncEventIngestionFragment as eA, type StreamMessageContentOutputFragment as eB, type StreamMessageOutputFragment as eC, type UsageMetaOutputFragment as eD, type PrivacyStatsOutputFragment as eE, type FinalContentEventOutputFragment as eF, type GetTokenUsageStatus_Windows_DayQueryVariables as eG, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eH, type GetTokenUsageStatus_Windows_MonthQueryVariables as eI, type GetTokenUsageStatus_Windows_WeekQueryVariables as eJ, type InferenceRequestAuditFragment as eK, type Insight_Chat_DesktopDeviceQueryVariables as eL, type Insight_Chat_ProjectQueryVariables as eM, type Integration_Provider_CatalogQueryVariables as eN, type InterruptEventOutputFragment as eO, type InvocationFragment as eP, type LiveContext_Source_EvidencesQueryVariables as eQ, type ManagedChatModelsQueryVariables as eR, type McpClientInformationFragment as eS, type McpCodeVerifierFragment as eT, type McpServerFragment as eU, type McpTokensFragment as eV, type McpToolFragment as eW, type MessageEndEventOutputFragment as eX, type MessageStartEventOutputFragment as eY, type ProgressSummaryEventOutputFragment as eZ, type Project_DesktopBinding_DeviceQueryVariables as e_, type ProjectsQueryVariables as ea, type ProjectConnectionFragment as eb, type PulseAppSummaryQueryVariables as ec, type PulseAppSummaryModelFragment as ed, type PulseEventQueryVariables as ee, type PulseEventsQueryVariables as ef, type PulseEventConnectionFragment as eg, type PulseTriggerSettingsQueryVariables as eh, type QueryQueryVariables as ei, type QueryWithInsightIdQueryVariables as ej, type QueryWithMessageIdQueryVariables as ek, type ReportsQueryVariables as el, type SkillCatalogQueryVariables as em, SkillCatalogSource as en, type SkillCatalogItemFragment as eo, type TablesQueryVariables as ep, type UserSkillFileQueryVariables as eq, type UserSkillFilesQueryVariables as er, type UserSkillFolderQueryVariables as es, type UserSkillFoldersQueryVariables as et, type WorkspaceDeletionScheduleQueryVariables as eu, type McpAuthUpdatesSubscriptionVariables as ev, McpAuthPhase as ew, type McpAuthUpdateModelFragment as ex, type TokenUsageUpdatesSubscriptionVariables as ey, type EvidenceFragment as ez, ArtifactKind as f, NotificationOrderByRelevanceFieldEnum as f$, type ReasoningEventOutputFragment as f0, type ResetWorkspaceMutationVariables as f1, type ScheduleWorkspaceDeletionMutationVariables as f2, type TextBlockEventOutputFragment as f3, type TextDeltaEventOutputFragment as f4, type WidgetBlockStartEventOutputFragment as f5, type WidgetHtmlDeltaEventOutputFragment as f6, type WidgetBlockCompleteEventOutputFragment as f7, type WidgetBlockErrorEventOutputFragment as f8, type ToolStartEventOutputFragment as f9, type ChatStreamListener as fA, type ChatStreamListenerHandlers as fB, DatabaseCatalogOrderByRelevanceFieldEnum as fC, DatabaseOrderByRelevanceFieldEnum as fD, DesktopDeviceOrderByRelevanceFieldEnum as fE, type DevicePresenceEvent as fF, type DevicePresenceSnapshot as fG, DocumentCatalogOrderByRelevanceFieldEnum as fH, DocumentOrderByRelevanceFieldEnum as fI, type DvinaEventRef as fJ, type DvinaEventTopic as fK, type DvinaRealtimeEvent as fL, type DvinaSdkBaseOptions as fM, type DvinaSdkCallbackOptions as fN, type DvinaSdkLifecycleHint as fO, type DvinaSdkTokenOptions as fP, FeedItemOrderByRelevanceFieldEnum as fQ, FeedbackOrderByRelevanceFieldEnum as fR, FileOrderByRelevanceFieldEnum as fS, FileUrlVariant as fT, FolderOrderByRelevanceFieldEnum as fU, InsightOrderByRelevanceFieldEnum as fV, IntegrationCatalogOrderByRelevanceFieldEnum as fW, IntegrationOrderByRelevanceFieldEnum as fX, InterpretationOrderByRelevanceFieldEnum as fY, LimitType as fZ, LiveContextOrderByRelevanceFieldEnum as f_, type ToolInputDeltaEventOutputFragment as fa, type ToolResultArtifactOutputFragment as fb, type ToolResultEventOutputFragment as fc, type StreamEventSchemaAnchorFragment as fd, type SyncEventFragment as fe, type SyncEventCursorFragment as ff, type Table_Database_EngineQueryVariables as fg, type Table_Document_ContentsQueryVariables as fh, type Table_Document_FileQueryVariables as fi, type Table_Document_FormatQueryVariables as fj, type TokenUsageFragment as fk, type UserSkillFileFragment as fl, type UserSkillFolderFragment as fm, type WorkspaceAiModelQueryVariables as fn, type WorkspaceAiModelSettingFragment as fo, type ActiveChatsEvent as fp, type ActiveChatsSnapshot as fq, type ActiveTabsEvent as fr, type ActiveTabsSnapshot as fs, AgentOrderByRelevanceFieldEnum as ft, ArtifactOrderByRelevanceFieldEnum as fu, CapabilityType as fv, ChatMessageOrderByRelevanceFieldEnum as fw, ChatOrderByRelevanceFieldEnum as fx, type ChatStreamClientOptions as fy, type ChatStreamEvent as fz, type ArtifactFragment as g, NullsOrder as g0, ProjectDesktopBindingOrderByRelevanceFieldEnum as g1, ProjectOrderByRelevanceFieldEnum as g2, PulseEventOrderByRelevanceFieldEnum as g3, QueryMode as g4, type RealtimeTopicData as g5, ReportOrderByRelevanceFieldEnum as g6, SendMessageModel as g7, SortOrder as g8, TableOrderByRelevanceFieldEnum as g9, UsageHistoryGranularity as ga, createChatStreamClient as gb, createDvinaClient as gc, createDvinaEvents as gd, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
|
|
7926
|
+
export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type CreateDatabaseMutationVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextUsageEventOutputFragment as aW, type ContinueImportedChatMutationVariables as aX, type ContinueInterpretationMutationVariables as aY, type CreateAgentMutationVariables as aZ, type CreateChatMutationVariables as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteTableMutationVariables as b$, type DatabaseFragment as b0, type Database_EngineQueryVariables as b1, type DatabaseEngineFragment as b2, type DatabaseCatalogQueryVariables as b3, type DatabaseCatalogFragment as b4, type DatabaseCatalog_EngineQueryVariables as b5, type Database_TablesQueryVariables as b6, TableStatus as b7, type TableFragment as b8, type Table_DatabaseQueryVariables as b9, type CreateTableMutationVariables as bA, type CreateUserSkillFileMutationVariables as bB, type UserSkillFileModelFragment as bC, type CreateUserSkillFolderMutationVariables as bD, type UserSkillFolderModelFragment as bE, type CubeModelFragment as bF, type DatabaseCatalogConnectionFragment as bG, type DatabaseCatalogsQueryVariables as bH, type DatabaseConnectionFragment as bI, type DatabaseQueryVariables as bJ, type DatabaseSchemaQueryVariables as bK, type Database_Engine_CatalogQueryVariables as bL, type DatabasesQueryVariables as bM, type DeepAnalysisUsageFragment as bN, type DeleteAgentMutationVariables as bO, type DeleteAiProviderSettingMutationVariables as bP, type DeleteArtifactMutationVariables as bQ, type DeleteChatMutationVariables as bR, type DeleteDatabaseMutationVariables as bS, type DeleteDocumentMutationVariables as bT, type DeleteFolderMutationVariables as bU, type DeleteInsightMutationVariables as bV, type DeleteInsightsMutationVariables as bW, type DeleteIntegrationMutationVariables as bX, type DeleteProjectMutationVariables as bY, type DeleteReportMutationVariables as bZ, type DeleteSavedAiProviderModelMutationVariables as b_, type Table_DocumentQueryVariables as ba, type DocumentFragment as bb, type Document_ContentsQueryVariables as bc, type DocumentContentFragment as bd, type DocumentQueryVariables as be, type Document_FileQueryVariables as bf, type Document_FormatQueryVariables as bg, type DocumentFormatFragment as bh, type DocumentCatalogQueryVariables as bi, type DocumentCatalogFragment as bj, type DocumentCatalog_FormatQueryVariables as bk, type Document_TablesQueryVariables as bl, type Table_FromRelationsQueryVariables as bm, RelationType as bn, type RelationFragment as bo, type TableQueryVariables as bp, type Table_ToRelationsQueryVariables as bq, type TableConnectionFragment as br, type CreateDocumentMutationVariables as bs, type CreateFeedbackMutationVariables as bt, type CreateFolderMutationVariables as bu, type FolderFragment as bv, type CreateInsightMutationVariables as bw, type CreateIntegrationMutationVariables as bx, type CreateProjectMutationVariables as by, type CreateReportMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInterpMutationVariables as c$, type DeleteUserSkillFileMutationVariables as c0, type DeleteUserSkillFolderMutationVariables as c1, type DesktopDeviceConnectionFragment as c2, type DesktopDevicesQueryVariables as c3, type DevAccessTokenOutputFragment as c4, type DisconnectIntegrationMutationVariables as c5, type DismissPulseEventMutationVariables as c6, PulseEventPriority as c7, PulseEventKind as c8, type PulseEventFragment as c9, type RefineSkillInstructionMutationVariables as cA, type RefreshDatabaseSchemaMutationVariables as cB, type RefreshInsightMutationVariables as cC, type RegisterDesktopDeviceMutationVariables as cD, type ReinterpretSourceMutationVariables as cE, type ReinterpretSourcesOfuserMutationVariables as cF, type RelocateInsightMutationVariables as cG, type RemoveInsightFromReportMutationVariables as cH, type RemoveMcpServerMutationVariables as cI, type ResolvePulseEventMutationVariables as cJ, type ResumeMessageMutationVariables as cK, type WorkspaceDeleteScheduleFragment as cL, type SendMessageMutationVariables as cM, type SetDatabasePrimaryKeyMutationVariables as cN, type SyncProjectDesktopBindingMutationVariables as cO, type TestMcpServerMutationVariables as cP, type McpServerTestOutputFragment as cQ, type TestMcpServerConnectionMutationVariables as cR, type UpdateAgentMutationVariables as cS, type UpdateArtifactNameMutationVariables as cT, type UpdateChatMutationVariables as cU, type UpdateDatabaseMutationVariables as cV, type UpdateDocumentMutationVariables as cW, type UpdateFolderMutationVariables as cX, type UpdateInsightMutationVariables as cY, type UpdateInsightInReportMutationVariables as cZ, type UpdateInsightThumbnailMutationVariables as c_, type PulseEvent_IntegrationQueryVariables as ca, IntegrationStatus as cb, type IntegrationFragment as cc, type Integration_ProviderQueryVariables as cd, type IntegrationProviderFragment as ce, type IntegrationCatalogQueryVariables as cf, type IntegrationCatalogFragment as cg, type IntegrationCatalog_ProviderQueryVariables as ch, type DocumentCatalogConnectionFragment as ci, type DocumentCatalogsQueryVariables as cj, type DocumentConnectionFragment as ck, type Document_Format_CatalogQueryVariables as cl, type DocumentsQueryVariables as cm, type ChatStreamClient as cn, type DvinaSdkLifecycle as co, type DvinaEvents as cp, type ExecuteChatImportMutationVariables as cq, type GenerateUploadUriMutationVariables as cr, type FileModelFragment as cs, type MigrateLegacyCodeChatsMutationVariables as ct, type LegacyCodeMigratedChatSummaryOutputFragment as cu, type LegacyCodeMigrationOutputFragment as cv, type OpenActiveTabMutationVariables as cw, type PreviewChatImportMutationVariables as cx, type ReanalyzeDocumentMutationVariables as cy, type RefineAgentInstructionMutationVariables as cz, type ChatMessageFragment as d, type InterpretationsQueryVariables as d$, InterpretationType as d0, AiResourceType as d1, type InterpretationFragment as d2, type UpdateLiveContextMutationVariables as d3, type UpdateProjectMutationVariables as d4, type UpdatePulseTriggerMutationVariables as d5, type PulseTriggerSettingModelFragment as d6, type UpdateReportMutationVariables as d7, type UpdateTableMutationVariables as d8, type UpdateUserSkillFileMutationVariables as d9, type FindFitTierQueryVariables as dA, EntitlementTier as dB, type FolderQueryVariables as dC, type FoldersQueryVariables as dD, type FolderConnectionFragment as dE, type GetCapabilityQueryVariables as dF, type GetDevAccessTokenQueryVariables as dG, type GetLimitQueryVariables as dH, type GetRemainingQueryVariables as dI, type GetTokenUsageByModelQueryVariables as dJ, type ModelTokenUsageFragment as dK, type GetTokenUsageHistoryQueryVariables as dL, type GetTokenUsageStatusQueryVariables as dM, TokenUsageLimit as dN, ActiveWindowType as dO, type WindowDetailTypeFragment as dP, type UsageWindowsStatusTypeFragment as dQ, type UsageStatusFragment as dR, type GetTokenUsageStatus_WindowsQueryVariables as dS, type GetUsageQueryVariables as dT, type InsightsQueryVariables as dU, type IntegrationQueryVariables as dV, type IntegrationCatalogToolsQueryVariables as dW, type IntegrationCatalogsQueryVariables as dX, type IntegrationCatalogConnectionFragment as dY, type IntegrationsQueryVariables as dZ, type IntegrationConnectionFragment as d_, type UpdateUserSkillFolderMutationVariables as da, type UpsertAiProviderSettingMutationVariables as db, type UpsertWorkspaceAiModelMutationVariables as dc, type ExportQueryVariables as dd, type ExportWithInsightIdQueryVariables as de, type FeedItemQueryVariables as df, FeedItemKind as dg, type FeedDocumentDataFragment as dh, type FeedArtifactDataFragment as di, type FeedDatabaseDataFragment as dj, type FeedInsightDataFragment as dk, type FeedIntegrationDataFragment as dl, type FeedProjectDataFragment as dm, type FeedLiveContextDataFragment as dn, type FeedPulseDataFragment as dp, type FeedItemFragment as dq, type FeedItem_ActionQueryVariables as dr, type FeedSendMessageActionFragment as ds, type FeedItem_DataQueryVariables as dt, type FeedItemsQueryVariables as du, type FeedConnectionFragment as dv, type FileQueryVariables as dw, type FileMetaQueryVariables as dx, type FileUrlsQueryVariables as dy, type ResolvedFileUrlFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type McpTokensFragment as e$, type InterpretationConnectionFragment as e0, type LiveContextsQueryVariables as e1, type LiveContextConnectionFragment as e2, type LocalSandboxDeviceStatusesQueryVariables as e3, LocalSandboxDeviceConnectionState as e4, type LocalSandboxDeviceStatusModelFragment as e5, type NotificationQueryVariables as e6, NotificationCategory as e7, NotificationPriority as e8, NotificationStatus as e9, type UserSkillFoldersQueryVariables as eA, type WorkspaceDeletionScheduleQueryVariables as eB, type McpAuthUpdatesSubscriptionVariables as eC, McpAuthPhase as eD, type McpAuthUpdateModelFragment as eE, type TokenUsageUpdatesSubscriptionVariables as eF, type EvidenceFragment as eG, type FailedSyncEventIngestionFragment as eH, type StreamMessageContentOutputFragment as eI, type StreamMessageOutputFragment as eJ, type UsageMetaOutputFragment as eK, type PrivacyStatsOutputFragment as eL, type FinalContentEventOutputFragment as eM, type GetTokenUsageStatus_Windows_DayQueryVariables as eN, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eO, type GetTokenUsageStatus_Windows_MonthQueryVariables as eP, type GetTokenUsageStatus_Windows_WeekQueryVariables as eQ, type InferenceRequestAuditFragment as eR, type Insight_Chat_DesktopDeviceQueryVariables as eS, type Insight_Chat_ProjectQueryVariables as eT, type Integration_Provider_CatalogQueryVariables as eU, type InterruptEventOutputFragment as eV, type InvocationFragment as eW, type LiveContext_Source_EvidencesQueryVariables as eX, type ManagedChatModelsQueryVariables as eY, type McpClientInformationFragment as eZ, type McpCodeVerifierFragment as e_, type NotificationFragment as ea, type NotificationsQueryVariables as eb, type NotificationConnectionFragment as ec, type NotificationsByReferenceQueryVariables as ed, type PrivacyStatsQueryVariables as ee, type PrivacyStatsFragment as ef, type PrivateMcpServersQueryVariables as eg, type ProjectsQueryVariables as eh, type ProjectConnectionFragment as ei, type PulseAppSummaryQueryVariables as ej, type PulseAppSummaryModelFragment as ek, type PulseEventQueryVariables as el, type PulseEventsQueryVariables as em, type PulseEventConnectionFragment as en, type PulseTriggerSettingsQueryVariables as eo, type QueryQueryVariables as ep, type QueryWithInsightIdQueryVariables as eq, type QueryWithMessageIdQueryVariables as er, type ReportsQueryVariables as es, type SkillCatalogQueryVariables as et, SkillCatalogSource as eu, type SkillCatalogItemFragment as ev, type TablesQueryVariables as ew, type UserSkillFileQueryVariables as ex, type UserSkillFilesQueryVariables as ey, type UserSkillFolderQueryVariables as ez, ArtifactKind as f, InsightOrderByRelevanceFieldEnum as f$, type McpToolFragment as f0, type MessageEndEventOutputFragment as f1, type MessageStartEventOutputFragment as f2, type ProgressSummaryEventOutputFragment as f3, type Project_DesktopBinding_DeviceQueryVariables as f4, type PulseEvent_Integration_ProviderQueryVariables as f5, type ReasoningEventOutputFragment as f6, type ResetWorkspaceMutationVariables as f7, type ScheduleWorkspaceDeletionMutationVariables as f8, type TextBlockEventOutputFragment as f9, ArtifactOrderByRelevanceFieldEnum as fA, CapabilityType as fB, ChatMessageOrderByRelevanceFieldEnum as fC, ChatOrderByRelevanceFieldEnum as fD, type ChatStreamClientOptions as fE, type ChatStreamEvent as fF, type ChatStreamListener as fG, type ChatStreamListenerHandlers as fH, DatabaseCatalogOrderByRelevanceFieldEnum as fI, DatabaseOrderByRelevanceFieldEnum as fJ, DesktopDeviceOrderByRelevanceFieldEnum as fK, type DevicePresenceEvent as fL, type DevicePresenceSnapshot as fM, DocumentCatalogOrderByRelevanceFieldEnum as fN, DocumentOrderByRelevanceFieldEnum as fO, type DvinaEventRef as fP, type DvinaEventTopic as fQ, type DvinaRealtimeEvent as fR, type DvinaSdkBaseOptions as fS, type DvinaSdkCallbackOptions as fT, type DvinaSdkLifecycleHint as fU, type DvinaSdkTokenOptions as fV, FeedItemOrderByRelevanceFieldEnum as fW, FeedbackOrderByRelevanceFieldEnum as fX, FileOrderByRelevanceFieldEnum as fY, FileUrlVariant as fZ, FolderOrderByRelevanceFieldEnum as f_, type TextDeltaEventOutputFragment as fa, type WidgetBlockStartEventOutputFragment as fb, type WidgetHtmlDeltaEventOutputFragment as fc, type WidgetBlockCompleteEventOutputFragment as fd, type WidgetBlockErrorEventOutputFragment as fe, type ToolStartEventOutputFragment as ff, type ToolInputDeltaEventOutputFragment as fg, type ToolResultArtifactOutputFragment as fh, type ToolResultEventOutputFragment as fi, type StreamEventSchemaAnchorFragment as fj, type SyncEventFragment as fk, type SyncEventCursorFragment as fl, type Table_Database_EngineQueryVariables as fm, type Table_Document_ContentsQueryVariables as fn, type Table_Document_FileQueryVariables as fo, type Table_Document_FormatQueryVariables as fp, type TokenUsageFragment as fq, type UserSkillFileFragment as fr, type UserSkillFolderFragment as fs, type WorkspaceAiModelQueryVariables as ft, type WorkspaceAiModelSettingFragment as fu, type ActiveChatsEvent as fv, type ActiveChatsSnapshot as fw, type ActiveTabsEvent as fx, type ActiveTabsSnapshot as fy, AgentOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, IntegrationCatalogOrderByRelevanceFieldEnum as g0, IntegrationOrderByRelevanceFieldEnum as g1, InterpretationOrderByRelevanceFieldEnum as g2, LimitType as g3, LiveContextOrderByRelevanceFieldEnum as g4, NotificationOrderByRelevanceFieldEnum as g5, NullsOrder as g6, ProjectDesktopBindingOrderByRelevanceFieldEnum as g7, ProjectOrderByRelevanceFieldEnum as g8, PulseEventOrderByRelevanceFieldEnum as g9, QueryMode as ga, type RealtimeTopicData as gb, ReportOrderByRelevanceFieldEnum as gc, SendMessageModel as gd, SortOrder as ge, TableOrderByRelevanceFieldEnum as gf, UsageHistoryGranularity as gg, createChatStreamClient as gh, createDvinaClient as gi, createDvinaEvents as gj, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.cjs';
|
|
2
2
|
import { D as DvinaAsyncRef, b as DvinaRequest, c as DvinaSubscribe } from './types-Chg8ASmf.cjs';
|
|
3
|
-
import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-9n6C9179.cjs';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.cjs';
|
|
5
5
|
import { BillingClient } from './billing/index.cjs';
|
|
6
6
|
|
|
@@ -46,6 +46,12 @@ declare enum ActiveWindowType {
|
|
|
46
46
|
Month = "MONTH",
|
|
47
47
|
Week = "WEEK"
|
|
48
48
|
}
|
|
49
|
+
type AddMcpServerInput = {
|
|
50
|
+
clientId?: InputMaybe<Scalars['String']>;
|
|
51
|
+
clientSecret?: InputMaybe<Scalars['String']>;
|
|
52
|
+
name: Scalars['String'];
|
|
53
|
+
serverUrl: Scalars['String'];
|
|
54
|
+
};
|
|
49
55
|
type AgentCreateInput = {
|
|
50
56
|
emoji?: InputMaybe<Scalars['String']>;
|
|
51
57
|
id?: InputMaybe<Scalars['String']>;
|
|
@@ -2861,6 +2867,8 @@ type MessageEndEventOutput = {
|
|
|
2861
2867
|
type MessageStartEventOutput = {
|
|
2862
2868
|
__typename?: 'MessageStartEventOutput';
|
|
2863
2869
|
message: StreamMessageOutput;
|
|
2870
|
+
/** @deprecated Retained for SDK compatibility; message start mode is no longer emitted. */
|
|
2871
|
+
mode?: Maybe<Scalars['String']>;
|
|
2864
2872
|
type: Scalars['String'];
|
|
2865
2873
|
};
|
|
2866
2874
|
declare enum NotificationCategory {
|
|
@@ -4131,6 +4139,9 @@ type TableWhereUniqueInput = {
|
|
|
4131
4139
|
toRelations?: InputMaybe<RelationListRelationFilter>;
|
|
4132
4140
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
4133
4141
|
};
|
|
4142
|
+
type TestMcpServerConnectionInput = {
|
|
4143
|
+
serverUrl: Scalars['String'];
|
|
4144
|
+
};
|
|
4134
4145
|
type TextBlockEventOutput = {
|
|
4135
4146
|
__typename?: 'TextBlockEventOutput';
|
|
4136
4147
|
text: Scalars['String'];
|
|
@@ -5797,7 +5808,10 @@ type LocalSandboxDeviceStatusModelFragment = {
|
|
|
5797
5808
|
type McpAuthUpdateModelFragment = {
|
|
5798
5809
|
__typename: 'McpAuthUpdateModel';
|
|
5799
5810
|
authorizationUrl?: string | null;
|
|
5811
|
+
displayName?: string | null;
|
|
5800
5812
|
error?: string | null;
|
|
5813
|
+
iconUrl?: string | null;
|
|
5814
|
+
isCustom?: boolean | null;
|
|
5801
5815
|
phase: McpAuthPhase;
|
|
5802
5816
|
provider: string;
|
|
5803
5817
|
};
|
|
@@ -5821,10 +5835,24 @@ type McpCodeVerifierFragment = {
|
|
|
5821
5835
|
type McpServerFragment = {
|
|
5822
5836
|
__typename: 'McpServer';
|
|
5823
5837
|
authType?: string | null;
|
|
5838
|
+
createdAt: string;
|
|
5824
5839
|
id: string;
|
|
5840
|
+
metadata?: any | null;
|
|
5841
|
+
name?: string | null;
|
|
5825
5842
|
provider: string;
|
|
5826
5843
|
serverUrl: string;
|
|
5844
|
+
status?: string | null;
|
|
5827
5845
|
transport?: string | null;
|
|
5846
|
+
updatedAt: string;
|
|
5847
|
+
};
|
|
5848
|
+
type McpServerTestOutputFragment = {
|
|
5849
|
+
__typename: 'McpServerTestOutput';
|
|
5850
|
+
error?: string | null;
|
|
5851
|
+
requiresAuth: boolean;
|
|
5852
|
+
serverInfo?: any | null;
|
|
5853
|
+
success: boolean;
|
|
5854
|
+
toolCount: number;
|
|
5855
|
+
tools: Array<string>;
|
|
5828
5856
|
};
|
|
5829
5857
|
type McpTokensFragment = {
|
|
5830
5858
|
__typename: 'McpTokens';
|
|
@@ -5850,6 +5878,7 @@ type MessageEndEventOutputFragment = {
|
|
|
5850
5878
|
};
|
|
5851
5879
|
type MessageStartEventOutputFragment = {
|
|
5852
5880
|
__typename: 'MessageStartEventOutput';
|
|
5881
|
+
mode?: string | null;
|
|
5853
5882
|
type: string;
|
|
5854
5883
|
message: {
|
|
5855
5884
|
__typename: 'StreamMessageOutput';
|
|
@@ -6221,6 +6250,7 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
6221
6250
|
type: string;
|
|
6222
6251
|
} | {
|
|
6223
6252
|
__typename: 'MessageStartEventOutput';
|
|
6253
|
+
mode?: string | null;
|
|
6224
6254
|
type: string;
|
|
6225
6255
|
message: {
|
|
6226
6256
|
__typename: 'StreamMessageOutput';
|
|
@@ -6801,6 +6831,9 @@ type AddInsightToReportMutationVariables = Exact<{
|
|
|
6801
6831
|
reportId: Scalars['String'];
|
|
6802
6832
|
size?: InputMaybe<ReportMemberSize>;
|
|
6803
6833
|
}>;
|
|
6834
|
+
type AddMcpServerMutationVariables = Exact<{
|
|
6835
|
+
input: AddMcpServerInput;
|
|
6836
|
+
}>;
|
|
6804
6837
|
type CancelOauthFlowMutationVariables = Exact<{
|
|
6805
6838
|
provider: Scalars['String'];
|
|
6806
6839
|
}>;
|
|
@@ -6977,6 +7010,9 @@ type RemoveInsightFromReportMutationVariables = Exact<{
|
|
|
6977
7010
|
insightId: Scalars['String'];
|
|
6978
7011
|
reportId: Scalars['String'];
|
|
6979
7012
|
}>;
|
|
7013
|
+
type RemoveMcpServerMutationVariables = Exact<{
|
|
7014
|
+
id: Scalars['ID'];
|
|
7015
|
+
}>;
|
|
6980
7016
|
type ResetWorkspaceMutationVariables = Exact<{
|
|
6981
7017
|
[key: string]: never;
|
|
6982
7018
|
}>;
|
|
@@ -7009,6 +7045,12 @@ type SyncProjectDesktopBindingMutationVariables = Exact<{
|
|
|
7009
7045
|
input: SyncProjectDesktopBindingInput;
|
|
7010
7046
|
projectId: Scalars['ID'];
|
|
7011
7047
|
}>;
|
|
7048
|
+
type TestMcpServerMutationVariables = Exact<{
|
|
7049
|
+
id: Scalars['ID'];
|
|
7050
|
+
}>;
|
|
7051
|
+
type TestMcpServerConnectionMutationVariables = Exact<{
|
|
7052
|
+
input: TestMcpServerConnectionInput;
|
|
7053
|
+
}>;
|
|
7012
7054
|
type UpdateAgentMutationVariables = Exact<{
|
|
7013
7055
|
data: AgentUpdateInput;
|
|
7014
7056
|
where: AgentWhereUniqueInput;
|
|
@@ -7567,6 +7609,9 @@ type NotificationsByReferenceQueryVariables = Exact<{
|
|
|
7567
7609
|
type PrivacyStatsQueryVariables = Exact<{
|
|
7568
7610
|
id: Scalars['ID'];
|
|
7569
7611
|
}>;
|
|
7612
|
+
type PrivateMcpServersQueryVariables = Exact<{
|
|
7613
|
+
[key: string]: never;
|
|
7614
|
+
}>;
|
|
7570
7615
|
type ProjectQueryVariables = Exact<{
|
|
7571
7616
|
id: Scalars['ID'];
|
|
7572
7617
|
}>;
|
|
@@ -7813,6 +7858,8 @@ interface DvinaSdkBaseOptions {
|
|
|
7813
7858
|
billingUrl?: string;
|
|
7814
7859
|
/** Preferred language for API responses. Static string or reactive callback. */
|
|
7815
7860
|
language?: string | (() => string);
|
|
7861
|
+
/** Client platform sent with API requests. */
|
|
7862
|
+
platform?: 'web' | 'ios' | 'android' | (() => 'web' | 'ios' | 'android');
|
|
7816
7863
|
/**
|
|
7817
7864
|
* Global error callback invoked for every terminal SDK error (after all
|
|
7818
7865
|
* retries and token refreshes have been exhausted).
|
|
@@ -7876,4 +7923,4 @@ interface DvinaClientResult {
|
|
|
7876
7923
|
*/
|
|
7877
7924
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7878
7925
|
|
|
7879
|
-
export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type Database_EngineQueryVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type ChatImportExecuteOutputFragment as aA, ChatSourceImportFidelityEnum as aB, ChatSourceImportModeEnum as aC, type ChatImportPreviewOutputFragment as aD, type ChatMessage_Chat_DesktopDeviceQueryVariables as aE, type ChatMessage_Chat_InsightQueryVariables as aF, type ChatMessage_Chat_ProjectQueryVariables as aG, type ChatMessagesQueryVariables as aH, type ChatQueryVariables as aI, type ChatTitleEventOutputFragment as aJ, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aK, type Chat_Insight_ReportMembersQueryVariables as aL, type Chat_Insight_ThumbnailFileQueryVariables as aM, type Chat_Project_DesktopBindingQueryVariables as aN, type ChatsQueryVariables as aO, type CloseActiveTabsMutationVariables as aP, type ConnectIntegrationMutationVariables as aQ, type CreateIntegrationOutputFragment as aR, type ConsumePulseEventsMutationVariables as aS, type ContentMaskFragment as aT, type ContextUsageEventOutputFragment as aU, type ContinueImportedChatMutationVariables as aV, type ContinueInterpretationMutationVariables as aW, type CreateAgentMutationVariables as aX, type CreateChatMutationVariables as aY, type CreateDatabaseMutationVariables as aZ, type DatabaseFragment as a_, type AddInsightToReportMutationVariables as aa, type AgentQueryVariables as ab, type AgentsQueryVariables as ac, type AiProviderSettingQueryVariables as ad, type UserAiProviderSettingFragment as ae, type ArtifactQueryVariables as af, type Artifact_Chat_DesktopDeviceQueryVariables as ag, type Artifact_Chat_InsightQueryVariables as ah, type Artifact_Chat_ProjectQueryVariables as ai, type Artifact_Message_ChatQueryVariables as aj, type Artifact_Message_ContentsQueryVariables as ak, type Artifact_Message_FeedbackQueryVariables as al, type ArtifactsQueryVariables as am, type AudioEventOutputFragment as an, type CancelOauthFlowMutationVariables as ao, type CancelWorkspaceDeletionMutationVariables as ap, type CandidateFragment as aq, type LiveContextQueryVariables as ar, LiveContextStatus as as, type LiveContextFragment as at, type LiveContext_ItemsQueryVariables as au, FeedActionType as av, type FeedItemGeneratedFragment as aw, type LiveContext_SourceQueryVariables as ax, type CandidateEvidenceFragment as ay, type ImportedChatSummaryOutputFragment as az, type ActionFragment as b, type DeleteUserSkillFolderMutationVariables as b$, type DatabaseEngineFragment as b0, type DatabaseCatalogQueryVariables as b1, type DatabaseCatalogFragment as b2, type DatabaseCatalog_EngineQueryVariables as b3, type Database_TablesQueryVariables as b4, TableStatus as b5, type TableFragment as b6, type Table_DatabaseQueryVariables as b7, type Table_DocumentQueryVariables as b8, type DocumentFragment as b9, type UserSkillFileModelFragment as bA, type CreateUserSkillFolderMutationVariables as bB, type UserSkillFolderModelFragment as bC, type CubeModelFragment as bD, type DatabaseCatalogConnectionFragment as bE, type DatabaseCatalogsQueryVariables as bF, type DatabaseConnectionFragment as bG, type DatabaseQueryVariables as bH, type DatabaseSchemaQueryVariables as bI, type Database_Engine_CatalogQueryVariables as bJ, type DatabasesQueryVariables as bK, type DeepAnalysisUsageFragment as bL, type DeleteAgentMutationVariables as bM, type DeleteAiProviderSettingMutationVariables as bN, type DeleteArtifactMutationVariables as bO, type DeleteChatMutationVariables as bP, type DeleteDatabaseMutationVariables as bQ, type DeleteDocumentMutationVariables as bR, type DeleteFolderMutationVariables as bS, type DeleteInsightMutationVariables as bT, type DeleteInsightsMutationVariables as bU, type DeleteIntegrationMutationVariables as bV, type DeleteProjectMutationVariables as bW, type DeleteReportMutationVariables as bX, type DeleteSavedAiProviderModelMutationVariables as bY, type DeleteTableMutationVariables as bZ, type DeleteUserSkillFileMutationVariables as b_, type Document_ContentsQueryVariables as ba, type DocumentContentFragment as bb, type DocumentQueryVariables as bc, type Document_FileQueryVariables as bd, type Document_FormatQueryVariables as be, type DocumentFormatFragment as bf, type DocumentCatalogQueryVariables as bg, type DocumentCatalogFragment as bh, type DocumentCatalog_FormatQueryVariables as bi, type Document_TablesQueryVariables as bj, type Table_FromRelationsQueryVariables as bk, RelationType as bl, type RelationFragment as bm, type TableQueryVariables as bn, type Table_ToRelationsQueryVariables as bo, type TableConnectionFragment as bp, type CreateDocumentMutationVariables as bq, type CreateFeedbackMutationVariables as br, type CreateFolderMutationVariables as bs, type FolderFragment as bt, type CreateInsightMutationVariables as bu, type CreateIntegrationMutationVariables as bv, type CreateProjectMutationVariables as bw, type CreateReportMutationVariables as bx, type CreateTableMutationVariables as by, type CreateUserSkillFileMutationVariables as bz, ChatMessageFromEnum as c, type UpdatePulseTriggerMutationVariables as c$, type DesktopDeviceConnectionFragment as c0, type DesktopDevicesQueryVariables as c1, type DevAccessTokenOutputFragment as c2, type DisconnectIntegrationMutationVariables as c3, type DismissPulseEventMutationVariables as c4, PulseEventPriority as c5, PulseEventKind as c6, type PulseEventFragment as c7, type PulseEvent_IntegrationQueryVariables as c8, IntegrationStatus as c9, type RefreshInsightMutationVariables as cA, type RegisterDesktopDeviceMutationVariables as cB, type ReinterpretSourceMutationVariables as cC, type ReinterpretSourcesOfuserMutationVariables as cD, type RelocateInsightMutationVariables as cE, type RemoveInsightFromReportMutationVariables as cF, type ResolvePulseEventMutationVariables as cG, type ResumeMessageMutationVariables as cH, type WorkspaceDeleteScheduleFragment as cI, type SendMessageMutationVariables as cJ, type SetDatabasePrimaryKeyMutationVariables as cK, type SyncProjectDesktopBindingMutationVariables as cL, type UpdateAgentMutationVariables as cM, type UpdateArtifactNameMutationVariables as cN, type UpdateChatMutationVariables as cO, type UpdateDatabaseMutationVariables as cP, type UpdateDocumentMutationVariables as cQ, type UpdateFolderMutationVariables as cR, type UpdateInsightMutationVariables as cS, type UpdateInsightInReportMutationVariables as cT, type UpdateInsightThumbnailMutationVariables as cU, type UpdateInterpMutationVariables as cV, InterpretationType as cW, AiResourceType as cX, type InterpretationFragment as cY, type UpdateLiveContextMutationVariables as cZ, type UpdateProjectMutationVariables as c_, type IntegrationFragment as ca, type Integration_ProviderQueryVariables as cb, type IntegrationProviderFragment as cc, type IntegrationCatalogQueryVariables as cd, type IntegrationCatalogFragment as ce, type IntegrationCatalog_ProviderQueryVariables as cf, type DocumentCatalogConnectionFragment as cg, type DocumentCatalogsQueryVariables as ch, type DocumentConnectionFragment as ci, type Document_Format_CatalogQueryVariables as cj, type DocumentsQueryVariables as ck, type ChatStreamClient as cl, type DvinaSdkLifecycle as cm, type DvinaEvents as cn, type ExecuteChatImportMutationVariables as co, type GenerateUploadUriMutationVariables as cp, type FileModelFragment as cq, type MigrateLegacyCodeChatsMutationVariables as cr, type LegacyCodeMigratedChatSummaryOutputFragment as cs, type LegacyCodeMigrationOutputFragment as ct, type OpenActiveTabMutationVariables as cu, type PreviewChatImportMutationVariables as cv, type ReanalyzeDocumentMutationVariables as cw, type RefineAgentInstructionMutationVariables as cx, type RefineSkillInstructionMutationVariables as cy, type RefreshDatabaseSchemaMutationVariables as cz, type ChatMessageFragment as d, type LocalSandboxDeviceStatusModelFragment as d$, type PulseTriggerSettingModelFragment as d0, type UpdateReportMutationVariables as d1, type UpdateTableMutationVariables as d2, type UpdateUserSkillFileMutationVariables as d3, type UpdateUserSkillFolderMutationVariables as d4, type UpsertAiProviderSettingMutationVariables as d5, type UpsertWorkspaceAiModelMutationVariables as d6, type ExportQueryVariables as d7, type ExportWithInsightIdQueryVariables as d8, type FeedItemQueryVariables as d9, type GetDevAccessTokenQueryVariables as dA, type GetLimitQueryVariables as dB, type GetRemainingQueryVariables as dC, type GetTokenUsageByModelQueryVariables as dD, type ModelTokenUsageFragment as dE, type GetTokenUsageHistoryQueryVariables as dF, type GetTokenUsageStatusQueryVariables as dG, TokenUsageLimit as dH, ActiveWindowType as dI, type WindowDetailTypeFragment as dJ, type UsageWindowsStatusTypeFragment as dK, type UsageStatusFragment as dL, type GetTokenUsageStatus_WindowsQueryVariables as dM, type GetUsageQueryVariables as dN, type InsightsQueryVariables as dO, type IntegrationQueryVariables as dP, type IntegrationCatalogToolsQueryVariables as dQ, type IntegrationCatalogsQueryVariables as dR, type IntegrationCatalogConnectionFragment as dS, type IntegrationsQueryVariables as dT, type IntegrationConnectionFragment as dU, type InterpretationsQueryVariables as dV, type InterpretationConnectionFragment as dW, type LiveContextsQueryVariables as dX, type LiveContextConnectionFragment as dY, type LocalSandboxDeviceStatusesQueryVariables as dZ, LocalSandboxDeviceConnectionState as d_, FeedItemKind as da, type FeedDocumentDataFragment as db, type FeedArtifactDataFragment as dc, type FeedDatabaseDataFragment as dd, type FeedInsightDataFragment as de, type FeedIntegrationDataFragment as df, type FeedProjectDataFragment as dg, type FeedLiveContextDataFragment as dh, type FeedPulseDataFragment as di, type FeedItemFragment as dj, type FeedItem_ActionQueryVariables as dk, type FeedSendMessageActionFragment as dl, type FeedItem_DataQueryVariables as dm, type FeedItemsQueryVariables as dn, type FeedConnectionFragment as dp, type FileQueryVariables as dq, type FileMetaQueryVariables as dr, type FileUrlsQueryVariables as ds, type ResolvedFileUrlFragment as dt, type FindFitTierQueryVariables as du, EntitlementTier as dv, type FolderQueryVariables as dw, type FoldersQueryVariables as dx, type FolderConnectionFragment as dy, type GetCapabilityQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type PulseEvent_Integration_ProviderQueryVariables as e$, type NotificationQueryVariables as e0, NotificationCategory as e1, NotificationPriority as e2, NotificationStatus as e3, type NotificationFragment as e4, type NotificationsQueryVariables as e5, type NotificationConnectionFragment as e6, type NotificationsByReferenceQueryVariables as e7, type PrivacyStatsQueryVariables as e8, type PrivacyStatsFragment as e9, type FailedSyncEventIngestionFragment as eA, type StreamMessageContentOutputFragment as eB, type StreamMessageOutputFragment as eC, type UsageMetaOutputFragment as eD, type PrivacyStatsOutputFragment as eE, type FinalContentEventOutputFragment as eF, type GetTokenUsageStatus_Windows_DayQueryVariables as eG, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eH, type GetTokenUsageStatus_Windows_MonthQueryVariables as eI, type GetTokenUsageStatus_Windows_WeekQueryVariables as eJ, type InferenceRequestAuditFragment as eK, type Insight_Chat_DesktopDeviceQueryVariables as eL, type Insight_Chat_ProjectQueryVariables as eM, type Integration_Provider_CatalogQueryVariables as eN, type InterruptEventOutputFragment as eO, type InvocationFragment as eP, type LiveContext_Source_EvidencesQueryVariables as eQ, type ManagedChatModelsQueryVariables as eR, type McpClientInformationFragment as eS, type McpCodeVerifierFragment as eT, type McpServerFragment as eU, type McpTokensFragment as eV, type McpToolFragment as eW, type MessageEndEventOutputFragment as eX, type MessageStartEventOutputFragment as eY, type ProgressSummaryEventOutputFragment as eZ, type Project_DesktopBinding_DeviceQueryVariables as e_, type ProjectsQueryVariables as ea, type ProjectConnectionFragment as eb, type PulseAppSummaryQueryVariables as ec, type PulseAppSummaryModelFragment as ed, type PulseEventQueryVariables as ee, type PulseEventsQueryVariables as ef, type PulseEventConnectionFragment as eg, type PulseTriggerSettingsQueryVariables as eh, type QueryQueryVariables as ei, type QueryWithInsightIdQueryVariables as ej, type QueryWithMessageIdQueryVariables as ek, type ReportsQueryVariables as el, type SkillCatalogQueryVariables as em, SkillCatalogSource as en, type SkillCatalogItemFragment as eo, type TablesQueryVariables as ep, type UserSkillFileQueryVariables as eq, type UserSkillFilesQueryVariables as er, type UserSkillFolderQueryVariables as es, type UserSkillFoldersQueryVariables as et, type WorkspaceDeletionScheduleQueryVariables as eu, type McpAuthUpdatesSubscriptionVariables as ev, McpAuthPhase as ew, type McpAuthUpdateModelFragment as ex, type TokenUsageUpdatesSubscriptionVariables as ey, type EvidenceFragment as ez, ArtifactKind as f, NotificationOrderByRelevanceFieldEnum as f$, type ReasoningEventOutputFragment as f0, type ResetWorkspaceMutationVariables as f1, type ScheduleWorkspaceDeletionMutationVariables as f2, type TextBlockEventOutputFragment as f3, type TextDeltaEventOutputFragment as f4, type WidgetBlockStartEventOutputFragment as f5, type WidgetHtmlDeltaEventOutputFragment as f6, type WidgetBlockCompleteEventOutputFragment as f7, type WidgetBlockErrorEventOutputFragment as f8, type ToolStartEventOutputFragment as f9, type ChatStreamListener as fA, type ChatStreamListenerHandlers as fB, DatabaseCatalogOrderByRelevanceFieldEnum as fC, DatabaseOrderByRelevanceFieldEnum as fD, DesktopDeviceOrderByRelevanceFieldEnum as fE, type DevicePresenceEvent as fF, type DevicePresenceSnapshot as fG, DocumentCatalogOrderByRelevanceFieldEnum as fH, DocumentOrderByRelevanceFieldEnum as fI, type DvinaEventRef as fJ, type DvinaEventTopic as fK, type DvinaRealtimeEvent as fL, type DvinaSdkBaseOptions as fM, type DvinaSdkCallbackOptions as fN, type DvinaSdkLifecycleHint as fO, type DvinaSdkTokenOptions as fP, FeedItemOrderByRelevanceFieldEnum as fQ, FeedbackOrderByRelevanceFieldEnum as fR, FileOrderByRelevanceFieldEnum as fS, FileUrlVariant as fT, FolderOrderByRelevanceFieldEnum as fU, InsightOrderByRelevanceFieldEnum as fV, IntegrationCatalogOrderByRelevanceFieldEnum as fW, IntegrationOrderByRelevanceFieldEnum as fX, InterpretationOrderByRelevanceFieldEnum as fY, LimitType as fZ, LiveContextOrderByRelevanceFieldEnum as f_, type ToolInputDeltaEventOutputFragment as fa, type ToolResultArtifactOutputFragment as fb, type ToolResultEventOutputFragment as fc, type StreamEventSchemaAnchorFragment as fd, type SyncEventFragment as fe, type SyncEventCursorFragment as ff, type Table_Database_EngineQueryVariables as fg, type Table_Document_ContentsQueryVariables as fh, type Table_Document_FileQueryVariables as fi, type Table_Document_FormatQueryVariables as fj, type TokenUsageFragment as fk, type UserSkillFileFragment as fl, type UserSkillFolderFragment as fm, type WorkspaceAiModelQueryVariables as fn, type WorkspaceAiModelSettingFragment as fo, type ActiveChatsEvent as fp, type ActiveChatsSnapshot as fq, type ActiveTabsEvent as fr, type ActiveTabsSnapshot as fs, AgentOrderByRelevanceFieldEnum as ft, ArtifactOrderByRelevanceFieldEnum as fu, CapabilityType as fv, ChatMessageOrderByRelevanceFieldEnum as fw, ChatOrderByRelevanceFieldEnum as fx, type ChatStreamClientOptions as fy, type ChatStreamEvent as fz, type ArtifactFragment as g, NullsOrder as g0, ProjectDesktopBindingOrderByRelevanceFieldEnum as g1, ProjectOrderByRelevanceFieldEnum as g2, PulseEventOrderByRelevanceFieldEnum as g3, QueryMode as g4, type RealtimeTopicData as g5, ReportOrderByRelevanceFieldEnum as g6, SendMessageModel as g7, SortOrder as g8, TableOrderByRelevanceFieldEnum as g9, UsageHistoryGranularity as ga, createChatStreamClient as gb, createDvinaClient as gc, createDvinaEvents as gd, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
|
|
7926
|
+
export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Project_DesktopBindingQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type ChatMessage_ContentsQueryVariables as I, ContentBlockType as J, type ContentBlockAgentOutputFragment as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, ProjectDesktopContextKind as P, type Chat_InsightQueryVariables as Q, ReasoningEffort as R, type Insight_ChatQueryVariables as S, type Insight_ReportMembersQueryVariables as T, ReportMemberSize as U, Presentation as V, type ReportMemberFragment as W, type ReportQueryVariables as X, type ReportFragment as Y, type Report_InsightsQueryVariables as Z, type InsightFragment as _, ActionType as a, type CreateDatabaseMutationVariables as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextUsageEventOutputFragment as aW, type ContinueImportedChatMutationVariables as aX, type ContinueInterpretationMutationVariables as aY, type CreateAgentMutationVariables as aZ, type CreateChatMutationVariables as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteTableMutationVariables as b$, type DatabaseFragment as b0, type Database_EngineQueryVariables as b1, type DatabaseEngineFragment as b2, type DatabaseCatalogQueryVariables as b3, type DatabaseCatalogFragment as b4, type DatabaseCatalog_EngineQueryVariables as b5, type Database_TablesQueryVariables as b6, TableStatus as b7, type TableFragment as b8, type Table_DatabaseQueryVariables as b9, type CreateTableMutationVariables as bA, type CreateUserSkillFileMutationVariables as bB, type UserSkillFileModelFragment as bC, type CreateUserSkillFolderMutationVariables as bD, type UserSkillFolderModelFragment as bE, type CubeModelFragment as bF, type DatabaseCatalogConnectionFragment as bG, type DatabaseCatalogsQueryVariables as bH, type DatabaseConnectionFragment as bI, type DatabaseQueryVariables as bJ, type DatabaseSchemaQueryVariables as bK, type Database_Engine_CatalogQueryVariables as bL, type DatabasesQueryVariables as bM, type DeepAnalysisUsageFragment as bN, type DeleteAgentMutationVariables as bO, type DeleteAiProviderSettingMutationVariables as bP, type DeleteArtifactMutationVariables as bQ, type DeleteChatMutationVariables as bR, type DeleteDatabaseMutationVariables as bS, type DeleteDocumentMutationVariables as bT, type DeleteFolderMutationVariables as bU, type DeleteInsightMutationVariables as bV, type DeleteInsightsMutationVariables as bW, type DeleteIntegrationMutationVariables as bX, type DeleteProjectMutationVariables as bY, type DeleteReportMutationVariables as bZ, type DeleteSavedAiProviderModelMutationVariables as b_, type Table_DocumentQueryVariables as ba, type DocumentFragment as bb, type Document_ContentsQueryVariables as bc, type DocumentContentFragment as bd, type DocumentQueryVariables as be, type Document_FileQueryVariables as bf, type Document_FormatQueryVariables as bg, type DocumentFormatFragment as bh, type DocumentCatalogQueryVariables as bi, type DocumentCatalogFragment as bj, type DocumentCatalog_FormatQueryVariables as bk, type Document_TablesQueryVariables as bl, type Table_FromRelationsQueryVariables as bm, RelationType as bn, type RelationFragment as bo, type TableQueryVariables as bp, type Table_ToRelationsQueryVariables as bq, type TableConnectionFragment as br, type CreateDocumentMutationVariables as bs, type CreateFeedbackMutationVariables as bt, type CreateFolderMutationVariables as bu, type FolderFragment as bv, type CreateInsightMutationVariables as bw, type CreateIntegrationMutationVariables as bx, type CreateProjectMutationVariables as by, type CreateReportMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInterpMutationVariables as c$, type DeleteUserSkillFileMutationVariables as c0, type DeleteUserSkillFolderMutationVariables as c1, type DesktopDeviceConnectionFragment as c2, type DesktopDevicesQueryVariables as c3, type DevAccessTokenOutputFragment as c4, type DisconnectIntegrationMutationVariables as c5, type DismissPulseEventMutationVariables as c6, PulseEventPriority as c7, PulseEventKind as c8, type PulseEventFragment as c9, type RefineSkillInstructionMutationVariables as cA, type RefreshDatabaseSchemaMutationVariables as cB, type RefreshInsightMutationVariables as cC, type RegisterDesktopDeviceMutationVariables as cD, type ReinterpretSourceMutationVariables as cE, type ReinterpretSourcesOfuserMutationVariables as cF, type RelocateInsightMutationVariables as cG, type RemoveInsightFromReportMutationVariables as cH, type RemoveMcpServerMutationVariables as cI, type ResolvePulseEventMutationVariables as cJ, type ResumeMessageMutationVariables as cK, type WorkspaceDeleteScheduleFragment as cL, type SendMessageMutationVariables as cM, type SetDatabasePrimaryKeyMutationVariables as cN, type SyncProjectDesktopBindingMutationVariables as cO, type TestMcpServerMutationVariables as cP, type McpServerTestOutputFragment as cQ, type TestMcpServerConnectionMutationVariables as cR, type UpdateAgentMutationVariables as cS, type UpdateArtifactNameMutationVariables as cT, type UpdateChatMutationVariables as cU, type UpdateDatabaseMutationVariables as cV, type UpdateDocumentMutationVariables as cW, type UpdateFolderMutationVariables as cX, type UpdateInsightMutationVariables as cY, type UpdateInsightInReportMutationVariables as cZ, type UpdateInsightThumbnailMutationVariables as c_, type PulseEvent_IntegrationQueryVariables as ca, IntegrationStatus as cb, type IntegrationFragment as cc, type Integration_ProviderQueryVariables as cd, type IntegrationProviderFragment as ce, type IntegrationCatalogQueryVariables as cf, type IntegrationCatalogFragment as cg, type IntegrationCatalog_ProviderQueryVariables as ch, type DocumentCatalogConnectionFragment as ci, type DocumentCatalogsQueryVariables as cj, type DocumentConnectionFragment as ck, type Document_Format_CatalogQueryVariables as cl, type DocumentsQueryVariables as cm, type ChatStreamClient as cn, type DvinaSdkLifecycle as co, type DvinaEvents as cp, type ExecuteChatImportMutationVariables as cq, type GenerateUploadUriMutationVariables as cr, type FileModelFragment as cs, type MigrateLegacyCodeChatsMutationVariables as ct, type LegacyCodeMigratedChatSummaryOutputFragment as cu, type LegacyCodeMigrationOutputFragment as cv, type OpenActiveTabMutationVariables as cw, type PreviewChatImportMutationVariables as cx, type ReanalyzeDocumentMutationVariables as cy, type RefineAgentInstructionMutationVariables as cz, type ChatMessageFragment as d, type InterpretationsQueryVariables as d$, InterpretationType as d0, AiResourceType as d1, type InterpretationFragment as d2, type UpdateLiveContextMutationVariables as d3, type UpdateProjectMutationVariables as d4, type UpdatePulseTriggerMutationVariables as d5, type PulseTriggerSettingModelFragment as d6, type UpdateReportMutationVariables as d7, type UpdateTableMutationVariables as d8, type UpdateUserSkillFileMutationVariables as d9, type FindFitTierQueryVariables as dA, EntitlementTier as dB, type FolderQueryVariables as dC, type FoldersQueryVariables as dD, type FolderConnectionFragment as dE, type GetCapabilityQueryVariables as dF, type GetDevAccessTokenQueryVariables as dG, type GetLimitQueryVariables as dH, type GetRemainingQueryVariables as dI, type GetTokenUsageByModelQueryVariables as dJ, type ModelTokenUsageFragment as dK, type GetTokenUsageHistoryQueryVariables as dL, type GetTokenUsageStatusQueryVariables as dM, TokenUsageLimit as dN, ActiveWindowType as dO, type WindowDetailTypeFragment as dP, type UsageWindowsStatusTypeFragment as dQ, type UsageStatusFragment as dR, type GetTokenUsageStatus_WindowsQueryVariables as dS, type GetUsageQueryVariables as dT, type InsightsQueryVariables as dU, type IntegrationQueryVariables as dV, type IntegrationCatalogToolsQueryVariables as dW, type IntegrationCatalogsQueryVariables as dX, type IntegrationCatalogConnectionFragment as dY, type IntegrationsQueryVariables as dZ, type IntegrationConnectionFragment as d_, type UpdateUserSkillFolderMutationVariables as da, type UpsertAiProviderSettingMutationVariables as db, type UpsertWorkspaceAiModelMutationVariables as dc, type ExportQueryVariables as dd, type ExportWithInsightIdQueryVariables as de, type FeedItemQueryVariables as df, FeedItemKind as dg, type FeedDocumentDataFragment as dh, type FeedArtifactDataFragment as di, type FeedDatabaseDataFragment as dj, type FeedInsightDataFragment as dk, type FeedIntegrationDataFragment as dl, type FeedProjectDataFragment as dm, type FeedLiveContextDataFragment as dn, type FeedPulseDataFragment as dp, type FeedItemFragment as dq, type FeedItem_ActionQueryVariables as dr, type FeedSendMessageActionFragment as ds, type FeedItem_DataQueryVariables as dt, type FeedItemsQueryVariables as du, type FeedConnectionFragment as dv, type FileQueryVariables as dw, type FileMetaQueryVariables as dx, type FileUrlsQueryVariables as dy, type ResolvedFileUrlFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type McpTokensFragment as e$, type InterpretationConnectionFragment as e0, type LiveContextsQueryVariables as e1, type LiveContextConnectionFragment as e2, type LocalSandboxDeviceStatusesQueryVariables as e3, LocalSandboxDeviceConnectionState as e4, type LocalSandboxDeviceStatusModelFragment as e5, type NotificationQueryVariables as e6, NotificationCategory as e7, NotificationPriority as e8, NotificationStatus as e9, type UserSkillFoldersQueryVariables as eA, type WorkspaceDeletionScheduleQueryVariables as eB, type McpAuthUpdatesSubscriptionVariables as eC, McpAuthPhase as eD, type McpAuthUpdateModelFragment as eE, type TokenUsageUpdatesSubscriptionVariables as eF, type EvidenceFragment as eG, type FailedSyncEventIngestionFragment as eH, type StreamMessageContentOutputFragment as eI, type StreamMessageOutputFragment as eJ, type UsageMetaOutputFragment as eK, type PrivacyStatsOutputFragment as eL, type FinalContentEventOutputFragment as eM, type GetTokenUsageStatus_Windows_DayQueryVariables as eN, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eO, type GetTokenUsageStatus_Windows_MonthQueryVariables as eP, type GetTokenUsageStatus_Windows_WeekQueryVariables as eQ, type InferenceRequestAuditFragment as eR, type Insight_Chat_DesktopDeviceQueryVariables as eS, type Insight_Chat_ProjectQueryVariables as eT, type Integration_Provider_CatalogQueryVariables as eU, type InterruptEventOutputFragment as eV, type InvocationFragment as eW, type LiveContext_Source_EvidencesQueryVariables as eX, type ManagedChatModelsQueryVariables as eY, type McpClientInformationFragment as eZ, type McpCodeVerifierFragment as e_, type NotificationFragment as ea, type NotificationsQueryVariables as eb, type NotificationConnectionFragment as ec, type NotificationsByReferenceQueryVariables as ed, type PrivacyStatsQueryVariables as ee, type PrivacyStatsFragment as ef, type PrivateMcpServersQueryVariables as eg, type ProjectsQueryVariables as eh, type ProjectConnectionFragment as ei, type PulseAppSummaryQueryVariables as ej, type PulseAppSummaryModelFragment as ek, type PulseEventQueryVariables as el, type PulseEventsQueryVariables as em, type PulseEventConnectionFragment as en, type PulseTriggerSettingsQueryVariables as eo, type QueryQueryVariables as ep, type QueryWithInsightIdQueryVariables as eq, type QueryWithMessageIdQueryVariables as er, type ReportsQueryVariables as es, type SkillCatalogQueryVariables as et, SkillCatalogSource as eu, type SkillCatalogItemFragment as ev, type TablesQueryVariables as ew, type UserSkillFileQueryVariables as ex, type UserSkillFilesQueryVariables as ey, type UserSkillFolderQueryVariables as ez, ArtifactKind as f, InsightOrderByRelevanceFieldEnum as f$, type McpToolFragment as f0, type MessageEndEventOutputFragment as f1, type MessageStartEventOutputFragment as f2, type ProgressSummaryEventOutputFragment as f3, type Project_DesktopBinding_DeviceQueryVariables as f4, type PulseEvent_Integration_ProviderQueryVariables as f5, type ReasoningEventOutputFragment as f6, type ResetWorkspaceMutationVariables as f7, type ScheduleWorkspaceDeletionMutationVariables as f8, type TextBlockEventOutputFragment as f9, ArtifactOrderByRelevanceFieldEnum as fA, CapabilityType as fB, ChatMessageOrderByRelevanceFieldEnum as fC, ChatOrderByRelevanceFieldEnum as fD, type ChatStreamClientOptions as fE, type ChatStreamEvent as fF, type ChatStreamListener as fG, type ChatStreamListenerHandlers as fH, DatabaseCatalogOrderByRelevanceFieldEnum as fI, DatabaseOrderByRelevanceFieldEnum as fJ, DesktopDeviceOrderByRelevanceFieldEnum as fK, type DevicePresenceEvent as fL, type DevicePresenceSnapshot as fM, DocumentCatalogOrderByRelevanceFieldEnum as fN, DocumentOrderByRelevanceFieldEnum as fO, type DvinaEventRef as fP, type DvinaEventTopic as fQ, type DvinaRealtimeEvent as fR, type DvinaSdkBaseOptions as fS, type DvinaSdkCallbackOptions as fT, type DvinaSdkLifecycleHint as fU, type DvinaSdkTokenOptions as fV, FeedItemOrderByRelevanceFieldEnum as fW, FeedbackOrderByRelevanceFieldEnum as fX, FileOrderByRelevanceFieldEnum as fY, FileUrlVariant as fZ, FolderOrderByRelevanceFieldEnum as f_, type TextDeltaEventOutputFragment as fa, type WidgetBlockStartEventOutputFragment as fb, type WidgetHtmlDeltaEventOutputFragment as fc, type WidgetBlockCompleteEventOutputFragment as fd, type WidgetBlockErrorEventOutputFragment as fe, type ToolStartEventOutputFragment as ff, type ToolInputDeltaEventOutputFragment as fg, type ToolResultArtifactOutputFragment as fh, type ToolResultEventOutputFragment as fi, type StreamEventSchemaAnchorFragment as fj, type SyncEventFragment as fk, type SyncEventCursorFragment as fl, type Table_Database_EngineQueryVariables as fm, type Table_Document_ContentsQueryVariables as fn, type Table_Document_FileQueryVariables as fo, type Table_Document_FormatQueryVariables as fp, type TokenUsageFragment as fq, type UserSkillFileFragment as fr, type UserSkillFolderFragment as fs, type WorkspaceAiModelQueryVariables as ft, type WorkspaceAiModelSettingFragment as fu, type ActiveChatsEvent as fv, type ActiveChatsSnapshot as fw, type ActiveTabsEvent as fx, type ActiveTabsSnapshot as fy, AgentOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, IntegrationCatalogOrderByRelevanceFieldEnum as g0, IntegrationOrderByRelevanceFieldEnum as g1, InterpretationOrderByRelevanceFieldEnum as g2, LimitType as g3, LiveContextOrderByRelevanceFieldEnum as g4, NotificationOrderByRelevanceFieldEnum as g5, NullsOrder as g6, ProjectDesktopBindingOrderByRelevanceFieldEnum as g7, ProjectOrderByRelevanceFieldEnum as g8, PulseEventOrderByRelevanceFieldEnum as g9, QueryMode as ga, type RealtimeTopicData as gb, ReportOrderByRelevanceFieldEnum as gc, SendMessageModel as gd, SortOrder as ge, TableOrderByRelevanceFieldEnum as gf, UsageHistoryGranularity as gg, createChatStreamClient as gh, createDvinaClient as gi, createDvinaEvents as gj, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b as DvinaRequest, c as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-Chg8ASmf.cjs';
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-9n6C9179.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b as DvinaRequest, c as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-Chg8ASmf.js';
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-Ct29d1al.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|