@digitalculture/ochre-sdk 0.7.12 → 0.7.13

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/dist/index.d.cts CHANGED
@@ -148,6 +148,7 @@ type Link = {
148
148
  */
149
149
  type ImageMapArea = {
150
150
  uuid: string;
151
+ itemUuid: string;
151
152
  publicationDateTime: Date | null;
152
153
  type: string;
153
154
  title: string;
package/dist/index.d.ts CHANGED
@@ -148,6 +148,7 @@ type Link = {
148
148
  */
149
149
  type ImageMapArea = {
150
150
  uuid: string;
151
+ itemUuid: string;
151
152
  publicationDateTime: Date | null;
152
153
  type: string;
153
154
  title: string;