api.fluff4.me 1.0.467 → 1.0.469

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
@@ -236,6 +236,7 @@ export interface Chapter {
236
236
  custom_tags?: CustomTag[] | null
237
237
  reactions?: number | null
238
238
  reacted?: true | null
239
+ insufficient_pledge?: boolean | null
239
240
  }
240
241
 
241
242
  export interface ChapterCreateBody {
package/openapi.json CHANGED
@@ -1358,6 +1358,16 @@
1358
1358
  "type": "null"
1359
1359
  }
1360
1360
  ]
1361
+ },
1362
+ "insufficient_pledge": {
1363
+ "anyOf": [
1364
+ {
1365
+ "type": "boolean"
1366
+ },
1367
+ {
1368
+ "type": "null"
1369
+ }
1370
+ ]
1361
1371
  }
1362
1372
  },
1363
1373
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.467",
3
+ "version": "1.0.469",
4
4
  "types": "index.d.ts"
5
5
  }