@ndla/types-backend 0.2.66 → 0.2.68

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.
@@ -1,4 +1,3 @@
1
- export type Availability = ("everyone" | "teacher");
2
1
  export interface IArticleContentV2 {
3
2
  content: string;
4
3
  language: string;
@@ -1,4 +1,3 @@
1
- export type Availability = ("everyone" | "teacher");
2
1
  export interface IArticle {
3
2
  id: number;
4
3
  oldNdlaUrl?: string;
@@ -209,4 +209,4 @@ export interface IUpdatedResource {
209
209
  tags?: string[];
210
210
  resourceId?: string;
211
211
  }
212
- export type ResourceType = ("concept" | "image" | "audio" | "multidisciplinary" | "article" | "learningpath" | "video");
212
+ export type ResourceType = ("concept" | "image" | "audio" | "multidisciplinary" | "article" | "learningpath" | "video" | "folder");
@@ -224,4 +224,4 @@ export interface IUpdatedResource {
224
224
  tags?: string[];
225
225
  resourceId?: string;
226
226
  }
227
- export type ResourceType = ("concept" | "image" | "audio" | "multidisciplinary" | "article" | "learningpath" | "video");
227
+ export type ResourceType = ("concept" | "image" | "audio" | "multidisciplinary" | "article" | "learningpath" | "video" | "folder");
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.66"
30
+ "version": "0.2.68"
31
31
  }