@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.
- package/build/taxonomy-api.d.ts +2 -0
- package/package.json +1 -1
package/build/taxonomy-api.d.ts
CHANGED
|
@@ -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
|
};
|