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.
@@ -1188,6 +1188,10 @@ export const ExtractObservables = gql `
1188
1188
  name
1189
1189
  metadata
1190
1190
  }
1191
+ emotions {
1192
+ name
1193
+ metadata
1194
+ }
1191
1195
  persons {
1192
1196
  name
1193
1197
  metadata
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20260202002",
3
+ "version": "1.0.20260202003",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",