graphlit-client 1.0.20260129004 → 1.0.20260130002
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.
|
@@ -1713,6 +1713,49 @@ export const GetContent = gql `
|
|
|
1713
1713
|
}
|
|
1714
1714
|
state
|
|
1715
1715
|
}
|
|
1716
|
+
facts {
|
|
1717
|
+
id
|
|
1718
|
+
text
|
|
1719
|
+
validAt
|
|
1720
|
+
invalidAt
|
|
1721
|
+
state
|
|
1722
|
+
mentions {
|
|
1723
|
+
type
|
|
1724
|
+
observable {
|
|
1725
|
+
id
|
|
1726
|
+
name
|
|
1727
|
+
}
|
|
1728
|
+
start
|
|
1729
|
+
end
|
|
1730
|
+
}
|
|
1731
|
+
assertions {
|
|
1732
|
+
text
|
|
1733
|
+
mentions {
|
|
1734
|
+
type
|
|
1735
|
+
observable {
|
|
1736
|
+
id
|
|
1737
|
+
name
|
|
1738
|
+
}
|
|
1739
|
+
start
|
|
1740
|
+
end
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
feeds {
|
|
1744
|
+
id
|
|
1745
|
+
name
|
|
1746
|
+
}
|
|
1747
|
+
content {
|
|
1748
|
+
id
|
|
1749
|
+
name
|
|
1750
|
+
}
|
|
1751
|
+
conversation {
|
|
1752
|
+
id
|
|
1753
|
+
name
|
|
1754
|
+
}
|
|
1755
|
+
sourceType
|
|
1756
|
+
category
|
|
1757
|
+
confidence
|
|
1758
|
+
}
|
|
1716
1759
|
workflow {
|
|
1717
1760
|
id
|
|
1718
1761
|
name
|
|
@@ -2570,6 +2613,49 @@ export const LookupContents = gql `
|
|
|
2570
2613
|
}
|
|
2571
2614
|
state
|
|
2572
2615
|
}
|
|
2616
|
+
facts {
|
|
2617
|
+
id
|
|
2618
|
+
text
|
|
2619
|
+
validAt
|
|
2620
|
+
invalidAt
|
|
2621
|
+
state
|
|
2622
|
+
mentions {
|
|
2623
|
+
type
|
|
2624
|
+
observable {
|
|
2625
|
+
id
|
|
2626
|
+
name
|
|
2627
|
+
}
|
|
2628
|
+
start
|
|
2629
|
+
end
|
|
2630
|
+
}
|
|
2631
|
+
assertions {
|
|
2632
|
+
text
|
|
2633
|
+
mentions {
|
|
2634
|
+
type
|
|
2635
|
+
observable {
|
|
2636
|
+
id
|
|
2637
|
+
name
|
|
2638
|
+
}
|
|
2639
|
+
start
|
|
2640
|
+
end
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2643
|
+
feeds {
|
|
2644
|
+
id
|
|
2645
|
+
name
|
|
2646
|
+
}
|
|
2647
|
+
content {
|
|
2648
|
+
id
|
|
2649
|
+
name
|
|
2650
|
+
}
|
|
2651
|
+
conversation {
|
|
2652
|
+
id
|
|
2653
|
+
name
|
|
2654
|
+
}
|
|
2655
|
+
sourceType
|
|
2656
|
+
category
|
|
2657
|
+
confidence
|
|
2658
|
+
}
|
|
2573
2659
|
workflow {
|
|
2574
2660
|
id
|
|
2575
2661
|
name
|
|
@@ -5530,6 +5616,78 @@ export const GetConversation = gql `
|
|
|
5530
5616
|
collectionMode
|
|
5531
5617
|
observationMode
|
|
5532
5618
|
}
|
|
5619
|
+
observations {
|
|
5620
|
+
id
|
|
5621
|
+
type
|
|
5622
|
+
observable {
|
|
5623
|
+
id
|
|
5624
|
+
name
|
|
5625
|
+
}
|
|
5626
|
+
related {
|
|
5627
|
+
id
|
|
5628
|
+
name
|
|
5629
|
+
}
|
|
5630
|
+
relatedType
|
|
5631
|
+
relation
|
|
5632
|
+
occurrences {
|
|
5633
|
+
type
|
|
5634
|
+
confidence
|
|
5635
|
+
startTime
|
|
5636
|
+
endTime
|
|
5637
|
+
pageIndex
|
|
5638
|
+
turnIndex
|
|
5639
|
+
boundingBox {
|
|
5640
|
+
left
|
|
5641
|
+
top
|
|
5642
|
+
width
|
|
5643
|
+
height
|
|
5644
|
+
}
|
|
5645
|
+
}
|
|
5646
|
+
state
|
|
5647
|
+
}
|
|
5648
|
+
facts {
|
|
5649
|
+
id
|
|
5650
|
+
text
|
|
5651
|
+
validAt
|
|
5652
|
+
invalidAt
|
|
5653
|
+
state
|
|
5654
|
+
mentions {
|
|
5655
|
+
type
|
|
5656
|
+
observable {
|
|
5657
|
+
id
|
|
5658
|
+
name
|
|
5659
|
+
}
|
|
5660
|
+
start
|
|
5661
|
+
end
|
|
5662
|
+
}
|
|
5663
|
+
assertions {
|
|
5664
|
+
text
|
|
5665
|
+
mentions {
|
|
5666
|
+
type
|
|
5667
|
+
observable {
|
|
5668
|
+
id
|
|
5669
|
+
name
|
|
5670
|
+
}
|
|
5671
|
+
start
|
|
5672
|
+
end
|
|
5673
|
+
}
|
|
5674
|
+
}
|
|
5675
|
+
feeds {
|
|
5676
|
+
id
|
|
5677
|
+
name
|
|
5678
|
+
}
|
|
5679
|
+
content {
|
|
5680
|
+
id
|
|
5681
|
+
name
|
|
5682
|
+
}
|
|
5683
|
+
conversation {
|
|
5684
|
+
id
|
|
5685
|
+
name
|
|
5686
|
+
}
|
|
5687
|
+
sourceType
|
|
5688
|
+
category
|
|
5689
|
+
confidence
|
|
5690
|
+
}
|
|
5533
5691
|
summary
|
|
5534
5692
|
}
|
|
5535
5693
|
}
|
|
@@ -22202,6 +22202,58 @@ export type GetContentQuery = {
|
|
|
22202
22202
|
} | null;
|
|
22203
22203
|
} | null> | null;
|
|
22204
22204
|
} | null> | null;
|
|
22205
|
+
facts?: Array<{
|
|
22206
|
+
__typename?: 'Fact';
|
|
22207
|
+
id: string;
|
|
22208
|
+
text: string;
|
|
22209
|
+
validAt?: any | null;
|
|
22210
|
+
invalidAt?: any | null;
|
|
22211
|
+
state: EntityState;
|
|
22212
|
+
sourceType?: SourceTypes | null;
|
|
22213
|
+
category?: FactCategory | null;
|
|
22214
|
+
confidence?: number | null;
|
|
22215
|
+
mentions?: Array<{
|
|
22216
|
+
__typename?: 'MentionReference';
|
|
22217
|
+
type?: ObservableTypes | null;
|
|
22218
|
+
start?: number | null;
|
|
22219
|
+
end?: number | null;
|
|
22220
|
+
observable?: {
|
|
22221
|
+
__typename?: 'NamedEntityReference';
|
|
22222
|
+
id: string;
|
|
22223
|
+
name?: string | null;
|
|
22224
|
+
} | null;
|
|
22225
|
+
} | null> | null;
|
|
22226
|
+
assertions?: Array<{
|
|
22227
|
+
__typename?: 'FactAssertion';
|
|
22228
|
+
text: string;
|
|
22229
|
+
mentions?: Array<{
|
|
22230
|
+
__typename?: 'MentionReference';
|
|
22231
|
+
type?: ObservableTypes | null;
|
|
22232
|
+
start?: number | null;
|
|
22233
|
+
end?: number | null;
|
|
22234
|
+
observable?: {
|
|
22235
|
+
__typename?: 'NamedEntityReference';
|
|
22236
|
+
id: string;
|
|
22237
|
+
name?: string | null;
|
|
22238
|
+
} | null;
|
|
22239
|
+
} | null> | null;
|
|
22240
|
+
} | null> | null;
|
|
22241
|
+
feeds?: Array<{
|
|
22242
|
+
__typename?: 'Feed';
|
|
22243
|
+
id: string;
|
|
22244
|
+
name: string;
|
|
22245
|
+
} | null> | null;
|
|
22246
|
+
content?: {
|
|
22247
|
+
__typename?: 'Content';
|
|
22248
|
+
id: string;
|
|
22249
|
+
name: string;
|
|
22250
|
+
} | null;
|
|
22251
|
+
conversation?: {
|
|
22252
|
+
__typename?: 'Conversation';
|
|
22253
|
+
id: string;
|
|
22254
|
+
name: string;
|
|
22255
|
+
} | null;
|
|
22256
|
+
} | null> | null;
|
|
22205
22257
|
workflow?: {
|
|
22206
22258
|
__typename?: 'Workflow';
|
|
22207
22259
|
id: string;
|
|
@@ -23166,6 +23218,58 @@ export type LookupContentsQuery = {
|
|
|
23166
23218
|
} | null;
|
|
23167
23219
|
} | null> | null;
|
|
23168
23220
|
} | null> | null;
|
|
23221
|
+
facts?: Array<{
|
|
23222
|
+
__typename?: 'Fact';
|
|
23223
|
+
id: string;
|
|
23224
|
+
text: string;
|
|
23225
|
+
validAt?: any | null;
|
|
23226
|
+
invalidAt?: any | null;
|
|
23227
|
+
state: EntityState;
|
|
23228
|
+
sourceType?: SourceTypes | null;
|
|
23229
|
+
category?: FactCategory | null;
|
|
23230
|
+
confidence?: number | null;
|
|
23231
|
+
mentions?: Array<{
|
|
23232
|
+
__typename?: 'MentionReference';
|
|
23233
|
+
type?: ObservableTypes | null;
|
|
23234
|
+
start?: number | null;
|
|
23235
|
+
end?: number | null;
|
|
23236
|
+
observable?: {
|
|
23237
|
+
__typename?: 'NamedEntityReference';
|
|
23238
|
+
id: string;
|
|
23239
|
+
name?: string | null;
|
|
23240
|
+
} | null;
|
|
23241
|
+
} | null> | null;
|
|
23242
|
+
assertions?: Array<{
|
|
23243
|
+
__typename?: 'FactAssertion';
|
|
23244
|
+
text: string;
|
|
23245
|
+
mentions?: Array<{
|
|
23246
|
+
__typename?: 'MentionReference';
|
|
23247
|
+
type?: ObservableTypes | null;
|
|
23248
|
+
start?: number | null;
|
|
23249
|
+
end?: number | null;
|
|
23250
|
+
observable?: {
|
|
23251
|
+
__typename?: 'NamedEntityReference';
|
|
23252
|
+
id: string;
|
|
23253
|
+
name?: string | null;
|
|
23254
|
+
} | null;
|
|
23255
|
+
} | null> | null;
|
|
23256
|
+
} | null> | null;
|
|
23257
|
+
feeds?: Array<{
|
|
23258
|
+
__typename?: 'Feed';
|
|
23259
|
+
id: string;
|
|
23260
|
+
name: string;
|
|
23261
|
+
} | null> | null;
|
|
23262
|
+
content?: {
|
|
23263
|
+
__typename?: 'Content';
|
|
23264
|
+
id: string;
|
|
23265
|
+
name: string;
|
|
23266
|
+
} | null;
|
|
23267
|
+
conversation?: {
|
|
23268
|
+
__typename?: 'Conversation';
|
|
23269
|
+
id: string;
|
|
23270
|
+
name: string;
|
|
23271
|
+
} | null;
|
|
23272
|
+
} | null> | null;
|
|
23169
23273
|
workflow?: {
|
|
23170
23274
|
__typename?: 'Workflow';
|
|
23171
23275
|
id: string;
|
|
@@ -26498,6 +26602,92 @@ export type GetConversationQuery = {
|
|
|
26498
26602
|
}> | null;
|
|
26499
26603
|
}> | null;
|
|
26500
26604
|
} | null;
|
|
26605
|
+
observations?: Array<{
|
|
26606
|
+
__typename?: 'Observation';
|
|
26607
|
+
id: string;
|
|
26608
|
+
type: ObservableTypes;
|
|
26609
|
+
relatedType?: ObservableTypes | null;
|
|
26610
|
+
relation?: string | null;
|
|
26611
|
+
state: EntityState;
|
|
26612
|
+
observable: {
|
|
26613
|
+
__typename?: 'NamedEntityReference';
|
|
26614
|
+
id: string;
|
|
26615
|
+
name?: string | null;
|
|
26616
|
+
};
|
|
26617
|
+
related?: {
|
|
26618
|
+
__typename?: 'NamedEntityReference';
|
|
26619
|
+
id: string;
|
|
26620
|
+
name?: string | null;
|
|
26621
|
+
} | null;
|
|
26622
|
+
occurrences?: Array<{
|
|
26623
|
+
__typename?: 'ObservationOccurrence';
|
|
26624
|
+
type?: OccurrenceTypes | null;
|
|
26625
|
+
confidence?: number | null;
|
|
26626
|
+
startTime?: any | null;
|
|
26627
|
+
endTime?: any | null;
|
|
26628
|
+
pageIndex?: number | null;
|
|
26629
|
+
turnIndex?: number | null;
|
|
26630
|
+
boundingBox?: {
|
|
26631
|
+
__typename?: 'BoundingBox';
|
|
26632
|
+
left?: number | null;
|
|
26633
|
+
top?: number | null;
|
|
26634
|
+
width?: number | null;
|
|
26635
|
+
height?: number | null;
|
|
26636
|
+
} | null;
|
|
26637
|
+
} | null> | null;
|
|
26638
|
+
} | null> | null;
|
|
26639
|
+
facts?: Array<{
|
|
26640
|
+
__typename?: 'Fact';
|
|
26641
|
+
id: string;
|
|
26642
|
+
text: string;
|
|
26643
|
+
validAt?: any | null;
|
|
26644
|
+
invalidAt?: any | null;
|
|
26645
|
+
state: EntityState;
|
|
26646
|
+
sourceType?: SourceTypes | null;
|
|
26647
|
+
category?: FactCategory | null;
|
|
26648
|
+
confidence?: number | null;
|
|
26649
|
+
mentions?: Array<{
|
|
26650
|
+
__typename?: 'MentionReference';
|
|
26651
|
+
type?: ObservableTypes | null;
|
|
26652
|
+
start?: number | null;
|
|
26653
|
+
end?: number | null;
|
|
26654
|
+
observable?: {
|
|
26655
|
+
__typename?: 'NamedEntityReference';
|
|
26656
|
+
id: string;
|
|
26657
|
+
name?: string | null;
|
|
26658
|
+
} | null;
|
|
26659
|
+
} | null> | null;
|
|
26660
|
+
assertions?: Array<{
|
|
26661
|
+
__typename?: 'FactAssertion';
|
|
26662
|
+
text: string;
|
|
26663
|
+
mentions?: Array<{
|
|
26664
|
+
__typename?: 'MentionReference';
|
|
26665
|
+
type?: ObservableTypes | null;
|
|
26666
|
+
start?: number | null;
|
|
26667
|
+
end?: number | null;
|
|
26668
|
+
observable?: {
|
|
26669
|
+
__typename?: 'NamedEntityReference';
|
|
26670
|
+
id: string;
|
|
26671
|
+
name?: string | null;
|
|
26672
|
+
} | null;
|
|
26673
|
+
} | null> | null;
|
|
26674
|
+
} | null> | null;
|
|
26675
|
+
feeds?: Array<{
|
|
26676
|
+
__typename?: 'Feed';
|
|
26677
|
+
id: string;
|
|
26678
|
+
name: string;
|
|
26679
|
+
} | null> | null;
|
|
26680
|
+
content?: {
|
|
26681
|
+
__typename?: 'Content';
|
|
26682
|
+
id: string;
|
|
26683
|
+
name: string;
|
|
26684
|
+
} | null;
|
|
26685
|
+
conversation?: {
|
|
26686
|
+
__typename?: 'Conversation';
|
|
26687
|
+
id: string;
|
|
26688
|
+
name: string;
|
|
26689
|
+
} | null;
|
|
26690
|
+
} | null> | null;
|
|
26501
26691
|
} | null;
|
|
26502
26692
|
};
|
|
26503
26693
|
export type PromptMutationVariables = Exact<{
|