@webex/event-dictionary-ts 1.0.1880 → 1.0.1881
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.
|
@@ -1572,6 +1572,7 @@ export interface Event {
|
|
|
1572
1572
|
| "carPlay"
|
|
1573
1573
|
| "APNS"
|
|
1574
1574
|
| "widget-meeting"
|
|
1575
|
+
| "user-activity"
|
|
1575
1576
|
| "companion-join"
|
|
1576
1577
|
| "app-hub"
|
|
1577
1578
|
| "contact-profile"
|
|
@@ -15955,6 +15956,7 @@ export interface ClientEvent {
|
|
|
15955
15956
|
| "carPlay"
|
|
15956
15957
|
| "APNS"
|
|
15957
15958
|
| "widget-meeting"
|
|
15959
|
+
| "user-activity"
|
|
15958
15960
|
| "companion-join"
|
|
15959
15961
|
| "app-hub"
|
|
15960
15962
|
| "contact-profile"
|
package/package.json
CHANGED