@ovh-api/common
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -8,6 +8,10 @@ /** | ||
/** | ||
* params ton configure cache | ||
* params to configure cache | ||
*/ | ||
export interface ICacheOptions { | ||
/** | ||
* action to controle cache | ||
*/ | ||
action?: 'flush' | 'disable'; | ||
/** | ||
* Time to live in second | ||
@@ -14,0 +18,0 @@ */ |
@@ -7,6 +7,10 @@ /** | ||
/** | ||
* params ton configure cache | ||
* params to configure cache | ||
*/ | ||
export interface ICacheOptions { | ||
/** | ||
* action to controle cache | ||
*/ | ||
action?: 'flush' | 'disable'; | ||
/** | ||
* Time to live in second | ||
@@ -13,0 +17,0 @@ */ |
{ | ||
"name": "@ovh-api/common", | ||
"description": "common class used to enable Ovh Api new calls Syntax", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "typings": "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
12390
400