Socket
Socket
Sign inDemoInstall

@huaweicloud/huaweicloud-sdk-bms

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huaweicloud/huaweicloud-sdk-bms - npm Package Compare versions

Comparing version 3.1.85 to 3.1.86

4

package.json
{
"name": "@huaweicloud/huaweicloud-sdk-bms",
"version": "3.1.85",
"version": "3.1.86",
"description": "Huaweicloud SDK for bms",

@@ -17,3 +17,3 @@ "main": "huaweicloud-sdk-bms.js",

"dependencies": {
"@huaweicloud/huaweicloud-sdk-core": "^3.1.85"
"@huaweicloud/huaweicloud-sdk-core": "^3.1.86"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -1,24 +0,6 @@

import { Links } from './Links';
export declare class ImageInfo {
id?: string;
name?: string;
private '__os_type'?;
links?: Array<Links>;
constructor();
withId(id: string): ImageInfo;
withName(name: string): ImageInfo;
withOsType(osType: ImageInfoOsTypeEnum | string): ImageInfo;
set osType(osType: ImageInfoOsTypeEnum | string | undefined);
get osType(): ImageInfoOsTypeEnum | string | undefined;
withLinks(links: Array<Links>): ImageInfo;
}
/**
* @export
* @enum {string}
*/
export declare enum ImageInfoOsTypeEnum {
LINUX = "Linux",
WINDOWS = "Windows",
OTHER = "Other"
}
//# sourceMappingURL=ImageInfo.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImageInfoOsTypeEnum = exports.ImageInfo = void 0;
exports.ImageInfo = void 0;
class ImageInfo {

@@ -11,32 +11,4 @@ constructor() {

}
withName(name) {
this['name'] = name;
return this;
}
withOsType(osType) {
this['__os_type'] = osType;
return this;
}
set osType(osType) {
this['__os_type'] = osType;
}
get osType() {
return this['__os_type'];
}
withLinks(links) {
this['links'] = links;
return this;
}
}
exports.ImageInfo = ImageInfo;
/**
* @export
* @enum {string}
*/
var ImageInfoOsTypeEnum;
(function (ImageInfoOsTypeEnum) {
ImageInfoOsTypeEnum["LINUX"] = "Linux";
ImageInfoOsTypeEnum["WINDOWS"] = "Windows";
ImageInfoOsTypeEnum["OTHER"] = "Other";
})(ImageInfoOsTypeEnum = exports.ImageInfoOsTypeEnum || (exports.ImageInfoOsTypeEnum = {}));
//# sourceMappingURL=ImageInfo.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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