@ndla/types-backend 1.0.17 → 1.0.19
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.
- package/build/image-api.d.ts +1 -0
- package/build/image-api.js.map +1 -1
- package/build/myndla-api.d.ts +0 -2
- package/package.json +1 -1
package/build/image-api.d.ts
CHANGED
package/build/image-api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-api.js","sourceRoot":"","sources":["../image-api.ts"],"names":[],"mappings":";AAAA,2CAA2C;;;
|
|
1
|
+
{"version":3,"file":"image-api.js","sourceRoot":"","sources":["../image-api.ts"],"names":[],"mappings":";AAAA,2CAA2C;;;AAuL3C,IAAY,aASX;AATD,WAAY,aAAa;IACvB,+CAA8B,CAAA;IAC9B,6CAA4B,CAAA;IAC5B,uCAAsB,CAAA;IACtB,qCAAoB,CAAA;IACpB,mDAAkC,CAAA;IAClC,iDAAgC,CAAA;IAChC,iCAAgB,CAAA;IAChB,+BAAc,CAAA;AAChB,CAAC,EATW,aAAa,6BAAb,aAAa,QASxB"}
|
package/build/myndla-api.d.ts
CHANGED
|
@@ -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