@ovh-api/ssl-gateway
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -401,3 +401,15 @@ import { OvhWrapper, OvhRequestable } from '@ovh-api/common'; | ||
serviceName: string; | ||
body: SslGatewaySslGateway; | ||
allowedSource?: string[]; | ||
displayName?: string; | ||
hsts?: boolean; | ||
httpsRedirect?: boolean; | ||
ipv4?: string; | ||
ipv6?: string; | ||
metricsToken?: string; | ||
offer?: SslGatewayOfferEnum; | ||
reverse?: string; | ||
serverHttps?: boolean; | ||
sslConfiguration?: SslGatewaySslConfigurationEnum; | ||
state?: SslGatewayStateEnum; | ||
zones?: string[]; | ||
}): Promise<void>; | ||
@@ -411,3 +423,5 @@ /** | ||
id: number; | ||
body: SslGatewayServer; | ||
address?: string; | ||
port?: number; | ||
state?: SslGatewayServerStateEnum; | ||
}): Promise<void>; | ||
@@ -420,3 +434,15 @@ /** | ||
serviceName: string; | ||
body: ServicesService; | ||
canDeleteAtExpiration?: boolean; | ||
contactAdmin?: string; | ||
contactBilling?: string; | ||
contactTech?: string; | ||
creation?: string; | ||
domain?: string; | ||
engagedUpTo?: string; | ||
expiration?: string; | ||
possibleRenewPeriod?: number[]; | ||
renew?: ServiceRenewType; | ||
renewalType?: ServiceRenewalTypeEnum; | ||
serviceId?: number; | ||
status?: ServiceStateEnum; | ||
}): Promise<void>; | ||
@@ -423,0 +449,0 @@ /** |
@@ -410,3 +410,3 @@ import { OvhWrapper, OvhRequestable, OvhParamType } from '@ovh-api/common'; | ||
**/ | ||
public put(path: '/sslGateway/{serviceName}', params: {serviceName: string, body: SslGatewaySslGateway}): Promise<void>; | ||
public put(path: '/sslGateway/{serviceName}', params: {serviceName: string, allowedSource?: string[], displayName?: string, hsts?: boolean, httpsRedirect?: boolean, ipv4?: string, ipv6?: string, metricsToken?: string, offer?: SslGatewayOfferEnum, reverse?: string, serverHttps?: boolean, sslConfiguration?: SslGatewaySslConfigurationEnum, state?: SslGatewayStateEnum, zones?: string[]}): Promise<void>; | ||
/** | ||
@@ -416,3 +416,3 @@ Server attached to an SSL Gateway | ||
**/ | ||
public put(path: '/sslGateway/{serviceName}/server/{id}', params: {serviceName: string, id: number, body: SslGatewayServer}): Promise<void>; | ||
public put(path: '/sslGateway/{serviceName}/server/{id}', params: {serviceName: string, id: number, address?: string, port?: number, state?: SslGatewayServerStateEnum}): Promise<void>; | ||
/** | ||
@@ -422,3 +422,3 @@ Details about a Service | ||
**/ | ||
public put(path: '/sslGateway/{serviceName}/serviceInfos', params: {serviceName: string, body: ServicesService}): Promise<void>; | ||
public put(path: '/sslGateway/{serviceName}/serviceInfos', params: {serviceName: string, canDeleteAtExpiration?: boolean, contactAdmin?: string, contactBilling?: string, contactTech?: string, creation?: string, domain?: string, engagedUpTo?: string, expiration?: string, possibleRenewPeriod?: number[], renew?: ServiceRenewType, renewalType?: ServiceRenewalTypeEnum, serviceId?: number, status?: ServiceStateEnum}): Promise<void>; | ||
public put(path: PathsSslGatewayPUT, params?: OvhParamType) : Promise<any> { | ||
@@ -425,0 +425,0 @@ return super.put(path, params |
{ | ||
"name": "@ovh-api/ssl-gateway", | ||
"description": "Add typing to to ovh api ssl-gateway", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "dist/index.js", | ||
@@ -25,3 +25,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "d6e7312a3fc20c97045846526ba3d9979c2b2b59" | ||
"gitHead": "3895ba3cb4a70824a3e7ede85bee47415e071ec2" | ||
} |
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
30520
1013