@ndla/types-backend 1.0.73 → 1.0.74
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.
|
@@ -701,10 +701,6 @@ export type components = {
|
|
|
701
701
|
groups: components["schemas"]["MyNDLAGroupDTO"][];
|
|
702
702
|
/** @description Whether arena is explicitly enabled for the user */
|
|
703
703
|
arenaEnabled: boolean;
|
|
704
|
-
/** @description Whether the user has accepted the use of arena */
|
|
705
|
-
arenaAccepted: boolean;
|
|
706
|
-
/** @description Whether the user has accepted the sharing of their name */
|
|
707
|
-
shareNameAccepted: boolean;
|
|
708
704
|
};
|
|
709
705
|
/** NewFolderDTO */
|
|
710
706
|
NewFolderDTO: {
|
|
@@ -907,10 +903,6 @@ export type components = {
|
|
|
907
903
|
favoriteSubjects?: string[];
|
|
908
904
|
/** @description Whether arena should explicitly be enabled for the user */
|
|
909
905
|
arenaEnabled?: boolean;
|
|
910
|
-
/** @description Whether the user has accepted the use of arena */
|
|
911
|
-
arenaAccepted?: boolean;
|
|
912
|
-
/** @description Whether the user has accepted the sharing of their name */
|
|
913
|
-
shareNameAccepted?: boolean;
|
|
914
906
|
};
|
|
915
907
|
/** UpdatedResourceDTO */
|
|
916
908
|
UpdatedResourceDTO: {
|
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.74",
|
|
36
36
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
37
37
|
}
|