@ndla/types-backend 1.0.75 → 1.0.77
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.
|
@@ -676,7 +676,7 @@ export type components = {
|
|
|
676
676
|
canEdit: boolean;
|
|
677
677
|
/** @description The supported languages for this learningpath */
|
|
678
678
|
supportedLanguages: string[];
|
|
679
|
-
/** @description
|
|
679
|
+
/** @description Id identifying the owner of the LearningPath */
|
|
680
680
|
ownerId?: string;
|
|
681
681
|
message?: components["schemas"]["MessageDTO"];
|
|
682
682
|
/** @description The date when this learningpath was made available to the public. */
|
|
@@ -802,6 +802,8 @@ export type components = {
|
|
|
802
802
|
lastUpdated: string;
|
|
803
803
|
/** @description The supported languages of the learningstep */
|
|
804
804
|
supportedLanguages: string[];
|
|
805
|
+
/** @description Id identifying the owner of LearningStep */
|
|
806
|
+
ownerId?: string;
|
|
805
807
|
};
|
|
806
808
|
/** LicenseDTO */
|
|
807
809
|
LicenseDTO: {
|
package/package.json
CHANGED
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"tsx": "^4.19.3",
|
|
33
33
|
"typescript": "^5.3.3"
|
|
34
34
|
},
|
|
35
|
-
"version": "1.0.
|
|
35
|
+
"version": "1.0.77",
|
|
36
36
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
37
37
|
}
|