@ndla/types-backend 0.2.62 → 0.2.63

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,7 +50,7 @@ export interface IConceptSearchParams {
50
50
  subjects?: string[];
51
51
  tags?: string[];
52
52
  exactMatch?: boolean;
53
- embedResource?: string;
53
+ embedResource?: string[];
54
54
  embedId?: string;
55
55
  conceptType?: string;
56
56
  aggregatePaths?: string[];
@@ -107,7 +107,7 @@ export interface IDraftConceptSearchParams {
107
107
  tags?: string[];
108
108
  status?: string[];
109
109
  users?: string[];
110
- embedResource?: string;
110
+ embedResource?: string[];
111
111
  embedId?: string;
112
112
  responsibleIds?: string[];
113
113
  conceptType?: string;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.62"
30
+ "version": "0.2.63"
31
31
  }