graphlit-client 1.0.20240519001 → 1.0.20240609001

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
@@ -1520,6 +1592,42 @@ exports.GetConversation = (0, graphql_tag_1.default) `
1520
1592
  }
1521
1593
  states
1522
1594
  }
1595
+ or {
1596
+ feeds {
1597
+ id
1598
+ }
1599
+ workflows {
1600
+ id
1601
+ }
1602
+ collections {
1603
+ id
1604
+ }
1605
+ observations {
1606
+ type
1607
+ observable {
1608
+ id
1609
+ }
1610
+ states
1611
+ }
1612
+ }
1613
+ and {
1614
+ feeds {
1615
+ id
1616
+ }
1617
+ workflows {
1618
+ id
1619
+ }
1620
+ collections {
1621
+ id
1622
+ }
1623
+ observations {
1624
+ type
1625
+ observable {
1626
+ id
1627
+ }
1628
+ states
1629
+ }
1630
+ }
1523
1631
  }
1524
1632
  }
1525
1633
  }
@@ -1696,14 +1804,55 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
1696
1804
  }
1697
1805
  states
1698
1806
  }
1807
+ or {
1808
+ feeds {
1809
+ id
1810
+ }
1811
+ workflows {
1812
+ id
1813
+ }
1814
+ collections {
1815
+ id
1816
+ }
1817
+ observations {
1818
+ type
1819
+ observable {
1820
+ id
1821
+ }
1822
+ states
1823
+ }
1824
+ }
1825
+ and {
1826
+ feeds {
1827
+ id
1828
+ }
1829
+ workflows {
1830
+ id
1831
+ }
1832
+ collections {
1833
+ id
1834
+ }
1835
+ observations {
1836
+ type
1837
+ observable {
1838
+ id
1839
+ }
1840
+ states
1841
+ }
1842
+ }
1699
1843
  }
1700
1844
  }
1701
1845
  }
1702
1846
  }
1703
1847
  `;
1704
1848
  exports.SuggestConversation = (0, graphql_tag_1.default) `
1705
- mutation SuggestConversation($id: ID!, $count: Int, $correlationId: String) {
1706
- suggestConversation(id: $id, count: $count, correlationId: $correlationId) {
1849
+ mutation SuggestConversation($id: ID!, $count: Int, $prompt: String, $correlationId: String) {
1850
+ suggestConversation(
1851
+ id: $id
1852
+ count: $count
1853
+ prompt: $prompt
1854
+ correlationId: $correlationId
1855
+ ) {
1707
1856
  prompts
1708
1857
  }
1709
1858
  }
@@ -1768,6 +1917,7 @@ exports.GetEvent = (0, graphql_tag_1.default) `
1768
1917
  name
1769
1918
  alternateNames
1770
1919
  creationDate
1920
+ thing
1771
1921
  address {
1772
1922
  streetAddress
1773
1923
  city
@@ -1796,6 +1946,7 @@ exports.QueryEvents = (0, graphql_tag_1.default) `
1796
1946
  name
1797
1947
  alternateNames
1798
1948
  creationDate
1949
+ thing
1799
1950
  address {
1800
1951
  streetAddress
1801
1952
  city
@@ -1984,6 +2135,8 @@ exports.GetFeed = (0, graphql_tag_1.default) `
1984
2135
  readLimit
1985
2136
  uri
1986
2137
  includeFiles
2138
+ allowedPaths
2139
+ excludedPaths
1987
2140
  }
1988
2141
  reddit {
1989
2142
  readLimit
@@ -2145,6 +2298,8 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
2145
2298
  readLimit
2146
2299
  uri
2147
2300
  includeFiles
2301
+ allowedPaths
2302
+ excludedPaths
2148
2303
  }
2149
2304
  reddit {
2150
2305
  readLimit
@@ -2409,6 +2564,7 @@ exports.GetOrganization = (0, graphql_tag_1.default) `
2409
2564
  name
2410
2565
  alternateNames
2411
2566
  creationDate
2567
+ thing
2412
2568
  address {
2413
2569
  streetAddress
2414
2570
  city
@@ -2433,6 +2589,7 @@ exports.QueryOrganizations = (0, graphql_tag_1.default) `
2433
2589
  name
2434
2590
  alternateNames
2435
2591
  creationDate
2592
+ thing
2436
2593
  address {
2437
2594
  streetAddress
2438
2595
  city
@@ -2508,6 +2665,7 @@ exports.GetPerson = (0, graphql_tag_1.default) `
2508
2665
  name
2509
2666
  alternateNames
2510
2667
  creationDate
2668
+ thing
2511
2669
  address {
2512
2670
  streetAddress
2513
2671
  city
@@ -2534,6 +2692,7 @@ exports.QueryPersons = (0, graphql_tag_1.default) `
2534
2692
  name
2535
2693
  alternateNames
2536
2694
  creationDate
2695
+ thing
2537
2696
  address {
2538
2697
  streetAddress
2539
2698
  city
@@ -2611,6 +2770,7 @@ exports.GetPlace = (0, graphql_tag_1.default) `
2611
2770
  name
2612
2771
  alternateNames
2613
2772
  creationDate
2773
+ thing
2614
2774
  address {
2615
2775
  streetAddress
2616
2776
  city
@@ -2629,6 +2789,7 @@ exports.QueryPlaces = (0, graphql_tag_1.default) `
2629
2789
  name
2630
2790
  alternateNames
2631
2791
  creationDate
2792
+ thing
2632
2793
  address {
2633
2794
  streetAddress
2634
2795
  city
@@ -2698,6 +2859,7 @@ exports.GetProduct = (0, graphql_tag_1.default) `
2698
2859
  name
2699
2860
  alternateNames
2700
2861
  creationDate
2862
+ thing
2701
2863
  address {
2702
2864
  streetAddress
2703
2865
  city
@@ -2723,6 +2885,7 @@ exports.QueryProducts = (0, graphql_tag_1.default) `
2723
2885
  name
2724
2886
  alternateNames
2725
2887
  creationDate
2888
+ thing
2726
2889
  address {
2727
2890
  streetAddress
2728
2891
  city
@@ -2943,6 +3106,7 @@ exports.GetRepo = (0, graphql_tag_1.default) `
2943
3106
  name
2944
3107
  alternateNames
2945
3108
  creationDate
3109
+ thing
2946
3110
  }
2947
3111
  }
2948
3112
  `;
@@ -2954,6 +3118,7 @@ exports.QueryRepos = (0, graphql_tag_1.default) `
2954
3118
  name
2955
3119
  alternateNames
2956
3120
  creationDate
3121
+ thing
2957
3122
  }
2958
3123
  }
2959
3124
  }
@@ -3016,6 +3181,7 @@ exports.GetSoftware = (0, graphql_tag_1.default) `
3016
3181
  name
3017
3182
  alternateNames
3018
3183
  creationDate
3184
+ thing
3019
3185
  releaseDate
3020
3186
  developer
3021
3187
  }
@@ -3029,6 +3195,7 @@ exports.QuerySoftwares = (0, graphql_tag_1.default) `
3029
3195
  name
3030
3196
  alternateNames
3031
3197
  creationDate
3198
+ thing
3032
3199
  releaseDate
3033
3200
  developer
3034
3201
  }
@@ -3126,6 +3293,8 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
3126
3293
  }
3127
3294
  graphStrategy {
3128
3295
  type
3296
+ generateGraph
3297
+ observableLimit
3129
3298
  }
3130
3299
  revisionStrategy {
3131
3300
  type
@@ -3264,6 +3433,8 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
3264
3433
  }
3265
3434
  graphStrategy {
3266
3435
  type
3436
+ generateGraph
3437
+ observableLimit
3267
3438
  }
3268
3439
  revisionStrategy {
3269
3440
  type
@@ -3354,6 +3525,8 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
3354
3525
  if {
3355
3526
  types
3356
3527
  fileTypes
3528
+ allowedPaths
3529
+ excludedPaths
3357
3530
  }
3358
3531
  collections {
3359
3532
  id
@@ -3424,6 +3597,8 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
3424
3597
  enableCrawling
3425
3598
  allowedDomains
3426
3599
  excludedDomains
3600
+ allowedPaths
3601
+ excludedPaths
3427
3602
  allowedLinks
3428
3603
  excludedLinks
3429
3604
  allowedFiles
@@ -3493,6 +3668,8 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
3493
3668
  if {
3494
3669
  types
3495
3670
  fileTypes
3671
+ allowedPaths
3672
+ excludedPaths
3496
3673
  }
3497
3674
  collections {
3498
3675
  id
@@ -3563,6 +3740,8 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
3563
3740
  enableCrawling
3564
3741
  allowedDomains
3565
3742
  excludedDomains
3743
+ allowedPaths
3744
+ excludedPaths
3566
3745
  allowedLinks
3567
3746
  excludedLinks
3568
3747
  allowedFiles
@@ -3605,6 +3784,8 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
3605
3784
  if {
3606
3785
  types
3607
3786
  fileTypes
3787
+ allowedPaths
3788
+ excludedPaths
3608
3789
  }
3609
3790
  collections {
3610
3791
  id
@@ -3675,6 +3856,8 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
3675
3856
  enableCrawling
3676
3857
  allowedDomains
3677
3858
  excludedDomains
3859
+ allowedPaths
3860
+ excludedPaths
3678
3861
  allowedLinks
3679
3862
  excludedLinks
3680
3863
  allowedFiles
@@ -3713,6 +3896,8 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
3713
3896
  if {
3714
3897
  types
3715
3898
  fileTypes
3899
+ allowedPaths
3900
+ excludedPaths
3716
3901
  }
3717
3902
  collections {
3718
3903
  id
@@ -3783,6 +3968,8 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
3783
3968
  enableCrawling
3784
3969
  allowedDomains
3785
3970
  excludedDomains
3971
+ allowedPaths
3972
+ excludedPaths
3786
3973
  allowedLinks
3787
3974
  excludedLinks
3788
3975
  allowedFiles