@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.
@@ -3088,6 +3088,8 @@
3088
3088
  "bricklet",
3089
3089
  "call-history",
3090
3090
  "carPlay",
3091
+ "APNS",
3092
+ "widget-meeting",
3091
3093
  "companion-join",
3092
3094
  "app-hub",
3093
3095
  "contact-profile",
@@ -3612,6 +3612,8 @@
3612
3612
  "bricklet",
3613
3613
  "call-history",
3614
3614
  "carPlay",
3615
+ "APNS",
3616
+ "widget-meeting",
3615
3617
  "companion-join",
3616
3618
  "app-hub",
3617
3619
  "contact-profile",
@@ -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
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1857"
30
+ "version": "1.0.1859"
31
31
  }