@ndla/types-backend 0.2.11 → 0.2.12

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.
@@ -153,6 +153,7 @@ export interface IMultiSearchSummary {
153
153
  revisions: IRevisionMeta[];
154
154
  responsible?: IDraftResponsible;
155
155
  comments?: IComment[];
156
+ prioritized?: boolean;
156
157
  }
157
158
  export interface IMultiSearchTermsAggregation {
158
159
  field: string;
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "typescript": "^5.0.2"
28
28
  },
29
- "version": "0.2.11"
29
+ "version": "0.2.12"
30
30
  }