rclone-openapi 1.0.6 → 1.0.7
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/openapi.json +5 -1
- package/package.json +1 -1
- package/types.d.ts +2 -2
package/openapi.json
CHANGED
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -4955,9 +4955,9 @@ export interface components {
|
|
|
4955
4955
|
"application/json": {
|
|
4956
4956
|
list: {
|
|
4957
4957
|
/** @description Identifier returned by `serve/start`. */
|
|
4958
|
-
id
|
|
4958
|
+
id: string;
|
|
4959
4959
|
/** @description Address and port the server is listening on. */
|
|
4960
|
-
addr
|
|
4960
|
+
addr: string;
|
|
4961
4961
|
/** @description Serve configuration parameters supplied at startup. */
|
|
4962
4962
|
params?: {
|
|
4963
4963
|
fs: string;
|