api.fluff4.me 1.0.652 → 1.0.653
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 +10 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -4309,6 +4309,16 @@
|
|
|
4309
4309
|
"months_remaining": {
|
|
4310
4310
|
"type": "number"
|
|
4311
4311
|
},
|
|
4312
|
+
"end_time": {
|
|
4313
|
+
"anyOf": [
|
|
4314
|
+
{
|
|
4315
|
+
"type": "string"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"type": "null"
|
|
4319
|
+
}
|
|
4320
|
+
]
|
|
4321
|
+
},
|
|
4312
4322
|
"has_supporter_history": {
|
|
4313
4323
|
"type": "boolean"
|
|
4314
4324
|
}
|
package/package.json
CHANGED