ttp-agent-sdk 2.2.7 → 2.2.9
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/agent-widget.js +1 -1
- package/dist/agent-widget.js.LICENSE.txt +10 -126
- package/dist/agent-widget.js.map +1 -1
- package/dist/examples/test-agent-app.html +47 -1
- package/dist/examples/test-signed-link.html +1 -1
- package/dist/examples/test-text-chat.html +111 -4
- package/dist/examples/translations.json +1 -0
- package/examples/test-agent-app.html +47 -1
- package/examples/test-signed-link.html +1 -1
- package/examples/test-text-chat.html +111 -4
- package/examples/translations.json +1 -0
- package/package.json +1 -1
|
@@ -1,134 +1,18 @@
|
|
|
1
|
-
/*! ../core/TextChatSDK.js */
|
|
2
|
-
|
|
3
|
-
/*! ../core/VoiceSDK.js */
|
|
4
|
-
|
|
5
|
-
/*! ../index.js */
|
|
6
|
-
|
|
7
|
-
/*! ./AudioPlayer.js */
|
|
8
|
-
|
|
9
|
-
/*! ./AudioRecorder.js */
|
|
10
|
-
|
|
11
|
-
/*! ./EventEmitter.js */
|
|
12
|
-
|
|
13
|
-
/*! ./TextInterface.js */
|
|
14
|
-
|
|
15
|
-
/*! ./VoiceInterface.js */
|
|
16
|
-
|
|
17
|
-
/*! ./WebSocketManager.js */
|
|
18
|
-
|
|
19
|
-
/*! ./WebSocketSingleton.js */
|
|
20
|
-
|
|
21
|
-
/*! ./cjs/react-jsx-runtime.development.js */
|
|
22
|
-
|
|
23
|
-
/*! ./cjs/react.development.js */
|
|
24
|
-
|
|
25
|
-
/*! ./core/AudioPlayer.js */
|
|
26
|
-
|
|
27
|
-
/*! ./core/AudioRecorder.js */
|
|
28
|
-
|
|
29
|
-
/*! ./core/EventEmitter.js */
|
|
30
|
-
|
|
31
|
-
/*! ./core/TextChatSDK.js */
|
|
32
|
-
|
|
33
|
-
/*! ./core/VoiceSDK.js */
|
|
34
|
-
|
|
35
|
-
/*! ./core/WebSocketManager.js */
|
|
36
|
-
|
|
37
|
-
/*! ./legacy/AgentSDK.js */
|
|
38
|
-
|
|
39
|
-
/*! ./legacy/TextChatWidget.js */
|
|
40
|
-
|
|
41
|
-
/*! ./react/VoiceButton.jsx */
|
|
42
|
-
|
|
43
|
-
/*! ./vanilla/VoiceButton.js */
|
|
44
|
-
|
|
45
|
-
/*! ./widget-translations.js */
|
|
46
|
-
|
|
47
|
-
/*! react */
|
|
48
|
-
|
|
49
|
-
/*! react/jsx-runtime */
|
|
50
|
-
|
|
51
1
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
52
2
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
!*** ./src/legacy/AgentSDK.js ***!
|
|
63
|
-
\********************************/
|
|
64
|
-
|
|
65
|
-
/*!*********************************!*\
|
|
66
|
-
!*** ./src/core/AudioPlayer.js ***!
|
|
67
|
-
\*********************************/
|
|
68
|
-
|
|
69
|
-
/*!*********************************!*\
|
|
70
|
-
!*** ./src/core/TextChatSDK.js ***!
|
|
71
|
-
\*********************************/
|
|
72
|
-
|
|
73
|
-
/*!**********************************!*\
|
|
74
|
-
!*** ./src/core/EventEmitter.js ***!
|
|
75
|
-
\**********************************/
|
|
76
|
-
|
|
77
|
-
/*!***********************************!*\
|
|
78
|
-
!*** ./src/core/AudioRecorder.js ***!
|
|
79
|
-
\***********************************/
|
|
80
|
-
|
|
81
|
-
/*!***********************************!*\
|
|
82
|
-
!*** ./src/react/VoiceButton.jsx ***!
|
|
83
|
-
\***********************************/
|
|
84
|
-
|
|
85
|
-
/*!************************************!*\
|
|
86
|
-
!*** ./src/vanilla/VoiceButton.js ***!
|
|
87
|
-
\************************************/
|
|
88
|
-
|
|
89
|
-
/*!*************************************!*\
|
|
90
|
-
!*** ./node_modules/react/index.js ***!
|
|
91
|
-
\*************************************/
|
|
92
|
-
|
|
93
|
-
/*!*************************************!*\
|
|
94
|
-
!*** ./src/legacy/TextInterface.js ***!
|
|
95
|
-
\*************************************/
|
|
96
|
-
|
|
97
|
-
/*!**************************************!*\
|
|
98
|
-
!*** ./src/core/WebSocketManager.js ***!
|
|
99
|
-
\**************************************/
|
|
100
|
-
|
|
101
|
-
/*!**************************************!*\
|
|
102
|
-
!*** ./src/legacy/TextChatWidget.js ***!
|
|
103
|
-
\**************************************/
|
|
104
|
-
|
|
105
|
-
/*!**************************************!*\
|
|
106
|
-
!*** ./src/legacy/VoiceInterface.js ***!
|
|
107
|
-
\**************************************/
|
|
108
|
-
|
|
109
|
-
/*!****************************************!*\
|
|
110
|
-
!*** ./src/core/WebSocketSingleton.js ***!
|
|
111
|
-
\****************************************/
|
|
112
|
-
|
|
113
|
-
/*!*******************************************!*\
|
|
114
|
-
!*** ./node_modules/react/jsx-runtime.js ***!
|
|
115
|
-
\*******************************************/
|
|
116
|
-
|
|
117
|
-
/*!*******************************************!*\
|
|
118
|
-
!*** ./src/legacy/widget-translations.js ***!
|
|
119
|
-
\*******************************************/
|
|
120
|
-
|
|
121
|
-
/*!*****************************************************!*\
|
|
122
|
-
!*** ./node_modules/react/cjs/react.development.js ***!
|
|
123
|
-
\*****************************************************/
|
|
124
|
-
|
|
125
|
-
/*!*****************************************************************!*\
|
|
126
|
-
!*** ./node_modules/react/cjs/react-jsx-runtime.development.js ***!
|
|
127
|
-
\*****************************************************************/
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-jsx-runtime.production.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
128
12
|
|
|
129
13
|
/**
|
|
130
14
|
* @license React
|
|
131
|
-
* react
|
|
15
|
+
* react.production.js
|
|
132
16
|
*
|
|
133
17
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
134
18
|
*
|