@webex/event-dictionary-ts 1.0.1730 → 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.
@@ -2333,6 +2333,8 @@
2333
2333
  "client.share.paused",
2334
2334
  "client.share.selected-app",
2335
2335
  "client.share.stopped",
2336
+ "client.sign-in.start",
2337
+ "client.sign-in.end",
2336
2338
  "client.started-after-shutdown",
2337
2339
  "client.started-from-crash",
2338
2340
  "client.stuntrace.failed",
@@ -2844,6 +2844,8 @@
2844
2844
  "client.share.paused",
2845
2845
  "client.share.selected-app",
2846
2846
  "client.share.stopped",
2847
+ "client.sign-in.start",
2848
+ "client.sign-in.end",
2847
2849
  "client.started-after-shutdown",
2848
2850
  "client.started-from-crash",
2849
2851
  "client.stuntrace.failed",
@@ -10354,6 +10356,7 @@
10354
10356
  "ivr.mrs.accessnumber.validation",
10355
10357
  "ivr.mrs.meetinginfo.instanceid.query",
10356
10358
  "ivr.mrs.meetinginfo.query",
10359
+ "ivr.mrs.pcn.query",
10357
10360
  "ivr.mrs.routingprofile.query",
10358
10361
  "ivr.mrs.usersummary.query",
10359
10362
  "ivr.notify.request",
@@ -1212,6 +1212,8 @@ export interface Event {
1212
1212
  | "client.share.paused"
1213
1213
  | "client.share.selected-app"
1214
1214
  | "client.share.stopped"
1215
+ | "client.sign-in.start"
1216
+ | "client.sign-in.end"
1215
1217
  | "client.started-after-shutdown"
1216
1218
  | "client.started-from-crash"
1217
1219
  | "client.stuntrace.failed"
@@ -4650,6 +4652,7 @@ export interface Event {
4650
4652
  | "ivr.mrs.accessnumber.validation"
4651
4653
  | "ivr.mrs.meetinginfo.instanceid.query"
4652
4654
  | "ivr.mrs.meetinginfo.query"
4655
+ | "ivr.mrs.pcn.query"
4653
4656
  | "ivr.mrs.routingprofile.query"
4654
4657
  | "ivr.mrs.usersummary.query"
4655
4658
  | "ivr.notify.request"
@@ -14777,6 +14780,8 @@ export interface ClientEvent {
14777
14780
  | "client.share.paused"
14778
14781
  | "client.share.selected-app"
14779
14782
  | "client.share.stopped"
14783
+ | "client.sign-in.start"
14784
+ | "client.sign-in.end"
14780
14785
  | "client.started-after-shutdown"
14781
14786
  | "client.started-from-crash"
14782
14787
  | "client.stuntrace.failed"
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.1730"
31
+ "version": "1.0.1732"
32
32
  }