@dvina/sdk 4.0.77 → 4.0.103
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-L3PIHCHC.js +4 -0
- package/dist/{_generated_documents-GPAJPXFF.js.map → _generated_documents-L3PIHCHC.js.map} +1 -1
- package/dist/{_generated_documents-KPFSYIQA.cjs → _generated_documents-VY7IG77E.cjs} +565 -497
- package/dist/{_generated_documents-KPFSYIQA.cjs.map → _generated_documents-VY7IG77E.cjs.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +2 -2
- package/dist/adapters/angular/index.d.ts +2 -2
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-MFUJEBEN.js → chunk-43W5CXTU.js} +60 -34
- package/dist/chunk-43W5CXTU.js.map +1 -0
- package/dist/{chunk-IRMDS6IM.js → chunk-AFUPSJA3.js} +583 -142
- package/dist/chunk-AFUPSJA3.js.map +1 -0
- package/dist/{chunk-YMIRF4SC.cjs → chunk-L7HABILC.cjs} +81 -38
- package/dist/chunk-L7HABILC.cjs.map +1 -0
- package/dist/{chunk-UVFQIMJE.cjs → chunk-Z3RDE7GG.cjs} +1057 -605
- package/dist/chunk-Z3RDE7GG.cjs.map +1 -0
- package/dist/{client-DiPeOA1R.d.ts → client-B5LbpEC3.d.ts} +1 -1
- package/dist/{client-BX57zzHy.d.cts → client-Dp5JOq16.d.cts} +1 -1
- package/dist/{index-DFP4l9XY.d.cts → index-BKyI_YQS.d.cts} +1 -1
- package/dist/{index-x3esSuE9.d.ts → index-BrsbEcIx.d.ts} +1 -1
- package/dist/index.cjs +428 -376
- package/dist/index.d.cts +389 -93
- package/dist/index.d.ts +389 -93
- package/dist/index.js +2 -2
- package/dist/pagination/index.d.cts +2 -2
- package/dist/pagination/index.d.ts +2 -2
- package/dist/{sync-engine-BXCeW3GE.d.ts → sync-engine-BmE8-rhX.d.ts} +1 -0
- package/dist/{sync-engine-DHWuexPR.d.cts → sync-engine-DN0tSqtg.d.cts} +1 -0
- package/package.json +1 -1
- package/dist/_generated_documents-GPAJPXFF.js +0 -4
- package/dist/chunk-IRMDS6IM.js.map +0 -1
- package/dist/chunk-MFUJEBEN.js.map +0 -1
- package/dist/chunk-UVFQIMJE.cjs.map +0 -1
- package/dist/chunk-YMIRF4SC.cjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { a as DvinaRequest, D as DvinaQueryRef, F as FetchOptions, W as WithIncludes, C as ConnectionVariables, c as ConnectionWithNodes } from './types-2RotD0Ab.cjs';
|
|
2
2
|
export { b as DvinaSubscribe, P as PageInfoData } from './types-2RotD0Ab.cjs';
|
|
3
|
-
import { D as DvinaSdkOptions } from './client-
|
|
4
|
-
export { a as DvinaSdkBaseOptions, b as DvinaSdkCallbackOptions, c as DvinaSdkTokenOptions, d as createDvinaClient } from './client-
|
|
5
|
-
import { c as createHttpTransport, D as DvinaDatabase, S as SyncEngine, C as CacheRule } from './sync-engine-
|
|
6
|
-
export { a as CacheRuleCreate, b as CacheRuleDelete, d as CacheRuleUpdate, e as SseQueryEvent, f as SseSyncEvent, g as SseTransport, h as SseTransportOptions, i as SubscriptionDescriptor, j as closeDatabase, k as createSseTransport, l as deleteDatabase, m as getOrCreateDatabase } from './sync-engine-
|
|
3
|
+
import { D as DvinaSdkOptions } from './client-Dp5JOq16.cjs';
|
|
4
|
+
export { a as DvinaSdkBaseOptions, b as DvinaSdkCallbackOptions, c as DvinaSdkTokenOptions, d as createDvinaClient } from './client-Dp5JOq16.cjs';
|
|
5
|
+
import { c as createHttpTransport, D as DvinaDatabase, S as SyncEngine, C as CacheRule } from './sync-engine-DN0tSqtg.cjs';
|
|
6
|
+
export { a as CacheRuleCreate, b as CacheRuleDelete, d as CacheRuleUpdate, e as SseQueryEvent, f as SseSyncEvent, g as SseTransport, h as SseTransportOptions, i as SubscriptionDescriptor, j as closeDatabase, k as createSseTransport, l as deleteDatabase, m as getOrCreateDatabase } from './sync-engine-DN0tSqtg.cjs';
|
|
7
7
|
import { D as DvinaError } from './error-CsVoUTY8.cjs';
|
|
8
8
|
export { a as DvinaAuthenticationError, b as DvinaGraphQLError, c as DvinaNetworkError, d as DvinaNotFoundError, e as DvinaPlanRestrictionError, f as DvinaTokenLimitError, G as GRAPHQL_ERROR_CODES, g as GraphQLErrorEntry, h as createGraphQLError, i as extractErrorCode } from './error-CsVoUTY8.cjs';
|
|
9
|
-
import { R as Request, C as Connection } from './index-
|
|
10
|
-
export { A as AbstractConnection, P as PageInfo, d as defaultConnection, e as extractNodes, m as mergeConnections } from './index-
|
|
9
|
+
import { R as Request, C as Connection } from './index-BKyI_YQS.cjs';
|
|
10
|
+
export { A as AbstractConnection, P as PageInfo, d as defaultConnection, e as extractNodes, m as mergeConnections } from './index-BKyI_YQS.cjs';
|
|
11
11
|
import { DocumentNode, VariableDefinitionNode, ArgumentNode } from 'graphql';
|
|
12
12
|
import { Client } from 'graphql-ws';
|
|
13
13
|
import { I as InferenceClient } from './client-Bb2gD6Iz.cjs';
|
|
@@ -1759,6 +1759,12 @@ type EnumContentBlockTypeFilter = {
|
|
|
1759
1759
|
not?: InputMaybe<NestedEnumContentBlockTypeFilter>;
|
|
1760
1760
|
notIn?: InputMaybe<Array<ContentBlockType>>;
|
|
1761
1761
|
};
|
|
1762
|
+
type EnumFeedActionTypeNullableFilter = {
|
|
1763
|
+
equals?: InputMaybe<FeedActionType>;
|
|
1764
|
+
in?: InputMaybe<Array<FeedActionType>>;
|
|
1765
|
+
not?: InputMaybe<NestedEnumFeedActionTypeNullableFilter>;
|
|
1766
|
+
notIn?: InputMaybe<Array<FeedActionType>>;
|
|
1767
|
+
};
|
|
1762
1768
|
type EnumFeedbackTypeFilter = {
|
|
1763
1769
|
equals?: InputMaybe<FeedbackType>;
|
|
1764
1770
|
in?: InputMaybe<Array<FeedbackType>>;
|
|
@@ -1813,12 +1819,6 @@ type EnumPulseEventPriorityFilter = {
|
|
|
1813
1819
|
not?: InputMaybe<NestedEnumPulseEventPriorityFilter>;
|
|
1814
1820
|
notIn?: InputMaybe<Array<PulseEventPriority>>;
|
|
1815
1821
|
};
|
|
1816
|
-
type EnumPulseEventStatusFilter = {
|
|
1817
|
-
equals?: InputMaybe<PulseEventStatus>;
|
|
1818
|
-
in?: InputMaybe<Array<PulseEventStatus>>;
|
|
1819
|
-
not?: InputMaybe<NestedEnumPulseEventStatusFilter>;
|
|
1820
|
-
notIn?: InputMaybe<Array<PulseEventStatus>>;
|
|
1821
|
-
};
|
|
1822
1822
|
type EnumRelationTypeFilter = {
|
|
1823
1823
|
equals?: InputMaybe<RelationType>;
|
|
1824
1824
|
in?: InputMaybe<Array<RelationType>>;
|
|
@@ -1831,6 +1831,59 @@ type EnumReportMemberSizeFilter = {
|
|
|
1831
1831
|
not?: InputMaybe<NestedEnumReportMemberSizeFilter>;
|
|
1832
1832
|
notIn?: InputMaybe<Array<ReportMemberSize>>;
|
|
1833
1833
|
};
|
|
1834
|
+
declare enum FeedActionType {
|
|
1835
|
+
SendMessage = "send_message"
|
|
1836
|
+
}
|
|
1837
|
+
declare enum FeedItemKind {
|
|
1838
|
+
Artifact = "artifact",
|
|
1839
|
+
Database = "database",
|
|
1840
|
+
Document = "document",
|
|
1841
|
+
Integration = "integration",
|
|
1842
|
+
Pulse = "pulse"
|
|
1843
|
+
}
|
|
1844
|
+
declare enum FeedItemOrderByRelevanceFieldEnum {
|
|
1845
|
+
Id = "id",
|
|
1846
|
+
Kind = "kind",
|
|
1847
|
+
SourceRef = "sourceRef",
|
|
1848
|
+
Title = "title",
|
|
1849
|
+
UserId = "userId",
|
|
1850
|
+
WorkspaceId = "workspaceId"
|
|
1851
|
+
}
|
|
1852
|
+
type FeedItemOrderByRelevanceInput = {
|
|
1853
|
+
fields: Array<FeedItemOrderByRelevanceFieldEnum>;
|
|
1854
|
+
search: Scalars['String'];
|
|
1855
|
+
sort: SortOrder;
|
|
1856
|
+
};
|
|
1857
|
+
type FeedItemOrderByWithRelationInput = {
|
|
1858
|
+
_relevance?: InputMaybe<FeedItemOrderByRelevanceInput>;
|
|
1859
|
+
action?: InputMaybe<SortOrderInput>;
|
|
1860
|
+
actionType?: InputMaybe<SortOrderInput>;
|
|
1861
|
+
createdAt?: InputMaybe<SortOrder>;
|
|
1862
|
+
data?: InputMaybe<SortOrder>;
|
|
1863
|
+
id?: InputMaybe<SortOrder>;
|
|
1864
|
+
kind?: InputMaybe<SortOrder>;
|
|
1865
|
+
sourceRef?: InputMaybe<SortOrderInput>;
|
|
1866
|
+
title?: InputMaybe<SortOrder>;
|
|
1867
|
+
updatedAt?: InputMaybe<SortOrder>;
|
|
1868
|
+
userId?: InputMaybe<SortOrder>;
|
|
1869
|
+
workspaceId?: InputMaybe<SortOrder>;
|
|
1870
|
+
};
|
|
1871
|
+
type FeedItemWhereInput = {
|
|
1872
|
+
AND?: InputMaybe<Array<FeedItemWhereInput>>;
|
|
1873
|
+
NOT?: InputMaybe<Array<FeedItemWhereInput>>;
|
|
1874
|
+
OR?: InputMaybe<Array<FeedItemWhereInput>>;
|
|
1875
|
+
action?: InputMaybe<JsonNullableFilter>;
|
|
1876
|
+
actionType?: InputMaybe<EnumFeedActionTypeNullableFilter>;
|
|
1877
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1878
|
+
data?: InputMaybe<JsonFilter>;
|
|
1879
|
+
id?: InputMaybe<StringFilter>;
|
|
1880
|
+
kind?: InputMaybe<StringFilter>;
|
|
1881
|
+
sourceRef?: InputMaybe<StringNullableFilter>;
|
|
1882
|
+
title?: InputMaybe<StringFilter>;
|
|
1883
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
1884
|
+
userId?: InputMaybe<StringFilter>;
|
|
1885
|
+
workspaceId?: InputMaybe<StringFilter>;
|
|
1886
|
+
};
|
|
1834
1887
|
type FeedbackCreateInput = {
|
|
1835
1888
|
chatMessage: ChatMessageCreateNestedOneWithoutFeedbackInput;
|
|
1836
1889
|
comment?: InputMaybe<Scalars['String']>;
|
|
@@ -2447,6 +2500,7 @@ type IntegrationOrderByWithRelationInput = {
|
|
|
2447
2500
|
id?: InputMaybe<SortOrder>;
|
|
2448
2501
|
providerKey?: InputMaybe<SortOrder>;
|
|
2449
2502
|
status?: InputMaybe<SortOrder>;
|
|
2503
|
+
unreadPulseCount?: InputMaybe<SortOrder>;
|
|
2450
2504
|
updatedAt?: InputMaybe<SortOrder>;
|
|
2451
2505
|
};
|
|
2452
2506
|
declare enum IntegrationStatus {
|
|
@@ -2464,6 +2518,7 @@ type IntegrationWhereInput = {
|
|
|
2464
2518
|
id?: InputMaybe<StringFilter>;
|
|
2465
2519
|
providerKey?: InputMaybe<StringFilter>;
|
|
2466
2520
|
status?: InputMaybe<EnumIntegrationStatusFilter>;
|
|
2521
|
+
unreadPulseCount?: InputMaybe<IntFilter>;
|
|
2467
2522
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
2468
2523
|
};
|
|
2469
2524
|
declare enum InterpretationOrderByRelevanceFieldEnum {
|
|
@@ -2609,6 +2664,12 @@ type NestedEnumContentBlockTypeFilter = {
|
|
|
2609
2664
|
not?: InputMaybe<NestedEnumContentBlockTypeFilter>;
|
|
2610
2665
|
notIn?: InputMaybe<Array<ContentBlockType>>;
|
|
2611
2666
|
};
|
|
2667
|
+
type NestedEnumFeedActionTypeNullableFilter = {
|
|
2668
|
+
equals?: InputMaybe<FeedActionType>;
|
|
2669
|
+
in?: InputMaybe<Array<FeedActionType>>;
|
|
2670
|
+
not?: InputMaybe<NestedEnumFeedActionTypeNullableFilter>;
|
|
2671
|
+
notIn?: InputMaybe<Array<FeedActionType>>;
|
|
2672
|
+
};
|
|
2612
2673
|
type NestedEnumFeedbackTypeFilter = {
|
|
2613
2674
|
equals?: InputMaybe<FeedbackType>;
|
|
2614
2675
|
in?: InputMaybe<Array<FeedbackType>>;
|
|
@@ -2663,12 +2724,6 @@ type NestedEnumPulseEventPriorityFilter = {
|
|
|
2663
2724
|
not?: InputMaybe<NestedEnumPulseEventPriorityFilter>;
|
|
2664
2725
|
notIn?: InputMaybe<Array<PulseEventPriority>>;
|
|
2665
2726
|
};
|
|
2666
|
-
type NestedEnumPulseEventStatusFilter = {
|
|
2667
|
-
equals?: InputMaybe<PulseEventStatus>;
|
|
2668
|
-
in?: InputMaybe<Array<PulseEventStatus>>;
|
|
2669
|
-
not?: InputMaybe<NestedEnumPulseEventStatusFilter>;
|
|
2670
|
-
notIn?: InputMaybe<Array<PulseEventStatus>>;
|
|
2671
|
-
};
|
|
2672
2727
|
type NestedEnumRelationTypeFilter = {
|
|
2673
2728
|
equals?: InputMaybe<RelationType>;
|
|
2674
2729
|
in?: InputMaybe<Array<RelationType>>;
|
|
@@ -2810,7 +2865,6 @@ declare enum PulseEventKind {
|
|
|
2810
2865
|
Warning = "warning"
|
|
2811
2866
|
}
|
|
2812
2867
|
declare enum PulseEventOrderByRelevanceFieldEnum {
|
|
2813
|
-
DedupeKey = "dedupeKey",
|
|
2814
2868
|
Id = "id",
|
|
2815
2869
|
IntegrationId = "integrationId",
|
|
2816
2870
|
Message = "message",
|
|
@@ -2818,7 +2872,6 @@ declare enum PulseEventOrderByRelevanceFieldEnum {
|
|
|
2818
2872
|
RemoteEventId = "remoteEventId",
|
|
2819
2873
|
RemoteLogId = "remoteLogId",
|
|
2820
2874
|
RemoteTriggerId = "remoteTriggerId",
|
|
2821
|
-
Summary = "summary",
|
|
2822
2875
|
Title = "title",
|
|
2823
2876
|
TriggerSlug = "triggerSlug",
|
|
2824
2877
|
UserId = "userId",
|
|
@@ -2831,10 +2884,8 @@ type PulseEventOrderByRelevanceInput = {
|
|
|
2831
2884
|
};
|
|
2832
2885
|
type PulseEventOrderByWithRelationInput = {
|
|
2833
2886
|
_relevance?: InputMaybe<PulseEventOrderByRelevanceInput>;
|
|
2834
|
-
acknowledgedAt?: InputMaybe<SortOrderInput>;
|
|
2835
2887
|
actions?: InputMaybe<SortOrderInput>;
|
|
2836
2888
|
createdAt?: InputMaybe<SortOrder>;
|
|
2837
|
-
dedupeKey?: InputMaybe<SortOrderInput>;
|
|
2838
2889
|
dismissedAt?: InputMaybe<SortOrderInput>;
|
|
2839
2890
|
id?: InputMaybe<SortOrder>;
|
|
2840
2891
|
integrationId?: InputMaybe<SortOrder>;
|
|
@@ -2847,9 +2898,6 @@ type PulseEventOrderByWithRelationInput = {
|
|
|
2847
2898
|
remoteLogId?: InputMaybe<SortOrderInput>;
|
|
2848
2899
|
remoteTriggerId?: InputMaybe<SortOrderInput>;
|
|
2849
2900
|
resolvedAt?: InputMaybe<SortOrderInput>;
|
|
2850
|
-
seenAt?: InputMaybe<SortOrderInput>;
|
|
2851
|
-
status?: InputMaybe<SortOrder>;
|
|
2852
|
-
summary?: InputMaybe<SortOrderInput>;
|
|
2853
2901
|
title?: InputMaybe<SortOrder>;
|
|
2854
2902
|
triggerSlug?: InputMaybe<SortOrder>;
|
|
2855
2903
|
updatedAt?: InputMaybe<SortOrder>;
|
|
@@ -2859,21 +2907,12 @@ declare enum PulseEventPriority {
|
|
|
2859
2907
|
Low = "low",
|
|
2860
2908
|
Medium = "medium"
|
|
2861
2909
|
}
|
|
2862
|
-
declare enum PulseEventStatus {
|
|
2863
|
-
Acknowledged = "acknowledged",
|
|
2864
|
-
Dismissed = "dismissed",
|
|
2865
|
-
Resolved = "resolved",
|
|
2866
|
-
Seen = "seen",
|
|
2867
|
-
Unread = "unread"
|
|
2868
|
-
}
|
|
2869
2910
|
type PulseEventWhereInput = {
|
|
2870
2911
|
AND?: InputMaybe<Array<PulseEventWhereInput>>;
|
|
2871
2912
|
NOT?: InputMaybe<Array<PulseEventWhereInput>>;
|
|
2872
2913
|
OR?: InputMaybe<Array<PulseEventWhereInput>>;
|
|
2873
|
-
acknowledgedAt?: InputMaybe<DateTimeNullableFilter>;
|
|
2874
2914
|
actions?: InputMaybe<JsonNullableFilter>;
|
|
2875
2915
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2876
|
-
dedupeKey?: InputMaybe<StringNullableFilter>;
|
|
2877
2916
|
dismissedAt?: InputMaybe<DateTimeNullableFilter>;
|
|
2878
2917
|
id?: InputMaybe<StringFilter>;
|
|
2879
2918
|
integrationId?: InputMaybe<StringFilter>;
|
|
@@ -2886,9 +2925,6 @@ type PulseEventWhereInput = {
|
|
|
2886
2925
|
remoteLogId?: InputMaybe<StringNullableFilter>;
|
|
2887
2926
|
remoteTriggerId?: InputMaybe<StringNullableFilter>;
|
|
2888
2927
|
resolvedAt?: InputMaybe<DateTimeNullableFilter>;
|
|
2889
|
-
seenAt?: InputMaybe<DateTimeNullableFilter>;
|
|
2890
|
-
status?: InputMaybe<EnumPulseEventStatusFilter>;
|
|
2891
|
-
summary?: InputMaybe<StringNullableFilter>;
|
|
2892
2928
|
title?: InputMaybe<StringFilter>;
|
|
2893
2929
|
triggerSlug?: InputMaybe<StringFilter>;
|
|
2894
2930
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
@@ -4168,6 +4204,165 @@ type DocumentFormatFragment = {
|
|
|
4168
4204
|
formatKey: string;
|
|
4169
4205
|
} | null;
|
|
4170
4206
|
};
|
|
4207
|
+
type FeedArtifactDataFragment = {
|
|
4208
|
+
__typename: 'FeedArtifactData';
|
|
4209
|
+
artifactKind?: string | null;
|
|
4210
|
+
fileId?: string | null;
|
|
4211
|
+
fileName?: string | null;
|
|
4212
|
+
fileType?: string | null;
|
|
4213
|
+
kind: FeedItemKind;
|
|
4214
|
+
};
|
|
4215
|
+
type FeedConnectionFragment = {
|
|
4216
|
+
__typename: 'FeedConnection';
|
|
4217
|
+
totalCount: number;
|
|
4218
|
+
nodes?: Array<{
|
|
4219
|
+
__typename: 'FeedItem';
|
|
4220
|
+
createdAt: string;
|
|
4221
|
+
id: string;
|
|
4222
|
+
kind: FeedItemKind;
|
|
4223
|
+
sourceRef?: string | null;
|
|
4224
|
+
title: string;
|
|
4225
|
+
updatedAt: string;
|
|
4226
|
+
userId: string;
|
|
4227
|
+
workspaceId: string;
|
|
4228
|
+
action?: {
|
|
4229
|
+
__typename: 'FeedSendMessageAction';
|
|
4230
|
+
prompt: string;
|
|
4231
|
+
type: FeedActionType;
|
|
4232
|
+
} | null;
|
|
4233
|
+
data: {
|
|
4234
|
+
__typename: 'FeedArtifactData';
|
|
4235
|
+
artifactKind?: string | null;
|
|
4236
|
+
fileId?: string | null;
|
|
4237
|
+
fileName?: string | null;
|
|
4238
|
+
fileType?: string | null;
|
|
4239
|
+
kind: FeedItemKind;
|
|
4240
|
+
} | {
|
|
4241
|
+
__typename: 'FeedDatabaseData';
|
|
4242
|
+
databaseName?: string | null;
|
|
4243
|
+
databaseType?: string | null;
|
|
4244
|
+
kind: FeedItemKind;
|
|
4245
|
+
} | {
|
|
4246
|
+
__typename: 'FeedDocumentData';
|
|
4247
|
+
fileId?: string | null;
|
|
4248
|
+
fileName?: string | null;
|
|
4249
|
+
fileType?: string | null;
|
|
4250
|
+
kind: FeedItemKind;
|
|
4251
|
+
} | {
|
|
4252
|
+
__typename: 'FeedIntegrationData';
|
|
4253
|
+
integrationProviderKey?: string | null;
|
|
4254
|
+
kind: FeedItemKind;
|
|
4255
|
+
status?: string | null;
|
|
4256
|
+
unreadPulseCount?: number | null;
|
|
4257
|
+
} | {
|
|
4258
|
+
__typename: 'FeedPulseData';
|
|
4259
|
+
kind: FeedItemKind;
|
|
4260
|
+
priority?: string | null;
|
|
4261
|
+
providerKey?: string | null;
|
|
4262
|
+
summary?: string | null;
|
|
4263
|
+
};
|
|
4264
|
+
}> | null;
|
|
4265
|
+
pageInfo: {
|
|
4266
|
+
__typename?: 'PageInfo';
|
|
4267
|
+
endCursor?: string | null;
|
|
4268
|
+
hasNextPage: boolean;
|
|
4269
|
+
hasPreviousPage: boolean;
|
|
4270
|
+
startCursor?: string | null;
|
|
4271
|
+
};
|
|
4272
|
+
};
|
|
4273
|
+
type FeedDatabaseDataFragment = {
|
|
4274
|
+
__typename: 'FeedDatabaseData';
|
|
4275
|
+
databaseName?: string | null;
|
|
4276
|
+
databaseType?: string | null;
|
|
4277
|
+
kind: FeedItemKind;
|
|
4278
|
+
};
|
|
4279
|
+
type FeedDocumentDataFragment = {
|
|
4280
|
+
__typename: 'FeedDocumentData';
|
|
4281
|
+
fileId?: string | null;
|
|
4282
|
+
fileName?: string | null;
|
|
4283
|
+
fileType?: string | null;
|
|
4284
|
+
kind: FeedItemKind;
|
|
4285
|
+
};
|
|
4286
|
+
type FeedIntegrationDataFragment = {
|
|
4287
|
+
__typename: 'FeedIntegrationData';
|
|
4288
|
+
integrationProviderKey?: string | null;
|
|
4289
|
+
kind: FeedItemKind;
|
|
4290
|
+
status?: string | null;
|
|
4291
|
+
unreadPulseCount?: number | null;
|
|
4292
|
+
};
|
|
4293
|
+
type FeedItemFragment = {
|
|
4294
|
+
__typename: 'FeedItem';
|
|
4295
|
+
createdAt: string;
|
|
4296
|
+
id: string;
|
|
4297
|
+
kind: FeedItemKind;
|
|
4298
|
+
sourceRef?: string | null;
|
|
4299
|
+
title: string;
|
|
4300
|
+
updatedAt: string;
|
|
4301
|
+
userId: string;
|
|
4302
|
+
workspaceId: string;
|
|
4303
|
+
action?: {
|
|
4304
|
+
__typename: 'FeedSendMessageAction';
|
|
4305
|
+
prompt: string;
|
|
4306
|
+
type: FeedActionType;
|
|
4307
|
+
} | null;
|
|
4308
|
+
data: {
|
|
4309
|
+
__typename: 'FeedArtifactData';
|
|
4310
|
+
artifactKind?: string | null;
|
|
4311
|
+
fileId?: string | null;
|
|
4312
|
+
fileName?: string | null;
|
|
4313
|
+
fileType?: string | null;
|
|
4314
|
+
kind: FeedItemKind;
|
|
4315
|
+
} | {
|
|
4316
|
+
__typename: 'FeedDatabaseData';
|
|
4317
|
+
databaseName?: string | null;
|
|
4318
|
+
databaseType?: string | null;
|
|
4319
|
+
kind: FeedItemKind;
|
|
4320
|
+
} | {
|
|
4321
|
+
__typename: 'FeedDocumentData';
|
|
4322
|
+
fileId?: string | null;
|
|
4323
|
+
fileName?: string | null;
|
|
4324
|
+
fileType?: string | null;
|
|
4325
|
+
kind: FeedItemKind;
|
|
4326
|
+
} | {
|
|
4327
|
+
__typename: 'FeedIntegrationData';
|
|
4328
|
+
integrationProviderKey?: string | null;
|
|
4329
|
+
kind: FeedItemKind;
|
|
4330
|
+
status?: string | null;
|
|
4331
|
+
unreadPulseCount?: number | null;
|
|
4332
|
+
} | {
|
|
4333
|
+
__typename: 'FeedPulseData';
|
|
4334
|
+
kind: FeedItemKind;
|
|
4335
|
+
priority?: string | null;
|
|
4336
|
+
providerKey?: string | null;
|
|
4337
|
+
summary?: string | null;
|
|
4338
|
+
};
|
|
4339
|
+
};
|
|
4340
|
+
type FeedItemGeneratedFragment = {
|
|
4341
|
+
__typename: 'FeedItemGenerated';
|
|
4342
|
+
action?: any | null;
|
|
4343
|
+
actionType?: FeedActionType | null;
|
|
4344
|
+
createdAt: string;
|
|
4345
|
+
data: any;
|
|
4346
|
+
id: string;
|
|
4347
|
+
kind: string;
|
|
4348
|
+
sourceRef?: string | null;
|
|
4349
|
+
title: string;
|
|
4350
|
+
updatedAt: string;
|
|
4351
|
+
userId: string;
|
|
4352
|
+
workspaceId: string;
|
|
4353
|
+
};
|
|
4354
|
+
type FeedPulseDataFragment = {
|
|
4355
|
+
__typename: 'FeedPulseData';
|
|
4356
|
+
kind: FeedItemKind;
|
|
4357
|
+
priority?: string | null;
|
|
4358
|
+
providerKey?: string | null;
|
|
4359
|
+
summary?: string | null;
|
|
4360
|
+
};
|
|
4361
|
+
type FeedSendMessageActionFragment = {
|
|
4362
|
+
__typename: 'FeedSendMessageAction';
|
|
4363
|
+
prompt: string;
|
|
4364
|
+
type: FeedActionType;
|
|
4365
|
+
};
|
|
4171
4366
|
type FeedbackFragment = {
|
|
4172
4367
|
__typename: 'Feedback';
|
|
4173
4368
|
chatMessageId: string;
|
|
@@ -4341,6 +4536,7 @@ type IntegrationFragment = {
|
|
|
4341
4536
|
id: string;
|
|
4342
4537
|
providerKey: string;
|
|
4343
4538
|
status: IntegrationStatus;
|
|
4539
|
+
unreadPulseCount: number;
|
|
4344
4540
|
updatedAt: string;
|
|
4345
4541
|
};
|
|
4346
4542
|
type IntegrationCatalogFragment = {
|
|
@@ -4402,6 +4598,7 @@ type IntegrationConnectionFragment = {
|
|
|
4402
4598
|
id: string;
|
|
4403
4599
|
providerKey: string;
|
|
4404
4600
|
status: IntegrationStatus;
|
|
4601
|
+
unreadPulseCount: number;
|
|
4405
4602
|
updatedAt: string;
|
|
4406
4603
|
}> | null;
|
|
4407
4604
|
pageInfo: {
|
|
@@ -4605,10 +4802,8 @@ type PulseAppSummaryModelFragment = {
|
|
|
4605
4802
|
};
|
|
4606
4803
|
type PulseEventFragment = {
|
|
4607
4804
|
__typename: 'PulseEvent';
|
|
4608
|
-
acknowledgedAt?: string | null;
|
|
4609
4805
|
actions?: any | null;
|
|
4610
4806
|
createdAt: string;
|
|
4611
|
-
dedupeKey?: string | null;
|
|
4612
4807
|
dismissedAt?: string | null;
|
|
4613
4808
|
id: string;
|
|
4614
4809
|
integrationId: string;
|
|
@@ -4621,9 +4816,6 @@ type PulseEventFragment = {
|
|
|
4621
4816
|
remoteLogId?: string | null;
|
|
4622
4817
|
remoteTriggerId?: string | null;
|
|
4623
4818
|
resolvedAt?: string | null;
|
|
4624
|
-
seenAt?: string | null;
|
|
4625
|
-
status: PulseEventStatus;
|
|
4626
|
-
summary?: string | null;
|
|
4627
4819
|
title: string;
|
|
4628
4820
|
triggerSlug: string;
|
|
4629
4821
|
updatedAt: string;
|
|
@@ -4637,10 +4829,8 @@ type PulseEventConnectionFragment = {
|
|
|
4637
4829
|
totalCount: number;
|
|
4638
4830
|
nodes?: Array<{
|
|
4639
4831
|
__typename: 'PulseEvent';
|
|
4640
|
-
acknowledgedAt?: string | null;
|
|
4641
4832
|
actions?: any | null;
|
|
4642
4833
|
createdAt: string;
|
|
4643
|
-
dedupeKey?: string | null;
|
|
4644
4834
|
dismissedAt?: string | null;
|
|
4645
4835
|
id: string;
|
|
4646
4836
|
integrationId: string;
|
|
@@ -4653,9 +4843,6 @@ type PulseEventConnectionFragment = {
|
|
|
4653
4843
|
remoteLogId?: string | null;
|
|
4654
4844
|
remoteTriggerId?: string | null;
|
|
4655
4845
|
resolvedAt?: string | null;
|
|
4656
|
-
seenAt?: string | null;
|
|
4657
|
-
status: PulseEventStatus;
|
|
4658
|
-
summary?: string | null;
|
|
4659
4846
|
title: string;
|
|
4660
4847
|
triggerSlug: string;
|
|
4661
4848
|
updatedAt: string;
|
|
@@ -4672,12 +4859,6 @@ type PulseEventConnectionFragment = {
|
|
|
4672
4859
|
startCursor?: string | null;
|
|
4673
4860
|
};
|
|
4674
4861
|
};
|
|
4675
|
-
type PulseEventStatsModelFragment = {
|
|
4676
|
-
__typename: 'PulseEventStatsModel';
|
|
4677
|
-
highPriorityCount: number;
|
|
4678
|
-
needsActionCount: number;
|
|
4679
|
-
unreadCount: number;
|
|
4680
|
-
};
|
|
4681
4862
|
type PulseTriggerSettingModelFragment = {
|
|
4682
4863
|
__typename: 'PulseTriggerSettingModel';
|
|
4683
4864
|
integrationId: string;
|
|
@@ -5060,9 +5241,6 @@ type WorkspaceDeleteScheduleFragment = {
|
|
|
5060
5241
|
updatedAt: string;
|
|
5061
5242
|
workspaceId: string;
|
|
5062
5243
|
};
|
|
5063
|
-
type AcknowledgePulseEventMutationVariables = Exact<{
|
|
5064
|
-
id: Scalars['ID'];
|
|
5065
|
-
}>;
|
|
5066
5244
|
type AddInsightToReportMutationVariables = Exact<{
|
|
5067
5245
|
insightId: Scalars['String'];
|
|
5068
5246
|
order?: InputMaybe<Scalars['Int']>;
|
|
@@ -5079,6 +5257,9 @@ type CancelWorkspaceDeletionMutationVariables = Exact<{
|
|
|
5079
5257
|
type ConnectIntegrationMutationVariables = Exact<{
|
|
5080
5258
|
providerKey: Scalars['String'];
|
|
5081
5259
|
}>;
|
|
5260
|
+
type ConsumePulseEventsMutationVariables = Exact<{
|
|
5261
|
+
integrationId: Scalars['String'];
|
|
5262
|
+
}>;
|
|
5082
5263
|
type ContinueImportedChatMutationVariables = Exact<{
|
|
5083
5264
|
chatId: Scalars['String'];
|
|
5084
5265
|
}>;
|
|
@@ -5182,9 +5363,6 @@ type ExecuteChatImportMutationVariables = Exact<{
|
|
|
5182
5363
|
type GenerateUploadUriMutationVariables = Exact<{
|
|
5183
5364
|
data: FileInput;
|
|
5184
5365
|
}>;
|
|
5185
|
-
type MarkPulseEventSeenMutationVariables = Exact<{
|
|
5186
|
-
id: Scalars['ID'];
|
|
5187
|
-
}>;
|
|
5188
5366
|
type PreviewChatImportMutationVariables = Exact<{
|
|
5189
5367
|
input: ChatImportPreviewInput;
|
|
5190
5368
|
}>;
|
|
@@ -5506,6 +5684,23 @@ type ExportWithInsightIdQueryVariables = Exact<{
|
|
|
5506
5684
|
geoFilter?: InputMaybe<GeoFilter>;
|
|
5507
5685
|
insightId: Scalars['String'];
|
|
5508
5686
|
}>;
|
|
5687
|
+
type FeedItemQueryVariables = Exact<{
|
|
5688
|
+
id: Scalars['ID'];
|
|
5689
|
+
}>;
|
|
5690
|
+
type FeedItem_ActionQueryVariables = Exact<{
|
|
5691
|
+
id: Scalars['ID'];
|
|
5692
|
+
}>;
|
|
5693
|
+
type FeedItem_DataQueryVariables = Exact<{
|
|
5694
|
+
id: Scalars['ID'];
|
|
5695
|
+
}>;
|
|
5696
|
+
type FeedItemsQueryVariables = Exact<{
|
|
5697
|
+
after?: InputMaybe<Scalars['String']>;
|
|
5698
|
+
before?: InputMaybe<Scalars['String']>;
|
|
5699
|
+
filter?: InputMaybe<FeedItemWhereInput>;
|
|
5700
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
5701
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
5702
|
+
orderBy?: InputMaybe<Array<FeedItemOrderByWithRelationInput> | FeedItemOrderByWithRelationInput>;
|
|
5703
|
+
}>;
|
|
5509
5704
|
type FileQueryVariables = Exact<{
|
|
5510
5705
|
id: Scalars['String'];
|
|
5511
5706
|
}>;
|
|
@@ -5664,9 +5859,6 @@ type PulseEvent_IntegrationQueryVariables = Exact<{
|
|
|
5664
5859
|
type PulseEvent_Integration_ProviderQueryVariables = Exact<{
|
|
5665
5860
|
id: Scalars['ID'];
|
|
5666
5861
|
}>;
|
|
5667
|
-
type PulseEventStatsQueryVariables = Exact<{
|
|
5668
|
-
filter?: InputMaybe<PulseEventWhereInput>;
|
|
5669
|
-
}>;
|
|
5670
5862
|
type PulseEventsQueryVariables = Exact<{
|
|
5671
5863
|
after?: InputMaybe<Scalars['String']>;
|
|
5672
5864
|
before?: InputMaybe<Scalars['String']>;
|
|
@@ -6145,6 +6337,74 @@ declare class DocumentFormat extends DvinaModel {
|
|
|
6145
6337
|
/** Lazy-fetch the catalog relation. Call .fetch() or .watch() to execute. */
|
|
6146
6338
|
catalog(): DocumentCatalogQuery;
|
|
6147
6339
|
}
|
|
6340
|
+
declare class FeedArtifactData extends DvinaModel {
|
|
6341
|
+
readonly artifactKind: string | undefined;
|
|
6342
|
+
readonly fileId: string | undefined;
|
|
6343
|
+
readonly fileName: string | undefined;
|
|
6344
|
+
readonly fileType: string | undefined;
|
|
6345
|
+
readonly kind: FeedItemKind;
|
|
6346
|
+
constructor(request: DvinaRequest, data: FeedArtifactDataFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6347
|
+
}
|
|
6348
|
+
declare class FeedDatabaseData extends DvinaModel {
|
|
6349
|
+
readonly databaseName: string | undefined;
|
|
6350
|
+
readonly databaseType: string | undefined;
|
|
6351
|
+
readonly kind: FeedItemKind;
|
|
6352
|
+
constructor(request: DvinaRequest, data: FeedDatabaseDataFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6353
|
+
}
|
|
6354
|
+
declare class FeedDocumentData extends DvinaModel {
|
|
6355
|
+
readonly fileId: string | undefined;
|
|
6356
|
+
readonly fileName: string | undefined;
|
|
6357
|
+
readonly fileType: string | undefined;
|
|
6358
|
+
readonly kind: FeedItemKind;
|
|
6359
|
+
constructor(request: DvinaRequest, data: FeedDocumentDataFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6360
|
+
}
|
|
6361
|
+
declare class FeedIntegrationData extends DvinaModel {
|
|
6362
|
+
readonly integrationProviderKey: string | undefined;
|
|
6363
|
+
readonly kind: FeedItemKind;
|
|
6364
|
+
readonly status: string | undefined;
|
|
6365
|
+
readonly unreadPulseCount: number | undefined;
|
|
6366
|
+
constructor(request: DvinaRequest, data: FeedIntegrationDataFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6367
|
+
}
|
|
6368
|
+
declare class FeedItem extends DvinaModel {
|
|
6369
|
+
readonly createdAt: Date;
|
|
6370
|
+
readonly id: string;
|
|
6371
|
+
readonly kind: FeedItemKind;
|
|
6372
|
+
readonly sourceRef: string | undefined;
|
|
6373
|
+
readonly title: string;
|
|
6374
|
+
readonly updatedAt: Date;
|
|
6375
|
+
readonly userId: string;
|
|
6376
|
+
readonly workspaceId: string;
|
|
6377
|
+
readonly data: FeedArtifactData | FeedDatabaseData | FeedDocumentData | FeedIntegrationData | FeedPulseData;
|
|
6378
|
+
constructor(request: DvinaRequest, data: FeedItemFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6379
|
+
/** Query the action relation for this FeedItem. Call .fetch() or .watch() to execute. */
|
|
6380
|
+
action(variables?: Omit<FeedItem_ActionQueryVariables, 'id'>): FeedItem_ActionQuery;
|
|
6381
|
+
}
|
|
6382
|
+
declare class FeedItemGenerated extends DvinaModel {
|
|
6383
|
+
readonly action: any | undefined;
|
|
6384
|
+
readonly actionType: FeedActionType | undefined;
|
|
6385
|
+
readonly createdAt: Date;
|
|
6386
|
+
readonly data: any;
|
|
6387
|
+
readonly id: string;
|
|
6388
|
+
readonly kind: string;
|
|
6389
|
+
readonly sourceRef: string | undefined;
|
|
6390
|
+
readonly title: string;
|
|
6391
|
+
readonly updatedAt: Date;
|
|
6392
|
+
readonly userId: string;
|
|
6393
|
+
readonly workspaceId: string;
|
|
6394
|
+
constructor(request: DvinaRequest, data: FeedItemGeneratedFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6395
|
+
}
|
|
6396
|
+
declare class FeedPulseData extends DvinaModel {
|
|
6397
|
+
readonly kind: FeedItemKind;
|
|
6398
|
+
readonly priority: string | undefined;
|
|
6399
|
+
readonly providerKey: string | undefined;
|
|
6400
|
+
readonly summary: string | undefined;
|
|
6401
|
+
constructor(request: DvinaRequest, data: FeedPulseDataFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6402
|
+
}
|
|
6403
|
+
declare class FeedSendMessageAction extends DvinaModel {
|
|
6404
|
+
readonly prompt: string;
|
|
6405
|
+
readonly type: FeedActionType;
|
|
6406
|
+
constructor(request: DvinaRequest, data: FeedSendMessageActionFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6407
|
+
}
|
|
6148
6408
|
declare class Feedback extends DvinaModel {
|
|
6149
6409
|
readonly chatMessageId: string;
|
|
6150
6410
|
readonly comment: string | undefined;
|
|
@@ -6251,6 +6511,7 @@ declare class Integration extends DvinaModel {
|
|
|
6251
6511
|
readonly id: string;
|
|
6252
6512
|
readonly providerKey: string;
|
|
6253
6513
|
readonly status: IntegrationStatus;
|
|
6514
|
+
readonly unreadPulseCount: number;
|
|
6254
6515
|
readonly updatedAt: Date;
|
|
6255
6516
|
constructor(request: DvinaRequest, data: IntegrationFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6256
6517
|
/** Query the provider relation for this Integration. Call .fetch() or .watch() to execute. */
|
|
@@ -6408,10 +6669,8 @@ declare class PulseAppSummaryModel extends DvinaModel {
|
|
|
6408
6669
|
constructor(request: DvinaRequest, data: PulseAppSummaryModelFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6409
6670
|
}
|
|
6410
6671
|
declare class PulseEvent extends DvinaModel {
|
|
6411
|
-
readonly acknowledgedAt: Date | undefined;
|
|
6412
6672
|
readonly actions: any | undefined;
|
|
6413
6673
|
readonly createdAt: Date;
|
|
6414
|
-
readonly dedupeKey: string | undefined;
|
|
6415
6674
|
readonly dismissedAt: Date | undefined;
|
|
6416
6675
|
readonly id: string;
|
|
6417
6676
|
readonly integrationId: string;
|
|
@@ -6424,9 +6683,6 @@ declare class PulseEvent extends DvinaModel {
|
|
|
6424
6683
|
readonly remoteLogId: string | undefined;
|
|
6425
6684
|
readonly remoteTriggerId: string | undefined;
|
|
6426
6685
|
readonly resolvedAt: Date | undefined;
|
|
6427
|
-
readonly seenAt: Date | undefined;
|
|
6428
|
-
readonly status: PulseEventStatus;
|
|
6429
|
-
readonly summary: string | undefined;
|
|
6430
6686
|
readonly title: string;
|
|
6431
6687
|
readonly triggerSlug: string;
|
|
6432
6688
|
readonly updatedAt: Date;
|
|
@@ -6434,12 +6690,6 @@ declare class PulseEvent extends DvinaModel {
|
|
|
6434
6690
|
/** Query the integration relation for this PulseEvent. Call .fetch() or .watch() to execute. */
|
|
6435
6691
|
integration(variables?: Omit<PulseEvent_IntegrationQueryVariables, 'id'>): PulseEvent_IntegrationQuery;
|
|
6436
6692
|
}
|
|
6437
|
-
declare class PulseEventStatsModel extends DvinaModel {
|
|
6438
|
-
readonly highPriorityCount: number;
|
|
6439
|
-
readonly needsActionCount: number;
|
|
6440
|
-
readonly unreadCount: number;
|
|
6441
|
-
constructor(request: DvinaRequest, data: PulseEventStatsModelFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6442
|
-
}
|
|
6443
6693
|
declare class PulseTriggerSettingModel extends DvinaModel {
|
|
6444
6694
|
readonly integrationId: string;
|
|
6445
6695
|
readonly isEnabled: boolean;
|
|
@@ -6711,6 +6961,9 @@ declare class DocumentCatalogConnection extends Connection<DocumentCatalog> {
|
|
|
6711
6961
|
declare class DocumentConnection extends Connection<Document> {
|
|
6712
6962
|
constructor(request: DvinaRequest, fetch: (variables?: ConnectionVariables, options?: FetchOptions) => Promise<DocumentConnection | undefined>, data: DocumentConnectionFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6713
6963
|
}
|
|
6964
|
+
declare class FeedConnection extends Connection<FeedItem> {
|
|
6965
|
+
constructor(request: DvinaRequest, fetch: (variables?: ConnectionVariables, options?: FetchOptions) => Promise<FeedConnection | undefined>, data: FeedConnectionFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6966
|
+
}
|
|
6714
6967
|
declare class FolderConnection extends Connection<Folder> {
|
|
6715
6968
|
constructor(request: DvinaRequest, fetch: (variables?: ConnectionVariables, options?: FetchOptions) => Promise<FolderConnection | undefined>, data: FolderConnectionFragment, syncEngine?: SyncEngine, baseUrl?: string);
|
|
6716
6969
|
}
|
|
@@ -6850,6 +7103,18 @@ declare class DocumentCatalogSubBuilder<TIncluded = {}> {
|
|
|
6850
7103
|
format: DocumentFormat;
|
|
6851
7104
|
}>;
|
|
6852
7105
|
}
|
|
7106
|
+
declare class FeedItemSubBuilder<TIncluded = {}> {
|
|
7107
|
+
/** @internal */
|
|
7108
|
+
_includes: IncludeDirective[];
|
|
7109
|
+
/** Include action in the parent query. */
|
|
7110
|
+
action(variables?: Omit<FeedItem_ActionQueryVariables, 'id'>): FeedItemSubBuilder<TIncluded & {
|
|
7111
|
+
action: FeedSendMessageAction;
|
|
7112
|
+
}>;
|
|
7113
|
+
/** Include data in the parent query. */
|
|
7114
|
+
data(variables?: Omit<FeedItem_DataQueryVariables, 'id'>): FeedItemSubBuilder<TIncluded & {
|
|
7115
|
+
data: FeedArtifactData[];
|
|
7116
|
+
}>;
|
|
7117
|
+
}
|
|
6853
7118
|
declare class InsightSubBuilder<TIncluded = {}> {
|
|
6854
7119
|
/** @internal */
|
|
6855
7120
|
_includes: IncludeDirective[];
|
|
@@ -6922,9 +7187,6 @@ declare class TableSubBuilder<TIncluded = {}> {
|
|
|
6922
7187
|
toRelations: Relation[];
|
|
6923
7188
|
}>;
|
|
6924
7189
|
}
|
|
6925
|
-
declare class AcknowledgePulseEventMutation extends Request {
|
|
6926
|
-
fetch(variables: AcknowledgePulseEventMutationVariables, options?: FetchOptions): Promise<PulseEvent>;
|
|
6927
|
-
}
|
|
6928
7190
|
declare class AddInsightToReportMutation extends Request {
|
|
6929
7191
|
fetch(variables: AddInsightToReportMutationVariables, options?: FetchOptions): Promise<Report>;
|
|
6930
7192
|
}
|
|
@@ -6937,6 +7199,9 @@ declare class CancelWorkspaceDeletionMutation extends Request {
|
|
|
6937
7199
|
declare class ConnectIntegrationMutation extends Request {
|
|
6938
7200
|
fetch(variables: ConnectIntegrationMutationVariables, options?: FetchOptions): Promise<CreateIntegrationOutput>;
|
|
6939
7201
|
}
|
|
7202
|
+
declare class ConsumePulseEventsMutation extends Request {
|
|
7203
|
+
fetch(variables: ConsumePulseEventsMutationVariables): Promise<void>;
|
|
7204
|
+
}
|
|
6940
7205
|
declare class ContinueImportedChatMutation extends Request {
|
|
6941
7206
|
fetch(variables: ContinueImportedChatMutationVariables): Promise<string>;
|
|
6942
7207
|
}
|
|
@@ -7030,9 +7295,6 @@ declare class ExecuteChatImportMutation extends Request {
|
|
|
7030
7295
|
declare class GenerateUploadUriMutation extends Request {
|
|
7031
7296
|
fetch(variables: GenerateUploadUriMutationVariables, options?: FetchOptions): Promise<FileModel>;
|
|
7032
7297
|
}
|
|
7033
|
-
declare class MarkPulseEventSeenMutation extends Request {
|
|
7034
|
-
fetch(variables: MarkPulseEventSeenMutationVariables, options?: FetchOptions): Promise<PulseEvent>;
|
|
7035
|
-
}
|
|
7036
7298
|
declare class PreviewChatImportMutation extends Request {
|
|
7037
7299
|
fetch(variables: PreviewChatImportMutationVariables, options?: FetchOptions): Promise<ChatImportPreviewOutput>;
|
|
7038
7300
|
}
|
|
@@ -7553,6 +7815,47 @@ declare class ExportQuery extends Request {
|
|
|
7553
7815
|
declare class ExportWithInsightIdQuery extends Request {
|
|
7554
7816
|
fetch(variables: ExportWithInsightIdQueryVariables): Promise<string>;
|
|
7555
7817
|
}
|
|
7818
|
+
declare class FeedItemQuery<TIncluded = {}> extends Request {
|
|
7819
|
+
private _variables;
|
|
7820
|
+
private _includes;
|
|
7821
|
+
constructor(request: DvinaRequest, syncEngine?: SyncEngine, variables?: FeedItemQueryVariables, baseUrl?: string);
|
|
7822
|
+
fetch(options?: FetchOptions): Promise<WithIncludes<FeedItem, TIncluded> | undefined>;
|
|
7823
|
+
watch(options?: FetchOptions): DvinaQueryRef<WithIncludes<FeedItem, TIncluded> | undefined>;
|
|
7824
|
+
/** Include action in this query (Smart Fetch — single HTTP request). */
|
|
7825
|
+
action(variables?: Omit<FeedItem_ActionQueryVariables, 'id'>): FeedItemQuery<TIncluded & {
|
|
7826
|
+
action: FeedSendMessageAction;
|
|
7827
|
+
}>;
|
|
7828
|
+
/** Include data in this query (Smart Fetch — single HTTP request). */
|
|
7829
|
+
data(variables?: Omit<FeedItem_DataQueryVariables, 'id'>): FeedItemQuery<TIncluded & {
|
|
7830
|
+
data: FeedArtifactData[];
|
|
7831
|
+
}>;
|
|
7832
|
+
}
|
|
7833
|
+
declare class FeedItem_ActionQuery extends Request {
|
|
7834
|
+
private _variables;
|
|
7835
|
+
constructor(request: DvinaRequest, syncEngine?: SyncEngine, variables?: FeedItem_ActionQueryVariables, baseUrl?: string);
|
|
7836
|
+
fetch(options?: FetchOptions): Promise<FeedSendMessageAction | undefined>;
|
|
7837
|
+
watch(options?: FetchOptions): DvinaQueryRef<FeedSendMessageAction | undefined>;
|
|
7838
|
+
}
|
|
7839
|
+
declare class FeedItem_DataQuery extends Request {
|
|
7840
|
+
private _variables;
|
|
7841
|
+
constructor(request: DvinaRequest, syncEngine?: SyncEngine, variables?: FeedItem_DataQueryVariables, baseUrl?: string);
|
|
7842
|
+
fetch(options?: FetchOptions): Promise<FeedArtifactData[]>;
|
|
7843
|
+
}
|
|
7844
|
+
declare class FeedItemsQuery<TIncluded = {}> extends Request {
|
|
7845
|
+
private _variables;
|
|
7846
|
+
private _includes;
|
|
7847
|
+
constructor(request: DvinaRequest, syncEngine?: SyncEngine, variables?: FeedItemsQueryVariables, baseUrl?: string);
|
|
7848
|
+
fetch(options?: FetchOptions): Promise<ConnectionWithNodes<FeedConnection, TIncluded>>;
|
|
7849
|
+
watch(options?: FetchOptions): DvinaQueryRef<ConnectionWithNodes<FeedConnection, TIncluded>>;
|
|
7850
|
+
/** Include action in this query (Smart Fetch — single HTTP request). */
|
|
7851
|
+
action(variables?: Omit<FeedItem_ActionQueryVariables, 'id'>): FeedItemsQuery<TIncluded & {
|
|
7852
|
+
action: FeedSendMessageAction;
|
|
7853
|
+
}>;
|
|
7854
|
+
/** Include data in this query (Smart Fetch — single HTTP request). */
|
|
7855
|
+
data(variables?: Omit<FeedItem_DataQueryVariables, 'id'>): FeedItemsQuery<TIncluded & {
|
|
7856
|
+
data: FeedArtifactData[];
|
|
7857
|
+
}>;
|
|
7858
|
+
}
|
|
7556
7859
|
declare class FileQuery extends Request {
|
|
7557
7860
|
fetch(variables: FileQueryVariables): Promise<string>;
|
|
7558
7861
|
}
|
|
@@ -7836,13 +8139,6 @@ declare class PulseEvent_Integration_ProviderQuery extends Request {
|
|
|
7836
8139
|
fetch(options?: FetchOptions): Promise<IntegrationProvider | undefined>;
|
|
7837
8140
|
watch(options?: FetchOptions): DvinaQueryRef<IntegrationProvider | undefined>;
|
|
7838
8141
|
}
|
|
7839
|
-
declare class PulseEventStatsQuery<TIncluded = {}> extends Request {
|
|
7840
|
-
private _variables;
|
|
7841
|
-
private _includes;
|
|
7842
|
-
constructor(request: DvinaRequest, syncEngine?: SyncEngine, variables?: PulseEventStatsQueryVariables, baseUrl?: string);
|
|
7843
|
-
fetch(options?: FetchOptions): Promise<WithIncludes<PulseEventStatsModel, TIncluded>>;
|
|
7844
|
-
watch(options?: FetchOptions): DvinaQueryRef<WithIncludes<PulseEventStatsModel, TIncluded>>;
|
|
7845
|
-
}
|
|
7846
8142
|
declare class PulseEventsQuery<TIncluded = {}> extends Request {
|
|
7847
8143
|
private _variables;
|
|
7848
8144
|
private _includes;
|
|
@@ -8069,8 +8365,6 @@ declare class DvinaSdk extends Request {
|
|
|
8069
8365
|
/** Billing client for the Dvina Billing API (plans, subscriptions, seats, sessions). */
|
|
8070
8366
|
readonly billing: BillingClient;
|
|
8071
8367
|
constructor(options: DvinaSdkOptions);
|
|
8072
|
-
/** Mutation: acknowledgePulseEvent */
|
|
8073
|
-
acknowledgePulseEvent(variables: AcknowledgePulseEventMutationVariables): Promise<PulseEvent>;
|
|
8074
8368
|
/** Mutation: addInsightToReport */
|
|
8075
8369
|
addInsightToReport(variables: AddInsightToReportMutationVariables): Promise<Report>;
|
|
8076
8370
|
/** Mutation: cancelOauthFlow (scalar) */
|
|
@@ -8079,6 +8373,8 @@ declare class DvinaSdk extends Request {
|
|
|
8079
8373
|
cancelWorkspaceDeletion(): Promise<boolean>;
|
|
8080
8374
|
/** Mutation: connectIntegration */
|
|
8081
8375
|
connectIntegration(variables: ConnectIntegrationMutationVariables): Promise<CreateIntegrationOutput>;
|
|
8376
|
+
/** Mutation: consumePulseEvents (scalar) */
|
|
8377
|
+
consumePulseEvents(variables: ConsumePulseEventsMutationVariables): Promise<void>;
|
|
8082
8378
|
/** Mutation: continueImportedChat (scalar) */
|
|
8083
8379
|
continueImportedChat(variables: ContinueImportedChatMutationVariables): Promise<string>;
|
|
8084
8380
|
/** Mutation: continueInterpretation (scalar) */
|
|
@@ -8141,8 +8437,6 @@ declare class DvinaSdk extends Request {
|
|
|
8141
8437
|
executeChatImport(variables: ExecuteChatImportMutationVariables): Promise<ChatImportExecuteOutput>;
|
|
8142
8438
|
/** Mutation: generateUploadUri */
|
|
8143
8439
|
generateUploadUri(variables: GenerateUploadUriMutationVariables): Promise<FileModel>;
|
|
8144
|
-
/** Mutation: markPulseEventSeen */
|
|
8145
|
-
markPulseEventSeen(variables: MarkPulseEventSeenMutationVariables): Promise<PulseEvent>;
|
|
8146
8440
|
/** Mutation: previewChatImport */
|
|
8147
8441
|
previewChatImport(variables: PreviewChatImportMutationVariables): Promise<ChatImportPreviewOutput>;
|
|
8148
8442
|
/** Mutation: reanalyzeDocument */
|
|
@@ -8231,6 +8525,10 @@ declare class DvinaSdk extends Request {
|
|
|
8231
8525
|
export(variables: ExportQueryVariables): Promise<string>;
|
|
8232
8526
|
/** Query: exportWithInsightId (scalar) */
|
|
8233
8527
|
exportWithInsightId(variables: ExportWithInsightIdQueryVariables): Promise<string>;
|
|
8528
|
+
/** Query: feedItem — call .fetch() or .watch() to execute. */
|
|
8529
|
+
feedItem(variables: FeedItemQueryVariables): FeedItemQuery;
|
|
8530
|
+
/** Query: feedItems — call .fetch() or .watch() to execute. */
|
|
8531
|
+
feedItems(variables?: FeedItemsQueryVariables): FeedItemsQuery;
|
|
8234
8532
|
/** Query: file (scalar) */
|
|
8235
8533
|
file(variables: FileQueryVariables): Promise<string>;
|
|
8236
8534
|
/** Query: fileMeta — call .fetch() or .watch() to execute. */
|
|
@@ -8287,8 +8585,6 @@ declare class DvinaSdk extends Request {
|
|
|
8287
8585
|
pulseAppSummary(variables: PulseAppSummaryQueryVariables): PulseAppSummaryQuery;
|
|
8288
8586
|
/** Query: pulseEvent — call .fetch() or .watch() to execute. */
|
|
8289
8587
|
pulseEvent(variables: PulseEventQueryVariables): PulseEventQuery;
|
|
8290
|
-
/** Query: pulseEventStats — call .fetch() or .watch() to execute. */
|
|
8291
|
-
pulseEventStats(variables?: PulseEventStatsQueryVariables): PulseEventStatsQuery;
|
|
8292
8588
|
/** Query: pulseEvents — call .fetch() or .watch() to execute. */
|
|
8293
8589
|
pulseEvents(variables?: PulseEventsQueryVariables): PulseEventsQuery;
|
|
8294
8590
|
/** Query: pulseTriggerSettings — call .fetch() or .watch() to execute. */
|
|
@@ -8395,4 +8691,4 @@ declare const PRIMARY_KEY_CONFIG: Record<string, string | string[]>;
|
|
|
8395
8691
|
*/
|
|
8396
8692
|
declare const MUTATION_CACHE_RULES: Record<string, CacheRule>;
|
|
8397
8693
|
|
|
8398
|
-
export {
|
|
8694
|
+
export { Action, ActionType, ActiveWindowType, AddInsightToReportMutation, Agent, AgentConnection, AgentOrderByRelevanceFieldEnum, AgentQuery, AgentSubBuilder, Agent_ChatsQuery, AgentsQuery, AiResourceType, Artifact, ArtifactConnection, ArtifactKind, ArtifactOrderByRelevanceFieldEnum, ArtifactQuery, ArtifactSubBuilder, Artifact_ChatQuery, Artifact_Chat_InsightQuery, Artifact_FileQuery, Artifact_MessageQuery, Artifact_Message_ChatQuery, Artifact_Message_ContentsQuery, Artifact_Message_FeedbackQuery, ArtifactsQuery, AudioEventOutput, CacheRule, CancelOauthFlowMutation, CancelWorkspaceDeletionMutation, CapabilityType, Chat, ChatConnection, ChatImportExecuteOutput, ChatImportPreviewOutput, ChatMessage, ChatMessageConnection, ChatMessageFromEnum, ChatMessageOrderByRelevanceFieldEnum, ChatMessageQuery, ChatMessageSubBuilder, ChatMessage_ArtifactsQuery, ChatMessage_ChatQuery, ChatMessage_Chat_InsightQuery, ChatMessage_ContentsQuery, ChatMessage_FeedbackQuery, ChatMessagesQuery, ChatOrderByRelevanceFieldEnum, ChatQuery, ChatSourceImportFidelityEnum, ChatSourceImportModeEnum, ChatSourceProviderEnum, ChatSubBuilder, ChatTitleEventOutput, Chat_AgentsQuery, Chat_ArtifactsQuery, Chat_InsightQuery, Chat_Insight_ReportMembersQuery, Chat_MessagesQuery, ChatsQuery, ConnectIntegrationMutation, Connection, ConnectionVariables, ConnectionWithNodes, ConsumePulseEventsMutation, ContentBlock, ContentBlockType, ContentMask, ContinueImportedChatMutation, ContinueInterpretationMutation, CreateAgentMutation, CreateChatMutation, CreateDatabaseMutation, CreateDocumentMutation, CreateFeedbackMutation, CreateFolderMutation, CreateInsightMutation, CreateIntegrationMutation, CreateIntegrationOutput, CreateReportMutation, CreateTableMutation, CreateUserSkillFileMutation, CreateUserSkillFolderMutation, CubeModel, DB_ENTITY_SCHEMA, Database, DatabaseCatalog, DatabaseCatalogConnection, DatabaseCatalogOrderByRelevanceFieldEnum, DatabaseCatalogQuery, DatabaseCatalogSubBuilder, DatabaseCatalog_EngineQuery, DatabaseCatalogsQuery, DatabaseConnection, DatabaseEngine, DatabaseOrderByRelevanceFieldEnum, DatabaseQuery, DatabaseSchemaQuery, DatabaseSubBuilder, Database_EngineQuery, Database_Engine_CatalogQuery, Database_TablesQuery, DatabasesQuery, DeepAnalysisUsage, DeferredDvinaQueryRef, DeleteAgentMutation, DeleteArtifactMutation, DeleteChatMutation, DeleteDatabaseMutation, DeleteDocumentMutation, DeleteFolderMutation, DeleteInsightMutation, DeleteInsightsMutation, DeleteIntegrationMutation, DeleteReportMutation, DeleteTableMutation, DeleteUserSkillFileMutation, DeleteUserSkillFolderMutation, DevAccessTokenOutput, DexieLiveQueryRef, DisconnectIntegrationMutation, DismissPulseEventMutation, Document, DocumentCatalog, DocumentCatalogConnection, DocumentCatalogOrderByRelevanceFieldEnum, DocumentCatalogQuery, DocumentCatalogSubBuilder, DocumentCatalog_FormatQuery, DocumentCatalogsQuery, DocumentConnection, DocumentContent, DocumentFormat, DocumentOrderByRelevanceFieldEnum, DocumentQuery, DocumentSubBuilder, Document_ContentsQuery, Document_FileQuery, Document_FormatQuery, Document_Format_CatalogQuery, Document_TablesQuery, DocumentsQuery, DvinaDatabase, DvinaError, DvinaModel, DvinaQueryRef, DvinaRequest, DvinaSdk, DvinaSdkOptions, EntitlementTier, ExecuteChatImportMutation, ExportQuery, ExportWithInsightIdQuery, FeedActionType, FeedArtifactData, FeedConnection, FeedDatabaseData, FeedDocumentData, FeedIntegrationData, FeedItem, FeedItemGenerated, FeedItemKind, FeedItemOrderByRelevanceFieldEnum, FeedItemQuery, FeedItemSubBuilder, FeedItem_ActionQuery, FeedItem_DataQuery, FeedItemsQuery, FeedPulseData, FeedSendMessageAction, Feedback, FeedbackOrderByRelevanceFieldEnum, FeedbackType, FetchOptions, File, FileMetaQuery, FileModel, FileOrderByRelevanceFieldEnum, FileQuery, FileUrlsQuery, FinalContentEventOutput, FindFitTierQuery, Folder, FolderConnection, FolderOrderByRelevanceFieldEnum, FolderQuery, FoldersQuery, GenerateUploadUriMutation, GetCapabilityQuery, GetDevAccessTokenQuery, GetLimitQuery, GetRemainingQuery, GetTokenUsageByModelQuery, GetTokenUsageHistoryQuery, GetTokenUsageStatusQuery, GetTokenUsageStatus_WindowsQuery, GetTokenUsageStatus_Windows_DayQuery, GetTokenUsageStatus_Windows_FiveHourQuery, GetTokenUsageStatus_Windows_WeekQuery, GetUsageQuery, ImportedChatSummaryOutput, IndexContentObject, IndexType, InferenceRequestAudit, Insight, InsightConnection, InsightOrderByRelevanceFieldEnum, InsightQuery, InsightSubBuilder, Insight_ChatQuery, Insight_ReportMembersQuery, Insight_ReportsQuery, InsightsQuery, Integration, IntegrationCatalog, IntegrationCatalogConnection, IntegrationCatalogOrderByRelevanceFieldEnum, IntegrationCatalogQuery, IntegrationCatalogSubBuilder, IntegrationCatalogToolsQuery, IntegrationCatalog_ProviderQuery, IntegrationCatalogsQuery, IntegrationConnection, IntegrationOrderByRelevanceFieldEnum, IntegrationProvider, IntegrationQuery, IntegrationStatus, IntegrationSubBuilder, Integration_ProviderQuery, Integration_Provider_CatalogQuery, IntegrationsQuery, Interpretation, InterpretationConnection, InterpretationOrderByRelevanceFieldEnum, InterpretationType, InterpretationsQuery, Invocation, LimitType, MUTATION_CACHE_RULES, MappedDvinaQueryRef, McpAuthPhase, McpAuthUpdateModel, McpAuthUpdatesSubscription, McpClientInformation, McpCodeVerifier, McpServer, McpTokens, McpTool, MessageEndEventOutput, MessageStartEventOutput, ModelTokenUsage, Notification, NotificationCategory, NotificationConnection, NotificationOrderByRelevanceFieldEnum, NotificationPriority, NotificationQuery, NotificationStatus, NotificationsByReferenceQuery, NotificationsQuery, NullsOrder, PRIMARY_KEY_CONFIG, Presentation, PreviewChatImportMutation, PrivacyStats, PrivacyStatsQuery, PulseAppSummaryModel, PulseAppSummaryQuery, PulseEvent, PulseEventConnection, PulseEventKind, PulseEventOrderByRelevanceFieldEnum, PulseEventPriority, PulseEventQuery, PulseEventSubBuilder, PulseEvent_IntegrationQuery, PulseEvent_Integration_ProviderQuery, PulseEventsQuery, PulseTriggerSettingModel, PulseTriggerSettingsQuery, QueryMode, QueryQuery, QueryWithInsightIdQuery, QueryWithMessageIdQuery, ReanalyzeDocumentMutation, ReasoningEventOutput, RefineMindInstructionMutation, RefreshDatabaseSchemaMutation, ReinterpretSourceMutation, ReinterpretSourcesOfuserMutation, Relation, RelationType, RelocateInsightMutation, RemoveInsightFromReportMutation, Report, ReportConnection, ReportMember, ReportMemberSize, ReportOrderByRelevanceFieldEnum, ReportQuery, ReportSubBuilder, Report_InsightsQuery, Report_LayoutQuery, ReportsQuery, Request, ResetWorkspaceMutation, ResolvePulseEventMutation, ResolvedFileUrl, ScheduleWorkspaceDeletionMutation, SearchQuery, SendMessageModel, SendMessageStreamSubscription, SetDatabasePrimaryKeyMutation, SortOrder, StreamMessageContentOutput, StreamMessageOutput, SyncEngine, SyncEvent, TABLE_TO_TYPENAME, TYPENAME_TO_TABLE, Table, TableConnection, TableOrderByRelevanceFieldEnum, TableQuery, TableStatus, TableSubBuilder, Table_DatabaseQuery, Table_Database_EngineQuery, Table_DocumentQuery, Table_Document_ContentsQuery, Table_Document_FileQuery, Table_Document_FormatQuery, Table_FromRelationsQuery, Table_ToRelationsQuery, TablesQuery, TextBlockEventOutput, TextDeltaEventOutput, TokenUsage, TokenUsageLimit, TokenUsageUpdatesSubscription, ToolInputDeltaEventOutput, ToolResultArtifactOutput, ToolResultEventOutput, ToolStartEventOutput, UpdateAgentMutation, UpdateChatMutation, UpdateDatabaseMutation, UpdateDocumentMutation, UpdateFolderMutation, UpdateInsightInReportMutation, UpdateInsightMutation, UpdateInterpMutation, UpdatePulseTriggerMutation, UpdateReportMutation, UpdateTableMutation, UpdateUserSkillFileMutation, UpdateUserSkillFolderMutation, type UploadOptions, type UploadProgressEvent, type UploadResult, UsageHistoryGranularity, UsageMetaOutput, UsageStatus, UsageWindowsStatusType, UserSkillFile, UserSkillFileModel, UserSkillFileQuery, UserSkillFilesQuery, UserSkillFolder, UserSkillFolderModel, UserSkillFolderQuery, UserSkillFoldersQuery, WindowDetailType, WithIncludes, WorkspaceDeleteSchedule, WorkspaceDeletionScheduleQuery, type WsTransport, type WsTransportOptions, createLazySyncEngine, createWsTransport, reconstructConnectionNodes, reconstructEntity, uploadFile };
|