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.0.0 to 3.0.1

34

index.d.ts

@@ -1,2 +0,2 @@

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

@@ -181,3 +181,3 @@ * START API /sslGateway Models

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
availableZones: {

@@ -192,3 +192,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -206,3 +206,3 @@ eligibility: {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -238,3 +238,3 @@ $(serviceName: string): {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
changeContact: {

@@ -253,3 +253,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -270,3 +270,3 @@ confirmTermination: {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -289,3 +289,3 @@ domain: {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
$(id: number): {

@@ -305,3 +305,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -318,3 +318,3 @@ };

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -332,3 +332,3 @@ renewCertificate: {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -352,3 +352,3 @@ server: {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
$(id: number): {

@@ -378,3 +378,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -410,3 +410,3 @@ };

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -422,3 +422,3 @@ task: {

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
$(id: number): {

@@ -433,3 +433,3 @@ /**

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};

@@ -446,5 +446,5 @@ };

*/
$cache(param?: ICacheOptions): Promise<any>;
$cache(param?: ICacheOptions | CacheAction): Promise<any>;
};
};
}
{
"name": "@ovh-api/ssl-gateway",
"description": "Add typing to to ovh api ssl-gateway",
"version": "3.0.0",
"version": "3.0.1",
"typings": "index.d.ts",

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

"dependencies": {
"@ovh-api/common": "^3.0.0"
"@ovh-api/common": "^3.0.1"
},

@@ -22,10 +22,9 @@ "publishConfig": {

"build": "tsc",
"build:watch": "tsc --watch"
"build:watch": "tsc --watch",
"prepare": "npm run build"
},
"files": [
"index.js",
"index.d.ts",
"index.ts"
],
"gitHead": "d24f9e1e7d19630a6838b3640dffef10328a6723"
"index.d.ts"
]
}
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