@wildix/wda-insights-client 1.1.33 → 1.1.34
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.
|
@@ -384,18 +384,9 @@ declare const ListConversationsCommand_base: {
|
|
|
384
384
|
* // },
|
|
385
385
|
* // },
|
|
386
386
|
* // ],
|
|
387
|
-
* //
|
|
388
|
-
* //
|
|
389
|
-
* //
|
|
390
|
-
* // name: "STRING_VALUE",
|
|
391
|
-
* // email: "STRING_VALUE",
|
|
392
|
-
* // userId: "STRING_VALUE",
|
|
393
|
-
* // userExtension: "STRING_VALUE",
|
|
394
|
-
* // userDepartment: "STRING_VALUE",
|
|
395
|
-
* // groupId: "STRING_VALUE",
|
|
396
|
-
* // groupName: "STRING_VALUE",
|
|
397
|
-
* // },
|
|
398
|
-
* // ],
|
|
387
|
+
* // notifications: { // CallFlowNotifications
|
|
388
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
389
|
+
* // },
|
|
399
390
|
* // id: "STRING_VALUE", // required
|
|
400
391
|
* // pbx: "STRING_VALUE", // required
|
|
401
392
|
* // time: Number("long"), // required
|
|
@@ -210,18 +210,9 @@ declare const ListPlaylistItemsCommand_base: {
|
|
|
210
210
|
* // },
|
|
211
211
|
* // },
|
|
212
212
|
* // ],
|
|
213
|
-
* //
|
|
214
|
-
* //
|
|
215
|
-
* //
|
|
216
|
-
* // name: "STRING_VALUE",
|
|
217
|
-
* // email: "STRING_VALUE",
|
|
218
|
-
* // userId: "STRING_VALUE",
|
|
219
|
-
* // userExtension: "STRING_VALUE",
|
|
220
|
-
* // userDepartment: "STRING_VALUE",
|
|
221
|
-
* // groupId: "STRING_VALUE",
|
|
222
|
-
* // groupName: "STRING_VALUE",
|
|
223
|
-
* // },
|
|
224
|
-
* // ],
|
|
213
|
+
* // notifications: { // CallFlowNotifications
|
|
214
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
215
|
+
* // },
|
|
225
216
|
* // id: "STRING_VALUE", // required
|
|
226
217
|
* // pbx: "STRING_VALUE", // required
|
|
227
218
|
* // time: Number("long"), // required
|
|
@@ -208,18 +208,9 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
208
208
|
* // },
|
|
209
209
|
* // },
|
|
210
210
|
* // ],
|
|
211
|
-
* //
|
|
212
|
-
* //
|
|
213
|
-
* //
|
|
214
|
-
* // name: "STRING_VALUE",
|
|
215
|
-
* // email: "STRING_VALUE",
|
|
216
|
-
* // userId: "STRING_VALUE",
|
|
217
|
-
* // userExtension: "STRING_VALUE",
|
|
218
|
-
* // userDepartment: "STRING_VALUE",
|
|
219
|
-
* // groupId: "STRING_VALUE",
|
|
220
|
-
* // groupName: "STRING_VALUE",
|
|
221
|
-
* // },
|
|
222
|
-
* // ],
|
|
211
|
+
* // notifications: { // CallFlowNotifications
|
|
212
|
+
* // destinations: "<CallFlowAttachmentDestinationList>",
|
|
213
|
+
* // },
|
|
223
214
|
* // id: "STRING_VALUE", // required
|
|
224
215
|
* // pbx: "STRING_VALUE", // required
|
|
225
216
|
* // time: Number("long"), // required
|
|
@@ -305,6 +305,12 @@ export declare const License: {
|
|
|
305
305
|
* @public
|
|
306
306
|
*/
|
|
307
307
|
export type License = typeof License[keyof typeof License];
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
export interface CallFlowNotifications {
|
|
312
|
+
destinations?: (CallFlowAttachmentDestination)[] | undefined;
|
|
313
|
+
}
|
|
308
314
|
/**
|
|
309
315
|
* @public
|
|
310
316
|
* @enum
|
|
@@ -433,7 +439,7 @@ export interface CallRecord {
|
|
|
433
439
|
*/
|
|
434
440
|
attachmentDestinations?: (CallFlowAttachmentDestination)[] | undefined;
|
|
435
441
|
attachments?: (CallFlowAttachment)[] | undefined;
|
|
436
|
-
|
|
442
|
+
notifications?: CallFlowNotifications | undefined;
|
|
437
443
|
id: string;
|
|
438
444
|
pbx: string;
|
|
439
445
|
time: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-insights-client",
|
|
3
3
|
"description": "@wildix/wda-insights-client client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.34",
|
|
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",
|