@ovh-api/ssl-gateway
Advanced tools
Comparing version 1.2.4 to 1.2.6
@@ -328,3 +328,5 @@ import { OvhWrapper, OvhRequestable } from '@ovh-api/common'; | ||
**/ | ||
get(path: '/sslGateway/eligibility'): Promise<SslGatewayEligibilityStatus>; | ||
get(path: '/sslGateway/eligibility', params: { | ||
domain: string; | ||
}): Promise<SslGatewayEligibilityStatus>; | ||
/** | ||
@@ -331,0 +333,0 @@ Your SSL Gateway |
@@ -357,3 +357,3 @@ import { OvhWrapper, OvhRequestable, OvhParamType } from '@ovh-api/common'; | ||
**/ | ||
public get(path: '/sslGateway/eligibility'): Promise<SslGatewayEligibilityStatus>; | ||
public get(path: '/sslGateway/eligibility', params: {domain: string}): Promise<SslGatewayEligibilityStatus>; | ||
/** | ||
@@ -360,0 +360,0 @@ Your SSL Gateway |
{ | ||
"name": "@ovh-api/ssl-gateway", | ||
"description": "Add typing to to ovh api ssl-gateway", | ||
"version": "1.2.4", | ||
"version": "1.2.6", | ||
"main": "dist/index.js", | ||
@@ -25,3 +25,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "3895ba3cb4a70824a3e7ede85bee47415e071ec2" | ||
"gitHead": "04e8ad00c6c4d1ff174433cff8c53e0cf7dcd329" | ||
} |
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
30589
1015