@ndla/types-backend 1.0.108 → 1.0.109

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.
@@ -262,7 +262,7 @@ export type components = {
262
262
  */
263
263
  ArticleRevisionHistoryDTO: {
264
264
  /** @description The revisions of an article, with the latest revision being the first in the list */
265
- revision: components["schemas"]["ArticleV2DTO"][];
265
+ revisions: components["schemas"]["ArticleV2DTO"][];
266
266
  };
267
267
  /**
268
268
  * ArticleSearchParamsDTO
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.108",
35
+ "version": "1.0.109",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }