@webex/event-dictionary-ts 1.0.2180 → 1.0.2181
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.
|
@@ -4347,6 +4347,7 @@ export interface Event {
|
|
|
4347
4347
|
additionalProperties?: never;
|
|
4348
4348
|
};
|
|
4349
4349
|
dialogType?: DialogType;
|
|
4350
|
+
isAutomatedUser?: boolean;
|
|
4350
4351
|
additionalProperties?: never;
|
|
4351
4352
|
}
|
|
4352
4353
|
| {
|
|
@@ -20825,6 +20826,7 @@ export interface ClientEvent {
|
|
|
20825
20826
|
additionalProperties?: never;
|
|
20826
20827
|
};
|
|
20827
20828
|
dialogType?: DialogType;
|
|
20829
|
+
isAutomatedUser?: boolean;
|
|
20828
20830
|
additionalProperties?: never;
|
|
20829
20831
|
}
|
|
20830
20832
|
|
package/package.json
CHANGED