api.fluff4.me 1.0.668 → 1.0.669
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 -0
- package/openapi.json +13 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -4422,6 +4422,19 @@
|
|
|
4422
4422
|
"type": "null"
|
|
4423
4423
|
}
|
|
4424
4424
|
]
|
|
4425
|
+
},
|
|
4426
|
+
"cancelled": {
|
|
4427
|
+
"anyOf": [
|
|
4428
|
+
{
|
|
4429
|
+
"type": "boolean",
|
|
4430
|
+
"enum": [
|
|
4431
|
+
true
|
|
4432
|
+
]
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"type": "null"
|
|
4436
|
+
}
|
|
4437
|
+
]
|
|
4425
4438
|
}
|
|
4426
4439
|
},
|
|
4427
4440
|
"required": [
|
package/package.json
CHANGED