@ndla/types-taxonomy 1.0.32 → 1.0.33

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.
@@ -308,6 +308,7 @@ export interface ResolvedUrl {
308
308
  name: string;
309
309
  parents: string[];
310
310
  path: string;
311
+ url: string;
311
312
  }
312
313
  export interface ResourcePostPut {
313
314
  /**
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.32"
20
+ "version": "1.0.33"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -328,6 +328,7 @@ export interface ResolvedUrl {
328
328
  name: string;
329
329
  parents: string[];
330
330
  path: string;
331
+ url: string;
331
332
  }
332
333
 
333
334
  export interface ResourcePostPut {