@ndla/types-backend 0.2.44 → 0.2.45

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.
@@ -80,6 +80,8 @@ export interface IConceptSummary {
80
80
  responsible?: IConceptResponsible;
81
81
  conceptType: string;
82
82
  glossData?: IGlossData;
83
+ subjectName?: string;
84
+ conceptTypeName: string;
83
85
  }
84
86
  export interface IConceptTags {
85
87
  tags: string[];
@@ -157,6 +157,9 @@ export interface IMultiSearchSummary {
157
157
  comments?: IComment[];
158
158
  prioritized?: boolean;
159
159
  priority?: string;
160
+ resourceTypeName?: string;
161
+ parentTopicName?: string;
162
+ primaryRootName?: string;
160
163
  }
161
164
  export interface IMultiSearchTermsAggregation {
162
165
  field: string;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.0.2"
29
29
  },
30
- "version": "0.2.44"
30
+ "version": "0.2.45"
31
31
  }