@ndla/types-backend 1.0.133 → 1.0.134
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 +1 -1
- package/package.json +1 -1
package/build/taxonomy-api.d.ts
CHANGED
|
@@ -1929,7 +1929,7 @@ export type components = {
|
|
|
1929
1929
|
* Format: date-time
|
|
1930
1930
|
* @description When was this last updated.
|
|
1931
1931
|
*/
|
|
1932
|
-
updatedAt
|
|
1932
|
+
updatedAt: string;
|
|
1933
1933
|
/** @description A pretty url based on name and context. Empty if no context. */
|
|
1934
1934
|
url?: string;
|
|
1935
1935
|
/** @description Url safe names for the node. */
|