@webex/event-dictionary-ts 1.0.1575 → 1.0.1576
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.
|
@@ -1181,6 +1181,7 @@ export interface Event {
|
|
|
1181
1181
|
| "client.switch.app"
|
|
1182
1182
|
| "client.terminate.app"
|
|
1183
1183
|
| "client.unmuted"
|
|
1184
|
+
| "client.webexapp.start-launch"
|
|
1184
1185
|
| "client.webexapp.launched"
|
|
1185
1186
|
| "client.login.start"
|
|
1186
1187
|
| "client.login.end"
|
|
@@ -13197,6 +13198,7 @@ export interface ClientEvent {
|
|
|
13197
13198
|
| "client.switch.app"
|
|
13198
13199
|
| "client.terminate.app"
|
|
13199
13200
|
| "client.unmuted"
|
|
13201
|
+
| "client.webexapp.start-launch"
|
|
13200
13202
|
| "client.webexapp.launched"
|
|
13201
13203
|
| "client.login.start"
|
|
13202
13204
|
| "client.login.end"
|
package/package.json
CHANGED