@webex/event-dictionary-ts 1.0.2243 → 1.0.2244
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.
|
@@ -4523,7 +4523,6 @@ export interface Event {
|
|
|
4523
4523
|
* Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
|
|
4524
4524
|
*/
|
|
4525
4525
|
leaveState?: "attempt" | "cancel";
|
|
4526
|
-
isCatalogOverride?: boolean;
|
|
4527
4526
|
additionalProperties?: never;
|
|
4528
4527
|
}
|
|
4529
4528
|
| {
|
|
@@ -21348,7 +21347,6 @@ export interface ClientEvent {
|
|
|
21348
21347
|
* Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
|
|
21349
21348
|
*/
|
|
21350
21349
|
leaveState?: "attempt" | "cancel";
|
|
21351
|
-
isCatalogOverride?: boolean;
|
|
21352
21350
|
additionalProperties?: never;
|
|
21353
21351
|
}
|
|
21354
21352
|
|
package/package.json
CHANGED