@dvina/sdk 4.0.164 → 4.0.170

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.
@@ -103,10 +103,10 @@ type AgentScalarWhereInput = {
103
103
  NOT?: InputMaybe<Array<AgentScalarWhereInput>>;
104
104
  OR?: InputMaybe<Array<AgentScalarWhereInput>>;
105
105
  createdAt?: InputMaybe<DateTimeFilter>;
106
- emoji?: InputMaybe<StringNullableFilter>;
106
+ emoji?: InputMaybe<StringFilter>;
107
107
  id?: InputMaybe<StringFilter>;
108
- instruction?: InputMaybe<StringNullableFilter>;
109
- name?: InputMaybe<StringNullableFilter>;
108
+ instruction?: InputMaybe<StringFilter>;
109
+ name?: InputMaybe<StringFilter>;
110
110
  updatedAt?: InputMaybe<DateTimeFilter>;
111
111
  };
112
112
  type AgentStreamEvent = AudioEventOutput | ChatTitleEventOutput | FinalContentEventOutput | MessageEndEventOutput | MessageStartEventOutput | ReasoningEventOutput | TextBlockEventOutput | TextDeltaEventOutput | ToolInputDeltaEventOutput | ToolResultEventOutput | ToolStartEventOutput | WidgetBlockCompleteEventOutput | WidgetBlockErrorEventOutput | WidgetBlockStartEventOutput | WidgetHtmlDeltaEventOutput;
@@ -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<StringNullableFilter>;
162
+ emoji?: InputMaybe<StringFilter>;
163
163
  id?: InputMaybe<StringFilter>;
164
- instruction?: InputMaybe<StringNullableFilter>;
165
- name?: InputMaybe<StringNullableFilter>;
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<StringNullableFilter>;
174
+ emoji?: InputMaybe<StringFilter>;
175
175
  id?: InputMaybe<Scalars['String']>;
176
- instruction?: InputMaybe<StringNullableFilter>;
177
- name?: InputMaybe<StringNullableFilter>;
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<StringNullableFilter>;
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<StringNullableFilter>;
303
- toolCallId?: InputMaybe<StringNullableFilter>;
302
+ messageId?: InputMaybe<StringFilter>;
303
+ toolCallId?: InputMaybe<StringFilter>;
304
304
  updatedAt?: InputMaybe<DateTimeFilter>;
305
- userId?: InputMaybe<StringNullableFilter>;
306
- workspaceId?: InputMaybe<StringNullableFilter>;
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<ChatNullableRelationFilter>;
396
- chatId?: InputMaybe<StringNullableFilter>;
395
+ chat?: InputMaybe<ChatScalarRelationFilter>;
396
+ chatId?: InputMaybe<StringFilter>;
397
397
  createdAt?: InputMaybe<DateTimeFilter>;
398
- file?: InputMaybe<FileRelationFilter>;
398
+ file?: InputMaybe<FileScalarRelationFilter>;
399
399
  fileId?: InputMaybe<StringFilter>;
400
400
  id?: InputMaybe<StringFilter>;
401
401
  kind?: InputMaybe<EnumArtifactKindFilter>;
402
- message?: InputMaybe<ChatMessageNullableRelationFilter>;
403
- messageId?: InputMaybe<StringNullableFilter>;
404
- toolCallId?: InputMaybe<StringNullableFilter>;
402
+ message?: InputMaybe<ChatMessageScalarRelationFilter>;
403
+ messageId?: InputMaybe<StringFilter>;
404
+ toolCallId?: InputMaybe<StringFilter>;
405
405
  updatedAt?: InputMaybe<DateTimeFilter>;
406
- userId?: InputMaybe<StringNullableFilter>;
407
- workspaceId?: InputMaybe<StringNullableFilter>;
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<ChatNullableRelationFilter>;
414
- chatId?: InputMaybe<StringNullableFilter>;
413
+ chat?: InputMaybe<ChatScalarRelationFilter>;
414
+ chatId?: InputMaybe<StringFilter>;
415
415
  createdAt?: InputMaybe<DateTimeFilter>;
416
- file?: InputMaybe<FileRelationFilter>;
416
+ file?: InputMaybe<FileScalarRelationFilter>;
417
417
  fileId?: InputMaybe<Scalars['String']>;
418
418
  id?: InputMaybe<Scalars['String']>;
419
419
  kind?: InputMaybe<EnumArtifactKindFilter>;
420
- message?: InputMaybe<ChatMessageNullableRelationFilter>;
421
- messageId?: InputMaybe<StringNullableFilter>;
422
- toolCallId?: InputMaybe<StringNullableFilter>;
420
+ message?: InputMaybe<ChatMessageScalarRelationFilter>;
421
+ messageId?: InputMaybe<StringFilter>;
422
+ toolCallId?: InputMaybe<StringFilter>;
423
423
  updatedAt?: InputMaybe<DateTimeFilter>;
