@ndla/types-backend 1.0.71 → 1.0.72

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.
@@ -1263,6 +1263,8 @@ export type components = {
1263
1263
  latestEditedArticles?: string[];
1264
1264
  /** @description User's last edited concepts */
1265
1265
  latestEditedConcepts?: string[];
1266
+ /** @description User's last edited learningpaths */
1267
+ latestEditedLearningpaths?: string[];
1266
1268
  /** @description User's favorite subjects */
1267
1269
  favoriteSubjects?: string[];
1268
1270
  };
@@ -1119,7 +1119,7 @@ export type components = {
1119
1119
  */
1120
1120
  revision: number;
1121
1121
  /** @description The title of the learningstep */
1122
- title?: string;
1122
+ title?: string | null;
1123
1123
  /** @description The introduction of the learningstep */
1124
1124
  introduction?: string | null;
1125
1125
  /** @description The chosen language */
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.19.3",
33
33
  "typescript": "^5.3.3"
34
34
  },
35
- "version": "1.0.71",
35
+ "version": "1.0.72",
36
36
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
37
37
  }