@ndla/types-taxonomy 1.0.31 → 1.0.32

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.
@@ -407,7 +407,7 @@ export interface SubjectPostPut {
407
407
  */
408
408
  contentUri?: string;
409
409
  /**
410
- * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If ommitted, an id will be assigned automatically.
410
+ * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If omitted, an id will be assigned automatically.
411
411
  */
412
412
  id?: string;
413
413
  /**
@@ -764,7 +764,7 @@ export interface Version {
764
764
  }
765
765
  export interface VersionPostPut {
766
766
  /**
767
- * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If ommitted, an id will be assigned automatically.
767
+ * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If omitted, an id will be assigned automatically.
768
768
  */
769
769
  id?: string;
770
770
  /**
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.31"
20
+ "version": "1.0.32"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -436,7 +436,7 @@ export interface SubjectPostPut {
436
436
  */
437
437
  contentUri?: string;
438
438
  /**
439
- * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If ommitted, an id will be assigned automatically.
439
+ * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If omitted, an id will be assigned automatically.
440
440
  */
441
441
  id?: string;
442
442
  /**
@@ -810,7 +810,7 @@ export interface Version {
810
810
 
811
811
  export interface VersionPostPut {
812
812
  /**
813
- * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If ommitted, an id will be assigned automatically.
813
+ * If specified, set the id to this value. Must start with urn:subject: and be a valid URI. If omitted, an id will be assigned automatically.
814
814
  */
815
815
  id?: string;
816
816
  /**