@ndla/types-backend 1.0.90 → 1.0.91

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.
@@ -610,6 +610,10 @@ export type components = {
610
610
  metaImage?: components["schemas"]["MetaImageDTO"];
611
611
  /** @description Url pointing to the resource */
612
612
  url: string;
613
+ /** @description List of nodeIds the resource is connected to */
614
+ nodeIds: string[];
615
+ /** @description Resource-types of this resource, independent of contexts */
616
+ resourceTypes: components["schemas"]["TaxonomyResourceTypeDTO"][];
613
617
  /** @description Primary context of the resource */
614
618
  context?: components["schemas"]["ApiTaxonomyContextDTO"];
615
619
  /** @description Contexts of the resource */
@@ -708,7 +712,7 @@ export type components = {
708
712
  * NodeType
709
713
  * @enum {string}
710
714
  */
711
- NodeType: "NODE" | "SUBJECT" | "TOPIC" | "RESOURCE" | "PROGRAMME";
715
+ NodeType: "NODE" | "SUBJECT" | "TOPIC" | "CASE" | "RESOURCE" | "PROGRAMME";
712
716
  /**
713
717
  * NotFoundWithSupportedLanguages
714
718
  * @description Information about an error
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
- "version": "1.0.90",
35
+ "version": "1.0.91",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }