@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
@@ -35,8 +35,7 @@ declare const CreateProjectionCommand_base: {
35
35
  * // const { WdaInsightsClient, CreateProjectionCommand } = require("@wildix/wda-insights-client"); // CommonJS import
36
36
  * const client = new WdaInsightsClient(config);
37
37
  * const input = { // CreateProjectionInput
38
- * category: "STRING_VALUE",
39
- * categoryId: "STRING_VALUE",
38
+ * categoryId: "STRING_VALUE", // required
40
39
  * name: "STRING_VALUE", // required
41
40
  * description: "STRING_VALUE",
42
41
  * instructions: "STRING_VALUE",
@@ -69,185 +68,6 @@ declare const CreateProjectionCommand_base: {
69
68
  * },
70
69
  * },
71
70
  * ],
72
- * filter: { // ListConversationsFilter
73
- * id: [ // ListConversationsFilterIdList
74
- * { // ConversationTarget Union: only one key present
75
- * call: { // CallConversationTarget
76
- * callId: "STRING_VALUE", // required
77
- * flowIndex: Number("int"), // required
78
- * },
79
- * conference: { // ConferenceConversationTarget
80
- * conferenceId: "STRING_VALUE", // required
81
- * },
82
- * chat: { // ChatConversationTarget
83
- * chatId: "STRING_VALUE", // required
84
- * },
85
- * },
86
- * ],
87
- * entity: { // ListConversationsFilterEntity
88
- * call: true || false,
89
- * conference: true || false,
90
- * chat: true || false,
91
- * },
92
- * participants: [ // ListConversationsFilterParticipantList
93
- * { // ListConversationsFilterParticipant Union: only one key present
94
- * email: "STRING_VALUE",
95
- * phone: "STRING_VALUE",
96
- * extension: "STRING_VALUE",
97
- * },
98
- * ],
99
- * participantsToInclude: [
100
- * {// Union: only one key present
101
- * email: "STRING_VALUE",
102
- * phone: "STRING_VALUE",
103
- * extension: "STRING_VALUE",
104
- * },
105
- * ],
106
- * participantsToExclude: [
107
- * {// Union: only one key present
108
- * email: "STRING_VALUE",
109
- * phone: "STRING_VALUE",
110
- * extension: "STRING_VALUE",
111
- * },
112
- * ],
113
- * chatbots: [ // ListConversationsFilterKeyword
114
- * "STRING_VALUE",
115
- * ],
116
- * voicebots: [
117
- * "STRING_VALUE",
118
- * ],
119
- * service: [
120
- * "STRING_VALUE",
121
- * ],
122
- * group: [
123
- * "STRING_VALUE",
124
- * ],
125
- * department: [
126
- * "STRING_VALUE",
127
- * ],
128
- * tag: "<ListConversationsFilterKeyword>",
129
- * pbx: "<ListConversationsFilterKeyword>",
130
- * trunk: "<ListConversationsFilterKeyword>",
131
- * queue: "<ListConversationsFilterKeyword>",
132
- * country: "<ListConversationsFilterKeyword>",
133
- * location: "<ListConversationsFilterKeyword>",
134
- * phases: [ // ListConversationsFilterPhases
135
- * "STRING_VALUE",
136
- * ],
137
- * language: "<ListConversationsFilterKeyword>",
138
- * duration: { // ListConversationsFilterNumber
139
- * from: Number("int"),
140
- * to: Number("int"),
141
- * },
142
- * interaction: { // ListConversationsFilterInteraction
143
- * talkRatio: {
144
- * from: Number("int"),
145
- * to: Number("int"),
146
- * },
147
- * wordsPerMinute: {
148
- * from: Number("int"),
149
- * to: Number("int"),
150
- * },
151
- * interruptions: {
152
- * from: Number("int"),
153
- * to: Number("int"),
154
- * },
155
- * patience: { // ListConversationsFilterFloat
156
- * from: Number("float"),
157
- * to: Number("float"),
158
- * },
159
- * longestMonologue: {
160
- * from: Number("int"),
161
- * to: Number("int"),
162
- * },
163
- * longestCustomerStory: "<ListConversationsFilterNumber>",
164
- * },
165
- * recorded: true || false,
166
- * transcribed: true || false,
167
- * direction: { // ListConversationsFilterDirection
168
- * inbound: true || false,
169
- * outbound: true || false,
170
- * internal: true || false,
171
- * },
172
- * insights: [ // ListConversationsFilterInsightsList
173
- * { // ListConversationsFilterInsight
174
- * projectionId: "STRING_VALUE", // required
175
- * fieldId: "STRING_VALUE", // required
176
- * match: "STRING_VALUE",
177
- * matchAny: [ // StringList
178
- * "STRING_VALUE",
179
- * ],
180
- * },
181
- * ],
182
- * channel: { // ListConversationsFilterChannel
183
- * sms: true || false,
184
- * whatsapp: true || false,
185
- * kite: true || false,
186
- * },
187
- * date: { // ListConversationsFilterDate Union: only one key present
188
- * absolute: { // ListConversationsFilterAbsoluteDate
189
- * from: "STRING_VALUE",
190
- * to: "STRING_VALUE",
191
- * timeZone: "STRING_VALUE",
192
- * },
193
- * predefined: { // ListConversationsFilterPredefinedDate
194
- * type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
195
- * timeZone: "STRING_VALUE",
196
- * },
197
- * },
198
- * dayOfWeek: { // ListConversationsFilterDateIndex
199
- * index: Number("int"),
200
- * timeZone: "STRING_VALUE",
201
- * },
202
- * hourOfDay: {
203
- * index: Number("int"),
204
- * timeZone: "STRING_VALUE",
205
- * },
206
- * present: [ // ListConversationsFilterFieldsList
207
- * { // ListConversationsFilterField Union: only one key present
208
- * direction: true || false,
209
- * service: true || false,
210
- * group: true || false,
211
- * department: true || false,
212
- * chatbot: true || false,
213
- * voicebot: true || false,
214
- * tag: true || false,
215
- * pbx: true || false,
216
- * trunk: true || false,
217
- * queue: true || false,
218
- * country: true || false,
219
- * location: true || false,
220
- * language: true || false,
221
- * projection: { // ListConversationsFilterProjectionField
222
- * projectionId: "STRING_VALUE", // required
223
- * fieldId: "STRING_VALUE", // required
224
- * },
225
- * },
226
- * ],
227
- * absent: [
228
- * {// Union: only one key present
229
- * direction: true || false,
230
- * service: true || false,
231
- * group: true || false,
232
- * department: true || false,
233
- * chatbot: true || false,
234
- * voicebot: true || false,
235
- * tag: true || false,
236
- * pbx: true || false,
237
- * trunk: true || false,
238
- * queue: true || false,
239
- * country: true || false,
240
- * location: true || false,
241
- * language: true || false,
242
- * projection: {
243
- * projectionId: "STRING_VALUE", // required
244
- * fieldId: "STRING_VALUE", // required
245
- * },
246
- * },
247
- * ],
248
- * },
249
- * model: "STRING_VALUE",
250
- * group: "STRING_VALUE",
251
71
  * fields: [ // ProjectionFieldsList // required
252
72
  * { // ProjectionField
253
73
  * id: "STRING_VALUE", // required
@@ -263,13 +83,14 @@ declare const CreateProjectionCommand_base: {
263
83
  * ],
264
84
  * multi: true || false,
265
85
  * adaptive: true || false,
266
- * adaptiveOptions: [
267
- * "STRING_VALUE",
268
- * ],
269
86
  * },
270
87
  * },
