rclone-openapi 1.0.14 → 1.0.16

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.16",
4
4
  "keywords": [
5
5
  "rclone",
6
6
  "openapi",
package/types.d.ts CHANGED
@@ -1898,7 +1898,7 @@ export interface components {
1898
1898
  CommandHelp?: components["schemas"]["ConfigProviderCommandHelp"][] | null;
1899
1899
  Description: string;
1900
1900
  Hide?: boolean;
1901
- MetadataInfo?: components["schemas"]["ConfigProviderMetadataInfo"] | null;
1901
+ MetadataInfo?: components["schemas"]["ConfigProviderMetadataInfo"];
1902
1902
  Name: string;
1903
1903
  Options: components["schemas"]["ConfigProviderOption"][];
1904
1904
  Prefix: string;