@webex/event-dictionary-ts 1.0.1386 → 1.0.1388

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.
@@ -2823,6 +2823,7 @@
2823
2823
  "search",
2824
2824
  "signaling",
2825
2825
  "space-share",
2826
+ "third-party-interop",
2826
2827
  "timeout",
2827
2828
  "toast",
2828
2829
  "user-interaction",
@@ -3298,6 +3298,7 @@
3298
3298
  "search",
3299
3299
  "signaling",
3300
3300
  "space-share",
3301
+ "third-party-interop",
3301
3302
  "timeout",
3302
3303
  "toast",
3303
3304
  "user-interaction",
@@ -1298,6 +1298,7 @@ export interface Event {
1298
1298
  | "search"
1299
1299
  | "signaling"
1300
1300
  | "space-share"
1301
+ | "third-party-interop"
1301
1302
  | "timeout"
1302
1303
  | "toast"
1303
1304
  | "user-interaction"
@@ -10583,6 +10584,7 @@ export interface ClientEvent {
10583
10584
  | "search"
10584
10585
  | "signaling"
10585
10586
  | "space-share"
10587
+ | "third-party-interop"
10586
10588
  | "timeout"
10587
10589
  | "toast"
10588
10590
  | "user-interaction"
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1386"
31
+ "version": "1.0.1388"
32
32
  }