graphlit-client 1.0.20251015001 → 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 {
|
|
@@ -171,7 +171,7 @@ export type AlertFilter = {
|
|
|
171
171
|
/** Filter alert(s) by their states. */
|
|
172
172
|
states?: InputMaybe<Array<EntityState>>;
|
|
173
173
|
/** Filter by alert types. */
|
|
174
|
-
types?: InputMaybe<Array<
|
|
174
|
+
types?: InputMaybe<Array<AlertTypes>>;
|
|
175
175
|
};
|
|
176
176
|
/** Represents an alert. */
|
|
177
177
|
export type AlertInput = {
|
|
@@ -1980,6 +1980,10 @@ export type Content = {
|
|
|
1980
1980
|
segments?: Maybe<Array<TextSegment>>;
|
|
1981
1981
|
/** The content shape metadata. */
|
|
1982
1982
|
shape?: Maybe<ShapeMetadata>;
|
|
1983
|
+
/** The number of snapshots stored for this content. Reflects the rolling window configured in workflow storage policy. */
|
|
1984
|
+
snapshotCount?: Maybe<Scalars['Int']['output']>;
|
|
1985
|
+
/** The snapshots folder URI of the content. Provides read access to version history snapshots including content.json, content.md, content.diff.json, and all renditions for each snapshot timestamp. Only present if snapshots exist. */
|
|
1986
|
+
snapshotsUri?: Maybe<Scalars['URL']['output']>;
|
|
1983
1987
|
/** The started date of the content workflow. */
|
|
1984
1988
|
startedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1985
1989
|
/** The state of the content (i.e. created, finished). */
|
|
@@ -2058,9 +2062,9 @@ export type ContentCriteria = {
|
|
|
2058
2062
|
/** Filter by file size range. */
|
|
2059
2063
|
fileSizeRange?: Maybe<Int64Range>;
|
|
2060
2064
|
/** Filter by file types. */
|
|
2061
|
-
fileTypes?: Maybe<Array<
|
|
2065
|
+
fileTypes?: Maybe<Array<FileTypes>>;
|
|
2062
2066
|
/** Filter by file formats. */
|
|
2063
|
-
formats?: Maybe<Array<
|
|
2067
|
+
formats?: Maybe<Array<Scalars['String']['output']>>;
|
|
2064
2068
|
/** Filter by presence or absence of associated collections. */
|
|
2065
2069
|
hasCollections?: Maybe<Scalars['Boolean']['output']>;
|
|
2066
2070
|
/** Filter by presence or absence of associated feeds. */
|
|
@@ -2345,7 +2349,7 @@ export type ContentFilterLevel = {
|
|
|
2345
2349
|
/** Represents the configuration for retrieving the knowledge graph. */
|
|
2346
2350
|
export type ContentGraphInput = {
|
|
2347
2351
|
/** The observable types. */
|
|
2348
|
-
types?: InputMaybe<Array<
|
|
2352
|
+
types?: InputMaybe<Array<ObservableTypes>>;
|
|
2349
2353
|
};
|
|
2350
2354
|
/** Represents a content indexing connector. */
|
|
2351
2355
|
export type ContentIndexingConnector = {
|
|
@@ -3697,7 +3701,7 @@ export type EntityEnrichmentConnector = {
|
|
|
3697
3701
|
/** The specific properties for Diffbot entity enrichment. */
|
|
3698
3702
|
diffbot?: Maybe<DiffbotEnrichmentProperties>;
|
|
3699
3703
|
/** The observable entity types to be enriched. */
|
|
3700
|
-
enrichedTypes?: Maybe<Array<
|
|
3704
|
+
enrichedTypes?: Maybe<Array<ObservableTypes>>;
|
|
3701
3705
|
/** The specific properties for FHIR medical entity enrichment. */
|
|
3702
3706
|
fhir?: Maybe<FhirEnrichmentProperties>;
|
|
3703
3707
|
/** The entity enrichment service type. */
|
|
@@ -3708,7 +3712,7 @@ export type EntityEnrichmentConnectorInput = {
|
|
|
3708
3712
|
/** The specific properties for Diffbot entity enrichment. */
|
|
3709
3713
|
diffbot?: InputMaybe<DiffbotEnrichmentPropertiesInput>;
|
|
3710
3714
|
/** The observable entity types to be enriched. */
|
|
3711
|
-
enrichedTypes?: InputMaybe<Array<
|
|
3715
|
+
enrichedTypes?: InputMaybe<Array<ObservableTypes>>;
|
|
3712
3716
|
/** The specific properties for FHIR medical entity enrichment. */
|
|
3713
3717
|
fhir?: InputMaybe<FhirEnrichmentPropertiesInput>;
|
|
3714
3718
|
/** The entity enrichment service type. */
|
|
@@ -4450,7 +4454,7 @@ export type FeedFilter = {
|
|
|
4450
4454
|
/** Filter feed(s) by their states. */
|
|
4451
4455
|
states?: InputMaybe<Array<EntityState>>;
|
|
4452
4456
|
/** Filter by feed types. */
|
|
4453
|
-
types?: InputMaybe<Array<
|
|
4457
|
+
types?: InputMaybe<Array<FeedTypes>>;
|
|
4454
4458
|
};
|
|
4455
4459
|
/** Represents a feed. */
|
|
4456
4460
|
export type FeedInput = {
|
|
@@ -8232,7 +8236,7 @@ export type MetadataFilter = {
|
|
|
8232
8236
|
/** Limit the number of metadata(s) to be returned. Defaults to 100. */
|
|
8233
8237
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8234
8238
|
/** Filter by metadata types. */
|
|
8235
|
-
metadataTypes?: InputMaybe<Array<
|
|
8239
|
+
metadataTypes?: InputMaybe<Array<MetadataTypes>>;
|
|
8236
8240
|
/** Filter metadata(s) by their name. */
|
|
8237
8241
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
8238
8242
|
/** Skip the specified number of metadata(s) from the beginning of the result set. Only supported on keyword search. */
|
|
@@ -8740,9 +8744,9 @@ export type ModelFeatures = {
|
|
|
8740
8744
|
/** Represents a filter for LLM models. */
|
|
8741
8745
|
export type ModelFilter = {
|
|
8742
8746
|
/** Filter by LLM service types. */
|
|
8743
|
-
serviceTypes?: InputMaybe<Array<
|
|
8747
|
+
serviceTypes?: InputMaybe<Array<ModelServiceTypes>>;
|
|
8744
8748
|
/** Filter by LLM model types. */
|
|
8745
|
-
types?: InputMaybe<Array<
|
|
8749
|
+
types?: InputMaybe<Array<ModelTypes>>;
|
|
8746
8750
|
};
|
|
8747
8751
|
/** Represents an LLM image entity extraction connector. */
|
|
8748
8752
|
export type ModelImageExtractionProperties = {
|
|
@@ -10390,7 +10394,7 @@ export type ObservationCriteria = {
|
|
|
10390
10394
|
/** The observed entity. */
|
|
10391
10395
|
observable: EntityReference;
|
|
10392
10396
|
/** The observation states. */
|
|
10393
|
-
states?: Maybe<Array<
|
|
10397
|
+
states?: Maybe<Array<EntityState>>;
|
|
10394
10398
|
/** The observed entity type. */
|
|
10395
10399
|
type: ObservableTypes;
|
|
10396
10400
|
};
|
|
@@ -10399,7 +10403,7 @@ export type ObservationCriteriaInput = {
|
|
|
10399
10403
|
/** The observed entity. */
|
|
10400
10404
|
observable?: InputMaybe<EntityReferenceInput>;
|
|
10401
10405
|
/** The observation states. */
|
|
10402
|
-
states?: InputMaybe<Array<
|
|
10406
|
+
states?: InputMaybe<Array<EntityState>>;
|
|
10403
10407
|
/** The observed entity type. */
|
|
10404
10408
|
type?: InputMaybe<ObservableTypes>;
|
|
10405
10409
|
};
|
|
@@ -10464,7 +10468,7 @@ export type ObservationReferenceFilter = {
|
|
|
10464
10468
|
/** Filter by observed entity. */
|
|
10465
10469
|
observable: EntityReferenceFilter;
|
|
10466
10470
|
/** Filter observation(s) by their states. */
|
|
10467
|
-
states?: InputMaybe<Array<
|
|
10471
|
+
states?: InputMaybe<Array<EntityState>>;
|
|
10468
10472
|
/** Filter by observed entity type. */
|
|
10469
10473
|
type: ObservableTypes;
|
|
10470
10474
|
};
|
|
@@ -14333,11 +14337,11 @@ export type SpecificationFilter = {
|
|
|
14333
14337
|
/** Filter specification(s) by searching for similar text. */
|
|
14334
14338
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
14335
14339
|
/** Filter by LLM service types. */
|
|
14336
|
-
serviceTypes?: InputMaybe<Array<
|
|
14340
|
+
serviceTypes?: InputMaybe<Array<ModelServiceTypes>>;
|
|
14337
14341
|
/** Filter specification(s) by their states. */
|
|
14338
14342
|
states?: InputMaybe<Array<EntityState>>;
|
|
14339
14343
|
/** Filter by LLM specification types. */
|
|
14340
|
-
types?: InputMaybe<Array<
|
|
14344
|
+
types?: InputMaybe<Array<SpecificationTypes>>;
|
|
14341
14345
|
};
|
|
14342
14346
|
/** Represents an LLM specification. */
|
|
14343
14347
|
export type SpecificationInput = {
|
|
@@ -14492,7 +14496,11 @@ export type StoragePolicy = {
|
|
|
14492
14496
|
/** Whether duplicate content (by URI, eTag, etc.) will be allowed upon ingestion, defaults to False. When disabled, content will be reingested in-place. */
|
|
14493
14497
|
allowDuplicates?: Maybe<Scalars['Boolean']['output']>;
|
|
14494
14498
|
/** The types of embeddings to generate during enrichment. Defaults to all types if not specified. Specify an empty array to disable all embeddings. */
|
|
14495
|
-
embeddingTypes?: Maybe<Array<
|
|
14499
|
+
embeddingTypes?: Maybe<Array<EmbeddingTypes>>;
|
|
14500
|
+
/** Enables content snapshots on restart. When enabled, preserves content state and files before re-ingestion. */
|
|
14501
|
+
enableSnapshots?: Maybe<Scalars['Boolean']['output']>;
|
|
14502
|
+
/** Number of rolling snapshots to retain. Defaults to 5. Older snapshots are automatically deleted. */
|
|
14503
|
+
snapshotCount?: Maybe<Scalars['Int']['output']>;
|
|
14496
14504
|
/** The storage policy type. */
|
|
14497
14505
|
type?: Maybe<StoragePolicyTypes>;
|
|
14498
14506
|
};
|
|
@@ -14501,7 +14509,11 @@ export type StoragePolicyInput = {
|
|
|
14501
14509
|
/** Whether duplicate content (by URI, eTag, etc.) will be allowed upon ingestion, defaults to False. When disabled, content will be reingested in-place. */
|
|
14502
14510
|
allowDuplicates?: InputMaybe<Scalars['Boolean']['input']>;
|
|
14503
14511
|
/** The types of embeddings to generate during enrichment. Defaults to all types if not specified. Specify an empty array to disable all embeddings. */
|
|
14504
|
-
embeddingTypes?: InputMaybe<Array<
|
|
14512
|
+
embeddingTypes?: InputMaybe<Array<EmbeddingTypes>>;
|
|
14513
|
+
/** Enables content snapshots on restart. When enabled, preserves content state and files before re-ingestion, defaults to False. */
|
|
14514
|
+
enableSnapshots?: InputMaybe<Scalars['Boolean']['input']>;
|
|
14515
|
+
/** Number of rolling snapshots to retain. Defaults to 5. Older snapshots are automatically deleted. */
|
|
14516
|
+
snapshotCount?: InputMaybe<Scalars['Int']['input']>;
|
|
14505
14517
|
/** The storage policy type. */
|
|
14506
14518
|
type?: InputMaybe<StoragePolicyTypes>;
|
|
14507
14519
|
};
|
|
@@ -15714,8 +15726,8 @@ export type GetAlertQuery = {
|
|
|
15714
15726
|
inLast?: any | null;
|
|
15715
15727
|
createdInLast?: any | null;
|
|
15716
15728
|
types?: Array<ContentTypes> | null;
|
|
15717
|
-
fileTypes?: Array<FileTypes
|
|
15718
|
-
formats?: Array<string
|
|
15729
|
+
fileTypes?: Array<FileTypes> | null;
|
|
15730
|
+
formats?: Array<string> | null;
|
|
15719
15731
|
fileExtensions?: Array<string> | null;
|
|
15720
15732
|
hasObservations?: boolean | null;
|
|
15721
15733
|
hasFeeds?: boolean | null;
|
|
@@ -15763,7 +15775,7 @@ export type GetAlertQuery = {
|
|
|
15763
15775
|
observations?: Array<{
|
|
15764
15776
|
__typename?: 'ObservationCriteria';
|
|
15765
15777
|
type: ObservableTypes;
|
|
15766
|
-
states?: Array<EntityState
|
|
15778
|
+
states?: Array<EntityState> | null;
|
|
15767
15779
|
observable: {
|
|
15768
15780
|
__typename?: 'EntityReference';
|
|
15769
15781
|
id: string;
|
|
@@ -15790,7 +15802,7 @@ export type GetAlertQuery = {
|
|
|
15790
15802
|
observations?: Array<{
|
|
15791
15803
|
__typename?: 'ObservationCriteria';
|
|
15792
15804
|
type: ObservableTypes;
|
|
15793
|
-
states?: Array<EntityState
|
|
15805
|
+
states?: Array<EntityState> | null;
|
|
15794
15806
|
observable: {
|
|
15795
15807
|
__typename?: 'EntityReference';
|
|
15796
15808
|
id: string;
|
|
@@ -15818,7 +15830,7 @@ export type GetAlertQuery = {
|
|
|
15818
15830
|
observations?: Array<{
|
|
15819
15831
|
__typename?: 'ObservationCriteria';
|
|
15820
15832
|
type: ObservableTypes;
|
|
15821
|
-
states?: Array<EntityState
|
|
15833
|
+
states?: Array<EntityState> | null;
|
|
15822
15834
|
observable: {
|
|
15823
15835
|
__typename?: 'EntityReference';
|
|
15824
15836
|
id: string;
|
|
@@ -15941,8 +15953,8 @@ export type QueryAlertsQuery = {
|
|
|
15941
15953
|
inLast?: any | null;
|
|
15942
15954
|
createdInLast?: any | null;
|
|
15943
15955
|
types?: Array<ContentTypes> | null;
|
|
15944
|
-
fileTypes?: Array<FileTypes
|
|
15945
|
-
formats?: Array<string
|
|
15956
|
+
fileTypes?: Array<FileTypes> | null;
|
|
15957
|
+
formats?: Array<string> | null;
|
|
15946
15958
|
fileExtensions?: Array<string> | null;
|
|
15947
15959
|
hasObservations?: boolean | null;
|
|
15948
15960
|
hasFeeds?: boolean | null;
|
|
@@ -15990,7 +16002,7 @@ export type QueryAlertsQuery = {
|
|
|
15990
16002
|
observations?: Array<{
|
|
15991
16003
|
__typename?: 'ObservationCriteria';
|
|
15992
16004
|
type: ObservableTypes;
|
|
15993
|
-
states?: Array<EntityState
|
|
16005
|
+
states?: Array<EntityState> | null;
|
|
15994
16006
|
observable: {
|
|
15995
16007
|
__typename?: 'EntityReference';
|
|
15996
16008
|
id: string;
|
|
@@ -16017,7 +16029,7 @@ export type QueryAlertsQuery = {
|
|
|
16017
16029
|
observations?: Array<{
|
|
16018
16030
|
__typename?: 'ObservationCriteria';
|
|
16019
16031
|
type: ObservableTypes;
|
|
16020
|
-
states?: Array<EntityState
|
|
16032
|
+
states?: Array<EntityState> | null;
|
|
16021
16033
|
observable: {
|
|
16022
16034
|
__typename?: 'EntityReference';
|
|
16023
16035
|
id: string;
|
|
@@ -16045,7 +16057,7 @@ export type QueryAlertsQuery = {
|
|
|
16045
16057
|
observations?: Array<{
|
|
16046
16058
|
__typename?: 'ObservationCriteria';
|
|
16047
16059
|
type: ObservableTypes;
|
|
16048
|
-
states?: Array<EntityState
|
|
16060
|
+
states?: Array<EntityState> | null;
|
|
16049
16061
|
observable: {
|
|
16050
16062
|
__typename?: 'EntityReference';
|
|
16051
16063
|
id: string;
|
|
@@ -16736,6 +16748,8 @@ export type DescribeEncodedImageMutation = {
|
|
|
16736
16748
|
textUri?: any | null;
|
|
16737
16749
|
audioUri?: any | null;
|
|
16738
16750
|
transcriptUri?: any | null;
|
|
16751
|
+
snapshotsUri?: any | null;
|
|
16752
|
+
snapshotCount?: number | null;
|
|
16739
16753
|
summary?: string | null;
|
|
16740
16754
|
customSummary?: string | null;
|
|
16741
16755
|
keywords?: Array<string> | null;
|
|
@@ -16882,6 +16896,8 @@ export type DescribeImageMutation = {
|
|
|
16882
16896
|
textUri?: any | null;
|
|
16883
16897
|
audioUri?: any | null;
|
|
16884
16898
|
transcriptUri?: any | null;
|
|
16899
|
+
snapshotsUri?: any | null;
|
|
16900
|
+
snapshotCount?: number | null;
|
|
16885
16901
|
summary?: string | null;
|
|
16886
16902
|
customSummary?: string | null;
|
|
16887
16903
|
keywords?: Array<string> | null;
|
|
@@ -17070,6 +17086,8 @@ export type GetContentQuery = {
|
|
|
17070
17086
|
textUri?: any | null;
|
|
17071
17087
|
audioUri?: any | null;
|
|
17072
17088
|
transcriptUri?: any | null;
|
|
17089
|
+
snapshotsUri?: any | null;
|
|
17090
|
+
snapshotCount?: number | null;
|
|
17073
17091
|
summary?: string | null;
|
|
17074
17092
|
customSummary?: string | null;
|
|
17075
17093
|
keywords?: Array<string> | null;
|
|
@@ -17935,6 +17953,8 @@ export type LookupContentsQuery = {
|
|
|
17935
17953
|
textUri?: any | null;
|
|
17936
17954
|
audioUri?: any | null;
|
|
17937
17955
|
transcriptUri?: any | null;
|
|
17956
|
+
snapshotsUri?: any | null;
|
|
17957
|
+
snapshotCount?: number | null;
|
|
17938
17958
|
summary?: string | null;
|
|
17939
17959
|
customSummary?: string | null;
|
|
17940
17960
|
keywords?: Array<string> | null;
|
|
@@ -18351,6 +18371,8 @@ export type PublishContentsMutation = {
|
|
|
18351
18371
|
textUri?: any | null;
|
|
18352
18372
|
audioUri?: any | null;
|
|
18353
18373
|
transcriptUri?: any | null;
|
|
18374
|
+
snapshotsUri?: any | null;
|
|
18375
|
+
snapshotCount?: number | null;
|
|
18354
18376
|
summary?: string | null;
|
|
18355
18377
|
customSummary?: string | null;
|
|
18356
18378
|
keywords?: Array<string> | null;
|
|
@@ -18486,6 +18508,8 @@ export type PublishTextMutation = {
|
|
|
18486
18508
|
textUri?: any | null;
|
|
18487
18509
|
audioUri?: any | null;
|
|
18488
18510
|
transcriptUri?: any | null;
|
|
18511
|
+
snapshotsUri?: any | null;
|
|
18512
|
+
snapshotCount?: number | null;
|
|
18489
18513
|
summary?: string | null;
|
|
18490
18514
|
customSummary?: string | null;
|
|
18491
18515
|
keywords?: Array<string> | null;
|
|
@@ -18621,6 +18645,8 @@ export type QueryContentsQuery = {
|
|
|
18621
18645
|
textUri?: any | null;
|
|
18622
18646
|
audioUri?: any | null;
|
|
18623
18647
|
transcriptUri?: any | null;
|
|
18648
|
+
snapshotsUri?: any | null;
|
|
18649
|
+
snapshotCount?: number | null;
|
|
18624
18650
|
summary?: string | null;
|
|
18625
18651
|
customSummary?: string | null;
|
|
18626
18652
|
quotes?: Array<string> | null;
|
|
@@ -19014,6 +19040,8 @@ export type QueryContentsObservationsQuery = {
|
|
|
19014
19040
|
textUri?: any | null;
|
|
19015
19041
|
audioUri?: any | null;
|
|
19016
19042
|
transcriptUri?: any | null;
|
|
19043
|
+
snapshotsUri?: any | null;
|
|
19044
|
+
snapshotCount?: number | null;
|
|
19017
19045
|
summary?: string | null;
|
|
19018
19046
|
customSummary?: string | null;
|
|
19019
19047
|
quotes?: Array<string> | null;
|
|
@@ -19597,6 +19625,8 @@ export type AskGraphlitMutation = {
|
|
|
19597
19625
|
textUri?: any | null;
|
|
19598
19626
|
audioUri?: any | null;
|
|
19599
19627
|
transcriptUri?: any | null;
|
|
19628
|
+
snapshotsUri?: any | null;
|
|
19629
|
+
snapshotCount?: number | null;
|
|
19600
19630
|
summary?: string | null;
|
|
19601
19631
|
customSummary?: string | null;
|
|
19602
19632
|
keywords?: Array<string> | null;
|
|
@@ -19792,6 +19822,8 @@ export type CompleteConversationMutation = {
|
|
|
19792
19822
|
textUri?: any | null;
|
|
19793
19823
|
audioUri?: any | null;
|
|
19794
19824
|
transcriptUri?: any | null;
|
|
19825
|
+
snapshotsUri?: any | null;
|
|
19826
|
+
snapshotCount?: number | null;
|
|
19795
19827
|
summary?: string | null;
|
|
19796
19828
|
customSummary?: string | null;
|
|
19797
19829
|
keywords?: Array<string> | null;
|
|
@@ -19988,6 +20020,8 @@ export type CompleteConversationMutation = {
|
|
|
19988
20020
|
textUri?: any | null;
|
|
19989
20021
|
audioUri?: any | null;
|
|
19990
20022
|
transcriptUri?: any | null;
|
|
20023
|
+
snapshotsUri?: any | null;
|
|
20024
|
+
snapshotCount?: number | null;
|
|
19991
20025
|
summary?: string | null;
|
|
19992
20026
|
customSummary?: string | null;
|
|
19993
20027
|
keywords?: Array<string> | null;
|
|
@@ -20142,6 +20176,8 @@ export type ContinueConversationMutation = {
|
|
|
20142
20176
|
textUri?: any | null;
|
|
20143
20177
|
audioUri?: any | null;
|
|
20144
20178
|
transcriptUri?: any | null;
|
|
20179
|
+
snapshotsUri?: any | null;
|
|
20180
|
+
snapshotCount?: number | null;
|
|
20145
20181
|
summary?: string | null;
|
|
20146
20182
|
customSummary?: string | null;
|
|
20147
20183
|
keywords?: Array<string> | null;
|
|
@@ -20338,6 +20374,8 @@ export type ContinueConversationMutation = {
|
|
|
20338
20374
|
textUri?: any | null;
|
|
20339
20375
|
audioUri?: any | null;
|
|
20340
20376
|
transcriptUri?: any | null;
|
|
20377
|
+
snapshotsUri?: any | null;
|
|
20378
|
+
snapshotCount?: number | null;
|
|
20341
20379
|
summary?: string | null;
|
|
20342
20380
|
customSummary?: string | null;
|
|
20343
20381
|
keywords?: Array<string> | null;
|
|
@@ -20557,6 +20595,8 @@ export type FormatConversationMutation = {
|
|
|
20557
20595
|
textUri?: any | null;
|
|
20558
20596
|
audioUri?: any | null;
|
|
20559
20597
|
transcriptUri?: any | null;
|
|
20598
|
+
snapshotsUri?: any | null;
|
|
20599
|
+
snapshotCount?: number | null;
|
|
20560
20600
|
summary?: string | null;
|
|
20561
20601
|
customSummary?: string | null;
|
|
20562
20602
|
keywords?: Array<string> | null;
|
|
@@ -20753,6 +20793,8 @@ export type FormatConversationMutation = {
|
|
|
20753
20793
|
textUri?: any | null;
|
|
20754
20794
|
audioUri?: any | null;
|
|
20755
20795
|
transcriptUri?: any | null;
|
|
20796
|
+
snapshotsUri?: any | null;
|
|
20797
|
+
snapshotCount?: number | null;
|
|
20756
20798
|
summary?: string | null;
|
|
20757
20799
|
customSummary?: string | null;
|
|
20758
20800
|
keywords?: Array<string> | null;
|
|
@@ -20912,6 +20954,8 @@ export type GetConversationQuery = {
|
|
|
20912
20954
|
textUri?: any | null;
|
|
20913
20955
|
audioUri?: any | null;
|
|
20914
20956
|
transcriptUri?: any | null;
|
|
20957
|
+
snapshotsUri?: any | null;
|
|
20958
|
+
snapshotCount?: number | null;
|
|
20915
20959
|
summary?: string | null;
|
|
20916
20960
|
customSummary?: string | null;
|
|
20917
20961
|
keywords?: Array<string> | null;
|
|
@@ -21018,8 +21062,8 @@ export type GetConversationQuery = {
|
|
|
21018
21062
|
inLast?: any | null;
|
|
21019
21063
|
createdInLast?: any | null;
|
|
21020
21064
|
types?: Array<ContentTypes> | null;
|
|
21021
|
-
fileTypes?: Array<FileTypes
|
|
21022
|
-
formats?: Array<string
|
|
21065
|
+
fileTypes?: Array<FileTypes> | null;
|
|
21066
|
+
formats?: Array<string> | null;
|
|
21023
21067
|
fileExtensions?: Array<string> | null;
|
|
21024
21068
|
hasObservations?: boolean | null;
|
|
21025
21069
|
hasFeeds?: boolean | null;
|
|
@@ -21067,7 +21111,7 @@ export type GetConversationQuery = {
|
|
|
21067
21111
|
observations?: Array<{
|
|
21068
21112
|
__typename?: 'ObservationCriteria';
|
|
21069
21113
|
type: ObservableTypes;
|
|
21070
|
-
states?: Array<EntityState
|
|
21114
|
+
states?: Array<EntityState> | null;
|
|
21071
21115
|
observable: {
|
|
21072
21116
|
__typename?: 'EntityReference';
|
|
21073
21117
|
id: string;
|
|
@@ -21094,7 +21138,7 @@ export type GetConversationQuery = {
|
|
|
21094
21138
|
observations?: Array<{
|
|
21095
21139
|
__typename?: 'ObservationCriteria';
|
|
21096
21140
|
type: ObservableTypes;
|
|
21097
|
-
states?: Array<EntityState
|
|
21141
|
+
states?: Array<EntityState> | null;
|
|
21098
21142
|
observable: {
|
|
21099
21143
|
__typename?: 'EntityReference';
|
|
21100
21144
|
id: string;
|
|
@@ -21122,7 +21166,7 @@ export type GetConversationQuery = {
|
|
|
21122
21166
|
observations?: Array<{
|
|
21123
21167
|
__typename?: 'ObservationCriteria';
|
|
21124
21168
|
type: ObservableTypes;
|
|
21125
|
-
states?: Array<EntityState
|
|
21169
|
+
states?: Array<EntityState> | null;
|
|
21126
21170
|
observable: {
|
|
21127
21171
|
__typename?: 'EntityReference';
|
|
21128
21172
|
id: string;
|
|
@@ -21135,8 +21179,8 @@ export type GetConversationQuery = {
|
|
|
21135
21179
|
inLast?: any | null;
|
|
21136
21180
|
createdInLast?: any | null;
|
|
21137
21181
|
types?: Array<ContentTypes> | null;
|
|
21138
|
-
fileTypes?: Array<FileTypes
|
|
21139
|
-
formats?: Array<string
|
|
21182
|
+
fileTypes?: Array<FileTypes> | null;
|
|
21183
|
+
formats?: Array<string> | null;
|
|
21140
21184
|
fileExtensions?: Array<string> | null;
|
|
21141
21185
|
hasObservations?: boolean | null;
|
|
21142
21186
|
hasFeeds?: boolean | null;
|
|
@@ -21184,7 +21228,7 @@ export type GetConversationQuery = {
|
|
|
21184
21228
|
observations?: Array<{
|
|
21185
21229
|
__typename?: 'ObservationCriteria';
|
|
21186
21230
|
type: ObservableTypes;
|
|
21187
|
-
states?: Array<EntityState
|
|
21231
|
+
states?: Array<EntityState> | null;
|
|
21188
21232
|
observable: {
|
|
21189
21233
|
__typename?: 'EntityReference';
|
|
21190
21234
|
id: string;
|
|
@@ -21211,7 +21255,7 @@ export type GetConversationQuery = {
|
|
|
21211
21255
|
observations?: Array<{
|
|
21212
21256
|
__typename?: 'ObservationCriteria';
|
|
21213
21257
|
type: ObservableTypes;
|
|
21214
|
-
states?: Array<EntityState
|
|
21258
|
+
states?: Array<EntityState> | null;
|
|
21215
21259
|
observable: {
|
|
21216
21260
|
__typename?: 'EntityReference';
|
|
21217
21261
|
id: string;
|
|
@@ -21239,7 +21283,7 @@ export type GetConversationQuery = {
|
|
|
21239
21283
|
observations?: Array<{
|
|
21240
21284
|
__typename?: 'ObservationCriteria';
|
|
21241
21285
|
type: ObservableTypes;
|
|
21242
|
-
states?: Array<EntityState
|
|
21286
|
+
states?: Array<EntityState> | null;
|
|
21243
21287
|
observable: {
|
|
21244
21288
|
__typename?: 'EntityReference';
|
|
21245
21289
|
id: string;
|
|
@@ -21312,6 +21356,8 @@ export type PromptMutation = {
|
|
|
21312
21356
|
textUri?: any | null;
|
|
21313
21357
|
audioUri?: any | null;
|
|
21314
21358
|
transcriptUri?: any | null;
|
|
21359
|
+
snapshotsUri?: any | null;
|
|
21360
|
+
snapshotCount?: number | null;
|
|
21315
21361
|
summary?: string | null;
|
|
21316
21362
|
customSummary?: string | null;
|
|
21317
21363
|
keywords?: Array<string> | null;
|
|
@@ -21472,6 +21518,8 @@ export type PromptConversationMutation = {
|
|
|
21472
21518
|
textUri?: any | null;
|
|
21473
21519
|
audioUri?: any | null;
|
|
21474
21520
|
transcriptUri?: any | null;
|
|
21521
|
+
snapshotsUri?: any | null;
|
|
21522
|
+
snapshotCount?: number | null;
|
|
21475
21523
|
summary?: string | null;
|
|
21476
21524
|
customSummary?: string | null;
|
|
21477
21525
|
keywords?: Array<string> | null;
|
|
@@ -21668,6 +21716,8 @@ export type PromptConversationMutation = {
|
|
|
21668
21716
|
textUri?: any | null;
|
|
21669
21717
|
audioUri?: any | null;
|
|
21670
21718
|
transcriptUri?: any | null;
|
|
21719
|
+
snapshotsUri?: any | null;
|
|
21720
|
+
snapshotCount?: number | null;
|
|
21671
21721
|
summary?: string | null;
|
|
21672
21722
|
customSummary?: string | null;
|
|
21673
21723
|
keywords?: Array<string> | null;
|
|
@@ -21797,6 +21847,8 @@ export type PublishConversationMutation = {
|
|
|
21797
21847
|
textUri?: any | null;
|
|
21798
21848
|
audioUri?: any | null;
|
|
21799
21849
|
transcriptUri?: any | null;
|
|
21850
|
+
snapshotsUri?: any | null;
|
|
21851
|
+
snapshotCount?: number | null;
|
|
21800
21852
|
summary?: string | null;
|
|
21801
21853
|
customSummary?: string | null;
|
|
21802
21854
|
keywords?: Array<string> | null;
|
|
@@ -21963,6 +22015,8 @@ export type QueryConversationsQuery = {
|
|
|
21963
22015
|
textUri?: any | null;
|
|
21964
22016
|
audioUri?: any | null;
|
|
21965
22017
|
transcriptUri?: any | null;
|
|
22018
|
+
snapshotsUri?: any | null;
|
|
22019
|
+
snapshotCount?: number | null;
|
|
21966
22020
|
summary?: string | null;
|
|
21967
22021
|
customSummary?: string | null;
|
|
21968
22022
|
keywords?: Array<string> | null;
|
|
@@ -22069,8 +22123,8 @@ export type QueryConversationsQuery = {
|
|
|
22069
22123
|
inLast?: any | null;
|
|
22070
22124
|
createdInLast?: any | null;
|
|
22071
22125
|
types?: Array<ContentTypes> | null;
|
|
22072
|
-
fileTypes?: Array<FileTypes
|
|
22073
|
-
formats?: Array<string
|
|
22126
|
+
fileTypes?: Array<FileTypes> | null;
|
|
22127
|
+
formats?: Array<string> | null;
|
|
22074
22128
|
fileExtensions?: Array<string> | null;
|
|
22075
22129
|
hasObservations?: boolean | null;
|
|
22076
22130
|
hasFeeds?: boolean | null;
|
|
@@ -22118,7 +22172,7 @@ export type QueryConversationsQuery = {
|
|
|
22118
22172
|
observations?: Array<{
|
|
22119
22173
|
__typename?: 'ObservationCriteria';
|
|
22120
22174
|
type: ObservableTypes;
|
|
22121
|
-
states?: Array<EntityState
|
|
22175
|
+
states?: Array<EntityState> | null;
|
|
22122
22176
|
observable: {
|
|
22123
22177
|
__typename?: 'EntityReference';
|
|
22124
22178
|
id: string;
|
|
@@ -22145,7 +22199,7 @@ export type QueryConversationsQuery = {
|
|
|
22145
22199
|
observations?: Array<{
|
|
22146
22200
|
__typename?: 'ObservationCriteria';
|
|
22147
22201
|
type: ObservableTypes;
|
|
22148
|
-
states?: Array<EntityState
|
|
22202
|
+
states?: Array<EntityState> | null;
|
|
22149
22203
|
observable: {
|
|
22150
22204
|
__typename?: 'EntityReference';
|
|
22151
22205
|
id: string;
|
|
@@ -22173,7 +22227,7 @@ export type QueryConversationsQuery = {
|
|
|
22173
22227
|
observations?: Array<{
|
|
22174
22228
|
__typename?: 'ObservationCriteria';
|
|
22175
22229
|
type: ObservableTypes;
|
|
22176
|
-
states?: Array<EntityState
|
|
22230
|
+
states?: Array<EntityState> | null;
|
|
22177
22231
|
observable: {
|
|
22178
22232
|
__typename?: 'EntityReference';
|
|
22179
22233
|
id: string;
|
|
@@ -22186,8 +22240,8 @@ export type QueryConversationsQuery = {
|
|
|
22186
22240
|
inLast?: any | null;
|
|
22187
22241
|
createdInLast?: any | null;
|
|
22188
22242
|
types?: Array<ContentTypes> | null;
|
|
22189
|
-
fileTypes?: Array<FileTypes
|
|
22190
|
-
formats?: Array<string
|
|
22243
|
+
fileTypes?: Array<FileTypes> | null;
|
|
22244
|
+
formats?: Array<string> | null;
|
|
22191
22245
|
fileExtensions?: Array<string> | null;
|
|
22192
22246
|
hasObservations?: boolean | null;
|
|
22193
22247
|
hasFeeds?: boolean | null;
|
|
@@ -22235,7 +22289,7 @@ export type QueryConversationsQuery = {
|
|
|
22235
22289
|
observations?: Array<{
|
|
22236
22290
|
__typename?: 'ObservationCriteria';
|
|
22237
22291
|
type: ObservableTypes;
|
|
22238
|
-
states?: Array<EntityState
|
|
22292
|
+
states?: Array<EntityState> | null;
|
|
22239
22293
|
observable: {
|
|
22240
22294
|
__typename?: 'EntityReference';
|
|
22241
22295
|
id: string;
|
|
@@ -22262,7 +22316,7 @@ export type QueryConversationsQuery = {
|
|
|
22262
22316
|
observations?: Array<{
|
|
22263
22317
|
__typename?: 'ObservationCriteria';
|
|
22264
22318
|
type: ObservableTypes;
|
|
22265
|
-
states?: Array<EntityState
|
|
22319
|
+
states?: Array<EntityState> | null;
|
|
22266
22320
|
observable: {
|
|
22267
22321
|
__typename?: 'EntityReference';
|
|
22268
22322
|
id: string;
|
|
@@ -22290,7 +22344,7 @@ export type QueryConversationsQuery = {
|
|
|
22290
22344
|
observations?: Array<{
|
|
22291
22345
|
__typename?: 'ObservationCriteria';
|
|
22292
22346
|
type: ObservableTypes;
|
|
22293
|
-
states?: Array<EntityState
|
|
22347
|
+
states?: Array<EntityState> | null;
|
|
22294
22348
|
observable: {
|
|
22295
22349
|
__typename?: 'EntityReference';
|
|
22296
22350
|
id: string;
|
|
@@ -22420,6 +22474,8 @@ export type ReviseContentMutation = {
|
|
|
22420
22474
|
textUri?: any | null;
|
|
22421
22475
|
audioUri?: any | null;
|
|
22422
22476
|
transcriptUri?: any | null;
|
|
22477
|
+
snapshotsUri?: any | null;
|
|
22478
|
+
snapshotCount?: number | null;
|
|
22423
22479
|
summary?: string | null;
|
|
22424
22480
|
customSummary?: string | null;
|
|
22425
22481
|
keywords?: Array<string> | null;
|
|
@@ -22576,6 +22632,8 @@ export type ReviseEncodedImageMutation = {
|
|
|
22576
22632
|
textUri?: any | null;
|
|
22577
22633
|
audioUri?: any | null;
|
|
22578
22634
|
transcriptUri?: any | null;
|
|
22635
|
+
snapshotsUri?: any | null;
|
|
22636
|
+
snapshotCount?: number | null;
|
|
22579
22637
|
summary?: string | null;
|
|
22580
22638
|
customSummary?: string | null;
|
|
22581
22639
|
keywords?: Array<string> | null;
|
|
@@ -22731,6 +22789,8 @@ export type ReviseImageMutation = {
|
|
|
22731
22789
|
textUri?: any | null;
|
|
22732
22790
|
audioUri?: any | null;
|
|
22733
22791
|
transcriptUri?: any | null;
|
|
22792
|
+
snapshotsUri?: any | null;
|
|
22793
|
+
snapshotCount?: number | null;
|
|
22734
22794
|
summary?: string | null;
|
|
22735
22795
|
customSummary?: string | null;
|
|
22736
22796
|
keywords?: Array<string> | null;
|
|
@@ -22886,6 +22946,8 @@ export type ReviseTextMutation = {
|
|
|
22886
22946
|
textUri?: any | null;
|
|
22887
22947
|
audioUri?: any | null;
|
|
22888
22948
|
transcriptUri?: any | null;
|
|
22949
|
+
snapshotsUri?: any | null;
|
|
22950
|
+
snapshotCount?: number | null;
|
|
22889
22951
|
summary?: string | null;
|
|
22890
22952
|
customSummary?: string | null;
|
|
22891
22953
|
keywords?: Array<string> | null;
|
|
@@ -26969,6 +27031,8 @@ export type PromptSpecificationsMutation = {
|
|
|
26969
27031
|
textUri?: any | null;
|
|
26970
27032
|
audioUri?: any | null;
|
|
26971
27033
|
transcriptUri?: any | null;
|
|
27034
|
+
snapshotsUri?: any | null;
|
|
27035
|
+
snapshotCount?: number | null;
|
|
26972
27036
|
summary?: string | null;
|
|
26973
27037
|
customSummary?: string | null;
|
|
26974
27038
|
keywords?: Array<string> | null;
|
|
@@ -27724,8 +27788,8 @@ export type CreateViewMutation = {
|
|
|
27724
27788
|
inLast?: any | null;
|
|
27725
27789
|
createdInLast?: any | null;
|
|
27726
27790
|
types?: Array<ContentTypes> | null;
|
|
27727
|
-
fileTypes?: Array<FileTypes
|
|
27728
|
-
formats?: Array<string
|
|
27791
|
+
fileTypes?: Array<FileTypes> | null;
|
|
27792
|
+
formats?: Array<string> | null;
|
|
27729
27793
|
fileExtensions?: Array<string> | null;
|
|
27730
27794
|
hasObservations?: boolean | null;
|
|
27731
27795
|
hasFeeds?: boolean | null;
|
|
@@ -27773,7 +27837,7 @@ export type CreateViewMutation = {
|
|
|
27773
27837
|
observations?: Array<{
|
|
27774
27838
|
__typename?: 'ObservationCriteria';
|
|
27775
27839
|
type: ObservableTypes;
|
|
27776
|
-
states?: Array<EntityState
|
|
27840
|
+
states?: Array<EntityState> | null;
|
|
27777
27841
|
observable: {
|
|
27778
27842
|
__typename?: 'EntityReference';
|
|
27779
27843
|
id: string;
|
|
@@ -27800,7 +27864,7 @@ export type CreateViewMutation = {
|
|
|
27800
27864
|
observations?: Array<{
|
|
27801
27865
|
__typename?: 'ObservationCriteria';
|
|
27802
27866
|
type: ObservableTypes;
|
|
27803
|
-
states?: Array<EntityState
|
|
27867
|
+
states?: Array<EntityState> | null;
|
|
27804
27868
|
observable: {
|
|
27805
27869
|
__typename?: 'EntityReference';
|
|
27806
27870
|
id: string;
|
|
@@ -27828,7 +27892,7 @@ export type CreateViewMutation = {
|
|
|
27828
27892
|
observations?: Array<{
|
|
27829
27893
|
__typename?: 'ObservationCriteria';
|
|
27830
27894
|
type: ObservableTypes;
|
|
27831
|
-
states?: Array<EntityState
|
|
27895
|
+
states?: Array<EntityState> | null;
|
|
27832
27896
|
observable: {
|
|
27833
27897
|
__typename?: 'EntityReference';
|
|
27834
27898
|
id: string;
|
|
@@ -27841,8 +27905,8 @@ export type CreateViewMutation = {
|
|
|
27841
27905
|
inLast?: any | null;
|
|
27842
27906
|
createdInLast?: any | null;
|
|
27843
27907
|
types?: Array<ContentTypes> | null;
|
|
27844
|
-
fileTypes?: Array<FileTypes
|
|
27845
|
-
formats?: Array<string
|
|
27908
|
+
fileTypes?: Array<FileTypes> | null;
|
|
27909
|
+
formats?: Array<string> | null;
|
|
27846
27910
|
fileExtensions?: Array<string> | null;
|
|
27847
27911
|
hasObservations?: boolean | null;
|
|
27848
27912
|
hasFeeds?: boolean | null;
|
|
@@ -27890,7 +27954,7 @@ export type CreateViewMutation = {
|
|
|
27890
27954
|
observations?: Array<{
|
|
27891
27955
|
__typename?: 'ObservationCriteria';
|
|
27892
27956
|
type: ObservableTypes;
|
|
27893
|
-
states?: Array<EntityState
|
|
27957
|
+
states?: Array<EntityState> | null;
|
|
27894
27958
|
observable: {
|
|
27895
27959
|
__typename?: 'EntityReference';
|
|
27896
27960
|
id: string;
|
|
@@ -27917,7 +27981,7 @@ export type CreateViewMutation = {
|
|
|
27917
27981
|
observations?: Array<{
|
|
27918
27982
|
__typename?: 'ObservationCriteria';
|
|
27919
27983
|
type: ObservableTypes;
|
|
27920
|
-
states?: Array<EntityState
|
|
27984
|
+
states?: Array<EntityState> | null;
|
|
27921
27985
|
observable: {
|
|
27922
27986
|
__typename?: 'EntityReference';
|
|
27923
27987
|
id: string;
|
|
@@ -27945,7 +28009,7 @@ export type CreateViewMutation = {
|
|
|
27945
28009
|
observations?: Array<{
|
|
27946
28010
|
__typename?: 'ObservationCriteria';
|
|
27947
28011
|
type: ObservableTypes;
|
|
27948
|
-
states?: Array<EntityState
|
|
28012
|
+
states?: Array<EntityState> | null;
|
|
27949
28013
|
observable: {
|
|
27950
28014
|
__typename?: 'EntityReference';
|
|
27951
28015
|
id: string;
|
|
@@ -28014,8 +28078,8 @@ export type GetViewQuery = {
|
|
|
28014
28078
|
inLast?: any | null;
|
|
28015
28079
|
createdInLast?: any | null;
|
|
28016
28080
|
types?: Array<ContentTypes> | null;
|
|
28017
|
-
fileTypes?: Array<FileTypes
|
|
28018
|
-
formats?: Array<string
|
|
28081
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28082
|
+
formats?: Array<string> | null;
|
|
28019
28083
|
fileExtensions?: Array<string> | null;
|
|
28020
28084
|
hasObservations?: boolean | null;
|
|
28021
28085
|
hasFeeds?: boolean | null;
|
|
@@ -28063,7 +28127,7 @@ export type GetViewQuery = {
|
|
|
28063
28127
|
observations?: Array<{
|
|
28064
28128
|
__typename?: 'ObservationCriteria';
|
|
28065
28129
|
type: ObservableTypes;
|
|
28066
|
-
states?: Array<EntityState
|
|
28130
|
+
states?: Array<EntityState> | null;
|
|
28067
28131
|
observable: {
|
|
28068
28132
|
__typename?: 'EntityReference';
|
|
28069
28133
|
id: string;
|
|
@@ -28090,7 +28154,7 @@ export type GetViewQuery = {
|
|
|
28090
28154
|
observations?: Array<{
|
|
28091
28155
|
__typename?: 'ObservationCriteria';
|
|
28092
28156
|
type: ObservableTypes;
|
|
28093
|
-
states?: Array<EntityState
|
|
28157
|
+
states?: Array<EntityState> | null;
|
|
28094
28158
|
observable: {
|
|
28095
28159
|
__typename?: 'EntityReference';
|
|
28096
28160
|
id: string;
|
|
@@ -28118,7 +28182,7 @@ export type GetViewQuery = {
|
|
|
28118
28182
|
observations?: Array<{
|
|
28119
28183
|
__typename?: 'ObservationCriteria';
|
|
28120
28184
|
type: ObservableTypes;
|
|
28121
|
-
states?: Array<EntityState
|
|
28185
|
+
states?: Array<EntityState> | null;
|
|
28122
28186
|
observable: {
|
|
28123
28187
|
__typename?: 'EntityReference';
|
|
28124
28188
|
id: string;
|
|
@@ -28131,8 +28195,8 @@ export type GetViewQuery = {
|
|
|
28131
28195
|
inLast?: any | null;
|
|
28132
28196
|
createdInLast?: any | null;
|
|
28133
28197
|
types?: Array<ContentTypes> | null;
|
|
28134
|
-
fileTypes?: Array<FileTypes
|
|
28135
|
-
formats?: Array<string
|
|
28198
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28199
|
+
formats?: Array<string> | null;
|
|
28136
28200
|
fileExtensions?: Array<string> | null;
|
|
28137
28201
|
hasObservations?: boolean | null;
|
|
28138
28202
|
hasFeeds?: boolean | null;
|
|
@@ -28180,7 +28244,7 @@ export type GetViewQuery = {
|
|
|
28180
28244
|
observations?: Array<{
|
|
28181
28245
|
__typename?: 'ObservationCriteria';
|
|
28182
28246
|
type: ObservableTypes;
|
|
28183
|
-
states?: Array<EntityState
|
|
28247
|
+
states?: Array<EntityState> | null;
|
|
28184
28248
|
observable: {
|
|
28185
28249
|
__typename?: 'EntityReference';
|
|
28186
28250
|
id: string;
|
|
@@ -28207,7 +28271,7 @@ export type GetViewQuery = {
|
|
|
28207
28271
|
observations?: Array<{
|
|
28208
28272
|
__typename?: 'ObservationCriteria';
|
|
28209
28273
|
type: ObservableTypes;
|
|
28210
|
-
states?: Array<EntityState
|
|
28274
|
+
states?: Array<EntityState> | null;
|
|
28211
28275
|
observable: {
|
|
28212
28276
|
__typename?: 'EntityReference';
|
|
28213
28277
|
id: string;
|
|
@@ -28235,7 +28299,7 @@ export type GetViewQuery = {
|
|
|
28235
28299
|
observations?: Array<{
|
|
28236
28300
|
__typename?: 'ObservationCriteria';
|
|
28237
28301
|
type: ObservableTypes;
|
|
28238
|
-
states?: Array<EntityState
|
|
28302
|
+
states?: Array<EntityState> | null;
|
|
28239
28303
|
observable: {
|
|
28240
28304
|
__typename?: 'EntityReference';
|
|
28241
28305
|
id: string;
|
|
@@ -28270,8 +28334,8 @@ export type QueryViewsQuery = {
|
|
|
28270
28334
|
inLast?: any | null;
|
|
28271
28335
|
createdInLast?: any | null;
|
|
28272
28336
|
types?: Array<ContentTypes> | null;
|
|
28273
|
-
fileTypes?: Array<FileTypes
|
|
28274
|
-
formats?: Array<string
|
|
28337
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28338
|
+
formats?: Array<string> | null;
|
|
28275
28339
|
fileExtensions?: Array<string> | null;
|
|
28276
28340
|
hasObservations?: boolean | null;
|
|
28277
28341
|
hasFeeds?: boolean | null;
|
|
@@ -28319,7 +28383,7 @@ export type QueryViewsQuery = {
|
|
|
28319
28383
|
observations?: Array<{
|
|
28320
28384
|
__typename?: 'ObservationCriteria';
|
|
28321
28385
|
type: ObservableTypes;
|
|
28322
|
-
states?: Array<EntityState
|
|
28386
|
+
states?: Array<EntityState> | null;
|
|
28323
28387
|
observable: {
|
|
28324
28388
|
__typename?: 'EntityReference';
|
|
28325
28389
|
id: string;
|
|
@@ -28346,7 +28410,7 @@ export type QueryViewsQuery = {
|
|
|
28346
28410
|
observations?: Array<{
|
|
28347
28411
|
__typename?: 'ObservationCriteria';
|
|
28348
28412
|
type: ObservableTypes;
|
|
28349
|
-
states?: Array<EntityState
|
|
28413
|
+
states?: Array<EntityState> | null;
|
|
28350
28414
|
observable: {
|
|
28351
28415
|
__typename?: 'EntityReference';
|
|
28352
28416
|
id: string;
|
|
@@ -28374,7 +28438,7 @@ export type QueryViewsQuery = {
|
|
|
28374
28438
|
observations?: Array<{
|
|
28375
28439
|
__typename?: 'ObservationCriteria';
|
|
28376
28440
|
type: ObservableTypes;
|
|
28377
|
-
states?: Array<EntityState
|
|
28441
|
+
states?: Array<EntityState> | null;
|
|
28378
28442
|
observable: {
|
|
28379
28443
|
__typename?: 'EntityReference';
|
|
28380
28444
|
id: string;
|
|
@@ -28387,8 +28451,8 @@ export type QueryViewsQuery = {
|
|
|
28387
28451
|
inLast?: any | null;
|
|
28388
28452
|
createdInLast?: any | null;
|
|
28389
28453
|
types?: Array<ContentTypes> | null;
|
|
28390
|
-
fileTypes?: Array<FileTypes
|
|
28391
|
-
formats?: Array<string
|
|
28454
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28455
|
+
formats?: Array<string> | null;
|
|
28392
28456
|
fileExtensions?: Array<string> | null;
|
|
28393
28457
|
hasObservations?: boolean | null;
|
|
28394
28458
|
hasFeeds?: boolean | null;
|
|
@@ -28436,7 +28500,7 @@ export type QueryViewsQuery = {
|
|
|
28436
28500
|
observations?: Array<{
|
|
28437
28501
|
__typename?: 'ObservationCriteria';
|
|
28438
28502
|
type: ObservableTypes;
|
|
28439
|
-
states?: Array<EntityState
|
|
28503
|
+
states?: Array<EntityState> | null;
|
|
28440
28504
|
observable: {
|
|
28441
28505
|
__typename?: 'EntityReference';
|
|
28442
28506
|
id: string;
|
|
@@ -28463,7 +28527,7 @@ export type QueryViewsQuery = {
|
|
|
28463
28527
|
observations?: Array<{
|
|
28464
28528
|
__typename?: 'ObservationCriteria';
|
|
28465
28529
|
type: ObservableTypes;
|
|
28466
|
-
states?: Array<EntityState
|
|
28530
|
+
states?: Array<EntityState> | null;
|
|
28467
28531
|
observable: {
|
|
28468
28532
|
__typename?: 'EntityReference';
|
|
28469
28533
|
id: string;
|
|
@@ -28491,7 +28555,7 @@ export type QueryViewsQuery = {
|
|
|
28491
28555
|
observations?: Array<{
|
|
28492
28556
|
__typename?: 'ObservationCriteria';
|
|
28493
28557
|
type: ObservableTypes;
|
|
28494
|
-
states?: Array<EntityState
|
|
28558
|
+
states?: Array<EntityState> | null;
|
|
28495
28559
|
observable: {
|
|
28496
28560
|
__typename?: 'EntityReference';
|
|
28497
28561
|
id: string;
|
|
@@ -28518,8 +28582,8 @@ export type UpdateViewMutation = {
|
|
|
28518
28582
|
inLast?: any | null;
|
|
28519
28583
|
createdInLast?: any | null;
|
|
28520
28584
|
types?: Array<ContentTypes> | null;
|
|
28521
|
-
fileTypes?: Array<FileTypes
|
|
28522
|
-
formats?: Array<string
|
|
28585
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28586
|
+
formats?: Array<string> | null;
|
|
28523
28587
|
fileExtensions?: Array<string> | null;
|
|
28524
28588
|
hasObservations?: boolean | null;
|
|
28525
28589
|
hasFeeds?: boolean | null;
|
|
@@ -28567,7 +28631,7 @@ export type UpdateViewMutation = {
|
|
|
28567
28631
|
observations?: Array<{
|
|
28568
28632
|
__typename?: 'ObservationCriteria';
|
|
28569
28633
|
type: ObservableTypes;
|
|
28570
|
-
states?: Array<EntityState
|
|
28634
|
+
states?: Array<EntityState> | null;
|
|
28571
28635
|
observable: {
|
|
28572
28636
|
__typename?: 'EntityReference';
|
|
28573
28637
|
id: string;
|
|
@@ -28594,7 +28658,7 @@ export type UpdateViewMutation = {
|
|
|
28594
28658
|
observations?: Array<{
|
|
28595
28659
|
__typename?: 'ObservationCriteria';
|
|
28596
28660
|
type: ObservableTypes;
|
|
28597
|
-
states?: Array<EntityState
|
|
28661
|
+
states?: Array<EntityState> | null;
|
|
28598
28662
|
observable: {
|
|
28599
28663
|
__typename?: 'EntityReference';
|
|
28600
28664
|
id: string;
|
|
@@ -28622,7 +28686,7 @@ export type UpdateViewMutation = {
|
|
|
28622
28686
|
observations?: Array<{
|
|
28623
28687
|
__typename?: 'ObservationCriteria';
|
|
28624
28688
|
type: ObservableTypes;
|
|
28625
|
-
states?: Array<EntityState
|
|
28689
|
+
states?: Array<EntityState> | null;
|
|
28626
28690
|
observable: {
|
|
28627
28691
|
__typename?: 'EntityReference';
|
|
28628
28692
|
id: string;
|
|
@@ -28635,8 +28699,8 @@ export type UpdateViewMutation = {
|
|
|
28635
28699
|
inLast?: any | null;
|
|
28636
28700
|
createdInLast?: any | null;
|
|
28637
28701
|
types?: Array<ContentTypes> | null;
|
|
28638
|
-
fileTypes?: Array<FileTypes
|
|
28639
|
-
formats?: Array<string
|
|
28702
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28703
|
+
formats?: Array<string> | null;
|
|
28640
28704
|
fileExtensions?: Array<string> | null;
|
|
28641
28705
|
hasObservations?: boolean | null;
|
|
28642
28706
|
hasFeeds?: boolean | null;
|
|
@@ -28684,7 +28748,7 @@ export type UpdateViewMutation = {
|
|
|
28684
28748
|
observations?: Array<{
|
|
28685
28749
|
__typename?: 'ObservationCriteria';
|
|
28686
28750
|
type: ObservableTypes;
|
|
28687
|
-
states?: Array<EntityState
|
|
28751
|
+
states?: Array<EntityState> | null;
|
|
28688
28752
|
observable: {
|
|
28689
28753
|
__typename?: 'EntityReference';
|
|
28690
28754
|
id: string;
|
|
@@ -28711,7 +28775,7 @@ export type UpdateViewMutation = {
|
|
|
28711
28775
|
observations?: Array<{
|
|
28712
28776
|
__typename?: 'ObservationCriteria';
|
|
28713
28777
|
type: ObservableTypes;
|
|
28714
|
-
states?: Array<EntityState
|
|
28778
|
+
states?: Array<EntityState> | null;
|
|
28715
28779
|
observable: {
|
|
28716
28780
|
__typename?: 'EntityReference';
|
|
28717
28781
|
id: string;
|
|
@@ -28739,7 +28803,7 @@ export type UpdateViewMutation = {
|
|
|
28739
28803
|
observations?: Array<{
|
|
28740
28804
|
__typename?: 'ObservationCriteria';
|
|
28741
28805
|
type: ObservableTypes;
|
|
28742
|
-
states?: Array<EntityState
|
|
28806
|
+
states?: Array<EntityState> | null;
|
|
28743
28807
|
observable: {
|
|
28744
28808
|
__typename?: 'EntityReference';
|
|
28745
28809
|
id: string;
|
|
@@ -28765,8 +28829,8 @@ export type UpsertViewMutation = {
|
|
|
28765
28829
|
inLast?: any | null;
|
|
28766
28830
|
createdInLast?: any | null;
|
|
28767
28831
|
types?: Array<ContentTypes> | null;
|
|
28768
|
-
fileTypes?: Array<FileTypes
|
|
28769
|
-
formats?: Array<string
|
|
28832
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28833
|
+
formats?: Array<string> | null;
|
|
28770
28834
|
fileExtensions?: Array<string> | null;
|
|
28771
28835
|
hasObservations?: boolean | null;
|
|
28772
28836
|
hasFeeds?: boolean | null;
|
|
@@ -28814,7 +28878,7 @@ export type UpsertViewMutation = {
|
|
|
28814
28878
|
observations?: Array<{
|
|
28815
28879
|
__typename?: 'ObservationCriteria';
|
|
28816
28880
|
type: ObservableTypes;
|
|
28817
|
-
states?: Array<EntityState
|
|
28881
|
+
states?: Array<EntityState> | null;
|
|
28818
28882
|
observable: {
|
|
28819
28883
|
__typename?: 'EntityReference';
|
|
28820
28884
|
id: string;
|
|
@@ -28841,7 +28905,7 @@ export type UpsertViewMutation = {
|
|
|
28841
28905
|
observations?: Array<{
|
|
28842
28906
|
__typename?: 'ObservationCriteria';
|
|
28843
28907
|
type: ObservableTypes;
|
|
28844
|
-
states?: Array<EntityState
|
|
28908
|
+
states?: Array<EntityState> | null;
|
|
28845
28909
|
observable: {
|
|
28846
28910
|
__typename?: 'EntityReference';
|
|
28847
28911
|
id: string;
|
|
@@ -28869,7 +28933,7 @@ export type UpsertViewMutation = {
|
|
|
28869
28933
|
observations?: Array<{
|
|
28870
28934
|
__typename?: 'ObservationCriteria';
|
|
28871
28935
|
type: ObservableTypes;
|
|
28872
|
-
states?: Array<EntityState
|
|
28936
|
+
states?: Array<EntityState> | null;
|
|
28873
28937
|
observable: {
|
|
28874
28938
|
__typename?: 'EntityReference';
|
|
28875
28939
|
id: string;
|
|
@@ -28882,8 +28946,8 @@ export type UpsertViewMutation = {
|
|
|
28882
28946
|
inLast?: any | null;
|
|
28883
28947
|
createdInLast?: any | null;
|
|
28884
28948
|
types?: Array<ContentTypes> | null;
|
|
28885
|
-
fileTypes?: Array<FileTypes
|
|
28886
|
-
formats?: Array<string
|
|
28949
|
+
fileTypes?: Array<FileTypes> | null;
|
|
28950
|
+
formats?: Array<string> | null;
|
|
28887
28951
|
fileExtensions?: Array<string> | null;
|
|
28888
28952
|
hasObservations?: boolean | null;
|
|
28889
28953
|
hasFeeds?: boolean | null;
|
|
@@ -28931,7 +28995,7 @@ export type UpsertViewMutation = {
|
|
|
28931
28995
|
observations?: Array<{
|
|
28932
28996
|
__typename?: 'ObservationCriteria';
|
|
28933
28997
|
type: ObservableTypes;
|
|
28934
|
-
states?: Array<EntityState
|
|
28998
|
+
states?: Array<EntityState> | null;
|
|
28935
28999
|
observable: {
|
|
28936
29000
|
__typename?: 'EntityReference';
|
|
28937
29001
|
id: string;
|
|
@@ -28958,7 +29022,7 @@ export type UpsertViewMutation = {
|
|
|
28958
29022
|
observations?: Array<{
|
|
28959
29023
|
__typename?: 'ObservationCriteria';
|
|
28960
29024
|
type: ObservableTypes;
|
|
28961
|
-
states?: Array<EntityState
|
|
29025
|
+
states?: Array<EntityState> | null;
|
|
28962
29026
|
observable: {
|
|
28963
29027
|
__typename?: 'EntityReference';
|
|
28964
29028
|
id: string;
|
|
@@ -28986,7 +29050,7 @@ export type UpsertViewMutation = {
|
|
|
28986
29050
|
observations?: Array<{
|
|
28987
29051
|
__typename?: 'ObservationCriteria';
|
|
28988
29052
|
type: ObservableTypes;
|
|
28989
|
-
states?: Array<EntityState
|
|
29053
|
+
states?: Array<EntityState> | null;
|
|
28990
29054
|
observable: {
|
|
28991
29055
|
__typename?: 'EntityReference';
|
|
28992
29056
|
id: string;
|
|
@@ -29244,7 +29308,7 @@ export type CreateWorkflowMutation = {
|
|
|
29244
29308
|
connector?: {
|
|
29245
29309
|
__typename?: 'EntityEnrichmentConnector';
|
|
29246
29310
|
type?: EntityEnrichmentServiceTypes | null;
|
|
29247
|
-
enrichedTypes?: Array<ObservableTypes
|
|
29311
|
+
enrichedTypes?: Array<ObservableTypes> | null;
|
|
29248
29312
|
fhir?: {
|
|
29249
29313
|
__typename?: 'FHIREnrichmentProperties';
|
|
29250
29314
|
endpoint?: any | null;
|
|
@@ -29262,7 +29326,9 @@ export type CreateWorkflowMutation = {
|
|
|
29262
29326
|
__typename?: 'StoragePolicy';
|
|
29263
29327
|
type?: StoragePolicyTypes | null;
|
|
29264
29328
|
allowDuplicates?: boolean | null;
|
|
29265
|
-
embeddingTypes?: Array<EmbeddingTypes
|
|
29329
|
+
embeddingTypes?: Array<EmbeddingTypes> | null;
|
|
29330
|
+
enableSnapshots?: boolean | null;
|
|
29331
|
+
snapshotCount?: number | null;
|
|
29266
29332
|
} | null;
|
|
29267
29333
|
} | null;
|
|
29268
29334
|
actions?: Array<{
|
|
@@ -29567,7 +29633,7 @@ export type GetWorkflowQuery = {
|
|
|
29567
29633
|
connector?: {
|
|
29568
29634
|
__typename?: 'EntityEnrichmentConnector';
|
|
29569
29635
|
type?: EntityEnrichmentServiceTypes | null;
|
|
29570
|
-
enrichedTypes?: Array<ObservableTypes
|
|
29636
|
+
enrichedTypes?: Array<ObservableTypes> | null;
|
|
29571
29637
|
fhir?: {
|
|
29572
29638
|
__typename?: 'FHIREnrichmentProperties';
|
|
29573
29639
|
endpoint?: any | null;
|
|
@@ -29585,7 +29651,9 @@ export type GetWorkflowQuery = {
|
|
|
29585
29651
|
__typename?: 'StoragePolicy';
|
|
29586
29652
|
type?: StoragePolicyTypes | null;
|
|
29587
29653
|
allowDuplicates?: boolean | null;
|
|
29588
|
-
embeddingTypes?: Array<EmbeddingTypes
|
|
29654
|
+
embeddingTypes?: Array<EmbeddingTypes> | null;
|
|
29655
|
+
enableSnapshots?: boolean | null;
|
|
29656
|
+
snapshotCount?: number | null;
|
|
29589
29657
|
} | null;
|
|
29590
29658
|
} | null;
|
|
29591
29659
|
actions?: Array<{
|
|
@@ -29856,7 +29924,7 @@ export type QueryWorkflowsQuery = {
|
|
|
29856
29924
|
connector?: {
|
|
29857
29925
|
__typename?: 'EntityEnrichmentConnector';
|
|
29858
29926
|
type?: EntityEnrichmentServiceTypes | null;
|
|
29859
|
-
enrichedTypes?: Array<ObservableTypes
|
|
29927
|
+
enrichedTypes?: Array<ObservableTypes> | null;
|
|
29860
29928
|
fhir?: {
|
|
29861
29929
|
__typename?: 'FHIREnrichmentProperties';
|
|
29862
29930
|
endpoint?: any | null;
|
|
@@ -29874,7 +29942,9 @@ export type QueryWorkflowsQuery = {
|
|
|
29874
29942
|
__typename?: 'StoragePolicy';
|
|
29875
29943
|
type?: StoragePolicyTypes | null;
|
|
29876
29944
|
allowDuplicates?: boolean | null;
|
|
29877
|
-
embeddingTypes?: Array<EmbeddingTypes
|
|
29945
|
+
embeddingTypes?: Array<EmbeddingTypes> | null;
|
|
29946
|
+
enableSnapshots?: boolean | null;
|
|
29947
|
+
snapshotCount?: number | null;
|
|
29878
29948
|
} | null;
|
|
29879
29949
|
} | null;
|
|
29880
29950
|
actions?: Array<{
|
|
@@ -30137,7 +30207,7 @@ export type UpdateWorkflowMutation = {
|
|
|
30137
30207
|
connector?: {
|
|
30138
30208
|
__typename?: 'EntityEnrichmentConnector';
|
|
30139
30209
|
type?: EntityEnrichmentServiceTypes | null;
|
|
30140
|
-
enrichedTypes?: Array<ObservableTypes
|
|
30210
|
+
enrichedTypes?: Array<ObservableTypes> | null;
|
|
30141
30211
|
fhir?: {
|
|
30142
30212
|
__typename?: 'FHIREnrichmentProperties';
|
|
30143
30213
|
endpoint?: any | null;
|
|
@@ -30155,7 +30225,9 @@ export type UpdateWorkflowMutation = {
|
|
|
30155
30225
|
__typename?: 'StoragePolicy';
|
|
30156
30226
|
type?: StoragePolicyTypes | null;
|
|
30157
30227
|
allowDuplicates?: boolean | null;
|
|
30158
|
-
embeddingTypes?: Array<EmbeddingTypes
|
|
30228
|
+
embeddingTypes?: Array<EmbeddingTypes> | null;
|
|
30229
|
+
enableSnapshots?: boolean | null;
|
|
30230
|
+
snapshotCount?: number | null;
|
|
30159
30231
|
} | null;
|
|
30160
30232
|
} | null;
|
|
30161
30233
|
actions?: Array<{
|
|
@@ -30417,7 +30489,7 @@ export type UpsertWorkflowMutation = {
|
|
|
30417
30489
|
connector?: {
|
|
30418
30490
|
__typename?: 'EntityEnrichmentConnector';
|
|
30419
30491
|
type?: EntityEnrichmentServiceTypes | null;
|
|
30420
|
-
enrichedTypes?: Array<ObservableTypes
|
|
30492
|
+
enrichedTypes?: Array<ObservableTypes> | null;
|
|
30421
30493
|
fhir?: {
|
|
30422
30494
|
__typename?: 'FHIREnrichmentProperties';
|
|
30423
30495
|
endpoint?: any | null;
|
|
@@ -30435,7 +30507,9 @@ export type UpsertWorkflowMutation = {
|
|
|
30435
30507
|
__typename?: 'StoragePolicy';
|
|
30436
30508
|
type?: StoragePolicyTypes | null;
|
|
30437
30509
|
allowDuplicates?: boolean | null;
|
|
30438
|
-
embeddingTypes?: Array<EmbeddingTypes
|
|
30510
|
+
embeddingTypes?: Array<EmbeddingTypes> | null;
|
|
30511
|
+
enableSnapshots?: boolean | null;
|
|
30512
|
+
snapshotCount?: number | null;
|
|
30439
30513
|
} | null;
|
|
30440
30514
|
} | null;
|
|
30441
30515
|
actions?: Array<{
|