@ndla/types-backend 1.0.14 → 1.0.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.
@@ -242,6 +242,7 @@ export interface IUpdatedMyNDLAUserDTO {
242
242
  arenaEnabled?: boolean;
243
243
  shareName?: boolean;
244
244
  arenaGroups?: ArenaGroup[];
245
+ arenaAccept?: boolean;
245
246
  }
246
247
  export interface IUpdatedResourceDTO {
247
248
  tags?: string[];
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "1.0.14"
30
+ "version": "1.0.16"
31
31
  }