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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmcts-c-agent-embedding",
3
- "version": "1.0.48-vib",
3
+ "version": "1.0.50-vib",
4
4
  "description": "Javascript library to display flowise chatbot on your website",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
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
+ }