api.fluff4.me 1.0.446 → 1.0.449
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 -1
- package/openapi.json +2 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -1212,14 +1212,7 @@
|
|
|
1212
1212
|
"type": "boolean"
|
|
1213
1213
|
},
|
|
1214
1214
|
"body": {
|
|
1215
|
-
"
|
|
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