@exotel-npm-dev/exotel-ai-assist 1.3.2 → 1.3.3
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.
- package/dist/controller/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
- package/src/utils/index.ts +1 -1
package/dist/controller/index.js
CHANGED
|
@@ -1565,7 +1565,7 @@ class Utils {
|
|
|
1565
1565
|
* @returns The base WebSocket URL.
|
|
1566
1566
|
*/
|
|
1567
1567
|
static getWssBaseUrl(accountId) {
|
|
1568
|
-
return `wss://
|
|
1568
|
+
return `wss://aiassist-uat.in.exotel.com/ai-assist/ws/v1/accounts/${accountId}/ai-assistants/conversation-events`;
|
|
1569
1569
|
}
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Builds a WebSocket URL from the given parameters.
|
package/dist/index.js
CHANGED
|
@@ -21007,7 +21007,7 @@ class Utils {
|
|
|
21007
21007
|
* @returns The base WebSocket URL.
|
|
21008
21008
|
*/
|
|
21009
21009
|
static getWssBaseUrl(accountId) {
|
|
21010
|
-
return `wss://
|
|
21010
|
+
return `wss://aiassist-uat.in.exotel.com/ai-assist/ws/v1/accounts/${accountId}/ai-assistants/conversation-events`;
|
|
21011
21011
|
}
|
|
21012
21012
|
/**
|
|
21013
21013
|
* Builds a WebSocket URL from the given parameters.
|
package/dist/react/index.js
CHANGED
|
@@ -6293,7 +6293,7 @@ class Utils {
|
|
|
6293
6293
|
* @returns The base WebSocket URL.
|
|
6294
6294
|
*/
|
|
6295
6295
|
static getWssBaseUrl(accountId) {
|
|
6296
|
-
return `wss://
|
|
6296
|
+
return `wss://aiassist-uat.in.exotel.com/ai-assist/ws/v1/accounts/${accountId}/ai-assistants/conversation-events`;
|
|
6297
6297
|
}
|
|
6298
6298
|
/**
|
|
6299
6299
|
* Builds a WebSocket URL from the given parameters.
|
package/package.json
CHANGED
package/src/utils/index.ts
CHANGED
|
@@ -29,7 +29,7 @@ export class Utils {
|
|
|
29
29
|
* @returns The base WebSocket URL.
|
|
30
30
|
*/
|
|
31
31
|
static getWssBaseUrl(accountId: string): string {
|
|
32
|
-
return `wss://
|
|
32
|
+
return `wss://aiassist-uat.in.exotel.com/ai-assist/ws/v1/accounts/${accountId}/ai-assistants/conversation-events`;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
/**
|