@ndla/types-taxonomy 1.0.4 → 1.0.5
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/taxonomy-api.d.ts +1 -1
- package/package.json +1 -1
- package/taxonomy-api.ts +1 -1
package/build/taxonomy-api.d.ts
CHANGED
|
@@ -586,8 +586,8 @@ export interface TaxonomyContext {
|
|
|
586
586
|
contextId: string;
|
|
587
587
|
id: string;
|
|
588
588
|
subject: Record<string, string>;
|
|
589
|
-
parentTopicIds: string[];
|
|
590
589
|
subjectId: string;
|
|
590
|
+
parentTopicIds: string[];
|
|
591
591
|
isPrimaryConnection: boolean;
|
|
592
592
|
}
|
|
593
593
|
export interface Connection {
|
package/package.json
CHANGED
package/taxonomy-api.ts
CHANGED