@ndla/types-backend 1.0.159 → 1.0.160

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.
@@ -1743,7 +1743,7 @@ export type components = {
1743
1743
  /** Format: uri */
1744
1744
  id: string;
1745
1745
  name: string;
1746
- path: string;
1746
+ path?: string | null;
1747
1747
  };
1748
1748
  /** @description object containing public id of the node to be registered as context */
1749
1749
  ContextPOST: {
package/package.json CHANGED
@@ -33,6 +33,6 @@
33
33
  "tsx": "^4.21.0",
34
34
  "typescript": "^5.9.3"
35
35
  },
36
- "version": "1.0.159",
36
+ "version": "1.0.160",
37
37
  "packageManager": "yarn@4.10.3"
38
38
  }