@ifings/api-client
Advanced tools
Comparing version 0.5.7 to 0.5.8
@@ -13,5 +13,5 @@ "use strict"; | ||
var methods = require('../utils/methods'); | ||
var methods = require("../utils/methods"); | ||
var baseUrl = '/v3/hardware/stacks'; | ||
var baseUrl = "/v3/hardware/stacks"; | ||
@@ -31,2 +31,7 @@ module.exports = function (instance) { | ||
}, | ||
update: function update(stackId, id) { | ||
var data = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; | ||
var config = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; | ||
return methods(instance, "/v3/hardware/stacks/".concat(stackId, "/ips")).patch(id, data, config); | ||
}, | ||
uploadStack: function uploadStack() { | ||
@@ -33,0 +38,0 @@ var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; |
{ | ||
"name": "@ifings/api-client", | ||
"description": "iFings API client", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
42669
330