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