api.fluff4.me 1.0.683 → 1.0.684
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 +1 -1
- package/openapi.json +9 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -4526,12 +4526,16 @@
|
|
|
4526
4526
|
"type": "object",
|
|
4527
4527
|
"properties": {
|
|
4528
4528
|
"modified": {
|
|
4529
|
-
"
|
|
4529
|
+
"anyOf": [
|
|
4530
|
+
{
|
|
4531
|
+
"type": "string"
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"type": "null"
|
|
4535
|
+
}
|
|
4536
|
+
]
|
|
4530
4537
|
}
|
|
4531
|
-
}
|
|
4532
|
-
"required": [
|
|
4533
|
-
"modified"
|
|
4534
|
-
]
|
|
4538
|
+
}
|
|
4535
4539
|
},
|
|
4536
4540
|
"ChangelogInsertBody": {
|
|
4537
4541
|
"type": "object",
|
package/package.json
CHANGED