@d19n/youfibre-odin-sdk 2.0.176 → 2.0.177
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.
|
@@ -134,7 +134,7 @@ export interface TwilioCallEventProperties {
|
|
|
134
134
|
ProcessingStatus: TwilioCallEventProcessingStatus;
|
|
135
135
|
/** Error thrown when processing in background
|
|
136
136
|
*
|
|
137
|
-
* @type {
|
|
137
|
+
* @type {TEXT}
|
|
138
138
|
*/
|
|
139
139
|
FailReason: string;
|
|
140
140
|
}
|
|
@@ -193,7 +193,7 @@ export interface InboundCallEventTwilioCallEventProperties {
|
|
|
193
193
|
ProcessingStatus: TwilioCallEventProcessingStatus;
|
|
194
194
|
/** Error thrown when processing in background
|
|
195
195
|
*
|
|
196
|
-
* @type {
|
|
196
|
+
* @type {TEXT}
|
|
197
197
|
*/
|
|
198
198
|
FailReason: string;
|
|
199
199
|
}
|
|
@@ -252,7 +252,7 @@ export interface OutboundCallEventTwilioCallEventProperties {
|
|
|
252
252
|
ProcessingStatus: TwilioCallEventProcessingStatus;
|
|
253
253
|
/** Error thrown when processing in background
|
|
254
254
|
*
|
|
255
|
-
* @type {
|
|
255
|
+
* @type {TEXT}
|
|
256
256
|
*/
|
|
257
257
|
FailReason: string;
|
|
258
258
|
}
|