@ovh-api/common
Advanced tools
Comparing version 1.2.0 to 1.2.1
/** | ||
* all type that should be sent as parameter to Ovh calls | ||
*/ | ||
export type OvhParamType = { [key:string]: string | number | undefined | boolean | string[] | boolean[] | number[]; }; | ||
export type OvhParamType = { [key:string]: any; }; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "@ovh-api/common", | ||
"description": "common class used by new syntax", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2402
4
49