api.fluff4.me 1.0.902 → 1.0.903

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.
Files changed (2) hide show
  1. package/openapi.json +4 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -5748,7 +5748,10 @@
5748
5748
  "get": {
5749
5749
  "responses": {
5750
5750
  "200": {
5751
- "description": "200 response"
5751
+ "description": "200 response",
5752
+ "content": {
5753
+ "application/rss+xml": {}
5754
+ }
5752
5755
  },
5753
5756
  "default": {
5754
5757
  "description": "Error",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.902",
3
+ "version": "1.0.903",
4
4
  "types": "index.d.ts"
5
5
  }