graphlit-client 1.0.20241213002 → 1.0.20241224001

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.
@@ -91,10 +91,12 @@ exports.GetAlert = (0, graphql_tag_1.default) `
91
91
  from
92
92
  to
93
93
  }
94
+ inLast
94
95
  creationDateRange {
95
96
  from
96
97
  to
97
98
  }
99
+ createdInLast
98
100
  types
99
101
  fileTypes
100
102
  contents {
@@ -199,10 +201,12 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
199
201
  from
200
202
  to
201
203
  }
204
+ inLast
202
205
  creationDateRange {
203
206
  from
204
207
  to
205
208
  }
209
+ createdInLast
206
210
  types
207
211
  fileTypes
208
212
  contents {
@@ -1106,6 +1110,34 @@ exports.IngestBatch = (0, graphql_tag_1.default) `
1106
1110
  id
1107
1111
  name
1108
1112
  }
1113
+ observations {
1114
+ id
1115
+ type
1116
+ observable {
1117
+ id
1118
+ name
1119
+ }
1120
+ related {
1121
+ id
1122
+ name
1123
+ }
1124
+ relatedType
1125
+ relation
1126
+ occurrences {
1127
+ type
1128
+ confidence
1129
+ startTime
1130
+ endTime
1131
+ pageIndex
1132
+ boundingBox {
1133
+ left
1134
+ top
1135
+ width
1136
+ height
1137
+ }
1138
+ }
1139
+ state
1140
+ }
1109
1141
  }
1110
1142
  }
1111
1143
  `;
@@ -1132,6 +1164,34 @@ exports.IngestEncodedFile = (0, graphql_tag_1.default) `
1132
1164
  id
1133
1165
  name
1134
1166
  }
1167
+ observations {
1168
+ id
1169
+ type
1170
+ observable {
1171
+ id
1172
+ name
1173
+ }
1174
+ related {
1175
+ id
1176
+ name
1177
+ }
1178
+ relatedType
1179
+ relation
1180
+ occurrences {
1181
+ type
1182
+ confidence
1183
+ startTime
1184
+ endTime
1185
+ pageIndex
1186
+ boundingBox {
1187
+ left
1188
+ top
1189
+ width
1190
+ height
1191
+ }
1192
+ }
1193
+ state
1194
+ }
1135
1195
  }
1136
1196
  }
1137
1197
  `;
@@ -1159,6 +1219,34 @@ exports.IngestText = (0, graphql_tag_1.default) `
1159
1219
  id
1160
1220
  name
1161
1221
  }
1222
+ observations {
1223
+ id
1224
+ type
1225
+ observable {
1226
+ id
1227
+ name
1228
+ }
1229
+ related {
1230
+ id
1231
+ name
1232
+ }
1233
+ relatedType
1234
+ relation
1235
+ occurrences {
1236
+ type
1237
+ confidence
1238
+ startTime
1239
+ endTime
1240
+ pageIndex
1241
+ boundingBox {
1242
+ left
1243
+ top
1244
+ width
1245
+ height
1246
+ }
1247
+ }
1248
+ state
1249
+ }
1162
1250
  }
1163
1251
  }
1164
1252
  `;
@@ -1182,6 +1270,34 @@ exports.IngestTextBatch = (0, graphql_tag_1.default) `
1182
1270
  id
1183
1271
  name
1184
1272
  }
1273
+ observations {
1274
+ id
1275
+ type
1276
+ observable {
1277
+ id
1278
+ name
1279
+ }
1280
+ related {
1281
+ id
1282
+ name
1283
+ }
1284
+ relatedType
1285
+ relation
1286
+ occurrences {
1287
+ type
1288
+ confidence
1289
+ startTime
1290
+ endTime
1291
+ pageIndex
1292
+ boundingBox {
1293
+ left
1294
+ top
1295
+ width
1296
+ height
1297
+ }
1298
+ }
1299
+ state
1300
+ }
1185
1301
  }
1186
1302
  }
1187
1303
  `;
@@ -1207,6 +1323,34 @@ exports.IngestUri = (0, graphql_tag_1.default) `
1207
1323
  id
1208
1324
  name
1209
1325
  }
1326
+ observations {
1327
+ id
1328
+ type
1329
+ observable {
1330
+ id
1331
+ name
1332
+ }
1333
+ related {
1334
+ id
1335
+ name
1336
+ }
1337
+ relatedType
1338
+ relation
1339
+ occurrences {
1340
+ type
1341
+ confidence
1342
+ startTime
1343
+ endTime
1344
+ pageIndex
1345
+ boundingBox {
1346
+ left
1347
+ top
1348
+ width
1349
+ height
1350
+ }
1351
+ }
1352
+ state
1353
+ }
1210
1354
  }
