@d19n/youfibre-odin-sdk 2.0.102 → 2.0.103-beta.0
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.
|
@@ -22,7 +22,7 @@ export interface CreateAgentCallLegMessage extends OdinRecordCreatedEvent<Create
|
|
|
22
22
|
* Properties for CreateAgentCallLeg action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 9
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 2
|
|
26
26
|
*/
|
|
27
27
|
export interface CreateAgentCallLegProperties {
|
|
28
28
|
/**
|
|
@@ -104,6 +104,13 @@ export interface CreateAgentCallLegProperties {
|
|
|
104
104
|
* @type {TEXT}
|
|
105
105
|
*/
|
|
106
106
|
ReservationSid?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* AgentId
|
|
109
|
+
*
|
|
110
|
+
* UUID of agent if this is an agent leg (Communications - CallLeg)
|
|
111
|
+
* @type {TEXT}
|
|
112
|
+
*/
|
|
113
|
+
AgentId?: string | null;
|
|
107
114
|
}
|
|
108
115
|
/**
|
|
109
116
|
* CreateAgentCallLeg
|