@ndla/types-backend 1.0.86 → 1.0.88
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.
|
@@ -326,7 +326,7 @@ export type components = {
|
|
|
326
326
|
* ArticleTrait
|
|
327
327
|
* @enum {string}
|
|
328
328
|
*/
|
|
329
|
-
ArticleTrait: "
|
|
329
|
+
ArticleTrait: "AUDIO" | "H5P" | "INTERACTIVE" | "PODCAST" | "VIDEO";
|
|
330
330
|
/**
|
|
331
331
|
* ArticleV2DTO
|
|
332
332
|
* @description Information about the article
|
|
@@ -761,7 +761,7 @@ export type components = {
|
|
|
761
761
|
* ArticleTrait
|
|
762
762
|
* @enum {string}
|
|
763
763
|
*/
|
|
764
|
-
ArticleTrait: "
|
|
764
|
+
ArticleTrait: "AUDIO" | "H5P" | "INTERACTIVE" | "PODCAST" | "VIDEO";
|
|
765
765
|
/**
|
|
766
766
|
* AuthorDTO
|
|
767
767
|
* @description Information about an author
|
|
@@ -166,7 +166,7 @@ export type components = {
|
|
|
166
166
|
* ArticleTrait
|
|
167
167
|
* @enum {string}
|
|
168
168
|
*/
|
|
169
|
-
ArticleTrait: "
|
|
169
|
+
ArticleTrait: "AUDIO" | "H5P" | "INTERACTIVE" | "PODCAST" | "VIDEO";
|
|
170
170
|
/**
|
|
171
171
|
* CommentDTO
|
|
172
172
|
* @description Information about a comment attached to an article
|
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.
|
|
36
|
-
"packageManager": "yarn@
|
|
37
|
-
}
|
|
35
|
+
"version": "1.0.88",
|
|
36
|
+
"packageManager": "yarn@4.10.3"
|
|
37
|
+
}
|