@ndla/types-backend 0.2.21 → 0.2.22
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/concept-api.d.ts +0 -2
- package/package.json +1 -1
package/build/concept-api.d.ts
CHANGED
|
@@ -141,7 +141,6 @@ export interface INewConcept {
|
|
|
141
141
|
title: string;
|
|
142
142
|
content?: string;
|
|
143
143
|
copyright?: IDraftCopyright;
|
|
144
|
-
source?: string;
|
|
145
144
|
metaImage?: INewConceptMetaImage;
|
|
146
145
|
tags?: string[];
|
|
147
146
|
subjectIds?: string[];
|
|
@@ -177,7 +176,6 @@ export interface IUpdatedConcept {
|
|
|
177
176
|
content?: string;
|
|
178
177
|
metaImage?: (null | INewConceptMetaImage);
|
|
179
178
|
copyright?: IDraftCopyright;
|
|
180
|
-
source?: string;
|
|
181
179
|
tags?: string[];
|
|
182
180
|
subjectIds?: string[];
|
|
183
181
|
articleIds?: number[];
|
package/package.json
CHANGED