@ovh-api/common
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -12,6 +12,2 @@ /** | ||
/** | ||
* action to controle cache | ||
*/ | ||
action?: 'flush' | 'disable'; | ||
/** | ||
* Time to live in second | ||
@@ -29,2 +25,3 @@ */ | ||
} | ||
export declare type CacheAction = 'flush' | 'disable'; | ||
/** | ||
@@ -55,3 +52,3 @@ * common interface used to call ovh engine | ||
*/ | ||
cache(template: string, param: ICacheOptions): Promise<any>; | ||
cache(template: string, param: ICacheOptions | CacheAction): Promise<any>; | ||
} | ||
@@ -58,0 +55,0 @@ /** |
{ | ||
"name": "@ovh-api/common", | ||
"description": "common class used to enable Ovh Api new calls Syntax", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "index.js", | ||
@@ -26,5 +26,4 @@ "typings": "index.d.ts", | ||
"index.js", | ||
"index.d.ts", | ||
"index.ts" | ||
"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
6543
4
203