api.fluff4.me 1.0.378 → 1.0.379

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.
Files changed (2) hide show
  1. package/index.d.ts +6 -6
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1237,12 +1237,12 @@ export interface Paths {
1237
1237
  search: {
1238
1238
  page: number
1239
1239
  page_size: number
1240
- whitelistTags: string[] | null
1241
- blacklistTags: string[] | null
1242
- whitelistTagGroups: string[] | null
1243
- blacklistTagGroups: string[] | null
1244
- whitelistAuthors: string[] | null
1245
- blacklistAuthors: string[] | null
1240
+ whitelistTags?: string[] | null
1241
+ blacklistTags?: string[] | null
1242
+ whitelistTagGroups?: string[] | null
1243
+ blacklistTagGroups?: string[] | null
1244
+ whitelistAuthors?: string[] | null
1245
+ blacklistAuthors?: string[] | null
1246
1246
  }
1247
1247
  response: PaginatedResponse<Feed> | ErrorResponse
1248
1248
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.378",
3
+ "version": "1.0.379",
4
4
  "types": "index.d.ts"
5
5
  }