api.fluff4.me 1.0.1076 → 1.0.1077

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
@@ -159,6 +159,7 @@ export interface Bookmarks {
159
159
  url_read_last?: string | null
160
160
  url_read_furthest?: string | null
161
161
  read_completed?: true | null
162
+ can_recommend?: true | null
162
163
  chapters_from_last_patreon?: number | null
163
164
  chapters_from_last?: number | null
164
165
  chapters_from_furthest_patreon?: number | null
package/openapi.json CHANGED
@@ -927,6 +927,19 @@
927
927
  }
928
928
  ]
929
929
  },
930
+ "can_recommend": {
931
+ "anyOf": [
932
+ {
933
+ "type": "boolean",
934
+ "enum": [
935
+ true
936
+ ]
937
+ },
938
+ {
939
+ "type": "null"
940
+ }
941
+ ]
942
+ },
930
943
  "chapters_from_last_patreon": {
931
944
  "anyOf": [
932
945
  {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1076",
3
+ "version": "1.0.1077",
4
4
  "types": "index.d.ts"
5
5
  }