api.fluff4.me 1.0.1108 → 1.0.1109
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
|
@@ -6643,6 +6643,19 @@
|
|
|
6643
6643
|
}
|
|
6644
6644
|
]
|
|
6645
6645
|
},
|
|
6646
|
+
"type": {
|
|
6647
|
+
"anyOf": [
|
|
6648
|
+
{
|
|
6649
|
+
"type": "string",
|
|
6650
|
+
"enum": [
|
|
6651
|
+
"age_restriction"
|
|
6652
|
+
]
|
|
6653
|
+
},
|
|
6654
|
+
{
|
|
6655
|
+
"type": "null"
|
|
6656
|
+
}
|
|
6657
|
+
]
|
|
6658
|
+
},
|
|
6646
6659
|
"data": {
|
|
6647
6660
|
"type": "null"
|
|
6648
6661
|
}
|
package/package.json
CHANGED