testaugnitoambientsdk
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "testaugnitoambientsdk", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Use this typescript SDK to integrate Augnito’s Ambient Tech within your EMR. To get access credentials or know more about how Augnito Ambient can benefit you, please visit our website and connect with our sales team: https://augnito.ai/", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,3 +32,2 @@ "use strict"; | ||
}); | ||
console.log(response); | ||
if (!response.ok) { | ||
@@ -38,3 +37,2 @@ if (response.status === 503) { | ||
var errorJson = JSON.parse(text); | ||
console.log(errorJson); | ||
if (errorJson) { | ||
@@ -41,0 +39,0 @@ throw new Error(errorJson.ErrorMessage); |
@@ -23,3 +23,2 @@ import AmbientConfig from "../config/AmbientConfig"; | ||
}); | ||
console.log(response); | ||
if (!response.ok) { | ||
@@ -29,3 +28,2 @@ if (response.status === 503) { | ||
var errorJson = JSON.parse(text); | ||
console.log(errorJson); | ||
if(errorJson){ | ||
@@ -32,0 +30,0 @@ throw new Error(errorJson.ErrorMessage); |
@@ -149,4 +149,2 @@ "use strict"; | ||
let blob = new Blob([wavView], { type: "audio/wav" }); | ||
// let url = URL.createObjectURL(blob); | ||
// console.log(url.toString(), blob.size); | ||
this.clearAll(); | ||
@@ -153,0 +151,0 @@ this.createWebSocket(this._config.prepareWSSURL(this._fileType, this._noteparams), blob); |
@@ -123,4 +123,2 @@ import { socketConfig } from '../config/socketConfig.js'; | ||
let blob = new Blob([wavView], { type: "audio/wav" }); | ||
// let url = URL.createObjectURL(blob); | ||
// console.log(url.toString(), blob.size); | ||
this.clearAll(); | ||
@@ -127,0 +125,0 @@ this.createWebSocket(this._config.prepareWSSURL(this._fileType,this._noteparams), blob); |
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
61865
1393