@dvina/sdk 4.0.164 → 4.0.171
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-IE5IF5IW.cjs → _generated_documents-4M7HM6CW.cjs} +546 -542
- package/dist/{_generated_documents-IE5IF5IW.cjs.map → _generated_documents-4M7HM6CW.cjs.map} +1 -1
- package/dist/{_generated_documents-V7CTH7KN.js → _generated_documents-IQN37P3X.js} +3 -3
- package/dist/{_generated_documents-V7CTH7KN.js.map → _generated_documents-IQN37P3X.js.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +1 -1
- package/dist/adapters/angular/index.d.ts +1 -1
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-QVVRL7UD.cjs → chunk-7Q2QYIF6.cjs} +1115 -1099
- package/dist/chunk-7Q2QYIF6.cjs.map +1 -0
- package/dist/{chunk-MMZOIZLF.cjs → chunk-GMBMIL5U.cjs} +20 -18
- package/dist/chunk-GMBMIL5U.cjs.map +1 -0
- package/dist/{chunk-LGL7YZFQ.js → chunk-H6YNVP5R.js} +20 -19
- package/dist/chunk-H6YNVP5R.js.map +1 -0
- package/dist/{chunk-ZCPWKQH5.js → chunk-KFKQQFBI.js} +618 -603
- package/dist/chunk-KFKQQFBI.js.map +1 -0
- package/dist/{client-zPKTFhKA.d.ts → client-CMLCF01U.d.ts} +391 -432
- package/dist/{client-MbSVtLLD.d.cts → client-DPQN--1s.d.cts} +391 -432
- package/dist/index.cjs +400 -396
- package/dist/index.d.cts +255 -248
- package/dist/index.d.ts +255 -248
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-LGL7YZFQ.js.map +0 -1
- package/dist/chunk-MMZOIZLF.cjs.map +0 -1
- package/dist/chunk-QVVRL7UD.cjs.map +0 -1
- package/dist/chunk-ZCPWKQH5.js.map +0 -1
|
@@ -103,13 +103,13 @@ type AgentScalarWhereInput = {
|
|
|
103
103
|
NOT?: InputMaybe<Array<AgentScalarWhereInput>>;
|
|
104
104
|
OR?: InputMaybe<Array<AgentScalarWhereInput>>;
|
|
105
105
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
106
|
-
emoji?: InputMaybe<
|
|
106
|
+
emoji?: InputMaybe<StringFilter>;
|
|
107
107
|
id?: InputMaybe<StringFilter>;
|
|
108
|
-
instruction?: InputMaybe<
|
|
109
|
-
name?: InputMaybe<
|
|
108
|
+
instruction?: InputMaybe<StringFilter>;
|
|
109
|
+
name?: InputMaybe<StringFilter>;
|
|
110
110
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
111
111
|
};
|
|
112
|
-
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
|
|
112
|
+
type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ProgressSummaryEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
|
|
113
113
|
type AgentUpdateInput = {
|
|
114
114
|
emoji?: InputMaybe<Scalars['String']>;
|
|
115
115
|
id?: InputMaybe<Scalars['String']>;
|
|
@@ -159,10 +159,10 @@ type AgentWhereInput = {
|
|
|
159
159
|
OR?: InputMaybe<Array<AgentWhereInput>>;
|
|
160
160
|
chats?: InputMaybe<ChatListRelationFilter>;
|
|
161
161
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
162
|
-
emoji?: InputMaybe<
|
|
162
|
+
emoji?: InputMaybe<StringFilter>;
|
|
163
163
|
id?: InputMaybe<StringFilter>;
|
|
164
|
-
instruction?: InputMaybe<
|
|
165
|
-
name?: InputMaybe<
|
|
164
|
+
instruction?: InputMaybe<StringFilter>;
|
|
165
|
+
name?: InputMaybe<StringFilter>;
|
|
166
166
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
167
167
|
};
|
|
168
168
|
type AgentWhereUniqueInput = {
|
|
@@ -171,10 +171,10 @@ type AgentWhereUniqueInput = {
|
|
|
171
171
|
OR?: InputMaybe<Array<AgentWhereInput>>;
|
|
172
172
|
chats?: InputMaybe<ChatListRelationFilter>;
|
|
173
173
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
174
|
-
emoji?: InputMaybe<
|
|
174
|
+
emoji?: InputMaybe<StringFilter>;
|
|
175
175
|
id?: InputMaybe<Scalars['String']>;
|
|
176
|
-
instruction?: InputMaybe<
|
|
177
|
-
name?: InputMaybe<
|
|
176
|
+
instruction?: InputMaybe<StringFilter>;
|
|
177
|
+
name?: InputMaybe<StringFilter>;
|
|
178
178
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
179
179
|
};
|
|
180
180
|
type ArtifactCreateManyChatInput = {
|
|
@@ -294,16 +294,16 @@ type ArtifactScalarWhereInput = {
|
|
|
294
294
|
AND?: InputMaybe<Array<ArtifactScalarWhereInput>>;
|
|
295
295
|
NOT?: InputMaybe<Array<ArtifactScalarWhereInput>>;
|
|
296
296
|
OR?: InputMaybe<Array<ArtifactScalarWhereInput>>;
|
|
297
|
-
chatId?: InputMaybe<
|
|
297
|
+
chatId?: InputMaybe<StringFilter>;
|
|
298
298
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
299
299
|
fileId?: InputMaybe<StringFilter>;
|
|
300
300
|
id?: InputMaybe<StringFilter>;
|
|
301
301
|
kind?: InputMaybe<EnumArtifactKindFilter>;
|
|
302
|
-
messageId?: InputMaybe<
|
|
303
|
-
toolCallId?: InputMaybe<
|
|
302
|
+
messageId?: InputMaybe<StringFilter>;
|
|
303
|
+
toolCallId?: InputMaybe<StringFilter>;
|
|
304
304
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
305
|
-
userId?: InputMaybe<
|
|
306
|
-
workspaceId?: InputMaybe<
|
|
305
|
+
userId?: InputMaybe<StringFilter>;
|
|
306
|
+
workspaceId?: InputMaybe<StringFilter>;
|
|
307
307
|
};
|
|
308
308
|
type ArtifactUpdateManyMutationInput = {
|
|
309
309
|
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
@@ -392,37 +392,37 @@ type ArtifactWhereInput = {
|
|
|
392
392
|
AND?: InputMaybe<Array<ArtifactWhereInput>>;
|
|
393
393
|
NOT?: InputMaybe<Array<ArtifactWhereInput>>;
|
|
394
394
|
OR?: InputMaybe<Array<ArtifactWhereInput>>;
|
|
395
|
-
chat?: InputMaybe<
|
|
396
|
-
chatId?: InputMaybe<
|
|
395
|
+
chat?: InputMaybe<ChatScalarRelationFilter>;
|
|
396
|
+
chatId?: InputMaybe<StringFilter>;
|
|
397
397
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
398
|
-
file?: InputMaybe<
|
|
398
|
+
file?: InputMaybe<FileScalarRelationFilter>;
|
|
399
399
|
fileId?: InputMaybe<StringFilter>;
|
|
400
400
|
id?: InputMaybe<StringFilter>;
|
|
401
401
|
kind?: InputMaybe<EnumArtifactKindFilter>;
|
|
402
|
-
message?: InputMaybe<
|
|
403
|
-
messageId?: InputMaybe<
|
|
404
|
-
toolCallId?: InputMaybe<
|
|
402
|
+
message?: InputMaybe<ChatMessageScalarRelationFilter>;
|
|
403
|
+
messageId?: InputMaybe<StringFilter>;
|
|
404
|
+
toolCallId?: InputMaybe<StringFilter>;
|
|
405
405
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
406
|
-
userId?: InputMaybe<
|
|
407
|
-
workspaceId?: InputMaybe<
|
|
406
|
+
userId?: InputMaybe<StringFilter>;
|
|
407
|
+
workspaceId?: InputMaybe<StringFilter>;
|
|
408
408
|
};
|
|
409
409
|
type ArtifactWhereUniqueInput = {
|
|
410
410
|
AND?: InputMaybe<Array<ArtifactWhereInput>>;
|
|
411
411
|
NOT?: InputMaybe<Array<ArtifactWhereInput>>;
|
|
412
412
|
OR?: InputMaybe<Array<ArtifactWhereInput>>;
|
|
413
|
-
chat?: InputMaybe<
|
|
414
|
-
chatId?: InputMaybe<
|
|
413
|
+
chat?: InputMaybe<ChatScalarRelationFilter>;
|
|
414
|
+
chatId?: InputMaybe<StringFilter>;
|
|
415
415
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
416
|
-
file?: InputMaybe<
|
|
416
|
+
file?: InputMaybe<FileScalarRelationFilter>;
|
|
417
417
|
fileId?: InputMaybe<Scalars['String']>;
|
|
418
418
|
id?: InputMaybe<Scalars['String']>;
|
|
419
419
|
kind?: InputMaybe<EnumArtifactKindFilter>;
|
|
420
|
-
message?: InputMaybe<
|
|
421
|
-
messageId?: InputMaybe<
|
|
422
|
-
toolCallId?: InputMaybe<
|
|
420
|
+
message?: InputMaybe<ChatMessageScalarRelationFilter>;
|
|
421
|
+
messageId?: InputMaybe<StringFilter>;
|
|
422
|
+
toolCallId?: InputMaybe<StringFilter>;
|
|
423
423
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
424
|
-
userId?: InputMaybe<
|
|
425
|
-
workspaceId?: InputMaybe<
|
|
424
|
+
userId?: InputMaybe<StringFilter>;
|
|
425
|
+
workspaceId?: InputMaybe<StringFilter>;
|
|
426
426
|
};
|
|
427
427
|
type AudioEventOutput = {
|
|
428
428
|
__typename?: 'AudioEventOutput';
|
|
@@ -432,7 +432,7 @@ type AudioEventOutput = {
|
|
|
432
432
|
};
|
|
433
433
|
type BoolFilter = {
|
|
434
434
|
equals?: InputMaybe<Scalars['Boolean']>;
|
|
435
|
-
not?: InputMaybe<
|
|
435
|
+
not?: InputMaybe<BoolFilter>;
|
|
436
436
|
};
|
|
437
437
|
declare enum CapabilityType {
|
|
438
438
|
Api = "Api",
|
|
@@ -608,10 +608,6 @@ type ChatMessageListRelationFilter = {
|
|
|
608
608
|
none?: InputMaybe<ChatMessageWhereInput>;
|
|
609
609
|
some?: InputMaybe<ChatMessageWhereInput>;
|
|
610
610
|
};
|
|
611
|
-
type ChatMessageNullableRelationFilter = {
|
|
612
|
-
is?: InputMaybe<ChatMessageWhereInput>;
|
|
613
|
-
isNot?: InputMaybe<ChatMessageWhereInput>;
|
|
614
|
-
};
|
|
615
611
|
type ChatMessageOrderByRelationAggregateInput = {
|
|
616
612
|
_count?: InputMaybe<SortOrder>;
|
|
617
613
|
};
|
|
@@ -639,7 +635,7 @@ type ChatMessageOrderByWithRelationInput = {
|
|
|
639
635
|
originMeta?: InputMaybe<SortOrderInput>;
|
|
640
636
|
sentAt?: InputMaybe<SortOrder>;
|
|
641
637
|
};
|
|
642
|
-
type
|
|
638
|
+
type ChatMessageScalarRelationFilter = {
|
|
643
639
|
is?: InputMaybe<ChatMessageWhereInput>;
|
|
644
640
|
isNot?: InputMaybe<ChatMessageWhereInput>;
|
|
645
641
|
};
|
|
@@ -647,11 +643,11 @@ type ChatMessageScalarWhereInput = {
|
|
|
647
643
|
AND?: InputMaybe<Array<ChatMessageScalarWhereInput>>;
|
|
648
644
|
NOT?: InputMaybe<Array<ChatMessageScalarWhereInput>>;
|
|
649
645
|
OR?: InputMaybe<Array<ChatMessageScalarWhereInput>>;
|
|
650
|
-
actions?: InputMaybe<
|
|
646
|
+
actions?: InputMaybe<JsonFilter>;
|
|
651
647
|
chatId?: InputMaybe<StringFilter>;
|
|
652
648
|
from?: InputMaybe<EnumChatMessageFromEnumFilter>;
|
|
653
649
|
id?: InputMaybe<StringFilter>;
|
|
654
|
-
originMeta?: InputMaybe<
|
|
650
|
+
originMeta?: InputMaybe<JsonFilter>;
|
|
655
651
|
sentAt?: InputMaybe<DateTimeFilter>;
|
|
656
652
|
};
|
|
657
653
|
type ChatMessageUpdateManyMutationInput = {
|
|
@@ -729,36 +725,32 @@ type ChatMessageWhereInput = {
|
|
|
729
725
|
AND?: InputMaybe<Array<ChatMessageWhereInput>>;
|
|
730
726
|
NOT?: InputMaybe<Array<ChatMessageWhereInput>>;
|
|
731
727
|
OR?: InputMaybe<Array<ChatMessageWhereInput>>;
|
|
732
|
-
actions?: InputMaybe<
|
|
728
|
+
actions?: InputMaybe<JsonFilter>;
|
|
733
729
|
artifacts?: InputMaybe<ArtifactListRelationFilter>;
|
|
734
|
-
chat?: InputMaybe<
|
|
730
|
+
chat?: InputMaybe<ChatScalarRelationFilter>;
|
|
735
731
|
chatId?: InputMaybe<StringFilter>;
|
|
736
732
|
contents?: InputMaybe<ContentBlockListRelationFilter>;
|
|
737
|
-
feedback?: InputMaybe<
|
|
733
|
+
feedback?: InputMaybe<FeedbackScalarRelationFilter>;
|
|
738
734
|
from?: InputMaybe<EnumChatMessageFromEnumFilter>;
|
|
739
735
|
id?: InputMaybe<StringFilter>;
|
|
740
|
-
originMeta?: InputMaybe<
|
|
736
|
+
originMeta?: InputMaybe<JsonFilter>;
|
|
741
737
|
sentAt?: InputMaybe<DateTimeFilter>;
|
|
742
738
|
};
|
|
743
739
|
type ChatMessageWhereUniqueInput = {
|
|
744
740
|
AND?: InputMaybe<Array<ChatMessageWhereInput>>;
|
|
745
741
|
NOT?: InputMaybe<Array<ChatMessageWhereInput>>;
|
|
746
742
|
OR?: InputMaybe<Array<ChatMessageWhereInput>>;
|
|
747
|
-
actions?: InputMaybe<
|
|
743
|
+
actions?: InputMaybe<JsonFilter>;
|
|
748
744
|
artifacts?: InputMaybe<ArtifactListRelationFilter>;
|
|
749
|
-
chat?: InputMaybe<
|
|
745
|
+
chat?: InputMaybe<ChatScalarRelationFilter>;
|
|
750
746
|
chatId?: InputMaybe<StringFilter>;
|
|
751
747
|
contents?: InputMaybe<ContentBlockListRelationFilter>;
|
|
752
|
-
feedback?: InputMaybe<
|
|
748
|
+
feedback?: InputMaybe<FeedbackScalarRelationFilter>;
|
|
753
749
|
from?: InputMaybe<EnumChatMessageFromEnumFilter>;
|
|
754
750
|
id?: InputMaybe<Scalars['String']>;
|
|
755
|
-
originMeta?: InputMaybe<
|
|
751
|
+
originMeta?: InputMaybe<JsonFilter>;
|
|
756
752
|
sentAt?: InputMaybe<DateTimeFilter>;
|
|
757
753
|
};
|
|
758
|
-
type ChatNullableRelationFilter = {
|
|
759
|
-
is?: InputMaybe<ChatWhereInput>;
|
|
760
|
-
isNot?: InputMaybe<ChatWhereInput>;
|
|
761
|
-
};
|
|
762
754
|
type ChatOrderByRelationAggregateInput = {
|
|
763
755
|
_count?: InputMaybe<SortOrder>;
|
|
764
756
|
};
|
|
@@ -790,7 +782,7 @@ type ChatOrderByWithRelationInput = {
|
|
|
790
782
|
piiSanitizationEnabled?: InputMaybe<SortOrder>;
|
|
791
783
|
updatedAt?: InputMaybe<SortOrder>;
|
|
792
784
|
};
|
|
793
|
-
type
|
|
785
|
+
type ChatScalarRelationFilter = {
|
|
794
786
|
is?: InputMaybe<ChatWhereInput>;
|
|
795
787
|
isNot?: InputMaybe<ChatWhereInput>;
|
|
796
788
|
};
|
|
@@ -914,15 +906,15 @@ type ChatWhereInput = {
|
|
|
914
906
|
OR?: InputMaybe<Array<ChatWhereInput>>;
|
|
915
907
|
agents?: InputMaybe<AgentListRelationFilter>;
|
|
916
908
|
artifacts?: InputMaybe<ArtifactListRelationFilter>;
|
|
917
|
-
closedAt?: InputMaybe<
|
|
909
|
+
closedAt?: InputMaybe<DateTimeFilter>;
|
|
918
910
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
919
911
|
id?: InputMaybe<StringFilter>;
|
|
920
|
-
insight?: InputMaybe<
|
|
921
|
-
insightId?: InputMaybe<
|
|
912
|
+
insight?: InputMaybe<InsightScalarRelationFilter>;
|
|
913
|
+
insightId?: InputMaybe<StringFilter>;
|
|
922
914
|
messages?: InputMaybe<ChatMessageListRelationFilter>;
|
|
923
915
|
name?: InputMaybe<StringFilter>;
|
|
924
|
-
originMeta?: InputMaybe<
|
|
925
|
-
piiMaskRules?: InputMaybe<
|
|
916
|
+
originMeta?: InputMaybe<JsonFilter>;
|
|
917
|
+
piiMaskRules?: InputMaybe<JsonFilter>;
|
|
926
918
|
piiSanitizationEnabled?: InputMaybe<BoolFilter>;
|
|
927
919
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
928
920
|
};
|
|
@@ -932,15 +924,15 @@ type ChatWhereUniqueInput = {
|
|
|
932
924
|
OR?: InputMaybe<Array<ChatWhereInput>>;
|
|
933
925
|
agents?: InputMaybe<AgentListRelationFilter>;
|
|
934
926
|
artifacts?: InputMaybe<ArtifactListRelationFilter>;
|
|
935
|
-
closedAt?: InputMaybe<
|
|
927
|
+
closedAt?: InputMaybe<DateTimeFilter>;
|
|
936
928
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
937
929
|
id?: InputMaybe<Scalars['String']>;
|
|
938
|
-
insight?: InputMaybe<
|
|
930
|
+
insight?: InputMaybe<InsightScalarRelationFilter>;
|
|
939
931
|
insightId?: InputMaybe<Scalars['String']>;
|
|
940
932
|
messages?: InputMaybe<ChatMessageListRelationFilter>;
|
|
941
933
|
name?: InputMaybe<StringFilter>;
|
|
942
|
-
originMeta?: InputMaybe<
|
|
943
|
-
piiMaskRules?: InputMaybe<
|
|
934
|
+
originMeta?: InputMaybe<JsonFilter>;
|
|
935
|
+
piiMaskRules?: InputMaybe<JsonFilter>;
|
|
944
936
|
piiSanitizationEnabled?: InputMaybe<BoolFilter>;
|
|
945
937
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
946
938
|
};
|
|
@@ -979,7 +971,7 @@ type ContentBlockListRelationFilter = {
|
|
|
979
971
|
type ContentBlockOrderByRelationAggregateInput = {
|
|
980
972
|
_count?: InputMaybe<SortOrder>;
|
|
981
973
|
};
|
|
982
|
-
type
|
|
974
|
+
type ContentBlockScalarRelationFilter = {
|
|
983
975
|
is?: InputMaybe<ContentBlockWhereInput>;
|
|
984
976
|
isNot?: InputMaybe<ContentBlockWhereInput>;
|
|
985
977
|
};
|
|
@@ -1042,7 +1034,7 @@ type ContentBlockWhereInput = {
|
|
|
1042
1034
|
AND?: InputMaybe<Array<ContentBlockWhereInput>>;
|
|
1043
1035
|
NOT?: InputMaybe<Array<ContentBlockWhereInput>>;
|
|
1044
1036
|
OR?: InputMaybe<Array<ContentBlockWhereInput>>;
|
|
1045
|
-
chatMessage?: InputMaybe<
|
|
1037
|
+
chatMessage?: InputMaybe<ChatMessageScalarRelationFilter>;
|
|
1046
1038
|
chatMessageId?: InputMaybe<StringFilter>;
|
|
1047
1039
|
content?: InputMaybe<StringFilter>;
|
|
1048
1040
|
id?: InputMaybe<StringFilter>;
|
|
@@ -1054,7 +1046,7 @@ type ContentBlockWhereUniqueInput = {
|
|
|
1054
1046
|
AND?: InputMaybe<Array<ContentBlockWhereInput>>;
|
|
1055
1047
|
NOT?: InputMaybe<Array<ContentBlockWhereInput>>;
|
|
1056
1048
|
OR?: InputMaybe<Array<ContentBlockWhereInput>>;
|
|
1057
|
-
chatMessage?: InputMaybe<
|
|
1049
|
+
chatMessage?: InputMaybe<ChatMessageScalarRelationFilter>;
|
|
1058
1050
|
chatMessageId?: InputMaybe<StringFilter>;
|
|
1059
1051
|
content?: InputMaybe<StringFilter>;
|
|
1060
1052
|
id?: InputMaybe<Scalars['String']>;
|
|
@@ -1099,9 +1091,9 @@ type ContentMaskScalarWhereInput = {
|
|
|
1099
1091
|
OR?: InputMaybe<Array<ContentMaskScalarWhereInput>>;
|
|
1100
1092
|
content?: InputMaybe<StringFilter>;
|
|
1101
1093
|
contentBlockId?: InputMaybe<StringFilter>;
|
|
1102
|
-
contentMasked?: InputMaybe<
|
|
1094
|
+
contentMasked?: InputMaybe<StringFilter>;
|
|
1103
1095
|
id?: InputMaybe<StringFilter>;
|
|
1104
|
-
piiMetadata?: InputMaybe<
|
|
1096
|
+
piiMetadata?: InputMaybe<JsonFilter>;
|
|
1105
1097
|
};
|
|
1106
1098
|
type ContentMaskUpdateManyMutationInput = {
|
|
1107
1099
|
content?: InputMaybe<Scalars['String']>;
|
|
@@ -1146,22 +1138,22 @@ type ContentMaskWhereInput = {
|
|
|
1146
1138
|
NOT?: InputMaybe<Array<ContentMaskWhereInput>>;
|
|
1147
1139
|
OR?: InputMaybe<Array<ContentMaskWhereInput>>;
|
|
1148
1140
|
content?: InputMaybe<StringFilter>;
|
|
1149
|
-
contentBlock?: InputMaybe<
|
|
1141
|
+
contentBlock?: InputMaybe<ContentBlockScalarRelationFilter>;
|
|
1150
1142
|
contentBlockId?: InputMaybe<StringFilter>;
|
|
1151
|
-
contentMasked?: InputMaybe<
|
|
1143
|
+
contentMasked?: InputMaybe<StringFilter>;
|
|
1152
1144
|
id?: InputMaybe<StringFilter>;
|
|
1153
|
-
piiMetadata?: InputMaybe<
|
|
1145
|
+
piiMetadata?: InputMaybe<JsonFilter>;
|
|
1154
1146
|
};
|
|
1155
1147
|
type ContentMaskWhereUniqueInput = {
|
|
1156
1148
|
AND?: InputMaybe<Array<ContentMaskWhereInput>>;
|
|
1157
1149
|
NOT?: InputMaybe<Array<ContentMaskWhereInput>>;
|
|
1158
1150
|
OR?: InputMaybe<Array<ContentMaskWhereInput>>;
|
|
1159
1151
|
content?: InputMaybe<StringFilter>;
|
|
1160
|
-
contentBlock?: InputMaybe<
|
|
1152
|
+
contentBlock?: InputMaybe<ContentBlockScalarRelationFilter>;
|
|
1161
1153
|
contentBlockId?: InputMaybe<StringFilter>;
|
|
1162
|
-
contentMasked?: InputMaybe<
|
|
1154
|
+
contentMasked?: InputMaybe<StringFilter>;
|
|
1163
1155
|
id?: InputMaybe<Scalars['String']>;
|
|
1164
|
-
piiMetadata?: InputMaybe<
|
|
1156
|
+
piiMetadata?: InputMaybe<JsonFilter>;
|
|
1165
1157
|
};
|
|
1166
1158
|
declare enum DatabaseCatalogOrderByRelevanceFieldEnum {
|
|
1167
1159
|
AuthorName = "authorName",
|
|
@@ -1204,20 +1196,20 @@ type DatabaseCatalogWhereInput = {
|
|
|
1204
1196
|
AND?: InputMaybe<Array<DatabaseCatalogWhereInput>>;
|
|
1205
1197
|
NOT?: InputMaybe<Array<DatabaseCatalogWhereInput>>;
|
|
1206
1198
|
OR?: InputMaybe<Array<DatabaseCatalogWhereInput>>;
|
|
1207
|
-
authorName?: InputMaybe<
|
|
1208
|
-
authorUrl?: InputMaybe<
|
|
1199
|
+
authorName?: InputMaybe<StringFilter>;
|
|
1200
|
+
authorUrl?: InputMaybe<StringFilter>;
|
|
1209
1201
|
category?: InputMaybe<StringFilter>;
|
|
1210
|
-
description?: InputMaybe<
|
|
1211
|
-
documentationUrl?: InputMaybe<
|
|
1202
|
+
description?: InputMaybe<StringFilter>;
|
|
1203
|
+
documentationUrl?: InputMaybe<StringFilter>;
|
|
1212
1204
|
engineKey?: InputMaybe<StringFilter>;
|
|
1213
|
-
icon?: InputMaybe<
|
|
1214
|
-
iconClass?: InputMaybe<
|
|
1215
|
-
iconType?: InputMaybe<
|
|
1205
|
+
icon?: InputMaybe<StringFilter>;
|
|
1206
|
+
iconClass?: InputMaybe<StringFilter>;
|
|
1207
|
+
iconType?: InputMaybe<StringFilter>;
|
|
1216
1208
|
label?: InputMaybe<StringFilter>;
|
|
1217
|
-
longDescription?: InputMaybe<
|
|
1209
|
+
longDescription?: InputMaybe<StringFilter>;
|
|
1218
1210
|
order?: InputMaybe<IntFilter>;
|
|
1219
|
-
privacyUrl?: InputMaybe<
|
|
1220
|
-
supportUrl?: InputMaybe<
|
|
1211
|
+
privacyUrl?: InputMaybe<StringFilter>;
|
|
1212
|
+
supportUrl?: InputMaybe<StringFilter>;
|
|
1221
1213
|
};
|
|
1222
1214
|
type DatabaseCreateInput = {
|
|
1223
1215
|
config: Scalars['JSON'];
|
|
@@ -1283,17 +1275,7 @@ type DateTimeFilter = {
|
|
|
1283
1275
|
in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1284
1276
|
lt?: InputMaybe<Scalars['DateTime']>;
|
|
1285
1277
|
lte?: InputMaybe<Scalars['DateTime']>;
|
|
1286
|
-
not?: InputMaybe<
|
|
1287
|
-
notIn?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1288
|
-
};
|
|
1289
|
-
type DateTimeNullableFilter = {
|
|
1290
|
-
equals?: InputMaybe<Scalars['DateTime']>;
|
|
1291
|
-
gt?: InputMaybe<Scalars['DateTime']>;
|
|
1292
|
-
gte?: InputMaybe<Scalars['DateTime']>;
|
|
1293
|
-
in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1294
|
-
lt?: InputMaybe<Scalars['DateTime']>;
|
|
1295
|
-
lte?: InputMaybe<Scalars['DateTime']>;
|
|
1296
|
-
not?: InputMaybe<NestedDateTimeNullableFilter>;
|
|
1278
|
+
not?: InputMaybe<DateTimeFilter>;
|
|
1297
1279
|
notIn?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1298
1280
|
};
|
|
1299
1281
|
declare enum DocumentCatalogOrderByRelevanceFieldEnum {
|
|
@@ -1322,9 +1304,9 @@ type DocumentCatalogWhereInput = {
|
|
|
1322
1304
|
NOT?: InputMaybe<Array<DocumentCatalogWhereInput>>;
|
|
1323
1305
|
OR?: InputMaybe<Array<DocumentCatalogWhereInput>>;
|
|
1324
1306
|
formatKey?: InputMaybe<StringFilter>;
|
|
1325
|
-
icon?: InputMaybe<
|
|
1326
|
-
iconClass?: InputMaybe<
|
|
1327
|
-
iconType?: InputMaybe<
|
|
1307
|
+
icon?: InputMaybe<StringFilter>;
|
|
1308
|
+
iconClass?: InputMaybe<StringFilter>;
|
|
1309
|
+
iconType?: InputMaybe<StringFilter>;
|
|
1328
1310
|
label?: InputMaybe<StringFilter>;
|
|
1329
1311
|
order?: InputMaybe<IntFilter>;
|
|
1330
1312
|
};
|
|
@@ -1404,103 +1386,103 @@ declare enum EntitlementTier {
|
|
|
1404
1386
|
type EnumAiResourceTypeFilter = {
|
|
1405
1387
|
equals?: InputMaybe<AiResourceType>;
|
|
1406
1388
|
in?: InputMaybe<Array<AiResourceType>>;
|
|
1407
|
-
not?: InputMaybe<
|
|
1389
|
+
not?: InputMaybe<EnumAiResourceTypeFilter>;
|
|
1408
1390
|
notIn?: InputMaybe<Array<AiResourceType>>;
|
|
1409
1391
|
};
|
|
1410
1392
|
type EnumArtifactKindFilter = {
|
|
1411
1393
|
equals?: InputMaybe<ArtifactKind>;
|
|
1412
1394
|
in?: InputMaybe<Array<ArtifactKind>>;
|
|
1413
|
-
not?: InputMaybe<
|
|
1395
|
+
not?: InputMaybe<EnumArtifactKindFilter>;
|
|
1414
1396
|
notIn?: InputMaybe<Array<ArtifactKind>>;
|
|
1415
1397
|
};
|
|
1416
1398
|
type EnumChatMessageFromEnumFilter = {
|
|
1417
1399
|
equals?: InputMaybe<ChatMessageFromEnum>;
|
|
1418
1400
|
in?: InputMaybe<Array<ChatMessageFromEnum>>;
|
|
1419
|
-
not?: InputMaybe<
|
|
1401
|
+
not?: InputMaybe<EnumChatMessageFromEnumFilter>;
|
|
1420
1402
|
notIn?: InputMaybe<Array<ChatMessageFromEnum>>;
|
|
1421
1403
|
};
|
|
1422
1404
|
type EnumContentBlockTypeFilter = {
|
|
1423
1405
|
equals?: InputMaybe<ContentBlockType>;
|
|
1424
1406
|
in?: InputMaybe<Array<ContentBlockType>>;
|
|
1425
|
-
not?: InputMaybe<
|
|
1407
|
+
not?: InputMaybe<EnumContentBlockTypeFilter>;
|
|
1426
1408
|
notIn?: InputMaybe<Array<ContentBlockType>>;
|
|
1427
1409
|
};
|
|
1428
|
-
type
|
|
1410
|
+
type EnumFeedActionTypeFilter = {
|
|
1429
1411
|
equals?: InputMaybe<FeedActionType>;
|
|
1430
1412
|
in?: InputMaybe<Array<FeedActionType>>;
|
|
1431
|
-
not?: InputMaybe<
|
|
1413
|
+
not?: InputMaybe<EnumFeedActionTypeFilter>;
|
|
1432
1414
|
notIn?: InputMaybe<Array<FeedActionType>>;
|
|
1433
1415
|
};
|
|
1434
1416
|
type EnumFeedbackTypeFilter = {
|
|
1435
1417
|
equals?: InputMaybe<FeedbackType>;
|
|
1436
1418
|
in?: InputMaybe<Array<FeedbackType>>;
|
|
1437
|
-
not?: InputMaybe<
|
|
1419
|
+
not?: InputMaybe<EnumFeedbackTypeFilter>;
|
|
1438
1420
|
notIn?: InputMaybe<Array<FeedbackType>>;
|
|
1439
1421
|
};
|
|
1440
1422
|
type EnumIntegrationStatusFilter = {
|
|
1441
1423
|
equals?: InputMaybe<IntegrationStatus>;
|
|
1442
1424
|
in?: InputMaybe<Array<IntegrationStatus>>;
|
|
1443
|
-
not?: InputMaybe<
|
|
1425
|
+
not?: InputMaybe<EnumIntegrationStatusFilter>;
|
|
1444
1426
|
notIn?: InputMaybe<Array<IntegrationStatus>>;
|
|
1445
1427
|
};
|
|
1446
1428
|
type EnumInterpretationTypeFilter = {
|
|
1447
1429
|
equals?: InputMaybe<InterpretationType>;
|
|
1448
1430
|
in?: InputMaybe<Array<InterpretationType>>;
|
|
1449
|
-
not?: InputMaybe<
|
|
1431
|
+
not?: InputMaybe<EnumInterpretationTypeFilter>;
|
|
1450
1432
|
notIn?: InputMaybe<Array<InterpretationType>>;
|
|
1451
1433
|
};
|
|
1452
1434
|
type EnumLiveContextStatusFilter = {
|
|
1453
1435
|
equals?: InputMaybe<LiveContextStatus>;
|
|
1454
1436
|
in?: InputMaybe<Array<LiveContextStatus>>;
|
|
1455
|
-
not?: InputMaybe<
|
|
1437
|
+
not?: InputMaybe<EnumLiveContextStatusFilter>;
|
|
1456
1438
|
notIn?: InputMaybe<Array<LiveContextStatus>>;
|
|
1457
1439
|
};
|
|
1458
|
-
type
|
|
1440
|
+
type EnumNotificationCategoryFilter = {
|
|
1459
1441
|
equals?: InputMaybe<NotificationCategory>;
|
|
1460
1442
|
in?: InputMaybe<Array<NotificationCategory>>;
|
|
1461
|
-
not?: InputMaybe<
|
|
1443
|
+
not?: InputMaybe<EnumNotificationCategoryFilter>;
|
|
1462
1444
|
notIn?: InputMaybe<Array<NotificationCategory>>;
|
|
1463
1445
|
};
|
|
1464
1446
|
type EnumNotificationPriorityFilter = {
|
|
1465
1447
|
equals?: InputMaybe<NotificationPriority>;
|
|
1466
1448
|
in?: InputMaybe<Array<NotificationPriority>>;
|
|
1467
|
-
not?: InputMaybe<
|
|
1449
|
+
not?: InputMaybe<EnumNotificationPriorityFilter>;
|
|
1468
1450
|
notIn?: InputMaybe<Array<NotificationPriority>>;
|
|
1469
1451
|
};
|
|
1470
|
-
type
|
|
1452
|
+
type EnumNotificationStatusFilter = {
|
|
1471
1453
|
equals?: InputMaybe<NotificationStatus>;
|
|
1472
1454
|
in?: InputMaybe<Array<NotificationStatus>>;
|
|
1473
|
-
not?: InputMaybe<
|
|
1455
|
+
not?: InputMaybe<EnumNotificationStatusFilter>;
|
|
1474
1456
|
notIn?: InputMaybe<Array<NotificationStatus>>;
|
|
1475
1457
|
};
|
|
1476
1458
|
type EnumPresentationFilter = {
|
|
1477
1459
|
equals?: InputMaybe<Presentation>;
|
|
1478
1460
|
in?: InputMaybe<Array<Presentation>>;
|
|
1479
|
-
not?: InputMaybe<
|
|
1461
|
+
not?: InputMaybe<EnumPresentationFilter>;
|
|
1480
1462
|
notIn?: InputMaybe<Array<Presentation>>;
|
|
1481
1463
|
};
|
|
1482
1464
|
type EnumPulseEventKindFilter = {
|
|
1483
1465
|
equals?: InputMaybe<PulseEventKind>;
|
|
1484
1466
|
in?: InputMaybe<Array<PulseEventKind>>;
|
|
1485
|
-
not?: InputMaybe<
|
|
1467
|
+
not?: InputMaybe<EnumPulseEventKindFilter>;
|
|
1486
1468
|
notIn?: InputMaybe<Array<PulseEventKind>>;
|
|
1487
1469
|
};
|
|
1488
1470
|
type EnumPulseEventPriorityFilter = {
|
|
1489
1471
|
equals?: InputMaybe<PulseEventPriority>;
|
|
1490
1472
|
in?: InputMaybe<Array<PulseEventPriority>>;
|
|
1491
|
-
not?: InputMaybe<
|
|
1473
|
+
not?: InputMaybe<EnumPulseEventPriorityFilter>;
|
|
1492
1474
|
notIn?: InputMaybe<Array<PulseEventPriority>>;
|
|
1493
1475
|
};
|
|
1494
1476
|
type EnumRelationTypeFilter = {
|
|
1495
1477
|
equals?: InputMaybe<RelationType>;
|
|
1496
1478
|
in?: InputMaybe<Array<RelationType>>;
|
|
1497
|
-
not?: InputMaybe<
|
|
1479
|
+
not?: InputMaybe<EnumRelationTypeFilter>;
|
|
1498
1480
|
notIn?: InputMaybe<Array<RelationType>>;
|
|
1499
1481
|
};
|
|
1500
1482
|
type EnumReportMemberSizeFilter = {
|
|
1501
1483
|
equals?: InputMaybe<ReportMemberSize>;
|
|
1502
1484
|
in?: InputMaybe<Array<ReportMemberSize>>;
|
|
1503
|
-
not?: InputMaybe<
|
|
1485
|
+
not?: InputMaybe<EnumReportMemberSizeFilter>;
|
|
1504
1486
|
notIn?: InputMaybe<Array<ReportMemberSize>>;
|
|
1505
1487
|
};
|
|
1506
1488
|
declare enum FeedActionType {
|
|
@@ -1540,25 +1522,21 @@ type FeedItemOrderByWithRelationInput = {
|
|
|
1540
1522
|
sourceRef?: InputMaybe<SortOrderInput>;
|
|
1541
1523
|
title?: InputMaybe<SortOrder>;
|
|
1542
1524
|
updatedAt?: InputMaybe<SortOrder>;
|
|
1543
|
-
userId?: InputMaybe<SortOrder>;
|
|
1544
|
-
workspaceId?: InputMaybe<SortOrder>;
|
|
1545
1525
|
};
|
|
1546
1526
|
type FeedItemWhereInput = {
|
|
1547
1527
|
AND?: InputMaybe<Array<FeedItemWhereInput>>;
|
|
1548
1528
|
NOT?: InputMaybe<Array<FeedItemWhereInput>>;
|
|
1549
1529
|
OR?: InputMaybe<Array<FeedItemWhereInput>>;
|
|
1550
|
-
action?: InputMaybe<
|
|
1551
|
-
actionType?: InputMaybe<
|
|
1530
|
+
action?: InputMaybe<JsonFilter>;
|
|
1531
|
+
actionType?: InputMaybe<EnumFeedActionTypeFilter>;
|
|
1552
1532
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1553
1533
|
data?: InputMaybe<JsonFilter>;
|
|
1554
1534
|
id?: InputMaybe<StringFilter>;
|
|
1555
1535
|
kind?: InputMaybe<StringFilter>;
|
|
1556
1536
|
liveContexts?: InputMaybe<LiveContextListRelationFilter>;
|
|
1557
|
-
sourceRef?: InputMaybe<
|
|
1537
|
+
sourceRef?: InputMaybe<StringFilter>;
|
|
1558
1538
|
title?: InputMaybe<StringFilter>;
|
|
1559
1539
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
1560
|
-
userId?: InputMaybe<StringFilter>;
|
|
1561
|
-
workspaceId?: InputMaybe<StringFilter>;
|
|
1562
1540
|
};
|
|
1563
1541
|
type FeedbackCreateInput = {
|
|
1564
1542
|
chatMessage: ChatMessageCreateNestedOneWithoutFeedbackInput;
|
|
@@ -1580,10 +1558,6 @@ type FeedbackCreateWithoutChatMessageInput = {
|
|
|
1580
1558
|
feedback: FeedbackType;
|
|
1581
1559
|
id?: InputMaybe<Scalars['String']>;
|
|
1582
1560
|
};
|
|
1583
|
-
type FeedbackNullableRelationFilter = {
|
|
1584
|
-
is?: InputMaybe<FeedbackWhereInput>;
|
|
1585
|
-
isNot?: InputMaybe<FeedbackWhereInput>;
|
|
1586
|
-
};
|
|
1587
1561
|
declare enum FeedbackOrderByRelevanceFieldEnum {
|
|
1588
1562
|
ChatMessageId = "chatMessageId",
|
|
1589
1563
|
Comment = "comment",
|
|
@@ -1604,6 +1578,10 @@ type FeedbackOrderByWithRelationInput = {
|
|
|
1604
1578
|
feedback?: InputMaybe<SortOrder>;
|
|
1605
1579
|
id?: InputMaybe<SortOrder>;
|
|
1606
1580
|
};
|
|
1581
|
+
type FeedbackScalarRelationFilter = {
|
|
1582
|
+
is?: InputMaybe<FeedbackWhereInput>;
|
|
1583
|
+
isNot?: InputMaybe<FeedbackWhereInput>;
|
|
1584
|
+
};
|
|
1607
1585
|
declare enum FeedbackType {
|
|
1608
1586
|
Negative = "Negative",
|
|
1609
1587
|
Positive = "Positive"
|
|
@@ -1635,9 +1613,9 @@ type FeedbackWhereInput = {
|
|
|
1635
1613
|
AND?: InputMaybe<Array<FeedbackWhereInput>>;
|
|
1636
1614
|
NOT?: InputMaybe<Array<FeedbackWhereInput>>;
|
|
1637
1615
|
OR?: InputMaybe<Array<FeedbackWhereInput>>;
|
|
1638
|
-
chatMessage?: InputMaybe<
|
|
1616
|
+
chatMessage?: InputMaybe<ChatMessageScalarRelationFilter>;
|
|
1639
1617
|
chatMessageId?: InputMaybe<StringFilter>;
|
|
1640
|
-
comment?: InputMaybe<
|
|
1618
|
+
comment?: InputMaybe<StringFilter>;
|
|
1641
1619
|
feedback?: InputMaybe<EnumFeedbackTypeFilter>;
|
|
1642
1620
|
id?: InputMaybe<StringFilter>;
|
|
1643
1621
|
};
|
|
@@ -1645,9 +1623,9 @@ type FeedbackWhereUniqueInput = {
|
|
|
1645
1623
|
AND?: InputMaybe<Array<FeedbackWhereInput>>;
|
|
1646
1624
|
NOT?: InputMaybe<Array<FeedbackWhereInput>>;
|
|
1647
1625
|
OR?: InputMaybe<Array<FeedbackWhereInput>>;
|
|
1648
|
-
chatMessage?: InputMaybe<
|
|
1626
|
+
chatMessage?: InputMaybe<ChatMessageScalarRelationFilter>;
|
|
1649
1627
|
chatMessageId?: InputMaybe<Scalars['String']>;
|
|
1650
|
-
comment?: InputMaybe<
|
|
1628
|
+
comment?: InputMaybe<StringFilter>;
|
|
1651
1629
|
feedback?: InputMaybe<EnumFeedbackTypeFilter>;
|
|
1652
1630
|
id?: InputMaybe<Scalars['String']>;
|
|
1653
1631
|
};
|
|
@@ -1697,7 +1675,7 @@ type FileOrderByWithRelationInput = {
|
|
|
1697
1675
|
path?: InputMaybe<SortOrder>;
|
|
1698
1676
|
size?: InputMaybe<SortOrderInput>;
|
|
1699
1677
|
};
|
|
1700
|
-
type
|
|
1678
|
+
type FileScalarRelationFilter = {
|
|
1701
1679
|
is?: InputMaybe<FileWhereInput>;
|
|
1702
1680
|
isNot?: InputMaybe<FileWhereInput>;
|
|
1703
1681
|
};
|
|
@@ -1733,23 +1711,23 @@ type FileWhereInput = {
|
|
|
1733
1711
|
AND?: InputMaybe<Array<FileWhereInput>>;
|
|
1734
1712
|
NOT?: InputMaybe<Array<FileWhereInput>>;
|
|
1735
1713
|
OR?: InputMaybe<Array<FileWhereInput>>;
|
|
1736
|
-
extension?: InputMaybe<
|
|
1714
|
+
extension?: InputMaybe<StringFilter>;
|
|
1737
1715
|
id?: InputMaybe<StringFilter>;
|
|
1738
|
-
mimeType?: InputMaybe<
|
|
1739
|
-
name?: InputMaybe<
|
|
1716
|
+
mimeType?: InputMaybe<StringFilter>;
|
|
1717
|
+
name?: InputMaybe<StringFilter>;
|
|
1740
1718
|
path?: InputMaybe<StringFilter>;
|
|
1741
|
-
size?: InputMaybe<
|
|
1719
|
+
size?: InputMaybe<IntFilter>;
|
|
1742
1720
|
};
|
|
1743
1721
|
type FileWhereUniqueInput = {
|
|
1744
1722
|
AND?: InputMaybe<Array<FileWhereInput>>;
|
|
1745
1723
|
NOT?: InputMaybe<Array<FileWhereInput>>;
|
|
1746
1724
|
OR?: InputMaybe<Array<FileWhereInput>>;
|
|
1747
|
-
extension?: InputMaybe<
|
|
1725
|
+
extension?: InputMaybe<StringFilter>;
|
|
1748
1726
|
id?: InputMaybe<Scalars['String']>;
|
|
1749
|
-
mimeType?: InputMaybe<
|
|
1750
|
-
name?: InputMaybe<
|
|
1727
|
+
mimeType?: InputMaybe<StringFilter>;
|
|
1728
|
+
name?: InputMaybe<StringFilter>;
|
|
1751
1729
|
path?: InputMaybe<StringFilter>;
|
|
1752
|
-
size?: InputMaybe<
|
|
1730
|
+
size?: InputMaybe<IntFilter>;
|
|
1753
1731
|
};
|
|
1754
1732
|
type FinalContentEventOutput = {
|
|
1755
1733
|
__typename?: 'FinalContentEventOutput';
|
|
@@ -1791,7 +1769,7 @@ type FolderWhereInput = {
|
|
|
1791
1769
|
OR?: InputMaybe<Array<FolderWhereInput>>;
|
|
1792
1770
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1793
1771
|
id?: InputMaybe<StringFilter>;
|
|
1794
|
-
parentPath?: InputMaybe<
|
|
1772
|
+
parentPath?: InputMaybe<StringFilter>;
|
|
1795
1773
|
path?: InputMaybe<StringFilter>;
|
|
1796
1774
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
1797
1775
|
};
|
|
@@ -1801,7 +1779,7 @@ type FolderWhereUniqueInput = {
|
|
|
1801
1779
|
OR?: InputMaybe<Array<FolderWhereInput>>;
|
|
1802
1780
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1803
1781
|
id?: InputMaybe<Scalars['String']>;
|
|
1804
|
-
parentPath?: InputMaybe<
|
|
1782
|
+
parentPath?: InputMaybe<StringFilter>;
|
|
1805
1783
|
path?: InputMaybe<StringFilter>;
|
|
1806
1784
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
1807
1785
|
workspaceId_userId_path?: InputMaybe<FolderWorkspaceIdUserIdPathCompoundUniqueInput>;
|
|
@@ -1889,10 +1867,6 @@ type InsightListRelationFilter = {
|
|
|
1889
1867
|
none?: InputMaybe<InsightWhereInput>;
|
|
1890
1868
|
some?: InputMaybe<InsightWhereInput>;
|
|
1891
1869
|
};
|
|
1892
|
-
type InsightNullableRelationFilter = {
|
|
1893
|
-
is?: InputMaybe<InsightWhereInput>;
|
|
1894
|
-
isNot?: InputMaybe<InsightWhereInput>;
|
|
1895
|
-
};
|
|
1896
1870
|
type InsightOrderByRelationAggregateInput = {
|
|
1897
1871
|
_count?: InputMaybe<SortOrder>;
|
|
1898
1872
|
};
|
|
@@ -1923,7 +1897,7 @@ type InsightOrderByWithRelationInput = {
|
|
|
1923
1897
|
reports?: InputMaybe<ReportOrderByRelationAggregateInput>;
|
|
1924
1898
|
thumbnailFileId?: InputMaybe<SortOrderInput>;
|
|
1925
1899
|
};
|
|
1926
|
-
type
|
|
1900
|
+
type InsightScalarRelationFilter = {
|
|
1927
1901
|
is?: InputMaybe<InsightWhereInput>;
|
|
1928
1902
|
isNot?: InputMaybe<InsightWhereInput>;
|
|
1929
1903
|
};
|
|
@@ -1931,14 +1905,14 @@ type InsightScalarWhereInput = {
|
|
|
1931
1905
|
AND?: InputMaybe<Array<InsightScalarWhereInput>>;
|
|
1932
1906
|
NOT?: InputMaybe<Array<InsightScalarWhereInput>>;
|
|
1933
1907
|
OR?: InputMaybe<Array<InsightScalarWhereInput>>;
|
|
1934
|
-
description?: InputMaybe<
|
|
1908
|
+
description?: InputMaybe<StringFilter>;
|
|
1935
1909
|
id?: InputMaybe<StringFilter>;
|
|
1936
1910
|
name?: InputMaybe<StringFilter>;
|
|
1937
|
-
output?: InputMaybe<
|
|
1938
|
-
pivotConfig?: InputMaybe<
|
|
1911
|
+
output?: InputMaybe<JsonFilter>;
|
|
1912
|
+
pivotConfig?: InputMaybe<JsonFilter>;
|
|
1939
1913
|
presentation?: InputMaybe<EnumPresentationFilter>;
|
|
1940
1914
|
query?: InputMaybe<JsonFilter>;
|
|
1941
|
-
thumbnailFileId?: InputMaybe<
|
|
1915
|
+
thumbnailFileId?: InputMaybe<StringFilter>;
|
|
1942
1916
|
};
|
|
1943
1917
|
type InsightUpdateInput = {
|
|
1944
1918
|
chat?: InputMaybe<ChatUpdateOneWithoutInsightNestedInput>;
|
|
@@ -2057,28 +2031,28 @@ type InsightWhereInput = {
|
|
|
2057
2031
|
AND?: InputMaybe<Array<InsightWhereInput>>;
|
|
2058
2032
|
NOT?: InputMaybe<Array<InsightWhereInput>>;
|
|
2059
2033
|
OR?: InputMaybe<Array<InsightWhereInput>>;
|
|
2060
|
-
chat?: InputMaybe<
|
|
2061
|
-
description?: InputMaybe<
|
|
2034
|
+
chat?: InputMaybe<ChatScalarRelationFilter>;
|
|
2035
|
+
description?: InputMaybe<StringFilter>;
|
|
2062
2036
|
id?: InputMaybe<StringFilter>;
|
|
2063
2037
|
name?: InputMaybe<StringFilter>;
|
|
2064
|
-
output?: InputMaybe<
|
|
2065
|
-
pivotConfig?: InputMaybe<
|
|
2038
|
+
output?: InputMaybe<JsonFilter>;
|
|
2039
|
+
pivotConfig?: InputMaybe<JsonFilter>;
|
|
2066
2040
|
presentation?: InputMaybe<EnumPresentationFilter>;
|
|
2067
2041
|
query?: InputMaybe<JsonFilter>;
|
|
2068
2042
|
reportMembers?: InputMaybe<ReportMemberListRelationFilter>;
|
|
2069
2043
|
reports?: InputMaybe<ReportListRelationFilter>;
|
|
2070
|
-
thumbnailFileId?: InputMaybe<
|
|
2044
|
+
thumbnailFileId?: InputMaybe<StringFilter>;
|
|
2071
2045
|
};
|
|
2072
2046
|
type InsightWhereUniqueInput = {
|
|
2073
2047
|
AND?: InputMaybe<Array<InsightWhereInput>>;
|
|
2074
2048
|
NOT?: InputMaybe<Array<InsightWhereInput>>;
|
|
2075
2049
|
OR?: InputMaybe<Array<InsightWhereInput>>;
|
|
2076
|
-
chat?: InputMaybe<
|
|
2077
|
-
description?: InputMaybe<
|
|
2050
|
+
chat?: InputMaybe<ChatScalarRelationFilter>;
|
|
2051
|
+
description?: InputMaybe<StringFilter>;
|
|
2078
2052
|
id?: InputMaybe<Scalars['String']>;
|
|
2079
2053
|
name?: InputMaybe<StringFilter>;
|
|
2080
|
-
output?: InputMaybe<
|
|
2081
|
-
pivotConfig?: InputMaybe<
|
|
2054
|
+
output?: InputMaybe<JsonFilter>;
|
|
2055
|
+
pivotConfig?: InputMaybe<JsonFilter>;
|
|
2082
2056
|
presentation?: InputMaybe<EnumPresentationFilter>;
|
|
2083
2057
|
query?: InputMaybe<JsonFilter>;
|
|
2084
2058
|
reportMembers?: InputMaybe<ReportMemberListRelationFilter>;
|
|
@@ -2092,17 +2066,7 @@ type IntFilter = {
|
|
|
2092
2066
|
in?: InputMaybe<Array<Scalars['Int']>>;
|
|
2093
2067
|
lt?: InputMaybe<Scalars['Int']>;
|
|
2094
2068
|
lte?: InputMaybe<Scalars['Int']>;
|
|
2095
|
-
not?: InputMaybe<
|
|
2096
|
-
notIn?: InputMaybe<Array<Scalars['Int']>>;
|
|
2097
|
-
};
|
|
2098
|
-
type IntNullableFilter = {
|
|
2099
|
-
equals?: InputMaybe<Scalars['Int']>;
|
|
2100
|
-
gt?: InputMaybe<Scalars['Int']>;
|
|
2101
|
-
gte?: InputMaybe<Scalars['Int']>;
|
|
2102
|
-
in?: InputMaybe<Array<Scalars['Int']>>;
|
|
2103
|
-
lt?: InputMaybe<Scalars['Int']>;
|
|
2104
|
-
lte?: InputMaybe<Scalars['Int']>;
|
|
2105
|
-
not?: InputMaybe<NestedIntNullableFilter>;
|
|
2069
|
+
not?: InputMaybe<IntFilter>;
|
|
2106
2070
|
notIn?: InputMaybe<Array<Scalars['Int']>>;
|
|
2107
2071
|
};
|
|
2108
2072
|
declare enum IntegrationCatalogOrderByRelevanceFieldEnum {
|
|
@@ -2148,21 +2112,21 @@ type IntegrationCatalogWhereInput = {
|
|
|
2148
2112
|
AND?: InputMaybe<Array<IntegrationCatalogWhereInput>>;
|
|
2149
2113
|
NOT?: InputMaybe<Array<IntegrationCatalogWhereInput>>;
|
|
2150
2114
|
OR?: InputMaybe<Array<IntegrationCatalogWhereInput>>;
|
|
2151
|
-
appIcon?: InputMaybe<
|
|
2152
|
-
authorName?: InputMaybe<
|
|
2153
|
-
authorUrl?: InputMaybe<
|
|
2115
|
+
appIcon?: InputMaybe<StringFilter>;
|
|
2116
|
+
authorName?: InputMaybe<StringFilter>;
|
|
2117
|
+
authorUrl?: InputMaybe<StringFilter>;
|
|
2154
2118
|
category?: InputMaybe<StringFilter>;
|
|
2155
|
-
description?: InputMaybe<
|
|
2156
|
-
documentationUrl?: InputMaybe<
|
|
2157
|
-
icon?: InputMaybe<
|
|
2158
|
-
iconClass?: InputMaybe<
|
|
2159
|
-
iconType?: InputMaybe<
|
|
2119
|
+
description?: InputMaybe<StringFilter>;
|
|
2120
|
+
documentationUrl?: InputMaybe<StringFilter>;
|
|
2121
|
+
icon?: InputMaybe<StringFilter>;
|
|
2122
|
+
iconClass?: InputMaybe<StringFilter>;
|
|
2123
|
+
iconType?: InputMaybe<StringFilter>;
|
|
2160
2124
|
label?: InputMaybe<StringFilter>;
|
|
2161
|
-
longDescription?: InputMaybe<
|
|
2125
|
+
longDescription?: InputMaybe<StringFilter>;
|
|
2162
2126
|
order?: InputMaybe<IntFilter>;
|
|
2163
|
-
privacyUrl?: InputMaybe<
|
|
2127
|
+
privacyUrl?: InputMaybe<StringFilter>;
|
|
2164
2128
|
providerKey?: InputMaybe<StringFilter>;
|
|
2165
|
-
supportUrl?: InputMaybe<
|
|
2129
|
+
supportUrl?: InputMaybe<StringFilter>;
|
|
2166
2130
|
};
|
|
2167
2131
|
declare enum IntegrationOrderByRelevanceFieldEnum {
|
|
2168
2132
|
ComposioAuthConfigId = "composioAuthConfigId",
|
|
@@ -2197,7 +2161,7 @@ type IntegrationWhereInput = {
|
|
|
2197
2161
|
AND?: InputMaybe<Array<IntegrationWhereInput>>;
|
|
2198
2162
|
NOT?: InputMaybe<Array<IntegrationWhereInput>>;
|
|
2199
2163
|
OR?: InputMaybe<Array<IntegrationWhereInput>>;
|
|
2200
|
-
connectedAt?: InputMaybe<
|
|
2164
|
+
connectedAt?: InputMaybe<DateTimeFilter>;
|
|
2201
2165
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2202
2166
|
id?: InputMaybe<StringFilter>;
|
|
2203
2167
|
providerKey?: InputMaybe<StringFilter>;
|
|
@@ -2269,21 +2233,7 @@ type JsonFilter = {
|
|
|
2269
2233
|
gte?: InputMaybe<Scalars['JSON']>;
|
|
2270
2234
|
lt?: InputMaybe<Scalars['JSON']>;
|
|
2271
2235
|
lte?: InputMaybe<Scalars['JSON']>;
|
|
2272
|
-
|
|
2273
|
-
path?: InputMaybe<Array<Scalars['String']>>;
|
|
2274
|
-
string_contains?: InputMaybe<Scalars['String']>;
|
|
2275
|
-
string_ends_with?: InputMaybe<Scalars['String']>;
|
|
2276
|
-
string_starts_with?: InputMaybe<Scalars['String']>;
|
|
2277
|
-
};
|
|
2278
|
-
type JsonNullableFilter = {
|
|
2279
|
-
array_contains?: InputMaybe<Scalars['JSON']>;
|
|
2280
|
-
array_ends_with?: InputMaybe<Scalars['JSON']>;
|
|
2281
|
-
array_starts_with?: InputMaybe<Scalars['JSON']>;
|
|
2282
|
-
equals?: InputMaybe<Scalars['JSON']>;
|
|
2283
|
-
gt?: InputMaybe<Scalars['JSON']>;
|
|
2284
|
-
gte?: InputMaybe<Scalars['JSON']>;
|
|
2285
|
-
lt?: InputMaybe<Scalars['JSON']>;
|
|
2286
|
-
lte?: InputMaybe<Scalars['JSON']>;
|
|
2236
|
+
mode?: InputMaybe<QueryMode>;
|
|
2287
2237
|
not?: InputMaybe<Scalars['JSON']>;
|
|
2288
2238
|
path?: InputMaybe<Array<Scalars['String']>>;
|
|
2289
2239
|
string_contains?: InputMaybe<Scalars['String']>;
|
|
@@ -2341,180 +2291,6 @@ type MessageStartEventOutput = {
|
|
|
2341
2291
|
message: StreamMessageOutput;
|
|
2342
2292
|
type: Scalars['String'];
|
|
2343
2293
|
};
|
|
2344
|
-
type NestedBoolFilter = {
|
|
2345
|
-
equals?: InputMaybe<Scalars['Boolean']>;
|
|
2346
|
-
not?: InputMaybe<NestedBoolFilter>;
|
|
2347
|
-
};
|
|
2348
|
-
type NestedDateTimeFilter = {
|
|
2349
|
-
equals?: InputMaybe<Scalars['DateTime']>;
|
|
2350
|
-
gt?: InputMaybe<Scalars['DateTime']>;
|
|
2351
|
-
gte?: InputMaybe<Scalars['DateTime']>;
|
|
2352
|
-
in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2353
|
-
lt?: InputMaybe<Scalars['DateTime']>;
|
|
2354
|
-
lte?: InputMaybe<Scalars['DateTime']>;
|
|
2355
|
-
not?: InputMaybe<NestedDateTimeFilter>;
|
|
2356
|
-
notIn?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2357
|
-
};
|
|
2358
|
-
type NestedDateTimeNullableFilter = {
|
|
2359
|
-
equals?: InputMaybe<Scalars['DateTime']>;
|
|
2360
|
-
gt?: InputMaybe<Scalars['DateTime']>;
|
|
2361
|
-
gte?: InputMaybe<Scalars['DateTime']>;
|
|
2362
|
-
in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2363
|
-
lt?: InputMaybe<Scalars['DateTime']>;
|
|
2364
|
-
lte?: InputMaybe<Scalars['DateTime']>;
|
|
2365
|
-
not?: InputMaybe<NestedDateTimeNullableFilter>;
|
|
2366
|
-
notIn?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2367
|
-
};
|
|
2368
|
-
type NestedEnumAiResourceTypeFilter = {
|
|
2369
|
-
equals?: InputMaybe<AiResourceType>;
|
|
2370
|
-
in?: InputMaybe<Array<AiResourceType>>;
|
|
2371
|
-
not?: InputMaybe<NestedEnumAiResourceTypeFilter>;
|
|
2372
|
-
notIn?: InputMaybe<Array<AiResourceType>>;
|
|
2373
|
-
};
|
|
2374
|
-
type NestedEnumArtifactKindFilter = {
|
|
2375
|
-
equals?: InputMaybe<ArtifactKind>;
|
|
2376
|
-
in?: InputMaybe<Array<ArtifactKind>>;
|
|
2377
|
-
not?: InputMaybe<NestedEnumArtifactKindFilter>;
|
|
2378
|
-
notIn?: InputMaybe<Array<ArtifactKind>>;
|
|
2379
|
-
};
|
|
2380
|
-
type NestedEnumChatMessageFromEnumFilter = {
|
|
2381
|
-
equals?: InputMaybe<ChatMessageFromEnum>;
|
|
2382
|
-
in?: InputMaybe<Array<ChatMessageFromEnum>>;
|
|
2383
|
-
not?: InputMaybe<NestedEnumChatMessageFromEnumFilter>;
|
|
2384
|
-
notIn?: InputMaybe<Array<ChatMessageFromEnum>>;
|
|
2385
|
-
};
|
|
2386
|
-
type NestedEnumContentBlockTypeFilter = {
|
|
2387
|
-
equals?: InputMaybe<ContentBlockType>;
|
|
2388
|
-
in?: InputMaybe<Array<ContentBlockType>>;
|
|
2389
|
-
not?: InputMaybe<NestedEnumContentBlockTypeFilter>;
|
|
2390
|
-
notIn?: InputMaybe<Array<ContentBlockType>>;
|
|
2391
|
-
};
|
|
2392
|
-
type NestedEnumFeedActionTypeNullableFilter = {
|
|
2393
|
-
equals?: InputMaybe<FeedActionType>;
|
|
2394
|
-
in?: InputMaybe<Array<FeedActionType>>;
|
|
2395
|
-
not?: InputMaybe<NestedEnumFeedActionTypeNullableFilter>;
|
|
2396
|
-
notIn?: InputMaybe<Array<FeedActionType>>;
|
|
2397
|
-
};
|
|
2398
|
-
type NestedEnumFeedbackTypeFilter = {
|
|
2399
|
-
equals?: InputMaybe<FeedbackType>;
|
|
2400
|
-
in?: InputMaybe<Array<FeedbackType>>;
|
|
2401
|
-
not?: InputMaybe<NestedEnumFeedbackTypeFilter>;
|
|
2402
|
-
notIn?: InputMaybe<Array<FeedbackType>>;
|
|
2403
|
-
};
|
|
2404
|
-
type NestedEnumIntegrationStatusFilter = {
|
|
2405
|
-
equals?: InputMaybe<IntegrationStatus>;
|
|
2406
|
-
in?: InputMaybe<Array<IntegrationStatus>>;
|
|
2407
|
-
not?: InputMaybe<NestedEnumIntegrationStatusFilter>;
|
|
2408
|
-
notIn?: InputMaybe<Array<IntegrationStatus>>;
|
|
2409
|
-
};
|
|
2410
|
-
type NestedEnumInterpretationTypeFilter = {
|
|
2411
|
-
equals?: InputMaybe<InterpretationType>;
|
|
2412
|
-
in?: InputMaybe<Array<InterpretationType>>;
|
|
2413
|
-
not?: InputMaybe<NestedEnumInterpretationTypeFilter>;
|
|
2414
|
-
notIn?: InputMaybe<Array<InterpretationType>>;
|
|
2415
|
-
};
|
|
2416
|
-
type NestedEnumLiveContextStatusFilter = {
|
|
2417
|
-
equals?: InputMaybe<LiveContextStatus>;
|
|
2418
|
-
in?: InputMaybe<Array<LiveContextStatus>>;
|
|
2419
|
-
not?: InputMaybe<NestedEnumLiveContextStatusFilter>;
|
|
2420
|
-
notIn?: InputMaybe<Array<LiveContextStatus>>;
|
|
2421
|
-
};
|
|
2422
|
-
type NestedEnumNotificationCategoryNullableFilter = {
|
|
2423
|
-
equals?: InputMaybe<NotificationCategory>;
|
|
2424
|
-
in?: InputMaybe<Array<NotificationCategory>>;
|
|
2425
|
-
not?: InputMaybe<NestedEnumNotificationCategoryNullableFilter>;
|
|
2426
|
-
notIn?: InputMaybe<Array<NotificationCategory>>;
|
|
2427
|
-
};
|
|
2428
|
-
type NestedEnumNotificationPriorityFilter = {
|
|
2429
|
-
equals?: InputMaybe<NotificationPriority>;
|
|
2430
|
-
in?: InputMaybe<Array<NotificationPriority>>;
|
|
2431
|
-
not?: InputMaybe<NestedEnumNotificationPriorityFilter>;
|
|
2432
|
-
notIn?: InputMaybe<Array<NotificationPriority>>;
|
|
2433
|
-
};
|
|
2434
|
-
type NestedEnumNotificationStatusNullableFilter = {
|
|
2435
|
-
equals?: InputMaybe<NotificationStatus>;
|
|
2436
|
-
in?: InputMaybe<Array<NotificationStatus>>;
|
|
2437
|
-
not?: InputMaybe<NestedEnumNotificationStatusNullableFilter>;
|
|
2438
|
-
notIn?: InputMaybe<Array<NotificationStatus>>;
|
|
2439
|
-
};
|
|
2440
|
-
type NestedEnumPresentationFilter = {
|
|
2441
|
-
equals?: InputMaybe<Presentation>;
|
|
2442
|
-
in?: InputMaybe<Array<Presentation>>;
|
|
2443
|
-
not?: InputMaybe<NestedEnumPresentationFilter>;
|
|
2444
|
-
notIn?: InputMaybe<Array<Presentation>>;
|
|
2445
|
-
};
|
|
2446
|
-
type NestedEnumPulseEventKindFilter = {
|
|
2447
|
-
equals?: InputMaybe<PulseEventKind>;
|
|
2448
|
-
in?: InputMaybe<Array<PulseEventKind>>;
|
|
2449
|
-
not?: InputMaybe<NestedEnumPulseEventKindFilter>;
|
|
2450
|
-
notIn?: InputMaybe<Array<PulseEventKind>>;
|
|
2451
|
-
};
|
|
2452
|
-
type NestedEnumPulseEventPriorityFilter = {
|
|
2453
|
-
equals?: InputMaybe<PulseEventPriority>;
|
|
2454
|
-
in?: InputMaybe<Array<PulseEventPriority>>;
|
|
2455
|
-
not?: InputMaybe<NestedEnumPulseEventPriorityFilter>;
|
|
2456
|
-
notIn?: InputMaybe<Array<PulseEventPriority>>;
|
|
2457
|
-
};
|
|
2458
|
-
type NestedEnumRelationTypeFilter = {
|
|
2459
|
-
equals?: InputMaybe<RelationType>;
|
|
2460
|
-
in?: InputMaybe<Array<RelationType>>;
|
|
2461
|
-
not?: InputMaybe<NestedEnumRelationTypeFilter>;
|
|
2462
|
-
notIn?: InputMaybe<Array<RelationType>>;
|
|
2463
|
-
};
|
|
2464
|
-
type NestedEnumReportMemberSizeFilter = {
|
|
2465
|
-
equals?: InputMaybe<ReportMemberSize>;
|
|
2466
|
-
in?: InputMaybe<Array<ReportMemberSize>>;
|
|
2467
|
-
not?: InputMaybe<NestedEnumReportMemberSizeFilter>;
|
|
2468
|
-
notIn?: InputMaybe<Array<ReportMemberSize>>;
|
|
2469
|
-
};
|
|
2470
|
-
type NestedIntFilter = {
|
|
2471
|
-
equals?: InputMaybe<Scalars['Int']>;
|
|
2472
|
-
gt?: InputMaybe<Scalars['Int']>;
|
|
2473
|
-
gte?: InputMaybe<Scalars['Int']>;
|
|
2474
|
-
in?: InputMaybe<Array<Scalars['Int']>>;
|
|
2475
|
-
lt?: InputMaybe<Scalars['Int']>;
|
|
2476
|
-
lte?: InputMaybe<Scalars['Int']>;
|
|
2477
|
-
not?: InputMaybe<NestedIntFilter>;
|
|
2478
|
-
notIn?: InputMaybe<Array<Scalars['Int']>>;
|
|
2479
|
-
};
|
|
2480
|
-
type NestedIntNullableFilter = {
|
|
2481
|
-
equals?: InputMaybe<Scalars['Int']>;
|
|
2482
|
-
gt?: InputMaybe<Scalars['Int']>;
|
|
2483
|
-
gte?: InputMaybe<Scalars['Int']>;
|
|
2484
|
-
in?: InputMaybe<Array<Scalars['Int']>>;
|
|
2485
|
-
lt?: InputMaybe<Scalars['Int']>;
|
|
2486
|
-
lte?: InputMaybe<Scalars['Int']>;
|
|
2487
|
-
not?: InputMaybe<NestedIntNullableFilter>;
|
|
2488
|
-
notIn?: InputMaybe<Array<Scalars['Int']>>;
|
|
2489
|
-
};
|
|
2490
|
-
type NestedStringFilter = {
|
|
2491
|
-
contains?: InputMaybe<Scalars['String']>;
|
|
2492
|
-
endsWith?: InputMaybe<Scalars['String']>;
|
|
2493
|
-
equals?: InputMaybe<Scalars['String']>;
|
|
2494
|
-
gt?: InputMaybe<Scalars['String']>;
|
|
2495
|
-
gte?: InputMaybe<Scalars['String']>;
|
|
2496
|
-
in?: InputMaybe<Array<Scalars['String']>>;
|
|
2497
|
-
lt?: InputMaybe<Scalars['String']>;
|
|
2498
|
-
lte?: InputMaybe<Scalars['String']>;
|
|
2499
|
-
not?: InputMaybe<NestedStringFilter>;
|
|
2500
|
-
notIn?: InputMaybe<Array<Scalars['String']>>;
|
|
2501
|
-
search?: InputMaybe<Scalars['String']>;
|
|
2502
|
-
startsWith?: InputMaybe<Scalars['String']>;
|
|
2503
|
-
};
|
|
2504
|
-
type NestedStringNullableFilter = {
|
|
2505
|
-
contains?: InputMaybe<Scalars['String']>;
|
|
2506
|
-
endsWith?: InputMaybe<Scalars['String']>;
|
|
2507
|
-
equals?: InputMaybe<Scalars['String']>;
|
|
2508
|
-
gt?: InputMaybe<Scalars['String']>;
|
|
2509
|
-
gte?: InputMaybe<Scalars['String']>;
|
|
2510
|
-
in?: InputMaybe<Array<Scalars['String']>>;
|
|
2511
|
-
lt?: InputMaybe<Scalars['String']>;
|
|
2512
|
-
lte?: InputMaybe<Scalars['String']>;
|
|
2513
|
-
not?: InputMaybe<NestedStringNullableFilter>;
|
|
2514
|
-
notIn?: InputMaybe<Array<Scalars['String']>>;
|
|
2515
|
-
search?: InputMaybe<Scalars['String']>;
|
|
2516
|
-
startsWith?: InputMaybe<Scalars['String']>;
|
|
2517
|
-
};
|
|
2518
2294
|
declare enum NotificationCategory {
|
|
2519
2295
|
Ingestion = "ingestion"
|
|
2520
2296
|
}
|
|
@@ -2558,14 +2334,14 @@ type NotificationWhereInput = {
|
|
|
2558
2334
|
AND?: InputMaybe<Array<NotificationWhereInput>>;
|
|
2559
2335
|
NOT?: InputMaybe<Array<NotificationWhereInput>>;
|
|
2560
2336
|
OR?: InputMaybe<Array<NotificationWhereInput>>;
|
|
2561
|
-
category?: InputMaybe<
|
|
2337
|
+
category?: InputMaybe<EnumNotificationCategoryFilter>;
|
|
2562
2338
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2563
2339
|
id?: InputMaybe<StringFilter>;
|
|
2564
|
-
message?: InputMaybe<
|
|
2565
|
-
metadata?: InputMaybe<
|
|
2340
|
+
message?: InputMaybe<StringFilter>;
|
|
2341
|
+
metadata?: InputMaybe<JsonFilter>;
|
|
2566
2342
|
priority?: InputMaybe<EnumNotificationPriorityFilter>;
|
|
2567
|
-
referenceId?: InputMaybe<
|
|
2568
|
-
status?: InputMaybe<
|
|
2343
|
+
referenceId?: InputMaybe<StringFilter>;
|
|
2344
|
+
status?: InputMaybe<EnumNotificationStatusFilter>;
|
|
2569
2345
|
title?: InputMaybe<StringFilter>;
|
|
2570
2346
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
2571
2347
|
};
|
|
@@ -2588,6 +2364,15 @@ declare enum Presentation {
|
|
|
2588
2364
|
Table = "Table",
|
|
2589
2365
|
VerticalBar = "VerticalBar"
|
|
2590
2366
|
}
|
|
2367
|
+
type ProgressSummaryEventOutput = {
|
|
2368
|
+
__typename?: 'ProgressSummaryEventOutput';
|
|
2369
|
+
kind: Scalars['String'];
|
|
2370
|
+
labelSummary: Scalars['String'];
|
|
2371
|
+
liveSummary: Scalars['String'];
|
|
2372
|
+
targetMessageId?: Maybe<Scalars['String']>;
|
|
2373
|
+
targetToolCallId?: Maybe<Scalars['String']>;
|
|
2374
|
+
type: Scalars['String'];
|
|
2375
|
+
};
|
|
2591
2376
|
declare enum PulseEventKind {
|
|
2592
2377
|
Activity = "activity",
|
|
2593
2378
|
NeedsAction = "needs_action",
|
|
@@ -2642,20 +2427,20 @@ type PulseEventWhereInput = {
|
|
|
2642
2427
|
AND?: InputMaybe<Array<PulseEventWhereInput>>;
|
|
2643
2428
|
NOT?: InputMaybe<Array<PulseEventWhereInput>>;
|
|
2644
2429
|
OR?: InputMaybe<Array<PulseEventWhereInput>>;
|
|
2645
|
-
actions?: InputMaybe<
|
|
2430
|
+
actions?: InputMaybe<JsonFilter>;
|
|
2646
2431
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2647
|
-
dismissedAt?: InputMaybe<
|
|
2432
|
+
dismissedAt?: InputMaybe<DateTimeFilter>;
|
|
2648
2433
|
id?: InputMaybe<StringFilter>;
|
|
2649
2434
|
integrationId?: InputMaybe<StringFilter>;
|
|
2650
2435
|
kind?: InputMaybe<EnumPulseEventKindFilter>;
|
|
2651
|
-
message?: InputMaybe<
|
|
2652
|
-
payload?: InputMaybe<
|
|
2436
|
+
message?: InputMaybe<StringFilter>;
|
|
2437
|
+
payload?: InputMaybe<JsonFilter>;
|
|
2653
2438
|
priority?: InputMaybe<EnumPulseEventPriorityFilter>;
|
|
2654
2439
|
providerKey?: InputMaybe<StringFilter>;
|
|
2655
2440
|
remoteEventId?: InputMaybe<StringFilter>;
|
|
2656
|
-
remoteLogId?: InputMaybe<
|
|
2657
|
-
remoteTriggerId?: InputMaybe<
|
|
2658
|
-
resolvedAt?: InputMaybe<
|
|
2441
|
+
remoteLogId?: InputMaybe<StringFilter>;
|
|
2442
|
+
remoteTriggerId?: InputMaybe<StringFilter>;
|
|
2443
|
+
resolvedAt?: InputMaybe<DateTimeFilter>;
|
|
2659
2444
|
title?: InputMaybe<StringFilter>;
|
|
2660
2445
|
triggerSlug?: InputMaybe<StringFilter>;
|
|
2661
2446
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
@@ -2842,11 +2627,11 @@ type RelationWhereInput = {
|
|
|
2842
2627
|
NOT?: InputMaybe<Array<RelationWhereInput>>;
|
|
2843
2628
|
OR?: InputMaybe<Array<RelationWhereInput>>;
|
|
2844
2629
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2845
|
-
fromTable?: InputMaybe<
|
|
2630
|
+
fromTable?: InputMaybe<TableScalarRelationFilter>;
|
|
2846
2631
|
fromTableColumn?: InputMaybe<StringFilter>;
|
|
2847
2632
|
fromTableId?: InputMaybe<StringFilter>;
|
|
2848
2633
|
id?: InputMaybe<StringFilter>;
|
|
2849
|
-
toTable?: InputMaybe<
|
|
2634
|
+
toTable?: InputMaybe<TableScalarRelationFilter>;
|
|
2850
2635
|
toTableColumn?: InputMaybe<StringFilter>;
|
|
2851
2636
|
toTableId?: InputMaybe<StringFilter>;
|
|
2852
2637
|
type?: InputMaybe<EnumRelationTypeFilter>;
|
|
@@ -2857,11 +2642,11 @@ type RelationWhereUniqueInput = {
|
|
|
2857
2642
|
NOT?: InputMaybe<Array<RelationWhereInput>>;
|
|
2858
2643
|
OR?: InputMaybe<Array<RelationWhereInput>>;
|
|
2859
2644
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2860
|
-
fromTable?: InputMaybe<
|
|
2645
|
+
fromTable?: InputMaybe<TableScalarRelationFilter>;
|
|
2861
2646
|
fromTableColumn?: InputMaybe<StringFilter>;
|
|
2862
2647
|
fromTableId?: InputMaybe<StringFilter>;
|
|
2863
2648
|
id?: InputMaybe<Scalars['String']>;
|
|
2864
|
-
toTable?: InputMaybe<
|
|
2649
|
+
toTable?: InputMaybe<TableScalarRelationFilter>;
|
|
2865
2650
|
toTableColumn?: InputMaybe<StringFilter>;
|
|
2866
2651
|
toTableId?: InputMaybe<StringFilter>;
|
|
2867
2652
|
type?: InputMaybe<EnumRelationTypeFilter>;
|
|
@@ -3062,11 +2847,11 @@ type ReportMemberWhereInput = {
|
|
|
3062
2847
|
AND?: InputMaybe<Array<ReportMemberWhereInput>>;
|
|
3063
2848
|
NOT?: InputMaybe<Array<ReportMemberWhereInput>>;
|
|
3064
2849
|
OR?: InputMaybe<Array<ReportMemberWhereInput>>;
|
|
3065
|
-
insight?: InputMaybe<
|
|
2850
|
+
insight?: InputMaybe<InsightScalarRelationFilter>;
|
|
3066
2851
|
insightId?: InputMaybe<StringFilter>;
|
|
3067
2852
|
order?: InputMaybe<IntFilter>;
|
|
3068
2853
|
presentation?: InputMaybe<EnumPresentationFilter>;
|
|
3069
|
-
report?: InputMaybe<
|
|
2854
|
+
report?: InputMaybe<ReportScalarRelationFilter>;
|
|
3070
2855
|
reportId?: InputMaybe<StringFilter>;
|
|
3071
2856
|
size?: InputMaybe<EnumReportMemberSizeFilter>;
|
|
3072
2857
|
};
|
|
@@ -3074,11 +2859,11 @@ type ReportMemberWhereUniqueInput = {
|
|
|
3074
2859
|
AND?: InputMaybe<Array<ReportMemberWhereInput>>;
|
|
3075
2860
|
NOT?: InputMaybe<Array<ReportMemberWhereInput>>;
|
|
3076
2861
|
OR?: InputMaybe<Array<ReportMemberWhereInput>>;
|
|
3077
|
-
insight?: InputMaybe<
|
|
2862
|
+
insight?: InputMaybe<InsightScalarRelationFilter>;
|
|
3078
2863
|
insightId?: InputMaybe<StringFilter>;
|
|
3079
2864
|
order?: InputMaybe<IntFilter>;
|
|
3080
2865
|
presentation?: InputMaybe<EnumPresentationFilter>;
|
|
3081
|
-
report?: InputMaybe<
|
|
2866
|
+
report?: InputMaybe<ReportScalarRelationFilter>;
|
|
3082
2867
|
reportId?: InputMaybe<StringFilter>;
|
|
3083
2868
|
reportId_insightId?: InputMaybe<ReportMemberReportIdInsightIdCompoundUniqueInput>;
|
|
3084
2869
|
size?: InputMaybe<EnumReportMemberSizeFilter>;
|
|
@@ -3106,7 +2891,7 @@ type ReportOrderByWithRelationInput = {
|
|
|
3106
2891
|
layout?: InputMaybe<ReportMemberOrderByRelationAggregateInput>;
|
|
3107
2892
|
name?: InputMaybe<SortOrder>;
|
|
3108
2893
|
};
|
|
3109
|
-
type
|
|
2894
|
+
type ReportScalarRelationFilter = {
|
|
3110
2895
|
is?: InputMaybe<ReportWhereInput>;
|
|
3111
2896
|
isNot?: InputMaybe<ReportWhereInput>;
|
|
3112
2897
|
};
|
|
@@ -3114,7 +2899,7 @@ type ReportScalarWhereInput = {
|
|
|
3114
2899
|
AND?: InputMaybe<Array<ReportScalarWhereInput>>;
|
|
3115
2900
|
NOT?: InputMaybe<Array<ReportScalarWhereInput>>;
|
|
3116
2901
|
OR?: InputMaybe<Array<ReportScalarWhereInput>>;
|
|
3117
|
-
description?: InputMaybe<
|
|
2902
|
+
description?: InputMaybe<StringFilter>;
|
|
3118
2903
|
id?: InputMaybe<StringFilter>;
|
|
3119
2904
|
name?: InputMaybe<StringFilter>;
|
|
3120
2905
|
};
|
|
@@ -3187,7 +2972,7 @@ type ReportWhereInput = {
|
|
|
3187
2972
|
AND?: InputMaybe<Array<ReportWhereInput>>;
|
|
3188
2973
|
NOT?: InputMaybe<Array<ReportWhereInput>>;
|
|
3189
2974
|
OR?: InputMaybe<Array<ReportWhereInput>>;
|
|
3190
|
-
description?: InputMaybe<
|
|
2975
|
+
description?: InputMaybe<StringFilter>;
|
|
3191
2976
|
id?: InputMaybe<StringFilter>;
|
|
3192
2977
|
insights?: InputMaybe<InsightListRelationFilter>;
|
|
3193
2978
|
layout?: InputMaybe<ReportMemberListRelationFilter>;
|
|
@@ -3197,7 +2982,7 @@ type ReportWhereUniqueInput = {
|
|
|
3197
2982
|
AND?: InputMaybe<Array<ReportWhereInput>>;
|
|
3198
2983
|
NOT?: InputMaybe<Array<ReportWhereInput>>;
|
|
3199
2984
|
OR?: InputMaybe<Array<ReportWhereInput>>;
|
|
3200
|
-
description?: InputMaybe<
|
|
2985
|
+
description?: InputMaybe<StringFilter>;
|
|
3201
2986
|
id?: InputMaybe<Scalars['String']>;
|
|
3202
2987
|
insights?: InputMaybe<InsightListRelationFilter>;
|
|
3203
2988
|
layout?: InputMaybe<ReportMemberListRelationFilter>;
|
|
@@ -3249,22 +3034,7 @@ type StringFilter = {
|
|
|
3249
3034
|
lt?: InputMaybe<Scalars['String']>;
|
|
3250
3035
|
lte?: InputMaybe<Scalars['String']>;
|
|
3251
3036
|
mode?: InputMaybe<QueryMode>;
|
|
3252
|
-
not?: InputMaybe<
|
|
3253
|
-
notIn?: InputMaybe<Array<Scalars['String']>>;
|
|
3254
|
-
search?: InputMaybe<Scalars['String']>;
|
|
3255
|
-
startsWith?: InputMaybe<Scalars['String']>;
|
|
3256
|
-
};
|
|
3257
|
-
type StringNullableFilter = {
|
|
3258
|
-
contains?: InputMaybe<Scalars['String']>;
|
|
3259
|
-
endsWith?: InputMaybe<Scalars['String']>;
|
|
3260
|
-
equals?: InputMaybe<Scalars['String']>;
|
|
3261
|
-
gt?: InputMaybe<Scalars['String']>;
|
|
3262
|
-
gte?: InputMaybe<Scalars['String']>;
|
|
3263
|
-
in?: InputMaybe<Array<Scalars['String']>>;
|
|
3264
|
-
lt?: InputMaybe<Scalars['String']>;
|
|
3265
|
-
lte?: InputMaybe<Scalars['String']>;
|
|
3266
|
-
mode?: InputMaybe<QueryMode>;
|
|
3267
|
-
not?: InputMaybe<NestedStringNullableFilter>;
|
|
3037
|
+
not?: InputMaybe<StringFilter>;
|
|
3268
3038
|
notIn?: InputMaybe<Array<Scalars['String']>>;
|
|
3269
3039
|
search?: InputMaybe<Scalars['String']>;
|
|
3270
3040
|
startsWith?: InputMaybe<Scalars['String']>;
|
|
@@ -3333,7 +3103,7 @@ type TableOrderByWithRelationInput = {
|
|
|
3333
3103
|
toRelations?: InputMaybe<RelationOrderByRelationAggregateInput>;
|
|
3334
3104
|
updatedAt?: InputMaybe<SortOrder>;
|
|
3335
3105
|
};
|
|
3336
|
-
type
|
|
3106
|
+
type TableScalarRelationFilter = {
|
|
3337
3107
|
is?: InputMaybe<TableWhereInput>;
|
|
3338
3108
|
isNot?: InputMaybe<TableWhereInput>;
|
|
3339
3109
|
};
|
|
@@ -3405,14 +3175,14 @@ type TableWhereInput = {
|
|
|
3405
3175
|
AND?: InputMaybe<Array<TableWhereInput>>;
|
|
3406
3176
|
NOT?: InputMaybe<Array<TableWhereInput>>;
|
|
3407
3177
|
OR?: InputMaybe<Array<TableWhereInput>>;
|
|
3408
|
-
clearName?: InputMaybe<
|
|
3178
|
+
clearName?: InputMaybe<StringFilter>;
|
|
3409
3179
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
3410
|
-
databaseId?: InputMaybe<
|
|
3411
|
-
documentId?: InputMaybe<
|
|
3180
|
+
databaseId?: InputMaybe<StringFilter>;
|
|
3181
|
+
documentId?: InputMaybe<StringFilter>;
|
|
3412
3182
|
fromRelations?: InputMaybe<RelationListRelationFilter>;
|
|
3413
3183
|
id?: InputMaybe<StringFilter>;
|
|
3414
3184
|
name?: InputMaybe<StringFilter>;
|
|
3415
|
-
title?: InputMaybe<
|
|
3185
|
+
title?: InputMaybe<StringFilter>;
|
|
3416
3186
|
toRelations?: InputMaybe<RelationListRelationFilter>;
|
|
3417
3187
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
3418
3188
|
};
|
|
@@ -3420,14 +3190,14 @@ type TableWhereUniqueInput = {
|
|
|
3420
3190
|
AND?: InputMaybe<Array<TableWhereInput>>;
|
|
3421
3191
|
NOT?: InputMaybe<Array<TableWhereInput>>;
|
|
3422
3192
|
OR?: InputMaybe<Array<TableWhereInput>>;
|
|
3423
|
-
clearName?: InputMaybe<
|
|
3193
|
+
clearName?: InputMaybe<StringFilter>;
|
|
3424
3194
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
3425
|
-
databaseId?: InputMaybe<
|
|
3426
|
-
documentId?: InputMaybe<
|
|
3195
|
+
databaseId?: InputMaybe<StringFilter>;
|
|
3196
|
+
documentId?: InputMaybe<StringFilter>;
|
|
3427
3197
|
fromRelations?: InputMaybe<RelationListRelationFilter>;
|
|
3428
3198
|
id?: InputMaybe<Scalars['String']>;
|
|
3429
3199
|
name?: InputMaybe<StringFilter>;
|
|
3430
|
-
title?: InputMaybe<
|
|
3200
|
+
title?: InputMaybe<StringFilter>;
|
|
3431
3201
|
toRelations?: InputMaybe<RelationListRelationFilter>;
|
|
3432
3202
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
3433
3203
|
};
|
|
@@ -4078,10 +3848,10 @@ type EvidenceFragment = {
|
|
|
4078
3848
|
__typename: 'Evidence';
|
|
4079
3849
|
content: string;
|
|
4080
3850
|
deletedAt?: string | null;
|
|
4081
|
-
generatedAt: string;
|
|
4082
3851
|
id: string;
|
|
4083
3852
|
isProcessed: boolean;
|
|
4084
3853
|
metadata: any;
|
|
3854
|
+
refreshedAt: string;
|
|
4085
3855
|
userId: string;
|
|
4086
3856
|
workspaceId: string;
|
|
4087
3857
|
candidateEvidences?: Array<{
|
|
@@ -4118,8 +3888,6 @@ type FeedConnectionFragment = {
|
|
|
4118
3888
|
sourceRef?: string | null;
|
|
4119
3889
|
title: string;
|
|
4120
3890
|
updatedAt: string;
|
|
4121
|
-
userId: string;
|
|
4122
|
-
workspaceId: string;
|
|
4123
3891
|
action?: {
|
|
4124
3892
|
__typename: 'FeedSendMessageAction';
|
|
4125
3893
|
prompt: string;
|
|
@@ -4160,10 +3928,69 @@ type FeedConnectionFragment = {
|
|
|
4160
3928
|
} | {
|
|
4161
3929
|
__typename: 'FeedLiveContextData';
|
|
4162
3930
|
kind: FeedItemKind;
|
|
3931
|
+
suggestedPrompt?: string | null;
|
|
4163
3932
|
summary?: string | null;
|
|
4164
3933
|
sources: Array<{
|
|
4165
|
-
__typename
|
|
3934
|
+
__typename: 'FeedItem';
|
|
3935
|
+
createdAt: string;
|
|
4166
3936
|
id: string;
|
|
3937
|
+
kind: FeedItemKind;
|
|
3938
|
+
sourceRef?: string | null;
|
|
3939
|
+
title: string;
|
|
3940
|
+
updatedAt: string;
|
|
3941
|
+
action?: {
|
|
3942
|
+
__typename: 'FeedSendMessageAction';
|
|
3943
|
+
prompt: string;
|
|
3944
|
+
type: FeedActionType;
|
|
3945
|
+
} | null;
|
|
3946
|
+
data: {
|
|
3947
|
+
__typename: 'FeedArtifactData';
|
|
3948
|
+
artifactKind?: string | null;
|
|
3949
|
+
fileId?: string | null;
|
|
3950
|
+
fileName?: string | null;
|
|
3951
|
+
fileType?: string | null;
|
|
3952
|
+
kind: FeedItemKind;
|
|
3953
|
+
} | {
|
|
3954
|
+
__typename: 'FeedDatabaseData';
|
|
3955
|
+
databaseName?: string | null;
|
|
3956
|
+
databaseType?: string | null;
|
|
3957
|
+
kind: FeedItemKind;
|
|
3958
|
+
} | {
|
|
3959
|
+
__typename: 'FeedDocumentData';
|
|
3960
|
+
fileId?: string | null;
|
|
3961
|
+
fileName?: string | null;
|
|
3962
|
+
fileType?: string | null;
|
|
3963
|
+
kind: FeedItemKind;
|
|
3964
|
+
} | {
|
|
3965
|
+
__typename: 'FeedInsightData';
|
|
3966
|
+
kind: FeedItemKind;
|
|
3967
|
+
output?: any | null;
|
|
3968
|
+
pivotConfig?: any | null;
|
|
3969
|
+
presentation: Presentation;
|
|
3970
|
+
query: any;
|
|
3971
|
+
thumbnailFileId?: string | null;
|
|
3972
|
+
} | {
|
|
3973
|
+
__typename: 'FeedIntegrationData';
|
|
3974
|
+
integrationProviderKey?: string | null;
|
|
3975
|
+
kind: FeedItemKind;
|
|
3976
|
+
status?: string | null;
|
|
3977
|
+
unreadPulseCount?: number | null;
|
|
3978
|
+
} | {
|
|
3979
|
+
__typename: 'FeedLiveContextData';
|
|
3980
|
+
kind: FeedItemKind;
|
|
3981
|
+
suggestedPrompt?: string | null;
|
|
3982
|
+
summary?: string | null;
|
|
3983
|
+
sources: Array<{
|
|
3984
|
+
__typename?: 'FeedItem';
|
|
3985
|
+
id: string;
|
|
3986
|
+
}>;
|
|
3987
|
+
} | {
|
|
3988
|
+
__typename: 'FeedPulseData';
|
|
3989
|
+
kind: FeedItemKind;
|
|
3990
|
+
priority?: string | null;
|
|
3991
|
+
providerKey?: string | null;
|
|
3992
|
+
summary?: string | null;
|
|
3993
|
+
};
|
|
4167
3994
|
}>;
|
|
4168
3995
|
} | {
|
|
4169
3996
|
__typename: 'FeedPulseData';
|
|
@@ -4218,8 +4045,6 @@ type FeedItemFragment = {
|
|
|
4218
4045
|
sourceRef?: string | null;
|
|
4219
4046
|
title: string;
|
|
4220
4047
|
updatedAt: string;
|
|
4221
|
-
userId: string;
|
|
4222
|
-
workspaceId: string;
|
|
4223
4048
|
action?: {
|
|
4224
4049
|
__typename: 'FeedSendMessageAction';
|
|
4225
4050
|
prompt: string;
|
|
@@ -4260,10 +4085,69 @@ type FeedItemFragment = {
|
|
|
4260
4085
|
} | {
|
|
4261
4086
|
__typename: 'FeedLiveContextData';
|
|
4262
4087
|
kind: FeedItemKind;
|
|
4088
|
+
suggestedPrompt?: string | null;
|
|
4263
4089
|
summary?: string | null;
|
|
4264
4090
|
sources: Array<{
|
|
4265
|
-
__typename
|
|
4091
|
+
__typename: 'FeedItem';
|
|
4092
|
+
createdAt: string;
|
|
4266
4093
|
id: string;
|
|
4094
|
+
kind: FeedItemKind;
|
|
4095
|
+
sourceRef?: string | null;
|
|
4096
|
+
title: string;
|
|
4097
|
+
updatedAt: string;
|
|
4098
|
+
action?: {
|
|
4099
|
+
__typename: 'FeedSendMessageAction';
|
|
4100
|
+
prompt: string;
|
|
4101
|
+
type: FeedActionType;
|
|
4102
|
+
} | null;
|
|
4103
|
+
data: {
|
|
4104
|
+
__typename: 'FeedArtifactData';
|
|
4105
|
+
artifactKind?: string | null;
|
|
4106
|
+
fileId?: string | null;
|
|
4107
|
+
fileName?: string | null;
|
|
4108
|
+
fileType?: string | null;
|
|
4109
|
+
kind: FeedItemKind;
|
|
4110
|
+
} | {
|
|
4111
|
+
__typename: 'FeedDatabaseData';
|
|
4112
|
+
databaseName?: string | null;
|
|
4113
|
+
databaseType?: string | null;
|
|
4114
|
+
kind: FeedItemKind;
|
|
4115
|
+
} | {
|
|
4116
|
+
__typename: 'FeedDocumentData';
|
|
4117
|
+
fileId?: string | null;
|
|
4118
|
+
fileName?: string | null;
|
|
4119
|
+
fileType?: string | null;
|
|
4120
|
+
kind: FeedItemKind;
|
|
4121
|
+
} | {
|
|
4122
|
+
__typename: 'FeedInsightData';
|
|
4123
|
+
kind: FeedItemKind;
|
|
4124
|
+
output?: any | null;
|
|
4125
|
+
pivotConfig?: any | null;
|
|
4126
|
+
presentation: Presentation;
|
|
4127
|
+
query: any;
|
|
4128
|
+
thumbnailFileId?: string | null;
|
|
4129
|
+
} | {
|
|
4130
|
+
__typename: 'FeedIntegrationData';
|
|
4131
|
+
integrationProviderKey?: string | null;
|
|
4132
|
+
kind: FeedItemKind;
|
|
4133
|
+
status?: string | null;
|
|
4134
|
+
unreadPulseCount?: number | null;
|
|
4135
|
+
} | {
|
|
4136
|
+
__typename: 'FeedLiveContextData';
|
|
4137
|
+
kind: FeedItemKind;
|
|
4138
|
+
suggestedPrompt?: string | null;
|
|
4139
|
+
summary?: string | null;
|
|
4140
|
+
sources: Array<{
|
|
4141
|
+
__typename?: 'FeedItem';
|
|
4142
|
+
id: string;
|
|
4143
|
+
}>;
|
|
4144
|
+
} | {
|
|
4145
|
+
__typename: 'FeedPulseData';
|
|
4146
|
+
kind: FeedItemKind;
|
|
4147
|
+
priority?: string | null;
|
|
4148
|
+
providerKey?: string | null;
|
|
4149
|
+
summary?: string | null;
|
|
4150
|
+
};
|
|
4267
4151
|
}>;
|
|
4268
4152
|
} | {
|
|
4269
4153
|
__typename: 'FeedPulseData';
|
|
@@ -4284,8 +4168,6 @@ type FeedItemGeneratedFragment = {
|
|
|
4284
4168
|
sourceRef?: string | null;
|
|
4285
4169
|
title: string;
|
|
4286
4170
|
updatedAt: string;
|
|
4287
|
-
userId: string;
|
|
4288
|
-
workspaceId: string;
|
|
4289
4171
|
liveContexts?: Array<{
|
|
4290
4172
|
__typename?: 'LiveContext';
|
|
4291
4173
|
id: string;
|
|
@@ -4294,10 +4176,69 @@ type FeedItemGeneratedFragment = {
|
|
|
4294
4176
|
type FeedLiveContextDataFragment = {
|
|
4295
4177
|
__typename: 'FeedLiveContextData';
|
|
4296
4178
|
kind: FeedItemKind;
|
|
4179
|
+
suggestedPrompt?: string | null;
|
|
4297
4180
|
summary?: string | null;
|
|
4298
4181
|
sources: Array<{
|
|
4299
|
-
__typename
|
|
4182
|
+
__typename: 'FeedItem';
|
|
4183
|
+
createdAt: string;
|
|
4300
4184
|
id: string;
|
|
4185
|
+
kind: FeedItemKind;
|
|
4186
|
+
sourceRef?: string | null;
|
|
4187
|
+
title: string;
|
|
4188
|
+
updatedAt: string;
|
|
4189
|
+
action?: {
|
|
4190
|
+
__typename: 'FeedSendMessageAction';
|
|
4191
|
+
prompt: string;
|
|
4192
|
+
type: FeedActionType;
|
|
4193
|
+
} | null;
|
|
4194
|
+
data: {
|
|
4195
|
+
__typename: 'FeedArtifactData';
|
|
4196
|
+
artifactKind?: string | null;
|
|
4197
|
+
fileId?: string | null;
|
|
4198
|
+
fileName?: string | null;
|
|
4199
|
+
fileType?: string | null;
|
|
4200
|
+
kind: FeedItemKind;
|
|
4201
|
+
} | {
|
|
4202
|
+
__typename: 'FeedDatabaseData';
|
|
4203
|
+
databaseName?: string | null;
|
|
4204
|
+
databaseType?: string | null;
|
|
4205
|
+
kind: FeedItemKind;
|
|
4206
|
+
} | {
|
|
4207
|
+
__typename: 'FeedDocumentData';
|
|
4208
|
+
fileId?: string | null;
|
|
4209
|
+
fileName?: string | null;
|
|
4210
|
+
fileType?: string | null;
|
|
4211
|
+
kind: FeedItemKind;
|
|
4212
|
+
} | {
|
|
4213
|
+
__typename: 'FeedInsightData';
|
|
4214
|
+
kind: FeedItemKind;
|
|
4215
|
+
output?: any | null;
|
|
4216
|
+
pivotConfig?: any | null;
|
|
4217
|
+
presentation: Presentation;
|
|
4218
|
+
query: any;
|
|
4219
|
+
thumbnailFileId?: string | null;
|
|
4220
|
+
} | {
|
|
4221
|
+
__typename: 'FeedIntegrationData';
|
|
4222
|
+
integrationProviderKey?: string | null;
|
|
4223
|
+
kind: FeedItemKind;
|
|
4224
|
+
status?: string | null;
|
|
4225
|
+
unreadPulseCount?: number | null;
|
|
4226
|
+
} | {
|
|
4227
|
+
__typename: 'FeedLiveContextData';
|
|
4228
|
+
kind: FeedItemKind;
|
|
4229
|
+
suggestedPrompt?: string | null;
|
|
4230
|
+
summary?: string | null;
|
|
4231
|
+
sources: Array<{
|
|
4232
|
+
__typename?: 'FeedItem';
|
|
4233
|
+
id: string;
|
|
4234
|
+
}>;
|
|
4235
|
+
} | {
|
|
4236
|
+
__typename: 'FeedPulseData';
|
|
4237
|
+
kind: FeedItemKind;
|
|
4238
|
+
priority?: string | null;
|
|
4239
|
+
providerKey?: string | null;
|
|
4240
|
+
summary?: string | null;
|
|
4241
|
+
};
|
|
4301
4242
|
}>;
|
|
4302
4243
|
};
|
|
4303
4244
|
type FeedPulseDataFragment = {
|
|
@@ -4767,6 +4708,15 @@ type PrivacyStatsFragment = {
|
|
|
4767
4708
|
dataKeptAwayFromThirdParties?: number | null;
|
|
4768
4709
|
messagesProtectedFromTraining?: number | null;
|
|
4769
4710
|
};
|
|
4711
|
+
type ProgressSummaryEventOutputFragment = {
|
|
4712
|
+
__typename: 'ProgressSummaryEventOutput';
|
|
4713
|
+
kind: string;
|
|
4714
|
+
labelSummary: string;
|
|
4715
|
+
liveSummary: string;
|
|
4716
|
+
targetMessageId?: string | null;
|
|
4717
|
+
targetToolCallId?: string | null;
|
|
4718
|
+
type: string;
|
|
4719
|
+
};
|
|
4770
4720
|
type PulseAppSummaryModelFragment = {
|
|
4771
4721
|
__typename: 'PulseAppSummaryModel';
|
|
4772
4722
|
activeTriggerCount: number;
|
|
@@ -4974,6 +4924,14 @@ type StreamEventSchemaAnchorFragment = {
|
|
|
4974
4924
|
type: ContentBlockType;
|
|
4975
4925
|
}> | null;
|
|
4976
4926
|
};
|
|
4927
|
+
} | {
|
|
4928
|
+
__typename: 'ProgressSummaryEventOutput';
|
|
4929
|
+
kind: string;
|
|
4930
|
+
labelSummary: string;
|
|
4931
|
+
liveSummary: string;
|
|
4932
|
+
targetMessageId?: string | null;
|
|
4933
|
+
targetToolCallId?: string | null;
|
|
4934
|
+
type: string;
|
|
4977
4935
|
} | {
|
|
4978
4936
|
__typename: 'ReasoningEventOutput';
|
|
4979
4937
|
delta: string;
|
|
@@ -5493,6 +5451,7 @@ type DeleteInsightMutationVariables = Exact<{
|
|
|
5493
5451
|
where: InsightWhereUniqueInput;
|
|
5494
5452
|
}>;
|
|
5495
5453
|
type DeleteInsightsMutationVariables = Exact<{
|
|
5454
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
5496
5455
|
where?: InputMaybe<InsightWhereInput>;
|
|
5497
5456
|
}>;
|
|
5498
5457
|
type DeleteIntegrationMutationVariables = Exact<{
|
|
@@ -6265,4 +6224,4 @@ interface DvinaClientResult {
|
|
|
6265
6224
|
*/
|
|
6266
6225
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
6267
6226
|
|
|
6268
|
-
export { type Artifact_Message_ContentsQueryVariables as $, type AbortChatMutationVariables as A, type ChatMessage_FeedbackQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, FeedbackType as E, type FileFragment as F, type FeedbackFragment as G, type Insight_ReportsQueryVariables as H, type InsightFragment as I, type Report_InsightsQueryVariables as J, type InsightConnectionFragment as K, type Report_LayoutQueryVariables as L, type ReportFragment as M, type ReportConnectionFragment as N, type Insight_ThumbnailFileQueryVariables as O, Presentation as P, type Chat_MessagesQueryVariables as Q, ReportMemberSize as R, type ChatMessageConnectionFragment as S, type ReportQueryVariables as T, type ArtifactConnectionFragment as U, type AddInsightToReportMutationVariables as V, type AgentQueryVariables as W, type AgentsQueryVariables as X, type ArtifactQueryVariables as Y, type Artifact_Chat_InsightQueryVariables as Z, type Artifact_Message_ChatQueryVariables as _, ActionType as a, type CreateReportMutationVariables as a$, type Artifact_Message_FeedbackQueryVariables as a0, type ArtifactsQueryVariables as a1, type AudioEventOutputFragment as a2, type CancelOauthFlowMutationVariables as a3, type CancelWorkspaceDeletionMutationVariables as a4, type CandidateFragment as a5, type CandidateEvidenceFragment as a6, ChatSourceProviderEnum as a7, type ImportedChatSummaryOutputFragment as a8, type ChatImportExecuteOutputFragment as a9, TableStatus as aA, type TableFragment as aB, type Table_DatabaseQueryVariables as aC, type Table_DocumentQueryVariables as aD, type DocumentFragment as aE, type Document_ContentsQueryVariables as aF, type DocumentContentFragment as aG, type DocumentQueryVariables as aH, type Document_FileQueryVariables as aI, type Document_FormatQueryVariables as aJ, type DocumentFormatFragment as aK, type DocumentCatalogQueryVariables as aL, type DocumentCatalogFragment as aM, type DocumentCatalog_FormatQueryVariables as aN, type Document_TablesQueryVariables as aO, type Table_FromRelationsQueryVariables as aP, RelationType as aQ, type RelationFragment as aR, type TableQueryVariables as aS, type Table_ToRelationsQueryVariables as aT, type TableConnectionFragment as aU, type CreateDocumentMutationVariables as aV, type CreateFeedbackMutationVariables as aW, type CreateFolderMutationVariables as aX, type FolderFragment as aY, type CreateInsightMutationVariables as aZ, type CreateIntegrationMutationVariables as a_, ChatSourceImportFidelityEnum as aa, ChatSourceImportModeEnum as ab, type ChatImportPreviewOutputFragment as ac, type ChatMessage_Chat_InsightQueryVariables as ad, type ChatMessagesQueryVariables as ae, type ChatQueryVariables as af, type ChatTitleEventOutputFragment as ag, type Chat_Insight_ReportMembersQueryVariables as ah, type Chat_Insight_ThumbnailFileQueryVariables as ai, type ChatsQueryVariables as aj, type ConnectIntegrationMutationVariables as ak, type CreateIntegrationOutputFragment as al, type ConsumePulseEventsMutationVariables as am, type ContentMaskFragment as an, type ContinueImportedChatMutationVariables as ao, type ContinueInterpretationMutationVariables as ap, type CreateAgentMutationVariables as aq, type CreateChatMutationVariables as ar, type CreateDatabaseMutationVariables as as, type DatabaseFragment as at, type Database_EngineQueryVariables as au, type DatabaseEngineFragment as av, type DatabaseCatalogQueryVariables as aw, type DatabaseCatalogFragment as ax, type DatabaseCatalog_EngineQueryVariables as ay, type Database_TablesQueryVariables as az, type ActionFragment as b, type SetDatabasePrimaryKeyMutationVariables as b$, type CreateTableMutationVariables as b0, type CreateUserSkillFileMutationVariables as b1, type UserSkillFileModelFragment as b2, type CreateUserSkillFolderMutationVariables as b3, type UserSkillFolderModelFragment as b4, type CubeModelFragment as b5, type DatabaseCatalogConnectionFragment as b6, type DatabaseCatalogsQueryVariables as b7, type DatabaseConnectionFragment as b8, type DatabaseQueryVariables as b9, type Integration_ProviderQueryVariables as bA, type IntegrationProviderFragment as bB, type IntegrationCatalogQueryVariables as bC, type IntegrationCatalogFragment as bD, type IntegrationCatalog_ProviderQueryVariables as bE, type DocumentCatalogConnectionFragment as bF, type DocumentCatalogsQueryVariables as bG, type DocumentConnectionFragment as bH, type Document_Format_CatalogQueryVariables as bI, type DocumentsQueryVariables as bJ, type ChatStreamClient as bK, type ExecuteChatImportMutationVariables as bL, type GenerateUploadUriMutationVariables as bM, type FileModelFragment as bN, type PreviewChatImportMutationVariables as bO, type ReanalyzeDocumentMutationVariables as bP, type RefineAgentInstructionMutationVariables as bQ, type RefineSkillInstructionMutationVariables as bR, type RefreshDatabaseSchemaMutationVariables as bS, type RefreshInsightMutationVariables as bT, type ReinterpretSourceMutationVariables as bU, type ReinterpretSourcesOfuserMutationVariables as bV, type RelocateInsightMutationVariables as bW, type RemoveInsightFromReportMutationVariables as bX, type ResolvePulseEventMutationVariables as bY, type WorkspaceDeleteScheduleFragment as bZ, type SendMessageMutationVariables as b_, type DatabaseSchemaQueryVariables as ba, type Database_Engine_CatalogQueryVariables as bb, type DatabasesQueryVariables as bc, type DeepAnalysisUsageFragment as bd, type DeleteAgentMutationVariables as be, type DeleteArtifactMutationVariables as bf, type DeleteChatMutationVariables as bg, type DeleteDatabaseMutationVariables as bh, type DeleteDocumentMutationVariables as bi, type DeleteFolderMutationVariables as bj, type DeleteInsightMutationVariables as bk, type DeleteInsightsMutationVariables as bl, type DeleteIntegrationMutationVariables as bm, type DeleteReportMutationVariables as bn, type DeleteTableMutationVariables as bo, type DeleteUserSkillFileMutationVariables as bp, type DeleteUserSkillFolderMutationVariables as bq, type DevAccessTokenOutputFragment as br, type DisconnectIntegrationMutationVariables as bs, type DismissPulseEventMutationVariables as bt, PulseEventKind as bu, PulseEventPriority as bv, type PulseEventFragment as bw, type PulseEvent_IntegrationQueryVariables as bx, IntegrationStatus as by, type IntegrationFragment as bz, ChatMessageFromEnum as c, type GetUsageQueryVariables as c$, type UpdateAgentMutationVariables as c0, type UpdateArtifactNameMutationVariables as c1, type UpdateChatMutationVariables as c2, type UpdateDatabaseMutationVariables as c3, type UpdateDocumentMutationVariables as c4, type UpdateFolderMutationVariables as c5, type UpdateInsightMutationVariables as c6, type UpdateInsightInReportMutationVariables as c7, type UpdateInsightThumbnailMutationVariables as c8, type UpdateInterpMutationVariables as c9, type FeedSendMessageActionFragment as cA, type FeedItem_DataQueryVariables as cB, type FeedItemsQueryVariables as cC, type FeedConnectionFragment as cD, type FileQueryVariables as cE, type FileMetaQueryVariables as cF, type FileUrlsQueryVariables as cG, type ResolvedFileUrlFragment as cH, type FindFitTierQueryVariables as cI, EntitlementTier as cJ, type FolderQueryVariables as cK, type FoldersQueryVariables as cL, type FolderConnectionFragment as cM, type GetCapabilityQueryVariables as cN, type GetDevAccessTokenQueryVariables as cO, type GetLimitQueryVariables as cP, type GetRemainingQueryVariables as cQ, type GetTokenUsageByModelQueryVariables as cR, type ModelTokenUsageFragment as cS, type GetTokenUsageHistoryQueryVariables as cT, type GetTokenUsageStatusQueryVariables as cU, TokenUsageLimit as cV, ActiveWindowType as cW, type WindowDetailTypeFragment as cX, type UsageWindowsStatusTypeFragment as cY, type UsageStatusFragment as cZ, type GetTokenUsageStatus_WindowsQueryVariables as c_, AiResourceType as ca, InterpretationType as cb, type InterpretationFragment as cc, type UpdateLiveContextMutationVariables as cd, LiveContextStatus as ce, type LiveContextFragment as cf, type UpdatePulseTriggerMutationVariables as cg, type PulseTriggerSettingModelFragment as ch, type UpdateReportMutationVariables as ci, type UpdateTableMutationVariables as cj, type UpdateUserSkillFileMutationVariables as ck, type UpdateUserSkillFolderMutationVariables as cl, type ExportQueryVariables as cm, type ExportWithInsightIdQueryVariables as cn, type FeedItemQueryVariables as co, FeedItemKind as cp, type FeedArtifactDataFragment as cq, type FeedDatabaseDataFragment as cr, type FeedDocumentDataFragment as cs, type FeedInsightDataFragment as ct, type FeedIntegrationDataFragment as cu, type FeedLiveContextDataFragment as cv, type FeedPulseDataFragment as cw, type FeedItemFragment as cx, type FeedItem_ActionQueryVariables as cy, FeedActionType as cz, type ChatMessageFragment as d, type ResetWorkspaceMutationVariables as d$, type InsightsQueryVariables as d0, type IntegrationQueryVariables as d1, type IntegrationCatalogToolsQueryVariables as d2, type IntegrationCatalogsQueryVariables as d3, type IntegrationCatalogConnectionFragment as d4, type IntegrationsQueryVariables as d5, type IntegrationConnectionFragment as d6, type InterpretationsQueryVariables as d7, type InterpretationConnectionFragment as d8, type NotificationQueryVariables as d9, type McpAuthUpdatesSubscriptionVariables as dA, McpAuthPhase as dB, type McpAuthUpdateModelFragment as dC, type TokenUsageUpdatesSubscriptionVariables as dD, type EvidenceFragment as dE, type FailedSyncEventIngestionFragment as dF, type FeedItemGeneratedFragment as dG, type StreamMessageContentOutputFragment as dH, type StreamMessageOutputFragment as dI, type UsageMetaOutputFragment as dJ, type FinalContentEventOutputFragment as dK, type GetTokenUsageStatus_Windows_DayQueryVariables as dL, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as dM, type GetTokenUsageStatus_Windows_MonthQueryVariables as dN, type GetTokenUsageStatus_Windows_WeekQueryVariables as dO, type InferenceRequestAuditFragment as dP, type Integration_Provider_CatalogQueryVariables as dQ, type InvocationFragment as dR, type McpClientInformationFragment as dS, type McpCodeVerifierFragment as dT, type McpServerFragment as dU, type McpTokensFragment as dV, type McpToolFragment as dW, type MessageEndEventOutputFragment as dX, type MessageStartEventOutputFragment as dY, type PulseEvent_Integration_ProviderQueryVariables as dZ, type ReasoningEventOutputFragment as d_, NotificationCategory as da, NotificationPriority as db, NotificationStatus as dc, type NotificationFragment as dd, type NotificationsQueryVariables as de, type NotificationConnectionFragment as df, type NotificationsByReferenceQueryVariables as dg, type PrivacyStatsQueryVariables as dh, type PrivacyStatsFragment as di, type PulseAppSummaryQueryVariables as dj, type PulseAppSummaryModelFragment as dk, type PulseEventQueryVariables as dl, type PulseEventsQueryVariables as dm, type PulseEventConnectionFragment as dn, type PulseTriggerSettingsQueryVariables as dp, type QueryQueryVariables as dq, type QueryWithInsightIdQueryVariables as dr, type QueryWithMessageIdQueryVariables as ds, type ReportsQueryVariables as dt, type TablesQueryVariables as du, type UserSkillFileQueryVariables as dv, type UserSkillFilesQueryVariables as dw, type UserSkillFolderQueryVariables as dx, type UserSkillFoldersQueryVariables as dy, type WorkspaceDeletionScheduleQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type ScheduleWorkspaceDeletionMutationVariables as e0, type TextBlockEventOutputFragment as e1, type TextDeltaEventOutputFragment as e2, type ToolInputDeltaEventOutputFragment as e3, type ToolResultArtifactOutputFragment as e4, type ToolResultEventOutputFragment as e5, type ToolStartEventOutputFragment as e6, type WidgetBlockCompleteEventOutputFragment as e7, type WidgetBlockErrorEventOutputFragment as e8, type WidgetBlockStartEventOutputFragment as e9, DocumentOrderByRelevanceFieldEnum as eA, type DvinaSdkBaseOptions as eB, type DvinaSdkCallbackOptions as eC, type DvinaSdkTokenOptions as eD, FeedItemOrderByRelevanceFieldEnum as eE, FeedbackOrderByRelevanceFieldEnum as eF, FileOrderByRelevanceFieldEnum as eG, FileUrlVariant as eH, FolderOrderByRelevanceFieldEnum as eI, InsightOrderByRelevanceFieldEnum as eJ, IntegrationCatalogOrderByRelevanceFieldEnum as eK, IntegrationOrderByRelevanceFieldEnum as eL, InterpretationOrderByRelevanceFieldEnum as eM, LimitType as eN, NotificationOrderByRelevanceFieldEnum as eO, NullsOrder as eP, PulseEventOrderByRelevanceFieldEnum as eQ, QueryMode as eR, ReportOrderByRelevanceFieldEnum as eS, SendMessageModel as eT, SortOrder as eU, TableOrderByRelevanceFieldEnum as eV, UsageHistoryGranularity as eW, createChatStreamClient as eX, createDvinaClient as eY, type WidgetHtmlDeltaEventOutputFragment as ea, type StreamEventSchemaAnchorFragment as eb, type SyncEventFragment as ec, type SyncEventCursorFragment as ed, type Table_Database_EngineQueryVariables as ee, type Table_Document_ContentsQueryVariables as ef, type Table_Document_FileQueryVariables as eg, type Table_Document_FormatQueryVariables as eh, type TokenUsageFragment as ei, type UserSkillFileFragment as ej, type UserSkillFolderFragment as ek, type ActiveChatStreamClient as el, type ActiveChatStreamListener as em, type ActiveChatStreamListenerHandlers as en, AgentOrderByRelevanceFieldEnum as eo, ArtifactOrderByRelevanceFieldEnum as ep, CapabilityType as eq, ChatMessageOrderByRelevanceFieldEnum as er, ChatOrderByRelevanceFieldEnum as es, type ChatStreamClientOptions as et, type ChatStreamEvent as eu, type ChatStreamListener as ev, type ChatStreamListenerHandlers as ew, DatabaseCatalogOrderByRelevanceFieldEnum as ex, DatabaseOrderByRelevanceFieldEnum as ey, DocumentCatalogOrderByRelevanceFieldEnum as ez, ArtifactKind as f, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, type ChatFragment as i, type Chat_AgentsQueryVariables as j, type AgentFragment as k, type Agent_ChatsQueryVariables as l, type ChatConnectionFragment as m, type AgentConnectionFragment as n, type Chat_ArtifactsQueryVariables as o, type Chat_InsightQueryVariables as p, type Insight_ChatQueryVariables as q, type Insight_ReportMembersQueryVariables as r, type ReportMemberFragment as s, type InsightQueryVariables as t, type Artifact_FileQueryVariables as u, type Artifact_MessageQueryVariables as v, type ChatMessage_ChatQueryVariables as w, type ChatMessage_ContentsQueryVariables as x, ContentBlockType as y, type ContentBlockFragment as z };
|
|
6227
|
+
export { type Artifact_Message_ContentsQueryVariables as $, type AbortChatMutationVariables as A, type ChatMessage_ChatQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type ChatMessage_ContentsQueryVariables as E, type FileFragment as F, ContentBlockType as G, type ContentBlockFragment as H, type InsightFragment as I, type ChatMessage_FeedbackQueryVariables as J, FeedbackType as K, type FeedbackFragment as L, type Chat_MessagesQueryVariables as M, type ChatMessageConnectionFragment as N, type Insight_ReportsQueryVariables as O, Presentation as P, type ReportConnectionFragment as Q, ReportMemberSize as R, type Insight_ThumbnailFileQueryVariables as S, type InsightQueryVariables as T, type ArtifactConnectionFragment as U, type AddInsightToReportMutationVariables as V, type AgentQueryVariables as W, type AgentsQueryVariables as X, type ArtifactQueryVariables as Y, type Artifact_Chat_InsightQueryVariables as Z, type Artifact_Message_ChatQueryVariables as _, ActionType as a, type CreateReportMutationVariables as a$, type Artifact_Message_FeedbackQueryVariables as a0, type ArtifactsQueryVariables as a1, type AudioEventOutputFragment as a2, type CancelOauthFlowMutationVariables as a3, type CancelWorkspaceDeletionMutationVariables as a4, type CandidateFragment as a5, type CandidateEvidenceFragment as a6, ChatSourceProviderEnum as a7, type ImportedChatSummaryOutputFragment as a8, type ChatImportExecuteOutputFragment as a9, TableStatus as aA, type TableFragment as aB, type Table_DatabaseQueryVariables as aC, type Table_DocumentQueryVariables as aD, type DocumentFragment as aE, type Document_ContentsQueryVariables as aF, type DocumentContentFragment as aG, type DocumentQueryVariables as aH, type Document_FileQueryVariables as aI, type Document_FormatQueryVariables as aJ, type DocumentFormatFragment as aK, type DocumentCatalogQueryVariables as aL, type DocumentCatalogFragment as aM, type DocumentCatalog_FormatQueryVariables as aN, type Document_TablesQueryVariables as aO, type Table_FromRelationsQueryVariables as aP, RelationType as aQ, type RelationFragment as aR, type TableQueryVariables as aS, type Table_ToRelationsQueryVariables as aT, type TableConnectionFragment as aU, type CreateDocumentMutationVariables as aV, type CreateFeedbackMutationVariables as aW, type CreateFolderMutationVariables as aX, type FolderFragment as aY, type CreateInsightMutationVariables as aZ, type CreateIntegrationMutationVariables as a_, ChatSourceImportFidelityEnum as aa, ChatSourceImportModeEnum as ab, type ChatImportPreviewOutputFragment as ac, type ChatMessage_Chat_InsightQueryVariables as ad, type ChatMessagesQueryVariables as ae, type ChatQueryVariables as af, type ChatTitleEventOutputFragment as ag, type Chat_Insight_ReportMembersQueryVariables as ah, type Chat_Insight_ThumbnailFileQueryVariables as ai, type ChatsQueryVariables as aj, type ConnectIntegrationMutationVariables as ak, type CreateIntegrationOutputFragment as al, type ConsumePulseEventsMutationVariables as am, type ContentMaskFragment as an, type ContinueImportedChatMutationVariables as ao, type ContinueInterpretationMutationVariables as ap, type CreateAgentMutationVariables as aq, type CreateChatMutationVariables as ar, type CreateDatabaseMutationVariables as as, type DatabaseFragment as at, type Database_EngineQueryVariables as au, type DatabaseEngineFragment as av, type DatabaseCatalogQueryVariables as aw, type DatabaseCatalogFragment as ax, type DatabaseCatalog_EngineQueryVariables as ay, type Database_TablesQueryVariables as az, type ActionFragment as b, type SetDatabasePrimaryKeyMutationVariables as b$, type CreateTableMutationVariables as b0, type CreateUserSkillFileMutationVariables as b1, type UserSkillFileModelFragment as b2, type CreateUserSkillFolderMutationVariables as b3, type UserSkillFolderModelFragment as b4, type CubeModelFragment as b5, type DatabaseCatalogConnectionFragment as b6, type DatabaseCatalogsQueryVariables as b7, type DatabaseConnectionFragment as b8, type DatabaseQueryVariables as b9, type Integration_ProviderQueryVariables as bA, type IntegrationProviderFragment as bB, type IntegrationCatalogQueryVariables as bC, type IntegrationCatalogFragment as bD, type IntegrationCatalog_ProviderQueryVariables as bE, type DocumentCatalogConnectionFragment as bF, type DocumentCatalogsQueryVariables as bG, type DocumentConnectionFragment as bH, type Document_Format_CatalogQueryVariables as bI, type DocumentsQueryVariables as bJ, type ChatStreamClient as bK, type ExecuteChatImportMutationVariables as bL, type GenerateUploadUriMutationVariables as bM, type FileModelFragment as bN, type PreviewChatImportMutationVariables as bO, type ReanalyzeDocumentMutationVariables as bP, type RefineAgentInstructionMutationVariables as bQ, type RefineSkillInstructionMutationVariables as bR, type RefreshDatabaseSchemaMutationVariables as bS, type RefreshInsightMutationVariables as bT, type ReinterpretSourceMutationVariables as bU, type ReinterpretSourcesOfuserMutationVariables as bV, type RelocateInsightMutationVariables as bW, type RemoveInsightFromReportMutationVariables as bX, type ResolvePulseEventMutationVariables as bY, type WorkspaceDeleteScheduleFragment as bZ, type SendMessageMutationVariables as b_, type DatabaseSchemaQueryVariables as ba, type Database_Engine_CatalogQueryVariables as bb, type DatabasesQueryVariables as bc, type DeepAnalysisUsageFragment as bd, type DeleteAgentMutationVariables as be, type DeleteArtifactMutationVariables as bf, type DeleteChatMutationVariables as bg, type DeleteDatabaseMutationVariables as bh, type DeleteDocumentMutationVariables as bi, type DeleteFolderMutationVariables as bj, type DeleteInsightMutationVariables as bk, type DeleteInsightsMutationVariables as bl, type DeleteIntegrationMutationVariables as bm, type DeleteReportMutationVariables as bn, type DeleteTableMutationVariables as bo, type DeleteUserSkillFileMutationVariables as bp, type DeleteUserSkillFolderMutationVariables as bq, type DevAccessTokenOutputFragment as br, type DisconnectIntegrationMutationVariables as bs, type DismissPulseEventMutationVariables as bt, PulseEventPriority as bu, PulseEventKind as bv, type PulseEventFragment as bw, type PulseEvent_IntegrationQueryVariables as bx, IntegrationStatus as by, type IntegrationFragment as bz, ChatMessageFromEnum as c, type GetUsageQueryVariables as c$, type UpdateAgentMutationVariables as c0, type UpdateArtifactNameMutationVariables as c1, type UpdateChatMutationVariables as c2, type UpdateDatabaseMutationVariables as c3, type UpdateDocumentMutationVariables as c4, type UpdateFolderMutationVariables as c5, type UpdateInsightMutationVariables as c6, type UpdateInsightInReportMutationVariables as c7, type UpdateInsightThumbnailMutationVariables as c8, type UpdateInterpMutationVariables as c9, type FeedSendMessageActionFragment as cA, type FeedItem_DataQueryVariables as cB, type FeedItemsQueryVariables as cC, type FeedConnectionFragment as cD, type FileQueryVariables as cE, type FileMetaQueryVariables as cF, type FileUrlsQueryVariables as cG, type ResolvedFileUrlFragment as cH, type FindFitTierQueryVariables as cI, EntitlementTier as cJ, type FolderQueryVariables as cK, type FoldersQueryVariables as cL, type FolderConnectionFragment as cM, type GetCapabilityQueryVariables as cN, type GetDevAccessTokenQueryVariables as cO, type GetLimitQueryVariables as cP, type GetRemainingQueryVariables as cQ, type GetTokenUsageByModelQueryVariables as cR, type ModelTokenUsageFragment as cS, type GetTokenUsageHistoryQueryVariables as cT, type GetTokenUsageStatusQueryVariables as cU, TokenUsageLimit as cV, ActiveWindowType as cW, type WindowDetailTypeFragment as cX, type UsageWindowsStatusTypeFragment as cY, type UsageStatusFragment as cZ, type GetTokenUsageStatus_WindowsQueryVariables as c_, InterpretationType as ca, AiResourceType as cb, type InterpretationFragment as cc, type UpdateLiveContextMutationVariables as cd, LiveContextStatus as ce, type LiveContextFragment as cf, type UpdatePulseTriggerMutationVariables as cg, type PulseTriggerSettingModelFragment as ch, type UpdateReportMutationVariables as ci, type UpdateTableMutationVariables as cj, type UpdateUserSkillFileMutationVariables as ck, type UpdateUserSkillFolderMutationVariables as cl, type ExportQueryVariables as cm, type ExportWithInsightIdQueryVariables as cn, type FeedItemQueryVariables as co, FeedItemKind as cp, type FeedDocumentDataFragment as cq, type FeedArtifactDataFragment as cr, type FeedDatabaseDataFragment as cs, type FeedInsightDataFragment as ct, type FeedIntegrationDataFragment as cu, type FeedLiveContextDataFragment as cv, type FeedPulseDataFragment as cw, type FeedItemFragment as cx, type FeedItem_ActionQueryVariables as cy, FeedActionType as cz, type ChatMessageFragment as d, type ReasoningEventOutputFragment as d$, type InsightsQueryVariables as d0, type IntegrationQueryVariables as d1, type IntegrationCatalogToolsQueryVariables as d2, type IntegrationCatalogsQueryVariables as d3, type IntegrationCatalogConnectionFragment as d4, type IntegrationsQueryVariables as d5, type IntegrationConnectionFragment as d6, type InterpretationsQueryVariables as d7, type InterpretationConnectionFragment as d8, type NotificationQueryVariables as d9, type McpAuthUpdatesSubscriptionVariables as dA, McpAuthPhase as dB, type McpAuthUpdateModelFragment as dC, type TokenUsageUpdatesSubscriptionVariables as dD, type EvidenceFragment as dE, type FailedSyncEventIngestionFragment as dF, type FeedItemGeneratedFragment as dG, type StreamMessageContentOutputFragment as dH, type StreamMessageOutputFragment as dI, type UsageMetaOutputFragment as dJ, type FinalContentEventOutputFragment as dK, type GetTokenUsageStatus_Windows_DayQueryVariables as dL, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as dM, type GetTokenUsageStatus_Windows_MonthQueryVariables as dN, type GetTokenUsageStatus_Windows_WeekQueryVariables as dO, type InferenceRequestAuditFragment as dP, type Integration_Provider_CatalogQueryVariables as dQ, type InvocationFragment as dR, type McpClientInformationFragment as dS, type McpCodeVerifierFragment as dT, type McpServerFragment as dU, type McpTokensFragment as dV, type McpToolFragment as dW, type MessageEndEventOutputFragment as dX, type MessageStartEventOutputFragment as dY, type ProgressSummaryEventOutputFragment as dZ, type PulseEvent_Integration_ProviderQueryVariables as d_, NotificationCategory as da, NotificationPriority as db, NotificationStatus as dc, type NotificationFragment as dd, type NotificationsQueryVariables as de, type NotificationConnectionFragment as df, type NotificationsByReferenceQueryVariables as dg, type PrivacyStatsQueryVariables as dh, type PrivacyStatsFragment as di, type PulseAppSummaryQueryVariables as dj, type PulseAppSummaryModelFragment as dk, type PulseEventQueryVariables as dl, type PulseEventsQueryVariables as dm, type PulseEventConnectionFragment as dn, type PulseTriggerSettingsQueryVariables as dp, type QueryQueryVariables as dq, type QueryWithInsightIdQueryVariables as dr, type QueryWithMessageIdQueryVariables as ds, type ReportsQueryVariables as dt, type TablesQueryVariables as du, type UserSkillFileQueryVariables as dv, type UserSkillFilesQueryVariables as dw, type UserSkillFolderQueryVariables as dx, type UserSkillFoldersQueryVariables as dy, type WorkspaceDeletionScheduleQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type ResetWorkspaceMutationVariables as e0, type ScheduleWorkspaceDeletionMutationVariables as e1, type TextBlockEventOutputFragment as e2, type TextDeltaEventOutputFragment as e3, type WidgetBlockStartEventOutputFragment as e4, type WidgetHtmlDeltaEventOutputFragment as e5, type WidgetBlockCompleteEventOutputFragment as e6, type WidgetBlockErrorEventOutputFragment as e7, type ToolStartEventOutputFragment as e8, type ToolInputDeltaEventOutputFragment as e9, DocumentCatalogOrderByRelevanceFieldEnum as eA, DocumentOrderByRelevanceFieldEnum as eB, type DvinaSdkBaseOptions as eC, type DvinaSdkCallbackOptions as eD, type DvinaSdkTokenOptions as eE, FeedItemOrderByRelevanceFieldEnum as eF, FeedbackOrderByRelevanceFieldEnum as eG, FileOrderByRelevanceFieldEnum as eH, FileUrlVariant as eI, FolderOrderByRelevanceFieldEnum as eJ, InsightOrderByRelevanceFieldEnum as eK, IntegrationCatalogOrderByRelevanceFieldEnum as eL, IntegrationOrderByRelevanceFieldEnum as eM, InterpretationOrderByRelevanceFieldEnum as eN, LimitType as eO, NotificationOrderByRelevanceFieldEnum as eP, NullsOrder as eQ, PulseEventOrderByRelevanceFieldEnum as eR, QueryMode as eS, ReportOrderByRelevanceFieldEnum as eT, SendMessageModel as eU, SortOrder as eV, TableOrderByRelevanceFieldEnum as eW, UsageHistoryGranularity as eX, createChatStreamClient as eY, createDvinaClient as eZ, type ToolResultArtifactOutputFragment as ea, type ToolResultEventOutputFragment as eb, type StreamEventSchemaAnchorFragment as ec, type SyncEventFragment as ed, type SyncEventCursorFragment as ee, type Table_Database_EngineQueryVariables as ef, type Table_Document_ContentsQueryVariables as eg, type Table_Document_FileQueryVariables as eh, type Table_Document_FormatQueryVariables as ei, type TokenUsageFragment as ej, type UserSkillFileFragment as ek, type UserSkillFolderFragment as el, type ActiveChatStreamClient as em, type ActiveChatStreamListener as en, type ActiveChatStreamListenerHandlers as eo, AgentOrderByRelevanceFieldEnum as ep, ArtifactOrderByRelevanceFieldEnum as eq, CapabilityType as er, ChatMessageOrderByRelevanceFieldEnum as es, ChatOrderByRelevanceFieldEnum as et, type ChatStreamClientOptions as eu, type ChatStreamEvent as ev, type ChatStreamListener as ew, type ChatStreamListenerHandlers as ex, DatabaseCatalogOrderByRelevanceFieldEnum as ey, DatabaseOrderByRelevanceFieldEnum as ez, ArtifactKind as f, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, type ChatFragment as i, type Chat_AgentsQueryVariables as j, type AgentFragment as k, type Agent_ChatsQueryVariables as l, type ChatConnectionFragment as m, type AgentConnectionFragment as n, type Chat_ArtifactsQueryVariables as o, type Chat_InsightQueryVariables as p, type Insight_ChatQueryVariables as q, type Insight_ReportMembersQueryVariables as r, type ReportMemberFragment as s, type ReportQueryVariables as t, type ReportFragment as u, type Report_InsightsQueryVariables as v, type InsightConnectionFragment as w, type Report_LayoutQueryVariables as x, type Artifact_FileQueryVariables as y, type Artifact_MessageQueryVariables as z };
|