@wildix/wda-stream-client 1.1.59 → 1.1.61
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 +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/models/models_0.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/ConsumeEventCommand.d.ts +62 -36
- package/dist-types/commands/DescribeEventCommand.d.ts +157 -74
- package/dist-types/commands/GetOngoingCallAnnotationsCommand.d.ts +2 -1
- package/dist-types/commands/GetOngoingCallCommand.d.ts +1 -0
- package/dist-types/commands/GetOngoingCallTranscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetOngoingChatAnnotationsCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingConferenceAnnotationsCommand.d.ts +2 -2
- package/dist-types/commands/GetOngoingConferenceCommand.d.ts +1 -1
- package/dist-types/commands/GetOngoingConferenceTranscriptionCommand.d.ts +2 -2
- package/dist-types/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/commands/QueryConversationsCommand.d.ts +4 -3
- package/dist-types/models/models_0.d.ts +439 -65
- package/dist-types/models/models_1.d.ts +42 -3
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/package.json +1 -1
|
@@ -101,6 +101,7 @@ declare const GetOngoingCallAnnotationsCommand_base: {
|
|
|
101
101
|
* // trunkDirection: "STRING_VALUE",
|
|
102
102
|
* // queueName: "STRING_VALUE",
|
|
103
103
|
* // queueId: "STRING_VALUE",
|
|
104
|
+
* // queuePosition: Number("int"),
|
|
104
105
|
* // tags: [ // CallFlowTags
|
|
105
106
|
* // "STRING_VALUE",
|
|
106
107
|
* // ],
|
|
@@ -226,7 +227,7 @@ declare const GetOngoingCallAnnotationsCommand_base: {
|
|
|
226
227
|
* // licenses: [ // LicensesList // required
|
|
227
228
|
* // "x-bees" || "uc",
|
|
228
229
|
* // ],
|
|
229
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
230
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
230
231
|
* // flowIndex: Number("int"), // required
|
|
231
232
|
* // flowStartTime: Number("long"), // required
|
|
232
233
|
* // callStartTime: Number("long"), // required
|
|
@@ -101,6 +101,7 @@ declare const GetOngoingCallCommand_base: {
|
|
|
101
101
|
* // trunkDirection: "STRING_VALUE",
|
|
102
102
|
* // queueName: "STRING_VALUE",
|
|
103
103
|
* // queueId: "STRING_VALUE",
|
|
104
|
+
* // queuePosition: Number("int"),
|
|
104
105
|
* // tags: [ // CallFlowTags
|
|
105
106
|
* // "STRING_VALUE",
|
|
106
107
|
* // ],
|
|
@@ -101,6 +101,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
101
101
|
* // trunkDirection: "STRING_VALUE",
|
|
102
102
|
* // queueName: "STRING_VALUE",
|
|
103
103
|
* // queueId: "STRING_VALUE",
|
|
104
|
+
* // queuePosition: Number("int"),
|
|
104
105
|
* // tags: [ // CallFlowTags
|
|
105
106
|
* // "STRING_VALUE",
|
|
106
107
|
* // ],
|
|
@@ -226,7 +227,7 @@ declare const GetOngoingCallTranscriptionCommand_base: {
|
|
|
226
227
|
* // licenses: [ // LicensesList // required
|
|
227
228
|
* // "x-bees" || "uc",
|
|
228
229
|
* // ],
|
|
229
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
230
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
230
231
|
* // flowIndex: Number("int"), // required
|
|
231
232
|
* // flowStartTime: Number("long"), // required
|
|
232
233
|
* // callStartTime: Number("long"), // required
|
|
@@ -46,7 +46,7 @@ declare const GetOngoingChatAnnotationsCommand_base: {
|
|
|
46
46
|
* // chatId: "STRING_VALUE",
|
|
47
47
|
* // time: Number("long"), // required
|
|
48
48
|
* // company: "STRING_VALUE", // required
|
|
49
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
49
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
50
50
|
* // start: "STRING_VALUE", // required
|
|
51
51
|
* // channelId: "STRING_VALUE", // required
|
|
52
52
|
* // channelType: "direct" || "group", // required
|
|
@@ -133,7 +133,7 @@ declare const GetOngoingChatAnnotationsCommand_base: {
|
|
|
133
133
|
* // chatId: "STRING_VALUE",
|
|
134
134
|
* // time: Number("long"), // required
|
|
135
135
|
* // company: "STRING_VALUE", // required
|
|
136
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
136
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
137
137
|
* // annotation: { // Annotation
|
|
138
138
|
* // id: "STRING_VALUE", // required
|
|
139
139
|
* // time: Number("long"), // required
|
|
@@ -45,7 +45,7 @@ declare const GetOngoingConferenceAnnotationsCommand_base: {
|
|
|
45
45
|
* // id: "STRING_VALUE", // required
|
|
46
46
|
* // time: Number("long"), // required
|
|
47
47
|
* // company: "STRING_VALUE", // required
|
|
48
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
48
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
49
49
|
* // start: "STRING_VALUE", // required
|
|
50
50
|
* // subject: "STRING_VALUE", // required
|
|
51
51
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -77,7 +77,7 @@ declare const GetOngoingConferenceAnnotationsCommand_base: {
|
|
|
77
77
|
* // id: "STRING_VALUE", // required
|
|
78
78
|
* // time: Number("long"), // required
|
|
79
79
|
* // company: "STRING_VALUE", // required
|
|
80
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
80
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
81
81
|
* // annotation: { // Annotation
|
|
82
82
|
* // id: "STRING_VALUE", // required
|
|
83
83
|
* // time: Number("long"), // required
|
|
@@ -45,7 +45,7 @@ declare const GetOngoingConferenceCommand_base: {
|
|
|
45
45
|
* // id: "STRING_VALUE", // required
|
|
46
46
|
* // time: Number("long"), // required
|
|
47
47
|
* // company: "STRING_VALUE", // required
|
|
48
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
48
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
49
49
|
* // start: "STRING_VALUE", // required
|
|
50
50
|
* // subject: "STRING_VALUE", // required
|
|
51
51
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -45,7 +45,7 @@ declare const GetOngoingConferenceTranscriptionCommand_base: {
|
|
|
45
45
|
* // id: "STRING_VALUE", // required
|
|
46
46
|
* // time: Number("long"), // required
|
|
47
47
|
* // company: "STRING_VALUE", // required
|
|
48
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
48
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
49
49
|
* // start: "STRING_VALUE", // required
|
|
50
50
|
* // subject: "STRING_VALUE", // required
|
|
51
51
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -77,7 +77,7 @@ declare const GetOngoingConferenceTranscriptionCommand_base: {
|
|
|
77
77
|
* // id: "STRING_VALUE", // required
|
|
78
78
|
* // time: Number("long"), // required
|
|
79
79
|
* // company: "STRING_VALUE", // required
|
|
80
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
80
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
81
81
|
* // conferenceStartTime: Number("long"), // required
|
|
82
82
|
* // transcriptionStartTime: Number("long"), // required
|
|
83
83
|
* // chunk: { // ConferenceTranscriptionChunk
|
|
@@ -56,7 +56,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
56
56
|
* // licenses: [ // LicensesList // required
|
|
57
57
|
* // "x-bees" || "uc",
|
|
58
58
|
* // ],
|
|
59
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
59
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
60
60
|
* // eventTrigger: "call.start" || "call.update" || "call.split" || "call.agents_start" || "call.agents_cancel" || "call.record_start" || "call.record_stop" || "call.record_pause" || "call.record_unpause" || "call.transcription" || "call.attachment", // required
|
|
61
61
|
* // start: "STRING_VALUE", // required
|
|
62
62
|
* // flows: [ // CallAnalyticsLiveProgressEventFlowList // required
|
|
@@ -118,6 +118,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
118
118
|
* // trunkDirection: "STRING_VALUE",
|
|
119
119
|
* // queueName: "STRING_VALUE",
|
|
120
120
|
* // queueId: "STRING_VALUE",
|
|
121
|
+
* // queuePosition: Number("int"),
|
|
121
122
|
* // tags: [ // CallFlowTags
|
|
122
123
|
* // "STRING_VALUE",
|
|
123
124
|
* // ],
|
|
@@ -244,7 +245,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
244
245
|
* // id: "STRING_VALUE", // required
|
|
245
246
|
* // time: Number("long"), // required
|
|
246
247
|
* // company: "STRING_VALUE", // required
|
|
247
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
248
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
248
249
|
* // start: "STRING_VALUE", // required
|
|
249
250
|
* // subject: "STRING_VALUE", // required
|
|
250
251
|
* // participants: [ // ConferenceParticipantsList // required
|
|
@@ -278,7 +279,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
278
279
|
* // chatId: "STRING_VALUE",
|
|
279
280
|
* // time: Number("long"), // required
|
|
280
281
|
* // company: "STRING_VALUE", // required
|
|
281
|
-
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_call" || "service_call_complete", // required
|
|
282
|
+
* // event: "chat" || "chat_annotation" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_annotation" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_annotation" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave" || "service" || "service_complete" || "service_agent" || "service_agent_status" || "service_call" || "service_call_complete", // required
|
|
282
283
|
* // start: "STRING_VALUE", // required
|
|
283
284
|
* // channelId: "STRING_VALUE", // required
|
|
284
285
|
* // channelType: "direct" || "group", // required
|