api.fluff4.me 1.0.623 → 1.0.626

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
@@ -616,6 +616,10 @@ export interface ManifestFormInputLengths {
616
616
  global: number
617
617
  custom: number
618
618
  }
619
+ changelog: {
620
+ body: number
621
+ discord: number
622
+ }
619
623
  }
620
624
 
621
625
  export interface ManifestReactionTypes {
package/openapi.json CHANGED
@@ -3476,6 +3476,21 @@
3476
3476
  "global",
3477
3477
  "custom"
3478
3478
  ]
3479
+ },
3480
+ "changelog": {
3481
+ "type": "object",
3482
+ "properties": {
3483
+ "body": {
3484
+ "type": "number"
3485
+ },
3486
+ "discord": {
3487
+ "type": "number"
3488
+ }
3489
+ },
3490
+ "required": [
3491
+ "body",
3492
+ "discord"
3493
+ ]
3479
3494
  }
3480
3495
  },
3481
3496
  "required": [
@@ -3487,7 +3502,8 @@
3487
3502
  "chapter",
3488
3503
  "role",
3489
3504
  "comment",
3490
- "work_tags"
3505
+ "work_tags",
3506
+ "changelog"
3491
3507
  ]
3492
3508
  },
3493
3509
  "ManifestReactionTypes": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.623",
3
+ "version": "1.0.626",
4
4
  "types": "index.d.ts"
5
5
  }