api.fluff4.me 1.0.284 → 1.0.286

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
@@ -404,9 +404,9 @@ export interface ReactionType {
404
404
  }
405
405
 
406
406
  export interface ManifestNotificationTypes {
407
- Report: NotificationType
408
- Comment: NotificationType
409
- Roles: NotificationType
407
+ report: NotificationType
408
+ comment: NotificationType
409
+ roles: NotificationType
410
410
  }
411
411
 
412
412
  export interface NotificationType {
@@ -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
@@ -2077,20 +2077,20 @@
2077
2077
  "ManifestNotificationTypes": {
2078
2078
  "type": "object",
2079
2079
  "properties": {
2080
- "Report": {
2080
+ "report": {
2081
2081
  "$ref": "#/components/schema/NotificationType"
2082
2082
  },
2083
- "Comment": {
2083
+ "comment": {
2084
2084
  "$ref": "#/components/schema/NotificationType"
2085
2085
  },
2086
- "Roles": {
2086
+ "roles": {
2087
2087
  "$ref": "#/components/schema/NotificationType"
2088
2088
  }
2089
2089
  },
2090
2090
  "required": [
2091
- "Report",
2092
- "Comment",
2093
- "Roles"
2091
+ "report",
2092
+ "comment",
2093
+ "roles"
2094
2094
  ]
2095
2095
  },
2096
2096
  "NotificationType": {
@@ -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.286",
4
4
  "types": "index.d.ts"
5
5
  }