@wildix/wda-stream-client 1.0.49 → 1.0.51
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/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/ConsumeEventCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCommand.d.ts +47 -29
- package/dist-types/models/models_0.d.ts +15 -0
- package/package.json +1 -1
|
@@ -438,6 +438,7 @@ exports.WebhookEventType = {
|
|
|
438
438
|
PRESENCE_CONFERENCE: "presence:conference",
|
|
439
439
|
PRESENCE_TELEPHONY: "presence:telephony",
|
|
440
440
|
PRESENCE_USER: "presence:user",
|
|
441
|
+
SMS_STATUS: "sms:status",
|
|
441
442
|
};
|
|
442
443
|
exports.WebsocketEvent = {
|
|
443
444
|
AUTHORIZED: "authorized",
|
|
@@ -198,6 +198,7 @@ const de_DescribeEventCommand = async (output, context) => {
|
|
|
198
198
|
'WebhookPresenceConferenceEvent': smithy_client_1._json,
|
|
199
199
|
'WebhookPresenceTelephonyEvent': smithy_client_1._json,
|
|
200
200
|
'WebhookPresenceUserEvent': smithy_client_1._json,
|
|
201
|
+
'WebhookSmsStatusEvent': smithy_client_1._json,
|
|
201
202
|
'WebsocketAuthorizeBadRequestException': smithy_client_1._json,
|
|
202
203
|
'WebsocketAuthorizedEvent': _ => de_WebsocketAuthorizedEvent(_, context),
|
|
203
204
|
'WebsocketConversationsBroadcastEvent': _ => de_WebsocketConversationsBroadcastEvent(_, context),
|
|
@@ -431,6 +431,7 @@ export const WebhookEventType = {
|
|
|
431
431
|
PRESENCE_CONFERENCE: "presence:conference",
|
|
432
432
|
PRESENCE_TELEPHONY: "presence:telephony",
|
|
433
433
|
PRESENCE_USER: "presence:user",
|
|
434
|
+
SMS_STATUS: "sms:status",
|
|
434
435
|
};
|
|
435
436
|
export const WebsocketEvent = {
|
|
436
437
|
AUTHORIZED: "authorized",
|
|
@@ -187,6 +187,7 @@ export const de_DescribeEventCommand = async (output, context) => {
|
|
|
187
187
|
'WebhookPresenceConferenceEvent': _json,
|
|
188
188
|
'WebhookPresenceTelephonyEvent': _json,
|
|
189
189
|
'WebhookPresenceUserEvent': _json,
|
|
190
|
+
'WebhookSmsStatusEvent': _json,
|
|
190
191
|
'WebsocketAuthorizeBadRequestException': _json,
|
|
191
192
|
'WebsocketAuthorizedEvent': _ => de_WebsocketAuthorizedEvent(_, context),
|
|
192
193
|
'WebsocketConversationsBroadcastEvent': _ => de_WebsocketConversationsBroadcastEvent(_, context),
|
|
@@ -600,6 +600,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
600
600
|
* from: "STRING_VALUE", // required
|
|
601
601
|
* to: "STRING_VALUE", // required
|
|
602
602
|
* status: "sent" || "delivered" || "trying" || "error", // required
|
|
603
|
+
* reason: "STRING_VALUE", // required
|
|
603
604
|
* channel: "1-way-sms" || "2-way-sms", // required
|
|
604
605
|
* parts: Number("int"), // required
|
|
605
606
|
* },
|
|
@@ -58,6 +58,7 @@ declare const DescribeEventCommand_base: {
|
|
|
58
58
|
* from: "STRING_VALUE", // required
|
|
59
59
|
* to: "STRING_VALUE", // required
|
|
60
60
|
* status: "sent" || "delivered" || "trying" || "error", // required
|
|
61
|
+
* reason: "STRING_VALUE", // required
|
|
61
62
|
* channel: "1-way-sms" || "2-way-sms", // required
|
|
62
63
|
* parts: Number("int"), // required
|
|
63
64
|
* },
|
|
@@ -1046,7 +1047,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1046
1047
|
* // id: "STRING_VALUE", // required
|
|
1047
1048
|
* // pbx: "STRING_VALUE",
|
|
1048
1049
|
* // company: "STRING_VALUE",
|
|
1049
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1050
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1050
1051
|
* // time: Number("long"), // required
|
|
1051
1052
|
* // integrationId: "STRING_VALUE", // required
|
|
1052
1053
|
* // data: { // WebhookPresenceUserEventData
|
|
@@ -1067,7 +1068,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1067
1068
|
* // id: "STRING_VALUE", // required
|
|
1068
1069
|
* // pbx: "STRING_VALUE",
|
|
1069
1070
|
* // company: "STRING_VALUE",
|
|
1070
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1071
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1071
1072
|
* // time: Number("long"), // required
|
|
1072
1073
|
* // integrationId: "STRING_VALUE", // required
|
|
1073
1074
|
* // data: { // WebhookPresenceTelephonyEventData
|
|
@@ -1081,7 +1082,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1081
1082
|
* // id: "STRING_VALUE", // required
|
|
1082
1083
|
* // pbx: "STRING_VALUE",
|
|
1083
1084
|
* // company: "STRING_VALUE",
|
|
1084
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1085
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1085
1086
|
* // time: Number("long"), // required
|
|
1086
1087
|
* // integrationId: "STRING_VALUE", // required
|
|
1087
1088
|
* // data: { // WebhookPresenceConferenceEventData
|
|
@@ -1095,7 +1096,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1095
1096
|
* // id: "STRING_VALUE", // required
|
|
1096
1097
|
* // pbx: "STRING_VALUE",
|
|
1097
1098
|
* // company: "STRING_VALUE",
|
|
1098
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1099
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1099
1100
|
* // time: Number("long"), // required
|
|
1100
1101
|
* // integrationId: "STRING_VALUE", // required
|
|
1101
1102
|
* // data: {
|
|
@@ -1196,7 +1197,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1196
1197
|
* // id: "STRING_VALUE", // required
|
|
1197
1198
|
* // pbx: "STRING_VALUE",
|
|
1198
1199
|
* // company: "STRING_VALUE",
|
|
1199
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1200
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1200
1201
|
* // time: Number("long"), // required
|
|
1201
1202
|
* // integrationId: "STRING_VALUE", // required
|
|
1202
1203
|
* // data: {
|
|
@@ -1213,7 +1214,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1213
1214
|
* // id: "STRING_VALUE", // required
|
|
1214
1215
|
* // pbx: "STRING_VALUE",
|
|
1215
1216
|
* // company: "STRING_VALUE",
|
|
1216
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1217
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1217
1218
|
* // time: Number("long"), // required
|
|
1218
1219
|
* // integrationId: "STRING_VALUE", // required
|
|
1219
1220
|
* // data: {
|
|
@@ -1230,7 +1231,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1230
1231
|
* // id: "STRING_VALUE", // required
|
|
1231
1232
|
* // pbx: "STRING_VALUE",
|
|
1232
1233
|
* // company: "STRING_VALUE",
|
|
1233
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1234
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1234
1235
|
* // time: Number("long"), // required
|
|
1235
1236
|
* // integrationId: "STRING_VALUE", // required
|
|
1236
1237
|
* // data: {
|
|
@@ -1251,7 +1252,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1251
1252
|
* // id: "STRING_VALUE", // required
|
|
1252
1253
|
* // pbx: "STRING_VALUE",
|
|
1253
1254
|
* // company: "STRING_VALUE",
|
|
1254
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1255
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1255
1256
|
* // time: Number("long"), // required
|
|
1256
1257
|
* // integrationId: "STRING_VALUE", // required
|
|
1257
1258
|
* // data: {
|
|
@@ -1344,7 +1345,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1344
1345
|
* // id: "STRING_VALUE", // required
|
|
1345
1346
|
* // pbx: "STRING_VALUE",
|
|
1346
1347
|
* // company: "STRING_VALUE",
|
|
1347
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1348
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1348
1349
|
* // time: Number("long"), // required
|
|
1349
1350
|
* // integrationId: "STRING_VALUE", // required
|
|
1350
1351
|
* // data: { // WebhookCallTranscriptionCompletedEventData
|
|
@@ -1435,7 +1436,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1435
1436
|
* // id: "STRING_VALUE", // required
|
|
1436
1437
|
* // pbx: "STRING_VALUE",
|
|
1437
1438
|
* // company: "STRING_VALUE",
|
|
1438
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1439
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1439
1440
|
* // time: Number("long"), // required
|
|
1440
1441
|
* // integrationId: "STRING_VALUE", // required
|
|
1441
1442
|
* // data: { // WebhookCallTranscriptionTextCompletedEventData
|
|
@@ -1494,7 +1495,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1494
1495
|
* // id: "STRING_VALUE", // required
|
|
1495
1496
|
* // pbx: "STRING_VALUE",
|
|
1496
1497
|
* // company: "STRING_VALUE",
|
|
1497
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1498
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1498
1499
|
* // time: Number("long"), // required
|
|
1499
1500
|
* // integrationId: "STRING_VALUE", // required
|
|
1500
1501
|
* // data: { // WebhookCallSummaryCompletedEventData
|
|
@@ -1592,7 +1593,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1592
1593
|
* // id: "STRING_VALUE", // required
|
|
1593
1594
|
* // pbx: "STRING_VALUE",
|
|
1594
1595
|
* // company: "STRING_VALUE",
|
|
1595
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1596
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1596
1597
|
* // time: Number("long"), // required
|
|
1597
1598
|
* // integrationId: "STRING_VALUE", // required
|
|
1598
1599
|
* // data: {
|
|
@@ -1613,7 +1614,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1613
1614
|
* // id: "STRING_VALUE", // required
|
|
1614
1615
|
* // pbx: "STRING_VALUE",
|
|
1615
1616
|
* // company: "STRING_VALUE",
|
|
1616
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1617
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1617
1618
|
* // time: Number("long"), // required
|
|
1618
1619
|
* // integrationId: "STRING_VALUE", // required
|
|
1619
1620
|
* // data: {
|
|
@@ -1628,7 +1629,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1628
1629
|
* // id: "STRING_VALUE", // required
|
|
1629
1630
|
* // pbx: "STRING_VALUE",
|
|
1630
1631
|
* // company: "STRING_VALUE",
|
|
1631
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1632
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1632
1633
|
* // time: Number("long"), // required
|
|
1633
1634
|
* // integrationId: "STRING_VALUE", // required
|
|
1634
1635
|
* // data: {
|
|
@@ -1643,7 +1644,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1643
1644
|
* // id: "STRING_VALUE", // required
|
|
1644
1645
|
* // pbx: "STRING_VALUE",
|
|
1645
1646
|
* // company: "STRING_VALUE",
|
|
1646
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1647
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1647
1648
|
* // time: Number("long"), // required
|
|
1648
1649
|
* // integrationId: "STRING_VALUE", // required
|
|
1649
1650
|
* // data: {
|
|
@@ -1658,7 +1659,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1658
1659
|
* // id: "STRING_VALUE", // required
|
|
1659
1660
|
* // pbx: "STRING_VALUE",
|
|
1660
1661
|
* // company: "STRING_VALUE",
|
|
1661
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1662
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1662
1663
|
* // time: Number("long"), // required
|
|
1663
1664
|
* // integrationId: "STRING_VALUE", // required
|
|
1664
1665
|
* // data: {
|
|
@@ -1673,7 +1674,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1673
1674
|
* // id: "STRING_VALUE", // required
|
|
1674
1675
|
* // pbx: "STRING_VALUE",
|
|
1675
1676
|
* // company: "STRING_VALUE",
|
|
1676
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1677
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1677
1678
|
* // time: Number("long"), // required
|
|
1678
1679
|
* // integrationId: "STRING_VALUE", // required
|
|
1679
1680
|
* // data: {
|
|
@@ -1691,7 +1692,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1691
1692
|
* // id: "STRING_VALUE", // required
|
|
1692
1693
|
* // pbx: "STRING_VALUE",
|
|
1693
1694
|
* // company: "STRING_VALUE",
|
|
1694
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1695
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1695
1696
|
* // time: Number("long"), // required
|
|
1696
1697
|
* // integrationId: "STRING_VALUE", // required
|
|
1697
1698
|
* // data: {
|
|
@@ -1733,7 +1734,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1733
1734
|
* // id: "STRING_VALUE", // required
|
|
1734
1735
|
* // pbx: "STRING_VALUE",
|
|
1735
1736
|
* // company: "STRING_VALUE",
|
|
1736
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1737
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1737
1738
|
* // time: Number("long"), // required
|
|
1738
1739
|
* // integrationId: "STRING_VALUE", // required
|
|
1739
1740
|
* // data: { // WebhookConferenceTranscriptionCompletedEventData
|
|
@@ -1771,7 +1772,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1771
1772
|
* // id: "STRING_VALUE", // required
|
|
1772
1773
|
* // pbx: "STRING_VALUE",
|
|
1773
1774
|
* // company: "STRING_VALUE",
|
|
1774
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1775
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1775
1776
|
* // time: Number("long"), // required
|
|
1776
1777
|
* // integrationId: "STRING_VALUE", // required
|
|
1777
1778
|
* // data: { // WebhookConferenceTranscriptionTextCompletedEventData
|
|
@@ -1801,7 +1802,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1801
1802
|
* // id: "STRING_VALUE", // required
|
|
1802
1803
|
* // pbx: "STRING_VALUE",
|
|
1803
1804
|
* // company: "STRING_VALUE",
|
|
1804
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1805
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1805
1806
|
* // time: Number("long"), // required
|
|
1806
1807
|
* // integrationId: "STRING_VALUE", // required
|
|
1807
1808
|
* // data: { // WebhookConferenceSummaryCompletedEventData
|
|
@@ -1860,7 +1861,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1860
1861
|
* // id: "STRING_VALUE", // required
|
|
1861
1862
|
* // pbx: "STRING_VALUE",
|
|
1862
1863
|
* // company: "STRING_VALUE",
|
|
1863
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1864
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1864
1865
|
* // time: Number("long"), // required
|
|
1865
1866
|
* // integrationId: "STRING_VALUE", // required
|
|
1866
1867
|
* // data: {
|
|
@@ -1949,7 +1950,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1949
1950
|
* // id: "STRING_VALUE", // required
|
|
1950
1951
|
* // pbx: "STRING_VALUE",
|
|
1951
1952
|
* // company: "STRING_VALUE",
|
|
1952
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1953
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1953
1954
|
* // time: Number("long"), // required
|
|
1954
1955
|
* // integrationId: "STRING_VALUE", // required
|
|
1955
1956
|
* // data: {
|
|
@@ -1963,7 +1964,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1963
1964
|
* // id: "STRING_VALUE", // required
|
|
1964
1965
|
* // pbx: "STRING_VALUE",
|
|
1965
1966
|
* // company: "STRING_VALUE",
|
|
1966
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1967
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1967
1968
|
* // time: Number("long"), // required
|
|
1968
1969
|
* // integrationId: "STRING_VALUE", // required
|
|
1969
1970
|
* // data: {
|
|
@@ -1977,7 +1978,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1977
1978
|
* // id: "STRING_VALUE", // required
|
|
1978
1979
|
* // pbx: "STRING_VALUE",
|
|
1979
1980
|
* // company: "STRING_VALUE",
|
|
1980
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1981
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1981
1982
|
* // time: Number("long"), // required
|
|
1982
1983
|
* // integrationId: "STRING_VALUE", // required
|
|
1983
1984
|
* // data: {
|
|
@@ -1991,7 +1992,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1991
1992
|
* // id: "STRING_VALUE", // required
|
|
1992
1993
|
* // pbx: "STRING_VALUE",
|
|
1993
1994
|
* // company: "STRING_VALUE",
|
|
1994
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
1995
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
1995
1996
|
* // time: Number("long"), // required
|
|
1996
1997
|
* // integrationId: "STRING_VALUE", // required
|
|
1997
1998
|
* // data: {
|
|
@@ -2020,7 +2021,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2020
2021
|
* // id: "STRING_VALUE", // required
|
|
2021
2022
|
* // pbx: "STRING_VALUE",
|
|
2022
2023
|
* // company: "STRING_VALUE",
|
|
2023
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
2024
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
2024
2025
|
* // time: Number("long"), // required
|
|
2025
2026
|
* // integrationId: "STRING_VALUE", // required
|
|
2026
2027
|
* // data: { // WebhookOutdatedCallEventData
|
|
@@ -2073,7 +2074,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2073
2074
|
* // id: "STRING_VALUE", // required
|
|
2074
2075
|
* // pbx: "STRING_VALUE",
|
|
2075
2076
|
* // company: "STRING_VALUE",
|
|
2076
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
2077
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
2077
2078
|
* // time: Number("long"), // required
|
|
2078
2079
|
* // integrationId: "STRING_VALUE", // required
|
|
2079
2080
|
* // data: {
|
|
@@ -2126,7 +2127,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2126
2127
|
* // id: "STRING_VALUE", // required
|
|
2127
2128
|
* // pbx: "STRING_VALUE",
|
|
2128
2129
|
* // company: "STRING_VALUE",
|
|
2129
|
-
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end", // required
|
|
2130
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
2130
2131
|
* // time: Number("long"), // required
|
|
2131
2132
|
* // integrationId: "STRING_VALUE", // required
|
|
2132
2133
|
* // data: {
|
|
@@ -2160,6 +2161,23 @@ declare const DescribeEventCommand_base: {
|
|
|
2160
2161
|
* // endBy: "STRING_VALUE",
|
|
2161
2162
|
* // },
|
|
2162
2163
|
* // },
|
|
2164
|
+
* // WebhookSmsStatusEvent: { // WebhookSmsStatusEvent
|
|
2165
|
+
* // id: "STRING_VALUE", // required
|
|
2166
|
+
* // pbx: "STRING_VALUE",
|
|
2167
|
+
* // company: "STRING_VALUE",
|
|
2168
|
+
* // type: "presence:user" || "presence:telephony" || "presence:conference" || "call:live:progress" || "call:live:completed" || "call:live:interrupted" || "call:live:transcription" || "call:completed" || "call:transcription:completed" || "call:transcription:text:completed" || "call:summary:completed" || "conference:live:progress" || "conference:live:join" || "conference:live:leave" || "conference:live:completed" || "conference:live:interrupted" || "conference:live:transcription" || "conference:transcription:completed" || "conference:transcription:text:completed" || "conference:summary:completed" || "conference:completed" || "chat:live:progress" || "chat:live:completed" || "chat:live:interrupted" || "chat:live:missed" || "chat:manager:missed" || "chat:completed" || "call:start" || "call:update" || "call:end" || "sms:status", // required
|
|
2169
|
+
* // time: Number("long"), // required
|
|
2170
|
+
* // integrationId: "STRING_VALUE", // required
|
|
2171
|
+
* // data: { // SmsStatusConsumeEventData
|
|
2172
|
+
* // id: "STRING_VALUE", // required
|
|
2173
|
+
* // from: "STRING_VALUE", // required
|
|
2174
|
+
* // to: "STRING_VALUE", // required
|
|
2175
|
+
* // status: "sent" || "delivered" || "trying" || "error", // required
|
|
2176
|
+
* // reason: "STRING_VALUE", // required
|
|
2177
|
+
* // channel: "1-way-sms" || "2-way-sms", // required
|
|
2178
|
+
* // parts: Number("int"), // required
|
|
2179
|
+
* // },
|
|
2180
|
+
* // },
|
|
2163
2181
|
* // CallEventType: "CallAnalyticsLiveProgressEvent" || "CallAnalyticsLiveCompleteEvent" || "CallAnalyticsLiveInterruptedEvent" || "CallAnalyticsLiveTranscriptionEvent" || "CallAnalyticsRecordEvent" || "CallAnalyticsTranscriptionRecordEvent" || "CallAnalyticsCostRecordEvent",
|
|
2164
2182
|
* // ConferenceEventType: "ConferenceAnalyticsLiveProgressEvent" || "ConferenceAnalyticsLiveCompleteEvent" || "ConferenceAnalyticsLiveInterruptedEvent" || "ConferenceAnalyticsLiveTranscriptionEvent" || "ConferenceAnalyticsLiveJoinEvent" || "ConferenceAnalyticsLiveLeaveEvent" || "ConferenceAnalyticsRecordEvent" || "ConferenceAnalyticsTranscriptionRecordEvent",
|
|
2165
2183
|
* // ChatEventType: "ChatAnalyticsLiveCompleteEvent" || "ChatAnalyticsLiveInterruptedEvent" || "ChatAnalyticsLiveProgressEvent" || "ChatAnalyticsManagerMissedEvent" || "ChatAnalyticsRecordEvent",
|
|
@@ -2191,6 +2191,7 @@ export interface SmsStatusConsumeEventData {
|
|
|
2191
2191
|
from: string;
|
|
2192
2192
|
to: string;
|
|
2193
2193
|
status: SmsStatus;
|
|
2194
|
+
reason: string;
|
|
2194
2195
|
channel: SmsChannelType;
|
|
2195
2196
|
parts: number;
|
|
2196
2197
|
}
|
|
@@ -3453,6 +3454,7 @@ export declare const WebhookEventType: {
|
|
|
3453
3454
|
readonly PRESENCE_CONFERENCE: "presence:conference";
|
|
3454
3455
|
readonly PRESENCE_TELEPHONY: "presence:telephony";
|
|
3455
3456
|
readonly PRESENCE_USER: "presence:user";
|
|
3457
|
+
readonly SMS_STATUS: "sms:status";
|
|
3456
3458
|
};
|
|
3457
3459
|
/**
|
|
3458
3460
|
* @public
|
|
@@ -3923,6 +3925,18 @@ export interface WebhookPresenceUserEvent {
|
|
|
3923
3925
|
integrationId: string;
|
|
3924
3926
|
data: WebhookPresenceUserEventData;
|
|
3925
3927
|
}
|
|
3928
|
+
/**
|
|
3929
|
+
* @public
|
|
3930
|
+
*/
|
|
3931
|
+
export interface WebhookSmsStatusEvent {
|
|
3932
|
+
id: string;
|
|
3933
|
+
pbx?: string | undefined;
|
|
3934
|
+
company?: string | undefined;
|
|
3935
|
+
type: WebhookEventType;
|
|
3936
|
+
time: number;
|
|
3937
|
+
integrationId: string;
|
|
3938
|
+
data: SmsStatusConsumeEventData;
|
|
3939
|
+
}
|
|
3926
3940
|
/**
|
|
3927
3941
|
* @public
|
|
3928
3942
|
*/
|
|
@@ -4116,6 +4130,7 @@ export interface DescribeEventOutput {
|
|
|
4116
4130
|
WebhookOutdatedCallStartEvent?: WebhookOutdatedCallStartEvent | undefined;
|
|
4117
4131
|
WebhookOutdatedCallUpdateEvent?: WebhookOutdatedCallUpdateEvent | undefined;
|
|
4118
4132
|
WebhookOutdatedCallEndEvent?: WebhookOutdatedCallEndEvent | undefined;
|
|
4133
|
+
WebhookSmsStatusEvent?: WebhookSmsStatusEvent | undefined;
|
|
4119
4134
|
CallEventType?: CallEventType | undefined;
|
|
4120
4135
|
ConferenceEventType?: ConferenceEventType | undefined;
|
|
4121
4136
|
ChatEventType?: ChatEventType | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-stream-client",
|
|
3
3
|
"description": "@wildix/wda-stream-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.51",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|