@ndla/types-backend 1.0.18 → 1.0.20
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 +2 -0
- 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
|
@@ -98,6 +98,7 @@ export interface IMyNDLAUserDTO {
|
|
|
98
98
|
arenaEnabled: boolean;
|
|
99
99
|
arenaAccepted: boolean;
|
|
100
100
|
arenaGroups: ArenaGroup[];
|
|
101
|
+
shareNameAccepted: boolean;
|
|
101
102
|
}
|
|
102
103
|
export interface INewCategoryDTO {
|
|
103
104
|
title: string;
|
|
@@ -242,6 +243,7 @@ export interface IUpdatedMyNDLAUserDTO {
|
|
|
242
243
|
arenaEnabled?: boolean;
|
|
243
244
|
arenaGroups?: ArenaGroup[];
|
|
244
245
|
arenaAccepted?: boolean;
|
|
246
|
+
shareNameAccepted?: boolean;
|
|
245
247
|
}
|
|
246
248
|
export interface IUpdatedResourceDTO {
|
|
247
249
|
tags?: string[];
|
package/package.json
CHANGED