@ndla/types-backend 0.2.15 → 0.2.16

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.
@@ -50,6 +50,7 @@ export interface IConceptSearchParams {
50
50
  exactTitleMatch?: boolean;
51
51
  embedResource?: string;
52
52
  embedId?: string;
53
+ conceptType?: string;
53
54
  }
54
55
  export interface IConceptSearchResult {
55
56
  totalCount: number;
@@ -111,6 +112,7 @@ export interface IDraftConceptSearchParams {
111
112
  embedResource?: string;
112
113
  embedId?: string;
113
114
  responsibleIds: string[];
115
+ conceptType?: string;
114
116
  }
115
117
  export interface IGlossData {
116
118
  gloss: string;
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "typescript": "^5.0.2"
28
28
  },
29
- "version": "0.2.15"
29
+ "version": "0.2.16"
30
30
  }