@ndla/types-backend 1.0.96 → 1.0.97

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.
@@ -770,6 +770,11 @@ export type components = {
770
770
  OwnerDTO: {
771
771
  /** @description Name of the owner */
772
772
  name: string;
773
+ /**
774
+ * Format: int64
775
+ * @description ID of the owner
776
+ */
777
+ id: number;
773
778
  };
774
779
  /** ResourceDTO */
775
780
  ResourceDTO: {
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.96",
35
+ "version": "1.0.97",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }