graphlit-client 1.0.20250108001 → 1.0.20250114001
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.
- package/dist/client.d.ts +55 -55
- package/dist/client.js +110 -110
- package/dist/generated/graphql-documents.js +111 -1
- package/dist/generated/graphql-types.d.ts +205 -5
- package/dist/generated/graphql-types.js +4 -0
- package/package.json +1 -1
@@ -111,6 +111,9 @@ exports.GetAlert = (0, graphql_tag_1.default) `
|
|
111
111
|
collections {
|
112
112
|
id
|
113
113
|
}
|
114
|
+
users {
|
115
|
+
id
|
116
|
+
}
|
114
117
|
observations {
|
115
118
|
type
|
116
119
|
observable {
|
@@ -128,6 +131,9 @@ exports.GetAlert = (0, graphql_tag_1.default) `
|
|
128
131
|
collections {
|
129
132
|
id
|
130
133
|
}
|
134
|
+
users {
|
135
|
+
id
|
136
|
+
}
|
131
137
|
observations {
|
132
138
|
type
|
133
139
|
observable {
|
@@ -146,6 +152,9 @@ exports.GetAlert = (0, graphql_tag_1.default) `
|
|
146
152
|
collections {
|
147
153
|
id
|
148
154
|
}
|
155
|
+
users {
|
156
|
+
id
|
157
|
+
}
|
149
158
|
observations {
|
150
159
|
type
|
151
160
|
observable {
|
@@ -221,6 +230,9 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
|
|
221
230
|
collections {
|
222
231
|
id
|
223
232
|
}
|
233
|
+
users {
|
234
|
+
id
|
235
|
+
}
|
224
236
|
observations {
|
225
237
|
type
|
226
238
|
observable {
|
@@ -238,6 +250,9 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
|
|
238
250
|
collections {
|
239
251
|
id
|
240
252
|
}
|
253
|
+
users {
|
254
|
+
id
|
255
|
+
}
|
241
256
|
observations {
|
242
257
|
type
|
243
258
|
observable {
|
@@ -256,6 +271,9 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
|
|
256
271
|
collections {
|
257
272
|
id
|
258
273
|
}
|
274
|
+
users {
|
275
|
+
id
|
276
|
+
}
|
259
277
|
observations {
|
260
278
|
type
|
261
279
|
observable {
|
@@ -662,6 +680,8 @@ exports.DescribeEncodedImage = (0, graphql_tag_1.default) `
|
|
662
680
|
timestamp
|
663
681
|
modelService
|
664
682
|
model
|
683
|
+
data
|
684
|
+
mimeType
|
665
685
|
}
|
666
686
|
}
|
667
687
|
`;
|
@@ -792,6 +812,8 @@ exports.DescribeImage = (0, graphql_tag_1.default) `
|
|
792
812
|
timestamp
|
793
813
|
modelService
|
794
814
|
model
|
815
|
+
data
|
816
|
+
mimeType
|
795
817
|
}
|
796
818
|
}
|
797
819
|
`;
|
@@ -2417,6 +2439,8 @@ exports.AskGraphlit = (0, graphql_tag_1.default) `
|
|
2417
2439
|
timestamp
|
2418
2440
|
modelService
|
2419
2441
|
model
|
2442
|
+
data
|
2443
|
+
mimeType
|
2420
2444
|
}
|
2421
2445
|
messageCount
|
2422
2446
|
}
|
@@ -2572,6 +2596,8 @@ exports.CompleteConversation = (0, graphql_tag_1.default) `
|
|
2572
2596
|
timestamp
|
2573
2597
|
modelService
|
2574
2598
|
model
|
2599
|
+
data
|
2600
|
+
mimeType
|
2575
2601
|
}
|
2576
2602
|
messageCount
|
2577
2603
|
facets {
|
@@ -2745,6 +2771,8 @@ exports.CompleteConversation = (0, graphql_tag_1.default) `
|
|
2745
2771
|
timestamp
|
2746
2772
|
modelService
|
2747
2773
|
model
|
2774
|
+
data
|
2775
|
+
mimeType
|
2748
2776
|
}
|
2749
2777
|
}
|
2750
2778
|
}
|
@@ -2880,6 +2908,8 @@ exports.ContinueConversation = (0, graphql_tag_1.default) `
|
|
2880
2908
|
timestamp
|
2881
2909
|
modelService
|
2882
2910
|
model
|
2911
|
+
data
|
2912
|
+
mimeType
|
2883
2913
|
}
|
2884
2914
|
messageCount
|
2885
2915
|
facets {
|
@@ -3053,6 +3083,8 @@ exports.ContinueConversation = (0, graphql_tag_1.default) `
|
|
3053
3083
|
timestamp
|
3054
3084
|
modelService
|
3055
3085
|
model
|
3086
|
+
data
|
3087
|
+
mimeType
|
3056
3088
|
}
|
3057
3089
|
}
|
3058
3090
|
}
|
@@ -3235,6 +3267,8 @@ exports.FormatConversation = (0, graphql_tag_1.default) `
|
|
3235
3267
|
timestamp
|
3236
3268
|
modelService
|
3237
3269
|
model
|
3270
|
+
data
|
3271
|
+
mimeType
|
3238
3272
|
}
|
3239
3273
|
messageCount
|
3240
3274
|
facets {
|
@@ -3408,6 +3442,8 @@ exports.FormatConversation = (0, graphql_tag_1.default) `
|
|
3408
3442
|
timestamp
|
3409
3443
|
modelService
|
3410
3444
|
model
|
3445
|
+
data
|
3446
|
+
mimeType
|
3411
3447
|
}
|
3412
3448
|
}
|
3413
3449
|
}
|
@@ -3546,6 +3582,8 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3546
3582
|
timestamp
|
3547
3583
|
modelService
|
3548
3584
|
model
|
3585
|
+
data
|
3586
|
+
mimeType
|
3549
3587
|
}
|
3550
3588
|
specification {
|
3551
3589
|
id
|
@@ -3580,6 +3618,9 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3580
3618
|
collections {
|
3581
3619
|
id
|
3582
3620
|
}
|
3621
|
+
users {
|
3622
|
+
id
|
3623
|
+
}
|
3583
3624
|
observations {
|
3584
3625
|
type
|
3585
3626
|
observable {
|
@@ -3597,6 +3638,9 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3597
3638
|
collections {
|
3598
3639
|
id
|
3599
3640
|
}
|
3641
|
+
users {
|
3642
|
+
id
|
3643
|
+
}
|
3600
3644
|
observations {
|
3601
3645
|
type
|
3602
3646
|
observable {
|
@@ -3615,6 +3659,9 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3615
3659
|
collections {
|
3616
3660
|
id
|
3617
3661
|
}
|
3662
|
+
users {
|
3663
|
+
id
|
3664
|
+
}
|
3618
3665
|
observations {
|
3619
3666
|
type
|
3620
3667
|
observable {
|
@@ -3649,6 +3696,9 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3649
3696
|
collections {
|
3650
3697
|
id
|
3651
3698
|
}
|
3699
|
+
users {
|
3700
|
+
id
|
3701
|
+
}
|
3652
3702
|
observations {
|
3653
3703
|
type
|
3654
3704
|
observable {
|
@@ -3666,6 +3716,9 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3666
3716
|
collections {
|
3667
3717
|
id
|
3668
3718
|
}
|
3719
|
+
users {
|
3720
|
+
id
|
3721
|
+
}
|
3669
3722
|
observations {
|
3670
3723
|
type
|
3671
3724
|
observable {
|
@@ -3684,6 +3737,9 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3684
3737
|
collections {
|
3685
3738
|
id
|
3686
3739
|
}
|
3740
|
+
users {
|
3741
|
+
id
|
3742
|
+
}
|
3687
3743
|
observations {
|
3688
3744
|
type
|
3689
3745
|
observable {
|
@@ -3697,9 +3753,11 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3697
3753
|
}
|
3698
3754
|
`;
|
3699
3755
|
exports.Prompt = (0, graphql_tag_1.default) `
|
3700
|
-
mutation Prompt($prompt: String!, $specification: EntityReferenceInput, $messages: [ConversationMessageInput!], $correlationId: String) {
|
3756
|
+
mutation Prompt($prompt: String!, $mimeType: String, $data: String, $specification: EntityReferenceInput, $messages: [ConversationMessageInput!], $correlationId: String) {
|
3701
3757
|
prompt(
|
3702
3758
|
prompt: $prompt
|
3759
|
+
mimeType: $mimeType
|
3760
|
+
data: $data
|
3703
3761
|
specification: $specification
|
3704
3762
|
messages: $messages
|
3705
3763
|
correlationId: $correlationId
|
@@ -3827,6 +3885,8 @@ exports.Prompt = (0, graphql_tag_1.default) `
|
|
3827
3885
|
timestamp
|
3828
3886
|
modelService
|
3829
3887
|
model
|
3888
|
+
data
|
3889
|
+
mimeType
|
3830
3890
|
}
|
3831
3891
|
error
|
3832
3892
|
}
|
@@ -3966,6 +4026,8 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
|
|
3966
4026
|
timestamp
|
3967
4027
|
modelService
|
3968
4028
|
model
|
4029
|
+
data
|
4030
|
+
mimeType
|
3969
4031
|
}
|
3970
4032
|
messageCount
|
3971
4033
|
facets {
|
@@ -4139,6 +4201,8 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
|
|
4139
4201
|
timestamp
|
4140
4202
|
modelService
|
4141
4203
|
model
|
4204
|
+
data
|
4205
|
+
mimeType
|
4142
4206
|
}
|
4143
4207
|
}
|
4144
4208
|
}
|
@@ -4387,6 +4451,8 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4387
4451
|
timestamp
|
4388
4452
|
modelService
|
4389
4453
|
model
|
4454
|
+
data
|
4455
|
+
mimeType
|
4390
4456
|
}
|
4391
4457
|
specification {
|
4392
4458
|
id
|
@@ -4421,6 +4487,9 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4421
4487
|
collections {
|
4422
4488
|
id
|
4423
4489
|
}
|
4490
|
+
users {
|
4491
|
+
id
|
4492
|
+
}
|
4424
4493
|
observations {
|
4425
4494
|
type
|
4426
4495
|
observable {
|
@@ -4438,6 +4507,9 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4438
4507
|
collections {
|
4439
4508
|
id
|
4440
4509
|
}
|
4510
|
+
users {
|
4511
|
+
id
|
4512
|
+
}
|
4441
4513
|
observations {
|
4442
4514
|
type
|
4443
4515
|
observable {
|
@@ -4456,6 +4528,9 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4456
4528
|
collections {
|
4457
4529
|
id
|
4458
4530
|
}
|
4531
|
+
users {
|
4532
|
+
id
|
4533
|
+
}
|
4459
4534
|
observations {
|
4460
4535
|
type
|
4461
4536
|
observable {
|
@@ -4490,6 +4565,9 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4490
4565
|
collections {
|
4491
4566
|
id
|
4492
4567
|
}
|
4568
|
+
users {
|
4569
|
+
id
|
4570
|
+
}
|
4493
4571
|
observations {
|
4494
4572
|
type
|
4495
4573
|
observable {
|
@@ -4507,6 +4585,9 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4507
4585
|
collections {
|
4508
4586
|
id
|
4509
4587
|
}
|
4588
|
+
users {
|
4589
|
+
id
|
4590
|
+
}
|
4510
4591
|
observations {
|
4511
4592
|
type
|
4512
4593
|
observable {
|
@@ -4525,6 +4606,9 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
4525
4606
|
collections {
|
4526
4607
|
id
|
4527
4608
|
}
|
4609
|
+
users {
|
4610
|
+
id
|
4611
|
+
}
|
4528
4612
|
observations {
|
4529
4613
|
type
|
4530
4614
|
observable {
|
@@ -4670,6 +4754,8 @@ exports.ReviseContent = (0, graphql_tag_1.default) `
|
|
4670
4754
|
timestamp
|
4671
4755
|
modelService
|
4672
4756
|
model
|
4757
|
+
data
|
4758
|
+
mimeType
|
4673
4759
|
}
|
4674
4760
|
messageCount
|
4675
4761
|
}
|
@@ -4808,6 +4894,8 @@ exports.ReviseEncodedImage = (0, graphql_tag_1.default) `
|
|
4808
4894
|
timestamp
|
4809
4895
|
modelService
|
4810
4896
|
model
|
4897
|
+
data
|
4898
|
+
mimeType
|
4811
4899
|
}
|
4812
4900
|
messageCount
|
4813
4901
|
}
|
@@ -4945,6 +5033,8 @@ exports.ReviseImage = (0, graphql_tag_1.default) `
|
|
4945
5033
|
timestamp
|
4946
5034
|
modelService
|
4947
5035
|
model
|
5036
|
+
data
|
5037
|
+
mimeType
|
4948
5038
|
}
|
4949
5039
|
messageCount
|
4950
5040
|
}
|
@@ -5082,6 +5172,8 @@ exports.ReviseText = (0, graphql_tag_1.default) `
|
|
5082
5172
|
timestamp
|
5083
5173
|
modelService
|
5084
5174
|
model
|
5175
|
+
data
|
5176
|
+
mimeType
|
5085
5177
|
}
|
5086
5178
|
messageCount
|
5087
5179
|
}
|
@@ -5380,12 +5472,20 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
5380
5472
|
includeAttachments
|
5381
5473
|
google {
|
5382
5474
|
type
|
5475
|
+
includeSpam
|
5476
|
+
excludeSentItems
|
5477
|
+
includeDeletedItems
|
5478
|
+
inboxOnly
|
5383
5479
|
refreshToken
|
5384
5480
|
clientId
|
5385
5481
|
clientSecret
|
5386
5482
|
}
|
5387
5483
|
microsoft {
|
5388
5484
|
type
|
5485
|
+
includeSpam
|
5486
|
+
excludeSentItems
|
5487
|
+
includeDeletedItems
|
5488
|
+
inboxOnly
|
5389
5489
|
refreshToken
|
5390
5490
|
clientId
|
5391
5491
|
clientSecret
|
@@ -5611,12 +5711,20 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
5611
5711
|
includeAttachments
|
5612
5712
|
google {
|
5613
5713
|
type
|
5714
|
+
includeSpam
|
5715
|
+
excludeSentItems
|
5716
|
+
includeDeletedItems
|
5717
|
+
inboxOnly
|
5614
5718
|
refreshToken
|
5615
5719
|
clientId
|
5616
5720
|
clientSecret
|
5617
5721
|
}
|
5618
5722
|
microsoft {
|
5619
5723
|
type
|
5724
|
+
includeSpam
|
5725
|
+
excludeSentItems
|
5726
|
+
includeDeletedItems
|
5727
|
+
inboxOnly
|
5620
5728
|
refreshToken
|
5621
5729
|
clientId
|
5622
5730
|
clientSecret
|
@@ -7972,6 +8080,8 @@ exports.PromptSpecifications = (0, graphql_tag_1.default) `
|
|
7972
8080
|
timestamp
|
7973
8081
|
modelService
|
7974
8082
|
model
|
8083
|
+
data
|
8084
|
+
mimeType
|
7975
8085
|
}
|
7976
8086
|
error
|
7977
8087
|
}
|