@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.
@@ -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
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.4"
20
+ "version": "1.0.5"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -619,8 +619,8 @@ export interface TaxonomyContext {
619
619
  contextId: string;
620
620
  id: string;
621
621
  subject: Record<string, string>;
622
- parentTopicIds: string[];
623
622
  subjectId: string;
623
+ parentTopicIds: string[];
624
624
  isPrimaryConnection: boolean;
625
625
  }
626
626