@jibb-open/jssdk 3.15.14 → 3.15.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/api/cisco.js +1 -1
  2. package/package.json +1 -1
package/api/cisco.js CHANGED
@@ -1 +1 @@
1
- "use strict";var _config=require("../config.js");Object.defineProperty(exports,"__esModule",{value:!0}),exports.getJSSDK=getJSSDK,exports.getMacro=getMacro,exports.getManifest=getManifest,require("core-js/modules/es.promise.js"),require("core-js/modules/es.json.stringify.js");async function getMacro(a){let{apiKey:b,email:c,selectInputs:d,emailEdit:e,cameraControl:f,customCorners:g}=a;return httpPost("".concat(_config.Config.apiBaseURL,"/v1/cisco/macro"),{api_key:b,email:c,select_inputs:d,email_edit:e,camera_controls:f,custom_corners:g})}async function getJSSDK(){return httpGet("".concat(_config.Config.apiBaseURL,"/v1/cisco/jssdk"))}async function getManifest(){return httpGet("".concat(_config.Config.apiBaseURL,"/v1/cisco/integration/manifest"))}function httpGet(a){let b=new XMLHttpRequest;return b.open("GET",a,!1),b.send(null),b.responseText}function httpPost(a,b){let c=new XMLHttpRequest;return c.open("POST",a,!1),c.setRequestHeader("Content-Type","application/json;charset=UTF-8"),c.send(JSON.stringify(b)),c.responseText}
1
+ "use strict";var _config=require("../config.js");Object.defineProperty(exports,"__esModule",{value:!0}),exports.getJSSDK=getJSSDK,exports.getMacro=getMacro,exports.getManifest=getManifest,require("core-js/modules/es.promise.js"),require("core-js/modules/es.json.stringify.js");async function getMacro(a){let{apiKey:b,selectInputs:c,cameraControl:d,mtr:e}=a;return httpPost("".concat(_config.Config.apiBaseURL,"/v1/cisco/macro"),{api_key:b,select_inputs:c,camera_controls:d,mtr:e})}async function getJSSDK(){return httpGet("".concat(_config.Config.apiBaseURL,"/v1/cisco/jssdk"))}async function getManifest(){return httpGet("".concat(_config.Config.apiBaseURL,"/v1/cisco/integration/manifest"))}function httpGet(a){let b=new XMLHttpRequest;return b.open("GET",a,!1),b.send(null),b.responseText}function httpPost(a,b){let c=new XMLHttpRequest;return c.open("POST",a,!1),c.setRequestHeader("Content-Type","application/json;charset=UTF-8"),c.send(JSON.stringify(b)),c.responseText}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jibb-open/jssdk",
3
- "version": "3.15.14",
3
+ "version": "3.15.15",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "LOG_LEVEL=error mocha --timeout 10000 ",