@webex/event-dictionary-ts 1.0.1392 → 1.0.1394

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.switch.environment",
2254
2254
  "client.warhol.downloaded",
2255
2255
  "client.webapp-download.start",
2256
+ "client.webapp-download.in-progress",
2256
2257
  "client.webapp-download.end",
2257
2258
  "client.whiteboard.loaded",
2258
2259
  "meeting.initiated",
@@ -2728,6 +2728,7 @@
2728
2728
  "client.switch.environment",
2729
2729
  "client.warhol.downloaded",
2730
2730
  "client.webapp-download.start",
2731
+ "client.webapp-download.in-progress",
2731
2732
  "client.webapp-download.end",
2732
2733
  "client.whiteboard.loaded",
2733
2734
  "meeting.initiated",
@@ -1068,6 +1068,7 @@ export interface Event {
1068
1068
  | "client.switch.environment"
1069
1069
  | "client.warhol.downloaded"
1070
1070
  | "client.webapp-download.start"
1071
+ | "client.webapp-download.in-progress"
1071
1072
  | "client.webapp-download.end"
1072
1073
  | "client.whiteboard.loaded"
1073
1074
  | "meeting.initiated"
@@ -10362,6 +10363,7 @@ export interface ClientEvent {
10362
10363
  | "client.switch.environment"
10363
10364
  | "client.warhol.downloaded"
10364
10365
  | "client.webapp-download.start"
10366
+ | "client.webapp-download.in-progress"
10365
10367
  | "client.webapp-download.end"
10366
10368
  | "client.whiteboard.loaded"
10367
10369
  | "meeting.initiated"
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.1392"
31
+ "version": "1.0.1394"
32
32
  }