424
- userId?: InputMaybe<StringNullableFilter>;
425
- workspaceId?: InputMaybe<StringNullableFilter>;
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<NestedBoolFilter>;
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 ChatMessageRelationFilter = {
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<JsonNullableFilter>;
646
+ actions?: InputMaybe<JsonFilter>;
651
647
  chatId?: InputMaybe<StringFilter>;
652
648
  from?: InputMaybe<EnumChatMessageFromEnumFilter>;
653
649
  id?: InputMaybe<StringFilter>;
654
- originMeta?: InputMaybe<JsonNullableFilter>;
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<JsonNullableFilter>;
728
+ actions?: InputMaybe<JsonFilter>;
733
729
  artifacts?: InputMaybe<ArtifactListRelationFilter>;
734
- chat?: InputMaybe<ChatRelationFilter>;
730
+ chat?: InputMaybe<ChatScalarRelationFilter>;
735
731
  chatId?: InputMaybe<StringFilter>;
736
732
  contents?: InputMaybe<ContentBlockListRelationFilter>;
737
- feedback?: InputMaybe<FeedbackNullableRelationFilter>;
733
+ feedback?: InputMaybe<FeedbackScalarRelationFilter>;
738
734
  from?: InputMaybe<EnumChatMessageFromEnumFilter>;
739
735
  id?: InputMaybe<StringFilter>;
740
- originMeta?: InputMaybe<JsonNullableFilter>;
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<JsonNullableFilter>;
743
+ actions?: InputMaybe<JsonFilter>;
748
744
  artifacts?: InputMaybe<ArtifactListRelationFilter>;
749
- chat?: InputMaybe<ChatRelationFilter>;
745
+ chat?: InputMaybe<ChatScalarRelationFilter>;
750
746
  chatId?: InputMaybe<StringFilter>;
751
747
  contents?: InputMaybe<ContentBlockListRelationFilter>;
752
- feedback?: InputMaybe<FeedbackNullableRelationFilter>;
748
+ feedback?: InputMaybe<FeedbackScalarRelationFilter>;
753
749
  from?: InputMaybe<EnumChatMessageFromEnumFilter>;
754
750
  id?: InputMaybe<Scalars['String']>;
755
- originMeta?: InputMaybe<JsonNullableFilter>;
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 ChatRelationFilter = {
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<DateTimeNullableFilter>;
909
+ closedAt?: InputMaybe<DateTimeFilter>;
918
910
  createdAt?: InputMaybe<DateTimeFilter>;
919
911
  id?: InputMaybe<StringFilter>;
920
- insight?: InputMaybe<InsightNullableRelationFilter>;
921
- insightId?: InputMaybe<StringNullableFilter>;
912
+ insight?: InputMaybe<InsightScalarRelationFilter>;
913
+ insightId?: InputMaybe<StringFilter>;
922
914
  messages?: InputMaybe<ChatMessageListRelationFilter>;
923
915
  name?: InputMaybe<StringFilter>;
924
- originMeta?: InputMaybe<JsonNullableFilter>;
925
- piiMaskRules?: InputMaybe<JsonNullableFilter>;
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<DateTimeNullableFilter>;
927
+ closedAt?: InputMaybe<DateTimeFilter>;
936
928
  createdAt?: InputMaybe<DateTimeFilter>;
937
929
  id?: InputMaybe<Scalars['String']>;
938
- insight?: InputMaybe<InsightNullableRelationFilter>;
930
+ insight?: InputMaybe<InsightScalarRelationFilter>;
939
931
  insightId?: InputMaybe<Scalars['String']>;
940
932
  messages?: InputMaybe<ChatMessageListRelationFilter>;
941
933
  name?: InputMaybe<StringFilter>;
942
- originMeta?: InputMaybe<JsonNullableFilter>;
943
- piiMaskRules?: InputMaybe<JsonNullableFilter>;
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 ContentBlockRelationFilter = {
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<ChatMessageRelationFilter>;
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<ChatMessageRelationFilter>;
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<StringNullableFilter>;
1094
+ contentMasked?: InputMaybe<StringFilter>;
1103
1095
  id?: InputMaybe<StringFilter>;
1104
- piiMetadata?: InputMaybe<JsonNullableFilter>;
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<ContentBlockRelationFilter>;
1141
+ contentBlock?: InputMaybe<ContentBlockScalarRelationFilter>;
1150
1142
  contentBlockId?: InputMaybe<StringFilter>;
1151
- contentMasked?: InputMaybe<StringNullableFilter>;
1143
+ contentMasked?: InputMaybe<StringFilter>;
1152
1144
  id?: InputMaybe<StringFilter>;
1153
- piiMetadata?: InputMaybe<JsonNullableFilter>;
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<ContentBlockRelationFilter>;
1152
+ contentBlock?: InputMaybe<ContentBlockScalarRelationFilter>;
1161
1153
  contentBlockId?: InputMaybe<StringFilter>;
1162
- contentMasked?: InputMaybe<StringNullableFilter>;
1154
+ contentMasked?: InputMaybe<StringFilter>;
1163
1155
  id?: InputMaybe<Scalars['String']>;
1164
- piiMetadata?: InputMaybe<JsonNullableFilter>;
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<StringNullableFilter>;
1208
- authorUrl?: InputMaybe<StringNullableFilter>;
1199
+ authorName?: InputMaybe<StringFilter>;
1200
+ authorUrl?: InputMaybe<StringFilter>;
1209
1201
  category?: InputMaybe<StringFilter>;
1210
- description?: InputMaybe<StringNullableFilter>;
1211
- documentationUrl?: InputMaybe<StringNullableFilter>;
1202
+ description?: InputMaybe<StringFilter>;
1203
+ documentationUrl?: InputMaybe<StringFilter>;
1212
1204
  engineKey?: InputMaybe<StringFilter>;
1213
- icon?: InputMaybe<StringNullableFilter>;
1214
- iconClass?: InputMaybe<StringNullableFilter>;
1215
- iconType?: InputMaybe<StringNullableFilter>;
1205
+ icon?: InputMaybe<StringFilter>;
1206
+ iconClass?: InputMaybe<StringFilter>;
1207
+ iconType?: InputMaybe<StringFilter>;
1216
1208
  label?: InputMaybe<StringFilter>;
1217
- longDescription?: InputMaybe<StringNullableFilter>;
1209
+ longDescription?: InputMaybe<StringFilter>;
1218
1210
  order?: InputMaybe<IntFilter>;
1219
- privacyUrl?: InputMaybe<StringNullableFilter>;
1220
- supportUrl?: InputMaybe<StringNullableFilter>;
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<NestedDateTimeFilter>;
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<StringNullableFilter>;
1326
- iconClass?: InputMaybe<StringNullableFilter>;
1327
- iconType?: InputMaybe<StringNullableFilter>;
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<NestedEnumAiResourceTypeFilter>;
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<NestedEnumArtifactKindFilter>;
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<NestedEnumChatMessageFromEnumFilter>;
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<NestedEnumContentBlockTypeFilter>;
1407
+ not?: InputMaybe<EnumContentBlockTypeFilter>;
1426
1408
  notIn?: InputMaybe<Array<ContentBlockType>>;
1427
1409
  };
1428
- type EnumFeedActionTypeNullableFilter = {
1410
+ type EnumFeedActionTypeFilter = {
1429
1411
  equals?: InputMaybe<FeedActionType>;
1430
1412
  in?: InputMaybe<Array<FeedActionType>>;
1431
- not?: InputMaybe<NestedEnumFeedActionTypeNullableFilter>;
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<NestedEnumFeedbackTypeFilter>;
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<NestedEnumIntegrationStatusFilter>;
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<NestedEnumInterpretationTypeFilter>;
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<NestedEnumLiveContextStatusFilter>;
1437
+ not?: InputMaybe<EnumLiveContextStatusFilter>;
1456
1438
  notIn?: InputMaybe<Array<LiveContextStatus>>;
1457
1439
  };
1458
- type EnumNotificationCategoryNullableFilter = {
1440
+ type EnumNotificationCategoryFilter = {
1459
1441
  equals?: InputMaybe<NotificationCategory>;
1460
1442
  in?: InputMaybe<Array<NotificationCategory>>;
1461
- not?: InputMaybe<NestedEnumNotificationCategoryNullableFilter>;
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<NestedEnumNotificationPriorityFilter>;
1449
+ not?: InputMaybe<EnumNotificationPriorityFilter>;
1468
1450
  notIn?: InputMaybe<Array<NotificationPriority>>;
1469
1451
  };
1470
- type EnumNotificationStatusNullableFilter = {
1452
+ type EnumNotificationStatusFilter = {
1471
1453
  equals?: InputMaybe<NotificationStatus>;
1472
1454
  in?: InputMaybe<Array<NotificationStatus>>;
1473
- not?: InputMaybe<NestedEnumNotificationStatusNullableFilter>;
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<NestedEnumPresentationFilter>;
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<NestedEnumPulseEventKindFilter>;
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<NestedEnumPulseEventPriorityFilter>;
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<NestedEnumRelationTypeFilter>;
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<NestedEnumReportMemberSizeFilter>;
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<JsonNullableFilter>;
1551
- actionType?: InputMaybe<EnumFeedActionTypeNullableFilter>;
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<StringNullableFilter>;
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<ChatMessageRelationFilter>;
1616
+ chatMessage?: InputMaybe<ChatMessageScalarRelationFilter>;
1639
1617
  chatMessageId?: InputMaybe<StringFilter>;
1640
- comment?: InputMaybe<StringNullableFilter>;
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<ChatMessageRelationFilter>;
1626
+ chatMessage?: InputMaybe<ChatMessageScalarRelationFilter>;
1649
1627
  chatMessageId?: InputMaybe<Scalars['String']>;
1650
- comment?: InputMaybe<StringNullableFilter>;
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 FileRelationFilter = {
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<StringNullableFilter>;
1714
+ extension?: InputMaybe<StringFilter>;
1737
1715
  id?: InputMaybe<StringFilter>;
1738
- mimeType?: InputMaybe<StringNullableFilter>;
1739
- name?: InputMaybe<StringNullableFilter>;
1716
+ mimeType?: InputMaybe<StringFilter>;
1717
+ name?: InputMaybe<StringFilter>;
1740
1718
  path?: InputMaybe<StringFilter>;
1741
- size?: InputMaybe<IntNullableFilter>;
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<StringNullableFilter>;
1725
+ extension?: InputMaybe<StringFilter>;
1748
1726
  id?: InputMaybe<Scalars['String']>;
1749
- mimeType?: InputMaybe<StringNullableFilter>;
1750
- name?: InputMaybe<StringNullableFilter>;
1727
+ mimeType?: InputMaybe<StringFilter>;
1728
+ name?: InputMaybe<StringFilter>;
1751
1729
  path?: InputMaybe<StringFilter>;
1752
- size?: InputMaybe<IntNullableFilter>;
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<StringNullableFilter>;
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<StringNullableFilter>;
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 InsightRelationFilter = {
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<StringNullableFilter>;
1908
+ description?: InputMaybe<StringFilter>;
1935
1909
  id?: InputMaybe<StringFilter>;
1936
1910
  name?: InputMaybe<StringFilter>;
1937
- output?: InputMaybe<JsonNullableFilter>;
1938
- pivotConfig?: InputMaybe<JsonNullableFilter>;
1911
+ output?: InputMaybe<JsonFilter>;
1912
+ pivotConfig?: InputMaybe<JsonFilter>;
1939
1913
  presentation?: InputMaybe<EnumPresentationFilter>;
1940
1914
  query?: InputMaybe<JsonFilter>;
1941
- thumbnailFileId?: InputMaybe<StringNullableFilter>;
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<ChatNullableRelationFilter>;
2061
- description?: InputMaybe<StringNullableFilter>;
2034
+ chat?: InputMaybe<ChatScalarRelationFilter>;
2035
+ description?: InputMaybe<StringFilter>;
2062
2036
  id?: InputMaybe<StringFilter>;
2063
2037
  name?: InputMaybe<StringFilter>;
2064
- output?: InputMaybe<JsonNullableFilter>;
2065
- pivotConfig?: InputMaybe<JsonNullableFilter>;
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<StringNullableFilter>;
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<ChatNullableRelationFilter>;
2077
- description?: InputMaybe<StringNullableFilter>;
2050
+ chat?: InputMaybe<ChatScalarRelationFilter>;
2051
+ description?: InputMaybe<StringFilter>;
2078
2052
  id?: InputMaybe<Scalars['String']>;
2079
2053
  name?: InputMaybe<StringFilter>;
2080
- output?: InputMaybe<JsonNullableFilter>;
2081
- pivotConfig?: InputMaybe<JsonNullableFilter>;
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<NestedIntFilter>;
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<StringNullableFilter>;
2152
- authorName?: InputMaybe<StringNullableFilter>;
2153
- authorUrl?: InputMaybe<StringNullableFilter>;
2115
+ appIcon?: InputMaybe<StringFilter>;
2116
+ authorName?: InputMaybe<StringFilter>;
2117
+ authorUrl?: InputMaybe<StringFilter>;
2154
2118
  category?: InputMaybe<StringFilter>;
2155
- description?: InputMaybe<StringNullableFilter>;
2156
- documentationUrl?: InputMaybe<StringNullableFilter>;
2157
- icon?: InputMaybe<StringNullableFilter>;
2158
- iconClass?: InputMaybe<StringNullableFilter>;
2159
- iconType?: InputMaybe<StringNullableFilter>;
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<StringNullableFilter>;
2125
+ longDescription?: InputMaybe<StringFilter>;
2162
2126
  order?: InputMaybe<IntFilter>;
2163
- privacyUrl?: InputMaybe<StringNullableFilter>;
2127
+ privacyUrl?: InputMaybe<StringFilter>;
2164
2128
  providerKey?: InputMaybe<StringFilter>;
2165
- supportUrl?: InputMaybe<StringNullableFilter>;
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<DateTimeNullableFilter>;
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
- not?: InputMaybe<Scalars['JSON']>;
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<EnumNotificationCategoryNullableFilter>;
2337
+ category?: InputMaybe<EnumNotificationCategoryFilter>;
2562
2338
  createdAt?: InputMaybe<DateTimeFilter>;
2563
2339
  id?: InputMaybe<StringFilter>;
2564
- message?: InputMaybe<StringNullableFilter>;
2565
- metadata?: InputMaybe<JsonNullableFilter>;
2340
+ message?: InputMaybe<StringFilter>;
2341
+ metadata?: InputMaybe<JsonFilter>;
2566
2342
  priority?: InputMaybe<EnumNotificationPriorityFilter>;
2567
- referenceId?: InputMaybe<StringNullableFilter>;
2568
- status?: InputMaybe<EnumNotificationStatusNullableFilter>;
2343
+ referenceId?: InputMaybe<StringFilter>;
2344
+ status?: InputMaybe<EnumNotificationStatusFilter>;
2569
2345
  title?: InputMaybe<StringFilter>;
2570
2346
  updatedAt?: InputMaybe<DateTimeFilter>;
2571
2347
  };
@@ -2642,20 +2418,20 @@ type PulseEventWhereInput = {
2642
2418
  AND?: InputMaybe<Array<PulseEventWhereInput>>;
2643
2419
  NOT?: InputMaybe<Array<PulseEventWhereInput>>;
2644
2420
  OR?: InputMaybe<Array<PulseEventWhereInput>>;
2645
- actions?: InputMaybe<JsonNullableFilter>;
2421
+ actions?: InputMaybe<JsonFilter>;
2646
2422
  createdAt?: InputMaybe<DateTimeFilter>;
2647
- dismissedAt?: InputMaybe<DateTimeNullableFilter>;
2423
+ dismissedAt?: InputMaybe<DateTimeFilter>;
2648
2424
  id?: InputMaybe<StringFilter>;
2649
2425
  integrationId?: InputMaybe<StringFilter>;
2650
2426
  kind?: InputMaybe<EnumPulseEventKindFilter>;
2651
- message?: InputMaybe<StringNullableFilter>;
2652
- payload?: InputMaybe<JsonNullableFilter>;
2427
+ message?: InputMaybe<StringFilter>;
2428
+ payload?: InputMaybe<JsonFilter>;
2653
2429
  priority?: InputMaybe<EnumPulseEventPriorityFilter>;
2654
2430
  providerKey?: InputMaybe<StringFilter>;
2655
2431
  remoteEventId?: InputMaybe<StringFilter>;
2656
- remoteLogId?: InputMaybe<StringNullableFilter>;
2657
- remoteTriggerId?: InputMaybe<StringNullableFilter>;
2658
- resolvedAt?: InputMaybe<DateTimeNullableFilter>;
2432
+ remoteLogId?: InputMaybe<StringFilter>;
2433
+ remoteTriggerId?: InputMaybe<StringFilter>;
2434
+ resolvedAt?: InputMaybe<DateTimeFilter>;
2659
2435
  title?: InputMaybe<StringFilter>;
2660
2436
  triggerSlug?: InputMaybe<StringFilter>;
2661
2437
  updatedAt?: InputMaybe<DateTimeFilter>;
@@ -2842,11 +2618,11 @@ type RelationWhereInput = {
2842
2618
  NOT?: InputMaybe<Array<RelationWhereInput>>;
2843
2619
  OR?: InputMaybe<Array<RelationWhereInput>>;
2844
2620
  createdAt?: InputMaybe<DateTimeFilter>;
2845
- fromTable?: InputMaybe<TableRelationFilter>;
2621
+ fromTable?: InputMaybe<TableScalarRelationFilter>;
2846
2622
  fromTableColumn?: InputMaybe<StringFilter>;
2847
2623
  fromTableId?: InputMaybe<StringFilter>;
2848
2624
  id?: InputMaybe<StringFilter>;
2849
- toTable?: InputMaybe<TableRelationFilter>;
2625
+ toTable?: InputMaybe<TableScalarRelationFilter>;
2850
2626
  toTableColumn?: InputMaybe<StringFilter>;
2851
2627
  toTableId?: InputMaybe<StringFilter>;
2852
2628
  type?: InputMaybe<EnumRelationTypeFilter>;
@@ -2857,11 +2633,11 @@ type RelationWhereUniqueInput = {
2857
2633
  NOT?: InputMaybe<Array<RelationWhereInput>>;
2858
2634
  OR?: InputMaybe<Array<RelationWhereInput>>;
2859
2635
  createdAt?: InputMaybe<DateTimeFilter>;
2860
- fromTable?: InputMaybe<TableRelationFilter>;
2636
+ fromTable?: InputMaybe<TableScalarRelationFilter>;
2861
2637
  fromTableColumn?: InputMaybe<StringFilter>;
2862
2638
  fromTableId?: InputMaybe<StringFilter>;
2863
2639
  id?: InputMaybe<Scalars['String']>;
2864
- toTable?: InputMaybe<TableRelationFilter>;
2640
+ toTable?: InputMaybe<TableScalarRelationFilter>;
2865
2641
  toTableColumn?: InputMaybe<StringFilter>;
2866
2642
  toTableId?: InputMaybe<StringFilter>;
2867
2643
  type?: InputMaybe<EnumRelationTypeFilter>;
@@ -3062,11 +2838,11 @@ type ReportMemberWhereInput = {
3062
2838
  AND?: InputMaybe<Array<ReportMemberWhereInput>>;
3063
2839
  NOT?: InputMaybe<Array<ReportMemberWhereInput>>;
3064
2840
  OR?: InputMaybe<Array<ReportMemberWhereInput>>;
3065
- insight?: InputMaybe<InsightRelationFilter>;
2841
+ insight?: InputMaybe<InsightScalarRelationFilter>;
3066
2842
  insightId?: InputMaybe<StringFilter>;
3067
2843
  order?: InputMaybe<IntFilter>;
3068
2844
  presentation?: InputMaybe<EnumPresentationFilter>;
3069
- report?: InputMaybe<ReportRelationFilter>;
2845
+ report?: InputMaybe<ReportScalarRelationFilter>;
3070
2846
  reportId?: InputMaybe<StringFilter>;
3071
2847
  size?: InputMaybe<EnumReportMemberSizeFilter>;
3072
2848
  };
@@ -3074,11 +2850,11 @@ type ReportMemberWhereUniqueInput = {
3074
2850
  AND?: InputMaybe<Array<ReportMemberWhereInput>>;
3075
2851
  NOT?: InputMaybe<Array<ReportMemberWhereInput>>;
3076
2852
  OR?: InputMaybe<Array<ReportMemberWhereInput>>;
3077
- insight?: InputMaybe<InsightRelationFilter>;
2853
+ insight?: InputMaybe<InsightScalarRelationFilter>;
3078
2854
  insightId?: InputMaybe<StringFilter>;
3079
2855
  order?: InputMaybe<IntFilter>;
3080
2856
  presentation?: InputMaybe<EnumPresentationFilter>;
3081
- report?: InputMaybe<ReportRelationFilter>;
2857
+ report?: InputMaybe<ReportScalarRelationFilter>;
3082
2858
  reportId?: InputMaybe<StringFilter>;
3083
2859
  reportId_insightId?: InputMaybe<ReportMemberReportIdInsightIdCompoundUniqueInput>;
3084
2860
  size?: InputMaybe<EnumReportMemberSizeFilter>;
@@ -3106,7 +2882,7 @@ type ReportOrderByWithRelationInput = {
3106
2882
  layout?: InputMaybe<ReportMemberOrderByRelationAggregateInput>;
3107
2883
  name?: InputMaybe<SortOrder>;
3108
2884
  };
3109
- type ReportRelationFilter = {
2885
+ type ReportScalarRelationFilter = {
3110
2886
  is?: InputMaybe<ReportWhereInput>;
3111
2887
  isNot?: InputMaybe<ReportWhereInput>;
3112
2888
  };
@@ -3114,7 +2890,7 @@ type ReportScalarWhereInput = {
3114
2890
  AND?: InputMaybe<Array<ReportScalarWhereInput>>;
3115
2891
  NOT?: InputMaybe<Array<ReportScalarWhereInput>>;
3116
2892
  OR?: InputMaybe<Array<ReportScalarWhereInput>>;
3117
- description?: InputMaybe<StringNullableFilter>;
2893
+ description?: InputMaybe<StringFilter>;
3118
2894
  id?: InputMaybe<StringFilter>;
3119
2895
  name?: InputMaybe<StringFilter>;
3120
2896
  };
@@ -3187,7 +2963,7 @@ type ReportWhereInput = {
3187
2963
  AND?: InputMaybe<Array<ReportWhereInput>>;
3188
2964
  NOT?: InputMaybe<Array<ReportWhereInput>>;
3189
2965
  OR?: InputMaybe<Array<ReportWhereInput>>;
3190
- description?: InputMaybe<StringNullableFilter>;
2966
+ description?: InputMaybe<StringFilter>;
3191
2967
  id?: InputMaybe<StringFilter>;
3192
2968
  insights?: InputMaybe<InsightListRelationFilter>;
3193
2969
  layout?: InputMaybe<ReportMemberListRelationFilter>;
@@ -3197,7 +2973,7 @@ type ReportWhereUniqueInput = {
3197
2973
  AND?: InputMaybe<Array<ReportWhereInput>>;
3198
2974
  NOT?: InputMaybe<Array<ReportWhereInput>>;
3199
2975
  OR?: InputMaybe<Array<ReportWhereInput>>;
3200
- description?: InputMaybe<StringNullableFilter>;
2976
+ description?: InputMaybe<StringFilter>;
3201
2977
  id?: InputMaybe<Scalars['String']>;
3202
2978
  insights?: InputMaybe<InsightListRelationFilter>;
3203
2979
  layout?: InputMaybe<ReportMemberListRelationFilter>;
@@ -3249,22 +3025,7 @@ type StringFilter = {
3249
3025
  lt?: InputMaybe<Scalars['String']>;
3250
3026
  lte?: InputMaybe<Scalars['String']>;
3251
3027
  mode?: InputMaybe<QueryMode>;
3252
- not?: InputMaybe<NestedStringFilter>;
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>;
3028
+ not?: InputMaybe<StringFilter>;
3268
3029
  notIn?: InputMaybe<Array<Scalars['String']>>;
3269
3030
  search?: InputMaybe<Scalars['String']>;
3270
3031
  startsWith?: InputMaybe<Scalars['String']>;
@@ -3333,7 +3094,7 @@ type TableOrderByWithRelationInput = {
3333
3094
  toRelations?: InputMaybe<RelationOrderByRelationAggregateInput>;
3334
3095
  updatedAt?: InputMaybe<SortOrder>;
3335
3096
  };
3336
- type TableRelationFilter = {
3097
+ type TableScalarRelationFilter = {
3337
3098
  is?: InputMaybe<TableWhereInput>;
3338
3099
  isNot?: InputMaybe<TableWhereInput>;
3339
3100
  };
@@ -3405,14 +3166,14 @@ type TableWhereInput = {
3405
3166
  AND?: InputMaybe<Array<TableWhereInput>>;
3406
3167
  NOT?: InputMaybe<Array<TableWhereInput>>;
3407
3168
  OR?: InputMaybe<Array<TableWhereInput>>;
3408
- clearName?: InputMaybe<StringNullableFilter>;
3169
+ clearName?: InputMaybe<StringFilter>;
3409
3170
  createdAt?: InputMaybe<DateTimeFilter>;
3410
- databaseId?: InputMaybe<StringNullableFilter>;
3411
- documentId?: InputMaybe<StringNullableFilter>;
3171
+ databaseId?: InputMaybe<StringFilter>;
3172
+ documentId?: InputMaybe<StringFilter>;
3412
3173
  fromRelations?: InputMaybe<RelationListRelationFilter>;
3413
3174
  id?: InputMaybe<StringFilter>;
3414
3175
  name?: InputMaybe<StringFilter>;
3415
- title?: InputMaybe<StringNullableFilter>;
3176
+ title?: InputMaybe<StringFilter>;
3416
3177
  toRelations?: InputMaybe<RelationListRelationFilter>;
3417
3178
  updatedAt?: InputMaybe<DateTimeFilter>;
3418
3179
  };
@@ -3420,14 +3181,14 @@ type TableWhereUniqueInput = {
3420
3181
  AND?: InputMaybe<Array<TableWhereInput>>;
3421
3182
  NOT?: InputMaybe<Array<TableWhereInput>>;
3422
3183
  OR?: InputMaybe<Array<TableWhereInput>>;
3423
- clearName?: InputMaybe<StringNullableFilter>;
3184
+ clearName?: InputMaybe<StringFilter>;
3424
3185
  createdAt?: InputMaybe<DateTimeFilter>;
3425
- databaseId?: InputMaybe<StringNullableFilter>;
3426
- documentId?: InputMaybe<StringNullableFilter>;
3186
+ databaseId?: InputMaybe<StringFilter>;
3187
+ documentId?: InputMaybe<StringFilter>;
3427
3188
  fromRelations?: InputMaybe<RelationListRelationFilter>;
3428
3189
  id?: InputMaybe<Scalars['String']>;
3429
3190
  name?: InputMaybe<StringFilter>;
3430
- title?: InputMaybe<StringNullableFilter>;
3191
+ title?: InputMaybe<StringFilter>;
3431
3192
  toRelations?: InputMaybe<RelationListRelationFilter>;
3432
3193
  updatedAt?: InputMaybe<DateTimeFilter>;
3433
3194
  };
@@ -4078,10 +3839,10 @@ type EvidenceFragment = {
4078
3839
  __typename: 'Evidence';
4079
3840
  content: string;
4080
3841
  deletedAt?: string | null;
4081
- generatedAt: string;
4082
3842
  id: string;
4083
3843
  isProcessed: boolean;
4084
3844
  metadata: any;
3845
+ refreshedAt: string;
4085
3846
  userId: string;
4086
3847
  workspaceId: string;
4087
3848
  candidateEvidences?: Array<{
@@ -4118,8 +3879,6 @@ type FeedConnectionFragment = {
4118
3879
  sourceRef?: string | null;
4119
3880
  title: string;
4120
3881
  updatedAt: string;
4121
- userId: string;
4122
- workspaceId: string;
4123
3882
  action?: {
4124
3883
  __typename: 'FeedSendMessageAction';
4125
3884
  prompt: string;
@@ -4160,10 +3919,69 @@ type FeedConnectionFragment = {
4160
3919
  } | {
4161
3920
  __typename: 'FeedLiveContextData';
4162
3921
  kind: FeedItemKind;
3922
+ suggestedPrompt?: string | null;
4163
3923
  summary?: string | null;
4164
3924
  sources: Array<{
4165
- __typename?: 'FeedItem';
3925
+ __typename: 'FeedItem';
3926
+ createdAt: string;
4166
3927
  id: string;
3928
+ kind: FeedItemKind;
3929
+ sourceRef?: string | null;
3930
+ title: string;
3931
+ updatedAt: string;
3932
+ action?: {
3933
+ __typename: 'FeedSendMessageAction';
3934
+ prompt: string;
3935
+ type: FeedActionType;
3936
+ } | null;
3937
+ data: {
3938
+ __typename: 'FeedArtifactData';
3939
+ artifactKind?: string | null;
3940
+ fileId?: string | null;
3941
+ fileName?: string | null;
3942
+ fileType?: string | null;
3943
+ kind: FeedItemKind;
3944
+ } | {
3945
+ __typename: 'FeedDatabaseData';
3946
+ databaseName?: string | null;
3947
+ databaseType?: string | null;
3948
+ kind: FeedItemKind;
3949
+ } | {
3950
+ __typename: 'FeedDocumentData';
3951
+ fileId?: string | null;
3952
+ fileName?: string | null;
3953
+ fileType?: string | null;
3954
+ kind: FeedItemKind;
3955
+ } | {
3956
+ __typename: 'FeedInsightData';
3957
+ kind: FeedItemKind;
3958
+ output?: any | null;
3959
+ pivotConfig?: any | null;
3960
+ presentation: Presentation;
3961
+ query: any;
3962
+ thumbnailFileId?: string | null;
3963
+ } | {
3964
+ __typename: 'FeedIntegrationData';
3965
+ integrationProviderKey?: string | null;
3966
+ kind: FeedItemKind;
3967
+ status?: string | null;
3968
+ unreadPulseCount?: number | null;
3969
+ } | {
3970
+ __typename: 'FeedLiveContextData';
3971
+ kind: FeedItemKind;
3972
+ suggestedPrompt?: string | null;
3973
+ summary?: string | null;
3974
+ sources: Array<{
3975
+ __typename?: 'FeedItem';
3976
+ id: string;
3977
+ }>;
3978
+ } | {
3979
+ __typename: 'FeedPulseData';
3980
+ kind: FeedItemKind;
3981
+ priority?: string | null;
3982
+ providerKey?: string | null;
3983
+ summary?: string | null;
3984
+ };
4167
3985
  }>;
4168
3986
  } | {
4169
3987
  __typename: 'FeedPulseData';
@@ -4218,8 +4036,6 @@ type FeedItemFragment = {
4218
4036
  sourceRef?: string | null;
4219
4037
  title: string;
4220
4038
  updatedAt: string;
4221
- userId: string;
4222
- workspaceId: string;
4223
4039
  action?: {
4224
4040
  __typename: 'FeedSendMessageAction';
4225
4041
  prompt: string;
@@ -4260,10 +4076,69 @@ type FeedItemFragment = {
4260
4076
  } | {
4261
4077
  __typename: 'FeedLiveContextData';
4262
4078
  kind: FeedItemKind;
4079
+ suggestedPrompt?: string | null;
4263
4080
  summary?: string | null;
4264
4081
  sources: Array<{
4265
- __typename?: 'FeedItem';
4082
+ __typename: 'FeedItem';
4083
+ createdAt: string;
4266
4084
  id: string;
4085
+ kind: FeedItemKind;
4086
+ sourceRef?: string | null;
4087
+ title: string;
4088
+ updatedAt: string;
4089
+ action?: {
4090
+ __typename: 'FeedSendMessageAction';
4091
+ prompt: string;
4092
+ type: FeedActionType;
4093
+ } | null;
4094
+ data: {
4095
+ __typename: 'FeedArtifactData';
4096
+ artifactKind?: string | null;
4097
+ fileId?: string | null;
4098
+ fileName?: string | null;
4099
+ fileType?: string | null;
4100
+ kind: FeedItemKind;
4101
+ } | {
4102
+ __typename: 'FeedDatabaseData';
4103
+ databaseName?: string | null;
4104
+ databaseType?: string | null;
4105
+ kind: FeedItemKind;
4106
+ } | {
4107
+ __typename: 'FeedDocumentData';
4108
+ fileId?: string | null;
4109
+ fileName?: string | null;
4110
+ fileType?: string | null;
4111
+ kind: FeedItemKind;
4112
+ } | {
4113
+ __typename: 'FeedInsightData';
4114
+ kind: FeedItemKind;
4115
+ output?: any | null;
4116
+ pivotConfig?: any | null;
4117
+ presentation: Presentation;
4118
+ query: any;
4119
+ thumbnailFileId?: string | null;
4120
+ } | {
4121
+ __typename: 'FeedIntegrationData';
4122
+ integrationProviderKey?: string | null;
4123
+ kind: FeedItemKind;
4124
+ status?: string | null;
4125
+ unreadPulseCount?: number | null;
4126
+ } | {
4127
+ __typename: 'FeedLiveContextData';
4128
+ kind: FeedItemKind;
4129
+ suggestedPrompt?: string | null;
4130
+ summary?: string | null;
4131
+ sources: Array<{
4132
+ __typename?: 'FeedItem';
4133
+ id: string;
4134
+ }>;
4135
+ } | {
4136
+ __typename: 'FeedPulseData';
4137
+ kind: FeedItemKind;
4138
+ priority?: string | null;
4139
+ providerKey?: string | null;
4140
+ summary?: string | null;
4141
+ };
4267
4142
  }>;
4268
4143
  } | {
4269
4144
  __typename: 'FeedPulseData';
@@ -4284,8 +4159,6 @@ type FeedItemGeneratedFragment = {
4284
4159
  sourceRef?: string | null;
4285
4160
  title: string;
4286
4161
  updatedAt: string;
4287
- userId: string;
4288
- workspaceId: string;
4289
4162
  liveContexts?: Array<{
4290
4163
  __typename?: 'LiveContext';
4291
4164
  id: string;
@@ -4294,10 +4167,69 @@ type FeedItemGeneratedFragment = {
4294
4167
  type FeedLiveContextDataFragment = {
4295
4168
  __typename: 'FeedLiveContextData';
4296
4169
  kind: FeedItemKind;
4170
+ suggestedPrompt?: string | null;
4297
4171
  summary?: string | null;
4298
4172
  sources: Array<{
4299
- __typename?: 'FeedItem';
4173
+ __typename: 'FeedItem';
4174
+ createdAt: string;
4300
4175
  id: string;
4176
+ kind: FeedItemKind;
4177
+ sourceRef?: string | null;
4178
+ title: string;
4179
+ updatedAt: string;
4180
+ action?: {
4181
+ __typename: 'FeedSendMessageAction';
4182
+ prompt: string;
4183
+ type: FeedActionType;
4184
+ } | null;
4185
+ data: {
4186
+ __typename: 'FeedArtifactData';
4187
+ artifactKind?: string | null;
4188
+ fileId?: string | null;
4189
+ fileName?: string | null;
4190
+ fileType?: string | null;
4191
+ kind: FeedItemKind;
4192
+ } | {
4193
+ __typename: 'FeedDatabaseData';
4194
+ databaseName?: string | null;
4195
+ databaseType?: string | null;
4196
+ kind: FeedItemKind;
4197
+ } | {
4198
+ __typename: 'FeedDocumentData';
4199
+ fileId?: string | null;
4200
+ fileName?: string | null;
4201
+ fileType?: string | null;
4202
+ kind: FeedItemKind;
4203
+ } | {
4204
+ __typename: 'FeedInsightData';
4205
+ kind: FeedItemKind;
4206
+ output?: any | null;
4207
+ pivotConfig?: any | null;
4208
+ presentation: Presentation;
4209
+ query: any;
4210
+ thumbnailFileId?: string | null;
4211
+ } | {
4212
+ __typename: 'FeedIntegrationData';
4213
+ integrationProviderKey?: string | null;
4214
+ kind: FeedItemKind;
4215
+ status?: string | null;
4216
+ unreadPulseCount?: number | null;
4217
+ } | {
4218
+ __typename: 'FeedLiveContextData';
4219
+ kind: FeedItemKind;
4220
+ suggestedPrompt?: string | null;
4221
+ summary?: string | null;
4222
+ sources: Array<{
4223
+ __typename?: 'FeedItem';
4224
+ id: string;
4225
+ }>;
4226
+ } | {
4227
+ __typename: 'FeedPulseData';
4228
+ kind: FeedItemKind;
4229
+ priority?: string | null;
4230
+ providerKey?: string | null;
4231
+ summary?: string | null;
4232
+ };
4301
4233
  }>;
4302
4234
  };
4303
4235
  type FeedPulseDataFragment = {
@@ -5493,6 +5425,7 @@ type DeleteInsightMutationVariables = Exact<{
5493
5425
  where: InsightWhereUniqueInput;
5494
5426
  }>;
5495
5427
  type DeleteInsightsMutationVariables = Exact<{
5428
+ limit?: InputMaybe<Scalars['Int']>;
5496
5429
  where?: InputMaybe<InsightWhereInput>;
5497
5430
  }>;
5498
5431
  type DeleteIntegrationMutationVariables = Exact<{
@@ -6265,4 +6198,4 @@ interface DvinaClientResult {
6265
6198
  */
6266
6199
  declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
6267
6200
 
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 };
6201
+ 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 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 WidgetBlockStartEventOutputFragment as e3, type WidgetHtmlDeltaEventOutputFragment as e4, type WidgetBlockCompleteEventOutputFragment as e5, type WidgetBlockErrorEventOutputFragment as e6, type ToolStartEventOutputFragment as e7, type ToolInputDeltaEventOutputFragment as e8, type ToolResultArtifactOutputFragment 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 ToolResultEventOutputFragment 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 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 };