@wxcc-desktop/sdk 1.3.13 → 1.3.15

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.
@@ -24,6 +24,8 @@ declare type Listeners = {
24
24
  eAgentCtqFailed: Parameters<AgentxService["aqm"]["contact"]["eAgentCtqFailed"]["listen"]>[0];
25
25
  eAgentCtqCancelFailed: Parameters<AgentxService["aqm"]["contact"]["eAgentCtqCancelFailed"]["listen"]>[0];
26
26
  eAgentConsultConferenceEndFailed: Parameters<AgentxService["aqm"]["contact"]["eAgentConsultConferenceEndFailed"]["listen"]>[0];
27
+ eAgentMonitorStateChanged: Parameters<AgentxService["aqm"]["contact"]["eAgentMonitorStateChanged"]["listen"]>[0];
28
+ eAgentMonitoringEnded: Parameters<AgentxService["aqm"]["contact"]["eAgentMonitoringEnded"]["listen"]>[0];
27
29
  };
28
30
  declare type AqmContactEvents = AqmServiceEntityEvents<Listeners>;
29
31
  declare type Config = {
@@ -74,6 +76,7 @@ export declare class AgentContactJsApi {
74
76
  supervisorDN?: string | undefined;
75
77
  id?: string | undefined;
76
78
  isWebCallMute?: boolean | undefined;
79
+ reservationInteractionId?: string | undefined;
77
80
  }> | undefined>;
78
81
  consultAccept(p: {
79
82
  interactionId: string;
@@ -108,6 +111,7 @@ export declare class AgentContactJsApi {
108
111
  supervisorDN?: string | undefined;
109
112
  id?: string | undefined;
110
113
  isWebCallMute?: boolean | undefined;
114
+ reservationInteractionId?: string | undefined;
111
115
  }> | undefined>;
112
116
  buddyAgents(p: {
113
117
  data: Service.Aqm.Contact.BuddyAgents;
@@ -153,6 +157,7 @@ export declare class AgentContactJsApi {
153
157
  supervisorDN?: string | undefined;
154
158
  id?: string | undefined;
155
159
  isWebCallMute?: boolean | undefined;
160
+ reservationInteractionId?: string | undefined;
156
161
  }> | undefined>;
157
162
  consultEnd(p: {
158
163
  interactionId: string;
@@ -188,6 +193,7 @@ export declare class AgentContactJsApi {
188
193
  supervisorDN?: string | undefined;
189
194
  id?: string | undefined;
190
195
  isWebCallMute?: boolean | undefined;
196
+ reservationInteractionId?: string | undefined;
191
197
  }> | undefined>;
192
198
  cancelCtq(p: {
193
199
  interactionId: string;
@@ -223,6 +229,7 @@ export declare class AgentContactJsApi {
223
229
  supervisorDN?: string | undefined;
224
230
  id?: string | undefined;
225
231
  isWebCallMute?: boolean | undefined;
232
+ reservationInteractionId?: string | undefined;
226
233
  }> | undefined>;
227
234
  wrapup(p: {
228
235
  interactionId: string;
@@ -258,6 +265,7 @@ export declare class AgentContactJsApi {
258
265
  supervisorDN?: string | undefined;
259
266
  id?: string | undefined;
260
267
  isWebCallMute?: boolean | undefined;
268
+ reservationInteractionId?: string | undefined;
261
269
  }> | undefined>;
262
270
  vteamTransfer(p: {
263
271
  interactionId: string;
@@ -293,6 +301,7 @@ export declare class AgentContactJsApi {
293
301
  supervisorDN?: string | undefined;
294
302
  id?: string | undefined;
295
303
  isWebCallMute?: boolean | undefined;
304
+ reservationInteractionId?: string | undefined;
296
305
  }> | undefined>;
297
306
  blindTransfer(p: {
298
307
  interactionId: string;
@@ -328,6 +337,7 @@ export declare class AgentContactJsApi {
328
337
  supervisorDN?: string | undefined;
329
338
  id?: string | undefined;
330
339
  isWebCallMute?: boolean | undefined;
340
+ reservationInteractionId?: string | undefined;
331
341
  }> | undefined>;
332
342
  hold(p: {
333
343
  interactionId: string;
@@ -365,6 +375,7 @@ export declare class AgentContactJsApi {
365
375
  supervisorDN?: string | undefined;
366
376
  id?: string | undefined;
367
377
  isWebCallMute?: boolean | undefined;
378
+ reservationInteractionId?: string | undefined;
368
379
  }> | undefined>;
369
380
  unHold(p: {
370
381
  interactionId: string;
@@ -402,6 +413,7 @@ export declare class AgentContactJsApi {
402
413
  supervisorDN?: string | undefined;
403
414
  id?: string | undefined;
404
415
  isWebCallMute?: boolean | undefined;
416
+ reservationInteractionId?: string | undefined;
405
417
  }> | undefined>;
406
418
  consult(p: {
407
419
  interactionId: string;
@@ -438,6 +450,7 @@ export declare class AgentContactJsApi {
438
450
  supervisorDN?: string | undefined;
439
451
  id?: string | undefined;
440
452
  isWebCallMute?: boolean | undefined;
453
+ reservationInteractionId?: string | undefined;
441
454
  }> | undefined>;
442
455
  consultConference(p: {
443
456
  interactionId: string;
@@ -473,6 +486,7 @@ export declare class AgentContactJsApi {
473
486
  supervisorDN?: string | undefined;
474
487
  id?: string | undefined;
475
488
  isWebCallMute?: boolean | undefined;
489
+ reservationInteractionId?: string | undefined;
476
490
  }> | undefined>;
477
491
  decline(p: {
478
492
  interactionId: string;
@@ -511,6 +525,7 @@ export declare class AgentContactJsApi {
511
525
  supervisorDN?: string | undefined;
512
526
  id?: string | undefined;
513
527
  isWebCallMute?: boolean | undefined;
528
+ reservationInteractionId?: string | undefined;
514
529
  }> | undefined>;
515
530
  consultTransfer(p: {
516
531
  interactionId: string;
@@ -546,6 +561,7 @@ export declare class AgentContactJsApi {
546
561
  supervisorDN?: string | undefined;
547
562
  id?: string | undefined;
548
563
  isWebCallMute?: boolean | undefined;
564
+ reservationInteractionId?: string | undefined;
549
565
  }> | undefined>;
550
566
  vteamList(p: {
551
567
  data: Service.Aqm.Contact.VTeam;
@@ -591,6 +607,7 @@ export declare class AgentContactJsApi {
591
607
  supervisorDN?: string | undefined;
592
608
  id?: string | undefined;
593
609
  isWebCallMute?: boolean | undefined;
610
+ reservationInteractionId?: string | undefined;
594
611
  }> | undefined>;
595
612
  resumeRecording(p: {
596
613
  interactionId: string;
@@ -628,6 +645,7 @@ export declare class AgentContactJsApi {
628
645
  supervisorDN?: string | undefined;
629
646
  id?: string | undefined;
630
647
  isWebCallMute?: boolean | undefined;
648
+ reservationInteractionId?: string | undefined;
631
649
  }> | undefined>;
632
650
  addEventListener<T extends keyof Listeners>(eventName: T, listener: Listeners[T]): void;
633
651
  addOnceEventListener<T extends keyof Listeners>(eventName: T, listener: Listeners[T]): void;
@@ -13,6 +13,8 @@ declare type Listeners = {
13
13
  eMonitoringHoldFailed: Parameters<AgentxService["aqm"]["supervisor"]["eMonitoringHoldFailed"]["listen"]>[0];
14
14
  eMonitoringUnHeld: Parameters<AgentxService["aqm"]["supervisor"]["eMonitoringUnHeld"]["listen"]>[0];
15
15
  eMonitoringUnHoldFailed: Parameters<AgentxService["aqm"]["supervisor"]["eMonitoringUnHoldFailed"]["listen"]>[0];
16
+ eBargedIn: Parameters<AgentxService["aqm"]["supervisor"]["eBargedIn"]["listen"]>[0];
17
+ eBargeInFailed: Parameters<AgentxService["aqm"]["supervisor"]["eBargeInFailed"]["listen"]>[0];
16
18
  };
17
19
  declare type AqmSupervisorEvents = AqmServiceEntityEvents<Listeners>;
18
20
  declare type Config = {
@@ -41,6 +43,9 @@ export declare class CallMonitorJsApi {
41
43
  unHoldMonitoring(p: {
42
44
  interactionId: string;
43
45
  }): Promise<any>;
46
+ bargeIn(p: {
47
+ interactionId: string;
48
+ }): Promise<any>;
44
49
  addEventListener<T extends keyof Listeners>(eventName: T, listener: Listeners[T]): void;
45
50
  addOnceEventListener<T extends keyof Listeners>(eventName: T, listener: Listeners[T]): void;
46
51
  removeEventListener<T extends keyof Listeners>(eventName: T, listener: Listeners[T]): void;
@@ -53,6 +53,7 @@ export declare class DialerJsApi {
53
53
  supervisorDN?: string | undefined;
54
54
  id?: string | undefined;
55
55
  isWebCallMute?: boolean | undefined;
56
+ reservationInteractionId?: string | undefined;
56
57
  }> | undefined>;
57
58
  updateCadVariables(p: {
58
59
  interactionId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wxcc-desktop/sdk",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "author": "Roman Manchenko",
5
5
  "license": "ISC",
6
6
  "repository": "git@sqbu-github.cisco.com:CBABU/agentx-js-api.git",
@@ -8,7 +8,7 @@
8
8
  "types": "./dist/types/index.d.ts",
9
9
  "dependencies": {
10
10
  "@uuip/unified-ui-platform-sdk": "^1.3.6",
11
- "@wxcc-desktop/sdk-types": "^1.0.8",
11
+ "@wxcc-desktop/sdk-types": "^1.0.10",
12
12
  "event-emitter": "^0.3.5",
13
13
  "js-cookie": "^3.0.1"
14
14
  },