graphlit-client 1.0.20251008001 → 1.0.20251021001

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.
@@ -863,6 +863,8 @@ export const DescribeEncodedImage = gql `
863
863
  textUri
864
864
  audioUri
865
865
  transcriptUri
866
+ snapshotsUri
867
+ snapshotCount
866
868
  summary
867
869
  customSummary
868
870
  keywords
@@ -1001,6 +1003,8 @@ export const DescribeImage = gql `
1001
1003
  textUri
1002
1004
  audioUri
1003
1005
  transcriptUri
1006
+ snapshotsUri
1007
+ snapshotCount
1004
1008
  summary
1005
1009
  customSummary
1006
1010
  keywords
@@ -1223,6 +1227,8 @@ export const GetContent = gql `
1223
1227
  textUri
1224
1228
  audioUri
1225
1229
  transcriptUri
1230
+ snapshotsUri
1231
+ snapshotCount
1226
1232
  summary
1227
1233
  customSummary
1228
1234
  keywords
@@ -1989,6 +1995,8 @@ export const LookupContents = gql `
1989
1995
  textUri
1990
1996
  audioUri
1991
1997
  transcriptUri
1998
+ snapshotsUri
1999
+ snapshotCount
1992
2000
  summary
1993
2001
  customSummary
1994
2002
  keywords
@@ -2329,6 +2337,8 @@ export const PublishContents = gql `
2329
2337
  textUri
2330
2338
  audioUri
2331
2339
  transcriptUri
2340
+ snapshotsUri
2341
+ snapshotCount
2332
2342
  summary
2333
2343
  customSummary
2334
2344
  keywords
@@ -2456,6 +2466,8 @@ export const PublishText = gql `
2456
2466
  textUri
2457
2467
  audioUri
2458
2468
  transcriptUri
2469
+ snapshotsUri
2470
+ snapshotCount
2459
2471
  summary
2460
2472
  customSummary
2461
2473
  keywords
@@ -2594,6 +2606,8 @@ export const QueryContents = gql `
2594
2606
  textUri
2595
2607
  audioUri
2596
2608
  transcriptUri
2609
+ snapshotsUri
2610
+ snapshotCount
2597
2611
  summary
2598
2612
  customSummary
2599
2613
  quotes
@@ -2933,6 +2947,8 @@ export const QueryContentsObservations = gql `
2933
2947
  textUri
2934
2948
  audioUri
2935
2949
  transcriptUri
2950
+ snapshotsUri
2951
+ snapshotCount
2936
2952
  summary
2937
2953
  customSummary
2938
2954
  quotes
@@ -3412,6 +3428,8 @@ export const AskGraphlit = gql `
3412
3428
  textUri
3413
3429
  audioUri
3414
3430
  transcriptUri
3431
+ snapshotsUri
3432
+ snapshotCount
3415
3433
  summary
3416
3434
  customSummary
3417
3435
  keywords
@@ -3588,6 +3606,8 @@ export const CompleteConversation = gql `
3588
3606
  textUri
3589
3607
  audioUri
3590
3608
  transcriptUri
3609
+ snapshotsUri
3610
+ snapshotCount
3591
3611
  summary
3592
3612
  customSummary
3593
3613
  keywords
@@ -3769,6 +3789,8 @@ export const CompleteConversation = gql `
3769
3789
  textUri
3770
3790
  audioUri
3771
3791
  transcriptUri
3792
+ snapshotsUri
3793
+ snapshotCount
3772
3794
  summary
3773
3795
  customSummary
3774
3796
  keywords
@@ -3912,6 +3934,8 @@ export const ContinueConversation = gql `
3912
3934
  textUri
3913
3935
  audioUri
3914
3936
  transcriptUri
3937
+ snapshotsUri
3938
+ snapshotCount
3915
3939
  summary
3916
3940
  customSummary
3917
3941
  keywords
@@ -4093,6 +4117,8 @@ export const ContinueConversation = gql `
4093
4117
  textUri
4094
4118
  audioUri
4095
4119
  transcriptUri
4120
+ snapshotsUri
4121
+ snapshotCount
4096
4122
  summary
4097
4123
  customSummary
4098
4124
  keywords
@@ -4285,6 +4311,8 @@ export const FormatConversation = gql `
4285
4311
  textUri
4286
4312
  audioUri
4287
4313
  transcriptUri
4314
+ snapshotsUri
4315
+ snapshotCount
4288
4316
  summary
4289
4317
  customSummary
4290
4318
  keywords
@@ -4466,6 +4494,8 @@ export const FormatConversation = gql `
4466
4494
  textUri
4467
4495
  audioUri
4468
4496
  transcriptUri
4497
+ snapshotsUri
4498
+ snapshotCount
4469
4499
  summary
4470
4500
  customSummary
4471
4501
  keywords
@@ -4612,6 +4642,8 @@ export const GetConversation = gql `
4612
4642
  textUri
4613
4643
  audioUri
