@webex/event-dictionary-ts 1.0.1238 → 1.0.1239
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.
|
@@ -1011,6 +1011,8 @@ export interface Event {
|
|
|
1011
1011
|
| "client.login.end"
|
|
1012
1012
|
| "client.switch.environment"
|
|
1013
1013
|
| "client.warhol.downloaded"
|
|
1014
|
+
| "client.webapp-download.start"
|
|
1015
|
+
| "client.webapp-download.end"
|
|
1014
1016
|
| "client.whiteboard.loaded"
|
|
1015
1017
|
| "meeting.initiated"
|
|
1016
1018
|
| "meeting.converged.initiated"
|
|
@@ -9558,6 +9560,8 @@ export interface ClientEvent {
|
|
|
9558
9560
|
| "client.login.end"
|
|
9559
9561
|
| "client.switch.environment"
|
|
9560
9562
|
| "client.warhol.downloaded"
|
|
9563
|
+
| "client.webapp-download.start"
|
|
9564
|
+
| "client.webapp-download.end"
|
|
9561
9565
|
| "client.whiteboard.loaded"
|
|
9562
9566
|
| "meeting.initiated"
|
|
9563
9567
|
| "meeting.converged.initiated"
|
package/package.json
CHANGED