@webex/event-dictionary-ts 1.0.1448 → 1.0.1449
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.
|
@@ -1069,6 +1069,7 @@ export interface Event {
|
|
|
1069
1069
|
| "client.login.start"
|
|
1070
1070
|
| "client.login.end"
|
|
1071
1071
|
| "client.switch.environment"
|
|
1072
|
+
| "client.waiting.user-action"
|
|
1072
1073
|
| "client.warhol.downloaded"
|
|
1073
1074
|
| "client.webapp-download.start"
|
|
1074
1075
|
| "client.webapp-download.in-progress"
|
|
@@ -11807,6 +11808,7 @@ export interface ClientEvent {
|
|
|
11807
11808
|
| "client.login.start"
|
|
11808
11809
|
| "client.login.end"
|
|
11809
11810
|
| "client.switch.environment"
|
|
11811
|
+
| "client.waiting.user-action"
|
|
11810
11812
|
| "client.warhol.downloaded"
|
|
11811
11813
|
| "client.webapp-download.start"
|
|
11812
11814
|
| "client.webapp-download.in-progress"
|
package/package.json
CHANGED