api.fluff4.me 1.0.267 → 1.0.268
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 -5
- package/openapi.json +0 -40
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -755,11 +755,6 @@ export interface Paths {
|
|
|
755
755
|
body?: undefined
|
|
756
756
|
response: void | ErrorResponse
|
|
757
757
|
},
|
|
758
|
-
"/comment/{id}": {
|
|
759
|
-
method: "get"
|
|
760
|
-
body?: undefined
|
|
761
|
-
response: Response<CommentResolved> | ErrorResponse
|
|
762
|
-
},
|
|
763
758
|
"/comment/{comment_id}/react/{type}": {
|
|
764
759
|
method: "post"
|
|
765
760
|
body?: undefined
|
package/openapi.json
CHANGED
|
@@ -4893,46 +4893,6 @@
|
|
|
4893
4893
|
}
|
|
4894
4894
|
}
|
|
4895
4895
|
},
|
|
4896
|
-
"/comment/{id}": {
|
|
4897
|
-
"parameters": [
|
|
4898
|
-
{
|
|
4899
|
-
"name": "id",
|
|
4900
|
-
"in": "path"
|
|
4901
|
-
}
|
|
4902
|
-
],
|
|
4903
|
-
"get": {
|
|
4904
|
-
"responses": {
|
|
4905
|
-
"200": {
|
|
4906
|
-
"description": "200 response",
|
|
4907
|
-
"content": {
|
|
4908
|
-
"application/json": {
|
|
4909
|
-
"schema": {
|
|
4910
|
-
"type": "object",
|
|
4911
|
-
"properties": {
|
|
4912
|
-
"data": {
|
|
4913
|
-
"$ref": "#/components/schemas/CommentResolved"
|
|
4914
|
-
}
|
|
4915
|
-
},
|
|
4916
|
-
"required": [
|
|
4917
|
-
"data"
|
|
4918
|
-
]
|
|
4919
|
-
}
|
|
4920
|
-
}
|
|
4921
|
-
}
|
|
4922
|
-
},
|
|
4923
|
-
"default": {
|
|
4924
|
-
"description": "Error",
|
|
4925
|
-
"content": {
|
|
4926
|
-
"application/json": {
|
|
4927
|
-
"schema": {
|
|
4928
|
-
"$ref": "#/components/schemas/ErrorResponse"
|
|
4929
|
-
}
|
|
4930
|
-
}
|
|
4931
|
-
}
|
|
4932
|
-
}
|
|
4933
|
-
}
|
|
4934
|
-
}
|
|
4935
|
-
},
|
|
4936
4896
|
"/comment/{comment_id}/react/{type}": {
|
|
4937
4897
|
"parameters": [
|
|
4938
4898
|
{
|
package/package.json
CHANGED