@ndla/types-backend 1.0.142 → 1.0.144

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.
@@ -2074,6 +2074,8 @@ export type components = {
2074
2074
  root?: boolean;
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
+ /** @description The translations for the node. Contains an array of translations in different languages */
2078
+ translations?: components["schemas"]["Translation"];
2077
2079
  /** @description The node is visible. Default is true. */
2078
2080
  visible?: boolean;
2079
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.142",
36
+ "version": "1.0.144",
37
37
  "packageManager": "yarn@4.10.3"
38
38
  }