api.fluff4.me 1.0.178 → 1.0.179
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 -1
- package/openapi.json +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -797,7 +797,7 @@ export interface Paths {
|
|
|
797
797
|
body?: undefined
|
|
798
798
|
response: void | ErrorResponse
|
|
799
799
|
},
|
|
800
|
-
"/
|
|
800
|
+
"/danger-token/request/{service}/callback": {
|
|
801
801
|
method: "get"
|
|
802
802
|
body?: undefined
|
|
803
803
|
response: void | ErrorResponse
|
package/openapi.json
CHANGED
package/package.json
CHANGED