@ndla/types-backend 1.0.145 → 1.0.146
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 +3 -3
- package/package.json +1 -1
package/build/taxonomy-api.d.ts
CHANGED
|
@@ -1719,9 +1719,9 @@ export type components = {
|
|
|
1719
1719
|
Metadata: {
|
|
1720
1720
|
customFields: {
|
|
1721
1721
|
[key: string]: string;
|
|
1722
|
-
}
|
|
1723
|
-
grepCodes: string[]
|
|
1724
|
-
visible: boolean
|
|
1722
|
+
};
|
|
1723
|
+
grepCodes: string[];
|
|
1724
|
+
visible: boolean;
|
|
1725
1725
|
};
|
|
1726
1726
|
MetadataPUT: {
|
|
1727
1727
|
/** @description Custom fields, Only updated if present */
|