@webex/event-dictionary-ts 1.0.1293 → 1.0.1295
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.
|
@@ -81,7 +81,9 @@ export interface Event {
|
|
|
81
81
|
| "tfs"
|
|
82
82
|
| "webacd"
|
|
83
83
|
| "url-handler"
|
|
84
|
-
| "thinclient"
|
|
84
|
+
| "thinclient"
|
|
85
|
+
| "switch-to-web"
|
|
86
|
+
| "switch-to-native";
|
|
85
87
|
clientLaunchMethod?:
|
|
86
88
|
| "url-handler"
|
|
87
89
|
| "universal-link"
|
|
@@ -1358,7 +1360,9 @@ export interface Event {
|
|
|
1358
1360
|
| "tfs"
|
|
1359
1361
|
| "webacd"
|
|
1360
1362
|
| "url-handler"
|
|
1361
|
-
| "thinclient"
|
|
1363
|
+
| "thinclient"
|
|
1364
|
+
| "switch-to-web"
|
|
1365
|
+
| "switch-to-native";
|
|
1362
1366
|
clientLaunchMethod?:
|
|
1363
1367
|
| "url-handler"
|
|
1364
1368
|
| "universal-link"
|
|
@@ -10255,7 +10259,9 @@ export interface ClientEvent {
|
|
|
10255
10259
|
| "tfs"
|
|
10256
10260
|
| "webacd"
|
|
10257
10261
|
| "url-handler"
|
|
10258
|
-
| "thinclient"
|
|
10262
|
+
| "thinclient"
|
|
10263
|
+
| "switch-to-web"
|
|
10264
|
+
| "switch-to-native";
|
|
10259
10265
|
clientLaunchMethod?:
|
|
10260
10266
|
| "url-handler"
|
|
10261
10267
|
| "universal-link"
|
package/package.json
CHANGED