api.fluff4.me 1.0.506 → 1.0.507

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 CHANGED
@@ -1195,7 +1195,7 @@ export interface Paths {
1195
1195
  search?: undefined
1196
1196
  response: Response<CustomTag> | ErrorResponse
1197
1197
  },
1198
- "/tag/custom/get": {
1198
+ "/tags/custom": {
1199
1199
  method: "get"
1200
1200
  body?: undefined
1201
1201
  search?: undefined
package/openapi.json CHANGED
@@ -7302,7 +7302,7 @@
7302
7302
  }
7303
7303
  }
7304
7304
  },
7305
- "/tag/custom/get": {
7305
+ "/tags/custom": {
7306
7306
  "get": {
7307
7307
  "responses": {
7308
7308
  "200": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.506",
3
+ "version": "1.0.507",
4
4
  "types": "index.d.ts"
5
5
  }