rclone-openapi 1.0.14 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rclone-openapi",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "keywords": [
5
5
  "rclone",
6
6
  "openapi",
package/types.d.ts CHANGED
@@ -1993,9 +1993,9 @@ export interface components {
1993
1993
  [key: string]: unknown;
1994
1994
  };
1995
1995
  /** @description Arbitrary JSON value. */
1996
- ConfigProviderOptionAny: (string | number | boolean | unknown[] | {
1996
+ ConfigProviderOptionAny: string | number | boolean | unknown[] | {
1997
1997
  [key: string]: unknown;
1998
- }) | null;
1998
+ } | null;
1999
1999
  /** @enum {string} */
2000
2000
  ConfigProviderOptionType: "Bits" | "bool" | "CommaSepList" | "Duration" | "Encoding" | "int" | "mtime|atime|btime|ctime" | "SizeSuffix" | "SpaceSepList" | "string" | "stringArray" | "Time" | "Tristate";
2001
2001
  /** @description Progress metrics for an in-flight transfer. */