graphlit-client 1.0.20240528001 → 1.0.20240621001
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.
@@ -113,6 +113,42 @@ exports.GetAlert = (0, graphql_tag_1.default) `
|
|
113
113
|
}
|
114
114
|
states
|
115
115
|
}
|
116
|
+
or {
|
117
|
+
feeds {
|
118
|
+
id
|
119
|
+
}
|
120
|
+
workflows {
|
121
|
+
id
|
122
|
+
}
|
123
|
+
collections {
|
124
|
+
id
|
125
|
+
}
|
126
|
+
observations {
|
127
|
+
type
|
128
|
+
observable {
|
129
|
+
id
|
130
|
+
}
|
131
|
+
states
|
132
|
+
}
|
133
|
+
}
|
134
|
+
and {
|
135
|
+
feeds {
|
136
|
+
id
|
137
|
+
}
|
138
|
+
workflows {
|
139
|
+
id
|
140
|
+
}
|
141
|
+
collections {
|
142
|
+
id
|
143
|
+
}
|
144
|
+
observations {
|
145
|
+
type
|
146
|
+
observable {
|
147
|
+
id
|
148
|
+
}
|
149
|
+
states
|
150
|
+
}
|
151
|
+
}
|
116
152
|
}
|
117
153
|
integration {
|
118
154
|
type
|
@@ -184,6 +220,42 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
|
|
184
220
|
}
|
185
221
|
states
|
186
222
|
}
|
223
|
+
or {
|
224
|
+
feeds {
|
225
|
+
id
|
226
|
+
}
|
227
|
+
workflows {
|
228
|
+
id
|
229
|
+
}
|
230
|
+
collections {
|
231
|
+
id
|
232
|
+
}
|
233
|
+
observations {
|
234
|
+
type
|
235
|
+
observable {
|
236
|
+
id
|
237
|
+
}
|
238
|
+
states
|
239
|
+
}
|
240
|
+
}
|
241
|
+
and {
|
242
|
+
feeds {
|
243
|
+
id
|
244
|
+
}
|
245
|
+
workflows {
|
246
|
+
id
|
247
|
+
}
|
248
|
+
collections {
|
249
|
+
id
|
250
|
+
}
|
251
|
+
observations {
|
252
|
+
type
|
253
|
+
observable {
|
254
|
+
id
|
255
|
+
}
|
256
|
+
states
|
257
|
+
}
|
258
|
+
}
|
187
259
|
}
|
188
260
|
integration {
|
189
261
|
type
|
@@ -1466,11 +1538,90 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1466
1538
|
id
|
1467
1539
|
name
|
1468
1540
|
state
|
1541
|
+
originalDate
|
1542
|
+
uri
|
1469
1543
|
type
|
1470
1544
|
fileType
|
1545
|
+
mimeType
|
1546
|
+
format
|
1547
|
+
formatName
|
1548
|
+
fileExtension
|
1471
1549
|
fileName
|
1472
|
-
|
1473
|
-
|
1550
|
+
fileSize
|
1551
|
+
masterUri
|
1552
|
+
imageUri
|
1553
|
+
textUri
|
1554
|
+
audioUri
|
1555
|
+
transcriptUri
|
1556
|
+
video {
|
1557
|
+
width
|
1558
|
+
height
|
1559
|
+
duration
|
1560
|
+
make
|
1561
|
+
model
|
1562
|
+
software
|
1563
|
+
title
|
1564
|
+
description
|
1565
|
+
keywords
|
1566
|
+
author
|
1567
|
+
}
|
1568
|
+
audio {
|
1569
|
+
keywords
|
1570
|
+
author
|
1571
|
+
series
|
1572
|
+
episode
|
1573
|
+
episodeType
|
1574
|
+
season
|
1575
|
+
publisher
|
1576
|
+
copyright
|
1577
|
+
language
|
1578
|
+
genre
|
1579
|
+
title
|
1580
|
+
description
|
1581
|
+
bitrate
|
1582
|
+
channels
|
1583
|
+
sampleRate
|
1584
|
+
bitsPerSample
|
1585
|
+
duration
|
1586
|
+
}
|
1587
|
+
image {
|
1588
|
+
width
|
1589
|
+
height
|
1590
|
+
resolutionX
|
1591
|
+
resolutionY
|
1592
|
+
bitsPerComponent
|
1593
|
+
components
|
1594
|
+
projectionType
|
1595
|
+
orientation
|
1596
|
+
description
|
1597
|
+
make
|
1598
|
+
model
|
1599
|
+
software
|
1600
|
+
lens
|
1601
|
+
focalLength
|
1602
|
+
exposureTime
|
1603
|
+
fNumber
|
1604
|
+
iso
|
1605
|
+
heading
|
1606
|
+
pitch
|
1607
|
+
}
|
1608
|
+
document {
|
1609
|
+
title
|
1610
|
+
subject
|
1611
|
+
summary
|
1612
|
+
author
|
1613
|
+
publisher
|
1614
|
+
description
|
1615
|
+
keywords
|
1616
|
+
pageCount
|
1617
|
+
worksheetCount
|
1618
|
+
slideCount
|
1619
|
+
wordCount
|
1620
|
+
lineCount
|
1621
|
+
paragraphCount
|
1622
|
+
isEncrypted
|
1623
|
+
hasDigitalSignature
|
1624
|
+
}
|
1474
1625
|
}
|
1475
1626
|
index
|
1476
1627
|
text
|
@@ -1520,6 +1671,42 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1520
1671
|
}
|
1521
1672
|
states
|
1522
1673
|
}
|
1674
|
+
or {
|
1675
|
+
feeds {
|
1676
|
+
id
|
1677
|
+
}
|
1678
|
+
workflows {
|
1679
|
+
id
|
1680
|
+
}
|
1681
|
+
collections {
|
1682
|
+
id
|
1683
|
+
}
|
1684
|
+
observations {
|
1685
|
+
type
|
1686
|
+
observable {
|
1687
|
+
id
|
1688
|
+
}
|
1689
|
+
states
|
1690
|
+
}
|
1691
|
+
}
|
1692
|
+
and {
|
1693
|
+
feeds {
|
1694
|
+
id
|
1695
|
+
}
|
1696
|
+
workflows {
|
1697
|
+
id
|
1698
|
+
}
|
1699
|
+
collections {
|
1700
|
+
id
|
1701
|
+
}
|
1702
|
+
observations {
|
1703
|
+
type
|
1704
|
+
observable {
|
1705
|
+
id
|
1706
|
+
}
|
1707
|
+
states
|
1708
|
+
}
|
1709
|
+
}
|
1523
1710
|
}
|
1524
1711
|
}
|
1525
1712
|
}
|
@@ -1539,11 +1726,90 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
|
|
1539
1726
|
id
|
1540
1727
|
name
|
1541
1728
|
state
|
1729
|
+
originalDate
|
1730
|
+
uri
|
1542
1731
|
type
|
1543
1732
|
fileType
|
1733
|
+
mimeType
|
1734
|
+
format
|
1735
|
+
formatName
|
1736
|
+
fileExtension
|
1544
1737
|
fileName
|
1545
|
-
|
1546
|
-
|
1738
|
+
fileSize
|
1739
|
+
masterUri
|
1740
|
+
imageUri
|
1741
|
+
textUri
|
1742
|
+
audioUri
|
1743
|
+
transcriptUri
|
1744
|
+
video {
|
1745
|
+
width
|
1746
|
+
height
|
1747
|
+
duration
|
1748
|
+
make
|
1749
|
+
model
|
1750
|
+
software
|
1751
|
+
title
|
1752
|
+
description
|
1753
|
+
keywords
|
1754
|
+
author
|
1755
|
+
}
|
1756
|
+
audio {
|
1757
|
+
keywords
|
1758
|
+
author
|
1759
|
+
series
|
1760
|
+
episode
|
1761
|
+
episodeType
|
1762
|
+
season
|
1763
|
+
publisher
|
1764
|
+
copyright
|
1765
|
+
language
|
1766
|
+
genre
|
1767
|
+
title
|
1768
|
+
description
|
1769
|
+
bitrate
|
1770
|
+
channels
|
1771
|
+
sampleRate
|
1772
|
+
bitsPerSample
|
1773
|
+
duration
|
1774
|
+
}
|
1775
|
+
image {
|
1776
|
+
width
|
1777
|
+
height
|
1778
|
+
resolutionX
|
1779
|
+
resolutionY
|
1780
|
+
bitsPerComponent
|
1781
|
+
components
|
1782
|
+
projectionType
|
1783
|
+
orientation
|
1784
|
+
description
|
1785
|
+
make
|
1786
|
+
model
|
1787
|
+
software
|
1788
|
+
lens
|
1789
|
+
focalLength
|
1790
|
+
exposureTime
|
1791
|
+
fNumber
|
1792
|
+
iso
|
1793
|
+
heading
|
1794
|
+
pitch
|
1795
|
+
}
|
1796
|
+
document {
|
1797
|
+
title
|
1798
|
+
subject
|
1799
|
+
summary
|
1800
|
+
author
|
1801
|
+
publisher
|
1802
|
+
description
|
1803
|
+
keywords
|
1804
|
+
pageCount
|
1805
|
+
worksheetCount
|
1806
|
+
slideCount
|
1807
|
+
wordCount
|
1808
|
+
lineCount
|
1809
|
+
paragraphCount
|
1810
|
+
isEncrypted
|
1811
|
+
hasDigitalSignature
|
1812
|
+
}
|
1547
1813
|
}
|
1548
1814
|
index
|
1549
1815
|
text
|
@@ -1642,11 +1908,90 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
1642
1908
|
id
|
1643
1909
|
name
|
1644
1910
|
state
|
1911
|
+
originalDate
|
1912
|
+
uri
|
1645
1913
|
type
|
1646
1914
|
fileType
|
1915
|
+
mimeType
|
1916
|
+
format
|
1917
|
+
formatName
|
1918
|
+
fileExtension
|
1647
1919
|
fileName
|
1648
|
-
|
1649
|
-
|
1920
|
+
fileSize
|
1921
|
+
masterUri
|
1922
|
+
imageUri
|
1923
|
+
textUri
|
1924
|
+
audioUri
|
1925
|
+
transcriptUri
|
1926
|
+
video {
|
1927
|
+
width
|
1928
|
+
height
|
1929
|
+
duration
|
1930
|
+
make
|
1931
|
+
model
|
1932
|
+
software
|
1933
|
+
title
|
1934
|
+
description
|
1935
|
+
keywords
|
1936
|
+
author
|
1937
|
+
}
|
1938
|
+
audio {
|
1939
|
+
keywords
|
1940
|
+
author
|
1941
|
+
series
|
1942
|
+
episode
|
1943
|
+
episodeType
|
1944
|
+
season
|
1945
|
+
publisher
|
1946
|
+
copyright
|
1947
|
+
language
|
1948
|
+
genre
|
1949
|
+
title
|
1950
|
+
description
|
1951
|
+
bitrate
|
1952
|
+
channels
|
1953
|
+
sampleRate
|
1954
|
+
bitsPerSample
|
1955
|
+
duration
|
1956
|
+
}
|
1957
|
+
image {
|
1958
|
+
width
|
1959
|
+
height
|
1960
|
+
resolutionX
|
1961
|
+
resolutionY
|
1962
|
+
bitsPerComponent
|
1963
|
+
components
|
1964
|
+
projectionType
|
1965
|
+
orientation
|
1966
|
+
description
|
1967
|
+
make
|
1968
|
+
model
|
1969
|
+
software
|
1970
|
+
lens
|
1971
|
+
focalLength
|
1972
|
+
exposureTime
|
1973
|
+
fNumber
|
1974
|
+
iso
|
1975
|
+
heading
|
1976
|
+
pitch
|
1977
|
+
}
|
1978
|
+
document {
|
1979
|
+
title
|
1980
|
+
subject
|
1981
|
+
summary
|
1982
|
+
author
|
1983
|
+
publisher
|
1984
|
+
description
|
1985
|
+
keywords
|
1986
|
+
pageCount
|
1987
|
+
worksheetCount
|
1988
|
+
slideCount
|
1989
|
+
wordCount
|
1990
|
+
lineCount
|
1991
|
+
paragraphCount
|
1992
|
+
isEncrypted
|
1993
|
+
hasDigitalSignature
|
1994
|
+
}
|
1650
1995
|
}
|
1651
1996
|
index
|
1652
1997
|
text
|
@@ -1696,14 +2041,55 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
1696
2041
|
}
|
1697
2042
|
states
|
1698
2043
|
}
|
2044
|
+
or {
|
2045
|
+
feeds {
|
2046
|
+
id
|
2047
|
+
}
|
2048
|
+
workflows {
|
2049
|
+
id
|
2050
|
+
}
|
2051
|
+
collections {
|
2052
|
+
id
|
2053
|
+
}
|
2054
|
+
observations {
|
2055
|
+
type
|
2056
|
+
observable {
|
2057
|
+
id
|
2058
|
+
}
|
2059
|
+
states
|
2060
|
+
}
|
2061
|
+
}
|
2062
|
+
and {
|
2063
|
+
feeds {
|
2064
|
+
id
|
2065
|
+
}
|
2066
|
+
workflows {
|
2067
|
+
id
|
2068
|
+
}
|
2069
|
+
collections {
|
2070
|
+
id
|
2071
|
+
}
|
2072
|
+
observations {
|
2073
|
+
type
|
2074
|
+
observable {
|
2075
|
+
id
|
2076
|
+
}
|
2077
|
+
states
|
2078
|
+
}
|
2079
|
+
}
|
1699
2080
|
}
|
1700
2081
|
}
|
1701
2082
|
}
|
1702
2083
|
}
|
1703
2084
|
`;
|
1704
2085
|
exports.SuggestConversation = (0, graphql_tag_1.default) `
|
1705
|
-
mutation SuggestConversation($id: ID!, $count: Int, $correlationId: String) {
|
1706
|
-
suggestConversation(
|
2086
|
+
mutation SuggestConversation($id: ID!, $count: Int, $prompt: String, $correlationId: String) {
|
2087
|
+
suggestConversation(
|
2088
|
+
id: $id
|
2089
|
+
count: $count
|
2090
|
+
prompt: $prompt
|
2091
|
+
correlationId: $correlationId
|
2092
|
+
) {
|
1707
2093
|
prompts
|
1708
2094
|
}
|
1709
2095
|
}
|
@@ -1768,6 +2154,8 @@ exports.GetEvent = (0, graphql_tag_1.default) `
|
|
1768
2154
|
name
|
1769
2155
|
alternateNames
|
1770
2156
|
creationDate
|
2157
|
+
thing
|
2158
|
+
relevance
|
1771
2159
|
address {
|
1772
2160
|
streetAddress
|
1773
2161
|
city
|
@@ -1796,6 +2184,8 @@ exports.QueryEvents = (0, graphql_tag_1.default) `
|
|
1796
2184
|
name
|
1797
2185
|
alternateNames
|
1798
2186
|
creationDate
|
2187
|
+
thing
|
2188
|
+
relevance
|
1799
2189
|
address {
|
1800
2190
|
streetAddress
|
1801
2191
|
city
|
@@ -1941,6 +2331,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
1941
2331
|
googleDrive {
|
1942
2332
|
folderId
|
1943
2333
|
refreshToken
|
2334
|
+
clientId
|
2335
|
+
clientSecret
|
1944
2336
|
}
|
1945
2337
|
}
|
1946
2338
|
email {
|
@@ -1949,6 +2341,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
1949
2341
|
google {
|
1950
2342
|
type
|
1951
2343
|
refreshToken
|
2344
|
+
clientId
|
2345
|
+
clientSecret
|
1952
2346
|
}
|
1953
2347
|
microsoft {
|
1954
2348
|
type
|
@@ -1984,6 +2378,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
1984
2378
|
readLimit
|
1985
2379
|
uri
|
1986
2380
|
includeFiles
|
2381
|
+
allowedPaths
|
2382
|
+
excludedPaths
|
1987
2383
|
}
|
1988
2384
|
reddit {
|
1989
2385
|
readLimit
|
@@ -2102,6 +2498,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2102
2498
|
googleDrive {
|
2103
2499
|
folderId
|
2104
2500
|
refreshToken
|
2501
|
+
clientId
|
2502
|
+
clientSecret
|
2105
2503
|
}
|
2106
2504
|
}
|
2107
2505
|
email {
|
@@ -2110,6 +2508,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2110
2508
|
google {
|
2111
2509
|
type
|
2112
2510
|
refreshToken
|
2511
|
+
clientId
|
2512
|
+
clientSecret
|
2113
2513
|
}
|
2114
2514
|
microsoft {
|
2115
2515
|
type
|
@@ -2145,6 +2545,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2145
2545
|
readLimit
|
2146
2546
|
uri
|
2147
2547
|
includeFiles
|
2548
|
+
allowedPaths
|
2549
|
+
excludedPaths
|
2148
2550
|
}
|
2149
2551
|
reddit {
|
2150
2552
|
readLimit
|
@@ -2409,6 +2811,8 @@ exports.GetOrganization = (0, graphql_tag_1.default) `
|
|
2409
2811
|
name
|
2410
2812
|
alternateNames
|
2411
2813
|
creationDate
|
2814
|
+
thing
|
2815
|
+
relevance
|
2412
2816
|
address {
|
2413
2817
|
streetAddress
|
2414
2818
|
city
|
@@ -2433,6 +2837,8 @@ exports.QueryOrganizations = (0, graphql_tag_1.default) `
|
|
2433
2837
|
name
|
2434
2838
|
alternateNames
|
2435
2839
|
creationDate
|
2840
|
+
thing
|
2841
|
+
relevance
|
2436
2842
|
address {
|
2437
2843
|
streetAddress
|
2438
2844
|
city
|
@@ -2508,6 +2914,8 @@ exports.GetPerson = (0, graphql_tag_1.default) `
|
|
2508
2914
|
name
|
2509
2915
|
alternateNames
|
2510
2916
|
creationDate
|
2917
|
+
thing
|
2918
|
+
relevance
|
2511
2919
|
address {
|
2512
2920
|
streetAddress
|
2513
2921
|
city
|
@@ -2534,6 +2942,8 @@ exports.QueryPersons = (0, graphql_tag_1.default) `
|
|
2534
2942
|
name
|
2535
2943
|
alternateNames
|
2536
2944
|
creationDate
|
2945
|
+
thing
|
2946
|
+
relevance
|
2537
2947
|
address {
|
2538
2948
|
streetAddress
|
2539
2949
|
city
|
@@ -2611,6 +3021,8 @@ exports.GetPlace = (0, graphql_tag_1.default) `
|
|
2611
3021
|
name
|
2612
3022
|
alternateNames
|
2613
3023
|
creationDate
|
3024
|
+
thing
|
3025
|
+
relevance
|
2614
3026
|
address {
|
2615
3027
|
streetAddress
|
2616
3028
|
city
|
@@ -2629,6 +3041,8 @@ exports.QueryPlaces = (0, graphql_tag_1.default) `
|
|
2629
3041
|
name
|
2630
3042
|
alternateNames
|
2631
3043
|
creationDate
|
3044
|
+
thing
|
3045
|
+
relevance
|
2632
3046
|
address {
|
2633
3047
|
streetAddress
|
2634
3048
|
city
|
@@ -2698,6 +3112,8 @@ exports.GetProduct = (0, graphql_tag_1.default) `
|
|
2698
3112
|
name
|
2699
3113
|
alternateNames
|
2700
3114
|
creationDate
|
3115
|
+
thing
|
3116
|
+
relevance
|
2701
3117
|
address {
|
2702
3118
|
streetAddress
|
2703
3119
|
city
|
@@ -2723,6 +3139,8 @@ exports.QueryProducts = (0, graphql_tag_1.default) `
|
|
2723
3139
|
name
|
2724
3140
|
alternateNames
|
2725
3141
|
creationDate
|
3142
|
+
thing
|
3143
|
+
relevance
|
2726
3144
|
address {
|
2727
3145
|
streetAddress
|
2728
3146
|
city
|
@@ -2760,6 +3178,8 @@ exports.GetProject = (0, graphql_tag_1.default) `
|
|
2760
3178
|
environmentType
|
2761
3179
|
platform
|
2762
3180
|
region
|
3181
|
+
credits
|
3182
|
+
lastCreditsDate
|
2763
3183
|
workflow {
|
2764
3184
|
id
|
2765
3185
|
name
|
@@ -2771,6 +3191,7 @@ exports.GetProject = (0, graphql_tag_1.default) `
|
|
2771
3191
|
quota {
|
2772
3192
|
storage
|
2773
3193
|
contents
|
3194
|
+
credits
|
2774
3195
|
feeds
|
2775
3196
|
posts
|
2776
3197
|
conversations
|
@@ -2943,6 +3364,8 @@ exports.GetRepo = (0, graphql_tag_1.default) `
|
|
2943
3364
|
name
|
2944
3365
|
alternateNames
|
2945
3366
|
creationDate
|
3367
|
+
thing
|
3368
|
+
relevance
|
2946
3369
|
}
|
2947
3370
|
}
|
2948
3371
|
`;
|
@@ -2954,6 +3377,8 @@ exports.QueryRepos = (0, graphql_tag_1.default) `
|
|
2954
3377
|
name
|
2955
3378
|
alternateNames
|
2956
3379
|
creationDate
|
3380
|
+
thing
|
3381
|
+
relevance
|
2957
3382
|
}
|
2958
3383
|
}
|
2959
3384
|
}
|
@@ -3016,6 +3441,8 @@ exports.GetSoftware = (0, graphql_tag_1.default) `
|
|
3016
3441
|
name
|
3017
3442
|
alternateNames
|
3018
3443
|
creationDate
|
3444
|
+
thing
|
3445
|
+
relevance
|
3019
3446
|
releaseDate
|
3020
3447
|
developer
|
3021
3448
|
}
|
@@ -3029,6 +3456,8 @@ exports.QuerySoftwares = (0, graphql_tag_1.default) `
|
|
3029
3456
|
name
|
3030
3457
|
alternateNames
|
3031
3458
|
creationDate
|
3459
|
+
thing
|
3460
|
+
relevance
|
3032
3461
|
releaseDate
|
3033
3462
|
developer
|
3034
3463
|
}
|
@@ -3126,6 +3555,8 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
|
|
3126
3555
|
}
|
3127
3556
|
graphStrategy {
|
3128
3557
|
type
|
3558
|
+
generateGraph
|
3559
|
+
observableLimit
|
3129
3560
|
}
|
3130
3561
|
revisionStrategy {
|
3131
3562
|
type
|
@@ -3202,11 +3633,90 @@ exports.PromptSpecifications = (0, graphql_tag_1.default) `
|
|
3202
3633
|
id
|
3203
3634
|
name
|
3204
3635
|
state
|
3636
|
+
originalDate
|
3637
|
+
uri
|
3205
3638
|
type
|
3206
3639
|
fileType
|
3640
|
+
mimeType
|
3641
|
+
format
|
3642
|
+
formatName
|
3643
|
+
fileExtension
|
3207
3644
|
fileName
|
3208
|
-
|
3209
|
-
|
3645
|
+
fileSize
|
3646
|
+
masterUri
|
3647
|
+
imageUri
|
3648
|
+
textUri
|
3649
|
+
audioUri
|
3650
|
+
transcriptUri
|
3651
|
+
video {
|
3652
|
+
width
|
3653
|
+
height
|
3654
|
+
duration
|
3655
|
+
make
|
3656
|
+
model
|
3657
|
+
software
|
3658
|
+
title
|
3659
|
+
description
|
3660
|
+
keywords
|
3661
|
+
author
|
3662
|
+
}
|
3663
|
+
audio {
|
3664
|
+
keywords
|
3665
|
+
author
|
3666
|
+
series
|
3667
|
+
episode
|
3668
|
+
episodeType
|
3669
|
+
season
|
3670
|
+
publisher
|
3671
|
+
copyright
|
3672
|
+
language
|
3673
|
+
genre
|
3674
|
+
title
|
3675
|
+
description
|
3676
|
+
bitrate
|
3677
|
+
channels
|
3678
|
+
sampleRate
|
3679
|
+
bitsPerSample
|
3680
|
+
duration
|
3681
|
+
}
|
3682
|
+
image {
|
3683
|
+
width
|
3684
|
+
height
|
3685
|
+
resolutionX
|
3686
|
+
resolutionY
|
3687
|
+
bitsPerComponent
|
3688
|
+
components
|
3689
|
+
projectionType
|
3690
|
+
orientation
|
3691
|
+
description
|
3692
|
+
make
|
3693
|
+
model
|
3694
|
+
software
|
3695
|
+
lens
|
3696
|
+
focalLength
|
3697
|
+
exposureTime
|
3698
|
+
fNumber
|
3699
|
+
iso
|
3700
|
+
heading
|
3701
|
+
pitch
|
3702
|
+
}
|
3703
|
+
document {
|
3704
|
+
title
|
3705
|
+
subject
|
3706
|
+
summary
|
3707
|
+
author
|
3708
|
+
publisher
|
3709
|
+
description
|
3710
|
+
keywords
|
3711
|
+
pageCount
|
3712
|
+
worksheetCount
|
3713
|
+
slideCount
|
3714
|
+
wordCount
|
3715
|
+
lineCount
|
3716
|
+
paragraphCount
|
3717
|
+
isEncrypted
|
3718
|
+
hasDigitalSignature
|
3719
|
+
}
|
3210
3720
|
}
|
3211
3721
|
index
|
3212
3722
|
text
|
@@ -3264,6 +3774,8 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
|
|
3264
3774
|
}
|
3265
3775
|
graphStrategy {
|
3266
3776
|
type
|
3777
|
+
generateGraph
|
3778
|
+
observableLimit
|
3267
3779
|
}
|
3268
3780
|
revisionStrategy {
|
3269
3781
|
type
|
@@ -3354,6 +3866,8 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
|
|
3354
3866
|
if {
|
3355
3867
|
types
|
3356
3868
|
fileTypes
|
3869
|
+
allowedPaths
|
3870
|
+
excludedPaths
|
3357
3871
|
}
|
3358
3872
|
collections {
|
3359
3873
|
id
|
@@ -3424,6 +3938,8 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
|
|
3424
3938
|
enableCrawling
|
3425
3939
|
allowedDomains
|
3426
3940
|
excludedDomains
|
3941
|
+
allowedPaths
|
3942
|
+
excludedPaths
|
3427
3943
|
allowedLinks
|
3428
3944
|
excludedLinks
|
3429
3945
|
allowedFiles
|
@@ -3438,6 +3954,11 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
|
|
3438
3954
|
}
|
3439
3955
|
}
|
3440
3956
|
}
|
3957
|
+
storage {
|
3958
|
+
embeddings {
|
3959
|
+
chunkTokenLimit
|
3960
|
+
}
|
3961
|
+
}
|
3441
3962
|
actions {
|
3442
3963
|
connector {
|
3443
3964
|
type
|
@@ -3493,6 +4014,8 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
3493
4014
|
if {
|
3494
4015
|
types
|
3495
4016
|
fileTypes
|
4017
|
+
allowedPaths
|
4018
|
+
excludedPaths
|
3496
4019
|
}
|
3497
4020
|
collections {
|
3498
4021
|
id
|
@@ -3563,6 +4086,8 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
3563
4086
|
enableCrawling
|
3564
4087
|
allowedDomains
|
3565
4088
|
excludedDomains
|
4089
|
+
allowedPaths
|
4090
|
+
excludedPaths
|
3566
4091
|
allowedLinks
|
3567
4092
|
excludedLinks
|
3568
4093
|
allowedFiles
|
@@ -3577,6 +4102,11 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
3577
4102
|
}
|
3578
4103
|
}
|
3579
4104
|
}
|
4105
|
+
storage {
|
4106
|
+
embeddings {
|
4107
|
+
chunkTokenLimit
|
4108
|
+
}
|
4109
|
+
}
|
3580
4110
|
actions {
|
3581
4111
|
connector {
|
3582
4112
|
type
|
@@ -3605,6 +4135,8 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
3605
4135
|
if {
|
3606
4136
|
types
|
3607
4137
|
fileTypes
|
4138
|
+
allowedPaths
|
4139
|
+
excludedPaths
|
3608
4140
|
}
|
3609
4141
|
collections {
|
3610
4142
|
id
|
@@ -3675,6 +4207,8 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
3675
4207
|
enableCrawling
|
3676
4208
|
allowedDomains
|
3677
4209
|
excludedDomains
|
4210
|
+
allowedPaths
|
4211
|
+
excludedPaths
|
3678
4212
|
allowedLinks
|
3679
4213
|
excludedLinks
|
3680
4214
|
allowedFiles
|
@@ -3689,6 +4223,11 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
3689
4223
|
}
|
3690
4224
|
}
|
3691
4225
|
}
|
4226
|
+
storage {
|
4227
|
+
embeddings {
|
4228
|
+
chunkTokenLimit
|
4229
|
+
}
|
4230
|
+
}
|
3692
4231
|
actions {
|
3693
4232
|
connector {
|
3694
4233
|
type
|
@@ -3713,6 +4252,8 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
|
|
3713
4252
|
if {
|
3714
4253
|
types
|
3715
4254
|
fileTypes
|
4255
|
+
allowedPaths
|
4256
|
+
excludedPaths
|
3716
4257
|
}
|
3717
4258
|
collections {
|
3718
4259
|
id
|
@@ -3783,6 +4324,8 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
|
|
3783
4324
|
enableCrawling
|
3784
4325
|
allowedDomains
|
3785
4326
|
excludedDomains
|
4327
|
+
allowedPaths
|
4328
|
+
excludedPaths
|
3786
4329
|
allowedLinks
|
3787
4330
|
excludedLinks
|
3788
4331
|
allowedFiles
|
@@ -3797,6 +4340,11 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
|
|
3797
4340
|
}
|
3798
4341
|
}
|
3799
4342
|
}
|
4343
|
+
storage {
|
4344
|
+
embeddings {
|
4345
|
+
chunkTokenLimit
|
4346
|
+
}
|
4347
|
+
}
|
3800
4348
|
actions {
|
3801
4349
|
connector {
|
3802
4350
|
type
|