@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.
@@ -2425,6 +2425,7 @@
2425
2425
  "client.switch.app",
2426
2426
  "client.terminate.app",
2427
2427
  "client.unmuted",
2428
+ "client.webexapp.start-launch",
2428
2429
  "client.webexapp.launched",
2429
2430
  "client.login.start",
2430
2431
  "client.login.end",
@@ -2926,6 +2926,7 @@
2926
2926
  "client.switch.app",
2927
2927
  "client.terminate.app",
2928
2928
  "client.unmuted",
2929
+ "client.webexapp.start-launch",
2929
2930
  "client.webexapp.launched",
2930
2931
  "client.login.start",
2931
2932
  "client.login.end",
@@ -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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1575"
31
+ "version": "1.0.1576"
32
32
  }