@webex/event-dictionary-ts 1.0.1369 → 1.0.1370
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.
|
@@ -1302,7 +1302,8 @@ export interface Event {
|
|
|
1302
1302
|
| "user-interaction"
|
|
1303
1303
|
| "web-ucf-crosslaunch"
|
|
1304
1304
|
| "wireless-share"
|
|
1305
|
-
| "deep-link"
|
|
1305
|
+
| "deep-link"
|
|
1306
|
+
| "protocol-generated-link";
|
|
1306
1307
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1307
1308
|
displayLocation?:
|
|
1308
1309
|
| "toast"
|
|
@@ -10614,7 +10615,8 @@ export interface ClientEvent {
|
|
|
10614
10615
|
| "user-interaction"
|
|
10615
10616
|
| "web-ucf-crosslaunch"
|
|
10616
10617
|
| "wireless-share"
|
|
10617
|
-
| "deep-link"
|
|
10618
|
+
| "deep-link"
|
|
10619
|
+
| "protocol-generated-link";
|
|
10618
10620
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10619
10621
|
displayLocation?:
|
|
10620
10622
|
| "toast"
|
package/package.json
CHANGED