graphlit-client 1.0.20240424001 → 1.0.20240424002

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.
@@ -369,6 +369,7 @@ exports.GetContent = (0, graphql_tag_1.default) `
369
369
  content(id: $id) {
370
370
  id
371
371
  name
372
+ description
372
373
  creationDate
373
374
  owner {
374
375
  id
@@ -8043,6 +8043,7 @@ export type GetContentQuery = {
8043
8043
  __typename?: 'Content';
8044
8044
  id: string;
8045
8045
  name: string;
8046
+ description?: string | null;
8046
8047
  creationDate: any;
8047
8048
  state: EntityState;
8048
8049
  originalDate?: any | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240424001",
3
+ "version": "1.0.20240424002",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",