271
88
  * },
272
89
  * ],
90
+ * model: { // ProjectionModel
91
+ * provider: "OPENAI",
92
+ * name: "STRING_VALUE",
93
+ * },
273
94
  * company: "STRING_VALUE",
274
95
  * id: "STRING_VALUE", // required
275
96
  * };
@@ -277,8 +98,7 @@ declare const CreateProjectionCommand_base: {
277
98
  * const response = await client.send(command);
278
99
  * // { // CreateProjectionOutput
279
100
  * // projection: { // Projection
280
- * // category: "STRING_VALUE",
281
- * // categoryId: "STRING_VALUE",
101
+ * // categoryId: "STRING_VALUE", // required
282
102
  * // name: "STRING_VALUE", // required
283
103
  * // description: "STRING_VALUE",
284
104
  * // instructions: "STRING_VALUE",
@@ -311,185 +131,6 @@ declare const CreateProjectionCommand_base: {
311
131
  * // },
312
132
  * // },
313
133
  * // ],
314
- * // filter: { // ListConversationsFilter
315
- * // id: [ // ListConversationsFilterIdList
316
- * // { // ConversationTarget Union: only one key present
317
- * // call: { // CallConversationTarget
318
- * // callId: "STRING_VALUE", // required
319
- * // flowIndex: Number("int"), // required
320
- * // },
321
- * // conference: { // ConferenceConversationTarget
322
- * // conferenceId: "STRING_VALUE", // required
323
- * // },
324
- * // chat: { // ChatConversationTarget
325
- * // chatId: "STRING_VALUE", // required
326
- * // },
327
- * // },
328
- * // ],
329
- * // entity: { // ListConversationsFilterEntity
330
- * // call: true || false,
331
- * // conference: true || false,
332
- * // chat: true || false,
333
- * // },
334
- * // participants: [ // ListConversationsFilterParticipantList
335
- * // { // ListConversationsFilterParticipant Union: only one key present
336
- * // email: "STRING_VALUE",
337
- * // phone: "STRING_VALUE",
338
- * // extension: "STRING_VALUE",
339
- * // },
340
- * // ],
341
- * // participantsToInclude: [
342
- * // {// Union: only one key present
343
- * // email: "STRING_VALUE",
344
- * // phone: "STRING_VALUE",
345
- * // extension: "STRING_VALUE",
346
- * // },
347
- * // ],
348
- * // participantsToExclude: [
349
- * // {// Union: only one key present
350
- * // email: "STRING_VALUE",
351
- * // phone: "STRING_VALUE",
352
- * // extension: "STRING_VALUE",
353
- * // },
354
- * // ],
355
- * // chatbots: [ // ListConversationsFilterKeyword
356
- * // "STRING_VALUE",
357
- * // ],
358
- * // voicebots: [
359
- * // "STRING_VALUE",
360
- * // ],
361
- * // service: [
362
- * // "STRING_VALUE",
363
- * // ],
364
- * // group: [
365
- * // "STRING_VALUE",
366
- * // ],
367
- * // department: [
368
- * // "STRING_VALUE",
369
- * // ],
370
- * // tag: "<ListConversationsFilterKeyword>",
371
- * // pbx: "<ListConversationsFilterKeyword>",
372
- * // trunk: "<ListConversationsFilterKeyword>",
373
- * // queue: "<ListConversationsFilterKeyword>",
374
- * // country: "<ListConversationsFilterKeyword>",
375
- * // location: "<ListConversationsFilterKeyword>",
376
- * // phases: [ // ListConversationsFilterPhases
377
- * // "STRING_VALUE",
378
- * // ],
379
- * // language: "<ListConversationsFilterKeyword>",
380
- * // duration: { // ListConversationsFilterNumber
381
- * // from: Number("int"),
382
- * // to: Number("int"),
383
- * // },
384
- * // interaction: { // ListConversationsFilterInteraction
385
- * // talkRatio: {
386
- * // from: Number("int"),
387
- * // to: Number("int"),
388
- * // },
389
- * // wordsPerMinute: {
390
- * // from: Number("int"),
391
- * // to: Number("int"),
392
- * // },
393
- * // interruptions: {
394
- * // from: Number("int"),
395
- * // to: Number("int"),
396
- * // },
397
- * // patience: { // ListConversationsFilterFloat
398
- * // from: Number("float"),
399
- * // to: Number("float"),
400
- * // },
401
- * // longestMonologue: {
402
- * // from: Number("int"),
403
- * // to: Number("int"),
404
- * // },
405
- * // longestCustomerStory: "<ListConversationsFilterNumber>",
406
- * // },
407
- * // recorded: true || false,
408
- * // transcribed: true || false,
409
- * // direction: { // ListConversationsFilterDirection
410
- * // inbound: true || false,
411
- * // outbound: true || false,
412
- * // internal: true || false,
413
- * // },
414
- * // insights: [ // ListConversationsFilterInsightsList
415
- * // { // ListConversationsFilterInsight
416
- * // projectionId: "STRING_VALUE", // required
417
- * // fieldId: "STRING_VALUE", // required
418
- * // match: "STRING_VALUE",
419
- * // matchAny: [ // StringList
420
- * // "STRING_VALUE",
421
- * // ],
422
- * // },
423
- * // ],
424
- * // channel: { // ListConversationsFilterChannel
425
- * // sms: true || false,
426
- * // whatsapp: true || false,
427
- * // kite: true || false,
428
- * // },
429
- * // date: { // ListConversationsFilterDate Union: only one key present
430
- * // absolute: { // ListConversationsFilterAbsoluteDate
431
- * // from: "STRING_VALUE",
432
- * // to: "STRING_VALUE",
433
- * // timeZone: "STRING_VALUE",
434
- * // },
435
- * // predefined: { // ListConversationsFilterPredefinedDate
436
- * // type: "THIS_QUARTER" || "THIS_MONTH" || "THIS_WEEK" || "TODAY" || "YESTERDAY" || "PREVIOUS_WEEK" || "PREVIOUS_MONTH" || "LAST_30_DAYS", // required
437
- * // timeZone: "STRING_VALUE",
438
- * // },
439
- * // },
440
- * // dayOfWeek: { // ListConversationsFilterDateIndex
441
- * // index: Number("int"),
442
- * // timeZone: "STRING_VALUE",
443
- * // },
444
- * // hourOfDay: {
445
- * // index: Number("int"),
446
- * // timeZone: "STRING_VALUE",
447
- * // },
448
- * // present: [ // ListConversationsFilterFieldsList
449
- * // { // ListConversationsFilterField Union: only one key present
450
- * // direction: true || false,
451
- * // service: true || false,
452
- * // group: true || false,
453
- * // department: true || false,
454
- * // chatbot: true || false,
455
- * // voicebot: true || false,
456
- * // tag: true || false,
457
- * // pbx: true || false,
458
- * // trunk: true || false,
459
- * // queue: true || false,
460
- * // country: true || false,
461
- * // location: true || false,
462
- * // language: true || false,
463
- * // projection: { // ListConversationsFilterProjectionField
464
- * // projectionId: "STRING_VALUE", // required
465
- * // fieldId: "STRING_VALUE", // required
466
- * // },
467
- * // },
468
- * // ],
469
- * // absent: [
470
- * // {// Union: only one key present
471
- * // direction: true || false,
472
- * // service: true || false,
473
- * // group: true || false,
474
- * // department: true || false,
475
- * // chatbot: true || false,
476
- * // voicebot: true || false,
477
- * // tag: true || false,
478
- * // pbx: true || false,
479
- * // trunk: true || false,
480
- * // queue: true || false,
481
- * // country: true || false,
482
- * // location: true || false,
483
- * // language: true || false,
484
- * // projection: {
485
- * // projectionId: "STRING_VALUE", // required
486
- * // fieldId: "STRING_VALUE", // required
487
- * // },
488
- * // },
489
- * // ],
490
- * // },
491
- * // model: "STRING_VALUE",
492
- * // group: "STRING_VALUE",
493
134
  * // fields: [ // ProjectionFieldsList // required
494
135
  * // { // ProjectionField
495
136
  * // id: "STRING_VALUE", // required
@@ -505,13 +146,14 @@ declare const CreateProjectionCommand_base: {
505
146
  * // ],
506
147
  * // multi: true || false,
507
148
  * // adaptive: true || false,
508
- * // adaptiveOptions: [
509
- * // "STRING_VALUE",
510
- * // ],
511
149
  * // },
512
150
  * // },
513
151
  * // },
514
152
  * // ],
153
+ * // model: { // ProjectionModel
154
+ * // provider: "OPENAI",
155
+ * // name: "STRING_VALUE",
156
+ * // },
515
157
  * // id: "STRING_VALUE", // required
516
158
  * // status: "ENABLED" || "PAUSED" || "DISABLED", // required
517
159
  * // version: Number("int"), // required
@@ -27,9 +27,7 @@ declare const CreateProjectionsCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
31
- *
32
- * @deprecated
30
+ * Creates a new projections category.
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const DeleteProjectionsCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
31
- *
32
- * @deprecated
30
+ * Deletes a projections category by its ID.
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -42,8 +42,7 @@ declare const DisableProjectionCommand_base: {
42
42
  * const response = await client.send(command);
43
43
  * // { // DisableProjectionOutput
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 DisableProjectionCommand_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 DisableProjectionCommand_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