testaugnitoambientsdk
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "testaugnitoambientsdk", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"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", |
@@ -7,3 +7,3 @@ "use strict"; | ||
this._config = _config; | ||
this.wssBaseURL = `wss://${_config.server}/ambient/process-job`; | ||
this.wssBaseURL = `wss://${_config.server}/ambient/app/process-job`; | ||
} | ||
@@ -10,0 +10,0 @@ prepareWSSURL(_filetype, _noteparams) { |
@@ -11,3 +11,3 @@ import AmbientConfig from "./AmbientConfig"; | ||
constructor(private _config:AmbientConfig){ | ||
this.wssBaseURL = `wss://${_config.server}/ambient/process-job`; | ||
this.wssBaseURL = `wss://${_config.server}/ambient/app/process-job`; | ||
} | ||
@@ -14,0 +14,0 @@ |
@@ -186,2 +186,3 @@ "use strict"; | ||
webSocket && webSocket.send(`{"JobAction": "UPLOAD_COMPLETE","Status": 0,"Type": "meta"}`); | ||
webSocket && webSocket.close(); | ||
} | ||
@@ -188,0 +189,0 @@ }; |
@@ -162,2 +162,3 @@ import { socketConfig } from '../config/socketConfig.js'; | ||
webSocket && webSocket.send(`{"JobAction": "UPLOAD_COMPLETE","Status": 0,"Type": "meta"}`); | ||
webSocket && webSocket.close(); | ||
} | ||
@@ -164,0 +165,0 @@ }; |
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
60263
1367