@ovh-api/common
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -62,2 +62,8 @@ /** | ||
if (key.startsWith('$')) { | ||
if (key == '$') { | ||
return (id:any) => { | ||
let child = new OvhProxyApi(target._ovhEngine, target._path + '/' + String(id)); | ||
return new Proxy(child, handler); | ||
} | ||
} | ||
let fnc = (params: any) => { | ||
@@ -64,0 +70,0 @@ let mtd = key.substring(1); |
{ | ||
"name": "@ovh-api/common", | ||
"description": "common class used by new syntax", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"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
3972
90