cmcts-c-agent-embedding 1.0.48-vib → 1.0.50-vib
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/.idea/AugmentWebviewStateStore.xml +1 -1
- package/dist/components/Bot.d.ts.map +1 -1
- package/dist/utils/index.d.ts +57 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/package.json +1 -1
- package/temp.json +25 -0
package/package.json
CHANGED
package/temp.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"RESULT": { "CODE": 0, "MSG": "THÀNH CÔNG." },
|
|
3
|
+
"OBJRETURN": {
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"email": "toan.duongquoc@vib.com.vn",
|
|
7
|
+
"fullname": "Dương Quốc Toản",
|
|
8
|
+
"deptCode": "BTS2004",
|
|
9
|
+
"deptName": "Intranet Application Development",
|
|
10
|
+
"fullDepCode": "BTS|BTS20|BTS2004",
|
|
11
|
+
"fullDeptName": "Banking Technology Services Division | Corporate Application Development | Intranet Application Development",
|
|
12
|
+
"address": "Hội sở Mê Linh Point"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"email": "chau.vuongtu@vib.com.vn",
|
|
16
|
+
"fullname": "Vương Tú Châu",
|
|
17
|
+
"deptCode": "BTS2004",
|
|
18
|
+
"deptName": "Intranet Application Development",
|
|
19
|
+
"fullDepCode": "BTS|BTS20|BTS2004",
|
|
20
|
+
"fullDeptName": "Banking Technology Services Division | Corporate Application Development | Intranet Application Development",
|
|
21
|
+
"address": "Hội sở Mê Linh Point"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|