api.fluff4.me 1.0.680 → 1.0.681

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
@@ -688,6 +688,7 @@ export interface ManifestFormInputLengths {
688
688
 
689
689
  export interface ManifestReactionTypes {
690
690
  love: ReactionType
691
+ author_heart: ReactionType
691
692
  }
692
693
 
693
694
  export interface ReactionType {
package/openapi.json CHANGED
@@ -3934,10 +3934,14 @@
3934
3934
  "properties": {
3935
3935
  "love": {
3936
3936
  "$ref": "#/components/schema/ReactionType"
3937
+ },
3938
+ "author_heart": {
3939
+ "$ref": "#/components/schema/ReactionType"
3937
3940
  }
3938
3941
  },
3939
3942
  "required": [
3940
- "love"
3943
+ "love",
3944
+ "author_heart"
3941
3945
  ]
3942
3946
  },
3943
3947
  "ReactionType": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.680",
3
+ "version": "1.0.681",
4
4
  "types": "index.d.ts"
5
5
  }