@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.
@@ -2245,6 +2245,7 @@
2245
2245
  "client.started-from-crash",
2246
2246
  "client.stuntrace.failed",
2247
2247
  "client.switch.app",
2248
+ "client.terminate.app",
2248
2249
  "client.unmuted",
2249
2250
  "client.webexapp.launched",
2250
2251
  "client.login.start",
@@ -2720,6 +2720,7 @@
2720
2720
  "client.started-from-crash",
2721
2721
  "client.stuntrace.failed",
2722
2722
  "client.switch.app",
2723
+ "client.terminate.app",
2723
2724
  "client.unmuted",
2724
2725
  "client.webexapp.launched",
2725
2726
  "client.login.start",
@@ -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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1377"
31
+ "version": "1.0.1378"
32
32
  }