api.fluff4.me 1.0.1072 → 1.0.1076

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
@@ -331,6 +331,7 @@ export interface Work {
331
331
  custom_tags?: CustomTag[] | null
332
332
  last_chapter: string
333
333
  statistics?: WorkStatistics | null
334
+ recommendation?: Comment | null
334
335
  }
335
336
 
336
337
  export interface WorkCreateBody {
package/openapi.json CHANGED
@@ -2013,6 +2013,16 @@
2013
2013
  "type": "null"
2014
2014
  }
2015
2015
  ]
2016
+ },
2017
+ "recommendation": {
2018
+ "anyOf": [
2019
+ {
2020
+ "$ref": "#/components/schema/Comment"
2021
+ },
2022
+ {
2023
+ "type": "null"
2024
+ }
2025
+ ]
2016
2026
  }
2017
2027
  },
2018
2028
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1072",
3
+ "version": "1.0.1076",
4
4
  "types": "index.d.ts"
5
5
  }