api.fluff4.me 1.0.466 → 1.0.467

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
@@ -247,6 +247,7 @@ export interface ChapterCreateBody {
247
247
  notes_after?: string | null
248
248
  global_tags?: string[] | null
249
249
  custom_tags?: string[] | null
250
+ tier_id?: string | null
250
251
  }
251
252
 
252
253
  export interface ChapterUpdateBody {
package/openapi.json CHANGED
@@ -1450,6 +1450,16 @@
1450
1450
  "type": "null"
1451
1451
  }
1452
1452
  ]
1453
+ },
1454
+ "tier_id": {
1455
+ "anyOf": [
1456
+ {
1457
+ "type": "string"
1458
+ },
1459
+ {
1460
+ "type": "null"
1461
+ }
1462
+ ]
1453
1463
  }
1454
1464
  },
1455
1465
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.466",
3
+ "version": "1.0.467",
4
4
  "types": "index.d.ts"
5
5
  }