@wildix/wda-insights-client 1.1.34 → 1.1.35
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/WdaInsights.js +0 -8
- package/dist-cjs/commands/index.js +0 -4
- package/dist-cjs/models/models_0.js +9 -6
- package/dist-cjs/protocols/Aws_restJson1.js +52 -151
- package/dist-es/WdaInsights.js +0 -8
- package/dist-es/commands/index.js +0 -4
- package/dist-es/models/models_0.js +8 -5
- package/dist-es/protocols/Aws_restJson1.js +48 -139
- package/dist-types/WdaInsights.d.ts +0 -28
- package/dist-types/WdaInsightsClient.d.ts +2 -6
- package/dist-types/commands/CreateProjectionCommand.d.ts +360 -6
- package/dist-types/commands/DisableProjectionCommand.d.ts +180 -3
- package/dist-types/commands/EnableProjectionCommand.d.ts +180 -3
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +178 -0
- package/dist-types/commands/GetProjectionCommand.d.ts +180 -3
- package/dist-types/commands/ListConversationsCommand.d.ts +22 -30
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +22 -30
- package/dist-types/commands/ListProjectionsCommand.d.ts +181 -10
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +22 -30
- package/dist-types/commands/PauseProjectionCommand.d.ts +180 -3
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +356 -0
- package/dist-types/commands/UpdateProjectionCommand.d.ts +360 -4
- package/dist-types/commands/index.d.ts +0 -4
- package/dist-types/models/models_0.d.ts +126 -102
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -6
- package/dist-types/runtimeConfig.d.ts +1 -6
- package/dist-types/runtimeConfig.native.d.ts +1 -6
- package/package.json +1 -1
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +0 -21
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +0 -21
- package/dist-cjs/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -21
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +0 -21
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +0 -17
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +0 -17
- package/dist-es/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -17
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +0 -17
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +0 -81
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +0 -75
- package/dist-types/commands/UpdateProjectionAnalysisSettingsCommand.d.ts +0 -145
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +0 -83
|
@@ -305,6 +305,18 @@ declare const ListConversationsCommand_base: {
|
|
|
305
305
|
* // reason: "pause" || "hold",
|
|
306
306
|
* // },
|
|
307
307
|
* // ],
|
|
308
|
+
* // destinations: [ // CallFlowAttachmentDestinationList
|
|
309
|
+
* // { // CallFlowAttachmentDestination
|
|
310
|
+
* // phone: "STRING_VALUE",
|
|
311
|
+
* // name: "STRING_VALUE",
|
|
312
|
+
* // email: "STRING_VALUE",
|
|
313
|
+
* // userId: "STRING_VALUE",
|
|
314
|
+
* // userExtension: "STRING_VALUE",
|
|
315
|
+
* // userDepartment: "STRING_VALUE",
|
|
316
|
+
* // groupId: "STRING_VALUE",
|
|
317
|
+
* // groupName: "STRING_VALUE",
|
|
318
|
+
* // },
|
|
319
|
+
* // ],
|
|
308
320
|
* // },
|
|
309
321
|
* // ],
|
|
310
322
|
* // mergeWith: "STRING_VALUE",
|
|
@@ -319,9 +331,9 @@ declare const ListConversationsCommand_base: {
|
|
|
319
331
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
320
332
|
* // transcriptionSeconds: Number("int"),
|
|
321
333
|
* // attachment: "STRING_VALUE",
|
|
322
|
-
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
323
|
-
* // attachmentDestinations: [
|
|
324
|
-
* // {
|
|
334
|
+
* // attachmentType: "VOICEMAIL" || "FAX" || "TRANSCRIPTION",
|
|
335
|
+
* // attachmentDestinations: [
|
|
336
|
+
* // {
|
|
325
337
|
* // phone: "STRING_VALUE",
|
|
326
338
|
* // name: "STRING_VALUE",
|
|
327
339
|
* // email: "STRING_VALUE",
|
|
@@ -347,46 +359,26 @@ declare const ListConversationsCommand_base: {
|
|
|
347
359
|
* // reason: "pause" || "hold",
|
|
348
360
|
* // },
|
|
349
361
|
* // ],
|
|
362
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
350
363
|
* // },
|
|
351
364
|
* // fax: { // CallFlowFax
|
|
352
365
|
* // url: "STRING_VALUE", // required
|
|
353
366
|
* // status: "ok" || "error",
|
|
354
|
-
* // destinations:
|
|
355
|
-
* // {
|
|
356
|
-
* // phone: "STRING_VALUE",
|
|
357
|
-
* // name: "STRING_VALUE",
|
|
358
|
-
* // email: "STRING_VALUE",
|
|
359
|
-
* // userId: "STRING_VALUE",
|
|
360
|
-
* // userExtension: "STRING_VALUE",
|
|
361
|
-
* // userDepartment: "STRING_VALUE",
|
|
362
|
-
* // groupId: "STRING_VALUE",
|
|
363
|
-
* // groupName: "STRING_VALUE",
|
|
364
|
-
* // },
|
|
365
|
-
* // ],
|
|
367
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
366
368
|
* // owner: "callee" || "caller" || "system",
|
|
367
369
|
* // error: "STRING_VALUE",
|
|
368
370
|
* // },
|
|
369
371
|
* // voicemail: { // CallFlowVoicemail
|
|
370
372
|
* // url: "STRING_VALUE", // required
|
|
371
|
-
* // destinations:
|
|
372
|
-
* // {
|
|
373
|
-
* // phone: "STRING_VALUE",
|
|
374
|
-
* // name: "STRING_VALUE",
|
|
375
|
-
* // email: "STRING_VALUE",
|
|
376
|
-
* // userId: "STRING_VALUE",
|
|
377
|
-
* // userExtension: "STRING_VALUE",
|
|
378
|
-
* // userDepartment: "STRING_VALUE",
|
|
379
|
-
* // groupId: "STRING_VALUE",
|
|
380
|
-
* // groupName: "STRING_VALUE",
|
|
381
|
-
* // },
|
|
382
|
-
* // ],
|
|
373
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
383
374
|
* // owner: "callee" || "caller" || "system",
|
|
384
375
|
* // },
|
|
376
|
+
* // transcription: { // CallFlowTranscription
|
|
377
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
378
|
+
* // status: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
379
|
+
* // },
|
|
385
380
|
* // },
|
|
386
381
|
* // ],
|
|
387
|
-
* // notifications: { // CallFlowNotifications
|
|
388
|
-
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
389
|
-
* // },
|
|
390
382
|
* // id: "STRING_VALUE", // required
|
|
391
383
|
* // pbx: "STRING_VALUE", // required
|
|
392
384
|
* // time: Number("long"), // required
|
|
@@ -131,6 +131,18 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
131
131
|
* // reason: "pause" || "hold",
|
|
132
132
|
* // },
|
|
133
133
|
* // ],
|
|
134
|
+
* // destinations: [ // CallFlowAttachmentDestinationList
|
|
135
|
+
* // { // CallFlowAttachmentDestination
|
|
136
|
+
* // phone: "STRING_VALUE",
|
|
137
|
+
* // name: "STRING_VALUE",
|
|
138
|
+
* // email: "STRING_VALUE",
|
|
139
|
+
* // userId: "STRING_VALUE",
|
|
140
|
+
* // userExtension: "STRING_VALUE",
|
|
141
|
+
* // userDepartment: "STRING_VALUE",
|
|
142
|
+
* // groupId: "STRING_VALUE",
|
|
143
|
+
* // groupName: "STRING_VALUE",
|
|
144
|
+
* // },
|
|
145
|
+
* // ],
|
|
134
146
|
* // },
|
|
135
147
|
* // ],
|
|
136
148
|
* // mergeWith: "STRING_VALUE",
|
|
@@ -145,9 +157,9 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
145
157
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
146
158
|
* // transcriptionSeconds: Number("int"),
|
|
147
159
|
* // attachment: "STRING_VALUE",
|
|
148
|
-
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
149
|
-
* // attachmentDestinations: [
|
|
150
|
-
* // {
|
|
160
|
+
* // attachmentType: "VOICEMAIL" || "FAX" || "TRANSCRIPTION",
|
|
161
|
+
* // attachmentDestinations: [
|
|
162
|
+
* // {
|
|
151
163
|
* // phone: "STRING_VALUE",
|
|
152
164
|
* // name: "STRING_VALUE",
|
|
153
165
|
* // email: "STRING_VALUE",
|
|
@@ -173,46 +185,26 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
173
185
|
* // reason: "pause" || "hold",
|
|
174
186
|
* // },
|
|
175
187
|
* // ],
|
|
188
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
176
189
|
* // },
|
|
177
190
|
* // fax: { // CallFlowFax
|
|
178
191
|
* // url: "STRING_VALUE", // required
|
|
179
192
|
* // status: "ok" || "error",
|
|
180
|
-
* // destinations:
|
|
181
|
-
* // {
|
|
182
|
-
* // phone: "STRING_VALUE",
|
|
183
|
-
* // name: "STRING_VALUE",
|
|
184
|
-
* // email: "STRING_VALUE",
|
|
185
|
-
* // userId: "STRING_VALUE",
|
|
186
|
-
* // userExtension: "STRING_VALUE",
|
|
187
|
-
* // userDepartment: "STRING_VALUE",
|
|
188
|
-
* // groupId: "STRING_VALUE",
|
|
189
|
-
* // groupName: "STRING_VALUE",
|
|
190
|
-
* // },
|
|
191
|
-
* // ],
|
|
193
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
192
194
|
* // owner: "callee" || "caller" || "system",
|
|
193
195
|
* // error: "STRING_VALUE",
|
|
194
196
|
* // },
|
|
195
197
|
* // voicemail: { // CallFlowVoicemail
|
|
196
198
|
* // url: "STRING_VALUE", // required
|
|
197
|
-
* // destinations:
|
|
198
|
-
* // {
|
|
199
|
-
* // phone: "STRING_VALUE",
|
|
200
|
-
* // name: "STRING_VALUE",
|
|
201
|
-
* // email: "STRING_VALUE",
|
|
202
|
-
* // userId: "STRING_VALUE",
|
|
203
|
-
* // userExtension: "STRING_VALUE",
|
|
204
|
-
* // userDepartment: "STRING_VALUE",
|
|
205
|
-
* // groupId: "STRING_VALUE",
|
|
206
|
-
* // groupName: "STRING_VALUE",
|
|
207
|
-
* // },
|
|
208
|
-
* // ],
|
|
199
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
209
200
|
* // owner: "callee" || "caller" || "system",
|
|
210
201
|
* // },
|
|
202
|
+
* // transcription: { // CallFlowTranscription
|
|
203
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
204
|
+
* // status: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
205
|
+
* // },
|
|
211
206
|
* // },
|
|
212
207
|
* // ],
|
|
213
|
-
* // notifications: { // CallFlowNotifications
|
|
214
|
-
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
215
|
-
* // },
|
|
216
208
|
* // id: "STRING_VALUE", // required
|
|
217
209
|
* // pbx: "STRING_VALUE", // required
|
|
218
210
|
* // time: Number("long"), // required
|
|
@@ -27,7 +27,7 @@ declare const ListProjectionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Lists all projections
|
|
30
|
+
* Lists all projections available for the tenant.
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -42,7 +42,7 @@ declare const ListProjectionsCommand_base: {
|
|
|
42
42
|
* // { // ListProjectionsOutput
|
|
43
43
|
* // projections: [ // ProjectionsList // required
|
|
44
44
|
* // { // Projection
|
|
45
|
-
* //
|
|
45
|
+
* // category: "STRING_VALUE", // required
|
|
46
46
|
* // name: "STRING_VALUE", // required
|
|
47
47
|
* // description: "STRING_VALUE",
|
|
48
48
|
* // instructions: "STRING_VALUE",
|
|
@@ -75,6 +75,185 @@ declare const ListProjectionsCommand_base: {
|
|
|
75
75
|
* // },
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
|
+
* // filter: { // ListConversationsFilter
|
|
79
|
+
* // id: [ // ListConversationsFilterIdList
|
|
80
|
+
* // { // ConversationTarget Union: only one key present
|
|
81
|
+
* // call: { // CallConversationTarget
|
|
82
|
+
* // callId: "STRING_VALUE", // required
|
|
83
|
+
* // flowIndex: Number("int"), // required
|
|
84
|
+
* // },
|
|
85
|
+
* // conference: { // ConferenceConversationTarget
|
|
86
|
+
* // conferenceId: "STRING_VALUE", // required
|
|
87
|
+
* // },
|
|
88
|
+
* // chat: { // ChatConversationTarget
|
|
89
|
+
* // chatId: "STRING_VALUE", // required
|
|
90
|
+
* // },
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // entity: { // ListConversationsFilterEntity
|
|
94
|
+
* // call: true || false,
|
|
95
|
+
* // conference: true || false,
|
|
96
|
+
* // chat: true || false,
|
|
97
|
+
* // },
|
|
98
|
+
* // participants: [ // ListConversationsFilterParticipantList
|
|
99
|
+
* // { // ListConversationsFilterParticipant Union: only one key present
|
|
100
|
+
* // email: "STRING_VALUE",
|
|
101
|
+
* // phone: "STRING_VALUE",
|
|
102
|
+
* // extension: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
105
|
+
* // participantsToInclude: [
|
|
106
|
+
* // {// Union: only one key present
|
|
107
|
+
* // email: "STRING_VALUE",
|
|
108
|
+
* // phone: "STRING_VALUE",
|
|
109
|
+
* // extension: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // participantsToExclude: [
|
|
113
|
+
* // {// Union: only one key present
|
|
114
|
+
* // email: "STRING_VALUE",
|
|
115
|
+
* // phone: "STRING_VALUE",
|
|
116
|
+
* // extension: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // ],
|
|
119
|
+
* // chatbots: [ // ListConversationsFilterKeyword
|
|
120
|
+
* // "STRING_VALUE",
|
|
121
|
+
* // ],
|
|
122
|
+
* // voicebots: [
|
|
123
|
+
* // "STRING_VALUE",
|
|
124
|
+
* // ],
|
|
125
|
+
* // service: [
|
|
126
|
+
* // "STRING_VALUE",
|
|
127
|
+
* // ],
|
|
128
|
+
* // group: [
|
|
129
|
+
* // "STRING_VALUE",
|
|
130
|
+
* // ],
|
|
131
|
+
* // department: [
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // tag: "<ListConversationsFilterKeyword>",
|
|
135
|
+
* // pbx: "<ListConversationsFilterKeyword>",
|
|
136
|
+
* // trunk: "<ListConversationsFilterKeyword>",
|
|
137
|
+
* // queue: "<ListConversationsFilterKeyword>",
|
|
138
|
+
* // country: "<ListConversationsFilterKeyword>",
|
|
139
|
+
* // location: "<ListConversationsFilterKeyword>",
|
|
140
|
+
* // phases: [ // ListConversationsFilterPhases
|
|
141
|
+
* // "STRING_VALUE",
|
|
142
|
+
* // ],
|
|
143
|
+
* // language: "<ListConversationsFilterKeyword>",
|
|
144
|
+
* // duration: { // ListConversationsFilterNumber
|
|
145
|
+
* // from: Number("int"),
|
|
146
|
+
* // to: Number("int"),
|
|
147
|
+
* // },
|
|
148
|
+
* // interaction: { // ListConversationsFilterInteraction
|
|
149
|
+
* // talkRatio: {
|
|
150
|
+
* // from: Number("int"),
|
|
151
|
+
* // to: Number("int"),
|
|
152
|
+
* // },
|
|
153
|
+
* // wordsPerMinute: {
|
|
154
|
+
* // from: Number("int"),
|
|
155
|
+
* // to: Number("int"),
|
|
156
|
+
* // },
|
|
157
|
+
* // interruptions: {
|
|
158
|
+
* // from: Number("int"),
|
|
159
|
+
* // to: Number("int"),
|
|
160
|
+
* // },
|
|
161
|
+
* // patience: { // ListConversationsFilterFloat
|
|
162
|
+
* // from: Number("float"),
|
|
163
|
+
* // to: Number("float"),
|
|
164
|
+
* // },
|
|
165
|
+
* // longestMonologue: {
|
|
166
|
+
* // from: Number("int"),
|
|
167
|
+
* // to: Number("int"),
|
|
168
|
+
* // },
|
|
169
|
+
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
170
|
+
* // },
|
|
171
|
+
* // recorded: true || false,
|
|
172
|
+
* // transcribed: true || false,
|
|
173
|
+
* // direction: { // ListConversationsFilterDirection
|
|
174
|
+
* // inbound: true || false,
|
|
175
|
+
* // outbound: true || false,
|
|
176
|
+
* // internal: true || false,
|
|
177
|
+
* // },
|
|
178
|
+
* // insights: [ // ListConversationsFilterInsightsList
|
|
179
|
+
* // { // ListConversationsFilterInsight
|
|
180
|
+
* // projectionId: "STRING_VALUE", // required
|
|
181
|
+
* // fieldId: "STRING_VALUE", // required
|
|
182
|
+
* // match: "STRING_VALUE",
|
|
183
|
+
* // matchAny: [ // StringList
|
|
184
|
+
* // "STRING_VALUE",
|
|
185
|
+
* // ],
|
|
186
|
+
* // },
|
|
187
|
+
* // ],
|
|
188
|
+
* // channel: { // ListConversationsFilterChannel
|
|
189
|
+
* // sms: true || false,
|
|
190
|
+
* // whatsapp: true || false,
|
|
191
|
+
* // kite: true || false,
|
|
192
|
+
* // },
|
|
193
|
+
* // date: { // ListConversationsFilterDate Union: only one key present
|
|
194
|
+
* // absolute: { // ListConversationsFilterAbsoluteDate
|
|
195
|
+
* // from: "STRING_VALUE",
|
|
196
|
+
* // to: "STRING_VALUE",
|
|
197
|
+
* // timeZone: "STRING_VALUE",
|
|
198
|
+
* // },
|
|
199
|
+
* // predefined: { // ListConversationsFilterPredefinedDate
|
|
200
|
+
* // type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
|
|
201
|
+
* // timeZone: "STRING_VALUE",
|
|
202
|
+
* // },
|
|
203
|
+
* // },
|
|
204
|
+
* // dayOfWeek: { // ListConversationsFilterDateIndex
|
|
205
|
+
* // index: Number("int"),
|
|
206
|
+
* // timeZone: "STRING_VALUE",
|
|
207
|
+
* // },
|
|
208
|
+
* // hourOfDay: {
|
|
209
|
+
* // index: Number("int"),
|
|
210
|
+
* // timeZone: "STRING_VALUE",
|
|
211
|
+
* // },
|
|
212
|
+
* // present: [ // ListConversationsFilterFieldsList
|
|
213
|
+
* // { // ListConversationsFilterField Union: only one key present
|
|
214
|
+
* // direction: true || false,
|
|
215
|
+
* // service: true || false,
|
|
216
|
+
* // group: true || false,
|
|
217
|
+
* // department: true || false,
|
|
218
|
+
* // chatbot: true || false,
|
|
219
|
+
* // voicebot: true || false,
|
|
220
|
+
* // tag: true || false,
|
|
221
|
+
* // pbx: true || false,
|
|
222
|
+
* // trunk: true || false,
|
|
223
|
+
* // queue: true || false,
|
|
224
|
+
* // country: true || false,
|
|
225
|
+
* // location: true || false,
|
|
226
|
+
* // language: true || false,
|
|
227
|
+
* // projection: { // ListConversationsFilterProjectionField
|
|
228
|
+
* // projectionId: "STRING_VALUE", // required
|
|
229
|
+
* // fieldId: "STRING_VALUE", // required
|
|
230
|
+
* // },
|
|
231
|
+
* // },
|
|
232
|
+
* // ],
|
|
233
|
+
* // absent: [
|
|
234
|
+
* // {// Union: only one key present
|
|
235
|
+
* // direction: true || false,
|
|
236
|
+
* // service: true || false,
|
|
237
|
+
* // group: true || false,
|
|
238
|
+
* // department: true || false,
|
|
239
|
+
* // chatbot: true || false,
|
|
240
|
+
* // voicebot: true || false,
|
|
241
|
+
* // tag: true || false,
|
|
242
|
+
* // pbx: true || false,
|
|
243
|
+
* // trunk: true || false,
|
|
244
|
+
* // queue: true || false,
|
|
245
|
+
* // country: true || false,
|
|
246
|
+
* // location: true || false,
|
|
247
|
+
* // language: true || false,
|
|
248
|
+
* // projection: {
|
|
249
|
+
* // projectionId: "STRING_VALUE", // required
|
|
250
|
+
* // fieldId: "STRING_VALUE", // required
|
|
251
|
+
* // },
|
|
252
|
+
* // },
|
|
253
|
+
* // ],
|
|
254
|
+
* // },
|
|
255
|
+
* // model: "STRING_VALUE",
|
|
256
|
+
* // group: "STRING_VALUE",
|
|
78
257
|
* // fields: [ // ProjectionFieldsList // required
|
|
79
258
|
* // { // ProjectionField
|
|
80
259
|
* // id: "STRING_VALUE", // required
|
|
@@ -97,8 +276,6 @@ declare const ListProjectionsCommand_base: {
|
|
|
97
276
|
* // },
|
|
98
277
|
* // },
|
|
99
278
|
* // ],
|
|
100
|
-
* // model: "STRING_VALUE",
|
|
101
|
-
* // group: "STRING_VALUE",
|
|
102
279
|
* // id: "STRING_VALUE", // required
|
|
103
280
|
* // status: "ENABLED" || "PAUSED" || "DISABLED", // required
|
|
104
281
|
* // version: Number("int"), // required
|
|
@@ -109,12 +286,6 @@ declare const ListProjectionsCommand_base: {
|
|
|
109
286
|
* // },
|
|
110
287
|
* // },
|
|
111
288
|
* // ],
|
|
112
|
-
* // categories: [ // ProjectionsCategoriesList // required
|
|
113
|
-
* // { // ProjectionsCategory
|
|
114
|
-
* // id: "STRING_VALUE", // required
|
|
115
|
-
* // name: "STRING_VALUE", // required
|
|
116
|
-
* // },
|
|
117
|
-
* // ],
|
|
118
289
|
* // };
|
|
119
290
|
*
|
|
120
291
|
* ```
|
|
@@ -129,6 +129,18 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
129
129
|
* // reason: "pause" || "hold",
|
|
130
130
|
* // },
|
|
131
131
|
* // ],
|
|
132
|
+
* // destinations: [ // CallFlowAttachmentDestinationList
|
|
133
|
+
* // { // CallFlowAttachmentDestination
|
|
134
|
+
* // phone: "STRING_VALUE",
|
|
135
|
+
* // name: "STRING_VALUE",
|
|
136
|
+
* // email: "STRING_VALUE",
|
|
137
|
+
* // userId: "STRING_VALUE",
|
|
138
|
+
* // userExtension: "STRING_VALUE",
|
|
139
|
+
* // userDepartment: "STRING_VALUE",
|
|
140
|
+
* // groupId: "STRING_VALUE",
|
|
141
|
+
* // groupName: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // ],
|
|
132
144
|
* // },
|
|
133
145
|
* // ],
|
|
134
146
|
* // mergeWith: "STRING_VALUE",
|
|
@@ -143,9 +155,9 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
143
155
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
144
156
|
* // transcriptionSeconds: Number("int"),
|
|
145
157
|
* // attachment: "STRING_VALUE",
|
|
146
|
-
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
147
|
-
* // attachmentDestinations: [
|
|
148
|
-
* // {
|
|
158
|
+
* // attachmentType: "VOICEMAIL" || "FAX" || "TRANSCRIPTION",
|
|
159
|
+
* // attachmentDestinations: [
|
|
160
|
+
* // {
|
|
149
161
|
* // phone: "STRING_VALUE",
|
|
150
162
|
* // name: "STRING_VALUE",
|
|
151
163
|
* // email: "STRING_VALUE",
|
|
@@ -171,46 +183,26 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
171
183
|
* // reason: "pause" || "hold",
|
|
172
184
|
* // },
|
|
173
185
|
* // ],
|
|
186
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
174
187
|
* // },
|
|
175
188
|
* // fax: { // CallFlowFax
|
|
176
189
|
* // url: "STRING_VALUE", // required
|
|
177
190
|
* // status: "ok" || "error",
|
|
178
|
-
* // destinations:
|
|
179
|
-
* // {
|
|
180
|
-
* // phone: "STRING_VALUE",
|
|
181
|
-
* // name: "STRING_VALUE",
|
|
182
|
-
* // email: "STRING_VALUE",
|
|
183
|
-
* // userId: "STRING_VALUE",
|
|
184
|
-
* // userExtension: "STRING_VALUE",
|
|
185
|
-
* // userDepartment: "STRING_VALUE",
|
|
186
|
-
* // groupId: "STRING_VALUE",
|
|
187
|
-
* // groupName: "STRING_VALUE",
|
|
188
|
-
* // },
|
|
189
|
-
* // ],
|
|
191
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
190
192
|
* // owner: "callee" || "caller" || "system",
|
|
191
193
|
* // error: "STRING_VALUE",
|
|
192
194
|
* // },
|
|
193
195
|
* // voicemail: { // CallFlowVoicemail
|
|
194
196
|
* // url: "STRING_VALUE", // required
|
|
195
|
-
* // destinations:
|
|
196
|
-
* // {
|
|
197
|
-
* // phone: "STRING_VALUE",
|
|
198
|
-
* // name: "STRING_VALUE",
|
|
199
|
-
* // email: "STRING_VALUE",
|
|
200
|
-
* // userId: "STRING_VALUE",
|
|
201
|
-
* // userExtension: "STRING_VALUE",
|
|
202
|
-
* // userDepartment: "STRING_VALUE",
|
|
203
|
-
* // groupId: "STRING_VALUE",
|
|
204
|
-
* // groupName: "STRING_VALUE",
|
|
205
|
-
* // },
|
|
206
|
-
* // ],
|
|
197
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
207
198
|
* // owner: "callee" || "caller" || "system",
|
|
208
199
|
* // },
|
|
200
|
+
* // transcription: { // CallFlowTranscription
|
|
201
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
202
|
+
* // status: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
|
|
203
|
+
* // },
|
|
209
204
|
* // },
|
|
210
205
|
* // ],
|
|
211
|
-
* // notifications: { // CallFlowNotifications
|
|
212
|
-
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
213
|
-
* // },
|
|
214
206
|
* // id: "STRING_VALUE", // required
|
|
215
207
|
* // pbx: "STRING_VALUE", // required
|
|
216
208
|
* // time: Number("long"), // required
|