api.fluff4.me 1.0.586 → 1.0.587

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
@@ -205,6 +205,7 @@ export interface WorkFull {
205
205
  global_tags?: string[] | null
206
206
  synopsis: TextBodyWithAuthor
207
207
  custom_tags?: CustomTag[] | null
208
+ last_chapter: string
208
209
  }
209
210
 
210
211
  export interface WorkCreateBody {
package/openapi.json CHANGED
@@ -1076,6 +1076,9 @@
1076
1076
  "type": "null"
1077
1077
  }
1078
1078
  ]
1079
+ },
1080
+ "last_chapter": {
1081
+ "type": "string"
1079
1082
  }
1080
1083
  },
1081
1084
  "required": [
@@ -1088,7 +1091,8 @@
1088
1091
  "chapter_count_public",
1089
1092
  "word_count",
1090
1093
  "view_count",
1091
- "synopsis"
1094
+ "synopsis",
1095
+ "last_chapter"
1092
1096
  ]
1093
1097
  },
1094
1098
  "WorkCreateBody": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.586",
3
+ "version": "1.0.587",
4
4
  "types": "index.d.ts"
5
5
  }