@ndla/types-taxonomy 1.0.9 → 1.0.10

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.
@@ -570,8 +570,8 @@ export interface TaxonomyContext {
570
570
  contextId: string;
571
571
  id: string;
572
572
  subject: Record<string, string>;
573
- subjectId: string;
574
573
  parentTopicIds: string[];
574
+ subjectId: string;
575
575
  isPrimaryConnection: boolean;
576
576
  }
577
577
  export interface Connection {
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.9"
20
+ "version": "1.0.10"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -603,8 +603,8 @@ export interface TaxonomyContext {
603
603
  contextId: string;
604
604
  id: string;
605
605
  subject: Record<string, string>;
606
- subjectId: string;
607
606
  parentTopicIds: string[];
607
+ subjectId: string;
608
608
  isPrimaryConnection: boolean;
609
609
  }
610
610