@ndla/types-taxonomy 1.0.8 → 1.0.9

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.
@@ -197,10 +197,6 @@ export interface NodeResourcePOST {
197
197
  relevanceId?: string;
198
198
  }
199
199
  export interface NodeResourcePUT {
200
- /**
201
- * Node resource connection id
202
- */
203
- id: string;
204
200
  /**
205
201
  * Primary connection
206
202
  */
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.8"
20
+ "version": "1.0.9"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -210,10 +210,6 @@ export interface NodeResourcePOST {
210
210
  }
211
211
 
212
212
  export interface NodeResourcePUT {
213
- /**
214
- * Node resource connection id
215
- */
216
- id: string;
217
213
  /**
218
214
  * Primary connection
219
215
  */