@ndla/types-backend 0.2.86 → 0.2.88

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.
@@ -174,6 +174,8 @@ export interface IPost {
174
174
  flags?: IFlag[];
175
175
  topicId: number;
176
176
  replies: IPost[];
177
+ upvotes: number;
178
+ upvoted: boolean;
177
179
  }
178
180
  export interface IResource {
179
181
  id: string;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.86"
30
+ "version": "0.2.88"
31
31
  }