@ndla/types-backend 1.0.17 → 1.0.18

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.
@@ -97,7 +97,6 @@ export interface IMyNDLAUserDTO {
97
97
  groups: IMyNDLAGroupDTO[];
98
98
  arenaEnabled: boolean;
99
99
  arenaAccepted: boolean;
100
- shareName: boolean;
101
100
  arenaGroups: ArenaGroup[];
102
101
  }
103
102
  export interface INewCategoryDTO {
@@ -241,7 +240,6 @@ export interface IUpdatedFolderDTO {
241
240
  export interface IUpdatedMyNDLAUserDTO {
242
241
  favoriteSubjects?: string[];
243
242
  arenaEnabled?: boolean;
244
- shareName?: boolean;
245
243
  arenaGroups?: ArenaGroup[];
246
244
  arenaAccepted?: boolean;
247
245
  }
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "1.0.17"
30
+ "version": "1.0.18"
31
31
  }