@dvina/sdk 4.0.248 → 4.0.259
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-F3XM552I.js +4 -0
- package/dist/{_generated_documents-X3RG6KFP.js.map → _generated_documents-F3XM552I.js.map} +1 -1
- package/dist/{_generated_documents-BF42ORNN.cjs → _generated_documents-F6BNAI5E.cjs} +618 -614
- package/dist/{_generated_documents-BF42ORNN.cjs.map → _generated_documents-F6BNAI5E.cjs.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +2 -2
- package/dist/adapters/angular/index.d.ts +2 -2
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-NKZWSHJW.js → chunk-2W6QO7VV.js} +71 -11
- package/dist/chunk-2W6QO7VV.js.map +1 -0
- package/dist/{chunk-FAENNJ6Q.cjs → chunk-SOLIJ6F7.cjs} +674 -613
- package/dist/chunk-SOLIJ6F7.cjs.map +1 -0
- package/dist/{chunk-GMNDKN2T.js → chunk-T7POS77O.js} +7 -6
- package/dist/chunk-T7POS77O.js.map +1 -0
- package/dist/{chunk-XK47BA42.cjs → chunk-WWS7ZYHA.cjs} +7 -5
- package/dist/chunk-WWS7ZYHA.cjs.map +1 -0
- package/dist/{client-BAqOMON2.d.cts → client-DEb_wNHA.d.cts} +23 -3
- package/dist/{client-BY5yHPBJ.d.ts → client-DaM27stt.d.ts} +23 -3
- package/dist/{index-DqQrAjp3.d.ts → index-BbpmtqXB.d.ts} +1 -1
- package/dist/{index-Bwe8KY0Z.d.cts → index-CNWwsIBc.d.cts} +1 -1
- package/dist/index.cjs +460 -456
- package/dist/index.d.cts +15 -8
- package/dist/index.d.ts +15 -8
- package/dist/index.js +2 -2
- package/dist/pagination/index.d.cts +2 -2
- package/dist/pagination/index.d.ts +2 -2
- package/dist/{sync-engine-DPVgCDPC.d.cts → sync-engine-CHzQF0ON.d.cts} +4 -0
- package/dist/{sync-engine-CYIG5amb.d.ts → sync-engine-KnLTtyTA.d.ts} +4 -0
- package/package.json +1 -1
- package/dist/_generated_documents-X3RG6KFP.js +0 -4
- package/dist/chunk-FAENNJ6Q.cjs.map +0 -1
- package/dist/chunk-GMNDKN2T.js.map +0 -1
- package/dist/chunk-NKZWSHJW.js.map +0 -1
- package/dist/chunk-XK47BA42.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.cjs';
|
|
2
2
|
import { a as DvinaRequest, b as DvinaSubscribe } from './types-2RotD0Ab.cjs';
|
|
3
|
-
import { S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { S as SyncEngine } from './sync-engine-CHzQF0ON.cjs';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.cjs';
|
|
5
5
|
import { BillingClient } from './billing/index.cjs';
|
|
6
6
|
|
|
@@ -109,7 +109,7 @@ type AgentScalarWhereInput = {
|
|
|
109
109
|
name?: InputMaybe<StringFilter>;
|
|
110
110
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
111
111
|
};
|
|
112
|
-
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
|
|
112
|
+
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
|
|
113
113
|
type AgentUpdateInput = {
|
|
114
114
|
emoji?: InputMaybe<Scalars['String']>;
|
|
115
115
|
id?: InputMaybe<Scalars['String']>;
|
|
@@ -1380,6 +1380,11 @@ type ContentMaskWhereUniqueInput = {
|
|
|
1380
1380
|
id?: InputMaybe<Scalars['String']>;
|
|
1381
1381
|
piiMetadata?: InputMaybe<JsonFilter>;
|
|
1382
1382
|
};
|
|
1383
|
+
type ContextUsageEventOutput = {
|
|
1384
|
+
__typename?: 'ContextUsageEventOutput';
|
|
1385
|
+
tokens: Scalars['Int'];
|
|
1386
|
+
type: Scalars['String'];
|
|
1387
|
+
};
|
|
1383
1388
|
declare enum DatabaseCatalogOrderByRelevanceFieldEnum {
|
|
1384
1389
|
AuthorName = "authorName",
|
|
1385
1390
|
AuthorUrl = "authorUrl",
|
|
@@ -2177,6 +2182,7 @@ type FileWhereUniqueInput = {
|
|
|
2177
2182
|
};
|
|
2178
2183
|
type FinalContentEventOutput = {
|
|
2179
2184
|
__typename?: 'FinalContentEventOutput';
|
|
2185
|
+
contextUsage?: Maybe<Scalars['Int']>;
|
|
2180
2186
|
message: StreamMessageOutput;
|
|
2181
2187
|
type: Scalars['String'];
|
|
2182
2188
|
usage: UsageMetaOutput;
|
|
@@ -4084,6 +4090,7 @@ type ToolResultEventOutput = {
|
|
|
4084
4090
|
artifacts?: Maybe<Array<ToolResultArtifactOutput>>;
|
|
4085
4091
|
index: Scalars['Int'];
|
|
4086
4092
|
input: Scalars['String'];
|
|
4093
|
+
metadata?: Maybe<Scalars['JSON']>;
|
|
4087
4094
|
name: Scalars['String'];
|
|
4088
4095
|
output: Scalars['String'];
|
|
4089
4096
|
toolCallId: Scalars['String'];
|
|
@@ -4545,6 +4552,11 @@ type ContentMaskFragment = {
|
|
|
4545
4552
|
}> | null;
|
|
4546
4553
|
};
|
|
4547
4554
|
};
|
|
4555
|
+
type ContextUsageEventOutputFragment = {
|
|
4556
|
+
__typename: 'ContextUsageEventOutput';
|
|
4557
|
+
tokens: number;
|
|
4558
|
+
type: string;
|
|
4559
|
+
};
|
|
4548
4560
|
type CreateIntegrationOutputFragment = {
|
|
4549
4561
|
__typename: 'CreateIntegrationOutput';
|
|
4550
4562
|
error?: string | null;
|
|
@@ -5267,6 +5279,7 @@ type FileModelFragment = {
|
|
|
5267
5279
|
};
|
|
5268
5280
|
type FinalContentEventOutputFragment = {
|
|
5269
5281
|
__typename: 'FinalContentEventOutput';
|
|
5282
|
+
contextUsage?: number | null;
|
|
5270
5283
|
type: string;
|
|
5271
5284
|
message: {
|
|
5272
5285
|
__typename: 'StreamMessageOutput';
|
|
@@ -5967,8 +5980,13 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
5967
5980
|
__typename: 'ChatTitleEventOutput';
|
|
5968
5981
|
title: string;
|
|
5969
5982
|
type: string;
|
|
5983
|
+
} | {
|
|
5984
|
+
__typename: 'ContextUsageEventOutput';
|
|
5985
|
+
tokens: number;
|
|
5986
|
+
type: string;
|
|
5970
5987
|
} | {
|
|
5971
5988
|
__typename: 'FinalContentEventOutput';
|
|
5989
|
+
contextUsage?: number | null;
|
|
5972
5990
|
type: string;
|
|
5973
5991
|
message: {
|
|
5974
5992
|
__typename: 'StreamMessageOutput';
|
|
@@ -6048,6 +6066,7 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
6048
6066
|
__typename: 'ToolResultEventOutput';
|
|
6049
6067
|
index: number;
|
|
6050
6068
|
input: string;
|
|
6069
|
+
metadata?: any | null;
|
|
6051
6070
|
name: string;
|
|
6052
6071
|
output: string;
|
|
6053
6072
|
toolCallId: string;
|
|
@@ -6251,6 +6270,7 @@ type ToolResultEventOutputFragment = {
|
|
|
6251
6270
|
__typename: 'ToolResultEventOutput';
|
|
6252
6271
|
index: number;
|
|
6253
6272
|
input: string;
|
|
6273
|
+
metadata?: any | null;
|
|
6254
6274
|
name: string;
|
|
6255
6275
|
output: string;
|
|
6256
6276
|
toolCallId: string;
|
|
@@ -7470,4 +7490,4 @@ interface DvinaClientResult {
|
|
|
7470
7490
|
*/
|
|
7471
7491
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7472
7492
|
|
|
7473
|
-
export { type Insight_ThumbnailFileQueryVariables as $, type AbortChatMutationVariables as A, type Artifact_FileQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_MessageQueryVariables as E, type FileFragment as F, type ChatMessage_ChatQueryVariables as G, type ChatMessage_ContentsQueryVariables as H, ContentBlockType as I, type ContentBlockFragment as J, type ChatMessage_FeedbackQueryVariables as K, FeedbackType as L, type FeedbackFragment as M, type Chat_InsightQueryVariables as N, type Insight_ChatQueryVariables as O, ProjectDesktopContextKind as P, type Insight_ReportMembersQueryVariables as Q, ReasoningEffort as R, ReportMemberSize as S, Presentation as T, type ReportMemberFragment as U, type ReportQueryVariables as V, type ReportFragment as W, type Report_InsightsQueryVariables as X, type InsightFragment as Y, type Insight_ReportsQueryVariables as Z, type ReportConnectionFragment as _, ActionType as a, type DatabaseCatalog_EngineQueryVariables as a$, type InsightConnectionFragment as a0, type Report_LayoutQueryVariables as a1, type InsightQueryVariables as a2, type Chat_MessagesQueryVariables as a3, type ChatMessageConnectionFragment as a4, type Chat_ProjectQueryVariables as a5, type DesktopDeviceQueryVariables as a6, type ArtifactConnectionFragment as a7, type AddInsightToReportMutationVariables as a8, type AgentQueryVariables as a9, ChatSourceImportModeEnum as aA, type ChatImportPreviewOutputFragment as aB, type ChatMessage_Chat_DesktopDeviceQueryVariables as aC, type ChatMessage_Chat_InsightQueryVariables as aD, type ChatMessage_Chat_ProjectQueryVariables as aE, type ChatMessagesQueryVariables as aF, type ChatQueryVariables as aG, type ChatTitleEventOutputFragment as aH, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aI, type Chat_Insight_ReportMembersQueryVariables as aJ, type Chat_Insight_ThumbnailFileQueryVariables as aK, type Chat_Project_DesktopBindingQueryVariables as aL, type ChatsQueryVariables as aM, type ConnectIntegrationMutationVariables as aN, type CreateIntegrationOutputFragment as aO, type ConsumePulseEventsMutationVariables as aP, type ContentMaskFragment as aQ, type ContinueImportedChatMutationVariables as aR, type ContinueInterpretationMutationVariables as aS, type CreateAgentMutationVariables as aT, type CreateChatMutationVariables as aU, type CreateDatabaseMutationVariables as aV, type DatabaseFragment as aW, type Database_EngineQueryVariables as aX, type DatabaseEngineFragment as aY, type DatabaseCatalogQueryVariables as aZ, type DatabaseCatalogFragment as a_, type AgentsQueryVariables as aa, type AiProviderSettingQueryVariables as ab, type UserAiProviderSettingFragment as ac, type ArtifactQueryVariables as ad, type Artifact_Chat_DesktopDeviceQueryVariables as ae, type Artifact_Chat_InsightQueryVariables as af, type Artifact_Chat_ProjectQueryVariables as ag, type Artifact_Message_ChatQueryVariables as ah, type Artifact_Message_ContentsQueryVariables as ai, type Artifact_Message_FeedbackQueryVariables as aj, type ArtifactsQueryVariables as ak, type AudioEventOutputFragment as al, type CancelOauthFlowMutationVariables as am, type CancelWorkspaceDeletionMutationVariables as an, type CandidateFragment as ao, type LiveContextQueryVariables as ap, LiveContextStatus as aq, type LiveContextFragment as ar, type LiveContext_ItemsQueryVariables as as, FeedActionType as at, type FeedItemGeneratedFragment as au, type LiveContext_SourceQueryVariables as av, type CandidateEvidenceFragment as aw, type ImportedChatSummaryOutputFragment as ax, type ChatImportExecuteOutputFragment as ay, ChatSourceImportFidelityEnum as az, type ActionFragment as b, type DismissPulseEventMutationVariables as b$, type Database_TablesQueryVariables as b0, TableStatus as b1, type TableFragment as b2, type Table_DatabaseQueryVariables as b3, type Table_DocumentQueryVariables as b4, type DocumentFragment as b5, type Document_ContentsQueryVariables as b6, type DocumentContentFragment as b7, type DocumentQueryVariables as b8, type Document_FileQueryVariables as b9, type DatabaseCatalogConnectionFragment as bA, type DatabaseCatalogsQueryVariables as bB, type DatabaseConnectionFragment as bC, type DatabaseQueryVariables as bD, type DatabaseSchemaQueryVariables as bE, type Database_Engine_CatalogQueryVariables as bF, type DatabasesQueryVariables as bG, type DeepAnalysisUsageFragment as bH, type DeleteAgentMutationVariables as bI, type DeleteAiProviderSettingMutationVariables as bJ, type DeleteArtifactMutationVariables as bK, type DeleteChatMutationVariables as bL, type DeleteDatabaseMutationVariables as bM, type DeleteDocumentMutationVariables as bN, type DeleteFolderMutationVariables as bO, type DeleteInsightMutationVariables as bP, type DeleteInsightsMutationVariables as bQ, type DeleteIntegrationMutationVariables as bR, type DeleteProjectMutationVariables as bS, type DeleteReportMutationVariables as bT, type DeleteTableMutationVariables as bU, type DeleteUserSkillFileMutationVariables as bV, type DeleteUserSkillFolderMutationVariables as bW, type DesktopDeviceConnectionFragment as bX, type DesktopDevicesQueryVariables as bY, type DevAccessTokenOutputFragment as bZ, type DisconnectIntegrationMutationVariables as b_, type Document_FormatQueryVariables as ba, type DocumentFormatFragment as bb, type DocumentCatalogQueryVariables as bc, type DocumentCatalogFragment as bd, type DocumentCatalog_FormatQueryVariables as be, type Document_TablesQueryVariables as bf, type Table_FromRelationsQueryVariables as bg, RelationType as bh, type RelationFragment as bi, type TableQueryVariables as bj, type Table_ToRelationsQueryVariables as bk, type TableConnectionFragment as bl, type CreateDocumentMutationVariables as bm, type CreateFeedbackMutationVariables as bn, type CreateFolderMutationVariables as bo, type FolderFragment as bp, type CreateInsightMutationVariables as bq, type CreateIntegrationMutationVariables as br, type CreateProjectMutationVariables as bs, type CreateReportMutationVariables as bt, type CreateTableMutationVariables as bu, type CreateUserSkillFileMutationVariables as bv, type UserSkillFileModelFragment as bw, type CreateUserSkillFolderMutationVariables as bx, type UserSkillFolderModelFragment as by, type CubeModelFragment as bz, ChatMessageFromEnum as c, type ExportWithInsightIdQueryVariables as c$, PulseEventPriority as c0, PulseEventKind as c1, type PulseEventFragment as c2, type PulseEvent_IntegrationQueryVariables as c3, IntegrationStatus as c4, type IntegrationFragment as c5, type Integration_ProviderQueryVariables as c6, type IntegrationProviderFragment as c7, type IntegrationCatalogQueryVariables as c8, type IntegrationCatalogFragment as c9, type WorkspaceDeleteScheduleFragment as cA, type SendMessageMutationVariables as cB, type SetDatabasePrimaryKeyMutationVariables as cC, type SyncProjectDesktopBindingMutationVariables as cD, type UpdateAgentMutationVariables as cE, type UpdateArtifactNameMutationVariables as cF, type UpdateChatMutationVariables as cG, type UpdateDatabaseMutationVariables as cH, type UpdateDocumentMutationVariables as cI, type UpdateFolderMutationVariables as cJ, type UpdateInsightMutationVariables as cK, type UpdateInsightInReportMutationVariables as cL, type UpdateInsightThumbnailMutationVariables as cM, type UpdateInterpMutationVariables as cN, InterpretationType as cO, AiResourceType as cP, type InterpretationFragment as cQ, type UpdateLiveContextMutationVariables as cR, type UpdateProjectMutationVariables as cS, type UpdatePulseTriggerMutationVariables as cT, type PulseTriggerSettingModelFragment as cU, type UpdateReportMutationVariables as cV, type UpdateTableMutationVariables as cW, type UpdateUserSkillFileMutationVariables as cX, type UpdateUserSkillFolderMutationVariables as cY, type UpsertAiProviderSettingMutationVariables as cZ, type ExportQueryVariables as c_, type IntegrationCatalog_ProviderQueryVariables as ca, type DocumentCatalogConnectionFragment as cb, type DocumentCatalogsQueryVariables as cc, type DocumentConnectionFragment as cd, type Document_Format_CatalogQueryVariables as ce, type DocumentsQueryVariables as cf, type ChatStreamClient as cg, type DvinaSdkLifecycle as ch, type ExecuteChatImportMutationVariables as ci, type GenerateUploadUriMutationVariables as cj, type FileModelFragment as ck, type MigrateLegacyCodeChatsMutationVariables as cl, type LegacyCodeMigratedChatSummaryOutputFragment as cm, type LegacyCodeMigrationOutputFragment as cn, type PreviewChatImportMutationVariables as co, type ReanalyzeDocumentMutationVariables as cp, type RefineAgentInstructionMutationVariables as cq, type RefineSkillInstructionMutationVariables as cr, type RefreshDatabaseSchemaMutationVariables as cs, type RefreshInsightMutationVariables as ct, type RegisterDesktopDeviceMutationVariables as cu, type ReinterpretSourceMutationVariables as cv, type ReinterpretSourcesOfuserMutationVariables as cw, type RelocateInsightMutationVariables as cx, type RemoveInsightFromReportMutationVariables as cy, type ResolvePulseEventMutationVariables as cz, type ChatMessageFragment as d, type PrivacyStatsQueryVariables as d$, type FeedItemQueryVariables as d0, FeedItemKind as d1, type FeedDocumentDataFragment as d2, type FeedArtifactDataFragment as d3, type FeedDatabaseDataFragment as d4, type FeedInsightDataFragment as d5, type FeedIntegrationDataFragment as d6, type FeedProjectDataFragment as d7, type FeedLiveContextDataFragment as d8, type FeedPulseDataFragment as d9, type WindowDetailTypeFragment as dA, type UsageWindowsStatusTypeFragment as dB, type UsageStatusFragment as dC, type GetTokenUsageStatus_WindowsQueryVariables as dD, type GetUsageQueryVariables as dE, type InsightsQueryVariables as dF, type IntegrationQueryVariables as dG, type IntegrationCatalogToolsQueryVariables as dH, type IntegrationCatalogsQueryVariables as dI, type IntegrationCatalogConnectionFragment as dJ, type IntegrationsQueryVariables as dK, type IntegrationConnectionFragment as dL, type InterpretationsQueryVariables as dM, type InterpretationConnectionFragment as dN, type LiveContextsQueryVariables as dO, type LiveContextConnectionFragment as dP, type LocalSandboxDeviceStatusesQueryVariables as dQ, LocalSandboxDeviceConnectionState as dR, type LocalSandboxDeviceStatusModelFragment as dS, type NotificationQueryVariables as dT, NotificationCategory as dU, NotificationPriority as dV, NotificationStatus as dW, type NotificationFragment as dX, type NotificationsQueryVariables as dY, type NotificationConnectionFragment as dZ, type NotificationsByReferenceQueryVariables as d_, type FeedItemFragment as da, type FeedItem_ActionQueryVariables as db, type FeedSendMessageActionFragment as dc, type FeedItem_DataQueryVariables as dd, type FeedItemsQueryVariables as de, type FeedConnectionFragment as df, type FileQueryVariables as dg, type FileMetaQueryVariables as dh, type FileUrlsQueryVariables as di, type ResolvedFileUrlFragment as dj, type FindFitTierQueryVariables as dk, EntitlementTier as dl, type FolderQueryVariables as dm, type FoldersQueryVariables as dn, type FolderConnectionFragment as dp, type GetCapabilityQueryVariables as dq, type GetDevAccessTokenQueryVariables as dr, type GetLimitQueryVariables as ds, type GetRemainingQueryVariables as dt, type GetTokenUsageByModelQueryVariables as du, type ModelTokenUsageFragment as dv, type GetTokenUsageHistoryQueryVariables as dw, type GetTokenUsageStatusQueryVariables as dx, TokenUsageLimit as dy, ActiveWindowType as dz, type ChatMessage_ArtifactsQueryVariables as e, type ToolResultArtifactOutputFragment as e$, type PrivacyStatsFragment as e0, type ProjectsQueryVariables as e1, type ProjectConnectionFragment as e2, type PulseAppSummaryQueryVariables as e3, type PulseAppSummaryModelFragment as e4, type PulseEventQueryVariables as e5, type PulseEventsQueryVariables as e6, type PulseEventConnectionFragment as e7, type PulseTriggerSettingsQueryVariables as e8, type QueryQueryVariables as e9, type InferenceRequestAuditFragment as eA, type Insight_Chat_DesktopDeviceQueryVariables as eB, type Insight_Chat_ProjectQueryVariables as eC, type Integration_Provider_CatalogQueryVariables as eD, type InvocationFragment as eE, type LiveContext_Source_EvidencesQueryVariables as eF, type McpClientInformationFragment as eG, type McpCodeVerifierFragment as eH, type McpServerFragment as eI, type McpTokensFragment as eJ, type McpToolFragment as eK, type MessageEndEventOutputFragment as eL, type MessageStartEventOutputFragment as eM, type ProgressSummaryEventOutputFragment as eN, type Project_DesktopBinding_DeviceQueryVariables as eO, type PulseEvent_Integration_ProviderQueryVariables as eP, type ReasoningEventOutputFragment as eQ, type ResetWorkspaceMutationVariables as eR, type ScheduleWorkspaceDeletionMutationVariables as eS, type TextBlockEventOutputFragment as eT, type TextDeltaEventOutputFragment as eU, type WidgetBlockStartEventOutputFragment as eV, type WidgetHtmlDeltaEventOutputFragment as eW, type WidgetBlockCompleteEventOutputFragment as eX, type WidgetBlockErrorEventOutputFragment as eY, type ToolStartEventOutputFragment as eZ, type ToolInputDeltaEventOutputFragment as e_, type QueryWithInsightIdQueryVariables as ea, type QueryWithMessageIdQueryVariables as eb, type ReportsQueryVariables as ec, type SkillCatalogQueryVariables as ed, SkillCatalogSource as ee, type SkillCatalogItemFragment as ef, type TablesQueryVariables as eg, type UserSkillFileQueryVariables as eh, type UserSkillFilesQueryVariables as ei, type UserSkillFolderQueryVariables as ej, type UserSkillFoldersQueryVariables as ek, type WorkspaceDeletionScheduleQueryVariables as el, type McpAuthUpdatesSubscriptionVariables as em, McpAuthPhase as en, type McpAuthUpdateModelFragment as eo, type TokenUsageUpdatesSubscriptionVariables as ep, type EvidenceFragment as eq, type FailedSyncEventIngestionFragment as er, type StreamMessageContentOutputFragment as es, type StreamMessageOutputFragment as et, type UsageMetaOutputFragment as eu, type FinalContentEventOutputFragment as ev, type GetTokenUsageStatus_Windows_DayQueryVariables as ew, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as ex, type GetTokenUsageStatus_Windows_MonthQueryVariables as ey, type GetTokenUsageStatus_Windows_WeekQueryVariables as ez, ArtifactKind as f, type ToolResultEventOutputFragment as f0, type StreamEventSchemaAnchorFragment as f1, type SyncEventFragment as f2, type SyncEventCursorFragment as f3, type Table_Database_EngineQueryVariables as f4, type Table_Document_ContentsQueryVariables as f5, type Table_Document_FileQueryVariables as f6, type Table_Document_FormatQueryVariables as f7, type TokenUsageFragment as f8, type UserSkillFileFragment as f9, FolderOrderByRelevanceFieldEnum as fA, InsightOrderByRelevanceFieldEnum as fB, IntegrationCatalogOrderByRelevanceFieldEnum as fC, IntegrationOrderByRelevanceFieldEnum as fD, InterpretationOrderByRelevanceFieldEnum as fE, LimitType as fF, LiveContextOrderByRelevanceFieldEnum as fG, NotificationOrderByRelevanceFieldEnum as fH, NullsOrder as fI, ProjectDesktopBindingOrderByRelevanceFieldEnum as fJ, ProjectOrderByRelevanceFieldEnum as fK, PulseEventOrderByRelevanceFieldEnum as fL, QueryMode as fM, ReportOrderByRelevanceFieldEnum as fN, SendMessageModel as fO, SortOrder as fP, TableOrderByRelevanceFieldEnum as fQ, UsageHistoryGranularity as fR, createChatStreamClient as fS, createDvinaClient as fT, type UserSkillFolderFragment as fa, type ActiveChatStreamClient as fb, type ActiveChatStreamListener as fc, type ActiveChatStreamListenerHandlers as fd, AgentOrderByRelevanceFieldEnum as fe, ArtifactOrderByRelevanceFieldEnum as ff, CapabilityType as fg, ChatMessageOrderByRelevanceFieldEnum as fh, ChatOrderByRelevanceFieldEnum as fi, type ChatStreamClientOptions as fj, type ChatStreamEvent as fk, type ChatStreamListener as fl, type ChatStreamListenerHandlers as fm, DatabaseCatalogOrderByRelevanceFieldEnum as fn, DatabaseOrderByRelevanceFieldEnum as fo, DesktopDeviceOrderByRelevanceFieldEnum as fp, DocumentCatalogOrderByRelevanceFieldEnum as fq, DocumentOrderByRelevanceFieldEnum 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, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type DesktopDevice_ChatsQueryVariables as s, type DesktopDevice_DesktopBindingsQueryVariables as t, type ProjectDesktopBindingFragment as u, type ProjectQueryVariables as v, ProjectSource as w, type ProjectFragment as x, type Project_ChatsQueryVariables as y, type Project_DesktopBindingQueryVariables as z };
|
|
7493
|
+
export { type Insight_ThumbnailFileQueryVariables as $, type AbortChatMutationVariables as A, type Artifact_FileQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_MessageQueryVariables as E, type FileFragment as F, type ChatMessage_ChatQueryVariables as G, type ChatMessage_ContentsQueryVariables as H, ContentBlockType as I, type ContentBlockFragment as J, type ChatMessage_FeedbackQueryVariables as K, FeedbackType as L, type FeedbackFragment as M, type Chat_InsightQueryVariables as N, type Insight_ChatQueryVariables as O, ProjectDesktopContextKind as P, type Insight_ReportMembersQueryVariables as Q, ReasoningEffort as R, ReportMemberSize as S, Presentation as T, type ReportMemberFragment as U, type ReportQueryVariables as V, type ReportFragment as W, type Report_InsightsQueryVariables as X, type InsightFragment as Y, type Insight_ReportsQueryVariables as Z, type ReportConnectionFragment as _, ActionType as a, type DatabaseCatalogFragment as a$, type InsightConnectionFragment as a0, type Report_LayoutQueryVariables as a1, type InsightQueryVariables as a2, type Chat_MessagesQueryVariables as a3, type ChatMessageConnectionFragment as a4, type Chat_ProjectQueryVariables as a5, type DesktopDeviceQueryVariables as a6, type ArtifactConnectionFragment as a7, type AddInsightToReportMutationVariables as a8, type AgentQueryVariables as a9, ChatSourceImportModeEnum as aA, type ChatImportPreviewOutputFragment as aB, type ChatMessage_Chat_DesktopDeviceQueryVariables as aC, type ChatMessage_Chat_InsightQueryVariables as aD, type ChatMessage_Chat_ProjectQueryVariables as aE, type ChatMessagesQueryVariables as aF, type ChatQueryVariables as aG, type ChatTitleEventOutputFragment as aH, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aI, type Chat_Insight_ReportMembersQueryVariables as aJ, type Chat_Insight_ThumbnailFileQueryVariables as aK, type Chat_Project_DesktopBindingQueryVariables as aL, type ChatsQueryVariables as aM, type ConnectIntegrationMutationVariables as aN, type CreateIntegrationOutputFragment as aO, type ConsumePulseEventsMutationVariables as aP, type ContentMaskFragment as aQ, type ContextUsageEventOutputFragment as aR, type ContinueImportedChatMutationVariables as aS, type ContinueInterpretationMutationVariables as aT, type CreateAgentMutationVariables as aU, type CreateChatMutationVariables as aV, type CreateDatabaseMutationVariables as aW, type DatabaseFragment as aX, type Database_EngineQueryVariables as aY, type DatabaseEngineFragment as aZ, type DatabaseCatalogQueryVariables as a_, type AgentsQueryVariables as aa, type AiProviderSettingQueryVariables as ab, type UserAiProviderSettingFragment as ac, type ArtifactQueryVariables as ad, type Artifact_Chat_DesktopDeviceQueryVariables as ae, type Artifact_Chat_InsightQueryVariables as af, type Artifact_Chat_ProjectQueryVariables as ag, type Artifact_Message_ChatQueryVariables as ah, type Artifact_Message_ContentsQueryVariables as ai, type Artifact_Message_FeedbackQueryVariables as aj, type ArtifactsQueryVariables as ak, type AudioEventOutputFragment as al, type CancelOauthFlowMutationVariables as am, type CancelWorkspaceDeletionMutationVariables as an, type CandidateFragment as ao, type LiveContextQueryVariables as ap, LiveContextStatus as aq, type LiveContextFragment as ar, type LiveContext_ItemsQueryVariables as as, FeedActionType as at, type FeedItemGeneratedFragment as au, type LiveContext_SourceQueryVariables as av, type CandidateEvidenceFragment as aw, type ImportedChatSummaryOutputFragment as ax, type ChatImportExecuteOutputFragment as ay, ChatSourceImportFidelityEnum as az, type ActionFragment as b, type DisconnectIntegrationMutationVariables as b$, type DatabaseCatalog_EngineQueryVariables as b0, type Database_TablesQueryVariables as b1, TableStatus as b2, type TableFragment as b3, type Table_DatabaseQueryVariables as b4, type Table_DocumentQueryVariables as b5, type DocumentFragment as b6, type Document_ContentsQueryVariables as b7, type DocumentContentFragment as b8, type DocumentQueryVariables as b9, type CubeModelFragment as bA, type DatabaseCatalogConnectionFragment as bB, type DatabaseCatalogsQueryVariables as bC, type DatabaseConnectionFragment as bD, type DatabaseQueryVariables as bE, type DatabaseSchemaQueryVariables as bF, type Database_Engine_CatalogQueryVariables as bG, type DatabasesQueryVariables as bH, type DeepAnalysisUsageFragment as bI, type DeleteAgentMutationVariables as bJ, type DeleteAiProviderSettingMutationVariables as bK, type DeleteArtifactMutationVariables as bL, type DeleteChatMutationVariables as bM, type DeleteDatabaseMutationVariables as bN, type DeleteDocumentMutationVariables as bO, type DeleteFolderMutationVariables as bP, type DeleteInsightMutationVariables as bQ, type DeleteInsightsMutationVariables as bR, type DeleteIntegrationMutationVariables as bS, type DeleteProjectMutationVariables as bT, type DeleteReportMutationVariables as bU, type DeleteTableMutationVariables as bV, type DeleteUserSkillFileMutationVariables as bW, type DeleteUserSkillFolderMutationVariables as bX, type DesktopDeviceConnectionFragment as bY, type DesktopDevicesQueryVariables as bZ, type DevAccessTokenOutputFragment as b_, type Document_FileQueryVariables as ba, type Document_FormatQueryVariables as bb, type DocumentFormatFragment as bc, type DocumentCatalogQueryVariables as bd, type DocumentCatalogFragment as be, type DocumentCatalog_FormatQueryVariables as bf, type Document_TablesQueryVariables as bg, type Table_FromRelationsQueryVariables as bh, RelationType as bi, type RelationFragment as bj, type TableQueryVariables as bk, type Table_ToRelationsQueryVariables as bl, type TableConnectionFragment as bm, type CreateDocumentMutationVariables as bn, type CreateFeedbackMutationVariables as bo, type CreateFolderMutationVariables as bp, type FolderFragment as bq, type CreateInsightMutationVariables as br, type CreateIntegrationMutationVariables as bs, type CreateProjectMutationVariables as bt, type CreateReportMutationVariables as bu, type CreateTableMutationVariables as bv, type CreateUserSkillFileMutationVariables as bw, type UserSkillFileModelFragment as bx, type CreateUserSkillFolderMutationVariables as by, type UserSkillFolderModelFragment as bz, ChatMessageFromEnum as c, type ExportQueryVariables as c$, type DismissPulseEventMutationVariables as c0, PulseEventPriority as c1, PulseEventKind as c2, type PulseEventFragment as c3, type PulseEvent_IntegrationQueryVariables as c4, IntegrationStatus as c5, type IntegrationFragment as c6, type Integration_ProviderQueryVariables as c7, type IntegrationProviderFragment as c8, type IntegrationCatalogQueryVariables as c9, type ResolvePulseEventMutationVariables as cA, type WorkspaceDeleteScheduleFragment as cB, type SendMessageMutationVariables as cC, type SetDatabasePrimaryKeyMutationVariables as cD, type SyncProjectDesktopBindingMutationVariables as cE, type UpdateAgentMutationVariables as cF, type UpdateArtifactNameMutationVariables as cG, type UpdateChatMutationVariables as cH, type UpdateDatabaseMutationVariables as cI, type UpdateDocumentMutationVariables as cJ, type UpdateFolderMutationVariables as cK, type UpdateInsightMutationVariables as cL, type UpdateInsightInReportMutationVariables as cM, type UpdateInsightThumbnailMutationVariables as cN, type UpdateInterpMutationVariables as cO, InterpretationType as cP, AiResourceType as cQ, type InterpretationFragment as cR, type UpdateLiveContextMutationVariables as cS, type UpdateProjectMutationVariables as cT, type UpdatePulseTriggerMutationVariables as cU, type PulseTriggerSettingModelFragment as cV, type UpdateReportMutationVariables as cW, type UpdateTableMutationVariables as cX, type UpdateUserSkillFileMutationVariables as cY, type UpdateUserSkillFolderMutationVariables as cZ, type UpsertAiProviderSettingMutationVariables as c_, type IntegrationCatalogFragment as ca, type IntegrationCatalog_ProviderQueryVariables as cb, type DocumentCatalogConnectionFragment as cc, type DocumentCatalogsQueryVariables as cd, type DocumentConnectionFragment as ce, type Document_Format_CatalogQueryVariables as cf, type DocumentsQueryVariables as cg, type ChatStreamClient as ch, type DvinaSdkLifecycle as ci, type ExecuteChatImportMutationVariables as cj, type GenerateUploadUriMutationVariables as ck, type FileModelFragment as cl, type MigrateLegacyCodeChatsMutationVariables as cm, type LegacyCodeMigratedChatSummaryOutputFragment as cn, type LegacyCodeMigrationOutputFragment as co, type PreviewChatImportMutationVariables as cp, type ReanalyzeDocumentMutationVariables as cq, type RefineAgentInstructionMutationVariables as cr, type RefineSkillInstructionMutationVariables as cs, type RefreshDatabaseSchemaMutationVariables as ct, type RefreshInsightMutationVariables as cu, type RegisterDesktopDeviceMutationVariables as cv, type ReinterpretSourceMutationVariables as cw, type ReinterpretSourcesOfuserMutationVariables as cx, type RelocateInsightMutationVariables as cy, type RemoveInsightFromReportMutationVariables as cz, type ChatMessageFragment as d, type NotificationsByReferenceQueryVariables as d$, type ExportWithInsightIdQueryVariables as d0, type FeedItemQueryVariables as d1, FeedItemKind as d2, type FeedDocumentDataFragment as d3, type FeedArtifactDataFragment as d4, type FeedDatabaseDataFragment as d5, type FeedInsightDataFragment as d6, type FeedIntegrationDataFragment as d7, type FeedProjectDataFragment as d8, type FeedLiveContextDataFragment as d9, ActiveWindowType as dA, type WindowDetailTypeFragment as dB, type UsageWindowsStatusTypeFragment as dC, type UsageStatusFragment as dD, type GetTokenUsageStatus_WindowsQueryVariables as dE, type GetUsageQueryVariables as dF, type InsightsQueryVariables as dG, type IntegrationQueryVariables as dH, type IntegrationCatalogToolsQueryVariables as dI, type IntegrationCatalogsQueryVariables as dJ, type IntegrationCatalogConnectionFragment as dK, type IntegrationsQueryVariables as dL, type IntegrationConnectionFragment as dM, type InterpretationsQueryVariables as dN, type InterpretationConnectionFragment as dO, type LiveContextsQueryVariables as dP, type LiveContextConnectionFragment as dQ, type LocalSandboxDeviceStatusesQueryVariables as dR, LocalSandboxDeviceConnectionState as dS, type LocalSandboxDeviceStatusModelFragment as dT, type NotificationQueryVariables as dU, NotificationCategory as dV, NotificationPriority as dW, NotificationStatus as dX, type NotificationFragment as dY, type NotificationsQueryVariables as dZ, type NotificationConnectionFragment as d_, type FeedPulseDataFragment as da, type FeedItemFragment as db, type FeedItem_ActionQueryVariables as dc, type FeedSendMessageActionFragment as dd, type FeedItem_DataQueryVariables as de, type FeedItemsQueryVariables as df, type FeedConnectionFragment as dg, type FileQueryVariables as dh, type FileMetaQueryVariables as di, type FileUrlsQueryVariables as dj, type ResolvedFileUrlFragment as dk, type FindFitTierQueryVariables as dl, EntitlementTier as dm, type FolderQueryVariables as dn, type FoldersQueryVariables as dp, type FolderConnectionFragment as dq, type GetCapabilityQueryVariables as dr, type GetDevAccessTokenQueryVariables as ds, type GetLimitQueryVariables as dt, type GetRemainingQueryVariables as du, type GetTokenUsageByModelQueryVariables as dv, type ModelTokenUsageFragment as dw, type GetTokenUsageHistoryQueryVariables as dx, type GetTokenUsageStatusQueryVariables as dy, TokenUsageLimit as dz, type ChatMessage_ArtifactsQueryVariables as e, type ToolInputDeltaEventOutputFragment as e$, type PrivacyStatsQueryVariables as e0, type PrivacyStatsFragment as e1, type ProjectsQueryVariables as e2, type ProjectConnectionFragment as e3, type PulseAppSummaryQueryVariables as e4, type PulseAppSummaryModelFragment as e5, type PulseEventQueryVariables as e6, type PulseEventsQueryVariables as e7, type PulseEventConnectionFragment as e8, type PulseTriggerSettingsQueryVariables as e9, type GetTokenUsageStatus_Windows_WeekQueryVariables as eA, type InferenceRequestAuditFragment as eB, type Insight_Chat_DesktopDeviceQueryVariables as eC, type Insight_Chat_ProjectQueryVariables as eD, type Integration_Provider_CatalogQueryVariables as eE, type InvocationFragment as eF, type LiveContext_Source_EvidencesQueryVariables as eG, type McpClientInformationFragment as eH, type McpCodeVerifierFragment as eI, type McpServerFragment as eJ, type McpTokensFragment as eK, type McpToolFragment as eL, type MessageEndEventOutputFragment as eM, type MessageStartEventOutputFragment as eN, type ProgressSummaryEventOutputFragment as eO, type Project_DesktopBinding_DeviceQueryVariables as eP, type PulseEvent_Integration_ProviderQueryVariables as eQ, type ReasoningEventOutputFragment as eR, type ResetWorkspaceMutationVariables as eS, type ScheduleWorkspaceDeletionMutationVariables as eT, type TextBlockEventOutputFragment as eU, type TextDeltaEventOutputFragment as eV, type WidgetBlockStartEventOutputFragment as eW, type WidgetHtmlDeltaEventOutputFragment as eX, type WidgetBlockCompleteEventOutputFragment as eY, type WidgetBlockErrorEventOutputFragment as eZ, type ToolStartEventOutputFragment as e_, type QueryQueryVariables as ea, type QueryWithInsightIdQueryVariables as eb, type QueryWithMessageIdQueryVariables as ec, type ReportsQueryVariables as ed, type SkillCatalogQueryVariables as ee, SkillCatalogSource as ef, type SkillCatalogItemFragment as eg, type TablesQueryVariables as eh, type UserSkillFileQueryVariables as ei, type UserSkillFilesQueryVariables as ej, type UserSkillFolderQueryVariables as ek, type UserSkillFoldersQueryVariables as el, type WorkspaceDeletionScheduleQueryVariables as em, type McpAuthUpdatesSubscriptionVariables as en, McpAuthPhase as eo, type McpAuthUpdateModelFragment as ep, type TokenUsageUpdatesSubscriptionVariables as eq, type EvidenceFragment as er, type FailedSyncEventIngestionFragment as es, type StreamMessageContentOutputFragment as et, type StreamMessageOutputFragment as eu, type UsageMetaOutputFragment as ev, type FinalContentEventOutputFragment as ew, type GetTokenUsageStatus_Windows_DayQueryVariables as ex, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as ey, type GetTokenUsageStatus_Windows_MonthQueryVariables as ez, ArtifactKind as f, type ToolResultArtifactOutputFragment as f0, type ToolResultEventOutputFragment as f1, type StreamEventSchemaAnchorFragment as f2, type SyncEventFragment as f3, type SyncEventCursorFragment as f4, type Table_Database_EngineQueryVariables as f5, type Table_Document_ContentsQueryVariables as f6, type Table_Document_FileQueryVariables as f7, type Table_Document_FormatQueryVariables as f8, type TokenUsageFragment as f9, FileUrlVariant as fA, FolderOrderByRelevanceFieldEnum as fB, InsightOrderByRelevanceFieldEnum as fC, IntegrationCatalogOrderByRelevanceFieldEnum as fD, IntegrationOrderByRelevanceFieldEnum as fE, InterpretationOrderByRelevanceFieldEnum as fF, LimitType as fG, LiveContextOrderByRelevanceFieldEnum as fH, NotificationOrderByRelevanceFieldEnum as fI, NullsOrder as fJ, ProjectDesktopBindingOrderByRelevanceFieldEnum as fK, ProjectOrderByRelevanceFieldEnum as fL, PulseEventOrderByRelevanceFieldEnum as fM, QueryMode as fN, ReportOrderByRelevanceFieldEnum as fO, SendMessageModel as fP, SortOrder as fQ, TableOrderByRelevanceFieldEnum as fR, UsageHistoryGranularity as fS, createChatStreamClient as fT, createDvinaClient as fU, type UserSkillFileFragment as fa, type UserSkillFolderFragment as fb, type ActiveChatStreamClient as fc, type ActiveChatStreamListener as fd, type ActiveChatStreamListenerHandlers as fe, AgentOrderByRelevanceFieldEnum as ff, ArtifactOrderByRelevanceFieldEnum as fg, CapabilityType as fh, ChatMessageOrderByRelevanceFieldEnum as fi, ChatOrderByRelevanceFieldEnum as fj, type ChatStreamClientOptions as fk, type ChatStreamEvent as fl, type ChatStreamListener as fm, type ChatStreamListenerHandlers as fn, DatabaseCatalogOrderByRelevanceFieldEnum as fo, DatabaseOrderByRelevanceFieldEnum as fp, DesktopDeviceOrderByRelevanceFieldEnum as fq, DocumentCatalogOrderByRelevanceFieldEnum as fr, DocumentOrderByRelevanceFieldEnum as fs, type DvinaSdkBaseOptions as ft, type DvinaSdkCallbackOptions as fu, type DvinaSdkLifecycleHint as fv, type DvinaSdkTokenOptions as fw, FeedItemOrderByRelevanceFieldEnum as fx, FeedbackOrderByRelevanceFieldEnum as fy, FileOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type DesktopDevice_ChatsQueryVariables as s, type DesktopDevice_DesktopBindingsQueryVariables as t, type ProjectDesktopBindingFragment as u, type ProjectQueryVariables as v, ProjectSource as w, type ProjectFragment as x, type Project_ChatsQueryVariables as y, type Project_DesktopBindingQueryVariables as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.js';
|
|
2
2
|
import { a as DvinaRequest, b as DvinaSubscribe } from './types-2RotD0Ab.js';
|
|
3
|
-
import { S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { S as SyncEngine } from './sync-engine-KnLTtyTA.js';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.js';
|
|
5
5
|
import { BillingClient } from './billing/index.js';
|
|
6
6
|
|
|
@@ -109,7 +109,7 @@ type AgentScalarWhereInput = {
|
|
|
109
109
|
name?: InputMaybe<StringFilter>;
|
|
110
110
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
111
111
|
};
|
|
112
|
-
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
|
|
112
|
+
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
|
|
113
113
|
type AgentUpdateInput = {
|
|
114
114
|
emoji?: InputMaybe<Scalars['String']>;
|
|
115
115
|
id?: InputMaybe<Scalars['String']>;
|
|
@@ -1380,6 +1380,11 @@ type ContentMaskWhereUniqueInput = {
|
|
|
1380
1380
|
id?: InputMaybe<Scalars['String']>;
|
|
1381
1381
|
piiMetadata?: InputMaybe<JsonFilter>;
|
|
1382
1382
|
};
|
|
1383
|
+
type ContextUsageEventOutput = {
|
|
1384
|
+
__typename?: 'ContextUsageEventOutput';
|
|
1385
|
+
tokens: Scalars['Int'];
|
|
1386
|
+
type: Scalars['String'];
|
|
1387
|
+
};
|
|
1383
1388
|
declare enum DatabaseCatalogOrderByRelevanceFieldEnum {
|
|
1384
1389
|
AuthorName = "authorName",
|
|
1385
1390
|
AuthorUrl = "authorUrl",
|
|
@@ -2177,6 +2182,7 @@ type FileWhereUniqueInput = {
|
|
|
2177
2182
|
};
|
|
2178
2183
|
type FinalContentEventOutput = {
|
|
2179
2184
|
__typename?: 'FinalContentEventOutput';
|
|
2185
|
+
contextUsage?: Maybe<Scalars['Int']>;
|
|
2180
2186
|
message: StreamMessageOutput;
|
|
2181
2187
|
type: Scalars['String'];
|
|
2182
2188
|
usage: UsageMetaOutput;
|
|
@@ -4084,6 +4090,7 @@ type ToolResultEventOutput = {
|
|
|
4084
4090
|
artifacts?: Maybe<Array<ToolResultArtifactOutput>>;
|
|
4085
4091
|
index: Scalars['Int'];
|
|
4086
4092
|
input: Scalars['String'];
|
|
4093
|
+
metadata?: Maybe<Scalars['JSON']>;
|
|
4087
4094
|
name: Scalars['String'];
|
|
4088
4095
|
output: Scalars['String'];
|
|
4089
4096
|
toolCallId: Scalars['String'];
|
|
@@ -4545,6 +4552,11 @@ type ContentMaskFragment = {
|
|
|
4545
4552
|
}> | null;
|
|
4546
4553
|
};
|
|
4547
4554
|
};
|
|
4555
|
+
type ContextUsageEventOutputFragment = {
|
|
4556
|
+
__typename: 'ContextUsageEventOutput';
|
|
4557
|
+
tokens: number;
|
|
4558
|
+
type: string;
|
|
4559
|
+
};
|
|
4548
4560
|
type CreateIntegrationOutputFragment = {
|
|
4549
4561
|
__typename: 'CreateIntegrationOutput';
|
|
4550
4562
|
error?: string | null;
|
|
@@ -5267,6 +5279,7 @@ type FileModelFragment = {
|
|
|
5267
5279
|
};
|
|
5268
5280
|
type FinalContentEventOutputFragment = {
|
|
5269
5281
|
__typename: 'FinalContentEventOutput';
|
|
5282
|
+
contextUsage?: number | null;
|
|
5270
5283
|
type: string;
|
|
5271
5284
|
message: {
|
|
5272
5285
|
__typename: 'StreamMessageOutput';
|
|
@@ -5967,8 +5980,13 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
5967
5980
|
__typename: 'ChatTitleEventOutput';
|
|
5968
5981
|
title: string;
|
|
5969
5982
|
type: string;
|
|
5983
|
+
} | {
|
|
5984
|
+
__typename: 'ContextUsageEventOutput';
|
|
5985
|
+
tokens: number;
|
|
5986
|
+
type: string;
|
|
5970
5987
|
} | {
|
|
5971
5988
|
__typename: 'FinalContentEventOutput';
|
|
5989
|
+
contextUsage?: number | null;
|
|
5972
5990
|
type: string;
|
|
5973
5991
|
message: {
|
|
5974
5992
|
__typename: 'StreamMessageOutput';
|
|
@@ -6048,6 +6066,7 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
6048
6066
|
__typename: 'ToolResultEventOutput';
|
|
6049
6067
|
index: number;
|
|
6050
6068
|
input: string;
|
|
6069
|
+
metadata?: any | null;
|
|
6051
6070
|
name: string;
|
|
6052
6071
|
output: string;
|
|
6053
6072
|
toolCallId: string;
|
|
@@ -6251,6 +6270,7 @@ type ToolResultEventOutputFragment = {
|
|
|
6251
6270
|
__typename: 'ToolResultEventOutput';
|
|
6252
6271
|
index: number;
|
|
6253
6272
|
input: string;
|
|
6273
|
+
metadata?: any | null;
|
|
6254
6274
|
name: string;
|
|
6255
6275
|
output: string;
|
|
6256
6276
|
toolCallId: string;
|
|
@@ -7470,4 +7490,4 @@ interface DvinaClientResult {
|
|
|
7470
7490
|
*/
|
|
7471
7491
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7472
7492
|
|
|
7473
|
-
export { type Insight_ThumbnailFileQueryVariables as $, type AbortChatMutationVariables as A, type Artifact_FileQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_MessageQueryVariables as E, type FileFragment as F, type ChatMessage_ChatQueryVariables as G, type ChatMessage_ContentsQueryVariables as H, ContentBlockType as I, type ContentBlockFragment as J, type ChatMessage_FeedbackQueryVariables as K, FeedbackType as L, type FeedbackFragment as M, type Chat_InsightQueryVariables as N, type Insight_ChatQueryVariables as O, ProjectDesktopContextKind as P, type Insight_ReportMembersQueryVariables as Q, ReasoningEffort as R, ReportMemberSize as S, Presentation as T, type ReportMemberFragment as U, type ReportQueryVariables as V, type ReportFragment as W, type Report_InsightsQueryVariables as X, type InsightFragment as Y, type Insight_ReportsQueryVariables as Z, type ReportConnectionFragment as _, ActionType as a, type DatabaseCatalog_EngineQueryVariables as a$, type InsightConnectionFragment as a0, type Report_LayoutQueryVariables as a1, type InsightQueryVariables as a2, type Chat_MessagesQueryVariables as a3, type ChatMessageConnectionFragment as a4, type Chat_ProjectQueryVariables as a5, type DesktopDeviceQueryVariables as a6, type ArtifactConnectionFragment as a7, type AddInsightToReportMutationVariables as a8, type AgentQueryVariables as a9, ChatSourceImportModeEnum as aA, type ChatImportPreviewOutputFragment as aB, type ChatMessage_Chat_DesktopDeviceQueryVariables as aC, type ChatMessage_Chat_InsightQueryVariables as aD, type ChatMessage_Chat_ProjectQueryVariables as aE, type ChatMessagesQueryVariables as aF, type ChatQueryVariables as aG, type ChatTitleEventOutputFragment as aH, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aI, type Chat_Insight_ReportMembersQueryVariables as aJ, type Chat_Insight_ThumbnailFileQueryVariables as aK, type Chat_Project_DesktopBindingQueryVariables as aL, type ChatsQueryVariables as aM, type ConnectIntegrationMutationVariables as aN, type CreateIntegrationOutputFragment as aO, type ConsumePulseEventsMutationVariables as aP, type ContentMaskFragment as aQ, type ContinueImportedChatMutationVariables as aR, type ContinueInterpretationMutationVariables as aS, type CreateAgentMutationVariables as aT, type CreateChatMutationVariables as aU, type CreateDatabaseMutationVariables as aV, type DatabaseFragment as aW, type Database_EngineQueryVariables as aX, type DatabaseEngineFragment as aY, type DatabaseCatalogQueryVariables as aZ, type DatabaseCatalogFragment as a_, type AgentsQueryVariables as aa, type AiProviderSettingQueryVariables as ab, type UserAiProviderSettingFragment as ac, type ArtifactQueryVariables as ad, type Artifact_Chat_DesktopDeviceQueryVariables as ae, type Artifact_Chat_InsightQueryVariables as af, type Artifact_Chat_ProjectQueryVariables as ag, type Artifact_Message_ChatQueryVariables as ah, type Artifact_Message_ContentsQueryVariables as ai, type Artifact_Message_FeedbackQueryVariables as aj, type ArtifactsQueryVariables as ak, type AudioEventOutputFragment as al, type CancelOauthFlowMutationVariables as am, type CancelWorkspaceDeletionMutationVariables as an, type CandidateFragment as ao, type LiveContextQueryVariables as ap, LiveContextStatus as aq, type LiveContextFragment as ar, type LiveContext_ItemsQueryVariables as as, FeedActionType as at, type FeedItemGeneratedFragment as au, type LiveContext_SourceQueryVariables as av, type CandidateEvidenceFragment as aw, type ImportedChatSummaryOutputFragment as ax, type ChatImportExecuteOutputFragment as ay, ChatSourceImportFidelityEnum as az, type ActionFragment as b, type DismissPulseEventMutationVariables as b$, type Database_TablesQueryVariables as b0, TableStatus as b1, type TableFragment as b2, type Table_DatabaseQueryVariables as b3, type Table_DocumentQueryVariables as b4, type DocumentFragment as b5, type Document_ContentsQueryVariables as b6, type DocumentContentFragment as b7, type DocumentQueryVariables as b8, type Document_FileQueryVariables as b9, type DatabaseCatalogConnectionFragment as bA, type DatabaseCatalogsQueryVariables as bB, type DatabaseConnectionFragment as bC, type DatabaseQueryVariables as bD, type DatabaseSchemaQueryVariables as bE, type Database_Engine_CatalogQueryVariables as bF, type DatabasesQueryVariables as bG, type DeepAnalysisUsageFragment as bH, type DeleteAgentMutationVariables as bI, type DeleteAiProviderSettingMutationVariables as bJ, type DeleteArtifactMutationVariables as bK, type DeleteChatMutationVariables as bL, type DeleteDatabaseMutationVariables as bM, type DeleteDocumentMutationVariables as bN, type DeleteFolderMutationVariables as bO, type DeleteInsightMutationVariables as bP, type DeleteInsightsMutationVariables as bQ, type DeleteIntegrationMutationVariables as bR, type DeleteProjectMutationVariables as bS, type DeleteReportMutationVariables as bT, type DeleteTableMutationVariables as bU, type DeleteUserSkillFileMutationVariables as bV, type DeleteUserSkillFolderMutationVariables as bW, type DesktopDeviceConnectionFragment as bX, type DesktopDevicesQueryVariables as bY, type DevAccessTokenOutputFragment as bZ, type DisconnectIntegrationMutationVariables as b_, type Document_FormatQueryVariables as ba, type DocumentFormatFragment as bb, type DocumentCatalogQueryVariables as bc, type DocumentCatalogFragment as bd, type DocumentCatalog_FormatQueryVariables as be, type Document_TablesQueryVariables as bf, type Table_FromRelationsQueryVariables as bg, RelationType as bh, type RelationFragment as bi, type TableQueryVariables as bj, type Table_ToRelationsQueryVariables as bk, type TableConnectionFragment as bl, type CreateDocumentMutationVariables as bm, type CreateFeedbackMutationVariables as bn, type CreateFolderMutationVariables as bo, type FolderFragment as bp, type CreateInsightMutationVariables as bq, type CreateIntegrationMutationVariables as br, type CreateProjectMutationVariables as bs, type CreateReportMutationVariables as bt, type CreateTableMutationVariables as bu, type CreateUserSkillFileMutationVariables as bv, type UserSkillFileModelFragment as bw, type CreateUserSkillFolderMutationVariables as bx, type UserSkillFolderModelFragment as by, type CubeModelFragment as bz, ChatMessageFromEnum as c, type ExportWithInsightIdQueryVariables as c$, PulseEventPriority as c0, PulseEventKind as c1, type PulseEventFragment as c2, type PulseEvent_IntegrationQueryVariables as c3, IntegrationStatus as c4, type IntegrationFragment as c5, type Integration_ProviderQueryVariables as c6, type IntegrationProviderFragment as c7, type IntegrationCatalogQueryVariables as c8, type IntegrationCatalogFragment as c9, type WorkspaceDeleteScheduleFragment as cA, type SendMessageMutationVariables as cB, type SetDatabasePrimaryKeyMutationVariables as cC, type SyncProjectDesktopBindingMutationVariables as cD, type UpdateAgentMutationVariables as cE, type UpdateArtifactNameMutationVariables as cF, type UpdateChatMutationVariables as cG, type UpdateDatabaseMutationVariables as cH, type UpdateDocumentMutationVariables as cI, type UpdateFolderMutationVariables as cJ, type UpdateInsightMutationVariables as cK, type UpdateInsightInReportMutationVariables as cL, type UpdateInsightThumbnailMutationVariables as cM, type UpdateInterpMutationVariables as cN, InterpretationType as cO, AiResourceType as cP, type InterpretationFragment as cQ, type UpdateLiveContextMutationVariables as cR, type UpdateProjectMutationVariables as cS, type UpdatePulseTriggerMutationVariables as cT, type PulseTriggerSettingModelFragment as cU, type UpdateReportMutationVariables as cV, type UpdateTableMutationVariables as cW, type UpdateUserSkillFileMutationVariables as cX, type UpdateUserSkillFolderMutationVariables as cY, type UpsertAiProviderSettingMutationVariables as cZ, type ExportQueryVariables as c_, type IntegrationCatalog_ProviderQueryVariables as ca, type DocumentCatalogConnectionFragment as cb, type DocumentCatalogsQueryVariables as cc, type DocumentConnectionFragment as cd, type Document_Format_CatalogQueryVariables as ce, type DocumentsQueryVariables as cf, type ChatStreamClient as cg, type DvinaSdkLifecycle as ch, type ExecuteChatImportMutationVariables as ci, type GenerateUploadUriMutationVariables as cj, type FileModelFragment as ck, type MigrateLegacyCodeChatsMutationVariables as cl, type LegacyCodeMigratedChatSummaryOutputFragment as cm, type LegacyCodeMigrationOutputFragment as cn, type PreviewChatImportMutationVariables as co, type ReanalyzeDocumentMutationVariables as cp, type RefineAgentInstructionMutationVariables as cq, type RefineSkillInstructionMutationVariables as cr, type RefreshDatabaseSchemaMutationVariables as cs, type RefreshInsightMutationVariables as ct, type RegisterDesktopDeviceMutationVariables as cu, type ReinterpretSourceMutationVariables as cv, type ReinterpretSourcesOfuserMutationVariables as cw, type RelocateInsightMutationVariables as cx, type RemoveInsightFromReportMutationVariables as cy, type ResolvePulseEventMutationVariables as cz, type ChatMessageFragment as d, type PrivacyStatsQueryVariables as d$, type FeedItemQueryVariables as d0, FeedItemKind as d1, type FeedDocumentDataFragment as d2, type FeedArtifactDataFragment as d3, type FeedDatabaseDataFragment as d4, type FeedInsightDataFragment as d5, type FeedIntegrationDataFragment as d6, type FeedProjectDataFragment as d7, type FeedLiveContextDataFragment as d8, type FeedPulseDataFragment as d9, type WindowDetailTypeFragment as dA, type UsageWindowsStatusTypeFragment as dB, type UsageStatusFragment as dC, type GetTokenUsageStatus_WindowsQueryVariables as dD, type GetUsageQueryVariables as dE, type InsightsQueryVariables as dF, type IntegrationQueryVariables as dG, type IntegrationCatalogToolsQueryVariables as dH, type IntegrationCatalogsQueryVariables as dI, type IntegrationCatalogConnectionFragment as dJ, type IntegrationsQueryVariables as dK, type IntegrationConnectionFragment as dL, type InterpretationsQueryVariables as dM, type InterpretationConnectionFragment as dN, type LiveContextsQueryVariables as dO, type LiveContextConnectionFragment as dP, type LocalSandboxDeviceStatusesQueryVariables as dQ, LocalSandboxDeviceConnectionState as dR, type LocalSandboxDeviceStatusModelFragment as dS, type NotificationQueryVariables as dT, NotificationCategory as dU, NotificationPriority as dV, NotificationStatus as dW, type NotificationFragment as dX, type NotificationsQueryVariables as dY, type NotificationConnectionFragment as dZ, type NotificationsByReferenceQueryVariables as d_, type FeedItemFragment as da, type FeedItem_ActionQueryVariables as db, type FeedSendMessageActionFragment as dc, type FeedItem_DataQueryVariables as dd, type FeedItemsQueryVariables as de, type FeedConnectionFragment as df, type FileQueryVariables as dg, type FileMetaQueryVariables as dh, type FileUrlsQueryVariables as di, type ResolvedFileUrlFragment as dj, type FindFitTierQueryVariables as dk, EntitlementTier as dl, type FolderQueryVariables as dm, type FoldersQueryVariables as dn, type FolderConnectionFragment as dp, type GetCapabilityQueryVariables as dq, type GetDevAccessTokenQueryVariables as dr, type GetLimitQueryVariables as ds, type GetRemainingQueryVariables as dt, type GetTokenUsageByModelQueryVariables as du, type ModelTokenUsageFragment as dv, type GetTokenUsageHistoryQueryVariables as dw, type GetTokenUsageStatusQueryVariables as dx, TokenUsageLimit as dy, ActiveWindowType as dz, type ChatMessage_ArtifactsQueryVariables as e, type ToolResultArtifactOutputFragment as e$, type PrivacyStatsFragment as e0, type ProjectsQueryVariables as e1, type ProjectConnectionFragment as e2, type PulseAppSummaryQueryVariables as e3, type PulseAppSummaryModelFragment as e4, type PulseEventQueryVariables as e5, type PulseEventsQueryVariables as e6, type PulseEventConnectionFragment as e7, type PulseTriggerSettingsQueryVariables as e8, type QueryQueryVariables as e9, type InferenceRequestAuditFragment as eA, type Insight_Chat_DesktopDeviceQueryVariables as eB, type Insight_Chat_ProjectQueryVariables as eC, type Integration_Provider_CatalogQueryVariables as eD, type InvocationFragment as eE, type LiveContext_Source_EvidencesQueryVariables as eF, type McpClientInformationFragment as eG, type McpCodeVerifierFragment as eH, type McpServerFragment as eI, type McpTokensFragment as eJ, type McpToolFragment as eK, type MessageEndEventOutputFragment as eL, type MessageStartEventOutputFragment as eM, type ProgressSummaryEventOutputFragment as eN, type Project_DesktopBinding_DeviceQueryVariables as eO, type PulseEvent_Integration_ProviderQueryVariables as eP, type ReasoningEventOutputFragment as eQ, type ResetWorkspaceMutationVariables as eR, type ScheduleWorkspaceDeletionMutationVariables as eS, type TextBlockEventOutputFragment as eT, type TextDeltaEventOutputFragment as eU, type WidgetBlockStartEventOutputFragment as eV, type WidgetHtmlDeltaEventOutputFragment as eW, type WidgetBlockCompleteEventOutputFragment as eX, type WidgetBlockErrorEventOutputFragment as eY, type ToolStartEventOutputFragment as eZ, type ToolInputDeltaEventOutputFragment as e_, type QueryWithInsightIdQueryVariables as ea, type QueryWithMessageIdQueryVariables as eb, type ReportsQueryVariables as ec, type SkillCatalogQueryVariables as ed, SkillCatalogSource as ee, type SkillCatalogItemFragment as ef, type TablesQueryVariables as eg, type UserSkillFileQueryVariables as eh, type UserSkillFilesQueryVariables as ei, type UserSkillFolderQueryVariables as ej, type UserSkillFoldersQueryVariables as ek, type WorkspaceDeletionScheduleQueryVariables as el, type McpAuthUpdatesSubscriptionVariables as em, McpAuthPhase as en, type McpAuthUpdateModelFragment as eo, type TokenUsageUpdatesSubscriptionVariables as ep, type EvidenceFragment as eq, type FailedSyncEventIngestionFragment as er, type StreamMessageContentOutputFragment as es, type StreamMessageOutputFragment as et, type UsageMetaOutputFragment as eu, type FinalContentEventOutputFragment as ev, type GetTokenUsageStatus_Windows_DayQueryVariables as ew, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as ex, type GetTokenUsageStatus_Windows_MonthQueryVariables as ey, type GetTokenUsageStatus_Windows_WeekQueryVariables as ez, ArtifactKind as f, type ToolResultEventOutputFragment as f0, type StreamEventSchemaAnchorFragment as f1, type SyncEventFragment as f2, type SyncEventCursorFragment as f3, type Table_Database_EngineQueryVariables as f4, type Table_Document_ContentsQueryVariables as f5, type Table_Document_FileQueryVariables as f6, type Table_Document_FormatQueryVariables as f7, type TokenUsageFragment as f8, type UserSkillFileFragment as f9, FolderOrderByRelevanceFieldEnum as fA, InsightOrderByRelevanceFieldEnum as fB, IntegrationCatalogOrderByRelevanceFieldEnum as fC, IntegrationOrderByRelevanceFieldEnum as fD, InterpretationOrderByRelevanceFieldEnum as fE, LimitType as fF, LiveContextOrderByRelevanceFieldEnum as fG, NotificationOrderByRelevanceFieldEnum as fH, NullsOrder as fI, ProjectDesktopBindingOrderByRelevanceFieldEnum as fJ, ProjectOrderByRelevanceFieldEnum as fK, PulseEventOrderByRelevanceFieldEnum as fL, QueryMode as fM, ReportOrderByRelevanceFieldEnum as fN, SendMessageModel as fO, SortOrder as fP, TableOrderByRelevanceFieldEnum as fQ, UsageHistoryGranularity as fR, createChatStreamClient as fS, createDvinaClient as fT, type UserSkillFolderFragment as fa, type ActiveChatStreamClient as fb, type ActiveChatStreamListener as fc, type ActiveChatStreamListenerHandlers as fd, AgentOrderByRelevanceFieldEnum as fe, ArtifactOrderByRelevanceFieldEnum as ff, CapabilityType as fg, ChatMessageOrderByRelevanceFieldEnum as fh, ChatOrderByRelevanceFieldEnum as fi, type ChatStreamClientOptions as fj, type ChatStreamEvent as fk, type ChatStreamListener as fl, type ChatStreamListenerHandlers as fm, DatabaseCatalogOrderByRelevanceFieldEnum as fn, DatabaseOrderByRelevanceFieldEnum as fo, DesktopDeviceOrderByRelevanceFieldEnum as fp, DocumentCatalogOrderByRelevanceFieldEnum as fq, DocumentOrderByRelevanceFieldEnum 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, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type DesktopDevice_ChatsQueryVariables as s, type DesktopDevice_DesktopBindingsQueryVariables as t, type ProjectDesktopBindingFragment as u, type ProjectQueryVariables as v, ProjectSource as w, type ProjectFragment as x, type Project_ChatsQueryVariables as y, type Project_DesktopBindingQueryVariables as z };
|
|
7493
|
+
export { type Insight_ThumbnailFileQueryVariables as $, type AbortChatMutationVariables as A, type Artifact_FileQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_MessageQueryVariables as E, type FileFragment as F, type ChatMessage_ChatQueryVariables as G, type ChatMessage_ContentsQueryVariables as H, ContentBlockType as I, type ContentBlockFragment as J, type ChatMessage_FeedbackQueryVariables as K, FeedbackType as L, type FeedbackFragment as M, type Chat_InsightQueryVariables as N, type Insight_ChatQueryVariables as O, ProjectDesktopContextKind as P, type Insight_ReportMembersQueryVariables as Q, ReasoningEffort as R, ReportMemberSize as S, Presentation as T, type ReportMemberFragment as U, type ReportQueryVariables as V, type ReportFragment as W, type Report_InsightsQueryVariables as X, type InsightFragment as Y, type Insight_ReportsQueryVariables as Z, type ReportConnectionFragment as _, ActionType as a, type DatabaseCatalogFragment as a$, type InsightConnectionFragment as a0, type Report_LayoutQueryVariables as a1, type InsightQueryVariables as a2, type Chat_MessagesQueryVariables as a3, type ChatMessageConnectionFragment as a4, type Chat_ProjectQueryVariables as a5, type DesktopDeviceQueryVariables as a6, type ArtifactConnectionFragment as a7, type AddInsightToReportMutationVariables as a8, type AgentQueryVariables as a9, ChatSourceImportModeEnum as aA, type ChatImportPreviewOutputFragment as aB, type ChatMessage_Chat_DesktopDeviceQueryVariables as aC, type ChatMessage_Chat_InsightQueryVariables as aD, type ChatMessage_Chat_ProjectQueryVariables as aE, type ChatMessagesQueryVariables as aF, type ChatQueryVariables as aG, type ChatTitleEventOutputFragment as aH, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aI, type Chat_Insight_ReportMembersQueryVariables as aJ, type Chat_Insight_ThumbnailFileQueryVariables as aK, type Chat_Project_DesktopBindingQueryVariables as aL, type ChatsQueryVariables as aM, type ConnectIntegrationMutationVariables as aN, type CreateIntegrationOutputFragment as aO, type ConsumePulseEventsMutationVariables as aP, type ContentMaskFragment as aQ, type ContextUsageEventOutputFragment as aR, type ContinueImportedChatMutationVariables as aS, type ContinueInterpretationMutationVariables as aT, type CreateAgentMutationVariables as aU, type CreateChatMutationVariables as aV, type CreateDatabaseMutationVariables as aW, type DatabaseFragment as aX, type Database_EngineQueryVariables as aY, type DatabaseEngineFragment as aZ, type DatabaseCatalogQueryVariables as a_, type AgentsQueryVariables as aa, type AiProviderSettingQueryVariables as ab, type UserAiProviderSettingFragment as ac, type ArtifactQueryVariables as ad, type Artifact_Chat_DesktopDeviceQueryVariables as ae, type Artifact_Chat_InsightQueryVariables as af, type Artifact_Chat_ProjectQueryVariables as ag, type Artifact_Message_ChatQueryVariables as ah, type Artifact_Message_ContentsQueryVariables as ai, type Artifact_Message_FeedbackQueryVariables as aj, type ArtifactsQueryVariables as ak, type AudioEventOutputFragment as al, type CancelOauthFlowMutationVariables as am, type CancelWorkspaceDeletionMutationVariables as an, type CandidateFragment as ao, type LiveContextQueryVariables as ap, LiveContextStatus as aq, type LiveContextFragment as ar, type LiveContext_ItemsQueryVariables as as, FeedActionType as at, type FeedItemGeneratedFragment as au, type LiveContext_SourceQueryVariables as av, type CandidateEvidenceFragment as aw, type ImportedChatSummaryOutputFragment as ax, type ChatImportExecuteOutputFragment as ay, ChatSourceImportFidelityEnum as az, type ActionFragment as b, type DisconnectIntegrationMutationVariables as b$, type DatabaseCatalog_EngineQueryVariables as b0, type Database_TablesQueryVariables as b1, TableStatus as b2, type TableFragment as b3, type Table_DatabaseQueryVariables as b4, type Table_DocumentQueryVariables as b5, type DocumentFragment as b6, type Document_ContentsQueryVariables as b7, type DocumentContentFragment as b8, type DocumentQueryVariables as b9, type CubeModelFragment as bA, type DatabaseCatalogConnectionFragment as bB, type DatabaseCatalogsQueryVariables as bC, type DatabaseConnectionFragment as bD, type DatabaseQueryVariables as bE, type DatabaseSchemaQueryVariables as bF, type Database_Engine_CatalogQueryVariables as bG, type DatabasesQueryVariables as bH, type DeepAnalysisUsageFragment as bI, type DeleteAgentMutationVariables as bJ, type DeleteAiProviderSettingMutationVariables as bK, type DeleteArtifactMutationVariables as bL, type DeleteChatMutationVariables as bM, type DeleteDatabaseMutationVariables as bN, type DeleteDocumentMutationVariables as bO, type DeleteFolderMutationVariables as bP, type DeleteInsightMutationVariables as bQ, type DeleteInsightsMutationVariables as bR, type DeleteIntegrationMutationVariables as bS, type DeleteProjectMutationVariables as bT, type DeleteReportMutationVariables as bU, type DeleteTableMutationVariables as bV, type DeleteUserSkillFileMutationVariables as bW, type DeleteUserSkillFolderMutationVariables as bX, type DesktopDeviceConnectionFragment as bY, type DesktopDevicesQueryVariables as bZ, type DevAccessTokenOutputFragment as b_, type Document_FileQueryVariables as ba, type Document_FormatQueryVariables as bb, type DocumentFormatFragment as bc, type DocumentCatalogQueryVariables as bd, type DocumentCatalogFragment as be, type DocumentCatalog_FormatQueryVariables as bf, type Document_TablesQueryVariables as bg, type Table_FromRelationsQueryVariables as bh, RelationType as bi, type RelationFragment as bj, type TableQueryVariables as bk, type Table_ToRelationsQueryVariables as bl, type TableConnectionFragment as bm, type CreateDocumentMutationVariables as bn, type CreateFeedbackMutationVariables as bo, type CreateFolderMutationVariables as bp, type FolderFragment as bq, type CreateInsightMutationVariables as br, type CreateIntegrationMutationVariables as bs, type CreateProjectMutationVariables as bt, type CreateReportMutationVariables as bu, type CreateTableMutationVariables as bv, type CreateUserSkillFileMutationVariables as bw, type UserSkillFileModelFragment as bx, type CreateUserSkillFolderMutationVariables as by, type UserSkillFolderModelFragment as bz, ChatMessageFromEnum as c, type ExportQueryVariables as c$, type DismissPulseEventMutationVariables as c0, PulseEventPriority as c1, PulseEventKind as c2, type PulseEventFragment as c3, type PulseEvent_IntegrationQueryVariables as c4, IntegrationStatus as c5, type IntegrationFragment as c6, type Integration_ProviderQueryVariables as c7, type IntegrationProviderFragment as c8, type IntegrationCatalogQueryVariables as c9, type ResolvePulseEventMutationVariables as cA, type WorkspaceDeleteScheduleFragment as cB, type SendMessageMutationVariables as cC, type SetDatabasePrimaryKeyMutationVariables as cD, type SyncProjectDesktopBindingMutationVariables as cE, type UpdateAgentMutationVariables as cF, type UpdateArtifactNameMutationVariables as cG, type UpdateChatMutationVariables as cH, type UpdateDatabaseMutationVariables as cI, type UpdateDocumentMutationVariables as cJ, type UpdateFolderMutationVariables as cK, type UpdateInsightMutationVariables as cL, type UpdateInsightInReportMutationVariables as cM, type UpdateInsightThumbnailMutationVariables as cN, type UpdateInterpMutationVariables as cO, InterpretationType as cP, AiResourceType as cQ, type InterpretationFragment as cR, type UpdateLiveContextMutationVariables as cS, type UpdateProjectMutationVariables as cT, type UpdatePulseTriggerMutationVariables as cU, type PulseTriggerSettingModelFragment as cV, type UpdateReportMutationVariables as cW, type UpdateTableMutationVariables as cX, type UpdateUserSkillFileMutationVariables as cY, type UpdateUserSkillFolderMutationVariables as cZ, type UpsertAiProviderSettingMutationVariables as c_, type IntegrationCatalogFragment as ca, type IntegrationCatalog_ProviderQueryVariables as cb, type DocumentCatalogConnectionFragment as cc, type DocumentCatalogsQueryVariables as cd, type DocumentConnectionFragment as ce, type Document_Format_CatalogQueryVariables as cf, type DocumentsQueryVariables as cg, type ChatStreamClient as ch, type DvinaSdkLifecycle as ci, type ExecuteChatImportMutationVariables as cj, type GenerateUploadUriMutationVariables as ck, type FileModelFragment as cl, type MigrateLegacyCodeChatsMutationVariables as cm, type LegacyCodeMigratedChatSummaryOutputFragment as cn, type LegacyCodeMigrationOutputFragment as co, type PreviewChatImportMutationVariables as cp, type ReanalyzeDocumentMutationVariables as cq, type RefineAgentInstructionMutationVariables as cr, type RefineSkillInstructionMutationVariables as cs, type RefreshDatabaseSchemaMutationVariables as ct, type RefreshInsightMutationVariables as cu, type RegisterDesktopDeviceMutationVariables as cv, type ReinterpretSourceMutationVariables as cw, type ReinterpretSourcesOfuserMutationVariables as cx, type RelocateInsightMutationVariables as cy, type RemoveInsightFromReportMutationVariables as cz, type ChatMessageFragment as d, type NotificationsByReferenceQueryVariables as d$, type ExportWithInsightIdQueryVariables as d0, type FeedItemQueryVariables as d1, FeedItemKind as d2, type FeedDocumentDataFragment as d3, type FeedArtifactDataFragment as d4, type FeedDatabaseDataFragment as d5, type FeedInsightDataFragment as d6, type FeedIntegrationDataFragment as d7, type FeedProjectDataFragment as d8, type FeedLiveContextDataFragment as d9, ActiveWindowType as dA, type WindowDetailTypeFragment as dB, type UsageWindowsStatusTypeFragment as dC, type UsageStatusFragment as dD, type GetTokenUsageStatus_WindowsQueryVariables as dE, type GetUsageQueryVariables as dF, type InsightsQueryVariables as dG, type IntegrationQueryVariables as dH, type IntegrationCatalogToolsQueryVariables as dI, type IntegrationCatalogsQueryVariables as dJ, type IntegrationCatalogConnectionFragment as dK, type IntegrationsQueryVariables as dL, type IntegrationConnectionFragment as dM, type InterpretationsQueryVariables as dN, type InterpretationConnectionFragment as dO, type LiveContextsQueryVariables as dP, type LiveContextConnectionFragment as dQ, type LocalSandboxDeviceStatusesQueryVariables as dR, LocalSandboxDeviceConnectionState as dS, type LocalSandboxDeviceStatusModelFragment as dT, type NotificationQueryVariables as dU, NotificationCategory as dV, NotificationPriority as dW, NotificationStatus as dX, type NotificationFragment as dY, type NotificationsQueryVariables as dZ, type NotificationConnectionFragment as d_, type FeedPulseDataFragment as da, type FeedItemFragment as db, type FeedItem_ActionQueryVariables as dc, type FeedSendMessageActionFragment as dd, type FeedItem_DataQueryVariables as de, type FeedItemsQueryVariables as df, type FeedConnectionFragment as dg, type FileQueryVariables as dh, type FileMetaQueryVariables as di, type FileUrlsQueryVariables as dj, type ResolvedFileUrlFragment as dk, type FindFitTierQueryVariables as dl, EntitlementTier as dm, type FolderQueryVariables as dn, type FoldersQueryVariables as dp, type FolderConnectionFragment as dq, type GetCapabilityQueryVariables as dr, type GetDevAccessTokenQueryVariables as ds, type GetLimitQueryVariables as dt, type GetRemainingQueryVariables as du, type GetTokenUsageByModelQueryVariables as dv, type ModelTokenUsageFragment as dw, type GetTokenUsageHistoryQueryVariables as dx, type GetTokenUsageStatusQueryVariables as dy, TokenUsageLimit as dz, type ChatMessage_ArtifactsQueryVariables as e, type ToolInputDeltaEventOutputFragment as e$, type PrivacyStatsQueryVariables as e0, type PrivacyStatsFragment as e1, type ProjectsQueryVariables as e2, type ProjectConnectionFragment as e3, type PulseAppSummaryQueryVariables as e4, type PulseAppSummaryModelFragment as e5, type PulseEventQueryVariables as e6, type PulseEventsQueryVariables as e7, type PulseEventConnectionFragment as e8, type PulseTriggerSettingsQueryVariables as e9, type GetTokenUsageStatus_Windows_WeekQueryVariables as eA, type InferenceRequestAuditFragment as eB, type Insight_Chat_DesktopDeviceQueryVariables as eC, type Insight_Chat_ProjectQueryVariables as eD, type Integration_Provider_CatalogQueryVariables as eE, type InvocationFragment as eF, type LiveContext_Source_EvidencesQueryVariables as eG, type McpClientInformationFragment as eH, type McpCodeVerifierFragment as eI, type McpServerFragment as eJ, type McpTokensFragment as eK, type McpToolFragment as eL, type MessageEndEventOutputFragment as eM, type MessageStartEventOutputFragment as eN, type ProgressSummaryEventOutputFragment as eO, type Project_DesktopBinding_DeviceQueryVariables as eP, type PulseEvent_Integration_ProviderQueryVariables as eQ, type ReasoningEventOutputFragment as eR, type ResetWorkspaceMutationVariables as eS, type ScheduleWorkspaceDeletionMutationVariables as eT, type TextBlockEventOutputFragment as eU, type TextDeltaEventOutputFragment as eV, type WidgetBlockStartEventOutputFragment as eW, type WidgetHtmlDeltaEventOutputFragment as eX, type WidgetBlockCompleteEventOutputFragment as eY, type WidgetBlockErrorEventOutputFragment as eZ, type ToolStartEventOutputFragment as e_, type QueryQueryVariables as ea, type QueryWithInsightIdQueryVariables as eb, type QueryWithMessageIdQueryVariables as ec, type ReportsQueryVariables as ed, type SkillCatalogQueryVariables as ee, SkillCatalogSource as ef, type SkillCatalogItemFragment as eg, type TablesQueryVariables as eh, type UserSkillFileQueryVariables as ei, type UserSkillFilesQueryVariables as ej, type UserSkillFolderQueryVariables as ek, type UserSkillFoldersQueryVariables as el, type WorkspaceDeletionScheduleQueryVariables as em, type McpAuthUpdatesSubscriptionVariables as en, McpAuthPhase as eo, type McpAuthUpdateModelFragment as ep, type TokenUsageUpdatesSubscriptionVariables as eq, type EvidenceFragment as er, type FailedSyncEventIngestionFragment as es, type StreamMessageContentOutputFragment as et, type StreamMessageOutputFragment as eu, type UsageMetaOutputFragment as ev, type FinalContentEventOutputFragment as ew, type GetTokenUsageStatus_Windows_DayQueryVariables as ex, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as ey, type GetTokenUsageStatus_Windows_MonthQueryVariables as ez, ArtifactKind as f, type ToolResultArtifactOutputFragment as f0, type ToolResultEventOutputFragment as f1, type StreamEventSchemaAnchorFragment as f2, type SyncEventFragment as f3, type SyncEventCursorFragment as f4, type Table_Database_EngineQueryVariables as f5, type Table_Document_ContentsQueryVariables as f6, type Table_Document_FileQueryVariables as f7, type Table_Document_FormatQueryVariables as f8, type TokenUsageFragment as f9, FileUrlVariant as fA, FolderOrderByRelevanceFieldEnum as fB, InsightOrderByRelevanceFieldEnum as fC, IntegrationCatalogOrderByRelevanceFieldEnum as fD, IntegrationOrderByRelevanceFieldEnum as fE, InterpretationOrderByRelevanceFieldEnum as fF, LimitType as fG, LiveContextOrderByRelevanceFieldEnum as fH, NotificationOrderByRelevanceFieldEnum as fI, NullsOrder as fJ, ProjectDesktopBindingOrderByRelevanceFieldEnum as fK, ProjectOrderByRelevanceFieldEnum as fL, PulseEventOrderByRelevanceFieldEnum as fM, QueryMode as fN, ReportOrderByRelevanceFieldEnum as fO, SendMessageModel as fP, SortOrder as fQ, TableOrderByRelevanceFieldEnum as fR, UsageHistoryGranularity as fS, createChatStreamClient as fT, createDvinaClient as fU, type UserSkillFileFragment as fa, type UserSkillFolderFragment as fb, type ActiveChatStreamClient as fc, type ActiveChatStreamListener as fd, type ActiveChatStreamListenerHandlers as fe, AgentOrderByRelevanceFieldEnum as ff, ArtifactOrderByRelevanceFieldEnum as fg, CapabilityType as fh, ChatMessageOrderByRelevanceFieldEnum as fi, ChatOrderByRelevanceFieldEnum as fj, type ChatStreamClientOptions as fk, type ChatStreamEvent as fl, type ChatStreamListener as fm, type ChatStreamListenerHandlers as fn, DatabaseCatalogOrderByRelevanceFieldEnum as fo, DatabaseOrderByRelevanceFieldEnum as fp, DesktopDeviceOrderByRelevanceFieldEnum as fq, DocumentCatalogOrderByRelevanceFieldEnum as fr, DocumentOrderByRelevanceFieldEnum as fs, type DvinaSdkBaseOptions as ft, type DvinaSdkCallbackOptions as fu, type DvinaSdkLifecycleHint as fv, type DvinaSdkTokenOptions as fw, FeedItemOrderByRelevanceFieldEnum as fx, FeedbackOrderByRelevanceFieldEnum as fy, FileOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type DesktopDevice_ChatsQueryVariables as s, type DesktopDevice_DesktopBindingsQueryVariables as t, type ProjectDesktopBindingFragment as u, type ProjectQueryVariables as v, ProjectSource as w, type ProjectFragment as x, type Project_ChatsQueryVariables as y, type Project_DesktopBindingQueryVariables as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as DvinaRequest, b as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-2RotD0Ab.js';
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-KnLTtyTA.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as DvinaRequest, b as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-2RotD0Ab.cjs';
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-CHzQF0ON.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|