@ndla/types-backend 1.0.148 → 1.0.149

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.
@@ -2075,7 +2075,7 @@ export type components = {
2075
2075
  /** @description The technical evaluation of the node. Contains a flag and an optional comment. Can be null to remove existing evaluation. */
2076
2076
  technicalEvaluation?: components["schemas"]["TechnicalEvaluationDTO"];
2077
2077
  /** @description The translations for the node. Contains an array of translations in different languages */
2078
- translations?: components["schemas"]["Translation"];
2078
+ translations?: components["schemas"]["Translation"][];
2079
2079
  /** @description The node is visible. Default is true. */
2080
2080
  visible?: boolean;
2081
2081
  };
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.148",
36
+ "version": "1.0.149",
37
37
  "packageManager": "yarn@4.10.3"
38
38
  }