@ndla/types-backend 0.2.32 → 0.2.34

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.
@@ -124,6 +124,7 @@ export interface ISearchParams {
124
124
  sort?: string;
125
125
  page?: number;
126
126
  pageSize?: number;
127
+ podcastFriendly?: boolean;
127
128
  scrollId?: string;
128
129
  modelReleased?: string[];
129
130
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@ndla/types-backend/myndla-api",
3
+ "private": true,
4
+ "types": "../build/myndla-api.d.ts"
5
+ }
package/package.json CHANGED
@@ -21,10 +21,11 @@
21
21
  "frontpage-api",
22
22
  "image-api",
23
23
  "learningpath-api",
24
+ "myndla-api",
24
25
  "search-api"
25
26
  ],
26
27
  "devDependencies": {
27
28
  "typescript": "^5.0.2"
28
29
  },
29
- "version": "0.2.32"
30
+ "version": "0.2.34"
30
31
  }