api.fluff4.me 1.0.1087 → 1.0.1088

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
@@ -779,7 +779,10 @@ export interface ManifestFormInputLengths {
779
779
  name: number
780
780
  description: number
781
781
  }
782
- comment: { body: number }
782
+ comment: {
783
+ body: number
784
+ body_on_work: number
785
+ }
783
786
  work_tags: {
784
787
  global: number
785
788
  custom: number
package/openapi.json CHANGED
@@ -4641,10 +4641,14 @@
4641
4641
  "properties": {
4642
4642
  "body": {
4643
4643
  "type": "number"
4644
+ },
4645
+ "body_on_work": {
4646
+ "type": "number"
4644
4647
  }
4645
4648
  },
4646
4649
  "required": [
4647
- "body"
4650
+ "body",
4651
+ "body_on_work"
4648
4652
  ]
4649
4653
  },
4650
4654
  "work_tags": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1087",
3
+ "version": "1.0.1088",
4
4
  "types": "index.d.ts"
5
5
  }