@ifings/api-client
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -15,3 +15,5 @@ "use strict"; | ||
return _objectSpread(_objectSpread({}, methods(instance, baseUrl)), {}, { | ||
instances: methods(instance, "".concat(baseUrl, "/instances")), | ||
instances: function instances(gatewayID) { | ||
return methods(instance, "".concat(baseUrl, "/").concat(gatewayID, "/instances")); | ||
}, | ||
firmware: { | ||
@@ -18,0 +20,0 @@ find: function find(firmWareId) { |
{ | ||
"name": "@ifings/api-client", | ||
"description": "iFings API client", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"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
49312
422