@webex/event-dictionary-ts 1.0.1448 → 1.0.1449

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.
@@ -2253,6 +2253,7 @@
2253
2253
  "client.login.start",
2254
2254
  "client.login.end",
2255
2255
  "client.switch.environment",
2256
+ "client.waiting.user-action",
2256
2257
  "client.warhol.downloaded",
2257
2258
  "client.webapp-download.start",
2258
2259
  "client.webapp-download.in-progress",
@@ -2729,6 +2729,7 @@
2729
2729
  "client.login.start",
2730
2730
  "client.login.end",
2731
2731
  "client.switch.environment",
2732
+ "client.waiting.user-action",
2732
2733
  "client.warhol.downloaded",
2733
2734
  "client.webapp-download.start",
2734
2735
  "client.webapp-download.in-progress",
@@ -1069,6 +1069,7 @@ export interface Event {
1069
1069
  | "client.login.start"
1070
1070
  | "client.login.end"
1071
1071
  | "client.switch.environment"
1072
+ | "client.waiting.user-action"
1072
1073
  | "client.warhol.downloaded"
1073
1074
  | "client.webapp-download.start"
1074
1075
  | "client.webapp-download.in-progress"
@@ -11807,6 +11808,7 @@ export interface ClientEvent {
11807
11808
  | "client.login.start"
11808
11809
  | "client.login.end"
11809
11810
  | "client.switch.environment"
11811
+ | "client.waiting.user-action"
11810
11812
  | "client.warhol.downloaded"
11811
11813
  | "client.webapp-download.start"
11812
11814
  | "client.webapp-download.in-progress"
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.1448"
31
+ "version": "1.0.1449"
32
32
  }