New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ovh-api/ssl-gateway

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-api/ssl-gateway - npm Package Compare versions

Comparing version 3.1.8 to 3.1.9

50

index.d.ts

@@ -216,17 +216,17 @@ import { CacheAction, ICacheOptions, OvhRequestable } from '@ovh-api/common';

*/
$put(params?: {
$put(params: {
allowedSource?: string[];
displayName?: string;
hsts?: boolean;
httpsRedirect?: boolean;
ipv4?: string;
hsts: boolean;
httpsRedirect: boolean;
ipv4: string;
ipv6?: string;
metricsToken?: string;
offer?: sslGateway.OfferEnum;
offer: sslGateway.OfferEnum;
reverse?: string;
serverHttps?: boolean;
serviceName?: string;
serverHttps: boolean;
serviceName: string;
sslConfiguration?: sslGateway.SslConfigurationEnum;
state?: sslGateway.StateEnum;
zones?: string[];
state: sslGateway.StateEnum;
zones: string[];
}): Promise<void>;

@@ -359,7 +359,7 @@ /**

*/
$put(params?: {
address?: string;
id?: number;
port?: number;
state?: sslGateway.ServerStateEnum;
$put(params: {
address: string;
id: number;
port: number;
state: sslGateway.ServerStateEnum;
}): Promise<void>;

@@ -382,16 +382,16 @@ /**

*/
$put(params?: {
canDeleteAtExpiration?: boolean;
contactAdmin?: string;
contactBilling?: string;
contactTech?: string;
creation?: string;
domain?: string;
$put(params: {
canDeleteAtExpiration: boolean;
contactAdmin: string;
contactBilling: string;
contactTech: string;
creation: string;
domain: string;
engagedUpTo?: string;
expiration?: string;
expiration: string;
possibleRenewPeriod?: number[];
renew?: service.RenewType;
renewalType?: service.RenewalTypeEnum;
serviceId?: number;
status?: service.StateEnum;
renewalType: service.RenewalTypeEnum;
serviceId: number;
status: service.StateEnum;
}): Promise<void>;

@@ -398,0 +398,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.proxySslGateway = void 0;
const common_1 = require("@ovh-api/common");

@@ -5,0 +4,0 @@ /**

{
"name": "@ovh-api/ssl-gateway",
"description": "Add typing to to ovh api ssl-gateway",
"version": "3.1.8",
"version": "3.1.9",
"typings": "index.d.ts",

@@ -28,3 +28,3 @@ "license": "MIT",

],
"gitHead": "15c67200345b8c7fbefb3984dabce355e5c50b44",
"gitHead": "10e176bead247ff19849404fe99c3c9e9c274538",
"keywords": [

@@ -31,0 +31,0 @@ "ovh",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc