@ovh-api/all-dom
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -152,3 +152,3 @@ import { ApiCommon } from '@ovh-api/common'; | ||
serviceName: string; | ||
}, queryParams: { | ||
}, queryParams?: { | ||
domain?: string; | ||
@@ -155,0 +155,0 @@ }): Promise<string[]>; |
{ | ||
"name": "@ovh-api/all-dom", | ||
"description": "Add typing to to ovh api all-dom", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
@@ -10,3 +10,3 @@ "typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"@ovh-api/common": "^0.0.5" | ||
"@ovh-api/common": "^0.1.0" | ||
}, | ||
@@ -26,3 +26,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ce051c102c7e3afd2e7c125fc40371585bcf8dca" | ||
"gitHead": "0eaca157fe48b82761499cba7ee318d0f58c6af5" | ||
} |
@@ -154,3 +154,3 @@ import { ApiCommon } from '@ovh-api/common'; | ||
**/ | ||
public get(path: '/allDom/{serviceName}/domain', pathParams: {serviceName: string}, queryParams: {domain?: string}): Promise<string[]>; | ||
public get(path: '/allDom/{serviceName}/domain', pathParams: {serviceName: string}, queryParams?: {domain?: string}): Promise<string[]>; | ||
/** | ||
@@ -157,0 +157,0 @@ Domain name of a allDom |
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
209144
+ Added@ovh-api/common@0.1.0(transitive)
- Removed@ovh-api/common@0.0.5(transitive)
Updated@ovh-api/common@^0.1.0