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 +1 -0
- package/openapi.json +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
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