@dvina/sdk 4.1.15 → 4.1.27
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-P2JDS76B.cjs → _generated_documents-KLH52A3M.cjs} +640 -636
- package/dist/{_generated_documents-P2JDS76B.cjs.map → _generated_documents-KLH52A3M.cjs.map} +1 -1
- package/dist/_generated_documents-ZNM3EFLS.js +4 -0
- package/dist/{_generated_documents-DDOM6L4I.js.map → _generated_documents-ZNM3EFLS.js.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.cjs.map +1 -1
- package/dist/adapters/angular/index.d.cts +4 -4
- package/dist/adapters/angular/index.d.ts +4 -4
- package/dist/adapters/angular/index.js +2 -2
- package/dist/adapters/angular/index.js.map +1 -1
- package/dist/adapters/react/index.d.cts +1 -1
- package/dist/adapters/react/index.d.ts +1 -1
- package/dist/{chunk-3NVTNOPC.cjs → chunk-2OCI54KK.cjs} +846 -932
- package/dist/chunk-2OCI54KK.cjs.map +1 -0
- package/dist/{chunk-4QI6ACRB.js → chunk-5U2BUOJM.js} +8 -7
- package/dist/chunk-5U2BUOJM.js.map +1 -0
- package/dist/{chunk-ULLPEHMQ.cjs → chunk-FPS5J2ZD.cjs} +10 -8
- package/dist/chunk-FPS5J2ZD.cjs.map +1 -0
- package/dist/{chunk-5WZGNZOT.js → chunk-UOUO6FEI.js} +236 -324
- package/dist/chunk-UOUO6FEI.js.map +1 -0
- package/dist/{client-9HS5mnLX.d.cts → client-BfLLVq_u.d.cts} +76 -71
- package/dist/{client-DTPpI37c.d.ts → client-Da1MV84R.d.ts} +76 -71
- package/dist/{index-C3J-qQro.d.cts → index-CCRTPWIw.d.cts} +2 -2
- package/dist/{index-GgmBwFza.d.ts → index-DcgFvhc1.d.ts} +2 -2
- package/dist/index.cjs +482 -474
- package/dist/index.d.cts +28 -23
- package/dist/index.d.ts +28 -23
- package/dist/index.js +2 -2
- package/dist/pagination/index.d.cts +3 -3
- package/dist/pagination/index.d.ts +3 -3
- package/dist/{sync-engine-CgKa-lWc.d.ts → sync-engine-BHsj_bC-.d.ts} +18 -6
- package/dist/{sync-engine-q1n4rVzP.d.cts → sync-engine-F0397ofh.d.cts} +18 -6
- package/dist/{types-k6gSbuaF.d.cts → types-Chg8ASmf.d.cts} +6 -2
- package/dist/{types-k6gSbuaF.d.ts → types-Chg8ASmf.d.ts} +6 -2
- package/package.json +1 -1
- package/dist/_generated_documents-DDOM6L4I.js +0 -4
- package/dist/chunk-3NVTNOPC.cjs.map +0 -1
- package/dist/chunk-4QI6ACRB.js.map +0 -1
- package/dist/chunk-5WZGNZOT.js.map +0 -1
- package/dist/chunk-ULLPEHMQ.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.js';
|
|
2
|
-
import {
|
|
3
|
-
import { S as SyncEngine } from './sync-engine-
|
|
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-BHsj_bC-.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 | ContextUsageEventOutput | FinalContentEventOutput | InterruptEventOutput | MessageEndEventOutput | MessageStartEventOutput |
|
|
112
|
+
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | ContextUsageEventOutput | FinalContentEventOutput | InterruptEventOutput | 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']>;
|
|
@@ -2861,7 +2861,6 @@ type MessageEndEventOutput = {
|
|
|
2861
2861
|
type MessageStartEventOutput = {
|
|
2862
2862
|
__typename?: 'MessageStartEventOutput';
|
|
2863
2863
|
message: StreamMessageOutput;
|
|
2864
|
-
mode?: Maybe<Scalars['String']>;
|
|
2865
2864
|
type: Scalars['String'];
|
|
2866
2865
|
};
|
|
2867
2866
|
declare enum NotificationCategory {
|
|
@@ -2937,12 +2936,6 @@ declare enum Presentation {
|
|
|
2937
2936
|
Table = "Table",
|
|
2938
2937
|
VerticalBar = "VerticalBar"
|
|
2939
2938
|
}
|
|
2940
|
-
type PrivacyStatsEventOutput = {
|
|
2941
|
-
__typename?: 'PrivacyStatsEventOutput';
|
|
2942
|
-
stats: PrivacyStatsOutput;
|
|
2943
|
-
totalsDelta?: Maybe<PrivacyStatsTotalsDeltaOutput>;
|
|
2944
|
-
type: Scalars['String'];
|
|
2945
|
-
};
|
|
2946
2939
|
type PrivacyStatsOutput = {
|
|
2947
2940
|
__typename?: 'PrivacyStatsOutput';
|
|
2948
2941
|
enabled: Scalars['Boolean'];
|
|
@@ -2953,11 +2946,6 @@ type PrivacyStatsOutput = {
|
|
|
2953
2946
|
protectedAt?: Maybe<Scalars['String']>;
|
|
2954
2947
|
protectedTurn: Scalars['Boolean'];
|
|
2955
2948
|
};
|
|
2956
|
-
type PrivacyStatsTotalsDeltaOutput = {
|
|
2957
|
-
__typename?: 'PrivacyStatsTotalsDeltaOutput';
|
|
2958
|
-
automaticallyMaskedData?: Maybe<Scalars['Int']>;
|
|
2959
|
-
messagesProtectedFromTraining?: Maybe<Scalars['Int']>;
|
|
2960
|
-
};
|
|
2961
2949
|
type ProgressSummaryEventOutput = {
|
|
2962
2950
|
__typename?: 'ProgressSummaryEventOutput';
|
|
2963
2951
|
kind: Scalars['String'];
|
|
@@ -5862,7 +5850,6 @@ type MessageEndEventOutputFragment = {
|
|
|
5862
5850
|
};
|
|
5863
5851
|
type MessageStartEventOutputFragment = {
|
|
5864
5852
|
__typename: 'MessageStartEventOutput';
|
|
5865
|
-
mode?: string | null;
|
|
5866
5853
|
type: string;
|
|
5867
5854
|
message: {
|
|
5868
5855
|
__typename: 'StreamMessageOutput';
|
|
@@ -5942,25 +5929,6 @@ type PrivacyStatsFragment = {
|
|
|
5942
5929
|
id: string;
|
|
5943
5930
|
messagesProtectedFromTraining?: number | null;
|
|
5944
5931
|
};
|
|
5945
|
-
type PrivacyStatsEventOutputFragment = {
|
|
5946
|
-
__typename: 'PrivacyStatsEventOutput';
|
|
5947
|
-
type: string;
|
|
5948
|
-
stats: {
|
|
5949
|
-
__typename: 'PrivacyStatsOutput';
|
|
5950
|
-
enabled: boolean;
|
|
5951
|
-
enabledRuleCount: number;
|
|
5952
|
-
maskedValueCount: number;
|
|
5953
|
-
matchedTypeCount: number;
|
|
5954
|
-
matchedTypes: Array<string>;
|
|
5955
|
-
protectedAt?: string | null;
|
|
5956
|
-
protectedTurn: boolean;
|
|
5957
|
-
};
|
|
5958
|
-
totalsDelta?: {
|
|
5959
|
-
__typename: 'PrivacyStatsTotalsDeltaOutput';
|
|
5960
|
-
automaticallyMaskedData?: number | null;
|
|
5961
|
-
messagesProtectedFromTraining?: number | null;
|
|
5962
|
-
} | null;
|
|
5963
|
-
};
|
|
5964
5932
|
type PrivacyStatsOutputFragment = {
|
|
5965
5933
|
__typename: 'PrivacyStatsOutput';
|
|
5966
5934
|
enabled: boolean;
|
|
@@ -5971,11 +5939,6 @@ type PrivacyStatsOutputFragment = {
|
|
|
5971
5939
|
protectedAt?: string | null;
|
|
5972
5940
|
protectedTurn: boolean;
|
|
5973
5941
|
};
|
|
5974
|
-
type PrivacyStatsTotalsDeltaOutputFragment = {
|
|
5975
|
-
__typename: 'PrivacyStatsTotalsDeltaOutput';
|
|
5976
|
-
automaticallyMaskedData?: number | null;
|
|
5977
|
-
messagesProtectedFromTraining?: number | null;
|
|
5978
|
-
};
|
|
5979
5942
|
type ProgressSummaryEventOutputFragment = {
|
|
5980
5943
|
__typename: 'ProgressSummaryEventOutput';
|
|
5981
5944
|
kind: string;
|
|
@@ -6258,7 +6221,6 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
6258
6221
|
type: string;
|
|
6259
6222
|
} | {
|
|
6260
6223
|
__typename: 'MessageStartEventOutput';
|
|
6261
|
-
mode?: string | null;
|
|
6262
6224
|
type: string;
|
|
6263
6225
|
message: {
|
|
6264
6226
|
__typename: 'StreamMessageOutput';
|
|
@@ -6282,24 +6244,6 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
6282
6244
|
} | null;
|
|
6283
6245
|
}> | null;
|
|
6284
6246
|
};
|
|
6285
|
-
} | {
|
|
6286
|
-
__typename: 'PrivacyStatsEventOutput';
|
|
6287
|
-
type: string;
|
|
6288
|
-
stats: {
|
|
6289
|
-
__typename: 'PrivacyStatsOutput';
|
|
6290
|
-
enabled: boolean;
|
|
6291
|
-
enabledRuleCount: number;
|
|
6292
|
-
maskedValueCount: number;
|
|
6293
|
-
matchedTypeCount: number;
|
|
6294
|
-
matchedTypes: Array<string>;
|
|
6295
|
-
protectedAt?: string | null;
|
|
6296
|
-
protectedTurn: boolean;
|
|
6297
|
-
};
|
|
6298
|
-
totalsDelta?: {
|
|
6299
|
-
__typename: 'PrivacyStatsTotalsDeltaOutput';
|
|
6300
|
-
automaticallyMaskedData?: number | null;
|
|
6301
|
-
messagesProtectedFromTraining?: number | null;
|
|
6302
|
-
} | null;
|
|
6303
6247
|
} | {
|
|
6304
6248
|
__typename: 'ProgressSummaryEventOutput';
|
|
6305
6249
|
kind: string;
|
|
@@ -6863,6 +6807,9 @@ type CancelOauthFlowMutationVariables = Exact<{
|
|
|
6863
6807
|
type CancelWorkspaceDeletionMutationVariables = Exact<{
|
|
6864
6808
|
[key: string]: never;
|
|
6865
6809
|
}>;
|
|
6810
|
+
type CloseActiveTabsMutationVariables = Exact<{
|
|
6811
|
+
chatIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6812
|
+
}>;
|
|
6866
6813
|
type ConnectIntegrationMutationVariables = Exact<{
|
|
6867
6814
|
providerKey: Scalars['String'];
|
|
6868
6815
|
}>;
|
|
@@ -6988,6 +6935,9 @@ type GenerateUploadUriMutationVariables = Exact<{
|
|
|
6988
6935
|
type MigrateLegacyCodeChatsMutationVariables = Exact<{
|
|
6989
6936
|
input: LegacyCodeMigrationInput;
|
|
6990
6937
|
}>;
|
|
6938
|
+
type OpenActiveTabMutationVariables = Exact<{
|
|
6939
|
+
chatId: Scalars['ID'];
|
|
6940
|
+
}>;
|
|
6991
6941
|
type PreviewChatImportMutationVariables = Exact<{
|
|
6992
6942
|
input: ChatImportPreviewInput;
|
|
6993
6943
|
}>;
|
|
@@ -7033,6 +6983,12 @@ type ResetWorkspaceMutationVariables = Exact<{
|
|
|
7033
6983
|
type ResolvePulseEventMutationVariables = Exact<{
|
|
7034
6984
|
id: Scalars['ID'];
|
|
7035
6985
|
}>;
|
|
6986
|
+
type ResumeMessageMutationVariables = Exact<{
|
|
6987
|
+
chatId: Scalars['ID'];
|
|
6988
|
+
decisions: Scalars['JSON'];
|
|
6989
|
+
messageId: Scalars['ID'];
|
|
6990
|
+
permissionReply?: InputMaybe<Scalars['String']>;
|
|
6991
|
+
}>;
|
|
7036
6992
|
type ScheduleWorkspaceDeletionMutationVariables = Exact<{
|
|
7037
6993
|
[key: string]: never;
|
|
7038
6994
|
}>;
|
|
@@ -7774,18 +7730,7 @@ interface ChatStreamListener {
|
|
|
7774
7730
|
readonly chatId: string;
|
|
7775
7731
|
stop(): void;
|
|
7776
7732
|
}
|
|
7777
|
-
interface ActiveChatStreamListenerHandlers {
|
|
7778
|
-
error?: (error: unknown) => void;
|
|
7779
|
-
next: (chatIds: readonly string[]) => void;
|
|
7780
|
-
}
|
|
7781
|
-
interface ActiveChatStreamListener {
|
|
7782
|
-
stop(): void;
|
|
7783
|
-
}
|
|
7784
|
-
interface ActiveChatStreamClient {
|
|
7785
|
-
listen(handlers: ActiveChatStreamListenerHandlers): ActiveChatStreamListener;
|
|
7786
|
-
}
|
|
7787
7733
|
interface ChatStreamClient {
|
|
7788
|
-
active: ActiveChatStreamClient;
|
|
7789
7734
|
listen(chatId: string, handlers: ChatStreamListenerHandlers): ChatStreamListener;
|
|
7790
7735
|
stream(chatId: string): AsyncIterable<ChatStreamEvent>;
|
|
7791
7736
|
reconnectAll(): void;
|
|
@@ -7793,6 +7738,64 @@ interface ChatStreamClient {
|
|
|
7793
7738
|
}
|
|
7794
7739
|
declare function createChatStreamClient(options: ChatStreamClientOptions): ChatStreamClient;
|
|
7795
7740
|
|
|
7741
|
+
interface ActiveChatsSnapshot {
|
|
7742
|
+
chatIds: string[];
|
|
7743
|
+
}
|
|
7744
|
+
interface ActiveTabsSnapshot {
|
|
7745
|
+
tabs: Array<{
|
|
7746
|
+
createdAt: string;
|
|
7747
|
+
id: string;
|
|
7748
|
+
name: string;
|
|
7749
|
+
projectId: string | null;
|
|
7750
|
+
sourceProvider: string | null;
|
|
7751
|
+
updatedAt: string;
|
|
7752
|
+
}>;
|
|
7753
|
+
}
|
|
7754
|
+
interface DevicePresenceSnapshot {
|
|
7755
|
+
devices: Array<{
|
|
7756
|
+
deviceId: string;
|
|
7757
|
+
lastSeenAt: string | null;
|
|
7758
|
+
state: 'connected' | 'disconnected' | 'unavailable';
|
|
7759
|
+
}>;
|
|
7760
|
+
}
|
|
7761
|
+
interface RealtimeTopicData {
|
|
7762
|
+
'active-chats': ActiveChatsSnapshot;
|
|
7763
|
+
'active-tabs': ActiveTabsSnapshot;
|
|
7764
|
+
'desktop-device-presence': DevicePresenceSnapshot;
|
|
7765
|
+
}
|
|
7766
|
+
/**
|
|
7767
|
+
* Realtime topic event envelope. `type` is intentionally open-ended so new
|
|
7768
|
+
* server event kinds can be introduced without changing the transport API.
|
|
7769
|
+
*/
|
|
7770
|
+
interface DvinaRealtimeEvent<TData, TType extends string = string> {
|
|
7771
|
+
type: TType;
|
|
7772
|
+
data: TData;
|
|
7773
|
+
}
|
|
7774
|
+
type ActiveChatsEvent = DvinaRealtimeEvent<ActiveChatsSnapshot>;
|
|
7775
|
+
type ActiveTabsEvent = DvinaRealtimeEvent<ActiveTabsSnapshot>;
|
|
7776
|
+
type DevicePresenceEvent = DvinaRealtimeEvent<DevicePresenceSnapshot>;
|
|
7777
|
+
type DvinaEventRef<T> = DvinaAsyncRef<T>;
|
|
7778
|
+
interface DvinaEventTopic<T> {
|
|
7779
|
+
watch(): DvinaEventRef<T>;
|
|
7780
|
+
}
|
|
7781
|
+
interface DvinaEvents {
|
|
7782
|
+
activeChats(): DvinaEventTopic<ActiveChatsEvent>;
|
|
7783
|
+
activeTabs(): DvinaEventTopic<ActiveTabsEvent>;
|
|
7784
|
+
devicePresence(): DvinaEventTopic<DevicePresenceEvent>;
|
|
7785
|
+
}
|
|
7786
|
+
interface RealtimeEventController {
|
|
7787
|
+
subscribe(topic: RealtimeEventTopic): void;
|
|
7788
|
+
unsubscribe(topic: RealtimeEventTopic): void;
|
|
7789
|
+
}
|
|
7790
|
+
interface RealtimeTransportEvent {
|
|
7791
|
+
topic: RealtimeEventTopic;
|
|
7792
|
+
type: string;
|
|
7793
|
+
data: unknown;
|
|
7794
|
+
}
|
|
7795
|
+
declare function createDvinaEvents(controller: RealtimeEventController): DvinaEvents & {
|
|
7796
|
+
dispatch(event: RealtimeTransportEvent): void;
|
|
7797
|
+
};
|
|
7798
|
+
|
|
7796
7799
|
type DvinaSdkLifecycleHint = 'network-restored' | 'app-resumed' | 'became-active';
|
|
7797
7800
|
interface DvinaSdkLifecycle {
|
|
7798
7801
|
hint(reason: DvinaSdkLifecycleHint): void;
|
|
@@ -7862,6 +7865,8 @@ interface DvinaClientResult {
|
|
|
7862
7865
|
billing: BillingClient;
|
|
7863
7866
|
/** Semantic lifecycle bridge for connectivity and foreground recovery hints. */
|
|
7864
7867
|
lifecycle: DvinaSdkLifecycle;
|
|
7868
|
+
/** User-scoped realtime event topics delivered through the sync SSE connection. */
|
|
7869
|
+
events: DvinaEvents;
|
|
7865
7870
|
/** The resolved base URL (e.g. 'api.dvina.ai'). Used by models to resolve relative asset paths. */
|
|
7866
7871
|
baseUrl: string;
|
|
7867
7872
|
}
|
|
@@ -7871,4 +7876,4 @@ interface DvinaClientResult {
|
|
|
7871
7876
|
*/
|
|
7872
7877
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
7873
7878
|
|
|
7874
|
-
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 DatabaseEngineFragment 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 ConnectIntegrationMutationVariables as aP, type CreateIntegrationOutputFragment as aQ, type ConsumePulseEventsMutationVariables as aR, type ContentMaskFragment as aS, type ContextUsageEventOutputFragment as aT, type ContinueImportedChatMutationVariables as aU, type ContinueInterpretationMutationVariables as aV, type CreateAgentMutationVariables as aW, type CreateChatMutationVariables as aX, type CreateDatabaseMutationVariables as aY, type DatabaseFragment as aZ, type Database_EngineQueryVariables 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 DesktopDeviceConnectionFragment as b$, type DatabaseCatalogQueryVariables as b0, type DatabaseCatalogFragment as b1, type DatabaseCatalog_EngineQueryVariables as b2, type Database_TablesQueryVariables as b3, TableStatus as b4, type TableFragment as b5, type Table_DatabaseQueryVariables as b6, type Table_DocumentQueryVariables as b7, type DocumentFragment as b8, type Document_ContentsQueryVariables as b9, type CreateUserSkillFolderMutationVariables as bA, type UserSkillFolderModelFragment as bB, type CubeModelFragment as bC, type DatabaseCatalogConnectionFragment as bD, type DatabaseCatalogsQueryVariables as bE, type DatabaseConnectionFragment as bF, type DatabaseQueryVariables as bG, type DatabaseSchemaQueryVariables as bH, type Database_Engine_CatalogQueryVariables as bI, type DatabasesQueryVariables as bJ, type DeepAnalysisUsageFragment as bK, type DeleteAgentMutationVariables as bL, type DeleteAiProviderSettingMutationVariables as bM, type DeleteArtifactMutationVariables as bN, type DeleteChatMutationVariables as bO, type DeleteDatabaseMutationVariables as bP, type DeleteDocumentMutationVariables as bQ, type DeleteFolderMutationVariables as bR, type DeleteInsightMutationVariables as bS, type DeleteInsightsMutationVariables as bT, type DeleteIntegrationMutationVariables as bU, type DeleteProjectMutationVariables as bV, type DeleteReportMutationVariables as bW, type DeleteSavedAiProviderModelMutationVariables as bX, type DeleteTableMutationVariables as bY, type DeleteUserSkillFileMutationVariables as bZ, type DeleteUserSkillFolderMutationVariables as b_, type DocumentContentFragment as ba, type DocumentQueryVariables as bb, type Document_FileQueryVariables as bc, type Document_FormatQueryVariables as bd, type DocumentFormatFragment as be, type DocumentCatalogQueryVariables as bf, type DocumentCatalogFragment as bg, type DocumentCatalog_FormatQueryVariables as bh, type Document_TablesQueryVariables as bi, type Table_FromRelationsQueryVariables as bj, RelationType as bk, type RelationFragment as bl, type TableQueryVariables as bm, type Table_ToRelationsQueryVariables as bn, type TableConnectionFragment as bo, type CreateDocumentMutationVariables as bp, type CreateFeedbackMutationVariables as bq, type CreateFolderMutationVariables as br, type FolderFragment as bs, type CreateInsightMutationVariables as bt, type CreateIntegrationMutationVariables as bu, type CreateProjectMutationVariables as bv, type CreateReportMutationVariables as bw, type CreateTableMutationVariables as bx, type CreateUserSkillFileMutationVariables as by, type UserSkillFileModelFragment as bz, ChatMessageFromEnum as c, type UpdateUserSkillFileMutationVariables as c$, type DesktopDevicesQueryVariables as c0, type DevAccessTokenOutputFragment as c1, type DisconnectIntegrationMutationVariables as c2, type DismissPulseEventMutationVariables as c3, PulseEventPriority as c4, PulseEventKind as c5, type PulseEventFragment as c6, type PulseEvent_IntegrationQueryVariables as c7, IntegrationStatus as c8, type IntegrationFragment as c9, type ReinterpretSourcesOfuserMutationVariables as cA, type RelocateInsightMutationVariables as cB, type RemoveInsightFromReportMutationVariables as cC, type ResolvePulseEventMutationVariables as cD, type WorkspaceDeleteScheduleFragment as cE, type SendMessageMutationVariables as cF, type SetDatabasePrimaryKeyMutationVariables as cG, type SyncProjectDesktopBindingMutationVariables as cH, type UpdateAgentMutationVariables as cI, type UpdateArtifactNameMutationVariables as cJ, type UpdateChatMutationVariables as cK, type UpdateDatabaseMutationVariables as cL, type UpdateDocumentMutationVariables as cM, type UpdateFolderMutationVariables as cN, type UpdateInsightMutationVariables as cO, type UpdateInsightInReportMutationVariables as cP, type UpdateInsightThumbnailMutationVariables as cQ, type UpdateInterpMutationVariables as cR, InterpretationType as cS, AiResourceType as cT, type InterpretationFragment as cU, type UpdateLiveContextMutationVariables as cV, type UpdateProjectMutationVariables as cW, type UpdatePulseTriggerMutationVariables as cX, type PulseTriggerSettingModelFragment as cY, type UpdateReportMutationVariables as cZ, type UpdateTableMutationVariables as c_, type Integration_ProviderQueryVariables as ca, type IntegrationProviderFragment as cb, type IntegrationCatalogQueryVariables as cc, type IntegrationCatalogFragment as cd, type IntegrationCatalog_ProviderQueryVariables as ce, type DocumentCatalogConnectionFragment as cf, type DocumentCatalogsQueryVariables as cg, type DocumentConnectionFragment as ch, type Document_Format_CatalogQueryVariables as ci, type DocumentsQueryVariables as cj, type ChatStreamClient as ck, type DvinaSdkLifecycle as cl, type ExecuteChatImportMutationVariables as cm, type GenerateUploadUriMutationVariables as cn, type FileModelFragment as co, type MigrateLegacyCodeChatsMutationVariables as cp, type LegacyCodeMigratedChatSummaryOutputFragment as cq, type LegacyCodeMigrationOutputFragment as cr, type PreviewChatImportMutationVariables as cs, type ReanalyzeDocumentMutationVariables as ct, type RefineAgentInstructionMutationVariables as cu, type RefineSkillInstructionMutationVariables as cv, type RefreshDatabaseSchemaMutationVariables as cw, type RefreshInsightMutationVariables as cx, type RegisterDesktopDeviceMutationVariables as cy, type ReinterpretSourceMutationVariables as cz, type ChatMessageFragment as d, NotificationStatus as d$, type UpdateUserSkillFolderMutationVariables as d0, type UpsertAiProviderSettingMutationVariables as d1, type UpsertWorkspaceAiModelMutationVariables as d2, type ExportQueryVariables as d3, type ExportWithInsightIdQueryVariables as d4, type FeedItemQueryVariables as d5, FeedItemKind as d6, type FeedDocumentDataFragment as d7, type FeedArtifactDataFragment as d8, type FeedDatabaseDataFragment as d9, type ModelTokenUsageFragment as dA, type GetTokenUsageHistoryQueryVariables as dB, type GetTokenUsageStatusQueryVariables as dC, TokenUsageLimit as dD, ActiveWindowType as dE, type WindowDetailTypeFragment as dF, type UsageWindowsStatusTypeFragment as dG, type UsageStatusFragment as dH, type GetTokenUsageStatus_WindowsQueryVariables as dI, type GetUsageQueryVariables as dJ, type InsightsQueryVariables as dK, type IntegrationQueryVariables as dL, type IntegrationCatalogToolsQueryVariables as dM, type IntegrationCatalogsQueryVariables as dN, type IntegrationCatalogConnectionFragment as dO, type IntegrationsQueryVariables as dP, type IntegrationConnectionFragment as dQ, type InterpretationsQueryVariables as dR, type InterpretationConnectionFragment as dS, type LiveContextsQueryVariables as dT, type LiveContextConnectionFragment as dU, type LocalSandboxDeviceStatusesQueryVariables as dV, LocalSandboxDeviceConnectionState as dW, type LocalSandboxDeviceStatusModelFragment as dX, type NotificationQueryVariables as dY, NotificationCategory as dZ, NotificationPriority as d_, type FeedInsightDataFragment as da, type FeedIntegrationDataFragment as db, type FeedProjectDataFragment as dc, type FeedLiveContextDataFragment as dd, type FeedPulseDataFragment as de, type FeedItemFragment as df, type FeedItem_ActionQueryVariables as dg, type FeedSendMessageActionFragment as dh, type FeedItem_DataQueryVariables as di, type FeedItemsQueryVariables as dj, type FeedConnectionFragment as dk, type FileQueryVariables as dl, type FileMetaQueryVariables as dm, type FileUrlsQueryVariables as dn, type ResolvedFileUrlFragment as dp, type FindFitTierQueryVariables as dq, EntitlementTier as dr, type FolderQueryVariables as ds, type FoldersQueryVariables as dt, type FolderConnectionFragment as du, type GetCapabilityQueryVariables as dv, type GetDevAccessTokenQueryVariables as dw, type GetLimitQueryVariables as dx, type GetRemainingQueryVariables as dy, type GetTokenUsageByModelQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type ResetWorkspaceMutationVariables as e$, type NotificationFragment as e0, type NotificationsQueryVariables as e1, type NotificationConnectionFragment as e2, type NotificationsByReferenceQueryVariables as e3, type PrivacyStatsQueryVariables as e4, type PrivacyStatsFragment as e5, type ProjectsQueryVariables as e6, type ProjectConnectionFragment as e7, type PulseAppSummaryQueryVariables as e8, type PulseAppSummaryModelFragment as e9, type PrivacyStatsOutputFragment as eA, type FinalContentEventOutputFragment as eB, type GetTokenUsageStatus_Windows_DayQueryVariables as eC, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eD, type GetTokenUsageStatus_Windows_MonthQueryVariables as eE, type GetTokenUsageStatus_Windows_WeekQueryVariables as eF, type InferenceRequestAuditFragment as eG, type Insight_Chat_DesktopDeviceQueryVariables as eH, type Insight_Chat_ProjectQueryVariables as eI, type Integration_Provider_CatalogQueryVariables as eJ, type InterruptEventOutputFragment as eK, type InvocationFragment as eL, type LiveContext_Source_EvidencesQueryVariables as eM, type ManagedChatModelsQueryVariables as eN, type McpClientInformationFragment as eO, type McpCodeVerifierFragment as eP, type McpServerFragment as eQ, type McpTokensFragment as eR, type McpToolFragment as eS, type MessageEndEventOutputFragment as eT, type MessageStartEventOutputFragment as eU, type PrivacyStatsTotalsDeltaOutputFragment as eV, type PrivacyStatsEventOutputFragment as eW, type ProgressSummaryEventOutputFragment as eX, type Project_DesktopBinding_DeviceQueryVariables as eY, type PulseEvent_Integration_ProviderQueryVariables as eZ, type ReasoningEventOutputFragment as e_, type PulseEventQueryVariables as ea, type PulseEventsQueryVariables as eb, type PulseEventConnectionFragment as ec, type PulseTriggerSettingsQueryVariables as ed, type QueryQueryVariables as ee, type QueryWithInsightIdQueryVariables as ef, type QueryWithMessageIdQueryVariables as eg, type ReportsQueryVariables as eh, type SkillCatalogQueryVariables as ei, SkillCatalogSource as ej, type SkillCatalogItemFragment as ek, type TablesQueryVariables as el, type UserSkillFileQueryVariables as em, type UserSkillFilesQueryVariables as en, type UserSkillFolderQueryVariables as eo, type UserSkillFoldersQueryVariables as ep, type WorkspaceDeletionScheduleQueryVariables as eq, type McpAuthUpdatesSubscriptionVariables as er, McpAuthPhase as es, type McpAuthUpdateModelFragment as et, type TokenUsageUpdatesSubscriptionVariables as eu, type EvidenceFragment as ev, type FailedSyncEventIngestionFragment as ew, type StreamMessageContentOutputFragment as ex, type StreamMessageOutputFragment as ey, type UsageMetaOutputFragment as ez, ArtifactKind as f, SortOrder as f$, type ScheduleWorkspaceDeletionMutationVariables as f0, type TextBlockEventOutputFragment as f1, type TextDeltaEventOutputFragment as f2, type WidgetBlockStartEventOutputFragment as f3, type WidgetHtmlDeltaEventOutputFragment as f4, type WidgetBlockCompleteEventOutputFragment as f5, type WidgetBlockErrorEventOutputFragment as f6, type ToolStartEventOutputFragment as f7, type ToolInputDeltaEventOutputFragment as f8, type ToolResultArtifactOutputFragment as f9, DatabaseOrderByRelevanceFieldEnum as fA, DesktopDeviceOrderByRelevanceFieldEnum as fB, DocumentCatalogOrderByRelevanceFieldEnum as fC, DocumentOrderByRelevanceFieldEnum as fD, type DvinaSdkBaseOptions as fE, type DvinaSdkCallbackOptions as fF, type DvinaSdkLifecycleHint as fG, type DvinaSdkTokenOptions as fH, FeedItemOrderByRelevanceFieldEnum as fI, FeedbackOrderByRelevanceFieldEnum as fJ, FileOrderByRelevanceFieldEnum as fK, FileUrlVariant as fL, FolderOrderByRelevanceFieldEnum as fM, InsightOrderByRelevanceFieldEnum as fN, IntegrationCatalogOrderByRelevanceFieldEnum as fO, IntegrationOrderByRelevanceFieldEnum as fP, InterpretationOrderByRelevanceFieldEnum as fQ, LimitType as fR, LiveContextOrderByRelevanceFieldEnum as fS, NotificationOrderByRelevanceFieldEnum as fT, NullsOrder as fU, ProjectDesktopBindingOrderByRelevanceFieldEnum as fV, ProjectOrderByRelevanceFieldEnum as fW, PulseEventOrderByRelevanceFieldEnum as fX, QueryMode as fY, ReportOrderByRelevanceFieldEnum as fZ, SendMessageModel as f_, type ToolResultEventOutputFragment as fa, type StreamEventSchemaAnchorFragment as fb, type SyncEventFragment as fc, type SyncEventCursorFragment as fd, type Table_Database_EngineQueryVariables as fe, type Table_Document_ContentsQueryVariables as ff, type Table_Document_FileQueryVariables as fg, type Table_Document_FormatQueryVariables as fh, type TokenUsageFragment as fi, type UserSkillFileFragment as fj, type UserSkillFolderFragment as fk, type WorkspaceAiModelQueryVariables as fl, type WorkspaceAiModelSettingFragment as fm, type ActiveChatStreamClient as fn, type ActiveChatStreamListener as fo, type ActiveChatStreamListenerHandlers as fp, AgentOrderByRelevanceFieldEnum as fq, ArtifactOrderByRelevanceFieldEnum as fr, CapabilityType as fs, ChatMessageOrderByRelevanceFieldEnum as ft, ChatOrderByRelevanceFieldEnum as fu, type ChatStreamClientOptions as fv, type ChatStreamEvent as fw, type ChatStreamListener as fx, type ChatStreamListenerHandlers as fy, DatabaseCatalogOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, TableOrderByRelevanceFieldEnum as g0, UsageHistoryGranularity as g1, createChatStreamClient as g2, createDvinaClient as g3, 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 };
|
|
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 };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
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-F0397ofh.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
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-BHsj_bC-.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|