api.fluff4.me 1.0.284 → 1.0.285

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/index.d.ts CHANGED
@@ -424,7 +424,7 @@ export interface Notification {
424
424
  author?: Author | null
425
425
  work?: Work | null
426
426
  chapter?: ChapterLite | null
427
- comment?: Comment | null
427
+ comment?: CommentResolved | null
428
428
  }
429
429
 
430
430
  export interface NotificationCount {
package/openapi.json CHANGED
@@ -2175,7 +2175,7 @@
2175
2175
  "comment": {
2176
2176
  "anyOf": [
2177
2177
  {
2178
- "$ref": "#/components/schema/Comment"
2178
+ "$ref": "#/components/schema/CommentResolved"
2179
2179
  },
2180
2180
  {
2181
2181
  "type": "null"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.284",
3
+ "version": "1.0.285",
4
4
  "types": "index.d.ts"
5
5
  }