1211
1355
  }
1212
1356
  `;
@@ -1242,6 +1386,34 @@ exports.PublishContents = (0, graphql_tag_1.default) `
1242
1386
  id
1243
1387
  name
1244
1388
  }
1389
+ observations {
1390
+ id
1391
+ type
1392
+ observable {
1393
+ id
1394
+ name
1395
+ }
1396
+ related {
1397
+ id
1398
+ name
1399
+ }
1400
+ relatedType
1401
+ relation
1402
+ occurrences {
1403
+ type
1404
+ confidence
1405
+ startTime
1406
+ endTime
1407
+ pageIndex
1408
+ boundingBox {
1409
+ left
1410
+ top
1411
+ width
1412
+ height
1413
+ }
1414
+ }
1415
+ state
1416
+ }
1245
1417
  textUri
1246
1418
  audioUri
1247
1419
  markdown
@@ -1270,6 +1442,34 @@ exports.PublishText = (0, graphql_tag_1.default) `
1270
1442
  id
1271
1443
  name
1272
1444
  }
1445
+ observations {
1446
+ id
1447
+ type
1448
+ observable {
1449
+ id
1450
+ name
1451
+ }
1452
+ related {
1453
+ id
1454
+ name
1455
+ }
1456
+ relatedType
1457
+ relation
1458
+ occurrences {
1459
+ type
1460
+ confidence
1461
+ startTime
1462
+ endTime
1463
+ pageIndex
1464
+ boundingBox {
1465
+ left
1466
+ top
1467
+ width
1468
+ height
1469
+ }
1470
+ }
1471
+ state
1472
+ }
1273
1473
  textUri
1274
1474
  audioUri
1275
1475
  markdown
@@ -1831,6 +2031,34 @@ exports.ScreenshotPage = (0, graphql_tag_1.default) `
1831
2031
  id
1832
2032
  name
1833
2033
  }
2034
+ observations {
2035
+ id
2036
+ type
2037
+ observable {
2038
+ id
2039
+ name
2040
+ }
2041
+ related {
2042
+ id
2043
+ name
2044
+ }
2045
+ relatedType
2046
+ relation
2047
+ occurrences {
2048
+ type
2049
+ confidence
2050
+ startTime
2051
+ endTime
2052
+ pageIndex
2053
+ boundingBox {
2054
+ left
2055
+ top
2056
+ width
2057
+ height
2058
+ }
2059
+ }
2060
+ state
2061
+ }
1834
2062
  }
1835
2063
  }
1836
2064
  `;
@@ -1895,6 +2123,34 @@ exports.UpdateContent = (0, graphql_tag_1.default) `
1895
2123
  id
1896
2124
  name
1897
2125
  }
2126
+ observations {
2127
+ id
2128
+ type
2129
+ observable {
2130
+ id
2131
+ name
2132
+ }
2133
+ related {
2134
+ id
2135
+ name
2136
+ }
2137
+ relatedType
2138
+ relation
2139
+ occurrences {
2140
+ type
2141
+ confidence
2142
+ startTime
2143
+ endTime
2144
+ pageIndex
2145
+ boundingBox {
2146
+ left
2147
+ top
2148
+ width
2149
+ height
2150
+ }
2151
+ }
2152
+ state
2153
+ }
1898
2154
  }
1899
2155
  }
1900
2156
  `;
@@ -3032,10 +3288,12 @@ exports.GetConversation = (0, graphql_tag_1.default) `
3032
3288
  from
3033
3289
  to
3034
3290
  }
3291
+ inLast
3035
3292
  creationDateRange {
3036
3293
  from
3037
3294
  to
3038
3295
  }
3296
+ createdInLast
3039
3297
  types
3040
3298
  fileTypes
3041
3299
  contents {
@@ -3099,10 +3357,12 @@ exports.GetConversation = (0, graphql_tag_1.default) `
3099
3357
  from
3100
3358
  to
3101
3359
  }
3360
+ inLast
3102
3361
  creationDateRange {
3103
3362
  from
3104
3363
  to
3105
3364
  }
3365
+ createdInLast
3106
3366
  types
3107
3367
  fileTypes
3108
3368
  contents {
@@ -3633,6 +3893,34 @@ exports.PublishConversation = (0, graphql_tag_1.default) `
3633
3893
  id
3634
3894
  name
3635
3895
  }
3896
+ observations {
3897
+ id
3898
+ type
3899
+ observable {
3900
+ id
3901
+ name
3902
+ }
3903
+ related {
3904
+ id
3905
+ name
3906
+ }
3907
+ relatedType
3908
+ relation
3909
+ occurrences {
3910
+ type
3911
+ confidence
3912
+ startTime
3913
+ endTime
3914
+ pageIndex
3915
+ boundingBox {
3916
+ left
3917
+ top
3918
+ width
3919
+ height
3920
+ }
3921
+ }
3922
+ state
3923
+ }
3636
3924
  textUri
3637
3925
  audioUri
3638
3926
  markdown
@@ -3783,10 +4071,12 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
3783
4071
  from
3784
4072
  to
3785
4073
  }
4074
+ inLast
3786
4075
  creationDateRange {
3787
4076
  from
3788
4077
  to
3789
4078
  }
4079
+ createdInLast
3790
4080
  types
3791
4081
  fileTypes
3792
4082
  contents {
@@ -3850,10 +4140,12 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
3850
4140
  from
3851
4141
  to
3852
4142
  }
4143
+ inLast
3853
4144
  creationDateRange {
3854
4145
  from
3855
4146
  to
3856
4147
  }
4148
+ createdInLast
3857
4149
  types
3858
4150
  fileTypes
3859
4151
  contents {
@@ -4718,16 +5010,32 @@ exports.GetFeed = (0, graphql_tag_1.default) `
4718
5010
  }
4719
5011
  oneDrive {
4720
5012
  folderId
5013
+ files
4721
5014
  clientId
4722
5015
  clientSecret
4723
5016
  refreshToken
4724
5017
  }
4725
5018
  googleDrive {
4726
5019
  folderId
5020
+ files
4727
5021
  refreshToken
4728
5022
  clientId
4729
5023
  clientSecret
4730
5024
  }
5025
+ dropbox {
5026
+ path
5027
+ appKey
5028
+ appSecret
5029
+ refreshToken
5030
+ redirectUri
5031
+ }
5032
+ box {
5033
+ folderId
5034
+ clientId
5035
+ clientSecret
5036
+ refreshToken
5037
+ redirectUri
5038
+ }
4731
5039
  github {
4732
5040
  uri
4733
5041
  repositoryOwner
@@ -4775,6 +5083,13 @@ exports.GetFeed = (0, graphql_tag_1.default) `
4775
5083
  refreshToken
4776
5084
  personalAccessToken
4777
5085
  }
5086
+ intercom {
5087
+ accessToken
5088
+ }
5089
+ zendesk {
5090
+ subdomain
5091
+ accessToken
5092
+ }
4778
5093
  readLimit
4779
5094
  }
4780
5095
  rss {
@@ -4803,6 +5118,15 @@ exports.GetFeed = (0, graphql_tag_1.default) `
4803
5118
  identifiers
4804
5119
  type
4805
5120
  }
5121
+ intercom {
5122
+ readLimit
5123
+ accessToken
5124
+ }
5125
+ zendesk {
5126
+ readLimit
5127
+ subdomain
5128
+ accessToken
5129
+ }
4806
5130
  youtube {
4807
5131
  readLimit
4808
5132
  type
@@ -4917,16 +5241,32 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
4917
5241
  }
4918
5242
  oneDrive {
4919
5243
  folderId
5244
+ files
4920
5245
  clientId
4921
5246
  clientSecret
4922
5247
  refreshToken
4923
5248
  }
4924
5249
  googleDrive {
4925
5250
  folderId
5251
+ files
4926
5252
  refreshToken
4927
5253
  clientId
4928
5254
  clientSecret
4929
5255
  }
5256
+ dropbox {
5257
+ path
5258
+ appKey
5259
+ appSecret
5260
+ refreshToken
5261
+ redirectUri
5262
+ }
5263
+ box {
5264
+ folderId
5265
+ clientId
5266
+ clientSecret
5267
+ refreshToken
5268
+ redirectUri
5269
+ }
4930
5270
  github {
4931
5271
  uri
4932
5272
  repositoryOwner
@@ -4974,6 +5314,13 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
4974
5314
  refreshToken
4975
5315
  personalAccessToken
4976
5316
  }
5317
+ intercom {
5318
+ accessToken
5319
+ }
5320
+ zendesk {
5321
+ subdomain
5322
+ accessToken
5323
+ }
4977
5324
  readLimit
4978
5325
  }
4979
5326
  rss {
@@ -5002,6 +5349,15 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
5002
5349
  identifiers
5003
5350
  type
5004
5351
  }
5352
+ intercom {
5353
+ readLimit
5354
+ accessToken
5355
+ }
5356
+ zendesk {
5357
+ readLimit
5358
+ subdomain
5359
+ accessToken
5360
+ }
5005
5361
  youtube {
5006
5362
  readLimit
5007
5363
  type