api.fluff4.me 1.0.446 → 1.0.447

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
@@ -217,7 +217,7 @@ export interface Chapter {
217
217
  author: string
218
218
  work: string
219
219
  is_numbered: boolean
220
- body?: string | null
220
+ body: string
221
221
  index: number
222
222
  notes_before?: string | null
223
223
  notes_after?: string | null
package/openapi.json CHANGED
@@ -1212,14 +1212,7 @@
1212
1212
  "type": "boolean"
1213
1213
  },
1214
1214
  "body": {
1215
- "anyOf": [
1216
- {
1217
- "type": "string"
1218
- },
1219
- {
1220
- "type": "null"
1221
- }
1222
- ]
1215
+ "type": "string"
1223
1216
  },
1224
1217
  "index": {
1225
1218
  "type": "number"
@@ -1326,6 +1319,7 @@
1326
1319
  "author",
1327
1320
  "work",
1328
1321
  "is_numbered",
1322
+ "body",
1329
1323
  "index"
1330
1324
  ]
1331
1325
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.446",
3
+ "version": "1.0.447",
4
4
  "types": "index.d.ts"
5
5
  }