@wildix/wda-stream-client 1.1.20 → 1.1.21
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-es/models/models_0.js +1 -0
- package/dist-types/commands/ConsumeEventCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEventCommand.d.ts +22 -7
- package/dist-types/commands/QueryConversationsCommand.d.ts +7 -1
- package/dist-types/models/models_0.d.ts +19 -0
- package/package.json +1 -1
|
@@ -236,6 +236,7 @@ export const ConferenceParticipantType = {
|
|
|
236
236
|
};
|
|
237
237
|
export const ConferenceTranscriptionStatus = {
|
|
238
238
|
AVAILABLE: "AVAILABLE",
|
|
239
|
+
POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
|
|
239
240
|
UNAVAILABLE: "UNAVAILABLE",
|
|
240
241
|
};
|
|
241
242
|
export const CallConsumeEventType = {
|
|
@@ -56,6 +56,9 @@ declare const ConsumeEventCommand_base: {
|
|
|
56
56
|
* groupName: "STRING_VALUE",
|
|
57
57
|
* device: "STRING_VALUE",
|
|
58
58
|
* sipCallId: "STRING_VALUE",
|
|
59
|
+
* publicAddress: "STRING_VALUE",
|
|
60
|
+
* privateAddress: "STRING_VALUE",
|
|
61
|
+
* location: "STRING_VALUE",
|
|
59
62
|
* },
|
|
60
63
|
* callee: {
|
|
61
64
|
* phone: "STRING_VALUE",
|
|
@@ -70,6 +73,9 @@ declare const ConsumeEventCommand_base: {
|
|
|
70
73
|
* groupName: "STRING_VALUE",
|
|
71
74
|
* device: "STRING_VALUE",
|
|
72
75
|
* sipCallId: "STRING_VALUE",
|
|
76
|
+
* publicAddress: "STRING_VALUE",
|
|
77
|
+
* privateAddress: "STRING_VALUE",
|
|
78
|
+
* location: "STRING_VALUE",
|
|
73
79
|
* },
|
|
74
80
|
* status: "connecting" || "talking" || "hold",
|
|
75
81
|
* destination: "STRING_VALUE",
|
|
@@ -115,6 +121,9 @@ declare const ConsumeEventCommand_base: {
|
|
|
115
121
|
* groupName: "STRING_VALUE",
|
|
116
122
|
* device: "STRING_VALUE",
|
|
117
123
|
* sipCallId: "STRING_VALUE",
|
|
124
|
+
* publicAddress: "STRING_VALUE",
|
|
125
|
+
* privateAddress: "STRING_VALUE",
|
|
126
|
+
* location: "STRING_VALUE",
|
|
118
127
|
* },
|
|
119
128
|
* callee: {
|
|
120
129
|
* phone: "STRING_VALUE",
|
|
@@ -129,6 +138,9 @@ declare const ConsumeEventCommand_base: {
|
|
|
129
138
|
* groupName: "STRING_VALUE",
|
|
130
139
|
* device: "STRING_VALUE",
|
|
131
140
|
* sipCallId: "STRING_VALUE",
|
|
141
|
+
* publicAddress: "STRING_VALUE",
|
|
142
|
+
* privateAddress: "STRING_VALUE",
|
|
143
|
+
* location: "STRING_VALUE",
|
|
132
144
|
* },
|
|
133
145
|
* status: "connecting" || "talking" || "hold",
|
|
134
146
|
* destination: "STRING_VALUE",
|
|
@@ -175,6 +187,9 @@ declare const ConsumeEventCommand_base: {
|
|
|
175
187
|
* groupName: "STRING_VALUE",
|
|
176
188
|
* device: "STRING_VALUE",
|
|
177
189
|
* sipCallId: "STRING_VALUE",
|
|
190
|
+
* publicAddress: "STRING_VALUE",
|
|
191
|
+
* privateAddress: "STRING_VALUE",
|
|
192
|
+
* location: "STRING_VALUE",
|
|
178
193
|
* },
|
|
179
194
|
* callee: "<CallFlowConsumeParticipant>",
|
|
180
195
|
* status: "connecting" || "talking" || "hold",
|
|
@@ -158,6 +158,9 @@ declare const DescribeEventCommand_base: {
|
|
|
158
158
|
* // role: "CLIENT" || "AGENT", // required
|
|
159
159
|
* // license: "STRING_VALUE",
|
|
160
160
|
* // sipCallId: "STRING_VALUE",
|
|
161
|
+
* // publicAddress: "STRING_VALUE",
|
|
162
|
+
* // privateAddress: "STRING_VALUE",
|
|
163
|
+
* // location: "STRING_VALUE",
|
|
161
164
|
* // },
|
|
162
165
|
* // callee: {
|
|
163
166
|
* // type: "REMOTE" || "LOCAL", // required
|
|
@@ -175,6 +178,9 @@ declare const DescribeEventCommand_base: {
|
|
|
175
178
|
* // role: "CLIENT" || "AGENT", // required
|
|
176
179
|
* // license: "STRING_VALUE",
|
|
177
180
|
* // sipCallId: "STRING_VALUE",
|
|
181
|
+
* // publicAddress: "STRING_VALUE",
|
|
182
|
+
* // privateAddress: "STRING_VALUE",
|
|
183
|
+
* // location: "STRING_VALUE",
|
|
178
184
|
* // },
|
|
179
185
|
* // service: "STRING_VALUE",
|
|
180
186
|
* // serviceNumber: "STRING_VALUE",
|
|
@@ -358,6 +364,9 @@ declare const DescribeEventCommand_base: {
|
|
|
358
364
|
* // role: "CLIENT" || "AGENT", // required
|
|
359
365
|
* // license: "STRING_VALUE",
|
|
360
366
|
* // sipCallId: "STRING_VALUE",
|
|
367
|
+
* // publicAddress: "STRING_VALUE",
|
|
368
|
+
* // privateAddress: "STRING_VALUE",
|
|
369
|
+
* // location: "STRING_VALUE",
|
|
361
370
|
* // },
|
|
362
371
|
* // },
|
|
363
372
|
* // CallAnalyticsRecordEvent: { // CallAnalyticsRecordEvent
|
|
@@ -395,6 +404,9 @@ declare const DescribeEventCommand_base: {
|
|
|
395
404
|
* // role: "CLIENT" || "AGENT", // required
|
|
396
405
|
* // license: "STRING_VALUE",
|
|
397
406
|
* // sipCallId: "STRING_VALUE",
|
|
407
|
+
* // publicAddress: "STRING_VALUE",
|
|
408
|
+
* // privateAddress: "STRING_VALUE",
|
|
409
|
+
* // location: "STRING_VALUE",
|
|
398
410
|
* // },
|
|
399
411
|
* // callee: {
|
|
400
412
|
* // type: "REMOTE" || "LOCAL", // required
|
|
@@ -412,6 +424,9 @@ declare const DescribeEventCommand_base: {
|
|
|
412
424
|
* // role: "CLIENT" || "AGENT", // required
|
|
413
425
|
* // license: "STRING_VALUE",
|
|
414
426
|
* // sipCallId: "STRING_VALUE",
|
|
427
|
+
* // publicAddress: "STRING_VALUE",
|
|
428
|
+
* // privateAddress: "STRING_VALUE",
|
|
429
|
+
* // location: "STRING_VALUE",
|
|
415
430
|
* // },
|
|
416
431
|
* // service: "STRING_VALUE",
|
|
417
432
|
* // serviceNumber: "STRING_VALUE",
|
|
@@ -1066,7 +1081,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1066
1081
|
* // license: "basic" || "essential" || "business" || "premium" || "wizyconf",
|
|
1067
1082
|
* // },
|
|
1068
1083
|
* // ],
|
|
1069
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1084
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
1070
1085
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1071
1086
|
* // participantsGroupIds: [
|
|
1072
1087
|
* // "STRING_VALUE",
|
|
@@ -1191,7 +1206,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1191
1206
|
* // end: Number("long"), // required
|
|
1192
1207
|
* // },
|
|
1193
1208
|
* // ],
|
|
1194
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
1209
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
1195
1210
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1196
1211
|
* // transcriptionSeconds: Number("int"),
|
|
1197
1212
|
* // type: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
|
|
@@ -1944,7 +1959,7 @@ declare const DescribeEventCommand_base: {
|
|
|
1944
1959
|
* // participants: [ // required
|
|
1945
1960
|
* // "<ConferenceParticipant>",
|
|
1946
1961
|
* // ],
|
|
1947
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
1962
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
1948
1963
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
1949
1964
|
* // participantsGroupIds: [
|
|
1950
1965
|
* // "STRING_VALUE",
|
|
@@ -2065,7 +2080,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2065
2080
|
* // end: Number("long"), // required
|
|
2066
2081
|
* // },
|
|
2067
2082
|
* // ],
|
|
2068
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
2083
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
2069
2084
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
2070
2085
|
* // transcriptionSeconds: Number("int"),
|
|
2071
2086
|
* // type: "chat" || "chat_transcription" || "chat_complete" || "chat_interrupted" || "chat_missed" || "call_cost" || "call" || "call_complete" || "call_interrupted" || "call_transcription" || "conference" || "conference_complete" || "conference_interrupted" || "conference_transcription" || "conference_join" || "conference_leave", // required
|
|
@@ -2095,7 +2110,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2095
2110
|
* // status: "COMPLETED" || "MISSED",
|
|
2096
2111
|
* // participants: "<ConferenceAnalyticsRecordParticipantList>", // required
|
|
2097
2112
|
* // recordings: "<ConferenceRecordingList>",
|
|
2098
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
2113
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
2099
2114
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
2100
2115
|
* // transcriptionSeconds: Number("int"),
|
|
2101
2116
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
|
|
@@ -2134,7 +2149,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2134
2149
|
* // status: "COMPLETED" || "MISSED",
|
|
2135
2150
|
* // participants: "<ConferenceAnalyticsRecordParticipantList>", // required
|
|
2136
2151
|
* // recordings: "<ConferenceRecordingList>",
|
|
2137
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
2152
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
2138
2153
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
2139
2154
|
* // transcriptionSeconds: Number("int"),
|
|
2140
2155
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
|
|
@@ -2165,7 +2180,7 @@ declare const DescribeEventCommand_base: {
|
|
|
2165
2180
|
* // status: "COMPLETED" || "MISSED",
|
|
2166
2181
|
* // participants: "<ConferenceAnalyticsRecordParticipantList>", // required
|
|
2167
2182
|
* // recordings: "<ConferenceRecordingList>",
|
|
2168
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
2183
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
2169
2184
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
2170
2185
|
* // transcriptionSeconds: Number("int"),
|
|
2171
2186
|
* // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
|
|
@@ -86,6 +86,9 @@ declare const QueryConversationsCommand_base: {
|
|
|
86
86
|
* // role: "CLIENT" || "AGENT", // required
|
|
87
87
|
* // license: "STRING_VALUE",
|
|
88
88
|
* // sipCallId: "STRING_VALUE",
|
|
89
|
+
* // publicAddress: "STRING_VALUE",
|
|
90
|
+
* // privateAddress: "STRING_VALUE",
|
|
91
|
+
* // location: "STRING_VALUE",
|
|
89
92
|
* // },
|
|
90
93
|
* // callee: {
|
|
91
94
|
* // type: "REMOTE" || "LOCAL", // required
|
|
@@ -103,6 +106,9 @@ declare const QueryConversationsCommand_base: {
|
|
|
103
106
|
* // role: "CLIENT" || "AGENT", // required
|
|
104
107
|
* // license: "STRING_VALUE",
|
|
105
108
|
* // sipCallId: "STRING_VALUE",
|
|
109
|
+
* // publicAddress: "STRING_VALUE",
|
|
110
|
+
* // privateAddress: "STRING_VALUE",
|
|
111
|
+
* // location: "STRING_VALUE",
|
|
106
112
|
* // },
|
|
107
113
|
* // service: "STRING_VALUE",
|
|
108
114
|
* // serviceNumber: "STRING_VALUE",
|
|
@@ -251,7 +257,7 @@ declare const QueryConversationsCommand_base: {
|
|
|
251
257
|
* // license: "basic" || "essential" || "business" || "premium" || "wizyconf",
|
|
252
258
|
* // },
|
|
253
259
|
* // ],
|
|
254
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
260
|
+
* // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE",
|
|
255
261
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
256
262
|
* // participantsGroupIds: [
|
|
257
263
|
* // "STRING_VALUE",
|
|
@@ -334,6 +334,21 @@ export interface CallParticipant {
|
|
|
334
334
|
* @public
|
|
335
335
|
*/
|
|
336
336
|
sipCallId?: string | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* Represents a network endpoint consisting of a public IP address and a port number. Example: '123.45.67.89:59317'
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
publicAddress?: string | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* Represents a network endpoint consisting of a private IP address and a port number. Example: '172.16.1.2:54003'
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
privateAddress?: string | undefined;
|
|
347
|
+
/**
|
|
348
|
+
* The location specifies a geographic point using latitude and longitude coordinates. Example 'lat=29.3008&lon=1.7002'
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
location?: string | undefined;
|
|
337
352
|
}
|
|
338
353
|
/**
|
|
339
354
|
* @public
|
|
@@ -1182,6 +1197,7 @@ export interface ConferenceRecording {
|
|
|
1182
1197
|
*/
|
|
1183
1198
|
export declare const ConferenceTranscriptionStatus: {
|
|
1184
1199
|
readonly AVAILABLE: "AVAILABLE";
|
|
1200
|
+
readonly POST_TRANSCRIPTION: "POST_TRANSCRIPTION";
|
|
1185
1201
|
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
1186
1202
|
};
|
|
1187
1203
|
/**
|
|
@@ -1303,6 +1319,9 @@ export interface CallFlowConsumeParticipant {
|
|
|
1303
1319
|
groupName?: string | undefined;
|
|
1304
1320
|
device?: string | undefined;
|
|
1305
1321
|
sipCallId?: string | undefined;
|
|
1322
|
+
publicAddress?: string | undefined;
|
|
1323
|
+
privateAddress?: string | undefined;
|
|
1324
|
+
location?: string | undefined;
|
|
1306
1325
|
}
|
|
1307
1326
|
/**
|
|
1308
1327
|
* @public
|
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.1.
|
|
4
|
+
"version": "1.1.21",
|
|
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",
|