@webex/event-dictionary-ts 1.0.1392 → 1.0.1394
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.
|
@@ -1068,6 +1068,7 @@ export interface Event {
|
|
|
1068
1068
|
| "client.switch.environment"
|
|
1069
1069
|
| "client.warhol.downloaded"
|
|
1070
1070
|
| "client.webapp-download.start"
|
|
1071
|
+
| "client.webapp-download.in-progress"
|
|
1071
1072
|
| "client.webapp-download.end"
|
|
1072
1073
|
| "client.whiteboard.loaded"
|
|
1073
1074
|
| "meeting.initiated"
|
|
@@ -10362,6 +10363,7 @@ export interface ClientEvent {
|
|
|
10362
10363
|
| "client.switch.environment"
|
|
10363
10364
|
| "client.warhol.downloaded"
|
|
10364
10365
|
| "client.webapp-download.start"
|
|
10366
|
+
| "client.webapp-download.in-progress"
|
|
10365
10367
|
| "client.webapp-download.end"
|
|
10366
10368
|
| "client.whiteboard.loaded"
|
|
10367
10369
|
| "meeting.initiated"
|
package/package.json
CHANGED