@webex/event-dictionary-ts 1.0.2040 → 1.0.2042

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.
@@ -2340,6 +2340,7 @@
2340
2340
  "client.installer.fallback",
2341
2341
  "client.installer.install-app",
2342
2342
  "client.installer.launch-app",
2343
+ "client.installer.switch.to.webapp",
2343
2344
  "client.launcher.start",
2344
2345
  "client.launcher.selfupgrade.start",
2345
2346
  "client.launcher.selfupgrade.end",
@@ -2894,6 +2894,7 @@
2894
2894
  "client.installer.fallback",
2895
2895
  "client.installer.install-app",
2896
2896
  "client.installer.launch-app",
2897
+ "client.installer.switch.to.webapp",
2897
2898
  "client.launcher.start",
2898
2899
  "client.launcher.selfupgrade.start",
2899
2900
  "client.launcher.selfupgrade.end",
@@ -1180,6 +1180,7 @@ export interface Event {
1180
1180
  | "client.installer.fallback"
1181
1181
  | "client.installer.install-app"
1182
1182
  | "client.installer.launch-app"
1183
+ | "client.installer.switch.to.webapp"
1183
1184
  | "client.launcher.start"
1184
1185
  | "client.launcher.selfupgrade.start"
1185
1186
  | "client.launcher.selfupgrade.end"
@@ -16500,6 +16501,7 @@ export interface ClientEvent {
16500
16501
  | "client.installer.fallback"
16501
16502
  | "client.installer.install-app"
16502
16503
  | "client.installer.launch-app"
16504
+ | "client.installer.switch.to.webapp"
16503
16505
  | "client.launcher.start"
16504
16506
  | "client.launcher.selfupgrade.start"
16505
16507
  | "client.launcher.selfupgrade.end"
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2040"
30
+ "version": "1.0.2042"
31
31
  }