@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.
@@ -2799,6 +2799,7 @@
2799
2799
  "app-hub",
2800
2800
  "contact-profile",
2801
2801
  "dialpad",
2802
+ "exited-app",
2802
2803
  "loci-update",
2803
2804
  "mc-crosslaunch",
2804
2805
  "media-engine-event",
@@ -3273,6 +3273,7 @@
3273
3273
  "app-hub",
3274
3274
  "contact-profile",
3275
3275
  "dialpad",
3276
+ "exited-app",
3276
3277
  "loci-update",
3277
3278
  "mc-crosslaunch",
3278
3279
  "media-engine-event",
@@ -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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1352"
31
+ "version": "1.0.1354"
32
32
  }