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 CHANGED
@@ -229,6 +229,7 @@ export interface FollowsMerged {
229
229
  author: Follows
230
230
  work: Follows
231
231
  tag: Follows
232
+ category: Follows
232
233
  }
233
234
 
234
235
  export type Follows = Follow[]
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.268",
3
+ "version": "1.0.269",
4
4
  "types": "index.d.ts"
5
5
  }