@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.
- package/build/concept-api.d.ts +2 -0
- package/build/search-api.d.ts +3 -0
- package/package.json +1 -1
package/build/concept-api.d.ts
CHANGED
package/build/search-api.d.ts
CHANGED
|
@@ -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