@webex/event-dictionary-ts 1.0.1352 → 1.0.1354
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.
|
@@ -1275,6 +1275,7 @@ export interface Event {
|
|
|
1275
1275
|
| "app-hub"
|
|
1276
1276
|
| "contact-profile"
|
|
1277
1277
|
| "dialpad"
|
|
1278
|
+
| "exited-app"
|
|
1278
1279
|
| "loci-update"
|
|
1279
1280
|
| "mc-crosslaunch"
|
|
1280
1281
|
| "media-engine-event"
|
|
@@ -10548,6 +10549,7 @@ export interface ClientEvent {
|
|
|
10548
10549
|
| "app-hub"
|
|
10549
10550
|
| "contact-profile"
|
|
10550
10551
|
| "dialpad"
|
|
10552
|
+
| "exited-app"
|
|
10551
10553
|
| "loci-update"
|
|
10552
10554
|
| "mc-crosslaunch"
|
|
10553
10555
|
| "media-engine-event"
|
package/package.json
CHANGED