@webex/event-dictionary-ts 1.0.2216 → 1.0.2218

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.
@@ -2684,6 +2684,7 @@
2684
2684
  "page.meeting.waiting.user-action",
2685
2685
  "page.meeting.webexapp.launched",
2686
2686
  "page.meeting.webinstaller.started",
2687
+ "page.meeting.webinstaller.ended",
2687
2688
  "client.feature.ptplugin.distribution"
2688
2689
  ],
2689
2690
  "type": "string"
@@ -3324,6 +3324,7 @@
3324
3324
  "page.meeting.waiting.user-action",
3325
3325
  "page.meeting.webexapp.launched",
3326
3326
  "page.meeting.webinstaller.started",
3327
+ "page.meeting.webinstaller.ended",
3327
3328
  "client.feature.ptplugin.distribution"
3328
3329
  ],
3329
3330
  "type": "string"
@@ -1508,6 +1508,7 @@ export interface Event {
1508
1508
  | "page.meeting.waiting.user-action"
1509
1509
  | "page.meeting.webexapp.launched"
1510
1510
  | "page.meeting.webinstaller.started"
1511
+ | "page.meeting.webinstaller.ended"
1511
1512
  | "client.feature.ptplugin.distribution";
1512
1513
  /**
1513
1514
  * Base type for the various identifiers used to connect the dots.
@@ -18153,6 +18154,7 @@ export interface ClientEvent {
18153
18154
  | "page.meeting.waiting.user-action"
18154
18155
  | "page.meeting.webexapp.launched"
18155
18156
  | "page.meeting.webinstaller.started"
18157
+ | "page.meeting.webinstaller.ended"
18156
18158
  | "client.feature.ptplugin.distribution";
18157
18159
  /**
18158
18160
  * Base type for the various identifiers used to connect the dots.
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2216"
35
+ "version": "1.0.2218"
36
36
  }