graphlit-client 1.0.20240609001 → 1.0.20240704001
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.
@@ -581,6 +581,14 @@ exports.GetContent = (0, graphql_tag_1.default) `
|
|
581
581
|
textUri
|
582
582
|
audioUri
|
583
583
|
transcriptUri
|
584
|
+
summary
|
585
|
+
customSummary
|
586
|
+
keywords
|
587
|
+
bullets
|
588
|
+
headlines
|
589
|
+
posts
|
590
|
+
chapters
|
591
|
+
questions
|
584
592
|
video {
|
585
593
|
width
|
586
594
|
height
|
@@ -954,6 +962,14 @@ exports.QueryContents = (0, graphql_tag_1.default) `
|
|
954
962
|
textUri
|
955
963
|
audioUri
|
956
964
|
transcriptUri
|
965
|
+
summary
|
966
|
+
customSummary
|
967
|
+
keywords
|
968
|
+
bullets
|
969
|
+
headlines
|
970
|
+
posts
|
971
|
+
chapters
|
972
|
+
questions
|
957
973
|
video {
|
958
974
|
width
|
959
975
|
height
|
@@ -1184,6 +1200,14 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
|
|
1184
1200
|
textUri
|
1185
1201
|
audioUri
|
1186
1202
|
transcriptUri
|
1203
|
+
summary
|
1204
|
+
customSummary
|
1205
|
+
keywords
|
1206
|
+
bullets
|
1207
|
+
headlines
|
1208
|
+
posts
|
1209
|
+
chapters
|
1210
|
+
questions
|
1187
1211
|
video {
|
1188
1212
|
width
|
1189
1213
|
height
|
@@ -1538,11 +1562,98 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1538
1562
|
id
|
1539
1563
|
name
|
1540
1564
|
state
|
1565
|
+
originalDate
|
1566
|
+
uri
|
1541
1567
|
type
|
1542
1568
|
fileType
|
1569
|
+
mimeType
|
1570
|
+
format
|
1571
|
+
formatName
|
1572
|
+
fileExtension
|
1543
1573
|
fileName
|
1544
|
-
|
1545
|
-
|
1574
|
+
fileSize
|
1575
|
+
masterUri
|
1576
|
+
imageUri
|
1577
|
+
textUri
|
1578
|
+
audioUri
|
1579
|
+
transcriptUri
|
1580
|
+
summary
|
1581
|
+
customSummary
|
1582
|
+
keywords
|
1583
|
+
bullets
|
1584
|
+
headlines
|
1585
|
+
posts
|
1586
|
+
chapters
|
1587
|
+
questions
|
1588
|
+
video {
|
1589
|
+
width
|
1590
|
+
height
|
1591
|
+
duration
|
1592
|
+
make
|
1593
|
+
model
|
1594
|
+
software
|
1595
|
+
title
|
1596
|
+
description
|
1597
|
+
keywords
|
1598
|
+
author
|
1599
|
+
}
|
1600
|
+
audio {
|
1601
|
+
keywords
|
1602
|
+
author
|
1603
|
+
series
|
1604
|
+
episode
|
1605
|
+
episodeType
|
1606
|
+
season
|
1607
|
+
publisher
|
1608
|
+
copyright
|
1609
|
+
language
|
1610
|
+
genre
|
1611
|
+
title
|
1612
|
+
description
|
1613
|
+
bitrate
|
1614
|
+
channels
|
1615
|
+
sampleRate
|
1616
|
+
bitsPerSample
|
1617
|
+
duration
|
1618
|
+
}
|
1619
|
+
image {
|
1620
|
+
width
|
1621
|
+
height
|
1622
|
+
resolutionX
|
1623
|
+
resolutionY
|
1624
|
+
bitsPerComponent
|
1625
|
+
components
|
1626
|
+
projectionType
|
1627
|
+
orientation
|
1628
|
+
description
|
1629
|
+
make
|
1630
|
+
model
|
1631
|
+
software
|
1632
|
+
lens
|
1633
|
+
focalLength
|
1634
|
+
exposureTime
|
1635
|
+
fNumber
|
1636
|
+
iso
|
1637
|
+
heading
|
1638
|
+
pitch
|
1639
|
+
}
|
1640
|
+
document {
|
1641
|
+
title
|
1642
|
+
subject
|
1643
|
+
summary
|
1644
|
+
author
|
1645
|
+
publisher
|
1646
|
+
description
|
1647
|
+
keywords
|
1648
|
+
pageCount
|
1649
|
+
worksheetCount
|
1650
|
+
slideCount
|
1651
|
+
wordCount
|
1652
|
+
lineCount
|
1653
|
+
paragraphCount
|
1654
|
+
isEncrypted
|
1655
|
+
hasDigitalSignature
|
1656
|
+
}
|
1546
1657
|
}
|
1547
1658
|
index
|
1548
1659
|
text
|
@@ -1647,11 +1758,98 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
|
|
1647
1758
|
id
|
1648
1759
|
name
|
1649
1760
|
state
|
1761
|
+
originalDate
|
1762
|
+
uri
|
1650
1763
|
type
|
1651
1764
|
fileType
|
1765
|
+
mimeType
|
1766
|
+
format
|
1767
|
+
formatName
|
1768
|
+
fileExtension
|
1652
1769
|
fileName
|
1653
|
-
|
1654
|
-
|
1770
|
+
fileSize
|
1771
|
+
masterUri
|
1772
|
+
imageUri
|
1773
|
+
textUri
|
1774
|
+
audioUri
|
1775
|
+
transcriptUri
|
1776
|
+
summary
|
1777
|
+
customSummary
|
1778
|
+
keywords
|
1779
|
+
bullets
|
1780
|
+
headlines
|
1781
|
+
posts
|
1782
|
+
chapters
|
1783
|
+
questions
|
1784
|
+
video {
|
1785
|
+
width
|
1786
|
+
height
|
1787
|
+
duration
|
1788
|
+
make
|
1789
|
+
model
|
1790
|
+
software
|
1791
|
+
title
|
1792
|
+
description
|
1793
|
+
keywords
|
1794
|
+
author
|
1795
|
+
}
|
1796
|
+
audio {
|
1797
|
+
keywords
|
1798
|
+
author
|
1799
|
+
series
|
1800
|
+
episode
|
1801
|
+
episodeType
|
1802
|
+
season
|
1803
|
+
publisher
|
1804
|
+
copyright
|
1805
|
+
language
|
1806
|
+
genre
|
1807
|
+
title
|
1808
|
+
description
|
1809
|
+
bitrate
|
1810
|
+
channels
|
1811
|
+
sampleRate
|
1812
|
+
bitsPerSample
|
1813
|
+
duration
|
1814
|
+
}
|
1815
|
+
image {
|
1816
|
+
width
|
1817
|
+
height
|
1818
|
+
resolutionX
|
1819
|
+
resolutionY
|
1820
|
+
bitsPerComponent
|
1821
|
+
components
|
1822
|
+
projectionType
|
1823
|
+
orientation
|
1824
|
+
description
|
1825
|
+
make
|
1826
|
+
model
|
1827
|
+
software
|
1828
|
+
lens
|
1829
|
+
focalLength
|
1830
|
+
exposureTime
|
1831
|
+
fNumber
|
1832
|
+
iso
|
1833
|
+
heading
|
1834
|
+
pitch
|
1835
|
+
}
|
1836
|
+
document {
|
1837
|
+
title
|
1838
|
+
subject
|
1839
|
+
summary
|
1840
|
+
author
|
1841
|
+
publisher
|
1842
|
+
description
|
1843
|
+
keywords
|
1844
|
+
pageCount
|
1845
|
+
worksheetCount
|
1846
|
+
slideCount
|
1847
|
+
wordCount
|
1848
|
+
lineCount
|
1849
|
+
paragraphCount
|
1850
|
+
isEncrypted
|
1851
|
+
hasDigitalSignature
|
1852
|
+
}
|
1655
1853
|
}
|
1656
1854
|
index
|
1657
1855
|
text
|
@@ -1750,11 +1948,98 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
1750
1948
|
id
|
1751
1949
|
name
|
1752
1950
|
state
|
1951
|
+
originalDate
|
1952
|
+
uri
|
1753
1953
|
type
|
1754
1954
|
fileType
|
1955
|
+
mimeType
|
1956
|
+
format
|
1957
|
+
formatName
|
1958
|
+
fileExtension
|
1755
1959
|
fileName
|
1756
|
-
|
1757
|
-
|
1960
|
+
fileSize
|
1961
|
+
masterUri
|
1962
|
+
imageUri
|
1963
|
+
textUri
|
1964
|
+
audioUri
|
1965
|
+
transcriptUri
|
1966
|
+
summary
|
1967
|
+
customSummary
|
1968
|
+
keywords
|
1969
|
+
bullets
|
1970
|
+
headlines
|
1971
|
+
posts
|
1972
|
+
chapters
|
1973
|
+
questions
|
1974
|
+
video {
|
1975
|
+
width
|
1976
|
+
height
|
1977
|
+
duration
|
1978
|
+
make
|
1979
|
+
model
|
1980
|
+
software
|
1981
|
+
title
|
1982
|
+
description
|
1983
|
+
keywords
|
1984
|
+
author
|
1985
|
+
}
|
1986
|
+
audio {
|
1987
|
+
keywords
|
1988
|
+
author
|
1989
|
+
series
|
1990
|
+
episode
|
1991
|
+
episodeType
|
1992
|
+
season
|
1993
|
+
publisher
|
1994
|
+
copyright
|
1995
|
+
language
|
1996
|
+
genre
|
1997
|
+
title
|
1998
|
+
description
|
1999
|
+
bitrate
|
2000
|
+
channels
|
2001
|
+
sampleRate
|
2002
|
+
bitsPerSample
|
2003
|
+
duration
|
2004
|
+
}
|
2005
|
+
image {
|
2006
|
+
width
|
2007
|
+
height
|
2008
|
+
resolutionX
|
2009
|
+
resolutionY
|
2010
|
+
bitsPerComponent
|
2011
|
+
components
|
2012
|
+
projectionType
|
2013
|
+
orientation
|
2014
|
+
description
|
2015
|
+
make
|
2016
|
+
model
|
2017
|
+
software
|
2018
|
+
lens
|
2019
|
+
focalLength
|
2020
|
+
exposureTime
|
2021
|
+
fNumber
|
2022
|
+
iso
|
2023
|
+
heading
|
2024
|
+
pitch
|
2025
|
+
}
|
2026
|
+
document {
|
2027
|
+
title
|
2028
|
+
subject
|
2029
|
+
summary
|
2030
|
+
author
|
2031
|
+
publisher
|
2032
|
+
description
|
2033
|
+
keywords
|
2034
|
+
pageCount
|
2035
|
+
worksheetCount
|
2036
|
+
slideCount
|
2037
|
+
wordCount
|
2038
|
+
lineCount
|
2039
|
+
paragraphCount
|
2040
|
+
isEncrypted
|
2041
|
+
hasDigitalSignature
|
2042
|
+
}
|
1758
2043
|
}
|
1759
2044
|
index
|
1760
2045
|
text
|
@@ -1918,6 +2203,7 @@ exports.GetEvent = (0, graphql_tag_1.default) `
|
|
1918
2203
|
alternateNames
|
1919
2204
|
creationDate
|
1920
2205
|
thing
|
2206
|
+
relevance
|
1921
2207
|
address {
|
1922
2208
|
streetAddress
|
1923
2209
|
city
|
@@ -1947,6 +2233,7 @@ exports.QueryEvents = (0, graphql_tag_1.default) `
|
|
1947
2233
|
alternateNames
|
1948
2234
|
creationDate
|
1949
2235
|
thing
|
2236
|
+
relevance
|
1950
2237
|
address {
|
1951
2238
|
streetAddress
|
1952
2239
|
city
|
@@ -2092,6 +2379,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2092
2379
|
googleDrive {
|
2093
2380
|
folderId
|
2094
2381
|
refreshToken
|
2382
|
+
clientId
|
2383
|
+
clientSecret
|
2095
2384
|
}
|
2096
2385
|
}
|
2097
2386
|
email {
|
@@ -2100,6 +2389,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2100
2389
|
google {
|
2101
2390
|
type
|
2102
2391
|
refreshToken
|
2392
|
+
clientId
|
2393
|
+
clientSecret
|
2103
2394
|
}
|
2104
2395
|
microsoft {
|
2105
2396
|
type
|
@@ -2255,6 +2546,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2255
2546
|
googleDrive {
|
2256
2547
|
folderId
|
2257
2548
|
refreshToken
|
2549
|
+
clientId
|
2550
|
+
clientSecret
|
2258
2551
|
}
|
2259
2552
|
}
|
2260
2553
|
email {
|
@@ -2263,6 +2556,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2263
2556
|
google {
|
2264
2557
|
type
|
2265
2558
|
refreshToken
|
2559
|
+
clientId
|
2560
|
+
clientSecret
|
2266
2561
|
}
|
2267
2562
|
microsoft {
|
2268
2563
|
type
|
@@ -2565,6 +2860,7 @@ exports.GetOrganization = (0, graphql_tag_1.default) `
|
|
2565
2860
|
alternateNames
|
2566
2861
|
creationDate
|
2567
2862
|
thing
|
2863
|
+
relevance
|
2568
2864
|
address {
|
2569
2865
|
streetAddress
|
2570
2866
|
city
|
@@ -2590,6 +2886,7 @@ exports.QueryOrganizations = (0, graphql_tag_1.default) `
|
|
2590
2886
|
alternateNames
|
2591
2887
|
creationDate
|
2592
2888
|
thing
|
2889
|
+
relevance
|
2593
2890
|
address {
|
2594
2891
|
streetAddress
|
2595
2892
|
city
|
@@ -2666,6 +2963,7 @@ exports.GetPerson = (0, graphql_tag_1.default) `
|
|
2666
2963
|
alternateNames
|
2667
2964
|
creationDate
|
2668
2965
|
thing
|
2966
|
+
relevance
|
2669
2967
|
address {
|
2670
2968
|
streetAddress
|
2671
2969
|
city
|
@@ -2693,6 +2991,7 @@ exports.QueryPersons = (0, graphql_tag_1.default) `
|
|
2693
2991
|
alternateNames
|
2694
2992
|
creationDate
|
2695
2993
|
thing
|
2994
|
+
relevance
|
2696
2995
|
address {
|
2697
2996
|
streetAddress
|
2698
2997
|
city
|
@@ -2771,6 +3070,7 @@ exports.GetPlace = (0, graphql_tag_1.default) `
|
|
2771
3070
|
alternateNames
|
2772
3071
|
creationDate
|
2773
3072
|
thing
|
3073
|
+
relevance
|
2774
3074
|
address {
|
2775
3075
|
streetAddress
|
2776
3076
|
city
|
@@ -2790,6 +3090,7 @@ exports.QueryPlaces = (0, graphql_tag_1.default) `
|
|
2790
3090
|
alternateNames
|
2791
3091
|
creationDate
|
2792
3092
|
thing
|
3093
|
+
relevance
|
2793
3094
|
address {
|
2794
3095
|
streetAddress
|
2795
3096
|
city
|
@@ -2860,6 +3161,7 @@ exports.GetProduct = (0, graphql_tag_1.default) `
|
|
2860
3161
|
alternateNames
|
2861
3162
|
creationDate
|
2862
3163
|
thing
|
3164
|
+
relevance
|
2863
3165
|
address {
|
2864
3166
|
streetAddress
|
2865
3167
|
city
|
@@ -2886,6 +3188,7 @@ exports.QueryProducts = (0, graphql_tag_1.default) `
|
|
2886
3188
|
alternateNames
|
2887
3189
|
creationDate
|
2888
3190
|
thing
|
3191
|
+
relevance
|
2889
3192
|
address {
|
2890
3193
|
streetAddress
|
2891
3194
|
city
|
@@ -2923,6 +3226,8 @@ exports.GetProject = (0, graphql_tag_1.default) `
|
|
2923
3226
|
environmentType
|
2924
3227
|
platform
|
2925
3228
|
region
|
3229
|
+
credits
|
3230
|
+
lastCreditsDate
|
2926
3231
|
workflow {
|
2927
3232
|
id
|
2928
3233
|
name
|
@@ -2934,6 +3239,7 @@ exports.GetProject = (0, graphql_tag_1.default) `
|
|
2934
3239
|
quota {
|
2935
3240
|
storage
|
2936
3241
|
contents
|
3242
|
+
credits
|
2937
3243
|
feeds
|
2938
3244
|
posts
|
2939
3245
|
conversations
|
@@ -3013,8 +3319,14 @@ exports.QueryCredits = (0, graphql_tag_1.default) `
|
|
3013
3319
|
}
|
3014
3320
|
`;
|
3015
3321
|
exports.QueryUsage = (0, graphql_tag_1.default) `
|
3016
|
-
query QueryUsage($startDate: DateTime!, $duration: TimeSpan!) {
|
3017
|
-
usage(
|
3322
|
+
query QueryUsage($startDate: DateTime!, $duration: TimeSpan!, $names: [String!], $offset: Int, $limit: Int) {
|
3323
|
+
usage(
|
3324
|
+
startDate: $startDate
|
3325
|
+
duration: $duration
|
3326
|
+
names: $names
|
3327
|
+
offset: $offset
|
3328
|
+
limit: $limit
|
3329
|
+
) {
|
3018
3330
|
id
|
3019
3331
|
correlationId
|
3020
3332
|
date
|
@@ -3107,6 +3419,7 @@ exports.GetRepo = (0, graphql_tag_1.default) `
|
|
3107
3419
|
alternateNames
|
3108
3420
|
creationDate
|
3109
3421
|
thing
|
3422
|
+
relevance
|
3110
3423
|
}
|
3111
3424
|
}
|
3112
3425
|
`;
|
@@ -3119,6 +3432,7 @@ exports.QueryRepos = (0, graphql_tag_1.default) `
|
|
3119
3432
|
alternateNames
|
3120
3433
|
creationDate
|
3121
3434
|
thing
|
3435
|
+
relevance
|
3122
3436
|
}
|
3123
3437
|
}
|
3124
3438
|
}
|
@@ -3182,6 +3496,7 @@ exports.GetSoftware = (0, graphql_tag_1.default) `
|
|
3182
3496
|
alternateNames
|
3183
3497
|
creationDate
|
3184
3498
|
thing
|
3499
|
+
relevance
|
3185
3500
|
releaseDate
|
3186
3501
|
developer
|
3187
3502
|
}
|
@@ -3196,6 +3511,7 @@ exports.QuerySoftwares = (0, graphql_tag_1.default) `
|
|
3196
3511
|
alternateNames
|
3197
3512
|
creationDate
|
3198
3513
|
thing
|
3514
|
+
relevance
|
3199
3515
|
releaseDate
|
3200
3516
|
developer
|
3201
3517
|
}
|
@@ -3371,11 +3687,98 @@ exports.PromptSpecifications = (0, graphql_tag_1.default) `
|
|
3371
3687
|
id
|
3372
3688
|
name
|
3373
3689
|
state
|
3690
|
+
originalDate
|
3691
|
+
uri
|
3374
3692
|
type
|
3375
3693
|
fileType
|
3694
|
+
mimeType
|
3695
|
+
format
|
3696
|
+
formatName
|
3697
|
+
fileExtension
|
3376
3698
|
fileName
|
3377
|
-
|
3378
|
-
|
3699
|
+
fileSize
|
3700
|
+
masterUri
|
3701
|
+
imageUri
|
3702
|
+
textUri
|
3703
|
+
audioUri
|
3704
|
+
transcriptUri
|
3705
|
+
summary
|
3706
|
+
customSummary
|
3707
|
+
keywords
|
3708
|
+
bullets
|
3709
|
+
headlines
|
3710
|
+
posts
|
3711
|
+
chapters
|
3712
|
+
questions
|
3713
|
+
video {
|
3714
|
+
width
|
3715
|
+
height
|
3716
|
+
duration
|
3717
|
+
make
|
3718
|
+
model
|
3719
|
+
software
|
3720
|
+
title
|
3721
|
+
description
|
3722
|
+
keywords
|
3723
|
+
author
|
3724
|
+
}
|
3725
|
+
audio {
|
3726
|
+
keywords
|
3727
|
+
author
|
3728
|
+
series
|
3729
|
+
episode
|
3730
|
+
episodeType
|
3731
|
+
season
|
3732
|
+
publisher
|
3733
|
+
copyright
|
3734
|
+
language
|
3735
|
+
genre
|
3736
|
+
title
|
3737
|
+
description
|
3738
|
+
bitrate
|
3739
|
+
channels
|
3740
|
+
sampleRate
|
3741
|
+
bitsPerSample
|
3742
|
+
duration
|
3743
|
+
}
|
3744
|
+
image {
|
3745
|
+
width
|
3746
|
+
height
|
3747
|
+
resolutionX
|
3748
|
+
resolutionY
|
3749
|
+
bitsPerComponent
|
3750
|
+
components
|
3751
|
+
projectionType
|
3752
|
+
orientation
|
3753
|
+
description
|
3754
|
+
make
|
3755
|
+
model
|
3756
|
+
software
|
3757
|
+
lens
|
3758
|
+
focalLength
|
3759
|
+
exposureTime
|
3760
|
+
fNumber
|
3761
|
+
iso
|
3762
|
+
heading
|
3763
|
+
pitch
|
3764
|
+
}
|
3765
|
+
document {
|
3766
|
+
title
|
3767
|
+
subject
|
3768
|
+
summary
|
3769
|
+
author
|
3770
|
+
publisher
|
3771
|
+
description
|
3772
|
+
keywords
|
3773
|
+
pageCount
|
3774
|
+
worksheetCount
|
3775
|
+
slideCount
|
3776
|
+
wordCount
|
3777
|
+
lineCount
|
3778
|
+
paragraphCount
|
3779
|
+
isEncrypted
|
3780
|
+
hasDigitalSignature
|
3781
|
+
}
|
3379
3782
|
}
|
3380
3783
|
index
|
3381
3784
|
text
|
@@ -3613,6 +4016,11 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
|
|
3613
4016
|
}
|
3614
4017
|
}
|
3615
4018
|
}
|
4019
|
+
storage {
|
4020
|
+
embeddings {
|
4021
|
+
chunkTokenLimit
|
4022
|
+
}
|
4023
|
+
}
|
3616
4024
|
actions {
|
3617
4025
|
connector {
|
3618
4026
|
type
|
@@ -3756,6 +4164,11 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
3756
4164
|
}
|
3757
4165
|
}
|
3758
4166
|
}
|
4167
|
+
storage {
|
4168
|
+
embeddings {
|
4169
|
+
chunkTokenLimit
|
4170
|
+
}
|
4171
|
+
}
|
3759
4172
|
actions {
|
3760
4173
|
connector {
|
3761
4174
|
type
|
@@ -3872,6 +4285,11 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
3872
4285
|
}
|
3873
4286
|
}
|
3874
4287
|
}
|
4288
|
+
storage {
|
4289
|
+
embeddings {
|
4290
|
+
chunkTokenLimit
|
4291
|
+
}
|
4292
|
+
}
|
3875
4293
|
actions {
|
3876
4294
|
connector {
|
3877
4295
|
type
|
@@ -3984,6 +4402,11 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
|
|
3984
4402
|
}
|
3985
4403
|
}
|
3986
4404
|
}
|
4405
|
+
storage {
|
4406
|
+
embeddings {
|
4407
|
+
chunkTokenLimit
|
4408
|
+
}
|
4409
|
+
}
|
3987
4410
|
actions {
|
3988
4411
|
connector {
|
3989
4412
|
type
|