@webex/event-dictionary-ts 1.0.2100 → 1.0.2101
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.
|
@@ -27899,7 +27899,8 @@
|
|
|
27899
27899
|
"client.feature.mta.launched",
|
|
27900
27900
|
"client.feature.report",
|
|
27901
27901
|
"client.feature.vdi.collect.thinclient.log",
|
|
27902
|
-
"client.feature.webexapplauncher.install-webexapp"
|
|
27902
|
+
"client.feature.webexapplauncher.install-webexapp",
|
|
27903
|
+
"client.feature.ptplugin.distribution"
|
|
27903
27904
|
],
|
|
27904
27905
|
"type": "string"
|
|
27905
27906
|
},
|
|
@@ -2404,7 +2404,8 @@
|
|
|
2404
2404
|
"client.feature.mta.launched",
|
|
2405
2405
|
"client.feature.report",
|
|
2406
2406
|
"client.feature.vdi.collect.thinclient.log",
|
|
2407
|
-
"client.feature.webexapplauncher.install-webexapp"
|
|
2407
|
+
"client.feature.webexapplauncher.install-webexapp",
|
|
2408
|
+
"client.feature.ptplugin.distribution"
|
|
2408
2409
|
],
|
|
2409
2410
|
"type": "string"
|
|
2410
2411
|
},
|
|
@@ -12053,7 +12053,8 @@ export interface Event {
|
|
|
12053
12053
|
| "client.feature.mta.launched"
|
|
12054
12054
|
| "client.feature.report"
|
|
12055
12055
|
| "client.feature.vdi.collect.thinclient.log"
|
|
12056
|
-
| "client.feature.webexapplauncher.install-webexapp"
|
|
12056
|
+
| "client.feature.webexapplauncher.install-webexapp"
|
|
12057
|
+
| "client.feature.ptplugin.distribution";
|
|
12057
12058
|
/**
|
|
12058
12059
|
* Base type for the various identifiers used to connect the dots.
|
|
12059
12060
|
* In general, these should be populated whenever possible. Subtypes may make a particular key required.
|
|
@@ -20771,7 +20772,8 @@ export interface FeatureEvent {
|
|
|
20771
20772
|
| "client.feature.mta.launched"
|
|
20772
20773
|
| "client.feature.report"
|
|
20773
20774
|
| "client.feature.vdi.collect.thinclient.log"
|
|
20774
|
-
| "client.feature.webexapplauncher.install-webexapp"
|
|
20775
|
+
| "client.feature.webexapplauncher.install-webexapp"
|
|
20776
|
+
| "client.feature.ptplugin.distribution";
|
|
20775
20777
|
/**
|
|
20776
20778
|
* Base type for the various identifiers used to connect the dots.
|
|
20777
20779
|
* In general, these should be populated whenever possible. Subtypes may make a particular key required.
|
package/package.json
CHANGED