@webex/event-dictionary-ts 1.0.1350 → 1.0.1351

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.
@@ -3717,6 +3717,10 @@
3717
3717
  "type": "integer",
3718
3718
  "minimum": 0
3719
3719
  },
3720
+ "pstnIvrSvcMrsMeetingInfo": {
3721
+ "type": "integer",
3722
+ "minimum": 0
3723
+ },
3720
3724
  "videoMCCJMT": {
3721
3725
  "type": "integer",
3722
3726
  "minimum": 0
@@ -4190,6 +4190,10 @@
4190
4190
  "type": "integer",
4191
4191
  "minimum": 0
4192
4192
  },
4193
+ "pstnIvrSvcMrsMeetingInfo": {
4194
+ "type": "integer",
4195
+ "minimum": 0
4196
+ },
4193
4197
  "videoMCCJMT": {
4194
4198
  "type": "integer",
4195
4199
  "minimum": 0
@@ -1659,6 +1659,7 @@ export interface Event {
1659
1659
  pstnIvrSvcSipInviteToRinging?: number;
1660
1660
  pstnIvrSvcDialOutAudioLatency?: number;
1661
1661
  pstnIvrSvcEarlyOfferDelay?: number;
1662
+ pstnIvrSvcMrsMeetingInfo?: number;
1662
1663
  videoMCCJMT?: number;
1663
1664
  videoMCSJMT?: number;
1664
1665
  videoCBJMT?: number;
@@ -10926,6 +10927,7 @@ export interface ClientEvent {
10926
10927
  pstnIvrSvcSipInviteToRinging?: number;
10927
10928
  pstnIvrSvcDialOutAudioLatency?: number;
10928
10929
  pstnIvrSvcEarlyOfferDelay?: number;
10930
+ pstnIvrSvcMrsMeetingInfo?: number;
10929
10931
  videoMCCJMT?: number;
10930
10932
  videoMCSJMT?: number;
10931
10933
  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.1350"
31
+ "version": "1.0.1351"
32
32
  }