@ovh-api/ssl-gateway
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,2 +0,2 @@ | ||
import { ICacheOptions, OvhRequestable } from '@ovh-api/common'; | ||
import { CacheAction, ICacheOptions, OvhRequestable } from '@ovh-api/common'; | ||
/** | ||
@@ -181,3 +181,3 @@ * START API /sslGateway Models | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
availableZones: { | ||
@@ -192,3 +192,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -206,3 +206,3 @@ eligibility: { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -238,3 +238,3 @@ $(serviceName: string): { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
changeContact: { | ||
@@ -253,3 +253,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -270,3 +270,3 @@ confirmTermination: { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -289,3 +289,3 @@ domain: { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
$(id: number): { | ||
@@ -305,3 +305,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -318,3 +318,3 @@ }; | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -332,3 +332,3 @@ renewCertificate: { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -352,3 +352,3 @@ server: { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
$(id: number): { | ||
@@ -378,3 +378,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -410,3 +410,3 @@ }; | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -422,3 +422,3 @@ task: { | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
$(id: number): { | ||
@@ -433,3 +433,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -446,5 +446,5 @@ }; | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@ovh-api/ssl-gateway", | ||
"description": "Add typing to to ovh api ssl-gateway", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"typings": "index.d.ts", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ovh-api/common": "^3.0.0" | ||
"@ovh-api/common": "^3.0.1" | ||
}, | ||
@@ -22,10 +22,9 @@ "publishConfig": { | ||
"build": "tsc", | ||
"build:watch": "tsc --watch" | ||
"build:watch": "tsc --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"index.ts" | ||
], | ||
"gitHead": "d24f9e1e7d19630a6838b3640dffef10328a6723" | ||
"index.d.ts" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
15473
3
446
Updated@ovh-api/common@^3.0.1