@ndla/types-backend 1.0.16 → 1.0.17

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.
@@ -96,6 +96,7 @@ export interface IMyNDLAUserDTO {
96
96
  organization: string;
97
97
  groups: IMyNDLAGroupDTO[];
98
98
  arenaEnabled: boolean;
99
+ arenaAccepted: boolean;
99
100
  shareName: boolean;
100
101
  arenaGroups: ArenaGroup[];
101
102
  }
@@ -242,7 +243,7 @@ export interface IUpdatedMyNDLAUserDTO {
242
243
  arenaEnabled?: boolean;
243
244
  shareName?: boolean;
244
245
  arenaGroups?: ArenaGroup[];
245
- arenaAccept?: boolean;
246
+ arenaAccepted?: boolean;
246
247
  }
247
248
  export interface IUpdatedResourceDTO {
248
249
  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.16"
30
+ "version": "1.0.17"
31
31
  }