api.fluff4.me 1.0.644 → 1.0.645
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 +0 -2
- package/openapi.json +0 -26
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -395,32 +395,6 @@
|
|
|
395
395
|
"type": "null"
|
|
396
396
|
}
|
|
397
397
|
]
|
|
398
|
-
},
|
|
399
|
-
"username_colours": {
|
|
400
|
-
"anyOf": [
|
|
401
|
-
{
|
|
402
|
-
"type": "array",
|
|
403
|
-
"items": {
|
|
404
|
-
"type": "number"
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "null"
|
|
409
|
-
}
|
|
410
|
-
]
|
|
411
|
-
},
|
|
412
|
-
"card_colours": {
|
|
413
|
-
"anyOf": [
|
|
414
|
-
{
|
|
415
|
-
"type": "array",
|
|
416
|
-
"items": {
|
|
417
|
-
"type": "number"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"type": "null"
|
|
422
|
-
}
|
|
423
|
-
]
|
|
424
398
|
}
|
|
425
399
|
},
|
|
426
400
|
"required": [
|
package/package.json
CHANGED