@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.
|
@@ -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