@webex/event-dictionary-ts 1.0.1295 → 1.0.1297

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.
@@ -1595,6 +1595,7 @@ export interface Event {
1595
1595
  pstnDialInReferL2SIPJoinReq?: number;
1596
1596
  pstnDialInReferL2SIPRoapOk?: number;
1597
1597
  pstnIvrSvcJMT?: number;
1598
+ pstnIvrSvcDialOutAudioLatency?: number;
1598
1599
  videoMCCJMT?: number;
1599
1600
  videoMCSJMT?: number;
1600
1601
  videoCBJMT?: number;
@@ -10494,6 +10495,7 @@ export interface ClientEvent {
10494
10495
  pstnDialInReferL2SIPJoinReq?: number;
10495
10496
  pstnDialInReferL2SIPRoapOk?: number;
10496
10497
  pstnIvrSvcJMT?: number;
10498
+ pstnIvrSvcDialOutAudioLatency?: number;
10497
10499
  videoMCCJMT?: number;
10498
10500
  videoMCSJMT?: number;
10499
10501
  videoCBJMT?: number;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1295"
31
+ "version": "1.0.1297"
32
32
  }