@ndla/types-backend 1.0.113 → 1.0.114

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.
@@ -836,12 +836,12 @@ export type components = {
836
836
  * Format: uuid
837
837
  * @description Folder to move from. Empty value indicates root-resource.
838
838
  */
839
- fromFolderId?: string;
839
+ fromFolderId: string | null;
840
840
  /**
841
841
  * Format: uuid
842
842
  * @description Folder to move to. Empty value moves resource to root.
843
843
  */
844
- toFolderId?: string;
844
+ toFolderId: string | null;
845
845
  /**
846
846
  * Format: uuid
847
847
  * @description The resource to move
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
- "version": "1.0.113",
35
+ "version": "1.0.114",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }