@webex/event-dictionary-ts 1.0.1326 → 1.0.1327
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.
|
@@ -2105,6 +2105,10 @@
|
|
|
2105
2105
|
"client.ice.start",
|
|
2106
2106
|
"client.installer.start",
|
|
2107
2107
|
"client.installer.end",
|
|
2108
|
+
"client.installer.download-app",
|
|
2109
|
+
"client.installer.decompress-app",
|
|
2110
|
+
"client.installer.install-app",
|
|
2111
|
+
"client.installer.launch-app",
|
|
2108
2112
|
"client.interstitial-window.launched",
|
|
2109
2113
|
"client.interstitial-window.start-launch",
|
|
2110
2114
|
"client.ivr.join.request",
|
|
@@ -2577,6 +2577,10 @@
|
|
|
2577
2577
|
"client.ice.start",
|
|
2578
2578
|
"client.installer.start",
|
|
2579
2579
|
"client.installer.end",
|
|
2580
|
+
"client.installer.download-app",
|
|
2581
|
+
"client.installer.decompress-app",
|
|
2582
|
+
"client.installer.install-app",
|
|
2583
|
+
"client.installer.launch-app",
|
|
2580
2584
|
"client.interstitial-window.launched",
|
|
2581
2585
|
"client.interstitial-window.start-launch",
|
|
2582
2586
|
"client.ivr.join.request",
|
|
@@ -914,6 +914,10 @@ export interface Event {
|
|
|
914
914
|
| "client.ice.start"
|
|
915
915
|
| "client.installer.start"
|
|
916
916
|
| "client.installer.end"
|
|
917
|
+
| "client.installer.download-app"
|
|
918
|
+
| "client.installer.decompress-app"
|
|
919
|
+
| "client.installer.install-app"
|
|
920
|
+
| "client.installer.launch-app"
|
|
917
921
|
| "client.interstitial-window.launched"
|
|
918
922
|
| "client.interstitial-window.start-launch"
|
|
919
923
|
| "client.ivr.join.request"
|
|
@@ -10093,6 +10097,10 @@ export interface ClientEvent {
|
|
|
10093
10097
|
| "client.ice.start"
|
|
10094
10098
|
| "client.installer.start"
|
|
10095
10099
|
| "client.installer.end"
|
|
10100
|
+
| "client.installer.download-app"
|
|
10101
|
+
| "client.installer.decompress-app"
|
|
10102
|
+
| "client.installer.install-app"
|
|
10103
|
+
| "client.installer.launch-app"
|
|
10096
10104
|
| "client.interstitial-window.launched"
|
|
10097
10105
|
| "client.interstitial-window.start-launch"
|
|
10098
10106
|
| "client.ivr.join.request"
|
package/package.json
CHANGED