graphlit-client 1.0.20240609001 → 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.
@@ -1538,11 +1538,90 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1538
1538
|
id
|
1539
1539
|
name
|
1540
1540
|
state
|
1541
|
+
originalDate
|
1542
|
+
uri
|
1541
1543
|
type
|
1542
1544
|
fileType
|
1545
|
+
mimeType
|
1546
|
+
format
|
1547
|
+
formatName
|
1548
|
+
fileExtension
|
1543
1549
|
fileName
|
1544
|
-
|
1545
|
-
|
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
|
+
}
|
1546
1625
|
}
|
1547
1626
|
index
|
1548
1627
|
text
|
@@ -1647,11 +1726,90 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
|
|
1647
1726
|
id
|
1648
1727
|
name
|
1649
1728
|
state
|
1729
|
+
originalDate
|
1730
|
+
uri
|
1650
1731
|
type
|
1651
1732
|
fileType
|
1733
|
+
mimeType
|
1734
|
+
format
|
1735
|
+
formatName
|
1736
|
+
fileExtension
|
1652
1737
|
fileName
|
1653
|
-
|
1654
|
-
|
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
|
+
}
|
1655
1813
|
}
|
1656
1814
|
index
|
1657
1815
|
text
|
@@ -1750,11 +1908,90 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
1750
1908
|
id
|
1751
1909
|
name
|
1752
1910
|
state
|
1911
|
+
originalDate
|
1912
|
+
uri
|
1753
1913
|
type
|
1754
1914
|
fileType
|
1915
|
+
mimeType
|
1916
|
+
format
|
1917
|
+
formatName
|
1918
|
+
fileExtension
|
1755
1919
|
fileName
|
1756
|
-
|
1757
|
-
|
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
|
+
}
|
1758
1995
|
}
|
1759
1996
|
index
|
1760
1997
|
text
|
@@ -1918,6 +2155,7 @@ exports.GetEvent = (0, graphql_tag_1.default) `
|
|
1918
2155
|
alternateNames
|
1919
2156
|
creationDate
|
1920
2157
|
thing
|
2158
|
+
relevance
|
1921
2159
|
address {
|
1922
2160
|
streetAddress
|
1923
2161
|
city
|
@@ -1947,6 +2185,7 @@ exports.QueryEvents = (0, graphql_tag_1.default) `
|
|
1947
2185
|
alternateNames
|
1948
2186
|
creationDate
|
1949
2187
|
thing
|
2188
|
+
relevance
|
1950
2189
|
address {
|
1951
2190
|
streetAddress
|
1952
2191
|
city
|
@@ -2092,6 +2331,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2092
2331
|
googleDrive {
|
2093
2332
|
folderId
|
2094
2333
|
refreshToken
|
2334
|
+
clientId
|
2335
|
+
clientSecret
|
2095
2336
|
}
|
2096
2337
|
}
|
2097
2338
|
email {
|
@@ -2100,6 +2341,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2100
2341
|
google {
|
2101
2342
|
type
|
2102
2343
|
refreshToken
|
2344
|
+
clientId
|
2345
|
+
clientSecret
|
2103
2346
|
}
|
2104
2347
|
microsoft {
|
2105
2348
|
type
|
@@ -2255,6 +2498,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2255
2498
|
googleDrive {
|
2256
2499
|
folderId
|
2257
2500
|
refreshToken
|
2501
|
+
clientId
|
2502
|
+
clientSecret
|
2258
2503
|
}
|
2259
2504
|
}
|
2260
2505
|
email {
|
@@ -2263,6 +2508,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2263
2508
|
google {
|
2264
2509
|
type
|
2265
2510
|
refreshToken
|
2511
|
+
clientId
|
2512
|
+
clientSecret
|
2266
2513
|
}
|
2267
2514
|
microsoft {
|
2268
2515
|
type
|
@@ -2565,6 +2812,7 @@ exports.GetOrganization = (0, graphql_tag_1.default) `
|
|
2565
2812
|
alternateNames
|
2566
2813
|
creationDate
|
2567
2814
|
thing
|
2815
|
+
relevance
|
2568
2816
|
address {
|
2569
2817
|
streetAddress
|
2570
2818
|
city
|
@@ -2590,6 +2838,7 @@ exports.QueryOrganizations = (0, graphql_tag_1.default) `
|
|
2590
2838
|
alternateNames
|
2591
2839
|
creationDate
|
2592
2840
|
thing
|
2841
|
+
relevance
|
2593
2842
|
address {
|
2594
2843
|
streetAddress
|
2595
2844
|
city
|
@@ -2666,6 +2915,7 @@ exports.GetPerson = (0, graphql_tag_1.default) `
|
|
2666
2915
|
alternateNames
|
2667
2916
|
creationDate
|
2668
2917
|
thing
|
2918
|
+
relevance
|
2669
2919
|
address {
|
2670
2920
|
streetAddress
|
2671
2921
|
city
|
@@ -2693,6 +2943,7 @@ exports.QueryPersons = (0, graphql_tag_1.default) `
|
|
2693
2943
|
alternateNames
|
2694
2944
|
creationDate
|
2695
2945
|
thing
|
2946
|
+
relevance
|
2696
2947
|
address {
|
2697
2948
|
streetAddress
|
2698
2949
|
city
|
@@ -2771,6 +3022,7 @@ exports.GetPlace = (0, graphql_tag_1.default) `
|
|
2771
3022
|
alternateNames
|
2772
3023
|
creationDate
|
2773
3024
|
thing
|
3025
|
+
relevance
|
2774
3026
|
address {
|
2775
3027
|
streetAddress
|
2776
3028
|
city
|
@@ -2790,6 +3042,7 @@ exports.QueryPlaces = (0, graphql_tag_1.default) `
|
|
2790
3042
|
alternateNames
|
2791
3043
|
creationDate
|
2792
3044
|
thing
|
3045
|
+
relevance
|
2793
3046
|
address {
|
2794
3047
|
streetAddress
|
2795
3048
|
city
|
@@ -2860,6 +3113,7 @@ exports.GetProduct = (0, graphql_tag_1.default) `
|
|
2860
3113
|
alternateNames
|
2861
3114
|
creationDate
|
2862
3115
|
thing
|
3116
|
+
relevance
|
2863
3117
|
address {
|
2864
3118
|
streetAddress
|
2865
3119
|
city
|
@@ -2886,6 +3140,7 @@ exports.QueryProducts = (0, graphql_tag_1.default) `
|
|
2886
3140
|
alternateNames
|
2887
3141
|
creationDate
|
2888
3142
|
thing
|
3143
|
+
relevance
|
2889
3144
|
address {
|
2890
3145
|
streetAddress
|
2891
3146
|
city
|
@@ -2923,6 +3178,8 @@ exports.GetProject = (0, graphql_tag_1.default) `
|
|
2923
3178
|
environmentType
|
2924
3179
|
platform
|
2925
3180
|
region
|
3181
|
+
credits
|
3182
|
+
lastCreditsDate
|
2926
3183
|
workflow {
|
2927
3184
|
id
|
2928
3185
|
name
|
@@ -2934,6 +3191,7 @@ exports.GetProject = (0, graphql_tag_1.default) `
|
|
2934
3191
|
quota {
|
2935
3192
|
storage
|
2936
3193
|
contents
|
3194
|
+
credits
|
2937
3195
|
feeds
|
2938
3196
|
posts
|
2939
3197
|
conversations
|
@@ -3107,6 +3365,7 @@ exports.GetRepo = (0, graphql_tag_1.default) `
|
|
3107
3365
|
alternateNames
|
3108
3366
|
creationDate
|
3109
3367
|
thing
|
3368
|
+
relevance
|
3110
3369
|
}
|
3111
3370
|
}
|
3112
3371
|
`;
|
@@ -3119,6 +3378,7 @@ exports.QueryRepos = (0, graphql_tag_1.default) `
|
|
3119
3378
|
alternateNames
|
3120
3379
|
creationDate
|
3121
3380
|
thing
|
3381
|
+
relevance
|
3122
3382
|
}
|
3123
3383
|
}
|
3124
3384
|
}
|
@@ -3182,6 +3442,7 @@ exports.GetSoftware = (0, graphql_tag_1.default) `
|
|
3182
3442
|
alternateNames
|
3183
3443
|
creationDate
|
3184
3444
|
thing
|
3445
|
+
relevance
|
3185
3446
|
releaseDate
|
3186
3447
|
developer
|
3187
3448
|
}
|
@@ -3196,6 +3457,7 @@ exports.QuerySoftwares = (0, graphql_tag_1.default) `
|
|
3196
3457
|
alternateNames
|
3197
3458
|
creationDate
|
3198
3459
|
thing
|
3460
|
+
relevance
|
3199
3461
|
releaseDate
|
3200
3462
|
developer
|
3201
3463
|
}
|
@@ -3371,11 +3633,90 @@ exports.PromptSpecifications = (0, graphql_tag_1.default) `
|
|
3371
3633
|
id
|
3372
3634
|
name
|
3373
3635
|
state
|
3636
|
+
originalDate
|
3637
|
+
uri
|
3374
3638
|
type
|
3375
3639
|
fileType
|
3640
|
+
mimeType
|
3641
|
+
format
|
3642
|
+
formatName
|
3643
|
+
fileExtension
|
3376
3644
|
fileName
|
3377
|
-
|
3378
|
-
|
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
|
+
}
|
3379
3720
|
}
|
3380
3721
|
index
|
3381
3722
|
text
|
@@ -3613,6 +3954,11 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
|
|
3613
3954
|
}
|
3614
3955
|
}
|
3615
3956
|
}
|
3957
|
+
storage {
|
3958
|
+
embeddings {
|
3959
|
+
chunkTokenLimit
|
3960
|
+
}
|
3961
|
+
}
|
3616
3962
|
actions {
|
3617
3963
|
connector {
|
3618
3964
|
type
|
@@ -3756,6 +4102,11 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
3756
4102
|
}
|
3757
4103
|
}
|
3758
4104
|
}
|
4105
|
+
storage {
|
4106
|
+
embeddings {
|
4107
|
+
chunkTokenLimit
|
4108
|
+
}
|
4109
|
+
}
|
3759
4110
|
actions {
|
3760
4111
|
connector {
|
3761
4112
|
type
|
@@ -3872,6 +4223,11 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
3872
4223
|
}
|
3873
4224
|
}
|
3874
4225
|
}
|
4226
|
+
storage {
|
4227
|
+
embeddings {
|
4228
|
+
chunkTokenLimit
|
4229
|
+
}
|
4230
|
+
}
|
3875
4231
|
actions {
|
3876
4232
|
connector {
|
3877
4233
|
type
|
@@ -3984,6 +4340,11 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
|
|
3984
4340
|
}
|
3985
4341
|
}
|
3986
4342
|
}
|
4343
|
+
storage {
|
4344
|
+
embeddings {
|
4345
|
+
chunkTokenLimit
|
4346
|
+
}
|
4347
|
+
}
|
3987
4348
|
actions {
|
3988
4349
|
connector {
|
3989
4350
|
type
|