augnitosdk
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "augnitosdk", | ||
"private": false, | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"license": "Restricted", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -23,8 +23,8 @@ # Augnito Speech SDK | ||
const augnitoConfig: AugnitoConfig = { | ||
server: AugnitoAPIServer.INDIA, | ||
accountCode: 'XXXXXXXXXXXXXXXXXXXXXX', | ||
accessKey: 'XXXXXXXXXXXXXXXXXXXXXX', | ||
userTag: 'user123', | ||
sourceApp: 'MyAppName', | ||
lmId: '38' | ||
server: <your server>, | ||
accountCode: '<your accountcode>', | ||
accessKey: '<your accesskey>', | ||
userTag: '<your usertag>', | ||
sourceApp: '<your sourceapp>', | ||
lmId: '<your lmid>', | ||
}; | ||
@@ -31,0 +31,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
303902