@onereach/types-hitl-api 0.0.9 → 0.0.10
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.
|
@@ -3,3 +3,20 @@ export declare enum AGENT_STATUS {
|
|
|
3
3
|
BUSY = "BUSY",
|
|
4
4
|
OFFLINE = "OFFLINE"
|
|
5
5
|
}
|
|
6
|
+
export declare enum CALL_MEMBER_STATUS {
|
|
7
|
+
JOINED = "JOINED",
|
|
8
|
+
CONNECTED = "CONNECTED",
|
|
9
|
+
RINGING = "RINGING",
|
|
10
|
+
ON_HOLD = "ON_HOLD",
|
|
11
|
+
MUTED = "MUTED",
|
|
12
|
+
ERROR = "ERROR",
|
|
13
|
+
BUSY = "BUSY",
|
|
14
|
+
NOT_CONNECTED = "NOT_CONNECTED",
|
|
15
|
+
DISCONNECTED = "DISCONNECTED",
|
|
16
|
+
HANG_UP = "HANG_UP"
|
|
17
|
+
}
|
|
18
|
+
export declare enum CALL_MEMBER_TYPE {
|
|
19
|
+
AGENT = "agent",
|
|
20
|
+
CONTACT = "contact",
|
|
21
|
+
THIRD_PARTY = "3rd_party"
|
|
22
|
+
}
|