graphlit-client 1.0.20250622002 → 1.0.20250622003

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.
@@ -2611,6 +2611,7 @@ export const QueryContentsObservations = gql `
2611
2611
  relevance
2612
2612
  }
2613
2613
  error
2614
+ markdown
2614
2615
  observations {
2615
2616
  id
2616
2617
  type
@@ -16780,6 +16780,7 @@ export type QueryContentsObservationsQuery = {
16780
16780
  questions?: Array<string> | null;
16781
16781
  quotes?: Array<string> | null;
16782
16782
  error?: string | null;
16783
+ markdown?: string | null;
16783
16784
  owner: {
16784
16785
  __typename?: 'Owner';
16785
16786
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250622002",
3
+ "version": "1.0.20250622003",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",