@ovh-api/all-dom
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'; | ||
/** | ||
@@ -96,3 +96,3 @@ * START API /allDom Models | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
$(serviceName: string): { | ||
@@ -107,3 +107,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
domain: { | ||
@@ -120,3 +120,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
$(domain: string): { | ||
@@ -131,3 +131,3 @@ /** | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
@@ -163,5 +163,5 @@ }; | ||
*/ | ||
$cache(param?: ICacheOptions): Promise<any>; | ||
$cache(param?: ICacheOptions | CacheAction): Promise<any>; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@ovh-api/all-dom", | ||
"description": "Add typing to to ovh api all-dom", | ||
"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" | ||
] | ||
} |
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
5738
3
173
Updated@ovh-api/common@^3.0.1