graphlit-client 1.0.20260202002 → 1.0.20260202003
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.
|
@@ -21801,6 +21801,11 @@ export type ExtractObservablesMutation = {
|
|
|
21801
21801
|
name?: string | null;
|
|
21802
21802
|
metadata?: string | null;
|
|
21803
21803
|
} | null> | null;
|
|
21804
|
+
emotions?: Array<{
|
|
21805
|
+
__typename?: 'Observable';
|
|
21806
|
+
name?: string | null;
|
|
21807
|
+
metadata?: string | null;
|
|
21808
|
+
} | null> | null;
|
|
21804
21809
|
persons?: Array<{
|
|
21805
21810
|
__typename?: 'Observable';
|
|
21806
21811
|
name?: string | null;
|