@webex/event-dictionary-ts 1.0.2190 → 1.0.2191
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.
|
@@ -4349,6 +4349,7 @@ export interface Event {
|
|
|
4349
4349
|
};
|
|
4350
4350
|
dialogType?: DialogType;
|
|
4351
4351
|
isAutomatedUser?: boolean;
|
|
4352
|
+
telemetryOptOut?: "automatic" | "manual";
|
|
4352
4353
|
additionalProperties?: never;
|
|
4353
4354
|
}
|
|
4354
4355
|
| {
|
|
@@ -20847,6 +20848,7 @@ export interface ClientEvent {
|
|
|
20847
20848
|
};
|
|
20848
20849
|
dialogType?: DialogType;
|
|
20849
20850
|
isAutomatedUser?: boolean;
|
|
20851
|
+
telemetryOptOut?: "automatic" | "manual";
|
|
20850
20852
|
additionalProperties?: never;
|
|
20851
20853
|
}
|
|
20852
20854
|
|
package/package.json
CHANGED