@ndla/types-backend 1.0.117 → 1.0.118

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.
@@ -484,6 +484,8 @@ export type components = {
484
484
  variants: components["schemas"]["ImageVariantDTO"][];
485
485
  /** @description ISO 639-1 code that represents the language used in the caption */
486
486
  language: string;
487
+ /** @description Date image was taken, if available */
488
+ originalDate?: string;
487
489
  };
488
490
  /**
489
491
  * ImageMetaInformationV2DTO
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
- "version": "1.0.117",
35
+ "version": "1.0.118",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }