@webex/event-dictionary-ts 1.0.1280 → 1.0.1282
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.
|
@@ -1226,6 +1226,7 @@ export interface Event {
|
|
|
1226
1226
|
| "bricklet"
|
|
1227
1227
|
| "call-history"
|
|
1228
1228
|
| "companion-join"
|
|
1229
|
+
| "app-hub"
|
|
1229
1230
|
| "contact-profile"
|
|
1230
1231
|
| "dialpad"
|
|
1231
1232
|
| "loci-update"
|
|
@@ -10066,6 +10067,7 @@ export interface ClientEvent {
|
|
|
10066
10067
|
| "bricklet"
|
|
10067
10068
|
| "call-history"
|
|
10068
10069
|
| "companion-join"
|
|
10070
|
+
| "app-hub"
|
|
10069
10071
|
| "contact-profile"
|
|
10070
10072
|
| "dialpad"
|
|
10071
10073
|
| "loci-update"
|
package/package.json
CHANGED