@webex/event-dictionary-ts 1.0.1731 → 1.0.1732

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.
@@ -10356,6 +10356,7 @@
10356
10356
  "ivr.mrs.accessnumber.validation",
10357
10357
  "ivr.mrs.meetinginfo.instanceid.query",
10358
10358
  "ivr.mrs.meetinginfo.query",
10359
+ "ivr.mrs.pcn.query",
10359
10360
  "ivr.mrs.routingprofile.query",
10360
10361
  "ivr.mrs.usersummary.query",
10361
10362
  "ivr.notify.request",
@@ -4652,6 +4652,7 @@ export interface Event {
4652
4652
  | "ivr.mrs.accessnumber.validation"
4653
4653
  | "ivr.mrs.meetinginfo.instanceid.query"
4654
4654
  | "ivr.mrs.meetinginfo.query"
4655
+ | "ivr.mrs.pcn.query"
4655
4656
  | "ivr.mrs.routingprofile.query"
4656
4657
  | "ivr.mrs.usersummary.query"
4657
4658
  | "ivr.notify.request"
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.1731"
31
+ "version": "1.0.1732"
32
32
  }