@ndla/types-taxonomy 1.0.6 → 1.0.7

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.
@@ -576,6 +576,10 @@ export interface TaxonomyContext {
576
576
  * Whether the base connection is primary or not
577
577
  */
578
578
  isPrimary: boolean;
579
+ /**
580
+ * Whether the base connection is marked as active subject
581
+ */
582
+ isActive: boolean;
579
583
  /**
580
584
  * Whether the base connection is visible or not
581
585
  */
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.6"
20
+ "version": "1.0.7"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -609,6 +609,10 @@ export interface TaxonomyContext {
609
609
  * Whether the base connection is primary or not
610
610
  */
611
611
  isPrimary: boolean;
612
+ /**
613
+ * Whether the base connection is marked as active subject
614
+ */
615
+ isActive: boolean;
612
616
  /**
613
617
  * Whether the base connection is visible or not
614
618
  */