@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.
- package/build/taxonomy-api.d.ts +2 -2
- package/package.json +1 -1
- package/taxonomy-api.ts +2 -2
package/build/taxonomy-api.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
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
|
|
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
|
|
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
|
/**
|