@webex/event-dictionary-ts 1.0.1377 → 1.0.1378
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.
|
@@ -1060,6 +1060,7 @@ export interface Event {
|
|
|
1060
1060
|
| "client.started-from-crash"
|
|
1061
1061
|
| "client.stuntrace.failed"
|
|
1062
1062
|
| "client.switch.app"
|
|
1063
|
+
| "client.terminate.app"
|
|
1063
1064
|
| "client.unmuted"
|
|
1064
1065
|
| "client.webexapp.launched"
|
|
1065
1066
|
| "client.login.start"
|
|
@@ -10375,6 +10376,7 @@ export interface ClientEvent {
|
|
|
10375
10376
|
| "client.started-from-crash"
|
|
10376
10377
|
| "client.stuntrace.failed"
|
|
10377
10378
|
| "client.switch.app"
|
|
10379
|
+
| "client.terminate.app"
|
|
10378
10380
|
| "client.unmuted"
|
|
10379
10381
|
| "client.webexapp.launched"
|
|
10380
10382
|
| "client.login.start"
|
package/package.json
CHANGED