@ovh-api/ssl-gateway
Advanced tools
Comparing version 3.1.18 to 3.1.19
@@ -246,6 +246,2 @@ import { CacheAction, ICacheOptions, OvhRequestable } from '@ovh-api/common'; | ||
}): Promise<number[]>; | ||
/** | ||
* Controle cache | ||
*/ | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -263,6 +259,2 @@ confirmTermination: { | ||
}): Promise<string>; | ||
/** | ||
* Controle cache | ||
*/ | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -322,6 +314,2 @@ domain: { | ||
}): Promise<string[]>; | ||
/** | ||
* Controle cache | ||
*/ | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -431,8 +419,4 @@ server: { | ||
$post(): Promise<string>; | ||
/** | ||
* Controle cache | ||
*/ | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@ovh-api/ssl-gateway", | ||
"description": "Add typing to to ovh api ssl-gateway", | ||
"version": "3.1.18", | ||
"version": "3.1.19", | ||
"typings": "index.d.ts", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
], | ||
"gitHead": "f5caa399857a0ecc6b6109daf3b1adfdd20b808f", | ||
"gitHead": "9649d6d266c294d8bc554e0975b68b1aebaad30c", | ||
"keywords": [ | ||
@@ -31,0 +31,0 @@ "ovh", |
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
17363
431