@wildix/wda-insights-client 1.1.36 → 1.1.39

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