@ndla/types-backend 1.0.31 → 1.0.32
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/search-api.d.ts +1 -1
- package/package.json +1 -1
package/build/search-api.d.ts
CHANGED
|
@@ -384,7 +384,7 @@ export interface ITitleWithHtmlDTO {
|
|
|
384
384
|
}
|
|
385
385
|
export type LearningResourceType = ("standard" | "topic-article" | "frontpage-article" | "learningpath" | "concept" | "gloss");
|
|
386
386
|
export type MultiSummaryBaseDTO = (IMultiSearchSummaryDTO | INodeHitDTO);
|
|
387
|
-
export type NodeType = (IPROGRAMME |
|
|
387
|
+
export type NodeType = (IPROGRAMME | INODE | ITOPIC | ISUBJECT | IRESOURCE);
|
|
388
388
|
export type SearchTrait = ("VIDEO" | "H5P" | "AUDIO" | "PODCAST");
|
|
389
389
|
export type SearchType = ("article" | "draft" | "learningpath" | "concept" | "grep" | "node");
|
|
390
390
|
export type Sort = SortEnum;
|
package/package.json
CHANGED