api.fluff4.me 1.0.1069 → 1.0.1070

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
@@ -285,6 +285,7 @@ export interface Comment {
285
285
  reactions?: number | null
286
286
  reacted?: true | null
287
287
  author_hearted?: true | null
288
+ replyable: boolean
288
289
  }
289
290
 
290
291
  export interface CommentCreateBody {
package/openapi.json CHANGED
@@ -1765,10 +1765,14 @@
1765
1765
  "type": "null"
1766
1766
  }
1767
1767
  ]
1768
+ },
1769
+ "replyable": {
1770
+ "type": "boolean"
1768
1771
  }
1769
1772
  },
1770
1773
  "required": [
1771
- "comment_id"
1774
+ "comment_id",
1775
+ "replyable"
1772
1776
  ]
1773
1777
  },
1774
1778
  "CommentCreateBody": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1069",
3
+ "version": "1.0.1070",
4
4
  "types": "index.d.ts"
5
5
  }