@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.
@@ -3119,6 +3119,7 @@
3119
3119
  "carPlay",
3120
3120
  "APNS",
3121
3121
  "widget-meeting",
3122
+ "user-activity",
3122
3123
  "companion-join",
3123
3124
  "app-hub",
3124
3125
  "contact-profile",
@@ -3643,6 +3643,7 @@
3643
3643
  "carPlay",
3644
3644
  "APNS",
3645
3645
  "widget-meeting",
3646
+ "user-activity",
3646
3647
  "companion-join",
3647
3648
  "app-hub",
3648
3649
  "contact-profile",
@@ -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
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1880"
30
+ "version": "1.0.1881"
31
31
  }