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 +4 -1
- package/openapi.json +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
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