api.fluff4.me 1.0.268 → 1.0.269
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
|
@@ -1263,12 +1263,16 @@
|
|
|
1263
1263
|
},
|
|
1264
1264
|
"tag": {
|
|
1265
1265
|
"$ref": "#/components/schema/Follows"
|
|
1266
|
+
},
|
|
1267
|
+
"category": {
|
|
1268
|
+
"$ref": "#/components/schema/Follows"
|
|
1266
1269
|
}
|
|
1267
1270
|
},
|
|
1268
1271
|
"required": [
|
|
1269
1272
|
"author",
|
|
1270
1273
|
"work",
|
|
1271
|
-
"tag"
|
|
1274
|
+
"tag",
|
|
1275
|
+
"category"
|
|
1272
1276
|
]
|
|
1273
1277
|
},
|
|
1274
1278
|
"Follows": {
|
package/package.json
CHANGED