@ovh-api/ssl-gateway
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -332,3 +332,3 @@ import { ApiCommon } from '@ovh-api/common'; | ||
**/ | ||
get(path: '/sslGateway/eligibility', pathParams: undefined, queryParams: { | ||
get(path: '/sslGateway/eligibility', queryParams?: { | ||
domain?: string; | ||
@@ -335,0 +335,0 @@ }): Promise<SslGatewayEligibilityStatus>; |
{ | ||
"name": "@ovh-api/ssl-gateway", | ||
"description": "Add typing to to ovh api ssl-gateway", | ||
"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" | ||
} |
@@ -357,3 +357,3 @@ import { ApiCommon } from '@ovh-api/common'; | ||
**/ | ||
public get(path: '/sslGateway/eligibility', pathParams: undefined, queryParams: {domain?: string}): Promise<SslGatewayEligibilityStatus>; | ||
public get(path: '/sslGateway/eligibility', queryParams?: {domain?: string}): Promise<SslGatewayEligibilityStatus>; | ||
/** | ||
@@ -360,0 +360,0 @@ Your SSL Gateway |
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
227276
+ Added@ovh-api/common@0.1.0(transitive)
- Removed@ovh-api/common@0.0.5(transitive)
Updated@ovh-api/common@^0.1.0