api.fluff4.me 1.0.1120 → 1.0.1121

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
@@ -402,7 +402,7 @@ export interface ChapterStatistics {
402
402
  }
403
403
 
404
404
  export interface SupporterReactions {
405
- reaction_type: "love" | "author_heart" | "guest_heart" | "supporter_love"
405
+ reaction_type: "heart"
406
406
  author: string
407
407
  }
408
408
 
package/openapi.json CHANGED
@@ -2719,10 +2719,7 @@
2719
2719
  "reaction_type": {
2720
2720
  "type": "string",
2721
2721
  "enum": [
2722
- "love",
2723
- "author_heart",
2724
- "guest_heart",
2725
- "supporter_love"
2722
+ "heart"
2726
2723
  ]
2727
2724
  },
2728
2725
  "author": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1120",
3
+ "version": "1.0.1121",
4
4
  "types": "index.d.ts"
5
5
  }