@dvina/sdk 4.1.64 → 4.1.67
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-5P6TXQQZ.js +1 -0
- package/dist/adapters/angular/index.d.ts +2 -2
- package/dist/adapters/angular/index.js +1 -1
- package/dist/chunk-KWJ5DLMC.js +1 -0
- package/dist/chunk-OQZTPHQB.js +5 -0
- package/dist/{client-D309vpHA.d.ts → client-D5EiEoqh.d.ts} +74 -258
- package/dist/{index-fFR5so7x.d.ts → index-BzmzBgTh.d.ts} +1 -1
- package/dist/index.d.ts +57 -135
- package/dist/index.js +1 -1
- package/dist/pagination/index.d.ts +2 -2
- package/dist/{sync-engine-BIaOIpU3.d.ts → sync-engine-Bh0UcTVd.d.ts} +13 -0
- package/package.json +1 -1
- package/dist/_generated_documents-XONZIXZ4.js +0 -1
- package/dist/chunk-EOIDWBEZ.js +0 -1
- package/dist/chunk-JQL7QV2D.js +0 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as DvinaError } from './error-CsVoUTY8.js';
|
|
2
2
|
import { D as DvinaAsyncRef, b as DvinaRequest, c as DvinaSubscribe } from './types-Chg8ASmf.js';
|
|
3
|
-
import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-
|
|
3
|
+
import { R as RealtimeEventTopic, S as SyncEngine } from './sync-engine-Bh0UcTVd.js';
|
|
4
4
|
import { I as InferenceClient } from './client-Bb2gD6Iz.js';
|
|
5
5
|
import { BillingClient } from './billing/index.js';
|
|
6
6
|
|
|
@@ -440,6 +440,15 @@ type BoolFilter = {
|
|
|
440
440
|
equals?: InputMaybe<Scalars['Boolean']>;
|
|
441
441
|
not?: InputMaybe<BoolFilter>;
|
|
442
442
|
};
|
|
443
|
+
declare enum CandidateState {
|
|
444
|
+
Accepted = "accepted",
|
|
445
|
+
Evaluating = "evaluating",
|
|
446
|
+
Expired = "expired",
|
|
447
|
+
Failed = "failed",
|
|
448
|
+
Pending = "pending",
|
|
449
|
+
Rejected = "rejected",
|
|
450
|
+
Scheduled = "scheduled"
|
|
451
|
+
}
|
|
443
452
|
declare enum CapabilityType {
|
|
444
453
|
Api = "Api",
|
|
445
454
|
Report = "Report",
|
|
@@ -1428,18 +1437,6 @@ type ContentMaskWhereUniqueInput = {
|
|
|
1428
1437
|
id?: InputMaybe<Scalars['String']>;
|
|
1429
1438
|
piiMetadata?: InputMaybe<JsonFilter>;
|
|
1430
1439
|
};
|
|
1431
|
-
declare enum ContextBagRevisionStatus {
|
|
1432
|
-
Claimed = "claimed",
|
|
1433
|
-
Evaluated = "evaluated",
|
|
1434
|
-
Invalidated = "invalidated",
|
|
1435
|
-
Pending = "pending"
|
|
1436
|
-
}
|
|
1437
|
-
declare enum ContextBaggingTaskStatus {
|
|
1438
|
-
Claimed = "claimed",
|
|
1439
|
-
Completed = "completed",
|
|
1440
|
-
Invalidated = "invalidated",
|
|
1441
|
-
Pending = "pending"
|
|
1442
|
-
}
|
|
1443
1440
|
type ContextUsageEventOutput = {
|
|
1444
1441
|
__typename?: 'ContextUsageEventOutput';
|
|
1445
1442
|
tokens: Scalars['Int'];
|
|
@@ -2766,32 +2763,6 @@ type JsonFilter = {
|
|
|
2766
2763
|
string_ends_with?: InputMaybe<Scalars['String']>;
|
|
2767
2764
|
string_starts_with?: InputMaybe<Scalars['String']>;
|
|
2768
2765
|
};
|
|
2769
|
-
type LegacyCodeContentBlockInput = {
|
|
2770
|
-
content: Scalars['String'];
|
|
2771
|
-
type: Scalars['String'];
|
|
2772
|
-
};
|
|
2773
|
-
type LegacyCodeMessageInput = {
|
|
2774
|
-
contentBlocks: Array<LegacyCodeContentBlockInput>;
|
|
2775
|
-
from: ChatMessageFromEnum;
|
|
2776
|
-
messageId: Scalars['String'];
|
|
2777
|
-
modelId?: InputMaybe<Scalars['String']>;
|
|
2778
|
-
originalSentAt: Scalars['DateTime'];
|
|
2779
|
-
providerId?: InputMaybe<Scalars['String']>;
|
|
2780
|
-
};
|
|
2781
|
-
type LegacyCodeMigrationInput = {
|
|
2782
|
-
sessions: Array<LegacyCodeSessionInput>;
|
|
2783
|
-
skipDuplicates?: Scalars['Boolean'];
|
|
2784
|
-
};
|
|
2785
|
-
type LegacyCodeSessionInput = {
|
|
2786
|
-
messages: Array<LegacyCodeMessageInput>;
|
|
2787
|
-
name: Scalars['String'];
|
|
2788
|
-
originalCreatedAt: Scalars['DateTime'];
|
|
2789
|
-
originalUpdatedAt: Scalars['DateTime'];
|
|
2790
|
-
parentSessionId?: InputMaybe<Scalars['String']>;
|
|
2791
|
-
projectId?: InputMaybe<Scalars['String']>;
|
|
2792
|
-
sessionId: Scalars['String'];
|
|
2793
|
-
slug?: InputMaybe<Scalars['String']>;
|
|
2794
|
-
};
|
|
2795
2766
|
declare enum LimitType {
|
|
2796
2767
|
Storage = "Storage",
|
|
2797
2768
|
Token = "Token"
|
|
@@ -2837,20 +2808,6 @@ type LiveContextUpdateInput = {
|
|
|
2837
2808
|
id?: InputMaybe<Scalars['String']>;
|
|
2838
2809
|
status?: InputMaybe<LiveContextStatus>;
|
|
2839
2810
|
};
|
|
2840
|
-
declare enum LiveContextV2EvaluationAction {
|
|
2841
|
-
Create = "create",
|
|
2842
|
-
NoAction = "no_action",
|
|
2843
|
-
Resolve = "resolve",
|
|
2844
|
-
Supersede = "supersede",
|
|
2845
|
-
Update = "update"
|
|
2846
|
-
}
|
|
2847
|
-
declare enum LiveContextV2Status {
|
|
2848
|
-
Active = "active",
|
|
2849
|
-
Dismissed = "dismissed",
|
|
2850
|
-
Resolved = "resolved",
|
|
2851
|
-
Stale = "stale",
|
|
2852
|
-
Superseded = "superseded"
|
|
2853
|
-
}
|
|
2854
2811
|
type LiveContextWhereInput = {
|
|
2855
2812
|
AND?: InputMaybe<Array<LiveContextWhereInput>>;
|
|
2856
2813
|
NOT?: InputMaybe<Array<LiveContextWhereInput>>;
|
|
@@ -4432,9 +4389,10 @@ type CandidateFragment = {
|
|
|
4432
4389
|
__typename: 'Candidate';
|
|
4433
4390
|
createdAt: string;
|
|
4434
4391
|
decidedAt?: string | null;
|
|
4435
|
-
decisionPassed?: boolean | null;
|
|
4436
4392
|
decisionReason?: string | null;
|
|
4437
4393
|
id: string;
|
|
4394
|
+
score: number;
|
|
4395
|
+
state: CandidateState;
|
|
4438
4396
|
userId: string;
|
|
4439
4397
|
workspaceId: string;
|
|
4440
4398
|
evidences?: Array<{
|
|
@@ -4445,6 +4403,10 @@ type CandidateFragment = {
|
|
|
4445
4403
|
__typename?: 'LiveContext';
|
|
4446
4404
|
id: string;
|
|
4447
4405
|
} | null;
|
|
4406
|
+
signals?: {
|
|
4407
|
+
__typename?: 'CandidateSignals';
|
|
4408
|
+
id: string;
|
|
4409
|
+
} | null;
|
|
4448
4410
|
};
|
|
4449
4411
|
type CandidateEvidenceFragment = {
|
|
4450
4412
|
__typename: 'CandidateEvidence';
|
|
@@ -4460,6 +4422,60 @@ type CandidateEvidenceFragment = {
|
|
|
4460
4422
|
id: string;
|
|
4461
4423
|
};
|
|
4462
4424
|
};
|
|
4425
|
+
type CandidateGenerationRejectionFragment = {
|
|
4426
|
+
__typename: 'CandidateGenerationRejection';
|
|
4427
|
+
createdAt: string;
|
|
4428
|
+
evidenceId: string;
|
|
4429
|
+
id: string;
|
|
4430
|
+
reason: string;
|
|
4431
|
+
userId: string;
|
|
4432
|
+
workspaceId: string;
|
|
4433
|
+
neighbours?: Array<{
|
|
4434
|
+
__typename?: 'CandidateGenerationRejectionNeighbour';
|
|
4435
|
+
id: string;
|
|
4436
|
+
}> | null;
|
|
4437
|
+
};
|
|
4438
|
+
type CandidateGenerationRejectionNeighbourFragment = {
|
|
4439
|
+
__typename: 'CandidateGenerationRejectionNeighbour';
|
|
4440
|
+
distance: number;
|
|
4441
|
+
evidenceId: string;
|
|
4442
|
+
id: string;
|
|
4443
|
+
rank: number;
|
|
4444
|
+
rejectionId: string;
|
|
4445
|
+
rejection: {
|
|
4446
|
+
__typename?: 'CandidateGenerationRejection';
|
|
4447
|
+
id: string;
|
|
4448
|
+
};
|
|
4449
|
+
};
|
|
4450
|
+
type CandidateScheduleStateFragment = {
|
|
4451
|
+
__typename: 'CandidateScheduleState';
|
|
4452
|
+
bestPendingCandidateCreatedAt?: string | null;
|
|
4453
|
+
bestPendingCandidateId?: string | null;
|
|
4454
|
+
bestPendingCandidateScore?: number | null;
|
|
4455
|
+
budgetBlockedUntil?: string | null;
|
|
4456
|
+
estimatedEvaluationCost?: number | null;
|
|
4457
|
+
evaluationCostSampleCount: number;
|
|
4458
|
+
lastLiveContextCreatedAt?: string | null;
|
|
4459
|
+
nextEligibleAt: string;
|
|
4460
|
+
pendingCandidateCount: number;
|
|
4461
|
+
updatedAt: string;
|
|
4462
|
+
userId: string;
|
|
4463
|
+
workspaceId: string;
|
|
4464
|
+
};
|
|
4465
|
+
type CandidateSignalsFragment = {
|
|
4466
|
+
__typename: 'CandidateSignals';
|
|
4467
|
+
averageDistance: number;
|
|
4468
|
+
candidateId: string;
|
|
4469
|
+
cohesion: number;
|
|
4470
|
+
freshness: number;
|
|
4471
|
+
id: string;
|
|
4472
|
+
neighbourCount: number;
|
|
4473
|
+
novelty: number;
|
|
4474
|
+
candidate: {
|
|
4475
|
+
__typename?: 'Candidate';
|
|
4476
|
+
id: string;
|
|
4477
|
+
};
|
|
4478
|
+
};
|
|
4463
4479
|
type ChatFragment = {
|
|
4464
4480
|
__typename: 'Chat';
|
|
4465
4481
|
closedAt?: string | null;
|
|
@@ -4713,149 +4729,6 @@ type ContentMaskFragment = {
|
|
|
4713
4729
|
}> | null;
|
|
4714
4730
|
};
|
|
4715
4731
|
};
|
|
4716
|
-
type ContextBagFragment = {
|
|
4717
|
-
__typename: 'ContextBag';
|
|
4718
|
-
createdAt: string;
|
|
4719
|
-
id: string;
|
|
4720
|
-
userId: string;
|
|
4721
|
-
workspaceId: string;
|
|
4722
|
-
providerMappings?: Array<{
|
|
4723
|
-
__typename?: 'ContextBagProviderMapping';
|
|
4724
|
-
id: string;
|
|
4725
|
-
}> | null;
|
|
4726
|
-
revisions?: Array<{
|
|
4727
|
-
__typename?: 'ContextBagRevision';
|
|
4728
|
-
id: string;
|
|
4729
|
-
}> | null;
|
|
4730
|
-
};
|
|
4731
|
-
type ContextBagContextItemFragment = {
|
|
4732
|
-
__typename: 'ContextBagContextItem';
|
|
4733
|
-
affinityScore?: number | null;
|
|
4734
|
-
bagRevisionId: string;
|
|
4735
|
-
contextItemId: string;
|
|
4736
|
-
metadata?: any | null;
|
|
4737
|
-
bagRevision: {
|
|
4738
|
-
__typename?: 'ContextBagRevision';
|
|
4739
|
-
id: string;
|
|
4740
|
-
};
|
|
4741
|
-
contextItem: {
|
|
4742
|
-
__typename?: 'ContextItem';
|
|
4743
|
-
id: string;
|
|
4744
|
-
};
|
|
4745
|
-
};
|
|
4746
|
-
type ContextBagProviderMappingFragment = {
|
|
4747
|
-
__typename: 'ContextBagProviderMapping';
|
|
4748
|
-
bagId: string;
|
|
4749
|
-
createdAt: string;
|
|
4750
|
-
id: string;
|
|
4751
|
-
provider: string;
|
|
4752
|
-
providerNeighborhoodKey: string;
|
|
4753
|
-
userId: string;
|
|
4754
|
-
workspaceId: string;
|
|
4755
|
-
bag: {
|
|
4756
|
-
__typename?: 'ContextBag';
|
|
4757
|
-
id: string;
|
|
4758
|
-
};
|
|
4759
|
-
};
|
|
4760
|
-
type ContextBagRelationshipFragment = {
|
|
4761
|
-
__typename: 'ContextBagRelationship';
|
|
4762
|
-
bagRevisionId: string;
|
|
4763
|
-
id: string;
|
|
4764
|
-
metadata: any;
|
|
4765
|
-
relationType: string;
|
|
4766
|
-
sourceContextItemId: string;
|
|
4767
|
-
targetContextItemId: string;
|
|
4768
|
-
bagRevision: {
|
|
4769
|
-
__typename?: 'ContextBagRevision';
|
|
4770
|
-
id: string;
|
|
4771
|
-
};
|
|
4772
|
-
};
|
|
4773
|
-
type ContextBagRevisionFragment = {
|
|
4774
|
-
__typename: 'ContextBagRevision';
|
|
4775
|
-
bagId: string;
|
|
4776
|
-
capturedAt: string;
|
|
4777
|
-
claimedAt?: string | null;
|
|
4778
|
-
fingerprint: string;
|
|
4779
|
-
id: string;
|
|
4780
|
-
revision: number;
|
|
4781
|
-
status: ContextBagRevisionStatus;
|
|
4782
|
-
assessment?: {
|
|
4783
|
-
__typename?: 'ContextSchedulingAssessment';
|
|
4784
|
-
id: string;
|
|
4785
|
-
} | null;
|
|
4786
|
-
bag: {
|
|
4787
|
-
__typename?: 'ContextBag';
|
|
4788
|
-
id: string;
|
|
4789
|
-
};
|
|
4790
|
-
evaluation?: {
|
|
4791
|
-
__typename?: 'LiveContextEvaluation';
|
|
4792
|
-
id: string;
|
|
4793
|
-
} | null;
|
|
4794
|
-
relationships?: Array<{
|
|
4795
|
-
__typename?: 'ContextBagRelationship';
|
|
4796
|
-
id: string;
|
|
4797
|
-
}> | null;
|
|
4798
|
-
};
|
|
4799
|
-
type ContextBaggingTaskFragment = {
|
|
4800
|
-
__typename: 'ContextBaggingTask';
|
|
4801
|
-
claimedAt?: string | null;
|
|
4802
|
-
completedAt?: string | null;
|
|
4803
|
-
contextItemId: string;
|
|
4804
|
-
createdAt: string;
|
|
4805
|
-
id: string;
|
|
4806
|
-
status: ContextBaggingTaskStatus;
|
|
4807
|
-
updatedAt: string;
|
|
4808
|
-
contextItem: {
|
|
4809
|
-
__typename?: 'ContextItem';
|
|
4810
|
-
id: string;
|
|
4811
|
-
};
|
|
4812
|
-
};
|
|
4813
|
-
type ContextItemFragment = {
|
|
4814
|
-
__typename: 'ContextItem';
|
|
4815
|
-
capturedAt: string;
|
|
4816
|
-
content: string;
|
|
4817
|
-
fingerprint: string;
|
|
4818
|
-
id: string;
|
|
4819
|
-
metadata: any;
|
|
4820
|
-
revision: number;
|
|
4821
|
-
sourceId: string;
|
|
4822
|
-
baggingTask?: {
|
|
4823
|
-
__typename?: 'ContextBaggingTask';
|
|
4824
|
-
id: string;
|
|
4825
|
-
} | null;
|
|
4826
|
-
source: {
|
|
4827
|
-
__typename?: 'ContextSource';
|
|
4828
|
-
id: string;
|
|
4829
|
-
};
|
|
4830
|
-
};
|
|
4831
|
-
type ContextSchedulingAssessmentFragment = {
|
|
4832
|
-
__typename: 'ContextSchedulingAssessment';
|
|
4833
|
-
assessedAt: string;
|
|
4834
|
-
bagRevisionId: string;
|
|
4835
|
-
features: any;
|
|
4836
|
-
id: string;
|
|
4837
|
-
policyVersion: string;
|
|
4838
|
-
priority: number;
|
|
4839
|
-
bagRevision: {
|
|
4840
|
-
__typename?: 'ContextBagRevision';
|
|
4841
|
-
id: string;
|
|
4842
|
-
};
|
|
4843
|
-
};
|
|
4844
|
-
type ContextSourceFragment = {
|
|
4845
|
-
__typename: 'ContextSource';
|
|
4846
|
-
createdAt: string;
|
|
4847
|
-
externalId: string;
|
|
4848
|
-
id: string;
|
|
4849
|
-
revisionCounter: number;
|
|
4850
|
-
sourceType: string;
|
|
4851
|
-
updatedAt: string;
|
|
4852
|
-
userId: string;
|
|
4853
|
-
workspaceId: string;
|
|
4854
|
-
contextItems?: Array<{
|
|
4855
|
-
__typename?: 'ContextItem';
|
|
4856
|
-
id: string;
|
|
4857
|
-
}> | null;
|
|
4858
|
-
};
|
|
4859
4732
|
type ContextUsageEventOutputFragment = {
|
|
4860
4733
|
__typename: 'ContextUsageEventOutput';
|
|
4861
4734
|
tokens: number;
|
|
@@ -5898,27 +5771,6 @@ type InvocationFragment = {
|
|
|
5898
5771
|
id: string;
|
|
5899
5772
|
} | null;
|
|
5900
5773
|
};
|
|
5901
|
-
type LegacyCodeMigratedChatSummaryOutputFragment = {
|
|
5902
|
-
__typename: 'LegacyCodeMigratedChatSummaryOutput';
|
|
5903
|
-
chatId: string;
|
|
5904
|
-
legacySessionId: string;
|
|
5905
|
-
messageCount: number;
|
|
5906
|
-
name: string;
|
|
5907
|
-
};
|
|
5908
|
-
type LegacyCodeMigrationOutputFragment = {
|
|
5909
|
-
__typename: 'LegacyCodeMigrationOutput';
|
|
5910
|
-
createdChatCount: number;
|
|
5911
|
-
createdMessageCount: number;
|
|
5912
|
-
duplicateSessionCount: number;
|
|
5913
|
-
warnings: Array<string>;
|
|
5914
|
-
chats: Array<{
|
|
5915
|
-
__typename: 'LegacyCodeMigratedChatSummaryOutput';
|
|
5916
|
-
chatId: string;
|
|
5917
|
-
legacySessionId: string;
|
|
5918
|
-
messageCount: number;
|
|
5919
|
-
name: string;
|
|
5920
|
-
}>;
|
|
5921
|
-
};
|
|
5922
5774
|
type LiveContextFragment = {
|
|
5923
5775
|
__typename: 'LiveContext';
|
|
5924
5776
|
createdAt: string;
|
|
@@ -5968,42 +5820,6 @@ type LiveContextConnectionFragment = {
|
|
|
5968
5820
|
startCursor?: string | null;
|
|
5969
5821
|
};
|
|
5970
5822
|
};
|
|
5971
|
-
type LiveContextEvaluationFragment = {
|
|
5972
|
-
__typename: 'LiveContextEvaluation';
|
|
5973
|
-
action: LiveContextV2EvaluationAction;
|
|
5974
|
-
bagRevisionId: string;
|
|
5975
|
-
evaluatedAt: string;
|
|
5976
|
-
id: string;
|
|
5977
|
-
inputFingerprint: string;
|
|
5978
|
-
liveContextId?: string | null;
|
|
5979
|
-
policyVersion: string;
|
|
5980
|
-
reason: string;
|
|
5981
|
-
result: any;
|
|
5982
|
-
bagRevision: {
|
|
5983
|
-
__typename?: 'ContextBagRevision';
|
|
5984
|
-
id: string;
|
|
5985
|
-
};
|
|
5986
|
-
liveContext?: {
|
|
5987
|
-
__typename?: 'LiveContextV2';
|
|
5988
|
-
id: string;
|
|
5989
|
-
} | null;
|
|
5990
|
-
};
|
|
5991
|
-
type LiveContextV2Fragment = {
|
|
5992
|
-
__typename: 'LiveContextV2';
|
|
5993
|
-
createdAt: string;
|
|
5994
|
-
id: string;
|
|
5995
|
-
status: LiveContextV2Status;
|
|
5996
|
-
suggestedPrompt?: string | null;
|
|
5997
|
-
summary: string;
|
|
5998
|
-
title: string;
|
|
5999
|
-
updatedAt: string;
|
|
6000
|
-
userId: string;
|
|
6001
|
-
workspaceId: string;
|
|
6002
|
-
evaluations?: Array<{
|
|
6003
|
-
__typename?: 'LiveContextEvaluation';
|
|
6004
|
-
id: string;
|
|
6005
|
-
}> | null;
|
|
6006
|
-
};
|
|
6007
5823
|
type LocalSandboxDeviceStatusModelFragment = {
|
|
6008
5824
|
__typename: 'LocalSandboxDeviceStatusModel';
|
|
6009
5825
|
deviceId: string;
|
|
@@ -7170,9 +6986,6 @@ type ExecuteChatImportMutationVariables = Exact<{
|
|
|
7170
6986
|
type GenerateUploadUriMutationVariables = Exact<{
|
|
7171
6987
|
data: FileInput;
|
|
7172
6988
|
}>;
|
|
7173
|
-
type MigrateLegacyCodeChatsMutationVariables = Exact<{
|
|
7174
|
-
input: LegacyCodeMigrationInput;
|
|
7175
|
-
}>;
|
|
7176
6989
|
type OpenActiveTabMutationVariables = Exact<{
|
|
7177
6990
|
chatId: Scalars['ID'];
|
|
7178
6991
|
}>;
|
|
@@ -7783,6 +7596,9 @@ type LiveContext_SourceQueryVariables = Exact<{
|
|
|
7783
7596
|
type LiveContext_Source_EvidencesQueryVariables = Exact<{
|
|
7784
7597
|
id: Scalars['ID'];
|
|
7785
7598
|
}>;
|
|
7599
|
+
type LiveContext_Source_SignalsQueryVariables = Exact<{
|
|
7600
|
+
id: Scalars['ID'];
|
|
7601
|
+
}>;
|
|
7786
7602
|
type LiveContextsQueryVariables = Exact<{
|
|
7787
7603
|
after?: InputMaybe<Scalars['String']>;
|
|
7788
7604
|
before?: InputMaybe<Scalars['String']>;
|
|
@@ -8156,4 +7972,4 @@ interface DvinaClientResult {
|
|
|
8156
7972
|
*/
|
|
8157
7973
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
8158
7974
|
|
|
8159
|
-
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 ContextBagRevisionFragment as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightConnectionFragment as a2, type Report_LayoutQueryVariables as a3, type InsightQueryVariables as a4, type Chat_MessagesQueryVariables as a5, type ChatMessageConnectionFragment as a6, type Chat_ProjectQueryVariables as a7, type DesktopDeviceQueryVariables as a8, type ArtifactConnectionFragment as a9, type CandidateEvidenceFragment as aA, type ImportedChatSummaryOutputFragment as aB, type ChatImportExecuteOutputFragment as aC, ChatSourceImportFidelityEnum as aD, ChatSourceImportModeEnum as aE, type ChatImportPreviewOutputFragment as aF, type ChatMessage_Chat_DesktopDeviceQueryVariables as aG, type ChatMessage_Chat_InsightQueryVariables as aH, type ChatMessage_Chat_ProjectQueryVariables as aI, type ChatMessagesQueryVariables as aJ, type ChatQueryVariables as aK, type ChatTitleEventOutputFragment as aL, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aM, type Chat_Insight_ReportMembersQueryVariables as aN, type Chat_Insight_ThumbnailFileQueryVariables as aO, type Chat_Project_DesktopBindingQueryVariables as aP, type ChatsQueryVariables as aQ, type CloseActiveTabsMutationVariables as aR, type ConnectIntegrationMutationVariables as aS, type CreateIntegrationOutputFragment as aT, type ConsumePulseEventsMutationVariables as aU, type ContentMaskFragment as aV, type ContextBagFragment as aW, type ContextBagContextItemFragment as aX, type ContextBagProviderMappingFragment as aY, type ContextBagRelationshipFragment as aZ, ContextBagRevisionStatus as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, type CandidateFragment as as, type LiveContextQueryVariables as at, LiveContextStatus as au, type LiveContextFragment as av, type LiveContext_ItemsQueryVariables as aw, FeedActionType as ax, type FeedItemGeneratedFragment as ay, type LiveContext_SourceQueryVariables as az, type ActionFragment as b, type DeleteArtifactMutationVariables as b$, ContextBaggingTaskStatus as b0, type ContextBaggingTaskFragment as b1, type ContextItemFragment as b2, type ContextSchedulingAssessmentFragment as b3, type ContextSourceFragment as b4, type ContextUsageEventOutputFragment as b5, type ContinueImportedChatMutationVariables as b6, type ContinueInterpretationMutationVariables as b7, type CreateAgentMutationVariables as b8, type CreateChatMutationVariables as b9, type TableQueryVariables as bA, type Table_ToRelationsQueryVariables as bB, type TableConnectionFragment as bC, type CreateDocumentMutationVariables as bD, type CreateFeedbackMutationVariables as bE, type CreateFolderMutationVariables as bF, type FolderFragment as bG, type CreateInsightMutationVariables as bH, type CreateIntegrationMutationVariables as bI, type CreateProjectMutationVariables as bJ, type CreateReportMutationVariables as bK, type CreateTableMutationVariables as bL, type CreateUserSkillFileMutationVariables as bM, type UserSkillFileModelFragment as bN, type CreateUserSkillFolderMutationVariables as bO, type UserSkillFolderModelFragment as bP, type CubeModelFragment as bQ, type DatabaseCatalogConnectionFragment as bR, type DatabaseCatalogsQueryVariables as bS, type DatabaseConnectionFragment as bT, type DatabaseQueryVariables as bU, type DatabaseSchemaQueryVariables as bV, type Database_Engine_CatalogQueryVariables as bW, type DatabasesQueryVariables as bX, type DeepAnalysisUsageFragment as bY, type DeleteAgentMutationVariables as bZ, type DeleteAiProviderSettingMutationVariables as b_, type CreateDatabaseMutationVariables as ba, type DatabaseFragment as bb, type Database_EngineQueryVariables as bc, type DatabaseEngineFragment as bd, type DatabaseCatalogQueryVariables as be, type DatabaseCatalogFragment as bf, type DatabaseCatalog_EngineQueryVariables as bg, type Database_TablesQueryVariables as bh, TableStatus as bi, type TableFragment as bj, type Table_DatabaseQueryVariables as bk, type Table_DocumentQueryVariables as bl, type DocumentFragment as bm, type Document_ContentsQueryVariables as bn, type DocumentContentFragment as bo, type DocumentQueryVariables as bp, type Document_FileQueryVariables as bq, type Document_FormatQueryVariables as br, type DocumentFormatFragment as bs, type DocumentCatalogQueryVariables as bt, type DocumentCatalogFragment as bu, type DocumentCatalog_FormatQueryVariables as bv, type Document_TablesQueryVariables as bw, type Table_FromRelationsQueryVariables as bx, RelationType as by, type RelationFragment as bz, ChatMessageFromEnum as c, type McpServerTestOutputFragment as c$, type DeleteChatMutationVariables as c0, type DeleteDatabaseMutationVariables as c1, type DeleteDocumentMutationVariables as c2, type DeleteFolderMutationVariables as c3, type DeleteInsightMutationVariables as c4, type DeleteInsightsMutationVariables as c5, type DeleteIntegrationMutationVariables as c6, type DeleteProjectMutationVariables as c7, type DeleteReportMutationVariables as c8, type DeleteSavedAiProviderModelMutationVariables as c9, type DvinaEvents as cA, type ExecuteChatImportMutationVariables as cB, type GenerateUploadUriMutationVariables as cC, type FileModelFragment as cD, type MigrateLegacyCodeChatsMutationVariables as cE, type LegacyCodeMigratedChatSummaryOutputFragment as cF, type LegacyCodeMigrationOutputFragment as cG, type OpenActiveTabMutationVariables as cH, type PreviewChatImportMutationVariables as cI, type ReanalyzeDocumentMutationVariables as cJ, type RefineAgentInstructionMutationVariables as cK, type RefineSkillInstructionMutationVariables as cL, type RefreshDatabaseSchemaMutationVariables as cM, type RefreshInsightMutationVariables as cN, type RegisterDesktopDeviceMutationVariables as cO, type ReinterpretSourceMutationVariables as cP, type ReinterpretSourcesOfuserMutationVariables as cQ, type RelocateInsightMutationVariables as cR, type RemoveInsightFromReportMutationVariables as cS, type RemoveMcpServerMutationVariables as cT, type ResolvePulseEventMutationVariables as cU, type ResumeMessageMutationVariables as cV, type WorkspaceDeleteScheduleFragment as cW, type SendMessageMutationVariables as cX, type SetDatabasePrimaryKeyMutationVariables as cY, type SyncProjectDesktopBindingMutationVariables as cZ, type TestMcpServerMutationVariables as c_, type DeleteTableMutationVariables as ca, type DeleteUserSkillFileMutationVariables as cb, type DeleteUserSkillFolderMutationVariables as cc, type DesktopDeviceConnectionFragment as cd, type DesktopDevicesQueryVariables as ce, type DevAccessTokenOutputFragment as cf, type DisconnectIntegrationMutationVariables as cg, type DismissPulseEventMutationVariables as ch, PulseEventPriority as ci, PulseEventKind as cj, type PulseEventFragment as ck, type PulseEvent_IntegrationQueryVariables as cl, IntegrationStatus as cm, type IntegrationFragment as cn, type Integration_ProviderQueryVariables as co, type IntegrationProviderFragment as cp, type IntegrationCatalogQueryVariables as cq, type IntegrationCatalogFragment as cr, type IntegrationCatalog_ProviderQueryVariables as cs, type DocumentCatalogConnectionFragment as ct, type DocumentCatalogsQueryVariables as cu, type DocumentConnectionFragment as cv, type Document_Format_CatalogQueryVariables as cw, type DocumentsQueryVariables as cx, type ChatStreamClient as cy, type DvinaSdkLifecycle as cz, type ChatMessageFragment as d, type UsageWindowsStatusTypeFragment as d$, type TestMcpServerConnectionMutationVariables as d0, type UpdateAgentMutationVariables as d1, type UpdateArtifactNameMutationVariables as d2, type UpdateChatMutationVariables as d3, type UpdateDatabaseMutationVariables as d4, type UpdateDocumentMutationVariables as d5, type UpdateFolderMutationVariables as d6, type UpdateInsightMutationVariables as d7, type UpdateInsightInReportMutationVariables as d8, type UpdateInsightThumbnailMutationVariables as d9, 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 dO, 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 WindowDetailTypeFragment as d_, type UpdateInterpMutationVariables as da, InterpretationType as db, AiResourceType as dc, type InterpretationFragment as dd, type UpdateLiveContextMutationVariables as de, type UpdateProjectMutationVariables as df, type UpdatePulseTriggerMutationVariables as dg, type PulseTriggerSettingModelFragment as dh, type UpdateReportMutationVariables as di, type UpdateTableMutationVariables as dj, type UpdateUserSkillFileMutationVariables as dk, type UpdateUserSkillFolderMutationVariables as dl, type UpsertAiProviderSettingMutationVariables as dm, type UpsertWorkspaceAiModelMutationVariables as dn, type ExportQueryVariables as dp, type ExportWithInsightIdQueryVariables as dq, type FeedItemQueryVariables as dr, FeedItemKind as ds, type FeedDocumentDataFragment as dt, type FeedArtifactDataFragment as du, type FeedDatabaseDataFragment as dv, type FeedInsightDataFragment as dw, type FeedIntegrationDataFragment as dx, type FeedProjectDataFragment as dy, type FeedLiveContextDataFragment as dz, type ChatMessage_ArtifactsQueryVariables as e, type GetTokenUsageStatus_Windows_WeekQueryVariables as e$, type UsageStatusFragment as e0, type GetTokenUsageStatus_WindowsQueryVariables as e1, type GetUsageQueryVariables as e2, type InsightsQueryVariables as e3, type IntegrationQueryVariables as e4, type IntegrationCatalogToolsQueryVariables as e5, type IntegrationCatalogsQueryVariables as e6, type IntegrationCatalogConnectionFragment as e7, type IntegrationsQueryVariables as e8, type IntegrationConnectionFragment as e9, 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 PrivacyStatsOutputFragment as eW, type FinalContentEventOutputFragment as eX, type GetTokenUsageStatus_Windows_DayQueryVariables as eY, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eZ, type GetTokenUsageStatus_Windows_MonthQueryVariables as e_, type InterpretationsQueryVariables as ea, type InterpretationConnectionFragment as eb, type LiveContextsQueryVariables as ec, type LiveContextConnectionFragment as ed, type LocalSandboxDeviceStatusesQueryVariables as ee, LocalSandboxDeviceConnectionState as ef, type LocalSandboxDeviceStatusModelFragment as eg, type NotificationQueryVariables as eh, NotificationCategory as ei, NotificationPriority as ej, NotificationStatus as ek, type NotificationFragment as el, type NotificationsQueryVariables as em, type NotificationConnectionFragment as en, type NotificationsByReferenceQueryVariables as eo, type PrivacyStatsQueryVariables as ep, type PrivacyStatsFragment as eq, type PrivateMcpServersQueryVariables as er, type ProjectsQueryVariables as es, type ProjectConnectionFragment as et, type PulseAppSummaryQueryVariables as eu, type PulseAppSummaryModelFragment as ev, type PulseEventQueryVariables as ew, type PulseEventsQueryVariables as ex, type PulseEventConnectionFragment as ey, type PulseTriggerSettingsQueryVariables as ez, ArtifactKind as f, type DevicePresenceSnapshot as f$, type InferenceRequestAuditFragment as f0, type Insight_Chat_DesktopDeviceQueryVariables as f1, type Insight_Chat_ProjectQueryVariables as f2, type Integration_Provider_CatalogQueryVariables as f3, type InterruptEventOutputFragment as f4, type InvocationFragment as f5, LiveContextV2EvaluationAction as f6, type LiveContextEvaluationFragment as f7, LiveContextV2Status as f8, type LiveContextV2Fragment as f9, type SyncEventCursorFragment as fA, type Table_Database_EngineQueryVariables as fB, type Table_Document_ContentsQueryVariables as fC, type Table_Document_FileQueryVariables as fD, type Table_Document_FormatQueryVariables as fE, type TokenUsageFragment as fF, type UserSkillFileFragment as fG, type UserSkillFolderFragment as fH, type WorkspaceAiModelQueryVariables as fI, type WorkspaceAiModelSettingFragment as fJ, type ActiveChatsEvent as fK, type ActiveChatsSnapshot as fL, type ActiveTabsEvent as fM, type ActiveTabsSnapshot as fN, AgentOrderByRelevanceFieldEnum as fO, ArtifactOrderByRelevanceFieldEnum as fP, CapabilityType as fQ, ChatMessageOrderByRelevanceFieldEnum as fR, ChatOrderByRelevanceFieldEnum as fS, type ChatStreamClientOptions as fT, type ChatStreamEvent as fU, type ChatStreamListener as fV, type ChatStreamListenerHandlers as fW, DatabaseCatalogOrderByRelevanceFieldEnum as fX, DatabaseOrderByRelevanceFieldEnum as fY, DesktopDeviceOrderByRelevanceFieldEnum as fZ, type DevicePresenceEvent as f_, type LiveContext_Source_EvidencesQueryVariables as fa, type ManagedChatModelsQueryVariables as fb, type McpClientInformationFragment as fc, type McpCodeVerifierFragment as fd, type McpTokensFragment as fe, type McpToolFragment as ff, type MessageEndEventOutputFragment as fg, type MessageStartEventOutputFragment as fh, type ProgressSummaryEventOutputFragment as fi, type Project_DesktopBinding_DeviceQueryVariables as fj, type PulseEvent_Integration_ProviderQueryVariables as fk, type ReasoningEventOutputFragment as fl, type ResetWorkspaceMutationVariables as fm, type ScheduleWorkspaceDeletionMutationVariables as fn, type TextBlockEventOutputFragment as fo, type TextDeltaEventOutputFragment as fp, type WidgetBlockStartEventOutputFragment as fq, type WidgetHtmlDeltaEventOutputFragment as fr, type WidgetBlockCompleteEventOutputFragment as fs, type WidgetBlockErrorEventOutputFragment as ft, type ToolStartEventOutputFragment as fu, type ToolInputDeltaEventOutputFragment as fv, type ToolResultArtifactOutputFragment as fw, type ToolResultEventOutputFragment as fx, type StreamEventSchemaAnchorFragment as fy, type SyncEventFragment as fz, type ArtifactFragment as g, DocumentCatalogOrderByRelevanceFieldEnum as g0, DocumentOrderByRelevanceFieldEnum as g1, type DvinaEventRef as g2, type DvinaEventTopic as g3, type DvinaRealtimeEvent as g4, type DvinaSdkBaseOptions as g5, type DvinaSdkCallbackOptions as g6, type DvinaSdkLifecycleHint as g7, type DvinaSdkTokenOptions as g8, FeedItemOrderByRelevanceFieldEnum as g9, UsageHistoryGranularity as gA, createChatStreamClient as gB, createDvinaClient as gC, createDvinaEvents as gD, FeedbackOrderByRelevanceFieldEnum as ga, FileOrderByRelevanceFieldEnum as gb, FileUrlVariant as gc, FolderOrderByRelevanceFieldEnum as gd, InsightOrderByRelevanceFieldEnum as ge, IntegrationCatalogOrderByRelevanceFieldEnum as gf, IntegrationOrderByRelevanceFieldEnum as gg, InterpretationOrderByRelevanceFieldEnum as gh, LimitType as gi, LiveContextOrderByRelevanceFieldEnum as gj, NotificationOrderByRelevanceFieldEnum as gk, NullsOrder as gl, ProjectDesktopBindingOrderByRelevanceFieldEnum as gm, ProjectOrderByRelevanceFieldEnum as gn, PulseEventOrderByRelevanceFieldEnum as go, QueryMode as gp, type RealtimeSnapshotCache as gq, type RealtimeTopicData as gr, ReportOrderByRelevanceFieldEnum as gs, SendMessageModel as gt, SortOrder as gu, TableOrderByRelevanceFieldEnum as gv, type TokenUsageLimitState as gw, type TokenUsageStatusEvent as gx, type TokenUsageStatusSnapshot as gy, type TokenUsageWindowSnapshot as gz, 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 };
|
|
7975
|
+
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 ContextUsageEventOutputFragment 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 LiveContext_SourceQueryVariables as aA, type CandidateEvidenceFragment as aB, type CandidateGenerationRejectionFragment as aC, type CandidateGenerationRejectionNeighbourFragment as aD, type CandidateScheduleStateFragment as aE, type CandidateSignalsFragment as aF, type ImportedChatSummaryOutputFragment as aG, type ChatImportExecuteOutputFragment as aH, ChatSourceImportFidelityEnum as aI, ChatSourceImportModeEnum as aJ, type ChatImportPreviewOutputFragment as aK, type ChatMessage_Chat_DesktopDeviceQueryVariables as aL, type ChatMessage_Chat_InsightQueryVariables as aM, type ChatMessage_Chat_ProjectQueryVariables as aN, type ChatMessagesQueryVariables as aO, type ChatQueryVariables as aP, type ChatTitleEventOutputFragment as aQ, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aR, type Chat_Insight_ReportMembersQueryVariables as aS, type Chat_Insight_ThumbnailFileQueryVariables as aT, type Chat_Project_DesktopBindingQueryVariables as aU, type ChatsQueryVariables as aV, type CloseActiveTabsMutationVariables as aW, type ConnectIntegrationMutationVariables as aX, type CreateIntegrationOutputFragment as aY, type ConsumePulseEventsMutationVariables as aZ, type ContentMaskFragment as a_, type AddInsightToReportMutationVariables as aa, type AddMcpServerMutationVariables as ab, type McpServerFragment as ac, type AgentQueryVariables as ad, type AgentsQueryVariables as ae, type AiProviderSettingQueryVariables as af, type UserAiProviderSettingFragment as ag, type ArtifactQueryVariables as ah, type Artifact_Chat_DesktopDeviceQueryVariables as ai, type Artifact_Chat_InsightQueryVariables as aj, type Artifact_Chat_ProjectQueryVariables as ak, type Artifact_Message_ChatQueryVariables as al, type Artifact_Message_ContentsQueryVariables as am, type Artifact_Message_FeedbackQueryVariables as an, type ArtifactsQueryVariables as ao, type AudioEventOutputFragment as ap, type CancelOauthFlowMutationVariables as aq, type CancelWorkspaceDeletionMutationVariables as ar, CandidateState as as, type CandidateFragment as at, type LiveContextQueryVariables as au, LiveContextStatus as av, type LiveContextFragment as aw, type LiveContext_ItemsQueryVariables as ax, FeedActionType as ay, type FeedItemGeneratedFragment as az, type ActionFragment as b, type DeleteInsightsMutationVariables as b$, type ContinueImportedChatMutationVariables as b0, type ContinueInterpretationMutationVariables as b1, type CreateAgentMutationVariables as b2, type CreateChatMutationVariables as b3, type CreateDatabaseMutationVariables as b4, type DatabaseFragment as b5, type Database_EngineQueryVariables as b6, type DatabaseEngineFragment as b7, type DatabaseCatalogQueryVariables as b8, type DatabaseCatalogFragment as b9, type FolderFragment as bA, type CreateInsightMutationVariables as bB, type CreateIntegrationMutationVariables as bC, type CreateProjectMutationVariables as bD, type CreateReportMutationVariables as bE, type CreateTableMutationVariables as bF, type CreateUserSkillFileMutationVariables as bG, type UserSkillFileModelFragment as bH, type CreateUserSkillFolderMutationVariables as bI, type UserSkillFolderModelFragment as bJ, type CubeModelFragment as bK, type DatabaseCatalogConnectionFragment as bL, type DatabaseCatalogsQueryVariables as bM, type DatabaseConnectionFragment as bN, type DatabaseQueryVariables as bO, type DatabaseSchemaQueryVariables as bP, type Database_Engine_CatalogQueryVariables as bQ, type DatabasesQueryVariables as bR, type DeepAnalysisUsageFragment as bS, type DeleteAgentMutationVariables as bT, type DeleteAiProviderSettingMutationVariables as bU, type DeleteArtifactMutationVariables as bV, type DeleteChatMutationVariables as bW, type DeleteDatabaseMutationVariables as bX, type DeleteDocumentMutationVariables as bY, type DeleteFolderMutationVariables as bZ, type DeleteInsightMutationVariables as b_, type DatabaseCatalog_EngineQueryVariables as ba, type Database_TablesQueryVariables as bb, TableStatus as bc, type TableFragment as bd, type Table_DatabaseQueryVariables as be, type Table_DocumentQueryVariables as bf, type DocumentFragment as bg, type Document_ContentsQueryVariables as bh, type DocumentContentFragment as bi, type DocumentQueryVariables as bj, type Document_FileQueryVariables as bk, type Document_FormatQueryVariables as bl, type DocumentFormatFragment as bm, type DocumentCatalogQueryVariables as bn, type DocumentCatalogFragment as bo, type DocumentCatalog_FormatQueryVariables as bp, type Document_TablesQueryVariables as bq, type Table_FromRelationsQueryVariables as br, RelationType as bs, type RelationFragment as bt, type TableQueryVariables as bu, type Table_ToRelationsQueryVariables as bv, type TableConnectionFragment as bw, type CreateDocumentMutationVariables as bx, type CreateFeedbackMutationVariables as by, type CreateFolderMutationVariables as bz, ChatMessageFromEnum as c, type UpdateInsightInReportMutationVariables as c$, type DeleteIntegrationMutationVariables as c0, type DeleteProjectMutationVariables as c1, type DeleteReportMutationVariables as c2, type DeleteSavedAiProviderModelMutationVariables as c3, type DeleteTableMutationVariables as c4, type DeleteUserSkillFileMutationVariables as c5, type DeleteUserSkillFolderMutationVariables as c6, type DesktopDeviceConnectionFragment as c7, type DesktopDevicesQueryVariables as c8, type DevAccessTokenOutputFragment as c9, type ReanalyzeDocumentMutationVariables as cA, type RefineAgentInstructionMutationVariables as cB, type RefineSkillInstructionMutationVariables as cC, type RefreshDatabaseSchemaMutationVariables as cD, type RefreshInsightMutationVariables as cE, type RegisterDesktopDeviceMutationVariables as cF, type ReinterpretSourceMutationVariables as cG, type ReinterpretSourcesOfuserMutationVariables as cH, type RelocateInsightMutationVariables as cI, type RemoveInsightFromReportMutationVariables as cJ, type RemoveMcpServerMutationVariables as cK, type ResolvePulseEventMutationVariables as cL, type ResumeMessageMutationVariables as cM, type WorkspaceDeleteScheduleFragment as cN, type SendMessageMutationVariables as cO, type SetDatabasePrimaryKeyMutationVariables as cP, type SyncProjectDesktopBindingMutationVariables as cQ, type TestMcpServerMutationVariables as cR, type McpServerTestOutputFragment as cS, type TestMcpServerConnectionMutationVariables as cT, type UpdateAgentMutationVariables as cU, type UpdateArtifactNameMutationVariables as cV, type UpdateChatMutationVariables as cW, type UpdateDatabaseMutationVariables as cX, type UpdateDocumentMutationVariables as cY, type UpdateFolderMutationVariables as cZ, type UpdateInsightMutationVariables as c_, type DisconnectIntegrationMutationVariables as ca, type DismissPulseEventMutationVariables as cb, PulseEventPriority as cc, PulseEventKind as cd, type PulseEventFragment as ce, type PulseEvent_IntegrationQueryVariables as cf, IntegrationStatus as cg, type IntegrationFragment as ch, type Integration_ProviderQueryVariables as ci, type IntegrationProviderFragment as cj, type IntegrationCatalogQueryVariables as ck, type IntegrationCatalogFragment as cl, type IntegrationCatalog_ProviderQueryVariables as cm, type DocumentCatalogConnectionFragment as cn, type DocumentCatalogsQueryVariables as co, type DocumentConnectionFragment as cp, type Document_Format_CatalogQueryVariables as cq, type DocumentsQueryVariables as cr, type ChatStreamClient as cs, type DvinaSdkLifecycle as ct, type DvinaEvents as cu, type ExecuteChatImportMutationVariables as cv, type GenerateUploadUriMutationVariables as cw, type FileModelFragment as cx, type OpenActiveTabMutationVariables as cy, type PreviewChatImportMutationVariables as cz, type ChatMessageFragment as d, type IntegrationsQueryVariables as d$, type UpdateInsightThumbnailMutationVariables as d0, type UpdateInterpMutationVariables as d1, InterpretationType as d2, AiResourceType as d3, type InterpretationFragment as d4, type UpdateLiveContextMutationVariables as d5, type UpdateProjectMutationVariables as d6, type UpdatePulseTriggerMutationVariables as d7, type PulseTriggerSettingModelFragment as d8, type UpdateReportMutationVariables as d9, type FileUrlsQueryVariables as dA, type ResolvedFileUrlFragment as dB, type FindFitTierQueryVariables as dC, EntitlementTier as dD, type FolderQueryVariables as dE, type FoldersQueryVariables as dF, type FolderConnectionFragment as dG, type GetCapabilityQueryVariables as dH, type GetDevAccessTokenQueryVariables as dI, type GetLimitQueryVariables as dJ, type GetRemainingQueryVariables as dK, type GetTokenUsageByModelQueryVariables as dL, type ModelTokenUsageFragment as dM, type GetTokenUsageHistoryQueryVariables as dN, type GetTokenUsageStatusQueryVariables as dO, TokenUsageLimit as dP, ActiveWindowType as dQ, type WindowDetailTypeFragment as dR, type UsageWindowsStatusTypeFragment as dS, type UsageStatusFragment as dT, type GetTokenUsageStatus_WindowsQueryVariables as dU, type GetUsageQueryVariables as dV, type InsightsQueryVariables as dW, type IntegrationQueryVariables as dX, type IntegrationCatalogToolsQueryVariables as dY, type IntegrationCatalogsQueryVariables as dZ, type IntegrationCatalogConnectionFragment as d_, type UpdateTableMutationVariables as da, type UpdateUserSkillFileMutationVariables as db, type UpdateUserSkillFolderMutationVariables as dc, type UpsertAiProviderSettingMutationVariables as dd, type UpsertWorkspaceAiModelMutationVariables as de, type ExportQueryVariables as df, type ExportWithInsightIdQueryVariables as dg, type FeedItemQueryVariables as dh, FeedItemKind as di, type FeedDocumentDataFragment as dj, type FeedArtifactDataFragment as dk, type FeedDatabaseDataFragment as dl, type FeedInsightDataFragment as dm, type FeedIntegrationDataFragment as dn, type FeedProjectDataFragment as dp, type FeedLiveContextDataFragment as dq, type FeedPulseDataFragment as dr, type FeedItemFragment as ds, type FeedItem_ActionQueryVariables as dt, type FeedSendMessageActionFragment as du, type FeedItem_DataQueryVariables as dv, type FeedItemsQueryVariables as dw, type FeedConnectionFragment as dx, type FileQueryVariables as dy, type FileMetaQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type ManagedChatModelsQueryVariables as e$, type IntegrationConnectionFragment as e0, type InterpretationsQueryVariables as e1, type InterpretationConnectionFragment as e2, type LiveContextsQueryVariables as e3, type LiveContextConnectionFragment as e4, type LocalSandboxDeviceStatusesQueryVariables as e5, LocalSandboxDeviceConnectionState as e6, type LocalSandboxDeviceStatusModelFragment as e7, type NotificationQueryVariables as e8, NotificationCategory as e9, type UserSkillFilesQueryVariables as eA, type UserSkillFolderQueryVariables as eB, type UserSkillFoldersQueryVariables as eC, type WorkspaceDeletionScheduleQueryVariables as eD, type McpAuthUpdatesSubscriptionVariables as eE, McpAuthPhase as eF, type McpAuthUpdateModelFragment as eG, type TokenUsageUpdatesSubscriptionVariables as eH, type EvidenceFragment as eI, type FailedSyncEventIngestionFragment as eJ, type StreamMessageContentOutputFragment as eK, type StreamMessageOutputFragment as eL, type UsageMetaOutputFragment as eM, type PrivacyStatsOutputFragment as eN, type FinalContentEventOutputFragment as eO, type GetTokenUsageStatus_Windows_DayQueryVariables as eP, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as eQ, type GetTokenUsageStatus_Windows_MonthQueryVariables as eR, type GetTokenUsageStatus_Windows_WeekQueryVariables as eS, type InferenceRequestAuditFragment as eT, type Insight_Chat_DesktopDeviceQueryVariables as eU, type Insight_Chat_ProjectQueryVariables as eV, type Integration_Provider_CatalogQueryVariables as eW, type InterruptEventOutputFragment as eX, type InvocationFragment as eY, type LiveContext_Source_EvidencesQueryVariables as eZ, type LiveContext_Source_SignalsQueryVariables as e_, NotificationPriority as ea, NotificationStatus as eb, type NotificationFragment as ec, type NotificationsQueryVariables as ed, type NotificationConnectionFragment as ee, type NotificationsByReferenceQueryVariables as ef, type PrivacyStatsQueryVariables as eg, type PrivacyStatsFragment as eh, type PrivateMcpServersQueryVariables as ei, type ProjectsQueryVariables as ej, type ProjectConnectionFragment as ek, type PulseAppSummaryQueryVariables as el, type PulseAppSummaryModelFragment as em, type PulseEventQueryVariables as en, type PulseEventsQueryVariables as eo, type PulseEventConnectionFragment as ep, type PulseTriggerSettingsQueryVariables as eq, type QueryQueryVariables as er, type QueryWithInsightIdQueryVariables as es, type QueryWithMessageIdQueryVariables as et, type ReportsQueryVariables as eu, type SkillCatalogQueryVariables as ev, SkillCatalogSource as ew, type SkillCatalogItemFragment as ex, type TablesQueryVariables as ey, type UserSkillFileQueryVariables as ez, ArtifactKind as f, FileOrderByRelevanceFieldEnum as f$, type McpClientInformationFragment as f0, type McpCodeVerifierFragment as f1, type McpTokensFragment as f2, type McpToolFragment as f3, type MessageEndEventOutputFragment as f4, type MessageStartEventOutputFragment as f5, type ProgressSummaryEventOutputFragment as f6, type Project_DesktopBinding_DeviceQueryVariables as f7, type PulseEvent_Integration_ProviderQueryVariables as f8, type ReasoningEventOutputFragment as f9, type ActiveTabsEvent as fA, type ActiveTabsSnapshot as fB, AgentOrderByRelevanceFieldEnum as fC, ArtifactOrderByRelevanceFieldEnum as fD, CapabilityType as fE, ChatMessageOrderByRelevanceFieldEnum as fF, ChatOrderByRelevanceFieldEnum as fG, type ChatStreamClientOptions as fH, type ChatStreamEvent as fI, type ChatStreamListener as fJ, type ChatStreamListenerHandlers as fK, DatabaseCatalogOrderByRelevanceFieldEnum as fL, DatabaseOrderByRelevanceFieldEnum as fM, DesktopDeviceOrderByRelevanceFieldEnum as fN, type DevicePresenceEvent as fO, type DevicePresenceSnapshot as fP, DocumentCatalogOrderByRelevanceFieldEnum as fQ, DocumentOrderByRelevanceFieldEnum as fR, type DvinaEventRef as fS, type DvinaEventTopic as fT, type DvinaRealtimeEvent as fU, type DvinaSdkBaseOptions as fV, type DvinaSdkCallbackOptions as fW, type DvinaSdkLifecycleHint as fX, type DvinaSdkTokenOptions as fY, FeedItemOrderByRelevanceFieldEnum as fZ, FeedbackOrderByRelevanceFieldEnum as f_, type ResetWorkspaceMutationVariables as fa, type ScheduleWorkspaceDeletionMutationVariables as fb, type TextBlockEventOutputFragment as fc, type TextDeltaEventOutputFragment as fd, type WidgetBlockStartEventOutputFragment as fe, type WidgetHtmlDeltaEventOutputFragment as ff, type WidgetBlockCompleteEventOutputFragment as fg, type WidgetBlockErrorEventOutputFragment as fh, type ToolStartEventOutputFragment as fi, type ToolInputDeltaEventOutputFragment as fj, type ToolResultArtifactOutputFragment as fk, type ToolResultEventOutputFragment as fl, type StreamEventSchemaAnchorFragment as fm, type SyncEventFragment as fn, type SyncEventCursorFragment as fo, type Table_Database_EngineQueryVariables as fp, type Table_Document_ContentsQueryVariables as fq, type Table_Document_FileQueryVariables as fr, type Table_Document_FormatQueryVariables as fs, type TokenUsageFragment as ft, type UserSkillFileFragment as fu, type UserSkillFolderFragment as fv, type WorkspaceAiModelQueryVariables as fw, type WorkspaceAiModelSettingFragment as fx, type ActiveChatsEvent as fy, type ActiveChatsSnapshot as fz, type ArtifactFragment as g, FileUrlVariant as g0, FolderOrderByRelevanceFieldEnum as g1, InsightOrderByRelevanceFieldEnum as g2, IntegrationCatalogOrderByRelevanceFieldEnum as g3, IntegrationOrderByRelevanceFieldEnum as g4, InterpretationOrderByRelevanceFieldEnum as g5, LimitType as g6, LiveContextOrderByRelevanceFieldEnum as g7, NotificationOrderByRelevanceFieldEnum as g8, NullsOrder as g9, ProjectDesktopBindingOrderByRelevanceFieldEnum as ga, ProjectOrderByRelevanceFieldEnum as gb, PulseEventOrderByRelevanceFieldEnum as gc, QueryMode as gd, type RealtimeSnapshotCache as ge, type RealtimeTopicData as gf, ReportOrderByRelevanceFieldEnum as gg, SendMessageModel as gh, SortOrder as gi, TableOrderByRelevanceFieldEnum as gj, type TokenUsageLimitState as gk, type TokenUsageStatusEvent as gl, type TokenUsageStatusSnapshot as gm, type TokenUsageWindowSnapshot as gn, UsageHistoryGranularity as go, createChatStreamClient as gp, createDvinaClient as gq, createDvinaEvents as gr, type Artifact_ChatQueryVariables as h, ChatWorkspaceMode as i, ChatSourceProviderEnum as j, type ChatFragment as k, type Chat_AgentsQueryVariables as l, type AgentFragment as m, type Agent_ChatsQueryVariables as n, type ChatConnectionFragment as o, type AgentConnectionFragment as p, type Chat_ArtifactsQueryVariables as q, type Chat_DesktopDeviceQueryVariables as r, type DesktopDeviceFragment as s, type DesktopDevice_ChatsQueryVariables as t, type DesktopDevice_DesktopBindingsQueryVariables as u, type ProjectDesktopBindingFragment as v, type ProjectQueryVariables as w, ProjectSource as x, type ProjectFragment as y, type Project_ChatsQueryVariables as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b as DvinaRequest, c as DvinaSubscribe, P as PageInfoData, C as ConnectionVariables, F as FetchOptions } from './types-Chg8ASmf.js';
|
|
2
|
-
import { S as SyncEngine } from './sync-engine-
|
|
2
|
+
import { S as SyncEngine } from './sync-engine-Bh0UcTVd.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Base class that holds the transport functions.
|