@webex/event-dictionary-ts 1.0.1857 → 1.0.1859
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.
|
@@ -1558,6 +1558,8 @@ export interface Event {
|
|
|
1558
1558
|
| "bricklet"
|
|
1559
1559
|
| "call-history"
|
|
1560
1560
|
| "carPlay"
|
|
1561
|
+
| "APNS"
|
|
1562
|
+
| "widget-meeting"
|
|
1561
1563
|
| "companion-join"
|
|
1562
1564
|
| "app-hub"
|
|
1563
1565
|
| "contact-profile"
|
|
@@ -15823,6 +15825,8 @@ export interface ClientEvent {
|
|
|
15823
15825
|
| "bricklet"
|
|
15824
15826
|
| "call-history"
|
|
15825
15827
|
| "carPlay"
|
|
15828
|
+
| "APNS"
|
|
15829
|
+
| "widget-meeting"
|
|
15826
15830
|
| "companion-join"
|
|
15827
15831
|
| "app-hub"
|
|
15828
15832
|
| "contact-profile"
|
package/package.json
CHANGED