@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.
- package/build/article-api.d.ts +1 -1
- package/package.json +1 -1
package/build/article-api.d.ts
CHANGED
|
@@ -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
|
-
|
|
265
|
+
revisions: components["schemas"]["ArticleV2DTO"][];
|
|
266
266
|
};
|
|
267
267
|
/**
|
|
268
268
|
* ArticleSearchParamsDTO
|