@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.
@@ -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 | ITOPIC | IRESOURCE | ISUBJECT | INODE);
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
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "1.0.31"
30
+ "version": "1.0.32"
31
31
  }