@ndla/types-taxonomy 1.0.40 → 1.0.41
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/package.json
CHANGED
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"tsx": "^4.19.3",
|
|
22
22
|
"typescript": "^5.3.3"
|
|
23
23
|
},
|
|
24
|
-
"version": "1.0.
|
|
25
|
-
"packageManager": "yarn@
|
|
26
|
-
}
|
|
24
|
+
"version": "1.0.41",
|
|
25
|
+
"packageManager": "yarn@4.10.3"
|
|
26
|
+
}
|
package/taxonomy-api-openapi.ts
CHANGED
|
@@ -2162,6 +2162,7 @@ export type components = {
|
|
|
2162
2162
|
*/
|
|
2163
2163
|
isPrimary: boolean;
|
|
2164
2164
|
/**
|
|
2165
|
+
* @deprecated
|
|
2165
2166
|
* @description The path part of the url for the subject or subtopic connected to this topic
|
|
2166
2167
|
* @example /subject:1/topic:1
|
|
2167
2168
|
*/
|
|
@@ -3138,6 +3139,8 @@ export type components = {
|
|
|
3138
3139
|
id: string;
|
|
3139
3140
|
/** @description Whether the parent connection is marked as active */
|
|
3140
3141
|
isActive: boolean;
|
|
3142
|
+
/** @description Whether the root is marked as archived */
|
|
3143
|
+
isArchived: boolean;
|
|
3141
3144
|
/** @description Whether the parent connection is primary or not */
|
|
3142
3145
|
isPrimary: boolean;
|
|
3143
3146
|
/** @description Whether the parent connection is visible or not */
|