@webex/event-dictionary-ts 1.0.1303 → 1.0.1304
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.
|
@@ -1252,7 +1252,8 @@ export interface Event {
|
|
|
1252
1252
|
| "toast"
|
|
1253
1253
|
| "user-interaction"
|
|
1254
1254
|
| "web-ucf-crosslaunch"
|
|
1255
|
-
| "wireless-share"
|
|
1255
|
+
| "wireless-share"
|
|
1256
|
+
| "deep-link";
|
|
1256
1257
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1257
1258
|
displayLocation?:
|
|
1258
1259
|
| "toast"
|
|
@@ -10290,7 +10291,8 @@ export interface ClientEvent {
|
|
|
10290
10291
|
| "toast"
|
|
10291
10292
|
| "user-interaction"
|
|
10292
10293
|
| "web-ucf-crosslaunch"
|
|
10293
|
-
| "wireless-share"
|
|
10294
|
+
| "wireless-share"
|
|
10295
|
+
| "deep-link";
|
|
10294
10296
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10295
10297
|
displayLocation?:
|
|
10296
10298
|
| "toast"
|
package/package.json
CHANGED