4614
4644
  transcriptUri
4645
+ snapshotsUri
4646
+ snapshotCount
4615
4647
  summary
4616
4648
  customSummary
4617
4649
  keywords
@@ -4947,6 +4979,8 @@ export const Prompt = gql `
4947
4979
  textUri
4948
4980
  audioUri
4949
4981
  transcriptUri
4982
+ snapshotsUri
4983
+ snapshotCount
4950
4984
  summary
4951
4985
  customSummary
4952
4986
  keywords
@@ -5097,6 +5131,8 @@ export const PromptConversation = gql `
5097
5131
  textUri
5098
5132
  audioUri
5099
5133
  transcriptUri
5134
+ snapshotsUri
5135
+ snapshotCount
5100
5136
  summary
5101
5137
  customSummary
5102
5138
  keywords
@@ -5278,6 +5314,8 @@ export const PromptConversation = gql `
5278
5314
  textUri
5279
5315
  audioUri
5280
5316
  transcriptUri
5317
+ snapshotsUri
5318
+ snapshotCount
5281
5319
  summary
5282
5320
  customSummary
5283
5321
  keywords
@@ -5417,6 +5455,8 @@ export const PublishConversation = gql `
5417
5455
  textUri
5418
5456
  audioUri
5419
5457
  transcriptUri
5458
+ snapshotsUri
5459
+ snapshotCount
5420
5460
  summary
5421
5461
  customSummary
5422
5462
  keywords
@@ -5551,6 +5591,8 @@ export const QueryConversations = gql `
5551
5591
  textUri
5552
5592
  audioUri
5553
5593
  transcriptUri
5594
+ snapshotsUri
5595
+ snapshotCount
5554
5596
  summary
5555
5597
  customSummary
5556
5598
  keywords
@@ -5937,6 +5979,8 @@ export const ReviseContent = gql `
5937
5979
  textUri
5938
5980
  audioUri
5939
5981
  transcriptUri
5982
+ snapshotsUri
5983
+ snapshotCount
5940
5984
  summary
5941
5985
  customSummary
5942
5986
  keywords
@@ -6083,6 +6127,8 @@ export const ReviseEncodedImage = gql `
6083
6127
  textUri
6084
6128
  audioUri
6085
6129
  transcriptUri
6130
+ snapshotsUri
6131
+ snapshotCount
6086
6132
  summary
6087
6133
  customSummary
6088
6134
  keywords
@@ -6228,6 +6274,8 @@ export const ReviseImage = gql `
6228
6274
  textUri
6229
6275
  audioUri
6230
6276
  transcriptUri
6277
+ snapshotsUri
6278
+ snapshotCount
6231
6279
  summary
6232
6280
  customSummary
6233
6281
  keywords
@@ -6373,6 +6421,8 @@ export const ReviseText = gql `
6373
6421
  textUri
6374
6422
  audioUri
6375
6423
  transcriptUri
6424
+ snapshotsUri
6425
+ snapshotCount
6376
6426
  summary
6377
6427
  customSummary
6378
6428
  keywords
@@ -9635,6 +9685,8 @@ export const PromptSpecifications = gql `
9635
9685
  textUri
9636
9686
  audioUri
9637
9687
  transcriptUri
9688
+ snapshotsUri
9689
+ snapshotCount
9638
9690
  summary
9639
9691
  customSummary
9640
9692
  keywords
@@ -11482,6 +11534,8 @@ export const CreateWorkflow = gql `
11482
11534
  type
11483
11535
  allowDuplicates
11484
11536
  embeddingTypes
11537
+ enableSnapshots
11538
+ snapshotCount
11485
11539
  }
11486
11540
  }
11487
11541
  actions {
@@ -11738,6 +11792,8 @@ export const GetWorkflow = gql `
11738
11792
  type
11739
11793
  allowDuplicates
11740
11794
  embeddingTypes
11795
+ enableSnapshots
11796
+ snapshotCount
11741
11797
  }
11742
11798
  }
11743
11799
  actions {
@@ -11967,6 +12023,8 @@ export const QueryWorkflows = gql `
11967
12023
  type
11968
12024
  allowDuplicates
11969
12025
  embeddingTypes
12026
+ enableSnapshots
12027
+ snapshotCount
11970
12028
  }
11971
12029
  }
11972
12030
  actions {
@@ -12191,6 +12249,8 @@ export const UpdateWorkflow = gql `
12191
12249
  type
12192
12250
  allowDuplicates
12193
12251
  embeddingTypes
12252
+ enableSnapshots
12253
+ snapshotCount
12194
12254
  }
12195
12255
  }
12196
12256
  actions {
@@ -12414,6 +12474,8 @@ export const UpsertWorkflow = gql `
12414
12474
  type
12415
12475
  allowDuplicates
12416
12476
  embeddingTypes
12477
+ enableSnapshots
12478
+ snapshotCount
12417
12479
  }
12418
12480
  }
12419
12481
  actions {