api.fluff4.me 1.0.355 → 1.0.358
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 -28
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1044,11 +1044,6 @@ export interface Paths {
|
|
|
1044
1044
|
body?: undefined
|
|
1045
1045
|
response: void | ErrorResponse
|
|
1046
1046
|
},
|
|
1047
|
-
"/danger-token/request/{service}/callback": {
|
|
1048
|
-
method: "get"
|
|
1049
|
-
body?: undefined
|
|
1050
|
-
response: void | ErrorResponse
|
|
1051
|
-
},
|
|
1052
1047
|
"/feed/get": {
|
|
1053
1048
|
method: "get"
|
|
1054
1049
|
body?: undefined
|
package/openapi.json
CHANGED
|
@@ -7091,34 +7091,6 @@
|
|
|
7091
7091
|
}
|
|
7092
7092
|
}
|
|
7093
7093
|
},
|
|
7094
|
-
"/danger-token/request/{service}/callback": {
|
|
7095
|
-
"parameters": [
|
|
7096
|
-
{
|
|
7097
|
-
"name": "service",
|
|
7098
|
-
"in": "path"
|
|
7099
|
-
}
|
|
7100
|
-
],
|
|
7101
|
-
"get": {
|
|
7102
|
-
"responses": {
|
|
7103
|
-
"200": {
|
|
7104
|
-
"description": "200 response"
|
|
7105
|
-
},
|
|
7106
|
-
"302": {
|
|
7107
|
-
"description": "302 response"
|
|
7108
|
-
},
|
|
7109
|
-
"default": {
|
|
7110
|
-
"description": "Error",
|
|
7111
|
-
"content": {
|
|
7112
|
-
"application/json": {
|
|
7113
|
-
"schema": {
|
|
7114
|
-
"$ref": "#/components/schemas/ErrorResponse"
|
|
7115
|
-
}
|
|
7116
|
-
}
|
|
7117
|
-
}
|
|
7118
|
-
}
|
|
7119
|
-
}
|
|
7120
|
-
}
|
|
7121
|
-
},
|
|
7122
7094
|
"/feed/get": {
|
|
7123
7095
|
"parameters": [
|
|
7124
7096
|
{
|
package/package.json
CHANGED