@ndla/types-backend 1.0.153 → 1.0.154

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.
@@ -855,6 +855,8 @@ export type components = {
855
855
  userData: components["schemas"]["MyNDLAUserDTO"];
856
856
  /** @description The users folders */
857
857
  folders: components["schemas"]["FolderDTO"][];
858
+ /** @description Resources saved on the root level */
859
+ rootResources: components["schemas"]["ResourceDTO"][];
858
860
  };
859
861
  /** FolderDTO */
860
862
  FolderDTO: {
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.153",
36
+ "version": "1.0.154",
37
37
  "packageManager": "yarn@4.10.3"
38
38
  }